-- MySQL dump 10.13  Distrib 5.7.31, for Linux (x86_64)
--
-- Host: localhost    Database: cryptowallet
-- ------------------------------------------------------
-- Server version	5.7.31-0ubuntu0.18.04.1

/*!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 utf8 */;
/*!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 = utf8 */;
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) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`meta_id`),
  KEY `comment_id` (`comment_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_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 = utf8 */;
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 COLLATE utf8mb4_unicode_ci NOT NULL,
  `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_content` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT '0',
  `comment_approved` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `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 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_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 */;
/*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_icl_content_status`
--

DROP TABLE IF EXISTS `wp_icl_content_status`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_icl_content_status` (
  `rid` bigint(20) NOT NULL,
  `nid` bigint(20) NOT NULL,
  `timestamp` datetime NOT NULL,
  `md5` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`rid`),
  KEY `nid` (`nid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_icl_content_status`
--

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

--
-- Table structure for table `wp_icl_core_status`
--

DROP TABLE IF EXISTS `wp_icl_core_status`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_icl_core_status` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `rid` bigint(20) NOT NULL,
  `module` varchar(16) COLLATE utf8mb4_unicode_ci NOT NULL,
  `origin` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL,
  `target` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL,
  `status` smallint(6) NOT NULL,
  `tp_revision` int(11) NOT NULL DEFAULT '1',
  `ts_status` text COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`id`),
  KEY `rid` (`rid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_icl_core_status`
--

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

--
-- Table structure for table `wp_icl_flags`
--

DROP TABLE IF EXISTS `wp_icl_flags`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_icl_flags` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `lang_code` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL,
  `flag` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL,
  `from_template` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `lang_code` (`lang_code`)
) ENGINE=InnoDB AUTO_INCREMENT=66 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_icl_flags`
--

LOCK TABLES `wp_icl_flags` WRITE;
/*!40000 ALTER TABLE `wp_icl_flags` DISABLE KEYS */;
INSERT INTO `wp_icl_flags` VALUES (1,'ar','ar.png',0),(2,'bg','bg.png',0),(3,'bn','bn.png',0),(4,'bs','bs.png',0),(5,'ca','ca.png',0),(6,'cs','cs.png',0),(7,'cy','cy.png',0),(8,'da','da.png',0),(9,'de','de.png',0),(10,'el','el.png',0),(11,'en','flag-us.svg',1),(12,'eo','eo.png',0),(13,'es','flag-es.svg',1),(14,'et','et.png',0),(15,'eu','eu.png',0),(16,'fa','fa.png',0),(17,'fi','fi.png',0),(18,'fr','fr.png',0),(19,'ga','ga.png',0),(20,'gl','gl.png',0),(21,'he','he.png',0),(22,'hi','hi.png',0),(23,'hr','hr.png',0),(24,'hu','hu.png',0),(25,'hy','hy.png',0),(26,'id','id.png',0),(27,'is','is.png',0),(28,'it','it.png',0),(29,'ja','flag-jp.svg',1),(30,'ko','ko.png',0),(31,'ku','ku.png',0),(32,'lt','lt.png',0),(33,'lv','lv.png',0),(34,'mk','mk.png',0),(35,'mn','mn.png',0),(36,'ms','ms.png',0),(37,'mt','mt.png',0),(38,'ne','ne.png',0),(39,'nl','nl.png',0),(40,'no','no.png',0),(41,'pa','pa.png',0),(42,'pl','pl.png',0),(43,'pt-br','pt-br.png',0),(44,'pt-pt','pt-pt.png',0),(45,'qu','qu.png',0),(46,'ro','ro.png',0),(47,'ru','flag-ru.svg',1),(48,'sk','sk.png',0),(49,'sl','sl.png',0),(50,'so','so.png',0),(51,'sq','sq.png',0),(52,'sr','sr.png',0),(53,'sv','sv.png',0),(54,'ta','ta.png',0),(55,'th','th.png',0),(56,'tr','tr.png',0),(57,'uk','uk.png',0),(58,'ur','ur.png',0),(59,'uz','uz.png',0),(60,'vi','vi.png',0),(61,'yi','yi.png',0),(62,'zh-hans','zh.png',0),(63,'zh-hant','zh.png',0),(64,'zu','zu.png',0),(65,'sg','flag-sg.svg',1);
/*!40000 ALTER TABLE `wp_icl_flags` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_icl_languages`
--

DROP TABLE IF EXISTS `wp_icl_languages`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_icl_languages` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `code` varchar(7) COLLATE utf8mb4_unicode_ci NOT NULL,
  `english_name` varchar(128) COLLATE utf8mb4_unicode_ci NOT NULL,
  `major` tinyint(4) NOT NULL DEFAULT '0',
  `active` tinyint(4) NOT NULL,
  `default_locale` varchar(35) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `tag` varchar(35) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `encode_url` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `code` (`code`),
  UNIQUE KEY `english_name` (`english_name`)
) ENGINE=InnoDB AUTO_INCREMENT=66 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_icl_languages`
--

LOCK TABLES `wp_icl_languages` WRITE;
/*!40000 ALTER TABLE `wp_icl_languages` DISABLE KEYS */;
INSERT INTO `wp_icl_languages` VALUES (1,'en','English',1,1,'en_US','en',0),(2,'es','Spanish',1,1,'es_ES','es',0),(3,'de','German',1,0,'de_DE','de',0),(4,'fr','French',1,0,'fr_FR','fr',0),(5,'ar','Arabic',0,0,'ar','ar',0),(6,'bs','Bosnian',0,0,'bs_BA','bs',0),(7,'bg','Bulgarian',0,0,'bg_BG','bg',0),(8,'ca','Catalan',0,0,'ca','ca',0),(9,'cs','Czech',0,0,'cs_CZ','cs',0),(10,'sk','Slovak',0,0,'sk_SK','sk',0),(11,'cy','Welsh',0,0,'cy_GB','cy',0),(12,'da','Danish',1,0,'da_DK','da',0),(13,'el','Greek',0,0,'el','el',0),(14,'eo','Esperanto',0,0,'eo_UY','eo',0),(15,'et','Estonian',0,0,'et','et',0),(16,'eu','Basque',0,0,'eu_ES','eu',0),(17,'fa','Persian',0,0,'fa_IR','fa',0),(18,'fi','Finnish',0,0,'fi','fi',0),(19,'ga','Irish',0,0,'ga_IE','ga',0),(20,'he','Hebrew',0,0,'he_IL','he',0),(21,'hi','Hindi',0,0,'hi_IN','hi',0),(22,'hr','Croatian',0,0,'hr','hr',0),(23,'hu','Hungarian',0,0,'hu_HU','hu',0),(24,'hy','Armenian',0,0,'hy_AM','hy',0),(25,'id','Indonesian',0,0,'id_ID','id',0),(26,'is','Icelandic',0,0,'is_IS','is',0),(27,'it','Italian',1,0,'it_IT','it',0),(28,'ja','Japanese',1,1,'ja','ja',0),(29,'ko','Korean',0,0,'ko_KR','ko',0),(30,'ku','Kurdish',0,0,'ku','ku',0),(31,'lv','Latvian',0,0,'lv_LV','lv',0),(32,'lt','Lithuanian',0,0,'lt_LT','lt',0),(33,'mk','Macedonian',0,0,'mk_MK','mk',0),(34,'mt','Maltese',0,0,'mt_MT','mt',0),(35,'mn','Mongolian',0,0,'mn_MN','mn',0),(36,'ne','Nepali',0,0,'ne','ne',0),(37,'nl','Dutch',1,0,'nl_NL','nl',0),(38,'no','Norwegian Bokmål',0,0,'nb_NO','no',0),(39,'pa','Punjabi',0,0,'','pa',0),(40,'pl','Polish',0,0,'pl_PL','pl',0),(41,'pt-pt','Portuguese, Portugal',0,0,'pt_PT','pt-pt',0),(42,'pt-br','Portuguese, Brazil',0,0,'pt_BR','pt-br',0),(43,'qu','Quechua',0,0,'quz_PE','qu',0),(44,'ro','Romanian',0,0,'ro_RO','ro',0),(45,'ru','Russian',1,1,'ru_RU','ru',0),(46,'sl','Slovenian',0,0,'sl_SI','sl',0),(47,'so','Somali',0,0,'so_SO','so',0),(48,'sq','Albanian',0,0,'sq_AL','sq',0),(49,'sr','Serbian',0,0,'sr_RS','sr',0),(50,'sv','Swedish',0,0,'sv_SE','sv',0),(51,'ta','Tamil',0,0,'ta_IN','ta',0),(52,'th','Thai',0,0,'th','th',0),(53,'tr','Turkish',0,0,'tr_TR','tr',0),(54,'uk','Ukrainian',0,0,'uk','uk',0),(55,'ur','Urdu',0,0,'uz_UZ','ur',0),(56,'uz','Uzbek',0,0,'uz_UZ','uz',0),(57,'vi','Vietnamese',0,0,'vi_VN','vi',0),(58,'yi','Yiddish',0,0,'','yi',0),(59,'zh-hans','Chinese (Simplified)',1,0,'zh_CN','zh-hans',0),(60,'zu','Zulu',0,0,'','zu',0),(61,'zh-hant','Chinese (Traditional)',1,0,'zh_TW','zh-hant',0),(62,'ms','Malay',0,0,'ms_MY','ms',0),(63,'gl','Galician',0,0,'gl_ES','gl',0),(64,'bn','Bengali',0,0,'bn_BD','bn',0),(65,'sg','Singapore',0,1,'en-SG','sg',0);
/*!40000 ALTER TABLE `wp_icl_languages` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_icl_languages_translations`
--

DROP TABLE IF EXISTS `wp_icl_languages_translations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_icl_languages_translations` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `language_code` varchar(7) COLLATE utf8mb4_unicode_ci NOT NULL,
  `display_language_code` varchar(7) COLLATE utf8mb4_unicode_ci NOT NULL,
  `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `language_code` (`language_code`,`display_language_code`)
) ENGINE=InnoDB AUTO_INCREMENT=4166 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_icl_languages_translations`
--

LOCK TABLES `wp_icl_languages_translations` WRITE;
/*!40000 ALTER TABLE `wp_icl_languages_translations` DISABLE KEYS */;
INSERT INTO `wp_icl_languages_translations` VALUES (1,'en','en','English'),(2,'en','es','Inglés'),(3,'en','de','Englisch'),(4,'en','fr','Anglais'),(5,'en','ar','الإنجليزية'),(6,'en','bs','English'),(7,'en','bg','Английски'),(8,'en','ca','English'),(9,'en','cs','Angličtina'),(10,'en','sk','Angličtina'),(11,'en','cy','English'),(12,'en','da','English'),(13,'en','el','Αγγλικα'),(14,'en','eo','English'),(15,'en','et','English'),(16,'en','eu','English'),(17,'en','fa','English'),(18,'en','fi','englanti'),(19,'en','ga','English'),(20,'en','he','אנגלית'),(21,'en','hi','English'),(22,'en','hr','Engleski'),(23,'en','hu','angol'),(24,'en','hy','English'),(25,'en','id','English'),(26,'en','is','English'),(27,'en','it','Inglese'),(28,'en','ja','英語'),(29,'en','ko','영어'),(30,'en','ku','English'),(31,'en','lv','English'),(32,'en','lt','English'),(33,'en','mk','English'),(34,'en','mt','English'),(35,'en','mn','English'),(36,'en','ne','English'),(37,'en','nl','Engels'),(38,'en','no','Engelsk'),(39,'en','pa','English'),(40,'en','pl','angielski'),(41,'en','pt-pt','Inglês'),(42,'en','pt-br','Inglês'),(43,'en','qu','English'),(44,'en','ro','Engleză'),(45,'en','ru','Английский'),(46,'en','sl','Angleščina'),(47,'en','so','English'),(48,'en','sq','English'),(49,'en','sr','енглески'),(50,'en','sv','Engelska'),(51,'en','ta','English'),(52,'en','th','อังกฤษ'),(53,'en','tr','İngilizce'),(54,'en','uk','English'),(55,'en','ur','English'),(56,'en','uz','English'),(57,'en','vi','English'),(58,'en','yi','English'),(59,'en','zh-hans','英语'),(60,'en','zu','English'),(61,'en','zh-hant','英語'),(62,'en','ms','English'),(63,'en','gl','English'),(64,'en','bn','English'),(65,'es','en','Spanish'),(66,'es','es','Español'),(67,'es','de','Spanisch'),(68,'es','fr','Espagnol'),(69,'es','ar','الأسبانية'),(70,'es','bs','Spanish'),(71,'es','bg','Испански'),(72,'es','ca','Spanish'),(73,'es','cs','Španělský'),(74,'es','sk','Španielčina'),(75,'es','cy','Spanish'),(76,'es','da','Spanish'),(77,'es','el','Ισπανικα'),(78,'es','eo','Spanish'),(79,'es','et','Spanish'),(80,'es','eu','Spanish'),(81,'es','fa','Spanish'),(82,'es','fi','espanja'),(83,'es','ga','Spanish'),(84,'es','he','ספרדית'),(85,'es','hi','Spanish'),(86,'es','hr','španjolski'),(87,'es','hu','spanyol'),(88,'es','hy','Spanish'),(89,'es','id','Spanish'),(90,'es','is','Spanish'),(91,'es','it','Spagnolo'),(92,'es','ja','スペイン語'),(93,'es','ko','스페인어'),(94,'es','ku','Spanish'),(95,'es','lv','Spanish'),(96,'es','lt','Spanish'),(97,'es','mk','Spanish'),(98,'es','mt','Spanish'),(99,'es','mn','Spanish'),(100,'es','ne','Spanish'),(101,'es','nl','Spaans'),(102,'es','no','Spansk'),(103,'es','pa','Spanish'),(104,'es','pl','hiszpański'),(105,'es','pt-pt','Espanhol'),(106,'es','pt-br','Espanhol'),(107,'es','qu','Spanish'),(108,'es','ro','Spaniolă'),(109,'es','ru','Испанский'),(110,'es','sl','Španščina'),(111,'es','so','Spanish'),(112,'es','sq','Spanish'),(113,'es','sr','шпански'),(114,'es','sv','Spanska'),(115,'es','ta','Spanish'),(116,'es','th','สเปน'),(117,'es','tr','İspanyolca'),(118,'es','uk','Spanish'),(119,'es','ur','Spanish'),(120,'es','uz','Spanish'),(121,'es','vi','Spanish'),(122,'es','yi','Spanish'),(123,'es','zh-hans','西班牙语'),(124,'es','zu','Spanish'),(125,'es','zh-hant','西班牙語'),(126,'es','ms','Spanish'),(127,'es','gl','Spanish'),(128,'es','bn','Spanish'),(129,'de','en','German'),(130,'de','es','Alemán'),(131,'de','de','Deutsch'),(132,'de','fr','Allemand'),(133,'de','ar','الألمانية'),(134,'de','bs','German'),(135,'de','bg','Немски'),(136,'de','ca','German'),(137,'de','cs','Němec'),(138,'de','sk','Nemčina'),(139,'de','cy','German'),(140,'de','da','German'),(141,'de','el','Γερμανικα'),(142,'de','eo','German'),(143,'de','et','German'),(144,'de','eu','German'),(145,'de','fa','German'),(146,'de','fi','saksa'),(147,'de','ga','German'),(148,'de','he','גרמנית'),(149,'de','hi','German'),(150,'de','hr','Njemački'),(151,'de','hu','német'),(152,'de','hy','German'),(153,'de','id','German'),(154,'de','is','German'),(155,'de','it','Tedesco'),(156,'de','ja','ドイツ語'),(157,'de','ko','독어'),(158,'de','ku','German'),(159,'de','lv','German'),(160,'de','lt','German'),(161,'de','mk','German'),(162,'de','mt','German'),(163,'de','mn','German'),(164,'de','ne','German'),(165,'de','nl','Duits'),(166,'de','no','Tysk'),(167,'de','pa','German'),(168,'de','pl','niemiecki'),(169,'de','pt-pt','Alemão'),(170,'de','pt-br','Alemão'),(171,'de','qu','German'),(172,'de','ro','Germană'),(173,'de','ru','Немецкий'),(174,'de','sl','Nemščina'),(175,'de','so','German'),(176,'de','sq','German'),(177,'de','sr','немачки'),(178,'de','sv','Tyska'),(179,'de','ta','German'),(180,'de','th','เยอรมัน'),(181,'de','tr','Almanca'),(182,'de','uk','German'),(183,'de','ur','German'),(184,'de','uz','German'),(185,'de','vi','German'),(186,'de','yi','German'),(187,'de','zh-hans','德语'),(188,'de','zu','German'),(189,'de','zh-hant','德語'),(190,'de','ms','German'),(191,'de','gl','German'),(192,'de','bn','German'),(193,'fr','en','French'),(194,'fr','es','Francés'),(195,'fr','de','Französisch'),(196,'fr','fr','Français'),(197,'fr','ar','الفرنسية'),(198,'fr','bs','French'),(199,'fr','bg','Френски'),(200,'fr','ca','French'),(201,'fr','cs','Francouzština'),(202,'fr','sk','Francúzština'),(203,'fr','cy','French'),(204,'fr','da','French'),(205,'fr','el','Γαλλικα'),(206,'fr','eo','French'),(207,'fr','et','French'),(208,'fr','eu','French'),(209,'fr','fa','French'),(210,'fr','fi','ranska'),(211,'fr','ga','French'),(212,'fr','he','צרפתית'),(213,'fr','hi','French'),(214,'fr','hr','Francuzi'),(215,'fr','hu','francia'),(216,'fr','hy','French'),(217,'fr','id','French'),(218,'fr','is','French'),(219,'fr','it','Francese'),(220,'fr','ja','フランス語'),(221,'fr','ko','불어'),(222,'fr','ku','French'),(223,'fr','lv','French'),(224,'fr','lt','French'),(225,'fr','mk','French'),(226,'fr','mt','French'),(227,'fr','mn','French'),(228,'fr','ne','French'),(229,'fr','nl','Frans'),(230,'fr','no','Fransk'),(231,'fr','pa','French'),(232,'fr','pl','francuski'),(233,'fr','pt-pt','Francês'),(234,'fr','pt-br','Francês'),(235,'fr','qu','French'),(236,'fr','ro','Franceză'),(237,'fr','ru','Французский'),(238,'fr','sl','Francoščina'),(239,'fr','so','French'),(240,'fr','sq','French'),(241,'fr','sr','француски'),(242,'fr','sv','Franska'),(243,'fr','ta','French'),(244,'fr','th','ฝรั่งเศส'),(245,'fr','tr','Fransızca'),(246,'fr','uk','French'),(247,'fr','ur','French'),(248,'fr','uz','French'),(249,'fr','vi','French'),(250,'fr','yi','French'),(251,'fr','zh-hans','法语'),(252,'fr','zu','French'),(253,'fr','zh-hant','法語'),(254,'fr','ms','French'),(255,'fr','gl','French'),(256,'fr','bn','French'),(257,'ar','en','Arabic'),(258,'ar','es','Árabe'),(259,'ar','de','Arabisch'),(260,'ar','fr','Arabe'),(261,'ar','ar','العربية'),(262,'ar','bs','Arabic'),(263,'ar','bg','Арабски'),(264,'ar','ca','Arabic'),(265,'ar','cs','Arabština'),(266,'ar','sk','Arabčina'),(267,'ar','cy','Arabic'),(268,'ar','da','Arabic'),(269,'ar','el','Αραβικα'),(270,'ar','eo','Arabic'),(271,'ar','et','Arabic'),(272,'ar','eu','Arabic'),(273,'ar','fa','Arabic'),(274,'ar','fi','arabia'),(275,'ar','ga','Arabic'),(276,'ar','he','ערבית'),(277,'ar','hi','Arabic'),(278,'ar','hr','Arapski'),(279,'ar','hu','arab'),(280,'ar','hy','Arabic'),(281,'ar','id','Arabic'),(282,'ar','is','Arabic'),(283,'ar','it','Arabo'),(284,'ar','ja','アラビア語'),(285,'ar','ko','아랍어'),(286,'ar','ku','Arabic'),(287,'ar','lv','Arabic'),(288,'ar','lt','Arabic'),(289,'ar','mk','Arabic'),(290,'ar','mt','Arabic'),(291,'ar','mn','Arabic'),(292,'ar','ne','Arabic'),(293,'ar','nl','Arabisch'),(294,'ar','no','Arabisk'),(295,'ar','pa','Arabic'),(296,'ar','pl','arabski'),(297,'ar','pt-pt','Árabe'),(298,'ar','pt-br','Árabe'),(299,'ar','qu','Arabic'),(300,'ar','ro','Arabică'),(301,'ar','ru','Арабский'),(302,'ar','sl','Arabščina'),(303,'ar','so','Arabic'),(304,'ar','sq','Arabic'),(305,'ar','sr','арапски'),(306,'ar','sv','Arabiska'),(307,'ar','ta','Arabic'),(308,'ar','th','อารบิก'),(309,'ar','tr','Arapça'),(310,'ar','uk','Arabic'),(311,'ar','ur','Arabic'),(312,'ar','uz','Arabic'),(313,'ar','vi','Arabic'),(314,'ar','yi','Arabic'),(315,'ar','zh-hans','阿拉伯语'),(316,'ar','zu','Arabic'),(317,'ar','zh-hant','阿拉伯語'),(318,'ar','ms','Arabic'),(319,'ar','gl','Arabic'),(320,'ar','bn','Arabic'),(321,'bs','en','Bosnian'),(322,'bs','es','Bosnio'),(323,'bs','de','Bosnisch'),(324,'bs','fr','Bosnien'),(325,'bs','ar','البوسنية'),(326,'bs','bs','Bosnian'),(327,'bs','bg','Босненски'),(328,'bs','ca','Bosnian'),(329,'bs','cs','Bosenština'),(330,'bs','sk','Bosniačtina'),(331,'bs','cy','Bosnian'),(332,'bs','da','Bosnian'),(333,'bs','el','Βοσνιακα'),(334,'bs','eo','Bosnian'),(335,'bs','et','Bosnian'),(336,'bs','eu','Bosnian'),(337,'bs','fa','Bosnian'),(338,'bs','fi','bosnia'),(339,'bs','ga','Bosnian'),(340,'bs','he','בוסנית'),(341,'bs','hi','Bosnian'),(342,'bs','hr','Bosanski'),(343,'bs','hu','bosnyák'),(344,'bs','hy','Bosnian'),(345,'bs','id','Bosnian'),(346,'bs','is','Bosnian'),(347,'bs','it','Bosniaco'),(348,'bs','ja','ボスニア語'),(349,'bs','ko','보즈니아어'),(350,'bs','ku','Bosnian'),(351,'bs','lv','Bosnian'),(352,'bs','lt','Bosnian'),(353,'bs','mk','Bosnian'),(354,'bs','mt','Bosnian'),(355,'bs','mn','Bosnian'),(356,'bs','ne','Bosnian'),(357,'bs','nl','Bosnisch'),(358,'bs','no','Bosnisk'),(359,'bs','pa','Bosnian'),(360,'bs','pl','bośniacki'),(361,'bs','pt-pt','Bósnio'),(362,'bs','pt-br','Bósnio'),(363,'bs','qu','Bosnian'),(364,'bs','ro','Bosniacă'),(365,'bs','ru','Боснийский'),(366,'bs','sl','Bosanski'),(367,'bs','so','Bosnian'),(368,'bs','sq','Bosnian'),(369,'bs','sr','босански'),(370,'bs','sv','Bosniska'),(371,'bs','ta','Bosnian'),(372,'bs','th','บอสเนียน'),(373,'bs','tr','Boşnakça'),(374,'bs','uk','Bosnian'),(375,'bs','ur','Bosnian'),(376,'bs','uz','Bosnian'),(377,'bs','vi','Bosnian'),(378,'bs','yi','Bosnian'),(379,'bs','zh-hans','波斯尼亚语'),(380,'bs','zu','Bosnian'),(381,'bs','zh-hant','波士尼亞語'),(382,'bs','ms','Bosnian'),(383,'bs','gl','Bosnian'),(384,'bs','bn','Bosnian'),(385,'bg','en','Bulgarian'),(386,'bg','es','Búlgaro'),(387,'bg','de','Bulgarisch'),(388,'bg','fr','Bulgare'),(389,'bg','ar','البلغارية'),(390,'bg','bs','Bulgarian'),(391,'bg','bg','Български'),(392,'bg','ca','Bulgarian'),(393,'bg','cs','Bulharština'),(394,'bg','sk','Bulharčina'),(395,'bg','cy','Bulgarian'),(396,'bg','da','Bulgarian'),(397,'bg','el','Βουλγαρικα'),(398,'bg','eo','Bulgarian'),(399,'bg','et','Bulgarian'),(400,'bg','eu','Bulgarian'),(401,'bg','fa','Bulgarian'),(402,'bg','fi','bulgaria'),(403,'bg','ga','Bulgarian'),(404,'bg','he','בולגרית'),(405,'bg','hi','Bulgarian'),(406,'bg','hr','Bugarski'),(407,'bg','hu','bolgár'),(408,'bg','hy','Bulgarian'),(409,'bg','id','Bulgarian'),(410,'bg','is','Bulgarian'),(411,'bg','it','Bulgaro'),(412,'bg','ja','ブルガリア語'),(413,'bg','ko','불가리아어'),(414,'bg','ku','Bulgarian'),(415,'bg','lv','Bulgarian'),(416,'bg','lt','Bulgarian'),(417,'bg','mk','Bulgarian'),(418,'bg','mt','Bulgarian'),(419,'bg','mn','Bulgarian'),(420,'bg','ne','Bulgarian'),(421,'bg','nl','Bulgaars'),(422,'bg','no','Bulgarian'),(423,'bg','pa','Bulgarian'),(424,'bg','pl','bułgarski'),(425,'bg','pt-pt','Búlgaro'),(426,'bg','pt-br','Búlgaro'),(427,'bg','qu','Bulgarian'),(428,'bg','ro','Bulgară'),(429,'bg','ru','Болгарский'),(430,'bg','sl','Bolgarščina'),(431,'bg','so','Bulgarian'),(432,'bg','sq','Bulgarian'),(433,'bg','sr','бугарски'),(434,'bg','sv','Bulgariska'),(435,'bg','ta','Bulgarian'),(436,'bg','th','บัลแกเรียน'),(437,'bg','tr','Bulgarca'),(438,'bg','uk','Bulgarian'),(439,'bg','ur','Bulgarian'),(440,'bg','uz','Bulgarian'),(441,'bg','vi','Bulgarian'),(442,'bg','yi','Bulgarian'),(443,'bg','zh-hans','保加利亚语'),(444,'bg','zu','Bulgarian'),(445,'bg','zh-hant','保加利亞語'),(446,'bg','ms','Bulgarian'),(447,'bg','gl','Bulgarian'),(448,'bg','bn','Bulgarian'),(449,'ca','en','Catalan'),(450,'ca','es','Catalán'),(451,'ca','de','Katalanisch'),(452,'ca','fr','Catalan'),(453,'ca','ar','الكاتالوينية'),(454,'ca','bs','Catalan'),(455,'ca','bg','Каталонски'),(456,'ca','ca','Català'),(457,'ca','cs','Katalánština'),(458,'ca','sk','Katalánčina'),(459,'ca','cy','Catalan'),(460,'ca','da','Catalan'),(461,'ca','el','Καταλανικα'),(462,'ca','eo','Catalan'),(463,'ca','et','Catalan'),(464,'ca','eu','Catalan'),(465,'ca','fa','Catalan'),(466,'ca','fi','katalaani'),(467,'ca','ga','Catalan'),(468,'ca','he','קטלאנית'),(469,'ca','hi','Catalan'),(470,'ca','hr','Katalonski'),(471,'ca','hu','katalán'),(472,'ca','hy','Catalan'),(473,'ca','id','Catalan'),(474,'ca','is','Catalan'),(475,'ca','it','Catalano'),(476,'ca','ja','カタルーニャ語'),(477,'ca','ko','카탈로니아어'),(478,'ca','ku','Catalan'),(479,'ca','lv','Catalan'),(480,'ca','lt','Catalan'),(481,'ca','mk','Catalan'),(482,'ca','mt','Catalan'),(483,'ca','mn','Catalan'),(484,'ca','ne','Catalan'),(485,'ca','nl','Catalaans'),(486,'ca','no','catalan'),(487,'ca','pa','Catalan'),(488,'ca','pl','kataloński'),(489,'ca','pt-pt','Catalão'),(490,'ca','pt-br','Catalão'),(491,'ca','qu','Catalan'),(492,'ca','ro','Catalană'),(493,'ca','ru','Каталанский'),(494,'ca','sl','Katalonščina'),(495,'ca','so','Catalan'),(496,'ca','sq','Catalan'),(497,'ca','sr','каталонски'),(498,'ca','sv','Katalanska'),(499,'ca','ta','Catalan'),(500,'ca','th','คะตะลาน'),(501,'ca','tr','Katalan dili'),(502,'ca','uk','Catalan'),(503,'ca','ur','Catalan'),(504,'ca','uz','Catalan'),(505,'ca','vi','Catalan'),(506,'ca','yi','Catalan'),(507,'ca','zh-hans','加泰罗尼亚语'),(508,'ca','zu','Catalan'),(509,'ca','zh-hant','加泰羅尼亞語'),(510,'ca','ms','Catalan'),(511,'ca','gl','Catalan'),(512,'ca','bn','Catalan'),(513,'cs','en','Czech'),(514,'cs','es','Checo'),(515,'cs','de','Tschechisch'),(516,'cs','fr','Tchèque'),(517,'cs','ar','التشيكية'),(518,'cs','bs','Czech'),(519,'cs','bg','Чешки'),(520,'cs','ca','Czech'),(521,'cs','cs','Čeština'),(522,'cs','sk','Čeština'),(523,'cs','cy','Czech'),(524,'cs','da','Czech'),(525,'cs','el','Τσεχικη'),(526,'cs','eo','Czech'),(527,'cs','et','Czech'),(528,'cs','eu','Czech'),(529,'cs','fa','Czech'),(530,'cs','fi','tsekki'),(531,'cs','ga','Czech'),(532,'cs','he','צ\'כית'),(533,'cs','hi','Czech'),(534,'cs','hr','češki'),(535,'cs','hu','cseh'),(536,'cs','hy','Czech'),(537,'cs','id','Czech'),(538,'cs','is','Czech'),(539,'cs','it','Ceco'),(540,'cs','ja','チェコ語'),(541,'cs','ko','체코슬로바키아어'),(542,'cs','ku','Czech'),(543,'cs','lv','Czech'),(544,'cs','lt','Czech'),(545,'cs','mk','Czech'),(546,'cs','mt','Czech'),(547,'cs','mn','Czech'),(548,'cs','ne','Czech'),(549,'cs','nl','Tsjechisch'),(550,'cs','no','Czech'),(551,'cs','pa','Czech'),(552,'cs','pl','czeski'),(553,'cs','pt-pt','Tcheco'),(554,'cs','pt-br','Tcheco'),(555,'cs','qu','Czech'),(556,'cs','ro','Cehă'),(557,'cs','ru','Чешский'),(558,'cs','sl','Češčina'),(559,'cs','so','Czech'),(560,'cs','sq','Czech'),(561,'cs','sr','чешки'),(562,'cs','sv','Tjeckiska'),(563,'cs','ta','Czech'),(564,'cs','th','เช็ก'),(565,'cs','tr','Çekçe'),(566,'cs','uk','Czech'),(567,'cs','ur','Czech'),(568,'cs','uz','Czech'),(569,'cs','vi','Czech'),(570,'cs','yi','Czech'),(571,'cs','zh-hans','捷克语'),(572,'cs','zu','Czech'),(573,'cs','zh-hant','捷克語'),(574,'cs','ms','Czech'),(575,'cs','gl','Czech'),(576,'cs','bn','Czech'),(577,'sk','en','Slovak'),(578,'sk','es','Eslavo'),(579,'sk','de','Slowakisch'),(580,'sk','fr','Slave'),(581,'sk','ar','السلافية'),(582,'sk','bs','Slovak'),(583,'sk','bg','Словашки'),(584,'sk','ca','Slovak'),(585,'sk','cs','Slovenština'),(586,'sk','sk','Slovenčina'),(587,'sk','cy','Slovak'),(588,'sk','da','Slovak'),(589,'sk','el','Σλαβικη'),(590,'sk','eo','Slovak'),(591,'sk','et','Slovak'),(592,'sk','eu','Slovak'),(593,'sk','fa','Slovak'),(594,'sk','fi','slaavi'),(595,'sk','ga','Slovak'),(596,'sk','he','סלאבית'),(597,'sk','hi','Slovak'),(598,'sk','hr','Slovak'),(599,'sk','hu','szláv'),(600,'sk','hy','Slovak'),(601,'sk','id','Slovak'),(602,'sk','is','Slovak'),(603,'sk','it','Slavo'),(604,'sk','ja','スラヴ語派'),(605,'sk','ko','슬라브어'),(606,'sk','ku','Slovak'),(607,'sk','lv','Slovak'),(608,'sk','lt','Slovak'),(609,'sk','mk','Slovak'),(610,'sk','mt','Slovak'),(611,'sk','mn','Slovak'),(612,'sk','ne','Slovak'),(613,'sk','nl','Slavisch'),(614,'sk','no','Slovak'),(615,'sk','pa','Slovak'),(616,'sk','pl','słowacki'),(617,'sk','pt-pt','Eslavo'),(618,'sk','pt-br','Eslavo'),(619,'sk','qu','Slovak'),(620,'sk','ro','Slavă'),(621,'sk','ru','Славянский'),(622,'sk','sl','Slovaščina'),(623,'sk','so','Slovak'),(624,'sk','sq','Slovak'),(625,'sk','sr','словачки'),(626,'sk','sv','Slavisk'),(627,'sk','ta','Slovak'),(628,'sk','th','สลาวิก'),(629,'sk','tr','Slav dili'),(630,'sk','uk','Slovak'),(631,'sk','ur','Slovak'),(632,'sk','uz','Slovak'),(633,'sk','vi','Slovak'),(634,'sk','yi','Slovak'),(635,'sk','zh-hans','斯拉夫语'),(636,'sk','zu','Slovak'),(637,'sk','zh-hant','斯拉夫語'),(638,'sk','ms','Slovak'),(639,'sk','gl','Slovak'),(640,'sk','bn','Slovak'),(641,'cy','en','Welsh'),(642,'cy','es','Galés'),(643,'cy','de','Walisisch'),(644,'cy','fr','Gallois'),(645,'cy','ar','الولزية'),(646,'cy','bs','Welsh'),(647,'cy','bg','Уелски'),(648,'cy','ca','Welsh'),(649,'cy','cs','Velšský'),(650,'cy','sk','Welština'),(651,'cy','cy','Cymraeg'),(652,'cy','da','Welsh'),(653,'cy','el','Welsh'),(654,'cy','eo','Welsh'),(655,'cy','et','Welsh'),(656,'cy','eu','Welsh'),(657,'cy','fa','Welsh'),(658,'cy','fi','kymri'),(659,'cy','ga','Welsh'),(660,'cy','he','וולשית'),(661,'cy','hi','Welsh'),(662,'cy','hr','Velški'),(663,'cy','hu','vels'),(664,'cy','hy','Welsh'),(665,'cy','id','Welsh'),(666,'cy','is','Welsh'),(667,'cy','it','Gallese'),(668,'cy','ja','ウェールズ語'),(669,'cy','ko','웨일즈어'),(670,'cy','ku','Welsh'),(671,'cy','lv','Welsh'),(672,'cy','lt','Welsh'),(673,'cy','mk','Welsh'),(674,'cy','mt','Welsh'),(675,'cy','mn','Welsh'),(676,'cy','ne','Welsh'),(677,'cy','nl','Welsh'),(678,'cy','no','Welsh'),(679,'cy','pa','Welsh'),(680,'cy','pl','walijski'),(681,'cy','pt-pt','Galês'),(682,'cy','pt-br','Galês'),(683,'cy','qu','Welsh'),(684,'cy','ro','Galeză'),(685,'cy','ru','Валлийский'),(686,'cy','sl','Welsh'),(687,'cy','so','Welsh'),(688,'cy','sq','Welsh'),(689,'cy','sr','велшки'),(690,'cy','sv','Walesiska'),(691,'cy','ta','Welsh'),(692,'cy','th','เวลช์'),(693,'cy','tr','Galce'),(694,'cy','uk','Welsh'),(695,'cy','ur','Welsh'),(696,'cy','uz','Welsh'),(697,'cy','vi','Welsh'),(698,'cy','yi','Welsh'),(699,'cy','zh-hans','威尔士语'),(700,'cy','zu','Welsh'),(701,'cy','zh-hant','威爾士語'),(702,'cy','ms','Welsh'),(703,'cy','gl','Welsh'),(704,'cy','bn','Welsh'),(705,'da','en','Danish'),(706,'da','es','Danés'),(707,'da','de','Dänisch'),(708,'da','fr','Danois'),(709,'da','ar','الدانماركية'),(710,'da','bs','Danish'),(711,'da','bg','Датски'),(712,'da','ca','Danish'),(713,'da','cs','Dánský'),(714,'da','sk','Dánčina'),(715,'da','cy','Danish'),(716,'da','da','Dansk'),(717,'da','el','Δανεζικα'),(718,'da','eo','Danish'),(719,'da','et','Danish'),(720,'da','eu','Danish'),(721,'da','fa','Danish'),(722,'da','fi','tanska'),(723,'da','ga','Danish'),(724,'da','he','דנית'),(725,'da','hi','Danish'),(726,'da','hr','Danski'),(727,'da','hu','dán'),(728,'da','hy','Danish'),(729,'da','id','Danish'),(730,'da','is','Danish'),(731,'da','it','Danese'),(732,'da','ja','デンマーク語'),(733,'da','ko','덴마크어'),(734,'da','ku','Danish'),(735,'da','lv','Danish'),(736,'da','lt','Danish'),(737,'da','mk','Danish'),(738,'da','mt','Danish'),(739,'da','mn','Danish'),(740,'da','ne','Danish'),(741,'da','nl','Deens'),(742,'da','no','Danish'),(743,'da','pa','Danish'),(744,'da','pl','duński'),(745,'da','pt-pt','Dinamarquês'),(746,'da','pt-br','Dinamarquês'),(747,'da','qu','Danish'),(748,'da','ro','Daneză'),(749,'da','ru','Датский'),(750,'da','sl','Danščina'),(751,'da','so','Danish'),(752,'da','sq','Danish'),(753,'da','sr','дански'),(754,'da','sv','Danska'),(755,'da','ta','Danish'),(756,'da','th','เดนมาร์ก'),(757,'da','tr','Danca'),(758,'da','uk','Danish'),(759,'da','ur','Danish'),(760,'da','uz','Danish'),(761,'da','vi','Danish'),(762,'da','yi','Danish'),(763,'da','zh-hans','丹麦语'),(764,'da','zu','Danish'),(765,'da','zh-hant','丹麥語'),(766,'da','ms','Danish'),(767,'da','gl','Danish'),(768,'da','bn','Danish'),(769,'el','en','Greek'),(770,'el','es','Griego'),(771,'el','de','Griechisch'),(772,'el','fr','Grec moderne'),(773,'el','ar','اليونانية'),(774,'el','bs','Greek'),(775,'el','bg','Гръцки'),(776,'el','ca','Greek'),(777,'el','cs','Řečtina'),(778,'el','sk','Gréčtina'),(779,'el','cy','Greek'),(780,'el','da','Greek'),(781,'el','el','Ελληνικα'),(782,'el','eo','Greek'),(783,'el','et','Greek'),(784,'el','eu','Greek'),(785,'el','fa','Greek'),(786,'el','fi','kreikka'),(787,'el','ga','Greek'),(788,'el','he','יוונית'),(789,'el','hi','Greek'),(790,'el','hr','Grčki'),(791,'el','hu','görög'),(792,'el','hy','Greek'),(793,'el','id','Greek'),(794,'el','is','Greek'),(795,'el','it','Greco'),(796,'el','ja','ギリシア語'),(797,'el','ko','그리스어'),(798,'el','ku','Greek'),(799,'el','lv','Greek'),(800,'el','lt','Greek'),(801,'el','mk','Greek'),(802,'el','mt','Greek'),(803,'el','mn','Greek'),(804,'el','ne','Greek'),(805,'el','nl','Grieks'),(806,'el','no','Gresk'),(807,'el','pa','Greek'),(808,'el','pl','grecki'),(809,'el','pt-pt','Grego'),(810,'el','pt-br','Grego'),(811,'el','qu','Greek'),(812,'el','ro','Greacă'),(813,'el','ru','Греческий'),(814,'el','sl','Greek'),(815,'el','so','Greek'),(816,'el','sq','Greek'),(817,'el','sr','грчки'),(818,'el','sv','Grekiska'),(819,'el','ta','Greek'),(820,'el','th','กรีก'),(821,'el','tr','Yunanca'),(822,'el','uk','Greek'),(823,'el','ur','Greek'),(824,'el','uz','Greek'),(825,'el','vi','Greek'),(826,'el','yi','Greek'),(827,'el','zh-hans','希腊语'),(828,'el','zu','Greek'),(829,'el','zh-hant','希臘語'),(830,'el','ms','Greek'),(831,'el','gl','Greek'),(832,'el','bn','Greek'),(833,'eo','en','Esperanto'),(834,'eo','es','Esperanto'),(835,'eo','de','Esperanto'),(836,'eo','fr','Espéranto'),(837,'eo','ar','الاسبرانتو'),(838,'eo','bs','Esperanto'),(839,'eo','bg','Есперанто'),(840,'eo','ca','Esperanto'),(841,'eo','cs','Esperanto'),(842,'eo','sk','Esperanto'),(843,'eo','cy','Esperanto'),(844,'eo','da','Esperanto'),(845,'eo','el','Εσπεραντο'),(846,'eo','eo','Esperanta'),(847,'eo','et','Esperanto'),(848,'eo','eu','Esperanto'),(849,'eo','fa','Esperanto'),(850,'eo','fi','esperanto'),(851,'eo','ga','Esperanto'),(852,'eo','he','אספרנטו'),(853,'eo','hi','Esperanto'),(854,'eo','hr','Esperanto'),(855,'eo','hu','eszperantó'),(856,'eo','hy','Esperanto'),(857,'eo','id','Esperanto'),(858,'eo','is','Esperanto'),(859,'eo','it','Esperanto'),(860,'eo','ja','エスペラント語'),(861,'eo','ko','에스페란토어'),(862,'eo','ku','Esperanto'),(863,'eo','lv','Esperanto'),(864,'eo','lt','Esperanto'),(865,'eo','mk','Esperanto'),(866,'eo','mt','Esperanto'),(867,'eo','mn','Esperanto'),(868,'eo','ne','Esperanto'),(869,'eo','nl','Esperanto'),(870,'eo','no','Esperanto'),(871,'eo','pa','Esperanto'),(872,'eo','pl','esperanto'),(873,'eo','pt-pt','Esperanto'),(874,'eo','pt-br','Esperanto'),(875,'eo','qu','Esperanto'),(876,'eo','ro','Esperanto'),(877,'eo','ru','Эсперанто'),(878,'eo','sl','Esperanto'),(879,'eo','so','Esperanto'),(880,'eo','sq','Esperanto'),(881,'eo','sr','есперанто'),(882,'eo','sv','Esperanto'),(883,'eo','ta','Esperanto'),(884,'eo','th','เอสเปอรันโต'),(885,'eo','tr','Esperanto'),(886,'eo','uk','Esperanto'),(887,'eo','ur','Esperanto'),(888,'eo','uz','Esperanto'),(889,'eo','vi','Esperanto'),(890,'eo','yi','Esperanto'),(891,'eo','zh-hans','世界语'),(892,'eo','zu','Esperanto'),(893,'eo','zh-hant','世界語'),(894,'eo','ms','Esperanto'),(895,'eo','gl','Esperanto'),(896,'eo','bn','Esperanto'),(897,'et','en','Estonian'),(898,'et','es','Estonio'),(899,'et','de','Estnisch'),(900,'et','fr','Estonien'),(901,'et','ar','الأستونية'),(902,'et','bs','Estonian'),(903,'et','bg','Естонски'),(904,'et','ca','Estonian'),(905,'et','cs','Estonština'),(906,'et','sk','Estónčina'),(907,'et','cy','Estonian'),(908,'et','da','Estonian'),(909,'et','el','Εσθονικα'),(910,'et','eo','Estonian'),(911,'et','et','Eesti'),(912,'et','eu','Estonian'),(913,'et','fa','Estonian'),(914,'et','fi','eesti'),(915,'et','ga','Estonian'),(916,'et','he','אסטונית'),(917,'et','hi','Estonian'),(918,'et','hr','Estonski'),(919,'et','hu','észt'),(920,'et','hy','Estonian'),(921,'et','id','Estonian'),(922,'et','is','Estonian'),(923,'et','it','Estone'),(924,'et','ja','エストニア語'),(925,'et','ko','에스토니아어'),(926,'et','ku','Estonian'),(927,'et','lv','Estonian'),(928,'et','lt','Estonian'),(929,'et','mk','Estonian'),(930,'et','mt','Estonian'),(931,'et','mn','Estonian'),(932,'et','ne','Estonian'),(933,'et','nl','Ests'),(934,'et','no','Estonian'),(935,'et','pa','Estonian'),(936,'et','pl','estoński'),(937,'et','pt-pt','Estoniano'),(938,'et','pt-br','Estoniano'),(939,'et','qu','Estonian'),(940,'et','ro','Estoniană'),(941,'et','ru','Эстонский'),(942,'et','sl','Estonščina'),(943,'et','so','Estonian'),(944,'et','sq','Estonian'),(945,'et','sr','естонски'),(946,'et','sv','Estniska'),(947,'et','ta','Estonian'),(948,'et','th','เอสโตเนียน'),(949,'et','tr','Estonya dili'),(950,'et','uk','Estonian'),(951,'et','ur','Estonian'),(952,'et','uz','Estonian'),(953,'et','vi','Estonian'),(954,'et','yi','Estonian'),(955,'et','zh-hans','爱沙尼亚语'),(956,'et','zu','Estonian'),(957,'et','zh-hant','愛沙尼亞語'),(958,'et','ms','Estonian'),(959,'et','gl','Estonian'),(960,'et','bn','Estonian'),(961,'eu','en','Basque'),(962,'eu','es','Euskera'),(963,'eu','de','Baskisch'),(964,'eu','fr','Basque'),(965,'eu','ar','لغة الباسك'),(966,'eu','bs','Basque'),(967,'eu','bg','Баски'),(968,'eu','ca','Basque'),(969,'eu','cs','Basque'),(970,'eu','sk','Baskičtina'),(971,'eu','cy','Basque'),(972,'eu','da','Basque'),(973,'eu','el','Βασκικα'),(974,'eu','eo','Basque'),(975,'eu','et','Basque'),(976,'eu','eu','Euskara'),(977,'eu','fa','Basque'),(978,'eu','fi','baski'),(979,'eu','ga','Basque'),(980,'eu','he','בסקית'),(981,'eu','hi','Basque'),(982,'eu','hr','Baskijski'),(983,'eu','hu','baszk'),(984,'eu','hy','Basque'),(985,'eu','id','Basque'),(986,'eu','is','Basque'),(987,'eu','it','Basco'),(988,'eu','ja','バスク語'),(989,'eu','ko','바스크어'),(990,'eu','ku','Basque'),(991,'eu','lv','Basque'),(992,'eu','lt','Basque'),(993,'eu','mk','Basque'),(994,'eu','mt','Basque'),(995,'eu','mn','Basque'),(996,'eu','ne','Basque'),(997,'eu','nl','Baskisch'),(998,'eu','no','Basque'),(999,'eu','pa','Basque'),(1000,'eu','pl','baskijski'),(1001,'eu','pt-pt','Basco'),(1002,'eu','pt-br','Basco'),(1003,'eu','qu','Basque'),(1004,'eu','ro','Bască'),(1005,'eu','ru','Баскский'),(1006,'eu','sl','Baskovščina'),(1007,'eu','so','Basque'),(1008,'eu','sq','Basque'),(1009,'eu','sr','баскијски'),(1010,'eu','sv','Baskiska'),(1011,'eu','ta','Basque'),(1012,'eu','th','บาสค์'),(1013,'eu','tr','Bask dili'),(1014,'eu','uk','Basque'),(1015,'eu','ur','Basque'),(1016,'eu','uz','Basque'),(1017,'eu','vi','Basque'),(1018,'eu','yi','Basque'),(1019,'eu','zh-hans','巴斯克语'),(1020,'eu','zu','Basque'),(1021,'eu','zh-hant','巴斯克語'),(1022,'eu','ms','Basque'),(1023,'eu','gl','Basque'),(1024,'eu','bn','Basque'),(1025,'fa','en','Persian'),(1026,'fa','es','Persa'),(1027,'fa','de','Persisch'),(1028,'fa','fr','Perse'),(1029,'fa','ar','الفارسية'),(1030,'fa','bs','Persian'),(1031,'fa','bg','Персийски'),(1032,'fa','ca','Persian'),(1033,'fa','cs','Perský'),(1034,'fa','sk','Perzština'),(1035,'fa','cy','Persian'),(1036,'fa','da','Persian'),(1037,'fa','el','Περσικος'),(1038,'fa','eo','Persian'),(1039,'fa','et','Persian'),(1040,'fa','eu','Persian'),(1041,'fa','fa','فارسی'),(1042,'fa','fi','persia'),(1043,'fa','ga','Persian'),(1044,'fa','he','פרסית'),(1045,'fa','hi','Persian'),(1046,'fa','hr','Perzijski'),(1047,'fa','hu','perzsa'),(1048,'fa','hy','Persian'),(1049,'fa','id','Persian'),(1050,'fa','is','Persian'),(1051,'fa','it','Persiano'),(1052,'fa','ja','ペルシア語'),(1053,'fa','ko','페르시아어'),(1054,'fa','ku','Persian'),(1055,'fa','lv','Persian'),(1056,'fa','lt','Persian'),(1057,'fa','mk','Persian'),(1058,'fa','mt','Persian'),(1059,'fa','mn','Persian'),(1060,'fa','ne','Persian'),(1061,'fa','nl','Perzisch'),(1062,'fa','no','Persisk'),(1063,'fa','pa','Persian'),(1064,'fa','pl','perski'),(1065,'fa','pt-pt','Persa'),(1066,'fa','pt-br','Persa'),(1067,'fa','qu','Persian'),(1068,'fa','ro','Persană'),(1069,'fa','ru','Персидский'),(1070,'fa','sl','Perzijski'),(1071,'fa','so','Persian'),(1072,'fa','sq','Persian'),(1073,'fa','sr','персијски'),(1074,'fa','sv','Persiska'),(1075,'fa','ta','Persian'),(1076,'fa','th','เปอร์เซียน'),(1077,'fa','tr','Farsça'),(1078,'fa','uk','Persian'),(1079,'fa','ur','Persian'),(1080,'fa','uz','Persian'),(1081,'fa','vi','Persian'),(1082,'fa','yi','Persian'),(1083,'fa','zh-hans','波斯语'),(1084,'fa','zu','Persian'),(1085,'fa','zh-hant','波斯語'),(1086,'fa','ms','Persian'),(1087,'fa','gl','Persian'),(1088,'fa','bn','Persian'),(1089,'fi','en','Finnish'),(1090,'fi','es','Finlandés'),(1091,'fi','de','Finnisch'),(1092,'fi','fr','Finnois'),(1093,'fi','ar','الفنلندية'),(1094,'fi','bs','Finnish'),(1095,'fi','bg','Фински'),(1096,'fi','ca','Finnish'),(1097,'fi','cs','Finský'),(1098,'fi','sk','Fínština'),(1099,'fi','cy','Finnish'),(1100,'fi','da','Finnish'),(1101,'fi','el','Φινλανδικη'),(1102,'fi','eo','Finnish'),(1103,'fi','et','Finnish'),(1104,'fi','eu','Finnish'),(1105,'fi','fa','Finnish'),(1106,'fi','fi','Suomi'),(1107,'fi','ga','Finnish'),(1108,'fi','he','פינית'),(1109,'fi','hi','Finnish'),(1110,'fi','hr','Finski'),(1111,'fi','hu','finn'),(1112,'fi','hy','Finnish'),(1113,'fi','id','Finnish'),(1114,'fi','is','Finnish'),(1115,'fi','it','Finlandese'),(1116,'fi','ja','フィンランド語'),(1117,'fi','ko','핀란드어'),(1118,'fi','ku','Finnish'),(1119,'fi','lv','Finnish'),(1120,'fi','lt','Finnish'),(1121,'fi','mk','Finnish'),(1122,'fi','mt','Finnish'),(1123,'fi','mn','Finnish'),(1124,'fi','ne','Finnish'),(1125,'fi','nl','Fins'),(1126,'fi','no','Finsk'),(1127,'fi','pa','Finnish'),(1128,'fi','pl','fiński'),(1129,'fi','pt-pt','Finlandês'),(1130,'fi','pt-br','Finlandês'),(1131,'fi','qu','Finnish'),(1132,'fi','ro','Finlandeză'),(1133,'fi','ru','Финский'),(1134,'fi','sl','Finski'),(1135,'fi','so','Finnish'),(1136,'fi','sq','Finnish'),(1137,'fi','sr','фински'),(1138,'fi','sv','Finska'),(1139,'fi','ta','Finnish'),(1140,'fi','th','ฟินนิช'),(1141,'fi','tr','Fince'),(1142,'fi','uk','Finnish'),(1143,'fi','ur','Finnish'),(1144,'fi','uz','Finnish'),(1145,'fi','vi','Finnish'),(1146,'fi','yi','Finnish'),(1147,'fi','zh-hans','芬兰语'),(1148,'fi','zu','Finnish'),(1149,'fi','zh-hant','芬蘭語'),(1150,'fi','ms','Finnish'),(1151,'fi','gl','Finnish'),(1152,'fi','bn','Finnish'),(1153,'ga','en','Irish'),(1154,'ga','es','Irlandés'),(1155,'ga','de','Irisch'),(1156,'ga','fr','Irlandais'),(1157,'ga','ar','الأيرلندية'),(1158,'ga','bs','Irish'),(1159,'ga','bg','Ирландски'),(1160,'ga','ca','Irish'),(1161,'ga','cs','Irský'),(1162,'ga','sk','Írština'),(1163,'ga','cy','Irish'),(1164,'ga','da','Irish'),(1165,'ga','el','Ιρλανδικα'),(1166,'ga','eo','Irish'),(1167,'ga','et','Irish'),(1168,'ga','eu','Irish'),(1169,'ga','fa','Irish'),(1170,'ga','fi','iiri'),(1171,'ga','ga','Gaeilge'),(1172,'ga','he','אירית'),(1173,'ga','hi','Irish'),(1174,'ga','hr','Irci'),(1175,'ga','hu','ír'),(1176,'ga','hy','Irish'),(1177,'ga','id','Irish'),(1178,'ga','is','Irish'),(1179,'ga','it','Irlandese'),(1180,'ga','ja','アイルランド語'),(1181,'ga','ko','아일랜드어'),(1182,'ga','ku','Irish'),(1183,'ga','lv','Irish'),(1184,'ga','lt','Irish'),(1185,'ga','mk','Irish'),(1186,'ga','mt','Irish'),(1187,'ga','mn','Irish'),(1188,'ga','ne','Irish'),(1189,'ga','nl','Iers'),(1190,'ga','no','Irish'),(1191,'ga','pa','Irish'),(1192,'ga','pl','irlandzki'),(1193,'ga','pt-pt','Irlandês'),(1194,'ga','pt-br','Irlandês'),(1195,'ga','qu','Irish'),(1196,'ga','ro','Irlandeză'),(1197,'ga','ru','Ирландский'),(1198,'ga','sl','Irski'),(1199,'ga','so','Irish'),(1200,'ga','sq','Irish'),(1201,'ga','sr','ирски'),(1202,'ga','sv','Irländska'),(1203,'ga','ta','Irish'),(1204,'ga','th','ไอริช'),(1205,'ga','tr','İrlanda dili'),(1206,'ga','uk','Irish'),(1207,'ga','ur','Irish'),(1208,'ga','uz','Irish'),(1209,'ga','vi','Irish'),(1210,'ga','yi','Irish'),(1211,'ga','zh-hans','爱尔兰语'),(1212,'ga','zu','Irish'),(1213,'ga','zh-hant','愛爾蘭語'),(1214,'ga','ms','Irish'),(1215,'ga','gl','Irish'),(1216,'ga','bn','Irish'),(1217,'he','en','Hebrew'),(1218,'he','es','Hebreo'),(1219,'he','de','Hebräisch'),(1220,'he','fr','Hébreu'),(1221,'he','ar','العبرية'),(1222,'he','bs','Hebrew'),(1223,'he','bg','Иврит'),(1224,'he','ca','Hebrew'),(1225,'he','cs','Hebrejština'),(1226,'he','sk','Hebrejčina'),(1227,'he','cy','Hebrew'),(1228,'he','da','Hebrew'),(1229,'he','el','Εβραικα'),(1230,'he','eo','Hebrew'),(1231,'he','et','Hebrew'),(1232,'he','eu','Hebrew'),(1233,'he','fa','Hebrew'),(1234,'he','fi','heprea'),(1235,'he','ga','Hebrew'),(1236,'he','he','עברית'),(1237,'he','hi','Hebrew'),(1238,'he','hr','Hebrejski'),(1239,'he','hu','héber'),(1240,'he','hy','Hebrew'),(1241,'he','id','Hebrew'),(1242,'he','is','Hebrew'),(1243,'he','it','Ebraico'),(1244,'he','ja','ヘブライ語'),(1245,'he','ko','히브리어'),(1246,'he','ku','Hebrew'),(1247,'he','lv','Hebrew'),(1248,'he','lt','Hebrew'),(1249,'he','mk','Hebrew'),(1250,'he','mt','Hebrew'),(1251,'he','mn','Hebrew'),(1252,'he','ne','Hebrew'),(1253,'he','nl','Hebreeuws'),(1254,'he','no','Hebraisk'),(1255,'he','pa','Hebrew'),(1256,'he','pl','hebrajski'),(1257,'he','pt-pt','Hebraico'),(1258,'he','pt-br','Hebraico'),(1259,'he','qu','Hebrew'),(1260,'he','ro','Ebraică'),(1261,'he','ru','Иврит'),(1262,'he','sl','Hebrejščina'),(1263,'he','so','Hebrew'),(1264,'he','sq','Hebrew'),(1265,'he','sr','Хебрејски'),(1266,'he','sv','Hebreiska'),(1267,'he','ta','Hebrew'),(1268,'he','th','ฮิบรู'),(1269,'he','tr','İbranice'),(1270,'he','uk','Hebrew'),(1271,'he','ur','Hebrew'),(1272,'he','uz','Hebrew'),(1273,'he','vi','Hebrew'),(1274,'he','yi','Hebrew'),(1275,'he','zh-hans','希伯来语'),(1276,'he','zu','Hebrew'),(1277,'he','zh-hant','希伯來語'),(1278,'he','ms','Hebrew'),(1279,'he','gl','Hebrew'),(1280,'he','bn','Hebrew'),(1281,'hi','en','Hindi'),(1282,'hi','es','Hindi'),(1283,'hi','de','Hindi'),(1284,'hi','fr','Hindi'),(1285,'hi','ar','الهندية'),(1286,'hi','bs','Hindi'),(1287,'hi','bg','Хинди'),(1288,'hi','ca','Hindi'),(1289,'hi','cs','Hindština'),(1290,'hi','sk','Hindčina'),(1291,'hi','cy','Hindi'),(1292,'hi','da','Hindi'),(1293,'hi','el','Ινδικα'),(1294,'hi','eo','Hindi'),(1295,'hi','et','Hindi'),(1296,'hi','eu','Hindi'),(1297,'hi','fa','Hindi'),(1298,'hi','fi','hindi'),(1299,'hi','ga','Hindi'),(1300,'hi','he','הודית'),(1301,'hi','hi','हिन्दी'),(1302,'hi','hr','Hindski'),(1303,'hi','hu','hindi'),(1304,'hi','hy','Hindi'),(1305,'hi','id','Hindi'),(1306,'hi','is','Hindi'),(1307,'hi','it','Hindi'),(1308,'hi','ja','ヒンディー語'),(1309,'hi','ko','힌두어'),(1310,'hi','ku','Hindi'),(1311,'hi','lv','Hindi'),(1312,'hi','lt','Hindi'),(1313,'hi','mk','Hindi'),(1314,'hi','mt','Hindi'),(1315,'hi','mn','Hindi'),(1316,'hi','ne','Hindi'),(1317,'hi','nl','Hindi'),(1318,'hi','no','Hindi'),(1319,'hi','pa','Hindi'),(1320,'hi','pl','hindi'),(1321,'hi','pt-pt','Hindi'),(1322,'hi','pt-br','Hindi'),(1323,'hi','qu','Hindi'),(1324,'hi','ro','Hindi'),(1325,'hi','ru','Хинди'),(1326,'hi','sl','Hindi'),(1327,'hi','so','Hindi'),(1328,'hi','sq','Hindi'),(1329,'hi','sr','хинди'),(1330,'hi','sv','Hindi'),(1331,'hi','ta','Hindi'),(1332,'hi','th','ฮินดิ'),(1333,'hi','tr','Hintçe'),(1334,'hi','uk','Hindi'),(1335,'hi','ur','Hindi'),(1336,'hi','uz','Hindi'),(1337,'hi','vi','Hindi'),(1338,'hi','yi','Hindi'),(1339,'hi','zh-hans','印地语'),(1340,'hi','zu','Hindi'),(1341,'hi','zh-hant','印地語'),(1342,'hi','ms','Hindi'),(1343,'hi','gl','Hindi'),(1344,'hi','bn','Hindi'),(1345,'hr','en','Croatian'),(1346,'hr','es','Croata'),(1347,'hr','de','Kroatisch'),(1348,'hr','fr','Croate'),(1349,'hr','ar','الكرواتية'),(1350,'hr','bs','Croatian'),(1351,'hr','bg','Хърватски'),(1352,'hr','ca','Croatian'),(1353,'hr','cs','Chorvatský'),(1354,'hr','sk','Chorvátština'),(1355,'hr','cy','Croatian'),(1356,'hr','da','Croatian'),(1357,'hr','el','Κροατικα'),(1358,'hr','eo','Croatian'),(1359,'hr','et','Croatian'),(1360,'hr','eu','Croatian'),(1361,'hr','fa','Croatian'),(1362,'hr','fi','kroatia'),(1363,'hr','ga','Croatian'),(1364,'hr','he','קרוטאית'),(1365,'hr','hi','Croatian'),(1366,'hr','hr','Hrvatski'),(1367,'hr','hu','horvát'),(1368,'hr','hy','Croatian'),(1369,'hr','id','Croatian'),(1370,'hr','is','Croatian'),(1371,'hr','it','Croato'),(1372,'hr','ja','クロアチア語'),(1373,'hr','ko','크로아시아어'),(1374,'hr','ku','Croatian'),(1375,'hr','lv','Croatian'),(1376,'hr','lt','Croatian'),(1377,'hr','mk','Croatian'),(1378,'hr','mt','Croatian'),(1379,'hr','mn','Croatian'),(1380,'hr','ne','Croatian'),(1381,'hr','nl','Kroatisch'),(1382,'hr','no','Kroatisk'),(1383,'hr','pa','Croatian'),(1384,'hr','pl','chorwacki'),(1385,'hr','pt-pt','Croata'),(1386,'hr','pt-br','Croata'),(1387,'hr','qu','Croatian'),(1388,'hr','ro','Croată'),(1389,'hr','ru','Хорватский'),(1390,'hr','sl','Hrvaški'),(1391,'hr','so','Croatian'),(1392,'hr','sq','Croatian'),(1393,'hr','sr','хрватски'),(1394,'hr','sv','Kroatiska'),(1395,'hr','ta','Croatian'),(1396,'hr','th','โครเอเชีย'),(1397,'hr','tr','Hırvatça'),(1398,'hr','uk','Croatian'),(1399,'hr','ur','Croatian'),(1400,'hr','uz','Croatian'),(1401,'hr','vi','Croatian'),(1402,'hr','yi','Croatian'),(1403,'hr','zh-hans','克罗地亚语'),(1404,'hr','zu','Croatian'),(1405,'hr','zh-hant','克羅地亞語'),(1406,'hr','ms','Croatian'),(1407,'hr','gl','Croatian'),(1408,'hr','bn','Croatian'),(1409,'hu','en','Hungarian'),(1410,'hu','es','Húngaro'),(1411,'hu','de','Ungarisch'),(1412,'hu','fr','Hongrois'),(1413,'hu','ar','الهنغارية'),(1414,'hu','bs','Hungarian'),(1415,'hu','bg','Унгарски'),(1416,'hu','ca','Hungarian'),(1417,'hu','cs','Maďarština'),(1418,'hu','sk','Maďarčina'),(1419,'hu','cy','Hungarian'),(1420,'hu','da','Hungarian'),(1421,'hu','el','Ουγγρικα'),(1422,'hu','eo','Hungarian'),(1423,'hu','et','Hungarian'),(1424,'hu','eu','Hungarian'),(1425,'hu','fa','Hungarian'),(1426,'hu','fi','unkari'),(1427,'hu','ga','Hungarian'),(1428,'hu','he','הונגרית'),(1429,'hu','hi','Hungarian'),(1430,'hu','hr','Mađarski'),(1431,'hu','hu','Magyar'),(1432,'hu','hy','Hungarian'),(1433,'hu','id','Hungarian'),(1434,'hu','is','Hungarian'),(1435,'hu','it','Ungherese'),(1436,'hu','ja','ハンガリー語'),(1437,'hu','ko','헝가리어'),(1438,'hu','ku','Hungarian'),(1439,'hu','lv','Hungarian'),(1440,'hu','lt','Hungarian'),(1441,'hu','mk','Hungarian'),(1442,'hu','mt','Hungarian'),(1443,'hu','mn','Hungarian'),(1444,'hu','ne','Hungarian'),(1445,'hu','nl','Hongaars'),(1446,'hu','no','Ungarsk'),(1447,'hu','pa','Hungarian'),(1448,'hu','pl','węgierski'),(1449,'hu','pt-pt','Húngaro'),(1450,'hu','pt-br','Húngaro'),(1451,'hu','qu','Hungarian'),(1452,'hu','ro','Ungară'),(1453,'hu','ru','Венгерский'),(1454,'hu','sl','Madžarski'),(1455,'hu','so','Hungarian'),(1456,'hu','sq','Hungarian'),(1457,'hu','sr','мађарски'),(1458,'hu','sv','Ungerska'),(1459,'hu','ta','Hungarian'),(1460,'hu','th','ฮังการี'),(1461,'hu','tr','Macarca'),(1462,'hu','uk','Hungarian'),(1463,'hu','ur','Hungarian'),(1464,'hu','uz','Hungarian'),(1465,'hu','vi','Hungarian'),(1466,'hu','yi','Hungarian'),(1467,'hu','zh-hans','匈牙利语'),(1468,'hu','zu','Hungarian'),(1469,'hu','zh-hant','匈牙利語'),(1470,'hu','ms','Hungarian'),(1471,'hu','gl','Hungarian'),(1472,'hu','bn','Hungarian'),(1473,'hy','en','Armenian'),(1474,'hy','es','Armenio'),(1475,'hy','de','Armenisch'),(1476,'hy','fr','Arménien'),(1477,'hy','ar','الأرمينية'),(1478,'hy','bs','Armenian'),(1479,'hy','bg','Арменски'),(1480,'hy','ca','Armenian'),(1481,'hy','cs','Arménský'),(1482,'hy','sk','Arménčina'),(1483,'hy','cy','Armenian'),(1484,'hy','da','Armenian'),(1485,'hy','el','Αρμενικα'),(1486,'hy','eo','Armenian'),(1487,'hy','et','Armenian'),(1488,'hy','eu','Armenian'),(1489,'hy','fa','Armenian'),(1490,'hy','fi','armenia'),(1491,'hy','ga','Armenian'),(1492,'hy','he','ארמנית'),(1493,'hy','hi','Armenian'),(1494,'hy','hr','Armenac'),(1495,'hy','hu','örmény'),(1496,'hy','hy','Հայերեն'),(1497,'hy','id','Armenian'),(1498,'hy','is','Armenian'),(1499,'hy','it','Armeno'),(1500,'hy','ja','アルメニア語'),(1501,'hy','ko','아르메니아어'),(1502,'hy','ku','Armenian'),(1503,'hy','lv','Armenian'),(1504,'hy','lt','Armenian'),(1505,'hy','mk','Armenian'),(1506,'hy','mt','Armenian'),(1507,'hy','mn','Armenian'),(1508,'hy','ne','Armenian'),(1509,'hy','nl','Armeens'),(1510,'hy','no','Armensk'),(1511,'hy','pa','Armenian'),(1512,'hy','pl','ormiański'),(1513,'hy','pt-pt','Arménio'),(1514,'hy','pt-br','Arménio'),(1515,'hy','qu','Armenian'),(1516,'hy','ro','Armeană'),(1517,'hy','ru','Армянский'),(1518,'hy','sl','Armenski'),(1519,'hy','so','Armenian'),(1520,'hy','sq','Armenian'),(1521,'hy','sr','јерменски'),(1522,'hy','sv','Armeniska'),(1523,'hy','ta','Armenian'),(1524,'hy','th','อาร์เมเนีย'),(1525,'hy','tr','Ermenice'),(1526,'hy','uk','Armenian'),(1527,'hy','ur','Armenian'),(1528,'hy','uz','Armenian'),(1529,'hy','vi','Armenian'),(1530,'hy','yi','Armenian'),(1531,'hy','zh-hans','亚美尼亚语'),(1532,'hy','zu','Armenian'),(1533,'hy','zh-hant','亞美尼亞語'),(1534,'hy','ms','Armenian'),(1535,'hy','gl','Armenian'),(1536,'hy','bn','Armenian'),(1537,'id','en','Indonesian'),(1538,'id','es','Indonesio'),(1539,'id','de','Indonesisch'),(1540,'id','fr','Indonésien'),(1541,'id','ar','الأندونيسية'),(1542,'id','bs','Indonesian'),(1543,'id','bg','Индонезийски'),(1544,'id','ca','Indonesian'),(1545,'id','cs','Indonéský'),(1546,'id','sk','Indonézčina'),(1547,'id','cy','Indonesian'),(1548,'id','da','Indonesian'),(1549,'id','el','Ινδονησιακα'),(1550,'id','eo','Indonesian'),(1551,'id','et','Indonesian'),(1552,'id','eu','Indonesian'),(1553,'id','fa','Indonesian'),(1554,'id','fi','indonesia'),(1555,'id','ga','Indonesian'),(1556,'id','he','אינדונזית'),(1557,'id','hi','Indonesian'),(1558,'id','hr','Indonezijski'),(1559,'id','hu','indonéz'),(1560,'id','hy','Indonesian'),(1561,'id','id','Indonesia'),(1562,'id','is','Indonesian'),(1563,'id','it','Indonesiano'),(1564,'id','ja','インドネシア語'),(1565,'id','ko','인도네시아어'),(1566,'id','ku','Indonesian'),(1567,'id','lv','Indonesian'),(1568,'id','lt','Indonesian'),(1569,'id','mk','Indonesian'),(1570,'id','mt','Indonesian'),(1571,'id','mn','Indonesian'),(1572,'id','ne','Indonesian'),(1573,'id','nl','Indonesisch'),(1574,'id','no','Indonesian'),(1575,'id','pa','Indonesian'),(1576,'id','pl','indonezyjski'),(1577,'id','pt-pt','Indonésio'),(1578,'id','pt-br','Indonésio'),(1579,'id','qu','Indonesian'),(1580,'id','ro','Indoneziană'),(1581,'id','ru','Индонезийский'),(1582,'id','sl','Indonezijski'),(1583,'id','so','Indonesian'),(1584,'id','sq','Indonesian'),(1585,'id','sr','индонезијски'),(1586,'id','sv','Indonesiska'),(1587,'id','ta','Indonesian'),(1588,'id','th','อินโดนีเซีย'),(1589,'id','tr','Endonezya dili'),(1590,'id','uk','Indonesian'),(1591,'id','ur','Indonesian'),(1592,'id','uz','Indonesian'),(1593,'id','vi','Indonesian'),(1594,'id','yi','Indonesian'),(1595,'id','zh-hans','印度尼西亚语'),(1596,'id','zu','Indonesian'),(1597,'id','zh-hant','印尼語'),(1598,'id','ms','Indonesian'),(1599,'id','gl','Indonesian'),(1600,'id','bn','Indonesian'),(1601,'is','en','Icelandic'),(1602,'is','es','Islandés'),(1603,'is','de','Isländisch'),(1604,'is','fr','Islandais'),(1605,'is','ar','الأيسلاندية'),(1606,'is','bs','Icelandic'),(1607,'is','bg','Исландски'),(1608,'is','ca','Icelandic'),(1609,'is','cs','Islandský'),(1610,'is','sk','Islančina'),(1611,'is','cy','Icelandic'),(1612,'is','da','Icelandic'),(1613,'is','el','Ισλανδικα'),(1614,'is','eo','Icelandic'),(1615,'is','et','Icelandic'),(1616,'is','eu','Icelandic'),(1617,'is','fa','Icelandic'),(1618,'is','fi','islanti'),(1619,'is','ga','Icelandic'),(1620,'is','he','איסלנדית'),(1621,'is','hi','Icelandic'),(1622,'is','hr','Islandski'),(1623,'is','hu','izlandi'),(1624,'is','hy','Icelandic'),(1625,'is','id','Icelandic'),(1626,'is','is','Íslenska'),(1627,'is','it','Islandese'),(1628,'is','ja','アイスランド語'),(1629,'is','ko','아이슬랜드어'),(1630,'is','ku','Icelandic'),(1631,'is','lv','Icelandic'),(1632,'is','lt','Icelandic'),(1633,'is','mk','Icelandic'),(1634,'is','mt','Icelandic'),(1635,'is','mn','Icelandic'),(1636,'is','ne','Icelandic'),(1637,'is','nl','Ijslands'),(1638,'is','no','Islandsk'),(1639,'is','pa','Icelandic'),(1640,'is','pl','islandzki'),(1641,'is','pt-pt','Islandês'),(1642,'is','pt-br','Islandês'),(1643,'is','qu','Icelandic'),(1644,'is','ro','Islandeză'),(1645,'is','ru','Исландский'),(1646,'is','sl','Islandski'),(1647,'is','so','Icelandic'),(1648,'is','sq','Icelandic'),(1649,'is','sr','исландски'),(1650,'is','sv','Isländska'),(1651,'is','ta','Icelandic'),(1652,'is','th','ไอซ์แลนด์'),(1653,'is','tr','İzlandaca'),(1654,'is','uk','Icelandic'),(1655,'is','ur','Icelandic'),(1656,'is','uz','Icelandic'),(1657,'is','vi','Icelandic'),(1658,'is','yi','Icelandic'),(1659,'is','zh-hans','冰岛语'),(1660,'is','zu','Icelandic'),(1661,'is','zh-hant','冰島語'),(1662,'is','ms','Icelandic'),(1663,'is','gl','Icelandic'),(1664,'is','bn','Icelandic'),(1665,'it','en','Italian'),(1666,'it','es','Italiano'),(1667,'it','de','Italienisch'),(1668,'it','fr','Italien'),(1669,'it','ar','الإيطالية'),(1670,'it','bs','Italian'),(1671,'it','bg','Италиански'),(1672,'it','ca','Italian'),(1673,'it','cs','Ital'),(1674,'it','sk','Taliančina'),(1675,'it','cy','Italian'),(1676,'it','da','Italian'),(1677,'it','el','Ιταλικα'),(1678,'it','eo','Italian'),(1679,'it','et','Italian'),(1680,'it','eu','Italian'),(1681,'it','fa','Italian'),(1682,'it','fi','italia'),(1683,'it','ga','Italian'),(1684,'it','he','איטלקית'),(1685,'it','hi','Italian'),(1686,'it','hr','Talijanski'),(1687,'it','hu','olasz'),(1688,'it','hy','Italian'),(1689,'it','id','Italian'),(1690,'it','is','Italian'),(1691,'it','it','Italiano'),(1692,'it','ja','イタリア語'),(1693,'it','ko','이태리어'),(1694,'it','ku','Italian'),(1695,'it','lv','Italian'),(1696,'it','lt','Italian'),(1697,'it','mk','Italian'),(1698,'it','mt','Italian'),(1699,'it','mn','Italian'),(1700,'it','ne','Italian'),(1701,'it','nl','Italiaans'),(1702,'it','no','Italiensk'),(1703,'it','pa','Italian'),(1704,'it','pl','włoski'),(1705,'it','pt-pt','Italiano'),(1706,'it','pt-br','Italiano'),(1707,'it','qu','Italian'),(1708,'it','ro','Italiană'),(1709,'it','ru','Итальянский'),(1710,'it','sl','Italijanski'),(1711,'it','so','Italian'),(1712,'it','sq','Italian'),(1713,'it','sr','италијански'),(1714,'it','sv','Italienska'),(1715,'it','ta','Italian'),(1716,'it','th','อิตาลี'),(1717,'it','tr','İtalyanca'),(1718,'it','uk','Italian'),(1719,'it','ur','Italian'),(1720,'it','uz','Italian'),(1721,'it','vi','Italian'),(1722,'it','yi','Italian'),(1723,'it','zh-hans','意大利语'),(1724,'it','zu','Italian'),(1725,'it','zh-hant','義大利語'),(1726,'it','ms','Italian'),(1727,'it','gl','Italian'),(1728,'it','bn','Italian'),(1729,'ja','en','Japanese'),(1730,'ja','es','Japonés'),(1731,'ja','de','Japanisch'),(1732,'ja','fr','Japonais'),(1733,'ja','ar','اليابانية'),(1734,'ja','bs','Japanese'),(1735,'ja','bg','Японски'),(1736,'ja','ca','Japanese'),(1737,'ja','cs','Japonský'),(1738,'ja','sk','Japonština'),(1739,'ja','cy','Japanese'),(1740,'ja','da','Japanese'),(1741,'ja','el','Ιαπωνικα'),(1742,'ja','eo','Japanese'),(1743,'ja','et','Japanese'),(1744,'ja','eu','Japanese'),(1745,'ja','fa','Japanese'),(1746,'ja','fi','japani'),(1747,'ja','ga','Japanese'),(1748,'ja','he','יפנית'),(1749,'ja','hi','Japanese'),(1750,'ja','hr','Japanski'),(1751,'ja','hu','japán'),(1752,'ja','hy','Japanese'),(1753,'ja','id','Japanese'),(1754,'ja','is','Japanese'),(1755,'ja','it','Giapponese'),(1756,'ja','ja','日本語'),(1757,'ja','ko','일어'),(1758,'ja','ku','Japanese'),(1759,'ja','lv','Japanese'),(1760,'ja','lt','Japanese'),(1761,'ja','mk','Japanese'),(1762,'ja','mt','Japanese'),(1763,'ja','mn','Japanese'),(1764,'ja','ne','Japanese'),(1765,'ja','nl','Japans'),(1766,'ja','no','Japansk'),(1767,'ja','pa','Japanese'),(1768,'ja','pl','japoński'),(1769,'ja','pt-pt','Japonês'),(1770,'ja','pt-br','Japonês'),(1771,'ja','qu','Japanese'),(1772,'ja','ro','Japoneză'),(1773,'ja','ru','Японский'),(1774,'ja','sl','Japonski'),(1775,'ja','so','Japanese'),(1776,'ja','sq','Japanese'),(1777,'ja','sr','јапански'),(1778,'ja','sv','Japanska'),(1779,'ja','ta','Japanese'),(1780,'ja','th','ญี่ปุ่น'),(1781,'ja','tr','Japonca'),(1782,'ja','uk','Japanese'),(1783,'ja','ur','Japanese'),(1784,'ja','uz','Japanese'),(1785,'ja','vi','Japanese'),(1786,'ja','yi','Japanese'),(1787,'ja','zh-hans','日语'),(1788,'ja','zu','Japanese'),(1789,'ja','zh-hant','日語'),(1790,'ja','ms','Japanese'),(1791,'ja','gl','Japanese'),(1792,'ja','bn','Japanese'),(1793,'ko','en','Korean'),(1794,'ko','es','Coreano'),(1795,'ko','de','Koreanisch'),(1796,'ko','fr','Coréen'),(1797,'ko','ar','الكورية'),(1798,'ko','bs','Korean'),(1799,'ko','bg','Корейски'),(1800,'ko','ca','Korean'),(1801,'ko','cs','Korejský'),(1802,'ko','sk','Kórejčina'),(1803,'ko','cy','Korean'),(1804,'ko','da','Korean'),(1805,'ko','el','Κορεατικα'),(1806,'ko','eo','Korean'),(1807,'ko','et','Korean'),(1808,'ko','eu','Korean'),(1809,'ko','fa','Korean'),(1810,'ko','fi','korea'),(1811,'ko','ga','Korean'),(1812,'ko','he','קוראנית'),(1813,'ko','hi','Korean'),(1814,'ko','hr','Korejski'),(1815,'ko','hu','koreai'),(1816,'ko','hy','Korean'),(1817,'ko','id','Korean'),(1818,'ko','is','Korean'),(1819,'ko','it','Coreano'),(1820,'ko','ja','韓国語'),(1821,'ko','ko','한국어'),(1822,'ko','ku','Korean'),(1823,'ko','lv','Korean'),(1824,'ko','lt','Korean'),(1825,'ko','mk','Korean'),(1826,'ko','mt','Korean'),(1827,'ko','mn','Korean'),(1828,'ko','ne','Korean'),(1829,'ko','nl','Koreaans'),(1830,'ko','no','Koreanske'),(1831,'ko','pa','Korean'),(1832,'ko','pl','koreański'),(1833,'ko','pt-pt','Coreano'),(1834,'ko','pt-br','Coreano'),(1835,'ko','qu','Korean'),(1836,'ko','ro','Coreană'),(1837,'ko','ru','Корейский'),(1838,'ko','sl','Korejski'),(1839,'ko','so','Korean'),(1840,'ko','sq','Korean'),(1841,'ko','sr','корејски'),(1842,'ko','sv','Koreanska'),(1843,'ko','ta','Korean'),(1844,'ko','th','เกาหลี'),(1845,'ko','tr','Kore dili'),(1846,'ko','uk','Korean'),(1847,'ko','ur','Korean'),(1848,'ko','uz','Korean'),(1849,'ko','vi','Korean'),(1850,'ko','yi','Korean'),(1851,'ko','zh-hans','韩语'),(1852,'ko','zu','Korean'),(1853,'ko','zh-hant','韓語'),(1854,'ko','ms','Korean'),(1855,'ko','gl','Korean'),(1856,'ko','bn','Korean'),(1857,'ku','en','Kurdish'),(1858,'ku','es','Kurdo'),(1859,'ku','de','Kurdisch'),(1860,'ku','fr','Kurde'),(1861,'ku','ar','الكردية'),(1862,'ku','bs','Kurdish'),(1863,'ku','bg','Кюрдски'),(1864,'ku','ca','Kurdish'),(1865,'ku','cs','Kurdský'),(1866,'ku','sk','Kurdština'),(1867,'ku','cy','Kurdish'),(1868,'ku','da','Kurdish'),(1869,'ku','el','Κουρδικα'),(1870,'ku','eo','Kurdish'),(1871,'ku','et','Kurdish'),(1872,'ku','eu','Kurdish'),(1873,'ku','fa','Kurdish'),(1874,'ku','fi','kurdi'),(1875,'ku','ga','Kurdish'),(1876,'ku','he','כורדית'),(1877,'ku','hi','Kurdish'),(1878,'ku','hr','Kurdski'),(1879,'ku','hu','kurd'),(1880,'ku','hy','Kurdish'),(1881,'ku','id','Kurdish'),(1882,'ku','is','Kurdish'),(1883,'ku','it','Curdo'),(1884,'ku','ja','クルド語'),(1885,'ku','ko','쿠르드어'),(1886,'ku','ku','Kurdish'),(1887,'ku','lv','Kurdish'),(1888,'ku','lt','Kurdish'),(1889,'ku','mk','Kurdish'),(1890,'ku','mt','Kurdish'),(1891,'ku','mn','Kurdish'),(1892,'ku','ne','Kurdish'),(1893,'ku','nl','Koerdish'),(1894,'ku','no','Kurdisk'),(1895,'ku','pa','Kurdish'),(1896,'ku','pl','kurdyjski'),(1897,'ku','pt-pt','Curdo'),(1898,'ku','pt-br','Curdo'),(1899,'ku','qu','Kurdish'),(1900,'ku','ro','Kurdă'),(1901,'ku','ru','Курдский'),(1902,'ku','sl','Kurdščina'),(1903,'ku','so','Kurdish'),(1904,'ku','sq','Kurdish'),(1905,'ku','sr','курдски'),(1906,'ku','sv','Kurdiska'),(1907,'ku','ta','Kurdish'),(1908,'ku','th','เคอร์ดิช'),(1909,'ku','tr','Kürtçe'),(1910,'ku','uk','Kurdish'),(1911,'ku','ur','Kurdish'),(1912,'ku','uz','Kurdish'),(1913,'ku','vi','Kurdish'),(1914,'ku','yi','Kurdish'),(1915,'ku','zh-hans','库尔德语'),(1916,'ku','zu','Kurdish'),(1917,'ku','zh-hant','庫爾德語'),(1918,'ku','ms','Kurdish'),(1919,'ku','gl','Kurdish'),(1920,'ku','bn','Kurdish'),(1921,'lv','en','Latvian'),(1922,'lv','es','Letón'),(1923,'lv','de','Lettisch'),(1924,'lv','fr','Letton'),(1925,'lv','ar','اللاتفية'),(1926,'lv','bs','Latvian'),(1927,'lv','bg','Латвийски'),(1928,'lv','ca','Latvian'),(1929,'lv','cs','Lotyština'),(1930,'lv','sk','Lotyština'),(1931,'lv','cy','Latvian'),(1932,'lv','da','Latvian'),(1933,'lv','el','Λετονικα'),(1934,'lv','eo','Latvian'),(1935,'lv','et','Latvian'),(1936,'lv','eu','Latvian'),(1937,'lv','fa','Latvian'),(1938,'lv','fi','latvia'),(1939,'lv','ga','Latvian'),(1940,'lv','he','לטבית'),(1941,'lv','hi','Latvian'),(1942,'lv','hr','Letonski'),(1943,'lv','hu','lett'),(1944,'lv','hy','Latvian'),(1945,'lv','id','Latvian'),(1946,'lv','is','Latvian'),(1947,'lv','it','Lettone'),(1948,'lv','ja','ラトビア語'),(1949,'lv','ko','라트비아어'),(1950,'lv','ku','Latvian'),(1951,'lv','lv','Latviešu'),(1952,'lv','lt','Latvian'),(1953,'lv','mk','Latvian'),(1954,'lv','mt','Latvian'),(1955,'lv','mn','Latvian'),(1956,'lv','ne','Latvian'),(1957,'lv','nl','Lets'),(1958,'lv','no','Latvisk'),(1959,'lv','pa','Latvian'),(1960,'lv','pl','łotewski'),(1961,'lv','pt-pt','Letão'),(1962,'lv','pt-br','Letão'),(1963,'lv','qu','Latvian'),(1964,'lv','ro','Letoniană'),(1965,'lv','ru','латышский'),(1966,'lv','sl','Latvijščina'),(1967,'lv','so','Latvian'),(1968,'lv','sq','Latvian'),(1969,'lv','sr','летонски'),(1970,'lv','sv','Lettiska'),(1971,'lv','ta','Latvian'),(1972,'lv','th','ลัตเวีย'),(1973,'lv','tr','Letonca'),(1974,'lv','uk','Latvian'),(1975,'lv','ur','Latvian'),(1976,'lv','uz','Latvian'),(1977,'lv','vi','Latvian'),(1978,'lv','yi','Latvian'),(1979,'lv','zh-hans','拉脱维亚语'),(1980,'lv','zu','Latvian'),(1981,'lv','zh-hant','拉脫維亞語'),(1982,'lv','ms','Latvian'),(1983,'lv','gl','Latvian'),(1984,'lv','bn','Latvian'),(1985,'lt','en','Lithuanian'),(1986,'lt','es','Lituano'),(1987,'lt','de','Litauisch'),(1988,'lt','fr','Lituanien'),(1989,'lt','ar','اللتوانية'),(1990,'lt','bs','Lithuanian'),(1991,'lt','bg','Литовски'),(1992,'lt','ca','Lithuanian'),(1993,'lt','cs','litevský'),(1994,'lt','sk','Litovčina'),(1995,'lt','cy','Lithuanian'),(1996,'lt','da','Lithuanian'),(1997,'lt','el','Λιθουανικα'),(1998,'lt','eo','Lithuanian'),(1999,'lt','et','Lithuanian'),(2000,'lt','eu','Lithuanian'),(2001,'lt','fa','Lithuanian'),(2002,'lt','fi','liettua'),(2003,'lt','ga','Lithuanian'),(2004,'lt','he','ליטאית'),(2005,'lt','hi','Lithuanian'),(2006,'lt','hr','Litvanski'),(2007,'lt','hu','litván'),(2008,'lt','hy','Lithuanian'),(2009,'lt','id','Lithuanian'),(2010,'lt','is','Lithuanian'),(2011,'lt','it','Lituano'),(2012,'lt','ja','リトアニア語'),(2013,'lt','ko','리투아니아어'),(2014,'lt','ku','Lithuanian'),(2015,'lt','lv','Lithuanian'),(2016,'lt','lt','Lietuvos'),(2017,'lt','mk','Lithuanian'),(2018,'lt','mt','Lithuanian'),(2019,'lt','mn','Lithuanian'),(2020,'lt','ne','Lithuanian'),(2021,'lt','nl','Litouws'),(2022,'lt','no','Litauisk'),(2023,'lt','pa','Lithuanian'),(2024,'lt','pl','litewski'),(2025,'lt','pt-pt','Lituano'),(2026,'lt','pt-br','Lituano'),(2027,'lt','qu','Lithuanian'),(2028,'lt','ro','Lituaniană'),(2029,'lt','ru','Литовский'),(2030,'lt','sl','Litovščina'),(2031,'lt','so','Lithuanian'),(2032,'lt','sq','Lithuanian'),(2033,'lt','sr','литвански'),(2034,'lt','sv','Litauiska'),(2035,'lt','ta','Lithuanian'),(2036,'lt','th','ลิธัวเนีย'),(2037,'lt','tr','Litvanyaca'),(2038,'lt','uk','Lithuanian'),(2039,'lt','ur','Lithuanian'),(2040,'lt','uz','Lithuanian'),(2041,'lt','vi','Lithuanian'),(2042,'lt','yi','Lithuanian'),(2043,'lt','zh-hans','立陶宛语'),(2044,'lt','zu','Lithuanian'),(2045,'lt','zh-hant','立陶宛語'),(2046,'lt','ms','Lithuanian'),(2047,'lt','gl','Lithuanian'),(2048,'lt','bn','Lithuanian'),(2049,'mk','en','Macedonian'),(2050,'mk','es','Macedonio'),(2051,'mk','de','Mazedonisch'),(2052,'mk','fr','Macédonien'),(2053,'mk','ar','المقدونية'),(2054,'mk','bs','Macedonian'),(2055,'mk','bg','Македонски'),(2056,'mk','ca','Macedonian'),(2057,'mk','cs','Makedonský'),(2058,'mk','sk','Macedónština'),(2059,'mk','cy','Macedonian'),(2060,'mk','da','Macedonian'),(2061,'mk','el','Μακεδονικο'),(2062,'mk','eo','Macedonian'),(2063,'mk','et','Macedonian'),(2064,'mk','eu','Macedonian'),(2065,'mk','fa','Macedonian'),(2066,'mk','fi','makedonia'),(2067,'mk','ga','Macedonian'),(2068,'mk','he','מקדונית'),(2069,'mk','hi','Macedonian'),(2070,'mk','hr','Makedonski'),(2071,'mk','hu','macedón'),(2072,'mk','hy','Macedonian'),(2073,'mk','id','Macedonian'),(2074,'mk','is','Macedonian'),(2075,'mk','it','Macedone'),(2076,'mk','ja','マケドニア語'),(2077,'mk','ko','마케도니아어'),(2078,'mk','ku','Macedonian'),(2079,'mk','lv','Macedonian'),(2080,'mk','lt','Macedonian'),(2081,'mk','mk','македонски'),(2082,'mk','mt','Macedonian'),(2083,'mk','mn','Macedonian'),(2084,'mk','ne','Macedonian'),(2085,'mk','nl','Macedonisch'),(2086,'mk','no','Makedonsk'),(2087,'mk','pa','Macedonian'),(2088,'mk','pl','macedoński'),(2089,'mk','pt-pt','Macedônio'),(2090,'mk','pt-br','Macedônio'),(2091,'mk','qu','Macedonian'),(2092,'mk','ro','Macedoniană'),(2093,'mk','ru','Македонский'),(2094,'mk','sl','Makedonski'),(2095,'mk','so','Macedonian'),(2096,'mk','sq','Macedonian'),(2097,'mk','sr','македонски'),(2098,'mk','sv','Makedonska'),(2099,'mk','ta','Macedonian'),(2100,'mk','th','มาซิโดเนีย'),(2101,'mk','tr','Makedonyaca'),(2102,'mk','uk','Macedonian'),(2103,'mk','ur','Macedonian'),(2104,'mk','uz','Macedonian'),(2105,'mk','vi','Macedonian'),(2106,'mk','yi','Macedonian'),(2107,'mk','zh-hans','马其顿语'),(2108,'mk','zu','Macedonian'),(2109,'mk','zh-hant','馬其頓語'),(2110,'mk','ms','Macedonian'),(2111,'mk','gl','Macedonian'),(2112,'mk','bn','Macedonian'),(2113,'mt','en','Maltese'),(2114,'mt','es','Maltés'),(2115,'mt','de','Maltesisch'),(2116,'mt','fr','Maltais'),(2117,'mt','ar','المالطية'),(2118,'mt','bs','Maltese'),(2119,'mt','bg','Малтийски'),(2120,'mt','ca','Maltese'),(2121,'mt','cs','Maltština'),(2122,'mt','sk','Maltézština'),(2123,'mt','cy','Maltese'),(2124,'mt','da','Maltese'),(2125,'mt','el','Μαλτεζικα'),(2126,'mt','eo','Maltese'),(2127,'mt','et','Maltese'),(2128,'mt','eu','Maltese'),(2129,'mt','fa','Maltese'),(2130,'mt','fi','malta'),(2131,'mt','ga','Maltese'),(2132,'mt','he','מלטזית'),(2133,'mt','hi','Maltese'),(2134,'mt','hr','Malteški'),(2135,'mt','hu','máltai'),(2136,'mt','hy','Maltese'),(2137,'mt','id','Maltese'),(2138,'mt','is','Maltese'),(2139,'mt','it','Maltese'),(2140,'mt','ja','マルタ語'),(2141,'mt','ko','몰타어'),(2142,'mt','ku','Maltese'),(2143,'mt','lv','Maltese'),(2144,'mt','lt','Maltese'),(2145,'mt','mk','Maltese'),(2146,'mt','mt','Malti'),(2147,'mt','mn','Maltese'),(2148,'mt','ne','Maltese'),(2149,'mt','nl','Maltees'),(2150,'mt','no','Maltese'),(2151,'mt','pa','Maltese'),(2152,'mt','pl','maltański'),(2153,'mt','pt-pt','Maltês'),(2154,'mt','pt-br','Maltês'),(2155,'mt','qu','Maltese'),(2156,'mt','ro','Malteză'),(2157,'mt','ru','Мальтийский'),(2158,'mt','sl','Malteški'),(2159,'mt','so','Maltese'),(2160,'mt','sq','Maltese'),(2161,'mt','sr','малтешки'),(2162,'mt','sv','Maltesiska'),(2163,'mt','ta','Maltese'),(2164,'mt','th','มอลทีส'),(2165,'mt','tr','Malta dili'),(2166,'mt','uk','Maltese'),(2167,'mt','ur','Maltese'),(2168,'mt','uz','Maltese'),(2169,'mt','vi','Maltese'),(2170,'mt','yi','Maltese'),(2171,'mt','zh-hans','马耳他语'),(2172,'mt','zu','Maltese'),(2173,'mt','zh-hant','馬爾他語'),(2174,'mt','ms','Maltese'),(2175,'mt','gl','Maltese'),(2176,'mt','bn','Maltese'),(2177,'mn','en','Mongolian'),(2178,'mn','es','Mongol'),(2179,'mn','de','Mongolisch'),(2180,'mn','fr','Mongol'),(2181,'mn','ar','المنغولية'),(2182,'mn','bs','Mongolian'),(2183,'mn','bg','Монголски'),(2184,'mn','ca','Mongolian'),(2185,'mn','cs','Mongolský'),(2186,'mn','sk','Mongolština'),(2187,'mn','cy','Mongolian'),(2188,'mn','da','Mongolian'),(2189,'mn','el','Μογγολικα'),(2190,'mn','eo','Mongolian'),(2191,'mn','et','Mongolian'),(2192,'mn','eu','Mongolian'),(2193,'mn','fa','Mongolian'),(2194,'mn','fi','mongoli'),(2195,'mn','ga','Mongolian'),(2196,'mn','he','מונגולית'),(2197,'mn','hi','Mongolian'),(2198,'mn','hr','Mongolski'),(2199,'mn','hu','mongol'),(2200,'mn','hy','Mongolian'),(2201,'mn','id','Mongolian'),(2202,'mn','is','Mongolian'),(2203,'mn','it','Mongolo'),(2204,'mn','ja','モンゴル語'),(2205,'mn','ko','몽골어'),(2206,'mn','ku','Mongolian'),(2207,'mn','lv','Mongolian'),(2208,'mn','lt','Mongolian'),(2209,'mn','mk','Mongolian'),(2210,'mn','mt','Mongolian'),(2211,'mn','mn','Mongolian'),(2212,'mn','ne','Mongolian'),(2213,'mn','nl','Mongools'),(2214,'mn','no','Mongolsk'),(2215,'mn','pa','Mongolian'),(2216,'mn','pl','mongolski'),(2217,'mn','pt-pt','Mongolian'),(2218,'mn','pt-br','Mongolian'),(2219,'mn','qu','Mongolian'),(2220,'mn','ro','Mongoleză'),(2221,'mn','ru','Монгольский'),(2222,'mn','sl','Mongolski'),(2223,'mn','so','Mongolian'),(2224,'mn','sq','Mongolian'),(2225,'mn','sr','монголски'),(2226,'mn','sv','Mongoliska'),(2227,'mn','ta','Mongolian'),(2228,'mn','th','มองโกเลีย'),(2229,'mn','tr','Mongolca'),(2230,'mn','uk','Mongolian'),(2231,'mn','ur','Mongolian'),(2232,'mn','uz','Mongolian'),(2233,'mn','vi','Mongolian'),(2234,'mn','yi','Mongolian'),(2235,'mn','zh-hans','蒙古语'),(2236,'mn','zu','Mongolian'),(2237,'mn','zh-hant','蒙古語'),(2238,'mn','ms','Mongolian'),(2239,'mn','gl','Mongolian'),(2240,'mn','bn','Mongolian'),(2241,'ne','en','Nepali'),(2242,'ne','es','Nepalí'),(2243,'ne','de','Nepali'),(2244,'ne','fr','Népalais'),(2245,'ne','ar','النيبالية'),(2246,'ne','bs','Nepali'),(2247,'ne','bg','Непалски'),(2248,'ne','ca','Nepali'),(2249,'ne','cs','Nepálský'),(2250,'ne','sk','Nepálčina'),(2251,'ne','cy','Nepali'),(2252,'ne','da','Nepali'),(2253,'ne','el','Νεπαλι'),(2254,'ne','eo','Nepali'),(2255,'ne','et','Nepali'),(2256,'ne','eu','Nepali'),(2257,'ne','fa','Nepali'),(2258,'ne','fi','nepali'),(2259,'ne','ga','Nepali'),(2260,'ne','he','נפאלית'),(2261,'ne','hi','Nepali'),(2262,'ne','hr','Nepalski'),(2263,'ne','hu','nepáli'),(2264,'ne','hy','Nepali'),(2265,'ne','id','Nepali'),(2266,'ne','is','Nepali'),(2267,'ne','it','Nepalese'),(2268,'ne','ja','ネパール語'),(2269,'ne','ko','네팔어'),(2270,'ne','ku','Nepali'),(2271,'ne','lv','Nepali'),(2272,'ne','lt','Nepali'),(2273,'ne','mk','Nepali'),(2274,'ne','mt','Nepali'),(2275,'ne','mn','Nepali'),(2276,'ne','ne','Nepali'),(2277,'ne','nl','Nepalees'),(2278,'ne','no','Nepali'),(2279,'ne','pa','Nepali'),(2280,'ne','pl','nepalski'),(2281,'ne','pt-pt','Nepali'),(2282,'ne','pt-br','Nepali'),(2283,'ne','qu','Nepali'),(2284,'ne','ro','Nepaleză'),(2285,'ne','ru','Непальский'),(2286,'ne','sl','Nepalščina'),(2287,'ne','so','Nepali'),(2288,'ne','sq','Nepali'),(2289,'ne','sr','непалски'),(2290,'ne','sv','Nepalesiska'),(2291,'ne','ta','Nepali'),(2292,'ne','th','เนปาล'),(2293,'ne','tr','Nepal dili'),(2294,'ne','uk','Nepali'),(2295,'ne','ur','Nepali'),(2296,'ne','uz','Nepali'),(2297,'ne','vi','Nepali'),(2298,'ne','yi','Nepali'),(2299,'ne','zh-hans','尼泊尔语'),(2300,'ne','zu','Nepali'),(2301,'ne','zh-hant','尼泊爾語'),(2302,'ne','ms','Nepali'),(2303,'ne','gl','Nepali'),(2304,'ne','bn','Nepali'),(2305,'nl','en','Dutch'),(2306,'nl','es','Holandés'),(2307,'nl','de','Niederländisch'),(2308,'nl','fr','Néerlandais'),(2309,'nl','ar','الهولندية'),(2310,'nl','bs','Dutch'),(2311,'nl','bg','Холандски'),(2312,'nl','ca','Dutch'),(2313,'nl','cs','Holandský'),(2314,'nl','sk','Holandčina'),(2315,'nl','cy','Dutch'),(2316,'nl','da','Dutch'),(2317,'nl','el','Ολλανδικα'),(2318,'nl','eo','Dutch'),(2319,'nl','et','Dutch'),(2320,'nl','eu','Dutch'),(2321,'nl','fa','Dutch'),(2322,'nl','fi','hollanti'),(2323,'nl','ga','Dutch'),(2324,'nl','he','הולנדית'),(2325,'nl','hi','Dutch'),(2326,'nl','hr','Holandski'),(2327,'nl','hu','holland'),(2328,'nl','hy','Dutch'),(2329,'nl','id','Dutch'),(2330,'nl','is','Dutch'),(2331,'nl','it','Olandese'),(2332,'nl','ja','オランダ語'),(2333,'nl','ko','화란어'),(2334,'nl','ku','Dutch'),(2335,'nl','lv','Dutch'),(2336,'nl','lt','Dutch'),(2337,'nl','mk','Dutch'),(2338,'nl','mt','Dutch'),(2339,'nl','mn','Dutch'),(2340,'nl','ne','Dutch'),(2341,'nl','nl','Nederlands'),(2342,'nl','no','Nederlandsk'),(2343,'nl','pa','Dutch'),(2344,'nl','pl','holenderski'),(2345,'nl','pt-pt','Holandês'),(2346,'nl','pt-br','Holandês'),(2347,'nl','qu','Dutch'),(2348,'nl','ro','Olaneză'),(2349,'nl','ru','Голландский'),(2350,'nl','sl','Nizozemščina'),(2351,'nl','so','Dutch'),(2352,'nl','sq','Dutch'),(2353,'nl','sr','холандски'),(2354,'nl','sv','Nederländska'),(2355,'nl','ta','Dutch'),(2356,'nl','th','ดัตช์'),(2357,'nl','tr','Hollandaca'),(2358,'nl','uk','Dutch'),(2359,'nl','ur','Dutch'),(2360,'nl','uz','Dutch'),(2361,'nl','vi','Dutch'),(2362,'nl','yi','Dutch'),(2363,'nl','zh-hans','荷兰语'),(2364,'nl','zu','Dutch'),(2365,'nl','zh-hant','荷蘭語'),(2366,'nl','ms','Dutch'),(2367,'nl','gl','Dutch'),(2368,'nl','bn','Dutch'),(2369,'no','en','Norwegian Bokmål'),(2370,'no','es','Bokmål'),(2371,'no','de','Norwegisch (Buchsprache)'),(2372,'no','fr','Norvégien Bokmål'),(2373,'no','ar','البوكمالية النرويجية'),(2374,'no','bs','Norwegian Bokmål'),(2375,'no','bg','Норвежки книжовен'),(2376,'no','ca','Norwegian Bokmål'),(2377,'no','cs','Norwegian bokmål'),(2378,'no','sk','Nórsky jazyk Bokmål'),(2379,'no','cy','Norwegian Bokmål'),(2380,'no','da','Norwegian Bokmål'),(2381,'no','el','Νορβηγικα'),(2382,'no','eo','Norwegian Bokmål'),(2383,'no','et','Norwegian Bokmål'),(2384,'no','eu','Norwegian Bokmål'),(2385,'no','fa','Norwegian Bokmål'),(2386,'no','fi','kirjanorja'),(2387,'no','ga','Norwegian Bokmål'),(2388,'no','he','נורווגית'),(2389,'no','hi','Norwegian Bokmål'),(2390,'no','hr','Književni norveški'),(2391,'no','hu','norvég bokmål'),(2392,'no','hy','Norwegian Bokmål'),(2393,'no','id','Norwegian Bokmål'),(2394,'no','is','Norwegian Bokmål'),(2395,'no','it','Norvegese Bokmål'),(2396,'no','ja','ノルウェー・ブークモール'),(2397,'no','ko','노르웨이 보크말어'),(2398,'no','ku','Norwegian Bokmål'),(2399,'no','lv','Norwegian Bokmål'),(2400,'no','lt','Norwegian Bokmål'),(2401,'no','mk','Norwegian Bokmål'),(2402,'no','mt','Norwegian Bokmål'),(2403,'no','mn','Norwegian Bokmål'),(2404,'no','ne','Norwegian Bokmål'),(2405,'no','nl','Noors Bokmål'),(2406,'no','no','Norsk bokmål'),(2407,'no','pa','Norwegian Bokmål'),(2408,'no','pl','norweski bokmål'),(2409,'no','pt-pt','Norueguês'),(2410,'no','pt-br','Norueguês'),(2411,'no','qu','Norwegian Bokmål'),(2412,'no','ro','Bokmål (norvegiană)'),(2413,'no','ru','Норвежский букмол'),(2414,'no','sl','Knjižna norveščina'),(2415,'no','so','Norwegian Bokmål'),(2416,'no','sq','Norwegian Bokmål'),(2417,'no','sr','Норвешки бокмал'),(2418,'no','sv','Norskt Bokmål'),(2419,'no','ta','Norwegian Bokmål'),(2420,'no','th','นอร์วิเจียนบอกมาล'),(2421,'no','tr','Bokmal Norveç dili'),(2422,'no','uk','Norwegian Bokmål'),(2423,'no','ur','Norwegian Bokmål'),(2424,'no','uz','Norwegian Bokmål'),(2425,'no','vi','Norwegian Bokmål'),(2426,'no','yi','Norwegian Bokmål'),(2427,'no','zh-hans','挪威布克莫尔语'),(2428,'no','zu','Norwegian Bokmål'),(2429,'no','zh-hant','挪威布克莫爾語'),(2430,'no','ms','Norwegian Bokmål'),(2431,'no','gl','Norwegian Bokmål'),(2432,'no','bn','Norwegian Bokmål'),(2433,'pa','en','Punjabi'),(2434,'pa','es','Panyabí'),(2435,'pa','de','Pandschabi'),(2436,'pa','fr','Panjabi'),(2437,'pa','ar','البنجابية'),(2438,'pa','bs','Punjabi'),(2439,'pa','bg','Панджабски'),(2440,'pa','ca','Punjabi'),(2441,'pa','cs','Punjabi'),(2442,'pa','sk','Pandžábčina'),(2443,'pa','cy','Punjabi'),(2444,'pa','da','Punjabi'),(2445,'pa','el','Panjabi'),(2446,'pa','eo','Punjabi'),(2447,'pa','et','Punjabi'),(2448,'pa','eu','Punjabi'),(2449,'pa','fa','Punjabi'),(2450,'pa','fi','pandzabi'),(2451,'pa','ga','Punjabi'),(2452,'pa','he','פנג\'אבית'),(2453,'pa','hi','Punjabi'),(2454,'pa','hr','Pendžabljanin'),(2455,'pa','hu','pandzsábi'),(2456,'pa','hy','Punjabi'),(2457,'pa','id','Punjabi'),(2458,'pa','is','Punjabi'),(2459,'pa','it','Panjabi'),(2460,'pa','ja','パンジャーブ語'),(2461,'pa','ko','펀자브어'),(2462,'pa','ku','Punjabi'),(2463,'pa','lv','Punjabi'),(2464,'pa','lt','Punjabi'),(2465,'pa','mk','Punjabi'),(2466,'pa','mt','Punjabi'),(2467,'pa','mn','Punjabi'),(2468,'pa','ne','Punjabi'),(2469,'pa','nl','Punjabi'),(2470,'pa','no','Punjabi'),(2471,'pa','pa','Punjabi'),(2472,'pa','pl','pendżabi'),(2473,'pa','pt-pt','Panjabi'),(2474,'pa','pt-br','Panjabi'),(2475,'pa','qu','Punjabi'),(2476,'pa','ro','Punjabi'),(2477,'pa','ru','Панджаби'),(2478,'pa','sl','Pandžabščina'),(2479,'pa','so','Punjabi'),(2480,'pa','sq','Punjabi'),(2481,'pa','sr','панџаби'),(2482,'pa','sv','Punjabi'),(2483,'pa','ta','Punjabi'),(2484,'pa','th','ปัญจาบ'),(2485,'pa','tr','Pencapça'),(2486,'pa','uk','Punjabi'),(2487,'pa','ur','Punjabi'),(2488,'pa','uz','Punjabi'),(2489,'pa','vi','Punjabi'),(2490,'pa','yi','Punjabi'),(2491,'pa','zh-hans','旁遮普语'),(2492,'pa','zu','Punjabi'),(2493,'pa','zh-hant','旁遮普語'),(2494,'pa','ms','Punjabi'),(2495,'pa','gl','Punjabi'),(2496,'pa','bn','Punjabi'),(2497,'pl','en','Polish'),(2498,'pl','es','Polaco'),(2499,'pl','de','Polnisch'),(2500,'pl','fr','Polonais'),(2501,'pl','ar','البولندية'),(2502,'pl','bs','Polish'),(2503,'pl','bg','Полски'),(2504,'pl','ca','Polish'),(2505,'pl','cs','Polský'),(2506,'pl','sk','Polština'),(2507,'pl','cy','Polish'),(2508,'pl','da','Polish'),(2509,'pl','el','Πολωνικα'),(2510,'pl','eo','Polish'),(2511,'pl','et','Polish'),(2512,'pl','eu','Polish'),(2513,'pl','fa','Polish'),(2514,'pl','fi','puola'),(2515,'pl','ga','Polish'),(2516,'pl','he','פולנית'),(2517,'pl','hi','Polish'),(2518,'pl','hr','Poljski'),(2519,'pl','hu','lengyel'),(2520,'pl','hy','Polish'),(2521,'pl','id','Polish'),(2522,'pl','is','Polish'),(2523,'pl','it','Polacco'),(2524,'pl','ja','ポーランド語'),(2525,'pl','ko','폴란드어'),(2526,'pl','ku','Polish'),(2527,'pl','lv','Polish'),(2528,'pl','lt','Polish'),(2529,'pl','mk','Polish'),(2530,'pl','mt','Polish'),(2531,'pl','mn','Polish'),(2532,'pl','ne','Polish'),(2533,'pl','nl','Pools'),(2534,'pl','no','Polsk'),(2535,'pl','pa','Polish'),(2536,'pl','pl','polski'),(2537,'pl','pt-pt','Polonês'),(2538,'pl','pt-br','Polonês'),(2539,'pl','qu','Polish'),(2540,'pl','ro','Poloneză'),(2541,'pl','ru','Польский'),(2542,'pl','sl','Poljski'),(2543,'pl','so','Polish'),(2544,'pl','sq','Polish'),(2545,'pl','sr','пољски'),(2546,'pl','sv','Polska'),(2547,'pl','ta','Polish'),(2548,'pl','th','โปแลนด์'),(2549,'pl','tr','Polonyaca'),(2550,'pl','uk','Polish'),(2551,'pl','ur','Polish'),(2552,'pl','uz','Polish'),(2553,'pl','vi','Polish'),(2554,'pl','yi','Polish'),(2555,'pl','zh-hans','波兰语'),(2556,'pl','zu','Polish'),(2557,'pl','zh-hant','波蘭語'),(2558,'pl','ms','Polish'),(2559,'pl','gl','Polish'),(2560,'pl','bn','Polish'),(2561,'pt-pt','en','Portuguese (Portugal)'),(2562,'pt-pt','es','Portugués, Portugal'),(2563,'pt-pt','de','Portugiesisch, Portugal'),(2564,'pt-pt','fr','Portugais - du Portugal'),(2565,'pt-pt','ar','البرتغالية ، البرتغال'),(2566,'pt-pt','bs','Portuguese, Portugal'),(2567,'pt-pt','bg','Португалски (Португалия)'),(2568,'pt-pt','ca','Portuguese, Portugal'),(2569,'pt-pt','cs','Portugalština ( Portugalsko)'),(2570,'pt-pt','sk','Portugalština'),(2571,'pt-pt','cy','Portuguese, Portugal'),(2572,'pt-pt','da','Portuguese, Portugal'),(2573,'pt-pt','el','Πορτογαλικα'),(2574,'pt-pt','eo','Portuguese, Portugal'),(2575,'pt-pt','et','Portuguese, Portugal'),(2576,'pt-pt','eu','Portuguese, Portugal'),(2577,'pt-pt','fa','Portuguese, Portugal'),(2578,'pt-pt','fi','portugali'),(2579,'pt-pt','ga','Portuguese, Portugal'),(2580,'pt-pt','he','פורטוגזית'),(2581,'pt-pt','hi','Portuguese, Portugal'),(2582,'pt-pt','hr','Portugalski (Portugal)'),(2583,'pt-pt','hu','portugál'),(2584,'pt-pt','hy','Portuguese, Portugal'),(2585,'pt-pt','id','Portuguese, Portugal'),(2586,'pt-pt','is','Portuguese, Portugal'),(2587,'pt-pt','it','Portoghese, Portogallo'),(2588,'pt-pt','ja','ポルトガル語'),(2589,'pt-pt','ko','포르투갈 포르투갈어'),(2590,'pt-pt','ku','Portuguese, Portugal'),(2591,'pt-pt','lv','Portuguese, Portugal'),(2592,'pt-pt','lt','Portuguese, Portugal'),(2593,'pt-pt','mk','Portuguese, Portugal'),(2594,'pt-pt','mt','Portuguese, Portugal'),(2595,'pt-pt','mn','Portuguese, Portugal'),(2596,'pt-pt','ne','Portuguese, Portugal'),(2597,'pt-pt','nl','Portugees, Portugal'),(2598,'pt-pt','no','Portugisisk (Portugal)'),(2599,'pt-pt','pa','Portuguese, Portugal'),(2600,'pt-pt','pl','portugalski, Portugalia'),(2601,'pt-pt','pt-pt','Português'),(2602,'pt-pt','pt-br','Português'),(2603,'pt-pt','qu','Portuguese, Portugal'),(2604,'pt-pt','ro','Portugheză (Portugalia)'),(2605,'pt-pt','ru','Португальский, Португалия'),(2606,'pt-pt','sl','Portugalščina ( Portugalska )'),(2607,'pt-pt','so','Portuguese, Portugal'),(2608,'pt-pt','sq','Portuguese, Portugal'),(2609,'pt-pt','sr','Португалски (Португалија)'),(2610,'pt-pt','sv','Portugisiska, Portugal'),(2611,'pt-pt','ta','Portuguese, Portugal'),(2612,'pt-pt','th','โปรตุเกส'),(2613,'pt-pt','tr','Portekizce, Portekiz'),(2614,'pt-pt','uk','Portuguese, Portugal'),(2615,'pt-pt','ur','Portuguese, Portugal'),(2616,'pt-pt','uz','Portuguese, Portugal'),(2617,'pt-pt','vi','Portuguese, Portugal'),(2618,'pt-pt','yi','Portuguese, Portugal'),(2619,'pt-pt','zh-hans','葡萄牙语（葡萄牙）'),(2620,'pt-pt','zu','Portuguese, Portugal'),(2621,'pt-pt','zh-hant','葡萄牙語（葡萄牙）'),(2622,'pt-pt','ms','Portuguese, Portugal'),(2623,'pt-pt','gl','Portuguese, Portugal'),(2624,'pt-pt','bn','Portuguese, Portugal'),(2625,'pt-br','en','Portuguese (Brazil)'),(2626,'pt-br','es','Portugués, Brasil'),(2627,'pt-br','de','Portugiesisch, Brasilien'),(2628,'pt-br','fr','Portugais - du Brésil'),(2629,'pt-br','ar','البرتغالية ،البرازيل'),(2630,'pt-br','bs','Portuguese, Brazil'),(2631,'pt-br','bg','Португалски (Бразилия)'),(2632,'pt-br','ca','Portuguese, Brazil'),(2633,'pt-br','cs','Portugalština ( Brazílie)'),(2634,'pt-br','sk','Brazílska Portugalština'),(2635,'pt-br','cy','Portuguese, Brazil'),(2636,'pt-br','da','Portuguese, Brazil'),(2637,'pt-br','el','Πορτογαλικα'),(2638,'pt-br','eo','Portuguese, Brazil'),(2639,'pt-br','et','Portuguese, Brazil'),(2640,'pt-br','eu','Portuguese, Brazil'),(2641,'pt-br','fa','Portuguese, Brazil'),(2642,'pt-br','fi','Brasilian portugali'),(2643,'pt-br','ga','Portuguese, Brazil'),(2644,'pt-br','he','פורטוגזית - ברזיל'),(2645,'pt-br','hi','Portuguese, Brazil'),(2646,'pt-br','hr','Portugalski (Brazil)'),(2647,'pt-br','hu','brazil'),(2648,'pt-br','hy','Portuguese, Brazil'),(2649,'pt-br','id','Portuguese, Brazil'),(2650,'pt-br','is','Portuguese, Brazil'),(2651,'pt-br','it','Portoghese, Brasile'),(2652,'pt-br','ja','ポルトガル語（ブラジル）'),(2653,'pt-br','ko','브라질 포르투갈어'),(2654,'pt-br','ku','Portuguese, Brazil'),(2655,'pt-br','lv','Portuguese, Brazil'),(2656,'pt-br','lt','Portuguese, Brazil'),(2657,'pt-br','mk','Portuguese, Brazil'),(2658,'pt-br','mt','Portuguese, Brazil'),(2659,'pt-br','mn','Portuguese, Brazil'),(2660,'pt-br','ne','Portuguese, Brazil'),(2661,'pt-br','nl','Portugees, Brazilië'),(2662,'pt-br','no','Portugisisk (Brasil)'),(2663,'pt-br','pa','Portuguese, Brazil'),(2664,'pt-br','pl','portugalski, Brazylia'),(2665,'pt-br','pt-pt','Português'),(2666,'pt-br','pt-br','Português'),(2667,'pt-br','qu','Portuguese, Brazil'),(2668,'pt-br','ro','Portugheză (Brazilia)'),(2669,'pt-br','ru','Португальский, Бразилия'),(2670,'pt-br','sl','Portugalščina ( Brazilija )'),(2671,'pt-br','so','Portuguese, Brazil'),(2672,'pt-br','sq','Portuguese, Brazil'),(2673,'pt-br','sr','Португалски (Бразил)'),(2674,'pt-br','sv','Portugisiska, Brasilien'),(2675,'pt-br','ta','Portuguese, Brazil'),(2676,'pt-br','th','โปรตุเกสบราซิล'),(2677,'pt-br','tr','Portekizce, Brezilya'),(2678,'pt-br','uk','Portuguese, Brazil'),(2679,'pt-br','ur','Portuguese, Brazil'),(2680,'pt-br','uz','Portuguese, Brazil'),(2681,'pt-br','vi','Portuguese, Brazil'),(2682,'pt-br','yi','Portuguese, Brazil'),(2683,'pt-br','zh-hans','葡萄牙语（巴西）'),(2684,'pt-br','zu','Portuguese, Brazil'),(2685,'pt-br','zh-hant','葡萄牙語（巴西）'),(2686,'pt-br','ms','Portuguese, Brazil'),(2687,'pt-br','gl','Portuguese, Brazil'),(2688,'pt-br','bn','Portuguese, Brazil'),(2689,'qu','en','Quechua'),(2690,'qu','es','Quechua'),(2691,'qu','de','Quechua'),(2692,'qu','fr','Quechua'),(2693,'qu','ar','الكويتشوا'),(2694,'qu','bs','Quechua'),(2695,'qu','bg','Кечуа'),(2696,'qu','ca','Quechua'),(2697,'qu','cs','Quechua'),(2698,'qu','sk','Jazyk Quechua'),(2699,'qu','cy','Quechua'),(2700,'qu','da','Quechua'),(2701,'qu','el','Κετσουα'),(2702,'qu','eo','Quechua'),(2703,'qu','et','Quechua'),(2704,'qu','eu','Quechua'),(2705,'qu','fa','Quechua'),(2706,'qu','fi','ketsua'),(2707,'qu','ga','Quechua'),(2708,'qu','he','קצ\'ואה'),(2709,'qu','hi','Quechua'),(2710,'qu','hr','Quechua'),(2711,'qu','hu','quechua'),(2712,'qu','hy','Quechua'),(2713,'qu','id','Quechua'),(2714,'qu','is','Quechua'),(2715,'qu','it','Quechua'),(2716,'qu','ja','ケチュア語'),(2717,'qu','ko','케추아어'),(2718,'qu','ku','Quechua'),(2719,'qu','lv','Quechua'),(2720,'qu','lt','Quechua'),(2721,'qu','mk','Quechua'),(2722,'qu','mt','Quechua'),(2723,'qu','mn','Quechua'),(2724,'qu','ne','Quechua'),(2725,'qu','nl','Quechua'),(2726,'qu','no','Quechua'),(2727,'qu','pa','Quechua'),(2728,'qu','pl','keczua'),(2729,'qu','pt-pt','Quechua'),(2730,'qu','pt-br','Quechua'),(2731,'qu','qu','Quechua'),(2732,'qu','ro','Quechuană'),(2733,'qu','ru','Кечуа'),(2734,'qu','sl','Quechua'),(2735,'qu','so','Quechua'),(2736,'qu','sq','Quechua'),(2737,'qu','sr','Кечуа'),(2738,'qu','sv','Quechua'),(2739,'qu','ta','Quechua'),(2740,'qu','th','คิวชัว'),(2741,'qu','tr','Quechua dili'),(2742,'qu','uk','Quechua'),(2743,'qu','ur','Quechua'),(2744,'qu','uz','Quechua'),(2745,'qu','vi','Quechua'),(2746,'qu','yi','Quechua'),(2747,'qu','zh-hans','盖丘亚语'),(2748,'qu','zu','Quechua'),(2749,'qu','zh-hant','蓋丘亞語'),(2750,'qu','ms','Quechua'),(2751,'qu','gl','Quechua'),(2752,'qu','bn','Quechua'),(2753,'ro','en','Romanian'),(2754,'ro','es','Rumano'),(2755,'ro','de','Rumänisch'),(2756,'ro','fr','Roumain'),(2757,'ro','ar','الرومانية'),(2758,'ro','bs','Romanian'),(2759,'ro','bg','Румънски'),(2760,'ro','ca','Romanian'),(2761,'ro','cs','Rumunština'),(2762,'ro','sk','Rumunčina'),(2763,'ro','cy','Romanian'),(2764,'ro','da','Romanian'),(2765,'ro','el','Ρουμανικα'),(2766,'ro','eo','Romanian'),(2767,'ro','et','Romanian'),(2768,'ro','eu','Romanian'),(2769,'ro','fa','Romanian'),(2770,'ro','fi','romania'),(2771,'ro','ga','Romanian'),(2772,'ro','he','רומנית'),(2773,'ro','hi','Romanian'),(2774,'ro','hr','Rumunjski'),(2775,'ro','hu','román'),(2776,'ro','hy','Romanian'),(2777,'ro','id','Romanian'),(2778,'ro','is','Romanian'),(2779,'ro','it','Rumeno'),(2780,'ro','ja','ルーマニア語'),(2781,'ro','ko','로마니아어'),(2782,'ro','ku','Romanian'),(2783,'ro','lv','Romanian'),(2784,'ro','lt','Romanian'),(2785,'ro','mk','Romanian'),(2786,'ro','mt','Romanian'),(2787,'ro','mn','Romanian'),(2788,'ro','ne','Romanian'),(2789,'ro','nl','Roemeens'),(2790,'ro','no','Rumensk'),(2791,'ro','pa','Romanian'),(2792,'ro','pl','rumuński'),(2793,'ro','pt-pt','Romeno'),(2794,'ro','pt-br','Romeno'),(2795,'ro','qu','Romanian'),(2796,'ro','ro','Română'),(2797,'ro','ru','Румынский'),(2798,'ro','sl','Romunščina'),(2799,'ro','so','Romanian'),(2800,'ro','sq','Romanian'),(2801,'ro','sr','румунски'),(2802,'ro','sv','Rumänska'),(2803,'ro','ta','Romanian'),(2804,'ro','th','โรมาเนีย'),(2805,'ro','tr','Rumence'),(2806,'ro','uk','Romanian'),(2807,'ro','ur','Romanian'),(2808,'ro','uz','Romanian'),(2809,'ro','vi','Romanian'),(2810,'ro','yi','Romanian'),(2811,'ro','zh-hans','罗马尼亚语'),(2812,'ro','zu','Romanian'),(2813,'ro','zh-hant','羅馬尼亞語'),(2814,'ro','ms','Romanian'),(2815,'ro','gl','Romanian'),(2816,'ro','bn','Romanian'),(2817,'ru','en','Russian'),(2818,'ru','es','Ruso'),(2819,'ru','de','Russisch'),(2820,'ru','fr','Russe'),(2821,'ru','ar','الروسية'),(2822,'ru','bs','Russian'),(2823,'ru','bg','Руски'),(2824,'ru','ca','Russian'),(2825,'ru','cs','Ruský'),(2826,'ru','sk','Ruština'),(2827,'ru','cy','Russian'),(2828,'ru','da','Russian'),(2829,'ru','el','Ρωσικα'),(2830,'ru','eo','Russian'),(2831,'ru','et','Russian'),(2832,'ru','eu','Russian'),(2833,'ru','fa','Russian'),(2834,'ru','fi','venäjä'),(2835,'ru','ga','Russian'),(2836,'ru','he','רוסית'),(2837,'ru','hi','Russian'),(2838,'ru','hr','Ruski'),(2839,'ru','hu','orosz'),(2840,'ru','hy','Russian'),(2841,'ru','id','Russian'),(2842,'ru','is','Russian'),(2843,'ru','it','Russo'),(2844,'ru','ja','ロシア語'),(2845,'ru','ko','러시아어'),(2846,'ru','ku','Russian'),(2847,'ru','lv','Russian'),(2848,'ru','lt','Russian'),(2849,'ru','mk','Russian'),(2850,'ru','mt','Russian'),(2851,'ru','mn','Russian'),(2852,'ru','ne','Russian'),(2853,'ru','nl','Russisch'),(2854,'ru','no','Russisk'),(2855,'ru','pa','Russian'),(2856,'ru','pl','rosyjski'),(2857,'ru','pt-pt','Russo'),(2858,'ru','pt-br','Russo'),(2859,'ru','qu','Russian'),(2860,'ru','ro','Rusă'),(2861,'ru','ru','Русский'),(2862,'ru','sl','Ruščina'),(2863,'ru','so','Russian'),(2864,'ru','sq','Russian'),(2865,'ru','sr','руски'),(2866,'ru','sv','Ryska'),(2867,'ru','ta','Russian'),(2868,'ru','th','รัสเซีย'),(2869,'ru','tr','Rusça'),(2870,'ru','uk','Russian'),(2871,'ru','ur','Russian'),(2872,'ru','uz','Russian'),(2873,'ru','vi','Russian'),(2874,'ru','yi','Russian'),(2875,'ru','zh-hans','俄语'),(2876,'ru','zu','Russian'),(2877,'ru','zh-hant','俄語'),(2878,'ru','ms','Russian'),(2879,'ru','gl','Russian'),(2880,'ru','bn','Russian'),(2881,'sl','en','Slovenian'),(2882,'sl','es','Esloveno'),(2883,'sl','de','Slowenisch'),(2884,'sl','fr','Slovène'),(2885,'sl','ar','السلوفانية'),(2886,'sl','bs','Slovenian'),(2887,'sl','bg','Словенски'),(2888,'sl','ca','Slovenian'),(2889,'sl','cs','Slovinština'),(2890,'sl','sk','Slovinčina'),(2891,'sl','cy','Slovenian'),(2892,'sl','da','Slovenian'),(2893,'sl','el','Σλοβενικα'),(2894,'sl','eo','Slovenian'),(2895,'sl','et','Slovenian'),(2896,'sl','eu','Slovenian'),(2897,'sl','fa','Slovenian'),(2898,'sl','fi','sloveeni'),(2899,'sl','ga','Slovenian'),(2900,'sl','he','סלובנית'),(2901,'sl','hi','Slovenian'),(2902,'sl','hr','Slovenac'),(2903,'sl','hu','szlovén'),(2904,'sl','hy','Slovenian'),(2905,'sl','id','Slovenian'),(2906,'sl','is','Slovenian'),(2907,'sl','it','Sloveno'),(2908,'sl','ja','スロベニア語'),(2909,'sl','ko','슬로베니아어'),(2910,'sl','ku','Slovenian'),(2911,'sl','lv','Slovenian'),(2912,'sl','lt','Slovenian'),(2913,'sl','mk','Slovenian'),(2914,'sl','mt','Slovenian'),(2915,'sl','mn','Slovenian'),(2916,'sl','ne','Slovenian'),(2917,'sl','nl','Sloveens'),(2918,'sl','no','Slovensk'),(2919,'sl','pa','Slovenian'),(2920,'sl','pl','słoweński'),(2921,'sl','pt-pt','Esloveno'),(2922,'sl','pt-br','Esloveno'),(2923,'sl','qu','Slovenian'),(2924,'sl','ro','Slovenă'),(2925,'sl','ru','Словенский'),(2926,'sl','sl','Slovenščina'),(2927,'sl','so','Slovenian'),(2928,'sl','sq','Slovenian'),(2929,'sl','sr','словеначки'),(2930,'sl','sv','Slovenska'),(2931,'sl','ta','Slovenian'),(2932,'sl','th','สโลวีเนียน'),(2933,'sl','tr','Sloven dili'),(2934,'sl','uk','Slovenian'),(2935,'sl','ur','Slovenian'),(2936,'sl','uz','Slovenian'),(2937,'sl','vi','Slovenian'),(2938,'sl','yi','Slovenian'),(2939,'sl','zh-hans','斯洛文尼亚语'),(2940,'sl','zu','Slovenian'),(2941,'sl','zh-hant','斯洛文尼亞語'),(2942,'sl','ms','Slovenian'),(2943,'sl','gl','Slovenian'),(2944,'sl','bn','Slovenian'),(2945,'so','en','Somali'),(2946,'so','es','Somalí'),(2947,'so','de','Somali'),(2948,'so','fr','Somali'),(2949,'so','ar','الصومالية'),(2950,'so','bs','Somali'),(2951,'so','bg','Сомалийски'),(2952,'so','ca','Somali'),(2953,'so','cs','Somali'),(2954,'so','sk','Somálčina'),(2955,'so','cy','Somali'),(2956,'so','da','Somali'),(2957,'so','el','Somali'),(2958,'so','eo','Somali'),(2959,'so','et','Somali'),(2960,'so','eu','Somali'),(2961,'so','fa','Somali'),(2962,'so','fi','somali'),(2963,'so','ga','Somali'),(2964,'so','he','סומלית'),(2965,'so','hi','Somali'),(2966,'so','hr','Somalijski'),(2967,'so','hu','szomáli'),(2968,'so','hy','Somali'),(2969,'so','id','Somali'),(2970,'so','is','Somali'),(2971,'so','it','Somalo'),(2972,'so','ja','ソマリ語'),(2973,'so','ko','소말리아어'),(2974,'so','ku','Somali'),(2975,'so','lv','Somali'),(2976,'so','lt','Somali'),(2977,'so','mk','Somali'),(2978,'so','mt','Somali'),(2979,'so','mn','Somali'),(2980,'so','ne','Somali'),(2981,'so','nl','Somalisch'),(2982,'so','no','Somali'),(2983,'so','pa','Somali'),(2984,'so','pl','somalijski'),(2985,'so','pt-pt','Somali'),(2986,'so','pt-br','Somali'),(2987,'so','qu','Somali'),(2988,'so','ro','Somaleză'),(2989,'so','ru','Сомалийский'),(2990,'so','sl','Somalski'),(2991,'so','so','Somali'),(2992,'so','sq','Somali'),(2993,'so','sr','Сомалијски'),(2994,'so','sv','Somaliska'),(2995,'so','ta','Somali'),(2996,'so','th','โซมาลี'),(2997,'so','tr','Somalice'),(2998,'so','uk','Somali'),(2999,'so','ur','Somali'),(3000,'so','uz','Somali'),(3001,'so','vi','Somali'),(3002,'so','yi','Somali'),(3003,'so','zh-hans','索马里语'),(3004,'so','zu','Somali'),(3005,'so','zh-hant','索馬里語'),(3006,'so','ms','Somali'),(3007,'so','gl','Somali'),(3008,'so','bn','Somali'),(3009,'sq','en','Albanian'),(3010,'sq','es','Albanés'),(3011,'sq','de','Albanisch'),(3012,'sq','fr','Albanais'),(3013,'sq','ar','الألبانية'),(3014,'sq','bs','Albanian'),(3015,'sq','bg','Албански'),(3016,'sq','ca','Albanian'),(3017,'sq','cs','Albánský'),(3018,'sq','sk','Albánčina'),(3019,'sq','cy','Albanian'),(3020,'sq','da','Albanian'),(3021,'sq','el','Αλβανικα'),(3022,'sq','eo','Albanian'),(3023,'sq','et','Albanian'),(3024,'sq','eu','Albanian'),(3025,'sq','fa','Albanian'),(3026,'sq','fi','albania'),(3027,'sq','ga','Albanian'),(3028,'sq','he','אלבנית'),(3029,'sq','hi','Albanian'),(3030,'sq','hr','Albanac'),(3031,'sq','hu','albán'),(3032,'sq','hy','Albanian'),(3033,'sq','id','Albanian'),(3034,'sq','is','Albanian'),(3035,'sq','it','Albanese'),(3036,'sq','ja','アルバニア語'),(3037,'sq','ko','알바니아어'),(3038,'sq','ku','Albanian'),(3039,'sq','lv','Albanian'),(3040,'sq','lt','Albanian'),(3041,'sq','mk','Albanian'),(3042,'sq','mt','Albanian'),(3043,'sq','mn','Albanian'),(3044,'sq','ne','Albanian'),(3045,'sq','nl','Albaans'),(3046,'sq','no','Albansk'),(3047,'sq','pa','Albanian'),(3048,'sq','pl','albański'),(3049,'sq','pt-pt','Albanês'),(3050,'sq','pt-br','Albanês'),(3051,'sq','qu','Albanian'),(3052,'sq','ro','Albaneză'),(3053,'sq','ru','Албанский'),(3054,'sq','sl','Albanski'),(3055,'sq','so','Albanian'),(3056,'sq','sq','Albanian'),(3057,'sq','sr','албански'),(3058,'sq','sv','Albanska'),(3059,'sq','ta','Albanian'),(3060,'sq','th','อัลเบเนีย'),(3061,'sq','tr','Arnavutça'),(3062,'sq','uk','Albanian'),(3063,'sq','ur','Albanian'),(3064,'sq','uz','Albanian'),(3065,'sq','vi','Albanian'),(3066,'sq','yi','Albanian'),(3067,'sq','zh-hans','阿尔巴尼亚语'),(3068,'sq','zu','Albanian'),(3069,'sq','zh-hant','阿爾巴尼亞語'),(3070,'sq','ms','Albanian'),(3071,'sq','gl','Albanian'),(3072,'sq','bn','Albanian'),(3073,'sr','en','Serbian'),(3074,'sr','es','Serbio'),(3075,'sr','de','Serbisch'),(3076,'sr','fr','Serbe'),(3077,'sr','ar','الصربية'),(3078,'sr','bs','Serbian'),(3079,'sr','bg','Сръбски'),(3080,'sr','ca','Serbian'),(3081,'sr','cs','Srbský'),(3082,'sr','sk','Srbština'),(3083,'sr','cy','Serbian'),(3084,'sr','da','Serbian'),(3085,'sr','el','Σερβικα'),(3086,'sr','eo','Serbian'),(3087,'sr','et','Serbian'),(3088,'sr','eu','Serbian'),(3089,'sr','fa','Serbian'),(3090,'sr','fi','serbia'),(3091,'sr','ga','Serbian'),(3092,'sr','he','סרבית'),(3093,'sr','hi','Serbian'),(3094,'sr','hr','Srpski'),(3095,'sr','hu','szerb'),(3096,'sr','hy','Serbian'),(3097,'sr','id','Serbian'),(3098,'sr','is','Serbian'),(3099,'sr','it','Serbo'),(3100,'sr','ja','セルビア語'),(3101,'sr','ko','세르비아어'),(3102,'sr','ku','Serbian'),(3103,'sr','lv','Serbian'),(3104,'sr','lt','Serbian'),(3105,'sr','mk','Serbian'),(3106,'sr','mt','Serbian'),(3107,'sr','mn','Serbian'),(3108,'sr','ne','Serbian'),(3109,'sr','nl','Servisch'),(3110,'sr','no','Serbisk'),(3111,'sr','pa','Serbian'),(3112,'sr','pl','serbski'),(3113,'sr','pt-pt','Sérvio'),(3114,'sr','pt-br','Sérvio'),(3115,'sr','qu','Serbian'),(3116,'sr','ro','Sârbă'),(3117,'sr','ru','Сербский'),(3118,'sr','sl','Srbski'),(3119,'sr','so','Serbian'),(3120,'sr','sq','Serbian'),(3121,'sr','sr','српски'),(3122,'sr','sv','Serbiska'),(3123,'sr','ta','Serbian'),(3124,'sr','th','เซอร์เบีย'),(3125,'sr','tr','Sırpça'),(3126,'sr','uk','Serbian'),(3127,'sr','ur','Serbian'),(3128,'sr','uz','Serbian'),(3129,'sr','vi','Serbian'),(3130,'sr','yi','Serbian'),(3131,'sr','zh-hans','赛尔维亚语'),(3132,'sr','zu','Serbian'),(3133,'sr','zh-hant','賽爾維亞語'),(3134,'sr','ms','Serbian'),(3135,'sr','gl','Serbian'),(3136,'sr','bn','Serbian'),(3137,'sv','en','Swedish'),(3138,'sv','es','Sueco'),(3139,'sv','de','Schwedisch'),(3140,'sv','fr','Suédois'),(3141,'sv','ar','السويدية'),(3142,'sv','bs','Swedish'),(3143,'sv','bg','Шведски'),(3144,'sv','ca','Swedish'),(3145,'sv','cs','Švédský'),(3146,'sv','sk','Švédština'),(3147,'sv','cy','Swedish'),(3148,'sv','da','Swedish'),(3149,'sv','el','Σουηδικη'),(3150,'sv','eo','Swedish'),(3151,'sv','et','Swedish'),(3152,'sv','eu','Swedish'),(3153,'sv','fa','Swedish'),(3154,'sv','fi','ruotsi'),(3155,'sv','ga','Swedish'),(3156,'sv','he','שוודית'),(3157,'sv','hi','Swedish'),(3158,'sv','hr','švedski'),(3159,'sv','hu','svéd'),(3160,'sv','hy','Swedish'),(3161,'sv','id','Swedish'),(3162,'sv','is','Swedish'),(3163,'sv','it','Svedese'),(3164,'sv','ja','スウェーデン語'),(3165,'sv','ko','스웨덴어'),(3166,'sv','ku','Swedish'),(3167,'sv','lv','Swedish'),(3168,'sv','lt','Swedish'),(3169,'sv','mk','Swedish'),(3170,'sv','mt','Swedish'),(3171,'sv','mn','Swedish'),(3172,'sv','ne','Swedish'),(3173,'sv','nl','Zweeds'),(3174,'sv','no','Swedish'),(3175,'sv','pa','Swedish'),(3176,'sv','pl','szwedzki'),(3177,'sv','pt-pt','Sueco'),(3178,'sv','pt-br','Sueco'),(3179,'sv','qu','Swedish'),(3180,'sv','ro','Suedeză'),(3181,'sv','ru','Шведский'),(3182,'sv','sl','Švedščina'),(3183,'sv','so','Swedish'),(3184,'sv','sq','Swedish'),(3185,'sv','sr','шведски'),(3186,'sv','sv','Svenska'),(3187,'sv','ta','Swedish'),(3188,'sv','th','สวีเดน'),(3189,'sv','tr','İsveççe'),(3190,'sv','uk','Swedish'),(3191,'sv','ur','Swedish'),(3192,'sv','uz','Swedish'),(3193,'sv','vi','Swedish'),(3194,'sv','yi','Swedish'),(3195,'sv','zh-hans','瑞典语'),(3196,'sv','zu','Swedish'),(3197,'sv','zh-hant','瑞典語'),(3198,'sv','ms','Swedish'),(3199,'sv','gl','Swedish'),(3200,'sv','bn','Swedish'),(3201,'ta','en','Tamil'),(3202,'ta','es','Tamil'),(3203,'ta','de','Tamil'),(3204,'ta','fr','Tamoul'),(3205,'ta','ar','التاميلية'),(3206,'ta','bs','Tamil'),(3207,'ta','bg','Тамилски'),(3208,'ta','ca','Tamil'),(3209,'ta','cs','Tamil'),(3210,'ta','sk','Tamilčina'),(3211,'ta','cy','Tamil'),(3212,'ta','da','Tamil'),(3213,'ta','el','Ταμιλ'),(3214,'ta','eo','Tamil'),(3215,'ta','et','Tamil'),(3216,'ta','eu','Tamil'),(3217,'ta','fa','Tamil'),(3218,'ta','fi','tamili'),(3219,'ta','ga','Tamil'),(3220,'ta','he','טמילית'),(3221,'ta','hi','Tamil'),(3222,'ta','hr','Tamil'),(3223,'ta','hu','tamil'),(3224,'ta','hy','Tamil'),(3225,'ta','id','Tamil'),(3226,'ta','is','Tamil'),(3227,'ta','it','Tamil'),(3228,'ta','ja','タミル語'),(3229,'ta','ko','타밀어'),(3230,'ta','ku','Tamil'),(3231,'ta','lv','Tamil'),(3232,'ta','lt','Tamil'),(3233,'ta','mk','Tamil'),(3234,'ta','mt','Tamil'),(3235,'ta','mn','Tamil'),(3236,'ta','ne','Tamil'),(3237,'ta','nl','Tamil'),(3238,'ta','no','Tamil'),(3239,'ta','pa','Tamil'),(3240,'ta','pl','tamilski'),(3241,'ta','pt-pt','Tamil'),(3242,'ta','pt-br','Tamil'),(3243,'ta','qu','Tamil'),(3244,'ta','ro','Tamilă'),(3245,'ta','ru','Тамильский'),(3246,'ta','sl','Tamilščina'),(3247,'ta','so','Tamil'),(3248,'ta','sq','Tamil'),(3249,'ta','sr','тамилски'),(3250,'ta','sv','Tamil'),(3251,'ta','ta','Tamil'),(3252,'ta','th','ทมิฬ'),(3253,'ta','tr','Tamil dili'),(3254,'ta','uk','Tamil'),(3255,'ta','ur','Tamil'),(3256,'ta','uz','Tamil'),(3257,'ta','vi','Tamil'),(3258,'ta','yi','Tamil'),(3259,'ta','zh-hans','泰米尔语'),(3260,'ta','zu','Tamil'),(3261,'ta','zh-hant','泰米爾語'),(3262,'ta','ms','Tamil'),(3263,'ta','gl','Tamil'),(3264,'ta','bn','Tamil'),(3265,'th','en','Thai'),(3266,'th','es','Tailandés'),(3267,'th','de','Thai'),(3268,'th','fr','Thaï'),(3269,'th','ar','التايلندية'),(3270,'th','bs','Thai'),(3271,'th','bg','Тайски'),(3272,'th','ca','Thai'),(3273,'th','cs','Thai'),(3274,'th','sk','Thajština'),(3275,'th','cy','Thai'),(3276,'th','da','Thai'),(3277,'th','el','Thai'),(3278,'th','eo','Thai'),(3279,'th','et','Thai'),(3280,'th','eu','Thai'),(3281,'th','fa','Thai'),(3282,'th','fi','thai'),(3283,'th','ga','Thai'),(3284,'th','he','תאילנדית'),(3285,'th','hi','Thai'),(3286,'th','hr','Thai'),(3287,'th','hu','tájföldi'),(3288,'th','hy','Thai'),(3289,'th','id','Thai'),(3290,'th','is','Thai'),(3291,'th','it','Thai'),(3292,'th','ja','タイ語'),(3293,'th','ko','태국어'),(3294,'th','ku','Thai'),(3295,'th','lv','Thai'),(3296,'th','lt','Thai'),(3297,'th','mk','Thai'),(3298,'th','mt','Thai'),(3299,'th','mn','Thai'),(3300,'th','ne','Thai'),(3301,'th','nl','Thai'),(3302,'th','no','Thai'),(3303,'th','pa','Thai'),(3304,'th','pl','tajski'),(3305,'th','pt-pt','Tailandês'),(3306,'th','pt-br','Tailandês'),(3307,'th','qu','Thai'),(3308,'th','ro','Tailandeză'),(3309,'th','ru','Тайский'),(3310,'th','sl','Tajski'),(3311,'th','so','Thai'),(3312,'th','sq','Thai'),(3313,'th','sr','Тајландски'),(3314,'th','sv','Thailändska'),(3315,'th','ta','Thai'),(3316,'th','th','ไทย'),(3317,'th','tr','Tayca'),(3318,'th','uk','Thai'),(3319,'th','ur','Thai'),(3320,'th','uz','Thai'),(3321,'th','vi','Thai'),(3322,'th','yi','Thai'),(3323,'th','zh-hans','泰语'),(3324,'th','zu','Thai'),(3325,'th','zh-hant','泰語'),(3326,'th','ms','Thai'),(3327,'th','gl','Thai'),(3328,'th','bn','Thai'),(3329,'tr','en','Turkish'),(3330,'tr','es','Turco'),(3331,'tr','de','Türkisch'),(3332,'tr','fr','Turc'),(3333,'tr','ar','التركية'),(3334,'tr','bs','Turkish'),(3335,'tr','bg','Турски'),(3336,'tr','ca','Turkish'),(3337,'tr','cs','Turečtina'),(3338,'tr','sk','Turečtina'),(3339,'tr','cy','Turkish'),(3340,'tr','da','Turkish'),(3341,'tr','el','Τουρκικα'),(3342,'tr','eo','Turkish'),(3343,'tr','et','Turkish'),(3344,'tr','eu','Turkish'),(3345,'tr','fa','Turkish'),(3346,'tr','fi','turkki'),(3347,'tr','ga','Turkish'),(3348,'tr','he','תורכית'),(3349,'tr','hi','Turkish'),(3350,'tr','hr','Turski'),(3351,'tr','hu','török'),(3352,'tr','hy','Turkish'),(3353,'tr','id','Turkish'),(3354,'tr','is','Turkish'),(3355,'tr','it','Turco'),(3356,'tr','ja','トルコ語'),(3357,'tr','ko','터어키어'),(3358,'tr','ku','Turkish'),(3359,'tr','lv','Turkish'),(3360,'tr','lt','Turkish'),(3361,'tr','mk','Turkish'),(3362,'tr','mt','Turkish'),(3363,'tr','mn','Turkish'),(3364,'tr','ne','Turkish'),(3365,'tr','nl','Turks'),(3366,'tr','no','Turkish'),(3367,'tr','pa','Turkish'),(3368,'tr','pl','turecki'),(3369,'tr','pt-pt','Turco'),(3370,'tr','pt-br','Turco'),(3371,'tr','qu','Turkish'),(3372,'tr','ro','Turcă'),(3373,'tr','ru','Турецкий'),(3374,'tr','sl','Turščina'),(3375,'tr','so','Turkish'),(3376,'tr','sq','Turkish'),(3377,'tr','sr','турски'),(3378,'tr','sv','Turkiska'),(3379,'tr','ta','Turkish'),(3380,'tr','th','ตุรกี'),(3381,'tr','tr','Türkçe'),(3382,'tr','uk','Turkish'),(3383,'tr','ur','Turkish'),(3384,'tr','uz','Turkish'),(3385,'tr','vi','Turkish'),(3386,'tr','yi','Turkish'),(3387,'tr','zh-hans','土耳其语'),(3388,'tr','zu','Turkish'),(3389,'tr','zh-hant','土耳其語'),(3390,'tr','ms','Turkish'),(3391,'tr','gl','Turkish'),(3392,'tr','bn','Turkish'),(3393,'uk','en','Ukrainian'),(3394,'uk','es','Ucraniano'),(3395,'uk','de','Ukrainisch'),(3396,'uk','fr','Ukrainien'),(3397,'uk','ar','الأوكرانية'),(3398,'uk','bs','Ukrainian'),(3399,'uk','bg','Украински'),(3400,'uk','ca','Ukrainian'),(3401,'uk','cs','Ukrajinský'),(3402,'uk','sk','Ukrajinčina'),(3403,'uk','cy','Ukrainian'),(3404,'uk','da','Ukrainian'),(3405,'uk','el','Ουκρανικα'),(3406,'uk','eo','Ukrainian'),(3407,'uk','et','Ukrainian'),(3408,'uk','eu','Ukrainian'),(3409,'uk','fa','Ukrainian'),(3410,'uk','fi','ukraina'),(3411,'uk','ga','Ukrainian'),(3412,'uk','he','אוקראינית'),(3413,'uk','hi','Ukrainian'),(3414,'uk','hr','Ukrajinski'),(3415,'uk','hu','ukrán'),(3416,'uk','hy','Ukrainian'),(3417,'uk','id','Ukrainian'),(3418,'uk','is','Ukrainian'),(3419,'uk','it','Ucraino'),(3420,'uk','ja','ウクライナ語'),(3421,'uk','ko','우크라이나어'),(3422,'uk','ku','Ukrainian'),(3423,'uk','lv','Ukrainian'),(3424,'uk','lt','Ukrainian'),(3425,'uk','mk','Ukrainian'),(3426,'uk','mt','Ukrainian'),(3427,'uk','mn','Ukrainian'),(3428,'uk','ne','Ukrainian'),(3429,'uk','nl','Oekraïens'),(3430,'uk','no','Ukrainsk'),(3431,'uk','pa','Ukrainian'),(3432,'uk','pl','ukraiński'),(3433,'uk','pt-pt','Ucraniano'),(3434,'uk','pt-br','Ucraniano'),(3435,'uk','qu','Ukrainian'),(3436,'uk','ro','Ucrainiană'),(3437,'uk','ru','Украинский'),(3438,'uk','sl','Ukrajinski'),(3439,'uk','so','Ukrainian'),(3440,'uk','sq','Ukrainian'),(3441,'uk','sr','украјински'),(3442,'uk','sv','Ukrainska'),(3443,'uk','ta','Ukrainian'),(3444,'uk','th','ยูเครน'),(3445,'uk','tr','Ukraynaca'),(3446,'uk','uk','Ukrainian'),(3447,'uk','ur','Ukrainian'),(3448,'uk','uz','Ukrainian'),(3449,'uk','vi','Ukrainian'),(3450,'uk','yi','Ukrainian'),(3451,'uk','zh-hans','乌克兰语'),(3452,'uk','zu','Ukrainian'),(3453,'uk','zh-hant','烏克蘭語'),(3454,'uk','ms','Ukrainian'),(3455,'uk','gl','Ukrainian'),(3456,'uk','bn','Ukrainian'),(3457,'ur','en','Urdu'),(3458,'ur','es','Urdu'),(3459,'ur','de','Urdu'),(3460,'ur','fr','Ourdu'),(3461,'ur','ar','الأردية'),(3462,'ur','bs','Urdu'),(3463,'ur','bg','Урду'),(3464,'ur','ca','Urdu'),(3465,'ur','cs','Urdu'),(3466,'ur','sk','Urdština'),(3467,'ur','cy','Urdu'),(3468,'ur','da','Urdu'),(3469,'ur','el','Ουρντου'),(3470,'ur','eo','Urdu'),(3471,'ur','et','Urdu'),(3472,'ur','eu','Urdu'),(3473,'ur','fa','Urdu'),(3474,'ur','fi','urdu'),(3475,'ur','ga','Urdu'),(3476,'ur','he','אורדו'),(3477,'ur','hi','Urdu'),(3478,'ur','hr','Urdu'),(3479,'ur','hu','urdu'),(3480,'ur','hy','Urdu'),(3481,'ur','id','Urdu'),(3482,'ur','is','Urdu'),(3483,'ur','it','Urdu'),(3484,'ur','ja','ウルドゥー語'),(3485,'ur','ko','우르두어'),(3486,'ur','ku','Urdu'),(3487,'ur','lv','Urdu'),(3488,'ur','lt','Urdu'),(3489,'ur','mk','Urdu'),(3490,'ur','mt','Urdu'),(3491,'ur','mn','Urdu'),(3492,'ur','ne','Urdu'),(3493,'ur','nl','Urdu'),(3494,'ur','no','Urdu'),(3495,'ur','pa','Urdu'),(3496,'ur','pl','urdu'),(3497,'ur','pt-pt','Urdu'),(3498,'ur','pt-br','Urdu'),(3499,'ur','qu','Urdu'),(3500,'ur','ro','Urdu'),(3501,'ur','ru','Урду'),(3502,'ur','sl','Urdujščina'),(3503,'ur','so','Urdu'),(3504,'ur','sq','Urdu'),(3505,'ur','sr','урду'),(3506,'ur','sv','Urdu'),(3507,'ur','ta','Urdu'),(3508,'ur','th','อุรดู'),(3509,'ur','tr','Urduca'),(3510,'ur','uk','Urdu'),(3511,'ur','ur','اردو '),(3512,'ur','uz','Urdu'),(3513,'ur','vi','Urdu'),(3514,'ur','yi','Urdu'),(3515,'ur','zh-hans','乌尔都语'),(3516,'ur','zu','Urdu'),(3517,'ur','zh-hant','烏爾都語'),(3518,'ur','ms','Urdu'),(3519,'ur','gl','Urdu'),(3520,'ur','bn','Urdu'),(3521,'uz','en','Uzbek'),(3522,'uz','es','Uzbeko'),(3523,'uz','de','Usbekisch'),(3524,'uz','fr','Ouzbek'),(3525,'uz','ar','الاوزباكية'),(3526,'uz','bs','Uzbek'),(3527,'uz','bg','Узбекски'),(3528,'uz','ca','Uzbek'),(3529,'uz','cs','Uzbek'),(3530,'uz','sk','Uzbekčina'),(3531,'uz','cy','Uzbek'),(3532,'uz','da','Uzbek'),(3533,'uz','el','Ουζμπεκικα'),(3534,'uz','eo','Uzbek'),(3535,'uz','et','Uzbek'),(3536,'uz','eu','Uzbek'),(3537,'uz','fa','Uzbek'),(3538,'uz','fi','uzbekki'),(3539,'uz','ga','Uzbek'),(3540,'uz','he','אוזבקית'),(3541,'uz','hi','Uzbek'),(3542,'uz','hr','Uzbečki'),(3543,'uz','hu','üzbég'),(3544,'uz','hy','Uzbek'),(3545,'uz','id','Uzbek'),(3546,'uz','is','Uzbek'),(3547,'uz','it','Uzbeco'),(3548,'uz','ja','ウズベク語'),(3549,'uz','ko','우즈베크어'),(3550,'uz','ku','Uzbek'),(3551,'uz','lv','Uzbek'),(3552,'uz','lt','Uzbek'),(3553,'uz','mk','Uzbek'),(3554,'uz','mt','Uzbek'),(3555,'uz','mn','Uzbek'),(3556,'uz','ne','Uzbek'),(3557,'uz','nl','Oezbeeks'),(3558,'uz','no','Usbekisk'),(3559,'uz','pa','Uzbek'),(3560,'uz','pl','uzbecki'),(3561,'uz','pt-pt','Uzbeque'),(3562,'uz','pt-br','Uzbeque'),(3563,'uz','qu','Uzbek'),(3564,'uz','ro','Uzbecă'),(3565,'uz','ru','Узбекский'),(3566,'uz','sl','Uzbek'),(3567,'uz','so','Uzbek'),(3568,'uz','sq','Uzbek'),(3569,'uz','sr','Узбек'),(3570,'uz','sv','Uzbekiska'),(3571,'uz','ta','Uzbek'),(3572,'uz','th','อุซเบก'),(3573,'uz','tr','Özbekçe'),(3574,'uz','uk','Uzbek'),(3575,'uz','ur','Uzbek'),(3576,'uz','uz','Uzbek'),(3577,'uz','vi','Uzbek'),(3578,'uz','yi','Uzbek'),(3579,'uz','zh-hans','乌兹别克语'),(3580,'uz','zu','Uzbek'),(3581,'uz','zh-hant','烏茲別克語'),(3582,'uz','ms','Uzbek'),(3583,'uz','gl','Uzbek'),(3584,'uz','bn','Uzbek'),(3585,'vi','en','Vietnamese'),(3586,'vi','es','Vietnamita'),(3587,'vi','de','Vietnamesisch'),(3588,'vi','fr','Vietnamien'),(3589,'vi','ar','الفيتنامية'),(3590,'vi','bs','Vietnamese'),(3591,'vi','bg','Виетнамски'),(3592,'vi','ca','Vietnamese'),(3593,'vi','cs','Vietnamský'),(3594,'vi','sk','Vietnamčina'),(3595,'vi','cy','Vietnamese'),(3596,'vi','da','Vietnamese'),(3597,'vi','el','Βιετναμεζικα'),(3598,'vi','eo','Vietnamese'),(3599,'vi','et','Vietnamese'),(3600,'vi','eu','Vietnamese'),(3601,'vi','fa','Vietnamese'),(3602,'vi','fi','vietnam'),(3603,'vi','ga','Vietnamese'),(3604,'vi','he','וייטנאמית'),(3605,'vi','hi','Vietnamese'),(3606,'vi','hr','Vijetnamski'),(3607,'vi','hu','vietnámi'),(3608,'vi','hy','Vietnamese'),(3609,'vi','id','Vietnamese'),(3610,'vi','is','Vietnamese'),(3611,'vi','it','Vietnamita'),(3612,'vi','ja','ベトナム語'),(3613,'vi','ko','베트남어'),(3614,'vi','ku','Vietnamese'),(3615,'vi','lv','Vietnamese'),(3616,'vi','lt','Vietnamese'),(3617,'vi','mk','Vietnamese'),(3618,'vi','mt','Vietnamese'),(3619,'vi','mn','Vietnamese'),(3620,'vi','ne','Vietnamese'),(3621,'vi','nl','Vietnamees'),(3622,'vi','no','Vietnamesisk'),(3623,'vi','pa','Vietnamese'),(3624,'vi','pl','wietnamski'),(3625,'vi','pt-pt','Vietnamita'),(3626,'vi','pt-br','Vietnamita'),(3627,'vi','qu','Vietnamese'),(3628,'vi','ro','Vietnameză'),(3629,'vi','ru','Вьетнамский'),(3630,'vi','sl','Vietnamščina'),(3631,'vi','so','Vietnamese'),(3632,'vi','sq','Vietnamese'),(3633,'vi','sr','вијетнамски'),(3634,'vi','sv','Vietnamesiska'),(3635,'vi','ta','Vietnamese'),(3636,'vi','th','เวียดนาม'),(3637,'vi','tr','Vietnamca'),(3638,'vi','uk','Vietnamese'),(3639,'vi','ur','Vietnamese'),(3640,'vi','uz','Vietnamese'),(3641,'vi','vi','Tiếng Việt'),(3642,'vi','yi','Vietnamese'),(3643,'vi','zh-hans','越南语'),(3644,'vi','zu','Vietnamese'),(3645,'vi','zh-hant','越南語'),(3646,'vi','ms','Vietnamese'),(3647,'vi','gl','Vietnamese'),(3648,'vi','bn','Vietnamese'),(3649,'yi','en','Yiddish'),(3650,'yi','es','Yidis'),(3651,'yi','de','Jiddisch'),(3652,'yi','fr','Yiddish'),(3653,'yi','ar','اليديشية'),(3654,'yi','bs','Yiddish'),(3655,'yi','bg','Идиш'),(3656,'yi','ca','Yiddish'),(3657,'yi','cs','Jidiš'),(3658,'yi','sk','Jidiš'),(3659,'yi','cy','Yiddish'),(3660,'yi','da','Yiddish'),(3661,'yi','el','Γιντις'),(3662,'yi','eo','Yiddish'),(3663,'yi','et','Yiddish'),(3664,'yi','eu','Yiddish'),(3665,'yi','fa','Yiddish'),(3666,'yi','fi','jiddi'),(3667,'yi','ga','Yiddish'),(3668,'yi','he','יידיש'),(3669,'yi','hi','Yiddish'),(3670,'yi','hr','Jidiš'),(3671,'yi','hu','jiddis'),(3672,'yi','hy','Yiddish'),(3673,'yi','id','Yiddish'),(3674,'yi','is','Yiddish'),(3675,'yi','it','Yiddish'),(3676,'yi','ja','イディッシュ語'),(3677,'yi','ko','이디시어'),(3678,'yi','ku','Yiddish'),(3679,'yi','lv','Yiddish'),(3680,'yi','lt','Yiddish'),(3681,'yi','mk','Yiddish'),(3682,'yi','mt','Yiddish'),(3683,'yi','mn','Yiddish'),(3684,'yi','ne','Yiddish'),(3685,'yi','nl','Jiddisch'),(3686,'yi','no','Yiddish'),(3687,'yi','pa','Yiddish'),(3688,'yi','pl','jidysz'),(3689,'yi','pt-pt','Yiddish'),(3690,'yi','pt-br','Yiddish'),(3691,'yi','qu','Yiddish'),(3692,'yi','ro','Idiş'),(3693,'yi','ru','Идиш'),(3694,'yi','sl','Jidiš'),(3695,'yi','so','Yiddish'),(3696,'yi','sq','Yiddish'),(3697,'yi','sr','јидиш'),(3698,'yi','sv','Jiddisch'),(3699,'yi','ta','Yiddish'),(3700,'yi','th','ยิชดิช'),(3701,'yi','tr','Eski İbranice'),(3702,'yi','uk','Yiddish'),(3703,'yi','ur','Yiddish'),(3704,'yi','uz','Yiddish'),(3705,'yi','vi','Yiddish'),(3706,'yi','yi','Yiddish'),(3707,'yi','zh-hans','依地语'),(3708,'yi','zu','Yiddish'),(3709,'yi','zh-hant','依地語'),(3710,'yi','ms','Yiddish'),(3711,'yi','gl','Yiddish'),(3712,'yi','bn','Yiddish'),(3713,'zh-hans','en','Chinese (Simplified)'),(3714,'zh-hans','es','Chino simplificado'),(3715,'zh-hans','de','Vereinfachtes Chinesisch'),(3716,'zh-hans','fr','Chinois simplifié'),(3717,'zh-hans','ar','الصينية المبسطة'),(3718,'zh-hans','bs','Chinese (Simplified)'),(3719,'zh-hans','bg','Китайски  (опростен)'),(3720,'zh-hans','ca','Chinese (Simplified)'),(3721,'zh-hans','cs','Čínština ( Zjednodušený )'),(3722,'zh-hans','sk','Zjednodušená Čínština'),(3723,'zh-hans','cy','Chinese (Simplified)'),(3724,'zh-hans','da','Chinese (Simplified)'),(3725,'zh-hans','el','Κινεζικα (Απλοποιημένα)'),(3726,'zh-hans','eo','Chinese (Simplified)'),(3727,'zh-hans','et','Chinese (Simplified)'),(3728,'zh-hans','eu','Chinese (Simplified)'),(3729,'zh-hans','fa','Chinese (Simplified)'),(3730,'zh-hans','fi','kiina'),(3731,'zh-hans','ga','Chinese (Simplified)'),(3732,'zh-hans','he','סינית'),(3733,'zh-hans','hi','Chinese (Simplified)'),(3734,'zh-hans','hr','Kineski (pojednostavljeni)'),(3735,'zh-hans','hu','egyszerűsített kínai'),(3736,'zh-hans','hy','Chinese (Simplified)'),(3737,'zh-hans','id','Chinese (Simplified)'),(3738,'zh-hans','is','Chinese (Simplified)'),(3739,'zh-hans','it','Cinese semplificato'),(3740,'zh-hans','ja','簡体中国語'),(3741,'zh-hans','ko','중국어 간체'),(3742,'zh-hans','ku','Chinese (Simplified)'),(3743,'zh-hans','lv','Chinese (Simplified)'),(3744,'zh-hans','lt','Chinese (Simplified)'),(3745,'zh-hans','mk','Chinese (Simplified)'),(3746,'zh-hans','mt','Chinese (Simplified)'),(3747,'zh-hans','mn','Chinese (Simplified)'),(3748,'zh-hans','ne','Chinese (Simplified)'),(3749,'zh-hans','nl','Vereenvoudigd Chinees'),(3750,'zh-hans','no','Kinesisk (forenklet)'),(3751,'zh-hans','pa','Chinese (Simplified)'),(3752,'zh-hans','pl','chiński uproszczony'),(3753,'zh-hans','pt-pt','Chinês (Simplificado)'),(3754,'zh-hans','pt-br','Chinês (Simplificado)'),(3755,'zh-hans','qu','Chinese (Simplified)'),(3756,'zh-hans','ro','Chineza simplificată'),(3757,'zh-hans','ru','Китайский (упрощенный)'),(3758,'zh-hans','sl','Kitajščina (poenostavljena )'),(3759,'zh-hans','so','Chinese (Simplified)'),(3760,'zh-hans','sq','Chinese (Simplified)'),(3761,'zh-hans','sr','Кинески (поједностављени)'),(3762,'zh-hans','sv','Förenklad kinesiska'),(3763,'zh-hans','ta','Chinese (Simplified)'),(3764,'zh-hans','th','จีนประยุกต์'),(3765,'zh-hans','tr','Modern Çince'),(3766,'zh-hans','uk','Chinese (Simplified)'),(3767,'zh-hans','ur','Chinese (Simplified)'),(3768,'zh-hans','uz','Chinese (Simplified)'),(3769,'zh-hans','vi','Chinese (Simplified)'),(3770,'zh-hans','yi','Chinese (Simplified)'),(3771,'zh-hans','zh-hans','简体中文'),(3772,'zh-hans','zu','Chinese (Simplified)'),(3773,'zh-hans','zh-hant','簡體中文'),(3774,'zh-hans','ms','Chinese (Simplified)'),(3775,'zh-hans','gl','Chinese (Simplified)'),(3776,'zh-hans','bn','Chinese (Simplified)'),(3777,'zu','en','Zulu'),(3778,'zu','es','Zulú'),(3779,'zu','de','Zulu'),(3780,'zu','fr','Zoulou'),(3781,'zu','ar','الزولو'),(3782,'zu','bs','Zulu'),(3783,'zu','bg','Зулу'),(3784,'zu','ca','Zulu'),(3785,'zu','cs','Zulu'),(3786,'zu','sk','Jazyk Zulu'),(3787,'zu','cy','Zulu'),(3788,'zu','da','Zulu'),(3789,'zu','el','Ζουλου'),(3790,'zu','eo','Zulu'),(3791,'zu','et','Zulu'),(3792,'zu','eu','Zulu'),(3793,'zu','fa','Zulu'),(3794,'zu','fi','zulu'),(3795,'zu','ga','Zulu'),(3796,'zu','he','זולו '),(3797,'zu','hi','Zulu'),(3798,'zu','hr','Zulu'),(3799,'zu','hu','zulu'),(3800,'zu','hy','Zulu'),(3801,'zu','id','Zulu'),(3802,'zu','is','Zulu'),(3803,'zu','it','Zulu'),(3804,'zu','ja','ズールー語'),(3805,'zu','ko','줄루어'),(3806,'zu','ku','Zulu'),(3807,'zu','lv','Zulu'),(3808,'zu','lt','Zulu'),(3809,'zu','mk','Zulu'),(3810,'zu','mt','Zulu'),(3811,'zu','mn','Zulu'),(3812,'zu','ne','Zulu'),(3813,'zu','nl','Zulu'),(3814,'zu','no','Zulu'),(3815,'zu','pa','Zulu'),(3816,'zu','pl','zuluski'),(3817,'zu','pt-pt','Zulu'),(3818,'zu','pt-br','Zulu'),(3819,'zu','qu','Zulu'),(3820,'zu','ro','Zulu'),(3821,'zu','ru','Зулу'),(3822,'zu','sl','Zulu'),(3823,'zu','so','Zulu'),(3824,'zu','sq','Zulu'),(3825,'zu','sr','зулу'),(3826,'zu','sv','Zulu'),(3827,'zu','ta','Zulu'),(3828,'zu','th','ซูลู'),(3829,'zu','tr','Zulu dili'),(3830,'zu','uk','Zulu'),(3831,'zu','ur','Zulu'),(3832,'zu','uz','Zulu'),(3833,'zu','vi','Zulu'),(3834,'zu','yi','Zulu'),(3835,'zu','zh-hans','祖鲁语'),(3836,'zu','zu','Zulu'),(3837,'zu','zh-hant','祖魯語'),(3838,'zu','ms','Zulu'),(3839,'zu','gl','Zulu'),(3840,'zu','bn','Zulu'),(3841,'zh-hant','en','Chinese (Traditional)'),(3842,'zh-hant','es','Chino tradicional'),(3843,'zh-hant','de','Traditionelles Chinesisch'),(3844,'zh-hant','fr','Chinois traditionnel'),(3845,'zh-hant','ar','الصينية التقليدية'),(3846,'zh-hant','bs','Chinese (Traditional)'),(3847,'zh-hant','bg','Китайски (традиционен)'),(3848,'zh-hant','ca','Chinese (Traditional)'),(3849,'zh-hant','cs','Čínština (tradiční )'),(3850,'zh-hant','sk','Tradičná Čínština'),(3851,'zh-hant','cy','Chinese (Traditional)'),(3852,'zh-hant','da','Chinese (Traditional)'),(3853,'zh-hant','el','Κινεζικα (Παραδοσιακά)'),(3854,'zh-hant','eo','Chinese (Traditional)'),(3855,'zh-hant','et','Chinese (Traditional)'),(3856,'zh-hant','eu','Chinese (Traditional)'),(3857,'zh-hant','fa','Chinese (Traditional)'),(3858,'zh-hant','fi','perinteinen kiina'),(3859,'zh-hant','ga','Chinese (Traditional)'),(3860,'zh-hant','he','סינית מסורתית'),(3861,'zh-hant','hi','Chinese (Traditional)'),(3862,'zh-hant','hr','Kineski (tradicionalni)'),(3863,'zh-hant','hu','hagyományos kínai'),(3864,'zh-hant','hy','Chinese (Traditional)'),(3865,'zh-hant','id','Chinese (Traditional)'),(3866,'zh-hant','is','Chinese (Traditional)'),(3867,'zh-hant','it','Cinese tradizionale'),(3868,'zh-hant','ja','繁体中国語'),(3869,'zh-hant','ko','중국어 번체'),(3870,'zh-hant','ku','Chinese (Traditional)'),(3871,'zh-hant','lv','Chinese (Traditional)'),(3872,'zh-hant','lt','Chinese (Traditional)'),(3873,'zh-hant','mk','Chinese (Traditional)'),(3874,'zh-hant','mt','Chinese (Traditional)'),(3875,'zh-hant','mn','Chinese (Traditional)'),(3876,'zh-hant','ne','Chinese (Traditional)'),(3877,'zh-hant','nl','Traditioneel Chinees'),(3878,'zh-hant','no','Kinesisk (tradisjonell)'),(3879,'zh-hant','pa','Chinese (Traditional)'),(3880,'zh-hant','pl','chiński tradycyjny'),(3881,'zh-hant','pt-pt','Chinês (Tradicional)'),(3882,'zh-hant','pt-br','Chinês (Tradicional)'),(3883,'zh-hant','qu','Chinese (Traditional)'),(3884,'zh-hant','ro','Chineza tradiţională'),(3885,'zh-hant','ru','Китайский (традиционный)'),(3886,'zh-hant','sl','Kitajščina (tradicionalna)'),(3887,'zh-hant','so','Chinese (Traditional)'),(3888,'zh-hant','sq','Chinese (Traditional)'),(3889,'zh-hant','sr','Кинески (традиционални)'),(3890,'zh-hant','sv','Traditionell kinesiska'),(3891,'zh-hant','ta','Chinese (Traditional)'),(3892,'zh-hant','th','จีนดั้งเดิม'),(3893,'zh-hant','tr','Klasik Çince'),(3894,'zh-hant','uk','Chinese (Traditional)'),(3895,'zh-hant','ur','Chinese (Traditional)'),(3896,'zh-hant','uz','Chinese (Traditional)'),(3897,'zh-hant','vi','Chinese (Traditional)'),(3898,'zh-hant','yi','Chinese (Traditional)'),(3899,'zh-hant','zh-hans','繁体中文'),(3900,'zh-hant','zu','Chinese (Traditional)'),(3901,'zh-hant','zh-hant','繁體中文'),(3902,'zh-hant','ms','Chinese (Traditional)'),(3903,'zh-hant','gl','Chinese (Traditional)'),(3904,'zh-hant','bn','Chinese (Traditional)'),(3905,'ms','en','Malay'),(3906,'ms','es','Malayo'),(3907,'ms','de','Malaiisch'),(3908,'ms','fr','Malay'),(3909,'ms','ar','لغة الملايو'),(3910,'ms','bs','Malay'),(3911,'ms','bg','Малайски'),(3912,'ms','ca','Malay'),(3913,'ms','cs','Malajský'),(3914,'ms','sk','Malay'),(3915,'ms','cy','Malay'),(3916,'ms','da','Malay'),(3917,'ms','el','Malay'),(3918,'ms','eo','Malay'),(3919,'ms','et','Malay'),(3920,'ms','eu','Malay'),(3921,'ms','fa','Malay'),(3922,'ms','fi','Malay'),(3923,'ms','ga','Malay'),(3924,'ms','he','מלאית'),(3925,'ms','hi','Malay'),(3926,'ms','hr','Malajski'),(3927,'ms','hu','Malay'),(3928,'ms','hy','Malay'),(3929,'ms','id','Malay'),(3930,'ms','is','Malay'),(3931,'ms','it','Malay'),(3932,'ms','ja','Malay'),(3933,'ms','ko','Malay'),(3934,'ms','ku','Malay'),(3935,'ms','lv','Malay'),(3936,'ms','lt','Malay'),(3937,'ms','mk','Malay'),(3938,'ms','mt','Malay'),(3939,'ms','mn','Malay'),(3940,'ms','ne','Malay'),(3941,'ms','nl','Malay'),(3942,'ms','no','Malay'),(3943,'ms','pa','Malay'),(3944,'ms','pl','Malay'),(3945,'ms','pt-pt','Malaio'),(3946,'ms','pt-br','Malaio'),(3947,'ms','qu','Malay'),(3948,'ms','ro','Malay'),(3949,'ms','ru','Малайский'),(3950,'ms','sl','Malajščina'),(3951,'ms','so','Malay'),(3952,'ms','sq','Malay'),(3953,'ms','sr','малајски'),(3954,'ms','sv','Malay'),(3955,'ms','ta','Malay'),(3956,'ms','th','Malay'),(3957,'ms','tr','Malay'),(3958,'ms','uk','Malay'),(3959,'ms','ur','Malay'),(3960,'ms','uz','Malay'),(3961,'ms','vi','Malay'),(3962,'ms','yi','Malay'),(3963,'ms','zh-hans','Malay'),(3964,'ms','zu','Malay'),(3965,'ms','zh-hant','Malay'),(3966,'ms','ms','Melayu'),(3967,'ms','gl','Malay'),(3968,'ms','bn','Malay'),(3969,'gl','en','Galician'),(3970,'gl','es','Gallego'),(3971,'gl','de','Galicisch'),(3972,'gl','fr','Galicien'),(3973,'gl','ar','Galician'),(3974,'gl','bs','Galician'),(3975,'gl','bg','Galician'),(3976,'gl','ca','Galician'),(3977,'gl','cs','Galician'),(3978,'gl','sk','Galician'),(3979,'gl','cy','Galician'),(3980,'gl','da','Galician'),(3981,'gl','el','Galician'),(3982,'gl','eo','Galician'),(3983,'gl','et','Galician'),(3984,'gl','eu','Galician'),(3985,'gl','fa','Galician'),(3986,'gl','fi','Galician'),(3987,'gl','ga','Galician'),(3988,'gl','he','Galician'),(3989,'gl','hi','Galician'),(3990,'gl','hr','Galician'),(3991,'gl','hu','Galician'),(3992,'gl','hy','Galician'),(3993,'gl','id','Galician'),(3994,'gl','is','Galician'),(3995,'gl','it','Gallego'),(3996,'gl','ja','Galician'),(3997,'gl','ko','Galician'),(3998,'gl','ku','Galician'),(3999,'gl','lv','Galician'),(4000,'gl','lt','Galician'),(4001,'gl','mk','Galician'),(4002,'gl','mt','Galician'),(4003,'gl','mn','Galician'),(4004,'gl','ne','Galician'),(4005,'gl','nl','Galician'),(4006,'gl','no','Galician'),(4007,'gl','pa','Galician'),(4008,'gl','pl','Galician'),(4009,'gl','pt-pt','Galego'),(4010,'gl','pt-br','Galego'),(4011,'gl','qu','Galician'),(4012,'gl','ro','Galician'),(4013,'gl','ru','Галисийский'),(4014,'gl','sl','Galician'),(4015,'gl','so','Galician'),(4016,'gl','sq','Galician'),(4017,'gl','sr','Galician'),(4018,'gl','sv','Galician'),(4019,'gl','ta','Galician'),(4020,'gl','th','Galician'),(4021,'gl','tr','Galician'),(4022,'gl','uk','Galician'),(4023,'gl','ur','Galician'),(4024,'gl','uz','Galician'),(4025,'gl','vi','Galician'),(4026,'gl','yi','Galician'),(4027,'gl','zh-hans','Galician'),(4028,'gl','zu','Galician'),(4029,'gl','zh-hant','Galician'),(4030,'gl','ms','Galician'),(4031,'gl','gl','Galego'),(4032,'gl','bn','Galician'),(4033,'bn','en','Bengali'),(4034,'bn','es','Bengalí'),(4035,'bn','de','Bengalisch'),(4036,'bn','fr','Bengali'),(4037,'bn','ar','Bengali'),(4038,'bn','bs','Bengali'),(4039,'bn','bg','Bengali'),(4040,'bn','ca','Bengali'),(4041,'bn','cs','Bengali'),(4042,'bn','sk','Bengali'),(4043,'bn','cy','Bengali'),(4044,'bn','da','Bengali'),(4045,'bn','el','Bengali'),(4046,'bn','eo','Bengali'),(4047,'bn','et','Bengali'),(4048,'bn','eu','Bengali'),(4049,'bn','fa','Bengali'),(4050,'bn','fi','Bengali'),(4051,'bn','ga','Bengali'),(4052,'bn','he','Bengali'),(4053,'bn','hi','Bengali'),(4054,'bn','hr','Bengali'),(4055,'bn','hu','Bengali'),(4056,'bn','hy','Bengali'),(4057,'bn','id','Bengali'),(4058,'bn','is','Bengali'),(4059,'bn','it','Bengalese'),(4060,'bn','ja','Bengali'),(4061,'bn','ko','Bengali'),(4062,'bn','ku','Bengali'),(4063,'bn','lv','Bengali'),(4064,'bn','lt','Bengali'),(4065,'bn','mk','Bengali'),(4066,'bn','mt','Bengali'),(4067,'bn','mn','Bengali'),(4068,'bn','ne','Bengali'),(4069,'bn','nl','Bengali'),(4070,'bn','no','Bengali'),(4071,'bn','pa','Bengali'),(4072,'bn','pl','Bengali'),(4073,'bn','pt-pt','Bengalês'),(4074,'bn','pt-br','Bengalês'),(4075,'bn','qu','Bengali'),(4076,'bn','ro','Bengali'),(4077,'bn','ru','Бенгальский'),(4078,'bn','sl','Bengali'),(4079,'bn','so','Bengali'),(4080,'bn','sq','Bengali'),(4081,'bn','sr','Bengali'),(4082,'bn','sv','Bengali'),(4083,'bn','ta','Bengali'),(4084,'bn','th','Bengali'),(4085,'bn','tr','Bengali'),(4086,'bn','uk','Bengali'),(4087,'bn','ur','Bengali'),(4088,'bn','uz','Bengali'),(4089,'bn','vi','Bengali'),(4090,'bn','yi','Bengali'),(4091,'bn','zh-hans','Bengali'),(4092,'bn','zu','Bengali'),(4093,'bn','zh-hant','Bengali'),(4094,'bn','ms','Bengali'),(4095,'bn','gl','Bengali'),(4096,'bn','bn','हिन्दी'),(4097,'sg','sq','Singapore'),(4098,'sg','ar','Singapore'),(4099,'sg','hy','Singapore'),(4100,'sg','eu','Singapore'),(4101,'sg','bn','Singapore'),(4102,'sg','bs','Singapore'),(4103,'sg','bg','Singapore'),(4104,'sg','ca','Singapore'),(4105,'sg','zh-hans','Singapore'),(4106,'sg','zh-hant','Singapore'),(4107,'sg','hr','Singapore'),(4108,'sg','cs','Singapore'),(4109,'sg','da','Singapore'),(4110,'sg','nl','Singapore'),(4111,'sg','en','Singapore'),(4112,'sg','eo','Singapore'),(4113,'sg','et','Singapore'),(4114,'sg','fi','Singapore'),(4115,'sg','fr','Singapore'),(4116,'sg','gl','Singapore'),(4117,'sg','de','Singapore'),(4118,'sg','el','Singapore'),(4119,'sg','he','Singapore'),(4120,'sg','hi','Singapore'),(4121,'sg','hu','Singapore'),(4122,'sg','is','Singapore'),(4123,'sg','id','Singapore'),(4124,'sg','ga','Singapore'),(4125,'sg','it','Singapore'),(4126,'sg','ja','Singapore'),(4127,'sg','ko','Singapore'),(4128,'sg','ku','Singapore'),(4129,'sg','lv','Singapore'),(4130,'sg','lt','Singapore'),(4131,'sg','mk','Singapore'),(4132,'sg','ms','Singapore'),(4133,'sg','mt','Singapore'),(4134,'sg','mn','Singapore'),(4135,'sg','ne','Singapore'),(4136,'sg','no','Singapore'),(4137,'sg','fa','Singapore'),(4138,'sg','pl','Singapore'),(4139,'sg','pt-br','Singapore'),(4140,'sg','pt-pt','Singapore'),(4141,'sg','pa','Singapore'),(4142,'sg','qu','Singapore'),(4143,'sg','ro','Singapore'),(4144,'sg','ru','Singapore'),(4145,'sg','sr','Singapore'),(4146,'sg','sk','Singapore'),(4147,'sg','sl','Singapore'),(4148,'sg','so','Singapore'),(4149,'sg','es','Singapore'),(4150,'sg','sv','Singapore'),(4151,'sg','ta','Singapore'),(4152,'sg','th','Singapore'),(4153,'sg','tr','Singapore'),(4154,'sg','uk','Singapore'),(4155,'sg','ur','Singapore'),(4156,'sg','uz','Singapore'),(4157,'sg','vi','Singapore'),(4158,'sg','cy','Singapore'),(4159,'sg','yi','Singapore'),(4160,'sg','zu','Singapore'),(4161,'sg','sg','Singapore'),(4162,'en','sg','English'),(4163,'ja','sg','Japanese'),(4164,'ru','sg','Russian'),(4165,'es','sg','Spanish');
/*!40000 ALTER TABLE `wp_icl_languages_translations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_icl_locale_map`
--

DROP TABLE IF EXISTS `wp_icl_locale_map`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_icl_locale_map` (
  `code` varchar(7) COLLATE utf8mb4_unicode_ci NOT NULL,
  `locale` varchar(35) COLLATE utf8mb4_unicode_ci NOT NULL,
  UNIQUE KEY `code` (`code`,`locale`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_icl_locale_map`
--

LOCK TABLES `wp_icl_locale_map` WRITE;
/*!40000 ALTER TABLE `wp_icl_locale_map` DISABLE KEYS */;
INSERT INTO `wp_icl_locale_map` VALUES ('en','en_US'),('es','es_ES'),('ja','ja'),('ru','ru_RU'),('sg','en-SG');
/*!40000 ALTER TABLE `wp_icl_locale_map` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_icl_message_status`
--

DROP TABLE IF EXISTS `wp_icl_message_status`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_icl_message_status` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `rid` bigint(20) unsigned NOT NULL,
  `object_id` bigint(20) unsigned NOT NULL,
  `from_language` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL,
  `to_language` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL,
  `timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `md5` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL,
  `object_type` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL,
  `status` smallint(6) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `rid` (`rid`),
  KEY `object_id` (`object_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_icl_message_status`
--

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

--
-- Table structure for table `wp_icl_mo_files_domains`
--

DROP TABLE IF EXISTS `wp_icl_mo_files_domains`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_icl_mo_files_domains` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `file_path` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL,
  `file_path_md5` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL,
  `domain` varchar(45) COLLATE utf8mb4_unicode_ci NOT NULL,
  `status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'not_imported',
  `num_of_strings` int(11) NOT NULL DEFAULT '0',
  `last_modified` int(11) NOT NULL,
  `component_type` enum('plugin','theme','other') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'other',
  `component_id` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `file_path_md5_UNIQUE` (`file_path_md5`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_icl_mo_files_domains`
--

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

--
-- Table structure for table `wp_icl_node`
--

DROP TABLE IF EXISTS `wp_icl_node`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_icl_node` (
  `nid` bigint(20) NOT NULL,
  `md5` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL,
  `links_fixed` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`nid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_icl_node`
--

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

--
-- Table structure for table `wp_icl_reminders`
--

DROP TABLE IF EXISTS `wp_icl_reminders`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_icl_reminders` (
  `id` bigint(20) NOT NULL,
  `message` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `url` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `can_delete` tinyint(4) NOT NULL,
  `show` tinyint(4) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_icl_reminders`
--

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

--
-- Table structure for table `wp_icl_string_packages`
--

DROP TABLE IF EXISTS `wp_icl_string_packages`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_icl_string_packages` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `kind_slug` varchar(160) COLLATE utf8mb4_unicode_ci NOT NULL,
  `kind` varchar(160) COLLATE utf8mb4_unicode_ci NOT NULL,
  `name` varchar(160) COLLATE utf8mb4_unicode_ci NOT NULL,
  `title` varchar(160) COLLATE utf8mb4_unicode_ci NOT NULL,
  `edit_link` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `view_link` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_id` int(11) DEFAULT NULL,
  `word_count` varchar(2000) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`ID`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_icl_string_packages`
--

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

--
-- Table structure for table `wp_icl_string_pages`
--

DROP TABLE IF EXISTS `wp_icl_string_pages`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_icl_string_pages` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `string_id` bigint(20) NOT NULL,
  `url_id` bigint(20) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `string_to_url_id` (`url_id`)
) ENGINE=InnoDB AUTO_INCREMENT=69282 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_icl_string_pages`
--

LOCK TABLES `wp_icl_string_pages` WRITE;
/*!40000 ALTER TABLE `wp_icl_string_pages` DISABLE KEYS */;
INSERT INTO `wp_icl_string_pages` VALUES (1,5196,1),(2,5197,1),(3,5198,1),(4,5199,1),(5,5200,1),(6,5201,1),(7,5202,1),(8,5203,1),(9,5204,1),(10,5205,1),(11,5206,1),(12,5207,1),(13,5208,1),(14,5209,1),(15,5210,1),(16,5211,1),(17,5212,1),(18,5213,1),(19,5214,1),(20,5215,1),(21,5216,1),(22,5217,1),(23,5218,1),(24,5219,1),(25,5220,1),(26,5221,1),(27,5222,1),(28,5223,1),(29,5224,1),(30,5225,1),(31,5226,1),(32,5227,1),(33,5228,1),(34,5229,1),(35,5230,1),(36,5231,1),(37,5232,1),(38,5233,1),(39,5234,1),(40,5235,1),(41,5236,1),(42,5237,1),(43,5238,1),(44,5239,1),(45,5240,1),(46,5241,1),(47,5242,1),(48,5243,1),(49,5244,1),(50,5245,1),(51,5246,1),(52,5247,1),(53,5248,1),(54,5249,1),(55,5250,1),(56,5251,1),(57,5252,1),(58,5253,1),(59,5254,1),(60,5255,1),(61,5256,1),(62,5257,1),(63,5258,1),(64,5259,1),(65,5260,1),(66,5261,1),(67,5262,1),(68,5263,1),(69,5264,1),(70,5265,1),(71,5266,1),(72,5267,1),(73,5268,1),(74,5269,1),(75,5270,1),(76,5271,1),(77,5272,1),(78,5273,1),(79,5274,1),(80,5275,1),(81,5276,1),(82,5277,1),(83,5278,1),(84,5279,1),(85,5280,1),(86,5281,1),(87,5282,1),(88,5283,1),(89,5284,1),(90,5285,1),(91,5286,1),(92,5287,1),(93,5288,1),(94,5289,1),(95,5290,1),(96,5291,1),(97,5292,1),(98,5293,1),(99,5294,1),(100,5295,1),(101,5296,1),(102,5297,1),(103,5298,1),(104,5299,1),(105,5300,1),(106,5301,1),(107,5302,1),(108,5303,1),(109,5304,1),(110,5305,1),(111,5306,1),(112,5307,1),(113,5308,1),(114,5309,1),(115,5310,1),(116,5311,1),(117,572,1),(118,573,1),(119,574,1),(120,575,1),(121,576,1),(122,577,1),(123,578,1),(124,579,1),(125,580,1),(126,581,1),(127,582,1),(128,583,1),(129,584,1),(130,585,1),(131,586,1),(132,587,1),(133,588,1),(134,589,1),(135,590,1),(136,591,1),(137,592,1),(138,593,1),(139,594,1),(140,595,1),(141,596,1),(142,597,1),(143,598,1),(144,599,1),(145,600,1),(146,601,1),(147,602,1),(148,603,1),(149,604,1),(150,605,1),(151,606,1),(152,607,1),(153,608,1),(154,609,1),(155,610,1),(156,611,1),(157,612,1),(158,613,1),(159,614,1),(160,615,1),(161,616,1),(162,617,1),(163,618,1),(164,619,1),(165,620,1),(166,621,1),(167,622,1),(168,623,1),(169,624,1),(170,625,1),(171,626,1),(172,627,1),(173,628,1),(174,629,1),(175,630,1),(176,631,1),(177,632,1),(178,633,1),(179,634,1),(180,635,1),(181,636,1),(182,554,1),(183,637,1),(184,638,1),(185,639,1),(186,640,1),(187,641,1),(188,642,1),(189,643,1),(190,644,1),(191,645,1),(192,646,1),(193,647,1),(194,648,1),(195,649,1),(196,650,1),(197,651,1),(198,652,1),(199,653,1),(200,654,1),(201,655,1),(202,656,1),(203,657,1),(204,658,1),(205,659,1),(206,660,1),(207,661,1),(208,662,1),(209,663,1),(210,664,1),(211,665,1),(212,666,1),(213,667,1),(214,668,1),(215,669,1),(216,670,1),(217,671,1),(218,672,1),(219,673,1),(220,674,1),(221,675,1),(222,676,1),(223,677,1),(224,678,1),(225,679,1),(226,680,1),(227,681,1),(228,682,1),(229,683,1),(230,684,1),(231,685,1),(232,686,1),(233,687,1),(234,688,1),(235,689,1),(236,690,1),(237,691,1),(238,692,1),(239,693,1),(240,694,1),(241,695,1),(242,696,1),(243,697,1),(244,698,1),(245,699,1),(246,700,1),(247,701,1),(248,702,1),(249,703,1),(250,704,1),(251,705,1),(252,706,1),(253,707,1),(254,708,1),(255,709,1),(256,710,1),(257,711,1),(258,712,1),(259,713,1),(260,714,1),(261,715,1),(262,716,1),(263,717,1),(264,718,1),(265,719,1),(266,720,1),(267,721,1),(268,722,1),(269,723,1),(270,724,1),(271,566,1),(272,567,1),(273,568,1),(274,569,1),(275,725,1),(276,726,1),(277,727,1),(278,728,1),(279,729,1),(280,730,1),(281,731,1),(282,732,1),(283,733,1),(284,734,1),(285,735,1),(286,736,1),(287,737,1),(288,738,1),(289,739,1),(290,740,1),(291,741,1),(292,742,1),(293,743,1),(294,744,1),(295,745,1),(296,746,1),(297,747,1),(298,748,1),(299,749,1),(300,750,1),(301,751,1),(302,752,1),(303,753,1),(304,754,1),(305,755,1),(306,756,1),(307,757,1),(308,758,1),(309,759,1),(310,760,1),(311,761,1),(312,762,1),(313,763,1),(314,764,1),(315,765,1),(316,766,1),(317,767,1),(318,768,1),(319,4020,1),(320,4021,1),(321,4022,1),(322,4023,1),(323,4024,1),(324,4025,1),(325,4026,1),(326,4027,1),(327,4028,1),(328,4029,1),(329,4030,1),(330,769,1),(331,770,1),(332,771,1),(333,772,1),(334,773,1),(335,774,1),(336,775,1),(337,776,1),(338,777,1),(339,778,1),(340,779,1),(341,780,1),(342,781,1),(343,782,1),(344,783,1),(345,784,1),(346,785,1),(347,786,1),(348,787,1),(349,788,1),(350,789,1),(351,790,1),(352,791,1),(353,792,1),(354,793,1),(355,794,1),(356,795,1),(357,796,1),(358,797,1),(359,798,1),(360,799,1),(361,800,1),(362,801,1),(363,802,1),(364,803,1),(365,804,1),(366,805,1),(367,806,1),(368,807,1),(369,808,1),(370,809,1),(371,810,1),(372,811,1),(373,812,1),(374,813,1),(375,814,1),(376,815,1),(377,816,1),(378,817,1),(379,818,1),(380,819,1),(381,820,1),(382,821,1),(383,822,1),(384,823,1),(385,824,1),(386,825,1),(387,826,1),(388,827,1),(389,828,1),(390,829,1),(391,830,1),(392,831,1),(393,832,1),(394,833,1),(395,4621,1),(396,834,1),(397,835,1),(398,4569,1),(399,836,1),(400,837,1),(401,838,1),(402,839,1),(403,840,1),(404,841,1),(405,842,1),(406,843,1),(407,844,1),(408,845,1),(409,846,1),(410,847,1),(411,848,1),(412,849,1),(413,850,1),(414,851,1),(415,852,1),(416,853,1),(417,854,1),(418,855,1),(419,856,1),(420,857,1),(421,858,1),(422,859,1),(423,860,1),(424,861,1),(425,862,1),(426,863,1),(427,864,1),(428,865,1),(429,866,1),(430,867,1),(431,868,1),(432,869,1),(433,870,1),(434,871,1),(435,872,1),(436,873,1),(437,874,1),(438,875,1),(439,876,1),(440,877,1),(441,878,1),(442,879,1),(443,880,1),(444,881,1),(445,882,1),(446,883,1),(447,884,1),(448,885,1),(449,886,1),(450,887,1),(451,888,1),(452,889,1),(453,890,1),(454,891,1),(455,892,1),(456,893,1),(457,894,1),(458,895,1),(459,896,1),(460,897,1),(461,898,1),(462,899,1),(463,900,1),(464,901,1),(465,902,1),(466,903,1),(467,904,1),(468,905,1),(469,906,1),(470,907,1),(471,908,1),(472,909,1),(473,910,1),(474,911,1),(475,912,1),(476,913,1),(477,914,1),(478,915,1),(479,916,1),(480,917,1),(481,918,1),(482,919,1),(483,920,1),(484,921,1),(485,922,1),(486,923,1),(487,924,1),(488,925,1),(489,926,1),(490,927,1),(491,928,1),(492,929,1),(493,930,1),(494,931,1),(495,932,1),(496,933,1),(497,934,1),(498,935,1),(499,936,1),(500,937,1),(501,938,1),(502,939,1),(503,940,1),(504,941,1),(505,942,1),(506,943,1),(507,944,1),(508,945,1),(509,946,1),(510,947,1),(511,948,1),(512,949,1),(513,950,1),(514,951,1),(515,952,1),(516,953,1),(517,954,1),(518,955,1),(519,956,1),(520,957,1),(521,958,1),(522,959,1),(523,960,1),(524,961,1),(525,962,1),(526,963,1),(527,964,1),(528,965,1),(529,966,1),(530,967,1),(531,968,1),(532,969,1),(533,970,1),(534,971,1),(535,972,1),(536,973,1),(537,974,1),(538,975,1),(539,976,1),(540,977,1),(541,978,1),(542,979,1),(543,980,1),(544,981,1),(545,982,1),(546,983,1),(547,984,1),(548,985,1),(549,986,1),(550,987,1),(551,988,1),(552,989,1),(553,990,1),(554,991,1),(555,992,1),(556,993,1),(557,994,1),(558,995,1),(559,996,1),(560,997,1),(561,998,1),(562,999,1),(563,1000,1),(564,1001,1),(565,1002,1),(566,1003,1),(567,1004,1),(568,1005,1),(569,1006,1),(570,1007,1),(571,1008,1),(572,1009,1),(573,1010,1),(574,1011,1),(575,1012,1),(576,1013,1),(577,1014,1),(578,1015,1),(579,1016,1),(580,1017,1),(581,1018,1),(582,1019,1),(583,1020,1),(584,1021,1),(585,1022,1),(586,1023,1),(587,1024,1),(588,1025,1),(589,1026,1),(590,1027,1),(591,1028,1),(592,1029,1),(593,1030,1),(594,1031,1),(595,1032,1),(596,1033,1),(597,1034,1),(598,1035,1),(599,1036,1),(600,1037,1),(601,1038,1),(602,1039,1),(603,1040,1),(604,1041,1),(605,1042,1),(606,1043,1),(607,1044,1),(608,1045,1),(609,1046,1),(610,1047,1),(611,1048,1),(612,1049,1),(613,1050,1),(614,1051,1),(615,1052,1),(616,1053,1),(617,1054,1),(618,1097,1),(619,1098,1),(620,1099,1),(621,1100,1),(622,1101,1),(623,1102,1),(624,1103,1),(625,1104,1),(626,1105,1),(627,1106,1),(628,1107,1),(629,1108,1),(630,1109,1),(631,1110,1),(632,1111,1),(633,1112,1),(634,1113,1),(635,1114,1),(636,1115,1),(637,1116,1),(638,1117,1),(639,1118,1),(640,1119,1),(641,1120,1),(642,1121,1),(643,1122,1),(644,1123,1),(645,1124,1),(646,1125,1),(647,1126,1),(648,1127,1),(649,1128,1),(650,1129,1),(651,1130,1),(652,1131,1),(653,1132,1),(654,1133,1),(655,1134,1),(656,1135,1),(657,1136,1),(658,1137,1),(659,1138,1),(660,1139,1),(661,1140,1),(662,1141,1),(663,1142,1),(664,1143,1),(665,1144,1),(666,1145,1),(667,1146,1),(668,1147,1),(669,1148,1),(670,1149,1),(671,1150,1),(672,1151,1),(673,1152,1),(674,1153,1),(675,1154,1),(676,1155,1),(677,1156,1),(678,1157,1),(679,1158,1),(680,1159,1),(681,1160,1),(682,1161,1),(683,1162,1),(684,1163,1),(685,1164,1),(686,1165,1),(687,1166,1),(688,1167,1),(689,1168,1),(690,1169,1),(691,1170,1),(692,1171,1),(693,1172,1),(694,1173,1),(695,1174,1),(696,1175,1),(697,1176,1),(698,1177,1),(699,1178,1),(700,1179,1),(701,1180,1),(702,1181,1),(703,1182,1),(704,1183,1),(705,1184,1),(706,1185,1),(707,1186,1),(708,1187,1),(709,1188,1),(710,1189,1),(711,1190,1),(712,1191,1),(713,1192,1),(714,1193,1),(715,1194,1),(716,1195,1),(717,1196,1),(718,1197,1),(719,1198,1),(720,1199,1),(721,1200,1),(722,1201,1),(723,1202,1),(724,1203,1),(725,1204,1),(726,5312,1),(727,5313,1),(728,5314,1),(729,5315,1),(730,5316,1),(731,5317,1),(732,5318,1),(733,5319,1),(734,5320,1),(735,5321,1),(736,5322,1),(737,5323,1),(738,5324,1),(739,5325,1),(740,5326,1),(741,5327,1),(742,5328,1),(743,5348,1),(744,5186,1),(745,5349,1),(746,5187,1),(747,5188,1),(748,5189,1),(749,5190,1),(750,5191,1),(751,5192,1),(752,5193,1),(753,5194,1),(754,5195,1),(755,5556,1),(756,5557,1),(757,5558,1),(758,5559,1),(759,5560,1),(760,5561,1),(761,5562,1),(762,5563,1),(763,5564,1),(764,5565,1),(765,5566,1),(766,5567,1),(767,5568,1),(768,5569,1),(769,5570,1),(770,5571,1),(771,5572,1),(772,5573,1),(773,5574,1),(774,5575,1),(775,5576,1),(776,5577,1),(777,5578,1),(778,5579,1),(779,5580,1),(780,5581,1),(781,5582,1),(782,5583,1),(783,5584,1),(784,5585,1),(785,5586,1),(786,5587,1),(787,5588,1),(788,5589,1),(789,5590,1),(790,5591,1),(791,5592,1),(792,5638,1),(793,5639,1),(794,5640,1),(795,5641,1),(796,5642,1),(797,5643,1),(798,5644,1),(799,5645,1),(800,5646,1),(801,5647,1),(802,5648,1),(803,5649,1),(804,5650,1),(805,5651,1),(806,5652,1),(807,5653,1),(808,5654,1),(809,5655,1),(810,5656,1),(811,5657,1),(812,5658,1),(813,5659,1),(814,5660,1),(815,5661,1),(816,5662,1),(817,5663,1),(818,5664,1),(819,5665,1),(820,5666,1),(821,5667,1),(822,5668,1),(823,5669,1),(824,5670,1),(825,5671,1),(826,5672,1),(827,5673,1),(828,5674,1),(829,5675,1),(830,5676,1),(831,5677,1),(832,5678,1),(833,5679,1),(834,5680,1),(835,5681,1),(836,5682,1),(837,5683,1),(838,5684,1),(839,5685,1),(840,5686,1),(841,5687,1),(842,5688,1),(843,5689,1),(844,5690,1),(845,5691,1),(846,5692,1),(847,5693,1),(848,5694,1),(849,5695,1),(850,5696,1),(851,5697,1),(852,5698,1),(853,5699,1),(854,5700,1),(855,5701,1),(856,5702,1),(857,5703,1),(858,5704,1),(859,5705,1),(860,5706,1),(861,5707,1),(862,5708,1),(863,5709,1),(864,5710,1),(865,5711,1),(866,5712,1),(867,5713,1),(868,5714,1),(869,5715,1),(870,5716,1),(871,5717,1),(872,5718,1),(873,5719,1),(874,5720,1),(875,5721,1),(876,5722,1),(877,5723,1),(878,5724,1),(879,5725,1),(880,5726,1),(881,5727,1),(882,5728,1),(883,5729,1),(884,5730,1),(885,5731,1),(886,5828,1),(887,5829,1),(888,5830,1),(889,5831,1),(890,5832,1),(891,5833,1),(892,5834,1),(893,5835,1),(894,5836,1),(895,5846,1),(896,5847,1),(897,5848,1),(898,5849,1),(899,5850,1),(900,5858,1),(901,5859,1),(902,5860,1),(903,5861,1),(904,5862,1),(905,5863,1),(906,5864,1),(907,5865,1),(908,5329,1),(909,5330,1),(910,5331,1),(911,5332,1),(912,5333,1),(913,1055,1),(914,1056,1),(915,512,1),(916,516,1),(917,428,1),(918,455,1),(919,361,1),(920,526,1),(921,447,1),(922,403,1),(923,368,1),(924,534,1),(925,435,1),(926,475,1),(927,316,1),(928,450,1),(929,301,1),(930,520,1),(931,415,1),(932,448,1),(933,438,1),(934,456,1),(935,465,1),(936,528,1),(937,386,1),(938,331,1),(939,345,1),(940,519,1),(941,326,1),(942,420,1),(943,294,1),(944,489,1),(945,397,1),(946,193,1),(947,194,1),(948,1057,1),(949,195,1),(950,1058,1),(951,464,1),(952,1059,1),(953,1060,1),(954,1061,1),(955,1062,1),(956,1063,1),(957,1064,1),(958,1065,1),(959,1066,1),(960,1067,1),(961,1068,1),(962,562,1),(963,560,1),(964,1069,1),(965,1070,1),(966,557,1),(967,559,1),(968,1071,1),(969,1072,1),(970,1073,1),(971,399,1),(972,196,1),(973,10,1),(974,11,1),(975,12,1),(976,13,1),(977,14,1),(978,15,1),(979,16,1),(980,17,1),(981,18,1),(982,19,1),(983,20,1),(984,21,1),(985,22,1),(986,23,1),(987,24,1),(988,25,1),(989,26,1),(990,27,1),(991,28,1),(992,29,1),(993,1074,1),(994,1075,1),(995,1076,1),(996,1077,1),(997,1078,1),(998,1079,1),(999,1080,1),(1000,4149,1),(1001,4150,1),(1002,4151,1),(1003,4152,1),(1004,4153,1),(1005,4154,1),(1006,1081,1),(1007,1082,1),(1008,1083,1),(1009,1084,1),(1010,1085,1),(1011,1086,1),(1012,1087,1),(1013,1088,1),(1014,1089,1),(1015,1090,1),(1016,1091,1),(1017,4204,1),(1018,4130,1),(1019,4131,1),(1020,67,1),(1021,4127,1),(1022,4129,1),(1023,4572,1),(1024,4573,1),(1025,4574,1),(1026,4575,1),(1027,4576,1),(1028,5334,1),(1029,5335,1),(1030,5336,1),(1031,5337,1),(1032,5338,1),(1033,4205,1),(1034,4206,1),(1035,4207,1),(1036,4208,1),(1037,4209,1),(1038,4210,1),(1039,4577,1),(1040,4578,1),(1041,4579,1),(1042,4580,1),(1043,4581,1),(1044,4582,1),(1045,4583,1),(1046,4584,1),(1047,4585,1),(1048,4586,1),(1049,4587,1),(1050,4588,1),(1051,1329,1),(1052,4132,1),(1053,4133,1),(1054,4134,1),(1055,4135,1),(1056,4472,1),(1057,4589,1),(1058,4590,1),(1059,4591,1),(1060,4592,1),(1061,4593,1),(1062,4594,1),(1063,4479,1),(1064,4480,1),(1065,4481,1),(1066,4482,1),(1067,4483,1),(1068,6154,1),(1069,6155,1),(1070,6156,1),(1071,6157,1),(1072,6158,1),(1073,6159,1),(1074,4826,1),(1075,4827,1),(1076,4828,1),(1077,4829,1),(1078,4830,1),(1079,4831,1),(1080,4987,1),(1081,4988,1),(1082,4989,1),(1083,4990,1),(1084,4991,1),(1085,4992,1),(1086,4143,1),(1087,4144,1),(1088,4145,1),(1089,4146,1),(1090,4147,1),(1091,4148,1),(1092,4155,1),(1093,4156,1),(1094,4157,1),(1095,4158,1),(1096,4159,1),(1097,4160,1),(1098,4161,1),(1099,4162,1),(1100,4163,1),(1101,4164,1),(1102,4165,1),(1103,4166,1),(1104,4211,1),(1105,4212,1),(1106,4240,1),(1107,4241,1),(1108,4656,1),(1109,4657,1),(1110,4639,1),(1111,4640,1),(1112,4641,1),(1113,4642,1),(1114,4643,1),(1115,4644,1),(1116,4645,1),(1117,4646,1),(1118,4647,1),(1119,4648,1),(1120,4649,1),(1121,4650,1),(1122,4651,1),(1123,4652,1),(1124,4653,1),(1125,4654,1),(1126,1205,1),(1127,1206,1),(1128,1207,1),(1129,1208,1),(1130,1209,1),(1131,1210,1),(1132,4031,1),(1133,1211,1),(1134,1212,1),(1135,1213,1),(1136,5196,2),(1137,5197,2),(1138,5198,2),(1139,5199,2),(1140,5200,2),(1141,5201,2),(1142,5202,2),(1143,5203,2),(1144,5204,2),(1145,5205,2),(1146,5206,2),(1147,5207,2),(1148,5208,2),(1149,5209,2),(1150,5210,2),(1151,5211,2),(1152,5212,2),(1153,5213,2),(1154,5214,2),(1155,5215,2),(1156,5216,2),(1157,5217,2),(1158,5218,2),(1159,5219,2),(1160,5220,2),(1161,5221,2),(1162,5222,2),(1163,5223,2),(1164,5224,2),(1165,5225,2),(1166,5226,2),(1167,5227,2),(1168,5228,2),(1169,5229,2),(1170,5230,2),(1171,5231,2),(1172,5232,2),(1173,5233,2),(1174,5234,2),(1175,5235,2),(1176,5236,2),(1177,5237,2),(1178,5238,2),(1179,5239,2),(1180,5240,2),(1181,5241,2),(1182,5242,2),(1183,5243,2),(1184,5244,2),(1185,5245,2),(1186,5246,2),(1187,5247,2),(1188,5248,2),(1189,5249,2),(1190,5250,2),(1191,5251,2),(1192,5252,2),(1193,5253,2),(1194,5254,2),(1195,5255,2),(1196,5256,2),(1197,5257,2),(1198,5258,2),(1199,5259,2),(1200,5260,2),(1201,5261,2),(1202,5262,2),(1203,5263,2),(1204,5264,2),(1205,5265,2),(1206,5266,2),(1207,5267,2),(1208,5268,2),(1209,5269,2),(1210,5270,2),(1211,5271,2),(1212,5272,2),(1213,5273,2),(1214,5274,2),(1215,5275,2),(1216,5276,2),(1217,5277,2),(1218,5278,2),(1219,5279,2),(1220,5280,2),(1221,5281,2),(1222,5282,2),(1223,5283,2),(1224,5284,2),(1225,5285,2),(1226,5286,2),(1227,5287,2),(1228,5288,2),(1229,5289,2),(1230,5290,2),(1231,5291,2),(1232,5292,2),(1233,5293,2),(1234,5294,2),(1235,5295,2),(1236,5296,2),(1237,5297,2),(1238,5298,2),(1239,5299,2),(1240,5300,2),(1241,5301,2),(1242,5302,2),(1243,5303,2),(1244,5304,2),(1245,5305,2),(1246,5306,2),(1247,5307,2),(1248,5308,2),(1249,5309,2),(1250,5310,2),(1251,5311,2),(1252,572,2),(1253,573,2),(1254,574,2),(1255,575,2),(1256,576,2),(1257,577,2),(1258,578,2),(1259,579,2),(1260,580,2),(1261,581,2),(1262,582,2),(1263,583,2),(1264,584,2),(1265,585,2),(1266,586,2),(1267,587,2),(1268,588,2),(1269,589,2),(1270,590,2),(1271,591,2),(1272,592,2),(1273,593,2),(1274,594,2),(1275,595,2),(1276,596,2),(1277,597,2),(1278,598,2),(1279,599,2),(1280,600,2),(1281,601,2),(1282,602,2),(1283,603,2),(1284,604,2),(1285,605,2),(1286,606,2),(1287,607,2),(1288,608,2),(1289,609,2),(1290,610,2),(1291,611,2),(1292,612,2),(1293,613,2),(1294,614,2),(1295,615,2),(1296,616,2),(1297,617,2),(1298,618,2),(1299,619,2),(1300,620,2),(1301,621,2),(1302,622,2),(1303,623,2),(1304,624,2),(1305,625,2),(1306,626,2),(1307,627,2),(1308,628,2),(1309,629,2),(1310,630,2),(1311,631,2),(1312,632,2),(1313,633,2),(1314,634,2),(1315,635,2),(1316,636,2),(1317,554,2),(1318,637,2),(1319,638,2),(1320,639,2),(1321,640,2),(1322,641,2),(1323,642,2),(1324,643,2),(1325,644,2),(1326,645,2),(1327,646,2),(1328,647,2),(1329,648,2),(1330,649,2),(1331,650,2),(1332,651,2),(1333,652,2),(1334,653,2),(1335,654,2),(1336,655,2),(1337,656,2),(1338,657,2),(1339,658,2),(1340,659,2),(1341,660,2),(1342,661,2),(1343,662,2),(1344,663,2),(1345,664,2),(1346,665,2),(1347,666,2),(1348,667,2),(1349,668,2),(1350,669,2),(1351,670,2),(1352,671,2),(1353,672,2),(1354,673,2),(1355,674,2),(1356,675,2),(1357,676,2),(1358,677,2),(1359,678,2),(1360,679,2),(1361,680,2),(1362,681,2),(1363,682,2),(1364,683,2),(1365,684,2),(1366,685,2),(1367,686,2),(1368,687,2),(1369,688,2),(1370,689,2),(1371,690,2),(1372,691,2),(1373,692,2),(1374,693,2),(1375,694,2),(1376,695,2),(1377,696,2),(1378,697,2),(1379,698,2),(1380,699,2),(1381,700,2),(1382,701,2),(1383,702,2),(1384,703,2),(1385,704,2),(1386,705,2),(1387,706,2),(1388,707,2),(1389,708,2),(1390,709,2),(1391,710,2),(1392,711,2),(1393,712,2),(1394,713,2),(1395,714,2),(1396,715,2),(1397,716,2),(1398,717,2),(1399,718,2),(1400,719,2),(1401,720,2),(1402,721,2),(1403,722,2),(1404,723,2),(1405,724,2),(1406,566,2),(1407,567,2),(1408,568,2),(1409,569,2),(1410,725,2),(1411,726,2),(1412,727,2),(1413,728,2),(1414,729,2),(1415,730,2),(1416,731,2),(1417,732,2),(1418,733,2),(1419,734,2),(1420,735,2),(1421,736,2),(1422,737,2),(1423,738,2),(1424,739,2),(1425,740,2),(1426,741,2),(1427,742,2),(1428,743,2),(1429,744,2),(1430,745,2),(1431,746,2),(1432,747,2),(1433,748,2),(1434,749,2),(1435,750,2),(1436,751,2),(1437,752,2),(1438,753,2),(1439,754,2),(1440,755,2),(1441,756,2),(1442,757,2),(1443,758,2),(1444,759,2),(1445,760,2),(1446,761,2),(1447,762,2),(1448,763,2),(1449,764,2),(1450,765,2),(1451,766,2),(1452,767,2),(1453,768,2),(1454,4020,2),(1455,4021,2),(1456,4022,2),(1457,4023,2),(1458,4024,2),(1459,4025,2),(1460,4026,2),(1461,4027,2),(1462,4028,2),(1463,4029,2),(1464,4030,2),(1465,769,2),(1466,770,2),(1467,771,2),(1468,772,2),(1469,773,2),(1470,774,2),(1471,775,2),(1472,776,2),(1473,777,2),(1474,778,2),(1475,779,2),(1476,780,2),(1477,781,2),(1478,782,2),(1479,783,2),(1480,784,2),(1481,785,2),(1482,786,2),(1483,787,2),(1484,788,2),(1485,789,2),(1486,790,2),(1487,791,2),(1488,792,2),(1489,793,2),(1490,794,2),(1491,795,2),(1492,796,2),(1493,797,2),(1494,798,2),(1495,799,2),(1496,800,2),(1497,801,2),(1498,802,2),(1499,803,2),(1500,804,2),(1501,805,2),(1502,806,2),(1503,807,2),(1504,808,2),(1505,809,2),(1506,810,2),(1507,811,2),(1508,812,2),(1509,813,2),(1510,814,2),(1511,815,2),(1512,816,2),(1513,817,2),(1514,818,2),(1515,819,2),(1516,820,2),(1517,821,2),(1518,822,2),(1519,823,2),(1520,824,2),(1521,825,2),(1522,826,2),(1523,827,2),(1524,828,2),(1525,829,2),(1526,830,2),(1527,831,2),(1528,832,2),(1529,833,2),(1530,4621,2),(1531,834,2),(1532,835,2),(1533,4569,2),(1534,836,2),(1535,837,2),(1536,838,2),(1537,839,2),(1538,840,2),(1539,841,2),(1540,842,2),(1541,843,2),(1542,844,2),(1543,845,2),(1544,846,2),(1545,847,2),(1546,848,2),(1547,849,2),(1548,850,2),(1549,851,2),(1550,852,2),(1551,853,2),(1552,854,2),(1553,855,2),(1554,856,2),(1555,857,2),(1556,858,2),(1557,859,2),(1558,860,2),(1559,861,2),(1560,862,2),(1561,863,2),(1562,864,2),(1563,865,2),(1564,866,2),(1565,867,2),(1566,868,2),(1567,869,2),(1568,870,2),(1569,871,2),(1570,872,2),(1571,873,2),(1572,874,2),(1573,875,2),(1574,876,2),(1575,877,2),(1576,878,2),(1577,879,2),(1578,880,2),(1579,881,2),(1580,882,2),(1581,883,2),(1582,884,2),(1583,885,2),(1584,886,2),(1585,887,2),(1586,888,2),(1587,889,2),(1588,890,2),(1589,891,2),(1590,892,2),(1591,893,2),(1592,894,2),(1593,895,2),(1594,896,2),(1595,897,2),(1596,898,2),(1597,899,2),(1598,900,2),(1599,901,2),(1600,902,2),(1601,903,2),(1602,904,2),(1603,905,2),(1604,906,2),(1605,907,2),(1606,908,2),(1607,909,2),(1608,910,2),(1609,911,2),(1610,912,2),(1611,913,2),(1612,914,2),(1613,915,2),(1614,916,2),(1615,917,2),(1616,918,2),(1617,919,2),(1618,920,2),(1619,921,2),(1620,922,2),(1621,923,2),(1622,924,2),(1623,925,2),(1624,926,2),(1625,927,2),(1626,928,2),(1627,929,2),(1628,930,2),(1629,931,2),(1630,932,2),(1631,933,2),(1632,934,2),(1633,935,2),(1634,936,2),(1635,937,2),(1636,938,2),(1637,939,2),(1638,940,2),(1639,941,2),(1640,942,2),(1641,943,2),(1642,944,2),(1643,945,2),(1644,946,2),(1645,947,2),(1646,948,2),(1647,949,2),(1648,950,2),(1649,951,2),(1650,952,2),(1651,953,2),(1652,954,2),(1653,955,2),(1654,956,2),(1655,957,2),(1656,958,2),(1657,959,2),(1658,960,2),(1659,961,2),(1660,962,2),(1661,963,2),(1662,964,2),(1663,965,2),(1664,966,2),(1665,967,2),(1666,968,2),(1667,969,2),(1668,970,2),(1669,971,2),(1670,972,2),(1671,973,2),(1672,974,2),(1673,975,2),(1674,976,2),(1675,977,2),(1676,978,2),(1677,979,2),(1678,980,2),(1679,981,2),(1680,982,2),(1681,983,2),(1682,984,2),(1683,985,2),(1684,986,2),(1685,987,2),(1686,988,2),(1687,989,2),(1688,990,2),(1689,991,2),(1690,992,2),(1691,993,2),(1692,994,2),(1693,995,2),(1694,996,2),(1695,997,2),(1696,998,2),(1697,999,2),(1698,1000,2),(1699,1001,2),(1700,1002,2),(1701,1003,2),(1702,1004,2),(1703,1005,2),(1704,1006,2),(1705,1007,2),(1706,1008,2),(1707,1009,2),(1708,1010,2),(1709,1011,2),(1710,1012,2),(1711,1013,2),(1712,1014,2),(1713,1015,2),(1714,1016,2),(1715,1017,2),(1716,1018,2),(1717,1019,2),(1718,1020,2),(1719,1021,2),(1720,1022,2),(1721,1023,2),(1722,1024,2),(1723,1025,2),(1724,1026,2),(1725,1027,2),(1726,1028,2),(1727,1029,2),(1728,1030,2),(1729,1031,2),(1730,1032,2),(1731,1033,2),(1732,1034,2),(1733,1035,2),(1734,1036,2),(1735,1037,2),(1736,1038,2),(1737,1039,2),(1738,1040,2),(1739,1041,2),(1740,1042,2),(1741,1043,2),(1742,1044,2),(1743,1045,2),(1744,1046,2),(1745,1047,2),(1746,1048,2),(1747,1049,2),(1748,1050,2),(1749,1051,2),(1750,1052,2),(1751,1053,2),(1752,1054,2),(1753,1097,2),(1754,1098,2),(1755,1099,2),(1756,1100,2),(1757,1101,2),(1758,1102,2),(1759,1103,2),(1760,1104,2),(1761,1105,2),(1762,1106,2),(1763,1107,2),(1764,1108,2),(1765,1109,2),(1766,1110,2),(1767,1111,2),(1768,1112,2),(1769,1113,2),(1770,1114,2),(1771,1115,2),(1772,1116,2),(1773,1117,2),(1774,1118,2),(1775,1119,2),(1776,1120,2),(1777,1121,2),(1778,1122,2),(1779,1123,2),(1780,1124,2),(1781,1125,2),(1782,1126,2),(1783,1127,2),(1784,1128,2),(1785,1129,2),(1786,1130,2),(1787,1131,2),(1788,1132,2),(1789,1133,2),(1790,1134,2),(1791,1135,2),(1792,1136,2),(1793,1137,2),(1794,1138,2),(1795,1139,2),(1796,1140,2),(1797,1141,2),(1798,1142,2),(1799,1143,2),(1800,1144,2),(1801,1145,2),(1802,1146,2),(1803,1147,2),(1804,1148,2),(1805,1149,2),(1806,1150,2),(1807,1151,2),(1808,1152,2),(1809,1153,2),(1810,1154,2),(1811,1155,2),(1812,1156,2),(1813,1157,2),(1814,1158,2),(1815,1159,2),(1816,1160,2),(1817,1161,2),(1818,1162,2),(1819,1163,2),(1820,1164,2),(1821,1165,2),(1822,1166,2),(1823,1167,2),(1824,1168,2),(1825,1169,2),(1826,1170,2),(1827,1171,2),(1828,1172,2),(1829,1173,2),(1830,1174,2),(1831,1175,2),(1832,1176,2),(1833,1177,2),(1834,1178,2),(1835,1179,2),(1836,1180,2),(1837,1181,2),(1838,1182,2),(1839,1183,2),(1840,1184,2),(1841,1185,2),(1842,1186,2),(1843,1187,2),(1844,1188,2),(1845,1189,2),(1846,1190,2),(1847,1191,2),(1848,1192,2),(1849,1193,2),(1850,1194,2),(1851,1195,2),(1852,1196,2),(1853,1197,2),(1854,1198,2),(1855,1199,2),(1856,1200,2),(1857,1201,2),(1858,1202,2),(1859,1203,2),(1860,1204,2),(1861,5312,2),(1862,5313,2),(1863,5314,2),(1864,5315,2),(1865,5316,2),(1866,5317,2),(1867,5318,2),(1868,5319,2),(1869,5320,2),(1870,5321,2),(1871,5322,2),(1872,5323,2),(1873,5324,2),(1874,5325,2),(1875,5326,2),(1876,5327,2),(1877,5328,2),(1878,5348,2),(1879,5186,2),(1880,5349,2),(1881,5187,2),(1882,5188,2),(1883,5189,2),(1884,5190,2),(1885,5191,2),(1886,5192,2),(1887,5193,2),(1888,5194,2),(1889,5195,2),(1890,5556,2),(1891,5557,2),(1892,5558,2),(1893,5559,2),(1894,5560,2),(1895,5561,2),(1896,5562,2),(1897,5563,2),(1898,5564,2),(1899,5565,2),(1900,5566,2),(1901,5567,2),(1902,5568,2),(1903,5569,2),(1904,5570,2),(1905,5571,2),(1906,5572,2),(1907,5573,2),(1908,5574,2),(1909,5575,2),(1910,5576,2),(1911,5577,2),(1912,5578,2),(1913,5579,2),(1914,5580,2),(1915,5581,2),(1916,5582,2),(1917,5583,2),(1918,5584,2),(1919,5585,2),(1920,5586,2),(1921,5587,2),(1922,5588,2),(1923,5589,2),(1924,5590,2),(1925,5591,2),(1926,5592,2),(1927,5638,2),(1928,5639,2),(1929,5640,2),(1930,5641,2),(1931,5642,2),(1932,5643,2),(1933,5644,2),(1934,5645,2),(1935,5646,2),(1936,5647,2),(1937,5648,2),(1938,5649,2),(1939,5650,2),(1940,5651,2),(1941,5652,2),(1942,5653,2),(1943,5654,2),(1944,5655,2),(1945,5656,2),(1946,5657,2),(1947,5658,2),(1948,5659,2),(1949,5660,2),(1950,5661,2),(1951,5662,2),(1952,5663,2),(1953,5664,2),(1954,5665,2),(1955,5666,2),(1956,5667,2),(1957,5668,2),(1958,5669,2),(1959,5670,2),(1960,5671,2),(1961,5672,2),(1962,5673,2),(1963,5674,2),(1964,5675,2),(1965,5676,2),(1966,5677,2),(1967,5678,2),(1968,5679,2),(1969,5680,2),(1970,5681,2),(1971,5682,2),(1972,5683,2),(1973,5684,2),(1974,5685,2),(1975,5686,2),(1976,5687,2),(1977,5688,2),(1978,5689,2),(1979,5690,2),(1980,5691,2),(1981,5692,2),(1982,5693,2),(1983,5694,2),(1984,5695,2),(1985,5696,2),(1986,5697,2),(1987,5698,2),(1988,5699,2),(1989,5700,2),(1990,5701,2),(1991,5702,2),(1992,5703,2),(1993,5704,2),(1994,5705,2),(1995,5706,2),(1996,5707,2),(1997,5708,2),(1998,5709,2),(1999,5710,2),(2000,5711,2),(2001,5712,2),(2002,5713,2),(2003,5714,2),(2004,5715,2),(2005,5716,2),(2006,5717,2),(2007,5718,2),(2008,5719,2),(2009,5720,2),(2010,5721,2),(2011,5722,2),(2012,5723,2),(2013,5724,2),(2014,5725,2),(2015,5726,2),(2016,5727,2),(2017,5728,2),(2018,5729,2),(2019,5730,2),(2020,5731,2),(2021,5828,2),(2022,5829,2),(2023,5830,2),(2024,5831,2),(2025,5832,2),(2026,5833,2),(2027,5834,2),(2028,5835,2),(2029,5836,2),(2030,5846,2),(2031,5847,2),(2032,5848,2),(2033,5849,2),(2034,5850,2),(2035,5858,2),(2036,5859,2),(2037,5860,2),(2038,5861,2),(2039,5862,2),(2040,5863,2),(2041,5864,2),(2042,5865,2),(2043,5329,2),(2044,5330,2),(2045,5331,2),(2046,5332,2),(2047,5333,2),(2048,1055,2),(2049,1056,2),(2050,512,2),(2051,516,2),(2052,428,2),(2053,455,2),(2054,361,2),(2055,526,2),(2056,447,2),(2057,403,2),(2058,368,2),(2059,534,2),(2060,435,2),(2061,475,2),(2062,316,2),(2063,450,2),(2064,301,2),(2065,520,2),(2066,415,2),(2067,448,2),(2068,438,2),(2069,456,2),(2070,465,2),(2071,528,2),(2072,386,2),(2073,331,2),(2074,345,2),(2075,519,2),(2076,326,2),(2077,420,2),(2078,294,2),(2079,489,2),(2080,397,2),(2081,193,2),(2082,194,2),(2083,1057,2),(2084,195,2),(2085,1058,2),(2086,464,2),(2087,1059,2),(2088,1060,2),(2089,1061,2),(2090,1062,2),(2091,1063,2),(2092,1064,2),(2093,1065,2),(2094,1066,2),(2095,1067,2),(2096,1068,2),(2097,562,2),(2098,560,2),(2099,1069,2),(2100,1070,2),(2101,557,2),(2102,559,2),(2103,1071,2),(2104,1072,2),(2105,1073,2),(2106,399,2),(2107,196,2),(2108,10,2),(2109,11,2),(2110,12,2),(2111,13,2),(2112,14,2),(2113,15,2),(2114,16,2),(2115,17,2),(2116,18,2),(2117,19,2),(2118,20,2),(2119,21,2),(2120,22,2),(2121,23,2),(2122,24,2),(2123,25,2),(2124,26,2),(2125,27,2),(2126,28,2),(2127,29,2),(2128,1074,2),(2129,1075,2),(2130,1076,2),(2131,1077,2),(2132,1078,2),(2133,1079,2),(2134,1080,2),(2135,4149,2),(2136,4150,2),(2137,4151,2),(2138,4152,2),(2139,4153,2),(2140,4154,2),(2141,1081,2),(2142,1082,2),(2143,1083,2),(2144,1084,2),(2145,1085,2),(2146,1086,2),(2147,1087,2),(2148,1088,2),(2149,1089,2),(2150,1090,2),(2151,1091,2),(2152,4204,2),(2153,4130,2),(2154,4131,2),(2155,67,2),(2156,4127,2),(2157,4129,2),(2158,4572,2),(2159,4573,2),(2160,4574,2),(2161,4575,2),(2162,4576,2),(2163,5334,2),(2164,5335,2),(2165,5336,2),(2166,5337,2),(2167,5338,2),(2168,4205,2),(2169,4206,2),(2170,4207,2),(2171,4208,2),(2172,4209,2),(2173,4210,2),(2174,4577,2),(2175,4578,2),(2176,4579,2),(2177,4580,2),(2178,4581,2),(2179,4582,2),(2180,4583,2),(2181,4584,2),(2182,4585,2),(2183,4586,2),(2184,4587,2),(2185,4588,2),(2186,1329,2),(2187,4132,2),(2188,4133,2),(2189,4134,2),(2190,4135,2),(2191,4472,2),(2192,4589,2),(2193,4590,2),(2194,4591,2),(2195,4592,2),(2196,4593,2),(2197,4594,2),(2198,4479,2),(2199,4480,2),(2200,4481,2),(2201,4482,2),(2202,4483,2),(2203,6154,2),(2204,6155,2),(2205,6156,2),(2206,6157,2),(2207,6158,2),(2208,6159,2),(2209,4826,2),(2210,4827,2),(2211,4828,2),(2212,4829,2),(2213,4830,2),(2214,4831,2),(2215,4987,2),(2216,4988,2),(2217,4989,2),(2218,4990,2),(2219,4991,2),(2220,4992,2),(2221,4143,2),(2222,4144,2),(2223,4145,2),(2224,4146,2),(2225,4147,2),(2226,4148,2),(2227,4155,2),(2228,4156,2),(2229,4157,2),(2230,4158,2),(2231,4159,2),(2232,4160,2),(2233,4161,2),(2234,4162,2),(2235,4163,2),(2236,4164,2),(2237,4165,2),(2238,4166,2),(2239,4211,2),(2240,4212,2),(2241,4240,2),(2242,4241,2),(2243,4656,2),(2244,4657,2),(2245,4639,2),(2246,4640,2),(2247,4641,2),(2248,4642,2),(2249,4643,2),(2250,4644,2),(2251,4645,2),(2252,4646,2),(2253,4647,2),(2254,4648,2),(2255,4649,2),(2256,4650,2),(2257,4651,2),(2258,4652,2),(2259,4653,2),(2260,4654,2),(2261,1205,2),(2262,1206,2),(2263,1207,2),(2264,1208,2),(2265,1209,2),(2266,1210,2),(2267,4031,2),(2268,1211,2),(2269,1212,2),(2270,1213,2),(2271,1291,2),(2272,1292,2),(2273,1293,2),(2274,1294,2),(2275,1295,2),(2276,3906,2),(2277,1297,2),(2278,1298,2),(2279,1240,2),(2280,1299,2),(2281,1300,2),(2282,1301,2),(2283,1302,2),(2284,1303,2),(2285,1304,2),(2286,1305,2),(2287,1306,2),(2288,1307,2),(2289,1308,2),(2290,3653,2),(2291,1309,2),(2292,1310,2),(2293,1311,2),(2294,1312,2),(2295,1313,2),(2296,1314,2),(2297,1315,2),(2298,1316,2),(2299,1317,2),(2300,1318,2),(2301,1319,2),(2302,1320,2),(2303,1321,2),(2304,1322,2),(2305,1323,2),(2306,1324,2),(2307,1325,2),(2308,1326,2),(2309,1327,2),(2310,3594,2),(2311,4242,2),(2312,4243,2),(2313,4244,2),(2314,4245,2),(2315,4246,2),(2316,4247,2),(2317,86,2),(2318,83,2),(2319,87,2),(2320,4595,2),(2321,4596,2),(2322,4597,2),(2323,4598,2),(2324,4599,2),(2325,4600,2),(2326,4601,2),(2327,4602,2),(2328,4603,2),(2329,4604,2),(2330,1328,2),(2331,6160,2),(2332,1330,2),(2333,1331,2),(2334,1332,2),(2335,1333,2),(2336,1334,2),(2337,1335,2),(2338,1336,2),(2339,5339,2),(2340,5340,2),(2341,5341,2),(2342,6056,2),(2343,5342,2),(2344,5343,2),(2345,5344,2),(2346,5345,2),(2347,1337,2),(2348,1338,2),(2349,1339,2),(2350,5347,2),(2351,1340,2),(2352,1341,2),(2353,1218,2),(2354,1219,2),(2355,1220,2),(2356,1221,2),(2357,1222,2),(2358,1223,2),(2359,1224,2),(2360,1225,2),(2361,1226,2),(2362,1227,2),(2363,1228,2),(2364,1229,2),(2365,1230,2),(2366,1231,2),(2367,1232,2),(2368,1233,2),(2369,1234,2),(2370,1235,2),(2371,1236,2),(2372,1237,2),(2373,1238,2),(2374,1239,2),(2375,1241,2),(2376,1242,2),(2377,1243,2),(2378,1244,2),(2379,1245,2),(2380,1246,2),(2381,1247,2),(2382,1248,2),(2383,1249,2),(2384,1250,2),(2385,1251,2),(2386,1252,2),(2387,1253,2),(2388,1254,2),(2389,1255,2),(2390,1256,2),(2391,1257,2),(2392,1258,2),(2393,1259,2),(2394,1260,2),(2395,1261,2),(2396,1262,2),(2397,1263,2),(2398,1264,2),(2399,1265,2),(2400,1266,2),(2401,1267,2),(2402,1268,2),(2403,1269,2),(2404,1270,2),(2405,1271,2),(2406,1272,2),(2407,1273,2),(2408,1274,2),(2409,1275,2),(2410,1276,2),(2411,1277,2),(2412,1278,2),(2413,1279,2),(2414,1280,2),(2415,1281,2),(2416,1282,2),(2417,1283,2),(2418,1284,2),(2419,1285,2),(2420,5398,2),(2421,5732,2),(2422,5851,2),(2423,1286,2),(2424,1287,2),(2425,4248,2),(2426,4249,2),(2427,4250,2),(2428,4251,2),(2429,4252,2),(2430,4253,2),(2431,4254,2),(2432,4255,2),(2433,4256,2),(2434,4257,2),(2435,4258,2),(2436,4259,2),(2437,4620,2),(2438,4260,2),(2439,4261,2),(2440,1288,2),(2441,1289,2),(2442,1290,2),(2443,1500,2),(2444,1501,2),(2445,4120,2),(2446,4121,2),(2447,4122,2),(2448,4123,2),(2449,4124,2),(2450,4125,2),(2451,9,2),(2452,4126,2),(2453,4128,2),(2454,4484,2),(2455,4485,2),(2456,4486,2),(2457,4487,2),(2458,4488,2),(2459,4489,2),(2460,1502,2),(2461,4167,2),(2462,4168,2),(2463,3551,2),(2464,4169,2),(2465,4170,2),(2466,4171,2),(2467,4172,2),(2468,4173,2),(2469,1507,2),(2470,4174,2),(2471,1509,2),(2472,4175,2),(2473,4176,2),(2474,4177,2),(2475,1510,2),(2476,1511,2),(2477,1512,2),(2478,4178,2),(2479,1342,2),(2480,1343,2),(2481,1344,2),(2482,1345,2),(2483,1346,2),(2484,1347,2),(2485,1348,2),(2486,1092,2),(2487,5350,2),(2488,5351,2),(2489,5352,2),(2490,5353,2),(2491,5354,2),(2492,5355,2),(2493,5356,2),(2494,5357,2),(2495,1349,2),(2496,1350,2),(2497,1351,2),(2498,1352,2),(2499,1353,2),(2500,1354,2),(2501,1355,2),(2502,1356,2),(2503,1357,2),(2504,1358,2),(2505,1359,2),(2506,1360,2),(2507,1361,2),(2508,1362,2),(2509,1363,2),(2510,1364,2),(2511,1365,2),(2512,1366,2),(2513,1367,2),(2514,1368,2),(2515,1369,2),(2516,4993,2),(2517,4994,2),(2518,5358,2),(2519,5359,2),(2520,1523,2),(2521,1524,2),(2522,1525,2),(2523,1526,2),(2524,1370,2),(2525,1371,2),(2526,1372,2),(2527,4179,2),(2528,2321,2),(2529,1531,2),(2530,1532,2),(2531,1533,2),(2532,1534,2),(2533,65,2),(2534,1535,2),(2535,1536,2),(2536,1373,2),(2537,1374,2),(2538,1375,2),(2539,6057,2),(2540,4995,2),(2541,1379,2),(2542,1380,2),(2543,1381,2),(2544,1382,2),(2545,1383,2),(2546,1384,2),(2547,1385,2),(2548,1386,2),(2549,4262,2),(2550,4180,2),(2551,4181,2),(2552,4182,2),(2553,4183,2),(2554,4184,2),(2555,4996,2),(2556,4185,2),(2557,4186,2),(2558,4187,2),(2559,3584,2),(2560,1542,2),(2561,78,2),(2562,1547,2),(2563,1548,2),(2564,1549,2),(2565,1551,2),(2566,4188,2),(2567,1552,2),(2568,1572,2),(2569,4189,2),(2570,3572,2),(2571,4190,2),(2572,4191,2),(2573,6000,2),(2574,3561,2),(2575,3562,2),(2576,3563,2),(2577,4192,2),(2578,4193,2),(2579,4194,2),(2580,6001,2),(2581,6002,2),(2582,4263,2),(2583,4605,2),(2584,4606,2),(2585,4195,2),(2586,4196,2),(2587,4197,2),(2588,6161,2),(2589,6162,2),(2590,6163,2),(2591,6164,2),(2592,6165,2),(2593,4997,2),(2594,4998,2),(2595,4198,2),(2596,4199,2),(2597,4200,2),(2598,4201,2),(2599,4202,2),(2600,4203,2),(2601,3585,2),(2602,3586,2),(2603,3587,2),(2604,3588,2),(2605,3589,2),(2606,3590,2),(2607,3591,2),(2608,3592,2),(2609,1488,2),(2610,1489,2),(2611,1490,2),(2612,1491,2),(2613,1492,2),(2614,1218,3),(2615,1219,3),(2616,1220,3),(2617,1221,3),(2618,1222,3),(2619,1223,3),(2620,1224,3),(2621,1225,3),(2622,1226,3),(2623,1227,3),(2624,1228,3),(2625,1229,3),(2626,1230,3),(2627,1231,3),(2628,1232,3),(2629,1233,3),(2630,1234,3),(2631,1235,3),(2632,1236,3),(2633,1237,3),(2634,1238,3),(2635,1239,3),(2636,1240,3),(2637,1241,3),(2638,1242,3),(2639,1243,3),(2640,1244,3),(2641,1245,3),(2642,1246,3),(2643,1247,3),(2644,1248,3),(2645,1249,3),(2646,1250,3),(2647,1251,3),(2648,1252,3),(2649,1253,3),(2650,1254,3),(2651,1255,3),(2652,1256,3),(2653,1257,3),(2654,1258,3),(2655,1259,3),(2656,1260,3),(2657,1261,3),(2658,1262,3),(2659,1263,3),(2660,1264,3),(2661,1265,3),(2662,1266,3),(2663,1267,3),(2664,1268,3),(2665,1269,3),(2666,1270,3),(2667,1271,3),(2668,1272,3),(2669,1273,3),(2670,1274,3),(2671,1275,3),(2672,1276,3),(2673,1277,3),(2674,1278,3),(2675,1279,3),(2676,1280,3),(2677,1281,3),(2678,1282,3),(2679,1283,3),(2680,1284,3),(2681,1285,3),(2682,5398,3),(2683,5732,3),(2684,5851,3),(2685,1286,3),(2686,1287,3),(2687,4248,3),(2688,4249,3),(2689,4250,3),(2690,4251,3),(2691,4252,3),(2692,4253,3),(2693,4254,3),(2694,4255,3),(2695,4256,3),(2696,4257,3),(2697,4258,3),(2698,4259,3),(2699,4620,3),(2700,4260,3),(2701,4261,3),(2702,1288,3),(2703,1289,3),(2704,1290,3),(2705,3417,3),(2706,3418,3),(2707,3419,3),(2708,2774,3),(2709,3425,3),(2710,2823,3),(2711,3426,3),(2712,3427,3),(2713,3428,3),(2714,1291,4),(2715,1292,4),(2716,1293,4),(2717,1294,4),(2718,1295,4),(2719,3906,4),(2720,1297,4),(2721,1298,4),(2722,1240,4),(2723,1299,4),(2724,1300,4),(2725,1301,4),(2726,1302,4),(2727,1303,4),(2728,1304,4),(2729,1305,4),(2730,1306,4),(2731,1307,4),(2732,1308,4),(2733,3653,4),(2734,1309,4),(2735,1310,4),(2736,1311,4),(2737,1312,4),(2738,1313,4),(2739,1314,4),(2740,1315,4),(2741,1316,4),(2742,1317,4),(2743,1318,4),(2744,1319,4),(2745,1320,4),(2746,1321,4),(2747,1322,4),(2748,1323,4),(2749,1324,4),(2750,1325,4),(2751,1326,4),(2752,1327,4),(2753,3594,4),(2754,4242,4),(2755,4243,4),(2756,4244,4),(2757,4245,4),(2758,4246,4),(2759,4247,4),(2760,86,4),(2761,83,4),(2762,87,4),(2763,4595,4),(2764,4596,4),(2765,4597,4),(2766,4598,4),(2767,4599,4),(2768,4600,4),(2769,4601,4),(2770,4602,4),(2771,4603,4),(2772,4604,4),(2773,1328,4),(2774,6160,4),(2775,1330,4),(2776,1331,4),(2777,1332,4),(2778,1333,4),(2779,1334,4),(2780,1335,4),(2781,1336,4),(2782,5339,4),(2783,5340,4),(2784,5341,4),(2785,6056,4),(2786,5342,4),(2787,5343,4),(2788,5344,4),(2789,5345,4),(2790,1337,4),(2791,1338,4),(2792,1339,4),(2793,5347,4),(2794,1340,4),(2795,1341,4),(2796,1218,4),(2797,1219,4),(2798,1220,4),(2799,1221,4),(2800,1222,4),(2801,1223,4),(2802,1224,4),(2803,1225,4),(2804,1226,4),(2805,1227,4),(2806,1228,4),(2807,1229,4),(2808,1230,4),(2809,1231,4),(2810,1232,4),(2811,1233,4),(2812,1234,4),(2813,1235,4),(2814,1236,4),(2815,1237,4),(2816,1238,4),(2817,1239,4),(2818,1241,4),(2819,1242,4),(2820,1243,4),(2821,1244,4),(2822,1245,4),(2823,1246,4),(2824,1247,4),(2825,1248,4),(2826,1249,4),(2827,1250,4),(2828,1251,4),(2829,1252,4),(2830,1253,4),(2831,1254,4),(2832,1255,4),(2833,1256,4),(2834,1257,4),(2835,1258,4),(2836,1259,4),(2837,1260,4),(2838,1261,4),(2839,1262,4),(2840,1263,4),(2841,1264,4),(2842,1265,4),(2843,1266,4),(2844,1267,4),(2845,1268,4),(2846,1269,4),(2847,1270,4),(2848,1271,4),(2849,1272,4),(2850,1273,4),(2851,1274,4),(2852,1275,4),(2853,1276,4),(2854,1277,4),(2855,1278,4),(2856,1279,4),(2857,1280,4),(2858,1281,4),(2859,1282,4),(2860,1283,4),(2861,1284,4),(2862,1285,4),(2863,5398,4),(2864,5732,4),(2865,5851,4),(2866,1286,4),(2867,1287,4),(2868,4248,4),(2869,4249,4),(2870,4250,4),(2871,4251,4),(2872,4252,4),(2873,4253,4),(2874,4254,4),(2875,4255,4),(2876,4256,4),(2877,4257,4),(2878,4258,4),(2879,4259,4),(2880,4620,4),(2881,4260,4),(2882,4261,4),(2883,1288,4),(2884,1289,4),(2885,1290,4),(2886,265,4),(2887,291,4),(2888,292,4),(2889,293,4),(2890,266,4),(2891,267,4),(2892,268,4),(2893,269,4),(2894,270,4),(2895,271,4),(2896,272,4),(2897,273,4),(2898,274,4),(2899,275,4),(2900,276,4),(2901,277,4),(2902,278,4),(2903,279,4),(2904,280,4),(2905,281,4),(2906,282,4),(2907,283,4),(2908,284,4),(2909,285,4),(2910,286,4),(2911,287,4),(2912,288,4),(2913,289,4),(2914,290,4),(2915,1342,4),(2916,1343,4),(2917,1344,4),(2918,404,4),(2919,405,4),(2920,406,4),(2921,101,4),(2922,369,4),(2923,370,4),(2924,476,4),(2925,477,4),(2926,478,4),(2927,479,4),(2928,480,4),(2929,481,4),(2930,482,4),(2931,483,4),(2932,484,4),(2933,485,4),(2934,486,4),(2935,487,4),(2936,457,4),(2937,458,4),(2938,459,4),(2939,387,4),(2940,340,4),(2941,341,4),(2942,342,4),(2943,343,4),(2944,344,4),(2945,346,4),(2946,347,4),(2947,348,4),(2948,349,4),(2949,350,4),(2950,351,4),(2951,352,4),(2952,353,4),(2953,354,4),(2954,355,4),(2955,356,4),(2956,357,4),(2957,358,4),(2958,359,4),(2959,360,4),(2960,2235,4),(2961,2236,4),(2962,2237,4),(2963,2238,4),(2964,2239,4),(2965,2240,4),(2966,2241,4),(2967,2242,4),(2968,2243,4),(2969,2244,4),(2970,2245,4),(2971,2246,4),(2972,2247,4),(2973,2248,4),(2974,1345,4),(2975,1346,4),(2976,1347,4),(2977,1348,4),(2978,1092,4),(2979,5350,4),(2980,5351,4),(2981,5352,4),(2982,5353,4),(2983,5354,4),(2984,5355,4),(2985,5356,4),(2986,5357,4),(2987,2661,4),(2988,1349,4),(2989,1350,4),(2990,1351,4),(2991,1352,4),(2992,1353,4),(2993,1354,4),(2994,1355,4),(2995,1356,4),(2996,1357,4),(2997,1358,4),(2998,1359,4),(2999,1360,4),(3000,1361,4),(3001,1362,4),(3002,1363,4),(3003,1364,4),(3004,1365,4),(3005,1366,4),(3006,1367,4),(3007,1368,4),(3008,1369,4),(3009,4993,4),(3010,4994,4),(3011,5358,4),(3012,5359,4),(3013,1523,4),(3014,1524,4),(3015,1525,4),(3016,1526,4),(3017,1370,4),(3018,1371,4),(3019,1372,4),(3020,1531,4),(3021,2257,4),(3022,2258,4),(3023,2259,4),(3024,1536,4),(3025,1373,4),(3026,1374,4),(3027,1375,4),(3028,6057,4),(3029,2476,4),(3030,126,4),(3031,2655,4),(3032,1545,4),(3033,2112,4),(3034,2113,4),(3035,2114,4),(3036,2115,4),(3037,2116,4),(3038,2117,4),(3039,2118,4),(3040,2119,4),(3041,2120,4),(3042,2121,4),(3043,2122,4),(3044,2123,4),(3045,2124,4),(3046,2125,4),(3047,2126,4),(3048,2127,4),(3049,2128,4),(3050,2129,4),(3051,2130,4),(3052,2131,4),(3053,2132,4),(3054,1544,4),(3055,2133,4),(3056,2134,4),(3057,2135,4),(3058,2136,4),(3059,2137,4),(3060,2138,4),(3061,2139,4),(3062,2140,4),(3063,2141,4),(3064,2142,4),(3065,2143,4),(3066,2144,4),(3067,65,4),(3068,1543,4),(3069,2145,4),(3070,2146,4),(3071,2147,4),(3072,2148,4),(3073,2149,4),(3074,2150,4),(3075,2151,4),(3076,2152,4),(3077,2153,4),(3078,2154,4),(3079,2155,4),(3080,2156,4),(3081,2157,4),(3082,2158,4),(3083,2159,4),(3084,2160,4),(3085,2161,4),(3086,2162,4),(3087,2163,4),(3088,2164,4),(3089,2165,4),(3090,2166,4),(3091,2167,4),(3092,2168,4),(3093,2169,4),(3094,2170,4),(3095,2171,4),(3096,2172,4),(3097,2173,4),(3098,2174,4),(3099,2175,4),(3100,2176,4),(3101,2177,4),(3102,2178,4),(3103,2179,4),(3104,2180,4),(3105,2181,4),(3106,2182,4),(3107,2183,4),(3108,2184,4),(3109,2185,4),(3110,2186,4),(3111,2187,4),(3112,2188,4),(3113,2189,4),(3114,2190,4),(3115,2191,4),(3116,2192,4),(3117,2193,4),(3118,2194,4),(3119,2264,4),(3120,2265,4),(3121,2266,4),(3122,2267,4),(3123,2268,4),(3124,2269,4),(3125,2270,4),(3126,2271,4),(3127,2272,4),(3128,2273,4),(3129,2274,4),(3130,2275,4),(3131,2276,4),(3132,2277,4),(3133,2278,4),(3134,2279,4),(3135,2280,4),(3136,2281,4),(3137,2282,4),(3138,2283,4),(3139,2284,4),(3140,2285,4),(3141,2286,4),(3142,2287,4),(3143,2288,4),(3144,2289,4),(3145,2290,4),(3146,2291,4),(3147,2292,4),(3148,2293,4),(3149,2294,4),(3150,2295,4),(3151,2296,4),(3152,2297,4),(3153,2298,4),(3154,2299,4),(3155,2300,4),(3156,2301,4),(3157,2302,4),(3158,2303,4),(3159,2304,4),(3160,2305,4),(3161,2306,4),(3162,2307,4),(3163,2308,4),(3164,2309,4),(3165,2310,4),(3166,2311,4),(3167,2312,4),(3168,2313,4),(3169,2314,4),(3170,2315,4),(3171,2316,4),(3172,2317,4),(3173,2318,4),(3174,1094,4),(3175,2319,4),(3176,2320,4),(3177,2321,4),(3178,1528,4),(3179,2322,4),(3180,2323,4),(3181,2324,4),(3182,2325,4),(3183,2326,4),(3184,2327,4),(3185,2328,4),(3186,2329,4),(3187,2330,4),(3188,2331,4),(3189,2332,4),(3190,2333,4),(3191,2334,4),(3192,2335,4),(3193,2336,4),(3194,2337,4),(3195,2338,4),(3196,2339,4),(3197,2340,4),(3198,2341,4),(3199,2342,4),(3200,2343,4),(3201,2344,4),(3202,2345,4),(3203,2346,4),(3204,2347,4),(3205,2348,4),(3206,2349,4),(3207,2350,4),(3208,2351,4),(3209,2352,4),(3210,2353,4),(3211,2354,4),(3212,2355,4),(3213,2356,4),(3214,2357,4),(3215,2358,4),(3216,2359,4),(3217,2360,4),(3218,2361,4),(3219,2362,4),(3220,2363,4),(3221,2364,4),(3222,2365,4),(3223,2366,4),(3224,2367,4),(3225,2368,4),(3226,2369,4),(3227,2370,4),(3228,2371,4),(3229,2372,4),(3230,2373,4),(3231,2374,4),(3232,2375,4),(3233,2376,4),(3234,2377,4),(3235,2378,4),(3236,2379,4),(3237,2380,4),(3238,2381,4),(3239,2382,4),(3240,2383,4),(3241,2384,4),(3242,2385,4),(3243,2386,4),(3244,2387,4),(3245,2388,4),(3246,2389,4),(3247,2390,4),(3248,2391,4),(3249,2392,4),(3250,2393,4),(3251,2394,4),(3252,2395,4),(3253,2396,4),(3254,2397,4),(3255,2398,4),(3256,2399,4),(3257,2400,4),(3258,2401,4),(3259,2402,4),(3260,2403,4),(3261,2404,4),(3262,2405,4),(3263,2406,4),(3264,2407,4),(3265,2408,4),(3266,2409,4),(3267,2410,4),(3268,2411,4),(3269,2412,4),(3270,2413,4),(3271,2414,4),(3272,2415,4),(3273,2416,4),(3274,2417,4),(3275,2418,4),(3276,2419,4),(3277,2420,4),(3278,2421,4),(3279,2422,4),(3280,2423,4),(3281,2424,4),(3282,2425,4),(3283,2426,4),(3284,2427,4),(3285,2428,4),(3286,2429,4),(3287,2430,4),(3288,2431,4),(3289,2432,4),(3290,2433,4),(3291,2434,4),(3292,2435,4),(3293,2436,4),(3294,2437,4),(3295,2438,4),(3296,2439,4),(3297,2440,4),(3298,2441,4),(3299,2442,4),(3300,2443,4),(3301,2444,4),(3302,2445,4),(3303,2446,4),(3304,2447,4),(3305,2448,4),(3306,2449,4),(3307,2450,4),(3308,2451,4),(3309,2452,4),(3310,2453,4),(3311,1539,4),(3312,2454,4),(3313,2455,4),(3314,2456,4),(3315,2457,4),(3316,2458,4),(3317,2459,4),(3318,2460,4),(3319,2461,4),(3320,2462,4),(3321,2463,4),(3322,2464,4),(3323,2465,4),(3324,2466,4),(3325,2467,4),(3326,2468,4),(3327,2469,4),(3328,2470,4),(3329,2471,4),(3330,2472,4),(3331,2473,4),(3332,128,4),(3333,413,4),(3334,414,4),(3335,2662,4),(3336,2663,4),(3337,1488,4),(3338,1489,4),(3339,2548,4),(3340,2549,4),(3341,2550,4),(3342,2551,4),(3343,2552,4),(3344,2553,4),(3345,2554,4),(3346,1500,4),(3347,2555,4),(3348,2556,4),(3349,2557,4),(3350,2558,4),(3351,2559,4),(3352,2560,4),(3353,2561,4),(3354,2562,4),(3355,2563,4),(3356,2564,4),(3357,2565,4),(3358,2566,4),(3359,2567,4),(3360,2568,4),(3361,2569,4),(3362,2570,4),(3363,2571,4),(3364,2572,4),(3365,2573,4),(3366,2574,4),(3367,2575,4),(3368,2576,4),(3369,2577,4),(3370,2578,4),(3371,2579,4),(3372,2580,4),(3373,2581,4),(3374,2582,4),(3375,2583,4),(3376,2584,4),(3377,2585,4),(3378,2586,4),(3379,2587,4),(3380,2588,4),(3381,2589,4),(3382,2590,4),(3383,2591,4),(3384,2592,4),(3385,2593,4),(3386,2594,4),(3387,2595,4),(3388,2596,4),(3389,1532,4),(3390,2597,4),(3391,2598,4),(3392,2599,4),(3393,2600,4),(3394,2601,4),(3395,2602,4),(3396,2603,4),(3397,2604,4),(3398,2605,4),(3399,2606,4),(3400,2607,4),(3401,2608,4),(3402,2609,4),(3403,2610,4),(3404,2611,4),(3405,2612,4),(3406,2613,4),(3407,2614,4),(3408,2615,4),(3409,2616,4),(3410,2617,4),(3411,2618,4),(3412,2619,4),(3413,2620,4),(3414,2621,4),(3415,2622,4),(3416,2623,4),(3417,2624,4),(3418,2625,4),(3419,2626,4),(3420,2627,4),(3421,2628,4),(3422,2629,4),(3423,2630,4),(3424,2631,4),(3425,2632,4),(3426,2633,4),(3427,1490,4),(3428,1491,4),(3429,1492,4),(3430,2637,4),(3431,2638,4),(3432,2639,4),(3433,2640,4),(3434,5196,5),(3435,5197,5),(3436,5198,5),(3437,5199,5),(3438,5200,5),(3439,5201,5),(3440,5202,5),(3441,5203,5),(3442,5204,5),(3443,5205,5),(3444,5206,5),(3445,5207,5),(3446,5208,5),(3447,5209,5),(3448,5210,5),(3449,5211,5),(3450,5212,5),(3451,5213,5),(3452,5214,5),(3453,5215,5),(3454,5216,5),(3455,5217,5),(3456,5218,5),(3457,5219,5),(3458,5220,5),(3459,5221,5),(3460,5222,5),(3461,5223,5),(3462,5224,5),(3463,5225,5),(3464,5226,5),(3465,5227,5),(3466,5228,5),(3467,5229,5),(3468,5230,5),(3469,5231,5),(3470,5232,5),(3471,5233,5),(3472,5234,5),(3473,5235,5),(3474,5236,5),(3475,5237,5),(3476,5238,5),(3477,5239,5),(3478,5240,5),(3479,5241,5),(3480,5242,5),(3481,5243,5),(3482,5244,5),(3483,5245,5),(3484,5246,5),(3485,5247,5),(3486,5248,5),(3487,5249,5),(3488,5250,5),(3489,5251,5),(3490,5252,5),(3491,5253,5),(3492,5254,5),(3493,5255,5),(3494,5256,5),(3495,5257,5),(3496,5258,5),(3497,5259,5),(3498,5260,5),(3499,5261,5),(3500,5262,5),(3501,5263,5),(3502,5264,5),(3503,5265,5),(3504,5266,5),(3505,5267,5),(3506,5268,5),(3507,5269,5),(3508,5270,5),(3509,5271,5),(3510,5272,5),(3511,5273,5),(3512,5274,5),(3513,5275,5),(3514,5276,5),(3515,5277,5),(3516,5278,5),(3517,5279,5),(3518,5280,5),(3519,5281,5),(3520,5282,5),(3521,5283,5),(3522,5284,5),(3523,5285,5),(3524,5286,5),(3525,5287,5),(3526,5288,5),(3527,5289,5),(3528,5290,5),(3529,5291,5),(3530,5292,5),(3531,5293,5),(3532,5294,5),(3533,5295,5),(3534,5296,5),(3535,5297,5),(3536,5298,5),(3537,5299,5),(3538,5300,5),(3539,5301,5),(3540,5302,5),(3541,5303,5),(3542,5304,5),(3543,5305,5),(3544,5306,5),(3545,5307,5),(3546,5308,5),(3547,5309,5),(3548,5310,5),(3549,5311,5),(3550,572,5),(3551,573,5),(3552,574,5),(3553,575,5),(3554,576,5),(3555,577,5),(3556,578,5),(3557,579,5),(3558,580,5),(3559,581,5),(3560,582,5),(3561,583,5),(3562,584,5),(3563,585,5),(3564,586,5),(3565,587,5),(3566,588,5),(3567,589,5),(3568,590,5),(3569,591,5),(3570,592,5),(3571,593,5),(3572,594,5),(3573,595,5),(3574,596,5),(3575,597,5),(3576,598,5),(3577,599,5),(3578,600,5),(3579,601,5),(3580,602,5),(3581,603,5),(3582,604,5),(3583,605,5),(3584,606,5),(3585,607,5),(3586,608,5),(3587,609,5),(3588,610,5),(3589,611,5),(3590,612,5),(3591,613,5),(3592,614,5),(3593,615,5),(3594,616,5),(3595,617,5),(3596,618,5),(3597,619,5),(3598,620,5),(3599,621,5),(3600,622,5),(3601,623,5),(3602,624,5),(3603,625,5),(3604,626,5),(3605,627,5),(3606,628,5),(3607,629,5),(3608,630,5),(3609,631,5),(3610,632,5),(3611,633,5),(3612,634,5),(3613,635,5),(3614,636,5),(3615,554,5),(3616,637,5),(3617,638,5),(3618,639,5),(3619,640,5),(3620,641,5),(3621,642,5),(3622,643,5),(3623,644,5),(3624,645,5),(3625,646,5),(3626,647,5),(3627,648,5),(3628,649,5),(3629,650,5),(3630,651,5),(3631,652,5),(3632,653,5),(3633,654,5),(3634,655,5),(3635,656,5),(3636,657,5),(3637,658,5),(3638,659,5),(3639,660,5),(3640,661,5),(3641,662,5),(3642,663,5),(3643,664,5),(3644,665,5),(3645,666,5),(3646,667,5),(3647,668,5),(3648,669,5),(3649,670,5),(3650,671,5),(3651,672,5),(3652,673,5),(3653,674,5),(3654,675,5),(3655,676,5),(3656,677,5),(3657,678,5),(3658,679,5),(3659,680,5),(3660,681,5),(3661,682,5),(3662,683,5),(3663,684,5),(3664,685,5),(3665,686,5),(3666,687,5),(3667,688,5),(3668,689,5),(3669,690,5),(3670,691,5),(3671,692,5),(3672,693,5),(3673,694,5),(3674,695,5),(3675,696,5),(3676,697,5),(3677,698,5),(3678,699,5),(3679,700,5),(3680,701,5),(3681,702,5),(3682,703,5),(3683,704,5),(3684,705,5),(3685,706,5),(3686,707,5),(3687,708,5),(3688,709,5),(3689,710,5),(3690,711,5),(3691,712,5),(3692,713,5),(3693,714,5),(3694,715,5),(3695,716,5),(3696,717,5),(3697,718,5),(3698,719,5),(3699,720,5),(3700,721,5),(3701,722,5),(3702,723,5),(3703,724,5),(3704,566,5),(3705,567,5),(3706,568,5),(3707,569,5),(3708,725,5),(3709,726,5),(3710,727,5),(3711,728,5),(3712,729,5),(3713,730,5),(3714,731,5),(3715,732,5),(3716,733,5),(3717,734,5),(3718,735,5),(3719,736,5),(3720,737,5),(3721,738,5),(3722,739,5),(3723,740,5),(3724,741,5),(3725,742,5),(3726,743,5),(3727,744,5),(3728,745,5),(3729,746,5),(3730,747,5),(3731,748,5),(3732,749,5),(3733,750,5),(3734,751,5),(3735,752,5),(3736,753,5),(3737,754,5),(3738,755,5),(3739,756,5),(3740,757,5),(3741,758,5),(3742,759,5),(3743,760,5),(3744,761,5),(3745,762,5),(3746,763,5),(3747,764,5),(3748,765,5),(3749,766,5),(3750,767,5),(3751,768,5),(3752,4020,5),(3753,4021,5),(3754,4022,5),(3755,4023,5),(3756,4024,5),(3757,4025,5),(3758,4026,5),(3759,4027,5),(3760,4028,5),(3761,4029,5),(3762,4030,5),(3763,769,5),(3764,770,5),(3765,771,5),(3766,772,5),(3767,773,5),(3768,774,5),(3769,775,5),(3770,776,5),(3771,777,5),(3772,778,5),(3773,779,5),(3774,780,5),(3775,781,5),(3776,782,5),(3777,783,5),(3778,784,5),(3779,785,5),(3780,786,5),(3781,787,5),(3782,788,5),(3783,789,5),(3784,790,5),(3785,791,5),(3786,792,5),(3787,793,5),(3788,794,5),(3789,795,5),(3790,796,5),(3791,797,5),(3792,798,5),(3793,799,5),(3794,800,5),(3795,801,5),(3796,802,5),(3797,803,5),(3798,804,5),(3799,805,5),(3800,806,5),(3801,807,5),(3802,808,5),(3803,809,5),(3804,810,5),(3805,811,5),(3806,812,5),(3807,813,5),(3808,814,5),(3809,815,5),(3810,816,5),(3811,817,5),(3812,818,5),(3813,819,5),(3814,820,5),(3815,821,5),(3816,822,5),(3817,823,5),(3818,824,5),(3819,825,5),(3820,826,5),(3821,827,5),(3822,828,5),(3823,829,5),(3824,830,5),(3825,831,5),(3826,832,5),(3827,833,5),(3828,4621,5),(3829,834,5),(3830,835,5),(3831,4569,5),(3832,836,5),(3833,837,5),(3834,838,5),(3835,839,5),(3836,840,5),(3837,841,5),(3838,842,5),(3839,843,5),(3840,844,5),(3841,845,5),(3842,846,5),(3843,847,5),(3844,848,5),(3845,849,5),(3846,850,5),(3847,851,5),(3848,852,5),(3849,853,5),(3850,854,5),(3851,855,5),(3852,856,5),(3853,857,5),(3854,858,5),(3855,859,5),(3856,860,5),(3857,861,5),(3858,862,5),(3859,863,5),(3860,864,5),(3861,865,5),(3862,866,5),(3863,867,5),(3864,868,5),(3865,869,5),(3866,870,5),(3867,871,5),(3868,872,5),(3869,873,5),(3870,874,5),(3871,875,5),(3872,876,5),(3873,877,5),(3874,878,5),(3875,879,5),(3876,880,5),(3877,881,5),(3878,882,5),(3879,883,5),(3880,884,5),(3881,885,5),(3882,886,5),(3883,887,5),(3884,888,5),(3885,889,5),(3886,890,5),(3887,891,5),(3888,892,5),(3889,893,5),(3890,894,5),(3891,895,5),(3892,896,5),(3893,897,5),(3894,898,5),(3895,899,5),(3896,900,5),(3897,901,5),(3898,902,5),(3899,903,5),(3900,904,5),(3901,905,5),(3902,906,5),(3903,907,5),(3904,908,5),(3905,909,5),(3906,910,5),(3907,911,5),(3908,912,5),(3909,913,5),(3910,914,5),(3911,915,5),(3912,916,5),(3913,917,5),(3914,918,5),(3915,919,5),(3916,920,5),(3917,921,5),(3918,922,5),(3919,923,5),(3920,924,5),(3921,925,5),(3922,926,5),(3923,927,5),(3924,928,5),(3925,929,5),(3926,930,5),(3927,931,5),(3928,932,5),(3929,933,5),(3930,934,5),(3931,935,5),(3932,936,5),(3933,937,5),(3934,938,5),(3935,939,5),(3936,940,5),(3937,941,5),(3938,942,5),(3939,943,5),(3940,944,5),(3941,945,5),(3942,946,5),(3943,947,5),(3944,948,5),(3945,949,5),(3946,950,5),(3947,951,5),(3948,952,5),(3949,953,5),(3950,954,5),(3951,955,5),(3952,956,5),(3953,957,5),(3954,958,5),(3955,959,5),(3956,960,5),(3957,961,5),(3958,962,5),(3959,963,5),(3960,964,5),(3961,965,5),(3962,966,5),(3963,967,5),(3964,968,5),(3965,969,5),(3966,970,5),(3967,971,5),(3968,972,5),(3969,973,5),(3970,974,5),(3971,975,5),(3972,976,5),(3973,977,5),(3974,978,5),(3975,979,5),(3976,980,5),(3977,981,5),(3978,982,5),(3979,983,5),(3980,984,5),(3981,985,5),(3982,986,5),(3983,987,5),(3984,988,5),(3985,989,5),(3986,990,5),(3987,991,5),(3988,992,5),(3989,993,5),(3990,994,5),(3991,995,5),(3992,996,5),(3993,997,5),(3994,998,5),(3995,999,5),(3996,1000,5),(3997,1001,5),(3998,1002,5),(3999,1003,5),(4000,1004,5),(4001,1005,5),(4002,1006,5),(4003,1007,5),(4004,1008,5),(4005,1009,5),(4006,1010,5),(4007,1011,5),(4008,1012,5),(4009,1013,5),(4010,1014,5),(4011,1015,5),(4012,1016,5),(4013,1017,5),(4014,1018,5),(4015,1019,5),(4016,1020,5),(4017,1021,5),(4018,1022,5),(4019,1023,5),(4020,1024,5),(4021,1025,5),(4022,1026,5),(4023,1027,5),(4024,1028,5),(4025,1029,5),(4026,1030,5),(4027,1031,5),(4028,1032,5),(4029,1033,5),(4030,1034,5),(4031,1035,5),(4032,1036,5),(4033,1037,5),(4034,1038,5),(4035,1039,5),(4036,1040,5),(4037,1041,5),(4038,1042,5),(4039,1043,5),(4040,1044,5),(4041,1045,5),(4042,1046,5),(4043,1047,5),(4044,1048,5),(4045,1049,5),(4046,1050,5),(4047,1051,5),(4048,1052,5),(4049,1053,5),(4050,1054,5),(4051,5312,5),(4052,5313,5),(4053,5314,5),(4054,5315,5),(4055,5316,5),(4056,5317,5),(4057,5318,5),(4058,5319,5),(4059,5320,5),(4060,5321,5),(4061,5322,5),(4062,5323,5),(4063,5324,5),(4064,5325,5),(4065,5326,5),(4066,5327,5),(4067,5328,5),(4068,5348,5),(4069,5186,5),(4070,5349,5),(4071,5187,5),(4072,5188,5),(4073,5189,5),(4074,5190,5),(4075,5191,5),(4076,5192,5),(4077,5193,5),(4078,5194,5),(4079,5195,5),(4080,5556,5),(4081,5557,5),(4082,5558,5),(4083,5559,5),(4084,5560,5),(4085,5561,5),(4086,5562,5),(4087,5563,5),(4088,5564,5),(4089,5565,5),(4090,5566,5),(4091,5567,5),(4092,5568,5),(4093,5569,5),(4094,5570,5),(4095,5571,5),(4096,5572,5),(4097,5573,5),(4098,5574,5),(4099,5575,5),(4100,5576,5),(4101,5577,5),(4102,5578,5),(4103,5579,5),(4104,5580,5),(4105,5581,5),(4106,5582,5),(4107,5583,5),(4108,5584,5),(4109,5585,5),(4110,5586,5),(4111,5587,5),(4112,5588,5),(4113,5589,5),(4114,5590,5),(4115,5591,5),(4116,5592,5),(4117,5638,5),(4118,5639,5),(4119,5640,5),(4120,5641,5),(4121,5642,5),(4122,5643,5),(4123,5644,5),(4124,5645,5),(4125,5646,5),(4126,5647,5),(4127,5648,5),(4128,5649,5),(4129,5650,5),(4130,5651,5),(4131,5652,5),(4132,5653,5),(4133,5654,5),(4134,5655,5),(4135,5656,5),(4136,5657,5),(4137,5658,5),(4138,5659,5),(4139,5660,5),(4140,5661,5),(4141,5662,5),(4142,5663,5),(4143,5664,5),(4144,5665,5),(4145,5666,5),(4146,5667,5),(4147,5668,5),(4148,5669,5),(4149,5670,5),(4150,5671,5),(4151,5672,5),(4152,5673,5),(4153,5674,5),(4154,5675,5),(4155,5676,5),(4156,5677,5),(4157,5678,5),(4158,5679,5),(4159,5680,5),(4160,5681,5),(4161,5682,5),(4162,5683,5),(4163,5684,5),(4164,5685,5),(4165,5686,5),(4166,5687,5),(4167,5688,5),(4168,5689,5),(4169,5690,5),(4170,5691,5),(4171,5692,5),(4172,5693,5),(4173,5694,5),(4174,5695,5),(4175,5696,5),(4176,5697,5),(4177,5698,5),(4178,5699,5),(4179,5700,5),(4180,5701,5),(4181,5702,5),(4182,5703,5),(4183,5704,5),(4184,5705,5),(4185,5706,5),(4186,5707,5),(4187,5708,5),(4188,5709,5),(4189,5710,5),(4190,5711,5),(4191,5712,5),(4192,5713,5),(4193,5714,5),(4194,5715,5),(4195,5716,5),(4196,5717,5),(4197,5718,5),(4198,5719,5),(4199,5720,5),(4200,5721,5),(4201,5722,5),(4202,5723,5),(4203,5724,5),(4204,5725,5),(4205,5726,5),(4206,5727,5),(4207,5728,5),(4208,5729,5),(4209,5730,5),(4210,5731,5),(4211,5828,5),(4212,5829,5),(4213,5830,5),(4214,5831,5),(4215,5832,5),(4216,5833,5),(4217,5834,5),(4218,5835,5),(4219,5836,5),(4220,5846,5),(4221,5847,5),(4222,5848,5),(4223,5849,5),(4224,5850,5),(4225,5858,5),(4226,5859,5),(4227,5860,5),(4228,5861,5),(4229,5862,5),(4230,5863,5),(4231,5864,5),(4232,5865,5),(4233,5329,5),(4234,5330,5),(4235,5331,5),(4236,5332,5),(4237,5333,5),(4238,1055,5),(4239,1056,5),(4240,512,5),(4241,516,5),(4242,428,5),(4243,455,5),(4244,361,5),(4245,526,5),(4246,447,5),(4247,403,5),(4248,368,5),(4249,534,5),(4250,435,5),(4251,475,5),(4252,316,5),(4253,450,5),(4254,301,5),(4255,520,5),(4256,415,5),(4257,448,5),(4258,438,5),(4259,456,5),(4260,465,5),(4261,528,5),(4262,386,5),(4263,331,5),(4264,345,5),(4265,519,5),(4266,326,5),(4267,420,5),(4268,294,5),(4269,489,5),(4270,397,5),(4271,193,5),(4272,194,5),(4273,1057,5),(4274,195,5),(4275,1058,5),(4276,464,5),(4277,1059,5),(4278,1060,5),(4279,1061,5),(4280,1062,5),(4281,1063,5),(4282,1064,5),(4283,1065,5),(4284,1066,5),(4285,1067,5),(4286,1068,5),(4287,562,5),(4288,560,5),(4289,1069,5),(4290,1070,5),(4291,557,5),(4292,559,5),(4293,1071,5),(4294,1072,5),(4295,1073,5),(4296,399,5),(4297,196,5),(4298,10,5),(4299,11,5),(4300,12,5),(4301,13,5),(4302,14,5),(4303,15,5),(4304,16,5),(4305,17,5),(4306,18,5),(4307,19,5),(4308,20,5),(4309,21,5),(4310,22,5),(4311,23,5),(4312,24,5),(4313,25,5),(4314,26,5),(4315,27,5),(4316,28,5),(4317,29,5),(4318,1074,5),(4319,1075,5),(4320,1076,5),(4321,1077,5),(4322,1078,5),(4323,1079,5),(4324,1080,5),(4325,4211,5),(4326,4212,5),(4327,4240,5),(4328,4241,5),(4329,4656,5),(4330,4657,5),(4331,4639,5),(4332,4640,5),(4333,4641,5),(4334,4642,5),(4335,4643,5),(4336,4644,5),(4337,4645,5),(4338,4646,5),(4339,4647,5),(4340,4648,5),(4341,4649,5),(4342,4650,5),(4343,4651,5),(4344,4652,5),(4345,4653,5),(4346,4654,5),(4347,4899,5),(4348,1081,5),(4349,1082,5),(4350,1083,5),(4351,1084,5),(4352,1085,5),(4353,1086,5),(4354,1087,5),(4355,1088,5),(4356,1089,5),(4357,1090,5),(4358,1091,5),(4359,4861,5),(4360,4862,5),(4361,4863,5),(4362,4864,5),(4363,4865,5),(4364,4866,5),(4365,4867,5),(4366,4868,5),(4367,2,5),(4368,6030,5),(4369,1343,5),(4370,1092,5),(4371,1093,5),(4372,4101,5),(4373,1497,5),(4374,1498,5),(4375,2659,5),(4376,3532,5),(4377,3533,5),(4378,3534,5),(4379,2660,5),(4380,1379,4),(4381,1380,4),(4382,1381,4),(4383,1382,4),(4384,1383,4),(4385,1384,4),(4386,1385,4),(4387,1386,4),(4388,1291,6),(4389,1292,6),(4390,1293,6),(4391,1294,6),(4392,1295,6),(4393,3906,6),(4394,1297,6),(4395,1298,6),(4396,1240,6),(4397,1299,6),(4398,1300,6),(4399,1301,6),(4400,1302,6),(4401,1303,6),(4402,1304,6),(4403,1305,6),(4404,1306,6),(4405,1307,6),(4406,1308,6),(4407,3653,6),(4408,1309,6),(4409,1310,6),(4410,1311,6),(4411,1312,6),(4412,1313,6),(4413,1314,6),(4414,1315,6),(4415,1316,6),(4416,1317,6),(4417,1318,6),(4418,1319,6),(4419,1320,6),(4420,1321,6),(4421,1322,6),(4422,1323,6),(4423,1324,6),(4424,1325,6),(4425,1326,6),(4426,1327,6),(4427,3594,6),(4428,4242,6),(4429,4243,6),(4430,4244,6),(4431,4245,6),(4432,4246,6),(4433,4247,6),(4434,86,6),(4435,83,6),(4436,87,6),(4437,4595,6),(4438,4596,6),(4439,4597,6),(4440,4598,6),(4441,4599,6),(4442,4600,6),(4443,4601,6),(4444,4602,6),(4445,4603,6),(4446,4604,6),(4447,1328,6),(4448,6160,6),(4449,1330,6),(4450,1331,6),(4451,1332,6),(4452,1333,6),(4453,1334,6),(4454,1335,6),(4455,1336,6),(4456,5339,6),(4457,5340,6),(4458,5341,6),(4459,6056,6),(4460,5342,6),(4461,5343,6),(4462,5344,6),(4463,5345,6),(4464,1337,6),(4465,1338,6),(4466,1339,6),(4467,5347,6),(4468,1340,6),(4469,1341,6),(4470,1218,6),(4471,1219,6),(4472,1220,6),(4473,1221,6),(4474,1222,6),(4475,1223,6),(4476,1224,6),(4477,1225,6),(4478,1226,6),(4479,1227,6),(4480,1228,6),(4481,1229,6),(4482,1230,6),(4483,1231,6),(4484,1232,6),(4485,1233,6),(4486,1234,6),(4487,1235,6),(4488,1236,6),(4489,1237,6),(4490,1238,6),(4491,1239,6),(4492,1241,6),(4493,1242,6),(4494,1243,6),(4495,1244,6),(4496,1245,6),(4497,1246,6),(4498,1247,6),(4499,1248,6),(4500,1249,6),(4501,1250,6),(4502,1251,6),(4503,1252,6),(4504,1253,6),(4505,1254,6),(4506,1255,6),(4507,1256,6),(4508,1257,6),(4509,1258,6),(4510,1259,6),(4511,1260,6),(4512,1261,6),(4513,1262,6),(4514,1263,6),(4515,1264,6),(4516,1265,6),(4517,1266,6),(4518,1267,6),(4519,1268,6),(4520,1269,6),(4521,1270,6),(4522,1271,6),(4523,1272,6),(4524,1273,6),(4525,1274,6),(4526,1275,6),(4527,1276,6),(4528,1277,6),(4529,1278,6),(4530,1279,6),(4531,1280,6),(4532,1281,6),(4533,1282,6),(4534,1283,6),(4535,1284,6),(4536,1285,6),(4537,5398,6),(4538,5732,6),(4539,5851,6),(4540,1286,6),(4541,1287,6),(4542,4248,6),(4543,4249,6),(4544,4250,6),(4545,4251,6),(4546,4252,6),(4547,4253,6),(4548,4254,6),(4549,4255,6),(4550,4256,6),(4551,4257,6),(4552,4258,6),(4553,4259,6),(4554,4620,6),(4555,4260,6),(4556,4261,6),(4557,1288,6),(4558,1289,6),(4559,1290,6),(4560,1342,6),(4561,1343,6),(4562,1344,6),(4563,2664,6),(4564,2665,6),(4565,2666,6),(4566,2667,6),(4567,2668,6),(4568,2669,6),(4569,2670,6),(4570,2671,6),(4571,2672,6),(4572,2673,6),(4573,2674,6),(4574,1345,6),(4575,1346,6),(4576,1347,6),(4577,1348,6),(4578,1092,6),(4579,5350,6),(4580,5351,6),(4581,5352,6),(4582,5353,6),(4583,5354,6),(4584,5355,6),(4585,5356,6),(4586,5357,6),(4587,1349,6),(4588,1350,6),(4589,1351,6),(4590,1352,6),(4591,1353,6),(4592,1354,6),(4593,1355,6),(4594,1356,6),(4595,1357,6),(4596,1358,6),(4597,1359,6),(4598,1360,6),(4599,1361,6),(4600,1362,6),(4601,1363,6),(4602,1364,6),(4603,1365,6),(4604,1366,6),(4605,1367,6),(4606,1368,6),(4607,1369,6),(4608,4993,6),(4609,4994,6),(4610,5358,6),(4611,5359,6),(4612,1523,6),(4613,1524,6),(4614,1525,6),(4615,1526,6),(4616,1370,6),(4617,1371,6),(4618,1372,6),(4619,1373,6),(4620,1374,6),(4621,1375,6),(4622,6057,6),(4623,3349,6),(4624,3350,6),(4625,3351,6),(4626,3352,6),(4627,3353,6),(4628,3354,6),(4629,3355,6),(4630,3356,6),(4631,3357,6),(4632,3358,6),(4633,3359,6),(4634,3360,6),(4635,3361,6),(4636,3362,6),(4637,3363,6),(4638,3364,6),(4639,3365,6),(4640,3366,6),(4641,3367,6),(4642,3368,6),(4643,3369,6),(4644,3370,6),(4645,3371,6),(4646,3372,6),(4647,3373,6),(4648,3374,6),(4649,3375,6),(4650,3376,6),(4651,3377,6),(4652,3378,6),(4653,3379,6),(4654,2765,6),(4655,3380,6),(4656,3381,6),(4657,3382,6),(4658,3383,6),(4659,3384,6),(4660,3385,6),(4661,3386,6),(4662,3387,6),(4663,3388,6),(4664,3389,6),(4665,3390,6),(4666,3391,6),(4667,3392,6),(4668,3393,6),(4669,3394,6),(4670,3395,6),(4671,3396,6),(4672,3136,6),(4673,3397,6),(4674,2734,6),(4675,3398,6),(4676,3399,6),(4677,3400,6),(4678,3401,6),(4679,3402,6),(4680,3403,6),(4681,3404,6),(4682,3405,6),(4683,1413,6),(4684,3406,6),(4685,3407,6),(4686,3408,6),(4687,3409,6),(4688,3410,6),(4689,3411,6),(4690,3412,6),(4691,3413,6),(4692,3414,6),(4693,3415,6),(4694,3416,6),(4695,3417,6),(4696,3418,6),(4697,3419,6),(4698,2774,6),(4699,3420,6),(4700,3421,6),(4701,3422,6),(4702,3423,6),(4703,3425,6),(4704,2823,6),(4705,3426,6),(4706,3427,6),(4707,3428,6),(4708,3429,6),(4709,3431,6),(4710,3432,6),(4711,3433,6),(4712,3434,6),(4713,3435,6),(4714,3424,6),(4715,3438,6),(4716,3439,6),(4717,3440,6),(4718,1426,6),(4719,3436,6),(4720,3437,6),(4721,3441,6),(4722,3442,6),(4723,3443,6),(4724,3444,6),(4725,3445,6),(4726,3446,6),(4727,3447,6),(4728,3448,6),(4729,3449,6),(4730,3450,6),(4731,3451,6),(4732,3452,6),(4733,3453,6),(4734,3454,6),(4735,3455,6),(4736,3456,6),(4737,3457,6),(4738,3458,6),(4739,2537,6),(4740,3459,6),(4741,1488,6),(4742,1489,6),(4743,1490,6),(4744,1491,6),(4745,1492,6),(4746,2880,7),(4747,2881,7),(4748,2882,7),(4749,2883,7),(4750,2884,7),(4751,2885,7),(4752,2886,7),(4753,2887,7),(4754,2888,7),(4755,2889,7),(4756,2890,7),(4757,2891,7),(4758,2892,7),(4759,2893,7),(4760,2894,7),(4761,2895,7),(4762,2896,7),(4763,2897,7),(4764,2898,7),(4765,2899,7),(4766,2664,7),(4767,2665,7),(4768,2666,7),(4769,2667,7),(4770,2668,7),(4771,2669,7),(4772,2670,7),(4773,2671,7),(4774,2900,7),(4775,2901,7),(4776,2902,7),(4777,2903,7),(4778,2904,7),(4779,2905,7),(4780,2906,7),(4781,2907,7),(4782,2908,7),(4783,2909,7),(4784,2910,7),(4785,2911,7),(4786,2912,7),(4787,2913,7),(4788,2914,7),(4789,2915,7),(4790,2916,7),(4791,2917,7),(4792,2918,7),(4793,2919,7),(4794,2920,7),(4795,2921,7),(4796,2922,7),(4797,2923,7),(4798,2924,7),(4799,2925,7),(4800,2926,7),(4801,2927,7),(4802,2928,7),(4803,2929,7),(4804,2930,7),(4805,2931,7),(4806,2932,7),(4807,2933,7),(4808,2934,7),(4809,2935,7),(4810,2936,7),(4811,2937,7),(4812,2938,7),(4813,2939,7),(4814,2940,7),(4815,2941,7),(4816,2942,7),(4817,2943,7),(4818,2944,7),(4819,2945,7),(4820,2946,7),(4821,2947,7),(4822,2948,7),(4823,2949,7),(4824,2950,7),(4825,2951,7),(4826,2952,7),(4827,2953,7),(4828,2954,7),(4829,2955,7),(4830,2956,7),(4831,2957,7),(4832,2958,7),(4833,2959,7),(4834,2960,7),(4835,2961,7),(4836,2962,7),(4837,2963,7),(4838,2964,7),(4839,2965,7),(4840,2966,7),(4841,2967,7),(4842,2968,7),(4843,2969,7),(4844,2970,7),(4845,2971,7),(4846,2972,7),(4847,2973,7),(4848,2974,7),(4849,2975,7),(4850,2976,7),(4851,2977,7),(4852,2978,7),(4853,2979,7),(4854,2980,7),(4855,2981,7),(4856,2982,7),(4857,2983,7),(4858,2984,7),(4859,2985,7),(4860,2986,7),(4861,2987,7),(4862,2988,7),(4863,2989,7),(4864,2990,7),(4865,2991,7),(4866,2992,7),(4867,2993,7),(4868,2994,7),(4869,2995,7),(4870,2996,7),(4871,2997,7),(4872,2998,7),(4873,2999,7),(4874,3000,7),(4875,3001,7),(4876,3002,7),(4877,3003,7),(4878,3004,7),(4879,3005,7),(4880,3006,7),(4881,3007,7),(4882,3008,7),(4883,3009,7),(4884,3010,7),(4885,3011,7),(4886,3012,7),(4887,3013,7),(4888,3014,7),(4889,3015,7),(4890,3016,7),(4891,3017,7),(4892,3018,7),(4893,3019,7),(4894,3020,7),(4895,3021,7),(4896,3022,7),(4897,3023,7),(4898,3024,7),(4899,3025,7),(4900,3026,7),(4901,3027,7),(4902,3028,7),(4903,3029,7),(4904,3030,7),(4905,3031,7),(4906,3032,7),(4907,3033,7),(4908,3034,7),(4909,3035,7),(4910,3036,7),(4911,3037,7),(4912,3038,7),(4913,3039,7),(4914,3040,7),(4915,3041,7),(4916,3042,7),(4917,3043,7),(4918,3044,7),(4919,3045,7),(4920,3046,7),(4921,3047,7),(4922,3048,7),(4923,3049,7),(4924,3050,7),(4925,3051,7),(4926,3052,7),(4927,3053,7),(4928,3054,7),(4929,3055,7),(4930,3056,7),(4931,3057,7),(4932,3058,7),(4933,3059,7),(4934,3060,7),(4935,3061,7),(4936,3062,7),(4937,3063,7),(4938,3064,7),(4939,3065,7),(4940,3066,7),(4941,3067,7),(4942,3068,7),(4943,3069,7),(4944,3070,7),(4945,3071,7),(4946,3072,7),(4947,3073,7),(4948,3074,7),(4949,1291,8),(4950,1292,8),(4951,1293,8),(4952,1294,8),(4953,1295,8),(4954,3906,8),(4955,1297,8),(4956,1298,8),(4957,1240,8),(4958,1299,8),(4959,1300,8),(4960,1301,8),(4961,1302,8),(4962,1303,8),(4963,1304,8),(4964,1305,8),(4965,1306,8),(4966,1307,8),(4967,1308,8),(4968,3653,8),(4969,1309,8),(4970,1310,8),(4971,1311,8),(4972,1312,8),(4973,1313,8),(4974,1314,8),(4975,1315,8),(4976,1316,8),(4977,1317,8),(4978,1318,8),(4979,1319,8),(4980,1320,8),(4981,1321,8),(4982,1322,8),(4983,1323,8),(4984,1324,8),(4985,1325,8),(4986,1326,8),(4987,1327,8),(4988,3594,8),(4989,4242,8),(4990,4243,8),(4991,4244,8),(4992,4245,8),(4993,4246,8),(4994,4247,8),(4995,86,8),(4996,83,8),(4997,87,8),(4998,4595,8),(4999,4596,8),(5000,4597,8),(5001,4598,8),(5002,4599,8),(5003,4600,8),(5004,4601,8),(5005,4602,8),(5006,4603,8),(5007,4604,8),(5008,1328,8),(5009,6160,8),(5010,1330,8),(5011,1331,8),(5012,1332,8),(5013,1333,8),(5014,1334,8),(5015,1335,8),(5016,1336,8),(5017,5339,8),(5018,5340,8),(5019,5341,8),(5020,6056,8),(5021,5342,8),(5022,5343,8),(5023,5344,8),(5024,5345,8),(5025,1337,8),(5026,1338,8),(5027,1339,8),(5028,5347,8),(5029,1340,8),(5030,1341,8),(5031,1218,8),(5032,1219,8),(5033,1220,8),(5034,1221,8),(5035,1222,8),(5036,1223,8),(5037,1224,8),(5038,1225,8),(5039,1226,8),(5040,1227,8),(5041,1228,8),(5042,1229,8),(5043,1230,8),(5044,1231,8),(5045,1232,8),(5046,1233,8),(5047,1234,8),(5048,1235,8),(5049,1236,8),(5050,1237,8),(5051,1238,8),(5052,1239,8),(5053,1241,8),(5054,1242,8),(5055,1243,8),(5056,1244,8),(5057,1245,8),(5058,1246,8),(5059,1247,8),(5060,1248,8),(5061,1249,8),(5062,1250,8),(5063,1251,8),(5064,1252,8),(5065,1253,8),(5066,1254,8),(5067,1255,8),(5068,1256,8),(5069,1257,8),(5070,1258,8),(5071,1259,8),(5072,1260,8),(5073,1261,8),(5074,1262,8),(5075,1263,8),(5076,1264,8),(5077,1265,8),(5078,1266,8),(5079,1267,8),(5080,1268,8),(5081,1269,8),(5082,1270,8),(5083,1271,8),(5084,1272,8),(5085,1273,8),(5086,1274,8),(5087,1275,8),(5088,1276,8),(5089,1277,8),(5090,1278,8),(5091,1279,8),(5092,1280,8),(5093,1281,8),(5094,1282,8),(5095,1283,8),(5096,1284,8),(5097,1285,8),(5098,5398,8),(5099,5732,8),(5100,5851,8),(5101,1286,8),(5102,1287,8),(5103,4248,8),(5104,4249,8),(5105,4250,8),(5106,4251,8),(5107,4252,8),(5108,4253,8),(5109,4254,8),(5110,4255,8),(5111,4256,8),(5112,4257,8),(5113,4258,8),(5114,4259,8),(5115,4620,8),(5116,4260,8),(5117,4261,8),(5118,1288,8),(5119,1289,8),(5120,1290,8),(5121,1500,8),(5122,1501,8),(5123,1510,8),(5124,1511,8),(5125,1512,8),(5126,1513,8),(5127,1514,8),(5128,1515,8),(5129,1516,8),(5130,1517,8),(5131,1518,8),(5132,1519,8),(5133,1520,8),(5134,1521,8),(5135,1522,8),(5136,1342,8),(5137,1343,8),(5138,1344,8),(5139,1523,8),(5140,1345,8),(5141,1346,8),(5142,1347,8),(5143,1348,8),(5144,1092,8),(5145,1349,8),(5146,1350,8),(5147,1351,8),(5148,1352,8),(5149,1353,8),(5150,1354,8),(5151,1355,8),(5152,1356,8),(5153,1357,8),(5154,1358,8),(5155,1359,8),(5156,1360,8),(5157,1361,8),(5158,1362,8),(5159,1363,8),(5160,1364,8),(5161,1365,8),(5162,1366,8),(5163,1367,8),(5164,1368,8),(5165,1369,8),(5166,4993,8),(5167,4994,8),(5168,5358,8),(5169,5359,8),(5170,1524,8),(5171,1525,8),(5172,1526,8),(5173,1370,8),(5174,1371,8),(5175,1372,8),(5176,1527,8),(5177,1529,8),(5178,59,8),(5179,60,8),(5180,66,8),(5181,1531,8),(5182,1532,8),(5183,1533,8),(5184,1534,8),(5185,65,8),(5186,1536,8),(5187,1373,8),(5188,1374,8),(5189,1375,8),(5190,6057,8),(5191,1537,8),(5192,2111,8),(5193,1539,8),(5194,1540,8),(5195,1542,8),(5196,78,8),(5197,1543,8),(5198,1544,8),(5199,1545,8),(5200,1546,8),(5201,1547,8),(5202,1548,8),(5203,1549,8),(5204,1551,8),(5205,1552,8),(5206,1553,8),(5207,1554,8),(5208,1555,8),(5209,1556,8),(5210,1557,8),(5211,1558,8),(5212,1559,8),(5213,1560,8),(5214,1561,8),(5215,1562,8),(5216,1563,8),(5217,1564,8),(5218,1565,8),(5219,1566,8),(5220,1572,8),(5221,1587,8),(5222,1094,8),(5223,1588,8),(5224,1589,8),(5225,1590,8),(5226,1591,8),(5227,1592,8),(5228,1593,8),(5229,1594,8),(5230,1596,8),(5231,1597,8),(5232,1604,8),(5233,1605,8),(5234,1606,8),(5235,1607,8),(5236,1608,8),(5237,1609,8),(5238,1488,8),(5239,1489,8),(5240,68,8),(5241,61,8),(5242,69,8),(5243,70,8),(5244,71,8),(5245,72,8),(5246,62,8),(5247,74,8),(5248,75,8),(5249,76,8),(5250,1490,8),(5251,1491,8),(5252,1492,8),(5253,1291,9),(5254,1292,9),(5255,1293,9),(5256,1294,9),(5257,1295,9),(5258,3906,9),(5259,1297,9),(5260,1298,9),(5261,1240,9),(5262,1299,9),(5263,1300,9),(5264,1301,9),(5265,1302,9),(5266,1303,9),(5267,1304,9),(5268,1305,9),(5269,1306,9),(5270,1307,9),(5271,1308,9),(5272,3653,9),(5273,1309,9),(5274,1310,9),(5275,1311,9),(5276,1312,9),(5277,1313,9),(5278,1314,9),(5279,1315,9),(5280,1316,9),(5281,1317,9),(5282,1318,9),(5283,1319,9),(5284,1320,9),(5285,1321,9),(5286,1322,9),(5287,1323,9),(5288,1324,9),(5289,1325,9),(5290,1326,9),(5291,1327,9),(5292,3594,9),(5293,4242,9),(5294,4243,9),(5295,4244,9),(5296,4245,9),(5297,4246,9),(5298,4247,9),(5299,86,9),(5300,83,9),(5301,87,9),(5302,4595,9),(5303,4596,9),(5304,4597,9),(5305,4598,9),(5306,4599,9),(5307,4600,9),(5308,4601,9),(5309,4602,9),(5310,4603,9),(5311,4604,9),(5312,1328,9),(5313,6160,9),(5314,1330,9),(5315,1331,9),(5316,1332,9),(5317,1333,9),(5318,1334,9),(5319,1335,9),(5320,1336,9),(5321,5339,9),(5322,5340,9),(5323,5341,9),(5324,6056,9),(5325,5342,9),(5326,5343,9),(5327,5344,9),(5328,5345,9),(5329,1337,9),(5330,1338,9),(5331,1339,9),(5332,5347,9),(5333,1340,9),(5334,1341,9),(5335,1218,9),(5336,1219,9),(5337,1220,9),(5338,1221,9),(5339,1222,9),(5340,1223,9),(5341,1224,9),(5342,1225,9),(5343,1226,9),(5344,1227,9),(5345,1228,9),(5346,1229,9),(5347,1230,9),(5348,1231,9),(5349,1232,9),(5350,1233,9),(5351,1234,9),(5352,1235,9),(5353,1236,9),(5354,1237,9),(5355,1238,9),(5356,1239,9),(5357,1241,9),(5358,1242,9),(5359,1243,9),(5360,1244,9),(5361,1245,9),(5362,1246,9),(5363,1247,9),(5364,1248,9),(5365,1249,9),(5366,1250,9),(5367,1251,9),(5368,1252,9),(5369,1253,9),(5370,1254,9),(5371,1255,9),(5372,1256,9),(5373,1257,9),(5374,1258,9),(5375,1259,9),(5376,1260,9),(5377,1261,9),(5378,1262,9),(5379,1263,9),(5380,1264,9),(5381,1265,9),(5382,1266,9),(5383,1267,9),(5384,1268,9),(5385,1269,9),(5386,1270,9),(5387,1271,9),(5388,1272,9),(5389,1273,9),(5390,1274,9),(5391,1275,9),(5392,1276,9),(5393,1277,9),(5394,1278,9),(5395,1279,9),(5396,1280,9),(5397,1281,9),(5398,1282,9),(5399,1283,9),(5400,1284,9),(5401,1285,9),(5402,5398,9),(5403,5732,9),(5404,5851,9),(5405,1286,9),(5406,1287,9),(5407,4248,9),(5408,4249,9),(5409,4250,9),(5410,4251,9),(5411,4252,9),(5412,4253,9),(5413,4254,9),(5414,4255,9),(5415,4256,9),(5416,4257,9),(5417,4258,9),(5418,4259,9),(5419,4620,9),(5420,4260,9),(5421,4261,9),(5422,1288,9),(5423,1289,9),(5424,1290,9),(5425,265,9),(5426,291,9),(5427,292,9),(5428,293,9),(5429,266,9),(5430,267,9),(5431,268,9),(5432,269,9),(5433,270,9),(5434,271,9),(5435,272,9),(5436,273,9),(5437,274,9),(5438,275,9),(5439,276,9),(5440,277,9),(5441,278,9),(5442,279,9),(5443,280,9),(5444,281,9),(5445,282,9),(5446,283,9),(5447,284,9),(5448,285,9),(5449,286,9),(5450,287,9),(5451,288,9),(5452,289,9),(5453,290,9),(5454,2199,9),(5455,1580,9),(5456,2200,9),(5457,2201,9),(5458,2202,9),(5459,2203,9),(5460,2204,9),(5461,2205,9),(5462,2206,9),(5463,2207,9),(5464,2208,9),(5465,2209,9),(5466,2210,9),(5467,2211,9),(5468,2212,9),(5469,2213,9),(5470,2214,9),(5471,32,9),(5472,33,9),(5473,34,9),(5474,35,9),(5475,36,9),(5476,37,9),(5477,38,9),(5478,1588,9),(5479,1342,9),(5480,1343,9),(5481,2226,9),(5482,2227,9),(5483,2228,9),(5484,2229,9),(5485,2230,9),(5486,2231,9),(5487,2232,9),(5488,2233,9),(5489,2234,9),(5490,1344,9),(5491,404,9),(5492,405,9),(5493,406,9),(5494,101,9),(5495,369,9),(5496,370,9),(5497,476,9),(5498,477,9),(5499,478,9),(5500,479,9),(5501,480,9),(5502,481,9),(5503,482,9),(5504,483,9),(5505,484,9),(5506,485,9),(5507,486,9),(5508,487,9),(5509,457,9),(5510,458,9),(5511,459,9),(5512,387,9),(5513,340,9),(5514,341,9),(5515,342,9),(5516,343,9),(5517,344,9),(5518,346,9),(5519,347,9),(5520,348,9),(5521,349,9),(5522,350,9),(5523,351,9),(5524,352,9),(5525,353,9),(5526,354,9),(5527,355,9),(5528,356,9),(5529,357,9),(5530,358,9),(5531,359,9),(5532,360,9),(5533,2235,9),(5534,2236,9),(5535,2237,9),(5536,2238,9),(5537,2239,9),(5538,2240,9),(5539,2241,9),(5540,2242,9),(5541,2243,9),(5542,2244,9),(5543,2245,9),(5544,39,9),(5545,40,9),(5546,41,9),(5547,42,9),(5548,43,9),(5549,44,9),(5550,45,9),(5551,30,9),(5552,46,9),(5553,31,9),(5554,47,9),(5555,48,9),(5556,2246,9),(5557,2247,9),(5558,2248,9),(5559,1345,9),(5560,1346,9),(5561,1347,9),(5562,1348,9),(5563,2249,9),(5564,2250,9),(5565,2251,9),(5566,1092,9),(5567,2252,9),(5568,5350,9),(5569,5351,9),(5570,5352,9),(5571,5353,9),(5572,5354,9),(5573,5355,9),(5574,5356,9),(5575,5357,9),(5576,49,9),(5577,50,9),(5578,1349,9),(5579,1350,9),(5580,1351,9),(5581,1352,9),(5582,1353,9),(5583,1354,9),(5584,1355,9),(5585,1356,9),(5586,1357,9),(5587,1358,9),(5588,1359,9),(5589,1360,9),(5590,1361,9),(5591,1362,9),(5592,1363,9),(5593,1364,9),(5594,1365,9),(5595,1366,9),(5596,1367,9),(5597,1368,9),(5598,1369,9),(5599,4993,9),(5600,4994,9),(5601,5358,9),(5602,5359,9),(5603,1523,9),(5604,1524,9),(5605,1525,9),(5606,1526,9),(5607,1370,9),(5608,1371,9),(5609,1372,9),(5610,2254,9),(5611,2255,9),(5612,51,9),(5613,1531,9),(5614,2256,9),(5615,2257,9),(5616,2258,9),(5617,2259,9),(5618,1536,9),(5619,1373,9),(5620,1374,9),(5621,1375,9),(5622,6057,9),(5623,2260,9),(5624,2261,9),(5625,2262,9),(5626,2476,9),(5627,2496,9),(5628,1539,9),(5629,2497,9),(5630,2498,9),(5631,1606,9),(5632,1607,9),(5633,2499,9),(5634,2500,9),(5635,2501,9),(5636,2502,9),(5637,2503,9),(5638,2507,9),(5639,2508,9),(5640,1589,9),(5641,1590,9),(5642,1591,9),(5643,1592,9),(5644,1593,9),(5645,1594,9),(5646,52,9),(5647,2641,9),(5648,1540,9),(5649,135,9),(5650,136,9),(5651,137,9),(5652,138,9),(5653,139,9),(5654,140,9),(5655,126,9),(5656,127,9),(5657,128,9),(5658,129,9),(5659,75,9),(5660,130,9),(5661,131,9),(5662,132,9),(5663,133,9),(5664,114,9),(5665,115,9),(5666,116,9),(5667,117,9),(5668,118,9),(5669,548,9),(5670,549,9),(5671,550,9),(5672,551,9),(5673,552,9),(5674,309,9),(5675,119,9),(5676,120,9),(5677,121,9),(5678,490,9),(5679,152,9),(5680,153,9),(5681,299,9),(5682,491,9),(5683,111,9),(5684,110,9),(5685,112,9),(5686,113,9),(5687,122,9),(5688,123,9),(5689,124,9),(5690,125,9),(5691,134,9),(5692,307,9),(5693,308,9),(5694,362,9),(5695,363,9),(5696,513,9),(5697,514,9),(5698,517,9),(5699,518,9),(5700,421,9),(5701,422,9),(5702,423,9),(5703,424,9),(5704,425,9),(5705,402,9),(5706,364,9),(5707,365,9),(5708,366,9),(5709,367,9),(5710,337,9),(5711,407,9),(5712,408,9),(5713,409,9),(5714,410,9),(5715,253,9),(5716,254,9),(5717,255,9),(5718,256,9),(5719,374,9),(5720,375,9),(5721,376,9),(5722,377,9),(5723,378,9),(5724,411,9),(5725,412,9),(5726,392,9),(5727,380,9),(5728,381,9),(5729,382,9),(5730,383,9),(5731,141,9),(5732,2650,9),(5733,2651,9),(5734,2652,9),(5735,2653,9),(5736,400,9),(5737,401,9),(5738,2654,9),(5739,441,9),(5740,442,9),(5741,443,9),(5742,444,9),(5743,306,9),(5744,445,9),(5745,446,9),(5746,142,9),(5747,143,9),(5748,192,9),(5749,2642,9),(5750,2643,9),(5751,2644,9),(5752,144,9),(5753,145,9),(5754,146,9),(5755,147,9),(5756,148,9),(5757,149,9),(5758,150,9),(5759,151,9),(5760,154,9),(5761,155,9),(5762,156,9),(5763,157,9),(5764,158,9),(5765,60,9),(5766,159,9),(5767,160,9),(5768,161,9),(5769,162,9),(5770,163,9),(5771,164,9),(5772,165,9),(5773,166,9),(5774,167,9),(5775,168,9),(5776,169,9),(5777,170,9),(5778,171,9),(5779,172,9),(5780,173,9),(5781,174,9),(5782,175,9),(5783,176,9),(5784,317,9),(5785,2524,9),(5786,2525,9),(5787,2526,9),(5788,2527,9),(5789,2537,9),(5790,1488,9),(5791,1489,9),(5792,4012,9),(5793,4013,9),(5794,2634,9),(5795,2635,9),(5796,2636,9),(5797,1490,9),(5798,1491,9),(5799,1492,9),(5800,2253,9),(5801,2477,9),(5802,2478,9),(5803,3463,9),(5804,2482,9),(5805,2483,9),(5806,2484,9),(5807,2485,9),(5808,2486,9),(5809,2487,9),(5810,2488,9),(5811,2489,9),(5812,2529,9),(5813,3464,9),(5814,1573,9),(5815,1554,9),(5816,1555,9),(5817,1556,9),(5818,1557,9),(5819,1558,9),(5820,1559,9),(5821,1560,9),(5822,3465,9),(5823,2491,9),(5824,2492,9),(5825,2493,9),(5826,2531,9),(5827,2477,3),(5828,2478,3),(5829,3463,3),(5830,2482,3),(5831,2483,3),(5832,2484,3),(5833,2485,3),(5834,2486,3),(5835,2487,3),(5836,2488,3),(5837,2489,3),(5838,2529,3),(5839,3464,3),(5840,1573,3),(5841,1554,3),(5842,1555,3),(5843,1556,3),(5844,1557,3),(5845,1558,3),(5846,1559,3),(5847,1560,3),(5848,3465,3),(5849,2491,3),(5850,2492,3),(5851,2493,3),(5852,2528,9),(5853,2530,9),(5854,2536,9),(5855,1291,10),(5856,1292,10),(5857,1293,10),(5858,1294,10),(5859,1295,10),(5860,3906,10),(5861,1297,10),(5862,1298,10),(5863,1240,10),(5864,1299,10),(5865,1300,10),(5866,1301,10),(5867,1302,10),(5868,1303,10),(5869,1304,10),(5870,1305,10),(5871,1306,10),(5872,1307,10),(5873,1308,10),(5874,3653,10),(5875,1309,10),(5876,1310,10),(5877,1311,10),(5878,1312,10),(5879,1313,10),(5880,1314,10),(5881,1315,10),(5882,1316,10),(5883,1317,10),(5884,1318,10),(5885,1319,10),(5886,1320,10),(5887,1321,10),(5888,1322,10),(5889,1323,10),(5890,1324,10),(5891,1325,10),(5892,1326,10),(5893,1327,10),(5894,3594,10),(5895,4242,10),(5896,4243,10),(5897,4244,10),(5898,4245,10),(5899,4246,10),(5900,4247,10),(5901,86,10),(5902,83,10),(5903,87,10),(5904,4595,10),(5905,4596,10),(5906,4597,10),(5907,4598,10),(5908,4599,10),(5909,4600,10),(5910,4601,10),(5911,4602,10),(5912,4603,10),(5913,4604,10),(5914,1328,10),(5915,6160,10),(5916,1330,10),(5917,1331,10),(5918,1332,10),(5919,1333,10),(5920,1334,10),(5921,1335,10),(5922,1336,10),(5923,5339,10),(5924,5340,10),(5925,5341,10),(5926,6056,10),(5927,5342,10),(5928,5343,10),(5929,5344,10),(5930,5345,10),(5931,1337,10),(5932,1338,10),(5933,1339,10),(5934,5347,10),(5935,1340,10),(5936,1341,10),(5937,1218,10),(5938,1219,10),(5939,1220,10),(5940,1221,10),(5941,1222,10),(5942,1223,10),(5943,1224,10),(5944,1225,10),(5945,1226,10),(5946,1227,10),(5947,1228,10),(5948,1229,10),(5949,1230,10),(5950,1231,10),(5951,1232,10),(5952,1233,10),(5953,1234,10),(5954,1235,10),(5955,1236,10),(5956,1237,10),(5957,1238,10),(5958,1239,10),(5959,1241,10),(5960,1242,10),(5961,1243,10),(5962,1244,10),(5963,1245,10),(5964,1246,10),(5965,1247,10),(5966,1248,10),(5967,1249,10),(5968,1250,10),(5969,1251,10),(5970,1252,10),(5971,1253,10),(5972,1254,10),(5973,1255,10),(5974,1256,10),(5975,1257,10),(5976,1258,10),(5977,1259,10),(5978,1260,10),(5979,1261,10),(5980,1262,10),(5981,1263,10),(5982,1264,10),(5983,1265,10),(5984,1266,10),(5985,1267,10),(5986,1268,10),(5987,1269,10),(5988,1270,10),(5989,1271,10),(5990,1272,10),(5991,1273,10),(5992,1274,10),(5993,1275,10),(5994,1276,10),(5995,1277,10),(5996,1278,10),(5997,1279,10),(5998,1280,10),(5999,1281,10),(6000,1282,10),(6001,1283,10),(6002,1284,10),(6003,1285,10),(6004,5398,10),(6005,5732,10),(6006,5851,10),(6007,1286,10),(6008,1287,10),(6009,4248,10),(6010,4249,10),(6011,4250,10),(6012,4251,10),(6013,4252,10),(6014,4253,10),(6015,4254,10),(6016,4255,10),(6017,4256,10),(6018,4257,10),(6019,4258,10),(6020,4259,10),(6021,4620,10),(6022,4260,10),(6023,4261,10),(6024,1288,10),(6025,1289,10),(6026,1290,10),(6027,265,10),(6028,291,10),(6029,292,10),(6030,293,10),(6031,266,10),(6032,267,10),(6033,268,10),(6034,269,10),(6035,270,10),(6036,271,10),(6037,272,10),(6038,273,10),(6039,274,10),(6040,275,10),(6041,276,10),(6042,277,10),(6043,278,10),(6044,279,10),(6045,280,10),(6046,281,10),(6047,282,10),(6048,283,10),(6049,284,10),(6050,285,10),(6051,286,10),(6052,287,10),(6053,288,10),(6054,289,10),(6055,290,10),(6056,2199,10),(6057,1580,10),(6058,2200,10),(6059,2201,10),(6060,2202,10),(6061,2203,10),(6062,2204,10),(6063,2205,10),(6064,2206,10),(6065,2207,10),(6066,2208,10),(6067,2209,10),(6068,2210,10),(6069,2211,10),(6070,2212,10),(6071,2213,10),(6072,2214,10),(6073,32,10),(6074,33,10),(6075,34,10),(6076,35,10),(6077,36,10),(6078,37,10),(6079,38,10),(6080,1588,10),(6081,1342,10),(6082,1343,10),(6083,2226,10),(6084,2227,10),(6085,2228,10),(6086,2229,10),(6087,2230,10),(6088,2231,10),(6089,2232,10),(6090,2233,10),(6091,2234,10),(6092,1344,10),(6093,404,10),(6094,405,10),(6095,406,10),(6096,101,10),(6097,369,10),(6098,370,10),(6099,476,10),(6100,477,10),(6101,478,10),(6102,479,10),(6103,480,10),(6104,481,10),(6105,482,10),(6106,483,10),(6107,484,10),(6108,485,10),(6109,486,10),(6110,487,10),(6111,457,10),(6112,458,10),(6113,459,10),(6114,387,10),(6115,340,10),(6116,341,10),(6117,342,10),(6118,343,10),(6119,344,10),(6120,346,10),(6121,347,10),(6122,348,10),(6123,349,10),(6124,350,10),(6125,351,10),(6126,352,10),(6127,353,10),(6128,354,10),(6129,355,10),(6130,356,10),(6131,357,10),(6132,358,10),(6133,359,10),(6134,360,10),(6135,2235,10),(6136,2236,10),(6137,2237,10),(6138,2238,10),(6139,2239,10),(6140,2240,10),(6141,2241,10),(6142,2242,10),(6143,2243,10),(6144,2244,10),(6145,2245,10),(6146,39,10),(6147,40,10),(6148,41,10),(6149,42,10),(6150,43,10),(6151,44,10),(6152,45,10),(6153,30,10),(6154,46,10),(6155,31,10),(6156,47,10),(6157,48,10),(6158,2246,10),(6159,2247,10),(6160,2248,10),(6161,1345,10),(6162,1346,10),(6163,1347,10),(6164,1348,10),(6165,2249,10),(6166,2250,10),(6167,2251,10),(6168,1092,10),(6169,2252,10),(6170,2253,10),(6171,5350,10),(6172,5351,10),(6173,5352,10),(6174,5353,10),(6175,5354,10),(6176,5355,10),(6177,5356,10),(6178,5357,10),(6179,49,10),(6180,50,10),(6181,1349,10),(6182,1350,10),(6183,1351,10),(6184,1352,10),(6185,1353,10),(6186,1354,10),(6187,1355,10),(6188,1356,10),(6189,1357,10),(6190,1358,10),(6191,1359,10),(6192,1360,10),(6193,1361,10),(6194,1362,10),(6195,1363,10),(6196,1364,10),(6197,1365,10),(6198,1366,10),(6199,1367,10),(6200,1368,10),(6201,1369,10),(6202,4993,10),(6203,4994,10),(6204,5358,10),(6205,5359,10),(6206,1523,10),(6207,1524,10),(6208,1525,10),(6209,1526,10),(6210,1370,10),(6211,1371,10),(6212,1372,10),(6213,2254,10),(6214,2255,10),(6215,51,10),(6216,1531,10),(6217,2256,10),(6218,2257,10),(6219,2258,10),(6220,2259,10),(6221,1536,10),(6222,1373,10),(6223,1374,10),(6224,1375,10),(6225,6057,10),(6226,2260,10),(6227,2261,10),(6228,2262,10),(6229,2476,10),(6230,2477,10),(6231,2478,10),(6232,3463,10),(6233,2482,10),(6234,2483,10),(6235,2484,10),(6236,2485,10),(6237,2486,10),(6238,2487,10),(6239,2488,10),(6240,2489,10),(6241,2529,10),(6242,3464,10),(6243,1573,10),(6244,1554,10),(6245,1555,10),(6246,1556,10),(6247,1557,10),(6248,1558,10),(6249,1559,10),(6250,1560,10),(6251,3465,10),(6252,2491,10),(6253,2492,10),(6254,2493,10),(6255,2496,10),(6256,1539,10),(6257,2497,10),(6258,2498,10),(6259,1606,10),(6260,1607,10),(6261,2499,10),(6262,2500,10),(6263,2501,10),(6264,2502,10),(6265,2503,10),(6266,2507,10),(6267,2508,10),(6268,1589,10),(6269,1590,10),(6270,1591,10),(6271,1592,10),(6272,1593,10),(6273,1594,10),(6274,52,10),(6275,2641,10),(6276,1540,10),(6277,135,10),(6278,136,10),(6279,137,10),(6280,138,10),(6281,139,10),(6282,140,10),(6283,126,10),(6284,127,10),(6285,128,10),(6286,129,10),(6287,75,10),(6288,130,10),(6289,131,10),(6290,132,10),(6291,133,10),(6292,114,10),(6293,115,10),(6294,116,10),(6295,117,10),(6296,118,10),(6297,548,10),(6298,549,10),(6299,550,10),(6300,551,10),(6301,552,10),(6302,309,10),(6303,119,10),(6304,120,10),(6305,121,10),(6306,490,10),(6307,152,10),(6308,153,10),(6309,299,10),(6310,491,10),(6311,111,10),(6312,110,10),(6313,112,10),(6314,113,10),(6315,122,10),(6316,123,10),(6317,124,10),(6318,125,10),(6319,134,10),(6320,307,10),(6321,308,10),(6322,362,10),(6323,363,10),(6324,513,10),(6325,514,10),(6326,517,10),(6327,518,10),(6328,421,10),(6329,422,10),(6330,423,10),(6331,424,10),(6332,425,10),(6333,402,10),(6334,364,10),(6335,365,10),(6336,366,10),(6337,367,10),(6338,337,10),(6339,407,10),(6340,408,10),(6341,409,10),(6342,410,10),(6343,253,10),(6344,254,10),(6345,255,10),(6346,256,10),(6347,374,10),(6348,375,10),(6349,376,10),(6350,377,10),(6351,378,10),(6352,411,10),(6353,412,10),(6354,392,10),(6355,380,10),(6356,381,10),(6357,382,10),(6358,383,10),(6359,141,10),(6360,2650,10),(6361,2651,10),(6362,2652,10),(6363,2653,10),(6364,400,10),(6365,401,10),(6366,2654,10),(6367,441,10),(6368,442,10),(6369,443,10),(6370,444,10),(6371,306,10),(6372,445,10),(6373,446,10),(6374,142,10),(6375,143,10),(6376,192,10),(6377,2642,10),(6378,2643,10),(6379,2644,10),(6380,144,10),(6381,145,10),(6382,146,10),(6383,147,10),(6384,148,10),(6385,149,10),(6386,150,10),(6387,151,10),(6388,154,10),(6389,155,10),(6390,156,10),(6391,157,10),(6392,158,10),(6393,60,10),(6394,159,10),(6395,160,10),(6396,161,10),(6397,162,10),(6398,163,10),(6399,164,10),(6400,165,10),(6401,166,10),(6402,167,10),(6403,168,10),(6404,169,10),(6405,170,10),(6406,171,10),(6407,172,10),(6408,173,10),(6409,174,10),(6410,175,10),(6411,176,10),(6412,317,10),(6413,2524,10),(6414,2525,10),(6415,2526,10),(6416,2527,10),(6417,2528,10),(6418,2530,10),(6419,3470,10),(6420,2532,10),(6421,2533,10),(6422,2534,10),(6423,2535,10),(6424,2536,10),(6425,2537,10),(6426,1488,10),(6427,1489,10),(6428,4012,10),(6429,4013,10),(6430,2634,10),(6431,2635,10),(6432,2636,10),(6433,1490,10),(6434,1491,10),(6435,1492,10),(6436,4899,11),(6437,1291,11),(6438,1292,11),(6439,1293,11),(6440,1294,11),(6441,1295,11),(6442,3906,11),(6443,1297,11),(6444,1298,11),(6445,1240,11),(6446,1299,11),(6447,1300,11),(6448,1301,11),(6449,1302,11),(6450,1303,11),(6451,1304,11),(6452,1305,11),(6453,1306,11),(6454,1307,11),(6455,1308,11),(6456,3653,11),(6457,1309,11),(6458,1310,11),(6459,1311,11),(6460,1312,11),(6461,1313,11),(6462,1314,11),(6463,1315,11),(6464,1316,11),(6465,1317,11),(6466,1318,11),(6467,1319,11),(6468,1320,11),(6469,1321,11),(6470,1322,11),(6471,1323,11),(6472,1324,11),(6473,1325,11),(6474,1326,11),(6475,1327,11),(6476,3594,11),(6477,4242,11),(6478,4243,11),(6479,4244,11),(6480,4245,11),(6481,4246,11),(6482,4247,11),(6483,86,11),(6484,83,11),(6485,87,11),(6486,4595,11),(6487,4596,11),(6488,4597,11),(6489,4598,11),(6490,4599,11),(6491,4600,11),(6492,4601,11),(6493,4602,11),(6494,4603,11),(6495,4604,11),(6496,1328,11),(6497,6160,11),(6498,1330,11),(6499,1331,11),(6500,1332,11),(6501,1333,11),(6502,1334,11),(6503,1335,11),(6504,1336,11),(6505,5339,11),(6506,5340,11),(6507,5341,11),(6508,6056,11),(6509,5342,11),(6510,5343,11),(6511,5344,11),(6512,5345,11),(6513,1337,11),(6514,1338,11),(6515,1339,11),(6516,5347,11),(6517,1340,11),(6518,1341,11),(6519,1218,11),(6520,1219,11),(6521,1220,11),(6522,1221,11),(6523,1222,11),(6524,1223,11),(6525,1224,11),(6526,1225,11),(6527,1226,11),(6528,1227,11),(6529,1228,11),(6530,1229,11),(6531,1230,11),(6532,1231,11),(6533,1232,11),(6534,1233,11),(6535,1234,11),(6536,1235,11),(6537,1236,11),(6538,1237,11),(6539,1238,11),(6540,1239,11),(6541,1241,11),(6542,1242,11),(6543,1243,11),(6544,1244,11),(6545,1245,11),(6546,1246,11),(6547,1247,11),(6548,1248,11),(6549,1249,11),(6550,1250,11),(6551,1251,11),(6552,1252,11),(6553,1253,11),(6554,1254,11),(6555,1255,11),(6556,1256,11),(6557,1257,11),(6558,1258,11),(6559,1259,11),(6560,1260,11),(6561,1261,11),(6562,1262,11),(6563,1263,11),(6564,1264,11),(6565,1265,11),(6566,1266,11),(6567,1267,11),(6568,1268,11),(6569,1269,11),(6570,1270,11),(6571,1271,11),(6572,1272,11),(6573,1273,11),(6574,1274,11),(6575,1275,11),(6576,1276,11),(6577,1277,11),(6578,1278,11),(6579,1279,11),(6580,1280,11),(6581,1281,11),(6582,1282,11),(6583,1283,11),(6584,1284,11),(6585,1285,11),(6586,5398,11),(6587,5732,11),(6588,5851,11),(6589,1286,11),(6590,1287,11),(6591,4248,11),(6592,4249,11),(6593,4250,11),(6594,4251,11),(6595,4252,11),(6596,4253,11),(6597,4254,11),(6598,4255,11),(6599,4256,11),(6600,4257,11),(6601,4258,11),(6602,4259,11),(6603,4620,11),(6604,4260,11),(6605,4261,11),(6606,1288,11),(6607,1289,11),(6608,1290,11),(6609,265,11),(6610,291,11),(6611,292,11),(6612,293,11),(6613,266,11),(6614,267,11),(6615,268,11),(6616,269,11),(6617,270,11),(6618,271,11),(6619,272,11),(6620,273,11),(6621,274,11),(6622,275,11),(6623,276,11),(6624,277,11),(6625,278,11),(6626,279,11),(6627,280,11),(6628,281,11),(6629,282,11),(6630,283,11),(6631,284,11),(6632,285,11),(6633,286,11),(6634,287,11),(6635,288,11),(6636,289,11),(6637,290,11),(6638,1342,11),(6639,1343,11),(6640,1344,11),(6641,404,11),(6642,405,11),(6643,406,11),(6644,101,11),(6645,369,11),(6646,370,11),(6647,476,11),(6648,477,11),(6649,478,11),(6650,479,11),(6651,480,11),(6652,481,11),(6653,482,11),(6654,483,11),(6655,484,11),(6656,485,11),(6657,486,11),(6658,487,11),(6659,457,11),(6660,458,11),(6661,459,11),(6662,387,11),(6663,340,11),(6664,341,11),(6665,342,11),(6666,343,11),(6667,344,11),(6668,346,11),(6669,347,11),(6670,348,11),(6671,349,11),(6672,350,11),(6673,351,11),(6674,352,11),(6675,353,11),(6676,354,11),(6677,355,11),(6678,356,11),(6679,357,11),(6680,358,11),(6681,359,11),(6682,360,11),(6683,2235,11),(6684,2236,11),(6685,2237,11),(6686,2238,11),(6687,2239,11),(6688,2240,11),(6689,2241,11),(6690,2242,11),(6691,2243,11),(6692,2244,11),(6693,2245,11),(6694,2246,11),(6695,2247,11),(6696,2248,11),(6697,1345,11),(6698,1346,11),(6699,1347,11),(6700,1348,11),(6701,1092,11),(6702,5350,11),(6703,5351,11),(6704,5352,11),(6705,5353,11),(6706,5354,11),(6707,5355,11),(6708,5356,11),(6709,5357,11),(6710,2661,11),(6711,1349,11),(6712,1350,11),(6713,1351,11),(6714,1352,11),(6715,1353,11),(6716,1354,11),(6717,1355,11),(6718,1356,11),(6719,1357,11),(6720,1358,11),(6721,1359,11),(6722,1360,11),(6723,1361,11),(6724,1362,11),(6725,1363,11),(6726,1364,11),(6727,1365,11),(6728,1366,11),(6729,1367,11),(6730,1368,11),(6731,1369,11),(6732,4993,11),(6733,4994,11),(6734,5358,11),(6735,5359,11),(6736,1523,11),(6737,1524,11),(6738,1525,11),(6739,1526,11),(6740,1370,11),(6741,1371,11),(6742,1372,11),(6743,1531,11),(6744,2257,11),(6745,2258,11),(6746,2259,11),(6747,1536,11),(6748,1373,11),(6749,1374,11),(6750,1375,11),(6751,6057,11),(6752,2476,11),(6753,1488,11),(6754,1489,11),(6755,1490,11),(6756,1491,11),(6757,1492,11),(6758,4899,12),(6759,1291,12),(6760,1292,12),(6761,1293,12),(6762,1294,12),(6763,1295,12),(6764,3906,12),(6765,1297,12),(6766,1298,12),(6767,1240,12),(6768,1299,12),(6769,1300,12),(6770,1301,12),(6771,1302,12),(6772,1303,12),(6773,1304,12),(6774,1305,12),(6775,1306,12),(6776,1307,12),(6777,1308,12),(6778,3653,12),(6779,1309,12),(6780,1310,12),(6781,1311,12),(6782,1312,12),(6783,1313,12),(6784,1314,12),(6785,1315,12),(6786,1316,12),(6787,1317,12),(6788,1318,12),(6789,1319,12),(6790,1320,12),(6791,1321,12),(6792,1322,12),(6793,1323,12),(6794,1324,12),(6795,1325,12),(6796,1326,12),(6797,1327,12),(6798,3594,12),(6799,4242,12),(6800,4243,12),(6801,4244,12),(6802,4245,12),(6803,4246,12),(6804,4247,12),(6805,86,12),(6806,83,12),(6807,87,12),(6808,4595,12),(6809,4596,12),(6810,4597,12),(6811,4598,12),(6812,4599,12),(6813,4600,12),(6814,4601,12),(6815,4602,12),(6816,4603,12),(6817,4604,12),(6818,1328,12),(6819,6160,12),(6820,1330,12),(6821,1331,12),(6822,1332,12),(6823,1333,12),(6824,1334,12),(6825,1335,12),(6826,1336,12),(6827,5339,12),(6828,5340,12),(6829,5341,12),(6830,6056,12),(6831,5342,12),(6832,5343,12),(6833,5344,12),(6834,5345,12),(6835,1337,12),(6836,1338,12),(6837,1339,12),(6838,5347,12),(6839,1340,12),(6840,1341,12),(6841,1218,12),(6842,1219,12),(6843,1220,12),(6844,1221,12),(6845,1222,12),(6846,1223,12),(6847,1224,12),(6848,1225,12),(6849,1226,12),(6850,1227,12),(6851,1228,12),(6852,1229,12),(6853,1230,12),(6854,1231,12),(6855,1232,12),(6856,1233,12),(6857,1234,12),(6858,1235,12),(6859,1236,12),(6860,1237,12),(6861,1238,12),(6862,1239,12),(6863,1241,12),(6864,1242,12),(6865,1243,12),(6866,1244,12),(6867,1245,12),(6868,1246,12),(6869,1247,12),(6870,1248,12),(6871,1249,12),(6872,1250,12),(6873,1251,12),(6874,1252,12),(6875,1253,12),(6876,1254,12),(6877,1255,12),(6878,1256,12),(6879,1257,12),(6880,1258,12),(6881,1259,12),(6882,1260,12),(6883,1261,12),(6884,1262,12),(6885,1263,12),(6886,1264,12),(6887,1265,12),(6888,1266,12),(6889,1267,12),(6890,1268,12),(6891,1269,12),(6892,1270,12),(6893,1271,12),(6894,1272,12),(6895,1273,12),(6896,1274,12),(6897,1275,12),(6898,1276,12),(6899,1277,12),(6900,1278,12),(6901,1279,12),(6902,1280,12),(6903,1281,12),(6904,1282,12),(6905,1283,12),(6906,1284,12),(6907,1285,12),(6908,5398,12),(6909,5732,12),(6910,5851,12),(6911,1286,12),(6912,1287,12),(6913,4248,12),(6914,4249,12),(6915,4250,12),(6916,4251,12),(6917,4252,12),(6918,4253,12),(6919,4254,12),(6920,4255,12),(6921,4256,12),(6922,4257,12),(6923,4258,12),(6924,4259,12),(6925,4620,12),(6926,4260,12),(6927,4261,12),(6928,1288,12),(6929,1289,12),(6930,1290,12),(6931,1342,12),(6932,1343,12),(6933,1344,12),(6934,3157,12),(6935,3158,12),(6936,3159,12),(6937,3160,12),(6938,3161,12),(6939,3162,12),(6940,1345,12),(6941,1346,12),(6942,1347,12),(6943,1348,12),(6944,1092,12),(6945,5350,12),(6946,5351,12),(6947,5352,12),(6948,5353,12),(6949,5354,12),(6950,5355,12),(6951,5356,12),(6952,5357,12),(6953,1349,12),(6954,1350,12),(6955,1351,12),(6956,1352,12),(6957,1353,12),(6958,1354,12),(6959,1355,12),(6960,1356,12),(6961,1357,12),(6962,1358,12),(6963,1359,12),(6964,1360,12),(6965,1361,12),(6966,1362,12),(6967,1363,12),(6968,1364,12),(6969,1365,12),(6970,1366,12),(6971,1367,12),(6972,1368,12),(6973,1369,12),(6974,4993,12),(6975,4994,12),(6976,5358,12),(6977,5359,12),(6978,1523,12),(6979,1524,12),(6980,1525,12),(6981,1526,12),(6982,1370,12),(6983,1371,12),(6984,1372,12),(6985,1373,12),(6986,1374,12),(6987,1375,12),(6988,6057,12),(6989,3163,12),(6990,3164,12),(6991,3165,12),(6992,3166,12),(6993,3167,12),(6994,3168,12),(6995,3169,12),(6996,3170,12),(6997,3171,12),(6998,3172,12),(6999,3173,12),(7000,3174,12),(7001,3175,12),(7002,3176,12),(7003,3177,12),(7004,3178,12),(7005,3179,12),(7006,3180,12),(7007,3181,12),(7008,3182,12),(7009,3183,12),(7010,3184,12),(7011,3185,12),(7012,3186,12),(7013,2234,12),(7014,3136,12),(7015,3187,12),(7016,3188,12),(7017,3189,12),(7018,3190,12),(7019,3191,12),(7020,3192,12),(7021,3193,12),(7022,3194,12),(7023,3195,12),(7024,3196,12),(7025,3197,12),(7026,3198,12),(7027,3199,12),(7028,3200,12),(7029,3201,12),(7030,3202,12),(7031,3203,12),(7032,3204,12),(7033,3205,12),(7034,3206,12),(7035,3207,12),(7036,3208,12),(7037,3209,12),(7038,3210,12),(7039,3211,12),(7040,3212,12),(7041,3213,12),(7042,3214,12),(7043,3215,12),(7044,3216,12),(7045,3217,12),(7046,3218,12),(7047,3219,12),(7048,3220,12),(7049,3221,12),(7050,3222,12),(7051,3223,12),(7052,3224,12),(7053,3225,12),(7054,3226,12),(7055,3227,12),(7056,3228,12),(7057,3229,12),(7058,3230,12),(7059,3231,12),(7060,3232,12),(7061,3233,12),(7062,3234,12),(7063,3235,12),(7064,3236,12),(7065,3237,12),(7066,3238,12),(7067,3239,12),(7068,3240,12),(7069,3241,12),(7070,3242,12),(7071,3243,12),(7072,3244,12),(7073,3245,12),(7074,3246,12),(7075,3247,12),(7076,3248,12),(7077,3249,12),(7078,3250,12),(7079,3251,12),(7080,3252,12),(7081,3253,12),(7082,3254,12),(7083,3255,12),(7084,3256,12),(7085,3257,12),(7086,3258,12),(7087,3259,12),(7088,3260,12),(7089,3261,12),(7090,3262,12),(7091,3263,12),(7092,3264,12),(7093,3265,12),(7094,3266,12),(7095,3267,12),(7096,3268,12),(7097,3269,12),(7098,3270,12),(7099,3271,12),(7100,3272,12),(7101,3273,12),(7102,3274,12),(7103,3275,12),(7104,3276,12),(7105,3277,12),(7106,3278,12),(7107,3279,12),(7108,3280,12),(7109,3281,12),(7110,3282,12),(7111,3283,12),(7112,3284,12),(7113,3285,12),(7114,3286,12),(7115,3287,12),(7116,3288,12),(7117,3289,12),(7118,3290,12),(7119,3291,12),(7120,3292,12),(7121,3293,12),(7122,3294,12),(7123,3295,12),(7124,3296,12),(7125,3297,12),(7126,3298,12),(7127,3299,12),(7128,3300,12),(7129,3301,12),(7130,3302,12),(7131,3303,12),(7132,3304,12),(7133,3305,12),(7134,3306,12),(7135,3307,12),(7136,3308,12),(7137,3309,12),(7138,3310,12),(7139,3311,12),(7140,3312,12),(7141,3313,12),(7142,3314,12),(7143,3315,12),(7144,3316,12),(7145,3317,12),(7146,3318,12),(7147,3319,12),(7148,3320,12),(7149,3321,12),(7150,3322,12),(7151,3323,12),(7152,3324,12),(7153,3325,12),(7154,3326,12),(7155,3327,12),(7156,3328,12),(7157,3329,12),(7158,3330,12),(7159,3331,12),(7160,3332,12),(7161,3333,12),(7162,3334,12),(7163,3335,12),(7164,3336,12),(7165,3337,12),(7166,3338,12),(7167,3339,12),(7168,3340,12),(7169,3341,12),(7170,3342,12),(7171,3343,12),(7172,3344,12),(7173,3345,12),(7174,3346,12),(7175,3347,12),(7176,3348,12),(7177,1488,12),(7178,1489,12),(7179,1490,12),(7180,1491,12),(7181,1492,12),(7182,4899,3),(7183,4899,6),(7184,4899,13),(7185,2880,14),(7186,2881,14),(7187,2882,14),(7188,2883,14),(7189,2884,14),(7190,2885,14),(7191,2886,14),(7192,2887,14),(7193,2888,14),(7194,2889,14),(7195,2890,14),(7196,2891,14),(7197,2892,14),(7198,2893,14),(7199,2894,14),(7200,2895,14),(7201,2896,14),(7202,2897,14),(7203,2898,14),(7204,2899,14),(7205,2664,14),(7206,2665,14),(7207,2666,14),(7208,2667,14),(7209,2668,14),(7210,2669,14),(7211,2670,14),(7212,2671,14),(7213,2900,14),(7214,2901,14),(7215,2902,14),(7216,2903,14),(7217,2904,14),(7218,2905,14),(7219,2906,14),(7220,2907,14),(7221,2908,14),(7222,2909,14),(7223,2910,14),(7224,2911,14),(7225,2912,14),(7226,2913,14),(7227,2914,14),(7228,2915,14),(7229,2916,14),(7230,2917,14),(7231,2918,14),(7232,2919,14),(7233,2920,14),(7234,2921,14),(7235,2922,14),(7236,2923,14),(7237,2924,14),(7238,2925,14),(7239,2926,14),(7240,2927,14),(7241,2928,14),(7242,2929,14),(7243,2930,14),(7244,2931,14),(7245,2932,14),(7246,2933,14),(7247,2934,14),(7248,2935,14),(7249,2936,14),(7250,2937,14),(7251,2938,14),(7252,2939,14),(7253,2940,14),(7254,2941,14),(7255,2942,14),(7256,2943,14),(7257,2944,14),(7258,2945,14),(7259,2946,14),(7260,2947,14),(7261,2948,14),(7262,2949,14),(7263,2950,14),(7264,2951,14),(7265,2952,14),(7266,2953,14),(7267,2954,14),(7268,2955,14),(7269,2956,14),(7270,2957,14),(7271,2958,14),(7272,2959,14),(7273,2960,14),(7274,2961,14),(7275,2962,14),(7276,2963,14),(7277,2964,14),(7278,2965,14),(7279,2966,14),(7280,2967,14),(7281,2968,14),(7282,2969,14),(7283,2970,14),(7284,2971,14),(7285,2972,14),(7286,2973,14),(7287,2974,14),(7288,2975,14),(7289,2976,14),(7290,2977,14),(7291,2978,14),(7292,2979,14),(7293,2980,14),(7294,2981,14),(7295,2982,14),(7296,2983,14),(7297,2984,14),(7298,2985,14),(7299,2986,14),(7300,2987,14),(7301,2988,14),(7302,2989,14),(7303,2990,14),(7304,2991,14),(7305,2992,14),(7306,2993,14),(7307,2994,14),(7308,2995,14),(7309,2996,14),(7310,2997,14),(7311,2998,14),(7312,2999,14),(7313,3000,14),(7314,3001,14),(7315,3002,14),(7316,3003,14),(7317,3004,14),(7318,3005,14),(7319,3006,14),(7320,3007,14),(7321,3008,14),(7322,3009,14),(7323,3010,14),(7324,3011,14),(7325,3012,14),(7326,3013,14),(7327,3014,14),(7328,3015,14),(7329,3016,14),(7330,3017,14),(7331,3018,14),(7332,3019,14),(7333,3020,14),(7334,3021,14),(7335,3022,14),(7336,3023,14),(7337,3024,14),(7338,3025,14),(7339,3026,14),(7340,3027,14),(7341,3028,14),(7342,3029,14),(7343,3030,14),(7344,3031,14),(7345,3032,14),(7346,3033,14),(7347,3034,14),(7348,3035,14),(7349,3036,14),(7350,3037,14),(7351,3038,14),(7352,3039,14),(7353,3040,14),(7354,3041,14),(7355,3042,14),(7356,3043,14),(7357,3044,14),(7358,3045,14),(7359,3046,14),(7360,3047,14),(7361,3048,14),(7362,3049,14),(7363,3050,14),(7364,3051,14),(7365,3052,14),(7366,3053,14),(7367,3054,14),(7368,3055,14),(7369,3056,14),(7370,3057,14),(7371,3058,14),(7372,3059,14),(7373,3060,14),(7374,3061,14),(7375,3062,14),(7376,3063,14),(7377,3064,14),(7378,3065,14),(7379,3066,14),(7380,3067,14),(7381,3068,14),(7382,3069,14),(7383,3070,14),(7384,3071,14),(7385,3072,14),(7386,3073,14),(7387,3074,14),(7388,4899,15),(7389,1291,15),(7390,1292,15),(7391,1293,15),(7392,1294,15),(7393,1295,15),(7394,3906,15),(7395,1297,15),(7396,1298,15),(7397,1240,15),(7398,1299,15),(7399,1300,15),(7400,1301,15),(7401,1302,15),(7402,1303,15),(7403,1304,15),(7404,1305,15),(7405,1306,15),(7406,1307,15),(7407,1308,15),(7408,3653,15),(7409,1309,15),(7410,1310,15),(7411,1311,15),(7412,1312,15),(7413,1313,15),(7414,1314,15),(7415,1315,15),(7416,1316,15),(7417,1317,15),(7418,1318,15),(7419,1319,15),(7420,1320,15),(7421,1321,15),(7422,1322,15),(7423,1323,15),(7424,1324,15),(7425,1325,15),(7426,1326,15),(7427,1327,15),(7428,3594,15),(7429,4242,15),(7430,4243,15),(7431,4244,15),(7432,4245,15),(7433,4246,15),(7434,4247,15),(7435,86,15),(7436,83,15),(7437,87,15),(7438,4595,15),(7439,4596,15),(7440,4597,15),(7441,4598,15),(7442,4599,15),(7443,4600,15),(7444,4601,15),(7445,4602,15),(7446,4603,15),(7447,4604,15),(7448,1328,15),(7449,6160,15),(7450,1330,15),(7451,1331,15),(7452,1332,15),(7453,1333,15),(7454,1334,15),(7455,1335,15),(7456,1336,15),(7457,5339,15),(7458,5340,15),(7459,5341,15),(7460,6056,15),(7461,5342,15),(7462,5343,15),(7463,5344,15),(7464,5345,15),(7465,1337,15),(7466,1338,15),(7467,1339,15),(7468,5347,15),(7469,1340,15),(7470,1341,15),(7471,1218,15),(7472,1219,15),(7473,1220,15),(7474,1221,15),(7475,1222,15),(7476,1223,15),(7477,1224,15),(7478,1225,15),(7479,1226,15),(7480,1227,15),(7481,1228,15),(7482,1229,15),(7483,1230,15),(7484,1231,15),(7485,1232,15),(7486,1233,15),(7487,1234,15),(7488,1235,15),(7489,1236,15),(7490,1237,15),(7491,1238,15),(7492,1239,15),(7493,1241,15),(7494,1242,15),(7495,1243,15),(7496,1244,15),(7497,1245,15),(7498,1246,15),(7499,1247,15),(7500,1248,15),(7501,1249,15),(7502,1250,15),(7503,1251,15),(7504,1252,15),(7505,1253,15),(7506,1254,15),(7507,1255,15),(7508,1256,15),(7509,1257,15),(7510,1258,15),(7511,1259,15),(7512,1260,15),(7513,1261,15),(7514,1262,15),(7515,1263,15),(7516,1264,15),(7517,1265,15),(7518,1266,15),(7519,1267,15),(7520,1268,15),(7521,1269,15),(7522,1270,15),(7523,1271,15),(7524,1272,15),(7525,1273,15),(7526,1274,15),(7527,1275,15),(7528,1276,15),(7529,1277,15),(7530,1278,15),(7531,1279,15),(7532,1280,15),(7533,1281,15),(7534,1282,15),(7535,1283,15),(7536,1284,15),(7537,1285,15),(7538,5398,15),(7539,5732,15),(7540,5851,15),(7541,1286,15),(7542,1287,15),(7543,4248,15),(7544,4249,15),(7545,4250,15),(7546,4251,15),(7547,4252,15),(7548,4253,15),(7549,4254,15),(7550,4255,15),(7551,4256,15),(7552,4257,15),(7553,4258,15),(7554,4259,15),(7555,4620,15),(7556,4260,15),(7557,4261,15),(7558,1288,15),(7559,1289,15),(7560,1290,15),(7561,1342,15),(7562,1343,15),(7563,1344,15),(7564,2664,15),(7565,2665,15),(7566,2666,15),(7567,2667,15),(7568,2668,15),(7569,2669,15),(7570,2670,15),(7571,2671,15),(7572,2672,15),(7573,2673,15),(7574,2674,15),(7575,1345,15),(7576,1346,15),(7577,1347,15),(7578,1348,15),(7579,1092,15),(7580,5350,15),(7581,5351,15),(7582,5352,15),(7583,5353,15),(7584,5354,15),(7585,5355,15),(7586,5356,15),(7587,5357,15),(7588,1349,15),(7589,1350,15),(7590,1351,15),(7591,1352,15),(7592,1353,15),(7593,1354,15),(7594,1355,15),(7595,1356,15),(7596,1357,15),(7597,1358,15),(7598,1359,15),(7599,1360,15),(7600,1361,15),(7601,1362,15),(7602,1363,15),(7603,1364,15),(7604,1365,15),(7605,1366,15),(7606,1367,15),(7607,1368,15),(7608,1369,15),(7609,4993,15),(7610,4994,15),(7611,5358,15),(7612,5359,15),(7613,1523,15),(7614,1524,15),(7615,1525,15),(7616,1526,15),(7617,1370,15),(7618,1371,15),(7619,1372,15),(7620,1373,15),(7621,1374,15),(7622,1375,15),(7623,6057,15),(7624,3349,15),(7625,3350,15),(7626,3351,15),(7627,3352,15),(7628,3353,15),(7629,3354,15),(7630,3355,15),(7631,3356,15),(7632,3357,15),(7633,3358,15),(7634,3359,15),(7635,3360,15),(7636,3361,15),(7637,3362,15),(7638,3363,15),(7639,3364,15),(7640,3365,15),(7641,3366,15),(7642,3367,15),(7643,3368,15),(7644,3369,15),(7645,3370,15),(7646,3371,15),(7647,3372,15),(7648,3373,15),(7649,3374,15),(7650,3375,15),(7651,3376,15),(7652,3377,15),(7653,3378,15),(7654,3379,15),(7655,2765,15),(7656,3380,15),(7657,3381,15),(7658,3382,15),(7659,3383,15),(7660,3384,15),(7661,3385,15),(7662,3386,15),(7663,3387,15),(7664,3388,15),(7665,3389,15),(7666,3390,15),(7667,3391,15),(7668,3392,15),(7669,3393,15),(7670,3394,15),(7671,3395,15),(7672,3396,15),(7673,3136,15),(7674,3397,15),(7675,2734,15),(7676,3398,15),(7677,3399,15),(7678,3400,15),(7679,3401,15),(7680,3402,15),(7681,3403,15),(7682,3404,15),(7683,3405,15),(7684,1413,15),(7685,3406,15),(7686,3407,15),(7687,3408,15),(7688,3409,15),(7689,3410,15),(7690,3411,15),(7691,3412,15),(7692,3413,15),(7693,3414,15),(7694,3415,15),(7695,3416,15),(7696,3417,15),(7697,3418,15),(7698,3419,15),(7699,2774,15),(7700,3420,15),(7701,3421,15),(7702,3422,15),(7703,3423,15),(7704,3425,15),(7705,2823,15),(7706,3426,15),(7707,3427,15),(7708,3428,15),(7709,3429,15),(7710,3431,15),(7711,3432,15),(7712,3433,15),(7713,3434,15),(7714,3435,15),(7715,3424,15),(7716,3438,15),(7717,3439,15),(7718,3440,15),(7719,1426,15),(7720,3436,15),(7721,3437,15),(7722,3441,15),(7723,3442,15),(7724,3443,15),(7725,3444,15),(7726,3445,15),(7727,3446,15),(7728,3447,15),(7729,3448,15),(7730,3449,15),(7731,3450,15),(7732,3451,15),(7733,3452,15),(7734,3453,15),(7735,3454,15),(7736,3455,15),(7737,3456,15),(7738,3457,15),(7739,3458,15),(7740,2537,15),(7741,3459,15),(7742,1488,15),(7743,1489,15),(7744,1490,15),(7745,1491,15),(7746,1492,15),(7747,4899,16),(7748,1291,16),(7749,1292,16),(7750,1293,16),(7751,1294,16),(7752,1295,16),(7753,3906,16),(7754,1297,16),(7755,1298,16),(7756,1240,16),(7757,1299,16),(7758,1300,16),(7759,1301,16),(7760,1302,16),(7761,1303,16),(7762,1304,16),(7763,1305,16),(7764,1306,16),(7765,1307,16),(7766,1308,16),(7767,3653,16),(7768,1309,16),(7769,1310,16),(7770,1311,16),(7771,1312,16),(7772,1313,16),(7773,1314,16),(7774,1315,16),(7775,1316,16),(7776,1317,16),(7777,1318,16),(7778,1319,16),(7779,1320,16),(7780,1321,16),(7781,1322,16),(7782,1323,16),(7783,1324,16),(7784,1325,16),(7785,1326,16),(7786,1327,16),(7787,3594,16),(7788,4242,16),(7789,4243,16),(7790,4244,16),(7791,4245,16),(7792,4246,16),(7793,4247,16),(7794,86,16),(7795,83,16),(7796,87,16),(7797,4595,16),(7798,4596,16),(7799,4597,16),(7800,4598,16),(7801,4599,16),(7802,4600,16),(7803,4601,16),(7804,4602,16),(7805,4603,16),(7806,4604,16),(7807,1328,16),(7808,6160,16),(7809,1330,16),(7810,1331,16),(7811,1332,16),(7812,1333,16),(7813,1334,16),(7814,1335,16),(7815,1336,16),(7816,5339,16),(7817,5340,16),(7818,5341,16),(7819,6056,16),(7820,5342,16),(7821,5343,16),(7822,5344,16),(7823,5345,16),(7824,1337,16),(7825,1338,16),(7826,1339,16),(7827,5347,16),(7828,1340,16),(7829,1341,16),(7830,1218,16),(7831,1219,16),(7832,1220,16),(7833,1221,16),(7834,1222,16),(7835,1223,16),(7836,1224,16),(7837,1225,16),(7838,1226,16),(7839,1227,16),(7840,1228,16),(7841,1229,16),(7842,1230,16),(7843,1231,16),(7844,1232,16),(7845,1233,16),(7846,1234,16),(7847,1235,16),(7848,1236,16),(7849,1237,16),(7850,1238,16),(7851,1239,16),(7852,1241,16),(7853,1242,16),(7854,1243,16),(7855,1244,16),(7856,1245,16),(7857,1246,16),(7858,1247,16),(7859,1248,16),(7860,1249,16),(7861,1250,16),(7862,1251,16),(7863,1252,16),(7864,1253,16),(7865,1254,16),(7866,1255,16),(7867,1256,16),(7868,1257,16),(7869,1258,16),(7870,1259,16),(7871,1260,16),(7872,1261,16),(7873,1262,16),(7874,1263,16),(7875,1264,16),(7876,1265,16),(7877,1266,16),(7878,1267,16),(7879,1268,16),(7880,1269,16),(7881,1270,16),(7882,1271,16),(7883,1272,16),(7884,1273,16),(7885,1274,16),(7886,1275,16),(7887,1276,16),(7888,1277,16),(7889,1278,16),(7890,1279,16),(7891,1280,16),(7892,1281,16),(7893,1282,16),(7894,1283,16),(7895,1284,16),(7896,1285,16),(7897,5398,16),(7898,5732,16),(7899,5851,16),(7900,1286,16),(7901,1287,16),(7902,4248,16),(7903,4249,16),(7904,4250,16),(7905,4251,16),(7906,4252,16),(7907,4253,16),(7908,4254,16),(7909,4255,16),(7910,4256,16),(7911,4257,16),(7912,4258,16),(7913,4259,16),(7914,4620,16),(7915,4260,16),(7916,4261,16),(7917,1288,16),(7918,1289,16),(7919,1290,16),(7920,1342,16),(7921,1343,16),(7922,1344,16),(7923,1345,16),(7924,1346,16),(7925,1347,16),(7926,1348,16),(7927,1092,16),(7928,5350,16),(7929,5351,16),(7930,5352,16),(7931,5353,16),(7932,5354,16),(7933,5355,16),(7934,5356,16),(7935,5357,16),(7936,1349,16),(7937,1350,16),(7938,1351,16),(7939,1352,16),(7940,1353,16),(7941,1354,16),(7942,1355,16),(7943,1356,16),(7944,1357,16),(7945,1358,16),(7946,1359,16),(7947,1360,16),(7948,1361,16),(7949,1362,16),(7950,1363,16),(7951,1364,16),(7952,1365,16),(7953,1366,16),(7954,1367,16),(7955,1368,16),(7956,1369,16),(7957,4993,16),(7958,4994,16),(7959,5358,16),(7960,5359,16),(7961,1523,16),(7962,1524,16),(7963,1525,16),(7964,1526,16),(7965,1370,16),(7966,1371,16),(7967,1372,16),(7968,1373,16),(7969,1374,16),(7970,1375,16),(7971,6057,16),(7972,3349,16),(7973,3350,16),(7974,3351,16),(7975,3352,16),(7976,3353,16),(7977,3354,16),(7978,3355,16),(7979,3356,16),(7980,3357,16),(7981,3358,16),(7982,3359,16),(7983,3360,16),(7984,3361,16),(7985,3362,16),(7986,3363,16),(7987,6190,16),(7988,6191,16),(7989,6192,16),(7990,6193,16),(7991,6194,16),(7992,6195,16),(7993,6196,16),(7994,6197,16),(7995,6198,16),(7996,6199,16),(7997,2765,16),(7998,1488,16),(7999,1489,16),(8000,1490,16),(8001,1491,16),(8002,1492,16),(8003,4899,17),(8004,1291,17),(8005,1292,17),(8006,1293,17),(8007,1294,17),(8008,1295,17),(8009,3906,17),(8010,1297,17),(8011,1298,17),(8012,1240,17),(8013,1299,17),(8014,1300,17),(8015,1301,17),(8016,1302,17),(8017,1303,17),(8018,1304,17),(8019,1305,17),(8020,1306,17),(8021,1307,17),(8022,1308,17),(8023,3653,17),(8024,1309,17),(8025,1310,17),(8026,1311,17),(8027,1312,17),(8028,1313,17),(8029,1314,17),(8030,1315,17),(8031,1316,17),(8032,1317,17),(8033,1318,17),(8034,1319,17),(8035,1320,17),(8036,1321,17),(8037,1322,17),(8038,1323,17),(8039,1324,17),(8040,1325,17),(8041,1326,17),(8042,1327,17),(8043,3594,17),(8044,4242,17),(8045,4243,17),(8046,4244,17),(8047,4245,17),(8048,4246,17),(8049,4247,17),(8050,86,17),(8051,83,17),(8052,87,17),(8053,4595,17),(8054,4596,17),(8055,4597,17),(8056,4598,17),(8057,4599,17),(8058,4600,17),(8059,4601,17),(8060,4602,17),(8061,4603,17),(8062,4604,17),(8063,1328,17),(8064,6160,17),(8065,1330,17),(8066,1331,17),(8067,1332,17),(8068,1333,17),(8069,1334,17),(8070,1335,17),(8071,1336,17),(8072,5339,17),(8073,5340,17),(8074,5341,17),(8075,6056,17),(8076,5342,17),(8077,5343,17),(8078,5344,17),(8079,5345,17),(8080,1337,17),(8081,1338,17),(8082,1339,17),(8083,5347,17),(8084,1340,17),(8085,1341,17),(8086,1218,17),(8087,1219,17),(8088,1220,17),(8089,1221,17),(8090,1222,17),(8091,1223,17),(8092,1224,17),(8093,1225,17),(8094,1226,17),(8095,1227,17),(8096,1228,17),(8097,1229,17),(8098,1230,17),(8099,1231,17),(8100,1232,17),(8101,1233,17),(8102,1234,17),(8103,1235,17),(8104,1236,17),(8105,1237,17),(8106,1238,17),(8107,1239,17),(8108,1241,17),(8109,1242,17),(8110,1243,17),(8111,1244,17),(8112,1245,17),(8113,1246,17),(8114,1247,17),(8115,1248,17),(8116,1249,17),(8117,1250,17),(8118,1251,17),(8119,1252,17),(8120,1253,17),(8121,1254,17),(8122,1255,17),(8123,1256,17),(8124,1257,17),(8125,1258,17),(8126,1259,17),(8127,1260,17),(8128,1261,17),(8129,1262,17),(8130,1263,17),(8131,1264,17),(8132,1265,17),(8133,1266,17),(8134,1267,17),(8135,1268,17),(8136,1269,17),(8137,1270,17),(8138,1271,17),(8139,1272,17),(8140,1273,17),(8141,1274,17),(8142,1275,17),(8143,1276,17),(8144,1277,17),(8145,1278,17),(8146,1279,17),(8147,1280,17),(8148,1281,17),(8149,1282,17),(8150,1283,17),(8151,1284,17),(8152,1285,17),(8153,5398,17),(8154,5732,17),(8155,5851,17),(8156,1286,17),(8157,1287,17),(8158,4248,17),(8159,4249,17),(8160,4250,17),(8161,4251,17),(8162,4252,17),(8163,4253,17),(8164,4254,17),(8165,4255,17),(8166,4256,17),(8167,4257,17),(8168,4258,17),(8169,4259,17),(8170,4620,17),(8171,4260,17),(8172,4261,17),(8173,1288,17),(8174,1289,17),(8175,1290,17),(8176,1342,17),(8177,1343,17),(8178,1344,17),(8179,1345,17),(8180,1346,17),(8181,1347,17),(8182,1348,17),(8183,1092,17),(8184,5350,17),(8185,5351,17),(8186,5352,17),(8187,5353,17),(8188,5354,17),(8189,5355,17),(8190,5356,17),(8191,5357,17),(8192,1349,17),(8193,1350,17),(8194,1351,17),(8195,1352,17),(8196,1353,17),(8197,1354,17),(8198,1355,17),(8199,1356,17),(8200,1357,17),(8201,1358,17),(8202,1359,17),(8203,1360,17),(8204,1361,17),(8205,1362,17),(8206,1363,17),(8207,1364,17),(8208,1365,17),(8209,1366,17),(8210,1367,17),(8211,1368,17),(8212,1369,17),(8213,4993,17),(8214,4994,17),(8215,5358,17),(8216,5359,17),(8217,1523,17),(8218,1524,17),(8219,1525,17),(8220,1526,17),(8221,1370,17),(8222,1371,17),(8223,1372,17),(8224,1373,17),(8225,1374,17),(8226,1375,17),(8227,6057,17),(8228,3349,17),(8229,3350,17),(8230,3351,17),(8231,3352,17),(8232,3353,17),(8233,3354,17),(8234,3355,17),(8235,3356,17),(8236,3357,17),(8237,3358,17),(8238,3359,17),(8239,3360,17),(8240,3361,17),(8241,3362,17),(8242,3363,17),(8243,6200,17),(8244,2765,17),(8245,6201,17),(8246,6202,17),(8247,6203,17),(8248,6204,17),(8249,1488,17),(8250,1489,17),(8251,1490,17),(8252,1491,17),(8253,1492,17),(8254,4899,18),(8255,1291,18),(8256,1292,18),(8257,1293,18),(8258,1294,18),(8259,1295,18),(8260,3906,18),(8261,1297,18),(8262,1298,18),(8263,1240,18),(8264,1299,18),(8265,1300,18),(8266,1301,18),(8267,1302,18),(8268,1303,18),(8269,1304,18),(8270,1305,18),(8271,1306,18),(8272,1307,18),(8273,1308,18),(8274,3653,18),(8275,1309,18),(8276,1310,18),(8277,1311,18),(8278,1312,18),(8279,1313,18),(8280,1314,18),(8281,1315,18),(8282,1316,18),(8283,1317,18),(8284,1318,18),(8285,1319,18),(8286,1320,18),(8287,1321,18),(8288,1322,18),(8289,1323,18),(8290,1324,18),(8291,1325,18),(8292,1326,18),(8293,1327,18),(8294,3594,18),(8295,4242,18),(8296,4243,18),(8297,4244,18),(8298,4245,18),(8299,4246,18),(8300,4247,18),(8301,86,18),(8302,83,18),(8303,87,18),(8304,4595,18),(8305,4596,18),(8306,4597,18),(8307,4598,18),(8308,4599,18),(8309,4600,18),(8310,4601,18),(8311,4602,18),(8312,4603,18),(8313,4604,18),(8314,1328,18),(8315,6160,18),(8316,1330,18),(8317,1331,18),(8318,1332,18),(8319,1333,18),(8320,1334,18),(8321,1335,18),(8322,1336,18),(8323,5339,18),(8324,5340,18),(8325,5341,18),(8326,6056,18),(8327,5342,18),(8328,5343,18),(8329,5344,18),(8330,5345,18),(8331,1337,18),(8332,1338,18),(8333,1339,18),(8334,5347,18),(8335,1340,18),(8336,1341,18),(8337,1218,18),(8338,1219,18),(8339,1220,18),(8340,1221,18),(8341,1222,18),(8342,1223,18),(8343,1224,18),(8344,1225,18),(8345,1226,18),(8346,1227,18),(8347,1228,18),(8348,1229,18),(8349,1230,18),(8350,1231,18),(8351,1232,18),(8352,1233,18),(8353,1234,18),(8354,1235,18),(8355,1236,18),(8356,1237,18),(8357,1238,18),(8358,1239,18),(8359,1241,18),(8360,1242,18),(8361,1243,18),(8362,1244,18),(8363,1245,18),(8364,1246,18),(8365,1247,18),(8366,1248,18),(8367,1249,18),(8368,1250,18),(8369,1251,18),(8370,1252,18),(8371,1253,18),(8372,1254,18),(8373,1255,18),(8374,1256,18),(8375,1257,18),(8376,1258,18),(8377,1259,18),(8378,1260,18),(8379,1261,18),(8380,1262,18),(8381,1263,18),(8382,1264,18),(8383,1265,18),(8384,1266,18),(8385,1267,18),(8386,1268,18),(8387,1269,18),(8388,1270,18),(8389,1271,18),(8390,1272,18),(8391,1273,18),(8392,1274,18),(8393,1275,18),(8394,1276,18),(8395,1277,18),(8396,1278,18),(8397,1279,18),(8398,1280,18),(8399,1281,18),(8400,1282,18),(8401,1283,18),(8402,1284,18),(8403,1285,18),(8404,5398,18),(8405,5732,18),(8406,5851,18),(8407,1286,18),(8408,1287,18),(8409,4248,18),(8410,4249,18),(8411,4250,18),(8412,4251,18),(8413,4252,18),(8414,4253,18),(8415,4254,18),(8416,4255,18),(8417,4256,18),(8418,4257,18),(8419,4258,18),(8420,4259,18),(8421,4620,18),(8422,4260,18),(8423,4261,18),(8424,1288,18),(8425,1289,18),(8426,1290,18),(8427,1342,18),(8428,1343,18),(8429,1344,18),(8430,2664,18),(8431,2665,18),(8432,2666,18),(8433,2667,18),(8434,2668,18),(8435,2669,18),(8436,2670,18),(8437,2671,18),(8438,2672,18),(8439,2673,18),(8440,2674,18),(8441,1345,18),(8442,1346,18),(8443,1347,18),(8444,1348,18),(8445,1092,18),(8446,5350,18),(8447,5351,18),(8448,5352,18),(8449,5353,18),(8450,5354,18),(8451,5355,18),(8452,5356,18),(8453,5357,18),(8454,1349,18),(8455,1350,18),(8456,1351,18),(8457,1352,18),(8458,1353,18),(8459,1354,18),(8460,1355,18),(8461,1356,18),(8462,1357,18),(8463,1358,18),(8464,1359,18),(8465,1360,18),(8466,1361,18),(8467,1362,18),(8468,1363,18),(8469,1364,18),(8470,1365,18),(8471,1366,18),(8472,1367,18),(8473,1368,18),(8474,1369,18),(8475,4993,18),(8476,4994,18),(8477,5358,18),(8478,5359,18),(8479,1523,18),(8480,1524,18),(8481,1525,18),(8482,1526,18),(8483,1370,18),(8484,1371,18),(8485,1372,18),(8486,1373,18),(8487,1374,18),(8488,1375,18),(8489,6057,18),(8490,3349,18),(8491,3350,18),(8492,3351,18),(8493,3352,18),(8494,3353,18),(8495,3354,18),(8496,3355,18),(8497,3356,18),(8498,3357,18),(8499,3358,18),(8500,3359,18),(8501,3360,18),(8502,3361,18),(8503,3362,18),(8504,3363,18),(8505,3364,18),(8506,3365,18),(8507,3366,18),(8508,3367,18),(8509,3368,18),(8510,3369,18),(8511,3370,18),(8512,3371,18),(8513,3372,18),(8514,3373,18),(8515,3374,18),(8516,3375,18),(8517,3376,18),(8518,3377,18),(8519,3378,18),(8520,3379,18),(8521,2765,18),(8522,3380,18),(8523,3381,18),(8524,3382,18),(8525,3383,18),(8526,3384,18),(8527,3385,18),(8528,3386,18),(8529,3387,18),(8530,3388,18),(8531,3389,18),(8532,3390,18),(8533,3391,18),(8534,3392,18),(8535,3393,18),(8536,3394,18),(8537,3395,18),(8538,3396,18),(8539,3136,18),(8540,3397,18),(8541,2734,18),(8542,3398,18),(8543,3399,18),(8544,3400,18),(8545,3401,18),(8546,3402,18),(8547,3403,18),(8548,3404,18),(8549,3405,18),(8550,1413,18),(8551,3406,18),(8552,3407,18),(8553,3408,18),(8554,3409,18),(8555,3410,18),(8556,3411,18),(8557,3412,18),(8558,3413,18),(8559,3414,18),(8560,3415,18),(8561,3416,18),(8562,3417,18),(8563,3418,18),(8564,3419,18),(8565,2774,18),(8566,3420,18),(8567,3421,18),(8568,3422,18),(8569,3423,18),(8570,3425,18),(8571,2823,18),(8572,3426,18),(8573,3427,18),(8574,3428,18),(8575,3429,18),(8576,3431,18),(8577,3432,18),(8578,3433,18),(8579,3434,18),(8580,3435,18),(8581,3424,18),(8582,3438,18),(8583,3439,18),(8584,3440,18),(8585,1426,18),(8586,3436,18),(8587,3437,18),(8588,3441,18),(8589,3442,18),(8590,3443,18),(8591,3444,18),(8592,3445,18),(8593,3446,18),(8594,3447,18),(8595,3448,18),(8596,3449,18),(8597,3450,18),(8598,3451,18),(8599,3452,18),(8600,3453,18),(8601,3454,18),(8602,3455,18),(8603,3456,18),(8604,3457,18),(8605,3458,18),(8606,2537,18),(8607,3459,18),(8608,1488,18),(8609,1489,18),(8610,1490,18),(8611,1491,18),(8612,1492,18),(8613,4899,19),(8614,1291,19),(8615,1292,19),(8616,1293,19),(8617,1294,19),(8618,1295,19),(8619,3906,19),(8620,1297,19),(8621,1298,19),(8622,1240,19),(8623,1299,19),(8624,1300,19),(8625,1301,19),(8626,1302,19),(8627,1303,19),(8628,1304,19),(8629,1305,19),(8630,1306,19),(8631,1307,19),(8632,1308,19),(8633,3653,19),(8634,1309,19),(8635,1310,19),(8636,1311,19),(8637,1312,19),(8638,1313,19),(8639,1314,19),(8640,1315,19),(8641,1316,19),(8642,1317,19),(8643,1318,19),(8644,1319,19),(8645,1320,19),(8646,1321,19),(8647,1322,19),(8648,1323,19),(8649,1324,19),(8650,1325,19),(8651,1326,19),(8652,1327,19),(8653,3594,19),(8654,4242,19),(8655,4243,19),(8656,4244,19),(8657,4245,19),(8658,4246,19),(8659,4247,19),(8660,86,19),(8661,83,19),(8662,87,19),(8663,4595,19),(8664,4596,19),(8665,4597,19),(8666,4598,19),(8667,4599,19),(8668,4600,19),(8669,4601,19),(8670,4602,19),(8671,4603,19),(8672,4604,19),(8673,1328,19),(8674,6160,19),(8675,1330,19),(8676,1331,19),(8677,1332,19),(8678,1333,19),(8679,1334,19),(8680,1335,19),(8681,1336,19),(8682,5339,19),(8683,5340,19),(8684,5341,19),(8685,6056,19),(8686,5342,19),(8687,5343,19),(8688,5344,19),(8689,5345,19),(8690,1337,19),(8691,1338,19),(8692,1339,19),(8693,5347,19),(8694,1340,19),(8695,1341,19),(8696,1218,19),(8697,1219,19),(8698,1220,19),(8699,1221,19),(8700,1222,19),(8701,1223,19),(8702,1224,19),(8703,1225,19),(8704,1226,19),(8705,1227,19),(8706,1228,19),(8707,1229,19),(8708,1230,19),(8709,1231,19),(8710,1232,19),(8711,1233,19),(8712,1234,19),(8713,1235,19),(8714,1236,19),(8715,1237,19),(8716,1238,19),(8717,1239,19),(8718,1241,19),(8719,1242,19),(8720,1243,19),(8721,1244,19),(8722,1245,19),(8723,1246,19),(8724,1247,19),(8725,1248,19),(8726,1249,19),(8727,1250,19),(8728,1251,19),(8729,1252,19),(8730,1253,19),(8731,1254,19),(8732,1255,19),(8733,1256,19),(8734,1257,19),(8735,1258,19),(8736,1259,19),(8737,1260,19),(8738,1261,19),(8739,1262,19),(8740,1263,19),(8741,1264,19),(8742,1265,19),(8743,1266,19),(8744,1267,19),(8745,1268,19),(8746,1269,19),(8747,1270,19),(8748,1271,19),(8749,1272,19),(8750,1273,19),(8751,1274,19),(8752,1275,19),(8753,1276,19),(8754,1277,19),(8755,1278,19),(8756,1279,19),(8757,1280,19),(8758,1281,19),(8759,1282,19),(8760,1283,19),(8761,1284,19),(8762,1285,19),(8763,5398,19),(8764,5732,19),(8765,5851,19),(8766,1286,19),(8767,1287,19),(8768,4248,19),(8769,4249,19),(8770,4250,19),(8771,4251,19),(8772,4252,19),(8773,4253,19),(8774,4254,19),(8775,4255,19),(8776,4256,19),(8777,4257,19),(8778,4258,19),(8779,4259,19),(8780,4620,19),(8781,4260,19),(8782,4261,19),(8783,1288,19),(8784,1289,19),(8785,1290,19),(8786,1342,19),(8787,1343,19),(8788,1344,19),(8789,1345,19),(8790,1346,19),(8791,1347,19),(8792,1348,19),(8793,1092,19),(8794,5350,19),(8795,5351,19),(8796,5352,19),(8797,5353,19),(8798,5354,19),(8799,5355,19),(8800,5356,19),(8801,5357,19),(8802,1349,19),(8803,1350,19),(8804,1351,19),(8805,1352,19),(8806,1353,19),(8807,1354,19),(8808,1355,19),(8809,1356,19),(8810,1357,19),(8811,1358,19),(8812,1359,19),(8813,1360,19),(8814,1361,19),(8815,1362,19),(8816,1363,19),(8817,1364,19),(8818,1365,19),(8819,1366,19),(8820,1367,19),(8821,1368,19),(8822,1369,19),(8823,4993,19),(8824,4994,19),(8825,5358,19),(8826,5359,19),(8827,1523,19),(8828,1524,19),(8829,1525,19),(8830,1526,19),(8831,1370,19),(8832,1371,19),(8833,1372,19),(8834,1373,19),(8835,1374,19),(8836,1375,19),(8837,6057,19),(8838,3128,19),(8839,3129,19),(8840,3130,19),(8841,3131,19),(8842,3132,19),(8843,3133,19),(8844,3134,19),(8845,3135,19),(8846,3136,19),(8847,3137,19),(8848,3138,19),(8849,3139,19),(8850,3140,19),(8851,3141,19),(8852,1215,19),(8853,3142,19),(8854,3143,19),(8855,3144,19),(8856,3145,19),(8857,3146,19),(8858,3147,19),(8859,3148,19),(8860,3149,19),(8861,3150,19),(8862,3151,19),(8863,3152,19),(8864,3153,19),(8865,3154,19),(8866,3155,19),(8867,3156,19),(8868,1488,19),(8869,1489,19),(8870,1490,19),(8871,1491,19),(8872,1492,19),(8873,4899,20),(8874,1291,20),(8875,1292,20),(8876,1293,20),(8877,1294,20),(8878,1295,20),(8879,3906,20),(8880,1297,20),(8881,1298,20),(8882,1240,20),(8883,1299,20),(8884,1300,20),(8885,1301,20),(8886,1302,20),(8887,1303,20),(8888,1304,20),(8889,1305,20),(8890,1306,20),(8891,1307,20),(8892,1308,20),(8893,3653,20),(8894,1309,20),(8895,1310,20),(8896,1311,20),(8897,1312,20),(8898,1313,20),(8899,1314,20),(8900,1315,20),(8901,1316,20),(8902,1317,20),(8903,1318,20),(8904,1319,20),(8905,1320,20),(8906,1321,20),(8907,1322,20),(8908,1323,20),(8909,1324,20),(8910,1325,20),(8911,1326,20),(8912,1327,20),(8913,3594,20),(8914,4242,20),(8915,4243,20),(8916,4244,20),(8917,4245,20),(8918,4246,20),(8919,4247,20),(8920,86,20),(8921,83,20),(8922,87,20),(8923,4595,20),(8924,4596,20),(8925,4597,20),(8926,4598,20),(8927,4599,20),(8928,4600,20),(8929,4601,20),(8930,4602,20),(8931,4603,20),(8932,4604,20),(8933,1328,20),(8934,6160,20),(8935,1330,20),(8936,1331,20),(8937,1332,20),(8938,1333,20),(8939,1334,20),(8940,1335,20),(8941,1336,20),(8942,5339,20),(8943,5340,20),(8944,5341,20),(8945,6056,20),(8946,5342,20),(8947,5343,20),(8948,5344,20),(8949,5345,20),(8950,1337,20),(8951,1338,20),(8952,1339,20),(8953,5347,20),(8954,1340,20),(8955,1341,20),(8956,1218,20),(8957,1219,20),(8958,1220,20),(8959,1221,20),(8960,1222,20),(8961,1223,20),(8962,1224,20),(8963,1225,20),(8964,1226,20),(8965,1227,20),(8966,1228,20),(8967,1229,20),(8968,1230,20),(8969,1231,20),(8970,1232,20),(8971,1233,20),(8972,1234,20),(8973,1235,20),(8974,1236,20),(8975,1237,20),(8976,1238,20),(8977,1239,20),(8978,1241,20),(8979,1242,20),(8980,1243,20),(8981,1244,20),(8982,1245,20),(8983,1246,20),(8984,1247,20),(8985,1248,20),(8986,1249,20),(8987,1250,20),(8988,1251,20),(8989,1252,20),(8990,1253,20),(8991,1254,20),(8992,1255,20),(8993,1256,20),(8994,1257,20),(8995,1258,20),(8996,1259,20),(8997,1260,20),(8998,1261,20),(8999,1262,20),(9000,1263,20),(9001,1264,20),(9002,1265,20),(9003,1266,20),(9004,1267,20),(9005,1268,20),(9006,1269,20),(9007,1270,20),(9008,1271,20),(9009,1272,20),(9010,1273,20),(9011,1274,20),(9012,1275,20),(9013,1276,20),(9014,1277,20),(9015,1278,20),(9016,1279,20),(9017,1280,20),(9018,1281,20),(9019,1282,20),(9020,1283,20),(9021,1284,20),(9022,1285,20),(9023,5398,20),(9024,5732,20),(9025,5851,20),(9026,1286,20),(9027,1287,20),(9028,4248,20),(9029,4249,20),(9030,4250,20),(9031,4251,20),(9032,4252,20),(9033,4253,20),(9034,4254,20),(9035,4255,20),(9036,4256,20),(9037,4257,20),(9038,4258,20),(9039,4259,20),(9040,4620,20),(9041,4260,20),(9042,4261,20),(9043,1288,20),(9044,1289,20),(9045,1290,20),(9046,1342,20),(9047,1343,20),(9048,1344,20),(9049,2664,20),(9050,2665,20),(9051,2666,20),(9052,2667,20),(9053,2668,20),(9054,2669,20),(9055,2670,20),(9056,2671,20),(9057,2672,20),(9058,2673,20),(9059,2674,20),(9060,2675,20),(9061,2676,20),(9062,2677,20),(9063,2678,20),(9064,2679,20),(9065,2680,20),(9066,2681,20),(9067,2682,20),(9068,2683,20),(9069,2684,20),(9070,2685,20),(9071,2686,20),(9072,2687,20),(9073,2688,20),(9074,2689,20),(9075,2690,20),(9076,1558,20),(9077,2691,20),(9078,2692,20),(9079,2693,20),(9080,2694,20),(9081,2695,20),(9082,1345,20),(9083,1346,20),(9084,1347,20),(9085,1348,20),(9086,1092,20),(9087,2696,20),(9088,2697,20),(9089,2698,20),(9090,2699,20),(9091,2700,20),(9092,2701,20),(9093,2702,20),(9094,5350,20),(9095,5351,20),(9096,5352,20),(9097,5353,20),(9098,5354,20),(9099,5355,20),(9100,5356,20),(9101,5357,20),(9102,1349,20),(9103,1350,20),(9104,1351,20),(9105,1352,20),(9106,1353,20),(9107,1354,20),(9108,1355,20),(9109,1356,20),(9110,1357,20),(9111,1358,20),(9112,1359,20),(9113,1360,20),(9114,1361,20),(9115,1362,20),(9116,1363,20),(9117,1364,20),(9118,1365,20),(9119,1366,20),(9120,1367,20),(9121,1368,20),(9122,1369,20),(9123,4993,20),(9124,4994,20),(9125,5358,20),(9126,5359,20),(9127,1523,20),(9128,1524,20),(9129,1525,20),(9130,1526,20),(9131,1370,20),(9132,1371,20),(9133,1372,20),(9134,1531,20),(9135,1533,20),(9136,1534,20),(9137,65,20),(9138,1535,20),(9139,1536,20),(9140,1373,20),(9141,1374,20),(9142,1375,20),(9143,6057,20),(9144,2703,20),(9145,2704,20),(9146,2705,20),(9147,2706,20),(9148,2707,20),(9149,2708,20),(9150,2709,20),(9151,2710,20),(9152,2711,20),(9153,2712,20),(9154,2713,20),(9155,2714,20),(9156,2715,20),(9157,2716,20),(9158,2717,20),(9159,2718,20),(9160,2719,20),(9161,2720,20),(9162,2721,20),(9163,2722,20),(9164,2723,20),(9165,2724,20),(9166,2725,20),(9167,2726,20),(9168,2727,20),(9169,2728,20),(9170,2729,20),(9171,2730,20),(9172,2731,20),(9173,2732,20),(9174,2733,20),(9175,2734,20),(9176,2735,20),(9177,2736,20),(9178,2737,20),(9179,2738,20),(9180,2739,20),(9181,2740,20),(9182,2741,20),(9183,2742,20),(9184,2743,20),(9185,2744,20),(9186,2745,20),(9187,2746,20),(9188,2747,20),(9189,2748,20),(9190,2749,20),(9191,2750,20),(9192,2751,20),(9193,2752,20),(9194,2753,20),(9195,2754,20),(9196,2755,20),(9197,2756,20),(9198,2757,20),(9199,2758,20),(9200,2759,20),(9201,2760,20),(9202,2761,20),(9203,1554,20),(9204,1555,20),(9205,1556,20),(9206,1557,20),(9207,1559,20),(9208,1560,20),(9209,2762,20),(9210,2764,20),(9211,2485,20),(9212,2765,20),(9213,2766,20),(9214,2767,20),(9215,2768,20),(9216,2769,20),(9217,1428,20),(9218,1429,20),(9219,2771,20),(9220,2772,20),(9221,2773,20),(9222,2774,20),(9223,2775,20),(9224,2776,20),(9225,2777,20),(9226,2778,20),(9227,2779,20),(9228,1488,20),(9229,1489,20),(9230,1490,20),(9231,1491,20),(9232,1492,20),(9233,1291,21),(9234,1292,21),(9235,1293,21),(9236,1294,21),(9237,1295,21),(9238,3906,21),(9239,1297,21),(9240,1298,21),(9241,1240,21),(9242,1299,21),(9243,1300,21),(9244,1301,21),(9245,1302,21),(9246,1303,21),(9247,1304,21),(9248,1305,21),(9249,1306,21),(9250,1307,21),(9251,1308,21),(9252,3653,21),(9253,1309,21),(9254,1310,21),(9255,1311,21),(9256,1312,21),(9257,1313,21),(9258,1314,21),(9259,1315,21),(9260,1316,21),(9261,1317,21),(9262,1318,21),(9263,1319,21),(9264,1320,21),(9265,1321,21),(9266,1322,21),(9267,1323,21),(9268,1324,21),(9269,1325,21),(9270,1326,21),(9271,1327,21),(9272,3594,21),(9273,4242,21),(9274,4243,21),(9275,4244,21),(9276,4245,21),(9277,4246,21),(9278,4247,21),(9279,86,21),(9280,83,21),(9281,87,21),(9282,4595,21),(9283,4596,21),(9284,4597,21),(9285,4598,21),(9286,4599,21),(9287,4600,21),(9288,4601,21),(9289,4602,21),(9290,4603,21),(9291,4604,21),(9292,1328,21),(9293,6160,21),(9294,1330,21),(9295,1331,21),(9296,1332,21),(9297,1333,21),(9298,1334,21),(9299,1335,21),(9300,1336,21),(9301,5339,21),(9302,5340,21),(9303,5341,21),(9304,6056,21),(9305,5342,21),(9306,5343,21),(9307,5344,21),(9308,5345,21),(9309,1337,21),(9310,1338,21),(9311,1339,21),(9312,5347,21),(9313,1340,21),(9314,1341,21),(9315,1218,21),(9316,1219,21),(9317,1220,21),(9318,1221,21),(9319,1222,21),(9320,1223,21),(9321,1224,21),(9322,1225,21),(9323,1226,21),(9324,1227,21),(9325,1228,21),(9326,1229,21),(9327,1230,21),(9328,1231,21),(9329,1232,21),(9330,1233,21),(9331,1234,21),(9332,1235,21),(9333,1236,21),(9334,1237,21),(9335,1238,21),(9336,1239,21),(9337,1241,21),(9338,1242,21),(9339,1243,21),(9340,1244,21),(9341,1245,21),(9342,1246,21),(9343,1247,21),(9344,1248,21),(9345,1249,21),(9346,1250,21),(9347,1251,21),(9348,1252,21),(9349,1253,21),(9350,1254,21),(9351,1255,21),(9352,1256,21),(9353,1257,21),(9354,1258,21),(9355,1259,21),(9356,1260,21),(9357,1261,21),(9358,1262,21),(9359,1263,21),(9360,1264,21),(9361,1265,21),(9362,1266,21),(9363,1267,21),(9364,1268,21),(9365,1269,21),(9366,1270,21),(9367,1271,21),(9368,1272,21),(9369,1273,21),(9370,1274,21),(9371,1275,21),(9372,1276,21),(9373,1277,21),(9374,1278,21),(9375,1279,21),(9376,1280,21),(9377,1281,21),(9378,1282,21),(9379,1283,21),(9380,1284,21),(9381,1285,21),(9382,5398,21),(9383,5732,21),(9384,5851,21),(9385,1286,21),(9386,1287,21),(9387,4248,21),(9388,4249,21),(9389,4250,21),(9390,4251,21),(9391,4252,21),(9392,4253,21),(9393,4254,21),(9394,4255,21),(9395,4256,21),(9396,4257,21),(9397,4258,21),(9398,4259,21),(9399,4620,21),(9400,4260,21),(9401,4261,21),(9402,1288,21),(9403,1289,21),(9404,1290,21),(9405,1342,21),(9406,1343,21),(9407,1344,21),(9408,2664,21),(9409,2665,21),(9410,2666,21),(9411,2667,21),(9412,2668,21),(9413,2669,21),(9414,2670,21),(9415,2671,21),(9416,2672,21),(9417,2673,21),(9418,2674,21),(9419,1345,21),(9420,1346,21),(9421,1347,21),(9422,1348,21),(9423,1092,21),(9424,5350,21),(9425,5351,21),(9426,5352,21),(9427,5353,21),(9428,5354,21),(9429,5355,21),(9430,5356,21),(9431,5357,21),(9432,1349,21),(9433,1350,21),(9434,1351,21),(9435,1352,21),(9436,1353,21),(9437,1354,21),(9438,1355,21),(9439,1356,21),(9440,1357,21),(9441,1358,21),(9442,1359,21),(9443,1360,21),(9444,1361,21),(9445,1362,21),(9446,1363,21),(9447,1364,21),(9448,1365,21),(9449,1366,21),(9450,1367,21),(9451,1368,21),(9452,1369,21),(9453,4993,21),(9454,4994,21),(9455,5358,21),(9456,5359,21),(9457,1370,21),(9458,1371,21),(9459,1372,21),(9460,1531,21),(9461,1533,21),(9462,1534,21),(9463,65,21),(9464,1536,21),(9465,1373,21),(9466,1374,21),(9467,1375,21),(9468,6057,21),(9469,1554,21),(9470,1555,21),(9471,1556,21),(9472,1557,21),(9473,1558,21),(9474,1559,21),(9475,1560,21),(9476,3117,21),(9477,2740,21),(9478,3102,21),(9479,3118,21),(9480,2752,21),(9481,3119,21),(9482,3120,21),(9483,3121,21),(9484,2756,21),(9485,3122,21),(9486,3123,21),(9487,2755,21),(9488,2758,21),(9489,2874,21),(9490,2745,21),(9491,2872,21),(9492,3124,21),(9493,3125,21),(9494,6183,21),(9495,6184,21),(9496,2761,21),(9497,2762,21),(9498,1500,21),(9499,1501,21),(9500,3461,21),(9501,1548,21),(9502,1549,21),(9503,78,21),(9504,6185,21),(9505,6186,21),(9506,6187,21),(9507,6188,21),(9508,6189,21),(9509,1488,21),(9510,1489,21),(9511,1490,21),(9512,1491,21),(9513,1492,21),(9514,1291,22),(9515,1292,22),(9516,1293,22),(9517,1294,22),(9518,1295,22),(9519,3906,22),(9520,1297,22),(9521,1298,22),(9522,1240,22),(9523,1299,22),(9524,1300,22),(9525,1301,22),(9526,1302,22),(9527,1303,22),(9528,1304,22),(9529,1305,22),(9530,1306,22),(9531,1307,22),(9532,1308,22),(9533,3653,22),(9534,1309,22),(9535,1310,22),(9536,1311,22),(9537,1312,22),(9538,1313,22),(9539,1314,22),(9540,1315,22),(9541,1316,22),(9542,1317,22),(9543,1318,22),(9544,1319,22),(9545,1320,22),(9546,1321,22),(9547,1322,22),(9548,1323,22),(9549,1324,22),(9550,1325,22),(9551,1326,22),(9552,1327,22),(9553,3594,22),(9554,4242,22),(9555,4243,22),(9556,4244,22),(9557,4245,22),(9558,4246,22),(9559,4247,22),(9560,86,22),(9561,83,22),(9562,87,22),(9563,4595,22),(9564,4596,22),(9565,4597,22),(9566,4598,22),(9567,4599,22),(9568,4600,22),(9569,4601,22),(9570,4602,22),(9571,4603,22),(9572,4604,22),(9573,1328,22),(9574,6160,22),(9575,1330,22),(9576,1331,22),(9577,1332,22),(9578,1333,22),(9579,1334,22),(9580,1335,22),(9581,1336,22),(9582,5339,22),(9583,5340,22),(9584,5341,22),(9585,6056,22),(9586,5342,22),(9587,5343,22),(9588,5344,22),(9589,5345,22),(9590,1337,22),(9591,1338,22),(9592,1339,22),(9593,5347,22),(9594,1340,22),(9595,1341,22),(9596,1218,22),(9597,1219,22),(9598,1220,22),(9599,1221,22),(9600,1222,22),(9601,1223,22),(9602,1224,22),(9603,1225,22),(9604,1226,22),(9605,1227,22),(9606,1228,22),(9607,1229,22),(9608,1230,22),(9609,1231,22),(9610,1232,22),(9611,1233,22),(9612,1234,22),(9613,1235,22),(9614,1236,22),(9615,1237,22),(9616,1238,22),(9617,1239,22),(9618,1241,22),(9619,1242,22),(9620,1243,22),(9621,1244,22),(9622,1245,22),(9623,1246,22),(9624,1247,22),(9625,1248,22),(9626,1249,22),(9627,1250,22),(9628,1251,22),(9629,1252,22),(9630,1253,22),(9631,1254,22),(9632,1255,22),(9633,1256,22),(9634,1257,22),(9635,1258,22),(9636,1259,22),(9637,1260,22),(9638,1261,22),(9639,1262,22),(9640,1263,22),(9641,1264,22),(9642,1265,22),(9643,1266,22),(9644,1267,22),(9645,1268,22),(9646,1269,22),(9647,1270,22),(9648,1271,22),(9649,1272,22),(9650,1273,22),(9651,1274,22),(9652,1275,22),(9653,1276,22),(9654,1277,22),(9655,1278,22),(9656,1279,22),(9657,1280,22),(9658,1281,22),(9659,1282,22),(9660,1283,22),(9661,1284,22),(9662,1285,22),(9663,5398,22),(9664,5732,22),(9665,5851,22),(9666,1286,22),(9667,1287,22),(9668,4248,22),(9669,4249,22),(9670,4250,22),(9671,4251,22),(9672,4252,22),(9673,4253,22),(9674,4254,22),(9675,4255,22),(9676,4256,22),(9677,4257,22),(9678,4258,22),(9679,4259,22),(9680,4620,22),(9681,4260,22),(9682,4261,22),(9683,1288,22),(9684,1289,22),(9685,1290,22),(9686,1342,22),(9687,1343,22),(9688,1344,22),(9689,1345,22),(9690,1346,22),(9691,1347,22),(9692,1348,22),(9693,1092,22),(9694,2696,22),(9695,2697,22),(9696,2698,22),(9697,2699,22),(9698,2700,22),(9699,2701,22),(9700,2702,22),(9701,5350,22),(9702,5351,22),(9703,5352,22),(9704,5353,22),(9705,5354,22),(9706,5355,22),(9707,5356,22),(9708,5357,22),(9709,1349,22),(9710,1350,22),(9711,1351,22),(9712,1352,22),(9713,1353,22),(9714,1354,22),(9715,1355,22),(9716,1356,22),(9717,1357,22),(9718,1358,22),(9719,1359,22),(9720,1360,22),(9721,1361,22),(9722,1362,22),(9723,1363,22),(9724,1364,22),(9725,1365,22),(9726,1366,22),(9727,1367,22),(9728,1368,22),(9729,1369,22),(9730,4993,22),(9731,4994,22),(9732,5358,22),(9733,5359,22),(9734,1523,22),(9735,1524,22),(9736,1525,22),(9737,1526,22),(9738,1370,22),(9739,1371,22),(9740,1372,22),(9741,1531,22),(9742,1534,22),(9743,65,22),(9744,1535,22),(9745,1536,22),(9746,1373,22),(9747,1374,22),(9748,1375,22),(9749,6057,22),(9750,1545,22),(9751,1547,22),(9752,1488,22),(9753,1489,22),(9754,1490,22),(9755,1491,22),(9756,1492,22),(9757,6213,22),(9758,6214,22),(9759,6215,22),(9760,6216,22),(9761,6217,22),(9762,6218,22),(9763,6219,22),(9764,6220,22),(9765,6221,22),(9766,6222,22),(9767,6223,22),(9768,6224,22),(9769,6225,22),(9770,6226,22),(9771,6227,22),(9772,6228,22),(9773,6229,22),(9774,6230,22),(9775,6231,22),(9776,6232,22),(9777,6233,22),(9778,6234,22),(9779,6235,22),(9780,6236,22),(9781,6237,22),(9782,6238,22),(9783,6239,22),(9784,6240,22),(9785,6241,22),(9786,6242,22),(9787,6243,22),(9788,6244,22),(9789,6245,22),(9790,6246,22),(9791,6247,22),(9792,6248,22),(9793,6249,22),(9794,6250,22),(9795,6251,22),(9796,6252,22),(9797,6253,22),(9798,6254,22),(9799,6255,22),(9800,6256,22),(9801,6257,22),(9802,6258,22),(9803,6259,22),(9804,6260,22),(9805,6261,22),(9806,6262,22),(9807,6263,22),(9808,6264,22),(9809,1093,23),(9810,1092,23),(9811,1291,23),(9812,1292,23),(9813,1293,23),(9814,1294,23),(9815,1295,23),(9816,3906,23),(9817,1297,23),(9818,1298,23),(9819,1240,23),(9820,1299,23),(9821,1300,23),(9822,1301,23),(9823,1302,23),(9824,1303,23),(9825,1304,23),(9826,1305,23),(9827,1306,23),(9828,1307,23),(9829,1308,23),(9830,3653,23),(9831,1309,23),(9832,1310,23),(9833,1311,23),(9834,1312,23),(9835,1313,23),(9836,1314,23),(9837,1315,23),(9838,1316,23),(9839,1317,23),(9840,1318,23),(9841,1319,23),(9842,1320,23),(9843,1321,23),(9844,1322,23),(9845,1323,23),(9846,1324,23),(9847,1325,23),(9848,1326,23),(9849,1327,23),(9850,3594,23),(9851,4242,23),(9852,4243,23),(9853,4244,23),(9854,4245,23),(9855,4246,23),(9856,4247,23),(9857,86,23),(9858,83,23),(9859,87,23),(9860,4595,23),(9861,4596,23),(9862,4597,23),(9863,4598,23),(9864,4599,23),(9865,4600,23),(9866,4601,23),(9867,4602,23),(9868,4603,23),(9869,4604,23),(9870,1328,23),(9871,6160,23),(9872,1330,23),(9873,1331,23),(9874,1332,23),(9875,1333,23),(9876,1334,23),(9877,1335,23),(9878,1336,23),(9879,5339,23),(9880,5340,23),(9881,5341,23),(9882,6056,23),(9883,5342,23),(9884,5343,23),(9885,5344,23),(9886,5345,23),(9887,1337,23),(9888,1338,23),(9889,1339,23),(9890,5347,23),(9891,1340,23),(9892,1341,23),(9893,1218,23),(9894,1219,23),(9895,1220,23),(9896,1221,23),(9897,1222,23),(9898,1223,23),(9899,1224,23),(9900,1225,23),(9901,1226,23),(9902,1227,23),(9903,1228,23),(9904,1229,23),(9905,1230,23),(9906,1231,23),(9907,1232,23),(9908,1233,23),(9909,1234,23),(9910,1235,23),(9911,1236,23),(9912,1237,23),(9913,1238,23),(9914,1239,23),(9915,1241,23),(9916,1242,23),(9917,1243,23),(9918,1244,23),(9919,1245,23),(9920,1246,23),(9921,1247,23),(9922,1248,23),(9923,1249,23),(9924,1250,23),(9925,1251,23),(9926,1252,23),(9927,1253,23),(9928,1254,23),(9929,1255,23),(9930,1256,23),(9931,1257,23),(9932,1258,23),(9933,1259,23),(9934,1260,23),(9935,1261,23),(9936,1262,23),(9937,1263,23),(9938,1264,23),(9939,1265,23),(9940,1266,23),(9941,1267,23),(9942,1268,23),(9943,1269,23),(9944,1270,23),(9945,1271,23),(9946,1272,23),(9947,1273,23),(9948,1274,23),(9949,1275,23),(9950,1276,23),(9951,1277,23),(9952,1278,23),(9953,1279,23),(9954,1280,23),(9955,1281,23),(9956,1282,23),(9957,1283,23),(9958,1284,23),(9959,1285,23),(9960,5398,23),(9961,5732,23),(9962,5851,23),(9963,1286,23),(9964,1287,23),(9965,4248,23),(9966,4249,23),(9967,4250,23),(9968,4251,23),(9969,4252,23),(9970,4253,23),(9971,4254,23),(9972,4255,23),(9973,4256,23),(9974,4257,23),(9975,4258,23),(9976,4259,23),(9977,4620,23),(9978,4260,23),(9979,4261,23),(9980,1288,23),(9981,1289,23),(9982,1290,23),(9983,1342,23),(9984,1343,23),(9985,1344,23),(9986,1345,23),(9987,1346,23),(9988,1347,23),(9989,1348,23),(9990,5350,23),(9991,5351,23),(9992,5352,23),(9993,5353,23),(9994,5354,23),(9995,5355,23),(9996,5356,23),(9997,5357,23),(9998,1349,23),(9999,1350,23),(10000,1351,23),(10001,1352,23),(10002,1353,23),(10003,1354,23),(10004,1355,23),(10005,1356,23),(10006,1357,23),(10007,1358,23),(10008,1359,23),(10009,1360,23),(10010,1361,23),(10011,1362,23),(10012,1363,23),(10013,1364,23),(10014,1365,23),(10015,1366,23),(10016,1367,23),(10017,1368,23),(10018,1369,23),(10019,4993,23),(10020,4994,23),(10021,5358,23),(10022,5359,23),(10023,1370,23),(10024,1371,23),(10025,1372,23),(10026,1373,23),(10027,1374,23),(10028,1375,23),(10029,6057,23),(10030,1488,23),(10031,1489,23),(10032,1490,23),(10033,1491,23),(10034,1492,23),(10035,1291,24),(10036,1292,24),(10037,1293,24),(10038,1294,24),(10039,1295,24),(10040,3906,24),(10041,1297,24),(10042,1298,24),(10043,1240,24),(10044,1299,24),(10045,1300,24),(10046,1301,24),(10047,1302,24),(10048,1303,24),(10049,1304,24),(10050,1305,24),(10051,1306,24),(10052,1307,24),(10053,1308,24),(10054,3653,24),(10055,1309,24),(10056,1310,24),(10057,1311,24),(10058,1312,24),(10059,1313,24),(10060,1314,24),(10061,1315,24),(10062,1316,24),(10063,1317,24),(10064,1318,24),(10065,1319,24),(10066,1320,24),(10067,1321,24),(10068,1322,24),(10069,1323,24),(10070,1324,24),(10071,1325,24),(10072,1326,24),(10073,1327,24),(10074,3594,24),(10075,4242,24),(10076,4243,24),(10077,4244,24),(10078,4245,24),(10079,4246,24),(10080,4247,24),(10081,86,24),(10082,83,24),(10083,87,24),(10084,4595,24),(10085,4596,24),(10086,4597,24),(10087,4598,24),(10088,4599,24),(10089,4600,24),(10090,4601,24),(10091,4602,24),(10092,4603,24),(10093,4604,24),(10094,1328,24),(10095,6160,24),(10096,1330,24),(10097,1331,24),(10098,1332,24),(10099,1333,24),(10100,1334,24),(10101,1335,24),(10102,1336,24),(10103,5339,24),(10104,5340,24),(10105,5341,24),(10106,6056,24),(10107,5342,24),(10108,5343,24),(10109,5344,24),(10110,5345,24),(10111,1337,24),(10112,1338,24),(10113,1339,24),(10114,5347,24),(10115,1340,24),(10116,1341,24),(10117,1218,24),(10118,1219,24),(10119,1220,24),(10120,1221,24),(10121,1222,24),(10122,1223,24),(10123,1224,24),(10124,1225,24),(10125,1226,24),(10126,1227,24),(10127,1228,24),(10128,1229,24),(10129,1230,24),(10130,1231,24),(10131,1232,24),(10132,1233,24),(10133,1234,24),(10134,1235,24),(10135,1236,24),(10136,1237,24),(10137,1238,24),(10138,1239,24),(10139,1241,24),(10140,1242,24),(10141,1243,24),(10142,1244,24),(10143,1245,24),(10144,1246,24),(10145,1247,24),(10146,1248,24),(10147,1249,24),(10148,1250,24),(10149,1251,24),(10150,1252,24),(10151,1253,24),(10152,1254,24),(10153,1255,24),(10154,1256,24),(10155,1257,24),(10156,1258,24),(10157,1259,24),(10158,1260,24),(10159,1261,24),(10160,1262,24),(10161,1263,24),(10162,1264,24),(10163,1265,24),(10164,1266,24),(10165,1267,24),(10166,1268,24),(10167,1269,24),(10168,1270,24),(10169,1271,24),(10170,1272,24),(10171,1273,24),(10172,1274,24),(10173,1275,24),(10174,1276,24),(10175,1277,24),(10176,1278,24),(10177,1279,24),(10178,1280,24),(10179,1281,24),(10180,1282,24),(10181,1283,24),(10182,1284,24),(10183,1285,24),(10184,5398,24),(10185,5732,24),(10186,5851,24),(10187,1286,24),(10188,1287,24),(10189,4248,24),(10190,4249,24),(10191,4250,24),(10192,4251,24),(10193,4252,24),(10194,4253,24),(10195,4254,24),(10196,4255,24),(10197,4256,24),(10198,4257,24),(10199,4258,24),(10200,4259,24),(10201,4620,24),(10202,4260,24),(10203,4261,24),(10204,1288,24),(10205,1289,24),(10206,1290,24),(10207,1342,24),(10208,1343,24),(10209,1344,24),(10210,1345,24),(10211,1346,24),(10212,1347,24),(10213,1348,24),(10214,1092,24),(10215,5350,24),(10216,5351,24),(10217,5352,24),(10218,5353,24),(10219,5354,24),(10220,5355,24),(10221,5356,24),(10222,5357,24),(10223,1349,24),(10224,1350,24),(10225,1351,24),(10226,1352,24),(10227,1353,24),(10228,1354,24),(10229,1355,24),(10230,1356,24),(10231,1357,24),(10232,1358,24),(10233,1359,24),(10234,1360,24),(10235,1361,24),(10236,1362,24),(10237,1363,24),(10238,1364,24),(10239,1365,24),(10240,1366,24),(10241,1367,24),(10242,1368,24),(10243,1369,24),(10244,4993,24),(10245,4994,24),(10246,5358,24),(10247,5359,24),(10248,1370,24),(10249,1371,24),(10250,1372,24),(10251,1373,24),(10252,1374,24),(10253,1375,24),(10254,6057,24),(10255,1387,24),(10256,1388,24),(10257,1389,24),(10258,1390,24),(10259,1391,24),(10260,1392,24),(10261,1393,24),(10262,1394,24),(10263,1395,24),(10264,1396,24),(10265,1397,24),(10266,1398,24),(10267,1399,24),(10268,1400,24),(10269,1401,24),(10270,1404,24),(10271,1405,24),(10272,1406,24),(10273,1407,24),(10274,1408,24),(10275,1409,24),(10276,1410,24),(10277,1411,24),(10278,1412,24),(10279,1413,24),(10280,1414,24),(10281,1417,24),(10282,1418,24),(10283,1419,24),(10284,1420,24),(10285,1421,24),(10286,1422,24),(10287,1423,24),(10288,1424,24),(10289,1425,24),(10290,1426,24),(10291,1427,24),(10292,1428,24),(10293,1429,24),(10294,1093,24),(10295,1430,24),(10296,1431,24),(10297,1432,24),(10298,1433,24),(10299,1434,24),(10300,1435,24),(10301,1436,24),(10302,1437,24),(10303,1438,24),(10304,1439,24),(10305,1440,24),(10306,1441,24),(10307,1442,24),(10308,1443,24),(10309,1444,24),(10310,1445,24),(10311,1446,24),(10312,1447,24),(10313,1448,24),(10314,1449,24),(10315,1450,24),(10316,1451,24),(10317,1452,24),(10318,1453,24),(10319,1454,24),(10320,1455,24),(10321,1456,24),(10322,1457,24),(10323,1458,24),(10324,1459,24),(10325,1460,24),(10326,1461,24),(10327,1462,24),(10328,1463,24),(10329,1464,24),(10330,1465,24),(10331,1466,24),(10332,1467,24),(10333,1468,24),(10334,1469,24),(10335,1470,24),(10336,1471,24),(10337,1472,24),(10338,1473,24),(10339,1474,24),(10340,1475,24),(10341,1476,24),(10342,1477,24),(10343,1478,24),(10344,1479,24),(10345,1480,24),(10346,1481,24),(10347,1482,24),(10348,1483,24),(10349,1484,24),(10350,1485,24),(10351,1486,24),(10352,1487,24),(10353,1488,24),(10354,1489,24),(10355,1490,24),(10356,1491,24),(10357,1492,24),(10358,1291,25),(10359,1292,25),(10360,1293,25),(10361,1294,25),(10362,1295,25),(10363,3906,25),(10364,1297,25),(10365,1298,25),(10366,1240,25),(10367,1299,25),(10368,1300,25),(10369,1301,25),(10370,1302,25),(10371,1303,25),(10372,1304,25),(10373,1305,25),(10374,1306,25),(10375,1307,25),(10376,1308,25),(10377,3653,25),(10378,1309,25),(10379,1310,25),(10380,1311,25),(10381,1312,25),(10382,1313,25),(10383,1314,25),(10384,1315,25),(10385,1316,25),(10386,1317,25),(10387,1318,25),(10388,1319,25),(10389,1320,25),(10390,1321,25),(10391,1322,25),(10392,1323,25),(10393,1324,25),(10394,1325,25),(10395,1326,25),(10396,1327,25),(10397,3594,25),(10398,4242,25),(10399,4243,25),(10400,4244,25),(10401,4245,25),(10402,4246,25),(10403,4247,25),(10404,86,25),(10405,83,25),(10406,87,25),(10407,4595,25),(10408,4596,25),(10409,4597,25),(10410,4598,25),(10411,4599,25),(10412,4600,25),(10413,4601,25),(10414,4602,25),(10415,4603,25),(10416,4604,25),(10417,1328,25),(10418,6160,25),(10419,1330,25),(10420,1331,25),(10421,1332,25),(10422,1333,25),(10423,1334,25),(10424,1335,25),(10425,1336,25),(10426,5339,25),(10427,5340,25),(10428,5341,25),(10429,6056,25),(10430,5342,25),(10431,5343,25),(10432,5344,25),(10433,5345,25),(10434,1337,25),(10435,1338,25),(10436,1339,25),(10437,5347,25),(10438,1340,25),(10439,1341,25),(10440,1218,25),(10441,1219,25),(10442,1220,25),(10443,1221,25),(10444,1222,25),(10445,1223,25),(10446,1224,25),(10447,1225,25),(10448,1226,25),(10449,1227,25),(10450,1228,25),(10451,1229,25),(10452,1230,25),(10453,1231,25),(10454,1232,25),(10455,1233,25),(10456,1234,25),(10457,1235,25),(10458,1236,25),(10459,1237,25),(10460,1238,25),(10461,1239,25),(10462,1241,25),(10463,1242,25),(10464,1243,25),(10465,1244,25),(10466,1245,25),(10467,1246,25),(10468,1247,25),(10469,1248,25),(10470,1249,25),(10471,1250,25),(10472,1251,25),(10473,1252,25),(10474,1253,25),(10475,1254,25),(10476,1255,25),(10477,1256,25),(10478,1257,25),(10479,1258,25),(10480,1259,25),(10481,1260,25),(10482,1261,25),(10483,1262,25),(10484,1263,25),(10485,1264,25),(10486,1265,25),(10487,1266,25),(10488,1267,25),(10489,1268,25),(10490,1269,25),(10491,1270,25),(10492,1271,25),(10493,1272,25),(10494,1273,25),(10495,1274,25),(10496,1275,25),(10497,1276,25),(10498,1277,25),(10499,1278,25),(10500,1279,25),(10501,1280,25),(10502,1281,25),(10503,1282,25),(10504,1283,25),(10505,1284,25),(10506,1285,25),(10507,5398,25),(10508,5732,25),(10509,5851,25),(10510,1286,25),(10511,1287,25),(10512,4248,25),(10513,4249,25),(10514,4250,25),(10515,4251,25),(10516,4252,25),(10517,4253,25),(10518,4254,25),(10519,4255,25),(10520,4256,25),(10521,4257,25),(10522,4258,25),(10523,4259,25),(10524,4620,25),(10525,4260,25),(10526,4261,25),(10527,1288,25),(10528,1289,25),(10529,1290,25),(10530,1342,25),(10531,1343,25),(10532,1344,25),(10533,1345,25),(10534,1346,25),(10535,1347,25),(10536,1348,25),(10537,1092,25),(10538,5350,25),(10539,5351,25),(10540,5352,25),(10541,5353,25),(10542,5354,25),(10543,5355,25),(10544,5356,25),(10545,5357,25),(10546,1349,25),(10547,1350,25),(10548,1351,25),(10549,1352,25),(10550,1353,25),(10551,1354,25),(10552,1355,25),(10553,1356,25),(10554,1357,25),(10555,1358,25),(10556,1359,25),(10557,1360,25),(10558,1361,25),(10559,1362,25),(10560,1363,25),(10561,1364,25),(10562,1365,25),(10563,1366,25),(10564,1367,25),(10565,1368,25),(10566,1369,25),(10567,4993,25),(10568,4994,25),(10569,5358,25),(10570,5359,25),(10571,1523,25),(10572,1524,25),(10573,1525,25),(10574,1526,25),(10575,1370,25),(10576,1371,25),(10577,1372,25),(10578,1373,25),(10579,1374,25),(10580,1375,25),(10581,6057,25),(10582,3471,25),(10583,3472,25),(10584,3473,25),(10585,3474,25),(10586,1407,25),(10587,3475,25),(10588,3476,25),(10589,3477,25),(10590,3478,25),(10591,1488,25),(10592,1489,25),(10593,1490,25),(10594,1491,25),(10595,1492,25),(10596,571,3),(10597,571,4),(10598,1291,26),(10599,1292,26),(10600,1293,26),(10601,1294,26),(10602,1295,26),(10603,3906,26),(10604,1297,26),(10605,1298,26),(10606,1240,26),(10607,1299,26),(10608,1300,26),(10609,1301,26),(10610,1302,26),(10611,1303,26),(10612,1304,26),(10613,1305,26),(10614,1306,26),(10615,1307,26),(10616,1308,26),(10617,3653,26),(10618,1309,26),(10619,1310,26),(10620,1311,26),(10621,1312,26),(10622,1313,26),(10623,1314,26),(10624,1315,26),(10625,1316,26),(10626,1317,26),(10627,1318,26),(10628,1319,26),(10629,1320,26),(10630,1321,26),(10631,1322,26),(10632,1323,26),(10633,1324,26),(10634,1325,26),(10635,1326,26),(10636,1327,26),(10637,3594,26),(10638,4242,26),(10639,4243,26),(10640,4244,26),(10641,4245,26),(10642,4246,26),(10643,4247,26),(10644,86,26),(10645,83,26),(10646,87,26),(10647,4595,26),(10648,4596,26),(10649,4597,26),(10650,4598,26),(10651,4599,26),(10652,4600,26),(10653,4601,26),(10654,4602,26),(10655,4603,26),(10656,4604,26),(10657,1328,26),(10658,6160,26),(10659,1330,26),(10660,1331,26),(10661,1332,26),(10662,1333,26),(10663,1334,26),(10664,1335,26),(10665,1336,26),(10666,5339,26),(10667,5340,26),(10668,5341,26),(10669,6056,26),(10670,5342,26),(10671,5343,26),(10672,5344,26),(10673,5345,26),(10674,1337,26),(10675,1338,26),(10676,1339,26),(10677,5347,26),(10678,1340,26),(10679,1341,26),(10680,1218,26),(10681,1219,26),(10682,1220,26),(10683,1221,26),(10684,1222,26),(10685,1223,26),(10686,1224,26),(10687,1225,26),(10688,1226,26),(10689,1227,26),(10690,1228,26),(10691,1229,26),(10692,1230,26),(10693,1231,26),(10694,1232,26),(10695,1233,26),(10696,1234,26),(10697,1235,26),(10698,1236,26),(10699,1237,26),(10700,1238,26),(10701,1239,26),(10702,1241,26),(10703,1242,26),(10704,1243,26),(10705,1244,26),(10706,1245,26),(10707,1246,26),(10708,1247,26),(10709,1248,26),(10710,1249,26),(10711,1250,26),(10712,1251,26),(10713,1252,26),(10714,1253,26),(10715,1254,26),(10716,1255,26),(10717,1256,26),(10718,1257,26),(10719,1258,26),(10720,1259,26),(10721,1260,26),(10722,1261,26),(10723,1262,26),(10724,1263,26),(10725,1264,26),(10726,1265,26),(10727,1266,26),(10728,1267,26),(10729,1268,26),(10730,1269,26),(10731,1270,26),(10732,1271,26),(10733,1272,26),(10734,1273,26),(10735,1274,26),(10736,1275,26),(10737,1276,26),(10738,1277,26),(10739,1278,26),(10740,1279,26),(10741,1280,26),(10742,1281,26),(10743,1282,26),(10744,1283,26),(10745,1284,26),(10746,1285,26),(10747,5398,26),(10748,5732,26),(10749,5851,26),(10750,1286,26),(10751,1287,26),(10752,4248,26),(10753,4249,26),(10754,4250,26),(10755,4251,26),(10756,4252,26),(10757,4253,26),(10758,4254,26),(10759,4255,26),(10760,4256,26),(10761,4257,26),(10762,4258,26),(10763,4259,26),(10764,4620,26),(10765,4260,26),(10766,4261,26),(10767,1288,26),(10768,1289,26),(10769,1290,26),(10770,265,26),(10771,291,26),(10772,292,26),(10773,293,26),(10774,266,26),(10775,267,26),(10776,268,26),(10777,269,26),(10778,270,26),(10779,271,26),(10780,272,26),(10781,273,26),(10782,274,26),(10783,275,26),(10784,276,26),(10785,277,26),(10786,278,26),(10787,279,26),(10788,280,26),(10789,281,26),(10790,282,26),(10791,283,26),(10792,284,26),(10793,285,26),(10794,286,26),(10795,287,26),(10796,288,26),(10797,289,26),(10798,290,26),(10799,1342,26),(10800,1343,26),(10801,1344,26),(10802,404,26),(10803,405,26),(10804,406,26),(10805,101,26),(10806,369,26),(10807,370,26),(10808,476,26),(10809,477,26),(10810,478,26),(10811,479,26),(10812,480,26),(10813,481,26),(10814,482,26),(10815,483,26),(10816,484,26),(10817,485,26),(10818,486,26),(10819,487,26),(10820,457,26),(10821,458,26),(10822,459,26),(10823,387,26),(10824,340,26),(10825,341,26),(10826,342,26),(10827,343,26),(10828,344,26),(10829,346,26),(10830,347,26),(10831,348,26),(10832,349,26),(10833,350,26),(10834,351,26),(10835,352,26),(10836,353,26),(10837,354,26),(10838,355,26),(10839,356,26),(10840,357,26),(10841,358,26),(10842,359,26),(10843,360,26),(10844,2235,26),(10845,2236,26),(10846,2237,26),(10847,2238,26),(10848,2239,26),(10849,2240,26),(10850,2241,26),(10851,2242,26),(10852,2243,26),(10853,2244,26),(10854,2245,26),(10855,2246,26),(10856,2247,26),(10857,2248,26),(10858,1345,26),(10859,1346,26),(10860,1347,26),(10861,1348,26),(10862,1092,26),(10863,5350,26),(10864,5351,26),(10865,5352,26),(10866,5353,26),(10867,5354,26),(10868,5355,26),(10869,5356,26),(10870,5357,26),(10871,2661,26),(10872,1349,26),(10873,1350,26),(10874,1351,26),(10875,1352,26),(10876,1353,26),(10877,1354,26),(10878,1355,26),(10879,1356,26),(10880,1357,26),(10881,1358,26),(10882,1359,26),(10883,1360,26),(10884,1361,26),(10885,1362,26),(10886,1363,26),(10887,1364,26),(10888,1365,26),(10889,1366,26),(10890,1367,26),(10891,1368,26),(10892,1369,26),(10893,4993,26),(10894,4994,26),(10895,5358,26),(10896,5359,26),(10897,1523,26),(10898,1524,26),(10899,1525,26),(10900,1526,26),(10901,1370,26),(10902,1371,26),(10903,1372,26),(10904,1531,26),(10905,2257,26),(10906,2258,26),(10907,2259,26),(10908,1536,26),(10909,1373,26),(10910,1374,26),(10911,1375,26),(10912,6057,26),(10913,2476,26),(10914,126,26),(10915,2655,26),(10916,1545,26),(10917,2112,26),(10918,2113,26),(10919,2114,26),(10920,2115,26),(10921,2116,26),(10922,2117,26),(10923,2118,26),(10924,2119,26),(10925,2120,26),(10926,2121,26),(10927,2122,26),(10928,2123,26),(10929,2124,26),(10930,2125,26),(10931,2126,26),(10932,2127,26),(10933,2128,26),(10934,2129,26),(10935,2130,26),(10936,2131,26),(10937,2132,26),(10938,1544,26),(10939,2133,26),(10940,2134,26),(10941,2135,26),(10942,2136,26),(10943,2137,26),(10944,2138,26),(10945,2139,26),(10946,2140,26),(10947,2141,26),(10948,2142,26),(10949,2143,26),(10950,2144,26),(10951,65,26),(10952,1543,26),(10953,2145,26),(10954,2146,26),(10955,2147,26),(10956,2148,26),(10957,2149,26),(10958,2150,26),(10959,2151,26),(10960,2152,26),(10961,2153,26),(10962,2154,26),(10963,2155,26),(10964,2156,26),(10965,2157,26),(10966,2158,26),(10967,2159,26),(10968,2160,26),(10969,2161,26),(10970,2162,26),(10971,2163,26),(10972,2164,26),(10973,2165,26),(10974,2166,26),(10975,2167,26),(10976,2168,26),(10977,2169,26),(10978,2170,26),(10979,2171,26),(10980,2172,26),(10981,2173,26),(10982,2174,26),(10983,2175,26),(10984,2176,26),(10985,2177,26),(10986,2178,26),(10987,2179,26),(10988,2180,26),(10989,2181,26),(10990,2182,26),(10991,2183,26),(10992,2184,26),(10993,2185,26),(10994,2186,26),(10995,2187,26),(10996,2188,26),(10997,2189,26),(10998,2190,26),(10999,2191,26),(11000,2192,26),(11001,2193,26),(11002,2194,26),(11003,2264,26),(11004,2265,26),(11005,2266,26),(11006,2267,26),(11007,2268,26),(11008,2269,26),(11009,2270,26),(11010,2271,26),(11011,2272,26),(11012,2273,26),(11013,2274,26),(11014,2275,26),(11015,2276,26),(11016,2277,26),(11017,2278,26),(11018,2279,26),(11019,2280,26),(11020,2281,26),(11021,2282,26),(11022,2283,26),(11023,2284,26),(11024,2285,26),(11025,2286,26),(11026,2287,26),(11027,2288,26),(11028,2289,26),(11029,2290,26),(11030,2291,26),(11031,2292,26),(11032,2293,26),(11033,2294,26),(11034,2295,26),(11035,2296,26),(11036,2297,26),(11037,2298,26),(11038,2299,26),(11039,2300,26),(11040,2301,26),(11041,2302,26),(11042,2303,26),(11043,2304,26),(11044,2305,26),(11045,2306,26),(11046,2307,26),(11047,2308,26),(11048,2309,26),(11049,2310,26),(11050,2311,26),(11051,2312,26),(11052,2313,26),(11053,2314,26),(11054,2315,26),(11055,2316,26),(11056,2317,26),(11057,2318,26),(11058,1094,26),(11059,2319,26),(11060,2320,26),(11061,2321,26),(11062,1528,26),(11063,2322,26),(11064,2323,26),(11065,2324,26),(11066,2325,26),(11067,2326,26),(11068,2327,26),(11069,2328,26),(11070,2329,26),(11071,2330,26),(11072,2331,26),(11073,2332,26),(11074,2333,26),(11075,2334,26),(11076,2335,26),(11077,2336,26),(11078,2337,26),(11079,2338,26),(11080,2339,26),(11081,2340,26),(11082,2341,26),(11083,2342,26),(11084,2343,26),(11085,2344,26),(11086,2345,26),(11087,2346,26),(11088,2347,26),(11089,2348,26),(11090,2349,26),(11091,2350,26),(11092,2351,26),(11093,2352,26),(11094,2353,26),(11095,2354,26),(11096,2355,26),(11097,2356,26),(11098,2357,26),(11099,2358,26),(11100,2359,26),(11101,2360,26),(11102,2361,26),(11103,2362,26),(11104,2363,26),(11105,2364,26),(11106,2365,26),(11107,2366,26),(11108,2367,26),(11109,2368,26),(11110,2369,26),(11111,2370,26),(11112,2371,26),(11113,2372,26),(11114,2373,26),(11115,2374,26),(11116,2375,26),(11117,2376,26),(11118,2377,26),(11119,2378,26),(11120,2379,26),(11121,2380,26),(11122,2381,26),(11123,2382,26),(11124,2383,26),(11125,2384,26),(11126,2385,26),(11127,2386,26),(11128,2387,26),(11129,2388,26),(11130,2389,26),(11131,2390,26),(11132,2391,26),(11133,2392,26),(11134,2393,26),(11135,2394,26),(11136,2395,26),(11137,2396,26),(11138,2397,26),(11139,2398,26),(11140,2399,26),(11141,2400,26),(11142,2401,26),(11143,2402,26),(11144,2403,26),(11145,2404,26),(11146,2405,26),(11147,2406,26),(11148,2407,26),(11149,2408,26),(11150,2409,26),(11151,2410,26),(11152,2411,26),(11153,2412,26),(11154,2413,26),(11155,2414,26),(11156,2415,26),(11157,2416,26),(11158,2417,26),(11159,2418,26),(11160,2419,26),(11161,2420,26),(11162,2421,26),(11163,2422,26),(11164,2423,26),(11165,2424,26),(11166,2425,26),(11167,2426,26),(11168,2427,26),(11169,2428,26),(11170,2429,26),(11171,2430,26),(11172,2431,26),(11173,2432,26),(11174,2433,26),(11175,2434,26),(11176,2435,26),(11177,2436,26),(11178,2437,26),(11179,2438,26),(11180,2439,26),(11181,2440,26),(11182,2441,26),(11183,2442,26),(11184,2443,26),(11185,2444,26),(11186,2445,26),(11187,2446,26),(11188,2447,26),(11189,2448,26),(11190,2449,26),(11191,2450,26),(11192,2451,26),(11193,2452,26),(11194,2453,26),(11195,1539,26),(11196,2454,26),(11197,2455,26),(11198,2456,26),(11199,2457,26),(11200,2458,26),(11201,2459,26),(11202,2460,26),(11203,2461,26),(11204,2462,26),(11205,2463,26),(11206,2464,26),(11207,2465,26),(11208,2466,26),(11209,2467,26),(11210,2468,26),(11211,2469,26),(11212,2470,26),(11213,2471,26),(11214,2472,26),(11215,2473,26),(11216,128,26),(11217,413,26),(11218,414,26),(11219,2662,26),(11220,2663,26),(11221,1488,26),(11222,1489,26),(11223,2548,26),(11224,2549,26),(11225,2550,26),(11226,2551,26),(11227,2552,26),(11228,2553,26),(11229,2554,26),(11230,1500,26),(11231,2555,26),(11232,2556,26),(11233,2557,26),(11234,2558,26),(11235,2559,26),(11236,2560,26),(11237,2561,26),(11238,2562,26),(11239,2563,26),(11240,2564,26),(11241,2565,26),(11242,2566,26),(11243,2567,26),(11244,2568,26),(11245,2569,26),(11246,2570,26),(11247,2571,26),(11248,2572,26),(11249,2573,26),(11250,2574,26),(11251,2575,26),(11252,2576,26),(11253,2577,26),(11254,2578,26),(11255,2579,26),(11256,2580,26),(11257,2581,26),(11258,2582,26),(11259,2583,26),(11260,2584,26),(11261,2585,26),(11262,2586,26),(11263,2587,26),(11264,2588,26),(11265,2589,26),(11266,2590,26),(11267,2591,26),(11268,2592,26),(11269,2593,26),(11270,2594,26),(11271,2595,26),(11272,2596,26),(11273,1532,26),(11274,2597,26),(11275,2598,26),(11276,2599,26),(11277,2600,26),(11278,2601,26),(11279,2602,26),(11280,2603,26),(11281,2604,26),(11282,2605,26),(11283,2606,26),(11284,2607,26),(11285,2608,26),(11286,2609,26),(11287,2610,26),(11288,2611,26),(11289,2612,26),(11290,2613,26),(11291,2614,26),(11292,2615,26),(11293,2616,26),(11294,2617,26),(11295,2618,26),(11296,2619,26),(11297,2620,26),(11298,2621,26),(11299,2622,26),(11300,2623,26),(11301,2624,26),(11302,2625,26),(11303,2626,26),(11304,2627,26),(11305,2628,26),(11306,2629,26),(11307,2630,26),(11308,2631,26),(11309,2632,26),(11310,2633,26),(11311,1490,26),(11312,1491,26),(11313,1492,26),(11314,2637,26),(11315,2638,26),(11316,2639,26),(11317,2640,26),(11318,1291,3),(11319,1580,3),(11320,2592,3),(11321,2593,3),(11322,2594,3),(11323,2595,3),(11324,264,3),(11325,1612,27),(11326,1613,27),(11327,1614,27),(11328,1612,3),(11329,1613,3),(11330,1614,3),(11331,4861,28),(11332,4862,28),(11333,4863,28),(11334,4864,28),(11335,4865,28),(11336,4866,28),(11337,4867,28),(11338,4868,28),(11339,2,28),(11340,6030,28),(11341,1343,28),(11342,1092,28),(11343,1093,28),(11344,4101,28),(11345,1497,28),(11346,1498,28),(11347,2659,28),(11348,3532,28),(11349,3533,28),(11350,3534,28),(11351,2660,28),(11352,439,3),(11353,440,3),(11354,4861,29),(11355,4862,29),(11356,4863,29),(11357,4864,29),(11358,4865,29),(11359,4866,29),(11360,4867,29),(11361,4868,29),(11362,2,29),(11363,6030,29),(11364,1343,29),(11365,1092,29),(11366,1093,29),(11367,4101,29),(11368,1497,29),(11369,1498,29),(11370,2659,29),(11371,3532,29),(11372,3533,29),(11373,3534,29),(11374,2660,29),(11375,4861,30),(11376,4862,30),(11377,4863,30),(11378,4864,30),(11379,4865,30),(11380,4866,30),(11381,4867,30),(11382,4868,30),(11383,2,30),(11384,6030,30),(11385,1343,30),(11386,1092,30),(11387,1093,30),(11388,4101,30),(11389,1497,30),(11390,1498,30),(11391,3532,30),(11392,1291,31),(11393,1292,31),(11394,1293,31),(11395,1294,31),(11396,1295,31),(11397,3906,31),(11398,1297,31),(11399,1298,31),(11400,1240,31),(11401,1299,31),(11402,1300,31),(11403,1301,31),(11404,1302,31),(11405,1303,31),(11406,1304,31),(11407,1305,31),(11408,1306,31),(11409,1307,31),(11410,1308,31),(11411,3653,31),(11412,1309,31),(11413,1310,31),(11414,1311,31),(11415,1312,31),(11416,1313,31),(11417,1314,31),(11418,1315,31),(11419,1316,31),(11420,1317,31),(11421,1318,31),(11422,1319,31),(11423,1320,31),(11424,1321,31),(11425,1322,31),(11426,1323,31),(11427,1324,31),(11428,1325,31),(11429,1326,31),(11430,1327,31),(11431,3594,31),(11432,4242,31),(11433,4243,31),(11434,4244,31),(11435,4245,31),(11436,4246,31),(11437,4247,31),(11438,86,31),(11439,83,31),(11440,87,31),(11441,4595,31),(11442,4596,31),(11443,4597,31),(11444,4598,31),(11445,4599,31),(11446,4600,31),(11447,4601,31),(11448,4602,31),(11449,4603,31),(11450,4604,31),(11451,1328,31),(11452,6160,31),(11453,1330,31),(11454,1331,31),(11455,1332,31),(11456,1333,31),(11457,1334,31),(11458,1335,31),(11459,1336,31),(11460,5339,31),(11461,5340,31),(11462,5341,31),(11463,6056,31),(11464,5342,31),(11465,5343,31),(11466,5344,31),(11467,5345,31),(11468,1337,31),(11469,1338,31),(11470,1339,31),(11471,5347,31),(11472,1340,31),(11473,1341,31),(11474,1218,31),(11475,1219,31),(11476,1220,31),(11477,1221,31),(11478,1222,31),(11479,1223,31),(11480,1224,31),(11481,1225,31),(11482,1226,31),(11483,1227,31),(11484,1228,31),(11485,1229,31),(11486,1230,31),(11487,1231,31),(11488,1232,31),(11489,1233,31),(11490,1234,31),(11491,1235,31),(11492,1236,31),(11493,1237,31),(11494,1238,31),(11495,1239,31),(11496,1241,31),(11497,1242,31),(11498,1243,31),(11499,1244,31),(11500,1245,31),(11501,1246,31),(11502,1247,31),(11503,1248,31),(11504,1249,31),(11505,1250,31),(11506,1251,31),(11507,1252,31),(11508,1253,31),(11509,1254,31),(11510,1255,31),(11511,1256,31),(11512,1257,31),(11513,1258,31),(11514,1259,31),(11515,1260,31),(11516,1261,31),(11517,1262,31),(11518,1263,31),(11519,1264,31),(11520,1265,31),(11521,1266,31),(11522,1267,31),(11523,1268,31),(11524,1269,31),(11525,1270,31),(11526,1271,31),(11527,1272,31),(11528,1273,31),(11529,1274,31),(11530,1275,31),(11531,1276,31),(11532,1277,31),(11533,1278,31),(11534,1279,31),(11535,1280,31),(11536,1281,31),(11537,1282,31),(11538,1283,31),(11539,1284,31),(11540,1285,31),(11541,5398,31),(11542,5732,31),(11543,5851,31),(11544,1286,31),(11545,1287,31),(11546,4248,31),(11547,4249,31),(11548,4250,31),(11549,4251,31),(11550,4252,31),(11551,4253,31),(11552,4254,31),(11553,4255,31),(11554,4256,31),(11555,4257,31),(11556,4258,31),(11557,4259,31),(11558,4620,31),(11559,4260,31),(11560,4261,31),(11561,1288,31),(11562,1289,31),(11563,1290,31),(11564,1500,31),(11565,1501,31),(11566,1502,31),(11567,1503,31),(11568,1504,31),(11569,1505,31),(11570,1506,31),(11571,1507,31),(11572,1508,31),(11573,1509,31),(11574,1510,31),(11575,1511,31),(11576,1512,31),(11577,1513,31),(11578,1514,31),(11579,1515,31),(11580,1516,31),(11581,1517,31),(11582,1518,31),(11583,1519,31),(11584,1520,31),(11585,1521,31),(11586,1522,31),(11587,1342,31),(11588,1343,31),(11589,1344,31),(11590,1523,31),(11591,1345,31),(11592,1346,31),(11593,1347,31),(11594,1348,31),(11595,1092,31),(11596,5350,31),(11597,5351,31),(11598,5352,31),(11599,5353,31),(11600,5354,31),(11601,5355,31),(11602,5356,31),(11603,5357,31),(11604,1349,31),(11605,1350,31),(11606,1351,31),(11607,1352,31),(11608,1353,31),(11609,1354,31),(11610,1355,31),(11611,1356,31),(11612,1357,31),(11613,1358,31),(11614,1359,31),(11615,1360,31),(11616,1361,31),(11617,1362,31),(11618,1363,31),(11619,1364,31),(11620,1365,31),(11621,1366,31),(11622,1367,31),(11623,1368,31),(11624,1369,31),(11625,4993,31),(11626,4994,31),(11627,5358,31),(11628,5359,31),(11629,1524,31),(11630,1525,31),(11631,1526,31),(11632,1370,31),(11633,1371,31),(11634,1372,31),(11635,1527,31),(11636,1528,31),(11637,1529,31),(11638,6040,31),(11639,6041,31),(11640,6042,31),(11641,1530,31),(11642,1531,31),(11643,1532,31),(11644,1533,31),(11645,1534,31),(11646,65,31),(11647,1535,31),(11648,1536,31),(11649,1373,31),(11650,1374,31),(11651,1375,31),(11652,6057,31),(11653,1537,31),(11654,1538,31),(11655,3897,31),(11656,1539,31),(11657,1540,31),(11658,1541,31),(11659,1542,31),(11660,78,31),(11661,1543,31),(11662,1544,31),(11663,1545,31),(11664,1546,31),(11665,1547,31),(11666,1548,31),(11667,1549,31),(11668,1551,31),(11669,1552,31),(11670,1553,31),(11671,1554,31),(11672,1555,31),(11673,1556,31),(11674,1557,31),(11675,1558,31),(11676,1559,31),(11677,1560,31),(11678,1561,31),(11679,1562,31),(11680,1563,31),(11681,1564,31),(11682,1565,31),(11683,1566,31),(11684,1567,31),(11685,1568,31),(11686,1569,31),(11687,1570,31),(11688,1571,31),(11689,1572,31),(11690,1573,31),(11691,1575,31),(11692,1576,31),(11693,1577,31),(11694,1578,31),(11695,1579,31),(11696,1580,31),(11697,1581,31),(11698,5907,31),(11699,1583,31),(11700,1584,31),(11701,1574,31),(11702,1582,31),(11703,1587,31),(11704,1094,31),(11705,1588,31),(11706,1589,31),(11707,1590,31),(11708,1591,31),(11709,1592,31),(11710,1593,31),(11711,1594,31),(11712,1595,31),(11713,1596,31),(11714,1597,31),(11715,1598,31),(11716,1599,31),(11717,1600,31),(11718,1601,31),(11719,1602,31),(11720,1603,31),(11721,1604,31),(11722,1605,31),(11723,1606,31),(11724,1607,31),(11725,1608,31),(11726,1609,31),(11727,1610,31),(11728,1611,31),(11729,1488,31),(11730,1489,31),(11731,1490,31),(11732,1491,31),(11733,1492,31),(11734,2763,20),(11735,2770,20),(11736,1291,32),(11737,1292,32),(11738,1293,32),(11739,1294,32),(11740,1295,32),(11741,3906,32),(11742,1297,32),(11743,1298,32),(11744,1240,32),(11745,1299,32),(11746,1300,32),(11747,1301,32),(11748,1302,32),(11749,1303,32),(11750,1304,32),(11751,1305,32),(11752,1306,32),(11753,1307,32),(11754,1308,32),(11755,3653,32),(11756,1309,32),(11757,1310,32),(11758,1311,32),(11759,1312,32),(11760,1313,32),(11761,1314,32),(11762,1315,32),(11763,1316,32),(11764,1317,32),(11765,1318,32),(11766,1319,32),(11767,1320,32),(11768,1321,32),(11769,1322,32),(11770,1323,32),(11771,1324,32),(11772,1325,32),(11773,1326,32),(11774,1327,32),(11775,3594,32),(11776,4242,32),(11777,4243,32),(11778,4244,32),(11779,4245,32),(11780,4246,32),(11781,4247,32),(11782,86,32),(11783,83,32),(11784,87,32),(11785,4595,32),(11786,4596,32),(11787,4597,32),(11788,4598,32),(11789,4599,32),(11790,4600,32),(11791,4601,32),(11792,4602,32),(11793,4603,32),(11794,4604,32),(11795,1328,32),(11796,6160,32),(11797,1330,32),(11798,1331,32),(11799,1332,32),(11800,1333,32),(11801,1334,32),(11802,1335,32),(11803,1336,32),(11804,5339,32),(11805,5340,32),(11806,5341,32),(11807,6056,32),(11808,5342,32),(11809,5343,32),(11810,5344,32),(11811,5345,32),(11812,1337,32),(11813,1338,32),(11814,1339,32),(11815,5347,32),(11816,1340,32),(11817,1341,32),(11818,1218,32),(11819,1219,32),(11820,1220,32),(11821,1221,32),(11822,1222,32),(11823,1223,32),(11824,1224,32),(11825,1225,32),(11826,1226,32),(11827,1227,32),(11828,1228,32),(11829,1229,32),(11830,1230,32),(11831,1231,32),(11832,1232,32),(11833,1233,32),(11834,1234,32),(11835,1235,32),(11836,1236,32),(11837,1237,32),(11838,1238,32),(11839,1239,32),(11840,1241,32),(11841,1242,32),(11842,1243,32),(11843,1244,32),(11844,1245,32),(11845,1246,32),(11846,1247,32),(11847,1248,32),(11848,1249,32),(11849,1250,32),(11850,1251,32),(11851,1252,32),(11852,1253,32),(11853,1254,32),(11854,1255,32),(11855,1256,32),(11856,1257,32),(11857,1258,32),(11858,1259,32),(11859,1260,32),(11860,1261,32),(11861,1262,32),(11862,1263,32),(11863,1264,32),(11864,1265,32),(11865,1266,32),(11866,1267,32),(11867,1268,32),(11868,1269,32),(11869,1270,32),(11870,1271,32),(11871,1272,32),(11872,1273,32),(11873,1274,32),(11874,1275,32),(11875,1276,32),(11876,1277,32),(11877,1278,32),(11878,1279,32),(11879,1280,32),(11880,1281,32),(11881,1282,32),(11882,1283,32),(11883,1284,32),(11884,1285,32),(11885,5398,32),(11886,5732,32),(11887,5851,32),(11888,1286,32),(11889,1287,32),(11890,4248,32),(11891,4249,32),(11892,4250,32),(11893,4251,32),(11894,4252,32),(11895,4253,32),(11896,4254,32),(11897,4255,32),(11898,4256,32),(11899,4257,32),(11900,4258,32),(11901,4259,32),(11902,4620,32),(11903,4260,32),(11904,4261,32),(11905,1288,32),(11906,1289,32),(11907,1290,32),(11908,1342,32),(11909,1343,32),(11910,1344,32),(11911,2664,32),(11912,2665,32),(11913,2666,32),(11914,2667,32),(11915,2668,32),(11916,2669,32),(11917,2670,32),(11918,2671,32),(11919,2672,32),(11920,2673,32),(11921,2674,32),(11922,2675,32),(11923,2676,32),(11924,2677,32),(11925,2678,32),(11926,2679,32),(11927,2680,32),(11928,2681,32),(11929,2682,32),(11930,2683,32),(11931,2684,32),(11932,2685,32),(11933,2686,32),(11934,2687,32),(11935,2688,32),(11936,2689,32),(11937,2690,32),(11938,1558,32),(11939,2691,32),(11940,2692,32),(11941,2693,32),(11942,2694,32),(11943,2695,32),(11944,1345,32),(11945,1346,32),(11946,1347,32),(11947,1348,32),(11948,1092,32),(11949,2696,32),(11950,2697,32),(11951,2698,32),(11952,2699,32),(11953,2700,32),(11954,2701,32),(11955,2702,32),(11956,5350,32),(11957,5351,32),(11958,5352,32),(11959,5353,32),(11960,5354,32),(11961,5355,32),(11962,5356,32),(11963,5357,32),(11964,1349,32),(11965,1350,32),(11966,1351,32),(11967,1352,32),(11968,1353,32),(11969,1354,32),(11970,1355,32),(11971,1356,32),(11972,1357,32),(11973,1358,32),(11974,1359,32),(11975,1360,32),(11976,1361,32),(11977,1362,32),(11978,1363,32),(11979,1364,32),(11980,1365,32),(11981,1366,32),(11982,1367,32),(11983,1368,32),(11984,1369,32),(11985,4993,32),(11986,4994,32),(11987,5358,32),(11988,5359,32),(11989,1523,32),(11990,1524,32),(11991,1525,32),(11992,1526,32),(11993,1370,32),(11994,1371,32),(11995,1372,32),(11996,1531,32),(11997,1533,32),(11998,1534,32),(11999,65,32),(12000,1535,32),(12001,1536,32),(12002,1373,32),(12003,1374,32),(12004,1375,32),(12005,6057,32),(12006,2703,32),(12007,2704,32),(12008,2705,32),(12009,2706,32),(12010,2707,32),(12011,2708,32),(12012,2709,32),(12013,2710,32),(12014,2711,32),(12015,2712,32),(12016,2713,32),(12017,2714,32),(12018,2715,32),(12019,2716,32),(12020,2717,32),(12021,2718,32),(12022,2719,32),(12023,2720,32),(12024,2721,32),(12025,2722,32),(12026,2723,32),(12027,2724,32),(12028,2725,32),(12029,2726,32),(12030,2727,32),(12031,2728,32),(12032,2729,32),(12033,2730,32),(12034,2731,32),(12035,2732,32),(12036,2733,32),(12037,2734,32),(12038,2735,32),(12039,2736,32),(12040,2737,32),(12041,2738,32),(12042,2739,32),(12043,2740,32),(12044,2741,32),(12045,2742,32),(12046,2743,32),(12047,2744,32),(12048,2745,32),(12049,2746,32),(12050,2747,32),(12051,2748,32),(12052,2749,32),(12053,2750,32),(12054,2751,32),(12055,2752,32),(12056,2753,32),(12057,2754,32),(12058,2755,32),(12059,2756,32),(12060,2757,32),(12061,2758,32),(12062,2759,32),(12063,2760,32),(12064,2761,32),(12065,1554,32),(12066,1555,32),(12067,1556,32),(12068,1557,32),(12069,1559,32),(12070,1560,32),(12071,2762,32),(12072,2763,32),(12073,2764,32),(12074,2485,32),(12075,2765,32),(12076,2766,32),(12077,2767,32),(12078,2768,32),(12079,2769,32),(12080,1428,32),(12081,1429,32),(12082,2770,32),(12083,2771,32),(12084,2772,32),(12085,2773,32),(12086,2774,32),(12087,2775,32),(12088,2776,32),(12089,2777,32),(12090,2778,32),(12091,2779,32),(12092,1488,32),(12093,1489,32),(12094,1490,32),(12095,1491,32),(12096,1492,32),(12097,1291,33),(12098,1292,33),(12099,1293,33),(12100,1294,33),(12101,1295,33),(12102,3906,33),(12103,1297,33),(12104,1298,33),(12105,1240,33),(12106,1299,33),(12107,1300,33),(12108,1301,33),(12109,1302,33),(12110,1303,33),(12111,1304,33),(12112,1305,33),(12113,1306,33),(12114,1307,33),(12115,1308,33),(12116,3653,33),(12117,1309,33),(12118,1310,33),(12119,1311,33),(12120,1312,33),(12121,1313,33),(12122,1314,33),(12123,1315,33),(12124,1316,33),(12125,1317,33),(12126,1318,33),(12127,1319,33),(12128,1320,33),(12129,1321,33),(12130,1322,33),(12131,1323,33),(12132,1324,33),(12133,1325,33),(12134,1326,33),(12135,1327,33),(12136,3594,33),(12137,4242,33),(12138,4243,33),(12139,4244,33),(12140,4245,33),(12141,4246,33),(12142,4247,33),(12143,86,33),(12144,83,33),(12145,87,33),(12146,4595,33),(12147,4596,33),(12148,4597,33),(12149,4598,33),(12150,4599,33),(12151,4600,33),(12152,4601,33),(12153,4602,33),(12154,4603,33),(12155,4604,33),(12156,1328,33),(12157,6160,33),(12158,1330,33),(12159,1331,33),(12160,1332,33),(12161,1333,33),(12162,1334,33),(12163,1335,33),(12164,1336,33),(12165,5339,33),(12166,5340,33),(12167,5341,33),(12168,6056,33),(12169,5342,33),(12170,5343,33),(12171,5344,33),(12172,5345,33),(12173,1337,33),(12174,1338,33),(12175,1339,33),(12176,5347,33),(12177,1340,33),(12178,1341,33),(12179,1218,33),(12180,1219,33),(12181,1220,33),(12182,1221,33),(12183,1222,33),(12184,1223,33),(12185,1224,33),(12186,1225,33),(12187,1226,33),(12188,1227,33),(12189,1228,33),(12190,1229,33),(12191,1230,33),(12192,1231,33),(12193,1232,33),(12194,1233,33),(12195,1234,33),(12196,1235,33),(12197,1236,33),(12198,1237,33),(12199,1238,33),(12200,1239,33),(12201,1241,33),(12202,1242,33),(12203,1243,33),(12204,1244,33),(12205,1245,33),(12206,1246,33),(12207,1247,33),(12208,1248,33),(12209,1249,33),(12210,1250,33),(12211,1251,33),(12212,1252,33),(12213,1253,33),(12214,1254,33),(12215,1255,33),(12216,1256,33),(12217,1257,33),(12218,1258,33),(12219,1259,33),(12220,1260,33),(12221,1261,33),(12222,1262,33),(12223,1263,33),(12224,1264,33),(12225,1265,33),(12226,1266,33),(12227,1267,33),(12228,1268,33),(12229,1269,33),(12230,1270,33),(12231,1271,33),(12232,1272,33),(12233,1273,33),(12234,1274,33),(12235,1275,33),(12236,1276,33),(12237,1277,33),(12238,1278,33),(12239,1279,33),(12240,1280,33),(12241,1281,33),(12242,1282,33),(12243,1283,33),(12244,1284,33),(12245,1285,33),(12246,5398,33),(12247,5732,33),(12248,5851,33),(12249,1286,33),(12250,1287,33),(12251,4248,33),(12252,4249,33),(12253,4250,33),(12254,4251,33),(12255,4252,33),(12256,4253,33),(12257,4254,33),(12258,4255,33),(12259,4256,33),(12260,4257,33),(12261,4258,33),(12262,4259,33),(12263,4620,33),(12264,4260,33),(12265,4261,33),(12266,1288,33),(12267,1289,33),(12268,1290,33),(12269,1342,33),(12270,1343,33),(12271,1344,33),(12272,2664,33),(12273,2665,33),(12274,2666,33),(12275,2667,33),(12276,2668,33),(12277,2669,33),(12278,2670,33),(12279,2671,33),(12280,2672,33),(12281,2673,33),(12282,2674,33),(12283,2675,33),(12284,2676,33),(12285,2677,33),(12286,2678,33),(12287,2679,33),(12288,2680,33),(12289,2681,33),(12290,2682,33),(12291,2683,33),(12292,2684,33),(12293,2685,33),(12294,2686,33),(12295,2687,33),(12296,2688,33),(12297,2689,33),(12298,2690,33),(12299,1558,33),(12300,2691,33),(12301,2692,33),(12302,2693,33),(12303,2694,33),(12304,2695,33),(12305,1345,33),(12306,1346,33),(12307,1347,33),(12308,1348,33),(12309,1092,33),(12310,2696,33),(12311,2697,33),(12312,2698,33),(12313,2699,33),(12314,2700,33),(12315,2701,33),(12316,2702,33),(12317,5350,33),(12318,5351,33),(12319,5352,33),(12320,5353,33),(12321,5354,33),(12322,5355,33),(12323,5356,33),(12324,5357,33),(12325,1349,33),(12326,1350,33),(12327,1351,33),(12328,1352,33),(12329,1353,33),(12330,1354,33),(12331,1355,33),(12332,1356,33),(12333,1357,33),(12334,1358,33),(12335,1359,33),(12336,1360,33),(12337,1361,33),(12338,1362,33),(12339,1363,33),(12340,1364,33),(12341,1365,33),(12342,1366,33),(12343,1367,33),(12344,1368,33),(12345,1369,33),(12346,4993,33),(12347,4994,33),(12348,5358,33),(12349,5359,33),(12350,1523,33),(12351,1524,33),(12352,1525,33),(12353,1526,33),(12354,1370,33),(12355,1371,33),(12356,1372,33),(12357,1531,33),(12358,1533,33),(12359,1534,33),(12360,65,33),(12361,1535,33),(12362,1536,33),(12363,1373,33),(12364,1374,33),(12365,1375,33),(12366,6057,33),(12367,2703,33),(12368,2704,33),(12369,2705,33),(12370,2706,33),(12371,2707,33),(12372,2708,33),(12373,2709,33),(12374,2710,33),(12375,2711,33),(12376,2712,33),(12377,2713,33),(12378,2714,33),(12379,2715,33),(12380,2716,33),(12381,2717,33),(12382,2718,33),(12383,2719,33),(12384,2720,33),(12385,2721,33),(12386,2722,33),(12387,2723,33),(12388,2724,33),(12389,2725,33),(12390,2726,33),(12391,2727,33),(12392,2728,33),(12393,2729,33),(12394,2730,33),(12395,2731,33),(12396,2732,33),(12397,2733,33),(12398,2734,33),(12399,2735,33),(12400,2736,33),(12401,2737,33),(12402,2738,33),(12403,2739,33),(12404,2740,33),(12405,2741,33),(12406,2742,33),(12407,2743,33),(12408,2744,33),(12409,2745,33),(12410,2746,33),(12411,2747,33),(12412,2748,33),(12413,2749,33),(12414,2750,33),(12415,2751,33),(12416,2752,33),(12417,2753,33),(12418,2754,33),(12419,2755,33),(12420,2756,33),(12421,2757,33),(12422,2758,33),(12423,2759,33),(12424,2760,33),(12425,2761,33),(12426,1554,33),(12427,1555,33),(12428,1556,33),(12429,1557,33),(12430,1559,33),(12431,1560,33),(12432,2762,33),(12433,2763,33),(12434,2764,33),(12435,2485,33),(12436,2765,33),(12437,2766,33),(12438,2767,33),(12439,2768,33),(12440,2769,33),(12441,1428,33),(12442,1429,33),(12443,2770,33),(12444,2771,33),(12445,2772,33),(12446,2773,33),(12447,2774,33),(12448,2775,33),(12449,2776,33),(12450,2777,33),(12451,2778,33),(12452,2779,33),(12453,1488,33),(12454,1489,33),(12455,1490,33),(12456,1491,33),(12457,1492,33),(12458,3481,33),(12459,1291,34),(12460,1292,34),(12461,1293,34),(12462,1294,34),(12463,1295,34),(12464,3906,34),(12465,1297,34),(12466,1298,34),(12467,1240,34),(12468,1299,34),(12469,1300,34),(12470,1301,34),(12471,1302,34),(12472,1303,34),(12473,1304,34),(12474,1305,34),(12475,1306,34),(12476,1307,34),(12477,1308,34),(12478,3653,34),(12479,1309,34),(12480,1310,34),(12481,1311,34),(12482,1312,34),(12483,1313,34),(12484,1314,34),(12485,1315,34),(12486,1316,34),(12487,1317,34),(12488,1318,34),(12489,1319,34),(12490,1320,34),(12491,1321,34),(12492,1322,34),(12493,1323,34),(12494,1324,34),(12495,1325,34),(12496,1326,34),(12497,1327,34),(12498,3594,34),(12499,4242,34),(12500,4243,34),(12501,4244,34),(12502,4245,34),(12503,4246,34),(12504,4247,34),(12505,86,34),(12506,83,34),(12507,87,34),(12508,4595,34),(12509,4596,34),(12510,4597,34),(12511,4598,34),(12512,4599,34),(12513,4600,34),(12514,4601,34),(12515,4602,34),(12516,4603,34),(12517,4604,34),(12518,1328,34),(12519,6160,34),(12520,1330,34),(12521,1331,34),(12522,1332,34),(12523,1333,34),(12524,1334,34),(12525,1335,34),(12526,1336,34),(12527,5339,34),(12528,5340,34),(12529,5341,34),(12530,6056,34),(12531,5342,34),(12532,5343,34),(12533,5344,34),(12534,5345,34),(12535,1337,34),(12536,1338,34),(12537,1339,34),(12538,5347,34),(12539,1340,34),(12540,1341,34),(12541,1218,34),(12542,1219,34),(12543,1220,34),(12544,1221,34),(12545,1222,34),(12546,1223,34),(12547,1224,34),(12548,1225,34),(12549,1226,34),(12550,1227,34),(12551,1228,34),(12552,1229,34),(12553,1230,34),(12554,1231,34),(12555,1232,34),(12556,1233,34),(12557,1234,34),(12558,1235,34),(12559,1236,34),(12560,1237,34),(12561,1238,34),(12562,1239,34),(12563,1241,34),(12564,1242,34),(12565,1243,34),(12566,1244,34),(12567,1245,34),(12568,1246,34),(12569,1247,34),(12570,1248,34),(12571,1249,34),(12572,1250,34),(12573,1251,34),(12574,1252,34),(12575,1253,34),(12576,1254,34),(12577,1255,34),(12578,1256,34),(12579,1257,34),(12580,1258,34),(12581,1259,34),(12582,1260,34),(12583,1261,34),(12584,1262,34),(12585,1263,34),(12586,1264,34),(12587,1265,34),(12588,1266,34),(12589,1267,34),(12590,1268,34),(12591,1269,34),(12592,1270,34),(12593,1271,34),(12594,1272,34),(12595,1273,34),(12596,1274,34),(12597,1275,34),(12598,1276,34),(12599,1277,34),(12600,1278,34),(12601,1279,34),(12602,1280,34),(12603,1281,34),(12604,1282,34),(12605,1283,34),(12606,1284,34),(12607,1285,34),(12608,5398,34),(12609,5732,34),(12610,5851,34),(12611,1286,34),(12612,1287,34),(12613,4248,34),(12614,4249,34),(12615,4250,34),(12616,4251,34),(12617,4252,34),(12618,4253,34),(12619,4254,34),(12620,4255,34),(12621,4256,34),(12622,4257,34),(12623,4258,34),(12624,4259,34),(12625,4620,34),(12626,4260,34),(12627,4261,34),(12628,1288,34),(12629,1289,34),(12630,1290,34),(12631,1342,34),(12632,1343,34),(12633,1344,34),(12634,2664,34),(12635,2665,34),(12636,2666,34),(12637,2667,34),(12638,2668,34),(12639,2669,34),(12640,2670,34),(12641,2671,34),(12642,2672,34),(12643,2673,34),(12644,2674,34),(12645,2806,34),(12646,2807,34),(12647,2808,34),(12648,2809,34),(12649,2810,34),(12650,2811,34),(12651,1345,34),(12652,1346,34),(12653,1347,34),(12654,1348,34),(12655,1092,34),(12656,2696,34),(12657,2697,34),(12658,2698,34),(12659,2699,34),(12660,2700,34),(12661,2701,34),(12662,2702,34),(12663,5350,34),(12664,5351,34),(12665,5352,34),(12666,5353,34),(12667,5354,34),(12668,5355,34),(12669,5356,34),(12670,5357,34),(12671,1349,34),(12672,1350,34),(12673,1351,34),(12674,1352,34),(12675,1353,34),(12676,1354,34),(12677,1355,34),(12678,1356,34),(12679,1357,34),(12680,1358,34),(12681,1359,34),(12682,1360,34),(12683,1361,34),(12684,1362,34),(12685,1363,34),(12686,1364,34),(12687,1365,34),(12688,1366,34),(12689,1367,34),(12690,1368,34),(12691,1369,34),(12692,4993,34),(12693,4994,34),(12694,5358,34),(12695,5359,34),(12696,1523,34),(12697,1524,34),(12698,1525,34),(12699,1526,34),(12700,1370,34),(12701,1371,34),(12702,1372,34),(12703,1535,34),(12704,1373,34),(12705,1374,34),(12706,1375,34),(12707,6057,34),(12708,2703,34),(12709,2704,34),(12710,2705,34),(12711,2706,34),(12712,2707,34),(12713,2708,34),(12714,2709,34),(12715,2710,34),(12716,2711,34),(12717,2712,34),(12718,2713,34),(12719,2714,34),(12720,2715,34),(12721,2716,34),(12722,2717,34),(12723,2718,34),(12724,2719,34),(12725,2720,34),(12726,2721,34),(12727,2722,34),(12728,2723,34),(12729,2724,34),(12730,2725,34),(12731,2726,34),(12732,2727,34),(12733,2728,34),(12734,2729,34),(12735,2730,34),(12736,2731,34),(12737,2732,34),(12738,3076,34),(12739,3077,34),(12740,3078,34),(12741,3079,34),(12742,3080,34),(12743,3081,34),(12744,3082,34),(12745,3083,34),(12746,3084,34),(12747,3085,34),(12748,3086,34),(12749,3087,34),(12750,3088,34),(12751,3089,34),(12752,3090,34),(12753,3091,34),(12754,3092,34),(12755,3093,34),(12756,3094,34),(12757,3095,34),(12758,3096,34),(12759,3097,34),(12760,2765,34),(12761,3098,34),(12762,2485,34),(12763,3099,34),(12764,3100,34),(12765,3101,34),(12766,3102,34),(12767,2830,34),(12768,3103,34),(12769,3104,34),(12770,3105,34),(12771,3106,34),(12772,3107,34),(12773,3108,34),(12774,3109,34),(12775,3110,34),(12776,3111,34),(12777,3112,34),(12778,3113,34),(12779,3114,34),(12780,3115,34),(12781,3116,34),(12782,1488,34),(12783,1489,34),(12784,1490,34),(12785,1491,34),(12786,1492,34),(12787,1291,35),(12788,1292,35),(12789,1293,35),(12790,1294,35),(12791,1295,35),(12792,3906,35),(12793,1297,35),(12794,1298,35),(12795,1240,35),(12796,1299,35),(12797,1300,35),(12798,1301,35),(12799,1302,35),(12800,1303,35),(12801,1304,35),(12802,1305,35),(12803,1306,35),(12804,1307,35),(12805,1308,35),(12806,3653,35),(12807,1309,35),(12808,1310,35),(12809,1311,35),(12810,1312,35),(12811,1313,35),(12812,1314,35),(12813,1315,35),(12814,1316,35),(12815,1317,35),(12816,1318,35),(12817,1319,35),(12818,1320,35),(12819,1321,35),(12820,1322,35),(12821,1323,35),(12822,1324,35),(12823,1325,35),(12824,1326,35),(12825,1327,35),(12826,3594,35),(12827,4242,35),(12828,4243,35),(12829,4244,35),(12830,4245,35),(12831,4246,35),(12832,4247,35),(12833,86,35),(12834,83,35),(12835,87,35),(12836,4595,35),(12837,4596,35),(12838,4597,35),(12839,4598,35),(12840,4599,35),(12841,4600,35),(12842,4601,35),(12843,4602,35),(12844,4603,35),(12845,4604,35),(12846,1328,35),(12847,6160,35),(12848,1330,35),(12849,1331,35),(12850,1332,35),(12851,1333,35),(12852,1334,35),(12853,1335,35),(12854,1336,35),(12855,5339,35),(12856,5340,35),(12857,5341,35),(12858,6056,35),(12859,5342,35),(12860,5343,35),(12861,5344,35),(12862,5345,35),(12863,1337,35),(12864,1338,35),(12865,1339,35),(12866,5347,35),(12867,1340,35),(12868,1341,35),(12869,1218,35),(12870,1219,35),(12871,1220,35),(12872,1221,35),(12873,1222,35),(12874,1223,35),(12875,1224,35),(12876,1225,35),(12877,1226,35),(12878,1227,35),(12879,1228,35),(12880,1229,35),(12881,1230,35),(12882,1231,35),(12883,1232,35),(12884,1233,35),(12885,1234,35),(12886,1235,35),(12887,1236,35),(12888,1237,35),(12889,1238,35),(12890,1239,35),(12891,1241,35),(12892,1242,35),(12893,1243,35),(12894,1244,35),(12895,1245,35),(12896,1246,35),(12897,1247,35),(12898,1248,35),(12899,1249,35),(12900,1250,35),(12901,1251,35),(12902,1252,35),(12903,1253,35),(12904,1254,35),(12905,1255,35),(12906,1256,35),(12907,1257,35),(12908,1258,35),(12909,1259,35),(12910,1260,35),(12911,1261,35),(12912,1262,35),(12913,1263,35),(12914,1264,35),(12915,1265,35),(12916,1266,35),(12917,1267,35),(12918,1268,35),(12919,1269,35),(12920,1270,35),(12921,1271,35),(12922,1272,35),(12923,1273,35),(12924,1274,35),(12925,1275,35),(12926,1276,35),(12927,1277,35),(12928,1278,35),(12929,1279,35),(12930,1280,35),(12931,1281,35),(12932,1282,35),(12933,1283,35),(12934,1284,35),(12935,1285,35),(12936,5398,35),(12937,5732,35),(12938,5851,35),(12939,1286,35),(12940,1287,35),(12941,4248,35),(12942,4249,35),(12943,4250,35),(12944,4251,35),(12945,4252,35),(12946,4253,35),(12947,4254,35),(12948,4255,35),(12949,4256,35),(12950,4257,35),(12951,4258,35),(12952,4259,35),(12953,4620,35),(12954,4260,35),(12955,4261,35),(12956,1288,35),(12957,1289,35),(12958,1290,35),(12959,1342,35),(12960,1343,35),(12961,1344,35),(12962,2806,35),(12963,2807,35),(12964,2808,35),(12965,2809,35),(12966,2810,35),(12967,2811,35),(12968,1345,35),(12969,1346,35),(12970,1347,35),(12971,1348,35),(12972,1092,35),(12973,2696,35),(12974,2697,35),(12975,2698,35),(12976,2699,35),(12977,2700,35),(12978,2701,35),(12979,2702,35),(12980,5350,35),(12981,5351,35),(12982,5352,35),(12983,5353,35),(12984,5354,35),(12985,5355,35),(12986,5356,35),(12987,5357,35),(12988,1349,35),(12989,1350,35),(12990,1351,35),(12991,1352,35),(12992,1353,35),(12993,1354,35),(12994,1355,35),(12995,1356,35),(12996,1357,35),(12997,1358,35),(12998,1359,35),(12999,1360,35),(13000,1361,35),(13001,1362,35),(13002,1363,35),(13003,1364,35),(13004,1365,35),(13005,1366,35),(13006,1367,35),(13007,1368,35),(13008,1369,35),(13009,4993,35),(13010,4994,35),(13011,5358,35),(13012,5359,35),(13013,1523,35),(13014,1524,35),(13015,1525,35),(13016,1526,35),(13017,1370,35),(13018,1371,35),(13019,1372,35),(13020,1535,35),(13021,1373,35),(13022,1374,35),(13023,1375,35),(13024,6057,35),(13025,2703,35),(13026,2704,35),(13027,2705,35),(13028,2706,35),(13029,2707,35),(13030,2708,35),(13031,2709,35),(13032,2710,35),(13033,2711,35),(13034,2712,35),(13035,2713,35),(13036,2714,35),(13037,2715,35),(13038,2716,35),(13039,2717,35),(13040,2718,35),(13041,2719,35),(13042,2720,35),(13043,2721,35),(13044,2722,35),(13045,2723,35),(13046,2724,35),(13047,2725,35),(13048,2726,35),(13049,2727,35),(13050,2728,35),(13051,2729,35),(13052,2730,35),(13053,2731,35),(13054,2732,35),(13055,2812,35),(13056,1488,35),(13057,1489,35),(13058,1490,35),(13059,1491,35),(13060,1492,35),(13061,1291,36),(13062,1292,36),(13063,1293,36),(13064,1294,36),(13065,1295,36),(13066,3906,36),(13067,1297,36),(13068,1298,36),(13069,1240,36),(13070,1299,36),(13071,1300,36),(13072,1301,36),(13073,1302,36),(13074,1303,36),(13075,1304,36),(13076,1305,36),(13077,1306,36),(13078,1307,36),(13079,1308,36),(13080,3653,36),(13081,1309,36),(13082,1310,36),(13083,1311,36),(13084,1312,36),(13085,1313,36),(13086,1314,36),(13087,1315,36),(13088,1316,36),(13089,1317,36),(13090,1318,36),(13091,1319,36),(13092,1320,36),(13093,1321,36),(13094,1322,36),(13095,1323,36),(13096,1324,36),(13097,1325,36),(13098,1326,36),(13099,1327,36),(13100,3594,36),(13101,4242,36),(13102,4243,36),(13103,4244,36),(13104,4245,36),(13105,4246,36),(13106,4247,36),(13107,86,36),(13108,83,36),(13109,87,36),(13110,4595,36),(13111,4596,36),(13112,4597,36),(13113,4598,36),(13114,4599,36),(13115,4600,36),(13116,4601,36),(13117,4602,36),(13118,4603,36),(13119,4604,36),(13120,1328,36),(13121,6160,36),(13122,1330,36),(13123,1331,36),(13124,1332,36),(13125,1333,36),(13126,1334,36),(13127,1335,36),(13128,1336,36),(13129,5339,36),(13130,5340,36),(13131,5341,36),(13132,6056,36),(13133,5342,36),(13134,5343,36),(13135,5344,36),(13136,5345,36),(13137,1337,36),(13138,1338,36),(13139,1339,36),(13140,5347,36),(13141,1340,36),(13142,1341,36),(13143,1218,36),(13144,1219,36),(13145,1220,36),(13146,1221,36),(13147,1222,36),(13148,1223,36),(13149,1224,36),(13150,1225,36),(13151,1226,36),(13152,1227,36),(13153,1228,36),(13154,1229,36),(13155,1230,36),(13156,1231,36),(13157,1232,36),(13158,1233,36),(13159,1234,36),(13160,1235,36),(13161,1236,36),(13162,1237,36),(13163,1238,36),(13164,1239,36),(13165,1241,36),(13166,1242,36),(13167,1243,36),(13168,1244,36),(13169,1245,36),(13170,1246,36),(13171,1247,36),(13172,1248,36),(13173,1249,36),(13174,1250,36),(13175,1251,36),(13176,1252,36),(13177,1253,36),(13178,1254,36),(13179,1255,36),(13180,1256,36),(13181,1257,36),(13182,1258,36),(13183,1259,36),(13184,1260,36),(13185,1261,36),(13186,1262,36),(13187,1263,36),(13188,1264,36),(13189,1265,36),(13190,1266,36),(13191,1267,36),(13192,1268,36),(13193,1269,36),(13194,1270,36),(13195,1271,36),(13196,1272,36),(13197,1273,36),(13198,1274,36),(13199,1275,36),(13200,1276,36),(13201,1277,36),(13202,1278,36),(13203,1279,36),(13204,1280,36),(13205,1281,36),(13206,1282,36),(13207,1283,36),(13208,1284,36),(13209,1285,36),(13210,5398,36),(13211,5732,36),(13212,5851,36),(13213,1286,36),(13214,1287,36),(13215,4248,36),(13216,4249,36),(13217,4250,36),(13218,4251,36),(13219,4252,36),(13220,4253,36),(13221,4254,36),(13222,4255,36),(13223,4256,36),(13224,4257,36),(13225,4258,36),(13226,4259,36),(13227,4620,36),(13228,4260,36),(13229,4261,36),(13230,1288,36),(13231,1289,36),(13232,1290,36),(13233,1342,36),(13234,1343,36),(13235,1344,36),(13236,2814,36),(13237,2815,36),(13238,2816,36),(13239,2486,36),(13240,2817,36),(13241,2818,36),(13242,2819,36),(13243,2820,36),(13244,2821,36),(13245,2822,36),(13246,2823,36),(13247,2824,36),(13248,2825,36),(13249,2826,36),(13250,2760,36),(13251,2827,36),(13252,2828,36),(13253,2755,36),(13254,2744,36),(13255,2829,36),(13256,2830,36),(13257,2756,36),(13258,2831,36),(13259,2832,36),(13260,2833,36),(13261,2834,36),(13262,2835,36),(13263,2836,36),(13264,2837,36),(13265,2838,36),(13266,2839,36),(13267,2840,36),(13268,2841,36),(13269,2842,36),(13270,2843,36),(13271,2844,36),(13272,2845,36),(13273,2846,36),(13274,2847,36),(13275,2848,36),(13276,2849,36),(13277,2850,36),(13278,2851,36),(13279,2852,36),(13280,2853,36),(13281,2854,36),(13282,2855,36),(13283,2856,36),(13284,2857,36),(13285,2858,36),(13286,2859,36),(13287,2860,36),(13288,2861,36),(13289,2862,36),(13290,2863,36),(13291,2864,36),(13292,2865,36),(13293,2866,36),(13294,2867,36),(13295,2868,36),(13296,2869,36),(13297,2870,36),(13298,2871,36),(13299,2872,36),(13300,2873,36),(13301,2874,36),(13302,1554,36),(13303,1555,36),(13304,1557,36),(13305,2875,36),(13306,2876,36),(13307,2877,36),(13308,2878,36),(13309,2879,36),(13310,2664,36),(13311,2665,36),(13312,2666,36),(13313,2667,36),(13314,2668,36),(13315,2669,36),(13316,2670,36),(13317,2671,36),(13318,2672,36),(13319,2673,36),(13320,2674,36),(13321,1345,36),(13322,1346,36),(13323,1347,36),(13324,1348,36),(13325,1092,36),(13326,2696,36),(13327,2697,36),(13328,2698,36),(13329,2699,36),(13330,2700,36),(13331,2701,36),(13332,2702,36),(13333,5350,36),(13334,5351,36),(13335,5352,36),(13336,5353,36),(13337,5354,36),(13338,5355,36),(13339,5356,36),(13340,5357,36),(13341,1349,36),(13342,1350,36),(13343,1351,36),(13344,1352,36),(13345,1353,36),(13346,1354,36),(13347,1355,36),(13348,1356,36),(13349,1357,36),(13350,1358,36),(13351,1359,36),(13352,1360,36),(13353,1361,36),(13354,1362,36),(13355,1363,36),(13356,1364,36),(13357,1365,36),(13358,1366,36),(13359,1367,36),(13360,1368,36),(13361,1369,36),(13362,4993,36),(13363,4994,36),(13364,5358,36),(13365,5359,36),(13366,1523,36),(13367,1524,36),(13368,1525,36),(13369,1526,36),(13370,1370,36),(13371,1371,36),(13372,1372,36),(13373,1535,36),(13374,1373,36),(13375,1374,36),(13376,1375,36),(13377,6057,36),(13378,2703,36),(13379,2704,36),(13380,2705,36),(13381,2706,36),(13382,2707,36),(13383,2708,36),(13384,2709,36),(13385,2710,36),(13386,2711,36),(13387,2712,36),(13388,2713,36),(13389,2714,36),(13390,2715,36),(13391,2716,36),(13392,2717,36),(13393,2718,36),(13394,2719,36),(13395,2720,36),(13396,2721,36),(13397,2722,36),(13398,2723,36),(13399,2724,36),(13400,2725,36),(13401,2726,36),(13402,2727,36),(13403,2728,36),(13404,2729,36),(13405,2730,36),(13406,2731,36),(13407,2732,36),(13408,1488,36),(13409,1489,36),(13410,1490,36),(13411,1491,36),(13412,1492,36),(13413,3075,7),(13414,1291,37),(13415,1292,37),(13416,1293,37),(13417,1294,37),(13418,1295,37),(13419,3906,37),(13420,1297,37),(13421,1298,37),(13422,1240,37),(13423,1299,37),(13424,1300,37),(13425,1301,37),(13426,1302,37),(13427,1303,37),(13428,1304,37),(13429,1305,37),(13430,1306,37),(13431,1307,37),(13432,1308,37),(13433,3653,37),(13434,1309,37),(13435,1310,37),(13436,1311,37),(13437,1312,37),(13438,1313,37),(13439,1314,37),(13440,1315,37),(13441,1316,37),(13442,1317,37),(13443,1318,37),(13444,1319,37),(13445,1320,37),(13446,1321,37),(13447,1322,37),(13448,1323,37),(13449,1324,37),(13450,1325,37),(13451,1326,37),(13452,1327,37),(13453,3594,37),(13454,4242,37),(13455,4243,37),(13456,4244,37),(13457,4245,37),(13458,4246,37),(13459,4247,37),(13460,86,37),(13461,83,37),(13462,87,37),(13463,4595,37),(13464,4596,37),(13465,4597,37),(13466,4598,37),(13467,4599,37),(13468,4600,37),(13469,4601,37),(13470,4602,37),(13471,4603,37),(13472,4604,37),(13473,1328,37),(13474,6160,37),(13475,1330,37),(13476,1331,37),(13477,1332,37),(13478,1333,37),(13479,1334,37),(13480,1335,37),(13481,1336,37),(13482,5339,37),(13483,5340,37),(13484,5341,37),(13485,6056,37),(13486,5342,37),(13487,5343,37),(13488,5344,37),(13489,5345,37),(13490,1337,37),(13491,1338,37),(13492,1339,37),(13493,5347,37),(13494,1340,37),(13495,1341,37),(13496,1218,37),(13497,1219,37),(13498,1220,37),(13499,1221,37),(13500,1222,37),(13501,1223,37),(13502,1224,37),(13503,1225,37),(13504,1226,37),(13505,1227,37),(13506,1228,37),(13507,1229,37),(13508,1230,37),(13509,1231,37),(13510,1232,37),(13511,1233,37),(13512,1234,37),(13513,1235,37),(13514,1236,37),(13515,1237,37),(13516,1238,37),(13517,1239,37),(13518,1241,37),(13519,1242,37),(13520,1243,37),(13521,1244,37),(13522,1245,37),(13523,1246,37),(13524,1247,37),(13525,1248,37),(13526,1249,37),(13527,1250,37),(13528,1251,37),(13529,1252,37),(13530,1253,37),(13531,1254,37),(13532,1255,37),(13533,1256,37),(13534,1257,37),(13535,1258,37),(13536,1259,37),(13537,1260,37),(13538,1261,37),(13539,1262,37),(13540,1263,37),(13541,1264,37),(13542,1265,37),(13543,1266,37),(13544,1267,37),(13545,1268,37),(13546,1269,37),(13547,1270,37),(13548,1271,37),(13549,1272,37),(13550,1273,37),(13551,1274,37),(13552,1275,37),(13553,1276,37),(13554,1277,37),(13555,1278,37),(13556,1279,37),(13557,1280,37),(13558,1281,37),(13559,1282,37),(13560,1283,37),(13561,1284,37),(13562,1285,37),(13563,5398,37),(13564,5732,37),(13565,5851,37),(13566,1286,37),(13567,1287,37),(13568,4248,37),(13569,4249,37),(13570,4250,37),(13571,4251,37),(13572,4252,37),(13573,4253,37),(13574,4254,37),(13575,4255,37),(13576,4256,37),(13577,4257,37),(13578,4258,37),(13579,4259,37),(13580,4620,37),(13581,4260,37),(13582,4261,37),(13583,1288,37),(13584,1289,37),(13585,1290,37),(13586,1342,37),(13587,1343,37),(13588,1344,37),(13589,2664,37),(13590,2665,37),(13591,2666,37),(13592,2667,37),(13593,2668,37),(13594,2669,37),(13595,2670,37),(13596,2671,37),(13597,2672,37),(13598,2673,37),(13599,2674,37),(13600,2675,37),(13601,2676,37),(13602,2677,37),(13603,2678,37),(13604,2679,37),(13605,2680,37),(13606,2681,37),(13607,2682,37),(13608,2683,37),(13609,2684,37),(13610,2685,37),(13611,2686,37),(13612,2687,37),(13613,2688,37),(13614,2689,37),(13615,2690,37),(13616,1558,37),(13617,2691,37),(13618,2692,37),(13619,2693,37),(13620,2694,37),(13621,2695,37),(13622,1345,37),(13623,1346,37),(13624,1347,37),(13625,1348,37),(13626,1092,37),(13627,2696,37),(13628,2697,37),(13629,2698,37),(13630,2699,37),(13631,2700,37),(13632,2701,37),(13633,2702,37),(13634,5350,37),(13635,5351,37),(13636,5352,37),(13637,5353,37),(13638,5354,37),(13639,5355,37),(13640,5356,37),(13641,5357,37),(13642,1349,37),(13643,1350,37),(13644,1351,37),(13645,1352,37),(13646,1353,37),(13647,1354,37),(13648,1355,37),(13649,1356,37),(13650,1357,37),(13651,1358,37),(13652,1359,37),(13653,1360,37),(13654,1361,37),(13655,1362,37),(13656,1363,37),(13657,1364,37),(13658,1365,37),(13659,1366,37),(13660,1367,37),(13661,1368,37),(13662,1369,37),(13663,4993,37),(13664,4994,37),(13665,5358,37),(13666,5359,37),(13667,1523,37),(13668,1524,37),(13669,1525,37),(13670,1526,37),(13671,1370,37),(13672,1371,37),(13673,1372,37),(13674,1531,37),(13675,1533,37),(13676,1534,37),(13677,65,37),(13678,1535,37),(13679,1536,37),(13680,1373,37),(13681,1374,37),(13682,1375,37),(13683,6057,37),(13684,2703,37),(13685,2704,37),(13686,2705,37),(13687,2706,37),(13688,2707,37),(13689,2708,37),(13690,2709,37),(13691,2710,37),(13692,2711,37),(13693,2712,37),(13694,2713,37),(13695,2714,37),(13696,2715,37),(13697,2716,37),(13698,2717,37),(13699,2718,37),(13700,2719,37),(13701,2720,37),(13702,2721,37),(13703,2722,37),(13704,2723,37),(13705,2724,37),(13706,2725,37),(13707,2726,37),(13708,2727,37),(13709,2728,37),(13710,2729,37),(13711,2730,37),(13712,2731,37),(13713,2732,37),(13714,2733,37),(13715,2734,37),(13716,2735,37),(13717,2736,37),(13718,2737,37),(13719,2738,37),(13720,2739,37),(13721,2740,37),(13722,2741,37),(13723,2742,37),(13724,2743,37),(13725,2744,37),(13726,2745,37),(13727,2746,37),(13728,2747,37),(13729,2748,37),(13730,2749,37),(13731,2750,37),(13732,2751,37),(13733,2752,37),(13734,2753,37),(13735,2754,37),(13736,2755,37),(13737,2756,37),(13738,2757,37),(13739,2758,37),(13740,2759,37),(13741,2760,37),(13742,2761,37),(13743,1554,37),(13744,1555,37),(13745,1556,37),(13746,1557,37),(13747,1559,37),(13748,1560,37),(13749,2762,37),(13750,2763,37),(13751,2764,37),(13752,2485,37),(13753,2765,37),(13754,2766,37),(13755,2767,37),(13756,2768,37),(13757,2769,37),(13758,1428,37),(13759,1429,37),(13760,2770,37),(13761,2771,37),(13762,2772,37),(13763,2773,37),(13764,2774,37),(13765,2775,37),(13766,2776,37),(13767,2777,37),(13768,2778,37),(13769,2779,37),(13770,1488,37),(13771,1489,37),(13772,1490,37),(13773,1491,37),(13774,1492,37),(13775,6212,11),(13776,4899,38),(13777,1291,38),(13778,1292,38),(13779,1293,38),(13780,1294,38),(13781,1295,38),(13782,3906,38),(13783,1297,38),(13784,1298,38),(13785,1240,38),(13786,1299,38),(13787,1300,38),(13788,1301,38),(13789,1302,38),(13790,1303,38),(13791,1304,38),(13792,1305,38),(13793,1306,38),(13794,1307,38),(13795,1308,38),(13796,3653,38),(13797,1309,38),(13798,1310,38),(13799,1311,38),(13800,1312,38),(13801,1313,38),(13802,1314,38),(13803,1315,38),(13804,1316,38),(13805,1317,38),(13806,1318,38),(13807,1319,38),(13808,1320,38),(13809,1321,38),(13810,1322,38),(13811,1323,38),(13812,1324,38),(13813,1325,38),(13814,1326,38),(13815,1327,38),(13816,3594,38),(13817,4242,38),(13818,4243,38),(13819,4244,38),(13820,4245,38),(13821,4246,38),(13822,4247,38),(13823,86,38),(13824,83,38),(13825,87,38),(13826,4595,38),(13827,4596,38),(13828,4597,38),(13829,4598,38),(13830,4599,38),(13831,4600,38),(13832,4601,38),(13833,4602,38),(13834,4603,38),(13835,4604,38),(13836,1328,38),(13837,6160,38),(13838,1330,38),(13839,1331,38),(13840,1332,38),(13841,1333,38),(13842,1334,38),(13843,1335,38),(13844,1336,38),(13845,5339,38),(13846,5340,38),(13847,5341,38),(13848,6056,38),(13849,5342,38),(13850,5343,38),(13851,5344,38),(13852,5345,38),(13853,1337,38),(13854,1338,38),(13855,1339,38),(13856,5347,38),(13857,1340,38),(13858,1341,38),(13859,1218,38),(13860,1219,38),(13861,1220,38),(13862,1221,38),(13863,1222,38),(13864,1223,38),(13865,1224,38),(13866,1225,38),(13867,1226,38),(13868,1227,38),(13869,1228,38),(13870,1229,38),(13871,1230,38),(13872,1231,38),(13873,1232,38),(13874,1233,38),(13875,1234,38),(13876,1235,38),(13877,1236,38),(13878,1237,38),(13879,1238,38),(13880,1239,38),(13881,1241,38),(13882,1242,38),(13883,1243,38),(13884,1244,38),(13885,1245,38),(13886,1246,38),(13887,1247,38),(13888,1248,38),(13889,1249,38),(13890,1250,38),(13891,1251,38),(13892,1252,38),(13893,1253,38),(13894,1254,38),(13895,1255,38),(13896,1256,38),(13897,1257,38),(13898,1258,38),(13899,1259,38),(13900,1260,38),(13901,1261,38),(13902,1262,38),(13903,1263,38),(13904,1264,38),(13905,1265,38),(13906,1266,38),(13907,1267,38),(13908,1268,38),(13909,1269,38),(13910,1270,38),(13911,1271,38),(13912,1272,38),(13913,1273,38),(13914,1274,38),(13915,1275,38),(13916,1276,38),(13917,1277,38),(13918,1278,38),(13919,1279,38),(13920,1280,38),(13921,1281,38),(13922,1282,38),(13923,1283,38),(13924,1284,38),(13925,1285,38),(13926,5398,38),(13927,5732,38),(13928,5851,38),(13929,1286,38),(13930,1287,38),(13931,4248,38),(13932,4249,38),(13933,4250,38),(13934,4251,38),(13935,4252,38),(13936,4253,38),(13937,4254,38),(13938,4255,38),(13939,4256,38),(13940,4257,38),(13941,4258,38),(13942,4259,38),(13943,4620,38),(13944,4260,38),(13945,4261,38),(13946,1288,38),(13947,1289,38),(13948,1290,38),(13949,265,38),(13950,291,38),(13951,292,38),(13952,293,38),(13953,266,38),(13954,267,38),(13955,268,38),(13956,269,38),(13957,270,38),(13958,271,38),(13959,272,38),(13960,273,38),(13961,274,38),(13962,275,38),(13963,276,38),(13964,277,38),(13965,278,38),(13966,279,38),(13967,280,38),(13968,281,38),(13969,282,38),(13970,283,38),(13971,284,38),(13972,285,38),(13973,286,38),(13974,287,38),(13975,288,38),(13976,289,38),(13977,290,38),(13978,1342,38),(13979,1343,38),(13980,1344,38),(13981,404,38),(13982,405,38),(13983,406,38),(13984,101,38),(13985,369,38),(13986,370,38),(13987,476,38),(13988,477,38),(13989,478,38),(13990,479,38),(13991,480,38),(13992,481,38),(13993,482,38),(13994,483,38),(13995,484,38),(13996,485,38),(13997,486,38),(13998,487,38),(13999,457,38),(14000,458,38),(14001,459,38),(14002,387,38),(14003,340,38),(14004,341,38),(14005,342,38),(14006,343,38),(14007,344,38),(14008,346,38),(14009,347,38),(14010,348,38),(14011,349,38),(14012,350,38),(14013,351,38),(14014,352,38),(14015,353,38),(14016,354,38),(14017,355,38),(14018,356,38),(14019,357,38),(14020,358,38),(14021,359,38),(14022,360,38),(14023,2235,38),(14024,2236,38),(14025,2237,38),(14026,2238,38),(14027,2239,38),(14028,2240,38),(14029,2241,38),(14030,2242,38),(14031,2243,38),(14032,2244,38),(14033,2245,38),(14034,2246,38),(14035,2247,38),(14036,2248,38),(14037,1345,38),(14038,1346,38),(14039,1347,38),(14040,1348,38),(14041,1092,38),(14042,5350,38),(14043,5351,38),(14044,5352,38),(14045,5353,38),(14046,5354,38),(14047,5355,38),(14048,5356,38),(14049,5357,38),(14050,2661,38),(14051,6212,38),(14052,1349,38),(14053,1350,38),(14054,1351,38),(14055,1352,38),(14056,1353,38),(14057,1354,38),(14058,1355,38),(14059,1356,38),(14060,1357,38),(14061,1358,38),(14062,1359,38),(14063,1360,38),(14064,1361,38),(14065,1362,38),(14066,1363,38),(14067,1364,38),(14068,1365,38),(14069,1366,38),(14070,1367,38),(14071,1368,38),(14072,1369,38),(14073,4993,38),(14074,4994,38),(14075,5358,38),(14076,5359,38),(14077,1523,38),(14078,1524,38),(14079,1525,38),(14080,1526,38),(14081,1370,38),(14082,1371,38),(14083,1372,38),(14084,1531,38),(14085,2257,38),(14086,2258,38),(14087,2259,38),(14088,1536,38),(14089,1373,38),(14090,1374,38),(14091,1375,38),(14092,6057,38),(14093,2476,38),(14094,1488,38),(14095,1489,38),(14096,1490,38),(14097,1491,38),(14098,1492,38),(14099,1291,39),(14100,1292,39),(14101,1293,39),(14102,1294,39),(14103,1295,39),(14104,3906,39),(14105,1297,39),(14106,1298,39),(14107,1240,39),(14108,1299,39),(14109,1300,39),(14110,1301,39),(14111,1302,39),(14112,1303,39),(14113,1304,39),(14114,1305,39),(14115,1306,39),(14116,1307,39),(14117,1308,39),(14118,3653,39),(14119,1309,39),(14120,1310,39),(14121,1311,39),(14122,1312,39),(14123,1313,39),(14124,1314,39),(14125,1315,39),(14126,1316,39),(14127,1317,39),(14128,1318,39),(14129,1319,39),(14130,1320,39),(14131,1321,39),(14132,1322,39),(14133,1323,39),(14134,1324,39),(14135,1325,39),(14136,1326,39),(14137,1327,39),(14138,3594,39),(14139,4242,39),(14140,4243,39),(14141,4244,39),(14142,4245,39),(14143,4246,39),(14144,4247,39),(14145,86,39),(14146,83,39),(14147,87,39),(14148,4595,39),(14149,4596,39),(14150,4597,39),(14151,4598,39),(14152,4599,39),(14153,4600,39),(14154,4601,39),(14155,4602,39),(14156,4603,39),(14157,4604,39),(14158,1328,39),(14159,6160,39),(14160,1330,39),(14161,1331,39),(14162,1332,39),(14163,1333,39),(14164,1334,39),(14165,1335,39),(14166,1336,39),(14167,5339,39),(14168,5340,39),(14169,5341,39),(14170,6056,39),(14171,5342,39),(14172,5343,39),(14173,5344,39),(14174,5345,39),(14175,1337,39),(14176,1338,39),(14177,1339,39),(14178,5347,39),(14179,1340,39),(14180,1341,39),(14181,1218,39),(14182,1219,39),(14183,1220,39),(14184,1221,39),(14185,1222,39),(14186,1223,39),(14187,1224,39),(14188,1225,39),(14189,1226,39),(14190,1227,39),(14191,1228,39),(14192,1229,39),(14193,1230,39),(14194,1231,39),(14195,1232,39),(14196,1233,39),(14197,1234,39),(14198,1235,39),(14199,1236,39),(14200,1237,39),(14201,1238,39),(14202,1239,39),(14203,1241,39),(14204,1242,39),(14205,1243,39),(14206,1244,39),(14207,1245,39),(14208,1246,39),(14209,1247,39),(14210,1248,39),(14211,1249,39),(14212,1250,39),(14213,1251,39),(14214,1252,39),(14215,1253,39),(14216,1254,39),(14217,1255,39),(14218,1256,39),(14219,1257,39),(14220,1258,39),(14221,1259,39),(14222,1260,39),(14223,1261,39),(14224,1262,39),(14225,1263,39),(14226,1264,39),(14227,1265,39),(14228,1266,39),(14229,1267,39),(14230,1268,39),(14231,1269,39),(14232,1270,39),(14233,1271,39),(14234,1272,39),(14235,1273,39),(14236,1274,39),(14237,1275,39),(14238,1276,39),(14239,1277,39),(14240,1278,39),(14241,1279,39),(14242,1280,39),(14243,1281,39),(14244,1282,39),(14245,1283,39),(14246,1284,39),(14247,1285,39),(14248,5398,39),(14249,5732,39),(14250,5851,39),(14251,1286,39),(14252,1287,39),(14253,4248,39),(14254,4249,39),(14255,4250,39),(14256,4251,39),(14257,4252,39),(14258,4253,39),(14259,4254,39),(14260,4255,39),(14261,4256,39),(14262,4257,39),(14263,4258,39),(14264,4259,39),(14265,4620,39),(14266,4260,39),(14267,4261,39),(14268,1288,39),(14269,1289,39),(14270,1290,39),(14271,265,39),(14272,291,39),(14273,292,39),(14274,293,39),(14275,266,39),(14276,267,39),(14277,268,39),(14278,269,39),(14279,270,39),(14280,271,39),(14281,272,39),(14282,273,39),(14283,274,39),(14284,275,39),(14285,276,39),(14286,277,39),(14287,278,39),(14288,279,39),(14289,280,39),(14290,281,39),(14291,282,39),(14292,283,39),(14293,284,39),(14294,285,39),(14295,286,39),(14296,287,39),(14297,288,39),(14298,289,39),(14299,290,39),(14300,1342,39),(14301,1343,39),(14302,1344,39),(14303,404,39),(14304,405,39),(14305,406,39),(14306,101,39),(14307,369,39),(14308,370,39),(14309,476,39),(14310,477,39),(14311,478,39),(14312,479,39),(14313,480,39),(14314,481,39),(14315,482,39),(14316,483,39),(14317,484,39),(14318,485,39),(14319,486,39),(14320,487,39),(14321,457,39),(14322,458,39),(14323,459,39),(14324,387,39),(14325,340,39),(14326,341,39),(14327,342,39),(14328,343,39),(14329,344,39),(14330,346,39),(14331,347,39),(14332,348,39),(14333,349,39),(14334,350,39),(14335,351,39),(14336,352,39),(14337,353,39),(14338,354,39),(14339,355,39),(14340,356,39),(14341,357,39),(14342,358,39),(14343,359,39),(14344,360,39),(14345,2235,39),(14346,2236,39),(14347,2237,39),(14348,2238,39),(14349,2239,39),(14350,2240,39),(14351,2241,39),(14352,2242,39),(14353,2243,39),(14354,2244,39),(14355,2245,39),(14356,2246,39),(14357,2247,39),(14358,2248,39),(14359,1345,39),(14360,1346,39),(14361,1347,39),(14362,1348,39),(14363,1092,39),(14364,5350,39),(14365,5351,39),(14366,5352,39),(14367,5353,39),(14368,5354,39),(14369,5355,39),(14370,5356,39),(14371,5357,39),(14372,2661,39),(14373,1349,39),(14374,1350,39),(14375,1351,39),(14376,1352,39),(14377,1353,39),(14378,1354,39),(14379,1355,39),(14380,1356,39),(14381,1357,39),(14382,1358,39),(14383,1359,39),(14384,1360,39),(14385,1361,39),(14386,1362,39),(14387,1363,39),(14388,1364,39),(14389,1365,39),(14390,1366,39),(14391,1367,39),(14392,1368,39),(14393,1369,39),(14394,4993,39),(14395,4994,39),(14396,5358,39),(14397,5359,39),(14398,1523,39),(14399,1524,39),(14400,1525,39),(14401,1526,39),(14402,1370,39),(14403,1371,39),(14404,1372,39),(14405,1531,39),(14406,2257,39),(14407,2258,39),(14408,2259,39),(14409,1536,39),(14410,1373,39),(14411,1374,39),(14412,1375,39),(14413,6057,39),(14414,2476,39),(14415,126,39),(14416,2655,39),(14417,1545,39),(14418,2112,39),(14419,2113,39),(14420,2114,39),(14421,2115,39),(14422,2116,39),(14423,2117,39),(14424,2118,39),(14425,2119,39),(14426,2120,39),(14427,2121,39),(14428,2122,39),(14429,2123,39),(14430,2124,39),(14431,2125,39),(14432,2126,39),(14433,2127,39),(14434,2128,39),(14435,2129,39),(14436,2130,39),(14437,2131,39),(14438,2132,39),(14439,1544,39),(14440,2133,39),(14441,2134,39),(14442,2135,39),(14443,2136,39),(14444,2137,39),(14445,2138,39),(14446,2139,39),(14447,2140,39),(14448,2141,39),(14449,2142,39),(14450,2143,39),(14451,2144,39),(14452,65,39),(14453,1543,39),(14454,2145,39),(14455,2146,39),(14456,2147,39),(14457,2148,39),(14458,2149,39),(14459,2150,39),(14460,2151,39),(14461,2152,39),(14462,2153,39),(14463,2154,39),(14464,2155,39),(14465,2156,39),(14466,2157,39),(14467,2158,39),(14468,2159,39),(14469,2160,39),(14470,2161,39),(14471,2162,39),(14472,2163,39),(14473,2164,39),(14474,2165,39),(14475,2166,39),(14476,2167,39),(14477,2168,39),(14478,2169,39),(14479,2170,39),(14480,2171,39),(14481,2172,39),(14482,2173,39),(14483,2174,39),(14484,2175,39),(14485,2176,39),(14486,2177,39),(14487,2178,39),(14488,2179,39),(14489,2180,39),(14490,2181,39),(14491,2182,39),(14492,2183,39),(14493,2184,39),(14494,2185,39),(14495,2186,39),(14496,2187,39),(14497,2188,39),(14498,2189,39),(14499,2190,39),(14500,2191,39),(14501,2192,39),(14502,2193,39),(14503,2194,39),(14504,2264,39),(14505,2265,39),(14506,2266,39),(14507,2267,39),(14508,2268,39),(14509,2269,39),(14510,2270,39),(14511,2271,39),(14512,2272,39),(14513,2273,39),(14514,2274,39),(14515,2275,39),(14516,2276,39),(14517,2277,39),(14518,2278,39),(14519,2279,39),(14520,2280,39),(14521,2281,39),(14522,2282,39),(14523,2283,39),(14524,2284,39),(14525,2285,39),(14526,2286,39),(14527,2287,39),(14528,2288,39),(14529,2289,39),(14530,2290,39),(14531,2291,39),(14532,2292,39),(14533,2293,39),(14534,2294,39),(14535,2295,39),(14536,2296,39),(14537,2297,39),(14538,2298,39),(14539,2299,39),(14540,2300,39),(14541,2301,39),(14542,2302,39),(14543,2303,39),(14544,2304,39),(14545,2305,39),(14546,2306,39),(14547,2307,39),(14548,2308,39),(14549,2309,39),(14550,2310,39),(14551,2311,39),(14552,2312,39),(14553,2313,39),(14554,2314,39),(14555,2315,39),(14556,2316,39),(14557,2317,39),(14558,2318,39),(14559,1094,39),(14560,2319,39),(14561,2320,39),(14562,2321,39),(14563,1528,39),(14564,2322,39),(14565,2323,39),(14566,2324,39),(14567,2325,39),(14568,2326,39),(14569,2327,39),(14570,2328,39),(14571,2329,39),(14572,2330,39),(14573,2331,39),(14574,2332,39),(14575,2333,39),(14576,2334,39),(14577,2335,39),(14578,2336,39),(14579,2337,39),(14580,2338,39),(14581,2339,39),(14582,2340,39),(14583,2341,39),(14584,2342,39),(14585,2343,39),(14586,2344,39),(14587,2345,39),(14588,2346,39),(14589,2347,39),(14590,2348,39),(14591,2349,39),(14592,2350,39),(14593,2351,39),(14594,2352,39),(14595,2353,39),(14596,2354,39),(14597,2355,39),(14598,2356,39),(14599,2357,39),(14600,2358,39),(14601,2359,39),(14602,2360,39),(14603,2361,39),(14604,2362,39),(14605,2363,39),(14606,2364,39),(14607,2365,39),(14608,2366,39),(14609,2367,39),(14610,2368,39),(14611,2369,39),(14612,2370,39),(14613,2371,39),(14614,2372,39),(14615,2373,39),(14616,2374,39),(14617,2375,39),(14618,2376,39),(14619,2377,39),(14620,2378,39),(14621,2379,39),(14622,2380,39),(14623,2381,39),(14624,2382,39),(14625,2383,39),(14626,2384,39),(14627,2385,39),(14628,2386,39),(14629,2387,39),(14630,2388,39),(14631,2389,39),(14632,2390,39),(14633,2391,39),(14634,2392,39),(14635,2393,39),(14636,2394,39),(14637,2395,39),(14638,2396,39),(14639,2397,39),(14640,2398,39),(14641,2399,39),(14642,2400,39),(14643,2401,39),(14644,2402,39),(14645,2403,39),(14646,2404,39),(14647,2405,39),(14648,2406,39),(14649,2407,39),(14650,2408,39),(14651,2409,39),(14652,2410,39),(14653,2411,39),(14654,2412,39),(14655,2413,39),(14656,2414,39),(14657,2415,39),(14658,2416,39),(14659,2417,39),(14660,2418,39),(14661,2419,39),(14662,2420,39),(14663,2421,39),(14664,2422,39),(14665,2423,39),(14666,2424,39),(14667,2425,39),(14668,2426,39),(14669,2427,39),(14670,2428,39),(14671,2429,39),(14672,2430,39),(14673,2431,39),(14674,2432,39),(14675,2433,39),(14676,2434,39),(14677,2435,39),(14678,2436,39),(14679,2437,39),(14680,2438,39),(14681,2439,39),(14682,2440,39),(14683,2441,39),(14684,2442,39),(14685,2443,39),(14686,2444,39),(14687,2445,39),(14688,2446,39),(14689,2447,39),(14690,2448,39),(14691,2449,39),(14692,2450,39),(14693,2451,39),(14694,2452,39),(14695,2453,39),(14696,1539,39),(14697,2454,39),(14698,2455,39),(14699,2456,39),(14700,2457,39),(14701,2458,39),(14702,2459,39),(14703,2460,39),(14704,2461,39),(14705,2462,39),(14706,2463,39),(14707,2464,39),(14708,2465,39),(14709,2466,39),(14710,2467,39),(14711,2468,39),(14712,2469,39),(14713,2470,39),(14714,2471,39),(14715,2472,39),(14716,2473,39),(14717,128,39),(14718,413,39),(14719,414,39),(14720,2662,39),(14721,2663,39),(14722,1488,39),(14723,1489,39),(14724,2548,39),(14725,2549,39),(14726,2550,39),(14727,2551,39),(14728,2552,39),(14729,2553,39),(14730,2554,39),(14731,1500,39),(14732,2555,39),(14733,2556,39),(14734,2557,39),(14735,2558,39),(14736,2559,39),(14737,2560,39),(14738,2561,39),(14739,2562,39),(14740,2563,39),(14741,2564,39),(14742,2565,39),(14743,2566,39),(14744,2567,39),(14745,2568,39),(14746,2569,39),(14747,2570,39),(14748,2571,39),(14749,2572,39),(14750,2573,39),(14751,2574,39),(14752,2575,39),(14753,2576,39),(14754,2577,39),(14755,2578,39),(14756,2579,39),(14757,2580,39),(14758,2581,39),(14759,2582,39),(14760,2583,39),(14761,2584,39),(14762,2585,39),(14763,2586,39),(14764,2587,39),(14765,2588,39),(14766,2589,39),(14767,2590,39),(14768,2591,39),(14769,2592,39),(14770,2593,39),(14771,2594,39),(14772,2595,39),(14773,2596,39),(14774,1532,39),(14775,2597,39),(14776,2598,39),(14777,2599,39),(14778,2600,39),(14779,2601,39),(14780,2602,39),(14781,2603,39),(14782,2604,39),(14783,2605,39),(14784,2606,39),(14785,2607,39),(14786,2608,39),(14787,2609,39),(14788,2610,39),(14789,2611,39),(14790,2612,39),(14791,2613,39),(14792,2614,39),(14793,2615,39),(14794,2616,39),(14795,2617,39),(14796,2618,39),(14797,2619,39),(14798,2620,39),(14799,2621,39),(14800,2622,39),(14801,2623,39),(14802,2624,39),(14803,2625,39),(14804,2626,39),(14805,2627,39),(14806,2628,39),(14807,2629,39),(14808,2630,39),(14809,2631,39),(14810,2632,39),(14811,2633,39),(14812,1490,39),(14813,1491,39),(14814,1492,39),(14815,2637,39),(14816,2638,39),(14817,2639,39),(14818,2640,39),(14819,3424,3),(14820,4899,40),(14821,1291,40),(14822,1292,40),(14823,1293,40),(14824,1294,40),(14825,1295,40),(14826,3906,40),(14827,1297,40),(14828,1298,40),(14829,1240,40),(14830,1299,40),(14831,1300,40),(14832,1301,40),(14833,1302,40),(14834,1303,40),(14835,1304,40),(14836,1305,40),(14837,1306,40),(14838,1307,40),(14839,1308,40),(14840,3653,40),(14841,1309,40),(14842,1310,40),(14843,1311,40),(14844,1312,40),(14845,1313,40),(14846,1314,40),(14847,1315,40),(14848,1316,40),(14849,1317,40),(14850,1318,40),(14851,1319,40),(14852,1320,40),(14853,1321,40),(14854,1322,40),(14855,1323,40),(14856,1324,40),(14857,1325,40),(14858,1326,40),(14859,1327,40),(14860,3594,40),(14861,4242,40),(14862,4243,40),(14863,4244,40),(14864,4245,40),(14865,4246,40),(14866,4247,40),(14867,86,40),(14868,83,40),(14869,87,40),(14870,4595,40),(14871,4596,40),(14872,4597,40),(14873,4598,40),(14874,4599,40),(14875,4600,40),(14876,4601,40),(14877,4602,40),(14878,4603,40),(14879,4604,40),(14880,1328,40),(14881,6160,40),(14882,1330,40),(14883,1331,40),(14884,1332,40),(14885,1333,40),(14886,1334,40),(14887,1335,40),(14888,1336,40),(14889,5339,40),(14890,5340,40),(14891,5341,40),(14892,6056,40),(14893,5342,40),(14894,5343,40),(14895,5344,40),(14896,5345,40),(14897,1337,40),(14898,1338,40),(14899,1339,40),(14900,5347,40),(14901,1340,40),(14902,1341,40),(14903,1218,40),(14904,1219,40),(14905,1220,40),(14906,1221,40),(14907,1222,40),(14908,1223,40),(14909,1224,40),(14910,1225,40),(14911,1226,40),(14912,1227,40),(14913,1228,40),(14914,1229,40),(14915,1230,40),(14916,1231,40),(14917,1232,40),(14918,1233,40),(14919,1234,40),(14920,1235,40),(14921,1236,40),(14922,1237,40),(14923,1238,40),(14924,1239,40),(14925,1241,40),(14926,1242,40),(14927,1243,40),(14928,1244,40),(14929,1245,40),(14930,1246,40),(14931,1247,40),(14932,1248,40),(14933,1249,40),(14934,1250,40),(14935,1251,40),(14936,1252,40),(14937,1253,40),(14938,1254,40),(14939,1255,40),(14940,1256,40),(14941,1257,40),(14942,1258,40),(14943,1259,40),(14944,1260,40),(14945,1261,40),(14946,1262,40),(14947,1263,40),(14948,1264,40),(14949,1265,40),(14950,1266,40),(14951,1267,40),(14952,1268,40),(14953,1269,40),(14954,1270,40),(14955,1271,40),(14956,1272,40),(14957,1273,40),(14958,1274,40),(14959,1275,40),(14960,1276,40),(14961,1277,40),(14962,1278,40),(14963,1279,40),(14964,1280,40),(14965,1281,40),(14966,1282,40),(14967,1283,40),(14968,1284,40),(14969,1285,40),(14970,5398,40),(14971,5732,40),(14972,5851,40),(14973,1286,40),(14974,1287,40),(14975,4248,40),(14976,4249,40),(14977,4250,40),(14978,4251,40),(14979,4252,40),(14980,4253,40),(14981,4254,40),(14982,4255,40),(14983,4256,40),(14984,4257,40),(14985,4258,40),(14986,4259,40),(14987,4620,40),(14988,4260,40),(14989,4261,40),(14990,1288,40),(14991,1289,40),(14992,1290,40),(14993,265,40),(14994,291,40),(14995,292,40),(14996,293,40),(14997,266,40),(14998,267,40),(14999,268,40),(15000,269,40),(15001,270,40),(15002,271,40),(15003,272,40),(15004,273,40),(15005,274,40),(15006,275,40),(15007,276,40),(15008,277,40),(15009,278,40),(15010,279,40),(15011,280,40),(15012,281,40),(15013,282,40),(15014,283,40),(15015,284,40),(15016,285,40),(15017,286,40),(15018,287,40),(15019,288,40),(15020,289,40),(15021,290,40),(15022,1342,40),(15023,1343,40),(15024,1344,40),(15025,404,40),(15026,405,40),(15027,406,40),(15028,101,40),(15029,369,40),(15030,370,40),(15031,476,40),(15032,477,40),(15033,478,40),(15034,479,40),(15035,480,40),(15036,481,40),(15037,482,40),(15038,483,40),(15039,484,40),(15040,485,40),(15041,486,40),(15042,487,40),(15043,457,40),(15044,458,40),(15045,459,40),(15046,387,40),(15047,340,40),(15048,341,40),(15049,342,40),(15050,343,40),(15051,344,40),(15052,346,40),(15053,347,40),(15054,348,40),(15055,349,40),(15056,350,40),(15057,351,40),(15058,352,40),(15059,353,40),(15060,354,40),(15061,355,40),(15062,356,40),(15063,357,40),(15064,358,40),(15065,359,40),(15066,360,40),(15067,2235,40),(15068,2236,40),(15069,2237,40),(15070,2238,40),(15071,2239,40),(15072,2240,40),(15073,2241,40),(15074,2242,40),(15075,2243,40),(15076,2244,40),(15077,2245,40),(15078,2246,40),(15079,2247,40),(15080,2248,40),(15081,1345,40),(15082,1346,40),(15083,1347,40),(15084,1348,40),(15085,1092,40),(15086,5350,40),(15087,5351,40),(15088,5352,40),(15089,5353,40),(15090,5354,40),(15091,5355,40),(15092,5356,40),(15093,5357,40),(15094,2661,40),(15095,6212,40),(15096,1349,40),(15097,1350,40),(15098,1351,40),(15099,1352,40),(15100,1353,40),(15101,1354,40),(15102,1355,40),(15103,1356,40),(15104,1357,40),(15105,1358,40),(15106,1359,40),(15107,1360,40),(15108,1361,40),(15109,1362,40),(15110,1363,40),(15111,1364,40),(15112,1365,40),(15113,1366,40),(15114,1367,40),(15115,1368,40),(15116,1369,40),(15117,4993,40),(15118,4994,40),(15119,5358,40),(15120,5359,40),(15121,1523,40),(15122,1524,40),(15123,1525,40),(15124,1526,40),(15125,1370,40),(15126,1371,40),(15127,1372,40),(15128,1531,40),(15129,2257,40),(15130,2258,40),(15131,2259,40),(15132,1536,40),(15133,1373,40),(15134,1374,40),(15135,1375,40),(15136,6057,40),(15137,2476,40),(15138,1488,40),(15139,1489,40),(15140,1490,40),(15141,1491,40),(15142,1492,40),(15143,4899,8),(15144,1530,8),(15145,1550,8),(15146,3127,8),(15147,1291,41),(15148,1292,41),(15149,1293,41),(15150,1294,41),(15151,1295,41),(15152,3906,41),(15153,1297,41),(15154,1298,41),(15155,1240,41),(15156,1299,41),(15157,1300,41),(15158,1301,41),(15159,1302,41),(15160,1303,41),(15161,1304,41),(15162,1305,41),(15163,1306,41),(15164,1307,41),(15165,1308,41),(15166,3653,41),(15167,1309,41),(15168,1310,41),(15169,1311,41),(15170,1312,41),(15171,1313,41),(15172,1314,41),(15173,1315,41),(15174,1316,41),(15175,1317,41),(15176,1318,41),(15177,1319,41),(15178,1320,41),(15179,1321,41),(15180,1322,41),(15181,1323,41),(15182,1324,41),(15183,1325,41),(15184,1326,41),(15185,1327,41),(15186,3594,41),(15187,4242,41),(15188,4243,41),(15189,4244,41),(15190,4245,41),(15191,4246,41),(15192,4247,41),(15193,86,41),(15194,83,41),(15195,87,41),(15196,4595,41),(15197,4596,41),(15198,4597,41),(15199,4598,41),(15200,4599,41),(15201,4600,41),(15202,4601,41),(15203,4602,41),(15204,4603,41),(15205,4604,41),(15206,1328,41),(15207,6160,41),(15208,1330,41),(15209,1331,41),(15210,1332,41),(15211,1333,41),(15212,1334,41),(15213,1335,41),(15214,1336,41),(15215,5339,41),(15216,5340,41),(15217,5341,41),(15218,6056,41),(15219,5342,41),(15220,5343,41),(15221,5344,41),(15222,5345,41),(15223,1337,41),(15224,1338,41),(15225,1339,41),(15226,5347,41),(15227,1340,41),(15228,1341,41),(15229,1218,41),(15230,1219,41),(15231,1220,41),(15232,1221,41),(15233,1222,41),(15234,1223,41),(15235,1224,41),(15236,1225,41),(15237,1226,41),(15238,1227,41),(15239,1228,41),(15240,1229,41),(15241,1230,41),(15242,1231,41),(15243,1232,41),(15244,1233,41),(15245,1234,41),(15246,1235,41),(15247,1236,41),(15248,1237,41),(15249,1238,41),(15250,1239,41),(15251,1241,41),(15252,1242,41),(15253,1243,41),(15254,1244,41),(15255,1245,41),(15256,1246,41),(15257,1247,41),(15258,1248,41),(15259,1249,41),(15260,1250,41),(15261,1251,41),(15262,1252,41),(15263,1253,41),(15264,1254,41),(15265,1255,41),(15266,1256,41),(15267,1257,41),(15268,1258,41),(15269,1259,41),(15270,1260,41),(15271,1261,41),(15272,1262,41),(15273,1263,41),(15274,1264,41),(15275,1265,41),(15276,1266,41),(15277,1267,41),(15278,1268,41),(15279,1269,41),(15280,1270,41),(15281,1271,41),(15282,1272,41),(15283,1273,41),(15284,1274,41),(15285,1275,41),(15286,1276,41),(15287,1277,41),(15288,1278,41),(15289,1279,41),(15290,1280,41),(15291,1281,41),(15292,1282,41),(15293,1283,41),(15294,1284,41),(15295,1285,41),(15296,5398,41),(15297,5732,41),(15298,5851,41),(15299,1286,41),(15300,1287,41),(15301,4248,41),(15302,4249,41),(15303,4250,41),(15304,4251,41),(15305,4252,41),(15306,4253,41),(15307,4254,41),(15308,4255,41),(15309,4256,41),(15310,4257,41),(15311,4258,41),(15312,4259,41),(15313,4620,41),(15314,4260,41),(15315,4261,41),(15316,1288,41),(15317,1289,41),(15318,1290,41),(15319,1500,41),(15320,1501,41),(15321,1510,41),(15322,1511,41),(15323,1512,41),(15324,1513,41),(15325,1514,41),(15326,1515,41),(15327,1516,41),(15328,1517,41),(15329,1518,41),(15330,1519,41),(15331,1520,41),(15332,1521,41),(15333,1522,41),(15334,1342,41),(15335,1343,41),(15336,1344,41),(15337,1523,41),(15338,1345,41),(15339,1346,41),(15340,1347,41),(15341,1348,41),(15342,1092,41),(15343,1349,41),(15344,1350,41),(15345,1351,41),(15346,1352,41),(15347,1353,41),(15348,1354,41),(15349,1355,41),(15350,1356,41),(15351,1357,41),(15352,1358,41),(15353,1359,41),(15354,1360,41),(15355,1361,41),(15356,1362,41),(15357,1363,41),(15358,1364,41),(15359,1365,41),(15360,1366,41),(15361,1367,41),(15362,1368,41),(15363,1369,41),(15364,4993,41),(15365,4994,41),(15366,5358,41),(15367,5359,41),(15368,1524,41),(15369,1525,41),(15370,1526,41),(15371,1370,41),(15372,1371,41),(15373,1372,41),(15374,1527,41),(15375,1529,41),(15376,1530,41),(15377,59,41),(15378,60,41),(15379,66,41),(15380,1531,41),(15381,1532,41),(15382,1533,41),(15383,1534,41),(15384,65,41),(15385,1536,41),(15386,1373,41),(15387,1374,41),(15388,1375,41),(15389,6057,41),(15390,1537,41),(15391,2111,41),(15392,1539,41),(15393,1540,41),(15394,1542,41),(15395,78,41),(15396,1543,41),(15397,1544,41),(15398,1545,41),(15399,1546,41),(15400,1547,41),(15401,1548,41),(15402,1549,41),(15403,1551,41),(15404,1552,41),(15405,1553,41),(15406,1554,41),(15407,1555,41),(15408,1556,41),(15409,1557,41),(15410,1558,41),(15411,1559,41),(15412,1560,41),(15413,1561,41),(15414,1562,41),(15415,1563,41),(15416,1564,41),(15417,1565,41),(15418,1566,41),(15419,1572,41),(15420,1587,41),(15421,1094,41),(15422,1588,41),(15423,1589,41),(15424,1590,41),(15425,1591,41),(15426,1592,41),(15427,1593,41),(15428,1594,41),(15429,1596,41),(15430,1597,41),(15431,1604,41),(15432,1605,41),(15433,1606,41),(15434,1607,41),(15435,1608,41),(15436,1609,41),(15437,1488,41),(15438,1489,41),(15439,68,41),(15440,61,41),(15441,69,41),(15442,70,41),(15443,71,41),(15444,72,41),(15445,62,41),(15446,74,41),(15447,75,41),(15448,76,41),(15449,1490,41),(15450,1491,41),(15451,1492,41),(15452,6211,9),(15453,1291,42),(15454,1292,42),(15455,1293,42),(15456,1294,42),(15457,1295,42),(15458,3906,42),(15459,1297,42),(15460,1298,42),(15461,1240,42),(15462,1299,42),(15463,1300,42),(15464,1301,42),(15465,1302,42),(15466,1303,42),(15467,1304,42),(15468,1305,42),(15469,1306,42),(15470,1307,42),(15471,1308,42),(15472,3653,42),(15473,1309,42),(15474,1310,42),(15475,1311,42),(15476,1312,42),(15477,1313,42),(15478,1314,42),(15479,1315,42),(15480,1316,42),(15481,1317,42),(15482,1318,42),(15483,1319,42),(15484,1320,42),(15485,1321,42),(15486,1322,42),(15487,1323,42),(15488,1324,42),(15489,1325,42),(15490,1326,42),(15491,1327,42),(15492,3594,42),(15493,4242,42),(15494,4243,42),(15495,4244,42),(15496,4245,42),(15497,4246,42),(15498,4247,42),(15499,86,42),(15500,83,42),(15501,87,42),(15502,4595,42),(15503,4596,42),(15504,4597,42),(15505,4598,42),(15506,4599,42),(15507,4600,42),(15508,4601,42),(15509,4602,42),(15510,4603,42),(15511,4604,42),(15512,1328,42),(15513,6160,42),(15514,1330,42),(15515,1331,42),(15516,1332,42),(15517,1333,42),(15518,1334,42),(15519,1335,42),(15520,1336,42),(15521,5339,42),(15522,5340,42),(15523,5341,42),(15524,6056,42),(15525,5342,42),(15526,5343,42),(15527,5344,42),(15528,5345,42),(15529,1337,42),(15530,1338,42),(15531,1339,42),(15532,5347,42),(15533,1340,42),(15534,1341,42),(15535,1218,42),(15536,1219,42),(15537,1220,42),(15538,1221,42),(15539,1222,42),(15540,1223,42),(15541,1224,42),(15542,1225,42),(15543,1226,42),(15544,1227,42),(15545,1228,42),(15546,1229,42),(15547,1230,42),(15548,1231,42),(15549,1232,42),(15550,1233,42),(15551,1234,42),(15552,1235,42),(15553,1236,42),(15554,1237,42),(15555,1238,42),(15556,1239,42),(15557,1241,42),(15558,1242,42),(15559,1243,42),(15560,1244,42),(15561,1245,42),(15562,1246,42),(15563,1247,42),(15564,1248,42),(15565,1249,42),(15566,1250,42),(15567,1251,42),(15568,1252,42),(15569,1253,42),(15570,1254,42),(15571,1255,42),(15572,1256,42),(15573,1257,42),(15574,1258,42),(15575,1259,42),(15576,1260,42),(15577,1261,42),(15578,1262,42),(15579,1263,42),(15580,1264,42),(15581,1265,42),(15582,1266,42),(15583,1267,42),(15584,1268,42),(15585,1269,42),(15586,1270,42),(15587,1271,42),(15588,1272,42),(15589,1273,42),(15590,1274,42),(15591,1275,42),(15592,1276,42),(15593,1277,42),(15594,1278,42),(15595,1279,42),(15596,1280,42),(15597,1281,42),(15598,1282,42),(15599,1283,42),(15600,1284,42),(15601,1285,42),(15602,5398,42),(15603,5732,42),(15604,5851,42),(15605,1286,42),(15606,1287,42),(15607,4248,42),(15608,4249,42),(15609,4250,42),(15610,4251,42),(15611,4252,42),(15612,4253,42),(15613,4254,42),(15614,4255,42),(15615,4256,42),(15616,4257,42),(15617,4258,42),(15618,4259,42),(15619,4620,42),(15620,4260,42),(15621,4261,42),(15622,1288,42),(15623,1289,42),(15624,1290,42),(15625,1615,42),(15626,1616,42),(15627,1617,42),(15628,1618,42),(15629,1619,42),(15630,1620,42),(15631,1621,42),(15632,1622,42),(15633,1623,42),(15634,1502,42),(15635,1507,42),(15636,1624,42),(15637,1509,42),(15638,1342,42),(15639,1343,42),(15640,1344,42),(15641,1625,42),(15642,1626,42),(15643,1345,42),(15644,1346,42),(15645,1347,42),(15646,1348,42),(15647,1092,42),(15648,5350,42),(15649,5351,42),(15650,5352,42),(15651,5353,42),(15652,5354,42),(15653,5355,42),(15654,5356,42),(15655,5357,42),(15656,1349,42),(15657,1350,42),(15658,1351,42),(15659,1352,42),(15660,1353,42),(15661,1354,42),(15662,1355,42),(15663,1356,42),(15664,1357,42),(15665,1358,42),(15666,1359,42),(15667,1360,42),(15668,1361,42),(15669,1362,42),(15670,1363,42),(15671,1364,42),(15672,1365,42),(15673,1366,42),(15674,1367,42),(15675,1368,42),(15676,1369,42),(15677,4993,42),(15678,4994,42),(15679,5358,42),(15680,5359,42),(15681,1523,42),(15682,1524,42),(15683,1525,42),(15684,1526,42),(15685,1370,42),(15686,1371,42),(15687,1372,42),(15688,1535,42),(15689,1373,42),(15690,1374,42),(15691,1375,42),(15692,6057,42),(15693,1627,42),(15694,1628,42),(15695,1629,42),(15696,1630,42),(15697,1631,42),(15698,1632,42),(15699,1633,42),(15700,1634,42),(15701,1635,42),(15702,1636,42),(15703,1486,42),(15704,1485,42),(15705,1484,42),(15706,1483,42),(15707,1482,42),(15708,1637,42),(15709,1638,42),(15710,1639,42),(15711,1640,42),(15712,1641,42),(15713,1642,42),(15714,1643,42),(15715,1644,42),(15716,1645,42),(15717,1646,42),(15718,1647,42),(15719,1648,42),(15720,1649,42),(15721,1650,42),(15722,1651,42),(15723,1652,42),(15724,1653,42),(15725,1654,42),(15726,1655,42),(15727,1656,42),(15728,1657,42),(15729,1658,42),(15730,1659,42),(15731,1660,42),(15732,1661,42),(15733,1662,42),(15734,1663,42),(15735,1664,42),(15736,1665,42),(15737,1666,42),(15738,1667,42),(15739,1668,42),(15740,1669,42),(15741,1670,42),(15742,1671,42),(15743,1672,42),(15744,1673,42),(15745,1674,42),(15746,1675,42),(15747,1676,42),(15748,1677,42),(15749,1678,42),(15750,1679,42),(15751,1680,42),(15752,1681,42),(15753,1682,42),(15754,1683,42),(15755,1684,42),(15756,1685,42),(15757,1686,42),(15758,1687,42),(15759,1688,42),(15760,1689,42),(15761,1690,42),(15762,1691,42),(15763,1692,42),(15764,1693,42),(15765,1694,42),(15766,1695,42),(15767,1696,42),(15768,1697,42),(15769,1698,42),(15770,1699,42),(15771,1700,42),(15772,1701,42),(15773,1702,42),(15774,1703,42),(15775,1704,42),(15776,1705,42),(15777,1706,42),(15778,1707,42),(15779,1708,42),(15780,1709,42),(15781,1710,42),(15782,1711,42),(15783,1712,42),(15784,1713,42),(15785,1714,42),(15786,1715,42),(15787,1716,42),(15788,1717,42),(15789,1718,42),(15790,1719,42),(15791,1720,42),(15792,1721,42),(15793,1722,42),(15794,1723,42),(15795,1724,42),(15796,1725,42),(15797,1726,42),(15798,1727,42),(15799,1728,42),(15800,1729,42),(15801,1730,42),(15802,1731,42),(15803,1732,42),(15804,1733,42),(15805,1734,42),(15806,1735,42),(15807,1736,42),(15808,1737,42),(15809,1738,42),(15810,1739,42),(15811,1740,42),(15812,1741,42),(15813,1742,42),(15814,1743,42),(15815,1744,42),(15816,1745,42),(15817,1746,42),(15818,1747,42),(15819,1748,42),(15820,1749,42),(15821,1750,42),(15822,1751,42),(15823,1752,42),(15824,1753,42),(15825,1754,42),(15826,1755,42),(15827,1756,42),(15828,1757,42),(15829,1758,42),(15830,1759,42),(15831,1760,42),(15832,1761,42),(15833,1762,42),(15834,1763,42),(15835,1764,42),(15836,1765,42),(15837,1767,42),(15838,1768,42),(15839,1769,42),(15840,1770,42),(15841,1771,42),(15842,1772,42),(15843,1773,42),(15844,1774,42),(15845,1775,42),(15846,1776,42),(15847,1777,42),(15848,1778,42),(15849,1779,42),(15850,1780,42),(15851,1781,42),(15852,1782,42),(15853,1783,42),(15854,1784,42),(15855,1785,42),(15856,1786,42),(15857,1787,42),(15858,1788,42),(15859,1789,42),(15860,1790,42),(15861,1791,42),(15862,1792,42),(15863,1793,42),(15864,1794,42),(15865,1795,42),(15866,1796,42),(15867,1797,42),(15868,1798,42),(15869,1799,42),(15870,1800,42),(15871,1801,42),(15872,1802,42),(15873,1803,42),(15874,1804,42),(15875,1805,42),(15876,1806,42),(15877,1807,42),(15878,1808,42),(15879,1809,42),(15880,1810,42),(15881,1811,42),(15882,1812,42),(15883,1813,42),(15884,1814,42),(15885,1815,42),(15886,1816,42),(15887,1817,42),(15888,1818,42),(15889,1819,42),(15890,1820,42),(15891,1821,42),(15892,1822,42),(15893,6182,42),(15894,1823,42),(15895,1824,42),(15896,1825,42),(15897,1826,42),(15898,1827,42),(15899,1828,42),(15900,1829,42),(15901,1830,42),(15902,1831,42),(15903,1832,42),(15904,1833,42),(15905,1834,42),(15906,1835,42),(15907,1836,42),(15908,1837,42),(15909,1838,42),(15910,1839,42),(15911,1840,42),(15912,1841,42),(15913,1842,42),(15914,1843,42),(15915,1844,42),(15916,1845,42),(15917,1846,42),(15918,1847,42),(15919,1848,42),(15920,1849,42),(15921,1850,42),(15922,1851,42),(15923,1852,42),(15924,1853,42),(15925,1854,42),(15926,1855,42),(15927,1856,42),(15928,1857,42),(15929,1858,42),(15930,1859,42),(15931,1860,42),(15932,1861,42),(15933,1862,42),(15934,1863,42),(15935,1864,42),(15936,1865,42),(15937,1866,42),(15938,1867,42),(15939,1868,42),(15940,1869,42),(15941,1870,42),(15942,1871,42),(15943,1872,42),(15944,1873,42),(15945,1874,42),(15946,1875,42),(15947,1876,42),(15948,1877,42),(15949,1878,42),(15950,1879,42),(15951,1880,42),(15952,1881,42),(15953,1882,42),(15954,1883,42),(15955,1884,42),(15956,1885,42),(15957,1886,42),(15958,1887,42),(15959,1888,42),(15960,1889,42),(15961,1890,42),(15962,1891,42),(15963,1892,42),(15964,1893,42),(15965,1894,42),(15966,1895,42),(15967,1896,42),(15968,1897,42),(15969,1898,42),(15970,1899,42),(15971,1900,42),(15972,1901,42),(15973,1902,42),(15974,1903,42),(15975,1904,42),(15976,1905,42),(15977,1906,42),(15978,1907,42),(15979,1908,42),(15980,1909,42),(15981,1910,42),(15982,1911,42),(15983,1912,42),(15984,1913,42),(15985,1914,42),(15986,1915,42),(15987,1916,42),(15988,1917,42),(15989,1918,42),(15990,1919,42),(15991,1920,42),(15992,1921,42),(15993,1922,42),(15994,1923,42),(15995,1924,42),(15996,1925,42),(15997,1926,42),(15998,1927,42),(15999,1928,42),(16000,1929,42),(16001,1930,42),(16002,1931,42),(16003,1932,42),(16004,1933,42),(16005,1934,42),(16006,1935,42),(16007,4551,42),(16008,1936,42),(16009,1937,42),(16010,1938,42),(16011,1939,42),(16012,1940,42),(16013,1941,42),(16014,1942,42),(16015,1943,42),(16016,1944,42),(16017,1945,42),(16018,1946,42),(16019,1947,42),(16020,1948,42),(16021,1949,42),(16022,1950,42),(16023,1951,42),(16024,1952,42),(16025,1953,42),(16026,1954,42),(16027,1955,42),(16028,1956,42),(16029,1957,42),(16030,1958,42),(16031,1959,42),(16032,1960,42),(16033,1961,42),(16034,1962,42),(16035,1963,42),(16036,1964,42),(16037,1965,42),(16038,1966,42),(16039,1967,42),(16040,1968,42),(16041,1969,42),(16042,1970,42),(16043,1971,42),(16044,1972,42),(16045,1973,42),(16046,1974,42),(16047,1975,42),(16048,1976,42),(16049,1977,42),(16050,1978,42),(16051,1979,42),(16052,1980,42),(16053,1981,42),(16054,1982,42),(16055,1983,42),(16056,1984,42),(16057,1985,42),(16058,1986,42),(16059,1987,42),(16060,1988,42),(16061,1989,42),(16062,1990,42),(16063,1991,42),(16064,1992,42),(16065,1993,42),(16066,1994,42),(16067,1995,42),(16068,1996,42),(16069,1997,42),(16070,1998,42),(16071,1999,42),(16072,2000,42),(16073,2001,42),(16074,2002,42),(16075,2003,42),(16076,2004,42),(16077,2005,42),(16078,2006,42),(16079,2007,42),(16080,2008,42),(16081,2009,42),(16082,2010,42),(16083,2011,42),(16084,2012,42),(16085,2013,42),(16086,2014,42),(16087,2015,42),(16088,2016,42),(16089,2017,42),(16090,2018,42),(16091,2019,42),(16092,2020,42),(16093,2021,42),(16094,2022,42),(16095,2023,42),(16096,2024,42),(16097,2025,42),(16098,2026,42),(16099,2027,42),(16100,2028,42),(16101,2029,42),(16102,2030,42),(16103,2031,42),(16104,2032,42),(16105,2033,42),(16106,2034,42),(16107,2035,42),(16108,2036,42),(16109,2037,42),(16110,2038,42),(16111,2039,42),(16112,2040,42),(16113,2041,42),(16114,2042,42),(16115,2043,42),(16116,2044,42),(16117,2045,42),(16118,2046,42),(16119,2047,42),(16120,2048,42),(16121,2049,42),(16122,2050,42),(16123,2051,42),(16124,2052,42),(16125,2053,42),(16126,2054,42),(16127,2055,42),(16128,2056,42),(16129,2057,42),(16130,2058,42),(16131,2059,42),(16132,2060,42),(16133,2061,42),(16134,2062,42),(16135,2063,42),(16136,2064,42),(16137,2065,42),(16138,2066,42),(16139,2067,42),(16140,2068,42),(16141,2069,42),(16142,2070,42),(16143,2071,42),(16144,2072,42),(16145,2073,42),(16146,2074,42),(16147,2075,42),(16148,2076,42),(16149,2077,42),(16150,2078,42),(16151,2079,42),(16152,2080,42),(16153,2081,42),(16154,2082,42),(16155,2083,42),(16156,2084,42),(16157,2085,42),(16158,2086,42),(16159,2087,42),(16160,2088,42),(16161,2089,42),(16162,2090,42),(16163,2091,42),(16164,2092,42),(16165,2093,42),(16166,2094,42),(16167,2095,42),(16168,2096,42),(16169,2097,42),(16170,2098,42),(16171,2099,42),(16172,1580,42),(16173,2100,42),(16174,2101,42),(16175,2102,42),(16176,2103,42),(16177,2104,42),(16178,2105,42),(16179,2106,42),(16180,2107,42),(16181,2108,42),(16182,2109,42),(16183,2110,42),(16184,1488,42),(16185,1489,42),(16186,1490,42),(16187,1491,42),(16188,1492,42),(16189,4899,43),(16190,1291,43),(16191,1292,43),(16192,1293,43),(16193,1294,43),(16194,1295,43),(16195,3906,43),(16196,1297,43),(16197,1298,43),(16198,1240,43),(16199,1299,43),(16200,1300,43),(16201,1301,43),(16202,1302,43),(16203,1303,43),(16204,1304,43),(16205,1305,43),(16206,1306,43),(16207,1307,43),(16208,1308,43),(16209,3653,43),(16210,1309,43),(16211,1310,43),(16212,1311,43),(16213,1312,43),(16214,1313,43),(16215,1314,43),(16216,1315,43),(16217,1316,43),(16218,1317,43),(16219,1318,43),(16220,1319,43),(16221,1320,43),(16222,1321,43),(16223,1322,43),(16224,1323,43),(16225,1324,43),(16226,1325,43),(16227,1326,43),(16228,1327,43),(16229,3594,43),(16230,4242,43),(16231,4243,43),(16232,4244,43),(16233,4245,43),(16234,4246,43),(16235,4247,43),(16236,86,43),(16237,83,43),(16238,87,43),(16239,4595,43),(16240,4596,43),(16241,4597,43),(16242,4598,43),(16243,4599,43),(16244,4600,43),(16245,4601,43),(16246,4602,43),(16247,4603,43),(16248,4604,43),(16249,1328,43),(16250,6160,43),(16251,1330,43),(16252,1331,43),(16253,1332,43),(16254,1333,43),(16255,1334,43),(16256,1335,43),(16257,1336,43),(16258,5339,43),(16259,5340,43),(16260,5341,43),(16261,6056,43),(16262,5342,43),(16263,5343,43),(16264,5344,43),(16265,5345,43),(16266,1337,43),(16267,1338,43),(16268,1339,43),(16269,5347,43),(16270,1340,43),(16271,1341,43),(16272,1218,43),(16273,1219,43),(16274,1220,43),(16275,1221,43),(16276,1222,43),(16277,1223,43),(16278,1224,43),(16279,1225,43),(16280,1226,43),(16281,1227,43),(16282,1228,43),(16283,1229,43),(16284,1230,43),(16285,1231,43),(16286,1232,43),(16287,1233,43),(16288,1234,43),(16289,1235,43),(16290,1236,43),(16291,1237,43),(16292,1238,43),(16293,1239,43),(16294,1241,43),(16295,1242,43),(16296,1243,43),(16297,1244,43),(16298,1245,43),(16299,1246,43),(16300,1247,43),(16301,1248,43),(16302,1249,43),(16303,1250,43),(16304,1251,43),(16305,1252,43),(16306,1253,43),(16307,1254,43),(16308,1255,43),(16309,1256,43),(16310,1257,43),(16311,1258,43),(16312,1259,43),(16313,1260,43),(16314,1261,43),(16315,1262,43),(16316,1263,43),(16317,1264,43),(16318,1265,43),(16319,1266,43),(16320,1267,43),(16321,1268,43),(16322,1269,43),(16323,1270,43),(16324,1271,43),(16325,1272,43),(16326,1273,43),(16327,1274,43),(16328,1275,43),(16329,1276,43),(16330,1277,43),(16331,1278,43),(16332,1279,43),(16333,1280,43),(16334,1281,43),(16335,1282,43),(16336,1283,43),(16337,1284,43),(16338,1285,43),(16339,5398,43),(16340,5732,43),(16341,5851,43),(16342,1286,43),(16343,1287,43),(16344,4248,43),(16345,4249,43),(16346,4250,43),(16347,4251,43),(16348,4252,43),(16349,4253,43),(16350,4254,43),(16351,4255,43),(16352,4256,43),(16353,4257,43),(16354,4258,43),(16355,4259,43),(16356,4620,43),(16357,4260,43),(16358,4261,43),(16359,1288,43),(16360,1289,43),(16361,1290,43),(16362,265,43),(16363,291,43),(16364,292,43),(16365,293,43),(16366,266,43),(16367,267,43),(16368,268,43),(16369,269,43),(16370,270,43),(16371,271,43),(16372,272,43),(16373,273,43),(16374,274,43),(16375,275,43),(16376,276,43),(16377,277,43),(16378,278,43),(16379,279,43),(16380,280,43),(16381,281,43),(16382,282,43),(16383,283,43),(16384,284,43),(16385,285,43),(16386,286,43),(16387,287,43),(16388,288,43),(16389,289,43),(16390,290,43),(16391,1342,43),(16392,1343,43),(16393,1344,43),(16394,404,43),(16395,405,43),(16396,406,43),(16397,101,43),(16398,369,43),(16399,370,43),(16400,476,43),(16401,477,43),(16402,478,43),(16403,479,43),(16404,480,43),(16405,481,43),(16406,482,43),(16407,483,43),(16408,484,43),(16409,485,43),(16410,486,43),(16411,487,43),(16412,457,43),(16413,458,43),(16414,459,43),(16415,387,43),(16416,340,43),(16417,341,43),(16418,342,43),(16419,343,43),(16420,344,43),(16421,346,43),(16422,347,43),(16423,348,43),(16424,349,43),(16425,350,43),(16426,351,43),(16427,352,43),(16428,353,43),(16429,354,43),(16430,355,43),(16431,356,43),(16432,357,43),(16433,358,43),(16434,359,43),(16435,360,43),(16436,2235,43),(16437,2236,43),(16438,2237,43),(16439,2238,43),(16440,2239,43),(16441,2240,43),(16442,2241,43),(16443,2242,43),(16444,2243,43),(16445,2244,43),(16446,2245,43),(16447,2246,43),(16448,2247,43),(16449,2248,43),(16450,1345,43),(16451,1346,43),(16452,1347,43),(16453,1348,43),(16454,1092,43),(16455,5350,43),(16456,5351,43),(16457,5352,43),(16458,5353,43),(16459,5354,43),(16460,5355,43),(16461,5356,43),(16462,5357,43),(16463,2661,43),(16464,1349,43),(16465,1350,43),(16466,1351,43),(16467,1352,43),(16468,1353,43),(16469,1354,43),(16470,1355,43),(16471,1356,43),(16472,1357,43),(16473,1358,43),(16474,1359,43),(16475,1360,43),(16476,1361,43),(16477,1362,43),(16478,1363,43),(16479,1364,43),(16480,1365,43),(16481,1366,43),(16482,1367,43),(16483,1368,43),(16484,1369,43),(16485,4993,43),(16486,4994,43),(16487,5358,43),(16488,5359,43),(16489,1523,43),(16490,1524,43),(16491,1525,43),(16492,1526,43),(16493,1370,43),(16494,1371,43),(16495,1372,43),(16496,1531,43),(16497,2257,43),(16498,2258,43),(16499,2259,43),(16500,1536,43),(16501,1373,43),(16502,1374,43),(16503,1375,43),(16504,6057,43),(16505,2476,43),(16506,126,43),(16507,2655,43),(16508,1545,43),(16509,2112,43),(16510,2113,43),(16511,2114,43),(16512,2115,43),(16513,2116,43),(16514,2117,43),(16515,2118,43),(16516,2119,43),(16517,2120,43),(16518,2121,43),(16519,2122,43),(16520,2123,43),(16521,2124,43),(16522,2125,43),(16523,2126,43),(16524,2127,43),(16525,2128,43),(16526,2129,43),(16527,2130,43),(16528,2131,43),(16529,2132,43),(16530,1544,43),(16531,2133,43),(16532,2134,43),(16533,2135,43),(16534,2136,43),(16535,2137,43),(16536,2138,43),(16537,2139,43),(16538,2140,43),(16539,2141,43),(16540,2142,43),(16541,2143,43),(16542,2144,43),(16543,65,43),(16544,1543,43),(16545,2145,43),(16546,2146,43),(16547,2147,43),(16548,2148,43),(16549,2149,43),(16550,2150,43),(16551,2151,43),(16552,2152,43),(16553,2153,43),(16554,2154,43),(16555,2155,43),(16556,2156,43),(16557,2157,43),(16558,2158,43),(16559,2159,43),(16560,2160,43),(16561,2161,43),(16562,2162,43),(16563,2163,43),(16564,2164,43),(16565,2165,43),(16566,2166,43),(16567,2167,43),(16568,2168,43),(16569,2169,43),(16570,2170,43),(16571,2171,43),(16572,2172,43),(16573,2173,43),(16574,2174,43),(16575,2175,43),(16576,2176,43),(16577,2177,43),(16578,2178,43),(16579,2179,43),(16580,2180,43),(16581,2181,43),(16582,2182,43),(16583,2183,43),(16584,2184,43),(16585,2185,43),(16586,2186,43),(16587,2187,43),(16588,2188,43),(16589,2189,43),(16590,2190,43),(16591,2191,43),(16592,2192,43),(16593,2193,43),(16594,2194,43),(16595,2264,43),(16596,2265,43),(16597,2266,43),(16598,2267,43),(16599,2268,43),(16600,2269,43),(16601,2270,43),(16602,2271,43),(16603,2272,43),(16604,2273,43),(16605,2274,43),(16606,2275,43),(16607,2276,43),(16608,2277,43),(16609,2278,43),(16610,2279,43),(16611,2280,43),(16612,2281,43),(16613,2282,43),(16614,2283,43),(16615,2284,43),(16616,2285,43),(16617,2286,43),(16618,2287,43),(16619,2288,43),(16620,2289,43),(16621,2290,43),(16622,2291,43),(16623,2292,43),(16624,2293,43),(16625,2294,43),(16626,2295,43),(16627,2296,43),(16628,2297,43),(16629,2298,43),(16630,2299,43),(16631,2300,43),(16632,2301,43),(16633,2302,43),(16634,2303,43),(16635,2304,43),(16636,2305,43),(16637,2306,43),(16638,2307,43),(16639,2308,43),(16640,2309,43),(16641,2310,43),(16642,2311,43),(16643,2312,43),(16644,2313,43),(16645,2314,43),(16646,2315,43),(16647,2316,43),(16648,2317,43),(16649,2318,43),(16650,1094,43),(16651,2319,43),(16652,2320,43),(16653,2321,43),(16654,1528,43),(16655,2322,43),(16656,2323,43),(16657,2324,43),(16658,2325,43),(16659,2326,43),(16660,2327,43),(16661,2328,43),(16662,2329,43),(16663,2330,43),(16664,2331,43),(16665,2332,43),(16666,2333,43),(16667,2334,43),(16668,2335,43),(16669,2336,43),(16670,2337,43),(16671,2338,43),(16672,2339,43),(16673,2340,43),(16674,2341,43),(16675,2342,43),(16676,2343,43),(16677,2344,43),(16678,2345,43),(16679,2346,43),(16680,2347,43),(16681,2348,43),(16682,2349,43),(16683,2350,43),(16684,2351,43),(16685,2352,43),(16686,2353,43),(16687,2354,43),(16688,2355,43),(16689,2356,43),(16690,2357,43),(16691,2358,43),(16692,2359,43),(16693,2360,43),(16694,2361,43),(16695,2362,43),(16696,2363,43),(16697,2364,43),(16698,2365,43),(16699,2366,43),(16700,2367,43),(16701,2368,43),(16702,2369,43),(16703,2370,43),(16704,2371,43),(16705,2372,43),(16706,2373,43),(16707,2374,43),(16708,2375,43),(16709,2376,43),(16710,2377,43),(16711,2378,43),(16712,2379,43),(16713,2380,43),(16714,2381,43),(16715,2382,43),(16716,2383,43),(16717,2384,43),(16718,2385,43),(16719,2386,43),(16720,2387,43),(16721,2388,43),(16722,2389,43),(16723,2390,43),(16724,2391,43),(16725,2392,43),(16726,2393,43),(16727,2394,43),(16728,2395,43),(16729,2396,43),(16730,2397,43),(16731,2398,43),(16732,2399,43),(16733,2400,43),(16734,2401,43),(16735,2402,43),(16736,2403,43),(16737,2404,43),(16738,2405,43),(16739,2406,43),(16740,2407,43),(16741,2408,43),(16742,2409,43),(16743,2410,43),(16744,2411,43),(16745,2412,43),(16746,2413,43),(16747,2414,43),(16748,2415,43),(16749,2416,43),(16750,2417,43),(16751,2418,43),(16752,2419,43),(16753,2420,43),(16754,2421,43),(16755,2422,43),(16756,2423,43),(16757,2424,43),(16758,2425,43),(16759,2426,43),(16760,2427,43),(16761,2428,43),(16762,2429,43),(16763,2430,43),(16764,2431,43),(16765,2432,43),(16766,2433,43),(16767,2434,43),(16768,2435,43),(16769,2436,43),(16770,2437,43),(16771,2438,43),(16772,2439,43),(16773,2440,43),(16774,2441,43),(16775,2442,43),(16776,2443,43),(16777,2444,43),(16778,2445,43),(16779,2446,43),(16780,2447,43),(16781,2448,43),(16782,2449,43),(16783,2450,43),(16784,2451,43),(16785,2452,43),(16786,2453,43),(16787,1539,43),(16788,2454,43),(16789,2455,43),(16790,2456,43),(16791,2457,43),(16792,2458,43),(16793,2459,43),(16794,2460,43),(16795,2461,43),(16796,2462,43),(16797,2463,43),(16798,2464,43),(16799,2465,43),(16800,2466,43),(16801,2467,43),(16802,2468,43),(16803,2469,43),(16804,2470,43),(16805,2471,43),(16806,2472,43),(16807,2473,43),(16808,128,43),(16809,413,43),(16810,414,43),(16811,2662,43),(16812,2663,43),(16813,1488,43),(16814,1489,43),(16815,2548,43),(16816,2549,43),(16817,2550,43),(16818,2551,43),(16819,2552,43),(16820,2553,43),(16821,2554,43),(16822,1500,43),(16823,2555,43),(16824,2556,43),(16825,2557,43),(16826,2558,43),(16827,2559,43),(16828,2560,43),(16829,2561,43),(16830,2562,43),(16831,2563,43),(16832,2564,43),(16833,2565,43),(16834,2566,43),(16835,2567,43),(16836,2568,43),(16837,2569,43),(16838,2570,43),(16839,2571,43),(16840,2572,43),(16841,2573,43),(16842,2574,43),(16843,2575,43),(16844,2576,43),(16845,2577,43),(16846,2578,43),(16847,2579,43),(16848,2580,43),(16849,2581,43),(16850,2582,43),(16851,2583,43),(16852,2584,43),(16853,2585,43),(16854,2586,43),(16855,2587,43),(16856,2588,43),(16857,2589,43),(16858,2590,43),(16859,2591,43),(16860,2592,43),(16861,2593,43),(16862,2594,43),(16863,2595,43),(16864,2596,43),(16865,1532,43),(16866,2597,43),(16867,2598,43),(16868,2599,43),(16869,2600,43),(16870,2601,43),(16871,2602,43),(16872,2603,43),(16873,2604,43),(16874,2605,43),(16875,2606,43),(16876,2607,43),(16877,2608,43),(16878,2609,43),(16879,2610,43),(16880,2611,43),(16881,2612,43),(16882,2613,43),(16883,2614,43),(16884,2615,43),(16885,2616,43),(16886,2617,43),(16887,2618,43),(16888,2619,43),(16889,2620,43),(16890,2621,43),(16891,2622,43),(16892,2623,43),(16893,2624,43),(16894,2625,43),(16895,2626,43),(16896,2627,43),(16897,2628,43),(16898,2629,43),(16899,2630,43),(16900,2631,43),(16901,2632,43),(16902,2633,43),(16903,1490,43),(16904,1491,43),(16905,1492,43),(16906,2637,43),(16907,2638,43),(16908,2639,43),(16909,2640,43),(16910,126,11),(16911,2655,11),(16912,1545,11),(16913,2112,11),(16914,2113,11),(16915,2114,11),(16916,2115,11),(16917,2116,11),(16918,2117,11),(16919,2118,11),(16920,2119,11),(16921,2120,11),(16922,2121,11),(16923,2122,11),(16924,2123,11),(16925,2124,11),(16926,2125,11),(16927,2126,11),(16928,2127,11),(16929,2128,11),(16930,2129,11),(16931,2130,11),(16932,2131,11),(16933,2132,11),(16934,1544,11),(16935,2133,11),(16936,2134,11),(16937,2135,11),(16938,2136,11),(16939,2137,11),(16940,2138,11),(16941,2139,11),(16942,2140,11),(16943,2141,11),(16944,2142,11),(16945,2143,11),(16946,2144,11),(16947,65,11),(16948,1543,11),(16949,2145,11),(16950,2146,11),(16951,2147,11),(16952,2148,11),(16953,2149,11),(16954,2150,11),(16955,2151,11),(16956,2152,11),(16957,2153,11),(16958,2154,11),(16959,2155,11),(16960,2156,11),(16961,2157,11),(16962,2158,11),(16963,2159,11),(16964,2160,11),(16965,2161,11),(16966,2162,11),(16967,2163,11),(16968,2164,11),(16969,2165,11),(16970,2166,11),(16971,2167,11),(16972,2168,11),(16973,2169,11),(16974,2170,11),(16975,2171,11),(16976,2172,11),(16977,2173,11),(16978,2174,11),(16979,2175,11),(16980,2176,11),(16981,2177,11),(16982,2178,11),(16983,2179,11),(16984,2180,11),(16985,2181,11),(16986,2182,11),(16987,2183,11),(16988,2184,11),(16989,2185,11),(16990,2186,11),(16991,2187,11),(16992,2188,11),(16993,2189,11),(16994,2190,11),(16995,2191,11),(16996,2192,11),(16997,2193,11),(16998,2194,11),(16999,2264,11),(17000,2265,11),(17001,2266,11),(17002,2267,11),(17003,2268,11),(17004,2269,11),(17005,2270,11),(17006,2271,11),(17007,2272,11),(17008,2273,11),(17009,2274,11),(17010,2275,11),(17011,2276,11),(17012,2277,11),(17013,2278,11),(17014,2279,11),(17015,2280,11),(17016,2281,11),(17017,2282,11),(17018,2283,11),(17019,2284,11),(17020,2285,11),(17021,2286,11),(17022,2287,11),(17023,2288,11),(17024,2289,11),(17025,2290,11),(17026,2291,11),(17027,2292,11),(17028,2293,11),(17029,2294,11),(17030,2295,11),(17031,2296,11),(17032,2297,11),(17033,2298,11),(17034,2299,11),(17035,2300,11),(17036,2301,11),(17037,2302,11),(17038,2303,11),(17039,2304,11),(17040,2305,11),(17041,2306,11),(17042,2307,11),(17043,2308,11),(17044,2309,11),(17045,2310,11),(17046,2311,11),(17047,2312,11),(17048,2313,11),(17049,2314,11),(17050,2315,11),(17051,2316,11),(17052,2317,11),(17053,2318,11),(17054,1094,11),(17055,2319,11),(17056,2320,11),(17057,2321,11),(17058,1528,11),(17059,2322,11),(17060,2323,11),(17061,2324,11),(17062,2325,11),(17063,2326,11),(17064,2327,11),(17065,2328,11),(17066,2329,11),(17067,2330,11),(17068,2331,11),(17069,2332,11),(17070,2333,11),(17071,2334,11),(17072,2335,11),(17073,2336,11),(17074,2337,11),(17075,2338,11),(17076,2339,11),(17077,2340,11),(17078,2341,11),(17079,2342,11),(17080,2343,11),(17081,2344,11),(17082,2345,11),(17083,2346,11),(17084,2347,11),(17085,2348,11),(17086,2349,11),(17087,2350,11),(17088,2351,11),(17089,2352,11),(17090,2353,11),(17091,2354,11),(17092,2355,11),(17093,2356,11),(17094,2357,11),(17095,2358,11),(17096,2359,11),(17097,2360,11),(17098,2361,11),(17099,2362,11),(17100,2363,11),(17101,2364,11),(17102,2365,11),(17103,2366,11),(17104,2367,11),(17105,2368,11),(17106,2369,11),(17107,2370,11),(17108,2371,11),(17109,2372,11),(17110,2373,11),(17111,2374,11),(17112,2375,11),(17113,2376,11),(17114,2377,11),(17115,2378,11),(17116,2379,11),(17117,2380,11),(17118,2381,11),(17119,2382,11),(17120,2383,11),(17121,2384,11),(17122,2385,11),(17123,2386,11),(17124,2387,11),(17125,2388,11),(17126,2389,11),(17127,2390,11),(17128,2391,11),(17129,2392,11),(17130,2393,11),(17131,2394,11),(17132,2395,11),(17133,2396,11),(17134,2397,11),(17135,2398,11),(17136,2399,11),(17137,2400,11),(17138,2401,11),(17139,2402,11),(17140,2403,11),(17141,2404,11),(17142,2405,11),(17143,2406,11),(17144,2407,11),(17145,2408,11),(17146,2409,11),(17147,2410,11),(17148,2411,11),(17149,2412,11),(17150,2413,11),(17151,2414,11),(17152,2415,11),(17153,2416,11),(17154,2417,11),(17155,2418,11),(17156,2419,11),(17157,2420,11),(17158,2421,11),(17159,2422,11),(17160,2423,11),(17161,2424,11),(17162,2425,11),(17163,2426,11),(17164,2427,11),(17165,2428,11),(17166,2429,11),(17167,2430,11),(17168,2431,11),(17169,2432,11),(17170,2433,11),(17171,2434,11),(17172,2435,11),(17173,2436,11),(17174,2437,11),(17175,2438,11),(17176,2439,11),(17177,2440,11),(17178,2441,11),(17179,2442,11),(17180,2443,11),(17181,2444,11),(17182,2445,11),(17183,2446,11),(17184,2447,11),(17185,2448,11),(17186,2449,11),(17187,2450,11),(17188,2451,11),(17189,2452,11),(17190,2453,11),(17191,1539,11),(17192,2454,11),(17193,2455,11),(17194,2456,11),(17195,2457,11),(17196,2458,11),(17197,2459,11),(17198,2460,11),(17199,2461,11),(17200,2462,11),(17201,2463,11),(17202,2464,11),(17203,2465,11),(17204,2466,11),(17205,2467,11),(17206,2468,11),(17207,2469,11),(17208,2470,11),(17209,2471,11),(17210,2472,11),(17211,2473,11),(17212,128,11),(17213,413,11),(17214,414,11),(17215,2662,11),(17216,2663,11),(17217,2548,11),(17218,2549,11),(17219,2550,11),(17220,2551,11),(17221,2552,11),(17222,2553,11),(17223,2554,11),(17224,1500,11),(17225,2555,11),(17226,2556,11),(17227,2557,11),(17228,2558,11),(17229,2559,11),(17230,2560,11),(17231,2561,11),(17232,2562,11),(17233,2563,11),(17234,2564,11),(17235,2565,11),(17236,2566,11),(17237,2567,11),(17238,2568,11),(17239,2569,11),(17240,2570,11),(17241,2571,11),(17242,2572,11),(17243,2573,11),(17244,2574,11),(17245,2575,11),(17246,2576,11),(17247,2577,11),(17248,2578,11),(17249,2579,11),(17250,2580,11),(17251,2581,11),(17252,2582,11),(17253,2583,11),(17254,2584,11),(17255,2585,11),(17256,2586,11),(17257,2587,11),(17258,2588,11),(17259,2589,11),(17260,2590,11),(17261,2591,11),(17262,2592,11),(17263,2593,11),(17264,2594,11),(17265,2595,11),(17266,2596,11),(17267,1532,11),(17268,2597,11),(17269,2598,11),(17270,2599,11),(17271,2600,11),(17272,2601,11),(17273,2602,11),(17274,2603,11),(17275,2604,11),(17276,2605,11),(17277,2606,11),(17278,2607,11),(17279,2608,11),(17280,2609,11),(17281,2610,11),(17282,2611,11),(17283,2612,11),(17284,2613,11),(17285,2614,11),(17286,2615,11),(17287,2616,11),(17288,2617,11),(17289,2618,11),(17290,2619,11),(17291,2620,11),(17292,2621,11),(17293,2622,11),(17294,2623,11),(17295,2624,11),(17296,2625,11),(17297,2626,11),(17298,2627,11),(17299,2628,11),(17300,2629,11),(17301,2630,11),(17302,2631,11),(17303,2632,11),(17304,2633,11),(17305,2637,11),(17306,2638,11),(17307,2639,11),(17308,2640,11),(17309,571,44),(17310,571,11),(17311,4899,45),(17312,1291,45),(17313,1292,45),(17314,1293,45),(17315,1294,45),(17316,1295,45),(17317,3906,45),(17318,1297,45),(17319,1298,45),(17320,1240,45),(17321,1299,45),(17322,1300,45),(17323,1301,45),(17324,1302,45),(17325,1303,45),(17326,1304,45),(17327,1305,45),(17328,1306,45),(17329,1307,45),(17330,1308,45),(17331,3653,45),(17332,1309,45),(17333,1310,45),(17334,1311,45),(17335,1312,45),(17336,1313,45),(17337,1314,45),(17338,1315,45),(17339,1316,45),(17340,1317,45),(17341,1318,45),(17342,1319,45),(17343,1320,45),(17344,1321,45),(17345,1322,45),(17346,1323,45),(17347,1324,45),(17348,1325,45),(17349,1326,45),(17350,1327,45),(17351,3594,45),(17352,4242,45),(17353,4243,45),(17354,4244,45),(17355,4245,45),(17356,4246,45),(17357,4247,45),(17358,86,45),(17359,83,45),(17360,87,45),(17361,4595,45),(17362,4596,45),(17363,4597,45),(17364,4598,45),(17365,4599,45),(17366,4600,45),(17367,4601,45),(17368,4602,45),(17369,4603,45),(17370,4604,45),(17371,1328,45),(17372,6160,45),(17373,1330,45),(17374,1331,45),(17375,1332,45),(17376,1333,45),(17377,1334,45),(17378,1335,45),(17379,1336,45),(17380,5339,45),(17381,5340,45),(17382,5341,45),(17383,6056,45),(17384,5342,45),(17385,5343,45),(17386,5344,45),(17387,5345,45),(17388,1337,45),(17389,1338,45),(17390,1339,45),(17391,5347,45),(17392,1340,45),(17393,1341,45),(17394,1218,45),(17395,1219,45),(17396,1220,45),(17397,1221,45),(17398,1222,45),(17399,1223,45),(17400,1224,45),(17401,1225,45),(17402,1226,45),(17403,1227,45),(17404,1228,45),(17405,1229,45),(17406,1230,45),(17407,1231,45),(17408,1232,45),(17409,1233,45),(17410,1234,45),(17411,1235,45),(17412,1236,45),(17413,1237,45),(17414,1238,45),(17415,1239,45),(17416,1241,45),(17417,1242,45),(17418,1243,45),(17419,1244,45),(17420,1245,45),(17421,1246,45),(17422,1247,45),(17423,1248,45),(17424,1249,45),(17425,1250,45),(17426,1251,45),(17427,1252,45),(17428,1253,45),(17429,1254,45),(17430,1255,45),(17431,1256,45),(17432,1257,45),(17433,1258,45),(17434,1259,45),(17435,1260,45),(17436,1261,45),(17437,1262,45),(17438,1263,45),(17439,1264,45),(17440,1265,45),(17441,1266,45),(17442,1267,45),(17443,1268,45),(17444,1269,45),(17445,1270,45),(17446,1271,45),(17447,1272,45),(17448,1273,45),(17449,1274,45),(17450,1275,45),(17451,1276,45),(17452,1277,45),(17453,1278,45),(17454,1279,45),(17455,1280,45),(17456,1281,45),(17457,1282,45),(17458,1283,45),(17459,1284,45),(17460,1285,45),(17461,5398,45),(17462,5732,45),(17463,5851,45),(17464,1286,45),(17465,1287,45),(17466,4248,45),(17467,4249,45),(17468,4250,45),(17469,4251,45),(17470,4252,45),(17471,4253,45),(17472,4254,45),(17473,4255,45),(17474,4256,45),(17475,4257,45),(17476,4258,45),(17477,4259,45),(17478,4620,45),(17479,4260,45),(17480,4261,45),(17481,1288,45),(17482,1289,45),(17483,1290,45),(17484,265,45),(17485,291,45),(17486,292,45),(17487,293,45),(17488,266,45),(17489,267,45),(17490,268,45),(17491,269,45),(17492,270,45),(17493,271,45),(17494,272,45),(17495,273,45),(17496,274,45),(17497,275,45),(17498,276,45),(17499,277,45),(17500,278,45),(17501,279,45),(17502,280,45),(17503,281,45),(17504,282,45),(17505,283,45),(17506,284,45),(17507,285,45),(17508,286,45),(17509,287,45),(17510,288,45),(17511,289,45),(17512,290,45),(17513,1342,45),(17514,1343,45),(17515,1344,45),(17516,404,45),(17517,405,45),(17518,406,45),(17519,101,45),(17520,369,45),(17521,370,45),(17522,476,45),(17523,477,45),(17524,478,45),(17525,479,45),(17526,480,45),(17527,481,45),(17528,482,45),(17529,483,45),(17530,484,45),(17531,485,45),(17532,486,45),(17533,487,45),(17534,457,45),(17535,458,45),(17536,459,45),(17537,387,45),(17538,340,45),(17539,341,45),(17540,342,45),(17541,343,45),(17542,344,45),(17543,346,45),(17544,347,45),(17545,348,45),(17546,349,45),(17547,350,45),(17548,351,45),(17549,352,45),(17550,353,45),(17551,354,45),(17552,355,45),(17553,356,45),(17554,357,45),(17555,358,45),(17556,359,45),(17557,360,45),(17558,2235,45),(17559,2236,45),(17560,2237,45),(17561,2238,45),(17562,2239,45),(17563,2240,45),(17564,2241,45),(17565,2242,45),(17566,2243,45),(17567,2244,45),(17568,2245,45),(17569,2246,45),(17570,2247,45),(17571,2248,45),(17572,1345,45),(17573,1346,45),(17574,1347,45),(17575,1348,45),(17576,1092,45),(17577,5350,45),(17578,5351,45),(17579,5352,45),(17580,5353,45),(17581,5354,45),(17582,5355,45),(17583,5356,45),(17584,5357,45),(17585,2661,45),(17586,1349,45),(17587,1350,45),(17588,1351,45),(17589,1352,45),(17590,1353,45),(17591,1354,45),(17592,1355,45),(17593,1356,45),(17594,1357,45),(17595,1358,45),(17596,1359,45),(17597,1360,45),(17598,1361,45),(17599,1362,45),(17600,1363,45),(17601,1364,45),(17602,1365,45),(17603,1366,45),(17604,1367,45),(17605,1368,45),(17606,1369,45),(17607,4993,45),(17608,4994,45),(17609,5358,45),(17610,5359,45),(17611,1523,45),(17612,1524,45),(17613,1525,45),(17614,1526,45),(17615,1370,45),(17616,1371,45),(17617,1372,45),(17618,1531,45),(17619,2257,45),(17620,2258,45),(17621,2259,45),(17622,1536,45),(17623,1373,45),(17624,1374,45),(17625,1375,45),(17626,6057,45),(17627,2476,45),(17628,126,45),(17629,2655,45),(17630,1545,45),(17631,2112,45),(17632,2113,45),(17633,2114,45),(17634,2115,45),(17635,2116,45),(17636,2117,45),(17637,2118,45),(17638,2119,45),(17639,2120,45),(17640,2121,45),(17641,2122,45),(17642,2123,45),(17643,2124,45),(17644,2125,45),(17645,2126,45),(17646,2127,45),(17647,2128,45),(17648,2129,45),(17649,2130,45),(17650,2131,45),(17651,2132,45),(17652,1544,45),(17653,2133,45),(17654,2134,45),(17655,2135,45),(17656,2136,45),(17657,2137,45),(17658,2138,45),(17659,2139,45),(17660,2140,45),(17661,2141,45),(17662,2142,45),(17663,2143,45),(17664,2144,45),(17665,65,45),(17666,1543,45),(17667,2145,45),(17668,2146,45),(17669,2147,45),(17670,2148,45),(17671,2149,45),(17672,2150,45),(17673,2151,45),(17674,2152,45),(17675,2153,45),(17676,2154,45),(17677,2155,45),(17678,2156,45),(17679,2157,45),(17680,2158,45),(17681,2159,45),(17682,2160,45),(17683,2161,45),(17684,2162,45),(17685,2163,45),(17686,2164,45),(17687,2165,45),(17688,2166,45),(17689,2167,45),(17690,2168,45),(17691,2169,45),(17692,2170,45),(17693,2171,45),(17694,2172,45),(17695,2173,45),(17696,2174,45),(17697,2175,45),(17698,2176,45),(17699,2177,45),(17700,2178,45),(17701,2179,45),(17702,2180,45),(17703,2181,45),(17704,2182,45),(17705,2183,45),(17706,2184,45),(17707,2185,45),(17708,2186,45),(17709,2187,45),(17710,2188,45),(17711,2189,45),(17712,2190,45),(17713,2191,45),(17714,2192,45),(17715,2193,45),(17716,2194,45),(17717,2264,45),(17718,2265,45),(17719,2266,45),(17720,2267,45),(17721,2268,45),(17722,2269,45),(17723,2270,45),(17724,2271,45),(17725,2272,45),(17726,2273,45),(17727,2274,45),(17728,2275,45),(17729,2276,45),(17730,2277,45),(17731,2278,45),(17732,2279,45),(17733,2280,45),(17734,2281,45),(17735,2282,45),(17736,2283,45),(17737,2284,45),(17738,2285,45),(17739,2286,45),(17740,2287,45),(17741,2288,45),(17742,2289,45),(17743,2290,45),(17744,2291,45),(17745,2292,45),(17746,2293,45),(17747,2294,45),(17748,2295,45),(17749,2296,45),(17750,2297,45),(17751,2298,45),(17752,2299,45),(17753,2300,45),(17754,2301,45),(17755,2302,45),(17756,2303,45),(17757,2304,45),(17758,2305,45),(17759,2306,45),(17760,2307,45),(17761,2308,45),(17762,2309,45),(17763,2310,45),(17764,2311,45),(17765,2312,45),(17766,2313,45),(17767,2314,45),(17768,2315,45),(17769,2316,45),(17770,2317,45),(17771,2318,45),(17772,1094,45),(17773,2319,45),(17774,2320,45),(17775,2321,45),(17776,1528,45),(17777,2322,45),(17778,2323,45),(17779,2324,45),(17780,2325,45),(17781,2326,45),(17782,2327,45),(17783,2328,45),(17784,2329,45),(17785,2330,45),(17786,2331,45),(17787,2332,45),(17788,2333,45),(17789,2334,45),(17790,2335,45),(17791,2336,45),(17792,2337,45),(17793,2338,45),(17794,2339,45),(17795,2340,45),(17796,2341,45),(17797,2342,45),(17798,2343,45),(17799,2344,45),(17800,2345,45),(17801,2346,45),(17802,2347,45),(17803,2348,45),(17804,2349,45),(17805,2350,45),(17806,2351,45),(17807,2352,45),(17808,2353,45),(17809,2354,45),(17810,2355,45),(17811,2356,45),(17812,2357,45),(17813,2358,45),(17814,2359,45),(17815,2360,45),(17816,2361,45),(17817,2362,45),(17818,2363,45),(17819,2364,45),(17820,2365,45),(17821,2366,45),(17822,2367,45),(17823,2368,45),(17824,2369,45),(17825,2370,45),(17826,2371,45),(17827,2372,45),(17828,2373,45),(17829,2374,45),(17830,2375,45),(17831,2376,45),(17832,2377,45),(17833,2378,45),(17834,2379,45),(17835,2380,45),(17836,2381,45),(17837,2382,45),(17838,2383,45),(17839,2384,45),(17840,2385,45),(17841,2386,45),(17842,2387,45),(17843,2388,45),(17844,2389,45),(17845,2390,45),(17846,2391,45),(17847,2392,45),(17848,2393,45),(17849,2394,45),(17850,2395,45),(17851,2396,45),(17852,2397,45),(17853,2398,45),(17854,2399,45),(17855,2400,45),(17856,2401,45),(17857,2402,45),(17858,2403,45),(17859,2404,45),(17860,2405,45),(17861,2406,45),(17862,2407,45),(17863,2408,45),(17864,2409,45),(17865,2410,45),(17866,2411,45),(17867,2412,45),(17868,2413,45),(17869,2414,45),(17870,2415,45),(17871,2416,45),(17872,2417,45),(17873,2418,45),(17874,2419,45),(17875,2420,45),(17876,2421,45),(17877,2422,45),(17878,2423,45),(17879,2424,45),(17880,2425,45),(17881,2426,45),(17882,2427,45),(17883,2428,45),(17884,2429,45),(17885,2430,45),(17886,2431,45),(17887,2432,45),(17888,2433,45),(17889,2434,45),(17890,2435,45),(17891,2436,45),(17892,2437,45),(17893,2438,45),(17894,2439,45),(17895,2440,45),(17896,2441,45),(17897,2442,45),(17898,2443,45),(17899,2444,45),(17900,2445,45),(17901,2446,45),(17902,2447,45),(17903,2448,45),(17904,2449,45),(17905,2450,45),(17906,2451,45),(17907,2452,45),(17908,2453,45),(17909,1539,45),(17910,2454,45),(17911,2455,45),(17912,2456,45),(17913,2457,45),(17914,2458,45),(17915,2459,45),(17916,2460,45),(17917,2461,45),(17918,2462,45),(17919,2463,45),(17920,2464,45),(17921,2465,45),(17922,2466,45),(17923,2467,45),(17924,2468,45),(17925,2469,45),(17926,2470,45),(17927,2471,45),(17928,2472,45),(17929,2473,45),(17930,128,45),(17931,413,45),(17932,414,45),(17933,2662,45),(17934,2663,45),(17935,1488,45),(17936,1489,45),(17937,2548,45),(17938,2549,45),(17939,2550,45),(17940,2551,45),(17941,2552,45),(17942,2553,45),(17943,2554,45),(17944,1500,45),(17945,2555,45),(17946,2556,45),(17947,2557,45),(17948,2558,45),(17949,2559,45),(17950,2560,45),(17951,2561,45),(17952,2562,45),(17953,2563,45),(17954,2564,45),(17955,2565,45),(17956,2566,45),(17957,2567,45),(17958,2568,45),(17959,2569,45),(17960,2570,45),(17961,2571,45),(17962,2572,45),(17963,2573,45),(17964,2574,45),(17965,2575,45),(17966,2576,45),(17967,2577,45),(17968,2578,45),(17969,2579,45),(17970,2580,45),(17971,2581,45),(17972,2582,45),(17973,2583,45),(17974,2584,45),(17975,2585,45),(17976,2586,45),(17977,2587,45),(17978,2588,45),(17979,2589,45),(17980,2590,45),(17981,2591,45),(17982,2592,45),(17983,2593,45),(17984,2594,45),(17985,2595,45),(17986,2596,45),(17987,1532,45),(17988,2597,45),(17989,2598,45),(17990,2599,45),(17991,2600,45),(17992,2601,45),(17993,2602,45),(17994,2603,45),(17995,2604,45),(17996,2605,45),(17997,2606,45),(17998,2607,45),(17999,2608,45),(18000,2609,45),(18001,2610,45),(18002,2611,45),(18003,2612,45),(18004,2613,45),(18005,2614,45),(18006,2615,45),(18007,2616,45),(18008,2617,45),(18009,2618,45),(18010,2619,45),(18011,2620,45),(18012,2621,45),(18013,2622,45),(18014,2623,45),(18015,2624,45),(18016,2625,45),(18017,2626,45),(18018,2627,45),(18019,2628,45),(18020,2629,45),(18021,2630,45),(18022,2631,45),(18023,2632,45),(18024,2633,45),(18025,1490,45),(18026,1491,45),(18027,1492,45),(18028,2637,45),(18029,2638,45),(18030,2639,45),(18031,2640,45),(18032,1612,28),(18033,1613,28),(18034,1614,28),(18035,4869,30),(18036,4870,30),(18037,4871,30),(18038,4872,30),(18039,4856,30),(18040,4857,30),(18041,4858,30),(18042,4859,30),(18043,4860,30),(18044,4873,30),(18045,4874,30),(18046,1612,30),(18047,1613,30),(18048,1614,30),(18049,3468,30),(18050,3469,30),(18051,2,46),(18052,1092,46),(18053,4861,46),(18054,4862,46),(18055,4863,46),(18056,4864,46),(18057,4865,46),(18058,4866,46),(18059,4867,46),(18060,4868,46),(18061,6030,46),(18062,1580,46),(18063,4869,46),(18064,4870,46),(18065,4897,46),(18066,4874,46),(18067,3468,46),(18068,3469,46),(18069,4225,30),(18070,4226,30),(18071,4227,30),(18072,4228,30),(18073,4229,30),(18074,4230,30),(18075,4231,30),(18076,4232,30),(18077,4233,30),(18078,4234,30),(18079,4235,30),(18080,4236,30),(18081,4237,30),(18082,4238,30),(18083,4239,30),(18084,4303,30),(18085,4304,30),(18086,4305,30),(18087,4306,30),(18088,4307,30),(18089,4308,30),(18090,4309,30),(18091,4310,30),(18092,4311,30),(18093,4312,30),(18094,4313,30),(18095,4314,30),(18096,4315,30),(18097,4316,30),(18098,4317,30),(18099,4318,30),(18100,4319,30),(18101,4320,30),(18102,4321,30),(18103,4322,30),(18104,4323,30),(18105,4324,30),(18106,4325,30),(18107,4326,30),(18108,4327,30),(18109,4328,30),(18110,4329,30),(18111,4330,30),(18112,4331,30),(18113,4332,30),(18114,4890,30),(18115,4891,30),(18116,4861,47),(18117,4862,47),(18118,4863,47),(18119,4864,47),(18120,4865,47),(18121,4866,47),(18122,4867,47),(18123,4868,47),(18124,2,47),(18125,6030,47),(18126,1343,47),(18127,1092,47),(18128,4869,47),(18129,4870,47),(18130,4871,47),(18131,4872,47),(18132,4856,47),(18133,4857,47),(18134,4858,47),(18135,4859,47),(18136,4860,47),(18137,4873,47),(18138,4874,47),(18139,4942,3),(18140,6166,3),(18141,1612,48),(18142,1613,48),(18143,1614,48),(18144,1343,27),(18145,2659,30),(18146,1612,47),(18147,1613,47),(18148,1614,47),(18149,4108,30),(18150,4109,30),(18151,4117,30),(18152,4118,30),(18153,4119,30),(18154,4110,30),(18155,4111,30),(18156,4112,30),(18157,4113,30),(18158,4114,30),(18159,4115,30),(18160,4116,30),(18161,1580,30),(18162,4100,30),(18163,1612,49),(18164,1613,49),(18165,1614,49),(18166,2,49),(18167,1092,49),(18168,4861,49),(18169,4862,49),(18170,4863,49),(18171,4864,49),(18172,4865,49),(18173,4866,49),(18174,4867,49),(18175,4868,49),(18176,6030,49),(18177,1343,49),(18178,1580,49),(18179,1093,49),(18180,4101,49),(18181,3468,49),(18182,3469,49),(18183,1497,49),(18184,1498,49),(18185,5196,50),(18186,5197,50),(18187,5198,50),(18188,5199,50),(18189,5200,50),(18190,5201,50),(18191,5202,50),(18192,5203,50),(18193,5204,50),(18194,5205,50),(18195,5206,50),(18196,5207,50),(18197,5208,50),(18198,5209,50),(18199,5210,50),(18200,5211,50),(18201,5212,50),(18202,5213,50),(18203,5214,50),(18204,5215,50),(18205,5216,50),(18206,5217,50),(18207,5218,50),(18208,5219,50),(18209,5220,50),(18210,5221,50),(18211,5222,50),(18212,5223,50),(18213,5224,50),(18214,5225,50),(18215,5226,50),(18216,5227,50),(18217,5228,50),(18218,5229,50),(18219,5230,50),(18220,5231,50),(18221,5232,50),(18222,5233,50),(18223,5234,50),(18224,5235,50),(18225,5236,50),(18226,5237,50),(18227,5238,50),(18228,5239,50),(18229,5240,50),(18230,5241,50),(18231,5242,50),(18232,5243,50),(18233,5244,50),(18234,5245,50),(18235,5246,50),(18236,5247,50),(18237,5248,50),(18238,5249,50),(18239,5250,50),(18240,5251,50),(18241,5252,50),(18242,5253,50),(18243,5254,50),(18244,5255,50),(18245,5256,50),(18246,5257,50),(18247,5258,50),(18248,5259,50),(18249,5260,50),(18250,5261,50),(18251,5262,50),(18252,5263,50),(18253,5264,50),(18254,5265,50),(18255,5266,50),(18256,5267,50),(18257,5268,50),(18258,5269,50),(18259,5270,50),(18260,5271,50),(18261,5272,50),(18262,5273,50),(18263,5274,50),(18264,5275,50),(18265,5276,50),(18266,5277,50),(18267,5278,50),(18268,5279,50),(18269,5280,50),(18270,5281,50),(18271,5282,50),(18272,5283,50),(18273,5284,50),(18274,5285,50),(18275,5286,50),(18276,5287,50),(18277,5288,50),(18278,5289,50),(18279,5290,50),(18280,5291,50),(18281,5292,50),(18282,5293,50),(18283,5294,50),(18284,5295,50),(18285,5296,50),(18286,5297,50),(18287,5298,50),(18288,5299,50),(18289,5300,50),(18290,5301,50),(18291,5302,50),(18292,5303,50),(18293,5304,50),(18294,5305,50),(18295,5306,50),(18296,5307,50),(18297,5308,50),(18298,5309,50),(18299,5310,50),(18300,5311,50),(18301,572,50),(18302,573,50),(18303,574,50),(18304,575,50),(18305,576,50),(18306,577,50),(18307,578,50),(18308,579,50),(18309,580,50),(18310,581,50),(18311,582,50),(18312,583,50),(18313,584,50),(18314,585,50),(18315,586,50),(18316,587,50),(18317,588,50),(18318,589,50),(18319,590,50),(18320,591,50),(18321,592,50),(18322,593,50),(18323,594,50),(18324,595,50),(18325,596,50),(18326,597,50),(18327,598,50),(18328,599,50),(18329,600,50),(18330,601,50),(18331,602,50),(18332,603,50),(18333,604,50),(18334,605,50),(18335,606,50),(18336,607,50),(18337,608,50),(18338,609,50),(18339,610,50),(18340,611,50),(18341,612,50),(18342,613,50),(18343,614,50),(18344,615,50),(18345,616,50),(18346,617,50),(18347,618,50),(18348,619,50),(18349,620,50),(18350,621,50),(18351,622,50),(18352,623,50),(18353,624,50),(18354,625,50),(18355,626,50),(18356,627,50),(18357,628,50),(18358,629,50),(18359,630,50),(18360,631,50),(18361,632,50),(18362,633,50),(18363,634,50),(18364,635,50),(18365,636,50),(18366,554,50),(18367,637,50),(18368,638,50),(18369,639,50),(18370,640,50),(18371,641,50),(18372,642,50),(18373,643,50),(18374,644,50),(18375,645,50),(18376,646,50),(18377,647,50),(18378,648,50),(18379,649,50),(18380,650,50),(18381,651,50),(18382,652,50),(18383,653,50),(18384,654,50),(18385,655,50),(18386,656,50),(18387,657,50),(18388,658,50),(18389,659,50),(18390,660,50),(18391,661,50),(18392,662,50),(18393,663,50),(18394,664,50),(18395,665,50),(18396,666,50),(18397,667,50),(18398,668,50),(18399,669,50),(18400,670,50),(18401,671,50),(18402,672,50),(18403,673,50),(18404,674,50),(18405,675,50),(18406,676,50),(18407,677,50),(18408,678,50),(18409,679,50),(18410,680,50),(18411,681,50),(18412,682,50),(18413,683,50),(18414,684,50),(18415,685,50),(18416,686,50),(18417,687,50),(18418,688,50),(18419,689,50),(18420,690,50),(18421,691,50),(18422,692,50),(18423,693,50),(18424,694,50),(18425,695,50),(18426,696,50),(18427,697,50),(18428,698,50),(18429,699,50),(18430,700,50),(18431,701,50),(18432,702,50),(18433,703,50),(18434,704,50),(18435,705,50),(18436,706,50),(18437,707,50),(18438,708,50),(18439,709,50),(18440,710,50),(18441,711,50),(18442,712,50),(18443,713,50),(18444,714,50),(18445,715,50),(18446,716,50),(18447,717,50),(18448,718,50),(18449,719,50),(18450,720,50),(18451,721,50),(18452,722,50),(18453,723,50),(18454,724,50),(18455,566,50),(18456,567,50),(18457,568,50),(18458,569,50),(18459,725,50),(18460,726,50),(18461,727,50),(18462,728,50),(18463,729,50),(18464,730,50),(18465,731,50),(18466,732,50),(18467,733,50),(18468,734,50),(18469,735,50),(18470,736,50),(18471,737,50),(18472,738,50),(18473,739,50),(18474,740,50),(18475,741,50),(18476,742,50),(18477,743,50),(18478,744,50),(18479,745,50),(18480,746,50),(18481,747,50),(18482,748,50),(18483,749,50),(18484,750,50),(18485,751,50),(18486,752,50),(18487,753,50),(18488,754,50),(18489,755,50),(18490,756,50),(18491,757,50),(18492,758,50),(18493,759,50),(18494,760,50),(18495,761,50),(18496,762,50),(18497,763,50),(18498,764,50),(18499,765,50),(18500,766,50),(18501,767,50),(18502,768,50),(18503,4020,50),(18504,4021,50),(18505,4022,50),(18506,4023,50),(18507,4024,50),(18508,4025,50),(18509,4026,50),(18510,4027,50),(18511,4028,50),(18512,4029,50),(18513,4030,50),(18514,769,50),(18515,770,50),(18516,771,50),(18517,772,50),(18518,773,50),(18519,774,50),(18520,775,50),(18521,776,50),(18522,777,50),(18523,778,50),(18524,779,50),(18525,780,50),(18526,781,50),(18527,782,50),(18528,783,50),(18529,784,50),(18530,785,50),(18531,786,50),(18532,787,50),(18533,788,50),(18534,789,50),(18535,790,50),(18536,791,50),(18537,792,50),(18538,793,50),(18539,794,50),(18540,795,50),(18541,796,50),(18542,797,50),(18543,798,50),(18544,799,50),(18545,800,50),(18546,801,50),(18547,802,50),(18548,803,50),(18549,804,50),(18550,805,50),(18551,806,50),(18552,807,50),(18553,808,50),(18554,809,50),(18555,810,50),(18556,811,50),(18557,812,50),(18558,813,50),(18559,814,50),(18560,815,50),(18561,816,50),(18562,817,50),(18563,818,50),(18564,819,50),(18565,820,50),(18566,821,50),(18567,822,50),(18568,823,50),(18569,824,50),(18570,825,50),(18571,826,50),(18572,827,50),(18573,828,50),(18574,829,50),(18575,830,50),(18576,831,50),(18577,832,50),(18578,833,50),(18579,4621,50),(18580,834,50),(18581,835,50),(18582,4569,50),(18583,836,50),(18584,837,50),(18585,838,50),(18586,839,50),(18587,840,50),(18588,841,50),(18589,842,50),(18590,843,50),(18591,844,50),(18592,845,50),(18593,846,50),(18594,847,50),(18595,848,50),(18596,849,50),(18597,850,50),(18598,851,50),(18599,852,50),(18600,853,50),(18601,854,50),(18602,855,50),(18603,856,50),(18604,857,50),(18605,858,50),(18606,859,50),(18607,860,50),(18608,861,50),(18609,862,50),(18610,863,50),(18611,864,50),(18612,865,50),(18613,866,50),(18614,867,50),(18615,868,50),(18616,869,50),(18617,870,50),(18618,871,50),(18619,872,50),(18620,873,50),(18621,874,50),(18622,875,50),(18623,876,50),(18624,877,50),(18625,878,50),(18626,879,50),(18627,880,50),(18628,881,50),(18629,882,50),(18630,883,50),(18631,884,50),(18632,885,50),(18633,886,50),(18634,887,50),(18635,888,50),(18636,889,50),(18637,890,50),(18638,891,50),(18639,892,50),(18640,893,50),(18641,894,50),(18642,895,50),(18643,896,50),(18644,897,50),(18645,898,50),(18646,899,50),(18647,900,50),(18648,901,50),(18649,902,50),(18650,903,50),(18651,904,50),(18652,905,50),(18653,906,50),(18654,907,50),(18655,908,50),(18656,909,50),(18657,910,50),(18658,911,50),(18659,912,50),(18660,913,50),(18661,914,50),(18662,915,50),(18663,916,50),(18664,917,50),(18665,918,50),(18666,919,50),(18667,920,50),(18668,921,50),(18669,922,50),(18670,923,50),(18671,924,50),(18672,925,50),(18673,926,50),(18674,927,50),(18675,928,50),(18676,929,50),(18677,930,50),(18678,931,50),(18679,932,50),(18680,933,50),(18681,934,50),(18682,935,50),(18683,936,50),(18684,937,50),(18685,938,50),(18686,939,50),(18687,940,50),(18688,941,50),(18689,942,50),(18690,943,50),(18691,944,50),(18692,945,50),(18693,946,50),(18694,947,50),(18695,948,50),(18696,949,50),(18697,950,50),(18698,951,50),(18699,952,50),(18700,953,50),(18701,954,50),(18702,955,50),(18703,956,50),(18704,957,50),(18705,958,50),(18706,959,50),(18707,960,50),(18708,961,50),(18709,962,50),(18710,963,50),(18711,964,50),(18712,965,50),(18713,966,50),(18714,967,50),(18715,968,50),(18716,969,50),(18717,970,50),(18718,971,50),(18719,972,50),(18720,973,50),(18721,974,50),(18722,975,50),(18723,976,50),(18724,977,50),(18725,978,50),(18726,979,50),(18727,980,50),(18728,981,50),(18729,982,50),(18730,983,50),(18731,984,50),(18732,985,50),(18733,986,50),(18734,987,50),(18735,988,50),(18736,989,50),(18737,990,50),(18738,991,50),(18739,992,50),(18740,993,50),(18741,994,50),(18742,995,50),(18743,996,50),(18744,997,50),(18745,998,50),(18746,999,50),(18747,1000,50),(18748,1001,50),(18749,1002,50),(18750,1003,50),(18751,1004,50),(18752,1005,50),(18753,1006,50),(18754,1007,50),(18755,1008,50),(18756,1009,50),(18757,1010,50),(18758,1011,50),(18759,1012,50),(18760,1013,50),(18761,1014,50),(18762,1015,50),(18763,1016,50),(18764,1017,50),(18765,1018,50),(18766,1019,50),(18767,1020,50),(18768,1021,50),(18769,1022,50),(18770,1023,50),(18771,1024,50),(18772,1025,50),(18773,1026,50),(18774,1027,50),(18775,1028,50),(18776,1029,50),(18777,1030,50),(18778,1031,50),(18779,1032,50),(18780,1033,50),(18781,1034,50),(18782,1035,50),(18783,1036,50),(18784,1037,50),(18785,1038,50),(18786,1039,50),(18787,1040,50),(18788,1041,50),(18789,1042,50),(18790,1043,50),(18791,1044,50),(18792,1045,50),(18793,1046,50),(18794,1047,50),(18795,1048,50),(18796,1049,50),(18797,1050,50),(18798,1051,50),(18799,1052,50),(18800,1053,50),(18801,1054,50),(18802,5312,50),(18803,5313,50),(18804,5314,50),(18805,5315,50),(18806,5316,50),(18807,5317,50),(18808,5318,50),(18809,5319,50),(18810,5320,50),(18811,5321,50),(18812,5322,50),(18813,5323,50),(18814,5324,50),(18815,5325,50),(18816,5326,50),(18817,5327,50),(18818,5328,50),(18819,5348,50),(18820,5186,50),(18821,5349,50),(18822,5187,50),(18823,5188,50),(18824,5189,50),(18825,5190,50),(18826,5191,50),(18827,5192,50),(18828,5193,50),(18829,5194,50),(18830,5195,50),(18831,5556,50),(18832,5557,50),(18833,5558,50),(18834,5559,50),(18835,5560,50),(18836,5561,50),(18837,5562,50),(18838,5563,50),(18839,5564,50),(18840,5565,50),(18841,5566,50),(18842,5567,50),(18843,5568,50),(18844,5569,50),(18845,5570,50),(18846,5571,50),(18847,5572,50),(18848,5573,50),(18849,5574,50),(18850,5575,50),(18851,5576,50),(18852,5577,50),(18853,5578,50),(18854,5579,50),(18855,5580,50),(18856,5581,50),(18857,5582,50),(18858,5583,50),(18859,5584,50),(18860,5585,50),(18861,5586,50),(18862,5587,50),(18863,5588,50),(18864,5589,50),(18865,5590,50),(18866,5591,50),(18867,5592,50),(18868,5638,50),(18869,5639,50),(18870,5640,50),(18871,5641,50),(18872,5642,50),(18873,5643,50),(18874,5644,50),(18875,5645,50),(18876,5646,50),(18877,5647,50),(18878,5648,50),(18879,5649,50),(18880,5650,50),(18881,5651,50),(18882,5652,50),(18883,5653,50),(18884,5654,50),(18885,5655,50),(18886,5656,50),(18887,5657,50),(18888,5658,50),(18889,5659,50),(18890,5660,50),(18891,5661,50),(18892,5662,50),(18893,5663,50),(18894,5664,50),(18895,5665,50),(18896,5666,50),(18897,5667,50),(18898,5668,50),(18899,5669,50),(18900,5670,50),(18901,5671,50),(18902,5672,50),(18903,5673,50),(18904,5674,50),(18905,5675,50),(18906,5676,50),(18907,5677,50),(18908,5678,50),(18909,5679,50),(18910,5680,50),(18911,5681,50),(18912,5682,50),(18913,5683,50),(18914,5684,50),(18915,5685,50),(18916,5686,50),(18917,5687,50),(18918,5688,50),(18919,5689,50),(18920,5690,50),(18921,5691,50),(18922,5692,50),(18923,5693,50),(18924,5694,50),(18925,5695,50),(18926,5696,50),(18927,5697,50),(18928,5698,50),(18929,5699,50),(18930,5700,50),(18931,5701,50),(18932,5702,50),(18933,5703,50),(18934,5704,50),(18935,5705,50),(18936,5706,50),(18937,5707,50),(18938,5708,50),(18939,5709,50),(18940,5710,50),(18941,5711,50),(18942,5712,50),(18943,5713,50),(18944,5714,50),(18945,5715,50),(18946,5716,50),(18947,5717,50),(18948,5718,50),(18949,5719,50),(18950,5720,50),(18951,5721,50),(18952,5722,50),(18953,5723,50),(18954,5724,50),(18955,5725,50),(18956,5726,50),(18957,5727,50),(18958,5728,50),(18959,5729,50),(18960,5730,50),(18961,5731,50),(18962,5828,50),(18963,5829,50),(18964,5830,50),(18965,5831,50),(18966,5832,50),(18967,5833,50),(18968,5834,50),(18969,5835,50),(18970,5836,50),(18971,5846,50),(18972,5847,50),(18973,5848,50),(18974,5849,50),(18975,5850,50),(18976,5858,50),(18977,5859,50),(18978,5860,50),(18979,5861,50),(18980,5862,50),(18981,5863,50),(18982,5864,50),(18983,5865,50),(18984,1055,50),(18985,1056,50),(18986,512,50),(18987,516,50),(18988,428,50),(18989,455,50),(18990,361,50),(18991,526,50),(18992,447,50),(18993,403,50),(18994,368,50),(18995,534,50),(18996,435,50),(18997,475,50),(18998,316,50),(18999,450,50),(19000,301,50),(19001,520,50),(19002,415,50),(19003,448,50),(19004,438,50),(19005,456,50),(19006,465,50),(19007,528,50),(19008,386,50),(19009,331,50),(19010,345,50),(19011,519,50),(19012,326,50),(19013,420,50),(19014,294,50),(19015,489,50),(19016,397,50),(19017,193,50),(19018,194,50),(19019,1057,50),(19020,195,50),(19021,1058,50),(19022,464,50),(19023,1059,50),(19024,1060,50),(19025,1061,50),(19026,1062,50),(19027,1063,50),(19028,1064,50),(19029,1065,50),(19030,1066,50),(19031,1067,50),(19032,1068,50),(19033,562,50),(19034,560,50),(19035,1069,50),(19036,1070,50),(19037,557,50),(19038,559,50),(19039,1071,50),(19040,1072,50),(19041,1073,50),(19042,399,50),(19043,196,50),(19044,10,50),(19045,11,50),(19046,12,50),(19047,13,50),(19048,14,50),(19049,15,50),(19050,16,50),(19051,17,50),(19052,18,50),(19053,19,50),(19054,20,50),(19055,21,50),(19056,22,50),(19057,23,50),(19058,24,50),(19059,25,50),(19060,26,50),(19061,27,50),(19062,28,50),(19063,29,50),(19064,1074,50),(19065,1075,50),(19066,1076,50),(19067,1077,50),(19068,1078,50),(19069,1079,50),(19070,1080,50),(19071,4211,50),(19072,4212,50),(19073,4240,50),(19074,4241,50),(19075,4656,50),(19076,4657,50),(19077,4639,50),(19078,4640,50),(19079,4641,50),(19080,4642,50),(19081,4643,50),(19082,4644,50),(19083,4645,50),(19084,4646,50),(19085,4647,50),(19086,4648,50),(19087,4649,50),(19088,4650,50),(19089,4651,50),(19090,4652,50),(19091,4653,50),(19092,4654,50),(19093,4899,50),(19094,3899,50),(19095,1081,50),(19096,1082,50),(19097,1083,50),(19098,1084,50),(19099,1085,50),(19100,1086,50),(19101,1087,50),(19102,1088,50),(19103,1089,50),(19104,1090,50),(19105,1091,50),(19106,4861,50),(19107,4862,50),(19108,4863,50),(19109,4864,50),(19110,4865,50),(19111,4866,50),(19112,4867,50),(19113,4868,50),(19114,2,50),(19115,6030,50),(19116,6046,50),(19117,1343,50),(19118,1092,50),(19119,1093,50),(19120,4101,50),(19121,1428,50),(19122,1429,50),(19123,1497,50),(19124,1498,50),(19125,4019,30),(19126,1612,46),(19127,1613,46),(19128,1614,46),(19129,3899,28),(19130,6046,28),(19131,1428,28),(19132,1429,28),(19133,4861,51),(19134,4862,51),(19135,4863,51),(19136,4864,51),(19137,4865,51),(19138,4866,51),(19139,4867,51),(19140,4868,51),(19141,2,51),(19142,6030,51),(19143,1343,51),(19144,1092,51),(19145,1093,51),(19146,4101,51),(19147,1497,51),(19148,1498,51),(19149,2659,51),(19150,3532,51),(19151,3533,51),(19152,3534,51),(19153,2660,51),(19154,3899,51),(19155,6046,51),(19156,1580,51),(19157,1428,51),(19158,1429,51),(19159,6276,28),(19160,6277,28),(19161,5196,52),(19162,5197,52),(19163,5198,52),(19164,5199,52),(19165,5200,52),(19166,5201,52),(19167,5202,52),(19168,5203,52),(19169,5204,52),(19170,5205,52),(19171,5206,52),(19172,5207,52),(19173,5208,52),(19174,5209,52),(19175,5210,52),(19176,5211,52),(19177,5212,52),(19178,5213,52),(19179,5214,52),(19180,5215,52),(19181,5216,52),(19182,5217,52),(19183,5218,52),(19184,5219,52),(19185,5220,52),(19186,5221,52),(19187,5222,52),(19188,5223,52),(19189,5224,52),(19190,5225,52),(19191,5226,52),(19192,5227,52),(19193,5228,52),(19194,5229,52),(19195,5230,52),(19196,5231,52),(19197,5232,52),(19198,5233,52),(19199,5234,52),(19200,5235,52),(19201,5236,52),(19202,5237,52),(19203,5238,52),(19204,5239,52),(19205,5240,52),(19206,5241,52),(19207,5242,52),(19208,5243,52),(19209,5244,52),(19210,5245,52),(19211,5246,52),(19212,5247,52),(19213,5248,52),(19214,5249,52),(19215,5250,52),(19216,5251,52),(19217,5252,52),(19218,5253,52),(19219,5254,52),(19220,5255,52),(19221,5256,52),(19222,5257,52),(19223,5258,52),(19224,5259,52),(19225,5260,52),(19226,5261,52),(19227,5262,52),(19228,5263,52),(19229,5264,52),(19230,5265,52),(19231,5266,52),(19232,5267,52),(19233,5268,52),(19234,5269,52),(19235,5270,52),(19236,5271,52),(19237,5272,52),(19238,5273,52),(19239,5274,52),(19240,5275,52),(19241,5276,52),(19242,5277,52),(19243,5278,52),(19244,5279,52),(19245,5280,52),(19246,5281,52),(19247,5282,52),(19248,5283,52),(19249,5284,52),(19250,5285,52),(19251,5286,52),(19252,5287,52),(19253,5288,52),(19254,5289,52),(19255,5290,52),(19256,5291,52),(19257,5292,52),(19258,5293,52),(19259,5294,52),(19260,5295,52),(19261,5296,52),(19262,5297,52),(19263,5298,52),(19264,5299,52),(19265,5300,52),(19266,5301,52),(19267,5302,52),(19268,5303,52),(19269,5304,52),(19270,5305,52),(19271,5306,52),(19272,5307,52),(19273,5308,52),(19274,5309,52),(19275,5310,52),(19276,5311,52),(19277,572,52),(19278,573,52),(19279,574,52),(19280,575,52),(19281,576,52),(19282,577,52),(19283,578,52),(19284,579,52),(19285,580,52),(19286,581,52),(19287,582,52),(19288,583,52),(19289,584,52),(19290,585,52),(19291,586,52),(19292,587,52),(19293,588,52),(19294,589,52),(19295,590,52),(19296,591,52),(19297,592,52),(19298,593,52),(19299,594,52),(19300,595,52),(19301,596,52),(19302,597,52),(19303,598,52),(19304,599,52),(19305,600,52),(19306,601,52),(19307,602,52),(19308,603,52),(19309,604,52),(19310,605,52),(19311,606,52),(19312,607,52),(19313,608,52),(19314,609,52),(19315,610,52),(19316,611,52),(19317,612,52),(19318,613,52),(19319,614,52),(19320,615,52),(19321,616,52),(19322,617,52),(19323,618,52),(19324,619,52),(19325,620,52),(19326,621,52),(19327,622,52),(19328,623,52),(19329,624,52),(19330,625,52),(19331,626,52),(19332,627,52),(19333,628,52),(19334,629,52),(19335,630,52),(19336,631,52),(19337,632,52),(19338,633,52),(19339,634,52),(19340,635,52),(19341,636,52),(19342,554,52),(19343,637,52),(19344,638,52),(19345,639,52),(19346,640,52),(19347,641,52),(19348,642,52),(19349,643,52),(19350,644,52),(19351,645,52),(19352,646,52),(19353,647,52),(19354,648,52),(19355,649,52),(19356,650,52),(19357,651,52),(19358,652,52),(19359,653,52),(19360,654,52),(19361,655,52),(19362,656,52),(19363,657,52),(19364,658,52),(19365,659,52),(19366,660,52),(19367,661,52),(19368,662,52),(19369,663,52),(19370,664,52),(19371,665,52),(19372,666,52),(19373,667,52),(19374,668,52),(19375,669,52),(19376,670,52),(19377,671,52),(19378,672,52),(19379,673,52),(19380,674,52),(19381,675,52),(19382,676,52),(19383,677,52),(19384,678,52),(19385,679,52),(19386,680,52),(19387,681,52),(19388,682,52),(19389,683,52),(19390,684,52),(19391,685,52),(19392,686,52),(19393,687,52),(19394,688,52),(19395,689,52),(19396,690,52),(19397,691,52),(19398,692,52),(19399,693,52),(19400,694,52),(19401,695,52),(19402,696,52),(19403,697,52),(19404,698,52),(19405,699,52),(19406,700,52),(19407,701,52),(19408,702,52),(19409,703,52),(19410,704,52),(19411,705,52),(19412,706,52),(19413,707,52),(19414,708,52),(19415,709,52),(19416,710,52),(19417,711,52),(19418,712,52),(19419,713,52),(19420,714,52),(19421,715,52),(19422,716,52),(19423,717,52),(19424,718,52),(19425,719,52),(19426,720,52),(19427,721,52),(19428,722,52),(19429,723,52),(19430,724,52),(19431,566,52),(19432,567,52),(19433,568,52),(19434,569,52),(19435,725,52),(19436,726,52),(19437,727,52),(19438,728,52),(19439,729,52),(19440,730,52),(19441,731,52),(19442,732,52),(19443,733,52),(19444,734,52),(19445,735,52),(19446,736,52),(19447,737,52),(19448,738,52),(19449,739,52),(19450,740,52),(19451,741,52),(19452,742,52),(19453,743,52),(19454,744,52),(19455,745,52),(19456,746,52),(19457,747,52),(19458,748,52),(19459,749,52),(19460,750,52),(19461,751,52),(19462,752,52),(19463,753,52),(19464,754,52),(19465,755,52),(19466,756,52),(19467,757,52),(19468,758,52),(19469,759,52),(19470,760,52),(19471,761,52),(19472,762,52),(19473,763,52),(19474,764,52),(19475,765,52),(19476,766,52),(19477,767,52),(19478,768,52),(19479,4020,52),(19480,4021,52),(19481,4022,52),(19482,4023,52),(19483,4024,52),(19484,4025,52),(19485,4026,52),(19486,4027,52),(19487,4028,52),(19488,4029,52),(19489,4030,52),(19490,769,52),(19491,770,52),(19492,771,52),(19493,772,52),(19494,773,52),(19495,774,52),(19496,775,52),(19497,776,52),(19498,777,52),(19499,778,52),(19500,779,52),(19501,780,52),(19502,781,52),(19503,782,52),(19504,783,52),(19505,784,52),(19506,785,52),(19507,786,52),(19508,787,52),(19509,788,52),(19510,789,52),(19511,790,52),(19512,791,52),(19513,792,52),(19514,793,52),(19515,794,52),(19516,795,52),(19517,796,52),(19518,797,52),(19519,798,52),(19520,799,52),(19521,800,52),(19522,801,52),(19523,802,52),(19524,803,52),(19525,804,52),(19526,805,52),(19527,806,52),(19528,807,52),(19529,808,52),(19530,809,52),(19531,810,52),(19532,811,52),(19533,812,52),(19534,813,52),(19535,814,52),(19536,815,52),(19537,816,52),(19538,817,52),(19539,818,52),(19540,819,52),(19541,820,52),(19542,821,52),(19543,822,52),(19544,823,52),(19545,824,52),(19546,825,52),(19547,826,52),(19548,827,52),(19549,828,52),(19550,829,52),(19551,830,52),(19552,831,52),(19553,832,52),(19554,833,52),(19555,4621,52),(19556,834,52),(19557,835,52),(19558,4569,52),(19559,836,52),(19560,837,52),(19561,838,52),(19562,839,52),(19563,840,52),(19564,841,52),(19565,842,52),(19566,843,52),(19567,844,52),(19568,845,52),(19569,846,52),(19570,847,52),(19571,848,52),(19572,849,52),(19573,850,52),(19574,851,52),(19575,852,52),(19576,853,52),(19577,854,52),(19578,855,52),(19579,856,52),(19580,857,52),(19581,858,52),(19582,859,52),(19583,860,52),(19584,861,52),(19585,862,52),(19586,863,52),(19587,864,52),(19588,865,52),(19589,866,52),(19590,867,52),(19591,868,52),(19592,869,52),(19593,870,52),(19594,871,52),(19595,872,52),(19596,873,52),(19597,874,52),(19598,875,52),(19599,876,52),(19600,877,52),(19601,878,52),(19602,879,52),(19603,880,52),(19604,881,52),(19605,882,52),(19606,883,52),(19607,884,52),(19608,885,52),(19609,886,52),(19610,887,52),(19611,888,52),(19612,889,52),(19613,890,52),(19614,891,52),(19615,892,52),(19616,893,52),(19617,894,52),(19618,895,52),(19619,896,52),(19620,897,52),(19621,898,52),(19622,899,52),(19623,900,52),(19624,901,52),(19625,902,52),(19626,903,52),(19627,904,52),(19628,905,52),(19629,906,52),(19630,907,52),(19631,908,52),(19632,909,52),(19633,910,52),(19634,911,52),(19635,912,52),(19636,913,52),(19637,914,52),(19638,915,52),(19639,916,52),(19640,917,52),(19641,918,52),(19642,919,52),(19643,920,52),(19644,921,52),(19645,922,52),(19646,923,52),(19647,924,52),(19648,925,52),(19649,926,52),(19650,927,52),(19651,928,52),(19652,929,52),(19653,930,52),(19654,931,52),(19655,932,52),(19656,933,52),(19657,934,52),(19658,935,52),(19659,936,52),(19660,937,52),(19661,938,52),(19662,939,52),(19663,940,52),(19664,941,52),(19665,942,52),(19666,943,52),(19667,944,52),(19668,945,52),(19669,946,52),(19670,947,52),(19671,948,52),(19672,949,52),(19673,950,52),(19674,951,52),(19675,952,52),(19676,953,52),(19677,954,52),(19678,955,52),(19679,956,52),(19680,957,52),(19681,958,52),(19682,959,52),(19683,960,52),(19684,961,52),(19685,962,52),(19686,963,52),(19687,964,52),(19688,965,52),(19689,966,52),(19690,967,52),(19691,968,52),(19692,969,52),(19693,970,52),(19694,971,52),(19695,972,52),(19696,973,52),(19697,974,52),(19698,975,52),(19699,976,52),(19700,977,52),(19701,978,52),(19702,979,52),(19703,980,52),(19704,981,52),(19705,982,52),(19706,983,52),(19707,984,52),(19708,985,52),(19709,986,52),(19710,987,52),(19711,988,52),(19712,989,52),(19713,990,52),(19714,991,52),(19715,992,52),(19716,993,52),(19717,994,52),(19718,995,52),(19719,996,52),(19720,997,52),(19721,998,52),(19722,999,52),(19723,1000,52),(19724,1001,52),(19725,1002,52),(19726,1003,52),(19727,1004,52),(19728,1005,52),(19729,1006,52),(19730,1007,52),(19731,1008,52),(19732,1009,52),(19733,1010,52),(19734,1011,52),(19735,1012,52),(19736,1013,52),(19737,1014,52),(19738,1015,52),(19739,1016,52),(19740,1017,52),(19741,1018,52),(19742,1019,52),(19743,1020,52),(19744,1021,52),(19745,1022,52),(19746,1023,52),(19747,1024,52),(19748,1025,52),(19749,1026,52),(19750,1027,52),(19751,1028,52),(19752,1029,52),(19753,1030,52),(19754,1031,52),(19755,1032,52),(19756,1033,52),(19757,1034,52),(19758,1035,52),(19759,1036,52),(19760,1037,52),(19761,1038,52),(19762,1039,52),(19763,1040,52),(19764,1041,52),(19765,1042,52),(19766,1043,52),(19767,1044,52),(19768,1045,52),(19769,1046,52),(19770,1047,52),(19771,1048,52),(19772,1049,52),(19773,1050,52),(19774,1051,52),(19775,1052,52),(19776,1053,52),(19777,1054,52),(19778,5312,52),(19779,5313,52),(19780,5314,52),(19781,5315,52),(19782,5316,52),(19783,5317,52),(19784,5318,52),(19785,5319,52),(19786,5320,52),(19787,5321,52),(19788,5322,52),(19789,5323,52),(19790,5324,52),(19791,5325,52),(19792,5326,52),(19793,5327,52),(19794,5328,52),(19795,5348,52),(19796,5186,52),(19797,5349,52),(19798,5187,52),(19799,5188,52),(19800,5189,52),(19801,5190,52),(19802,5191,52),(19803,5192,52),(19804,5193,52),(19805,5194,52),(19806,5195,52),(19807,5556,52),(19808,5557,52),(19809,5558,52),(19810,5559,52),(19811,5560,52),(19812,5561,52),(19813,5562,52),(19814,5563,52),(19815,5564,52),(19816,5565,52),(19817,5566,52),(19818,5567,52),(19819,5568,52),(19820,5569,52),(19821,5570,52),(19822,5571,52),(19823,5572,52),(19824,5573,52),(19825,5574,52),(19826,5575,52),(19827,5576,52),(19828,5577,52),(19829,5578,52),(19830,5579,52),(19831,5580,52),(19832,5581,52),(19833,5582,52),(19834,5583,52),(19835,5584,52),(19836,5585,52),(19837,5586,52),(19838,5587,52),(19839,5588,52),(19840,5589,52),(19841,5590,52),(19842,5591,52),(19843,5592,52),(19844,5638,52),(19845,5639,52),(19846,5640,52),(19847,5641,52),(19848,5642,52),(19849,5643,52),(19850,5644,52),(19851,5645,52),(19852,5646,52),(19853,5647,52),(19854,5648,52),(19855,5649,52),(19856,5650,52),(19857,5651,52),(19858,5652,52),(19859,5653,52),(19860,5654,52),(19861,5655,52),(19862,5656,52),(19863,5657,52),(19864,5658,52),(19865,5659,52),(19866,5660,52),(19867,5661,52),(19868,5662,52),(19869,5663,52),(19870,5664,52),(19871,5665,52),(19872,5666,52),(19873,5667,52),(19874,5668,52),(19875,5669,52),(19876,5670,52),(19877,5671,52),(19878,5672,52),(19879,5673,52),(19880,5674,52),(19881,5675,52),(19882,5676,52),(19883,5677,52),(19884,5678,52),(19885,5679,52),(19886,5680,52),(19887,5681,52),(19888,5682,52),(19889,5683,52),(19890,5684,52),(19891,5685,52),(19892,5686,52),(19893,5687,52),(19894,5688,52),(19895,5689,52),(19896,5690,52),(19897,5691,52),(19898,5692,52),(19899,5693,52),(19900,5694,52),(19901,5695,52),(19902,5696,52),(19903,5697,52),(19904,5698,52),(19905,5699,52),(19906,5700,52),(19907,5701,52),(19908,5702,52),(19909,5703,52),(19910,5704,52),(19911,5705,52),(19912,5706,52),(19913,5707,52),(19914,5708,52),(19915,5709,52),(19916,5710,52),(19917,5711,52),(19918,5712,52),(19919,5713,52),(19920,5714,52),(19921,5715,52),(19922,5716,52),(19923,5717,52),(19924,5718,52),(19925,5719,52),(19926,5720,52),(19927,5721,52),(19928,5722,52),(19929,5723,52),(19930,5724,52),(19931,5725,52),(19932,5726,52),(19933,5727,52),(19934,5728,52),(19935,5729,52),(19936,5730,52),(19937,5731,52),(19938,5828,52),(19939,5829,52),(19940,5830,52),(19941,5831,52),(19942,5832,52),(19943,5833,52),(19944,5834,52),(19945,5835,52),(19946,5836,52),(19947,5846,52),(19948,5847,52),(19949,5848,52),(19950,5849,52),(19951,5850,52),(19952,5858,52),(19953,5859,52),(19954,5860,52),(19955,5861,52),(19956,5862,52),(19957,5863,52),(19958,5864,52),(19959,5865,52),(19960,1055,52),(19961,1056,52),(19962,512,52),(19963,516,52),(19964,428,52),(19965,455,52),(19966,361,52),(19967,526,52),(19968,447,52),(19969,403,52),(19970,368,52),(19971,534,52),(19972,435,52),(19973,475,52),(19974,316,52),(19975,450,52),(19976,301,52),(19977,520,52),(19978,415,52),(19979,448,52),(19980,438,52),(19981,456,52),(19982,465,52),(19983,528,52),(19984,386,52),(19985,331,52),(19986,345,52),(19987,519,52),(19988,326,52),(19989,420,52),(19990,294,52),(19991,489,52),(19992,397,52),(19993,193,52),(19994,194,52),(19995,1057,52),(19996,195,52),(19997,1058,52),(19998,464,52),(19999,1059,52),(20000,1060,52),(20001,1061,52),(20002,1062,52),(20003,1063,52),(20004,1064,52),(20005,1065,52),(20006,1066,52),(20007,1067,52),(20008,1068,52),(20009,562,52),(20010,560,52),(20011,1069,52),(20012,1070,52),(20013,557,52),(20014,559,52),(20015,1071,52),(20016,1072,52),(20017,1073,52),(20018,399,52),(20019,196,52),(20020,10,52),(20021,11,52),(20022,12,52),(20023,13,52),(20024,14,52),(20025,15,52),(20026,16,52),(20027,17,52),(20028,18,52),(20029,19,52),(20030,20,52),(20031,21,52),(20032,22,52),(20033,23,52),(20034,24,52),(20035,25,52),(20036,26,52),(20037,27,52),(20038,28,52),(20039,29,52),(20040,1074,52),(20041,1075,52),(20042,1076,52),(20043,1077,52),(20044,1078,52),(20045,1079,52),(20046,1080,52),(20047,4211,52),(20048,4212,52),(20049,4240,52),(20050,4241,52),(20051,4656,52),(20052,4657,52),(20053,4639,52),(20054,4640,52),(20055,4641,52),(20056,4642,52),(20057,4643,52),(20058,4644,52),(20059,4645,52),(20060,4646,52),(20061,4647,52),(20062,4648,52),(20063,4649,52),(20064,4650,52),(20065,4651,52),(20066,4652,52),(20067,4653,52),(20068,4654,52),(20069,4899,52),(20070,1081,52),(20071,1082,52),(20072,1083,52),(20073,1084,52),(20074,1085,52),(20075,1086,52),(20076,1087,52),(20077,1088,52),(20078,1089,52),(20079,1090,52),(20080,1091,52),(20081,4861,52),(20082,4862,52),(20083,4863,52),(20084,4864,52),(20085,4865,52),(20086,4866,52),(20087,4867,52),(20088,4868,52),(20089,2,52),(20090,6030,52),(20091,1343,52),(20092,1092,52),(20093,1093,52),(20094,4101,52),(20095,1497,52),(20096,1498,52),(20097,2659,52),(20098,3532,52),(20099,3533,52),(20100,2660,52),(20101,4225,29),(20102,4226,29),(20103,4227,29),(20104,4228,29),(20105,4229,29),(20106,4230,29),(20107,4231,29),(20108,4232,29),(20109,4233,29),(20110,4234,29),(20111,4235,29),(20112,4236,29),(20113,4237,29),(20114,4238,29),(20115,4239,29),(20116,4303,29),(20117,4304,29),(20118,4305,29),(20119,4306,29),(20120,4307,29),(20121,4308,29),(20122,4309,29),(20123,4310,29),(20124,4311,29),(20125,4312,29),(20126,4313,29),(20127,4314,29),(20128,4315,29),(20129,4316,29),(20130,4317,29),(20131,4318,29),(20132,4319,29),(20133,4320,29),(20134,4321,29),(20135,4322,29),(20136,4323,29),(20137,4324,29),(20138,4325,29),(20139,4326,29),(20140,4327,29),(20141,4328,29),(20142,4329,29),(20143,4330,29),(20144,4331,29),(20145,4332,29),(20146,4107,30),(20147,4861,53),(20148,4862,53),(20149,4863,53),(20150,4864,53),(20151,4865,53),(20152,4866,53),(20153,4867,53),(20154,4868,53),(20155,2,53),(20156,6030,53),(20157,1343,53),(20158,1092,53),(20159,1093,53),(20160,4101,53),(20161,4014,53),(20162,1580,53),(20163,4015,53),(20164,6032,53),(20165,4017,53),(20166,1497,53),(20167,1498,53),(20168,6276,51),(20169,6277,51),(20170,1612,53),(20171,1613,53),(20172,1614,53),(20173,1612,29),(20174,1613,29),(20175,1614,29),(20176,3907,27),(20177,3908,27),(20178,3910,27),(20179,1342,27),(20180,1092,27),(20181,1359,27),(20182,3911,27),(20183,3912,27),(20184,1596,27),(20185,3913,27),(20186,3914,27),(20187,3915,27),(20188,1291,54),(20189,1292,54),(20190,1293,54),(20191,1294,54),(20192,1295,54),(20193,3906,54),(20194,1297,54),(20195,1298,54),(20196,1240,54),(20197,1299,54),(20198,1300,54),(20199,1301,54),(20200,1302,54),(20201,1303,54),(20202,1304,54),(20203,1305,54),(20204,1306,54),(20205,1307,54),(20206,1308,54),(20207,3653,54),(20208,1309,54),(20209,1310,54),(20210,1311,54),(20211,1312,54),(20212,1313,54),(20213,1314,54),(20214,1315,54),(20215,1316,54),(20216,1317,54),(20217,1318,54),(20218,1319,54),(20219,1320,54),(20220,1321,54),(20221,1322,54),(20222,1323,54),(20223,1324,54),(20224,1325,54),(20225,1326,54),(20226,1327,54),(20227,3594,54),(20228,4242,54),(20229,4243,54),(20230,4244,54),(20231,4245,54),(20232,4246,54),(20233,4247,54),(20234,86,54),(20235,83,54),(20236,87,54),(20237,4595,54),(20238,4596,54),(20239,4597,54),(20240,4598,54),(20241,4599,54),(20242,4600,54),(20243,4601,54),(20244,4602,54),(20245,4603,54),(20246,4604,54),(20247,1328,54),(20248,6160,54),(20249,1330,54),(20250,1331,54),(20251,1332,54),(20252,1333,54),(20253,1334,54),(20254,1335,54),(20255,1336,54),(20256,5339,54),(20257,5340,54),(20258,5341,54),(20259,6056,54),(20260,5342,54),(20261,5343,54),(20262,5344,54),(20263,5345,54),(20264,1337,54),(20265,1338,54),(20266,1339,54),(20267,5347,54),(20268,1340,54),(20269,1341,54),(20270,1218,54),(20271,1219,54),(20272,1220,54),(20273,1221,54),(20274,1222,54),(20275,1223,54),(20276,1224,54),(20277,1225,54),(20278,1226,54),(20279,1227,54),(20280,1228,54),(20281,1229,54),(20282,1230,54),(20283,1231,54),(20284,1232,54),(20285,1233,54),(20286,1234,54),(20287,1235,54),(20288,1236,54),(20289,1237,54),(20290,1238,54),(20291,1239,54),(20292,1241,54),(20293,1242,54),(20294,1243,54),(20295,1244,54),(20296,1245,54),(20297,1246,54),(20298,1247,54),(20299,1248,54),(20300,1249,54),(20301,1250,54),(20302,1251,54),(20303,1252,54),(20304,1253,54),(20305,1254,54),(20306,1255,54),(20307,1256,54),(20308,1257,54),(20309,1258,54),(20310,1259,54),(20311,1260,54),(20312,1261,54),(20313,1262,54),(20314,1263,54),(20315,1264,54),(20316,1265,54),(20317,1266,54),(20318,1267,54),(20319,1268,54),(20320,1269,54),(20321,1270,54),(20322,1271,54),(20323,1272,54),(20324,1273,54),(20325,1274,54),(20326,1275,54),(20327,1276,54),(20328,1277,54),(20329,1278,54),(20330,1279,54),(20331,1280,54),(20332,1281,54),(20333,1282,54),(20334,1283,54),(20335,1284,54),(20336,1285,54),(20337,5398,54),(20338,5732,54),(20339,5851,54),(20340,1286,54),(20341,1287,54),(20342,4248,54),(20343,4249,54),(20344,4250,54),(20345,4251,54),(20346,4252,54),(20347,4253,54),(20348,4254,54),(20349,4255,54),(20350,4256,54),(20351,4257,54),(20352,4258,54),(20353,4259,54),(20354,4620,54),(20355,4260,54),(20356,4261,54),(20357,1288,54),(20358,1289,54),(20359,1290,54),(20360,2780,54),(20361,2781,54),(20362,2782,54),(20363,2783,54),(20364,2784,54),(20365,6039,54),(20366,2785,54),(20367,1502,54),(20368,2786,54),(20369,2787,54),(20370,2788,54),(20371,2789,54),(20372,2790,54),(20373,2791,54),(20374,2792,54),(20375,2257,54),(20376,2793,54),(20377,2794,54),(20378,2795,54),(20379,2796,54),(20380,2797,54),(20381,2798,54),(20382,2799,54),(20383,1095,54),(20384,1507,54),(20385,2800,54),(20386,1509,54),(20387,1342,54),(20388,1343,54),(20389,1344,54),(20390,2246,54),(20391,2247,54),(20392,2248,54),(20393,2801,54),(20394,2802,54),(20395,2803,54),(20396,2804,54),(20397,2805,54),(20398,1345,54),(20399,1346,54),(20400,1347,54),(20401,1348,54),(20402,1092,54),(20403,5350,54),(20404,5351,54),(20405,5352,54),(20406,5353,54),(20407,5354,54),(20408,5355,54),(20409,5356,54),(20410,5357,54),(20411,1349,54),(20412,1350,54),(20413,1351,54),(20414,1352,54),(20415,1353,54),(20416,1354,54),(20417,1355,54),(20418,1356,54),(20419,1357,54),(20420,1358,54),(20421,1359,54),(20422,1360,54),(20423,1361,54),(20424,1362,54),(20425,1363,54),(20426,1364,54),(20427,1365,54),(20428,1366,54),(20429,1367,54),(20430,1368,54),(20431,1369,54),(20432,4993,54),(20433,4994,54),(20434,5358,54),(20435,5359,54),(20436,1523,54),(20437,1524,54),(20438,1525,54),(20439,1526,54),(20440,1370,54),(20441,1371,54),(20442,1372,54),(20443,1531,54),(20444,2256,54),(20445,3484,54),(20446,1535,54),(20447,1536,54),(20448,1373,54),(20449,1374,54),(20450,1375,54),(20451,6057,54),(20452,3485,54),(20453,3486,54),(20454,3487,54),(20455,3488,54),(20456,3489,54),(20457,3490,54),(20458,3491,54),(20459,3492,54),(20460,1554,54),(20461,1555,54),(20462,1556,54),(20463,1557,54),(20464,1558,54),(20465,1559,54),(20466,1560,54),(20467,3493,54),(20468,3494,54),(20469,3495,54),(20470,3496,54),(20471,4571,54),(20472,3497,54),(20473,3498,54),(20474,3499,54),(20475,2476,54),(20476,3500,54),(20477,3501,54),(20478,3502,54),(20479,3503,54),(20480,3504,54),(20481,3505,54),(20482,6050,54),(20483,1580,54),(20484,3507,54),(20485,1562,54),(20486,3892,54),(20487,1094,54),(20488,3508,54),(20489,3509,54),(20490,3510,54),(20491,3511,54),(20492,3512,54),(20493,3513,54),(20494,3514,54),(20495,3515,54),(20496,3516,54),(20497,3517,54),(20498,3518,54),(20499,3519,54),(20500,3520,54),(20501,3521,54),(20502,2495,54),(20503,3522,54),(20504,3523,54),(20505,3524,54),(20506,3525,54),(20507,3526,54),(20508,3527,54),(20509,3528,54),(20510,1488,54),(20511,1489,54),(20512,1490,54),(20513,1491,54),(20514,1492,54),(20515,1218,55),(20516,1219,55),(20517,1220,55),(20518,1221,55),(20519,1222,55),(20520,1223,55),(20521,1224,55),(20522,1225,55),(20523,1226,55),(20524,1227,55),(20525,1228,55),(20526,1229,55),(20527,1230,55),(20528,1231,55),(20529,1232,55),(20530,1233,55),(20531,1234,55),(20532,1235,55),(20533,1236,55),(20534,1237,55),(20535,1238,55),(20536,1239,55),(20537,1240,55),(20538,1241,55),(20539,1242,55),(20540,1243,55),(20541,1244,55),(20542,1245,55),(20543,1246,55),(20544,1247,55),(20545,1248,55),(20546,1249,55),(20547,1250,55),(20548,1251,55),(20549,1252,55),(20550,1253,55),(20551,1254,55),(20552,1255,55),(20553,1256,55),(20554,1257,55),(20555,1258,55),(20556,1259,55),(20557,1260,55),(20558,1261,55),(20559,1262,55),(20560,1263,55),(20561,1264,55),(20562,1265,55),(20563,1266,55),(20564,1267,55),(20565,1268,55),(20566,1269,55),(20567,1270,55),(20568,1271,55),(20569,1272,55),(20570,1273,55),(20571,1274,55),(20572,1275,55),(20573,1276,55),(20574,1277,55),(20575,1278,55),(20576,1279,55),(20577,1280,55),(20578,1281,55),(20579,1282,55),(20580,1283,55),(20581,1284,55),(20582,1285,55),(20583,5398,55),(20584,5732,55),(20585,5851,55),(20586,1286,55),(20587,1287,55),(20588,4248,55),(20589,4249,55),(20590,4250,55),(20591,4251,55),(20592,4252,55),(20593,4253,55),(20594,4254,55),(20595,4255,55),(20596,4256,55),(20597,4257,55),(20598,4258,55),(20599,4259,55),(20600,4620,55),(20601,4260,55),(20602,4261,55),(20603,1288,55),(20604,1289,55),(20605,1290,55),(20606,3515,55),(20607,3516,55),(20608,3517,55),(20609,2798,55),(20610,3518,55),(20611,3519,55),(20612,3520,55),(20613,3509,55),(20614,1092,55),(20615,1291,56),(20616,1292,56),(20617,1293,56),(20618,1294,56),(20619,1295,56),(20620,3906,56),(20621,1297,56),(20622,1298,56),(20623,1240,56),(20624,1299,56),(20625,1300,56),(20626,1301,56),(20627,1302,56),(20628,1303,56),(20629,1304,56),(20630,1305,56),(20631,1306,56),(20632,1307,56),(20633,1308,56),(20634,3653,56),(20635,1309,56),(20636,1310,56),(20637,1311,56),(20638,1312,56),(20639,1313,56),(20640,1314,56),(20641,1315,56),(20642,1316,56),(20643,1317,56),(20644,1318,56),(20645,1319,56),(20646,1320,56),(20647,1321,56),(20648,1322,56),(20649,1323,56),(20650,1324,56),(20651,1325,56),(20652,1326,56),(20653,1327,56),(20654,3594,56),(20655,4242,56),(20656,4243,56),(20657,4244,56),(20658,4245,56),(20659,4246,56),(20660,4247,56),(20661,86,56),(20662,83,56),(20663,87,56),(20664,4595,56),(20665,4596,56),(20666,4597,56),(20667,4598,56),(20668,4599,56),(20669,4600,56),(20670,4601,56),(20671,4602,56),(20672,4603,56),(20673,4604,56),(20674,1328,56),(20675,6160,56),(20676,1330,56),(20677,1331,56),(20678,1332,56),(20679,1333,56),(20680,1334,56),(20681,1335,56),(20682,1336,56),(20683,5339,56),(20684,5340,56),(20685,5341,56),(20686,6056,56),(20687,5342,56),(20688,5343,56),(20689,5344,56),(20690,5345,56),(20691,1337,56),(20692,1338,56),(20693,1339,56),(20694,5347,56),(20695,1340,56),(20696,1341,56),(20697,1218,56),(20698,1219,56),(20699,1220,56),(20700,1221,56),(20701,1222,56),(20702,1223,56),(20703,1224,56),(20704,1225,56),(20705,1226,56),(20706,1227,56),(20707,1228,56),(20708,1229,56),(20709,1230,56),(20710,1231,56),(20711,1232,56),(20712,1233,56),(20713,1234,56),(20714,1235,56),(20715,1236,56),(20716,1237,56),(20717,1238,56),(20718,1239,56),(20719,1241,56),(20720,1242,56),(20721,1243,56),(20722,1244,56),(20723,1245,56),(20724,1246,56),(20725,1247,56),(20726,1248,56),(20727,1249,56),(20728,1250,56),(20729,1251,56),(20730,1252,56),(20731,1253,56),(20732,1254,56),(20733,1255,56),(20734,1256,56),(20735,1257,56),(20736,1258,56),(20737,1259,56),(20738,1260,56),(20739,1261,56),(20740,1262,56),(20741,1263,56),(20742,1264,56),(20743,1265,56),(20744,1266,56),(20745,1267,56),(20746,1268,56),(20747,1269,56),(20748,1270,56),(20749,1271,56),(20750,1272,56),(20751,1273,56),(20752,1274,56),(20753,1275,56),(20754,1276,56),(20755,1277,56),(20756,1278,56),(20757,1279,56),(20758,1280,56),(20759,1281,56),(20760,1282,56),(20761,1283,56),(20762,1284,56),(20763,1285,56),(20764,5398,56),(20765,5732,56),(20766,5851,56),(20767,1286,56),(20768,1287,56),(20769,4248,56),(20770,4249,56),(20771,4250,56),(20772,4251,56),(20773,4252,56),(20774,4253,56),(20775,4254,56),(20776,4255,56),(20777,4256,56),(20778,4257,56),(20779,4258,56),(20780,4259,56),(20781,4620,56),(20782,4260,56),(20783,4261,56),(20784,1288,56),(20785,1289,56),(20786,1290,56),(20787,89,56),(20788,100,56),(20789,265,56),(20790,291,56),(20791,292,56),(20792,293,56),(20793,266,56),(20794,267,56),(20795,268,56),(20796,269,56),(20797,270,56),(20798,271,56),(20799,272,56),(20800,273,56),(20801,274,56),(20802,275,56),(20803,276,56),(20804,277,56),(20805,278,56),(20806,279,56),(20807,280,56),(20808,281,56),(20809,282,56),(20810,283,56),(20811,284,56),(20812,285,56),(20813,286,56),(20814,287,56),(20815,288,56),(20816,289,56),(20817,290,56),(20818,1342,56),(20819,1343,56),(20820,1344,56),(20821,1523,56),(20822,404,56),(20823,405,56),(20824,406,56),(20825,101,56),(20826,369,56),(20827,370,56),(20828,476,56),(20829,477,56),(20830,478,56),(20831,479,56),(20832,480,56),(20833,481,56),(20834,482,56),(20835,483,56),(20836,484,56),(20837,485,56),(20838,486,56),(20839,487,56),(20840,457,56),(20841,458,56),(20842,459,56),(20843,387,56),(20844,340,56),(20845,341,56),(20846,342,56),(20847,343,56),(20848,344,56),(20849,346,56),(20850,347,56),(20851,348,56),(20852,349,56),(20853,350,56),(20854,351,56),(20855,352,56),(20856,353,56),(20857,354,56),(20858,355,56),(20859,356,56),(20860,357,56),(20861,358,56),(20862,359,56),(20863,360,56),(20864,2235,56),(20865,2236,56),(20866,2237,56),(20867,2238,56),(20868,2239,56),(20869,2240,56),(20870,2241,56),(20871,2242,56),(20872,2243,56),(20873,2244,56),(20874,2245,56),(20875,2246,56),(20876,2247,56),(20877,2248,56),(20878,1345,56),(20879,1346,56),(20880,1347,56),(20881,1348,56),(20882,1092,56),(20883,1349,56),(20884,1350,56),(20885,1351,56),(20886,1352,56),(20887,1353,56),(20888,1354,56),(20889,1355,56),(20890,1356,56),(20891,1357,56),(20892,1358,56),(20893,1359,56),(20894,1360,56),(20895,1361,56),(20896,1362,56),(20897,1363,56),(20898,1364,56),(20899,1365,56),(20900,1366,56),(20901,1367,56),(20902,1368,56),(20903,1369,56),(20904,4993,56),(20905,4994,56),(20906,5358,56),(20907,5359,56),(20908,1524,56),(20909,1525,56),(20910,1526,56),(20911,1370,56),(20912,1371,56),(20913,1372,56),(20914,1373,56),(20915,1374,56),(20916,1375,56),(20917,6057,56),(20918,2476,56),(20919,93,56),(20920,92,56),(20921,317,56),(20922,94,56),(20923,90,56),(20924,106,56),(20925,384,56),(20926,380,56),(20927,107,56),(20928,1488,56),(20929,1489,56),(20930,1490,56),(20931,1491,56),(20932,1492,56),(20933,108,56),(20934,1554,56),(20935,1555,56),(20936,1556,56),(20937,1557,56),(20938,1558,56),(20939,1559,56),(20940,1560,56),(20941,1291,57),(20942,1292,57),(20943,1293,57),(20944,1294,57),(20945,1295,57),(20946,3906,57),(20947,1297,57),(20948,1298,57),(20949,1240,57),(20950,1299,57),(20951,1300,57),(20952,1301,57),(20953,1302,57),(20954,1303,57),(20955,1304,57),(20956,1305,57),(20957,1306,57),(20958,1307,57),(20959,1308,57),(20960,3653,57),(20961,1309,57),(20962,1310,57),(20963,1311,57),(20964,1312,57),(20965,1313,57),(20966,1314,57),(20967,1315,57),(20968,1316,57),(20969,1317,57),(20970,1318,57),(20971,1319,57),(20972,1320,57),(20973,1321,57),(20974,1322,57),(20975,1323,57),(20976,1324,57),(20977,1325,57),(20978,1326,57),(20979,1327,57),(20980,3594,57),(20981,4242,57),(20982,4243,57),(20983,4244,57),(20984,4245,57),(20985,4246,57),(20986,4247,57),(20987,86,57),(20988,83,57),(20989,87,57),(20990,4595,57),(20991,4596,57),(20992,4597,57),(20993,4598,57),(20994,4599,57),(20995,4600,57),(20996,4601,57),(20997,4602,57),(20998,4603,57),(20999,4604,57),(21000,1328,57),(21001,6160,57),(21002,1330,57),(21003,1331,57),(21004,1332,57),(21005,1333,57),(21006,1334,57),(21007,1335,57),(21008,1336,57),(21009,5339,57),(21010,5340,57),(21011,5341,57),(21012,6056,57),(21013,5342,57),(21014,5343,57),(21015,5344,57),(21016,5345,57),(21017,1337,57),(21018,1338,57),(21019,1339,57),(21020,5347,57),(21021,1340,57),(21022,1341,57),(21023,1218,57),(21024,1219,57),(21025,1220,57),(21026,1221,57),(21027,1222,57),(21028,1223,57),(21029,1224,57),(21030,1225,57),(21031,1226,57),(21032,1227,57),(21033,1228,57),(21034,1229,57),(21035,1230,57),(21036,1231,57),(21037,1232,57),(21038,1233,57),(21039,1234,57),(21040,1235,57),(21041,1236,57),(21042,1237,57),(21043,1238,57),(21044,1239,57),(21045,1241,57),(21046,1242,57),(21047,1243,57),(21048,1244,57),(21049,1245,57),(21050,1246,57),(21051,1247,57),(21052,1248,57),(21053,1249,57),(21054,1250,57),(21055,1251,57),(21056,1252,57),(21057,1253,57),(21058,1254,57),(21059,1255,57),(21060,1256,57),(21061,1257,57),(21062,1258,57),(21063,1259,57),(21064,1260,57),(21065,1261,57),(21066,1262,57),(21067,1263,57),(21068,1264,57),(21069,1265,57),(21070,1266,57),(21071,1267,57),(21072,1268,57),(21073,1269,57),(21074,1270,57),(21075,1271,57),(21076,1272,57),(21077,1273,57),(21078,1274,57),(21079,1275,57),(21080,1276,57),(21081,1277,57),(21082,1278,57),(21083,1279,57),(21084,1280,57),(21085,1281,57),(21086,1282,57),(21087,1283,57),(21088,1284,57),(21089,1285,57),(21090,5398,57),(21091,5732,57),(21092,5851,57),(21093,1286,57),(21094,1287,57),(21095,4248,57),(21096,4249,57),(21097,4250,57),(21098,4251,57),(21099,4252,57),(21100,4253,57),(21101,4254,57),(21102,4255,57),(21103,4256,57),(21104,4257,57),(21105,4258,57),(21106,4259,57),(21107,4620,57),(21108,4260,57),(21109,4261,57),(21110,1288,57),(21111,1289,57),(21112,1290,57),(21113,265,57),(21114,291,57),(21115,292,57),(21116,293,57),(21117,266,57),(21118,267,57),(21119,268,57),(21120,269,57),(21121,270,57),(21122,271,57),(21123,272,57),(21124,273,57),(21125,274,57),(21126,275,57),(21127,276,57),(21128,277,57),(21129,278,57),(21130,279,57),(21131,280,57),(21132,281,57),(21133,282,57),(21134,283,57),(21135,284,57),(21136,285,57),(21137,286,57),(21138,287,57),(21139,288,57),(21140,289,57),(21141,290,57),(21142,1545,57),(21143,2112,57),(21144,2113,57),(21145,2114,57),(21146,2115,57),(21147,2116,57),(21148,2117,57),(21149,2118,57),(21150,2119,57),(21151,2120,57),(21152,2121,57),(21153,2122,57),(21154,2123,57),(21155,2124,57),(21156,2125,57),(21157,2126,57),(21158,2127,57),(21159,2128,57),(21160,2129,57),(21161,2130,57),(21162,2131,57),(21163,2132,57),(21164,1544,57),(21165,2133,57),(21166,2134,57),(21167,2135,57),(21168,2136,57),(21169,2137,57),(21170,2138,57),(21171,2139,57),(21172,2140,57),(21173,2141,57),(21174,2142,57),(21175,2143,57),(21176,2144,57),(21177,65,57),(21178,1543,57),(21179,2145,57),(21180,2146,57),(21181,2147,57),(21182,2148,57),(21183,2149,57),(21184,2150,57),(21185,2151,57),(21186,2152,57),(21187,2153,57),(21188,2154,57),(21189,2155,57),(21190,2156,57),(21191,2157,57),(21192,2158,57),(21193,2159,57),(21194,2160,57),(21195,2161,57),(21196,2162,57),(21197,2163,57),(21198,2164,57),(21199,2165,57),(21200,2166,57),(21201,2167,57),(21202,2168,57),(21203,2169,57),(21204,2170,57),(21205,2171,57),(21206,2172,57),(21207,2173,57),(21208,2174,57),(21209,2175,57),(21210,2176,57),(21211,2177,57),(21212,2178,57),(21213,2179,57),(21214,2180,57),(21215,2181,57),(21216,2182,57),(21217,2183,57),(21218,2184,57),(21219,2185,57),(21220,2186,57),(21221,2187,57),(21222,2188,57),(21223,2189,57),(21224,2190,57),(21225,2191,57),(21226,2192,57),(21227,2193,57),(21228,2194,57),(21229,2195,57),(21230,2196,57),(21231,2197,57),(21232,2198,57),(21233,2199,57),(21234,1580,57),(21235,2200,57),(21236,2201,57),(21237,2202,57),(21238,2203,57),(21239,2204,57),(21240,2205,57),(21241,2206,57),(21242,2207,57),(21243,2208,57),(21244,2209,57),(21245,2210,57),(21246,2211,57),(21247,2212,57),(21248,2213,57),(21249,2214,57),(21250,32,57),(21251,33,57),(21252,34,57),(21253,35,57),(21254,36,57),(21255,37,57),(21256,38,57),(21257,2215,57),(21258,1588,57),(21259,1528,57),(21260,1503,57),(21261,2216,57),(21262,2217,57),(21263,1507,57),(21264,2218,57),(21265,2219,57),(21266,1509,57),(21267,2220,57),(21268,2221,57),(21269,2222,57),(21270,2223,57),(21271,2224,57),(21272,2225,57),(21273,1342,57),(21274,1343,57),(21275,2226,57),(21276,2227,57),(21277,2228,57),(21278,2229,57),(21279,2230,57),(21280,2231,57),(21281,2232,57),(21282,2233,57),(21283,2234,57),(21284,1344,57),(21285,404,57),(21286,405,57),(21287,406,57),(21288,101,57),(21289,369,57),(21290,370,57),(21291,476,57),(21292,477,57),(21293,478,57),(21294,479,57),(21295,480,57),(21296,481,57),(21297,482,57),(21298,483,57),(21299,484,57),(21300,485,57),(21301,486,57),(21302,487,57),(21303,457,57),(21304,458,57),(21305,459,57),(21306,387,57),(21307,340,57),(21308,341,57),(21309,342,57),(21310,343,57),(21311,344,57),(21312,346,57),(21313,347,57),(21314,348,57),(21315,349,57),(21316,350,57),(21317,351,57),(21318,352,57),(21319,353,57),(21320,354,57),(21321,355,57),(21322,356,57),(21323,357,57),(21324,358,57),(21325,359,57),(21326,360,57),(21327,2235,57),(21328,2236,57),(21329,2237,57),(21330,2238,57),(21331,2239,57),(21332,2240,57),(21333,2241,57),(21334,2242,57),(21335,2243,57),(21336,2244,57),(21337,2245,57),(21338,2246,57),(21339,2247,57),(21340,2248,57),(21341,1345,57),(21342,1346,57),(21343,1347,57),(21344,1348,57),(21345,2249,57),(21346,2250,57),(21347,2251,57),(21348,1092,57),(21349,2252,57),(21350,2253,57),(21351,5350,57),(21352,5351,57),(21353,5352,57),(21354,5353,57),(21355,5354,57),(21356,5355,57),(21357,5356,57),(21358,5357,57),(21359,1349,57),(21360,1350,57),(21361,1351,57),(21362,1352,57),(21363,1353,57),(21364,1354,57),(21365,1355,57),(21366,1356,57),(21367,1357,57),(21368,1358,57),(21369,1359,57),(21370,1360,57),(21371,1361,57),(21372,1362,57),(21373,1363,57),(21374,1364,57),(21375,1365,57),(21376,1366,57),(21377,1367,57),(21378,1368,57),(21379,1369,57),(21380,4993,57),(21381,4994,57),(21382,5358,57),(21383,5359,57),(21384,1523,57),(21385,1524,57),(21386,1525,57),(21387,1526,57),(21388,1570,57),(21389,1370,57),(21390,1371,57),(21391,1372,57),(21392,2254,57),(21393,2255,57),(21394,1531,57),(21395,2256,57),(21396,2257,57),(21397,2258,57),(21398,2259,57),(21399,1535,57),(21400,1536,57),(21401,1373,57),(21402,1374,57),(21403,1375,57),(21404,6057,57),(21405,2260,57),(21406,2261,57),(21407,2262,57),(21408,2263,57),(21409,3462,57),(21410,1539,57),(21411,2264,57),(21412,2265,57),(21413,2266,57),(21414,2267,57),(21415,2268,57),(21416,2269,57),(21417,2270,57),(21418,2271,57),(21419,2272,57),(21420,2273,57),(21421,2274,57),(21422,2275,57),(21423,2276,57),(21424,2277,57),(21425,2278,57),(21426,2279,57),(21427,2280,57),(21428,2281,57),(21429,2282,57),(21430,2283,57),(21431,2284,57),(21432,2285,57),(21433,2286,57),(21434,2287,57),(21435,2288,57),(21436,2289,57),(21437,2290,57),(21438,2291,57),(21439,2292,57),(21440,2293,57),(21441,2294,57),(21442,2295,57),(21443,2296,57),(21444,2297,57),(21445,2298,57),(21446,2299,57),(21447,2300,57),(21448,2301,57),(21449,2302,57),(21450,2303,57),(21451,2304,57),(21452,2305,57),(21453,2306,57),(21454,2307,57),(21455,2308,57),(21456,2309,57),(21457,2310,57),(21458,2311,57),(21459,2312,57),(21460,2313,57),(21461,2314,57),(21462,2315,57),(21463,2316,57),(21464,2317,57),(21465,2318,57),(21466,1094,57),(21467,2319,57),(21468,2320,57),(21469,2321,57),(21470,2322,57),(21471,2323,57),(21472,2324,57),(21473,2325,57),(21474,2326,57),(21475,2327,57),(21476,2328,57),(21477,2329,57),(21478,2330,57),(21479,2331,57),(21480,2332,57),(21481,2333,57),(21482,2334,57),(21483,2335,57),(21484,2336,57),(21485,2337,57),(21486,2338,57),(21487,2339,57),(21488,2340,57),(21489,2341,57),(21490,2342,57),(21491,2343,57),(21492,2344,57),(21493,2345,57),(21494,2346,57),(21495,2347,57),(21496,2348,57),(21497,2349,57),(21498,2350,57),(21499,2351,57),(21500,2352,57),(21501,2353,57),(21502,2354,57),(21503,2355,57),(21504,2356,57),(21505,2357,57),(21506,2358,57),(21507,2359,57),(21508,2360,57),(21509,2361,57),(21510,2362,57),(21511,2363,57),(21512,2364,57),(21513,2365,57),(21514,2366,57),(21515,2367,57),(21516,2368,57),(21517,2369,57),(21518,2370,57),(21519,2371,57),(21520,2372,57),(21521,2373,57),(21522,2374,57),(21523,2375,57),(21524,2376,57),(21525,2377,57),(21526,2378,57),(21527,2379,57),(21528,2380,57),(21529,2381,57),(21530,2382,57),(21531,2383,57),(21532,2384,57),(21533,2385,57),(21534,2386,57),(21535,2387,57),(21536,2388,57),(21537,2389,57),(21538,2390,57),(21539,2391,57),(21540,2392,57),(21541,2393,57),(21542,2394,57),(21543,2395,57),(21544,2396,57),(21545,2397,57),(21546,2398,57),(21547,2399,57),(21548,2400,57),(21549,2401,57),(21550,2402,57),(21551,2403,57),(21552,2404,57),(21553,2405,57),(21554,2406,57),(21555,2407,57),(21556,2408,57),(21557,2409,57),(21558,2410,57),(21559,2411,57),(21560,2412,57),(21561,2413,57),(21562,2414,57),(21563,2415,57),(21564,2416,57),(21565,2417,57),(21566,2418,57),(21567,2419,57),(21568,2420,57),(21569,2421,57),(21570,2422,57),(21571,2423,57),(21572,2424,57),(21573,2425,57),(21574,2426,57),(21575,2427,57),(21576,2428,57),(21577,2429,57),(21578,2430,57),(21579,2431,57),(21580,2432,57),(21581,2433,57),(21582,2434,57),(21583,2435,57),(21584,2436,57),(21585,2437,57),(21586,2438,57),(21587,2439,57),(21588,2440,57),(21589,2441,57),(21590,2442,57),(21591,2443,57),(21592,2444,57),(21593,2445,57),(21594,2446,57),(21595,2447,57),(21596,2448,57),(21597,2449,57),(21598,2450,57),(21599,2451,57),(21600,2452,57),(21601,2453,57),(21602,2454,57),(21603,2455,57),(21604,2456,57),(21605,2457,57),(21606,2458,57),(21607,2459,57),(21608,2460,57),(21609,2461,57),(21610,2462,57),(21611,2463,57),(21612,2464,57),(21613,2465,57),(21614,2466,57),(21615,2467,57),(21616,2468,57),(21617,2469,57),(21618,2470,57),(21619,2471,57),(21620,2472,57),(21621,2473,57),(21622,2474,57),(21623,2475,57),(21624,2476,57),(21625,2477,57),(21626,2478,57),(21627,3463,57),(21628,2482,57),(21629,2483,57),(21630,2484,57),(21631,2485,57),(21632,2486,57),(21633,2487,57),(21634,2488,57),(21635,2489,57),(21636,2529,57),(21637,3464,57),(21638,1573,57),(21639,1554,57),(21640,1555,57),(21641,1556,57),(21642,1557,57),(21643,1558,57),(21644,1559,57),(21645,1560,57),(21646,3465,57),(21647,2491,57),(21648,2492,57),(21649,2493,57),(21650,2494,57),(21651,2495,57),(21652,2496,57),(21653,2497,57),(21654,2498,57),(21655,1606,57),(21656,1607,57),(21657,2499,57),(21658,2500,57),(21659,2501,57),(21660,2502,57),(21661,2503,57),(21662,2504,57),(21663,2505,57),(21664,2506,57),(21665,2507,57),(21666,2508,57),(21667,1589,57),(21668,1590,57),(21669,1591,57),(21670,1592,57),(21671,1593,57),(21672,1594,57),(21673,2641,57),(21674,1540,57),(21675,2509,57),(21676,1598,57),(21677,1601,57),(21678,1602,57),(21679,1600,57),(21680,2510,57),(21681,535,57),(21682,545,57),(21683,126,57),(21684,2655,57),(21685,2662,57),(21686,2663,57),(21687,6043,57),(21688,5346,57),(21689,5428,57),(21690,5429,57),(21691,5430,57),(21692,5431,57),(21693,5432,57),(21694,5433,57),(21695,5434,57),(21696,5435,57),(21697,5436,57),(21698,5437,57),(21699,5438,57),(21700,5439,57),(21701,5440,57),(21702,5441,57),(21703,5442,57),(21704,5443,57),(21705,5444,57),(21706,5445,57),(21707,5446,57),(21708,5447,57),(21709,5448,57),(21710,5449,57),(21711,5450,57),(21712,5451,57),(21713,5452,57),(21714,5453,57),(21715,5454,57),(21716,5455,57),(21717,5456,57),(21718,5457,57),(21719,5458,57),(21720,5459,57),(21721,5460,57),(21722,5461,57),(21723,5462,57),(21724,5463,57),(21725,5464,57),(21726,5465,57),(21727,5466,57),(21728,5467,57),(21729,5468,57),(21730,5469,57),(21731,5470,57),(21732,5471,57),(21733,5472,57),(21734,5473,57),(21735,5474,57),(21736,5475,57),(21737,5476,57),(21738,5477,57),(21739,5478,57),(21740,5479,57),(21741,5480,57),(21742,5481,57),(21743,5482,57),(21744,5483,57),(21745,5484,57),(21746,5485,57),(21747,5486,57),(21748,5487,57),(21749,5488,57),(21750,5489,57),(21751,5490,57),(21752,5491,57),(21753,5492,57),(21754,5493,57),(21755,5494,57),(21756,5495,57),(21757,5496,57),(21758,5497,57),(21759,5498,57),(21760,5499,57),(21761,5500,57),(21762,5501,57),(21763,5502,57),(21764,5503,57),(21765,5504,57),(21766,5505,57),(21767,5506,57),(21768,5507,57),(21769,5508,57),(21770,5509,57),(21771,5510,57),(21772,5511,57),(21773,5512,57),(21774,5513,57),(21775,5514,57),(21776,5515,57),(21777,5516,57),(21778,5517,57),(21779,5518,57),(21780,5519,57),(21781,5520,57),(21782,5521,57),(21783,5522,57),(21784,5523,57),(21785,5524,57),(21786,5525,57),(21787,5526,57),(21788,5527,57),(21789,5528,57),(21790,5529,57),(21791,5530,57),(21792,5531,57),(21793,5532,57),(21794,5533,57),(21795,5534,57),(21796,5535,57),(21797,5536,57),(21798,5537,57),(21799,5538,57),(21800,5539,57),(21801,5540,57),(21802,5541,57),(21803,5542,57),(21804,5543,57),(21805,5544,57),(21806,5545,57),(21807,5546,57),(21808,5547,57),(21809,5548,57),(21810,5549,57),(21811,5550,57),(21812,5551,57),(21813,6044,57),(21814,5942,57),(21815,5943,57),(21816,5944,57),(21817,5945,57),(21818,5946,57),(21819,5947,57),(21820,5948,57),(21821,5949,57),(21822,5950,57),(21823,5951,57),(21824,5952,57),(21825,5953,57),(21826,5954,57),(21827,5955,57),(21828,5956,57),(21829,5957,57),(21830,5958,57),(21831,5959,57),(21832,5960,57),(21833,5961,57),(21834,5962,57),(21835,5963,57),(21836,5964,57),(21837,5965,57),(21838,5966,57),(21839,5967,57),(21840,5968,57),(21841,5969,57),(21842,5970,57),(21843,5971,57),(21844,5972,57),(21845,5973,57),(21846,5974,57),(21847,5975,57),(21848,5976,57),(21849,5977,57),(21850,5978,57),(21851,5979,57),(21852,5980,57),(21853,5981,57),(21854,5982,57),(21855,5983,57),(21856,5984,57),(21857,5552,57),(21858,2511,57),(21859,2512,57),(21860,4568,57),(21861,2514,57),(21862,2515,57),(21863,4985,57),(21864,2516,57),(21865,2517,57),(21866,2518,57),(21867,2519,57),(21868,2520,57),(21869,1500,57),(21870,1501,57),(21871,2521,57),(21872,2522,57),(21873,2523,57),(21874,1595,57),(21875,2524,57),(21876,2525,57),(21877,2526,57),(21878,2527,57),(21879,2528,57),(21880,2530,57),(21881,2531,57),(21882,2532,57),(21883,2533,57),(21884,2534,57),(21885,2535,57),(21886,2536,57),(21887,2537,57),(21888,2538,57),(21889,2539,57),(21890,2540,57),(21891,2541,57),(21892,2542,57),(21893,2543,57),(21894,2544,57),(21895,2545,57),(21896,2546,57),(21897,2547,57),(21898,1488,57),(21899,1489,57),(21900,4012,57),(21901,4013,57),(21902,2548,57),(21903,2549,57),(21904,2550,57),(21905,2551,57),(21906,2552,57),(21907,2553,57),(21908,2554,57),(21909,2555,57),(21910,2556,57),(21911,2557,57),(21912,2558,57),(21913,2559,57),(21914,2560,57),(21915,2561,57),(21916,2562,57),(21917,2563,57),(21918,2564,57),(21919,2565,57),(21920,2566,57),(21921,2567,57),(21922,2568,57),(21923,2569,57),(21924,2570,57),(21925,2571,57),(21926,2572,57),(21927,2573,57),(21928,2574,57),(21929,2575,57),(21930,2576,57),(21931,2577,57),(21932,2578,57),(21933,2579,57),(21934,2580,57),(21935,2581,57),(21936,2582,57),(21937,2583,57),(21938,2584,57),(21939,2585,57),(21940,2586,57),(21941,2587,57),(21942,2588,57),(21943,2589,57),(21944,2590,57),(21945,2591,57),(21946,2592,57),(21947,2593,57),(21948,2594,57),(21949,2595,57),(21950,2596,57),(21951,1532,57),(21952,2597,57),(21953,2598,57),(21954,2599,57),(21955,2600,57),(21956,2601,57),(21957,2602,57),(21958,2603,57),(21959,2604,57),(21960,2605,57),(21961,2606,57),(21962,2607,57),(21963,2608,57),(21964,2609,57),(21965,2610,57),(21966,2611,57),(21967,2612,57),(21968,2613,57),(21969,2614,57),(21970,2615,57),(21971,2616,57),(21972,2617,57),(21973,2618,57),(21974,2619,57),(21975,2620,57),(21976,2621,57),(21977,2622,57),(21978,2623,57),(21979,2624,57),(21980,2625,57),(21981,2626,57),(21982,2627,57),(21983,2628,57),(21984,2629,57),(21985,2630,57),(21986,2631,57),(21987,2632,57),(21988,2633,57),(21989,2634,57),(21990,2635,57),(21991,2636,57),(21992,1490,57),(21993,1491,57),(21994,1492,57),(21995,2637,57),(21996,2638,57),(21997,2639,57),(21998,2640,57),(21999,1094,3),(22000,1095,3),(22001,1096,3),(22002,3482,3),(22003,3483,3),(22004,1291,58),(22005,1292,58),(22006,1293,58),(22007,1294,58),(22008,1295,58),(22009,3906,58),(22010,1297,58),(22011,1298,58),(22012,1240,58),(22013,1299,58),(22014,1300,58),(22015,1301,58),(22016,1302,58),(22017,1303,58),(22018,1304,58),(22019,1305,58),(22020,1306,58),(22021,1307,58),(22022,1308,58),(22023,3653,58),(22024,1309,58),(22025,1310,58),(22026,1311,58),(22027,1312,58),(22028,1313,58),(22029,1314,58),(22030,1315,58),(22031,1316,58),(22032,1317,58),(22033,1318,58),(22034,1319,58),(22035,1320,58),(22036,1321,58),(22037,1322,58),(22038,1323,58),(22039,1324,58),(22040,1325,58),(22041,1326,58),(22042,1327,58),(22043,3594,58),(22044,4242,58),(22045,4243,58),(22046,4244,58),(22047,4245,58),(22048,4246,58),(22049,4247,58),(22050,86,58),(22051,83,58),(22052,87,58),(22053,4595,58),(22054,4596,58),(22055,4597,58),(22056,4598,58),(22057,4599,58),(22058,4600,58),(22059,4601,58),(22060,4602,58),(22061,4603,58),(22062,4604,58),(22063,1328,58),(22064,6160,58),(22065,1330,58),(22066,1331,58),(22067,1332,58),(22068,1333,58),(22069,1334,58),(22070,1335,58),(22071,1336,58),(22072,5339,58),(22073,5340,58),(22074,5341,58),(22075,6056,58),(22076,5342,58),(22077,5343,58),(22078,5344,58),(22079,5345,58),(22080,1337,58),(22081,1338,58),(22082,1339,58),(22083,5347,58),(22084,1340,58),(22085,1341,58),(22086,1218,58),(22087,1219,58),(22088,1220,58),(22089,1221,58),(22090,1222,58),(22091,1223,58),(22092,1224,58),(22093,1225,58),(22094,1226,58),(22095,1227,58),(22096,1228,58),(22097,1229,58),(22098,1230,58),(22099,1231,58),(22100,1232,58),(22101,1233,58),(22102,1234,58),(22103,1235,58),(22104,1236,58),(22105,1237,58),(22106,1238,58),(22107,1239,58),(22108,1241,58),(22109,1242,58),(22110,1243,58),(22111,1244,58),(22112,1245,58),(22113,1246,58),(22114,1247,58),(22115,1248,58),(22116,1249,58),(22117,1250,58),(22118,1251,58),(22119,1252,58),(22120,1253,58),(22121,1254,58),(22122,1255,58),(22123,1256,58),(22124,1257,58),(22125,1258,58),(22126,1259,58),(22127,1260,58),(22128,1261,58),(22129,1262,58),(22130,1263,58),(22131,1264,58),(22132,1265,58),(22133,1266,58),(22134,1267,58),(22135,1268,58),(22136,1269,58),(22137,1270,58),(22138,1271,58),(22139,1272,58),(22140,1273,58),(22141,1274,58),(22142,1275,58),(22143,1276,58),(22144,1277,58),(22145,1278,58),(22146,1279,58),(22147,1280,58),(22148,1281,58),(22149,1282,58),(22150,1283,58),(22151,1284,58),(22152,1285,58),(22153,5398,58),(22154,5732,58),(22155,5851,58),(22156,1286,58),(22157,1287,58),(22158,4248,58),(22159,4249,58),(22160,4250,58),(22161,4251,58),(22162,4252,58),(22163,4253,58),(22164,4254,58),(22165,4255,58),(22166,4256,58),(22167,4257,58),(22168,4258,58),(22169,4259,58),(22170,4620,58),(22171,4260,58),(22172,4261,58),(22173,1288,58),(22174,1289,58),(22175,1290,58),(22176,265,58),(22177,291,58),(22178,292,58),(22179,293,58),(22180,266,58),(22181,267,58),(22182,268,58),(22183,269,58),(22184,270,58),(22185,271,58),(22186,272,58),(22187,273,58),(22188,274,58),(22189,275,58),(22190,276,58),(22191,277,58),(22192,278,58),(22193,279,58),(22194,280,58),(22195,281,58),(22196,282,58),(22197,283,58),(22198,284,58),(22199,285,58),(22200,286,58),(22201,287,58),(22202,288,58),(22203,289,58),(22204,290,58),(22205,1094,58),(22206,1095,58),(22207,1096,58),(22208,571,58),(22209,1554,58),(22210,1555,58),(22211,1556,58),(22212,1557,58),(22213,1558,58),(22214,1559,58),(22215,1560,58),(22216,1291,59),(22217,1292,59),(22218,1293,59),(22219,1294,59),(22220,1295,59),(22221,3906,59),(22222,1297,59),(22223,1298,59),(22224,1240,59),(22225,1299,59),(22226,1300,59),(22227,1301,59),(22228,1302,59),(22229,1303,59),(22230,1304,59),(22231,1305,59),(22232,1306,59),(22233,1307,59),(22234,1308,59),(22235,3653,59),(22236,1309,59),(22237,1310,59),(22238,1311,59),(22239,1312,59),(22240,1313,59),(22241,1314,59),(22242,1315,59),(22243,1316,59),(22244,1317,59),(22245,1318,59),(22246,1319,59),(22247,1320,59),(22248,1321,59),(22249,1322,59),(22250,1323,59),(22251,1324,59),(22252,1325,59),(22253,1326,59),(22254,1327,59),(22255,3594,59),(22256,4242,59),(22257,4243,59),(22258,4244,59),(22259,4245,59),(22260,4246,59),(22261,4247,59),(22262,86,59),(22263,83,59),(22264,87,59),(22265,4595,59),(22266,4596,59),(22267,4597,59),(22268,4598,59),(22269,4599,59),(22270,4600,59),(22271,4601,59),(22272,4602,59),(22273,4603,59),(22274,4604,59),(22275,1328,59),(22276,6160,59),(22277,1330,59),(22278,1331,59),(22279,1332,59),(22280,1333,59),(22281,1334,59),(22282,1335,59),(22283,1336,59),(22284,5339,59),(22285,5340,59),(22286,5341,59),(22287,6056,59),(22288,5342,59),(22289,5343,59),(22290,5344,59),(22291,5345,59),(22292,1337,59),(22293,1338,59),(22294,1339,59),(22295,5347,59),(22296,1340,59),(22297,1341,59),(22298,1218,59),(22299,1219,59),(22300,1220,59),(22301,1221,59),(22302,1222,59),(22303,1223,59),(22304,1224,59),(22305,1225,59),(22306,1226,59),(22307,1227,59),(22308,1228,59),(22309,1229,59),(22310,1230,59),(22311,1231,59),(22312,1232,59),(22313,1233,59),(22314,1234,59),(22315,1235,59),(22316,1236,59),(22317,1237,59),(22318,1238,59),(22319,1239,59),(22320,1241,59),(22321,1242,59),(22322,1243,59),(22323,1244,59),(22324,1245,59),(22325,1246,59),(22326,1247,59),(22327,1248,59),(22328,1249,59),(22329,1250,59),(22330,1251,59),(22331,1252,59),(22332,1253,59),(22333,1254,59),(22334,1255,59),(22335,1256,59),(22336,1257,59),(22337,1258,59),(22338,1259,59),(22339,1260,59),(22340,1261,59),(22341,1262,59),(22342,1263,59),(22343,1264,59),(22344,1265,59),(22345,1266,59),(22346,1267,59),(22347,1268,59),(22348,1269,59),(22349,1270,59),(22350,1271,59),(22351,1272,59),(22352,1273,59),(22353,1274,59),(22354,1275,59),(22355,1276,59),(22356,1277,59),(22357,1278,59),(22358,1279,59),(22359,1280,59),(22360,1281,59),(22361,1282,59),(22362,1283,59),(22363,1284,59),(22364,1285,59),(22365,5398,59),(22366,5732,59),(22367,5851,59),(22368,1286,59),(22369,1287,59),(22370,4248,59),(22371,4249,59),(22372,4250,59),(22373,4251,59),(22374,4252,59),(22375,4253,59),(22376,4254,59),(22377,4255,59),(22378,4256,59),(22379,4257,59),(22380,4258,59),(22381,4259,59),(22382,4620,59),(22383,4260,59),(22384,4261,59),(22385,1288,59),(22386,1289,59),(22387,1290,59),(22388,265,59),(22389,291,59),(22390,292,59),(22391,293,59),(22392,266,59),(22393,267,59),(22394,268,59),(22395,269,59),(22396,270,59),(22397,271,59),(22398,272,59),(22399,273,59),(22400,274,59),(22401,275,59),(22402,276,59),(22403,277,59),(22404,278,59),(22405,279,59),(22406,280,59),(22407,281,59),(22408,282,59),(22409,283,59),(22410,284,59),(22411,285,59),(22412,286,59),(22413,287,59),(22414,288,59),(22415,289,59),(22416,290,59),(22417,1545,59),(22418,2112,59),(22419,2113,59),(22420,2114,59),(22421,2115,59),(22422,2116,59),(22423,2117,59),(22424,2118,59),(22425,2119,59),(22426,2120,59),(22427,2121,59),(22428,2122,59),(22429,2123,59),(22430,2124,59),(22431,2125,59),(22432,2126,59),(22433,2127,59),(22434,2128,59),(22435,2129,59),(22436,2130,59),(22437,2131,59),(22438,2132,59),(22439,1544,59),(22440,2133,59),(22441,2134,59),(22442,2135,59),(22443,2136,59),(22444,2137,59),(22445,2138,59),(22446,2139,59),(22447,2140,59),(22448,2141,59),(22449,2142,59),(22450,2143,59),(22451,2144,59),(22452,65,59),(22453,1543,59),(22454,2145,59),(22455,2146,59),(22456,2147,59),(22457,2148,59),(22458,2149,59),(22459,2150,59),(22460,2151,59),(22461,2152,59),(22462,2153,59),(22463,2154,59),(22464,2155,59),(22465,2156,59),(22466,2157,59),(22467,2158,59),(22468,2159,59),(22469,2160,59),(22470,2161,59),(22471,2162,59),(22472,2163,59),(22473,2164,59),(22474,2165,59),(22475,2166,59),(22476,2167,59),(22477,2168,59),(22478,2169,59),(22479,2170,59),(22480,2171,59),(22481,2172,59),(22482,2173,59),(22483,2174,59),(22484,2175,59),(22485,2176,59),(22486,2177,59),(22487,2178,59),(22488,2179,59),(22489,2180,59),(22490,2181,59),(22491,2182,59),(22492,2183,59),(22493,2184,59),(22494,2185,59),(22495,2186,59),(22496,2187,59),(22497,2188,59),(22498,2189,59),(22499,2190,59),(22500,2191,59),(22501,2192,59),(22502,2193,59),(22503,2194,59),(22504,2195,59),(22505,2196,59),(22506,2197,59),(22507,2198,59),(22508,2199,59),(22509,1580,59),(22510,2200,59),(22511,2201,59),(22512,2202,59),(22513,2203,59),(22514,2204,59),(22515,2205,59),(22516,2206,59),(22517,2207,59),(22518,2208,59),(22519,2209,59),(22520,2210,59),(22521,2211,59),(22522,2212,59),(22523,2213,59),(22524,2214,59),(22525,32,59),(22526,33,59),(22527,34,59),(22528,35,59),(22529,36,59),(22530,37,59),(22531,38,59),(22532,2215,59),(22533,1588,59),(22534,1528,59),(22535,1503,59),(22536,2216,59),(22537,2217,59),(22538,1507,59),(22539,2218,59),(22540,2219,59),(22541,1509,59),(22542,2220,59),(22543,2221,59),(22544,2222,59),(22545,2223,59),(22546,2224,59),(22547,2225,59),(22548,1342,59),(22549,1343,59),(22550,2226,59),(22551,2227,59),(22552,2228,59),(22553,2229,59),(22554,2230,59),(22555,2231,59),(22556,2232,59),(22557,2233,59),(22558,2234,59),(22559,1344,59),(22560,404,59),(22561,405,59),(22562,406,59),(22563,101,59),(22564,369,59),(22565,370,59),(22566,476,59),(22567,477,59),(22568,478,59),(22569,479,59),(22570,480,59),(22571,481,59),(22572,482,59),(22573,483,59),(22574,484,59),(22575,485,59),(22576,486,59),(22577,487,59),(22578,457,59),(22579,458,59),(22580,459,59),(22581,387,59),(22582,340,59),(22583,341,59),(22584,342,59),(22585,343,59),(22586,344,59),(22587,346,59),(22588,347,59),(22589,348,59),(22590,349,59),(22591,350,59),(22592,351,59),(22593,352,59),(22594,353,59),(22595,354,59),(22596,355,59),(22597,356,59),(22598,357,59),(22599,358,59),(22600,359,59),(22601,360,59),(22602,2235,59),(22603,2236,59),(22604,2237,59),(22605,2238,59),(22606,2239,59),(22607,2240,59),(22608,2241,59),(22609,2242,59),(22610,2243,59),(22611,2244,59),(22612,2245,59),(22613,2246,59),(22614,2247,59),(22615,2248,59),(22616,1345,59),(22617,1346,59),(22618,1347,59),(22619,1348,59),(22620,2249,59),(22621,2250,59),(22622,2251,59),(22623,1092,59),(22624,2252,59),(22625,2253,59),(22626,5350,59),(22627,5351,59),(22628,5352,59),(22629,5353,59),(22630,5354,59),(22631,5355,59),(22632,5356,59),(22633,5357,59),(22634,1349,59),(22635,1350,59),(22636,1351,59),(22637,1352,59),(22638,1353,59),(22639,1354,59),(22640,1355,59),(22641,1356,59),(22642,1357,59),(22643,1358,59),(22644,1359,59),(22645,1360,59),(22646,1361,59),(22647,1362,59),(22648,1363,59),(22649,1364,59),(22650,1365,59),(22651,1366,59),(22652,1367,59),(22653,1368,59),(22654,1369,59),(22655,4993,59),(22656,4994,59),(22657,5358,59),(22658,5359,59),(22659,1523,59),(22660,1524,59),(22661,1525,59),(22662,1526,59),(22663,1570,59),(22664,1370,59),(22665,1371,59),(22666,1372,59),(22667,2254,59),(22668,2255,59),(22669,1531,59),(22670,2256,59),(22671,2257,59),(22672,2258,59),(22673,2259,59),(22674,1535,59),(22675,1536,59),(22676,1373,59),(22677,1374,59),(22678,1375,59),(22679,6057,59),(22680,2260,59),(22681,2261,59),(22682,2262,59),(22683,2263,59),(22684,3462,59),(22685,1539,59),(22686,2264,59),(22687,2265,59),(22688,2266,59),(22689,2267,59),(22690,2268,59),(22691,2269,59),(22692,2270,59),(22693,2271,59),(22694,2272,59),(22695,2273,59),(22696,2274,59),(22697,2275,59),(22698,2276,59),(22699,2277,59),(22700,2278,59),(22701,2279,59),(22702,2280,59),(22703,2281,59),(22704,2282,59),(22705,2283,59),(22706,2284,59),(22707,2285,59),(22708,2286,59),(22709,2287,59),(22710,2288,59),(22711,2289,59),(22712,2290,59),(22713,2291,59),(22714,2292,59),(22715,2293,59),(22716,2294,59),(22717,2295,59),(22718,2296,59),(22719,2297,59),(22720,2298,59),(22721,2299,59),(22722,2300,59),(22723,2301,59),(22724,2302,59),(22725,2303,59),(22726,2304,59),(22727,2305,59),(22728,2306,59),(22729,2307,59),(22730,2308,59),(22731,2309,59),(22732,2310,59),(22733,2311,59),(22734,2312,59),(22735,2313,59),(22736,2314,59),(22737,2315,59),(22738,2316,59),(22739,2317,59),(22740,2318,59),(22741,1094,59),(22742,2319,59),(22743,2320,59),(22744,2321,59),(22745,2322,59),(22746,2323,59),(22747,2324,59),(22748,2325,59),(22749,2326,59),(22750,2327,59),(22751,2328,59),(22752,2329,59),(22753,2330,59),(22754,2331,59),(22755,2332,59),(22756,2333,59),(22757,2334,59),(22758,2335,59),(22759,2336,59),(22760,2337,59),(22761,2338,59),(22762,2339,59),(22763,2340,59),(22764,2341,59),(22765,2342,59),(22766,2343,59),(22767,2344,59),(22768,2345,59),(22769,2346,59),(22770,2347,59),(22771,2348,59),(22772,2349,59),(22773,2350,59),(22774,2351,59),(22775,2352,59),(22776,2353,59),(22777,2354,59),(22778,2355,59),(22779,2356,59),(22780,2357,59),(22781,2358,59),(22782,2359,59),(22783,2360,59),(22784,2361,59),(22785,2362,59),(22786,2363,59),(22787,2364,59),(22788,2365,59),(22789,2366,59),(22790,2367,59),(22791,2368,59),(22792,2369,59),(22793,2370,59),(22794,2371,59),(22795,2372,59),(22796,2373,59),(22797,2374,59),(22798,2375,59),(22799,2376,59),(22800,2377,59),(22801,2378,59),(22802,2379,59),(22803,2380,59),(22804,2381,59),(22805,2382,59),(22806,2383,59),(22807,2384,59),(22808,2385,59),(22809,2386,59),(22810,2387,59),(22811,2388,59),(22812,2389,59),(22813,2390,59),(22814,2391,59),(22815,2392,59),(22816,2393,59),(22817,2394,59),(22818,2395,59),(22819,2396,59),(22820,2397,59),(22821,2398,59),(22822,2399,59),(22823,2400,59),(22824,2401,59),(22825,2402,59),(22826,2403,59),(22827,2404,59),(22828,2405,59),(22829,2406,59),(22830,2407,59),(22831,2408,59),(22832,2409,59),(22833,2410,59),(22834,2411,59),(22835,2412,59),(22836,2413,59),(22837,2414,59),(22838,2415,59),(22839,2416,59),(22840,2417,59),(22841,2418,59),(22842,2419,59),(22843,2420,59),(22844,2421,59),(22845,2422,59),(22846,2423,59),(22847,2424,59),(22848,2425,59),(22849,2426,59),(22850,2427,59),(22851,2428,59),(22852,2429,59),(22853,2430,59),(22854,2431,59),(22855,2432,59),(22856,2433,59),(22857,2434,59),(22858,2435,59),(22859,2436,59),(22860,2437,59),(22861,2438,59),(22862,2439,59),(22863,2440,59),(22864,2441,59),(22865,2442,59),(22866,2443,59),(22867,2444,59),(22868,2445,59),(22869,2446,59),(22870,2447,59),(22871,2448,59),(22872,2449,59),(22873,2450,59),(22874,2451,59),(22875,2452,59),(22876,2453,59),(22877,2454,59),(22878,2455,59),(22879,2456,59),(22880,2457,59),(22881,2458,59),(22882,2459,59),(22883,2460,59),(22884,2461,59),(22885,2462,59),(22886,2463,59),(22887,2464,59),(22888,2465,59),(22889,2466,59),(22890,2467,59),(22891,2468,59),(22892,2469,59),(22893,2470,59),(22894,2471,59),(22895,2472,59),(22896,2473,59),(22897,2474,59),(22898,2475,59),(22899,2476,59),(22900,2477,59),(22901,2478,59),(22902,3463,59),(22903,2482,59),(22904,2483,59),(22905,2484,59),(22906,2485,59),(22907,2486,59),(22908,2487,59),(22909,2488,59),(22910,2489,59),(22911,2529,59),(22912,3464,59),(22913,1573,59),(22914,1554,59),(22915,1555,59),(22916,1556,59),(22917,1557,59),(22918,1558,59),(22919,1559,59),(22920,1560,59),(22921,3465,59),(22922,2491,59),(22923,2492,59),(22924,2493,59),(22925,2494,59),(22926,2495,59),(22927,2496,59),(22928,2497,59),(22929,2498,59),(22930,1606,59),(22931,1607,59),(22932,2499,59),(22933,2500,59),(22934,2501,59),(22935,2502,59),(22936,2503,59),(22937,2504,59),(22938,2505,59),(22939,2506,59),(22940,2507,59),(22941,2508,59),(22942,1589,59),(22943,1590,59),(22944,1591,59),(22945,1592,59),(22946,1593,59),(22947,1594,59),(22948,2641,59),(22949,1540,59),(22950,2509,59),(22951,1598,59),(22952,1601,59),(22953,1602,59),(22954,1600,59),(22955,2510,59),(22956,535,59),(22957,545,59),(22958,126,59),(22959,2655,59),(22960,2662,59),(22961,2663,59),(22962,6043,59),(22963,5346,59),(22964,5428,59),(22965,5429,59),(22966,5430,59),(22967,5431,59),(22968,5432,59),(22969,5433,59),(22970,5434,59),(22971,5435,59),(22972,5436,59),(22973,5437,59),(22974,5438,59),(22975,5439,59),(22976,5440,59),(22977,5441,59),(22978,5442,59),(22979,5443,59),(22980,5444,59),(22981,5445,59),(22982,5446,59),(22983,5447,59),(22984,5448,59),(22985,5449,59),(22986,5450,59),(22987,5451,59),(22988,5452,59),(22989,5453,59),(22990,5454,59),(22991,5455,59),(22992,5456,59),(22993,5457,59),(22994,5458,59),(22995,5459,59),(22996,5460,59),(22997,5461,59),(22998,5462,59),(22999,5463,59),(23000,5464,59),(23001,5465,59),(23002,5466,59),(23003,5467,59),(23004,5468,59),(23005,5469,59),(23006,5470,59),(23007,5471,59),(23008,5472,59),(23009,5473,59),(23010,5474,59),(23011,5475,59),(23012,5476,59),(23013,5477,59),(23014,5478,59),(23015,5479,59),(23016,5480,59),(23017,5481,59),(23018,5482,59),(23019,5483,59),(23020,5484,59),(23021,5485,59),(23022,5486,59),(23023,5487,59),(23024,5488,59),(23025,5489,59),(23026,5490,59),(23027,5491,59),(23028,5492,59),(23029,5493,59),(23030,5494,59),(23031,5495,59),(23032,5496,59),(23033,5497,59),(23034,5498,59),(23035,5499,59),(23036,5500,59),(23037,5501,59),(23038,5502,59),(23039,5503,59),(23040,5504,59),(23041,5505,59),(23042,5506,59),(23043,5507,59),(23044,5508,59),(23045,5509,59),(23046,5510,59),(23047,5511,59),(23048,5512,59),(23049,5513,59),(23050,5514,59),(23051,5515,59),(23052,5516,59),(23053,5517,59),(23054,5518,59),(23055,5519,59),(23056,5520,59),(23057,5521,59),(23058,5522,59),(23059,5523,59),(23060,5524,59),(23061,5525,59),(23062,5526,59),(23063,5527,59),(23064,5528,59),(23065,5529,59),(23066,5530,59),(23067,5531,59),(23068,5532,59),(23069,5533,59),(23070,5534,59),(23071,5535,59),(23072,5536,59),(23073,5537,59),(23074,5538,59),(23075,5539,59),(23076,5540,59),(23077,5541,59),(23078,5542,59),(23079,5543,59),(23080,5544,59),(23081,5545,59),(23082,5546,59),(23083,5547,59),(23084,5548,59),(23085,5549,59),(23086,5550,59),(23087,5551,59),(23088,6044,59),(23089,5942,59),(23090,5943,59),(23091,5944,59),(23092,5945,59),(23093,5946,59),(23094,5947,59),(23095,5948,59),(23096,5949,59),(23097,5950,59),(23098,5951,59),(23099,5952,59),(23100,5953,59),(23101,5954,59),(23102,5955,59),(23103,5956,59),(23104,5957,59),(23105,5958,59),(23106,5959,59),(23107,5960,59),(23108,5961,59),(23109,5962,59),(23110,5963,59),(23111,5964,59),(23112,5965,59),(23113,5966,59),(23114,5967,59),(23115,5968,59),(23116,5969,59),(23117,5970,59),(23118,5971,59),(23119,5972,59),(23120,5973,59),(23121,5974,59),(23122,5975,59),(23123,5976,59),(23124,5977,59),(23125,5978,59),(23126,5979,59),(23127,5980,59),(23128,5981,59),(23129,5982,59),(23130,5983,59),(23131,5984,59),(23132,5552,59),(23133,2511,59),(23134,2512,59),(23135,2657,59),(23136,2514,59),(23137,2515,59),(23138,2513,59),(23139,4568,59),(23140,4985,59),(23141,2516,59),(23142,2517,59),(23143,2518,59),(23144,2519,59),(23145,2520,59),(23146,1500,59),(23147,1501,59),(23148,2521,59),(23149,2522,59),(23150,2523,59),(23151,1595,59),(23152,2524,59),(23153,2525,59),(23154,2526,59),(23155,2527,59),(23156,2528,59),(23157,2530,59),(23158,2531,59),(23159,2532,59),(23160,2533,59),(23161,2534,59),(23162,2535,59),(23163,2536,59),(23164,2537,59),(23165,2538,59),(23166,2539,59),(23167,2540,59),(23168,2541,59),(23169,2542,59),(23170,2543,59),(23171,2544,59),(23172,2545,59),(23173,2546,59),(23174,2547,59),(23175,1488,59),(23176,1489,59),(23177,4012,59),(23178,4013,59),(23179,2548,59),(23180,2549,59),(23181,2550,59),(23182,2551,59),(23183,2552,59),(23184,2553,59),(23185,2554,59),(23186,2555,59),(23187,2556,59),(23188,2557,59),(23189,2558,59),(23190,2559,59),(23191,2560,59),(23192,2561,59),(23193,2562,59),(23194,2563,59),(23195,2564,59),(23196,2565,59),(23197,2566,59),(23198,2567,59),(23199,2568,59),(23200,2569,59),(23201,2570,59),(23202,2571,59),(23203,2572,59),(23204,2573,59),(23205,2574,59),(23206,2575,59),(23207,2576,59),(23208,2577,59),(23209,2578,59),(23210,2579,59),(23211,2580,59),(23212,2581,59),(23213,2582,59),(23214,2583,59),(23215,2584,59),(23216,2585,59),(23217,2586,59),(23218,2587,59),(23219,2588,59),(23220,2589,59),(23221,2590,59),(23222,2591,59),(23223,2592,59),(23224,2593,59),(23225,2594,59),(23226,2595,59),(23227,2596,59),(23228,1532,59),(23229,2597,59),(23230,2598,59),(23231,2599,59),(23232,2600,59),(23233,2601,59),(23234,2602,59),(23235,2603,59),(23236,2604,59),(23237,2605,59),(23238,2606,59),(23239,2607,59),(23240,2608,59),(23241,2609,59),(23242,2610,59),(23243,2611,59),(23244,2612,59),(23245,2613,59),(23246,2614,59),(23247,2615,59),(23248,2616,59),(23249,2617,59),(23250,2618,59),(23251,2619,59),(23252,2620,59),(23253,2621,59),(23254,2622,59),(23255,2623,59),(23256,2624,59),(23257,2625,59),(23258,2626,59),(23259,2627,59),(23260,2628,59),(23261,2629,59),(23262,2630,59),(23263,2631,59),(23264,2632,59),(23265,2633,59),(23266,2634,59),(23267,2635,59),(23268,2636,59),(23269,1490,59),(23270,1491,59),(23271,1492,59),(23272,2637,59),(23273,2638,59),(23274,2639,59),(23275,2640,59),(23276,1218,60),(23277,1219,60),(23278,1220,60),(23279,1221,60),(23280,1222,60),(23281,1223,60),(23282,1224,60),(23283,1225,60),(23284,1226,60),(23285,1227,60),(23286,1228,60),(23287,1229,60),(23288,1230,60),(23289,1231,60),(23290,1232,60),(23291,1233,60),(23292,1234,60),(23293,1235,60),(23294,1236,60),(23295,1237,60),(23296,1238,60),(23297,1239,60),(23298,1240,60),(23299,1241,60),(23300,1242,60),(23301,1243,60),(23302,1244,60),(23303,1245,60),(23304,1246,60),(23305,1247,60),(23306,1248,60),(23307,1249,60),(23308,1250,60),(23309,1251,60),(23310,1252,60),(23311,1253,60),(23312,1254,60),(23313,1255,60),(23314,1256,60),(23315,1257,60),(23316,1258,60),(23317,1259,60),(23318,1260,60),(23319,1261,60),(23320,1262,60),(23321,1263,60),(23322,1264,60),(23323,1265,60),(23324,1266,60),(23325,1267,60),(23326,1268,60),(23327,1269,60),(23328,1270,60),(23329,1271,60),(23330,1272,60),(23331,1273,60),(23332,1274,60),(23333,1275,60),(23334,1276,60),(23335,1277,60),(23336,1278,60),(23337,1279,60),(23338,1280,60),(23339,1281,60),(23340,1282,60),(23341,1283,60),(23342,1284,60),(23343,1285,60),(23344,5398,60),(23345,5732,60),(23346,5851,60),(23347,1286,60),(23348,1287,60),(23349,4248,60),(23350,4249,60),(23351,4250,60),(23352,4251,60),(23353,4252,60),(23354,4253,60),(23355,4254,60),(23356,4255,60),(23357,4256,60),(23358,4257,60),(23359,4258,60),(23360,4259,60),(23361,4620,60),(23362,4260,60),(23363,4261,60),(23364,1288,60),(23365,1289,60),(23366,1290,60),(23367,1291,61),(23368,1292,61),(23369,1293,61),(23370,1294,61),(23371,1295,61),(23372,3906,61),(23373,1297,61),(23374,1298,61),(23375,1240,61),(23376,1299,61),(23377,1300,61),(23378,1301,61),(23379,1302,61),(23380,1303,61),(23381,1304,61),(23382,1305,61),(23383,1306,61),(23384,1307,61),(23385,1308,61),(23386,3653,61),(23387,1309,61),(23388,1310,61),(23389,1311,61),(23390,1312,61),(23391,1313,61),(23392,1314,61),(23393,1315,61),(23394,1316,61),(23395,1317,61),(23396,1318,61),(23397,1319,61),(23398,1320,61),(23399,1321,61),(23400,1322,61),(23401,1323,61),(23402,1324,61),(23403,1325,61),(23404,1326,61),(23405,1327,61),(23406,3594,61),(23407,4242,61),(23408,4243,61),(23409,4244,61),(23410,4245,61),(23411,4246,61),(23412,4247,61),(23413,86,61),(23414,83,61),(23415,87,61),(23416,4595,61),(23417,4596,61),(23418,4597,61),(23419,4598,61),(23420,4599,61),(23421,4600,61),(23422,4601,61),(23423,4602,61),(23424,4603,61),(23425,4604,61),(23426,1328,61),(23427,6160,61),(23428,1330,61),(23429,1331,61),(23430,1332,61),(23431,1333,61),(23432,1334,61),(23433,1335,61),(23434,1336,61),(23435,5339,61),(23436,5340,61),(23437,5341,61),(23438,6056,61),(23439,5342,61),(23440,5343,61),(23441,5344,61),(23442,5345,61),(23443,1337,61),(23444,1338,61),(23445,1339,61),(23446,5347,61),(23447,1340,61),(23448,1341,61),(23449,1218,61),(23450,1219,61),(23451,1220,61),(23452,1221,61),(23453,1222,61),(23454,1223,61),(23455,1224,61),(23456,1225,61),(23457,1226,61),(23458,1227,61),(23459,1228,61),(23460,1229,61),(23461,1230,61),(23462,1231,61),(23463,1232,61),(23464,1233,61),(23465,1234,61),(23466,1235,61),(23467,1236,61),(23468,1237,61),(23469,1238,61),(23470,1239,61),(23471,1241,61),(23472,1242,61),(23473,1243,61),(23474,1244,61),(23475,1245,61),(23476,1246,61),(23477,1247,61),(23478,1248,61),(23479,1249,61),(23480,1250,61),(23481,1251,61),(23482,1252,61),(23483,1253,61),(23484,1254,61),(23485,1255,61),(23486,1256,61),(23487,1257,61),(23488,1258,61),(23489,1259,61),(23490,1260,61),(23491,1261,61),(23492,1262,61),(23493,1263,61),(23494,1264,61),(23495,1265,61),(23496,1266,61),(23497,1267,61),(23498,1268,61),(23499,1269,61),(23500,1270,61),(23501,1271,61),(23502,1272,61),(23503,1273,61),(23504,1274,61),(23505,1275,61),(23506,1276,61),(23507,1277,61),(23508,1278,61),(23509,1279,61),(23510,1280,61),(23511,1281,61),(23512,1282,61),(23513,1283,61),(23514,1284,61),(23515,1285,61),(23516,5398,61),(23517,5732,61),(23518,5851,61),(23519,1286,61),(23520,1287,61),(23521,4248,61),(23522,4249,61),(23523,4250,61),(23524,4251,61),(23525,4252,61),(23526,4253,61),(23527,4254,61),(23528,4255,61),(23529,4256,61),(23530,4257,61),(23531,4258,61),(23532,4259,61),(23533,4620,61),(23534,4260,61),(23535,4261,61),(23536,1288,61),(23537,1289,61),(23538,1290,61),(23539,265,61),(23540,291,61),(23541,292,61),(23542,293,61),(23543,266,61),(23544,267,61),(23545,268,61),(23546,269,61),(23547,270,61),(23548,271,61),(23549,272,61),(23550,273,61),(23551,274,61),(23552,275,61),(23553,276,61),(23554,277,61),(23555,278,61),(23556,279,61),(23557,280,61),(23558,281,61),(23559,282,61),(23560,283,61),(23561,284,61),(23562,285,61),(23563,286,61),(23564,287,61),(23565,288,61),(23566,289,61),(23567,290,61),(23568,1545,61),(23569,2112,61),(23570,2113,61),(23571,2114,61),(23572,2115,61),(23573,2116,61),(23574,2117,61),(23575,2118,61),(23576,2119,61),(23577,2120,61),(23578,2121,61),(23579,2122,61),(23580,2123,61),(23581,2124,61),(23582,2125,61),(23583,2126,61),(23584,2127,61),(23585,2128,61),(23586,2129,61),(23587,2130,61),(23588,2131,61),(23589,2132,61),(23590,1544,61),(23591,2133,61),(23592,2134,61),(23593,2135,61),(23594,2136,61),(23595,2137,61),(23596,2138,61),(23597,2139,61),(23598,2140,61),(23599,2141,61),(23600,2142,61),(23601,2143,61),(23602,2144,61),(23603,65,61),(23604,1543,61),(23605,2145,61),(23606,2146,61),(23607,2147,61),(23608,2148,61),(23609,2149,61),(23610,2150,61),(23611,2151,61),(23612,2152,61),(23613,2153,61),(23614,2154,61),(23615,2155,61),(23616,2156,61),(23617,2157,61),(23618,2158,61),(23619,2159,61),(23620,2160,61),(23621,2161,61),(23622,2162,61),(23623,2163,61),(23624,2164,61),(23625,2165,61),(23626,2166,61),(23627,2167,61),(23628,2168,61),(23629,2169,61),(23630,2170,61),(23631,2171,61),(23632,2172,61),(23633,2173,61),(23634,2174,61),(23635,2175,61),(23636,2176,61),(23637,2177,61),(23638,2178,61),(23639,2179,61),(23640,2180,61),(23641,2181,61),(23642,2182,61),(23643,2183,61),(23644,2184,61),(23645,2185,61),(23646,2186,61),(23647,2187,61),(23648,2188,61),(23649,2189,61),(23650,2190,61),(23651,2191,61),(23652,2192,61),(23653,2193,61),(23654,2194,61),(23655,2195,61),(23656,2196,61),(23657,2197,61),(23658,2198,61),(23659,2199,61),(23660,1580,61),(23661,2200,61),(23662,2201,61),(23663,2202,61),(23664,2203,61),(23665,2204,61),(23666,2205,61),(23667,2206,61),(23668,2207,61),(23669,2208,61),(23670,2209,61),(23671,2210,61),(23672,2211,61),(23673,2212,61),(23674,2213,61),(23675,2214,61),(23676,32,61),(23677,33,61),(23678,34,61),(23679,35,61),(23680,36,61),(23681,37,61),(23682,38,61),(23683,2215,61),(23684,1588,61),(23685,1528,61),(23686,1503,61),(23687,2216,61),(23688,2217,61),(23689,1507,61),(23690,2218,61),(23691,2219,61),(23692,1509,61),(23693,2220,61),(23694,2221,61),(23695,2222,61),(23696,2223,61),(23697,2224,61),(23698,2225,61),(23699,1342,61),(23700,1343,61),(23701,2226,61),(23702,2227,61),(23703,2228,61),(23704,2229,61),(23705,2230,61),(23706,2231,61),(23707,2232,61),(23708,2233,61),(23709,2234,61),(23710,1344,61),(23711,404,61),(23712,405,61),(23713,406,61),(23714,101,61),(23715,369,61),(23716,370,61),(23717,476,61),(23718,477,61),(23719,478,61),(23720,479,61),(23721,480,61),(23722,481,61),(23723,482,61),(23724,483,61),(23725,484,61),(23726,485,61),(23727,486,61),(23728,487,61),(23729,457,61),(23730,458,61),(23731,459,61),(23732,387,61),(23733,340,61),(23734,341,61),(23735,342,61),(23736,343,61),(23737,344,61),(23738,346,61),(23739,347,61),(23740,348,61),(23741,349,61),(23742,350,61),(23743,351,61),(23744,352,61),(23745,353,61),(23746,354,61),(23747,355,61),(23748,356,61),(23749,357,61),(23750,358,61),(23751,359,61),(23752,360,61),(23753,2235,61),(23754,2236,61),(23755,2237,61),(23756,2238,61),(23757,2239,61),(23758,2240,61),(23759,2241,61),(23760,2242,61),(23761,2243,61),(23762,2244,61),(23763,2245,61),(23764,2246,61),(23765,2247,61),(23766,2248,61),(23767,1345,61),(23768,1346,61),(23769,1347,61),(23770,1348,61),(23771,2249,61),(23772,2250,61),(23773,2251,61),(23774,1092,61),(23775,2252,61),(23776,2253,61),(23777,5350,61),(23778,5351,61),(23779,5352,61),(23780,5353,61),(23781,5354,61),(23782,5355,61),(23783,5356,61),(23784,5357,61),(23785,1349,61),(23786,1350,61),(23787,1351,61),(23788,1352,61),(23789,1353,61),(23790,1354,61),(23791,1355,61),(23792,1356,61),(23793,1357,61),(23794,1358,61),(23795,1359,61),(23796,1360,61),(23797,1361,61),(23798,1362,61),(23799,1363,61),(23800,1364,61),(23801,1365,61),(23802,1366,61),(23803,1367,61),(23804,1368,61),(23805,1369,61),(23806,4993,61),(23807,4994,61),(23808,5358,61),(23809,5359,61),(23810,1523,61),(23811,1524,61),(23812,1525,61),(23813,1526,61),(23814,1570,61),(23815,1370,61),(23816,1371,61),(23817,1372,61),(23818,2254,61),(23819,2255,61),(23820,1531,61),(23821,2256,61),(23822,2257,61),(23823,2258,61),(23824,2259,61),(23825,1535,61),(23826,1536,61),(23827,1373,61),(23828,1374,61),(23829,1375,61),(23830,6057,61),(23831,2260,61),(23832,2261,61),(23833,2262,61),(23834,2263,61),(23835,3462,61),(23836,1539,61),(23837,2264,61),(23838,2265,61),(23839,2266,61),(23840,2267,61),(23841,2268,61),(23842,2269,61),(23843,2270,61),(23844,2271,61),(23845,2272,61),(23846,2273,61),(23847,2274,61),(23848,2275,61),(23849,2276,61),(23850,2277,61),(23851,2278,61),(23852,2279,61),(23853,2280,61),(23854,2281,61),(23855,2282,61),(23856,2283,61),(23857,2284,61),(23858,2285,61),(23859,2286,61),(23860,2287,61),(23861,2288,61),(23862,2289,61),(23863,2290,61),(23864,2291,61),(23865,2292,61),(23866,2293,61),(23867,2294,61),(23868,2295,61),(23869,2296,61),(23870,2297,61),(23871,2298,61),(23872,2299,61),(23873,2300,61),(23874,2301,61),(23875,2302,61),(23876,2303,61),(23877,2304,61),(23878,2305,61),(23879,2306,61),(23880,2307,61),(23881,2308,61),(23882,2309,61),(23883,2310,61),(23884,2311,61),(23885,2312,61),(23886,2313,61),(23887,2314,61),(23888,2315,61),(23889,2316,61),(23890,2317,61),(23891,2318,61),(23892,1094,61),(23893,2319,61),(23894,2320,61),(23895,2321,61),(23896,2322,61),(23897,2323,61),(23898,2324,61),(23899,2325,61),(23900,2326,61),(23901,2327,61),(23902,2328,61),(23903,2329,61),(23904,2330,61),(23905,2331,61),(23906,2332,61),(23907,2333,61),(23908,2334,61),(23909,2335,61),(23910,2336,61),(23911,2337,61),(23912,2338,61),(23913,2339,61),(23914,2340,61),(23915,2341,61),(23916,2342,61),(23917,2343,61),(23918,2344,61),(23919,2345,61),(23920,2346,61),(23921,2347,61),(23922,2348,61),(23923,2349,61),(23924,2350,61),(23925,2351,61),(23926,2352,61),(23927,2353,61),(23928,2354,61),(23929,2355,61),(23930,2356,61),(23931,2357,61),(23932,2358,61),(23933,2359,61),(23934,2360,61),(23935,2361,61),(23936,2362,61),(23937,2363,61),(23938,2364,61),(23939,2365,61),(23940,2366,61),(23941,2367,61),(23942,2368,61),(23943,2369,61),(23944,2370,61),(23945,2371,61),(23946,2372,61),(23947,2373,61),(23948,2374,61),(23949,2375,61),(23950,2376,61),(23951,2377,61),(23952,2378,61),(23953,2379,61),(23954,2380,61),(23955,2381,61),(23956,2382,61),(23957,2383,61),(23958,2384,61),(23959,2385,61),(23960,2386,61),(23961,2387,61),(23962,2388,61),(23963,2389,61),(23964,2390,61),(23965,2391,61),(23966,2392,61),(23967,2393,61),(23968,2394,61),(23969,2395,61),(23970,2396,61),(23971,2397,61),(23972,2398,61),(23973,2399,61),(23974,2400,61),(23975,2401,61),(23976,2402,61),(23977,2403,61),(23978,2404,61),(23979,2405,61),(23980,2406,61),(23981,2407,61),(23982,2408,61),(23983,2409,61),(23984,2410,61),(23985,2411,61),(23986,2412,61),(23987,2413,61),(23988,2414,61),(23989,2415,61),(23990,2416,61),(23991,2417,61),(23992,2418,61),(23993,2419,61),(23994,2420,61),(23995,2421,61),(23996,2422,61),(23997,2423,61),(23998,2424,61),(23999,2425,61),(24000,2426,61),(24001,2427,61),(24002,2428,61),(24003,2429,61),(24004,2430,61),(24005,2431,61),(24006,2432,61),(24007,2433,61),(24008,2434,61),(24009,2435,61),(24010,2436,61),(24011,2437,61),(24012,2438,61),(24013,2439,61),(24014,2440,61),(24015,2441,61),(24016,2442,61),(24017,2443,61),(24018,2444,61),(24019,2445,61),(24020,2446,61),(24021,2447,61),(24022,2448,61),(24023,2449,61),(24024,2450,61),(24025,2451,61),(24026,2452,61),(24027,2453,61),(24028,2454,61),(24029,2455,61),(24030,2456,61),(24031,2457,61),(24032,2458,61),(24033,2459,61),(24034,2460,61),(24035,2461,61),(24036,2462,61),(24037,2463,61),(24038,2464,61),(24039,2465,61),(24040,2466,61),(24041,2467,61),(24042,2468,61),(24043,2469,61),(24044,2470,61),(24045,2471,61),(24046,2472,61),(24047,2473,61),(24048,2474,61),(24049,2475,61),(24050,2476,61),(24051,2477,61),(24052,2478,61),(24053,3463,61),(24054,2482,61),(24055,2483,61),(24056,2484,61),(24057,2485,61),(24058,2486,61),(24059,2487,61),(24060,2488,61),(24061,2489,61),(24062,2529,61),(24063,3464,61),(24064,1573,61),(24065,1554,61),(24066,1555,61),(24067,1556,61),(24068,1557,61),(24069,1558,61),(24070,1559,61),(24071,1560,61),(24072,3465,61),(24073,2479,61),(24074,2480,61),(24075,2481,61),(24076,2490,61),(24077,1574,61),(24078,2491,61),(24079,2492,61),(24080,2493,61),(24081,2494,61),(24082,2495,61),(24083,2496,61),(24084,2497,61),(24085,2498,61),(24086,1606,61),(24087,1607,61),(24088,2499,61),(24089,2500,61),(24090,2501,61),(24091,2502,61),(24092,2503,61),(24093,2504,61),(24094,2505,61),(24095,2506,61),(24096,2507,61),(24097,2508,61),(24098,1589,61),(24099,1590,61),(24100,1591,61),(24101,1592,61),(24102,1593,61),(24103,1594,61),(24104,1540,61),(24105,2509,61),(24106,1598,61),(24107,1601,61),(24108,1602,61),(24109,1600,61),(24110,2510,61),(24111,126,61),(24112,2655,61),(24113,2662,61),(24114,2663,61),(24115,6043,61),(24116,5346,61),(24117,5428,61),(24118,5429,61),(24119,5430,61),(24120,5431,61),(24121,5432,61),(24122,5433,61),(24123,5434,61),(24124,5435,61),(24125,5436,61),(24126,5437,61),(24127,5438,61),(24128,5439,61),(24129,5440,61),(24130,5441,61),(24131,5442,61),(24132,5443,61),(24133,5444,61),(24134,5445,61),(24135,5446,61),(24136,5447,61),(24137,5448,61),(24138,5449,61),(24139,5450,61),(24140,5451,61),(24141,5452,61),(24142,5453,61),(24143,5454,61),(24144,5455,61),(24145,5456,61),(24146,5457,61),(24147,5458,61),(24148,5459,61),(24149,5460,61),(24150,5461,61),(24151,5462,61),(24152,5463,61),(24153,5464,61),(24154,5465,61),(24155,5466,61),(24156,5467,61),(24157,5468,61),(24158,5469,61),(24159,5470,61),(24160,5471,61),(24161,5472,61),(24162,5473,61),(24163,5474,61),(24164,5475,61),(24165,5476,61),(24166,5477,61),(24167,5478,61),(24168,5479,61),(24169,5480,61),(24170,5481,61),(24171,5482,61),(24172,5483,61),(24173,5484,61),(24174,5485,61),(24175,5486,61),(24176,5487,61),(24177,5488,61),(24178,5489,61),(24179,5490,61),(24180,5491,61),(24181,5492,61),(24182,5493,61),(24183,5494,61),(24184,5495,61),(24185,5496,61),(24186,5497,61),(24187,5498,61),(24188,5499,61),(24189,5500,61),(24190,5501,61),(24191,5502,61),(24192,5503,61),(24193,5504,61),(24194,5505,61),(24195,5506,61),(24196,5507,61),(24197,5508,61),(24198,5509,61),(24199,5510,61),(24200,5511,61),(24201,5512,61),(24202,5513,61),(24203,5514,61),(24204,5515,61),(24205,5516,61),(24206,5517,61),(24207,5518,61),(24208,5519,61),(24209,5520,61),(24210,5521,61),(24211,5522,61),(24212,5523,61),(24213,5524,61),(24214,5525,61),(24215,5526,61),(24216,5527,61),(24217,5528,61),(24218,5529,61),(24219,5530,61),(24220,5531,61),(24221,5532,61),(24222,5533,61),(24223,5534,61),(24224,5535,61),(24225,5536,61),(24226,5537,61),(24227,5538,61),(24228,5539,61),(24229,5540,61),(24230,5541,61),(24231,5542,61),(24232,5543,61),(24233,5544,61),(24234,5545,61),(24235,5546,61),(24236,5547,61),(24237,5548,61),(24238,5549,61),(24239,5550,61),(24240,5551,61),(24241,6044,61),(24242,5942,61),(24243,5943,61),(24244,5944,61),(24245,5945,61),(24246,5946,61),(24247,5947,61),(24248,5948,61),(24249,5949,61),(24250,5950,61),(24251,5951,61),(24252,5952,61),(24253,5953,61),(24254,5954,61),(24255,5955,61),(24256,5956,61),(24257,5957,61),(24258,5958,61),(24259,5959,61),(24260,5960,61),(24261,5961,61),(24262,5962,61),(24263,5963,61),(24264,5964,61),(24265,5965,61),(24266,5966,61),(24267,5967,61),(24268,5968,61),(24269,5969,61),(24270,5970,61),(24271,5971,61),(24272,5972,61),(24273,5973,61),(24274,5974,61),(24275,5975,61),(24276,5976,61),(24277,5977,61),(24278,5978,61),(24279,5979,61),(24280,5980,61),(24281,5981,61),(24282,5982,61),(24283,5983,61),(24284,5984,61),(24285,5552,61),(24286,2511,61),(24287,2512,61),(24288,4568,61),(24289,2514,61),(24290,2515,61),(24291,4985,61),(24292,2516,61),(24293,2517,61),(24294,2518,61),(24295,2519,61),(24296,2520,61),(24297,1500,61),(24298,1501,61),(24299,2521,61),(24300,2522,61),(24301,2523,61),(24302,1595,61),(24303,2524,61),(24304,2525,61),(24305,2526,61),(24306,2527,61),(24307,2528,61),(24308,2530,61),(24309,2531,61),(24310,2532,61),(24311,2533,61),(24312,2534,61),(24313,2535,61),(24314,2536,61),(24315,2537,61),(24316,2538,61),(24317,2539,61),(24318,2540,61),(24319,2541,61),(24320,2542,61),(24321,2543,61),(24322,2544,61),(24323,2545,61),(24324,2546,61),(24325,2547,61),(24326,1488,61),(24327,1489,61),(24328,4012,61),(24329,4013,61),(24330,2548,61),(24331,2549,61),(24332,2550,61),(24333,2551,61),(24334,2552,61),(24335,2553,61),(24336,2554,61),(24337,2555,61),(24338,2556,61),(24339,2557,61),(24340,2558,61),(24341,2559,61),(24342,2560,61),(24343,2561,61),(24344,2562,61),(24345,2563,61),(24346,2564,61),(24347,2565,61),(24348,2566,61),(24349,2567,61),(24350,2568,61),(24351,2569,61),(24352,2570,61),(24353,2571,61),(24354,2572,61),(24355,2573,61),(24356,2574,61),(24357,2575,61),(24358,2576,61),(24359,2577,61),(24360,2578,61),(24361,2579,61),(24362,2580,61),(24363,2581,61),(24364,2582,61),(24365,2583,61),(24366,2584,61),(24367,2585,61),(24368,2586,61),(24369,2587,61),(24370,2588,61),(24371,2589,61),(24372,2590,61),(24373,2591,61),(24374,2592,61),(24375,2593,61),(24376,2594,61),(24377,2595,61),(24378,2596,61),(24379,1532,61),(24380,2597,61),(24381,2598,61),(24382,2599,61),(24383,2600,61),(24384,2601,61),(24385,2602,61),(24386,2603,61),(24387,2604,61),(24388,2605,61),(24389,2606,61),(24390,2607,61),(24391,2608,61),(24392,2609,61),(24393,2610,61),(24394,2611,61),(24395,2612,61),(24396,2613,61),(24397,2614,61),(24398,2615,61),(24399,2616,61),(24400,2617,61),(24401,2618,61),(24402,2619,61),(24403,2620,61),(24404,2621,61),(24405,2622,61),(24406,2623,61),(24407,2624,61),(24408,2625,61),(24409,2626,61),(24410,2627,61),(24411,2628,61),(24412,2629,61),(24413,2630,61),(24414,2631,61),(24415,2632,61),(24416,2633,61),(24417,2634,61),(24418,2635,61),(24419,2636,61),(24420,1490,61),(24421,1491,61),(24422,1492,61),(24423,2637,61),(24424,2638,61),(24425,2639,61),(24426,2640,61),(24427,2656,58),(24428,1291,62),(24429,1292,62),(24430,1293,62),(24431,1294,62),(24432,1295,62),(24433,3906,62),(24434,1297,62),(24435,1298,62),(24436,1240,62),(24437,1299,62),(24438,1300,62),(24439,1301,62),(24440,1302,62),(24441,1303,62),(24442,1304,62),(24443,1305,62),(24444,1306,62),(24445,1307,62),(24446,1308,62),(24447,3653,62),(24448,1309,62),(24449,1310,62),(24450,1311,62),(24451,1312,62),(24452,1313,62),(24453,1314,62),(24454,1315,62),(24455,1316,62),(24456,1317,62),(24457,1318,62),(24458,1319,62),(24459,1320,62),(24460,1321,62),(24461,1322,62),(24462,1323,62),(24463,1324,62),(24464,1325,62),(24465,1326,62),(24466,1327,62),(24467,3594,62),(24468,4242,62),(24469,4243,62),(24470,4244,62),(24471,4245,62),(24472,4246,62),(24473,4247,62),(24474,86,62),(24475,83,62),(24476,87,62),(24477,4595,62),(24478,4596,62),(24479,4597,62),(24480,4598,62),(24481,4599,62),(24482,4600,62),(24483,4601,62),(24484,4602,62),(24485,4603,62),(24486,4604,62),(24487,1328,62),(24488,6160,62),(24489,1330,62),(24490,1331,62),(24491,1332,62),(24492,1333,62),(24493,1334,62),(24494,1335,62),(24495,1336,62),(24496,5339,62),(24497,5340,62),(24498,5341,62),(24499,6056,62),(24500,5342,62),(24501,5343,62),(24502,5344,62),(24503,5345,62),(24504,1337,62),(24505,1338,62),(24506,1339,62),(24507,5347,62),(24508,1340,62),(24509,1341,62),(24510,1218,62),(24511,1219,62),(24512,1220,62),(24513,1221,62),(24514,1222,62),(24515,1223,62),(24516,1224,62),(24517,1225,62),(24518,1226,62),(24519,1227,62),(24520,1228,62),(24521,1229,62),(24522,1230,62),(24523,1231,62),(24524,1232,62),(24525,1233,62),(24526,1234,62),(24527,1235,62),(24528,1236,62),(24529,1237,62),(24530,1238,62),(24531,1239,62),(24532,1241,62),(24533,1242,62),(24534,1243,62),(24535,1244,62),(24536,1245,62),(24537,1246,62),(24538,1247,62),(24539,1248,62),(24540,1249,62),(24541,1250,62),(24542,1251,62),(24543,1252,62),(24544,1253,62),(24545,1254,62),(24546,1255,62),(24547,1256,62),(24548,1257,62),(24549,1258,62),(24550,1259,62),(24551,1260,62),(24552,1261,62),(24553,1262,62),(24554,1263,62),(24555,1264,62),(24556,1265,62),(24557,1266,62),(24558,1267,62),(24559,1268,62),(24560,1269,62),(24561,1270,62),(24562,1271,62),(24563,1272,62),(24564,1273,62),(24565,1274,62),(24566,1275,62),(24567,1276,62),(24568,1277,62),(24569,1278,62),(24570,1279,62),(24571,1280,62),(24572,1281,62),(24573,1282,62),(24574,1283,62),(24575,1284,62),(24576,1285,62),(24577,5398,62),(24578,5732,62),(24579,5851,62),(24580,1286,62),(24581,1287,62),(24582,4248,62),(24583,4249,62),(24584,4250,62),(24585,4251,62),(24586,4252,62),(24587,4253,62),(24588,4254,62),(24589,4255,62),(24590,4256,62),(24591,4257,62),(24592,4258,62),(24593,4259,62),(24594,4620,62),(24595,4260,62),(24596,4261,62),(24597,1288,62),(24598,1289,62),(24599,1290,62),(24600,265,62),(24601,291,62),(24602,292,62),(24603,293,62),(24604,266,62),(24605,267,62),(24606,268,62),(24607,269,62),(24608,270,62),(24609,271,62),(24610,272,62),(24611,273,62),(24612,274,62),(24613,275,62),(24614,276,62),(24615,277,62),(24616,278,62),(24617,279,62),(24618,280,62),(24619,281,62),(24620,282,62),(24621,283,62),(24622,284,62),(24623,285,62),(24624,286,62),(24625,287,62),(24626,288,62),(24627,289,62),(24628,290,62),(24629,1545,62),(24630,2112,62),(24631,2113,62),(24632,2114,62),(24633,2115,62),(24634,2116,62),(24635,2117,62),(24636,2118,62),(24637,2119,62),(24638,2120,62),(24639,2121,62),(24640,2122,62),(24641,2123,62),(24642,2124,62),(24643,2125,62),(24644,2126,62),(24645,2127,62),(24646,2128,62),(24647,2129,62),(24648,2130,62),(24649,2131,62),(24650,2132,62),(24651,1544,62),(24652,2133,62),(24653,2134,62),(24654,2135,62),(24655,2136,62),(24656,2137,62),(24657,2138,62),(24658,2139,62),(24659,2140,62),(24660,2141,62),(24661,2142,62),(24662,2143,62),(24663,2144,62),(24664,65,62),(24665,1543,62),(24666,2145,62),(24667,2146,62),(24668,2147,62),(24669,2148,62),(24670,2149,62),(24671,2150,62),(24672,2151,62),(24673,2152,62),(24674,2153,62),(24675,2154,62),(24676,2155,62),(24677,2156,62),(24678,2157,62),(24679,2158,62),(24680,2159,62),(24681,2160,62),(24682,2161,62),(24683,2162,62),(24684,2163,62),(24685,2164,62),(24686,2165,62),(24687,2166,62),(24688,2167,62),(24689,2168,62),(24690,2169,62),(24691,2170,62),(24692,2171,62),(24693,2172,62),(24694,2173,62),(24695,2174,62),(24696,2175,62),(24697,2176,62),(24698,2177,62),(24699,2178,62),(24700,2179,62),(24701,2180,62),(24702,2181,62),(24703,2182,62),(24704,2183,62),(24705,2184,62),(24706,2185,62),(24707,2186,62),(24708,2187,62),(24709,2188,62),(24710,2189,62),(24711,2190,62),(24712,2191,62),(24713,2192,62),(24714,2193,62),(24715,2194,62),(24716,2195,62),(24717,2196,62),(24718,2197,62),(24719,2198,62),(24720,2199,62),(24721,1580,62),(24722,2200,62),(24723,2201,62),(24724,2202,62),(24725,2203,62),(24726,2204,62),(24727,2205,62),(24728,2206,62),(24729,2207,62),(24730,2208,62),(24731,2209,62),(24732,2210,62),(24733,2211,62),(24734,2212,62),(24735,2213,62),(24736,2214,62),(24737,32,62),(24738,33,62),(24739,34,62),(24740,35,62),(24741,36,62),(24742,37,62),(24743,38,62),(24744,2215,62),(24745,1588,62),(24746,1528,62),(24747,1503,62),(24748,2216,62),(24749,2217,62),(24750,1507,62),(24751,2218,62),(24752,2219,62),(24753,1509,62),(24754,2220,62),(24755,2221,62),(24756,2222,62),(24757,2223,62),(24758,2224,62),(24759,2225,62),(24760,1342,62),(24761,1343,62),(24762,2226,62),(24763,2227,62),(24764,2228,62),(24765,2229,62),(24766,2230,62),(24767,2231,62),(24768,2232,62),(24769,2233,62),(24770,2234,62),(24771,1344,62),(24772,404,62),(24773,405,62),(24774,406,62),(24775,101,62),(24776,369,62),(24777,370,62),(24778,476,62),(24779,477,62),(24780,478,62),(24781,479,62),(24782,480,62),(24783,481,62),(24784,482,62),(24785,483,62),(24786,484,62),(24787,485,62),(24788,486,62),(24789,487,62),(24790,457,62),(24791,458,62),(24792,459,62),(24793,387,62),(24794,340,62),(24795,341,62),(24796,342,62),(24797,343,62),(24798,344,62),(24799,346,62),(24800,347,62),(24801,348,62),(24802,349,62),(24803,350,62),(24804,351,62),(24805,352,62),(24806,353,62),(24807,354,62),(24808,355,62),(24809,356,62),(24810,357,62),(24811,358,62),(24812,359,62),(24813,360,62),(24814,2235,62),(24815,2236,62),(24816,2237,62),(24817,2238,62),(24818,2239,62),(24819,2240,62),(24820,2241,62),(24821,2242,62),(24822,2243,62),(24823,2244,62),(24824,2245,62),(24825,2246,62),(24826,2247,62),(24827,2248,62),(24828,1345,62),(24829,1346,62),(24830,1347,62),(24831,1348,62),(24832,2249,62),(24833,2250,62),(24834,2251,62),(24835,1092,62),(24836,2252,62),(24837,2253,62),(24838,5350,62),(24839,5351,62),(24840,5352,62),(24841,5353,62),(24842,5354,62),(24843,5355,62),(24844,5356,62),(24845,5357,62),(24846,1349,62),(24847,1350,62),(24848,1351,62),(24849,1352,62),(24850,1353,62),(24851,1354,62),(24852,1355,62),(24853,1356,62),(24854,1357,62),(24855,1358,62),(24856,1359,62),(24857,1360,62),(24858,1361,62),(24859,1362,62),(24860,1363,62),(24861,1364,62),(24862,1365,62),(24863,1366,62),(24864,1367,62),(24865,1368,62),(24866,1369,62),(24867,4993,62),(24868,4994,62),(24869,5358,62),(24870,5359,62),(24871,1523,62),(24872,1524,62),(24873,1525,62),(24874,1526,62),(24875,1570,62),(24876,1370,62),(24877,1371,62),(24878,1372,62),(24879,2254,62),(24880,2255,62),(24881,1531,62),(24882,2256,62),(24883,2257,62),(24884,2258,62),(24885,2259,62),(24886,1535,62),(24887,1536,62),(24888,1373,62),(24889,1374,62),(24890,1375,62),(24891,6057,62),(24892,2260,62),(24893,2261,62),(24894,2262,62),(24895,2263,62),(24896,3462,62),(24897,1539,62),(24898,2264,62),(24899,2265,62),(24900,2266,62),(24901,2267,62),(24902,2268,62),(24903,2269,62),(24904,2270,62),(24905,2271,62),(24906,2272,62),(24907,2273,62),(24908,2274,62),(24909,2275,62),(24910,2276,62),(24911,2277,62),(24912,2278,62),(24913,2279,62),(24914,2280,62),(24915,2281,62),(24916,2282,62),(24917,2283,62),(24918,2284,62),(24919,2285,62),(24920,2286,62),(24921,2287,62),(24922,2288,62),(24923,2289,62),(24924,2290,62),(24925,2291,62),(24926,2292,62),(24927,2293,62),(24928,2294,62),(24929,2295,62),(24930,2296,62),(24931,2297,62),(24932,2298,62),(24933,2299,62),(24934,2300,62),(24935,2301,62),(24936,2302,62),(24937,2303,62),(24938,2304,62),(24939,2305,62),(24940,2306,62),(24941,2307,62),(24942,2308,62),(24943,2309,62),(24944,2310,62),(24945,2311,62),(24946,2312,62),(24947,2313,62),(24948,2314,62),(24949,2315,62),(24950,2316,62),(24951,2317,62),(24952,2318,62),(24953,1094,62),(24954,2319,62),(24955,2320,62),(24956,2321,62),(24957,2322,62),(24958,2323,62),(24959,2324,62),(24960,2325,62),(24961,2326,62),(24962,2327,62),(24963,2328,62),(24964,2329,62),(24965,2330,62),(24966,2331,62),(24967,2332,62),(24968,2333,62),(24969,2334,62),(24970,2335,62),(24971,2336,62),(24972,2337,62),(24973,2338,62),(24974,2339,62),(24975,2340,62),(24976,2341,62),(24977,2342,62),(24978,2343,62),(24979,2344,62),(24980,2345,62),(24981,2346,62),(24982,2347,62),(24983,2348,62),(24984,2349,62),(24985,2350,62),(24986,2351,62),(24987,2352,62),(24988,2353,62),(24989,2354,62),(24990,2355,62),(24991,2356,62),(24992,2357,62),(24993,2358,62),(24994,2359,62),(24995,2360,62),(24996,2361,62),(24997,2362,62),(24998,2363,62),(24999,2364,62),(25000,2365,62),(25001,2366,62),(25002,2367,62),(25003,2368,62),(25004,2369,62),(25005,2370,62),(25006,2371,62),(25007,2372,62),(25008,2373,62),(25009,2374,62),(25010,2375,62),(25011,2376,62),(25012,2377,62),(25013,2378,62),(25014,2379,62),(25015,2380,62),(25016,2381,62),(25017,2382,62),(25018,2383,62),(25019,2384,62),(25020,2385,62),(25021,2386,62),(25022,2387,62),(25023,2388,62),(25024,2389,62),(25025,2390,62),(25026,2391,62),(25027,2392,62),(25028,2393,62),(25029,2394,62),(25030,2395,62),(25031,2396,62),(25032,2397,62),(25033,2398,62),(25034,2399,62),(25035,2400,62),(25036,2401,62),(25037,2402,62),(25038,2403,62),(25039,2404,62),(25040,2405,62),(25041,2406,62),(25042,2407,62),(25043,2408,62),(25044,2409,62),(25045,2410,62),(25046,2411,62),(25047,2412,62),(25048,2413,62),(25049,2414,62),(25050,2415,62),(25051,2416,62),(25052,2417,62),(25053,2418,62),(25054,2419,62),(25055,2420,62),(25056,2421,62),(25057,2422,62),(25058,2423,62),(25059,2424,62),(25060,2425,62),(25061,2426,62),(25062,2427,62),(25063,2428,62),(25064,2429,62),(25065,2430,62),(25066,2431,62),(25067,2432,62),(25068,2433,62),(25069,2434,62),(25070,2435,62),(25071,2436,62),(25072,2437,62),(25073,2438,62),(25074,2439,62),(25075,2440,62),(25076,2441,62),(25077,2442,62),(25078,2443,62),(25079,2444,62),(25080,2445,62),(25081,2446,62),(25082,2447,62),(25083,2448,62),(25084,2449,62),(25085,2450,62),(25086,2451,62),(25087,2452,62),(25088,2453,62),(25089,2454,62),(25090,2455,62),(25091,2456,62),(25092,2457,62),(25093,2458,62),(25094,2459,62),(25095,2460,62),(25096,2461,62),(25097,2462,62),(25098,2463,62),(25099,2464,62),(25100,2465,62),(25101,2466,62),(25102,2467,62),(25103,2468,62),(25104,2469,62),(25105,2470,62),(25106,2471,62),(25107,2472,62),(25108,2473,62),(25109,2474,62),(25110,2475,62),(25111,2476,62),(25112,2477,62),(25113,2478,62),(25114,3463,62),(25115,2482,62),(25116,2483,62),(25117,2484,62),(25118,2485,62),(25119,2486,62),(25120,2487,62),(25121,2488,62),(25122,2489,62),(25123,2529,62),(25124,3464,62),(25125,1573,62),(25126,1554,62),(25127,1555,62),(25128,1556,62),(25129,1557,62),(25130,1558,62),(25131,1559,62),(25132,1560,62),(25133,3465,62),(25134,2479,62),(25135,2480,62),(25136,2481,62),(25137,2490,62),(25138,1584,62),(25139,2491,62),(25140,2492,62),(25141,2493,62),(25142,2494,62),(25143,2495,62),(25144,2496,62),(25145,2497,62),(25146,2498,62),(25147,1606,62),(25148,1607,62),(25149,2499,62),(25150,2500,62),(25151,2501,62),(25152,2502,62),(25153,2503,62),(25154,2504,62),(25155,2505,62),(25156,2506,62),(25157,2507,62),(25158,2508,62),(25159,1589,62),(25160,1590,62),(25161,1591,62),(25162,1592,62),(25163,1593,62),(25164,1594,62),(25165,1540,62),(25166,2509,62),(25167,1598,62),(25168,1601,62),(25169,1602,62),(25170,1600,62),(25171,2510,62),(25172,126,62),(25173,2655,62),(25174,2662,62),(25175,2663,62),(25176,6043,62),(25177,5346,62),(25178,5428,62),(25179,5429,62),(25180,5430,62),(25181,5431,62),(25182,5432,62),(25183,5433,62),(25184,5434,62),(25185,5435,62),(25186,5436,62),(25187,5437,62),(25188,5438,62),(25189,5439,62),(25190,5440,62),(25191,5441,62),(25192,5442,62),(25193,5443,62),(25194,5444,62),(25195,5445,62),(25196,5446,62),(25197,5447,62),(25198,5448,62),(25199,5449,62),(25200,5450,62),(25201,5451,62),(25202,5452,62),(25203,5453,62),(25204,5454,62),(25205,5455,62),(25206,5456,62),(25207,5457,62),(25208,5458,62),(25209,5459,62),(25210,5460,62),(25211,5461,62),(25212,5462,62),(25213,5463,62),(25214,5464,62),(25215,5465,62),(25216,5466,62),(25217,5467,62),(25218,5468,62),(25219,5469,62),(25220,5470,62),(25221,5471,62),(25222,5472,62),(25223,5473,62),(25224,5474,62),(25225,5475,62),(25226,5476,62),(25227,5477,62),(25228,5478,62),(25229,5479,62),(25230,5480,62),(25231,5481,62),(25232,5482,62),(25233,5483,62),(25234,5484,62),(25235,5485,62),(25236,5486,62),(25237,5487,62),(25238,5488,62),(25239,5489,62),(25240,5490,62),(25241,5491,62),(25242,5492,62),(25243,5493,62),(25244,5494,62),(25245,5495,62),(25246,5496,62),(25247,5497,62),(25248,5498,62),(25249,5499,62),(25250,5500,62),(25251,5501,62),(25252,5502,62),(25253,5503,62),(25254,5504,62),(25255,5505,62),(25256,5506,62),(25257,5507,62),(25258,5508,62),(25259,5509,62),(25260,5510,62),(25261,5511,62),(25262,5512,62),(25263,5513,62),(25264,5514,62),(25265,5515,62),(25266,5516,62),(25267,5517,62),(25268,5518,62),(25269,5519,62),(25270,5520,62),(25271,5521,62),(25272,5522,62),(25273,5523,62),(25274,5524,62),(25275,5525,62),(25276,5526,62),(25277,5527,62),(25278,5528,62),(25279,5529,62),(25280,5530,62),(25281,5531,62),(25282,5532,62),(25283,5533,62),(25284,5534,62),(25285,5535,62),(25286,5536,62),(25287,5537,62),(25288,5538,62),(25289,5539,62),(25290,5540,62),(25291,5541,62),(25292,5542,62),(25293,5543,62),(25294,5544,62),(25295,5545,62),(25296,5546,62),(25297,5547,62),(25298,5548,62),(25299,5549,62),(25300,5550,62),(25301,5551,62),(25302,6044,62),(25303,5942,62),(25304,5943,62),(25305,5944,62),(25306,5945,62),(25307,5946,62),(25308,5947,62),(25309,5948,62),(25310,5949,62),(25311,5950,62),(25312,5951,62),(25313,5952,62),(25314,5953,62),(25315,5954,62),(25316,5955,62),(25317,5956,62),(25318,5957,62),(25319,5958,62),(25320,5959,62),(25321,5960,62),(25322,5961,62),(25323,5962,62),(25324,5963,62),(25325,5964,62),(25326,5965,62),(25327,5966,62),(25328,5967,62),(25329,5968,62),(25330,5969,62),(25331,5970,62),(25332,5971,62),(25333,5972,62),(25334,5973,62),(25335,5974,62),(25336,5975,62),(25337,5976,62),(25338,5977,62),(25339,5978,62),(25340,5979,62),(25341,5980,62),(25342,5981,62),(25343,5982,62),(25344,5983,62),(25345,5984,62),(25346,5552,62),(25347,2511,62),(25348,2512,62),(25349,2657,62),(25350,2514,62),(25351,2515,62),(25352,4568,62),(25353,4985,62),(25354,2516,62),(25355,2517,62),(25356,2518,62),(25357,2519,62),(25358,2520,62),(25359,1500,62),(25360,1501,62),(25361,2521,62),(25362,2522,62),(25363,2523,62),(25364,1595,62),(25365,2524,62),(25366,2525,62),(25367,2526,62),(25368,2527,62),(25369,2528,62),(25370,2530,62),(25371,2531,62),(25372,2532,62),(25373,2533,62),(25374,2534,62),(25375,2535,62),(25376,2536,62),(25377,2537,62),(25378,2538,62),(25379,2539,62),(25380,2540,62),(25381,2541,62),(25382,2542,62),(25383,2543,62),(25384,2544,62),(25385,2545,62),(25386,2546,62),(25387,2547,62),(25388,1488,62),(25389,1489,62),(25390,4012,62),(25391,4013,62),(25392,2548,62),(25393,2549,62),(25394,2550,62),(25395,2551,62),(25396,2552,62),(25397,2553,62),(25398,2554,62),(25399,2555,62),(25400,2556,62),(25401,2557,62),(25402,2558,62),(25403,2559,62),(25404,2560,62),(25405,2561,62),(25406,2562,62),(25407,2563,62),(25408,2564,62),(25409,2565,62),(25410,2566,62),(25411,2567,62),(25412,2568,62),(25413,2569,62),(25414,2570,62),(25415,2571,62),(25416,2572,62),(25417,2573,62),(25418,2574,62),(25419,2575,62),(25420,2576,62),(25421,2577,62),(25422,2578,62),(25423,2579,62),(25424,2580,62),(25425,2581,62),(25426,2582,62),(25427,2583,62),(25428,2584,62),(25429,2585,62),(25430,2586,62),(25431,2587,62),(25432,2588,62),(25433,2589,62),(25434,2590,62),(25435,2591,62),(25436,2592,62),(25437,2593,62),(25438,2594,62),(25439,2595,62),(25440,2596,62),(25441,1532,62),(25442,2597,62),(25443,2598,62),(25444,2599,62),(25445,2600,62),(25446,2601,62),(25447,2602,62),(25448,2603,62),(25449,2604,62),(25450,2605,62),(25451,2606,62),(25452,2607,62),(25453,2608,62),(25454,2609,62),(25455,2610,62),(25456,2611,62),(25457,2612,62),(25458,2613,62),(25459,2614,62),(25460,2615,62),(25461,2616,62),(25462,2617,62),(25463,2618,62),(25464,2619,62),(25465,2620,62),(25466,2621,62),(25467,2622,62),(25468,2623,62),(25469,2624,62),(25470,2625,62),(25471,2626,62),(25472,2627,62),(25473,2628,62),(25474,2629,62),(25475,2630,62),(25476,2631,62),(25477,2632,62),(25478,2633,62),(25479,2634,62),(25480,2635,62),(25481,2636,62),(25482,1490,62),(25483,1491,62),(25484,1492,62),(25485,2637,62),(25486,2638,62),(25487,2639,62),(25488,2640,62),(25489,1218,63),(25490,1219,63),(25491,1220,63),(25492,1221,63),(25493,1222,63),(25494,1223,63),(25495,1224,63),(25496,1225,63),(25497,1226,63),(25498,1227,63),(25499,1228,63),(25500,1229,63),(25501,1230,63),(25502,1231,63),(25503,1232,63),(25504,1233,63),(25505,1234,63),(25506,1235,63),(25507,1236,63),(25508,1237,63),(25509,1238,63),(25510,1239,63),(25511,1240,63),(25512,1241,63),(25513,1242,63),(25514,1243,63),(25515,1244,63),(25516,1245,63),(25517,1246,63),(25518,1247,63),(25519,1248,63),(25520,1249,63),(25521,1250,63),(25522,1251,63),(25523,1252,63),(25524,1253,63),(25525,1254,63),(25526,1255,63),(25527,1256,63),(25528,1257,63),(25529,1258,63),(25530,1259,63),(25531,1260,63),(25532,1261,63),(25533,1262,63),(25534,1263,63),(25535,1264,63),(25536,1265,63),(25537,1266,63),(25538,1267,63),(25539,1268,63),(25540,1269,63),(25541,1270,63),(25542,1271,63),(25543,1272,63),(25544,1273,63),(25545,1274,63),(25546,1275,63),(25547,1276,63),(25548,1277,63),(25549,1278,63),(25550,1279,63),(25551,1280,63),(25552,1281,63),(25553,1282,63),(25554,1283,63),(25555,1284,63),(25556,1285,63),(25557,5398,63),(25558,5732,63),(25559,5851,63),(25560,1286,63),(25561,1287,63),(25562,4248,63),(25563,4249,63),(25564,4250,63),(25565,4251,63),(25566,4252,63),(25567,4253,63),(25568,4254,63),(25569,4255,63),(25570,4256,63),(25571,4257,63),(25572,4258,63),(25573,4259,63),(25574,4620,63),(25575,4260,63),(25576,4261,63),(25577,1288,63),(25578,1289,63),(25579,1290,63),(25580,1291,64),(25581,1292,64),(25582,1293,64),(25583,1294,64),(25584,1295,64),(25585,3906,64),(25586,1297,64),(25587,1298,64),(25588,1240,64),(25589,1299,64),(25590,1300,64),(25591,1301,64),(25592,1302,64),(25593,1303,64),(25594,1304,64),(25595,1305,64),(25596,1306,64),(25597,1307,64),(25598,1308,64),(25599,3653,64),(25600,1309,64),(25601,1310,64),(25602,1311,64),(25603,1312,64),(25604,1313,64),(25605,1314,64),(25606,1315,64),(25607,1316,64),(25608,1317,64),(25609,1318,64),(25610,1319,64),(25611,1320,64),(25612,1321,64),(25613,1322,64),(25614,1323,64),(25615,1324,64),(25616,1325,64),(25617,1326,64),(25618,1327,64),(25619,3594,64),(25620,4242,64),(25621,4243,64),(25622,4244,64),(25623,4245,64),(25624,4246,64),(25625,4247,64),(25626,86,64),(25627,83,64),(25628,87,64),(25629,4595,64),(25630,4596,64),(25631,4597,64),(25632,4598,64),(25633,4599,64),(25634,4600,64),(25635,4601,64),(25636,4602,64),(25637,4603,64),(25638,4604,64),(25639,1328,64),(25640,6160,64),(25641,1330,64),(25642,1331,64),(25643,1332,64),(25644,1333,64),(25645,1334,64),(25646,1335,64),(25647,1336,64),(25648,5339,64),(25649,5340,64),(25650,5341,64),(25651,6056,64),(25652,5342,64),(25653,5343,64),(25654,5344,64),(25655,5345,64),(25656,1337,64),(25657,1338,64),(25658,1339,64),(25659,5347,64),(25660,1340,64),(25661,1341,64),(25662,1218,64),(25663,1219,64),(25664,1220,64),(25665,1221,64),(25666,1222,64),(25667,1223,64),(25668,1224,64),(25669,1225,64),(25670,1226,64),(25671,1227,64),(25672,1228,64),(25673,1229,64),(25674,1230,64),(25675,1231,64),(25676,1232,64),(25677,1233,64),(25678,1234,64),(25679,1235,64),(25680,1236,64),(25681,1237,64),(25682,1238,64),(25683,1239,64),(25684,1241,64),(25685,1242,64),(25686,1243,64),(25687,1244,64),(25688,1245,64),(25689,1246,64),(25690,1247,64),(25691,1248,64),(25692,1249,64),(25693,1250,64),(25694,1251,64),(25695,1252,64),(25696,1253,64),(25697,1254,64),(25698,1255,64),(25699,1256,64),(25700,1257,64),(25701,1258,64),(25702,1259,64),(25703,1260,64),(25704,1261,64),(25705,1262,64),(25706,1263,64),(25707,1264,64),(25708,1265,64),(25709,1266,64),(25710,1267,64),(25711,1268,64),(25712,1269,64),(25713,1270,64),(25714,1271,64),(25715,1272,64),(25716,1273,64),(25717,1274,64),(25718,1275,64),(25719,1276,64),(25720,1277,64),(25721,1278,64),(25722,1279,64),(25723,1280,64),(25724,1281,64),(25725,1282,64),(25726,1283,64),(25727,1284,64),(25728,1285,64),(25729,5398,64),(25730,5732,64),(25731,5851,64),(25732,1286,64),(25733,1287,64),(25734,4248,64),(25735,4249,64),(25736,4250,64),(25737,4251,64),(25738,4252,64),(25739,4253,64),(25740,4254,64),(25741,4255,64),(25742,4256,64),(25743,4257,64),(25744,4258,64),(25745,4259,64),(25746,4620,64),(25747,4260,64),(25748,4261,64),(25749,1288,64),(25750,1289,64),(25751,1290,64),(25752,265,64),(25753,291,64),(25754,292,64),(25755,293,64),(25756,266,64),(25757,267,64),(25758,268,64),(25759,269,64),(25760,270,64),(25761,271,64),(25762,272,64),(25763,273,64),(25764,274,64),(25765,275,64),(25766,276,64),(25767,277,64),(25768,278,64),(25769,279,64),(25770,280,64),(25771,281,64),(25772,282,64),(25773,283,64),(25774,284,64),(25775,285,64),(25776,286,64),(25777,287,64),(25778,288,64),(25779,289,64),(25780,290,64),(25781,1545,64),(25782,2112,64),(25783,2113,64),(25784,2114,64),(25785,2115,64),(25786,2116,64),(25787,2117,64),(25788,2118,64),(25789,2119,64),(25790,2120,64),(25791,2121,64),(25792,2122,64),(25793,2123,64),(25794,2124,64),(25795,2125,64),(25796,2126,64),(25797,2127,64),(25798,2128,64),(25799,2129,64),(25800,2130,64),(25801,2131,64),(25802,2132,64),(25803,1544,64),(25804,2133,64),(25805,2134,64),(25806,2135,64),(25807,2136,64),(25808,2137,64),(25809,2138,64),(25810,2139,64),(25811,2140,64),(25812,2141,64),(25813,2142,64),(25814,2143,64),(25815,2144,64),(25816,65,64),(25817,1543,64),(25818,2145,64),(25819,2146,64),(25820,2147,64),(25821,2148,64),(25822,2149,64),(25823,2150,64),(25824,2151,64),(25825,2152,64),(25826,2153,64),(25827,2154,64),(25828,2155,64),(25829,2156,64),(25830,2157,64),(25831,2158,64),(25832,2159,64),(25833,2160,64),(25834,2161,64),(25835,2162,64),(25836,2163,64),(25837,2164,64),(25838,2165,64),(25839,2166,64),(25840,2167,64),(25841,2168,64),(25842,2169,64),(25843,2170,64),(25844,2171,64),(25845,2172,64),(25846,2173,64),(25847,2174,64),(25848,2175,64),(25849,2176,64),(25850,2177,64),(25851,2178,64),(25852,2179,64),(25853,2180,64),(25854,2181,64),(25855,2182,64),(25856,2183,64),(25857,2184,64),(25858,2185,64),(25859,2186,64),(25860,2187,64),(25861,2188,64),(25862,2189,64),(25863,2190,64),(25864,2191,64),(25865,2192,64),(25866,2193,64),(25867,2194,64),(25868,2195,64),(25869,2196,64),(25870,2197,64),(25871,2198,64),(25872,2199,64),(25873,1580,64),(25874,2200,64),(25875,2201,64),(25876,2202,64),(25877,2203,64),(25878,2204,64),(25879,2205,64),(25880,2206,64),(25881,2207,64),(25882,2208,64),(25883,2209,64),(25884,2210,64),(25885,2211,64),(25886,2212,64),(25887,2213,64),(25888,2214,64),(25889,32,64),(25890,33,64),(25891,34,64),(25892,35,64),(25893,36,64),(25894,37,64),(25895,38,64),(25896,2215,64),(25897,1588,64),(25898,1528,64),(25899,1503,64),(25900,2216,64),(25901,2217,64),(25902,1507,64),(25903,2218,64),(25904,2219,64),(25905,1509,64),(25906,2220,64),(25907,2221,64),(25908,2222,64),(25909,2223,64),(25910,2224,64),(25911,2225,64),(25912,1342,64),(25913,1343,64),(25914,2226,64),(25915,2227,64),(25916,2228,64),(25917,2229,64),(25918,2230,64),(25919,2231,64),(25920,2232,64),(25921,2233,64),(25922,2234,64),(25923,1344,64),(25924,404,64),(25925,405,64),(25926,406,64),(25927,101,64),(25928,369,64),(25929,370,64),(25930,476,64),(25931,477,64),(25932,478,64),(25933,479,64),(25934,480,64),(25935,481,64),(25936,482,64),(25937,483,64),(25938,484,64),(25939,485,64),(25940,486,64),(25941,487,64),(25942,457,64),(25943,458,64),(25944,459,64),(25945,387,64),(25946,340,64),(25947,341,64),(25948,342,64),(25949,343,64),(25950,344,64),(25951,346,64),(25952,347,64),(25953,348,64),(25954,349,64),(25955,350,64),(25956,351,64),(25957,352,64),(25958,353,64),(25959,354,64),(25960,355,64),(25961,356,64),(25962,357,64),(25963,358,64),(25964,359,64),(25965,360,64),(25966,2235,64),(25967,2236,64),(25968,2237,64),(25969,2238,64),(25970,2239,64),(25971,2240,64),(25972,2241,64),(25973,2242,64),(25974,2243,64),(25975,2244,64),(25976,2245,64),(25977,2246,64),(25978,2247,64),(25979,2248,64),(25980,1345,64),(25981,1346,64),(25982,1347,64),(25983,1348,64),(25984,2249,64),(25985,2250,64),(25986,2251,64),(25987,1092,64),(25988,2252,64),(25989,2253,64),(25990,5350,64),(25991,5351,64),(25992,5352,64),(25993,5353,64),(25994,5354,64),(25995,5355,64),(25996,5356,64),(25997,5357,64),(25998,1349,64),(25999,1350,64),(26000,1351,64),(26001,1352,64),(26002,1353,64),(26003,1354,64),(26004,1355,64),(26005,1356,64),(26006,1357,64),(26007,1358,64),(26008,1359,64),(26009,1360,64),(26010,1361,64),(26011,1362,64),(26012,1363,64),(26013,1364,64),(26014,1365,64),(26015,1366,64),(26016,1367,64),(26017,1368,64),(26018,1369,64),(26019,4993,64),(26020,4994,64),(26021,5358,64),(26022,5359,64),(26023,1523,64),(26024,1524,64),(26025,1525,64),(26026,1526,64),(26027,1570,64),(26028,1370,64),(26029,1371,64),(26030,1372,64),(26031,2254,64),(26032,2255,64),(26033,1531,64),(26034,2256,64),(26035,2257,64),(26036,2258,64),(26037,2259,64),(26038,1535,64),(26039,1536,64),(26040,1373,64),(26041,1374,64),(26042,1375,64),(26043,6057,64),(26044,2260,64),(26045,2261,64),(26046,2262,64),(26047,2263,64),(26048,3462,64),(26049,1539,64),(26050,2264,64),(26051,2265,64),(26052,2266,64),(26053,2267,64),(26054,2268,64),(26055,2269,64),(26056,2270,64),(26057,2271,64),(26058,2272,64),(26059,2273,64),(26060,2274,64),(26061,2275,64),(26062,2276,64),(26063,2277,64),(26064,2278,64),(26065,2279,64),(26066,2280,64),(26067,2281,64),(26068,2282,64),(26069,2283,64),(26070,2284,64),(26071,2285,64),(26072,2286,64),(26073,2287,64),(26074,2288,64),(26075,2289,64),(26076,2290,64),(26077,2291,64),(26078,2292,64),(26079,2293,64),(26080,2294,64),(26081,2295,64),(26082,2296,64),(26083,2297,64),(26084,2298,64),(26085,2299,64),(26086,2300,64),(26087,2301,64),(26088,2302,64),(26089,2303,64),(26090,2304,64),(26091,2305,64),(26092,2306,64),(26093,2307,64),(26094,2308,64),(26095,2309,64),(26096,2310,64),(26097,2311,64),(26098,2312,64),(26099,2313,64),(26100,2314,64),(26101,2315,64),(26102,2316,64),(26103,2317,64),(26104,2318,64),(26105,1094,64),(26106,2319,64),(26107,2320,64),(26108,2321,64),(26109,2322,64),(26110,2323,64),(26111,2324,64),(26112,2325,64),(26113,2326,64),(26114,2327,64),(26115,2328,64),(26116,2329,64),(26117,2330,64),(26118,2331,64),(26119,2332,64),(26120,2333,64),(26121,2334,64),(26122,2335,64),(26123,2336,64),(26124,2337,64),(26125,2338,64),(26126,2339,64),(26127,2340,64),(26128,2341,64),(26129,2342,64),(26130,2343,64),(26131,2344,64),(26132,2345,64),(26133,2346,64),(26134,2347,64),(26135,2348,64),(26136,2349,64),(26137,2350,64),(26138,2351,64),(26139,2352,64),(26140,2353,64),(26141,2354,64),(26142,2355,64),(26143,2356,64),(26144,2357,64),(26145,2358,64),(26146,2359,64),(26147,2360,64),(26148,2361,64),(26149,2362,64),(26150,2363,64),(26151,2364,64),(26152,2365,64),(26153,2366,64),(26154,2367,64),(26155,2368,64),(26156,2369,64),(26157,2370,64),(26158,2371,64),(26159,2372,64),(26160,2373,64),(26161,2374,64),(26162,2375,64),(26163,2376,64),(26164,2377,64),(26165,2378,64),(26166,2379,64),(26167,2380,64),(26168,2381,64),(26169,2382,64),(26170,2383,64),(26171,2384,64),(26172,2385,64),(26173,2386,64),(26174,2387,64),(26175,2388,64),(26176,2389,64),(26177,2390,64),(26178,2391,64),(26179,2392,64),(26180,2393,64),(26181,2394,64),(26182,2395,64),(26183,2396,64),(26184,2397,64),(26185,2398,64),(26186,2399,64),(26187,2400,64),(26188,2401,64),(26189,2402,64),(26190,2403,64),(26191,2404,64),(26192,2405,64),(26193,2406,64),(26194,2407,64),(26195,2408,64),(26196,2409,64),(26197,2410,64),(26198,2411,64),(26199,2412,64),(26200,2413,64),(26201,2414,64),(26202,2415,64),(26203,2416,64),(26204,2417,64),(26205,2418,64),(26206,2419,64),(26207,2420,64),(26208,2421,64),(26209,2422,64),(26210,2423,64),(26211,2424,64),(26212,2425,64),(26213,2426,64),(26214,2427,64),(26215,2428,64),(26216,2429,64),(26217,2430,64),(26218,2431,64),(26219,2432,64),(26220,2433,64),(26221,2434,64),(26222,2435,64),(26223,2436,64),(26224,2437,64),(26225,2438,64),(26226,2439,64),(26227,2440,64),(26228,2441,64),(26229,2442,64),(26230,2443,64),(26231,2444,64),(26232,2445,64),(26233,2446,64),(26234,2447,64),(26235,2448,64),(26236,2449,64),(26237,2450,64),(26238,2451,64),(26239,2452,64),(26240,2453,64),(26241,2454,64),(26242,2455,64),(26243,2456,64),(26244,2457,64),(26245,2458,64),(26246,2459,64),(26247,2460,64),(26248,2461,64),(26249,2462,64),(26250,2463,64),(26251,2464,64),(26252,2465,64),(26253,2466,64),(26254,2467,64),(26255,2468,64),(26256,2469,64),(26257,2470,64),(26258,2471,64),(26259,2472,64),(26260,2473,64),(26261,2474,64),(26262,2475,64),(26263,2476,64),(26264,2477,64),(26265,2478,64),(26266,3463,64),(26267,2482,64),(26268,2483,64),(26269,2484,64),(26270,2485,64),(26271,2486,64),(26272,2487,64),(26273,2488,64),(26274,2489,64),(26275,2529,64),(26276,3464,64),(26277,1573,64),(26278,1554,64),(26279,1555,64),(26280,1556,64),(26281,1557,64),(26282,1558,64),(26283,1559,64),(26284,1560,64),(26285,3465,64),(26286,2491,64),(26287,2492,64),(26288,2493,64),(26289,2494,64),(26290,2495,64),(26291,2496,64),(26292,2497,64),(26293,2498,64),(26294,1606,64),(26295,1607,64),(26296,2499,64),(26297,2500,64),(26298,2501,64),(26299,2502,64),(26300,2503,64),(26301,2504,64),(26302,2505,64),(26303,2506,64),(26304,2507,64),(26305,2508,64),(26306,1589,64),(26307,1590,64),(26308,1591,64),(26309,1592,64),(26310,1593,64),(26311,1594,64),(26312,2641,64),(26313,1540,64),(26314,2509,64),(26315,1598,64),(26316,1601,64),(26317,1602,64),(26318,1600,64),(26319,2510,64),(26320,126,64),(26321,2655,64),(26322,128,64),(26323,413,64),(26324,414,64),(26325,2662,64),(26326,2663,64),(26327,6043,64),(26328,5346,64),(26329,5428,64),(26330,5429,64),(26331,5430,64),(26332,5431,64),(26333,5432,64),(26334,5433,64),(26335,5434,64),(26336,5435,64),(26337,5436,64),(26338,5437,64),(26339,5438,64),(26340,5439,64),(26341,5440,64),(26342,5441,64),(26343,5442,64),(26344,5443,64),(26345,5444,64),(26346,5445,64),(26347,5446,64),(26348,5447,64),(26349,5448,64),(26350,5449,64),(26351,5450,64),(26352,5451,64),(26353,5452,64),(26354,5453,64),(26355,5454,64),(26356,5455,64),(26357,5456,64),(26358,5457,64),(26359,5458,64),(26360,5459,64),(26361,5460,64),(26362,5461,64),(26363,5462,64),(26364,5463,64),(26365,5464,64),(26366,5465,64),(26367,5466,64),(26368,5467,64),(26369,5468,64),(26370,5469,64),(26371,5470,64),(26372,5471,64),(26373,5472,64),(26374,5473,64),(26375,5474,64),(26376,5475,64),(26377,5476,64),(26378,5477,64),(26379,5478,64),(26380,5479,64),(26381,5480,64),(26382,5481,64),(26383,5482,64),(26384,5483,64),(26385,5484,64),(26386,5485,64),(26387,5486,64),(26388,5487,64),(26389,5488,64),(26390,5489,64),(26391,5490,64),(26392,5491,64),(26393,5492,64),(26394,5493,64),(26395,5494,64),(26396,5495,64),(26397,5496,64),(26398,5497,64),(26399,5498,64),(26400,5499,64),(26401,5500,64),(26402,5501,64),(26403,5502,64),(26404,5503,64),(26405,5504,64),(26406,5505,64),(26407,5506,64),(26408,5507,64),(26409,5508,64),(26410,5509,64),(26411,5510,64),(26412,5511,64),(26413,5512,64),(26414,5513,64),(26415,5514,64),(26416,5515,64),(26417,5516,64),(26418,5517,64),(26419,5518,64),(26420,5519,64),(26421,5520,64),(26422,5521,64),(26423,5522,64),(26424,5523,64),(26425,5524,64),(26426,5525,64),(26427,5526,64),(26428,5527,64),(26429,5528,64),(26430,5529,64),(26431,5530,64),(26432,5531,64),(26433,5532,64),(26434,5533,64),(26435,5534,64),(26436,5535,64),(26437,5536,64),(26438,5537,64),(26439,5538,64),(26440,5539,64),(26441,5540,64),(26442,5541,64),(26443,5542,64),(26444,5543,64),(26445,5544,64),(26446,5545,64),(26447,5546,64),(26448,5547,64),(26449,5548,64),(26450,5549,64),(26451,5550,64),(26452,5551,64),(26453,6044,64),(26454,5942,64),(26455,5943,64),(26456,5944,64),(26457,5945,64),(26458,5946,64),(26459,5947,64),(26460,5948,64),(26461,5949,64),(26462,5950,64),(26463,5951,64),(26464,5952,64),(26465,5953,64),(26466,5954,64),(26467,5955,64),(26468,5956,64),(26469,5957,64),(26470,5958,64),(26471,5959,64),(26472,5960,64),(26473,5961,64),(26474,5962,64),(26475,5963,64),(26476,5964,64),(26477,5965,64),(26478,5966,64),(26479,5967,64),(26480,5968,64),(26481,5969,64),(26482,5970,64),(26483,5971,64),(26484,5972,64),(26485,5973,64),(26486,5974,64),(26487,5975,64),(26488,5976,64),(26489,5977,64),(26490,5978,64),(26491,5979,64),(26492,5980,64),(26493,5981,64),(26494,5982,64),(26495,5983,64),(26496,5984,64),(26497,5552,64),(26498,2511,64),(26499,2512,64),(26500,4568,64),(26501,2514,64),(26502,2515,64),(26503,4985,64),(26504,2516,64),(26505,2517,64),(26506,2518,64),(26507,2519,64),(26508,2520,64),(26509,1500,64),(26510,1501,64),(26511,2521,64),(26512,2522,64),(26513,2523,64),(26514,1595,64),(26515,2524,64),(26516,2525,64),(26517,2526,64),(26518,2527,64),(26519,2528,64),(26520,2530,64),(26521,2531,64),(26522,2532,64),(26523,2533,64),(26524,2534,64),(26525,2535,64),(26526,2536,64),(26527,2537,64),(26528,2538,64),(26529,2539,64),(26530,2540,64),(26531,2541,64),(26532,2542,64),(26533,2543,64),(26534,2544,64),(26535,2545,64),(26536,2546,64),(26537,2547,64),(26538,1488,64),(26539,1489,64),(26540,4012,64),(26541,4013,64),(26542,2548,64),(26543,2549,64),(26544,2550,64),(26545,2551,64),(26546,2552,64),(26547,2553,64),(26548,2554,64),(26549,2555,64),(26550,2556,64),(26551,2557,64),(26552,2558,64),(26553,2559,64),(26554,2560,64),(26555,2561,64),(26556,2562,64),(26557,2563,64),(26558,2564,64),(26559,2565,64),(26560,2566,64),(26561,2567,64),(26562,2568,64),(26563,2569,64),(26564,2570,64),(26565,2571,64),(26566,2572,64),(26567,2573,64),(26568,2574,64),(26569,2575,64),(26570,2576,64),(26571,2577,64),(26572,2578,64),(26573,2579,64),(26574,2580,64),(26575,2581,64),(26576,2582,64),(26577,2583,64),(26578,2584,64),(26579,2585,64),(26580,2586,64),(26581,2587,64),(26582,2588,64),(26583,2589,64),(26584,2590,64),(26585,2591,64),(26586,2592,64),(26587,2593,64),(26588,2594,64),(26589,2595,64),(26590,2596,64),(26591,1532,64),(26592,2597,64),(26593,2598,64),(26594,2599,64),(26595,2600,64),(26596,2601,64),(26597,2602,64),(26598,2603,64),(26599,2604,64),(26600,2605,64),(26601,2606,64),(26602,2607,64),(26603,2608,64),(26604,2609,64),(26605,2610,64),(26606,2611,64),(26607,2612,64),(26608,2613,64),(26609,2614,64),(26610,2615,64),(26611,2616,64),(26612,2617,64),(26613,2618,64),(26614,2619,64),(26615,2620,64),(26616,2621,64),(26617,2622,64),(26618,2623,64),(26619,2624,64),(26620,2625,64),(26621,2626,64),(26622,2627,64),(26623,2628,64),(26624,2629,64),(26625,2630,64),(26626,2631,64),(26627,2632,64),(26628,2633,64),(26629,2634,64),(26630,2635,64),(26631,2636,64),(26632,1490,64),(26633,1491,64),(26634,1492,64),(26635,2637,64),(26636,2638,64),(26637,2639,64),(26638,2640,64),(26639,1291,65),(26640,1292,65),(26641,1293,65),(26642,1294,65),(26643,1295,65),(26644,3906,65),(26645,1297,65),(26646,1298,65),(26647,1240,65),(26648,1299,65),(26649,1300,65),(26650,1301,65),(26651,1302,65),(26652,1303,65),(26653,1304,65),(26654,1305,65),(26655,1306,65),(26656,1307,65),(26657,1308,65),(26658,3653,65),(26659,1309,65),(26660,1310,65),(26661,1311,65),(26662,1312,65),(26663,1313,65),(26664,1314,65),(26665,1315,65),(26666,1316,65),(26667,1317,65),(26668,1318,65),(26669,1319,65),(26670,1320,65),(26671,1321,65),(26672,1322,65),(26673,1323,65),(26674,1324,65),(26675,1325,65),(26676,1326,65),(26677,1327,65),(26678,3594,65),(26679,4242,65),(26680,4243,65),(26681,4244,65),(26682,4245,65),(26683,4246,65),(26684,4247,65),(26685,86,65),(26686,83,65),(26687,87,65),(26688,4595,65),(26689,4596,65),(26690,4597,65),(26691,4598,65),(26692,4599,65),(26693,4600,65),(26694,4601,65),(26695,4602,65),(26696,4603,65),(26697,4604,65),(26698,1328,65),(26699,6160,65),(26700,1330,65),(26701,1331,65),(26702,1332,65),(26703,1333,65),(26704,1334,65),(26705,1335,65),(26706,1336,65),(26707,5339,65),(26708,5340,65),(26709,5341,65),(26710,6056,65),(26711,5342,65),(26712,5343,65),(26713,5344,65),(26714,5345,65),(26715,1337,65),(26716,1338,65),(26717,1339,65),(26718,5347,65),(26719,1340,65),(26720,1341,65),(26721,1218,65),(26722,1219,65),(26723,1220,65),(26724,1221,65),(26725,1222,65),(26726,1223,65),(26727,1224,65),(26728,1225,65),(26729,1226,65),(26730,1227,65),(26731,1228,65),(26732,1229,65),(26733,1230,65),(26734,1231,65),(26735,1232,65),(26736,1233,65),(26737,1234,65),(26738,1235,65),(26739,1236,65),(26740,1237,65),(26741,1238,65),(26742,1239,65),(26743,1241,65),(26744,1242,65),(26745,1243,65),(26746,1244,65),(26747,1245,65),(26748,1246,65),(26749,1247,65),(26750,1248,65),(26751,1249,65),(26752,1250,65),(26753,1251,65),(26754,1252,65),(26755,1253,65),(26756,1254,65),(26757,1255,65),(26758,1256,65),(26759,1257,65),(26760,1258,65),(26761,1259,65),(26762,1260,65),(26763,1261,65),(26764,1262,65),(26765,1263,65),(26766,1264,65),(26767,1265,65),(26768,1266,65),(26769,1267,65),(26770,1268,65),(26771,1269,65),(26772,1270,65),(26773,1271,65),(26774,1272,65),(26775,1273,65),(26776,1274,65),(26777,1275,65),(26778,1276,65),(26779,1277,65),(26780,1278,65),(26781,1279,65),(26782,1280,65),(26783,1281,65),(26784,1282,65),(26785,1283,65),(26786,1284,65),(26787,1285,65),(26788,5398,65),(26789,5732,65),(26790,5851,65),(26791,1286,65),(26792,1287,65),(26793,4248,65),(26794,4249,65),(26795,4250,65),(26796,4251,65),(26797,4252,65),(26798,4253,65),(26799,4254,65),(26800,4255,65),(26801,4256,65),(26802,4257,65),(26803,4258,65),(26804,4259,65),(26805,4620,65),(26806,4260,65),(26807,4261,65),(26808,1288,65),(26809,1289,65),(26810,1290,65),(26811,265,65),(26812,291,65),(26813,292,65),(26814,293,65),(26815,266,65),(26816,267,65),(26817,268,65),(26818,269,65),(26819,270,65),(26820,271,65),(26821,272,65),(26822,273,65),(26823,274,65),(26824,275,65),(26825,276,65),(26826,277,65),(26827,278,65),(26828,279,65),(26829,280,65),(26830,281,65),(26831,282,65),(26832,283,65),(26833,284,65),(26834,285,65),(26835,286,65),(26836,287,65),(26837,288,65),(26838,289,65),(26839,290,65),(26840,1545,65),(26841,2112,65),(26842,2113,65),(26843,2114,65),(26844,2115,65),(26845,2116,65),(26846,2117,65),(26847,2118,65),(26848,2119,65),(26849,2120,65),(26850,2121,65),(26851,2122,65),(26852,2123,65),(26853,2124,65),(26854,2125,65),(26855,2126,65),(26856,2127,65),(26857,2128,65),(26858,2129,65),(26859,2130,65),(26860,2131,65),(26861,2132,65),(26862,1544,65),(26863,2133,65),(26864,2134,65),(26865,2135,65),(26866,2136,65),(26867,2137,65),(26868,2138,65),(26869,2139,65),(26870,2140,65),(26871,2141,65),(26872,2142,65),(26873,2143,65),(26874,2144,65),(26875,65,65),(26876,1543,65),(26877,2145,65),(26878,2146,65),(26879,2147,65),(26880,2148,65),(26881,2149,65),(26882,2150,65),(26883,2151,65),(26884,2152,65),(26885,2153,65),(26886,2154,65),(26887,2155,65),(26888,2156,65),(26889,2157,65),(26890,2158,65),(26891,2159,65),(26892,2160,65),(26893,2161,65),(26894,2162,65),(26895,2163,65),(26896,2164,65),(26897,2165,65),(26898,2166,65),(26899,2167,65),(26900,2168,65),(26901,2169,65),(26902,2170,65),(26903,2171,65),(26904,2172,65),(26905,2173,65),(26906,2174,65),(26907,2175,65),(26908,2176,65),(26909,2177,65),(26910,2178,65),(26911,2179,65),(26912,2180,65),(26913,2181,65),(26914,2182,65),(26915,2183,65),(26916,2184,65),(26917,2185,65),(26918,2186,65),(26919,2187,65),(26920,2188,65),(26921,2189,65),(26922,2190,65),(26923,2191,65),(26924,2192,65),(26925,2193,65),(26926,2194,65),(26927,2195,65),(26928,2196,65),(26929,2197,65),(26930,2198,65),(26931,2199,65),(26932,1580,65),(26933,2200,65),(26934,2201,65),(26935,2202,65),(26936,2203,65),(26937,2204,65),(26938,2205,65),(26939,2206,65),(26940,2207,65),(26941,2208,65),(26942,2209,65),(26943,2210,65),(26944,2211,65),(26945,2212,65),(26946,2213,65),(26947,2214,65),(26948,32,65),(26949,33,65),(26950,34,65),(26951,35,65),(26952,36,65),(26953,37,65),(26954,38,65),(26955,2215,65),(26956,1588,65),(26957,1528,65),(26958,1503,65),(26959,2216,65),(26960,2217,65),(26961,1507,65),(26962,2218,65),(26963,2219,65),(26964,1509,65),(26965,2220,65),(26966,2221,65),(26967,2222,65),(26968,2223,65),(26969,2224,65),(26970,2225,65),(26971,1342,65),(26972,1343,65),(26973,2226,65),(26974,2227,65),(26975,2228,65),(26976,2229,65),(26977,2230,65),(26978,2231,65),(26979,2232,65),(26980,2233,65),(26981,2234,65),(26982,1344,65),(26983,404,65),(26984,405,65),(26985,406,65),(26986,101,65),(26987,369,65),(26988,370,65),(26989,476,65),(26990,477,65),(26991,478,65),(26992,479,65),(26993,480,65),(26994,481,65),(26995,482,65),(26996,483,65),(26997,484,65),(26998,485,65),(26999,486,65),(27000,487,65),(27001,457,65),(27002,458,65),(27003,459,65),(27004,387,65),(27005,340,65),(27006,341,65),(27007,342,65),(27008,343,65),(27009,344,65),(27010,346,65),(27011,347,65),(27012,348,65),(27013,349,65),(27014,350,65),(27015,351,65),(27016,352,65),(27017,353,65),(27018,354,65),(27019,355,65),(27020,356,65),(27021,357,65),(27022,358,65),(27023,359,65),(27024,360,65),(27025,2235,65),(27026,2236,65),(27027,2237,65),(27028,2238,65),(27029,2239,65),(27030,2240,65),(27031,2241,65),(27032,2242,65),(27033,2243,65),(27034,2244,65),(27035,2245,65),(27036,2246,65),(27037,2247,65),(27038,2248,65),(27039,1345,65),(27040,1346,65),(27041,1347,65),(27042,1348,65),(27043,2249,65),(27044,2250,65),(27045,2251,65),(27046,1092,65),(27047,2252,65),(27048,2253,65),(27049,5350,65),(27050,5351,65),(27051,5352,65),(27052,5353,65),(27053,5354,65),(27054,5355,65),(27055,5356,65),(27056,5357,65),(27057,1349,65),(27058,1350,65),(27059,1351,65),(27060,1352,65),(27061,1353,65),(27062,1354,65),(27063,1355,65),(27064,1356,65),(27065,1357,65),(27066,1358,65),(27067,1359,65),(27068,1360,65),(27069,1361,65),(27070,1362,65),(27071,1363,65),(27072,1364,65),(27073,1365,65),(27074,1366,65),(27075,1367,65),(27076,1368,65),(27077,1369,65),(27078,4993,65),(27079,4994,65),(27080,5358,65),(27081,5359,65),(27082,1523,65),(27083,1524,65),(27084,1525,65),(27085,1526,65),(27086,1570,65),(27087,1370,65),(27088,1371,65),(27089,1372,65),(27090,2254,65),(27091,2255,65),(27092,1531,65),(27093,2256,65),(27094,2257,65),(27095,2258,65),(27096,2259,65),(27097,1535,65),(27098,1536,65),(27099,1373,65),(27100,1374,65),(27101,1375,65),(27102,6057,65),(27103,2260,65),(27104,2261,65),(27105,2262,65),(27106,2263,65),(27107,3462,65),(27108,1539,65),(27109,2264,65),(27110,2265,65),(27111,2266,65),(27112,2267,65),(27113,2268,65),(27114,2269,65),(27115,2270,65),(27116,2271,65),(27117,2272,65),(27118,2273,65),(27119,2274,65),(27120,2275,65),(27121,2276,65),(27122,2277,65),(27123,2278,65),(27124,2279,65),(27125,2280,65),(27126,2281,65),(27127,2282,65),(27128,2283,65),(27129,2284,65),(27130,2285,65),(27131,2286,65),(27132,2287,65),(27133,2288,65),(27134,2289,65),(27135,2290,65),(27136,2291,65),(27137,2292,65),(27138,2293,65),(27139,2294,65),(27140,2295,65),(27141,2296,65),(27142,2297,65),(27143,2298,65),(27144,2299,65),(27145,2300,65),(27146,2301,65),(27147,2302,65),(27148,2303,65),(27149,2304,65),(27150,2305,65),(27151,2306,65),(27152,2307,65),(27153,2308,65),(27154,2309,65),(27155,2310,65),(27156,2311,65),(27157,2312,65),(27158,2313,65),(27159,2314,65),(27160,2315,65),(27161,2316,65),(27162,2317,65),(27163,2318,65),(27164,1094,65),(27165,2319,65),(27166,2320,65),(27167,2321,65),(27168,2322,65),(27169,2323,65),(27170,2324,65),(27171,2325,65),(27172,2326,65),(27173,2327,65),(27174,2328,65),(27175,2329,65),(27176,2330,65),(27177,2331,65),(27178,2332,65),(27179,2333,65),(27180,2334,65),(27181,2335,65),(27182,2336,65),(27183,2337,65),(27184,2338,65),(27185,2339,65),(27186,2340,65),(27187,2341,65),(27188,2342,65),(27189,2343,65),(27190,2344,65),(27191,2345,65),(27192,2346,65),(27193,2347,65),(27194,2348,65),(27195,2349,65),(27196,2350,65),(27197,2351,65),(27198,2352,65),(27199,2353,65),(27200,2354,65),(27201,2355,65),(27202,2356,65),(27203,2357,65),(27204,2358,65),(27205,2359,65),(27206,2360,65),(27207,2361,65),(27208,2362,65),(27209,2363,65),(27210,2364,65),(27211,2365,65),(27212,2366,65),(27213,2367,65),(27214,2368,65),(27215,2369,65),(27216,2370,65),(27217,2371,65),(27218,2372,65),(27219,2373,65),(27220,2374,65),(27221,2375,65),(27222,2376,65),(27223,2377,65),(27224,2378,65),(27225,2379,65),(27226,2380,65),(27227,2381,65),(27228,2382,65),(27229,2383,65),(27230,2384,65),(27231,2385,65),(27232,2386,65),(27233,2387,65),(27234,2388,65),(27235,2389,65),(27236,2390,65),(27237,2391,65),(27238,2392,65),(27239,2393,65),(27240,2394,65),(27241,2395,65),(27242,2396,65),(27243,2397,65),(27244,2398,65),(27245,2399,65),(27246,2400,65),(27247,2401,65),(27248,2402,65),(27249,2403,65),(27250,2404,65),(27251,2405,65),(27252,2406,65),(27253,2407,65),(27254,2408,65),(27255,2409,65),(27256,2410,65),(27257,2411,65),(27258,2412,65),(27259,2413,65),(27260,2414,65),(27261,2415,65),(27262,2416,65),(27263,2417,65),(27264,2418,65),(27265,2419,65),(27266,2420,65),(27267,2421,65),(27268,2422,65),(27269,2423,65),(27270,2424,65),(27271,2425,65),(27272,2426,65),(27273,2427,65),(27274,2428,65),(27275,2429,65),(27276,2430,65),(27277,2431,65),(27278,2432,65),(27279,2433,65),(27280,2434,65),(27281,2435,65),(27282,2436,65),(27283,2437,65),(27284,2438,65),(27285,2439,65),(27286,2440,65),(27287,2441,65),(27288,2442,65),(27289,2443,65),(27290,2444,65),(27291,2445,65),(27292,2446,65),(27293,2447,65),(27294,2448,65),(27295,2449,65),(27296,2450,65),(27297,2451,65),(27298,2452,65),(27299,2453,65),(27300,2454,65),(27301,2455,65),(27302,2456,65),(27303,2457,65),(27304,2458,65),(27305,2459,65),(27306,2460,65),(27307,2461,65),(27308,2462,65),(27309,2463,65),(27310,2464,65),(27311,2465,65),(27312,2466,65),(27313,2467,65),(27314,2468,65),(27315,2469,65),(27316,2470,65),(27317,2471,65),(27318,2472,65),(27319,2473,65),(27320,2474,65),(27321,2475,65),(27322,2476,65),(27323,2477,65),(27324,2478,65),(27325,3463,65),(27326,2482,65),(27327,2483,65),(27328,2484,65),(27329,2485,65),(27330,2486,65),(27331,2487,65),(27332,2488,65),(27333,2489,65),(27334,2529,65),(27335,3464,65),(27336,1573,65),(27337,1554,65),(27338,1555,65),(27339,1556,65),(27340,1557,65),(27341,1558,65),(27342,1559,65),(27343,1560,65),(27344,3465,65),(27345,2491,65),(27346,2492,65),(27347,2493,65),(27348,2494,65),(27349,2495,65),(27350,2496,65),(27351,2497,65),(27352,2498,65),(27353,1606,65),(27354,1607,65),(27355,2499,65),(27356,2500,65),(27357,2501,65),(27358,2502,65),(27359,2503,65),(27360,2504,65),(27361,2505,65),(27362,2506,65),(27363,2507,65),(27364,2508,65),(27365,1589,65),(27366,1590,65),(27367,1591,65),(27368,1592,65),(27369,1593,65),(27370,1594,65),(27371,2641,65),(27372,1540,65),(27373,2509,65),(27374,1598,65),(27375,1601,65),(27376,1602,65),(27377,1600,65),(27378,2510,65),(27379,126,65),(27380,2655,65),(27381,128,65),(27382,413,65),(27383,414,65),(27384,2662,65),(27385,2663,65),(27386,6043,65),(27387,5346,65),(27388,5428,65),(27389,5429,65),(27390,5430,65),(27391,5431,65),(27392,5432,65),(27393,5433,65),(27394,5434,65),(27395,5435,65),(27396,5436,65),(27397,5437,65),(27398,5438,65),(27399,5439,65),(27400,5440,65),(27401,5441,65),(27402,5442,65),(27403,5443,65),(27404,5444,65),(27405,5445,65),(27406,5446,65),(27407,5447,65),(27408,5448,65),(27409,5449,65),(27410,5450,65),(27411,5451,65),(27412,5452,65),(27413,5453,65),(27414,5454,65),(27415,5455,65),(27416,5456,65),(27417,5457,65),(27418,5458,65),(27419,5459,65),(27420,5460,65),(27421,5461,65),(27422,5462,65),(27423,5463,65),(27424,5464,65),(27425,5465,65),(27426,5466,65),(27427,5467,65),(27428,5468,65),(27429,5469,65),(27430,5470,65),(27431,5471,65),(27432,5472,65),(27433,5473,65),(27434,5474,65),(27435,5475,65),(27436,5476,65),(27437,5477,65),(27438,5478,65),(27439,5479,65),(27440,5480,65),(27441,5481,65),(27442,5482,65),(27443,5483,65),(27444,5484,65),(27445,5485,65),(27446,5486,65),(27447,5487,65),(27448,5488,65),(27449,5489,65),(27450,5490,65),(27451,5491,65),(27452,5492,65),(27453,5493,65),(27454,5494,65),(27455,5495,65),(27456,5496,65),(27457,5497,65),(27458,5498,65),(27459,5499,65),(27460,5500,65),(27461,5501,65),(27462,5502,65),(27463,5503,65),(27464,5504,65),(27465,5505,65),(27466,5506,65),(27467,5507,65),(27468,5508,65),(27469,5509,65),(27470,5510,65),(27471,5511,65),(27472,5512,65),(27473,5513,65),(27474,5514,65),(27475,5515,65),(27476,5516,65),(27477,5517,65),(27478,5518,65),(27479,5519,65),(27480,5520,65),(27481,5521,65),(27482,5522,65),(27483,5523,65),(27484,5524,65),(27485,5525,65),(27486,5526,65),(27487,5527,65),(27488,5528,65),(27489,5529,65),(27490,5530,65),(27491,5531,65),(27492,5532,65),(27493,5533,65),(27494,5534,65),(27495,5535,65),(27496,5536,65),(27497,5537,65),(27498,5538,65),(27499,5539,65),(27500,5540,65),(27501,5541,65),(27502,5542,65),(27503,5543,65),(27504,5544,65),(27505,5545,65),(27506,5546,65),(27507,5547,65),(27508,5548,65),(27509,5549,65),(27510,5550,65),(27511,5551,65),(27512,6044,65),(27513,5942,65),(27514,5943,65),(27515,5944,65),(27516,5945,65),(27517,5946,65),(27518,5947,65),(27519,5948,65),(27520,5949,65),(27521,5950,65),(27522,5951,65),(27523,5952,65),(27524,5953,65),(27525,5954,65),(27526,5955,65),(27527,5956,65),(27528,5957,65),(27529,5958,65),(27530,5959,65),(27531,5960,65),(27532,5961,65),(27533,5962,65),(27534,5963,65),(27535,5964,65),(27536,5965,65),(27537,5966,65),(27538,5967,65),(27539,5968,65),(27540,5969,65),(27541,5970,65),(27542,5971,65),(27543,5972,65),(27544,5973,65),(27545,5974,65),(27546,5975,65),(27547,5976,65),(27548,5977,65),(27549,5978,65),(27550,5979,65),(27551,5980,65),(27552,5981,65),(27553,5982,65),(27554,5983,65),(27555,5984,65),(27556,5552,65),(27557,2511,65),(27558,2512,65),(27559,2657,65),(27560,2514,65),(27561,2515,65),(27562,4568,65),(27563,4985,65),(27564,2516,65),(27565,2517,65),(27566,2518,65),(27567,2519,65),(27568,2520,65),(27569,1500,65),(27570,1501,65),(27571,2521,65),(27572,2522,65),(27573,2523,65),(27574,1595,65),(27575,2524,65),(27576,2525,65),(27577,2526,65),(27578,2527,65),(27579,2528,65),(27580,2530,65),(27581,2531,65),(27582,2532,65),(27583,2533,65),(27584,2534,65),(27585,2535,65),(27586,2536,65),(27587,2537,65),(27588,2538,65),(27589,2539,65),(27590,2540,65),(27591,2541,65),(27592,2542,65),(27593,2543,65),(27594,2544,65),(27595,2545,65),(27596,2546,65),(27597,2547,65),(27598,1488,65),(27599,1489,65),(27600,4012,65),(27601,4013,65),(27602,2548,65),(27603,2549,65),(27604,2550,65),(27605,2551,65),(27606,2552,65),(27607,2553,65),(27608,2554,65),(27609,2555,65),(27610,2556,65),(27611,2557,65),(27612,2558,65),(27613,2559,65),(27614,2560,65),(27615,2561,65),(27616,2562,65),(27617,2563,65),(27618,2564,65),(27619,2565,65),(27620,2566,65),(27621,2567,65),(27622,2568,65),(27623,2569,65),(27624,2570,65),(27625,2571,65),(27626,2572,65),(27627,2573,65),(27628,2574,65),(27629,2575,65),(27630,2576,65),(27631,2577,65),(27632,2578,65),(27633,2579,65),(27634,2580,65),(27635,2581,65),(27636,2582,65),(27637,2583,65),(27638,2584,65),(27639,2585,65),(27640,2586,65),(27641,2587,65),(27642,2588,65),(27643,2589,65),(27644,2590,65),(27645,2591,65),(27646,2592,65),(27647,2593,65),(27648,2594,65),(27649,2595,65),(27650,2596,65),(27651,1532,65),(27652,2597,65),(27653,2598,65),(27654,2599,65),(27655,2600,65),(27656,2601,65),(27657,2602,65),(27658,2603,65),(27659,2604,65),(27660,2605,65),(27661,2606,65),(27662,2607,65),(27663,2608,65),(27664,2609,65),(27665,2610,65),(27666,2611,65),(27667,2612,65),(27668,2613,65),(27669,2614,65),(27670,2615,65),(27671,2616,65),(27672,2617,65),(27673,2618,65),(27674,2619,65),(27675,2620,65),(27676,2621,65),(27677,2622,65),(27678,2623,65),(27679,2624,65),(27680,2625,65),(27681,2626,65),(27682,2627,65),(27683,2628,65),(27684,2629,65),(27685,2630,65),(27686,2631,65),(27687,2632,65),(27688,2633,65),(27689,2634,65),(27690,2635,65),(27691,2636,65),(27692,1490,65),(27693,1491,65),(27694,1492,65),(27695,2637,65),(27696,2638,65),(27697,2639,65),(27698,2640,65),(27699,1218,66),(27700,1219,66),(27701,1220,66),(27702,1221,66),(27703,1222,66),(27704,1223,66),(27705,1224,66),(27706,1225,66),(27707,1226,66),(27708,1227,66),(27709,1228,66),(27710,1229,66),(27711,1230,66),(27712,1231,66),(27713,1232,66),(27714,1233,66),(27715,1234,66),(27716,1235,66),(27717,1236,66),(27718,1237,66),(27719,1238,66),(27720,1239,66),(27721,1240,66),(27722,1241,66),(27723,1242,66),(27724,1243,66),(27725,1244,66),(27726,1245,66),(27727,1246,66),(27728,1247,66),(27729,1248,66),(27730,1249,66),(27731,1250,66),(27732,1251,66),(27733,1252,66),(27734,1253,66),(27735,1254,66),(27736,1255,66),(27737,1256,66),(27738,1257,66),(27739,1258,66),(27740,1259,66),(27741,1260,66),(27742,1261,66),(27743,1262,66),(27744,1263,66),(27745,1264,66),(27746,1265,66),(27747,1266,66),(27748,1267,66),(27749,1268,66),(27750,1269,66),(27751,1270,66),(27752,1271,66),(27753,1272,66),(27754,1273,66),(27755,1274,66),(27756,1275,66),(27757,1276,66),(27758,1277,66),(27759,1278,66),(27760,1279,66),(27761,1280,66),(27762,1281,66),(27763,1282,66),(27764,1283,66),(27765,1284,66),(27766,1285,66),(27767,5398,66),(27768,5732,66),(27769,5851,66),(27770,1286,66),(27771,1287,66),(27772,4248,66),(27773,4249,66),(27774,4250,66),(27775,4251,66),(27776,4252,66),(27777,4253,66),(27778,4254,66),(27779,4255,66),(27780,4256,66),(27781,4257,66),(27782,4258,66),(27783,4259,66),(27784,4620,66),(27785,4260,66),(27786,4261,66),(27787,1288,66),(27788,1289,66),(27789,1290,66),(27790,3468,29),(27791,3469,29),(27792,4108,29),(27793,4109,29),(27794,4117,29),(27795,4118,29),(27796,4119,29),(27797,5196,67),(27798,5197,67),(27799,5198,67),(27800,5199,67),(27801,5200,67),(27802,5201,67),(27803,5202,67),(27804,5203,67),(27805,5204,67),(27806,5205,67),(27807,5206,67),(27808,5207,67),(27809,5208,67),(27810,5209,67),(27811,5210,67),(27812,5211,67),(27813,5212,67),(27814,5213,67),(27815,5214,67),(27816,5215,67),(27817,5216,67),(27818,5217,67),(27819,5218,67),(27820,5219,67),(27821,5220,67),(27822,5221,67),(27823,5222,67),(27824,5223,67),(27825,5224,67),(27826,5225,67),(27827,5226,67),(27828,5227,67),(27829,5228,67),(27830,5229,67),(27831,5230,67),(27832,5231,67),(27833,5232,67),(27834,5233,67),(27835,5234,67),(27836,5235,67),(27837,5236,67),(27838,5237,67),(27839,5238,67),(27840,5239,67),(27841,5240,67),(27842,5241,67),(27843,5242,67),(27844,5243,67),(27845,5244,67),(27846,5245,67),(27847,5246,67),(27848,5247,67),(27849,5248,67),(27850,5249,67),(27851,5250,67),(27852,5251,67),(27853,5252,67),(27854,5253,67),(27855,5254,67),(27856,5255,67),(27857,5256,67),(27858,5257,67),(27859,5258,67),(27860,5259,67),(27861,5260,67),(27862,5261,67),(27863,5262,67),(27864,5263,67),(27865,5264,67),(27866,5265,67),(27867,5266,67),(27868,5267,67),(27869,5268,67),(27870,5269,67),(27871,5270,67),(27872,5271,67),(27873,5272,67),(27874,5273,67),(27875,5274,67),(27876,5275,67),(27877,5276,67),(27878,5277,67),(27879,5278,67),(27880,5279,67),(27881,5280,67),(27882,5281,67),(27883,5282,67),(27884,5283,67),(27885,5284,67),(27886,5285,67),(27887,5286,67),(27888,5287,67),(27889,5288,67),(27890,5289,67),(27891,5290,67),(27892,5291,67),(27893,5292,67),(27894,5293,67),(27895,5294,67),(27896,5295,67),(27897,5296,67),(27898,5297,67),(27899,5298,67),(27900,5299,67),(27901,5300,67),(27902,5301,67),(27903,5302,67),(27904,5303,67),(27905,5304,67),(27906,5305,67),(27907,5306,67),(27908,5307,67),(27909,5308,67),(27910,5309,67),(27911,5310,67),(27912,5311,67),(27913,572,67),(27914,573,67),(27915,574,67),(27916,575,67),(27917,576,67),(27918,577,67),(27919,578,67),(27920,579,67),(27921,580,67),(27922,581,67),(27923,582,67),(27924,583,67),(27925,584,67),(27926,585,67),(27927,586,67),(27928,587,67),(27929,588,67),(27930,589,67),(27931,590,67),(27932,591,67),(27933,592,67),(27934,593,67),(27935,594,67),(27936,595,67),(27937,596,67),(27938,597,67),(27939,598,67),(27940,599,67),(27941,600,67),(27942,601,67),(27943,602,67),(27944,603,67),(27945,604,67),(27946,605,67),(27947,606,67),(27948,607,67),(27949,608,67),(27950,609,67),(27951,610,67),(27952,611,67),(27953,612,67),(27954,613,67),(27955,614,67),(27956,615,67),(27957,616,67),(27958,617,67),(27959,618,67),(27960,619,67),(27961,620,67),(27962,621,67),(27963,622,67),(27964,623,67),(27965,624,67),(27966,625,67),(27967,626,67),(27968,627,67),(27969,628,67),(27970,629,67),(27971,630,67),(27972,631,67),(27973,632,67),(27974,633,67),(27975,634,67),(27976,635,67),(27977,636,67),(27978,554,67),(27979,637,67),(27980,638,67),(27981,639,67),(27982,640,67),(27983,641,67),(27984,642,67),(27985,643,67),(27986,644,67),(27987,645,67),(27988,646,67),(27989,647,67),(27990,648,67),(27991,649,67),(27992,650,67),(27993,651,67),(27994,652,67),(27995,653,67),(27996,654,67),(27997,655,67),(27998,656,67),(27999,657,67),(28000,658,67),(28001,659,67),(28002,660,67),(28003,661,67),(28004,662,67),(28005,663,67),(28006,664,67),(28007,665,67),(28008,666,67),(28009,667,67),(28010,668,67),(28011,669,67),(28012,670,67),(28013,671,67),(28014,672,67),(28015,673,67),(28016,674,67),(28017,675,67),(28018,676,67),(28019,677,67),(28020,678,67),(28021,679,67),(28022,680,67),(28023,681,67),(28024,682,67),(28025,683,67),(28026,684,67),(28027,685,67),(28028,686,67),(28029,687,67),(28030,688,67),(28031,689,67),(28032,690,67),(28033,691,67),(28034,692,67),(28035,693,67),(28036,694,67),(28037,695,67),(28038,696,67),(28039,697,67),(28040,698,67),(28041,699,67),(28042,700,67),(28043,701,67),(28044,702,67),(28045,703,67),(28046,704,67),(28047,705,67),(28048,706,67),(28049,707,67),(28050,708,67),(28051,709,67),(28052,710,67),(28053,711,67),(28054,712,67),(28055,713,67),(28056,714,67),(28057,715,67),(28058,716,67),(28059,717,67),(28060,718,67),(28061,719,67),(28062,720,67),(28063,721,67),(28064,722,67),(28065,723,67),(28066,724,67),(28067,566,67),(28068,567,67),(28069,568,67),(28070,569,67),(28071,725,67),(28072,726,67),(28073,727,67),(28074,728,67),(28075,729,67),(28076,730,67),(28077,731,67),(28078,732,67),(28079,733,67),(28080,734,67),(28081,735,67),(28082,736,67),(28083,737,67),(28084,738,67),(28085,739,67),(28086,740,67),(28087,741,67),(28088,742,67),(28089,743,67),(28090,744,67),(28091,745,67),(28092,746,67),(28093,747,67),(28094,748,67),(28095,749,67),(28096,750,67),(28097,751,67),(28098,752,67),(28099,753,67),(28100,754,67),(28101,755,67),(28102,756,67),(28103,757,67),(28104,758,67),(28105,759,67),(28106,760,67),(28107,761,67),(28108,762,67),(28109,763,67),(28110,764,67),(28111,765,67),(28112,766,67),(28113,767,67),(28114,768,67),(28115,4020,67),(28116,4021,67),(28117,4022,67),(28118,4023,67),(28119,4024,67),(28120,4025,67),(28121,4026,67),(28122,4027,67),(28123,4028,67),(28124,4029,67),(28125,4030,67),(28126,769,67),(28127,770,67),(28128,771,67),(28129,772,67),(28130,773,67),(28131,774,67),(28132,775,67),(28133,776,67),(28134,777,67),(28135,778,67),(28136,779,67),(28137,780,67),(28138,781,67),(28139,782,67),(28140,783,67),(28141,784,67),(28142,785,67),(28143,786,67),(28144,787,67),(28145,788,67),(28146,789,67),(28147,790,67),(28148,791,67),(28149,792,67),(28150,793,67),(28151,794,67),(28152,795,67),(28153,796,67),(28154,797,67),(28155,798,67),(28156,799,67),(28157,800,67),(28158,801,67),(28159,802,67),(28160,803,67),(28161,804,67),(28162,805,67),(28163,806,67),(28164,807,67),(28165,808,67),(28166,809,67),(28167,810,67),(28168,811,67),(28169,812,67),(28170,813,67),(28171,814,67),(28172,815,67),(28173,816,67),(28174,817,67),(28175,818,67),(28176,819,67),(28177,820,67),(28178,821,67),(28179,822,67),(28180,823,67),(28181,824,67),(28182,825,67),(28183,826,67),(28184,827,67),(28185,828,67),(28186,829,67),(28187,830,67),(28188,831,67),(28189,832,67),(28190,833,67),(28191,4621,67),(28192,834,67),(28193,835,67),(28194,4569,67),(28195,836,67),(28196,837,67),(28197,838,67),(28198,839,67),(28199,840,67),(28200,841,67),(28201,842,67),(28202,843,67),(28203,844,67),(28204,845,67),(28205,846,67),(28206,847,67),(28207,848,67),(28208,849,67),(28209,850,67),(28210,851,67),(28211,852,67),(28212,853,67),(28213,854,67),(28214,855,67),(28215,856,67),(28216,857,67),(28217,858,67),(28218,859,67),(28219,860,67),(28220,861,67),(28221,862,67),(28222,863,67),(28223,864,67),(28224,865,67),(28225,866,67),(28226,867,67),(28227,868,67),(28228,869,67),(28229,870,67),(28230,871,67),(28231,872,67),(28232,873,67),(28233,874,67),(28234,875,67),(28235,876,67),(28236,877,67),(28237,878,67),(28238,879,67),(28239,880,67),(28240,881,67),(28241,882,67),(28242,883,67),(28243,884,67),(28244,885,67),(28245,886,67),(28246,887,67),(28247,888,67),(28248,889,67),(28249,890,67),(28250,891,67),(28251,892,67),(28252,893,67),(28253,894,67),(28254,895,67),(28255,896,67),(28256,897,67),(28257,898,67),(28258,899,67),(28259,900,67),(28260,901,67),(28261,902,67),(28262,903,67),(28263,904,67),(28264,905,67),(28265,906,67),(28266,907,67),(28267,908,67),(28268,909,67),(28269,910,67),(28270,911,67),(28271,912,67),(28272,913,67),(28273,914,67),(28274,915,67),(28275,916,67),(28276,917,67),(28277,918,67),(28278,919,67),(28279,920,67),(28280,921,67),(28281,922,67),(28282,923,67),(28283,924,67),(28284,925,67),(28285,926,67),(28286,927,67),(28287,928,67),(28288,929,67),(28289,930,67),(28290,931,67),(28291,932,67),(28292,933,67),(28293,934,67),(28294,935,67),(28295,936,67),(28296,937,67),(28297,938,67),(28298,939,67),(28299,940,67),(28300,941,67),(28301,942,67),(28302,943,67),(28303,944,67),(28304,945,67),(28305,946,67),(28306,947,67),(28307,948,67),(28308,949,67),(28309,950,67),(28310,951,67),(28311,952,67),(28312,953,67),(28313,954,67),(28314,955,67),(28315,956,67),(28316,957,67),(28317,958,67),(28318,959,67),(28319,960,67),(28320,961,67),(28321,962,67),(28322,963,67),(28323,964,67),(28324,965,67),(28325,966,67),(28326,967,67),(28327,968,67),(28328,969,67),(28329,970,67),(28330,971,67),(28331,972,67),(28332,973,67),(28333,974,67),(28334,975,67),(28335,976,67),(28336,977,67),(28337,978,67),(28338,979,67),(28339,980,67),(28340,981,67),(28341,982,67),(28342,983,67),(28343,984,67),(28344,985,67),(28345,986,67),(28346,987,67),(28347,988,67),(28348,989,67),(28349,990,67),(28350,991,67),(28351,992,67),(28352,993,67),(28353,994,67),(28354,995,67),(28355,996,67),(28356,997,67),(28357,998,67),(28358,999,67),(28359,1000,67),(28360,1001,67),(28361,1002,67),(28362,1003,67),(28363,1004,67),(28364,1005,67),(28365,1006,67),(28366,1007,67),(28367,1008,67),(28368,1009,67),(28369,1010,67),(28370,1011,67),(28371,1012,67),(28372,1013,67),(28373,1014,67),(28374,1015,67),(28375,1016,67),(28376,1017,67),(28377,1018,67),(28378,1019,67),(28379,1020,67),(28380,1021,67),(28381,1022,67),(28382,1023,67),(28383,1024,67),(28384,1025,67),(28385,1026,67),(28386,1027,67),(28387,1028,67),(28388,1029,67),(28389,1030,67),(28390,1031,67),(28391,1032,67),(28392,1033,67),(28393,1034,67),(28394,1035,67),(28395,1036,67),(28396,1037,67),(28397,1038,67),(28398,1039,67),(28399,1040,67),(28400,1041,67),(28401,1042,67),(28402,1043,67),(28403,1044,67),(28404,1045,67),(28405,1046,67),(28406,1047,67),(28407,1048,67),(28408,1049,67),(28409,1050,67),(28410,1051,67),(28411,1052,67),(28412,1053,67),(28413,1054,67),(28414,5312,67),(28415,5313,67),(28416,5314,67),(28417,5315,67),(28418,5316,67),(28419,5317,67),(28420,5318,67),(28421,5319,67),(28422,5320,67),(28423,5321,67),(28424,5322,67),(28425,5323,67),(28426,5324,67),(28427,5325,67),(28428,5326,67),(28429,5327,67),(28430,5328,67),(28431,5348,67),(28432,5186,67),(28433,5349,67),(28434,5187,67),(28435,5188,67),(28436,5189,67),(28437,5190,67),(28438,5191,67),(28439,5192,67),(28440,5193,67),(28441,5194,67),(28442,5195,67),(28443,5556,67),(28444,5557,67),(28445,5558,67),(28446,5559,67),(28447,5560,67),(28448,5561,67),(28449,5562,67),(28450,5563,67),(28451,5564,67),(28452,5565,67),(28453,5566,67),(28454,5567,67),(28455,5568,67),(28456,5569,67),(28457,5570,67),(28458,5571,67),(28459,5572,67),(28460,5573,67),(28461,5574,67),(28462,5575,67),(28463,5576,67),(28464,5577,67),(28465,5578,67),(28466,5579,67),(28467,5580,67),(28468,5581,67),(28469,5582,67),(28470,5583,67),(28471,5584,67),(28472,5585,67),(28473,5586,67),(28474,5587,67),(28475,5588,67),(28476,5589,67),(28477,5590,67),(28478,5591,67),(28479,5592,67),(28480,5638,67),(28481,5639,67),(28482,5640,67),(28483,5641,67),(28484,5642,67),(28485,5643,67),(28486,5644,67),(28487,5645,67),(28488,5646,67),(28489,5647,67),(28490,5648,67),(28491,5649,67),(28492,5650,67),(28493,5651,67),(28494,5652,67),(28495,5653,67),(28496,5654,67),(28497,5655,67),(28498,5656,67),(28499,5657,67),(28500,5658,67),(28501,5659,67),(28502,5660,67),(28503,5661,67),(28504,5662,67),(28505,5663,67),(28506,5664,67),(28507,5665,67),(28508,5666,67),(28509,5667,67),(28510,5668,67),(28511,5669,67),(28512,5670,67),(28513,5671,67),(28514,5672,67),(28515,5673,67),(28516,5674,67),(28517,5675,67),(28518,5676,67),(28519,5677,67),(28520,5678,67),(28521,5679,67),(28522,5680,67),(28523,5681,67),(28524,5682,67),(28525,5683,67),(28526,5684,67),(28527,5685,67),(28528,5686,67),(28529,5687,67),(28530,5688,67),(28531,5689,67),(28532,5690,67),(28533,5691,67),(28534,5692,67),(28535,5693,67),(28536,5694,67),(28537,5695,67),(28538,5696,67),(28539,5697,67),(28540,5698,67),(28541,5699,67),(28542,5700,67),(28543,5701,67),(28544,5702,67),(28545,5703,67),(28546,5704,67),(28547,5705,67),(28548,5706,67),(28549,5707,67),(28550,5708,67),(28551,5709,67),(28552,5710,67),(28553,5711,67),(28554,5712,67),(28555,5713,67),(28556,5714,67),(28557,5715,67),(28558,5716,67),(28559,5717,67),(28560,5718,67),(28561,5719,67),(28562,5720,67),(28563,5721,67),(28564,5722,67),(28565,5723,67),(28566,5724,67),(28567,5725,67),(28568,5726,67),(28569,5727,67),(28570,5728,67),(28571,5729,67),(28572,5730,67),(28573,5731,67),(28574,5828,67),(28575,5829,67),(28576,5830,67),(28577,5831,67),(28578,5832,67),(28579,5833,67),(28580,5834,67),(28581,5835,67),(28582,5836,67),(28583,5846,67),(28584,5847,67),(28585,5848,67),(28586,5849,67),(28587,5850,67),(28588,5858,67),(28589,5859,67),(28590,5860,67),(28591,5861,67),(28592,5862,67),(28593,5863,67),(28594,5864,67),(28595,5865,67),(28596,1055,67),(28597,1056,67),(28598,512,67),(28599,516,67),(28600,428,67),(28601,455,67),(28602,361,67),(28603,526,67),(28604,447,67),(28605,403,67),(28606,368,67),(28607,534,67),(28608,435,67),(28609,475,67),(28610,316,67),(28611,450,67),(28612,301,67),(28613,520,67),(28614,415,67),(28615,448,67),(28616,438,67),(28617,456,67),(28618,465,67),(28619,528,67),(28620,386,67),(28621,331,67),(28622,345,67),(28623,519,67),(28624,326,67),(28625,420,67),(28626,294,67),(28627,489,67),(28628,397,67),(28629,193,67),(28630,194,67),(28631,1057,67),(28632,195,67),(28633,1058,67),(28634,464,67),(28635,1059,67),(28636,1060,67),(28637,1061,67),(28638,1062,67),(28639,1063,67),(28640,1064,67),(28641,1065,67),(28642,1066,67),(28643,1067,67),(28644,1068,67),(28645,562,67),(28646,560,67),(28647,1069,67),(28648,1070,67),(28649,557,67),(28650,559,67),(28651,1071,67),(28652,1072,67),(28653,1073,67),(28654,399,67),(28655,196,67),(28656,10,67),(28657,11,67),(28658,12,67),(28659,13,67),(28660,14,67),(28661,15,67),(28662,16,67),(28663,17,67),(28664,18,67),(28665,19,67),(28666,20,67),(28667,21,67),(28668,22,67),(28669,23,67),(28670,24,67),(28671,25,67),(28672,26,67),(28673,27,67),(28674,28,67),(28675,29,67),(28676,1074,67),(28677,1075,67),(28678,1076,67),(28679,1077,67),(28680,1078,67),(28681,1079,67),(28682,1080,67),(28683,4211,67),(28684,4212,67),(28685,4240,67),(28686,4241,67),(28687,4656,67),(28688,4657,67),(28689,4639,67),(28690,4640,67),(28691,4641,67),(28692,4642,67),(28693,4643,67),(28694,4644,67),(28695,4645,67),(28696,4646,67),(28697,4647,67),(28698,4648,67),(28699,4649,67),(28700,4650,67),(28701,4651,67),(28702,4652,67),(28703,4653,67),(28704,4654,67),(28705,4899,67),(28706,1081,67),(28707,1082,67),(28708,1083,67),(28709,1084,67),(28710,1085,67),(28711,1086,67),(28712,1087,67),(28713,1088,67),(28714,1089,67),(28715,1090,67),(28716,1091,67),(28717,4861,67),(28718,4862,67),(28719,4863,67),(28720,4864,67),(28721,4865,67),(28722,4866,67),(28723,4867,67),(28724,4868,67),(28725,2,67),(28726,6030,67),(28727,1343,67),(28728,1092,67),(28729,1093,67),(28730,4101,67),(28731,1497,67),(28732,1498,67),(28733,3532,67),(28734,3533,67),(28735,2660,67),(28736,2659,68),(28737,3532,68),(28738,3533,68),(28739,2660,68),(28740,4861,69),(28741,4862,69),(28742,4863,69),(28743,4864,69),(28744,4865,69),(28745,4866,69),(28746,4867,69),(28747,4868,69),(28748,2,69),(28749,6030,69),(28750,1092,69),(28751,1093,69),(28752,4101,69),(28753,4014,69),(28754,1580,69),(28755,4015,69),(28756,6031,69),(28757,4017,69),(28758,1497,69),(28759,1498,69),(28760,1612,69),(28761,1613,69),(28762,1614,69),(28763,6034,69),(28764,4915,69),(28765,4916,69),(28766,4917,69),(28767,1428,69),(28768,1429,69),(28769,6035,53),(28770,4110,29),(28771,4111,29),(28772,4112,29),(28773,4113,29),(28774,4114,29),(28775,4115,29),(28776,4116,29),(28777,1580,29),(28778,6038,53),(28779,6036,53),(28780,6037,53),(28781,6033,53),(28782,3983,3),(28783,1291,70),(28784,1292,70),(28785,1293,70),(28786,1294,70),(28787,1295,70),(28788,3906,70),(28789,1297,70),(28790,1298,70),(28791,1240,70),(28792,1299,70),(28793,1300,70),(28794,1301,70),(28795,1302,70),(28796,1303,70),(28797,1304,70),(28798,1305,70),(28799,1306,70),(28800,1307,70),(28801,1308,70),(28802,3653,70),(28803,1309,70),(28804,1310,70),(28805,1311,70),(28806,1312,70),(28807,1313,70),(28808,1314,70),(28809,1315,70),(28810,1316,70),(28811,1317,70),(28812,1318,70),(28813,1319,70),(28814,1320,70),(28815,1321,70),(28816,1322,70),(28817,1323,70),(28818,1324,70),(28819,1325,70),(28820,1326,70),(28821,1327,70),(28822,3594,70),(28823,4242,70),(28824,4243,70),(28825,4244,70),(28826,4245,70),(28827,4246,70),(28828,4247,70),(28829,86,70),(28830,83,70),(28831,87,70),(28832,4595,70),(28833,4596,70),(28834,4597,70),(28835,4598,70),(28836,4599,70),(28837,4600,70),(28838,4601,70),(28839,4602,70),(28840,4603,70),(28841,4604,70),(28842,1328,70),(28843,6160,70),(28844,1330,70),(28845,1331,70),(28846,1332,70),(28847,1333,70),(28848,1334,70),(28849,1335,70),(28850,1336,70),(28851,5339,70),(28852,5340,70),(28853,5341,70),(28854,6056,70),(28855,5342,70),(28856,5343,70),(28857,5344,70),(28858,5345,70),(28859,1337,70),(28860,1338,70),(28861,1339,70),(28862,5347,70),(28863,1340,70),(28864,1341,70),(28865,1218,70),(28866,1219,70),(28867,1220,70),(28868,1221,70),(28869,1222,70),(28870,1223,70),(28871,1224,70),(28872,1225,70),(28873,1226,70),(28874,1227,70),(28875,1228,70),(28876,1229,70),(28877,1230,70),(28878,1231,70),(28879,1232,70),(28880,1233,70),(28881,1234,70),(28882,1235,70),(28883,1236,70),(28884,1237,70),(28885,1238,70),(28886,1239,70),(28887,1241,70),(28888,1242,70),(28889,1243,70),(28890,1244,70),(28891,1245,70),(28892,1246,70),(28893,1247,70),(28894,1248,70),(28895,1249,70),(28896,1250,70),(28897,1251,70),(28898,1252,70),(28899,1253,70),(28900,1254,70),(28901,1255,70),(28902,1256,70),(28903,1257,70),(28904,1258,70),(28905,1259,70),(28906,1260,70),(28907,1261,70),(28908,1262,70),(28909,1263,70),(28910,1264,70),(28911,1265,70),(28912,1266,70),(28913,1267,70),(28914,1268,70),(28915,1269,70),(28916,1270,70),(28917,1271,70),(28918,1272,70),(28919,1273,70),(28920,1274,70),(28921,1275,70),(28922,1276,70),(28923,1277,70),(28924,1278,70),(28925,1279,70),(28926,1280,70),(28927,1281,70),(28928,1282,70),(28929,1283,70),(28930,1284,70),(28931,1285,70),(28932,5398,70),(28933,5732,70),(28934,5851,70),(28935,1286,70),(28936,1287,70),(28937,4248,70),(28938,4249,70),(28939,4250,70),(28940,4251,70),(28941,4252,70),(28942,4253,70),(28943,4254,70),(28944,4255,70),(28945,4256,70),(28946,4257,70),(28947,4258,70),(28948,4259,70),(28949,4620,70),(28950,4260,70),(28951,4261,70),(28952,1288,70),(28953,1289,70),(28954,1290,70),(28955,265,70),(28956,291,70),(28957,292,70),(28958,293,70),(28959,266,70),(28960,267,70),(28961,268,70),(28962,269,70),(28963,270,70),(28964,271,70),(28965,272,70),(28966,273,70),(28967,274,70),(28968,275,70),(28969,276,70),(28970,277,70),(28971,278,70),(28972,279,70),(28973,280,70),(28974,281,70),(28975,282,70),(28976,283,70),(28977,284,70),(28978,285,70),(28979,286,70),(28980,287,70),(28981,288,70),(28982,289,70),(28983,290,70),(28984,3892,70),(28985,1545,70),(28986,2112,70),(28987,2113,70),(28988,2114,70),(28989,2115,70),(28990,2116,70),(28991,2117,70),(28992,2118,70),(28993,2119,70),(28994,2120,70),(28995,2121,70),(28996,2122,70),(28997,2123,70),(28998,2124,70),(28999,2125,70),(29000,2126,70),(29001,2127,70),(29002,2128,70),(29003,2129,70),(29004,2130,70),(29005,2131,70),(29006,2132,70),(29007,1544,70),(29008,2133,70),(29009,2134,70),(29010,2135,70),(29011,2136,70),(29012,2137,70),(29013,2138,70),(29014,2139,70),(29015,2140,70),(29016,2141,70),(29017,2142,70),(29018,2143,70),(29019,2144,70),(29020,65,70),(29021,1543,70),(29022,2145,70),(29023,2146,70),(29024,2147,70),(29025,2148,70),(29026,2149,70),(29027,2150,70),(29028,2151,70),(29029,2152,70),(29030,2153,70),(29031,2154,70),(29032,2155,70),(29033,2156,70),(29034,2157,70),(29035,2158,70),(29036,2159,70),(29037,2160,70),(29038,2161,70),(29039,2162,70),(29040,2163,70),(29041,2164,70),(29042,2165,70),(29043,2166,70),(29044,2167,70),(29045,2168,70),(29046,2169,70),(29047,2170,70),(29048,2171,70),(29049,2172,70),(29050,2173,70),(29051,2174,70),(29052,2175,70),(29053,2176,70),(29054,2177,70),(29055,2178,70),(29056,2179,70),(29057,2180,70),(29058,2181,70),(29059,2182,70),(29060,2183,70),(29061,2184,70),(29062,2185,70),(29063,2186,70),(29064,2187,70),(29065,2188,70),(29066,2189,70),(29067,2190,70),(29068,2191,70),(29069,2192,70),(29070,2193,70),(29071,2194,70),(29072,2195,70),(29073,2196,70),(29074,2197,70),(29075,2198,70),(29076,2199,70),(29077,1580,70),(29078,2200,70),(29079,2201,70),(29080,2202,70),(29081,2203,70),(29082,2204,70),(29083,2205,70),(29084,2206,70),(29085,2207,70),(29086,2208,70),(29087,2209,70),(29088,2210,70),(29089,2211,70),(29090,2212,70),(29091,2213,70),(29092,2214,70),(29093,32,70),(29094,33,70),(29095,34,70),(29096,35,70),(29097,36,70),(29098,37,70),(29099,38,70),(29100,2215,70),(29101,1588,70),(29102,1528,70),(29103,1503,70),(29104,2216,70),(29105,2217,70),(29106,1507,70),(29107,2218,70),(29108,2219,70),(29109,1509,70),(29110,2220,70),(29111,2221,70),(29112,2222,70),(29113,2223,70),(29114,2224,70),(29115,2225,70),(29116,1342,70),(29117,1343,70),(29118,2226,70),(29119,2227,70),(29120,2228,70),(29121,2229,70),(29122,2230,70),(29123,2231,70),(29124,2232,70),(29125,2233,70),(29126,2234,70),(29127,1344,70),(29128,404,70),(29129,405,70),(29130,406,70),(29131,101,70),(29132,369,70),(29133,370,70),(29134,476,70),(29135,477,70),(29136,478,70),(29137,479,70),(29138,480,70),(29139,481,70),(29140,482,70),(29141,483,70),(29142,484,70),(29143,485,70),(29144,486,70),(29145,487,70),(29146,457,70),(29147,458,70),(29148,459,70),(29149,387,70),(29150,340,70),(29151,341,70),(29152,342,70),(29153,343,70),(29154,344,70),(29155,346,70),(29156,347,70),(29157,348,70),(29158,349,70),(29159,350,70),(29160,351,70),(29161,352,70),(29162,353,70),(29163,354,70),(29164,355,70),(29165,356,70),(29166,357,70),(29167,358,70),(29168,359,70),(29169,360,70),(29170,2235,70),(29171,2236,70),(29172,2237,70),(29173,2238,70),(29174,2239,70),(29175,2240,70),(29176,2241,70),(29177,2242,70),(29178,2243,70),(29179,2244,70),(29180,2245,70),(29181,2246,70),(29182,2247,70),(29183,2248,70),(29184,1345,70),(29185,1346,70),(29186,1347,70),(29187,1348,70),(29188,1092,70),(29189,2252,70),(29190,2253,70),(29191,5350,70),(29192,5351,70),(29193,5352,70),(29194,5353,70),(29195,5354,70),(29196,5355,70),(29197,5356,70),(29198,5357,70),(29199,1349,70),(29200,1350,70),(29201,1351,70),(29202,1352,70),(29203,1353,70),(29204,1354,70),(29205,1355,70),(29206,1356,70),(29207,1357,70),(29208,1358,70),(29209,1359,70),(29210,1360,70),(29211,1361,70),(29212,1362,70),(29213,1363,70),(29214,1364,70),(29215,1365,70),(29216,1366,70),(29217,1367,70),(29218,1368,70),(29219,1369,70),(29220,4993,70),(29221,4994,70),(29222,5358,70),(29223,5359,70),(29224,1524,70),(29225,1525,70),(29226,1526,70),(29227,1370,70),(29228,1371,70),(29229,1372,70),(29230,2254,70),(29231,2255,70),(29232,1531,70),(29233,2256,70),(29234,2257,70),(29235,2258,70),(29236,2259,70),(29237,1535,70),(29238,1536,70),(29239,1373,70),(29240,1374,70),(29241,1375,70),(29242,6057,70),(29243,2260,70),(29244,2261,70),(29245,2262,70),(29246,2263,70),(29247,3462,70),(29248,1539,70),(29249,2264,70),(29250,2265,70),(29251,2266,70),(29252,2267,70),(29253,2268,70),(29254,2269,70),(29255,2270,70),(29256,2271,70),(29257,2272,70),(29258,2273,70),(29259,2274,70),(29260,2275,70),(29261,2276,70),(29262,2277,70),(29263,2278,70),(29264,2279,70),(29265,2280,70),(29266,2281,70),(29267,2282,70),(29268,2283,70),(29269,2284,70),(29270,2285,70),(29271,2286,70),(29272,2287,70),(29273,2288,70),(29274,2289,70),(29275,2290,70),(29276,2291,70),(29277,2292,70),(29278,2293,70),(29279,2294,70),(29280,2295,70),(29281,2296,70),(29282,2297,70),(29283,2298,70),(29284,2299,70),(29285,2300,70),(29286,2301,70),(29287,2302,70),(29288,2303,70),(29289,2304,70),(29290,2305,70),(29291,2306,70),(29292,2307,70),(29293,2308,70),(29294,2309,70),(29295,2310,70),(29296,2311,70),(29297,2312,70),(29298,2313,70),(29299,2314,70),(29300,2315,70),(29301,2316,70),(29302,2317,70),(29303,2318,70),(29304,1094,70),(29305,2319,70),(29306,2320,70),(29307,2321,70),(29308,2322,70),(29309,2323,70),(29310,2324,70),(29311,2325,70),(29312,2326,70),(29313,2327,70),(29314,2328,70),(29315,2329,70),(29316,2330,70),(29317,2331,70),(29318,2332,70),(29319,2333,70),(29320,2334,70),(29321,2335,70),(29322,2336,70),(29323,2337,70),(29324,2338,70),(29325,2339,70),(29326,2340,70),(29327,2341,70),(29328,2342,70),(29329,2343,70),(29330,2344,70),(29331,2345,70),(29332,2346,70),(29333,2347,70),(29334,2348,70),(29335,2349,70),(29336,2350,70),(29337,2351,70),(29338,2352,70),(29339,2353,70),(29340,2354,70),(29341,2355,70),(29342,2356,70),(29343,2357,70),(29344,2358,70),(29345,2359,70),(29346,2360,70),(29347,2361,70),(29348,2362,70),(29349,2363,70),(29350,2364,70),(29351,2365,70),(29352,2366,70),(29353,2367,70),(29354,2368,70),(29355,2369,70),(29356,2370,70),(29357,2371,70),(29358,2372,70),(29359,2373,70),(29360,2374,70),(29361,2375,70),(29362,2376,70),(29363,2377,70),(29364,2378,70),(29365,2379,70),(29366,2380,70),(29367,2381,70),(29368,2382,70),(29369,2383,70),(29370,2384,70),(29371,2385,70),(29372,2386,70),(29373,2387,70),(29374,2388,70),(29375,2389,70),(29376,2390,70),(29377,2391,70),(29378,2392,70),(29379,2393,70),(29380,2394,70),(29381,2395,70),(29382,2396,70),(29383,2397,70),(29384,2398,70),(29385,2399,70),(29386,2400,70),(29387,2401,70),(29388,2402,70),(29389,2403,70),(29390,2404,70),(29391,2405,70),(29392,2406,70),(29393,2407,70),(29394,2408,70),(29395,2409,70),(29396,2410,70),(29397,2411,70),(29398,2412,70),(29399,2413,70),(29400,2414,70),(29401,2415,70),(29402,2416,70),(29403,2417,70),(29404,2418,70),(29405,2419,70),(29406,2420,70),(29407,2421,70),(29408,2422,70),(29409,2423,70),(29410,2424,70),(29411,2425,70),(29412,2426,70),(29413,2427,70),(29414,2428,70),(29415,2429,70),(29416,2430,70),(29417,2431,70),(29418,2432,70),(29419,2433,70),(29420,2434,70),(29421,2435,70),(29422,2436,70),(29423,2437,70),(29424,2438,70),(29425,2439,70),(29426,2440,70),(29427,2441,70),(29428,2442,70),(29429,2443,70),(29430,2444,70),(29431,2445,70),(29432,2446,70),(29433,2447,70),(29434,2448,70),(29435,2449,70),(29436,2450,70),(29437,2451,70),(29438,2452,70),(29439,2453,70),(29440,2454,70),(29441,2455,70),(29442,2456,70),(29443,2457,70),(29444,2458,70),(29445,2459,70),(29446,2460,70),(29447,2461,70),(29448,2462,70),(29449,2463,70),(29450,2464,70),(29451,2465,70),(29452,2466,70),(29453,2467,70),(29454,2468,70),(29455,2469,70),(29456,2470,70),(29457,2471,70),(29458,2472,70),(29459,2473,70),(29460,2474,70),(29461,2476,70),(29462,2477,70),(29463,2478,70),(29464,2491,70),(29465,2492,70),(29466,2493,70),(29467,2495,70),(29468,2496,70),(29469,1607,70),(29470,2497,70),(29471,2498,70),(29472,1606,70),(29473,2499,70),(29474,2500,70),(29475,2501,70),(29476,2502,70),(29477,3893,70),(29478,2507,70),(29479,2508,70),(29480,1589,70),(29481,1590,70),(29482,1591,70),(29483,1592,70),(29484,1593,70),(29485,1594,70),(29486,2641,70),(29487,1540,70),(29488,2509,70),(29489,1598,70),(29490,1601,70),(29491,1602,70),(29492,1600,70),(29493,2510,70),(29494,6043,70),(29495,5346,70),(29496,5428,70),(29497,5429,70),(29498,5430,70),(29499,5431,70),(29500,5432,70),(29501,5433,70),(29502,5434,70),(29503,5435,70),(29504,5436,70),(29505,5437,70),(29506,5438,70),(29507,5439,70),(29508,5440,70),(29509,5441,70),(29510,5442,70),(29511,5443,70),(29512,5444,70),(29513,5445,70),(29514,5446,70),(29515,5447,70),(29516,5448,70),(29517,5449,70),(29518,5450,70),(29519,5451,70),(29520,5452,70),(29521,5453,70),(29522,5454,70),(29523,5455,70),(29524,5456,70),(29525,5457,70),(29526,5458,70),(29527,5459,70),(29528,5460,70),(29529,5461,70),(29530,5462,70),(29531,5463,70),(29532,5464,70),(29533,5465,70),(29534,5466,70),(29535,5467,70),(29536,5468,70),(29537,5469,70),(29538,5470,70),(29539,5471,70),(29540,5472,70),(29541,5473,70),(29542,5474,70),(29543,5475,70),(29544,5476,70),(29545,5477,70),(29546,5478,70),(29547,5479,70),(29548,5480,70),(29549,5481,70),(29550,5482,70),(29551,5483,70),(29552,5484,70),(29553,5485,70),(29554,5486,70),(29555,5487,70),(29556,5488,70),(29557,5489,70),(29558,5490,70),(29559,5491,70),(29560,5492,70),(29561,5493,70),(29562,5494,70),(29563,5495,70),(29564,5496,70),(29565,5497,70),(29566,5498,70),(29567,5499,70),(29568,5500,70),(29569,5501,70),(29570,5502,70),(29571,5503,70),(29572,5504,70),(29573,5505,70),(29574,5506,70),(29575,5507,70),(29576,5508,70),(29577,5509,70),(29578,5510,70),(29579,5511,70),(29580,5512,70),(29581,5513,70),(29582,5514,70),(29583,5515,70),(29584,5516,70),(29585,5517,70),(29586,5518,70),(29587,5519,70),(29588,5520,70),(29589,5521,70),(29590,5522,70),(29591,5523,70),(29592,5524,70),(29593,5525,70),(29594,5526,70),(29595,5527,70),(29596,5528,70),(29597,5529,70),(29598,5530,70),(29599,5531,70),(29600,5532,70),(29601,5533,70),(29602,5534,70),(29603,5535,70),(29604,5536,70),(29605,5537,70),(29606,5538,70),(29607,5539,70),(29608,5540,70),(29609,5541,70),(29610,5542,70),(29611,5543,70),(29612,5544,70),(29613,5545,70),(29614,5546,70),(29615,5547,70),(29616,5548,70),(29617,5549,70),(29618,5550,70),(29619,5551,70),(29620,6044,70),(29621,5942,70),(29622,5943,70),(29623,5944,70),(29624,5945,70),(29625,5946,70),(29626,5947,70),(29627,5948,70),(29628,5949,70),(29629,5950,70),(29630,5951,70),(29631,5952,70),(29632,5953,70),(29633,5954,70),(29634,5955,70),(29635,5956,70),(29636,5957,70),(29637,5958,70),(29638,5959,70),(29639,5960,70),(29640,5961,70),(29641,5962,70),(29642,5963,70),(29643,5964,70),(29644,5965,70),(29645,5966,70),(29646,5967,70),(29647,5968,70),(29648,5969,70),(29649,5970,70),(29650,5971,70),(29651,5972,70),(29652,5973,70),(29653,5974,70),(29654,5975,70),(29655,5976,70),(29656,5977,70),(29657,5978,70),(29658,5979,70),(29659,5980,70),(29660,5981,70),(29661,5982,70),(29662,5983,70),(29663,5984,70),(29664,5552,70),(29665,2517,70),(29666,2518,70),(29667,2519,70),(29668,1595,70),(29669,2524,70),(29670,2525,70),(29671,2526,70),(29672,2527,70),(29673,2528,70),(29674,2529,70),(29675,2530,70),(29676,2531,70),(29677,2532,70),(29678,2533,70),(29679,2534,70),(29680,2535,70),(29681,2536,70),(29682,2537,70),(29683,1500,70),(29684,1501,70),(29685,2538,70),(29686,2539,70),(29687,2540,70),(29688,2541,70),(29689,2542,70),(29690,2543,70),(29691,2544,70),(29692,2545,70),(29693,2546,70),(29694,2547,70),(29695,1488,70),(29696,1489,70),(29697,4012,70),(29698,4013,70),(29699,2548,70),(29700,2549,70),(29701,2550,70),(29702,2551,70),(29703,2552,70),(29704,2553,70),(29705,2554,70),(29706,2555,70),(29707,2556,70),(29708,2557,70),(29709,2558,70),(29710,2559,70),(29711,2560,70),(29712,2561,70),(29713,2562,70),(29714,2563,70),(29715,2564,70),(29716,2565,70),(29717,2566,70),(29718,2567,70),(29719,2568,70),(29720,2569,70),(29721,2570,70),(29722,2571,70),(29723,2572,70),(29724,2573,70),(29725,2574,70),(29726,2575,70),(29727,2576,70),(29728,2577,70),(29729,2578,70),(29730,2579,70),(29731,2580,70),(29732,2581,70),(29733,2582,70),(29734,2583,70),(29735,2584,70),(29736,2585,70),(29737,2586,70),(29738,2587,70),(29739,2588,70),(29740,2589,70),(29741,2590,70),(29742,2591,70),(29743,2592,70),(29744,2593,70),(29745,2594,70),(29746,2595,70),(29747,2596,70),(29748,1532,70),(29749,2597,70),(29750,2598,70),(29751,2599,70),(29752,2600,70),(29753,2601,70),(29754,2602,70),(29755,2603,70),(29756,2604,70),(29757,2605,70),(29758,2606,70),(29759,2607,70),(29760,2608,70),(29761,2609,70),(29762,2610,70),(29763,2611,70),(29764,2612,70),(29765,2613,70),(29766,2614,70),(29767,2615,70),(29768,2616,70),(29769,2617,70),(29770,2618,70),(29771,2619,70),(29772,2620,70),(29773,2621,70),(29774,2622,70),(29775,2623,70),(29776,2624,70),(29777,2625,70),(29778,2626,70),(29779,2627,70),(29780,2628,70),(29781,2629,70),(29782,2630,70),(29783,2631,70),(29784,2632,70),(29785,2633,70),(29786,2634,70),(29787,2635,70),(29788,2636,70),(29789,1490,70),(29790,1491,70),(29791,1492,70),(29792,2637,70),(29793,2638,70),(29794,2639,70),(29795,2640,70),(29796,1291,71),(29797,1292,71),(29798,1293,71),(29799,1294,71),(29800,1295,71),(29801,3906,71),(29802,1297,71),(29803,1298,71),(29804,1240,71),(29805,1299,71),(29806,1300,71),(29807,1301,71),(29808,1302,71),(29809,1303,71),(29810,1304,71),(29811,1305,71),(29812,1306,71),(29813,1307,71),(29814,1308,71),(29815,3653,71),(29816,1309,71),(29817,1310,71),(29818,1311,71),(29819,1312,71),(29820,1313,71),(29821,1314,71),(29822,1315,71),(29823,1316,71),(29824,1317,71),(29825,1318,71),(29826,1319,71),(29827,1320,71),(29828,1321,71),(29829,1322,71),(29830,1323,71),(29831,1324,71),(29832,1325,71),(29833,1326,71),(29834,1327,71),(29835,3594,71),(29836,4242,71),(29837,4243,71),(29838,4244,71),(29839,4245,71),(29840,4246,71),(29841,4247,71),(29842,86,71),(29843,83,71),(29844,87,71),(29845,4595,71),(29846,4596,71),(29847,4597,71),(29848,4598,71),(29849,4599,71),(29850,4600,71),(29851,4601,71),(29852,4602,71),(29853,4603,71),(29854,4604,71),(29855,1328,71),(29856,6160,71),(29857,1330,71),(29858,1331,71),(29859,1332,71),(29860,1333,71),(29861,1334,71),(29862,1335,71),(29863,1336,71),(29864,5339,71),(29865,5340,71),(29866,5341,71),(29867,6056,71),(29868,5342,71),(29869,5343,71),(29870,5344,71),(29871,5345,71),(29872,1337,71),(29873,1338,71),(29874,1339,71),(29875,5347,71),(29876,1340,71),(29877,1341,71),(29878,1218,71),(29879,1219,71),(29880,1220,71),(29881,1221,71),(29882,1222,71),(29883,1223,71),(29884,1224,71),(29885,1225,71),(29886,1226,71),(29887,1227,71),(29888,1228,71),(29889,1229,71),(29890,1230,71),(29891,1231,71),(29892,1232,71),(29893,1233,71),(29894,1234,71),(29895,1235,71),(29896,1236,71),(29897,1237,71),(29898,1238,71),(29899,1239,71),(29900,1241,71),(29901,1242,71),(29902,1243,71),(29903,1244,71),(29904,1245,71),(29905,1246,71),(29906,1247,71),(29907,1248,71),(29908,1249,71),(29909,1250,71),(29910,1251,71),(29911,1252,71),(29912,1253,71),(29913,1254,71),(29914,1255,71),(29915,1256,71),(29916,1257,71),(29917,1258,71),(29918,1259,71),(29919,1260,71),(29920,1261,71),(29921,1262,71),(29922,1263,71),(29923,1264,71),(29924,1265,71),(29925,1266,71),(29926,1267,71),(29927,1268,71),(29928,1269,71),(29929,1270,71),(29930,1271,71),(29931,1272,71),(29932,1273,71),(29933,1274,71),(29934,1275,71),(29935,1276,71),(29936,1277,71),(29937,1278,71),(29938,1279,71),(29939,1280,71),(29940,1281,71),(29941,1282,71),(29942,1283,71),(29943,1284,71),(29944,1285,71),(29945,5398,71),(29946,5732,71),(29947,5851,71),(29948,1286,71),(29949,1287,71),(29950,4248,71),(29951,4249,71),(29952,4250,71),(29953,4251,71),(29954,4252,71),(29955,4253,71),(29956,4254,71),(29957,4255,71),(29958,4256,71),(29959,4257,71),(29960,4258,71),(29961,4259,71),(29962,4620,71),(29963,4260,71),(29964,4261,71),(29965,1288,71),(29966,1289,71),(29967,1290,71),(29968,265,71),(29969,291,71),(29970,292,71),(29971,293,71),(29972,266,71),(29973,267,71),(29974,268,71),(29975,269,71),(29976,270,71),(29977,271,71),(29978,272,71),(29979,273,71),(29980,274,71),(29981,275,71),(29982,276,71),(29983,277,71),(29984,278,71),(29985,279,71),(29986,280,71),(29987,281,71),(29988,282,71),(29989,283,71),(29990,284,71),(29991,285,71),(29992,286,71),(29993,287,71),(29994,288,71),(29995,289,71),(29996,290,71),(29997,1545,71),(29998,2112,71),(29999,2113,71),(30000,2114,71),(30001,2115,71),(30002,2116,71),(30003,2117,71),(30004,2118,71),(30005,2119,71),(30006,2120,71),(30007,2121,71),(30008,2122,71),(30009,2123,71),(30010,2124,71),(30011,2125,71),(30012,2126,71),(30013,2127,71),(30014,2128,71),(30015,2129,71),(30016,2130,71),(30017,2131,71),(30018,2132,71),(30019,1544,71),(30020,2133,71),(30021,2134,71),(30022,2135,71),(30023,2136,71),(30024,2137,71),(30025,2138,71),(30026,2139,71),(30027,2140,71),(30028,2141,71),(30029,2142,71),(30030,2143,71),(30031,2144,71),(30032,65,71),(30033,1543,71),(30034,2145,71),(30035,2146,71),(30036,2147,71),(30037,2148,71),(30038,2149,71),(30039,2150,71),(30040,2151,71),(30041,2152,71),(30042,2153,71),(30043,2154,71),(30044,2155,71),(30045,2156,71),(30046,2157,71),(30047,2158,71),(30048,2159,71),(30049,2160,71),(30050,2161,71),(30051,2162,71),(30052,2163,71),(30053,2164,71),(30054,2165,71),(30055,2166,71),(30056,2167,71),(30057,2168,71),(30058,2169,71),(30059,2170,71),(30060,2171,71),(30061,2172,71),(30062,2173,71),(30063,2174,71),(30064,2175,71),(30065,2176,71),(30066,2177,71),(30067,2178,71),(30068,2179,71),(30069,2180,71),(30070,2181,71),(30071,2182,71),(30072,2183,71),(30073,2184,71),(30074,2185,71),(30075,2186,71),(30076,2187,71),(30077,2188,71),(30078,2189,71),(30079,2190,71),(30080,2191,71),(30081,2192,71),(30082,2193,71),(30083,2194,71),(30084,2195,71),(30085,2196,71),(30086,2197,71),(30087,2198,71),(30088,2199,71),(30089,1580,71),(30090,2200,71),(30091,2201,71),(30092,2202,71),(30093,2203,71),(30094,2204,71),(30095,2205,71),(30096,2206,71),(30097,2207,71),(30098,2208,71),(30099,2209,71),(30100,2210,71),(30101,2211,71),(30102,2212,71),(30103,2213,71),(30104,2214,71),(30105,32,71),(30106,33,71),(30107,34,71),(30108,35,71),(30109,36,71),(30110,37,71),(30111,38,71),(30112,2215,71),(30113,1588,71),(30114,1528,71),(30115,1503,71),(30116,2216,71),(30117,2217,71),(30118,1507,71),(30119,2218,71),(30120,2219,71),(30121,1509,71),(30122,2220,71),(30123,2221,71),(30124,2222,71),(30125,2223,71),(30126,2224,71),(30127,2225,71),(30128,1342,71),(30129,1343,71),(30130,2226,71),(30131,2227,71),(30132,2228,71),(30133,2229,71),(30134,2230,71),(30135,2231,71),(30136,2232,71),(30137,2233,71),(30138,2234,71),(30139,1344,71),(30140,404,71),(30141,405,71),(30142,406,71),(30143,101,71),(30144,369,71),(30145,370,71),(30146,476,71),(30147,477,71),(30148,478,71),(30149,479,71),(30150,480,71),(30151,481,71),(30152,482,71),(30153,483,71),(30154,484,71),(30155,485,71),(30156,486,71),(30157,487,71),(30158,457,71),(30159,458,71),(30160,459,71),(30161,387,71),(30162,340,71),(30163,341,71),(30164,342,71),(30165,343,71),(30166,344,71),(30167,346,71),(30168,347,71),(30169,348,71),(30170,349,71),(30171,350,71),(30172,351,71),(30173,352,71),(30174,353,71),(30175,354,71),(30176,355,71),(30177,356,71),(30178,357,71),(30179,358,71),(30180,359,71),(30181,360,71),(30182,2235,71),(30183,2236,71),(30184,2237,71),(30185,2238,71),(30186,2239,71),(30187,2240,71),(30188,2241,71),(30189,2242,71),(30190,2243,71),(30191,2244,71),(30192,2245,71),(30193,2246,71),(30194,2247,71),(30195,2248,71),(30196,1345,71),(30197,1346,71),(30198,1347,71),(30199,1348,71),(30200,2249,71),(30201,2250,71),(30202,2251,71),(30203,1092,71),(30204,2252,71),(30205,2253,71),(30206,5350,71),(30207,5351,71),(30208,5352,71),(30209,5353,71),(30210,5354,71),(30211,5355,71),(30212,5356,71),(30213,5357,71),(30214,1349,71),(30215,1350,71),(30216,1351,71),(30217,1352,71),(30218,1353,71),(30219,1354,71),(30220,1355,71),(30221,1356,71),(30222,1357,71),(30223,1358,71),(30224,1359,71),(30225,1360,71),(30226,1361,71),(30227,1362,71),(30228,1363,71),(30229,1364,71),(30230,1365,71),(30231,1366,71),(30232,1367,71),(30233,1368,71),(30234,1369,71),(30235,4993,71),(30236,4994,71),(30237,5358,71),(30238,5359,71),(30239,1523,71),(30240,1524,71),(30241,1525,71),(30242,1526,71),(30243,1570,71),(30244,1370,71),(30245,1371,71),(30246,1372,71),(30247,2254,71),(30248,2255,71),(30249,1531,71),(30250,2256,71),(30251,2257,71),(30252,2258,71),(30253,2259,71),(30254,1535,71),(30255,1536,71),(30256,1373,71),(30257,1374,71),(30258,1375,71),(30259,6057,71),(30260,2260,71),(30261,2261,71),(30262,2262,71),(30263,2263,71),(30264,3462,71),(30265,1539,71),(30266,2264,71),(30267,2265,71),(30268,2266,71),(30269,2267,71),(30270,2268,71),(30271,2269,71),(30272,2270,71),(30273,2271,71),(30274,2272,71),(30275,2273,71),(30276,2274,71),(30277,2275,71),(30278,2276,71),(30279,2277,71),(30280,2278,71),(30281,2279,71),(30282,2280,71),(30283,2281,71),(30284,2282,71),(30285,2283,71),(30286,2284,71),(30287,2285,71),(30288,2286,71),(30289,2287,71),(30290,2288,71),(30291,2289,71),(30292,2290,71),(30293,2291,71),(30294,2292,71),(30295,2293,71),(30296,2294,71),(30297,2295,71),(30298,2296,71),(30299,2297,71),(30300,2298,71),(30301,2299,71),(30302,2300,71),(30303,2301,71),(30304,2302,71),(30305,2303,71),(30306,2304,71),(30307,2305,71),(30308,2306,71),(30309,2307,71),(30310,2308,71),(30311,2309,71),(30312,2310,71),(30313,2311,71),(30314,2312,71),(30315,2313,71),(30316,2314,71),(30317,2315,71),(30318,2316,71),(30319,2317,71),(30320,2318,71),(30321,1094,71),(30322,2319,71),(30323,2320,71),(30324,2321,71),(30325,2322,71),(30326,2323,71),(30327,2324,71),(30328,2325,71),(30329,2326,71),(30330,2327,71),(30331,2328,71),(30332,2329,71),(30333,2330,71),(30334,2331,71),(30335,2332,71),(30336,2333,71),(30337,2334,71),(30338,2335,71),(30339,2336,71),(30340,2337,71),(30341,2338,71),(30342,2339,71),(30343,2340,71),(30344,2341,71),(30345,2342,71),(30346,2343,71),(30347,2344,71),(30348,2345,71),(30349,2346,71),(30350,2347,71),(30351,2348,71),(30352,2349,71),(30353,2350,71),(30354,2351,71),(30355,2352,71),(30356,2353,71),(30357,2354,71),(30358,2355,71),(30359,2356,71),(30360,2357,71),(30361,2358,71),(30362,2359,71),(30363,2360,71),(30364,2361,71),(30365,2362,71),(30366,2363,71),(30367,2364,71),(30368,2365,71),(30369,2366,71),(30370,2367,71),(30371,2368,71),(30372,2369,71),(30373,2370,71),(30374,2371,71),(30375,2372,71),(30376,2373,71),(30377,2374,71),(30378,2375,71),(30379,2376,71),(30380,2377,71),(30381,2378,71),(30382,2379,71),(30383,2380,71),(30384,2381,71),(30385,2382,71),(30386,2383,71),(30387,2384,71),(30388,2385,71),(30389,2386,71),(30390,2387,71),(30391,2388,71),(30392,2389,71),(30393,2390,71),(30394,2391,71),(30395,2392,71),(30396,2393,71),(30397,2394,71),(30398,2395,71),(30399,2396,71),(30400,2397,71),(30401,2398,71),(30402,2399,71),(30403,2400,71),(30404,2401,71),(30405,2402,71),(30406,2403,71),(30407,2404,71),(30408,2405,71),(30409,2406,71),(30410,2407,71),(30411,2408,71),(30412,2409,71),(30413,2410,71),(30414,2411,71),(30415,2412,71),(30416,2413,71),(30417,2414,71),(30418,2415,71),(30419,2416,71),(30420,2417,71),(30421,2418,71),(30422,2419,71),(30423,2420,71),(30424,2421,71),(30425,2422,71),(30426,2423,71),(30427,2424,71),(30428,2425,71),(30429,2426,71),(30430,2427,71),(30431,2428,71),(30432,2429,71),(30433,2430,71),(30434,2431,71),(30435,2432,71),(30436,2433,71),(30437,2434,71),(30438,2435,71),(30439,2436,71),(30440,2437,71),(30441,2438,71),(30442,2439,71),(30443,2440,71),(30444,2441,71),(30445,2442,71),(30446,2443,71),(30447,2444,71),(30448,2445,71),(30449,2446,71),(30450,2447,71),(30451,2448,71),(30452,2449,71),(30453,2450,71),(30454,2451,71),(30455,2452,71),(30456,2453,71),(30457,2454,71),(30458,2455,71),(30459,2456,71),(30460,2457,71),(30461,2458,71),(30462,2459,71),(30463,2460,71),(30464,2461,71),(30465,2462,71),(30466,2463,71),(30467,2464,71),(30468,2465,71),(30469,2466,71),(30470,2467,71),(30471,2468,71),(30472,2469,71),(30473,2470,71),(30474,2471,71),(30475,2472,71),(30476,2473,71),(30477,2474,71),(30478,2475,71),(30479,2476,71),(30480,2477,71),(30481,2478,71),(30482,3463,71),(30483,2482,71),(30484,2483,71),(30485,2484,71),(30486,2485,71),(30487,2486,71),(30488,2487,71),(30489,2488,71),(30490,2489,71),(30491,2529,71),(30492,3464,71),(30493,1573,71),(30494,1554,71),(30495,1555,71),(30496,1556,71),(30497,1557,71),(30498,1558,71),(30499,1559,71),(30500,1560,71),(30501,3465,71),(30502,2491,71),(30503,2492,71),(30504,2493,71),(30505,2494,71),(30506,2495,71),(30507,2496,71),(30508,2497,71),(30509,2498,71),(30510,1606,71),(30511,1607,71),(30512,2499,71),(30513,2500,71),(30514,2501,71),(30515,2502,71),(30516,2503,71),(30517,2507,71),(30518,2508,71),(30519,1589,71),(30520,1590,71),(30521,1591,71),(30522,1592,71),(30523,1593,71),(30524,1594,71),(30525,2641,71),(30526,1540,71),(30527,2509,71),(30528,1598,71),(30529,1601,71),(30530,1602,71),(30531,1600,71),(30532,2510,71),(30533,6043,71),(30534,5346,71),(30535,5428,71),(30536,5429,71),(30537,5430,71),(30538,5431,71),(30539,5432,71),(30540,5433,71),(30541,5434,71),(30542,5435,71),(30543,5436,71),(30544,5437,71),(30545,5438,71),(30546,5439,71),(30547,5440,71),(30548,5441,71),(30549,5442,71),(30550,5443,71),(30551,5444,71),(30552,5445,71),(30553,5446,71),(30554,5447,71),(30555,5448,71),(30556,5449,71),(30557,5450,71),(30558,5451,71),(30559,5452,71),(30560,5453,71),(30561,5454,71),(30562,5455,71),(30563,5456,71),(30564,5457,71),(30565,5458,71),(30566,5459,71),(30567,5460,71),(30568,5461,71),(30569,5462,71),(30570,5463,71),(30571,5464,71),(30572,5465,71),(30573,5466,71),(30574,5467,71),(30575,5468,71),(30576,5469,71),(30577,5470,71),(30578,5471,71),(30579,5472,71),(30580,5473,71),(30581,5474,71),(30582,5475,71),(30583,5476,71),(30584,5477,71),(30585,5478,71),(30586,5479,71),(30587,5480,71),(30588,5481,71),(30589,5482,71),(30590,5483,71),(30591,5484,71),(30592,5485,71),(30593,5486,71),(30594,5487,71),(30595,5488,71),(30596,5489,71),(30597,5490,71),(30598,5491,71),(30599,5492,71),(30600,5493,71),(30601,5494,71),(30602,5495,71),(30603,5496,71),(30604,5497,71),(30605,5498,71),(30606,5499,71),(30607,5500,71),(30608,5501,71),(30609,5502,71),(30610,5503,71),(30611,5504,71),(30612,5505,71),(30613,5506,71),(30614,5507,71),(30615,5508,71),(30616,5509,71),(30617,5510,71),(30618,5511,71),(30619,5512,71),(30620,5513,71),(30621,5514,71),(30622,5515,71),(30623,5516,71),(30624,5517,71),(30625,5518,71),(30626,5519,71),(30627,5520,71),(30628,5521,71),(30629,5522,71),(30630,5523,71),(30631,5524,71),(30632,5525,71),(30633,5526,71),(30634,5527,71),(30635,5528,71),(30636,5529,71),(30637,5530,71),(30638,5531,71),(30639,5532,71),(30640,5533,71),(30641,5534,71),(30642,5535,71),(30643,5536,71),(30644,5537,71),(30645,5538,71),(30646,5539,71),(30647,5540,71),(30648,5541,71),(30649,5542,71),(30650,5543,71),(30651,5544,71),(30652,5545,71),(30653,5546,71),(30654,5547,71),(30655,5548,71),(30656,5549,71),(30657,5550,71),(30658,5551,71),(30659,6044,71),(30660,5942,71),(30661,5943,71),(30662,5944,71),(30663,5945,71),(30664,5946,71),(30665,5947,71),(30666,5948,71),(30667,5949,71),(30668,5950,71),(30669,5951,71),(30670,5952,71),(30671,5953,71),(30672,5954,71),(30673,5955,71),(30674,5956,71),(30675,5957,71),(30676,5958,71),(30677,5959,71),(30678,5960,71),(30679,5961,71),(30680,5962,71),(30681,5963,71),(30682,5964,71),(30683,5965,71),(30684,5966,71),(30685,5967,71),(30686,5968,71),(30687,5969,71),(30688,5970,71),(30689,5971,71),(30690,5972,71),(30691,5973,71),(30692,5974,71),(30693,5975,71),(30694,5976,71),(30695,5977,71),(30696,5978,71),(30697,5979,71),(30698,5980,71),(30699,5981,71),(30700,5982,71),(30701,5983,71),(30702,5984,71),(30703,5552,71),(30704,2517,71),(30705,2518,71),(30706,2519,71),(30707,2520,71),(30708,1500,71),(30709,1501,71),(30710,2521,71),(30711,2522,71),(30712,2523,71),(30713,1595,71),(30714,2524,71),(30715,2525,71),(30716,2526,71),(30717,2527,71),(30718,2528,71),(30719,2530,71),(30720,2531,71),(30721,2532,71),(30722,2533,71),(30723,2534,71),(30724,2535,71),(30725,2536,71),(30726,2537,71),(30727,2538,71),(30728,2539,71),(30729,2540,71),(30730,2541,71),(30731,2542,71),(30732,2543,71),(30733,2544,71),(30734,2545,71),(30735,2546,71),(30736,2547,71),(30737,1488,71),(30738,1489,71),(30739,4012,71),(30740,4013,71),(30741,2548,71),(30742,2549,71),(30743,2550,71),(30744,2551,71),(30745,2552,71),(30746,2553,71),(30747,2554,71),(30748,2555,71),(30749,2556,71),(30750,2557,71),(30751,2558,71),(30752,2559,71),(30753,2560,71),(30754,2561,71),(30755,2562,71),(30756,2563,71),(30757,2564,71),(30758,2565,71),(30759,2566,71),(30760,2567,71),(30761,2568,71),(30762,2569,71),(30763,2570,71),(30764,2571,71),(30765,2572,71),(30766,2573,71),(30767,2574,71),(30768,2575,71),(30769,2576,71),(30770,2577,71),(30771,2578,71),(30772,2579,71),(30773,2580,71),(30774,2581,71),(30775,2582,71),(30776,2583,71),(30777,2584,71),(30778,2585,71),(30779,2586,71),(30780,2587,71),(30781,2588,71),(30782,2589,71),(30783,2590,71),(30784,2591,71),(30785,2592,71),(30786,2593,71),(30787,2594,71),(30788,2595,71),(30789,2596,71),(30790,1532,71),(30791,2597,71),(30792,2598,71),(30793,2599,71),(30794,2600,71),(30795,2601,71),(30796,2602,71),(30797,2603,71),(30798,2604,71),(30799,2605,71),(30800,2606,71),(30801,2607,71),(30802,2608,71),(30803,2609,71),(30804,2610,71),(30805,2611,71),(30806,2612,71),(30807,2613,71),(30808,2614,71),(30809,2615,71),(30810,2616,71),(30811,2617,71),(30812,2618,71),(30813,2619,71),(30814,2620,71),(30815,2621,71),(30816,2622,71),(30817,2623,71),(30818,2624,71),(30819,2625,71),(30820,2626,71),(30821,2627,71),(30822,2628,71),(30823,2629,71),(30824,2630,71),(30825,2631,71),(30826,2632,71),(30827,2633,71),(30828,2634,71),(30829,2635,71),(30830,2636,71),(30831,1490,71),(30832,1491,71),(30833,1492,71),(30834,2637,71),(30835,2638,71),(30836,2639,71),(30837,2640,71),(30838,1218,72),(30839,1219,72),(30840,1220,72),(30841,1221,72),(30842,1222,72),(30843,1223,72),(30844,1224,72),(30845,1225,72),(30846,1226,72),(30847,1227,72),(30848,1228,72),(30849,1229,72),(30850,1230,72),(30851,1231,72),(30852,1232,72),(30853,1233,72),(30854,1234,72),(30855,1235,72),(30856,1236,72),(30857,1237,72),(30858,1238,72),(30859,1239,72),(30860,1240,72),(30861,1241,72),(30862,1242,72),(30863,1243,72),(30864,1244,72),(30865,1245,72),(30866,1246,72),(30867,1247,72),(30868,1248,72),(30869,1249,72),(30870,1250,72),(30871,1251,72),(30872,1252,72),(30873,1253,72),(30874,1254,72),(30875,1255,72),(30876,1256,72),(30877,1257,72),(30878,1258,72),(30879,1259,72),(30880,1260,72),(30881,1261,72),(30882,1262,72),(30883,1263,72),(30884,1264,72),(30885,1265,72),(30886,1266,72),(30887,1267,72),(30888,1268,72),(30889,1269,72),(30890,1270,72),(30891,1271,72),(30892,1272,72),(30893,1273,72),(30894,1274,72),(30895,1275,72),(30896,1276,72),(30897,1277,72),(30898,1278,72),(30899,1279,72),(30900,1280,72),(30901,1281,72),(30902,1282,72),(30903,1283,72),(30904,1284,72),(30905,1285,72),(30906,5398,72),(30907,5732,72),(30908,5851,72),(30909,1286,72),(30910,1287,72),(30911,4248,72),(30912,4249,72),(30913,4250,72),(30914,4251,72),(30915,4252,72),(30916,4253,72),(30917,4254,72),(30918,4255,72),(30919,4256,72),(30920,4257,72),(30921,4258,72),(30922,4259,72),(30923,4620,72),(30924,4260,72),(30925,4261,72),(30926,1288,72),(30927,1289,72),(30928,1290,72),(30929,1291,73),(30930,1292,73),(30931,1293,73),(30932,1294,73),(30933,1295,73),(30934,3906,73),(30935,1297,73),(30936,1298,73),(30937,1240,73),(30938,1299,73),(30939,1300,73),(30940,1301,73),(30941,1302,73),(30942,1303,73),(30943,1304,73),(30944,1305,73),(30945,1306,73),(30946,1307,73),(30947,1308,73),(30948,3653,73),(30949,1309,73),(30950,1310,73),(30951,1311,73),(30952,1312,73),(30953,1313,73),(30954,1314,73),(30955,1315,73),(30956,1316,73),(30957,1317,73),(30958,1318,73),(30959,1319,73),(30960,1320,73),(30961,1321,73),(30962,1322,73),(30963,1323,73),(30964,1324,73),(30965,1325,73),(30966,1326,73),(30967,1327,73),(30968,3594,73),(30969,4242,73),(30970,4243,73),(30971,4244,73),(30972,4245,73),(30973,4246,73),(30974,4247,73),(30975,86,73),(30976,83,73),(30977,87,73),(30978,4595,73),(30979,4596,73),(30980,4597,73),(30981,4598,73),(30982,4599,73),(30983,4600,73),(30984,4601,73),(30985,4602,73),(30986,4603,73),(30987,4604,73),(30988,1328,73),(30989,6160,73),(30990,1330,73),(30991,1331,73),(30992,1332,73),(30993,1333,73),(30994,1334,73),(30995,1335,73),(30996,1336,73),(30997,5339,73),(30998,5340,73),(30999,5341,73),(31000,6056,73),(31001,5342,73),(31002,5343,73),(31003,5344,73),(31004,5345,73),(31005,1337,73),(31006,1338,73),(31007,1339,73),(31008,5347,73),(31009,1340,73),(31010,1341,73),(31011,1218,73),(31012,1219,73),(31013,1220,73),(31014,1221,73),(31015,1222,73),(31016,1223,73),(31017,1224,73),(31018,1225,73),(31019,1226,73),(31020,1227,73),(31021,1228,73),(31022,1229,73),(31023,1230,73),(31024,1231,73),(31025,1232,73),(31026,1233,73),(31027,1234,73),(31028,1235,73),(31029,1236,73),(31030,1237,73),(31031,1238,73),(31032,1239,73),(31033,1241,73),(31034,1242,73),(31035,1243,73),(31036,1244,73),(31037,1245,73),(31038,1246,73),(31039,1247,73),(31040,1248,73),(31041,1249,73),(31042,1250,73),(31043,1251,73),(31044,1252,73),(31045,1253,73),(31046,1254,73),(31047,1255,73),(31048,1256,73),(31049,1257,73),(31050,1258,73),(31051,1259,73),(31052,1260,73),(31053,1261,73),(31054,1262,73),(31055,1263,73),(31056,1264,73),(31057,1265,73),(31058,1266,73),(31059,1267,73),(31060,1268,73),(31061,1269,73),(31062,1270,73),(31063,1271,73),(31064,1272,73),(31065,1273,73),(31066,1274,73),(31067,1275,73),(31068,1276,73),(31069,1277,73),(31070,1278,73),(31071,1279,73),(31072,1280,73),(31073,1281,73),(31074,1282,73),(31075,1283,73),(31076,1284,73),(31077,1285,73),(31078,5398,73),(31079,5732,73),(31080,5851,73),(31081,1286,73),(31082,1287,73),(31083,4248,73),(31084,4249,73),(31085,4250,73),(31086,4251,73),(31087,4252,73),(31088,4253,73),(31089,4254,73),(31090,4255,73),(31091,4256,73),(31092,4257,73),(31093,4258,73),(31094,4259,73),(31095,4620,73),(31096,4260,73),(31097,4261,73),(31098,1288,73),(31099,1289,73),(31100,1290,73),(31101,265,73),(31102,291,73),(31103,292,73),(31104,293,73),(31105,266,73),(31106,267,73),(31107,268,73),(31108,269,73),(31109,270,73),(31110,271,73),(31111,272,73),(31112,273,73),(31113,274,73),(31114,275,73),(31115,276,73),(31116,277,73),(31117,278,73),(31118,279,73),(31119,280,73),(31120,281,73),(31121,282,73),(31122,283,73),(31123,284,73),(31124,285,73),(31125,286,73),(31126,287,73),(31127,288,73),(31128,289,73),(31129,290,73),(31130,1545,73),(31131,2112,73),(31132,2113,73),(31133,2114,73),(31134,2115,73),(31135,2116,73),(31136,2117,73),(31137,2118,73),(31138,2119,73),(31139,2120,73),(31140,2121,73),(31141,2122,73),(31142,2123,73),(31143,2124,73),(31144,2125,73),(31145,2126,73),(31146,2127,73),(31147,2128,73),(31148,2129,73),(31149,2130,73),(31150,2131,73),(31151,2132,73),(31152,1544,73),(31153,2133,73),(31154,2134,73),(31155,2135,73),(31156,2136,73),(31157,2137,73),(31158,2138,73),(31159,2139,73),(31160,2140,73),(31161,2141,73),(31162,2142,73),(31163,2143,73),(31164,2144,73),(31165,65,73),(31166,1543,73),(31167,2145,73),(31168,2146,73),(31169,2147,73),(31170,2148,73),(31171,2149,73),(31172,2150,73),(31173,2151,73),(31174,2152,73),(31175,2153,73),(31176,2154,73),(31177,2155,73),(31178,2156,73),(31179,2157,73),(31180,2158,73),(31181,2159,73),(31182,2160,73),(31183,2161,73),(31184,2162,73),(31185,2163,73),(31186,2164,73),(31187,2165,73),(31188,2166,73),(31189,2167,73),(31190,2168,73),(31191,2169,73),(31192,2170,73),(31193,2171,73),(31194,2172,73),(31195,2173,73),(31196,2174,73),(31197,2175,73),(31198,2176,73),(31199,2177,73),(31200,2178,73),(31201,2179,73),(31202,2180,73),(31203,2181,73),(31204,2182,73),(31205,2183,73),(31206,2184,73),(31207,2185,73),(31208,2186,73),(31209,2187,73),(31210,2188,73),(31211,2189,73),(31212,2190,73),(31213,2191,73),(31214,2192,73),(31215,2193,73),(31216,2194,73),(31217,2195,73),(31218,2196,73),(31219,2197,73),(31220,2198,73),(31221,2199,73),(31222,1580,73),(31223,2200,73),(31224,2201,73),(31225,2202,73),(31226,2203,73),(31227,2204,73),(31228,2205,73),(31229,2206,73),(31230,2207,73),(31231,2208,73),(31232,2209,73),(31233,2210,73),(31234,2211,73),(31235,2212,73),(31236,2213,73),(31237,2214,73),(31238,32,73),(31239,33,73),(31240,34,73),(31241,35,73),(31242,36,73),(31243,37,73),(31244,38,73),(31245,2215,73),(31246,1588,73),(31247,1528,73),(31248,1503,73),(31249,2216,73),(31250,2217,73),(31251,1507,73),(31252,2218,73),(31253,2219,73),(31254,1509,73),(31255,2220,73),(31256,2221,73),(31257,2222,73),(31258,2223,73),(31259,2224,73),(31260,2225,73),(31261,1342,73),(31262,1343,73),(31263,2226,73),(31264,2227,73),(31265,2228,73),(31266,2229,73),(31267,2230,73),(31268,2231,73),(31269,2232,73),(31270,2233,73),(31271,2234,73),(31272,1344,73),(31273,404,73),(31274,405,73),(31275,406,73),(31276,101,73),(31277,369,73),(31278,370,73),(31279,476,73),(31280,477,73),(31281,478,73),(31282,479,73),(31283,480,73),(31284,481,73),(31285,482,73),(31286,483,73),(31287,484,73),(31288,485,73),(31289,486,73),(31290,487,73),(31291,457,73),(31292,458,73),(31293,459,73),(31294,387,73),(31295,340,73),(31296,341,73),(31297,342,73),(31298,343,73),(31299,344,73),(31300,346,73),(31301,347,73),(31302,348,73),(31303,349,73),(31304,350,73),(31305,351,73),(31306,352,73),(31307,353,73),(31308,354,73),(31309,355,73),(31310,356,73),(31311,357,73),(31312,358,73),(31313,359,73),(31314,360,73),(31315,2235,73),(31316,2236,73),(31317,2237,73),(31318,2238,73),(31319,2239,73),(31320,2240,73),(31321,2241,73),(31322,2242,73),(31323,2243,73),(31324,2244,73),(31325,2245,73),(31326,2246,73),(31327,2247,73),(31328,2248,73),(31329,1345,73),(31330,1346,73),(31331,1347,73),(31332,1348,73),(31333,2249,73),(31334,2250,73),(31335,2251,73),(31336,1092,73),(31337,2252,73),(31338,2253,73),(31339,5350,73),(31340,5351,73),(31341,5352,73),(31342,5353,73),(31343,5354,73),(31344,5355,73),(31345,5356,73),(31346,5357,73),(31347,1349,73),(31348,1350,73),(31349,1351,73),(31350,1352,73),(31351,1353,73),(31352,1354,73),(31353,1355,73),(31354,1356,73),(31355,1357,73),(31356,1358,73),(31357,1359,73),(31358,1360,73),(31359,1361,73),(31360,1362,73),(31361,1363,73),(31362,1364,73),(31363,1365,73),(31364,1366,73),(31365,1367,73),(31366,1368,73),(31367,1369,73),(31368,4993,73),(31369,4994,73),(31370,5358,73),(31371,5359,73),(31372,1523,73),(31373,1524,73),(31374,1525,73),(31375,1526,73),(31376,1570,73),(31377,1370,73),(31378,1371,73),(31379,1372,73),(31380,2254,73),(31381,2255,73),(31382,1531,73),(31383,2256,73),(31384,2257,73),(31385,2258,73),(31386,2259,73),(31387,1535,73),(31388,1536,73),(31389,1373,73),(31390,1374,73),(31391,1375,73),(31392,6057,73),(31393,2260,73),(31394,2261,73),(31395,2262,73),(31396,2263,73),(31397,3462,73),(31398,1539,73),(31399,2264,73),(31400,2265,73),(31401,2266,73),(31402,2267,73),(31403,2268,73),(31404,2269,73),(31405,2270,73),(31406,2271,73),(31407,2272,73),(31408,2273,73),(31409,2274,73),(31410,2275,73),(31411,2276,73),(31412,2277,73),(31413,2278,73),(31414,2279,73),(31415,2280,73),(31416,2281,73),(31417,2282,73),(31418,2283,73),(31419,2284,73),(31420,2285,73),(31421,2286,73),(31422,2287,73),(31423,2288,73),(31424,2289,73),(31425,2290,73),(31426,2291,73),(31427,2292,73),(31428,2293,73),(31429,2294,73),(31430,2295,73),(31431,2296,73),(31432,2297,73),(31433,2298,73),(31434,2299,73),(31435,2300,73),(31436,2301,73),(31437,2302,73),(31438,2303,73),(31439,2304,73),(31440,2305,73),(31441,2306,73),(31442,2307,73),(31443,2308,73),(31444,2309,73),(31445,2310,73),(31446,2311,73),(31447,2312,73),(31448,2313,73),(31449,2314,73),(31450,2315,73),(31451,2316,73),(31452,2317,73),(31453,2318,73),(31454,1094,73),(31455,2319,73),(31456,2320,73),(31457,2321,73),(31458,2322,73),(31459,2323,73),(31460,2324,73),(31461,2325,73),(31462,2326,73),(31463,2327,73),(31464,2328,73),(31465,2329,73),(31466,2330,73),(31467,2331,73),(31468,2332,73),(31469,2333,73),(31470,2334,73),(31471,2335,73),(31472,2336,73),(31473,2337,73),(31474,2338,73),(31475,2339,73),(31476,2340,73),(31477,2341,73),(31478,2342,73),(31479,2343,73),(31480,2344,73),(31481,2345,73),(31482,2346,73),(31483,2347,73),(31484,2348,73),(31485,2349,73),(31486,2350,73),(31487,2351,73),(31488,2352,73),(31489,2353,73),(31490,2354,73),(31491,2355,73),(31492,2356,73),(31493,2357,73),(31494,2358,73),(31495,2359,73),(31496,2360,73),(31497,2361,73),(31498,2362,73),(31499,2363,73),(31500,2364,73),(31501,2365,73),(31502,2366,73),(31503,2367,73),(31504,2368,73),(31505,2369,73),(31506,2370,73),(31507,2371,73),(31508,2372,73),(31509,2373,73),(31510,2374,73),(31511,2375,73),(31512,2376,73),(31513,2377,73),(31514,2378,73),(31515,2379,73),(31516,2380,73),(31517,2381,73),(31518,2382,73),(31519,2383,73),(31520,2384,73),(31521,2385,73),(31522,2386,73),(31523,2387,73),(31524,2388,73),(31525,2389,73),(31526,2390,73),(31527,2391,73),(31528,2392,73),(31529,2393,73),(31530,2394,73),(31531,2395,73),(31532,2396,73),(31533,2397,73),(31534,2398,73),(31535,2399,73),(31536,2400,73),(31537,2401,73),(31538,2402,73),(31539,2403,73),(31540,2404,73),(31541,2405,73),(31542,2406,73),(31543,2407,73),(31544,2408,73),(31545,2409,73),(31546,2410,73),(31547,2411,73),(31548,2412,73),(31549,2413,73),(31550,2414,73),(31551,2415,73),(31552,2416,73),(31553,2417,73),(31554,2418,73),(31555,2419,73),(31556,2420,73),(31557,2421,73),(31558,2422,73),(31559,2423,73),(31560,2424,73),(31561,2425,73),(31562,2426,73),(31563,2427,73),(31564,2428,73),(31565,2429,73),(31566,2430,73),(31567,2431,73),(31568,2432,73),(31569,2433,73),(31570,2434,73),(31571,2435,73),(31572,2436,73),(31573,2437,73),(31574,2438,73),(31575,2439,73),(31576,2440,73),(31577,2441,73),(31578,2442,73),(31579,2443,73),(31580,2444,73),(31581,2445,73),(31582,2446,73),(31583,2447,73),(31584,2448,73),(31585,2449,73),(31586,2450,73),(31587,2451,73),(31588,2452,73),(31589,2453,73),(31590,2454,73),(31591,2455,73),(31592,2456,73),(31593,2457,73),(31594,2458,73),(31595,2459,73),(31596,2460,73),(31597,2461,73),(31598,2462,73),(31599,2463,73),(31600,2464,73),(31601,2465,73),(31602,2466,73),(31603,2467,73),(31604,2468,73),(31605,2469,73),(31606,2470,73),(31607,2471,73),(31608,2472,73),(31609,2473,73),(31610,2474,73),(31611,2475,73),(31612,2476,73),(31613,2477,73),(31614,2478,73),(31615,3463,73),(31616,2482,73),(31617,2483,73),(31618,2484,73),(31619,2485,73),(31620,2486,73),(31621,2487,73),(31622,2488,73),(31623,2489,73),(31624,2529,73),(31625,3464,73),(31626,1573,73),(31627,1554,73),(31628,1555,73),(31629,1556,73),(31630,1557,73),(31631,1558,73),(31632,1559,73),(31633,1560,73),(31634,3465,73),(31635,2491,73),(31636,2492,73),(31637,2493,73),(31638,2494,73),(31639,2495,73),(31640,2496,73),(31641,2497,73),(31642,2498,73),(31643,1606,73),(31644,1607,73),(31645,2499,73),(31646,2500,73),(31647,2501,73),(31648,2502,73),(31649,2503,73),(31650,2507,73),(31651,2508,73),(31652,1589,73),(31653,1590,73),(31654,1591,73),(31655,1592,73),(31656,1593,73),(31657,1594,73),(31658,2641,73),(31659,1540,73),(31660,2509,73),(31661,1598,73),(31662,1601,73),(31663,1602,73),(31664,1600,73),(31665,2510,73),(31666,6043,73),(31667,5346,73),(31668,5428,73),(31669,5429,73),(31670,5430,73),(31671,5431,73),(31672,5432,73),(31673,5433,73),(31674,5434,73),(31675,5435,73),(31676,5436,73),(31677,5437,73),(31678,5438,73),(31679,5439,73),(31680,5440,73),(31681,5441,73),(31682,5442,73),(31683,5443,73),(31684,5444,73),(31685,5445,73),(31686,5446,73),(31687,5447,73),(31688,5448,73),(31689,5449,73),(31690,5450,73),(31691,5451,73),(31692,5452,73),(31693,5453,73),(31694,5454,73),(31695,5455,73),(31696,5456,73),(31697,5457,73),(31698,5458,73),(31699,5459,73),(31700,5460,73),(31701,5461,73),(31702,5462,73),(31703,5463,73),(31704,5464,73),(31705,5465,73),(31706,5466,73),(31707,5467,73),(31708,5468,73),(31709,5469,73),(31710,5470,73),(31711,5471,73),(31712,5472,73),(31713,5473,73),(31714,5474,73),(31715,5475,73),(31716,5476,73),(31717,5477,73),(31718,5478,73),(31719,5479,73),(31720,5480,73),(31721,5481,73),(31722,5482,73),(31723,5483,73),(31724,5484,73),(31725,5485,73),(31726,5486,73),(31727,5487,73),(31728,5488,73),(31729,5489,73),(31730,5490,73),(31731,5491,73),(31732,5492,73),(31733,5493,73),(31734,5494,73),(31735,5495,73),(31736,5496,73),(31737,5497,73),(31738,5498,73),(31739,5499,73),(31740,5500,73),(31741,5501,73),(31742,5502,73),(31743,5503,73),(31744,5504,73),(31745,5505,73),(31746,5506,73),(31747,5507,73),(31748,5508,73),(31749,5509,73),(31750,5510,73),(31751,5511,73),(31752,5512,73),(31753,5513,73),(31754,5514,73),(31755,5515,73),(31756,5516,73),(31757,5517,73),(31758,5518,73),(31759,5519,73),(31760,5520,73),(31761,5521,73),(31762,5522,73),(31763,5523,73),(31764,5524,73),(31765,5525,73),(31766,5526,73),(31767,5527,73),(31768,5528,73),(31769,5529,73),(31770,5530,73),(31771,5531,73),(31772,5532,73),(31773,5533,73),(31774,5534,73),(31775,5535,73),(31776,5536,73),(31777,5537,73),(31778,5538,73),(31779,5539,73),(31780,5540,73),(31781,5541,73),(31782,5542,73),(31783,5543,73),(31784,5544,73),(31785,5545,73),(31786,5546,73),(31787,5547,73),(31788,5548,73),(31789,5549,73),(31790,5550,73),(31791,5551,73),(31792,6044,73),(31793,5942,73),(31794,5943,73),(31795,5944,73),(31796,5945,73),(31797,5946,73),(31798,5947,73),(31799,5948,73),(31800,5949,73),(31801,5950,73),(31802,5951,73),(31803,5952,73),(31804,5953,73),(31805,5954,73),(31806,5955,73),(31807,5956,73),(31808,5957,73),(31809,5958,73),(31810,5959,73),(31811,5960,73),(31812,5961,73),(31813,5962,73),(31814,5963,73),(31815,5964,73),(31816,5965,73),(31817,5966,73),(31818,5967,73),(31819,5968,73),(31820,5969,73),(31821,5970,73),(31822,5971,73),(31823,5972,73),(31824,5973,73),(31825,5974,73),(31826,5975,73),(31827,5976,73),(31828,5977,73),(31829,5978,73),(31830,5979,73),(31831,5980,73),(31832,5981,73),(31833,5982,73),(31834,5983,73),(31835,5984,73),(31836,5552,73),(31837,2517,73),(31838,2518,73),(31839,2519,73),(31840,2520,73),(31841,1500,73),(31842,1501,73),(31843,2521,73),(31844,2522,73),(31845,2523,73),(31846,1595,73),(31847,2524,73),(31848,2525,73),(31849,2526,73),(31850,2527,73),(31851,2528,73),(31852,2530,73),(31853,2531,73),(31854,2532,73),(31855,2533,73),(31856,2534,73),(31857,2535,73),(31858,2536,73),(31859,2537,73),(31860,2538,73),(31861,2539,73),(31862,2540,73),(31863,2541,73),(31864,2542,73),(31865,2543,73),(31866,2544,73),(31867,2545,73),(31868,2546,73),(31869,2547,73),(31870,1488,73),(31871,1489,73),(31872,4012,73),(31873,4013,73),(31874,2548,73),(31875,2549,73),(31876,2550,73),(31877,2551,73),(31878,2552,73),(31879,2553,73),(31880,2554,73),(31881,2555,73),(31882,2556,73),(31883,2557,73),(31884,2558,73),(31885,2559,73),(31886,2560,73),(31887,2561,73),(31888,2562,73),(31889,2563,73),(31890,2564,73),(31891,2565,73),(31892,2566,73),(31893,2567,73),(31894,2568,73),(31895,2569,73),(31896,2570,73),(31897,2571,73),(31898,2572,73),(31899,2573,73),(31900,2574,73),(31901,2575,73),(31902,2576,73),(31903,2577,73),(31904,2578,73),(31905,2579,73),(31906,2580,73),(31907,2581,73),(31908,2582,73),(31909,2583,73),(31910,2584,73),(31911,2585,73),(31912,2586,73),(31913,2587,73),(31914,2588,73),(31915,2589,73),(31916,2590,73),(31917,2591,73),(31918,2592,73),(31919,2593,73),(31920,2594,73),(31921,2595,73),(31922,2596,73),(31923,1532,73),(31924,2597,73),(31925,2598,73),(31926,2599,73),(31927,2600,73),(31928,2601,73),(31929,2602,73),(31930,2603,73),(31931,2604,73),(31932,2605,73),(31933,2606,73),(31934,2607,73),(31935,2608,73),(31936,2609,73),(31937,2610,73),(31938,2611,73),(31939,2612,73),(31940,2613,73),(31941,2614,73),(31942,2615,73),(31943,2616,73),(31944,2617,73),(31945,2618,73),(31946,2619,73),(31947,2620,73),(31948,2621,73),(31949,2622,73),(31950,2623,73),(31951,2624,73),(31952,2625,73),(31953,2626,73),(31954,2627,73),(31955,2628,73),(31956,2629,73),(31957,2630,73),(31958,2631,73),(31959,2632,73),(31960,2633,73),(31961,2634,73),(31962,2635,73),(31963,2636,73),(31964,1490,73),(31965,1491,73),(31966,1492,73),(31967,2637,73),(31968,2638,73),(31969,2639,73),(31970,2640,73),(31971,1585,31),(31972,2657,31),(31973,3909,27),(31974,3983,54),(31975,2513,31),(31976,1586,31),(31977,3905,28),(31978,3530,28),(31979,3905,31),(31980,3905,73),(31981,1291,74),(31982,1292,74),(31983,1293,74),(31984,1294,74),(31985,1295,74),(31986,3906,74),(31987,1297,74),(31988,1298,74),(31989,1240,74),(31990,1299,74),(31991,1300,74),(31992,1301,74),(31993,1302,74),(31994,1303,74),(31995,1304,74),(31996,1305,74),(31997,1306,74),(31998,1307,74),(31999,1308,74),(32000,3653,74),(32001,1309,74),(32002,1310,74),(32003,1311,74),(32004,1312,74),(32005,1313,74),(32006,1314,74),(32007,1315,74),(32008,1316,74),(32009,1317,74),(32010,1318,74),(32011,1319,74),(32012,1320,74),(32013,1321,74),(32014,1322,74),(32015,1323,74),(32016,1324,74),(32017,1325,74),(32018,1326,74),(32019,1327,74),(32020,3594,74),(32021,4242,74),(32022,4243,74),(32023,4244,74),(32024,4245,74),(32025,4246,74),(32026,4247,74),(32027,86,74),(32028,83,74),(32029,87,74),(32030,4595,74),(32031,4596,74),(32032,4597,74),(32033,4598,74),(32034,4599,74),(32035,4600,74),(32036,4601,74),(32037,4602,74),(32038,4603,74),(32039,4604,74),(32040,1328,74),(32041,6160,74),(32042,1330,74),(32043,1331,74),(32044,1332,74),(32045,1333,74),(32046,1334,74),(32047,1335,74),(32048,1336,74),(32049,5339,74),(32050,5340,74),(32051,5341,74),(32052,6056,74),(32053,5342,74),(32054,5343,74),(32055,5344,74),(32056,5345,74),(32057,1337,74),(32058,1338,74),(32059,1339,74),(32060,5347,74),(32061,1340,74),(32062,1341,74),(32063,1218,74),(32064,1219,74),(32065,1220,74),(32066,1221,74),(32067,1222,74),(32068,1223,74),(32069,1224,74),(32070,1225,74),(32071,1226,74),(32072,1227,74),(32073,1228,74),(32074,1229,74),(32075,1230,74),(32076,1231,74),(32077,1232,74),(32078,1233,74),(32079,1234,74),(32080,1235,74),(32081,1236,74),(32082,1237,74),(32083,1238,74),(32084,1239,74),(32085,1241,74),(32086,1242,74),(32087,1243,74),(32088,1244,74),(32089,1245,74),(32090,1246,74),(32091,1247,74),(32092,1248,74),(32093,1249,74),(32094,1250,74),(32095,1251,74),(32096,1252,74),(32097,1253,74),(32098,1254,74),(32099,1255,74),(32100,1256,74),(32101,1257,74),(32102,1258,74),(32103,1259,74),(32104,1260,74),(32105,1261,74),(32106,1262,74),(32107,1263,74),(32108,1264,74),(32109,1265,74),(32110,1266,74),(32111,1267,74),(32112,1268,74),(32113,1269,74),(32114,1270,74),(32115,1271,74),(32116,1272,74),(32117,1273,74),(32118,1274,74),(32119,1275,74),(32120,1276,74),(32121,1277,74),(32122,1278,74),(32123,1279,74),(32124,1280,74),(32125,1281,74),(32126,1282,74),(32127,1283,74),(32128,1284,74),(32129,1285,74),(32130,5398,74),(32131,5732,74),(32132,5851,74),(32133,1286,74),(32134,1287,74),(32135,4248,74),(32136,4249,74),(32137,4250,74),(32138,4251,74),(32139,4252,74),(32140,4253,74),(32141,4254,74),(32142,4255,74),(32143,4256,74),(32144,4257,74),(32145,4258,74),(32146,4259,74),(32147,4620,74),(32148,4260,74),(32149,4261,74),(32150,1288,74),(32151,1289,74),(32152,1290,74),(32153,1545,74),(32154,2112,74),(32155,2113,74),(32156,2114,74),(32157,2115,74),(32158,2116,74),(32159,2117,74),(32160,2118,74),(32161,2119,74),(32162,2120,74),(32163,2121,74),(32164,2122,74),(32165,2123,74),(32166,2124,74),(32167,2125,74),(32168,2126,74),(32169,2127,74),(32170,2128,74),(32171,2129,74),(32172,2130,74),(32173,2131,74),(32174,2132,74),(32175,1544,74),(32176,2133,74),(32177,2134,74),(32178,2135,74),(32179,2136,74),(32180,2137,74),(32181,2138,74),(32182,2139,74),(32183,2140,74),(32184,2141,74),(32185,2142,74),(32186,2143,74),(32187,2144,74),(32188,65,74),(32189,1543,74),(32190,2145,74),(32191,2146,74),(32192,2147,74),(32193,2148,74),(32194,2149,74),(32195,2150,74),(32196,2151,74),(32197,2152,74),(32198,2153,74),(32199,2154,74),(32200,2155,74),(32201,2156,74),(32202,2157,74),(32203,2158,74),(32204,2159,74),(32205,2160,74),(32206,2161,74),(32207,2162,74),(32208,2163,74),(32209,2164,74),(32210,2165,74),(32211,2166,74),(32212,2167,74),(32213,2168,74),(32214,2169,74),(32215,2170,74),(32216,2171,74),(32217,2172,74),(32218,2173,74),(32219,2174,74),(32220,2175,74),(32221,2176,74),(32222,2177,74),(32223,2178,74),(32224,2179,74),(32225,2180,74),(32226,2181,74),(32227,2182,74),(32228,2183,74),(32229,2184,74),(32230,2185,74),(32231,2186,74),(32232,2187,74),(32233,2188,74),(32234,2189,74),(32235,2190,74),(32236,2191,74),(32237,2192,74),(32238,2193,74),(32239,2194,74),(32240,1502,74),(32241,4092,74),(32242,4093,74),(32243,4094,74),(32244,4095,74),(32245,4096,74),(32246,4097,74),(32247,1507,74),(32248,4098,74),(32249,1509,74),(32250,1342,74),(32251,1343,74),(32252,1344,74),(32253,265,74),(32254,291,74),(32255,292,74),(32256,293,74),(32257,266,74),(32258,267,74),(32259,268,74),(32260,269,74),(32261,270,74),(32262,271,74),(32263,272,74),(32264,273,74),(32265,274,74),(32266,275,74),(32267,276,74),(32268,277,74),(32269,278,74),(32270,279,74),(32271,280,74),(32272,281,74),(32273,282,74),(32274,283,74),(32275,284,74),(32276,285,74),(32277,286,74),(32278,287,74),(32279,288,74),(32280,289,74),(32281,290,74),(32282,404,74),(32283,405,74),(32284,406,74),(32285,101,74),(32286,369,74),(32287,370,74),(32288,476,74),(32289,477,74),(32290,478,74),(32291,479,74),(32292,480,74),(32293,481,74),(32294,482,74),(32295,483,74),(32296,484,74),(32297,485,74),(32298,486,74),(32299,487,74),(32300,457,74),(32301,458,74),(32302,459,74),(32303,387,74),(32304,340,74),(32305,341,74),(32306,342,74),(32307,343,74),(32308,344,74),(32309,346,74),(32310,347,74),(32311,348,74),(32312,349,74),(32313,350,74),(32314,351,74),(32315,352,74),(32316,353,74),(32317,354,74),(32318,355,74),(32319,356,74),(32320,357,74),(32321,358,74),(32322,359,74),(32323,360,74),(32324,2235,74),(32325,2236,74),(32326,2237,74),(32327,2238,74),(32328,2239,74),(32329,2240,74),(32330,2241,74),(32331,2242,74),(32332,2243,74),(32333,2244,74),(32334,2245,74),(32335,2246,74),(32336,2247,74),(32337,2248,74),(32338,1345,74),(32339,1346,74),(32340,1347,74),(32341,1348,74),(32342,1092,74),(32343,2696,74),(32344,2697,74),(32345,2698,74),(32346,2699,74),(32347,2700,74),(32348,2701,74),(32349,2702,74),(32350,1349,74),(32351,1350,74),(32352,1351,74),(32353,1352,74),(32354,1353,74),(32355,1354,74),(32356,1355,74),(32357,1356,74),(32358,1357,74),(32359,1358,74),(32360,1359,74),(32361,1360,74),(32362,1361,74),(32363,1362,74),(32364,1363,74),(32365,1364,74),(32366,1365,74),(32367,1366,74),(32368,1367,74),(32369,1368,74),(32370,1369,74),(32371,4993,74),(32372,4994,74),(32373,5358,74),(32374,5359,74),(32375,1524,74),(32376,1525,74),(32377,1526,74),(32378,1370,74),(32379,1371,74),(32380,1372,74),(32381,1535,74),(32382,1373,74),(32383,1374,74),(32384,1375,74),(32385,6057,74),(32386,4099,74),(32387,1488,74),(32388,1489,74),(32389,2264,74),(32390,2265,74),(32391,2266,74),(32392,2267,74),(32393,2268,74),(32394,2269,74),(32395,2270,74),(32396,2271,74),(32397,2272,74),(32398,2273,74),(32399,2274,74),(32400,2275,74),(32401,2276,74),(32402,2277,74),(32403,2278,74),(32404,2279,74),(32405,2280,74),(32406,2281,74),(32407,2282,74),(32408,2283,74),(32409,2284,74),(32410,2285,74),(32411,2286,74),(32412,2287,74),(32413,2288,74),(32414,2289,74),(32415,2290,74),(32416,2291,74),(32417,2292,74),(32418,2293,74),(32419,2294,74),(32420,2295,74),(32421,2296,74),(32422,2297,74),(32423,2298,74),(32424,2299,74),(32425,2300,74),(32426,2301,74),(32427,2302,74),(32428,2303,74),(32429,2304,74),(32430,2305,74),(32431,2306,74),(32432,2307,74),(32433,2308,74),(32434,2309,74),(32435,2310,74),(32436,2311,74),(32437,2312,74),(32438,2313,74),(32439,2314,74),(32440,2315,74),(32441,2316,74),(32442,2317,74),(32443,2318,74),(32444,1094,74),(32445,2319,74),(32446,2320,74),(32447,2321,74),(32448,1528,74),(32449,2322,74),(32450,2323,74),(32451,2324,74),(32452,2325,74),(32453,2326,74),(32454,2327,74),(32455,2328,74),(32456,2329,74),(32457,2330,74),(32458,2331,74),(32459,2332,74),(32460,2333,74),(32461,2334,74),(32462,2335,74),(32463,2336,74),(32464,2337,74),(32465,2338,74),(32466,2339,74),(32467,2340,74),(32468,2341,74),(32469,2342,74),(32470,2343,74),(32471,2344,74),(32472,2345,74),(32473,2346,74),(32474,2347,74),(32475,2348,74),(32476,2349,74),(32477,2350,74),(32478,2351,74),(32479,2352,74),(32480,2353,74),(32481,2354,74),(32482,2355,74),(32483,2356,74),(32484,2357,74),(32485,2358,74),(32486,2359,74),(32487,2360,74),(32488,2361,74),(32489,2362,74),(32490,2363,74),(32491,2364,74),(32492,2365,74),(32493,2366,74),(32494,2367,74),(32495,2368,74),(32496,2369,74),(32497,2370,74),(32498,2371,74),(32499,2372,74),(32500,2373,74),(32501,2374,74),(32502,2375,74),(32503,2376,74),(32504,2377,74),(32505,2378,74),(32506,2379,74),(32507,2380,74),(32508,2381,74),(32509,2382,74),(32510,2383,74),(32511,2384,74),(32512,2385,74),(32513,2386,74),(32514,2387,74),(32515,2388,74),(32516,2389,74),(32517,2390,74),(32518,2391,74),(32519,2392,74),(32520,2393,74),(32521,2394,74),(32522,2395,74),(32523,2396,74),(32524,2397,74),(32525,2398,74),(32526,2399,74),(32527,2400,74),(32528,2401,74),(32529,2402,74),(32530,2403,74),(32531,2404,74),(32532,2405,74),(32533,2406,74),(32534,2407,74),(32535,2408,74),(32536,2409,74),(32537,2410,74),(32538,2411,74),(32539,2412,74),(32540,2413,74),(32541,2414,74),(32542,2415,74),(32543,2416,74),(32544,2417,74),(32545,2418,74),(32546,2419,74),(32547,2420,74),(32548,2421,74),(32549,2422,74),(32550,2423,74),(32551,2424,74),(32552,2425,74),(32553,2426,74),(32554,2427,74),(32555,2428,74),(32556,2429,74),(32557,2430,74),(32558,2431,74),(32559,2432,74),(32560,2433,74),(32561,2434,74),(32562,2435,74),(32563,2436,74),(32564,2437,74),(32565,2438,74),(32566,2439,74),(32567,2440,74),(32568,2441,74),(32569,2442,74),(32570,2443,74),(32571,2444,74),(32572,2445,74),(32573,2446,74),(32574,2447,74),(32575,2448,74),(32576,2449,74),(32577,2450,74),(32578,2451,74),(32579,2452,74),(32580,2453,74),(32581,1539,74),(32582,2454,74),(32583,2455,74),(32584,2456,74),(32585,2457,74),(32586,2458,74),(32587,2459,74),(32588,2460,74),(32589,2461,74),(32590,2462,74),(32591,2463,74),(32592,2464,74),(32593,2465,74),(32594,2466,74),(32595,2467,74),(32596,2468,74),(32597,2469,74),(32598,2470,74),(32599,2471,74),(32600,2472,74),(32601,2473,74),(32602,2548,74),(32603,2549,74),(32604,2550,74),(32605,2551,74),(32606,2552,74),(32607,2553,74),(32608,2554,74),(32609,1500,74),(32610,2555,74),(32611,2556,74),(32612,2557,74),(32613,2558,74),(32614,2559,74),(32615,2560,74),(32616,2561,74),(32617,2562,74),(32618,2563,74),(32619,2564,74),(32620,2565,74),(32621,2566,74),(32622,2567,74),(32623,2568,74),(32624,2569,74),(32625,2570,74),(32626,2571,74),(32627,2572,74),(32628,2573,74),(32629,2574,74),(32630,2575,74),(32631,2576,74),(32632,2577,74),(32633,2578,74),(32634,2579,74),(32635,2580,74),(32636,2581,74),(32637,2582,74),(32638,2583,74),(32639,2584,74),(32640,2585,74),(32641,2586,74),(32642,2587,74),(32643,2588,74),(32644,2589,74),(32645,2590,74),(32646,2591,74),(32647,2592,74),(32648,2593,74),(32649,2594,74),(32650,2595,74),(32651,2596,74),(32652,1532,74),(32653,2597,74),(32654,2598,74),(32655,2599,74),(32656,2600,74),(32657,2601,74),(32658,2602,74),(32659,2603,74),(32660,2604,74),(32661,2605,74),(32662,2606,74),(32663,2607,74),(32664,2608,74),(32665,2609,74),(32666,2610,74),(32667,2611,74),(32668,2612,74),(32669,2613,74),(32670,2614,74),(32671,2615,74),(32672,2616,74),(32673,2617,74),(32674,2618,74),(32675,2619,74),(32676,2620,74),(32677,2621,74),(32678,2622,74),(32679,2623,74),(32680,2624,74),(32681,2625,74),(32682,2626,74),(32683,2627,74),(32684,2628,74),(32685,2629,74),(32686,2630,74),(32687,2631,74),(32688,2632,74),(32689,2633,74),(32690,1490,74),(32691,1491,74),(32692,1492,74),(32693,2637,74),(32694,2638,74),(32695,2639,74),(32696,2640,74),(32697,1379,54),(32698,1380,54),(32699,1381,54),(32700,1382,54),(32701,1383,54),(32702,1384,54),(32703,1385,54),(32704,1386,54),(32705,1379,31),(32706,1380,31),(32707,1381,31),(32708,1382,31),(32709,1383,31),(32710,1384,31),(32711,1385,31),(32712,1386,31),(32713,1550,31),(32714,1379,73),(32715,1380,73),(32716,1381,73),(32717,1382,73),(32718,1383,73),(32719,1384,73),(32720,1385,73),(32721,1386,73),(32722,6173,3),(32723,6173,31),(32724,3836,73),(32725,6170,73),(32726,3837,73),(32727,6171,3),(32728,1291,75),(32729,1292,75),(32730,1293,75),(32731,1294,75),(32732,1295,75),(32733,3906,75),(32734,1297,75),(32735,1298,75),(32736,1240,75),(32737,1299,75),(32738,1300,75),(32739,1301,75),(32740,1302,75),(32741,1303,75),(32742,1304,75),(32743,1305,75),(32744,1306,75),(32745,1307,75),(32746,1308,75),(32747,3653,75),(32748,1309,75),(32749,1310,75),(32750,1311,75),(32751,1312,75),(32752,1313,75),(32753,1314,75),(32754,1315,75),(32755,1316,75),(32756,1317,75),(32757,1318,75),(32758,1319,75),(32759,1320,75),(32760,1321,75),(32761,1322,75),(32762,1323,75),(32763,1324,75),(32764,1325,75),(32765,1326,75),(32766,1327,75),(32767,3594,75),(32768,4242,75),(32769,4243,75),(32770,4244,75),(32771,4245,75),(32772,4246,75),(32773,4247,75),(32774,86,75),(32775,83,75),(32776,87,75),(32777,4595,75),(32778,4596,75),(32779,4597,75),(32780,4598,75),(32781,4599,75),(32782,4600,75),(32783,4601,75),(32784,4602,75),(32785,4603,75),(32786,4604,75),(32787,1328,75),(32788,6160,75),(32789,1330,75),(32790,1331,75),(32791,1332,75),(32792,1333,75),(32793,1334,75),(32794,1335,75),(32795,1336,75),(32796,5339,75),(32797,5340,75),(32798,5341,75),(32799,6056,75),(32800,5342,75),(32801,5343,75),(32802,5344,75),(32803,5345,75),(32804,1337,75),(32805,1338,75),(32806,1339,75),(32807,5347,75),(32808,1340,75),(32809,1341,75),(32810,1218,75),(32811,1219,75),(32812,1220,75),(32813,1221,75),(32814,1222,75),(32815,1223,75),(32816,1224,75),(32817,1225,75),(32818,1226,75),(32819,1227,75),(32820,1228,75),(32821,1229,75),(32822,1230,75),(32823,1231,75),(32824,1232,75),(32825,1233,75),(32826,1234,75),(32827,1235,75),(32828,1236,75),(32829,1237,75),(32830,1238,75),(32831,1239,75),(32832,1241,75),(32833,1242,75),(32834,1243,75),(32835,1244,75),(32836,1245,75),(32837,1246,75),(32838,1247,75),(32839,1248,75),(32840,1249,75),(32841,1250,75),(32842,1251,75),(32843,1252,75),(32844,1253,75),(32845,1254,75),(32846,1255,75),(32847,1256,75),(32848,1257,75),(32849,1258,75),(32850,1259,75),(32851,1260,75),(32852,1261,75),(32853,1262,75),(32854,1263,75),(32855,1264,75),(32856,1265,75),(32857,1266,75),(32858,1267,75),(32859,1268,75),(32860,1269,75),(32861,1270,75),(32862,1271,75),(32863,1272,75),(32864,1273,75),(32865,1274,75),(32866,1275,75),(32867,1276,75),(32868,1277,75),(32869,1278,75),(32870,1279,75),(32871,1280,75),(32872,1281,75),(32873,1282,75),(32874,1283,75),(32875,1284,75),(32876,1285,75),(32877,5398,75),(32878,5732,75),(32879,5851,75),(32880,1286,75),(32881,1287,75),(32882,4248,75),(32883,4249,75),(32884,4250,75),(32885,4251,75),(32886,4252,75),(32887,4253,75),(32888,4254,75),(32889,4255,75),(32890,4256,75),(32891,4257,75),(32892,4258,75),(32893,4259,75),(32894,4620,75),(32895,4260,75),(32896,4261,75),(32897,1288,75),(32898,1289,75),(32899,1290,75),(32900,265,75),(32901,291,75),(32902,292,75),(32903,293,75),(32904,266,75),(32905,267,75),(32906,268,75),(32907,269,75),(32908,270,75),(32909,271,75),(32910,272,75),(32911,273,75),(32912,274,75),(32913,275,75),(32914,276,75),(32915,277,75),(32916,278,75),(32917,279,75),(32918,280,75),(32919,281,75),(32920,282,75),(32921,283,75),(32922,284,75),(32923,285,75),(32924,286,75),(32925,287,75),(32926,288,75),(32927,289,75),(32928,290,75),(32929,1554,75),(32930,1555,75),(32931,1556,75),(32932,1557,75),(32933,1558,75),(32934,1559,75),(32935,1560,75),(32936,291,3),(32937,126,3),(32938,2655,3),(32939,2662,3),(32940,2663,3),(32941,1291,76),(32942,1292,76),(32943,1293,76),(32944,1294,76),(32945,1295,76),(32946,3906,76),(32947,1297,76),(32948,1298,76),(32949,1240,76),(32950,1299,76),(32951,1300,76),(32952,1301,76),(32953,1302,76),(32954,1303,76),(32955,1304,76),(32956,1305,76),(32957,1306,76),(32958,1307,76),(32959,1308,76),(32960,3653,76),(32961,1309,76),(32962,1310,76),(32963,1311,76),(32964,1312,76),(32965,1313,76),(32966,1314,76),(32967,1315,76),(32968,1316,76),(32969,1317,76),(32970,1318,76),(32971,1319,76),(32972,1320,76),(32973,1321,76),(32974,1322,76),(32975,1323,76),(32976,1324,76),(32977,1325,76),(32978,1326,76),(32979,1327,76),(32980,3594,76),(32981,4242,76),(32982,4243,76),(32983,4244,76),(32984,4245,76),(32985,4246,76),(32986,4247,76),(32987,86,76),(32988,83,76),(32989,87,76),(32990,4595,76),(32991,4596,76),(32992,4597,76),(32993,4598,76),(32994,4599,76),(32995,4600,76),(32996,4601,76),(32997,4602,76),(32998,4603,76),(32999,4604,76),(33000,1328,76),(33001,6160,76),(33002,1330,76),(33003,1331,76),(33004,1332,76),(33005,1333,76),(33006,1334,76),(33007,1335,76),(33008,1336,76),(33009,5339,76),(33010,5340,76),(33011,5341,76),(33012,6056,76),(33013,5342,76),(33014,5343,76),(33015,5344,76),(33016,5345,76),(33017,1337,76),(33018,1338,76),(33019,1339,76),(33020,5347,76),(33021,1340,76),(33022,1341,76),(33023,1218,76),(33024,1219,76),(33025,1220,76),(33026,1221,76),(33027,1222,76),(33028,1223,76),(33029,1224,76),(33030,1225,76),(33031,1226,76),(33032,1227,76),(33033,1228,76),(33034,1229,76),(33035,1230,76),(33036,1231,76),(33037,1232,76),(33038,1233,76),(33039,1234,76),(33040,1235,76),(33041,1236,76),(33042,1237,76),(33043,1238,76),(33044,1239,76),(33045,1241,76),(33046,1242,76),(33047,1243,76),(33048,1244,76),(33049,1245,76),(33050,1246,76),(33051,1247,76),(33052,1248,76),(33053,1249,76),(33054,1250,76),(33055,1251,76),(33056,1252,76),(33057,1253,76),(33058,1254,76),(33059,1255,76),(33060,1256,76),(33061,1257,76),(33062,1258,76),(33063,1259,76),(33064,1260,76),(33065,1261,76),(33066,1262,76),(33067,1263,76),(33068,1264,76),(33069,1265,76),(33070,1266,76),(33071,1267,76),(33072,1268,76),(33073,1269,76),(33074,1270,76),(33075,1271,76),(33076,1272,76),(33077,1273,76),(33078,1274,76),(33079,1275,76),(33080,1276,76),(33081,1277,76),(33082,1278,76),(33083,1279,76),(33084,1280,76),(33085,1281,76),(33086,1282,76),(33087,1283,76),(33088,1284,76),(33089,1285,76),(33090,5398,76),(33091,5732,76),(33092,5851,76),(33093,1286,76),(33094,1287,76),(33095,4248,76),(33096,4249,76),(33097,4250,76),(33098,4251,76),(33099,4252,76),(33100,4253,76),(33101,4254,76),(33102,4255,76),(33103,4256,76),(33104,4257,76),(33105,4258,76),(33106,4259,76),(33107,4620,76),(33108,4260,76),(33109,4261,76),(33110,1288,76),(33111,1289,76),(33112,1290,76),(33113,265,76),(33114,291,76),(33115,292,76),(33116,293,76),(33117,266,76),(33118,267,76),(33119,268,76),(33120,269,76),(33121,270,76),(33122,271,76),(33123,272,76),(33124,273,76),(33125,274,76),(33126,275,76),(33127,276,76),(33128,277,76),(33129,278,76),(33130,279,76),(33131,280,76),(33132,281,76),(33133,282,76),(33134,283,76),(33135,284,76),(33136,285,76),(33137,286,76),(33138,287,76),(33139,288,76),(33140,289,76),(33141,290,76),(33142,1545,76),(33143,2112,76),(33144,2113,76),(33145,2114,76),(33146,2115,76),(33147,2116,76),(33148,2117,76),(33149,2118,76),(33150,2119,76),(33151,2120,76),(33152,2121,76),(33153,2122,76),(33154,2123,76),(33155,2124,76),(33156,2125,76),(33157,2126,76),(33158,2127,76),(33159,2128,76),(33160,2129,76),(33161,2130,76),(33162,2131,76),(33163,2132,76),(33164,1544,76),(33165,2133,76),(33166,2134,76),(33167,2135,76),(33168,2136,76),(33169,2137,76),(33170,2138,76),(33171,2139,76),(33172,2140,76),(33173,2141,76),(33174,2142,76),(33175,2143,76),(33176,2144,76),(33177,65,76),(33178,1543,76),(33179,2145,76),(33180,2146,76),(33181,2147,76),(33182,2148,76),(33183,2149,76),(33184,2150,76),(33185,2151,76),(33186,2152,76),(33187,2153,76),(33188,2154,76),(33189,2155,76),(33190,2156,76),(33191,2157,76),(33192,2158,76),(33193,2159,76),(33194,2160,76),(33195,2161,76),(33196,2162,76),(33197,2163,76),(33198,2164,76),(33199,2165,76),(33200,2166,76),(33201,2167,76),(33202,2168,76),(33203,2169,76),(33204,2170,76),(33205,2171,76),(33206,2172,76),(33207,2173,76),(33208,2174,76),(33209,2175,76),(33210,2176,76),(33211,2177,76),(33212,2178,76),(33213,2179,76),(33214,2180,76),(33215,2181,76),(33216,2182,76),(33217,2183,76),(33218,2184,76),(33219,2185,76),(33220,2186,76),(33221,2187,76),(33222,2188,76),(33223,2189,76),(33224,2190,76),(33225,2191,76),(33226,2192,76),(33227,2193,76),(33228,2194,76),(33229,2195,76),(33230,2196,76),(33231,2197,76),(33232,2198,76),(33233,2199,76),(33234,1580,76),(33235,2200,76),(33236,2201,76),(33237,2202,76),(33238,2203,76),(33239,2204,76),(33240,2205,76),(33241,2206,76),(33242,2207,76),(33243,2208,76),(33244,2209,76),(33245,2210,76),(33246,2211,76),(33247,2212,76),(33248,2213,76),(33249,2214,76),(33250,32,76),(33251,33,76),(33252,34,76),(33253,35,76),(33254,36,76),(33255,37,76),(33256,38,76),(33257,2215,76),(33258,1588,76),(33259,1528,76),(33260,1503,76),(33261,2216,76),(33262,2217,76),(33263,1507,76),(33264,2218,76),(33265,2219,76),(33266,1509,76),(33267,2220,76),(33268,2221,76),(33269,2222,76),(33270,2223,76),(33271,2224,76),(33272,2225,76),(33273,1342,76),(33274,1343,76),(33275,2226,76),(33276,2227,76),(33277,2228,76),(33278,2229,76),(33279,2230,76),(33280,2231,76),(33281,2232,76),(33282,2233,76),(33283,2234,76),(33284,1344,76),(33285,404,76),(33286,405,76),(33287,406,76),(33288,101,76),(33289,369,76),(33290,370,76),(33291,476,76),(33292,477,76),(33293,478,76),(33294,479,76),(33295,480,76),(33296,481,76),(33297,482,76),(33298,483,76),(33299,484,76),(33300,485,76),(33301,486,76),(33302,487,76),(33303,457,76),(33304,458,76),(33305,459,76),(33306,387,76),(33307,340,76),(33308,341,76),(33309,342,76),(33310,343,76),(33311,344,76),(33312,346,76),(33313,347,76),(33314,348,76),(33315,349,76),(33316,350,76),(33317,351,76),(33318,352,76),(33319,353,76),(33320,354,76),(33321,355,76),(33322,356,76),(33323,357,76),(33324,358,76),(33325,359,76),(33326,360,76),(33327,2235,76),(33328,2236,76),(33329,2237,76),(33330,2238,76),(33331,2239,76),(33332,2240,76),(33333,2241,76),(33334,2242,76),(33335,2243,76),(33336,2244,76),(33337,2245,76),(33338,2246,76),(33339,2247,76),(33340,2248,76),(33341,1345,76),(33342,1346,76),(33343,1347,76),(33344,1348,76),(33345,2249,76),(33346,2250,76),(33347,2251,76),(33348,1092,76),(33349,2252,76),(33350,2253,76),(33351,5350,76),(33352,5351,76),(33353,5352,76),(33354,5353,76),(33355,5354,76),(33356,5355,76),(33357,5356,76),(33358,5357,76),(33359,1349,76),(33360,1350,76),(33361,1351,76),(33362,1352,76),(33363,1353,76),(33364,1354,76),(33365,1355,76),(33366,1356,76),(33367,1357,76),(33368,1358,76),(33369,1359,76),(33370,1360,76),(33371,1361,76),(33372,1362,76),(33373,1363,76),(33374,1364,76),(33375,1365,76),(33376,1366,76),(33377,1367,76),(33378,1368,76),(33379,1369,76),(33380,4993,76),(33381,4994,76),(33382,5358,76),(33383,5359,76),(33384,1523,76),(33385,1524,76),(33386,1525,76),(33387,1526,76),(33388,1570,76),(33389,1370,76),(33390,1371,76),(33391,1372,76),(33392,2254,76),(33393,2255,76),(33394,1531,76),(33395,2256,76),(33396,2257,76),(33397,2258,76),(33398,2259,76),(33399,1535,76),(33400,1536,76),(33401,1373,76),(33402,1374,76),(33403,1375,76),(33404,6057,76),(33405,2260,76),(33406,2261,76),(33407,2262,76),(33408,2263,76),(33409,3462,76),(33410,1539,76),(33411,2264,76),(33412,2265,76),(33413,2266,76),(33414,2267,76),(33415,2268,76),(33416,2269,76),(33417,2270,76),(33418,2271,76),(33419,2272,76),(33420,2273,76),(33421,2274,76),(33422,2275,76),(33423,2276,76),(33424,2277,76),(33425,2278,76),(33426,2279,76),(33427,2280,76),(33428,2281,76),(33429,2282,76),(33430,2283,76),(33431,2284,76),(33432,2285,76),(33433,2286,76),(33434,2287,76),(33435,2288,76),(33436,2289,76),(33437,2290,76),(33438,2291,76),(33439,2292,76),(33440,2293,76),(33441,2294,76),(33442,2295,76),(33443,2296,76),(33444,2297,76),(33445,2298,76),(33446,2299,76),(33447,2300,76),(33448,2301,76),(33449,2302,76),(33450,2303,76),(33451,2304,76),(33452,2305,76),(33453,2306,76),(33454,2307,76),(33455,2308,76),(33456,2309,76),(33457,2310,76),(33458,2311,76),(33459,2312,76),(33460,2313,76),(33461,2314,76),(33462,2315,76),(33463,2316,76),(33464,2317,76),(33465,2318,76),(33466,1094,76),(33467,2319,76),(33468,2320,76),(33469,2321,76),(33470,2322,76),(33471,2323,76),(33472,2324,76),(33473,2325,76),(33474,2326,76),(33475,2327,76),(33476,2328,76),(33477,2329,76),(33478,2330,76),(33479,2331,76),(33480,2332,76),(33481,2333,76),(33482,2334,76),(33483,2335,76),(33484,2336,76),(33485,2337,76),(33486,2338,76),(33487,2339,76),(33488,2340,76),(33489,2341,76),(33490,2342,76),(33491,2343,76),(33492,2344,76),(33493,2345,76),(33494,2346,76),(33495,2347,76),(33496,2348,76),(33497,2349,76),(33498,2350,76),(33499,2351,76),(33500,2352,76),(33501,2353,76),(33502,2354,76),(33503,2355,76),(33504,2356,76),(33505,2357,76),(33506,2358,76),(33507,2359,76),(33508,2360,76),(33509,2361,76),(33510,2362,76),(33511,2363,76),(33512,2364,76),(33513,2365,76),(33514,2366,76),(33515,2367,76),(33516,2368,76),(33517,2369,76),(33518,2370,76),(33519,2371,76),(33520,2372,76),(33521,2373,76),(33522,2374,76),(33523,2375,76),(33524,2376,76),(33525,2377,76),(33526,2378,76),(33527,2379,76),(33528,2380,76),(33529,2381,76),(33530,2382,76),(33531,2383,76),(33532,2384,76),(33533,2385,76),(33534,2386,76),(33535,2387,76),(33536,2388,76),(33537,2389,76),(33538,2390,76),(33539,2391,76),(33540,2392,76),(33541,2393,76),(33542,2394,76),(33543,2395,76),(33544,2396,76),(33545,2397,76),(33546,2398,76),(33547,2399,76),(33548,2400,76),(33549,2401,76),(33550,2402,76),(33551,2403,76),(33552,2404,76),(33553,2405,76),(33554,2406,76),(33555,2407,76),(33556,2408,76),(33557,2409,76),(33558,2410,76),(33559,2411,76),(33560,2412,76),(33561,2413,76),(33562,2414,76),(33563,2415,76),(33564,2416,76),(33565,2417,76),(33566,2418,76),(33567,2419,76),(33568,2420,76),(33569,2421,76),(33570,2422,76),(33571,2423,76),(33572,2424,76),(33573,2425,76),(33574,2426,76),(33575,2427,76),(33576,2428,76),(33577,2429,76),(33578,2430,76),(33579,2431,76),(33580,2432,76),(33581,2433,76),(33582,2434,76),(33583,2435,76),(33584,2436,76),(33585,2437,76),(33586,2438,76),(33587,2439,76),(33588,2440,76),(33589,2441,76),(33590,2442,76),(33591,2443,76),(33592,2444,76),(33593,2445,76),(33594,2446,76),(33595,2447,76),(33596,2448,76),(33597,2449,76),(33598,2450,76),(33599,2451,76),(33600,2452,76),(33601,2453,76),(33602,2454,76),(33603,2455,76),(33604,2456,76),(33605,2457,76),(33606,2458,76),(33607,2459,76),(33608,2460,76),(33609,2461,76),(33610,2462,76),(33611,2463,76),(33612,2464,76),(33613,2465,76),(33614,2466,76),(33615,2467,76),(33616,2468,76),(33617,2469,76),(33618,2470,76),(33619,2471,76),(33620,2472,76),(33621,2473,76),(33622,2474,76),(33623,2475,76),(33624,2476,76),(33625,2477,76),(33626,2478,76),(33627,3463,76),(33628,2482,76),(33629,2483,76),(33630,2484,76),(33631,2485,76),(33632,2486,76),(33633,2487,76),(33634,2488,76),(33635,2489,76),(33636,2529,76),(33637,3464,76),(33638,1573,76),(33639,1554,76),(33640,1555,76),(33641,1556,76),(33642,1557,76),(33643,1558,76),(33644,1559,76),(33645,1560,76),(33646,3465,76),(33647,2491,76),(33648,2492,76),(33649,2493,76),(33650,2494,76),(33651,2495,76),(33652,2496,76),(33653,2497,76),(33654,2498,76),(33655,1606,76),(33656,1607,76),(33657,2499,76),(33658,2500,76),(33659,2501,76),(33660,2502,76),(33661,2503,76),(33662,2507,76),(33663,2508,76),(33664,1589,76),(33665,1590,76),(33666,1591,76),(33667,1592,76),(33668,1593,76),(33669,1594,76),(33670,2641,76),(33671,1540,76),(33672,2509,76),(33673,1598,76),(33674,1601,76),(33675,1602,76),(33676,1600,76),(33677,2510,76),(33678,126,76),(33679,2655,76),(33680,2662,76),(33681,2663,76),(33682,6043,76),(33683,5346,76),(33684,5428,76),(33685,5429,76),(33686,5430,76),(33687,5431,76),(33688,5432,76),(33689,5433,76),(33690,5434,76),(33691,5435,76),(33692,5436,76),(33693,5437,76),(33694,5438,76),(33695,5439,76),(33696,5440,76),(33697,5441,76),(33698,5442,76),(33699,5443,76),(33700,5444,76),(33701,5445,76),(33702,5446,76),(33703,5447,76),(33704,5448,76),(33705,5449,76),(33706,5450,76),(33707,5451,76),(33708,5452,76),(33709,5453,76),(33710,5454,76),(33711,5455,76),(33712,5456,76),(33713,5457,76),(33714,5458,76),(33715,5459,76),(33716,5460,76),(33717,5461,76),(33718,5462,76),(33719,5463,76),(33720,5464,76),(33721,5465,76),(33722,5466,76),(33723,5467,76),(33724,5468,76),(33725,5469,76),(33726,5470,76),(33727,5471,76),(33728,5472,76),(33729,5473,76),(33730,5474,76),(33731,5475,76),(33732,5476,76),(33733,5477,76),(33734,5478,76),(33735,5479,76),(33736,5480,76),(33737,5481,76),(33738,5482,76),(33739,5483,76),(33740,5484,76),(33741,5485,76),(33742,5486,76),(33743,5487,76),(33744,5488,76),(33745,5489,76),(33746,5490,76),(33747,5491,76),(33748,5492,76),(33749,5493,76),(33750,5494,76),(33751,5495,76),(33752,5496,76),(33753,5497,76),(33754,5498,76),(33755,5499,76),(33756,5500,76),(33757,5501,76),(33758,5502,76),(33759,5503,76),(33760,5504,76),(33761,5505,76),(33762,5506,76),(33763,5507,76),(33764,5508,76),(33765,5509,76),(33766,5510,76),(33767,5511,76),(33768,5512,76),(33769,5513,76),(33770,5514,76),(33771,5515,76),(33772,5516,76),(33773,5517,76),(33774,5518,76),(33775,5519,76),(33776,5520,76),(33777,5521,76),(33778,5522,76),(33779,5523,76),(33780,5524,76),(33781,5525,76),(33782,5526,76),(33783,5527,76),(33784,5528,76),(33785,5529,76),(33786,5530,76),(33787,5531,76),(33788,5532,76),(33789,5533,76),(33790,5534,76),(33791,5535,76),(33792,5536,76),(33793,5537,76),(33794,5538,76),(33795,5539,76),(33796,5540,76),(33797,5541,76),(33798,5542,76),(33799,5543,76),(33800,5544,76),(33801,5545,76),(33802,5546,76),(33803,5547,76),(33804,5548,76),(33805,5549,76),(33806,5550,76),(33807,5551,76),(33808,6044,76),(33809,5942,76),(33810,5943,76),(33811,5944,76),(33812,5945,76),(33813,5946,76),(33814,5947,76),(33815,5948,76),(33816,5949,76),(33817,5950,76),(33818,5951,76),(33819,5952,76),(33820,5953,76),(33821,5954,76),(33822,5955,76),(33823,5956,76),(33824,5957,76),(33825,5958,76),(33826,5959,76),(33827,5960,76),(33828,5961,76),(33829,5962,76),(33830,5963,76),(33831,5964,76),(33832,5965,76),(33833,5966,76),(33834,5967,76),(33835,5968,76),(33836,5969,76),(33837,5970,76),(33838,5971,76),(33839,5972,76),(33840,5973,76),(33841,5974,76),(33842,5975,76),(33843,5976,76),(33844,5977,76),(33845,5978,76),(33846,5979,76),(33847,5980,76),(33848,5981,76),(33849,5982,76),(33850,5983,76),(33851,5984,76),(33852,5552,76),(33853,2517,76),(33854,2518,76),(33855,2519,76),(33856,2520,76),(33857,1500,76),(33858,1501,76),(33859,2521,76),(33860,2522,76),(33861,2523,76),(33862,1595,76),(33863,2524,76),(33864,2525,76),(33865,2526,76),(33866,2527,76),(33867,2528,76),(33868,2530,76),(33869,2531,76),(33870,2532,76),(33871,2533,76),(33872,2534,76),(33873,2535,76),(33874,2536,76),(33875,2537,76),(33876,2538,76),(33877,2539,76),(33878,2540,76),(33879,2541,76),(33880,2542,76),(33881,2543,76),(33882,2544,76),(33883,2545,76),(33884,2546,76),(33885,2547,76),(33886,1488,76),(33887,1489,76),(33888,4012,76),(33889,4013,76),(33890,2548,76),(33891,2549,76),(33892,2550,76),(33893,2551,76),(33894,2552,76),(33895,2553,76),(33896,2554,76),(33897,2555,76),(33898,2556,76),(33899,2557,76),(33900,2558,76),(33901,2559,76),(33902,2560,76),(33903,2561,76),(33904,2562,76),(33905,2563,76),(33906,2564,76),(33907,2565,76),(33908,2566,76),(33909,2567,76),(33910,2568,76),(33911,2569,76),(33912,2570,76),(33913,2571,76),(33914,2572,76),(33915,2573,76),(33916,2574,76),(33917,2575,76),(33918,2576,76),(33919,2577,76),(33920,2578,76),(33921,2579,76),(33922,2580,76),(33923,2581,76),(33924,2582,76),(33925,2583,76),(33926,2584,76),(33927,2585,76),(33928,2586,76),(33929,2587,76),(33930,2588,76),(33931,2589,76),(33932,2590,76),(33933,2591,76),(33934,2592,76),(33935,2593,76),(33936,2594,76),(33937,2595,76),(33938,2596,76),(33939,1532,76),(33940,2597,76),(33941,2598,76),(33942,2599,76),(33943,2600,76),(33944,2601,76),(33945,2602,76),(33946,2603,76),(33947,2604,76),(33948,2605,76),(33949,2606,76),(33950,2607,76),(33951,2608,76),(33952,2609,76),(33953,2610,76),(33954,2611,76),(33955,2612,76),(33956,2613,76),(33957,2614,76),(33958,2615,76),(33959,2616,76),(33960,2617,76),(33961,2618,76),(33962,2619,76),(33963,2620,76),(33964,2621,76),(33965,2622,76),(33966,2623,76),(33967,2624,76),(33968,2625,76),(33969,2626,76),(33970,2627,76),(33971,2628,76),(33972,2629,76),(33973,2630,76),(33974,2631,76),(33975,2632,76),(33976,2633,76),(33977,2634,76),(33978,2635,76),(33979,2636,76),(33980,1490,76),(33981,1491,76),(33982,1492,76),(33983,2637,76),(33984,2638,76),(33985,2639,76),(33986,2640,76),(33987,2504,76),(33988,2505,76),(33989,2506,76),(33990,2511,76),(33991,2512,76),(33992,2657,76),(33993,2514,76),(33994,2515,76),(33995,1586,76),(33996,2516,76),(33997,6279,49),(33998,6280,49),(33999,6281,49),(34000,6282,49),(34001,6283,49),(34002,6284,49),(34003,6285,49),(34004,4100,29),(34005,2504,73),(34006,2505,73),(34007,2506,73),(34008,126,73),(34009,2655,73),(34010,2662,73),(34011,2663,73),(34012,2511,73),(34013,2512,73),(34014,3466,73),(34015,2514,73),(34016,2515,73),(34017,2516,73),(34018,3466,76),(34019,1291,77),(34020,1292,77),(34021,1293,77),(34022,1294,77),(34023,1295,77),(34024,3906,77),(34025,1297,77),(34026,1298,77),(34027,1240,77),(34028,1299,77),(34029,1300,77),(34030,1301,77),(34031,1302,77),(34032,1303,77),(34033,1304,77),(34034,1305,77),(34035,1306,77),(34036,1307,77),(34037,1308,77),(34038,3653,77),(34039,1309,77),(34040,1310,77),(34041,1311,77),(34042,1312,77),(34043,1313,77),(34044,1314,77),(34045,1315,77),(34046,1316,77),(34047,1317,77),(34048,1318,77),(34049,1319,77),(34050,1320,77),(34051,1321,77),(34052,1322,77),(34053,1323,77),(34054,1324,77),(34055,1325,77),(34056,1326,77),(34057,1327,77),(34058,3594,77),(34059,4242,77),(34060,4243,77),(34061,4244,77),(34062,4245,77),(34063,4246,77),(34064,4247,77),(34065,86,77),(34066,83,77),(34067,87,77),(34068,4595,77),(34069,4596,77),(34070,4597,77),(34071,4598,77),(34072,4599,77),(34073,4600,77),(34074,4601,77),(34075,4602,77),(34076,4603,77),(34077,4604,77),(34078,1328,77),(34079,6160,77),(34080,1330,77),(34081,1331,77),(34082,1332,77),(34083,1333,77),(34084,1334,77),(34085,1335,77),(34086,1336,77),(34087,5339,77),(34088,5340,77),(34089,5341,77),(34090,6056,77),(34091,5342,77),(34092,5343,77),(34093,5344,77),(34094,5345,77),(34095,1337,77),(34096,1338,77),(34097,1339,77),(34098,5347,77),(34099,1340,77),(34100,1341,77),(34101,1218,77),(34102,1219,77),(34103,1220,77),(34104,1221,77),(34105,1222,77),(34106,1223,77),(34107,1224,77),(34108,1225,77),(34109,1226,77),(34110,1227,77),(34111,1228,77),(34112,1229,77),(34113,1230,77),(34114,1231,77),(34115,1232,77),(34116,1233,77),(34117,1234,77),(34118,1235,77),(34119,1236,77),(34120,1237,77),(34121,1238,77),(34122,1239,77),(34123,1241,77),(34124,1242,77),(34125,1243,77),(34126,1244,77),(34127,1245,77),(34128,1246,77),(34129,1247,77),(34130,1248,77),(34131,1249,77),(34132,1250,77),(34133,1251,77),(34134,1252,77),(34135,1253,77),(34136,1254,77),(34137,1255,77),(34138,1256,77),(34139,1257,77),(34140,1258,77),(34141,1259,77),(34142,1260,77),(34143,1261,77),(34144,1262,77),(34145,1263,77),(34146,1264,77),(34147,1265,77),(34148,1266,77),(34149,1267,77),(34150,1268,77),(34151,1269,77),(34152,1270,77),(34153,1271,77),(34154,1272,77),(34155,1273,77),(34156,1274,77),(34157,1275,77),(34158,1276,77),(34159,1277,77),(34160,1278,77),(34161,1279,77),(34162,1280,77),(34163,1281,77),(34164,1282,77),(34165,1283,77),(34166,1284,77),(34167,1285,77),(34168,5398,77),(34169,5732,77),(34170,5851,77),(34171,1286,77),(34172,1287,77),(34173,4248,77),(34174,4249,77),(34175,4250,77),(34176,4251,77),(34177,4252,77),(34178,4253,77),(34179,4254,77),(34180,4255,77),(34181,4256,77),(34182,4257,77),(34183,4258,77),(34184,4259,77),(34185,4620,77),(34186,4260,77),(34187,4261,77),(34188,1288,77),(34189,1289,77),(34190,1290,77),(34191,1291,78),(34192,1292,78),(34193,1293,78),(34194,1294,78),(34195,1295,78),(34196,3906,78),(34197,1297,78),(34198,1298,78),(34199,1240,78),(34200,1299,78),(34201,1300,78),(34202,1301,78),(34203,1302,78),(34204,1303,78),(34205,1304,78),(34206,1305,78),(34207,1306,78),(34208,1307,78),(34209,1308,78),(34210,3653,78),(34211,1309,78),(34212,1310,78),(34213,1311,78),(34214,1312,78),(34215,1313,78),(34216,1314,78),(34217,1315,78),(34218,1316,78),(34219,1317,78),(34220,1318,78),(34221,1319,78),(34222,1320,78),(34223,1321,78),(34224,1322,78),(34225,1323,78),(34226,1324,78),(34227,1325,78),(34228,1326,78),(34229,1327,78),(34230,3594,78),(34231,4242,78),(34232,4243,78),(34233,4244,78),(34234,4245,78),(34235,4246,78),(34236,4247,78),(34237,86,78),(34238,83,78),(34239,87,78),(34240,4595,78),(34241,4596,78),(34242,4597,78),(34243,4598,78),(34244,4599,78),(34245,4600,78),(34246,4601,78),(34247,4602,78),(34248,4603,78),(34249,4604,78),(34250,1328,78),(34251,6160,78),(34252,1330,78),(34253,1331,78),(34254,1332,78),(34255,1333,78),(34256,1334,78),(34257,1335,78),(34258,1336,78),(34259,5339,78),(34260,5340,78),(34261,5341,78),(34262,6056,78),(34263,5342,78),(34264,5343,78),(34265,5344,78),(34266,5345,78),(34267,1337,78),(34268,1338,78),(34269,1339,78),(34270,5347,78),(34271,1340,78),(34272,1341,78),(34273,1218,78),(34274,1219,78),(34275,1220,78),(34276,1221,78),(34277,1222,78),(34278,1223,78),(34279,1224,78),(34280,1225,78),(34281,1226,78),(34282,1227,78),(34283,1228,78),(34284,1229,78),(34285,1230,78),(34286,1231,78),(34287,1232,78),(34288,1233,78),(34289,1234,78),(34290,1235,78),(34291,1236,78),(34292,1237,78),(34293,1238,78),(34294,1239,78),(34295,1241,78),(34296,1242,78),(34297,1243,78),(34298,1244,78),(34299,1245,78),(34300,1246,78),(34301,1247,78),(34302,1248,78),(34303,1249,78),(34304,1250,78),(34305,1251,78),(34306,1252,78),(34307,1253,78),(34308,1254,78),(34309,1255,78),(34310,1256,78),(34311,1257,78),(34312,1258,78),(34313,1259,78),(34314,1260,78),(34315,1261,78),(34316,1262,78),(34317,1263,78),(34318,1264,78),(34319,1265,78),(34320,1266,78),(34321,1267,78),(34322,1268,78),(34323,1269,78),(34324,1270,78),(34325,1271,78),(34326,1272,78),(34327,1273,78),(34328,1274,78),(34329,1275,78),(34330,1276,78),(34331,1277,78),(34332,1278,78),(34333,1279,78),(34334,1280,78),(34335,1281,78),(34336,1282,78),(34337,1283,78),(34338,1284,78),(34339,1285,78),(34340,5398,78),(34341,5732,78),(34342,5851,78),(34343,1286,78),(34344,1287,78),(34345,4248,78),(34346,4249,78),(34347,4250,78),(34348,4251,78),(34349,4252,78),(34350,4253,78),(34351,4254,78),(34352,4255,78),(34353,4256,78),(34354,4257,78),(34355,4258,78),(34356,4259,78),(34357,4620,78),(34358,4260,78),(34359,4261,78),(34360,1288,78),(34361,1289,78),(34362,1290,78),(34363,1500,78),(34364,1501,78),(34365,1502,78),(34366,1503,78),(34367,1504,78),(34368,1505,78),(34369,1506,78),(34370,1507,78),(34371,1508,78),(34372,1509,78),(34373,1510,78),(34374,1511,78),(34375,1512,78),(34376,1513,78),(34377,1514,78),(34378,1515,78),(34379,1516,78),(34380,1517,78),(34381,1518,78),(34382,1519,78),(34383,1520,78),(34384,1521,78),(34385,1522,78),(34386,1342,78),(34387,1343,78),(34388,1344,78),(34389,1523,78),(34390,1345,78),(34391,1346,78),(34392,1347,78),(34393,1348,78),(34394,1092,78),(34395,5350,78),(34396,5351,78),(34397,5352,78),(34398,5353,78),(34399,5354,78),(34400,5355,78),(34401,5356,78),(34402,5357,78),(34403,1349,78),(34404,1350,78),(34405,1351,78),(34406,1352,78),(34407,1353,78),(34408,1354,78),(34409,1355,78),(34410,1356,78),(34411,1357,78),(34412,1358,78),(34413,1359,78),(34414,1360,78),(34415,1361,78),(34416,1362,78),(34417,1363,78),(34418,1364,78),(34419,1365,78),(34420,1366,78),(34421,1367,78),(34422,1368,78),(34423,1369,78),(34424,4993,78),(34425,4994,78),(34426,5358,78),(34427,5359,78),(34428,1524,78),(34429,1525,78),(34430,1526,78),(34431,1370,78),(34432,1371,78),(34433,1372,78),(34434,1527,78),(34435,1528,78),(34436,1529,78),(34437,6040,78),(34438,6041,78),(34439,6042,78),(34440,1530,78),(34441,1531,78),(34442,1532,78),(34443,1533,78),(34444,1534,78),(34445,65,78),(34446,1535,78),(34447,1536,78),(34448,1373,78),(34449,1374,78),(34450,1375,78),(34451,6057,78),(34452,4090,78),(34453,1537,78),(34454,1538,78),(34455,3897,78),(34456,1539,78),(34457,1540,78),(34458,1541,78),(34459,1542,78),(34460,78,78),(34461,1543,78),(34462,1544,78),(34463,1545,78),(34464,1546,78),(34465,1547,78),(34466,1548,78),(34467,1549,78),(34468,1551,78),(34469,1552,78),(34470,1553,78),(34471,1554,78),(34472,1555,78),(34473,1556,78),(34474,1557,78),(34475,1558,78),(34476,1559,78),(34477,1560,78),(34478,1561,78),(34479,1562,78),(34480,1563,78),(34481,1564,78),(34482,1565,78),(34483,1566,78),(34484,1567,78),(34485,1568,78),(34486,1569,78),(34487,1570,78),(34488,1571,78),(34489,1572,78),(34490,1573,78),(34491,1575,78),(34492,1576,78),(34493,1577,78),(34494,1578,78),(34495,1579,78),(34496,1580,78),(34497,1581,78),(34498,5907,78),(34499,1607,78),(34500,3895,78),(34501,2350,78),(34502,3896,78),(34503,1583,78),(34504,1584,78),(34505,1574,78),(34506,1582,78),(34507,1587,78),(34508,1094,78),(34509,1588,78),(34510,1589,78),(34511,1590,78),(34512,1591,78),(34513,1592,78),(34514,1593,78),(34515,1594,78),(34516,1595,78),(34517,1596,78),(34518,1597,78),(34519,1598,78),(34520,1599,78),(34521,1600,78),(34522,1601,78),(34523,1602,78),(34524,1603,78),(34525,1604,78),(34526,1605,78),(34527,1606,78),(34528,1608,78),(34529,1609,78),(34530,1610,78),(34531,1611,78),(34532,1488,78),(34533,1489,78),(34534,1490,78),(34535,1491,78),(34536,1492,78),(34537,1291,79),(34538,1292,79),(34539,1293,79),(34540,1294,79),(34541,1295,79),(34542,3906,79),(34543,1297,79),(34544,1298,79),(34545,1240,79),(34546,1299,79),(34547,1300,79),(34548,1301,79),(34549,1302,79),(34550,1303,79),(34551,1304,79),(34552,1305,79),(34553,1306,79),(34554,1307,79),(34555,1308,79),(34556,3653,79),(34557,1309,79),(34558,1310,79),(34559,1311,79),(34560,1312,79),(34561,1313,79),(34562,1314,79),(34563,1315,79),(34564,1316,79),(34565,1317,79),(34566,1318,79),(34567,1319,79),(34568,1320,79),(34569,1321,79),(34570,1322,79),(34571,1323,79),(34572,1324,79),(34573,1325,79),(34574,1326,79),(34575,1327,79),(34576,3594,79),(34577,4242,79),(34578,4243,79),(34579,4244,79),(34580,4245,79),(34581,4246,79),(34582,4247,79),(34583,86,79),(34584,83,79),(34585,87,79),(34586,4595,79),(34587,4596,79),(34588,4597,79),(34589,4598,79),(34590,4599,79),(34591,4600,79),(34592,4601,79),(34593,4602,79),(34594,4603,79),(34595,4604,79),(34596,1328,79),(34597,6160,79),(34598,1330,79),(34599,1331,79),(34600,1332,79),(34601,1333,79),(34602,1334,79),(34603,1335,79),(34604,1336,79),(34605,5339,79),(34606,5340,79),(34607,5341,79),(34608,6056,79),(34609,5342,79),(34610,5343,79),(34611,5344,79),(34612,5345,79),(34613,1337,79),(34614,1338,79),(34615,1339,79),(34616,5347,79),(34617,1340,79),(34618,1341,79),(34619,1218,79),(34620,1219,79),(34621,1220,79),(34622,1221,79),(34623,1222,79),(34624,1223,79),(34625,1224,79),(34626,1225,79),(34627,1226,79),(34628,1227,79),(34629,1228,79),(34630,1229,79),(34631,1230,79),(34632,1231,79),(34633,1232,79),(34634,1233,79),(34635,1234,79),(34636,1235,79),(34637,1236,79),(34638,1237,79),(34639,1238,79),(34640,1239,79),(34641,1241,79),(34642,1242,79),(34643,1243,79),(34644,1244,79),(34645,1245,79),(34646,1246,79),(34647,1247,79),(34648,1248,79),(34649,1249,79),(34650,1250,79),(34651,1251,79),(34652,1252,79),(34653,1253,79),(34654,1254,79),(34655,1255,79),(34656,1256,79),(34657,1257,79),(34658,1258,79),(34659,1259,79),(34660,1260,79),(34661,1261,79),(34662,1262,79),(34663,1263,79),(34664,1264,79),(34665,1265,79),(34666,1266,79),(34667,1267,79),(34668,1268,79),(34669,1269,79),(34670,1270,79),(34671,1271,79),(34672,1272,79),(34673,1273,79),(34674,1274,79),(34675,1275,79),(34676,1276,79),(34677,1277,79),(34678,1278,79),(34679,1279,79),(34680,1280,79),(34681,1281,79),(34682,1282,79),(34683,1283,79),(34684,1284,79),(34685,1285,79),(34686,5398,79),(34687,5732,79),(34688,5851,79),(34689,1286,79),(34690,1287,79),(34691,4248,79),(34692,4249,79),(34693,4250,79),(34694,4251,79),(34695,4252,79),(34696,4253,79),(34697,4254,79),(34698,4255,79),(34699,4256,79),(34700,4257,79),(34701,4258,79),(34702,4259,79),(34703,4620,79),(34704,4260,79),(34705,4261,79),(34706,1288,79),(34707,1289,79),(34708,1290,79),(34709,1500,79),(34710,1501,79),(34711,1291,80),(34712,1292,80),(34713,1293,80),(34714,1294,80),(34715,1295,80),(34716,3906,80),(34717,1297,80),(34718,1298,80),(34719,1240,80),(34720,1299,80),(34721,1300,80),(34722,1301,80),(34723,1302,80),(34724,1303,80),(34725,1304,80),(34726,1305,80),(34727,1306,80),(34728,1307,80),(34729,1308,80),(34730,3653,80),(34731,1309,80),(34732,1310,80),(34733,1311,80),(34734,1312,80),(34735,1313,80),(34736,1314,80),(34737,1315,80),(34738,1316,80),(34739,1317,80),(34740,1318,80),(34741,1319,80),(34742,1320,80),(34743,1321,80),(34744,1322,80),(34745,1323,80),(34746,1324,80),(34747,1325,80),(34748,1326,80),(34749,1327,80),(34750,3594,80),(34751,4242,80),(34752,4243,80),(34753,4244,80),(34754,4245,80),(34755,4246,80),(34756,4247,80),(34757,86,80),(34758,83,80),(34759,87,80),(34760,4595,80),(34761,4596,80),(34762,4597,80),(34763,4598,80),(34764,4599,80),(34765,4600,80),(34766,4601,80),(34767,4602,80),(34768,4603,80),(34769,4604,80),(34770,1328,80),(34771,6160,80),(34772,1330,80),(34773,1331,80),(34774,1332,80),(34775,1333,80),(34776,1334,80),(34777,1335,80),(34778,1336,80),(34779,5339,80),(34780,5340,80),(34781,5341,80),(34782,6056,80),(34783,5342,80),(34784,5343,80),(34785,5344,80),(34786,5345,80),(34787,1337,80),(34788,1338,80),(34789,1339,80),(34790,5347,80),(34791,1340,80),(34792,1341,80),(34793,1218,80),(34794,1219,80),(34795,1220,80),(34796,1221,80),(34797,1222,80),(34798,1223,80),(34799,1224,80),(34800,1225,80),(34801,1226,80),(34802,1227,80),(34803,1228,80),(34804,1229,80),(34805,1230,80),(34806,1231,80),(34807,1232,80),(34808,1233,80),(34809,1234,80),(34810,1235,80),(34811,1236,80),(34812,1237,80),(34813,1238,80),(34814,1239,80),(34815,1241,80),(34816,1242,80),(34817,1243,80),(34818,1244,80),(34819,1245,80),(34820,1246,80),(34821,1247,80),(34822,1248,80),(34823,1249,80),(34824,1250,80),(34825,1251,80),(34826,1252,80),(34827,1253,80),(34828,1254,80),(34829,1255,80),(34830,1256,80),(34831,1257,80),(34832,1258,80),(34833,1259,80),(34834,1260,80),(34835,1261,80),(34836,1262,80),(34837,1263,80),(34838,1264,80),(34839,1265,80),(34840,1266,80),(34841,1267,80),(34842,1268,80),(34843,1269,80),(34844,1270,80),(34845,1271,80),(34846,1272,80),(34847,1273,80),(34848,1274,80),(34849,1275,80),(34850,1276,80),(34851,1277,80),(34852,1278,80),(34853,1279,80),(34854,1280,80),(34855,1281,80),(34856,1282,80),(34857,1283,80),(34858,1284,80),(34859,1285,80),(34860,5398,80),(34861,5732,80),(34862,5851,80),(34863,1286,80),(34864,1287,80),(34865,4248,80),(34866,4249,80),(34867,4250,80),(34868,4251,80),(34869,4252,80),(34870,4253,80),(34871,4254,80),(34872,4255,80),(34873,4256,80),(34874,4257,80),(34875,4258,80),(34876,4259,80),(34877,4620,80),(34878,4260,80),(34879,4261,80),(34880,1288,80),(34881,1289,80),(34882,1290,80),(34883,1500,80),(34884,1501,80),(34885,1502,80),(34886,1503,80),(34887,1504,80),(34888,1505,80),(34889,1506,80),(34890,1507,80),(34891,1508,80),(34892,1509,80),(34893,1510,80),(34894,1511,80),(34895,1512,80),(34896,1513,80),(34897,1514,80),(34898,1515,80),(34899,1516,80),(34900,1517,80),(34901,1518,80),(34902,1519,80),(34903,1520,80),(34904,1521,80),(34905,1522,80),(34906,1342,80),(34907,1343,80),(34908,1344,80),(34909,1523,80),(34910,1345,80),(34911,1346,80),(34912,1347,80),(34913,1348,80),(34914,1092,80),(34915,5350,80),(34916,5351,80),(34917,5352,80),(34918,5353,80),(34919,5354,80),(34920,5355,80),(34921,5356,80),(34922,5357,80),(34923,1349,80),(34924,1350,80),(34925,1351,80),(34926,1352,80),(34927,1353,80),(34928,1354,80),(34929,1355,80),(34930,1356,80),(34931,1357,80),(34932,1358,80),(34933,1359,80),(34934,1360,80),(34935,1361,80),(34936,1362,80),(34937,1363,80),(34938,1364,80),(34939,1365,80),(34940,1366,80),(34941,1367,80),(34942,1368,80),(34943,1369,80),(34944,4993,80),(34945,4994,80),(34946,5358,80),(34947,5359,80),(34948,1524,80),(34949,1525,80),(34950,1526,80),(34951,1370,80),(34952,1371,80),(34953,1372,80),(34954,1527,80),(34955,1528,80),(34956,1529,80),(34957,6040,80),(34958,6041,80),(34959,6042,80),(34960,1530,80),(34961,1531,80),(34962,1532,80),(34963,1533,80),(34964,1534,80),(34965,65,80),(34966,1535,80),(34967,1536,80),(34968,1373,80),(34969,1374,80),(34970,1375,80),(34971,6057,80),(34972,4091,80),(34973,1537,80),(34974,1538,80),(34975,3897,80),(34976,1539,80),(34977,1540,80),(34978,1541,80),(34979,1542,80),(34980,78,80),(34981,1543,80),(34982,1544,80),(34983,1545,80),(34984,1546,80),(34985,1547,80),(34986,1548,80),(34987,1549,80),(34988,1550,80),(34989,1551,80),(34990,1552,80),(34991,1553,80),(34992,1554,80),(34993,1555,80),(34994,1556,80),(34995,1557,80),(34996,1558,80),(34997,1559,80),(34998,1560,80),(34999,1561,80),(35000,1562,80),(35001,1563,80),(35002,1564,80),(35003,1565,80),(35004,1566,80),(35005,1567,80),(35006,1568,80),(35007,1569,80),(35008,1570,80),(35009,1571,80),(35010,1572,80),(35011,1573,80),(35012,1575,80),(35013,1576,80),(35014,1577,80),(35015,1578,80),(35016,1579,80),(35017,1580,80),(35018,1581,80),(35019,5907,80),(35020,1607,80),(35021,3895,80),(35022,2350,80),(35023,3896,80),(35024,1583,80),(35025,1584,80),(35026,1574,80),(35027,1582,80),(35028,1587,80),(35029,1094,80),(35030,1588,80),(35031,1589,80),(35032,1590,80),(35033,1591,80),(35034,1592,80),(35035,1593,80),(35036,1594,80),(35037,1595,80),(35038,1596,80),(35039,1597,80),(35040,1598,80),(35041,1599,80),(35042,1600,80),(35043,1601,80),(35044,1602,80),(35045,1603,80),(35046,1604,80),(35047,1605,80),(35048,1606,80),(35049,1608,80),(35050,1609,80),(35051,1610,80),(35052,1611,80),(35053,1488,80),(35054,1489,80),(35055,1490,80),(35056,1491,80),(35057,1492,80),(35058,1291,81),(35059,1292,81),(35060,1293,81),(35061,1294,81),(35062,1295,81),(35063,3906,81),(35064,1297,81),(35065,1298,81),(35066,1240,81),(35067,1299,81),(35068,1300,81),(35069,1301,81),(35070,1302,81),(35071,1303,81),(35072,1304,81),(35073,1305,81),(35074,1306,81),(35075,1307,81),(35076,1308,81),(35077,3653,81),(35078,1309,81),(35079,1310,81),(35080,1311,81),(35081,1312,81),(35082,1313,81),(35083,1314,81),(35084,1315,81),(35085,1316,81),(35086,1317,81),(35087,1318,81),(35088,1319,81),(35089,1320,81),(35090,1321,81),(35091,1322,81),(35092,1323,81),(35093,1324,81),(35094,1325,81),(35095,1326,81),(35096,1327,81),(35097,3594,81),(35098,4242,81),(35099,4243,81),(35100,4244,81),(35101,4245,81),(35102,4246,81),(35103,4247,81),(35104,86,81),(35105,83,81),(35106,87,81),(35107,4595,81),(35108,4596,81),(35109,4597,81),(35110,4598,81),(35111,4599,81),(35112,4600,81),(35113,4601,81),(35114,4602,81),(35115,4603,81),(35116,4604,81),(35117,1328,81),(35118,6160,81),(35119,1330,81),(35120,1331,81),(35121,1332,81),(35122,1333,81),(35123,1334,81),(35124,1335,81),(35125,1336,81),(35126,5339,81),(35127,5340,81),(35128,5341,81),(35129,6056,81),(35130,5342,81),(35131,5343,81),(35132,5344,81),(35133,5345,81),(35134,1337,81),(35135,1338,81),(35136,1339,81),(35137,5347,81),(35138,1340,81),(35139,1341,81),(35140,1218,81),(35141,1219,81),(35142,1220,81),(35143,1221,81),(35144,1222,81),(35145,1223,81),(35146,1224,81),(35147,1225,81),(35148,1226,81),(35149,1227,81),(35150,1228,81),(35151,1229,81),(35152,1230,81),(35153,1231,81),(35154,1232,81),(35155,1233,81),(35156,1234,81),(35157,1235,81),(35158,1236,81),(35159,1237,81),(35160,1238,81),(35161,1239,81),(35162,1241,81),(35163,1242,81),(35164,1243,81),(35165,1244,81),(35166,1245,81),(35167,1246,81),(35168,1247,81),(35169,1248,81),(35170,1249,81),(35171,1250,81),(35172,1251,81),(35173,1252,81),(35174,1253,81),(35175,1254,81),(35176,1255,81),(35177,1256,81),(35178,1257,81),(35179,1258,81),(35180,1259,81),(35181,1260,81),(35182,1261,81),(35183,1262,81),(35184,1263,81),(35185,1264,81),(35186,1265,81),(35187,1266,81),(35188,1267,81),(35189,1268,81),(35190,1269,81),(35191,1270,81),(35192,1271,81),(35193,1272,81),(35194,1273,81),(35195,1274,81),(35196,1275,81),(35197,1276,81),(35198,1277,81),(35199,1278,81),(35200,1279,81),(35201,1280,81),(35202,1281,81),(35203,1282,81),(35204,1283,81),(35205,1284,81),(35206,1285,81),(35207,5398,81),(35208,5732,81),(35209,5851,81),(35210,1286,81),(35211,1287,81),(35212,4248,81),(35213,4249,81),(35214,4250,81),(35215,4251,81),(35216,4252,81),(35217,4253,81),(35218,4254,81),(35219,4255,81),(35220,4256,81),(35221,4257,81),(35222,4258,81),(35223,4259,81),(35224,4620,81),(35225,4260,81),(35226,4261,81),(35227,1288,81),(35228,1289,81),(35229,1290,81),(35230,1500,81),(35231,1501,81),(35232,1502,81),(35233,1503,81),(35234,1504,81),(35235,1505,81),(35236,1506,81),(35237,1507,81),(35238,1508,81),(35239,1509,81),(35240,1510,81),(35241,1511,81),(35242,1512,81),(35243,1513,81),(35244,1514,81),(35245,1515,81),(35246,1516,81),(35247,1517,81),(35248,1518,81),(35249,1519,81),(35250,1520,81),(35251,1521,81),(35252,1522,81),(35253,1342,81),(35254,1343,81),(35255,1344,81),(35256,1523,81),(35257,1345,81),(35258,1346,81),(35259,1347,81),(35260,1348,81),(35261,1092,81),(35262,5350,81),(35263,5351,81),(35264,5352,81),(35265,5353,81),(35266,5354,81),(35267,5355,81),(35268,5356,81),(35269,5357,81),(35270,1349,81),(35271,1350,81),(35272,1351,81),(35273,1352,81),(35274,1353,81),(35275,1354,81),(35276,1355,81),(35277,1356,81),(35278,1357,81),(35279,1358,81),(35280,1359,81),(35281,1360,81),(35282,1361,81),(35283,1362,81),(35284,1363,81),(35285,1364,81),(35286,1365,81),(35287,1366,81),(35288,1367,81),(35289,1368,81),(35290,1369,81),(35291,4993,81),(35292,4994,81),(35293,5358,81),(35294,5359,81),(35295,1524,81),(35296,1525,81),(35297,1526,81),(35298,1370,81),(35299,1371,81),(35300,1372,81),(35301,1527,81),(35302,1528,81),(35303,1529,81),(35304,6040,81),(35305,6041,81),(35306,6042,81),(35307,1530,81),(35308,1531,81),(35309,1532,81),(35310,1533,81),(35311,1534,81),(35312,65,81),(35313,1535,81),(35314,1536,81),(35315,1373,81),(35316,1374,81),(35317,1375,81),(35318,6057,81),(35319,4090,81),(35320,1537,81),(35321,1538,81),(35322,3897,81),(35323,1539,81),(35324,1540,81),(35325,1541,81),(35326,1542,81),(35327,78,81),(35328,1543,81),(35329,1544,81),(35330,1545,81),(35331,1546,81),(35332,1547,81),(35333,1548,81),(35334,1549,81),(35335,1550,81),(35336,1551,81),(35337,1552,81),(35338,1553,81),(35339,1554,81),(35340,1555,81),(35341,1556,81),(35342,1557,81),(35343,1558,81),(35344,1559,81),(35345,1560,81),(35346,1561,81),(35347,1562,81),(35348,1563,81),(35349,1564,81),(35350,1565,81),(35351,1566,81),(35352,1567,81),(35353,1568,81),(35354,1569,81),(35355,1570,81),(35356,1571,81),(35357,1572,81),(35358,1573,81),(35359,1575,81),(35360,1576,81),(35361,1577,81),(35362,1578,81),(35363,1579,81),(35364,1580,81),(35365,1581,81),(35366,5907,81),(35367,1607,81),(35368,3895,81),(35369,2350,81),(35370,3896,81),(35371,1583,81),(35372,1584,81),(35373,1574,81),(35374,1582,81),(35375,1587,81),(35376,1094,81),(35377,1588,81),(35378,1589,81),(35379,1590,81),(35380,1591,81),(35381,1592,81),(35382,1593,81),(35383,1594,81),(35384,1595,81),(35385,1596,81),(35386,1597,81),(35387,1598,81),(35388,1599,81),(35389,1600,81),(35390,1601,81),(35391,1602,81),(35392,1603,81),(35393,1604,81),(35394,1605,81),(35395,1606,81),(35396,1608,81),(35397,1609,81),(35398,1610,81),(35399,1611,81),(35400,1488,81),(35401,1489,81),(35402,1490,81),(35403,1491,81),(35404,1492,81),(35405,1500,3),(35406,1501,3),(35407,1527,3),(35408,1528,3),(35409,1529,3),(35410,6040,3),(35411,6041,3),(35412,6042,3),(35413,1530,3),(35414,1552,3),(35415,1553,3),(35416,1561,3),(35417,1607,3),(35418,1562,3),(35419,1539,3),(35420,1563,3),(35421,1564,3),(35422,1565,3),(35423,1566,3),(35424,3895,3),(35425,2350,3),(35426,1569,3),(35427,1541,3),(35428,1570,3),(35429,1571,3),(35430,1572,3),(35431,1575,3),(35432,1576,3),(35433,1577,3),(35434,1578,3),(35435,1579,3),(35436,1585,3),(35437,2657,3),(35438,3896,3),(35439,5907,3),(35440,5350,3),(35441,2513,3),(35442,1291,82),(35443,1292,82),(35444,1293,82),(35445,1294,82),(35446,1295,82),(35447,3906,82),(35448,1297,82),(35449,1298,82),(35450,1240,82),(35451,1299,82),(35452,1300,82),(35453,1301,82),(35454,1302,82),(35455,1303,82),(35456,1304,82),(35457,1305,82),(35458,1306,82),(35459,1307,82),(35460,1308,82),(35461,3653,82),(35462,1309,82),(35463,1310,82),(35464,1311,82),(35465,1312,82),(35466,1313,82),(35467,1314,82),(35468,1315,82),(35469,1316,82),(35470,1317,82),(35471,1318,82),(35472,1319,82),(35473,1320,82),(35474,1321,82),(35475,1322,82),(35476,1323,82),(35477,1324,82),(35478,1325,82),(35479,1326,82),(35480,1327,82),(35481,3594,82),(35482,4242,82),(35483,4243,82),(35484,4244,82),(35485,4245,82),(35486,4246,82),(35487,4247,82),(35488,86,82),(35489,83,82),(35490,87,82),(35491,4595,82),(35492,4596,82),(35493,4597,82),(35494,4598,82),(35495,4599,82),(35496,4600,82),(35497,4601,82),(35498,4602,82),(35499,4603,82),(35500,4604,82),(35501,1328,82),(35502,6160,82),(35503,1330,82),(35504,1331,82),(35505,1332,82),(35506,1333,82),(35507,1334,82),(35508,1335,82),(35509,1336,82),(35510,5339,82),(35511,5340,82),(35512,5341,82),(35513,6056,82),(35514,5342,82),(35515,5343,82),(35516,5344,82),(35517,5345,82),(35518,1337,82),(35519,1338,82),(35520,1339,82),(35521,5347,82),(35522,1340,82),(35523,1341,82),(35524,1218,82),(35525,1219,82),(35526,1220,82),(35527,1221,82),(35528,1222,82),(35529,1223,82),(35530,1224,82),(35531,1225,82),(35532,1226,82),(35533,1227,82),(35534,1228,82),(35535,1229,82),(35536,1230,82),(35537,1231,82),(35538,1232,82),(35539,1233,82),(35540,1234,82),(35541,1235,82),(35542,1236,82),(35543,1237,82),(35544,1238,82),(35545,1239,82),(35546,1241,82),(35547,1242,82),(35548,1243,82),(35549,1244,82),(35550,1245,82),(35551,1246,82),(35552,1247,82),(35553,1248,82),(35554,1249,82),(35555,1250,82),(35556,1251,82),(35557,1252,82),(35558,1253,82),(35559,1254,82),(35560,1255,82),(35561,1256,82),(35562,1257,82),(35563,1258,82),(35564,1259,82),(35565,1260,82),(35566,1261,82),(35567,1262,82),(35568,1263,82),(35569,1264,82),(35570,1265,82),(35571,1266,82),(35572,1267,82),(35573,1268,82),(35574,1269,82),(35575,1270,82),(35576,1271,82),(35577,1272,82),(35578,1273,82),(35579,1274,82),(35580,1275,82),(35581,1276,82),(35582,1277,82),(35583,1278,82),(35584,1279,82),(35585,1280,82),(35586,1281,82),(35587,1282,82),(35588,1283,82),(35589,1284,82),(35590,1285,82),(35591,5398,82),(35592,5732,82),(35593,5851,82),(35594,1286,82),(35595,1287,82),(35596,4248,82),(35597,4249,82),(35598,4250,82),(35599,4251,82),(35600,4252,82),(35601,4253,82),(35602,4254,82),(35603,4255,82),(35604,4256,82),(35605,4257,82),(35606,4258,82),(35607,4259,82),(35608,4620,82),(35609,4260,82),(35610,4261,82),(35611,1288,82),(35612,1289,82),(35613,1290,82),(35614,1500,82),(35615,1501,82),(35616,1094,82),(35617,1095,82),(35618,1096,82),(35619,1291,83),(35620,1292,83),(35621,1293,83),(35622,1294,83),(35623,1295,83),(35624,3906,83),(35625,1297,83),(35626,1298,83),(35627,1240,83),(35628,1299,83),(35629,1300,83),(35630,1301,83),(35631,1302,83),(35632,1303,83),(35633,1304,83),(35634,1305,83),(35635,1306,83),(35636,1307,83),(35637,1308,83),(35638,3653,83),(35639,1309,83),(35640,1310,83),(35641,1311,83),(35642,1312,83),(35643,1313,83),(35644,1314,83),(35645,1315,83),(35646,1316,83),(35647,1317,83),(35648,1318,83),(35649,1319,83),(35650,1320,83),(35651,1321,83),(35652,1322,83),(35653,1323,83),(35654,1324,83),(35655,1325,83),(35656,1326,83),(35657,1327,83),(35658,3594,83),(35659,4242,83),(35660,4243,83),(35661,4244,83),(35662,4245,83),(35663,4246,83),(35664,4247,83),(35665,86,83),(35666,83,83),(35667,87,83),(35668,4595,83),(35669,4596,83),(35670,4597,83),(35671,4598,83),(35672,4599,83),(35673,4600,83),(35674,4601,83),(35675,4602,83),(35676,4603,83),(35677,4604,83),(35678,1328,83),(35679,6160,83),(35680,1330,83),(35681,1331,83),(35682,1332,83),(35683,1333,83),(35684,1334,83),(35685,1335,83),(35686,1336,83),(35687,5339,83),(35688,5340,83),(35689,5341,83),(35690,6056,83),(35691,5342,83),(35692,5343,83),(35693,5344,83),(35694,5345,83),(35695,1337,83),(35696,1338,83),(35697,1339,83),(35698,5347,83),(35699,1340,83),(35700,1341,83),(35701,1218,83),(35702,1219,83),(35703,1220,83),(35704,1221,83),(35705,1222,83),(35706,1223,83),(35707,1224,83),(35708,1225,83),(35709,1226,83),(35710,1227,83),(35711,1228,83),(35712,1229,83),(35713,1230,83),(35714,1231,83),(35715,1232,83),(35716,1233,83),(35717,1234,83),(35718,1235,83),(35719,1236,83),(35720,1237,83),(35721,1238,83),(35722,1239,83),(35723,1241,83),(35724,1242,83),(35725,1243,83),(35726,1244,83),(35727,1245,83),(35728,1246,83),(35729,1247,83),(35730,1248,83),(35731,1249,83),(35732,1250,83),(35733,1251,83),(35734,1252,83),(35735,1253,83),(35736,1254,83),(35737,1255,83),(35738,1256,83),(35739,1257,83),(35740,1258,83),(35741,1259,83),(35742,1260,83),(35743,1261,83),(35744,1262,83),(35745,1263,83),(35746,1264,83),(35747,1265,83),(35748,1266,83),(35749,1267,83),(35750,1268,83),(35751,1269,83),(35752,1270,83),(35753,1271,83),(35754,1272,83),(35755,1273,83),(35756,1274,83),(35757,1275,83),(35758,1276,83),(35759,1277,83),(35760,1278,83),(35761,1279,83),(35762,1280,83),(35763,1281,83),(35764,1282,83),(35765,1283,83),(35766,1284,83),(35767,1285,83),(35768,5398,83),(35769,5732,83),(35770,5851,83),(35771,1286,83),(35772,1287,83),(35773,4248,83),(35774,4249,83),(35775,4250,83),(35776,4251,83),(35777,4252,83),(35778,4253,83),(35779,4254,83),(35780,4255,83),(35781,4256,83),(35782,4257,83),(35783,4258,83),(35784,4259,83),(35785,4620,83),(35786,4260,83),(35787,4261,83),(35788,1288,83),(35789,1289,83),(35790,1290,83),(35791,1500,83),(35792,1501,83),(35793,1502,83),(35794,1503,83),(35795,1504,83),(35796,1505,83),(35797,1506,83),(35798,1507,83),(35799,1508,83),(35800,1509,83),(35801,1510,83),(35802,1511,83),(35803,1512,83),(35804,1513,83),(35805,1514,83),(35806,1515,83),(35807,1516,83),(35808,1517,83),(35809,1518,83),(35810,1519,83),(35811,1520,83),(35812,1521,83),(35813,1522,83),(35814,1342,83),(35815,1343,83),(35816,1344,83),(35817,1523,83),(35818,1345,83),(35819,1346,83),(35820,1347,83),(35821,1348,83),(35822,1092,83),(35823,5350,83),(35824,5351,83),(35825,5352,83),(35826,5353,83),(35827,5354,83),(35828,5355,83),(35829,5356,83),(35830,5357,83),(35831,1349,83),(35832,1350,83),(35833,1351,83),(35834,1352,83),(35835,1353,83),(35836,1354,83),(35837,1355,83),(35838,1356,83),(35839,1357,83),(35840,1358,83),(35841,1359,83),(35842,1360,83),(35843,1361,83),(35844,1362,83),(35845,1363,83),(35846,1364,83),(35847,1365,83),(35848,1366,83),(35849,1367,83),(35850,1368,83),(35851,1369,83),(35852,4993,83),(35853,4994,83),(35854,5358,83),(35855,5359,83),(35856,1524,83),(35857,1525,83),(35858,1526,83),(35859,1370,83),(35860,1371,83),(35861,1372,83),(35862,1527,83),(35863,1528,83),(35864,1529,83),(35865,6040,83),(35866,6041,83),(35867,6042,83),(35868,1530,83),(35869,1531,83),(35870,1532,83),(35871,1533,83),(35872,1534,83),(35873,65,83),(35874,1535,83),(35875,1536,83),(35876,1373,83),(35877,1374,83),(35878,1375,83),(35879,6057,83),(35880,4090,83),(35881,1537,83),(35882,1538,83),(35883,3897,83),(35884,1539,83),(35885,1540,83),(35886,1541,83),(35887,1542,83),(35888,78,83),(35889,1543,83),(35890,1544,83),(35891,1545,83),(35892,1546,83),(35893,1547,83),(35894,1548,83),(35895,1549,83),(35896,1550,83),(35897,1551,83),(35898,1552,83),(35899,1553,83),(35900,1554,83),(35901,1555,83),(35902,1556,83),(35903,1557,83),(35904,1558,83),(35905,1559,83),(35906,1560,83),(35907,1561,83),(35908,1562,83),(35909,1563,83),(35910,1564,83),(35911,1565,83),(35912,1566,83),(35913,1567,83),(35914,1568,83),(35915,1569,83),(35916,1570,83),(35917,1571,83),(35918,1572,83),(35919,1573,83),(35920,1575,83),(35921,1576,83),(35922,1577,83),(35923,1578,83),(35924,1579,83),(35925,1580,83),(35926,1581,83),(35927,5907,83),(35928,1585,83),(35929,2513,83),(35930,1583,83),(35931,1584,83),(35932,1574,83),(35933,1582,83),(35934,1587,83),(35935,1094,83),(35936,1588,83),(35937,1589,83),(35938,1590,83),(35939,1591,83),(35940,1592,83),(35941,1593,83),(35942,1594,83),(35943,1595,83),(35944,1596,83),(35945,1597,83),(35946,1598,83),(35947,1599,83),(35948,1600,83),(35949,1601,83),(35950,1602,83),(35951,1603,83),(35952,1604,83),(35953,1605,83),(35954,1606,83),(35955,1607,83),(35956,1608,83),(35957,1609,83),(35958,1610,83),(35959,1611,83),(35960,1488,83),(35961,1489,83),(35962,1490,83),(35963,1491,83),(35964,1492,83),(35965,1291,84),(35966,1292,84),(35967,1293,84),(35968,1294,84),(35969,1295,84),(35970,3906,84),(35971,1297,84),(35972,1298,84),(35973,1240,84),(35974,1299,84),(35975,1300,84),(35976,1301,84),(35977,1302,84),(35978,1303,84),(35979,1304,84),(35980,1305,84),(35981,1306,84),(35982,1307,84),(35983,1308,84),(35984,3653,84),(35985,1309,84),(35986,1310,84),(35987,1311,84),(35988,1312,84),(35989,1313,84),(35990,1314,84),(35991,1315,84),(35992,1316,84),(35993,1317,84),(35994,1318,84),(35995,1319,84),(35996,1320,84),(35997,1321,84),(35998,1322,84),(35999,1323,84),(36000,1324,84),(36001,1325,84),(36002,1326,84),(36003,1327,84),(36004,3594,84),(36005,4242,84),(36006,4243,84),(36007,4244,84),(36008,4245,84),(36009,4246,84),(36010,4247,84),(36011,86,84),(36012,83,84),(36013,87,84),(36014,4595,84),(36015,4596,84),(36016,4597,84),(36017,4598,84),(36018,4599,84),(36019,4600,84),(36020,4601,84),(36021,4602,84),(36022,4603,84),(36023,4604,84),(36024,1328,84),(36025,6160,84),(36026,1330,84),(36027,1331,84),(36028,1332,84),(36029,1333,84),(36030,1334,84),(36031,1335,84),(36032,1336,84),(36033,5339,84),(36034,5340,84),(36035,5341,84),(36036,6056,84),(36037,5342,84),(36038,5343,84),(36039,5344,84),(36040,5345,84),(36041,1337,84),(36042,1338,84),(36043,1339,84),(36044,5347,84),(36045,1340,84),(36046,1341,84),(36047,1218,84),(36048,1219,84),(36049,1220,84),(36050,1221,84),(36051,1222,84),(36052,1223,84),(36053,1224,84),(36054,1225,84),(36055,1226,84),(36056,1227,84),(36057,1228,84),(36058,1229,84),(36059,1230,84),(36060,1231,84),(36061,1232,84),(36062,1233,84),(36063,1234,84),(36064,1235,84),(36065,1236,84),(36066,1237,84),(36067,1238,84),(36068,1239,84),(36069,1241,84),(36070,1242,84),(36071,1243,84),(36072,1244,84),(36073,1245,84),(36074,1246,84),(36075,1247,84),(36076,1248,84),(36077,1249,84),(36078,1250,84),(36079,1251,84),(36080,1252,84),(36081,1253,84),(36082,1254,84),(36083,1255,84),(36084,1256,84),(36085,1257,84),(36086,1258,84),(36087,1259,84),(36088,1260,84),(36089,1261,84),(36090,1262,84),(36091,1263,84),(36092,1264,84),(36093,1265,84),(36094,1266,84),(36095,1267,84),(36096,1268,84),(36097,1269,84),(36098,1270,84),(36099,1271,84),(36100,1272,84),(36101,1273,84),(36102,1274,84),(36103,1275,84),(36104,1276,84),(36105,1277,84),(36106,1278,84),(36107,1279,84),(36108,1280,84),(36109,1281,84),(36110,1282,84),(36111,1283,84),(36112,1284,84),(36113,1285,84),(36114,5398,84),(36115,5732,84),(36116,5851,84),(36117,1286,84),(36118,1287,84),(36119,4248,84),(36120,4249,84),(36121,4250,84),(36122,4251,84),(36123,4252,84),(36124,4253,84),(36125,4254,84),(36126,4255,84),(36127,4256,84),(36128,4257,84),(36129,4258,84),(36130,4259,84),(36131,4620,84),(36132,4260,84),(36133,4261,84),(36134,1288,84),(36135,1289,84),(36136,1290,84),(36137,265,84),(36138,291,84),(36139,292,84),(36140,293,84),(36141,266,84),(36142,267,84),(36143,268,84),(36144,269,84),(36145,270,84),(36146,271,84),(36147,272,84),(36148,273,84),(36149,274,84),(36150,275,84),(36151,276,84),(36152,277,84),(36153,278,84),(36154,279,84),(36155,280,84),(36156,281,84),(36157,282,84),(36158,283,84),(36159,284,84),(36160,285,84),(36161,286,84),(36162,287,84),(36163,288,84),(36164,289,84),(36165,290,84),(36166,1545,84),(36167,2112,84),(36168,2113,84),(36169,2114,84),(36170,2115,84),(36171,2116,84),(36172,2117,84),(36173,2118,84),(36174,2119,84),(36175,2120,84),(36176,2121,84),(36177,2122,84),(36178,2123,84),(36179,2124,84),(36180,2125,84),(36181,2126,84),(36182,2127,84),(36183,2128,84),(36184,2129,84),(36185,2130,84),(36186,2131,84),(36187,2132,84),(36188,1544,84),(36189,2133,84),(36190,2134,84),(36191,2135,84),(36192,2136,84),(36193,2137,84),(36194,2138,84),(36195,2139,84),(36196,2140,84),(36197,2141,84),(36198,2142,84),(36199,2143,84),(36200,2144,84),(36201,65,84),(36202,1543,84),(36203,2145,84),(36204,2146,84),(36205,2147,84),(36206,2148,84),(36207,2149,84),(36208,2150,84),(36209,2151,84),(36210,2152,84),(36211,2153,84),(36212,2154,84),(36213,2155,84),(36214,2156,84),(36215,2157,84),(36216,2158,84),(36217,2159,84),(36218,2160,84),(36219,2161,84),(36220,2162,84),(36221,2163,84),(36222,2164,84),(36223,2165,84),(36224,2166,84),(36225,2167,84),(36226,2168,84),(36227,2169,84),(36228,2170,84),(36229,2171,84),(36230,2172,84),(36231,2173,84),(36232,2174,84),(36233,2175,84),(36234,2176,84),(36235,2177,84),(36236,2178,84),(36237,2179,84),(36238,2180,84),(36239,2181,84),(36240,2182,84),(36241,2183,84),(36242,2184,84),(36243,2185,84),(36244,2186,84),(36245,2187,84),(36246,2188,84),(36247,2189,84),(36248,2190,84),(36249,2191,84),(36250,2192,84),(36251,2193,84),(36252,2194,84),(36253,2195,84),(36254,2196,84),(36255,2197,84),(36256,2198,84),(36257,2199,84),(36258,1580,84),(36259,2200,84),(36260,2201,84),(36261,2202,84),(36262,2203,84),(36263,2204,84),(36264,2205,84),(36265,2206,84),(36266,2207,84),(36267,2208,84),(36268,2209,84),(36269,2210,84),(36270,2211,84),(36271,2212,84),(36272,2213,84),(36273,2214,84),(36274,32,84),(36275,33,84),(36276,34,84),(36277,35,84),(36278,36,84),(36279,37,84),(36280,38,84),(36281,2215,84),(36282,1588,84),(36283,1528,84),(36284,1503,84),(36285,2216,84),(36286,2217,84),(36287,1507,84),(36288,2218,84),(36289,2219,84),(36290,1509,84),(36291,2220,84),(36292,2221,84),(36293,2222,84),(36294,2223,84),(36295,2224,84),(36296,2225,84),(36297,1342,84),(36298,1343,84),(36299,2226,84),(36300,2227,84),(36301,2228,84),(36302,2229,84),(36303,2230,84),(36304,2231,84),(36305,2232,84),(36306,2233,84),(36307,2234,84),(36308,1344,84),(36309,404,84),(36310,405,84),(36311,406,84),(36312,101,84),(36313,369,84),(36314,370,84),(36315,476,84),(36316,477,84),(36317,478,84),(36318,479,84),(36319,480,84),(36320,481,84),(36321,482,84),(36322,483,84),(36323,484,84),(36324,485,84),(36325,486,84),(36326,487,84),(36327,457,84),(36328,458,84),(36329,459,84),(36330,387,84),(36331,340,84),(36332,341,84),(36333,342,84),(36334,343,84),(36335,344,84),(36336,346,84),(36337,347,84),(36338,348,84),(36339,349,84),(36340,350,84),(36341,351,84),(36342,352,84),(36343,353,84),(36344,354,84),(36345,355,84),(36346,356,84),(36347,357,84),(36348,358,84),(36349,359,84),(36350,360,84),(36351,2235,84),(36352,2236,84),(36353,2237,84),(36354,2238,84),(36355,2239,84),(36356,2240,84),(36357,2241,84),(36358,2242,84),(36359,2243,84),(36360,2244,84),(36361,2245,84),(36362,2246,84),(36363,2247,84),(36364,2248,84),(36365,1345,84),(36366,1346,84),(36367,1347,84),(36368,1348,84),(36369,2249,84),(36370,2250,84),(36371,2251,84),(36372,1092,84),(36373,2252,84),(36374,2253,84),(36375,5350,84),(36376,5351,84),(36377,5352,84),(36378,5353,84),(36379,5354,84),(36380,5355,84),(36381,5356,84),(36382,5357,84),(36383,1349,84),(36384,1350,84),(36385,1351,84),(36386,1352,84),(36387,1353,84),(36388,1354,84),(36389,1355,84),(36390,1356,84),(36391,1357,84),(36392,1358,84),(36393,1359,84),(36394,1360,84),(36395,1361,84),(36396,1362,84),(36397,1363,84),(36398,1364,84),(36399,1365,84),(36400,1366,84),(36401,1367,84),(36402,1368,84),(36403,1369,84),(36404,4993,84),(36405,4994,84),(36406,5358,84),(36407,5359,84),(36408,1523,84),(36409,1524,84),(36410,1525,84),(36411,1526,84),(36412,1570,84),(36413,1370,84),(36414,1371,84),(36415,1372,84),(36416,2254,84),(36417,2255,84),(36418,1531,84),(36419,2256,84),(36420,2257,84),(36421,2258,84),(36422,2259,84),(36423,1535,84),(36424,1536,84),(36425,1373,84),(36426,1374,84),(36427,1375,84),(36428,6057,84),(36429,2260,84),(36430,2261,84),(36431,2262,84),(36432,2263,84),(36433,3462,84),(36434,1539,84),(36435,2264,84),(36436,2265,84),(36437,2266,84),(36438,2267,84),(36439,2268,84),(36440,2269,84),(36441,2270,84),(36442,2271,84),(36443,2272,84),(36444,2273,84),(36445,2274,84),(36446,2275,84),(36447,2276,84),(36448,2277,84),(36449,2278,84),(36450,2279,84),(36451,2280,84),(36452,2281,84),(36453,2282,84),(36454,2283,84),(36455,2284,84),(36456,2285,84),(36457,2286,84),(36458,2287,84),(36459,2288,84),(36460,2289,84),(36461,2290,84),(36462,2291,84),(36463,2292,84),(36464,2293,84),(36465,2294,84),(36466,2295,84),(36467,2296,84),(36468,2297,84),(36469,2298,84),(36470,2299,84),(36471,2300,84),(36472,2301,84),(36473,2302,84),(36474,2303,84),(36475,2304,84),(36476,2305,84),(36477,2306,84),(36478,2307,84),(36479,2308,84),(36480,2309,84),(36481,2310,84),(36482,2311,84),(36483,2312,84),(36484,2313,84),(36485,2314,84),(36486,2315,84),(36487,2316,84),(36488,2317,84),(36489,2318,84),(36490,1094,84),(36491,2319,84),(36492,2320,84),(36493,2321,84),(36494,2322,84),(36495,2323,84),(36496,2324,84),(36497,2325,84),(36498,2326,84),(36499,2327,84),(36500,2328,84),(36501,2329,84),(36502,2330,84),(36503,2331,84),(36504,2332,84),(36505,2333,84),(36506,2334,84),(36507,2335,84),(36508,2336,84),(36509,2337,84),(36510,2338,84),(36511,2339,84),(36512,2340,84),(36513,2341,84),(36514,2342,84),(36515,2343,84),(36516,2344,84),(36517,2345,84),(36518,2346,84),(36519,2347,84),(36520,2348,84),(36521,2349,84),(36522,2350,84),(36523,2351,84),(36524,2352,84),(36525,2353,84),(36526,2354,84),(36527,2355,84),(36528,2356,84),(36529,2357,84),(36530,2358,84),(36531,2359,84),(36532,2360,84),(36533,2361,84),(36534,2362,84),(36535,2363,84),(36536,2364,84),(36537,2365,84),(36538,2366,84),(36539,2367,84),(36540,2368,84),(36541,2369,84),(36542,2370,84),(36543,2371,84),(36544,2372,84),(36545,2373,84),(36546,2374,84),(36547,2375,84),(36548,2376,84),(36549,2377,84),(36550,2378,84),(36551,2379,84),(36552,2380,84),(36553,2381,84),(36554,2382,84),(36555,2383,84),(36556,2384,84),(36557,2385,84),(36558,2386,84),(36559,2387,84),(36560,2388,84),(36561,2389,84),(36562,2390,84),(36563,2391,84),(36564,2392,84),(36565,2393,84),(36566,2394,84),(36567,2395,84),(36568,2396,84),(36569,2397,84),(36570,2398,84),(36571,2399,84),(36572,2400,84),(36573,2401,84),(36574,2402,84),(36575,2403,84),(36576,2404,84),(36577,2405,84),(36578,2406,84),(36579,2407,84),(36580,2408,84),(36581,2409,84),(36582,2410,84),(36583,2411,84),(36584,2412,84),(36585,2413,84),(36586,2414,84),(36587,2415,84),(36588,2416,84),(36589,2417,84),(36590,2418,84),(36591,2419,84),(36592,2420,84),(36593,2421,84),(36594,2422,84),(36595,2423,84),(36596,2424,84),(36597,2425,84),(36598,2426,84),(36599,2427,84),(36600,2428,84),(36601,2429,84),(36602,2430,84),(36603,2431,84),(36604,2432,84),(36605,2433,84),(36606,2434,84),(36607,2435,84),(36608,2436,84),(36609,2437,84),(36610,2438,84),(36611,2439,84),(36612,2440,84),(36613,2441,84),(36614,2442,84),(36615,2443,84),(36616,2444,84),(36617,2445,84),(36618,2446,84),(36619,2447,84),(36620,2448,84),(36621,2449,84),(36622,2450,84),(36623,2451,84),(36624,2452,84),(36625,2453,84),(36626,2454,84),(36627,2455,84),(36628,2456,84),(36629,2457,84),(36630,2458,84),(36631,2459,84),(36632,2460,84),(36633,2461,84),(36634,2462,84),(36635,2463,84),(36636,2464,84),(36637,2465,84),(36638,2466,84),(36639,2467,84),(36640,2468,84),(36641,2469,84),(36642,2470,84),(36643,2471,84),(36644,2472,84),(36645,2473,84),(36646,2474,84),(36647,2475,84),(36648,2476,84),(36649,2477,84),(36650,2478,84),(36651,3463,84),(36652,2482,84),(36653,2483,84),(36654,2484,84),(36655,2485,84),(36656,2486,84),(36657,2487,84),(36658,2488,84),(36659,2489,84),(36660,2529,84),(36661,3464,84),(36662,1573,84),(36663,1554,84),(36664,1555,84),(36665,1556,84),(36666,1557,84),(36667,1558,84),(36668,1559,84),(36669,1560,84),(36670,3465,84),(36671,2491,84),(36672,2492,84),(36673,2493,84),(36674,2494,84),(36675,2495,84),(36676,2496,84),(36677,2497,84),(36678,2498,84),(36679,1606,84),(36680,1607,84),(36681,2499,84),(36682,2500,84),(36683,2501,84),(36684,2502,84),(36685,2503,84),(36686,2507,84),(36687,2508,84),(36688,1589,84),(36689,1590,84),(36690,1591,84),(36691,1592,84),(36692,1593,84),(36693,1594,84),(36694,2641,84),(36695,1540,84),(36696,2509,84),(36697,1598,84),(36698,1601,84),(36699,1602,84),(36700,1600,84),(36701,2510,84),(36702,126,84),(36703,2655,84),(36704,2662,84),(36705,2663,84),(36706,6043,84),(36707,5346,84),(36708,5428,84),(36709,5429,84),(36710,5430,84),(36711,5431,84),(36712,5432,84),(36713,5433,84),(36714,5434,84),(36715,5435,84),(36716,5436,84),(36717,5437,84),(36718,5438,84),(36719,5439,84),(36720,5440,84),(36721,5441,84),(36722,5442,84),(36723,5443,84),(36724,5444,84),(36725,5445,84),(36726,5446,84),(36727,5447,84),(36728,5448,84),(36729,5449,84),(36730,5450,84),(36731,5451,84),(36732,5452,84),(36733,5453,84),(36734,5454,84),(36735,5455,84),(36736,5456,84),(36737,5457,84),(36738,5458,84),(36739,5459,84),(36740,5460,84),(36741,5461,84),(36742,5462,84),(36743,5463,84),(36744,5464,84),(36745,5465,84),(36746,5466,84),(36747,5467,84),(36748,5468,84),(36749,5469,84),(36750,5470,84),(36751,5471,84),(36752,5472,84),(36753,5473,84),(36754,5474,84),(36755,5475,84),(36756,5476,84),(36757,5477,84),(36758,5478,84),(36759,5479,84),(36760,5480,84),(36761,5481,84),(36762,5482,84),(36763,5483,84),(36764,5484,84),(36765,5485,84),(36766,5486,84),(36767,5487,84),(36768,5488,84),(36769,5489,84),(36770,5490,84),(36771,5491,84),(36772,5492,84),(36773,5493,84),(36774,5494,84),(36775,5495,84),(36776,5496,84),(36777,5497,84),(36778,5498,84),(36779,5499,84),(36780,5500,84),(36781,5501,84),(36782,5502,84),(36783,5503,84),(36784,5504,84),(36785,5505,84),(36786,5506,84),(36787,5507,84),(36788,5508,84),(36789,5509,84),(36790,5510,84),(36791,5511,84),(36792,5512,84),(36793,5513,84),(36794,5514,84),(36795,5515,84),(36796,5516,84),(36797,5517,84),(36798,5518,84),(36799,5519,84),(36800,5520,84),(36801,5521,84),(36802,5522,84),(36803,5523,84),(36804,5524,84),(36805,5525,84),(36806,5526,84),(36807,5527,84),(36808,5528,84),(36809,5529,84),(36810,5530,84),(36811,5531,84),(36812,5532,84),(36813,5533,84),(36814,5534,84),(36815,5535,84),(36816,5536,84),(36817,5537,84),(36818,5538,84),(36819,5539,84),(36820,5540,84),(36821,5541,84),(36822,5542,84),(36823,5543,84),(36824,5544,84),(36825,5545,84),(36826,5546,84),(36827,5547,84),(36828,5548,84),(36829,5549,84),(36830,5550,84),(36831,5551,84),(36832,6044,84),(36833,5942,84),(36834,5943,84),(36835,5944,84),(36836,5945,84),(36837,5946,84),(36838,5947,84),(36839,5948,84),(36840,5949,84),(36841,5950,84),(36842,5951,84),(36843,5952,84),(36844,5953,84),(36845,5954,84),(36846,5955,84),(36847,5956,84),(36848,5957,84),(36849,5958,84),(36850,5959,84),(36851,5960,84),(36852,5961,84),(36853,5962,84),(36854,5963,84),(36855,5964,84),(36856,5965,84),(36857,5966,84),(36858,5967,84),(36859,5968,84),(36860,5969,84),(36861,5970,84),(36862,5971,84),(36863,5972,84),(36864,5973,84),(36865,5974,84),(36866,5975,84),(36867,5976,84),(36868,5977,84),(36869,5978,84),(36870,5979,84),(36871,5980,84),(36872,5981,84),(36873,5982,84),(36874,5983,84),(36875,5984,84),(36876,5552,84),(36877,2517,84),(36878,2518,84),(36879,2519,84),(36880,2520,84),(36881,1500,84),(36882,1501,84),(36883,2521,84),(36884,2522,84),(36885,2523,84),(36886,1595,84),(36887,2524,84),(36888,2525,84),(36889,2526,84),(36890,2527,84),(36891,2528,84),(36892,2530,84),(36893,2531,84),(36894,2532,84),(36895,2533,84),(36896,2534,84),(36897,2535,84),(36898,2536,84),(36899,2537,84),(36900,2538,84),(36901,2539,84),(36902,2540,84),(36903,2541,84),(36904,2542,84),(36905,2543,84),(36906,2544,84),(36907,2545,84),(36908,2546,84),(36909,2547,84),(36910,1488,84),(36911,1489,84),(36912,4012,84),(36913,4013,84),(36914,2548,84),(36915,2549,84),(36916,2550,84),(36917,2551,84),(36918,2552,84),(36919,2553,84),(36920,2554,84),(36921,2555,84),(36922,2556,84),(36923,2557,84),(36924,2558,84),(36925,2559,84),(36926,2560,84),(36927,2561,84),(36928,2562,84),(36929,2563,84),(36930,2564,84),(36931,2565,84),(36932,2566,84),(36933,2567,84),(36934,2568,84),(36935,2569,84),(36936,2570,84),(36937,2571,84),(36938,2572,84),(36939,2573,84),(36940,2574,84),(36941,2575,84),(36942,2576,84),(36943,2577,84),(36944,2578,84),(36945,2579,84),(36946,2580,84),(36947,2581,84),(36948,2582,84),(36949,2583,84),(36950,2584,84),(36951,2585,84),(36952,2586,84),(36953,2587,84),(36954,2588,84),(36955,2589,84),(36956,2590,84),(36957,2591,84),(36958,2592,84),(36959,2593,84),(36960,2594,84),(36961,2595,84),(36962,2596,84),(36963,1532,84),(36964,2597,84),(36965,2598,84),(36966,2599,84),(36967,2600,84),(36968,2601,84),(36969,2602,84),(36970,2603,84),(36971,2604,84),(36972,2605,84),(36973,2606,84),(36974,2607,84),(36975,2608,84),(36976,2609,84),(36977,2610,84),(36978,2611,84),(36979,2612,84),(36980,2613,84),(36981,2614,84),(36982,2615,84),(36983,2616,84),(36984,2617,84),(36985,2618,84),(36986,2619,84),(36987,2620,84),(36988,2621,84),(36989,2622,84),(36990,2623,84),(36991,2624,84),(36992,2625,84),(36993,2626,84),(36994,2627,84),(36995,2628,84),(36996,2629,84),(36997,2630,84),(36998,2631,84),(36999,2632,84),(37000,2633,84),(37001,2634,84),(37002,2635,84),(37003,2636,84),(37004,1490,84),(37005,1491,84),(37006,1492,84),(37007,2637,84),(37008,2638,84),(37009,2639,84),(37010,2640,84),(37011,1291,85),(37012,1292,85),(37013,1293,85),(37014,1294,85),(37015,1295,85),(37016,3906,85),(37017,1297,85),(37018,1298,85),(37019,1240,85),(37020,1299,85),(37021,1300,85),(37022,1301,85),(37023,1302,85),(37024,1303,85),(37025,1304,85),(37026,1305,85),(37027,1306,85),(37028,1307,85),(37029,1308,85),(37030,3653,85),(37031,1309,85),(37032,1310,85),(37033,1311,85),(37034,1312,85),(37035,1313,85),(37036,1314,85),(37037,1315,85),(37038,1316,85),(37039,1317,85),(37040,1318,85),(37041,1319,85),(37042,1320,85),(37043,1321,85),(37044,1322,85),(37045,1323,85),(37046,1324,85),(37047,1325,85),(37048,1326,85),(37049,1327,85),(37050,3594,85),(37051,4242,85),(37052,4243,85),(37053,4244,85),(37054,4245,85),(37055,4246,85),(37056,4247,85),(37057,86,85),(37058,83,85),(37059,87,85),(37060,4595,85),(37061,4596,85),(37062,4597,85),(37063,4598,85),(37064,4599,85),(37065,4600,85),(37066,4601,85),(37067,4602,85),(37068,4603,85),(37069,4604,85),(37070,1328,85),(37071,6160,85),(37072,1330,85),(37073,1331,85),(37074,1332,85),(37075,1333,85),(37076,1334,85),(37077,1335,85),(37078,1336,85),(37079,5339,85),(37080,5340,85),(37081,5341,85),(37082,6056,85),(37083,5342,85),(37084,5343,85),(37085,5344,85),(37086,5345,85),(37087,1337,85),(37088,1338,85),(37089,1339,85),(37090,5347,85),(37091,1340,85),(37092,1341,85),(37093,1218,85),(37094,1219,85),(37095,1220,85),(37096,1221,85),(37097,1222,85),(37098,1223,85),(37099,1224,85),(37100,1225,85),(37101,1226,85),(37102,1227,85),(37103,1228,85),(37104,1229,85),(37105,1230,85),(37106,1231,85),(37107,1232,85),(37108,1233,85),(37109,1234,85),(37110,1235,85),(37111,1236,85),(37112,1237,85),(37113,1238,85),(37114,1239,85),(37115,1241,85),(37116,1242,85),(37117,1243,85),(37118,1244,85),(37119,1245,85),(37120,1246,85),(37121,1247,85),(37122,1248,85),(37123,1249,85),(37124,1250,85),(37125,1251,85),(37126,1252,85),(37127,1253,85),(37128,1254,85),(37129,1255,85),(37130,1256,85),(37131,1257,85),(37132,1258,85),(37133,1259,85),(37134,1260,85),(37135,1261,85),(37136,1262,85),(37137,1263,85),(37138,1264,85),(37139,1265,85),(37140,1266,85),(37141,1267,85),(37142,1268,85),(37143,1269,85),(37144,1270,85),(37145,1271,85),(37146,1272,85),(37147,1273,85),(37148,1274,85),(37149,1275,85),(37150,1276,85),(37151,1277,85),(37152,1278,85),(37153,1279,85),(37154,1280,85),(37155,1281,85),(37156,1282,85),(37157,1283,85),(37158,1284,85),(37159,1285,85),(37160,5398,85),(37161,5732,85),(37162,5851,85),(37163,1286,85),(37164,1287,85),(37165,4248,85),(37166,4249,85),(37167,4250,85),(37168,4251,85),(37169,4252,85),(37170,4253,85),(37171,4254,85),(37172,4255,85),(37173,4256,85),(37174,4257,85),(37175,4258,85),(37176,4259,85),(37177,4620,85),(37178,4260,85),(37179,4261,85),(37180,1288,85),(37181,1289,85),(37182,1290,85),(37183,265,85),(37184,291,85),(37185,292,85),(37186,293,85),(37187,266,85),(37188,267,85),(37189,268,85),(37190,269,85),(37191,270,85),(37192,271,85),(37193,272,85),(37194,273,85),(37195,274,85),(37196,275,85),(37197,276,85),(37198,277,85),(37199,278,85),(37200,279,85),(37201,280,85),(37202,281,85),(37203,282,85),(37204,283,85),(37205,284,85),(37206,285,85),(37207,286,85),(37208,287,85),(37209,288,85),(37210,289,85),(37211,290,85),(37212,1545,85),(37213,2112,85),(37214,2113,85),(37215,2114,85),(37216,2115,85),(37217,2116,85),(37218,2117,85),(37219,2118,85),(37220,2119,85),(37221,2120,85),(37222,2121,85),(37223,2122,85),(37224,2123,85),(37225,2124,85),(37226,2125,85),(37227,2126,85),(37228,2127,85),(37229,2128,85),(37230,2129,85),(37231,2130,85),(37232,2131,85),(37233,2132,85),(37234,1544,85),(37235,2133,85),(37236,2134,85),(37237,2135,85),(37238,2136,85),(37239,2137,85),(37240,2138,85),(37241,2139,85),(37242,2140,85),(37243,2141,85),(37244,2142,85),(37245,2143,85),(37246,2144,85),(37247,65,85),(37248,1543,85),(37249,2145,85),(37250,2146,85),(37251,2147,85),(37252,2148,85),(37253,2149,85),(37254,2150,85),(37255,2151,85),(37256,2152,85),(37257,2153,85),(37258,2154,85),(37259,2155,85),(37260,2156,85),(37261,2157,85),(37262,2158,85),(37263,2159,85),(37264,2160,85),(37265,2161,85),(37266,2162,85),(37267,2163,85),(37268,2164,85),(37269,2165,85),(37270,2166,85),(37271,2167,85),(37272,2168,85),(37273,2169,85),(37274,2170,85),(37275,2171,85),(37276,2172,85),(37277,2173,85),(37278,2174,85),(37279,2175,85),(37280,2176,85),(37281,2177,85),(37282,2178,85),(37283,2179,85),(37284,2180,85),(37285,2181,85),(37286,2182,85),(37287,2183,85),(37288,2184,85),(37289,2185,85),(37290,2186,85),(37291,2187,85),(37292,2188,85),(37293,2189,85),(37294,2190,85),(37295,2191,85),(37296,2192,85),(37297,2193,85),(37298,2194,85),(37299,2195,85),(37300,2196,85),(37301,2197,85),(37302,2198,85),(37303,2199,85),(37304,1580,85),(37305,2200,85),(37306,2201,85),(37307,2202,85),(37308,2203,85),(37309,2204,85),(37310,2205,85),(37311,2206,85),(37312,2207,85),(37313,2208,85),(37314,2209,85),(37315,2210,85),(37316,2211,85),(37317,2212,85),(37318,2213,85),(37319,2214,85),(37320,32,85),(37321,33,85),(37322,34,85),(37323,35,85),(37324,36,85),(37325,37,85),(37326,38,85),(37327,2215,85),(37328,1588,85),(37329,1528,85),(37330,1503,85),(37331,2216,85),(37332,2217,85),(37333,1507,85),(37334,2218,85),(37335,2219,85),(37336,1509,85),(37337,2220,85),(37338,2221,85),(37339,2222,85),(37340,2223,85),(37341,2224,85),(37342,2225,85),(37343,1342,85),(37344,1343,85),(37345,2226,85),(37346,2227,85),(37347,2228,85),(37348,2229,85),(37349,2230,85),(37350,2231,85),(37351,2232,85),(37352,2233,85),(37353,2234,85),(37354,1344,85),(37355,404,85),(37356,405,85),(37357,406,85),(37358,101,85),(37359,369,85),(37360,370,85),(37361,476,85),(37362,477,85),(37363,478,85),(37364,479,85),(37365,480,85),(37366,481,85),(37367,482,85),(37368,483,85),(37369,484,85),(37370,485,85),(37371,486,85),(37372,487,85),(37373,457,85),(37374,458,85),(37375,459,85),(37376,387,85),(37377,340,85),(37378,341,85),(37379,342,85),(37380,343,85),(37381,344,85),(37382,346,85),(37383,347,85),(37384,348,85),(37385,349,85),(37386,350,85),(37387,351,85),(37388,352,85),(37389,353,85),(37390,354,85),(37391,355,85),(37392,356,85),(37393,357,85),(37394,358,85),(37395,359,85),(37396,360,85),(37397,2235,85),(37398,2236,85),(37399,2237,85),(37400,2238,85),(37401,2239,85),(37402,2240,85),(37403,2241,85),(37404,2242,85),(37405,2243,85),(37406,2244,85),(37407,2245,85),(37408,2246,85),(37409,2247,85),(37410,2248,85),(37411,1345,85),(37412,1346,85),(37413,1347,85),(37414,1348,85),(37415,2249,85),(37416,2250,85),(37417,2251,85),(37418,1092,85),(37419,2252,85),(37420,2253,85),(37421,5350,85),(37422,5351,85),(37423,5352,85),(37424,5353,85),(37425,5354,85),(37426,5355,85),(37427,5356,85),(37428,5357,85),(37429,1349,85),(37430,1350,85),(37431,1351,85),(37432,1352,85),(37433,1353,85),(37434,1354,85),(37435,1355,85),(37436,1356,85),(37437,1357,85),(37438,1358,85),(37439,1359,85),(37440,1360,85),(37441,1361,85),(37442,1362,85),(37443,1363,85),(37444,1364,85),(37445,1365,85),(37446,1366,85),(37447,1367,85),(37448,1368,85),(37449,1369,85),(37450,4993,85),(37451,4994,85),(37452,5358,85),(37453,5359,85),(37454,1523,85),(37455,1524,85),(37456,1525,85),(37457,1526,85),(37458,1570,85),(37459,1370,85),(37460,1371,85),(37461,1372,85),(37462,2254,85),(37463,2255,85),(37464,1531,85),(37465,2256,85),(37466,2257,85),(37467,2258,85),(37468,2259,85),(37469,1535,85),(37470,1536,85),(37471,1373,85),(37472,1374,85),(37473,1375,85),(37474,6057,85),(37475,2260,85),(37476,2261,85),(37477,2262,85),(37478,2263,85),(37479,3462,85),(37480,1539,85),(37481,2264,85),(37482,2265,85),(37483,2266,85),(37484,2267,85),(37485,2268,85),(37486,2269,85),(37487,2270,85),(37488,2271,85),(37489,2272,85),(37490,2273,85),(37491,2274,85),(37492,2275,85),(37493,2276,85),(37494,2277,85),(37495,2278,85),(37496,2279,85),(37497,2280,85),(37498,2281,85),(37499,2282,85),(37500,2283,85),(37501,2284,85),(37502,2285,85),(37503,2286,85),(37504,2287,85),(37505,2288,85),(37506,2289,85),(37507,2290,85),(37508,2291,85),(37509,2292,85),(37510,2293,85),(37511,2294,85),(37512,2295,85),(37513,2296,85),(37514,2297,85),(37515,2298,85),(37516,2299,85),(37517,2300,85),(37518,2301,85),(37519,2302,85),(37520,2303,85),(37521,2304,85),(37522,2305,85),(37523,2306,85),(37524,2307,85),(37525,2308,85),(37526,2309,85),(37527,2310,85),(37528,2311,85),(37529,2312,85),(37530,2313,85),(37531,2314,85),(37532,2315,85),(37533,2316,85),(37534,2317,85),(37535,2318,85),(37536,1094,85),(37537,2319,85),(37538,2320,85),(37539,2321,85),(37540,2322,85),(37541,2323,85),(37542,2324,85),(37543,2325,85),(37544,2326,85),(37545,2327,85),(37546,2328,85),(37547,2329,85),(37548,2330,85),(37549,2331,85),(37550,2332,85),(37551,2333,85),(37552,2334,85),(37553,2335,85),(37554,2336,85),(37555,2337,85),(37556,2338,85),(37557,2339,85),(37558,2340,85),(37559,2341,85),(37560,2342,85),(37561,2343,85),(37562,2344,85),(37563,2345,85),(37564,2346,85),(37565,2347,85),(37566,2348,85),(37567,2349,85),(37568,2350,85),(37569,2351,85),(37570,2352,85),(37571,2353,85),(37572,2354,85),(37573,2355,85),(37574,2356,85),(37575,2357,85),(37576,2358,85),(37577,2359,85),(37578,2360,85),(37579,2361,85),(37580,2362,85),(37581,2363,85),(37582,2364,85),(37583,2365,85),(37584,2366,85),(37585,2367,85),(37586,2368,85),(37587,2369,85),(37588,2370,85),(37589,2371,85),(37590,2372,85),(37591,2373,85),(37592,2374,85),(37593,2375,85),(37594,2376,85),(37595,2377,85),(37596,2378,85),(37597,2379,85),(37598,2380,85),(37599,2381,85),(37600,2382,85),(37601,2383,85),(37602,2384,85),(37603,2385,85),(37604,2386,85),(37605,2387,85),(37606,2388,85),(37607,2389,85),(37608,2390,85),(37609,2391,85),(37610,2392,85),(37611,2393,85),(37612,2394,85),(37613,2395,85),(37614,2396,85),(37615,2397,85),(37616,2398,85),(37617,2399,85),(37618,2400,85),(37619,2401,85),(37620,2402,85),(37621,2403,85),(37622,2404,85),(37623,2405,85),(37624,2406,85),(37625,2407,85),(37626,2408,85),(37627,2409,85),(37628,2410,85),(37629,2411,85),(37630,2412,85),(37631,2413,85),(37632,2414,85),(37633,2415,85),(37634,2416,85),(37635,2417,85),(37636,2418,85),(37637,2419,85),(37638,2420,85),(37639,2421,85),(37640,2422,85),(37641,2423,85),(37642,2424,85),(37643,2425,85),(37644,2426,85),(37645,2427,85),(37646,2428,85),(37647,2429,85),(37648,2430,85),(37649,2431,85),(37650,2432,85),(37651,2433,85),(37652,2434,85),(37653,2435,85),(37654,2436,85),(37655,2437,85),(37656,2438,85),(37657,2439,85),(37658,2440,85),(37659,2441,85),(37660,2442,85),(37661,2443,85),(37662,2444,85),(37663,2445,85),(37664,2446,85),(37665,2447,85),(37666,2448,85),(37667,2449,85),(37668,2450,85),(37669,2451,85),(37670,2452,85),(37671,2453,85),(37672,2454,85),(37673,2455,85),(37674,2456,85),(37675,2457,85),(37676,2458,85),(37677,2459,85),(37678,2460,85),(37679,2461,85),(37680,2462,85),(37681,2463,85),(37682,2464,85),(37683,2465,85),(37684,2466,85),(37685,2467,85),(37686,2468,85),(37687,2469,85),(37688,2470,85),(37689,2471,85),(37690,2472,85),(37691,2473,85),(37692,2474,85),(37693,2475,85),(37694,2476,85),(37695,2477,85),(37696,2478,85),(37697,3463,85),(37698,2482,85),(37699,2483,85),(37700,2484,85),(37701,2485,85),(37702,2486,85),(37703,2487,85),(37704,2488,85),(37705,2489,85),(37706,2529,85),(37707,3464,85),(37708,1573,85),(37709,1554,85),(37710,1555,85),(37711,1556,85),(37712,1557,85),(37713,1558,85),(37714,1559,85),(37715,1560,85),(37716,3465,85),(37717,2491,85),(37718,2492,85),(37719,2493,85),(37720,2494,85),(37721,2495,85),(37722,2496,85),(37723,2497,85),(37724,2498,85),(37725,1606,85),(37726,1607,85),(37727,2499,85),(37728,2500,85),(37729,2501,85),(37730,2502,85),(37731,2503,85),(37732,2507,85),(37733,2508,85),(37734,1589,85),(37735,1590,85),(37736,1591,85),(37737,1592,85),(37738,1593,85),(37739,1594,85),(37740,2641,85),(37741,1540,85),(37742,2509,85),(37743,1598,85),(37744,1601,85),(37745,1602,85),(37746,1600,85),(37747,2510,85),(37748,126,85),(37749,2655,85),(37750,2662,85),(37751,2663,85),(37752,6043,85),(37753,5346,85),(37754,5428,85),(37755,5429,85),(37756,5430,85),(37757,5431,85),(37758,5432,85),(37759,5433,85),(37760,5434,85),(37761,5435,85),(37762,5436,85),(37763,5437,85),(37764,5438,85),(37765,5439,85),(37766,5440,85),(37767,5441,85),(37768,5442,85),(37769,5443,85),(37770,5444,85),(37771,5445,85),(37772,5446,85),(37773,5447,85),(37774,5448,85),(37775,5449,85),(37776,5450,85),(37777,5451,85),(37778,5452,85),(37779,5453,85),(37780,5454,85),(37781,5455,85),(37782,5456,85),(37783,5457,85),(37784,5458,85),(37785,5459,85),(37786,5460,85),(37787,5461,85),(37788,5462,85),(37789,5463,85),(37790,5464,85),(37791,5465,85),(37792,5466,85),(37793,5467,85),(37794,5468,85),(37795,5469,85),(37796,5470,85),(37797,5471,85),(37798,5472,85),(37799,5473,85),(37800,5474,85),(37801,5475,85),(37802,5476,85),(37803,5477,85),(37804,5478,85),(37805,5479,85),(37806,5480,85),(37807,5481,85),(37808,5482,85),(37809,5483,85),(37810,5484,85),(37811,5485,85),(37812,5486,85),(37813,5487,85),(37814,5488,85),(37815,5489,85),(37816,5490,85),(37817,5491,85),(37818,5492,85),(37819,5493,85),(37820,5494,85),(37821,5495,85),(37822,5496,85),(37823,5497,85),(37824,5498,85),(37825,5499,85),(37826,5500,85),(37827,5501,85),(37828,5502,85),(37829,5503,85),(37830,5504,85),(37831,5505,85),(37832,5506,85),(37833,5507,85),(37834,5508,85),(37835,5509,85),(37836,5510,85),(37837,5511,85),(37838,5512,85),(37839,5513,85),(37840,5514,85),(37841,5515,85),(37842,5516,85),(37843,5517,85),(37844,5518,85),(37845,5519,85),(37846,5520,85),(37847,5521,85),(37848,5522,85),(37849,5523,85),(37850,5524,85),(37851,5525,85),(37852,5526,85),(37853,5527,85),(37854,5528,85),(37855,5529,85),(37856,5530,85),(37857,5531,85),(37858,5532,85),(37859,5533,85),(37860,5534,85),(37861,5535,85),(37862,5536,85),(37863,5537,85),(37864,5538,85),(37865,5539,85),(37866,5540,85),(37867,5541,85),(37868,5542,85),(37869,5543,85),(37870,5544,85),(37871,5545,85),(37872,5546,85),(37873,5547,85),(37874,5548,85),(37875,5549,85),(37876,5550,85),(37877,5551,85),(37878,6044,85),(37879,5942,85),(37880,5943,85),(37881,5944,85),(37882,5945,85),(37883,5946,85),(37884,5947,85),(37885,5948,85),(37886,5949,85),(37887,5950,85),(37888,5951,85),(37889,5952,85),(37890,5953,85),(37891,5954,85),(37892,5955,85),(37893,5956,85),(37894,5957,85),(37895,5958,85),(37896,5959,85),(37897,5960,85),(37898,5961,85),(37899,5962,85),(37900,5963,85),(37901,5964,85),(37902,5965,85),(37903,5966,85),(37904,5967,85),(37905,5968,85),(37906,5969,85),(37907,5970,85),(37908,5971,85),(37909,5972,85),(37910,5973,85),(37911,5974,85),(37912,5975,85),(37913,5976,85),(37914,5977,85),(37915,5978,85),(37916,5979,85),(37917,5980,85),(37918,5981,85),(37919,5982,85),(37920,5983,85),(37921,5984,85),(37922,5552,85),(37923,2517,85),(37924,2518,85),(37925,2519,85),(37926,2520,85),(37927,1500,85),(37928,1501,85),(37929,2521,85),(37930,2522,85),(37931,2523,85),(37932,1595,85),(37933,2524,85),(37934,2525,85),(37935,2526,85),(37936,2527,85),(37937,2528,85),(37938,2530,85),(37939,2531,85),(37940,2532,85),(37941,2533,85),(37942,2534,85),(37943,2535,85),(37944,2536,85),(37945,2537,85),(37946,2538,85),(37947,2539,85),(37948,2540,85),(37949,2541,85),(37950,2542,85),(37951,2543,85),(37952,2544,85),(37953,2545,85),(37954,2546,85),(37955,2547,85),(37956,1488,85),(37957,1489,85),(37958,4012,85),(37959,4013,85),(37960,2548,85),(37961,2549,85),(37962,2550,85),(37963,2551,85),(37964,2552,85),(37965,2553,85),(37966,2554,85),(37967,2555,85),(37968,2556,85),(37969,2557,85),(37970,2558,85),(37971,2559,85),(37972,2560,85),(37973,2561,85),(37974,2562,85),(37975,2563,85),(37976,2564,85),(37977,2565,85),(37978,2566,85),(37979,2567,85),(37980,2568,85),(37981,2569,85),(37982,2570,85),(37983,2571,85),(37984,2572,85),(37985,2573,85),(37986,2574,85),(37987,2575,85),(37988,2576,85),(37989,2577,85),(37990,2578,85),(37991,2579,85),(37992,2580,85),(37993,2581,85),(37994,2582,85),(37995,2583,85),(37996,2584,85),(37997,2585,85),(37998,2586,85),(37999,2587,85),(38000,2588,85),(38001,2589,85),(38002,2590,85),(38003,2591,85),(38004,2592,85),(38005,2593,85),(38006,2594,85),(38007,2595,85),(38008,2596,85),(38009,1532,85),(38010,2597,85),(38011,2598,85),(38012,2599,85),(38013,2600,85),(38014,2601,85),(38015,2602,85),(38016,2603,85),(38017,2604,85),(38018,2605,85),(38019,2606,85),(38020,2607,85),(38021,2608,85),(38022,2609,85),(38023,2610,85),(38024,2611,85),(38025,2612,85),(38026,2613,85),(38027,2614,85),(38028,2615,85),(38029,2616,85),(38030,2617,85),(38031,2618,85),(38032,2619,85),(38033,2620,85),(38034,2621,85),(38035,2622,85),(38036,2623,85),(38037,2624,85),(38038,2625,85),(38039,2626,85),(38040,2627,85),(38041,2628,85),(38042,2629,85),(38043,2630,85),(38044,2631,85),(38045,2632,85),(38046,2633,85),(38047,2634,85),(38048,2635,85),(38049,2636,85),(38050,1490,85),(38051,1491,85),(38052,1492,85),(38053,2637,85),(38054,2638,85),(38055,2639,85),(38056,2640,85),(38057,1291,86),(38058,1292,86),(38059,1293,86),(38060,1294,86),(38061,1295,86),(38062,3906,86),(38063,1297,86),(38064,1298,86),(38065,1240,86),(38066,1299,86),(38067,1300,86),(38068,1301,86),(38069,1302,86),(38070,1303,86),(38071,1304,86),(38072,1305,86),(38073,1306,86),(38074,1307,86),(38075,1308,86),(38076,3653,86),(38077,1309,86),(38078,1310,86),(38079,1311,86),(38080,1312,86),(38081,1313,86),(38082,1314,86),(38083,1315,86),(38084,1316,86),(38085,1317,86),(38086,1318,86),(38087,1319,86),(38088,1320,86),(38089,1321,86),(38090,1322,86),(38091,1323,86),(38092,1324,86),(38093,1325,86),(38094,1326,86),(38095,1327,86),(38096,3594,86),(38097,4242,86),(38098,4243,86),(38099,4244,86),(38100,4245,86),(38101,4246,86),(38102,4247,86),(38103,86,86),(38104,83,86),(38105,87,86),(38106,4595,86),(38107,4596,86),(38108,4597,86),(38109,4598,86),(38110,4599,86),(38111,4600,86),(38112,4601,86),(38113,4602,86),(38114,4603,86),(38115,4604,86),(38116,1328,86),(38117,6160,86),(38118,1330,86),(38119,1331,86),(38120,1332,86),(38121,1333,86),(38122,1334,86),(38123,1335,86),(38124,1336,86),(38125,5339,86),(38126,5340,86),(38127,5341,86),(38128,6056,86),(38129,5342,86),(38130,5343,86),(38131,5344,86),(38132,5345,86),(38133,1337,86),(38134,1338,86),(38135,1339,86),(38136,5347,86),(38137,1340,86),(38138,1341,86),(38139,1218,86),(38140,1219,86),(38141,1220,86),(38142,1221,86),(38143,1222,86),(38144,1223,86),(38145,1224,86),(38146,1225,86),(38147,1226,86),(38148,1227,86),(38149,1228,86),(38150,1229,86),(38151,1230,86),(38152,1231,86),(38153,1232,86),(38154,1233,86),(38155,1234,86),(38156,1235,86),(38157,1236,86),(38158,1237,86),(38159,1238,86),(38160,1239,86),(38161,1241,86),(38162,1242,86),(38163,1243,86),(38164,1244,86),(38165,1245,86),(38166,1246,86),(38167,1247,86),(38168,1248,86),(38169,1249,86),(38170,1250,86),(38171,1251,86),(38172,1252,86),(38173,1253,86),(38174,1254,86),(38175,1255,86),(38176,1256,86),(38177,1257,86),(38178,1258,86),(38179,1259,86),(38180,1260,86),(38181,1261,86),(38182,1262,86),(38183,1263,86),(38184,1264,86),(38185,1265,86),(38186,1266,86),(38187,1267,86),(38188,1268,86),(38189,1269,86),(38190,1270,86),(38191,1271,86),(38192,1272,86),(38193,1273,86),(38194,1274,86),(38195,1275,86),(38196,1276,86),(38197,1277,86),(38198,1278,86),(38199,1279,86),(38200,1280,86),(38201,1281,86),(38202,1282,86),(38203,1283,86),(38204,1284,86),(38205,1285,86),(38206,5398,86),(38207,5732,86),(38208,5851,86),(38209,1286,86),(38210,1287,86),(38211,4248,86),(38212,4249,86),(38213,4250,86),(38214,4251,86),(38215,4252,86),(38216,4253,86),(38217,4254,86),(38218,4255,86),(38219,4256,86),(38220,4257,86),(38221,4258,86),(38222,4259,86),(38223,4620,86),(38224,4260,86),(38225,4261,86),(38226,1288,86),(38227,1289,86),(38228,1290,86),(38229,265,86),(38230,291,86),(38231,292,86),(38232,293,86),(38233,266,86),(38234,267,86),(38235,268,86),(38236,269,86),(38237,270,86),(38238,271,86),(38239,272,86),(38240,273,86),(38241,274,86),(38242,275,86),(38243,276,86),(38244,277,86),(38245,278,86),(38246,279,86),(38247,280,86),(38248,281,86),(38249,282,86),(38250,283,86),(38251,284,86),(38252,285,86),(38253,286,86),(38254,287,86),(38255,288,86),(38256,289,86),(38257,290,86),(38258,1545,86),(38259,2112,86),(38260,2113,86),(38261,2114,86),(38262,2115,86),(38263,2116,86),(38264,2117,86),(38265,2118,86),(38266,2119,86),(38267,2120,86),(38268,2121,86),(38269,2122,86),(38270,2123,86),(38271,2124,86),(38272,2125,86),(38273,2126,86),(38274,2127,86),(38275,2128,86),(38276,2129,86),(38277,2130,86),(38278,2131,86),(38279,2132,86),(38280,1544,86),(38281,2133,86),(38282,2134,86),(38283,2135,86),(38284,2136,86),(38285,2137,86),(38286,2138,86),(38287,2139,86),(38288,2140,86),(38289,2141,86),(38290,2142,86),(38291,2143,86),(38292,2144,86),(38293,65,86),(38294,1543,86),(38295,2145,86),(38296,2146,86),(38297,2147,86),(38298,2148,86),(38299,2149,86),(38300,2150,86),(38301,2151,86),(38302,2152,86),(38303,2153,86),(38304,2154,86),(38305,2155,86),(38306,2156,86),(38307,2157,86),(38308,2158,86),(38309,2159,86),(38310,2160,86),(38311,2161,86),(38312,2162,86),(38313,2163,86),(38314,2164,86),(38315,2165,86),(38316,2166,86),(38317,2167,86),(38318,2168,86),(38319,2169,86),(38320,2170,86),(38321,2171,86),(38322,2172,86),(38323,2173,86),(38324,2174,86),(38325,2175,86),(38326,2176,86),(38327,2177,86),(38328,2178,86),(38329,2179,86),(38330,2180,86),(38331,2181,86),(38332,2182,86),(38333,2183,86),(38334,2184,86),(38335,2185,86),(38336,2186,86),(38337,2187,86),(38338,2188,86),(38339,2189,86),(38340,2190,86),(38341,2191,86),(38342,2192,86),(38343,2193,86),(38344,2194,86),(38345,2195,86),(38346,2196,86),(38347,2197,86),(38348,2198,86),(38349,2199,86),(38350,1580,86),(38351,2200,86),(38352,2201,86),(38353,2202,86),(38354,2203,86),(38355,2204,86),(38356,2205,86),(38357,2206,86),(38358,2207,86),(38359,2208,86),(38360,2209,86),(38361,2210,86),(38362,2211,86),(38363,2212,86),(38364,2213,86),(38365,2214,86),(38366,32,86),(38367,33,86),(38368,34,86),(38369,35,86),(38370,36,86),(38371,37,86),(38372,38,86),(38373,2215,86),(38374,1588,86),(38375,1528,86),(38376,1503,86),(38377,2216,86),(38378,2217,86),(38379,1507,86),(38380,2218,86),(38381,2219,86),(38382,1509,86),(38383,2220,86),(38384,2221,86),(38385,2222,86),(38386,2223,86),(38387,2224,86),(38388,2225,86),(38389,1342,86),(38390,1343,86),(38391,2226,86),(38392,2227,86),(38393,2228,86),(38394,2229,86),(38395,2230,86),(38396,2231,86),(38397,2232,86),(38398,2233,86),(38399,2234,86),(38400,1344,86),(38401,404,86),(38402,405,86),(38403,406,86),(38404,101,86),(38405,369,86),(38406,370,86),(38407,476,86),(38408,477,86),(38409,478,86),(38410,479,86),(38411,480,86),(38412,481,86),(38413,482,86),(38414,483,86),(38415,484,86),(38416,485,86),(38417,486,86),(38418,487,86),(38419,457,86),(38420,458,86),(38421,459,86),(38422,387,86),(38423,340,86),(38424,341,86),(38425,342,86),(38426,343,86),(38427,344,86),(38428,346,86),(38429,347,86),(38430,348,86),(38431,349,86),(38432,350,86),(38433,351,86),(38434,352,86),(38435,353,86),(38436,354,86),(38437,355,86),(38438,356,86),(38439,357,86),(38440,358,86),(38441,359,86),(38442,360,86),(38443,2235,86),(38444,2236,86),(38445,2237,86),(38446,2238,86),(38447,2239,86),(38448,2240,86),(38449,2241,86),(38450,2242,86),(38451,2243,86),(38452,2244,86),(38453,2245,86),(38454,2246,86),(38455,2247,86),(38456,2248,86),(38457,1345,86),(38458,1346,86),(38459,1347,86),(38460,1348,86),(38461,2249,86),(38462,2250,86),(38463,2251,86),(38464,1092,86),(38465,2252,86),(38466,2253,86),(38467,5350,86),(38468,5351,86),(38469,5352,86),(38470,5353,86),(38471,5354,86),(38472,5355,86),(38473,5356,86),(38474,5357,86),(38475,1349,86),(38476,1350,86),(38477,1351,86),(38478,1352,86),(38479,1353,86),(38480,1354,86),(38481,1355,86),(38482,1356,86),(38483,1357,86),(38484,1358,86),(38485,1359,86),(38486,1360,86),(38487,1361,86),(38488,1362,86),(38489,1363,86),(38490,1364,86),(38491,1365,86),(38492,1366,86),(38493,1367,86),(38494,1368,86),(38495,1369,86),(38496,4993,86),(38497,4994,86),(38498,5358,86),(38499,5359,86),(38500,1523,86),(38501,1524,86),(38502,1525,86),(38503,1526,86),(38504,1570,86),(38505,1370,86),(38506,1371,86),(38507,1372,86),(38508,2254,86),(38509,2255,86),(38510,1531,86),(38511,2256,86),(38512,2257,86),(38513,2258,86),(38514,2259,86),(38515,1535,86),(38516,1536,86),(38517,1373,86),(38518,1374,86),(38519,1375,86),(38520,6057,86),(38521,2260,86),(38522,2261,86),(38523,2262,86),(38524,2263,86),(38525,3462,86),(38526,1539,86),(38527,2264,86),(38528,2265,86),(38529,2266,86),(38530,2267,86),(38531,2268,86),(38532,2269,86),(38533,2270,86),(38534,2271,86),(38535,2272,86),(38536,2273,86),(38537,2274,86),(38538,2275,86),(38539,2276,86),(38540,2277,86),(38541,2278,86),(38542,2279,86),(38543,2280,86),(38544,2281,86),(38545,2282,86),(38546,2283,86),(38547,2284,86),(38548,2285,86),(38549,2286,86),(38550,2287,86),(38551,2288,86),(38552,2289,86),(38553,2290,86),(38554,2291,86),(38555,2292,86),(38556,2293,86),(38557,2294,86),(38558,2295,86),(38559,2296,86),(38560,2297,86),(38561,2298,86),(38562,2299,86),(38563,2300,86),(38564,2301,86),(38565,2302,86),(38566,2303,86),(38567,2304,86),(38568,2305,86),(38569,2306,86),(38570,2307,86),(38571,2308,86),(38572,2309,86),(38573,2310,86),(38574,2311,86),(38575,2312,86),(38576,2313,86),(38577,2314,86),(38578,2315,86),(38579,2316,86),(38580,2317,86),(38581,2318,86),(38582,1094,86),(38583,2319,86),(38584,2320,86),(38585,2321,86),(38586,2322,86),(38587,2323,86),(38588,2324,86),(38589,2325,86),(38590,2326,86),(38591,2327,86),(38592,2328,86),(38593,2329,86),(38594,2330,86),(38595,2331,86),(38596,2332,86),(38597,2333,86),(38598,2334,86),(38599,2335,86),(38600,2336,86),(38601,2337,86),(38602,2338,86),(38603,2339,86),(38604,2340,86),(38605,2341,86),(38606,2342,86),(38607,2343,86),(38608,2344,86),(38609,2345,86),(38610,2346,86),(38611,2347,86),(38612,2348,86),(38613,2349,86),(38614,2350,86),(38615,2351,86),(38616,2352,86),(38617,2353,86),(38618,2354,86),(38619,2355,86),(38620,2356,86),(38621,2357,86),(38622,2358,86),(38623,2359,86),(38624,2360,86),(38625,2361,86),(38626,2362,86),(38627,2363,86),(38628,2364,86),(38629,2365,86),(38630,2366,86),(38631,2367,86),(38632,2368,86),(38633,2369,86),(38634,2370,86),(38635,2371,86),(38636,2372,86),(38637,2373,86),(38638,2374,86),(38639,2375,86),(38640,2376,86),(38641,2377,86),(38642,2378,86),(38643,2379,86),(38644,2380,86),(38645,2381,86),(38646,2382,86),(38647,2383,86),(38648,2384,86),(38649,2385,86),(38650,2386,86),(38651,2387,86),(38652,2388,86),(38653,2389,86),(38654,2390,86),(38655,2391,86),(38656,2392,86),(38657,2393,86),(38658,2394,86),(38659,2395,86),(38660,2396,86),(38661,2397,86),(38662,2398,86),(38663,2399,86),(38664,2400,86),(38665,2401,86),(38666,2402,86),(38667,2403,86),(38668,2404,86),(38669,2405,86),(38670,2406,86),(38671,2407,86),(38672,2408,86),(38673,2409,86),(38674,2410,86),(38675,2411,86),(38676,2412,86),(38677,2413,86),(38678,2414,86),(38679,2415,86),(38680,2416,86),(38681,2417,86),(38682,2418,86),(38683,2419,86),(38684,2420,86),(38685,2421,86),(38686,2422,86),(38687,2423,86),(38688,2424,86),(38689,2425,86),(38690,2426,86),(38691,2427,86),(38692,2428,86),(38693,2429,86),(38694,2430,86),(38695,2431,86),(38696,2432,86),(38697,2433,86),(38698,2434,86),(38699,2435,86),(38700,2436,86),(38701,2437,86),(38702,2438,86),(38703,2439,86),(38704,2440,86),(38705,2441,86),(38706,2442,86),(38707,2443,86),(38708,2444,86),(38709,2445,86),(38710,2446,86),(38711,2447,86),(38712,2448,86),(38713,2449,86),(38714,2450,86),(38715,2451,86),(38716,2452,86),(38717,2453,86),(38718,2454,86),(38719,2455,86),(38720,2456,86),(38721,2457,86),(38722,2458,86),(38723,2459,86),(38724,2460,86),(38725,2461,86),(38726,2462,86),(38727,2463,86),(38728,2464,86),(38729,2465,86),(38730,2466,86),(38731,2467,86),(38732,2468,86),(38733,2469,86),(38734,2470,86),(38735,2471,86),(38736,2472,86),(38737,2473,86),(38738,2474,86),(38739,2475,86),(38740,2476,86),(38741,2477,86),(38742,2478,86),(38743,3463,86),(38744,2482,86),(38745,2483,86),(38746,2484,86),(38747,2485,86),(38748,2486,86),(38749,2487,86),(38750,2488,86),(38751,2489,86),(38752,2529,86),(38753,3464,86),(38754,1573,86),(38755,1554,86),(38756,1555,86),(38757,1556,86),(38758,1557,86),(38759,1558,86),(38760,1559,86),(38761,1560,86),(38762,3465,86),(38763,2491,86),(38764,2492,86),(38765,2493,86),(38766,2494,86),(38767,2495,86),(38768,2496,86),(38769,2497,86),(38770,2498,86),(38771,1606,86),(38772,1607,86),(38773,2499,86),(38774,2500,86),(38775,2501,86),(38776,2502,86),(38777,2503,86),(38778,2507,86),(38779,2508,86),(38780,1589,86),(38781,1590,86),(38782,1591,86),(38783,1592,86),(38784,1593,86),(38785,1594,86),(38786,2641,86),(38787,1540,86),(38788,2509,86),(38789,1598,86),(38790,1601,86),(38791,1602,86),(38792,1600,86),(38793,2510,86),(38794,126,86),(38795,2655,86),(38796,2662,86),(38797,2663,86),(38798,6043,86),(38799,5346,86),(38800,5428,86),(38801,5429,86),(38802,5430,86),(38803,5431,86),(38804,5432,86),(38805,5433,86),(38806,5434,86),(38807,5435,86),(38808,5436,86),(38809,5437,86),(38810,5438,86),(38811,5439,86),(38812,5440,86),(38813,5441,86),(38814,5442,86),(38815,5443,86),(38816,5444,86),(38817,5445,86),(38818,5446,86),(38819,5447,86),(38820,5448,86),(38821,5449,86),(38822,5450,86),(38823,5451,86),(38824,5452,86),(38825,5453,86),(38826,5454,86),(38827,5455,86),(38828,5456,86),(38829,5457,86),(38830,5458,86),(38831,5459,86),(38832,5460,86),(38833,5461,86),(38834,5462,86),(38835,5463,86),(38836,5464,86),(38837,5465,86),(38838,5466,86),(38839,5467,86),(38840,5468,86),(38841,5469,86),(38842,5470,86),(38843,5471,86),(38844,5472,86),(38845,5473,86),(38846,5474,86),(38847,5475,86),(38848,5476,86),(38849,5477,86),(38850,5478,86),(38851,5479,86),(38852,5480,86),(38853,5481,86),(38854,5482,86),(38855,5483,86),(38856,5484,86),(38857,5485,86),(38858,5486,86),(38859,5487,86),(38860,5488,86),(38861,5489,86),(38862,5490,86),(38863,5491,86),(38864,5492,86),(38865,5493,86),(38866,5494,86),(38867,5495,86),(38868,5496,86),(38869,5497,86),(38870,5498,86),(38871,5499,86),(38872,5500,86),(38873,5501,86),(38874,5502,86),(38875,5503,86),(38876,5504,86),(38877,5505,86),(38878,5506,86),(38879,5507,86),(38880,5508,86),(38881,5509,86),(38882,5510,86),(38883,5511,86),(38884,5512,86),(38885,5513,86),(38886,5514,86),(38887,5515,86),(38888,5516,86),(38889,5517,86),(38890,5518,86),(38891,5519,86),(38892,5520,86),(38893,5521,86),(38894,5522,86),(38895,5523,86),(38896,5524,86),(38897,5525,86),(38898,5526,86),(38899,5527,86),(38900,5528,86),(38901,5529,86),(38902,5530,86),(38903,5531,86),(38904,5532,86),(38905,5533,86),(38906,5534,86),(38907,5535,86),(38908,5536,86),(38909,5537,86),(38910,5538,86),(38911,5539,86),(38912,5540,86),(38913,5541,86),(38914,5542,86),(38915,5543,86),(38916,5544,86),(38917,5545,86),(38918,5546,86),(38919,5547,86),(38920,5548,86),(38921,5549,86),(38922,5550,86),(38923,5551,86),(38924,6044,86),(38925,5942,86),(38926,5943,86),(38927,5944,86),(38928,5945,86),(38929,5946,86),(38930,5947,86),(38931,5948,86),(38932,5949,86),(38933,5950,86),(38934,5951,86),(38935,5952,86),(38936,5953,86),(38937,5954,86),(38938,5955,86),(38939,5956,86),(38940,5957,86),(38941,5958,86),(38942,5959,86),(38943,5960,86),(38944,5961,86),(38945,5962,86),(38946,5963,86),(38947,5964,86),(38948,5965,86),(38949,5966,86),(38950,5967,86),(38951,5968,86),(38952,5969,86),(38953,5970,86),(38954,5971,86),(38955,5972,86),(38956,5973,86),(38957,5974,86),(38958,5975,86),(38959,5976,86),(38960,5977,86),(38961,5978,86),(38962,5979,86),(38963,5980,86),(38964,5981,86),(38965,5982,86),(38966,5983,86),(38967,5984,86),(38968,5552,86),(38969,2517,86),(38970,2518,86),(38971,2519,86),(38972,2520,86),(38973,1500,86),(38974,1501,86),(38975,2521,86),(38976,2522,86),(38977,2523,86),(38978,1595,86),(38979,2524,86),(38980,2525,86),(38981,2526,86),(38982,2527,86),(38983,2528,86),(38984,2530,86),(38985,2531,86),(38986,2532,86),(38987,2533,86),(38988,2534,86),(38989,2535,86),(38990,2536,86),(38991,2537,86),(38992,2538,86),(38993,2539,86),(38994,2540,86),(38995,2541,86),(38996,2542,86),(38997,2543,86),(38998,2544,86),(38999,2545,86),(39000,2546,86),(39001,2547,86),(39002,1488,86),(39003,1489,86),(39004,4012,86),(39005,4013,86),(39006,2548,86),(39007,2549,86),(39008,2550,86),(39009,2551,86),(39010,2552,86),(39011,2553,86),(39012,2554,86),(39013,2555,86),(39014,2556,86),(39015,2557,86),(39016,2558,86),(39017,2559,86),(39018,2560,86),(39019,2561,86),(39020,2562,86),(39021,2563,86),(39022,2564,86),(39023,2565,86),(39024,2566,86),(39025,2567,86),(39026,2568,86),(39027,2569,86),(39028,2570,86),(39029,2571,86),(39030,2572,86),(39031,2573,86),(39032,2574,86),(39033,2575,86),(39034,2576,86),(39035,2577,86),(39036,2578,86),(39037,2579,86),(39038,2580,86),(39039,2581,86),(39040,2582,86),(39041,2583,86),(39042,2584,86),(39043,2585,86),(39044,2586,86),(39045,2587,86),(39046,2588,86),(39047,2589,86),(39048,2590,86),(39049,2591,86),(39050,2592,86),(39051,2593,86),(39052,2594,86),(39053,2595,86),(39054,2596,86),(39055,1532,86),(39056,2597,86),(39057,2598,86),(39058,2599,86),(39059,2600,86),(39060,2601,86),(39061,2602,86),(39062,2603,86),(39063,2604,86),(39064,2605,86),(39065,2606,86),(39066,2607,86),(39067,2608,86),(39068,2609,86),(39069,2610,86),(39070,2611,86),(39071,2612,86),(39072,2613,86),(39073,2614,86),(39074,2615,86),(39075,2616,86),(39076,2617,86),(39077,2618,86),(39078,2619,86),(39079,2620,86),(39080,2621,86),(39081,2622,86),(39082,2623,86),(39083,2624,86),(39084,2625,86),(39085,2626,86),(39086,2627,86),(39087,2628,86),(39088,2629,86),(39089,2630,86),(39090,2631,86),(39091,2632,86),(39092,2633,86),(39093,2634,86),(39094,2635,86),(39095,2636,86),(39096,1490,86),(39097,1491,86),(39098,1492,86),(39099,2637,86),(39100,2638,86),(39101,2639,86),(39102,2640,86),(39103,1291,87),(39104,1292,87),(39105,1293,87),(39106,1294,87),(39107,1295,87),(39108,3906,87),(39109,1297,87),(39110,1298,87),(39111,1240,87),(39112,1299,87),(39113,1300,87),(39114,1301,87),(39115,1302,87),(39116,1303,87),(39117,1304,87),(39118,1305,87),(39119,1306,87),(39120,1307,87),(39121,1308,87),(39122,3653,87),(39123,1309,87),(39124,1310,87),(39125,1311,87),(39126,1312,87),(39127,1313,87),(39128,1314,87),(39129,1315,87),(39130,1316,87),(39131,1317,87),(39132,1318,87),(39133,1319,87),(39134,1320,87),(39135,1321,87),(39136,1322,87),(39137,1323,87),(39138,1324,87),(39139,1325,87),(39140,1326,87),(39141,1327,87),(39142,3594,87),(39143,4242,87),(39144,4243,87),(39145,4244,87),(39146,4245,87),(39147,4246,87),(39148,4247,87),(39149,86,87),(39150,83,87),(39151,87,87),(39152,4595,87),(39153,4596,87),(39154,4597,87),(39155,4598,87),(39156,4599,87),(39157,4600,87),(39158,4601,87),(39159,4602,87),(39160,4603,87),(39161,4604,87),(39162,1328,87),(39163,6160,87),(39164,1330,87),(39165,1331,87),(39166,1332,87),(39167,1333,87),(39168,1334,87),(39169,1335,87),(39170,1336,87),(39171,5339,87),(39172,5340,87),(39173,5341,87),(39174,6056,87),(39175,5342,87),(39176,5343,87),(39177,5344,87),(39178,5345,87),(39179,1337,87),(39180,1338,87),(39181,1339,87),(39182,5347,87),(39183,1340,87),(39184,1341,87),(39185,1218,87),(39186,1219,87),(39187,1220,87),(39188,1221,87),(39189,1222,87),(39190,1223,87),(39191,1224,87),(39192,1225,87),(39193,1226,87),(39194,1227,87),(39195,1228,87),(39196,1229,87),(39197,1230,87),(39198,1231,87),(39199,1232,87),(39200,1233,87),(39201,1234,87),(39202,1235,87),(39203,1236,87),(39204,1237,87),(39205,1238,87),(39206,1239,87),(39207,1241,87),(39208,1242,87),(39209,1243,87),(39210,1244,87),(39211,1245,87),(39212,1246,87),(39213,1247,87),(39214,1248,87),(39215,1249,87),(39216,1250,87),(39217,1251,87),(39218,1252,87),(39219,1253,87),(39220,1254,87),(39221,1255,87),(39222,1256,87),(39223,1257,87),(39224,1258,87),(39225,1259,87),(39226,1260,87),(39227,1261,87),(39228,1262,87),(39229,1263,87),(39230,1264,87),(39231,1265,87),(39232,1266,87),(39233,1267,87),(39234,1268,87),(39235,1269,87),(39236,1270,87),(39237,1271,87),(39238,1272,87),(39239,1273,87),(39240,1274,87),(39241,1275,87),(39242,1276,87),(39243,1277,87),(39244,1278,87),(39245,1279,87),(39246,1280,87),(39247,1281,87),(39248,1282,87),(39249,1283,87),(39250,1284,87),(39251,1285,87),(39252,5398,87),(39253,5732,87),(39254,5851,87),(39255,1286,87),(39256,1287,87),(39257,4248,87),(39258,4249,87),(39259,4250,87),(39260,4251,87),(39261,4252,87),(39262,4253,87),(39263,4254,87),(39264,4255,87),(39265,4256,87),(39266,4257,87),(39267,4258,87),(39268,4259,87),(39269,4620,87),(39270,4260,87),(39271,4261,87),(39272,1288,87),(39273,1289,87),(39274,1290,87),(39275,265,87),(39276,291,87),(39277,292,87),(39278,293,87),(39279,266,87),(39280,267,87),(39281,268,87),(39282,269,87),(39283,270,87),(39284,271,87),(39285,272,87),(39286,273,87),(39287,274,87),(39288,275,87),(39289,276,87),(39290,277,87),(39291,278,87),(39292,279,87),(39293,280,87),(39294,281,87),(39295,282,87),(39296,283,87),(39297,284,87),(39298,285,87),(39299,286,87),(39300,287,87),(39301,288,87),(39302,289,87),(39303,290,87),(39304,1545,87),(39305,2112,87),(39306,2113,87),(39307,2114,87),(39308,2115,87),(39309,2116,87),(39310,2117,87),(39311,2118,87),(39312,2119,87),(39313,2120,87),(39314,2121,87),(39315,2122,87),(39316,2123,87),(39317,2124,87),(39318,2125,87),(39319,2126,87),(39320,2127,87),(39321,2128,87),(39322,2129,87),(39323,2130,87),(39324,2131,87),(39325,2132,87),(39326,1544,87),(39327,2133,87),(39328,2134,87),(39329,2135,87),(39330,2136,87),(39331,2137,87),(39332,2138,87),(39333,2139,87),(39334,2140,87),(39335,2141,87),(39336,2142,87),(39337,2143,87),(39338,2144,87),(39339,65,87),(39340,1543,87),(39341,2145,87),(39342,2146,87),(39343,2147,87),(39344,2148,87),(39345,2149,87),(39346,2150,87),(39347,2151,87),(39348,2152,87),(39349,2153,87),(39350,2154,87),(39351,2155,87),(39352,2156,87),(39353,2157,87),(39354,2158,87),(39355,2159,87),(39356,2160,87),(39357,2161,87),(39358,2162,87),(39359,2163,87),(39360,2164,87),(39361,2165,87),(39362,2166,87),(39363,2167,87),(39364,2168,87),(39365,2169,87),(39366,2170,87),(39367,2171,87),(39368,2172,87),(39369,2173,87),(39370,2174,87),(39371,2175,87),(39372,2176,87),(39373,2177,87),(39374,2178,87),(39375,2179,87),(39376,2180,87),(39377,2181,87),(39378,2182,87),(39379,2183,87),(39380,2184,87),(39381,2185,87),(39382,2186,87),(39383,2187,87),(39384,2188,87),(39385,2189,87),(39386,2190,87),(39387,2191,87),(39388,2192,87),(39389,2193,87),(39390,2194,87),(39391,2195,87),(39392,2196,87),(39393,2197,87),(39394,2198,87),(39395,2199,87),(39396,1580,87),(39397,2200,87),(39398,2201,87),(39399,2202,87),(39400,2203,87),(39401,2204,87),(39402,2205,87),(39403,2206,87),(39404,2207,87),(39405,2208,87),(39406,2209,87),(39407,2210,87),(39408,2211,87),(39409,2212,87),(39410,2213,87),(39411,2214,87),(39412,32,87),(39413,33,87),(39414,34,87),(39415,35,87),(39416,36,87),(39417,37,87),(39418,38,87),(39419,2215,87),(39420,1588,87),(39421,1528,87),(39422,1503,87),(39423,2216,87),(39424,2217,87),(39425,1507,87),(39426,2218,87),(39427,2219,87),(39428,1509,87),(39429,2220,87),(39430,2221,87),(39431,2222,87),(39432,2223,87),(39433,2224,87),(39434,2225,87),(39435,1342,87),(39436,1343,87),(39437,2226,87),(39438,2227,87),(39439,2228,87),(39440,2229,87),(39441,2230,87),(39442,2231,87),(39443,2232,87),(39444,2233,87),(39445,2234,87),(39446,1344,87),(39447,404,87),(39448,405,87),(39449,406,87),(39450,101,87),(39451,369,87),(39452,370,87),(39453,476,87),(39454,477,87),(39455,478,87),(39456,479,87),(39457,480,87),(39458,481,87),(39459,482,87),(39460,483,87),(39461,484,87),(39462,485,87),(39463,486,87),(39464,487,87),(39465,457,87),(39466,458,87),(39467,459,87),(39468,387,87),(39469,340,87),(39470,341,87),(39471,342,87),(39472,343,87),(39473,344,87),(39474,346,87),(39475,347,87),(39476,348,87),(39477,349,87),(39478,350,87),(39479,351,87),(39480,352,87),(39481,353,87),(39482,354,87),(39483,355,87),(39484,356,87),(39485,357,87),(39486,358,87),(39487,359,87),(39488,360,87),(39489,2235,87),(39490,2236,87),(39491,2237,87),(39492,2238,87),(39493,2239,87),(39494,2240,87),(39495,2241,87),(39496,2242,87),(39497,2243,87),(39498,2244,87),(39499,2245,87),(39500,2246,87),(39501,2247,87),(39502,2248,87),(39503,1345,87),(39504,1346,87),(39505,1347,87),(39506,1348,87),(39507,2249,87),(39508,2250,87),(39509,2251,87),(39510,1092,87),(39511,2252,87),(39512,2253,87),(39513,5350,87),(39514,5351,87),(39515,5352,87),(39516,5353,87),(39517,5354,87),(39518,5355,87),(39519,5356,87),(39520,5357,87),(39521,1349,87),(39522,1350,87),(39523,1351,87),(39524,1352,87),(39525,1353,87),(39526,1354,87),(39527,1355,87),(39528,1356,87),(39529,1357,87),(39530,1358,87),(39531,1359,87),(39532,1360,87),(39533,1361,87),(39534,1362,87),(39535,1363,87),(39536,1364,87),(39537,1365,87),(39538,1366,87),(39539,1367,87),(39540,1368,87),(39541,1369,87),(39542,4993,87),(39543,4994,87),(39544,5358,87),(39545,5359,87),(39546,1523,87),(39547,1524,87),(39548,1525,87),(39549,1526,87),(39550,1570,87),(39551,1370,87),(39552,1371,87),(39553,1372,87),(39554,2254,87),(39555,2255,87),(39556,1531,87),(39557,2256,87),(39558,2257,87),(39559,2258,87),(39560,2259,87),(39561,1535,87),(39562,1536,87),(39563,1373,87),(39564,1374,87),(39565,1375,87),(39566,6057,87),(39567,2260,87),(39568,2261,87),(39569,2262,87),(39570,2263,87),(39571,3462,87),(39572,1539,87),(39573,2264,87),(39574,2265,87),(39575,2266,87),(39576,2267,87),(39577,2268,87),(39578,2269,87),(39579,2270,87),(39580,2271,87),(39581,2272,87),(39582,2273,87),(39583,2274,87),(39584,2275,87),(39585,2276,87),(39586,2277,87),(39587,2278,87),(39588,2279,87),(39589,2280,87),(39590,2281,87),(39591,2282,87),(39592,2283,87),(39593,2284,87),(39594,2285,87),(39595,2286,87),(39596,2287,87),(39597,2288,87),(39598,2289,87),(39599,2290,87),(39600,2291,87),(39601,2292,87),(39602,2293,87),(39603,2294,87),(39604,2295,87),(39605,2296,87),(39606,2297,87),(39607,2298,87),(39608,2299,87),(39609,2300,87),(39610,2301,87),(39611,2302,87),(39612,2303,87),(39613,2304,87),(39614,2305,87),(39615,2306,87),(39616,2307,87),(39617,2308,87),(39618,2309,87),(39619,2310,87),(39620,2311,87),(39621,2312,87),(39622,2313,87),(39623,2314,87),(39624,2315,87),(39625,2316,87),(39626,2317,87),(39627,2318,87),(39628,1094,87),(39629,2319,87),(39630,2320,87),(39631,2321,87),(39632,2322,87),(39633,2323,87),(39634,2324,87),(39635,2325,87),(39636,2326,87),(39637,2327,87),(39638,2328,87),(39639,2329,87),(39640,2330,87),(39641,2331,87),(39642,2332,87),(39643,2333,87),(39644,2334,87),(39645,2335,87),(39646,2336,87),(39647,2337,87),(39648,2338,87),(39649,2339,87),(39650,2340,87),(39651,2341,87),(39652,2342,87),(39653,2343,87),(39654,2344,87),(39655,2345,87),(39656,2346,87),(39657,2347,87),(39658,2348,87),(39659,2349,87),(39660,2350,87),(39661,2351,87),(39662,2352,87),(39663,2353,87),(39664,2354,87),(39665,2355,87),(39666,2356,87),(39667,2357,87),(39668,2358,87),(39669,2359,87),(39670,2360,87),(39671,2361,87),(39672,2362,87),(39673,2363,87),(39674,2364,87),(39675,2365,87),(39676,2366,87),(39677,2367,87),(39678,2368,87),(39679,2369,87),(39680,2370,87),(39681,2371,87),(39682,2372,87),(39683,2373,87),(39684,2374,87),(39685,2375,87),(39686,2376,87),(39687,2377,87),(39688,2378,87),(39689,2379,87),(39690,2380,87),(39691,2381,87),(39692,2382,87),(39693,2383,87),(39694,2384,87),(39695,2385,87),(39696,2386,87),(39697,2387,87),(39698,2388,87),(39699,2389,87),(39700,2390,87),(39701,2391,87),(39702,2392,87),(39703,2393,87),(39704,2394,87),(39705,2395,87),(39706,2396,87),(39707,2397,87),(39708,2398,87),(39709,2399,87),(39710,2400,87),(39711,2401,87),(39712,2402,87),(39713,2403,87),(39714,2404,87),(39715,2405,87),(39716,2406,87),(39717,2407,87),(39718,2408,87),(39719,2409,87),(39720,2410,87),(39721,2411,87),(39722,2412,87),(39723,2413,87),(39724,2414,87),(39725,2415,87),(39726,2416,87),(39727,2417,87),(39728,2418,87),(39729,2419,87),(39730,2420,87),(39731,2421,87),(39732,2422,87),(39733,2423,87),(39734,2424,87),(39735,2425,87),(39736,2426,87),(39737,2427,87),(39738,2428,87),(39739,2429,87),(39740,2430,87),(39741,2431,87),(39742,2432,87),(39743,2433,87),(39744,2434,87),(39745,2435,87),(39746,2436,87),(39747,2437,87),(39748,2438,87),(39749,2439,87),(39750,2440,87),(39751,2441,87),(39752,2442,87),(39753,2443,87),(39754,2444,87),(39755,2445,87),(39756,2446,87),(39757,2447,87),(39758,2448,87),(39759,2449,87),(39760,2450,87),(39761,2451,87),(39762,2452,87),(39763,2453,87),(39764,2454,87),(39765,2455,87),(39766,2456,87),(39767,2457,87),(39768,2458,87),(39769,2459,87),(39770,2460,87),(39771,2461,87),(39772,2462,87),(39773,2463,87),(39774,2464,87),(39775,2465,87),(39776,2466,87),(39777,2467,87),(39778,2468,87),(39779,2469,87),(39780,2470,87),(39781,2471,87),(39782,2472,87),(39783,2473,87),(39784,2474,87),(39785,2475,87),(39786,2476,87),(39787,2477,87),(39788,2478,87),(39789,3463,87),(39790,2482,87),(39791,2483,87),(39792,2484,87),(39793,2485,87),(39794,2486,87),(39795,2487,87),(39796,2488,87),(39797,2489,87),(39798,2529,87),(39799,3464,87),(39800,1573,87),(39801,1554,87),(39802,1555,87),(39803,1556,87),(39804,1557,87),(39805,1558,87),(39806,1559,87),(39807,1560,87),(39808,3465,87),(39809,2491,87),(39810,2492,87),(39811,2493,87),(39812,2494,87),(39813,2495,87),(39814,2496,87),(39815,2497,87),(39816,2498,87),(39817,1606,87),(39818,1607,87),(39819,2499,87),(39820,2500,87),(39821,2501,87),(39822,2502,87),(39823,2503,87),(39824,2507,87),(39825,2508,87),(39826,1589,87),(39827,1590,87),(39828,1591,87),(39829,1592,87),(39830,1593,87),(39831,1594,87),(39832,2641,87),(39833,1540,87),(39834,2509,87),(39835,1598,87),(39836,1601,87),(39837,1602,87),(39838,1600,87),(39839,2510,87),(39840,126,87),(39841,2655,87),(39842,2662,87),(39843,2663,87),(39844,6043,87),(39845,5346,87),(39846,5428,87),(39847,5429,87),(39848,5430,87),(39849,5431,87),(39850,5432,87),(39851,5433,87),(39852,5434,87),(39853,5435,87),(39854,5436,87),(39855,5437,87),(39856,5438,87),(39857,5439,87),(39858,5440,87),(39859,5441,87),(39860,5442,87),(39861,5443,87),(39862,5444,87),(39863,5445,87),(39864,5446,87),(39865,5447,87),(39866,5448,87),(39867,5449,87),(39868,5450,87),(39869,5451,87),(39870,5452,87),(39871,5453,87),(39872,5454,87),(39873,5455,87),(39874,5456,87),(39875,5457,87),(39876,5458,87),(39877,5459,87),(39878,5460,87),(39879,5461,87),(39880,5462,87),(39881,5463,87),(39882,5464,87),(39883,5465,87),(39884,5466,87),(39885,5467,87),(39886,5468,87),(39887,5469,87),(39888,5470,87),(39889,5471,87),(39890,5472,87),(39891,5473,87),(39892,5474,87),(39893,5475,87),(39894,5476,87),(39895,5477,87),(39896,5478,87),(39897,5479,87),(39898,5480,87),(39899,5481,87),(39900,5482,87),(39901,5483,87),(39902,5484,87),(39903,5485,87),(39904,5486,87),(39905,5487,87),(39906,5488,87),(39907,5489,87),(39908,5490,87),(39909,5491,87),(39910,5492,87),(39911,5493,87),(39912,5494,87),(39913,5495,87),(39914,5496,87),(39915,5497,87),(39916,5498,87),(39917,5499,87),(39918,5500,87),(39919,5501,87),(39920,5502,87),(39921,5503,87),(39922,5504,87),(39923,5505,87),(39924,5506,87),(39925,5507,87),(39926,5508,87),(39927,5509,87),(39928,5510,87),(39929,5511,87),(39930,5512,87),(39931,5513,87),(39932,5514,87),(39933,5515,87),(39934,5516,87),(39935,5517,87),(39936,5518,87),(39937,5519,87),(39938,5520,87),(39939,5521,87),(39940,5522,87),(39941,5523,87),(39942,5524,87),(39943,5525,87),(39944,5526,87),(39945,5527,87),(39946,5528,87),(39947,5529,87),(39948,5530,87),(39949,5531,87),(39950,5532,87),(39951,5533,87),(39952,5534,87),(39953,5535,87),(39954,5536,87),(39955,5537,87),(39956,5538,87),(39957,5539,87),(39958,5540,87),(39959,5541,87),(39960,5542,87),(39961,5543,87),(39962,5544,87),(39963,5545,87),(39964,5546,87),(39965,5547,87),(39966,5548,87),(39967,5549,87),(39968,5550,87),(39969,5551,87),(39970,6044,87),(39971,5942,87),(39972,5943,87),(39973,5944,87),(39974,5945,87),(39975,5946,87),(39976,5947,87),(39977,5948,87),(39978,5949,87),(39979,5950,87),(39980,5951,87),(39981,5952,87),(39982,5953,87),(39983,5954,87),(39984,5955,87),(39985,5956,87),(39986,5957,87),(39987,5958,87),(39988,5959,87),(39989,5960,87),(39990,5961,87),(39991,5962,87),(39992,5963,87),(39993,5964,87),(39994,5965,87),(39995,5966,87),(39996,5967,87),(39997,5968,87),(39998,5969,87),(39999,5970,87),(40000,5971,87),(40001,5972,87),(40002,5973,87),(40003,5974,87),(40004,5975,87),(40005,5976,87),(40006,5977,87),(40007,5978,87),(40008,5979,87),(40009,5980,87),(40010,5981,87),(40011,5982,87),(40012,5983,87),(40013,5984,87),(40014,5552,87),(40015,2517,87),(40016,2518,87),(40017,2519,87),(40018,2520,87),(40019,1500,87),(40020,1501,87),(40021,2521,87),(40022,2522,87),(40023,2523,87),(40024,1595,87),(40025,2524,87),(40026,2525,87),(40027,2526,87),(40028,2527,87),(40029,2528,87),(40030,2530,87),(40031,2531,87),(40032,2532,87),(40033,2533,87),(40034,2534,87),(40035,2535,87),(40036,2536,87),(40037,2537,87),(40038,2538,87),(40039,2539,87),(40040,2540,87),(40041,2541,87),(40042,2542,87),(40043,2543,87),(40044,2544,87),(40045,2545,87),(40046,2546,87),(40047,2547,87),(40048,1488,87),(40049,1489,87),(40050,4012,87),(40051,4013,87),(40052,2548,87),(40053,2549,87),(40054,2550,87),(40055,2551,87),(40056,2552,87),(40057,2553,87),(40058,2554,87),(40059,2555,87),(40060,2556,87),(40061,2557,87),(40062,2558,87),(40063,2559,87),(40064,2560,87),(40065,2561,87),(40066,2562,87),(40067,2563,87),(40068,2564,87),(40069,2565,87),(40070,2566,87),(40071,2567,87),(40072,2568,87),(40073,2569,87),(40074,2570,87),(40075,2571,87),(40076,2572,87),(40077,2573,87),(40078,2574,87),(40079,2575,87),(40080,2576,87),(40081,2577,87),(40082,2578,87),(40083,2579,87),(40084,2580,87),(40085,2581,87),(40086,2582,87),(40087,2583,87),(40088,2584,87),(40089,2585,87),(40090,2586,87),(40091,2587,87),(40092,2588,87),(40093,2589,87),(40094,2590,87),(40095,2591,87),(40096,2592,87),(40097,2593,87),(40098,2594,87),(40099,2595,87),(40100,2596,87),(40101,1532,87),(40102,2597,87),(40103,2598,87),(40104,2599,87),(40105,2600,87),(40106,2601,87),(40107,2602,87),(40108,2603,87),(40109,2604,87),(40110,2605,87),(40111,2606,87),(40112,2607,87),(40113,2608,87),(40114,2609,87),(40115,2610,87),(40116,2611,87),(40117,2612,87),(40118,2613,87),(40119,2614,87),(40120,2615,87),(40121,2616,87),(40122,2617,87),(40123,2618,87),(40124,2619,87),(40125,2620,87),(40126,2621,87),(40127,2622,87),(40128,2623,87),(40129,2624,87),(40130,2625,87),(40131,2626,87),(40132,2627,87),(40133,2628,87),(40134,2629,87),(40135,2630,87),(40136,2631,87),(40137,2632,87),(40138,2633,87),(40139,2634,87),(40140,2635,87),(40141,2636,87),(40142,1490,87),(40143,1491,87),(40144,1492,87),(40145,2637,87),(40146,2638,87),(40147,2639,87),(40148,2640,87),(40149,1291,88),(40150,1292,88),(40151,1293,88),(40152,1294,88),(40153,1295,88),(40154,3906,88),(40155,1297,88),(40156,1298,88),(40157,1240,88),(40158,1299,88),(40159,1300,88),(40160,1301,88),(40161,1302,88),(40162,1303,88),(40163,1304,88),(40164,1305,88),(40165,1306,88),(40166,1307,88),(40167,1308,88),(40168,3653,88),(40169,1309,88),(40170,1310,88),(40171,1311,88),(40172,1312,88),(40173,1313,88),(40174,1314,88),(40175,1315,88),(40176,1316,88),(40177,1317,88),(40178,1318,88),(40179,1319,88),(40180,1320,88),(40181,1321,88),(40182,1322,88),(40183,1323,88),(40184,1324,88),(40185,1325,88),(40186,1326,88),(40187,1327,88),(40188,3594,88),(40189,4242,88),(40190,4243,88),(40191,4244,88),(40192,4245,88),(40193,4246,88),(40194,4247,88),(40195,86,88),(40196,83,88),(40197,87,88),(40198,4595,88),(40199,4596,88),(40200,4597,88),(40201,4598,88),(40202,4599,88),(40203,4600,88),(40204,4601,88),(40205,4602,88),(40206,4603,88),(40207,4604,88),(40208,1328,88),(40209,6160,88),(40210,1330,88),(40211,1331,88),(40212,1332,88),(40213,1333,88),(40214,1334,88),(40215,1335,88),(40216,1336,88),(40217,5339,88),(40218,5340,88),(40219,5341,88),(40220,6056,88),(40221,5342,88),(40222,5343,88),(40223,5344,88),(40224,5345,88),(40225,1337,88),(40226,1338,88),(40227,1339,88),(40228,5347,88),(40229,1340,88),(40230,1341,88),(40231,1218,88),(40232,1219,88),(40233,1220,88),(40234,1221,88),(40235,1222,88),(40236,1223,88),(40237,1224,88),(40238,1225,88),(40239,1226,88),(40240,1227,88),(40241,1228,88),(40242,1229,88),(40243,1230,88),(40244,1231,88),(40245,1232,88),(40246,1233,88),(40247,1234,88),(40248,1235,88),(40249,1236,88),(40250,1237,88),(40251,1238,88),(40252,1239,88),(40253,1241,88),(40254,1242,88),(40255,1243,88),(40256,1244,88),(40257,1245,88),(40258,1246,88),(40259,1247,88),(40260,1248,88),(40261,1249,88),(40262,1250,88),(40263,1251,88),(40264,1252,88),(40265,1253,88),(40266,1254,88),(40267,1255,88),(40268,1256,88),(40269,1257,88),(40270,1258,88),(40271,1259,88),(40272,1260,88),(40273,1261,88),(40274,1262,88),(40275,1263,88),(40276,1264,88),(40277,1265,88),(40278,1266,88),(40279,1267,88),(40280,1268,88),(40281,1269,88),(40282,1270,88),(40283,1271,88),(40284,1272,88),(40285,1273,88),(40286,1274,88),(40287,1275,88),(40288,1276,88),(40289,1277,88),(40290,1278,88),(40291,1279,88),(40292,1280,88),(40293,1281,88),(40294,1282,88),(40295,1283,88),(40296,1284,88),(40297,1285,88),(40298,5398,88),(40299,5732,88),(40300,5851,88),(40301,1286,88),(40302,1287,88),(40303,4248,88),(40304,4249,88),(40305,4250,88),(40306,4251,88),(40307,4252,88),(40308,4253,88),(40309,4254,88),(40310,4255,88),(40311,4256,88),(40312,4257,88),(40313,4258,88),(40314,4259,88),(40315,4620,88),(40316,4260,88),(40317,4261,88),(40318,1288,88),(40319,1289,88),(40320,1290,88),(40321,265,88),(40322,291,88),(40323,292,88),(40324,293,88),(40325,266,88),(40326,267,88),(40327,268,88),(40328,269,88),(40329,270,88),(40330,271,88),(40331,272,88),(40332,273,88),(40333,274,88),(40334,275,88),(40335,276,88),(40336,277,88),(40337,278,88),(40338,279,88),(40339,280,88),(40340,281,88),(40341,282,88),(40342,283,88),(40343,284,88),(40344,285,88),(40345,286,88),(40346,287,88),(40347,288,88),(40348,289,88),(40349,290,88),(40350,1545,88),(40351,2112,88),(40352,2113,88),(40353,2114,88),(40354,2115,88),(40355,2116,88),(40356,2117,88),(40357,2118,88),(40358,2119,88),(40359,2120,88),(40360,2121,88),(40361,2122,88),(40362,2123,88),(40363,2124,88),(40364,2125,88),(40365,2126,88),(40366,2127,88),(40367,2128,88),(40368,2129,88),(40369,2130,88),(40370,2131,88),(40371,2132,88),(40372,1544,88),(40373,2133,88),(40374,2134,88),(40375,2135,88),(40376,2136,88),(40377,2137,88),(40378,2138,88),(40379,2139,88),(40380,2140,88),(40381,2141,88),(40382,2142,88),(40383,2143,88),(40384,2144,88),(40385,65,88),(40386,1543,88),(40387,2145,88),(40388,2146,88),(40389,2147,88),(40390,2148,88),(40391,2149,88),(40392,2150,88),(40393,2151,88),(40394,2152,88),(40395,2153,88),(40396,2154,88),(40397,2155,88),(40398,2156,88),(40399,2157,88),(40400,2158,88),(40401,2159,88),(40402,2160,88),(40403,2161,88),(40404,2162,88),(40405,2163,88),(40406,2164,88),(40407,2165,88),(40408,2166,88),(40409,2167,88),(40410,2168,88),(40411,2169,88),(40412,2170,88),(40413,2171,88),(40414,2172,88),(40415,2173,88),(40416,2174,88),(40417,2175,88),(40418,2176,88),(40419,2177,88),(40420,2178,88),(40421,2179,88),(40422,2180,88),(40423,2181,88),(40424,2182,88),(40425,2183,88),(40426,2184,88),(40427,2185,88),(40428,2186,88),(40429,2187,88),(40430,2188,88),(40431,2189,88),(40432,2190,88),(40433,2191,88),(40434,2192,88),(40435,2193,88),(40436,2194,88),(40437,2195,88),(40438,2196,88),(40439,2197,88),(40440,2198,88),(40441,2199,88),(40442,1580,88),(40443,2200,88),(40444,2201,88),(40445,2202,88),(40446,2203,88),(40447,2204,88),(40448,2205,88),(40449,2206,88),(40450,2207,88),(40451,2208,88),(40452,2209,88),(40453,2210,88),(40454,2211,88),(40455,2212,88),(40456,2213,88),(40457,2214,88),(40458,32,88),(40459,33,88),(40460,34,88),(40461,35,88),(40462,36,88),(40463,37,88),(40464,38,88),(40465,2215,88),(40466,1588,88),(40467,1528,88),(40468,1503,88),(40469,2216,88),(40470,2217,88),(40471,1507,88),(40472,2218,88),(40473,2219,88),(40474,1509,88),(40475,2220,88),(40476,2221,88),(40477,2222,88),(40478,2223,88),(40479,2224,88),(40480,2225,88),(40481,1342,88),(40482,1343,88),(40483,2226,88),(40484,2227,88),(40485,2228,88),(40486,2229,88),(40487,2230,88),(40488,2231,88),(40489,2232,88),(40490,2233,88),(40491,2234,88),(40492,1344,88),(40493,404,88),(40494,405,88),(40495,406,88),(40496,101,88),(40497,369,88),(40498,370,88),(40499,476,88),(40500,477,88),(40501,478,88),(40502,479,88),(40503,480,88),(40504,481,88),(40505,482,88),(40506,483,88),(40507,484,88),(40508,485,88),(40509,486,88),(40510,487,88),(40511,457,88),(40512,458,88),(40513,459,88),(40514,387,88),(40515,340,88),(40516,341,88),(40517,342,88),(40518,343,88),(40519,344,88),(40520,346,88),(40521,347,88),(40522,348,88),(40523,349,88),(40524,350,88),(40525,351,88),(40526,352,88),(40527,353,88),(40528,354,88),(40529,355,88),(40530,356,88),(40531,357,88),(40532,358,88),(40533,359,88),(40534,360,88),(40535,2235,88),(40536,2236,88),(40537,2237,88),(40538,2238,88),(40539,2239,88),(40540,2240,88),(40541,2241,88),(40542,2242,88),(40543,2243,88),(40544,2244,88),(40545,2245,88),(40546,2246,88),(40547,2247,88),(40548,2248,88),(40549,1345,88),(40550,1346,88),(40551,1347,88),(40552,1348,88),(40553,2249,88),(40554,2250,88),(40555,2251,88),(40556,1092,88),(40557,2252,88),(40558,2253,88),(40559,5350,88),(40560,5351,88),(40561,5352,88),(40562,5353,88),(40563,5354,88),(40564,5355,88),(40565,5356,88),(40566,5357,88),(40567,1349,88),(40568,1350,88),(40569,1351,88),(40570,1352,88),(40571,1353,88),(40572,1354,88),(40573,1355,88),(40574,1356,88),(40575,1357,88),(40576,1358,88),(40577,1359,88),(40578,1360,88),(40579,1361,88),(40580,1362,88),(40581,1363,88),(40582,1364,88),(40583,1365,88),(40584,1366,88),(40585,1367,88),(40586,1368,88),(40587,1369,88),(40588,4993,88),(40589,4994,88),(40590,5358,88),(40591,5359,88),(40592,1523,88),(40593,1524,88),(40594,1525,88),(40595,1526,88),(40596,1570,88),(40597,1370,88),(40598,1371,88),(40599,1372,88),(40600,2254,88),(40601,2255,88),(40602,1531,88),(40603,2256,88),(40604,2257,88),(40605,2258,88),(40606,2259,88),(40607,1535,88),(40608,1536,88),(40609,1373,88),(40610,1374,88),(40611,1375,88),(40612,6057,88),(40613,2260,88),(40614,2261,88),(40615,2262,88),(40616,2263,88),(40617,3462,88),(40618,1539,88),(40619,2264,88),(40620,2265,88),(40621,2266,88),(40622,2267,88),(40623,2268,88),(40624,2269,88),(40625,2270,88),(40626,2271,88),(40627,2272,88),(40628,2273,88),(40629,2274,88),(40630,2275,88),(40631,2276,88),(40632,2277,88),(40633,2278,88),(40634,2279,88),(40635,2280,88),(40636,2281,88),(40637,2282,88),(40638,2283,88),(40639,2284,88),(40640,2285,88),(40641,2286,88),(40642,2287,88),(40643,2288,88),(40644,2289,88),(40645,2290,88),(40646,2291,88),(40647,2292,88),(40648,2293,88),(40649,2294,88),(40650,2295,88),(40651,2296,88),(40652,2297,88),(40653,2298,88),(40654,2299,88),(40655,2300,88),(40656,2301,88),(40657,2302,88),(40658,2303,88),(40659,2304,88),(40660,2305,88),(40661,2306,88),(40662,2307,88),(40663,2308,88),(40664,2309,88),(40665,2310,88),(40666,2311,88),(40667,2312,88),(40668,2313,88),(40669,2314,88),(40670,2315,88),(40671,2316,88),(40672,2317,88),(40673,2318,88),(40674,1094,88),(40675,2319,88),(40676,2320,88),(40677,2321,88),(40678,2322,88),(40679,2323,88),(40680,2324,88),(40681,2325,88),(40682,2326,88),(40683,2327,88),(40684,2328,88),(40685,2329,88),(40686,2330,88),(40687,2331,88),(40688,2332,88),(40689,2333,88),(40690,2334,88),(40691,2335,88),(40692,2336,88),(40693,2337,88),(40694,2338,88),(40695,2339,88),(40696,2340,88),(40697,2341,88),(40698,2342,88),(40699,2343,88),(40700,2344,88),(40701,2345,88),(40702,2346,88),(40703,2347,88),(40704,2348,88),(40705,2349,88),(40706,2350,88),(40707,2351,88),(40708,2352,88),(40709,2353,88),(40710,2354,88),(40711,2355,88),(40712,2356,88),(40713,2357,88),(40714,2358,88),(40715,2359,88),(40716,2360,88),(40717,2361,88),(40718,2362,88),(40719,2363,88),(40720,2364,88),(40721,2365,88),(40722,2366,88),(40723,2367,88),(40724,2368,88),(40725,2369,88),(40726,2370,88),(40727,2371,88),(40728,2372,88),(40729,2373,88),(40730,2374,88),(40731,2375,88),(40732,2376,88),(40733,2377,88),(40734,2378,88),(40735,2379,88),(40736,2380,88),(40737,2381,88),(40738,2382,88),(40739,2383,88),(40740,2384,88),(40741,2385,88),(40742,2386,88),(40743,2387,88),(40744,2388,88),(40745,2389,88),(40746,2390,88),(40747,2391,88),(40748,2392,88),(40749,2393,88),(40750,2394,88),(40751,2395,88),(40752,2396,88),(40753,2397,88),(40754,2398,88),(40755,2399,88),(40756,2400,88),(40757,2401,88),(40758,2402,88),(40759,2403,88),(40760,2404,88),(40761,2405,88),(40762,2406,88),(40763,2407,88),(40764,2408,88),(40765,2409,88),(40766,2410,88),(40767,2411,88),(40768,2412,88),(40769,2413,88),(40770,2414,88),(40771,2415,88),(40772,2416,88),(40773,2417,88),(40774,2418,88),(40775,2419,88),(40776,2420,88),(40777,2421,88),(40778,2422,88),(40779,2423,88),(40780,2424,88),(40781,2425,88),(40782,2426,88),(40783,2427,88),(40784,2428,88),(40785,2429,88),(40786,2430,88),(40787,2431,88),(40788,2432,88),(40789,2433,88),(40790,2434,88),(40791,2435,88),(40792,2436,88),(40793,2437,88),(40794,2438,88),(40795,2439,88),(40796,2440,88),(40797,2441,88),(40798,2442,88),(40799,2443,88),(40800,2444,88),(40801,2445,88),(40802,2446,88),(40803,2447,88),(40804,2448,88),(40805,2449,88),(40806,2450,88),(40807,2451,88),(40808,2452,88),(40809,2453,88),(40810,2454,88),(40811,2455,88),(40812,2456,88),(40813,2457,88),(40814,2458,88),(40815,2459,88),(40816,2460,88),(40817,2461,88),(40818,2462,88),(40819,2463,88),(40820,2464,88),(40821,2465,88),(40822,2466,88),(40823,2467,88),(40824,2468,88),(40825,2469,88),(40826,2470,88),(40827,2471,88),(40828,2472,88),(40829,2473,88),(40830,2474,88),(40831,2475,88),(40832,2476,88),(40833,2477,88),(40834,2478,88),(40835,3463,88),(40836,2482,88),(40837,2483,88),(40838,2484,88),(40839,2485,88),(40840,2486,88),(40841,2487,88),(40842,2488,88),(40843,2489,88),(40844,2529,88),(40845,3464,88),(40846,1573,88),(40847,1554,88),(40848,1555,88),(40849,1556,88),(40850,1557,88),(40851,1558,88),(40852,1559,88),(40853,1560,88),(40854,3465,88),(40855,2491,88),(40856,2492,88),(40857,2493,88),(40858,2494,88),(40859,2495,88),(40860,2496,88),(40861,2497,88),(40862,2498,88),(40863,1606,88),(40864,1607,88),(40865,2499,88),(40866,2500,88),(40867,2501,88),(40868,2502,88),(40869,2503,88),(40870,2504,88),(40871,2505,88),(40872,2506,88),(40873,2507,88),(40874,2508,88),(40875,1589,88),(40876,1590,88),(40877,1591,88),(40878,1592,88),(40879,1593,88),(40880,1594,88),(40881,2641,88),(40882,1540,88),(40883,2509,88),(40884,1598,88),(40885,1601,88),(40886,1602,88),(40887,1600,88),(40888,2510,88),(40889,126,88),(40890,2655,88),(40891,2662,88),(40892,2663,88),(40893,6043,88),(40894,5346,88),(40895,5428,88),(40896,5429,88),(40897,5430,88),(40898,5431,88),(40899,5432,88),(40900,5433,88),(40901,5434,88),(40902,5435,88),(40903,5436,88),(40904,5437,88),(40905,5438,88),(40906,5439,88),(40907,5440,88),(40908,5441,88),(40909,5442,88),(40910,5443,88),(40911,5444,88),(40912,5445,88),(40913,5446,88),(40914,5447,88),(40915,5448,88),(40916,5449,88),(40917,5450,88),(40918,5451,88),(40919,5452,88),(40920,5453,88),(40921,5454,88),(40922,5455,88),(40923,5456,88),(40924,5457,88),(40925,5458,88),(40926,5459,88),(40927,5460,88),(40928,5461,88),(40929,5462,88),(40930,5463,88),(40931,5464,88),(40932,5465,88),(40933,5466,88),(40934,5467,88),(40935,5468,88),(40936,5469,88),(40937,5470,88),(40938,5471,88),(40939,5472,88),(40940,5473,88),(40941,5474,88),(40942,5475,88),(40943,5476,88),(40944,5477,88),(40945,5478,88),(40946,5479,88),(40947,5480,88),(40948,5481,88),(40949,5482,88),(40950,5483,88),(40951,5484,88),(40952,5485,88),(40953,5486,88),(40954,5487,88),(40955,5488,88),(40956,5489,88),(40957,5490,88),(40958,5491,88),(40959,5492,88),(40960,5493,88),(40961,5494,88),(40962,5495,88),(40963,5496,88),(40964,5497,88),(40965,5498,88),(40966,5499,88),(40967,5500,88),(40968,5501,88),(40969,5502,88),(40970,5503,88),(40971,5504,88),(40972,5505,88),(40973,5506,88),(40974,5507,88),(40975,5508,88),(40976,5509,88),(40977,5510,88),(40978,5511,88),(40979,5512,88),(40980,5513,88),(40981,5514,88),(40982,5515,88),(40983,5516,88),(40984,5517,88),(40985,5518,88),(40986,5519,88),(40987,5520,88),(40988,5521,88),(40989,5522,88),(40990,5523,88),(40991,5524,88),(40992,5525,88),(40993,5526,88),(40994,5527,88),(40995,5528,88),(40996,5529,88),(40997,5530,88),(40998,5531,88),(40999,5532,88),(41000,5533,88),(41001,5534,88),(41002,5535,88),(41003,5536,88),(41004,5537,88),(41005,5538,88),(41006,5539,88),(41007,5540,88),(41008,5541,88),(41009,5542,88),(41010,5543,88),(41011,5544,88),(41012,5545,88),(41013,5546,88),(41014,5547,88),(41015,5548,88),(41016,5549,88),(41017,5550,88),(41018,5551,88),(41019,6044,88),(41020,5942,88),(41021,5943,88),(41022,5944,88),(41023,5945,88),(41024,5946,88),(41025,5947,88),(41026,5948,88),(41027,5949,88),(41028,5950,88),(41029,5951,88),(41030,5952,88),(41031,5953,88),(41032,5954,88),(41033,5955,88),(41034,5956,88),(41035,5957,88),(41036,5958,88),(41037,5959,88),(41038,5960,88),(41039,5961,88),(41040,5962,88),(41041,5963,88),(41042,5964,88),(41043,5965,88),(41044,5966,88),(41045,5967,88),(41046,5968,88),(41047,5969,88),(41048,5970,88),(41049,5971,88),(41050,5972,88),(41051,5973,88),(41052,5974,88),(41053,5975,88),(41054,5976,88),(41055,5977,88),(41056,5978,88),(41057,5979,88),(41058,5980,88),(41059,5981,88),(41060,5982,88),(41061,5983,88),(41062,5984,88),(41063,5552,88),(41064,2511,88),(41065,2512,88),(41066,2657,88),(41067,2514,88),(41068,2515,88),(41069,2513,88),(41070,2516,88),(41071,2517,88),(41072,2518,88),(41073,2519,88),(41074,2520,88),(41075,1500,88),(41076,1501,88),(41077,2521,88),(41078,2522,88),(41079,2523,88),(41080,1595,88),(41081,2524,88),(41082,2525,88),(41083,2526,88),(41084,2527,88),(41085,2528,88),(41086,2530,88),(41087,2531,88),(41088,2532,88),(41089,2533,88),(41090,2534,88),(41091,2535,88),(41092,2536,88),(41093,2537,88),(41094,2538,88),(41095,2539,88),(41096,2540,88),(41097,2541,88),(41098,2542,88),(41099,2543,88),(41100,2544,88),(41101,2545,88),(41102,2546,88),(41103,2547,88),(41104,1488,88),(41105,1489,88),(41106,4012,88),(41107,4013,88),(41108,2548,88),(41109,2549,88),(41110,2550,88),(41111,2551,88),(41112,2552,88),(41113,2553,88),(41114,2554,88),(41115,2555,88),(41116,2556,88),(41117,2557,88),(41118,2558,88),(41119,2559,88),(41120,2560,88),(41121,2561,88),(41122,2562,88),(41123,2563,88),(41124,2564,88),(41125,2565,88),(41126,2566,88),(41127,2567,88),(41128,2568,88),(41129,2569,88),(41130,2570,88),(41131,2571,88),(41132,2572,88),(41133,2573,88),(41134,2574,88),(41135,2575,88),(41136,2576,88),(41137,2577,88),(41138,2578,88),(41139,2579,88),(41140,2580,88),(41141,2581,88),(41142,2582,88),(41143,2583,88),(41144,2584,88),(41145,2585,88),(41146,2586,88),(41147,2587,88),(41148,2588,88),(41149,2589,88),(41150,2590,88),(41151,2591,88),(41152,2592,88),(41153,2593,88),(41154,2594,88),(41155,2595,88),(41156,2596,88),(41157,1532,88),(41158,2597,88),(41159,2598,88),(41160,2599,88),(41161,2600,88),(41162,2601,88),(41163,2602,88),(41164,2603,88),(41165,2604,88),(41166,2605,88),(41167,2606,88),(41168,2607,88),(41169,2608,88),(41170,2609,88),(41171,2610,88),(41172,2611,88),(41173,2612,88),(41174,2613,88),(41175,2614,88),(41176,2615,88),(41177,2616,88),(41178,2617,88),(41179,2618,88),(41180,2619,88),(41181,2620,88),(41182,2621,88),(41183,2622,88),(41184,2623,88),(41185,2624,88),(41186,2625,88),(41187,2626,88),(41188,2627,88),(41189,2628,88),(41190,2629,88),(41191,2630,88),(41192,2631,88),(41193,2632,88),(41194,2633,88),(41195,2634,88),(41196,2635,88),(41197,2636,88),(41198,1490,88),(41199,1491,88),(41200,1492,88),(41201,2637,88),(41202,2638,88),(41203,2639,88),(41204,2640,88),(41205,1218,89),(41206,1219,89),(41207,1220,89),(41208,1221,89),(41209,1222,89),(41210,1223,89),(41211,1224,89),(41212,1225,89),(41213,1226,89),(41214,1227,89),(41215,1228,89),(41216,1229,89),(41217,1230,89),(41218,1231,89),(41219,1232,89),(41220,1233,89),(41221,1234,89),(41222,1235,89),(41223,1236,89),(41224,1237,89),(41225,1238,89),(41226,1239,89),(41227,1240,89),(41228,1241,89),(41229,1242,89),(41230,1243,89),(41231,1244,89),(41232,1245,89),(41233,1246,89),(41234,1247,89),(41235,1248,89),(41236,1249,89),(41237,1250,89),(41238,1251,89),(41239,1252,89),(41240,1253,89),(41241,1254,89),(41242,1255,89),(41243,1256,89),(41244,1257,89),(41245,1258,89),(41246,1259,89),(41247,1260,89),(41248,1261,89),(41249,1262,89),(41250,1263,89),(41251,1264,89),(41252,1265,89),(41253,1266,89),(41254,1267,89),(41255,1268,89),(41256,1269,89),(41257,1270,89),(41258,1271,89),(41259,1272,89),(41260,1273,89),(41261,1274,89),(41262,1275,89),(41263,1276,89),(41264,1277,89),(41265,1278,89),(41266,1279,89),(41267,1280,89),(41268,1281,89),(41269,1282,89),(41270,1283,89),(41271,1284,89),(41272,1285,89),(41273,5398,89),(41274,5732,89),(41275,5851,89),(41276,1286,89),(41277,1287,89),(41278,4248,89),(41279,4249,89),(41280,4250,89),(41281,4251,89),(41282,4252,89),(41283,4253,89),(41284,4254,89),(41285,4255,89),(41286,4256,89),(41287,4257,89),(41288,4258,89),(41289,4259,89),(41290,4620,89),(41291,4260,89),(41292,4261,89),(41293,1288,89),(41294,1289,89),(41295,1290,89),(41296,1291,90),(41297,1292,90),(41298,1293,90),(41299,1294,90),(41300,1295,90),(41301,3906,90),(41302,1297,90),(41303,1298,90),(41304,1240,90),(41305,1299,90),(41306,1300,90),(41307,1301,90),(41308,1302,90),(41309,1303,90),(41310,1304,90),(41311,1305,90),(41312,1306,90),(41313,1307,90),(41314,1308,90),(41315,3653,90),(41316,1309,90),(41317,1310,90),(41318,1311,90),(41319,1312,90),(41320,1313,90),(41321,1314,90),(41322,1315,90),(41323,1316,90),(41324,1317,90),(41325,1318,90),(41326,1319,90),(41327,1320,90),(41328,1321,90),(41329,1322,90),(41330,1323,90),(41331,1324,90),(41332,1325,90),(41333,1326,90),(41334,1327,90),(41335,3594,90),(41336,4242,90),(41337,4243,90),(41338,4244,90),(41339,4245,90),(41340,4246,90),(41341,4247,90),(41342,86,90),(41343,83,90),(41344,87,90),(41345,4595,90),(41346,4596,90),(41347,4597,90),(41348,4598,90),(41349,4599,90),(41350,4600,90),(41351,4601,90),(41352,4602,90),(41353,4603,90),(41354,4604,90),(41355,1328,90),(41356,6160,90),(41357,1330,90),(41358,1331,90),(41359,1332,90),(41360,1333,90),(41361,1334,90),(41362,1335,90),(41363,1336,90),(41364,5339,90),(41365,5340,90),(41366,5341,90),(41367,6056,90),(41368,5342,90),(41369,5343,90),(41370,5344,90),(41371,5345,90),(41372,1337,90),(41373,1338,90),(41374,1339,90),(41375,5347,90),(41376,1340,90),(41377,1341,90),(41378,1218,90),(41379,1219,90),(41380,1220,90),(41381,1221,90),(41382,1222,90),(41383,1223,90),(41384,1224,90),(41385,1225,90),(41386,1226,90),(41387,1227,90),(41388,1228,90),(41389,1229,90),(41390,1230,90),(41391,1231,90),(41392,1232,90),(41393,1233,90),(41394,1234,90),(41395,1235,90),(41396,1236,90),(41397,1237,90),(41398,1238,90),(41399,1239,90),(41400,1241,90),(41401,1242,90),(41402,1243,90),(41403,1244,90),(41404,1245,90),(41405,1246,90),(41406,1247,90),(41407,1248,90),(41408,1249,90),(41409,1250,90),(41410,1251,90),(41411,1252,90),(41412,1253,90),(41413,1254,90),(41414,1255,90),(41415,1256,90),(41416,1257,90),(41417,1258,90),(41418,1259,90),(41419,1260,90),(41420,1261,90),(41421,1262,90),(41422,1263,90),(41423,1264,90),(41424,1265,90),(41425,1266,90),(41426,1267,90),(41427,1268,90),(41428,1269,90),(41429,1270,90),(41430,1271,90),(41431,1272,90),(41432,1273,90),(41433,1274,90),(41434,1275,90),(41435,1276,90),(41436,1277,90),(41437,1278,90),(41438,1279,90),(41439,1280,90),(41440,1281,90),(41441,1282,90),(41442,1283,90),(41443,1284,90),(41444,1285,90),(41445,5398,90),(41446,5732,90),(41447,5851,90),(41448,1286,90),(41449,1287,90),(41450,4248,90),(41451,4249,90),(41452,4250,90),(41453,4251,90),(41454,4252,90),(41455,4253,90),(41456,4254,90),(41457,4255,90),(41458,4256,90),(41459,4257,90),(41460,4258,90),(41461,4259,90),(41462,4620,90),(41463,4260,90),(41464,4261,90),(41465,1288,90),(41466,1289,90),(41467,1290,90),(41468,265,90),(41469,291,90),(41470,292,90),(41471,293,90),(41472,266,90),(41473,267,90),(41474,268,90),(41475,269,90),(41476,270,90),(41477,271,90),(41478,272,90),(41479,273,90),(41480,274,90),(41481,275,90),(41482,276,90),(41483,277,90),(41484,278,90),(41485,279,90),(41486,280,90),(41487,281,90),(41488,282,90),(41489,283,90),(41490,284,90),(41491,285,90),(41492,286,90),(41493,287,90),(41494,288,90),(41495,289,90),(41496,290,90),(41497,1545,90),(41498,2112,90),(41499,2113,90),(41500,2114,90),(41501,2115,90),(41502,2116,90),(41503,2117,90),(41504,2118,90),(41505,2119,90),(41506,2120,90),(41507,2121,90),(41508,2122,90),(41509,2123,90),(41510,2124,90),(41511,2125,90),(41512,2126,90),(41513,2127,90),(41514,2128,90),(41515,2129,90),(41516,2130,90),(41517,2131,90),(41518,2132,90),(41519,1544,90),(41520,2133,90),(41521,2134,90),(41522,2135,90),(41523,2136,90),(41524,2137,90),(41525,2138,90),(41526,2139,90),(41527,2140,90),(41528,2141,90),(41529,2142,90),(41530,2143,90),(41531,2144,90),(41532,65,90),(41533,1543,90),(41534,2145,90),(41535,2146,90),(41536,2147,90),(41537,2148,90),(41538,2149,90),(41539,2150,90),(41540,2151,90),(41541,2152,90),(41542,2153,90),(41543,2154,90),(41544,2155,90),(41545,2156,90),(41546,2157,90),(41547,2158,90),(41548,2159,90),(41549,2160,90),(41550,2161,90),(41551,2162,90),(41552,2163,90),(41553,2164,90),(41554,2165,90),(41555,2166,90),(41556,2167,90),(41557,2168,90),(41558,2169,90),(41559,2170,90),(41560,2171,90),(41561,2172,90),(41562,2173,90),(41563,2174,90),(41564,2175,90),(41565,2176,90),(41566,2177,90),(41567,2178,90),(41568,2179,90),(41569,2180,90),(41570,2181,90),(41571,2182,90),(41572,2183,90),(41573,2184,90),(41574,2185,90),(41575,2186,90),(41576,2187,90),(41577,2188,90),(41578,2189,90),(41579,2190,90),(41580,2191,90),(41581,2192,90),(41582,2193,90),(41583,2194,90),(41584,2195,90),(41585,2196,90),(41586,2197,90),(41587,2198,90),(41588,2199,90),(41589,1580,90),(41590,2200,90),(41591,2201,90),(41592,2202,90),(41593,2203,90),(41594,2204,90),(41595,2205,90),(41596,2206,90),(41597,2207,90),(41598,2208,90),(41599,2209,90),(41600,2210,90),(41601,2211,90),(41602,2212,90),(41603,2213,90),(41604,2214,90),(41605,32,90),(41606,33,90),(41607,34,90),(41608,35,90),(41609,36,90),(41610,37,90),(41611,38,90),(41612,2215,90),(41613,1588,90),(41614,1528,90),(41615,1503,90),(41616,2216,90),(41617,2217,90),(41618,1507,90),(41619,2218,90),(41620,2219,90),(41621,1509,90),(41622,2220,90),(41623,2221,90),(41624,2222,90),(41625,2223,90),(41626,2224,90),(41627,2225,90),(41628,1342,90),(41629,1343,90),(41630,2226,90),(41631,2227,90),(41632,2228,90),(41633,2229,90),(41634,2230,90),(41635,2231,90),(41636,2232,90),(41637,2233,90),(41638,2234,90),(41639,1344,90),(41640,404,90),(41641,405,90),(41642,406,90),(41643,101,90),(41644,369,90),(41645,370,90),(41646,476,90),(41647,477,90),(41648,478,90),(41649,479,90),(41650,480,90),(41651,481,90),(41652,482,90),(41653,483,90),(41654,484,90),(41655,485,90),(41656,486,90),(41657,487,90),(41658,457,90),(41659,458,90),(41660,459,90),(41661,387,90),(41662,340,90),(41663,341,90),(41664,342,90),(41665,343,90),(41666,344,90),(41667,346,90),(41668,347,90),(41669,348,90),(41670,349,90),(41671,350,90),(41672,351,90),(41673,352,90),(41674,353,90),(41675,354,90),(41676,355,90),(41677,356,90),(41678,357,90),(41679,358,90),(41680,359,90),(41681,360,90),(41682,2235,90),(41683,2236,90),(41684,2237,90),(41685,2238,90),(41686,2239,90),(41687,2240,90),(41688,2241,90),(41689,2242,90),(41690,2243,90),(41691,2244,90),(41692,2245,90),(41693,2246,90),(41694,2247,90),(41695,2248,90),(41696,1345,90),(41697,1346,90),(41698,1347,90),(41699,1348,90),(41700,2249,90),(41701,2250,90),(41702,2251,90),(41703,1092,90),(41704,2252,90),(41705,2253,90),(41706,5350,90),(41707,5351,90),(41708,5352,90),(41709,5353,90),(41710,5354,90),(41711,5355,90),(41712,5356,90),(41713,5357,90),(41714,1349,90),(41715,1350,90),(41716,1351,90),(41717,1352,90),(41718,1353,90),(41719,1354,90),(41720,1355,90),(41721,1356,90),(41722,1357,90),(41723,1358,90),(41724,1359,90),(41725,1360,90),(41726,1361,90),(41727,1362,90),(41728,1363,90),(41729,1364,90),(41730,1365,90),(41731,1366,90),(41732,1367,90),(41733,1368,90),(41734,1369,90),(41735,4993,90),(41736,4994,90),(41737,5358,90),(41738,5359,90),(41739,1523,90),(41740,1524,90),(41741,1525,90),(41742,1526,90),(41743,1570,90),(41744,1370,90),(41745,1371,90),(41746,1372,90),(41747,2254,90),(41748,2255,90),(41749,1531,90),(41750,2256,90),(41751,2257,90),(41752,2258,90),(41753,2259,90),(41754,1535,90),(41755,1536,90),(41756,1373,90),(41757,1374,90),(41758,1375,90),(41759,6057,90),(41760,2260,90),(41761,2261,90),(41762,2262,90),(41763,2263,90),(41764,3462,90),(41765,1539,90),(41766,2264,90),(41767,2265,90),(41768,2266,90),(41769,2267,90),(41770,2268,90),(41771,2269,90),(41772,2270,90),(41773,2271,90),(41774,2272,90),(41775,2273,90),(41776,2274,90),(41777,2275,90),(41778,2276,90),(41779,2277,90),(41780,2278,90),(41781,2279,90),(41782,2280,90),(41783,2281,90),(41784,2282,90),(41785,2283,90),(41786,2284,90),(41787,2285,90),(41788,2286,90),(41789,2287,90),(41790,2288,90),(41791,2289,90),(41792,2290,90),(41793,2291,90),(41794,2292,90),(41795,2293,90),(41796,2294,90),(41797,2295,90),(41798,2296,90),(41799,2297,90),(41800,2298,90),(41801,2299,90),(41802,2300,90),(41803,2301,90),(41804,2302,90),(41805,2303,90),(41806,2304,90),(41807,2305,90),(41808,2306,90),(41809,2307,90),(41810,2308,90),(41811,2309,90),(41812,2310,90),(41813,2311,90),(41814,2312,90),(41815,2313,90),(41816,2314,90),(41817,2315,90),(41818,2316,90),(41819,2317,90),(41820,2318,90),(41821,1094,90),(41822,2319,90),(41823,2320,90),(41824,2321,90),(41825,2322,90),(41826,2323,90),(41827,2324,90),(41828,2325,90),(41829,2326,90),(41830,2327,90),(41831,2328,90),(41832,2329,90),(41833,2330,90),(41834,2331,90),(41835,2332,90),(41836,2333,90),(41837,2334,90),(41838,2335,90),(41839,2336,90),(41840,2337,90),(41841,2338,90),(41842,2339,90),(41843,2340,90),(41844,2341,90),(41845,2342,90),(41846,2343,90),(41847,2344,90),(41848,2345,90),(41849,2346,90),(41850,2347,90),(41851,2348,90),(41852,2349,90),(41853,2350,90),(41854,2351,90),(41855,2352,90),(41856,2353,90),(41857,2354,90),(41858,2355,90),(41859,2356,90),(41860,2357,90),(41861,2358,90),(41862,2359,90),(41863,2360,90),(41864,2361,90),(41865,2362,90),(41866,2363,90),(41867,2364,90),(41868,2365,90),(41869,2366,90),(41870,2367,90),(41871,2368,90),(41872,2369,90),(41873,2370,90),(41874,2371,90),(41875,2372,90),(41876,2373,90),(41877,2374,90),(41878,2375,90),(41879,2376,90),(41880,2377,90),(41881,2378,90),(41882,2379,90),(41883,2380,90),(41884,2381,90),(41885,2382,90),(41886,2383,90),(41887,2384,90),(41888,2385,90),(41889,2386,90),(41890,2387,90),(41891,2388,90),(41892,2389,90),(41893,2390,90),(41894,2391,90),(41895,2392,90),(41896,2393,90),(41897,2394,90),(41898,2395,90),(41899,2396,90),(41900,2397,90),(41901,2398,90),(41902,2399,90),(41903,2400,90),(41904,2401,90),(41905,2402,90),(41906,2403,90),(41907,2404,90),(41908,2405,90),(41909,2406,90),(41910,2407,90),(41911,2408,90),(41912,2409,90),(41913,2410,90),(41914,2411,90),(41915,2412,90),(41916,2413,90),(41917,2414,90),(41918,2415,90),(41919,2416,90),(41920,2417,90),(41921,2418,90),(41922,2419,90),(41923,2420,90),(41924,2421,90),(41925,2422,90),(41926,2423,90),(41927,2424,90),(41928,2425,90),(41929,2426,90),(41930,2427,90),(41931,2428,90),(41932,2429,90),(41933,2430,90),(41934,2431,90),(41935,2432,90),(41936,2433,90),(41937,2434,90),(41938,2435,90),(41939,2436,90),(41940,2437,90),(41941,2438,90),(41942,2439,90),(41943,2440,90),(41944,2441,90),(41945,2442,90),(41946,2443,90),(41947,2444,90),(41948,2445,90),(41949,2446,90),(41950,2447,90),(41951,2448,90),(41952,2449,90),(41953,2450,90),(41954,2451,90),(41955,2452,90),(41956,2453,90),(41957,2454,90),(41958,2455,90),(41959,2456,90),(41960,2457,90),(41961,2458,90),(41962,2459,90),(41963,2460,90),(41964,2461,90),(41965,2462,90),(41966,2463,90),(41967,2464,90),(41968,2465,90),(41969,2466,90),(41970,2467,90),(41971,2468,90),(41972,2469,90),(41973,2470,90),(41974,2471,90),(41975,2472,90),(41976,2473,90),(41977,2474,90),(41978,2475,90),(41979,2476,90),(41980,2477,90),(41981,2478,90),(41982,3463,90),(41983,2482,90),(41984,2483,90),(41985,2484,90),(41986,2485,90),(41987,2486,90),(41988,2487,90),(41989,2488,90),(41990,2489,90),(41991,2529,90),(41992,3464,90),(41993,1573,90),(41994,1554,90),(41995,1555,90),(41996,1556,90),(41997,1557,90),(41998,1558,90),(41999,1559,90),(42000,1560,90),(42001,3465,90),(42002,2491,90),(42003,2492,90),(42004,2493,90),(42005,2494,90),(42006,2495,90),(42007,2496,90),(42008,2497,90),(42009,2498,90),(42010,1606,90),(42011,1607,90),(42012,2499,90),(42013,2500,90),(42014,2501,90),(42015,2502,90),(42016,2503,90),(42017,2504,90),(42018,2505,90),(42019,2506,90),(42020,2507,90),(42021,2508,90),(42022,1589,90),(42023,1590,90),(42024,1591,90),(42025,1592,90),(42026,1593,90),(42027,1594,90),(42028,2641,90),(42029,1540,90),(42030,2509,90),(42031,1598,90),(42032,1601,90),(42033,1602,90),(42034,1600,90),(42035,2510,90),(42036,126,90),(42037,2655,90),(42038,2662,90),(42039,2663,90),(42040,6043,90),(42041,5346,90),(42042,5428,90),(42043,5429,90),(42044,5430,90),(42045,5431,90),(42046,5432,90),(42047,5433,90),(42048,5434,90),(42049,5435,90),(42050,5436,90),(42051,5437,90),(42052,5438,90),(42053,5439,90),(42054,5440,90),(42055,5441,90),(42056,5442,90),(42057,5443,90),(42058,5444,90),(42059,5445,90),(42060,5446,90),(42061,5447,90),(42062,5448,90),(42063,5449,90),(42064,5450,90),(42065,5451,90),(42066,5452,90),(42067,5453,90),(42068,5454,90),(42069,5455,90),(42070,5456,90),(42071,5457,90),(42072,5458,90),(42073,5459,90),(42074,5460,90),(42075,5461,90),(42076,5462,90),(42077,5463,90),(42078,5464,90),(42079,5465,90),(42080,5466,90),(42081,5467,90),(42082,5468,90),(42083,5469,90),(42084,5470,90),(42085,5471,90),(42086,5472,90),(42087,5473,90),(42088,5474,90),(42089,5475,90),(42090,5476,90),(42091,5477,90),(42092,5478,90),(42093,5479,90),(42094,5480,90),(42095,5481,90),(42096,5482,90),(42097,5483,90),(42098,5484,90),(42099,5485,90),(42100,5486,90),(42101,5487,90),(42102,5488,90),(42103,5489,90),(42104,5490,90),(42105,5491,90),(42106,5492,90),(42107,5493,90),(42108,5494,90),(42109,5495,90),(42110,5496,90),(42111,5497,90),(42112,5498,90),(42113,5499,90),(42114,5500,90),(42115,5501,90),(42116,5502,90),(42117,5503,90),(42118,5504,90),(42119,5505,90),(42120,5506,90),(42121,5507,90),(42122,5508,90),(42123,5509,90),(42124,5510,90),(42125,5511,90),(42126,5512,90),(42127,5513,90),(42128,5514,90),(42129,5515,90),(42130,5516,90),(42131,5517,90),(42132,5518,90),(42133,5519,90),(42134,5520,90),(42135,5521,90),(42136,5522,90),(42137,5523,90),(42138,5524,90),(42139,5525,90),(42140,5526,90),(42141,5527,90),(42142,5528,90),(42143,5529,90),(42144,5530,90),(42145,5531,90),(42146,5532,90),(42147,5533,90),(42148,5534,90),(42149,5535,90),(42150,5536,90),(42151,5537,90),(42152,5538,90),(42153,5539,90),(42154,5540,90),(42155,5541,90),(42156,5542,90),(42157,5543,90),(42158,5544,90),(42159,5545,90),(42160,5546,90),(42161,5547,90),(42162,5548,90),(42163,5549,90),(42164,5550,90),(42165,5551,90),(42166,6044,90),(42167,5942,90),(42168,5943,90),(42169,5944,90),(42170,5945,90),(42171,5946,90),(42172,5947,90),(42173,5948,90),(42174,5949,90),(42175,5950,90),(42176,5951,90),(42177,5952,90),(42178,5953,90),(42179,5954,90),(42180,5955,90),(42181,5956,90),(42182,5957,90),(42183,5958,90),(42184,5959,90),(42185,5960,90),(42186,5961,90),(42187,5962,90),(42188,5963,90),(42189,5964,90),(42190,5965,90),(42191,5966,90),(42192,5967,90),(42193,5968,90),(42194,5969,90),(42195,5970,90),(42196,5971,90),(42197,5972,90),(42198,5973,90),(42199,5974,90),(42200,5975,90),(42201,5976,90),(42202,5977,90),(42203,5978,90),(42204,5979,90),(42205,5980,90),(42206,5981,90),(42207,5982,90),(42208,5983,90),(42209,5984,90),(42210,5552,90),(42211,2511,90),(42212,2512,90),(42213,2657,90),(42214,2514,90),(42215,2515,90),(42216,2516,90),(42217,2517,90),(42218,2518,90),(42219,2519,90),(42220,2520,90),(42221,1500,90),(42222,1501,90),(42223,2521,90),(42224,2522,90),(42225,2523,90),(42226,1595,90),(42227,2524,90),(42228,2525,90),(42229,2526,90),(42230,2527,90),(42231,2528,90),(42232,2530,90),(42233,2531,90),(42234,2532,90),(42235,2533,90),(42236,2534,90),(42237,2535,90),(42238,2536,90),(42239,2537,90),(42240,2538,90),(42241,2539,90),(42242,2540,90),(42243,2541,90),(42244,2542,90),(42245,2543,90),(42246,2544,90),(42247,2545,90),(42248,2546,90),(42249,2547,90),(42250,1488,90),(42251,1489,90),(42252,4012,90),(42253,4013,90),(42254,2548,90),(42255,2549,90),(42256,2550,90),(42257,2551,90),(42258,2552,90),(42259,2553,90),(42260,2554,90),(42261,2555,90),(42262,2556,90),(42263,2557,90),(42264,2558,90),(42265,2559,90),(42266,2560,90),(42267,2561,90),(42268,2562,90),(42269,2563,90),(42270,2564,90),(42271,2565,90),(42272,2566,90),(42273,2567,90),(42274,2568,90),(42275,2569,90),(42276,2570,90),(42277,2571,90),(42278,2572,90),(42279,2573,90),(42280,2574,90),(42281,2575,90),(42282,2576,90),(42283,2577,90),(42284,2578,90),(42285,2579,90),(42286,2580,90),(42287,2581,90),(42288,2582,90),(42289,2583,90),(42290,2584,90),(42291,2585,90),(42292,2586,90),(42293,2587,90),(42294,2588,90),(42295,2589,90),(42296,2590,90),(42297,2591,90),(42298,2592,90),(42299,2593,90),(42300,2594,90),(42301,2595,90),(42302,2596,90),(42303,1532,90),(42304,2597,90),(42305,2598,90),(42306,2599,90),(42307,2600,90),(42308,2601,90),(42309,2602,90),(42310,2603,90),(42311,2604,90),(42312,2605,90),(42313,2606,90),(42314,2607,90),(42315,2608,90),(42316,2609,90),(42317,2610,90),(42318,2611,90),(42319,2612,90),(42320,2613,90),(42321,2614,90),(42322,2615,90),(42323,2616,90),(42324,2617,90),(42325,2618,90),(42326,2619,90),(42327,2620,90),(42328,2621,90),(42329,2622,90),(42330,2623,90),(42331,2624,90),(42332,2625,90),(42333,2626,90),(42334,2627,90),(42335,2628,90),(42336,2629,90),(42337,2630,90),(42338,2631,90),(42339,2632,90),(42340,2633,90),(42341,2634,90),(42342,2635,90),(42343,2636,90),(42344,1490,90),(42345,1491,90),(42346,1492,90),(42347,2637,90),(42348,2638,90),(42349,2639,90),(42350,2640,90),(42351,1218,91),(42352,1219,91),(42353,1220,91),(42354,1221,91),(42355,1222,91),(42356,1223,91),(42357,1224,91),(42358,1225,91),(42359,1226,91),(42360,1227,91),(42361,1228,91),(42362,1229,91),(42363,1230,91),(42364,1231,91),(42365,1232,91),(42366,1233,91),(42367,1234,91),(42368,1235,91),(42369,1236,91),(42370,1237,91),(42371,1238,91),(42372,1239,91),(42373,1240,91),(42374,1241,91),(42375,1242,91),(42376,1243,91),(42377,1244,91),(42378,1245,91),(42379,1246,91),(42380,1247,91),(42381,1248,91),(42382,1249,91),(42383,1250,91),(42384,1251,91),(42385,1252,91),(42386,1253,91),(42387,1254,91),(42388,1255,91),(42389,1256,91),(42390,1257,91),(42391,1258,91),(42392,1259,91),(42393,1260,91),(42394,1261,91),(42395,1262,91),(42396,1263,91),(42397,1264,91),(42398,1265,91),(42399,1266,91),(42400,1267,91),(42401,1268,91),(42402,1269,91),(42403,1270,91),(42404,1271,91),(42405,1272,91),(42406,1273,91),(42407,1274,91),(42408,1275,91),(42409,1276,91),(42410,1277,91),(42411,1278,91),(42412,1279,91),(42413,1280,91),(42414,1281,91),(42415,1282,91),(42416,1283,91),(42417,1284,91),(42418,1285,91),(42419,5398,91),(42420,5732,91),(42421,5851,91),(42422,1286,91),(42423,1287,91),(42424,4248,91),(42425,4249,91),(42426,4250,91),(42427,4251,91),(42428,4252,91),(42429,4253,91),(42430,4254,91),(42431,4255,91),(42432,4256,91),(42433,4257,91),(42434,4258,91),(42435,4259,91),(42436,4620,91),(42437,4260,91),(42438,4261,91),(42439,1288,91),(42440,1289,91),(42441,1290,91),(42442,1291,92),(42443,1292,92),(42444,1293,92),(42445,1294,92),(42446,1295,92),(42447,3906,92),(42448,1297,92),(42449,1298,92),(42450,1240,92),(42451,1299,92),(42452,1300,92),(42453,1301,92),(42454,1302,92),(42455,1303,92),(42456,1304,92),(42457,1305,92),(42458,1306,92),(42459,1307,92),(42460,1308,92),(42461,3653,92),(42462,1309,92),(42463,1310,92),(42464,1311,92),(42465,1312,92),(42466,1313,92),(42467,1314,92),(42468,1315,92),(42469,1316,92),(42470,1317,92),(42471,1318,92),(42472,1319,92),(42473,1320,92),(42474,1321,92),(42475,1322,92),(42476,1323,92),(42477,1324,92),(42478,1325,92),(42479,1326,92),(42480,1327,92),(42481,3594,92),(42482,4242,92),(42483,4243,92),(42484,4244,92),(42485,4245,92),(42486,4246,92),(42487,4247,92),(42488,86,92),(42489,83,92),(42490,87,92),(42491,4595,92),(42492,4596,92),(42493,4597,92),(42494,4598,92),(42495,4599,92),(42496,4600,92),(42497,4601,92),(42498,4602,92),(42499,4603,92),(42500,4604,92),(42501,1328,92),(42502,6160,92),(42503,1330,92),(42504,1331,92),(42505,1332,92),(42506,1333,92),(42507,1334,92),(42508,1335,92),(42509,1336,92),(42510,5339,92),(42511,5340,92),(42512,5341,92),(42513,6056,92),(42514,5342,92),(42515,5343,92),(42516,5344,92),(42517,5345,92),(42518,1337,92),(42519,1338,92),(42520,1339,92),(42521,5347,92),(42522,1340,92),(42523,1341,92),(42524,1218,92),(42525,1219,92),(42526,1220,92),(42527,1221,92),(42528,1222,92),(42529,1223,92),(42530,1224,92),(42531,1225,92),(42532,1226,92),(42533,1227,92),(42534,1228,92),(42535,1229,92),(42536,1230,92),(42537,1231,92),(42538,1232,92),(42539,1233,92),(42540,1234,92),(42541,1235,92),(42542,1236,92),(42543,1237,92),(42544,1238,92),(42545,1239,92),(42546,1241,92),(42547,1242,92),(42548,1243,92),(42549,1244,92),(42550,1245,92),(42551,1246,92),(42552,1247,92),(42553,1248,92),(42554,1249,92),(42555,1250,92),(42556,1251,92),(42557,1252,92),(42558,1253,92),(42559,1254,92),(42560,1255,92),(42561,1256,92),(42562,1257,92),(42563,1258,92),(42564,1259,92),(42565,1260,92),(42566,1261,92),(42567,1262,92),(42568,1263,92),(42569,1264,92),(42570,1265,92),(42571,1266,92),(42572,1267,92),(42573,1268,92),(42574,1269,92),(42575,1270,92),(42576,1271,92),(42577,1272,92),(42578,1273,92),(42579,1274,92),(42580,1275,92),(42581,1276,92),(42582,1277,92),(42583,1278,92),(42584,1279,92),(42585,1280,92),(42586,1281,92),(42587,1282,92),(42588,1283,92),(42589,1284,92),(42590,1285,92),(42591,5398,92),(42592,5732,92),(42593,5851,92),(42594,1286,92),(42595,1287,92),(42596,4248,92),(42597,4249,92),(42598,4250,92),(42599,4251,92),(42600,4252,92),(42601,4253,92),(42602,4254,92),(42603,4255,92),(42604,4256,92),(42605,4257,92),(42606,4258,92),(42607,4259,92),(42608,4620,92),(42609,4260,92),(42610,4261,92),(42611,1288,92),(42612,1289,92),(42613,1290,92),(42614,265,92),(42615,291,92),(42616,292,92),(42617,293,92),(42618,266,92),(42619,267,92),(42620,268,92),(42621,269,92),(42622,270,92),(42623,271,92),(42624,272,92),(42625,273,92),(42626,274,92),(42627,275,92),(42628,276,92),(42629,277,92),(42630,278,92),(42631,279,92),(42632,280,92),(42633,281,92),(42634,282,92),(42635,283,92),(42636,284,92),(42637,285,92),(42638,286,92),(42639,287,92),(42640,288,92),(42641,289,92),(42642,290,92),(42643,1545,92),(42644,2112,92),(42645,2113,92),(42646,2114,92),(42647,2115,92),(42648,2116,92),(42649,2117,92),(42650,2118,92),(42651,2119,92),(42652,2120,92),(42653,2121,92),(42654,2122,92),(42655,2123,92),(42656,2124,92),(42657,2125,92),(42658,2126,92),(42659,2127,92),(42660,2128,92),(42661,2129,92),(42662,2130,92),(42663,2131,92),(42664,2132,92),(42665,1544,92),(42666,2133,92),(42667,2134,92),(42668,2135,92),(42669,2136,92),(42670,2137,92),(42671,2138,92),(42672,2139,92),(42673,2140,92),(42674,2141,92),(42675,2142,92),(42676,2143,92),(42677,2144,92),(42678,65,92),(42679,1543,92),(42680,2145,92),(42681,2146,92),(42682,2147,92),(42683,2148,92),(42684,2149,92),(42685,2150,92),(42686,2151,92),(42687,2152,92),(42688,2153,92),(42689,2154,92),(42690,2155,92),(42691,2156,92),(42692,2157,92),(42693,2158,92),(42694,2159,92),(42695,2160,92),(42696,2161,92),(42697,2162,92),(42698,2163,92),(42699,2164,92),(42700,2165,92),(42701,2166,92),(42702,2167,92),(42703,2168,92),(42704,2169,92),(42705,2170,92),(42706,2171,92),(42707,2172,92),(42708,2173,92),(42709,2174,92),(42710,2175,92),(42711,2176,92),(42712,2177,92),(42713,2178,92),(42714,2179,92),(42715,2180,92),(42716,2181,92),(42717,2182,92),(42718,2183,92),(42719,2184,92),(42720,2185,92),(42721,2186,92),(42722,2187,92),(42723,2188,92),(42724,2189,92),(42725,2190,92),(42726,2191,92),(42727,2192,92),(42728,2193,92),(42729,2194,92),(42730,2195,92),(42731,2196,92),(42732,2197,92),(42733,2198,92),(42734,2199,92),(42735,1580,92),(42736,2200,92),(42737,2201,92),(42738,2202,92),(42739,2203,92),(42740,2204,92),(42741,2205,92),(42742,2206,92),(42743,2207,92),(42744,2208,92),(42745,2209,92),(42746,2210,92),(42747,2211,92),(42748,2212,92),(42749,2213,92),(42750,2214,92),(42751,32,92),(42752,33,92),(42753,34,92),(42754,35,92),(42755,36,92),(42756,37,92),(42757,38,92),(42758,2215,92),(42759,1588,92),(42760,1528,92),(42761,1503,92),(42762,2216,92),(42763,2217,92),(42764,1507,92),(42765,2218,92),(42766,2219,92),(42767,1509,92),(42768,2220,92),(42769,2221,92),(42770,2222,92),(42771,2223,92),(42772,2224,92),(42773,2225,92),(42774,1342,92),(42775,1343,92),(42776,2226,92),(42777,2227,92),(42778,2228,92),(42779,2229,92),(42780,2230,92),(42781,2231,92),(42782,2232,92),(42783,2233,92),(42784,2234,92),(42785,1344,92),(42786,404,92),(42787,405,92),(42788,406,92),(42789,101,92),(42790,369,92),(42791,370,92),(42792,476,92),(42793,477,92),(42794,478,92),(42795,479,92),(42796,480,92),(42797,481,92),(42798,482,92),(42799,483,92),(42800,484,92),(42801,485,92),(42802,486,92),(42803,487,92),(42804,457,92),(42805,458,92),(42806,459,92),(42807,387,92),(42808,340,92),(42809,341,92),(42810,342,92),(42811,343,92),(42812,344,92),(42813,346,92),(42814,347,92),(42815,348,92),(42816,349,92),(42817,350,92),(42818,351,92),(42819,352,92),(42820,353,92),(42821,354,92),(42822,355,92),(42823,356,92),(42824,357,92),(42825,358,92),(42826,359,92),(42827,360,92),(42828,2235,92),(42829,2236,92),(42830,2237,92),(42831,2238,92),(42832,2239,92),(42833,2240,92),(42834,2241,92),(42835,2242,92),(42836,2243,92),(42837,2244,92),(42838,2245,92),(42839,2246,92),(42840,2247,92),(42841,2248,92),(42842,1345,92),(42843,1346,92),(42844,1347,92),(42845,1348,92),(42846,2249,92),(42847,2250,92),(42848,2251,92),(42849,1092,92),(42850,2252,92),(42851,2253,92),(42852,5350,92),(42853,5351,92),(42854,5352,92),(42855,5353,92),(42856,5354,92),(42857,5355,92),(42858,5356,92),(42859,5357,92),(42860,1349,92),(42861,1350,92),(42862,1351,92),(42863,1352,92),(42864,1353,92),(42865,1354,92),(42866,1355,92),(42867,1356,92),(42868,1357,92),(42869,1358,92),(42870,1359,92),(42871,1360,92),(42872,1361,92),(42873,1362,92),(42874,1363,92),(42875,1364,92),(42876,1365,92),(42877,1366,92),(42878,1367,92),(42879,1368,92),(42880,1369,92),(42881,4993,92),(42882,4994,92),(42883,5358,92),(42884,5359,92),(42885,1523,92),(42886,1524,92),(42887,1525,92),(42888,1526,92),(42889,1570,92),(42890,1370,92),(42891,1371,92),(42892,1372,92),(42893,2254,92),(42894,2255,92),(42895,1531,92),(42896,2256,92),(42897,2257,92),(42898,2258,92),(42899,2259,92),(42900,1535,92),(42901,1536,92),(42902,1373,92),(42903,1374,92),(42904,1375,92),(42905,6057,92),(42906,2260,92),(42907,2261,92),(42908,2262,92),(42909,2263,92),(42910,3462,92),(42911,1539,92),(42912,2264,92),(42913,2265,92),(42914,2266,92),(42915,2267,92),(42916,2268,92),(42917,2269,92),(42918,2270,92),(42919,2271,92),(42920,2272,92),(42921,2273,92),(42922,2274,92),(42923,2275,92),(42924,2276,92),(42925,2277,92),(42926,2278,92),(42927,2279,92),(42928,2280,92),(42929,2281,92),(42930,2282,92),(42931,2283,92),(42932,2284,92),(42933,2285,92),(42934,2286,92),(42935,2287,92),(42936,2288,92),(42937,2289,92),(42938,2290,92),(42939,2291,92),(42940,2292,92),(42941,2293,92),(42942,2294,92),(42943,2295,92),(42944,2296,92),(42945,2297,92),(42946,2298,92),(42947,2299,92),(42948,2300,92),(42949,2301,92),(42950,2302,92),(42951,2303,92),(42952,2304,92),(42953,2305,92),(42954,2306,92),(42955,2307,92),(42956,2308,92),(42957,2309,92),(42958,2310,92),(42959,2311,92),(42960,2312,92),(42961,2313,92),(42962,2314,92),(42963,2315,92),(42964,2316,92),(42965,2317,92),(42966,2318,92),(42967,1094,92),(42968,2319,92),(42969,2320,92),(42970,2321,92),(42971,2322,92),(42972,2323,92),(42973,2324,92),(42974,2325,92),(42975,2326,92),(42976,2327,92),(42977,2328,92),(42978,2329,92),(42979,2330,92),(42980,2331,92),(42981,2332,92),(42982,2333,92),(42983,2334,92),(42984,2335,92),(42985,2336,92),(42986,2337,92),(42987,2338,92),(42988,2339,92),(42989,2340,92),(42990,2341,92),(42991,2342,92),(42992,2343,92),(42993,2344,92),(42994,2345,92),(42995,2346,92),(42996,2347,92),(42997,2348,92),(42998,2349,92),(42999,2350,92),(43000,2351,92),(43001,2352,92),(43002,2353,92),(43003,2354,92),(43004,2355,92),(43005,2356,92),(43006,2357,92),(43007,2358,92),(43008,2359,92),(43009,2360,92),(43010,2361,92),(43011,2362,92),(43012,2363,92),(43013,2364,92),(43014,2365,92),(43015,2366,92),(43016,2367,92),(43017,2368,92),(43018,2369,92),(43019,2370,92),(43020,2371,92),(43021,2372,92),(43022,2373,92),(43023,2374,92),(43024,2375,92),(43025,2376,92),(43026,2377,92),(43027,2378,92),(43028,2379,92),(43029,2380,92),(43030,2381,92),(43031,2382,92),(43032,2383,92),(43033,2384,92),(43034,2385,92),(43035,2386,92),(43036,2387,92),(43037,2388,92),(43038,2389,92),(43039,2390,92),(43040,2391,92),(43041,2392,92),(43042,2393,92),(43043,2394,92),(43044,2395,92),(43045,2396,92),(43046,2397,92),(43047,2398,92),(43048,2399,92),(43049,2400,92),(43050,2401,92),(43051,2402,92),(43052,2403,92),(43053,2404,92),(43054,2405,92),(43055,2406,92),(43056,2407,92),(43057,2408,92),(43058,2409,92),(43059,2410,92),(43060,2411,92),(43061,2412,92),(43062,2413,92),(43063,2414,92),(43064,2415,92),(43065,2416,92),(43066,2417,92),(43067,2418,92),(43068,2419,92),(43069,2420,92),(43070,2421,92),(43071,2422,92),(43072,2423,92),(43073,2424,92),(43074,2425,92),(43075,2426,92),(43076,2427,92),(43077,2428,92),(43078,2429,92),(43079,2430,92),(43080,2431,92),(43081,2432,92),(43082,2433,92),(43083,2434,92),(43084,2435,92),(43085,2436,92),(43086,2437,92),(43087,2438,92),(43088,2439,92),(43089,2440,92),(43090,2441,92),(43091,2442,92),(43092,2443,92),(43093,2444,92),(43094,2445,92),(43095,2446,92),(43096,2447,92),(43097,2448,92),(43098,2449,92),(43099,2450,92),(43100,2451,92),(43101,2452,92),(43102,2453,92),(43103,2454,92),(43104,2455,92),(43105,2456,92),(43106,2457,92),(43107,2458,92),(43108,2459,92),(43109,2460,92),(43110,2461,92),(43111,2462,92),(43112,2463,92),(43113,2464,92),(43114,2465,92),(43115,2466,92),(43116,2467,92),(43117,2468,92),(43118,2469,92),(43119,2470,92),(43120,2471,92),(43121,2472,92),(43122,2473,92),(43123,2474,92),(43124,2475,92),(43125,2476,92),(43126,2477,92),(43127,2478,92),(43128,3463,92),(43129,2482,92),(43130,2483,92),(43131,2484,92),(43132,2485,92),(43133,2486,92),(43134,2487,92),(43135,2488,92),(43136,2489,92),(43137,2529,92),(43138,3464,92),(43139,1573,92),(43140,1554,92),(43141,1555,92),(43142,1556,92),(43143,1557,92),(43144,1558,92),(43145,1559,92),(43146,1560,92),(43147,3465,92),(43148,2491,92),(43149,2492,92),(43150,2493,92),(43151,2494,92),(43152,2495,92),(43153,2496,92),(43154,2497,92),(43155,2498,92),(43156,1606,92),(43157,1607,92),(43158,2499,92),(43159,2500,92),(43160,2501,92),(43161,2502,92),(43162,2503,92),(43163,2504,92),(43164,2505,92),(43165,2506,92),(43166,2507,92),(43167,2508,92),(43168,1589,92),(43169,1590,92),(43170,1591,92),(43171,1592,92),(43172,1593,92),(43173,1594,92),(43174,2641,92),(43175,1540,92),(43176,2509,92),(43177,1598,92),(43178,1601,92),(43179,1602,92),(43180,1600,92),(43181,2510,92),(43182,126,92),(43183,2655,92),(43184,2662,92),(43185,2663,92),(43186,6043,92),(43187,5346,92),(43188,5428,92),(43189,5429,92),(43190,5430,92),(43191,5431,92),(43192,5432,92),(43193,5433,92),(43194,5434,92),(43195,5435,92),(43196,5436,92),(43197,5437,92),(43198,5438,92),(43199,5439,92),(43200,5440,92),(43201,5441,92),(43202,5442,92),(43203,5443,92),(43204,5444,92),(43205,5445,92),(43206,5446,92),(43207,5447,92),(43208,5448,92),(43209,5449,92),(43210,5450,92),(43211,5451,92),(43212,5452,92),(43213,5453,92),(43214,5454,92),(43215,5455,92),(43216,5456,92),(43217,5457,92),(43218,5458,92),(43219,5459,92),(43220,5460,92),(43221,5461,92),(43222,5462,92),(43223,5463,92),(43224,5464,92),(43225,5465,92),(43226,5466,92),(43227,5467,92),(43228,5468,92),(43229,5469,92),(43230,5470,92),(43231,5471,92),(43232,5472,92),(43233,5473,92),(43234,5474,92),(43235,5475,92),(43236,5476,92),(43237,5477,92),(43238,5478,92),(43239,5479,92),(43240,5480,92),(43241,5481,92),(43242,5482,92),(43243,5483,92),(43244,5484,92),(43245,5485,92),(43246,5486,92),(43247,5487,92),(43248,5488,92),(43249,5489,92),(43250,5490,92),(43251,5491,92),(43252,5492,92),(43253,5493,92),(43254,5494,92),(43255,5495,92),(43256,5496,92),(43257,5497,92),(43258,5498,92),(43259,5499,92),(43260,5500,92),(43261,5501,92),(43262,5502,92),(43263,5503,92),(43264,5504,92),(43265,5505,92),(43266,5506,92),(43267,5507,92),(43268,5508,92),(43269,5509,92),(43270,5510,92),(43271,5511,92),(43272,5512,92),(43273,5513,92),(43274,5514,92),(43275,5515,92),(43276,5516,92),(43277,5517,92),(43278,5518,92),(43279,5519,92),(43280,5520,92),(43281,5521,92),(43282,5522,92),(43283,5523,92),(43284,5524,92),(43285,5525,92),(43286,5526,92),(43287,5527,92),(43288,5528,92),(43289,5529,92),(43290,5530,92),(43291,5531,92),(43292,5532,92),(43293,5533,92),(43294,5534,92),(43295,5535,92),(43296,5536,92),(43297,5537,92),(43298,5538,92),(43299,5539,92),(43300,5540,92),(43301,5541,92),(43302,5542,92),(43303,5543,92),(43304,5544,92),(43305,5545,92),(43306,5546,92),(43307,5547,92),(43308,5548,92),(43309,5549,92),(43310,5550,92),(43311,5551,92),(43312,6044,92),(43313,5942,92),(43314,5943,92),(43315,5944,92),(43316,5945,92),(43317,5946,92),(43318,5947,92),(43319,5948,92),(43320,5949,92),(43321,5950,92),(43322,5951,92),(43323,5952,92),(43324,5953,92),(43325,5954,92),(43326,5955,92),(43327,5956,92),(43328,5957,92),(43329,5958,92),(43330,5959,92),(43331,5960,92),(43332,5961,92),(43333,5962,92),(43334,5963,92),(43335,5964,92),(43336,5965,92),(43337,5966,92),(43338,5967,92),(43339,5968,92),(43340,5969,92),(43341,5970,92),(43342,5971,92),(43343,5972,92),(43344,5973,92),(43345,5974,92),(43346,5975,92),(43347,5976,92),(43348,5977,92),(43349,5978,92),(43350,5979,92),(43351,5980,92),(43352,5981,92),(43353,5982,92),(43354,5983,92),(43355,5984,92),(43356,5552,92),(43357,2511,92),(43358,2512,92),(43359,2657,92),(43360,2514,92),(43361,2515,92),(43362,2516,92),(43363,2517,92),(43364,2518,92),(43365,2519,92),(43366,2520,92),(43367,1500,92),(43368,1501,92),(43369,2521,92),(43370,2522,92),(43371,2523,92),(43372,1595,92),(43373,2524,92),(43374,2525,92),(43375,2526,92),(43376,2527,92),(43377,2528,92),(43378,2530,92),(43379,2531,92),(43380,2532,92),(43381,2533,92),(43382,2534,92),(43383,2535,92),(43384,2536,92),(43385,2537,92),(43386,2538,92),(43387,2539,92),(43388,2540,92),(43389,2541,92),(43390,2542,92),(43391,2543,92),(43392,2544,92),(43393,2545,92),(43394,2546,92),(43395,2547,92),(43396,1488,92),(43397,1489,92),(43398,4012,92),(43399,4013,92),(43400,2548,92),(43401,2549,92),(43402,2550,92),(43403,2551,92),(43404,2552,92),(43405,2553,92),(43406,2554,92),(43407,2555,92),(43408,2556,92),(43409,2557,92),(43410,2558,92),(43411,2559,92),(43412,2560,92),(43413,2561,92),(43414,2562,92),(43415,2563,92),(43416,2564,92),(43417,2565,92),(43418,2566,92),(43419,2567,92),(43420,2568,92),(43421,2569,92),(43422,2570,92),(43423,2571,92),(43424,2572,92),(43425,2573,92),(43426,2574,92),(43427,2575,92),(43428,2576,92),(43429,2577,92),(43430,2578,92),(43431,2579,92),(43432,2580,92),(43433,2581,92),(43434,2582,92),(43435,2583,92),(43436,2584,92),(43437,2585,92),(43438,2586,92),(43439,2587,92),(43440,2588,92),(43441,2589,92),(43442,2590,92),(43443,2591,92),(43444,2592,92),(43445,2593,92),(43446,2594,92),(43447,2595,92),(43448,2596,92),(43449,1532,92),(43450,2597,92),(43451,2598,92),(43452,2599,92),(43453,2600,92),(43454,2601,92),(43455,2602,92),(43456,2603,92),(43457,2604,92),(43458,2605,92),(43459,2606,92),(43460,2607,92),(43461,2608,92),(43462,2609,92),(43463,2610,92),(43464,2611,92),(43465,2612,92),(43466,2613,92),(43467,2614,92),(43468,2615,92),(43469,2616,92),(43470,2617,92),(43471,2618,92),(43472,2619,92),(43473,2620,92),(43474,2621,92),(43475,2622,92),(43476,2623,92),(43477,2624,92),(43478,2625,92),(43479,2626,92),(43480,2627,92),(43481,2628,92),(43482,2629,92),(43483,2630,92),(43484,2631,92),(43485,2632,92),(43486,2633,92),(43487,2634,92),(43488,2635,92),(43489,2636,92),(43490,1490,92),(43491,1491,92),(43492,1492,92),(43493,2637,92),(43494,2638,92),(43495,2639,92),(43496,2640,92),(43497,1218,93),(43498,1219,93),(43499,1220,93),(43500,1221,93),(43501,1222,93),(43502,1223,93),(43503,1224,93),(43504,1225,93),(43505,1226,93),(43506,1227,93),(43507,1228,93),(43508,1229,93),(43509,1230,93),(43510,1231,93),(43511,1232,93),(43512,1233,93),(43513,1234,93),(43514,1235,93),(43515,1236,93),(43516,1237,93),(43517,1238,93),(43518,1239,93),(43519,1240,93),(43520,1241,93),(43521,1242,93),(43522,1243,93),(43523,1244,93),(43524,1245,93),(43525,1246,93),(43526,1247,93),(43527,1248,93),(43528,1249,93),(43529,1250,93),(43530,1251,93),(43531,1252,93),(43532,1253,93),(43533,1254,93),(43534,1255,93),(43535,1256,93),(43536,1257,93),(43537,1258,93),(43538,1259,93),(43539,1260,93),(43540,1261,93),(43541,1262,93),(43542,1263,93),(43543,1264,93),(43544,1265,93),(43545,1266,93),(43546,1267,93),(43547,1268,93),(43548,1269,93),(43549,1270,93),(43550,1271,93),(43551,1272,93),(43552,1273,93),(43553,1274,93),(43554,1275,93),(43555,1276,93),(43556,1277,93),(43557,1278,93),(43558,1279,93),(43559,1280,93),(43560,1281,93),(43561,1282,93),(43562,1283,93),(43563,1284,93),(43564,1285,93),(43565,5398,93),(43566,5732,93),(43567,5851,93),(43568,1286,93),(43569,1287,93),(43570,4248,93),(43571,4249,93),(43572,4250,93),(43573,4251,93),(43574,4252,93),(43575,4253,93),(43576,4254,93),(43577,4255,93),(43578,4256,93),(43579,4257,93),(43580,4258,93),(43581,4259,93),(43582,4620,93),(43583,4260,93),(43584,4261,93),(43585,1288,93),(43586,1289,93),(43587,1290,93),(43588,1291,94),(43589,1292,94),(43590,1293,94),(43591,1294,94),(43592,1295,94),(43593,3906,94),(43594,1297,94),(43595,1298,94),(43596,1240,94),(43597,1299,94),(43598,1300,94),(43599,1301,94),(43600,1302,94),(43601,1303,94),(43602,1304,94),(43603,1305,94),(43604,1306,94),(43605,1307,94),(43606,1308,94),(43607,3653,94),(43608,1309,94),(43609,1310,94),(43610,1311,94),(43611,1312,94),(43612,1313,94),(43613,1314,94),(43614,1315,94),(43615,1316,94),(43616,1317,94),(43617,1318,94),(43618,1319,94),(43619,1320,94),(43620,1321,94),(43621,1322,94),(43622,1323,94),(43623,1324,94),(43624,1325,94),(43625,1326,94),(43626,1327,94),(43627,3594,94),(43628,4242,94),(43629,4243,94),(43630,4244,94),(43631,4245,94),(43632,4246,94),(43633,4247,94),(43634,86,94),(43635,83,94),(43636,87,94),(43637,4595,94),(43638,4596,94),(43639,4597,94),(43640,4598,94),(43641,4599,94),(43642,4600,94),(43643,4601,94),(43644,4602,94),(43645,4603,94),(43646,4604,94),(43647,1328,94),(43648,6160,94),(43649,1330,94),(43650,1331,94),(43651,1332,94),(43652,1333,94),(43653,1334,94),(43654,1335,94),(43655,1336,94),(43656,5339,94),(43657,5340,94),(43658,5341,94),(43659,6056,94),(43660,5342,94),(43661,5343,94),(43662,5344,94),(43663,5345,94),(43664,1337,94),(43665,1338,94),(43666,1339,94),(43667,5347,94),(43668,1340,94),(43669,1341,94),(43670,1218,94),(43671,1219,94),(43672,1220,94),(43673,1221,94),(43674,1222,94),(43675,1223,94),(43676,1224,94),(43677,1225,94),(43678,1226,94),(43679,1227,94),(43680,1228,94),(43681,1229,94),(43682,1230,94),(43683,1231,94),(43684,1232,94),(43685,1233,94),(43686,1234,94),(43687,1235,94),(43688,1236,94),(43689,1237,94),(43690,1238,94),(43691,1239,94),(43692,1241,94),(43693,1242,94),(43694,1243,94),(43695,1244,94),(43696,1245,94),(43697,1246,94),(43698,1247,94),(43699,1248,94),(43700,1249,94),(43701,1250,94),(43702,1251,94),(43703,1252,94),(43704,1253,94),(43705,1254,94),(43706,1255,94),(43707,1256,94),(43708,1257,94),(43709,1258,94),(43710,1259,94),(43711,1260,94),(43712,1261,94),(43713,1262,94),(43714,1263,94),(43715,1264,94),(43716,1265,94),(43717,1266,94),(43718,1267,94),(43719,1268,94),(43720,1269,94),(43721,1270,94),(43722,1271,94),(43723,1272,94),(43724,1273,94),(43725,1274,94),(43726,1275,94),(43727,1276,94),(43728,1277,94),(43729,1278,94),(43730,1279,94),(43731,1280,94),(43732,1281,94),(43733,1282,94),(43734,1283,94),(43735,1284,94),(43736,1285,94),(43737,5398,94),(43738,5732,94),(43739,5851,94),(43740,1286,94),(43741,1287,94),(43742,4248,94),(43743,4249,94),(43744,4250,94),(43745,4251,94),(43746,4252,94),(43747,4253,94),(43748,4254,94),(43749,4255,94),(43750,4256,94),(43751,4257,94),(43752,4258,94),(43753,4259,94),(43754,4620,94),(43755,4260,94),(43756,4261,94),(43757,1288,94),(43758,1289,94),(43759,1290,94),(43760,265,94),(43761,291,94),(43762,292,94),(43763,293,94),(43764,266,94),(43765,267,94),(43766,268,94),(43767,269,94),(43768,270,94),(43769,271,94),(43770,272,94),(43771,273,94),(43772,274,94),(43773,275,94),(43774,276,94),(43775,277,94),(43776,278,94),(43777,279,94),(43778,280,94),(43779,281,94),(43780,282,94),(43781,283,94),(43782,284,94),(43783,285,94),(43784,286,94),(43785,287,94),(43786,288,94),(43787,289,94),(43788,290,94),(43789,1545,94),(43790,2112,94),(43791,2113,94),(43792,2114,94),(43793,2115,94),(43794,2116,94),(43795,2117,94),(43796,2118,94),(43797,2119,94),(43798,2120,94),(43799,2121,94),(43800,2122,94),(43801,2123,94),(43802,2124,94),(43803,2125,94),(43804,2126,94),(43805,2127,94),(43806,2128,94),(43807,2129,94),(43808,2130,94),(43809,2131,94),(43810,2132,94),(43811,1544,94),(43812,2133,94),(43813,2134,94),(43814,2135,94),(43815,2136,94),(43816,2137,94),(43817,2138,94),(43818,2139,94),(43819,2140,94),(43820,2141,94),(43821,2142,94),(43822,2143,94),(43823,2144,94),(43824,65,94),(43825,1543,94),(43826,2145,94),(43827,2146,94),(43828,2147,94),(43829,2148,94),(43830,2149,94),(43831,2150,94),(43832,2151,94),(43833,2152,94),(43834,2153,94),(43835,2154,94),(43836,2155,94),(43837,2156,94),(43838,2157,94),(43839,2158,94),(43840,2159,94),(43841,2160,94),(43842,2161,94),(43843,2162,94),(43844,2163,94),(43845,2164,94),(43846,2165,94),(43847,2166,94),(43848,2167,94),(43849,2168,94),(43850,2169,94),(43851,2170,94),(43852,2171,94),(43853,2172,94),(43854,2173,94),(43855,2174,94),(43856,2175,94),(43857,2176,94),(43858,2177,94),(43859,2178,94),(43860,2179,94),(43861,2180,94),(43862,2181,94),(43863,2182,94),(43864,2183,94),(43865,2184,94),(43866,2185,94),(43867,2186,94),(43868,2187,94),(43869,2188,94),(43870,2189,94),(43871,2190,94),(43872,2191,94),(43873,2192,94),(43874,2193,94),(43875,2194,94),(43876,2195,94),(43877,2196,94),(43878,2197,94),(43879,2198,94),(43880,2199,94),(43881,1580,94),(43882,2200,94),(43883,2201,94),(43884,2202,94),(43885,2203,94),(43886,2204,94),(43887,2205,94),(43888,2206,94),(43889,2207,94),(43890,2208,94),(43891,2209,94),(43892,2210,94),(43893,2211,94),(43894,2212,94),(43895,2213,94),(43896,2214,94),(43897,32,94),(43898,33,94),(43899,34,94),(43900,35,94),(43901,36,94),(43902,37,94),(43903,38,94),(43904,2215,94),(43905,1588,94),(43906,1528,94),(43907,1503,94),(43908,2216,94),(43909,2217,94),(43910,1507,94),(43911,2218,94),(43912,2219,94),(43913,1509,94),(43914,2220,94),(43915,2221,94),(43916,2222,94),(43917,2223,94),(43918,2224,94),(43919,2225,94),(43920,1342,94),(43921,1343,94),(43922,2226,94),(43923,2227,94),(43924,2228,94),(43925,2229,94),(43926,2230,94),(43927,2231,94),(43928,2232,94),(43929,2233,94),(43930,2234,94),(43931,1344,94),(43932,404,94),(43933,405,94),(43934,406,94),(43935,101,94),(43936,369,94),(43937,370,94),(43938,476,94),(43939,477,94),(43940,478,94),(43941,479,94),(43942,480,94),(43943,481,94),(43944,482,94),(43945,483,94),(43946,484,94),(43947,485,94),(43948,486,94),(43949,487,94),(43950,457,94),(43951,458,94),(43952,459,94),(43953,387,94),(43954,340,94),(43955,341,94),(43956,342,94),(43957,343,94),(43958,344,94),(43959,346,94),(43960,347,94),(43961,348,94),(43962,349,94),(43963,350,94),(43964,351,94),(43965,352,94),(43966,353,94),(43967,354,94),(43968,355,94),(43969,356,94),(43970,357,94),(43971,358,94),(43972,359,94),(43973,360,94),(43974,2235,94),(43975,2236,94),(43976,2237,94),(43977,2238,94),(43978,2239,94),(43979,2240,94),(43980,2241,94),(43981,2242,94),(43982,2243,94),(43983,2244,94),(43984,2245,94),(43985,2246,94),(43986,2247,94),(43987,2248,94),(43988,1345,94),(43989,1346,94),(43990,1347,94),(43991,1348,94),(43992,2249,94),(43993,2250,94),(43994,2251,94),(43995,1092,94),(43996,2252,94),(43997,2253,94),(43998,5350,94),(43999,5351,94),(44000,5352,94),(44001,5353,94),(44002,5354,94),(44003,5355,94),(44004,5356,94),(44005,5357,94),(44006,1349,94),(44007,1350,94),(44008,1351,94),(44009,1352,94),(44010,1353,94),(44011,1354,94),(44012,1355,94),(44013,1356,94),(44014,1357,94),(44015,1358,94),(44016,1359,94),(44017,1360,94),(44018,1361,94),(44019,1362,94),(44020,1363,94),(44021,1364,94),(44022,1365,94),(44023,1366,94),(44024,1367,94),(44025,1368,94),(44026,1369,94),(44027,4993,94),(44028,4994,94),(44029,5358,94),(44030,5359,94),(44031,1523,94),(44032,1524,94),(44033,1525,94),(44034,1526,94),(44035,1570,94),(44036,1370,94),(44037,1371,94),(44038,1372,94),(44039,2254,94),(44040,2255,94),(44041,1531,94),(44042,2256,94),(44043,2257,94),(44044,2258,94),(44045,2259,94),(44046,1535,94),(44047,1536,94),(44048,1373,94),(44049,1374,94),(44050,1375,94),(44051,6057,94),(44052,2260,94),(44053,2261,94),(44054,2262,94),(44055,2263,94),(44056,3462,94),(44057,1539,94),(44058,2264,94),(44059,2265,94),(44060,2266,94),(44061,2267,94),(44062,2268,94),(44063,2269,94),(44064,2270,94),(44065,2271,94),(44066,2272,94),(44067,2273,94),(44068,2274,94),(44069,2275,94),(44070,2276,94),(44071,2277,94),(44072,2278,94),(44073,2279,94),(44074,2280,94),(44075,2281,94),(44076,2282,94),(44077,2283,94),(44078,2284,94),(44079,2285,94),(44080,2286,94),(44081,2287,94),(44082,2288,94),(44083,2289,94),(44084,2290,94),(44085,2291,94),(44086,2292,94),(44087,2293,94),(44088,2294,94),(44089,2295,94),(44090,2296,94),(44091,2297,94),(44092,2298,94),(44093,2299,94),(44094,2300,94),(44095,2301,94),(44096,2302,94),(44097,2303,94),(44098,2304,94),(44099,2305,94),(44100,2306,94),(44101,2307,94),(44102,2308,94),(44103,2309,94),(44104,2310,94),(44105,2311,94),(44106,2312,94),(44107,2313,94),(44108,2314,94),(44109,2315,94),(44110,2316,94),(44111,2317,94),(44112,2318,94),(44113,1094,94),(44114,2319,94),(44115,2320,94),(44116,2321,94),(44117,2322,94),(44118,2323,94),(44119,2324,94),(44120,2325,94),(44121,2326,94),(44122,2327,94),(44123,2328,94),(44124,2329,94),(44125,2330,94),(44126,2331,94),(44127,2332,94),(44128,2333,94),(44129,2334,94),(44130,2335,94),(44131,2336,94),(44132,2337,94),(44133,2338,94),(44134,2339,94),(44135,2340,94),(44136,2341,94),(44137,2342,94),(44138,2343,94),(44139,2344,94),(44140,2345,94),(44141,2346,94),(44142,2347,94),(44143,2348,94),(44144,2349,94),(44145,2350,94),(44146,2351,94),(44147,2352,94),(44148,2353,94),(44149,2354,94),(44150,2355,94),(44151,2356,94),(44152,2357,94),(44153,2358,94),(44154,2359,94),(44155,2360,94),(44156,2361,94),(44157,2362,94),(44158,2363,94),(44159,2364,94),(44160,2365,94),(44161,2366,94),(44162,2367,94),(44163,2368,94),(44164,2369,94),(44165,2370,94),(44166,2371,94),(44167,2372,94),(44168,2373,94),(44169,2374,94),(44170,2375,94),(44171,2376,94),(44172,2377,94),(44173,2378,94),(44174,2379,94),(44175,2380,94),(44176,2381,94),(44177,2382,94),(44178,2383,94),(44179,2384,94),(44180,2385,94),(44181,2386,94),(44182,2387,94),(44183,2388,94),(44184,2389,94),(44185,2390,94),(44186,2391,94),(44187,2392,94),(44188,2393,94),(44189,2394,94),(44190,2395,94),(44191,2396,94),(44192,2397,94),(44193,2398,94),(44194,2399,94),(44195,2400,94),(44196,2401,94),(44197,2402,94),(44198,2403,94),(44199,2404,94),(44200,2405,94),(44201,2406,94),(44202,2407,94),(44203,2408,94),(44204,2409,94),(44205,2410,94),(44206,2411,94),(44207,2412,94),(44208,2413,94),(44209,2414,94),(44210,2415,94),(44211,2416,94),(44212,2417,94),(44213,2418,94),(44214,2419,94),(44215,2420,94),(44216,2421,94),(44217,2422,94),(44218,2423,94),(44219,2424,94),(44220,2425,94),(44221,2426,94),(44222,2427,94),(44223,2428,94),(44224,2429,94),(44225,2430,94),(44226,2431,94),(44227,2432,94),(44228,2433,94),(44229,2434,94),(44230,2435,94),(44231,2436,94),(44232,2437,94),(44233,2438,94),(44234,2439,94),(44235,2440,94),(44236,2441,94),(44237,2442,94),(44238,2443,94),(44239,2444,94),(44240,2445,94),(44241,2446,94),(44242,2447,94),(44243,2448,94),(44244,2449,94),(44245,2450,94),(44246,2451,94),(44247,2452,94),(44248,2453,94),(44249,2454,94),(44250,2455,94),(44251,2456,94),(44252,2457,94),(44253,2458,94),(44254,2459,94),(44255,2460,94),(44256,2461,94),(44257,2462,94),(44258,2463,94),(44259,2464,94),(44260,2465,94),(44261,2466,94),(44262,2467,94),(44263,2468,94),(44264,2469,94),(44265,2470,94),(44266,2471,94),(44267,2472,94),(44268,2473,94),(44269,2474,94),(44270,2475,94),(44271,2476,94),(44272,2477,94),(44273,2478,94),(44274,3463,94),(44275,2482,94),(44276,2483,94),(44277,2484,94),(44278,2485,94),(44279,2486,94),(44280,2487,94),(44281,2488,94),(44282,2489,94),(44283,2529,94),(44284,3464,94),(44285,1573,94),(44286,1554,94),(44287,1555,94),(44288,1556,94),(44289,1557,94),(44290,1558,94),(44291,1559,94),(44292,1560,94),(44293,3465,94),(44294,2491,94),(44295,2492,94),(44296,2493,94),(44297,2494,94),(44298,2495,94),(44299,2496,94),(44300,2497,94),(44301,2498,94),(44302,1606,94),(44303,1607,94),(44304,2499,94),(44305,2500,94),(44306,2501,94),(44307,2502,94),(44308,2503,94),(44309,2504,94),(44310,2505,94),(44311,2506,94),(44312,2507,94),(44313,2508,94),(44314,1589,94),(44315,1590,94),(44316,1591,94),(44317,1592,94),(44318,1593,94),(44319,1594,94),(44320,2641,94),(44321,1540,94),(44322,2509,94),(44323,1598,94),(44324,1601,94),(44325,1602,94),(44326,1600,94),(44327,2510,94),(44328,126,94),(44329,2655,94),(44330,2662,94),(44331,2663,94),(44332,6043,94),(44333,5346,94),(44334,5428,94),(44335,5429,94),(44336,5430,94),(44337,5431,94),(44338,5432,94),(44339,5433,94),(44340,5434,94),(44341,5435,94),(44342,5436,94),(44343,5437,94),(44344,5438,94),(44345,5439,94),(44346,5440,94),(44347,5441,94),(44348,5442,94),(44349,5443,94),(44350,5444,94),(44351,5445,94),(44352,5446,94),(44353,5447,94),(44354,5448,94),(44355,5449,94),(44356,5450,94),(44357,5451,94),(44358,5452,94),(44359,5453,94),(44360,5454,94),(44361,5455,94),(44362,5456,94),(44363,5457,94),(44364,5458,94),(44365,5459,94),(44366,5460,94),(44367,5461,94),(44368,5462,94),(44369,5463,94),(44370,5464,94),(44371,5465,94),(44372,5466,94),(44373,5467,94),(44374,5468,94),(44375,5469,94),(44376,5470,94),(44377,5471,94),(44378,5472,94),(44379,5473,94),(44380,5474,94),(44381,5475,94),(44382,5476,94),(44383,5477,94),(44384,5478,94),(44385,5479,94),(44386,5480,94),(44387,5481,94),(44388,5482,94),(44389,5483,94),(44390,5484,94),(44391,5485,94),(44392,5486,94),(44393,5487,94),(44394,5488,94),(44395,5489,94),(44396,5490,94),(44397,5491,94),(44398,5492,94),(44399,5493,94),(44400,5494,94),(44401,5495,94),(44402,5496,94),(44403,5497,94),(44404,5498,94),(44405,5499,94),(44406,5500,94),(44407,5501,94),(44408,5502,94),(44409,5503,94),(44410,5504,94),(44411,5505,94),(44412,5506,94),(44413,5507,94),(44414,5508,94),(44415,5509,94),(44416,5510,94),(44417,5511,94),(44418,5512,94),(44419,5513,94),(44420,5514,94),(44421,5515,94),(44422,5516,94),(44423,5517,94),(44424,5518,94),(44425,5519,94),(44426,5520,94),(44427,5521,94),(44428,5522,94),(44429,5523,94),(44430,5524,94),(44431,5525,94),(44432,5526,94),(44433,5527,94),(44434,5528,94),(44435,5529,94),(44436,5530,94),(44437,5531,94),(44438,5532,94),(44439,5533,94),(44440,5534,94),(44441,5535,94),(44442,5536,94),(44443,5537,94),(44444,5538,94),(44445,5539,94),(44446,5540,94),(44447,5541,94),(44448,5542,94),(44449,5543,94),(44450,5544,94),(44451,5545,94),(44452,5546,94),(44453,5547,94),(44454,5548,94),(44455,5549,94),(44456,5550,94),(44457,5551,94),(44458,6044,94),(44459,5942,94),(44460,5943,94),(44461,5944,94),(44462,5945,94),(44463,5946,94),(44464,5947,94),(44465,5948,94),(44466,5949,94),(44467,5950,94),(44468,5951,94),(44469,5952,94),(44470,5953,94),(44471,5954,94),(44472,5955,94),(44473,5956,94),(44474,5957,94),(44475,5958,94),(44476,5959,94),(44477,5960,94),(44478,5961,94),(44479,5962,94),(44480,5963,94),(44481,5964,94),(44482,5965,94),(44483,5966,94),(44484,5967,94),(44485,5968,94),(44486,5969,94),(44487,5970,94),(44488,5971,94),(44489,5972,94),(44490,5973,94),(44491,5974,94),(44492,5975,94),(44493,5976,94),(44494,5977,94),(44495,5978,94),(44496,5979,94),(44497,5980,94),(44498,5981,94),(44499,5982,94),(44500,5983,94),(44501,5984,94),(44502,5552,94),(44503,2511,94),(44504,2512,94),(44505,2657,94),(44506,2514,94),(44507,2515,94),(44508,2516,94),(44509,2517,94),(44510,2518,94),(44511,2519,94),(44512,2520,94),(44513,1500,94),(44514,1501,94),(44515,2521,94),(44516,2522,94),(44517,2523,94),(44518,1595,94),(44519,2524,94),(44520,2525,94),(44521,2526,94),(44522,2527,94),(44523,2528,94),(44524,2530,94),(44525,2531,94),(44526,2532,94),(44527,2533,94),(44528,2534,94),(44529,2535,94),(44530,2536,94),(44531,2537,94),(44532,2538,94),(44533,2539,94),(44534,2540,94),(44535,2541,94),(44536,2542,94),(44537,2543,94),(44538,2544,94),(44539,2545,94),(44540,2546,94),(44541,2547,94),(44542,1488,94),(44543,1489,94),(44544,4012,94),(44545,4013,94),(44546,2548,94),(44547,2549,94),(44548,2550,94),(44549,2551,94),(44550,2552,94),(44551,2553,94),(44552,2554,94),(44553,2555,94),(44554,2556,94),(44555,2557,94),(44556,2558,94),(44557,2559,94),(44558,2560,94),(44559,2561,94),(44560,2562,94),(44561,2563,94),(44562,2564,94),(44563,2565,94),(44564,2566,94),(44565,2567,94),(44566,2568,94),(44567,2569,94),(44568,2570,94),(44569,2571,94),(44570,2572,94),(44571,2573,94),(44572,2574,94),(44573,2575,94),(44574,2576,94),(44575,2577,94),(44576,2578,94),(44577,2579,94),(44578,2580,94),(44579,2581,94),(44580,2582,94),(44581,2583,94),(44582,2584,94),(44583,2585,94),(44584,2586,94),(44585,2587,94),(44586,2588,94),(44587,2589,94),(44588,2590,94),(44589,2591,94),(44590,2592,94),(44591,2593,94),(44592,2594,94),(44593,2595,94),(44594,2596,94),(44595,1532,94),(44596,2597,94),(44597,2598,94),(44598,2599,94),(44599,2600,94),(44600,2601,94),(44601,2602,94),(44602,2603,94),(44603,2604,94),(44604,2605,94),(44605,2606,94),(44606,2607,94),(44607,2608,94),(44608,2609,94),(44609,2610,94),(44610,2611,94),(44611,2612,94),(44612,2613,94),(44613,2614,94),(44614,2615,94),(44615,2616,94),(44616,2617,94),(44617,2618,94),(44618,2619,94),(44619,2620,94),(44620,2621,94),(44621,2622,94),(44622,2623,94),(44623,2624,94),(44624,2625,94),(44625,2626,94),(44626,2627,94),(44627,2628,94),(44628,2629,94),(44629,2630,94),(44630,2631,94),(44631,2632,94),(44632,2633,94),(44633,2634,94),(44634,2635,94),(44635,2636,94),(44636,1490,94),(44637,1491,94),(44638,1492,94),(44639,2637,94),(44640,2638,94),(44641,2639,94),(44642,2640,94),(44643,1218,95),(44644,1219,95),(44645,1220,95),(44646,1221,95),(44647,1222,95),(44648,1223,95),(44649,1224,95),(44650,1225,95),(44651,1226,95),(44652,1227,95),(44653,1228,95),(44654,1229,95),(44655,1230,95),(44656,1231,95),(44657,1232,95),(44658,1233,95),(44659,1234,95),(44660,1235,95),(44661,1236,95),(44662,1237,95),(44663,1238,95),(44664,1239,95),(44665,1240,95),(44666,1241,95),(44667,1242,95),(44668,1243,95),(44669,1244,95),(44670,1245,95),(44671,1246,95),(44672,1247,95),(44673,1248,95),(44674,1249,95),(44675,1250,95),(44676,1251,95),(44677,1252,95),(44678,1253,95),(44679,1254,95),(44680,1255,95),(44681,1256,95),(44682,1257,95),(44683,1258,95),(44684,1259,95),(44685,1260,95),(44686,1261,95),(44687,1262,95),(44688,1263,95),(44689,1264,95),(44690,1265,95),(44691,1266,95),(44692,1267,95),(44693,1268,95),(44694,1269,95),(44695,1270,95),(44696,1271,95),(44697,1272,95),(44698,1273,95),(44699,1274,95),(44700,1275,95),(44701,1276,95),(44702,1277,95),(44703,1278,95),(44704,1279,95),(44705,1280,95),(44706,1281,95),(44707,1282,95),(44708,1283,95),(44709,1284,95),(44710,1285,95),(44711,5398,95),(44712,5732,95),(44713,5851,95),(44714,1286,95),(44715,1287,95),(44716,4248,95),(44717,4249,95),(44718,4250,95),(44719,4251,95),(44720,4252,95),(44721,4253,95),(44722,4254,95),(44723,4255,95),(44724,4256,95),(44725,4257,95),(44726,4258,95),(44727,4259,95),(44728,4620,95),(44729,4260,95),(44730,4261,95),(44731,1288,95),(44732,1289,95),(44733,1290,95),(44734,1291,96),(44735,1292,96),(44736,1293,96),(44737,1294,96),(44738,1295,96),(44739,3906,96),(44740,1297,96),(44741,1298,96),(44742,1240,96),(44743,1299,96),(44744,1300,96),(44745,1301,96),(44746,1302,96),(44747,1303,96),(44748,1304,96),(44749,1305,96),(44750,1306,96),(44751,1307,96),(44752,1308,96),(44753,3653,96),(44754,1309,96),(44755,1310,96),(44756,1311,96),(44757,1312,96),(44758,1313,96),(44759,1314,96),(44760,1315,96),(44761,1316,96),(44762,1317,96),(44763,1318,96),(44764,1319,96),(44765,1320,96),(44766,1321,96),(44767,1322,96),(44768,1323,96),(44769,1324,96),(44770,1325,96),(44771,1326,96),(44772,1327,96),(44773,3594,96),(44774,4242,96),(44775,4243,96),(44776,4244,96),(44777,4245,96),(44778,4246,96),(44779,4247,96),(44780,86,96),(44781,83,96),(44782,87,96),(44783,4595,96),(44784,4596,96),(44785,4597,96),(44786,4598,96),(44787,4599,96),(44788,4600,96),(44789,4601,96),(44790,4602,96),(44791,4603,96),(44792,4604,96),(44793,1328,96),(44794,6160,96),(44795,1330,96),(44796,1331,96),(44797,1332,96),(44798,1333,96),(44799,1334,96),(44800,1335,96),(44801,1336,96),(44802,5339,96),(44803,5340,96),(44804,5341,96),(44805,6056,96),(44806,5342,96),(44807,5343,96),(44808,5344,96),(44809,5345,96),(44810,1337,96),(44811,1338,96),(44812,1339,96),(44813,5347,96),(44814,1340,96),(44815,1341,96),(44816,1218,96),(44817,1219,96),(44818,1220,96),(44819,1221,96),(44820,1222,96),(44821,1223,96),(44822,1224,96),(44823,1225,96),(44824,1226,96),(44825,1227,96),(44826,1228,96),(44827,1229,96),(44828,1230,96),(44829,1231,96),(44830,1232,96),(44831,1233,96),(44832,1234,96),(44833,1235,96),(44834,1236,96),(44835,1237,96),(44836,1238,96),(44837,1239,96),(44838,1241,96),(44839,1242,96),(44840,1243,96),(44841,1244,96),(44842,1245,96),(44843,1246,96),(44844,1247,96),(44845,1248,96),(44846,1249,96),(44847,1250,96),(44848,1251,96),(44849,1252,96),(44850,1253,96),(44851,1254,96),(44852,1255,96),(44853,1256,96),(44854,1257,96),(44855,1258,96),(44856,1259,96),(44857,1260,96),(44858,1261,96),(44859,1262,96),(44860,1263,96),(44861,1264,96),(44862,1265,96),(44863,1266,96),(44864,1267,96),(44865,1268,96),(44866,1269,96),(44867,1270,96),(44868,1271,96),(44869,1272,96),(44870,1273,96),(44871,1274,96),(44872,1275,96),(44873,1276,96),(44874,1277,96),(44875,1278,96),(44876,1279,96),(44877,1280,96),(44878,1281,96),(44879,1282,96),(44880,1283,96),(44881,1284,96),(44882,1285,96),(44883,5398,96),(44884,5732,96),(44885,5851,96),(44886,1286,96),(44887,1287,96),(44888,4248,96),(44889,4249,96),(44890,4250,96),(44891,4251,96),(44892,4252,96),(44893,4253,96),(44894,4254,96),(44895,4255,96),(44896,4256,96),(44897,4257,96),(44898,4258,96),(44899,4259,96),(44900,4620,96),(44901,4260,96),(44902,4261,96),(44903,1288,96),(44904,1289,96),(44905,1290,96),(44906,1500,96),(44907,1501,96),(44908,1502,96),(44909,1503,96),(44910,1504,96),(44911,1505,96),(44912,1506,96),(44913,1507,96),(44914,1508,96),(44915,1509,96),(44916,1510,96),(44917,1511,96),(44918,1512,96),(44919,1513,96),(44920,1514,96),(44921,1515,96),(44922,1516,96),(44923,1517,96),(44924,1518,96),(44925,1519,96),(44926,1520,96),(44927,1521,96),(44928,1522,96),(44929,1342,96),(44930,1343,96),(44931,1344,96),(44932,1523,96),(44933,1345,96),(44934,1346,96),(44935,1347,96),(44936,1348,96),(44937,1092,96),(44938,5350,96),(44939,5351,96),(44940,5352,96),(44941,5353,96),(44942,5354,96),(44943,5355,96),(44944,5356,96),(44945,5357,96),(44946,1349,96),(44947,1350,96),(44948,1351,96),(44949,1352,96),(44950,1353,96),(44951,1354,96),(44952,1355,96),(44953,1356,96),(44954,1357,96),(44955,1358,96),(44956,1359,96),(44957,1360,96),(44958,1361,96),(44959,1362,96),(44960,1363,96),(44961,1364,96),(44962,1365,96),(44963,1366,96),(44964,1367,96),(44965,1368,96),(44966,1369,96),(44967,4993,96),(44968,4994,96),(44969,5358,96),(44970,5359,96),(44971,1524,96),(44972,1525,96),(44973,1526,96),(44974,1370,96),(44975,1371,96),(44976,1372,96),(44977,1527,96),(44978,1528,96),(44979,1529,96),(44980,6040,96),(44981,6041,96),(44982,6042,96),(44983,1530,96),(44984,1531,96),(44985,1532,96),(44986,1533,96),(44987,1534,96),(44988,65,96),(44989,1535,96),(44990,1536,96),(44991,1373,96),(44992,1374,96),(44993,1375,96),(44994,6057,96),(44995,1537,96),(44996,1538,96),(44997,3897,96),(44998,1539,96),(44999,1540,96),(45000,1541,96),(45001,1542,96),(45002,78,96),(45003,1543,96),(45004,1544,96),(45005,1545,96),(45006,1546,96),(45007,1547,96),(45008,1548,96),(45009,1549,96),(45010,1550,96),(45011,1551,96),(45012,1552,96),(45013,1553,96),(45014,1554,96),(45015,1555,96),(45016,1556,96),(45017,1557,96),(45018,1558,96),(45019,1559,96),(45020,1560,96),(45021,1561,96),(45022,1562,96),(45023,1563,96),(45024,1564,96),(45025,1565,96),(45026,1566,96),(45027,1567,96),(45028,1568,96),(45029,1569,96),(45030,1570,96),(45031,1571,96),(45032,1572,96),(45033,1573,96),(45034,1575,96),(45035,1576,96),(45036,1577,96),(45037,1578,96),(45038,1579,96),(45039,1580,96),(45040,1581,96),(45041,5907,96),(45042,1585,96),(45043,2513,96),(45044,1583,96),(45045,1584,96),(45046,1574,96),(45047,1582,96),(45048,1587,96),(45049,1094,96),(45050,1588,96),(45051,1589,96),(45052,1590,96),(45053,1591,96),(45054,1592,96),(45055,1593,96),(45056,1594,96),(45057,1595,96),(45058,1596,96),(45059,1597,96),(45060,1598,96),(45061,1599,96),(45062,1600,96),(45063,1601,96),(45064,1602,96),(45065,1603,96),(45066,1604,96),(45067,1605,96),(45068,1606,96),(45069,1607,96),(45070,1608,96),(45071,1609,96),(45072,1610,96),(45073,1611,96),(45074,1488,96),(45075,1489,96),(45076,1490,96),(45077,1491,96),(45078,1492,96),(45079,3955,27),(45080,2263,3),(45081,3462,3),(45082,1291,97),(45083,1292,97),(45084,1293,97),(45085,1294,97),(45086,1295,97),(45087,3906,97),(45088,1297,97),(45089,1298,97),(45090,1240,97),(45091,1299,97),(45092,1300,97),(45093,1301,97),(45094,1302,97),(45095,1303,97),(45096,1304,97),(45097,1305,97),(45098,1306,97),(45099,1307,97),(45100,1308,97),(45101,3653,97),(45102,1309,97),(45103,1310,97),(45104,1311,97),(45105,1312,97),(45106,1313,97),(45107,1314,97),(45108,1315,97),(45109,1316,97),(45110,1317,97),(45111,1318,97),(45112,1319,97),(45113,1320,97),(45114,1321,97),(45115,1322,97),(45116,1323,97),(45117,1324,97),(45118,1325,97),(45119,1326,97),(45120,1327,97),(45121,3594,97),(45122,4242,97),(45123,4243,97),(45124,4244,97),(45125,4245,97),(45126,4246,97),(45127,4247,97),(45128,86,97),(45129,83,97),(45130,87,97),(45131,4595,97),(45132,4596,97),(45133,4597,97),(45134,4598,97),(45135,4599,97),(45136,4600,97),(45137,4601,97),(45138,4602,97),(45139,4603,97),(45140,4604,97),(45141,1328,97),(45142,6160,97),(45143,1330,97),(45144,1331,97),(45145,1332,97),(45146,1333,97),(45147,1334,97),(45148,1335,97),(45149,1336,97),(45150,5339,97),(45151,5340,97),(45152,5341,97),(45153,6056,97),(45154,5342,97),(45155,5343,97),(45156,5344,97),(45157,5345,97),(45158,1337,97),(45159,1338,97),(45160,1339,97),(45161,5347,97),(45162,1340,97),(45163,1341,97),(45164,1218,97),(45165,1219,97),(45166,1220,97),(45167,1221,97),(45168,1222,97),(45169,1223,97),(45170,1224,97),(45171,1225,97),(45172,1226,97),(45173,1227,97),(45174,1228,97),(45175,1229,97),(45176,1230,97),(45177,1231,97),(45178,1232,97),(45179,1233,97),(45180,1234,97),(45181,1235,97),(45182,1236,97),(45183,1237,97),(45184,1238,97),(45185,1239,97),(45186,1241,97),(45187,1242,97),(45188,1243,97),(45189,1244,97),(45190,1245,97),(45191,1246,97),(45192,1247,97),(45193,1248,97),(45194,1249,97),(45195,1250,97),(45196,1251,97),(45197,1252,97),(45198,1253,97),(45199,1254,97),(45200,1255,97),(45201,1256,97),(45202,1257,97),(45203,1258,97),(45204,1259,97),(45205,1260,97),(45206,1261,97),(45207,1262,97),(45208,1263,97),(45209,1264,97),(45210,1265,97),(45211,1266,97),(45212,1267,97),(45213,1268,97),(45214,1269,97),(45215,1270,97),(45216,1271,97),(45217,1272,97),(45218,1273,97),(45219,1274,97),(45220,1275,97),(45221,1276,97),(45222,1277,97),(45223,1278,97),(45224,1279,97),(45225,1280,97),(45226,1281,97),(45227,1282,97),(45228,1283,97),(45229,1284,97),(45230,1285,97),(45231,5398,97),(45232,5732,97),(45233,5851,97),(45234,1286,97),(45235,1287,97),(45236,4248,97),(45237,4249,97),(45238,4250,97),(45239,4251,97),(45240,4252,97),(45241,4253,97),(45242,4254,97),(45243,4255,97),(45244,4256,97),(45245,4257,97),(45246,4258,97),(45247,4259,97),(45248,4620,97),(45249,4260,97),(45250,4261,97),(45251,1288,97),(45252,1289,97),(45253,1290,97),(45254,265,97),(45255,291,97),(45256,292,97),(45257,293,97),(45258,266,97),(45259,267,97),(45260,268,97),(45261,269,97),(45262,270,97),(45263,271,97),(45264,272,97),(45265,273,97),(45266,274,97),(45267,275,97),(45268,276,97),(45269,277,97),(45270,278,97),(45271,279,97),(45272,280,97),(45273,281,97),(45274,282,97),(45275,283,97),(45276,284,97),(45277,285,97),(45278,286,97),(45279,287,97),(45280,288,97),(45281,289,97),(45282,290,97),(45283,1545,97),(45284,2112,97),(45285,2113,97),(45286,2114,97),(45287,2115,97),(45288,2116,97),(45289,2117,97),(45290,2118,97),(45291,2119,97),(45292,2120,97),(45293,2121,97),(45294,2122,97),(45295,2123,97),(45296,2124,97),(45297,2125,97),(45298,2126,97),(45299,2127,97),(45300,2128,97),(45301,2129,97),(45302,2130,97),(45303,2131,97),(45304,2132,97),(45305,1544,97),(45306,2133,97),(45307,2134,97),(45308,2135,97),(45309,2136,97),(45310,2137,97),(45311,2138,97),(45312,2139,97),(45313,2140,97),(45314,2141,97),(45315,2142,97),(45316,2143,97),(45317,2144,97),(45318,65,97),(45319,1543,97),(45320,2145,97),(45321,2146,97),(45322,2147,97),(45323,2148,97),(45324,2149,97),(45325,2150,97),(45326,2151,97),(45327,2152,97),(45328,2153,97),(45329,2154,97),(45330,2155,97),(45331,2156,97),(45332,2157,97),(45333,2158,97),(45334,2159,97),(45335,2160,97),(45336,2161,97),(45337,2162,97),(45338,2163,97),(45339,2164,97),(45340,2165,97),(45341,2166,97),(45342,2167,97),(45343,2168,97),(45344,2169,97),(45345,2170,97),(45346,2171,97),(45347,2172,97),(45348,2173,97),(45349,2174,97),(45350,2175,97),(45351,2176,97),(45352,2177,97),(45353,2178,97),(45354,2179,97),(45355,2180,97),(45356,2181,97),(45357,2182,97),(45358,2183,97),(45359,2184,97),(45360,2185,97),(45361,2186,97),(45362,2187,97),(45363,2188,97),(45364,2189,97),(45365,2190,97),(45366,2191,97),(45367,2192,97),(45368,2193,97),(45369,2194,97),(45370,2195,97),(45371,2196,97),(45372,2197,97),(45373,2198,97),(45374,2199,97),(45375,1580,97),(45376,2200,97),(45377,2201,97),(45378,2202,97),(45379,2203,97),(45380,2204,97),(45381,2205,97),(45382,2206,97),(45383,2207,97),(45384,2208,97),(45385,2209,97),(45386,2210,97),(45387,2211,97),(45388,2212,97),(45389,2213,97),(45390,2214,97),(45391,32,97),(45392,33,97),(45393,34,97),(45394,35,97),(45395,36,97),(45396,37,97),(45397,38,97),(45398,2215,97),(45399,1588,97),(45400,1528,97),(45401,1503,97),(45402,2216,97),(45403,2217,97),(45404,1507,97),(45405,2218,97),(45406,2219,97),(45407,1509,97),(45408,2220,97),(45409,2221,97),(45410,2222,97),(45411,2223,97),(45412,2224,97),(45413,2225,97),(45414,1342,97),(45415,1343,97),(45416,2226,97),(45417,2227,97),(45418,2228,97),(45419,2229,97),(45420,2230,97),(45421,2231,97),(45422,2232,97),(45423,2233,97),(45424,2234,97),(45425,1344,97),(45426,404,97),(45427,405,97),(45428,406,97),(45429,101,97),(45430,369,97),(45431,370,97),(45432,476,97),(45433,477,97),(45434,478,97),(45435,479,97),(45436,480,97),(45437,481,97),(45438,482,97),(45439,483,97),(45440,484,97),(45441,485,97),(45442,486,97),(45443,487,97),(45444,457,97),(45445,458,97),(45446,459,97),(45447,387,97),(45448,340,97),(45449,341,97),(45450,342,97),(45451,343,97),(45452,344,97),(45453,346,97),(45454,347,97),(45455,348,97),(45456,349,97),(45457,350,97),(45458,351,97),(45459,352,97),(45460,353,97),(45461,354,97),(45462,355,97),(45463,356,97),(45464,357,97),(45465,358,97),(45466,359,97),(45467,360,97),(45468,2235,97),(45469,2236,97),(45470,2237,97),(45471,2238,97),(45472,2239,97),(45473,2240,97),(45474,2241,97),(45475,2242,97),(45476,2243,97),(45477,2244,97),(45478,2245,97),(45479,2246,97),(45480,2247,97),(45481,2248,97),(45482,1345,97),(45483,1346,97),(45484,1347,97),(45485,1348,97),(45486,2249,97),(45487,2250,97),(45488,2251,97),(45489,1092,97),(45490,2252,97),(45491,2253,97),(45492,5350,97),(45493,5351,97),(45494,5352,97),(45495,5353,97),(45496,5354,97),(45497,5355,97),(45498,5356,97),(45499,5357,97),(45500,1349,97),(45501,1350,97),(45502,1351,97),(45503,1352,97),(45504,1353,97),(45505,1354,97),(45506,1355,97),(45507,1356,97),(45508,1357,97),(45509,1358,97),(45510,1359,97),(45511,1360,97),(45512,1361,97),(45513,1362,97),(45514,1363,97),(45515,1364,97),(45516,1365,97),(45517,1366,97),(45518,1367,97),(45519,1368,97),(45520,1369,97),(45521,4993,97),(45522,4994,97),(45523,5358,97),(45524,5359,97),(45525,1523,97),(45526,1524,97),(45527,1525,97),(45528,1526,97),(45529,1570,97),(45530,1370,97),(45531,1371,97),(45532,1372,97),(45533,2254,97),(45534,2255,97),(45535,1531,97),(45536,2256,97),(45537,2257,97),(45538,2258,97),(45539,2259,97),(45540,1535,97),(45541,1536,97),(45542,1373,97),(45543,1374,97),(45544,1375,97),(45545,6057,97),(45546,2260,97),(45547,2261,97),(45548,2262,97),(45549,2263,97),(45550,3462,97),(45551,1539,97),(45552,2264,97),(45553,2265,97),(45554,2266,97),(45555,2267,97),(45556,2268,97),(45557,2269,97),(45558,2270,97),(45559,2271,97),(45560,2272,97),(45561,2273,97),(45562,2274,97),(45563,2275,97),(45564,2276,97),(45565,2277,97),(45566,2278,97),(45567,2279,97),(45568,2280,97),(45569,2281,97),(45570,2282,97),(45571,2283,97),(45572,2284,97),(45573,2285,97),(45574,2286,97),(45575,2287,97),(45576,2288,97),(45577,2289,97),(45578,2290,97),(45579,2291,97),(45580,2292,97),(45581,2293,97),(45582,2294,97),(45583,2295,97),(45584,2296,97),(45585,2297,97),(45586,2298,97),(45587,2299,97),(45588,2300,97),(45589,2301,97),(45590,2302,97),(45591,2303,97),(45592,2304,97),(45593,2305,97),(45594,2306,97),(45595,2307,97),(45596,2308,97),(45597,2309,97),(45598,2310,97),(45599,2311,97),(45600,2312,97),(45601,2313,97),(45602,2314,97),(45603,2315,97),(45604,2316,97),(45605,2317,97),(45606,2318,97),(45607,1094,97),(45608,2319,97),(45609,2320,97),(45610,2321,97),(45611,2322,97),(45612,2323,97),(45613,2324,97),(45614,2325,97),(45615,2326,97),(45616,2327,97),(45617,2328,97),(45618,2329,97),(45619,2330,97),(45620,2331,97),(45621,2332,97),(45622,2333,97),(45623,2334,97),(45624,2335,97),(45625,2336,97),(45626,2337,97),(45627,2338,97),(45628,2339,97),(45629,2340,97),(45630,2341,97),(45631,2342,97),(45632,2343,97),(45633,2344,97),(45634,2345,97),(45635,2346,97),(45636,2347,97),(45637,2348,97),(45638,2349,97),(45639,2350,97),(45640,2351,97),(45641,2352,97),(45642,2353,97),(45643,2354,97),(45644,2355,97),(45645,2356,97),(45646,2357,97),(45647,2358,97),(45648,2359,97),(45649,2360,97),(45650,2361,97),(45651,2362,97),(45652,2363,97),(45653,2364,97),(45654,2365,97),(45655,2366,97),(45656,2367,97),(45657,2368,97),(45658,2369,97),(45659,2370,97),(45660,2371,97),(45661,2372,97),(45662,2373,97),(45663,2374,97),(45664,2375,97),(45665,2376,97),(45666,2377,97),(45667,2378,97),(45668,2379,97),(45669,2380,97),(45670,2381,97),(45671,2382,97),(45672,2383,97),(45673,2384,97),(45674,2385,97),(45675,2386,97),(45676,2387,97),(45677,2388,97),(45678,2389,97),(45679,2390,97),(45680,2391,97),(45681,2392,97),(45682,2393,97),(45683,2394,97),(45684,2395,97),(45685,2396,97),(45686,2397,97),(45687,2398,97),(45688,2399,97),(45689,2400,97),(45690,2401,97),(45691,2402,97),(45692,2403,97),(45693,2404,97),(45694,2405,97),(45695,2406,97),(45696,2407,97),(45697,2408,97),(45698,2409,97),(45699,2410,97),(45700,2411,97),(45701,2412,97),(45702,2413,97),(45703,2414,97),(45704,2415,97),(45705,2416,97),(45706,2417,97),(45707,2418,97),(45708,2419,97),(45709,2420,97),(45710,2421,97),(45711,2422,97),(45712,2423,97),(45713,2424,97),(45714,2425,97),(45715,2426,97),(45716,2427,97),(45717,2428,97),(45718,2429,97),(45719,2430,97),(45720,2431,97),(45721,2432,97),(45722,2433,97),(45723,2434,97),(45724,2435,97),(45725,2436,97),(45726,2437,97),(45727,2438,97),(45728,2439,97),(45729,2440,97),(45730,2441,97),(45731,2442,97),(45732,2443,97),(45733,2444,97),(45734,2445,97),(45735,2446,97),(45736,2447,97),(45737,2448,97),(45738,2449,97),(45739,2450,97),(45740,2451,97),(45741,2452,97),(45742,2453,97),(45743,2454,97),(45744,2455,97),(45745,2456,97),(45746,2457,97),(45747,2458,97),(45748,2459,97),(45749,2460,97),(45750,2461,97),(45751,2462,97),(45752,2463,97),(45753,2464,97),(45754,2465,97),(45755,2466,97),(45756,2467,97),(45757,2468,97),(45758,2469,97),(45759,2470,97),(45760,2471,97),(45761,2472,97),(45762,2473,97),(45763,2474,97),(45764,2475,97),(45765,2476,97),(45766,2477,97),(45767,2478,97),(45768,3463,97),(45769,2482,97),(45770,2483,97),(45771,2484,97),(45772,2485,97),(45773,2486,97),(45774,2487,97),(45775,2488,97),(45776,2489,97),(45777,2529,97),(45778,3464,97),(45779,1573,97),(45780,1554,97),(45781,1555,97),(45782,1556,97),(45783,1557,97),(45784,1558,97),(45785,1559,97),(45786,1560,97),(45787,3465,97),(45788,2491,97),(45789,2492,97),(45790,2493,97),(45791,2494,97),(45792,2495,97),(45793,2496,97),(45794,2497,97),(45795,2498,97),(45796,1606,97),(45797,1607,97),(45798,2499,97),(45799,2500,97),(45800,2501,97),(45801,2502,97),(45802,2503,97),(45803,2507,97),(45804,2508,97),(45805,1589,97),(45806,1590,97),(45807,1591,97),(45808,1592,97),(45809,1593,97),(45810,1594,97),(45811,2641,97),(45812,1540,97),(45813,2509,97),(45814,1598,97),(45815,1601,97),(45816,1602,97),(45817,1600,97),(45818,2510,97),(45819,6043,97),(45820,5346,97),(45821,5428,97),(45822,5429,97),(45823,5430,97),(45824,5431,97),(45825,5432,97),(45826,5433,97),(45827,5434,97),(45828,5435,97),(45829,5436,97),(45830,5437,97),(45831,5438,97),(45832,5439,97),(45833,5440,97),(45834,5441,97),(45835,5442,97),(45836,5443,97),(45837,5444,97),(45838,5445,97),(45839,5446,97),(45840,5447,97),(45841,5448,97),(45842,5449,97),(45843,5450,97),(45844,5451,97),(45845,5452,97),(45846,5453,97),(45847,5454,97),(45848,5455,97),(45849,5456,97),(45850,5457,97),(45851,5458,97),(45852,5459,97),(45853,5460,97),(45854,5461,97),(45855,5462,97),(45856,5463,97),(45857,5464,97),(45858,5465,97),(45859,5466,97),(45860,5467,97),(45861,5468,97),(45862,5469,97),(45863,5470,97),(45864,5471,97),(45865,5472,97),(45866,5473,97),(45867,5474,97),(45868,5475,97),(45869,5476,97),(45870,5477,97),(45871,5478,97),(45872,5479,97),(45873,5480,97),(45874,5481,97),(45875,5482,97),(45876,5483,97),(45877,5484,97),(45878,5485,97),(45879,5486,97),(45880,5487,97),(45881,5488,97),(45882,5489,97),(45883,5490,97),(45884,5491,97),(45885,5492,97),(45886,5493,97),(45887,5494,97),(45888,5495,97),(45889,5496,97),(45890,5497,97),(45891,5498,97),(45892,5499,97),(45893,5500,97),(45894,5501,97),(45895,5502,97),(45896,5503,97),(45897,5504,97),(45898,5505,97),(45899,5506,97),(45900,5507,97),(45901,5508,97),(45902,5509,97),(45903,5510,97),(45904,5511,97),(45905,5512,97),(45906,5513,97),(45907,5514,97),(45908,5515,97),(45909,5516,97),(45910,5517,97),(45911,5518,97),(45912,5519,97),(45913,5520,97),(45914,5521,97),(45915,5522,97),(45916,5523,97),(45917,5524,97),(45918,5525,97),(45919,5526,97),(45920,5527,97),(45921,5528,97),(45922,5529,97),(45923,5530,97),(45924,5531,97),(45925,5532,97),(45926,5533,97),(45927,5534,97),(45928,5535,97),(45929,5536,97),(45930,5537,97),(45931,5538,97),(45932,5539,97),(45933,5540,97),(45934,5541,97),(45935,5542,97),(45936,5543,97),(45937,5544,97),(45938,5545,97),(45939,5546,97),(45940,5547,97),(45941,5548,97),(45942,5549,97),(45943,5550,97),(45944,5551,97),(45945,6044,97),(45946,5942,97),(45947,5943,97),(45948,5944,97),(45949,5945,97),(45950,5946,97),(45951,5947,97),(45952,5948,97),(45953,5949,97),(45954,5950,97),(45955,5951,97),(45956,5952,97),(45957,5953,97),(45958,5954,97),(45959,5955,97),(45960,5956,97),(45961,5957,97),(45962,5958,97),(45963,5959,97),(45964,5960,97),(45965,5961,97),(45966,5962,97),(45967,5963,97),(45968,5964,97),(45969,5965,97),(45970,5966,97),(45971,5967,97),(45972,5968,97),(45973,5969,97),(45974,5970,97),(45975,5971,97),(45976,5972,97),(45977,5973,97),(45978,5974,97),(45979,5975,97),(45980,5976,97),(45981,5977,97),(45982,5978,97),(45983,5979,97),(45984,5980,97),(45985,5981,97),(45986,5982,97),(45987,5983,97),(45988,5984,97),(45989,5552,97),(45990,2517,97),(45991,2518,97),(45992,2519,97),(45993,2520,97),(45994,1500,97),(45995,1501,97),(45996,2521,97),(45997,2522,97),(45998,2523,97),(45999,1595,97),(46000,2524,97),(46001,2525,97),(46002,2526,97),(46003,2527,97),(46004,2528,97),(46005,2530,97),(46006,2531,97),(46007,2532,97),(46008,2533,97),(46009,2534,97),(46010,2535,97),(46011,2536,97),(46012,2537,97),(46013,2538,97),(46014,2539,97),(46015,2540,97),(46016,2541,97),(46017,2542,97),(46018,2543,97),(46019,2544,97),(46020,2545,97),(46021,2546,97),(46022,2547,97),(46023,1488,97),(46024,1489,97),(46025,4012,97),(46026,4013,97),(46027,2548,97),(46028,2549,97),(46029,2550,97),(46030,2551,97),(46031,2552,97),(46032,2553,97),(46033,2554,97),(46034,2555,97),(46035,2556,97),(46036,2557,97),(46037,2558,97),(46038,2559,97),(46039,2560,97),(46040,2561,97),(46041,2562,97),(46042,2563,97),(46043,2564,97),(46044,2565,97),(46045,2566,97),(46046,2567,97),(46047,2568,97),(46048,2569,97),(46049,2570,97),(46050,2571,97),(46051,2572,97),(46052,2573,97),(46053,2574,97),(46054,2575,97),(46055,2576,97),(46056,2577,97),(46057,2578,97),(46058,2579,97),(46059,2580,97),(46060,2581,97),(46061,2582,97),(46062,2583,97),(46063,2584,97),(46064,2585,97),(46065,2586,97),(46066,2587,97),(46067,2588,97),(46068,2589,97),(46069,2590,97),(46070,2591,97),(46071,2592,97),(46072,2593,97),(46073,2594,97),(46074,2595,97),(46075,2596,97),(46076,1532,97),(46077,2597,97),(46078,2598,97),(46079,2599,97),(46080,2600,97),(46081,2601,97),(46082,2602,97),(46083,2603,97),(46084,2604,97),(46085,2605,97),(46086,2606,97),(46087,2607,97),(46088,2608,97),(46089,2609,97),(46090,2610,97),(46091,2611,97),(46092,2612,97),(46093,2613,97),(46094,2614,97),(46095,2615,97),(46096,2616,97),(46097,2617,97),(46098,2618,97),(46099,2619,97),(46100,2620,97),(46101,2621,97),(46102,2622,97),(46103,2623,97),(46104,2624,97),(46105,2625,97),(46106,2626,97),(46107,2627,97),(46108,2628,97),(46109,2629,97),(46110,2630,97),(46111,2631,97),(46112,2632,97),(46113,2633,97),(46114,2634,97),(46115,2635,97),(46116,2636,97),(46117,1490,97),(46118,1491,97),(46119,1492,97),(46120,2637,97),(46121,2638,97),(46122,2639,97),(46123,2640,97),(46124,1218,98),(46125,1219,98),(46126,1220,98),(46127,1221,98),(46128,1222,98),(46129,1223,98),(46130,1224,98),(46131,1225,98),(46132,1226,98),(46133,1227,98),(46134,1228,98),(46135,1229,98),(46136,1230,98),(46137,1231,98),(46138,1232,98),(46139,1233,98),(46140,1234,98),(46141,1235,98),(46142,1236,98),(46143,1237,98),(46144,1238,98),(46145,1239,98),(46146,1240,98),(46147,1241,98),(46148,1242,98),(46149,1243,98),(46150,1244,98),(46151,1245,98),(46152,1246,98),(46153,1247,98),(46154,1248,98),(46155,1249,98),(46156,1250,98),(46157,1251,98),(46158,1252,98),(46159,1253,98),(46160,1254,98),(46161,1255,98),(46162,1256,98),(46163,1257,98),(46164,1258,98),(46165,1259,98),(46166,1260,98),(46167,1261,98),(46168,1262,98),(46169,1263,98),(46170,1264,98),(46171,1265,98),(46172,1266,98),(46173,1267,98),(46174,1268,98),(46175,1269,98),(46176,1270,98),(46177,1271,98),(46178,1272,98),(46179,1273,98),(46180,1274,98),(46181,1275,98),(46182,1276,98),(46183,1277,98),(46184,1278,98),(46185,1279,98),(46186,1280,98),(46187,1281,98),(46188,1282,98),(46189,1283,98),(46190,1284,98),(46191,1285,98),(46192,5398,98),(46193,5732,98),(46194,5851,98),(46195,1286,98),(46196,1287,98),(46197,4248,98),(46198,4249,98),(46199,4250,98),(46200,4251,98),(46201,4252,98),(46202,4253,98),(46203,4254,98),(46204,4255,98),(46205,4256,98),(46206,4257,98),(46207,4258,98),(46208,4259,98),(46209,4620,98),(46210,4260,98),(46211,4261,98),(46212,1288,98),(46213,1289,98),(46214,1290,98),(46215,1291,99),(46216,1292,99),(46217,1293,99),(46218,1294,99),(46219,1295,99),(46220,3906,99),(46221,1297,99),(46222,1298,99),(46223,1240,99),(46224,1299,99),(46225,1300,99),(46226,1301,99),(46227,1302,99),(46228,1303,99),(46229,1304,99),(46230,1305,99),(46231,1306,99),(46232,1307,99),(46233,1308,99),(46234,3653,99),(46235,1309,99),(46236,1310,99),(46237,1311,99),(46238,1312,99),(46239,1313,99),(46240,1314,99),(46241,1315,99),(46242,1316,99),(46243,1317,99),(46244,1318,99),(46245,1319,99),(46246,1320,99),(46247,1321,99),(46248,1322,99),(46249,1323,99),(46250,1324,99),(46251,1325,99),(46252,1326,99),(46253,1327,99),(46254,3594,99),(46255,4242,99),(46256,4243,99),(46257,4244,99),(46258,4245,99),(46259,4246,99),(46260,4247,99),(46261,86,99),(46262,83,99),(46263,87,99),(46264,4595,99),(46265,4596,99),(46266,4597,99),(46267,4598,99),(46268,4599,99),(46269,4600,99),(46270,4601,99),(46271,4602,99),(46272,4603,99),(46273,4604,99),(46274,1328,99),(46275,6160,99),(46276,1330,99),(46277,1331,99),(46278,1332,99),(46279,1333,99),(46280,1334,99),(46281,1335,99),(46282,1336,99),(46283,5339,99),(46284,5340,99),(46285,5341,99),(46286,6056,99),(46287,5342,99),(46288,5343,99),(46289,5344,99),(46290,5345,99),(46291,1337,99),(46292,1338,99),(46293,1339,99),(46294,5347,99),(46295,1340,99),(46296,1341,99),(46297,1218,99),(46298,1219,99),(46299,1220,99),(46300,1221,99),(46301,1222,99),(46302,1223,99),(46303,1224,99),(46304,1225,99),(46305,1226,99),(46306,1227,99),(46307,1228,99),(46308,1229,99),(46309,1230,99),(46310,1231,99),(46311,1232,99),(46312,1233,99),(46313,1234,99),(46314,1235,99),(46315,1236,99),(46316,1237,99),(46317,1238,99),(46318,1239,99),(46319,1241,99),(46320,1242,99),(46321,1243,99),(46322,1244,99),(46323,1245,99),(46324,1246,99),(46325,1247,99),(46326,1248,99),(46327,1249,99),(46328,1250,99),(46329,1251,99),(46330,1252,99),(46331,1253,99),(46332,1254,99),(46333,1255,99),(46334,1256,99),(46335,1257,99),(46336,1258,99),(46337,1259,99),(46338,1260,99),(46339,1261,99),(46340,1262,99),(46341,1263,99),(46342,1264,99),(46343,1265,99),(46344,1266,99),(46345,1267,99),(46346,1268,99),(46347,1269,99),(46348,1270,99),(46349,1271,99),(46350,1272,99),(46351,1273,99),(46352,1274,99),(46353,1275,99),(46354,1276,99),(46355,1277,99),(46356,1278,99),(46357,1279,99),(46358,1280,99),(46359,1281,99),(46360,1282,99),(46361,1283,99),(46362,1284,99),(46363,1285,99),(46364,5398,99),(46365,5732,99),(46366,5851,99),(46367,1286,99),(46368,1287,99),(46369,4248,99),(46370,4249,99),(46371,4250,99),(46372,4251,99),(46373,4252,99),(46374,4253,99),(46375,4254,99),(46376,4255,99),(46377,4256,99),(46378,4257,99),(46379,4258,99),(46380,4259,99),(46381,4620,99),(46382,4260,99),(46383,4261,99),(46384,1288,99),(46385,1289,99),(46386,1290,99),(46387,265,99),(46388,291,99),(46389,292,99),(46390,293,99),(46391,266,99),(46392,267,99),(46393,268,99),(46394,269,99),(46395,270,99),(46396,271,99),(46397,272,99),(46398,273,99),(46399,274,99),(46400,275,99),(46401,276,99),(46402,277,99),(46403,278,99),(46404,279,99),(46405,280,99),(46406,281,99),(46407,282,99),(46408,283,99),(46409,284,99),(46410,285,99),(46411,286,99),(46412,287,99),(46413,288,99),(46414,289,99),(46415,290,99),(46416,2199,99),(46417,1580,99),(46418,2200,99),(46419,2201,99),(46420,2202,99),(46421,2203,99),(46422,2204,99),(46423,2205,99),(46424,2206,99),(46425,2207,99),(46426,2208,99),(46427,2209,99),(46428,2210,99),(46429,2211,99),(46430,2212,99),(46431,2213,99),(46432,2214,99),(46433,32,99),(46434,33,99),(46435,34,99),(46436,35,99),(46437,36,99),(46438,37,99),(46439,38,99),(46440,1588,99),(46441,1342,99),(46442,1343,99),(46443,2226,99),(46444,2227,99),(46445,2228,99),(46446,2229,99),(46447,2230,99),(46448,2231,99),(46449,2232,99),(46450,2233,99),(46451,2234,99),(46452,1344,99),(46453,404,99),(46454,405,99),(46455,406,99),(46456,101,99),(46457,369,99),(46458,370,99),(46459,476,99),(46460,477,99),(46461,478,99),(46462,479,99),(46463,480,99),(46464,481,99),(46465,482,99),(46466,483,99),(46467,484,99),(46468,485,99),(46469,486,99),(46470,487,99),(46471,457,99),(46472,458,99),(46473,459,99),(46474,387,99),(46475,340,99),(46476,341,99),(46477,342,99),(46478,343,99),(46479,344,99),(46480,346,99),(46481,347,99),(46482,348,99),(46483,349,99),(46484,350,99),(46485,351,99),(46486,352,99),(46487,353,99),(46488,354,99),(46489,355,99),(46490,356,99),(46491,357,99),(46492,358,99),(46493,359,99),(46494,360,99),(46495,2235,99),(46496,2236,99),(46497,2237,99),(46498,2238,99),(46499,2239,99),(46500,2240,99),(46501,2241,99),(46502,2242,99),(46503,2243,99),(46504,2244,99),(46505,2245,99),(46506,39,99),(46507,40,99),(46508,41,99),(46509,42,99),(46510,43,99),(46511,44,99),(46512,45,99),(46513,30,99),(46514,46,99),(46515,31,99),(46516,47,99),(46517,48,99),(46518,2246,99),(46519,2247,99),(46520,2248,99),(46521,1345,99),(46522,1346,99),(46523,1347,99),(46524,1348,99),(46525,2249,99),(46526,2250,99),(46527,2251,99),(46528,1092,99),(46529,2252,99),(46530,5350,99),(46531,5351,99),(46532,5352,99),(46533,5353,99),(46534,5354,99),(46535,5355,99),(46536,5356,99),(46537,5357,99),(46538,49,99),(46539,50,99),(46540,1349,99),(46541,1350,99),(46542,1351,99),(46543,1352,99),(46544,1353,99),(46545,1354,99),(46546,1355,99),(46547,1356,99),(46548,1357,99),(46549,1358,99),(46550,1359,99),(46551,1360,99),(46552,1361,99),(46553,1362,99),(46554,1363,99),(46555,1364,99),(46556,1365,99),(46557,1366,99),(46558,1367,99),(46559,1368,99),(46560,1369,99),(46561,4993,99),(46562,4994,99),(46563,5358,99),(46564,5359,99),(46565,1523,99),(46566,1524,99),(46567,1525,99),(46568,1526,99),(46569,1370,99),(46570,1371,99),(46571,1372,99),(46572,2254,99),(46573,2255,99),(46574,51,99),(46575,1531,99),(46576,2256,99),(46577,2257,99),(46578,2258,99),(46579,2259,99),(46580,1536,99),(46581,1373,99),(46582,1374,99),(46583,1375,99),(46584,6057,99),(46585,2260,99),(46586,2261,99),(46587,2262,99),(46588,2476,99),(46589,2496,99),(46590,1539,99),(46591,2497,99),(46592,2498,99),(46593,1606,99),(46594,1607,99),(46595,2499,99),(46596,2500,99),(46597,2501,99),(46598,2502,99),(46599,2503,99),(46600,2507,99),(46601,2508,99),(46602,1589,99),(46603,1590,99),(46604,1591,99),(46605,1592,99),(46606,1593,99),(46607,1594,99),(46608,52,99),(46609,2641,99),(46610,1540,99),(46611,135,99),(46612,136,99),(46613,137,99),(46614,138,99),(46615,139,99),(46616,140,99),(46617,126,99),(46618,127,99),(46619,128,99),(46620,129,99),(46621,75,99),(46622,130,99),(46623,131,99),(46624,132,99),(46625,133,99),(46626,114,99),(46627,115,99),(46628,116,99),(46629,117,99),(46630,118,99),(46631,548,99),(46632,549,99),(46633,550,99),(46634,551,99),(46635,552,99),(46636,309,99),(46637,119,99),(46638,120,99),(46639,121,99),(46640,302,99),(46641,303,99),(46642,304,99),(46643,305,99),(46644,307,99),(46645,322,99),(46646,306,99),(46647,446,99),(46648,472,99),(46649,473,99),(46650,337,99),(46651,474,99),(46652,314,99),(46653,315,99),(46654,111,99),(46655,110,99),(46656,112,99),(46657,113,99),(46658,122,99),(46659,123,99),(46660,124,99),(46661,125,99),(46662,134,99),(46663,490,99),(46664,152,99),(46665,153,99),(46666,299,99),(46667,491,99),(46668,308,99),(46669,362,99),(46670,363,99),(46671,364,99),(46672,365,99),(46673,366,99),(46674,367,99),(46675,513,99),(46676,514,99),(46677,517,99),(46678,518,99),(46679,421,99),(46680,422,99),(46681,423,99),(46682,424,99),(46683,425,99),(46684,141,99),(46685,142,99),(46686,143,99),(46687,192,99),(46688,2642,99),(46689,2643,99),(46690,2644,99),(46691,3593,99),(46692,144,99),(46693,145,99),(46694,146,99),(46695,147,99),(46696,148,99),(46697,149,99),(46698,150,99),(46699,151,99),(46700,154,99),(46701,155,99),(46702,156,99),(46703,157,99),(46704,158,99),(46705,60,99),(46706,159,99),(46707,160,99),(46708,161,99),(46709,162,99),(46710,163,99),(46711,164,99),(46712,165,99),(46713,166,99),(46714,167,99),(46715,168,99),(46716,169,99),(46717,170,99),(46718,171,99),(46719,172,99),(46720,173,99),(46721,174,99),(46722,175,99),(46723,176,99),(46724,317,99),(46725,2517,99),(46726,2518,99),(46727,2519,99),(46728,2520,99),(46729,1500,99),(46730,1501,99),(46731,2521,99),(46732,2522,99),(46733,2300,99),(46734,2523,99),(46735,2524,99),(46736,2525,99),(46737,2526,99),(46738,2527,99),(46739,2537,99),(46740,1488,99),(46741,1489,99),(46742,4012,99),(46743,4013,99),(46744,2634,99),(46745,2635,99),(46746,2636,99),(46747,1490,99),(46748,1491,99),(46749,1492,99),(46750,1291,100),(46751,1292,100),(46752,1293,100),(46753,1294,100),(46754,1295,100),(46755,3906,100),(46756,1297,100),(46757,1298,100),(46758,1240,100),(46759,1299,100),(46760,1300,100),(46761,1301,100),(46762,1302,100),(46763,1303,100),(46764,1304,100),(46765,1305,100),(46766,1306,100),(46767,1307,100),(46768,1308,100),(46769,3653,100),(46770,1309,100),(46771,1310,100),(46772,1311,100),(46773,1312,100),(46774,1313,100),(46775,1314,100),(46776,1315,100),(46777,1316,100),(46778,1317,100),(46779,1318,100),(46780,1319,100),(46781,1320,100),(46782,1321,100),(46783,1322,100),(46784,1323,100),(46785,1324,100),(46786,1325,100),(46787,1326,100),(46788,1327,100),(46789,3594,100),(46790,4242,100),(46791,4243,100),(46792,4244,100),(46793,4245,100),(46794,4246,100),(46795,4247,100),(46796,86,100),(46797,83,100),(46798,87,100),(46799,4595,100),(46800,4596,100),(46801,4597,100),(46802,4598,100),(46803,4599,100),(46804,4600,100),(46805,4601,100),(46806,4602,100),(46807,4603,100),(46808,4604,100),(46809,1328,100),(46810,6160,100),(46811,1330,100),(46812,1331,100),(46813,1332,100),(46814,1333,100),(46815,1334,100),(46816,1335,100),(46817,1336,100),(46818,5339,100),(46819,5340,100),(46820,5341,100),(46821,6056,100),(46822,5342,100),(46823,5343,100),(46824,5344,100),(46825,5345,100),(46826,1337,100),(46827,1338,100),(46828,1339,100),(46829,5347,100),(46830,1340,100),(46831,1341,100),(46832,1218,100),(46833,1219,100),(46834,1220,100),(46835,1221,100),(46836,1222,100),(46837,1223,100),(46838,1224,100),(46839,1225,100),(46840,1226,100),(46841,1227,100),(46842,1228,100),(46843,1229,100),(46844,1230,100),(46845,1231,100),(46846,1232,100),(46847,1233,100),(46848,1234,100),(46849,1235,100),(46850,1236,100),(46851,1237,100),(46852,1238,100),(46853,1239,100),(46854,1241,100),(46855,1242,100),(46856,1243,100),(46857,1244,100),(46858,1245,100),(46859,1246,100),(46860,1247,100),(46861,1248,100),(46862,1249,100),(46863,1250,100),(46864,1251,100),(46865,1252,100),(46866,1253,100),(46867,1254,100),(46868,1255,100),(46869,1256,100),(46870,1257,100),(46871,1258,100),(46872,1259,100),(46873,1260,100),(46874,1261,100),(46875,1262,100),(46876,1263,100),(46877,1264,100),(46878,1265,100),(46879,1266,100),(46880,1267,100),(46881,1268,100),(46882,1269,100),(46883,1270,100),(46884,1271,100),(46885,1272,100),(46886,1273,100),(46887,1274,100),(46888,1275,100),(46889,1276,100),(46890,1277,100),(46891,1278,100),(46892,1279,100),(46893,1280,100),(46894,1281,100),(46895,1282,100),(46896,1283,100),(46897,1284,100),(46898,1285,100),(46899,5398,100),(46900,5732,100),(46901,5851,100),(46902,1286,100),(46903,1287,100),(46904,4248,100),(46905,4249,100),(46906,4250,100),(46907,4251,100),(46908,4252,100),(46909,4253,100),(46910,4254,100),(46911,4255,100),(46912,4256,100),(46913,4257,100),(46914,4258,100),(46915,4259,100),(46916,4620,100),(46917,4260,100),(46918,4261,100),(46919,1288,100),(46920,1289,100),(46921,1290,100),(46922,265,100),(46923,291,100),(46924,292,100),(46925,293,100),(46926,266,100),(46927,267,100),(46928,268,100),(46929,269,100),(46930,270,100),(46931,271,100),(46932,272,100),(46933,273,100),(46934,274,100),(46935,275,100),(46936,276,100),(46937,277,100),(46938,278,100),(46939,279,100),(46940,280,100),(46941,281,100),(46942,282,100),(46943,283,100),(46944,284,100),(46945,285,100),(46946,286,100),(46947,287,100),(46948,288,100),(46949,289,100),(46950,290,100),(46951,2199,100),(46952,1580,100),(46953,2200,100),(46954,2201,100),(46955,2202,100),(46956,2203,100),(46957,2204,100),(46958,2205,100),(46959,2206,100),(46960,2207,100),(46961,2208,100),(46962,2209,100),(46963,2210,100),(46964,2211,100),(46965,2212,100),(46966,2213,100),(46967,2214,100),(46968,32,100),(46969,33,100),(46970,34,100),(46971,35,100),(46972,36,100),(46973,37,100),(46974,38,100),(46975,1588,100),(46976,1342,100),(46977,1343,100),(46978,2226,100),(46979,2227,100),(46980,2228,100),(46981,2229,100),(46982,2230,100),(46983,2231,100),(46984,2232,100),(46985,2233,100),(46986,2234,100),(46987,1344,100),(46988,404,100),(46989,405,100),(46990,406,100),(46991,101,100),(46992,369,100),(46993,370,100),(46994,476,100),(46995,477,100),(46996,478,100),(46997,479,100),(46998,480,100),(46999,481,100),(47000,482,100),(47001,483,100),(47002,484,100),(47003,485,100),(47004,486,100),(47005,487,100),(47006,457,100),(47007,458,100),(47008,459,100),(47009,387,100),(47010,340,100),(47011,341,100),(47012,342,100),(47013,343,100),(47014,344,100),(47015,346,100),(47016,347,100),(47017,348,100),(47018,349,100),(47019,350,100),(47020,351,100),(47021,352,100),(47022,353,100),(47023,354,100),(47024,355,100),(47025,356,100),(47026,357,100),(47027,358,100),(47028,359,100),(47029,360,100),(47030,2235,100),(47031,2236,100),(47032,2237,100),(47033,2238,100),(47034,2239,100),(47035,2240,100),(47036,2241,100),(47037,2242,100),(47038,2243,100),(47039,2244,100),(47040,2245,100),(47041,39,100),(47042,40,100),(47043,41,100),(47044,42,100),(47045,43,100),(47046,44,100),(47047,45,100),(47048,30,100),(47049,46,100),(47050,31,100),(47051,47,100),(47052,48,100),(47053,2246,100),(47054,2247,100),(47055,2248,100),(47056,1345,100),(47057,1346,100),(47058,1347,100),(47059,1348,100),(47060,2249,100),(47061,2250,100),(47062,2251,100),(47063,1092,100),(47064,2252,100),(47065,5350,100),(47066,5351,100),(47067,5352,100),(47068,5353,100),(47069,5354,100),(47070,5355,100),(47071,5356,100),(47072,5357,100),(47073,49,100),(47074,50,100),(47075,1349,100),(47076,1350,100),(47077,1351,100),(47078,1352,100),(47079,1353,100),(47080,1354,100),(47081,1355,100),(47082,1356,100),(47083,1357,100),(47084,1358,100),(47085,1359,100),(47086,1360,100),(47087,1361,100),(47088,1362,100),(47089,1363,100),(47090,1364,100),(47091,1365,100),(47092,1366,100),(47093,1367,100),(47094,1368,100),(47095,1369,100),(47096,4993,100),(47097,4994,100),(47098,5358,100),(47099,5359,100),(47100,1523,100),(47101,1524,100),(47102,1525,100),(47103,1526,100),(47104,1370,100),(47105,1371,100),(47106,1372,100),(47107,2254,100),(47108,2255,100),(47109,51,100),(47110,1531,100),(47111,2256,100),(47112,2257,100),(47113,2258,100),(47114,2259,100),(47115,1536,100),(47116,1373,100),(47117,1374,100),(47118,1375,100),(47119,6057,100),(47120,2260,100),(47121,2261,100),(47122,2262,100),(47123,2476,100),(47124,2496,100),(47125,1539,100),(47126,2497,100),(47127,2498,100),(47128,1606,100),(47129,1607,100),(47130,2499,100),(47131,2500,100),(47132,2501,100),(47133,2502,100),(47134,2503,100),(47135,2507,100),(47136,2508,100),(47137,1589,100),(47138,1590,100),(47139,1591,100),(47140,1592,100),(47141,1593,100),(47142,1594,100),(47143,52,100),(47144,2641,100),(47145,1540,100),(47146,135,100),(47147,136,100),(47148,137,100),(47149,138,100),(47150,139,100),(47151,140,100),(47152,126,100),(47153,127,100),(47154,128,100),(47155,129,100),(47156,75,100),(47157,130,100),(47158,131,100),(47159,132,100),(47160,133,100),(47161,114,100),(47162,115,100),(47163,116,100),(47164,117,100),(47165,118,100),(47166,548,100),(47167,549,100),(47168,550,100),(47169,551,100),(47170,552,100),(47171,309,100),(47172,119,100),(47173,120,100),(47174,121,100),(47175,302,100),(47176,303,100),(47177,304,100),(47178,305,100),(47179,307,100),(47180,322,100),(47181,306,100),(47182,446,100),(47183,472,100),(47184,473,100),(47185,337,100),(47186,474,100),(47187,314,100),(47188,315,100),(47189,111,100),(47190,110,100),(47191,112,100),(47192,113,100),(47193,122,100),(47194,123,100),(47195,124,100),(47196,125,100),(47197,134,100),(47198,490,100),(47199,152,100),(47200,153,100),(47201,299,100),(47202,491,100),(47203,308,100),(47204,362,100),(47205,363,100),(47206,364,100),(47207,365,100),(47208,366,100),(47209,367,100),(47210,513,100),(47211,514,100),(47212,517,100),(47213,518,100),(47214,421,100),(47215,422,100),(47216,423,100),(47217,424,100),(47218,425,100),(47219,141,100),(47220,142,100),(47221,143,100),(47222,192,100),(47223,2642,100),(47224,2643,100),(47225,2644,100),(47226,3593,100),(47227,144,100),(47228,145,100),(47229,146,100),(47230,147,100),(47231,148,100),(47232,149,100),(47233,150,100),(47234,151,100),(47235,154,100),(47236,155,100),(47237,156,100),(47238,157,100),(47239,158,100),(47240,60,100),(47241,159,100),(47242,160,100),(47243,161,100),(47244,162,100),(47245,163,100),(47246,164,100),(47247,165,100),(47248,166,100),(47249,167,100),(47250,168,100),(47251,169,100),(47252,170,100),(47253,171,100),(47254,172,100),(47255,173,100),(47256,174,100),(47257,175,100),(47258,176,100),(47259,317,100),(47260,2517,100),(47261,2518,100),(47262,2519,100),(47263,2520,100),(47264,1500,100),(47265,1501,100),(47266,2521,100),(47267,2522,100),(47268,2300,100),(47269,2523,100),(47270,2524,100),(47271,2525,100),(47272,2526,100),(47273,2527,100),(47274,2537,100),(47275,1488,100),(47276,1489,100),(47277,4012,100),(47278,4013,100),(47279,2634,100),(47280,2635,100),(47281,2636,100),(47282,1490,100),(47283,1491,100),(47284,1492,100),(47285,1218,101),(47286,1219,101),(47287,1220,101),(47288,1221,101),(47289,1222,101),(47290,1223,101),(47291,1224,101),(47292,1225,101),(47293,1226,101),(47294,1227,101),(47295,1228,101),(47296,1229,101),(47297,1230,101),(47298,1231,101),(47299,1232,101),(47300,1233,101),(47301,1234,101),(47302,1235,101),(47303,1236,101),(47304,1237,101),(47305,1238,101),(47306,1239,101),(47307,1240,101),(47308,1241,101),(47309,1242,101),(47310,1243,101),(47311,1244,101),(47312,1245,101),(47313,1246,101),(47314,1247,101),(47315,1248,101),(47316,1249,101),(47317,1250,101),(47318,1251,101),(47319,1252,101),(47320,1253,101),(47321,1254,101),(47322,1255,101),(47323,1256,101),(47324,1257,101),(47325,1258,101),(47326,1259,101),(47327,1260,101),(47328,1261,101),(47329,1262,101),(47330,1263,101),(47331,1264,101),(47332,1265,101),(47333,1266,101),(47334,1267,101),(47335,1268,101),(47336,1269,101),(47337,1270,101),(47338,1271,101),(47339,1272,101),(47340,1273,101),(47341,1274,101),(47342,1275,101),(47343,1276,101),(47344,1277,101),(47345,1278,101),(47346,1279,101),(47347,1280,101),(47348,1281,101),(47349,1282,101),(47350,1283,101),(47351,1284,101),(47352,1285,101),(47353,5398,101),(47354,5732,101),(47355,5851,101),(47356,1286,101),(47357,1287,101),(47358,4248,101),(47359,4249,101),(47360,4250,101),(47361,4251,101),(47362,4252,101),(47363,4253,101),(47364,4254,101),(47365,4255,101),(47366,4256,101),(47367,4257,101),(47368,4258,101),(47369,4259,101),(47370,4620,101),(47371,4260,101),(47372,4261,101),(47373,1288,101),(47374,1289,101),(47375,1290,101),(47376,1291,102),(47377,1292,102),(47378,1293,102),(47379,1294,102),(47380,1295,102),(47381,3906,102),(47382,1297,102),(47383,1298,102),(47384,1240,102),(47385,1299,102),(47386,1300,102),(47387,1301,102),(47388,1302,102),(47389,1303,102),(47390,1304,102),(47391,1305,102),(47392,1306,102),(47393,1307,102),(47394,1308,102),(47395,3653,102),(47396,1309,102),(47397,1310,102),(47398,1311,102),(47399,1312,102),(47400,1313,102),(47401,1314,102),(47402,1315,102),(47403,1316,102),(47404,1317,102),(47405,1318,102),(47406,1319,102),(47407,1320,102),(47408,1321,102),(47409,1322,102),(47410,1323,102),(47411,1324,102),(47412,1325,102),(47413,1326,102),(47414,1327,102),(47415,3594,102),(47416,4242,102),(47417,4243,102),(47418,4244,102),(47419,4245,102),(47420,4246,102),(47421,4247,102),(47422,86,102),(47423,83,102),(47424,87,102),(47425,4595,102),(47426,4596,102),(47427,4597,102),(47428,4598,102),(47429,4599,102),(47430,4600,102),(47431,4601,102),(47432,4602,102),(47433,4603,102),(47434,4604,102),(47435,1328,102),(47436,6160,102),(47437,1330,102),(47438,1331,102),(47439,1332,102),(47440,1333,102),(47441,1334,102),(47442,1335,102),(47443,1336,102),(47444,5339,102),(47445,5340,102),(47446,5341,102),(47447,6056,102),(47448,5342,102),(47449,5343,102),(47450,5344,102),(47451,5345,102),(47452,1337,102),(47453,1338,102),(47454,1339,102),(47455,5347,102),(47456,1340,102),(47457,1341,102),(47458,1218,102),(47459,1219,102),(47460,1220,102),(47461,1221,102),(47462,1222,102),(47463,1223,102),(47464,1224,102),(47465,1225,102),(47466,1226,102),(47467,1227,102),(47468,1228,102),(47469,1229,102),(47470,1230,102),(47471,1231,102),(47472,1232,102),(47473,1233,102),(47474,1234,102),(47475,1235,102),(47476,1236,102),(47477,1237,102),(47478,1238,102),(47479,1239,102),(47480,1241,102),(47481,1242,102),(47482,1243,102),(47483,1244,102),(47484,1245,102),(47485,1246,102),(47486,1247,102),(47487,1248,102),(47488,1249,102),(47489,1250,102),(47490,1251,102),(47491,1252,102),(47492,1253,102),(47493,1254,102),(47494,1255,102),(47495,1256,102),(47496,1257,102),(47497,1258,102),(47498,1259,102),(47499,1260,102),(47500,1261,102),(47501,1262,102),(47502,1263,102),(47503,1264,102),(47504,1265,102),(47505,1266,102),(47506,1267,102),(47507,1268,102),(47508,1269,102),(47509,1270,102),(47510,1271,102),(47511,1272,102),(47512,1273,102),(47513,1274,102),(47514,1275,102),(47515,1276,102),(47516,1277,102),(47517,1278,102),(47518,1279,102),(47519,1280,102),(47520,1281,102),(47521,1282,102),(47522,1283,102),(47523,1284,102),(47524,1285,102),(47525,5398,102),(47526,5732,102),(47527,5851,102),(47528,1286,102),(47529,1287,102),(47530,4248,102),(47531,4249,102),(47532,4250,102),(47533,4251,102),(47534,4252,102),(47535,4253,102),(47536,4254,102),(47537,4255,102),(47538,4256,102),(47539,4257,102),(47540,4258,102),(47541,4259,102),(47542,4620,102),(47543,4260,102),(47544,4261,102),(47545,1288,102),(47546,1289,102),(47547,1290,102),(47548,265,102),(47549,291,102),(47550,292,102),(47551,293,102),(47552,266,102),(47553,267,102),(47554,268,102),(47555,269,102),(47556,270,102),(47557,271,102),(47558,272,102),(47559,273,102),(47560,274,102),(47561,275,102),(47562,276,102),(47563,277,102),(47564,278,102),(47565,279,102),(47566,280,102),(47567,281,102),(47568,282,102),(47569,283,102),(47570,284,102),(47571,285,102),(47572,286,102),(47573,287,102),(47574,288,102),(47575,289,102),(47576,290,102),(47577,2199,102),(47578,1580,102),(47579,2200,102),(47580,2201,102),(47581,2202,102),(47582,2203,102),(47583,2204,102),(47584,2205,102),(47585,2206,102),(47586,2207,102),(47587,2208,102),(47588,2209,102),(47589,2210,102),(47590,2211,102),(47591,2212,102),(47592,2213,102),(47593,2214,102),(47594,32,102),(47595,33,102),(47596,34,102),(47597,35,102),(47598,36,102),(47599,37,102),(47600,38,102),(47601,1588,102),(47602,1342,102),(47603,1343,102),(47604,2226,102),(47605,2227,102),(47606,2228,102),(47607,2229,102),(47608,2230,102),(47609,2231,102),(47610,2232,102),(47611,2233,102),(47612,2234,102),(47613,1344,102),(47614,404,102),(47615,405,102),(47616,406,102),(47617,101,102),(47618,369,102),(47619,370,102),(47620,476,102),(47621,477,102),(47622,478,102),(47623,479,102),(47624,480,102),(47625,481,102),(47626,482,102),(47627,483,102),(47628,484,102),(47629,485,102),(47630,486,102),(47631,487,102),(47632,457,102),(47633,458,102),(47634,459,102),(47635,387,102),(47636,340,102),(47637,341,102),(47638,342,102),(47639,343,102),(47640,344,102),(47641,346,102),(47642,347,102),(47643,348,102),(47644,349,102),(47645,350,102),(47646,351,102),(47647,352,102),(47648,353,102),(47649,354,102),(47650,355,102),(47651,356,102),(47652,357,102),(47653,358,102),(47654,359,102),(47655,360,102),(47656,2235,102),(47657,2236,102),(47658,2237,102),(47659,2238,102),(47660,2239,102),(47661,2240,102),(47662,2241,102),(47663,2242,102),(47664,2243,102),(47665,2244,102),(47666,2245,102),(47667,39,102),(47668,40,102),(47669,41,102),(47670,42,102),(47671,43,102),(47672,44,102),(47673,45,102),(47674,30,102),(47675,46,102),(47676,31,102),(47677,47,102),(47678,48,102),(47679,2246,102),(47680,2247,102),(47681,2248,102),(47682,1345,102),(47683,1346,102),(47684,1347,102),(47685,1348,102),(47686,2249,102),(47687,2250,102),(47688,2251,102),(47689,1092,102),(47690,2252,102),(47691,5350,102),(47692,5351,102),(47693,5352,102),(47694,5353,102),(47695,5354,102),(47696,5355,102),(47697,5356,102),(47698,5357,102),(47699,49,102),(47700,50,102),(47701,1349,102),(47702,1350,102),(47703,1351,102),(47704,1352,102),(47705,1353,102),(47706,1354,102),(47707,1355,102),(47708,1356,102),(47709,1357,102),(47710,1358,102),(47711,1359,102),(47712,1360,102),(47713,1361,102),(47714,1362,102),(47715,1363,102),(47716,1364,102),(47717,1365,102),(47718,1366,102),(47719,1367,102),(47720,1368,102),(47721,1369,102),(47722,4993,102),(47723,4994,102),(47724,5358,102),(47725,5359,102),(47726,1523,102),(47727,1524,102),(47728,1525,102),(47729,1526,102),(47730,1370,102),(47731,1371,102),(47732,1372,102),(47733,2254,102),(47734,2255,102),(47735,51,102),(47736,1531,102),(47737,2256,102),(47738,2257,102),(47739,2258,102),(47740,2259,102),(47741,1536,102),(47742,1373,102),(47743,1374,102),(47744,1375,102),(47745,6057,102),(47746,2260,102),(47747,2261,102),(47748,2262,102),(47749,2476,102),(47750,2496,102),(47751,1539,102),(47752,2497,102),(47753,2498,102),(47754,1606,102),(47755,1607,102),(47756,2499,102),(47757,2500,102),(47758,2501,102),(47759,2502,102),(47760,2503,102),(47761,2507,102),(47762,2508,102),(47763,1589,102),(47764,1590,102),(47765,1591,102),(47766,1592,102),(47767,1593,102),(47768,1594,102),(47769,52,102),(47770,2641,102),(47771,1540,102),(47772,135,102),(47773,136,102),(47774,137,102),(47775,138,102),(47776,139,102),(47777,140,102),(47778,126,102),(47779,127,102),(47780,128,102),(47781,129,102),(47782,75,102),(47783,130,102),(47784,131,102),(47785,132,102),(47786,133,102),(47787,114,102),(47788,115,102),(47789,116,102),(47790,117,102),(47791,118,102),(47792,548,102),(47793,549,102),(47794,550,102),(47795,551,102),(47796,552,102),(47797,309,102),(47798,119,102),(47799,120,102),(47800,121,102),(47801,521,102),(47802,307,102),(47803,472,102),(47804,522,102),(47805,523,102),(47806,524,102),(47807,525,102),(47808,111,102),(47809,110,102),(47810,112,102),(47811,113,102),(47812,122,102),(47813,123,102),(47814,124,102),(47815,125,102),(47816,134,102),(47817,308,102),(47818,362,102),(47819,363,102),(47820,364,102),(47821,365,102),(47822,366,102),(47823,367,102),(47824,513,102),(47825,514,102),(47826,402,102),(47827,517,102),(47828,518,102),(47829,421,102),(47830,422,102),(47831,423,102),(47832,424,102),(47833,425,102),(47834,141,102),(47835,2650,102),(47836,2651,102),(47837,2652,102),(47838,2653,102),(47839,400,102),(47840,401,102),(47841,2654,102),(47842,142,102),(47843,143,102),(47844,192,102),(47845,2642,102),(47846,2643,102),(47847,2644,102),(47848,3593,102),(47849,144,102),(47850,145,102),(47851,146,102),(47852,147,102),(47853,148,102),(47854,149,102),(47855,150,102),(47856,151,102),(47857,152,102),(47858,153,102),(47859,154,102),(47860,155,102),(47861,156,102),(47862,157,102),(47863,158,102),(47864,60,102),(47865,159,102),(47866,160,102),(47867,161,102),(47868,162,102),(47869,163,102),(47870,164,102),(47871,165,102),(47872,166,102),(47873,167,102),(47874,168,102),(47875,169,102),(47876,170,102),(47877,171,102),(47878,172,102),(47879,173,102),(47880,174,102),(47881,175,102),(47882,176,102),(47883,317,102),(47884,2517,102),(47885,2518,102),(47886,2519,102),(47887,2520,102),(47888,1500,102),(47889,1501,102),(47890,2521,102),(47891,2522,102),(47892,2300,102),(47893,2523,102),(47894,2524,102),(47895,2525,102),(47896,2526,102),(47897,2527,102),(47898,2537,102),(47899,1488,102),(47900,1489,102),(47901,4012,102),(47902,4013,102),(47903,2634,102),(47904,2635,102),(47905,2636,102),(47906,1490,102),(47907,1491,102),(47908,1492,102),(47909,1291,103),(47910,1292,103),(47911,1293,103),(47912,1294,103),(47913,1295,103),(47914,3906,103),(47915,1297,103),(47916,1298,103),(47917,1240,103),(47918,1299,103),(47919,1300,103),(47920,1301,103),(47921,1302,103),(47922,1303,103),(47923,1304,103),(47924,1305,103),(47925,1306,103),(47926,1307,103),(47927,1308,103),(47928,3653,103),(47929,1309,103),(47930,1310,103),(47931,1311,103),(47932,1312,103),(47933,1313,103),(47934,1314,103),(47935,1315,103),(47936,1316,103),(47937,1317,103),(47938,1318,103),(47939,1319,103),(47940,1320,103),(47941,1321,103),(47942,1322,103),(47943,1323,103),(47944,1324,103),(47945,1325,103),(47946,1326,103),(47947,1327,103),(47948,3594,103),(47949,4242,103),(47950,4243,103),(47951,4244,103),(47952,4245,103),(47953,4246,103),(47954,4247,103),(47955,86,103),(47956,83,103),(47957,87,103),(47958,4595,103),(47959,4596,103),(47960,4597,103),(47961,4598,103),(47962,4599,103),(47963,4600,103),(47964,4601,103),(47965,4602,103),(47966,4603,103),(47967,4604,103),(47968,1328,103),(47969,6160,103),(47970,1330,103),(47971,1331,103),(47972,1332,103),(47973,1333,103),(47974,1334,103),(47975,1335,103),(47976,1336,103),(47977,5339,103),(47978,5340,103),(47979,5341,103),(47980,6056,103),(47981,5342,103),(47982,5343,103),(47983,5344,103),(47984,5345,103),(47985,1337,103),(47986,1338,103),(47987,1339,103),(47988,5347,103),(47989,1340,103),(47990,1341,103),(47991,1218,103),(47992,1219,103),(47993,1220,103),(47994,1221,103),(47995,1222,103),(47996,1223,103),(47997,1224,103),(47998,1225,103),(47999,1226,103),(48000,1227,103),(48001,1228,103),(48002,1229,103),(48003,1230,103),(48004,1231,103),(48005,1232,103),(48006,1233,103),(48007,1234,103),(48008,1235,103),(48009,1236,103),(48010,1237,103),(48011,1238,103),(48012,1239,103),(48013,1241,103),(48014,1242,103),(48015,1243,103),(48016,1244,103),(48017,1245,103),(48018,1246,103),(48019,1247,103),(48020,1248,103),(48021,1249,103),(48022,1250,103),(48023,1251,103),(48024,1252,103),(48025,1253,103),(48026,1254,103),(48027,1255,103),(48028,1256,103),(48029,1257,103),(48030,1258,103),(48031,1259,103),(48032,1260,103),(48033,1261,103),(48034,1262,103),(48035,1263,103),(48036,1264,103),(48037,1265,103),(48038,1266,103),(48039,1267,103),(48040,1268,103),(48041,1269,103),(48042,1270,103),(48043,1271,103),(48044,1272,103),(48045,1273,103),(48046,1274,103),(48047,1275,103),(48048,1276,103),(48049,1277,103),(48050,1278,103),(48051,1279,103),(48052,1280,103),(48053,1281,103),(48054,1282,103),(48055,1283,103),(48056,1284,103),(48057,1285,103),(48058,5398,103),(48059,5732,103),(48060,5851,103),(48061,1286,103),(48062,1287,103),(48063,4248,103),(48064,4249,103),(48065,4250,103),(48066,4251,103),(48067,4252,103),(48068,4253,103),(48069,4254,103),(48070,4255,103),(48071,4256,103),(48072,4257,103),(48073,4258,103),(48074,4259,103),(48075,4620,103),(48076,4260,103),(48077,4261,103),(48078,1288,103),(48079,1289,103),(48080,1290,103),(48081,265,103),(48082,291,103),(48083,292,103),(48084,293,103),(48085,266,103),(48086,267,103),(48087,268,103),(48088,269,103),(48089,270,103),(48090,271,103),(48091,272,103),(48092,273,103),(48093,274,103),(48094,275,103),(48095,276,103),(48096,277,103),(48097,278,103),(48098,279,103),(48099,280,103),(48100,281,103),(48101,282,103),(48102,283,103),(48103,284,103),(48104,285,103),(48105,286,103),(48106,287,103),(48107,288,103),(48108,289,103),(48109,290,103),(48110,2199,103),(48111,1580,103),(48112,2200,103),(48113,2201,103),(48114,2202,103),(48115,2203,103),(48116,2204,103),(48117,2205,103),(48118,2206,103),(48119,2207,103),(48120,2208,103),(48121,2209,103),(48122,2210,103),(48123,2211,103),(48124,2212,103),(48125,2213,103),(48126,2214,103),(48127,32,103),(48128,33,103),(48129,34,103),(48130,35,103),(48131,36,103),(48132,37,103),(48133,38,103),(48134,1588,103),(48135,1342,103),(48136,1343,103),(48137,2226,103),(48138,2227,103),(48139,2228,103),(48140,2229,103),(48141,2230,103),(48142,2231,103),(48143,2232,103),(48144,2233,103),(48145,2234,103),(48146,1344,103),(48147,404,103),(48148,405,103),(48149,406,103),(48150,101,103),(48151,369,103),(48152,370,103),(48153,476,103),(48154,477,103),(48155,478,103),(48156,479,103),(48157,480,103),(48158,481,103),(48159,482,103),(48160,483,103),(48161,484,103),(48162,485,103),(48163,486,103),(48164,487,103),(48165,457,103),(48166,458,103),(48167,459,103),(48168,387,103),(48169,340,103),(48170,341,103),(48171,342,103),(48172,343,103),(48173,344,103),(48174,346,103),(48175,347,103),(48176,348,103),(48177,349,103),(48178,350,103),(48179,351,103),(48180,352,103),(48181,353,103),(48182,354,103),(48183,355,103),(48184,356,103),(48185,357,103),(48186,358,103),(48187,359,103),(48188,360,103),(48189,2235,103),(48190,2236,103),(48191,2237,103),(48192,2238,103),(48193,2239,103),(48194,2240,103),(48195,2241,103),(48196,2242,103),(48197,2243,103),(48198,2244,103),(48199,2245,103),(48200,39,103),(48201,40,103),(48202,41,103),(48203,42,103),(48204,43,103),(48205,44,103),(48206,45,103),(48207,30,103),(48208,46,103),(48209,31,103),(48210,47,103),(48211,48,103),(48212,2246,103),(48213,2247,103),(48214,2248,103),(48215,1345,103),(48216,1346,103),(48217,1347,103),(48218,1348,103),(48219,2249,103),(48220,2250,103),(48221,2251,103),(48222,1092,103),(48223,2252,103),(48224,5350,103),(48225,5351,103),(48226,5352,103),(48227,5353,103),(48228,5354,103),(48229,5355,103),(48230,5356,103),(48231,5357,103),(48232,49,103),(48233,50,103),(48234,1349,103),(48235,1350,103),(48236,1351,103),(48237,1352,103),(48238,1353,103),(48239,1354,103),(48240,1355,103),(48241,1356,103),(48242,1357,103),(48243,1358,103),(48244,1359,103),(48245,1360,103),(48246,1361,103),(48247,1362,103),(48248,1363,103),(48249,1364,103),(48250,1365,103),(48251,1366,103),(48252,1367,103),(48253,1368,103),(48254,1369,103),(48255,4993,103),(48256,4994,103),(48257,5358,103),(48258,5359,103),(48259,1523,103),(48260,1524,103),(48261,1525,103),(48262,1526,103),(48263,1370,103),(48264,1371,103),(48265,1372,103),(48266,2254,103),(48267,2255,103),(48268,51,103),(48269,1531,103),(48270,2256,103),(48271,2257,103),(48272,2258,103),(48273,2259,103),(48274,1536,103),(48275,1373,103),(48276,1374,103),(48277,1375,103),(48278,6057,103),(48279,2260,103),(48280,2261,103),(48281,2262,103),(48282,2476,103),(48283,2496,103),(48284,1539,103),(48285,2497,103),(48286,2498,103),(48287,1606,103),(48288,1607,103),(48289,2499,103),(48290,2500,103),(48291,2501,103),(48292,2502,103),(48293,2503,103),(48294,2507,103),(48295,2508,103),(48296,1589,103),(48297,1590,103),(48298,1591,103),(48299,1592,103),(48300,1593,103),(48301,1594,103),(48302,52,103),(48303,2641,103),(48304,1540,103),(48305,135,103),(48306,136,103),(48307,137,103),(48308,138,103),(48309,139,103),(48310,140,103),(48311,126,103),(48312,127,103),(48313,128,103),(48314,129,103),(48315,75,103),(48316,130,103),(48317,131,103),(48318,132,103),(48319,133,103),(48320,114,103),(48321,115,103),(48322,116,103),(48323,117,103),(48324,118,103),(48325,548,103),(48326,549,103),(48327,550,103),(48328,551,103),(48329,552,103),(48330,309,103),(48331,119,103),(48332,120,103),(48333,121,103),(48334,521,103),(48335,307,103),(48336,472,103),(48337,522,103),(48338,523,103),(48339,524,103),(48340,525,103),(48341,111,103),(48342,110,103),(48343,112,103),(48344,113,103),(48345,122,103),(48346,123,103),(48347,124,103),(48348,125,103),(48349,134,103),(48350,308,103),(48351,362,103),(48352,363,103),(48353,364,103),(48354,365,103),(48355,366,103),(48356,367,103),(48357,513,103),(48358,514,103),(48359,402,103),(48360,517,103),(48361,518,103),(48362,421,103),(48363,422,103),(48364,423,103),(48365,424,103),(48366,425,103),(48367,141,103),(48368,2650,103),(48369,2651,103),(48370,2652,103),(48371,2653,103),(48372,400,103),(48373,401,103),(48374,2654,103),(48375,142,103),(48376,143,103),(48377,192,103),(48378,2642,103),(48379,2643,103),(48380,2644,103),(48381,3593,103),(48382,144,103),(48383,145,103),(48384,146,103),(48385,147,103),(48386,148,103),(48387,149,103),(48388,150,103),(48389,151,103),(48390,152,103),(48391,153,103),(48392,154,103),(48393,155,103),(48394,156,103),(48395,157,103),(48396,158,103),(48397,60,103),(48398,159,103),(48399,160,103),(48400,161,103),(48401,162,103),(48402,163,103),(48403,164,103),(48404,165,103),(48405,166,103),(48406,167,103),(48407,168,103),(48408,169,103),(48409,170,103),(48410,171,103),(48411,172,103),(48412,173,103),(48413,174,103),(48414,175,103),(48415,176,103),(48416,317,103),(48417,2517,103),(48418,2518,103),(48419,2519,103),(48420,2520,103),(48421,1500,103),(48422,1501,103),(48423,2521,103),(48424,2522,103),(48425,2300,103),(48426,2523,103),(48427,2524,103),(48428,2525,103),(48429,2526,103),(48430,2527,103),(48431,2537,103),(48432,1488,103),(48433,1489,103),(48434,4012,103),(48435,4013,103),(48436,2634,103),(48437,2635,103),(48438,2636,103),(48439,1490,103),(48440,1491,103),(48441,1492,103),(48442,1218,104),(48443,1219,104),(48444,1220,104),(48445,1221,104),(48446,1222,104),(48447,1223,104),(48448,1224,104),(48449,1225,104),(48450,1226,104),(48451,1227,104),(48452,1228,104),(48453,1229,104),(48454,1230,104),(48455,1231,104),(48456,1232,104),(48457,1233,104),(48458,1234,104),(48459,1235,104),(48460,1236,104),(48461,1237,104),(48462,1238,104),(48463,1239,104),(48464,1240,104),(48465,1241,104),(48466,1242,104),(48467,1243,104),(48468,1244,104),(48469,1245,104),(48470,1246,104),(48471,1247,104),(48472,1248,104),(48473,1249,104),(48474,1250,104),(48475,1251,104),(48476,1252,104),(48477,1253,104),(48478,1254,104),(48479,1255,104),(48480,1256,104),(48481,1257,104),(48482,1258,104),(48483,1259,104),(48484,1260,104),(48485,1261,104),(48486,1262,104),(48487,1263,104),(48488,1264,104),(48489,1265,104),(48490,1266,104),(48491,1267,104),(48492,1268,104),(48493,1269,104),(48494,1270,104),(48495,1271,104),(48496,1272,104),(48497,1273,104),(48498,1274,104),(48499,1275,104),(48500,1276,104),(48501,1277,104),(48502,1278,104),(48503,1279,104),(48504,1280,104),(48505,1281,104),(48506,1282,104),(48507,1283,104),(48508,1284,104),(48509,1285,104),(48510,5398,104),(48511,5732,104),(48512,5851,104),(48513,1286,104),(48514,1287,104),(48515,4248,104),(48516,4249,104),(48517,4250,104),(48518,4251,104),(48519,4252,104),(48520,4253,104),(48521,4254,104),(48522,4255,104),(48523,4256,104),(48524,4257,104),(48525,4258,104),(48526,4259,104),(48527,4620,104),(48528,4260,104),(48529,4261,104),(48530,1288,104),(48531,1289,104),(48532,1290,104),(48533,1291,105),(48534,1292,105),(48535,1293,105),(48536,1294,105),(48537,1295,105),(48538,3906,105),(48539,1297,105),(48540,1298,105),(48541,1240,105),(48542,1299,105),(48543,1300,105),(48544,1301,105),(48545,1302,105),(48546,1303,105),(48547,1304,105),(48548,1305,105),(48549,1306,105),(48550,1307,105),(48551,1308,105),(48552,3653,105),(48553,1309,105),(48554,1310,105),(48555,1311,105),(48556,1312,105),(48557,1313,105),(48558,1314,105),(48559,1315,105),(48560,1316,105),(48561,1317,105),(48562,1318,105),(48563,1319,105),(48564,1320,105),(48565,1321,105),(48566,1322,105),(48567,1323,105),(48568,1324,105),(48569,1325,105),(48570,1326,105),(48571,1327,105),(48572,3594,105),(48573,4242,105),(48574,4243,105),(48575,4244,105),(48576,4245,105),(48577,4246,105),(48578,4247,105),(48579,86,105),(48580,83,105),(48581,87,105),(48582,4595,105),(48583,4596,105),(48584,4597,105),(48585,4598,105),(48586,4599,105),(48587,4600,105),(48588,4601,105),(48589,4602,105),(48590,4603,105),(48591,4604,105),(48592,1328,105),(48593,6160,105),(48594,1330,105),(48595,1331,105),(48596,1332,105),(48597,1333,105),(48598,1334,105),(48599,1335,105),(48600,1336,105),(48601,5339,105),(48602,5340,105),(48603,5341,105),(48604,6056,105),(48605,5342,105),(48606,5343,105),(48607,5344,105),(48608,5345,105),(48609,1337,105),(48610,1338,105),(48611,1339,105),(48612,5347,105),(48613,1340,105),(48614,1341,105),(48615,1218,105),(48616,1219,105),(48617,1220,105),(48618,1221,105),(48619,1222,105),(48620,1223,105),(48621,1224,105),(48622,1225,105),(48623,1226,105),(48624,1227,105),(48625,1228,105),(48626,1229,105),(48627,1230,105),(48628,1231,105),(48629,1232,105),(48630,1233,105),(48631,1234,105),(48632,1235,105),(48633,1236,105),(48634,1237,105),(48635,1238,105),(48636,1239,105),(48637,1241,105),(48638,1242,105),(48639,1243,105),(48640,1244,105),(48641,1245,105),(48642,1246,105),(48643,1247,105),(48644,1248,105),(48645,1249,105),(48646,1250,105),(48647,1251,105),(48648,1252,105),(48649,1253,105),(48650,1254,105),(48651,1255,105),(48652,1256,105),(48653,1257,105),(48654,1258,105),(48655,1259,105),(48656,1260,105),(48657,1261,105),(48658,1262,105),(48659,1263,105),(48660,1264,105),(48661,1265,105),(48662,1266,105),(48663,1267,105),(48664,1268,105),(48665,1269,105),(48666,1270,105),(48667,1271,105),(48668,1272,105),(48669,1273,105),(48670,1274,105),(48671,1275,105),(48672,1276,105),(48673,1277,105),(48674,1278,105),(48675,1279,105),(48676,1280,105),(48677,1281,105),(48678,1282,105),(48679,1283,105),(48680,1284,105),(48681,1285,105),(48682,5398,105),(48683,5732,105),(48684,5851,105),(48685,1286,105),(48686,1287,105),(48687,4248,105),(48688,4249,105),(48689,4250,105),(48690,4251,105),(48691,4252,105),(48692,4253,105),(48693,4254,105),(48694,4255,105),(48695,4256,105),(48696,4257,105),(48697,4258,105),(48698,4259,105),(48699,4620,105),(48700,4260,105),(48701,4261,105),(48702,1288,105),(48703,1289,105),(48704,1290,105),(48705,265,105),(48706,291,105),(48707,292,105),(48708,293,105),(48709,266,105),(48710,267,105),(48711,268,105),(48712,269,105),(48713,270,105),(48714,271,105),(48715,272,105),(48716,273,105),(48717,274,105),(48718,275,105),(48719,276,105),(48720,277,105),(48721,278,105),(48722,279,105),(48723,280,105),(48724,281,105),(48725,282,105),(48726,283,105),(48727,284,105),(48728,285,105),(48729,286,105),(48730,287,105),(48731,288,105),(48732,289,105),(48733,290,105),(48734,1545,105),(48735,2112,105),(48736,2113,105),(48737,2114,105),(48738,2115,105),(48739,2116,105),(48740,2117,105),(48741,2118,105),(48742,2119,105),(48743,2120,105),(48744,2121,105),(48745,2122,105),(48746,2123,105),(48747,2124,105),(48748,2125,105),(48749,2126,105),(48750,2127,105),(48751,2128,105),(48752,2129,105),(48753,2130,105),(48754,2131,105),(48755,2132,105),(48756,1544,105),(48757,2133,105),(48758,2134,105),(48759,2135,105),(48760,2136,105),(48761,2137,105),(48762,2138,105),(48763,2139,105),(48764,2140,105),(48765,2141,105),(48766,2142,105),(48767,2143,105),(48768,2144,105),(48769,65,105),(48770,1543,105),(48771,2145,105),(48772,2146,105),(48773,2147,105),(48774,2148,105),(48775,2149,105),(48776,2150,105),(48777,2151,105),(48778,2152,105),(48779,2153,105),(48780,2154,105),(48781,2155,105),(48782,2156,105),(48783,2157,105),(48784,2158,105),(48785,2159,105),(48786,2160,105),(48787,2161,105),(48788,2162,105),(48789,2163,105),(48790,2164,105),(48791,2165,105),(48792,2166,105),(48793,2167,105),(48794,2168,105),(48795,2169,105),(48796,2170,105),(48797,2171,105),(48798,2172,105),(48799,2173,105),(48800,2174,105),(48801,2175,105),(48802,2176,105),(48803,2177,105),(48804,2178,105),(48805,2179,105),(48806,2180,105),(48807,2181,105),(48808,2182,105),(48809,2183,105),(48810,2184,105),(48811,2185,105),(48812,2186,105),(48813,2187,105),(48814,2188,105),(48815,2189,105),(48816,2190,105),(48817,2191,105),(48818,2192,105),(48819,2193,105),(48820,2194,105),(48821,2195,105),(48822,2196,105),(48823,2197,105),(48824,2198,105),(48825,2199,105),(48826,1580,105),(48827,2200,105),(48828,2201,105),(48829,2202,105),(48830,2203,105),(48831,2204,105),(48832,2205,105),(48833,2206,105),(48834,2207,105),(48835,2208,105),(48836,2209,105),(48837,2210,105),(48838,2211,105),(48839,2212,105),(48840,2213,105),(48841,2214,105),(48842,32,105),(48843,33,105),(48844,34,105),(48845,35,105),(48846,36,105),(48847,37,105),(48848,38,105),(48849,2215,105),(48850,1588,105),(48851,1528,105),(48852,1503,105),(48853,2216,105),(48854,2217,105),(48855,1507,105),(48856,2218,105),(48857,2219,105),(48858,1509,105),(48859,2220,105),(48860,2221,105),(48861,2222,105),(48862,2223,105),(48863,2224,105),(48864,2225,105),(48865,1342,105),(48866,1343,105),(48867,2226,105),(48868,2227,105),(48869,2228,105),(48870,2229,105),(48871,2230,105),(48872,2231,105),(48873,2232,105),(48874,2233,105),(48875,2234,105),(48876,1344,105),(48877,404,105),(48878,405,105),(48879,406,105),(48880,101,105),(48881,369,105),(48882,370,105),(48883,476,105),(48884,477,105),(48885,478,105),(48886,479,105),(48887,480,105),(48888,481,105),(48889,482,105),(48890,483,105),(48891,484,105),(48892,485,105),(48893,486,105),(48894,487,105),(48895,457,105),(48896,458,105),(48897,459,105),(48898,387,105),(48899,340,105),(48900,341,105),(48901,342,105),(48902,343,105),(48903,344,105),(48904,346,105),(48905,347,105),(48906,348,105),(48907,349,105),(48908,350,105),(48909,351,105),(48910,352,105),(48911,353,105),(48912,354,105),(48913,355,105),(48914,356,105),(48915,357,105),(48916,358,105),(48917,359,105),(48918,360,105),(48919,2235,105),(48920,2236,105),(48921,2237,105),(48922,2238,105),(48923,2239,105),(48924,2240,105),(48925,2241,105),(48926,2242,105),(48927,2243,105),(48928,2244,105),(48929,2245,105),(48930,2246,105),(48931,2247,105),(48932,2248,105),(48933,1345,105),(48934,1346,105),(48935,1347,105),(48936,1348,105),(48937,2249,105),(48938,2250,105),(48939,2251,105),(48940,1092,105),(48941,2252,105),(48942,2253,105),(48943,5350,105),(48944,5351,105),(48945,5352,105),(48946,5353,105),(48947,5354,105),(48948,5355,105),(48949,5356,105),(48950,5357,105),(48951,1349,105),(48952,1350,105),(48953,1351,105),(48954,1352,105),(48955,1353,105),(48956,1354,105),(48957,1355,105),(48958,1356,105),(48959,1357,105),(48960,1358,105),(48961,1359,105),(48962,1360,105),(48963,1361,105),(48964,1362,105),(48965,1363,105),(48966,1364,105),(48967,1365,105),(48968,1366,105),(48969,1367,105),(48970,1368,105),(48971,1369,105),(48972,4993,105),(48973,4994,105),(48974,5358,105),(48975,5359,105),(48976,1523,105),(48977,1524,105),(48978,1525,105),(48979,1526,105),(48980,1570,105),(48981,1370,105),(48982,1371,105),(48983,1372,105),(48984,2254,105),(48985,2255,105),(48986,1531,105),(48987,2256,105),(48988,2257,105),(48989,2258,105),(48990,2259,105),(48991,1535,105),(48992,1536,105),(48993,1373,105),(48994,1374,105),(48995,1375,105),(48996,6057,105),(48997,2260,105),(48998,2261,105),(48999,2262,105),(49000,2263,105),(49001,3462,105),(49002,1539,105),(49003,2264,105),(49004,2265,105),(49005,2266,105),(49006,2267,105),(49007,2268,105),(49008,2269,105),(49009,2270,105),(49010,2271,105),(49011,2272,105),(49012,2273,105),(49013,2274,105),(49014,2275,105),(49015,2276,105),(49016,2277,105),(49017,2278,105),(49018,2279,105),(49019,2280,105),(49020,2281,105),(49021,2282,105),(49022,2283,105),(49023,2284,105),(49024,2285,105),(49025,2286,105),(49026,2287,105),(49027,2288,105),(49028,2289,105),(49029,2290,105),(49030,2291,105),(49031,2292,105),(49032,2293,105),(49033,2294,105),(49034,2295,105),(49035,2296,105),(49036,2297,105),(49037,2298,105),(49038,2299,105),(49039,2300,105),(49040,2301,105),(49041,2302,105),(49042,2303,105),(49043,2304,105),(49044,2305,105),(49045,2306,105),(49046,2307,105),(49047,2308,105),(49048,2309,105),(49049,2310,105),(49050,2311,105),(49051,2312,105),(49052,2313,105),(49053,2314,105),(49054,2315,105),(49055,2316,105),(49056,2317,105),(49057,2318,105),(49058,1094,105),(49059,2319,105),(49060,2320,105),(49061,2321,105),(49062,2322,105),(49063,2323,105),(49064,2324,105),(49065,2325,105),(49066,2326,105),(49067,2327,105),(49068,2328,105),(49069,2329,105),(49070,2330,105),(49071,2331,105),(49072,2332,105),(49073,2333,105),(49074,2334,105),(49075,2335,105),(49076,2336,105),(49077,2337,105),(49078,2338,105),(49079,2339,105),(49080,2340,105),(49081,2341,105),(49082,2342,105),(49083,2343,105),(49084,2344,105),(49085,2345,105),(49086,2346,105),(49087,2347,105),(49088,2348,105),(49089,2349,105),(49090,2350,105),(49091,2351,105),(49092,2352,105),(49093,2353,105),(49094,2354,105),(49095,2355,105),(49096,2356,105),(49097,2357,105),(49098,2358,105),(49099,2359,105),(49100,2360,105),(49101,2361,105),(49102,2362,105),(49103,2363,105),(49104,2364,105),(49105,2365,105),(49106,2366,105),(49107,2367,105),(49108,2368,105),(49109,2369,105),(49110,2370,105),(49111,2371,105),(49112,2372,105),(49113,2373,105),(49114,2374,105),(49115,2375,105),(49116,2376,105),(49117,2377,105),(49118,2378,105),(49119,2379,105),(49120,2380,105),(49121,2381,105),(49122,2382,105),(49123,2383,105),(49124,2384,105),(49125,2385,105),(49126,2386,105),(49127,2387,105),(49128,2388,105),(49129,2389,105),(49130,2390,105),(49131,2391,105),(49132,2392,105),(49133,2393,105),(49134,2394,105),(49135,2395,105),(49136,2396,105),(49137,2397,105),(49138,2398,105),(49139,2399,105),(49140,2400,105),(49141,2401,105),(49142,2402,105),(49143,2403,105),(49144,2404,105),(49145,2405,105),(49146,2406,105),(49147,2407,105),(49148,2408,105),(49149,2409,105),(49150,2410,105),(49151,2411,105),(49152,2412,105),(49153,2413,105),(49154,2414,105),(49155,2415,105),(49156,2416,105),(49157,2417,105),(49158,2418,105),(49159,2419,105),(49160,2420,105),(49161,2421,105),(49162,2422,105),(49163,2423,105),(49164,2424,105),(49165,2425,105),(49166,2426,105),(49167,2427,105),(49168,2428,105),(49169,2429,105),(49170,2430,105),(49171,2431,105),(49172,2432,105),(49173,2433,105),(49174,2434,105),(49175,2435,105),(49176,2436,105),(49177,2437,105),(49178,2438,105),(49179,2439,105),(49180,2440,105),(49181,2441,105),(49182,2442,105),(49183,2443,105),(49184,2444,105),(49185,2445,105),(49186,2446,105),(49187,2447,105),(49188,2448,105),(49189,2449,105),(49190,2450,105),(49191,2451,105),(49192,2452,105),(49193,2453,105),(49194,2454,105),(49195,2455,105),(49196,2456,105),(49197,2457,105),(49198,2458,105),(49199,2459,105),(49200,2460,105),(49201,2461,105),(49202,2462,105),(49203,2463,105),(49204,2464,105),(49205,2465,105),(49206,2466,105),(49207,2467,105),(49208,2468,105),(49209,2469,105),(49210,2470,105),(49211,2471,105),(49212,2472,105),(49213,2473,105),(49214,2474,105),(49215,2475,105),(49216,2476,105),(49217,2477,105),(49218,2478,105),(49219,3463,105),(49220,2482,105),(49221,2483,105),(49222,2484,105),(49223,2485,105),(49224,2486,105),(49225,2487,105),(49226,2488,105),(49227,2489,105),(49228,2529,105),(49229,3464,105),(49230,1573,105),(49231,1554,105),(49232,1555,105),(49233,1556,105),(49234,1557,105),(49235,1558,105),(49236,1559,105),(49237,1560,105),(49238,3465,105),(49239,2491,105),(49240,2492,105),(49241,2493,105),(49242,2494,105),(49243,2495,105),(49244,2496,105),(49245,2497,105),(49246,2498,105),(49247,1606,105),(49248,1607,105),(49249,2499,105),(49250,2500,105),(49251,2501,105),(49252,2502,105),(49253,2503,105),(49254,2507,105),(49255,2508,105),(49256,1589,105),(49257,1590,105),(49258,1591,105),(49259,1592,105),(49260,1593,105),(49261,1594,105),(49262,2641,105),(49263,1540,105),(49264,2509,105),(49265,1598,105),(49266,1601,105),(49267,1602,105),(49268,1600,105),(49269,2510,105),(49270,126,105),(49271,2655,105),(49272,2662,105),(49273,2663,105),(49274,6043,105),(49275,5346,105),(49276,5428,105),(49277,5429,105),(49278,5430,105),(49279,5431,105),(49280,5432,105),(49281,5433,105),(49282,5434,105),(49283,5435,105),(49284,5436,105),(49285,5437,105),(49286,5438,105),(49287,5439,105),(49288,5440,105),(49289,5441,105),(49290,5442,105),(49291,5443,105),(49292,5444,105),(49293,5445,105),(49294,5446,105),(49295,5447,105),(49296,5448,105),(49297,5449,105),(49298,5450,105),(49299,5451,105),(49300,5452,105),(49301,5453,105),(49302,5454,105),(49303,5455,105),(49304,5456,105),(49305,5457,105),(49306,5458,105),(49307,5459,105),(49308,5460,105),(49309,5461,105),(49310,5462,105),(49311,5463,105),(49312,5464,105),(49313,5465,105),(49314,5466,105),(49315,5467,105),(49316,5468,105),(49317,5469,105),(49318,5470,105),(49319,5471,105),(49320,5472,105),(49321,5473,105),(49322,5474,105),(49323,5475,105),(49324,5476,105),(49325,5477,105),(49326,5478,105),(49327,5479,105),(49328,5480,105),(49329,5481,105),(49330,5482,105),(49331,5483,105),(49332,5484,105),(49333,5485,105),(49334,5486,105),(49335,5487,105),(49336,5488,105),(49337,5489,105),(49338,5490,105),(49339,5491,105),(49340,5492,105),(49341,5493,105),(49342,5494,105),(49343,5495,105),(49344,5496,105),(49345,5497,105),(49346,5498,105),(49347,5499,105),(49348,5500,105),(49349,5501,105),(49350,5502,105),(49351,5503,105),(49352,5504,105),(49353,5505,105),(49354,5506,105),(49355,5507,105),(49356,5508,105),(49357,5509,105),(49358,5510,105),(49359,5511,105),(49360,5512,105),(49361,5513,105),(49362,5514,105),(49363,5515,105),(49364,5516,105),(49365,5517,105),(49366,5518,105),(49367,5519,105),(49368,5520,105),(49369,5521,105),(49370,5522,105),(49371,5523,105),(49372,5524,105),(49373,5525,105),(49374,5526,105),(49375,5527,105),(49376,5528,105),(49377,5529,105),(49378,5530,105),(49379,5531,105),(49380,5532,105),(49381,5533,105),(49382,5534,105),(49383,5535,105),(49384,5536,105),(49385,5537,105),(49386,5538,105),(49387,5539,105),(49388,5540,105),(49389,5541,105),(49390,5542,105),(49391,5543,105),(49392,5544,105),(49393,5545,105),(49394,5546,105),(49395,5547,105),(49396,5548,105),(49397,5549,105),(49398,5550,105),(49399,5551,105),(49400,6044,105),(49401,5942,105),(49402,5943,105),(49403,5944,105),(49404,5945,105),(49405,5946,105),(49406,5947,105),(49407,5948,105),(49408,5949,105),(49409,5950,105),(49410,5951,105),(49411,5952,105),(49412,5953,105),(49413,5954,105),(49414,5955,105),(49415,5956,105),(49416,5957,105),(49417,5958,105),(49418,5959,105),(49419,5960,105),(49420,5961,105),(49421,5962,105),(49422,5963,105),(49423,5964,105),(49424,5965,105),(49425,5966,105),(49426,5967,105),(49427,5968,105),(49428,5969,105),(49429,5970,105),(49430,5971,105),(49431,5972,105),(49432,5973,105),(49433,5974,105),(49434,5975,105),(49435,5976,105),(49436,5977,105),(49437,5978,105),(49438,5979,105),(49439,5980,105),(49440,5981,105),(49441,5982,105),(49442,5983,105),(49443,5984,105),(49444,5552,105),(49445,2517,105),(49446,2518,105),(49447,2519,105),(49448,2520,105),(49449,1500,105),(49450,1501,105),(49451,2521,105),(49452,2522,105),(49453,2523,105),(49454,1595,105),(49455,2524,105),(49456,2525,105),(49457,2526,105),(49458,2527,105),(49459,2528,105),(49460,2530,105),(49461,2531,105),(49462,2532,105),(49463,2533,105),(49464,2534,105),(49465,2535,105),(49466,2536,105),(49467,2537,105),(49468,2538,105),(49469,2539,105),(49470,2540,105),(49471,2541,105),(49472,2542,105),(49473,2543,105),(49474,2544,105),(49475,2545,105),(49476,2546,105),(49477,2547,105),(49478,1488,105),(49479,1489,105),(49480,4012,105),(49481,4013,105),(49482,2548,105),(49483,2549,105),(49484,2550,105),(49485,2551,105),(49486,2552,105),(49487,2553,105),(49488,2554,105),(49489,2555,105),(49490,2556,105),(49491,2557,105),(49492,2558,105),(49493,2559,105),(49494,2560,105),(49495,2561,105),(49496,2562,105),(49497,2563,105),(49498,2564,105),(49499,2565,105),(49500,2566,105),(49501,2567,105),(49502,2568,105),(49503,2569,105),(49504,2570,105),(49505,2571,105),(49506,2572,105),(49507,2573,105),(49508,2574,105),(49509,2575,105),(49510,2576,105),(49511,2577,105),(49512,2578,105),(49513,2579,105),(49514,2580,105),(49515,2581,105),(49516,2582,105),(49517,2583,105),(49518,2584,105),(49519,2585,105),(49520,2586,105),(49521,2587,105),(49522,2588,105),(49523,2589,105),(49524,2590,105),(49525,2591,105),(49526,2592,105),(49527,2593,105),(49528,2594,105),(49529,2595,105),(49530,2596,105),(49531,1532,105),(49532,2597,105),(49533,2598,105),(49534,2599,105),(49535,2600,105),(49536,2601,105),(49537,2602,105),(49538,2603,105),(49539,2604,105),(49540,2605,105),(49541,2606,105),(49542,2607,105),(49543,2608,105),(49544,2609,105),(49545,2610,105),(49546,2611,105),(49547,2612,105),(49548,2613,105),(49549,2614,105),(49550,2615,105),(49551,2616,105),(49552,2617,105),(49553,2618,105),(49554,2619,105),(49555,2620,105),(49556,2621,105),(49557,2622,105),(49558,2623,105),(49559,2624,105),(49560,2625,105),(49561,2626,105),(49562,2627,105),(49563,2628,105),(49564,2629,105),(49565,2630,105),(49566,2631,105),(49567,2632,105),(49568,2633,105),(49569,2634,105),(49570,2635,105),(49571,2636,105),(49572,1490,105),(49573,1491,105),(49574,1492,105),(49575,2637,105),(49576,2638,105),(49577,2639,105),(49578,2640,105),(49579,1291,106),(49580,1292,106),(49581,1293,106),(49582,1294,106),(49583,1295,106),(49584,3906,106),(49585,1297,106),(49586,1298,106),(49587,1240,106),(49588,1299,106),(49589,1300,106),(49590,1301,106),(49591,1302,106),(49592,1303,106),(49593,1304,106),(49594,1305,106),(49595,1306,106),(49596,1307,106),(49597,1308,106),(49598,3653,106),(49599,1309,106),(49600,1310,106),(49601,1311,106),(49602,1312,106),(49603,1313,106),(49604,1314,106),(49605,1315,106),(49606,1316,106),(49607,1317,106),(49608,1318,106),(49609,1319,106),(49610,1320,106),(49611,1321,106),(49612,1322,106),(49613,1323,106),(49614,1324,106),(49615,1325,106),(49616,1326,106),(49617,1327,106),(49618,3594,106),(49619,4242,106),(49620,4243,106),(49621,4244,106),(49622,4245,106),(49623,4246,106),(49624,4247,106),(49625,86,106),(49626,83,106),(49627,87,106),(49628,4595,106),(49629,4596,106),(49630,4597,106),(49631,4598,106),(49632,4599,106),(49633,4600,106),(49634,4601,106),(49635,4602,106),(49636,4603,106),(49637,4604,106),(49638,1328,106),(49639,6160,106),(49640,1330,106),(49641,1331,106),(49642,1332,106),(49643,1333,106),(49644,1334,106),(49645,1335,106),(49646,1336,106),(49647,5339,106),(49648,5340,106),(49649,5341,106),(49650,6056,106),(49651,5342,106),(49652,5343,106),(49653,5344,106),(49654,5345,106),(49655,1337,106),(49656,1338,106),(49657,1339,106),(49658,5347,106),(49659,1340,106),(49660,1341,106),(49661,1218,106),(49662,1219,106),(49663,1220,106),(49664,1221,106),(49665,1222,106),(49666,1223,106),(49667,1224,106),(49668,1225,106),(49669,1226,106),(49670,1227,106),(49671,1228,106),(49672,1229,106),(49673,1230,106),(49674,1231,106),(49675,1232,106),(49676,1233,106),(49677,1234,106),(49678,1235,106),(49679,1236,106),(49680,1237,106),(49681,1238,106),(49682,1239,106),(49683,1241,106),(49684,1242,106),(49685,1243,106),(49686,1244,106),(49687,1245,106),(49688,1246,106),(49689,1247,106),(49690,1248,106),(49691,1249,106),(49692,1250,106),(49693,1251,106),(49694,1252,106),(49695,1253,106),(49696,1254,106),(49697,1255,106),(49698,1256,106),(49699,1257,106),(49700,1258,106),(49701,1259,106),(49702,1260,106),(49703,1261,106),(49704,1262,106),(49705,1263,106),(49706,1264,106),(49707,1265,106),(49708,1266,106),(49709,1267,106),(49710,1268,106),(49711,1269,106),(49712,1270,106),(49713,1271,106),(49714,1272,106),(49715,1273,106),(49716,1274,106),(49717,1275,106),(49718,1276,106),(49719,1277,106),(49720,1278,106),(49721,1279,106),(49722,1280,106),(49723,1281,106),(49724,1282,106),(49725,1283,106),(49726,1284,106),(49727,1285,106),(49728,5398,106),(49729,5732,106),(49730,5851,106),(49731,1286,106),(49732,1287,106),(49733,4248,106),(49734,4249,106),(49735,4250,106),(49736,4251,106),(49737,4252,106),(49738,4253,106),(49739,4254,106),(49740,4255,106),(49741,4256,106),(49742,4257,106),(49743,4258,106),(49744,4259,106),(49745,4620,106),(49746,4260,106),(49747,4261,106),(49748,1288,106),(49749,1289,106),(49750,1290,106),(49751,265,106),(49752,291,106),(49753,292,106),(49754,293,106),(49755,266,106),(49756,267,106),(49757,268,106),(49758,269,106),(49759,270,106),(49760,271,106),(49761,272,106),(49762,273,106),(49763,274,106),(49764,275,106),(49765,276,106),(49766,277,106),(49767,278,106),(49768,279,106),(49769,280,106),(49770,281,106),(49771,282,106),(49772,283,106),(49773,284,106),(49774,285,106),(49775,286,106),(49776,287,106),(49777,288,106),(49778,289,106),(49779,290,106),(49780,1545,106),(49781,2112,106),(49782,2113,106),(49783,2114,106),(49784,2115,106),(49785,2116,106),(49786,2117,106),(49787,2118,106),(49788,2119,106),(49789,2120,106),(49790,2121,106),(49791,2122,106),(49792,2123,106),(49793,2124,106),(49794,2125,106),(49795,2126,106),(49796,2127,106),(49797,2128,106),(49798,2129,106),(49799,2130,106),(49800,2131,106),(49801,2132,106),(49802,1544,106),(49803,2133,106),(49804,2134,106),(49805,2135,106),(49806,2136,106),(49807,2137,106),(49808,2138,106),(49809,2139,106),(49810,2140,106),(49811,2141,106),(49812,2142,106),(49813,2143,106),(49814,2144,106),(49815,65,106),(49816,1543,106),(49817,2145,106),(49818,2146,106),(49819,2147,106),(49820,2148,106),(49821,2149,106),(49822,2150,106),(49823,2151,106),(49824,2152,106),(49825,2153,106),(49826,2154,106),(49827,2155,106),(49828,2156,106),(49829,2157,106),(49830,2158,106),(49831,2159,106),(49832,2160,106),(49833,2161,106),(49834,2162,106),(49835,2163,106),(49836,2164,106),(49837,2165,106),(49838,2166,106),(49839,2167,106),(49840,2168,106),(49841,2169,106),(49842,2170,106),(49843,2171,106),(49844,2172,106),(49845,2173,106),(49846,2174,106),(49847,2175,106),(49848,2176,106),(49849,2177,106),(49850,2178,106),(49851,2179,106),(49852,2180,106),(49853,2181,106),(49854,2182,106),(49855,2183,106),(49856,2184,106),(49857,2185,106),(49858,2186,106),(49859,2187,106),(49860,2188,106),(49861,2189,106),(49862,2190,106),(49863,2191,106),(49864,2192,106),(49865,2193,106),(49866,2194,106),(49867,2195,106),(49868,2196,106),(49869,2197,106),(49870,2198,106),(49871,2199,106),(49872,1580,106),(49873,2200,106),(49874,2201,106),(49875,2202,106),(49876,2203,106),(49877,2204,106),(49878,2205,106),(49879,2206,106),(49880,2207,106),(49881,2208,106),(49882,2209,106),(49883,2210,106),(49884,2211,106),(49885,2212,106),(49886,2213,106),(49887,2214,106),(49888,32,106),(49889,33,106),(49890,34,106),(49891,35,106),(49892,36,106),(49893,37,106),(49894,38,106),(49895,2215,106),(49896,1588,106),(49897,1528,106),(49898,1503,106),(49899,2216,106),(49900,2217,106),(49901,1507,106),(49902,2218,106),(49903,2219,106),(49904,1509,106),(49905,2220,106),(49906,2221,106),(49907,2222,106),(49908,2223,106),(49909,2224,106),(49910,2225,106),(49911,1342,106),(49912,1343,106),(49913,2226,106),(49914,2227,106),(49915,2228,106),(49916,2229,106),(49917,2230,106),(49918,2231,106),(49919,2232,106),(49920,2233,106),(49921,2234,106),(49922,1344,106),(49923,404,106),(49924,405,106),(49925,406,106),(49926,101,106),(49927,369,106),(49928,370,106),(49929,476,106),(49930,477,106),(49931,478,106),(49932,479,106),(49933,480,106),(49934,481,106),(49935,482,106),(49936,483,106),(49937,484,106),(49938,485,106),(49939,486,106),(49940,487,106),(49941,457,106),(49942,458,106),(49943,459,106),(49944,387,106),(49945,340,106),(49946,341,106),(49947,342,106),(49948,343,106),(49949,344,106),(49950,346,106),(49951,347,106),(49952,348,106),(49953,349,106),(49954,350,106),(49955,351,106),(49956,352,106),(49957,353,106),(49958,354,106),(49959,355,106),(49960,356,106),(49961,357,106),(49962,358,106),(49963,359,106),(49964,360,106),(49965,2235,106),(49966,2236,106),(49967,2237,106),(49968,2238,106),(49969,2239,106),(49970,2240,106),(49971,2241,106),(49972,2242,106),(49973,2243,106),(49974,2244,106),(49975,2245,106),(49976,2246,106),(49977,2247,106),(49978,2248,106),(49979,1345,106),(49980,1346,106),(49981,1347,106),(49982,1348,106),(49983,2249,106),(49984,2250,106),(49985,2251,106),(49986,1092,106),(49987,2252,106),(49988,2253,106),(49989,5350,106),(49990,5351,106),(49991,5352,106),(49992,5353,106),(49993,5354,106),(49994,5355,106),(49995,5356,106),(49996,5357,106),(49997,1349,106),(49998,1350,106),(49999,1351,106),(50000,1352,106),(50001,1353,106),(50002,1354,106),(50003,1355,106),(50004,1356,106),(50005,1357,106),(50006,1358,106),(50007,1359,106),(50008,1360,106),(50009,1361,106),(50010,1362,106),(50011,1363,106),(50012,1364,106),(50013,1365,106),(50014,1366,106),(50015,1367,106),(50016,1368,106),(50017,1369,106),(50018,4993,106),(50019,4994,106),(50020,5358,106),(50021,5359,106),(50022,1523,106),(50023,1524,106),(50024,1525,106),(50025,1526,106),(50026,1570,106),(50027,1370,106),(50028,1371,106),(50029,1372,106),(50030,2254,106),(50031,2255,106),(50032,1531,106),(50033,2256,106),(50034,2257,106),(50035,2258,106),(50036,2259,106),(50037,1535,106),(50038,1536,106),(50039,1373,106),(50040,1374,106),(50041,1375,106),(50042,6057,106),(50043,2260,106),(50044,2261,106),(50045,2262,106),(50046,2263,106),(50047,3462,106),(50048,1539,106),(50049,2264,106),(50050,2265,106),(50051,2266,106),(50052,2267,106),(50053,2268,106),(50054,2269,106),(50055,2270,106),(50056,2271,106),(50057,2272,106),(50058,2273,106),(50059,2274,106),(50060,2275,106),(50061,2276,106),(50062,2277,106),(50063,2278,106),(50064,2279,106),(50065,2280,106),(50066,2281,106),(50067,2282,106),(50068,2283,106),(50069,2284,106),(50070,2285,106),(50071,2286,106),(50072,2287,106),(50073,2288,106),(50074,2289,106),(50075,2290,106),(50076,2291,106),(50077,2292,106),(50078,2293,106),(50079,2294,106),(50080,2295,106),(50081,2296,106),(50082,2297,106),(50083,2298,106),(50084,2299,106),(50085,2300,106),(50086,2301,106),(50087,2302,106),(50088,2303,106),(50089,2304,106),(50090,2305,106),(50091,2306,106),(50092,2307,106),(50093,2308,106),(50094,2309,106),(50095,2310,106),(50096,2311,106),(50097,2312,106),(50098,2313,106),(50099,2314,106),(50100,2315,106),(50101,2316,106),(50102,2317,106),(50103,2318,106),(50104,1094,106),(50105,2319,106),(50106,2320,106),(50107,2321,106),(50108,2322,106),(50109,2323,106),(50110,2324,106),(50111,2325,106),(50112,2326,106),(50113,2327,106),(50114,2328,106),(50115,2329,106),(50116,2330,106),(50117,2331,106),(50118,2332,106),(50119,2333,106),(50120,2334,106),(50121,2335,106),(50122,2336,106),(50123,2337,106),(50124,2338,106),(50125,2339,106),(50126,2340,106),(50127,2341,106),(50128,2342,106),(50129,2343,106),(50130,2344,106),(50131,2345,106),(50132,2346,106),(50133,2347,106),(50134,2348,106),(50135,2349,106),(50136,2350,106),(50137,2351,106),(50138,2352,106),(50139,2353,106),(50140,2354,106),(50141,2355,106),(50142,2356,106),(50143,2357,106),(50144,2358,106),(50145,2359,106),(50146,2360,106),(50147,2361,106),(50148,2362,106),(50149,2363,106),(50150,2364,106),(50151,2365,106),(50152,2366,106),(50153,2367,106),(50154,2368,106),(50155,2369,106),(50156,2370,106),(50157,2371,106),(50158,2372,106),(50159,2373,106),(50160,2374,106),(50161,2375,106),(50162,2376,106),(50163,2377,106),(50164,2378,106),(50165,2379,106),(50166,2380,106),(50167,2381,106),(50168,2382,106),(50169,2383,106),(50170,2384,106),(50171,2385,106),(50172,2386,106),(50173,2387,106),(50174,2388,106),(50175,2389,106),(50176,2390,106),(50177,2391,106),(50178,2392,106),(50179,2393,106),(50180,2394,106),(50181,2395,106),(50182,2396,106),(50183,2397,106),(50184,2398,106),(50185,2399,106),(50186,2400,106),(50187,2401,106),(50188,2402,106),(50189,2403,106),(50190,2404,106),(50191,2405,106),(50192,2406,106),(50193,2407,106),(50194,2408,106),(50195,2409,106),(50196,2410,106),(50197,2411,106),(50198,2412,106),(50199,2413,106),(50200,2414,106),(50201,2415,106),(50202,2416,106),(50203,2417,106),(50204,2418,106),(50205,2419,106),(50206,2420,106),(50207,2421,106),(50208,2422,106),(50209,2423,106),(50210,2424,106),(50211,2425,106),(50212,2426,106),(50213,2427,106),(50214,2428,106),(50215,2429,106),(50216,2430,106),(50217,2431,106),(50218,2432,106),(50219,2433,106),(50220,2434,106),(50221,2435,106),(50222,2436,106),(50223,2437,106),(50224,2438,106),(50225,2439,106),(50226,2440,106),(50227,2441,106),(50228,2442,106),(50229,2443,106),(50230,2444,106),(50231,2445,106),(50232,2446,106),(50233,2447,106),(50234,2448,106),(50235,2449,106),(50236,2450,106),(50237,2451,106),(50238,2452,106),(50239,2453,106),(50240,2454,106),(50241,2455,106),(50242,2456,106),(50243,2457,106),(50244,2458,106),(50245,2459,106),(50246,2460,106),(50247,2461,106),(50248,2462,106),(50249,2463,106),(50250,2464,106),(50251,2465,106),(50252,2466,106),(50253,2467,106),(50254,2468,106),(50255,2469,106),(50256,2470,106),(50257,2471,106),(50258,2472,106),(50259,2473,106),(50260,2474,106),(50261,2475,106),(50262,2476,106),(50263,2477,106),(50264,2478,106),(50265,3463,106),(50266,2482,106),(50267,2483,106),(50268,2484,106),(50269,2485,106),(50270,2486,106),(50271,2487,106),(50272,2488,106),(50273,2489,106),(50274,2529,106),(50275,3464,106),(50276,1573,106),(50277,1554,106),(50278,1555,106),(50279,1556,106),(50280,1557,106),(50281,1558,106),(50282,1559,106),(50283,1560,106),(50284,3465,106),(50285,2491,106),(50286,2492,106),(50287,2493,106),(50288,2494,106),(50289,2495,106),(50290,2496,106),(50291,2497,106),(50292,2498,106),(50293,1606,106),(50294,1607,106),(50295,2499,106),(50296,2500,106),(50297,2501,106),(50298,2502,106),(50299,2503,106),(50300,2504,106),(50301,2505,106),(50302,2506,106),(50303,2507,106),(50304,2508,106),(50305,1589,106),(50306,1590,106),(50307,1591,106),(50308,1592,106),(50309,1593,106),(50310,1594,106),(50311,2641,106),(50312,1540,106),(50313,2509,106),(50314,1598,106),(50315,1601,106),(50316,1602,106),(50317,1600,106),(50318,2510,106),(50319,126,106),(50320,2655,106),(50321,2662,106),(50322,2663,106),(50323,6043,106),(50324,5346,106),(50325,5428,106),(50326,5429,106),(50327,5430,106),(50328,5431,106),(50329,5432,106),(50330,5433,106),(50331,5434,106),(50332,5435,106),(50333,5436,106),(50334,5437,106),(50335,5438,106),(50336,5439,106),(50337,5440,106),(50338,5441,106),(50339,5442,106),(50340,5443,106),(50341,5444,106),(50342,5445,106),(50343,5446,106),(50344,5447,106),(50345,5448,106),(50346,5449,106),(50347,5450,106),(50348,5451,106),(50349,5452,106),(50350,5453,106),(50351,5454,106),(50352,5455,106),(50353,5456,106),(50354,5457,106),(50355,5458,106),(50356,5459,106),(50357,5460,106),(50358,5461,106),(50359,5462,106),(50360,5463,106),(50361,5464,106),(50362,5465,106),(50363,5466,106),(50364,5467,106),(50365,5468,106),(50366,5469,106),(50367,5470,106),(50368,5471,106),(50369,5472,106),(50370,5473,106),(50371,5474,106),(50372,5475,106),(50373,5476,106),(50374,5477,106),(50375,5478,106),(50376,5479,106),(50377,5480,106),(50378,5481,106),(50379,5482,106),(50380,5483,106),(50381,5484,106),(50382,5485,106),(50383,5486,106),(50384,5487,106),(50385,5488,106),(50386,5489,106),(50387,5490,106),(50388,5491,106),(50389,5492,106),(50390,5493,106),(50391,5494,106),(50392,5495,106),(50393,5496,106),(50394,5497,106),(50395,5498,106),(50396,5499,106),(50397,5500,106),(50398,5501,106),(50399,5502,106),(50400,5503,106),(50401,5504,106),(50402,5505,106),(50403,5506,106),(50404,5507,106),(50405,5508,106),(50406,5509,106),(50407,5510,106),(50408,5511,106),(50409,5512,106),(50410,5513,106),(50411,5514,106),(50412,5515,106),(50413,5516,106),(50414,5517,106),(50415,5518,106),(50416,5519,106),(50417,5520,106),(50418,5521,106),(50419,5522,106),(50420,5523,106),(50421,5524,106),(50422,5525,106),(50423,5526,106),(50424,5527,106),(50425,5528,106),(50426,5529,106),(50427,5530,106),(50428,5531,106),(50429,5532,106),(50430,5533,106),(50431,5534,106),(50432,5535,106),(50433,5536,106),(50434,5537,106),(50435,5538,106),(50436,5539,106),(50437,5540,106),(50438,5541,106),(50439,5542,106),(50440,5543,106),(50441,5544,106),(50442,5545,106),(50443,5546,106),(50444,5547,106),(50445,5548,106),(50446,5549,106),(50447,5550,106),(50448,5551,106),(50449,6044,106),(50450,5942,106),(50451,5943,106),(50452,5944,106),(50453,5945,106),(50454,5946,106),(50455,5947,106),(50456,5948,106),(50457,5949,106),(50458,5950,106),(50459,5951,106),(50460,5952,106),(50461,5953,106),(50462,5954,106),(50463,5955,106),(50464,5956,106),(50465,5957,106),(50466,5958,106),(50467,5959,106),(50468,5960,106),(50469,5961,106),(50470,5962,106),(50471,5963,106),(50472,5964,106),(50473,5965,106),(50474,5966,106),(50475,5967,106),(50476,5968,106),(50477,5969,106),(50478,5970,106),(50479,5971,106),(50480,5972,106),(50481,5973,106),(50482,5974,106),(50483,5975,106),(50484,5976,106),(50485,5977,106),(50486,5978,106),(50487,5979,106),(50488,5980,106),(50489,5981,106),(50490,5982,106),(50491,5983,106),(50492,5984,106),(50493,5552,106),(50494,2511,106),(50495,2512,106),(50496,2657,106),(50497,2514,106),(50498,2515,106),(50499,2513,106),(50500,2516,106),(50501,2517,106),(50502,2518,106),(50503,2519,106),(50504,2520,106),(50505,1500,106),(50506,1501,106),(50507,2521,106),(50508,2522,106),(50509,2523,106),(50510,1595,106),(50511,2524,106),(50512,2525,106),(50513,2526,106),(50514,2527,106),(50515,2528,106),(50516,2530,106),(50517,2531,106),(50518,2532,106),(50519,2533,106),(50520,2534,106),(50521,2535,106),(50522,2536,106),(50523,2537,106),(50524,2538,106),(50525,2539,106),(50526,2540,106),(50527,2541,106),(50528,2542,106),(50529,2543,106),(50530,2544,106),(50531,2545,106),(50532,2546,106),(50533,2547,106),(50534,1488,106),(50535,1489,106),(50536,4012,106),(50537,4013,106),(50538,2548,106),(50539,2549,106),(50540,2550,106),(50541,2551,106),(50542,2552,106),(50543,2553,106),(50544,2554,106),(50545,2555,106),(50546,2556,106),(50547,2557,106),(50548,2558,106),(50549,2559,106),(50550,2560,106),(50551,2561,106),(50552,2562,106),(50553,2563,106),(50554,2564,106),(50555,2565,106),(50556,2566,106),(50557,2567,106),(50558,2568,106),(50559,2569,106),(50560,2570,106),(50561,2571,106),(50562,2572,106),(50563,2573,106),(50564,2574,106),(50565,2575,106),(50566,2576,106),(50567,2577,106),(50568,2578,106),(50569,2579,106),(50570,2580,106),(50571,2581,106),(50572,2582,106),(50573,2583,106),(50574,2584,106),(50575,2585,106),(50576,2586,106),(50577,2587,106),(50578,2588,106),(50579,2589,106),(50580,2590,106),(50581,2591,106),(50582,2592,106),(50583,2593,106),(50584,2594,106),(50585,2595,106),(50586,2596,106),(50587,1532,106),(50588,2597,106),(50589,2598,106),(50590,2599,106),(50591,2600,106),(50592,2601,106),(50593,2602,106),(50594,2603,106),(50595,2604,106),(50596,2605,106),(50597,2606,106),(50598,2607,106),(50599,2608,106),(50600,2609,106),(50601,2610,106),(50602,2611,106),(50603,2612,106),(50604,2613,106),(50605,2614,106),(50606,2615,106),(50607,2616,106),(50608,2617,106),(50609,2618,106),(50610,2619,106),(50611,2620,106),(50612,2621,106),(50613,2622,106),(50614,2623,106),(50615,2624,106),(50616,2625,106),(50617,2626,106),(50618,2627,106),(50619,2628,106),(50620,2629,106),(50621,2630,106),(50622,2631,106),(50623,2632,106),(50624,2633,106),(50625,2634,106),(50626,2635,106),(50627,2636,106),(50628,1490,106),(50629,1491,106),(50630,1492,106),(50631,2637,106),(50632,2638,106),(50633,2639,106),(50634,2640,106),(50635,1291,107),(50636,1292,107),(50637,1293,107),(50638,1294,107),(50639,1295,107),(50640,3906,107),(50641,1297,107),(50642,1298,107),(50643,1240,107),(50644,1299,107),(50645,1300,107),(50646,1301,107),(50647,1302,107),(50648,1303,107),(50649,1304,107),(50650,1305,107),(50651,1306,107),(50652,1307,107),(50653,1308,107),(50654,3653,107),(50655,1309,107),(50656,1310,107),(50657,1311,107),(50658,1312,107),(50659,1313,107),(50660,1314,107),(50661,1315,107),(50662,1316,107),(50663,1317,107),(50664,1318,107),(50665,1319,107),(50666,1320,107),(50667,1321,107),(50668,1322,107),(50669,1323,107),(50670,1324,107),(50671,1325,107),(50672,1326,107),(50673,1327,107),(50674,3594,107),(50675,4242,107),(50676,4243,107),(50677,4244,107),(50678,4245,107),(50679,4246,107),(50680,4247,107),(50681,86,107),(50682,83,107),(50683,87,107),(50684,4595,107),(50685,4596,107),(50686,4597,107),(50687,4598,107),(50688,4599,107),(50689,4600,107),(50690,4601,107),(50691,4602,107),(50692,4603,107),(50693,4604,107),(50694,1328,107),(50695,6160,107),(50696,1330,107),(50697,1331,107),(50698,1332,107),(50699,1333,107),(50700,1334,107),(50701,1335,107),(50702,1336,107),(50703,5339,107),(50704,5340,107),(50705,5341,107),(50706,6056,107),(50707,5342,107),(50708,5343,107),(50709,5344,107),(50710,5345,107),(50711,1337,107),(50712,1338,107),(50713,1339,107),(50714,5347,107),(50715,1340,107),(50716,1341,107),(50717,1218,107),(50718,1219,107),(50719,1220,107),(50720,1221,107),(50721,1222,107),(50722,1223,107),(50723,1224,107),(50724,1225,107),(50725,1226,107),(50726,1227,107),(50727,1228,107),(50728,1229,107),(50729,1230,107),(50730,1231,107),(50731,1232,107),(50732,1233,107),(50733,1234,107),(50734,1235,107),(50735,1236,107),(50736,1237,107),(50737,1238,107),(50738,1239,107),(50739,1241,107),(50740,1242,107),(50741,1243,107),(50742,1244,107),(50743,1245,107),(50744,1246,107),(50745,1247,107),(50746,1248,107),(50747,1249,107),(50748,1250,107),(50749,1251,107),(50750,1252,107),(50751,1253,107),(50752,1254,107),(50753,1255,107),(50754,1256,107),(50755,1257,107),(50756,1258,107),(50757,1259,107),(50758,1260,107),(50759,1261,107),(50760,1262,107),(50761,1263,107),(50762,1264,107),(50763,1265,107),(50764,1266,107),(50765,1267,107),(50766,1268,107),(50767,1269,107),(50768,1270,107),(50769,1271,107),(50770,1272,107),(50771,1273,107),(50772,1274,107),(50773,1275,107),(50774,1276,107),(50775,1277,107),(50776,1278,107),(50777,1279,107),(50778,1280,107),(50779,1281,107),(50780,1282,107),(50781,1283,107),(50782,1284,107),(50783,1285,107),(50784,5398,107),(50785,5732,107),(50786,5851,107),(50787,1286,107),(50788,1287,107),(50789,4248,107),(50790,4249,107),(50791,4250,107),(50792,4251,107),(50793,4252,107),(50794,4253,107),(50795,4254,107),(50796,4255,107),(50797,4256,107),(50798,4257,107),(50799,4258,107),(50800,4259,107),(50801,4620,107),(50802,4260,107),(50803,4261,107),(50804,1288,107),(50805,1289,107),(50806,1290,107),(50807,1291,108),(50808,1292,108),(50809,1293,108),(50810,1294,108),(50811,1295,108),(50812,3906,108),(50813,1297,108),(50814,1298,108),(50815,1240,108),(50816,1299,108),(50817,1300,108),(50818,1301,108),(50819,1302,108),(50820,1303,108),(50821,1304,108),(50822,1305,108),(50823,1306,108),(50824,1307,108),(50825,1308,108),(50826,3653,108),(50827,1309,108),(50828,1310,108),(50829,1311,108),(50830,1312,108),(50831,1313,108),(50832,1314,108),(50833,1315,108),(50834,1316,108),(50835,1317,108),(50836,1318,108),(50837,1319,108),(50838,1320,108),(50839,1321,108),(50840,1322,108),(50841,1323,108),(50842,1324,108),(50843,1325,108),(50844,1326,108),(50845,1327,108),(50846,3594,108),(50847,4242,108),(50848,4243,108),(50849,4244,108),(50850,4245,108),(50851,4246,108),(50852,4247,108),(50853,86,108),(50854,83,108),(50855,87,108),(50856,4595,108),(50857,4596,108),(50858,4597,108),(50859,4598,108),(50860,4599,108),(50861,4600,108),(50862,4601,108),(50863,4602,108),(50864,4603,108),(50865,4604,108),(50866,1328,108),(50867,6160,108),(50868,1330,108),(50869,1331,108),(50870,1332,108),(50871,1333,108),(50872,1334,108),(50873,1335,108),(50874,1336,108),(50875,5339,108),(50876,5340,108),(50877,5341,108),(50878,6056,108),(50879,5342,108),(50880,5343,108),(50881,5344,108),(50882,5345,108),(50883,1337,108),(50884,1338,108),(50885,1339,108),(50886,5347,108),(50887,1340,108),(50888,1341,108),(50889,1218,108),(50890,1219,108),(50891,1220,108),(50892,1221,108),(50893,1222,108),(50894,1223,108),(50895,1224,108),(50896,1225,108),(50897,1226,108),(50898,1227,108),(50899,1228,108),(50900,1229,108),(50901,1230,108),(50902,1231,108),(50903,1232,108),(50904,1233,108),(50905,1234,108),(50906,1235,108),(50907,1236,108),(50908,1237,108),(50909,1238,108),(50910,1239,108),(50911,1241,108),(50912,1242,108),(50913,1243,108),(50914,1244,108),(50915,1245,108),(50916,1246,108),(50917,1247,108),(50918,1248,108),(50919,1249,108),(50920,1250,108),(50921,1251,108),(50922,1252,108),(50923,1253,108),(50924,1254,108),(50925,1255,108),(50926,1256,108),(50927,1257,108),(50928,1258,108),(50929,1259,108),(50930,1260,108),(50931,1261,108),(50932,1262,108),(50933,1263,108),(50934,1264,108),(50935,1265,108),(50936,1266,108),(50937,1267,108),(50938,1268,108),(50939,1269,108),(50940,1270,108),(50941,1271,108),(50942,1272,108),(50943,1273,108),(50944,1274,108),(50945,1275,108),(50946,1276,108),(50947,1277,108),(50948,1278,108),(50949,1279,108),(50950,1280,108),(50951,1281,108),(50952,1282,108),(50953,1283,108),(50954,1284,108),(50955,1285,108),(50956,5398,108),(50957,5732,108),(50958,5851,108),(50959,1286,108),(50960,1287,108),(50961,4248,108),(50962,4249,108),(50963,4250,108),(50964,4251,108),(50965,4252,108),(50966,4253,108),(50967,4254,108),(50968,4255,108),(50969,4256,108),(50970,4257,108),(50971,4258,108),(50972,4259,108),(50973,4620,108),(50974,4260,108),(50975,4261,108),(50976,1288,108),(50977,1289,108),(50978,1290,108),(50979,1500,108),(50980,1501,108),(50981,1502,108),(50982,1503,108),(50983,1504,108),(50984,1505,108),(50985,1506,108),(50986,1507,108),(50987,1508,108),(50988,1509,108),(50989,1510,108),(50990,1511,108),(50991,1512,108),(50992,1513,108),(50993,1514,108),(50994,1515,108),(50995,1516,108),(50996,1517,108),(50997,1518,108),(50998,1519,108),(50999,1520,108),(51000,1521,108),(51001,1522,108),(51002,1342,108),(51003,1343,108),(51004,1344,108),(51005,1523,108),(51006,1345,108),(51007,1346,108),(51008,1347,108),(51009,1348,108),(51010,1092,108),(51011,5350,108),(51012,5351,108),(51013,5352,108),(51014,5353,108),(51015,5354,108),(51016,5355,108),(51017,5356,108),(51018,5357,108),(51019,1349,108),(51020,1350,108),(51021,1351,108),(51022,1352,108),(51023,1353,108),(51024,1354,108),(51025,1355,108),(51026,1356,108),(51027,1357,108),(51028,1358,108),(51029,1359,108),(51030,1360,108),(51031,1361,108),(51032,1362,108),(51033,1363,108),(51034,1364,108),(51035,1365,108),(51036,1366,108),(51037,1367,108),(51038,1368,108),(51039,1369,108),(51040,4993,108),(51041,4994,108),(51042,5358,108),(51043,5359,108),(51044,1524,108),(51045,1525,108),(51046,1526,108),(51047,1370,108),(51048,1371,108),(51049,1372,108),(51050,1527,108),(51051,1528,108),(51052,1529,108),(51053,6040,108),(51054,6041,108),(51055,6042,108),(51056,1530,108),(51057,1531,108),(51058,1532,108),(51059,1533,108),(51060,1534,108),(51061,65,108),(51062,1535,108),(51063,1536,108),(51064,1373,108),(51065,1374,108),(51066,1375,108),(51067,6057,108),(51068,4090,108),(51069,1537,108),(51070,1538,108),(51071,3897,108),(51072,1539,108),(51073,1540,108),(51074,1541,108),(51075,1542,108),(51076,78,108),(51077,1543,108),(51078,1544,108),(51079,1545,108),(51080,1546,108),(51081,1547,108),(51082,1548,108),(51083,1549,108),(51084,1550,108),(51085,1551,108),(51086,1552,108),(51087,1553,108),(51088,1554,108),(51089,1555,108),(51090,1556,108),(51091,1557,108),(51092,1558,108),(51093,1559,108),(51094,1560,108),(51095,1561,108),(51096,1562,108),(51097,1563,108),(51098,1564,108),(51099,1565,108),(51100,1566,108),(51101,1567,108),(51102,1568,108),(51103,1569,108),(51104,1570,108),(51105,1571,108),(51106,1572,108),(51107,1573,108),(51108,1575,108),(51109,1576,108),(51110,1577,108),(51111,1578,108),(51112,1579,108),(51113,1580,108),(51114,1585,108),(51115,2513,108),(51116,5907,108),(51117,1607,108),(51118,3895,108),(51119,2350,108),(51120,1581,108),(51121,3896,108),(51122,1583,108),(51123,1584,108),(51124,1574,108),(51125,1582,108),(51126,1587,108),(51127,1094,108),(51128,1588,108),(51129,1589,108),(51130,1590,108),(51131,1591,108),(51132,1592,108),(51133,1593,108),(51134,1594,108),(51135,1595,108),(51136,1596,108),(51137,1597,108),(51138,1598,108),(51139,1599,108),(51140,1600,108),(51141,1601,108),(51142,1602,108),(51143,1603,108),(51144,1604,108),(51145,1605,108),(51146,1606,108),(51147,1608,108),(51148,1609,108),(51149,1610,108),(51150,1611,108),(51151,1488,108),(51152,1489,108),(51153,1490,108),(51154,1491,108),(51155,1492,108),(51156,1291,109),(51157,1292,109),(51158,1293,109),(51159,1294,109),(51160,1295,109),(51161,3906,109),(51162,1297,109),(51163,1298,109),(51164,1240,109),(51165,1299,109),(51166,1300,109),(51167,1301,109),(51168,1302,109),(51169,1303,109),(51170,1304,109),(51171,1305,109),(51172,1306,109),(51173,1307,109),(51174,1308,109),(51175,3653,109),(51176,1309,109),(51177,1310,109),(51178,1311,109),(51179,1312,109),(51180,1313,109),(51181,1314,109),(51182,1315,109),(51183,1316,109),(51184,1317,109),(51185,1318,109),(51186,1319,109),(51187,1320,109),(51188,1321,109),(51189,1322,109),(51190,1323,109),(51191,1324,109),(51192,1325,109),(51193,1326,109),(51194,1327,109),(51195,3594,109),(51196,4242,109),(51197,4243,109),(51198,4244,109),(51199,4245,109),(51200,4246,109),(51201,4247,109),(51202,86,109),(51203,83,109),(51204,87,109),(51205,4595,109),(51206,4596,109),(51207,4597,109),(51208,4598,109),(51209,4599,109),(51210,4600,109),(51211,4601,109),(51212,4602,109),(51213,4603,109),(51214,4604,109),(51215,1328,109),(51216,6160,109),(51217,1330,109),(51218,1331,109),(51219,1332,109),(51220,1333,109),(51221,1334,109),(51222,1335,109),(51223,1336,109),(51224,5339,109),(51225,5340,109),(51226,5341,109),(51227,6056,109),(51228,5342,109),(51229,5343,109),(51230,5344,109),(51231,5345,109),(51232,1337,109),(51233,1338,109),(51234,1339,109),(51235,5347,109),(51236,1340,109),(51237,1341,109),(51238,1218,109),(51239,1219,109),(51240,1220,109),(51241,1221,109),(51242,1222,109),(51243,1223,109),(51244,1224,109),(51245,1225,109),(51246,1226,109),(51247,1227,109),(51248,1228,109),(51249,1229,109),(51250,1230,109),(51251,1231,109),(51252,1232,109),(51253,1233,109),(51254,1234,109),(51255,1235,109),(51256,1236,109),(51257,1237,109),(51258,1238,109),(51259,1239,109),(51260,1241,109),(51261,1242,109),(51262,1243,109),(51263,1244,109),(51264,1245,109),(51265,1246,109),(51266,1247,109),(51267,1248,109),(51268,1249,109),(51269,1250,109),(51270,1251,109),(51271,1252,109),(51272,1253,109),(51273,1254,109),(51274,1255,109),(51275,1256,109),(51276,1257,109),(51277,1258,109),(51278,1259,109),(51279,1260,109),(51280,1261,109),(51281,1262,109),(51282,1263,109),(51283,1264,109),(51284,1265,109),(51285,1266,109),(51286,1267,109),(51287,1268,109),(51288,1269,109),(51289,1270,109),(51290,1271,109),(51291,1272,109),(51292,1273,109),(51293,1274,109),(51294,1275,109),(51295,1276,109),(51296,1277,109),(51297,1278,109),(51298,1279,109),(51299,1280,109),(51300,1281,109),(51301,1282,109),(51302,1283,109),(51303,1284,109),(51304,1285,109),(51305,5398,109),(51306,5732,109),(51307,5851,109),(51308,1286,109),(51309,1287,109),(51310,4248,109),(51311,4249,109),(51312,4250,109),(51313,4251,109),(51314,4252,109),(51315,4253,109),(51316,4254,109),(51317,4255,109),(51318,4256,109),(51319,4257,109),(51320,4258,109),(51321,4259,109),(51322,4620,109),(51323,4260,109),(51324,4261,109),(51325,1288,109),(51326,1289,109),(51327,1290,109),(51328,1291,110),(51329,1292,110),(51330,1293,110),(51331,1294,110),(51332,1295,110),(51333,3906,110),(51334,1297,110),(51335,1298,110),(51336,1240,110),(51337,1299,110),(51338,1300,110),(51339,1301,110),(51340,1302,110),(51341,1303,110),(51342,1304,110),(51343,1305,110),(51344,1306,110),(51345,1307,110),(51346,1308,110),(51347,3653,110),(51348,1309,110),(51349,1310,110),(51350,1311,110),(51351,1312,110),(51352,1313,110),(51353,1314,110),(51354,1315,110),(51355,1316,110),(51356,1317,110),(51357,1318,110),(51358,1319,110),(51359,1320,110),(51360,1321,110),(51361,1322,110),(51362,1323,110),(51363,1324,110),(51364,1325,110),(51365,1326,110),(51366,1327,110),(51367,3594,110),(51368,4242,110),(51369,4243,110),(51370,4244,110),(51371,4245,110),(51372,4246,110),(51373,4247,110),(51374,86,110),(51375,83,110),(51376,87,110),(51377,4595,110),(51378,4596,110),(51379,4597,110),(51380,4598,110),(51381,4599,110),(51382,4600,110),(51383,4601,110),(51384,4602,110),(51385,4603,110),(51386,4604,110),(51387,1328,110),(51388,6160,110),(51389,1330,110),(51390,1331,110),(51391,1332,110),(51392,1333,110),(51393,1334,110),(51394,1335,110),(51395,1336,110),(51396,5339,110),(51397,5340,110),(51398,5341,110),(51399,6056,110),(51400,5342,110),(51401,5343,110),(51402,5344,110),(51403,5345,110),(51404,1337,110),(51405,1338,110),(51406,1339,110),(51407,5347,110),(51408,1340,110),(51409,1341,110),(51410,1218,110),(51411,1219,110),(51412,1220,110),(51413,1221,110),(51414,1222,110),(51415,1223,110),(51416,1224,110),(51417,1225,110),(51418,1226,110),(51419,1227,110),(51420,1228,110),(51421,1229,110),(51422,1230,110),(51423,1231,110),(51424,1232,110),(51425,1233,110),(51426,1234,110),(51427,1235,110),(51428,1236,110),(51429,1237,110),(51430,1238,110),(51431,1239,110),(51432,1241,110),(51433,1242,110),(51434,1243,110),(51435,1244,110),(51436,1245,110),(51437,1246,110),(51438,1247,110),(51439,1248,110),(51440,1249,110),(51441,1250,110),(51442,1251,110),(51443,1252,110),(51444,1253,110),(51445,1254,110),(51446,1255,110),(51447,1256,110),(51448,1257,110),(51449,1258,110),(51450,1259,110),(51451,1260,110),(51452,1261,110),(51453,1262,110),(51454,1263,110),(51455,1264,110),(51456,1265,110),(51457,1266,110),(51458,1267,110),(51459,1268,110),(51460,1269,110),(51461,1270,110),(51462,1271,110),(51463,1272,110),(51464,1273,110),(51465,1274,110),(51466,1275,110),(51467,1276,110),(51468,1277,110),(51469,1278,110),(51470,1279,110),(51471,1280,110),(51472,1281,110),(51473,1282,110),(51474,1283,110),(51475,1284,110),(51476,1285,110),(51477,5398,110),(51478,5732,110),(51479,5851,110),(51480,1286,110),(51481,1287,110),(51482,4248,110),(51483,4249,110),(51484,4250,110),(51485,4251,110),(51486,4252,110),(51487,4253,110),(51488,4254,110),(51489,4255,110),(51490,4256,110),(51491,4257,110),(51492,4258,110),(51493,4259,110),(51494,4620,110),(51495,4260,110),(51496,4261,110),(51497,1288,110),(51498,1289,110),(51499,1290,110),(51500,1500,110),(51501,1501,110),(51502,1502,110),(51503,1503,110),(51504,1504,110),(51505,1505,110),(51506,1506,110),(51507,1507,110),(51508,1508,110),(51509,1509,110),(51510,1510,110),(51511,1511,110),(51512,1512,110),(51513,1513,110),(51514,1514,110),(51515,1515,110),(51516,1516,110),(51517,1517,110),(51518,1518,110),(51519,1519,110),(51520,1520,110),(51521,1521,110),(51522,1522,110),(51523,1342,110),(51524,1343,110),(51525,1344,110),(51526,1523,110),(51527,1345,110),(51528,1346,110),(51529,1347,110),(51530,1348,110),(51531,1092,110),(51532,5350,110),(51533,5351,110),(51534,5352,110),(51535,5353,110),(51536,5354,110),(51537,5355,110),(51538,5356,110),(51539,5357,110),(51540,1349,110),(51541,1350,110),(51542,1351,110),(51543,1352,110),(51544,1353,110),(51545,1354,110),(51546,1355,110),(51547,1356,110),(51548,1357,110),(51549,1358,110),(51550,1359,110),(51551,1360,110),(51552,1361,110),(51553,1362,110),(51554,1363,110),(51555,1364,110),(51556,1365,110),(51557,1366,110),(51558,1367,110),(51559,1368,110),(51560,1369,110),(51561,4993,110),(51562,4994,110),(51563,5358,110),(51564,5359,110),(51565,1524,110),(51566,1525,110),(51567,1526,110),(51568,1370,110),(51569,1371,110),(51570,1372,110),(51571,1527,110),(51572,1528,110),(51573,1529,110),(51574,6040,110),(51575,6041,110),(51576,6042,110),(51577,1530,110),(51578,1531,110),(51579,1532,110),(51580,1533,110),(51581,1534,110),(51582,65,110),(51583,1535,110),(51584,1536,110),(51585,1373,110),(51586,1374,110),(51587,1375,110),(51588,6057,110),(51589,4090,110),(51590,1537,110),(51591,1538,110),(51592,3897,110),(51593,1539,110),(51594,1540,110),(51595,1541,110),(51596,1542,110),(51597,78,110),(51598,1543,110),(51599,1544,110),(51600,1545,110),(51601,1546,110),(51602,1547,110),(51603,1548,110),(51604,1549,110),(51605,1550,110),(51606,1551,110),(51607,1552,110),(51608,1553,110),(51609,1554,110),(51610,1555,110),(51611,1556,110),(51612,1557,110),(51613,1558,110),(51614,1559,110),(51615,1560,110),(51616,1561,110),(51617,1562,110),(51618,1563,110),(51619,1564,110),(51620,1565,110),(51621,1566,110),(51622,1567,110),(51623,1568,110),(51624,1569,110),(51625,1570,110),(51626,1571,110),(51627,1572,110),(51628,1573,110),(51629,1575,110),(51630,1576,110),(51631,1577,110),(51632,1578,110),(51633,1579,110),(51634,1580,110),(51635,1585,110),(51636,2513,110),(51637,5907,110),(51638,1607,110),(51639,3895,110),(51640,2350,110),(51641,1581,110),(51642,3896,110),(51643,1583,110),(51644,1584,110),(51645,1574,110),(51646,1582,110),(51647,1587,110),(51648,1094,110),(51649,1588,110),(51650,1589,110),(51651,1590,110),(51652,1591,110),(51653,1592,110),(51654,1593,110),(51655,1594,110),(51656,1595,110),(51657,1596,110),(51658,1597,110),(51659,1598,110),(51660,1599,110),(51661,1600,110),(51662,1601,110),(51663,1602,110),(51664,1603,110),(51665,1604,110),(51666,1605,110),(51667,1606,110),(51668,1608,110),(51669,1609,110),(51670,1610,110),(51671,1611,110),(51672,1488,110),(51673,1489,110),(51674,1490,110),(51675,1491,110),(51676,1492,110),(51677,1291,111),(51678,1292,111),(51679,1293,111),(51680,1294,111),(51681,1295,111),(51682,3906,111),(51683,1297,111),(51684,1298,111),(51685,1240,111),(51686,1299,111),(51687,1300,111),(51688,1301,111),(51689,1302,111),(51690,1303,111),(51691,1304,111),(51692,1305,111),(51693,1306,111),(51694,1307,111),(51695,1308,111),(51696,3653,111),(51697,1309,111),(51698,1310,111),(51699,1311,111),(51700,1312,111),(51701,1313,111),(51702,1314,111),(51703,1315,111),(51704,1316,111),(51705,1317,111),(51706,1318,111),(51707,1319,111),(51708,1320,111),(51709,1321,111),(51710,1322,111),(51711,1323,111),(51712,1324,111),(51713,1325,111),(51714,1326,111),(51715,1327,111),(51716,3594,111),(51717,4242,111),(51718,4243,111),(51719,4244,111),(51720,4245,111),(51721,4246,111),(51722,4247,111),(51723,86,111),(51724,83,111),(51725,87,111),(51726,4595,111),(51727,4596,111),(51728,4597,111),(51729,4598,111),(51730,4599,111),(51731,4600,111),(51732,4601,111),(51733,4602,111),(51734,4603,111),(51735,4604,111),(51736,1328,111),(51737,6160,111),(51738,1330,111),(51739,1331,111),(51740,1332,111),(51741,1333,111),(51742,1334,111),(51743,1335,111),(51744,1336,111),(51745,5339,111),(51746,5340,111),(51747,5341,111),(51748,6056,111),(51749,5342,111),(51750,5343,111),(51751,5344,111),(51752,5345,111),(51753,1337,111),(51754,1338,111),(51755,1339,111),(51756,5347,111),(51757,1340,111),(51758,1341,111),(51759,1218,111),(51760,1219,111),(51761,1220,111),(51762,1221,111),(51763,1222,111),(51764,1223,111),(51765,1224,111),(51766,1225,111),(51767,1226,111),(51768,1227,111),(51769,1228,111),(51770,1229,111),(51771,1230,111),(51772,1231,111),(51773,1232,111),(51774,1233,111),(51775,1234,111),(51776,1235,111),(51777,1236,111),(51778,1237,111),(51779,1238,111),(51780,1239,111),(51781,1241,111),(51782,1242,111),(51783,1243,111),(51784,1244,111),(51785,1245,111),(51786,1246,111),(51787,1247,111),(51788,1248,111),(51789,1249,111),(51790,1250,111),(51791,1251,111),(51792,1252,111),(51793,1253,111),(51794,1254,111),(51795,1255,111),(51796,1256,111),(51797,1257,111),(51798,1258,111),(51799,1259,111),(51800,1260,111),(51801,1261,111),(51802,1262,111),(51803,1263,111),(51804,1264,111),(51805,1265,111),(51806,1266,111),(51807,1267,111),(51808,1268,111),(51809,1269,111),(51810,1270,111),(51811,1271,111),(51812,1272,111),(51813,1273,111),(51814,1274,111),(51815,1275,111),(51816,1276,111),(51817,1277,111),(51818,1278,111),(51819,1279,111),(51820,1280,111),(51821,1281,111),(51822,1282,111),(51823,1283,111),(51824,1284,111),(51825,1285,111),(51826,5398,111),(51827,5732,111),(51828,5851,111),(51829,1286,111),(51830,1287,111),(51831,4248,111),(51832,4249,111),(51833,4250,111),(51834,4251,111),(51835,4252,111),(51836,4253,111),(51837,4254,111),(51838,4255,111),(51839,4256,111),(51840,4257,111),(51841,4258,111),(51842,4259,111),(51843,4620,111),(51844,4260,111),(51845,4261,111),(51846,1288,111),(51847,1289,111),(51848,1290,111),(51849,1291,112),(51850,1292,112),(51851,1293,112),(51852,1294,112),(51853,1295,112),(51854,3906,112),(51855,1297,112),(51856,1298,112),(51857,1240,112),(51858,1299,112),(51859,1300,112),(51860,1301,112),(51861,1302,112),(51862,1303,112),(51863,1304,112),(51864,1305,112),(51865,1306,112),(51866,1307,112),(51867,1308,112),(51868,3653,112),(51869,1309,112),(51870,1310,112),(51871,1311,112),(51872,1312,112),(51873,1313,112),(51874,1314,112),(51875,1315,112),(51876,1316,112),(51877,1317,112),(51878,1318,112),(51879,1319,112),(51880,1320,112),(51881,1321,112),(51882,1322,112),(51883,1323,112),(51884,1324,112),(51885,1325,112),(51886,1326,112),(51887,1327,112),(51888,3594,112),(51889,4242,112),(51890,4243,112),(51891,4244,112),(51892,4245,112),(51893,4246,112),(51894,4247,112),(51895,86,112),(51896,83,112),(51897,87,112),(51898,4595,112),(51899,4596,112),(51900,4597,112),(51901,4598,112),(51902,4599,112),(51903,4600,112),(51904,4601,112),(51905,4602,112),(51906,4603,112),(51907,4604,112),(51908,1328,112),(51909,6160,112),(51910,1330,112),(51911,1331,112),(51912,1332,112),(51913,1333,112),(51914,1334,112),(51915,1335,112),(51916,1336,112),(51917,5339,112),(51918,5340,112),(51919,5341,112),(51920,6056,112),(51921,5342,112),(51922,5343,112),(51923,5344,112),(51924,5345,112),(51925,1337,112),(51926,1338,112),(51927,1339,112),(51928,5347,112),(51929,1340,112),(51930,1341,112),(51931,1218,112),(51932,1219,112),(51933,1220,112),(51934,1221,112),(51935,1222,112),(51936,1223,112),(51937,1224,112),(51938,1225,112),(51939,1226,112),(51940,1227,112),(51941,1228,112),(51942,1229,112),(51943,1230,112),(51944,1231,112),(51945,1232,112),(51946,1233,112),(51947,1234,112),(51948,1235,112),(51949,1236,112),(51950,1237,112),(51951,1238,112),(51952,1239,112),(51953,1241,112),(51954,1242,112),(51955,1243,112),(51956,1244,112),(51957,1245,112),(51958,1246,112),(51959,1247,112),(51960,1248,112),(51961,1249,112),(51962,1250,112),(51963,1251,112),(51964,1252,112),(51965,1253,112),(51966,1254,112),(51967,1255,112),(51968,1256,112),(51969,1257,112),(51970,1258,112),(51971,1259,112),(51972,1260,112),(51973,1261,112),(51974,1262,112),(51975,1263,112),(51976,1264,112),(51977,1265,112),(51978,1266,112),(51979,1267,112),(51980,1268,112),(51981,1269,112),(51982,1270,112),(51983,1271,112),(51984,1272,112),(51985,1273,112),(51986,1274,112),(51987,1275,112),(51988,1276,112),(51989,1277,112),(51990,1278,112),(51991,1279,112),(51992,1280,112),(51993,1281,112),(51994,1282,112),(51995,1283,112),(51996,1284,112),(51997,1285,112),(51998,5398,112),(51999,5732,112),(52000,5851,112),(52001,1286,112),(52002,1287,112),(52003,4248,112),(52004,4249,112),(52005,4250,112),(52006,4251,112),(52007,4252,112),(52008,4253,112),(52009,4254,112),(52010,4255,112),(52011,4256,112),(52012,4257,112),(52013,4258,112),(52014,4259,112),(52015,4620,112),(52016,4260,112),(52017,4261,112),(52018,1288,112),(52019,1289,112),(52020,1290,112),(52021,1500,112),(52022,1501,112),(52023,1502,112),(52024,1503,112),(52025,1504,112),(52026,1505,112),(52027,1506,112),(52028,1507,112),(52029,1508,112),(52030,1509,112),(52031,1510,112),(52032,1511,112),(52033,1512,112),(52034,1513,112),(52035,1514,112),(52036,1515,112),(52037,1516,112),(52038,1517,112),(52039,1518,112),(52040,1519,112),(52041,1520,112),(52042,1521,112),(52043,1522,112),(52044,1342,112),(52045,1343,112),(52046,1344,112),(52047,1523,112),(52048,1345,112),(52049,1346,112),(52050,1347,112),(52051,1348,112),(52052,1092,112),(52053,5350,112),(52054,5351,112),(52055,5352,112),(52056,5353,112),(52057,5354,112),(52058,5355,112),(52059,5356,112),(52060,5357,112),(52061,1349,112),(52062,1350,112),(52063,1351,112),(52064,1352,112),(52065,1353,112),(52066,1354,112),(52067,1355,112),(52068,1356,112),(52069,1357,112),(52070,1358,112),(52071,1359,112),(52072,1360,112),(52073,1361,112),(52074,1362,112),(52075,1363,112),(52076,1364,112),(52077,1365,112),(52078,1366,112),(52079,1367,112),(52080,1368,112),(52081,1369,112),(52082,4993,112),(52083,4994,112),(52084,5358,112),(52085,5359,112),(52086,1524,112),(52087,1525,112),(52088,1526,112),(52089,1370,112),(52090,1371,112),(52091,1372,112),(52092,1527,112),(52093,1528,112),(52094,1529,112),(52095,6040,112),(52096,6041,112),(52097,6042,112),(52098,1530,112),(52099,1531,112),(52100,1532,112),(52101,1533,112),(52102,1534,112),(52103,65,112),(52104,1535,112),(52105,1536,112),(52106,1373,112),(52107,1374,112),(52108,1375,112),(52109,6057,112),(52110,4090,112),(52111,1537,112),(52112,1538,112),(52113,3897,112),(52114,1539,112),(52115,1540,112),(52116,1541,112),(52117,1542,112),(52118,78,112),(52119,1543,112),(52120,1544,112),(52121,1545,112),(52122,1546,112),(52123,1547,112),(52124,1548,112),(52125,1549,112),(52126,1550,112),(52127,1551,112),(52128,1552,112),(52129,1553,112),(52130,1554,112),(52131,1555,112),(52132,1556,112),(52133,1557,112),(52134,1558,112),(52135,1559,112),(52136,1560,112),(52137,1561,112),(52138,1562,112),(52139,1563,112),(52140,1564,112),(52141,1565,112),(52142,1566,112),(52143,1567,112),(52144,1568,112),(52145,1569,112),(52146,1570,112),(52147,1571,112),(52148,1572,112),(52149,1573,112),(52150,1575,112),(52151,1576,112),(52152,1577,112),(52153,1578,112),(52154,1579,112),(52155,1580,112),(52156,1585,112),(52157,2513,112),(52158,5907,112),(52159,1607,112),(52160,3895,112),(52161,2350,112),(52162,1581,112),(52163,3896,112),(52164,1583,112),(52165,1584,112),(52166,1574,112),(52167,1582,112),(52168,1587,112),(52169,1094,112),(52170,1588,112),(52171,1589,112),(52172,1590,112),(52173,1591,112),(52174,1592,112),(52175,1593,112),(52176,1594,112),(52177,1595,112),(52178,1596,112),(52179,1597,112),(52180,1598,112),(52181,1599,112),(52182,1600,112),(52183,1601,112),(52184,1602,112),(52185,1603,112),(52186,1604,112),(52187,1605,112),(52188,1606,112),(52189,1608,112),(52190,1609,112),(52191,1610,112),(52192,1611,112),(52193,1488,112),(52194,1489,112),(52195,1490,112),(52196,1491,112),(52197,1492,112),(52198,1291,113),(52199,1292,113),(52200,1293,113),(52201,1294,113),(52202,1295,113),(52203,3906,113),(52204,1297,113),(52205,1298,113),(52206,1240,113),(52207,1299,113),(52208,1300,113),(52209,1301,113),(52210,1302,113),(52211,1303,113),(52212,1304,113),(52213,1305,113),(52214,1306,113),(52215,1307,113),(52216,1308,113),(52217,3653,113),(52218,1309,113),(52219,1310,113),(52220,1311,113),(52221,1312,113),(52222,1313,113),(52223,1314,113),(52224,1315,113),(52225,1316,113),(52226,1317,113),(52227,1318,113),(52228,1319,113),(52229,1320,113),(52230,1321,113),(52231,1322,113),(52232,1323,113),(52233,1324,113),(52234,1325,113),(52235,1326,113),(52236,1327,113),(52237,3594,113),(52238,4242,113),(52239,4243,113),(52240,4244,113),(52241,4245,113),(52242,4246,113),(52243,4247,113),(52244,86,113),(52245,83,113),(52246,87,113),(52247,4595,113),(52248,4596,113),(52249,4597,113),(52250,4598,113),(52251,4599,113),(52252,4600,113),(52253,4601,113),(52254,4602,113),(52255,4603,113),(52256,4604,113),(52257,1328,113),(52258,6160,113),(52259,1330,113),(52260,1331,113),(52261,1332,113),(52262,1333,113),(52263,1334,113),(52264,1335,113),(52265,1336,113),(52266,5339,113),(52267,5340,113),(52268,5341,113),(52269,6056,113),(52270,5342,113),(52271,5343,113),(52272,5344,113),(52273,5345,113),(52274,1337,113),(52275,1338,113),(52276,1339,113),(52277,5347,113),(52278,1340,113),(52279,1341,113),(52280,1218,113),(52281,1219,113),(52282,1220,113),(52283,1221,113),(52284,1222,113),(52285,1223,113),(52286,1224,113),(52287,1225,113),(52288,1226,113),(52289,1227,113),(52290,1228,113),(52291,1229,113),(52292,1230,113),(52293,1231,113),(52294,1232,113),(52295,1233,113),(52296,1234,113),(52297,1235,113),(52298,1236,113),(52299,1237,113),(52300,1238,113),(52301,1239,113),(52302,1241,113),(52303,1242,113),(52304,1243,113),(52305,1244,113),(52306,1245,113),(52307,1246,113),(52308,1247,113),(52309,1248,113),(52310,1249,113),(52311,1250,113),(52312,1251,113),(52313,1252,113),(52314,1253,113),(52315,1254,113),(52316,1255,113),(52317,1256,113),(52318,1257,113),(52319,1258,113),(52320,1259,113),(52321,1260,113),(52322,1261,113),(52323,1262,113),(52324,1263,113),(52325,1264,113),(52326,1265,113),(52327,1266,113),(52328,1267,113),(52329,1268,113),(52330,1269,113),(52331,1270,113),(52332,1271,113),(52333,1272,113),(52334,1273,113),(52335,1274,113),(52336,1275,113),(52337,1276,113),(52338,1277,113),(52339,1278,113),(52340,1279,113),(52341,1280,113),(52342,1281,113),(52343,1282,113),(52344,1283,113),(52345,1284,113),(52346,1285,113),(52347,5398,113),(52348,5732,113),(52349,5851,113),(52350,1286,113),(52351,1287,113),(52352,4248,113),(52353,4249,113),(52354,4250,113),(52355,4251,113),(52356,4252,113),(52357,4253,113),(52358,4254,113),(52359,4255,113),(52360,4256,113),(52361,4257,113),(52362,4258,113),(52363,4259,113),(52364,4620,113),(52365,4260,113),(52366,4261,113),(52367,1288,113),(52368,1289,113),(52369,1290,113),(52370,265,113),(52371,291,113),(52372,292,113),(52373,293,113),(52374,266,113),(52375,267,113),(52376,268,113),(52377,269,113),(52378,270,113),(52379,271,113),(52380,272,113),(52381,273,113),(52382,274,113),(52383,275,113),(52384,276,113),(52385,277,113),(52386,278,113),(52387,279,113),(52388,280,113),(52389,281,113),(52390,282,113),(52391,283,113),(52392,284,113),(52393,285,113),(52394,286,113),(52395,287,113),(52396,288,113),(52397,289,113),(52398,290,113),(52399,1545,113),(52400,2112,113),(52401,2113,113),(52402,2114,113),(52403,2115,113),(52404,2116,113),(52405,2117,113),(52406,2118,113),(52407,2119,113),(52408,2120,113),(52409,2121,113),(52410,2122,113),(52411,2123,113),(52412,2124,113),(52413,2125,113),(52414,2126,113),(52415,2127,113),(52416,2128,113),(52417,2129,113),(52418,2130,113),(52419,2131,113),(52420,2132,113),(52421,1544,113),(52422,2133,113),(52423,2134,113),(52424,2135,113),(52425,2136,113),(52426,2137,113),(52427,2138,113),(52428,2139,113),(52429,2140,113),(52430,2141,113),(52431,2142,113),(52432,2143,113),(52433,2144,113),(52434,65,113),(52435,1543,113),(52436,2145,113),(52437,2146,113),(52438,2147,113),(52439,2148,113),(52440,2149,113),(52441,2150,113),(52442,2151,113),(52443,2152,113),(52444,2153,113),(52445,2154,113),(52446,2155,113),(52447,2156,113),(52448,2157,113),(52449,2158,113),(52450,2159,113),(52451,2160,113),(52452,2161,113),(52453,2162,113),(52454,2163,113),(52455,2164,113),(52456,2165,113),(52457,2166,113),(52458,2167,113),(52459,2168,113),(52460,2169,113),(52461,2170,113),(52462,2171,113),(52463,2172,113),(52464,2173,113),(52465,2174,113),(52466,2175,113),(52467,2176,113),(52468,2177,113),(52469,2178,113),(52470,2179,113),(52471,2180,113),(52472,2181,113),(52473,2182,113),(52474,2183,113),(52475,2184,113),(52476,2185,113),(52477,2186,113),(52478,2187,113),(52479,2188,113),(52480,2189,113),(52481,2190,113),(52482,2191,113),(52483,2192,113),(52484,2193,113),(52485,2194,113),(52486,2195,113),(52487,2196,113),(52488,2197,113),(52489,2198,113),(52490,2199,113),(52491,1580,113),(52492,2200,113),(52493,2201,113),(52494,2202,113),(52495,2203,113),(52496,2204,113),(52497,2205,113),(52498,2206,113),(52499,2207,113),(52500,2208,113),(52501,2209,113),(52502,2210,113),(52503,2211,113),(52504,2212,113),(52505,2213,113),(52506,2214,113),(52507,32,113),(52508,33,113),(52509,34,113),(52510,35,113),(52511,36,113),(52512,37,113),(52513,38,113),(52514,2215,113),(52515,1588,113),(52516,1528,113),(52517,1503,113),(52518,2216,113),(52519,2217,113),(52520,1507,113),(52521,2218,113),(52522,2219,113),(52523,1509,113),(52524,2220,113),(52525,2221,113),(52526,2222,113),(52527,2223,113),(52528,2224,113),(52529,2225,113),(52530,1342,113),(52531,1343,113),(52532,2226,113),(52533,2227,113),(52534,2228,113),(52535,2229,113),(52536,2230,113),(52537,2231,113),(52538,2232,113),(52539,2233,113),(52540,2234,113),(52541,1344,113),(52542,404,113),(52543,405,113),(52544,406,113),(52545,101,113),(52546,369,113),(52547,370,113),(52548,476,113),(52549,477,113),(52550,478,113),(52551,479,113),(52552,480,113),(52553,481,113),(52554,482,113),(52555,483,113),(52556,484,113),(52557,485,113),(52558,486,113),(52559,487,113),(52560,457,113),(52561,458,113),(52562,459,113),(52563,387,113),(52564,340,113),(52565,341,113),(52566,342,113),(52567,343,113),(52568,344,113),(52569,346,113),(52570,347,113),(52571,348,113),(52572,349,113),(52573,350,113),(52574,351,113),(52575,352,113),(52576,353,113),(52577,354,113),(52578,355,113),(52579,356,113),(52580,357,113),(52581,358,113),(52582,359,113),(52583,360,113),(52584,2235,113),(52585,2236,113),(52586,2237,113),(52587,2238,113),(52588,2239,113),(52589,2240,113),(52590,2241,113),(52591,2242,113),(52592,2243,113),(52593,2244,113),(52594,2245,113),(52595,2246,113),(52596,2247,113),(52597,2248,113),(52598,1345,113),(52599,1346,113),(52600,1347,113),(52601,1348,113),(52602,2249,113),(52603,2250,113),(52604,2251,113),(52605,1092,113),(52606,2252,113),(52607,2253,113),(52608,5350,113),(52609,5351,113),(52610,5352,113),(52611,5353,113),(52612,5354,113),(52613,5355,113),(52614,5356,113),(52615,5357,113),(52616,1349,113),(52617,1350,113),(52618,1351,113),(52619,1352,113),(52620,1353,113),(52621,1354,113),(52622,1355,113),(52623,1356,113),(52624,1357,113),(52625,1358,113),(52626,1359,113),(52627,1360,113),(52628,1361,113),(52629,1362,113),(52630,1363,113),(52631,1364,113),(52632,1365,113),(52633,1366,113),(52634,1367,113),(52635,1368,113),(52636,1369,113),(52637,4993,113),(52638,4994,113),(52639,5358,113),(52640,5359,113),(52641,1523,113),(52642,1524,113),(52643,1525,113),(52644,1526,113),(52645,1570,113),(52646,1370,113),(52647,1371,113),(52648,1372,113),(52649,2254,113),(52650,2255,113),(52651,1531,113),(52652,2256,113),(52653,2257,113),(52654,2258,113),(52655,2259,113),(52656,1535,113),(52657,1536,113),(52658,1373,113),(52659,1374,113),(52660,1375,113),(52661,6057,113),(52662,2260,113),(52663,2261,113),(52664,2262,113),(52665,2263,113),(52666,3462,113),(52667,1539,113),(52668,2264,113),(52669,2265,113),(52670,2266,113),(52671,2267,113),(52672,2268,113),(52673,2269,113),(52674,2270,113),(52675,2271,113),(52676,2272,113),(52677,2273,113),(52678,2274,113),(52679,2275,113),(52680,2276,113),(52681,2277,113),(52682,2278,113),(52683,2279,113),(52684,2280,113),(52685,2281,113),(52686,2282,113),(52687,2283,113),(52688,2284,113),(52689,2285,113),(52690,2286,113),(52691,2287,113),(52692,2288,113),(52693,2289,113),(52694,2290,113),(52695,2291,113),(52696,2292,113),(52697,2293,113),(52698,2294,113),(52699,2295,113),(52700,2296,113),(52701,2297,113),(52702,2298,113),(52703,2299,113),(52704,2300,113),(52705,2301,113),(52706,2302,113),(52707,2303,113),(52708,2304,113),(52709,2305,113),(52710,2306,113),(52711,2307,113),(52712,2308,113),(52713,2309,113),(52714,2310,113),(52715,2311,113),(52716,2312,113),(52717,2313,113),(52718,2314,113),(52719,2315,113),(52720,2316,113),(52721,2317,113),(52722,2318,113),(52723,1094,113),(52724,2319,113),(52725,2320,113),(52726,2321,113),(52727,2322,113),(52728,2323,113),(52729,2324,113),(52730,2325,113),(52731,2326,113),(52732,2327,113),(52733,2328,113),(52734,2329,113),(52735,2330,113),(52736,2331,113),(52737,2332,113),(52738,2333,113),(52739,2334,113),(52740,2335,113),(52741,2336,113),(52742,2337,113),(52743,2338,113),(52744,2339,113),(52745,2340,113),(52746,2341,113),(52747,2342,113),(52748,2343,113),(52749,2344,113),(52750,2345,113),(52751,2346,113),(52752,2347,113),(52753,2348,113),(52754,2349,113),(52755,2350,113),(52756,2351,113),(52757,2352,113),(52758,2353,113),(52759,2354,113),(52760,2355,113),(52761,2356,113),(52762,2357,113),(52763,2358,113),(52764,2359,113),(52765,2360,113),(52766,2361,113),(52767,2362,113),(52768,2363,113),(52769,2364,113),(52770,2365,113),(52771,2366,113),(52772,2367,113),(52773,2368,113),(52774,2369,113),(52775,2370,113),(52776,2371,113),(52777,2372,113),(52778,2373,113),(52779,2374,113),(52780,2375,113),(52781,2376,113),(52782,2377,113),(52783,2378,113),(52784,2379,113),(52785,2380,113),(52786,2381,113),(52787,2382,113),(52788,2383,113),(52789,2384,113),(52790,2385,113),(52791,2386,113),(52792,2387,113),(52793,2388,113),(52794,2389,113),(52795,2390,113),(52796,2391,113),(52797,2392,113),(52798,2393,113),(52799,2394,113),(52800,2395,113),(52801,2396,113),(52802,2397,113),(52803,2398,113),(52804,2399,113),(52805,2400,113),(52806,2401,113),(52807,2402,113),(52808,2403,113),(52809,2404,113),(52810,2405,113),(52811,2406,113),(52812,2407,113),(52813,2408,113),(52814,2409,113),(52815,2410,113),(52816,2411,113),(52817,2412,113),(52818,2413,113),(52819,2414,113),(52820,2415,113),(52821,2416,113),(52822,2417,113),(52823,2418,113),(52824,2419,113),(52825,2420,113),(52826,2421,113),(52827,2422,113),(52828,2423,113),(52829,2424,113),(52830,2425,113),(52831,2426,113),(52832,2427,113),(52833,2428,113),(52834,2429,113),(52835,2430,113),(52836,2431,113),(52837,2432,113),(52838,2433,113),(52839,2434,113),(52840,2435,113),(52841,2436,113),(52842,2437,113),(52843,2438,113),(52844,2439,113),(52845,2440,113),(52846,2441,113),(52847,2442,113),(52848,2443,113),(52849,2444,113),(52850,2445,113),(52851,2446,113),(52852,2447,113),(52853,2448,113),(52854,2449,113),(52855,2450,113),(52856,2451,113),(52857,2452,113),(52858,2453,113),(52859,2454,113),(52860,2455,113),(52861,2456,113),(52862,2457,113),(52863,2458,113),(52864,2459,113),(52865,2460,113),(52866,2461,113),(52867,2462,113),(52868,2463,113),(52869,2464,113),(52870,2465,113),(52871,2466,113),(52872,2467,113),(52873,2468,113),(52874,2469,113),(52875,2470,113),(52876,2471,113),(52877,2472,113),(52878,2473,113),(52879,2474,113),(52880,4898,113),(52881,2476,113),(52882,2477,113),(52883,2478,113),(52884,3463,113),(52885,2482,113),(52886,2483,113),(52887,2484,113),(52888,2485,113),(52889,2486,113),(52890,2487,113),(52891,2488,113),(52892,2489,113),(52893,2529,113),(52894,3464,113),(52895,1573,113),(52896,1554,113),(52897,1555,113),(52898,1556,113),(52899,1557,113),(52900,1558,113),(52901,1559,113),(52902,1560,113),(52903,3465,113),(52904,2491,113),(52905,2492,113),(52906,2493,113),(52907,2495,113),(52908,2496,113),(52909,1607,113),(52910,2497,113),(52911,2498,113),(52912,1606,113),(52913,2499,113),(52914,2500,113),(52915,2501,113),(52916,2502,113),(52917,3893,113),(52918,2507,113),(52919,2508,113),(52920,1589,113),(52921,1590,113),(52922,1591,113),(52923,1592,113),(52924,1593,113),(52925,1594,113),(52926,2641,113),(52927,1540,113),(52928,2509,113),(52929,1598,113),(52930,1601,113),(52931,1602,113),(52932,1600,113),(52933,2510,113),(52934,126,113),(52935,2655,113),(52936,2662,113),(52937,2663,113),(52938,6043,113),(52939,5346,113),(52940,5428,113),(52941,5429,113),(52942,5430,113),(52943,5431,113),(52944,5432,113),(52945,5433,113),(52946,5434,113),(52947,5435,113),(52948,5436,113),(52949,5437,113),(52950,5438,113),(52951,5439,113),(52952,5440,113),(52953,5441,113),(52954,5442,113),(52955,5443,113),(52956,5444,113),(52957,5445,113),(52958,5446,113),(52959,5447,113),(52960,5448,113),(52961,5449,113),(52962,5450,113),(52963,5451,113),(52964,5452,113),(52965,5453,113),(52966,5454,113),(52967,5455,113),(52968,5456,113),(52969,5457,113),(52970,5458,113),(52971,5459,113),(52972,5460,113),(52973,5461,113),(52974,5462,113),(52975,5463,113),(52976,5464,113),(52977,5465,113),(52978,5466,113),(52979,5467,113),(52980,5468,113),(52981,5469,113),(52982,5470,113),(52983,5471,113),(52984,5472,113),(52985,5473,113),(52986,5474,113),(52987,5475,113),(52988,5476,113),(52989,5477,113),(52990,5478,113),(52991,5479,113),(52992,5480,113),(52993,5481,113),(52994,5482,113),(52995,5483,113),(52996,5484,113),(52997,5485,113),(52998,5486,113),(52999,5487,113),(53000,5488,113),(53001,5489,113),(53002,5490,113),(53003,5491,113),(53004,5492,113),(53005,5493,113),(53006,5494,113),(53007,5495,113),(53008,5496,113),(53009,5497,113),(53010,5498,113),(53011,5499,113),(53012,5500,113),(53013,5501,113),(53014,5502,113),(53015,5503,113),(53016,5504,113),(53017,5505,113),(53018,5506,113),(53019,5507,113),(53020,5508,113),(53021,5509,113),(53022,5510,113),(53023,5511,113),(53024,5512,113),(53025,5513,113),(53026,5514,113),(53027,5515,113),(53028,5516,113),(53029,5517,113),(53030,5518,113),(53031,5519,113),(53032,5520,113),(53033,5521,113),(53034,5522,113),(53035,5523,113),(53036,5524,113),(53037,5525,113),(53038,5526,113),(53039,5527,113),(53040,5528,113),(53041,5529,113),(53042,5530,113),(53043,5531,113),(53044,5532,113),(53045,5533,113),(53046,5534,113),(53047,5535,113),(53048,5536,113),(53049,5537,113),(53050,5538,113),(53051,5539,113),(53052,5540,113),(53053,5541,113),(53054,5542,113),(53055,5543,113),(53056,5544,113),(53057,5545,113),(53058,5546,113),(53059,5547,113),(53060,5548,113),(53061,5549,113),(53062,5550,113),(53063,5551,113),(53064,6044,113),(53065,5942,113),(53066,5943,113),(53067,5944,113),(53068,5945,113),(53069,5946,113),(53070,5947,113),(53071,5948,113),(53072,5949,113),(53073,5950,113),(53074,5951,113),(53075,5952,113),(53076,5953,113),(53077,5954,113),(53078,5955,113),(53079,5956,113),(53080,5957,113),(53081,5958,113),(53082,5959,113),(53083,5960,113),(53084,5961,113),(53085,5962,113),(53086,5963,113),(53087,5964,113),(53088,5965,113),(53089,5966,113),(53090,5967,113),(53091,5968,113),(53092,5969,113),(53093,5970,113),(53094,5971,113),(53095,5972,113),(53096,5973,113),(53097,5974,113),(53098,5975,113),(53099,5976,113),(53100,5977,113),(53101,5978,113),(53102,5979,113),(53103,5980,113),(53104,5981,113),(53105,5982,113),(53106,5983,113),(53107,5984,113),(53108,5552,113),(53109,2517,113),(53110,2518,113),(53111,2519,113),(53112,1595,113),(53113,2524,113),(53114,2525,113),(53115,2526,113),(53116,2527,113),(53117,2528,113),(53118,2530,113),(53119,2531,113),(53120,2532,113),(53121,2533,113),(53122,2534,113),(53123,2535,113),(53124,2536,113),(53125,2537,113),(53126,1500,113),(53127,1501,113),(53128,2538,113),(53129,2539,113),(53130,2540,113),(53131,2541,113),(53132,2542,113),(53133,2543,113),(53134,2544,113),(53135,2545,113),(53136,2546,113),(53137,2547,113),(53138,1488,113),(53139,1489,113),(53140,4012,113),(53141,4013,113),(53142,2548,113),(53143,2549,113),(53144,2550,113),(53145,2551,113),(53146,2552,113),(53147,2553,113),(53148,2554,113),(53149,2555,113),(53150,2556,113),(53151,2557,113),(53152,2558,113),(53153,2559,113),(53154,2560,113),(53155,2561,113),(53156,2562,113),(53157,2563,113),(53158,2564,113),(53159,2565,113),(53160,2566,113),(53161,2567,113),(53162,2568,113),(53163,2569,113),(53164,2570,113),(53165,2571,113),(53166,2572,113),(53167,2573,113),(53168,2574,113),(53169,2575,113),(53170,2576,113),(53171,2577,113),(53172,2578,113),(53173,2579,113),(53174,2580,113),(53175,2581,113),(53176,2582,113),(53177,2583,113),(53178,2584,113),(53179,2585,113),(53180,2586,113),(53181,2587,113),(53182,2588,113),(53183,2589,113),(53184,2590,113),(53185,2591,113),(53186,2592,113),(53187,2593,113),(53188,2594,113),(53189,2595,113),(53190,2596,113),(53191,1532,113),(53192,2597,113),(53193,2598,113),(53194,2599,113),(53195,2600,113),(53196,2601,113),(53197,2602,113),(53198,2603,113),(53199,2604,113),(53200,2605,113),(53201,2606,113),(53202,2607,113),(53203,2608,113),(53204,2609,113),(53205,2610,113),(53206,2611,113),(53207,2612,113),(53208,2613,113),(53209,2614,113),(53210,2615,113),(53211,2616,113),(53212,2617,113),(53213,2618,113),(53214,2619,113),(53215,2620,113),(53216,2621,113),(53217,2622,113),(53218,2623,113),(53219,2624,113),(53220,2625,113),(53221,2626,113),(53222,2627,113),(53223,2628,113),(53224,2629,113),(53225,2630,113),(53226,2631,113),(53227,2632,113),(53228,2633,113),(53229,2634,113),(53230,2635,113),(53231,2636,113),(53232,1490,113),(53233,1491,113),(53234,1492,113),(53235,2637,113),(53236,2638,113),(53237,2639,113),(53238,2640,113),(53239,1291,114),(53240,1292,114),(53241,1293,114),(53242,1294,114),(53243,1295,114),(53244,3906,114),(53245,1297,114),(53246,1298,114),(53247,1240,114),(53248,1299,114),(53249,1300,114),(53250,1301,114),(53251,1302,114),(53252,1303,114),(53253,1304,114),(53254,1305,114),(53255,1306,114),(53256,1307,114),(53257,1308,114),(53258,3653,114),(53259,1309,114),(53260,1310,114),(53261,1311,114),(53262,1312,114),(53263,1313,114),(53264,1314,114),(53265,1315,114),(53266,1316,114),(53267,1317,114),(53268,1318,114),(53269,1319,114),(53270,1320,114),(53271,1321,114),(53272,1322,114),(53273,1323,114),(53274,1324,114),(53275,1325,114),(53276,1326,114),(53277,1327,114),(53278,3594,114),(53279,4242,114),(53280,4243,114),(53281,4244,114),(53282,4245,114),(53283,4246,114),(53284,4247,114),(53285,86,114),(53286,83,114),(53287,87,114),(53288,4595,114),(53289,4596,114),(53290,4597,114),(53291,4598,114),(53292,4599,114),(53293,4600,114),(53294,4601,114),(53295,4602,114),(53296,4603,114),(53297,4604,114),(53298,1328,114),(53299,6160,114),(53300,1330,114),(53301,1331,114),(53302,1332,114),(53303,1333,114),(53304,1334,114),(53305,1335,114),(53306,1336,114),(53307,5339,114),(53308,5340,114),(53309,5341,114),(53310,6056,114),(53311,5342,114),(53312,5343,114),(53313,5344,114),(53314,5345,114),(53315,1337,114),(53316,1338,114),(53317,1339,114),(53318,5347,114),(53319,1340,114),(53320,1341,114),(53321,1218,114),(53322,1219,114),(53323,1220,114),(53324,1221,114),(53325,1222,114),(53326,1223,114),(53327,1224,114),(53328,1225,114),(53329,1226,114),(53330,1227,114),(53331,1228,114),(53332,1229,114),(53333,1230,114),(53334,1231,114),(53335,1232,114),(53336,1233,114),(53337,1234,114),(53338,1235,114),(53339,1236,114),(53340,1237,114),(53341,1238,114),(53342,1239,114),(53343,1241,114),(53344,1242,114),(53345,1243,114),(53346,1244,114),(53347,1245,114),(53348,1246,114),(53349,1247,114),(53350,1248,114),(53351,1249,114),(53352,1250,114),(53353,1251,114),(53354,1252,114),(53355,1253,114),(53356,1254,114),(53357,1255,114),(53358,1256,114),(53359,1257,114),(53360,1258,114),(53361,1259,114),(53362,1260,114),(53363,1261,114),(53364,1262,114),(53365,1263,114),(53366,1264,114),(53367,1265,114),(53368,1266,114),(53369,1267,114),(53370,1268,114),(53371,1269,114),(53372,1270,114),(53373,1271,114),(53374,1272,114),(53375,1273,114),(53376,1274,114),(53377,1275,114),(53378,1276,114),(53379,1277,114),(53380,1278,114),(53381,1279,114),(53382,1280,114),(53383,1281,114),(53384,1282,114),(53385,1283,114),(53386,1284,114),(53387,1285,114),(53388,5398,114),(53389,5732,114),(53390,5851,114),(53391,1286,114),(53392,1287,114),(53393,4248,114),(53394,4249,114),(53395,4250,114),(53396,4251,114),(53397,4252,114),(53398,4253,114),(53399,4254,114),(53400,4255,114),(53401,4256,114),(53402,4257,114),(53403,4258,114),(53404,4259,114),(53405,4620,114),(53406,4260,114),(53407,4261,114),(53408,1288,114),(53409,1289,114),(53410,1290,114),(53411,265,114),(53412,291,114),(53413,292,114),(53414,293,114),(53415,266,114),(53416,267,114),(53417,268,114),(53418,269,114),(53419,270,114),(53420,271,114),(53421,272,114),(53422,273,114),(53423,274,114),(53424,275,114),(53425,276,114),(53426,277,114),(53427,278,114),(53428,279,114),(53429,280,114),(53430,281,114),(53431,282,114),(53432,283,114),(53433,284,114),(53434,285,114),(53435,286,114),(53436,287,114),(53437,288,114),(53438,289,114),(53439,290,114),(53440,1545,114),(53441,2112,114),(53442,2113,114),(53443,2114,114),(53444,2115,114),(53445,2116,114),(53446,2117,114),(53447,2118,114),(53448,2119,114),(53449,2120,114),(53450,2121,114),(53451,2122,114),(53452,2123,114),(53453,2124,114),(53454,2125,114),(53455,2126,114),(53456,2127,114),(53457,2128,114),(53458,2129,114),(53459,2130,114),(53460,2131,114),(53461,2132,114),(53462,1544,114),(53463,2133,114),(53464,2134,114),(53465,2135,114),(53466,2136,114),(53467,2137,114),(53468,2138,114),(53469,2139,114),(53470,2140,114),(53471,2141,114),(53472,2142,114),(53473,2143,114),(53474,2144,114),(53475,65,114),(53476,1543,114),(53477,2145,114),(53478,2146,114),(53479,2147,114),(53480,2148,114),(53481,2149,114),(53482,2150,114),(53483,2151,114),(53484,2152,114),(53485,2153,114),(53486,2154,114),(53487,2155,114),(53488,2156,114),(53489,2157,114),(53490,2158,114),(53491,2159,114),(53492,2160,114),(53493,2161,114),(53494,2162,114),(53495,2163,114),(53496,2164,114),(53497,2165,114),(53498,2166,114),(53499,2167,114),(53500,2168,114),(53501,2169,114),(53502,2170,114),(53503,2171,114),(53504,2172,114),(53505,2173,114),(53506,2174,114),(53507,2175,114),(53508,2176,114),(53509,2177,114),(53510,2178,114),(53511,2179,114),(53512,2180,114),(53513,2181,114),(53514,2182,114),(53515,2183,114),(53516,2184,114),(53517,2185,114),(53518,2186,114),(53519,2187,114),(53520,2188,114),(53521,2189,114),(53522,2190,114),(53523,2191,114),(53524,2192,114),(53525,2193,114),(53526,2194,114),(53527,2195,114),(53528,2196,114),(53529,2197,114),(53530,2198,114),(53531,2199,114),(53532,1580,114),(53533,2200,114),(53534,2201,114),(53535,2202,114),(53536,2203,114),(53537,2204,114),(53538,2205,114),(53539,2206,114),(53540,2207,114),(53541,2208,114),(53542,2209,114),(53543,2210,114),(53544,2211,114),(53545,2212,114),(53546,2213,114),(53547,2214,114),(53548,32,114),(53549,33,114),(53550,34,114),(53551,35,114),(53552,36,114),(53553,37,114),(53554,38,114),(53555,2215,114),(53556,1588,114),(53557,1528,114),(53558,1503,114),(53559,2216,114),(53560,2217,114),(53561,1507,114),(53562,2218,114),(53563,2219,114),(53564,1509,114),(53565,2220,114),(53566,2221,114),(53567,2222,114),(53568,2223,114),(53569,2224,114),(53570,2225,114),(53571,1342,114),(53572,1343,114),(53573,2226,114),(53574,2227,114),(53575,2228,114),(53576,2229,114),(53577,2230,114),(53578,2231,114),(53579,2232,114),(53580,2233,114),(53581,2234,114),(53582,1344,114),(53583,404,114),(53584,405,114),(53585,406,114),(53586,101,114),(53587,369,114),(53588,370,114),(53589,476,114),(53590,477,114),(53591,478,114),(53592,479,114),(53593,480,114),(53594,481,114),(53595,482,114),(53596,483,114),(53597,484,114),(53598,485,114),(53599,486,114),(53600,487,114),(53601,457,114),(53602,458,114),(53603,459,114),(53604,387,114),(53605,340,114),(53606,341,114),(53607,342,114),(53608,343,114),(53609,344,114),(53610,346,114),(53611,347,114),(53612,348,114),(53613,349,114),(53614,350,114),(53615,351,114),(53616,352,114),(53617,353,114),(53618,354,114),(53619,355,114),(53620,356,114),(53621,357,114),(53622,358,114),(53623,359,114),(53624,360,114),(53625,2235,114),(53626,2236,114),(53627,2237,114),(53628,2238,114),(53629,2239,114),(53630,2240,114),(53631,2241,114),(53632,2242,114),(53633,2243,114),(53634,2244,114),(53635,2245,114),(53636,2246,114),(53637,2247,114),(53638,2248,114),(53639,1345,114),(53640,1346,114),(53641,1347,114),(53642,1348,114),(53643,2249,114),(53644,2250,114),(53645,2251,114),(53646,1092,114),(53647,2252,114),(53648,2253,114),(53649,5350,114),(53650,5351,114),(53651,5352,114),(53652,5353,114),(53653,5354,114),(53654,5355,114),(53655,5356,114),(53656,5357,114),(53657,1349,114),(53658,1350,114),(53659,1351,114),(53660,1352,114),(53661,1353,114),(53662,1354,114),(53663,1355,114),(53664,1356,114),(53665,1357,114),(53666,1358,114),(53667,1359,114),(53668,1360,114),(53669,1361,114),(53670,1362,114),(53671,1363,114),(53672,1364,114),(53673,1365,114),(53674,1366,114),(53675,1367,114),(53676,1368,114),(53677,1369,114),(53678,4993,114),(53679,4994,114),(53680,5358,114),(53681,5359,114),(53682,1523,114),(53683,1524,114),(53684,1525,114),(53685,1526,114),(53686,1570,114),(53687,1370,114),(53688,1371,114),(53689,1372,114),(53690,2254,114),(53691,2255,114),(53692,1531,114),(53693,2256,114),(53694,2257,114),(53695,2258,114),(53696,2259,114),(53697,1535,114),(53698,1536,114),(53699,1373,114),(53700,1374,114),(53701,1375,114),(53702,6057,114),(53703,2260,114),(53704,2261,114),(53705,2262,114),(53706,2263,114),(53707,3462,114),(53708,1539,114),(53709,2264,114),(53710,2265,114),(53711,2266,114),(53712,2267,114),(53713,2268,114),(53714,2269,114),(53715,2270,114),(53716,2271,114),(53717,2272,114),(53718,2273,114),(53719,2274,114),(53720,2275,114),(53721,2276,114),(53722,2277,114),(53723,2278,114),(53724,2279,114),(53725,2280,114),(53726,2281,114),(53727,2282,114),(53728,2283,114),(53729,2284,114),(53730,2285,114),(53731,2286,114),(53732,2287,114),(53733,2288,114),(53734,2289,114),(53735,2290,114),(53736,2291,114),(53737,2292,114),(53738,2293,114),(53739,2294,114),(53740,2295,114),(53741,2296,114),(53742,2297,114),(53743,2298,114),(53744,2299,114),(53745,2300,114),(53746,2301,114),(53747,2302,114),(53748,2303,114),(53749,2304,114),(53750,2305,114),(53751,2306,114),(53752,2307,114),(53753,2308,114),(53754,2309,114),(53755,2310,114),(53756,2311,114),(53757,2312,114),(53758,2313,114),(53759,2314,114),(53760,2315,114),(53761,2316,114),(53762,2317,114),(53763,2318,114),(53764,1094,114),(53765,2319,114),(53766,2320,114),(53767,2321,114),(53768,2322,114),(53769,2323,114),(53770,2324,114),(53771,2325,114),(53772,2326,114),(53773,2327,114),(53774,2328,114),(53775,2329,114),(53776,2330,114),(53777,2331,114),(53778,2332,114),(53779,2333,114),(53780,2334,114),(53781,2335,114),(53782,2336,114),(53783,2337,114),(53784,2338,114),(53785,2339,114),(53786,2340,114),(53787,2341,114),(53788,2342,114),(53789,2343,114),(53790,2344,114),(53791,2345,114),(53792,2346,114),(53793,2347,114),(53794,2348,114),(53795,2349,114),(53796,2350,114),(53797,2351,114),(53798,2352,114),(53799,2353,114),(53800,2354,114),(53801,2355,114),(53802,2356,114),(53803,2357,114),(53804,2358,114),(53805,2359,114),(53806,2360,114),(53807,2361,114),(53808,2362,114),(53809,2363,114),(53810,2364,114),(53811,2365,114),(53812,2366,114),(53813,2367,114),(53814,2368,114),(53815,2369,114),(53816,2370,114),(53817,2371,114),(53818,2372,114),(53819,2373,114),(53820,2374,114),(53821,2375,114),(53822,2376,114),(53823,2377,114),(53824,2378,114),(53825,2379,114),(53826,2380,114),(53827,2381,114),(53828,2382,114),(53829,2383,114),(53830,2384,114),(53831,2385,114),(53832,2386,114),(53833,2387,114),(53834,2388,114),(53835,2389,114),(53836,2390,114),(53837,2391,114),(53838,2392,114),(53839,2393,114),(53840,2394,114),(53841,2395,114),(53842,2396,114),(53843,2397,114),(53844,2398,114),(53845,2399,114),(53846,2400,114),(53847,2401,114),(53848,2402,114),(53849,2403,114),(53850,2404,114),(53851,2405,114),(53852,2406,114),(53853,2407,114),(53854,2408,114),(53855,2409,114),(53856,2410,114),(53857,2411,114),(53858,2412,114),(53859,2413,114),(53860,2414,114),(53861,2415,114),(53862,2416,114),(53863,2417,114),(53864,2418,114),(53865,2419,114),(53866,2420,114),(53867,2421,114),(53868,2422,114),(53869,2423,114),(53870,2424,114),(53871,2425,114),(53872,2426,114),(53873,2427,114),(53874,2428,114),(53875,2429,114),(53876,2430,114),(53877,2431,114),(53878,2432,114),(53879,2433,114),(53880,2434,114),(53881,2435,114),(53882,2436,114),(53883,2437,114),(53884,2438,114),(53885,2439,114),(53886,2440,114),(53887,2441,114),(53888,2442,114),(53889,2443,114),(53890,2444,114),(53891,2445,114),(53892,2446,114),(53893,2447,114),(53894,2448,114),(53895,2449,114),(53896,2450,114),(53897,2451,114),(53898,2452,114),(53899,2453,114),(53900,2454,114),(53901,2455,114),(53902,2456,114),(53903,2457,114),(53904,2458,114),(53905,2459,114),(53906,2460,114),(53907,2461,114),(53908,2462,114),(53909,2463,114),(53910,2464,114),(53911,2465,114),(53912,2466,114),(53913,2467,114),(53914,2468,114),(53915,2469,114),(53916,2470,114),(53917,2471,114),(53918,2472,114),(53919,2473,114),(53920,2474,114),(53921,2475,114),(53922,2476,114),(53923,2477,114),(53924,2478,114),(53925,3463,114),(53926,2482,114),(53927,2483,114),(53928,2484,114),(53929,2485,114),(53930,2486,114),(53931,2487,114),(53932,2488,114),(53933,2489,114),(53934,2529,114),(53935,3464,114),(53936,1573,114),(53937,1554,114),(53938,1555,114),(53939,1556,114),(53940,1557,114),(53941,1558,114),(53942,1559,114),(53943,1560,114),(53944,3465,114),(53945,2491,114),(53946,2492,114),(53947,2493,114),(53948,2494,114),(53949,2495,114),(53950,2496,114),(53951,2497,114),(53952,2498,114),(53953,1606,114),(53954,1607,114),(53955,2499,114),(53956,2500,114),(53957,2501,114),(53958,2502,114),(53959,2503,114),(53960,2507,114),(53961,2508,114),(53962,1589,114),(53963,1590,114),(53964,1591,114),(53965,1592,114),(53966,1593,114),(53967,1594,114),(53968,2641,114),(53969,1540,114),(53970,2509,114),(53971,1598,114),(53972,1601,114),(53973,1602,114),(53974,1600,114),(53975,2510,114),(53976,126,114),(53977,2655,114),(53978,2662,114),(53979,2663,114),(53980,6043,114),(53981,5346,114),(53982,5428,114),(53983,5429,114),(53984,5430,114),(53985,5431,114),(53986,5432,114),(53987,5433,114),(53988,5434,114),(53989,5435,114),(53990,5436,114),(53991,5437,114),(53992,5438,114),(53993,5439,114),(53994,5440,114),(53995,5441,114),(53996,5442,114),(53997,5443,114),(53998,5444,114),(53999,5445,114),(54000,5446,114),(54001,5447,114),(54002,5448,114),(54003,5449,114),(54004,5450,114),(54005,5451,114),(54006,5452,114),(54007,5453,114),(54008,5454,114),(54009,5455,114),(54010,5456,114),(54011,5457,114),(54012,5458,114),(54013,5459,114),(54014,5460,114),(54015,5461,114),(54016,5462,114),(54017,5463,114),(54018,5464,114),(54019,5465,114),(54020,5466,114),(54021,5467,114),(54022,5468,114),(54023,5469,114),(54024,5470,114),(54025,5471,114),(54026,5472,114),(54027,5473,114),(54028,5474,114),(54029,5475,114),(54030,5476,114),(54031,5477,114),(54032,5478,114),(54033,5479,114),(54034,5480,114),(54035,5481,114),(54036,5482,114),(54037,5483,114),(54038,5484,114),(54039,5485,114),(54040,5486,114),(54041,5487,114),(54042,5488,114),(54043,5489,114),(54044,5490,114),(54045,5491,114),(54046,5492,114),(54047,5493,114),(54048,5494,114),(54049,5495,114),(54050,5496,114),(54051,5497,114),(54052,5498,114),(54053,5499,114),(54054,5500,114),(54055,5501,114),(54056,5502,114),(54057,5503,114),(54058,5504,114),(54059,5505,114),(54060,5506,114),(54061,5507,114),(54062,5508,114),(54063,5509,114),(54064,5510,114),(54065,5511,114),(54066,5512,114),(54067,5513,114),(54068,5514,114),(54069,5515,114),(54070,5516,114),(54071,5517,114),(54072,5518,114),(54073,5519,114),(54074,5520,114),(54075,5521,114),(54076,5522,114),(54077,5523,114),(54078,5524,114),(54079,5525,114),(54080,5526,114),(54081,5527,114),(54082,5528,114),(54083,5529,114),(54084,5530,114),(54085,5531,114),(54086,5532,114),(54087,5533,114),(54088,5534,114),(54089,5535,114),(54090,5536,114),(54091,5537,114),(54092,5538,114),(54093,5539,114),(54094,5540,114),(54095,5541,114),(54096,5542,114),(54097,5543,114),(54098,5544,114),(54099,5545,114),(54100,5546,114),(54101,5547,114),(54102,5548,114),(54103,5549,114),(54104,5550,114),(54105,5551,114),(54106,6044,114),(54107,5942,114),(54108,5943,114),(54109,5944,114),(54110,5945,114),(54111,5946,114),(54112,5947,114),(54113,5948,114),(54114,5949,114),(54115,5950,114),(54116,5951,114),(54117,5952,114),(54118,5953,114),(54119,5954,114),(54120,5955,114),(54121,5956,114),(54122,5957,114),(54123,5958,114),(54124,5959,114),(54125,5960,114),(54126,5961,114),(54127,5962,114),(54128,5963,114),(54129,5964,114),(54130,5965,114),(54131,5966,114),(54132,5967,114),(54133,5968,114),(54134,5969,114),(54135,5970,114),(54136,5971,114),(54137,5972,114),(54138,5973,114),(54139,5974,114),(54140,5975,114),(54141,5976,114),(54142,5977,114),(54143,5978,114),(54144,5979,114),(54145,5980,114),(54146,5981,114),(54147,5982,114),(54148,5983,114),(54149,5984,114),(54150,5552,114),(54151,2517,114),(54152,2518,114),(54153,2519,114),(54154,2520,114),(54155,1500,114),(54156,1501,114),(54157,2521,114),(54158,2522,114),(54159,2523,114),(54160,1595,114),(54161,2524,114),(54162,2525,114),(54163,2526,114),(54164,2527,114),(54165,2528,114),(54166,2530,114),(54167,2531,114),(54168,2532,114),(54169,2533,114),(54170,2534,114),(54171,2535,114),(54172,2536,114),(54173,2537,114),(54174,2538,114),(54175,2539,114),(54176,2540,114),(54177,2541,114),(54178,2542,114),(54179,2543,114),(54180,2544,114),(54181,2545,114),(54182,2546,114),(54183,2547,114),(54184,1488,114),(54185,1489,114),(54186,4012,114),(54187,4013,114),(54188,2548,114),(54189,2549,114),(54190,2550,114),(54191,2551,114),(54192,2552,114),(54193,2553,114),(54194,2554,114),(54195,2555,114),(54196,2556,114),(54197,2557,114),(54198,2558,114),(54199,2559,114),(54200,2560,114),(54201,2561,114),(54202,2562,114),(54203,2563,114),(54204,2564,114),(54205,2565,114),(54206,2566,114),(54207,2567,114),(54208,2568,114),(54209,2569,114),(54210,2570,114),(54211,2571,114),(54212,2572,114),(54213,2573,114),(54214,2574,114),(54215,2575,114),(54216,2576,114),(54217,2577,114),(54218,2578,114),(54219,2579,114),(54220,2580,114),(54221,2581,114),(54222,2582,114),(54223,2583,114),(54224,2584,114),(54225,2585,114),(54226,2586,114),(54227,2587,114),(54228,2588,114),(54229,2589,114),(54230,2590,114),(54231,2591,114),(54232,2592,114),(54233,2593,114),(54234,2594,114),(54235,2595,114),(54236,2596,114),(54237,1532,114),(54238,2597,114),(54239,2598,114),(54240,2599,114),(54241,2600,114),(54242,2601,114),(54243,2602,114),(54244,2603,114),(54245,2604,114),(54246,2605,114),(54247,2606,114),(54248,2607,114),(54249,2608,114),(54250,2609,114),(54251,2610,114),(54252,2611,114),(54253,2612,114),(54254,2613,114),(54255,2614,114),(54256,2615,114),(54257,2616,114),(54258,2617,114),(54259,2618,114),(54260,2619,114),(54261,2620,114),(54262,2621,114),(54263,2622,114),(54264,2623,114),(54265,2624,114),(54266,2625,114),(54267,2626,114),(54268,2627,114),(54269,2628,114),(54270,2629,114),(54271,2630,114),(54272,2631,114),(54273,2632,114),(54274,2633,114),(54275,2634,114),(54276,2635,114),(54277,2636,114),(54278,1490,114),(54279,1491,114),(54280,1492,114),(54281,2637,114),(54282,2638,114),(54283,2639,114),(54284,2640,114),(54285,1218,115),(54286,1219,115),(54287,1220,115),(54288,1221,115),(54289,1222,115),(54290,1223,115),(54291,1224,115),(54292,1225,115),(54293,1226,115),(54294,1227,115),(54295,1228,115),(54296,1229,115),(54297,1230,115),(54298,1231,115),(54299,1232,115),(54300,1233,115),(54301,1234,115),(54302,1235,115),(54303,1236,115),(54304,1237,115),(54305,1238,115),(54306,1239,115),(54307,1240,115),(54308,1241,115),(54309,1242,115),(54310,1243,115),(54311,1244,115),(54312,1245,115),(54313,1246,115),(54314,1247,115),(54315,1248,115),(54316,1249,115),(54317,1250,115),(54318,1251,115),(54319,1252,115),(54320,1253,115),(54321,1254,115),(54322,1255,115),(54323,1256,115),(54324,1257,115),(54325,1258,115),(54326,1259,115),(54327,1260,115),(54328,1261,115),(54329,1262,115),(54330,1263,115),(54331,1264,115),(54332,1265,115),(54333,1266,115),(54334,1267,115),(54335,1268,115),(54336,1269,115),(54337,1270,115),(54338,1271,115),(54339,1272,115),(54340,1273,115),(54341,1274,115),(54342,1275,115),(54343,1276,115),(54344,1277,115),(54345,1278,115),(54346,1279,115),(54347,1280,115),(54348,1281,115),(54349,1282,115),(54350,1283,115),(54351,1284,115),(54352,1285,115),(54353,5398,115),(54354,5732,115),(54355,5851,115),(54356,1286,115),(54357,1287,115),(54358,4248,115),(54359,4249,115),(54360,4250,115),(54361,4251,115),(54362,4252,115),(54363,4253,115),(54364,4254,115),(54365,4255,115),(54366,4256,115),(54367,4257,115),(54368,4258,115),(54369,4259,115),(54370,4620,115),(54371,4260,115),(54372,4261,115),(54373,1288,115),(54374,1289,115),(54375,1290,115),(54376,3895,31),(54377,2350,31),(54378,3896,31),(54379,1291,116),(54380,1292,116),(54381,1293,116),(54382,1294,116),(54383,1295,116),(54384,3906,116),(54385,1297,116),(54386,1298,116),(54387,1240,116),(54388,1299,116),(54389,1300,116),(54390,1301,116),(54391,1302,116),(54392,1303,116),(54393,1304,116),(54394,1305,116),(54395,1306,116),(54396,1307,116),(54397,1308,116),(54398,3653,116),(54399,1309,116),(54400,1310,116),(54401,1311,116),(54402,1312,116),(54403,1313,116),(54404,1314,116),(54405,1315,116),(54406,1316,116),(54407,1317,116),(54408,1318,116),(54409,1319,116),(54410,1320,116),(54411,1321,116),(54412,1322,116),(54413,1323,116),(54414,1324,116),(54415,1325,116),(54416,1326,116),(54417,1327,116),(54418,3594,116),(54419,4242,116),(54420,4243,116),(54421,4244,116),(54422,4245,116),(54423,4246,116),(54424,4247,116),(54425,86,116),(54426,83,116),(54427,87,116),(54428,4595,116),(54429,4596,116),(54430,4597,116),(54431,4598,116),(54432,4599,116),(54433,4600,116),(54434,4601,116),(54435,4602,116),(54436,4603,116),(54437,4604,116),(54438,1328,116),(54439,6160,116),(54440,1330,116),(54441,1331,116),(54442,1332,116),(54443,1333,116),(54444,1334,116),(54445,1335,116),(54446,1336,116),(54447,5339,116),(54448,5340,116),(54449,5341,116),(54450,6056,116),(54451,5342,116),(54452,5343,116),(54453,5344,116),(54454,5345,116),(54455,1337,116),(54456,1338,116),(54457,1339,116),(54458,5347,116),(54459,1340,116),(54460,1341,116),(54461,1218,116),(54462,1219,116),(54463,1220,116),(54464,1221,116),(54465,1222,116),(54466,1223,116),(54467,1224,116),(54468,1225,116),(54469,1226,116),(54470,1227,116),(54471,1228,116),(54472,1229,116),(54473,1230,116),(54474,1231,116),(54475,1232,116),(54476,1233,116),(54477,1234,116),(54478,1235,116),(54479,1236,116),(54480,1237,116),(54481,1238,116),(54482,1239,116),(54483,1241,116),(54484,1242,116),(54485,1243,116),(54486,1244,116),(54487,1245,116),(54488,1246,116),(54489,1247,116),(54490,1248,116),(54491,1249,116),(54492,1250,116),(54493,1251,116),(54494,1252,116),(54495,1253,116),(54496,1254,116),(54497,1255,116),(54498,1256,116),(54499,1257,116),(54500,1258,116),(54501,1259,116),(54502,1260,116),(54503,1261,116),(54504,1262,116),(54505,1263,116),(54506,1264,116),(54507,1265,116),(54508,1266,116),(54509,1267,116),(54510,1268,116),(54511,1269,116),(54512,1270,116),(54513,1271,116),(54514,1272,116),(54515,1273,116),(54516,1274,116),(54517,1275,116),(54518,1276,116),(54519,1277,116),(54520,1278,116),(54521,1279,116),(54522,1280,116),(54523,1281,116),(54524,1282,116),(54525,1283,116),(54526,1284,116),(54527,1285,116),(54528,5398,116),(54529,5732,116),(54530,5851,116),(54531,1286,116),(54532,1287,116),(54533,4248,116),(54534,4249,116),(54535,4250,116),(54536,4251,116),(54537,4252,116),(54538,4253,116),(54539,4254,116),(54540,4255,116),(54541,4256,116),(54542,4257,116),(54543,4258,116),(54544,4259,116),(54545,4620,116),(54546,4260,116),(54547,4261,116),(54548,1288,116),(54549,1289,116),(54550,1290,116),(54551,265,116),(54552,291,116),(54553,292,116),(54554,293,116),(54555,266,116),(54556,267,116),(54557,268,116),(54558,269,116),(54559,270,116),(54560,271,116),(54561,272,116),(54562,273,116),(54563,274,116),(54564,275,116),(54565,276,116),(54566,277,116),(54567,278,116),(54568,279,116),(54569,280,116),(54570,281,116),(54571,282,116),(54572,283,116),(54573,284,116),(54574,285,116),(54575,286,116),(54576,287,116),(54577,288,116),(54578,289,116),(54579,290,116),(54580,1545,116),(54581,2112,116),(54582,2113,116),(54583,2114,116),(54584,2115,116),(54585,2116,116),(54586,2117,116),(54587,2118,116),(54588,2119,116),(54589,2120,116),(54590,2121,116),(54591,2122,116),(54592,2123,116),(54593,2124,116),(54594,2125,116),(54595,2126,116),(54596,2127,116),(54597,2128,116),(54598,2129,116),(54599,2130,116),(54600,2131,116),(54601,2132,116),(54602,1544,116),(54603,2133,116),(54604,2134,116),(54605,2135,116),(54606,2136,116),(54607,2137,116),(54608,2138,116),(54609,2139,116),(54610,2140,116),(54611,2141,116),(54612,2142,116),(54613,2143,116),(54614,2144,116),(54615,65,116),(54616,1543,116),(54617,2145,116),(54618,2146,116),(54619,2147,116),(54620,2148,116),(54621,2149,116),(54622,2150,116),(54623,2151,116),(54624,2152,116),(54625,2153,116),(54626,2154,116),(54627,2155,116),(54628,2156,116),(54629,2157,116),(54630,2158,116),(54631,2159,116),(54632,2160,116),(54633,2161,116),(54634,2162,116),(54635,2163,116),(54636,2164,116),(54637,2165,116),(54638,2166,116),(54639,2167,116),(54640,2168,116),(54641,2169,116),(54642,2170,116),(54643,2171,116),(54644,2172,116),(54645,2173,116),(54646,2174,116),(54647,2175,116),(54648,2176,116),(54649,2177,116),(54650,2178,116),(54651,2179,116),(54652,2180,116),(54653,2181,116),(54654,2182,116),(54655,2183,116),(54656,2184,116),(54657,2185,116),(54658,2186,116),(54659,2187,116),(54660,2188,116),(54661,2189,116),(54662,2190,116),(54663,2191,116),(54664,2192,116),(54665,2193,116),(54666,2194,116),(54667,2195,116),(54668,2196,116),(54669,2197,116),(54670,2198,116),(54671,2199,116),(54672,1580,116),(54673,2200,116),(54674,2201,116),(54675,2202,116),(54676,2203,116),(54677,2204,116),(54678,2205,116),(54679,2206,116),(54680,2207,116),(54681,2208,116),(54682,2209,116),(54683,2210,116),(54684,2211,116),(54685,2212,116),(54686,2213,116),(54687,2214,116),(54688,32,116),(54689,33,116),(54690,34,116),(54691,35,116),(54692,36,116),(54693,37,116),(54694,38,116),(54695,2215,116),(54696,1588,116),(54697,1528,116),(54698,1503,116),(54699,2216,116),(54700,2217,116),(54701,1507,116),(54702,2218,116),(54703,2219,116),(54704,1509,116),(54705,2220,116),(54706,2221,116),(54707,2222,116),(54708,2223,116),(54709,2224,116),(54710,2225,116),(54711,1342,116),(54712,1343,116),(54713,2226,116),(54714,2227,116),(54715,2228,116),(54716,2229,116),(54717,2230,116),(54718,2231,116),(54719,2232,116),(54720,2233,116),(54721,2234,116),(54722,1344,116),(54723,404,116),(54724,405,116),(54725,406,116),(54726,101,116),(54727,369,116),(54728,370,116),(54729,476,116),(54730,477,116),(54731,478,116),(54732,479,116),(54733,480,116),(54734,481,116),(54735,482,116),(54736,483,116),(54737,484,116),(54738,485,116),(54739,486,116),(54740,487,116),(54741,457,116),(54742,458,116),(54743,459,116),(54744,387,116),(54745,340,116),(54746,341,116),(54747,342,116),(54748,343,116),(54749,344,116),(54750,346,116),(54751,347,116),(54752,348,116),(54753,349,116),(54754,350,116),(54755,351,116),(54756,352,116),(54757,353,116),(54758,354,116),(54759,355,116),(54760,356,116),(54761,357,116),(54762,358,116),(54763,359,116),(54764,360,116),(54765,2235,116),(54766,2236,116),(54767,2237,116),(54768,2238,116),(54769,2239,116),(54770,2240,116),(54771,2241,116),(54772,2242,116),(54773,2243,116),(54774,2244,116),(54775,2245,116),(54776,2246,116),(54777,2247,116),(54778,2248,116),(54779,1345,116),(54780,1346,116),(54781,1347,116),(54782,1348,116),(54783,2249,116),(54784,2250,116),(54785,2251,116),(54786,1092,116),(54787,2252,116),(54788,2253,116),(54789,5350,116),(54790,5351,116),(54791,5352,116),(54792,5353,116),(54793,5354,116),(54794,5355,116),(54795,5356,116),(54796,5357,116),(54797,1349,116),(54798,1350,116),(54799,1351,116),(54800,1352,116),(54801,1353,116),(54802,1354,116),(54803,1355,116),(54804,1356,116),(54805,1357,116),(54806,1358,116),(54807,1359,116),(54808,1360,116),(54809,1361,116),(54810,1362,116),(54811,1363,116),(54812,1364,116),(54813,1365,116),(54814,1366,116),(54815,1367,116),(54816,1368,116),(54817,1369,116),(54818,4993,116),(54819,4994,116),(54820,5358,116),(54821,5359,116),(54822,1523,116),(54823,1524,116),(54824,1525,116),(54825,1526,116),(54826,1570,116),(54827,1370,116),(54828,1371,116),(54829,1372,116),(54830,2254,116),(54831,2255,116),(54832,1531,116),(54833,2256,116),(54834,2257,116),(54835,2258,116),(54836,2259,116),(54837,1535,116),(54838,1536,116),(54839,1373,116),(54840,1374,116),(54841,1375,116),(54842,6057,116),(54843,2260,116),(54844,2261,116),(54845,2262,116),(54846,2263,116),(54847,3462,116),(54848,1539,116),(54849,2264,116),(54850,2265,116),(54851,2266,116),(54852,2267,116),(54853,2268,116),(54854,2269,116),(54855,2270,116),(54856,2271,116),(54857,2272,116),(54858,2273,116),(54859,2274,116),(54860,2275,116),(54861,2276,116),(54862,2277,116),(54863,2278,116),(54864,2279,116),(54865,2280,116),(54866,2281,116),(54867,2282,116),(54868,2283,116),(54869,2284,116),(54870,2285,116),(54871,2286,116),(54872,2287,116),(54873,2288,116),(54874,2289,116),(54875,2290,116),(54876,2291,116),(54877,2292,116),(54878,2293,116),(54879,2294,116),(54880,2295,116),(54881,2296,116),(54882,2297,116),(54883,2298,116),(54884,2299,116),(54885,2300,116),(54886,2301,116),(54887,2302,116),(54888,2303,116),(54889,2304,116),(54890,2305,116),(54891,2306,116),(54892,2307,116),(54893,2308,116),(54894,2309,116),(54895,2310,116),(54896,2311,116),(54897,2312,116),(54898,2313,116),(54899,2314,116),(54900,2315,116),(54901,2316,116),(54902,2317,116),(54903,2318,116),(54904,1094,116),(54905,2319,116),(54906,2320,116),(54907,2321,116),(54908,2322,116),(54909,2323,116),(54910,2324,116),(54911,2325,116),(54912,2326,116),(54913,2327,116),(54914,2328,116),(54915,2329,116),(54916,2330,116),(54917,2331,116),(54918,2332,116),(54919,2333,116),(54920,2334,116),(54921,2335,116),(54922,2336,116),(54923,2337,116),(54924,2338,116),(54925,2339,116),(54926,2340,116),(54927,2341,116),(54928,2342,116),(54929,2343,116),(54930,2344,116),(54931,2345,116),(54932,2346,116),(54933,2347,116),(54934,2348,116),(54935,2349,116),(54936,2350,116),(54937,2351,116),(54938,2352,116),(54939,2353,116),(54940,2354,116),(54941,2355,116),(54942,2356,116),(54943,2357,116),(54944,2358,116),(54945,2359,116),(54946,2360,116),(54947,2361,116),(54948,2362,116),(54949,2363,116),(54950,2364,116),(54951,2365,116),(54952,2366,116),(54953,2367,116),(54954,2368,116),(54955,2369,116),(54956,2370,116),(54957,2371,116),(54958,2372,116),(54959,2373,116),(54960,2374,116),(54961,2375,116),(54962,2376,116),(54963,2377,116),(54964,2378,116),(54965,2379,116),(54966,2380,116),(54967,2381,116),(54968,2382,116),(54969,2383,116),(54970,2384,116),(54971,2385,116),(54972,2386,116),(54973,2387,116),(54974,2388,116),(54975,2389,116),(54976,2390,116),(54977,2391,116),(54978,2392,116),(54979,2393,116),(54980,2394,116),(54981,2395,116),(54982,2396,116),(54983,2397,116),(54984,2398,116),(54985,2399,116),(54986,2400,116),(54987,2401,116),(54988,2402,116),(54989,2403,116),(54990,2404,116),(54991,2405,116),(54992,2406,116),(54993,2407,116),(54994,2408,116),(54995,2409,116),(54996,2410,116),(54997,2411,116),(54998,2412,116),(54999,2413,116),(55000,2414,116),(55001,2415,116),(55002,2416,116),(55003,2417,116),(55004,2418,116),(55005,2419,116),(55006,2420,116),(55007,2421,116),(55008,2422,116),(55009,2423,116),(55010,2424,116),(55011,2425,116),(55012,2426,116),(55013,2427,116),(55014,2428,116),(55015,2429,116),(55016,2430,116),(55017,2431,116),(55018,2432,116),(55019,2433,116),(55020,2434,116),(55021,2435,116),(55022,2436,116),(55023,2437,116),(55024,2438,116),(55025,2439,116),(55026,2440,116),(55027,2441,116),(55028,2442,116),(55029,2443,116),(55030,2444,116),(55031,2445,116),(55032,2446,116),(55033,2447,116),(55034,2448,116),(55035,2449,116),(55036,2450,116),(55037,2451,116),(55038,2452,116),(55039,2453,116),(55040,2454,116),(55041,2455,116),(55042,2456,116),(55043,2457,116),(55044,2458,116),(55045,2459,116),(55046,2460,116),(55047,2461,116),(55048,2462,116),(55049,2463,116),(55050,2464,116),(55051,2465,116),(55052,2466,116),(55053,2467,116),(55054,2468,116),(55055,2469,116),(55056,2470,116),(55057,2471,116),(55058,2472,116),(55059,2473,116),(55060,2474,116),(55061,4898,116),(55062,2476,116),(55063,2477,116),(55064,2478,116),(55065,3463,116),(55066,2482,116),(55067,2483,116),(55068,2484,116),(55069,2485,116),(55070,2486,116),(55071,2487,116),(55072,2488,116),(55073,2489,116),(55074,2529,116),(55075,3464,116),(55076,1573,116),(55077,1554,116),(55078,1555,116),(55079,1556,116),(55080,1557,116),(55081,1558,116),(55082,1559,116),(55083,1560,116),(55084,3465,116),(55085,2491,116),(55086,2492,116),(55087,2493,116),(55088,2495,116),(55089,2496,116),(55090,1607,116),(55091,2497,116),(55092,2498,116),(55093,1606,116),(55094,2499,116),(55095,2500,116),(55096,2501,116),(55097,2502,116),(55098,3893,116),(55099,2507,116),(55100,2508,116),(55101,1589,116),(55102,1590,116),(55103,1591,116),(55104,1592,116),(55105,1593,116),(55106,1594,116),(55107,2641,116),(55108,1540,116),(55109,2509,116),(55110,1598,116),(55111,1601,116),(55112,1602,116),(55113,1600,116),(55114,2510,116),(55115,126,116),(55116,2655,116),(55117,2662,116),(55118,2663,116),(55119,6043,116),(55120,5346,116),(55121,5428,116),(55122,5429,116),(55123,5430,116),(55124,5431,116),(55125,5432,116),(55126,5433,116),(55127,5434,116),(55128,5435,116),(55129,5436,116),(55130,5437,116),(55131,5438,116),(55132,5439,116),(55133,5440,116),(55134,5441,116),(55135,5442,116),(55136,5443,116),(55137,5444,116),(55138,5445,116),(55139,5446,116),(55140,5447,116),(55141,5448,116),(55142,5449,116),(55143,5450,116),(55144,5451,116),(55145,5452,116),(55146,5453,116),(55147,5454,116),(55148,5455,116),(55149,5456,116),(55150,5457,116),(55151,5458,116),(55152,5459,116),(55153,5460,116),(55154,5461,116),(55155,5462,116),(55156,5463,116),(55157,5464,116),(55158,5465,116),(55159,5466,116),(55160,5467,116),(55161,5468,116),(55162,5469,116),(55163,5470,116),(55164,5471,116),(55165,5472,116),(55166,5473,116),(55167,5474,116),(55168,5475,116),(55169,5476,116),(55170,5477,116),(55171,5478,116),(55172,5479,116),(55173,5480,116),(55174,5481,116),(55175,5482,116),(55176,5483,116),(55177,5484,116),(55178,5485,116),(55179,5486,116),(55180,5487,116),(55181,5488,116),(55182,5489,116),(55183,5490,116),(55184,5491,116),(55185,5492,116),(55186,5493,116),(55187,5494,116),(55188,5495,116),(55189,5496,116),(55190,5497,116),(55191,5498,116),(55192,5499,116),(55193,5500,116),(55194,5501,116),(55195,5502,116),(55196,5503,116),(55197,5504,116),(55198,5505,116),(55199,5506,116),(55200,5507,116),(55201,5508,116),(55202,5509,116),(55203,5510,116),(55204,5511,116),(55205,5512,116),(55206,5513,116),(55207,5514,116),(55208,5515,116),(55209,5516,116),(55210,5517,116),(55211,5518,116),(55212,5519,116),(55213,5520,116),(55214,5521,116),(55215,5522,116),(55216,5523,116),(55217,5524,116),(55218,5525,116),(55219,5526,116),(55220,5527,116),(55221,5528,116),(55222,5529,116),(55223,5530,116),(55224,5531,116),(55225,5532,116),(55226,5533,116),(55227,5534,116),(55228,5535,116),(55229,5536,116),(55230,5537,116),(55231,5538,116),(55232,5539,116),(55233,5540,116),(55234,5541,116),(55235,5542,116),(55236,5543,116),(55237,5544,116),(55238,5545,116),(55239,5546,116),(55240,5547,116),(55241,5548,116),(55242,5549,116),(55243,5550,116),(55244,5551,116),(55245,6044,116),(55246,5942,116),(55247,5943,116),(55248,5944,116),(55249,5945,116),(55250,5946,116),(55251,5947,116),(55252,5948,116),(55253,5949,116),(55254,5950,116),(55255,5951,116),(55256,5952,116),(55257,5953,116),(55258,5954,116),(55259,5955,116),(55260,5956,116),(55261,5957,116),(55262,5958,116),(55263,5959,116),(55264,5960,116),(55265,5961,116),(55266,5962,116),(55267,5963,116),(55268,5964,116),(55269,5965,116),(55270,5966,116),(55271,5967,116),(55272,5968,116),(55273,5969,116),(55274,5970,116),(55275,5971,116),(55276,5972,116),(55277,5973,116),(55278,5974,116),(55279,5975,116),(55280,5976,116),(55281,5977,116),(55282,5978,116),(55283,5979,116),(55284,5980,116),(55285,5981,116),(55286,5982,116),(55287,5983,116),(55288,5984,116),(55289,5552,116),(55290,2517,116),(55291,2518,116),(55292,2519,116),(55293,1595,116),(55294,2524,116),(55295,2525,116),(55296,2526,116),(55297,2527,116),(55298,2528,116),(55299,2530,116),(55300,2531,116),(55301,2532,116),(55302,2533,116),(55303,2534,116),(55304,2535,116),(55305,2536,116),(55306,2537,116),(55307,1500,116),(55308,1501,116),(55309,2538,116),(55310,2539,116),(55311,2540,116),(55312,2541,116),(55313,2542,116),(55314,2543,116),(55315,2544,116),(55316,2545,116),(55317,2546,116),(55318,2547,116),(55319,1488,116),(55320,1489,116),(55321,4012,116),(55322,4013,116),(55323,2548,116),(55324,2549,116),(55325,2550,116),(55326,2551,116),(55327,2552,116),(55328,2553,116),(55329,2554,116),(55330,2555,116),(55331,2556,116),(55332,2557,116),(55333,2558,116),(55334,2559,116),(55335,2560,116),(55336,2561,116),(55337,2562,116),(55338,2563,116),(55339,2564,116),(55340,2565,116),(55341,2566,116),(55342,2567,116),(55343,2568,116),(55344,2569,116),(55345,2570,116),(55346,2571,116),(55347,2572,116),(55348,2573,116),(55349,2574,116),(55350,2575,116),(55351,2576,116),(55352,2577,116),(55353,2578,116),(55354,2579,116),(55355,2580,116),(55356,2581,116),(55357,2582,116),(55358,2583,116),(55359,2584,116),(55360,2585,116),(55361,2586,116),(55362,2587,116),(55363,2588,116),(55364,2589,116),(55365,2590,116),(55366,2591,116),(55367,2592,116),(55368,2593,116),(55369,2594,116),(55370,2595,116),(55371,2596,116),(55372,1532,116),(55373,2597,116),(55374,2598,116),(55375,2599,116),(55376,2600,116),(55377,2601,116),(55378,2602,116),(55379,2603,116),(55380,2604,116),(55381,2605,116),(55382,2606,116),(55383,2607,116),(55384,2608,116),(55385,2609,116),(55386,2610,116),(55387,2611,116),(55388,2612,116),(55389,2613,116),(55390,2614,116),(55391,2615,116),(55392,2616,116),(55393,2617,116),(55394,2618,116),(55395,2619,116),(55396,2620,116),(55397,2621,116),(55398,2622,116),(55399,2623,116),(55400,2624,116),(55401,2625,116),(55402,2626,116),(55403,2627,116),(55404,2628,116),(55405,2629,116),(55406,2630,116),(55407,2631,116),(55408,2632,116),(55409,2633,116),(55410,2634,116),(55411,2635,116),(55412,2636,116),(55413,1490,116),(55414,1491,116),(55415,1492,116),(55416,2637,116),(55417,2638,116),(55418,2639,116),(55419,2640,116),(55420,1291,117),(55421,1292,117),(55422,1293,117),(55423,1294,117),(55424,1295,117),(55425,3906,117),(55426,1297,117),(55427,1298,117),(55428,1240,117),(55429,1299,117),(55430,1300,117),(55431,1301,117),(55432,1302,117),(55433,1303,117),(55434,1304,117),(55435,1305,117),(55436,1306,117),(55437,1307,117),(55438,1308,117),(55439,3653,117),(55440,1309,117),(55441,1310,117),(55442,1311,117),(55443,1312,117),(55444,1313,117),(55445,1314,117),(55446,1315,117),(55447,1316,117),(55448,1317,117),(55449,1318,117),(55450,1319,117),(55451,1320,117),(55452,1321,117),(55453,1322,117),(55454,1323,117),(55455,1324,117),(55456,1325,117),(55457,1326,117),(55458,1327,117),(55459,3594,117),(55460,4242,117),(55461,4243,117),(55462,4244,117),(55463,4245,117),(55464,4246,117),(55465,4247,117),(55466,86,117),(55467,83,117),(55468,87,117),(55469,4595,117),(55470,4596,117),(55471,4597,117),(55472,4598,117),(55473,4599,117),(55474,4600,117),(55475,4601,117),(55476,4602,117),(55477,4603,117),(55478,4604,117),(55479,1328,117),(55480,6160,117),(55481,1330,117),(55482,1331,117),(55483,1332,117),(55484,1333,117),(55485,1334,117),(55486,1335,117),(55487,1336,117),(55488,5339,117),(55489,5340,117),(55490,5341,117),(55491,6056,117),(55492,5342,117),(55493,5343,117),(55494,5344,117),(55495,5345,117),(55496,1337,117),(55497,1338,117),(55498,1339,117),(55499,5347,117),(55500,1340,117),(55501,1341,117),(55502,1218,117),(55503,1219,117),(55504,1220,117),(55505,1221,117),(55506,1222,117),(55507,1223,117),(55508,1224,117),(55509,1225,117),(55510,1226,117),(55511,1227,117),(55512,1228,117),(55513,1229,117),(55514,1230,117),(55515,1231,117),(55516,1232,117),(55517,1233,117),(55518,1234,117),(55519,1235,117),(55520,1236,117),(55521,1237,117),(55522,1238,117),(55523,1239,117),(55524,1241,117),(55525,1242,117),(55526,1243,117),(55527,1244,117),(55528,1245,117),(55529,1246,117),(55530,1247,117),(55531,1248,117),(55532,1249,117),(55533,1250,117),(55534,1251,117),(55535,1252,117),(55536,1253,117),(55537,1254,117),(55538,1255,117),(55539,1256,117),(55540,1257,117),(55541,1258,117),(55542,1259,117),(55543,1260,117),(55544,1261,117),(55545,1262,117),(55546,1263,117),(55547,1264,117),(55548,1265,117),(55549,1266,117),(55550,1267,117),(55551,1268,117),(55552,1269,117),(55553,1270,117),(55554,1271,117),(55555,1272,117),(55556,1273,117),(55557,1274,117),(55558,1275,117),(55559,1276,117),(55560,1277,117),(55561,1278,117),(55562,1279,117),(55563,1280,117),(55564,1281,117),(55565,1282,117),(55566,1283,117),(55567,1284,117),(55568,1285,117),(55569,5398,117),(55570,5732,117),(55571,5851,117),(55572,1286,117),(55573,1287,117),(55574,4248,117),(55575,4249,117),(55576,4250,117),(55577,4251,117),(55578,4252,117),(55579,4253,117),(55580,4254,117),(55581,4255,117),(55582,4256,117),(55583,4257,117),(55584,4258,117),(55585,4259,117),(55586,4620,117),(55587,4260,117),(55588,4261,117),(55589,1288,117),(55590,1289,117),(55591,1290,117),(55592,265,117),(55593,291,117),(55594,292,117),(55595,293,117),(55596,266,117),(55597,267,117),(55598,268,117),(55599,269,117),(55600,270,117),(55601,271,117),(55602,272,117),(55603,273,117),(55604,274,117),(55605,275,117),(55606,276,117),(55607,277,117),(55608,278,117),(55609,279,117),(55610,280,117),(55611,281,117),(55612,282,117),(55613,283,117),(55614,284,117),(55615,285,117),(55616,286,117),(55617,287,117),(55618,288,117),(55619,289,117),(55620,290,117),(55621,1545,117),(55622,2112,117),(55623,2113,117),(55624,2114,117),(55625,2115,117),(55626,2116,117),(55627,2117,117),(55628,2118,117),(55629,2119,117),(55630,2120,117),(55631,2121,117),(55632,2122,117),(55633,2123,117),(55634,2124,117),(55635,2125,117),(55636,2126,117),(55637,2127,117),(55638,2128,117),(55639,2129,117),(55640,2130,117),(55641,2131,117),(55642,2132,117),(55643,1544,117),(55644,2133,117),(55645,2134,117),(55646,2135,117),(55647,2136,117),(55648,2137,117),(55649,2138,117),(55650,2139,117),(55651,2140,117),(55652,2141,117),(55653,2142,117),(55654,2143,117),(55655,2144,117),(55656,65,117),(55657,1543,117),(55658,2145,117),(55659,2146,117),(55660,2147,117),(55661,2148,117),(55662,2149,117),(55663,2150,117),(55664,2151,117),(55665,2152,117),(55666,2153,117),(55667,2154,117),(55668,2155,117),(55669,2156,117),(55670,2157,117),(55671,2158,117),(55672,2159,117),(55673,2160,117),(55674,2161,117),(55675,2162,117),(55676,2163,117),(55677,2164,117),(55678,2165,117),(55679,2166,117),(55680,2167,117),(55681,2168,117),(55682,2169,117),(55683,2170,117),(55684,2171,117),(55685,2172,117),(55686,2173,117),(55687,2174,117),(55688,2175,117),(55689,2176,117),(55690,2177,117),(55691,2178,117),(55692,2179,117),(55693,2180,117),(55694,2181,117),(55695,2182,117),(55696,2183,117),(55697,2184,117),(55698,2185,117),(55699,2186,117),(55700,2187,117),(55701,2188,117),(55702,2189,117),(55703,2190,117),(55704,2191,117),(55705,2192,117),(55706,2193,117),(55707,2194,117),(55708,2195,117),(55709,2196,117),(55710,2197,117),(55711,2198,117),(55712,2199,117),(55713,1580,117),(55714,2200,117),(55715,2201,117),(55716,2202,117),(55717,2203,117),(55718,2204,117),(55719,2205,117),(55720,2206,117),(55721,2207,117),(55722,2208,117),(55723,2209,117),(55724,2210,117),(55725,2211,117),(55726,2212,117),(55727,2213,117),(55728,2214,117),(55729,32,117),(55730,33,117),(55731,34,117),(55732,35,117),(55733,36,117),(55734,37,117),(55735,38,117),(55736,2215,117),(55737,1588,117),(55738,1528,117),(55739,1503,117),(55740,2216,117),(55741,2217,117),(55742,1507,117),(55743,2218,117),(55744,2219,117),(55745,1509,117),(55746,2220,117),(55747,2221,117),(55748,2222,117),(55749,2223,117),(55750,2224,117),(55751,2225,117),(55752,1342,117),(55753,1343,117),(55754,2226,117),(55755,2227,117),(55756,2228,117),(55757,2229,117),(55758,2230,117),(55759,2231,117),(55760,2232,117),(55761,2233,117),(55762,2234,117),(55763,1344,117),(55764,404,117),(55765,405,117),(55766,406,117),(55767,101,117),(55768,369,117),(55769,370,117),(55770,476,117),(55771,477,117),(55772,478,117),(55773,479,117),(55774,480,117),(55775,481,117),(55776,482,117),(55777,483,117),(55778,484,117),(55779,485,117),(55780,486,117),(55781,487,117),(55782,457,117),(55783,458,117),(55784,459,117),(55785,387,117),(55786,340,117),(55787,341,117),(55788,342,117),(55789,343,117),(55790,344,117),(55791,346,117),(55792,347,117),(55793,348,117),(55794,349,117),(55795,350,117),(55796,351,117),(55797,352,117),(55798,353,117),(55799,354,117),(55800,355,117),(55801,356,117),(55802,357,117),(55803,358,117),(55804,359,117),(55805,360,117),(55806,2235,117),(55807,2236,117),(55808,2237,117),(55809,2238,117),(55810,2239,117),(55811,2240,117),(55812,2241,117),(55813,2242,117),(55814,2243,117),(55815,2244,117),(55816,2245,117),(55817,2246,117),(55818,2247,117),(55819,2248,117),(55820,1345,117),(55821,1346,117),(55822,1347,117),(55823,1348,117),(55824,2249,117),(55825,2250,117),(55826,2251,117),(55827,1092,117),(55828,2252,117),(55829,2253,117),(55830,5350,117),(55831,5351,117),(55832,5352,117),(55833,5353,117),(55834,5354,117),(55835,5355,117),(55836,5356,117),(55837,5357,117),(55838,1349,117),(55839,1350,117),(55840,1351,117),(55841,1352,117),(55842,1353,117),(55843,1354,117),(55844,1355,117),(55845,1356,117),(55846,1357,117),(55847,1358,117),(55848,1359,117),(55849,1360,117),(55850,1361,117),(55851,1362,117),(55852,1363,117),(55853,1364,117),(55854,1365,117),(55855,1366,117),(55856,1367,117),(55857,1368,117),(55858,1369,117),(55859,4993,117),(55860,4994,117),(55861,5358,117),(55862,5359,117),(55863,1523,117),(55864,1524,117),(55865,1525,117),(55866,1526,117),(55867,1570,117),(55868,1370,117),(55869,1371,117),(55870,1372,117),(55871,2254,117),(55872,2255,117),(55873,1531,117),(55874,2256,117),(55875,2257,117),(55876,2258,117),(55877,2259,117),(55878,1535,117),(55879,1536,117),(55880,1373,117),(55881,1374,117),(55882,1375,117),(55883,6057,117),(55884,2260,117),(55885,2261,117),(55886,2262,117),(55887,2263,117),(55888,3462,117),(55889,1539,117),(55890,2264,117),(55891,2265,117),(55892,2266,117),(55893,2267,117),(55894,2268,117),(55895,2269,117),(55896,2270,117),(55897,2271,117),(55898,2272,117),(55899,2273,117),(55900,2274,117),(55901,2275,117),(55902,2276,117),(55903,2277,117),(55904,2278,117),(55905,2279,117),(55906,2280,117),(55907,2281,117),(55908,2282,117),(55909,2283,117),(55910,2284,117),(55911,2285,117),(55912,2286,117),(55913,2287,117),(55914,2288,117),(55915,2289,117),(55916,2290,117),(55917,2291,117),(55918,2292,117),(55919,2293,117),(55920,2294,117),(55921,2295,117),(55922,2296,117),(55923,2297,117),(55924,2298,117),(55925,2299,117),(55926,2300,117),(55927,2301,117),(55928,2302,117),(55929,2303,117),(55930,2304,117),(55931,2305,117),(55932,2306,117),(55933,2307,117),(55934,2308,117),(55935,2309,117),(55936,2310,117),(55937,2311,117),(55938,2312,117),(55939,2313,117),(55940,2314,117),(55941,2315,117),(55942,2316,117),(55943,2317,117),(55944,2318,117),(55945,1094,117),(55946,2319,117),(55947,2320,117),(55948,2321,117),(55949,2322,117),(55950,2323,117),(55951,2324,117),(55952,2325,117),(55953,2326,117),(55954,2327,117),(55955,2328,117),(55956,2329,117),(55957,2330,117),(55958,2331,117),(55959,2332,117),(55960,2333,117),(55961,2334,117),(55962,2335,117),(55963,2336,117),(55964,2337,117),(55965,2338,117),(55966,2339,117),(55967,2340,117),(55968,2341,117),(55969,2342,117),(55970,2343,117),(55971,2344,117),(55972,2345,117),(55973,2346,117),(55974,2347,117),(55975,2348,117),(55976,2349,117),(55977,2350,117),(55978,2351,117),(55979,2352,117),(55980,2353,117),(55981,2354,117),(55982,2355,117),(55983,2356,117),(55984,2357,117),(55985,2358,117),(55986,2359,117),(55987,2360,117),(55988,2361,117),(55989,2362,117),(55990,2363,117),(55991,2364,117),(55992,2365,117),(55993,2366,117),(55994,2367,117),(55995,2368,117),(55996,2369,117),(55997,2370,117),(55998,2371,117),(55999,2372,117),(56000,2373,117),(56001,2374,117),(56002,2375,117),(56003,2376,117),(56004,2377,117),(56005,2378,117),(56006,2379,117),(56007,2380,117),(56008,2381,117),(56009,2382,117),(56010,2383,117),(56011,2384,117),(56012,2385,117),(56013,2386,117),(56014,2387,117),(56015,2388,117),(56016,2389,117),(56017,2390,117),(56018,2391,117),(56019,2392,117),(56020,2393,117),(56021,2394,117),(56022,2395,117),(56023,2396,117),(56024,2397,117),(56025,2398,117),(56026,2399,117),(56027,2400,117),(56028,2401,117),(56029,2402,117),(56030,2403,117),(56031,2404,117),(56032,2405,117),(56033,2406,117),(56034,2407,117),(56035,2408,117),(56036,2409,117),(56037,2410,117),(56038,2411,117),(56039,2412,117),(56040,2413,117),(56041,2414,117),(56042,2415,117),(56043,2416,117),(56044,2417,117),(56045,2418,117),(56046,2419,117),(56047,2420,117),(56048,2421,117),(56049,2422,117),(56050,2423,117),(56051,2424,117),(56052,2425,117),(56053,2426,117),(56054,2427,117),(56055,2428,117),(56056,2429,117),(56057,2430,117),(56058,2431,117),(56059,2432,117),(56060,2433,117),(56061,2434,117),(56062,2435,117),(56063,2436,117),(56064,2437,117),(56065,2438,117),(56066,2439,117),(56067,2440,117),(56068,2441,117),(56069,2442,117),(56070,2443,117),(56071,2444,117),(56072,2445,117),(56073,2446,117),(56074,2447,117),(56075,2448,117),(56076,2449,117),(56077,2450,117),(56078,2451,117),(56079,2452,117),(56080,2453,117),(56081,2454,117),(56082,2455,117),(56083,2456,117),(56084,2457,117),(56085,2458,117),(56086,2459,117),(56087,2460,117),(56088,2461,117),(56089,2462,117),(56090,2463,117),(56091,2464,117),(56092,2465,117),(56093,2466,117),(56094,2467,117),(56095,2468,117),(56096,2469,117),(56097,2470,117),(56098,2471,117),(56099,2472,117),(56100,2473,117),(56101,2474,117),(56102,2475,117),(56103,2476,117),(56104,2477,117),(56105,2478,117),(56106,3463,117),(56107,2482,117),(56108,2483,117),(56109,2484,117),(56110,2485,117),(56111,2486,117),(56112,2487,117),(56113,2488,117),(56114,2489,117),(56115,2529,117),(56116,3464,117),(56117,1573,117),(56118,1554,117),(56119,1555,117),(56120,1556,117),(56121,1557,117),(56122,1558,117),(56123,1559,117),(56124,1560,117),(56125,3465,117),(56126,2491,117),(56127,2492,117),(56128,2493,117),(56129,2494,117),(56130,2495,117),(56131,2496,117),(56132,2497,117),(56133,2498,117),(56134,1606,117),(56135,1607,117),(56136,2499,117),(56137,2500,117),(56138,2501,117),(56139,2502,117),(56140,2503,117),(56141,2507,117),(56142,2508,117),(56143,1589,117),(56144,1590,117),(56145,1591,117),(56146,1592,117),(56147,1593,117),(56148,1594,117),(56149,2641,117),(56150,1540,117),(56151,2509,117),(56152,1598,117),(56153,1601,117),(56154,1602,117),(56155,1600,117),(56156,2510,117),(56157,126,117),(56158,2655,117),(56159,2662,117),(56160,2663,117),(56161,6043,117),(56162,5346,117),(56163,5428,117),(56164,5429,117),(56165,5430,117),(56166,5431,117),(56167,5432,117),(56168,5433,117),(56169,5434,117),(56170,5435,117),(56171,5436,117),(56172,5437,117),(56173,5438,117),(56174,5439,117),(56175,5440,117),(56176,5441,117),(56177,5442,117),(56178,5443,117),(56179,5444,117),(56180,5445,117),(56181,5446,117),(56182,5447,117),(56183,5448,117),(56184,5449,117),(56185,5450,117),(56186,5451,117),(56187,5452,117),(56188,5453,117),(56189,5454,117),(56190,5455,117),(56191,5456,117),(56192,5457,117),(56193,5458,117),(56194,5459,117),(56195,5460,117),(56196,5461,117),(56197,5462,117),(56198,5463,117),(56199,5464,117),(56200,5465,117),(56201,5466,117),(56202,5467,117),(56203,5468,117),(56204,5469,117),(56205,5470,117),(56206,5471,117),(56207,5472,117),(56208,5473,117),(56209,5474,117),(56210,5475,117),(56211,5476,117),(56212,5477,117),(56213,5478,117),(56214,5479,117),(56215,5480,117),(56216,5481,117),(56217,5482,117),(56218,5483,117),(56219,5484,117),(56220,5485,117),(56221,5486,117),(56222,5487,117),(56223,5488,117),(56224,5489,117),(56225,5490,117),(56226,5491,117),(56227,5492,117),(56228,5493,117),(56229,5494,117),(56230,5495,117),(56231,5496,117),(56232,5497,117),(56233,5498,117),(56234,5499,117),(56235,5500,117),(56236,5501,117),(56237,5502,117),(56238,5503,117),(56239,5504,117),(56240,5505,117),(56241,5506,117),(56242,5507,117),(56243,5508,117),(56244,5509,117),(56245,5510,117),(56246,5511,117),(56247,5512,117),(56248,5513,117),(56249,5514,117),(56250,5515,117),(56251,5516,117),(56252,5517,117),(56253,5518,117),(56254,5519,117),(56255,5520,117),(56256,5521,117),(56257,5522,117),(56258,5523,117),(56259,5524,117),(56260,5525,117),(56261,5526,117),(56262,5527,117),(56263,5528,117),(56264,5529,117),(56265,5530,117),(56266,5531,117),(56267,5532,117),(56268,5533,117),(56269,5534,117),(56270,5535,117),(56271,5536,117),(56272,5537,117),(56273,5538,117),(56274,5539,117),(56275,5540,117),(56276,5541,117),(56277,5542,117),(56278,5543,117),(56279,5544,117),(56280,5545,117),(56281,5546,117),(56282,5547,117),(56283,5548,117),(56284,5549,117),(56285,5550,117),(56286,5551,117),(56287,6044,117),(56288,5942,117),(56289,5943,117),(56290,5944,117),(56291,5945,117),(56292,5946,117),(56293,5947,117),(56294,5948,117),(56295,5949,117),(56296,5950,117),(56297,5951,117),(56298,5952,117),(56299,5953,117),(56300,5954,117),(56301,5955,117),(56302,5956,117),(56303,5957,117),(56304,5958,117),(56305,5959,117),(56306,5960,117),(56307,5961,117),(56308,5962,117),(56309,5963,117),(56310,5964,117),(56311,5965,117),(56312,5966,117),(56313,5967,117),(56314,5968,117),(56315,5969,117),(56316,5970,117),(56317,5971,117),(56318,5972,117),(56319,5973,117),(56320,5974,117),(56321,5975,117),(56322,5976,117),(56323,5977,117),(56324,5978,117),(56325,5979,117),(56326,5980,117),(56327,5981,117),(56328,5982,117),(56329,5983,117),(56330,5984,117),(56331,5552,117),(56332,2517,117),(56333,2518,117),(56334,2519,117),(56335,2520,117),(56336,1500,117),(56337,1501,117),(56338,2521,117),(56339,2522,117),(56340,2523,117),(56341,1595,117),(56342,2524,117),(56343,2525,117),(56344,2526,117),(56345,2527,117),(56346,2528,117),(56347,2530,117),(56348,2531,117),(56349,2532,117),(56350,2533,117),(56351,2534,117),(56352,2535,117),(56353,2536,117),(56354,2537,117),(56355,2538,117),(56356,2539,117),(56357,2540,117),(56358,2541,117),(56359,2542,117),(56360,2543,117),(56361,2544,117),(56362,2545,117),(56363,2546,117),(56364,2547,117),(56365,1488,117),(56366,1489,117),(56367,4012,117),(56368,4013,117),(56369,2548,117),(56370,2549,117),(56371,2550,117),(56372,2551,117),(56373,2552,117),(56374,2553,117),(56375,2554,117),(56376,2555,117),(56377,2556,117),(56378,2557,117),(56379,2558,117),(56380,2559,117),(56381,2560,117),(56382,2561,117),(56383,2562,117),(56384,2563,117),(56385,2564,117),(56386,2565,117),(56387,2566,117),(56388,2567,117),(56389,2568,117),(56390,2569,117),(56391,2570,117),(56392,2571,117),(56393,2572,117),(56394,2573,117),(56395,2574,117),(56396,2575,117),(56397,2576,117),(56398,2577,117),(56399,2578,117),(56400,2579,117),(56401,2580,117),(56402,2581,117),(56403,2582,117),(56404,2583,117),(56405,2584,117),(56406,2585,117),(56407,2586,117),(56408,2587,117),(56409,2588,117),(56410,2589,117),(56411,2590,117),(56412,2591,117),(56413,2592,117),(56414,2593,117),(56415,2594,117),(56416,2595,117),(56417,2596,117),(56418,1532,117),(56419,2597,117),(56420,2598,117),(56421,2599,117),(56422,2600,117),(56423,2601,117),(56424,2602,117),(56425,2603,117),(56426,2604,117),(56427,2605,117),(56428,2606,117),(56429,2607,117),(56430,2608,117),(56431,2609,117),(56432,2610,117),(56433,2611,117),(56434,2612,117),(56435,2613,117),(56436,2614,117),(56437,2615,117),(56438,2616,117),(56439,2617,117),(56440,2618,117),(56441,2619,117),(56442,2620,117),(56443,2621,117),(56444,2622,117),(56445,2623,117),(56446,2624,117),(56447,2625,117),(56448,2626,117),(56449,2627,117),(56450,2628,117),(56451,2629,117),(56452,2630,117),(56453,2631,117),(56454,2632,117),(56455,2633,117),(56456,2634,117),(56457,2635,117),(56458,2636,117),(56459,1490,117),(56460,1491,117),(56461,1492,117),(56462,2637,117),(56463,2638,117),(56464,2639,117),(56465,2640,117),(56466,1218,118),(56467,1219,118),(56468,1220,118),(56469,1221,118),(56470,1222,118),(56471,1223,118),(56472,1224,118),(56473,1225,118),(56474,1226,118),(56475,1227,118),(56476,1228,118),(56477,1229,118),(56478,1230,118),(56479,1231,118),(56480,1232,118),(56481,1233,118),(56482,1234,118),(56483,1235,118),(56484,1236,118),(56485,1237,118),(56486,1238,118),(56487,1239,118),(56488,1240,118),(56489,1241,118),(56490,1242,118),(56491,1243,118),(56492,1244,118),(56493,1245,118),(56494,1246,118),(56495,1247,118),(56496,1248,118),(56497,1249,118),(56498,1250,118),(56499,1251,118),(56500,1252,118),(56501,1253,118),(56502,1254,118),(56503,1255,118),(56504,1256,118),(56505,1257,118),(56506,1258,118),(56507,1259,118),(56508,1260,118),(56509,1261,118),(56510,1262,118),(56511,1263,118),(56512,1264,118),(56513,1265,118),(56514,1266,118),(56515,1267,118),(56516,1268,118),(56517,1269,118),(56518,1270,118),(56519,1271,118),(56520,1272,118),(56521,1273,118),(56522,1274,118),(56523,1275,118),(56524,1276,118),(56525,1277,118),(56526,1278,118),(56527,1279,118),(56528,1280,118),(56529,1281,118),(56530,1282,118),(56531,1283,118),(56532,1284,118),(56533,1285,118),(56534,5398,118),(56535,5732,118),(56536,5851,118),(56537,1286,118),(56538,1287,118),(56539,4248,118),(56540,4249,118),(56541,4250,118),(56542,4251,118),(56543,4252,118),(56544,4253,118),(56545,4254,118),(56546,4255,118),(56547,4256,118),(56548,4257,118),(56549,4258,118),(56550,4259,118),(56551,4620,118),(56552,4260,118),(56553,4261,118),(56554,1288,118),(56555,1289,118),(56556,1290,118),(56557,1291,119),(56558,1292,119),(56559,1293,119),(56560,1294,119),(56561,1295,119),(56562,3906,119),(56563,1297,119),(56564,1298,119),(56565,1240,119),(56566,1299,119),(56567,1300,119),(56568,1301,119),(56569,1302,119),(56570,1303,119),(56571,1304,119),(56572,1305,119),(56573,1306,119),(56574,1307,119),(56575,1308,119),(56576,3653,119),(56577,1309,119),(56578,1310,119),(56579,1311,119),(56580,1312,119),(56581,1313,119),(56582,1314,119),(56583,1315,119),(56584,1316,119),(56585,1317,119),(56586,1318,119),(56587,1319,119),(56588,1320,119),(56589,1321,119),(56590,1322,119),(56591,1323,119),(56592,1324,119),(56593,1325,119),(56594,1326,119),(56595,1327,119),(56596,3594,119),(56597,4242,119),(56598,4243,119),(56599,4244,119),(56600,4245,119),(56601,4246,119),(56602,4247,119),(56603,86,119),(56604,83,119),(56605,87,119),(56606,4595,119),(56607,4596,119),(56608,4597,119),(56609,4598,119),(56610,4599,119),(56611,4600,119),(56612,4601,119),(56613,4602,119),(56614,4603,119),(56615,4604,119),(56616,1328,119),(56617,6160,119),(56618,1330,119),(56619,1331,119),(56620,1332,119),(56621,1333,119),(56622,1334,119),(56623,1335,119),(56624,1336,119),(56625,5339,119),(56626,5340,119),(56627,5341,119),(56628,6056,119),(56629,5342,119),(56630,5343,119),(56631,5344,119),(56632,5345,119),(56633,1337,119),(56634,1338,119),(56635,1339,119),(56636,5347,119),(56637,1340,119),(56638,1341,119),(56639,1218,119),(56640,1219,119),(56641,1220,119),(56642,1221,119),(56643,1222,119),(56644,1223,119),(56645,1224,119),(56646,1225,119),(56647,1226,119),(56648,1227,119),(56649,1228,119),(56650,1229,119),(56651,1230,119),(56652,1231,119),(56653,1232,119),(56654,1233,119),(56655,1234,119),(56656,1235,119),(56657,1236,119),(56658,1237,119),(56659,1238,119),(56660,1239,119),(56661,1241,119),(56662,1242,119),(56663,1243,119),(56664,1244,119),(56665,1245,119),(56666,1246,119),(56667,1247,119),(56668,1248,119),(56669,1249,119),(56670,1250,119),(56671,1251,119),(56672,1252,119),(56673,1253,119),(56674,1254,119),(56675,1255,119),(56676,1256,119),(56677,1257,119),(56678,1258,119),(56679,1259,119),(56680,1260,119),(56681,1261,119),(56682,1262,119),(56683,1263,119),(56684,1264,119),(56685,1265,119),(56686,1266,119),(56687,1267,119),(56688,1268,119),(56689,1269,119),(56690,1270,119),(56691,1271,119),(56692,1272,119),(56693,1273,119),(56694,1274,119),(56695,1275,119),(56696,1276,119),(56697,1277,119),(56698,1278,119),(56699,1279,119),(56700,1280,119),(56701,1281,119),(56702,1282,119),(56703,1283,119),(56704,1284,119),(56705,1285,119),(56706,5398,119),(56707,5732,119),(56708,5851,119),(56709,1286,119),(56710,1287,119),(56711,4248,119),(56712,4249,119),(56713,4250,119),(56714,4251,119),(56715,4252,119),(56716,4253,119),(56717,4254,119),(56718,4255,119),(56719,4256,119),(56720,4257,119),(56721,4258,119),(56722,4259,119),(56723,4620,119),(56724,4260,119),(56725,4261,119),(56726,1288,119),(56727,1289,119),(56728,1290,119),(56729,265,119),(56730,291,119),(56731,292,119),(56732,293,119),(56733,266,119),(56734,267,119),(56735,268,119),(56736,269,119),(56737,270,119),(56738,271,119),(56739,272,119),(56740,273,119),(56741,274,119),(56742,275,119),(56743,276,119),(56744,277,119),(56745,278,119),(56746,279,119),(56747,280,119),(56748,281,119),(56749,282,119),(56750,283,119),(56751,284,119),(56752,285,119),(56753,286,119),(56754,287,119),(56755,288,119),(56756,289,119),(56757,290,119),(56758,1545,119),(56759,2112,119),(56760,2113,119),(56761,2114,119),(56762,2115,119),(56763,2116,119),(56764,2117,119),(56765,2118,119),(56766,2119,119),(56767,2120,119),(56768,2121,119),(56769,2122,119),(56770,2123,119),(56771,2124,119),(56772,2125,119),(56773,2126,119),(56774,2127,119),(56775,2128,119),(56776,2129,119),(56777,2130,119),(56778,2131,119),(56779,2132,119),(56780,1544,119),(56781,2133,119),(56782,2134,119),(56783,2135,119),(56784,2136,119),(56785,2137,119),(56786,2138,119),(56787,2139,119),(56788,2140,119),(56789,2141,119),(56790,2142,119),(56791,2143,119),(56792,2144,119),(56793,65,119),(56794,1543,119),(56795,2145,119),(56796,2146,119),(56797,2147,119),(56798,2148,119),(56799,2149,119),(56800,2150,119),(56801,2151,119),(56802,2152,119),(56803,2153,119),(56804,2154,119),(56805,2155,119),(56806,2156,119),(56807,2157,119),(56808,2158,119),(56809,2159,119),(56810,2160,119),(56811,2161,119),(56812,2162,119),(56813,2163,119),(56814,2164,119),(56815,2165,119),(56816,2166,119),(56817,2167,119),(56818,2168,119),(56819,2169,119),(56820,2170,119),(56821,2171,119),(56822,2172,119),(56823,2173,119),(56824,2174,119),(56825,2175,119),(56826,2176,119),(56827,2177,119),(56828,2178,119),(56829,2179,119),(56830,2180,119),(56831,2181,119),(56832,2182,119),(56833,2183,119),(56834,2184,119),(56835,2185,119),(56836,2186,119),(56837,2187,119),(56838,2188,119),(56839,2189,119),(56840,2190,119),(56841,2191,119),(56842,2192,119),(56843,2193,119),(56844,2194,119),(56845,2195,119),(56846,2196,119),(56847,2197,119),(56848,2198,119),(56849,2199,119),(56850,1580,119),(56851,2200,119),(56852,2201,119),(56853,2202,119),(56854,2203,119),(56855,2204,119),(56856,2205,119),(56857,2206,119),(56858,2207,119),(56859,2208,119),(56860,2209,119),(56861,2210,119),(56862,2211,119),(56863,2212,119),(56864,2213,119),(56865,2214,119),(56866,32,119),(56867,33,119),(56868,34,119),(56869,35,119),(56870,36,119),(56871,37,119),(56872,38,119),(56873,2215,119),(56874,1588,119),(56875,1528,119),(56876,1503,119),(56877,2216,119),(56878,2217,119),(56879,1507,119),(56880,2218,119),(56881,2219,119),(56882,1509,119),(56883,2220,119),(56884,2221,119),(56885,2222,119),(56886,2223,119),(56887,2224,119),(56888,2225,119),(56889,1342,119),(56890,1343,119),(56891,2226,119),(56892,2227,119),(56893,2228,119),(56894,2229,119),(56895,2230,119),(56896,2231,119),(56897,2232,119),(56898,2233,119),(56899,2234,119),(56900,1344,119),(56901,404,119),(56902,405,119),(56903,406,119),(56904,101,119),(56905,369,119),(56906,370,119),(56907,476,119),(56908,477,119),(56909,478,119),(56910,479,119),(56911,480,119),(56912,481,119),(56913,482,119),(56914,483,119),(56915,484,119),(56916,485,119),(56917,486,119),(56918,487,119),(56919,457,119),(56920,458,119),(56921,459,119),(56922,387,119),(56923,340,119),(56924,341,119),(56925,342,119),(56926,343,119),(56927,344,119),(56928,346,119),(56929,347,119),(56930,348,119),(56931,349,119),(56932,350,119),(56933,351,119),(56934,352,119),(56935,353,119),(56936,354,119),(56937,355,119),(56938,356,119),(56939,357,119),(56940,358,119),(56941,359,119),(56942,360,119),(56943,2235,119),(56944,2236,119),(56945,2237,119),(56946,2238,119),(56947,2239,119),(56948,2240,119),(56949,2241,119),(56950,2242,119),(56951,2243,119),(56952,2244,119),(56953,2245,119),(56954,2246,119),(56955,2247,119),(56956,2248,119),(56957,1345,119),(56958,1346,119),(56959,1347,119),(56960,1348,119),(56961,2249,119),(56962,2250,119),(56963,2251,119),(56964,1092,119),(56965,2252,119),(56966,2253,119),(56967,5350,119),(56968,5351,119),(56969,5352,119),(56970,5353,119),(56971,5354,119),(56972,5355,119),(56973,5356,119),(56974,5357,119),(56975,1349,119),(56976,1350,119),(56977,1351,119),(56978,1352,119),(56979,1353,119),(56980,1354,119),(56981,1355,119),(56982,1356,119),(56983,1357,119),(56984,1358,119),(56985,1359,119),(56986,1360,119),(56987,1361,119),(56988,1362,119),(56989,1363,119),(56990,1364,119),(56991,1365,119),(56992,1366,119),(56993,1367,119),(56994,1368,119),(56995,1369,119),(56996,4993,119),(56997,4994,119),(56998,5358,119),(56999,5359,119),(57000,1523,119),(57001,1524,119),(57002,1525,119),(57003,1526,119),(57004,1570,119),(57005,1370,119),(57006,1371,119),(57007,1372,119),(57008,2254,119),(57009,2255,119),(57010,1531,119),(57011,2256,119),(57012,2257,119),(57013,2258,119),(57014,2259,119),(57015,1535,119),(57016,1536,119),(57017,1373,119),(57018,1374,119),(57019,1375,119),(57020,6057,119),(57021,2260,119),(57022,2261,119),(57023,2262,119),(57024,2263,119),(57025,3462,119),(57026,1539,119),(57027,2264,119),(57028,2265,119),(57029,2266,119),(57030,2267,119),(57031,2268,119),(57032,2269,119),(57033,2270,119),(57034,2271,119),(57035,2272,119),(57036,2273,119),(57037,2274,119),(57038,2275,119),(57039,2276,119),(57040,2277,119),(57041,2278,119),(57042,2279,119),(57043,2280,119),(57044,2281,119),(57045,2282,119),(57046,2283,119),(57047,2284,119),(57048,2285,119),(57049,2286,119),(57050,2287,119),(57051,2288,119),(57052,2289,119),(57053,2290,119),(57054,2291,119),(57055,2292,119),(57056,2293,119),(57057,2294,119),(57058,2295,119),(57059,2296,119),(57060,2297,119),(57061,2298,119),(57062,2299,119),(57063,2300,119),(57064,2301,119),(57065,2302,119),(57066,2303,119),(57067,2304,119),(57068,2305,119),(57069,2306,119),(57070,2307,119),(57071,2308,119),(57072,2309,119),(57073,2310,119),(57074,2311,119),(57075,2312,119),(57076,2313,119),(57077,2314,119),(57078,2315,119),(57079,2316,119),(57080,2317,119),(57081,2318,119),(57082,1094,119),(57083,2319,119),(57084,2320,119),(57085,2321,119),(57086,2322,119),(57087,2323,119),(57088,2324,119),(57089,2325,119),(57090,2326,119),(57091,2327,119),(57092,2328,119),(57093,2329,119),(57094,2330,119),(57095,2331,119),(57096,2332,119),(57097,2333,119),(57098,2334,119),(57099,2335,119),(57100,2336,119),(57101,2337,119),(57102,2338,119),(57103,2339,119),(57104,2340,119),(57105,2341,119),(57106,2342,119),(57107,2343,119),(57108,2344,119),(57109,2345,119),(57110,2346,119),(57111,2347,119),(57112,2348,119),(57113,2349,119),(57114,2350,119),(57115,2351,119),(57116,2352,119),(57117,2353,119),(57118,2354,119),(57119,2355,119),(57120,2356,119),(57121,2357,119),(57122,2358,119),(57123,2359,119),(57124,2360,119),(57125,2361,119),(57126,2362,119),(57127,2363,119),(57128,2364,119),(57129,2365,119),(57130,2366,119),(57131,2367,119),(57132,2368,119),(57133,2369,119),(57134,2370,119),(57135,2371,119),(57136,2372,119),(57137,2373,119),(57138,2374,119),(57139,2375,119),(57140,2376,119),(57141,2377,119),(57142,2378,119),(57143,2379,119),(57144,2380,119),(57145,2381,119),(57146,2382,119),(57147,2383,119),(57148,2384,119),(57149,2385,119),(57150,2386,119),(57151,2387,119),(57152,2388,119),(57153,2389,119),(57154,2390,119),(57155,2391,119),(57156,2392,119),(57157,2393,119),(57158,2394,119),(57159,2395,119),(57160,2396,119),(57161,2397,119),(57162,2398,119),(57163,2399,119),(57164,2400,119),(57165,2401,119),(57166,2402,119),(57167,2403,119),(57168,2404,119),(57169,2405,119),(57170,2406,119),(57171,2407,119),(57172,2408,119),(57173,2409,119),(57174,2410,119),(57175,2411,119),(57176,2412,119),(57177,2413,119),(57178,2414,119),(57179,2415,119),(57180,2416,119),(57181,2417,119),(57182,2418,119),(57183,2419,119),(57184,2420,119),(57185,2421,119),(57186,2422,119),(57187,2423,119),(57188,2424,119),(57189,2425,119),(57190,2426,119),(57191,2427,119),(57192,2428,119),(57193,2429,119),(57194,2430,119),(57195,2431,119),(57196,2432,119),(57197,2433,119),(57198,2434,119),(57199,2435,119),(57200,2436,119),(57201,2437,119),(57202,2438,119),(57203,2439,119),(57204,2440,119),(57205,2441,119),(57206,2442,119),(57207,2443,119),(57208,2444,119),(57209,2445,119),(57210,2446,119),(57211,2447,119),(57212,2448,119),(57213,2449,119),(57214,2450,119),(57215,2451,119),(57216,2452,119),(57217,2453,119),(57218,2454,119),(57219,2455,119),(57220,2456,119),(57221,2457,119),(57222,2458,119),(57223,2459,119),(57224,2460,119),(57225,2461,119),(57226,2462,119),(57227,2463,119),(57228,2464,119),(57229,2465,119),(57230,2466,119),(57231,2467,119),(57232,2468,119),(57233,2469,119),(57234,2470,119),(57235,2471,119),(57236,2472,119),(57237,2473,119),(57238,2474,119),(57239,4898,119),(57240,2476,119),(57241,2477,119),(57242,2478,119),(57243,3463,119),(57244,2482,119),(57245,2483,119),(57246,2484,119),(57247,2485,119),(57248,2486,119),(57249,2487,119),(57250,2488,119),(57251,2489,119),(57252,2529,119),(57253,3464,119),(57254,1573,119),(57255,1554,119),(57256,1555,119),(57257,1556,119),(57258,1557,119),(57259,1558,119),(57260,1559,119),(57261,1560,119),(57262,3465,119),(57263,2491,119),(57264,2492,119),(57265,2493,119),(57266,2495,119),(57267,2496,119),(57268,1607,119),(57269,2497,119),(57270,2498,119),(57271,1606,119),(57272,2499,119),(57273,2500,119),(57274,2501,119),(57275,2502,119),(57276,3893,119),(57277,2507,119),(57278,2508,119),(57279,1589,119),(57280,1590,119),(57281,1591,119),(57282,1592,119),(57283,1593,119),(57284,1594,119),(57285,2641,119),(57286,1540,119),(57287,2509,119),(57288,1598,119),(57289,1601,119),(57290,1602,119),(57291,1600,119),(57292,2510,119),(57293,126,119),(57294,2655,119),(57295,2662,119),(57296,2663,119),(57297,6043,119),(57298,5346,119),(57299,5428,119),(57300,5429,119),(57301,5430,119),(57302,5431,119),(57303,5432,119),(57304,5433,119),(57305,5434,119),(57306,5435,119),(57307,5436,119),(57308,5437,119),(57309,5438,119),(57310,5439,119),(57311,5440,119),(57312,5441,119),(57313,5442,119),(57314,5443,119),(57315,5444,119),(57316,5445,119),(57317,5446,119),(57318,5447,119),(57319,5448,119),(57320,5449,119),(57321,5450,119),(57322,5451,119),(57323,5452,119),(57324,5453,119),(57325,5454,119),(57326,5455,119),(57327,5456,119),(57328,5457,119),(57329,5458,119),(57330,5459,119),(57331,5460,119),(57332,5461,119),(57333,5462,119),(57334,5463,119),(57335,5464,119),(57336,5465,119),(57337,5466,119),(57338,5467,119),(57339,5468,119),(57340,5469,119),(57341,5470,119),(57342,5471,119),(57343,5472,119),(57344,5473,119),(57345,5474,119),(57346,5475,119),(57347,5476,119),(57348,5477,119),(57349,5478,119),(57350,5479,119),(57351,5480,119),(57352,5481,119),(57353,5482,119),(57354,5483,119),(57355,5484,119),(57356,5485,119),(57357,5486,119),(57358,5487,119),(57359,5488,119),(57360,5489,119),(57361,5490,119),(57362,5491,119),(57363,5492,119),(57364,5493,119),(57365,5494,119),(57366,5495,119),(57367,5496,119),(57368,5497,119),(57369,5498,119),(57370,5499,119),(57371,5500,119),(57372,5501,119),(57373,5502,119),(57374,5503,119),(57375,5504,119),(57376,5505,119),(57377,5506,119),(57378,5507,119),(57379,5508,119),(57380,5509,119),(57381,5510,119),(57382,5511,119),(57383,5512,119),(57384,5513,119),(57385,5514,119),(57386,5515,119),(57387,5516,119),(57388,5517,119),(57389,5518,119),(57390,5519,119),(57391,5520,119),(57392,5521,119),(57393,5522,119),(57394,5523,119),(57395,5524,119),(57396,5525,119),(57397,5526,119),(57398,5527,119),(57399,5528,119),(57400,5529,119),(57401,5530,119),(57402,5531,119),(57403,5532,119),(57404,5533,119),(57405,5534,119),(57406,5535,119),(57407,5536,119),(57408,5537,119),(57409,5538,119),(57410,5539,119),(57411,5540,119),(57412,5541,119),(57413,5542,119),(57414,5543,119),(57415,5544,119),(57416,5545,119),(57417,5546,119),(57418,5547,119),(57419,5548,119),(57420,5549,119),(57421,5550,119),(57422,5551,119),(57423,6044,119),(57424,5942,119),(57425,5943,119),(57426,5944,119),(57427,5945,119),(57428,5946,119),(57429,5947,119),(57430,5948,119),(57431,5949,119),(57432,5950,119),(57433,5951,119),(57434,5952,119),(57435,5953,119),(57436,5954,119),(57437,5955,119),(57438,5956,119),(57439,5957,119),(57440,5958,119),(57441,5959,119),(57442,5960,119),(57443,5961,119),(57444,5962,119),(57445,5963,119),(57446,5964,119),(57447,5965,119),(57448,5966,119),(57449,5967,119),(57450,5968,119),(57451,5969,119),(57452,5970,119),(57453,5971,119),(57454,5972,119),(57455,5973,119),(57456,5974,119),(57457,5975,119),(57458,5976,119),(57459,5977,119),(57460,5978,119),(57461,5979,119),(57462,5980,119),(57463,5981,119),(57464,5982,119),(57465,5983,119),(57466,5984,119),(57467,5552,119),(57468,2517,119),(57469,2518,119),(57470,2519,119),(57471,1595,119),(57472,2524,119),(57473,2525,119),(57474,2526,119),(57475,2527,119),(57476,2528,119),(57477,2530,119),(57478,2531,119),(57479,2532,119),(57480,2533,119),(57481,2534,119),(57482,2535,119),(57483,2536,119),(57484,2537,119),(57485,1500,119),(57486,1501,119),(57487,2538,119),(57488,2539,119),(57489,2540,119),(57490,2541,119),(57491,2542,119),(57492,2543,119),(57493,2544,119),(57494,2545,119),(57495,2546,119),(57496,2547,119),(57497,1488,119),(57498,1489,119),(57499,4012,119),(57500,4013,119),(57501,2548,119),(57502,2549,119),(57503,2550,119),(57504,2551,119),(57505,2552,119),(57506,2553,119),(57507,2554,119),(57508,2555,119),(57509,2556,119),(57510,2557,119),(57511,2558,119),(57512,2559,119),(57513,2560,119),(57514,2561,119),(57515,2562,119),(57516,2563,119),(57517,2564,119),(57518,2565,119),(57519,2566,119),(57520,2567,119),(57521,2568,119),(57522,2569,119),(57523,2570,119),(57524,2571,119),(57525,2572,119),(57526,2573,119),(57527,2574,119),(57528,2575,119),(57529,2576,119),(57530,2577,119),(57531,2578,119),(57532,2579,119),(57533,2580,119),(57534,2581,119),(57535,2582,119),(57536,2583,119),(57537,2584,119),(57538,2585,119),(57539,2586,119),(57540,2587,119),(57541,2588,119),(57542,2589,119),(57543,2590,119),(57544,2591,119),(57545,2592,119),(57546,2593,119),(57547,2594,119),(57548,2595,119),(57549,2596,119),(57550,1532,119),(57551,2597,119),(57552,2598,119),(57553,2599,119),(57554,2600,119),(57555,2601,119),(57556,2602,119),(57557,2603,119),(57558,2604,119),(57559,2605,119),(57560,2606,119),(57561,2607,119),(57562,2608,119),(57563,2609,119),(57564,2610,119),(57565,2611,119),(57566,2612,119),(57567,2613,119),(57568,2614,119),(57569,2615,119),(57570,2616,119),(57571,2617,119),(57572,2618,119),(57573,2619,119),(57574,2620,119),(57575,2621,119),(57576,2622,119),(57577,2623,119),(57578,2624,119),(57579,2625,119),(57580,2626,119),(57581,2627,119),(57582,2628,119),(57583,2629,119),(57584,2630,119),(57585,2631,119),(57586,2632,119),(57587,2633,119),(57588,2634,119),(57589,2635,119),(57590,2636,119),(57591,1490,119),(57592,1491,119),(57593,1492,119),(57594,2637,119),(57595,2638,119),(57596,2639,119),(57597,2640,119),(57598,1291,120),(57599,1292,120),(57600,1293,120),(57601,1294,120),(57602,1295,120),(57603,3906,120),(57604,1297,120),(57605,1298,120),(57606,1240,120),(57607,1299,120),(57608,1300,120),(57609,1301,120),(57610,1302,120),(57611,1303,120),(57612,1304,120),(57613,1305,120),(57614,1306,120),(57615,1307,120),(57616,1308,120),(57617,3653,120),(57618,1309,120),(57619,1310,120),(57620,1311,120),(57621,1312,120),(57622,1313,120),(57623,1314,120),(57624,1315,120),(57625,1316,120),(57626,1317,120),(57627,1318,120),(57628,1319,120),(57629,1320,120),(57630,1321,120),(57631,1322,120),(57632,1323,120),(57633,1324,120),(57634,1325,120),(57635,1326,120),(57636,1327,120),(57637,3594,120),(57638,4242,120),(57639,4243,120),(57640,4244,120),(57641,4245,120),(57642,4246,120),(57643,4247,120),(57644,86,120),(57645,83,120),(57646,87,120),(57647,4595,120),(57648,4596,120),(57649,4597,120),(57650,4598,120),(57651,4599,120),(57652,4600,120),(57653,4601,120),(57654,4602,120),(57655,4603,120),(57656,4604,120),(57657,1328,120),(57658,6160,120),(57659,1330,120),(57660,1331,120),(57661,1332,120),(57662,1333,120),(57663,1334,120),(57664,1335,120),(57665,1336,120),(57666,5339,120),(57667,5340,120),(57668,5341,120),(57669,6056,120),(57670,5342,120),(57671,5343,120),(57672,5344,120),(57673,5345,120),(57674,1337,120),(57675,1338,120),(57676,1339,120),(57677,5347,120),(57678,1340,120),(57679,1341,120),(57680,1218,120),(57681,1219,120),(57682,1220,120),(57683,1221,120),(57684,1222,120),(57685,1223,120),(57686,1224,120),(57687,1225,120),(57688,1226,120),(57689,1227,120),(57690,1228,120),(57691,1229,120),(57692,1230,120),(57693,1231,120),(57694,1232,120),(57695,1233,120),(57696,1234,120),(57697,1235,120),(57698,1236,120),(57699,1237,120),(57700,1238,120),(57701,1239,120),(57702,1241,120),(57703,1242,120),(57704,1243,120),(57705,1244,120),(57706,1245,120),(57707,1246,120),(57708,1247,120),(57709,1248,120),(57710,1249,120),(57711,1250,120),(57712,1251,120),(57713,1252,120),(57714,1253,120),(57715,1254,120),(57716,1255,120),(57717,1256,120),(57718,1257,120),(57719,1258,120),(57720,1259,120),(57721,1260,120),(57722,1261,120),(57723,1262,120),(57724,1263,120),(57725,1264,120),(57726,1265,120),(57727,1266,120),(57728,1267,120),(57729,1268,120),(57730,1269,120),(57731,1270,120),(57732,1271,120),(57733,1272,120),(57734,1273,120),(57735,1274,120),(57736,1275,120),(57737,1276,120),(57738,1277,120),(57739,1278,120),(57740,1279,120),(57741,1280,120),(57742,1281,120),(57743,1282,120),(57744,1283,120),(57745,1284,120),(57746,1285,120),(57747,5398,120),(57748,5732,120),(57749,5851,120),(57750,1286,120),(57751,1287,120),(57752,4248,120),(57753,4249,120),(57754,4250,120),(57755,4251,120),(57756,4252,120),(57757,4253,120),(57758,4254,120),(57759,4255,120),(57760,4256,120),(57761,4257,120),(57762,4258,120),(57763,4259,120),(57764,4620,120),(57765,4260,120),(57766,4261,120),(57767,1288,120),(57768,1289,120),(57769,1290,120),(57770,265,120),(57771,291,120),(57772,292,120),(57773,293,120),(57774,266,120),(57775,267,120),(57776,268,120),(57777,269,120),(57778,270,120),(57779,271,120),(57780,272,120),(57781,273,120),(57782,274,120),(57783,275,120),(57784,276,120),(57785,277,120),(57786,278,120),(57787,279,120),(57788,280,120),(57789,281,120),(57790,282,120),(57791,283,120),(57792,284,120),(57793,285,120),(57794,286,120),(57795,287,120),(57796,288,120),(57797,289,120),(57798,290,120),(57799,1545,120),(57800,2112,120),(57801,2113,120),(57802,2114,120),(57803,2115,120),(57804,2116,120),(57805,2117,120),(57806,2118,120),(57807,2119,120),(57808,2120,120),(57809,2121,120),(57810,2122,120),(57811,2123,120),(57812,2124,120),(57813,2125,120),(57814,2126,120),(57815,2127,120),(57816,2128,120),(57817,2129,120),(57818,2130,120),(57819,2131,120),(57820,2132,120),(57821,1544,120),(57822,2133,120),(57823,2134,120),(57824,2135,120),(57825,2136,120),(57826,2137,120),(57827,2138,120),(57828,2139,120),(57829,2140,120),(57830,2141,120),(57831,2142,120),(57832,2143,120),(57833,2144,120),(57834,65,120),(57835,1543,120),(57836,2145,120),(57837,2146,120),(57838,2147,120),(57839,2148,120),(57840,2149,120),(57841,2150,120),(57842,2151,120),(57843,2152,120),(57844,2153,120),(57845,2154,120),(57846,2155,120),(57847,2156,120),(57848,2157,120),(57849,2158,120),(57850,2159,120),(57851,2160,120),(57852,2161,120),(57853,2162,120),(57854,2163,120),(57855,2164,120),(57856,2165,120),(57857,2166,120),(57858,2167,120),(57859,2168,120),(57860,2169,120),(57861,2170,120),(57862,2171,120),(57863,2172,120),(57864,2173,120),(57865,2174,120),(57866,2175,120),(57867,2176,120),(57868,2177,120),(57869,2178,120),(57870,2179,120),(57871,2180,120),(57872,2181,120),(57873,2182,120),(57874,2183,120),(57875,2184,120),(57876,2185,120),(57877,2186,120),(57878,2187,120),(57879,2188,120),(57880,2189,120),(57881,2190,120),(57882,2191,120),(57883,2192,120),(57884,2193,120),(57885,2194,120),(57886,2195,120),(57887,2196,120),(57888,2197,120),(57889,2198,120),(57890,2199,120),(57891,1580,120),(57892,2200,120),(57893,2201,120),(57894,2202,120),(57895,2203,120),(57896,2204,120),(57897,2205,120),(57898,2206,120),(57899,2207,120),(57900,2208,120),(57901,2209,120),(57902,2210,120),(57903,2211,120),(57904,2212,120),(57905,2213,120),(57906,2214,120),(57907,32,120),(57908,33,120),(57909,34,120),(57910,35,120),(57911,36,120),(57912,37,120),(57913,38,120),(57914,2215,120),(57915,1588,120),(57916,1528,120),(57917,1503,120),(57918,2216,120),(57919,2217,120),(57920,1507,120),(57921,2218,120),(57922,2219,120),(57923,1509,120),(57924,2220,120),(57925,2221,120),(57926,2222,120),(57927,2223,120),(57928,2224,120),(57929,2225,120),(57930,1342,120),(57931,1343,120),(57932,2226,120),(57933,2227,120),(57934,2228,120),(57935,2229,120),(57936,2230,120),(57937,2231,120),(57938,2232,120),(57939,2233,120),(57940,2234,120),(57941,1344,120),(57942,404,120),(57943,405,120),(57944,406,120),(57945,101,120),(57946,369,120),(57947,370,120),(57948,476,120),(57949,477,120),(57950,478,120),(57951,479,120),(57952,480,120),(57953,481,120),(57954,482,120),(57955,483,120),(57956,484,120),(57957,485,120),(57958,486,120),(57959,487,120),(57960,457,120),(57961,458,120),(57962,459,120),(57963,387,120),(57964,340,120),(57965,341,120),(57966,342,120),(57967,343,120),(57968,344,120),(57969,346,120),(57970,347,120),(57971,348,120),(57972,349,120),(57973,350,120),(57974,351,120),(57975,352,120),(57976,353,120),(57977,354,120),(57978,355,120),(57979,356,120),(57980,357,120),(57981,358,120),(57982,359,120),(57983,360,120),(57984,2235,120),(57985,2236,120),(57986,2237,120),(57987,2238,120),(57988,2239,120),(57989,2240,120),(57990,2241,120),(57991,2242,120),(57992,2243,120),(57993,2244,120),(57994,2245,120),(57995,2246,120),(57996,2247,120),(57997,2248,120),(57998,1345,120),(57999,1346,120),(58000,1347,120),(58001,1348,120),(58002,2249,120),(58003,2250,120),(58004,2251,120),(58005,1092,120),(58006,2252,120),(58007,2253,120),(58008,5350,120),(58009,5351,120),(58010,5352,120),(58011,5353,120),(58012,5354,120),(58013,5355,120),(58014,5356,120),(58015,5357,120),(58016,1349,120),(58017,1350,120),(58018,1351,120),(58019,1352,120),(58020,1353,120),(58021,1354,120),(58022,1355,120),(58023,1356,120),(58024,1357,120),(58025,1358,120),(58026,1359,120),(58027,1360,120),(58028,1361,120),(58029,1362,120),(58030,1363,120),(58031,1364,120),(58032,1365,120),(58033,1366,120),(58034,1367,120),(58035,1368,120),(58036,1369,120),(58037,4993,120),(58038,4994,120),(58039,5358,120),(58040,5359,120),(58041,1523,120),(58042,1524,120),(58043,1525,120),(58044,1526,120),(58045,1570,120),(58046,1370,120),(58047,1371,120),(58048,1372,120),(58049,2254,120),(58050,2255,120),(58051,1531,120),(58052,2256,120),(58053,2257,120),(58054,2258,120),(58055,2259,120),(58056,1535,120),(58057,1536,120),(58058,1373,120),(58059,1374,120),(58060,1375,120),(58061,6057,120),(58062,2260,120),(58063,2261,120),(58064,2262,120),(58065,2263,120),(58066,3462,120),(58067,1539,120),(58068,2264,120),(58069,2265,120),(58070,2266,120),(58071,2267,120),(58072,2268,120),(58073,2269,120),(58074,2270,120),(58075,2271,120),(58076,2272,120),(58077,2273,120),(58078,2274,120),(58079,2275,120),(58080,2276,120),(58081,2277,120),(58082,2278,120),(58083,2279,120),(58084,2280,120),(58085,2281,120),(58086,2282,120),(58087,2283,120),(58088,2284,120),(58089,2285,120),(58090,2286,120),(58091,2287,120),(58092,2288,120),(58093,2289,120),(58094,2290,120),(58095,2291,120),(58096,2292,120),(58097,2293,120),(58098,2294,120),(58099,2295,120),(58100,2296,120),(58101,2297,120),(58102,2298,120),(58103,2299,120),(58104,2300,120),(58105,2301,120),(58106,2302,120),(58107,2303,120),(58108,2304,120),(58109,2305,120),(58110,2306,120),(58111,2307,120),(58112,2308,120),(58113,2309,120),(58114,2310,120),(58115,2311,120),(58116,2312,120),(58117,2313,120),(58118,2314,120),(58119,2315,120),(58120,2316,120),(58121,2317,120),(58122,2318,120),(58123,1094,120),(58124,2319,120),(58125,2320,120),(58126,2321,120),(58127,2322,120),(58128,2323,120),(58129,2324,120),(58130,2325,120),(58131,2326,120),(58132,2327,120),(58133,2328,120),(58134,2329,120),(58135,2330,120),(58136,2331,120),(58137,2332,120),(58138,2333,120),(58139,2334,120),(58140,2335,120),(58141,2336,120),(58142,2337,120),(58143,2338,120),(58144,2339,120),(58145,2340,120),(58146,2341,120),(58147,2342,120),(58148,2343,120),(58149,2344,120),(58150,2345,120),(58151,2346,120),(58152,2347,120),(58153,2348,120),(58154,2349,120),(58155,2350,120),(58156,2351,120),(58157,2352,120),(58158,2353,120),(58159,2354,120),(58160,2355,120),(58161,2356,120),(58162,2357,120),(58163,2358,120),(58164,2359,120),(58165,2360,120),(58166,2361,120),(58167,2362,120),(58168,2363,120),(58169,2364,120),(58170,2365,120),(58171,2366,120),(58172,2367,120),(58173,2368,120),(58174,2369,120),(58175,2370,120),(58176,2371,120),(58177,2372,120),(58178,2373,120),(58179,2374,120),(58180,2375,120),(58181,2376,120),(58182,2377,120),(58183,2378,120),(58184,2379,120),(58185,2380,120),(58186,2381,120),(58187,2382,120),(58188,2383,120),(58189,2384,120),(58190,2385,120),(58191,2386,120),(58192,2387,120),(58193,2388,120),(58194,2389,120),(58195,2390,120),(58196,2391,120),(58197,2392,120),(58198,2393,120),(58199,2394,120),(58200,2395,120),(58201,2396,120),(58202,2397,120),(58203,2398,120),(58204,2399,120),(58205,2400,120),(58206,2401,120),(58207,2402,120),(58208,2403,120),(58209,2404,120),(58210,2405,120),(58211,2406,120),(58212,2407,120),(58213,2408,120),(58214,2409,120),(58215,2410,120),(58216,2411,120),(58217,2412,120),(58218,2413,120),(58219,2414,120),(58220,2415,120),(58221,2416,120),(58222,2417,120),(58223,2418,120),(58224,2419,120),(58225,2420,120),(58226,2421,120),(58227,2422,120),(58228,2423,120),(58229,2424,120),(58230,2425,120),(58231,2426,120),(58232,2427,120),(58233,2428,120),(58234,2429,120),(58235,2430,120),(58236,2431,120),(58237,2432,120),(58238,2433,120),(58239,2434,120),(58240,2435,120),(58241,2436,120),(58242,2437,120),(58243,2438,120),(58244,2439,120),(58245,2440,120),(58246,2441,120),(58247,2442,120),(58248,2443,120),(58249,2444,120),(58250,2445,120),(58251,2446,120),(58252,2447,120),(58253,2448,120),(58254,2449,120),(58255,2450,120),(58256,2451,120),(58257,2452,120),(58258,2453,120),(58259,2454,120),(58260,2455,120),(58261,2456,120),(58262,2457,120),(58263,2458,120),(58264,2459,120),(58265,2460,120),(58266,2461,120),(58267,2462,120),(58268,2463,120),(58269,2464,120),(58270,2465,120),(58271,2466,120),(58272,2467,120),(58273,2468,120),(58274,2469,120),(58275,2470,120),(58276,2471,120),(58277,2472,120),(58278,2473,120),(58279,2474,120),(58280,2475,120),(58281,2476,120),(58282,2477,120),(58283,2478,120),(58284,3463,120),(58285,2482,120),(58286,2483,120),(58287,2484,120),(58288,2485,120),(58289,2486,120),(58290,2487,120),(58291,2488,120),(58292,2489,120),(58293,2529,120),(58294,3464,120),(58295,1573,120),(58296,1554,120),(58297,1555,120),(58298,1556,120),(58299,1557,120),(58300,1558,120),(58301,1559,120),(58302,1560,120),(58303,3465,120),(58304,2491,120),(58305,2492,120),(58306,2493,120),(58307,2494,120),(58308,2495,120),(58309,2496,120),(58310,2497,120),(58311,2498,120),(58312,1606,120),(58313,1607,120),(58314,2499,120),(58315,2500,120),(58316,2501,120),(58317,2502,120),(58318,2503,120),(58319,2507,120),(58320,2508,120),(58321,1589,120),(58322,1590,120),(58323,1591,120),(58324,1592,120),(58325,1593,120),(58326,1594,120),(58327,2641,120),(58328,1540,120),(58329,2509,120),(58330,1598,120),(58331,1601,120),(58332,1602,120),(58333,1600,120),(58334,2510,120),(58335,126,120),(58336,2655,120),(58337,2662,120),(58338,2663,120),(58339,6043,120),(58340,5346,120),(58341,5428,120),(58342,5429,120),(58343,5430,120),(58344,5431,120),(58345,5432,120),(58346,5433,120),(58347,5434,120),(58348,5435,120),(58349,5436,120),(58350,5437,120),(58351,5438,120),(58352,5439,120),(58353,5440,120),(58354,5441,120),(58355,5442,120),(58356,5443,120),(58357,5444,120),(58358,5445,120),(58359,5446,120),(58360,5447,120),(58361,5448,120),(58362,5449,120),(58363,5450,120),(58364,5451,120),(58365,5452,120),(58366,5453,120),(58367,5454,120),(58368,5455,120),(58369,5456,120),(58370,5457,120),(58371,5458,120),(58372,5459,120),(58373,5460,120),(58374,5461,120),(58375,5462,120),(58376,5463,120),(58377,5464,120),(58378,5465,120),(58379,5466,120),(58380,5467,120),(58381,5468,120),(58382,5469,120),(58383,5470,120),(58384,5471,120),(58385,5472,120),(58386,5473,120),(58387,5474,120),(58388,5475,120),(58389,5476,120),(58390,5477,120),(58391,5478,120),(58392,5479,120),(58393,5480,120),(58394,5481,120),(58395,5482,120),(58396,5483,120),(58397,5484,120),(58398,5485,120),(58399,5486,120),(58400,5487,120),(58401,5488,120),(58402,5489,120),(58403,5490,120),(58404,5491,120),(58405,5492,120),(58406,5493,120),(58407,5494,120),(58408,5495,120),(58409,5496,120),(58410,5497,120),(58411,5498,120),(58412,5499,120),(58413,5500,120),(58414,5501,120),(58415,5502,120),(58416,5503,120),(58417,5504,120),(58418,5505,120),(58419,5506,120),(58420,5507,120),(58421,5508,120),(58422,5509,120),(58423,5510,120),(58424,5511,120),(58425,5512,120),(58426,5513,120),(58427,5514,120),(58428,5515,120),(58429,5516,120),(58430,5517,120),(58431,5518,120),(58432,5519,120),(58433,5520,120),(58434,5521,120),(58435,5522,120),(58436,5523,120),(58437,5524,120),(58438,5525,120),(58439,5526,120),(58440,5527,120),(58441,5528,120),(58442,5529,120),(58443,5530,120),(58444,5531,120),(58445,5532,120),(58446,5533,120),(58447,5534,120),(58448,5535,120),(58449,5536,120),(58450,5537,120),(58451,5538,120),(58452,5539,120),(58453,5540,120),(58454,5541,120),(58455,5542,120),(58456,5543,120),(58457,5544,120),(58458,5545,120),(58459,5546,120),(58460,5547,120),(58461,5548,120),(58462,5549,120),(58463,5550,120),(58464,5551,120),(58465,6044,120),(58466,5942,120),(58467,5943,120),(58468,5944,120),(58469,5945,120),(58470,5946,120),(58471,5947,120),(58472,5948,120),(58473,5949,120),(58474,5950,120),(58475,5951,120),(58476,5952,120),(58477,5953,120),(58478,5954,120),(58479,5955,120),(58480,5956,120),(58481,5957,120),(58482,5958,120),(58483,5959,120),(58484,5960,120),(58485,5961,120),(58486,5962,120),(58487,5963,120),(58488,5964,120),(58489,5965,120),(58490,5966,120),(58491,5967,120),(58492,5968,120),(58493,5969,120),(58494,5970,120),(58495,5971,120),(58496,5972,120),(58497,5973,120),(58498,5974,120),(58499,5975,120),(58500,5976,120),(58501,5977,120),(58502,5978,120),(58503,5979,120),(58504,5980,120),(58505,5981,120),(58506,5982,120),(58507,5983,120),(58508,5984,120),(58509,5552,120),(58510,2517,120),(58511,2518,120),(58512,2519,120),(58513,2520,120),(58514,1500,120),(58515,1501,120),(58516,2521,120),(58517,2522,120),(58518,2523,120),(58519,1595,120),(58520,2524,120),(58521,2525,120),(58522,2526,120),(58523,2527,120),(58524,2528,120),(58525,2530,120),(58526,2531,120),(58527,2532,120),(58528,2533,120),(58529,2534,120),(58530,2535,120),(58531,2536,120),(58532,2537,120),(58533,2538,120),(58534,2539,120),(58535,2540,120),(58536,2541,120),(58537,2542,120),(58538,2543,120),(58539,2544,120),(58540,2545,120),(58541,2546,120),(58542,2547,120),(58543,1488,120),(58544,1489,120),(58545,4012,120),(58546,4013,120),(58547,2548,120),(58548,2549,120),(58549,2550,120),(58550,2551,120),(58551,2552,120),(58552,2553,120),(58553,2554,120),(58554,2555,120),(58555,2556,120),(58556,2557,120),(58557,2558,120),(58558,2559,120),(58559,2560,120),(58560,2561,120),(58561,2562,120),(58562,2563,120),(58563,2564,120),(58564,2565,120),(58565,2566,120),(58566,2567,120),(58567,2568,120),(58568,2569,120),(58569,2570,120),(58570,2571,120),(58571,2572,120),(58572,2573,120),(58573,2574,120),(58574,2575,120),(58575,2576,120),(58576,2577,120),(58577,2578,120),(58578,2579,120),(58579,2580,120),(58580,2581,120),(58581,2582,120),(58582,2583,120),(58583,2584,120),(58584,2585,120),(58585,2586,120),(58586,2587,120),(58587,2588,120),(58588,2589,120),(58589,2590,120),(58590,2591,120),(58591,2592,120),(58592,2593,120),(58593,2594,120),(58594,2595,120),(58595,2596,120),(58596,1532,120),(58597,2597,120),(58598,2598,120),(58599,2599,120),(58600,2600,120),(58601,2601,120),(58602,2602,120),(58603,2603,120),(58604,2604,120),(58605,2605,120),(58606,2606,120),(58607,2607,120),(58608,2608,120),(58609,2609,120),(58610,2610,120),(58611,2611,120),(58612,2612,120),(58613,2613,120),(58614,2614,120),(58615,2615,120),(58616,2616,120),(58617,2617,120),(58618,2618,120),(58619,2619,120),(58620,2620,120),(58621,2621,120),(58622,2622,120),(58623,2623,120),(58624,2624,120),(58625,2625,120),(58626,2626,120),(58627,2627,120),(58628,2628,120),(58629,2629,120),(58630,2630,120),(58631,2631,120),(58632,2632,120),(58633,2633,120),(58634,2634,120),(58635,2635,120),(58636,2636,120),(58637,1490,120),(58638,1491,120),(58639,1492,120),(58640,2637,120),(58641,2638,120),(58642,2639,120),(58643,2640,120),(58644,1218,121),(58645,1219,121),(58646,1220,121),(58647,1221,121),(58648,1222,121),(58649,1223,121),(58650,1224,121),(58651,1225,121),(58652,1226,121),(58653,1227,121),(58654,1228,121),(58655,1229,121),(58656,1230,121),(58657,1231,121),(58658,1232,121),(58659,1233,121),(58660,1234,121),(58661,1235,121),(58662,1236,121),(58663,1237,121),(58664,1238,121),(58665,1239,121),(58666,1240,121),(58667,1241,121),(58668,1242,121),(58669,1243,121),(58670,1244,121),(58671,1245,121),(58672,1246,121),(58673,1247,121),(58674,1248,121),(58675,1249,121),(58676,1250,121),(58677,1251,121),(58678,1252,121),(58679,1253,121),(58680,1254,121),(58681,1255,121),(58682,1256,121),(58683,1257,121),(58684,1258,121),(58685,1259,121),(58686,1260,121),(58687,1261,121),(58688,1262,121),(58689,1263,121),(58690,1264,121),(58691,1265,121),(58692,1266,121),(58693,1267,121),(58694,1268,121),(58695,1269,121),(58696,1270,121),(58697,1271,121),(58698,1272,121),(58699,1273,121),(58700,1274,121),(58701,1275,121),(58702,1276,121),(58703,1277,121),(58704,1278,121),(58705,1279,121),(58706,1280,121),(58707,1281,121),(58708,1282,121),(58709,1283,121),(58710,1284,121),(58711,1285,121),(58712,5398,121),(58713,5732,121),(58714,5851,121),(58715,1286,121),(58716,1287,121),(58717,4248,121),(58718,4249,121),(58719,4250,121),(58720,4251,121),(58721,4252,121),(58722,4253,121),(58723,4254,121),(58724,4255,121),(58725,4256,121),(58726,4257,121),(58727,4258,121),(58728,4259,121),(58729,4620,121),(58730,4260,121),(58731,4261,121),(58732,1288,121),(58733,1289,121),(58734,1290,121),(58735,1291,122),(58736,1292,122),(58737,1293,122),(58738,1294,122),(58739,1295,122),(58740,3906,122),(58741,1297,122),(58742,1298,122),(58743,1240,122),(58744,1299,122),(58745,1300,122),(58746,1301,122),(58747,1302,122),(58748,1303,122),(58749,1304,122),(58750,1305,122),(58751,1306,122),(58752,1307,122),(58753,1308,122),(58754,3653,122),(58755,1309,122),(58756,1310,122),(58757,1311,122),(58758,1312,122),(58759,1313,122),(58760,1314,122),(58761,1315,122),(58762,1316,122),(58763,1317,122),(58764,1318,122),(58765,1319,122),(58766,1320,122),(58767,1321,122),(58768,1322,122),(58769,1323,122),(58770,1324,122),(58771,1325,122),(58772,1326,122),(58773,1327,122),(58774,3594,122),(58775,4242,122),(58776,4243,122),(58777,4244,122),(58778,4245,122),(58779,4246,122),(58780,4247,122),(58781,86,122),(58782,83,122),(58783,87,122),(58784,4595,122),(58785,4596,122),(58786,4597,122),(58787,4598,122),(58788,4599,122),(58789,4600,122),(58790,4601,122),(58791,4602,122),(58792,4603,122),(58793,4604,122),(58794,1328,122),(58795,6160,122),(58796,1330,122),(58797,1331,122),(58798,1332,122),(58799,1333,122),(58800,1334,122),(58801,1335,122),(58802,1336,122),(58803,5339,122),(58804,5340,122),(58805,5341,122),(58806,6056,122),(58807,5342,122),(58808,5343,122),(58809,5344,122),(58810,5345,122),(58811,1337,122),(58812,1338,122),(58813,1339,122),(58814,5347,122),(58815,1340,122),(58816,1341,122),(58817,1218,122),(58818,1219,122),(58819,1220,122),(58820,1221,122),(58821,1222,122),(58822,1223,122),(58823,1224,122),(58824,1225,122),(58825,1226,122),(58826,1227,122),(58827,1228,122),(58828,1229,122),(58829,1230,122),(58830,1231,122),(58831,1232,122),(58832,1233,122),(58833,1234,122),(58834,1235,122),(58835,1236,122),(58836,1237,122),(58837,1238,122),(58838,1239,122),(58839,1241,122),(58840,1242,122),(58841,1243,122),(58842,1244,122),(58843,1245,122),(58844,1246,122),(58845,1247,122),(58846,1248,122),(58847,1249,122),(58848,1250,122),(58849,1251,122),(58850,1252,122),(58851,1253,122),(58852,1254,122),(58853,1255,122),(58854,1256,122),(58855,1257,122),(58856,1258,122),(58857,1259,122),(58858,1260,122),(58859,1261,122),(58860,1262,122),(58861,1263,122),(58862,1264,122),(58863,1265,122),(58864,1266,122),(58865,1267,122),(58866,1268,122),(58867,1269,122),(58868,1270,122),(58869,1271,122),(58870,1272,122),(58871,1273,122),(58872,1274,122),(58873,1275,122),(58874,1276,122),(58875,1277,122),(58876,1278,122),(58877,1279,122),(58878,1280,122),(58879,1281,122),(58880,1282,122),(58881,1283,122),(58882,1284,122),(58883,1285,122),(58884,5398,122),(58885,5732,122),(58886,5851,122),(58887,1286,122),(58888,1287,122),(58889,4248,122),(58890,4249,122),(58891,4250,122),(58892,4251,122),(58893,4252,122),(58894,4253,122),(58895,4254,122),(58896,4255,122),(58897,4256,122),(58898,4257,122),(58899,4258,122),(58900,4259,122),(58901,4620,122),(58902,4260,122),(58903,4261,122),(58904,1288,122),(58905,1289,122),(58906,1290,122),(58907,265,122),(58908,291,122),(58909,292,122),(58910,293,122),(58911,266,122),(58912,267,122),(58913,268,122),(58914,269,122),(58915,270,122),(58916,271,122),(58917,272,122),(58918,273,122),(58919,274,122),(58920,275,122),(58921,276,122),(58922,277,122),(58923,278,122),(58924,279,122),(58925,280,122),(58926,281,122),(58927,282,122),(58928,283,122),(58929,284,122),(58930,285,122),(58931,286,122),(58932,287,122),(58933,288,122),(58934,289,122),(58935,290,122),(58936,1545,122),(58937,2112,122),(58938,2113,122),(58939,2114,122),(58940,2115,122),(58941,2116,122),(58942,2117,122),(58943,2118,122),(58944,2119,122),(58945,2120,122),(58946,2121,122),(58947,2122,122),(58948,2123,122),(58949,2124,122),(58950,2125,122),(58951,2126,122),(58952,2127,122),(58953,2128,122),(58954,2129,122),(58955,2130,122),(58956,2131,122),(58957,2132,122),(58958,1544,122),(58959,2133,122),(58960,2134,122),(58961,2135,122),(58962,2136,122),(58963,2137,122),(58964,2138,122),(58965,2139,122),(58966,2140,122),(58967,2141,122),(58968,2142,122),(58969,2143,122),(58970,2144,122),(58971,65,122),(58972,1543,122),(58973,2145,122),(58974,2146,122),(58975,2147,122),(58976,2148,122),(58977,2149,122),(58978,2150,122),(58979,2151,122),(58980,2152,122),(58981,2153,122),(58982,2154,122),(58983,2155,122),(58984,2156,122),(58985,2157,122),(58986,2158,122),(58987,2159,122),(58988,2160,122),(58989,2161,122),(58990,2162,122),(58991,2163,122),(58992,2164,122),(58993,2165,122),(58994,2166,122),(58995,2167,122),(58996,2168,122),(58997,2169,122),(58998,2170,122),(58999,2171,122),(59000,2172,122),(59001,2173,122),(59002,2174,122),(59003,2175,122),(59004,2176,122),(59005,2177,122),(59006,2178,122),(59007,2179,122),(59008,2180,122),(59009,2181,122),(59010,2182,122),(59011,2183,122),(59012,2184,122),(59013,2185,122),(59014,2186,122),(59015,2187,122),(59016,2188,122),(59017,2189,122),(59018,2190,122),(59019,2191,122),(59020,2192,122),(59021,2193,122),(59022,2194,122),(59023,2195,122),(59024,2196,122),(59025,2197,122),(59026,2198,122),(59027,2199,122),(59028,1580,122),(59029,2200,122),(59030,2201,122),(59031,2202,122),(59032,2203,122),(59033,2204,122),(59034,2205,122),(59035,2206,122),(59036,2207,122),(59037,2208,122),(59038,2209,122),(59039,2210,122),(59040,2211,122),(59041,2212,122),(59042,2213,122),(59043,2214,122),(59044,32,122),(59045,33,122),(59046,34,122),(59047,35,122),(59048,36,122),(59049,37,122),(59050,38,122),(59051,2215,122),(59052,1588,122),(59053,1528,122),(59054,1503,122),(59055,2216,122),(59056,2217,122),(59057,1507,122),(59058,2218,122),(59059,2219,122),(59060,1509,122),(59061,2220,122),(59062,2221,122),(59063,2222,122),(59064,2223,122),(59065,2224,122),(59066,2225,122),(59067,1342,122),(59068,1343,122),(59069,2226,122),(59070,2227,122),(59071,2228,122),(59072,2229,122),(59073,2230,122),(59074,2231,122),(59075,2232,122),(59076,2233,122),(59077,2234,122),(59078,1344,122),(59079,404,122),(59080,405,122),(59081,406,122),(59082,101,122),(59083,369,122),(59084,370,122),(59085,476,122),(59086,477,122),(59087,478,122),(59088,479,122),(59089,480,122),(59090,481,122),(59091,482,122),(59092,483,122),(59093,484,122),(59094,485,122),(59095,486,122),(59096,487,122),(59097,457,122),(59098,458,122),(59099,459,122),(59100,387,122),(59101,340,122),(59102,341,122),(59103,342,122),(59104,343,122),(59105,344,122),(59106,346,122),(59107,347,122),(59108,348,122),(59109,349,122),(59110,350,122),(59111,351,122),(59112,352,122),(59113,353,122),(59114,354,122),(59115,355,122),(59116,356,122),(59117,357,122),(59118,358,122),(59119,359,122),(59120,360,122),(59121,2235,122),(59122,2236,122),(59123,2237,122),(59124,2238,122),(59125,2239,122),(59126,2240,122),(59127,2241,122),(59128,2242,122),(59129,2243,122),(59130,2244,122),(59131,2245,122),(59132,2246,122),(59133,2247,122),(59134,2248,122),(59135,1345,122),(59136,1346,122),(59137,1347,122),(59138,1348,122),(59139,2249,122),(59140,2250,122),(59141,2251,122),(59142,1092,122),(59143,2252,122),(59144,2253,122),(59145,5350,122),(59146,5351,122),(59147,5352,122),(59148,5353,122),(59149,5354,122),(59150,5355,122),(59151,5356,122),(59152,5357,122),(59153,1349,122),(59154,1350,122),(59155,1351,122),(59156,1352,122),(59157,1353,122),(59158,1354,122),(59159,1355,122),(59160,1356,122),(59161,1357,122),(59162,1358,122),(59163,1359,122),(59164,1360,122),(59165,1361,122),(59166,1362,122),(59167,1363,122),(59168,1364,122),(59169,1365,122),(59170,1366,122),(59171,1367,122),(59172,1368,122),(59173,1369,122),(59174,4993,122),(59175,4994,122),(59176,5358,122),(59177,5359,122),(59178,1523,122),(59179,1524,122),(59180,1525,122),(59181,1526,122),(59182,1570,122),(59183,1370,122),(59184,1371,122),(59185,1372,122),(59186,2254,122),(59187,2255,122),(59188,1531,122),(59189,2256,122),(59190,2257,122),(59191,2258,122),(59192,2259,122),(59193,1535,122),(59194,1536,122),(59195,1373,122),(59196,1374,122),(59197,1375,122),(59198,6057,122),(59199,2260,122),(59200,2261,122),(59201,2262,122),(59202,2263,122),(59203,3462,122),(59204,1539,122),(59205,2264,122),(59206,2265,122),(59207,2266,122),(59208,2267,122),(59209,2268,122),(59210,2269,122),(59211,2270,122),(59212,2271,122),(59213,2272,122),(59214,2273,122),(59215,2274,122),(59216,2275,122),(59217,2276,122),(59218,2277,122),(59219,2278,122),(59220,2279,122),(59221,2280,122),(59222,2281,122),(59223,2282,122),(59224,2283,122),(59225,2284,122),(59226,2285,122),(59227,2286,122),(59228,2287,122),(59229,2288,122),(59230,2289,122),(59231,2290,122),(59232,2291,122),(59233,2292,122),(59234,2293,122),(59235,2294,122),(59236,2295,122),(59237,2296,122),(59238,2297,122),(59239,2298,122),(59240,2299,122),(59241,2300,122),(59242,2301,122),(59243,2302,122),(59244,2303,122),(59245,2304,122),(59246,2305,122),(59247,2306,122),(59248,2307,122),(59249,2308,122),(59250,2309,122),(59251,2310,122),(59252,2311,122),(59253,2312,122),(59254,2313,122),(59255,2314,122),(59256,2315,122),(59257,2316,122),(59258,2317,122),(59259,2318,122),(59260,1094,122),(59261,2319,122),(59262,2320,122),(59263,2321,122),(59264,2322,122),(59265,2323,122),(59266,2324,122),(59267,2325,122),(59268,2326,122),(59269,2327,122),(59270,2328,122),(59271,2329,122),(59272,2330,122),(59273,2331,122),(59274,2332,122),(59275,2333,122),(59276,2334,122),(59277,2335,122),(59278,2336,122),(59279,2337,122),(59280,2338,122),(59281,2339,122),(59282,2340,122),(59283,2341,122),(59284,2342,122),(59285,2343,122),(59286,2344,122),(59287,2345,122),(59288,2346,122),(59289,2347,122),(59290,2348,122),(59291,2349,122),(59292,2350,122),(59293,2351,122),(59294,2352,122),(59295,2353,122),(59296,2354,122),(59297,2355,122),(59298,2356,122),(59299,2357,122),(59300,2358,122),(59301,2359,122),(59302,2360,122),(59303,2361,122),(59304,2362,122),(59305,2363,122),(59306,2364,122),(59307,2365,122),(59308,2366,122),(59309,2367,122),(59310,2368,122),(59311,2369,122),(59312,2370,122),(59313,2371,122),(59314,2372,122),(59315,2373,122),(59316,2374,122),(59317,2375,122),(59318,2376,122),(59319,2377,122),(59320,2378,122),(59321,2379,122),(59322,2380,122),(59323,2381,122),(59324,2382,122),(59325,2383,122),(59326,2384,122),(59327,2385,122),(59328,2386,122),(59329,2387,122),(59330,2388,122),(59331,2389,122),(59332,2390,122),(59333,2391,122),(59334,2392,122),(59335,2393,122),(59336,2394,122),(59337,2395,122),(59338,2396,122),(59339,2397,122),(59340,2398,122),(59341,2399,122),(59342,2400,122),(59343,2401,122),(59344,2402,122),(59345,2403,122),(59346,2404,122),(59347,2405,122),(59348,2406,122),(59349,2407,122),(59350,2408,122),(59351,2409,122),(59352,2410,122),(59353,2411,122),(59354,2412,122),(59355,2413,122),(59356,2414,122),(59357,2415,122),(59358,2416,122),(59359,2417,122),(59360,2418,122),(59361,2419,122),(59362,2420,122),(59363,2421,122),(59364,2422,122),(59365,2423,122),(59366,2424,122),(59367,2425,122),(59368,2426,122),(59369,2427,122),(59370,2428,122),(59371,2429,122),(59372,2430,122),(59373,2431,122),(59374,2432,122),(59375,2433,122),(59376,2434,122),(59377,2435,122),(59378,2436,122),(59379,2437,122),(59380,2438,122),(59381,2439,122),(59382,2440,122),(59383,2441,122),(59384,2442,122),(59385,2443,122),(59386,2444,122),(59387,2445,122),(59388,2446,122),(59389,2447,122),(59390,2448,122),(59391,2449,122),(59392,2450,122),(59393,2451,122),(59394,2452,122),(59395,2453,122),(59396,2454,122),(59397,2455,122),(59398,2456,122),(59399,2457,122),(59400,2458,122),(59401,2459,122),(59402,2460,122),(59403,2461,122),(59404,2462,122),(59405,2463,122),(59406,2464,122),(59407,2465,122),(59408,2466,122),(59409,2467,122),(59410,2468,122),(59411,2469,122),(59412,2470,122),(59413,2471,122),(59414,2472,122),(59415,2473,122),(59416,2474,122),(59417,4898,122),(59418,2476,122),(59419,2477,122),(59420,2478,122),(59421,3463,122),(59422,2482,122),(59423,2483,122),(59424,2484,122),(59425,2485,122),(59426,2486,122),(59427,2487,122),(59428,2488,122),(59429,2489,122),(59430,2529,122),(59431,3464,122),(59432,1573,122),(59433,1554,122),(59434,1555,122),(59435,1556,122),(59436,1557,122),(59437,1558,122),(59438,1559,122),(59439,1560,122),(59440,3465,122),(59441,2491,122),(59442,2492,122),(59443,2493,122),(59444,2495,122),(59445,2496,122),(59446,1607,122),(59447,2497,122),(59448,2498,122),(59449,1606,122),(59450,2499,122),(59451,2500,122),(59452,2501,122),(59453,2502,122),(59454,3893,122),(59455,2507,122),(59456,2508,122),(59457,1589,122),(59458,1590,122),(59459,1591,122),(59460,1592,122),(59461,1593,122),(59462,1594,122),(59463,2641,122),(59464,1540,122),(59465,2509,122),(59466,1598,122),(59467,1601,122),(59468,1602,122),(59469,1600,122),(59470,2510,122),(59471,126,122),(59472,2655,122),(59473,2662,122),(59474,2663,122),(59475,6043,122),(59476,5346,122),(59477,5428,122),(59478,5429,122),(59479,5430,122),(59480,5431,122),(59481,5432,122),(59482,5433,122),(59483,5434,122),(59484,5435,122),(59485,5436,122),(59486,5437,122),(59487,5438,122),(59488,5439,122),(59489,5440,122),(59490,5441,122),(59491,5442,122),(59492,5443,122),(59493,5444,122),(59494,5445,122),(59495,5446,122),(59496,5447,122),(59497,5448,122),(59498,5449,122),(59499,5450,122),(59500,5451,122),(59501,5452,122),(59502,5453,122),(59503,5454,122),(59504,5455,122),(59505,5456,122),(59506,5457,122),(59507,5458,122),(59508,5459,122),(59509,5460,122),(59510,5461,122),(59511,5462,122),(59512,5463,122),(59513,5464,122),(59514,5465,122),(59515,5466,122),(59516,5467,122),(59517,5468,122),(59518,5469,122),(59519,5470,122),(59520,5471,122),(59521,5472,122),(59522,5473,122),(59523,5474,122),(59524,5475,122),(59525,5476,122),(59526,5477,122),(59527,5478,122),(59528,5479,122),(59529,5480,122),(59530,5481,122),(59531,5482,122),(59532,5483,122),(59533,5484,122),(59534,5485,122),(59535,5486,122),(59536,5487,122),(59537,5488,122),(59538,5489,122),(59539,5490,122),(59540,5491,122),(59541,5492,122),(59542,5493,122),(59543,5494,122),(59544,5495,122),(59545,5496,122),(59546,5497,122),(59547,5498,122),(59548,5499,122),(59549,5500,122),(59550,5501,122),(59551,5502,122),(59552,5503,122),(59553,5504,122),(59554,5505,122),(59555,5506,122),(59556,5507,122),(59557,5508,122),(59558,5509,122),(59559,5510,122),(59560,5511,122),(59561,5512,122),(59562,5513,122),(59563,5514,122),(59564,5515,122),(59565,5516,122),(59566,5517,122),(59567,5518,122),(59568,5519,122),(59569,5520,122),(59570,5521,122),(59571,5522,122),(59572,5523,122),(59573,5524,122),(59574,5525,122),(59575,5526,122),(59576,5527,122),(59577,5528,122),(59578,5529,122),(59579,5530,122),(59580,5531,122),(59581,5532,122),(59582,5533,122),(59583,5534,122),(59584,5535,122),(59585,5536,122),(59586,5537,122),(59587,5538,122),(59588,5539,122),(59589,5540,122),(59590,5541,122),(59591,5542,122),(59592,5543,122),(59593,5544,122),(59594,5545,122),(59595,5546,122),(59596,5547,122),(59597,5548,122),(59598,5549,122),(59599,5550,122),(59600,5551,122),(59601,6044,122),(59602,5942,122),(59603,5943,122),(59604,5944,122),(59605,5945,122),(59606,5946,122),(59607,5947,122),(59608,5948,122),(59609,5949,122),(59610,5950,122),(59611,5951,122),(59612,5952,122),(59613,5953,122),(59614,5954,122),(59615,5955,122),(59616,5956,122),(59617,5957,122),(59618,5958,122),(59619,5959,122),(59620,5960,122),(59621,5961,122),(59622,5962,122),(59623,5963,122),(59624,5964,122),(59625,5965,122),(59626,5966,122),(59627,5967,122),(59628,5968,122),(59629,5969,122),(59630,5970,122),(59631,5971,122),(59632,5972,122),(59633,5973,122),(59634,5974,122),(59635,5975,122),(59636,5976,122),(59637,5977,122),(59638,5978,122),(59639,5979,122),(59640,5980,122),(59641,5981,122),(59642,5982,122),(59643,5983,122),(59644,5984,122),(59645,5552,122),(59646,2517,122),(59647,2518,122),(59648,2519,122),(59649,1595,122),(59650,2524,122),(59651,2525,122),(59652,2526,122),(59653,2527,122),(59654,2528,122),(59655,2530,122),(59656,2531,122),(59657,2532,122),(59658,2533,122),(59659,2534,122),(59660,2535,122),(59661,2536,122),(59662,2537,122),(59663,1500,122),(59664,1501,122),(59665,2538,122),(59666,2539,122),(59667,2540,122),(59668,2541,122),(59669,2542,122),(59670,2543,122),(59671,2544,122),(59672,2545,122),(59673,2546,122),(59674,2547,122),(59675,1488,122),(59676,1489,122),(59677,4012,122),(59678,4013,122),(59679,2548,122),(59680,2549,122),(59681,2550,122),(59682,2551,122),(59683,2552,122),(59684,2553,122),(59685,2554,122),(59686,2555,122),(59687,2556,122),(59688,2557,122),(59689,2558,122),(59690,2559,122),(59691,2560,122),(59692,2561,122),(59693,2562,122),(59694,2563,122),(59695,2564,122),(59696,2565,122),(59697,2566,122),(59698,2567,122),(59699,2568,122),(59700,2569,122),(59701,2570,122),(59702,2571,122),(59703,2572,122),(59704,2573,122),(59705,2574,122),(59706,2575,122),(59707,2576,122),(59708,2577,122),(59709,2578,122),(59710,2579,122),(59711,2580,122),(59712,2581,122),(59713,2582,122),(59714,2583,122),(59715,2584,122),(59716,2585,122),(59717,2586,122),(59718,2587,122),(59719,2588,122),(59720,2589,122),(59721,2590,122),(59722,2591,122),(59723,2592,122),(59724,2593,122),(59725,2594,122),(59726,2595,122),(59727,2596,122),(59728,1532,122),(59729,2597,122),(59730,2598,122),(59731,2599,122),(59732,2600,122),(59733,2601,122),(59734,2602,122),(59735,2603,122),(59736,2604,122),(59737,2605,122),(59738,2606,122),(59739,2607,122),(59740,2608,122),(59741,2609,122),(59742,2610,122),(59743,2611,122),(59744,2612,122),(59745,2613,122),(59746,2614,122),(59747,2615,122),(59748,2616,122),(59749,2617,122),(59750,2618,122),(59751,2619,122),(59752,2620,122),(59753,2621,122),(59754,2622,122),(59755,2623,122),(59756,2624,122),(59757,2625,122),(59758,2626,122),(59759,2627,122),(59760,2628,122),(59761,2629,122),(59762,2630,122),(59763,2631,122),(59764,2632,122),(59765,2633,122),(59766,2634,122),(59767,2635,122),(59768,2636,122),(59769,1490,122),(59770,1491,122),(59771,1492,122),(59772,2637,122),(59773,2638,122),(59774,2639,122),(59775,2640,122),(59776,1291,123),(59777,1292,123),(59778,1293,123),(59779,1294,123),(59780,1295,123),(59781,3906,123),(59782,1297,123),(59783,1298,123),(59784,1240,123),(59785,1299,123),(59786,1300,123),(59787,1301,123),(59788,1302,123),(59789,1303,123),(59790,1304,123),(59791,1305,123),(59792,1306,123),(59793,1307,123),(59794,1308,123),(59795,3653,123),(59796,1309,123),(59797,1310,123),(59798,1311,123),(59799,1312,123),(59800,1313,123),(59801,1314,123),(59802,1315,123),(59803,1316,123),(59804,1317,123),(59805,1318,123),(59806,1319,123),(59807,1320,123),(59808,1321,123),(59809,1322,123),(59810,1323,123),(59811,1324,123),(59812,1325,123),(59813,1326,123),(59814,1327,123),(59815,3594,123),(59816,4242,123),(59817,4243,123),(59818,4244,123),(59819,4245,123),(59820,4246,123),(59821,4247,123),(59822,86,123),(59823,83,123),(59824,87,123),(59825,4595,123),(59826,4596,123),(59827,4597,123),(59828,4598,123),(59829,4599,123),(59830,4600,123),(59831,4601,123),(59832,4602,123),(59833,4603,123),(59834,4604,123),(59835,1328,123),(59836,6160,123),(59837,1330,123),(59838,1331,123),(59839,1332,123),(59840,1333,123),(59841,1334,123),(59842,1335,123),(59843,1336,123),(59844,5339,123),(59845,5340,123),(59846,5341,123),(59847,6056,123),(59848,5342,123),(59849,5343,123),(59850,5344,123),(59851,5345,123),(59852,1337,123),(59853,1338,123),(59854,1339,123),(59855,5347,123),(59856,1340,123),(59857,1341,123),(59858,1218,123),(59859,1219,123),(59860,1220,123),(59861,1221,123),(59862,1222,123),(59863,1223,123),(59864,1224,123),(59865,1225,123),(59866,1226,123),(59867,1227,123),(59868,1228,123),(59869,1229,123),(59870,1230,123),(59871,1231,123),(59872,1232,123),(59873,1233,123),(59874,1234,123),(59875,1235,123),(59876,1236,123),(59877,1237,123),(59878,1238,123),(59879,1239,123),(59880,1241,123),(59881,1242,123),(59882,1243,123),(59883,1244,123),(59884,1245,123),(59885,1246,123),(59886,1247,123),(59887,1248,123),(59888,1249,123),(59889,1250,123),(59890,1251,123),(59891,1252,123),(59892,1253,123),(59893,1254,123),(59894,1255,123),(59895,1256,123),(59896,1257,123),(59897,1258,123),(59898,1259,123),(59899,1260,123),(59900,1261,123),(59901,1262,123),(59902,1263,123),(59903,1264,123),(59904,1265,123),(59905,1266,123),(59906,1267,123),(59907,1268,123),(59908,1269,123),(59909,1270,123),(59910,1271,123),(59911,1272,123),(59912,1273,123),(59913,1274,123),(59914,1275,123),(59915,1276,123),(59916,1277,123),(59917,1278,123),(59918,1279,123),(59919,1280,123),(59920,1281,123),(59921,1282,123),(59922,1283,123),(59923,1284,123),(59924,1285,123),(59925,5398,123),(59926,5732,123),(59927,5851,123),(59928,1286,123),(59929,1287,123),(59930,4248,123),(59931,4249,123),(59932,4250,123),(59933,4251,123),(59934,4252,123),(59935,4253,123),(59936,4254,123),(59937,4255,123),(59938,4256,123),(59939,4257,123),(59940,4258,123),(59941,4259,123),(59942,4620,123),(59943,4260,123),(59944,4261,123),(59945,1288,123),(59946,1289,123),(59947,1290,123),(59948,265,123),(59949,291,123),(59950,292,123),(59951,293,123),(59952,266,123),(59953,267,123),(59954,268,123),(59955,269,123),(59956,270,123),(59957,271,123),(59958,272,123),(59959,273,123),(59960,274,123),(59961,275,123),(59962,276,123),(59963,277,123),(59964,278,123),(59965,279,123),(59966,280,123),(59967,281,123),(59968,282,123),(59969,283,123),(59970,284,123),(59971,285,123),(59972,286,123),(59973,287,123),(59974,288,123),(59975,289,123),(59976,290,123),(59977,1545,123),(59978,2112,123),(59979,2113,123),(59980,2114,123),(59981,2115,123),(59982,2116,123),(59983,2117,123),(59984,2118,123),(59985,2119,123),(59986,2120,123),(59987,2121,123),(59988,2122,123),(59989,2123,123),(59990,2124,123),(59991,2125,123),(59992,2126,123),(59993,2127,123),(59994,2128,123),(59995,2129,123),(59996,2130,123),(59997,2131,123),(59998,2132,123),(59999,1544,123),(60000,2133,123),(60001,2134,123),(60002,2135,123),(60003,2136,123),(60004,2137,123),(60005,2138,123),(60006,2139,123),(60007,2140,123),(60008,2141,123),(60009,2142,123),(60010,2143,123),(60011,2144,123),(60012,65,123),(60013,1543,123),(60014,2145,123),(60015,2146,123),(60016,2147,123),(60017,2148,123),(60018,2149,123),(60019,2150,123),(60020,2151,123),(60021,2152,123),(60022,2153,123),(60023,2154,123),(60024,2155,123),(60025,2156,123),(60026,2157,123),(60027,2158,123),(60028,2159,123),(60029,2160,123),(60030,2161,123),(60031,2162,123),(60032,2163,123),(60033,2164,123),(60034,2165,123),(60035,2166,123),(60036,2167,123),(60037,2168,123),(60038,2169,123),(60039,2170,123),(60040,2171,123),(60041,2172,123),(60042,2173,123),(60043,2174,123),(60044,2175,123),(60045,2176,123),(60046,2177,123),(60047,2178,123),(60048,2179,123),(60049,2180,123),(60050,2181,123),(60051,2182,123),(60052,2183,123),(60053,2184,123),(60054,2185,123),(60055,2186,123),(60056,2187,123),(60057,2188,123),(60058,2189,123),(60059,2190,123),(60060,2191,123),(60061,2192,123),(60062,2193,123),(60063,2194,123),(60064,2195,123),(60065,2196,123),(60066,2197,123),(60067,2198,123),(60068,2199,123),(60069,1580,123),(60070,2200,123),(60071,2201,123),(60072,2202,123),(60073,2203,123),(60074,2204,123),(60075,2205,123),(60076,2206,123),(60077,2207,123),(60078,2208,123),(60079,2209,123),(60080,2210,123),(60081,2211,123),(60082,2212,123),(60083,2213,123),(60084,2214,123),(60085,32,123),(60086,33,123),(60087,34,123),(60088,35,123),(60089,36,123),(60090,37,123),(60091,38,123),(60092,2215,123),(60093,1588,123),(60094,1528,123),(60095,1503,123),(60096,2216,123),(60097,2217,123),(60098,1507,123),(60099,2218,123),(60100,2219,123),(60101,1509,123),(60102,2220,123),(60103,2221,123),(60104,2222,123),(60105,2223,123),(60106,2224,123),(60107,2225,123),(60108,1342,123),(60109,1343,123),(60110,2226,123),(60111,2227,123),(60112,2228,123),(60113,2229,123),(60114,2230,123),(60115,2231,123),(60116,2232,123),(60117,2233,123),(60118,2234,123),(60119,1344,123),(60120,404,123),(60121,405,123),(60122,406,123),(60123,101,123),(60124,369,123),(60125,370,123),(60126,476,123),(60127,477,123),(60128,478,123),(60129,479,123),(60130,480,123),(60131,481,123),(60132,482,123),(60133,483,123),(60134,484,123),(60135,485,123),(60136,486,123),(60137,487,123),(60138,457,123),(60139,458,123),(60140,459,123),(60141,387,123),(60142,340,123),(60143,341,123),(60144,342,123),(60145,343,123),(60146,344,123),(60147,346,123),(60148,347,123),(60149,348,123),(60150,349,123),(60151,350,123),(60152,351,123),(60153,352,123),(60154,353,123),(60155,354,123),(60156,355,123),(60157,356,123),(60158,357,123),(60159,358,123),(60160,359,123),(60161,360,123),(60162,2235,123),(60163,2236,123),(60164,2237,123),(60165,2238,123),(60166,2239,123),(60167,2240,123),(60168,2241,123),(60169,2242,123),(60170,2243,123),(60171,2244,123),(60172,2245,123),(60173,2246,123),(60174,2247,123),(60175,2248,123),(60176,1345,123),(60177,1346,123),(60178,1347,123),(60179,1348,123),(60180,2249,123),(60181,2250,123),(60182,2251,123),(60183,1092,123),(60184,2252,123),(60185,2253,123),(60186,5350,123),(60187,5351,123),(60188,5352,123),(60189,5353,123),(60190,5354,123),(60191,5355,123),(60192,5356,123),(60193,5357,123),(60194,1349,123),(60195,1350,123),(60196,1351,123),(60197,1352,123),(60198,1353,123),(60199,1354,123),(60200,1355,123),(60201,1356,123),(60202,1357,123),(60203,1358,123),(60204,1359,123),(60205,1360,123),(60206,1361,123),(60207,1362,123),(60208,1363,123),(60209,1364,123),(60210,1365,123),(60211,1366,123),(60212,1367,123),(60213,1368,123),(60214,1369,123),(60215,4993,123),(60216,4994,123),(60217,5358,123),(60218,5359,123),(60219,1523,123),(60220,1524,123),(60221,1525,123),(60222,1526,123),(60223,1570,123),(60224,1370,123),(60225,1371,123),(60226,1372,123),(60227,2254,123),(60228,2255,123),(60229,1531,123),(60230,2256,123),(60231,2257,123),(60232,2258,123),(60233,2259,123),(60234,1535,123),(60235,1536,123),(60236,1373,123),(60237,1374,123),(60238,1375,123),(60239,6057,123),(60240,2260,123),(60241,2261,123),(60242,2262,123),(60243,2263,123),(60244,3462,123),(60245,1539,123),(60246,2264,123),(60247,2265,123),(60248,2266,123),(60249,2267,123),(60250,2268,123),(60251,2269,123),(60252,2270,123),(60253,2271,123),(60254,2272,123),(60255,2273,123),(60256,2274,123),(60257,2275,123),(60258,2276,123),(60259,2277,123),(60260,2278,123),(60261,2279,123),(60262,2280,123),(60263,2281,123),(60264,2282,123),(60265,2283,123),(60266,2284,123),(60267,2285,123),(60268,2286,123),(60269,2287,123),(60270,2288,123),(60271,2289,123),(60272,2290,123),(60273,2291,123),(60274,2292,123),(60275,2293,123),(60276,2294,123),(60277,2295,123),(60278,2296,123),(60279,2297,123),(60280,2298,123),(60281,2299,123),(60282,2300,123),(60283,2301,123),(60284,2302,123),(60285,2303,123),(60286,2304,123),(60287,2305,123),(60288,2306,123),(60289,2307,123),(60290,2308,123),(60291,2309,123),(60292,2310,123),(60293,2311,123),(60294,2312,123),(60295,2313,123),(60296,2314,123),(60297,2315,123),(60298,2316,123),(60299,2317,123),(60300,2318,123),(60301,1094,123),(60302,2319,123),(60303,2320,123),(60304,2321,123),(60305,2322,123),(60306,2323,123),(60307,2324,123),(60308,2325,123),(60309,2326,123),(60310,2327,123),(60311,2328,123),(60312,2329,123),(60313,2330,123),(60314,2331,123),(60315,2332,123),(60316,2333,123),(60317,2334,123),(60318,2335,123),(60319,2336,123),(60320,2337,123),(60321,2338,123),(60322,2339,123),(60323,2340,123),(60324,2341,123),(60325,2342,123),(60326,2343,123),(60327,2344,123),(60328,2345,123),(60329,2346,123),(60330,2347,123),(60331,2348,123),(60332,2349,123),(60333,2350,123),(60334,2351,123),(60335,2352,123),(60336,2353,123),(60337,2354,123),(60338,2355,123),(60339,2356,123),(60340,2357,123),(60341,2358,123),(60342,2359,123),(60343,2360,123),(60344,2361,123),(60345,2362,123),(60346,2363,123),(60347,2364,123),(60348,2365,123),(60349,2366,123),(60350,2367,123),(60351,2368,123),(60352,2369,123),(60353,2370,123),(60354,2371,123),(60355,2372,123),(60356,2373,123),(60357,2374,123),(60358,2375,123),(60359,2376,123),(60360,2377,123),(60361,2378,123),(60362,2379,123),(60363,2380,123),(60364,2381,123),(60365,2382,123),(60366,2383,123),(60367,2384,123),(60368,2385,123),(60369,2386,123),(60370,2387,123),(60371,2388,123),(60372,2389,123),(60373,2390,123),(60374,2391,123),(60375,2392,123),(60376,2393,123),(60377,2394,123),(60378,2395,123),(60379,2396,123),(60380,2397,123),(60381,2398,123),(60382,2399,123),(60383,2400,123),(60384,2401,123),(60385,2402,123),(60386,2403,123),(60387,2404,123),(60388,2405,123),(60389,2406,123),(60390,2407,123),(60391,2408,123),(60392,2409,123),(60393,2410,123),(60394,2411,123),(60395,2412,123),(60396,2413,123),(60397,2414,123),(60398,2415,123),(60399,2416,123),(60400,2417,123),(60401,2418,123),(60402,2419,123),(60403,2420,123),(60404,2421,123),(60405,2422,123),(60406,2423,123),(60407,2424,123),(60408,2425,123),(60409,2426,123),(60410,2427,123),(60411,2428,123),(60412,2429,123),(60413,2430,123),(60414,2431,123),(60415,2432,123),(60416,2433,123),(60417,2434,123),(60418,2435,123),(60419,2436,123),(60420,2437,123),(60421,2438,123),(60422,2439,123),(60423,2440,123),(60424,2441,123),(60425,2442,123),(60426,2443,123),(60427,2444,123),(60428,2445,123),(60429,2446,123),(60430,2447,123),(60431,2448,123),(60432,2449,123),(60433,2450,123),(60434,2451,123),(60435,2452,123),(60436,2453,123),(60437,2454,123),(60438,2455,123),(60439,2456,123),(60440,2457,123),(60441,2458,123),(60442,2459,123),(60443,2460,123),(60444,2461,123),(60445,2462,123),(60446,2463,123),(60447,2464,123),(60448,2465,123),(60449,2466,123),(60450,2467,123),(60451,2468,123),(60452,2469,123),(60453,2470,123),(60454,2471,123),(60455,2472,123),(60456,2473,123),(60457,2474,123),(60458,2475,123),(60459,2476,123),(60460,2477,123),(60461,2478,123),(60462,3463,123),(60463,2482,123),(60464,2483,123),(60465,2484,123),(60466,2485,123),(60467,2486,123),(60468,2487,123),(60469,2488,123),(60470,2489,123),(60471,2529,123),(60472,3464,123),(60473,1573,123),(60474,1554,123),(60475,1555,123),(60476,1556,123),(60477,1557,123),(60478,1558,123),(60479,1559,123),(60480,1560,123),(60481,3465,123),(60482,2491,123),(60483,2492,123),(60484,2493,123),(60485,2494,123),(60486,2495,123),(60487,2496,123),(60488,2497,123),(60489,2498,123),(60490,1606,123),(60491,1607,123),(60492,2499,123),(60493,2500,123),(60494,2501,123),(60495,2502,123),(60496,2503,123),(60497,2507,123),(60498,2508,123),(60499,1589,123),(60500,1590,123),(60501,1591,123),(60502,1592,123),(60503,1593,123),(60504,1594,123),(60505,2641,123),(60506,1540,123),(60507,2509,123),(60508,1598,123),(60509,1601,123),(60510,1602,123),(60511,1600,123),(60512,2510,123),(60513,126,123),(60514,2655,123),(60515,2662,123),(60516,2663,123),(60517,6043,123),(60518,5346,123),(60519,5428,123),(60520,5429,123),(60521,5430,123),(60522,5431,123),(60523,5432,123),(60524,5433,123),(60525,5434,123),(60526,5435,123),(60527,5436,123),(60528,5437,123),(60529,5438,123),(60530,5439,123),(60531,5440,123),(60532,5441,123),(60533,5442,123),(60534,5443,123),(60535,5444,123),(60536,5445,123),(60537,5446,123),(60538,5447,123),(60539,5448,123),(60540,5449,123),(60541,5450,123),(60542,5451,123),(60543,5452,123),(60544,5453,123),(60545,5454,123),(60546,5455,123),(60547,5456,123),(60548,5457,123),(60549,5458,123),(60550,5459,123),(60551,5460,123),(60552,5461,123),(60553,5462,123),(60554,5463,123),(60555,5464,123),(60556,5465,123),(60557,5466,123),(60558,5467,123),(60559,5468,123),(60560,5469,123),(60561,5470,123),(60562,5471,123),(60563,5472,123),(60564,5473,123),(60565,5474,123),(60566,5475,123),(60567,5476,123),(60568,5477,123),(60569,5478,123),(60570,5479,123),(60571,5480,123),(60572,5481,123),(60573,5482,123),(60574,5483,123),(60575,5484,123),(60576,5485,123),(60577,5486,123),(60578,5487,123),(60579,5488,123),(60580,5489,123),(60581,5490,123),(60582,5491,123),(60583,5492,123),(60584,5493,123),(60585,5494,123),(60586,5495,123),(60587,5496,123),(60588,5497,123),(60589,5498,123),(60590,5499,123),(60591,5500,123),(60592,5501,123),(60593,5502,123),(60594,5503,123),(60595,5504,123),(60596,5505,123),(60597,5506,123),(60598,5507,123),(60599,5508,123),(60600,5509,123),(60601,5510,123),(60602,5511,123),(60603,5512,123),(60604,5513,123),(60605,5514,123),(60606,5515,123),(60607,5516,123),(60608,5517,123),(60609,5518,123),(60610,5519,123),(60611,5520,123),(60612,5521,123),(60613,5522,123),(60614,5523,123),(60615,5524,123),(60616,5525,123),(60617,5526,123),(60618,5527,123),(60619,5528,123),(60620,5529,123),(60621,5530,123),(60622,5531,123),(60623,5532,123),(60624,5533,123),(60625,5534,123),(60626,5535,123),(60627,5536,123),(60628,5537,123),(60629,5538,123),(60630,5539,123),(60631,5540,123),(60632,5541,123),(60633,5542,123),(60634,5543,123),(60635,5544,123),(60636,5545,123),(60637,5546,123),(60638,5547,123),(60639,5548,123),(60640,5549,123),(60641,5550,123),(60642,5551,123),(60643,6044,123),(60644,5942,123),(60645,5943,123),(60646,5944,123),(60647,5945,123),(60648,5946,123),(60649,5947,123),(60650,5948,123),(60651,5949,123),(60652,5950,123),(60653,5951,123),(60654,5952,123),(60655,5953,123),(60656,5954,123),(60657,5955,123),(60658,5956,123),(60659,5957,123),(60660,5958,123),(60661,5959,123),(60662,5960,123),(60663,5961,123),(60664,5962,123),(60665,5963,123),(60666,5964,123),(60667,5965,123),(60668,5966,123),(60669,5967,123),(60670,5968,123),(60671,5969,123),(60672,5970,123),(60673,5971,123),(60674,5972,123),(60675,5973,123),(60676,5974,123),(60677,5975,123),(60678,5976,123),(60679,5977,123),(60680,5978,123),(60681,5979,123),(60682,5980,123),(60683,5981,123),(60684,5982,123),(60685,5983,123),(60686,5984,123),(60687,5552,123),(60688,2517,123),(60689,2518,123),(60690,2519,123),(60691,2520,123),(60692,1500,123),(60693,1501,123),(60694,2521,123),(60695,2522,123),(60696,2523,123),(60697,1595,123),(60698,2524,123),(60699,2525,123),(60700,2526,123),(60701,2527,123),(60702,2528,123),(60703,2530,123),(60704,2531,123),(60705,2532,123),(60706,2533,123),(60707,2534,123),(60708,2535,123),(60709,2536,123),(60710,2537,123),(60711,2538,123),(60712,2539,123),(60713,2540,123),(60714,2541,123),(60715,2542,123),(60716,2543,123),(60717,2544,123),(60718,2545,123),(60719,2546,123),(60720,2547,123),(60721,1488,123),(60722,1489,123),(60723,4012,123),(60724,4013,123),(60725,2548,123),(60726,2549,123),(60727,2550,123),(60728,2551,123),(60729,2552,123),(60730,2553,123),(60731,2554,123),(60732,2555,123),(60733,2556,123),(60734,2557,123),(60735,2558,123),(60736,2559,123),(60737,2560,123),(60738,2561,123),(60739,2562,123),(60740,2563,123),(60741,2564,123),(60742,2565,123),(60743,2566,123),(60744,2567,123),(60745,2568,123),(60746,2569,123),(60747,2570,123),(60748,2571,123),(60749,2572,123),(60750,2573,123),(60751,2574,123),(60752,2575,123),(60753,2576,123),(60754,2577,123),(60755,2578,123),(60756,2579,123),(60757,2580,123),(60758,2581,123),(60759,2582,123),(60760,2583,123),(60761,2584,123),(60762,2585,123),(60763,2586,123),(60764,2587,123),(60765,2588,123),(60766,2589,123),(60767,2590,123),(60768,2591,123),(60769,2592,123),(60770,2593,123),(60771,2594,123),(60772,2595,123),(60773,2596,123),(60774,1532,123),(60775,2597,123),(60776,2598,123),(60777,2599,123),(60778,2600,123),(60779,2601,123),(60780,2602,123),(60781,2603,123),(60782,2604,123),(60783,2605,123),(60784,2606,123),(60785,2607,123),(60786,2608,123),(60787,2609,123),(60788,2610,123),(60789,2611,123),(60790,2612,123),(60791,2613,123),(60792,2614,123),(60793,2615,123),(60794,2616,123),(60795,2617,123),(60796,2618,123),(60797,2619,123),(60798,2620,123),(60799,2621,123),(60800,2622,123),(60801,2623,123),(60802,2624,123),(60803,2625,123),(60804,2626,123),(60805,2627,123),(60806,2628,123),(60807,2629,123),(60808,2630,123),(60809,2631,123),(60810,2632,123),(60811,2633,123),(60812,2634,123),(60813,2635,123),(60814,2636,123),(60815,1490,123),(60816,1491,123),(60817,1492,123),(60818,2637,123),(60819,2638,123),(60820,2639,123),(60821,2640,123),(60822,1218,124),(60823,1219,124),(60824,1220,124),(60825,1221,124),(60826,1222,124),(60827,1223,124),(60828,1224,124),(60829,1225,124),(60830,1226,124),(60831,1227,124),(60832,1228,124),(60833,1229,124),(60834,1230,124),(60835,1231,124),(60836,1232,124),(60837,1233,124),(60838,1234,124),(60839,1235,124),(60840,1236,124),(60841,1237,124),(60842,1238,124),(60843,1239,124),(60844,1240,124),(60845,1241,124),(60846,1242,124),(60847,1243,124),(60848,1244,124),(60849,1245,124),(60850,1246,124),(60851,1247,124),(60852,1248,124),(60853,1249,124),(60854,1250,124),(60855,1251,124),(60856,1252,124),(60857,1253,124),(60858,1254,124),(60859,1255,124),(60860,1256,124),(60861,1257,124),(60862,1258,124),(60863,1259,124),(60864,1260,124),(60865,1261,124),(60866,1262,124),(60867,1263,124),(60868,1264,124),(60869,1265,124),(60870,1266,124),(60871,1267,124),(60872,1268,124),(60873,1269,124),(60874,1270,124),(60875,1271,124),(60876,1272,124),(60877,1273,124),(60878,1274,124),(60879,1275,124),(60880,1276,124),(60881,1277,124),(60882,1278,124),(60883,1279,124),(60884,1280,124),(60885,1281,124),(60886,1282,124),(60887,1283,124),(60888,1284,124),(60889,1285,124),(60890,5398,124),(60891,5732,124),(60892,5851,124),(60893,1286,124),(60894,1287,124),(60895,4248,124),(60896,4249,124),(60897,4250,124),(60898,4251,124),(60899,4252,124),(60900,4253,124),(60901,4254,124),(60902,4255,124),(60903,4256,124),(60904,4257,124),(60905,4258,124),(60906,4259,124),(60907,4620,124),(60908,4260,124),(60909,4261,124),(60910,1288,124),(60911,1289,124),(60912,1290,124),(60913,2504,105),(60914,2505,105),(60915,2506,105),(60916,2511,105),(60917,2512,105),(60918,1586,105),(60919,2514,105),(60920,2515,105),(60921,2516,105),(60922,1586,106),(60923,2475,113),(60924,2494,113),(60925,2503,113),(60926,2520,113),(60927,2521,113),(60928,2522,113),(60929,2523,113),(60930,1291,125),(60931,1292,125),(60932,1293,125),(60933,1294,125),(60934,1295,125),(60935,3906,125),(60936,1297,125),(60937,1298,125),(60938,1240,125),(60939,1299,125),(60940,1300,125),(60941,1301,125),(60942,1302,125),(60943,1303,125),(60944,1304,125),(60945,1305,125),(60946,1306,125),(60947,1307,125),(60948,1308,125),(60949,3653,125),(60950,1309,125),(60951,1310,125),(60952,1311,125),(60953,1312,125),(60954,1313,125),(60955,1314,125),(60956,1315,125),(60957,1316,125),(60958,1317,125),(60959,1318,125),(60960,1319,125),(60961,1320,125),(60962,1321,125),(60963,1322,125),(60964,1323,125),(60965,1324,125),(60966,1325,125),(60967,1326,125),(60968,1327,125),(60969,3594,125),(60970,4242,125),(60971,4243,125),(60972,4244,125),(60973,4245,125),(60974,4246,125),(60975,4247,125),(60976,86,125),(60977,83,125),(60978,87,125),(60979,4595,125),(60980,4596,125),(60981,4597,125),(60982,4598,125),(60983,4599,125),(60984,4600,125),(60985,4601,125),(60986,4602,125),(60987,4603,125),(60988,4604,125),(60989,1328,125),(60990,6160,125),(60991,1330,125),(60992,1331,125),(60993,1332,125),(60994,1333,125),(60995,1334,125),(60996,1335,125),(60997,1336,125),(60998,5339,125),(60999,5340,125),(61000,5341,125),(61001,6056,125),(61002,5342,125),(61003,5343,125),(61004,5344,125),(61005,5345,125),(61006,1337,125),(61007,1338,125),(61008,1339,125),(61009,5347,125),(61010,1340,125),(61011,1341,125),(61012,1218,125),(61013,1219,125),(61014,1220,125),(61015,1221,125),(61016,1222,125),(61017,1223,125),(61018,1224,125),(61019,1225,125),(61020,1226,125),(61021,1227,125),(61022,1228,125),(61023,1229,125),(61024,1230,125),(61025,1231,125),(61026,1232,125),(61027,1233,125),(61028,1234,125),(61029,1235,125),(61030,1236,125),(61031,1237,125),(61032,1238,125),(61033,1239,125),(61034,1241,125),(61035,1242,125),(61036,1243,125),(61037,1244,125),(61038,1245,125),(61039,1246,125),(61040,1247,125),(61041,1248,125),(61042,1249,125),(61043,1250,125),(61044,1251,125),(61045,1252,125),(61046,1253,125),(61047,1254,125),(61048,1255,125),(61049,1256,125),(61050,1257,125),(61051,1258,125),(61052,1259,125),(61053,1260,125),(61054,1261,125),(61055,1262,125),(61056,1263,125),(61057,1264,125),(61058,1265,125),(61059,1266,125),(61060,1267,125),(61061,1268,125),(61062,1269,125),(61063,1270,125),(61064,1271,125),(61065,1272,125),(61066,1273,125),(61067,1274,125),(61068,1275,125),(61069,1276,125),(61070,1277,125),(61071,1278,125),(61072,1279,125),(61073,1280,125),(61074,1281,125),(61075,1282,125),(61076,1283,125),(61077,1284,125),(61078,1285,125),(61079,5398,125),(61080,5732,125),(61081,5851,125),(61082,1286,125),(61083,1287,125),(61084,4248,125),(61085,4249,125),(61086,4250,125),(61087,4251,125),(61088,4252,125),(61089,4253,125),(61090,4254,125),(61091,4255,125),(61092,4256,125),(61093,4257,125),(61094,4258,125),(61095,4259,125),(61096,4620,125),(61097,4260,125),(61098,4261,125),(61099,1288,125),(61100,1289,125),(61101,1290,125),(61102,265,125),(61103,291,125),(61104,292,125),(61105,293,125),(61106,266,125),(61107,267,125),(61108,268,125),(61109,269,125),(61110,270,125),(61111,271,125),(61112,272,125),(61113,273,125),(61114,274,125),(61115,275,125),(61116,276,125),(61117,277,125),(61118,278,125),(61119,279,125),(61120,280,125),(61121,281,125),(61122,282,125),(61123,283,125),(61124,284,125),(61125,285,125),(61126,286,125),(61127,287,125),(61128,288,125),(61129,289,125),(61130,290,125),(61131,1545,125),(61132,2112,125),(61133,2113,125),(61134,2114,125),(61135,2115,125),(61136,2116,125),(61137,2117,125),(61138,2118,125),(61139,2119,125),(61140,2120,125),(61141,2121,125),(61142,2122,125),(61143,2123,125),(61144,2124,125),(61145,2125,125),(61146,2126,125),(61147,2127,125),(61148,2128,125),(61149,2129,125),(61150,2130,125),(61151,2131,125),(61152,2132,125),(61153,1544,125),(61154,2133,125),(61155,2134,125),(61156,2135,125),(61157,2136,125),(61158,2137,125),(61159,2138,125),(61160,2139,125),(61161,2140,125),(61162,2141,125),(61163,2142,125),(61164,2143,125),(61165,2144,125),(61166,65,125),(61167,1543,125),(61168,2145,125),(61169,2146,125),(61170,2147,125),(61171,2148,125),(61172,2149,125),(61173,2150,125),(61174,2151,125),(61175,2152,125),(61176,2153,125),(61177,2154,125),(61178,2155,125),(61179,2156,125),(61180,2157,125),(61181,2158,125),(61182,2159,125),(61183,2160,125),(61184,2161,125),(61185,2162,125),(61186,2163,125),(61187,2164,125),(61188,2165,125),(61189,2166,125),(61190,2167,125),(61191,2168,125),(61192,2169,125),(61193,2170,125),(61194,2171,125),(61195,2172,125),(61196,2173,125),(61197,2174,125),(61198,2175,125),(61199,2176,125),(61200,2177,125),(61201,2178,125),(61202,2179,125),(61203,2180,125),(61204,2181,125),(61205,2182,125),(61206,2183,125),(61207,2184,125),(61208,2185,125),(61209,2186,125),(61210,2187,125),(61211,2188,125),(61212,2189,125),(61213,2190,125),(61214,2191,125),(61215,2192,125),(61216,2193,125),(61217,2194,125),(61218,2195,125),(61219,2196,125),(61220,2197,125),(61221,2198,125),(61222,2199,125),(61223,1580,125),(61224,2200,125),(61225,2201,125),(61226,2202,125),(61227,2203,125),(61228,2204,125),(61229,2205,125),(61230,2206,125),(61231,2207,125),(61232,2208,125),(61233,2209,125),(61234,2210,125),(61235,2211,125),(61236,2212,125),(61237,2213,125),(61238,2214,125),(61239,32,125),(61240,33,125),(61241,34,125),(61242,35,125),(61243,36,125),(61244,37,125),(61245,38,125),(61246,2215,125),(61247,1588,125),(61248,1528,125),(61249,1503,125),(61250,2216,125),(61251,2217,125),(61252,1507,125),(61253,2218,125),(61254,2219,125),(61255,1509,125),(61256,2220,125),(61257,2221,125),(61258,2222,125),(61259,2223,125),(61260,2224,125),(61261,2225,125),(61262,1342,125),(61263,1343,125),(61264,2226,125),(61265,2227,125),(61266,2228,125),(61267,2229,125),(61268,2230,125),(61269,2231,125),(61270,2232,125),(61271,2233,125),(61272,2234,125),(61273,1344,125),(61274,404,125),(61275,405,125),(61276,406,125),(61277,101,125),(61278,369,125),(61279,370,125),(61280,476,125),(61281,477,125),(61282,478,125),(61283,479,125),(61284,480,125),(61285,481,125),(61286,482,125),(61287,483,125),(61288,484,125),(61289,485,125),(61290,486,125),(61291,487,125),(61292,457,125),(61293,458,125),(61294,459,125),(61295,387,125),(61296,340,125),(61297,341,125),(61298,342,125),(61299,343,125),(61300,344,125),(61301,346,125),(61302,347,125),(61303,348,125),(61304,349,125),(61305,350,125),(61306,351,125),(61307,352,125),(61308,353,125),(61309,354,125),(61310,355,125),(61311,356,125),(61312,357,125),(61313,358,125),(61314,359,125),(61315,360,125),(61316,2235,125),(61317,2236,125),(61318,2237,125),(61319,2238,125),(61320,2239,125),(61321,2240,125),(61322,2241,125),(61323,2242,125),(61324,2243,125),(61325,2244,125),(61326,2245,125),(61327,2246,125),(61328,2247,125),(61329,2248,125),(61330,1345,125),(61331,1346,125),(61332,1347,125),(61333,1348,125),(61334,2249,125),(61335,2250,125),(61336,2251,125),(61337,1092,125),(61338,2252,125),(61339,2253,125),(61340,5350,125),(61341,5351,125),(61342,5352,125),(61343,5353,125),(61344,5354,125),(61345,5355,125),(61346,5356,125),(61347,5357,125),(61348,1349,125),(61349,1350,125),(61350,1351,125),(61351,1352,125),(61352,1353,125),(61353,1354,125),(61354,1355,125),(61355,1356,125),(61356,1357,125),(61357,1358,125),(61358,1359,125),(61359,1360,125),(61360,1361,125),(61361,1362,125),(61362,1363,125),(61363,1364,125),(61364,1365,125),(61365,1366,125),(61366,1367,125),(61367,1368,125),(61368,1369,125),(61369,4993,125),(61370,4994,125),(61371,5358,125),(61372,5359,125),(61373,1523,125),(61374,1524,125),(61375,1525,125),(61376,1526,125),(61377,1570,125),(61378,1370,125),(61379,1371,125),(61380,1372,125),(61381,2254,125),(61382,2255,125),(61383,1531,125),(61384,2256,125),(61385,2257,125),(61386,2258,125),(61387,2259,125),(61388,1535,125),(61389,1536,125),(61390,1373,125),(61391,1374,125),(61392,1375,125),(61393,6057,125),(61394,2260,125),(61395,2261,125),(61396,2262,125),(61397,2263,125),(61398,3462,125),(61399,1539,125),(61400,2264,125),(61401,2265,125),(61402,2266,125),(61403,2267,125),(61404,2268,125),(61405,2269,125),(61406,2270,125),(61407,2271,125),(61408,2272,125),(61409,2273,125),(61410,2274,125),(61411,2275,125),(61412,2276,125),(61413,2277,125),(61414,2278,125),(61415,2279,125),(61416,2280,125),(61417,2281,125),(61418,2282,125),(61419,2283,125),(61420,2284,125),(61421,2285,125),(61422,2286,125),(61423,2287,125),(61424,2288,125),(61425,2289,125),(61426,2290,125),(61427,2291,125),(61428,2292,125),(61429,2293,125),(61430,2294,125),(61431,2295,125),(61432,2296,125),(61433,2297,125),(61434,2298,125),(61435,2299,125),(61436,2300,125),(61437,2301,125),(61438,2302,125),(61439,2303,125),(61440,2304,125),(61441,2305,125),(61442,2306,125),(61443,2307,125),(61444,2308,125),(61445,2309,125),(61446,2310,125),(61447,2311,125),(61448,2312,125),(61449,2313,125),(61450,2314,125),(61451,2315,125),(61452,2316,125),(61453,2317,125),(61454,2318,125),(61455,1094,125),(61456,2319,125),(61457,2320,125),(61458,2321,125),(61459,2322,125),(61460,2323,125),(61461,2324,125),(61462,2325,125),(61463,2326,125),(61464,2327,125),(61465,2328,125),(61466,2329,125),(61467,2330,125),(61468,2331,125),(61469,2332,125),(61470,2333,125),(61471,2334,125),(61472,2335,125),(61473,2336,125),(61474,2337,125),(61475,2338,125),(61476,2339,125),(61477,2340,125),(61478,2341,125),(61479,2342,125),(61480,2343,125),(61481,2344,125),(61482,2345,125),(61483,2346,125),(61484,2347,125),(61485,2348,125),(61486,2349,125),(61487,2350,125),(61488,2351,125),(61489,2352,125),(61490,2353,125),(61491,2354,125),(61492,2355,125),(61493,2356,125),(61494,2357,125),(61495,2358,125),(61496,2359,125),(61497,2360,125),(61498,2361,125),(61499,2362,125),(61500,2363,125),(61501,2364,125),(61502,2365,125),(61503,2366,125),(61504,2367,125),(61505,2368,125),(61506,2369,125),(61507,2370,125),(61508,2371,125),(61509,2372,125),(61510,2373,125),(61511,2374,125),(61512,2375,125),(61513,2376,125),(61514,2377,125),(61515,2378,125),(61516,2379,125),(61517,2380,125),(61518,2381,125),(61519,2382,125),(61520,2383,125),(61521,2384,125),(61522,2385,125),(61523,2386,125),(61524,2387,125),(61525,2388,125),(61526,2389,125),(61527,2390,125),(61528,2391,125),(61529,2392,125),(61530,2393,125),(61531,2394,125),(61532,2395,125),(61533,2396,125),(61534,2397,125),(61535,2398,125),(61536,2399,125),(61537,2400,125),(61538,2401,125),(61539,2402,125),(61540,2403,125),(61541,2404,125),(61542,2405,125),(61543,2406,125),(61544,2407,125),(61545,2408,125),(61546,2409,125),(61547,2410,125),(61548,2411,125),(61549,2412,125),(61550,2413,125),(61551,2414,125),(61552,2415,125),(61553,2416,125),(61554,2417,125),(61555,2418,125),(61556,2419,125),(61557,2420,125),(61558,2421,125),(61559,2422,125),(61560,2423,125),(61561,2424,125),(61562,2425,125),(61563,2426,125),(61564,2427,125),(61565,2428,125),(61566,2429,125),(61567,2430,125),(61568,2431,125),(61569,2432,125),(61570,2433,125),(61571,2434,125),(61572,2435,125),(61573,2436,125),(61574,2437,125),(61575,2438,125),(61576,2439,125),(61577,2440,125),(61578,2441,125),(61579,2442,125),(61580,2443,125),(61581,2444,125),(61582,2445,125),(61583,2446,125),(61584,2447,125),(61585,2448,125),(61586,2449,125),(61587,2450,125),(61588,2451,125),(61589,2452,125),(61590,2453,125),(61591,2454,125),(61592,2455,125),(61593,2456,125),(61594,2457,125),(61595,2458,125),(61596,2459,125),(61597,2460,125),(61598,2461,125),(61599,2462,125),(61600,2463,125),(61601,2464,125),(61602,2465,125),(61603,2466,125),(61604,2467,125),(61605,2468,125),(61606,2469,125),(61607,2470,125),(61608,2471,125),(61609,2472,125),(61610,2473,125),(61611,2474,125),(61612,2475,125),(61613,2476,125),(61614,2477,125),(61615,2478,125),(61616,3463,125),(61617,2482,125),(61618,2483,125),(61619,2484,125),(61620,2485,125),(61621,2486,125),(61622,2487,125),(61623,2488,125),(61624,2489,125),(61625,2529,125),(61626,3464,125),(61627,1573,125),(61628,1554,125),(61629,1555,125),(61630,1556,125),(61631,1557,125),(61632,1558,125),(61633,1559,125),(61634,1560,125),(61635,3465,125),(61636,2491,125),(61637,2492,125),(61638,2493,125),(61639,2494,125),(61640,2495,125),(61641,2496,125),(61642,2497,125),(61643,2498,125),(61644,1606,125),(61645,1607,125),(61646,2499,125),(61647,2500,125),(61648,2501,125),(61649,2502,125),(61650,2503,125),(61651,2504,125),(61652,2505,125),(61653,2506,125),(61654,2507,125),(61655,2508,125),(61656,1589,125),(61657,1590,125),(61658,1591,125),(61659,1592,125),(61660,1593,125),(61661,1594,125),(61662,2641,125),(61663,1540,125),(61664,2509,125),(61665,1598,125),(61666,1601,125),(61667,1602,125),(61668,1600,125),(61669,2510,125),(61670,126,125),(61671,2655,125),(61672,2662,125),(61673,2663,125),(61674,6043,125),(61675,5346,125),(61676,5428,125),(61677,5429,125),(61678,5430,125),(61679,5431,125),(61680,5432,125),(61681,5433,125),(61682,5434,125),(61683,5435,125),(61684,5436,125),(61685,5437,125),(61686,5438,125),(61687,5439,125),(61688,5440,125),(61689,5441,125),(61690,5442,125),(61691,5443,125),(61692,5444,125),(61693,5445,125),(61694,5446,125),(61695,5447,125),(61696,5448,125),(61697,5449,125),(61698,5450,125),(61699,5451,125),(61700,5452,125),(61701,5453,125),(61702,5454,125),(61703,5455,125),(61704,5456,125),(61705,5457,125),(61706,5458,125),(61707,5459,125),(61708,5460,125),(61709,5461,125),(61710,5462,125),(61711,5463,125),(61712,5464,125),(61713,5465,125),(61714,5466,125),(61715,5467,125),(61716,5468,125),(61717,5469,125),(61718,5470,125),(61719,5471,125),(61720,5472,125),(61721,5473,125),(61722,5474,125),(61723,5475,125),(61724,5476,125),(61725,5477,125),(61726,5478,125),(61727,5479,125),(61728,5480,125),(61729,5481,125),(61730,5482,125),(61731,5483,125),(61732,5484,125),(61733,5485,125),(61734,5486,125),(61735,5487,125),(61736,5488,125),(61737,5489,125),(61738,5490,125),(61739,5491,125),(61740,5492,125),(61741,5493,125),(61742,5494,125),(61743,5495,125),(61744,5496,125),(61745,5497,125),(61746,5498,125),(61747,5499,125),(61748,5500,125),(61749,5501,125),(61750,5502,125),(61751,5503,125),(61752,5504,125),(61753,5505,125),(61754,5506,125),(61755,5507,125),(61756,5508,125),(61757,5509,125),(61758,5510,125),(61759,5511,125),(61760,5512,125),(61761,5513,125),(61762,5514,125),(61763,5515,125),(61764,5516,125),(61765,5517,125),(61766,5518,125),(61767,5519,125),(61768,5520,125),(61769,5521,125),(61770,5522,125),(61771,5523,125),(61772,5524,125),(61773,5525,125),(61774,5526,125),(61775,5527,125),(61776,5528,125),(61777,5529,125),(61778,5530,125),(61779,5531,125),(61780,5532,125),(61781,5533,125),(61782,5534,125),(61783,5535,125),(61784,5536,125),(61785,5537,125),(61786,5538,125),(61787,5539,125),(61788,5540,125),(61789,5541,125),(61790,5542,125),(61791,5543,125),(61792,5544,125),(61793,5545,125),(61794,5546,125),(61795,5547,125),(61796,5548,125),(61797,5549,125),(61798,5550,125),(61799,5551,125),(61800,6044,125),(61801,5942,125),(61802,5943,125),(61803,5944,125),(61804,5945,125),(61805,5946,125),(61806,5947,125),(61807,5948,125),(61808,5949,125),(61809,5950,125),(61810,5951,125),(61811,5952,125),(61812,5953,125),(61813,5954,125),(61814,5955,125),(61815,5956,125),(61816,5957,125),(61817,5958,125),(61818,5959,125),(61819,5960,125),(61820,5961,125),(61821,5962,125),(61822,5963,125),(61823,5964,125),(61824,5965,125),(61825,5966,125),(61826,5967,125),(61827,5968,125),(61828,5969,125),(61829,5970,125),(61830,5971,125),(61831,5972,125),(61832,5973,125),(61833,5974,125),(61834,5975,125),(61835,5976,125),(61836,5977,125),(61837,5978,125),(61838,5979,125),(61839,5980,125),(61840,5981,125),(61841,5982,125),(61842,5983,125),(61843,5984,125),(61844,5552,125),(61845,2511,125),(61846,2512,125),(61847,2657,125),(61848,2514,125),(61849,2515,125),(61850,1586,125),(61851,2516,125),(61852,2517,125),(61853,2518,125),(61854,2519,125),(61855,2520,125),(61856,1500,125),(61857,1501,125),(61858,2521,125),(61859,2522,125),(61860,2523,125),(61861,1595,125),(61862,2524,125),(61863,2525,125),(61864,2526,125),(61865,2527,125),(61866,2528,125),(61867,2530,125),(61868,2531,125),(61869,2532,125),(61870,2533,125),(61871,2534,125),(61872,2535,125),(61873,2536,125),(61874,2537,125),(61875,2538,125),(61876,2539,125),(61877,2540,125),(61878,2541,125),(61879,2542,125),(61880,2543,125),(61881,2544,125),(61882,2545,125),(61883,2546,125),(61884,2547,125),(61885,1488,125),(61886,1489,125),(61887,4012,125),(61888,4013,125),(61889,2548,125),(61890,2549,125),(61891,2550,125),(61892,2551,125),(61893,2552,125),(61894,2553,125),(61895,2554,125),(61896,2555,125),(61897,2556,125),(61898,2557,125),(61899,2558,125),(61900,2559,125),(61901,2560,125),(61902,2561,125),(61903,2562,125),(61904,2563,125),(61905,2564,125),(61906,2565,125),(61907,2566,125),(61908,2567,125),(61909,2568,125),(61910,2569,125),(61911,2570,125),(61912,2571,125),(61913,2572,125),(61914,2573,125),(61915,2574,125),(61916,2575,125),(61917,2576,125),(61918,2577,125),(61919,2578,125),(61920,2579,125),(61921,2580,125),(61922,2581,125),(61923,2582,125),(61924,2583,125),(61925,2584,125),(61926,2585,125),(61927,2586,125),(61928,2587,125),(61929,2588,125),(61930,2589,125),(61931,2590,125),(61932,2591,125),(61933,2592,125),(61934,2593,125),(61935,2594,125),(61936,2595,125),(61937,2596,125),(61938,1532,125),(61939,2597,125),(61940,2598,125),(61941,2599,125),(61942,2600,125),(61943,2601,125),(61944,2602,125),(61945,2603,125),(61946,2604,125),(61947,2605,125),(61948,2606,125),(61949,2607,125),(61950,2608,125),(61951,2609,125),(61952,2610,125),(61953,2611,125),(61954,2612,125),(61955,2613,125),(61956,2614,125),(61957,2615,125),(61958,2616,125),(61959,2617,125),(61960,2618,125),(61961,2619,125),(61962,2620,125),(61963,2621,125),(61964,2622,125),(61965,2623,125),(61966,2624,125),(61967,2625,125),(61968,2626,125),(61969,2627,125),(61970,2628,125),(61971,2629,125),(61972,2630,125),(61973,2631,125),(61974,2632,125),(61975,2633,125),(61976,2634,125),(61977,2635,125),(61978,2636,125),(61979,1490,125),(61980,1491,125),(61981,1492,125),(61982,2637,125),(61983,2638,125),(61984,2639,125),(61985,2640,125),(61986,2475,116),(61987,2494,116),(61988,2503,116),(61989,2520,116),(61990,2521,116),(61991,2522,116),(61992,2523,116),(61993,1291,126),(61994,1292,126),(61995,1293,126),(61996,1294,126),(61997,1295,126),(61998,3906,126),(61999,1297,126),(62000,1298,126),(62001,1240,126),(62002,1299,126),(62003,1300,126),(62004,1301,126),(62005,1302,126),(62006,1303,126),(62007,1304,126),(62008,1305,126),(62009,1306,126),(62010,1307,126),(62011,1308,126),(62012,3653,126),(62013,1309,126),(62014,1310,126),(62015,1311,126),(62016,1312,126),(62017,1313,126),(62018,1314,126),(62019,1315,126),(62020,1316,126),(62021,1317,126),(62022,1318,126),(62023,1319,126),(62024,1320,126),(62025,1321,126),(62026,1322,126),(62027,1323,126),(62028,1324,126),(62029,1325,126),(62030,1326,126),(62031,1327,126),(62032,3594,126),(62033,4242,126),(62034,4243,126),(62035,4244,126),(62036,4245,126),(62037,4246,126),(62038,4247,126),(62039,86,126),(62040,83,126),(62041,87,126),(62042,4595,126),(62043,4596,126),(62044,4597,126),(62045,4598,126),(62046,4599,126),(62047,4600,126),(62048,4601,126),(62049,4602,126),(62050,4603,126),(62051,4604,126),(62052,1328,126),(62053,6160,126),(62054,1330,126),(62055,1331,126),(62056,1332,126),(62057,1333,126),(62058,1334,126),(62059,1335,126),(62060,1336,126),(62061,5339,126),(62062,5340,126),(62063,5341,126),(62064,6056,126),(62065,5342,126),(62066,5343,126),(62067,5344,126),(62068,5345,126),(62069,1337,126),(62070,1338,126),(62071,1339,126),(62072,5347,126),(62073,1340,126),(62074,1341,126),(62075,1218,126),(62076,1219,126),(62077,1220,126),(62078,1221,126),(62079,1222,126),(62080,1223,126),(62081,1224,126),(62082,1225,126),(62083,1226,126),(62084,1227,126),(62085,1228,126),(62086,1229,126),(62087,1230,126),(62088,1231,126),(62089,1232,126),(62090,1233,126),(62091,1234,126),(62092,1235,126),(62093,1236,126),(62094,1237,126),(62095,1238,126),(62096,1239,126),(62097,1241,126),(62098,1242,126),(62099,1243,126),(62100,1244,126),(62101,1245,126),(62102,1246,126),(62103,1247,126),(62104,1248,126),(62105,1249,126),(62106,1250,126),(62107,1251,126),(62108,1252,126),(62109,1253,126),(62110,1254,126),(62111,1255,126),(62112,1256,126),(62113,1257,126),(62114,1258,126),(62115,1259,126),(62116,1260,126),(62117,1261,126),(62118,1262,126),(62119,1263,126),(62120,1264,126),(62121,1265,126),(62122,1266,126),(62123,1267,126),(62124,1268,126),(62125,1269,126),(62126,1270,126),(62127,1271,126),(62128,1272,126),(62129,1273,126),(62130,1274,126),(62131,1275,126),(62132,1276,126),(62133,1277,126),(62134,1278,126),(62135,1279,126),(62136,1280,126),(62137,1281,126),(62138,1282,126),(62139,1283,126),(62140,1284,126),(62141,1285,126),(62142,5398,126),(62143,5732,126),(62144,5851,126),(62145,1286,126),(62146,1287,126),(62147,4248,126),(62148,4249,126),(62149,4250,126),(62150,4251,126),(62151,4252,126),(62152,4253,126),(62153,4254,126),(62154,4255,126),(62155,4256,126),(62156,4257,126),(62157,4258,126),(62158,4259,126),(62159,4620,126),(62160,4260,126),(62161,4261,126),(62162,1288,126);
INSERT INTO `wp_icl_string_pages` VALUES (62163,1289,126),(62164,1290,126),(62165,265,126),(62166,291,126),(62167,292,126),(62168,293,126),(62169,266,126),(62170,267,126),(62171,268,126),(62172,269,126),(62173,270,126),(62174,271,126),(62175,272,126),(62176,273,126),(62177,274,126),(62178,275,126),(62179,276,126),(62180,277,126),(62181,278,126),(62182,279,126),(62183,280,126),(62184,281,126),(62185,282,126),(62186,283,126),(62187,284,126),(62188,285,126),(62189,286,126),(62190,287,126),(62191,288,126),(62192,289,126),(62193,290,126),(62194,1545,126),(62195,2112,126),(62196,2113,126),(62197,2114,126),(62198,2115,126),(62199,2116,126),(62200,2117,126),(62201,2118,126),(62202,2119,126),(62203,2120,126),(62204,2121,126),(62205,2122,126),(62206,2123,126),(62207,2124,126),(62208,2125,126),(62209,2126,126),(62210,2127,126),(62211,2128,126),(62212,2129,126),(62213,2130,126),(62214,2131,126),(62215,2132,126),(62216,1544,126),(62217,2133,126),(62218,2134,126),(62219,2135,126),(62220,2136,126),(62221,2137,126),(62222,2138,126),(62223,2139,126),(62224,2140,126),(62225,2141,126),(62226,2142,126),(62227,2143,126),(62228,2144,126),(62229,65,126),(62230,1543,126),(62231,2145,126),(62232,2146,126),(62233,2147,126),(62234,2148,126),(62235,2149,126),(62236,2150,126),(62237,2151,126),(62238,2152,126),(62239,2153,126),(62240,2154,126),(62241,2155,126),(62242,2156,126),(62243,2157,126),(62244,2158,126),(62245,2159,126),(62246,2160,126),(62247,2161,126),(62248,2162,126),(62249,2163,126),(62250,2164,126),(62251,2165,126),(62252,2166,126),(62253,2167,126),(62254,2168,126),(62255,2169,126),(62256,2170,126),(62257,2171,126),(62258,2172,126),(62259,2173,126),(62260,2174,126),(62261,2175,126),(62262,2176,126),(62263,2177,126),(62264,2178,126),(62265,2179,126),(62266,2180,126),(62267,2181,126),(62268,2182,126),(62269,2183,126),(62270,2184,126),(62271,2185,126),(62272,2186,126),(62273,2187,126),(62274,2188,126),(62275,2189,126),(62276,2190,126),(62277,2191,126),(62278,2192,126),(62279,2193,126),(62280,2194,126),(62281,2195,126),(62282,2196,126),(62283,2197,126),(62284,2198,126),(62285,2199,126),(62286,1580,126),(62287,2200,126),(62288,2201,126),(62289,2202,126),(62290,2203,126),(62291,2204,126),(62292,2205,126),(62293,2206,126),(62294,2207,126),(62295,2208,126),(62296,2209,126),(62297,2210,126),(62298,2211,126),(62299,2212,126),(62300,2213,126),(62301,2214,126),(62302,32,126),(62303,33,126),(62304,34,126),(62305,35,126),(62306,36,126),(62307,37,126),(62308,38,126),(62309,2215,126),(62310,1588,126),(62311,1528,126),(62312,1503,126),(62313,2216,126),(62314,2217,126),(62315,1507,126),(62316,2218,126),(62317,2219,126),(62318,1509,126),(62319,2220,126),(62320,2221,126),(62321,2222,126),(62322,2223,126),(62323,2224,126),(62324,2225,126),(62325,1342,126),(62326,1343,126),(62327,2226,126),(62328,2227,126),(62329,2228,126),(62330,2229,126),(62331,2230,126),(62332,2231,126),(62333,2232,126),(62334,2233,126),(62335,2234,126),(62336,1344,126),(62337,404,126),(62338,405,126),(62339,406,126),(62340,101,126),(62341,369,126),(62342,370,126),(62343,476,126),(62344,477,126),(62345,478,126),(62346,479,126),(62347,480,126),(62348,481,126),(62349,482,126),(62350,483,126),(62351,484,126),(62352,485,126),(62353,486,126),(62354,487,126),(62355,457,126),(62356,458,126),(62357,459,126),(62358,387,126),(62359,340,126),(62360,341,126),(62361,342,126),(62362,343,126),(62363,344,126),(62364,346,126),(62365,347,126),(62366,348,126),(62367,349,126),(62368,350,126),(62369,351,126),(62370,352,126),(62371,353,126),(62372,354,126),(62373,355,126),(62374,356,126),(62375,357,126),(62376,358,126),(62377,359,126),(62378,360,126),(62379,2235,126),(62380,2236,126),(62381,2237,126),(62382,2238,126),(62383,2239,126),(62384,2240,126),(62385,2241,126),(62386,2242,126),(62387,2243,126),(62388,2244,126),(62389,2245,126),(62390,2246,126),(62391,2247,126),(62392,2248,126),(62393,1345,126),(62394,1346,126),(62395,1347,126),(62396,1348,126),(62397,2249,126),(62398,2250,126),(62399,2251,126),(62400,1092,126),(62401,2252,126),(62402,2253,126),(62403,5350,126),(62404,5351,126),(62405,5352,126),(62406,5353,126),(62407,5354,126),(62408,5355,126),(62409,5356,126),(62410,5357,126),(62411,1349,126),(62412,1350,126),(62413,1351,126),(62414,1352,126),(62415,1353,126),(62416,1354,126),(62417,1355,126),(62418,1356,126),(62419,1357,126),(62420,1358,126),(62421,1359,126),(62422,1360,126),(62423,1361,126),(62424,1362,126),(62425,1363,126),(62426,1364,126),(62427,1365,126),(62428,1366,126),(62429,1367,126),(62430,1368,126),(62431,1369,126),(62432,4993,126),(62433,4994,126),(62434,5358,126),(62435,5359,126),(62436,1523,126),(62437,1524,126),(62438,1525,126),(62439,1526,126),(62440,1570,126),(62441,1370,126),(62442,1371,126),(62443,1372,126),(62444,2254,126),(62445,2255,126),(62446,1531,126),(62447,2256,126),(62448,2257,126),(62449,2258,126),(62450,2259,126),(62451,1535,126),(62452,1536,126),(62453,1373,126),(62454,1374,126),(62455,1375,126),(62456,6057,126),(62457,2260,126),(62458,2261,126),(62459,2262,126),(62460,2263,126),(62461,3462,126),(62462,1539,126),(62463,2264,126),(62464,2265,126),(62465,2266,126),(62466,2267,126),(62467,2268,126),(62468,2269,126),(62469,2270,126),(62470,2271,126),(62471,2272,126),(62472,2273,126),(62473,2274,126),(62474,2275,126),(62475,2276,126),(62476,2277,126),(62477,2278,126),(62478,2279,126),(62479,2280,126),(62480,2281,126),(62481,2282,126),(62482,2283,126),(62483,2284,126),(62484,2285,126),(62485,2286,126),(62486,2287,126),(62487,2288,126),(62488,2289,126),(62489,2290,126),(62490,2291,126),(62491,2292,126),(62492,2293,126),(62493,2294,126),(62494,2295,126),(62495,2296,126),(62496,2297,126),(62497,2298,126),(62498,2299,126),(62499,2300,126),(62500,2301,126),(62501,2302,126),(62502,2303,126),(62503,2304,126),(62504,2305,126),(62505,2306,126),(62506,2307,126),(62507,2308,126),(62508,2309,126),(62509,2310,126),(62510,2311,126),(62511,2312,126),(62512,2313,126),(62513,2314,126),(62514,2315,126),(62515,2316,126),(62516,2317,126),(62517,2318,126),(62518,1094,126),(62519,2319,126),(62520,2320,126),(62521,2321,126),(62522,2322,126),(62523,2323,126),(62524,2324,126),(62525,2325,126),(62526,2326,126),(62527,2327,126),(62528,2328,126),(62529,2329,126),(62530,2330,126),(62531,2331,126),(62532,2332,126),(62533,2333,126),(62534,2334,126),(62535,2335,126),(62536,2336,126),(62537,2337,126),(62538,2338,126),(62539,2339,126),(62540,2340,126),(62541,2341,126),(62542,2342,126),(62543,2343,126),(62544,2344,126),(62545,2345,126),(62546,2346,126),(62547,2347,126),(62548,2348,126),(62549,2349,126),(62550,2350,126),(62551,2351,126),(62552,2352,126),(62553,2353,126),(62554,2354,126),(62555,2355,126),(62556,2356,126),(62557,2357,126),(62558,2358,126),(62559,2359,126),(62560,2360,126),(62561,2361,126),(62562,2362,126),(62563,2363,126),(62564,2364,126),(62565,2365,126),(62566,2366,126),(62567,2367,126),(62568,2368,126),(62569,2369,126),(62570,2370,126),(62571,2371,126),(62572,2372,126),(62573,2373,126),(62574,2374,126),(62575,2375,126),(62576,2376,126),(62577,2377,126),(62578,2378,126),(62579,2379,126),(62580,2380,126),(62581,2381,126),(62582,2382,126),(62583,2383,126),(62584,2384,126),(62585,2385,126),(62586,2386,126),(62587,2387,126),(62588,2388,126),(62589,2389,126),(62590,2390,126),(62591,2391,126),(62592,2392,126),(62593,2393,126),(62594,2394,126),(62595,2395,126),(62596,2396,126),(62597,2397,126),(62598,2398,126),(62599,2399,126),(62600,2400,126),(62601,2401,126),(62602,2402,126),(62603,2403,126),(62604,2404,126),(62605,2405,126),(62606,2406,126),(62607,2407,126),(62608,2408,126),(62609,2409,126),(62610,2410,126),(62611,2411,126),(62612,2412,126),(62613,2413,126),(62614,2414,126),(62615,2415,126),(62616,2416,126),(62617,2417,126),(62618,2418,126),(62619,2419,126),(62620,2420,126),(62621,2421,126),(62622,2422,126),(62623,2423,126),(62624,2424,126),(62625,2425,126),(62626,2426,126),(62627,2427,126),(62628,2428,126),(62629,2429,126),(62630,2430,126),(62631,2431,126),(62632,2432,126),(62633,2433,126),(62634,2434,126),(62635,2435,126),(62636,2436,126),(62637,2437,126),(62638,2438,126),(62639,2439,126),(62640,2440,126),(62641,2441,126),(62642,2442,126),(62643,2443,126),(62644,2444,126),(62645,2445,126),(62646,2446,126),(62647,2447,126),(62648,2448,126),(62649,2449,126),(62650,2450,126),(62651,2451,126),(62652,2452,126),(62653,2453,126),(62654,2454,126),(62655,2455,126),(62656,2456,126),(62657,2457,126),(62658,2458,126),(62659,2459,126),(62660,2460,126),(62661,2461,126),(62662,2462,126),(62663,2463,126),(62664,2464,126),(62665,2465,126),(62666,2466,126),(62667,2467,126),(62668,2468,126),(62669,2469,126),(62670,2470,126),(62671,2471,126),(62672,2472,126),(62673,2473,126),(62674,2474,126),(62675,2475,126),(62676,2476,126),(62677,2477,126),(62678,2478,126),(62679,3463,126),(62680,2482,126),(62681,2483,126),(62682,2484,126),(62683,2485,126),(62684,2486,126),(62685,2487,126),(62686,2488,126),(62687,2489,126),(62688,2529,126),(62689,3464,126),(62690,1573,126),(62691,1554,126),(62692,1555,126),(62693,1556,126),(62694,1557,126),(62695,1558,126),(62696,1559,126),(62697,1560,126),(62698,3465,126),(62699,2491,126),(62700,2492,126),(62701,2493,126),(62702,2494,126),(62703,2495,126),(62704,2496,126),(62705,2497,126),(62706,2498,126),(62707,1606,126),(62708,1607,126),(62709,2499,126),(62710,2500,126),(62711,2501,126),(62712,2502,126),(62713,2503,126),(62714,2504,126),(62715,2505,126),(62716,2506,126),(62717,2507,126),(62718,2508,126),(62719,1589,126),(62720,1590,126),(62721,1591,126),(62722,1592,126),(62723,1593,126),(62724,1594,126),(62725,2641,126),(62726,1540,126),(62727,2509,126),(62728,1598,126),(62729,1601,126),(62730,1602,126),(62731,1600,126),(62732,2510,126),(62733,126,126),(62734,2655,126),(62735,2662,126),(62736,2663,126),(62737,6043,126),(62738,5346,126),(62739,5428,126),(62740,5429,126),(62741,5430,126),(62742,5431,126),(62743,5432,126),(62744,5433,126),(62745,5434,126),(62746,5435,126),(62747,5436,126),(62748,5437,126),(62749,5438,126),(62750,5439,126),(62751,5440,126),(62752,5441,126),(62753,5442,126),(62754,5443,126),(62755,5444,126),(62756,5445,126),(62757,5446,126),(62758,5447,126),(62759,5448,126),(62760,5449,126),(62761,5450,126),(62762,5451,126),(62763,5452,126),(62764,5453,126),(62765,5454,126),(62766,5455,126),(62767,5456,126),(62768,5457,126),(62769,5458,126),(62770,5459,126),(62771,5460,126),(62772,5461,126),(62773,5462,126),(62774,5463,126),(62775,5464,126),(62776,5465,126),(62777,5466,126),(62778,5467,126),(62779,5468,126),(62780,5469,126),(62781,5470,126),(62782,5471,126),(62783,5472,126),(62784,5473,126),(62785,5474,126),(62786,5475,126),(62787,5476,126),(62788,5477,126),(62789,5478,126),(62790,5479,126),(62791,5480,126),(62792,5481,126),(62793,5482,126),(62794,5483,126),(62795,5484,126),(62796,5485,126),(62797,5486,126),(62798,5487,126),(62799,5488,126),(62800,5489,126),(62801,5490,126),(62802,5491,126),(62803,5492,126),(62804,5493,126),(62805,5494,126),(62806,5495,126),(62807,5496,126),(62808,5497,126),(62809,5498,126),(62810,5499,126),(62811,5500,126),(62812,5501,126),(62813,5502,126),(62814,5503,126),(62815,5504,126),(62816,5505,126),(62817,5506,126),(62818,5507,126),(62819,5508,126),(62820,5509,126),(62821,5510,126),(62822,5511,126),(62823,5512,126),(62824,5513,126),(62825,5514,126),(62826,5515,126),(62827,5516,126),(62828,5517,126),(62829,5518,126),(62830,5519,126),(62831,5520,126),(62832,5521,126),(62833,5522,126),(62834,5523,126),(62835,5524,126),(62836,5525,126),(62837,5526,126),(62838,5527,126),(62839,5528,126),(62840,5529,126),(62841,5530,126),(62842,5531,126),(62843,5532,126),(62844,5533,126),(62845,5534,126),(62846,5535,126),(62847,5536,126),(62848,5537,126),(62849,5538,126),(62850,5539,126),(62851,5540,126),(62852,5541,126),(62853,5542,126),(62854,5543,126),(62855,5544,126),(62856,5545,126),(62857,5546,126),(62858,5547,126),(62859,5548,126),(62860,5549,126),(62861,5550,126),(62862,5551,126),(62863,6044,126),(62864,5942,126),(62865,5943,126),(62866,5944,126),(62867,5945,126),(62868,5946,126),(62869,5947,126),(62870,5948,126),(62871,5949,126),(62872,5950,126),(62873,5951,126),(62874,5952,126),(62875,5953,126),(62876,5954,126),(62877,5955,126),(62878,5956,126),(62879,5957,126),(62880,5958,126),(62881,5959,126),(62882,5960,126),(62883,5961,126),(62884,5962,126),(62885,5963,126),(62886,5964,126),(62887,5965,126),(62888,5966,126),(62889,5967,126),(62890,5968,126),(62891,5969,126),(62892,5970,126),(62893,5971,126),(62894,5972,126),(62895,5973,126),(62896,5974,126),(62897,5975,126),(62898,5976,126),(62899,5977,126),(62900,5978,126),(62901,5979,126),(62902,5980,126),(62903,5981,126),(62904,5982,126),(62905,5983,126),(62906,5984,126),(62907,5552,126),(62908,2511,126),(62909,2512,126),(62910,2657,126),(62911,2514,126),(62912,2515,126),(62913,2513,126),(62914,1586,126),(62915,2516,126),(62916,2517,126),(62917,2518,126),(62918,2519,126),(62919,2520,126),(62920,1500,126),(62921,1501,126),(62922,2521,126),(62923,2522,126),(62924,2523,126),(62925,1595,126),(62926,2524,126),(62927,2525,126),(62928,2526,126),(62929,2527,126),(62930,2528,126),(62931,2530,126),(62932,2531,126),(62933,2532,126),(62934,2533,126),(62935,2534,126),(62936,2535,126),(62937,2536,126),(62938,2537,126),(62939,2538,126),(62940,2539,126),(62941,2540,126),(62942,2541,126),(62943,2542,126),(62944,2543,126),(62945,2544,126),(62946,2545,126),(62947,2546,126),(62948,2547,126),(62949,1488,126),(62950,1489,126),(62951,4012,126),(62952,4013,126),(62953,2548,126),(62954,2549,126),(62955,2550,126),(62956,2551,126),(62957,2552,126),(62958,2553,126),(62959,2554,126),(62960,2555,126),(62961,2556,126),(62962,2557,126),(62963,2558,126),(62964,2559,126),(62965,2560,126),(62966,2561,126),(62967,2562,126),(62968,2563,126),(62969,2564,126),(62970,2565,126),(62971,2566,126),(62972,2567,126),(62973,2568,126),(62974,2569,126),(62975,2570,126),(62976,2571,126),(62977,2572,126),(62978,2573,126),(62979,2574,126),(62980,2575,126),(62981,2576,126),(62982,2577,126),(62983,2578,126),(62984,2579,126),(62985,2580,126),(62986,2581,126),(62987,2582,126),(62988,2583,126),(62989,2584,126),(62990,2585,126),(62991,2586,126),(62992,2587,126),(62993,2588,126),(62994,2589,126),(62995,2590,126),(62996,2591,126),(62997,2592,126),(62998,2593,126),(62999,2594,126),(63000,2595,126),(63001,2596,126),(63002,1532,126),(63003,2597,126),(63004,2598,126),(63005,2599,126),(63006,2600,126),(63007,2601,126),(63008,2602,126),(63009,2603,126),(63010,2604,126),(63011,2605,126),(63012,2606,126),(63013,2607,126),(63014,2608,126),(63015,2609,126),(63016,2610,126),(63017,2611,126),(63018,2612,126),(63019,2613,126),(63020,2614,126),(63021,2615,126),(63022,2616,126),(63023,2617,126),(63024,2618,126),(63025,2619,126),(63026,2620,126),(63027,2621,126),(63028,2622,126),(63029,2623,126),(63030,2624,126),(63031,2625,126),(63032,2626,126),(63033,2627,126),(63034,2628,126),(63035,2629,126),(63036,2630,126),(63037,2631,126),(63038,2632,126),(63039,2633,126),(63040,2634,126),(63041,2635,126),(63042,2636,126),(63043,1490,126),(63044,1491,126),(63045,1492,126),(63046,2637,126),(63047,2638,126),(63048,2639,126),(63049,2640,126),(63050,1567,3),(63051,1568,3),(63052,1586,3),(63053,2513,105),(63054,2657,105),(63055,2504,84),(63056,2505,84),(63057,2506,84),(63058,2511,84),(63059,2512,84),(63060,3916,84),(63061,2514,84),(63062,2515,84),(63063,2516,84),(63064,1291,127),(63065,1292,127),(63066,1293,127),(63067,1294,127),(63068,1295,127),(63069,3906,127),(63070,1297,127),(63071,1298,127),(63072,1240,127),(63073,1299,127),(63074,1300,127),(63075,1301,127),(63076,1302,127),(63077,1303,127),(63078,1304,127),(63079,1305,127),(63080,1306,127),(63081,1307,127),(63082,1308,127),(63083,3653,127),(63084,1309,127),(63085,1310,127),(63086,1311,127),(63087,1312,127),(63088,1313,127),(63089,1314,127),(63090,1315,127),(63091,1316,127),(63092,1317,127),(63093,1318,127),(63094,1319,127),(63095,1320,127),(63096,1321,127),(63097,1322,127),(63098,1323,127),(63099,1324,127),(63100,1325,127),(63101,1326,127),(63102,1327,127),(63103,3594,127),(63104,4242,127),(63105,4243,127),(63106,4244,127),(63107,4245,127),(63108,4246,127),(63109,4247,127),(63110,86,127),(63111,83,127),(63112,87,127),(63113,4595,127),(63114,4596,127),(63115,4597,127),(63116,4598,127),(63117,4599,127),(63118,4600,127),(63119,4601,127),(63120,4602,127),(63121,4603,127),(63122,4604,127),(63123,1328,127),(63124,6160,127),(63125,1330,127),(63126,1331,127),(63127,1332,127),(63128,1333,127),(63129,1334,127),(63130,1335,127),(63131,1336,127),(63132,5339,127),(63133,5340,127),(63134,5341,127),(63135,6056,127),(63136,5342,127),(63137,5343,127),(63138,5344,127),(63139,5345,127),(63140,1337,127),(63141,1338,127),(63142,1339,127),(63143,5347,127),(63144,1340,127),(63145,1341,127),(63146,1218,127),(63147,1219,127),(63148,1220,127),(63149,1221,127),(63150,1222,127),(63151,1223,127),(63152,1224,127),(63153,1225,127),(63154,1226,127),(63155,1227,127),(63156,1228,127),(63157,1229,127),(63158,1230,127),(63159,1231,127),(63160,1232,127),(63161,1233,127),(63162,1234,127),(63163,1235,127),(63164,1236,127),(63165,1237,127),(63166,1238,127),(63167,1239,127),(63168,1241,127),(63169,1242,127),(63170,1243,127),(63171,1244,127),(63172,1245,127),(63173,1246,127),(63174,1247,127),(63175,1248,127),(63176,1249,127),(63177,1250,127),(63178,1251,127),(63179,1252,127),(63180,1253,127),(63181,1254,127),(63182,1255,127),(63183,1256,127),(63184,1257,127),(63185,1258,127),(63186,1259,127),(63187,1260,127),(63188,1261,127),(63189,1262,127),(63190,1263,127),(63191,1264,127),(63192,1265,127),(63193,1266,127),(63194,1267,127),(63195,1268,127),(63196,1269,127),(63197,1270,127),(63198,1271,127),(63199,1272,127),(63200,1273,127),(63201,1274,127),(63202,1275,127),(63203,1276,127),(63204,1277,127),(63205,1278,127),(63206,1279,127),(63207,1280,127),(63208,1281,127),(63209,1282,127),(63210,1283,127),(63211,1284,127),(63212,1285,127),(63213,5398,127),(63214,5732,127),(63215,5851,127),(63216,1286,127),(63217,1287,127),(63218,4248,127),(63219,4249,127),(63220,4250,127),(63221,4251,127),(63222,4252,127),(63223,4253,127),(63224,4254,127),(63225,4255,127),(63226,4256,127),(63227,4257,127),(63228,4258,127),(63229,4259,127),(63230,4620,127),(63231,4260,127),(63232,4261,127),(63233,1288,127),(63234,1289,127),(63235,1290,127),(63236,1500,127),(63237,1501,127),(63238,1502,127),(63239,1503,127),(63240,1504,127),(63241,1505,127),(63242,1506,127),(63243,1507,127),(63244,1508,127),(63245,1509,127),(63246,1510,127),(63247,1511,127),(63248,1512,127),(63249,1513,127),(63250,1514,127),(63251,1515,127),(63252,1516,127),(63253,1517,127),(63254,1518,127),(63255,1519,127),(63256,1520,127),(63257,1521,127),(63258,1522,127),(63259,1342,127),(63260,1343,127),(63261,1344,127),(63262,1523,127),(63263,1345,127),(63264,1346,127),(63265,1347,127),(63266,1348,127),(63267,1092,127),(63268,2252,127),(63269,2253,127),(63270,5350,127),(63271,5351,127),(63272,5352,127),(63273,5353,127),(63274,5354,127),(63275,5355,127),(63276,5356,127),(63277,5357,127),(63278,1349,127),(63279,1350,127),(63280,1351,127),(63281,1352,127),(63282,1353,127),(63283,1354,127),(63284,1355,127),(63285,1356,127),(63286,1357,127),(63287,1358,127),(63288,1359,127),(63289,1360,127),(63290,1361,127),(63291,1362,127),(63292,1363,127),(63293,1364,127),(63294,1365,127),(63295,1366,127),(63296,1367,127),(63297,1368,127),(63298,1369,127),(63299,4993,127),(63300,4994,127),(63301,5358,127),(63302,5359,127),(63303,1524,127),(63304,1525,127),(63305,1526,127),(63306,1370,127),(63307,1371,127),(63308,1372,127),(63309,1527,127),(63310,1528,127),(63311,1529,127),(63312,6040,127),(63313,6041,127),(63314,6042,127),(63315,1530,127),(63316,1531,127),(63317,1532,127),(63318,1533,127),(63319,1534,127),(63320,65,127),(63321,1535,127),(63322,1536,127),(63323,1373,127),(63324,1374,127),(63325,1375,127),(63326,6057,127),(63327,1537,127),(63328,1538,127),(63329,3897,127),(63330,1539,127),(63331,1540,127),(63332,1541,127),(63333,1542,127),(63334,78,127),(63335,1543,127),(63336,1544,127),(63337,1545,127),(63338,1546,127),(63339,1547,127),(63340,1548,127),(63341,1549,127),(63342,1550,127),(63343,1551,127),(63344,1552,127),(63345,1553,127),(63346,1554,127),(63347,1555,127),(63348,1556,127),(63349,1557,127),(63350,1558,127),(63351,1559,127),(63352,1560,127),(63353,1561,127),(63354,1562,127),(63355,1563,127),(63356,1564,127),(63357,1565,127),(63358,1566,127),(63359,1567,127),(63360,1568,127),(63361,1569,127),(63362,1570,127),(63363,1571,127),(63364,1572,127),(63365,1573,127),(63366,1575,127),(63367,1576,127),(63368,1577,127),(63369,1578,127),(63370,1579,127),(63371,1580,127),(63372,1585,127),(63373,1586,127),(63374,5907,127),(63375,1581,127),(63376,1584,127),(63377,1583,127),(63378,1574,127),(63379,1582,127),(63380,1587,127),(63381,1094,127),(63382,1588,127),(63383,1589,127),(63384,1590,127),(63385,1591,127),(63386,1592,127),(63387,1593,127),(63388,1594,127),(63389,1595,127),(63390,1596,127),(63391,1597,127),(63392,1598,127),(63393,1599,127),(63394,1600,127),(63395,1601,127),(63396,1602,127),(63397,1603,127),(63398,1604,127),(63399,1605,127),(63400,1606,127),(63401,1607,127),(63402,1608,127),(63403,1609,127),(63404,1610,127),(63405,1611,127),(63406,1488,127),(63407,1489,127),(63408,1490,127),(63409,1491,127),(63410,1492,127),(63411,2475,122),(63412,2494,122),(63413,2503,122),(63414,2504,122),(63415,2505,122),(63416,2506,122),(63417,2511,122),(63418,2512,122),(63419,2513,122),(63420,2514,122),(63421,2515,122),(63422,1586,122),(63423,2516,122),(63424,2520,122),(63425,2521,122),(63426,2522,122),(63427,2523,122),(63428,2504,113),(63429,2505,113),(63430,2506,113),(63431,2511,113),(63432,2512,113),(63433,2513,113),(63434,2514,113),(63435,2515,113),(63436,1586,113),(63437,2516,113),(63438,2504,116),(63439,2505,116),(63440,2506,116),(63441,2511,116),(63442,2512,116),(63443,2513,116),(63444,2514,116),(63445,2515,116),(63446,1586,116),(63447,2516,116),(63448,2475,119),(63449,2494,119),(63450,2503,119),(63451,2504,119),(63452,2505,119),(63453,2506,119),(63454,2511,119),(63455,2512,119),(63456,2513,119),(63457,2514,119),(63458,2515,119),(63459,1586,119),(63460,2516,119),(63461,2520,119),(63462,2521,119),(63463,2522,119),(63464,2523,119),(63465,1291,128),(63466,1292,128),(63467,1293,128),(63468,1294,128),(63469,1295,128),(63470,3906,128),(63471,1297,128),(63472,1298,128),(63473,1240,128),(63474,1299,128),(63475,1300,128),(63476,1301,128),(63477,1302,128),(63478,1303,128),(63479,1304,128),(63480,1305,128),(63481,1306,128),(63482,1307,128),(63483,1308,128),(63484,3653,128),(63485,1309,128),(63486,1310,128),(63487,1311,128),(63488,1312,128),(63489,1313,128),(63490,1314,128),(63491,1315,128),(63492,1316,128),(63493,1317,128),(63494,1318,128),(63495,1319,128),(63496,1320,128),(63497,1321,128),(63498,1322,128),(63499,1323,128),(63500,1324,128),(63501,1325,128),(63502,1326,128),(63503,1327,128),(63504,3594,128),(63505,4242,128),(63506,4243,128),(63507,4244,128),(63508,4245,128),(63509,4246,128),(63510,4247,128),(63511,86,128),(63512,83,128),(63513,87,128),(63514,4595,128),(63515,4596,128),(63516,4597,128),(63517,4598,128),(63518,4599,128),(63519,4600,128),(63520,4601,128),(63521,4602,128),(63522,4603,128),(63523,4604,128),(63524,1328,128),(63525,6160,128),(63526,1330,128),(63527,1331,128),(63528,1332,128),(63529,1333,128),(63530,1334,128),(63531,1335,128),(63532,1336,128),(63533,5339,128),(63534,5340,128),(63535,5341,128),(63536,6056,128),(63537,5342,128),(63538,5343,128),(63539,5344,128),(63540,5345,128),(63541,1337,128),(63542,1338,128),(63543,1339,128),(63544,5347,128),(63545,1340,128),(63546,1341,128),(63547,1218,128),(63548,1219,128),(63549,1220,128),(63550,1221,128),(63551,1222,128),(63552,1223,128),(63553,1224,128),(63554,1225,128),(63555,1226,128),(63556,1227,128),(63557,1228,128),(63558,1229,128),(63559,1230,128),(63560,1231,128),(63561,1232,128),(63562,1233,128),(63563,1234,128),(63564,1235,128),(63565,1236,128),(63566,1237,128),(63567,1238,128),(63568,1239,128),(63569,1241,128),(63570,1242,128),(63571,1243,128),(63572,1244,128),(63573,1245,128),(63574,1246,128),(63575,1247,128),(63576,1248,128),(63577,1249,128),(63578,1250,128),(63579,1251,128),(63580,1252,128),(63581,1253,128),(63582,1254,128),(63583,1255,128),(63584,1256,128),(63585,1257,128),(63586,1258,128),(63587,1259,128),(63588,1260,128),(63589,1261,128),(63590,1262,128),(63591,1263,128),(63592,1264,128),(63593,1265,128),(63594,1266,128),(63595,1267,128),(63596,1268,128),(63597,1269,128),(63598,1270,128),(63599,1271,128),(63600,1272,128),(63601,1273,128),(63602,1274,128),(63603,1275,128),(63604,1276,128),(63605,1277,128),(63606,1278,128),(63607,1279,128),(63608,1280,128),(63609,1281,128),(63610,1282,128),(63611,1283,128),(63612,1284,128),(63613,1285,128),(63614,5398,128),(63615,5732,128),(63616,5851,128),(63617,1286,128),(63618,1287,128),(63619,4248,128),(63620,4249,128),(63621,4250,128),(63622,4251,128),(63623,4252,128),(63624,4253,128),(63625,4254,128),(63626,4255,128),(63627,4256,128),(63628,4257,128),(63629,4258,128),(63630,4259,128),(63631,4620,128),(63632,4260,128),(63633,4261,128),(63634,1288,128),(63635,1289,128),(63636,1290,128),(63637,265,128),(63638,291,128),(63639,292,128),(63640,293,128),(63641,266,128),(63642,267,128),(63643,268,128),(63644,269,128),(63645,270,128),(63646,271,128),(63647,272,128),(63648,273,128),(63649,274,128),(63650,275,128),(63651,276,128),(63652,277,128),(63653,278,128),(63654,279,128),(63655,280,128),(63656,281,128),(63657,282,128),(63658,283,128),(63659,284,128),(63660,285,128),(63661,286,128),(63662,287,128),(63663,288,128),(63664,289,128),(63665,290,128),(63666,1545,128),(63667,2112,128),(63668,2113,128),(63669,2114,128),(63670,2115,128),(63671,2116,128),(63672,2117,128),(63673,2118,128),(63674,2119,128),(63675,2120,128),(63676,2121,128),(63677,2122,128),(63678,2123,128),(63679,2124,128),(63680,2125,128),(63681,2126,128),(63682,2127,128),(63683,2128,128),(63684,2129,128),(63685,2130,128),(63686,2131,128),(63687,2132,128),(63688,1544,128),(63689,2133,128),(63690,2134,128),(63691,2135,128),(63692,2136,128),(63693,2137,128),(63694,2138,128),(63695,2139,128),(63696,2140,128),(63697,2141,128),(63698,2142,128),(63699,2143,128),(63700,2144,128),(63701,65,128),(63702,1543,128),(63703,2145,128),(63704,2146,128),(63705,2147,128),(63706,2148,128),(63707,2149,128),(63708,2150,128),(63709,2151,128),(63710,2152,128),(63711,2153,128),(63712,2154,128),(63713,2155,128),(63714,2156,128),(63715,2157,128),(63716,2158,128),(63717,2159,128),(63718,2160,128),(63719,2161,128),(63720,2162,128),(63721,2163,128),(63722,2164,128),(63723,2165,128),(63724,2166,128),(63725,2167,128),(63726,2168,128),(63727,2169,128),(63728,2170,128),(63729,2171,128),(63730,2172,128),(63731,2173,128),(63732,2174,128),(63733,2175,128),(63734,2176,128),(63735,2177,128),(63736,2178,128),(63737,2179,128),(63738,2180,128),(63739,2181,128),(63740,2182,128),(63741,2183,128),(63742,2184,128),(63743,2185,128),(63744,2186,128),(63745,2187,128),(63746,2188,128),(63747,2189,128),(63748,2190,128),(63749,2191,128),(63750,2192,128),(63751,2193,128),(63752,2194,128),(63753,2195,128),(63754,2196,128),(63755,2197,128),(63756,2198,128),(63757,2199,128),(63758,1580,128),(63759,2200,128),(63760,2201,128),(63761,2202,128),(63762,2203,128),(63763,2204,128),(63764,2205,128),(63765,2206,128),(63766,2207,128),(63767,2208,128),(63768,2209,128),(63769,2210,128),(63770,2211,128),(63771,2212,128),(63772,2213,128),(63773,2214,128),(63774,32,128),(63775,33,128),(63776,34,128),(63777,35,128),(63778,36,128),(63779,37,128),(63780,38,128),(63781,2215,128),(63782,1588,128),(63783,1528,128),(63784,1503,128),(63785,2216,128),(63786,2217,128),(63787,1507,128),(63788,2218,128),(63789,2219,128),(63790,1509,128),(63791,2220,128),(63792,2221,128),(63793,2222,128),(63794,2223,128),(63795,2224,128),(63796,2225,128),(63797,1342,128),(63798,1343,128),(63799,2226,128),(63800,2227,128),(63801,2228,128),(63802,2229,128),(63803,2230,128),(63804,2231,128),(63805,2232,128),(63806,2233,128),(63807,2234,128),(63808,1344,128),(63809,404,128),(63810,405,128),(63811,406,128),(63812,101,128),(63813,369,128),(63814,370,128),(63815,476,128),(63816,477,128),(63817,478,128),(63818,479,128),(63819,480,128),(63820,481,128),(63821,482,128),(63822,483,128),(63823,484,128),(63824,485,128),(63825,486,128),(63826,487,128),(63827,457,128),(63828,458,128),(63829,459,128),(63830,387,128),(63831,340,128),(63832,341,128),(63833,342,128),(63834,343,128),(63835,344,128),(63836,346,128),(63837,347,128),(63838,348,128),(63839,349,128),(63840,350,128),(63841,351,128),(63842,352,128),(63843,353,128),(63844,354,128),(63845,355,128),(63846,356,128),(63847,357,128),(63848,358,128),(63849,359,128),(63850,360,128),(63851,2235,128),(63852,2236,128),(63853,2237,128),(63854,2238,128),(63855,2239,128),(63856,2240,128),(63857,2241,128),(63858,2242,128),(63859,2243,128),(63860,2244,128),(63861,2245,128),(63862,2246,128),(63863,2247,128),(63864,2248,128),(63865,1345,128),(63866,1346,128),(63867,1347,128),(63868,1348,128),(63869,2249,128),(63870,2250,128),(63871,2251,128),(63872,1092,128),(63873,2252,128),(63874,2253,128),(63875,5350,128),(63876,5351,128),(63877,5352,128),(63878,5353,128),(63879,5354,128),(63880,5355,128),(63881,5356,128),(63882,5357,128),(63883,1349,128),(63884,1350,128),(63885,1351,128),(63886,1352,128),(63887,1353,128),(63888,1354,128),(63889,1355,128),(63890,1356,128),(63891,1357,128),(63892,1358,128),(63893,1359,128),(63894,1360,128),(63895,1361,128),(63896,1362,128),(63897,1363,128),(63898,1364,128),(63899,1365,128),(63900,1366,128),(63901,1367,128),(63902,1368,128),(63903,1369,128),(63904,4993,128),(63905,4994,128),(63906,5358,128),(63907,5359,128),(63908,1523,128),(63909,1524,128),(63910,1525,128),(63911,1526,128),(63912,1570,128),(63913,1370,128),(63914,1371,128),(63915,1372,128),(63916,2254,128),(63917,2255,128),(63918,1531,128),(63919,2256,128),(63920,2257,128),(63921,2258,128),(63922,2259,128),(63923,1535,128),(63924,1536,128),(63925,1373,128),(63926,1374,128),(63927,1375,128),(63928,6057,128),(63929,2260,128),(63930,2261,128),(63931,2262,128),(63932,2263,128),(63933,3462,128),(63934,1539,128),(63935,2264,128),(63936,2265,128),(63937,2266,128),(63938,2267,128),(63939,2268,128),(63940,2269,128),(63941,2270,128),(63942,2271,128),(63943,2272,128),(63944,2273,128),(63945,2274,128),(63946,2275,128),(63947,2276,128),(63948,2277,128),(63949,2278,128),(63950,2279,128),(63951,2280,128),(63952,2281,128),(63953,2282,128),(63954,2283,128),(63955,2284,128),(63956,2285,128),(63957,2286,128),(63958,2287,128),(63959,2288,128),(63960,2289,128),(63961,2290,128),(63962,2291,128),(63963,2292,128),(63964,2293,128),(63965,2294,128),(63966,2295,128),(63967,2296,128),(63968,2297,128),(63969,2298,128),(63970,2299,128),(63971,2300,128),(63972,2301,128),(63973,2302,128),(63974,2303,128),(63975,2304,128),(63976,2305,128),(63977,2306,128),(63978,2307,128),(63979,2308,128),(63980,2309,128),(63981,2310,128),(63982,2311,128),(63983,2312,128),(63984,2313,128),(63985,2314,128),(63986,2315,128),(63987,2316,128),(63988,2317,128),(63989,2318,128),(63990,1094,128),(63991,2319,128),(63992,2320,128),(63993,2321,128),(63994,2322,128),(63995,2323,128),(63996,2324,128),(63997,2325,128),(63998,2326,128),(63999,2327,128),(64000,2328,128),(64001,2329,128),(64002,2330,128),(64003,2331,128),(64004,2332,128),(64005,2333,128),(64006,2334,128),(64007,2335,128),(64008,2336,128),(64009,2337,128),(64010,2338,128),(64011,2339,128),(64012,2340,128),(64013,2341,128),(64014,2342,128),(64015,2343,128),(64016,2344,128),(64017,2345,128),(64018,2346,128),(64019,2347,128),(64020,2348,128),(64021,2349,128),(64022,2350,128),(64023,2351,128),(64024,2352,128),(64025,2353,128),(64026,2354,128),(64027,2355,128),(64028,2356,128),(64029,2357,128),(64030,2358,128),(64031,2359,128),(64032,2360,128),(64033,2361,128),(64034,2362,128),(64035,2363,128),(64036,2364,128),(64037,2365,128),(64038,2366,128),(64039,2367,128),(64040,2368,128),(64041,2369,128),(64042,2370,128),(64043,2371,128),(64044,2372,128),(64045,2373,128),(64046,2374,128),(64047,2375,128),(64048,2376,128),(64049,2377,128),(64050,2378,128),(64051,2379,128),(64052,2380,128),(64053,2381,128),(64054,2382,128),(64055,2383,128),(64056,2384,128),(64057,2385,128),(64058,2386,128),(64059,2387,128),(64060,2388,128),(64061,2389,128),(64062,2390,128),(64063,2391,128),(64064,2392,128),(64065,2393,128),(64066,2394,128),(64067,2395,128),(64068,2396,128),(64069,2397,128),(64070,2398,128),(64071,2399,128),(64072,2400,128),(64073,2401,128),(64074,2402,128),(64075,2403,128),(64076,2404,128),(64077,2405,128),(64078,2406,128),(64079,2407,128),(64080,2408,128),(64081,2409,128),(64082,2410,128),(64083,2411,128),(64084,2412,128),(64085,2413,128),(64086,2414,128),(64087,2415,128),(64088,2416,128),(64089,2417,128),(64090,2418,128),(64091,2419,128),(64092,2420,128),(64093,2421,128),(64094,2422,128),(64095,2423,128),(64096,2424,128),(64097,2425,128),(64098,2426,128),(64099,2427,128),(64100,2428,128),(64101,2429,128),(64102,2430,128),(64103,2431,128),(64104,2432,128),(64105,2433,128),(64106,2434,128),(64107,2435,128),(64108,2436,128),(64109,2437,128),(64110,2438,128),(64111,2439,128),(64112,2440,128),(64113,2441,128),(64114,2442,128),(64115,2443,128),(64116,2444,128),(64117,2445,128),(64118,2446,128),(64119,2447,128),(64120,2448,128),(64121,2449,128),(64122,2450,128),(64123,2451,128),(64124,2452,128),(64125,2453,128),(64126,2454,128),(64127,2455,128),(64128,2456,128),(64129,2457,128),(64130,2458,128),(64131,2459,128),(64132,2460,128),(64133,2461,128),(64134,2462,128),(64135,2463,128),(64136,2464,128),(64137,2465,128),(64138,2466,128),(64139,2467,128),(64140,2468,128),(64141,2469,128),(64142,2470,128),(64143,2471,128),(64144,2472,128),(64145,2473,128),(64146,2474,128),(64147,2475,128),(64148,2476,128),(64149,2477,128),(64150,2478,128),(64151,3463,128),(64152,2482,128),(64153,2483,128),(64154,2484,128),(64155,2485,128),(64156,2486,128),(64157,2487,128),(64158,2488,128),(64159,2489,128),(64160,2529,128),(64161,3464,128),(64162,1573,128),(64163,1554,128),(64164,1555,128),(64165,1556,128),(64166,1557,128),(64167,1558,128),(64168,1559,128),(64169,1560,128),(64170,3465,128),(64171,2491,128),(64172,2492,128),(64173,2493,128),(64174,2494,128),(64175,2495,128),(64176,2496,128),(64177,2497,128),(64178,2498,128),(64179,1606,128),(64180,1607,128),(64181,2499,128),(64182,2500,128),(64183,2501,128),(64184,2502,128),(64185,2503,128),(64186,2504,128),(64187,2505,128),(64188,2506,128),(64189,2507,128),(64190,2508,128),(64191,1589,128),(64192,1590,128),(64193,1591,128),(64194,1592,128),(64195,1593,128),(64196,1594,128),(64197,2641,128),(64198,1540,128),(64199,2509,128),(64200,1598,128),(64201,1601,128),(64202,1602,128),(64203,1600,128),(64204,2510,128),(64205,126,128),(64206,2655,128),(64207,2662,128),(64208,2663,128),(64209,6043,128),(64210,5346,128),(64211,5428,128),(64212,5429,128),(64213,5430,128),(64214,5431,128),(64215,5432,128),(64216,5433,128),(64217,5434,128),(64218,5435,128),(64219,5436,128),(64220,5437,128),(64221,5438,128),(64222,5439,128),(64223,5440,128),(64224,5441,128),(64225,5442,128),(64226,5443,128),(64227,5444,128),(64228,5445,128),(64229,5446,128),(64230,5447,128),(64231,5448,128),(64232,5449,128),(64233,5450,128),(64234,5451,128),(64235,5452,128),(64236,5453,128),(64237,5454,128),(64238,5455,128),(64239,5456,128),(64240,5457,128),(64241,5458,128),(64242,5459,128),(64243,5460,128),(64244,5461,128),(64245,5462,128),(64246,5463,128),(64247,5464,128),(64248,5465,128),(64249,5466,128),(64250,5467,128),(64251,5468,128),(64252,5469,128),(64253,5470,128),(64254,5471,128),(64255,5472,128),(64256,5473,128),(64257,5474,128),(64258,5475,128),(64259,5476,128),(64260,5477,128),(64261,5478,128),(64262,5479,128),(64263,5480,128),(64264,5481,128),(64265,5482,128),(64266,5483,128),(64267,5484,128),(64268,5485,128),(64269,5486,128),(64270,5487,128),(64271,5488,128),(64272,5489,128),(64273,5490,128),(64274,5491,128),(64275,5492,128),(64276,5493,128),(64277,5494,128),(64278,5495,128),(64279,5496,128),(64280,5497,128),(64281,5498,128),(64282,5499,128),(64283,5500,128),(64284,5501,128),(64285,5502,128),(64286,5503,128),(64287,5504,128),(64288,5505,128),(64289,5506,128),(64290,5507,128),(64291,5508,128),(64292,5509,128),(64293,5510,128),(64294,5511,128),(64295,5512,128),(64296,5513,128),(64297,5514,128),(64298,5515,128),(64299,5516,128),(64300,5517,128),(64301,5518,128),(64302,5519,128),(64303,5520,128),(64304,5521,128),(64305,5522,128),(64306,5523,128),(64307,5524,128),(64308,5525,128),(64309,5526,128),(64310,5527,128),(64311,5528,128),(64312,5529,128),(64313,5530,128),(64314,5531,128),(64315,5532,128),(64316,5533,128),(64317,5534,128),(64318,5535,128),(64319,5536,128),(64320,5537,128),(64321,5538,128),(64322,5539,128),(64323,5540,128),(64324,5541,128),(64325,5542,128),(64326,5543,128),(64327,5544,128),(64328,5545,128),(64329,5546,128),(64330,5547,128),(64331,5548,128),(64332,5549,128),(64333,5550,128),(64334,5551,128),(64335,6044,128),(64336,5942,128),(64337,5943,128),(64338,5944,128),(64339,5945,128),(64340,5946,128),(64341,5947,128),(64342,5948,128),(64343,5949,128),(64344,5950,128),(64345,5951,128),(64346,5952,128),(64347,5953,128),(64348,5954,128),(64349,5955,128),(64350,5956,128),(64351,5957,128),(64352,5958,128),(64353,5959,128),(64354,5960,128),(64355,5961,128),(64356,5962,128),(64357,5963,128),(64358,5964,128),(64359,5965,128),(64360,5966,128),(64361,5967,128),(64362,5968,128),(64363,5969,128),(64364,5970,128),(64365,5971,128),(64366,5972,128),(64367,5973,128),(64368,5974,128),(64369,5975,128),(64370,5976,128),(64371,5977,128),(64372,5978,128),(64373,5979,128),(64374,5980,128),(64375,5981,128),(64376,5982,128),(64377,5983,128),(64378,5984,128),(64379,5552,128),(64380,2511,128),(64381,2512,128),(64382,2657,128),(64383,2514,128),(64384,2515,128),(64385,2513,128),(64386,1586,128),(64387,2516,128),(64388,2517,128),(64389,2518,128),(64390,2519,128),(64391,2520,128),(64392,1500,128),(64393,1501,128),(64394,2521,128),(64395,2522,128),(64396,2523,128),(64397,1595,128),(64398,2524,128),(64399,2525,128),(64400,2526,128),(64401,2527,128),(64402,2528,128),(64403,2530,128),(64404,2531,128),(64405,2532,128),(64406,2533,128),(64407,2534,128),(64408,2535,128),(64409,2536,128),(64410,2537,128),(64411,2538,128),(64412,2539,128),(64413,2540,128),(64414,2541,128),(64415,2542,128),(64416,2543,128),(64417,2544,128),(64418,2545,128),(64419,2546,128),(64420,2547,128),(64421,1488,128),(64422,1489,128),(64423,4012,128),(64424,4013,128),(64425,2548,128),(64426,2549,128),(64427,2550,128),(64428,2551,128),(64429,2552,128),(64430,2553,128),(64431,2554,128),(64432,2555,128),(64433,2556,128),(64434,2557,128),(64435,2558,128),(64436,2559,128),(64437,2560,128),(64438,2561,128),(64439,2562,128),(64440,2563,128),(64441,2564,128),(64442,2565,128),(64443,2566,128),(64444,2567,128),(64445,2568,128),(64446,2569,128),(64447,2570,128),(64448,2571,128),(64449,2572,128),(64450,2573,128),(64451,2574,128),(64452,2575,128),(64453,2576,128),(64454,2577,128),(64455,2578,128),(64456,2579,128),(64457,2580,128),(64458,2581,128),(64459,2582,128),(64460,2583,128),(64461,2584,128),(64462,2585,128),(64463,2586,128),(64464,2587,128),(64465,2588,128),(64466,2589,128),(64467,2590,128),(64468,2591,128),(64469,2592,128),(64470,2593,128),(64471,2594,128),(64472,2595,128),(64473,2596,128),(64474,1532,128),(64475,2597,128),(64476,2598,128),(64477,2599,128),(64478,2600,128),(64479,2601,128),(64480,2602,128),(64481,2603,128),(64482,2604,128),(64483,2605,128),(64484,2606,128),(64485,2607,128),(64486,2608,128),(64487,2609,128),(64488,2610,128),(64489,2611,128),(64490,2612,128),(64491,2613,128),(64492,2614,128),(64493,2615,128),(64494,2616,128),(64495,2617,128),(64496,2618,128),(64497,2619,128),(64498,2620,128),(64499,2621,128),(64500,2622,128),(64501,2623,128),(64502,2624,128),(64503,2625,128),(64504,2626,128),(64505,2627,128),(64506,2628,128),(64507,2629,128),(64508,2630,128),(64509,2631,128),(64510,2632,128),(64511,2633,128),(64512,2634,128),(64513,2635,128),(64514,2636,128),(64515,1490,128),(64516,1491,128),(64517,1492,128),(64518,2637,128),(64519,2638,128),(64520,2639,128),(64521,2640,128),(64522,1291,129),(64523,1292,129),(64524,1293,129),(64525,1294,129),(64526,1295,129),(64527,3906,129),(64528,1297,129),(64529,1298,129),(64530,1240,129),(64531,1299,129),(64532,1300,129),(64533,1301,129),(64534,1302,129),(64535,1303,129),(64536,1304,129),(64537,1305,129),(64538,1306,129),(64539,1307,129),(64540,1308,129),(64541,3653,129),(64542,1309,129),(64543,1310,129),(64544,1311,129),(64545,1312,129),(64546,1313,129),(64547,1314,129),(64548,1315,129),(64549,1316,129),(64550,1317,129),(64551,1318,129),(64552,1319,129),(64553,1320,129),(64554,1321,129),(64555,1322,129),(64556,1323,129),(64557,1324,129),(64558,1325,129),(64559,1326,129),(64560,1327,129),(64561,3594,129),(64562,4242,129),(64563,4243,129),(64564,4244,129),(64565,4245,129),(64566,4246,129),(64567,4247,129),(64568,86,129),(64569,83,129),(64570,87,129),(64571,4595,129),(64572,4596,129),(64573,4597,129),(64574,4598,129),(64575,4599,129),(64576,4600,129),(64577,4601,129),(64578,4602,129),(64579,4603,129),(64580,4604,129),(64581,1328,129),(64582,6160,129),(64583,1330,129),(64584,1331,129),(64585,1332,129),(64586,1333,129),(64587,1334,129),(64588,1335,129),(64589,1336,129),(64590,5339,129),(64591,5340,129),(64592,5341,129),(64593,6056,129),(64594,5342,129),(64595,5343,129),(64596,5344,129),(64597,5345,129),(64598,1337,129),(64599,1338,129),(64600,1339,129),(64601,5347,129),(64602,1340,129),(64603,1341,129),(64604,1218,129),(64605,1219,129),(64606,1220,129),(64607,1221,129),(64608,1222,129),(64609,1223,129),(64610,1224,129),(64611,1225,129),(64612,1226,129),(64613,1227,129),(64614,1228,129),(64615,1229,129),(64616,1230,129),(64617,1231,129),(64618,1232,129),(64619,1233,129),(64620,1234,129),(64621,1235,129),(64622,1236,129),(64623,1237,129),(64624,1238,129),(64625,1239,129),(64626,1241,129),(64627,1242,129),(64628,1243,129),(64629,1244,129),(64630,1245,129),(64631,1246,129),(64632,1247,129),(64633,1248,129),(64634,1249,129),(64635,1250,129),(64636,1251,129),(64637,1252,129),(64638,1253,129),(64639,1254,129),(64640,1255,129),(64641,1256,129),(64642,1257,129),(64643,1258,129),(64644,1259,129),(64645,1260,129),(64646,1261,129),(64647,1262,129),(64648,1263,129),(64649,1264,129),(64650,1265,129),(64651,1266,129),(64652,1267,129),(64653,1268,129),(64654,1269,129),(64655,1270,129),(64656,1271,129),(64657,1272,129),(64658,1273,129),(64659,1274,129),(64660,1275,129),(64661,1276,129),(64662,1277,129),(64663,1278,129),(64664,1279,129),(64665,1280,129),(64666,1281,129),(64667,1282,129),(64668,1283,129),(64669,1284,129),(64670,1285,129),(64671,5398,129),(64672,5732,129),(64673,5851,129),(64674,1286,129),(64675,1287,129),(64676,4248,129),(64677,4249,129),(64678,4250,129),(64679,4251,129),(64680,4252,129),(64681,4253,129),(64682,4254,129),(64683,4255,129),(64684,4256,129),(64685,4257,129),(64686,4258,129),(64687,4259,129),(64688,4620,129),(64689,4260,129),(64690,4261,129),(64691,1288,129),(64692,1289,129),(64693,1290,129),(64694,265,129),(64695,291,129),(64696,292,129),(64697,293,129),(64698,266,129),(64699,267,129),(64700,268,129),(64701,269,129),(64702,270,129),(64703,271,129),(64704,272,129),(64705,273,129),(64706,274,129),(64707,275,129),(64708,276,129),(64709,277,129),(64710,278,129),(64711,279,129),(64712,280,129),(64713,281,129),(64714,282,129),(64715,283,129),(64716,284,129),(64717,285,129),(64718,286,129),(64719,287,129),(64720,288,129),(64721,289,129),(64722,290,129),(64723,1545,129),(64724,2112,129),(64725,2113,129),(64726,2114,129),(64727,2115,129),(64728,2116,129),(64729,2117,129),(64730,2118,129),(64731,2119,129),(64732,2120,129),(64733,2121,129),(64734,2122,129),(64735,2123,129),(64736,2124,129),(64737,2125,129),(64738,2126,129),(64739,2127,129),(64740,2128,129),(64741,2129,129),(64742,2130,129),(64743,2131,129),(64744,2132,129),(64745,1544,129),(64746,2133,129),(64747,2134,129),(64748,2135,129),(64749,2136,129),(64750,2137,129),(64751,2138,129),(64752,2139,129),(64753,2140,129),(64754,2141,129),(64755,2142,129),(64756,2143,129),(64757,2144,129),(64758,65,129),(64759,1543,129),(64760,2145,129),(64761,2146,129),(64762,2147,129),(64763,2148,129),(64764,2149,129),(64765,2150,129),(64766,2151,129),(64767,2152,129),(64768,2153,129),(64769,2154,129),(64770,2155,129),(64771,2156,129),(64772,2157,129),(64773,2158,129),(64774,2159,129),(64775,2160,129),(64776,2161,129),(64777,2162,129),(64778,2163,129),(64779,2164,129),(64780,2165,129),(64781,2166,129),(64782,2167,129),(64783,2168,129),(64784,2169,129),(64785,2170,129),(64786,2171,129),(64787,2172,129),(64788,2173,129),(64789,2174,129),(64790,2175,129),(64791,2176,129),(64792,2177,129),(64793,2178,129),(64794,2179,129),(64795,2180,129),(64796,2181,129),(64797,2182,129),(64798,2183,129),(64799,2184,129),(64800,2185,129),(64801,2186,129),(64802,2187,129),(64803,2188,129),(64804,2189,129),(64805,2190,129),(64806,2191,129),(64807,2192,129),(64808,2193,129),(64809,2194,129),(64810,2195,129),(64811,2196,129),(64812,2197,129),(64813,2198,129),(64814,2199,129),(64815,1580,129),(64816,2200,129),(64817,2201,129),(64818,2202,129),(64819,2203,129),(64820,2204,129),(64821,2205,129),(64822,2206,129),(64823,2207,129),(64824,2208,129),(64825,2209,129),(64826,2210,129),(64827,2211,129),(64828,2212,129),(64829,2213,129),(64830,2214,129),(64831,32,129),(64832,33,129),(64833,34,129),(64834,35,129),(64835,36,129),(64836,37,129),(64837,38,129),(64838,2215,129),(64839,1588,129),(64840,1528,129),(64841,1503,129),(64842,2216,129),(64843,2217,129),(64844,1507,129),(64845,2218,129),(64846,2219,129),(64847,1509,129),(64848,2220,129),(64849,2221,129),(64850,2222,129),(64851,2223,129),(64852,2224,129),(64853,2225,129),(64854,1342,129),(64855,1343,129),(64856,2226,129),(64857,2227,129),(64858,2228,129),(64859,2229,129),(64860,2230,129),(64861,2231,129),(64862,2232,129),(64863,2233,129),(64864,2234,129),(64865,1344,129),(64866,404,129),(64867,405,129),(64868,406,129),(64869,101,129),(64870,369,129),(64871,370,129),(64872,476,129),(64873,477,129),(64874,478,129),(64875,479,129),(64876,480,129),(64877,481,129),(64878,482,129),(64879,483,129),(64880,484,129),(64881,485,129),(64882,486,129),(64883,487,129),(64884,457,129),(64885,458,129),(64886,459,129),(64887,387,129),(64888,340,129),(64889,341,129),(64890,342,129),(64891,343,129),(64892,344,129),(64893,346,129),(64894,347,129),(64895,348,129),(64896,349,129),(64897,350,129),(64898,351,129),(64899,352,129),(64900,353,129),(64901,354,129),(64902,355,129),(64903,356,129),(64904,357,129),(64905,358,129),(64906,359,129),(64907,360,129),(64908,2235,129),(64909,2236,129),(64910,2237,129),(64911,2238,129),(64912,2239,129),(64913,2240,129),(64914,2241,129),(64915,2242,129),(64916,2243,129),(64917,2244,129),(64918,2245,129),(64919,2246,129),(64920,2247,129),(64921,2248,129),(64922,1345,129),(64923,1346,129),(64924,1347,129),(64925,1348,129),(64926,2249,129),(64927,2250,129),(64928,2251,129),(64929,1092,129),(64930,2252,129),(64931,2253,129),(64932,5350,129),(64933,5351,129),(64934,5352,129),(64935,5353,129),(64936,5354,129),(64937,5355,129),(64938,5356,129),(64939,5357,129),(64940,1349,129),(64941,1350,129),(64942,1351,129),(64943,1352,129),(64944,1353,129),(64945,1354,129),(64946,1355,129),(64947,1356,129),(64948,1357,129),(64949,1358,129),(64950,1359,129),(64951,1360,129),(64952,1361,129),(64953,1362,129),(64954,1363,129),(64955,1364,129),(64956,1365,129),(64957,1366,129),(64958,1367,129),(64959,1368,129),(64960,1369,129),(64961,4993,129),(64962,4994,129),(64963,5358,129),(64964,5359,129),(64965,1523,129),(64966,1524,129),(64967,1525,129),(64968,1526,129),(64969,1570,129),(64970,1370,129),(64971,1371,129),(64972,1372,129),(64973,2254,129),(64974,2255,129),(64975,1531,129),(64976,2256,129),(64977,2257,129),(64978,2258,129),(64979,2259,129),(64980,1535,129),(64981,1536,129),(64982,1373,129),(64983,1374,129),(64984,1375,129),(64985,6057,129),(64986,2260,129),(64987,2261,129),(64988,2262,129),(64989,2263,129),(64990,3462,129),(64991,1539,129),(64992,2264,129),(64993,2265,129),(64994,2266,129),(64995,2267,129),(64996,2268,129),(64997,2269,129),(64998,2270,129),(64999,2271,129),(65000,2272,129),(65001,2273,129),(65002,2274,129),(65003,2275,129),(65004,2276,129),(65005,2277,129),(65006,2278,129),(65007,2279,129),(65008,2280,129),(65009,2281,129),(65010,2282,129),(65011,2283,129),(65012,2284,129),(65013,2285,129),(65014,2286,129),(65015,2287,129),(65016,2288,129),(65017,2289,129),(65018,2290,129),(65019,2291,129),(65020,2292,129),(65021,2293,129),(65022,2294,129),(65023,2295,129),(65024,2296,129),(65025,2297,129),(65026,2298,129),(65027,2299,129),(65028,2300,129),(65029,2301,129),(65030,2302,129),(65031,2303,129),(65032,2304,129),(65033,2305,129),(65034,2306,129),(65035,2307,129),(65036,2308,129),(65037,2309,129),(65038,2310,129),(65039,2311,129),(65040,2312,129),(65041,2313,129),(65042,2314,129),(65043,2315,129),(65044,2316,129),(65045,2317,129),(65046,2318,129),(65047,1094,129),(65048,2319,129),(65049,2320,129),(65050,2321,129),(65051,2322,129),(65052,2323,129),(65053,2324,129),(65054,2325,129),(65055,2326,129),(65056,2327,129),(65057,2328,129),(65058,2329,129),(65059,2330,129),(65060,2331,129),(65061,2332,129),(65062,2333,129),(65063,2334,129),(65064,2335,129),(65065,2336,129),(65066,2337,129),(65067,2338,129),(65068,2339,129),(65069,2340,129),(65070,2341,129),(65071,2342,129),(65072,2343,129),(65073,2344,129),(65074,2345,129),(65075,2346,129),(65076,2347,129),(65077,2348,129),(65078,2349,129),(65079,2350,129),(65080,2351,129),(65081,2352,129),(65082,2353,129),(65083,2354,129),(65084,2355,129),(65085,2356,129),(65086,2357,129),(65087,2358,129),(65088,2359,129),(65089,2360,129),(65090,2361,129),(65091,2362,129),(65092,2363,129),(65093,2364,129),(65094,2365,129),(65095,2366,129),(65096,2367,129),(65097,2368,129),(65098,2369,129),(65099,2370,129),(65100,2371,129),(65101,2372,129),(65102,2373,129),(65103,2374,129),(65104,2375,129),(65105,2376,129),(65106,2377,129),(65107,2378,129),(65108,2379,129),(65109,2380,129),(65110,2381,129),(65111,2382,129),(65112,2383,129),(65113,2384,129),(65114,2385,129),(65115,2386,129),(65116,2387,129),(65117,2388,129),(65118,2389,129),(65119,2390,129),(65120,2391,129),(65121,2392,129),(65122,2393,129),(65123,2394,129),(65124,2395,129),(65125,2396,129),(65126,2397,129),(65127,2398,129),(65128,2399,129),(65129,2400,129),(65130,2401,129),(65131,2402,129),(65132,2403,129),(65133,2404,129),(65134,2405,129),(65135,2406,129),(65136,2407,129),(65137,2408,129),(65138,2409,129),(65139,2410,129),(65140,2411,129),(65141,2412,129),(65142,2413,129),(65143,2414,129),(65144,2415,129),(65145,2416,129),(65146,2417,129),(65147,2418,129),(65148,2419,129),(65149,2420,129),(65150,2421,129),(65151,2422,129),(65152,2423,129),(65153,2424,129),(65154,2425,129),(65155,2426,129),(65156,2427,129),(65157,2428,129),(65158,2429,129),(65159,2430,129),(65160,2431,129),(65161,2432,129),(65162,2433,129),(65163,2434,129),(65164,2435,129),(65165,2436,129),(65166,2437,129),(65167,2438,129),(65168,2439,129),(65169,2440,129),(65170,2441,129),(65171,2442,129),(65172,2443,129),(65173,2444,129),(65174,2445,129),(65175,2446,129),(65176,2447,129),(65177,2448,129),(65178,2449,129),(65179,2450,129),(65180,2451,129),(65181,2452,129),(65182,2453,129),(65183,2454,129),(65184,2455,129),(65185,2456,129),(65186,2457,129),(65187,2458,129),(65188,2459,129),(65189,2460,129),(65190,2461,129),(65191,2462,129),(65192,2463,129),(65193,2464,129),(65194,2465,129),(65195,2466,129),(65196,2467,129),(65197,2468,129),(65198,2469,129),(65199,2470,129),(65200,2471,129),(65201,2472,129),(65202,2473,129),(65203,2474,129),(65204,2475,129),(65205,2476,129),(65206,2477,129),(65207,2478,129),(65208,3463,129),(65209,2482,129),(65210,2483,129),(65211,2484,129),(65212,2485,129),(65213,2486,129),(65214,2487,129),(65215,2488,129),(65216,2489,129),(65217,2529,129),(65218,3464,129),(65219,1573,129),(65220,1554,129),(65221,1555,129),(65222,1556,129),(65223,1557,129),(65224,1558,129),(65225,1559,129),(65226,1560,129),(65227,3465,129),(65228,2491,129),(65229,2492,129),(65230,2493,129),(65231,2494,129),(65232,2495,129),(65233,2496,129),(65234,2497,129),(65235,2498,129),(65236,1606,129),(65237,1607,129),(65238,2499,129),(65239,2500,129),(65240,2501,129),(65241,2502,129),(65242,2503,129),(65243,2504,129),(65244,2505,129),(65245,2506,129),(65246,2507,129),(65247,2508,129),(65248,1589,129),(65249,1590,129),(65250,1591,129),(65251,1592,129),(65252,1593,129),(65253,1594,129),(65254,2641,129),(65255,1540,129),(65256,2509,129),(65257,1598,129),(65258,1601,129),(65259,1602,129),(65260,1600,129),(65261,2510,129),(65262,126,129),(65263,2655,129),(65264,2662,129),(65265,2663,129),(65266,6043,129),(65267,5346,129),(65268,5428,129),(65269,5429,129),(65270,5430,129),(65271,5431,129),(65272,5432,129),(65273,5433,129),(65274,5434,129),(65275,5435,129),(65276,5436,129),(65277,5437,129),(65278,5438,129),(65279,5439,129),(65280,5440,129),(65281,5441,129),(65282,5442,129),(65283,5443,129),(65284,5444,129),(65285,5445,129),(65286,5446,129),(65287,5447,129),(65288,5448,129),(65289,5449,129),(65290,5450,129),(65291,5451,129),(65292,5452,129),(65293,5453,129),(65294,5454,129),(65295,5455,129),(65296,5456,129),(65297,5457,129),(65298,5458,129),(65299,5459,129),(65300,5460,129),(65301,5461,129),(65302,5462,129),(65303,5463,129),(65304,5464,129),(65305,5465,129),(65306,5466,129),(65307,5467,129),(65308,5468,129),(65309,5469,129),(65310,5470,129),(65311,5471,129),(65312,5472,129),(65313,5473,129),(65314,5474,129),(65315,5475,129),(65316,5476,129),(65317,5477,129),(65318,5478,129),(65319,5479,129),(65320,5480,129),(65321,5481,129),(65322,5482,129),(65323,5483,129),(65324,5484,129),(65325,5485,129),(65326,5486,129),(65327,5487,129),(65328,5488,129),(65329,5489,129),(65330,5490,129),(65331,5491,129),(65332,5492,129),(65333,5493,129),(65334,5494,129),(65335,5495,129),(65336,5496,129),(65337,5497,129),(65338,5498,129),(65339,5499,129),(65340,5500,129),(65341,5501,129),(65342,5502,129),(65343,5503,129),(65344,5504,129),(65345,5505,129),(65346,5506,129),(65347,5507,129),(65348,5508,129),(65349,5509,129),(65350,5510,129),(65351,5511,129),(65352,5512,129),(65353,5513,129),(65354,5514,129),(65355,5515,129),(65356,5516,129),(65357,5517,129),(65358,5518,129),(65359,5519,129),(65360,5520,129),(65361,5521,129),(65362,5522,129),(65363,5523,129),(65364,5524,129),(65365,5525,129),(65366,5526,129),(65367,5527,129),(65368,5528,129),(65369,5529,129),(65370,5530,129),(65371,5531,129),(65372,5532,129),(65373,5533,129),(65374,5534,129),(65375,5535,129),(65376,5536,129),(65377,5537,129),(65378,5538,129),(65379,5539,129),(65380,5540,129),(65381,5541,129),(65382,5542,129),(65383,5543,129),(65384,5544,129),(65385,5545,129),(65386,5546,129),(65387,5547,129),(65388,5548,129),(65389,5549,129),(65390,5550,129),(65391,5551,129),(65392,6044,129),(65393,5942,129),(65394,5943,129),(65395,5944,129),(65396,5945,129),(65397,5946,129),(65398,5947,129),(65399,5948,129),(65400,5949,129),(65401,5950,129),(65402,5951,129),(65403,5952,129),(65404,5953,129),(65405,5954,129),(65406,5955,129),(65407,5956,129),(65408,5957,129),(65409,5958,129),(65410,5959,129),(65411,5960,129),(65412,5961,129),(65413,5962,129),(65414,5963,129),(65415,5964,129),(65416,5965,129),(65417,5966,129),(65418,5967,129),(65419,5968,129),(65420,5969,129),(65421,5970,129),(65422,5971,129),(65423,5972,129),(65424,5973,129),(65425,5974,129),(65426,5975,129),(65427,5976,129),(65428,5977,129),(65429,5978,129),(65430,5979,129),(65431,5980,129),(65432,5981,129),(65433,5982,129),(65434,5983,129),(65435,5984,129),(65436,5552,129),(65437,2511,129),(65438,2512,129),(65439,2657,129),(65440,2514,129),(65441,2515,129),(65442,2513,129),(65443,1586,129),(65444,2516,129),(65445,2517,129),(65446,2518,129),(65447,2519,129),(65448,2520,129),(65449,1500,129),(65450,1501,129),(65451,2521,129),(65452,2522,129),(65453,2523,129),(65454,1595,129),(65455,2524,129),(65456,2525,129),(65457,2526,129),(65458,2527,129),(65459,2528,129),(65460,2530,129),(65461,2531,129),(65462,2532,129),(65463,2533,129),(65464,2534,129),(65465,2535,129),(65466,2536,129),(65467,2537,129),(65468,2538,129),(65469,2539,129),(65470,2540,129),(65471,2541,129),(65472,2542,129),(65473,2543,129),(65474,2544,129),(65475,2545,129),(65476,2546,129),(65477,2547,129),(65478,1488,129),(65479,1489,129),(65480,4012,129),(65481,4013,129),(65482,2548,129),(65483,2549,129),(65484,2550,129),(65485,2551,129),(65486,2552,129),(65487,2553,129),(65488,2554,129),(65489,2555,129),(65490,2556,129),(65491,2557,129),(65492,2558,129),(65493,2559,129),(65494,2560,129),(65495,2561,129),(65496,2562,129),(65497,2563,129),(65498,2564,129),(65499,2565,129),(65500,2566,129),(65501,2567,129),(65502,2568,129),(65503,2569,129),(65504,2570,129),(65505,2571,129),(65506,2572,129),(65507,2573,129),(65508,2574,129),(65509,2575,129),(65510,2576,129),(65511,2577,129),(65512,2578,129),(65513,2579,129),(65514,2580,129),(65515,2581,129),(65516,2582,129),(65517,2583,129),(65518,2584,129),(65519,2585,129),(65520,2586,129),(65521,2587,129),(65522,2588,129),(65523,2589,129),(65524,2590,129),(65525,2591,129),(65526,2592,129),(65527,2593,129),(65528,2594,129),(65529,2595,129),(65530,2596,129),(65531,1532,129),(65532,2597,129),(65533,2598,129),(65534,2599,129),(65535,2600,129),(65536,2601,129),(65537,2602,129),(65538,2603,129),(65539,2604,129),(65540,2605,129),(65541,2606,129),(65542,2607,129),(65543,2608,129),(65544,2609,129),(65545,2610,129),(65546,2611,129),(65547,2612,129),(65548,2613,129),(65549,2614,129),(65550,2615,129),(65551,2616,129),(65552,2617,129),(65553,2618,129),(65554,2619,129),(65555,2620,129),(65556,2621,129),(65557,2622,129),(65558,2623,129),(65559,2624,129),(65560,2625,129),(65561,2626,129),(65562,2627,129),(65563,2628,129),(65564,2629,129),(65565,2630,129),(65566,2631,129),(65567,2632,129),(65568,2633,129),(65569,2634,129),(65570,2635,129),(65571,2636,129),(65572,1490,129),(65573,1491,129),(65574,1492,129),(65575,2637,129),(65576,2638,129),(65577,2639,129),(65578,2640,129),(65579,3899,130),(65580,4861,130),(65581,4862,130),(65582,4863,130),(65583,4864,130),(65584,4865,130),(65585,4866,130),(65586,4867,130),(65587,4868,130),(65588,2,130),(65589,6030,130),(65590,6046,130),(65591,1343,130),(65592,1092,130),(65593,1093,130),(65594,4101,130),(65595,1428,130),(65596,1429,130),(65597,1497,130),(65598,1498,130),(65599,3899,131),(65600,6046,131),(65601,1428,131),(65602,1429,131),(65603,1612,132),(65604,1613,132),(65605,1614,132),(65606,3899,132),(65607,6046,132),(65608,1428,132),(65609,1429,132),(65610,3899,133),(65611,6046,133),(65612,1428,133),(65613,1429,133),(65614,3899,134),(65615,6046,134),(65616,1428,134),(65617,1429,134),(65618,3899,135),(65619,6046,135),(65620,1428,135),(65621,1429,135),(65622,3899,136),(65623,6046,136),(65624,1428,136),(65625,1429,136),(65626,3899,137),(65627,6046,137),(65628,1428,137),(65629,1429,137),(65630,3899,138),(65631,6046,138),(65632,1428,138),(65633,1429,138),(65634,3899,139),(65635,6046,139),(65636,1428,139),(65637,1429,139),(65638,3899,140),(65639,6046,140),(65640,1428,140),(65641,1429,140),(65642,3899,141),(65643,6046,141),(65644,1428,141),(65645,1429,141),(65646,3905,56),(65647,1291,142),(65648,1292,142),(65649,1293,142),(65650,1294,142),(65651,1295,142),(65652,3906,142),(65653,1297,142),(65654,1298,142),(65655,1240,142),(65656,1299,142),(65657,1300,142),(65658,1301,142),(65659,1302,142),(65660,1303,142),(65661,1304,142),(65662,1305,142),(65663,1306,142),(65664,1307,142),(65665,1308,142),(65666,3653,142),(65667,1309,142),(65668,1310,142),(65669,1311,142),(65670,1312,142),(65671,1313,142),(65672,1314,142),(65673,1315,142),(65674,1316,142),(65675,1317,142),(65676,1318,142),(65677,1319,142),(65678,1320,142),(65679,1321,142),(65680,1322,142),(65681,1323,142),(65682,1324,142),(65683,1325,142),(65684,1326,142),(65685,1327,142),(65686,3594,142),(65687,4242,142),(65688,4243,142),(65689,4244,142),(65690,4245,142),(65691,4246,142),(65692,4247,142),(65693,86,142),(65694,83,142),(65695,87,142),(65696,4595,142),(65697,4596,142),(65698,4597,142),(65699,4598,142),(65700,4599,142),(65701,4600,142),(65702,4601,142),(65703,4602,142),(65704,4603,142),(65705,4604,142),(65706,1328,142),(65707,6160,142),(65708,1330,142),(65709,1331,142),(65710,1332,142),(65711,1333,142),(65712,1334,142),(65713,1335,142),(65714,1336,142),(65715,5339,142),(65716,5340,142),(65717,5341,142),(65718,6056,142),(65719,5342,142),(65720,5343,142),(65721,5344,142),(65722,5345,142),(65723,1337,142),(65724,1338,142),(65725,1339,142),(65726,5347,142),(65727,1340,142),(65728,1341,142),(65729,1218,142),(65730,1219,142),(65731,1220,142),(65732,1221,142),(65733,1222,142),(65734,1223,142),(65735,1224,142),(65736,1225,142),(65737,1226,142),(65738,1227,142),(65739,1228,142),(65740,1229,142),(65741,1230,142),(65742,1231,142),(65743,1232,142),(65744,1233,142),(65745,1234,142),(65746,1235,142),(65747,1236,142),(65748,1237,142),(65749,1238,142),(65750,1239,142),(65751,1241,142),(65752,1242,142),(65753,1243,142),(65754,1244,142),(65755,1245,142),(65756,1246,142),(65757,1247,142),(65758,1248,142),(65759,1249,142),(65760,1250,142),(65761,1251,142),(65762,1252,142),(65763,1253,142),(65764,1254,142),(65765,1255,142),(65766,1256,142),(65767,1257,142),(65768,1258,142),(65769,1259,142),(65770,1260,142),(65771,1261,142),(65772,1262,142),(65773,1263,142),(65774,1264,142),(65775,1265,142),(65776,1266,142),(65777,1267,142),(65778,1268,142),(65779,1269,142),(65780,1270,142),(65781,1271,142),(65782,1272,142),(65783,1273,142),(65784,1274,142),(65785,1275,142),(65786,1276,142),(65787,1277,142),(65788,1278,142),(65789,1279,142),(65790,1280,142),(65791,1281,142),(65792,1282,142),(65793,1283,142),(65794,1284,142),(65795,1285,142),(65796,5398,142),(65797,5732,142),(65798,5851,142),(65799,1286,142),(65800,1287,142),(65801,4248,142),(65802,4249,142),(65803,4250,142),(65804,4251,142),(65805,4252,142),(65806,4253,142),(65807,4254,142),(65808,4255,142),(65809,4256,142),(65810,4257,142),(65811,4258,142),(65812,4259,142),(65813,4620,142),(65814,4260,142),(65815,4261,142),(65816,1288,142),(65817,1289,142),(65818,1290,142),(65819,265,142),(65820,291,142),(65821,292,142),(65822,293,142),(65823,266,142),(65824,267,142),(65825,268,142),(65826,269,142),(65827,270,142),(65828,271,142),(65829,272,142),(65830,273,142),(65831,274,142),(65832,275,142),(65833,276,142),(65834,277,142),(65835,278,142),(65836,279,142),(65837,280,142),(65838,281,142),(65839,282,142),(65840,283,142),(65841,284,142),(65842,285,142),(65843,286,142),(65844,287,142),(65845,288,142),(65846,289,142),(65847,290,142),(65848,1545,142),(65849,2112,142),(65850,2113,142),(65851,2114,142),(65852,2115,142),(65853,2116,142),(65854,2117,142),(65855,2118,142),(65856,2119,142),(65857,2120,142),(65858,2121,142),(65859,2122,142),(65860,2123,142),(65861,2124,142),(65862,2125,142),(65863,2126,142),(65864,2127,142),(65865,2128,142),(65866,2129,142),(65867,2130,142),(65868,2131,142),(65869,2132,142),(65870,1544,142),(65871,2133,142),(65872,2134,142),(65873,2135,142),(65874,2136,142),(65875,2137,142),(65876,2138,142),(65877,2139,142),(65878,2140,142),(65879,2141,142),(65880,2142,142),(65881,2143,142),(65882,2144,142),(65883,65,142),(65884,1543,142),(65885,2145,142),(65886,2146,142),(65887,2147,142),(65888,2148,142),(65889,2149,142),(65890,2150,142),(65891,2151,142),(65892,2152,142),(65893,2153,142),(65894,2154,142),(65895,2155,142),(65896,2156,142),(65897,2157,142),(65898,2158,142),(65899,2159,142),(65900,2160,142),(65901,2161,142),(65902,2162,142),(65903,2163,142),(65904,2164,142),(65905,2165,142),(65906,2166,142),(65907,2167,142),(65908,2168,142),(65909,2169,142),(65910,2170,142),(65911,2171,142),(65912,2172,142),(65913,2173,142),(65914,2174,142),(65915,2175,142),(65916,2176,142),(65917,2177,142),(65918,2178,142),(65919,2179,142),(65920,2180,142),(65921,2181,142),(65922,2182,142),(65923,2183,142),(65924,2184,142),(65925,2185,142),(65926,2186,142),(65927,2187,142),(65928,2188,142),(65929,2189,142),(65930,2190,142),(65931,2191,142),(65932,2192,142),(65933,2193,142),(65934,2194,142),(65935,2195,142),(65936,2196,142),(65937,2197,142),(65938,2198,142),(65939,2199,142),(65940,1580,142),(65941,2200,142),(65942,2201,142),(65943,2202,142),(65944,2203,142),(65945,2204,142),(65946,2205,142),(65947,2206,142),(65948,2207,142),(65949,2208,142),(65950,2209,142),(65951,2210,142),(65952,2211,142),(65953,2212,142),(65954,2213,142),(65955,2214,142),(65956,32,142),(65957,33,142),(65958,34,142),(65959,35,142),(65960,36,142),(65961,37,142),(65962,38,142),(65963,2215,142),(65964,1588,142),(65965,1528,142),(65966,1503,142),(65967,2216,142),(65968,2217,142),(65969,1507,142),(65970,2218,142),(65971,2219,142),(65972,1509,142),(65973,2220,142),(65974,2221,142),(65975,2222,142),(65976,2223,142),(65977,2224,142),(65978,2225,142),(65979,1342,142),(65980,1343,142),(65981,2226,142),(65982,2227,142),(65983,2228,142),(65984,2229,142),(65985,2230,142),(65986,2231,142),(65987,2232,142),(65988,2233,142),(65989,2234,142),(65990,1344,142),(65991,404,142),(65992,405,142),(65993,406,142),(65994,101,142),(65995,369,142),(65996,370,142),(65997,476,142),(65998,477,142),(65999,478,142),(66000,479,142),(66001,480,142),(66002,481,142),(66003,482,142),(66004,483,142),(66005,484,142),(66006,485,142),(66007,486,142),(66008,487,142),(66009,457,142),(66010,458,142),(66011,459,142),(66012,387,142),(66013,340,142),(66014,341,142),(66015,342,142),(66016,343,142),(66017,344,142),(66018,346,142),(66019,347,142),(66020,348,142),(66021,349,142),(66022,350,142),(66023,351,142),(66024,352,142),(66025,353,142),(66026,354,142),(66027,355,142),(66028,356,142),(66029,357,142),(66030,358,142),(66031,359,142),(66032,360,142),(66033,2235,142),(66034,2236,142),(66035,2237,142),(66036,2238,142),(66037,2239,142),(66038,2240,142),(66039,2241,142),(66040,2242,142),(66041,2243,142),(66042,2244,142),(66043,2245,142),(66044,2246,142),(66045,2247,142),(66046,2248,142),(66047,1345,142),(66048,1346,142),(66049,1347,142),(66050,1348,142),(66051,2249,142),(66052,2250,142),(66053,2251,142),(66054,1092,142),(66055,2252,142),(66056,2253,142),(66057,5350,142),(66058,5351,142),(66059,5352,142),(66060,5353,142),(66061,5354,142),(66062,5355,142),(66063,5356,142),(66064,5357,142),(66065,1349,142),(66066,1350,142),(66067,1351,142),(66068,1352,142),(66069,1353,142),(66070,1354,142),(66071,1355,142),(66072,1356,142),(66073,1357,142),(66074,1358,142),(66075,1359,142),(66076,1360,142),(66077,1361,142),(66078,1362,142),(66079,1363,142),(66080,1364,142),(66081,1365,142),(66082,1366,142),(66083,1367,142),(66084,1368,142),(66085,1369,142),(66086,4993,142),(66087,4994,142),(66088,5358,142),(66089,5359,142),(66090,1523,142),(66091,1524,142),(66092,1525,142),(66093,1526,142),(66094,1570,142),(66095,1370,142),(66096,1371,142),(66097,1372,142),(66098,2254,142),(66099,2255,142),(66100,1531,142),(66101,2256,142),(66102,2257,142),(66103,2258,142),(66104,2259,142),(66105,1535,142),(66106,1536,142),(66107,1373,142),(66108,1374,142),(66109,1375,142),(66110,6057,142),(66111,2260,142),(66112,2261,142),(66113,2262,142),(66114,2263,142),(66115,3462,142),(66116,1539,142),(66117,2264,142),(66118,2265,142),(66119,2266,142),(66120,2267,142),(66121,2268,142),(66122,2269,142),(66123,2270,142),(66124,2271,142),(66125,2272,142),(66126,2273,142),(66127,2274,142),(66128,2275,142),(66129,2276,142),(66130,2277,142),(66131,2278,142),(66132,2279,142),(66133,2280,142),(66134,2281,142),(66135,2282,142),(66136,2283,142),(66137,2284,142),(66138,2285,142),(66139,2286,142),(66140,2287,142),(66141,2288,142),(66142,2289,142),(66143,2290,142),(66144,2291,142),(66145,2292,142),(66146,2293,142),(66147,2294,142),(66148,2295,142),(66149,2296,142),(66150,2297,142),(66151,2298,142),(66152,2299,142),(66153,2300,142),(66154,2301,142),(66155,2302,142),(66156,2303,142),(66157,2304,142),(66158,2305,142),(66159,2306,142),(66160,2307,142),(66161,2308,142),(66162,2309,142),(66163,2310,142),(66164,2311,142),(66165,2312,142),(66166,2313,142),(66167,2314,142),(66168,2315,142),(66169,2316,142),(66170,2317,142),(66171,2318,142),(66172,1094,142),(66173,2319,142),(66174,2320,142),(66175,2321,142),(66176,2322,142),(66177,2323,142),(66178,2324,142),(66179,2325,142),(66180,2326,142),(66181,2327,142),(66182,2328,142),(66183,2329,142),(66184,2330,142),(66185,2331,142),(66186,2332,142),(66187,2333,142),(66188,2334,142),(66189,2335,142),(66190,2336,142),(66191,2337,142),(66192,2338,142),(66193,2339,142),(66194,2340,142),(66195,2341,142),(66196,2342,142),(66197,2343,142),(66198,2344,142),(66199,2345,142),(66200,2346,142),(66201,2347,142),(66202,2348,142),(66203,2349,142),(66204,2350,142),(66205,2351,142),(66206,2352,142),(66207,2353,142),(66208,2354,142),(66209,2355,142),(66210,2356,142),(66211,2357,142),(66212,2358,142),(66213,2359,142),(66214,2360,142),(66215,2361,142),(66216,2362,142),(66217,2363,142),(66218,2364,142),(66219,2365,142),(66220,2366,142),(66221,2367,142),(66222,2368,142),(66223,2369,142),(66224,2370,142),(66225,2371,142),(66226,2372,142),(66227,2373,142),(66228,2374,142),(66229,2375,142),(66230,2376,142),(66231,2377,142),(66232,2378,142),(66233,2379,142),(66234,2380,142),(66235,2381,142),(66236,2382,142),(66237,2383,142),(66238,2384,142),(66239,2385,142),(66240,2386,142),(66241,2387,142),(66242,2388,142),(66243,2389,142),(66244,2390,142),(66245,2391,142),(66246,2392,142),(66247,2393,142),(66248,2394,142),(66249,2395,142),(66250,2396,142),(66251,2397,142),(66252,2398,142),(66253,2399,142),(66254,2400,142),(66255,2401,142),(66256,2402,142),(66257,2403,142),(66258,2404,142),(66259,2405,142),(66260,2406,142),(66261,2407,142),(66262,2408,142),(66263,2409,142),(66264,2410,142),(66265,2411,142),(66266,2412,142),(66267,2413,142),(66268,2414,142),(66269,2415,142),(66270,2416,142),(66271,2417,142),(66272,2418,142),(66273,2419,142),(66274,2420,142),(66275,2421,142),(66276,2422,142),(66277,2423,142),(66278,2424,142),(66279,2425,142),(66280,2426,142),(66281,2427,142),(66282,2428,142),(66283,2429,142),(66284,2430,142),(66285,2431,142),(66286,2432,142),(66287,2433,142),(66288,2434,142),(66289,2435,142),(66290,2436,142),(66291,2437,142),(66292,2438,142),(66293,2439,142),(66294,2440,142),(66295,2441,142),(66296,2442,142),(66297,2443,142),(66298,2444,142),(66299,2445,142),(66300,2446,142),(66301,2447,142),(66302,2448,142),(66303,2449,142),(66304,2450,142),(66305,2451,142),(66306,2452,142),(66307,2453,142),(66308,2454,142),(66309,2455,142),(66310,2456,142),(66311,2457,142),(66312,2458,142),(66313,2459,142),(66314,2460,142),(66315,2461,142),(66316,2462,142),(66317,2463,142),(66318,2464,142),(66319,2465,142),(66320,2466,142),(66321,2467,142),(66322,2468,142),(66323,2469,142),(66324,2470,142),(66325,2471,142),(66326,2472,142),(66327,2473,142),(66328,2474,142),(66329,2475,142),(66330,2476,142),(66331,2477,142),(66332,2478,142),(66333,3463,142),(66334,2482,142),(66335,2483,142),(66336,2484,142),(66337,2485,142),(66338,2486,142),(66339,2487,142),(66340,2488,142),(66341,2489,142),(66342,2529,142),(66343,3464,142),(66344,1573,142),(66345,1554,142),(66346,1555,142),(66347,1556,142),(66348,1557,142),(66349,1558,142),(66350,1559,142),(66351,1560,142),(66352,3465,142),(66353,2491,142),(66354,2492,142),(66355,2493,142),(66356,2494,142),(66357,2495,142),(66358,2496,142),(66359,2497,142),(66360,2498,142),(66361,1606,142),(66362,1607,142),(66363,2499,142),(66364,2500,142),(66365,2501,142),(66366,2502,142),(66367,2503,142),(66368,2507,142),(66369,2508,142),(66370,1589,142),(66371,1590,142),(66372,1591,142),(66373,1592,142),(66374,1593,142),(66375,1594,142),(66376,2641,142),(66377,1540,142),(66378,2509,142),(66379,1598,142),(66380,1601,142),(66381,1602,142),(66382,1600,142),(66383,2510,142),(66384,126,142),(66385,2655,142),(66386,2662,142),(66387,2663,142),(66388,6043,142),(66389,5346,142),(66390,5428,142),(66391,5429,142),(66392,5430,142),(66393,5431,142),(66394,5432,142),(66395,5433,142),(66396,5434,142),(66397,5435,142),(66398,5436,142),(66399,5437,142),(66400,5438,142),(66401,5439,142),(66402,5440,142),(66403,5441,142),(66404,5442,142),(66405,5443,142),(66406,5444,142),(66407,5445,142),(66408,5446,142),(66409,5447,142),(66410,5448,142),(66411,5449,142),(66412,5450,142),(66413,5451,142),(66414,5452,142),(66415,5453,142),(66416,5454,142),(66417,5455,142),(66418,5456,142),(66419,5457,142),(66420,5458,142),(66421,5459,142),(66422,5460,142),(66423,5461,142),(66424,5462,142),(66425,5463,142),(66426,5464,142),(66427,5465,142),(66428,5466,142),(66429,5467,142),(66430,5468,142),(66431,5469,142),(66432,5470,142),(66433,5471,142),(66434,5472,142),(66435,5473,142),(66436,5474,142),(66437,5475,142),(66438,5476,142),(66439,5477,142),(66440,5478,142),(66441,5479,142),(66442,5480,142),(66443,5481,142),(66444,5482,142),(66445,5483,142),(66446,5484,142),(66447,5485,142),(66448,5486,142),(66449,5487,142),(66450,5488,142),(66451,5489,142),(66452,5490,142),(66453,5491,142),(66454,5492,142),(66455,5493,142),(66456,5494,142),(66457,5495,142),(66458,5496,142),(66459,5497,142),(66460,5498,142),(66461,5499,142),(66462,5500,142),(66463,5501,142),(66464,5502,142),(66465,5503,142),(66466,5504,142),(66467,5505,142),(66468,5506,142),(66469,5507,142),(66470,5508,142),(66471,5509,142),(66472,5510,142),(66473,5511,142),(66474,5512,142),(66475,5513,142),(66476,5514,142),(66477,5515,142),(66478,5516,142),(66479,5517,142),(66480,5518,142),(66481,5519,142),(66482,5520,142),(66483,5521,142),(66484,5522,142),(66485,5523,142),(66486,5524,142),(66487,5525,142),(66488,5526,142),(66489,5527,142),(66490,5528,142),(66491,5529,142),(66492,5530,142),(66493,5531,142),(66494,5532,142),(66495,5533,142),(66496,5534,142),(66497,5535,142),(66498,5536,142),(66499,5537,142),(66500,5538,142),(66501,5539,142),(66502,5540,142),(66503,5541,142),(66504,5542,142),(66505,5543,142),(66506,5544,142),(66507,5545,142),(66508,5546,142),(66509,5547,142),(66510,5548,142),(66511,5549,142),(66512,5550,142),(66513,5551,142),(66514,6044,142),(66515,5942,142),(66516,5943,142),(66517,5944,142),(66518,5945,142),(66519,5946,142),(66520,5947,142),(66521,5948,142),(66522,5949,142),(66523,5950,142),(66524,5951,142),(66525,5952,142),(66526,5953,142),(66527,5954,142),(66528,5955,142),(66529,5956,142),(66530,5957,142),(66531,5958,142),(66532,5959,142),(66533,5960,142),(66534,5961,142),(66535,5962,142),(66536,5963,142),(66537,5964,142),(66538,5965,142),(66539,5966,142),(66540,5967,142),(66541,5968,142),(66542,5969,142),(66543,5970,142),(66544,5971,142),(66545,5972,142),(66546,5973,142),(66547,5974,142),(66548,5975,142),(66549,5976,142),(66550,5977,142),(66551,5978,142),(66552,5979,142),(66553,5980,142),(66554,5981,142),(66555,5982,142),(66556,5983,142),(66557,5984,142),(66558,5552,142),(66559,2517,142),(66560,2518,142),(66561,2519,142),(66562,2520,142),(66563,1500,142),(66564,1501,142),(66565,2521,142),(66566,2522,142),(66567,2523,142),(66568,1595,142),(66569,2524,142),(66570,2525,142),(66571,2526,142),(66572,2527,142),(66573,2528,142),(66574,2530,142),(66575,2531,142),(66576,2532,142),(66577,2533,142),(66578,2534,142),(66579,2535,142),(66580,2536,142),(66581,2537,142),(66582,2538,142),(66583,2539,142),(66584,2540,142),(66585,2541,142),(66586,2542,142),(66587,2543,142),(66588,2544,142),(66589,2545,142),(66590,2546,142),(66591,2547,142),(66592,1488,142),(66593,1489,142),(66594,4012,142),(66595,4013,142),(66596,2548,142),(66597,2549,142),(66598,2550,142),(66599,2551,142),(66600,2552,142),(66601,2553,142),(66602,2554,142),(66603,2555,142),(66604,2556,142),(66605,2557,142),(66606,2558,142),(66607,2559,142),(66608,2560,142),(66609,2561,142),(66610,2562,142),(66611,2563,142),(66612,2564,142),(66613,2565,142),(66614,2566,142),(66615,2567,142),(66616,2568,142),(66617,2569,142),(66618,2570,142),(66619,2571,142),(66620,2572,142),(66621,2573,142),(66622,2574,142),(66623,2575,142),(66624,2576,142),(66625,2577,142),(66626,2578,142),(66627,2579,142),(66628,2580,142),(66629,2581,142),(66630,2582,142),(66631,2583,142),(66632,2584,142),(66633,2585,142),(66634,2586,142),(66635,2587,142),(66636,2588,142),(66637,2589,142),(66638,2590,142),(66639,2591,142),(66640,2592,142),(66641,2593,142),(66642,2594,142),(66643,2595,142),(66644,2596,142),(66645,1532,142),(66646,2597,142),(66647,2598,142),(66648,2599,142),(66649,2600,142),(66650,2601,142),(66651,2602,142),(66652,2603,142),(66653,2604,142),(66654,2605,142),(66655,2606,142),(66656,2607,142),(66657,2608,142),(66658,2609,142),(66659,2610,142),(66660,2611,142),(66661,2612,142),(66662,2613,142),(66663,2614,142),(66664,2615,142),(66665,2616,142),(66666,2617,142),(66667,2618,142),(66668,2619,142),(66669,2620,142),(66670,2621,142),(66671,2622,142),(66672,2623,142),(66673,2624,142),(66674,2625,142),(66675,2626,142),(66676,2627,142),(66677,2628,142),(66678,2629,142),(66679,2630,142),(66680,2631,142),(66681,2632,142),(66682,2633,142),(66683,2634,142),(66684,2635,142),(66685,2636,142),(66686,1490,142),(66687,1491,142),(66688,1492,142),(66689,2637,142),(66690,2638,142),(66691,2639,142),(66692,2640,142),(66693,1218,143),(66694,1219,143),(66695,1220,143),(66696,1221,143),(66697,1222,143),(66698,1223,143),(66699,1224,143),(66700,1225,143),(66701,1226,143),(66702,1227,143),(66703,1228,143),(66704,1229,143),(66705,1230,143),(66706,1231,143),(66707,1232,143),(66708,1233,143),(66709,1234,143),(66710,1235,143),(66711,1236,143),(66712,1237,143),(66713,1238,143),(66714,1239,143),(66715,1240,143),(66716,1241,143),(66717,1242,143),(66718,1243,143),(66719,1244,143),(66720,1245,143),(66721,1246,143),(66722,1247,143),(66723,1248,143),(66724,1249,143),(66725,1250,143),(66726,1251,143),(66727,1252,143),(66728,1253,143),(66729,1254,143),(66730,1255,143),(66731,1256,143),(66732,1257,143),(66733,1258,143),(66734,1259,143),(66735,1260,143),(66736,1261,143),(66737,1262,143),(66738,1263,143),(66739,1264,143),(66740,1265,143),(66741,1266,143),(66742,1267,143),(66743,1268,143),(66744,1269,143),(66745,1270,143),(66746,1271,143),(66747,1272,143),(66748,1273,143),(66749,1274,143),(66750,1275,143),(66751,1276,143),(66752,1277,143),(66753,1278,143),(66754,1279,143),(66755,1280,143),(66756,1281,143),(66757,1282,143),(66758,1283,143),(66759,1284,143),(66760,1285,143),(66761,5398,143),(66762,5732,143),(66763,5851,143),(66764,1286,143),(66765,1287,143),(66766,4248,143),(66767,4249,143),(66768,4250,143),(66769,4251,143),(66770,4252,143),(66771,4253,143),(66772,4254,143),(66773,4255,143),(66774,4256,143),(66775,4257,143),(66776,4258,143),(66777,4259,143),(66778,4620,143),(66779,4260,143),(66780,4261,143),(66781,1288,143),(66782,1289,143),(66783,1290,143),(66784,1291,144),(66785,1292,144),(66786,1293,144),(66787,1294,144),(66788,1295,144),(66789,3906,144),(66790,1297,144),(66791,1298,144),(66792,1240,144),(66793,1299,144),(66794,1300,144),(66795,1301,144),(66796,1302,144),(66797,1303,144),(66798,1304,144),(66799,1305,144),(66800,1306,144),(66801,1307,144),(66802,1308,144),(66803,3653,144),(66804,1309,144),(66805,1310,144),(66806,1311,144),(66807,1312,144),(66808,1313,144),(66809,1314,144),(66810,1315,144),(66811,1316,144),(66812,1317,144),(66813,1318,144),(66814,1319,144),(66815,1320,144),(66816,1321,144),(66817,1322,144),(66818,1323,144),(66819,1324,144),(66820,1325,144),(66821,1326,144),(66822,1327,144),(66823,3594,144),(66824,4242,144),(66825,4243,144),(66826,4244,144),(66827,4245,144),(66828,4246,144),(66829,4247,144),(66830,86,144),(66831,83,144),(66832,87,144),(66833,4595,144),(66834,4596,144),(66835,4597,144),(66836,4598,144),(66837,4599,144),(66838,4600,144),(66839,4601,144),(66840,4602,144),(66841,4603,144),(66842,4604,144),(66843,1328,144),(66844,6160,144),(66845,1330,144),(66846,1331,144),(66847,1332,144),(66848,1333,144),(66849,1334,144),(66850,1335,144),(66851,1336,144),(66852,5339,144),(66853,5340,144),(66854,5341,144),(66855,6056,144),(66856,5342,144),(66857,5343,144),(66858,5344,144),(66859,5345,144),(66860,1337,144),(66861,1338,144),(66862,1339,144),(66863,5347,144),(66864,1340,144),(66865,1341,144),(66866,1218,144),(66867,1219,144),(66868,1220,144),(66869,1221,144),(66870,1222,144),(66871,1223,144),(66872,1224,144),(66873,1225,144),(66874,1226,144),(66875,1227,144),(66876,1228,144),(66877,1229,144),(66878,1230,144),(66879,1231,144),(66880,1232,144),(66881,1233,144),(66882,1234,144),(66883,1235,144),(66884,1236,144),(66885,1237,144),(66886,1238,144),(66887,1239,144),(66888,1241,144),(66889,1242,144),(66890,1243,144),(66891,1244,144),(66892,1245,144),(66893,1246,144),(66894,1247,144),(66895,1248,144),(66896,1249,144),(66897,1250,144),(66898,1251,144),(66899,1252,144),(66900,1253,144),(66901,1254,144),(66902,1255,144),(66903,1256,144),(66904,1257,144),(66905,1258,144),(66906,1259,144),(66907,1260,144),(66908,1261,144),(66909,1262,144),(66910,1263,144),(66911,1264,144),(66912,1265,144),(66913,1266,144),(66914,1267,144),(66915,1268,144),(66916,1269,144),(66917,1270,144),(66918,1271,144),(66919,1272,144),(66920,1273,144),(66921,1274,144),(66922,1275,144),(66923,1276,144),(66924,1277,144),(66925,1278,144),(66926,1279,144),(66927,1280,144),(66928,1281,144),(66929,1282,144),(66930,1283,144),(66931,1284,144),(66932,1285,144),(66933,5398,144),(66934,5732,144),(66935,5851,144),(66936,1286,144),(66937,1287,144),(66938,4248,144),(66939,4249,144),(66940,4250,144),(66941,4251,144),(66942,4252,144),(66943,4253,144),(66944,4254,144),(66945,4255,144),(66946,4256,144),(66947,4257,144),(66948,4258,144),(66949,4259,144),(66950,4620,144),(66951,4260,144),(66952,4261,144),(66953,1288,144),(66954,1289,144),(66955,1290,144),(66956,265,144),(66957,291,144),(66958,292,144),(66959,293,144),(66960,266,144),(66961,267,144),(66962,268,144),(66963,269,144),(66964,270,144),(66965,271,144),(66966,272,144),(66967,273,144),(66968,274,144),(66969,275,144),(66970,276,144),(66971,277,144),(66972,278,144),(66973,279,144),(66974,280,144),(66975,281,144),(66976,282,144),(66977,283,144),(66978,284,144),(66979,285,144),(66980,286,144),(66981,287,144),(66982,288,144),(66983,289,144),(66984,290,144),(66985,1545,144),(66986,2112,144),(66987,2113,144),(66988,2114,144),(66989,2115,144),(66990,2116,144),(66991,2117,144),(66992,2118,144),(66993,2119,144),(66994,2120,144),(66995,2121,144),(66996,2122,144),(66997,2123,144),(66998,2124,144),(66999,2125,144),(67000,2126,144),(67001,2127,144),(67002,2128,144),(67003,2129,144),(67004,2130,144),(67005,2131,144),(67006,2132,144),(67007,1544,144),(67008,2133,144),(67009,2134,144),(67010,2135,144),(67011,2136,144),(67012,2137,144),(67013,2138,144),(67014,2139,144),(67015,2140,144),(67016,2141,144),(67017,2142,144),(67018,2143,144),(67019,2144,144),(67020,65,144),(67021,1543,144),(67022,2145,144),(67023,2146,144),(67024,2147,144),(67025,2148,144),(67026,2149,144),(67027,2150,144),(67028,2151,144),(67029,2152,144),(67030,2153,144),(67031,2154,144),(67032,2155,144),(67033,2156,144),(67034,2157,144),(67035,2158,144),(67036,2159,144),(67037,2160,144),(67038,2161,144),(67039,2162,144),(67040,2163,144),(67041,2164,144),(67042,2165,144),(67043,2166,144),(67044,2167,144),(67045,2168,144),(67046,2169,144),(67047,2170,144),(67048,2171,144),(67049,2172,144),(67050,2173,144),(67051,2174,144),(67052,2175,144),(67053,2176,144),(67054,2177,144),(67055,2178,144),(67056,2179,144),(67057,2180,144),(67058,2181,144),(67059,2182,144),(67060,2183,144),(67061,2184,144),(67062,2185,144),(67063,2186,144),(67064,2187,144),(67065,2188,144),(67066,2189,144),(67067,2190,144),(67068,2191,144),(67069,2192,144),(67070,2193,144),(67071,2194,144),(67072,2195,144),(67073,2196,144),(67074,2197,144),(67075,2198,144),(67076,2199,144),(67077,1580,144),(67078,2200,144),(67079,2201,144),(67080,2202,144),(67081,2203,144),(67082,2204,144),(67083,2205,144),(67084,2206,144),(67085,2207,144),(67086,2208,144),(67087,2209,144),(67088,2210,144),(67089,2211,144),(67090,2212,144),(67091,2213,144),(67092,2214,144),(67093,32,144),(67094,33,144),(67095,34,144),(67096,35,144),(67097,36,144),(67098,37,144),(67099,38,144),(67100,2215,144),(67101,1588,144),(67102,1528,144),(67103,1503,144),(67104,2216,144),(67105,2217,144),(67106,1507,144),(67107,2218,144),(67108,2219,144),(67109,1509,144),(67110,2220,144),(67111,2221,144),(67112,2222,144),(67113,2223,144),(67114,2224,144),(67115,2225,144),(67116,1342,144),(67117,1343,144),(67118,2226,144),(67119,2227,144),(67120,2228,144),(67121,2229,144),(67122,2230,144),(67123,2231,144),(67124,2232,144),(67125,2233,144),(67126,2234,144),(67127,1344,144),(67128,404,144),(67129,405,144),(67130,406,144),(67131,101,144),(67132,369,144),(67133,370,144),(67134,476,144),(67135,477,144),(67136,478,144),(67137,479,144),(67138,480,144),(67139,481,144),(67140,482,144),(67141,483,144),(67142,484,144),(67143,485,144),(67144,486,144),(67145,487,144),(67146,457,144),(67147,458,144),(67148,459,144),(67149,387,144),(67150,340,144),(67151,341,144),(67152,342,144),(67153,343,144),(67154,344,144),(67155,346,144),(67156,347,144),(67157,348,144),(67158,349,144),(67159,350,144),(67160,351,144),(67161,352,144),(67162,353,144),(67163,354,144),(67164,355,144),(67165,356,144),(67166,357,144),(67167,358,144),(67168,359,144),(67169,360,144),(67170,2235,144),(67171,2236,144),(67172,2237,144),(67173,2238,144),(67174,2239,144),(67175,2240,144),(67176,2241,144),(67177,2242,144),(67178,2243,144),(67179,2244,144),(67180,2245,144),(67181,2246,144),(67182,2247,144),(67183,2248,144),(67184,1345,144),(67185,1346,144),(67186,1347,144),(67187,1348,144),(67188,2249,144),(67189,2250,144),(67190,2251,144),(67191,1092,144),(67192,2252,144),(67193,2253,144),(67194,5350,144),(67195,5351,144),(67196,5352,144),(67197,5353,144),(67198,5354,144),(67199,5355,144),(67200,5356,144),(67201,5357,144),(67202,1349,144),(67203,1350,144),(67204,1351,144),(67205,1352,144),(67206,1353,144),(67207,1354,144),(67208,1355,144),(67209,1356,144),(67210,1357,144),(67211,1358,144),(67212,1359,144),(67213,1360,144),(67214,1361,144),(67215,1362,144),(67216,1363,144),(67217,1364,144),(67218,1365,144),(67219,1366,144),(67220,1367,144),(67221,1368,144),(67222,1369,144),(67223,4993,144),(67224,4994,144),(67225,5358,144),(67226,5359,144),(67227,1523,144),(67228,1524,144),(67229,1525,144),(67230,1526,144),(67231,1570,144),(67232,1370,144),(67233,1371,144),(67234,1372,144),(67235,2254,144),(67236,2255,144),(67237,1531,144),(67238,2256,144),(67239,2257,144),(67240,2258,144),(67241,2259,144),(67242,1535,144),(67243,1536,144),(67244,1373,144),(67245,1374,144),(67246,1375,144),(67247,6057,144),(67248,2260,144),(67249,2261,144),(67250,2262,144),(67251,2263,144),(67252,3462,144),(67253,1539,144),(67254,2264,144),(67255,2265,144),(67256,2266,144),(67257,2267,144),(67258,2268,144),(67259,2269,144),(67260,2270,144),(67261,2271,144),(67262,2272,144),(67263,2273,144),(67264,2274,144),(67265,2275,144),(67266,2276,144),(67267,2277,144),(67268,2278,144),(67269,2279,144),(67270,2280,144),(67271,2281,144),(67272,2282,144),(67273,2283,144),(67274,2284,144),(67275,2285,144),(67276,2286,144),(67277,2287,144),(67278,2288,144),(67279,2289,144),(67280,2290,144),(67281,2291,144),(67282,2292,144),(67283,2293,144),(67284,2294,144),(67285,2295,144),(67286,2296,144),(67287,2297,144),(67288,2298,144),(67289,2299,144),(67290,2300,144),(67291,2301,144),(67292,2302,144),(67293,2303,144),(67294,2304,144),(67295,2305,144),(67296,2306,144),(67297,2307,144),(67298,2308,144),(67299,2309,144),(67300,2310,144),(67301,2311,144),(67302,2312,144),(67303,2313,144),(67304,2314,144),(67305,2315,144),(67306,2316,144),(67307,2317,144),(67308,2318,144),(67309,1094,144),(67310,2319,144),(67311,2320,144),(67312,2321,144),(67313,2322,144),(67314,2323,144),(67315,2324,144),(67316,2325,144),(67317,2326,144),(67318,2327,144),(67319,2328,144),(67320,2329,144),(67321,2330,144),(67322,2331,144),(67323,2332,144),(67324,2333,144),(67325,2334,144),(67326,2335,144),(67327,2336,144),(67328,2337,144),(67329,2338,144),(67330,2339,144),(67331,2340,144),(67332,2341,144),(67333,2342,144),(67334,2343,144),(67335,2344,144),(67336,2345,144),(67337,2346,144),(67338,2347,144),(67339,2348,144),(67340,2349,144),(67341,2350,144),(67342,2351,144),(67343,2352,144),(67344,2353,144),(67345,2354,144),(67346,2355,144),(67347,2356,144),(67348,2357,144),(67349,2358,144),(67350,2359,144),(67351,2360,144),(67352,2361,144),(67353,2362,144),(67354,2363,144),(67355,2364,144),(67356,2365,144),(67357,2366,144),(67358,2367,144),(67359,2368,144),(67360,2369,144),(67361,2370,144),(67362,2371,144),(67363,2372,144),(67364,2373,144),(67365,2374,144),(67366,2375,144),(67367,2376,144),(67368,2377,144),(67369,2378,144),(67370,2379,144),(67371,2380,144),(67372,2381,144),(67373,2382,144),(67374,2383,144),(67375,2384,144),(67376,2385,144),(67377,2386,144),(67378,2387,144),(67379,2388,144),(67380,2389,144),(67381,2390,144),(67382,2391,144),(67383,2392,144),(67384,2393,144),(67385,2394,144),(67386,2395,144),(67387,2396,144),(67388,2397,144),(67389,2398,144),(67390,2399,144),(67391,2400,144),(67392,2401,144),(67393,2402,144),(67394,2403,144),(67395,2404,144),(67396,2405,144),(67397,2406,144),(67398,2407,144),(67399,2408,144),(67400,2409,144),(67401,2410,144),(67402,2411,144),(67403,2412,144),(67404,2413,144),(67405,2414,144),(67406,2415,144),(67407,2416,144),(67408,2417,144),(67409,2418,144),(67410,2419,144),(67411,2420,144),(67412,2421,144),(67413,2422,144),(67414,2423,144),(67415,2424,144),(67416,2425,144),(67417,2426,144),(67418,2427,144),(67419,2428,144),(67420,2429,144),(67421,2430,144),(67422,2431,144),(67423,2432,144),(67424,2433,144),(67425,2434,144),(67426,2435,144),(67427,2436,144),(67428,2437,144),(67429,2438,144),(67430,2439,144),(67431,2440,144),(67432,2441,144),(67433,2442,144),(67434,2443,144),(67435,2444,144),(67436,2445,144),(67437,2446,144),(67438,2447,144),(67439,2448,144),(67440,2449,144),(67441,2450,144),(67442,2451,144),(67443,2452,144),(67444,2453,144),(67445,2454,144),(67446,2455,144),(67447,2456,144),(67448,2457,144),(67449,2458,144),(67450,2459,144),(67451,2460,144),(67452,2461,144),(67453,2462,144),(67454,2463,144),(67455,2464,144),(67456,2465,144),(67457,2466,144),(67458,2467,144),(67459,2468,144),(67460,2469,144),(67461,2470,144),(67462,2471,144),(67463,2472,144),(67464,2473,144),(67465,2474,144),(67466,2475,144),(67467,2476,144),(67468,2477,144),(67469,2478,144),(67470,3463,144),(67471,2482,144),(67472,2483,144),(67473,2484,144),(67474,2485,144),(67475,2486,144),(67476,2487,144),(67477,2488,144),(67478,2489,144),(67479,2529,144),(67480,3464,144),(67481,1573,144),(67482,1554,144),(67483,1555,144),(67484,1556,144),(67485,1557,144),(67486,1558,144),(67487,1559,144),(67488,1560,144),(67489,3465,144),(67490,2491,144),(67491,2492,144),(67492,2493,144),(67493,2494,144),(67494,2495,144),(67495,2496,144),(67496,2497,144),(67497,2498,144),(67498,1606,144),(67499,1607,144),(67500,2499,144),(67501,2500,144),(67502,2501,144),(67503,2502,144),(67504,2503,144),(67505,2504,144),(67506,2505,144),(67507,2506,144),(67508,2507,144),(67509,2508,144),(67510,1589,144),(67511,1590,144),(67512,1591,144),(67513,1592,144),(67514,1593,144),(67515,1594,144),(67516,2641,144),(67517,1540,144),(67518,2509,144),(67519,1598,144),(67520,1601,144),(67521,1602,144),(67522,1600,144),(67523,2510,144),(67524,126,144),(67525,2655,144),(67526,2662,144),(67527,2663,144),(67528,6043,144),(67529,5346,144),(67530,5428,144),(67531,5429,144),(67532,5430,144),(67533,5431,144),(67534,5432,144),(67535,5433,144),(67536,5434,144),(67537,5435,144),(67538,5436,144),(67539,5437,144),(67540,5438,144),(67541,5439,144),(67542,5440,144),(67543,5441,144),(67544,5442,144),(67545,5443,144),(67546,5444,144),(67547,5445,144),(67548,5446,144),(67549,5447,144),(67550,5448,144),(67551,5449,144),(67552,5450,144),(67553,5451,144),(67554,5452,144),(67555,5453,144),(67556,5454,144),(67557,5455,144),(67558,5456,144),(67559,5457,144),(67560,5458,144),(67561,5459,144),(67562,5460,144),(67563,5461,144),(67564,5462,144),(67565,5463,144),(67566,5464,144),(67567,5465,144),(67568,5466,144),(67569,5467,144),(67570,5468,144),(67571,5469,144),(67572,5470,144),(67573,5471,144),(67574,5472,144),(67575,5473,144),(67576,5474,144),(67577,5475,144),(67578,5476,144),(67579,5477,144),(67580,5478,144),(67581,5479,144),(67582,5480,144),(67583,5481,144),(67584,5482,144),(67585,5483,144),(67586,5484,144),(67587,5485,144),(67588,5486,144),(67589,5487,144),(67590,5488,144),(67591,5489,144),(67592,5490,144),(67593,5491,144),(67594,5492,144),(67595,5493,144),(67596,5494,144),(67597,5495,144),(67598,5496,144),(67599,5497,144),(67600,5498,144),(67601,5499,144),(67602,5500,144),(67603,5501,144),(67604,5502,144),(67605,5503,144),(67606,5504,144),(67607,5505,144),(67608,5506,144),(67609,5507,144),(67610,5508,144),(67611,5509,144),(67612,5510,144),(67613,5511,144),(67614,5512,144),(67615,5513,144),(67616,5514,144),(67617,5515,144),(67618,5516,144),(67619,5517,144),(67620,5518,144),(67621,5519,144),(67622,5520,144),(67623,5521,144),(67624,5522,144),(67625,5523,144),(67626,5524,144),(67627,5525,144),(67628,5526,144),(67629,5527,144),(67630,5528,144),(67631,5529,144),(67632,5530,144),(67633,5531,144),(67634,5532,144),(67635,5533,144),(67636,5534,144),(67637,5535,144),(67638,5536,144),(67639,5537,144),(67640,5538,144),(67641,5539,144),(67642,5540,144),(67643,5541,144),(67644,5542,144),(67645,5543,144),(67646,5544,144),(67647,5545,144),(67648,5546,144),(67649,5547,144),(67650,5548,144),(67651,5549,144),(67652,5550,144),(67653,5551,144),(67654,6044,144),(67655,5942,144),(67656,5943,144),(67657,5944,144),(67658,5945,144),(67659,5946,144),(67660,5947,144),(67661,5948,144),(67662,5949,144),(67663,5950,144),(67664,5951,144),(67665,5952,144),(67666,5953,144),(67667,5954,144),(67668,5955,144),(67669,5956,144),(67670,5957,144),(67671,5958,144),(67672,5959,144),(67673,5960,144),(67674,5961,144),(67675,5962,144),(67676,5963,144),(67677,5964,144),(67678,5965,144),(67679,5966,144),(67680,5967,144),(67681,5968,144),(67682,5969,144),(67683,5970,144),(67684,5971,144),(67685,5972,144),(67686,5973,144),(67687,5974,144),(67688,5975,144),(67689,5976,144),(67690,5977,144),(67691,5978,144),(67692,5979,144),(67693,5980,144),(67694,5981,144),(67695,5982,144),(67696,5983,144),(67697,5984,144),(67698,5552,144),(67699,2511,144),(67700,2512,144),(67701,2657,144),(67702,2514,144),(67703,2515,144),(67704,2516,144),(67705,2517,144),(67706,2518,144),(67707,2519,144),(67708,2520,144),(67709,1500,144),(67710,1501,144),(67711,2521,144),(67712,2522,144),(67713,2523,144),(67714,1595,144),(67715,2524,144),(67716,2525,144),(67717,2526,144),(67718,2527,144),(67719,2528,144),(67720,2530,144),(67721,2531,144),(67722,2532,144),(67723,2533,144),(67724,2534,144),(67725,2535,144),(67726,2536,144),(67727,2537,144),(67728,2538,144),(67729,2539,144),(67730,2540,144),(67731,2541,144),(67732,2542,144),(67733,2543,144),(67734,2544,144),(67735,2545,144),(67736,2546,144),(67737,2547,144),(67738,1488,144),(67739,1489,144),(67740,4012,144),(67741,4013,144),(67742,2548,144),(67743,2549,144),(67744,2550,144),(67745,2551,144),(67746,2552,144),(67747,2553,144),(67748,2554,144),(67749,2555,144),(67750,2556,144),(67751,2557,144),(67752,2558,144),(67753,2559,144),(67754,2560,144),(67755,2561,144),(67756,2562,144),(67757,2563,144),(67758,2564,144),(67759,2565,144),(67760,2566,144),(67761,2567,144),(67762,2568,144),(67763,2569,144),(67764,2570,144),(67765,2571,144),(67766,2572,144),(67767,2573,144),(67768,2574,144),(67769,2575,144),(67770,2576,144),(67771,2577,144),(67772,2578,144),(67773,2579,144),(67774,2580,144),(67775,2581,144),(67776,2582,144),(67777,2583,144),(67778,2584,144),(67779,2585,144),(67780,2586,144),(67781,2587,144),(67782,2588,144),(67783,2589,144),(67784,2590,144),(67785,2591,144),(67786,2592,144),(67787,2593,144),(67788,2594,144),(67789,2595,144),(67790,2596,144),(67791,1532,144),(67792,2597,144),(67793,2598,144),(67794,2599,144),(67795,2600,144),(67796,2601,144),(67797,2602,144),(67798,2603,144),(67799,2604,144),(67800,2605,144),(67801,2606,144),(67802,2607,144),(67803,2608,144),(67804,2609,144),(67805,2610,144),(67806,2611,144),(67807,2612,144),(67808,2613,144),(67809,2614,144),(67810,2615,144),(67811,2616,144),(67812,2617,144),(67813,2618,144),(67814,2619,144),(67815,2620,144),(67816,2621,144),(67817,2622,144),(67818,2623,144),(67819,2624,144),(67820,2625,144),(67821,2626,144),(67822,2627,144),(67823,2628,144),(67824,2629,144),(67825,2630,144),(67826,2631,144),(67827,2632,144),(67828,2633,144),(67829,2634,144),(67830,2635,144),(67831,2636,144),(67832,1490,144),(67833,1491,144),(67834,1492,144),(67835,2637,144),(67836,2638,144),(67837,2639,144),(67838,2640,144),(67839,1291,145),(67840,1292,145),(67841,1293,145),(67842,1294,145),(67843,1295,145),(67844,3906,145),(67845,1297,145),(67846,1298,145),(67847,1240,145),(67848,1299,145),(67849,1300,145),(67850,1301,145),(67851,1302,145),(67852,1303,145),(67853,1304,145),(67854,1305,145),(67855,1306,145),(67856,1307,145),(67857,1308,145),(67858,3653,145),(67859,1309,145),(67860,1310,145),(67861,1311,145),(67862,1312,145),(67863,1313,145),(67864,1314,145),(67865,1315,145),(67866,1316,145),(67867,1317,145),(67868,1318,145),(67869,1319,145),(67870,1320,145),(67871,1321,145),(67872,1322,145),(67873,1323,145),(67874,1324,145),(67875,1325,145),(67876,1326,145),(67877,1327,145),(67878,3594,145),(67879,4242,145),(67880,4243,145),(67881,4244,145),(67882,4245,145),(67883,4246,145),(67884,4247,145),(67885,86,145),(67886,83,145),(67887,87,145),(67888,4595,145),(67889,4596,145),(67890,4597,145),(67891,4598,145),(67892,4599,145),(67893,4600,145),(67894,4601,145),(67895,4602,145),(67896,4603,145),(67897,4604,145),(67898,1328,145),(67899,6160,145),(67900,1330,145),(67901,1331,145),(67902,1332,145),(67903,1333,145),(67904,1334,145),(67905,1335,145),(67906,1336,145),(67907,5339,145),(67908,5340,145),(67909,5341,145),(67910,6056,145),(67911,5342,145),(67912,5343,145),(67913,5344,145),(67914,5345,145),(67915,1337,145),(67916,1338,145),(67917,1339,145),(67918,5347,145),(67919,1340,145),(67920,1341,145),(67921,1218,145),(67922,1219,145),(67923,1220,145),(67924,1221,145),(67925,1222,145),(67926,1223,145),(67927,1224,145),(67928,1225,145),(67929,1226,145),(67930,1227,145),(67931,1228,145),(67932,1229,145),(67933,1230,145),(67934,1231,145),(67935,1232,145),(67936,1233,145),(67937,1234,145),(67938,1235,145),(67939,1236,145),(67940,1237,145),(67941,1238,145),(67942,1239,145),(67943,1241,145),(67944,1242,145),(67945,1243,145),(67946,1244,145),(67947,1245,145),(67948,1246,145),(67949,1247,145),(67950,1248,145),(67951,1249,145),(67952,1250,145),(67953,1251,145),(67954,1252,145),(67955,1253,145),(67956,1254,145),(67957,1255,145),(67958,1256,145),(67959,1257,145),(67960,1258,145),(67961,1259,145),(67962,1260,145),(67963,1261,145),(67964,1262,145),(67965,1263,145),(67966,1264,145),(67967,1265,145),(67968,1266,145),(67969,1267,145),(67970,1268,145),(67971,1269,145),(67972,1270,145),(67973,1271,145),(67974,1272,145),(67975,1273,145),(67976,1274,145),(67977,1275,145),(67978,1276,145),(67979,1277,145),(67980,1278,145),(67981,1279,145),(67982,1280,145),(67983,1281,145),(67984,1282,145),(67985,1283,145),(67986,1284,145),(67987,1285,145),(67988,5398,145),(67989,5732,145),(67990,5851,145),(67991,1286,145),(67992,1287,145),(67993,4248,145),(67994,4249,145),(67995,4250,145),(67996,4251,145),(67997,4252,145),(67998,4253,145),(67999,4254,145),(68000,4255,145),(68001,4256,145),(68002,4257,145),(68003,4258,145),(68004,4259,145),(68005,4620,145),(68006,4260,145),(68007,4261,145),(68008,1288,145),(68009,1289,145),(68010,1290,145),(68011,265,145),(68012,291,145),(68013,292,145),(68014,293,145),(68015,266,145),(68016,267,145),(68017,268,145),(68018,269,145),(68019,270,145),(68020,271,145),(68021,272,145),(68022,273,145),(68023,274,145),(68024,275,145),(68025,276,145),(68026,277,145),(68027,278,145),(68028,279,145),(68029,280,145),(68030,281,145),(68031,282,145),(68032,283,145),(68033,284,145),(68034,285,145),(68035,286,145),(68036,287,145),(68037,288,145),(68038,289,145),(68039,290,145),(68040,1545,145),(68041,2112,145),(68042,2113,145),(68043,2114,145),(68044,2115,145),(68045,2116,145),(68046,2117,145),(68047,2118,145),(68048,2119,145),(68049,2120,145),(68050,2121,145),(68051,2122,145),(68052,2123,145),(68053,2124,145),(68054,2125,145),(68055,2126,145),(68056,2127,145),(68057,2128,145),(68058,2129,145),(68059,2130,145),(68060,2131,145),(68061,2132,145),(68062,1544,145),(68063,2133,145),(68064,2134,145),(68065,2135,145),(68066,2136,145),(68067,2137,145),(68068,2138,145),(68069,2139,145),(68070,2140,145),(68071,2141,145),(68072,2142,145),(68073,2143,145),(68074,2144,145),(68075,65,145),(68076,1543,145),(68077,2145,145),(68078,2146,145),(68079,2147,145),(68080,2148,145),(68081,2149,145),(68082,2150,145),(68083,2151,145),(68084,2152,145),(68085,2153,145),(68086,2154,145),(68087,2155,145),(68088,2156,145),(68089,2157,145),(68090,2158,145),(68091,2159,145),(68092,2160,145),(68093,2161,145),(68094,2162,145),(68095,2163,145),(68096,2164,145),(68097,2165,145),(68098,2166,145),(68099,2167,145),(68100,2168,145),(68101,2169,145),(68102,2170,145),(68103,2171,145),(68104,2172,145),(68105,2173,145),(68106,2174,145),(68107,2175,145),(68108,2176,145),(68109,2177,145),(68110,2178,145),(68111,2179,145),(68112,2180,145),(68113,2181,145),(68114,2182,145),(68115,2183,145),(68116,2184,145),(68117,2185,145),(68118,2186,145),(68119,2187,145),(68120,2188,145),(68121,2189,145),(68122,2190,145),(68123,2191,145),(68124,2192,145),(68125,2193,145),(68126,2194,145),(68127,2195,145),(68128,2196,145),(68129,2197,145),(68130,2198,145),(68131,2199,145),(68132,1580,145),(68133,2200,145),(68134,2201,145),(68135,2202,145),(68136,2203,145),(68137,2204,145),(68138,2205,145),(68139,2206,145),(68140,2207,145),(68141,2208,145),(68142,2209,145),(68143,2210,145),(68144,2211,145),(68145,2212,145),(68146,2213,145),(68147,2214,145),(68148,32,145),(68149,33,145),(68150,34,145),(68151,35,145),(68152,36,145),(68153,37,145),(68154,38,145),(68155,2215,145),(68156,1588,145),(68157,1528,145),(68158,1503,145),(68159,2216,145),(68160,2217,145),(68161,1507,145),(68162,2218,145),(68163,2219,145),(68164,1509,145),(68165,2220,145),(68166,2221,145),(68167,2222,145),(68168,2223,145),(68169,2224,145),(68170,2225,145),(68171,1342,145),(68172,1343,145),(68173,2226,145),(68174,2227,145),(68175,2228,145),(68176,2229,145),(68177,2230,145),(68178,2231,145),(68179,2232,145),(68180,2233,145),(68181,2234,145),(68182,1344,145),(68183,404,145),(68184,405,145),(68185,406,145),(68186,101,145),(68187,369,145),(68188,370,145),(68189,476,145),(68190,477,145),(68191,478,145),(68192,479,145),(68193,480,145),(68194,481,145),(68195,482,145),(68196,483,145),(68197,484,145),(68198,485,145),(68199,486,145),(68200,487,145),(68201,457,145),(68202,458,145),(68203,459,145),(68204,387,145),(68205,340,145),(68206,341,145),(68207,342,145),(68208,343,145),(68209,344,145),(68210,346,145),(68211,347,145),(68212,348,145),(68213,349,145),(68214,350,145),(68215,351,145),(68216,352,145),(68217,353,145),(68218,354,145),(68219,355,145),(68220,356,145),(68221,357,145),(68222,358,145),(68223,359,145),(68224,360,145),(68225,2235,145),(68226,2236,145),(68227,2237,145),(68228,2238,145),(68229,2239,145),(68230,2240,145),(68231,2241,145),(68232,2242,145),(68233,2243,145),(68234,2244,145),(68235,2245,145),(68236,2246,145),(68237,2247,145),(68238,2248,145),(68239,1345,145),(68240,1346,145),(68241,1347,145),(68242,1348,145),(68243,2249,145),(68244,2250,145),(68245,2251,145),(68246,1092,145),(68247,2252,145),(68248,2253,145),(68249,5350,145),(68250,5351,145),(68251,5352,145),(68252,5353,145),(68253,5354,145),(68254,5355,145),(68255,5356,145),(68256,5357,145),(68257,1349,145),(68258,1350,145),(68259,1351,145),(68260,1352,145),(68261,1353,145),(68262,1354,145),(68263,1355,145),(68264,1356,145),(68265,1357,145),(68266,1358,145),(68267,1359,145),(68268,1360,145),(68269,1361,145),(68270,1362,145),(68271,1363,145),(68272,1364,145),(68273,1365,145),(68274,1366,145),(68275,1367,145),(68276,1368,145),(68277,1369,145),(68278,4993,145),(68279,4994,145),(68280,5358,145),(68281,5359,145),(68282,1523,145),(68283,1524,145),(68284,1525,145),(68285,1526,145),(68286,1570,145),(68287,1370,145),(68288,1371,145),(68289,1372,145),(68290,2254,145),(68291,2255,145),(68292,1531,145),(68293,2256,145),(68294,2257,145),(68295,2258,145),(68296,2259,145),(68297,1535,145),(68298,1536,145),(68299,1373,145),(68300,1374,145),(68301,1375,145),(68302,6057,145),(68303,2260,145),(68304,2261,145),(68305,2262,145),(68306,2263,145),(68307,3462,145),(68308,1539,145),(68309,2264,145),(68310,2265,145),(68311,2266,145),(68312,2267,145),(68313,2268,145),(68314,2269,145),(68315,2270,145),(68316,2271,145),(68317,2272,145),(68318,2273,145),(68319,2274,145),(68320,2275,145),(68321,2276,145),(68322,2277,145),(68323,2278,145),(68324,2279,145),(68325,2280,145),(68326,2281,145),(68327,2282,145),(68328,2283,145),(68329,2284,145),(68330,2285,145),(68331,2286,145),(68332,2287,145),(68333,2288,145),(68334,2289,145),(68335,2290,145),(68336,2291,145),(68337,2292,145),(68338,2293,145),(68339,2294,145),(68340,2295,145),(68341,2296,145),(68342,2297,145),(68343,2298,145),(68344,2299,145),(68345,2300,145),(68346,2301,145),(68347,2302,145),(68348,2303,145),(68349,2304,145),(68350,2305,145),(68351,2306,145),(68352,2307,145),(68353,2308,145),(68354,2309,145),(68355,2310,145),(68356,2311,145),(68357,2312,145),(68358,2313,145),(68359,2314,145),(68360,2315,145),(68361,2316,145),(68362,2317,145),(68363,2318,145),(68364,1094,145),(68365,2319,145),(68366,2320,145),(68367,2321,145),(68368,2322,145),(68369,2323,145),(68370,2324,145),(68371,2325,145),(68372,2326,145),(68373,2327,145),(68374,2328,145),(68375,2329,145),(68376,2330,145),(68377,2331,145),(68378,2332,145),(68379,2333,145),(68380,2334,145),(68381,2335,145),(68382,2336,145),(68383,2337,145),(68384,2338,145),(68385,2339,145),(68386,2340,145),(68387,2341,145),(68388,2342,145),(68389,2343,145),(68390,2344,145),(68391,2345,145),(68392,2346,145),(68393,2347,145),(68394,2348,145),(68395,2349,145),(68396,2350,145),(68397,2351,145),(68398,2352,145),(68399,2353,145),(68400,2354,145),(68401,2355,145),(68402,2356,145),(68403,2357,145),(68404,2358,145),(68405,2359,145),(68406,2360,145),(68407,2361,145),(68408,2362,145),(68409,2363,145),(68410,2364,145),(68411,2365,145),(68412,2366,145),(68413,2367,145),(68414,2368,145),(68415,2369,145),(68416,2370,145),(68417,2371,145),(68418,2372,145),(68419,2373,145),(68420,2374,145),(68421,2375,145),(68422,2376,145),(68423,2377,145),(68424,2378,145),(68425,2379,145),(68426,2380,145),(68427,2381,145),(68428,2382,145),(68429,2383,145),(68430,2384,145),(68431,2385,145),(68432,2386,145),(68433,2387,145),(68434,2388,145),(68435,2389,145),(68436,2390,145),(68437,2391,145),(68438,2392,145),(68439,2393,145),(68440,2394,145),(68441,2395,145),(68442,2396,145),(68443,2397,145),(68444,2398,145),(68445,2399,145),(68446,2400,145),(68447,2401,145),(68448,2402,145),(68449,2403,145),(68450,2404,145),(68451,2405,145),(68452,2406,145),(68453,2407,145),(68454,2408,145),(68455,2409,145),(68456,2410,145),(68457,2411,145),(68458,2412,145),(68459,2413,145),(68460,2414,145),(68461,2415,145),(68462,2416,145),(68463,2417,145),(68464,2418,145),(68465,2419,145),(68466,2420,145),(68467,2421,145),(68468,2422,145),(68469,2423,145),(68470,2424,145),(68471,2425,145),(68472,2426,145),(68473,2427,145),(68474,2428,145),(68475,2429,145),(68476,2430,145),(68477,2431,145),(68478,2432,145),(68479,2433,145),(68480,2434,145),(68481,2435,145),(68482,2436,145),(68483,2437,145),(68484,2438,145),(68485,2439,145),(68486,2440,145),(68487,2441,145),(68488,2442,145),(68489,2443,145),(68490,2444,145),(68491,2445,145),(68492,2446,145),(68493,2447,145),(68494,2448,145),(68495,2449,145),(68496,2450,145),(68497,2451,145),(68498,2452,145),(68499,2453,145),(68500,2454,145),(68501,2455,145),(68502,2456,145),(68503,2457,145),(68504,2458,145),(68505,2459,145),(68506,2460,145),(68507,2461,145),(68508,2462,145),(68509,2463,145),(68510,2464,145),(68511,2465,145),(68512,2466,145),(68513,2467,145),(68514,2468,145),(68515,2469,145),(68516,2470,145),(68517,2471,145),(68518,2472,145),(68519,2473,145),(68520,2474,145),(68521,2475,145),(68522,2476,145),(68523,2477,145),(68524,2478,145),(68525,3463,145),(68526,2482,145),(68527,2483,145),(68528,2484,145),(68529,2485,145),(68530,2486,145),(68531,2487,145),(68532,2488,145),(68533,2489,145),(68534,2529,145),(68535,3464,145),(68536,1573,145),(68537,1554,145),(68538,1555,145),(68539,1556,145),(68540,1557,145),(68541,1558,145),(68542,1559,145),(68543,1560,145),(68544,3465,145),(68545,2491,145),(68546,2492,145),(68547,2493,145),(68548,2494,145),(68549,2495,145),(68550,2496,145),(68551,2497,145),(68552,2498,145),(68553,1606,145),(68554,1607,145),(68555,2499,145),(68556,2500,145),(68557,2501,145),(68558,2502,145),(68559,2503,145),(68560,2504,145),(68561,2505,145),(68562,2506,145),(68563,2507,145),(68564,2508,145),(68565,1589,145),(68566,1590,145),(68567,1591,145),(68568,1592,145),(68569,1593,145),(68570,1594,145),(68571,2641,145),(68572,1540,145),(68573,2509,145),(68574,1598,145),(68575,1601,145),(68576,1602,145),(68577,1600,145),(68578,2510,145),(68579,126,145),(68580,2655,145),(68581,2662,145),(68582,2663,145),(68583,6043,145),(68584,5346,145),(68585,5428,145),(68586,5429,145),(68587,5430,145),(68588,5431,145),(68589,5432,145),(68590,5433,145),(68591,5434,145),(68592,5435,145),(68593,5436,145),(68594,5437,145),(68595,5438,145),(68596,5439,145),(68597,5440,145),(68598,5441,145),(68599,5442,145),(68600,5443,145),(68601,5444,145),(68602,5445,145),(68603,5446,145),(68604,5447,145),(68605,5448,145),(68606,5449,145),(68607,5450,145),(68608,5451,145),(68609,5452,145),(68610,5453,145),(68611,5454,145),(68612,5455,145),(68613,5456,145),(68614,5457,145),(68615,5458,145),(68616,5459,145),(68617,5460,145),(68618,5461,145),(68619,5462,145),(68620,5463,145),(68621,5464,145),(68622,5465,145),(68623,5466,145),(68624,5467,145),(68625,5468,145),(68626,5469,145),(68627,5470,145),(68628,5471,145),(68629,5472,145),(68630,5473,145),(68631,5474,145),(68632,5475,145),(68633,5476,145),(68634,5477,145),(68635,5478,145),(68636,5479,145),(68637,5480,145),(68638,5481,145),(68639,5482,145),(68640,5483,145),(68641,5484,145),(68642,5485,145),(68643,5486,145),(68644,5487,145),(68645,5488,145),(68646,5489,145),(68647,5490,145),(68648,5491,145),(68649,5492,145),(68650,5493,145),(68651,5494,145),(68652,5495,145),(68653,5496,145),(68654,5497,145),(68655,5498,145),(68656,5499,145),(68657,5500,145),(68658,5501,145),(68659,5502,145),(68660,5503,145),(68661,5504,145),(68662,5505,145),(68663,5506,145),(68664,5507,145),(68665,5508,145),(68666,5509,145),(68667,5510,145),(68668,5511,145),(68669,5512,145),(68670,5513,145),(68671,5514,145),(68672,5515,145),(68673,5516,145),(68674,5517,145),(68675,5518,145),(68676,5519,145),(68677,5520,145),(68678,5521,145),(68679,5522,145),(68680,5523,145),(68681,5524,145),(68682,5525,145),(68683,5526,145),(68684,5527,145),(68685,5528,145),(68686,5529,145),(68687,5530,145),(68688,5531,145),(68689,5532,145),(68690,5533,145),(68691,5534,145),(68692,5535,145),(68693,5536,145),(68694,5537,145),(68695,5538,145),(68696,5539,145),(68697,5540,145),(68698,5541,145),(68699,5542,145),(68700,5543,145),(68701,5544,145),(68702,5545,145),(68703,5546,145),(68704,5547,145),(68705,5548,145),(68706,5549,145),(68707,5550,145),(68708,5551,145),(68709,6044,145),(68710,5942,145),(68711,5943,145),(68712,5944,145),(68713,5945,145),(68714,5946,145),(68715,5947,145),(68716,5948,145),(68717,5949,145),(68718,5950,145),(68719,5951,145),(68720,5952,145),(68721,5953,145),(68722,5954,145),(68723,5955,145),(68724,5956,145),(68725,5957,145),(68726,5958,145),(68727,5959,145),(68728,5960,145),(68729,5961,145),(68730,5962,145),(68731,5963,145),(68732,5964,145),(68733,5965,145),(68734,5966,145),(68735,5967,145),(68736,5968,145),(68737,5969,145),(68738,5970,145),(68739,5971,145),(68740,5972,145),(68741,5973,145),(68742,5974,145),(68743,5975,145),(68744,5976,145),(68745,5977,145),(68746,5978,145),(68747,5979,145),(68748,5980,145),(68749,5981,145),(68750,5982,145),(68751,5983,145),(68752,5984,145),(68753,5552,145),(68754,2511,145),(68755,2512,145),(68756,2657,145),(68757,2514,145),(68758,2515,145),(68759,2513,145),(68760,2516,145),(68761,2517,145),(68762,2518,145),(68763,2519,145),(68764,2520,145),(68765,1500,145),(68766,1501,145),(68767,2521,145),(68768,2522,145),(68769,2523,145),(68770,1595,145),(68771,2524,145),(68772,2525,145),(68773,2526,145),(68774,2527,145),(68775,2528,145),(68776,2530,145),(68777,2531,145),(68778,2532,145),(68779,2533,145),(68780,2534,145),(68781,2535,145),(68782,2536,145),(68783,2537,145),(68784,2538,145),(68785,2539,145),(68786,2540,145),(68787,2541,145),(68788,2542,145),(68789,2543,145),(68790,2544,145),(68791,2545,145),(68792,2546,145),(68793,2547,145),(68794,1488,145),(68795,1489,145),(68796,4012,145),(68797,4013,145),(68798,2548,145),(68799,2549,145),(68800,2550,145),(68801,2551,145),(68802,2552,145),(68803,2553,145),(68804,2554,145),(68805,2555,145),(68806,2556,145),(68807,2557,145),(68808,2558,145),(68809,2559,145),(68810,2560,145),(68811,2561,145),(68812,2562,145),(68813,2563,145),(68814,2564,145),(68815,2565,145),(68816,2566,145),(68817,2567,145),(68818,2568,145),(68819,2569,145),(68820,2570,145),(68821,2571,145),(68822,2572,145),(68823,2573,145),(68824,2574,145),(68825,2575,145),(68826,2576,145),(68827,2577,145),(68828,2578,145),(68829,2579,145),(68830,2580,145),(68831,2581,145),(68832,2582,145),(68833,2583,145),(68834,2584,145),(68835,2585,145),(68836,2586,145),(68837,2587,145),(68838,2588,145),(68839,2589,145),(68840,2590,145),(68841,2591,145),(68842,2592,145),(68843,2593,145),(68844,2594,145),(68845,2595,145),(68846,2596,145),(68847,1532,145),(68848,2597,145),(68849,2598,145),(68850,2599,145),(68851,2600,145),(68852,2601,145),(68853,2602,145),(68854,2603,145),(68855,2604,145),(68856,2605,145),(68857,2606,145),(68858,2607,145),(68859,2608,145),(68860,2609,145),(68861,2610,145),(68862,2611,145),(68863,2612,145),(68864,2613,145),(68865,2614,145),(68866,2615,145),(68867,2616,145),(68868,2617,145),(68869,2618,145),(68870,2619,145),(68871,2620,145),(68872,2621,145),(68873,2622,145),(68874,2623,145),(68875,2624,145),(68876,2625,145),(68877,2626,145),(68878,2627,145),(68879,2628,145),(68880,2629,145),(68881,2630,145),(68882,2631,145),(68883,2632,145),(68884,2633,145),(68885,2634,145),(68886,2635,145),(68887,2636,145),(68888,1490,145),(68889,1491,145),(68890,1492,145),(68891,2637,145),(68892,2638,145),(68893,2639,145),(68894,2640,145),(68895,2513,144),(68896,2880,29),(68897,2881,29),(68898,2882,29),(68899,2883,29),(68900,2884,29),(68901,2885,29),(68902,2886,29),(68903,2887,29),(68904,2888,29),(68905,2889,29),(68906,2890,29),(68907,2891,29),(68908,2892,29),(68909,2893,29),(68910,2894,29),(68911,2895,29),(68912,2896,29),(68913,2897,29),(68914,2898,29),(68915,2899,29),(68916,2665,29),(68917,2666,29),(68918,2667,29),(68919,2668,29),(68920,2669,29),(68921,2670,29),(68922,2671,29),(68923,2900,29),(68924,2901,29),(68925,2902,29),(68926,2903,29),(68927,2904,29),(68928,2905,29),(68929,2906,29),(68930,2907,29),(68931,2908,29),(68932,2909,29),(68933,2910,29),(68934,2911,29),(68935,2912,29),(68936,2913,29),(68937,2914,29),(68938,2915,29),(68939,2916,29),(68940,2917,29),(68941,2918,29),(68942,2919,29),(68943,2920,29),(68944,2921,29),(68945,2922,29),(68946,2923,29),(68947,2924,29),(68948,2925,29),(68949,2926,29),(68950,2927,29),(68951,2928,29),(68952,2929,29),(68953,2930,29),(68954,2931,29),(68955,2932,29),(68956,2933,29),(68957,2934,29),(68958,2935,29),(68959,2936,29),(68960,2937,29),(68961,2938,29),(68962,2939,29),(68963,2940,29),(68964,2941,29),(68965,2942,29),(68966,2943,29),(68967,2944,29),(68968,2945,29),(68969,2946,29),(68970,2947,29),(68971,2948,29),(68972,2949,29),(68973,2950,29),(68974,2951,29),(68975,2952,29),(68976,2953,29),(68977,2954,29),(68978,2955,29),(68979,2956,29),(68980,2957,29),(68981,2958,29),(68982,2959,29),(68983,2960,29),(68984,2961,29),(68985,2962,29),(68986,2963,29),(68987,2964,29),(68988,2965,29),(68989,2966,29),(68990,2967,29),(68991,2968,29),(68992,2969,29),(68993,2970,29),(68994,2971,29),(68995,2972,29),(68996,2973,29),(68997,2974,29),(68998,2975,29),(68999,2976,29),(69000,2977,29),(69001,2978,29),(69002,2979,29),(69003,2980,29),(69004,2981,29),(69005,2982,29),(69006,2983,29),(69007,2984,29),(69008,2985,29),(69009,2986,29),(69010,2987,29),(69011,2988,29),(69012,2989,29),(69013,2990,29),(69014,2991,29),(69015,2992,29),(69016,2993,29),(69017,2994,29),(69018,2995,29),(69019,2996,29),(69020,2997,29),(69021,2998,29),(69022,2999,29),(69023,3000,29),(69024,3001,29),(69025,3002,29),(69026,3003,29),(69027,3004,29),(69028,3005,29),(69029,3006,29),(69030,3007,29),(69031,3008,29),(69032,3009,29),(69033,3010,29),(69034,3011,29),(69035,3012,29),(69036,3013,29),(69037,3014,29),(69038,3015,29),(69039,3016,29),(69040,3017,29),(69041,3018,29),(69042,3019,29),(69043,3020,29),(69044,3021,29),(69045,3022,29),(69046,3023,29),(69047,3024,29),(69048,3025,29),(69049,3026,29),(69050,3027,29),(69051,3028,29),(69052,3029,29),(69053,3030,29),(69054,3031,29),(69055,3032,29),(69056,3033,29),(69057,3034,29),(69058,3035,29),(69059,3036,29),(69060,3037,29),(69061,3038,29),(69062,3039,29),(69063,3040,29),(69064,3041,29),(69065,3042,29),(69066,3043,29),(69067,3044,29),(69068,3045,29),(69069,3046,29),(69070,3047,29),(69071,3048,29),(69072,3049,29),(69073,3050,29),(69074,3051,29),(69075,3052,29),(69076,3053,29),(69077,3054,29),(69078,3055,29),(69079,3056,29),(69080,3057,29),(69081,3058,29),(69082,3059,29),(69083,3060,29),(69084,3061,29),(69085,3062,29),(69086,3063,29),(69087,3064,29),(69088,3065,29),(69089,3066,29),(69090,3067,29),(69091,3068,29),(69092,3069,29),(69093,3070,29),(69094,3071,29),(69095,3072,29),(69096,3073,29),(69097,3074,29),(69098,1612,146),(69099,1613,146),(69100,1614,146),(69101,4019,29),(69102,3899,147),(69103,6046,147),(69104,1428,147),(69105,1429,147),(69106,1612,68),(69107,1613,68),(69108,1614,68),(69109,1612,130),(69110,1613,130),(69111,1614,130),(69112,3899,148),(69113,6046,148),(69114,1428,148),(69115,1429,148),(69116,3899,149),(69117,6046,149),(69118,1428,149),(69119,1429,149),(69120,1612,149),(69121,1613,149),(69122,1614,149),(69123,3533,30),(69124,3534,30),(69125,2660,30),(69126,1630,27),(69127,1631,27),(69128,1601,27),(69129,1627,27),(69130,2100,27),(69131,2105,27),(69132,6287,27),(69133,6288,27),(69134,6289,27),(69135,6290,27),(69136,6291,27),(69137,6292,27),(69138,6293,27),(69139,6294,27),(69140,6295,27),(69141,6296,27),(69142,6297,27),(69143,6298,27),(69144,6299,27),(69145,6300,27),(69146,6301,27),(69147,6302,27),(69148,6303,27),(69149,6304,27),(69150,6305,27),(69151,6306,27),(69152,6307,27),(69153,6308,27),(69154,6309,27),(69155,6310,27),(69156,1612,147),(69157,1613,147),(69158,1614,147),(69159,6287,150),(69160,6288,150),(69161,1630,150),(69162,1631,150),(69163,6289,150),(69164,6290,150),(69165,6291,150),(69166,6292,150),(69167,6293,150),(69168,1601,150),(69169,6294,150),(69170,6295,150),(69171,6296,150),(69172,1627,150),(69173,6297,150),(69174,2100,150),(69175,2105,150),(69176,6298,150),(69177,6299,150),(69178,6300,150),(69179,6301,150),(69180,6302,150),(69181,6303,150),(69182,6304,150),(69183,6305,150),(69184,6306,150),(69185,6307,150),(69186,6308,150),(69187,6309,150),(69188,6310,150),(69189,1612,131),(69190,1613,131),(69191,1614,131),(69192,1612,7),(69193,1613,7),(69194,1614,7),(69195,1612,151),(69196,1613,151),(69197,1614,151),(69198,4861,151),(69199,4862,151),(69200,4863,151),(69201,4864,151),(69202,4865,151),(69203,4866,151),(69204,4867,151),(69205,4868,151),(69206,2,151),(69207,6030,151),(69208,1343,151),(69209,1092,151),(69210,1093,151),(69211,4101,151),(69212,1497,151),(69213,1498,151),(69214,2659,151),(69215,3532,151),(69216,3533,151),(69217,3534,151),(69218,2660,151),(69219,1612,133),(69220,1613,133),(69221,1614,133),(69222,1612,152),(69223,1613,152),(69224,1614,152),(69225,1580,28),(69226,1612,153),(69227,1613,153),(69228,1614,153),(69229,4861,153),(69230,4862,153),(69231,4863,153),(69232,4864,153),(69233,4865,153),(69234,4866,153),(69235,4867,153),(69236,4868,153),(69237,2,153),(69238,6030,153),(69239,1343,153),(69240,1092,153),(69241,1093,153),(69242,4101,153),(69243,4014,153),(69244,1580,153),(69245,4015,153),(69246,4017,153),(69247,4915,153),(69248,4916,153),(69249,4917,153),(69250,1428,153),(69251,1429,153),(69252,1497,153),(69253,1498,153),(69254,1612,154),(69255,1613,154),(69256,1614,154),(69257,4861,154),(69258,4862,154),(69259,4863,154),(69260,4864,154),(69261,4865,154),(69262,4866,154),(69263,4867,154),(69264,4868,154),(69265,2,154),(69266,6030,154),(69267,1343,154),(69268,1092,154),(69269,1093,154),(69270,4101,154),(69271,4014,154),(69272,1580,154),(69273,4015,154),(69274,4017,154),(69275,4915,154),(69276,4916,154),(69277,4917,154),(69278,1428,154),(69279,1429,154),(69280,1497,154),(69281,1498,154);
/*!40000 ALTER TABLE `wp_icl_string_pages` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_icl_string_positions`
--

DROP TABLE IF EXISTS `wp_icl_string_positions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_icl_string_positions` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `string_id` bigint(20) NOT NULL,
  `kind` tinyint(4) DEFAULT NULL,
  `position_in_page` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`),
  KEY `string_id` (`string_id`)
) ENGINE=InnoDB AUTO_INCREMENT=6180 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_icl_string_positions`
--

LOCK TABLES `wp_icl_string_positions` WRITE;
/*!40000 ALTER TABLE `wp_icl_string_positions` DISABLE KEYS */;
INSERT INTO `wp_icl_string_positions` VALUES (65,65,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\admin\\\\admin-field-groups.php::798'),(81,78,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\admin\\\\admin-field-groups.php::816'),(382,326,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-color_picker.php::25'),(383,327,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-color_picker.php::68'),(384,328,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-color_picker.php::69'),(385,329,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-color_picker.php::70'),(386,330,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-color_picker.php::71'),(387,307,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-color_picker.php::131'),(388,331,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-date_picker.php::25'),(389,332,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-date_picker.php::178'),(390,333,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-date_picker.php::179'),(391,334,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-date_picker.php::187'),(392,335,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-date_picker.php::197'),(393,336,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-date_picker.php::198'),(394,337,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-date_picker.php::208'),(395,338,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-date_picker.php::209'),(396,334,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-date_picker.php::218'),(397,339,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-date_picker.php::227'),(398,340,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-date_picker.php::59'),(399,341,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-date_picker.php::60'),(400,342,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-date_picker.php::61'),(401,343,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-date_picker.php::62'),(402,344,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-date_picker.php::63'),(403,345,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-date_time_picker.php::25'),(404,332,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-date_time_picker.php::183'),(405,333,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-date_time_picker.php::184'),(406,334,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-date_time_picker.php::193'),(407,337,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-date_time_picker.php::200'),(408,338,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-date_time_picker.php::201'),(409,334,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-date_time_picker.php::210'),(410,339,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-date_time_picker.php::217'),(411,346,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-date_time_picker.php::68'),(412,347,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-date_time_picker.php::69'),(413,348,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-date_time_picker.php::70'),(414,349,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-date_time_picker.php::71'),(415,350,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-date_time_picker.php::72'),(416,351,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-date_time_picker.php::73'),(417,352,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-date_time_picker.php::74'),(418,353,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-date_time_picker.php::75'),(419,354,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-date_time_picker.php::76'),(420,355,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-date_time_picker.php::77'),(421,356,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-date_time_picker.php::78'),(422,357,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-date_time_picker.php::80'),(423,358,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-date_time_picker.php::81'),(424,359,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-date_time_picker.php::84'),(425,360,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-date_time_picker.php::85'),(426,361,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-email.php::25'),(427,307,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-email.php::118'),(428,308,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-email.php::119'),(429,362,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-email.php::127'),(430,363,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-email.php::128'),(431,364,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-email.php::136'),(432,365,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-email.php::137'),(433,366,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-email.php::145'),(434,367,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-email.php::146'),(435,368,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-file.php::25'),(436,101,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-file.php::57'),(437,369,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-file.php::58'),(438,370,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-file.php::59'),(439,312,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-file.php::215'),(440,313,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-file.php::216'),(441,371,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-file.php::221'),(442,372,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-file.php::222'),(443,373,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-file.php::223'),(444,374,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-file.php::230'),(445,375,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-file.php::231'),(446,376,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-file.php::236'),(447,377,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-file.php::237'),(448,378,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-file.php::244'),(449,379,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-file.php::245'),(450,380,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-file.php::248'),(451,381,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-file.php::255'),(452,379,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-file.php::256'),(453,380,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-file.php::259'),(454,382,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-file.php::266'),(455,383,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-file.php::267'),(456,384,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-file.php::141'),(457,380,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-file.php::145'),(458,128,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-file.php::152'),(459,278,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-file.php::154'),(460,102,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-file.php::170'),(461,385,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-file.php::170'),(462,386,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-google-map.php::25'),(463,387,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-google-map.php::59'),(464,388,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-google-map.php::200'),(465,389,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-google-map.php::201'),(466,388,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-google-map.php::211'),(467,389,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-google-map.php::212'),(468,390,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-google-map.php::223'),(469,391,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-google-map.php::224'),(470,392,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-google-map.php::233'),(471,393,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-google-map.php::234'),(472,76,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-google-map.php::165'),(473,394,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-google-map.php::166'),(474,395,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-google-map.php::167'),(475,396,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-google-map.php::170'),(476,397,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-group.php::25'),(477,309,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-group.php::474'),(478,398,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-group.php::475'),(479,399,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-group.php::480'),(480,400,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-group.php::481'),(481,401,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-group.php::482'),(482,402,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-group.php::459'),(483,403,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-image.php::25'),(484,404,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-image.php::64'),(485,405,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-image.php::65'),(486,406,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-image.php::66'),(487,270,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-image.php::67'),(488,337,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-image.php::205'),(489,407,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-image.php::211'),(490,408,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-image.php::212'),(491,409,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-image.php::213'),(492,410,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-image.php::220'),(493,374,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-image.php::230'),(494,375,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-image.php::231'),(495,376,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-image.php::236'),(496,377,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-image.php::237'),(497,378,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-image.php::244'),(498,411,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-image.php::245'),(499,412,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-image.php::248'),(500,392,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-image.php::256'),(501,380,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-image.php::265'),(502,381,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-image.php::273'),(503,411,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-image.php::274'),(504,412,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-image.php::277'),(505,392,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-image.php::285'),(506,380,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-image.php::294'),(507,382,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-image.php::302'),(508,383,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-image.php::303'),(509,128,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-image.php::139'),(510,278,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-image.php::141'),(511,413,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-image.php::157'),(512,414,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-image.php::157'),(513,415,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-link.php::25'),(514,312,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-link.php::166'),(515,313,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-link.php::167'),(516,416,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-link.php::172'),(517,417,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-link.php::173'),(518,418,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-link.php::133'),(519,419,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-link.php::138'),(520,128,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-link.php::139'),(521,278,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-link.php::140'),(522,420,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-message.php::25'),(523,420,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-message.php::101'),(524,421,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-message.php::110'),(525,422,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-message.php::111'),(526,423,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-message.php::115'),(527,424,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-message.php::116'),(528,425,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-message.php::117'),(529,426,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-message.php::124'),(530,427,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-message.php::125'),(531,428,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-number.php::25'),(532,307,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-number.php::127'),(533,308,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-number.php::128'),(534,362,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-number.php::136'),(535,363,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-number.php::137'),(536,364,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-number.php::145'),(537,365,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-number.php::146'),(538,366,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-number.php::154'),(539,367,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-number.php::155'),(540,429,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-number.php::163'),(541,430,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-number.php::172'),(542,431,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-number.php::181'),(543,432,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-number.php::219'),(544,433,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-number.php::237'),(545,434,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-number.php::245'),(546,435,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-oembed.php::25'),(547,436,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-oembed.php::216'),(548,437,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-oembed.php::254'),(549,412,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-oembed.php::257'),(550,437,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-oembed.php::265'),(551,392,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-oembed.php::268'),(552,438,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-page_link.php::25'),(553,439,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-page_link.php::177'),(554,440,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-page_link.php::269'),(555,441,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-page_link.php::485'),(556,442,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-page_link.php::493'),(557,443,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-page_link.php::499'),(558,444,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-page_link.php::507'),(559,306,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-page_link.php::513'),(560,445,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-page_link.php::523'),(561,446,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-page_link.php::533'),(562,447,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-password.php::25'),(563,362,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-password.php::71'),(564,363,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-password.php::72'),(565,364,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-password.php::80'),(566,365,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-password.php::81'),(567,366,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-password.php::89'),(568,367,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-password.php::90'),(569,448,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-post_object.php::25'),(570,440,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-post_object.php::267'),(571,441,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-post_object.php::383'),(572,442,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-post_object.php::391'),(573,443,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-post_object.php::397'),(574,444,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-post_object.php::405'),(575,306,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-post_object.php::411'),(576,446,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-post_object.php::421'),(577,337,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-post_object.php::431'),(578,448,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-post_object.php::436'),(579,449,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-post_object.php::437'),(580,450,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-radio.php::25'),(581,302,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-radio.php::235'),(582,303,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-radio.php::236'),(583,304,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-radio.php::236'),(584,305,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-radio.php::236'),(585,306,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-radio.php::244'),(586,451,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-radio.php::254'),(587,452,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-radio.php::259'),(588,453,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-radio.php::265'),(589,454,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-radio.php::270'),(590,307,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-radio.php::281'),(591,308,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-radio.php::282'),(592,309,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-radio.php::290'),(593,311,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-radio.php::296'),(594,310,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-radio.php::297'),(595,312,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-radio.php::304'),(596,313,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-radio.php::305'),(597,314,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-radio.php::310'),(598,136,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-radio.php::311'),(599,315,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-radio.php::312'),(600,455,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-range.php::25'),(601,307,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-range.php::149'),(602,308,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-range.php::150'),(603,429,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-range.php::158'),(604,430,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-range.php::168'),(605,431,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-range.php::178'),(606,364,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-range.php::188'),(607,365,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-range.php::189'),(608,366,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-range.php::197'),(609,367,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-range.php::198'),(610,456,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-relationship.php::25'),(611,457,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-relationship.php::62'),(612,458,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-relationship.php::63'),(613,459,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-relationship.php::64'),(614,460,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-relationship.php::411'),(615,461,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-relationship.php::420'),(616,462,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-relationship.php::477'),(617,441,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-relationship.php::560'),(618,442,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-relationship.php::568'),(619,443,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-relationship.php::574'),(620,444,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-relationship.php::582'),(621,463,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-relationship.php::588'),(622,76,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-relationship.php::593'),(623,464,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-relationship.php::594'),(624,465,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-relationship.php::595'),(625,466,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-relationship.php::602'),(626,467,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-relationship.php::603'),(627,170,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-relationship.php::607'),(628,468,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-relationship.php::614'),(629,469,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-relationship.php::623'),(630,337,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-relationship.php::634'),(631,448,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-relationship.php::639'),(632,449,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-relationship.php::640'),(633,470,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-relationship.php::727'),(634,471,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-relationship.php::727'),(635,302,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-select.php::364'),(636,303,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-select.php::365'),(637,304,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-select.php::365'),(638,305,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-select.php::365'),(639,322,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-select.php::374'),(640,306,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-select.php::382'),(641,446,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-select.php::392'),(642,472,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-select.php::402'),(643,473,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-select.php::412'),(644,474,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-select.php::428'),(645,314,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-select.php::432'),(646,136,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-select.php::433'),(647,315,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-select.php::434'),(648,475,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-select.php::25'),(649,476,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-select.php::111'),(650,477,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-select.php::112'),(651,478,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-select.php::113'),(652,479,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-select.php::114'),(653,480,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-select.php::115'),(654,481,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-select.php::116'),(655,482,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-select.php::117'),(656,483,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-select.php::118'),(657,484,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-select.php::119'),(658,485,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-select.php::120'),(659,486,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-select.php::121'),(660,487,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-select.php::122'),(661,291,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-select.php::259'),(662,488,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-separator.php::25'),(663,489,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-tab.php::25'),(664,490,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-tab.php::102'),(665,152,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-tab.php::106'),(666,153,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-tab.php::107'),(667,299,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-tab.php::114'),(668,491,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-tab.php::115'),(669,465,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-taxonomy.php::28'),(670,465,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-taxonomy.php::754'),(671,492,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-taxonomy.php::755'),(672,493,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-taxonomy.php::764'),(673,494,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-taxonomy.php::765'),(674,495,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-taxonomy.php::770'),(675,316,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-taxonomy.php::771'),(676,496,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-taxonomy.php::772'),(677,497,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-taxonomy.php::774'),(678,498,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-taxonomy.php::775'),(679,306,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-taxonomy.php::784'),(680,499,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-taxonomy.php::799'),(681,500,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-taxonomy.php::800'),(682,501,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-taxonomy.php::809'),(683,502,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-taxonomy.php::810'),(684,503,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-taxonomy.php::819'),(685,504,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-taxonomy.php::820'),(686,312,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-taxonomy.php::829'),(687,505,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-taxonomy.php::834'),(688,506,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-taxonomy.php::835'),(689,507,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-taxonomy.php::885'),(690,508,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-taxonomy.php::895'),(691,509,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-taxonomy.php::927'),(692,137,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-taxonomy.php::939'),(693,440,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-taxonomy.php::961'),(694,510,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-taxonomy.php::973'),(695,511,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-taxonomy.php::714'),(696,475,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-taxonomy.php::776'),(697,512,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-text.php::25'),(698,308,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-text.php::120'),(699,362,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-text.php::128'),(700,363,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-text.php::129'),(701,364,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-text.php::137'),(702,365,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-text.php::138'),(703,366,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-text.php::146'),(704,367,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-text.php::147'),(705,513,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-text.php::155'),(706,514,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-text.php::156'),(707,515,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-text.php::181'),(708,516,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-textarea.php::25'),(709,362,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-textarea.php::111'),(710,363,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-textarea.php::112'),(711,513,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-textarea.php::120'),(712,514,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-textarea.php::121'),(713,517,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-textarea.php::129'),(714,518,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-textarea.php::130'),(715,421,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-textarea.php::139'),(716,422,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-textarea.php::140'),(717,423,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-textarea.php::144'),(718,424,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-textarea.php::145'),(719,425,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-textarea.php::146'),(720,515,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-textarea.php::213'),(721,519,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-time_picker.php::25'),(722,332,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-time_picker.php::109'),(723,333,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-time_picker.php::110'),(724,334,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-time_picker.php::117'),(725,338,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-time_picker.php::125'),(726,520,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-true_false.php::25'),(727,276,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-true_false.php::79'),(728,277,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-true_false.php::80'),(729,420,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-true_false.php::126'),(730,521,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-true_false.php::127'),(731,472,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-true_false.php::144'),(732,522,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-true_false.php::155'),(733,523,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-true_false.php::156'),(734,276,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-true_false.php::159'),(735,524,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-true_false.php::170'),(736,525,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-true_false.php::171'),(737,277,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-true_false.php::174'),(738,526,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-url.php::25'),(739,527,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-url.php::151'),(740,528,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-user.php::25'),(741,529,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-user.php::378'),(742,530,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-user.php::386'),(743,446,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-user.php::403'),(744,531,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-user.php::417'),(745,532,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-user.php::418'),(746,533,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-user.php::419'),(747,534,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-wysiwyg.php::25'),(748,535,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-wysiwyg.php::330'),(749,536,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-wysiwyg.php::390'),(750,537,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-wysiwyg.php::395'),(751,538,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-wysiwyg.php::396'),(752,539,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-wysiwyg.php::397'),(753,540,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-wysiwyg.php::404'),(754,541,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-wysiwyg.php::419'),(755,542,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-wysiwyg.php::429'),(756,543,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-wysiwyg.php::430'),(757,544,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-wysiwyg.php::337'),(758,545,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields\\\\class-acf-field-wysiwyg.php::331'),(759,546,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields.php::308'),(760,547,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields.php::308'),(761,548,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields.php::349'),(762,549,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields.php::350'),(763,550,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields.php::351'),(764,551,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields.php::352'),(765,552,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields.php::353'),(766,309,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\fields.php::354'),(767,290,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\forms\\\\form-comment.php::166'),(768,59,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\forms\\\\form-front.php::38'),(769,549,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\forms\\\\form-front.php::47'),(770,553,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\forms\\\\form-front.php::55'),(771,554,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\forms\\\\form-front.php::103'),(772,555,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\forms\\\\form-front.php::104'),(773,556,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\forms\\\\form-front.php::230'),(774,557,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\locations\\\\class-acf-location-attachment.php::27'),(775,376,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\locations\\\\class-acf-location-attachment.php::101'),(776,558,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\locations\\\\class-acf-location-attachment.php::109'),(777,559,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\locations\\\\class-acf-location-comment.php::27'),(778,376,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\locations\\\\class-acf-location-comment.php::79'),(779,560,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\locations\\\\class-acf-location-current-user-role.php::27'),(780,561,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\locations\\\\class-acf-location-current-user-role.php::110'),(781,562,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\locations\\\\class-acf-location-current-user.php::27'),(782,563,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\locations\\\\class-acf-location-current-user.php::97'),(783,564,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\locations\\\\class-acf-location-current-user.php::98'),(784,565,0,'C:\\\\xampp\\\\htdocs\\\\cappen\\\\griflan-crypto-wallet/web/app/plugins/advanced-custom-fields-pro\\\\includes\\\\locations\\\\class-acf-location-current-user.php::99'),(785,638,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(786,639,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(787,640,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(788,641,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(789,642,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(790,643,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(791,644,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(792,645,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(793,646,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(794,647,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(795,648,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(796,649,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(797,650,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(798,651,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(799,652,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(800,653,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(801,654,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(802,655,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(803,656,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(804,657,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(805,658,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(806,659,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(807,660,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(808,661,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(809,662,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(810,663,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(811,664,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(812,665,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(813,666,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(814,667,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(815,668,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(816,669,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(817,670,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(818,671,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(819,672,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(820,673,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(821,674,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(822,675,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(823,676,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(824,677,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(825,678,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(826,679,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(827,680,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(828,681,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(829,682,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(830,683,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(831,684,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(832,685,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(833,686,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(834,687,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(835,688,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(836,689,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(837,690,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(838,691,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(839,692,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(840,693,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(841,694,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(842,695,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(843,696,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(844,697,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(845,698,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(846,699,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(847,700,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(848,701,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(849,702,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(850,703,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(851,704,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(852,705,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(853,706,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(854,707,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(855,708,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(856,709,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(857,710,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(858,711,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(859,712,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(860,713,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(861,714,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(862,715,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(863,716,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(864,717,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(865,718,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(866,719,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(867,720,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(868,721,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(869,722,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(870,723,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(871,724,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(872,566,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(873,567,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(874,568,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(875,569,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(876,725,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(877,726,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(878,727,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(879,728,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(880,729,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(881,730,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(882,731,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(883,732,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(884,733,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(885,734,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(886,735,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(887,736,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(888,737,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(889,738,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(890,739,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(891,740,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(892,741,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(893,742,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(894,743,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(895,744,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(896,745,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(897,746,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(898,747,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(899,748,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(900,749,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(901,750,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(902,751,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(903,752,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(904,753,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(905,754,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(906,755,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(907,756,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(908,757,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(909,758,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(910,759,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(911,760,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(912,761,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(913,762,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(914,763,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(915,764,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(916,765,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(917,766,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(918,767,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(919,768,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(920,769,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(921,770,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(922,771,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(923,772,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(924,773,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(925,774,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(926,775,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(927,776,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(928,777,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(929,778,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(930,779,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(931,780,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(932,781,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(933,782,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(934,783,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(935,784,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(936,785,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(937,786,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(938,787,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(939,788,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(940,789,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(941,790,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(942,791,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(943,792,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(944,793,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(945,794,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(946,795,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(947,796,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(948,797,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(949,798,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(950,799,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(951,800,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(952,801,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(953,802,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(954,803,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(955,804,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(956,805,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(957,806,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(958,807,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(959,808,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(960,809,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(961,810,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(962,811,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(963,812,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(964,813,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(965,814,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(966,815,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(967,816,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(968,817,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(969,818,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(970,819,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(971,820,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(972,821,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(973,822,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(974,823,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(975,824,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(976,825,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(977,826,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(978,827,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(979,828,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(980,829,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(981,830,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(982,831,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(983,832,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(984,833,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(985,834,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(986,835,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(987,836,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(988,837,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(989,838,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(990,839,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(991,840,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(992,841,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(993,842,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(994,843,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(995,844,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(996,845,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(997,846,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(998,847,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(999,848,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1000,849,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1001,850,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1002,851,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1003,852,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1004,853,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1005,854,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1006,855,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1007,856,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1008,857,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1009,858,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1010,859,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1011,860,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1012,861,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1013,862,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1014,863,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1015,864,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1016,865,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1017,866,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1018,867,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1019,868,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1020,869,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1021,870,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1022,871,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1023,872,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1024,873,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1025,874,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1026,875,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1027,876,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1028,877,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1029,878,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1030,879,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1031,880,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1032,881,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1033,882,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1034,883,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1035,884,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1036,885,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1037,886,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1038,887,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1039,888,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1040,889,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1041,890,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1042,891,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1043,892,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1044,893,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1045,894,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1046,895,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1047,896,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1048,897,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1049,898,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1050,899,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1051,900,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1052,901,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1053,902,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1054,903,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1055,904,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1056,905,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1057,906,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1058,907,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1059,908,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1060,909,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1061,910,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1062,911,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1063,912,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1064,913,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1065,914,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1066,915,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1067,916,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1068,917,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1069,918,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1070,919,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1071,920,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1072,921,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1073,922,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1074,923,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1075,924,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1076,925,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1077,926,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1078,927,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1079,928,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1080,929,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1081,930,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1082,931,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1083,932,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1084,933,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1085,934,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1086,935,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1087,936,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1088,937,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1089,938,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1090,939,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1091,940,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1092,941,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1093,942,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1094,943,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1095,944,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1096,945,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1097,946,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1098,947,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1099,948,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1100,949,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1101,950,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1102,951,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1103,952,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1104,953,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1105,954,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1106,955,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1107,956,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1108,957,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1109,958,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1110,959,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1111,960,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1112,961,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1113,962,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1114,963,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1115,964,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1116,965,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1117,966,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1118,967,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1119,968,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1120,969,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1121,970,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1122,971,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1123,972,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1124,973,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1125,974,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1126,975,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1127,976,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1128,977,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1129,978,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1130,979,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1131,980,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1132,981,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1133,982,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1134,983,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1135,984,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1136,985,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1137,986,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1138,987,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1139,988,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1140,989,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1141,990,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1142,991,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1143,992,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1144,993,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1145,994,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1146,995,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1147,996,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1148,997,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1149,998,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1150,999,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1151,1000,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1152,1001,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1153,1002,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1154,1003,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1155,1004,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1156,1005,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1157,1006,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1158,1007,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1159,1008,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1160,1009,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1161,1010,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1162,1011,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1163,1012,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1164,1013,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1165,1014,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1166,1015,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1167,1016,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1168,1017,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1169,1018,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1170,1019,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1171,1020,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1172,1021,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1173,1022,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1174,1023,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1175,1024,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1176,1025,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1177,1026,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1178,1027,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1179,1028,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1180,1029,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1181,1030,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1182,1031,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1183,1032,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1184,1033,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1185,1034,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1186,1035,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1187,1036,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1188,1037,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1189,1038,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1190,1039,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1191,1040,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1192,1041,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1193,1042,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1194,1043,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1195,1044,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1196,1045,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1197,1046,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1198,1047,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1199,1048,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1200,1049,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1201,1050,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1202,1051,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1203,1052,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1204,1053,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1205,1054,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1206,1055,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1207,1056,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1208,512,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1209,516,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1210,428,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1211,455,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1212,361,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1213,526,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1214,447,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1215,403,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1216,368,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1217,534,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1218,435,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1219,475,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1220,316,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1221,450,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1222,301,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1223,520,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1224,415,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1225,448,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1226,438,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1227,456,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1228,465,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1229,528,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1230,386,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1231,331,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1232,345,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1233,519,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1234,326,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1235,420,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1236,294,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1237,489,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1238,397,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1239,193,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1240,194,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1241,1057,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1242,195,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1243,1058,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1244,464,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1245,1059,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1246,1060,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1247,1061,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1248,1062,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1249,1063,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1250,1064,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1251,1065,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1252,1066,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1253,1067,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1254,1068,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1255,562,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1256,560,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1257,1069,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1258,1070,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1259,557,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1260,559,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1261,1071,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1262,1072,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1263,1073,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1264,399,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1265,196,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1266,10,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1267,11,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1268,12,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1269,13,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1270,14,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1271,15,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1272,16,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1273,17,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1274,18,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1275,19,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1276,20,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1277,21,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1278,22,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1279,23,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1280,24,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1281,25,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1282,26,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1283,27,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1284,28,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1285,29,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1286,1074,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1287,1075,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1288,1076,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1289,1077,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1290,1078,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1291,1079,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1292,1080,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1293,1081,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1294,1082,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1295,1083,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1296,1084,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1297,1085,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1298,1086,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1299,1087,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1300,1088,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1301,1089,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1302,1090,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1303,1091,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1304,1092,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1305,1093,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(1306,638,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1307,638,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1308,639,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1309,639,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1310,640,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1311,640,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1312,641,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1313,641,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1314,642,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1315,642,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1316,643,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1317,643,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1318,644,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1319,644,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1320,645,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1321,645,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1322,646,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1323,646,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1324,647,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1325,647,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1326,648,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1327,648,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1328,649,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1329,649,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1330,650,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1331,650,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1332,651,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1333,651,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1334,652,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1335,652,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1336,653,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1337,653,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1338,654,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1339,654,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1340,655,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1341,655,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1342,656,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1343,657,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1344,656,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1345,658,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1346,657,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1347,659,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1348,658,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1349,660,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1350,659,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1351,661,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1352,660,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1353,662,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1354,661,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1355,663,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1356,662,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1357,664,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1358,663,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1359,665,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1360,664,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1361,666,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1362,665,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1363,667,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1364,666,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1365,668,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1366,667,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1367,669,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1368,668,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1369,670,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1370,669,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1371,671,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1372,670,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1373,672,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1374,671,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1375,673,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1376,672,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1377,674,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1378,673,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1379,675,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1380,674,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1381,676,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1382,675,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1383,677,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1384,676,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1385,678,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1386,677,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1387,679,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1388,678,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1389,680,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1390,679,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1391,681,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1392,680,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1393,682,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1394,681,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1395,683,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1396,682,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1397,684,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1398,683,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1399,685,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1400,684,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1401,686,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1402,685,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1403,687,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1404,686,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1405,688,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1406,687,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1407,689,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1408,688,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1409,690,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1410,689,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1411,691,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1412,690,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1413,692,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1414,691,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1415,693,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1416,692,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1417,694,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1418,693,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1419,695,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1420,694,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1421,696,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1422,695,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1423,697,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1424,696,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1425,698,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1426,697,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1427,699,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1428,698,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1429,700,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1430,699,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1431,701,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1432,700,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1433,702,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1434,701,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1435,703,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1436,702,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1437,704,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1438,703,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1439,705,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1440,704,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1441,706,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1442,705,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1443,707,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1444,706,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1445,708,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1446,707,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1447,709,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1448,708,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1449,710,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1450,709,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1451,711,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1452,710,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1453,712,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1454,711,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1455,713,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1456,712,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1457,714,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1458,713,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1459,715,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1460,714,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1461,716,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1462,715,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1463,717,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1464,716,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1465,718,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1466,717,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1467,719,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1468,718,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1469,720,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1470,719,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1471,721,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1472,720,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1473,722,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1474,721,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1475,723,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1476,724,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1477,722,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1478,566,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1479,723,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1480,567,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1481,724,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1482,568,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1483,566,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1484,569,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1485,567,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1486,725,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1487,568,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1488,726,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1489,569,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1490,727,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1491,725,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1492,728,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1493,726,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1494,729,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1495,727,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1496,730,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1497,728,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1498,731,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1499,729,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1500,732,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1501,730,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1502,733,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1503,731,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1504,734,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1505,732,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1506,735,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1507,733,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1508,736,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1509,734,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1510,737,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1511,735,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1512,738,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1513,736,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1514,739,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1515,737,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1516,740,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1517,738,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1518,741,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1519,739,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1520,742,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1521,740,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1522,743,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1523,741,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1524,744,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1525,742,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1526,745,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1527,743,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1528,746,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1529,744,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1530,747,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1531,745,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1532,748,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1533,746,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1534,749,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1535,747,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1536,750,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1537,748,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1538,751,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1539,749,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1540,752,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1541,750,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1542,753,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1543,751,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1544,754,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1545,752,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1546,755,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1547,753,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1548,756,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1549,754,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1550,757,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1551,755,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1552,758,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1553,756,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1554,759,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1555,757,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1556,760,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1557,758,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1558,761,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1559,759,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1560,762,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1561,760,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1562,763,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1563,761,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1564,764,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1565,762,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1566,765,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1567,763,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1568,766,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1569,764,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1570,767,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1571,765,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1572,768,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1573,766,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1574,769,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1575,767,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1576,770,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1577,768,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1578,771,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1579,769,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1580,772,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1581,770,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1582,773,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1583,771,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1584,774,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1585,772,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1586,775,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1587,773,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1588,776,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1589,774,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1590,777,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1591,775,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1592,778,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1593,776,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1594,779,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1595,777,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1596,780,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1597,778,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1598,781,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1599,779,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1600,782,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1601,780,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1602,783,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1603,781,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1604,784,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1605,782,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1606,785,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1607,783,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1608,786,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1609,784,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1610,787,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1611,785,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1612,788,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1613,786,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1614,789,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1615,787,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1616,790,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1617,788,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1618,791,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1619,789,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1620,792,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1621,790,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1622,793,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1623,791,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1624,794,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1625,792,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1626,795,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1627,793,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1628,796,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1629,794,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1630,797,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1631,795,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1632,798,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1633,796,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1634,799,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1635,797,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1636,800,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1637,798,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1638,801,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1639,799,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1640,802,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1641,800,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1642,803,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1643,801,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1644,804,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1645,802,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1646,805,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1647,803,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1648,806,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1649,804,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1650,807,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1651,805,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1652,808,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1653,806,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1654,809,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1655,807,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1656,810,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1657,808,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1658,811,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1659,809,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1660,812,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1661,810,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1662,813,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1663,811,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1664,814,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1665,812,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1666,815,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1667,813,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1668,816,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1669,814,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1670,817,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1671,815,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1672,818,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1673,816,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1674,819,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1675,817,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1676,820,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1677,818,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1678,821,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1679,819,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1680,822,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1681,820,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1682,823,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1683,821,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1684,824,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1685,822,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1686,825,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1687,823,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1688,826,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1689,824,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1690,827,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1691,825,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1692,828,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1693,826,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1694,829,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1695,827,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1696,830,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1697,828,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1698,831,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1699,829,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1700,832,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1701,830,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1702,833,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1703,831,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1704,834,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1705,832,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1706,835,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1707,833,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1708,836,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1709,834,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1710,837,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1711,835,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1712,838,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1713,836,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1714,839,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1715,837,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1716,840,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1717,838,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1718,841,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1719,839,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1720,842,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1721,840,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1722,843,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1723,841,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1724,844,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1725,842,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1726,845,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1727,843,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1728,846,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1729,844,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1730,847,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1731,845,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1732,848,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1733,846,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1734,849,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1735,847,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1736,850,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1737,848,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1738,851,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1739,849,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1740,852,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1741,850,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1742,853,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1743,851,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1744,854,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1745,852,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1746,855,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1747,853,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1748,856,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1749,854,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1750,857,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1751,855,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1752,858,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1753,856,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1754,859,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1755,857,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1756,860,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1757,858,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1758,861,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1759,859,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1760,862,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1761,860,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1762,863,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1763,861,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1764,864,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1765,862,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1766,865,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1767,863,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1768,866,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1769,864,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1770,867,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1771,865,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1772,868,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1773,866,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1774,869,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1775,867,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1776,870,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1777,868,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1778,871,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1779,869,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1780,872,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1781,870,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1782,873,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1783,871,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1784,874,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1785,872,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1786,875,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1787,873,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1788,876,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1789,874,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1790,877,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1791,875,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1792,878,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1793,876,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1794,879,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1795,877,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1796,880,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1797,878,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1798,881,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1799,879,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1800,882,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1801,880,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1802,883,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1803,881,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1804,884,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1805,882,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1806,885,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1807,883,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1808,886,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1809,884,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1810,887,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1811,885,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1812,888,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1813,886,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1814,889,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1815,887,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1816,890,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1817,888,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1818,891,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1819,889,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1820,892,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1821,890,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1822,893,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1823,891,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1824,894,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1825,892,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1826,895,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1827,893,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1828,896,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1829,894,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1830,897,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1831,895,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1832,898,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1833,896,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1834,899,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1835,897,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1836,900,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1837,898,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1838,901,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1839,899,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1840,902,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1841,900,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1842,903,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1843,901,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1844,904,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1845,902,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1846,905,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1847,903,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1848,906,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1849,904,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1850,907,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1851,905,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1852,908,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1853,906,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1854,909,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1855,907,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1856,910,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1857,908,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1858,911,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1859,909,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1860,912,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1861,910,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1862,913,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1863,911,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1864,914,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1865,912,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1866,915,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1867,913,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1868,916,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1869,914,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1870,917,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1871,915,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1872,918,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1873,916,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1874,919,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1875,917,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1876,920,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1877,918,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1878,921,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1879,919,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1880,922,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1881,920,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1882,923,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1883,921,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1884,924,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1885,922,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1886,925,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1887,923,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1888,926,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1889,927,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1890,924,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1891,925,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1892,928,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1893,926,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1894,929,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1895,927,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1896,930,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1897,928,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1898,931,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1899,929,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1900,932,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1901,930,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1902,933,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1903,931,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1904,934,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1905,932,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1906,935,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1907,933,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1908,936,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1909,934,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1910,937,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1911,935,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1912,938,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1913,936,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1914,939,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1915,937,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1916,940,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1917,938,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1918,941,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1919,939,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1920,942,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1921,940,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1922,943,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1923,941,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1924,944,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1925,942,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1926,945,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1927,943,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1928,946,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1929,944,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1930,947,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1931,945,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1932,948,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1933,946,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1934,949,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1935,947,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1936,950,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1937,948,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1938,951,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1939,949,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1940,952,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1941,950,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1942,953,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1943,951,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1944,954,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1945,952,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1946,955,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1947,953,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1948,956,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1949,954,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1950,957,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1951,955,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1952,958,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1953,956,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1954,959,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1955,957,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1956,960,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1957,958,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1958,961,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1959,959,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1960,962,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1961,960,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1962,963,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1963,961,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1964,964,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1965,962,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1966,965,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1967,963,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1968,966,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1969,964,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1970,967,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1971,965,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1972,968,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1973,966,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1974,969,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1975,967,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1976,970,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1977,968,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1978,971,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1979,969,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1980,972,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1981,970,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1982,973,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1983,971,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1984,974,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1985,972,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1986,975,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1987,973,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1988,976,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1989,974,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1990,977,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1991,975,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1992,978,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1993,976,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1994,979,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1995,977,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1996,980,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1997,978,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(1998,981,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(1999,979,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2000,982,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2001,980,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2002,983,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2003,981,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2004,984,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2005,982,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2006,985,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2007,983,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2008,986,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2009,984,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2010,987,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2011,985,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2012,988,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2013,986,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2014,989,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2015,987,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2016,990,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2017,988,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2018,991,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2019,989,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2020,992,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2021,990,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2022,993,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2023,991,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2024,994,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2025,992,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2026,995,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2027,993,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2028,996,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2029,994,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2030,997,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2031,995,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2032,998,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2033,996,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2034,999,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2035,997,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2036,1000,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2037,998,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2038,1001,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2039,999,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2040,1002,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2041,1000,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2042,1003,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2043,1001,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2044,1004,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2045,1002,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2046,1005,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2047,1003,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2048,1006,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2049,1004,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2050,1007,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2051,1005,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2052,1008,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2053,1006,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2054,1009,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2055,1007,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2056,1010,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2057,1008,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2058,1011,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2059,1009,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2060,1012,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2061,1010,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2062,1013,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2063,1011,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2064,1014,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2065,1012,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2066,1015,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2067,1013,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2068,1016,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2069,1014,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2070,1017,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2071,1015,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2072,1018,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2073,1016,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2074,1019,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2075,1017,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2076,1020,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2077,1018,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2078,1021,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2079,1019,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2080,1022,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2081,1020,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2082,1023,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2083,1021,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2084,1024,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2085,1022,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2086,1025,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2087,1023,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2088,1026,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2089,1024,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2090,1027,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2091,1025,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2092,1028,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2093,1026,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2094,1029,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2095,1027,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2096,1030,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2097,1028,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2098,1031,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2099,1029,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2100,1032,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2101,1030,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2102,1033,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2103,1031,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2104,1034,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2105,1032,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2106,1035,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2107,1033,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2108,1036,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2109,1034,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2110,1037,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2111,1035,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2112,1038,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2113,1036,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2114,1039,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2115,1037,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2116,1040,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2117,1038,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2118,1041,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2119,1039,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2120,1042,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2121,1040,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2122,1043,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2123,1041,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2124,1044,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2125,1042,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2126,1045,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2127,1043,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2128,1046,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2129,1044,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2130,1047,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2131,1045,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2132,1048,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2133,1046,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2134,1049,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2135,1047,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2136,1050,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2137,1048,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2138,1051,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2139,1049,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2140,1052,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2141,1050,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2142,1053,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2143,1051,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2144,1054,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2145,1052,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2146,1055,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2147,1053,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2148,1056,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2149,1054,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2150,1055,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2151,1056,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2152,512,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2153,512,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2154,516,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2155,516,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2156,428,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2157,428,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2158,455,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2159,455,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2160,361,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2161,361,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2162,526,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2163,526,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2164,447,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2165,447,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2166,403,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2167,403,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2168,368,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2169,368,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2170,534,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2171,534,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2172,435,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2173,435,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2174,475,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2175,475,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2176,316,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2177,316,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2178,450,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2179,450,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2180,301,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2181,301,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2182,520,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2183,520,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2184,415,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2185,415,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2186,448,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2187,448,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2188,438,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2189,438,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2190,456,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2191,456,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2192,465,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2193,465,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2194,528,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2195,528,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2196,386,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2197,386,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2198,331,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2199,331,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2200,345,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2201,345,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2202,519,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2203,519,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2204,326,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2205,326,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2206,420,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2207,420,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2208,294,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2209,294,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2210,489,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2211,489,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2212,397,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2213,397,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2214,193,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2215,193,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2216,194,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2217,194,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2218,1057,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2219,1057,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2220,195,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2221,195,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2222,1058,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2223,1058,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2224,464,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2225,464,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2226,1059,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2227,1059,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2228,1060,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2229,1060,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2230,1061,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2231,1061,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2232,1062,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2233,1062,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2234,1063,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2235,1063,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2236,1064,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2237,1064,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2238,1065,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2239,1065,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2240,1066,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2241,1066,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2242,1067,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2243,1067,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2244,1068,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2245,1068,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2246,562,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2247,562,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2248,560,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2249,560,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2250,1069,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2251,1069,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2252,1070,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2253,1070,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2254,557,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2255,557,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2256,559,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2257,559,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2258,1071,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2259,1071,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2260,1072,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2261,1072,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2262,1073,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2263,1073,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2264,399,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2265,399,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2266,196,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2267,196,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2268,10,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2269,10,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2270,11,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2271,11,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2272,12,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2273,12,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2274,13,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2275,13,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2276,14,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2277,14,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2278,15,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2279,15,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2280,16,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2281,16,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2282,17,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2283,17,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2284,18,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2285,18,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2286,19,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2287,19,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2288,20,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2289,20,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2290,21,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2291,21,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2292,22,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2293,22,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2294,23,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2295,23,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2296,24,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2297,24,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2298,25,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2299,25,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2300,26,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2301,26,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2302,27,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2303,27,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2304,28,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2305,28,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2306,29,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2307,29,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2308,1074,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2309,1075,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2310,1074,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2311,1076,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2312,1075,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2313,1077,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2314,1076,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2315,1078,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2316,1077,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2317,1079,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2318,1078,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2319,1080,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2320,1079,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2321,1080,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2322,1081,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2323,1081,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2324,1082,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2325,1082,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2326,1083,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2327,1083,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2328,1084,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2329,1084,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2330,1085,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2331,1086,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2332,1085,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2333,1087,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2334,1086,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2335,1088,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2336,1087,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2337,1089,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2338,1088,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2339,1090,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2340,1089,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2341,1091,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2342,1090,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2343,1091,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2344,1092,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2345,1092,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2346,1093,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2347,1093,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2348,638,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2349,639,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2350,640,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2351,641,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2352,642,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2353,643,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2354,644,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2355,645,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2356,646,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2357,647,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2358,648,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2359,649,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2360,650,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2361,651,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2362,652,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2363,653,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2364,654,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2365,655,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2366,656,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2367,657,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2368,658,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2369,659,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2370,660,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2371,661,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2372,662,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2373,663,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2374,664,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2375,665,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2376,666,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2377,667,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2378,668,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2379,669,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2380,670,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2381,671,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2382,672,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2383,673,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2384,674,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2385,675,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2386,676,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2387,677,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2388,678,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2389,679,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2390,680,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2391,681,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2392,682,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2393,683,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2394,684,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2395,685,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2396,686,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2397,687,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2398,688,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2399,689,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2400,690,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2401,691,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2402,692,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2403,693,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2404,694,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2405,695,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2406,696,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2407,697,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2408,698,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2409,699,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2410,700,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2411,701,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2412,702,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2413,703,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2414,704,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2415,705,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2416,706,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2417,707,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2418,708,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2419,709,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2420,710,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2421,711,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2422,712,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2423,713,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2424,714,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2425,715,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2426,716,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2427,717,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2428,718,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2429,719,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2430,720,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2431,721,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2432,722,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2433,723,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2434,724,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2435,566,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2436,567,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2437,568,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2438,569,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2439,725,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2440,726,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2441,727,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2442,728,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2443,729,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2444,730,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2445,731,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2446,732,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2447,733,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2448,734,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2449,735,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2450,736,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2451,737,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2452,738,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2453,739,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2454,740,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2455,741,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2456,742,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2457,743,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2458,744,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2459,745,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2460,746,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2461,747,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2462,748,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2463,749,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2464,750,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2465,751,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2466,752,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2467,753,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2468,754,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2469,755,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2470,756,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2471,757,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2472,758,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2473,759,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2474,760,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2475,761,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2476,762,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2477,763,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2478,764,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2479,765,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2480,766,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2481,767,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2482,768,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2483,769,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2484,770,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2485,771,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2486,772,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2487,773,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2488,774,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2489,775,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2490,776,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2491,777,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2492,778,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2493,779,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2494,780,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2495,781,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2496,782,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2497,783,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2498,784,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2499,785,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2500,786,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2501,787,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2502,788,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2503,789,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2504,790,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2505,791,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2506,792,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2507,793,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2508,794,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2509,795,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2510,796,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2511,797,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2512,798,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2513,799,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2514,800,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2515,801,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2516,802,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2517,803,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2518,804,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2519,805,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2520,806,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2521,807,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2522,808,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2523,809,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2524,810,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2525,811,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2526,812,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2527,813,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2528,814,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2529,815,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2530,816,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2531,817,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2532,818,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2533,819,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2534,820,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2535,821,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2536,822,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2537,823,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2538,824,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2539,825,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2540,826,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2541,827,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2542,828,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2543,829,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2544,830,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2545,831,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2546,832,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2547,833,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2548,834,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2549,835,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2550,836,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2551,837,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2552,838,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2553,839,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2554,840,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2555,841,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2556,842,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2557,843,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2558,844,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2559,845,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2560,846,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2561,847,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2562,848,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2563,849,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2564,850,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2565,851,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2566,852,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2567,853,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2568,854,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2569,855,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2570,856,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2571,857,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2572,858,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2573,859,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2574,860,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2575,861,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2576,862,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2577,863,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2578,864,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2579,865,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2580,866,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2581,867,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2582,868,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2583,869,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2584,870,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2585,871,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2586,872,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2587,873,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2588,874,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2589,875,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2590,876,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2591,877,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2592,878,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2593,879,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2594,880,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2595,881,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2596,882,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2597,883,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2598,884,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2599,885,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2600,886,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2601,887,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2602,888,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2603,889,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2604,890,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2605,891,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2606,892,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2607,893,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2608,894,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2609,895,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2610,896,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2611,897,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2612,898,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2613,899,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2614,900,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2615,901,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2616,902,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2617,903,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2618,904,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2619,905,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2620,906,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2621,907,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2622,908,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2623,909,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2624,910,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2625,911,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2626,912,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2627,913,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2628,914,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2629,915,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2630,916,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2631,917,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2632,918,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2633,919,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2634,920,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2635,921,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2636,922,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2637,923,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2638,924,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2639,925,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2640,926,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2641,927,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2642,928,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2643,929,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2644,930,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2645,931,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2646,932,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2647,933,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2648,934,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2649,935,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2650,936,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2651,937,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2652,938,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2653,939,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2654,940,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2655,941,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2656,942,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2657,943,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2658,944,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2659,945,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2660,946,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2661,947,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2662,948,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2663,949,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2664,950,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2665,951,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2666,952,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2667,953,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2668,954,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2669,955,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2670,956,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2671,957,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2672,958,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2673,959,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2674,960,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2675,961,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2676,962,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2677,963,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2678,964,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2679,965,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2680,966,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2681,967,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2682,968,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2683,969,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2684,970,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2685,971,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2686,972,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2687,973,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2688,974,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2689,975,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2690,976,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2691,977,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2692,978,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2693,979,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2694,980,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2695,981,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2696,982,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2697,983,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2698,984,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2699,985,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2700,986,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2701,987,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2702,988,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2703,989,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2704,990,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2705,991,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2706,992,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2707,993,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2708,994,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2709,995,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2710,996,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2711,997,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2712,998,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2713,999,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2714,1000,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2715,1001,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2716,1002,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2717,1003,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2718,1004,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2719,1005,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2720,1006,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2721,1007,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2722,1008,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2723,1009,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2724,1010,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2725,1011,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2726,1012,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2727,1013,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2728,1014,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2729,1015,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2730,1016,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2731,1017,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2732,1018,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2733,1019,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2734,1020,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2735,1021,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2736,1022,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2737,1023,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2738,1024,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2739,1025,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2740,1026,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2741,1027,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2742,1028,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2743,1029,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2744,1030,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2745,1031,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2746,1032,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2747,1033,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2748,1034,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2749,1035,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2750,1036,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2751,1037,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2752,1038,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2753,1039,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2754,1040,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2755,1041,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2756,1042,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2757,1043,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2758,1044,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2759,1045,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2760,1046,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2761,1047,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2762,1048,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2763,1049,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2764,1050,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2765,1051,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2766,1052,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2767,1053,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2768,1054,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2769,1055,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2770,1056,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2771,512,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2772,516,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2773,428,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2774,455,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2775,361,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2776,526,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2777,447,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2778,403,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2779,368,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2780,534,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2781,435,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2782,475,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2783,316,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2784,450,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2785,301,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2786,520,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2787,415,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2788,448,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2789,438,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2790,456,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2791,465,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2792,528,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2793,386,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2794,331,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2795,345,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2796,519,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2797,326,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2798,420,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2799,294,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2800,489,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2801,397,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2802,193,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2803,194,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2804,1057,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2805,195,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2806,1058,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2807,464,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2808,1059,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2809,1060,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2810,1061,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2811,1062,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2812,1063,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2813,1064,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2814,1065,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2815,1066,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2816,1067,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2817,1068,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2818,562,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2819,560,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2820,1069,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2821,1070,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2822,557,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2823,559,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2824,1071,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2825,1072,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2826,1073,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2827,399,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2828,196,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2829,10,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2830,11,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2831,12,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2832,13,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2833,14,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2834,15,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2835,16,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2836,17,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2837,18,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2838,19,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2839,20,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2840,21,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2841,22,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2842,23,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2843,24,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2844,25,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2845,26,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2846,27,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2847,28,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2848,29,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2849,1074,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2850,1075,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2851,1076,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2852,1077,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2853,1078,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2854,1079,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2855,1080,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2856,1081,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2857,1082,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2858,1083,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2859,1084,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2860,1085,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2861,1086,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2862,1087,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2863,1088,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2864,1089,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2865,1090,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2866,1091,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2867,1092,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2868,1093,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2869,1497,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2870,1498,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(2871,1497,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(2872,1498,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(2873,1612,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2874,1613,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2875,1614,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(2876,1612,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(2877,1613,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(2878,1614,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(2879,1612,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2880,1613,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2881,1614,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(2882,2659,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(2883,2660,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(2884,638,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2885,639,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2886,640,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2887,641,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2888,642,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2889,643,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2890,644,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2891,645,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2892,646,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2893,647,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2894,648,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2895,649,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2896,650,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2897,651,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2898,652,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2899,653,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2900,654,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2901,655,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2902,656,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2903,657,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2904,658,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2905,659,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2906,660,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2907,661,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2908,662,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2909,663,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2910,664,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2911,665,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2912,666,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2913,667,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2914,668,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2915,669,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2916,670,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2917,671,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2918,672,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2919,673,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2920,674,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2921,675,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2922,676,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2923,677,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2924,678,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2925,679,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2926,680,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2927,681,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2928,682,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2929,683,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2930,684,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2931,685,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2932,686,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2933,687,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2934,688,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2935,689,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2936,690,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2937,691,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2938,692,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2939,693,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2940,694,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2941,695,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2942,696,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2943,697,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2944,698,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2945,699,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2946,700,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2947,701,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2948,702,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2949,703,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2950,704,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2951,705,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2952,706,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2953,707,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2954,708,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2955,709,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2956,710,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2957,711,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2958,712,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2959,713,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2960,714,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2961,715,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2962,716,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2963,717,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2964,718,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2965,719,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2966,720,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2967,721,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2968,722,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2969,723,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2970,724,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2971,566,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2972,567,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2973,568,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2974,569,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2975,725,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2976,726,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2977,727,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2978,728,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2979,729,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2980,730,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2981,731,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2982,732,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2983,733,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2984,734,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2985,735,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2986,736,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2987,737,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2988,738,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2989,739,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2990,740,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2991,741,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2992,742,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2993,743,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2994,744,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2995,745,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2996,746,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2997,747,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2998,748,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(2999,749,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3000,750,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3001,751,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3002,752,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3003,753,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3004,754,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3005,755,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3006,756,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3007,757,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3008,758,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3009,759,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3010,760,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3011,761,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3012,762,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3013,763,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3014,764,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3015,765,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3016,766,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3017,767,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3018,768,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3019,769,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3020,770,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3021,771,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3022,772,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3023,773,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3024,774,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3025,775,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3026,776,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3027,777,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3028,778,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3029,779,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3030,780,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3031,781,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3032,782,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3033,783,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3034,784,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3035,785,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3036,786,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3037,787,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3038,788,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3039,789,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3040,790,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3041,791,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3042,792,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3043,793,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3044,794,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3045,795,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3046,796,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3047,797,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3048,798,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3049,799,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3050,800,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3051,801,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3052,802,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3053,803,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3054,804,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3055,805,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3056,806,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3057,807,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3058,808,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3059,809,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3060,810,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3061,811,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3062,812,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3063,813,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3064,814,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3065,815,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3066,816,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3067,817,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3068,818,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3069,819,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3070,820,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3071,821,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3072,822,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3073,823,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3074,824,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3075,825,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3076,826,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3077,827,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3078,828,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3079,829,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3080,830,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3081,831,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3082,832,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3083,833,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3084,834,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3085,835,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3086,836,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3087,837,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3088,838,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3089,839,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3090,840,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3091,841,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3092,842,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3093,843,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3094,844,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3095,845,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3096,846,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3097,847,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3098,848,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3099,849,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3100,850,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3101,851,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3102,852,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3103,853,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3104,854,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3105,855,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3106,856,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3107,857,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3108,858,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3109,859,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3110,860,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3111,861,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3112,862,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3113,863,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3114,864,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3115,865,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3116,866,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3117,867,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3118,868,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3119,869,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3120,870,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3121,871,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3122,872,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3123,873,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3124,874,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3125,875,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3126,876,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3127,877,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3128,878,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3129,879,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3130,880,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3131,881,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3132,882,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3133,883,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3134,884,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3135,885,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3136,886,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3137,887,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3138,888,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3139,889,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3140,890,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3141,891,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3142,892,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3143,893,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3144,894,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3145,895,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3146,896,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3147,897,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3148,898,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3149,899,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3150,900,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3151,901,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3152,902,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3153,903,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3154,904,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3155,905,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3156,906,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3157,907,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3158,908,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3159,909,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3160,910,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3161,911,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3162,912,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3163,913,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3164,914,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3165,915,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3166,916,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3167,917,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3168,918,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3169,919,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3170,920,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3171,921,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3172,922,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3173,923,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3174,924,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3175,925,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3176,926,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3177,927,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3178,928,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3179,929,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3180,930,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3181,931,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3182,932,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3183,933,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3184,934,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3185,935,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3186,936,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3187,937,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3188,938,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3189,939,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3190,940,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3191,941,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3192,942,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3193,943,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3194,944,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3195,945,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3196,946,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3197,947,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3198,948,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3199,949,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3200,950,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3201,951,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3202,952,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3203,953,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3204,954,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3205,955,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3206,956,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3207,957,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3208,958,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3209,959,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3210,960,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3211,961,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3212,962,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3213,963,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3214,964,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3215,965,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3216,966,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3217,967,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3218,968,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3219,969,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3220,970,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3221,971,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3222,972,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3223,973,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3224,974,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3225,975,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3226,976,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3227,977,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3228,978,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3229,979,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3230,980,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3231,981,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3232,982,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3233,983,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3234,984,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3235,985,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3236,986,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3237,987,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3238,988,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3239,989,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3240,990,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3241,991,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3242,992,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3243,993,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3244,994,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3245,995,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3246,996,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3247,997,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3248,998,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3249,999,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3250,1000,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3251,1001,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3252,1002,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3253,1003,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3254,1004,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3255,1005,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3256,1006,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3257,1007,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3258,1008,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3259,1009,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3260,1010,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3261,1011,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3262,1012,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3263,1013,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3264,1014,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3265,1015,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3266,1016,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3267,1017,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3268,1018,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3269,1019,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3270,1020,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3271,1021,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3272,1022,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3273,1023,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3274,1024,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3275,1025,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3276,1026,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3277,1027,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3278,1028,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3279,1029,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3280,1030,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3281,1031,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3282,1032,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3283,1033,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3284,1034,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3285,1035,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3286,1036,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3287,1037,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3288,1038,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3289,1039,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3290,1040,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3291,1041,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3292,1042,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3293,1043,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3294,1044,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3295,1045,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3296,1046,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3297,1047,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3298,1048,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3299,1049,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3300,1050,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3301,1051,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3302,1052,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3303,1053,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3304,1054,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3305,1055,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3306,1056,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3307,512,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3308,516,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3309,428,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3310,455,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3311,361,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3312,526,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3313,447,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3314,403,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3315,368,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3316,534,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3317,435,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3318,475,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3319,316,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3320,450,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3321,301,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3322,520,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3323,415,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3324,448,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3325,438,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3326,456,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3327,465,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3328,528,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3329,386,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3330,331,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3331,345,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3332,519,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3333,326,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3334,420,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3335,294,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3336,489,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3337,397,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3338,193,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3339,194,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3340,1057,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3341,195,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3342,1058,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3343,464,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3344,1059,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3345,1060,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3346,1061,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3347,1062,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3348,1063,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3349,1064,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3350,1065,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3351,1066,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3352,1067,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3353,1068,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3354,562,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3355,560,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3356,1069,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3357,1070,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3358,557,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3359,559,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3360,1071,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3361,1072,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3362,1073,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3363,399,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3364,196,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3365,10,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3366,11,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3367,12,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3368,13,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3369,14,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3370,15,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3371,16,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3372,17,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3373,18,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3374,19,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3375,20,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3376,21,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3377,22,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3378,23,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3379,24,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3380,25,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3381,26,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3382,27,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3383,28,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3384,29,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3385,1074,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3386,1075,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3387,1076,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3388,1077,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3389,1078,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3390,1079,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3391,1080,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3392,1081,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3393,1082,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3394,1083,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3395,1084,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3396,1085,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3397,1086,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3398,1087,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3399,1088,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3400,1089,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3401,1090,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3402,1091,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3403,1092,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3404,1093,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3405,2664,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3406,2665,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3407,2666,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3408,2667,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3409,2668,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3410,2669,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3411,2670,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3412,2671,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3413,2880,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3414,2881,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3415,2882,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3416,2883,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3417,2884,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3418,2885,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3419,2886,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3420,2887,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3421,2888,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3422,2889,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3423,2890,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3424,2891,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3425,2892,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3426,2893,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3427,2894,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3428,2895,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3429,2896,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3430,2897,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3431,2898,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3432,2899,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3433,2664,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3434,2665,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3435,2666,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3436,2667,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3437,2668,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3438,2669,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3439,2670,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3440,2671,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3441,2900,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3442,2901,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3443,2902,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3444,2903,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3445,2904,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3446,2905,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3447,2906,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3448,2907,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3449,2908,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3450,2909,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3451,2910,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3452,2911,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3453,2912,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3454,2913,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3455,2914,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3456,2915,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3457,2916,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3458,2917,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3459,2918,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3460,2919,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3461,2920,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3462,2921,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3463,2922,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3464,2923,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3465,2924,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3466,2925,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3467,2926,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3468,2927,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3469,2928,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3470,2929,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3471,2930,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3472,2931,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3473,2932,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3474,2933,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3475,2934,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3476,2935,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3477,2936,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3478,2937,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3479,2938,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3480,2939,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3481,2940,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3482,2941,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3483,2942,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3484,2943,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3485,2944,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3486,2945,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3487,2946,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3488,2947,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3489,2948,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3490,2949,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3491,2950,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3492,2951,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3493,2952,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3494,2953,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3495,2954,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3496,2955,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3497,2956,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3498,2957,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3499,2958,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3500,2959,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3501,2960,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3502,2961,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3503,2962,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3504,2963,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3505,2964,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3506,2965,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3507,2966,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3508,2967,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3509,2968,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3510,2969,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3511,2970,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3512,2971,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3513,2972,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3514,2973,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3515,2974,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3516,2975,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3517,2976,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3518,2977,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3519,2978,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3520,2979,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3521,2980,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3522,2981,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3523,2982,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3524,2983,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3525,2984,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3526,2985,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3527,2986,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3528,2987,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3529,2988,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3530,2989,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3531,2990,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3532,2991,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3533,2992,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3534,2993,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3535,2994,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3536,2995,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3537,2996,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3538,2997,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3539,2998,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3540,2999,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3541,3000,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3542,3001,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3543,3002,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3544,3003,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3545,3004,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3546,3005,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3547,3006,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3548,3007,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3549,3008,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3550,3009,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3551,3010,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3552,3011,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3553,3012,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3554,3013,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3555,3014,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3556,3015,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3557,3016,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3558,3017,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3559,3018,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3560,3019,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3561,3020,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3562,3021,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3563,3022,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3564,3023,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3565,3024,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3566,3025,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3567,3026,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3568,3027,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3569,3028,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3570,3029,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3571,3030,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3572,3031,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3573,3032,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3574,3033,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3575,3034,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3576,3035,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3577,3036,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3578,3037,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3579,3038,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3580,3039,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3581,3040,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3582,3041,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3583,3042,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3584,3043,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3585,3044,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3586,3045,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3587,3046,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3588,3047,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3589,3048,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3590,3049,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3591,3050,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3592,3051,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3593,3052,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3594,3053,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3595,3054,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3596,3055,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3597,3056,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3598,3057,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3599,3058,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3600,3059,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3601,3060,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3602,3061,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3603,3062,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3604,3063,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3605,3064,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3606,3065,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3607,3066,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3608,3067,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3609,3068,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3610,3069,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3611,3070,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3612,3071,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3613,3072,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3614,3073,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3615,3074,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/ate/jobs/to-sync'),(3616,2659,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(3617,2660,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(3618,3468,1,'http://localhost/cappen/griflan-crypto-wallet/web/academy/'),(3619,3469,1,'http://localhost/cappen/griflan-crypto-wallet/web/academy/'),(3620,2880,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3621,2881,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3622,2882,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3623,2883,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3624,2884,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3625,2885,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3626,2886,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3627,2887,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3628,2888,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3629,2889,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3630,2890,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3631,2891,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3632,2892,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3633,2893,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3634,2894,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3635,2895,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3636,2896,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3637,2897,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3638,2898,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3639,2899,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3640,2900,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3641,2901,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3642,2902,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3643,2903,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3644,2904,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3645,2905,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3646,2906,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3647,2907,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3648,2908,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3649,2909,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3650,2910,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3651,2911,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3652,2912,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3653,2913,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3654,2914,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3655,2915,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3656,2916,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3657,2917,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3658,2918,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3659,2919,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3660,2920,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3661,2921,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3662,2922,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3663,2923,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3664,2924,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3665,2925,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3666,2926,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3667,2927,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3668,2928,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3669,2929,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3670,2930,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3671,2931,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3672,2932,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3673,2933,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3674,2934,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3675,2935,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3676,2936,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3677,2937,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3678,2938,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3679,2939,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3680,2940,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3681,2941,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3682,2942,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3683,2943,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3684,2944,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3685,2945,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3686,2946,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3687,2947,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3688,2948,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3689,2949,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3690,2950,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3691,2951,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3692,2952,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3693,2953,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3694,2954,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3695,2955,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3696,2956,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3697,2957,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3698,2958,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3699,2959,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3700,2960,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3701,2961,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3702,2962,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3703,2963,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3704,2964,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3705,2965,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3706,2966,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3707,2967,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3708,2968,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3709,2969,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3710,2970,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3711,2971,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3712,2972,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3713,2973,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3714,2974,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3715,2975,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3716,2976,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3717,2977,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3718,2978,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3719,2979,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3720,2980,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3721,2981,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3722,2982,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3723,2983,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3724,2984,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3725,2985,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3726,2986,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3727,2987,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3728,2988,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3729,2989,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3730,2990,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3731,2991,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3732,2992,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3733,2993,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3734,2994,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3735,2995,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3736,2996,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3737,2997,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3738,2998,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3739,2999,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3740,3000,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3741,3001,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3742,3002,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3743,3003,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3744,3004,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3745,3005,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3746,3006,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3747,3007,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3748,3008,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3749,3009,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3750,3010,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3751,3011,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3752,3012,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3753,3013,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3754,3014,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3755,3015,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3756,3016,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3757,3017,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3758,3018,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3759,3019,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3760,3020,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3761,3021,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3762,3022,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3763,3023,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3764,3024,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3765,3025,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3766,3026,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3767,3027,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3768,3028,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3769,3029,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3770,3030,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3771,3031,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3772,3032,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3773,3033,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3774,3034,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3775,3035,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3776,3036,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3777,3037,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3778,3038,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3779,3039,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3780,3040,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3781,3041,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3782,3042,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3783,3043,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3784,3044,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3785,3045,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3786,3046,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3787,3047,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3788,3048,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3789,3049,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3790,3050,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3791,3051,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3792,3052,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3793,3053,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3794,3054,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3795,3055,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3796,3056,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3797,3057,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3798,3058,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3799,3059,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3800,3060,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3801,3061,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3802,3062,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3803,3063,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3804,3064,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3805,3065,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3806,3066,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3807,3067,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3808,3068,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3809,3069,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3810,3070,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3811,3071,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3812,3072,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3813,3073,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3814,3074,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3815,3075,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0'),(3816,1612,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-admin'),(3817,1613,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-admin'),(3818,1614,1,'http://localhost/cappen/griflan-crypto-wallet/web/wp-admin'),(3819,1343,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(3820,3532,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(3821,3533,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(3822,3534,1,'http://localhost/cappen/griflan-crypto-wallet/web/ja/'),(3823,3532,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(3824,3533,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(3825,3534,1,'http://localhost/cappen/griflan-crypto-wallet/web/'),(3826,3468,1,'http://localhost/cappen/griflan-crypto-wallet/web/exchange/'),(3827,3469,1,'http://localhost/cappen/griflan-crypto-wallet/web/exchange/'),(3828,3532,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(3829,3596,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=90cbee7a-9511-457d-835e-ae7753461a23&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3830,3597,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=90cbee7a-9511-457d-835e-ae7753461a23&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3831,3598,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=90cbee7a-9511-457d-835e-ae7753461a23&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3832,3599,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=90cbee7a-9511-457d-835e-ae7753461a23&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3833,3600,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=90cbee7a-9511-457d-835e-ae7753461a23&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3834,1627,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=90cbee7a-9511-457d-835e-ae7753461a23&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3835,1628,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=90cbee7a-9511-457d-835e-ae7753461a23&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3836,3601,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=90cbee7a-9511-457d-835e-ae7753461a23&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3837,3602,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=90cbee7a-9511-457d-835e-ae7753461a23&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3838,3603,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=90cbee7a-9511-457d-835e-ae7753461a23&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3839,3604,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=90cbee7a-9511-457d-835e-ae7753461a23&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3840,3605,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=90cbee7a-9511-457d-835e-ae7753461a23&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3841,3606,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=90cbee7a-9511-457d-835e-ae7753461a23&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3842,1194,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=90cbee7a-9511-457d-835e-ae7753461a23&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3843,2121,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=90cbee7a-9511-457d-835e-ae7753461a23&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3844,3607,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=90cbee7a-9511-457d-835e-ae7753461a23&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3845,3608,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=90cbee7a-9511-457d-835e-ae7753461a23&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3846,3609,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=90cbee7a-9511-457d-835e-ae7753461a23&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3847,3610,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=90cbee7a-9511-457d-835e-ae7753461a23&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3848,3611,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=90cbee7a-9511-457d-835e-ae7753461a23&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3849,3612,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=90cbee7a-9511-457d-835e-ae7753461a23&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3850,3613,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=90cbee7a-9511-457d-835e-ae7753461a23&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3851,3614,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=90cbee7a-9511-457d-835e-ae7753461a23&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3852,3615,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=90cbee7a-9511-457d-835e-ae7753461a23&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3853,3616,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=90cbee7a-9511-457d-835e-ae7753461a23&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3854,3617,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=90cbee7a-9511-457d-835e-ae7753461a23&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3855,3618,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=90cbee7a-9511-457d-835e-ae7753461a23&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3856,3619,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=90cbee7a-9511-457d-835e-ae7753461a23&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3857,3620,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=90cbee7a-9511-457d-835e-ae7753461a23&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3858,3621,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=90cbee7a-9511-457d-835e-ae7753461a23&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3859,3622,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=90cbee7a-9511-457d-835e-ae7753461a23&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3860,3623,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=90cbee7a-9511-457d-835e-ae7753461a23&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3861,3624,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=90cbee7a-9511-457d-835e-ae7753461a23&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3862,3625,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=90cbee7a-9511-457d-835e-ae7753461a23&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3863,3626,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=90cbee7a-9511-457d-835e-ae7753461a23&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3864,3627,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=90cbee7a-9511-457d-835e-ae7753461a23&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3865,3628,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=90cbee7a-9511-457d-835e-ae7753461a23&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3866,3629,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=90cbee7a-9511-457d-835e-ae7753461a23&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3867,3630,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=90cbee7a-9511-457d-835e-ae7753461a23&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3868,3631,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=90cbee7a-9511-457d-835e-ae7753461a23&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3869,3632,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=90cbee7a-9511-457d-835e-ae7753461a23&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3870,3633,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=90cbee7a-9511-457d-835e-ae7753461a23&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3871,3634,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=90cbee7a-9511-457d-835e-ae7753461a23&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3872,3635,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=90cbee7a-9511-457d-835e-ae7753461a23&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3873,3636,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=90cbee7a-9511-457d-835e-ae7753461a23&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3874,3637,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=90cbee7a-9511-457d-835e-ae7753461a23&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3875,3638,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=90cbee7a-9511-457d-835e-ae7753461a23&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3876,3639,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=90cbee7a-9511-457d-835e-ae7753461a23&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3877,3640,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=90cbee7a-9511-457d-835e-ae7753461a23&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3878,3641,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=90cbee7a-9511-457d-835e-ae7753461a23&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3879,3642,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=90cbee7a-9511-457d-835e-ae7753461a23&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3880,3643,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=90cbee7a-9511-457d-835e-ae7753461a23&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3881,2495,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=90cbee7a-9511-457d-835e-ae7753461a23&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3882,3644,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=90cbee7a-9511-457d-835e-ae7753461a23&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3883,3645,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=90cbee7a-9511-457d-835e-ae7753461a23&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3884,3646,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=90cbee7a-9511-457d-835e-ae7753461a23&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3885,3647,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=90cbee7a-9511-457d-835e-ae7753461a23&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3886,3648,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=90cbee7a-9511-457d-835e-ae7753461a23&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3887,3649,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=90cbee7a-9511-457d-835e-ae7753461a23&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3888,3650,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=90cbee7a-9511-457d-835e-ae7753461a23&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3889,3651,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=90cbee7a-9511-457d-835e-ae7753461a23&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3890,3652,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=90cbee7a-9511-457d-835e-ae7753461a23&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3891,3653,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=90cbee7a-9511-457d-835e-ae7753461a23&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3892,3654,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=90cbee7a-9511-457d-835e-ae7753461a23&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3893,3655,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=90cbee7a-9511-457d-835e-ae7753461a23&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3894,3656,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=90cbee7a-9511-457d-835e-ae7753461a23&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3895,3657,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=90cbee7a-9511-457d-835e-ae7753461a23&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3896,3594,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=90cbee7a-9511-457d-835e-ae7753461a23&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3897,3595,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=90cbee7a-9511-457d-835e-ae7753461a23&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3898,1497,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=90cbee7a-9511-457d-835e-ae7753461a23&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3899,1498,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=90cbee7a-9511-457d-835e-ae7753461a23&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3900,2659,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=90cbee7a-9511-457d-835e-ae7753461a23&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3901,2660,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=90cbee7a-9511-457d-835e-ae7753461a23&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3902,3532,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=90cbee7a-9511-457d-835e-ae7753461a23&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3903,3533,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=90cbee7a-9511-457d-835e-ae7753461a23&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3904,3534,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=90cbee7a-9511-457d-835e-ae7753461a23&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3905,1497,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(3906,1497,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(3907,1498,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(3908,1498,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(3909,3596,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=2785f88d-79d4-4ef2-9800-c15110d224c6&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3910,3597,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=2785f88d-79d4-4ef2-9800-c15110d224c6&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3911,3598,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=2785f88d-79d4-4ef2-9800-c15110d224c6&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3912,3599,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=2785f88d-79d4-4ef2-9800-c15110d224c6&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3913,3600,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=2785f88d-79d4-4ef2-9800-c15110d224c6&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3914,1627,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=2785f88d-79d4-4ef2-9800-c15110d224c6&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3915,1628,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=2785f88d-79d4-4ef2-9800-c15110d224c6&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3916,3601,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=2785f88d-79d4-4ef2-9800-c15110d224c6&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3917,3602,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=2785f88d-79d4-4ef2-9800-c15110d224c6&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3918,3603,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=2785f88d-79d4-4ef2-9800-c15110d224c6&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3919,3604,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=2785f88d-79d4-4ef2-9800-c15110d224c6&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3920,3605,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=2785f88d-79d4-4ef2-9800-c15110d224c6&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3921,3606,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=2785f88d-79d4-4ef2-9800-c15110d224c6&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3922,1194,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=2785f88d-79d4-4ef2-9800-c15110d224c6&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3923,2121,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=2785f88d-79d4-4ef2-9800-c15110d224c6&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3924,3607,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=2785f88d-79d4-4ef2-9800-c15110d224c6&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3925,3608,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=2785f88d-79d4-4ef2-9800-c15110d224c6&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3926,3609,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=2785f88d-79d4-4ef2-9800-c15110d224c6&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3927,3610,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=2785f88d-79d4-4ef2-9800-c15110d224c6&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3928,3611,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=2785f88d-79d4-4ef2-9800-c15110d224c6&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3929,3612,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=2785f88d-79d4-4ef2-9800-c15110d224c6&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3930,3613,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=2785f88d-79d4-4ef2-9800-c15110d224c6&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3931,3614,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=2785f88d-79d4-4ef2-9800-c15110d224c6&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3932,3615,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=2785f88d-79d4-4ef2-9800-c15110d224c6&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3933,3616,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=2785f88d-79d4-4ef2-9800-c15110d224c6&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3934,3617,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=2785f88d-79d4-4ef2-9800-c15110d224c6&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3935,3618,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=2785f88d-79d4-4ef2-9800-c15110d224c6&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3936,3619,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=2785f88d-79d4-4ef2-9800-c15110d224c6&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3937,3620,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=2785f88d-79d4-4ef2-9800-c15110d224c6&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3938,3621,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=2785f88d-79d4-4ef2-9800-c15110d224c6&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3939,3622,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=2785f88d-79d4-4ef2-9800-c15110d224c6&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3940,3623,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=2785f88d-79d4-4ef2-9800-c15110d224c6&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3941,3624,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=2785f88d-79d4-4ef2-9800-c15110d224c6&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3942,3625,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=2785f88d-79d4-4ef2-9800-c15110d224c6&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3943,3626,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=2785f88d-79d4-4ef2-9800-c15110d224c6&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3944,3627,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=2785f88d-79d4-4ef2-9800-c15110d224c6&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3945,3628,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=2785f88d-79d4-4ef2-9800-c15110d224c6&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3946,3629,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=2785f88d-79d4-4ef2-9800-c15110d224c6&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3947,3630,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=2785f88d-79d4-4ef2-9800-c15110d224c6&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3948,3631,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=2785f88d-79d4-4ef2-9800-c15110d224c6&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3949,3632,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=2785f88d-79d4-4ef2-9800-c15110d224c6&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3950,3633,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=2785f88d-79d4-4ef2-9800-c15110d224c6&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3951,3634,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=2785f88d-79d4-4ef2-9800-c15110d224c6&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3952,3635,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=2785f88d-79d4-4ef2-9800-c15110d224c6&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3953,3636,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=2785f88d-79d4-4ef2-9800-c15110d224c6&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3954,3637,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=2785f88d-79d4-4ef2-9800-c15110d224c6&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3955,3638,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=2785f88d-79d4-4ef2-9800-c15110d224c6&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3956,3639,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=2785f88d-79d4-4ef2-9800-c15110d224c6&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3957,3640,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=2785f88d-79d4-4ef2-9800-c15110d224c6&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3958,3641,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=2785f88d-79d4-4ef2-9800-c15110d224c6&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3959,3642,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=2785f88d-79d4-4ef2-9800-c15110d224c6&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3960,3643,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=2785f88d-79d4-4ef2-9800-c15110d224c6&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3961,2495,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=2785f88d-79d4-4ef2-9800-c15110d224c6&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3962,3644,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=2785f88d-79d4-4ef2-9800-c15110d224c6&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3963,3645,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=2785f88d-79d4-4ef2-9800-c15110d224c6&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3964,3646,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=2785f88d-79d4-4ef2-9800-c15110d224c6&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3965,3647,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=2785f88d-79d4-4ef2-9800-c15110d224c6&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3966,3648,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=2785f88d-79d4-4ef2-9800-c15110d224c6&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3967,3649,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=2785f88d-79d4-4ef2-9800-c15110d224c6&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3968,3650,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=2785f88d-79d4-4ef2-9800-c15110d224c6&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3969,3651,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=2785f88d-79d4-4ef2-9800-c15110d224c6&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3970,3652,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=2785f88d-79d4-4ef2-9800-c15110d224c6&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3971,3653,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=2785f88d-79d4-4ef2-9800-c15110d224c6&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3972,3654,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=2785f88d-79d4-4ef2-9800-c15110d224c6&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3973,3655,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=2785f88d-79d4-4ef2-9800-c15110d224c6&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3974,3656,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=2785f88d-79d4-4ef2-9800-c15110d224c6&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3975,3657,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=2785f88d-79d4-4ef2-9800-c15110d224c6&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3976,3594,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=2785f88d-79d4-4ef2-9800-c15110d224c6&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3977,3595,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=2785f88d-79d4-4ef2-9800-c15110d224c6&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3978,2659,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=2785f88d-79d4-4ef2-9800-c15110d224c6&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3979,2660,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=2785f88d-79d4-4ef2-9800-c15110d224c6&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3980,3532,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=2785f88d-79d4-4ef2-9800-c15110d224c6&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3981,3533,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=2785f88d-79d4-4ef2-9800-c15110d224c6&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3982,3534,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=2785f88d-79d4-4ef2-9800-c15110d224c6&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3983,3882,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=2785f88d-79d4-4ef2-9800-c15110d224c6&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3984,3883,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=2785f88d-79d4-4ef2-9800-c15110d224c6&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3985,3884,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=2785f88d-79d4-4ef2-9800-c15110d224c6&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3986,3885,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=2785f88d-79d4-4ef2-9800-c15110d224c6&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3987,3886,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=2785f88d-79d4-4ef2-9800-c15110d224c6&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3988,3887,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=2785f88d-79d4-4ef2-9800-c15110d224c6&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3989,3888,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=2785f88d-79d4-4ef2-9800-c15110d224c6&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3990,3889,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=2785f88d-79d4-4ef2-9800-c15110d224c6&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3991,3890,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=2785f88d-79d4-4ef2-9800-c15110d224c6&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3992,3891,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=2785f88d-79d4-4ef2-9800-c15110d224c6&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3993,3596,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=a6717587-0595-414f-ab23-9e77d6e61e9c&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3994,3597,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=a6717587-0595-414f-ab23-9e77d6e61e9c&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3995,3598,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=a6717587-0595-414f-ab23-9e77d6e61e9c&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3996,3599,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=a6717587-0595-414f-ab23-9e77d6e61e9c&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3997,3600,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=a6717587-0595-414f-ab23-9e77d6e61e9c&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3998,1627,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=a6717587-0595-414f-ab23-9e77d6e61e9c&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(3999,1628,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=a6717587-0595-414f-ab23-9e77d6e61e9c&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(4000,3601,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=a6717587-0595-414f-ab23-9e77d6e61e9c&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(4001,3602,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=a6717587-0595-414f-ab23-9e77d6e61e9c&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(4002,3603,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=a6717587-0595-414f-ab23-9e77d6e61e9c&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(4003,3604,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=a6717587-0595-414f-ab23-9e77d6e61e9c&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(4004,3605,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=a6717587-0595-414f-ab23-9e77d6e61e9c&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(4005,3606,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=a6717587-0595-414f-ab23-9e77d6e61e9c&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(4006,1194,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=a6717587-0595-414f-ab23-9e77d6e61e9c&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(4007,2121,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=a6717587-0595-414f-ab23-9e77d6e61e9c&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(4008,3607,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=a6717587-0595-414f-ab23-9e77d6e61e9c&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(4009,3608,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=a6717587-0595-414f-ab23-9e77d6e61e9c&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(4010,3609,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=a6717587-0595-414f-ab23-9e77d6e61e9c&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(4011,3610,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=a6717587-0595-414f-ab23-9e77d6e61e9c&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(4012,3611,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=a6717587-0595-414f-ab23-9e77d6e61e9c&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(4013,3612,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=a6717587-0595-414f-ab23-9e77d6e61e9c&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(4014,3613,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=a6717587-0595-414f-ab23-9e77d6e61e9c&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(4015,3614,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=a6717587-0595-414f-ab23-9e77d6e61e9c&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(4016,3615,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=a6717587-0595-414f-ab23-9e77d6e61e9c&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(4017,3616,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=a6717587-0595-414f-ab23-9e77d6e61e9c&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(4018,3617,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=a6717587-0595-414f-ab23-9e77d6e61e9c&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(4019,3618,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=a6717587-0595-414f-ab23-9e77d6e61e9c&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(4020,3619,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=a6717587-0595-414f-ab23-9e77d6e61e9c&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(4021,3620,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=a6717587-0595-414f-ab23-9e77d6e61e9c&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(4022,3621,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=a6717587-0595-414f-ab23-9e77d6e61e9c&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(4023,3622,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=a6717587-0595-414f-ab23-9e77d6e61e9c&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(4024,3623,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=a6717587-0595-414f-ab23-9e77d6e61e9c&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(4025,3624,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=a6717587-0595-414f-ab23-9e77d6e61e9c&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(4026,3625,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=a6717587-0595-414f-ab23-9e77d6e61e9c&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(4027,3626,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=a6717587-0595-414f-ab23-9e77d6e61e9c&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(4028,3627,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=a6717587-0595-414f-ab23-9e77d6e61e9c&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(4029,3628,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=a6717587-0595-414f-ab23-9e77d6e61e9c&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(4030,3629,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=a6717587-0595-414f-ab23-9e77d6e61e9c&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(4031,3630,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=a6717587-0595-414f-ab23-9e77d6e61e9c&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(4032,3631,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=a6717587-0595-414f-ab23-9e77d6e61e9c&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(4033,3632,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=a6717587-0595-414f-ab23-9e77d6e61e9c&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(4034,3633,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=a6717587-0595-414f-ab23-9e77d6e61e9c&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(4035,3634,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=a6717587-0595-414f-ab23-9e77d6e61e9c&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(4036,3635,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=a6717587-0595-414f-ab23-9e77d6e61e9c&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(4037,3636,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=a6717587-0595-414f-ab23-9e77d6e61e9c&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(4038,3637,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=a6717587-0595-414f-ab23-9e77d6e61e9c&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(4039,3638,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=a6717587-0595-414f-ab23-9e77d6e61e9c&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(4040,3639,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=a6717587-0595-414f-ab23-9e77d6e61e9c&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(4041,3640,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=a6717587-0595-414f-ab23-9e77d6e61e9c&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(4042,3641,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=a6717587-0595-414f-ab23-9e77d6e61e9c&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(4043,3642,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=a6717587-0595-414f-ab23-9e77d6e61e9c&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(4044,3643,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=a6717587-0595-414f-ab23-9e77d6e61e9c&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(4045,2495,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=a6717587-0595-414f-ab23-9e77d6e61e9c&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(4046,3644,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=a6717587-0595-414f-ab23-9e77d6e61e9c&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(4047,3645,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=a6717587-0595-414f-ab23-9e77d6e61e9c&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(4048,3646,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=a6717587-0595-414f-ab23-9e77d6e61e9c&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(4049,3647,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=a6717587-0595-414f-ab23-9e77d6e61e9c&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(4050,3648,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=a6717587-0595-414f-ab23-9e77d6e61e9c&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(4051,3649,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=a6717587-0595-414f-ab23-9e77d6e61e9c&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(4052,3650,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=a6717587-0595-414f-ab23-9e77d6e61e9c&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(4053,3651,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=a6717587-0595-414f-ab23-9e77d6e61e9c&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(4054,3652,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=a6717587-0595-414f-ab23-9e77d6e61e9c&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(4055,3653,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=a6717587-0595-414f-ab23-9e77d6e61e9c&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(4056,3654,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=a6717587-0595-414f-ab23-9e77d6e61e9c&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(4057,3655,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=a6717587-0595-414f-ab23-9e77d6e61e9c&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(4058,3656,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=a6717587-0595-414f-ab23-9e77d6e61e9c&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(4059,3657,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=a6717587-0595-414f-ab23-9e77d6e61e9c&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(4060,3594,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=a6717587-0595-414f-ab23-9e77d6e61e9c&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(4061,3595,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=a6717587-0595-414f-ab23-9e77d6e61e9c&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(4062,2659,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=a6717587-0595-414f-ab23-9e77d6e61e9c&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(4063,2660,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=a6717587-0595-414f-ab23-9e77d6e61e9c&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(4064,3533,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=a6717587-0595-414f-ab23-9e77d6e61e9c&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(4065,3534,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=a6717587-0595-414f-ab23-9e77d6e61e9c&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(4066,3882,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=a6717587-0595-414f-ab23-9e77d6e61e9c&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(4067,3883,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=a6717587-0595-414f-ab23-9e77d6e61e9c&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(4068,3884,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=a6717587-0595-414f-ab23-9e77d6e61e9c&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(4069,3885,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=a6717587-0595-414f-ab23-9e77d6e61e9c&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(4070,3886,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=a6717587-0595-414f-ab23-9e77d6e61e9c&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(4071,3887,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=a6717587-0595-414f-ab23-9e77d6e61e9c&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(4072,3888,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=a6717587-0595-414f-ab23-9e77d6e61e9c&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(4073,3889,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=a6717587-0595-414f-ab23-9e77d6e61e9c&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(4074,3890,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=a6717587-0595-414f-ab23-9e77d6e61e9c&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(4075,3891,1,'http://localhost/cappen/griflan-crypto-wallet/web/?customize_changeset_uuid=a6717587-0595-414f-ab23-9e77d6e61e9c&customize_theme=griflan-crypto-wallet&customize_messenger_channel=preview-0'),(4076,1343,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(4077,3530,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(4078,1343,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(4079,3905,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/loader/night_illustra_2.png'),(4080,3530,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/loader/night_illustra_2.png'),(4081,1343,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/loader/night_illustra_2.png'),(4082,3905,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/loader/night_illustra_1.png'),(4083,3530,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/loader/night_illustra_1.png'),(4084,1343,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/loader/night_illustra_1.png'),(4085,3905,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/loader/night_illustra_3.png'),(4086,3530,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/loader/night_illustra_3.png'),(4087,3905,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/loader/night_illustra_4.png'),(4088,3530,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/loader/night_illustra_4.png'),(4089,3905,1,'http://localhost/cappen/griflan-crypto-wallet/web/app/themes/griflan-crypto-wallet/img/layout/svgs/easy/easy_night_illustra_1.svg'),(4090,1612,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(4091,1613,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(4092,1614,1,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/'),(4093,1580,1,'http://cryptowallet.labcp.co/academy/'),(4094,4014,1,'http://cryptowallet.labcp.co/blog/'),(4095,1580,1,'http://cryptowallet.labcp.co/blog/'),(4096,4015,1,'http://cryptowallet.labcp.co/blog/'),(4097,4016,1,'http://cryptowallet.labcp.co/blog/'),(4098,4017,1,'http://cryptowallet.labcp.co/blog/'),(4099,1428,1,'http://cryptowallet.labcp.co/blog/'),(4100,1429,1,'http://cryptowallet.labcp.co/blog/'),(4101,1580,1,'http://cryptowallet.labcp.co/bitgo-announces-settlement-system-for-institutional-clients/'),(4102,3468,1,'http://cryptowallet.labcp.co/bitgo-announces-settlement-system-for-institutional-clients/'),(4103,3469,1,'http://cryptowallet.labcp.co/bitgo-announces-settlement-system-for-institutional-clients/'),(4104,4020,1,'http://cryptowallet.labcp.co/app/uploads/flags/flag-us.png'),(4105,4021,1,'http://cryptowallet.labcp.co/app/uploads/flags/flag-us.png'),(4106,4022,1,'http://cryptowallet.labcp.co/app/uploads/flags/flag-us.png'),(4107,4023,1,'http://cryptowallet.labcp.co/app/uploads/flags/flag-us.png'),(4108,4024,1,'http://cryptowallet.labcp.co/app/uploads/flags/flag-us.png'),(4109,4025,1,'http://cryptowallet.labcp.co/app/uploads/flags/flag-us.png'),(4110,4026,1,'http://cryptowallet.labcp.co/app/uploads/flags/flag-us.png'),(4111,4027,1,'http://cryptowallet.labcp.co/app/uploads/flags/flag-us.png'),(4112,4028,1,'http://cryptowallet.labcp.co/app/uploads/flags/flag-us.png'),(4113,4029,1,'http://cryptowallet.labcp.co/app/uploads/flags/flag-us.png'),(4114,4030,1,'http://cryptowallet.labcp.co/app/uploads/flags/flag-us.png'),(4115,4031,1,'http://cryptowallet.labcp.co/app/uploads/flags/flag-us.png'),(4116,4020,1,'http://cryptowallet.labcp.co/app/uploads/flags/flag-jp.png'),(4117,4021,1,'http://cryptowallet.labcp.co/app/uploads/flags/flag-jp.png'),(4118,4022,1,'http://cryptowallet.labcp.co/app/uploads/flags/flag-jp.png'),(4119,4023,1,'http://cryptowallet.labcp.co/app/uploads/flags/flag-jp.png'),(4120,4024,1,'http://cryptowallet.labcp.co/app/uploads/flags/flag-jp.png'),(4121,4025,1,'http://cryptowallet.labcp.co/app/uploads/flags/flag-jp.png'),(4122,4026,1,'http://cryptowallet.labcp.co/app/uploads/flags/flag-jp.png'),(4123,4027,1,'http://cryptowallet.labcp.co/app/uploads/flags/flag-jp.png'),(4124,4028,1,'http://cryptowallet.labcp.co/app/uploads/flags/flag-jp.png'),(4125,4029,1,'http://cryptowallet.labcp.co/app/uploads/flags/flag-jp.png'),(4126,4030,1,'http://cryptowallet.labcp.co/app/uploads/flags/flag-jp.png'),(4127,4031,1,'http://cryptowallet.labcp.co/app/uploads/flags/flag-jp.png'),(4128,4020,1,'http://cryptowallet.labcp.co/app/uploads/flags/flag-sg.png'),(4129,4021,1,'http://cryptowallet.labcp.co/app/uploads/flags/flag-sg.png'),(4130,4022,1,'http://cryptowallet.labcp.co/app/uploads/flags/flag-sg.png'),(4131,4023,1,'http://cryptowallet.labcp.co/app/uploads/flags/flag-sg.png'),(4132,4024,1,'http://cryptowallet.labcp.co/app/uploads/flags/flag-sg.png'),(4133,4025,1,'http://cryptowallet.labcp.co/app/uploads/flags/flag-sg.png'),(4134,4026,1,'http://cryptowallet.labcp.co/app/uploads/flags/flag-sg.png'),(4135,4027,1,'http://cryptowallet.labcp.co/app/uploads/flags/flag-sg.png'),(4136,4028,1,'http://cryptowallet.labcp.co/app/uploads/flags/flag-sg.png'),(4137,4029,1,'http://cryptowallet.labcp.co/app/uploads/flags/flag-sg.png'),(4138,4030,1,'http://cryptowallet.labcp.co/app/uploads/flags/flag-sg.png'),(4139,4031,1,'http://cryptowallet.labcp.co/app/uploads/flags/flag-sg.png'),(4140,4020,1,'http://cryptowallet.labcp.co/app/uploads/flags/flag-es.png'),(4141,4021,1,'http://cryptowallet.labcp.co/app/uploads/flags/flag-es.png'),(4142,4022,1,'http://cryptowallet.labcp.co/app/uploads/flags/flag-es.png'),(4143,4023,1,'http://cryptowallet.labcp.co/app/uploads/flags/flag-es.png'),(4144,4024,1,'http://cryptowallet.labcp.co/app/uploads/flags/flag-es.png'),(4145,4025,1,'http://cryptowallet.labcp.co/app/uploads/flags/flag-es.png'),(4146,4026,1,'http://cryptowallet.labcp.co/app/uploads/flags/flag-es.png'),(4147,4027,1,'http://cryptowallet.labcp.co/app/uploads/flags/flag-es.png'),(4148,4028,1,'http://cryptowallet.labcp.co/app/uploads/flags/flag-es.png'),(4149,4029,1,'http://cryptowallet.labcp.co/app/uploads/flags/flag-es.png'),(4150,4030,1,'http://cryptowallet.labcp.co/app/uploads/flags/flag-es.png'),(4151,4031,1,'http://cryptowallet.labcp.co/app/uploads/flags/flag-es.png'),(4152,4020,1,'http://cryptowallet.labcp.co/app/uploads/flags/flag-ru.png'),(4153,4021,1,'http://cryptowallet.labcp.co/app/uploads/flags/flag-ru.png'),(4154,4022,1,'http://cryptowallet.labcp.co/app/uploads/flags/flag-ru.png'),(4155,4023,1,'http://cryptowallet.labcp.co/app/uploads/flags/flag-ru.png'),(4156,4024,1,'http://cryptowallet.labcp.co/app/uploads/flags/flag-ru.png'),(4157,4025,1,'http://cryptowallet.labcp.co/app/uploads/flags/flag-ru.png'),(4158,4026,1,'http://cryptowallet.labcp.co/app/uploads/flags/flag-ru.png'),(4159,4027,1,'http://cryptowallet.labcp.co/app/uploads/flags/flag-ru.png'),(4160,4028,1,'http://cryptowallet.labcp.co/app/uploads/flags/flag-ru.png'),(4161,4029,1,'http://cryptowallet.labcp.co/app/uploads/flags/flag-ru.png'),(4162,4030,1,'http://cryptowallet.labcp.co/app/uploads/flags/flag-ru.png'),(4163,4031,1,'http://cryptowallet.labcp.co/app/uploads/flags/flag-ru.png'),(4164,3468,1,'http://cryptowallet.labcp.co/media-kit/'),(4165,3469,1,'http://cryptowallet.labcp.co/media-kit/'),(4166,1580,1,'http://cryptowallet.labcp.co/media-kit/'),(4167,4100,1,'http://cryptowallet.labcp.co/media-kit/'),(4168,4014,1,'http://cryptowallet.labcp.co/blog/page/2/'),(4169,1580,1,'http://cryptowallet.labcp.co/blog/page/2/'),(4170,4015,1,'http://cryptowallet.labcp.co/blog/page/2/'),(4171,4016,1,'http://cryptowallet.labcp.co/blog/page/2/'),(4172,4017,1,'http://cryptowallet.labcp.co/blog/page/2/'),(4173,1428,1,'http://cryptowallet.labcp.co/blog/page/2/'),(4174,1429,1,'http://cryptowallet.labcp.co/blog/page/2/'),(4175,4101,1,'http://cryptowallet.labcp.co/terms/privacy-policy/'),(4176,4019,1,'http://cryptowallet.labcp.co/terms/privacy-policy/'),(4177,3468,1,'http://cryptowallet.labcp.co/terms/privacy-policy/'),(4178,3469,1,'http://cryptowallet.labcp.co/terms/privacy-policy/'),(4179,4101,1,'http://cryptowallet.labcp.co/'),(4180,4101,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(4181,4101,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(4182,4101,1,'http://cryptowallet.labcp.co/terms/'),(4183,4019,1,'http://cryptowallet.labcp.co/terms/'),(4184,4019,1,'http://cryptowallet.labcp.co/terms/terms-and-conditions/'),(4185,4102,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(4186,4103,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(4187,4104,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(4188,4105,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(4189,4106,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(4190,4102,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(4191,4103,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(4192,4104,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(4193,4105,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(4194,4106,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(4195,4108,1,'http://cryptowallet.labcp.co/login/'),(4196,4109,1,'http://cryptowallet.labcp.co/login/'),(4197,4102,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-day-1.png'),(4198,4103,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-day-1.png'),(4199,4104,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-day-1.png'),(4200,4105,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-day-1.png'),(4201,4106,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-day-1.png'),(4202,4102,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-day-2.png'),(4203,4103,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-day-2.png'),(4204,4104,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-day-2.png'),(4205,4105,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-day-2.png'),(4206,4106,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-day-2.png'),(4207,4102,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/day_glow.svg'),(4208,4103,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/day_glow.svg'),(4209,4104,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/day_glow.svg'),(4210,4105,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/day_glow.svg'),(4211,4106,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/day_glow.svg'),(4212,4117,1,'http://cryptowallet.labcp.co/login/'),(4213,4118,1,'http://cryptowallet.labcp.co/login/'),(4214,4119,1,'http://cryptowallet.labcp.co/login/'),(4215,4108,1,'http://cryptowallet.labcp.co/sign-up/'),(4216,4109,1,'http://cryptowallet.labcp.co/sign-up/'),(4217,4110,1,'http://cryptowallet.labcp.co/sign-up/'),(4218,4111,1,'http://cryptowallet.labcp.co/sign-up/'),(4219,4112,1,'http://cryptowallet.labcp.co/sign-up/'),(4220,4113,1,'http://cryptowallet.labcp.co/sign-up/'),(4221,4114,1,'http://cryptowallet.labcp.co/sign-up/'),(4222,4115,1,'http://cryptowallet.labcp.co/sign-up/'),(4223,4116,1,'http://cryptowallet.labcp.co/sign-up/'),(4224,4211,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4225,4212,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4226,4240,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4227,4241,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4228,2880,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4229,2881,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4230,2882,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4231,2883,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4232,2884,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4233,2885,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4234,2886,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4235,2887,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4236,2888,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4237,2889,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4238,2890,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4239,2891,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4240,2892,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4241,2893,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4242,2894,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4243,2895,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4244,2896,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4245,2897,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4246,2898,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4247,2899,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4248,2664,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4249,2665,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4250,2666,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4251,2667,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4252,2668,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4253,2669,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4254,2670,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4255,2671,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4256,2900,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4257,2901,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4258,2902,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4259,2903,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4260,2904,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4261,2905,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4262,2906,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4263,2907,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4264,2908,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4265,2909,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4266,2910,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4267,2911,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4268,2912,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4269,2913,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4270,2914,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4271,2915,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4272,2916,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4273,2917,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4274,2918,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4275,2919,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4276,2920,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4277,2921,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4278,2922,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4279,2923,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4280,2924,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4281,2925,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4282,2926,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4283,2927,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4284,2928,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4285,2929,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4286,2930,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4287,2931,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4288,2932,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4289,2933,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4290,2934,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4291,2935,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4292,2936,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4293,2937,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4294,2938,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4295,2939,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4296,2940,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4297,2941,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4298,2942,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4299,2943,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4300,2944,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4301,2945,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4302,2946,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4303,2947,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4304,2948,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4305,2949,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4306,2950,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4307,2951,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4308,2952,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4309,2953,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4310,2954,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4311,2955,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4312,2956,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4313,2957,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4314,2958,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4315,2959,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4316,2960,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4317,2961,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4318,2962,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4319,2963,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4320,2964,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4321,2965,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4322,2966,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4323,2967,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4324,2968,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4325,2969,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4326,2970,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4327,2971,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4328,2972,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4329,2973,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4330,2974,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4331,2975,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4332,2976,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4333,2977,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4334,2978,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4335,2979,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4336,2980,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4337,2981,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4338,2982,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4339,2983,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4340,2984,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4341,2985,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4342,2986,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4343,2987,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4344,2988,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4345,2989,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4346,2990,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4347,2991,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4348,2992,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4349,2993,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4350,2994,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4351,2995,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4352,2996,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4353,2997,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4354,2998,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4355,2999,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4356,3000,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4357,3001,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4358,3002,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4359,3003,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4360,3004,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4361,3005,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4362,3006,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4363,3007,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4364,3008,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4365,3009,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4366,3010,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4367,3011,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4368,3012,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4369,3013,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4370,3014,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4371,3015,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4372,3016,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4373,3017,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4374,3018,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4375,3019,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4376,3020,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4377,3021,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4378,3022,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4379,3023,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4380,3024,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4381,3025,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4382,3026,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4383,3027,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4384,3028,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4385,3029,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4386,3030,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4387,3031,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4388,3032,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4389,3033,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4390,3034,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4391,3035,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4392,3036,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4393,3037,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4394,3038,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4395,3039,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4396,3040,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4397,3041,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4398,3042,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4399,3043,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4400,3044,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4401,3045,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4402,3046,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4403,3047,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4404,3048,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4405,3049,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4406,3050,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4407,3051,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4408,3052,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4409,3053,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4410,3054,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4411,3055,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4412,3056,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4413,3057,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4414,3058,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4415,3059,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4416,3060,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4417,3061,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4418,3062,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4419,3063,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4420,3064,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4421,3065,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4422,3066,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4423,3067,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4424,3068,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4425,3069,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4426,3070,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4427,3071,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4428,3072,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4429,3073,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4430,3074,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4431,4225,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4432,4226,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4433,4227,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4434,4228,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4435,4229,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4436,4230,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4437,4231,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4438,4232,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4439,4233,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4440,4234,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4441,4235,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4442,4236,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4443,4237,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4444,4238,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4445,4239,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4446,4303,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4447,4304,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4448,4305,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4449,4306,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4450,4307,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4451,4308,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4452,4309,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4453,4310,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4454,4311,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4455,4312,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4456,4313,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4457,4314,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4458,4315,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4459,4316,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4460,4317,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4461,4318,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4462,4319,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4463,4320,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4464,4321,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4465,4322,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4466,4323,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4467,4324,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4468,4325,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4469,4326,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4470,4327,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4471,4328,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4472,4329,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4473,4330,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4474,4331,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4475,4332,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4476,4297,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4477,4211,1,'http://cryptowallet.labcp.co/coming-soon/'),(4478,4212,1,'http://cryptowallet.labcp.co/coming-soon/'),(4479,4240,1,'http://cryptowallet.labcp.co/coming-soon/'),(4480,4241,1,'http://cryptowallet.labcp.co/coming-soon/'),(4481,4211,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-day-1.png'),(4482,4212,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-day-1.png'),(4483,4240,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-day-1.png'),(4484,4241,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-day-1.png'),(4485,4211,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/day_glow.svg'),(4486,4212,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/day_glow.svg'),(4487,4240,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/day_glow.svg'),(4488,4241,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/day_glow.svg'),(4489,4211,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-day-2.png'),(4490,4212,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-day-2.png'),(4491,4240,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-day-2.png'),(4492,4241,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-day-2.png'),(4493,4461,1,'http://cryptowallet.labcp.co/coming-soon/'),(4494,4225,1,'http://cryptowallet.labcp.co/coming-soon/'),(4495,4226,1,'http://cryptowallet.labcp.co/coming-soon/'),(4496,4227,1,'http://cryptowallet.labcp.co/coming-soon/'),(4497,4228,1,'http://cryptowallet.labcp.co/coming-soon/'),(4498,4229,1,'http://cryptowallet.labcp.co/coming-soon/'),(4499,4230,1,'http://cryptowallet.labcp.co/coming-soon/'),(4500,4231,1,'http://cryptowallet.labcp.co/coming-soon/'),(4501,4232,1,'http://cryptowallet.labcp.co/coming-soon/'),(4502,4233,1,'http://cryptowallet.labcp.co/coming-soon/'),(4503,4234,1,'http://cryptowallet.labcp.co/coming-soon/'),(4504,4235,1,'http://cryptowallet.labcp.co/coming-soon/'),(4505,4236,1,'http://cryptowallet.labcp.co/coming-soon/'),(4506,4237,1,'http://cryptowallet.labcp.co/coming-soon/'),(4507,4238,1,'http://cryptowallet.labcp.co/coming-soon/'),(4508,4239,1,'http://cryptowallet.labcp.co/coming-soon/'),(4509,4303,1,'http://cryptowallet.labcp.co/coming-soon/'),(4510,4304,1,'http://cryptowallet.labcp.co/coming-soon/'),(4511,4305,1,'http://cryptowallet.labcp.co/coming-soon/'),(4512,4306,1,'http://cryptowallet.labcp.co/coming-soon/'),(4513,4307,1,'http://cryptowallet.labcp.co/coming-soon/'),(4514,4308,1,'http://cryptowallet.labcp.co/coming-soon/'),(4515,4309,1,'http://cryptowallet.labcp.co/coming-soon/'),(4516,4310,1,'http://cryptowallet.labcp.co/coming-soon/'),(4517,4311,1,'http://cryptowallet.labcp.co/coming-soon/'),(4518,4312,1,'http://cryptowallet.labcp.co/coming-soon/'),(4519,4313,1,'http://cryptowallet.labcp.co/coming-soon/'),(4520,4314,1,'http://cryptowallet.labcp.co/coming-soon/'),(4521,4315,1,'http://cryptowallet.labcp.co/coming-soon/'),(4522,4316,1,'http://cryptowallet.labcp.co/coming-soon/'),(4523,4317,1,'http://cryptowallet.labcp.co/coming-soon/'),(4524,4318,1,'http://cryptowallet.labcp.co/coming-soon/'),(4525,4319,1,'http://cryptowallet.labcp.co/coming-soon/'),(4526,4320,1,'http://cryptowallet.labcp.co/coming-soon/'),(4527,4321,1,'http://cryptowallet.labcp.co/coming-soon/'),(4528,4322,1,'http://cryptowallet.labcp.co/coming-soon/'),(4529,4323,1,'http://cryptowallet.labcp.co/coming-soon/'),(4530,4324,1,'http://cryptowallet.labcp.co/coming-soon/'),(4531,4325,1,'http://cryptowallet.labcp.co/coming-soon/'),(4532,4326,1,'http://cryptowallet.labcp.co/coming-soon/'),(4533,4327,1,'http://cryptowallet.labcp.co/coming-soon/'),(4534,4328,1,'http://cryptowallet.labcp.co/coming-soon/'),(4535,4329,1,'http://cryptowallet.labcp.co/coming-soon/'),(4536,4330,1,'http://cryptowallet.labcp.co/coming-soon/'),(4537,4331,1,'http://cryptowallet.labcp.co/coming-soon/'),(4538,4332,1,'http://cryptowallet.labcp.co/coming-soon/'),(4539,4460,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4540,2880,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4541,2881,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4542,2882,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4543,2883,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4544,2884,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4545,2885,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4546,2886,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4547,2887,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4548,2888,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4549,2889,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4550,2890,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4551,2891,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4552,2892,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4553,2893,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4554,2894,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4555,2895,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4556,2896,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4557,2897,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4558,2898,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4559,2899,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4560,2664,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4561,2665,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4562,2666,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4563,2667,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4564,2668,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4565,2669,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4566,2670,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4567,2671,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4568,2900,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4569,2901,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4570,2902,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4571,2903,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4572,2904,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4573,2905,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4574,2906,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4575,2907,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4576,2908,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4577,2909,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4578,2910,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4579,2911,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4580,2912,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4581,2913,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4582,2914,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4583,2915,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4584,2916,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4585,2917,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4586,2918,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4587,2919,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4588,2920,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4589,2921,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4590,2922,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4591,2923,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4592,2924,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4593,2925,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4594,2926,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4595,2927,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4596,2928,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4597,2929,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4598,2930,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4599,2931,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4600,2932,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4601,2933,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4602,2934,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4603,2935,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4604,2936,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4605,2937,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4606,2938,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4607,2939,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4608,2940,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4609,2941,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4610,2942,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4611,2943,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4612,2944,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4613,2945,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4614,2946,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4615,2947,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4616,2948,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4617,2949,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4618,2950,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4619,2951,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4620,2952,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4621,2953,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4622,2954,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4623,2955,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4624,2956,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4625,2957,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4626,2958,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4627,2959,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4628,2960,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4629,2961,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4630,2962,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4631,2963,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4632,2964,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4633,2965,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4634,2966,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4635,2967,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4636,2968,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4637,2969,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4638,2970,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4639,2971,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4640,2972,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4641,2973,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4642,2974,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4643,2975,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4644,2976,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4645,2977,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4646,2978,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4647,2979,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4648,2980,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4649,2981,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4650,2982,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4651,2983,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4652,2984,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4653,2985,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4654,2986,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4655,2987,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4656,2988,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4657,2989,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4658,2990,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4659,2991,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4660,2992,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4661,2993,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4662,2994,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4663,2995,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4664,2996,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4665,2997,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4666,2998,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4667,2999,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4668,3000,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4669,3001,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4670,3002,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4671,3003,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4672,3004,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4673,3005,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4674,3006,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4675,3007,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4676,3008,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4677,3009,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4678,3010,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4679,3011,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4680,3012,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4681,3013,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4682,3014,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4683,3015,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4684,3016,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4685,3017,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4686,3018,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4687,3019,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4688,3020,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4689,3021,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4690,3022,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4691,3023,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4692,3024,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4693,3025,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4694,3026,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4695,3027,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4696,3028,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4697,3029,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4698,3030,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4699,3031,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4700,3032,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4701,3033,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4702,3034,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4703,3035,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4704,3036,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4705,3037,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4706,3038,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4707,3039,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4708,3040,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4709,3041,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4710,3042,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4711,3043,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4712,3044,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4713,3045,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4714,3046,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4715,3047,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4716,3048,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4717,3049,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4718,3050,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4719,3051,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4720,3052,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4721,3053,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4722,3054,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4723,3055,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4724,3056,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4725,3057,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4726,3058,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4727,3059,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4728,3060,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4729,3061,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4730,3062,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4731,3063,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4732,3064,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4733,3065,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4734,3066,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4735,3067,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4736,3068,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4737,3069,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4738,3070,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4739,3071,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4740,3072,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4741,3073,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4742,3074,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4743,4225,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4744,4226,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4745,4227,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4746,4228,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4747,4229,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4748,4230,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4749,4231,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4750,4232,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4751,4233,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4752,4234,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4753,4235,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4754,4236,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4755,4237,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4756,4238,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4757,4239,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4758,4303,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4759,4304,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4760,4305,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4761,4306,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4762,4307,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4763,4308,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4764,4309,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4765,4310,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4766,4311,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4767,4312,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4768,4313,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4769,4314,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4770,4315,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4771,4316,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4772,4317,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4773,4318,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4774,4319,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4775,4320,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4776,4321,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4777,4322,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4778,4323,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4779,4324,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4780,4325,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4781,4326,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4782,4327,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4783,4328,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4784,4329,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4785,4330,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4786,4331,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4787,4332,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945/feedback'),(4788,4550,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(4789,4019,1,'http://cryptowallet.labcp.co/terms/introduction/'),(4790,4019,1,'http://cryptowallet.labcp.co/terms/cryptocurrency-terms/'),(4791,4621,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4792,4569,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4793,4639,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4794,4640,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4795,4641,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4796,4642,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4797,4643,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4798,4644,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4799,4645,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4800,4646,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4801,4647,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4802,4648,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4803,4649,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4804,4650,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4805,4651,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4806,4652,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4807,4653,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4808,4654,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4809,2880,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4810,2881,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4811,2882,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4812,2883,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4813,2884,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4814,2885,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4815,2886,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4816,2887,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4817,2888,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4818,2889,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4819,2890,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4820,2891,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4821,2892,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4822,2893,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4823,2894,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4824,2895,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4825,2896,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4826,2897,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4827,2898,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4828,2899,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4829,2664,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4830,2665,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4831,2666,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4832,2667,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4833,2668,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4834,2669,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4835,2670,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4836,2671,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4837,2900,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4838,2901,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4839,2902,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4840,2903,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4841,2904,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4842,2905,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4843,2906,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4844,2907,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4845,2908,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4846,2909,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4847,2910,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4848,2911,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4849,2912,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4850,2913,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4851,2914,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4852,2915,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4853,2916,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4854,2917,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4855,2918,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4856,2919,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4857,2920,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4858,2921,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4859,2922,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4860,2923,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4861,2924,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4862,2925,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4863,2926,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4864,2927,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4865,2928,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4866,2929,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4867,2930,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4868,2931,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4869,2932,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4870,2933,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4871,2934,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4872,2935,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4873,2936,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4874,2937,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4875,2938,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4876,2939,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4877,2940,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4878,2941,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4879,2942,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4880,2943,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4881,2944,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4882,2945,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4883,2946,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4884,2947,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4885,2948,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4886,2949,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4887,2950,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4888,2951,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4889,2952,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4890,2953,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4891,2954,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4892,2955,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4893,2956,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4894,2957,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4895,2958,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4896,2959,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4897,2960,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4898,2961,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4899,2962,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4900,2963,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4901,2964,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4902,2965,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4903,2966,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4904,2967,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4905,2968,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4906,2969,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4907,2970,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4908,2971,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4909,2972,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4910,2973,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4911,2974,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4912,2975,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4913,2976,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4914,2977,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4915,2978,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4916,2979,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4917,2980,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4918,2981,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4919,2982,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4920,2983,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4921,2984,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4922,2985,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4923,2986,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4924,2987,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4925,2988,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4926,2989,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4927,2990,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4928,2991,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4929,2992,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4930,2993,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4931,2994,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4932,2995,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4933,2996,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4934,2997,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4935,2998,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4936,2999,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4937,3000,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4938,3001,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4939,3002,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4940,3003,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4941,3004,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4942,3005,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4943,3006,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4944,3007,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4945,3008,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4946,3009,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4947,3010,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4948,3011,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4949,3012,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4950,3013,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4951,3014,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4952,3015,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4953,3016,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4954,3017,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4955,3018,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4956,3019,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4957,3020,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4958,3021,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4959,3022,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4960,3023,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4961,3024,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4962,3025,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4963,3026,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4964,3027,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4965,3028,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4966,3029,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4967,3030,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4968,3031,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4969,3032,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4970,3033,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4971,3034,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4972,3035,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4973,3036,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4974,3037,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4975,3038,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4976,3039,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4977,3040,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4978,3041,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4979,3042,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4980,3043,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4981,3044,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4982,3045,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4983,3046,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4984,3047,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4985,3048,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4986,3049,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4987,3050,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4988,3051,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4989,3052,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4990,3053,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4991,3054,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4992,3055,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4993,3056,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4994,3057,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4995,3058,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4996,3059,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4997,3060,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4998,3061,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(4999,3062,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(5000,3063,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(5001,3064,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(5002,3065,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(5003,3066,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(5004,3067,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(5005,3068,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(5006,3069,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(5007,3070,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(5008,3071,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(5009,3072,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(5010,3073,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(5011,3074,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(5012,4225,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(5013,4226,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(5014,4227,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(5015,4228,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(5016,4229,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(5017,4230,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(5018,4231,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(5019,4232,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(5020,4233,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(5021,4234,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(5022,4235,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(5023,4236,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(5024,4237,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(5025,4238,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(5026,4239,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(5027,4303,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(5028,4304,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(5029,4305,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(5030,4306,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(5031,4307,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(5032,4308,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(5033,4309,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(5034,4310,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(5035,4311,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(5036,4312,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(5037,4313,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(5038,4314,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(5039,4315,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(5040,4316,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(5041,4317,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(5042,4318,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(5043,4319,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(5044,4320,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(5045,4321,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(5046,4322,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(5047,4323,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(5048,4324,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(5049,4325,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(5050,4326,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(5051,4327,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(5052,4328,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(5053,4329,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(5054,4330,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(5055,4331,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(5056,4332,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(5057,4297,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(5058,4460,1,'http://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1066'),(5059,4621,1,'http://cryptowallet.labcp.co/help/'),(5060,4569,1,'http://cryptowallet.labcp.co/help/'),(5061,4639,1,'http://cryptowallet.labcp.co/help/'),(5062,4640,1,'http://cryptowallet.labcp.co/help/'),(5063,4641,1,'http://cryptowallet.labcp.co/help/'),(5064,4642,1,'http://cryptowallet.labcp.co/help/'),(5065,4643,1,'http://cryptowallet.labcp.co/help/'),(5066,4644,1,'http://cryptowallet.labcp.co/help/'),(5067,4645,1,'http://cryptowallet.labcp.co/help/'),(5068,4646,1,'http://cryptowallet.labcp.co/help/'),(5069,4647,1,'http://cryptowallet.labcp.co/help/'),(5070,4648,1,'http://cryptowallet.labcp.co/help/'),(5071,4649,1,'http://cryptowallet.labcp.co/help/'),(5072,4650,1,'http://cryptowallet.labcp.co/help/'),(5073,4651,1,'http://cryptowallet.labcp.co/help/'),(5074,4652,1,'http://cryptowallet.labcp.co/help/'),(5075,4653,1,'http://cryptowallet.labcp.co/help/'),(5076,4654,1,'http://cryptowallet.labcp.co/help/'),(5077,4621,1,'http://cryptowallet.labcp.co/submit-a-request/'),(5078,4569,1,'http://cryptowallet.labcp.co/submit-a-request/'),(5079,4639,1,'http://cryptowallet.labcp.co/submit-a-request/'),(5080,4640,1,'http://cryptowallet.labcp.co/submit-a-request/'),(5081,4641,1,'http://cryptowallet.labcp.co/submit-a-request/'),(5082,4642,1,'http://cryptowallet.labcp.co/submit-a-request/'),(5083,4643,1,'http://cryptowallet.labcp.co/submit-a-request/'),(5084,4644,1,'http://cryptowallet.labcp.co/submit-a-request/'),(5085,4645,1,'http://cryptowallet.labcp.co/submit-a-request/'),(5086,4646,1,'http://cryptowallet.labcp.co/submit-a-request/'),(5087,4647,1,'http://cryptowallet.labcp.co/submit-a-request/'),(5088,4648,1,'http://cryptowallet.labcp.co/submit-a-request/'),(5089,4649,1,'http://cryptowallet.labcp.co/submit-a-request/'),(5090,4650,1,'http://cryptowallet.labcp.co/submit-a-request/'),(5091,4651,1,'http://cryptowallet.labcp.co/submit-a-request/'),(5092,4652,1,'http://cryptowallet.labcp.co/submit-a-request/'),(5093,4653,1,'http://cryptowallet.labcp.co/submit-a-request/'),(5094,4654,1,'http://cryptowallet.labcp.co/submit-a-request/'),(5095,4861,1,'http://cryptowallet.labcp.co/submit-a-request/'),(5096,4862,1,'http://cryptowallet.labcp.co/submit-a-request/'),(5097,4863,1,'http://cryptowallet.labcp.co/submit-a-request/'),(5098,4864,1,'http://cryptowallet.labcp.co/submit-a-request/'),(5099,4865,1,'http://cryptowallet.labcp.co/submit-a-request/'),(5100,4866,1,'http://cryptowallet.labcp.co/submit-a-request/'),(5101,4867,1,'http://cryptowallet.labcp.co/submit-a-request/'),(5102,4868,1,'http://cryptowallet.labcp.co/submit-a-request/'),(5103,4869,1,'http://cryptowallet.labcp.co/submit-a-request/'),(5104,4870,1,'http://cryptowallet.labcp.co/submit-a-request/'),(5105,4225,1,'http://cryptowallet.labcp.co/submit-a-request/'),(5106,4226,1,'http://cryptowallet.labcp.co/submit-a-request/'),(5107,4227,1,'http://cryptowallet.labcp.co/submit-a-request/'),(5108,4228,1,'http://cryptowallet.labcp.co/submit-a-request/'),(5109,4229,1,'http://cryptowallet.labcp.co/submit-a-request/'),(5110,4230,1,'http://cryptowallet.labcp.co/submit-a-request/'),(5111,4231,1,'http://cryptowallet.labcp.co/submit-a-request/'),(5112,4232,1,'http://cryptowallet.labcp.co/submit-a-request/'),(5113,4233,1,'http://cryptowallet.labcp.co/submit-a-request/'),(5114,4234,1,'http://cryptowallet.labcp.co/submit-a-request/'),(5115,4235,1,'http://cryptowallet.labcp.co/submit-a-request/'),(5116,4236,1,'http://cryptowallet.labcp.co/submit-a-request/'),(5117,4237,1,'http://cryptowallet.labcp.co/submit-a-request/'),(5118,4238,1,'http://cryptowallet.labcp.co/submit-a-request/'),(5119,4239,1,'http://cryptowallet.labcp.co/submit-a-request/'),(5120,4303,1,'http://cryptowallet.labcp.co/submit-a-request/'),(5121,4304,1,'http://cryptowallet.labcp.co/submit-a-request/'),(5122,4305,1,'http://cryptowallet.labcp.co/submit-a-request/'),(5123,4306,1,'http://cryptowallet.labcp.co/submit-a-request/'),(5124,4307,1,'http://cryptowallet.labcp.co/submit-a-request/'),(5125,4308,1,'http://cryptowallet.labcp.co/submit-a-request/'),(5126,4309,1,'http://cryptowallet.labcp.co/submit-a-request/'),(5127,4310,1,'http://cryptowallet.labcp.co/submit-a-request/'),(5128,4311,1,'http://cryptowallet.labcp.co/submit-a-request/'),(5129,4312,1,'http://cryptowallet.labcp.co/submit-a-request/'),(5130,4313,1,'http://cryptowallet.labcp.co/submit-a-request/'),(5131,4314,1,'http://cryptowallet.labcp.co/submit-a-request/'),(5132,4315,1,'http://cryptowallet.labcp.co/submit-a-request/'),(5133,4316,1,'http://cryptowallet.labcp.co/submit-a-request/'),(5134,4317,1,'http://cryptowallet.labcp.co/submit-a-request/'),(5135,4318,1,'http://cryptowallet.labcp.co/submit-a-request/'),(5136,4319,1,'http://cryptowallet.labcp.co/submit-a-request/'),(5137,4320,1,'http://cryptowallet.labcp.co/submit-a-request/'),(5138,4321,1,'http://cryptowallet.labcp.co/submit-a-request/'),(5139,4322,1,'http://cryptowallet.labcp.co/submit-a-request/'),(5140,4323,1,'http://cryptowallet.labcp.co/submit-a-request/'),(5141,4324,1,'http://cryptowallet.labcp.co/submit-a-request/'),(5142,4325,1,'http://cryptowallet.labcp.co/submit-a-request/'),(5143,4326,1,'http://cryptowallet.labcp.co/submit-a-request/'),(5144,4327,1,'http://cryptowallet.labcp.co/submit-a-request/'),(5145,4328,1,'http://cryptowallet.labcp.co/submit-a-request/'),(5146,4329,1,'http://cryptowallet.labcp.co/submit-a-request/'),(5147,4330,1,'http://cryptowallet.labcp.co/submit-a-request/'),(5148,4331,1,'http://cryptowallet.labcp.co/submit-a-request/'),(5149,4332,1,'http://cryptowallet.labcp.co/submit-a-request/'),(5150,4874,1,'http://cryptowallet.labcp.co/submit-a-request/'),(5151,4621,1,'http://cryptowallet.labcp.co/help-center/'),(5152,4569,1,'http://cryptowallet.labcp.co/help-center/'),(5153,4639,1,'http://cryptowallet.labcp.co/help-center/'),(5154,4640,1,'http://cryptowallet.labcp.co/help-center/'),(5155,4641,1,'http://cryptowallet.labcp.co/help-center/'),(5156,4642,1,'http://cryptowallet.labcp.co/help-center/'),(5157,4643,1,'http://cryptowallet.labcp.co/help-center/'),(5158,4644,1,'http://cryptowallet.labcp.co/help-center/'),(5159,4645,1,'http://cryptowallet.labcp.co/help-center/'),(5160,4646,1,'http://cryptowallet.labcp.co/help-center/'),(5161,4647,1,'http://cryptowallet.labcp.co/help-center/'),(5162,4648,1,'http://cryptowallet.labcp.co/help-center/'),(5163,4649,1,'http://cryptowallet.labcp.co/help-center/'),(5164,4650,1,'http://cryptowallet.labcp.co/help-center/'),(5165,4651,1,'http://cryptowallet.labcp.co/help-center/'),(5166,4652,1,'http://cryptowallet.labcp.co/help-center/'),(5167,4653,1,'http://cryptowallet.labcp.co/help-center/'),(5168,4654,1,'http://cryptowallet.labcp.co/help-center/'),(5169,4861,1,'http://cryptowallet.labcp.co/help-center/'),(5170,4862,1,'http://cryptowallet.labcp.co/help-center/'),(5171,4863,1,'http://cryptowallet.labcp.co/help-center/'),(5172,4864,1,'http://cryptowallet.labcp.co/help-center/'),(5173,4865,1,'http://cryptowallet.labcp.co/help-center/'),(5174,4866,1,'http://cryptowallet.labcp.co/help-center/'),(5175,4867,1,'http://cryptowallet.labcp.co/help-center/'),(5176,4868,1,'http://cryptowallet.labcp.co/help-center/'),(5177,4869,1,'http://cryptowallet.labcp.co/help-center/'),(5178,4870,1,'http://cryptowallet.labcp.co/help-center/'),(5179,4871,1,'http://cryptowallet.labcp.co/help-center/'),(5180,4873,1,'http://cryptowallet.labcp.co/help-center/'),(5181,4874,1,'http://cryptowallet.labcp.co/help-center/'),(5182,4621,1,'http://cryptowallet.labcp.co/help-center/payment-gateway/the-registration-email-with-the-verification-code-isnt-sending-why-3/'),(5183,4569,1,'http://cryptowallet.labcp.co/help-center/payment-gateway/the-registration-email-with-the-verification-code-isnt-sending-why-3/'),(5184,4639,1,'http://cryptowallet.labcp.co/help-center/payment-gateway/the-registration-email-with-the-verification-code-isnt-sending-why-3/'),(5185,4640,1,'http://cryptowallet.labcp.co/help-center/payment-gateway/the-registration-email-with-the-verification-code-isnt-sending-why-3/'),(5186,4641,1,'http://cryptowallet.labcp.co/help-center/payment-gateway/the-registration-email-with-the-verification-code-isnt-sending-why-3/'),(5187,4642,1,'http://cryptowallet.labcp.co/help-center/payment-gateway/the-registration-email-with-the-verification-code-isnt-sending-why-3/'),(5188,4643,1,'http://cryptowallet.labcp.co/help-center/payment-gateway/the-registration-email-with-the-verification-code-isnt-sending-why-3/'),(5189,4644,1,'http://cryptowallet.labcp.co/help-center/payment-gateway/the-registration-email-with-the-verification-code-isnt-sending-why-3/'),(5190,4645,1,'http://cryptowallet.labcp.co/help-center/payment-gateway/the-registration-email-with-the-verification-code-isnt-sending-why-3/'),(5191,4646,1,'http://cryptowallet.labcp.co/help-center/payment-gateway/the-registration-email-with-the-verification-code-isnt-sending-why-3/'),(5192,4647,1,'http://cryptowallet.labcp.co/help-center/payment-gateway/the-registration-email-with-the-verification-code-isnt-sending-why-3/'),(5193,4648,1,'http://cryptowallet.labcp.co/help-center/payment-gateway/the-registration-email-with-the-verification-code-isnt-sending-why-3/'),(5194,4649,1,'http://cryptowallet.labcp.co/help-center/payment-gateway/the-registration-email-with-the-verification-code-isnt-sending-why-3/'),(5195,4650,1,'http://cryptowallet.labcp.co/help-center/payment-gateway/the-registration-email-with-the-verification-code-isnt-sending-why-3/'),(5196,4651,1,'http://cryptowallet.labcp.co/help-center/payment-gateway/the-registration-email-with-the-verification-code-isnt-sending-why-3/'),(5197,4652,1,'http://cryptowallet.labcp.co/help-center/payment-gateway/the-registration-email-with-the-verification-code-isnt-sending-why-3/'),(5198,4653,1,'http://cryptowallet.labcp.co/help-center/payment-gateway/the-registration-email-with-the-verification-code-isnt-sending-why-3/'),(5199,4654,1,'http://cryptowallet.labcp.co/help-center/payment-gateway/the-registration-email-with-the-verification-code-isnt-sending-why-3/'),(5200,4861,1,'http://cryptowallet.labcp.co/help-center/payment-gateway/the-registration-email-with-the-verification-code-isnt-sending-why-3/'),(5201,4862,1,'http://cryptowallet.labcp.co/help-center/payment-gateway/the-registration-email-with-the-verification-code-isnt-sending-why-3/'),(5202,4863,1,'http://cryptowallet.labcp.co/help-center/payment-gateway/the-registration-email-with-the-verification-code-isnt-sending-why-3/'),(5203,4864,1,'http://cryptowallet.labcp.co/help-center/payment-gateway/the-registration-email-with-the-verification-code-isnt-sending-why-3/'),(5204,4865,1,'http://cryptowallet.labcp.co/help-center/payment-gateway/the-registration-email-with-the-verification-code-isnt-sending-why-3/'),(5205,4866,1,'http://cryptowallet.labcp.co/help-center/payment-gateway/the-registration-email-with-the-verification-code-isnt-sending-why-3/'),(5206,4867,1,'http://cryptowallet.labcp.co/help-center/payment-gateway/the-registration-email-with-the-verification-code-isnt-sending-why-3/'),(5207,4868,1,'http://cryptowallet.labcp.co/help-center/payment-gateway/the-registration-email-with-the-verification-code-isnt-sending-why-3/'),(5208,4869,1,'http://cryptowallet.labcp.co/help-center/payment-gateway/the-registration-email-with-the-verification-code-isnt-sending-why-3/'),(5209,4870,1,'http://cryptowallet.labcp.co/help-center/payment-gateway/the-registration-email-with-the-verification-code-isnt-sending-why-3/'),(5210,4874,1,'http://cryptowallet.labcp.co/help-center/payment-gateway/the-registration-email-with-the-verification-code-isnt-sending-why-3/'),(5211,4861,1,'http://cryptowallet.labcp.co/help-center/payment-gateway/how-can-i-sign-up-for-an-institutional-account-3/'),(5212,4862,1,'http://cryptowallet.labcp.co/help-center/payment-gateway/how-can-i-sign-up-for-an-institutional-account-3/'),(5213,4863,1,'http://cryptowallet.labcp.co/help-center/payment-gateway/how-can-i-sign-up-for-an-institutional-account-3/'),(5214,4864,1,'http://cryptowallet.labcp.co/help-center/payment-gateway/how-can-i-sign-up-for-an-institutional-account-3/'),(5215,4865,1,'http://cryptowallet.labcp.co/help-center/payment-gateway/how-can-i-sign-up-for-an-institutional-account-3/'),(5216,4866,1,'http://cryptowallet.labcp.co/help-center/payment-gateway/how-can-i-sign-up-for-an-institutional-account-3/'),(5217,4867,1,'http://cryptowallet.labcp.co/help-center/payment-gateway/how-can-i-sign-up-for-an-institutional-account-3/'),(5218,4868,1,'http://cryptowallet.labcp.co/help-center/payment-gateway/how-can-i-sign-up-for-an-institutional-account-3/'),(5219,4869,1,'http://cryptowallet.labcp.co/help-center/payment-gateway/how-can-i-sign-up-for-an-institutional-account-3/'),(5220,4870,1,'http://cryptowallet.labcp.co/help-center/payment-gateway/how-can-i-sign-up-for-an-institutional-account-3/'),(5221,4897,1,'http://cryptowallet.labcp.co/help-center/payment-gateway/how-can-i-sign-up-for-an-institutional-account-3/'),(5222,4874,1,'http://cryptowallet.labcp.co/help-center/payment-gateway/how-can-i-sign-up-for-an-institutional-account-3/'),(5223,4861,1,'http://cryptowallet.labcp.co/help-center/getting-started/'),(5224,4862,1,'http://cryptowallet.labcp.co/help-center/getting-started/'),(5225,4863,1,'http://cryptowallet.labcp.co/help-center/getting-started/'),(5226,4864,1,'http://cryptowallet.labcp.co/help-center/getting-started/'),(5227,4865,1,'http://cryptowallet.labcp.co/help-center/getting-started/'),(5228,4866,1,'http://cryptowallet.labcp.co/help-center/getting-started/'),(5229,4867,1,'http://cryptowallet.labcp.co/help-center/getting-started/'),(5230,4868,1,'http://cryptowallet.labcp.co/help-center/getting-started/'),(5231,4869,1,'http://cryptowallet.labcp.co/help-center/getting-started/'),(5232,4870,1,'http://cryptowallet.labcp.co/help-center/getting-started/'),(5233,4897,1,'http://cryptowallet.labcp.co/help-center/getting-started/'),(5234,4874,1,'http://cryptowallet.labcp.co/help-center/getting-started/'),(5235,4897,1,'http://cryptowallet.labcp.co/help-center/troubleshooting/'),(5236,4897,1,'http://cryptowallet.labcp.co/help-center/two-factor-authorization/'),(5237,4897,1,'http://cryptowallet.labcp.co/help-center/payment-gateway/the-registration-email-with-the-verification-code-isnt-sending-why-3/'),(5238,4871,1,'http://cryptowallet.labcp.co/help/'),(5239,4873,1,'http://cryptowallet.labcp.co/help/'),(5240,4915,1,'http://cryptowallet.labcp.co/blog/'),(5241,4916,1,'http://cryptowallet.labcp.co/blog/'),(5242,4917,1,'http://cryptowallet.labcp.co/blog/'),(5243,4915,1,'http://cryptowallet.labcp.co/blog/page/2/'),(5244,4916,1,'http://cryptowallet.labcp.co/blog/page/2/'),(5245,4917,1,'http://cryptowallet.labcp.co/blog/page/2/'),(5246,4100,1,'http://cryptowallet.labcp.co/media-kit-2/'),(5247,5312,1,'http://cryptowallet.labcp.co/'),(5248,5313,1,'http://cryptowallet.labcp.co/'),(5249,5314,1,'http://cryptowallet.labcp.co/'),(5250,5315,1,'http://cryptowallet.labcp.co/'),(5251,5316,1,'http://cryptowallet.labcp.co/'),(5252,5317,1,'http://cryptowallet.labcp.co/'),(5253,5318,1,'http://cryptowallet.labcp.co/'),(5254,5319,1,'http://cryptowallet.labcp.co/'),(5255,5320,1,'http://cryptowallet.labcp.co/'),(5256,5321,1,'http://cryptowallet.labcp.co/'),(5257,5322,1,'http://cryptowallet.labcp.co/'),(5258,5323,1,'http://cryptowallet.labcp.co/'),(5259,5324,1,'http://cryptowallet.labcp.co/'),(5260,5325,1,'http://cryptowallet.labcp.co/'),(5261,5326,1,'http://cryptowallet.labcp.co/'),(5262,5327,1,'http://cryptowallet.labcp.co/'),(5263,5328,1,'http://cryptowallet.labcp.co/'),(5264,5556,1,'http://cryptowallet.labcp.co/'),(5265,5557,1,'http://cryptowallet.labcp.co/'),(5266,5558,1,'http://cryptowallet.labcp.co/'),(5267,5559,1,'http://cryptowallet.labcp.co/'),(5268,5560,1,'http://cryptowallet.labcp.co/'),(5269,5561,1,'http://cryptowallet.labcp.co/'),(5270,5562,1,'http://cryptowallet.labcp.co/'),(5271,5563,1,'http://cryptowallet.labcp.co/'),(5272,5564,1,'http://cryptowallet.labcp.co/'),(5273,5565,1,'http://cryptowallet.labcp.co/'),(5274,5566,1,'http://cryptowallet.labcp.co/'),(5275,5567,1,'http://cryptowallet.labcp.co/'),(5276,5568,1,'http://cryptowallet.labcp.co/'),(5277,5569,1,'http://cryptowallet.labcp.co/'),(5278,5570,1,'http://cryptowallet.labcp.co/'),(5279,5571,1,'http://cryptowallet.labcp.co/'),(5280,5572,1,'http://cryptowallet.labcp.co/'),(5281,5573,1,'http://cryptowallet.labcp.co/'),(5282,5574,1,'http://cryptowallet.labcp.co/'),(5283,5575,1,'http://cryptowallet.labcp.co/'),(5284,5576,1,'http://cryptowallet.labcp.co/'),(5285,5577,1,'http://cryptowallet.labcp.co/'),(5286,5578,1,'http://cryptowallet.labcp.co/'),(5287,5579,1,'http://cryptowallet.labcp.co/'),(5288,5580,1,'http://cryptowallet.labcp.co/'),(5289,5581,1,'http://cryptowallet.labcp.co/'),(5290,5582,1,'http://cryptowallet.labcp.co/'),(5291,5583,1,'http://cryptowallet.labcp.co/'),(5292,5584,1,'http://cryptowallet.labcp.co/'),(5293,5585,1,'http://cryptowallet.labcp.co/'),(5294,5586,1,'http://cryptowallet.labcp.co/'),(5295,5587,1,'http://cryptowallet.labcp.co/'),(5296,5588,1,'http://cryptowallet.labcp.co/'),(5297,5589,1,'http://cryptowallet.labcp.co/'),(5298,5590,1,'http://cryptowallet.labcp.co/'),(5299,5591,1,'http://cryptowallet.labcp.co/'),(5300,5592,1,'http://cryptowallet.labcp.co/'),(5301,5638,1,'http://cryptowallet.labcp.co/'),(5302,5639,1,'http://cryptowallet.labcp.co/'),(5303,5640,1,'http://cryptowallet.labcp.co/'),(5304,5641,1,'http://cryptowallet.labcp.co/'),(5305,5642,1,'http://cryptowallet.labcp.co/'),(5306,5643,1,'http://cryptowallet.labcp.co/'),(5307,5644,1,'http://cryptowallet.labcp.co/'),(5308,5645,1,'http://cryptowallet.labcp.co/'),(5309,5646,1,'http://cryptowallet.labcp.co/'),(5310,5647,1,'http://cryptowallet.labcp.co/'),(5311,5648,1,'http://cryptowallet.labcp.co/'),(5312,5649,1,'http://cryptowallet.labcp.co/'),(5313,5650,1,'http://cryptowallet.labcp.co/'),(5314,5651,1,'http://cryptowallet.labcp.co/'),(5315,5652,1,'http://cryptowallet.labcp.co/'),(5316,5653,1,'http://cryptowallet.labcp.co/'),(5317,5654,1,'http://cryptowallet.labcp.co/'),(5318,5655,1,'http://cryptowallet.labcp.co/'),(5319,5656,1,'http://cryptowallet.labcp.co/'),(5320,5657,1,'http://cryptowallet.labcp.co/'),(5321,5658,1,'http://cryptowallet.labcp.co/'),(5322,5659,1,'http://cryptowallet.labcp.co/'),(5323,5660,1,'http://cryptowallet.labcp.co/'),(5324,5661,1,'http://cryptowallet.labcp.co/'),(5325,5662,1,'http://cryptowallet.labcp.co/'),(5326,5663,1,'http://cryptowallet.labcp.co/'),(5327,5664,1,'http://cryptowallet.labcp.co/'),(5328,5665,1,'http://cryptowallet.labcp.co/'),(5329,5666,1,'http://cryptowallet.labcp.co/'),(5330,5667,1,'http://cryptowallet.labcp.co/'),(5331,5668,1,'http://cryptowallet.labcp.co/'),(5332,5669,1,'http://cryptowallet.labcp.co/'),(5333,5670,1,'http://cryptowallet.labcp.co/'),(5334,5671,1,'http://cryptowallet.labcp.co/'),(5335,5672,1,'http://cryptowallet.labcp.co/'),(5336,5673,1,'http://cryptowallet.labcp.co/'),(5337,5674,1,'http://cryptowallet.labcp.co/'),(5338,5675,1,'http://cryptowallet.labcp.co/'),(5339,5676,1,'http://cryptowallet.labcp.co/'),(5340,5677,1,'http://cryptowallet.labcp.co/'),(5341,5678,1,'http://cryptowallet.labcp.co/'),(5342,5679,1,'http://cryptowallet.labcp.co/'),(5343,5680,1,'http://cryptowallet.labcp.co/'),(5344,5681,1,'http://cryptowallet.labcp.co/'),(5345,5682,1,'http://cryptowallet.labcp.co/'),(5346,5683,1,'http://cryptowallet.labcp.co/'),(5347,5684,1,'http://cryptowallet.labcp.co/'),(5348,5685,1,'http://cryptowallet.labcp.co/'),(5349,5686,1,'http://cryptowallet.labcp.co/'),(5350,5687,1,'http://cryptowallet.labcp.co/'),(5351,5688,1,'http://cryptowallet.labcp.co/'),(5352,5689,1,'http://cryptowallet.labcp.co/'),(5353,5690,1,'http://cryptowallet.labcp.co/'),(5354,5691,1,'http://cryptowallet.labcp.co/'),(5355,5692,1,'http://cryptowallet.labcp.co/'),(5356,5693,1,'http://cryptowallet.labcp.co/'),(5357,5694,1,'http://cryptowallet.labcp.co/'),(5358,5695,1,'http://cryptowallet.labcp.co/'),(5359,5696,1,'http://cryptowallet.labcp.co/'),(5360,5697,1,'http://cryptowallet.labcp.co/'),(5361,5698,1,'http://cryptowallet.labcp.co/'),(5362,5699,1,'http://cryptowallet.labcp.co/'),(5363,5700,1,'http://cryptowallet.labcp.co/'),(5364,5701,1,'http://cryptowallet.labcp.co/'),(5365,5702,1,'http://cryptowallet.labcp.co/'),(5366,5703,1,'http://cryptowallet.labcp.co/'),(5367,5704,1,'http://cryptowallet.labcp.co/'),(5368,5705,1,'http://cryptowallet.labcp.co/'),(5369,5706,1,'http://cryptowallet.labcp.co/'),(5370,5707,1,'http://cryptowallet.labcp.co/'),(5371,5708,1,'http://cryptowallet.labcp.co/'),(5372,5709,1,'http://cryptowallet.labcp.co/'),(5373,5710,1,'http://cryptowallet.labcp.co/'),(5374,5711,1,'http://cryptowallet.labcp.co/'),(5375,5712,1,'http://cryptowallet.labcp.co/'),(5376,5713,1,'http://cryptowallet.labcp.co/'),(5377,5714,1,'http://cryptowallet.labcp.co/'),(5378,5715,1,'http://cryptowallet.labcp.co/'),(5379,5716,1,'http://cryptowallet.labcp.co/'),(5380,5717,1,'http://cryptowallet.labcp.co/'),(5381,5718,1,'http://cryptowallet.labcp.co/'),(5382,5719,1,'http://cryptowallet.labcp.co/'),(5383,5720,1,'http://cryptowallet.labcp.co/'),(5384,5721,1,'http://cryptowallet.labcp.co/'),(5385,5722,1,'http://cryptowallet.labcp.co/'),(5386,5723,1,'http://cryptowallet.labcp.co/'),(5387,5724,1,'http://cryptowallet.labcp.co/'),(5388,5725,1,'http://cryptowallet.labcp.co/'),(5389,5726,1,'http://cryptowallet.labcp.co/'),(5390,5727,1,'http://cryptowallet.labcp.co/'),(5391,5728,1,'http://cryptowallet.labcp.co/'),(5392,5729,1,'http://cryptowallet.labcp.co/'),(5393,5730,1,'http://cryptowallet.labcp.co/'),(5394,5731,1,'http://cryptowallet.labcp.co/'),(5395,5828,1,'http://cryptowallet.labcp.co/'),(5396,5829,1,'http://cryptowallet.labcp.co/'),(5397,5830,1,'http://cryptowallet.labcp.co/'),(5398,5831,1,'http://cryptowallet.labcp.co/'),(5399,5832,1,'http://cryptowallet.labcp.co/'),(5400,5833,1,'http://cryptowallet.labcp.co/'),(5401,5834,1,'http://cryptowallet.labcp.co/'),(5402,5835,1,'http://cryptowallet.labcp.co/'),(5403,5836,1,'http://cryptowallet.labcp.co/'),(5404,5846,1,'http://cryptowallet.labcp.co/'),(5405,5847,1,'http://cryptowallet.labcp.co/'),(5406,5848,1,'http://cryptowallet.labcp.co/'),(5407,5849,1,'http://cryptowallet.labcp.co/'),(5408,5850,1,'http://cryptowallet.labcp.co/'),(5409,5858,1,'http://cryptowallet.labcp.co/'),(5410,5859,1,'http://cryptowallet.labcp.co/'),(5411,5860,1,'http://cryptowallet.labcp.co/'),(5412,5861,1,'http://cryptowallet.labcp.co/'),(5413,5862,1,'http://cryptowallet.labcp.co/'),(5414,5863,1,'http://cryptowallet.labcp.co/'),(5415,5864,1,'http://cryptowallet.labcp.co/'),(5416,5865,1,'http://cryptowallet.labcp.co/'),(5417,5329,1,'http://cryptowallet.labcp.co/'),(5418,5330,1,'http://cryptowallet.labcp.co/'),(5419,5331,1,'http://cryptowallet.labcp.co/'),(5420,5332,1,'http://cryptowallet.labcp.co/'),(5421,5333,1,'http://cryptowallet.labcp.co/'),(5422,6030,1,'http://cryptowallet.labcp.co/'),(5423,5312,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5424,5313,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5425,5314,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5426,5315,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5427,5316,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5428,5317,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5429,5318,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5430,5319,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5431,5320,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5432,5321,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5433,5322,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5434,5323,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5435,5324,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5436,5325,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5437,5326,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5438,5327,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5439,5328,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5440,5556,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5441,5557,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5442,5558,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5443,5559,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5444,5560,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5445,5561,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5446,5562,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5447,5563,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5448,5564,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5449,5565,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5450,5566,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5451,5567,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5452,5568,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5453,5569,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5454,5570,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5455,5571,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5456,5572,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5457,5573,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5458,5574,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5459,5575,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5460,5576,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5461,5577,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5462,5578,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5463,5579,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5464,5580,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5465,5581,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5466,5582,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5467,5583,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5468,5584,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5469,5585,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5470,5586,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5471,5587,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5472,5588,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5473,5589,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5474,5590,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5475,5591,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5476,5592,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5477,5638,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5478,5639,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5479,5640,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5480,5641,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5481,5642,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5482,5643,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5483,5644,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5484,5645,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5485,5646,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5486,5647,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5487,5648,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5488,5649,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5489,5650,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5490,5651,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5491,5652,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5492,5653,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5493,5654,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5494,5655,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5495,5656,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5496,5657,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5497,5658,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5498,5659,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5499,5660,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5500,5661,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5501,5662,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5502,5663,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5503,5664,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5504,5665,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5505,5666,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5506,5667,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5507,5668,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5508,5669,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5509,5670,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5510,5671,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5511,5672,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5512,5673,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5513,5674,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5514,5675,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5515,5676,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5516,5677,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5517,5678,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5518,5679,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5519,5680,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5520,5681,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5521,5682,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5522,5683,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5523,5684,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5524,5685,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5525,5686,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5526,5687,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5527,5688,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5528,5689,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5529,5690,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5530,5691,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5531,5692,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5532,5693,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5533,5694,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5534,5695,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5535,5696,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5536,5697,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5537,5698,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5538,5699,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5539,5700,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5540,5701,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5541,5702,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5542,5703,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5543,5704,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5544,5705,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5545,5706,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5546,5707,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5547,5708,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5548,5709,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5549,5710,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5550,5711,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5551,5712,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5552,5713,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5553,5714,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5554,5715,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5555,5716,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5556,5717,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5557,5718,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5558,5719,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5559,5720,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5560,5721,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5561,5722,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5562,5723,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5563,5724,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5564,5725,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5565,5312,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5566,5726,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5567,5727,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5568,5313,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5569,5728,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5570,5314,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5571,5729,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5572,5315,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5573,5730,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5574,5731,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5575,5316,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5576,5828,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5577,5317,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5578,5829,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5579,5318,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5580,5830,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5581,5319,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5582,5831,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5583,5320,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5584,5832,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5585,5321,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5586,5833,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5587,5322,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5588,5834,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5589,5323,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5590,5835,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5591,5324,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5592,5836,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5593,5846,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5594,5325,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5595,5847,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5596,5326,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5597,5848,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5598,5327,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5599,5849,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5600,5328,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5601,5850,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5602,5858,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5603,5859,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5604,5860,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5605,5861,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5606,5862,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5607,5556,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5608,5863,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5609,5864,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5610,5557,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5611,5865,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5612,5329,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5613,5558,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5614,5330,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5615,5559,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5616,5331,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5617,5332,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5618,5560,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5619,5333,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5620,5561,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5621,5562,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5622,5563,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5623,5564,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5624,5565,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5625,5566,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5626,5567,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5627,5568,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5628,5569,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5629,5570,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5630,5571,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5631,5572,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5632,5573,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5633,5574,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5634,5575,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5635,5576,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5636,5577,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5637,5578,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5638,5579,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5639,5580,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5640,5581,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5641,5582,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5642,5583,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5643,5584,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5644,5585,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5645,5586,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5646,5587,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5647,5588,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5648,5589,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5649,5590,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5650,5591,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5651,5592,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5652,5638,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5653,5639,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5654,5640,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5655,5641,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5656,5642,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5657,5643,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5658,5644,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5659,5645,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5660,5646,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5661,5647,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5662,5648,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5663,5649,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5664,5650,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5665,5651,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5666,5652,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5667,6030,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/ilustra-hero/illustra-night-3.png'),(5668,5653,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5669,5654,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5670,5655,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5671,5656,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5672,5657,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5673,5658,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5674,5659,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5675,5660,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5676,5661,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5677,5662,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5678,5663,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5679,5664,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5680,5665,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5681,5666,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5682,5667,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5683,5668,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5684,5669,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5685,5670,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5686,5671,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5687,5672,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5688,5673,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5689,5674,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5690,5675,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5691,5676,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5692,5677,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5693,5678,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5694,5679,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5695,5680,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5696,5681,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5697,5682,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5698,5683,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5699,5684,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5700,5685,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5701,5686,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5702,5687,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5703,5688,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5704,5689,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5705,5690,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5706,5691,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5707,5692,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5708,5693,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5709,5694,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5710,5695,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5711,5696,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5712,5697,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5713,5698,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5714,5699,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5715,5700,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5716,5701,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5717,5702,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5718,5703,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5719,5704,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5720,5705,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5721,5706,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5722,5707,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5723,5708,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5724,5709,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5725,5710,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5726,5711,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5727,5712,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5728,5713,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5729,5714,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5730,5715,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5731,5716,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5732,5717,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5733,5718,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5734,5719,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5735,5720,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5736,5721,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5737,5722,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5738,5723,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5739,5724,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5740,5725,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5741,5726,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5742,5727,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5743,5728,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5744,5729,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5745,5730,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5746,5731,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5747,5828,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5748,5829,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5749,5830,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5750,5831,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5751,5832,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5752,5833,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5753,5834,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5754,5835,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5755,5836,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5756,5846,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5757,5847,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5758,5848,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5759,5849,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5760,5850,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5761,5858,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5762,5859,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5763,5860,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5764,5861,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5765,5862,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5766,5863,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5767,5864,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5768,5865,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5769,5329,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5770,5330,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5771,5331,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5772,5332,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5773,5333,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5774,6030,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/bg-ilustra-step.svg'),(5775,5312,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5776,5313,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5777,5314,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5778,5315,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5779,5316,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5780,5317,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5781,5318,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5782,5319,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5783,5320,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5784,5321,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5785,5322,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5786,5323,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5787,5324,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5788,5325,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5789,5326,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5790,5327,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5791,5328,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5792,5556,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5793,5557,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5794,5558,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5795,5559,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5796,5560,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5797,5561,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5798,5562,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5799,5563,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5800,5564,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5801,5565,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5802,5566,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5803,5567,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5804,5568,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5805,5569,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5806,5570,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5807,5571,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5808,5572,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5809,5573,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5810,5574,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5811,5575,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5812,5576,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5813,5577,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5814,5578,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5815,5579,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5816,5580,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5817,5581,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5818,5582,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5819,5583,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5820,5584,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5821,5585,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5822,5586,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5823,5587,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5824,5588,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5825,5589,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5826,5590,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5827,5591,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5828,5592,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5829,5638,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5830,5639,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5831,5640,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5832,5641,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5833,5642,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5834,5643,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5835,5644,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5836,5645,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5837,5646,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5838,5647,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5839,5648,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5840,5649,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5841,5650,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5842,5651,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5843,5652,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5844,5653,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5845,5654,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5846,5655,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5847,5656,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5848,5657,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5849,5658,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5850,5659,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5851,5660,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5852,5661,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5853,5662,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5854,5663,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5855,5664,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5856,5665,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5857,5666,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5858,5667,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5859,5668,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5860,5669,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5861,5670,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5862,5671,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5863,5672,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5864,5673,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5865,5674,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5866,5675,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5867,5676,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5868,5677,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5869,5678,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5870,5679,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5871,5680,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5872,5681,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5873,5682,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5874,5683,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5875,5684,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5876,5685,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5877,5686,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5878,5687,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5879,5688,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5880,5689,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5881,5690,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5882,5691,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5883,5692,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5884,5693,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5885,5694,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5886,5695,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5887,5696,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5888,5697,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5889,5698,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5890,5699,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5891,5700,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5892,5701,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5893,5702,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5894,5703,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5895,5704,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5896,5705,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5897,5706,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5898,5707,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5899,5708,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5900,5709,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5901,5710,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5902,5711,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5903,5712,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5904,5713,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5905,5714,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5906,5715,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5907,5716,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5908,5717,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5909,5718,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5910,5719,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5911,5720,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5912,5721,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5913,5722,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5914,5723,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5915,5724,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5916,5725,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5917,5726,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5918,5727,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5919,5728,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5920,5729,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5921,5730,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5922,5731,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5923,5828,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5924,5829,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5925,5830,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5926,5831,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5927,5832,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5928,5833,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5929,5834,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5930,5835,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5931,5836,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5932,5846,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5933,5847,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5934,5848,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5935,5849,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5936,5850,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5937,5858,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5938,5859,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5939,5860,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5940,5861,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5941,5862,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5942,5863,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5943,5864,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5944,5865,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5945,5329,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5946,5330,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5947,5331,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5948,5332,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5949,5333,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5950,6030,1,'http://cryptowallet.labcp.co/app/themes/griflan-crypto-wallet/img/layout/svgs/world/element_3_night.png'),(5951,5312,1,'http://cryptowallet.labcp.co/about/'),(5952,5313,1,'http://cryptowallet.labcp.co/about/'),(5953,5314,1,'http://cryptowallet.labcp.co/about/'),(5954,5315,1,'http://cryptowallet.labcp.co/about/'),(5955,5316,1,'http://cryptowallet.labcp.co/about/'),(5956,5317,1,'http://cryptowallet.labcp.co/about/'),(5957,5318,1,'http://cryptowallet.labcp.co/about/'),(5958,5319,1,'http://cryptowallet.labcp.co/about/'),(5959,5320,1,'http://cryptowallet.labcp.co/about/'),(5960,5321,1,'http://cryptowallet.labcp.co/about/'),(5961,5322,1,'http://cryptowallet.labcp.co/about/'),(5962,5323,1,'http://cryptowallet.labcp.co/about/'),(5963,5324,1,'http://cryptowallet.labcp.co/about/'),(5964,5325,1,'http://cryptowallet.labcp.co/about/'),(5965,5326,1,'http://cryptowallet.labcp.co/about/'),(5966,5327,1,'http://cryptowallet.labcp.co/about/'),(5967,5328,1,'http://cryptowallet.labcp.co/about/'),(5968,5556,1,'http://cryptowallet.labcp.co/about/'),(5969,5557,1,'http://cryptowallet.labcp.co/about/'),(5970,5558,1,'http://cryptowallet.labcp.co/about/'),(5971,5559,1,'http://cryptowallet.labcp.co/about/'),(5972,5560,1,'http://cryptowallet.labcp.co/about/'),(5973,5561,1,'http://cryptowallet.labcp.co/about/'),(5974,5562,1,'http://cryptowallet.labcp.co/about/'),(5975,5563,1,'http://cryptowallet.labcp.co/about/'),(5976,5564,1,'http://cryptowallet.labcp.co/about/'),(5977,5565,1,'http://cryptowallet.labcp.co/about/'),(5978,5566,1,'http://cryptowallet.labcp.co/about/'),(5979,5567,1,'http://cryptowallet.labcp.co/about/'),(5980,5568,1,'http://cryptowallet.labcp.co/about/'),(5981,5569,1,'http://cryptowallet.labcp.co/about/'),(5982,5570,1,'http://cryptowallet.labcp.co/about/'),(5983,5571,1,'http://cryptowallet.labcp.co/about/'),(5984,5572,1,'http://cryptowallet.labcp.co/about/'),(5985,5573,1,'http://cryptowallet.labcp.co/about/'),(5986,5574,1,'http://cryptowallet.labcp.co/about/'),(5987,5575,1,'http://cryptowallet.labcp.co/about/'),(5988,5576,1,'http://cryptowallet.labcp.co/about/'),(5989,5577,1,'http://cryptowallet.labcp.co/about/'),(5990,5578,1,'http://cryptowallet.labcp.co/about/'),(5991,5579,1,'http://cryptowallet.labcp.co/about/'),(5992,5580,1,'http://cryptowallet.labcp.co/about/'),(5993,5581,1,'http://cryptowallet.labcp.co/about/'),(5994,5582,1,'http://cryptowallet.labcp.co/about/'),(5995,5583,1,'http://cryptowallet.labcp.co/about/'),(5996,5584,1,'http://cryptowallet.labcp.co/about/'),(5997,5585,1,'http://cryptowallet.labcp.co/about/'),(5998,5586,1,'http://cryptowallet.labcp.co/about/'),(5999,5587,1,'http://cryptowallet.labcp.co/about/'),(6000,5588,1,'http://cryptowallet.labcp.co/about/'),(6001,5589,1,'http://cryptowallet.labcp.co/about/'),(6002,5590,1,'http://cryptowallet.labcp.co/about/'),(6003,5591,1,'http://cryptowallet.labcp.co/about/'),(6004,5592,1,'http://cryptowallet.labcp.co/about/'),(6005,5638,1,'http://cryptowallet.labcp.co/about/'),(6006,5639,1,'http://cryptowallet.labcp.co/about/'),(6007,5640,1,'http://cryptowallet.labcp.co/about/'),(6008,5641,1,'http://cryptowallet.labcp.co/about/'),(6009,5642,1,'http://cryptowallet.labcp.co/about/'),(6010,5643,1,'http://cryptowallet.labcp.co/about/'),(6011,5644,1,'http://cryptowallet.labcp.co/about/'),(6012,5645,1,'http://cryptowallet.labcp.co/about/'),(6013,5646,1,'http://cryptowallet.labcp.co/about/'),(6014,5647,1,'http://cryptowallet.labcp.co/about/'),(6015,5648,1,'http://cryptowallet.labcp.co/about/'),(6016,5649,1,'http://cryptowallet.labcp.co/about/'),(6017,5650,1,'http://cryptowallet.labcp.co/about/'),(6018,5651,1,'http://cryptowallet.labcp.co/about/'),(6019,5652,1,'http://cryptowallet.labcp.co/about/'),(6020,5653,1,'http://cryptowallet.labcp.co/about/'),(6021,5654,1,'http://cryptowallet.labcp.co/about/'),(6022,5655,1,'http://cryptowallet.labcp.co/about/'),(6023,5656,1,'http://cryptowallet.labcp.co/about/'),(6024,5657,1,'http://cryptowallet.labcp.co/about/'),(6025,5658,1,'http://cryptowallet.labcp.co/about/'),(6026,5659,1,'http://cryptowallet.labcp.co/about/'),(6027,5660,1,'http://cryptowallet.labcp.co/about/'),(6028,5661,1,'http://cryptowallet.labcp.co/about/'),(6029,5662,1,'http://cryptowallet.labcp.co/about/'),(6030,5663,1,'http://cryptowallet.labcp.co/about/'),(6031,5664,1,'http://cryptowallet.labcp.co/about/'),(6032,5665,1,'http://cryptowallet.labcp.co/about/'),(6033,5666,1,'http://cryptowallet.labcp.co/about/'),(6034,5667,1,'http://cryptowallet.labcp.co/about/'),(6035,5668,1,'http://cryptowallet.labcp.co/about/'),(6036,5669,1,'http://cryptowallet.labcp.co/about/'),(6037,5670,1,'http://cryptowallet.labcp.co/about/'),(6038,5671,1,'http://cryptowallet.labcp.co/about/'),(6039,5672,1,'http://cryptowallet.labcp.co/about/'),(6040,5673,1,'http://cryptowallet.labcp.co/about/'),(6041,5674,1,'http://cryptowallet.labcp.co/about/'),(6042,5675,1,'http://cryptowallet.labcp.co/about/'),(6043,5676,1,'http://cryptowallet.labcp.co/about/'),(6044,5677,1,'http://cryptowallet.labcp.co/about/'),(6045,5678,1,'http://cryptowallet.labcp.co/about/'),(6046,5679,1,'http://cryptowallet.labcp.co/about/'),(6047,5680,1,'http://cryptowallet.labcp.co/about/'),(6048,5681,1,'http://cryptowallet.labcp.co/about/'),(6049,5682,1,'http://cryptowallet.labcp.co/about/'),(6050,5683,1,'http://cryptowallet.labcp.co/about/'),(6051,5684,1,'http://cryptowallet.labcp.co/about/'),(6052,5685,1,'http://cryptowallet.labcp.co/about/'),(6053,5686,1,'http://cryptowallet.labcp.co/about/'),(6054,5687,1,'http://cryptowallet.labcp.co/about/'),(6055,5688,1,'http://cryptowallet.labcp.co/about/'),(6056,5689,1,'http://cryptowallet.labcp.co/about/'),(6057,5690,1,'http://cryptowallet.labcp.co/about/'),(6058,5691,1,'http://cryptowallet.labcp.co/about/'),(6059,5692,1,'http://cryptowallet.labcp.co/about/'),(6060,5693,1,'http://cryptowallet.labcp.co/about/'),(6061,5694,1,'http://cryptowallet.labcp.co/about/'),(6062,5695,1,'http://cryptowallet.labcp.co/about/'),(6063,5696,1,'http://cryptowallet.labcp.co/about/'),(6064,5697,1,'http://cryptowallet.labcp.co/about/'),(6065,5698,1,'http://cryptowallet.labcp.co/about/'),(6066,5699,1,'http://cryptowallet.labcp.co/about/'),(6067,5700,1,'http://cryptowallet.labcp.co/about/'),(6068,5701,1,'http://cryptowallet.labcp.co/about/'),(6069,5702,1,'http://cryptowallet.labcp.co/about/'),(6070,5703,1,'http://cryptowallet.labcp.co/about/'),(6071,5704,1,'http://cryptowallet.labcp.co/about/'),(6072,5705,1,'http://cryptowallet.labcp.co/about/'),(6073,5706,1,'http://cryptowallet.labcp.co/about/'),(6074,5707,1,'http://cryptowallet.labcp.co/about/'),(6075,5708,1,'http://cryptowallet.labcp.co/about/'),(6076,5709,1,'http://cryptowallet.labcp.co/about/'),(6077,5710,1,'http://cryptowallet.labcp.co/about/'),(6078,5711,1,'http://cryptowallet.labcp.co/about/'),(6079,5712,1,'http://cryptowallet.labcp.co/about/'),(6080,5713,1,'http://cryptowallet.labcp.co/about/'),(6081,5714,1,'http://cryptowallet.labcp.co/about/'),(6082,5715,1,'http://cryptowallet.labcp.co/about/'),(6083,5716,1,'http://cryptowallet.labcp.co/about/'),(6084,5717,1,'http://cryptowallet.labcp.co/about/'),(6085,5718,1,'http://cryptowallet.labcp.co/about/'),(6086,5719,1,'http://cryptowallet.labcp.co/about/'),(6087,5720,1,'http://cryptowallet.labcp.co/about/'),(6088,5721,1,'http://cryptowallet.labcp.co/about/'),(6089,5722,1,'http://cryptowallet.labcp.co/about/'),(6090,5723,1,'http://cryptowallet.labcp.co/about/'),(6091,5724,1,'http://cryptowallet.labcp.co/about/'),(6092,5725,1,'http://cryptowallet.labcp.co/about/'),(6093,5726,1,'http://cryptowallet.labcp.co/about/'),(6094,5727,1,'http://cryptowallet.labcp.co/about/'),(6095,5728,1,'http://cryptowallet.labcp.co/about/'),(6096,5729,1,'http://cryptowallet.labcp.co/about/'),(6097,5730,1,'http://cryptowallet.labcp.co/about/'),(6098,5731,1,'http://cryptowallet.labcp.co/about/'),(6099,5828,1,'http://cryptowallet.labcp.co/about/'),(6100,5829,1,'http://cryptowallet.labcp.co/about/'),(6101,5830,1,'http://cryptowallet.labcp.co/about/'),(6102,5831,1,'http://cryptowallet.labcp.co/about/'),(6103,5832,1,'http://cryptowallet.labcp.co/about/'),(6104,5833,1,'http://cryptowallet.labcp.co/about/'),(6105,5834,1,'http://cryptowallet.labcp.co/about/'),(6106,5835,1,'http://cryptowallet.labcp.co/about/'),(6107,5836,1,'http://cryptowallet.labcp.co/about/'),(6108,5846,1,'http://cryptowallet.labcp.co/about/'),(6109,5847,1,'http://cryptowallet.labcp.co/about/'),(6110,5848,1,'http://cryptowallet.labcp.co/about/'),(6111,5849,1,'http://cryptowallet.labcp.co/about/'),(6112,5850,1,'http://cryptowallet.labcp.co/about/'),(6113,5858,1,'http://cryptowallet.labcp.co/about/'),(6114,5859,1,'http://cryptowallet.labcp.co/about/'),(6115,5860,1,'http://cryptowallet.labcp.co/about/'),(6116,5861,1,'http://cryptowallet.labcp.co/about/'),(6117,5862,1,'http://cryptowallet.labcp.co/about/'),(6118,5863,1,'http://cryptowallet.labcp.co/about/'),(6119,5864,1,'http://cryptowallet.labcp.co/about/'),(6120,5865,1,'http://cryptowallet.labcp.co/about/'),(6121,5329,1,'http://cryptowallet.labcp.co/about/'),(6122,5330,1,'http://cryptowallet.labcp.co/about/'),(6123,5331,1,'http://cryptowallet.labcp.co/about/'),(6124,5332,1,'http://cryptowallet.labcp.co/about/'),(6125,5333,1,'http://cryptowallet.labcp.co/about/'),(6126,6030,1,'http://cryptowallet.labcp.co/about/'),(6127,4108,1,'https://cryptowallet.labcp.co/login/'),(6128,4109,1,'https://cryptowallet.labcp.co/login/'),(6129,4117,1,'https://cryptowallet.labcp.co/login/'),(6130,4118,1,'https://cryptowallet.labcp.co/login/'),(6131,4119,1,'https://cryptowallet.labcp.co/login/'),(6132,4871,1,'https://cryptowallet.labcp.co/help/'),(6133,4873,1,'https://cryptowallet.labcp.co/help/'),(6134,4100,1,'https://cryptowallet.labcp.co/media-kit/'),(6135,4108,1,'https://cryptowallet.labcp.co/sign-up/'),(6136,4109,1,'https://cryptowallet.labcp.co/sign-up/'),(6137,4110,1,'https://cryptowallet.labcp.co/sign-up/'),(6138,4111,1,'https://cryptowallet.labcp.co/sign-up/'),(6139,4112,1,'https://cryptowallet.labcp.co/sign-up/'),(6140,4113,1,'https://cryptowallet.labcp.co/sign-up/'),(6141,4114,1,'https://cryptowallet.labcp.co/sign-up/'),(6142,4115,1,'https://cryptowallet.labcp.co/sign-up/'),(6143,4116,1,'https://cryptowallet.labcp.co/sign-up/'),(6144,4297,1,'https://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1184'),(6145,4460,1,'https://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/1184'),(6146,4461,1,'https://cryptowallet.labcp.co/terms-and-conditions/'),(6147,4461,1,'https://cryptowallet.labcp.co/privacy-policy/'),(6148,4461,1,'https://cryptowallet.labcp.co/coming-soon/'),(6149,4461,1,'https://cryptowallet.labcp.co/cookie-policy/'),(6150,4297,1,'https://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(6151,4460,1,'https://cryptowallet.labcp.co/wp-json/contact-form-7/v1/contact-forms/945'),(6152,4014,1,'https://cryptowallet.labcp.co/blog/'),(6153,4015,1,'https://cryptowallet.labcp.co/blog/'),(6154,4016,1,'https://cryptowallet.labcp.co/blog/'),(6155,4017,1,'https://cryptowallet.labcp.co/blog/'),(6156,4915,1,'https://cryptowallet.labcp.co/blog/'),(6157,4916,1,'https://cryptowallet.labcp.co/blog/'),(6158,4917,1,'https://cryptowallet.labcp.co/blog/'),(6159,1428,1,'https://cryptowallet.labcp.co/blog/'),(6160,1429,1,'https://cryptowallet.labcp.co/blog/'),(6161,4899,1,'https://cryptowallet.labcp.co/ru/'),(6162,4899,1,'https://cryptowallet.labcp.co/es'),(6163,4899,1,'https://cryptowallet.labcp.co/es/'),(6164,4899,1,'https://cryptowallet.labcp.co/es/?preview_id=444&preview_nonce=6d3a5f46b3&preview=true'),(6165,4899,1,'https://cryptowallet.labcp.co/ja/'),(6166,4014,1,'https://cryptowallet.labcp.co/'),(6167,4015,1,'https://cryptowallet.labcp.co/'),(6168,4016,1,'https://cryptowallet.labcp.co/'),(6169,4017,1,'https://cryptowallet.labcp.co/'),(6170,4915,1,'https://cryptowallet.labcp.co/'),(6171,4916,1,'https://cryptowallet.labcp.co/'),(6172,4917,1,'https://cryptowallet.labcp.co/'),(6173,1428,1,'https://cryptowallet.labcp.co/'),(6174,1429,1,'https://cryptowallet.labcp.co/'),(6175,4014,1,'https://cryptowallet.labcp.co/es'),(6176,4015,1,'https://cryptowallet.labcp.co/es'),(6177,4016,1,'https://cryptowallet.labcp.co/es'),(6178,4017,1,'https://cryptowallet.labcp.co/es'),(6179,3075,1,'https://cryptowallet.labcp.co/wp-json/wpml/tm/v1/jobs/?limit=10&offset=0');
/*!40000 ALTER TABLE `wp_icl_string_positions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_icl_string_status`
--

DROP TABLE IF EXISTS `wp_icl_string_status`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_icl_string_status` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `rid` bigint(20) NOT NULL,
  `string_translation_id` bigint(20) NOT NULL,
  `timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `md5` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`),
  KEY `string_translation_id` (`string_translation_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_icl_string_status`
--

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

--
-- Table structure for table `wp_icl_string_translations`
--

DROP TABLE IF EXISTS `wp_icl_string_translations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_icl_string_translations` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `string_id` bigint(20) unsigned NOT NULL,
  `language` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL,
  `status` tinyint(4) NOT NULL,
  `value` longtext COLLATE utf8mb4_unicode_ci,
  `mo_string` longtext COLLATE utf8mb4_unicode_ci,
  `translator_id` bigint(20) unsigned DEFAULT NULL,
  `translation_service` varchar(16) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `batch_id` int(11) NOT NULL DEFAULT '0',
  `translation_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`),
  UNIQUE KEY `string_language` (`string_id`,`language`)
) ENGINE=InnoDB AUTO_INCREMENT=18 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_icl_string_translations`
--

LOCK TABLES `wp_icl_string_translations` WRITE;
/*!40000 ALTER TABLE `wp_icl_string_translations` DISABLE KEYS */;
INSERT INTO `wp_icl_string_translations` VALUES (1,1498,'ja',10,'グーグルプレイ',NULL,NULL,'',0,'2019-07-10 20:04:01'),(2,4663,'ja',10,'',NULL,NULL,'',0,'2019-08-28 02:03:52'),(3,4663,'ru',10,'',NULL,NULL,'',0,'2019-08-28 02:03:52'),(4,4663,'sg',10,'',NULL,NULL,'',0,'2019-08-28 02:03:52'),(5,4663,'es',10,'',NULL,NULL,'',0,'2019-08-28 02:03:52'),(6,570,'ja',10,'',NULL,NULL,'',0,'2019-08-28 02:03:58'),(7,570,'ru',10,'',NULL,NULL,'',0,'2019-08-28 02:03:58'),(8,570,'sg',10,'',NULL,NULL,'',0,'2019-08-28 02:03:58'),(9,570,'es',10,'',NULL,NULL,'',0,'2019-08-28 02:03:58'),(10,4664,'ja',10,'',NULL,NULL,'',0,'2019-08-28 02:03:58'),(11,4664,'ru',10,'',NULL,NULL,'',0,'2019-08-28 02:03:58'),(12,4664,'sg',10,'',NULL,NULL,'',0,'2019-08-28 02:03:58'),(13,4664,'es',10,'',NULL,NULL,'',0,'2019-08-28 02:03:58'),(14,4665,'ja',10,'',NULL,NULL,'',0,'2019-08-28 02:03:58'),(15,4665,'ru',10,'',NULL,NULL,'',0,'2019-08-28 02:03:58'),(16,4665,'sg',10,'',NULL,NULL,'',0,'2019-08-28 02:03:58'),(17,4665,'es',10,'',NULL,NULL,'',0,'2019-08-28 02:03:58');
/*!40000 ALTER TABLE `wp_icl_string_translations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_icl_string_urls`
--

DROP TABLE IF EXISTS `wp_icl_string_urls`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_icl_string_urls` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `language` varchar(7) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `url` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `string_string_lang_url` (`language`,`url`(191))
) ENGINE=InnoDB AUTO_INCREMENT=155 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_icl_string_urls`
--

LOCK TABLES `wp_icl_string_urls` WRITE;
/*!40000 ALTER TABLE `wp_icl_string_urls` DISABLE KEYS */;
INSERT INTO `wp_icl_string_urls` VALUES (1,'en',NULL),(2,'en','/wp/wp-admin/plugins.php?activate=true&plugin_status=all&paged=1&s='),(3,'en','/wp/wp-admin/admin-ajax.php'),(4,'en','/wp/wp-admin/admin.php?page=acf-options'),(5,'es',NULL),(6,'en','/wp/wp-admin/admin.php?page=wpml-translation-management/menu/settings'),(7,'en','^wp-json/(.*)?'),(8,'en','/wp/wp-admin/edit.php?post_type=acf-field-group'),(9,'en','/wp/wp-admin/post.php?post=214&action=edit&lang=en'),(10,'en','/wp/wp-admin/post.php?post=214&action=edit&lang=en&show_system_fields=1'),(11,'en','/wp/wp-admin/admin.php?page=acf-options&lang=es&admin_bar=1'),(12,'en','/wp/wp-admin/admin.php?page=sitepress-multilingual-cms/menu/languages.php'),(13,'en','/wp/wp-admin/admin.php?page=sitepress-multilingual-cms%2Fmenu%2Flanguages.php'),(14,'es','^wp-json/(.*)?'),(15,'en','/wp/wp-admin/admin.php?page=wpml-translation-management%2Fmenu%2Fsettings'),(16,'en','/wp/wp-admin/admin.php?page=wpml-translation-management/menu/settings&sm=notifications'),(17,'en','/wp/wp-admin/admin.php?page=wpml-translation-management/menu/settings&sm=custom-xml-config'),(18,'en','/wp/wp-admin/admin.php?page=wpml-translation-management/menu/settings&sm=mcsetup'),(19,'en','/wp/wp-admin/admin.php?page=sitepress-multilingual-cms/menu/theme-localization.php'),(20,'en','/wp/wp-admin/admin.php?page=wpml-translation-management/menu/main.php'),(21,'en','/wp/wp-admin/admin.php?page=wpml-translation-management/menu/translations-queue.php'),(22,'en','/wp/wp-admin/admin.php?page=wpml-media'),(23,'en','/wp/wp-admin/admin.php?page=sitepress-multilingual-cms/menu/menu-sync/menus-sync.php'),(24,'en','/wp/wp-admin/admin.php?page=wpml-string-translation/menu/string-translation.php'),(25,'en','/wp/wp-admin/admin.php?page=wpml-package-management'),(26,'en','/wp/wp-admin/admin.php?page=acf-options&message=1'),(27,'en','[^/]+/([^/]+)/?$'),(28,'en','/'),(29,'en','ajax-request'),(30,'en','(.?.+?)(?:/([0-9]+))?/?$'),(31,'en','/wp/wp-admin/edit.php?post_type=page'),(32,'en','/wp/wp-admin/admin.php?page=wpml-translation-management%2Fmenu%2Fmain.php&paged=2'),(33,'en','/wp/wp-admin/admin.php?page=wpml-translation-management/menu/main.php&sm=dashboard'),(34,'en','/wp/wp-admin/admin.php?page=wpml-translation-management/menu/main.php&sm=translators'),(35,'en','/wp/wp-admin/admin.php?page=wpml-translation-management/menu/main.php&sm=translation-services'),(36,'en','/wp/wp-admin/admin.php?page=wpml-translation-management/menu/main.php&sm=jobs'),(37,'en','/wp/wp-admin/admin.php?page=wpml-translation-management/menu/main.php&sm=dashboard&icl_tm_action=reset_dashboard_filters'),(38,'en','/wp/wp-admin/admin.php?page=acf-options&lang=sg&admin_bar=1'),(39,'en','/wp/wp-admin/admin.php?page=acf-options&lang=en&admin_bar=1'),(40,'en','/wp/wp-admin/admin.php?page=acf-options&lang=ja&admin_bar=1'),(41,'en','/wp/wp-admin/edit.php?post_type=acf-field-group&lang=en&admin_bar=1'),(42,'en','/wp/wp-admin/options-general.php'),(43,'en','/wp/wp-admin/admin.php?page=acf-options&lang=ru&admin_bar=1'),(44,'es','/wp/wp-admin/admin-ajax.php'),(45,'en','/wp/wp-admin/admin.php?page=acf-options&lang=es&admin_bar=1&message=1'),(46,'en','help-center/(.+?)(?:/([0-9]+))?/?$'),(47,'en','help-center/?$'),(48,'en','robots\\.txt$'),(49,'en','([^/]+)(?:/([0-9]+))?/?$'),(50,'sg',NULL),(51,'en','/index.php'),(52,'ru',NULL),(53,'en','category/(.+?)/?$'),(54,'en','/wp/wp-admin/'),(55,'en','/wp/wp-admin/admin-ajax.php?action=dashboard-widgets&widget=dashboard_primary&pagenow=dashboard'),(56,'en','/wp/wp-admin/edit.php?post_type=acf-field-group&page=acf-tools'),(57,'en','/wp/wp-admin/post.php?post=221&action=edit&lang=en'),(58,'en','/wp/wp-admin/post.php'),(59,'en','/wp/wp-admin/post.php?post=221&action=edit&lang=en&message=1'),(60,'en','/wp/wp-admin/admin-ajax.php?action=oembed-cache&post=221'),(61,'en','/wp/wp-admin/post.php?post=181&action=edit&lang=en'),(62,'en','/wp/wp-admin/post.php?post=181&action=edit&lang=en&message=1'),(63,'en','/wp/wp-admin/admin-ajax.php?action=oembed-cache&post=181'),(64,'en','/wp/wp-admin/post.php?post=273&action=edit&lang=en'),(65,'en','/wp/wp-admin/post.php?post=273&action=edit&lang=en&message=1'),(66,'en','/wp/wp-admin/admin-ajax.php?action=oembed-cache&post=273'),(67,'ja',NULL),(68,'sg','([^/]+)(?:/([0-9]+))?/?$'),(69,'en','format/([^/]+)/?$'),(70,'en','/wp/wp-admin/post-new.php?post_type=page'),(71,'en','/wp/wp-admin/post.php?post=1411&action=edit&lang=en&message=6'),(72,'en','/wp/wp-admin/admin-ajax.php?action=oembed-cache&post=1411'),(73,'en','/wp/wp-admin/post.php?post=1411&action=edit&lang=en'),(74,'en','/wp/wp-admin/upload.php'),(75,'en','/wp/wp-admin/post.php?post=1411&action=edit&lang=en&_wpnonce=9a3260520f&get-post-lock=1'),(76,'en','/wp/wp-admin/post.php?post=1411&action=edit&lang=en&message=1'),(77,'en','/wp/wp-admin/admin.php?action=duplicate_post_save_as_new_post&post=1411&_wpnonce=3508ad5fa5'),(78,'en','/wp/wp-admin/edit.php?post_type=page&cloned=1&ids=1411'),(79,'en','/wp/wp-admin/edit.php?s=&post_status=all&post_type=page&_wpnonce=f881c76475&_wp_http_referer=%2Fwp%2Fwp-admin%2Fedit.php%3Fpost_type%3Dpage%26cloned%3D1%26ids%3D1411&action=duplicate_post_clone&m=0&lang=en&paged=1&post%5B%5D=1411&post%5B%5D=1416&action2=-'),(80,'en','/wp/wp-admin/edit.php?post_type=page&cloned=2&paged=1'),(81,'en','/wp/wp-admin/edit.php?post_type=page&paged=1&cloned=1&ids=1411'),(82,'en','/wp/wp-admin/edit.php?s=&post_status=all&post_type=page&_wpnonce=f881c76475&_wp_http_referer=%2Fwp%2Fwp-admin%2Fedit.php%3Fpost_type%3Dpage%26paged%3D1%26cloned%3D1%26ids%3D1411&action=edit&m=0&lang=en&paged=1&post_author=-1&post_parent=-1&page_template=-'),(83,'en','/wp/wp-admin/edit.php?post_type=page&paged=1&cloned=1&updated=4&skipped=0&locked=0'),(84,'en','/wp/wp-admin/post.php?post=1416&action=edit&lang=en'),(85,'en','/wp/wp-admin/post.php?post=1417&action=edit&lang=en'),(86,'en','/wp/wp-admin/post.php?post=1418&action=edit&lang=en'),(87,'en','/wp/wp-admin/post.php?post=1419&action=edit&lang=en'),(88,'en','/wp/wp-admin/post.php?post=1416&action=edit&lang=en&message=1'),(89,'en','/wp/wp-admin/admin-ajax.php?action=oembed-cache&post=1416'),(90,'en','/wp/wp-admin/post.php?post=1417&action=edit&lang=en&message=1'),(91,'en','/wp/wp-admin/admin-ajax.php?action=oembed-cache&post=1417'),(92,'en','/wp/wp-admin/post.php?post=1418&action=edit&lang=en&message=1'),(93,'en','/wp/wp-admin/admin-ajax.php?action=oembed-cache&post=1418'),(94,'en','/wp/wp-admin/post.php?post=1419&action=edit&lang=en&message=1'),(95,'en','/wp/wp-admin/admin-ajax.php?action=oembed-cache&post=1419'),(96,'en','/wp/wp-admin/edit.php?post_type=page&paged=1'),(97,'en','/wp/wp-admin/post.php?post=1438&action=edit&lang=en&message=6'),(98,'en','/wp/wp-admin/admin-ajax.php?action=oembed-cache&post=1438'),(99,'en','/wp/wp-admin/post.php?post=1430&action=edit'),(100,'en','/wp/wp-admin/post.php?post=1430&action=edit&message=1'),(101,'en','/wp/wp-admin/admin-ajax.php?action=oembed-cache&post=1430'),(102,'en','/wp/wp-admin/post.php?post=1371&action=edit'),(103,'en','/wp/wp-admin/post.php?post=1371&action=edit&message=1'),(104,'en','/wp/wp-admin/admin-ajax.php?action=oembed-cache&post=1371'),(105,'en','/wp/wp-admin/post.php?post=1438&action=edit&lang=en'),(106,'en','/wp/wp-admin/post.php?post=1438&action=edit&lang=en&message=1'),(107,'en','/wp/wp-admin/admin.php?action=duplicate_post_save_as_new_post&post=1438&_wpnonce=972a703f75'),(108,'en','/wp/wp-admin/edit.php?post_type=page&cloned=1&ids=1438'),(109,'en','/wp/wp-admin/admin.php?action=duplicate_post_save_as_new_post&post=1443&_wpnonce=175ac4fc68'),(110,'en','/wp/wp-admin/edit.php?post_type=page&cloned=1&ids=1443'),(111,'en','/wp/wp-admin/admin.php?action=duplicate_post_save_as_new_post&post=1444&_wpnonce=d12779227e'),(112,'en','/wp/wp-admin/edit.php?post_type=page&cloned=1&ids=1444'),(113,'en','/wp/wp-admin/post.php?post=1443&action=edit&lang=en'),(114,'en','/wp/wp-admin/post.php?post=1443&action=edit&lang=en&message=6'),(115,'en','/wp/wp-admin/admin-ajax.php?action=oembed-cache&post=1443'),(116,'en','/wp/wp-admin/post.php?post=1444&action=edit&lang=en'),(117,'en','/wp/wp-admin/post.php?post=1444&action=edit&lang=en&message=6'),(118,'en','/wp/wp-admin/admin-ajax.php?action=oembed-cache&post=1444'),(119,'en','/wp/wp-admin/post.php?post=1445&action=edit&lang=en'),(120,'en','/wp/wp-admin/post.php?post=1445&action=edit&lang=en&message=6'),(121,'en','/wp/wp-admin/admin-ajax.php?action=oembed-cache&post=1445'),(122,'en','/wp/wp-admin/post.php?post=1446&action=edit&lang=en'),(123,'en','/wp/wp-admin/post.php?post=1446&action=edit&lang=en&message=6'),(124,'en','/wp/wp-admin/admin-ajax.php?action=oembed-cache&post=1446'),(125,'en','/wp/wp-admin/post.php?post=1443&action=edit&lang=en&message=1'),(126,'en','/wp/wp-admin/post.php?post=1444&action=edit&lang=en&message=1'),(127,'en','/wp/wp-admin/edit.php?post_type=page&orderby=date&order=desc'),(128,'en','/wp/wp-admin/post.php?post=1445&action=edit&lang=en&message=1'),(129,'en','/wp/wp-admin/post.php?post=1446&action=edit&lang=en&message=1'),(130,'en','search/(.+)/?$'),(131,'es','([^/]+)(?:/([0-9]+))?/?$'),(132,'ja','([^/]+)(?:/([0-9]+))?/?$'),(133,'ru','([^/]+)(?:/([0-9]+))?/?$'),(134,'ja','/ja/search/%7Bsearch_term_string%7D/'),(135,'es','/es/search/%257Bsearch_term_string%257D/'),(136,'ja','/ja/search/%257Bsearch_term_string%257D/'),(137,'ru','/ru/search/%257Bsearch_term_string%257D/'),(138,'ja','/ja/search/%25257Bsearch_term_string%25257D/'),(139,'ru','/ru/search/%25257Bsearch_term_string%25257D/'),(140,'es','/es/search/%25257Bsearch_term_string%25257D/'),(141,'es','/es/search/%2525257Bsearch_term_string%2525257D/'),(142,'en','/wp/wp-admin/post.php?post=1484&action=edit&lang=en&message=6'),(143,'en','/wp/wp-admin/admin-ajax.php?action=oembed-cache&post=1484'),(144,'en','/wp/wp-admin/post.php?post=1484&action=edit&lang=en&message=1'),(145,'en','/wp/wp-admin/post.php?post=1484&action=edit&lang=en'),(146,'ja','[^/]+/([^/]+)/?$'),(147,'ru','/ru/search/%2525257Bsearch_term_string%2525257D/'),(148,'ja','/ja/search/%2525257Bsearch_term_string%2525257D/'),(149,'es','/es/search/%7Bsearch_term_string%7D/'),(150,'en','//wp//xmlrpc.php'),(151,'en','//'),(152,'es','[^/]+/([^/]+)/?$'),(153,'en','author/([^/]+)/?$'),(154,'en','author/([^/]+)/page/?([0-9]{1,})/?$');
/*!40000 ALTER TABLE `wp_icl_string_urls` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_icl_strings`
--

DROP TABLE IF EXISTS `wp_icl_strings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_icl_strings` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `language` varchar(7) COLLATE utf8mb4_unicode_ci NOT NULL,
  `context` varchar(160) COLLATE utf8mb4_unicode_ci NOT NULL,
  `name` varchar(160) COLLATE utf8mb4_unicode_ci NOT NULL,
  `value` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `string_package_id` bigint(20) unsigned DEFAULT NULL,
  `location` bigint(20) unsigned DEFAULT NULL,
  `wrap_tag` varchar(16) COLLATE utf8mb4_unicode_ci NOT NULL,
  `type` varchar(40) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'LINE',
  `title` varchar(160) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `status` tinyint(4) NOT NULL,
  `gettext_context` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `domain_name_context_md5` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL,
  `translation_priority` varchar(160) COLLATE utf8mb4_unicode_ci NOT NULL,
  `word_count` int(10) unsigned DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `uc_domain_name_context_md5` (`domain_name_context_md5`),
  KEY `language_context` (`language`,`context`),
  KEY `icl_strings_name` (`name`),
  KEY `icl_strings_translation_priority` (`translation_priority`)
) ENGINE=InnoDB AUTO_INCREMENT=6311 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_icl_strings`
--

LOCK TABLES `wp_icl_strings` WRITE;
/*!40000 ALTER TABLE `wp_icl_strings` DISABLE KEYS */;
INSERT INTO `wp_icl_strings` VALUES (1,'en','WP','Blog Title','Crypto Wallet',NULL,NULL,'','LINE',NULL,0,'','5ff0887b4c486c0329311e8d30610d58','optional',NULL),(2,'en','WPML','Text for alternative languages for posts','This post is also available in: %s',NULL,NULL,'','LINE',NULL,0,'','c9203e3110feb389a62b2f341a6c346a','',NULL),(3,'en','Widgets','widget title - 13348442cc6a27032d2b4aa28b75a5d3','Search',NULL,NULL,'','LINE',NULL,0,'','34e49796de494b93f918284a210a0a28','optional',NULL),(4,'en','Widgets','widget title - 341825a909ae0a19dd9dbea98ef3e021','Recent Posts',NULL,NULL,'','LINE',NULL,0,'','7079da0982f3d98e8a287de7ffc3b2c2','optional',NULL),(5,'en','Widgets','widget title - 69e7df6b9f7404b4007d936978a45c81','Recent Comments',NULL,NULL,'','LINE',NULL,0,'','a48c6eb3c5890b18ba90320a27899305','optional',NULL),(6,'en','Widgets','widget title - 178fde647037235223ac2a188a7106b1','Archives',NULL,NULL,'','LINE',NULL,0,'','478de4f6942954a0e26a7509c7d6152c','optional',NULL),(7,'en','Widgets','widget title - af1b98adf7f686b84cd0b443e022b7a0','Categories',NULL,NULL,'','LINE',NULL,0,'','5977452b184084c8b2c0d046daf75b27','optional',NULL),(8,'en','Widgets','widget title - b6755d218d5f4e1cef9cce9cc39aeda9','Meta',NULL,NULL,'','LINE',NULL,0,'','26a7f7efe61aa93765d79561fb28d76c','optional',NULL),(9,'en','acf','68b7d6093820d2ff48397fd5ad7f446b','Advanced Custom Fields',NULL,NULL,'','LINE',NULL,0,'','15541aca98e7eafdb330c6083f6b9cfa','optional',NULL),(10,'en','acf','e421aca86d19c15e7c8bdb435844cbe2','Field Groups',NULL,NULL,'','LINE',NULL,0,'','5967f79b0702e8a3ce90264629645e80','optional',NULL),(11,'en','acf','22e51be7f8c2187ce5091fa5a487156c','Field Group',NULL,NULL,'','LINE',NULL,0,'','9fdce5de0c7329e9918f6900e518e81d','optional',NULL),(12,'en','acf','de9ced9bf5e9829de4a93ad8c9d7a170','Add New',NULL,NULL,'','LINE',NULL,0,'','dabcb2f4dedcf5c30eb5f5f42176e1c3','optional',NULL),(13,'en','acf','079fc751375525c516e42875f0ec8d47','Add New Field Group',NULL,NULL,'','LINE',NULL,0,'','e6ff80d551459702de735484d37a0988','optional',NULL),(14,'en','acf','4a6b757977057b0d17437eb7b9620fae','Edit Field Group',NULL,NULL,'','LINE',NULL,0,'','9da94f5054522183a54ce8ce8094d289','optional',NULL),(15,'en','acf','89b9a0e270095b950b31d0155b275691','New Field Group',NULL,NULL,'','LINE',NULL,0,'','005ba932f9c02309f841e97e2bfcf9da','optional',NULL),(16,'en','acf','8fdc5b8942704380b7aa7d91481b9395','View Field Group',NULL,NULL,'','LINE',NULL,0,'','53d799d2e123f3af2b938bc227580d90','optional',NULL),(17,'en','acf','4a6dc3b9277f09ae6a59946409a27986','Search Field Groups',NULL,NULL,'','LINE',NULL,0,'','45e460fc009eb7b30843a6e52b16647e','optional',NULL),(18,'en','acf','bf7e5cc656b7ee3c4418d9ca7d32609b','No Field Groups found',NULL,NULL,'','LINE',NULL,0,'','cf303f078488c95ea62da3263ed5f544','optional',NULL),(19,'en','acf','54c02417e99e58341ba15223b5ad77a0','No Field Groups found in Trash',NULL,NULL,'','LINE',NULL,0,'','9ac6bef0029e3b93f685d7ff01297bfa','optional',NULL),(20,'en','acf','a4ca5edd20d0b5d502ebece575681f58','Fields',NULL,NULL,'','LINE',NULL,0,'','5ba265fdccde55b19db880bcfb832817','optional',NULL),(21,'en','acf','6f16a5f8ff5d75ab84c018adacdfcbb7','Field',NULL,NULL,'','LINE',NULL,0,'','2a325f3e0337759d236df61c60d98707','optional',NULL),(22,'en','acf','92cef2a8a5cb15957866e64df2dd52bf','Add New Field',NULL,NULL,'','LINE',NULL,0,'','6a0610265d153bfa8c4b3fac81108d6d','optional',NULL),(23,'en','acf','f5d901a4a2bf5c4c7b6eadc4d3161d02','Edit Field',NULL,NULL,'','LINE',NULL,0,'','e1db86f2f85ab342aabe13bbbb5054f4','optional',NULL),(24,'en','acf','98388828c53ad830cd48bd79824b6660','New Field',NULL,NULL,'','LINE',NULL,0,'','69909804d82c2633b867697a666c6442','optional',NULL),(25,'en','acf','27a427cc5628e3205b20315ef4cd8cf7','View Field',NULL,NULL,'','LINE',NULL,0,'','c0a5e848a16d7044503bf5f19f59f517','optional',NULL),(26,'en','acf','206037084cb448ba7881b07a737551b8','Search Fields',NULL,NULL,'','LINE',NULL,0,'','bd1b0498c145062f6e3951b8ad8bc80d','optional',NULL),(27,'en','acf','c05cb5450e3e9e2b3e230dac993e75d1','No Fields found',NULL,NULL,'','LINE',NULL,0,'','6e721ab7aeab0069ae7e80e5f4e650d3','optional',NULL),(28,'en','acf','372f44a430a29e5bd6eafed2fba5a47c','No Fields found in Trash',NULL,NULL,'','LINE',NULL,0,'','b040ed8176f28b75bf91816e9f08403a','optional',NULL),(29,'en','acf','3cab03c00dbd11bc3569afa0748013f0','Inactive',NULL,NULL,'','LINE',NULL,0,'','97086d9fe68d7969af3c9ea3d0732bbb','optional',NULL),(30,'en','acf','bacd6585c79bc830a03e1abcd9fbee7b','(no label)',NULL,NULL,'','LINE',NULL,0,'','ad3b8fd6d2f35e9b143bfbd078795a0b','optional',NULL),(31,'en','acf','12cba3ee81cf4a793796a51b6327c678','copy',NULL,NULL,'','LINE',NULL,0,'','0846811af49638ceaa9e98dba22a7b13','optional',NULL),(32,'en','acf','589d56dc4bf0ac5902b8a093b391c2fc','Field group updated.',NULL,NULL,'','LINE',NULL,0,'','1384752eefb5a0d1114c7dfc76a8a0fa','optional',NULL),(33,'en','acf','8f4df459c160a3b300ff70bad02d52d4','Field group deleted.',NULL,NULL,'','LINE',NULL,0,'','a993c0bb33291d7636aa3c5ad1a984dc','optional',NULL),(34,'en','acf','6490ea996df4e5752db4deb2d7ef4b36','Field group published.',NULL,NULL,'','LINE',NULL,0,'','f7edc7b54d9621aaa401092140182169','optional',NULL),(35,'en','acf','5025d19b6f103c982817e14ee903e960','Field group saved.',NULL,NULL,'','LINE',NULL,0,'','b6cf1323c6ae9b5e0302d8044352a604','optional',NULL),(36,'en','acf','831b7f98529112789d4bd85a1328767f','Field group submitted.',NULL,NULL,'','LINE',NULL,0,'','74f74edcfd4b09510b4fc8301ac283c6','optional',NULL),(37,'en','acf','724d275d58a544c8035e1cce48aac143','Field group scheduled for.',NULL,NULL,'','LINE',NULL,0,'','92cf1f58d94ddbb83e59b033d51cf8a9','optional',NULL),(38,'en','acf','54dc8d92f12359e791740e0fa3c99e3f','Field group draft updated.',NULL,NULL,'','LINE',NULL,0,'','313a092909d66664a8ffa88f053c3622','optional',NULL),(39,'en','acf','f2794f45167d5d7676c3826f1b2bfdee','The string \"field_\" may not be used at the start of a field name',NULL,NULL,'','LINE',NULL,0,'','588cd979c220d97c0fc468e264f25c5e','optional',NULL),(40,'en','acf','72e7bd51385df502284fe868483cab0e','This field cannot be moved until its changes have been saved',NULL,NULL,'','LINE',NULL,0,'','f12a3a0da025c973351e9ec0884050db','optional',NULL),(41,'en','acf','7d7aa877659622908cc6114036f3c53f','Field group title is required',NULL,NULL,'','LINE',NULL,0,'','4aad5f6e3f27a4fe247b4afe6b1e3a3d','optional',NULL),(42,'en','acf','784dc36bad575bd6f6cbd4bbccbe601f','Move to trash. Are you sure?',NULL,NULL,'','LINE',NULL,0,'','61b246fd172e0e783b13aa0478fe89c4','optional',NULL),(43,'en','acf','267d27771137d411ce910343807cb604','No toggle fields available',NULL,NULL,'','LINE',NULL,0,'','9d48bb7f3b61d205db78c550332b29c2','optional',NULL),(44,'en','acf','cc026340b8a4981ab249d697563e411a','Move Custom Field',NULL,NULL,'','LINE',NULL,0,'','d54c478734a64067bb5451fdc6251fb7','optional',NULL),(45,'en','acf','2627637e263ef687fa978b576580b8b1','Checked',NULL,NULL,'','LINE',NULL,0,'','5f8c2de94fc7fa5ca28e1c5e9f5fb7a9','optional',NULL),(46,'en','acf','f823d43087b5e2a3f26bb19b30e9007d','(this field)',NULL,NULL,'','LINE',NULL,0,'','3e605185fdae26862f3478eecf2ac16d','optional',NULL),(47,'en','acf','e81c4e4f2b7b93b481e13a8553c2ae1b','or',NULL,NULL,'','LINE',NULL,0,'','e5e92d59cc05721e532ebd825c4d7838','optional',NULL),(48,'en','acf','bbb93ef26e3c101ff11cdd21cab08a94','Null',NULL,NULL,'','LINE',NULL,0,'','ad2b40f0e6ca21b08750b6b46c983cf0','optional',NULL),(49,'en','acf','ce5bf551379459c1c61d2a204061c455','Location',NULL,NULL,'','LINE',NULL,0,'','4a669ced6da4c790f1e16d4a421703a6','optional',NULL),(50,'en','acf','f4f70727dc34561dfde1a3c529b6205c','Settings',NULL,NULL,'','LINE',NULL,0,'','7aaed4d8916873f932ca554a05329285','optional',NULL),(51,'en','acf','b233bb0d334ac47fc26cd07ae687392a','Field Keys',NULL,NULL,'','LINE',NULL,0,'','83578ee74a89ba19a55d8216364547ac','optional',NULL),(52,'en','acf','4d3d769b812b6faa6b76e1a8abaece2d','Active',NULL,NULL,'','LINE',NULL,0,'','a5ecca0387737fa5a4eab774427ec0dd','optional',NULL),(53,'en','acf','414dda4291010e8511a4aca1ecec1104','Move Complete.',NULL,NULL,'','LINE',NULL,0,'','7d25e271c373aac6ce3bc3d5f951fef9','optional',NULL),(54,'en','acf','b5d043ca1c37f05d8701d018f72809a3','The %s field can now be found in the %s field group',NULL,NULL,'','LINE',NULL,0,'','54e9dbb1943d709e1b557d558b276fb6','optional',NULL),(55,'en','acf','ad513e4f467bdbd8b7e6a7ed511f7fa3','Close Window',NULL,NULL,'','LINE',NULL,0,'','387aeb239a6d54f3ab7985d21efefebf','optional',NULL),(56,'en','acf','85b2947184a964e2e989b237b20f2c58','Please select the destination for this field',NULL,NULL,'','LINE',NULL,0,'','884899c9386b61047c7d1df2b5056dca','optional',NULL),(57,'en','acf','ee72cde635dc95cc6c62f9351dd559a9','Move Field',NULL,NULL,'','LINE',NULL,0,'','4a16ce746d91ff9f1fb09faf4a13a740','optional',NULL),(58,'en','acf','3211bf80a4733e4fa3dea7ee7b380553','Sync available',NULL,NULL,'','LINE',NULL,0,'','8230769239a08133c2fe8bc07b0c8138','optional',NULL),(59,'en','acf','b78a3223503896721cca1303f776159b','Title',NULL,NULL,'','LINE',NULL,0,'','fd72eb1587eed4cb33313cba4622106b','optional',NULL),(60,'en','acf','b5a7adde1af5c87d7fd797b6245c2a39','Description',NULL,NULL,'','LINE',NULL,0,'','f0a0cb019b1ef7701d8977634e1efaa5','optional',NULL),(61,'en','acf','589ea27737aa141382e5365e15e79f2c','See what\'s new in <a href=\"%s\">version %s</a>.',NULL,NULL,'','LINE',NULL,0,'','5dfb22ef409ff74b519c4314db8f9e2d','optional',NULL),(62,'en','acf','042e437c3ec163d126fe76dc886c5577','Thank you for creating with <a href=\"%s\">ACF</a>.',NULL,NULL,'','LINE',NULL,0,'','eabd3b028ae42b284a7f4ea35fd46208','optional',NULL),(63,'en','acf','4c34b52c71d3616b7debe4e48fc2df71','Select %s',NULL,NULL,'','LINE',NULL,0,'','8b398d49cc77060e2d61e32243afa236','optional',NULL),(64,'en','acf','ed3f6ca2dc09fd435da1d94c7ca59bdb','Synchronise field group',NULL,NULL,'','LINE',NULL,0,'','c8edfb56723932891f43c2785cc9fff2','optional',NULL),(65,'en','WordPress','9639e32cab248434a17ab32237cb3b71','Apply',NULL,NULL,'','LINE',NULL,0,'','4eda04aede0b1eab182a826a34ec7044','optional',NULL),(66,'en','acf','ec53a8c4f07baed5d8825072c89799be','Status',NULL,NULL,'','LINE',NULL,0,'','c393bdcc918a777cb3332e8e62651236','optional',NULL),(67,'en','acf','c4a23e224304797941f65a7fa52cf69c','Customize WordPress with powerful, professional and intuitive fields.',NULL,NULL,'','LINE',NULL,0,'','bacb287143b8a509587850e81fb50fb8','optional',NULL),(68,'en','acf','c49182dc0c7a70b9cd2e10853d9ec6c7','Changelog',NULL,NULL,'','LINE',NULL,0,'','a498f3410e3ecf7bed05432cfa8260c4','optional',NULL),(69,'en','acf','ddcf50c29294d4414f3f7c1bbc892cb5','Resources',NULL,NULL,'','LINE',NULL,0,'','230837f23c89d9378a0553b292ca2673','optional',NULL),(70,'en','acf','15bbb9d0bbf25e8d2978de1168c749dc','Website',NULL,NULL,'','LINE',NULL,0,'','33eb318e001e10d5a9541e876e6c9c6d','optional',NULL),(71,'en','acf','5b6cf869265c13af8566f192b4ab3d2a','Documentation',NULL,NULL,'','LINE',NULL,0,'','905b00168a66ad4be064458a3c8cfca3','optional',NULL),(72,'en','acf','db5eb84117d06047c97c9a0191b5fffe','Support',NULL,NULL,'','LINE',NULL,0,'','57a0e375231c27c96805107253ed4282','optional',NULL),(73,'en','acf','abd900517e55dce0437dac136a8568d7','Pro',NULL,NULL,'','LINE',NULL,0,'','1b4a3b4a1ef99c532a29686370151d6b','optional',NULL),(74,'en','acf','8cf8d13ff4c255eef41a3c8532fc4918','Duplicate this item',NULL,NULL,'','LINE',NULL,0,'','6afdf6dd1bcbd44fcbec862b1d56e2fa','optional',NULL),(75,'en','acf','ed75712b0eb1913c28a3872731ffd48d','Duplicate',NULL,NULL,'','LINE',NULL,0,'','4ce45a69bcf2cff0e3e0c801dfacafa5','optional',NULL),(76,'en','acf','13348442cc6a27032d2b4aa28b75a5d3','Search',NULL,NULL,'','LINE',NULL,0,'','61b4460b402e2bfe29b876450d44fe48','optional',NULL),(77,'en','acf','d8e87c0927539672f54462c837be0b7f','Sync',NULL,NULL,'','LINE',NULL,0,'','3871de51e1767b9afaa717894d180166','optional',NULL),(78,'en','WordPress','bfab8bcc21a91d9a7e346bbe1143c3ea','Bulk Actions',NULL,NULL,'','LINE',NULL,0,'','1ea2329dc0cff4e61fdd7b8a4afbf77b','optional',NULL),(79,'en','acf','8961a24e8af7515ff1433a5e9452ea31','Field group duplicated.',NULL,NULL,'','LINE',NULL,0,'','b1a24742e739a8a93c2efca79a24c7fb','optional',NULL),(80,'en','acf','c97102fa66040d050cd4f44b9e0591f5','%s field groups duplicated.',NULL,NULL,'','LINE',NULL,0,'','a0c3d4b99b185e9b1dd52c57a51d99cb','optional',NULL),(81,'en','acf','25a37c89cec49214af90af9d3494fdc8','Field group synchronised.',NULL,NULL,'','LINE',NULL,0,'','f32f84d96d6ed69d2df5e66ef3b38597','optional',NULL),(82,'en','acf','c1abfd932713e0b6d4fd47b908214853','%s field groups synchronised.',NULL,NULL,'','LINE',NULL,0,'','375a2641d7c28c7216d80810d5691f97','optional',NULL),(83,'en','acf','8625e1de7be14c39b1d14dc03d822497','Tools',NULL,NULL,'','LINE',NULL,0,'','e5cf3addc64bd4c80f231835d64b68ac','optional',NULL),(84,'en','acf','b8b1c9842c4e699b4e9c5c324cb239c3','Upgrade Database',NULL,NULL,'','LINE',NULL,0,'','144226eb3503ab5995d66a46a91b386d','optional',NULL),(85,'en','acf','c912de0c359bfe3b7b2c7cc51a69bf1b','Review sites & upgrade',NULL,NULL,'','LINE',NULL,0,'','7e60406e95f82a26967a8e1fcd033d66','optional',NULL),(86,'en','acf','833956a760d996ae61ea8b385e9fb6f0','Custom Fields',NULL,NULL,'','LINE',NULL,0,'','69c274bd574c6754d2b846b0664611ed','optional',NULL),(87,'en','acf','4059b0251f66a18cb56f544728796875','Info',NULL,NULL,'','LINE',NULL,0,'','387cfc77865f885cbdd842b386aab6b9','optional',NULL),(88,'en','acf','91770f038cd944a1d3b9b347edeb2b10','What\'s New',NULL,NULL,'','LINE',NULL,0,'','69d069a387d2c4f77a197a988018f37d','optional',NULL),(89,'en','acf','70f5dc10df539e724c054463c0e49a05','Export Field Groups',NULL,NULL,'','LINE',NULL,0,'','247d6a2d57d2e058c8a951449ca37c00','optional',NULL),(90,'en','acf','5a8bb92c7e6920e1d3b7176040c7dd89','Generate PHP',NULL,NULL,'','LINE',NULL,0,'','ed722fed556c51813ada975ce97109f2','optional',NULL),(91,'en','acf','9cebf4a7b2752cbc7a7a79e6e40c50e5','No field groups selected',NULL,NULL,'','LINE',NULL,0,'','d9e60646b89648b84e8edf4bda8c7f8c','optional',NULL),(92,'en','acf','a6a9d759cb39730ba2e48acc04559b55','Select Field Groups',NULL,NULL,'','LINE',NULL,0,'','bc332f11a831e56cc791bfc8fda349d0','optional',NULL),(93,'en','acf','bcaac32c11a2565a24c10aeaf59ddfe7','Select the field groups you would like to export and then select your export method. Use the download button to export to a .json file which you can then import to another ACF installation. Use the generate button to export to PHP code which you can place in your theme.',NULL,NULL,'','LINE',NULL,0,'','df97bb89d0d1f6fd20fa08d4cdb685cc','optional',NULL),(94,'en','acf','88d12e7a4bd647e193979b74e2526527','Export File',NULL,NULL,'','LINE',NULL,0,'','e5e2b39227845fd0203e6a9f2a1941f0','optional',NULL),(95,'en','acf','60d8226503e373601669be4db2e09c20','The following code can be used to register a local version of the selected field group(s). A local field group can provide many benefits such as faster load times, version control & dynamic fields/settings. Simply copy and paste the following code to your theme\'s functions.php file or include it within an external file.',NULL,NULL,'','LINE',NULL,0,'','2eb8d8577fea2ef3f5e99d563705585e','optional',NULL),(96,'en','acf','a612782072a3b8f151c5e2120ef20efd','Copy to clipboard',NULL,NULL,'','LINE',NULL,0,'','d33b5e149be5d82e5936b5c1c203b1e3','optional',NULL),(97,'en','acf','a588b1abc58b8b758c4b34b69b9e10bb','Copied',NULL,NULL,'','LINE',NULL,0,'','b5f54c32f103ba02f7f516e940769d3f','optional',NULL),(98,'en','acf','b5798e369d47c51db84f537357877bd4','Exported 1 field group.',NULL,NULL,'','LINE',NULL,0,'','66e5a9eae390709f2ab5cb1acdac492e','optional',NULL),(99,'en','acf','ecfb1fb7ef0ed238b5c91b2554b18237','Exported %s field groups.',NULL,NULL,'','LINE',NULL,0,'','652ee714935872e6f954a6810ef2b710','optional',NULL),(100,'en','acf','c62e04b9b68d532de8193e4223470f3d','Import Field Groups',NULL,NULL,'','LINE',NULL,0,'','7a4570a3513271e793d45ebce1c60ce4','optional',NULL),(101,'en','acf','1aa14e9f377b528b5537d70fbd35c6a2','Select File',NULL,NULL,'','LINE',NULL,0,'','87fae5ef5d3ed912848b4c19e23f91a6','optional',NULL),(102,'en','acf','f787618e514c038851726224d7e4421e','No file selected',NULL,NULL,'','LINE',NULL,0,'','42d74fbdf50966394802b7d9bfd1b8e6','optional',NULL),(103,'en','acf','8526a07ba56ded2e01f0fd7c4675c860','Error uploading file. Please try again',NULL,NULL,'','LINE',NULL,0,'','f749bd649623ff41588483c440d2359f','optional',NULL),(104,'en','acf','0e9e0b7398bc3d7a93e19bac8bec8f72','Incorrect file type',NULL,NULL,'','LINE',NULL,0,'','6205d923a5df921d9e46ac07754492e7','optional',NULL),(105,'en','acf','132011e2de308ab5937125b328f6fa94','Import file empty',NULL,NULL,'','LINE',NULL,0,'','5b9cee12b922a1b3110531c1c96d3615','optional',NULL),(106,'en','acf','ce1a4f93943452a701c252d8a3619757','Select the Advanced Custom Fields JSON file you would like to import. When you click the import button below, ACF will import the field groups.',NULL,NULL,'','LINE',NULL,0,'','34faa4677f2105f9154e58662d4c9b8b','optional',NULL),(107,'en','acf','4dc7e5c4435f2900428b15d1c544edfa','Import File',NULL,NULL,'','LINE',NULL,0,'','7c095655b39b8183b7b9013595e406cd','optional',NULL),(108,'en','acf','eb065da40d7915b102e9ad00df7b1c58','Imported 1 field group',NULL,NULL,'','LINE',NULL,0,'','164d11ef40da50e27455a45b522ce5e4','optional',NULL),(109,'en','acf','dc4ac00b89b5a77a7ede5f1d0a7fffdb','Imported %s field groups',NULL,NULL,'','LINE',NULL,0,'','6c10c241c987fdb961089ad46a4a1ea3','optional',NULL),(110,'en','acf','26f10ee153726393e37c196936c88be9','Show this field if',NULL,NULL,'','LINE',NULL,0,'','daafa5fde9f9a0e5806c5c065a4f3ce7','optional',NULL),(111,'en','acf','a3476e52de60342ba76ca7551c19c7ae','Conditional Logic',NULL,NULL,'','LINE',NULL,0,'','ca3df2be1434d0ba5dab32f7a3a17e9e','optional',NULL),(112,'en','acf','be5d5d37542d75f93a87094459f76678','and',NULL,NULL,'','LINE',NULL,0,'','3a07dd28aa74138b1dd812ed296d3ea2','optional',NULL),(113,'en','acf','084e87681dae8714acbcf36b5f75fb99','Add rule group',NULL,NULL,'','LINE',NULL,0,'','c9a6f5fcc97b5645373c30b799ba2524','optional',NULL),(114,'en','acf','b2cec57accc4259bf740533f0f20e4cd','Field Label',NULL,NULL,'','LINE',NULL,0,'','d7e9d59f0140244832b119e1ac327433','optional',NULL),(115,'en','acf','41a295d7ddda13906f2fb0d7a79d8373','This is the name which will appear on the EDIT page',NULL,NULL,'','LINE',NULL,0,'','65bc40df054739f567e84c574a596e93','optional',NULL),(116,'en','acf','ee9b2f3cf31c23c944b15fb0b33d6a77','Field Name',NULL,NULL,'','LINE',NULL,0,'','f98b6188d84799a5ee543ee820d19796','optional',NULL),(117,'en','acf','e7b8f83099c3240d6ed1cc15ce03040b','Single word, no spaces. Underscores and dashes allowed',NULL,NULL,'','LINE',NULL,0,'','5bc6d98ca4f82faad8a9c0e2cbf0d75b','optional',NULL),(118,'en','acf','189efd19c4153526994a6d7ea5f6f068','Field Type',NULL,NULL,'','LINE',NULL,0,'','6ada597970038df33fced44845a450ef','optional',NULL),(119,'en','acf','49cc8e6220245b65cd7d20fc6ccc74f5','Instructions',NULL,NULL,'','LINE',NULL,0,'','06cd642d1ed647705b708ce02cf33276','optional',NULL),(120,'en','acf','d4798a4dc9ba5da5302e5c02779c910f','Instructions for authors. Shown when submitting data',NULL,NULL,'','LINE',NULL,0,'','1b0689b50795d7b5a65a26645887cbe5','optional',NULL),(121,'en','acf','6e18e908568ef24580d93bfd3e0f40d7','Required?',NULL,NULL,'','LINE',NULL,0,'','4e2070404e5664dd4438acd9487ab25f','optional',NULL),(122,'en','acf','34ad115fe1e109f46ff21d76da24da48','Wrapper Attributes',NULL,NULL,'','LINE',NULL,0,'','326361c5159d90f4a176aa5992a7a467','optional',NULL),(123,'en','acf','eaae26a6fb20ed3ef54fb23bfa0b1fcc','width',NULL,NULL,'','LINE',NULL,0,'','134c521e60c9adcff0d036d39dbd0954','optional',NULL),(124,'en','acf','a2f2ed4f8ebc2cbb4c21a29dc40ab61d','class',NULL,NULL,'','LINE',NULL,0,'','15f7ec35bfc2595c0f9cedff33204bce','optional',NULL),(125,'en','acf','b80bb7740288fda1f201890375a60c8f','id',NULL,NULL,'','LINE',NULL,0,'','1891546ed9df036260d534fc3e1dc460','optional',NULL),(126,'en','acf','ae09f9ab8db40eae15b0533f0eced670','Drag to reorder',NULL,NULL,'','LINE',NULL,0,'','00880fd2a676000249519b917200dfcf','optional',NULL),(127,'en','acf','20a1f2f8fd50ee3b803eafc3aa55ada1','Edit field',NULL,NULL,'','LINE',NULL,0,'','50c223bd9942827d4858d0ee20769891','optional',NULL),(128,'en','acf','7dce122004969d56ae2e0245cb754d35','Edit',NULL,NULL,'','LINE',NULL,0,'','b583734265a1fbf454db696de18a580a','optional',NULL),(129,'en','acf','62ace0dd688c5cc0b6533d2d7cb2baac','Duplicate field',NULL,NULL,'','LINE',NULL,0,'','08fb3da157ab5d6aa0adc3df44d9f3a2','optional',NULL),(130,'en','acf','017d7f2cef8ccb369e6ee30bef8586f1','Move field to another group',NULL,NULL,'','LINE',NULL,0,'','8737f32a0c1cbd40cdba3e3cbce09e96','optional',NULL),(131,'en','acf','6bc362dbf494c61ea117fe3c71ca48a5','Move',NULL,NULL,'','LINE',NULL,0,'','78138615ffecfd4c026e1c9679835a4c','optional',NULL),(132,'en','acf','c64f8a38fc13441f6cc860a4cbae887a','Delete field',NULL,NULL,'','LINE',NULL,0,'','bd6a1ec46432173dca16a0be6e293bd1','optional',NULL),(133,'en','acf','f2a6c498fb90ee345d997f888fce3b18','Delete',NULL,NULL,'','LINE',NULL,0,'','2995d08f9f551fd0b1879072cd9a5a87','optional',NULL),(134,'en','acf','70d52c6429b290e5d8e9c3f0e835b1a5','Close Field',NULL,NULL,'','LINE',NULL,0,'','63b7887cdf681805c89a5f36549cf30d','optional',NULL),(135,'en','acf','a240fa27925a635b08dc28c9e4f9216d','Order',NULL,NULL,'','LINE',NULL,0,'','8a78596b619b270783fe352d5f783258','optional',NULL),(136,'en','acf','b021df6aac4654c454f46c77646e745f','Label',NULL,NULL,'','LINE',NULL,0,'','6d55eba9c3b5cbdd7906295535256f26','optional',NULL),(137,'en','acf','49ee3087348e8d44e1feda1917443987','Name',NULL,NULL,'','LINE',NULL,0,'','0de22ffd07d08de92f225c23ba7fc03c','optional',NULL),(138,'en','acf','897356954c2cd3d41b221e3f24f99bba','Key',NULL,NULL,'','LINE',NULL,0,'','67f59818c4e8b3a224c23beb97b17665','optional',NULL),(139,'en','acf','a1fa27779242b4902f7ae3bdd5c6d508','Type',NULL,NULL,'','LINE',NULL,0,'','56653ba7dbdd9b0ba00b60ba57a324e9','optional',NULL),(140,'en','acf','191ae84c430a782cea8bf6006c916a8b','No fields. Click the <strong>+ Add Field</strong> button to create your first field.',NULL,NULL,'','LINE',NULL,0,'','6fd7c238cb4c4516607f7cd6d29cb15e','optional',NULL),(141,'en','acf','fd035cbb46742519790c587fe6cc2070','+ Add Field',NULL,NULL,'','LINE',NULL,0,'','91805d7c05904d1743bb12de46212a6f','optional',NULL),(142,'en','acf','1f4da964f8eab62e96e8cfe406e44364','Rules',NULL,NULL,'','LINE',NULL,0,'','4e028b11dfc65d2ea038386675b68093','optional',NULL),(143,'en','acf','eab2c196b5ac449313828ac8ed1d7b8e','Create a set of rules to determine which edit screens will use these advanced custom fields',NULL,NULL,'','LINE',NULL,0,'','09ef7497a5a4344b21b600f30ff4524a','optional',NULL),(144,'en','acf','ae284f900f9d6e21ba69144cfc91e41b','Style',NULL,NULL,'','LINE',NULL,0,'','0431a549bcef4d3ee785a08321282bd7','optional',NULL),(145,'en','acf','6921541f80203c3729bf0a67acd1fcdb','Standard (WP metabox)',NULL,NULL,'','LINE',NULL,0,'','97dc17c94614259cb66a922cf650620d','optional',NULL),(146,'en','acf','5433032ac6e365a89318b3147c0cf286','Seamless (no metabox)',NULL,NULL,'','LINE',NULL,0,'','72e4ec20a435e442e018a868267eec80','optional',NULL),(147,'en','acf','52f5e0bc3859bc5f5e25130b6c7e8881','Position',NULL,NULL,'','LINE',NULL,0,'','59bdbe054632fb831374b72f6d54a684','optional',NULL),(148,'en','acf','6818fe3f9fe05f9b83c1fec3206fdbae','High (after title)',NULL,NULL,'','LINE',NULL,0,'','f28006327862367e555e8acebd09b3b1','optional',NULL),(149,'en','acf','4ea9cd0f791f44fa4d1568f747576132','Normal (after content)',NULL,NULL,'','LINE',NULL,0,'','ebcb48e9cfcaca9ffaa8a943e8a1e924','optional',NULL),(150,'en','acf','c142a73b77f3c3df40777af2651f4915','Side',NULL,NULL,'','LINE',NULL,0,'','133ff0f3019282826ebc44c8aaa75665','optional',NULL),(151,'en','acf','3ba50de94bd4fd96e9bd9bde4f59c250','Label placement',NULL,NULL,'','LINE',NULL,0,'','c9be28b09a2a73f952fba572d8c31708','optional',NULL),(152,'en','acf','2ed83ecaf94465a3edb54056f32d3205','Top aligned',NULL,NULL,'','LINE',NULL,0,'','682024a80e2d3c20192d2aaf73aea1a6','optional',NULL),(153,'en','acf','4f2f7ed41772151620a82c602ab1b267','Left aligned',NULL,NULL,'','LINE',NULL,0,'','62392bfafdd3106dde24eeccdcada373','optional',NULL),(154,'en','acf','07e99a65dfa750f3e19e0aa4ac0ab420','Instruction placement',NULL,NULL,'','LINE',NULL,0,'','4668215b4ad6bbff2996ec340c2ba922','optional',NULL),(155,'en','acf','094818428e0d3dc36113866d6cad1276','Below labels',NULL,NULL,'','LINE',NULL,0,'','c3005bfadad0de8d4f73c2ab55a2a912','optional',NULL),(156,'en','acf','674861ba0c137d7c179137f8870f111c','Below fields',NULL,NULL,'','LINE',NULL,0,'','cd9a14c04d94e246a35772d80b4a0da3','optional',NULL),(157,'en','acf','87dcb72ef896c13c9767da5dbcefc32f','Order No.',NULL,NULL,'','LINE',NULL,0,'','090d340d03a9e99dab37fc1644e53f44','optional',NULL),(158,'en','acf','08e5b1e67887f714b4564bb265fbb4d3','Field groups with a lower order will appear first',NULL,NULL,'','LINE',NULL,0,'','0e66ea21122bee67c372174996095961','optional',NULL),(159,'en','acf','82ec2af56a6b94913a8e88e27f7ddb15','Shown in field group list',NULL,NULL,'','LINE',NULL,0,'','af7a38b0f7a7934f88325b9a69280fcf','optional',NULL),(160,'en','acf','8725214cdd9f9af24e914b5da135793d','Permalink',NULL,NULL,'','LINE',NULL,0,'','810c4f8d45f12547c908b972cec4200a','optional',NULL),(161,'en','acf','d2f9cc6daad1a88e27e909031211c3a8','Content Editor',NULL,NULL,'','LINE',NULL,0,'','782ed17cd817d5f30b9af42292efe5d4','optional',NULL),(162,'en','acf','6ca8bf4766b9dc7b1ea8b69562faac3f','Excerpt',NULL,NULL,'','LINE',NULL,0,'','5f6cefcbe99729cb4aa4b23381296192','optional',NULL),(163,'en','acf','eed9474fd944d045ff056d20004acaa3','Discussion',NULL,NULL,'','LINE',NULL,0,'','51e29f4c38750b62403ad0362963b172','optional',NULL),(164,'en','acf','8413c683b4b27cc3f4dbd4c90329d8ba','Comments',NULL,NULL,'','LINE',NULL,0,'','ce0c1693a05637149a3a562857898fc9','optional',NULL),(165,'en','acf','fd88b11cfde6aa5e3c7ff0553b534885','Revisions',NULL,NULL,'','LINE',NULL,0,'','cf55dcde3a0e6635bea35d1fa06a6501','optional',NULL),(166,'en','acf','0c908588520b3ef787bce443fc2b507c','Slug',NULL,NULL,'','LINE',NULL,0,'','af111ef81491d73f9aa7e087d57f7454','optional',NULL),(167,'en','acf','a517747c3d12f99244ae598910d979c5','Author',NULL,NULL,'','LINE',NULL,0,'','f6f955e66de276a02228954030c6c89e','optional',NULL),(168,'en','acf','520d0db389f362bf79ef56ca0af3dcab','Format',NULL,NULL,'','LINE',NULL,0,'','8de3cb15f3d5bf1ba8ec1cf483f2383c','optional',NULL),(169,'en','acf','2ccdc88567b5772738fcd40ac68e78f3','Page Attributes',NULL,NULL,'','LINE',NULL,0,'','f667064b18ce7bd0ff304942a081d759','optional',NULL),(170,'en','acf','c9344eb2ff26e96823cc252a90f77de8','Featured Image',NULL,NULL,'','LINE',NULL,0,'','1f76651c52aca69b7eb9513f7d1be1cf','optional',NULL),(171,'en','acf','af1b98adf7f686b84cd0b443e022b7a0','Categories',NULL,NULL,'','LINE',NULL,0,'','0dcb3b4de3887e328cd92befd63140c5','optional',NULL),(172,'en','acf','189f63f277cd73395561651753563065','Tags',NULL,NULL,'','LINE',NULL,0,'','d55c67db3b3aaca273311f8a78fd98ba','optional',NULL),(173,'en','acf','76e10f755c0d0528adf02932ea500746','Send Trackbacks',NULL,NULL,'','LINE',NULL,0,'','c3f34a3b93ff3a7e80b6ef36ba411935','optional',NULL),(174,'en','acf','af66d0e277d28cd47540fe2ef0a6b3f2','Hide on screen',NULL,NULL,'','LINE',NULL,0,'','7d770c51903fa5ecd3f54639163a6ea2','optional',NULL),(175,'en','acf','588589fe21449d7ffcf3f289056a9fc8','<b>Select</b> items to <b>hide</b> them from the edit screen.',NULL,NULL,'','LINE',NULL,0,'','d5ae8c6f49c979bd363c36c79c636c73','optional',NULL),(176,'en','acf','bea1b2615ba2b4d4a5b18daad21b6d3d','If multiple field groups appear on an edit screen, the first field group\'s options will be used (the one with the lowest order number)',NULL,NULL,'','LINE',NULL,0,'','a6cee424546fb5760220d888fa3d1009','optional',NULL),(177,'en','acf','b6f6eadf06d063b1dc37078dc28240cd','The following sites require a DB upgrade. Check the ones you want to update and then click %s.',NULL,NULL,'','LINE',NULL,0,'','e98c95b788812589c9c65f70c08b9864','optional',NULL),(178,'en','acf','f3e6c86cd915e27a3171c822cc6ad85b','Upgrade Sites',NULL,NULL,'','LINE',NULL,0,'','c1ba7cdbb5dc1b2d69aefb6760223f84','optional',NULL),(179,'en','acf','e9cd0264db3201d6bd4a44e9af00a491','Site requires database upgrade from %s to %s',NULL,NULL,'','LINE',NULL,0,'','cddf1396f929bb19f887d79d313bf14f','optional',NULL),(180,'en','acf','ac28288d0c8035ffb8f6bcd41292e23c','Database Upgrade complete. <a href=\"%s\">Return to network dashboard</a>',NULL,NULL,'','LINE',NULL,0,'','54f58543d7c04e5a5630834ea1912a06','optional',NULL),(181,'en','acf','b539078af416833192a3d35bf19a0b33','Upgrading data to version %s',NULL,NULL,'','LINE',NULL,0,'','4293ab2aac29dcc3da6876f5501fe3dc','optional',NULL),(182,'en','acf','a7d6475ec8993b7224d6facc8cb0ead6','Site',NULL,NULL,'','LINE',NULL,0,'','9146ebf01b6dd80f9b398ae0cf6f9bc7','optional',NULL),(183,'en','acf','7b4ccc0d797346295200f706f16e385e','Site is up to date',NULL,NULL,'','LINE',NULL,0,'','de56bd9ef4d2a6d339f723357b1568af','optional',NULL),(184,'en','acf','1b256a7e5d3c14839eb3adcb2a655b7d','Please select at least one site to upgrade.',NULL,NULL,'','LINE',NULL,0,'','4c3809100c776875e4dc46a8eeff5491','optional',NULL),(185,'en','acf','fb5881eb8e374b3cf47103b9f447388a','It is strongly recommended that you backup your database before proceeding. Are you sure you wish to run the updater now?',NULL,NULL,'','LINE',NULL,0,'','7875c4df5733e9b55e85af48341a2f15','optional',NULL),(186,'en','acf','2d55577a68a82f9fc0884122e05a2a74','Upgrade complete.',NULL,NULL,'','LINE',NULL,0,'','f7bd1654683ef66c211a61d98f5f4760','optional',NULL),(187,'en','acf','1edb6e40a4f68c07005ae00d1fbb4d62','Upgrade failed.',NULL,NULL,'','LINE',NULL,0,'','371edfb842f0ac0d3ead2e2e8c13bf55','optional',NULL),(188,'en','acf','cc9717c139cb49f75e13a0b31852d20b','Database upgrade complete. <a href=\"%s\">See what\'s new</a>',NULL,NULL,'','LINE',NULL,0,'','f997e00cf747ce29574af76bbba8687f','optional',NULL),(189,'en','acf','9f23c1a9723e46e6de767c77c4f2f326','Reading upgrade tasks...',NULL,NULL,'','LINE',NULL,0,'','8c9611f8f6ff48aa21780edc365d1601','optional',NULL),(190,'en','acf','ff17da2c5b64ad4ffac4b1328a443a2a','No updates available.',NULL,NULL,'','LINE',NULL,0,'','acf3fd9aefd44190d00d9ee6cbde191c','optional',NULL),(191,'en','acf','6fbd327a58bc508d20d8a527350a8704','Back to all tools',NULL,NULL,'','LINE',NULL,0,'','e0d70fc0e4a8070495e111f385616aa9','optional',NULL),(192,'en','acf','0850f3e54c04621241538b7ce01f3bc5','Show this field group if',NULL,NULL,'','LINE',NULL,0,'','d3b3c8cb6bb0dc574736a459011c62fd','optional',NULL),(193,'en','acf','d3b3350cb648f345b0a21a048df0cf45','Repeater',NULL,NULL,'','LINE',NULL,0,'','4b2092a41ae3b4730b358d248e443833','optional',NULL),(194,'en','acf','df16fc815df46c78e16d387f8b78cdb6','Flexible Content',NULL,NULL,'','LINE',NULL,0,'','2e01b8fa2e3aaa6ced1a889efa817e2c','optional',NULL),(195,'en','acf','5c93310dd0291e121181e830cdda892e','Gallery',NULL,NULL,'','LINE',NULL,0,'','c7340f8341c93b396c61d0a9ab3c7c64','optional',NULL),(196,'en','acf','835da999dc979b0a12d9106cc9af29b3','Options Page',NULL,NULL,'','LINE',NULL,0,'','3a167397a65f3ccd348e169bff9d009d','optional',NULL),(197,'en','acf','ad737f44a6d11fbe7c369259b8903b22','Thank you for updating to %s v%s!',NULL,NULL,'','LINE',NULL,0,'','b2ef368a1d408c247b8bd76f74d480d8','optional',NULL),(198,'en','acf','79ddd756c781c3cfe60d8da9e8284ecf','Please also check all premium add-ons (%s) are updated to the latest version.',NULL,NULL,'','LINE',NULL,0,'','d8ada34cf774e0d984ab9c7c40dfff4c','optional',NULL),(199,'en','acf','e573251a8eae79011c5b249ac87ae866','Database Upgrade Required',NULL,NULL,'','LINE',NULL,0,'','3e263cdbe6480ac8263aaba30d272ca0','optional',NULL),(200,'en','acf','48ca19ff6d9f311a7b1b53bcda0baab9','This version contains improvements to your database and requires an upgrade.',NULL,NULL,'','LINE',NULL,0,'','c90a7be99dcd0d0d6b69d42b5d5bf455','optional',NULL),(201,'en','acf','e3826239be4c6b976bc9dd912c896f05','Download & Install',NULL,NULL,'','LINE',NULL,0,'','49587fe20f393057dbe7c33ffe6410bd','optional',NULL),(202,'en','acf','2ed9fe3318cba954f72a23d9cfa0cf21','Add-ons',NULL,NULL,'','LINE',NULL,0,'','a0956b1c566e1e7ce022fa82a1ed3ef4','optional',NULL),(203,'en','acf','98dd43dfae05b11befe1f140e0ec787a','Installed',NULL,NULL,'','LINE',NULL,0,'','698afc350b9d5eabbb8b79335def49ae','optional',NULL),(204,'en','acf','888e67d489cdfe5fea27f91a8d7f62cd','Thank you for updating! ACF %s is bigger and better than ever before. We hope you like it.',NULL,NULL,'','LINE',NULL,0,'','48a0ac6a7faa37b43b34ef5d81ffef7d','optional',NULL),(205,'en','acf','707b6d21112b266f20ef2bd0e58b9d2d','All 4 premium add-ons have been combined into a new <a href=\"%s\">Pro version of ACF</a>. With both personal and developer licenses available, premium functionality is more affordable and accessible than ever before!',NULL,NULL,'','LINE',NULL,0,'','b8bf2b7de3ce9fedcda704cb3c27c9c8','optional',NULL),(206,'en','acf','a0840cb73b835ad2f4c59dbe8908a755','Read more about <a href=\"%s\">ACF PRO features</a>.',NULL,NULL,'','LINE',NULL,0,'','26c8790c70f802ec2389010fc82c3942','optional',NULL),(207,'en','acf','581f9d49707aca7f258b16226a1848c5','We also wrote an <a href=\"%s\">upgrade guide</a> to answer any questions, but if you do have one, please contact our support team via the <a href=\"%s\">help desk</a>.',NULL,NULL,'','LINE',NULL,0,'','929416c025b1d09143cc1ab1aa4fb2f0','optional',NULL),(208,'en','acf','c6a5b53c992b8a76a5f69bac9a590641','We think you\'ll love the changes in %s.',NULL,NULL,'','LINE',NULL,0,'','e9435baafb60a514f287e85ef8260e4c','optional',NULL),(209,'en','acf','7f469e5b03b4ccd950ac0a94e6448e58','Welcome to Advanced Custom Fields',NULL,NULL,'','LINE',NULL,0,'','e7ee21a393c5f9c7fa30b6a3939ddf7a','optional',NULL),(210,'en','acf','5cfb8b7210db79b2020827267eccb1d7','A Smoother Experience',NULL,NULL,'','LINE',NULL,0,'','9db016d6b6ecc37dc04155f54f698163','optional',NULL),(211,'en','acf','cbde96e62c148f076f9943ea8c0a51ea','Improved Usability',NULL,NULL,'','LINE',NULL,0,'','80d791e0418cd2c107388a287a4b6586','optional',NULL),(212,'en','acf','072ce84b513903f722b66a79d1fcc83b','Including the popular Select2 library has improved both usability and speed across a number of field types including post object, page link, taxonomy and select.',NULL,NULL,'','LINE',NULL,0,'','f6d3ad99240b81454a352125ae856151','optional',NULL),(213,'en','acf','43cee40a78c0f6c6e5716c984de6827b','Improved Design',NULL,NULL,'','LINE',NULL,0,'','8cf59db3e9c34b012f4231755d456544','optional',NULL),(214,'en','acf','8184e538934be9909f8241e316586623','Many fields have undergone a visual refresh to make ACF look better than ever! Noticeable changes are seen on the gallery, relationship and oEmbed (new) fields!',NULL,NULL,'','LINE',NULL,0,'','7852679e244c6c51492ec1e116cfe913','optional',NULL),(215,'en','acf','5afa336c423d7f2eb94d8478e2b405dd','Improved Data',NULL,NULL,'','LINE',NULL,0,'','e1369e7ab796f4530e8bae31c9cf9e2b','optional',NULL),(216,'en','acf','7e116140550ebb058f33cdef579a1936','Redesigning the data architecture has allowed sub fields to live independently from their parents. This allows you to drag and drop fields in and out of parent fields!',NULL,NULL,'','LINE',NULL,0,'','3553d24d7b4bd98ceb71e5dafee416a5','optional',NULL),(217,'en','acf','d1fe61a2bb051c3bb4769beaa6b2c157','Goodbye Add-ons. Hello PRO',NULL,NULL,'','LINE',NULL,0,'','5dd8be8c5008d050e4cf5b3e89e38981','optional',NULL),(218,'en','acf','d287a36bc342674557b221d738b03b32','Introducing ACF PRO',NULL,NULL,'','LINE',NULL,0,'','4c3101f04c1c304eb725d87eccf071ce','optional',NULL),(219,'en','acf','4dfec0112ab40fa33e96b6c9a460cbc7','We\'re changing the way premium functionality is delivered in an exciting way!',NULL,NULL,'','LINE',NULL,0,'','29be2e8591c58e8fe7936902eba11b91','optional',NULL),(220,'en','acf','35f1fb69e47cb93a747290e173032cec','Powerful Features',NULL,NULL,'','LINE',NULL,0,'','a04b0cc16dadf99984288fbaa4b80d27','optional',NULL),(221,'en','acf','0ed7d704d03d3186ccb978ad22b17f00','ACF PRO contains powerful features such as repeatable data, flexible content layouts, a beautiful gallery field and the ability to create extra admin options pages!',NULL,NULL,'','LINE',NULL,0,'','33f6213a5faa49edaec19495761a974b','optional',NULL),(222,'en','acf','39861c4aaf37ea1b558cd1bb1d6ceaeb','Easy Upgrading',NULL,NULL,'','LINE',NULL,0,'','1c976a0fdc3ae8e40c14855cd663df07','optional',NULL),(223,'en','acf','a3607ad0544a686fa966a76121023ccd','Upgrading to ACF PRO is easy. Simply purchase a license online and download the plugin!',NULL,NULL,'','LINE',NULL,0,'','57d0825903fca604d8db4a81e5d9ec8b','optional',NULL),(224,'en','acf','602a4e81e0fd834359e72e202e73de1e','New Features',NULL,NULL,'','LINE',NULL,0,'','eb8d6eb4c8405c1365e690107637322d','optional',NULL),(225,'en','acf','6cd16d497a0f6b55ce0c3b5672607279','Link Field',NULL,NULL,'','LINE',NULL,0,'','de11ecdf31eb5ad1f986baaa2c45c912','optional',NULL),(226,'en','acf','a4b5dad66458218d5929b4e11648a4e4','The Link field provides a simple way to select or define a link (url, title, target).',NULL,NULL,'','LINE',NULL,0,'','56a148d73b8d69dc22a4274cfab9e852','optional',NULL),(227,'en','acf','e684c18e9ad713662c174e36e8304c6a','Group Field',NULL,NULL,'','LINE',NULL,0,'','6d83d5aadabc1595abfa8a917a8c19e6','optional',NULL),(228,'en','acf','e55303abbf6232338cd456a1a7477ce6','The Group field provides a simple way to create a group of fields.',NULL,NULL,'','LINE',NULL,0,'','04a6a6e7533deaaa68493adf3058b128','optional',NULL),(229,'en','acf','6c193ec16773c3534640a63d41f6970a','oEmbed Field',NULL,NULL,'','LINE',NULL,0,'','2d14f6168ad39d534688b657bf7b77e8','optional',NULL),(230,'en','acf','b095aeb50cd38a39bbec45b66ad5b7e5','The oEmbed field allows an easy way to embed videos, images, tweets, audio, and other content.',NULL,NULL,'','LINE',NULL,0,'','4f31832948aefc4b84c2a54a34ef429e','optional',NULL),(231,'en','acf','639bbf9da4937b1b1124b78cb5ec08f8','Clone Field',NULL,NULL,'','LINE',NULL,0,'','9ac08ad1448f412c88535b5115de567d','optional',NULL),(232,'en','acf','fc9e478cdee70f4f25c413dc279b5eb3','The clone field allows you to select and display existing fields.',NULL,NULL,'','LINE',NULL,0,'','ed9420f2d8e63853cda02181558b4a5f','optional',NULL),(233,'en','acf','001b121b926c27d77fa58bc82065f208','More AJAX',NULL,NULL,'','LINE',NULL,0,'','f8dd3f83cd19e351aaccd4291df1a443','optional',NULL),(234,'en','acf','8b32f38bd4eec56dbb98a4f58706a312','More fields use AJAX powered search to speed up page loading.',NULL,NULL,'','LINE',NULL,0,'','b6187711cc3eeb953b56ca38e1a3f95c','optional',NULL),(235,'en','acf','d013ae81fe8d7c2b5b445eeb71606db6','Local JSON',NULL,NULL,'','LINE',NULL,0,'','0fcce5ee3a97cf18821a51d75792aacd','optional',NULL),(236,'en','acf','b4a083e17b345dc8af93c7598917947e','New auto export to JSON feature improves speed and allows for syncronisation.',NULL,NULL,'','LINE',NULL,0,'','4078c9890dd659ef40e437b385d7f01d','optional',NULL),(237,'en','acf','dfe98bc1e9c90b27e27e8e5188f71bbe','Easy Import / Export',NULL,NULL,'','LINE',NULL,0,'','a1a8ab2daf5aaa3ed1bd595d699efabe','optional',NULL),(238,'en','acf','38672820934feb174dd4fd9ea76b34a1','Both import and export can easily be done through a new tools page.',NULL,NULL,'','LINE',NULL,0,'','eecd7d4ca96ad4e0e0c895f1e9628632','optional',NULL),(239,'en','acf','12dc516f6341569830cb2a301fef001d','New Form Locations',NULL,NULL,'','LINE',NULL,0,'','0157726254e3ca0fa473e6f4d3d68c64','optional',NULL),(240,'en','acf','ee9387bf03998a77e4fb04b7c362cdce','Fields can now be mapped to menus, menu items, comments, widgets and all user forms!',NULL,NULL,'','LINE',NULL,0,'','8a03669d95bc0131a72a21d4bbcf5293','optional',NULL),(241,'en','acf','dd3d12ec8eaec310f66a2f2d3a67d741','More Customization',NULL,NULL,'','LINE',NULL,0,'','37cb335eefd3cc691630de44b7c7c8ec','optional',NULL),(242,'en','acf','7c1a9f2ec3f5ccd9ae3ad083ea63d91d','New PHP (and JS) actions and filters have been added to allow for more customization.',NULL,NULL,'','LINE',NULL,0,'','812736acfbbaeaa378a873c9d8a40940','optional',NULL),(243,'en','acf','6b557711f67667876ec8bb994d7d3f9f','Fresh UI',NULL,NULL,'','LINE',NULL,0,'','1fad491a60f2cc82fa787f5e615b6028','optional',NULL),(244,'en','acf','280b07ab95b4031537afe68ec2bc62f4','The entire plugin has had a design refresh including new field types, settings and design!',NULL,NULL,'','LINE',NULL,0,'','f7526ffd0bb8c3690884c6f9ce1e6c3c','optional',NULL),(245,'en','acf','89995834965aff02a375f150fb1382b9','New Settings',NULL,NULL,'','LINE',NULL,0,'','03418aed0fd0ae897b7df9067dfa81ec','optional',NULL),(246,'en','acf','0b6a8c04295a6e8d85e738a019b44863','Field group settings have been added for Active, Label Placement, Instructions Placement and Description.',NULL,NULL,'','LINE',NULL,0,'','39343058eeae05e28ada5d3c756d6ea2','optional',NULL),(247,'en','acf','5c0f9298410437ea4029e5de307a2b63','Better Front End Forms',NULL,NULL,'','LINE',NULL,0,'','258e93521bc4a9983b30628aa144d90d','optional',NULL),(248,'en','acf','3dcc080aa7b0e8a82376e3b861044e1a','acf_form() can now create a new post on submission with lots of new settings.',NULL,NULL,'','LINE',NULL,0,'','175478aadf4212ecf08ad09790541ae9','optional',NULL),(249,'en','acf','a73ea0c2f427575cd4fa65b8f958f365','Better Validation',NULL,NULL,'','LINE',NULL,0,'','087af99ea41e63beff285ca7faf34609','optional',NULL),(250,'en','acf','da232527efc7139b646d6c09661913b9','Form validation is now done via PHP + AJAX in favour of only JS.',NULL,NULL,'','LINE',NULL,0,'','df4cdba0e8bddf75b59107e028f87a7f','optional',NULL),(251,'en','acf','95cf59b2dbde4eb0a7b59f7f8bdfbaa0','Moving Fields',NULL,NULL,'','LINE',NULL,0,'','afa7b0b4851d4471c602ab1a854053c7','optional',NULL),(252,'en','acf','9ecc8dd5dd3a4238a1349b3b4418dee1','New field group functionality allows you to move a field between groups & parents.',NULL,NULL,'','LINE',NULL,0,'','ab285811b502120ece72f16cf7905c82','optional',NULL),(253,'en','acf','b7c161bb87bb0308fb25e6f68d0a5632','Thumbnail',NULL,NULL,'','LINE',NULL,0,'','8e0e0ccec97c4a8c4d972ca97cb0e201','optional',NULL),(254,'en','acf','87f8a6ab85c9ced3702b4ea641ad4bb5','Medium',NULL,NULL,'','LINE',NULL,0,'','47510de3ff48209cf03f24488d606171','optional',NULL),(255,'en','acf','3a69b34ce86dacb205936a8094f6c743','Large',NULL,NULL,'','LINE',NULL,0,'','9a8516aded8f78b70e0a0f1c92da1fea','optional',NULL),(256,'en','acf','f49bcb4e90a6ab261904b6b50f4a24ce','Full Size',NULL,NULL,'','LINE',NULL,0,'','aaf547369b209f3e468f289c4b1c4f3e','optional',NULL),(257,'en','acf','2e46eab92bf73b409799a8baaa13f8f2','(no title)',NULL,NULL,'','LINE',NULL,0,'','5227b3584baf54992b775c5564105b53','optional',NULL),(258,'en','acf','5385a6c6aebaaa7948a673d6cc0dc0fa','Image width must be at least %dpx.',NULL,NULL,'','LINE',NULL,0,'','81ca312ea93e919735ac2bbfd557333c','optional',NULL),(259,'en','acf','0f069a7b57420e9cdfcdbd0de732804e','Image width must not exceed %dpx.',NULL,NULL,'','LINE',NULL,0,'','3d196d22e92d8a052d9bae820c1b7a33','optional',NULL),(260,'en','acf','db7e544f3c3e089b08836cf2d1702446','Image height must be at least %dpx.',NULL,NULL,'','LINE',NULL,0,'','86a45562e35fd7d30016caabd4af869e','optional',NULL),(261,'en','acf','b1f1b13429afa002c907cebdd6289ea3','Image height must not exceed %dpx.',NULL,NULL,'','LINE',NULL,0,'','e755f4a5144abbc66f3511c3275f195e','optional',NULL),(262,'en','acf','b497e7f759bd78030cdd289d99f06552','File size must be at least %s.',NULL,NULL,'','LINE',NULL,0,'','22e2d732f5452399f92d2e1250088ff8','optional',NULL),(263,'en','acf','d89e92e583de872be1a9dd54c2e1dc01','File size must must not exceed %s.',NULL,NULL,'','LINE',NULL,0,'','3604f0f4f6c8e47f228fdd0fcc9bf12b','optional',NULL),(264,'en','acf','a51fd518fe83516574b24478121628e7','File type must be %s.',NULL,NULL,'','LINE',NULL,0,'','c92a0fa1e7eb345da9ba518bbae0eaf9','optional',NULL),(265,'en','acf','ff668c73505961dfbf5b2c6973aedbda','The changes you made will be lost if you navigate away from this page',NULL,NULL,'','LINE',NULL,0,'','9305d83af344cafd9de67172c78f7c90','optional',NULL),(266,'en','acf','efd45652d5b438399e104e351a5f5a8e','Uploaded to this post',NULL,NULL,'','LINE',NULL,0,'','374ad0ff03d4dd5376c37b83c4ff9179','optional',NULL),(267,'en','acf','a10702aa75d99deb79c11b036b7074a7','Expand Details',NULL,NULL,'','LINE',NULL,0,'','41622ce6c004d9fc4a16e4690ff42322','optional',NULL),(268,'en','acf','337ee808f30c202f9bf219d668914696','Collapse Details',NULL,NULL,'','LINE',NULL,0,'','6efd2cf81f7bc79f059786641687b42f','optional',NULL),(269,'en','acf','ecdee5de15af6876cfab0801bb36f445','Restricted',NULL,NULL,'','LINE',NULL,0,'','5867c126224d083cae3635d6eacb22f1','optional',NULL),(270,'en','acf','e37cf03c2b4c1b5c0ad5214081e2c009','All images',NULL,NULL,'','LINE',NULL,0,'','c16f888ef4aa002e84a522d70ebed210','optional',NULL),(271,'en','acf','b2a97ba1150b313c0a5673334571a272','Validation successful',NULL,NULL,'','LINE',NULL,0,'','13a9e993034e4e747e1a9463a039892e','optional',NULL),(272,'en','acf','d10fb60c71d2c232120f9df29cbc7989','Validation failed',NULL,NULL,'','LINE',NULL,0,'','8e055fe466925b2a8456d256c54635aa','optional',NULL),(273,'en','acf','480861f81a696067818050fd72bf92fa','1 field requires attention',NULL,NULL,'','LINE',NULL,0,'','20fef5bde33d08771813513d621c85f8','optional',NULL),(274,'en','acf','c428f1cec58ee5808b819b952852d0ee','%d fields require attention',NULL,NULL,'','LINE',NULL,0,'','aab55b367c8afea76548aad514068cc7','optional',NULL),(275,'en','acf','729a51874fe901b092899e9e8b31c97a','Are you sure?',NULL,NULL,'','LINE',NULL,0,'','31ffeb8d3de7c6f9458dc46bb5e2d35f','optional',NULL),(276,'en','acf','93cba07454f06a4a960172bbd6e2a435','Yes',NULL,NULL,'','LINE',NULL,0,'','f68d006c46bba6ec9202bacdc1a692c0','optional',NULL),(277,'en','acf','bafd7322c6e97d25b6299b5d6fe8920b','No',NULL,NULL,'','LINE',NULL,0,'','050e137e032a0681e17b9571aa91fee2','optional',NULL),(278,'en','acf','1063e38cb53d94d386f21227fcd84717','Remove',NULL,NULL,'','LINE',NULL,0,'','2cc72c5bea7525b29aca4879a653e46c','optional',NULL),(279,'en','acf','ea4788705e6873b424c65e91c2846b19','Cancel',NULL,NULL,'','LINE',NULL,0,'','743012a1e8112af633b46663132229f1','optional',NULL),(280,'en','acf','59cf7057acc5a6f7b046c67a6a1f7c35','Has any value',NULL,NULL,'','LINE',NULL,0,'','d279e1fcd6c1148bcfce592b4b1d0803','optional',NULL),(281,'en','acf','62c259a683806a1cc7ad0e7582126060','Has no value',NULL,NULL,'','LINE',NULL,0,'','6ea544f1c836092aa8ad366079d54cd4','optional',NULL),(282,'en','acf','960dcd636a91bca34c81f8f7ff969a02','Value is equal to',NULL,NULL,'','LINE',NULL,0,'','6bc344287fdb0bcc176951cd08005b77','optional',NULL),(283,'en','acf','8251050686ad55c7e7c637dadfe17a89','Value is not equal to',NULL,NULL,'','LINE',NULL,0,'','bc38b9dfba449eabb157b584ce373e0d','optional',NULL),(284,'en','acf','b923e28e31b526508f5595e5c3ff3295','Value matches pattern',NULL,NULL,'','LINE',NULL,0,'','aeb760fa26f86a325f500480ce8047c0','optional',NULL),(285,'en','acf','bd57e2965b52a88dd9c30fdcc6894c96','Value contains',NULL,NULL,'','LINE',NULL,0,'','c583adaa22a4cfda03e4a0d18a0d6b77','optional',NULL),(286,'en','acf','97ea4abcf0813d2e4d53fdef209cbe2f','Value is greater than',NULL,NULL,'','LINE',NULL,0,'','19b1c8bc940b5bdcd27059681d0ceeea','optional',NULL),(287,'en','acf','f230724c01b62ee1295f6c8c302f88d3','Value is less than',NULL,NULL,'','LINE',NULL,0,'','7ca9b66f1cad46059e1fa5815e6591ae','optional',NULL),(288,'en','acf','c7b6aae03908be23855649cfee7963eb','Selection is greater than',NULL,NULL,'','LINE',NULL,0,'','811ada224d5f00e0679c54bcbed653b9','optional',NULL),(289,'en','acf','f4ef441035d3f567ee9c95ce5bff19f9','Selection is less than',NULL,NULL,'','LINE',NULL,0,'','072d9a63eaf359ee54607ca591471057','optional',NULL),(290,'en','acf','ff0270cc1bea7543c4e85c12fa6b30d3','Edit field group',NULL,NULL,'','LINE',NULL,0,'','bcf9a6a3ea89c13355d26f83895d3ea0','optional',NULL),(291,'en','acf','e0626222614bdee31951d84c64e5e9ff','Select',NULL,NULL,'','LINE',NULL,0,'verb','2a6efb1346639652d44f88dfcf88fcf4','optional',NULL),(292,'en','acf','7dce122004969d56ae2e0245cb754d35','Edit',NULL,NULL,'','LINE',NULL,0,'verb','d04c37d722b6b3c56d88d84b88e58dfc','optional',NULL),(293,'en','acf','06933067aafd48425d67bcb01bba5cb6','Update',NULL,NULL,'','LINE',NULL,0,'verb','776cf7308787573b85d8c298a5e02037','optional',NULL),(294,'en','acf','4d5aae0b218a0bb62ff4513b66fc34d0','Accordion',NULL,NULL,'','LINE',NULL,0,'','7a968bb1a51d9f20a7fef1024e949991','optional',NULL),(295,'en','acf','c3bf447eabe632720a3aa1a7ce401274','Open',NULL,NULL,'','LINE',NULL,0,'','ecfa9620a132811a708e9eb776766b3a','optional',NULL),(296,'en','acf','f465e2f26762abe078cb91968f8a692d','Display this accordion as open on page load.',NULL,NULL,'','LINE',NULL,0,'','8719ca59d7757d51382b31b0890e3c00','optional',NULL),(297,'en','acf','5e390600c1c1e257c0a3f23dad058ead','Multi-expand',NULL,NULL,'','LINE',NULL,0,'','20a4a8f941f19973d6b0ecc6d2518303','optional',NULL),(298,'en','acf','bcbf0bf82b7d2b2545d52ac0d202e9a3','Allow this accordion to open without closing others.',NULL,NULL,'','LINE',NULL,0,'','b6095cf3a654f83afbfe772ff5c29d76','optional',NULL),(299,'en','acf','2a6ba72e93aa7fa676d07973ed2716bb','Endpoint',NULL,NULL,'','LINE',NULL,0,'','a88b7c5b6eae4f3584d0a079cc9be61b','optional',NULL),(300,'en','acf','30cb48d060d0da9bff0ceb23ae2480e3','Define an endpoint for the previous accordion to stop. This accordion will not be visible.',NULL,NULL,'','LINE',NULL,0,'','94ef831fa946e9f162cebe45dd6b0bd8','optional',NULL),(301,'en','acf','75dba29196d07f63c0680862a9af9f1a','Button Group',NULL,NULL,'','LINE',NULL,0,'','9b5fb79cbecb08eab542ad4ec5018584','optional',NULL),(302,'en','acf','6ef697f11922be2e4de0971f7d70997f','Choices',NULL,NULL,'','LINE',NULL,0,'','20966b2437e042571b6b9729c32eeb3d','optional',NULL),(303,'en','acf','21836fc2a6eec49bde6ab7a5e7d4cf34','Enter each choice on a new line.',NULL,NULL,'','LINE',NULL,0,'','48f1bcd5a25534d851c0e67ff1a2c315','optional',NULL),(304,'en','acf','ce721738d02e9ef31985a926848df03c','For more control, you may specify both a value and label like this:',NULL,NULL,'','LINE',NULL,0,'','e67e31cbdb08499013069f52820d2a6a','optional',NULL),(305,'en','acf','832173ba7d64b50f6fc0453368133ea8','red : Red',NULL,NULL,'','LINE',NULL,0,'','2796c1fc9cef43b6c82fdadd889211df','optional',NULL),(306,'en','acf','92b7dd7223e5a79bc4df347d63619618','Allow Null?',NULL,NULL,'','LINE',NULL,0,'','32e8cd8535864805b0bd9c1c56cbeabd','optional',NULL),(307,'en','acf','6b66a61fa66288a9a7ad6474d2e686ec','Default Value',NULL,NULL,'','LINE',NULL,0,'','2b6c82a9de70747a54e013d9c23866ec','optional',NULL),(308,'en','acf','e0ab548ec5ac3ba46f81712afe67edf6','Appears when creating a new post',NULL,NULL,'','LINE',NULL,0,'','282abe375f7b7767726951a0e7cc55e0','optional',NULL),(309,'en','acf','ebd9bec4d70abc789d439c1f136b0538','Layout',NULL,NULL,'','LINE',NULL,0,'','499820b01b5b9f032771812cb0835e86','optional',NULL),(310,'en','acf','c1b5fa03ecdb95d4a45dd1c40b02527f','Horizontal',NULL,NULL,'','LINE',NULL,0,'','268155a163a9e8051705c23371a08c13','optional',NULL),(311,'en','acf','06ce2a25e5d12c166a36f654dbea6012','Vertical',NULL,NULL,'','LINE',NULL,0,'','04ba80694fd8ccf00889b69afcdd3522','optional',NULL),(312,'en','acf','64fca1d7535c8577dbca08ae619281a8','Return Value',NULL,NULL,'','LINE',NULL,0,'','4087410984c910314c0e7685b1bc076c','optional',NULL),(313,'en','acf','c77c7529a51f56355c0af60c83d8c66a','Specify the returned value on front end',NULL,NULL,'','LINE',NULL,0,'','f0496a2a15be01eb21a3c1deb296d998','optional',NULL),(314,'en','acf','689202409e48743b914713f96d93947c','Value',NULL,NULL,'','LINE',NULL,0,'','c6f6af6a326113213f2187f665f9f07b','optional',NULL),(315,'en','acf','a715d0054f2c31144c978d130c73e49a','Both (Array)',NULL,NULL,'','LINE',NULL,0,'','a40359ecddef7c24309c6c918d0b0738','optional',NULL),(316,'en','acf','4f8222964f9a317cef99dddc23a121bd','Checkbox',NULL,NULL,'','LINE',NULL,0,'','3efce9a8d24e664b9e4694dd3283dc43','optional',NULL),(317,'en','acf','d9195745d8ed9c995cd88c39c08fab90','Toggle All',NULL,NULL,'','LINE',NULL,0,'','d070f9f52befef1a1c441e3c6129b10f','optional',NULL),(318,'en','acf','453136530ff68315b23acdadbd7a52b6','Allow Custom',NULL,NULL,'','LINE',NULL,0,'','2f5dc640421941dbf4471bd3d48e32b8','optional',NULL),(319,'en','acf','08ffe398a6c0105a72f7fd308208df1c','Allow \'custom\' values to be added',NULL,NULL,'','LINE',NULL,0,'','378104bfd078db317426d265b60d8ac2','optional',NULL),(320,'en','acf','faa2c0330b2ab652eadd1c08a33e2dfe','Save Custom',NULL,NULL,'','LINE',NULL,0,'','66ac291f8f2e3f4ddec9bef7df51f823','optional',NULL),(321,'en','acf','d479e245bfe1dec8851517c569bff406','Save \'custom\' values to the field\'s choices',NULL,NULL,'','LINE',NULL,0,'','0aa1f3c5de61bfbe5b91238c0ca24b31','optional',NULL),(322,'en','acf','382c7fd732194cf2945fc7877ea0b4de','Enter each default value on a new line',NULL,NULL,'','LINE',NULL,0,'','313a3d791c813478ac6905cd2f196aa7','optional',NULL),(323,'en','acf','a8875bbe4272c0bdd786cfaaedf77921','Toggle',NULL,NULL,'','LINE',NULL,0,'','5ba4face67489296ec8254dc5a14257f','optional',NULL),(324,'en','acf','2b5ac1a92188d0cecfeabb0794c98de5','Prepend an extra checkbox to toggle all choices',NULL,NULL,'','LINE',NULL,0,'','c9e4ca1b516497c4e12aa0394dc795a8','optional',NULL),(325,'en','acf','1cb583ccf9369368f24fdb1bd2d3557d','Add new choice',NULL,NULL,'','LINE',NULL,0,'','72cff556bb58e054c8ec5eafb2ece012','optional',NULL),(326,'en','acf','55fb1b11cc3dbb67782af12731c07206','Color Picker',NULL,NULL,'','LINE',NULL,0,'','fee20373092c2936b516425a9f1a571a','optional',NULL),(327,'en','acf','dc30bc0c7914db5918da4263fce93ad2','Clear',NULL,NULL,'','LINE',NULL,0,'','5f0caab98162072156edf95985499547','optional',NULL),(328,'en','acf','7a1920d61156abc05a60135aefe8bc67','Default',NULL,NULL,'','LINE',NULL,0,'','9d4c5265202582ade9c01ffaafcab702','optional',NULL),(329,'en','acf','192757e6a1063642bdaf35aba27c96a4','Select Color',NULL,NULL,'','LINE',NULL,0,'','d461d6947a333fed4831c8b97541df7b','optional',NULL),(330,'en','acf','d7e00cddbc53471f4df6310c48afda1e','Current Color',NULL,NULL,'','LINE',NULL,0,'','fe6af0d2031a64207ed09ebaf3a5b7f8','optional',NULL),(331,'en','acf','566235c7913fdded5a84d4578758515f','Date Picker',NULL,NULL,'','LINE',NULL,0,'','de6910587c8ea71e26262ce110458835','optional',NULL),(332,'en','acf','cb6789074314c3522b992a1c43a77421','Display Format',NULL,NULL,'','LINE',NULL,0,'','c5411a13c00492f10341f1c52ba61701','optional',NULL),(333,'en','acf','496c095c90170ff1a2851017147e3aa9','The format displayed when editing a post',NULL,NULL,'','LINE',NULL,0,'','a238796c2c7afd341fe3bda9fcf37dd8','optional',NULL),(334,'en','acf','fbfb52888ea3b9348d7770a89c203c6e','Custom:',NULL,NULL,'','LINE',NULL,0,'','7bf957e31e4e2c29a5863c699cc62ac5','optional',NULL),(335,'en','acf','37e75708e38fc94a549ea26ff4f6a347','Save Format',NULL,NULL,'','LINE',NULL,0,'','3e7aa38471ef30887128457786cc2482','optional',NULL),(336,'en','acf','34c58b9c2e2e4ee575ed609ae74d6d0b','The format used when saving a value',NULL,NULL,'','LINE',NULL,0,'','9d514b0240c3ddfba7e15f062e487de8','optional',NULL),(337,'en','acf','cbeffd494cdc79380e2b4782323dc849','Return Format',NULL,NULL,'','LINE',NULL,0,'','e97035fdaa3a1f064e766c04e3fd94cf','optional',NULL),(338,'en','acf','cd3b0eab90d7bd186f4f2db0e1d936aa','The format returned via template functions',NULL,NULL,'','LINE',NULL,0,'','d47b2d81a7f5f58c1223c92a2f325d79','optional',NULL),(339,'en','acf','35795c660739fc1e0a43f922eedbdded','Week Starts On',NULL,NULL,'','LINE',NULL,0,'','75540ecd35dc2232490130ffa9961194','optional',NULL),(340,'en','acf','f92965e2c8a7afb3c1b9a5c09a263636','Done',NULL,NULL,'','LINE',NULL,0,'Date Picker JS closeText','7e5e4ec06ca3b273043097cb49a29c7e','optional',NULL),(341,'en','acf','1dd1c5fb7f25cd41b291d43a89e3aefd','Today',NULL,NULL,'','LINE',NULL,0,'Date Picker JS currentText','dcc47759920cd3ecaa3e47ee4efda9fa','optional',NULL),(342,'en','acf','10ac3d04253ef7e1ddc73e6091c0cd55','Next',NULL,NULL,'','LINE',NULL,0,'Date Picker JS nextText','e2d78d9bafd6d9852b1678576766e3b6','optional',NULL),(343,'en','acf','14230d11143a03f4330c6433d5032a9d','Prev',NULL,NULL,'','LINE',NULL,0,'Date Picker JS prevText','e1c64e68a4e5a2f7734bfcea6ecd732b','optional',NULL),(344,'en','acf','46dd4094320d81541aa9812f43f81a11','Wk',NULL,NULL,'','LINE',NULL,0,'Date Picker JS weekHeader','6534415344aa5c7f365697043509e53e','optional',NULL),(345,'en','acf','006ea070847946c5e81cf5b6c20ee7b4','Date Time Picker',NULL,NULL,'','LINE',NULL,0,'','768dc09013f79439e279eedaabc94479','optional',NULL),(346,'en','acf','3964fd83339fec5014c831822005653a','Choose Time',NULL,NULL,'','LINE',NULL,0,'Date Time Picker JS timeOnlyTitle','cdd1ee16b85e85c6e2adb498a04b0286','optional',NULL),(347,'en','acf','a76d4ef5f3f6a672bbfab2865563e530','Time',NULL,NULL,'','LINE',NULL,0,'Date Time Picker JS timeText','75501497932739d8b4bf4477dd807c6a','optional',NULL),(348,'en','acf','b55e509c697e4cca0e1d160a7806698f','Hour',NULL,NULL,'','LINE',NULL,0,'Date Time Picker JS hourText','3c8e15870aac98a199e6dcdec174aa23','optional',NULL),(349,'en','acf','62902641c38f3a4a8eb3212454360e24','Minute',NULL,NULL,'','LINE',NULL,0,'Date Time Picker JS minuteText','a43dae82658a18cd94ea576cfdaa47ce','optional',NULL),(350,'en','acf','c22cf8376b1893dcfcef0649fe1a7d87','Second',NULL,NULL,'','LINE',NULL,0,'Date Time Picker JS secondText','ac2a94fb5b6a1bcb73bdc697831dbbbe','optional',NULL),(351,'en','acf','988bbeeb80e7e0a6b4651aab5a76b413','Millisecond',NULL,NULL,'','LINE',NULL,0,'Date Time Picker JS millisecText','0c01833708b401b3531a863d87078589','optional',NULL),(352,'en','acf','1f14b3811ca5de688daa740d8471249e','Microsecond',NULL,NULL,'','LINE',NULL,0,'Date Time Picker JS microsecText','459a03478a484e4461da24c0bbb6a4f0','optional',NULL),(353,'en','acf','45c10605e0a492fbe7a3eac258cd1e81','Time Zone',NULL,NULL,'','LINE',NULL,0,'Date Time Picker JS timezoneText','dd92987f84ff3af519cb2110e4123ab8','optional',NULL),(354,'en','acf','1e1cc9bdeb2f29f5480106aec7e9bc48','Now',NULL,NULL,'','LINE',NULL,0,'Date Time Picker JS currentText','19b434cc47cff81e831f40570b6664fb','optional',NULL),(355,'en','acf','f92965e2c8a7afb3c1b9a5c09a263636','Done',NULL,NULL,'','LINE',NULL,0,'Date Time Picker JS closeText','219ebe6d31d79579ea958cdcbd6a920c','optional',NULL),(356,'en','acf','e0626222614bdee31951d84c64e5e9ff','Select',NULL,NULL,'','LINE',NULL,0,'Date Time Picker JS selectText','1082c363580fc26dc1edad899b1429ce','optional',NULL),(357,'en','acf','25ec916d56b8212e569dbf2e4e4b51d4','AM',NULL,NULL,'','LINE',NULL,0,'Date Time Picker JS amText','4afab17408f66ee9ff38f80cd7067442','optional',NULL),(358,'en','acf','7fc56270e7a70fa81a5935b72eacbe29','A',NULL,NULL,'','LINE',NULL,0,'Date Time Picker JS amTextShort','aadeffd672426268569c1955978ed9a0','optional',NULL),(359,'en','acf','21b7eb30013b04776f5b06bc59209391','PM',NULL,NULL,'','LINE',NULL,0,'Date Time Picker JS pmText','e8b1f113c0adb1cf82e59d7448452307','optional',NULL),(360,'en','acf','44c29edb103a2872f519ad0c9a0fdaaa','P',NULL,NULL,'','LINE',NULL,0,'Date Time Picker JS pmTextShort','cb61c4fcf948a95cdcba8f879c4c3346','optional',NULL),(361,'en','acf','ce8ae9da5b7cd6c3df2929543a9af92d','Email',NULL,NULL,'','LINE',NULL,0,'','6ed00c2f29d1925c82168f5becbf81ca','optional',NULL),(362,'en','acf','6485c7641245873388f0170f472183c6','Placeholder Text',NULL,NULL,'','LINE',NULL,0,'','1eba6f98ef9faeb4c6398275e35b6fd9','optional',NULL),(363,'en','acf','7928b4d48111164c292b983f16641ee8','Appears within the input',NULL,NULL,'','LINE',NULL,0,'','54d101537d034eab76d920c6abb49d22','optional',NULL),(364,'en','acf','c8bc2f88eeb64f1a0c9ec31ec452432c','Prepend',NULL,NULL,'','LINE',NULL,0,'','030749254b27d2557fbf4f068d6417f4','optional',NULL),(365,'en','acf','07be83ff94ddf16e065043e703d584c9','Appears before the input',NULL,NULL,'','LINE',NULL,0,'','1dd100b147f92b430aaa343277adc5a5','optional',NULL),(366,'en','acf','3ac4692f3935a49a0b243eecf529faa9','Append',NULL,NULL,'','LINE',NULL,0,'','a172a3f25d3bb7c19e881b8f99c6b08e','optional',NULL),(367,'en','acf','db607e9ca082ba3d5867facc46afccf9','Appears after the input',NULL,NULL,'','LINE',NULL,0,'','70e010360e1d5682e929b562c5486769','optional',NULL),(368,'en','acf','0b27918290ff5323bea1e3b78a9cf04e','File',NULL,NULL,'','LINE',NULL,0,'','e2a8868823f595ecace5ff9125e258f9','optional',NULL),(369,'en','acf','29e095aae77598f33a93481a0d8ff02a','Edit File',NULL,NULL,'','LINE',NULL,0,'','276c0e591a21bb8d25b1fb67d8567318','optional',NULL),(370,'en','acf','e9812bb9eba65f60200270a20c9aa460','Update File',NULL,NULL,'','LINE',NULL,0,'','3ae89ef3d1f111607971286f268232d0','optional',NULL),(371,'en','acf','4dfc8fec1a61a1f2eedddc3023d7f712','File Array',NULL,NULL,'','LINE',NULL,0,'','1842cd38e74715b233a457d1db220502','optional',NULL),(372,'en','acf','b3d2db69feecaedff30f1e0bc60206d6','File URL',NULL,NULL,'','LINE',NULL,0,'','dd3d32268cd02a5832aac93d44e10afa','optional',NULL),(373,'en','acf','dca2936bfdbe4c533d75e2fd15d41b16','File ID',NULL,NULL,'','LINE',NULL,0,'','30f92e067e03818966888573609fa720','optional',NULL),(374,'en','acf','4d70254b3a8e2bc38b6147fa6ee813be','Library',NULL,NULL,'','LINE',NULL,0,'','144ed95e4407351c5a02783cf2938e94','optional',NULL),(375,'en','acf','4199f20ffed3ad3f0ffce458d11d71f8','Limit the media library choice',NULL,NULL,'','LINE',NULL,0,'','362670a5aa65440993564e99a5b91b5c','optional',NULL),(376,'en','acf','b1c94ca2fbc3e78fc30069c8d0f01680','All',NULL,NULL,'','LINE',NULL,0,'','ffb647c669a8a22e2f588c16f2fc00a1','optional',NULL),(377,'en','acf','d2e1da41404345deeba95b4e9d6d3ee6','Uploaded to post',NULL,NULL,'','LINE',NULL,0,'','9be124efd1aa18872764dde117d0c487','optional',NULL),(378,'en','acf','a1d0ec6d56f8833a078b5a7ac4caf2d4','Minimum',NULL,NULL,'','LINE',NULL,0,'','65352c11d23cad04f34ad0589b29cf9e','optional',NULL),(379,'en','acf','51fda8de6e9b5cec91cb2066f98e070f','Restrict which files can be uploaded',NULL,NULL,'','LINE',NULL,0,'','7b2a6e8ade5d79ef429b67ebecf72383','optional',NULL),(380,'en','acf','1908624a0bca678cd26b99bfd405324e','File size',NULL,NULL,'','LINE',NULL,0,'','14dc5df6b94365a34bf10ed5a31f5534','optional',NULL),(381,'en','acf','8321e79c278ec510f63675c040594892','Maximum',NULL,NULL,'','LINE',NULL,0,'','4ae7d7a8d247898b80fdd67aad6cf8dd','optional',NULL),(382,'en','acf','914ccb6fd1daf96751709956773439f7','Allowed file types',NULL,NULL,'','LINE',NULL,0,'','33eda593211cb8a6d08fc72ab4f38e54','optional',NULL),(383,'en','acf','9ab2653d1709ba771c29190dccdfeeb6','Comma separated list. Leave blank for all types',NULL,NULL,'','LINE',NULL,0,'','5d3d21d701fae6928c6561d6b763afa6','optional',NULL),(384,'en','acf','34082694d21dbdcfc31e6e32d9fb2b9f','File name',NULL,NULL,'','LINE',NULL,0,'','e789373a69e4ef24934ba62b862ccab3','optional',NULL),(385,'en','acf','a171685506a8a29bc313111ec696ff79','Add File',NULL,NULL,'','LINE',NULL,0,'','89d1dfca896d4188c364b5119e28834a','optional',NULL),(386,'en','acf','235072af42d72915159f0e6c9d6a870c','Google Map',NULL,NULL,'','LINE',NULL,0,'','f6ce6638b11325cb04a8cf26edf0a17b','optional',NULL),(387,'en','acf','8f62413b4dc87565fa8c9a5f8ef4753c','Sorry, this browser does not support geolocation',NULL,NULL,'','LINE',NULL,0,'','ed726fd04f02c2be4771b0cc4c833488','optional',NULL),(388,'en','acf','4f1f6016fc9f3f2353c0cc7c67b292bd','Center',NULL,NULL,'','LINE',NULL,0,'','ca5ad9ac7f6e78f6c01b1dca8cc13804','optional',NULL),(389,'en','acf','c7f429b55d6bf16368a79985901d8271','Center the initial map',NULL,NULL,'','LINE',NULL,0,'','2762abcfee0cf4c8703a1301009e084d','optional',NULL),(390,'en','acf','4252b72e6ebcd4d4b4c2e46a786f03d2','Zoom',NULL,NULL,'','LINE',NULL,0,'','1eae452dbc2dad246c948b7709dd099d','optional',NULL),(391,'en','acf','339b27f9f9e90c4178c52d42cd98a6ad','Set the initial zoom level',NULL,NULL,'','LINE',NULL,0,'','dfcf2c35420676dba6c1a903ca618a2d','optional',NULL),(392,'en','acf','eec6c4bdbd339edf8cbea68becb85244','Height',NULL,NULL,'','LINE',NULL,0,'','daff93d6c104af9236d8c291972144b5','optional',NULL),(393,'en','acf','bdc271eb4133fb4ee03b32abe0c4ea67','Customize the map height',NULL,NULL,'','LINE',NULL,0,'','5b92f5b4758fea82a42628baac15b187','optional',NULL),(394,'en','acf','7f17a7b7aee890e65feb5775888f4ed8','Clear location',NULL,NULL,'','LINE',NULL,0,'','8db8e715b54d2fc273c5bfdc1b3048fe','optional',NULL),(395,'en','acf','85ee180bf5ed100667defae7296a9d6c','Find current location',NULL,NULL,'','LINE',NULL,0,'','9ef3528ffd6c4adf2e9465fe5ec3d689','optional',NULL),(396,'en','acf','a9e87227cadc8ed525dee4855826e2f4','Search for address...',NULL,NULL,'','LINE',NULL,0,'','60762a0c7c18dfa13d040b9180e6af9a','optional',NULL),(397,'en','acf','03937134cedab9078be39a77ee3a48a0','Group',NULL,NULL,'','LINE',NULL,0,'','c0158e5ad21d93a7e962cfa7d7e9f050','optional',NULL),(398,'en','acf','fe35a8a662d9907854e61eef240db4c9','Specify the style used to render the selected fields',NULL,NULL,'','LINE',NULL,0,'','4ff08c1de8e64e45fade5bfd9f3c5b21','optional',NULL),(399,'en','acf','e1e4c8c9ccd9fc39c391da4bcd093fb2','Block',NULL,NULL,'','LINE',NULL,0,'','ceff427489b73de3a254d4c8e710e4a4','optional',NULL),(400,'en','acf','51c45b795d5d18a3e4e0c37e8b20a141','Table',NULL,NULL,'','LINE',NULL,0,'','f5433046f1ddd66f411b7c0a6d43f5d8','optional',NULL),(401,'en','acf','a70367aa7cb74e510f4f9413ccf059d3','Row',NULL,NULL,'','LINE',NULL,0,'','d91a201c385e7369eb022d6c9808193e','optional',NULL),(402,'en','acf','f6c90486649e49889425f21587b10f03','Sub Fields',NULL,NULL,'','LINE',NULL,0,'','bf2eb69c15c618db4847a99ca51736a3','optional',NULL),(403,'en','acf','be53a0541a6d36f6ecb879fa2c584b08','Image',NULL,NULL,'','LINE',NULL,0,'','9938f0f79dc4c85a204bc6173c4b82db','optional',NULL),(404,'en','acf','446a6000511ab6fb0711400379a62a04','Select Image',NULL,NULL,'','LINE',NULL,0,'','ddb0f6b230ff2bcfe21d40a9ad6bb165','optional',NULL),(405,'en','acf','03274f27f51f0c39e06e0e6cd07e01a9','Edit Image',NULL,NULL,'','LINE',NULL,0,'','b05e839720aa1a608d8d92a45cd41fc4','optional',NULL),(406,'en','acf','9e3c5f97717a2e0757845fefe0ffcfd1','Update Image',NULL,NULL,'','LINE',NULL,0,'','9c9ee7e3863bbeeed80f68840671639f','optional',NULL),(407,'en','acf','21702db17f7d7998e183a0d378881ce3','Image Array',NULL,NULL,'','LINE',NULL,0,'','646abf1d5e20b7ff55516c9263c7e139','optional',NULL),(408,'en','acf','427b6d816d7fdd86cabe48d8180a3cc9','Image URL',NULL,NULL,'','LINE',NULL,0,'','d4a6f8e30e30e29de736364f582b43ca','optional',NULL),(409,'en','acf','0fc487dde1adcfdc078ba05c3acbd7b9','Image ID',NULL,NULL,'','LINE',NULL,0,'','20058da1394e7ec50dddad1dba76f596','optional',NULL),(410,'en','acf','35963872e7481f2a24ae7cf63008c02c','Preview Size',NULL,NULL,'','LINE',NULL,0,'','44e66e6f4dff4117ac4a6e9281b7238b','optional',NULL),(411,'en','acf','b8f27db3d983b528bbc66d36676040f7','Restrict which images can be uploaded',NULL,NULL,'','LINE',NULL,0,'','ce4ed7948f1938f52c8cceb299ee24d7','optional',NULL),(412,'en','acf','32954654ac8fe66a1d09be19001de2d4','Width',NULL,NULL,'','LINE',NULL,0,'','b61040187c3a60f3c0b3f6490ea7973f','optional',NULL),(413,'en','acf','58d5915670251752ab1fa739206370fc','No image selected',NULL,NULL,'','LINE',NULL,0,'','afd6099ba6150ca0ea91389c1a6d200a','optional',NULL),(414,'en','acf','b9c49611cfda3259a2b837b39489e650','Add Image',NULL,NULL,'','LINE',NULL,0,'','bb4d27d7956d145ec5f9f83562a34d83','optional',NULL),(415,'en','acf','97e7c9a7d06eac006a28bf05467fcc8b','Link',NULL,NULL,'','LINE',NULL,0,'','f4df2f642bf345fb3b750f35acdeed1b','optional',NULL),(416,'en','acf','b295c1a551f14d333eb53c69d661de9e','Link Array',NULL,NULL,'','LINE',NULL,0,'','781edbc9adab745b7605dc466099e44f','optional',NULL),(417,'en','acf','5e4e1bd6f922fed062b62c446ca34f84','Link URL',NULL,NULL,'','LINE',NULL,0,'','3587bc1b7cdb55a9916dd025ebbf9e29','optional',NULL),(418,'en','acf','96fe0a53b1a729574fb531413814ef6d','Select Link',NULL,NULL,'','LINE',NULL,0,'','0bb750bcedb71f15e2c54c58fb3df5b9','optional',NULL),(419,'en','acf','6d4e263d5947795c64b4f72929314439','Opens in a new window/tab',NULL,NULL,'','LINE',NULL,0,'','9df2688b03b0e4940be92abb1eb31f76','optional',NULL),(420,'en','acf','4c2a8fe7eaf24721cc7a9f0175115bd4','Message',NULL,NULL,'','LINE',NULL,0,'','c32664f86b44b17ab4db896e78d0be38','optional',NULL),(421,'en','acf','1a7d4275a82908b4f7730480887499b0','New Lines',NULL,NULL,'','LINE',NULL,0,'','90f1042e60d507cc96eaff6c262eb345','optional',NULL),(422,'en','acf','a934664b94f86ce73bd9260a10d4e20b','Controls how new lines are rendered',NULL,NULL,'','LINE',NULL,0,'','805433693cff345a5ae2dd3c15c95e86','optional',NULL),(423,'en','acf','c6ad904aab81edaca2af60beb65a229c','Automatically add paragraphs',NULL,NULL,'','LINE',NULL,0,'','57679d16a094899add97f06fbd0a7743','optional',NULL),(424,'en','acf','a678812ff9342053b16af5ae6a8f991f','Automatically add &lt;br&gt;',NULL,NULL,'','LINE',NULL,0,'','0cda62fd9e971627620ec77c7a27bcda','optional',NULL),(425,'en','acf','fc3b193c1b64259416ba6fef470f672d','No Formatting',NULL,NULL,'','LINE',NULL,0,'','694ab323e9b52b1dd1a8b47eb5e5ea1b','optional',NULL),(426,'en','acf','85aee1df6c30b4c4d3b8d1d12c2fe322','Escape HTML',NULL,NULL,'','LINE',NULL,0,'','bb909d12afaa1819f308b4f73d2e42b9','optional',NULL),(427,'en','acf','1457df67b49751bbfca6909d0c3fbec3','Allow HTML markup to display as visible text instead of rendering',NULL,NULL,'','LINE',NULL,0,'','1117d169e51fec02198a20c341fd12a4','optional',NULL),(428,'en','acf','b2ee912b91d69b435159c7c3f6df7f5f','Number',NULL,NULL,'','LINE',NULL,0,'','e05b72dde7cb5fe005f9aa3749a42f76','optional',NULL),(429,'en','acf','702a538a7348a9e52b08913558867f70','Minimum Value',NULL,NULL,'','LINE',NULL,0,'','a2d3f3652e0eaa78260bf74d22ebae70','optional',NULL),(430,'en','acf','48b0ece3cdd23c3605c8d7ee617c43ca','Maximum Value',NULL,NULL,'','LINE',NULL,0,'','448e63546cb14d7fef0da857a1fc5d60','optional',NULL),(431,'en','acf','130c702e7104684c3c43c95251f1ee55','Step Size',NULL,NULL,'','LINE',NULL,0,'','7d3ce6ad887740a50f1038c603b74d98','optional',NULL),(432,'en','acf','5b4893052079f49539a34e16f99002aa','Value must be a number',NULL,NULL,'','LINE',NULL,0,'','c895a87088bbdf52859de68ee41dfdbe','optional',NULL),(433,'en','acf','1122ca37de7da68781bf32c48291e16c','Value must be equal to or higher than %d',NULL,NULL,'','LINE',NULL,0,'','15bdbde1cf5294f58dd4c21b95156fb3','optional',NULL),(434,'en','acf','cf5315bdb16c55cae3e3e54fd5275586','Value must be equal to or lower than %d',NULL,NULL,'','LINE',NULL,0,'','5bd1dc57cc136b08e83ce91d93817b2b','optional',NULL),(435,'en','acf','50956ef21a25773ff0e5e6ec208406db','oEmbed',NULL,NULL,'','LINE',NULL,0,'','b403978b60c3fcd7fc201af64a5175f1','optional',NULL),(436,'en','acf','e1f70f4a4265cb51c1b219aa60eaa441','Enter URL',NULL,NULL,'','LINE',NULL,0,'','a8ebe00f9d65bdd1a840b8343eb250a6','optional',NULL),(437,'en','acf','e7eb50139daa6a3c6519df6bb00dd058','Embed Size',NULL,NULL,'','LINE',NULL,0,'','bad285079cf6f110f98e9be59e751017','optional',NULL),(438,'en','acf','22e7abd375ed471f31ca00cfcff3cccf','Page Link',NULL,NULL,'','LINE',NULL,0,'','9ce432ed7ccdc03355b863bca6758556','optional',NULL),(439,'en','acf','178fde647037235223ac2a188a7106b1','Archives',NULL,NULL,'','LINE',NULL,0,'','2dcae3ad715d5934578b3b1ce29bc764','optional',NULL),(440,'en','acf','30269022e9d8f51beaabb52e5d0de2b7','Parent',NULL,NULL,'','LINE',NULL,0,'','edd8af824d5ce36a3a09948f1c720fb9','optional',NULL),(441,'en','acf','c8cd886cf7325b95dca183e89c566b57','Filter by Post Type',NULL,NULL,'','LINE',NULL,0,'','4c09e1b0e9ea24158d6852c9c37a436a','optional',NULL),(442,'en','acf','88ef84dbcaae456bb19eb59199499e93','All post types',NULL,NULL,'','LINE',NULL,0,'','cc570a8897e718a89e2b308bc3892ea0','optional',NULL),(443,'en','acf','c4e11695dae43f402eafa35182ae5614','Filter by Taxonomy',NULL,NULL,'','LINE',NULL,0,'','f38a4024517f7b57cbe428a89182530f','optional',NULL),(444,'en','acf','02307f2fe032e0df3537ab4afa50dd30','All taxonomies',NULL,NULL,'','LINE',NULL,0,'','2e164858c24220a1f251184caa4229bd','optional',NULL),(445,'en','acf','e56b6dfc5c1db9964fa1d71c49887c52','Allow Archives URLs',NULL,NULL,'','LINE',NULL,0,'','c195254f5000c0a089e2d7630cdd3968','optional',NULL),(446,'en','acf','eae2cc755261b9e45a0988ffb46bf670','Select multiple values?',NULL,NULL,'','LINE',NULL,0,'','ebb33179bef1f352b189c4e08c3951a1','optional',NULL),(447,'en','acf','dc647eb65e6711e155375218212b3964','Password',NULL,NULL,'','LINE',NULL,0,'','aaf9c54ba4ccad8e1e9660e385b0f9d2','optional',NULL),(448,'en','acf','251a1a540529e67afa01a92b855c5eed','Post Object',NULL,NULL,'','LINE',NULL,0,'','49ebffce1567a8460373934fd1fce753','optional',NULL),(449,'en','acf','b77006f2d0398fa7e68ef1a893ef850c','Post ID',NULL,NULL,'','LINE',NULL,0,'','3fc2ca72abeae56c6f1fe813d97307a8','optional',NULL),(450,'en','acf','0b9ddc9a494526f2fbba84612d970329','Radio Button',NULL,NULL,'','LINE',NULL,0,'','946c77b8549b0e73afe7f7366ece7c08','optional',NULL),(451,'en','acf','6311ae17c1ee52b36e68aaf4ad066387','Other',NULL,NULL,'','LINE',NULL,0,'','1204989668ba91c142511e2f9a91fa18','optional',NULL),(452,'en','acf','4d020559f8ce4e0eddb8c565ba56f1dc','Add \'other\' choice to allow for custom values',NULL,NULL,'','LINE',NULL,0,'','ffb87c07f4b4272aa19bcbf1d54c6806','optional',NULL),(453,'en','acf','8db72beeebd1f531eafff8004057732f','Save Other',NULL,NULL,'','LINE',NULL,0,'','d1004dcaf4027b26779a4171398b52e5','optional',NULL),(454,'en','acf','1cc64a7698a8664e88f95dad21e0cc46','Save \'other\' values to the field\'s choices',NULL,NULL,'','LINE',NULL,0,'','502d94531f572b2f5177e8a906f08c10','optional',NULL),(455,'en','acf','87ba2ecc8b6915e8bd6f5089918229fd','Range',NULL,NULL,'','LINE',NULL,0,'','c1931ce5ca0813d7a3a714a1ea1a74c9','optional',NULL),(456,'en','acf','fbc97786af4bf30dc5b07809a950792c','Relationship',NULL,NULL,'','LINE',NULL,0,'','cb5979d88143c8c81a1311868d68e68d','optional',NULL),(457,'en','acf','94fdb529c741e1791663f390ffbf751f','Maximum values reached ( {max} values )',NULL,NULL,'','LINE',NULL,0,'','48e16add6905756638a03658f2f2d9ec','optional',NULL),(458,'en','acf','16bfbf9c462762cf1cba4134ec53c504','Loading',NULL,NULL,'','LINE',NULL,0,'','4791067b2ce64c9949a673caad7eebfc','optional',NULL),(459,'en','acf','d132286ce060a9349df55de2808b4d5f','No matches found',NULL,NULL,'','LINE',NULL,0,'','4377a4032fd2ac5881b60b6b5042886e','optional',NULL),(460,'en','acf','803bea4907ff7565af2469dd65171937','Select post type',NULL,NULL,'','LINE',NULL,0,'','dc3e09da9c94eabc7260d2b3a2766ad1','optional',NULL),(461,'en','acf','b0b742875c841e5dc88f76c1479948c8','Select taxonomy',NULL,NULL,'','LINE',NULL,0,'','370c560adab13c0d383423ad2487df07','optional',NULL),(462,'en','acf','2a37324bb4c331c859044121df3f576b','Search...',NULL,NULL,'','LINE',NULL,0,'','43aefd261acd90f17a6413c3b25bc896','optional',NULL),(463,'en','acf','f3f43e30c8c7d78c6ac0173515e57a00','Filters',NULL,NULL,'','LINE',NULL,0,'','91088ed0bccf5906d4af37458b919120','optional',NULL),(464,'en','acf','4079b1ca4a9a54e6f13cf806b063c622','Post Type',NULL,NULL,'','LINE',NULL,0,'','256db1370af767adeb9f80a18d3178bb','optional',NULL),(465,'en','acf','30d10883c017c4fd6751c8982e20dae1','Taxonomy',NULL,NULL,'','LINE',NULL,0,'','e77fe5dc4b4ca5c58fc21c3a7c6c74ec','optional',NULL),(466,'en','acf','aa56a2e65d8106aef3c61e4f6bf94fdb','Elements',NULL,NULL,'','LINE',NULL,0,'','b877617026582fa3ccebf1f5649f39c0','optional',NULL),(467,'en','acf','37c2b0a13a47094b81dc8ffdbd6f53b5','Selected elements will be displayed in each result',NULL,NULL,'','LINE',NULL,0,'','3fb1e01acb3a32e08c2aaeb43255e2bd','optional',NULL),(468,'en','acf','e216e434cbdf335c15ebdd57f5fd55aa','Minimum posts',NULL,NULL,'','LINE',NULL,0,'','3b885effb84c2d43406abef73a6454b3','optional',NULL),(469,'en','acf','ff3721ddacc010e2d6eceb1a4d608433','Maximum posts',NULL,NULL,'','LINE',NULL,0,'','ac7f82f59b0043bd5c59621cbdfc1d61','optional',NULL),(470,'en','acf','2b4a85417b2f74f81048f5fc62c2b7e6','%s requires at least %s selection',NULL,NULL,'','LINE',NULL,0,'','ec83979c0108eb2a8b07a04577699706','optional',NULL),(471,'en','acf','c460195f5162addabfdbcbef4f73a27e','%s requires at least %s selections',NULL,NULL,'','LINE',NULL,0,'','ba7d9e9fd690deeb0d1acdace4c5adb0','optional',NULL),(472,'en','acf','a6b911221c5c795858bb9496629c1e51','Stylised UI',NULL,NULL,'','LINE',NULL,0,'','b7ab8d73904b410c3cb9683b449c7375','optional',NULL),(473,'en','acf','07914db876e42847639e3dee9cb27733','Use AJAX to lazy load choices?',NULL,NULL,'','LINE',NULL,0,'','9aee8619c1e2202bddc83ccc38257b5c','optional',NULL),(474,'en','acf','438f0082bddcb44e31da46fd45b414f1','Specify the value returned',NULL,NULL,'','LINE',NULL,0,'','d729c7c670fb248bd5cade15c85ac036','optional',NULL),(475,'en','acf','e0626222614bdee31951d84c64e5e9ff','Select',NULL,NULL,'','LINE',NULL,0,'noun','44424078146777db27c07b2a0826ceb2','optional',NULL),(476,'en','acf','8f52583e6ae8616fe6a27ef04f2504e7','One result is available, press enter to select it.',NULL,NULL,'','LINE',NULL,0,'Select2 JS matches_1','7f54b360c5654ef695173e162e8dc648','optional',NULL),(477,'en','acf','bc82bd3b0952e780959f7c43e849b827','%d results are available, use up and down arrow keys to navigate.',NULL,NULL,'','LINE',NULL,0,'Select2 JS matches_n','55c9aa9e19f0ec4bf2818f6b8af84252','optional',NULL),(478,'en','acf','d132286ce060a9349df55de2808b4d5f','No matches found',NULL,NULL,'','LINE',NULL,0,'Select2 JS matches_0','3436b46ee00a468250fc2a1f2598cabe','optional',NULL),(479,'en','acf','40e0ddb10a9777855d0e21c7c2046835','Please enter 1 or more characters',NULL,NULL,'','LINE',NULL,0,'Select2 JS input_too_short_1','20449d2c5ac8fbdfa0e4e3f7c083a7cf','optional',NULL),(480,'en','acf','11379daccc4d43380822ecb7bc5bc1b7','Please enter %d or more characters',NULL,NULL,'','LINE',NULL,0,'Select2 JS input_too_short_n','353a01311d85e079a714a3ee8381146b','optional',NULL),(481,'en','acf','e005b05e221d3d4fdeb184039be4f552','Please delete 1 character',NULL,NULL,'','LINE',NULL,0,'Select2 JS input_too_long_1','9a3b8b85b81101a88e3b5d2e614d1f68','optional',NULL),(482,'en','acf','fb193de80e6948255ac61779b263d57c','Please delete %d characters',NULL,NULL,'','LINE',NULL,0,'Select2 JS input_too_long_n','1070afeb822af79b56ddcbe497c496f4','optional',NULL),(483,'en','acf','e061ec02dc8588ad851b74597f5e8ce5','You can only select 1 item',NULL,NULL,'','LINE',NULL,0,'Select2 JS selection_too_long_1','e54800f57262ce5aab88dd9dacb3b8fc','optional',NULL),(484,'en','acf','025ce7375b818cb31d24b0286450a96e','You can only select %d items',NULL,NULL,'','LINE',NULL,0,'Select2 JS selection_too_long_n','db7874d502f7048e0b78e0c3c72319df','optional',NULL),(485,'en','acf','f5ad3aac832514e5f8db8186235ebccd','Loading more results&hellip;',NULL,NULL,'','LINE',NULL,0,'Select2 JS load_more','b3f3f29485ae8be178bf243fa480f213','optional',NULL),(486,'en','acf','bbb76a4112d2b3c107fb5b2c6ffe7e9e','Searching&hellip;',NULL,NULL,'','LINE',NULL,0,'Select2 JS searching','c6c43a99c20e92f14b061ec6a27f3cb5','optional',NULL),(487,'en','acf','cab6fcd3bcc4af7ae1c3ddfc19fdfd5e','Loading failed',NULL,NULL,'','LINE',NULL,0,'Select2 JS load_fail','3fcbea35e3616d8e76ce2d2b30952f98','optional',NULL),(488,'en','acf','04b2e4188d4ef8051e4699da8af01335','Separator',NULL,NULL,'','LINE',NULL,0,'','7d317e82352aafca95adc356055266bd','optional',NULL),(489,'en','acf','5c6ba25104401c9ee0650230fc6ba413','Tab',NULL,NULL,'','LINE',NULL,0,'','2d212ba23c3305de0af3f173eb804bd2','optional',NULL),(490,'en','acf','ae13e51f99f3be623a6d44d7439d9bb5','Placement',NULL,NULL,'','LINE',NULL,0,'','165dc31333564225bdb71e40fbc4f6af','optional',NULL),(491,'en','acf','4186aecbefe584b5e8fd6c974b7ac6d5','Define an endpoint for the previous tabs to stop. This will start a new group of tabs.',NULL,NULL,'','LINE',NULL,0,'','82b0add3ac4b6573243e25835349d07b','optional',NULL),(492,'en','acf','6a121e2ea4412e9f11a28b0399ecad06','Select the taxonomy to be displayed',NULL,NULL,'','LINE',NULL,0,'','751aa4987cc4aa25bf9768c3ddb64023','optional',NULL),(493,'en','acf','a1c58e94227389415de133efdf78ea6e','Appearance',NULL,NULL,'','LINE',NULL,0,'','48af48968d2254691e25cfd7c9af52f1','optional',NULL),(494,'en','acf','413daeab02da39fce73a11b8205ac98e','Select the appearance of this field',NULL,NULL,'','LINE',NULL,0,'','6fe33dedab734d56055c7fd9943e72af','optional',NULL),(495,'en','acf','9feee6e037e14f3c592cb4d3b6131e8a','Multiple Values',NULL,NULL,'','LINE',NULL,0,'','d128ea4219bc2dc8585d1c01134cc803','optional',NULL),(496,'en','acf','d7175d19d528991028cc7fe6970fd592','Multi Select',NULL,NULL,'','LINE',NULL,0,'','54d016b6fc29ab4c2362b74a8d298aa5','optional',NULL),(497,'en','acf','fa67106e821a61cda66be8ccf72994a4','Single Value',NULL,NULL,'','LINE',NULL,0,'','a1a08001fd31c556e12b3e1984522f14','optional',NULL),(498,'en','acf','7041d69f9024a46791714e59812fa68f','Radio Buttons',NULL,NULL,'','LINE',NULL,0,'','e776358ef522a1b9f9b7110a6bca67d8','optional',NULL),(499,'en','acf','c4607af52269461b3336f8fed5199d79','Create Terms',NULL,NULL,'','LINE',NULL,0,'','15ae82ffa8e94f3d256e35f49c8e928b','optional',NULL),(500,'en','acf','428499029410568d6254f8001319b2cd','Allow new terms to be created whilst editing',NULL,NULL,'','LINE',NULL,0,'','0d7347a1cd6e352d150d9c64ca754a49','optional',NULL),(501,'en','acf','61146505628cb9c0723b2a0fff2869dd','Save Terms',NULL,NULL,'','LINE',NULL,0,'','50304849e629ec489e698d1f3911dd86','optional',NULL),(502,'en','acf','63820670bccca5418f8e25186f60571f','Connect selected terms to the post',NULL,NULL,'','LINE',NULL,0,'','e29ef9fb5c27811df2263a550ae7a177','optional',NULL),(503,'en','acf','e655cd956b1b22602aa11a0ee8823b72','Load Terms',NULL,NULL,'','LINE',NULL,0,'','92f87e2817d1b168e88bbb0177d13cb6','optional',NULL),(504,'en','acf','303d8c8e226ded87649259f49a7988c8','Load value from posts terms',NULL,NULL,'','LINE',NULL,0,'','2990b228af8d211852901282afdb641c','optional',NULL),(505,'en','acf','ca7b9ad0fbe6631806c41e30d7c177f9','Term Object',NULL,NULL,'','LINE',NULL,0,'','7dbf02fe35cb901178d11bebb7cd215d','optional',NULL),(506,'en','acf','fde9b4af01ce22774f4a6ae6b71ed06a','Term ID',NULL,NULL,'','LINE',NULL,0,'','969f628e0bdb961c631ed3c96b08782e','optional',NULL),(507,'en','acf','6d68a77ba5e2aa4dac7856f8cf8037d2','User unable to add new %s',NULL,NULL,'','LINE',NULL,0,'','73d738ea80fe9bc4aa0b62d2d01d5c3f','optional',NULL),(508,'en','acf','a403214ccac26417d9297ca82010bb77','%s already exists',NULL,NULL,'','LINE',NULL,0,'','5fc9755f9f744c16f1c43c7d08f7f030','optional',NULL),(509,'en','acf','22f6890872f2fb85736e897f8111e7be','%s added',NULL,NULL,'','LINE',NULL,0,'','1c33043fcfb48df068ca935e49e4c163','optional',NULL),(510,'en','acf','ec211f7c20af43e742bf2570c3cb84f9','Add',NULL,NULL,'','LINE',NULL,0,'','41f6f276f982ed086488122ec139c08b','optional',NULL),(511,'en','acf','84e5696564f08b38baaca2de9b6333a5','No %s',NULL,NULL,'','LINE',NULL,0,'No terms','bace2f4bd824d825a456156b6d48a395','optional',NULL),(512,'en','acf','9dffbf69ffba8bc38bc4e01abf4b1675','Text',NULL,NULL,'','LINE',NULL,0,'','ee3f11b6a64c985d019bffc045595255','optional',NULL),(513,'en','acf','52c66fc8cbb9b58536298bb86b44b17d','Character Limit',NULL,NULL,'','LINE',NULL,0,'','f9ac8d2a229cd5a49e8679d03b7e3bd8','optional',NULL),(514,'en','acf','84c1700703a6d58793c0e03794acf504','Leave blank for no limit',NULL,NULL,'','LINE',NULL,0,'','42e8055cd3ee25e5611bc050eb625171','optional',NULL),(515,'en','acf','bbe9051f246cb7de0d21333f67265280','Value must not exceed %d characters',NULL,NULL,'','LINE',NULL,0,'','7c7df9b35ddb596fecf14a6732fbda71','optional',NULL),(516,'en','acf','9bdbf046d28d07c9fefa1b965ac0cdcb','Text Area',NULL,NULL,'','LINE',NULL,0,'','88a1f67c88a86f37061d0d6344c7384b','optional',NULL),(517,'en','acf','530f488f7a9800411efc6926ab189708','Rows',NULL,NULL,'','LINE',NULL,0,'','66d7de3ff7c04be16bbd404972d4a05d','optional',NULL),(518,'en','acf','6d9a430be5aa8935c83827988b01e55c','Sets the textarea height',NULL,NULL,'','LINE',NULL,0,'','bbd2f2351a4d1ba7dbd10a2d5dc167fa','optional',NULL),(519,'en','acf','aea12d6ea6585f5701fc9b9dfc7b4282','Time Picker',NULL,NULL,'','LINE',NULL,0,'','c161c218d3f294b85797c7e4d85cae91','optional',NULL),(520,'en','acf','4b0a1c341e3a99edf8d555ed3ff2386b','True / False',NULL,NULL,'','LINE',NULL,0,'','d6bc36d713fcda54982dfc37c3eb1606','optional',NULL),(521,'en','acf','8eb11eaa1a4124b88cc797e493ae7a5a','Displays text alongside the checkbox',NULL,NULL,'','LINE',NULL,0,'','5c1b4da0146f1a46a3a447c8fdd44146','optional',NULL),(522,'en','acf','ec0533ff347c0221221f2a409853d49a','On Text',NULL,NULL,'','LINE',NULL,0,'','158e2b021a4093ce90912a8ed924645d','optional',NULL),(523,'en','acf','d4a9af3e870520dec18f28e90b72d25e','Text shown when active',NULL,NULL,'','LINE',NULL,0,'','3260788ad2940aa288cd03f3fbc0bac8','optional',NULL),(524,'en','acf','d37b2344cd2872d441191cff40fcf52a','Off Text',NULL,NULL,'','LINE',NULL,0,'','c751a0de007b88724f6235e2ae6565ff','optional',NULL),(525,'en','acf','174a21310452109edaeb96ebc09ab685','Text shown when inactive',NULL,NULL,'','LINE',NULL,0,'','cf3e99a764b47847b8f2bcc521b25c6d','optional',NULL),(526,'en','acf','02a3a357710cc2a5dfdfb74ed012fb59','Url',NULL,NULL,'','LINE',NULL,0,'','7b866abc772009063a3a2d77dde1cb5f','optional',NULL),(527,'en','acf','17b81dbc8d88d85ca970200bf289504c','Value must be a valid URL',NULL,NULL,'','LINE',NULL,0,'','2dfd8010c5e0423acc6b0e4d745c6020','optional',NULL),(528,'en','acf','8f9bfe9d1345237cb3b2b205864da075','User',NULL,NULL,'','LINE',NULL,0,'','7f1f78adef61220b540d9b0221a05e80','optional',NULL),(529,'en','acf','4a49167c423fab80b22db2b551813a81','Filter by role',NULL,NULL,'','LINE',NULL,0,'','e7ade77ccb1c86e1b44dc64ed02730ca','optional',NULL),(530,'en','acf','897ce0934ba53b17941b9d3a55791fdb','All user roles',NULL,NULL,'','LINE',NULL,0,'','25f872ef9f5aca808706371cf1a8a5b6','optional',NULL),(531,'en','acf','b1de951098ededb05d1c563447cfb16e','User Array',NULL,NULL,'','LINE',NULL,0,'','2cb7c3bd7ae212f78fda1a6b79cf8b58','optional',NULL),(532,'en','acf','96eee01f56b114c928065b5512d3896b','User Object',NULL,NULL,'','LINE',NULL,0,'','25a7aaabcb07320c8bbe321ea0f19177','optional',NULL),(533,'en','acf','1edcdad89b3a2245d759a169da1bf5a3','User ID',NULL,NULL,'','LINE',NULL,0,'','a310b7a4473e37e85f3c88e24e44c049','optional',NULL),(534,'en','acf','532114b899e30adfc7549a7fb9a181ba','Wysiwyg Editor',NULL,NULL,'','LINE',NULL,0,'','6851c165468c621874696c1846fcf63e','optional',NULL),(535,'en','acf','4557e77491fe3dbd9a6055aeb0ed00d7','Visual',NULL,NULL,'','LINE',NULL,0,'','f9571ce337338a394e47290511d03b2e','optional',NULL),(536,'en','acf','7015777bcc86cd0c5e4819310d62b040','Tabs',NULL,NULL,'','LINE',NULL,0,'','8ee1e010513910519c01d886658abdca','optional',NULL),(537,'en','acf','0053f156eafb77cc665f81c1d5f209c4','Visual & Text',NULL,NULL,'','LINE',NULL,0,'','6c6905916e5e69f33e3be6fde48cf8ae','optional',NULL),(538,'en','acf','64175e5407f03aea911bb2eaf4ad3f3c','Visual Only',NULL,NULL,'','LINE',NULL,0,'','b7df61ace4d5712eca0f3e43de2e7a2d','optional',NULL),(539,'en','acf','303eb55320ce5e4bba4faa8834ba5243','Text Only',NULL,NULL,'','LINE',NULL,0,'','728ba993683151e87fe3d3864a616909','optional',NULL),(540,'en','acf','ef05c8098cdb2b34e39c80515fc037bd','Toolbar',NULL,NULL,'','LINE',NULL,0,'','a3d3340f3bc70580ba35ca847f42f987','optional',NULL),(541,'en','acf','b9e4279bef4972a4455cf85b3f8f9972','Show Media Upload Buttons?',NULL,NULL,'','LINE',NULL,0,'','f3ea89a5840d12a287adb253a81bb0a5','optional',NULL),(542,'en','acf','60b9eefad6fa3b030c125cdd3a3fef24','Delay initialization?',NULL,NULL,'','LINE',NULL,0,'','d0eb93edafdfc7579db89fb57c7851ec','optional',NULL),(543,'en','acf','f53c18f2530a33630f09886a8811b4eb','TinyMCE will not be initalized until field is clicked',NULL,NULL,'','LINE',NULL,0,'','3a9ee4a4a3d519b016bf14b31183867a','optional',NULL),(544,'en','acf','2d65eae439af69cef17ec68e1a09237b','Click to initialize TinyMCE',NULL,NULL,'','LINE',NULL,0,'','b41fbeb9ad1043d55bf6d744b00f86f6','optional',NULL),(545,'en','acf','9dffbf69ffba8bc38bc4e01abf4b1675','Text',NULL,NULL,'','LINE',NULL,0,'Name for the Text editor tab (formerly HTML)','5a8338a40ecbebf3bfbd9a8db0dfc24d','optional',NULL),(546,'en','acf','7602b04953434f4912c311c2015007aa','Field type does not exist',NULL,NULL,'','LINE',NULL,0,'','d83f116b17871f117841bdcf565465b7','optional',NULL),(547,'en','acf','88183b946cc5f0e8c96b2e66e1c74a7e','Unknown',NULL,NULL,'','LINE',NULL,0,'','418e42b7466d03ce9a2887ed306781f3','optional',NULL),(548,'en','acf','972e73b7a882d0802a4e3a16946a2f94','Basic',NULL,NULL,'','LINE',NULL,0,'','e1c000aa2d9f1374ef8f39cf298285a3','optional',NULL),(549,'en','acf','f15c1cae7882448b3fb0404682e17e61','Content',NULL,NULL,'','LINE',NULL,0,'','039931e96dcb1613391660ed55b84409','optional',NULL),(550,'en','acf','458b9dcc0921f46b1192427426d59c10','Choice',NULL,NULL,'','LINE',NULL,0,'','1a2597805d694e96dd3d9ddf08729189','optional',NULL),(551,'en','acf','14ecfbc5403b00fa4432000ad75d6e92','Relational',NULL,NULL,'','LINE',NULL,0,'','4e9825f4bfa19eac6bfd0207c95325f6','optional',NULL),(552,'en','acf','f590b4fda2c30be28dd3c8c3caf5c77b','jQuery',NULL,NULL,'','LINE',NULL,0,'','6f293cfc5d33f3301537a7d58860302b','optional',NULL),(553,'en','acf','7b36b925d43e0f2eeb76999cbe0c5c71','Validate Email',NULL,NULL,'','LINE',NULL,0,'','d572992f5d30b7df300f51dcdad32343','optional',NULL),(554,'en','acf','06933067aafd48425d67bcb01bba5cb6','Update',NULL,NULL,'','LINE',NULL,0,'','d36b790c4e993955e0f212fb7a5ba6d8','optional',NULL),(555,'en','acf','33d10d146b4f8af30bf95a75c9d73937','Post updated',NULL,NULL,'','LINE',NULL,0,'','ed5b05b9521b4005d1c34c74481da590','optional',NULL),(556,'en','acf','f13efc665ff601450500f6108dc4f730','Spam Detected',NULL,NULL,'','LINE',NULL,0,'','bf106c4f310f6b3d2c39da3991acfa2d','optional',NULL),(557,'en','acf','e9cb217697088a98b1937d111d936281','Attachment',NULL,NULL,'','LINE',NULL,0,'','e12feda9b52e95b57b4dc96e757c005c','optional',NULL),(558,'en','acf','22034dfc4e3c7dee9d75bcb830d7c95c','All %s formats',NULL,NULL,'','LINE',NULL,0,'','f7b804af838aa917c14f56951a54e6c7','optional',NULL),(559,'en','acf','0be8406951cdfda82f00f79328cf4efc','Comment',NULL,NULL,'','LINE',NULL,0,'','17d2a645a94ae305b80a1e3eb4942c3c','optional',NULL),(560,'en','acf','494778c7bd327a9a01a2f854470d6926','Current User Role',NULL,NULL,'','LINE',NULL,0,'','c8d2419a45ec4d6a4ac5871825bc09d2','optional',NULL),(561,'en','acf','dbf36ff3e3827639223983ee8ac47b42','Super Admin',NULL,NULL,'','LINE',NULL,0,'','24058f50a1d453998c0fcc9115a5724c','optional',NULL),(562,'en','acf','c4b3c86fec14298ef0fc42030c2507a8','Current User',NULL,NULL,'','LINE',NULL,0,'','1ad345c532bb9cc8d500050a1fff58cd','optional',NULL),(563,'en','acf','8c5e39fcbdc7303f11a578a76e32f7f5','Logged in',NULL,NULL,'','LINE',NULL,0,'','83acbfd7f8759d7aa224fdcb74405242','optional',NULL),(564,'en','acf','4ac4289cfcac68245e7375f9c3a6013c','Viewing front end',NULL,NULL,'','LINE',NULL,0,'','dc5932a91b16927b25f0217fd4c01860','optional',NULL),(565,'en','acf','2cb8ab80127d9d1f34235cd495ad5327','Viewing back end',NULL,NULL,'','LINE',NULL,0,'','8569147a403d5c17720fbb2df285c75f','optional',NULL),(566,'en','default','189f63f277cd73395561651753563065','Tags',NULL,NULL,'','LINE',NULL,0,'taxonomy general name','2a7d765f6e662308d5854397263501d3','optional',NULL),(567,'en','default','af1b98adf7f686b84cd0b443e022b7a0','Categories',NULL,NULL,'','LINE',NULL,0,'taxonomy general name','a1a4bdee5c68899563b68567eea01cf4','optional',NULL),(568,'en','default','c101058e7ea21bbbf2a5ac893088e90b','Tag',NULL,NULL,'','LINE',NULL,0,'taxonomy singular name','2ec0a63a2ce3c8b16192ceb4d3708acd','optional',NULL),(569,'en','default','3adbdb3ac060038aa0e6e6c138ef9873','Category',NULL,NULL,'','LINE',NULL,0,'taxonomy singular name','847bcee05ab96311b816d21eccd7e1ef','optional',NULL),(570,'en','WordPress','URL category tax slug','category',NULL,NULL,'','LINE',NULL,10,'','e6ea982d6eec2ed07c8afa2ede60de24','optional',NULL),(571,'en','acf','bb31f5529cd1ac25cb9f8a43deb0e17c','%s value is required',NULL,NULL,'','LINE',NULL,0,'','2df09eafc450a346ea12c63173666ea3','',NULL),(572,'en','default','9d1a0949c39e66a0cd65240bc0ac9177','Sunday',NULL,NULL,'','LINE',NULL,0,'','da4e86a98ed1009db67f884b3ad46f49','',NULL),(573,'en','default','6f8522e0610541f1ef215a22ffa66ff6','Monday',NULL,NULL,'','LINE',NULL,0,'','196a2837c9d3b588e5ec7caef234fa13','',NULL),(574,'en','default','5792315f09a5d54fb7e3d066672b507f','Tuesday',NULL,NULL,'','LINE',NULL,0,'','f1eb08569cb75d06b791ee20eecf59cb','',NULL),(575,'en','default','796c163589f295373e171842f37265d5','Wednesday',NULL,NULL,'','LINE',NULL,0,'','87487a396bb404ed0253d6ed81dd1566','',NULL),(576,'en','default','78ae6f0cd191d25147e252dc54768238','Thursday',NULL,NULL,'','LINE',NULL,0,'','392dd122642b15dc0b539dbf82cd0614','',NULL),(577,'en','default','c33b138a163847cdb6caeeb7c9a126b4','Friday',NULL,NULL,'','LINE',NULL,0,'','4859167acfc0ec2dc6610f682d7f3065','',NULL),(578,'en','default','8b7051187b9191cdcdae6ed5a10e5adc','Saturday',NULL,NULL,'','LINE',NULL,0,'','ed0518374ff1f495cd7713f46cf4e361','',NULL),(579,'en','default','5dbc98dcc983a70728bd082d1a47546e','S',NULL,NULL,'','LINE',NULL,0,'Sunday initial','e8c80ca461e0dab525f2c3f79d226baf','',NULL),(580,'en','default','69691c7bdcc3ce6d5d8a1361f22d04ac','M',NULL,NULL,'','LINE',NULL,0,'Monday initial','5b41701e2e92ffe0c81e2ded9b70f2b7','',NULL),(581,'en','default','b9ece18c950afbfa6b0fdbfa4ff731d3','T',NULL,NULL,'','LINE',NULL,0,'Tuesday initial','f42944ff1f7fcf30e4f96d7a71fd957b','',NULL),(582,'en','default','61e9c06ea9a85a5088a499df6458d276','W',NULL,NULL,'','LINE',NULL,0,'Wednesday initial','c904002b53c5adadb7f6c76c5837e756','',NULL),(583,'en','default','b9ece18c950afbfa6b0fdbfa4ff731d3','T',NULL,NULL,'','LINE',NULL,0,'Thursday initial','4613ed4876da5c364d8c29fde2902d86','',NULL),(584,'en','default','800618943025315f869e4e1f09471012','F',NULL,NULL,'','LINE',NULL,0,'Friday initial','f4c932bb1d4be2eacf6a6064c9e38ba7','',NULL),(585,'en','default','5dbc98dcc983a70728bd082d1a47546e','S',NULL,NULL,'','LINE',NULL,0,'Saturday initial','464dc7c249d03fc7552af0971c4a8891','',NULL),(586,'en','default','ef6572e4cd58bb39a3f4e82fc64fe9f0','Sun',NULL,NULL,'','LINE',NULL,0,'','b927a784b5de8610c95fc990f9a82dbd','',NULL),(587,'en','default','fd29458ae58ac32a2d8734ed90ad51ec','Mon',NULL,NULL,'','LINE',NULL,0,'','d0aca30ff4166134162241b0c9133ae1','',NULL),(588,'en','default','2ddecde85408faf230652444db78cb72','Tue',NULL,NULL,'','LINE',NULL,0,'','bed10104d15fe938d1d2bd970214b4eb','',NULL),(589,'en','default','510c292b1686eb070d9e90a575f74106','Wed',NULL,NULL,'','LINE',NULL,0,'','9a86d33a633b13b1247b54ec69be8846','',NULL),(590,'en','default','ed5e8353dfc585f4c6b3a55d1a9fc01d','Thu',NULL,NULL,'','LINE',NULL,0,'','24a7eb00e3e7837d5f6c79b578831d11','',NULL),(591,'en','default','ac616f844b9a5ea5a827bf7fb99b1ad5','Fri',NULL,NULL,'','LINE',NULL,0,'','1033d237e74491b726eb1dd226ef7ee5','',NULL),(592,'en','default','13c7d2d737f81f7bf89aed9fbcd0ad55','Sat',NULL,NULL,'','LINE',NULL,0,'','936fa653a1ba5fb8463b6829dcb025bb','',NULL),(593,'en','default','86f5978d9b80124f509bdb71786e929e','January',NULL,NULL,'','LINE',NULL,0,'','a293d9e48d08d8b40009a41dbc05c1d8','',NULL),(594,'en','default','659e59f062c75f81259d22786d6c44aa','February',NULL,NULL,'','LINE',NULL,0,'','7e48db8a2c41ac16271fa9d088d55f1f','',NULL),(595,'en','default','fa3e5edac607a88d8fd7ecb9d6d67424','March',NULL,NULL,'','LINE',NULL,0,'','9fdf559cc861297b6672cd99c1cde52d','',NULL),(596,'en','default','3fcf026bbfffb63fb24b8de9d0446949','April',NULL,NULL,'','LINE',NULL,0,'','784665541765f8bc3e34e6285b7d6c17','',NULL),(597,'en','default','195fbb57ffe7449796d23466085ce6d8','May',NULL,NULL,'','LINE',NULL,0,'','455e0658a2e39592d85aed4b58696224','',NULL),(598,'en','default','688937ccaf2a2b0c45a1c9bbba09698d','June',NULL,NULL,'','LINE',NULL,0,'','a8e33dc6bd2425883336f60c6388a0ef','',NULL),(599,'en','default','1b539f6f34e8503c97f6d3421346b63c','July',NULL,NULL,'','LINE',NULL,0,'','021b77d6c931e3b5e16e999ce2fc8050','',NULL),(600,'en','default','41ba70891fb6f39327d8ccb9b1dafb84','August',NULL,NULL,'','LINE',NULL,0,'','323e2b9f3bf40933064fee2d019162a8','',NULL),(601,'en','default','cc5d90569e1c8313c2b1c2aab1401174','September',NULL,NULL,'','LINE',NULL,0,'','2871e395085b034ef6dbf824478b3c54','',NULL),(602,'en','default','eca60ae8611369fe28a02e2ab8c5d12e','October',NULL,NULL,'','LINE',NULL,0,'','3bede3d05d839aff66ce208af8eacf41','',NULL),(603,'en','default','7e823b37564da492ca1629b4732289a8','November',NULL,NULL,'','LINE',NULL,0,'','cd9aba9a9083c5f431b91deaa9c92b92','',NULL),(604,'en','default','82331503174acbae012b2004f6431fa5','December',NULL,NULL,'','LINE',NULL,0,'','72e161e2a446c008fad1c2f177d20488','',NULL),(605,'en','default','86f5978d9b80124f509bdb71786e929e','January',NULL,NULL,'','LINE',NULL,0,'genitive','513091d9a8c378c4b08a1e48726f94e0','',NULL),(606,'en','default','659e59f062c75f81259d22786d6c44aa','February',NULL,NULL,'','LINE',NULL,0,'genitive','607de1a12b8006eefdf5d0da913365b3','',NULL),(607,'en','default','fa3e5edac607a88d8fd7ecb9d6d67424','March',NULL,NULL,'','LINE',NULL,0,'genitive','b2f9c07152c00c0607f8d7a9cd76dd5b','',NULL),(608,'en','default','3fcf026bbfffb63fb24b8de9d0446949','April',NULL,NULL,'','LINE',NULL,0,'genitive','43a2a1a86d0a6fb30a52b71360e75713','',NULL),(609,'en','default','195fbb57ffe7449796d23466085ce6d8','May',NULL,NULL,'','LINE',NULL,0,'genitive','5195612a6f2aae8261b0fd85ae9bb8c8','',NULL),(610,'en','default','688937ccaf2a2b0c45a1c9bbba09698d','June',NULL,NULL,'','LINE',NULL,0,'genitive','281703b1b310dee427e301ac89fe8ffa','',NULL),(611,'en','default','1b539f6f34e8503c97f6d3421346b63c','July',NULL,NULL,'','LINE',NULL,0,'genitive','61daff93275123b1eb1294e1c80252bc','',NULL),(612,'en','default','41ba70891fb6f39327d8ccb9b1dafb84','August',NULL,NULL,'','LINE',NULL,0,'genitive','573904276f8f97c205ffe8a46c2ef6ce','',NULL),(613,'en','default','cc5d90569e1c8313c2b1c2aab1401174','September',NULL,NULL,'','LINE',NULL,0,'genitive','59bf6d355a227bac0f34d9340546a2cb','',NULL),(614,'en','default','eca60ae8611369fe28a02e2ab8c5d12e','October',NULL,NULL,'','LINE',NULL,0,'genitive','4c1c4cf64466954af3e522e222e852e3','',NULL),(615,'en','default','7e823b37564da492ca1629b4732289a8','November',NULL,NULL,'','LINE',NULL,0,'genitive','11dd413f52415d646bb72726218182bd','',NULL),(616,'en','default','82331503174acbae012b2004f6431fa5','December',NULL,NULL,'','LINE',NULL,0,'genitive','eba4c0504d968f86b76562fff0991389','',NULL),(617,'en','default','e68564f23e0e939acea76dc3d2bc01bf','Jan',NULL,NULL,'','LINE',NULL,0,'January abbreviation','d231b02c6e6ca330c80c804621be4d00','',NULL),(618,'en','default','ea171d540ccd5f0669171ef06d3cd848','Feb',NULL,NULL,'','LINE',NULL,0,'February abbreviation','824ba40bdb5e829a2aef82f36396663a','',NULL),(619,'en','default','7ce6b2286a5396e614b8484105d277e0','Mar',NULL,NULL,'','LINE',NULL,0,'March abbreviation','e7ef0a3f2fdd2adfd7bdb4db2596337d','',NULL),(620,'en','default','6d7215c4b3bc4716d026ac46c6d9ae64','Apr',NULL,NULL,'','LINE',NULL,0,'April abbreviation','acc426308d185fe00936ab0fd3296875','',NULL),(621,'en','default','195fbb57ffe7449796d23466085ce6d8','May',NULL,NULL,'','LINE',NULL,0,'May abbreviation','a1addfc8dbc112b388a64a05f9af60da','',NULL),(622,'en','default','eb4b40c1221dad5b23fe7ef84d292be1','Jun',NULL,NULL,'','LINE',NULL,0,'June abbreviation','07b2264664db708736b274a38f4fc999','',NULL),(623,'en','default','a2866cd6efaa65c92278d4771a9eaec7','Jul',NULL,NULL,'','LINE',NULL,0,'July abbreviation','16ca5cda05d2021b2d420a8d1f284b76','',NULL),(624,'en','default','22f1a4667604b8557c9b209c201b4bc6','Aug',NULL,NULL,'','LINE',NULL,0,'August abbreviation','cb7c3b0fec10227d9d2e7f133b856559','',NULL),(625,'en','default','f04aa7019c490474fa3ce16e93501b57','Sep',NULL,NULL,'','LINE',NULL,0,'September abbreviation','61c67b3338ff2acb6b93aa474d7c6cd3','',NULL),(626,'en','default','594be08882c8e9d5efb9eeb62f303744','Oct',NULL,NULL,'','LINE',NULL,0,'October abbreviation','c7ce61cc399b5b624d1c845ffdb123ad','',NULL),(627,'en','default','343e6957be77c6247aa2b8d0deb68bd6','Nov',NULL,NULL,'','LINE',NULL,0,'November abbreviation','5b9c2a6209a68cb178e5ff67c2e37d59','',NULL),(628,'en','default','d207b4e0bce42a8f1555ce3a05e287f6','Dec',NULL,NULL,'','LINE',NULL,0,'December abbreviation','fc75df6e2e7663b8822bf2fd5c74e1ee','',NULL),(629,'en','default','c04cd38aeb30f3ad1f8ab4e64a0ded7b','am',NULL,NULL,'','LINE',NULL,0,'','47d1d45a170474bfc0475c1aec6fb33b','',NULL),(630,'en','default','5109d85d95fece7816d9704e6e5b1279','pm',NULL,NULL,'','LINE',NULL,0,'','a4edb1f52fddd6502c96b0f020604e15','',NULL),(631,'en','default','25ec916d56b8212e569dbf2e4e4b51d4','AM',NULL,NULL,'','LINE',NULL,0,'','a3c07b2523b8437c3c622647aa99f50d','',NULL),(632,'en','default','21b7eb30013b04776f5b06bc59209391','PM',NULL,NULL,'','LINE',NULL,0,'','26d218d8dfcf81ccaf6080940a62051e','',NULL),(633,'en','default','862b796393fb64766820ec1e33bfd9bd','number_format_thousands_sep',NULL,NULL,'','LINE',NULL,0,'','a38b8834f3f3380cb6a7fc97e7035418','',NULL),(634,'en','default','d445e4a26044411d024021a16f3b10ee','number_format_decimal_point',NULL,NULL,'','LINE',NULL,0,'','c18bad0cc7dd1ffdbb9128901b5cc153','',NULL),(635,'en','default','c39eaab018e2e16320836a210cab2617','ltr',NULL,NULL,'','LINE',NULL,0,'text direction','dd80943ee7aada7b0f9d3dbb3dff9718','',NULL),(636,'en','acf','dae8ace18bdcbcc6ae5aece263e14fe8','Options',NULL,NULL,'','LINE',NULL,0,'','2f0dd462755c438c8a271d4c68cb6da7','',NULL),(637,'en','acf','175309035a73fe39362540d67a497553','Options Updated',NULL,NULL,'','LINE',NULL,0,'','e1e86e948338b1b62873e60efe8cd57e','',NULL),(638,'en','default','03d947a2158373c3b9d74325850cb8b9','Post',NULL,NULL,'','LINE',NULL,0,'add new from admin bar','140f3e53e6df358ea56597c90407bb77','',NULL),(639,'en','default','5dc52ca9ffdc26147075682c92a0a853','Posts',NULL,NULL,'','LINE',NULL,0,'post type general name','958f8ffd91df06f50b600db184eafb14','',NULL),(640,'en','default','453aceb005ceaf54a47da15fee8b2a26','Pages',NULL,NULL,'','LINE',NULL,0,'post type general name','4c6404c9221cf6222de610e4595ef6a3','',NULL),(641,'en','default','03d947a2158373c3b9d74325850cb8b9','Post',NULL,NULL,'','LINE',NULL,0,'post type singular name','3182e2068902a9d5cfc9861c1b64928f','',NULL),(642,'en','default','193cfc9be3b995831c6af2fea6650e60','Page',NULL,NULL,'','LINE',NULL,0,'post type singular name','bd1e019ccd0875aa3b01732268204f22','',NULL),(643,'en','default','de9ced9bf5e9829de4a93ad8c9d7a170','Add New',NULL,NULL,'','LINE',NULL,0,'post','10b7e5ff9fdd26438a38c7d933be9a54','',NULL),(644,'en','default','de9ced9bf5e9829de4a93ad8c9d7a170','Add New',NULL,NULL,'','LINE',NULL,0,'page','fcbe0bcb64c53af5cec2c6ba2f3f8e66','',NULL),(645,'en','default','a736aadab8267b784c2d2320f1ef8ae1','Add New Post',NULL,NULL,'','LINE',NULL,0,'','c002405a9151d77c611d43a7be85d2a0','',NULL),(646,'en','default','004c87b62d5274851115f4263bd6b5b7','Add New Page',NULL,NULL,'','LINE',NULL,0,'','e0558666832c51e85615cc5703f256d2','',NULL),(647,'en','default','17ebfcf145608c383876bfdcdd90b901','Edit Post',NULL,NULL,'','LINE',NULL,0,'','fc1dc28e691a1d0ef3088e987f8eed88','',NULL),(648,'en','default','5b8a065f8920024116be94abfa72d317','Edit Page',NULL,NULL,'','LINE',NULL,0,'','eacab42d2c0600a1a9fb3954730e1c7e','',NULL),(649,'en','default','43eabef16cc9c1702542a370405489ce','New Post',NULL,NULL,'','LINE',NULL,0,'','d0b093a77b8fede3cddc2674a995c450','',NULL),(650,'en','default','eb687b46e8635c2b0a9febbc44ba0a30','New Page',NULL,NULL,'','LINE',NULL,0,'','5b6ee929e3be337671dc1b9d66851a3b','',NULL),(651,'en','default','36d0c22e8ec7773b71039c8225cb3dcf','View Post',NULL,NULL,'','LINE',NULL,0,'','86387cc916e1d4731fc24d8f19f9d685','',NULL),(652,'en','default','e4b846392f10f46b032cf155c39a0eaf','View Page',NULL,NULL,'','LINE',NULL,0,'','1e09ff187b30f6425228fe872f91115a','',NULL),(653,'en','default','71e641fd5cdebb12d2a82b2d61919d3c','View Posts',NULL,NULL,'','LINE',NULL,0,'','3e5318b56e2a8ba2eae041deece4c041','',NULL),(654,'en','default','a9561986022df085d550cdba5ddbe47d','View Pages',NULL,NULL,'','LINE',NULL,0,'','40bfb0f084a2a264845ba3d0148d5c0f','',NULL),(655,'en','default','c3ab2ce5aa0200fb9d5821565d048d34','Search Posts',NULL,NULL,'','LINE',NULL,0,'','b33ace30bfa698c625189de6188db6d2','',NULL),(656,'en','default','c64142496069f3e3c157198a932a3acd','Search Pages',NULL,NULL,'','LINE',NULL,0,'','4c5c5a0795de657a2e773315a2cf86ff','',NULL),(657,'en','default','67c6a14173727312f1e8d615e6122e1d','No posts found.',NULL,NULL,'','LINE',NULL,0,'','e60ade881654a7aaf0a78b4fb6246505','',NULL),(658,'en','default','ec3c98c1f47b3befed46f4aa669607a1','No pages found.',NULL,NULL,'','LINE',NULL,0,'','6fb33e707f0bed68c5d53ea16a19aab8','',NULL),(659,'en','default','314c67959c9027dc1b4b0fdf2d76c9c8','No posts found in Trash.',NULL,NULL,'','LINE',NULL,0,'','4096f3fd731646482cb212dd046e0e8c','',NULL),(660,'en','default','673d19ab14c76bcd4fdd37a474eb17bd','No pages found in Trash.',NULL,NULL,'','LINE',NULL,0,'','cbc7b20e5f9a93fc6b710202a2af8087','',NULL),(661,'en','default','62599d32d811c48ded6a541767a88577','Parent Page:',NULL,NULL,'','LINE',NULL,0,'','606cab7eb4c0844d2ed2022648f41ea0','',NULL),(662,'en','default','76b9c2f5e2ea8a61a0803dae4d42ca7f','All Posts',NULL,NULL,'','LINE',NULL,0,'','da906267768ee16c45e9a752e5bffa4b','',NULL),(663,'en','default','93ddb948766e84b565489787d313b16e','All Pages',NULL,NULL,'','LINE',NULL,0,'','2c23e7d076c4cef11e8787399836e602','',NULL),(664,'en','default','78b02dc2cc3c3dcd32f7ad1871cba4c5','Post Archives',NULL,NULL,'','LINE',NULL,0,'','6af003a77d849ca89ea22c350fa7ae07','',NULL),(665,'en','default','cfe0cfb2d53c746d49ac4d0621154dd7','Page Archives',NULL,NULL,'','LINE',NULL,0,'','7b9fbd07e8138b08375f938d8bf6afc0','',NULL),(666,'en','default','d812b04fbd40cd26dbf67e142067a9de','Post Attributes',NULL,NULL,'','LINE',NULL,0,'','e9b8b2a8bca412c118ef70f1f064cdfd','',NULL),(667,'en','default','2ccdc88567b5772738fcd40ac68e78f3','Page Attributes',NULL,NULL,'','LINE',NULL,0,'','e27e76431fe6dabc5b5c54ed21d01d7b','',NULL),(668,'en','default','46e4e81ae96587a3e9fa31ef3e4a6490','Insert into post',NULL,NULL,'','LINE',NULL,0,'','73960896b56848a5285e77ead4a1fa3a','',NULL),(669,'en','default','a69d768371393b258b2766373b7f4dbc','Insert into page',NULL,NULL,'','LINE',NULL,0,'','ec00998d1ed679febf7749abefe48071','',NULL),(670,'en','default','efd45652d5b438399e104e351a5f5a8e','Uploaded to this post',NULL,NULL,'','LINE',NULL,0,'','9b76316a8feb18741be57028b72c78c2','',NULL),(671,'en','default','d0d27b8c0a217e894a4fa35f92e10e9a','Uploaded to this page',NULL,NULL,'','LINE',NULL,0,'','89019a6315465cb38caf7eda13034953','',NULL),(672,'en','default','c9344eb2ff26e96823cc252a90f77de8','Featured Image',NULL,NULL,'','LINE',NULL,0,'post','ace458fd9b755245a748e50feb702dc5','',NULL),(673,'en','default','c9344eb2ff26e96823cc252a90f77de8','Featured Image',NULL,NULL,'','LINE',NULL,0,'page','0b0563cada560ab010708f716655d1c7','',NULL),(674,'en','default','e52099d4a7bf4d67213895ad98e2c96c','Set featured image',NULL,NULL,'','LINE',NULL,0,'post','721f4a3be2bd7b39f76b78b8e6e00cb2','',NULL),(675,'en','default','e52099d4a7bf4d67213895ad98e2c96c','Set featured image',NULL,NULL,'','LINE',NULL,0,'page','ce67dd56f941a2ee31119ec50ce51e85','',NULL),(676,'en','default','6d9b96fbec73d8d51c39b2ea0e74c79f','Remove featured image',NULL,NULL,'','LINE',NULL,0,'post','f1c841715cfbb6d5433a79b4a9ea72b6','',NULL),(677,'en','default','6d9b96fbec73d8d51c39b2ea0e74c79f','Remove featured image',NULL,NULL,'','LINE',NULL,0,'page','58ae127649e19a25b64ce648f0273433','',NULL),(678,'en','default','d6222558dabc98f799bca25b0df2b779','Use as featured image',NULL,NULL,'','LINE',NULL,0,'post','08175934e1c738bcaf37e73312c4b9f6','',NULL),(679,'en','default','d6222558dabc98f799bca25b0df2b779','Use as featured image',NULL,NULL,'','LINE',NULL,0,'page','243d2ac5c4e90e0898b488e46ad145a4','',NULL),(680,'en','default','936419c73ad8ef5d0ee1b691ca4d6065','Filter posts list',NULL,NULL,'','LINE',NULL,0,'','e3bac655de314eaed87da9944631ffef','',NULL),(681,'en','default','ff2340d0b237c5a32b43ba7bed65babd','Filter pages list',NULL,NULL,'','LINE',NULL,0,'','9488f3826eb7faff4418f8842f4cf8f6','',NULL),(682,'en','default','2ec9fcc55eca3d8628b32dde9b10037f','Posts list navigation',NULL,NULL,'','LINE',NULL,0,'','0713fd4574a1c2298692e811b9163cb0','',NULL),(683,'en','default','0e9c7b66a3f1548635f4a7a9794ca384','Pages list navigation',NULL,NULL,'','LINE',NULL,0,'','606d096773f0becd4f7af5d48ee20b71','',NULL),(684,'en','default','b5b75c91550c6c7adf33ea35224402ae','Posts list',NULL,NULL,'','LINE',NULL,0,'','abd6f74357346cd98b7b0f7a59117c99','',NULL),(685,'en','default','7bdddfed86c1c18a2fe6599e77c910f3','Pages list',NULL,NULL,'','LINE',NULL,0,'','2750b5c20ec1d832abe9a8931c4d622b','',NULL),(686,'en','default','193cfc9be3b995831c6af2fea6650e60','Page',NULL,NULL,'','LINE',NULL,0,'add new from admin bar','15c9ae2a5657ce9a0a6d399efd44d6c0','',NULL),(687,'en','default','3b563524fdb17b4a86590470d40bef74','Media',NULL,NULL,'','LINE',NULL,0,'post type general name','1bf5b2581bcc8f7c3d42d3378fb39155','',NULL),(688,'en','default','3b563524fdb17b4a86590470d40bef74','Media',NULL,NULL,'','LINE',NULL,0,'add new from admin bar','ff75af8dd91445c44d53bcc881856147','',NULL),(689,'en','default','de9ced9bf5e9829de4a93ad8c9d7a170','Add New',NULL,NULL,'','LINE',NULL,0,'add new media','9515901f9d2da3355c29fe7c665027d6','',NULL),(690,'en','default','96b60a1bf66653894616670b8c91edab','Edit Media',NULL,NULL,'','LINE',NULL,0,'','d32effd0cca9c9d0ac74a8d25ff44301','',NULL),(691,'en','default','3a70b86b7a951d9859529cafcd3dd036','View Attachment Page',NULL,NULL,'','LINE',NULL,0,'','1cef563473f3b04c82eceed74df3ba96','',NULL),(692,'en','default','9cd474c86f4aed8857371ece40043aee','Attachment Attributes',NULL,NULL,'','LINE',NULL,0,'','9ff300766943646578f71b45503e8f79','',NULL),(693,'en','default','fd88b11cfde6aa5e3c7ff0553b534885','Revisions',NULL,NULL,'','LINE',NULL,0,'','948c447254bab82db39c5a54c93193ab','',NULL),(694,'en','default','32c676ac5296556c0573a301ef5ab07b','Revision',NULL,NULL,'','LINE',NULL,0,'','8a368c7de65cd6ca2020ba2c65ed0e3c','',NULL),(695,'en','default','957a193a19401d00ca237c67476d3a9c','Navigation Menu Items',NULL,NULL,'','LINE',NULL,0,'','778bf537aa35618e04fa7565161ab611','',NULL),(696,'en','default','e9f6a8196a5105f456009717d8924b98','Navigation Menu Item',NULL,NULL,'','LINE',NULL,0,'','ab6031f5070d35a3cce7b2a2afaa4ffc','',NULL),(697,'en','default','42e6feb7f76e910efcda54034ecc83ce','Custom CSS',NULL,NULL,'','LINE',NULL,0,'','7af54de0ebcea0317e14b096436719c0','',NULL),(698,'en','default','d0abd663234f47fdfff9b37f9e656a27','Changesets',NULL,NULL,'','LINE',NULL,0,'post type general name','628d44b1ab7a61eea2ab0eeb3c0d1d2f','',NULL),(699,'en','default','7e47095fc24ee5d445342fd7a597ca75','Changeset',NULL,NULL,'','LINE',NULL,0,'post type singular name','fa580e67121121e4ff49bdde48faebda','',NULL),(700,'en','default','d0abd663234f47fdfff9b37f9e656a27','Changesets',NULL,NULL,'','LINE',NULL,0,'admin menu','e2294930f620f3d6ae182471b4297203','',NULL),(701,'en','default','7e47095fc24ee5d445342fd7a597ca75','Changeset',NULL,NULL,'','LINE',NULL,0,'add new on admin bar','e243f6e637b9a8fffb7488f99e1b787a','',NULL),(702,'en','default','de9ced9bf5e9829de4a93ad8c9d7a170','Add New',NULL,NULL,'','LINE',NULL,0,'Customize Changeset','08482dc81290382959b272358e2f92d7','',NULL),(703,'en','default','3f357ab2bd9a205b6d2b195d2107c180','Add New Changeset',NULL,NULL,'','LINE',NULL,0,'','0e45490267edaf4cd71ed609e7b56dca','',NULL),(704,'en','default','9d007e84407fb9550419936d09c67650','New Changeset',NULL,NULL,'','LINE',NULL,0,'','0b95c6eacd546f6b4821f35cbaea6714','',NULL),(705,'en','default','789c03bf8264cd9af754067d2b9c158d','Edit Changeset',NULL,NULL,'','LINE',NULL,0,'','89a09bb98950f71e10971f88ed04a51d','',NULL),(706,'en','default','284e96ef54f22aa8aafdde70bf583930','View Changeset',NULL,NULL,'','LINE',NULL,0,'','25f590b3f0e8e80d375a81272c53ed6e','',NULL),(707,'en','default','04acafa60e155627b79f2f4fe2289918','All Changesets',NULL,NULL,'','LINE',NULL,0,'','c3ed762031a94813118406772ac8c4c6','',NULL),(708,'en','default','5526defd4865f2dd9be2d03fdcc548e3','Search Changesets',NULL,NULL,'','LINE',NULL,0,'','777f4c9c2c467f77448cc9e58f118a30','',NULL),(709,'en','default','02609debd0dbf457be98e03a6156a82b','No changesets found.',NULL,NULL,'','LINE',NULL,0,'','a03ca4eee5f141830a1cb621d7eedc78','',NULL),(710,'en','default','b2c8aa57a377fd7211e827e56561ebc2','No changesets found in Trash.',NULL,NULL,'','LINE',NULL,0,'','6b2570b88965796df8a97978355cef96','',NULL),(711,'en','default','7ae73898281b6ffaf7cacdd822b9645c','oEmbed Responses',NULL,NULL,'','LINE',NULL,0,'','bc44166b47a90097025d0098d4742380','',NULL),(712,'en','default','45408e1091c0aade58f424e0faa27580','oEmbed Response',NULL,NULL,'','LINE',NULL,0,'','5cd09a54148d3e6ad762435b4a1fc883','',NULL),(713,'en','default','219c7893bca2db4f21d08bc31ad5dcdc','User Requests',NULL,NULL,'','LINE',NULL,0,'','d9809a3dc9bef9edad100956ec62fedb','',NULL),(714,'en','default','ae0af2cd4d1f36d1eb0a7aa9fe95d68c','User Request',NULL,NULL,'','LINE',NULL,0,'','4e6f540e77b8614b93bfc232281aebc9','',NULL),(715,'en','default','9b9d8a976b42e0bd66381797644943d5','Published',NULL,NULL,'','LINE',NULL,0,'post status','82c87bfb24cfcd787a2704729434287d','',NULL),(716,'en','default','2b7dabba0077abe3732e0418b048a56b','Scheduled',NULL,NULL,'','LINE',NULL,0,'post status','92de58d743157493daeb0c319d38a9a4','',NULL),(717,'en','default','f03ab16cd58372c77ba45a3d9a5a1cb9','Draft',NULL,NULL,'','LINE',NULL,0,'post status','eacae9e2685431140acdc352a22cd320','',NULL),(718,'en','default','2d13df6f8b5e4c5af9f87e0dc39df69d','Pending',NULL,NULL,'','LINE',NULL,0,'post status','063896135c3356d9b41857da813cd6d3','',NULL),(719,'en','default','47f9082fc380ca62d531096aa1d110f1','Private',NULL,NULL,'','LINE',NULL,0,'post status','671eeadfaa88b5f15835912ca60ea5ab','',NULL),(720,'en','default','a7e253cd8dd95da3e20daf45519a8dc2','Trash',NULL,NULL,'','LINE',NULL,0,'post status','f5254bcb48867e3b426e600c77bc3a2f','',NULL),(721,'en','default','2d13df6f8b5e4c5af9f87e0dc39df69d','Pending',NULL,NULL,'','LINE',NULL,0,'request status','32637d090bb59946295c8adc6323d0bc','',NULL),(722,'en','default','205bc73c4ab4286a1fb9d4c18322777c','Confirmed',NULL,NULL,'','LINE',NULL,0,'request status','a48fb9f832ca4d01fd32628b71337f5a','',NULL),(723,'en','default','d7c8c85bf79bbe1b7188497c32c3b0ca','Failed',NULL,NULL,'','LINE',NULL,0,'request status','00848df1f3a880c29378367b26008408','',NULL),(724,'en','default','07ca5050e697392c9ed47e6453f1453f','Completed',NULL,NULL,'','LINE',NULL,0,'request status','d83e4eb70545b444cd0cfc1b4ac643e7','',NULL),(725,'en','default','51471f9b4ed42bc4b88b01609626046a','Search Tags',NULL,NULL,'','LINE',NULL,0,'','d321ba46be166c155795a3aa3fe187f8','',NULL),(726,'en','default','547d406d2d88b3851d13a6850a72f81a','Search Categories',NULL,NULL,'','LINE',NULL,0,'','eb391a34bfe8aff2430de95ca0fd4a10','',NULL),(727,'en','default','7b247f76c157672226ab7131e6ac91c0','Popular Tags',NULL,NULL,'','LINE',NULL,0,'','22974b572d7251b4667589d23fe1a846','',NULL),(728,'en','default','45d2c2fb420a3be0221248dc1bd2575e','All Tags',NULL,NULL,'','LINE',NULL,0,'','f74b6a7c3bbd7c6d36360dbc7ff408f3','',NULL),(729,'en','default','a6a2a55bea8760389dfca77132905b7c','All Categories',NULL,NULL,'','LINE',NULL,0,'','192b16d1b5035b82492721f3c3657171','',NULL),(730,'en','default','4e98e60e38a29ab7bd94ea815c4f2ef2','Parent Category',NULL,NULL,'','LINE',NULL,0,'','9f743e9d4b4fe7d3cc50d3222d6cd3c8','',NULL),(731,'en','default','dc5b753561079ca416a04fa17e221bee','Parent Category:',NULL,NULL,'','LINE',NULL,0,'','fcfcd2be35b73a157a075fa15a31cc18','',NULL),(732,'en','default','3854516c160b786e4a58a349089ade9d','Edit Tag',NULL,NULL,'','LINE',NULL,0,'','11520f77ec9ae1cc8fc1114f14581138','',NULL),(733,'en','default','176bf027c77f1139b35c26a2b0641497','Edit Category',NULL,NULL,'','LINE',NULL,0,'','330d12ed03695f68dc5c840cd93f79a1','',NULL),(734,'en','default','3ef43c95f7b82ae64a8407f95caeabe5','View Tag',NULL,NULL,'','LINE',NULL,0,'','81809b4b8a63f9bb427f481adee951b4','',NULL),(735,'en','default','a0925476f70856079fc6f34624318308','View Category',NULL,NULL,'','LINE',NULL,0,'','f10d678299bf0be3f029234d66dd385d','',NULL),(736,'en','default','639aa9045afb08bc935d23192a9845bc','Update Tag',NULL,NULL,'','LINE',NULL,0,'','7e30d063186dca5435f224b6a32f5828','',NULL),(737,'en','default','17f72185527df754fda2147fe9214a68','Update Category',NULL,NULL,'','LINE',NULL,0,'','0f508746bc2730e7380b4ab2dc118cfe','',NULL),(738,'en','default','96cea70c8b05778849a8ae1028cc2eb0','Add New Tag',NULL,NULL,'','LINE',NULL,0,'','716e8cbe36f95af8ea9c513915962466','',NULL),(739,'en','default','3eccdfd36e2570f5ce58a84fb9f820d9','Add New Category',NULL,NULL,'','LINE',NULL,0,'','fe4c0b3cf45dcf3eb9f160d8bd14b7b6','',NULL),(740,'en','default','c2d69d5f50c4f0647ea555125cda82d0','New Tag Name',NULL,NULL,'','LINE',NULL,0,'','9ed39f7df836fd4f393ab860aa51a29e','',NULL),(741,'en','default','9b7a46d3a470693216a0a43364f2454f','New Category Name',NULL,NULL,'','LINE',NULL,0,'','04a7aae5f5784e7d0a422733980371ac','',NULL),(742,'en','default','fdc1564548beb786ed722cc8c4c44849','Separate tags with commas',NULL,NULL,'','LINE',NULL,0,'','e49dd6a750df52a1aa06b5c868fda4bb','',NULL),(743,'en','default','25c97f1e993635c78ecd9e502db5aad6','Add or remove tags',NULL,NULL,'','LINE',NULL,0,'','e94876c89a363ecb46b295f9dfbe96b0','',NULL),(744,'en','default','3bff3aeeec617721788b4bf3e6020392','Choose from the most used tags',NULL,NULL,'','LINE',NULL,0,'','f85ad38dbe051c4108795bbed45cff0e','',NULL),(745,'en','default','378c846e4e8b6e5cc0e8bc52e8e1c106','No tags found.',NULL,NULL,'','LINE',NULL,0,'','82a73b0aa288dddb0acca41d88a9a928','',NULL),(746,'en','default','b517d47ee7f199f132e17be3a7a7edc7','No categories found.',NULL,NULL,'','LINE',NULL,0,'','1b8277b70fd8d898cb45164b1ee061b0','',NULL),(747,'en','default','2b8ba42c8bb3f57b0d36f683bdc7e8ba','No tags',NULL,NULL,'','LINE',NULL,0,'','5cf27575fe7f8032b287e742bdc7449e','',NULL),(748,'en','default','87bdf2b1731f2c475caf4afc3eae14d0','No categories',NULL,NULL,'','LINE',NULL,0,'','3154321471fbbc30c192d489c0fd6fe0','',NULL),(749,'en','default','ac77ffbb166bfa8b399d88385d52afdb','Tags list navigation',NULL,NULL,'','LINE',NULL,0,'','aeff6db39e1e382d66b0c16b0128ec80','',NULL),(750,'en','default','ed3e900850abb07e592732e46f21ea2c','Categories list navigation',NULL,NULL,'','LINE',NULL,0,'','02f70fa86f2b2fb3fe9f91d0be06ba13','',NULL),(751,'en','default','99af56daf9ee280b15e8ed79d75f0255','Tags list',NULL,NULL,'','LINE',NULL,0,'','bdb0af444d17c38f4b3a02ac13e6a768','',NULL),(752,'en','default','2eefdc5af09926e775b1d36a603df241','Categories list',NULL,NULL,'','LINE',NULL,0,'','6181cf7139079fcf0728cf44b11ed09a','',NULL),(753,'en','default','9b6049654a09986531d79979800252d5','Most Used',NULL,NULL,'','LINE',NULL,0,'tags','df2228c10e85185e8b2c71934c142080','',NULL),(754,'en','default','9b6049654a09986531d79979800252d5','Most Used',NULL,NULL,'','LINE',NULL,0,'categories','cbf3355d4d55a10882ab51a7ddf5d686','',NULL),(755,'en','default','abe8d02a398d39a3069fb486bde1b40c','&larr; Back to Tags',NULL,NULL,'','LINE',NULL,0,'','343db7d402cb835e3ece97134c82e6d5','',NULL),(756,'en','default','fb42560a78244ceb8ffde6da7be048b9','&larr; Back to Categories',NULL,NULL,'','LINE',NULL,0,'','2f5b335aca83b151afd3c74399addd3c','',NULL),(757,'en','default','eba120172df6983accea097877998749','Navigation Menus',NULL,NULL,'','LINE',NULL,0,'','ec9b7dff2e2d5c7845d254bb06596df6','',NULL),(758,'en','default','b0da3c0d5d8c569614d0e2f52be3384d','Navigation Menu',NULL,NULL,'','LINE',NULL,0,'','943260123870c333c5da512367a8fd0e','',NULL),(759,'en','default','9123d6c49956ccfa54dc6d1c36cf2aec','Link Categories',NULL,NULL,'','LINE',NULL,0,'','aac521b6fe1b0e7e3fa70d558579506a','',NULL),(760,'en','default','5c78717576a09beb76f3a7c7b063b06d','Link Category',NULL,NULL,'','LINE',NULL,0,'','334fb3b2dbd65df46e5ef292c6bd4039','',NULL),(761,'en','default','29d041598b13642f9630d3b2b662c793','Search Link Categories',NULL,NULL,'','LINE',NULL,0,'','6f6de3227ad55c512b7dd8a9964b95b1','',NULL),(762,'en','default','7011ec429bcd35354f238c4fd2426f93','All Link Categories',NULL,NULL,'','LINE',NULL,0,'','f4f20bb043800a7aa221d348a81fe043','',NULL),(763,'en','default','60fdd28c62d11545e568f150608d946f','Edit Link Category',NULL,NULL,'','LINE',NULL,0,'','6779029bd68955c71e06fb74fce727c2','',NULL),(764,'en','default','4328855ee46e155ebc33bd4a65d6fbf5','Update Link Category',NULL,NULL,'','LINE',NULL,0,'','95e9867d6395f1152108da49e86857c3','',NULL),(765,'en','default','a444fbb2bae691fe082ef9a9773e3bca','Add New Link Category',NULL,NULL,'','LINE',NULL,0,'','b9d6f3356f2504e64980cff9469342ba','',NULL),(766,'en','default','04a4586ce021a9328c6231317cbf9566','New Link Category Name',NULL,NULL,'','LINE',NULL,0,'','a10deb8d00ee6cdc6c3a69bf32ff9c37','',NULL),(767,'en','default','6e0e2a31a35e0167d567b50dece7e7f6','&larr; Back to Link Categories',NULL,NULL,'','LINE',NULL,0,'','af1680cf446c400df1bdb25109efe930','',NULL),(768,'en','default','520d0db389f362bf79ef56ca0af3dcab','Format',NULL,NULL,'','LINE',NULL,0,'post format','be7784953d9e9c2afe548c7ba25cd70a','',NULL),(769,'en','default','7b791ef51ffb6d2f88273518c28a3823','A list of your site&#8217;s Pages.',NULL,NULL,'','LINE',NULL,0,'','7d526f678339bdd9b59b79e1476fc267','',NULL),(770,'en','default','453aceb005ceaf54a47da15fee8b2a26','Pages',NULL,NULL,'','LINE',NULL,0,'','bb4ff44ee259fd447f84c069a2f39df8','',NULL),(771,'en','default','53586d20c42106bd4bdf09c604cd2ed7','A calendar of your site&#8217;s Posts.',NULL,NULL,'','LINE',NULL,0,'','f40189972bb659e41ce3f49b6779f635','',NULL),(772,'en','default','8ff922bbcd8ad41cdfc48d3c5163b2ab','Calendar',NULL,NULL,'','LINE',NULL,0,'','7c2a0f43b18bf70d3aaa1aa43d126eb3','',NULL),(773,'en','default','b58e5d033078bc5bccebf415a20447f6','A monthly archive of your site&#8217;s Posts.',NULL,NULL,'','LINE',NULL,0,'','f2c8d5bfa978e0c3bea933b9e6df4840','',NULL),(774,'en','default','178fde647037235223ac2a188a7106b1','Archives',NULL,NULL,'','LINE',NULL,0,'','e5148f6b0391a170dd07baecfbe4705f','',NULL),(775,'en','default','b22f0418e8ac915eb66f829d262d14a2','Audio',NULL,NULL,'','LINE',NULL,0,'','eec9fa18d61a649eb13b9923f7af40dc','',NULL),(776,'en','default','f2e7f68e50df781840418a02a66af283','Displays an audio player.',NULL,NULL,'','LINE',NULL,0,'','374afcd941dc1d8195817858fddfb1be','',NULL),(777,'en','default','dc2fa7398e513df5f6f7a5b2ec3ad2ae','A media item.',NULL,NULL,'','LINE',NULL,0,'','07770514d2647ba9bccc5c201bc01b70','',NULL),(778,'en','default','d9d3adbb0c3a12225bc46756a4fecfc2','No media selected',NULL,NULL,'','LINE',NULL,0,'','a79412dad1af33789cb94924f39895f6','',NULL),(779,'en','default','980057390ab269b87e5869cd25e84b06','Add Media',NULL,NULL,'','LINE',NULL,0,'label for button in the media widget','513d87f9d887b87393624e40f51a262f','',NULL),(780,'en','default','287bbffbd535c76ca0419b4d7bcf5758','Replace Media',NULL,NULL,'','LINE',NULL,0,'label for button in the media widget; should preferably not be longer than ~13 characters long','446e6d0270cc600ff56c501acc2aa598','',NULL),(781,'en','default','96b60a1bf66653894616670b8c91edab','Edit Media',NULL,NULL,'','LINE',NULL,0,'label for button in the media widget; should preferably not be longer than ~13 characters long','8fc16f0a155d97d702d5734f1a845337','',NULL),(782,'en','default','eb42df4015e4242ccad2327adf4d4bed','Add to Widget',NULL,NULL,'','LINE',NULL,0,'','05f6c7a62b4def09f4657d9c1fa896c9','',NULL),(783,'en','default','73824da64581e9c2835a18e98b02114f','We can&#8217;t find that file. Check your <a href=\"%s\">media library</a> and make sure it wasn&#8217;t deleted.',NULL,NULL,'','LINE',NULL,0,'','c229951f922e247ea51ad205f455c60a','',NULL),(784,'en','default','5513464b0a495561cd130eebf6e3d7b2','Media Widget',NULL,NULL,'','LINE',NULL,0,'','669b838b22ad26b148b5d5d1c01fa8b8','',NULL),(785,'en','default','d1a85f33efc84018559cad1edcd205f5','Looks like this isn&#8217;t the correct kind of file. Please link to an appropriate file instead.',NULL,NULL,'','LINE',NULL,0,'','51bfeab5f2b2e26513ad0c0b962af7ba','',NULL),(786,'en','default','51a3996aa8023f5ad962fc5d510ebb66','No audio selected',NULL,NULL,'','LINE',NULL,0,'','7d8d911e678b0a9f878ef939674c68ba','',NULL),(787,'en','default','56e7554366b04495125a6299ad3e1d8c','Add Audio',NULL,NULL,'','LINE',NULL,0,'label for button in the audio widget','ffc6d2c3de5627239f927697e6a4666f','',NULL),(788,'en','default','1ec8347d7a39b86efb6f26be0a5885c1','Replace Audio',NULL,NULL,'','LINE',NULL,0,'label for button in the audio widget; should preferably not be longer than ~13 characters long','b2bf239ffd7d5efa9db3195fd93536e0','',NULL),(789,'en','default','c1d1763ff72c4a4c3d5d1172dc16b701','Edit Audio',NULL,NULL,'','LINE',NULL,0,'label for button in the audio widget; should preferably not be longer than ~13 characters long','5f9ff642359a9f0226e08312ac69a554','',NULL),(790,'en','default','0f9bfb0fcc8a2ad7fd851f538e9e23e7','We can&#8217;t find that audio file. Check your <a href=\"%s\">media library</a> and make sure it wasn&#8217;t deleted.',NULL,NULL,'','LINE',NULL,0,'','7038b149fdaf548a15f558584010673a','',NULL),(791,'en','default','2aa4e7e521edd9c6bd2c2e8c6b91cc76','Audio Widget',NULL,NULL,'','LINE',NULL,0,'','2fcb0718f1e4e51afb9801e90496d855','',NULL),(792,'en','default','f29d7c378b8a7e577eb4b1194c2d61ae','Looks like this isn&#8217;t the correct kind of file. Please link to an audio file instead.',NULL,NULL,'','LINE',NULL,0,'','34e58a4fb868497b913ac5154260e10a','',NULL),(793,'en','default','be53a0541a6d36f6ecb879fa2c584b08','Image',NULL,NULL,'','LINE',NULL,0,'','9ded28267599ea052940b56e0c2deeb1','',NULL),(794,'en','default','7f376f08440446f28374bfc71a84f965','Displays an image.',NULL,NULL,'','LINE',NULL,0,'','af6209842aa9259fcc490ead15491a30','',NULL),(795,'en','default','58d5915670251752ab1fa739206370fc','No image selected',NULL,NULL,'','LINE',NULL,0,'','807fc0b00effdbfbe5f9504630dcdd2d','',NULL),(796,'en','default','b9c49611cfda3259a2b837b39489e650','Add Image',NULL,NULL,'','LINE',NULL,0,'label for button in the image widget','5f7c144938b0d20d92f7a3d9627f3915','',NULL),(797,'en','default','5dec156b63fee20ec9d84d44e5cebebd','Replace Image',NULL,NULL,'','LINE',NULL,0,'label for button in the image widget; should preferably not be longer than ~13 characters long','daad5cb8e156178601ece027d2aa2f93','',NULL),(798,'en','default','03274f27f51f0c39e06e0e6cd07e01a9','Edit Image',NULL,NULL,'','LINE',NULL,0,'label for button in the image widget; should preferably not be longer than ~13 characters long','bd14719a4e5ce343bee7d56f3c2a7103','',NULL),(799,'en','default','3c04a1bf7be69961a78684d33fec7740','We can&#8217;t find that image. Check your <a href=\"%s\">media library</a> and make sure it wasn&#8217;t deleted.',NULL,NULL,'','LINE',NULL,0,'','32e618714d21e52256f110fb4ee03b0a','',NULL),(800,'en','default','3633cea8cb27493e84c59001c1efa10d','Image Widget',NULL,NULL,'','LINE',NULL,0,'','d381fbcb664ac1c951a45d2e8babb707','',NULL),(801,'en','default','5c93310dd0291e121181e830cdda892e','Gallery',NULL,NULL,'','LINE',NULL,0,'','64206d4e8dc5a73c3e32d5dd4fccdffd','',NULL),(802,'en','default','e5984de233844431aafed75a1364a24c','Displays an image gallery.',NULL,NULL,'','LINE',NULL,0,'','4dfdf9df58d18ae059b6512de0973415','',NULL),(803,'en','default','f789b5e145fb23fb9e32ba1dc67d4bc0','No images selected',NULL,NULL,'','LINE',NULL,0,'','1e7404c62c0d574e41869842377921a9','',NULL),(804,'en','default','d33c208fe1458eff399189b5b0515025','Add Images',NULL,NULL,'','LINE',NULL,0,'label for button in the gallery widget; should not be longer than ~13 characters long','8df5ee7b9581d0f7bbba1e0945d5ebaf','',NULL),(805,'en','default','5660c6dad0d0a25ffa0e26a9f82172e3','Edit Gallery',NULL,NULL,'','LINE',NULL,0,'label for button in the gallery widget; should not be longer than ~13 characters long','0f1218bcb766ede8af4dfd6480cc3a89','',NULL),(806,'en','default','34e2d1989a1dbf75cd631596133ee5ee','Video',NULL,NULL,'','LINE',NULL,0,'','1d30266922c0a2336164c671b54e7973','',NULL),(807,'en','default','d59a5190ecc6106b3d2382d1e3b031c2','Displays a video from the media library or from YouTube, Vimeo, or another provider.',NULL,NULL,'','LINE',NULL,0,'','08003ceb6269c4eaa0c48034f44e9bc3','',NULL),(808,'en','default','d41368275eaa9002b6949048f19e8cc0','No video selected',NULL,NULL,'','LINE',NULL,0,'','3c9c5f92e786f9fb2e3c105ebb1fc7ea','',NULL),(809,'en','default','a1abe8ec1de81fdd62fb9952931bd692','Add Video',NULL,NULL,'','LINE',NULL,0,'label for button in the video widget','b8f2b058e50682e09ddae07d69983a10','',NULL),(810,'en','default','26e31e591ed47e5e6c8021f69f1591aa','Replace Video',NULL,NULL,'','LINE',NULL,0,'label for button in the video widget; should preferably not be longer than ~13 characters long','b197570f8af69d5a835bf8db6e027386','',NULL),(811,'en','default','5b2cbf75b74f9fc814eb10773fd123b8','Edit Video',NULL,NULL,'','LINE',NULL,0,'label for button in the video widget; should preferably not be longer than ~13 characters long','e94e06441a12752bbfe628c10f082613','',NULL),(812,'en','default','1456e0ff8b139c10c12d8da7219431ac','We can&#8217;t find that video. Check your <a href=\"%s\">media library</a> and make sure it wasn&#8217;t deleted.',NULL,NULL,'','LINE',NULL,0,'','bf8f8c7af176ba502f709a9c61ced478','',NULL),(813,'en','default','dc758d07b7bea56cbd9cf76e32889236','Video Widget',NULL,NULL,'','LINE',NULL,0,'','3e27664fd6f12f0d25582ce8de0c62ab','',NULL),(814,'en','default','fa9de058e901b3b8fb351fe74f052d12','Sorry, we can&#8217;t load the video at the supplied URL. Please check that the URL is for a supported video file (%s) or stream (e.g. YouTube and Vimeo).',NULL,NULL,'','LINE',NULL,0,'','b91f89c8fee2e683db7dd00dc43f6a70','',NULL),(815,'en','default','00246f446b4bf43f772f0f49cd012437','Login, RSS, &amp; WordPress.org links.',NULL,NULL,'','LINE',NULL,0,'','28d8cd8a11630e9687dea3562b4caf5d','',NULL),(816,'en','default','b6755d218d5f4e1cef9cce9cc39aeda9','Meta',NULL,NULL,'','LINE',NULL,0,'','f25e7dc8bdbe69d089daa332d12c06b0','',NULL),(817,'en','default','88e309b62c9d2dd682e95db34bc971c9','A search form for your site.',NULL,NULL,'','LINE',NULL,0,'','0bb89cc76545b82905c304c5bf0d2c41','',NULL),(818,'en','default','13348442cc6a27032d2b4aa28b75a5d3','Search',NULL,NULL,'','LINE',NULL,0,'Search widget','08b43de09358c7c1657a2b25377d563e','',NULL),(819,'en','default','1474d954ba9beee37365b71fb9e02b16','Arbitrary text.',NULL,NULL,'','LINE',NULL,0,'','a52c19c2c15d5b7f60b0d2570d94e578','',NULL),(820,'en','default','9dffbf69ffba8bc38bc4e01abf4b1675','Text',NULL,NULL,'','LINE',NULL,0,'','82ba376c1d5d0a113699f98a7953429c','',NULL),(821,'en','default','b2a3cfd1f4f03aa19eacf441e0a5d3ab','A list or dropdown of categories.',NULL,NULL,'','LINE',NULL,0,'','cec4e54ded251d249d4d274de7659ecd','',NULL),(822,'en','default','af1b98adf7f686b84cd0b443e022b7a0','Categories',NULL,NULL,'','LINE',NULL,0,'','74f8c0148bac022993f4fb18d8ab8dd1','',NULL),(823,'en','default','58e974b48f13693748ffb8886cfa58d5','Your site&#8217;s most recent Posts.',NULL,NULL,'','LINE',NULL,0,'','f07da2a8f7403e19038945b35870676e','',NULL),(824,'en','default','341825a909ae0a19dd9dbea98ef3e021','Recent Posts',NULL,NULL,'','LINE',NULL,0,'','a3ab5b8aea1966f410006d2f145672d6','',NULL),(825,'en','default','d712a4388edca136bcebcbe390bd16e8','Your site&#8217;s most recent comments.',NULL,NULL,'','LINE',NULL,0,'','9ede6b86f3fbb7d753095468a2685e90','',NULL),(826,'en','default','69e7df6b9f7404b4007d936978a45c81','Recent Comments',NULL,NULL,'','LINE',NULL,0,'','b9225fce823639b5c4008f02bd47957e','',NULL),(827,'en','default','09f21420c2703ae0d38817c70e909e66','Entries from any RSS or Atom feed.',NULL,NULL,'','LINE',NULL,0,'','a45529e4701f9aae74fc66fc8ef887de','',NULL),(828,'en','default','bf1981220040a8ac147698c85d55334f','RSS',NULL,NULL,'','LINE',NULL,0,'','6d85ab8eead863af1a0bc74c2d21f0e7','',NULL),(829,'en','default','38e22ddf6565bc9713f34aa14292258f','A cloud of your most used tags.',NULL,NULL,'','LINE',NULL,0,'','890da7e4259fec688b4c0d9ba6622654','',NULL),(830,'en','default','ea911fe5664a3e79364a7e39370548c6','Tag Cloud',NULL,NULL,'','LINE',NULL,0,'','0c0ca61613abf409c02763a1aab25854','',NULL),(831,'en','default','0b9f70a2794a61733c650ebc8bdac3dd','Add a navigation menu to your sidebar.',NULL,NULL,'','LINE',NULL,0,'','297ba2ad78991d008889a5107f646963','',NULL),(832,'en','default','4162dff3ce3190df121be62d921e0d38','Arbitrary HTML code.',NULL,NULL,'','LINE',NULL,0,'','30a68c05b27a2a1e39381e8ac4a7cbeb','',NULL),(833,'en','default','512923e3b931df3400cc06287e7541cc','Custom HTML',NULL,NULL,'','LINE',NULL,0,'','0f7bf53e2bcb07e00f644084295ea5d7','',NULL),(834,'en','wpml-string-translation','ebd83288b1b4ca950ca2986099e93777','Multilingual arbitrary text or HTML',NULL,NULL,'','LINE',NULL,0,'','b23861731ddf50a527bdc8c405d6e449','',NULL),(835,'en','wpml-string-translation','79a2f2031003f676ae69711f7dfc6ac5','Multilingual Text',NULL,NULL,'','LINE',NULL,0,'','ca48b7e25dc362cd48ce9cda3e131896','',NULL),(836,'en','sitepress','5917327c8129782edcc4f3d51f872151','Language Switcher',NULL,NULL,'','LINE',NULL,0,'','52240c30e01aafa881985e4e5ced4398','',NULL),(837,'en','default','630b03214d57dfbce477baf7e3f1ac54','You are about to permanently delete these items from your site.\nThis action cannot be undone.\n \'Cancel\' to stop, \'OK\' to delete.',NULL,NULL,'','LINE',NULL,0,'','1e76df49449c7476a350dae396bd946d','',NULL),(838,'en','default','8c1ee449418789460326ef3cb333e2d9','Dismiss this notice.',NULL,NULL,'','LINE',NULL,0,'','710274e15154f7ec5cfe5536bf18339e','',NULL),(839,'en','default','b7b331a2979b3a34452664f48bd993d9','Collapse Main menu',NULL,NULL,'','LINE',NULL,0,'','a01efa53eb07579c113aca10d8c46680','',NULL),(840,'en','default','b6285c26617407628bb2e398e3aad89d','Expand Main menu',NULL,NULL,'','LINE',NULL,0,'','5317582e3a50f6590fb9d747c17d1337','',NULL),(841,'en','default','c7a59caaf257d42a1853059a664a54e0','Close all open tags',NULL,NULL,'','LINE',NULL,0,'','3621c26cb086d8a0feb3ba6f38d4d358','',NULL),(842,'en','default','90198d984e80ec049134bbc7f7e92a1f','close tags',NULL,NULL,'','LINE',NULL,0,'','fd0113a9a3e46eeacd6ae54c72baa66b','',NULL),(843,'en','default','29903600533e7d928c16df1cb9787885','Enter the URL',NULL,NULL,'','LINE',NULL,0,'','5982b282338a75050e426cd382d3a333','',NULL),(844,'en','default','6109eec2cfbf630c3b4f71cc40c5f0fa','Enter the URL of the image',NULL,NULL,'','LINE',NULL,0,'','801479b741fc47598514dd05e8e88c62','',NULL),(845,'en','default','bb4112f230fd3646913d058a5156683c','Enter a description of the image',NULL,NULL,'','LINE',NULL,0,'','75e90823628286516d2656c22a881634','',NULL),(846,'en','default','5a5ef0e36141d96fcd78dc566777bb4f','text direction',NULL,NULL,'','LINE',NULL,0,'','65589415fc0033210ce3895766c176ee','',NULL),(847,'en','default','4b0efc98ab40ccb97706c360ac603d5f','Toggle Editor Text Direction',NULL,NULL,'','LINE',NULL,0,'','19ad371a701c3419e83d83828b253e91','',NULL),(848,'en','default','06b683307b1f1df14e2b46a32f17914b','Distraction-free writing mode',NULL,NULL,'','LINE',NULL,0,'','d7349605c180f396bd0ab16f77e4ae3a','',NULL),(849,'en','default','114c3050111d8b8ddd830b99ccebd246','Bold',NULL,NULL,'','LINE',NULL,0,'','3f186eb1866d7099f2d2ba6d24231fa6','',NULL),(850,'en','default','0181a71bfafe3f73a2c403e9a7f59ee9','Close bold tag',NULL,NULL,'','LINE',NULL,0,'','59e6dc106cfb3dead259df61d4ac71b1','',NULL),(851,'en','default','1d874710ccdcd46b95397049d2e7500c','Italic',NULL,NULL,'','LINE',NULL,0,'','30287ae682aba389bc42b9851cac2f69','',NULL),(852,'en','default','a70c1ad5de82bdefc215f0399a55319f','Close italic tag',NULL,NULL,'','LINE',NULL,0,'','dbab2ea741ab52323fb89f8d07801826','',NULL),(853,'en','default','92987a0bdafb6d7ae317581d48f723a8','Insert link',NULL,NULL,'','LINE',NULL,0,'','f0145932c03107c59fc8c44875bf044a','',NULL),(854,'en','default','146aaf1333c7e82829fe9c5c52340b56','Blockquote',NULL,NULL,'','LINE',NULL,0,'','402652778b781b901b0895a2b3916575','',NULL),(855,'en','default','d81228b048eaa055af0e1efb6cd71061','Close blockquote tag',NULL,NULL,'','LINE',NULL,0,'','921a7bd94abdb12b31f061ea59a5e94f','',NULL),(856,'en','default','d30698842616368c80183b091af79a26','Deleted text (strikethrough)',NULL,NULL,'','LINE',NULL,0,'','9ff29d807bd17f19c4a84c770a62b5e9','',NULL),(857,'en','default','5f0074f2cfa243784638c508ae3bfc7e','Close deleted text tag',NULL,NULL,'','LINE',NULL,0,'','314fdcb5204cc0e855e8262a953da5f5','',NULL),(858,'en','default','b48742471bdec805703d57268e2b5b66','Inserted text',NULL,NULL,'','LINE',NULL,0,'','4175f08c0d7d1b94715a6d8703877b82','',NULL),(859,'en','default','75da91a3d9c21001073c6ec20805b6cc','Close inserted text tag',NULL,NULL,'','LINE',NULL,0,'','861b7a08e94e3a082b6eef38ed1a357f','',NULL),(860,'en','default','21051abf79012a1b2ee50d13b9731a16','Insert image',NULL,NULL,'','LINE',NULL,0,'','46f3775610c126fc30ba6d3a889c6276','',NULL),(861,'en','default','7e0df159e037db49a0ce97098f05b5ac','Bulleted list',NULL,NULL,'','LINE',NULL,0,'','e8cea006b6833c48fcd6243922826d29','',NULL),(862,'en','default','f2662c4f779bac4d87922274d35baf62','Close bulleted list tag',NULL,NULL,'','LINE',NULL,0,'','668ebecb226741aa392d134321aab3ce','',NULL),(863,'en','default','4b985b57aabbd3110aac1d53b1a921c1','Numbered list',NULL,NULL,'','LINE',NULL,0,'','c138cb25e8e97347bc0066a51d6a3ff1','',NULL),(864,'en','default','a828d2b31573bb507a96435cf5c880ae','Close numbered list tag',NULL,NULL,'','LINE',NULL,0,'','50746293a238e263d6b6b0074d724222','',NULL),(865,'en','default','8e0bf63d17efdd34d586e7d1b5ff78c6','List item',NULL,NULL,'','LINE',NULL,0,'','569a4fe1c529c8b55051bb4c531d901d','',NULL),(866,'en','default','c07cdc214f2be245d045956857507fe9','Close list item tag',NULL,NULL,'','LINE',NULL,0,'','44d5638077a4d3f0131ca28dfde7e73c','',NULL),(867,'en','default','ca0dbad92a874b2f69b549293387925e','Code',NULL,NULL,'','LINE',NULL,0,'','97522f3165886ab6550968cea5236baf','',NULL),(868,'en','default','1065d0fbcf9ebf566d9e8890b6de1b89','Close code tag',NULL,NULL,'','LINE',NULL,0,'','0ce8547f2343fb956e230b185d32014f','',NULL),(869,'en','default','2232b8f4789c934f4e10863602b2c578','Insert Read More tag',NULL,NULL,'','LINE',NULL,0,'','693df09656cd38a08845b92684ea3cb5','',NULL),(870,'en','default','39449fa74c33866d565dd24ce08bf8e3','Sorry, you are not allowed to do that.',NULL,NULL,'','LINE',NULL,0,'','47a04868483fdaa36a623911f1798b26','',NULL),(871,'en','default','7c7efec2d1dfd66eb653cf98d4cc865c','Something went wrong.',NULL,NULL,'','LINE',NULL,0,'','616dba3a5e6716f6fdb7c072085632e9','',NULL),(872,'en','default','c8a59e7135a20b362f9c768b09454fdb','Dismiss',NULL,NULL,'','LINE',NULL,0,'','f51af01649221d1f9d79ab8fc8fb45d0','',NULL),(873,'en','default','14631d23680a54f2a2e9990cfd2af7b9','Your session has expired. You can log in again from this page or go to the login page.',NULL,NULL,'','LINE',NULL,0,'','8ba2d72664c086a92c5499a99f71c2bc','',NULL),(874,'en','default','3f24537d9d26ddf4fd334a881e46a0ec','No results found.',NULL,NULL,'','LINE',NULL,0,'','22e079b2df7e16947667e2d3cb661930','',NULL),(875,'en','default','3e1fcbedb9a9cdcc2ab7de3ec2c0ce40','1 result found. Use up and down arrow keys to navigate.',NULL,NULL,'','LINE',NULL,0,'','86eedf1eec3a3d4ea8dd77f24576c144','',NULL),(876,'en','default','d326e647db203b7859e315d28699f54f','%d results found. Use up and down arrow keys to navigate.',NULL,NULL,'','LINE',NULL,0,'','a71af5f109cf089d077dced98d6417ad','',NULL),(877,'en','default','4a6e5be246cb7c8e1df9528aa450b7b8','Item selected.',NULL,NULL,'','LINE',NULL,0,'','3bc362c647cec0f34a498d1c4f92df85','',NULL),(878,'en','default','3ef61c7b2bd8bdefe44e782cd85a63cf','Next &gt;',NULL,NULL,'','LINE',NULL,0,'','8d88a387458d577c64a317da6a7f5b63','',NULL),(879,'en','default','93819e8f150b7082ff169deef942fe5f','&lt; Prev',NULL,NULL,'','LINE',NULL,0,'','459557de77de129681b7bf7605f586a2','',NULL),(880,'en','default','8bf8854bebe108183caeb845c7676ae4','of',NULL,NULL,'','LINE',NULL,0,'','96699067a7d7506ee6a679f8d299c9b5','',NULL),(881,'en','default','d3d2e617335f08df83599665eef8a418','Close',NULL,NULL,'','LINE',NULL,0,'','a31114f8765af445540fb219b8fc2b6e','',NULL),(882,'en','default','416feffd5cb14a0cdca85835446f2c96','This feature requires inline frames. You have iframes disabled or your browser does not support them.',NULL,NULL,'','LINE',NULL,0,'','737eebcbe304fd36ede47385009f8e25','',NULL),(883,'en','default','5bf74857f394c28d0557fc94f56c870a','You have attempted to queue too many files.',NULL,NULL,'','LINE',NULL,0,'','5dcf49bb52065a3377e85e7ad79fab07','',NULL),(884,'en','default','9df6f136606e06c8fb8a192af1182186','%s exceeds the maximum upload size for this site.',NULL,NULL,'','LINE',NULL,0,'','fcc7bde2bb76d4ec814d411e918a9c19','',NULL),(885,'en','default','15bbfc8d24495b5c259e64c803bdcd75','This file is empty. Please try another.',NULL,NULL,'','LINE',NULL,0,'','8ee384c3aa2c76d98a8f9048dc2309ae','',NULL),(886,'en','default','6f389b9527a8a76bb11af34f9f109faf','Sorry, this file type is not permitted for security reasons.',NULL,NULL,'','LINE',NULL,0,'','d170c77c0b86b0a5d8baed0385486551','',NULL),(887,'en','default','fb6ffaf9ee797657db63054a2cbbf416','This file is not an image. Please try another.',NULL,NULL,'','LINE',NULL,0,'','0d8c213e2602f6e781830deb5d73b176','',NULL),(888,'en','default','d75006a65a7feb16da2758870875244d','Memory exceeded. Please try another smaller file.',NULL,NULL,'','LINE',NULL,0,'','acc1778f5310ce72499b6f2530ebe0f8','',NULL),(889,'en','default','e7a5c3907191e9bd4c886775e39bb269','This is larger than the maximum size. Please try another.',NULL,NULL,'','LINE',NULL,0,'','44d87d1a123d7e66f6f16a12eaa14665','',NULL),(890,'en','default','3c381e588a08d56b443ec775596a0f57','An error occurred in the upload. Please try again later.',NULL,NULL,'','LINE',NULL,0,'','854cb0e10928d44fdce537dd46f12a45','',NULL),(891,'en','default','bc755039bc92216220af1b18d910a6c3','There was a configuration error. Please contact the server administrator.',NULL,NULL,'','LINE',NULL,0,'','0ab4d941f6f5c18a6435133efe426c12','',NULL),(892,'en','default','782efed2c1b74869e4a2c285675fee08','You may only upload 1 file.',NULL,NULL,'','LINE',NULL,0,'','3fdf469392dcd2ff316a163b072ceba5','',NULL),(893,'en','default','8d41dcf3c3971ffa0531b6e96ac2d1ac','HTTP error.',NULL,NULL,'','LINE',NULL,0,'','49183c7b900a162c6d2f31ff3a4dce90','',NULL),(894,'en','default','cde28f5998d2dd5da84a4ab21143bc67','Upload failed.',NULL,NULL,'','LINE',NULL,0,'','e7261d1cf87f29f6411ae72ae1fc3ca5','',NULL),(895,'en','default','2812f6aa95814b2e90121ffabcfa86c7','Please try uploading this file with the %1$sbrowser uploader%2$s.',NULL,NULL,'','LINE',NULL,0,'','1e39e715443537d3a810a0c419c0f973','',NULL),(896,'en','default','bf9e89898a40abef46220b2cd89fab84','%s exceeds the maximum upload size for the multi-file uploader when used in your browser.',NULL,NULL,'','LINE',NULL,0,'','53dc4403d523f0d65dca68da8a667e96','',NULL),(897,'en','default','060dc976eff512760d472fbc3cc2f423','IO error.',NULL,NULL,'','LINE',NULL,0,'','d28f2f36b7b65b10cb758adfdc70f8e9','',NULL),(898,'en','default','11b0e87d9dba6dffd9915678ccec9535','Security error.',NULL,NULL,'','LINE',NULL,0,'','def8fc038755e26eb0d5db4583aa83ab','',NULL),(899,'en','default','17da121a5831fbef43e5b0a5ef52cb1c','File canceled.',NULL,NULL,'','LINE',NULL,0,'','90ddfebc63bcc07c87629181d8f9298a','',NULL),(900,'en','default','884d69a38dca21484bdb10764a87544a','Upload stopped.',NULL,NULL,'','LINE',NULL,0,'','c6f08673780846d43b8f3e182446f347','',NULL),(901,'en','default','df04b0e50e0e512b17ca76c086b9f5a7','Crunching&hellip;',NULL,NULL,'','LINE',NULL,0,'','ae0e0380d0a0325764b0f6821de53705','',NULL),(902,'en','default','a97a317b23af9ee558c7cca5c93958d7','moved to the trash.',NULL,NULL,'','LINE',NULL,0,'','92601f7aa61e9bb711bc4acf2c15e723','',NULL),(903,'en','default','ccbcc04032c67ee46bd597278b239a32','&#8220;%s&#8221; has failed to upload.',NULL,NULL,'','LINE',NULL,0,'','bf2868c61fb4b4fafb22c9515bf558e0','',NULL),(904,'en','default','65a9076e21b4d82c3854b1a4aad3f4fd','You are using a browser that does not have Flash player enabled or installed. Please turn on your Flash player plugin or download the latest version from https://get.adobe.com/flashplayer/',NULL,NULL,'','LINE',NULL,0,'','f1f60b27d3917cb11f13fd710152a6bd','',NULL),(905,'en','default','b966700942bd57bf4fa40d731b3bb47f','Turn off Fullscreen',NULL,NULL,'','LINE',NULL,0,'','84979a09e3e39acf8fb3adcd6d9bc445','',NULL),(906,'en','default','97ae1147c0ccb2a816eaee11e2b397d2','Go Fullscreen',NULL,NULL,'','LINE',NULL,0,'','f0558811eca1d7a7841af541236a7084','',NULL),(907,'en','default','45478649ca94a2e85048a1c2713ce76a','Download Video',NULL,NULL,'','LINE',NULL,0,'','6e5b4d17e98c43133a9c1301ff3a570c','',NULL),(908,'en','default','0829ea6734059d66e6bf87096b215dc1','Fullscreen',NULL,NULL,'','LINE',NULL,0,'','ca97d521c79fb3aaabc418db8512c356','',NULL),(909,'en','default','c7aafe1a96215c1b6356fe61cd8d9969','Jump forward 1 second',NULL,NULL,'','LINE',NULL,0,'','52b5236e44dbb5f0728fab55da057196','',NULL),(910,'en','default','1f99d442e14262c19400f905fea9d358','Jump forward %1 seconds',NULL,NULL,'','LINE',NULL,0,'','8ffb09b55120b166ae6c106893154aaa','',NULL),(911,'en','default','adbd4f50d3d966c33016032ad38f976e','Toggle Loop',NULL,NULL,'','LINE',NULL,0,'','6e1f03a7a59a39e37e0e2cdeb56fed81','',NULL),(912,'en','default','de3c731be5633838089a07179d301d7b','Play',NULL,NULL,'','LINE',NULL,0,'','0db8eec8d260bc520e61d7013be3e601','',NULL),(913,'en','default','105b296a83f9c105355403f3332af50f','Pause',NULL,NULL,'','LINE',NULL,0,'','30cb9db29aa33b01b2e6a3b3cdabbb78','',NULL),(914,'en','default','5818041ad9207d48d0ff65f72cffad61','Time Slider',NULL,NULL,'','LINE',NULL,0,'','d4d10defed47f77654865874f8274453','',NULL),(915,'en','default','ab59431e6448123615e6159af2766327','Use Left/Right Arrow keys to advance one second, Up/Down arrows to advance ten seconds.',NULL,NULL,'','LINE',NULL,0,'','b4f251b3cb00816e12d1ebf835b91fbd','',NULL),(916,'en','default','0f5144e60c1774aee5cd557aae3a8e19','Skip back 1 second',NULL,NULL,'','LINE',NULL,0,'','3c013ecc8eadeb75b4958ac061e2c831','',NULL),(917,'en','default','652f58bc874d516541f9fabbabe1a775','Skip back %1 seconds',NULL,NULL,'','LINE',NULL,0,'','8aaaa8bbd4e60c4d16fd489dffca0011','',NULL),(918,'en','default','19b1ff75dcae5221019c1d72ef950b3d','Captions/Subtitles',NULL,NULL,'','LINE',NULL,0,'','cb54c9190caeab9f302e2fa658664bf7','',NULL),(919,'en','default','dbb77931db994dbdc62c0d5ff37ac71b','Chapters',NULL,NULL,'','LINE',NULL,0,'','52a234c6becc108e48b87ebb410f6d3a','',NULL),(920,'en','default','6adf97f83acf6453d4a6a4b1070f3754','None',NULL,NULL,'','LINE',NULL,0,'','35cf2bb59cb3aad28a7250dd261ebb56','',NULL),(921,'en','default','db7644136327bb1ba362507a6a9f0b9f','Mute Toggle',NULL,NULL,'','LINE',NULL,0,'','b82a9e87c1afdfc14c392e74bcafc1c7','',NULL),(922,'en','default','947c66075475faaeca0a4ae5816b7e6c','Use Up/Down Arrow keys to increase or decrease volume.',NULL,NULL,'','LINE',NULL,0,'','e84af9e96fc1aeb42d55d1d4df53a9c0','',NULL),(923,'en','default','454761c561b8a59823e80dff51fc49d1','Unmute',NULL,NULL,'','LINE',NULL,0,'','718a4a4d2a0d9cc16853c51b64a73322','',NULL),(924,'en','default','00cd7be4cb21c59179316d7844a8cfc4','Mute',NULL,NULL,'','LINE',NULL,0,'','a8cb9f040cff3cb9a3760dce4a1686d3','',NULL),(925,'en','default','ca65a525a0282c0abcb7f591801c7b67','Volume Slider',NULL,NULL,'','LINE',NULL,0,'','83fbb9026cb109120d158a0945b4b288','',NULL),(926,'en','default','9ff7aedbb97ead6f3840ce4cf984d800','Video Player',NULL,NULL,'','LINE',NULL,0,'','1b979bcd006c8330ba9ce3488577de55','',NULL),(927,'en','default','b70b71b1ae4447e5b3191b6678509242','Audio Player',NULL,NULL,'','LINE',NULL,0,'','0318239e4cccd8da4e8c0308656da5b3','',NULL),(928,'en','default','edc665a6c6fb9ceafd577fcac6795865','Skip ad',NULL,NULL,'','LINE',NULL,0,'','d2dbde3c7d566903e37eddf95f599dd6','',NULL),(929,'en','default','71d42959794ad1f69f6ee03fb8f9a4d9','Skip in 1 second',NULL,NULL,'','LINE',NULL,0,'','a657d7893ae4c08c3e0b5950bf742cbd','',NULL),(930,'en','default','9130363ada97a4cb4b02282caf9cee2d','Skip in %1 seconds',NULL,NULL,'','LINE',NULL,0,'','89ee21c7270d7bc4d1546d8bffbdae53','',NULL),(931,'en','default','24ccefd951bbb6e66b0f53e640b59694','Source Chooser',NULL,NULL,'','LINE',NULL,0,'','aa899caca0ec3280e732e90465829d6f','',NULL),(932,'en','default','11a755d598c0c417f9a36758c3da7481','Stop',NULL,NULL,'','LINE',NULL,0,'','8e066e2a11c2b9fcde53a153f1883c21','',NULL),(933,'en','default','fdb0bd700ddcef14e55223aa3c2438aa','Speed Rate',NULL,NULL,'','LINE',NULL,0,'','b67ee909b9e77cb8975778d75a158a0a','',NULL),(934,'en','default','3986493e6ca3f330ca36754a9301dcfa','Live Broadcast',NULL,NULL,'','LINE',NULL,0,'','da790a52808b1b1cc2fb6043db7f0cbe','',NULL),(935,'en','default','170d296d4201ee1af7a8867e9b0ca3a7','Afrikaans',NULL,NULL,'','LINE',NULL,0,'','51a87f17866a33894e556712cc7548ca','',NULL),(936,'en','default','a716b6a3e8cf5994165d64d712db61d8','Albanian',NULL,NULL,'','LINE',NULL,0,'','abf2d25f0fcac44a088cf18541a0ddeb','',NULL),(937,'en','default','272ccb8592bafde0baf1dedce0fd3ac2','Arabic',NULL,NULL,'','LINE',NULL,0,'','6cae91125e6b1ce8b2a6f4800467ca93','',NULL),(938,'en','default','0a6de4460095f398e8a45ed512a7538f','Belarusian',NULL,NULL,'','LINE',NULL,0,'','f1e458990412bfce475166b76b988140','',NULL),(939,'en','default','60bb3bcc6ff535428a38f76f1059b2d2','Bulgarian',NULL,NULL,'','LINE',NULL,0,'','b181298a91efdb60e26782e114bdc9b0','',NULL),(940,'en','default','900a14b115614d9d4d1c47f1d3a3251b','Catalan',NULL,NULL,'','LINE',NULL,0,'','a141d9d73d0d569fee2844a2ea8cea43','',NULL),(941,'en','default','3b261136e3c33f35e0a58611b1f344cb','Chinese',NULL,NULL,'','LINE',NULL,0,'','276d5c7ac7766571873bb390a5ccb604','',NULL),(942,'en','default','c6606fd0c7e63446a7839bd982c9ce7f','Chinese (Simplified)',NULL,NULL,'','LINE',NULL,0,'','f0c914eb539562cda18ab469c0d90a21','',NULL),(943,'en','default','658edc15e33dabbc949c26031c154fe8','Chinese (Traditional)',NULL,NULL,'','LINE',NULL,0,'','14c151cf7b6d48678f1fd46c20cc2385','',NULL),(944,'en','default','0c1be09bad2acaa2fa315b88abda8a32','Croatian',NULL,NULL,'','LINE',NULL,0,'','604c52959bf08700c1186ef84a7bf06e','',NULL),(945,'en','default','83ff4480cdf2900ae83bf30d95774d76','Czech',NULL,NULL,'','LINE',NULL,0,'','81baac0c7c710dc6bf58b2c6e45d586e','',NULL),(946,'en','default','7bc6f150ce738db3d21cbe0b75aea027','Danish',NULL,NULL,'','LINE',NULL,0,'','9a4521f594052e373454a0c6b2b180bb','',NULL),(947,'en','default','68bf367e228f45ba83cb8831a5ee6447','Dutch',NULL,NULL,'','LINE',NULL,0,'','ff1d25ac919497e477b5afcefd0871a2','',NULL),(948,'en','default','78463a384a5aa4fad5fa73e2f506ecfc','English',NULL,NULL,'','LINE',NULL,0,'','a2344ba0745fb5bd2cdc61a22e557882','',NULL),(949,'en','default','28916fc3da67a5190b2b98a7f309857f','Estonian',NULL,NULL,'','LINE',NULL,0,'','3785dac5ed454aa8f1596ee434817bd5','',NULL),(950,'en','default','473a1337a08505cff4da2b79e2145015','Filipino',NULL,NULL,'','LINE',NULL,0,'','d1716cd7a0582031842873e51e691b65','',NULL),(951,'en','default','9ae099fd082267fa2f2f85664a4f74dc','Finnish',NULL,NULL,'','LINE',NULL,0,'','5ade8dce39013ab4355b8594eeaf82a1','',NULL),(952,'en','default','ad225f707802ba118c22987186dd38e8','French',NULL,NULL,'','LINE',NULL,0,'','b497a07e470aa7178a1647504bfb4745','',NULL),(953,'en','default','516a623325ded756f29f124618baabbc','Galician',NULL,NULL,'','LINE',NULL,0,'','8e21dd2599c041e7f9e4689dd2289ea0','',NULL),(954,'en','default','86bc3115eb4e9873ac96904a4a68e19e','German',NULL,NULL,'','LINE',NULL,0,'','ffbd98a236d043e04ff21eac3bd325be','',NULL),(955,'en','default','0aafa497807d5ac9b509656bd13b5283','Greek',NULL,NULL,'','LINE',NULL,0,'','2b4cc327c4aef67778246ee05eebd7f0','',NULL),(956,'en','default','7399ec7d744a0bf918af8a1975bebeca','Haitian Creole',NULL,NULL,'','LINE',NULL,0,'','9258fedef2130c130001bf79f534e66a','',NULL),(957,'en','default','c6c1f81a46666385fa7d85df7eaf8763','Hebrew',NULL,NULL,'','LINE',NULL,0,'','2ca3c365aabeead32332925b56656279','',NULL),(958,'en','default','45c3171ef193c74b402f407fba9d955b','Hindi',NULL,NULL,'','LINE',NULL,0,'','ef65d9f2174284e188622426cd13034a','',NULL),(959,'en','default','7b86112ec6401fd8f06ab5251d1a68fe','Hungarian',NULL,NULL,'','LINE',NULL,0,'','27e809bd6be591ffb9abfe5242621651','',NULL),(960,'en','default','4c545ca25c8a34a533be19e7a1c44a79','Icelandic',NULL,NULL,'','LINE',NULL,0,'','efe98f008382fddf7f26e3874cd9125d','',NULL),(961,'en','default','cc1c9b57607b4439578b68074a5e2d80','Indonesian',NULL,NULL,'','LINE',NULL,0,'','cda89fa8d21f578426a14a6a80acd4a4','',NULL),(962,'en','default','2cfce796f4703d560ae1c3a1b3fb7e74','Irish',NULL,NULL,'','LINE',NULL,0,'','8beb39b19aff6b08548424608d384851','',NULL),(963,'en','default','4be8e06d27bca7e1828f2fa9a49ca985','Italian',NULL,NULL,'','LINE',NULL,0,'','2e26922e685cf47bdb387c9b73644d41','',NULL),(964,'en','default','f32ced6a9ba164c4b3c047fd1d7c882e','Japanese',NULL,NULL,'','LINE',NULL,0,'','60b2485bcc347cc94aa767f4e079b899','',NULL),(965,'en','default','d0bdb3cde477d82e766da05ebda50ccb','Korean',NULL,NULL,'','LINE',NULL,0,'','0affb70ce791a5259c443b7512f975af','',NULL),(966,'en','default','76ad0358e45dd4087c0a26bbf4c160e3','Latvian',NULL,NULL,'','LINE',NULL,0,'','fe5ee53704787005fff1025e56cbf978','',NULL),(967,'en','default','04f605836f660d879bf3fb2b3643d16b','Lithuanian',NULL,NULL,'','LINE',NULL,0,'','b370cc2da4d1e5f0a24d6db0e0e2403d','',NULL),(968,'en','default','c1e1b1f8bdaab4b0fc183e147887e0e1','Macedonian',NULL,NULL,'','LINE',NULL,0,'','d783bd370de8231167fcc5c457ceccae','',NULL),(969,'en','default','fc179207920005b7dca85323ceacf5eb','Malay',NULL,NULL,'','LINE',NULL,0,'','61bbe7a2aad6699215289f824326c86e','',NULL),(970,'en','default','4d0c1117e593a084406068a55ab227b9','Maltese',NULL,NULL,'','LINE',NULL,0,'','8d916d1b0c5bc5459d53cb36219af4c8','',NULL),(971,'en','default','da550ca06bcacbd30b7c6ed32c864c70','Norwegian',NULL,NULL,'','LINE',NULL,0,'','df13a966c301dbc422c510eacea613dc','',NULL),(972,'en','default','8032c149d0e48ad38ef6b60289f910cd','Persian',NULL,NULL,'','LINE',NULL,0,'','5acbd6ebf78c80d8fe616b43f3e318a3','',NULL),(973,'en','default','c730389bc8d99e59c867766babdd48b5','Polish',NULL,NULL,'','LINE',NULL,0,'','4558381c08c8f434ca6d9541c31d239d','',NULL),(974,'en','default','30e32c7c4cf434e9c75e60c14c442541','Portuguese',NULL,NULL,'','LINE',NULL,0,'','1cb7d2fb719bca40326b5ed7149c01eb','',NULL),(975,'en','default','efa7394ecaa7fc7076a9da13a77236b8','Romanian',NULL,NULL,'','LINE',NULL,0,'','4f02137091f738c6170787471d377454','',NULL),(976,'en','default','deba6920e70615401385fe1fb5a379ec','Russian',NULL,NULL,'','LINE',NULL,0,'','35b15215f46e85db1c8c73b7316812d2','',NULL),(977,'en','default','055301c56abc82dd3a81ea3810ad0599','Serbian',NULL,NULL,'','LINE',NULL,0,'','5ab54ca126d594824fccbd591a30fe76','',NULL),(978,'en','default','9accc467b159e7ce158e53209c0cde2a','Slovak',NULL,NULL,'','LINE',NULL,0,'','365cc94b60d965a0ec466b5399bc4dbc','',NULL),(979,'en','default','6e9970eac6ca16e34a8eac50070c49ce','Slovenian',NULL,NULL,'','LINE',NULL,0,'','05ca0ad0c8a33c64da3fb0f420f3269f','',NULL),(980,'en','default','cb5480c32e71778852b08ae1e8712775','Spanish',NULL,NULL,'','LINE',NULL,0,'','78d30871445535900ad545b13baf0fd6','',NULL),(981,'en','default','9af95fb4ee44dce25961e7251072625b','Swahili',NULL,NULL,'','LINE',NULL,0,'','0798893700b95052b919d9659505d315','',NULL),(982,'en','default','41171a0fcd362ce98b5f0f11398713b6','Swedish',NULL,NULL,'','LINE',NULL,0,'','03ffbfc5a29376b815f4eda97c3db497','',NULL),(983,'en','default','fee973126d42389ac96082e9ca6961fa','Tagalog',NULL,NULL,'','LINE',NULL,0,'','71f1c8d1925cc317d58cb0fad849f092','',NULL),(984,'en','default','43ddc789bcea4177a14791f6c9a03b28','Thai',NULL,NULL,'','LINE',NULL,0,'','60b640898248beec9b58bf8885cc2291','',NULL),(985,'en','default','c1612bbdebfa45467e8ab814e08daff1','Turkish',NULL,NULL,'','LINE',NULL,0,'','f0272e8c73b146bf3f7f0edcf7f2a093','',NULL),(986,'en','default','e78a6fc14ad64f7a78386b20568ce95b','Ukrainian',NULL,NULL,'','LINE',NULL,0,'','36dc4259d51866b07c97033351d5007d','',NULL),(987,'en','default','7b80fae85640c16cdb0261bef0c27636','Vietnamese',NULL,NULL,'','LINE',NULL,0,'','8535007d094a66479857e5a18dc02f80','',NULL),(988,'en','default','bbb0fa49b525c4264f4ad7a06adc3e07','Welsh',NULL,NULL,'','LINE',NULL,0,'','f73290db91da49fbedfd852317d8f94b','',NULL),(989,'en','default','6d49a35951ace13a6294548e5137157f','Yiddish',NULL,NULL,'','LINE',NULL,0,'','1c969ca78dfb6fa26f495e84bba7b1ce','',NULL),(990,'en','default','3f76a323c846e340d120e8ca24d28e30','The changes you made will be lost if you navigate away from this page.',NULL,NULL,'','LINE',NULL,0,'','3a6ae189719352cb24a0c2e1c9b36781','',NULL),(991,'en','default','421747678a12ff700a6934d777ea533d','Something went wrong. Your change may not have been saved. Please try again. There is also a chance that you may need to manually fix and upload the file over FTP.',NULL,NULL,'','LINE',NULL,0,'','abd0224ddc8deeef43a92cd2dfdb5f4c','',NULL),(992,'en','default','a39751b359911266ed8ec49b5f0348f8','There is %d error which must be fixed before you can update this file.',NULL,NULL,'','LINE',NULL,0,'','898e1fe61d4cfaa6e1b74d13259f3edf','',NULL),(993,'en','default','b2ddce1619e12291038f97ebf7c484f5','There are %d errors which must be fixed before you can update this file.',NULL,NULL,'','LINE',NULL,0,'','39cf5ca4d002f326c5e79d54f33edaa6','',NULL),(994,'en','default','ca756f5241d624bd02ed8e29f59ccce7','Password strength unknown',NULL,NULL,'','LINE',NULL,0,'password strength','10634e2a18359f14b57c116b4f29f15d','',NULL),(995,'en','default','30a3534b67a9a2c4cb3f1bb8659b321f','Very weak',NULL,NULL,'','LINE',NULL,0,'password strength','a18ea07bfec5e7481e50098888f20ba6','',NULL),(996,'en','default','7324e3727807d95037eb19d304fd91ec','Weak',NULL,NULL,'','LINE',NULL,0,'password strength','d8da4a019698ef4d8663d27b539ea7e1','',NULL),(997,'en','default','87f8a6ab85c9ced3702b4ea641ad4bb5','Medium',NULL,NULL,'','LINE',NULL,0,'password strength','517541986916fea57523d49b975db558','',NULL),(998,'en','default','c43e0fd449c758dab8f891d8e19eb1a9','Strong',NULL,NULL,'','LINE',NULL,0,'password strength','d421c18be2fde6101de7dde012c20be4','',NULL),(999,'en','default','5b0a8637935072d1ec30e60bb2cae1e6','Mismatch',NULL,NULL,'','LINE',NULL,0,'password mismatch','8519cddfbc5ca25e760cf672452df44a','',NULL),(1000,'en','default','cea39c8390a8bd7e62e1b445dc9190c6','Your new password has not been saved.',NULL,NULL,'','LINE',NULL,0,'','4ee13169200718b27e7368a1aa99a300','',NULL),(1001,'en','default','0231c5d7fe98df05a6a2110c5bcb846e','Confirm use of weak password',NULL,NULL,'','LINE',NULL,0,'','21f3d691b943b0c716b796e43c8776fb','',NULL),(1002,'en','default','498f79c4c5bbde77f1bceb6c86fd0f6d','Show',NULL,NULL,'','LINE',NULL,0,'','b52d627834326ceef183b56777ffad4f','',NULL),(1003,'en','default','62a5e490880a92eef74f167d9dc6dca0','Hide',NULL,NULL,'','LINE',NULL,0,'','81ec8a330ff644c9ea84ddaeb26987a5','',NULL),(1004,'en','default','ea4788705e6873b424c65e91c2846b19','Cancel',NULL,NULL,'','LINE',NULL,0,'','344122411c0760a6eaa15025fff73a70','',NULL),(1005,'en','default','a1cc7ba89ca3016cf59d7c31506a9681','Show password',NULL,NULL,'','LINE',NULL,0,'','68d3e960237436c63d5a09d9b3fb81e2','',NULL),(1006,'en','default','3f5b7abc4738f2132264c2510f9dc39f','Hide password',NULL,NULL,'','LINE',NULL,0,'','f6a98d9743bee5bfd08530a2388cb5c1','',NULL),(1007,'en','default','a4be07f83159246e9fa26048e982999a','Insert/edit link',NULL,NULL,'','LINE',NULL,0,'','fa3ded997d13e357375a6a3ef61a9b13','',NULL),(1008,'en','default','06933067aafd48425d67bcb01bba5cb6','Update',NULL,NULL,'','LINE',NULL,0,'','75c32262eca43c6cc7c1c51c70e20c73','',NULL),(1009,'en','default','580b21aac58f1b73cece26e272cdfbee','Add Link',NULL,NULL,'','LINE',NULL,0,'','491b368673e8ed219e6620cbbf0af559','',NULL),(1010,'en','default','2e46eab92bf73b409799a8baaa13f8f2','(no title)',NULL,NULL,'','LINE',NULL,0,'','f35113481665a1de249605ef7d5f8272','',NULL),(1011,'en','default','9fa2290d1b5ef6929711c70f91c107fc','Link selected.',NULL,NULL,'','LINE',NULL,0,'','6b34efd007b7239b8c8eeced415965cf','',NULL),(1012,'en','default','8ee50d444b83fd3c033cbdb9d60396b9','Link inserted.',NULL,NULL,'','LINE',NULL,0,'','6a1d0edf49665dfb70373a94f88c174c','',NULL),(1013,'en','default','1713c73b9dfb01d5d118c0a92141fe10','Activate &amp; Publish',NULL,NULL,'','LINE',NULL,0,'','94dd7330070ebb230f363d36406c149b','',NULL),(1014,'en','default','7df2b1ddee4dfe3745b3becfdca5840f','Save &amp; Publish',NULL,NULL,'','LINE',NULL,0,'','1a05952269cca0d58dda3ad656fdf876','',NULL),(1015,'en','default','110a4b01beabd53b661a47d4b44bd7a8','Publish',NULL,NULL,'','LINE',NULL,0,'','1c4a45c23d139543e8fd8f2f4bab3039','',NULL),(1016,'en','default','9b9d8a976b42e0bd66381797644943d5','Published',NULL,NULL,'','LINE',NULL,0,'','114b3f973c32a14fb3f38ccaa0e7996f','',NULL),(1017,'en','default','5778e182c50cbba1d86e14690c8aa35c','Save Draft',NULL,NULL,'','LINE',NULL,0,'','6f1be29fd03b64e11580b955b5974ece','',NULL),(1018,'en','default','6c72916b25f0dc05f575f80b060472fd','Draft Saved',NULL,NULL,'','LINE',NULL,0,'','183ce40a162f34176659430e288cbab6','',NULL),(1019,'en','default','6909beea5b50605780e3411f879fe916','Updating',NULL,NULL,'','LINE',NULL,0,'','37ece26fd698f0315857698dbab26b21','',NULL),(1020,'en','default','25f7347236b51a5eae4ba01a7862cb55','Schedule',NULL,NULL,'','LINE',NULL,0,'customizer changeset action/button label','bff8fe193166248659114858fd74ed43','',NULL),(1021,'en','default','2b7dabba0077abe3732e0418b048a56b','Scheduled',NULL,NULL,'','LINE',NULL,0,'customizer changeset status','25f1bb29f0c462450dd8963248c268d3','',NULL),(1022,'en','default','4bbb8f967da6d1a610596d7257179c2b','Invalid',NULL,NULL,'','LINE',NULL,0,'','351b994b3bfca0783ce023f0150ccad7','',NULL),(1023,'en','default','602903ae68ffb13a194bdf7b0cd7738b','Please save your changes in order to share the preview.',NULL,NULL,'','LINE',NULL,0,'','d59c3641e7c22b2b0946a37f8ea98d1e','',NULL),(1024,'en','default','5175d63eff1c5a711dbdd482a339d0b6','You must supply a future date to schedule.',NULL,NULL,'','LINE',NULL,0,'','522b998c05a27c2cc56d0ab11dbc928c','',NULL),(1025,'en','default','248336101b461380a4b2391a7625493d','Saved',NULL,NULL,'','LINE',NULL,0,'','1e4f94ff7aaeccd4fe8af1a78eba5923','',NULL),(1026,'en','default','004bf6c9a40003140292e97330236c53','Action',NULL,NULL,'','LINE',NULL,0,'','381dcdb7ff9c883351e740c7f004cba0','',NULL),(1027,'en','default','98313f623bb6f464b9a154eca0b99bf3','Discard changes',NULL,NULL,'','LINE',NULL,0,'','1e692736246797c7aab741941c5bd920','',NULL),(1028,'en','default','ceeb747eae4782eaa4db1155daaf7edf','You need a higher level of permission.',NULL,NULL,'','LINE',NULL,0,'','b82bff7d10dd82aa21731900eb90708f','',NULL),(1029,'en','default','be5b2b2a61557428c3b7d601db7907d2','Sorry, you are not allowed to customize this site.',NULL,NULL,'','LINE',NULL,0,'','2f787dc16002d91deab6bc53aa8a29a8','',NULL),(1030,'en','default','1f159ff5cbf5617a5647b92885546b5a','Site Preview',NULL,NULL,'','LINE',NULL,0,'','e6fb95c9101295e2749cef7783748654','',NULL),(1031,'en','default','f31f28ce9cd8a8aa87bb51f54bb27df1','Session expired',NULL,NULL,'','LINE',NULL,0,'','978937c0b5430b54d4feb73f93221c58','',NULL),(1032,'en','default','12d2be1600d506b174752715e8aa6eb2','Hide Controls',NULL,NULL,'','LINE',NULL,0,'label for hide controls button without length constraints','572357875d4c3eb12dac7b4dd96976e5','',NULL),(1033,'en','default','2cce00e9e8c8c6dd9b6ac2980e4c30c0','Show Controls',NULL,NULL,'','LINE',NULL,0,'label for hide controls button without length constraints','1f9f3ba4baa711906339555b17113baf','',NULL),(1034,'en','default','35c3155aadfb8ede83ff3098691ea878','(Untitled)',NULL,NULL,'','LINE',NULL,0,'','bbb127b7eca90e2a7ad00569e2f9ea71','',NULL),(1035,'en','default','e191cea0bbefcddce33bb55f60d75e4f','Looks like something&#8217;s gone wrong. Wait a couple seconds, and then try again.',NULL,NULL,'','LINE',NULL,0,'','5634e75cda9ba1cb8ce263ec2c16d4ac','',NULL),(1036,'en','default','191d138ef6ea28849bdd863418c87ba1','Downloading your new theme&hellip;',NULL,NULL,'','LINE',NULL,0,'','04004484f894ee34710042cb8b42f283','',NULL),(1037,'en','default','e202bbae3c09098fbd74823dc3a7f331','Setting up your live preview. This may take a bit.',NULL,NULL,'','LINE',NULL,0,'','be25e7ec866a4b6360ad016f91c85210','',NULL),(1038,'en','default','82876d41b497ae7bc2393507144405f5','Reverting unpublished changes&hellip;',NULL,NULL,'','LINE',NULL,0,'','f58f8ab392bcbf12f24ec906bef401b2','',NULL),(1039,'en','default','22175865e510c60f2d616bf579694bd7','Are you sure you&#8217;d like to discard your unpublished changes?',NULL,NULL,'','LINE',NULL,0,'','ad9bf0aa10dbeb4fccb577c312b2393c','',NULL),(1040,'en','default','14067cbc30d4f22eb680f236a8fc82c3','%s has taken over and is currently customizing.',NULL,NULL,'','LINE',NULL,0,'','c6a54c1726e8d55848a152b94a73ab76','',NULL),(1041,'en','default','bed99a8f4fd010a7b546318f19973fdb','There is a more recent autosave of your changes than the one you are previewing. <a href=\"%s\">Restore the autosave</a>',NULL,NULL,'','LINE',NULL,0,'','01bc61757b4f7dbcee8be44d6727d13a','',NULL),(1042,'en','default','535038f721137c0e370be5bc77024d92','This theme doesn&#8217;t support video headers on this page. Navigate to the front page or another page that supports video headers.',NULL,NULL,'','LINE',NULL,0,'','7d55676afe83d6b3970e0cbcf12d821b','',NULL),(1043,'en','default','6c6651f3271d97a4e1d1a762905c1a96','Allowed Files',NULL,NULL,'','LINE',NULL,0,'','1e2545ba5d0d7b448410ee3dc138d635','',NULL),(1044,'en','default','b34405939554646a3db84c797ff81576','There is %d error which must be fixed before you can save.',NULL,NULL,'','LINE',NULL,0,'','830ed3f7a0e31f60dcf6a6806c123e5f','',NULL),(1045,'en','default','4dfa96d2e24dd85cc9fbd76186e4aee0','There are %d errors which must be fixed before you can save.',NULL,NULL,'','LINE',NULL,0,'','aa16ea8770b61aa1af8079a6fec45b67','',NULL),(1046,'en','default','6a860ec3e4aea62e10998cb4cb8da448','Homepage and posts page must be different.',NULL,NULL,'','LINE',NULL,0,'','d2dabbb8d3d9831b6e3c56144ca0a31c','',NULL),(1047,'en','default','533f3e6155bebf08fa1aa674cd084324','Unable to save due to %s invalid setting.',NULL,NULL,'','LINE',NULL,0,'','24def2ce30f1ce8c3357f655a30d19db','',NULL),(1048,'en','default','ca0670e05c30608702b7770c262ee719','Unable to save due to %s invalid settings.',NULL,NULL,'','LINE',NULL,0,'','db812cd6a6881f76bcd1f59228a5f7b0','',NULL),(1049,'en','default','66ca9e873d00d9892c862c9b9c4ef68d','Schedule your customization changes to publish (\"go live\") at a future date.',NULL,NULL,'','LINE',NULL,0,'','d67a64fd2011aab118627fe73ca79f1d','',NULL),(1050,'en','default','cf5509bf76c558890415709ae2a9427f','Sorry, you can&#8217;t preview new themes when you have changes scheduled or saved as a draft. Please publish your changes, or wait until they publish to preview new themes.',NULL,NULL,'','LINE',NULL,0,'','9b6ad44deb2c95e97edb1786a8492e09','',NULL),(1051,'en','default','46cd952910a453ea51b9aa6cdbd3c4f4','You won&#8217;t be able to install new themes from here yet since your install requires SFTP credentials. For now, please <a href=\"%s\">add themes in the admin</a>.',NULL,NULL,'','LINE',NULL,0,'','997690727841a0129760bd6b74ed29a7','',NULL),(1052,'en','default','d4e86b7a94a94314274f902ef02b2eca','Publish Settings',NULL,NULL,'','LINE',NULL,0,'','ed908076c5465e005358015d38aabe07','',NULL),(1053,'en','default','9e02aff415bb54df2b36554d62bea3e9','Invalid date.',NULL,NULL,'','LINE',NULL,0,'','bc8df6e1e63179782673f0d88bd97a48','',NULL),(1054,'en','default','8b99b414ace981405818208594fe3329','Invalid value.',NULL,NULL,'','LINE',NULL,0,'','edd1ae7b1e75763c1f9111e3f41dbabb','',NULL),(1055,'en','default','ed2b5c0139cec8ad2873829dc1117d50','on',NULL,NULL,'','LINE',NULL,0,'Open Sans font: on or off','aa2993cdf2d27a7faa7dd22afbefd527','',NULL),(1056,'en','default','e9824458385172876130bb904819cf2c','no-subset',NULL,NULL,'','LINE',NULL,0,'Open Sans font: add new subset (greek, cyrillic, vietnamese)','f3d8860d1bbefadf8e65ac29e94c0f4e','',NULL),(1057,'en','acf','03e0c5bbd5488f1e5ec282529dac9635','Add Row',NULL,NULL,'','LINE',NULL,0,'','d9606a35e65392eb6fc1e13004d8e637','',NULL),(1058,'en','acf','ff24590464659ee8cdec688128c35f89','Clone',NULL,NULL,'','LINE',NULL,0,'noun','e1a83c9812e00985355471a90d94d3e8','',NULL),(1059,'en','acf','ab68026f8c8f970e3258e3d38bd55e60','Post Template',NULL,NULL,'','LINE',NULL,0,'','9b2eac4b0b50ceb91d223de8d367ebb8','',NULL),(1060,'en','acf','bb2e4b1b9eb8f37985ca01a6effc4357','Post Status',NULL,NULL,'','LINE',NULL,0,'','b2de4f2cfa86a1169ccd4817138b3a3a','',NULL),(1061,'en','acf','b2162de16f16a02287aab900cfa04463','Post Format',NULL,NULL,'','LINE',NULL,0,'','5da0fdd112dff17e9eabec365567025c','',NULL),(1062,'en','acf','e99e809ae161f1d8f2376f726252b8d0','Post Category',NULL,NULL,'','LINE',NULL,0,'','5a684ef99df191b331c2e5173ffae3b2','',NULL),(1063,'en','acf','b8d0d324efb4dd437db0009a17ce4cc8','Post Taxonomy',NULL,NULL,'','LINE',NULL,0,'','7dd266c2d903ca36996ff00627e1752a','',NULL),(1064,'en','acf','03d947a2158373c3b9d74325850cb8b9','Post',NULL,NULL,'','LINE',NULL,0,'','e70f3fa57d0d667027f6a7d034b161ad','',NULL),(1065,'en','acf','ec2fd1d4b88e244960104512b85ab31c','Page Template',NULL,NULL,'','LINE',NULL,0,'','abfdcaca59a7edad3fc4eab518297889','',NULL),(1066,'en','acf','6a5b847af3d97df722040debdbccfbed','Page Type',NULL,NULL,'','LINE',NULL,0,'','0da4c6eb7b665e03945e3db0dcc5d530','',NULL),(1067,'en','acf','a7c15cd62e93c45909794f55736febb3','Page Parent',NULL,NULL,'','LINE',NULL,0,'','539364ed69d060ab831860af702cb083','',NULL),(1068,'en','acf','193cfc9be3b995831c6af2fea6650e60','Page',NULL,NULL,'','LINE',NULL,0,'','707cbb57f1f9b58ad2d0eb2d404f442c','',NULL),(1069,'en','acf','f7bfc72805fdbe2073450a240d4dca54','User Form',NULL,NULL,'','LINE',NULL,0,'','29ede08c7a3449a066fdd50f99d6dbef','',NULL),(1070,'en','acf','7bc31a95e4a1ee6f8948af20440df0c6','User Role',NULL,NULL,'','LINE',NULL,0,'','74f3c5c6677ec00a85d139974d8c7d0f','',NULL),(1071,'en','acf','6ed562a0d4381eef12d92c87520f3208','Widget',NULL,NULL,'','LINE',NULL,0,'','ed2a4de49599c6b586af647450eba9bc','',NULL),(1072,'en','acf','b61541208db7fa7dba42c85224405911','Menu',NULL,NULL,'','LINE',NULL,0,'','dbf17c689b4f18a5cf5033a8cb9eebb3','',NULL),(1073,'en','acf','87fb13ce6d2e3e222d3c4f3ff30fa0a1','Menu Item',NULL,NULL,'','LINE',NULL,0,'','9e7834bb0720243a7f2b95c1f0bdf160','',NULL),(1074,'en','sitepress','5583428170af3f5684ae3f59e3e1c7cf','Translation Priority',NULL,NULL,'','LINE',NULL,0,'','f21d324e3501aaf0197a1a92232af994','',NULL),(1075,'en','sitepress','6c841be16345a75607bf9ff95dea2046','Translation Priorities',NULL,NULL,'','LINE',NULL,0,'','b6e61685c3e6c5860d87aedc9185ae22','',NULL),(1076,'en','sitepress','9f7cd5b47bace1e7c904ccd9e22e9298','All Translation Priorities',NULL,NULL,'','LINE',NULL,0,'','4247a2625ddae6d65f6c03da982acb47','',NULL),(1077,'en','sitepress','38c0c1d9496deba33e04be1178c27b9a','Edit Translation Priority',NULL,NULL,'','LINE',NULL,0,'','d3d56508f79c5abc47d8cd52eae73292','',NULL),(1078,'en','sitepress','e90d65beddaa4344fd51c334927b0a18','Update Translation Priority',NULL,NULL,'','LINE',NULL,0,'','854528fabc7eabca8722b634e1dd9818','',NULL),(1079,'en','sitepress','c57ddd4391f60edaa91613a2ee2fb50e','Add new Translation Priority',NULL,NULL,'','LINE',NULL,0,'','028f4c93eea1956d90bc1e00ec48faf8','',NULL),(1080,'en','sitepress','e87baba4f2009ad3bb94049cac9f395f','New Translation Priority Name',NULL,NULL,'','LINE',NULL,0,'','849c9de4170644aff505996598f21f48','',NULL),(1081,'en','default','0d9cea22eed7839e6b50ac9795fbc2cd','&#8220;',NULL,NULL,'','LINE',NULL,0,'opening curly double quote','86f428ebb48554f11f498d417362ea4c','',NULL),(1082,'en','default','02cc6c03200052c7387fc3b6185acd35','&#8221;',NULL,NULL,'','LINE',NULL,0,'closing curly double quote','01f01c0a2105848b8a7d461bd1528cad','',NULL),(1083,'en','default','7b42f7d42d37904e9df575765bf7c450','&#8217;',NULL,NULL,'','LINE',NULL,0,'apostrophe','619061941cd621e93b1e18f443b119c8','',NULL),(1084,'en','default','e2fbb312803b4b50793971e625c94196','&#8242;',NULL,NULL,'','LINE',NULL,0,'prime','8a768c442b3b03f5bf5e0667bdc86b61','',NULL),(1085,'en','default','e676fe6ea7a598d84e444151960e911f','&#8243;',NULL,NULL,'','LINE',NULL,0,'double prime','6e84ce8f7998189f39a01cf0a214b526','',NULL),(1086,'en','default','d269252e2662dee7d3fa91791ca2c4d0','&#8216;',NULL,NULL,'','LINE',NULL,0,'opening curly single quote','47d8e641afa14355ecd24bcf10ace582','',NULL),(1087,'en','default','7b42f7d42d37904e9df575765bf7c450','&#8217;',NULL,NULL,'','LINE',NULL,0,'closing curly single quote','71da3275f2442299731190efbc4af52b','',NULL),(1088,'en','default','38f90b7267daba616e250ac6394c7bb0','&#8211;',NULL,NULL,'','LINE',NULL,0,'en dash','b698acf238ee79758c0af5bc2b86741d','',NULL),(1089,'en','default','596e65a3af8cf8c9f7b74cd943aa8815','&#8212;',NULL,NULL,'','LINE',NULL,0,'em dash','14e49232954996e8dd6f124d75858eaf','',NULL),(1090,'en','default','185e831037f1ad98a31fe012c613c34e','\'tain\'t,\'twere,\'twas,\'tis,\'twill,\'til,\'bout,\'nuff,\'round,\'cause,\'em',NULL,NULL,'','LINE',NULL,0,'Comma-separated list of words to texturize in your language','22136ccce10ef273b63f9fed4d51c60d','',NULL),(1091,'en','default','3fbe2de70f2d00cdb0c9fa1442f96de2','&#8217;tain&#8217;t,&#8217;twere,&#8217;twas,&#8217;tis,&#8217;twill,&#8217;til,&#8217;bout,&#8217;nuff,&#8217;round,&#8217;cause,&#8217;em',NULL,NULL,'','LINE',NULL,0,'Comma-separated list of replacement words in your language','169c3d630c2a1e76863d83e47bed0b89','',NULL),(1092,'en','default','89759e1284e2479b991d2669de104942','words',NULL,NULL,'','LINE',NULL,0,'Word count type. Do not translate!','db7e5bfe91113695cb8abfebdbce2c0d','',NULL),(1093,'en','default','f14392b01768540f6a4ca1a11b25a020','&hellip;',NULL,NULL,'','LINE',NULL,0,'','5d305499992a934d029d36efd1fe9873','',NULL),(1094,'en','default','b78a3223503896721cca1303f776159b','Title',NULL,NULL,'','LINE',NULL,0,'','b3c5fecc59ff16a164cc807c01794efd','',NULL),(1095,'en','default','f15c1cae7882448b3fb0404682e17e61','Content',NULL,NULL,'','LINE',NULL,0,'','ed590529fb9b551d9c44e7410dbcd265','',NULL),(1096,'en','default','6ca8bf4766b9dc7b1ea8b69562faac3f','Excerpt',NULL,NULL,'','LINE',NULL,0,'','8c1cbcb791203657658e1bfcc1cc6acf','',NULL),(1097,'en','default','e4d89360dd8cb1d001d43d5f2f6620cd','Approve and Reply',NULL,NULL,'','LINE',NULL,0,'','be17eb4033a6be1137ca2b748f36132c','',NULL),(1098,'en','default','25d8df6e580905091a0d5ef5b9e05bf0','Reply',NULL,NULL,'','LINE',NULL,0,'','fc596e95f6f91026e37aec9de740be8b','',NULL),(1099,'en','default','f48cd808811154d84b1536282d80f8ec','Are you sure you want to edit this comment?\nThe changes you made will be lost.',NULL,NULL,'','LINE',NULL,0,'','b396e42adbc835a644afda9ae7588b3d','',NULL),(1100,'en','default','be9861a2e3cc43a10068e1c995820aab','Are you sure you want to do this?\nThe comment changes you made will be lost.',NULL,NULL,'','LINE',NULL,0,'','f1789f461c825064825906cc0b4c19eb','',NULL),(1101,'en','default','8413c683b4b27cc3f4dbd4c90329d8ba','Comments',NULL,NULL,'','LINE',NULL,0,'','bbcf208ea4269647f0adc91ad0d96ddc','',NULL),(1102,'en','default','9f0f0888a565eae9544f00554ce604e6','Comments (%s)',NULL,NULL,'','LINE',NULL,0,'','018aff55eadb6565e7a48b9326b499fe','',NULL),(1103,'en','default','d28884cfa148be5c94d6daf9ac010d69','No personal data was found for this user.',NULL,NULL,'','LINE',NULL,0,'','b30afdc8e2cee265cdba38c49675d7f5','',NULL),(1104,'en','default','4978b98b8ed36c3c35e0c9d3e4936cc1','All of the personal data found for this user was erased.',NULL,NULL,'','LINE',NULL,0,'','7aeb2339878690c4d41138f6a019d4c4','',NULL),(1105,'en','default','ea9eaf1b7df3a427a6b105ce24a841fd','Personal data was found for this user but was not erased.',NULL,NULL,'','LINE',NULL,0,'','d8f2bbc03bc6806695bd57d6bb0d7e5b','',NULL),(1106,'en','default','441114e622e9d9b57fad1d7a83180bab','Personal data was found for this user but some of the personal data found was not erased.',NULL,NULL,'','LINE',NULL,0,'','4edd7ec1d19ce118d52a74b1f78275d7','',NULL),(1107,'en','default','1e629017356714eb79de1857a35c8bf5','An error occurred while attempting to find and erase personal data.',NULL,NULL,'','LINE',NULL,0,'','f08849e28f413c8b23b7ff179e6f7004','',NULL),(1108,'en','default','e2670245e5a4211acce27f7f1486807f','No personal data export file was generated.',NULL,NULL,'','LINE',NULL,0,'','b473cbf904f47a596b6e78686a544f2b','',NULL),(1109,'en','default','1c932e4d49fbb451d2261196c4973260','An error occurred while attempting to export personal data.',NULL,NULL,'','LINE',NULL,0,'','6022ed66282e1b5344a4aa788d766de2','',NULL),(1110,'en','default','0476e07ad6529ae58e33c5fe8f0c0699','Drag boxes here',NULL,NULL,'','LINE',NULL,0,'','01266f0b9b3fa7fa48542aa86fd34059','',NULL),(1111,'en','default','c0cb5f0fcf239ab3d9c1fcd31fff1efc',',',NULL,NULL,'','LINE',NULL,0,'tag delimiter','23d4bcc8c7ce8bf5be000d52e8fa7b08','',NULL),(1112,'en','default','c6f8a4cafbc7b47cfa9cf1d6f0a92aea','Remove term:',NULL,NULL,'','LINE',NULL,0,'','17ef33c700248bd3bcdf9b7e5cf68082','',NULL),(1113,'en','default','a9962421e9468686e0182597055ddca3','Term selected.',NULL,NULL,'','LINE',NULL,0,'','37023f3a019e36f1c695c3d12993597d','',NULL),(1114,'en','default','f196bf66bbdd8789b066ff47a601d595','Term added.',NULL,NULL,'','LINE',NULL,0,'','66727954a9e956c4b5da47612ed459b6','',NULL),(1115,'en','default','e070fafcb0cbb8899ac7e70ee5511cf1','Term removed.',NULL,NULL,'','LINE',NULL,0,'','9adb50960ce09a34b053519d78a4416f','',NULL),(1116,'en','default','e0aa021e21dddbd6d8cecec71e9cf564','OK',NULL,NULL,'','LINE',NULL,0,'','b92fb1eb533bc0461a8ea9e716e76903','',NULL),(1117,'en','default','67fe8b6117b10217923399e6ba54aacc','Publish on:',NULL,NULL,'','LINE',NULL,0,'','7625b535f1d16ca01376e316e468b1e9','',NULL),(1118,'en','default','bac716b5f4b2e368e696ada71979d630','Schedule for:',NULL,NULL,'','LINE',NULL,0,'','2dc1e11adfca7091cea3e10f0221a4eb','',NULL),(1119,'en','default','742a7bc2f5044805b03c3a7753929d20','Published on:',NULL,NULL,'','LINE',NULL,0,'','a966422f5c28dc190e7363d0a54594d9','',NULL),(1120,'en','default','4b0b05ac294ff0b035cfb3d436eec73d','%1$s %2$s, %3$s @ %4$s:%5$s',NULL,NULL,'','LINE',NULL,0,'','2ee567269be61c0aa1adcced1a26c422','',NULL),(1121,'en','default','683a925ab25a7a4bc7718e9d08e254c3','Show more comments',NULL,NULL,'','LINE',NULL,0,'','f3bebecd22a5ae9074186c0270a58ebf','',NULL),(1122,'en','default','708ce355f114e6f47a8cd98cbecae406','No more comments found.',NULL,NULL,'','LINE',NULL,0,'','4e8c9a6524491609593fd17e43e74f46','',NULL),(1123,'en','default','25f7347236b51a5eae4ba01a7862cb55','Schedule',NULL,NULL,'','LINE',NULL,0,'post action/button label','dd81e6b1d7d481ef0ddf04a366654ab2','',NULL),(1124,'en','default','a72d895fd4f87bf742f05caccd6d0553','Save as Pending',NULL,NULL,'','LINE',NULL,0,'','7355508131c642a865359303244f5808','',NULL),(1125,'en','default','47f9082fc380ca62d531096aa1d110f1','Private',NULL,NULL,'','LINE',NULL,0,'','fbaab2c40eeea9de0b13b3fc46101042','',NULL),(1126,'en','default','3d067bedfe2f4677470dd6ccf64d05ed','Public',NULL,NULL,'','LINE',NULL,0,'','2d9fdef163e7477076b26ffc772567cb','',NULL),(1127,'en','default','aaabc6cfca8fc3ddf8926f30442ac27d','Public, Sticky',NULL,NULL,'','LINE',NULL,0,'','799b1e5b7d8870d09812cf0801ae63e4','',NULL),(1128,'en','default','72375fefa7e0764da95dab105ffba602','Password Protected',NULL,NULL,'','LINE',NULL,0,'','70688e97b2ed5790d214b0bd9d680213','',NULL),(1129,'en','default','37226fd752f4f48cc1cb49d09c7ed4b0','Privately Published',NULL,NULL,'','LINE',NULL,0,'','d60b68c31d1a9e39e384802c4f08b228','',NULL),(1130,'en','default','268c10aa3a88647c8d11953fde01b177','Saving Draft&#8230;',NULL,NULL,'','LINE',NULL,0,'','639dd3dadd47452c6911c8105421407f','',NULL),(1131,'en','default','74413d32461ff194bc1f8216cee9be21','Permalink saved',NULL,NULL,'','LINE',NULL,0,'','d8fa6f659a485dd1b727f2efb78c0938','',NULL),(1132,'en','default','6e9d94e5fb04de6abaaa3a6e5caf95fe','Submitted on:',NULL,NULL,'','LINE',NULL,0,'','0ea8a6c4521d167cf2c94d0553320170','',NULL),(1133,'en','default','c9cc8cce247e49bae79f15173ce97354','Save',NULL,NULL,'','LINE',NULL,0,'','44821e0a04375b5342414c4ef8275455','',NULL),(1134,'en','default','a388f6c3c5d4871e1dbc5dbe1a3c110f','Error while saving the changes.',NULL,NULL,'','LINE',NULL,0,'','ddf4fececc23a0febb3d15ff385c2135','',NULL),(1135,'en','default','2d66bbb484af4eb1a6b2d981b189a863','Remove From Bulk Edit',NULL,NULL,'','LINE',NULL,0,'','76e9b4cee11feaf7646128dea2f43fb7','',NULL),(1136,'en','default','3c158cce6f10b3097a0eb760c2e89fa3','Changes saved.',NULL,NULL,'','LINE',NULL,0,'','1e2914b5a907faa9b00451ce1f544382','',NULL),(1137,'en','default','4dfbaeff7408bf0386efb59e08c18004','Plugin:',NULL,NULL,'','LINE',NULL,0,'','12f35b0622e9f8e370802652bb4f8e40','',NULL),(1138,'en','default','947abe6c76f8b05800517a427f3424f9','Plugin details',NULL,NULL,'','LINE',NULL,0,'','d8fb646ad338b87ff9b4eead2e599259','',NULL),(1139,'en','default','be224eabcbd25cb34175c91df0567469','Are you sure you want to install this plugin?',NULL,NULL,'','LINE',NULL,0,'','498019bad49e4632fa9ba08a34382dd5','',NULL),(1140,'en','default','787bd6aa8767ff051bb845d1bc1d4eba','Search results for &#8220;%s&#8221;',NULL,NULL,'','LINE',NULL,0,'','21f9d467d5e850f0d52a86f592f99132','',NULL),(1141,'en','default','32df01b9cf0491a879250b58ba2744ba','Search Results',NULL,NULL,'','LINE',NULL,0,'','debc55c7aa0bb5783cf4f182d0e9a295','',NULL),(1142,'en','default','eb1adc59c04f3913d3ccf06aa50cf6d5','You do not appear to have any plugins available at this time.',NULL,NULL,'','LINE',NULL,0,'','d47e7329286ca48e7caf7e5413c4f8e5','',NULL),(1143,'en','default','20ac5906d1db2c155766c125f1284445','Please select at least one item to perform this action on.',NULL,NULL,'','LINE',NULL,0,'','4a94942b0931fceadbff2fde01d904a7','',NULL),(1144,'en','default','a7d784a6301793f61c070496d6988d36','Updating...',NULL,NULL,'','LINE',NULL,0,'','56a917e28eb613ed7201ae742754b42c','',NULL),(1145,'en','default','ae870d1c0eead04c57298277a7590d27','Updated!',NULL,NULL,'','LINE',NULL,0,'plugin','50d558dc0d52fb37c97cb1adf3a69dd3','',NULL),(1146,'en','default','ae870d1c0eead04c57298277a7590d27','Updated!',NULL,NULL,'','LINE',NULL,0,'theme','9dd5271a8d2e2ecae4ccf942a57d13b6','',NULL),(1147,'en','default','99b1054c0f320be9f109c877a5efd0b2','Update Now',NULL,NULL,'','LINE',NULL,0,'','0adf66f18bbd23ebe851f58aba1e11c5','',NULL),(1148,'en','default','670f503fe3be5ad9cc11991af95ad1c0','Update %s now',NULL,NULL,'','LINE',NULL,0,'plugin','1e174f1504b6f190f4b4c8ec0d9892a6','',NULL),(1149,'en','default','dd334d8159a0c93ffd01ce9242678753','Update Failed!',NULL,NULL,'','LINE',NULL,0,'','009eda4d1539a28844a03d9d8d6c260c','',NULL),(1150,'en','default','d5b84d4feb161a21c659a8175fa135c2','Update Failed: %s',NULL,NULL,'','LINE',NULL,0,'','e2b76a336590e56f5d9efbec8fb6c659','',NULL),(1151,'en','default','2dd47e3baa99a872ecdfc4826f6459b3','Updating %s...',NULL,NULL,'','LINE',NULL,0,'plugin','d9f4e4268a072e0b8e781eec8384405f','',NULL),(1152,'en','default','9085da110a469e8275e5b61ef903a146','%s updated!',NULL,NULL,'','LINE',NULL,0,'plugin','e754738e407a104154e524f118f0b967','',NULL),(1153,'en','default','9ba3212e58201a4ad0ef2d9c855d21fe','%s update failed',NULL,NULL,'','LINE',NULL,0,'plugin','465662b76b80cd4114770e544a32c801','',NULL),(1154,'en','default','f808220bd26883833454ecfd92e4d20d','Updating... please wait.',NULL,NULL,'','LINE',NULL,0,'','5bd5f84ab6f0836e97d2959fb7f3022c','',NULL),(1155,'en','default','2a67ff00bb425023117150bbe9bc553a','Update completed successfully.',NULL,NULL,'','LINE',NULL,0,'','6f7c7b216f7a849be0a752d920b1da2c','',NULL),(1156,'en','default','8735a870b9ee522d45d11e93d7e4ee18','Update canceled.',NULL,NULL,'','LINE',NULL,0,'','848dafe3a1007bda1cf598b178b2b42b','',NULL),(1157,'en','default','fc25153614e9941b1039a501285395fa','Updates may not complete if you navigate away from this page.',NULL,NULL,'','LINE',NULL,0,'','5babf754c97f7c74185913f3856aa0cd','',NULL),(1158,'en','default','5edb0eb1006e6be6d4cd5609357b4bb3','Install Now',NULL,NULL,'','LINE',NULL,0,'','6ee813d14c9fd7ee986e39843c8fed5e','',NULL),(1159,'en','default','1084a249c91de82aa4fc61e463856dc0','Install %s now',NULL,NULL,'','LINE',NULL,0,'plugin','11eb9cdc9f2b05824c71e73dbea6186e','',NULL),(1160,'en','default','b9940e6be68b04502240b4d9dcadf31f','Installing...',NULL,NULL,'','LINE',NULL,0,'','338050b1cd685fe36984c0b41ecbba36','',NULL),(1161,'en','default','2775a03a93e59becb019992da8b9be9b','Installed!',NULL,NULL,'','LINE',NULL,0,'plugin','eee8f0c8a123ddec93edab8a3aec27da','',NULL),(1162,'en','default','2775a03a93e59becb019992da8b9be9b','Installed!',NULL,NULL,'','LINE',NULL,0,'theme','9271491f2c8a70a408896a54db30f2ac','',NULL),(1163,'en','default','90c71c34bc95e094c46624e21672f523','Installation Failed!',NULL,NULL,'','LINE',NULL,0,'','942d720d5da9359dee6ee92cfbdccad7','',NULL),(1164,'en','default','ba75199ccca30f794e7ceb1dd3dba359','Installation failed: %s',NULL,NULL,'','LINE',NULL,0,'','706b0869257090cdfb9f5b0194cdb7bf','',NULL),(1165,'en','default','b0bfdcdbba5f11f587d8f6254c6e2a3e','Installing %s...',NULL,NULL,'','LINE',NULL,0,'plugin','a37814e3a2c199546d61609c108fc8f6','',NULL),(1166,'en','default','b0bfdcdbba5f11f587d8f6254c6e2a3e','Installing %s...',NULL,NULL,'','LINE',NULL,0,'theme','cf63d7056a8d43c933e57c68c7531b0e','',NULL),(1167,'en','default','ae342e873aafd748b50f98ed405a418a','%s installed!',NULL,NULL,'','LINE',NULL,0,'plugin','6dba74781e633e311598220f2fab46c5','',NULL),(1168,'en','default','ae342e873aafd748b50f98ed405a418a','%s installed!',NULL,NULL,'','LINE',NULL,0,'theme','60d42b2394c341c365621ad11464171a','',NULL),(1169,'en','default','eb6b0bf9d0012250ee38db05572ec926','%s installation failed',NULL,NULL,'','LINE',NULL,0,'plugin','cdd9e70d4d5c7ba326c7884c4fa5ab54','',NULL),(1170,'en','default','eb6b0bf9d0012250ee38db05572ec926','%s installation failed',NULL,NULL,'','LINE',NULL,0,'theme','22f7f71f893adbc51c3936bb64b09b50','',NULL),(1171,'en','default','9f648c28c8e52722586d31d60ed063ca','Installing... please wait.',NULL,NULL,'','LINE',NULL,0,'','665f1339206ccbd068ce3412bf15a994','',NULL),(1172,'en','default','d7263cdf195aa08df5e8d8c7261c02f9','Installation completed successfully.',NULL,NULL,'','LINE',NULL,0,'','d66e2dcea61a3921617958898dfd0065','',NULL),(1173,'en','default','77a87f756545b3741b2f92c33c9405f0','Importer installed successfully. <a href=\"%s\">Run importer</a>',NULL,NULL,'','LINE',NULL,0,'','d72ca47ff3e08821da1125ab481c6e59','',NULL),(1174,'en','default','573ca35022c11ca3d0571543967d5cce','Are you sure you want to delete %s?',NULL,NULL,'','LINE',NULL,0,'','2c89966023ef869d6313607704383aba','',NULL),(1175,'en','default','4b598cbae1acfe97729d9862ba44ae8f','Are you sure you want to delete %s and its data?',NULL,NULL,'','LINE',NULL,0,'','41950a187cadce7a67e23c06493f28f7','',NULL),(1176,'en','default','2fb82a9f393bdb9e2fdb7e3ac4b66ec1','Are you sure you want to delete the selected plugins and their data?',NULL,NULL,'','LINE',NULL,0,'','aed78d9735ab7a5b7ac975722118b452','',NULL),(1177,'en','default','b43c578082671d30c8b234211c85f1b6','Caution: These themes may be active on other sites in the network. Are you sure you want to proceed?',NULL,NULL,'','LINE',NULL,0,'','9c92b37065045a253211f45b40c1ec05','',NULL),(1178,'en','default','1294e8c29fb59da902198447bd9a256c','Deleting...',NULL,NULL,'','LINE',NULL,0,'','94670e969d92fd25234879312d63f791','',NULL),(1179,'en','default','f74ee12e9a711c21f33c4f42fa0cd602','Deletion failed: %s',NULL,NULL,'','LINE',NULL,0,'','ae7488c0cf0847ef5cc8bf95acaa858d','',NULL),(1180,'en','default','1bc5cbd3d3b59dde03bdf8f53d6755ed','Deleted!',NULL,NULL,'','LINE',NULL,0,'plugin','d24af911766cb6766b3225c1ac69b275','',NULL),(1181,'en','default','1bc5cbd3d3b59dde03bdf8f53d6755ed','Deleted!',NULL,NULL,'','LINE',NULL,0,'theme','d9100b915da325d6607f6304d7e4a138','',NULL),(1182,'en','default','f5c1064ebd117f58b45dceb0ca6cacaf','Live Preview',NULL,NULL,'','LINE',NULL,0,'','08473d51650187125861d98ec6c6b79a','',NULL),(1183,'en','default','a13367a8e2a3f3bf4f3409079e3fdf87','Activate',NULL,NULL,'','LINE',NULL,0,'','33dbb42f219776b1f635e9a5fa581c1b','',NULL),(1184,'en','default','510ec629592914d364a64719bd1392b1','Activate %s',NULL,NULL,'','LINE',NULL,0,'plugin','0bd3d7cc9c0bf428c7ecd1c0d89f983a','',NULL),(1185,'en','default','510ec629592914d364a64719bd1392b1','Activate %s',NULL,NULL,'','LINE',NULL,0,'theme','aaa215cd61883bac06d37d263a6d6c5e','',NULL),(1186,'en','default','a9f5fad170b8f1ad47d96455e4bc07a9','Run Importer',NULL,NULL,'','LINE',NULL,0,'','ab9555fd1927439b262404a3382015ea','',NULL),(1187,'en','default','0cd8cdd28658f85a84e009b63ea7bdcb','Run %s',NULL,NULL,'','LINE',NULL,0,'','7cb273a23bed665e2502dfc58719d1da','',NULL),(1188,'en','default','d89a28adeab33dd474b4c84c4e254275','Connection lost or the server is busy. Please try again later.',NULL,NULL,'','LINE',NULL,0,'','f633ed62e8486b23eafb74f0575240f4','',NULL),(1189,'en','default','5502e5c8e9567c3677095c29a1a5db1b','An error has occurred. Please reload the page and try again.',NULL,NULL,'','LINE',NULL,0,'','1234457b03dafa0e4583a2847610b665','',NULL),(1190,'en','default','b901bb46afb5860a5ee246458cdf5869','Number of plugins found: %d',NULL,NULL,'','LINE',NULL,0,'','59f34dc9bf98a6fb4052c0705cc5071a','',NULL),(1191,'en','default','4d29c8b4ae5e784e7342941a1d739b6f','No plugins found. Try a different search.',NULL,NULL,'','LINE',NULL,0,'','b22158a524ce027387af179c4554e635','',NULL),(1192,'en','default','dc30bc0c7914db5918da4263fce93ad2','Clear',NULL,NULL,'','LINE',NULL,0,'','088aca5e1e87d16a677ecb40aa75bd84','',NULL),(1193,'en','default','e5c79bd8a60e094a50240e4dfccc37b4','Clear color',NULL,NULL,'','LINE',NULL,0,'','48ae2155812a4b99ea488b044a7fbaf5','',NULL),(1194,'en','default','7a1920d61156abc05a60135aefe8bc67','Default',NULL,NULL,'','LINE',NULL,0,'','448d31dfa672661f27004ea536b7ae5d','',NULL),(1195,'en','default','95a5e604a8f6965c75532ec1d7275639','Select default color',NULL,NULL,'','LINE',NULL,0,'','cbecc54f3f7b2584786b1b28d3c62e44','',NULL),(1196,'en','default','192757e6a1063642bdaf35aba27c96a4','Select Color',NULL,NULL,'','LINE',NULL,0,'','ada75eed067253751fc412a81198bd52','',NULL),(1197,'en','default','9ca1f70bde1c93eb75910c7403bba855','Color value',NULL,NULL,'','LINE',NULL,0,'','e74293e312083f7cab1895b6300633f7','',NULL),(1198,'en','default','c6e0a7fd636f7490bac4d7e07df27b31','Could not load the preview image. Please reload the page and try again.',NULL,NULL,'','LINE',NULL,0,'','6197956a64801bcd4ceddd957c0962fd','',NULL),(1199,'en','default','d6222558dabc98f799bca25b0df2b779','Use as featured image',NULL,NULL,'','LINE',NULL,0,'','25256afdba7a598bcbc5b5377b942fa4','',NULL),(1200,'en','default','575f5f86d2c7ea113c6710c1037c4465','Saving...',NULL,NULL,'','LINE',NULL,0,'','a61a2ec9057cdab626e61d6eb1c2720c','',NULL),(1201,'en','default','4dacec261cb8c16954014be4a2f3b6c0','Could not set that as the thumbnail image. Try a different attachment.',NULL,NULL,'','LINE',NULL,0,'','03232da08c557afd59d682431c4a585c','',NULL),(1202,'en','default','f92965e2c8a7afb3c1b9a5c09a263636','Done',NULL,NULL,'','LINE',NULL,0,'','0feedc645a517acebf785a1a79b490d9','',NULL),(1203,'en','default','02093e6739851ee30bda762aa64b08ef','You are about to permanently delete this menu. \n \'Cancel\' to stop, \'OK\' to delete.',NULL,NULL,'','LINE',NULL,0,'','cf9201ed47d19657cec43ebc07cc3461','',NULL),(1204,'en','default','bacd6585c79bc830a03e1abcd9fbee7b','(no label)',NULL,NULL,'','LINE',NULL,0,'missing menu item navigation label','02e934ec295422c47a3ef49731c7d83d','',NULL),(1205,'en','wpml-string-translation','a7130b93cd3cc6c08f9189cd0e335a58','Your site can run faster',NULL,NULL,'','LINE',NULL,0,'','59c4797aa4f71cea6fd8eb7ab32e63ba','',NULL),(1206,'en','wpml-string-translation','db8132da71bee0c5a5be286d5f75ccc4','This version of WPML includes new settings that will help your site run faster. We recommend changing the following settings, which are all available in WPML->Theme and plugins localization:',NULL,NULL,'','LINE',NULL,0,'','322c767fdcdd8ae103e5e177f184efdd','',NULL),(1207,'en','wpml-string-translation','96d4dadd096605d5813d2c6bdf82e82c','Settings saved',NULL,NULL,'','LINE',NULL,0,'','5e116453246aebab75c401efdb95f589','',NULL),(1208,'en','wpml-string-translation','902b0d55fddef6f8d651fe1035b7d4bd','Error',NULL,NULL,'','LINE',NULL,0,'','c9325646c1cc087e9fcb368c419e262b','',NULL),(1209,'en','wpml-string-translation','73c5cf9efb6a931ee67ce3295b76c092','Apply those changes',NULL,NULL,'','LINE',NULL,0,'','b93394a90313b18c659ee8953633357a','',NULL),(1210,'en','wpml-string-translation','72ef2b9b6965d078e3c7f95487a82d1c','Skip',NULL,NULL,'','LINE',NULL,0,'','eabf53de2fee3b74ca2a448b91e89913','',NULL),(1211,'en','installer','b0b3c80ddad74d95d6a95b6218601ca1','Installing %s',NULL,NULL,'','LINE',NULL,0,'','e20412e18a6948dad9961a0e99e0d0eb','',NULL),(1212,'en','installer','c71edaec0a3c4d4713e7f535ab5adf39','Updating %s',NULL,NULL,'','LINE',NULL,0,'','d53476274a6d49797d0a6ee4411aab62','',NULL),(1213,'en','installer','7e348475f01e679afe30ddd667fda76f','Activating %s',NULL,NULL,'','LINE',NULL,0,'','5599776b80c5989441e2eb61eb22e8a6','',NULL),(1214,'en','wpml-string-translation','feef16d81491d4d46bc2afe1d17f01d8','For String Tracking to work, the option',NULL,NULL,'','LINE',NULL,0,'','ea1922841dbe2e6232b64be830ad6038','',NULL),(1215,'en','wpml-string-translation','aab5df483a679cbafd0be549eb789098','Assume that the original language of all strings is English',NULL,NULL,'','LINE',NULL,0,'','b9f46067bd2e42f4c2da317b8d05c553','',NULL),(1216,'en','wpml-string-translation','554df4e49237c6c889f568a1a26ea214','was automatically disabled. To enable it back, go to WPML->Theme and Plugins localization.',NULL,NULL,'','LINE',NULL,0,'','e81c31091c60b737f1085bf36816505b','',NULL),(1217,'en','wpml-string-translation','9c100dc6b8f994b98e631c34e6b701c9','Cancel and undo changes',NULL,NULL,'','LINE',NULL,0,'','f101e66d9811ba91f70700484af3ea17','',NULL),(1218,'en','default','7a1920d61156abc05a60135aefe8bc67','Default',NULL,NULL,'','LINE',NULL,0,'admin color scheme','da299771a18d953dd4d20f017be33c38','',NULL),(1219,'en','default','9914a0ce04a7b7b6a8e39bec55064b82','Light',NULL,NULL,'','LINE',NULL,0,'admin color scheme','d7e93678e8d0a58287759922557ed414','',NULL),(1220,'en','default','9594eec95be70e7b1710f730fdda33d9','Blue',NULL,NULL,'','LINE',NULL,0,'admin color scheme','3b9bc9c5f15a78a98549bccc936823c9','',NULL),(1221,'en','default','c8c012313f10e2d0830f3fbc5afca619','Midnight',NULL,NULL,'','LINE',NULL,0,'admin color scheme','76fff177e0d91ed7ed13de5f48db91f9','',NULL),(1222,'en','default','4c88924788f419b562d50acfddc3a781','Sunrise',NULL,NULL,'','LINE',NULL,0,'admin color scheme','19f9d72989401694ea1e7e15ad0a683d','',NULL),(1223,'en','default','c0c760de7ec190b80ab7e9f641c1d0fe','Ectoplasm',NULL,NULL,'','LINE',NULL,0,'admin color scheme','58b08c800ea7646643655376b2db38a4','',NULL),(1224,'en','default','f41054884f4a8c8cb596222e2a31f098','Ocean',NULL,NULL,'','LINE',NULL,0,'admin color scheme','48a4b6317f44f657ae9e91596d66631c','',NULL),(1225,'en','default','3c09b8d09553786b799e02306e55c7ba','Coffee',NULL,NULL,'','LINE',NULL,0,'admin color scheme','e1210d7b53d29dba608ee1eddf04fab9','',NULL),(1226,'en','default','2b93564fb7b857efd28a284746e20944','Suggested text:',NULL,NULL,'','LINE',NULL,0,'','dd2a2944817b466b15457763acc73e68','',NULL),(1227,'en','default','6d54357de16dae873aca455b2a0757b4','Who we are',NULL,NULL,'','LINE',NULL,0,'','4674e96347c0620f35ae54a960e8acf3','',NULL),(1228,'en','default','36ce374000d338cd986460ce312bcae5','In this section you should note your site URL, as well as the name of the company, organization, or individual behind it, and some accurate contact information.',NULL,NULL,'','LINE',NULL,0,'','3ee9c2dd60584a7dde9b3eda4294c2d0','',NULL),(1229,'en','default','16a7d315d4eb5e71cf53bd119764f2a6','The amount of information you may be required to show will vary depending on your local or national business regulations. You may, for example, be required to display a physical address, a registered address, or your company registration number.',NULL,NULL,'','LINE',NULL,0,'','1309f621bd0055cd2c9d869996990f0c','',NULL),(1230,'en','default','60c69c85078faab94c4ad122825e041b','Our website address is: %s.',NULL,NULL,'','LINE',NULL,0,'','9864bae3e2831914ba049efb8e2e3b08','',NULL),(1231,'en','default','a9db3b2eaf00fc9d72b684237b8c004f','What personal data we collect and why we collect it',NULL,NULL,'','LINE',NULL,0,'','124ca84a9d92a67152c96ca3e975ac7d','',NULL),(1232,'en','default','afb5c651f25a99fe9dea21458989b965','In this section you should note what personal data you collect from users and site visitors. This may include personal data, such as name, email address, personal account preferences; transactional data, such as purchase information; and technical data, such as information about cookies.',NULL,NULL,'','LINE',NULL,0,'','55364a8c7c34dcaec179a49ce5feb8ac','',NULL),(1233,'en','default','2b0bb6f25d9c926d8717eae9d9a94454','You should also note any collection and retention of sensitive personal data, such as data concerning health.',NULL,NULL,'','LINE',NULL,0,'','cf565abf2a4b72a4ba7401b2f229d7b4','',NULL),(1234,'en','default','ac9a4d2e8722460793b93d7d7ceeb7a5','In addition to listing what personal data you collect, you need to note why you collect it. These explanations must note either the legal basis for your data collection and retention or the active consent the user has given.',NULL,NULL,'','LINE',NULL,0,'','adcb013b4f3ca5b3df135d1b9f0798fb','',NULL),(1235,'en','default','61ea2b8d21fe2e4df2247f0680579024','Personal data is not just created by a user&#8217;s interactions with your site. Personal data is also generated from technical processes such as contact forms, comments, cookies, analytics, and third party embeds.',NULL,NULL,'','LINE',NULL,0,'','9a4977aaf3242145fdb1214580d78be8','',NULL),(1236,'en','default','a4de3012edb9e615cba657b2fb29dd24','By default WordPress does not collect any personal data about visitors, and only collects the data shown on the User Profile screen from registered users. However some of your plugins may collect personal data. You should add the relevant information below.',NULL,NULL,'','LINE',NULL,0,'','eec5f990e54f0d488c9668381d51ec1c','',NULL),(1237,'en','default','b619d7c9609b9d7b1ca3e6bfbcf5309e','In this subsection you should note what information is captured through comments. We have noted the data which WordPress collects by default.',NULL,NULL,'','LINE',NULL,0,'','cdf36a9314632abfed28786bb7267047','',NULL),(1238,'en','default','b18d07e59a875a4350e8cfa10509c5d7','When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor&#8217;s IP address and browser user agent string to help spam detection.',NULL,NULL,'','LINE',NULL,0,'','da2d58e7f047ffb8843c16d6ddf10432','',NULL),(1239,'en','default','5bf0318ac2be1384d56f30c969c0220d','An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.',NULL,NULL,'','LINE',NULL,0,'','fbae205b13903785c133763abea985cd','',NULL),(1240,'en','default','3b563524fdb17b4a86590470d40bef74','Media',NULL,NULL,'','LINE',NULL,0,'','6d7bea73a923fc158d30126720675d7b','',NULL),(1241,'en','default','ec27ccde34cd289565d2db48b580f59b','In this subsection you should note what information may be disclosed by users who can upload media files. All uploaded files are usually publicly accessible.',NULL,NULL,'','LINE',NULL,0,'','2c605f73abd62a98d1527efab250fad6','',NULL),(1242,'en','default','64771a7ce98863e88b3b4e2c1448f6d0','If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.',NULL,NULL,'','LINE',NULL,0,'','69ef71fb437c6bf62fc83a4ccf0f54b5','',NULL),(1243,'en','default','0c7b687f084390a829fa8565b3096029','Contact forms',NULL,NULL,'','LINE',NULL,0,'','3a8f1f1123b64bb049198019beed2706','',NULL),(1244,'en','default','bdcc5a96190089ab92a53a42910fc9d7','By default, WordPress does not include a contact form. If you use a contact form plugin, use this subsection to note what personal data is captured when someone submits a contact form, and how long you keep it. For example, you may note that you keep contact form submissions for a certain period for customer service purposes, but you do not use the information submitted through them for marketing purposes.',NULL,NULL,'','LINE',NULL,0,'','2f597e938edf13361bdf1cde1770b525','',NULL),(1245,'en','default','597b56e53847cd6a4712ac183f61fa68','Cookies',NULL,NULL,'','LINE',NULL,0,'','dfb4c3735daecf9a7310dc58a2e575f8','',NULL),(1246,'en','default','ca3d5159accd9468729ea6a9aef4d58e','In this subsection you should list the cookies your web site uses, including those set by your plugins, social media, and analytics. We have provided the cookies which WordPress installs by default.',NULL,NULL,'','LINE',NULL,0,'','a7aa56fcc29c49d74ac60bfadbb28ae7','',NULL),(1247,'en','default','b642d452dd24b19ed95b29d92e97240d','If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.',NULL,NULL,'','LINE',NULL,0,'','d794b6153c4a4b8146e4b05cafb43a27','',NULL),(1248,'en','default','cd7b8cf1cfc4fb579df5f63f419c3f5f','If you have an account and you log in to this site, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.',NULL,NULL,'','LINE',NULL,0,'','88498cc2eeef4905ce9452eb8241da52','',NULL),(1249,'en','default','85540ae266a03383e65007e160616c39','When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select &quot;Remember Me&quot;, your login will persist for two weeks. If you log out of your account, the login cookies will be removed.',NULL,NULL,'','LINE',NULL,0,'','82da5429bc5561bbe23b1b043e08de1a','',NULL),(1250,'en','default','3f2b4cfd2cad80bf7584970a3f835c02','If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.',NULL,NULL,'','LINE',NULL,0,'','1aefc2014eb00ab096a7cc8ca09b5ee2','',NULL),(1251,'en','default','b7356884085f8ba4da0d0975927c6332','Embedded content from other websites',NULL,NULL,'','LINE',NULL,0,'','7107a4cd49e362905e46b41473054a9f','',NULL),(1252,'en','default','21619874853161da6da2aaf4f1352b7c','Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.',NULL,NULL,'','LINE',NULL,0,'','8a513931173c1a7136db5080a445e533','',NULL),(1253,'en','default','962c28891ea0971c27aec3bfc1781b57','These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.',NULL,NULL,'','LINE',NULL,0,'','07835bfb9b2600b722360fd372e71ff1','',NULL),(1254,'en','default','a768caa988605a2846599cf7e2d0c26a','Analytics',NULL,NULL,'','LINE',NULL,0,'','70efa456583f37f77003d9f7871ac35d','',NULL),(1255,'en','default','48ac74d87e61fcb5c2adf64ca48cf64e','In this subsection you should note what analytics package you use, how users can opt out of analytics tracking, and a link to your analytics provider&#8217;s privacy policy, if any.',NULL,NULL,'','LINE',NULL,0,'','ef6c1a3649fca4635c6d724a7e8e9440','',NULL),(1256,'en','default','a9aaa5a8c454b3604df40c08faf864cb','By default WordPress does not collect any analytics data. However, many web hosting accounts collect some anonymous analytics data. You may also have installed a WordPress plugin that provides analytics services. In that case, add information from that plugin here.',NULL,NULL,'','LINE',NULL,0,'','bbb10dc461ad05c0ba1743dbb84c6a33','',NULL),(1257,'en','default','b36d0f4f434f0ca2b84a3507673dbf63','Who we share your data with',NULL,NULL,'','LINE',NULL,0,'','cf98bfb7cb46423fcee1242d5f7f16d4','',NULL),(1258,'en','default','88afac7dd32e40bf990b8d3423dfcb5e','In this section you should name and list all third party providers with whom you share site data, including partners, cloud-based services, payment processors, and third party service providers, and note what data you share with them and why. Link to their own privacy policies if possible.',NULL,NULL,'','LINE',NULL,0,'','bc39528f72dd657a817abfe0e70fa67f','',NULL),(1259,'en','default','72927f6ce8ef34a17482510ae8e43c73','By default WordPress does not share any personal data with anyone.',NULL,NULL,'','LINE',NULL,0,'','3e2c17f51ad2871c50487c676743a6bb','',NULL),(1260,'en','default','719a276cdff21fb86344c5e71684c4bc','How long we retain your data',NULL,NULL,'','LINE',NULL,0,'','84aa09d46aa51e6e1bf91dec8d05e034','',NULL),(1261,'en','default','bb1232b0272e71fd61576bb759fe4fcb','In this section you should explain how long you retain personal data collected or processed by the web site. While it is your responsibility to come up with the schedule of how long you keep each dataset for and why you keep it, that information does need to be listed here. For example, you may want to say that you keep contact form entries for six months, analytics records for a year, and customer purchase records for ten years.',NULL,NULL,'','LINE',NULL,0,'','ab44f2d90a4122efb4d73b1271ddcd1e','',NULL),(1262,'en','default','b821f0a93d744e025849cd46e8b3baad','If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.',NULL,NULL,'','LINE',NULL,0,'','2adafd60d076932c43e67845ed14dde0','',NULL),(1263,'en','default','522aadf23f305abae106a83bf430576e','For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.',NULL,NULL,'','LINE',NULL,0,'','e72f6eaabce2f1292d15c25394db0b83','',NULL),(1264,'en','default','b77abd58d17fa7323ad0f0e230265377','What rights you have over your data',NULL,NULL,'','LINE',NULL,0,'','eaaf98b0e5cc32f07bb473bb28a8162d','',NULL),(1265,'en','default','7b43f0a3a9bad71b5515c3febf1c4e85','In this section you should explain what rights your users have over their data and how they can invoke those rights.',NULL,NULL,'','LINE',NULL,0,'','1d494e615fc6d7af13588575aa5f764a','',NULL),(1266,'en','default','ae1bc04b5e3967feb6adc498b8d57f62','If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.',NULL,NULL,'','LINE',NULL,0,'','c0b485544617c4aba2e6cc625c5732d8','',NULL),(1267,'en','default','79cc13f4de633a7fd0a8dc7c5c03de3d','Where we send your data',NULL,NULL,'','LINE',NULL,0,'','dc9cfd4a3cd299346ceccf5ec2767598','',NULL),(1268,'en','default','e033cd0f72a714684763bb3b10497ef1','In this section you should list all transfers of your site data outside the European Union and describe the means by which that data is safeguarded to European data protection standards. This could include your web hosting, cloud storage, or other third party services.',NULL,NULL,'','LINE',NULL,0,'','6bab02ff41df219f416fc29c55fd9271','',NULL),(1269,'en','default','d3d0a99752e8793c0f2891b4a0dccd7d','European data protection law requires data about European residents which is transferred outside the European Union to be safeguarded to the same standards as if the data was in Europe. So in addition to listing where data goes, you should describe how you ensure that these standards are met either by yourself or by your third party providers, whether that is through an agreement such as Privacy Shield, model clauses in your contracts, or binding corporate rules.',NULL,NULL,'','LINE',NULL,0,'','6d750ee1a6f3c7ea9e7b07ab963c68f0','',NULL),(1270,'en','default','902789e4687e71730f1df3f80c6ddd6c','Visitor comments may be checked through an automated spam detection service.',NULL,NULL,'','LINE',NULL,0,'','64c67802c34cf8a8f08b4aea127700fb','',NULL),(1271,'en','default','06dbd0c1d81b8281a3bc9c21d59725c7','Your contact information',NULL,NULL,'','LINE',NULL,0,'','61f93c346edab7f02fa9c3dd24b19a36','',NULL),(1272,'en','default','562b66a0805d1853fa06902cdb6774d5','In this section you should provide a contact method for privacy-specific concerns. If you are required to have a Data Protection Officer, list their name and full contact details here as well.',NULL,NULL,'','LINE',NULL,0,'','b783b38f8b0382d31f2e0d6b68dc26ff','',NULL),(1273,'en','default','0f68b904e33d9ac04605aecc958bcf52','Additional information',NULL,NULL,'','LINE',NULL,0,'','deba883b423f91e94597e7842820df4b','',NULL),(1274,'en','default','28479dd04f0c4f904cbfc647df8a39f7','If you use your site for commercial purposes and you engage in more complex collection or processing of personal data, you should note the following information in your privacy policy in addition to the information we have already discussed.',NULL,NULL,'','LINE',NULL,0,'','26059df016ea17b5bee3abc3165cc69d','',NULL),(1275,'en','default','eedb81c7ccdd675c82430eb4d06bcec2','How we protect your data',NULL,NULL,'','LINE',NULL,0,'','e8cfa9664384947b51997f82809ceab5','',NULL),(1276,'en','default','9f2feaf2b829a5c3749cb3a0dec950a7','In this section you should explain what measures you have taken to protect your users&#8217; data. This could include technical measures such as encryption; security measures such as two factor authentication; and measures such as staff training in data protection. If you have carried out a Privacy Impact Assessment, you can mention it here too.',NULL,NULL,'','LINE',NULL,0,'','447f7c9e79da2eaf80b14485c81eef4a','',NULL),(1277,'en','default','b913161fbf9e35c3c4cac8c6260eb2d6','What data breach procedures we have in place',NULL,NULL,'','LINE',NULL,0,'','a15090ee82dea20072fad68f6639eaed','',NULL),(1278,'en','default','cc868b88b34779f820016d60eeb4d13f','In this section you should explain what procedures you have in place to deal with data breaches, either potential or real, such as internal reporting systems, contact mechanisms, or bug bounties.',NULL,NULL,'','LINE',NULL,0,'','2e2f9f76d2e53db3e5050f6eed876131','',NULL),(1279,'en','default','41733fc9673b9e3189ef34fad3240ffd','What third parties we receive data from',NULL,NULL,'','LINE',NULL,0,'','b549e8965e06eb74df89650d84634eeb','',NULL),(1280,'en','default','b127c8939223b7c79e41917477d2e09e','If your web site receives data about users from third parties, including advertisers, this information must be included within the section of your privacy policy dealing with third party data.',NULL,NULL,'','LINE',NULL,0,'','bdb7658161c5f57d631ee4aa4a631ecf','',NULL),(1281,'en','default','a0b4dc8a5171d89c25ef2542dbcb8851','What automated decision making and/or profiling we do with user data',NULL,NULL,'','LINE',NULL,0,'','749c2bb3773d6ce13ee781eecd8943f4','',NULL),(1282,'en','default','3ac9c7fe01cf02c25932c2fce99d968a','If your web site provides a service which includes automated decision making - for example, allowing customers to apply for credit, or aggregating their data into an advertising profile - you must note that this is taking place, and include information about how that information is used, what decisions are made with that aggregated data, and what rights users have over decisions made without human intervention.',NULL,NULL,'','LINE',NULL,0,'','c7ffd4403fc114954b738bbcbe9fea06','',NULL),(1283,'en','default','33dec286c87af12437699c4c1feeec9f','Industry regulatory disclosure requirements',NULL,NULL,'','LINE',NULL,0,'','701077419f0b3ee3eff24186dc2be58d','',NULL),(1284,'en','default','03191ad53bd55facfbe806e381b5aff0','If you are a member of a regulated industry, or if you are subject to additional privacy laws, you may be required to disclose that information here.',NULL,NULL,'','LINE',NULL,0,'','d393238caa2225600eef5118eaa27ec1','',NULL),(1285,'en','default','fde31686817fe5029025586d51b35861','WordPress',NULL,NULL,'','LINE',NULL,0,'','6757a2df47df1844cdca13c3a074863e','',NULL),(1286,'en','sitepress','02f3fa2daee80a38f0abef570480e1a9','WPML uses cookies to identify the visitor’s current language, the last visited language and the language of users who have logged in.',NULL,NULL,'','LINE',NULL,0,'','a12ef1bfa210bafe575e5dc1a18442f1','',NULL),(1287,'en','sitepress','9227fba722c89495e19c0c23e8037df5','While you use the plugin, WPML will share data regarding the site through Installer. No data from the user itself will be shared.',NULL,NULL,'','LINE',NULL,0,'','731342eb174a568fe88e1ecc7f759ce4','',NULL),(1288,'en','wpml-media','e6459f4978ce7b3de04ab65b1514b050','WPML Media Translation will send the email address and name of each manager and assigned translator as well as the content itself to Advanced Translation Editor and to the translation services which are used.',NULL,NULL,'','LINE',NULL,0,'','84080c60ed2e9c40935b964c2a4f75f7','',NULL),(1289,'en','wpml-translation-management','244eb82d865294130f57b9950a36b034','WPML Translation Management will send the email address and name of each manager and assigned translator as well as the content itself to Advanced Translation Editor and to the translation services which are used.',NULL,NULL,'','LINE',NULL,0,'','67a55feb2af7961bf06951ff1057822a','',NULL),(1290,'en','wpml-string-translation','66a6d6b2b2a6d1fb462747c264b9a641','WPML String Translation will send all strings to WPML’s Advanced Translation Editor and to the translation services which are used.',NULL,NULL,'','LINE',NULL,0,'','9a19296333e745f277699eb9dc7fd11e','',NULL),(1291,'en','default','fd99d9009b7ee4f0728a96b42ebd28a5','F j, Y',NULL,NULL,'','LINE',NULL,0,'','c21b6e4141dca1c1ab2255adbdefabb9','',NULL),(1292,'en','default','5f3df48917dfbe8cae9a037d041b6eae','g:i a',NULL,NULL,'','LINE',NULL,0,'','9cd8498bd9f845b229e9183b260ee61e','',NULL),(1293,'en','default','2938c7f7e560ed972f8a4f68e80ff834','Dashboard',NULL,NULL,'','LINE',NULL,0,'','91e775de68b434cf74a0d7bbacd79b14','',NULL),(1294,'en','default','8cf04a9734132302f96da8e113e80ce5','Home',NULL,NULL,'','LINE',NULL,0,'','cebfd100aac8309a9c0bab5092383ae3','',NULL),(1295,'en','default','0c5a25b3589469c26164509032e69965','%d WordPress Update',NULL,NULL,'','LINE',NULL,0,'','f502f4b24d8aa1411e8801fc423a0aac','',NULL),(1296,'en','default','d65e96bfe21fb8479e04375e75a4d3e1','%d Plugin Update',NULL,NULL,'','LINE',NULL,0,'','fa8e04af3353a3b6b7d3b3b6463e0b98','',NULL),(1297,'en','default','ab0265c61f7415e474a7fec561276834','%d Theme Updates',NULL,NULL,'','LINE',NULL,0,'','abda1c6c201a13b329c5cbd426f91951','',NULL),(1298,'en','default','3f0648831cc5dbd0d8d94633d2669156','Updates %s',NULL,NULL,'','LINE',NULL,0,'','c6b34ad062f1b2b2c0a0378cdaca61c4','',NULL),(1299,'en','default','4d70254b3a8e2bc38b6147fa6ee813be','Library',NULL,NULL,'','LINE',NULL,0,'','0755d24b6e4a8a8597c6ac6a4fb48e78','',NULL),(1300,'en','default','de9ced9bf5e9829de4a93ad8c9d7a170','Add New',NULL,NULL,'','LINE',NULL,0,'file','2d7f305a2d7cea9c355013a8e98385f8','',NULL),(1301,'en','default','bd908db5ccb07777ced8023dffc802f4','Links',NULL,NULL,'','LINE',NULL,0,'','6345e410c1b98db2d957ba9464ab5924','',NULL),(1302,'en','default','54ab7b7554ae1a0c0f00a5ec2e74c1a2','All Links',NULL,NULL,'','LINE',NULL,0,'admin menu','846a19ba9450e3f32da87124d134a76a','',NULL),(1303,'en','default','de9ced9bf5e9829de4a93ad8c9d7a170','Add New',NULL,NULL,'','LINE',NULL,0,'link','796d04df3e76dc78e40cf00b91d0a68e','',NULL),(1304,'en','default','0edd61565d17414c13fbde3b6502f6b8','Comments %s',NULL,NULL,'','LINE',NULL,0,'','4b67ae8e1eb8343c8cbd554c02ad04dc','',NULL),(1305,'en','default','76c58686e0b702526ae2cdb09911a022','All Comments',NULL,NULL,'','LINE',NULL,0,'','27beb4c53403e30258c1af3d42ba3dee','',NULL),(1306,'en','default','a1c58e94227389415de133efdf78ea6e','Appearance',NULL,NULL,'','LINE',NULL,0,'','1c304ca417afe330b9a2972dbfdecfa2','',NULL),(1307,'en','default','83915d1254927f41241e8630890bec6e','Themes',NULL,NULL,'','LINE',NULL,0,'','67f738a4c4f3e6a3960b22423ae90250','',NULL),(1308,'en','default','63a78ed4647f7c63c2929e35ec1c95e3','Customize',NULL,NULL,'','LINE',NULL,0,'','9ee3f57940b902465685e78630f0c576','',NULL),(1309,'en','default','1939707bd18464ca4030b891af276c37','Plugins %s',NULL,NULL,'','LINE',NULL,0,'','54e0193f9bbea0d38e3e0834e6fd134e','',NULL),(1310,'en','default','8dd9b210414f82857931af08b30a8ca8','Installed Plugins',NULL,NULL,'','LINE',NULL,0,'','57beb7e8a0c51b665f07b9dc2cb2ed6e','',NULL),(1311,'en','default','de9ced9bf5e9829de4a93ad8c9d7a170','Add New',NULL,NULL,'','LINE',NULL,0,'plugin','bb9135c9424d65266671f8bbe4ee6186','',NULL),(1312,'en','default','344a7f427fb765610ef96eb7bce95257','Editor',NULL,NULL,'','LINE',NULL,0,'plugin editor','7adaa49a5b1123074dfd549c4f9f5719','',NULL),(1313,'en','default','f9aae5fda8d810a29f12d1e61b4ab25f','Users',NULL,NULL,'','LINE',NULL,0,'','4e25467f9cdc867a5ba886b63e5b139f','',NULL),(1314,'en','default','9d37aa2390766c456ce1ce415ab799a5','All Users',NULL,NULL,'','LINE',NULL,0,'','55e8cf7a40fbf7d64e0b125405472605','',NULL),(1315,'en','default','de9ced9bf5e9829de4a93ad8c9d7a170','Add New',NULL,NULL,'','LINE',NULL,0,'user','4e87dce1e6b1bfd2509473879f05d7f6','',NULL),(1316,'en','default','515767c04d6aa9c26c6e252bce1167f7','Your Profile',NULL,NULL,'','LINE',NULL,0,'','c3ba67878fa56d7917ca47ca96fa8b58','',NULL),(1317,'en','default','8625e1de7be14c39b1d14dc03d822497','Tools',NULL,NULL,'','LINE',NULL,0,'','79f82700646024c661c9af34f1cdad5f','',NULL),(1318,'en','default','fd108094255810f62faefe1e6592497c','Available Tools',NULL,NULL,'','LINE',NULL,0,'','06ecf8f51b1a1591c303b24ead598e47','',NULL),(1319,'en','default','72d6d7a1885885bb55a565fd1070581a','Import',NULL,NULL,'','LINE',NULL,0,'','cafa88c07bdc26f3af6d4a5538cdd9ad','',NULL),(1320,'en','default','0095a9fa74d1713e43e370a7d7846224','Export',NULL,NULL,'','LINE',NULL,0,'','42c1efe2a1ef80110a7448eb43acca32','',NULL),(1321,'en','default','a74b759bb7c6be5f34a6629df5f599c2','Settings %s',NULL,NULL,'','LINE',NULL,0,'','09a56e3a92b1e1ad7a4db77c7ecfb859','',NULL),(1322,'en','default','0db377921f4ce762c62526131097968f','General',NULL,NULL,'','LINE',NULL,0,'settings screen','50f78d316d1458db1d7bf40dfbbbe2c9','',NULL),(1323,'en','default','af96ab416602c6852b1ba5201feaacf6','Writing',NULL,NULL,'','LINE',NULL,0,'','6c8a9fd7cdf3fa3e9de3519626a8f7b5','',NULL),(1324,'en','default','26fccddf2f94b1685b184267996e10f8','Reading',NULL,NULL,'','LINE',NULL,0,'','c502cf3d218fc35bf42923d58c793a69','',NULL),(1325,'en','default','eed9474fd944d045ff056d20004acaa3','Discussion',NULL,NULL,'','LINE',NULL,0,'','6dfe90a4f37324bdf552b4cb4a623257','',NULL),(1326,'en','default','98b3d440a978dc22e31dca52fc5d1943','Permalinks',NULL,NULL,'','LINE',NULL,0,'','0340cb1118d3a54c36162311cd1352bf','',NULL),(1327,'en','default','25e7e1ef44e0a3931ae8218ae7fbc475','Privacy %s',NULL,NULL,'','LINE',NULL,0,'','69949cc9c7f363470a5aa83b067154ec','',NULL),(1328,'en','duplicate-post','9120f609b64cd98d6e134d5eabefa3f3','Duplicate Post Options',NULL,NULL,'','LINE',NULL,0,'','514f747adfff2c32aaac21c11ff796c9','',NULL),(1329,'en','duplicate-post','eb9ed347152cbb56cd04ea25ef42bbc4','Duplicate Post',NULL,NULL,'','LINE',NULL,0,'','de048a20025027e3ce3f1011e3d1c805','',NULL),(1330,'en','wpml-media','aef97073fe397a46c16e8b9a8654c7f4','Media Translation',NULL,NULL,'','LINE',NULL,0,'','7c38bd706b4ad593cfe9a6461c8e8188','',NULL),(1331,'en','wpml-translation-management','720cf390ed665e12185c7e7e45f66721','Translation Management',NULL,NULL,'','LINE',NULL,0,'','4845a83add7f04d1aa0dc4ac51dd2d83','',NULL),(1332,'en','wpml-translation-management','0b8d92bc19b720bb1065649535463409','Translations',NULL,NULL,'','LINE',NULL,0,'','51a4e697b67e736f458953f0418805b5','',NULL),(1333,'en','wpml-translation-management','f4f70727dc34561dfde1a3c529b6205c','Settings',NULL,NULL,'','LINE',NULL,0,'','83588aa581285b084c24b1bab7bd7a5b','',NULL),(1334,'en','wpml-string-translation','27fe4eb3edbaff8f250e2d51f7462681','Packages',NULL,NULL,'','LINE',NULL,0,'','e452f8591dd1c57036679a3377092a82','',NULL),(1335,'en','sitepress','49b92d0bac6c05a6baeb7159fcd464d7','WP Menus Sync',NULL,NULL,'','LINE',NULL,0,'','72a827f253bed2ff99b10c9b9fd69998','',NULL),(1336,'en','wpml-string-translation','0abe90fd525c5acb427a77564c3fb59d','String Translation',NULL,NULL,'','LINE',NULL,0,'','8695e4156a2d19cf287a01e908051800','',NULL),(1337,'en','installer','1408102400681d9716dc33dd48a2d564','Installer Support',NULL,NULL,'','LINE',NULL,0,'','6c264e067f93d9d1bb37bcbbe381780f','',NULL),(1338,'en','default','b7a9723430f4a2671b29384b2c5ae4f6','Export Personal Data',NULL,NULL,'','LINE',NULL,0,'','e3bfa9dff9ec612a8a362cfa6db1eb19','',NULL),(1339,'en','default','6f6e07e8ba590880b94a7ffc4715372d','Erase Personal Data',NULL,NULL,'','LINE',NULL,0,'','657715d9d66ddf0eb9844cd2eca3094e','',NULL),(1340,'en','acf','9ac41b6a577daadd588f0fcde0071e8b','Updates',NULL,NULL,'','LINE',NULL,0,'','b2f470932abad4e08bbc4dd94d8d8cd4','',NULL),(1341,'en','default','344a7f427fb765610ef96eb7bce95257','Editor',NULL,NULL,'','LINE',NULL,0,'theme editor','ae747222bc54dbcda60ee0cc67e986dc','',NULL),(1342,'en','default','ae5c884bb6547b248e0ae42a44338dfb','%1$s &lsaquo; %2$s &#8212; WordPress',NULL,NULL,'','LINE',NULL,0,'','db168dd6972314ce3d64822dff014be7','',NULL),(1343,'en','default','28b32f68c1920b3de0c13f674c4899bb','html_lang_attribute',NULL,NULL,'','LINE',NULL,0,'','cd618ac0f69e9a3d867751ff651f592d','',NULL),(1344,'en','default','0adc559fe25b7860631286cc02f5a700','Customizer',NULL,NULL,'','LINE',NULL,0,'','51501e370b6d99e6fd1fa28927d6431b','',NULL),(1345,'en','sitepress','e6ff0db3b8285dce688b7f9a44e4915b','Data saved',NULL,NULL,'','LINE',NULL,0,'','c71f74ff1a29e3b4c20111c7d12ab9b1','',NULL),(1346,'en','sitepress','742ac583664c4963b4d1895a88281f2c','Error: data not saved',NULL,NULL,'','LINE',NULL,0,'','095bb07c8cb92d116f571caf67d21fba','',NULL),(1347,'en','sitepress','c21f969b5f03d33d43e04f8f136e7682','default',NULL,NULL,'','LINE',NULL,0,'','2490519a7e00dea36b2eafdb85b78150','',NULL),(1348,'en','sitepress','29f312ff79d4fd04063b29ee32f073fa','To add categories that already exist in other languages go to the <a%s>category management page</a>',NULL,NULL,'','LINE',NULL,0,'','96eb444f03e8796dd9264aca5a7d1dc5','',NULL),(1349,'en','default','4d7a3b1c46041dc73dec5764f3a6b63a','Main menu',NULL,NULL,'','LINE',NULL,0,'','96be57cff7cf8c2512badb9c7c03eefd','',NULL),(1350,'en','default','cc367b544fab23df0ddaf982fb1445b5','Skip to main content',NULL,NULL,'','LINE',NULL,0,'','db82fb0d32c30126b1bbbf508f609b95','',NULL),(1351,'en','default','e1a8aa054be5be9312d644cc4b041ff9','Skip to toolbar',NULL,NULL,'','LINE',NULL,0,'','b15dac80378fc2633b54a694a90a96c9','',NULL),(1352,'en','default','92c30bbf726a1a2807c747147507f6dd','Collapse menu',NULL,NULL,'','LINE',NULL,0,'','bb1a4985a947b1680461e1b2e6c58ab2','',NULL),(1353,'en','default','40a0b2f70a97066aa0b2f79ca64248d1','Edit My Profile',NULL,NULL,'','LINE',NULL,0,'','195eb04377bbff12e61594b812d3b759','',NULL),(1354,'en','default','b0c2b25b3312c7a32d7aa9d701b6ae1d','Log Out',NULL,NULL,'','LINE',NULL,0,'','a53d3299db867c47ae7479beb24d99a8','',NULL),(1355,'en','default','b61541208db7fa7dba42c85224405911','Menu',NULL,NULL,'','LINE',NULL,0,'','83a5a0243f28879221725fcc2e59b30d','',NULL),(1356,'en','default','0e8a28d2db1a60106512f2c3a2d08a05','Howdy, %s',NULL,NULL,'','LINE',NULL,0,'','b3a8bb88ebf74d0cb6582eca00956dac','',NULL),(1357,'en','default','8645701e256da7e5855b9cb2cf4684dd','About WordPress',NULL,NULL,'','LINE',NULL,0,'','47c27f22eefba48b4b32f14ec8f71263','',NULL),(1358,'en','default','c33becbc6922818abb41629bf42c156c','WordPress.org',NULL,NULL,'','LINE',NULL,0,'','5587ebdfebdf7d74dbedafdd54eb9b52','',NULL),(1359,'en','default','71a7765c3d553e44aaa308159b5a2ba6','https://wordpress.org/',NULL,NULL,'','LINE',NULL,0,'','08a0be8098b8829f6700bd5f8f3baf98','',NULL),(1360,'en','default','5b6cf869265c13af8566f192b4ab3d2a','Documentation',NULL,NULL,'','LINE',NULL,0,'','408b4bbf4d0749079af0d36ddbe0b91f','',NULL),(1361,'en','default','c5b231e0d6cf99c4710dd36a11239b57','https://codex.wordpress.org/',NULL,NULL,'','LINE',NULL,0,'','d87196ea3f09e19dc2af7f5a44c769b8','',NULL),(1362,'en','default','e8209ff97e2fd1fd89a08e2dbee3673c','Support Forums',NULL,NULL,'','LINE',NULL,0,'','6ed26080d86d0b4d48045452fc24d8a0','',NULL),(1363,'en','default','2fb383501ee89bd9f7bab226a67e4f3b','https://wordpress.org/support/',NULL,NULL,'','LINE',NULL,0,'','d99b503620ef629e8f0b5c2f75e2af09','',NULL),(1364,'en','default','bea4c2c8eb82d05891ddd71584881b56','Feedback',NULL,NULL,'','LINE',NULL,0,'','f5d758b2de08d66b14149a608ec404e3','',NULL),(1365,'en','default','4ec882f0f93ed134e6999660f01fb856','https://wordpress.org/support/forum/requests-and-feedback',NULL,NULL,'','LINE',NULL,0,'','5a48fcfab2604fec1d13a10a32a184d8','',NULL),(1366,'en','default','62a76601df2ead31cb69b9700db2828a','Visit Site',NULL,NULL,'','LINE',NULL,0,'','dc6ce0091856305fb0f1b2afdabef96c','',NULL),(1367,'en','default','9d2c6e7ff8745ac410937f9812aeb47a','%s comments awaiting moderation',NULL,NULL,'','LINE',NULL,0,'','c2bc239fd4cb4d98561f03c19a36ed25','',NULL),(1368,'en','default','8f9bfe9d1345237cb3b2b205864da075','User',NULL,NULL,'','LINE',NULL,0,'add new from admin bar','aab57ec2002482757bdb7dfeb0d02311','',NULL),(1369,'en','default','03c2e7e41ffc181a4e84080b4710e81e','New',NULL,NULL,'','LINE',NULL,0,'admin bar menu group label','1077b8e4701cfe80ad8f044fe90ebe92','',NULL),(1370,'en','default','ef05c8098cdb2b34e39c80515fc037bd','Toolbar',NULL,NULL,'','LINE',NULL,0,'','6cf233f4fac93dc46d8957fce6913be3','',NULL),(1371,'en','default','6bcea985c007bb267aecfdd27ab662f7','Main content',NULL,NULL,'','LINE',NULL,0,'','fdaab4b8bc999e0ef00ffc75311bf66f','',NULL),(1372,'en','default','f9ab0569ade99932e06f8d8968e091f7','Contextual Help Tab',NULL,NULL,'','LINE',NULL,0,'','713bb154d9d1e641cfc1a93b3025e4ea','',NULL),(1373,'en','default','3d054a0ca79fc33a981f164fd303ad4c','<a href=\"%1$s\">WordPress %2$s</a> is available! <a href=\"%3$s\" aria-label=\"%4$s\">Please update now</a>.',NULL,NULL,'','LINE',NULL,0,'','78a8db48e367a8bb2d92c4b96c7e041c','',NULL),(1374,'en','default','55cf0eb59dfd0bc556c239b46879ae58','https://codex.wordpress.org/Version_%s',NULL,NULL,'','LINE',NULL,0,'','c619f7d369e647e0baf97f50a1433cdd','',NULL),(1375,'en','default','019438bb5fe71bda72285c681aea3d0c','Please update WordPress now',NULL,NULL,'','LINE',NULL,0,'','e60c8a7aeece9bf42ad1d6644f763ec1','',NULL),(1376,'en','sitepress','8c1ee449418789460326ef3cb333e2d9','Dismiss this notice.',NULL,NULL,'','LINE',NULL,0,'','91c43c765cbb1af60416d84679b98274','',NULL),(1377,'en','sitepress','62a5e490880a92eef74f167d9dc6dca0','Hide',NULL,NULL,'','LINE',NULL,0,'','fce85fe5b0b4a0c8ada849628693c906','',NULL),(1378,'en','sitepress','39f39f0566058a3bf920fee64de8f024','Hide this notice.',NULL,NULL,'','LINE',NULL,0,'','feff4c39bc0f6c2359d8d4de76053c85','',NULL),(1379,'en','wpml-media','1cab244f7689664ba151c7a9db4f939f','Media Translation documentation',NULL,NULL,'','LINE',NULL,0,'','550fca1af1d350dfa19c9410c04fc0e6','',NULL),(1380,'en','wpml-media','d59048f21fd887ad520398ce677be586','Learn more',NULL,NULL,'','LINE',NULL,0,'','c029dfd01ece17f06557c1af537bab4b','',NULL),(1381,'en','wpml-media','ed0fde971460e70153381ddfbd6b85c7','Learn how to translate media',NULL,NULL,'','LINE',NULL,0,'','fe070461d8a30afa13f4c7bc3cbac2b5','',NULL),(1382,'en','wpml-media','353f1c675ed12fa480c7acc48bd90920','WPML allows you to use different media (images, etc.) for translated content. The Media Translation process is integrated with WPML’s content translation, but requires additional steps.',NULL,NULL,'','LINE',NULL,0,'','eaa773ff7d015478e2739fa185668dc0','',NULL),(1383,'en','wpml-media','932cae1a71661f27379b2e0a895771d9','Before you start, we highly recommend that you review the %s. Then, you’ll be able to close this message.',NULL,NULL,'','LINE',NULL,0,'','0407829eeff24567bc243ea29470e9f6','',NULL),(1384,'en','wpml-media','d27532d90ecd513e97ab811c0f34dbfd','Minimize',NULL,NULL,'','LINE',NULL,0,'','6970a3b25debb14d1a3afef9fae656c2','',NULL),(1385,'en','wpml-media','9369ba148ee259473fc1fb4939b6c2e8','Maximize',NULL,NULL,'','LINE',NULL,0,'','c9d0dea576b8434b06cfa15ce0081ec3','',NULL),(1386,'en','wpml-media','c8a59e7135a20b362f9c768b09454fdb','Dismiss',NULL,NULL,'','LINE',NULL,0,'','717097813089540dcdcd851185a93939','',NULL),(1387,'en','wpml-string-translation','59d6a7c636e6d1b80f3be8cbfb10379b','String translation',NULL,NULL,'','LINE',NULL,0,'','35369b217b3934075d2ffe9bdc646e64','',NULL),(1388,'en','wpml-string-translation','3f23ab7c7a0317510bf32498155bea82','Select which strings to display:',NULL,NULL,'','LINE',NULL,0,'','574653084c5d93f73d3e272ab7f37662','',NULL),(1389,'en','wpml-string-translation','b27e42dff55317682a0d4c2acfd07557','All strings',NULL,NULL,'','LINE',NULL,0,'','6061c131d8f9116e3e855500fae235f9','',NULL),(1390,'en','wpml-string-translation','895a75147c9fe009ab46b04a47d5a560','Translation complete',NULL,NULL,'','LINE',NULL,0,'','6bb7832570dc4f9651fcda5f4249d83b','',NULL),(1391,'en','wpml-string-translation','2dd2b63f516be1765558285f7b5c7ce7','Translation needed',NULL,NULL,'','LINE',NULL,0,'','654d17a2edb833ed2f95086c094f657d','',NULL),(1392,'en','wpml-string-translation','cb5857613fd444d0550264a0b2a09d3e','Waiting for translator',NULL,NULL,'','LINE',NULL,0,'','dedce18057eb64708a97ad113cb919fd','',NULL),(1393,'en','wpml-string-translation','6a3194b4fb9d7e156bc2ada980a919a1','Select strings within domain:',NULL,NULL,'','LINE',NULL,0,'','69e62cbc9a2675534f5544b5f12f3c66','',NULL),(1394,'en','wpml-string-translation','6e7fe9233bd59f1554282e58256a3e07','All domains',NULL,NULL,'','LINE',NULL,0,'','99823627920cfb25da4b4026282e1408','',NULL),(1395,'en','wpml-string-translation','f9f7e66722b6bd17384a6e43649bc320','Select strings Translation Priority:',NULL,NULL,'','LINE',NULL,0,'','ba5f6c6fefeaa8d870b32407eaa54a25','',NULL),(1396,'en','wpml-string-translation','9f7cd5b47bace1e7c904ccd9e22e9298','All Translation Priorities',NULL,NULL,'','LINE',NULL,0,'','80e2b4f0b21edca11fc113e4e89105d7','',NULL),(1397,'en','wpml-string-translation','75ecaaafd1f677d07360709be6528768','Search for:',NULL,NULL,'','LINE',NULL,0,'','3af29bd2e254775690d8ff9fd243f664','',NULL),(1398,'en','wpml-string-translation','161b4099bdadaaf991ec74835be8f329','Exact match',NULL,NULL,'','LINE',NULL,0,'','11abc8206c04bc26d4b9667ea294eb52','',NULL),(1399,'en','default','b0338b27ec711011ace4813b21cf849c','Search in both the original language and in translations. Searching in translations may take a bit of time.',NULL,NULL,'','LINE',NULL,0,'','63f828cbbbfb64c319c181d6cfa0a1cf','',NULL),(1400,'en','wpml-string-translation','9bed7fad1ffa89d10bad14174fb4add6','Include translations',NULL,NULL,'','LINE',NULL,0,'','95ee349499174dae0fd052a4a0e1c81d','',NULL),(1401,'en','wpml-string-translation','13348442cc6a27032d2b4aa28b75a5d3','Search',NULL,NULL,'','LINE',NULL,0,'','579f7a81ed8409eccdadcbe7ac27b336','',NULL),(1402,'en','wpml-string-translation','15c6912fe035c89fc2e8a34ae23c336b','Showing only strings that contain %s',NULL,NULL,'','LINE',NULL,0,'','207748cb01ba16b57cb4f638585304f7','',NULL),(1403,'en','wpml-string-translation','9719296a4678597111eff68bb714fc2c','Exit search',NULL,NULL,'','LINE',NULL,0,'','10b1da3a9a01ed477b203a5b1b32cd8e','',NULL),(1404,'en','wpml-string-translation','416e018e7c6e3f47d2e6e6c222440087','Languages of domains',NULL,NULL,'','LINE',NULL,0,'','777a123087825413258585f66d2a9b86','',NULL),(1405,'en','wpml-string-translation','eae639a70006feff484a39363c977e24','Domain',NULL,NULL,'','LINE',NULL,0,'','647733cd2ed4320b9d6b31d07565bac6','',NULL),(1406,'en','wpml-string-translation','ad4e206408c1c59bfb8a057ba7857446','Context',NULL,NULL,'','LINE',NULL,0,'','fb26fbf3303fffa73d1263f2e389f1b4','',NULL),(1407,'en','wpml-string-translation','49ee3087348e8d44e1feda1917443987','Name',NULL,NULL,'','LINE',NULL,0,'','ede5b19acb014628784356a7fff7038f','',NULL),(1408,'en','wpml-string-translation','4351cfebe4b61d8aa5efa1d020710005','View',NULL,NULL,'','LINE',NULL,0,'','5183daa437419ba2d5afb1e1cf02ccc1','',NULL),(1409,'en','wpml-string-translation','27118326006d3829667a400ad23d5d98','String',NULL,NULL,'','LINE',NULL,0,'','4feaba85d5cd307931206c1b8542eedc','',NULL),(1410,'en','wpml-string-translation','ec53a8c4f07baed5d8825072c89799be','Status',NULL,NULL,'','LINE',NULL,0,'','61845280d192fe1c61670c1c9a5a4b35','',NULL),(1411,'en','wpml-string-translation','2ed18fafe4199c7cfc187fdb2a5b1a66','translations',NULL,NULL,'','LINE',NULL,0,'','b12c747fd4a89d7a96fc6527b5899ce3','',NULL),(1412,'en','wpml-string-translation','8eb1a3cd69452285113a0baf128f430b','Translation is complete',NULL,NULL,'','LINE',NULL,0,'','3ba839f5e0d179e539226a98bc422ba5','',NULL),(1413,'en','wpml-string-translation','c9cc8cce247e49bae79f15173ce97354','Save',NULL,NULL,'','LINE',NULL,0,'','b49a6c4c29e4d04c291d77d237ab5928','',NULL),(1414,'en','wpml-string-translation','908c0345c3cc55c54abc25a083f7ce50','Not translated',NULL,NULL,'','LINE',NULL,0,'','533efb4499d1189ea63b07a1f389868a','',NULL),(1415,'en','wpml-string-translation','36d34b0c8c519c6fc3c48779e091c1e7','view in source',NULL,NULL,'','LINE',NULL,0,'','a44d0b879e9ab856a34fd67b675125d3','',NULL),(1416,'en','wpml-string-translation','d419aa719f90305d33da518516fd3180','view in page',NULL,NULL,'','LINE',NULL,0,'','8c7dbf64af7f99aa20f63d2b36bbe5d9','',NULL),(1417,'en','wpml-string-translation','d8610b04361dd3ccb22c1e72f6a28757','Language of domains',NULL,NULL,'','LINE',NULL,0,'','a2f7b87e8397a4280028e6c0c7720449','',NULL),(1418,'en','wpml-string-translation','9639e32cab248434a17ab32237cb3b71','Apply',NULL,NULL,'','LINE',NULL,0,'','f627ab701e5977aef48bfcd0b48edfbe','',NULL),(1419,'en','wpml-string-translation','ea4788705e6873b424c65e91c2846b19','Cancel',NULL,NULL,'','LINE',NULL,0,'','7ea0259968cb18827330515d4fcb31bc','',NULL),(1420,'en','wpml-string-translation','fcbda59a06e6e94c535cb17f15ecce05','Select for which domain to set the language: ',NULL,NULL,'','LINE',NULL,0,'','3f3c8ffdd0af2a223faaee6308ac84de','',NULL),(1421,'en','wpml-string-translation','76f127f81e962e8a830ed7ed22edb9b8','-- Please select --',NULL,NULL,'','LINE',NULL,0,'','2728f4110cb5fe5c36d07c25d5468840','',NULL),(1422,'en','wpml-string-translation','510d5a403c38512a078d6e4fced058a4','This domain currently has the following strings:',NULL,NULL,'','LINE',NULL,0,'','72fba462444f25076f3a8173ebae11bb','',NULL),(1423,'en','wpml-string-translation','2c461ba39b35901aea1e817a00e1feae','Current source language',NULL,NULL,'','LINE',NULL,0,'','18836554a62c4d528722f8b7613b454f','',NULL),(1424,'en','wpml-string-translation','d75a7e71c0bddd0f2cbfbbaf0e246e4c','Number of strings',NULL,NULL,'','LINE',NULL,0,'','19c5375e26b6f57f5c520a1b1d9f83a6','',NULL),(1425,'en','wpml-string-translation','922468394988a69215d7a40bb2bdf290','Set the source language of these strings to:',NULL,NULL,'','LINE',NULL,0,'','677399036f0d8adc08278abca8632ef9','',NULL),(1426,'en','sitepress','76f127f81e962e8a830ed7ed22edb9b8','-- Please select --',NULL,NULL,'','LINE',NULL,0,'','9f2f9f88690b2149e3324dd6ed39993b','',NULL),(1427,'en','wpml-string-translation','1f813c239453b0f68b93d5ac16e2d7b5','Use this language as the default language for new strings in this domain',NULL,NULL,'','LINE',NULL,0,'','94e23d3466076266931e4329f5e727e3','',NULL),(1428,'en','default','8bd433e5954b8223fb89dd22fe327696','&laquo; Previous',NULL,NULL,'','LINE',NULL,0,'','61cf12598503932d1e07a96f6f3b7ae9','',NULL),(1429,'en','default','f7d387020520aa6845529615215c7217','Next &raquo;',NULL,NULL,'','LINE',NULL,0,'','be2f58a22a9e76a7592bde210541f4f7','',NULL),(1430,'en','wpml-string-translation','4fb813e73cf30a04d997657289ca6a6f','Displaying %s&#8211;%s of %s',NULL,NULL,'','LINE',NULL,0,'','cb358b02bbec54f3cc3b882b072b1dcb','',NULL),(1431,'en','wpml-string-translation','ad924968b322a7e9d5c1f1ab65aae7bf','Strings per page:',NULL,NULL,'','LINE',NULL,0,'','2c9e1681ba9c68f0d116e600c73b86e8','',NULL),(1432,'en','wpml-string-translation','ea52698bdfec2356a55ccbeb39e58460','Display all results',NULL,NULL,'','LINE',NULL,0,'','abb90cf9b3cfab3852c0e9eacbd1be9d','',NULL),(1433,'en','wpml-string-translation','870ad357ead6f85a4cab52f845723d9e','You have selected strings belonging to a package. Please select all strings from the affected package or unselect these strings.',NULL,NULL,'','LINE',NULL,0,'','b4816530e5ac8a62788817bbfca7abd2','',NULL),(1434,'en','wpml-string-translation','2a3070baa098abb7dcf396fd8eba5989','Delete selected strings',NULL,NULL,'','LINE',NULL,0,'','f660567058c1c20127d5b59b3538be06','',NULL),(1435,'en','wpml-string-translation','f1422218a466001963414cf2e1efe084','Are you sure you want to delete these strings?\nTheir translations will be deleted too.',NULL,NULL,'','LINE',NULL,0,'','3663b52a5b2107e8c314cd5e4af4e0fe','',NULL),(1436,'en','wpml-string-translation','dcda63771f6b83dd1fa44d789debfbbc','WPML could not delete the strings',NULL,NULL,'','LINE',NULL,0,'','0c967a1b882276744cc7cb2640f51f16','',NULL),(1437,'en','wpml-string-translation','9c1520121cb460c92f99388b4c064bf0','Change the language of selected strings',NULL,NULL,'','LINE',NULL,0,'','34e908f76d51f03128b19598c829de13','',NULL),(1438,'en','wpml-string-translation','cb17a79ae8f591990d34615f70feae23','Change translation priority of selected strings',NULL,NULL,'','LINE',NULL,0,'','94c25dcf4175cb3dd2470d815eb166fe','',NULL),(1439,'en','wpml-translation-management','036caea802f281ea83c848f5dd0b6c42','Translation options',NULL,NULL,'','LINE',NULL,0,'','7e10cff41448b4a7633a20a842d26982','',NULL),(1440,'en','wpml-translation-management','bf295c5c210ca96e946c5b230584a386','Translate to %s',NULL,NULL,'','LINE',NULL,0,'','5a55ed6c3f308cc191714f36cb4c516b','',NULL),(1441,'en','wpml-translation-management','d28e3c875f66cff2cd1f82b28cc643ba','Add to translation basket',NULL,NULL,'','LINE',NULL,0,'','f650222257c8c7941df592f5d0b5e376','',NULL),(1442,'en','wpml-translation-management','fcd6be7c80ac008f69fda1d43653ebf2','One of the selected strings is in a language that is not activate. It can not be added to the translation basket.',NULL,NULL,'','LINE',NULL,0,'','ca2952b94c97985fba4dca8a53f8ea3d','',NULL),(1443,'en','wpml-translation-management','947e1a07eb00d81d946106b17a83c337','Strings in different languages are selected. They can not be added to the translation basket.',NULL,NULL,'','LINE',NULL,0,'','fe3fb135f9b45a91e55c91bcca52bc9d','',NULL),(1444,'en','wpml-translation-management','92f20f11c3a808dda759b5e4c460f50b','You cannot add strings in this language to the basket since it already contains posts or strings of another source language! Either submit the current basket or delete the posts of differing language in the current basket',NULL,NULL,'','LINE',NULL,0,'','972c7417fb731353952dff25d81b0924','',NULL),(1445,'en','wpml-string-translation','2f0288cf885faa6831539259b6a9a949','Click to toggle',NULL,NULL,'','LINE',NULL,0,'','19d0ab5b26917dfcb427583eb68f6a44','',NULL),(1446,'en','wpml-string-translation','64f6bee3dbe7df1e6bcdd30c0b63970a','Track where strings appear on the site',NULL,NULL,'','LINE',NULL,0,'','78a19a10011883c4d8f91ecd829f0a94','',NULL),(1447,'en','wpml-string-translation','0256958abd6d6a8a78b2f985e36dc80a','WPML can keep track of where strings are used on the public pages. Activating this feature will enable the \'view in page\' functionality and make translation easier.',NULL,NULL,'','LINE',NULL,0,'','1d90ece3c46ea94bb83c61d17593f2f5','',NULL),(1448,'en','wpml-string-translation','39564b6bbae6090782c90989747a2e0e','String Tracking',NULL,NULL,'','LINE',NULL,0,'String Tracking warning: sentence 1, anchor text','325b0975e801edb40744b0bdc1027c4c','',NULL),(1449,'en','wpml-string-translation','931a1cc8b98929436703f71dfd488a28','%s allows you to see where strings come from, so you can translate them accurately.',NULL,NULL,'','LINE',NULL,0,'String Tracking warning: sentence 1','6ac7caef840c8639caa34c986ec7466c','',NULL),(1450,'en','wpml-string-translation','f55105e80a3ac773251cb6231fea5096','It needs to parse the PHP source files and the output HTML.',NULL,NULL,'','LINE',NULL,0,'String Tracking warning: sentence 2','38bd118a14bd27e3c9cad753fafaa012','',NULL),(1451,'en','wpml-string-translation','bba3bfb6b6992b3bad9735af3bc5bea3','This feature is CPU-intensive and should only be used while you are developing sites.',NULL,NULL,'','LINE',NULL,0,'String Tracking warning: sentence 3','2e19a903dc990117fc4d1743e705e7d4','',NULL),(1452,'en','wpml-string-translation','665ade473a97bea36c3013ce3e77fab7','Remember to turn it off before going to production, to avoid performance problems.',NULL,NULL,'','LINE',NULL,0,'String Tracking warning: sentence 4','809b8c9635da38b5e54d26a177ab1408','',NULL),(1453,'en','wpml-string-translation','1261ba8eeb83d9d138ff9e9a37214a7e','Performance considerations',NULL,NULL,'','LINE',NULL,0,'','702ceca7eb41cbbeba9440fe3cb229c6','',NULL),(1454,'en','wpml-string-translation','d077516222b064a0862fd622ef9b67f5','Highlight color for strings',NULL,NULL,'','LINE',NULL,0,'','cd88ffed8d698d4870b561e36f0f5e41','',NULL),(1455,'en','wpml-string-translation','ababab0f7992c4fdf83297be7bc01971','Auto register strings for translation',NULL,NULL,'','LINE',NULL,0,'','672b648d996595b378e07de2196b6468','',NULL),(1456,'en','wpml-string-translation','afae8b7b524091be07565b082d13f189','WPML can automatically register strings for translation. This allows you to translate user-generated content with minimal PHP code.',NULL,NULL,'','LINE',NULL,0,'','f6a66a7c64ac5be7f6737e5dd5135e36','',NULL),(1457,'en','wpml-string-translation','94fbca3170c6eb485d1a4d9f9e280964','Strings from all text domains will be auto-registered',NULL,NULL,'','LINE',NULL,0,'','fef5480b116e039bdcbac74cb9dc792e','',NULL),(1458,'en','wpml-string-translation','32c312e1b97607c619eefde2208d0a64','Strings from all text domains are excluded',NULL,NULL,'','LINE',NULL,0,'','c53e009e65f89f265a4049ce3da98d2c','',NULL),(1459,'en','wpml-string-translation','8041c2e4b9be76036fa2869687559c9a','You excluded: ',NULL,NULL,'','LINE',NULL,0,'','6b6d5fdc9bbbf5997cd939b4b84bd5cc','',NULL),(1460,'en','wpml-string-translation','f199efdcd74b1904819a1f92f32263ef','You included: ',NULL,NULL,'','LINE',NULL,0,'','99fd584e531ec48a1177cc7c8cc298a1','',NULL),(1461,'en','wpml-string-translation','09fbfaaa4390044b3e02747cf174b0b9','and others',NULL,NULL,'','LINE',NULL,0,'','994c757aa0c4a2dc732d05469da5a0e0','',NULL),(1462,'en','wpml-string-translation','7dce122004969d56ae2e0245cb754d35','Edit',NULL,NULL,'','LINE',NULL,0,'','f58e2a2d7381ccf0aa5a00801d1a140d','',NULL),(1463,'en','wpml-string-translation','832dc7c2aa2035b59faf3fc0ff39716b','Auto-register strings from these text domains',NULL,NULL,'','LINE',NULL,0,'','b92f8c2c205897cd30363502f8daf6d4','',NULL),(1464,'en','wpml-string-translation','4c41e0bd957698b58100a5c687d757d9','Select all',NULL,NULL,'','LINE',NULL,0,'','481fa13911dbf02cbfc084163d068914','',NULL),(1465,'en','wpml-string-translation','d1419e8e23c7171c7aeb8ca5b1db240f','Import / export .po',NULL,NULL,'','LINE',NULL,0,'','8169bfce1a3d064924a484f3cca8b86c','',NULL),(1466,'en','wpml-string-translation','72d6d7a1885885bb55a565fd1070581a','Import',NULL,NULL,'','LINE',NULL,0,'','be1e672dddb5cdc9bcb0bd92b7eeb3b1','',NULL),(1467,'en','wpml-string-translation','bcab72bad0ca7c92df247689c53dbce2','.po file:',NULL,NULL,'','LINE',NULL,0,'','1d455abc717d8b294ddfc8a4a22e9d2c','',NULL),(1468,'en','wpml-string-translation','bec7bcc8924dce6fb6733a5de741e5ae','Also create translations according to the .po file',NULL,NULL,'','LINE',NULL,0,'','8c98dfd74b3885b8bf32dd46adbc1fca','',NULL),(1469,'en','wpml-string-translation','79aee597623fc207417e8a733b4785d9','Select what the strings are for:',NULL,NULL,'','LINE',NULL,0,'','c1dc9c966d3111db80d93495fc0bc58b','',NULL),(1470,'en','wpml-string-translation','22af645d1859cb5ca6da0c484f1f37ea','new',NULL,NULL,'','LINE',NULL,0,'','8b93c6108ef59e8ca59ae83476f23d44','',NULL),(1471,'en','wpml-string-translation','3bc6eddc2f304b59314e83389c81524d','select from existing',NULL,NULL,'','LINE',NULL,0,'','90e739716e2c1a34fedcfc80e1defe12','',NULL),(1472,'en','wpml-string-translation','a4d3b161ce1309df1c4e25df28694b7b','Submit',NULL,NULL,'','LINE',NULL,0,'','b78fbe41e5e5cb60e1da8fa77de51f62','',NULL),(1473,'en','wpml-string-translation','63a16a6023e3157071d4c922d6c8d0b3','Please enter a domain!',NULL,NULL,'','LINE',NULL,0,'','f569b3a985de32f8218fb0b1279cedc9','',NULL),(1474,'en','wpml-string-translation','745cc4cdb0956d247d802ef2c900ea77','Please select the .po file to upload!',NULL,NULL,'','LINE',NULL,0,'','960852164298883ad088d4652afc03f5','',NULL),(1475,'en','wpml-string-translation','8e925a261806bb36ad870d6b809d19fe','Export strings into .po/.pot file',NULL,NULL,'','LINE',NULL,0,'','5eec58387ba1a6825a5c60cd6214d262','',NULL),(1476,'en','wpml-string-translation','b31610d7e45872a5a0e0978eb422279b','Select domain:',NULL,NULL,'','LINE',NULL,0,'','f87a7aa0e81b82767fe908bc27fd19f0','',NULL),(1477,'en','wpml-string-translation','4055b5f32d4020f6da9574c0a2352815','Also include translations',NULL,NULL,'','LINE',NULL,0,'','8f623ca9c86cf21988686395fce373f8','',NULL),(1478,'en','wpml-string-translation','4dab36ac83853282fc0d7bae20c19e90','More options',NULL,NULL,'','LINE',NULL,0,'','821b90dbd036df5e30f8e2735040e60e','',NULL),(1479,'en','wpml-string-translation','334c4a4c42fdb79d7ebc3e73b517e6f8','none',NULL,NULL,'','LINE',NULL,0,'','935919f5caa51507dc17063da30d59fd','',NULL),(1480,'en','wpml-string-translation','de95b43bceeb4b998aed4aed5cef1ae7','edit',NULL,NULL,'','LINE',NULL,0,'','366988831d1fe1d6df2d1670bcbbc044','',NULL),(1481,'en','wpml-string-translation','0143e28d0d174d1e8fe87a13c0110cdc','Translating users of types: %s',NULL,NULL,'','LINE',NULL,0,'','c23b89a31facd090e552b074ae1cd5f2','',NULL),(1482,'en','default','7b7bc2512ee1fedcd76bdc68926d4f7b','Administrator',NULL,NULL,'','LINE',NULL,0,'User role','aa7a15d568aa03399f2ca1c5ad29e244','',NULL),(1483,'en','default','344a7f427fb765610ef96eb7bce95257','Editor',NULL,NULL,'','LINE',NULL,0,'User role','8d8cf357cd0fab34f07d0094d5b51eb9','',NULL),(1484,'en','default','a517747c3d12f99244ae598910d979c5','Author',NULL,NULL,'','LINE',NULL,0,'User role','38274bbbce80e5214d2ed71ca163d888','',NULL),(1485,'en','default','23d21ad4dea7aadf907e5e601b1905e6','Contributor',NULL,NULL,'','LINE',NULL,0,'User role','c1d98650ab5784ac183c3ed438179102','',NULL),(1486,'en','default','992c4a5b4628d8ebf671cf460254ee81','Subscriber',NULL,NULL,'','LINE',NULL,0,'User role','53ba96d3cfa65ea2638aebc3fa16ed6b','',NULL),(1487,'en','wpml-string-translation','687b6aaaf12691d2b3f503ded8c35f5a','Translate texts in admin screens &raquo;',NULL,NULL,'','LINE',NULL,0,'','6afe67596d51c4d9d32834e47537ffdc','',NULL),(1488,'en','default','448e6f7bb5f111ccd7527c184b36f9f6','Thank you for creating with <a href=\"%s\">WordPress</a>.',NULL,NULL,'','LINE',NULL,0,'','97d83f7dc26492a73665bc014005db93','',NULL),(1489,'en','default','d2e8ca7ca8508f15e26e7964e99a8fb1','Get Version %s',NULL,NULL,'','LINE',NULL,0,'','19b9936c1d8f4f5ec57f77123c7c8577','',NULL),(1490,'en','default','3c62b9dcfe365792b2fbb6e15dc82c80','Close dialog',NULL,NULL,'','LINE',NULL,0,'','564c26bcdd38c74f7f40a75963165e28','',NULL),(1491,'en','default','467d5ac1c3f9f1262d229f54006742c6','Please log in again.',NULL,NULL,'','LINE',NULL,0,'','58cba21777220f7faa6bf629811c5767','',NULL),(1492,'en','default','da45e0c537736e8fdc5b56a171cf32aa','The login page will open in a new window. After logging in you can close it and return to this page.',NULL,NULL,'','LINE',NULL,0,'','3ef0a26c84d3e50e199eb6c18db8f588','',NULL),(1493,'en','wpml-string-translation','087fb8756d4add87f2d162304ccd486b','No records found',NULL,NULL,'','LINE',NULL,0,'','ddb46b0b45aaf15a9ebd0448407488fd','',NULL),(1494,'en','wpml-string-translation','433748d1df47a09dbaddb073aa066cb1','No strings found',NULL,NULL,'','LINE',NULL,0,'','addae7a35d4e02786ce16c5d2b5eb328','',NULL),(1495,'en','App Store','66f6181bcb4cff4cd38fbc804a036db6','template',NULL,NULL,'','LINE',NULL,0,'','67181b33ab848e115bcd24932b288f09','',NULL),(1496,'en','Google Play','66f6181bcb4cff4cd38fbc804a036db6','template',NULL,NULL,'','LINE',NULL,0,'','7112213e158ae219a21032e386c9ca04','',NULL),(1497,'en','template','8f528a8dca6f8462515f62c8b36db62c','App Store',NULL,NULL,'','LINE',NULL,0,'','c605dfb81f234697aae6814bf05b6ac3','',NULL),(1498,'en','template','f4b913a976c88f8bce5abb6d23ba8b1c','Google Play',NULL,NULL,'','LINE',NULL,2,'','dab207d44d764b721553d7401fba9cdb','',NULL),(1499,'en','wpml-string-translation','d70c75dc9416ebeb532b396c798dc20f','Partial translation',NULL,NULL,'','LINE',NULL,0,'','9dd0cc2c1c97604dff243fe3a8e8ebe0','',NULL),(1500,'en','default','806db08b8d5ab2af924f8401224a9176','List View',NULL,NULL,'','LINE',NULL,0,'','5e7748ecf66c19434859218694c6f674','',NULL),(1501,'en','default','241a80d4b3cd8e30eded0e48a53d13e2','Excerpt View',NULL,NULL,'','LINE',NULL,0,'','2b1ebdd97e3963f7cf0ec321bb441c89','',NULL),(1502,'en','default','3b878279a04dc47d60932cb294d96259','Overview',NULL,NULL,'','LINE',NULL,0,'','222843468c38b7ce807f729c952750c3','',NULL),(1503,'en','default','60be57d14942b01e4d2bccff314615dc','Pages are similar to posts in that they have a title, body text, and associated metadata, but they are different in that they are not part of the chronological blog stream, kind of like permanent posts. Pages are not categorized or tagged, but can have a hierarchy. You can nest pages under other pages by making one the &#8220;Parent&#8221; of the other, creating a group of pages.',NULL,NULL,'','LINE',NULL,0,'','5bb48b4ca8537da5fe1c709d252a3dab','',NULL),(1504,'en','default','87a4cd24ed88393b68b0c3eeaa9293ae','Managing Pages',NULL,NULL,'','LINE',NULL,0,'','d37efe53d3cb0e5aec280a71039aaa15','',NULL),(1505,'en','default','713db89d7ae9e244d012fb9dd9a53982','Managing pages is very similar to managing posts, and the screens can be customized in the same way.',NULL,NULL,'','LINE',NULL,0,'','5f160f3c0999b6f3c714064351523da7','',NULL),(1506,'en','default','653290ee830033b040967d621084cb0f','You can also perform the same types of actions, including narrowing the list by using the filters, acting on a page using the action links that appear when you hover over a row, or using the Bulk Actions menu to edit the metadata for multiple pages at once.',NULL,NULL,'','LINE',NULL,0,'','de3f01588a23e6930c757cb640155dfa','',NULL),(1507,'en','default','55707b4848b3a26a39057e3af6948b43','For more information:',NULL,NULL,'','LINE',NULL,0,'','a9d3d49c9ca9a29198e51259c1dc87e6','',NULL),(1508,'en','default','4635b2f1e0085899e9e4935c274058b8','<a href=\"https://codex.wordpress.org/Pages_Screen\">Documentation on Managing Pages</a>',NULL,NULL,'','LINE',NULL,0,'','4df1301ec255f4b3727b8ada9811aef8','',NULL),(1509,'en','default','2f3809ad117019728fadeded5b053b27','<a href=\"https://wordpress.org/support/\">Support Forums</a>',NULL,NULL,'','LINE',NULL,0,'','6300886260f98fff6ad4c8c3c6d73b11','',NULL),(1510,'en','default','189092207885f91a6661e26a639bf852','Filter items list',NULL,NULL,'','LINE',NULL,0,'','764f665fc59bc658aa0a49a5fd3c70bd','',NULL),(1511,'en','default','e63b7b81bca5e78b13ff6c9b4424f97d','Items list navigation',NULL,NULL,'','LINE',NULL,0,'','f8a70891592a5c5350e96c7501017787','',NULL),(1512,'en','default','814196c32531e51656e1acc11ffaca27','Items list',NULL,NULL,'','LINE',NULL,0,'','7b409258eede6ebd9d1bfbfd429e9307','',NULL),(1513,'en','default','61dbbe312f490e278fdfec71191449a8','%s posts updated.',NULL,NULL,'','LINE',NULL,0,'','cbb96c15a4299b9bd761a0256ed4e767','',NULL),(1514,'en','default','f1a9e37a731de36d8cfac3a473e0818c','%s posts not updated, somebody is editing them.',NULL,NULL,'','LINE',NULL,0,'','79a2b2889e4ca72ff62f162f5cc70ea2','',NULL),(1515,'en','default','d76604a11259638f15fccd02e9cdbe18','%s posts permanently deleted.',NULL,NULL,'','LINE',NULL,0,'','2495ed6681d9987d4688d59884ff1c32','',NULL),(1516,'en','default','aa6991dd377fba33f816237aec8fa13a','%s posts moved to the Trash.',NULL,NULL,'','LINE',NULL,0,'','31e958a4cd49d47ac188e3d3bdaf1026','',NULL),(1517,'en','default','76b53bdc524a2b58173937e49c4d4fba','%s posts restored from the Trash.',NULL,NULL,'','LINE',NULL,0,'','62e83facea1cc21a37bead19fb3dde27','',NULL),(1518,'en','default','1c2de00f0bb9879f473754fdba62f5c2','%s pages updated.',NULL,NULL,'','LINE',NULL,0,'','b35a292b2c47824bfe7964fe8f6a6b48','',NULL),(1519,'en','default','763dd044a165e8754a34bb7cd8abc8f5','%s pages not updated, somebody is editing them.',NULL,NULL,'','LINE',NULL,0,'','b01bee74b91a48c03e0370d24adafc65','',NULL),(1520,'en','default','60a2de2c9062e3c3e632bf6ab4a55916','%s pages permanently deleted.',NULL,NULL,'','LINE',NULL,0,'','6d79b2330f84da3d30217f3e32394f03','',NULL),(1521,'en','default','5b5dab087c575f7a9509e8551d9c368c','%s pages moved to the Trash.',NULL,NULL,'','LINE',NULL,0,'','b121be467c665220c2e5711bc1729253','',NULL),(1522,'en','default','6cd10142a9f7b1ba9e01b007c6c95e8a','%s pages restored from the Trash.',NULL,NULL,'','LINE',NULL,0,'','b97c3dd55f119ddd864ce1f0c8f57c81','',NULL),(1523,'en','sitepress','abdffc07f137a3b4b3e4df13d2cafee4','All languages',NULL,NULL,'','LINE',NULL,0,'','1813ad09b036d309f8c9856d44fba61c','',NULL),(1524,'en','sitepress','cbcd39dfb7a3747d13e74b645fded97d','This language selector determines which content to display. You can choose items in a specific language or in all languages. To change the language of the WordPress Admin interface, go to your profile.',NULL,NULL,'','LINE',NULL,0,'','15de21329f6d37c8c1e5ef2c06d2c674','',NULL),(1525,'en','sitepress','a781cc42760f1f6b74f8b7405c7e92c7','Showing content in:',NULL,NULL,'','LINE',NULL,0,'','e625d96a3fc823666e15388092d63591','',NULL),(1526,'en','sitepress','cefb68d7935872586ad9d881ed5bad9b','Show content in:',NULL,NULL,'','LINE',NULL,0,'','8ef1b713a288751afaf103acc0d3abd0','',NULL),(1527,'en','default','b78a3223503896721cca1303f776159b','Title',NULL,NULL,'','LINE',NULL,0,'column name','42a7eea0171d5078f2090a61d22fbf3f','',NULL),(1528,'en','default','a517747c3d12f99244ae598910d979c5','Author',NULL,NULL,'','LINE',NULL,0,'','e6312a9ec20defa4f4bc4a6a91fd2635','',NULL),(1529,'en','default','44749712dbec183e983dcd78a7736c41','Date',NULL,NULL,'','LINE',NULL,0,'','69b52ea3922711a1998288c213b25eff','',NULL),(1530,'en','sitepress','3a08e2e340ab29fd9263af48193cbf8e','Languages',NULL,NULL,'','LINE',NULL,0,'','250a5c6f3d03dfdbac82281160378cdb','',NULL),(1531,'en','default','7f47c09f945b96ad8e29edb384d43204','Screen Options Tab',NULL,NULL,'','LINE',NULL,0,'','03e49add4f3d0ef8f5c660c3f50cc981','',NULL),(1532,'en','default','168b82d33f8073018c50a4f658a02559','Columns',NULL,NULL,'','LINE',NULL,0,'','f9a2c2c9223f622cb3ed373770865f9f','',NULL),(1533,'en','default','cd05ee51e75e88a93ab57da612d356fc','Number of items per page:',NULL,NULL,'','LINE',NULL,0,'','f418b8c01965c0aff471a68a88564f8c','',NULL),(1534,'en','default','cbb81506a7fe3ef03f7a89c76c52131a','Pagination',NULL,NULL,'','LINE',NULL,0,'','39f62087bd89f29ac2141aa519207c07','',NULL),(1535,'en','default','6a26f548831e6a8c26bfbbd9f6ec61e0','Help',NULL,NULL,'','LINE',NULL,0,'','01439cc4d1aef1abb908116f3b6aa980','',NULL),(1536,'en','default','7583faf881721784060e84f37851c460','Screen Options',NULL,NULL,'','LINE',NULL,0,'','f4b5e7fd09c0e542c4aeee939bb87dd0','',NULL),(1537,'en','default','e9a3137d08f5fcb7ea634dc4bd6c2cd4','All <span class=\"count\">(%s)</span>',NULL,NULL,'','LINE',NULL,0,'posts','9fab394c592867837562f0d125140b9b','',NULL),(1538,'en','default','7bbbd7191eb0494466da9f1381598991','Published <span class=\"count\">(%s)</span>',NULL,NULL,'','LINE',NULL,0,'','030a797b339f3bb26a58b7d1ed7612ec','',NULL),(1539,'en','default','7dce122004969d56ae2e0245cb754d35','Edit',NULL,NULL,'','LINE',NULL,0,'','91e7cf9d6679d0028fbf72f251a9db4f','',NULL),(1540,'en','default','7a289ea949902e8fa53efb4b3b4ccea0','Move to Trash',NULL,NULL,'','LINE',NULL,0,'','664ef7929e32ca35afc14762a1c7df1b','',NULL),(1541,'en','duplicate-post','ff24590464659ee8cdec688128c35f89','Clone',NULL,NULL,'','LINE',NULL,0,'','922aee1df3543501eb0411443306e2e3','',NULL),(1542,'en','default','6c3a324b80758e9c7c018a9b8f77a752','Select bulk action',NULL,NULL,'','LINE',NULL,0,'','641392865678760d8a15842ea35c5f9e','',NULL),(1543,'en','default','aa2af0ca3847200ad4bf2ae5a0337359','Filter by date',NULL,NULL,'','LINE',NULL,0,'','c3293a8adbe97338797746883eb394b9','',NULL),(1544,'en','default','ae46b93f46291a909c5b5134b9e03e34','All dates',NULL,NULL,'','LINE',NULL,0,'','ef193e2ec65dbf6d26e8d2437cd6b6c6','',NULL),(1545,'en','default','172933330266e4edc4737e235d321263','%1$s %2$d',NULL,NULL,'','LINE',NULL,0,'','533f07466b2883c2bcb9c6d5c965ba62','',NULL),(1546,'en','default','d7778d0c64b6ba21494c97f77a66885a','Filter',NULL,NULL,'','LINE',NULL,0,'','0de86675c2f654e4a032d2f5945cb9dd','',NULL),(1547,'en','default','8c685b1acfa99648fc560ea905808028','%s items',NULL,NULL,'','LINE',NULL,0,'','984edea2045009b0cd79a08564a1faa2','',NULL),(1548,'en','default','f88589c3e803217e3f6fe9d8e740e6e8','Current Page',NULL,NULL,'','LINE',NULL,0,'','4abe4229770808b76e6c419abf9ed414','',NULL),(1549,'en','default','a18e089aa76cfb34de574b442ce433ef','%1$s of %2$s',NULL,NULL,'','LINE',NULL,0,'paging','69faf99fef7e51bf6dd75fe55c72241a','',NULL),(1550,'en','default','374bea6cf8bd1e8fd64570b629cc6562','Next page',NULL,NULL,'','LINE',NULL,0,'','ab376ba946122a40ba1a601897503281','',NULL),(1551,'en','default','45e96c0a422ce8a1a6ec1bd5eb9625c6','Select All',NULL,NULL,'','LINE',NULL,0,'','6bb64b68f337d7994b0c40a2744678cd','',NULL),(1552,'en','default','4c34b52c71d3616b7debe4e48fc2df71','Select %s',NULL,NULL,'','LINE',NULL,0,'','d4b1a6b23f3569aff919bc8806ffbd65','',NULL),(1553,'en','default','f287cff642667aa7ab371be8aca4fd14','&#8220;%s&#8221; is locked',NULL,NULL,'','LINE',NULL,0,'','6bb910480a93ce2d105f2e02c78571ee','',NULL),(1554,'en','wpml-translation-management','908c0345c3cc55c54abc25a083f7ce50','Not translated',NULL,NULL,'','LINE',NULL,0,'','212a478875a6e471fc8fe547a5af6465','',NULL),(1555,'en','wpml-translation-management','cb5857613fd444d0550264a0b2a09d3e','Waiting for translator',NULL,NULL,'','LINE',NULL,0,'','d170355be5487a1c242904efe57ad48a','',NULL),(1556,'en','wpml-translation-management','94ad744412a2ec25165a4769d8c03e0f','In basket',NULL,NULL,'','LINE',NULL,0,'','b0f08cb55ca163afe1cc42fce2aa40d2','',NULL),(1557,'en','wpml-translation-management','b6e0b0c90cfbddfe767f137f8066d1df','In progress',NULL,NULL,'','LINE',NULL,0,'','5b427fa21d00a14dcfb087d1b27b178a','',NULL),(1558,'en','wpml-translation-management','ed75712b0eb1913c28a3872731ffd48d','Duplicate',NULL,NULL,'','LINE',NULL,0,'','e9c7d3b52ef9af875100a8fe3a4c4cd7','',NULL),(1559,'en','wpml-translation-management','ae94f80b3ce82062a5dd7815daa04f9d','Complete',NULL,NULL,'','LINE',NULL,0,'','21972fc6fcb1d0722f6dffa325a75d70','',NULL),(1560,'en','wpml-translation-management','69cd9175da90ab1fac63b14cc070d8cb','needs update',NULL,NULL,'','LINE',NULL,0,'','c707cb54b75fff17bf70671055e48fe8','',NULL),(1561,'en','default','5828b58f6817da236fa36c7e28c69aaf','&#8220;%s&#8221; (Edit)',NULL,NULL,'','LINE',NULL,0,'','3fd4bebcc2e2556966d5b47800480fec','',NULL),(1562,'en','default','b6251fd1a0710ba03ede8a57f73ae911','Edit &#8220;%s&#8221;',NULL,NULL,'','LINE',NULL,0,'','25fdd58e1fdf3b0e1266be9d1c3b0756','',NULL),(1563,'en','default','54669f4033a972495b0626e529939f5f','Quick edit &#8220;%s&#8221; inline',NULL,NULL,'','LINE',NULL,0,'','877810c3633d303d1644d684e0293872','',NULL),(1564,'en','default','fe6b142ae5f844e6dab4a5591078f819','Quick&nbsp;Edit',NULL,NULL,'','LINE',NULL,0,'','a7cd27782275a455bf9b740c4be84098','',NULL),(1565,'en','default','34a6d4b91ca8a40fde4c72100ca9358e','Move &#8220;%s&#8221; to the Trash',NULL,NULL,'','LINE',NULL,0,'','20491b46d52ff0f5a0e724157649e743','',NULL),(1566,'en','default','a7e253cd8dd95da3e20daf45519a8dc2','Trash',NULL,NULL,'','LINE',NULL,0,'verb','80310f4ae2e1b3b83e80f9be220099a1','',NULL),(1567,'en','default','d245fd5b98525d196f40401bbf5cebda','View &#8220;%s&#8221;',NULL,NULL,'','LINE',NULL,0,'','034259cacbd28042269b58095263c9a7','',NULL),(1568,'en','default','4351cfebe4b61d8aa5efa1d020710005','View',NULL,NULL,'','LINE',NULL,0,'','bb7cb90eeddf529f4e764a518db2cf17','',NULL),(1569,'en','duplicate-post','f0cb090e5cf4f372f09ada8439a4c387','Clone this item',NULL,NULL,'','LINE',NULL,0,'','19e2a6cc5a485cdfdfa8c9bc5e709f4a','',NULL),(1570,'en','duplicate-post','8343eb1cf6982c963de48e70c304776d','Copy to a new draft',NULL,NULL,'','LINE',NULL,0,'','709e7d69feebf3c816bd153ba9668166','',NULL),(1571,'en','duplicate-post','4a7f83dad33e7339836bc532e9573a46','New Draft',NULL,NULL,'','LINE',NULL,0,'','f5bce169d14cbece95b49e118ecf10b4','',NULL),(1572,'en','default','523d91ac12e772bb9fbce4304b01ba8b','Show more details',NULL,NULL,'','LINE',NULL,0,'','4a15829de3ac391b90315d2594598d3e','',NULL),(1573,'en','sitepress','63da1499253102029cf5ba1a609d904a','Add translation to %s',NULL,NULL,'','LINE',NULL,0,'','364addc5eb4e19275ef0b3d7413e372b','',NULL),(1574,'en','sitepress','493a145beb9f1945a8d50f17a65b7ae7','Edit the %s translation',NULL,NULL,'','LINE',NULL,0,'','3c54964703c8d175fb7be7087cf0d8db','',NULL),(1575,'en','default','d8e7f17a2abdb911d4ba7d4e949f4f9a','%s comments',NULL,NULL,'','LINE',NULL,0,'','9b83064607d20fa792d4a16793a6cb46','',NULL),(1576,'en','default','155105a95850262a227328cc02e499d1','%s approved comments',NULL,NULL,'','LINE',NULL,0,'','7b7e0015a3177606a97dc112288b6bc7','',NULL),(1577,'en','default','a6bf3c95941dddbf594fc0cf860e6a42','%s pending comments',NULL,NULL,'','LINE',NULL,0,'','49057b8ace73a8714fd4328ae9ebc8bb','',NULL),(1578,'en','default','962491a09ce43604118343d78d4fdb2a','No comments',NULL,NULL,'','LINE',NULL,0,'','4a7b20e54f85f75a5d2669d95cb611a5','',NULL),(1579,'en','default','8b324a7144b901ff3b6c8e6e1373c927','Y/m/d g:i:s a',NULL,NULL,'','LINE',NULL,0,'','01724a8ef1bdc6387273976ee6877734','',NULL),(1580,'en','default','3262d48df5d75e3452f0f16b313b7808','off',NULL,NULL,'','LINE',NULL,0,'decline months names: on or off','8f90c3d5d1d6668202e2e8b88ce18615','',NULL),(1581,'en','default','0c49650bf74994664c61be39548a7e2d','Y/m/d',NULL,NULL,'','LINE',NULL,0,'','8ad6c80745709a6930ea65b1d8532044','',NULL),(1582,'en','default','228b7c2fcd38be689021f37264dd5bd1','Posts Page',NULL,NULL,'','LINE',NULL,0,'','68450087f26c1bd054ac5fd32c4b8577','',NULL),(1583,'en','default','7612c0b50754aa23325448056f7f1ec1','Front Page',NULL,NULL,'','LINE',NULL,0,'','a3a33c5926342e911fde7822f2c949eb','',NULL),(1584,'en','sitepress','375bb4ba64ad03db76493422c3664246','Update %s translation',NULL,NULL,'','LINE',NULL,0,'','aada2b88f59cf2b6ce9663aa469b7172','',NULL),(1585,'en','default','212a0488abf6c0d52971d8e90bf314f9','%s ago',NULL,NULL,'','LINE',NULL,0,'','b740e3033c00c55617fe16ed542e4567','',NULL),(1586,'en','default','99e8d9aecac65d9833e10a2d3bbee4f7','%s hours',NULL,NULL,'','LINE',NULL,0,'','4c29dbf4976ce02a47a27cdaeb7c1717','',NULL),(1587,'en','default','73f79dd90cb67b7438919d31aef50a3f','Quick Edit',NULL,NULL,'','LINE',NULL,0,'','80972ff7c01d1a334d1b3bd1cbef2de0','',NULL),(1588,'en','default','0c908588520b3ef787bce443fc2b507c','Slug',NULL,NULL,'','LINE',NULL,0,'','749857d45e4492638c5bb5224c06ded5','',NULL),(1589,'en','default','7cbb885aa1164b390a0bc050a64e1812','Month',NULL,NULL,'','LINE',NULL,0,'','35a2c35c4142c5203a9c52d0607adb49','',NULL),(1590,'en','default','8736b307fbf82a27a70fe8560b30fc3e','%1$s-%2$s',NULL,NULL,'','LINE',NULL,0,'','4c3ef2d8ecc17318e40ecebf9c52521c','',NULL),(1591,'en','default','03727ac48595a24daed975559c944a44','Day',NULL,NULL,'','LINE',NULL,0,'','f395ba320bb60ac979801be70db3a06c','',NULL),(1592,'en','default','537c66b24ef5c83b7382cdc3f34885f2','Year',NULL,NULL,'','LINE',NULL,0,'','832e9f387384b477c61853c174a3e396','',NULL),(1593,'en','default','b55e509c697e4cca0e1d160a7806698f','Hour',NULL,NULL,'','LINE',NULL,0,'','fb64b2a4f65df25998f2a97ee3c097eb','',NULL),(1594,'en','default','62902641c38f3a4a8eb3212454360e24','Minute',NULL,NULL,'','LINE',NULL,0,'','c8f27c4d02ab31c53effb556a1bdab7c','',NULL),(1595,'en','default','6374b11a037a3f6ccfb8b2ccff83f298','%1$s (%2$s)',NULL,NULL,'','LINE',NULL,0,'user dropdown','84425e05c0dfd9fac85dbd744fea8f5f','',NULL),(1596,'en','default','dc647eb65e6711e155375218212b3964','Password',NULL,NULL,'','LINE',NULL,0,'','24eb894493fb2c375f75bcde6db4aeb2','',NULL),(1597,'en','default','4dfed4d09f609b049af849f934862e61','&ndash;OR&ndash;',NULL,NULL,'','LINE',NULL,0,'','eead2c47e7e995ab0e1d6e9b8366d52e','',NULL),(1598,'en','default','30269022e9d8f51beaabb52e5d0de2b7','Parent',NULL,NULL,'','LINE',NULL,0,'','ed3b96ed0e1feb1a19dd1a92033eb6e9','',NULL),(1599,'en','default','205bd9048f3e2aa143fe718178b710c3','Main Page (no parent)',NULL,NULL,'','LINE',NULL,0,'','c3d494b42bfa2383bbb5ba57b193658d','',NULL),(1600,'en','default','a240fa27925a635b08dc28c9e4f9216d','Order',NULL,NULL,'','LINE',NULL,0,'','0464d09bf2c2a6185d7bac08e303322b','',NULL),(1601,'en','default','278c491bdd8a53618c149c4ac790da34','Template',NULL,NULL,'','LINE',NULL,0,'','58d4cc25a004f5d51b11f7c81f3439ca','',NULL),(1602,'en','default','7fef9dabc73a2b259aba73d88f81292d','Default Template',NULL,NULL,'','LINE',NULL,0,'','cb8953058aa517057e5457b9068d9219','',NULL),(1603,'en','default','e411c0c439351ce448df7632c6136d25','Allow Comments',NULL,NULL,'','LINE',NULL,0,'','53bf254809919b77029ed71a3e51e4a1','',NULL),(1604,'en','default','ec53a8c4f07baed5d8825072c89799be','Status',NULL,NULL,'','LINE',NULL,0,'','194d2538ed1f5b1125ef39d0973a9a5a','',NULL),(1605,'en','default','2b7dabba0077abe3732e0418b048a56b','Scheduled',NULL,NULL,'','LINE',NULL,0,'','d0247227644c13839afa4d0319edaa6b','',NULL),(1606,'en','default','00b38f89b377390e7c1d74d82cc2f858','Pending Review',NULL,NULL,'','LINE',NULL,0,'','88e89a64cc901729a3231511af8cc101','',NULL),(1607,'en','default','f03ab16cd58372c77ba45a3d9a5a1cb9','Draft',NULL,NULL,'','LINE',NULL,0,'','b9e113538fc17c7dd5b12712a392c691','',NULL),(1608,'en','default','8e8cd3fdecd034bcb31a666018f5b6c7','Bulk Edit',NULL,NULL,'','LINE',NULL,0,'','8d480bd5f3e52c3f7031e25a2dd8794d','',NULL),(1609,'en','default','cb4d5750d38b2b0f863cac33456d4f57','&mdash; No Change &mdash;',NULL,NULL,'','LINE',NULL,0,'','fe353a7b90692e75d02145a9c1f831f9','',NULL),(1610,'en','default','45f0fb72a0defdfdb01de4b5a5a6876b','Allow',NULL,NULL,'','LINE',NULL,0,'','9fe5249440fdde3e54241fa0971d332c','',NULL),(1611,'en','default','23b82756228a63c2f4d8180a51a78683','Do not allow',NULL,NULL,'','LINE',NULL,0,'','dfb7f90a9dff56afea66bc37ba42b575','',NULL),(1612,'en','default','68a2b81a321d880ba8f8b93db2910dd4','Once Hourly',NULL,NULL,'','LINE',NULL,0,'','eee472fbb16c0354d3527fa80e8eb8b7','',NULL),(1613,'en','default','1c21fbd5249f1c20bd89119ab5c678ba','Twice Daily',NULL,NULL,'','LINE',NULL,0,'','b613cfa9b9c9747a59cd7a3cc60c6f43','',NULL),(1614,'en','default','c9eac1c74700f24ca8070dd76aafa4fa','Once Daily',NULL,NULL,'','LINE',NULL,0,'','fb1e264dcd8dee9941fbab291a69fdb3','',NULL),(1615,'en','default','52f4393e1b52ba63e27310ca92ba098c','General Settings',NULL,NULL,'','LINE',NULL,0,'','a133f68ecc6a9bb928b4ba4d87153d5e','',NULL),(1616,'en','default','49eb6a44db57cba8d66b3404fa9f0ad4','Y-m-d H:i:s',NULL,NULL,'','LINE',NULL,0,'timezone date format','d26fb5550b496dbd22188d52f7b828ab','',NULL),(1617,'en','default','1283a7fcac8dc097b0875b6a7290af01','The fields on this screen determine some of the basics of your site setup.',NULL,NULL,'','LINE',NULL,0,'','da995ca09f039985d226591412a088b0','',NULL),(1618,'en','default','f5edc853e96c1ea8b465c7ab39769ca3','Most themes display the site title at the top of every page, in the title bar of the browser, and as the identifying name for syndicated feeds. The tagline is also displayed by many themes.',NULL,NULL,'','LINE',NULL,0,'','a516610b2a4c609cdd98fb0de2c64939','',NULL),(1619,'en','default','68804ce6aa38ab1ef7d4e33889033f7b','The WordPress URL and the Site URL can be the same (example.com) or different; for example, having the WordPress core files (example.com/wordpress) in a subdirectory instead of the root directory.',NULL,NULL,'','LINE',NULL,0,'','611f402fad36bf6c2938669e03586d18','',NULL),(1620,'en','default','efe517a5b918a12ecb7dfd17f3877327','If you want site visitors to be able to register themselves, as opposed to by the site administrator, check the membership box. A default user role can be set for all new users, whether self-registered or registered by the site admin.',NULL,NULL,'','LINE',NULL,0,'','1e0104cd42ac1e2fe540ba466d5ff248','',NULL),(1621,'en','default','8f52d6a439157f46ebbd2782a6ce2a22','You can set the language, and the translation files will be automatically downloaded and installed (available if your filesystem is writable).',NULL,NULL,'','LINE',NULL,0,'','308e8d0b6f06c46087b020dda71cb159','',NULL),(1622,'en','default','ae4787001faa3e6213de113c18805ee0','UTC means Coordinated Universal Time.',NULL,NULL,'','LINE',NULL,0,'','a40d7f447f4e2af30c9f3120952b7948','',NULL),(1623,'en','default','84760e95a02e1b21fd067dcf8d357fdc','You must click the Save Changes button at the bottom of the screen for new settings to take effect.',NULL,NULL,'','LINE',NULL,0,'','40de51e1c0d646fdf0d7d9f4efaa3ea7','',NULL),(1624,'en','default','219049b8bddc1ddcb8b72d9d049546a4','<a href=\"https://codex.wordpress.org/Settings_General_Screen\">Documentation on General Settings</a>',NULL,NULL,'','LINE',NULL,0,'','adeadeac86dd158f93fe5f16d5304cd9','',NULL),(1625,'en','sitepress','9239c8a5a80f72bdefc0692b44edc96d','WPML Site Languages section',NULL,NULL,'','LINE',NULL,0,'','2861a28ce67c4ad277e6ef405c530480','',NULL),(1626,'en','sitepress','1ac1c6a8b92c1cdfbe7487dcf37116ee','When WPML is activated, the site language should be changed in the %s.',NULL,NULL,'','LINE',NULL,0,'','b44265c9ec4f92ecfec78acc74b149b0','',NULL),(1627,'en','default','1c30ff4da9d87eb559d726c72af85e2a','Site Title',NULL,NULL,'','LINE',NULL,0,'','d2feb08f6116b0c68cf655fff51ab1d2','',NULL),(1628,'en','default','122a05774113cd494d44a50e17914937','Tagline',NULL,NULL,'','LINE',NULL,0,'','c24c01c990c52dea1d6df060ef17a7c0','',NULL),(1629,'en','default','17a1938167ced1f88fb79a72a323dd0e','In a few words, explain what this site is about.',NULL,NULL,'','LINE',NULL,0,'','da803f748d1b750af858c087f83cd4f8','',NULL),(1630,'en','default','2b94e867fa22e2b7a8834e616bcbbbae','WordPress Address (URL)',NULL,NULL,'','LINE',NULL,0,'','345ff45cdd28bfea1c2633e5e5b24785','',NULL),(1631,'en','default','3e07de539b126d2aa03485f987c3d6b6','Site Address (URL)',NULL,NULL,'','LINE',NULL,0,'','79c9ec7925f7a0ca9463c6360db94e4e','',NULL),(1632,'en','default','643a860f992333b8600ea264aca7c4fc','Email Address',NULL,NULL,'','LINE',NULL,0,'','9aaa417030c150183f259f8fc6ddecc7','',NULL),(1633,'en','default','8bdc95a2f11c754b36eef70a9946d3a3','This address is used for admin purposes. If you change this we will send you an email at your new address to confirm it. <strong>The new address will not become active until confirmed.</strong>',NULL,NULL,'','LINE',NULL,0,'','c804e70303da038835cc1a8a2e3c3692','',NULL),(1634,'en','default','77a3f553666ab77020a502e5079335c8','Membership',NULL,NULL,'','LINE',NULL,0,'','820a1092816f6bdd284d70241e530d4d','',NULL),(1635,'en','default','44d5412772fd54ff048ea2f09a8cb14d','Anyone can register',NULL,NULL,'','LINE',NULL,0,'','a18f9baf37f20559d5160d7c82928b23','',NULL),(1636,'en','default','415026980280decbe8391def242231dc','New User Default Role',NULL,NULL,'','LINE',NULL,0,'','fac9b6782c7e5af88c20acf99c74ef75','',NULL),(1637,'en','default','84a8a70ec6e2c674b0c6e5ffc48ee172','Site Language',NULL,NULL,'','LINE',NULL,0,'','5e20669f893f503707f5a18e7115f6c5','',NULL),(1638,'en','default','c088ed495f47fa2faf94adc18f30acde','Invalid data provided.',NULL,NULL,'','LINE',NULL,0,'','8dc0a2edc632c275667fa46510434e29','',NULL),(1639,'en','default','466f1ab06480900c13e10983a3445cfe','Could not access filesystem.',NULL,NULL,'','LINE',NULL,0,'','ad1881799e3249787a6ad2d0e7aa37a1','',NULL),(1640,'en','default','f6aac641f440908c21b28cfc36141249','Filesystem error.',NULL,NULL,'','LINE',NULL,0,'','74593805d830b844bbeb66bf509c57f2','',NULL),(1641,'en','default','1c23cfed6375003f3bc1b3688dd95fa2','Unable to locate WordPress root directory.',NULL,NULL,'','LINE',NULL,0,'','26a0e5fb004f8a1dd5b96999741d14df','',NULL),(1642,'en','default','02dcaec6ab7d10a13f2f1d547e679b63','Unable to locate WordPress content directory (wp-content).',NULL,NULL,'','LINE',NULL,0,'','c2cbf7c7ea8c20c7229696d79d955658','',NULL),(1643,'en','default','6d920ad755e5c412f59e6d72bd9b5f7f','Unable to locate WordPress plugin directory.',NULL,NULL,'','LINE',NULL,0,'','10677b5d34b1133848825772ab7839ed','',NULL),(1644,'en','default','2449887eb7cea0d62e356c4caf40bca5','Unable to locate WordPress theme directory.',NULL,NULL,'','LINE',NULL,0,'','a766b15287b41e2a3639172f20c9bd25','',NULL),(1645,'en','default','b2497e9a332dbe6f7f3666edfd99bba0','Unable to locate needed folder (%s).',NULL,NULL,'','LINE',NULL,0,'','eaf469d8b9432642db03b09c78edb4a1','',NULL),(1646,'en','default','85b511ea9d5d69a4cdd19bff8a598c32','Download failed.',NULL,NULL,'','LINE',NULL,0,'','8c0a8e5bd1f600d566261dc191f6bcc4','',NULL),(1647,'en','default','c47f5529a3f44f8c90337c9918fd471d','Installing the latest version&#8230;',NULL,NULL,'','LINE',NULL,0,'','fe300719f322dd9ee29bc31197dcfbfe','',NULL),(1648,'en','default','45cd9856d566986addee9fc589d71b76','The package contains no files.',NULL,NULL,'','LINE',NULL,0,'','6502c46be5402cc2cb188a735df83d84','',NULL),(1649,'en','default','7790530968f5b873498a6f02c6756c13','Destination folder already exists.',NULL,NULL,'','LINE',NULL,0,'','acb17839b2d2f1c6b7e9f43b81df9674','',NULL),(1650,'en','default','93cd45a57ee75dc0a319cd257bb3c7e7','Could not create directory.',NULL,NULL,'','LINE',NULL,0,'','97668ad036904789ad2b280df05c1c52','',NULL),(1651,'en','default','83fa7e6e72d97bf56a513274fdd9a277','The package could not be installed.',NULL,NULL,'','LINE',NULL,0,'','396eea99f8f105dce089357d9a329f84','',NULL),(1652,'en','default','1115a6530e7dcf5ef19adc638bbeed53','The update cannot be installed because we will be unable to copy some files. This is usually due to inconsistent file permissions.',NULL,NULL,'','LINE',NULL,0,'','966bd6ce16987e14599aed48177771df','',NULL),(1653,'en','default','60ef6ae6923fd58b87f96ed6e7a9f44d','Enabling Maintenance mode&#8230;',NULL,NULL,'','LINE',NULL,0,'','5d3e6169e3809769ea037076a6939cb1','',NULL),(1654,'en','default','c451d9e09dbd80cba094c4b84717de24','Disabling Maintenance mode&#8230;',NULL,NULL,'','LINE',NULL,0,'','59b603acbd2364bc419df9310b9c9c9f','',NULL),(1655,'en','default','98dd43dfae05b11befe1f140e0ec787a','Installed',NULL,NULL,'','LINE',NULL,0,'translations','d886be8a893833bc4833dd0f268038f8','',NULL),(1656,'en','default','78945de8de090e90045d299651a68a9b','Available',NULL,NULL,'','LINE',NULL,0,'translations','8eb88f371533d89f6ca00e955c13d61a','',NULL),(1657,'en','default','236df51bb0e6416236e255b528346fca','Timezone',NULL,NULL,'','LINE',NULL,0,'','5915ad52b9e72aaf528fc0981eb3f6d6','',NULL),(1658,'en','continents-cities','f5cd262901883dff68d06b215fb0f28e','Africa',NULL,NULL,'','LINE',NULL,0,'','f159f9645bedbef32ebd988be3a6cac3','',NULL),(1659,'en','continents-cities','019de76eff70580b22de64a715456c31','Abidjan',NULL,NULL,'','LINE',NULL,0,'','eabae3e87203af3d6367ace0edb89cb8','',NULL),(1660,'en','continents-cities','74611b7301ba42555da48a38e252802c','Accra',NULL,NULL,'','LINE',NULL,0,'','58fbc81786f71a82be1f684bd5df1f1b','',NULL),(1661,'en','continents-cities','6c835e2e190196b7fe9d8255be6bbcb4','Addis Ababa',NULL,NULL,'','LINE',NULL,0,'','2287bafddf6d9e6f2c25d420aeaf3a35','',NULL),(1662,'en','continents-cities','6a5f69fac89c795d9a842460b8f0ff02','Algiers',NULL,NULL,'','LINE',NULL,0,'','87edf8cd45fea28e665fc837c3771425','',NULL),(1663,'en','continents-cities','1e26735a0283059d9e5652f6b9122b19','Asmara',NULL,NULL,'','LINE',NULL,0,'','7b2cbc73836dd4547ccc570693fc058f','',NULL),(1664,'en','continents-cities','0df54a621a4e76c1683931b70d412f17','Bamako',NULL,NULL,'','LINE',NULL,0,'','f9643f6a0d6c5efdccd41ef979d6db1f','',NULL),(1665,'en','continents-cities','c183ebfa7247107256c5857d5b396cbd','Bangui',NULL,NULL,'','LINE',NULL,0,'','b0b8641d9321d7f6d00d3e3cc971c8c4','',NULL),(1666,'en','continents-cities','b2cda1914234d736f1b65df7a96f5244','Banjul',NULL,NULL,'','LINE',NULL,0,'','effa8a4c9173841533fc71a2b4b67481','',NULL),(1667,'en','continents-cities','d8a4801dc59c4cf7c13892540dd68c54','Bissau',NULL,NULL,'','LINE',NULL,0,'','b9ea6b5a5b9f3b90d8844355849012e4','',NULL),(1668,'en','continents-cities','be865914e58d6c1e69c1923efa083ffa','Blantyre',NULL,NULL,'','LINE',NULL,0,'','1d031eaa5f0e6195dbfbdf94d26b1d10','',NULL),(1669,'en','continents-cities','6e6dd9a489c685c2ddd5ae639f4df14e','Brazzaville',NULL,NULL,'','LINE',NULL,0,'','9d80615950e532c38798920ba9ed35aa','',NULL),(1670,'en','continents-cities','04071b0344fabee53a68866567c8b6c1','Bujumbura',NULL,NULL,'','LINE',NULL,0,'','986d64f44ddf652afd034804ffb65fcb','',NULL),(1671,'en','continents-cities','b181c43993de481ea462a2bfe11f0a1b','Cairo',NULL,NULL,'','LINE',NULL,0,'','0f6b3a0b24305df460aacd675d709ee3','',NULL),(1672,'en','continents-cities','adf20488d00fb576b16546b1c93611b4','Casablanca',NULL,NULL,'','LINE',NULL,0,'','f64d8748076bed2a3bf3242f568bd445','',NULL),(1673,'en','continents-cities','b14c3890a187a7798035ac60d89b54f7','Ceuta',NULL,NULL,'','LINE',NULL,0,'','855b47105942e8a73af0319da5269c09','',NULL),(1674,'en','continents-cities','8be2ff0a418d70660729851c3072d71c','Conakry',NULL,NULL,'','LINE',NULL,0,'','d2a7d5d2be5ac3650b002cbc39553d75','',NULL),(1675,'en','continents-cities','08ec2b465e90b2a8de19b62a7315fc69','Dakar',NULL,NULL,'','LINE',NULL,0,'','bb660fdeb3ef568f6d0eadaeaf5de806','',NULL),(1676,'en','continents-cities','cde2d5e4d7c441ee80fcd3d7b328bebf','Dar es Salaam',NULL,NULL,'','LINE',NULL,0,'','ec07a203acb4313566ab8964f86887e9','',NULL),(1677,'en','continents-cities','902f92c09660b797958acb27421fd9ac','Djibouti',NULL,NULL,'','LINE',NULL,0,'','f2ed60a482e220f5be6bc988b299a388','',NULL),(1678,'en','continents-cities','dfe1fe4e1b9f529489741369cca9d483','Douala',NULL,NULL,'','LINE',NULL,0,'','54967771bb6c0114efc5cfbbc909b0d5','',NULL),(1679,'en','continents-cities','6e4b4130e113f84a8fd0bc4a2040ec2c','El Aaiun',NULL,NULL,'','LINE',NULL,0,'','0c21cfe9bfbb4c329061a8a2373ed8d0','',NULL),(1680,'en','continents-cities','a3fc5ecf4be63b4b184658caec8d6756','Freetown',NULL,NULL,'','LINE',NULL,0,'','5ae070cc8f1064dc9d9222b12d7fce58','',NULL),(1681,'en','continents-cities','822b8dd5ad9692b16c9348578224a71e','Gaborone',NULL,NULL,'','LINE',NULL,0,'','3e091c38178dd6bfa8168eab38472585','',NULL),(1682,'en','continents-cities','b430d27fbf2eb1c3dda104005c96fa05','Harare',NULL,NULL,'','LINE',NULL,0,'','cbf10628285fbaf633dee4bcffbae355','',NULL),(1683,'en','continents-cities','33416c1d32d3c19771d09bf215c7b514','Johannesburg',NULL,NULL,'','LINE',NULL,0,'','7096d9a2b81004e3da8bd3cbc5b8a0d1','',NULL),(1684,'en','continents-cities','2fa76c446c14896d647ceef6dd6803e9','Juba',NULL,NULL,'','LINE',NULL,0,'','1784daef4b4385716c367e6b9bf69965','',NULL),(1685,'en','continents-cities','a006156c20b3fbbbbec28e9fac9a1d02','Kampala',NULL,NULL,'','LINE',NULL,0,'','2adaaa00802d587198ed4b68c26f4e3d','',NULL),(1686,'en','continents-cities','260bbc70aae21dad4eefd307b690e2e5','Khartoum',NULL,NULL,'','LINE',NULL,0,'','ac50afac78473325a587a0d8f5bccc11','',NULL),(1687,'en','continents-cities','0de15f9adc749698be030c64cd8c4d6c','Kigali',NULL,NULL,'','LINE',NULL,0,'','fa5e34ec022fcdcbfcc3bdf6e599e7c0','',NULL),(1688,'en','continents-cities','99ca5c728926ae20d2e7ede113a67b11','Kinshasa',NULL,NULL,'','LINE',NULL,0,'','a888826513ea1c6416a59bf6aeb4e684','',NULL),(1689,'en','continents-cities','8db95c71eae98cf838c50d8916379eef','Lagos',NULL,NULL,'','LINE',NULL,0,'','b3e9c68b04e07bd4f5268062769f8bee','',NULL),(1690,'en','continents-cities','ebc240d7b6aada077f9b8365c46fbea4','Libreville',NULL,NULL,'','LINE',NULL,0,'','a2c35d9a54d9ce60787d7f29d05bae08','',NULL),(1691,'en','continents-cities','107d58b900283b8113ce75f16c46abf7','Lome',NULL,NULL,'','LINE',NULL,0,'','0c857c925d41736b36aa6a6481716e04','',NULL),(1692,'en','continents-cities','2d20c677063489ac1dd757cddfc62ed0','Luanda',NULL,NULL,'','LINE',NULL,0,'','88d20501bcc59325ef3cea5730fa86b3','',NULL),(1693,'en','continents-cities','67e6ed05e62cf5008647f5f0f4d7f025','Lubumbashi',NULL,NULL,'','LINE',NULL,0,'','1629fbff0961c284af820be0764b2a74','',NULL),(1694,'en','continents-cities','c9e26aa604ddee6234c920e6d006ca8b','Lusaka',NULL,NULL,'','LINE',NULL,0,'','c6b9c4c57c72dfd5127f9c4f450f6982','',NULL),(1695,'en','continents-cities','e05bccd56b9615e81e53c0d6a5f275fb','Malabo',NULL,NULL,'','LINE',NULL,0,'','c6a9286df6e89eb7e86ccf491edd9b16','',NULL),(1696,'en','continents-cities','0218a77ed79362a40e5f018feeebaba2','Maputo',NULL,NULL,'','LINE',NULL,0,'','24f06da6d2f9d3a4e4585c388a341a49','',NULL),(1697,'en','continents-cities','4f9059639b967534ab194e2c44b6789e','Maseru',NULL,NULL,'','LINE',NULL,0,'','57019af15d7925ec69b5ee5f46d67bd0','',NULL),(1698,'en','continents-cities','137c9977a8657a7c637d25c029ba81d2','Mbabane',NULL,NULL,'','LINE',NULL,0,'','a9c5ed5c9901b573f1f402390c268693','',NULL),(1699,'en','continents-cities','45b08e61d1324dbd318896c8c66b3a57','Mogadishu',NULL,NULL,'','LINE',NULL,0,'','5a901749f6399e64308bb1e1fd981736','',NULL),(1700,'en','continents-cities','2a6d14355ea2edae611b49d8993bdac9','Monrovia',NULL,NULL,'','LINE',NULL,0,'','d7c5b58e6b8d40174e301e31bdf94c2b','',NULL),(1701,'en','continents-cities','fc9389801935ab6476b93373f658e705','Nairobi',NULL,NULL,'','LINE',NULL,0,'','4637ed0fef149bf530cfa22611bda133','',NULL),(1702,'en','continents-cities','9f9fc7efaea5af65f558c2c04efc4052','Ndjamena',NULL,NULL,'','LINE',NULL,0,'','51527f5e269d95741105c0cfd64c0cfe','',NULL),(1703,'en','continents-cities','39ef60154960c66c93d8b584450edc06','Niamey',NULL,NULL,'','LINE',NULL,0,'','134760bbc13eae358035a04147ce5fac','',NULL),(1704,'en','continents-cities','49a0c7aaede8ae2f47624661dd037fca','Nouakchott',NULL,NULL,'','LINE',NULL,0,'','5b3945d4dfb4341eda906fdf2d269f40','',NULL),(1705,'en','continents-cities','5f80d62bcbab66ccc64f4728691bfb84','Ouagadougou',NULL,NULL,'','LINE',NULL,0,'','00fcb5d51b1d32ca8690d2075d2e3ec2','',NULL),(1706,'en','continents-cities','e902b23e856a66be0230aae8bae3f723','Porto-Novo',NULL,NULL,'','LINE',NULL,0,'','03aa4d7ccd7ae1e14efeda4258fdd110','',NULL),(1707,'en','continents-cities','ff8d0d21141bd958cb19055812caa5a5','Sao Tome',NULL,NULL,'','LINE',NULL,0,'','57e4ff84784395372fc0997cd6ea910e','',NULL),(1708,'en','continents-cities','9b3af1bb38b7114f349064f74ea83fa4','Tripoli',NULL,NULL,'','LINE',NULL,0,'','a2a4b4a46b424a22db006629e301b6ea','',NULL),(1709,'en','continents-cities','044c0f755d7e410a0da4c7d2b1a52263','Tunis',NULL,NULL,'','LINE',NULL,0,'','dbd2b75e90d012ecb224d68a8e114f2b','',NULL),(1710,'en','continents-cities','9b1c3a79a84cc0ee72dcc5218b20e426','Windhoek',NULL,NULL,'','LINE',NULL,0,'','c3fc3d024420c29f9a22b15d15ecb037','',NULL),(1711,'en','continents-cities','088f003833d523d9dccc529e929afdc7','America',NULL,NULL,'','LINE',NULL,0,'','431ea56f713c99eff776d34758e65cba','',NULL),(1712,'en','continents-cities','7e731a704dbabd7d67b40fad4003923d','Adak',NULL,NULL,'','LINE',NULL,0,'','996e81475883357af2c51dcf9ed7dedc','',NULL),(1713,'en','continents-cities','b19ebe22fcdcb7a220932846969bddcc','Anchorage',NULL,NULL,'','LINE',NULL,0,'','2fadb33494e8815ce7a75767973040eb','',NULL),(1714,'en','continents-cities','cedfc05affe8143cc552076e77407863','Anguilla',NULL,NULL,'','LINE',NULL,0,'','16ed5f39e0d97e8e31c6e5901866a316','',NULL),(1715,'en','continents-cities','96d833ae2c9a8a323465a459f1927f8b','Antigua',NULL,NULL,'','LINE',NULL,0,'','14e2ddbd1200035a6017adcf366ed1fb','',NULL),(1716,'en','continents-cities','fdf973d5bf007aab31b11d142b8a25c3','Araguaina',NULL,NULL,'','LINE',NULL,0,'','d3fea8d036036e23a13f2453e151e0c2','',NULL),(1717,'en','continents-cities','3536be57ce0713954e454ae6c53ec023','Argentina',NULL,NULL,'','LINE',NULL,0,'','6e22fafe07171e71f2295c69af5eede9','',NULL),(1718,'en','continents-cities','464f18360a31a99b8003db4c668244c0','Buenos Aires',NULL,NULL,'','LINE',NULL,0,'','988e56353256a389a2492fe29984bb2d','',NULL),(1719,'en','continents-cities','0e0ad069acb8317acbb92223b8aea816','Catamarca',NULL,NULL,'','LINE',NULL,0,'','166e316f1cd4f3fb6a35451a1b71702b','',NULL),(1720,'en','continents-cities','10c0f9ef36fc112872490e11a8c43a59','Cordoba',NULL,NULL,'','LINE',NULL,0,'','0227c8a5ee8c111b4fefeee8047b70af','',NULL),(1721,'en','continents-cities','23e65d0041b99b6709502af0b3e9dd53','Jujuy',NULL,NULL,'','LINE',NULL,0,'','eb374dcf498b1c5be6e54f370574c635','',NULL),(1722,'en','continents-cities','6690aa1b650f8f7f636062c1faf7974a','La Rioja',NULL,NULL,'','LINE',NULL,0,'','8834214eba52bd15cfaee1b778aa790d','',NULL),(1723,'en','continents-cities','1515960435c336515e9dca50c0f0df07','Mendoza',NULL,NULL,'','LINE',NULL,0,'','d54abecced3018dee6f7493200c0af6e','',NULL),(1724,'en','continents-cities','1944c100fd9843ffb3ccbcd0a91dc037','Rio Gallegos',NULL,NULL,'','LINE',NULL,0,'','f07ec6c95ac1583d2a182f6865562815','',NULL),(1725,'en','continents-cities','72374ce78369594852951015e37ec6c1','Salta',NULL,NULL,'','LINE',NULL,0,'','4a93d9a0016a656a5237f1b4e2afd7a2','',NULL),(1726,'en','continents-cities','1af2a83405609130262cb21b2651a300','San Juan',NULL,NULL,'','LINE',NULL,0,'','16e42e4088150e4cfa49e91a5d5ed5b5','',NULL),(1727,'en','continents-cities','6bea9eb8a42bf51a5b58a123070e8636','San Luis',NULL,NULL,'','LINE',NULL,0,'','697784d0c36b185765ba369bed809a6b','',NULL),(1728,'en','continents-cities','5485bb3abe2ca322eb677765fb81b4d0','Tucuman',NULL,NULL,'','LINE',NULL,0,'','b2d003358b98b76b98acae72f2a0f193','',NULL),(1729,'en','continents-cities','071c0800d853bd74c75a80c71ca741a2','Ushuaia',NULL,NULL,'','LINE',NULL,0,'','0581891d4fbeb7408a82e049d5d7a7b5','',NULL),(1730,'en','continents-cities','4893b64051cf425047ddd8606dae25f4','Aruba',NULL,NULL,'','LINE',NULL,0,'','943e073f8c53540f593143247be0767c','',NULL),(1731,'en','continents-cities','8410f16f69626640a58f6c75509b068b','Asuncion',NULL,NULL,'','LINE',NULL,0,'','c092880e3b77e81f65410eda176a20a0','',NULL),(1732,'en','continents-cities','5479dcc6ff6fcda9d5db4873c3d69f63','Atikokan',NULL,NULL,'','LINE',NULL,0,'','4c8e16f4dccd273da0a33c6483c89755','',NULL),(1733,'en','continents-cities','4147fcba3b166ba39ab0d88afdbbb6b2','Bahia',NULL,NULL,'','LINE',NULL,0,'','820d99746bcca001a1e68d19e56e0cc1','',NULL),(1734,'en','continents-cities','8db193cc90167f2db583c736f55ecc11','Bahia Banderas',NULL,NULL,'','LINE',NULL,0,'','f02665186a8b4210834d94fb7b378ea1','',NULL),(1735,'en','continents-cities','3214c0f21d200a1dae4eb83a53ec2730','Barbados',NULL,NULL,'','LINE',NULL,0,'','8f83b0c54adf9728d6b75afe88677990','',NULL),(1736,'en','continents-cities','90b0f7b4d90733b04d2993884cd0cc59','Belem',NULL,NULL,'','LINE',NULL,0,'','8c86402a7e54001a2b7fc75f7499757c','',NULL),(1737,'en','continents-cities','20bca6785240fa722edb5c85d055a93d','Belize',NULL,NULL,'','LINE',NULL,0,'','72769417e98044a21f560ea205588582','',NULL),(1738,'en','continents-cities','8dcb8e25950a7a6ce98b64148b239539','Blanc-Sablon',NULL,NULL,'','LINE',NULL,0,'','74158dfb9a35fde4419a2b7e617abdbb','',NULL),(1739,'en','continents-cities','8836280f8d85af8505071c6be8e7868c','Boa Vista',NULL,NULL,'','LINE',NULL,0,'','8897e2a4830ef9b6a2163844f39458ff','',NULL),(1740,'en','continents-cities','fd6317498ebab5f40e639003e3d863fc','Bogota',NULL,NULL,'','LINE',NULL,0,'','89f6f33eb34aee71ba538cf5a3f463d6','',NULL),(1741,'en','continents-cities','daf1f64af9cb2ac00c1175a98e51ea42','Boise',NULL,NULL,'','LINE',NULL,0,'','e7c3c6a4876e3c5e4c7b7938ef1bec6a','',NULL),(1742,'en','continents-cities','9e806d139a947c7319e7a38426aaf3de','Cambridge Bay',NULL,NULL,'','LINE',NULL,0,'','74ecd625bfaea6a0d84f278ce599e2f1','',NULL),(1743,'en','continents-cities','955281b4c4be6b20e301e8a9d0efd4d8','Campo Grande',NULL,NULL,'','LINE',NULL,0,'','3dd214a137d1887549269fb852e1fec7','',NULL),(1744,'en','continents-cities','fd5a6f048c89ada0ec63459c7d4467dc','Cancun',NULL,NULL,'','LINE',NULL,0,'','cccb21a79018a060cb09a7a4ef56efc5','',NULL),(1745,'en','continents-cities','c9fa5b8cb3b197ae5ce4baf8415a375b','Caracas',NULL,NULL,'','LINE',NULL,0,'','ea6518eac39561cdff734fd0e2131694','',NULL),(1746,'en','continents-cities','2186db2ef123599822781fec32e3ac97','Cayenne',NULL,NULL,'','LINE',NULL,0,'','7f27fb9ee569f4c8d4f4a32061cd7191','',NULL),(1747,'en','continents-cities','8d5556b95994731c890a7e44d46f189e','Cayman',NULL,NULL,'','LINE',NULL,0,'','b4b5dd66b80f04f4d28ad507c65892c2','',NULL),(1748,'en','continents-cities','9cfa1e69f507d007a516eb3e9f5074e2','Chicago',NULL,NULL,'','LINE',NULL,0,'','a7f123abad22cde8569c580f9a779ee3','',NULL),(1749,'en','continents-cities','4ab02eb42d91b8e97216863c820a553b','Chihuahua',NULL,NULL,'','LINE',NULL,0,'','7d168f1eefc78dcf4e8bcf27e01363ec','',NULL),(1750,'en','continents-cities','5882b568d8a010ef48a6896f53b6eddb','Costa Rica',NULL,NULL,'','LINE',NULL,0,'','8c71509282d7bb13c1a60e0b492b745b','',NULL),(1751,'en','continents-cities','86027ec8d5ee8b1be366402b608ff8e9','Creston',NULL,NULL,'','LINE',NULL,0,'','b6c659f74b592fe00cab00fd1a2932ab','',NULL),(1752,'en','continents-cities','d8daf906d575449cfdf8fe295734408f','Cuiaba',NULL,NULL,'','LINE',NULL,0,'','9a795f80244b6122c00e6253f86db412','',NULL),(1753,'en','continents-cities','0d2268d462cd08b20b7508c3fc0fde5e','Curacao',NULL,NULL,'','LINE',NULL,0,'','7098c7091d6cfd37bc59acbf3ed2bfd4','',NULL),(1754,'en','continents-cities','e7e7c3ca2fe165a4e6e2e540063d6f2a','Danmarkshavn',NULL,NULL,'','LINE',NULL,0,'','d7303dcbc014eabc4942b67e027c971a','',NULL),(1755,'en','continents-cities','51ea0114e5e7ba6a6cad70f1cd33b1b4','Dawson',NULL,NULL,'','LINE',NULL,0,'','a230b76e60907e71f3b35204b274bce6','',NULL),(1756,'en','continents-cities','8fce32b6532ce47976c04a1d5edd4a60','Dawson Creek',NULL,NULL,'','LINE',NULL,0,'','3664b22f68758dd1115837feb3b059bd','',NULL),(1757,'en','continents-cities','67100af8b08e073c3ba7f4de2707584b','Denver',NULL,NULL,'','LINE',NULL,0,'','ff963fbffed2ccac7a9c249ae056f3ad','',NULL),(1758,'en','continents-cities','1206c1cb107044f291a52d53fc9ec748','Detroit',NULL,NULL,'','LINE',NULL,0,'','325524de6e8b3cab06258b9fdc548c6d','',NULL),(1759,'en','continents-cities','531c552093668f148d3c826fca6e3cc8','Dominica',NULL,NULL,'','LINE',NULL,0,'','54eca569dd85a3f419188c5af7244a88','',NULL),(1760,'en','continents-cities','25d43c379dc973b097d7d3ee052d7d2a','Edmonton',NULL,NULL,'','LINE',NULL,0,'','5a6070dd50c5560172341b3af1d04a7a','',NULL),(1761,'en','continents-cities','3fc15b9bccc30eb7346b4fdd272fffa7','Eirunepe',NULL,NULL,'','LINE',NULL,0,'','404525157e788ebcff5299e63588428c','',NULL),(1762,'en','continents-cities','e96d24bdfc024e04f49f1f0cc011ca20','El Salvador',NULL,NULL,'','LINE',NULL,0,'','c31b28a4ca4ab77d572ac2d0ca8a2620','',NULL),(1763,'en','continents-cities','98494e86e27ca9f7e84f1bb9afb7e18d','Fort Nelson',NULL,NULL,'','LINE',NULL,0,'','731f2bf7e344af5f68c8a476bdfbd43f','',NULL),(1764,'en','continents-cities','f81fb1d5572fed4fecd111dec0fdb543','Fortaleza',NULL,NULL,'','LINE',NULL,0,'','ddcf2de55fa0e78a1214317395d2e780','',NULL),(1765,'en','continents-cities','f55876239284c75c2cd35e8e5ed92197','Glace Bay',NULL,NULL,'','LINE',NULL,0,'','2175bb9989dc999bd0d726b50693d55d','',NULL),(1766,'en','continents-cities','50c82a8293ab719513b412a74641f8b2','Godthab',NULL,NULL,'','LINE',NULL,0,'','50ad8d1ced4619693f88baebb0584b18','',NULL),(1767,'en','continents-cities','1ae358bf4d952d0c61693ec2506b3466','Goose Bay',NULL,NULL,'','LINE',NULL,0,'','3bbd6f76f76f7f3bc05e502aa51eef46','',NULL),(1768,'en','continents-cities','f59ecdc0701cbbedde3b1da2c6b7f66c','Grand Turk',NULL,NULL,'','LINE',NULL,0,'','e682863a24a5e0ce40af8f6ccbd28897','',NULL),(1769,'en','continents-cities','45b1cb9a558807139085c645d2f47f07','Grenada',NULL,NULL,'','LINE',NULL,0,'','f99a1f8ad8841be2da3323ef518718ff','',NULL),(1770,'en','continents-cities','0dc81c66d1c08d6ca64c7e8b60ae78fb','Guadeloupe',NULL,NULL,'','LINE',NULL,0,'','c36d63b6bb6ef0ae4a15f9f645ebbcf2','',NULL),(1771,'en','continents-cities','948b13d5a3e11e21baadc349e199020e','Guatemala',NULL,NULL,'','LINE',NULL,0,'','fa143dd3c243ca737e82cc5a642336d8','',NULL),(1772,'en','continents-cities','739b1f90a4d8a4b01d5f64ba3a788857','Guayaquil',NULL,NULL,'','LINE',NULL,0,'','1850d0effd977ca5efe3a9ac08a290c9','',NULL),(1773,'en','continents-cities','cf4c7e1169281886577940e361854a84','Guyana',NULL,NULL,'','LINE',NULL,0,'','bb4f950b70a071bfe3e38d2e654287a4','',NULL),(1774,'en','continents-cities','04d28aa7f993bd50749133f0128b5ca6','Halifax',NULL,NULL,'','LINE',NULL,0,'','494191bc2744abbf712275336fb1acbc','',NULL),(1775,'en','continents-cities','8819692009314e64e3efb596442dbbb5','Havana',NULL,NULL,'','LINE',NULL,0,'','fb4a9ad0655614c408a4c7fd77d67c1a','',NULL),(1776,'en','continents-cities','00641d7f43bebff5001c4030979470a7','Hermosillo',NULL,NULL,'','LINE',NULL,0,'','f2de5e2ea35b0ea30f86279ecc567f53','',NULL),(1777,'en','continents-cities','c5376d00573c5858adf7ed894d0491b9','Indiana',NULL,NULL,'','LINE',NULL,0,'','b5da0077816f92e06e7ddc7039008b91','',NULL),(1778,'en','continents-cities','8b9c1179fe8a1c342a1950be99ac9c90','Indianapolis',NULL,NULL,'','LINE',NULL,0,'','29f3ae69d482c0d0bc24d436259c9b78','',NULL),(1779,'en','continents-cities','436537df209aa265d0cd07519774bf82','Knox',NULL,NULL,'','LINE',NULL,0,'','4c743312050f8ec9781402fc54188bf9','',NULL),(1780,'en','continents-cities','e92e48fafe4b316e110bb36e2c2bfbb3','Marengo',NULL,NULL,'','LINE',NULL,0,'','2f1560a7c62e8e54db809315cb78c6bc','',NULL),(1781,'en','continents-cities','1296d84a0939bd6108c9ff885bd4db5e','Petersburg',NULL,NULL,'','LINE',NULL,0,'','25b754578f9eed4d7a6c8df0ce72232e','',NULL),(1782,'en','continents-cities','4442ebb5a6069abad6ed6121823a31e9','Tell City',NULL,NULL,'','LINE',NULL,0,'','11db8c2f2103c521a518339bc0e7fea1','',NULL),(1783,'en','continents-cities','6fff8630cd5157355cfa23fed230d997','Vevay',NULL,NULL,'','LINE',NULL,0,'','2100b5d840e93a201f74a17ca68dcf78','',NULL),(1784,'en','continents-cities','b4a8eec8488d3bac281223ee5f1d77c4','Vincennes',NULL,NULL,'','LINE',NULL,0,'','eafbbb09454ef91d96817e7c48954b7f','',NULL),(1785,'en','continents-cities','9c223e6f7675b3dabe376632fc5b0cbd','Winamac',NULL,NULL,'','LINE',NULL,0,'','a156385e86ec54eb8061beb2b84565ef','',NULL),(1786,'en','continents-cities','584ab3cf38643bf0ea98e0291c8ea353','Inuvik',NULL,NULL,'','LINE',NULL,0,'','af24931128f3c9336eaf94e6bb2ba8d7','',NULL),(1787,'en','continents-cities','eca762f4319b6210b961cf2eb19b8d66','Iqaluit',NULL,NULL,'','LINE',NULL,0,'','e3202a447c3ae6a9eb71dc848bf4ba48','',NULL),(1788,'en','continents-cities','1add2eb41fcae9b2a15b4a7d68571409','Jamaica',NULL,NULL,'','LINE',NULL,0,'','c608e86bb9c2b79a4f12a04f4c2bbc67','',NULL),(1789,'en','continents-cities','8115ce7fd7de25169acc9247e1d5c7f2','Juneau',NULL,NULL,'','LINE',NULL,0,'','65ecf6c7c3e46145cd28b70602bf43ad','',NULL),(1790,'en','continents-cities','980ceec1dba2d36c2ba867f683b47838','Kentucky',NULL,NULL,'','LINE',NULL,0,'','942870a3676d5cf70a7e795c8e0fa5e9','',NULL),(1791,'en','continents-cities','4fba925a7279f52a42d0f614b063e707','Louisville',NULL,NULL,'','LINE',NULL,0,'','4f7434e9910d99e77f147bf2add5c844','',NULL),(1792,'en','continents-cities','4d7bb198535fdefe29c4e638f430fcff','Monticello',NULL,NULL,'','LINE',NULL,0,'','d5c444a00d685e27969574281344c7de','',NULL),(1793,'en','continents-cities','5f10de19683078cd0b3ef40f3d9aa0b0','Kralendijk',NULL,NULL,'','LINE',NULL,0,'','00909547d8dfd769b4290cb4fed2884c','',NULL),(1794,'en','continents-cities','acb1984e3b62f9178cf7d9cd5bf04764','La Paz',NULL,NULL,'','LINE',NULL,0,'','65c9f9651a0fc69df5ed73518c8d3117','',NULL),(1795,'en','continents-cities','0cb9cde516c38ed84dc1f3f2b5556ed3','Lima',NULL,NULL,'','LINE',NULL,0,'','2a1a59744817e375810d4ff747a7c396','',NULL),(1796,'en','continents-cities','d0aa2dffa0da83f1f34681308d04db5d','Los Angeles',NULL,NULL,'','LINE',NULL,0,'','b6b3265f87c25d3a8f6a23905eaee713','',NULL),(1797,'en','continents-cities','ac94871b4108eb33fe617eb28c560a2b','Lower Princes',NULL,NULL,'','LINE',NULL,0,'','8c5602ce12d5bc95f44c10f0b30b7326','',NULL),(1798,'en','continents-cities','6b8cc4514dcb0b31f027832fb868cc35','Maceio',NULL,NULL,'','LINE',NULL,0,'','2c3f2fa494942f531040e02616b05297','',NULL),(1799,'en','continents-cities','d98bf2a51283482a9283735e2324a1f2','Managua',NULL,NULL,'','LINE',NULL,0,'','5a22fcd4d95be4abcebc82960a0b918e','',NULL),(1800,'en','continents-cities','c76d102bdf98e28f21e83331d783063c','Manaus',NULL,NULL,'','LINE',NULL,0,'','d4cbc8404d9d9fd190b18b755c4e8f7f','',NULL),(1801,'en','continents-cities','8d455f106480c517c4e99f7ebb89acaa','Marigot',NULL,NULL,'','LINE',NULL,0,'','89f877fedafacce8424b2f5f071f1f1b','',NULL),(1802,'en','continents-cities','899c4b2a0d41d5b86e2dbc3b2f5380cf','Martinique',NULL,NULL,'','LINE',NULL,0,'','920d0081d1814619066a4fb903b2f61f','',NULL),(1803,'en','continents-cities','6c851b965778e56409a4963807c11122','Matamoros',NULL,NULL,'','LINE',NULL,0,'','131b8eb7309a18cb17bd04ca4cdac781','',NULL),(1804,'en','continents-cities','2d5533901246a77a16da08db674f76d6','Mazatlan',NULL,NULL,'','LINE',NULL,0,'','729ff563151f4850953f8ca98a91bfc0','',NULL),(1805,'en','continents-cities','8439cdbd38144568408796094d5effd9','Menominee',NULL,NULL,'','LINE',NULL,0,'','68675ee1289ee65964866c76e5d67065','',NULL),(1806,'en','continents-cities','1399d043315471d4177e9ec91671e87e','Merida',NULL,NULL,'','LINE',NULL,0,'','2f21f7d18cebd30d236dceadfb93bbab','',NULL),(1807,'en','continents-cities','18e8b82696d9009a4a59d861c98f9eaf','Metlakatla',NULL,NULL,'','LINE',NULL,0,'','6c4b71dc228ee64be45dc33866cb3d3d','',NULL),(1808,'en','continents-cities','0b4596f8efe110dc55bbe564213dfb33','Mexico City',NULL,NULL,'','LINE',NULL,0,'','ebe431fb0af19ea3c90b24b126de393f','',NULL),(1809,'en','continents-cities','c42d3a4442b1247b852e2f1ccb3f8d79','Miquelon',NULL,NULL,'','LINE',NULL,0,'','351e983f79c19724e78fe94696b050a9','',NULL),(1810,'en','continents-cities','e4a8b18878ce4c1eafcd7799376ab615','Moncton',NULL,NULL,'','LINE',NULL,0,'','9d4c962f10c95d25e695da0cecb0ab9b','',NULL),(1811,'en','continents-cities','520b719ffeaafb7246f8e5da26d5c0a4','Monterrey',NULL,NULL,'','LINE',NULL,0,'','179c6045dc404c48f462b6ab90b0ef07','',NULL),(1812,'en','continents-cities','f01ac1a04a0343a4b0d4ec3976fc7b83','Montevideo',NULL,NULL,'','LINE',NULL,0,'','44b000fcf239d86b3017cc0cb1511a2d','',NULL),(1813,'en','continents-cities','3bac87d64d97e96d0e935628a9383379','Montserrat',NULL,NULL,'','LINE',NULL,0,'','5880879a0e509117ceaa1e018253ad6d','',NULL),(1814,'en','continents-cities','b3a3a0c6d2cb7b5adc8d3568f73ad8b2','Nassau',NULL,NULL,'','LINE',NULL,0,'','7be930356754d3eaac1468476882a4d5','',NULL),(1815,'en','continents-cities','87809c954948d8a20507bee3648281b3','New York',NULL,NULL,'','LINE',NULL,0,'','41a7c08bcf2c6765b78350b6745d18fe','',NULL),(1816,'en','continents-cities','95a858745dda2165e76b6ef61a9d56f8','Nipigon',NULL,NULL,'','LINE',NULL,0,'','1382136a251e19cd45ac87f75107b01e','',NULL),(1817,'en','continents-cities','c0289e98897ab58f231c168b19a67b2e','Nome',NULL,NULL,'','LINE',NULL,0,'','62c7f29f1e64ee090553aef4b43adbc9','',NULL),(1818,'en','continents-cities','ad3e325d733ec65a198c2d33605a9431','Noronha',NULL,NULL,'','LINE',NULL,0,'','6af9803897326ab561b1c639673e4d40','',NULL),(1819,'en','continents-cities','a82effa03e4112ec840d2eee6306e535','North Dakota',NULL,NULL,'','LINE',NULL,0,'','f0f38423c087e02b2563195bd7fbd1ff','',NULL),(1820,'en','continents-cities','53b12cc873f5c5f3b91a888092e542ac','Beulah',NULL,NULL,'','LINE',NULL,0,'','0a2c9038bf9ec86205fd2c52fa2b6e34','',NULL),(1821,'en','continents-cities','4f1f6016fc9f3f2353c0cc7c67b292bd','Center',NULL,NULL,'','LINE',NULL,0,'','1ff9fa20ea80924b21fe0fb8140629ed','',NULL),(1822,'en','continents-cities','44071b77c7499345ca963786903bfcce','New Salem',NULL,NULL,'','LINE',NULL,0,'','84ee78e3d4020802f1cdcad1fc21276c','',NULL),(1823,'en','continents-cities','951c4265d398fe0b2b6bbb7bbd074f42','Ojinaga',NULL,NULL,'','LINE',NULL,0,'','4c63b5ffe32c307657746134679a2ca6','',NULL),(1824,'en','continents-cities','6bec347f256837d3539ad619bd489de7','Panama',NULL,NULL,'','LINE',NULL,0,'','5529cad306af82e8acc221d353698bc5','',NULL),(1825,'en','continents-cities','2600f7cd7104218d4850d9a5554fbd56','Pangnirtung',NULL,NULL,'','LINE',NULL,0,'','4bd6e950488d8798c6d43cf833e57adb','',NULL),(1826,'en','continents-cities','579caf0030a1314651d363a4052f37b6','Paramaribo',NULL,NULL,'','LINE',NULL,0,'','9eacede8eae6be92bf248e2ac75431b9','',NULL),(1827,'en','continents-cities','5047bc596a4bab2dc7f7c120bb22dec5','Phoenix',NULL,NULL,'','LINE',NULL,0,'','44fb0314f553fa2752a939734654f1b9','',NULL),(1828,'en','continents-cities','36447ecbdd29c73727b1b258321d253b','Port-au-Prince',NULL,NULL,'','LINE',NULL,0,'','b0e51d6dce4f71dd636df6702951c5c3','',NULL),(1829,'en','continents-cities','28d6c36330dc199939bfdcb9321719a3','Port of Spain',NULL,NULL,'','LINE',NULL,0,'','a959d306e125714975dcc82f15c9b2b4','',NULL),(1830,'en','continents-cities','b8d48386b4e372505c3c9ffbcdbb96e3','Porto Velho',NULL,NULL,'','LINE',NULL,0,'','a73180b80518c992773856e74719ebc3','',NULL),(1831,'en','continents-cities','f76257271129c703d6c0442c8ac00dae','Puerto Rico',NULL,NULL,'','LINE',NULL,0,'','dfe8ea95b38fb2b718f8563e91c3ada8','',NULL),(1832,'en','continents-cities','ec04b3b4d5b9351da5a0f45a892198ac','Punta Arenas',NULL,NULL,'','LINE',NULL,0,'','bcc1177f35be8282597c85893133f79d','',NULL),(1833,'en','continents-cities','ace40369187336bfb9f5a06bad24aa6a','Rainy River',NULL,NULL,'','LINE',NULL,0,'','913d1fcfe5d1feb9ca1c7f30cfa125b2','',NULL),(1834,'en','continents-cities','190cf98e55f4124f22aad52bf8e83d07','Rankin Inlet',NULL,NULL,'','LINE',NULL,0,'','b2a15f01846f92da55d2fa87d04e4036','',NULL),(1835,'en','continents-cities','3333e0547576547b14326cddd9329671','Recife',NULL,NULL,'','LINE',NULL,0,'','af030a778dd32180c0c599e9d13839a4','',NULL),(1836,'en','continents-cities','cca17d86a631047538f816b2dd5306cc','Regina',NULL,NULL,'','LINE',NULL,0,'','69211c3f0ae8630e9c3a38027e1e15dd','',NULL),(1837,'en','continents-cities','f4a151e361182ca21dddc8de23c97cb5','Resolute',NULL,NULL,'','LINE',NULL,0,'','def2ee9a3a17eb4ca8bb18af02da4f73','',NULL),(1838,'en','continents-cities','58b1cd5387b316d949c858c9e32e788d','Rio Branco',NULL,NULL,'','LINE',NULL,0,'','6c61b4bf6126204ddb30dd920803ce98','',NULL),(1839,'en','continents-cities','43280a6033e59aff116cee3044b8cfdf','Santarem',NULL,NULL,'','LINE',NULL,0,'','653a70c889422ef8bd6fdf98710eca08','',NULL),(1840,'en','continents-cities','b402b481bc0dbd51687430c586c7909a','Santiago',NULL,NULL,'','LINE',NULL,0,'','3f4aba7d9440e9184c5f8beb521d5979','',NULL),(1841,'en','continents-cities','29cb8691e1843d307a8d831219167549','Santo Domingo',NULL,NULL,'','LINE',NULL,0,'','253d62061a194c38d957ac5b3b345fdf','',NULL),(1842,'en','continents-cities','9fe567255d6e1674b1a88a5433c2558d','Sao Paulo',NULL,NULL,'','LINE',NULL,0,'','02cf65683e6a64e0f1426f7babea2022','',NULL),(1843,'en','continents-cities','ef10665ebf0dd8665912428e3d4979b6','Scoresbysund',NULL,NULL,'','LINE',NULL,0,'','324e0a30afe2cb1100b71b3962bc8573','',NULL),(1844,'en','continents-cities','96ff1548c1e57274b2cce7eb082b5519','Sitka',NULL,NULL,'','LINE',NULL,0,'','64eae03a693dd1ae02e9f181c2b36e31','',NULL),(1845,'en','continents-cities','ac699d4b11782cfe863fe22ac5297811','St Barthelemy',NULL,NULL,'','LINE',NULL,0,'','cbeb3b9aae02b5effeba7bac9995c07e','',NULL),(1846,'en','continents-cities','435197f5ba12d1fa110763aff45a7bd2','St Johns',NULL,NULL,'','LINE',NULL,0,'','8c5e73842f819f6578b4e24e2f4bd90b','',NULL),(1847,'en','continents-cities','b282c97f19d81e6d3a664b4684b016a8','St Kitts',NULL,NULL,'','LINE',NULL,0,'','3252ef5d8a64618e86eb98c5ad8d2881','',NULL),(1848,'en','continents-cities','3c7c8ebce6da63ed8be4693f042b4bf7','St Lucia',NULL,NULL,'','LINE',NULL,0,'','13708a7e2731a2c180c0271fddfd45d3','',NULL),(1849,'en','continents-cities','cc3d62a8e96816948963ffa218ec0a93','St Thomas',NULL,NULL,'','LINE',NULL,0,'','2b5856b63fb286fc4d6dd2511539d442','',NULL),(1850,'en','continents-cities','580075e0252774484dee979d540badc6','St Vincent',NULL,NULL,'','LINE',NULL,0,'','ed77c0d1ede8b39971ff017fa56643bb','',NULL),(1851,'en','continents-cities','1a84ad957db0945a05eae9c53655863e','Swift Current',NULL,NULL,'','LINE',NULL,0,'','8efc5fd5ce5e49edb38f8cb4b5c4eb75','',NULL),(1852,'en','continents-cities','4af0091a7b7bb978ca7192b6a4d093ea','Tegucigalpa',NULL,NULL,'','LINE',NULL,0,'','9a0f591ad14bea242d24d415d4ae44ae','',NULL),(1853,'en','continents-cities','6543b3db7c718190e572f23bfa8735c2','Thule',NULL,NULL,'','LINE',NULL,0,'','238e19c4d3f2da52fcd094febd177729','',NULL),(1854,'en','continents-cities','a11a5405d5cf4d8e31bc1f03c5a93a15','Thunder Bay',NULL,NULL,'','LINE',NULL,0,'','ab61b0a1d0e74ab9e270eb0ca8b03cf6','',NULL),(1855,'en','continents-cities','f8abf41bf5d4f0064441e43046f7010f','Tijuana',NULL,NULL,'','LINE',NULL,0,'','0d22df2e9f790940e5718c6ec6903e4e','',NULL),(1856,'en','continents-cities','948ce72be6c871b84f6d0dab24f209ed','Toronto',NULL,NULL,'','LINE',NULL,0,'','55b5806854c671b5ca437f8b96fbe6d1','',NULL),(1857,'en','continents-cities','b66a1e094aa3558566a205f4066bf6fb','Tortola',NULL,NULL,'','LINE',NULL,0,'','1d7ddb440ea4508951a30e78353bf678','',NULL),(1858,'en','continents-cities','38278119f2c41ca7aedcbc55eabf73cd','Vancouver',NULL,NULL,'','LINE',NULL,0,'','7b3c794099d32df26208257575ecb47f','',NULL),(1859,'en','continents-cities','99707c417d6e80b2f9866d45fca2b17f','Whitehorse',NULL,NULL,'','LINE',NULL,0,'','1cf60b2e1d4b31802d71f9d9b2514a3f','',NULL),(1860,'en','continents-cities','9f52f29ade262903f15dc9455eb2ddac','Winnipeg',NULL,NULL,'','LINE',NULL,0,'','770e5d43925ed0f48962bf0a1a8fbe02','',NULL),(1861,'en','continents-cities','d2b15f8810bd0653f14ebf7891ac08ba','Yakutat',NULL,NULL,'','LINE',NULL,0,'','d46c9494f0c7b71be1e1a439d19caf0b','',NULL),(1862,'en','continents-cities','ceb792ea2986a5233f84f38750526ba6','Yellowknife',NULL,NULL,'','LINE',NULL,0,'','1d99062cf06e6f783fe5a055f896d879','',NULL),(1863,'en','continents-cities','44b439ba9975f8e802b456777c54a854','Antarctica',NULL,NULL,'','LINE',NULL,0,'','6aa6340174d04cb36c5410df688c39b4','',NULL),(1864,'en','continents-cities','53cfbe4334e1550bd5201dfffb627317','Casey',NULL,NULL,'','LINE',NULL,0,'','b884d1556c21e189751191fbf7bd826b','',NULL),(1865,'en','continents-cities','8f2d58e32d065296e0ddcff5f6509a9f','Davis',NULL,NULL,'','LINE',NULL,0,'','bb87731df0a1f00a78390985d81642ca','',NULL),(1866,'en','continents-cities','c21af64788307c2a625ddf063b16434c','DumontDUrville',NULL,NULL,'','LINE',NULL,0,'','4b19443e8e91f4014a727af9b1fa905a','',NULL),(1867,'en','continents-cities','72ad64780fa067fcfa35ad4c7342cafb','Macquarie',NULL,NULL,'','LINE',NULL,0,'','65305f39dd03087d9313072c1b5cde82','',NULL),(1868,'en','continents-cities','38cfaed132b7d0bf89d4b9fdb2a3e043','Mawson',NULL,NULL,'','LINE',NULL,0,'','c272160ae43fcbf09fa0c6d7991e5842','',NULL),(1869,'en','continents-cities','9d372f0a95f71e0c5e54449d14746df5','McMurdo',NULL,NULL,'','LINE',NULL,0,'','79aeaa5ef77d58e1f887efcef93976a6','',NULL),(1870,'en','continents-cities','fb8c1806064c04593ecbcea0d561e900','Palmer',NULL,NULL,'','LINE',NULL,0,'','76dbcd5572118d8bad60168635906f95','',NULL),(1871,'en','continents-cities','cc1af030375640559b2875ad2122ca51','Rothera',NULL,NULL,'','LINE',NULL,0,'','fe8dbbccf8000f2c5c5849153a6024b7','',NULL),(1872,'en','continents-cities','5aab3e11eefe4d9535556d5a6da8c8c1','Syowa',NULL,NULL,'','LINE',NULL,0,'','8404058a5523892bfa7ead5f976dfbd5','',NULL),(1873,'en','continents-cities','922a511f02d148e4c9390526d85ca519','Troll',NULL,NULL,'','LINE',NULL,0,'','0ba00561c181d18e0cc805633e356d48','',NULL),(1874,'en','continents-cities','31f04e8bfb6e05b3a41c47603eef5e33','Vostok',NULL,NULL,'','LINE',NULL,0,'','325663ee7517b556e1e224bee9fca998','',NULL),(1875,'en','continents-cities','443531f5f05df188d6a311cfa1123b73','Arctic',NULL,NULL,'','LINE',NULL,0,'','92581ad8ecc3f368d105380abddab324','',NULL),(1876,'en','continents-cities','a3b22d6f93e68b9d306fc912e9d1a92c','Longyearbyen',NULL,NULL,'','LINE',NULL,0,'','fade76a5b7e690daf5d17a89452769cf','',NULL),(1877,'en','continents-cities','154a67340e8c14dd5253dc4ff6120197','Asia',NULL,NULL,'','LINE',NULL,0,'','d82bb73a06c8c4bcc4039524e3c8a1d9','',NULL),(1878,'en','continents-cities','4ec8d822dd82f63af55d4c01eeb93eff','Aden',NULL,NULL,'','LINE',NULL,0,'','c6f2eb758ee9f079d77df9d096a46594','',NULL),(1879,'en','continents-cities','6978afeae11d806acc9201337c0017b0','Almaty',NULL,NULL,'','LINE',NULL,0,'','0e5e17cf615da38ba78521670979b18c','',NULL),(1880,'en','continents-cities','65ca1960c302380349ee212d4d07e5c4','Amman',NULL,NULL,'','LINE',NULL,0,'','71c766e78efecf5e52d9d5844bf2c0c2','',NULL),(1881,'en','continents-cities','141610764096e0253c6d388242e6c51d','Anadyr',NULL,NULL,'','LINE',NULL,0,'','53f8a76c641cc8ad781b02000ab2e892','',NULL),(1882,'en','continents-cities','91236dae43559c0f83ee7d55989f12e5','Aqtau',NULL,NULL,'','LINE',NULL,0,'','107b4a5f51bbe677ed2884acd9993cc3','',NULL),(1883,'en','continents-cities','54bc92b17b65cab4969327a201c7df12','Aqtobe',NULL,NULL,'','LINE',NULL,0,'','87783d76f6bf1f0cb2d75e0a646ca4d9','',NULL),(1884,'en','continents-cities','1cb67632535fc726ef7986ccc6744fd3','Ashgabat',NULL,NULL,'','LINE',NULL,0,'','95a1317e267d1b6bf6eecdec397e69e5','',NULL),(1885,'en','continents-cities','225774ec6716e95e32f20dcb11c8554e','Atyrau',NULL,NULL,'','LINE',NULL,0,'','a01a593e679a62c073b697a143ec1849','',NULL),(1886,'en','continents-cities','0c633450d0fa68db4da4e8ed6c7ed07c','Baghdad',NULL,NULL,'','LINE',NULL,0,'','097b9442713fc3195c136862a6ecdfa0','',NULL),(1887,'en','continents-cities','6ddecd8ccd9f648d19dc02c7a566cb4f','Bahrain',NULL,NULL,'','LINE',NULL,0,'','14295e85a63b6b834196c2538aef29e0','',NULL),(1888,'en','continents-cities','e057658af9b30b9ca28c53ad80b96082','Baku',NULL,NULL,'','LINE',NULL,0,'','46d7e8e9a2aa13187615eb46b341d05a','',NULL),(1889,'en','continents-cities','3d147c6ba113929f5a004a5e9dcc832e','Bangkok',NULL,NULL,'','LINE',NULL,0,'','c751e96d221be5c133b82b04e91abc7d','',NULL),(1890,'en','continents-cities','cb25b76b6b989ad87ebc707cb9e43d31','Barnaul',NULL,NULL,'','LINE',NULL,0,'','d754cf7ddbfc9080d53da52fdc694144','',NULL),(1891,'en','continents-cities','8567d06b436c06938d4d20225c9ea85c','Beirut',NULL,NULL,'','LINE',NULL,0,'','c60bd0d4b06ff895789fbb6375503af7','',NULL),(1892,'en','continents-cities','f5a8e9ed5e2b823b00944a966c7111d9','Bishkek',NULL,NULL,'','LINE',NULL,0,'','abf2828a9b2dd7128e51531ddb010489','',NULL),(1893,'en','continents-cities','d3f5841f04ba23bb90e1b9f4256cea70','Brunei',NULL,NULL,'','LINE',NULL,0,'','eccb3e26c2d4d0e091d95106727c1502','',NULL),(1894,'en','continents-cities','ef937327b5563c0003e9e24cb8b418d7','Chita',NULL,NULL,'','LINE',NULL,0,'','c5dda174567b2c5566e951050ac678a8','',NULL),(1895,'en','continents-cities','8866582f025850b1695785c99b90cf6e','Choibalsan',NULL,NULL,'','LINE',NULL,0,'','8fffd470e5a1b1a98c5ded61862e98d5','',NULL),(1896,'en','continents-cities','7bcd79e863547e9833b79aace39471b8','Colombo',NULL,NULL,'','LINE',NULL,0,'','4231744cdfcb6657d7e6607dcba78357','',NULL),(1897,'en','continents-cities','f9087af03968b9a75a67376447f88bcf','Damascus',NULL,NULL,'','LINE',NULL,0,'','c1fe7f6246f00f71733ce351cef8c9b1','',NULL),(1898,'en','continents-cities','1855ebb6505036646e82ea9b2533600d','Dhaka',NULL,NULL,'','LINE',NULL,0,'','cf2d3a166cc15a309300a1ed487f5425','',NULL),(1899,'en','continents-cities','db6ee1314441d918407bae9b1cabb4c5','Dili',NULL,NULL,'','LINE',NULL,0,'','c7480d0a3d033c797a896ce0cf662fea','',NULL),(1900,'en','continents-cities','23b998b19b5f60dbbc4eedc53328b0c7','Dubai',NULL,NULL,'','LINE',NULL,0,'','3f0fe17e0a8c98d112b5eeb5f4dbd92d','',NULL),(1901,'en','continents-cities','598b379b1cd6ddb572482fb064024b26','Dushanbe',NULL,NULL,'','LINE',NULL,0,'','f85c6af5c544a5e8b8aee47ae977125f','',NULL),(1902,'en','continents-cities','6527de39abe2e99011d970b0268f44a5','Famagusta',NULL,NULL,'','LINE',NULL,0,'','e8d91cb134ffb4ab101af866aa224cdb','',NULL),(1903,'en','continents-cities','667af97a2cc4afa3b1d21d954e14744d','Gaza',NULL,NULL,'','LINE',NULL,0,'','bee4d4c5057be92c46eb0f5a14414e33','',NULL),(1904,'en','continents-cities','9b61c6e44adca2da616c13c8419a8f3c','Hebron',NULL,NULL,'','LINE',NULL,0,'','1ff437aca663cb2345ae3efa23ad4f68','',NULL),(1905,'en','continents-cities','f861c3009351f54714867a615465e4ff','Ho Chi Minh',NULL,NULL,'','LINE',NULL,0,'','2602aade5eb4fbbaf0e98f70ce92c138','',NULL),(1906,'en','continents-cities','8b476ff778119b8d49588f3daadf69a1','Hong Kong',NULL,NULL,'','LINE',NULL,0,'','fb33512c102393cde1ca0ad533a9a43d','',NULL),(1907,'en','continents-cities','806083e2567a6762ddf195ac18374eb6','Hovd',NULL,NULL,'','LINE',NULL,0,'','c3819ee62d7265b7dfab4d6e662bc6e6','',NULL),(1908,'en','continents-cities','91096d8fb26e22feebbb050667f4cdf5','Irkutsk',NULL,NULL,'','LINE',NULL,0,'','9e06f362d41b90b7f16c8e524b2e1cc9','',NULL),(1909,'en','continents-cities','f3a693cf1392030d179eaa94d226f0ea','Jakarta',NULL,NULL,'','LINE',NULL,0,'','42817dced18065f004ead330535f66ad','',NULL),(1910,'en','continents-cities','005fd791c8f2834ec27482136e4c4870','Jayapura',NULL,NULL,'','LINE',NULL,0,'','cfa9a837ebf01745944e0077b346f9fb','',NULL),(1911,'en','continents-cities','0a5ed43ab1e290a2356aaa745e7d7196','Jerusalem',NULL,NULL,'','LINE',NULL,0,'','62c3e6745bba208caec22b5f22666183','',NULL),(1912,'en','continents-cities','1e092a650984d90d9603620d4b36c255','Kabul',NULL,NULL,'','LINE',NULL,0,'','3a1b8337f8600aed9cb3d1366937e010','',NULL),(1913,'en','continents-cities','9ca589c66e1d35dec0efb2f0ac5f3059','Kamchatka',NULL,NULL,'','LINE',NULL,0,'','0d55d5f9af27bcb307d8fc1b38b1dc91','',NULL),(1914,'en','continents-cities','896efdfbc7675d56197f2bc7dc4f3ffc','Karachi',NULL,NULL,'','LINE',NULL,0,'','df4b19e269f713c31698ceae3da89c7a','',NULL),(1915,'en','continents-cities','233f617d842ce6b68ebb5290f7c383ab','Kathmandu',NULL,NULL,'','LINE',NULL,0,'','6c694171cdd2fe4f433bc9053d2ddb28','',NULL),(1916,'en','continents-cities','8a41bb92aa5f0cf446eeed27acc73ec1','Khandyga',NULL,NULL,'','LINE',NULL,0,'','70f9b5a96176770c80b6b00912e032b4','',NULL),(1917,'en','continents-cities','44bef2ee415c62f0ce01fbe6c5566250','Kolkata',NULL,NULL,'','LINE',NULL,0,'','1b5c380389c97aa0a2fcb09f2aefe2fe','',NULL),(1918,'en','continents-cities','862d60f5be96b7f4cfbd82cc5e4f0892','Krasnoyarsk',NULL,NULL,'','LINE',NULL,0,'','4a9a0e7e986ca70dd446d9d8e41ee096','',NULL),(1919,'en','continents-cities','dc5df51ea7e4a83d5663ca4ced03a1aa','Kuala Lumpur',NULL,NULL,'','LINE',NULL,0,'','5deb1289695eba0347d845080c333685','',NULL),(1920,'en','continents-cities','d2ab9576e1acdedebd70f54d03d5e77c','Kuching',NULL,NULL,'','LINE',NULL,0,'','25e6f0e4124332f29f00e8c469d111a6','',NULL),(1921,'en','continents-cities','05387f3ca38d7bd84ae35f31f2899ecf','Kuwait',NULL,NULL,'','LINE',NULL,0,'','cd234658c24fdfae1cd755e64cc603be','',NULL),(1922,'en','continents-cities','9d6c9d893aa285a736aeabb2b66b316f','Macau',NULL,NULL,'','LINE',NULL,0,'','2100a2f0919e6a8486a6f8c0017f4c86','',NULL),(1923,'en','continents-cities','bb94646e8dc57ee333222f76296e9f3c','Magadan',NULL,NULL,'','LINE',NULL,0,'','aaca27288478b37dd76210dd1ab5fd28','',NULL),(1924,'en','continents-cities','3de594abdcaa866aa0359fa4d66a9b3e','Makassar',NULL,NULL,'','LINE',NULL,0,'','2a8b868148fc4910502a4fef11b4765b','',NULL),(1925,'en','continents-cities','b07c844628c2a9ec3593f4ff4b4f1ec1','Manila',NULL,NULL,'','LINE',NULL,0,'','0dd579f3a7f0bfcccdded32591c231f3','',NULL),(1926,'en','continents-cities','ac6a6d52cb1827030753631c1285e1ec','Muscat',NULL,NULL,'','LINE',NULL,0,'','8b0356b6a2c11c4d19d155eca49f5678','',NULL),(1927,'en','continents-cities','bd558c0af9b32a3fcbd29e847d608f20','Nicosia',NULL,NULL,'','LINE',NULL,0,'','730df49807de918887b500e8213bbd59','',NULL),(1928,'en','continents-cities','376b27caaada5274b2b208bf11dff8e0','Novokuznetsk',NULL,NULL,'','LINE',NULL,0,'','000ddb7bf64839f1a20eeffaa344c71d','',NULL),(1929,'en','continents-cities','f38c039e89b151ba91c0ca6a990ae9ba','Novosibirsk',NULL,NULL,'','LINE',NULL,0,'','d9936b0d163f811f0351da5244e5e40a','',NULL),(1930,'en','continents-cities','0d9b5c7faf5c1ce7d0728391ac51b538','Omsk',NULL,NULL,'','LINE',NULL,0,'','e7c19c02bd187b2fad654e6e1e73452c','',NULL),(1931,'en','continents-cities','1dfec3c050c45726e962e73fed647a8b','Oral',NULL,NULL,'','LINE',NULL,0,'','338152864bae152ead4af66ceb85ad2d','',NULL),(1932,'en','continents-cities','0d021d5b6d6f7424119928cbb5ed257c','Phnom Penh',NULL,NULL,'','LINE',NULL,0,'','d2527e053572d7613e5f45d265be0a65','',NULL),(1933,'en','continents-cities','b6c9b6432c2e555dab016d7bdff217ab','Pontianak',NULL,NULL,'','LINE',NULL,0,'','1e3f79cf6aee3ebeb9bd975a1bdeabc7','',NULL),(1934,'en','continents-cities','959e827368022cb8f4cc5820767a44f0','Pyongyang',NULL,NULL,'','LINE',NULL,0,'','e6313da358316b7b86a5b85ebb781c86','',NULL),(1935,'en','continents-cities','7cc7ef17c45527cf90fcf27516794d21','Qatar',NULL,NULL,'','LINE',NULL,0,'','86caa463378af40af9cd1ef7d20ca347','',NULL),(1936,'en','continents-cities','1198d054a7f7e374aee9668f0da4accb','Qyzylorda',NULL,NULL,'','LINE',NULL,0,'','a6af88c4483e9b7584bcd7411f093084','',NULL),(1937,'en','continents-cities','1abf78bf4a6d3cbfff7a0b66a203c755','Riyadh',NULL,NULL,'','LINE',NULL,0,'','070ecfe119f8fbedbb89c738fe19b53a','',NULL),(1938,'en','continents-cities','eedfc25c7412e7860273f001307332a1','Sakhalin',NULL,NULL,'','LINE',NULL,0,'','b28b9b1e01ef90fd7c90e119ce6a6986','',NULL),(1939,'en','continents-cities','ddd001de81e887225bc2c7a8519a072f','Samarkand',NULL,NULL,'','LINE',NULL,0,'','090e672807dd97aaa257fc1d41828ab3','',NULL),(1940,'en','continents-cities','fd38499c5c04df42d1d78807aa4b7d7d','Seoul',NULL,NULL,'','LINE',NULL,0,'','288dee17e0a3a4e20fcbe3b5e9d72a54','',NULL),(1941,'en','continents-cities','5466ee572bcbc75830d044e66ab429bc','Shanghai',NULL,NULL,'','LINE',NULL,0,'','bad7918cc2144118c9736b4f82e57464','',NULL),(1942,'en','continents-cities','458e4cbc78201c1aec5fc53a31c59378','Singapore',NULL,NULL,'','LINE',NULL,0,'','cc8772a3c39a0a7c4c9d13b5bad237a1','',NULL),(1943,'en','continents-cities','9796152b9a3725311b3a03291859f45e','Srednekolymsk',NULL,NULL,'','LINE',NULL,0,'','b497bd15e5b05ff922a460a1660f529f','',NULL),(1944,'en','continents-cities','7a4e1add2047d025b98f55dbb33382b5','Taipei',NULL,NULL,'','LINE',NULL,0,'','acdafec6950e02a312d39b19f6acf62d','',NULL),(1945,'en','continents-cities','1e37948858daa7aed71fcb3f2e95e3e6','Tashkent',NULL,NULL,'','LINE',NULL,0,'','30738c593972dee04fee1c6649719b4a','',NULL),(1946,'en','continents-cities','532531fe87971119dd0c1c2acbcbde56','Tbilisi',NULL,NULL,'','LINE',NULL,0,'','94582098de73dec655168ddd8e0d07eb','',NULL),(1947,'en','continents-cities','ed7b37ce943e144f5bd8bdbbb8d47062','Tehran',NULL,NULL,'','LINE',NULL,0,'','327aa2fef7898d5cf53f09cac1d15337','',NULL),(1948,'en','continents-cities','c7548e8a3eb9fa1f66b3d8012e5efded','Thimphu',NULL,NULL,'','LINE',NULL,0,'','1a27ddbf5b355e539eac6d8411de535b','',NULL),(1949,'en','continents-cities','62413a57c5e3dc51177995fa175d3286','Tokyo',NULL,NULL,'','LINE',NULL,0,'','7950760ae01f08ead8493330124c61f5','',NULL),(1950,'en','continents-cities','9067a70cb39f1d0a80ecd904126260e3','Tomsk',NULL,NULL,'','LINE',NULL,0,'','e37aafc0f1a5a45e045f60c544e76022','',NULL),(1951,'en','continents-cities','ff4fc27f95d28622b1c18802fa908131','Ulaanbaatar',NULL,NULL,'','LINE',NULL,0,'','5480ab50c38007d09aef4a752bba2d2f','',NULL),(1952,'en','continents-cities','c46e51c263ff26fbce724bc34c4c0cdd','Urumqi',NULL,NULL,'','LINE',NULL,0,'','2afeb27ac6d06420f3eb651079aa2fe7','',NULL),(1953,'en','continents-cities','7601fb3981fa705669018768c2833532','Ust-Nera',NULL,NULL,'','LINE',NULL,0,'','566d3f4aac2f6b525270357071462eb0','',NULL),(1954,'en','continents-cities','5e0567589de4ecb8e7b2740e7260e7bf','Vientiane',NULL,NULL,'','LINE',NULL,0,'','81c5afbe7a889f162d177aa4430f7071','',NULL),(1955,'en','continents-cities','e5aa23b540ec1892cc88127073613ec0','Vladivostok',NULL,NULL,'','LINE',NULL,0,'','14bfa4ff846f3ec96de0f0556fec70eb','',NULL),(1956,'en','continents-cities','53e900778331887011cd918a45bc1d34','Yakutsk',NULL,NULL,'','LINE',NULL,0,'','9b2562a445c9bf9d6a100c3ba9969307','',NULL),(1957,'en','continents-cities','ef3d5a377fa4633f2e26ba7e33db58f0','Yangon',NULL,NULL,'','LINE',NULL,0,'','3b22cb488c168710bd3e0798ad1c6390','',NULL),(1958,'en','continents-cities','f4e6a69a8ad28a7626085d92488fb2c0','Yekaterinburg',NULL,NULL,'','LINE',NULL,0,'','cc51ec92f9d7e4e674434c73eabc4ebd','',NULL),(1959,'en','continents-cities','06d3be641f6cc1104f650889d4047c67','Yerevan',NULL,NULL,'','LINE',NULL,0,'','2845f7baca4cf90623f510820e225aa8','',NULL),(1960,'en','continents-cities','f17af17f6b59b4e7f1d4a6e99fbf7675','Atlantic',NULL,NULL,'','LINE',NULL,0,'','b5b9d5c2a109a70a8639e611adc7d29d','',NULL),(1961,'en','continents-cities','7e4f720b22dacae27dfef80e243596c3','Azores',NULL,NULL,'','LINE',NULL,0,'','46d0b5dc71d1b8ee931da46b6d455834','',NULL),(1962,'en','continents-cities','6653bea16d7ac8a266d752e9a0176c4f','Bermuda',NULL,NULL,'','LINE',NULL,0,'','e8f3f9dfc0a406c31798eaf4160cb272','',NULL),(1963,'en','continents-cities','ecf715d6d79a2698b7fec0357f9d721f','Canary',NULL,NULL,'','LINE',NULL,0,'','20884c981bfce3fe34624606f40a8e95','',NULL),(1964,'en','continents-cities','81975d05c61d8de83f46487739fd77cf','Cape Verde',NULL,NULL,'','LINE',NULL,0,'','6f8c8502b7586386378118138897d69b','',NULL),(1965,'en','continents-cities','d610e1b70401d94c17b0a8cf05587588','Faroe',NULL,NULL,'','LINE',NULL,0,'','97cb8a14ae786c13c04f5e942b425eeb','',NULL),(1966,'en','continents-cities','419b15d7a08e509c228471308ab72939','Madeira',NULL,NULL,'','LINE',NULL,0,'','f73166ba19ed53aef050f03679008465','',NULL),(1967,'en','continents-cities','83405408826823713d290a7a46aa65df','Reykjavik',NULL,NULL,'','LINE',NULL,0,'','c7a4d0701f4ef03b3c21504ef27c3f73','',NULL),(1968,'en','continents-cities','8c4dec4341eb6ce4274188438060ab3a','South Georgia',NULL,NULL,'','LINE',NULL,0,'','fbec91065288edc59191d1e536970df1','',NULL),(1969,'en','continents-cities','ff6655718a257f3aa50ec89cbd7691c4','St Helena',NULL,NULL,'','LINE',NULL,0,'','6e7c133f3cd0b376795abaa305baf6ea','',NULL),(1970,'en','continents-cities','b34c7c6fbe78d3825bd9496c54e5eeeb','Stanley',NULL,NULL,'','LINE',NULL,0,'','ceae2fbc630d4b49dcab0b1ced601342','',NULL),(1971,'en','continents-cities','4442e4af0916f53a07fb8ca9a49b98ed','Australia',NULL,NULL,'','LINE',NULL,0,'','29eba6cf06a48c78fbefdef5df5641b0','',NULL),(1972,'en','continents-cities','a02f9768660497d370831df932feeeaf','Adelaide',NULL,NULL,'','LINE',NULL,0,'','a50671225aef286eb6934474dbdd7bbc','',NULL),(1973,'en','continents-cities','759302fb84c5f72078746e7358ba44a0','Brisbane',NULL,NULL,'','LINE',NULL,0,'','246f87bdf4a0de4eab31edfcc3b83e1a','',NULL),(1974,'en','continents-cities','d79ed1dc3a91483e2ed57285db6a373e','Broken Hill',NULL,NULL,'','LINE',NULL,0,'','c8e835b3d5ff3be9051a02359a8f5b0b','',NULL),(1975,'en','continents-cities','8387af48a68ebde0000b7acff8df82d5','Currie',NULL,NULL,'','LINE',NULL,0,'','71364c354788d5e8b28ecad616a67a08','',NULL),(1976,'en','continents-cities','a4bd01593487c956f68d360c18cb68b3','Darwin',NULL,NULL,'','LINE',NULL,0,'','45f91885ed6aae3c5350845a7fab0976','',NULL),(1977,'en','continents-cities','f091d4a02278c145746dc2e9b23560a3','Eucla',NULL,NULL,'','LINE',NULL,0,'','0d0920a1d8d05a253d16701aa8855070','',NULL),(1978,'en','continents-cities','9f610f074be03799cf1727a85127ab55','Hobart',NULL,NULL,'','LINE',NULL,0,'','b6dd2763ee218cd291a52c29faa1fafe','',NULL),(1979,'en','continents-cities','c5fc3ddf45caf05a2585677dca0aa850','Lindeman',NULL,NULL,'','LINE',NULL,0,'','4687958b2f3ba9879eb5723b515d5a4a','',NULL),(1980,'en','continents-cities','93f4d190e0f3df7a5183de12e70ec067','Lord Howe',NULL,NULL,'','LINE',NULL,0,'','b96139f722c547837e57ff80c0d21579','',NULL),(1981,'en','continents-cities','7c885b9c7c703a77befcabeea54944d5','Melbourne',NULL,NULL,'','LINE',NULL,0,'','3588564282ce4acd9e3bb5980106a678','',NULL),(1982,'en','continents-cities','4bc44fa25c7afaf63618e6586084052e','Perth',NULL,NULL,'','LINE',NULL,0,'','14a3ac89d76d09a0d796dad2b7a8b3a4','',NULL),(1983,'en','continents-cities','1fc91e86962825bb745de53d1657b3e4','Sydney',NULL,NULL,'','LINE',NULL,0,'','d2aba6d93af8f932da7b244519515d66','',NULL),(1984,'en','continents-cities','912d59cdf1d3f551fae21f6f0062258f','Europe',NULL,NULL,'','LINE',NULL,0,'','7f25c6288411bbe764001924d5b2ecbd','',NULL),(1985,'en','continents-cities','3eb8670d999ac077dd0e2c345cb7c905','Amsterdam',NULL,NULL,'','LINE',NULL,0,'','d1c164b7929d742970f7c52510c7ac7a','',NULL),(1986,'en','continents-cities','68746a7280b143cfc01f967610d3e86d','Andorra',NULL,NULL,'','LINE',NULL,0,'','f8cf61050d698d79d79523dafa75f164','',NULL),(1987,'en','continents-cities','245c1d6e0035ab89037cbe2f78aaab75','Astrakhan',NULL,NULL,'','LINE',NULL,0,'','67760a57f84ef3c1b447542eae1aa559','',NULL),(1988,'en','continents-cities','e14045c6b4fe1e65d04aade91b1f8c1b','Athens',NULL,NULL,'','LINE',NULL,0,'','365f8deee992c402d7f9a2018b583340','',NULL),(1989,'en','continents-cities','c87f42a2ab4a24074411dfd55ca71450','Belgrade',NULL,NULL,'','LINE',NULL,0,'','ffadf2fed99c4305068f33a17faeab3d','',NULL),(1990,'en','continents-cities','ee1611b61f5688e70c12b40684dbb395','Berlin',NULL,NULL,'','LINE',NULL,0,'','26a0583f93fd210a0b9ac5bb87f938da','',NULL),(1991,'en','continents-cities','c114af7c3a3c9bbbbe2875e03aa486f7','Bratislava',NULL,NULL,'','LINE',NULL,0,'','bf8ea665bbc61fbc46f33bea674d3bed','',NULL),(1992,'en','continents-cities','068a0b5b2858dc3f1ac7b47464bc4b0a','Brussels',NULL,NULL,'','LINE',NULL,0,'','e1b6022802f89fd5d9f29121a873dcb2','',NULL),(1993,'en','continents-cities','26ba3224ef491b44fad2bb9545bf84d5','Bucharest',NULL,NULL,'','LINE',NULL,0,'','840289c3ac4eab2729221451569db0af','',NULL),(1994,'en','continents-cities','9fed5dae86e3030d9be3740efa198659','Budapest',NULL,NULL,'','LINE',NULL,0,'','a4c96c6ba34c29b5b6d87da0b36fa820','',NULL),(1995,'en','continents-cities','de052ce2496478a2009ce357a310095f','Busingen',NULL,NULL,'','LINE',NULL,0,'','645f3c46fe84a9c6c6b4be8d7651626f','',NULL),(1996,'en','continents-cities','ec66590f905c5d01ae2f4a53fb33d2f6','Chisinau',NULL,NULL,'','LINE',NULL,0,'','06411ad9e8780d0525a09a0105afe1e7','',NULL),(1997,'en','continents-cities','2da3c827ccabc4855cb9921b4f1addfa','Copenhagen',NULL,NULL,'','LINE',NULL,0,'','788621fb909c729b59074051352cdb99','',NULL),(1998,'en','continents-cities','50fefb5efb085fd11b1a4fd2b6dda0aa','Dublin',NULL,NULL,'','LINE',NULL,0,'','55ca535196d7fbdc9e15313ed96f4b0d','',NULL),(1999,'en','continents-cities','672566a43483aa8212cb365658600b99','Gibraltar',NULL,NULL,'','LINE',NULL,0,'','229967b173b992f52402c08afb53e7bc','',NULL),(2000,'en','continents-cities','a531abc58761191a634e3d485d0a199b','Guernsey',NULL,NULL,'','LINE',NULL,0,'','54d7183c66df5c2c945723c73a36e331','',NULL),(2001,'en','continents-cities','8449280a23f8c4fcfb13469f6dc19592','Helsinki',NULL,NULL,'','LINE',NULL,0,'','8ee38b31b266f98bcbd65d0b2f595e88','',NULL),(2002,'en','continents-cities','9a3075ee78e707359751cecfffedc5b8','Isle of Man',NULL,NULL,'','LINE',NULL,0,'','3d6740b60d0408d448d2770305cfd1a8','',NULL),(2003,'en','continents-cities','0ef8f876d62a45352e28410454e3634b','Istanbul',NULL,NULL,'','LINE',NULL,0,'','af3c2282b03ec19f42e5ed53e0d8ed8b','',NULL),(2004,'en','continents-cities','3cda26e0c8aedbf662adb42f923ef3ec','Jersey',NULL,NULL,'','LINE',NULL,0,'','4a7cab96397789c70c6cf4174132aba9','',NULL),(2005,'en','continents-cities','1c1b8f5f242fe55c82138b8935e847f7','Kaliningrad',NULL,NULL,'','LINE',NULL,0,'','0811d0d4c5918001f3508c290c001a3a','',NULL),(2006,'en','continents-cities','c5c12fffd30a23e3468076da2e046b90','Kiev',NULL,NULL,'','LINE',NULL,0,'','ec9c6a7844b2eab07824ac15ff8b4ba5','',NULL),(2007,'en','continents-cities','e220671c94071cfdf0ed33657e75fff9','Kirov',NULL,NULL,'','LINE',NULL,0,'','e7e1db978f1e04dfd704fef60d29a360','',NULL),(2008,'en','continents-cities','260b4e591e03de9750f965a30087ed5f','Lisbon',NULL,NULL,'','LINE',NULL,0,'','0e1fd668f3cbbe9e6855c581bd5d1d31','',NULL),(2009,'en','continents-cities','a606fe014370d8c520a07f30df46ef10','Ljubljana',NULL,NULL,'','LINE',NULL,0,'','e34c2b0427599d3c51e23a08948df418','',NULL),(2010,'en','continents-cities','59ead8d1e124ccfb79f3ace06f43e703','London',NULL,NULL,'','LINE',NULL,0,'','13e70e74f8ab0c5108e9f70b28473db7','',NULL),(2011,'en','continents-cities','06630c890abadde9228ea818ce52b621','Luxembourg',NULL,NULL,'','LINE',NULL,0,'','02e0e4515cbc0f1e8b0dcb658a67bbe2','',NULL),(2012,'en','continents-cities','6314044c3803213e9fd3f3ecf8c90d65','Madrid',NULL,NULL,'','LINE',NULL,0,'','a4e6c1740c1bb79e477f85a477462dc0','',NULL),(2013,'en','continents-cities','92468e8a62373add2b9caefddbcf1303','Malta',NULL,NULL,'','LINE',NULL,0,'','fd365bad9aef99e33fb98a43eae0ea7b','',NULL),(2014,'en','continents-cities','b68111046d878713aeb8129f9312bcf5','Mariehamn',NULL,NULL,'','LINE',NULL,0,'','1ed5a1ed9a074026cda4d3c6b5003818','',NULL),(2015,'en','continents-cities','8787a878258ef18bb38d9163f41b846c','Minsk',NULL,NULL,'','LINE',NULL,0,'','2a8836bb27921b90586bb99f03b02832','',NULL),(2016,'en','continents-cities','d6a297c6193fd59309453a0db7a51b90','Monaco',NULL,NULL,'','LINE',NULL,0,'','b6a6f95fcc899cc26335f6d5d4f5c867','',NULL),(2017,'en','continents-cities','7e35e74e610188414ad24235dd787c78','Moscow',NULL,NULL,'','LINE',NULL,0,'','5d00ed0c8344b8b6bd2d658e36b3e436','',NULL),(2018,'en','continents-cities','f4830432874f86d2e2a1a5f2dbebbc80','Oslo',NULL,NULL,'','LINE',NULL,0,'','2f306b4cce3b27589bbc27236844e611','',NULL),(2019,'en','continents-cities','e20d37a5d7fcc4c35be6fc18a8e71bfa','Paris',NULL,NULL,'','LINE',NULL,0,'','421dbf08c7bd115b38e43764805732ac','',NULL),(2020,'en','continents-cities','bc8ead33389619cc05222e0315e41216','Podgorica',NULL,NULL,'','LINE',NULL,0,'','a4e46fe0908ba5e5a53f97c882a2ae90','',NULL),(2021,'en','continents-cities','a71105026dfe9155f7ac4d18e494a40b','Prague',NULL,NULL,'','LINE',NULL,0,'','dc468823d9e0d11417020646df9d539e','',NULL),(2022,'en','continents-cities','c16c50f34911d1f5d3924c8267409904','Riga',NULL,NULL,'','LINE',NULL,0,'','53af90119814ddb2d75f47563bed5c78','',NULL),(2023,'en','continents-cities','1f49f770adc6c84629f50ce3ca2a2109','Rome',NULL,NULL,'','LINE',NULL,0,'','632dc3ea045c546e84e4c0beeaf9be21','',NULL),(2024,'en','continents-cities','ae6d06b333642fea786d801e95e0b8d0','Samara',NULL,NULL,'','LINE',NULL,0,'','70b12c5dca83b674e557e0c4f15a548b','',NULL),(2025,'en','continents-cities','a7db85742c67a70f8764c4d9c53bdb36','San Marino',NULL,NULL,'','LINE',NULL,0,'','e86849b4737f2b20c34a5316e080043f','',NULL),(2026,'en','continents-cities','45cb61a48b985856d8bf1cb545661858','Sarajevo',NULL,NULL,'','LINE',NULL,0,'','825747e076661aad4a9d8b211db97fea','',NULL),(2027,'en','continents-cities','94699b2cec46740bb8a72dcf9cba6889','Saratov',NULL,NULL,'','LINE',NULL,0,'','be10069354f76dc809a126f233861979','',NULL),(2028,'en','continents-cities','8dbeff9871dc83a2ffa1edb23f38c1aa','Simferopol',NULL,NULL,'','LINE',NULL,0,'','a0993cc6a7406be26e6e85f91f160ff2','',NULL),(2029,'en','continents-cities','a4d81f9796805c63e41f0bfdddff41ac','Skopje',NULL,NULL,'','LINE',NULL,0,'','ba8a7e323235ca9e20ff4947d74dcd8c','',NULL),(2030,'en','continents-cities','654cd76590cebe0ba37e8d4cce8a96ee','Sofia',NULL,NULL,'','LINE',NULL,0,'','b844b97abbd377e5103a1a46dbf61879','',NULL),(2031,'en','continents-cities','fcfff492e00727b63cf5dff9f59bc2a4','Stockholm',NULL,NULL,'','LINE',NULL,0,'','06222ba905879f75ba95759471545232','',NULL),(2032,'en','continents-cities','ea75099e3719bdc3deba58502baf3adb','Tallinn',NULL,NULL,'','LINE',NULL,0,'','b15eb05b7bf7d2a148e75ab5f9817e7c','',NULL),(2033,'en','continents-cities','d4db7bd1a57896923fda960f075a86ea','Tirane',NULL,NULL,'','LINE',NULL,0,'','f3d49cf3791466af1c0f6aea4d78bb14','',NULL),(2034,'en','continents-cities','4c00abf93900096275504b69a968ac9e','Ulyanovsk',NULL,NULL,'','LINE',NULL,0,'','e032179f07d19caefdf45114fc3207e5','',NULL),(2035,'en','continents-cities','bde8acaf5b357c3ab4410292428a22a7','Uzhgorod',NULL,NULL,'','LINE',NULL,0,'','4e5625151a5e456c22bd989628cba313','',NULL),(2036,'en','continents-cities','1139cab61e63ffc39f0367d4e459e647','Vaduz',NULL,NULL,'','LINE',NULL,0,'','00d09ebefea7e046ca5d81e5fdf0b156','',NULL),(2037,'en','continents-cities','a8571795df5a56146cfde039bd9c1a5a','Vatican',NULL,NULL,'','LINE',NULL,0,'','929a7f0ff6601d983df4ae82a4d2e719','',NULL),(2038,'en','continents-cities','601f9226a92f0a314068aa4395f65528','Vienna',NULL,NULL,'','LINE',NULL,0,'','a9aa5f773dcacf9168271e66d9c89d24','',NULL),(2039,'en','continents-cities','674756b151c1a964546ad103f310fc5b','Vilnius',NULL,NULL,'','LINE',NULL,0,'','7235167eb308dcfc864dd27556d6ab6f','',NULL),(2040,'en','continents-cities','1b76b0d2b1c0131465044a89285260a8','Volgograd',NULL,NULL,'','LINE',NULL,0,'','ec64236ab972f3eec8bb44578948f8f9','',NULL),(2041,'en','continents-cities','ab014f5797b79c42d078976b9d1a413c','Warsaw',NULL,NULL,'','LINE',NULL,0,'','f519681397667d56f1d7b44d2b42c648','',NULL),(2042,'en','continents-cities','b827d268b3e75abe3c4419d959d93998','Zagreb',NULL,NULL,'','LINE',NULL,0,'','afff5bbe9a8e81fda170d4747feb4746','',NULL),(2043,'en','continents-cities','a6afe2aa8f2b2df7a5308ffb0a83a4a9','Zaporozhye',NULL,NULL,'','LINE',NULL,0,'','0a6382e42a4bd18e0372f97071f5b97e','',NULL),(2044,'en','continents-cities','2b29c5739ec4158573c66d2124e2c7e9','Zurich',NULL,NULL,'','LINE',NULL,0,'','d1f912b8259b8dbe88621c571a7e7c3e','',NULL),(2045,'en','continents-cities','b5f6e3ec74afdaf0ada5500babfa8d52','Indian',NULL,NULL,'','LINE',NULL,0,'','d57159fe18d1c781037b1ef6603c5082','',NULL),(2046,'en','continents-cities','df4283d3aa6183cfcb74bffd1f545377','Antananarivo',NULL,NULL,'','LINE',NULL,0,'','d87eee3079e58622d004ed9013fa5554','',NULL),(2047,'en','continents-cities','4a90ae59e41168a559d502eabf488732','Chagos',NULL,NULL,'','LINE',NULL,0,'','b44b3eba6815395903b1b7393854dcd0','',NULL),(2048,'en','continents-cities','81b616fbff55b8698d44852f45c08630','Christmas',NULL,NULL,'','LINE',NULL,0,'','507ec839e63f39a04100e5209e2a0afa','',NULL),(2049,'en','continents-cities','6a4ec4e63df31c5d9eef72a024d5fd98','Cocos',NULL,NULL,'','LINE',NULL,0,'','89137337655f4228f70f9de5c7d8cff3','',NULL),(2050,'en','continents-cities','8df35b117c42ac38d12c172cf609c2ee','Comoro',NULL,NULL,'','LINE',NULL,0,'','3f7ba34f9c8179df2b5991c01c429042','',NULL),(2051,'en','continents-cities','3f177e23ab98cd2de7ea313d3cc41e24','Kerguelen',NULL,NULL,'','LINE',NULL,0,'','8eb96bc4c0a5414ce61c841e525bf158','',NULL),(2052,'en','continents-cities','5215723c74c40c5a72021819bad24abb','Mahe',NULL,NULL,'','LINE',NULL,0,'','5e00054e4e70a24bac6477a1e29f5f3b','',NULL),(2053,'en','continents-cities','62235142f3fca96e1f2cd0ed4a7de48d','Maldives',NULL,NULL,'','LINE',NULL,0,'','d1a758a78fb8723f5ec3c3869994b835','',NULL),(2054,'en','continents-cities','07f3ca235faaa1c9ad16facef5526d8b','Mauritius',NULL,NULL,'','LINE',NULL,0,'','a5bb8254d565533add5ec91a61e7dbff','',NULL),(2055,'en','continents-cities','9c05c40b81fd906b1585e231c0d896f1','Mayotte',NULL,NULL,'','LINE',NULL,0,'','cc8724943239d602e4b5ab903696bc47','',NULL),(2056,'en','continents-cities','939c3c13a3d058c4c53109d7f804b631','Reunion',NULL,NULL,'','LINE',NULL,0,'','b470ee874433d93b0e48d4866321268c','',NULL),(2057,'en','continents-cities','501a92c9b793cb44dfbfe0ca9ffee563','Pacific',NULL,NULL,'','LINE',NULL,0,'','57d3fc097d3407ec709a1d1aa09e07a7','',NULL),(2058,'en','continents-cities','d1834f40446a6347852a69c5a6e272b7','Apia',NULL,NULL,'','LINE',NULL,0,'','9f0bc6994efdcc1eda61221180aa4022','',NULL),(2059,'en','continents-cities','146159057df3f8947f820d9fc184c6cd','Auckland',NULL,NULL,'','LINE',NULL,0,'','615bac7089c4a4d4c6d9d065b004c090','',NULL),(2060,'en','continents-cities','d99b6ddbaaee083560f47ee12ef57113','Bougainville',NULL,NULL,'','LINE',NULL,0,'','f641b93715484a2605fdf427685a75bb','',NULL),(2061,'en','continents-cities','32ce3f1410510651a5f862f64e137868','Chatham',NULL,NULL,'','LINE',NULL,0,'','9669817cc47d1d996516eed6259ea586','',NULL),(2062,'en','continents-cities','7f75b4f725b217a54baa97bfa7f3e9c0','Chuuk',NULL,NULL,'','LINE',NULL,0,'','3e7eb4164da4679a9ccf2eac3835c1e5','',NULL),(2063,'en','continents-cities','e82df739dd8c84c8ae105b514f4c10df','Easter',NULL,NULL,'','LINE',NULL,0,'','fece5e42506f1f5f8992883b2921c994','',NULL),(2064,'en','continents-cities','32cdb3ff826949bb66dcaee94f1e6b5c','Efate',NULL,NULL,'','LINE',NULL,0,'','4058d23e896f28526d9e55745a5cbdfc','',NULL),(2065,'en','continents-cities','d8bc05913d5fe8c175d96f8bd9e2ae9e','Enderbury',NULL,NULL,'','LINE',NULL,0,'','15bec971bcc3542fb9c3bea5971b87b2','',NULL),(2066,'en','continents-cities','7996d0f88b56815d3ea0423d2de3ab3c','Fakaofo',NULL,NULL,'','LINE',NULL,0,'','13b71b0c4ca3cf96f67b8007116725b8','',NULL),(2067,'en','continents-cities','55b0c4d4efa00b59643b2e6a6e7c18c0','Fiji',NULL,NULL,'','LINE',NULL,0,'','7bfb7e6acdcb719e7da3d6e109bab792','',NULL),(2068,'en','continents-cities','73e8d007c01762e16d0e8dd1d4d5335f','Funafuti',NULL,NULL,'','LINE',NULL,0,'','5f1a49bed00f88759b2dd745c9836eac','',NULL),(2069,'en','continents-cities','b87bdcb10b2301092f9cc97a4f429a8b','Galapagos',NULL,NULL,'','LINE',NULL,0,'','1e52e3d6b0fa7e4f8a4d5a5ce921efd1','',NULL),(2070,'en','continents-cities','4ef4530ac1d56e51694e88d4f7a356ff','Gambier',NULL,NULL,'','LINE',NULL,0,'','ea9087ee2c97e75008bb16746802db02','',NULL),(2071,'en','continents-cities','f55ca8d05bcb054815a26e955d47b078','Guadalcanal',NULL,NULL,'','LINE',NULL,0,'','3e0893a0a1fb1d86ef3582094730ba98','',NULL),(2072,'en','continents-cities','2dc47f81fc4257e14c4d0fcd90d03b9a','Guam',NULL,NULL,'','LINE',NULL,0,'','69a3f27f4f94c664955fe17231b38313','',NULL),(2073,'en','continents-cities','904b6f7e29f77065ee9977b30660617c','Honolulu',NULL,NULL,'','LINE',NULL,0,'','91853dff238e49540277d2e6d043d603','',NULL),(2074,'en','continents-cities','05724f787b77de2d7287f2ad6cb7f4cb','Kiritimati',NULL,NULL,'','LINE',NULL,0,'','67633bcd0ba5b5c737b4650cb7febbd8','',NULL),(2075,'en','continents-cities','400d9146c5789a2c5b8412d7d0baeb5c','Kosrae',NULL,NULL,'','LINE',NULL,0,'','52000049e86c7453aae74c4b49c4f3e4','',NULL),(2076,'en','continents-cities','9f8fc4aaedf19b807af50b6aad8fb855','Kwajalein',NULL,NULL,'','LINE',NULL,0,'','3294e46a0bc11e6c60dbbcc5bb9d3558','',NULL),(2077,'en','continents-cities','c6703691b639f28585850248c340f2fb','Majuro',NULL,NULL,'','LINE',NULL,0,'','b90d43aaaa51c2f21b847b131f99f729','',NULL),(2078,'en','continents-cities','cafeb784052c0cb87d4ccaf32ba55eb4','Marquesas',NULL,NULL,'','LINE',NULL,0,'','38ab0649001338ae8537a898bcc820a4','',NULL),(2079,'en','continents-cities','1e3a8048bc6b7cadc1d967e198cf8584','Midway',NULL,NULL,'','LINE',NULL,0,'','34eb475918dda9739d05542694f16980','',NULL),(2080,'en','continents-cities','d0c5ab6bebe308a495693e990a2947bc','Nauru',NULL,NULL,'','LINE',NULL,0,'','ca3d8eb260fa4f1f573c788b1b6699ef','',NULL),(2081,'en','continents-cities','de48fee9c7511bf7158b1e28b3d0baec','Niue',NULL,NULL,'','LINE',NULL,0,'','e3afa67899e00628f91a9adbd7ef1b6a','',NULL),(2082,'en','continents-cities','c394bf9a4d43b977e11610b5b5f85843','Norfolk',NULL,NULL,'','LINE',NULL,0,'','9722dbccdd3accc2563137190262cef3','',NULL),(2083,'en','continents-cities','40149e9553be6e5888ad73c1792f74ef','Noumea',NULL,NULL,'','LINE',NULL,0,'','08a66ae0fea254134483aa742378ad4f','',NULL),(2084,'en','continents-cities','b2e5acba707d46f24d4720d3f93b2d86','Pago Pago',NULL,NULL,'','LINE',NULL,0,'','398689a4f4f52d95db6cd14bf9a7c901','',NULL),(2085,'en','continents-cities','46096bb96824852d15ce4fa5ba4bf58e','Palau',NULL,NULL,'','LINE',NULL,0,'','4eeb2186380a410d5b740436821106f2','',NULL),(2086,'en','continents-cities','7fad9908f71e4ba29eeff3847d7ccc10','Pitcairn',NULL,NULL,'','LINE',NULL,0,'','5242cd8b41f1a4ffc7a231c41cb72fc3','',NULL),(2087,'en','continents-cities','e19f580730e1758e546b6113cbd89bef','Pohnpei',NULL,NULL,'','LINE',NULL,0,'','38688d425af3692b5fcb23ca8e0b3025','',NULL),(2088,'en','continents-cities','8c12211143d722e1400a95ae20b7266b','Port Moresby',NULL,NULL,'','LINE',NULL,0,'','98b1e5d1a7ac7b6745ebacef2061c122','',NULL),(2089,'en','continents-cities','00c3554b0961ffecf272c8c7832ae06d','Rarotonga',NULL,NULL,'','LINE',NULL,0,'','05a00bd7a56b37f2deb5b02d17a119e1','',NULL),(2090,'en','continents-cities','0f572236946c785fcd3dd3ff81303f62','Saipan',NULL,NULL,'','LINE',NULL,0,'','663c34de1c08086de239bb58c06a1e3a','',NULL),(2091,'en','continents-cities','1e257d79cd2dd7a09657597cee33bbe5','Tahiti',NULL,NULL,'','LINE',NULL,0,'','f2c89de9566ed94e3f0576798de54bdf','',NULL),(2092,'en','continents-cities','d69d56a0498d291d0c18f2d8b1ab0ea4','Tarawa',NULL,NULL,'','LINE',NULL,0,'','9945f0d2529093e72f9c91808d33514c','',NULL),(2093,'en','continents-cities','7916ea90dc494215e95c0ea58ba20186','Tongatapu',NULL,NULL,'','LINE',NULL,0,'','f3ba07eca17c45b68ed58def4c99ca01','',NULL),(2094,'en','continents-cities','688761c83ec62d30ec1fe269849d42ad','Wake',NULL,NULL,'','LINE',NULL,0,'','3008f55647303bd6c7b1d6d24e471347','',NULL),(2095,'en','continents-cities','3c807ca34dcea18fe702966da369e296','Wallis',NULL,NULL,'','LINE',NULL,0,'','c7436cc91f35133bb296be8e42181c80','',NULL),(2096,'en','default','9234324ddf6b4176b57d803a925b7961','UTC',NULL,NULL,'','LINE',NULL,0,'','92df13d39453f15b8e522e5f18776b73','',NULL),(2097,'en','default','61d35c38e137fa53a346e85ea0d2fb4d','Manual Offsets',NULL,NULL,'','LINE',NULL,0,'','f402de61fc153ae66e04be20858cb083','',NULL),(2098,'en','default','24cb9a8cf9346ed92e53fe15d60d8043','Choose either a city in the same timezone as you or a UTC timezone offset.',NULL,NULL,'','LINE',NULL,0,'','7a8d5f41db1381885f5fea2a18260696','',NULL),(2099,'en','default','89e7f17016a069d0260cfd2b30bf3db3','Universal time (%1$s) is %2$s.',NULL,NULL,'','LINE',NULL,0,'','fed083aebd0d3e4711f59cf015594284','',NULL),(2100,'en','default','8b6f6d305407f0b686f1974206ad415c','Date Format',NULL,NULL,'','LINE',NULL,0,'','2bae2d0711493a16bc03a2313bcd923e','',NULL),(2101,'en','default','fbfb52888ea3b9348d7770a89c203c6e','Custom:',NULL,NULL,'','LINE',NULL,0,'','3719645edce1a4845a8d91f05bf7e00f','',NULL),(2102,'en','default','58221ba8ad52a2741accf7bb5e266b91','enter a custom date format in the following field',NULL,NULL,'','LINE',NULL,0,'','c95589e998871992c9c3221c8d1f09aa','',NULL),(2103,'en','default','b4355bc59a01c61a8b83c8d6568546d3','Custom date format:',NULL,NULL,'','LINE',NULL,0,'','66a79b117f1c851d219c438615c37d2b','',NULL),(2104,'en','default','3aea427a69e8906b95790872a9ab07cd','Preview:',NULL,NULL,'','LINE',NULL,0,'','ae801c71adc334b5ef4ac449ea1c159d','',NULL),(2105,'en','default','6b366d6891897f5c37c0b8b2ef7f212e','Time Format',NULL,NULL,'','LINE',NULL,0,'','e11d60a2253c77ba8a8c0db6c48e7b59','',NULL),(2106,'en','default','d0174305fd25c049797d1186232e3769','enter a custom time format in the following field',NULL,NULL,'','LINE',NULL,0,'','c8e16489502ab8450440991019c1e597','',NULL),(2107,'en','default','be765b34217977bdeab7601e6411cea8','Custom time format:',NULL,NULL,'','LINE',NULL,0,'','f12a60d52b5003611c33de1d2de2b80b','',NULL),(2108,'en','default','4d86d6ad88e1618c1f118e7bebd490ab','<a href=\"https://codex.wordpress.org/Formatting_Date_and_Time\">Documentation on date and time formatting</a>.',NULL,NULL,'','LINE',NULL,0,'','5521b008fbf45fbe6f4410ccbf827b66','',NULL),(2109,'en','default','35795c660739fc1e0a43f922eedbdded','Week Starts On',NULL,NULL,'','LINE',NULL,0,'','30ede93c0f629f7d3a8c66e5894fee11','',NULL),(2110,'en','default','f5d6040ed78ca86ddc73296a49b18510','Save Changes',NULL,NULL,'','LINE',NULL,0,'','312c6fe92f15db30d1df6e4e60261924','',NULL),(2111,'en','acf','2a4a69b4ded66db2c702f048fc8f6fed','Active <span class=\"count\">(%s)</span>',NULL,NULL,'','LINE',NULL,0,'','110d26aa1d3601286d18d11b41c4a706','',NULL),(2112,'en','default','fff0d600f8a0b5e19e88bfb821dd1157','Images',NULL,NULL,'','LINE',NULL,0,'','6a4232ea40d6ee210c8713488dae04d1','',NULL),(2113,'en','default','a6323f33b1e61fe8fa33a2fa7c8e91ef','Manage Images',NULL,NULL,'','LINE',NULL,0,'','c36e46ce68d1e5c40efd8bb5daa4aec3','',NULL),(2114,'en','default','4915a96af31fb2c4fc2dce5def656fed','Manage Audio',NULL,NULL,'','LINE',NULL,0,'','5a7ce6b94f12a54c6bc1d92ce287c06c','',NULL),(2115,'en','default','6aa6206028720dfbc86e2c492febcfcc','Manage Video',NULL,NULL,'','LINE',NULL,0,'','075f8c64094acd489248f85586f236cc','',NULL),(2116,'en','default','e6b391a8d2c4d45902a23a8b6585703d','URL',NULL,NULL,'','LINE',NULL,0,'','802085e356f3f0ca83e27a09855b481e','',NULL),(2117,'en','default','980057390ab269b87e5869cd25e84b06','Add Media',NULL,NULL,'','LINE',NULL,0,'','1334814e3694b9d75447b38bf61838a2','',NULL),(2118,'en','default','13348442cc6a27032d2b4aa28b75a5d3','Search',NULL,NULL,'','LINE',NULL,0,'','87f5401b92450153e6a555442219e72a','',NULL),(2119,'en','default','e0626222614bdee31951d84c64e5e9ff','Select',NULL,NULL,'','LINE',NULL,0,'','1f3f51a71d0ed80bf7edaa71d5069bc0','',NULL),(2120,'en','default','0ebe6df8a3ac338e0512acc741823fdb','Replace',NULL,NULL,'','LINE',NULL,0,'','d1b3ac5c77415c42fada8ebe99127f42','',NULL),(2121,'en','default','1063e38cb53d94d386f21227fcd84717','Remove',NULL,NULL,'','LINE',NULL,0,'','40328dfb5b484ba625186e23d0d406e8','',NULL),(2122,'en','default','0557fa923dcee4d0f86b1409f5c2167f','Back',NULL,NULL,'','LINE',NULL,0,'','bef90f0a006ec2424e5753042ce46527','',NULL),(2123,'en','default','2c466ae7a056d4f4726b1c146b45a046','%d selected',NULL,NULL,'','LINE',NULL,0,'','eb899e5a410e19fdf3175463c164297e','',NULL),(2124,'en','default','5ef98452db94b834f8e4f164639fc187','Drag and drop to reorder media files.',NULL,NULL,'','LINE',NULL,0,'','4b1361fb72f0ddfb536a579a652e1ac2','',NULL),(2125,'en','default','b9e3f1ba171b47de3af8b63e6a7b549a','Upload Files',NULL,NULL,'','LINE',NULL,0,'','5ca04ac11153aabf8b8de6c994a24b64','',NULL),(2126,'en','default','cdacdfdb8df0f3847f16c22f4d0e599b','Upload Images',NULL,NULL,'','LINE',NULL,0,'','153c7d9dba6c231bebb4be875feda097','',NULL),(2127,'en','default','f9d1d7210ca4d9268be97578432039b0','Media Library',NULL,NULL,'','LINE',NULL,0,'','dd4470205c8f3a3afdb862ba8154887a','',NULL),(2128,'en','default','62dc78e4682317406474b80b417cef52','Create a new gallery',NULL,NULL,'','LINE',NULL,0,'','c56c76f635d04fa0ab8d3048cd401cae','',NULL),(2129,'en','default','cc83e65bc46825681610629ed8082bcd','Create a new playlist',NULL,NULL,'','LINE',NULL,0,'','825422c1f2fbbde96aba89e4381f56c0','',NULL),(2130,'en','default','38ca15a012cdbc6039592b9bb422dc67','Create a new video playlist',NULL,NULL,'','LINE',NULL,0,'','9ee6ff7a71be51be90c4ed180ebcc475','',NULL),(2131,'en','default','aab0ba98a57c6212ecc303b9f626d25e','&#8592; Return to library',NULL,NULL,'','LINE',NULL,0,'','af26c2f1ba537f8b9eff020c59c586c3','',NULL),(2132,'en','default','515ec224963e3f372384faca517574a9','All media items',NULL,NULL,'','LINE',NULL,0,'','ff5c4e9d278883b5ddcb971ea14cf1a2','',NULL),(2133,'en','default','bc4c1050aeeb3ff4240c4894b98f32a9','No items found.',NULL,NULL,'','LINE',NULL,0,'','6082e92e39ffba9db6587ec6ed2d7599','',NULL),(2134,'en','default','f03dae1c1c6c8af30048105bdb8de037','Unattached',NULL,NULL,'','LINE',NULL,0,'','9354b51480d8f5f0683c31d45d405255','',NULL),(2135,'en','default','fedc0e3f18d0ff5df1579ad5ce33ba5d','Mine',NULL,NULL,'','LINE',NULL,0,'media items','c96c3a983a345147a79943400b2ff919','',NULL),(2136,'en','default','a7e253cd8dd95da3e20daf45519a8dc2','Trash',NULL,NULL,'','LINE',NULL,0,'noun','0e236676bf3000765f83ff0abd32e305','',NULL),(2137,'en','default','c2617f6da583325b58ac9480bc35d906','You are about to permanently delete this item from your site.\nThis action cannot be undone.\n \'Cancel\' to stop, \'OK\' to delete.',NULL,NULL,'','LINE',NULL,0,'','9ea76b336eda86b0d0599a142bb8357b','',NULL),(2138,'en','default','b376f5f5dea13c671cfb25614d0cdea6','You are about to trash these items.\n  \'Cancel\' to stop, \'OK\' to delete.',NULL,NULL,'','LINE',NULL,0,'','331b86210af7547004243daf016c8105','',NULL),(2139,'en','default','ece285c35cd33dee37184976952484c4','Bulk Select',NULL,NULL,'','LINE',NULL,0,'','ed187b1ac62fcc2191f7982ec55e5a17','',NULL),(2140,'en','default','1806e2a1571c73208d346f3743226edc','Cancel Selection',NULL,NULL,'','LINE',NULL,0,'','799e596a91f5265e7579eaa986b39eae','',NULL),(2141,'en','default','4d5a4ddb43ca2fec29da8fa13fad6cd3','Trash Selected',NULL,NULL,'','LINE',NULL,0,'','8caf901d9a342009e6b1dcd449b418e3','',NULL),(2142,'en','default','2bdf753028e17d2780fcf3a8fa5717c4','Untrash Selected',NULL,NULL,'','LINE',NULL,0,'','2d27339371b239b2cc65aff2eeb2dacc','',NULL),(2143,'en','default','c13af79d63bfcb3f07bc3810418c99f8','Delete Selected',NULL,NULL,'','LINE',NULL,0,'','c08c5e1701b60bc89959e69621ccabc6','',NULL),(2144,'en','default','aa47bb0913144619a0a9abc59d59d6ed','Delete Permanently',NULL,NULL,'','LINE',NULL,0,'','02dd03f67e52f4f3058ccc8285412f4f','',NULL),(2145,'en','default','8870ba7044d8bb0fd95686ec955f9109','Filter by type',NULL,NULL,'','LINE',NULL,0,'','ffab7780acb05f648cfd2d9147431e6f','',NULL),(2146,'en','default','dce00b01b1340b27a77ac594865e1146','Search Media',NULL,NULL,'','LINE',NULL,0,'','33f0224604c487302fc0e1aeac04ba20','',NULL),(2147,'en','default','2fcb8a402f67c1f5909111d4655ea8b0','Search media items...',NULL,NULL,'','LINE',NULL,0,'','7dc379ffa74d6114fda58622db2f9b77','',NULL),(2148,'en','default','64e3cb98231daf66d09245cadad2ada0','No media files found.',NULL,NULL,'','LINE',NULL,0,'','78805add6bafb5989d36c2fcf07e5fe9','',NULL),(2149,'en','default','8ff784ab2bd19c0142275ec451770b5c','Attachment Details',NULL,NULL,'','LINE',NULL,0,'','e9c48696ad37c851ec396d6dca4df73f','',NULL),(2150,'en','default','e8dfee37bb32b318022ea92fb2e18136','Insert from URL',NULL,NULL,'','LINE',NULL,0,'','a913d0843b249b35299ed035e99d4297','',NULL),(2151,'en','default','55bbf016e2f13280a72b8176df3f8748','Create Gallery',NULL,NULL,'','LINE',NULL,0,'','6207d2b82cee6807c373f4fb973189a9','',NULL),(2152,'en','default','5660c6dad0d0a25ffa0e26a9f82172e3','Edit Gallery',NULL,NULL,'','LINE',NULL,0,'','30198923ad2cd72a029a3ef6298ee901','',NULL),(2153,'en','default','3a266926030823034710b5cf09461cfc','&#8592; Cancel Gallery',NULL,NULL,'','LINE',NULL,0,'','5e58bf5dabd4c9d7b1361bb547a474f8','',NULL),(2154,'en','default','e1b247a1010eb5d8c30f281b18bc3ba7','Insert gallery',NULL,NULL,'','LINE',NULL,0,'','bc4738a9d2c47f03d39a1e15caf0a0df','',NULL),(2155,'en','default','3aca6c061cd3089b2d768a0913d11996','Update gallery',NULL,NULL,'','LINE',NULL,0,'','f51dbeaeb81220777d323bc979e43cee','',NULL),(2156,'en','default','e83dea83709b83e7fa3280642122fc3c','Add to gallery',NULL,NULL,'','LINE',NULL,0,'','28628b3f9151d12389e4c85cc967a5c6','',NULL),(2157,'en','default','947e4a7ccfa2cef5174d74f33f464641','Add to Gallery',NULL,NULL,'','LINE',NULL,0,'','6342c2546ad49efe62b841c22defc4ea','',NULL),(2158,'en','default','b7de6efe05770c6447308c77929bed0b','Reverse order',NULL,NULL,'','LINE',NULL,0,'','7f079bf5381c74f354b6e6659da77d43','',NULL),(2159,'en','default','78d0f5aac952e2ce840a381976a3b01e','Image Details',NULL,NULL,'','LINE',NULL,0,'','289a089ad1bf9ef2a1dc05e41d6a5000','',NULL),(2160,'en','default','5dec156b63fee20ec9d84d44e5cebebd','Replace Image',NULL,NULL,'','LINE',NULL,0,'','257afe84875b38d49570a80197d29750','',NULL),(2161,'en','default','6582a5460a14cebdbd27719930a5446a','Cancel Edit',NULL,NULL,'','LINE',NULL,0,'','1f990a5a9eab32ba1ac6d0940f60dd23','',NULL),(2162,'en','default','03274f27f51f0c39e06e0e6cd07e01a9','Edit Image',NULL,NULL,'','LINE',NULL,0,'','cd9369b8844fdff34770dd36adf2d6ce','',NULL),(2163,'en','default','10bf609ae34aa1c82f39f0e90cf6ffaf','Choose Image',NULL,NULL,'','LINE',NULL,0,'','86f294203770b913ce4dea0b1cdde04c','',NULL),(2164,'en','default','75fd734dc91e5dcc2ecd7b50122f49f3','Select and Crop',NULL,NULL,'','LINE',NULL,0,'','bb60d10bb0ffe5459c733d82d0f21ce7','',NULL),(2165,'en','default','56ed1f50c86d473d94f14e2b18b13ac6','Skip Cropping',NULL,NULL,'','LINE',NULL,0,'','790b65bc35ebe2ab7c2b288625f1d513','',NULL),(2166,'en','default','018ef39434f30d0af6226d97e6b63aea','Crop Image',NULL,NULL,'','LINE',NULL,0,'','314a7489ad8d2de9b418c3da9ba1aa16','',NULL),(2167,'en','default','c504c47f8dfa98045ddde43c9e1a0962','Crop your image',NULL,NULL,'','LINE',NULL,0,'','7d8283b78ee283664c5529a9fcdc8343','',NULL),(2168,'en','default','dd9dfe69f775b942cc1de3ca888027a4','Cropping&hellip;',NULL,NULL,'','LINE',NULL,0,'','ed174d305e3084c2521bbb984049cf66','',NULL),(2169,'en','default','42357d80bf858b19ae5aceee725dac92','Suggested image dimensions: %1$s by %2$s pixels.',NULL,NULL,'','LINE',NULL,0,'','0567d76bc92e33823890952307153e7b','',NULL),(2170,'en','default','6181d12cc4a083c461f5a92839f0ad6f','There has been an error cropping your image.',NULL,NULL,'','LINE',NULL,0,'','387affc82124cd02eb79b65b7c9ca66d','',NULL),(2171,'en','default','e783558933535270b6317874b2d83c3e','Audio Details',NULL,NULL,'','LINE',NULL,0,'','0e2fb5ece6696c9a2bd9ca92815ff4c9','',NULL),(2172,'en','default','1ec8347d7a39b86efb6f26be0a5885c1','Replace Audio',NULL,NULL,'','LINE',NULL,0,'','f1e7f76a7c1dba1966296a5af37b37a4','',NULL),(2173,'en','default','c007646bf2310f4b95521d19d16c0dba','Add Audio Source',NULL,NULL,'','LINE',NULL,0,'','5dc5a91e15b78793be93dd57b177d425','',NULL),(2174,'en','default','b02954876e166a45b577424e3c426f79','Video Details',NULL,NULL,'','LINE',NULL,0,'','b4c3e18cf1a5147954df5c5042936951','',NULL),(2175,'en','default','26e31e591ed47e5e6c8021f69f1591aa','Replace Video',NULL,NULL,'','LINE',NULL,0,'','8725881b19bff6667d73eea32377d749','',NULL),(2176,'en','default','5425cb5da7b811d08c2c8e79174269de','Add Video Source',NULL,NULL,'','LINE',NULL,0,'','93987585b3c4467d447b30e5aadaaa1c','',NULL),(2177,'en','default','b735f8b9b44fdaf8eb17bfe1387f2208','Select Poster Image',NULL,NULL,'','LINE',NULL,0,'','c9102ac0aca03a333f2813afe4d38c5a','',NULL),(2178,'en','default','a5ec5a6e97f694f410da1cbeea141336','Add Subtitles',NULL,NULL,'','LINE',NULL,0,'','aee0c85b987f509bd94ffa1f1c532834','',NULL),(2179,'en','default','d66d7df46602f54d427dcc5bf084d77d','Drag and drop to reorder tracks.',NULL,NULL,'','LINE',NULL,0,'','601e72b29c42427239b0b6edb51b8fa7','',NULL),(2180,'en','default','04b75c3262e3084408205b19d6c4c18d','Create Audio Playlist',NULL,NULL,'','LINE',NULL,0,'','da36f113428c158cfdb1a9de2d2e46a3','',NULL),(2181,'en','default','c9e8da53943644fc5b2492785387b62a','Edit Audio Playlist',NULL,NULL,'','LINE',NULL,0,'','e9b8dcd2b9a2ed1aba063bfb704204d8','',NULL),(2182,'en','default','a6100fde0f575ec25eab3cd83003fa35','&#8592; Cancel Audio Playlist',NULL,NULL,'','LINE',NULL,0,'','3995065ada9011e35f8f5758a72ae2df','',NULL),(2183,'en','default','ddd47b3fa8b4f70cda4b84b3d5656e77','Insert audio playlist',NULL,NULL,'','LINE',NULL,0,'','207fca50295da3fa103e33be6821ec1a','',NULL),(2184,'en','default','4ddfd1eb03504954d496fbbe5e992239','Update audio playlist',NULL,NULL,'','LINE',NULL,0,'','89cff63e44e81ee4de587722e6cef266','',NULL),(2185,'en','default','b84fe3cdf319bf5c90a56ba10c8bc342','Add to audio playlist',NULL,NULL,'','LINE',NULL,0,'','deb76542bf8058129e914567fc7d678b','',NULL),(2186,'en','default','e198d5356a408a7e5abca2bfa3ea8347','Add to Audio Playlist',NULL,NULL,'','LINE',NULL,0,'','b884203cce480a2693103b1ca57a17ab','',NULL),(2187,'en','default','e63f311867311b886d8c06f5f8a90b40','Drag and drop to reorder videos.',NULL,NULL,'','LINE',NULL,0,'','8b577d2f5df8bbaef1ee92b3285fe9bb','',NULL),(2188,'en','default','693bb1ceb34534dc345769b05d218ec7','Create Video Playlist',NULL,NULL,'','LINE',NULL,0,'','356fa94d5ccf71a00b496b96521b4eb1','',NULL),(2189,'en','default','0aa312c21255b88719fc2b04a49f4956','Edit Video Playlist',NULL,NULL,'','LINE',NULL,0,'','92af77fd73141cb4f513cc1151b32753','',NULL),(2190,'en','default','540db77c05c6556249d292971e24d681','&#8592; Cancel Video Playlist',NULL,NULL,'','LINE',NULL,0,'','db6506429990a3e42649239d35718b6f','',NULL),(2191,'en','default','01ac9aa9f305a6d2384937df6ec1ea25','Insert video playlist',NULL,NULL,'','LINE',NULL,0,'','9fc8b814639e4b4deb125f05c73e69ed','',NULL),(2192,'en','default','5eaf95a1e1b3d1fc100e67a28fa83997','Update video playlist',NULL,NULL,'','LINE',NULL,0,'','507d2713adb42e84665fb4d6d22cec4a','',NULL),(2193,'en','default','5a7b6a24a3b69bac31eabfcb59c6f33c','Add to video playlist',NULL,NULL,'','LINE',NULL,0,'','6c66530d2823b8688afd7fa5dc5fd209','',NULL),(2194,'en','default','f8cf77435e415187054cfbe41d262ab4','Add to Video Playlist',NULL,NULL,'','LINE',NULL,0,'','4029cafbc656d42071f5c51e80675340','',NULL),(2195,'en','default','c6ea61ab8eb1e6a39f8ade74bf2a28aa','Preview post',NULL,NULL,'','LINE',NULL,0,'','055849297b5659ad948ce9eddf0d483c','',NULL),(2196,'en','default','a3824eb0533064953073384a35c740e7','View post',NULL,NULL,'','LINE',NULL,0,'','e1fba4a080a2f36fc5e06d063d511597','',NULL),(2197,'en','default','c6336c99f96b337be805a94ea4402c87','Preview page',NULL,NULL,'','LINE',NULL,0,'','a87ff39c047d27f1b2d0211c28a2bae3','',NULL),(2198,'en','default','f64f516a321829f21a8686d7411c184e','View page',NULL,NULL,'','LINE',NULL,0,'','94a43a56feeb19423d7a69d411f7315c','',NULL),(2199,'en','default','bd3d531ed0db79a20a55a898063a29ce','M j, Y @ H:i',NULL,NULL,'','LINE',NULL,0,'','8d5c9b63a613bafffd87e5872b7909cb','',NULL),(2200,'en','default','e8f728ce391e6e9ba67353226fe12ea7','Post updated.',NULL,NULL,'','LINE',NULL,0,'','792f43c4808cfa056c4dbec21e10c90e','',NULL),(2201,'en','default','039675c3e3a29a035723dac4a2e40761','Custom field updated.',NULL,NULL,'','LINE',NULL,0,'','8120374fe817750d85f6538f5fdb18b2','',NULL),(2202,'en','default','37725a1c8a05e443b8088a3dcd29ae96','Custom field deleted.',NULL,NULL,'','LINE',NULL,0,'','6e0107e2714191d0030c6f5b4cbe54bc','',NULL),(2203,'en','default','b24b44f7bd834fb94e39280fa637c7fe','Post published.',NULL,NULL,'','LINE',NULL,0,'','79ca3b1190194f3159d3b51743584358','',NULL),(2204,'en','default','0bc55c372dbd8125fc63af3b76d794a4','Post saved.',NULL,NULL,'','LINE',NULL,0,'','3a01043d207a3a4e1544e2587e005e3e','',NULL),(2205,'en','default','7cefd72da8c46eeece610ccc52fc86da','Post submitted.',NULL,NULL,'','LINE',NULL,0,'','02975b9cb8346a09a25ae574cda2c280','',NULL),(2206,'en','default','2c13b94909e0b76ea5f863d47edae7d3','Post scheduled for: %s.',NULL,NULL,'','LINE',NULL,0,'','3c3f5f66030b9a029f534b4ebd06b771','',NULL),(2207,'en','default','acbb8d1346cb72cd3b7c75d241df8580','Post draft updated.',NULL,NULL,'','LINE',NULL,0,'','d9e98e762def5878453062159fcbb88e','',NULL),(2208,'en','default','fa571a7ead810e1494280d19f634e887','Page updated.',NULL,NULL,'','LINE',NULL,0,'','3d5ebc2d340d8a71f7954c3696a3dc39','',NULL),(2209,'en','default','636410a13317b6f4492045fd8208fa0a','Page published.',NULL,NULL,'','LINE',NULL,0,'','dee057e61f45f2959087926fafe8ed89','',NULL),(2210,'en','default','e800fbaacea357fdc8f87bddee76ec84','Page saved.',NULL,NULL,'','LINE',NULL,0,'','d255af602f27d5311a90d80157776e4c','',NULL),(2211,'en','default','edf9caa4a44775e974b81a3f9821442a','Page submitted.',NULL,NULL,'','LINE',NULL,0,'','d40349c1a00b1b959c3b05ccc6a6185e','',NULL),(2212,'en','default','c539d21b36237576f78c910df027012e','Page scheduled for: %s.',NULL,NULL,'','LINE',NULL,0,'','1fd185d01d8407c32b57e6fd8d82c98c','',NULL),(2213,'en','default','98cf1a26a27eba0feb82805751430a83','Page draft updated.',NULL,NULL,'','LINE',NULL,0,'','5f5d2ffc7af92c1b13d8aa74d4d6ae5f','',NULL),(2214,'en','default','c0d54cf0ce1525ad732143c46acb51ae','Media file updated.',NULL,NULL,'','LINE',NULL,0,'','9ac863e4b1ebabf32f06e768d4b15936','',NULL),(2215,'en','default','833956a760d996ae61ea8b385e9fb6f0','Custom Fields',NULL,NULL,'','LINE',NULL,0,'','8dd5fee1dad5778be5b20e7e86cc755d','',NULL),(2216,'en','default','3ded626b75eebf44c0ca7a8587f84801','Creating a Page is very similar to creating a Post, and the screens can be customized in the same way using drag and drop, the Screen Options tab, and expanding/collapsing boxes as you choose. This screen also has the distraction-free writing space, available in both the Visual and Text modes via the Fullscreen buttons. The Page editor mostly works the same as the Post editor, but there are some Page-specific features in the Page Attributes box.',NULL,NULL,'','LINE',NULL,0,'','88d63d26a5d5ac5eef99a90931171ac9','',NULL),(2217,'en','default','aaf0eacd2910ab72ba554324323a55de','About Pages',NULL,NULL,'','LINE',NULL,0,'','81845170e7e36c133340d3cb786e68e8','',NULL),(2218,'en','default','ca6e165a9d16e3545b1b99ba982bc237','<a href=\"https://codex.wordpress.org/Pages_Add_New_Screen\">Documentation on Adding New Pages</a>',NULL,NULL,'','LINE',NULL,0,'','e2f15b1c17703fe7799ab93670793fa9','',NULL),(2219,'en','default','acd276c29c2b3a6a46c69be6455f539e','<a href=\"https://codex.wordpress.org/Pages_Screen#Editing_Individual_Pages\">Documentation on Editing Pages</a>',NULL,NULL,'','LINE',NULL,0,'','8175a56cdb835f9c9c28759066446f99','',NULL),(2220,'en','default','e4d5552eac3895bbac77d104bb1ac888','You can upload and insert media (images, audio, documents, etc.) by clicking the Add Media button. You can select from the images and files already uploaded to the Media Library, or upload new media to add to your page or post. To create an image gallery, select the images to add and click the &#8220;Create a new gallery&#8221; button.',NULL,NULL,'','LINE',NULL,0,'','63c19f99a08798af50e2a88aa8044305','',NULL),(2221,'en','default','5860a8fa3ef1ea4cf6657c47ed83e90c','You can also embed media from many popular websites including Twitter, YouTube, Flickr and others by pasting the media URL on its own line into the content of your post/page. Please refer to the Codex to <a href=\"https://codex.wordpress.org/Embeds\">learn more about embeds</a>.',NULL,NULL,'','LINE',NULL,0,'','c214466f990742e589dfd33015c4c203','',NULL),(2222,'en','default','168108e3b4fee6afab9dcf41920dec8a','Inserting Media',NULL,NULL,'','LINE',NULL,0,'','bf22cc275e0dd347a2945311d7fdecac','',NULL),(2223,'en','default','8f6225bd7662575ef84d375fec88dbd4','<strong>Parent</strong> &mdash; You can arrange your pages in hierarchies. For example, you could have an &#8220;About&#8221; page that has &#8220;Life Story&#8221; and &#8220;My Dog&#8221; pages under it. There are no limits to how many levels you can nest pages.',NULL,NULL,'','LINE',NULL,0,'','a7d363674bc0d711d6d160e3dbf13846','',NULL),(2224,'en','default','597ef2b39aedb4e7f14e838eed92b8f7','<strong>Template</strong> &mdash; Some themes have custom templates you can use for certain pages that might have additional features or custom layouts. If so, you&#8217;ll see them in this dropdown menu.',NULL,NULL,'','LINE',NULL,0,'','62319763264b08b9688c6a9f025316ba','',NULL),(2225,'en','default','dac04065919539b3bb81eb4152251ca4','<strong>Order</strong> &mdash; Pages are usually ordered alphabetically, but you can choose your own order by entering a number (1 for first, etc.) in this field.',NULL,NULL,'','LINE',NULL,0,'','f11c47af7f98788ea05b855c41902aa2','',NULL),(2226,'en','sitepress','666515197822288293861436f99e96cb','You are about to change the language of {post_name}.',NULL,NULL,'','LINE',NULL,0,'','3239b3b8af7ca3b3bf4acdff464bc111','',NULL),(2227,'en','sitepress','f7a1f7d70a6b3c93cd6917b92e985b0d','All categories and tags will be translated if possible.',NULL,NULL,'','LINE',NULL,0,'','79186e72afa8a6868f1f96b391aedbf2','',NULL),(2228,'en','sitepress','4fc1f29ca944eff039b43d494481891a','The following terms do not have a translation in the chosen language and will be disconnected from this post:',NULL,NULL,'','LINE',NULL,0,'','f1d774500072be36acf6c7c43e3496af','',NULL),(2229,'en','sitepress','9a9b7692565ff71d01326e07c6167bb2','Loading Language Data for {post_name}',NULL,NULL,'','LINE',NULL,0,'','e26b155ce95c84088e8ca32ba4de31de','',NULL),(2230,'en','sitepress','59448d3eaaeb085c11aaf014099d05f7','Please make sure that you\'ve saved all the changes. We will have to reload the page.',NULL,NULL,'','LINE',NULL,0,'','4593a319ea9c331209e6aac0b950db5c','',NULL),(2231,'en','sitepress','cc028e59ff87c2298947b1d4f21aa008','Do you want to continue?',NULL,NULL,'','LINE',NULL,0,'','58ad0cfbb7a66fa8688c990266a16f56','',NULL),(2232,'en','sitepress','f043fca3f1c186d5e47f2d674882cb4f','(No title for this post yet)',NULL,NULL,'','LINE',NULL,0,'','b106562727c7ceb1270de44dd3c9088c','',NULL),(2233,'en','sitepress','e0aa021e21dddbd6d8cecec71e9cf564','OK',NULL,NULL,'','LINE',NULL,0,'','39740288adddc56f61ddf7cde2c9fb72','',NULL),(2234,'en','sitepress','ea4788705e6873b424c65e91c2846b19','Cancel',NULL,NULL,'','LINE',NULL,0,'','a1a714e78abf5c41b6cd6a1aaa0f2156','',NULL),(2235,'en','acf','70e7a448d7f186000861b5abaa918013','Minimum rows reached ({min} rows)',NULL,NULL,'','LINE',NULL,0,'','47536b8e051aba76d006803433b0f06c','',NULL),(2236,'en','acf','962bc9d123147f3124fd559e8b16ffca','Maximum rows reached ({max} rows)',NULL,NULL,'','LINE',NULL,0,'','2e1efb3b48447d923b2e6aae1bd92263','',NULL),(2237,'en','acf','c61404957758dfda283709e89376ab3e','layout',NULL,NULL,'','LINE',NULL,0,'','0e997d6f4fef5bf308edb4e029375b80','',NULL),(2238,'en','acf','34d59fdafc6c99c5973d5c76534a33fd','layouts',NULL,NULL,'','LINE',NULL,0,'','70657ba288f8484bec5f2641bc351291','',NULL),(2239,'en','acf','06b5806f4f1f8dd30d5beef303828d25','This field requires at least {min} {label} {identifier}',NULL,NULL,'','LINE',NULL,0,'','9455f4ca0f99ec29d2d2fa02a87149fb','',NULL),(2240,'en','acf','dcf0d0c4d69f0647368d77e3d288b940','This field has a limit of {max} {label} {identifier}',NULL,NULL,'','LINE',NULL,0,'','a8b68c17c69fbeadcf503dd49df97ea3','',NULL),(2241,'en','acf','b1b8b9893c7c5c647918f81b6bb335ca','{available} {label} {identifier} available (max {max})',NULL,NULL,'','LINE',NULL,0,'','378c4349af1e58c768a96cf126edaaa7','',NULL),(2242,'en','acf','d979094f6ef326747c7bb5eddbf06706','{required} {label} {identifier} required (min {min})',NULL,NULL,'','LINE',NULL,0,'','10767ec905a5252bd02b33b63c271c1f','',NULL),(2243,'en','acf','1397e80d3508aa085947e967858b719d','Flexible Content requires at least 1 layout',NULL,NULL,'','LINE',NULL,0,'','b680dbbb9f6cdd6ac5df6ac8dd70f5a4','',NULL),(2244,'en','acf','78cd2036fdac7625343a0556009f52f1','Add Image to Gallery',NULL,NULL,'','LINE',NULL,0,'','e93b9bcae2bc2e3851b90e120e259256','',NULL),(2245,'en','acf','1daec846dd2a22b24055f8610b053ab1','Maximum selection reached',NULL,NULL,'','LINE',NULL,0,'','0ebc2cf1bbd070a5fa4ab0987ed16e70','',NULL),(2246,'en','default','1dd1c5fb7f25cd41b291d43a89e3aefd','Today',NULL,NULL,'','LINE',NULL,0,'','3d7e9c9f3e06dcb8bcf51087cee13fb3','',NULL),(2247,'en','default','10ac3d04253ef7e1ddc73e6091c0cd55','Next',NULL,NULL,'','LINE',NULL,0,'','88e9f5e2cf4d4f15713b092ea94318e8','',NULL),(2248,'en','default','dd1f775e443ff3b9a89270713580a51b','Previous',NULL,NULL,'','LINE',NULL,0,'','4dd1c22397dcfd6c7af8dd1749b3e3a6','',NULL),(2249,'en','sitepress','8f580acd91e344ece8d1ce911948e556','You are updating a duplicate post.',NULL,NULL,'','LINE',NULL,0,'1/2 Confirm to make duplicated translations independent','cd28f8d05277b1548bc3042db2899771','',NULL),(2250,'en','sitepress','043fb2459901c89fad058f14ae3b00a7','To not lose your changes, WPML will set this post to be translated independently.',NULL,NULL,'','LINE',NULL,0,'2/2 Confirm to make duplicated translations independent','c0a47744549283f4c4a6ad372c669969','',NULL),(2251,'en','sitepress','78399d2e2d38b3b5b494ba1324ef3dd4','Unable to remove relationship!',NULL,NULL,'','LINE',NULL,0,'','062183294d53021bdd762b13f74d4030','',NULL),(2252,'en','sitepress','7b1efa75666f1435cd2931e52f1db614','Multilingual Content Setup',NULL,NULL,'','LINE',NULL,0,'','a064777f1c08d0c16c1bdbc81f1c91ee','',NULL),(2253,'en','sitepress','4994a8ffeba4ac3140beb89e8d41f174','Language',NULL,NULL,'','LINE',NULL,0,'','96c87430d149c75ad5fff55684cd53ac','',NULL),(2254,'en','default','af307eeb6d70b14606bfa0c6efd33d5e','Additional settings',NULL,NULL,'','LINE',NULL,0,'','d0347cc869a0e301384904a31ec2fd31','',NULL),(2255,'en','default','7d9bbe05a15d0a1d68e6b6534a748b80','Enable full-height editor and distraction-free functionality.',NULL,NULL,'','LINE',NULL,0,'','e7b2416b42de7960150d9a2ac7b0db6d','',NULL),(2256,'en','default','185ec3ece71e6873edf517d5401192a5','Boxes',NULL,NULL,'','LINE',NULL,0,'','d336606301b6ff16cc00b700da7fba34','',NULL),(2257,'en','default','ebd9bec4d70abc789d439c1f136b0538','Layout',NULL,NULL,'','LINE',NULL,0,'','018062b9071018e3f5e06a5412c7072d','',NULL),(2258,'en','default','7c9fbb6d66bbe52d69af41b3036803a2','%s column',NULL,NULL,'','LINE',NULL,0,'','1197fe886f37ff09dae1ce03087d42ff','',NULL),(2259,'en','default','d635e8f5adee7eb0c8e7d93d3ef00dd1','%s columns',NULL,NULL,'','LINE',NULL,0,'','95aabd1dace16f7532d355ba17bdd30b','',NULL),(2260,'en','default','019360949341be40f9abc62e0d947806','<strong>Connection lost.</strong> Saving has been disabled until you&#8217;re reconnected.',NULL,NULL,'','LINE',NULL,0,'','c7ad62cbc8e82263e1ecdbb66fe5fb52','',NULL),(2261,'en','default','cad3b37d5470d144abe88f0810bac676','We&#8217;re backing up this post in your browser, just in case.',NULL,NULL,'','LINE',NULL,0,'','e97f0e43c127fe9d6a038755fc296a62','',NULL),(2262,'en','default','96f13fce7c9d952d395552c5e2294d26','Enter title here',NULL,NULL,'','LINE',NULL,0,'','5f6d9932318d00ae7ed65b8345e68f37','',NULL),(2263,'en','default','1753ee659d61df848b82a4664f0120db','Permalink:',NULL,NULL,'','LINE',NULL,0,'','9f51d150b821142bb652cf285525dd36','',NULL),(2264,'en','default','4557e77491fe3dbd9a6055aeb0ed00d7','Visual',NULL,NULL,'','LINE',NULL,0,'Name for the Visual editor tab','97b03a5e0df11d9a4c5d46f114f80b7f','',NULL),(2265,'en','default','9dffbf69ffba8bc38bc4e01abf4b1675','Text',NULL,NULL,'','LINE',NULL,0,'Name for the Text editor tab (formerly HTML)','f1ca9afed52916ef8422ddbcb49f42cf','',NULL),(2266,'en','default','504ebba16e30883b9bb24d801b960931','New document',NULL,NULL,'','LINE',NULL,0,'','88ab7eba1815a49e4df3f1dc1b42922a','',NULL),(2267,'en','default','0615a38067b62382dc1667010669b238','Formats',NULL,NULL,'','LINE',NULL,0,'TinyMCE','c309d54ad80b4cad79932709692f4c3e','',NULL),(2268,'en','default','545b1150d9c178bf41eee6c799b715d7','Headings',NULL,NULL,'','LINE',NULL,0,'TinyMCE','bf4f1a76cfe411ae7527e2b5e109200f','',NULL),(2269,'en','default','fd7500ca2aba5ce6ba82e8dee1ffe5f4','Heading 1',NULL,NULL,'','LINE',NULL,0,'','7b7f27ecfc89c731c6307d84e51fbd1f','',NULL),(2270,'en','default','ea59935a58010a876f94374fb2f41d51','Heading 2',NULL,NULL,'','LINE',NULL,0,'','06505df8c5ad3476ffc0403fe0cc941f','',NULL),(2271,'en','default','652864eb81a28bd7164f1605ab52a26a','Heading 3',NULL,NULL,'','LINE',NULL,0,'','2c94094875cb5b20fcf5b9009f9a1bac','',NULL),(2272,'en','default','553ddd7695ba37dc6f821067d9f5da30','Heading 4',NULL,NULL,'','LINE',NULL,0,'','0293251e2409f2757d50fef12cf1d48b','',NULL),(2273,'en','default','8c08de90796fbc4c4aae36014c40eec4','Heading 5',NULL,NULL,'','LINE',NULL,0,'','f632af3f6accb1e7881ca42c4de7e592','',NULL),(2274,'en','default','a24b3f7226370522c2a0e7ffd542a031','Heading 6',NULL,NULL,'','LINE',NULL,0,'','e820baac91371aefc00aad217b7bea78','',NULL),(2275,'en','default','04c4f9f595c4f21d1de65eb07056c15a','Blocks',NULL,NULL,'','LINE',NULL,0,'TinyMCE','16a671b5537ac7c93403d17b05fac061','',NULL),(2276,'en','default','feaf0a320c3d678ad30dd179b7d21584','Paragraph',NULL,NULL,'','LINE',NULL,0,'','96017640b0800d0fe769d0941a184333','',NULL),(2277,'en','default','43d11850893d2fe84a1e618121c1cc0a','Div',NULL,NULL,'','LINE',NULL,0,'HTML tag','85ebfc94900136546dd0b0f7261352f5','',NULL),(2278,'en','default','fb55a965b77791b31ffd2bb548f71080','Pre',NULL,NULL,'','LINE',NULL,0,'HTML tag','e79343dbac940144ebd4243bb2d6f447','',NULL),(2279,'en','default','b4d91030e8bedef67605e32731df7c31','Preformatted',NULL,NULL,'','LINE',NULL,0,'HTML tag','e66d43ad0c0c34fbc53a13e0c8cb6f5a','',NULL),(2280,'en','default','dd7bf230fde8d4836917806aff6a6b27','Address',NULL,NULL,'','LINE',NULL,0,'HTML tag','17f0d0c85b49661b8295cfe6ffc5e0b2','',NULL),(2281,'en','default','0125cf5f3ca38b312ca5d3b511c45a13','Inline',NULL,NULL,'','LINE',NULL,0,'HTML elements','89c6cd7396371d3e9bcf2fdc45d9d869','',NULL),(2282,'en','default','852721aa5fc738dfedff2945d71da439','Underline',NULL,NULL,'','LINE',NULL,0,'','4cd5206fb524f54ae7480f0ee3e0d957','',NULL),(2283,'en','default','926a51baad949d12035107e5d06e2fdb','Strikethrough',NULL,NULL,'','LINE',NULL,0,'','bfe7b8a8a8dfe545a7e40f0bd4c2f670','',NULL),(2284,'en','default','928558e2f9712e38d447d674f2672200','Subscript',NULL,NULL,'','LINE',NULL,0,'','ef6b1a51dc627b2bbcedd9ba2eafaf3b','',NULL),(2285,'en','default','6316f99acec341fbdd5cc006dc5a7ba7','Superscript',NULL,NULL,'','LINE',NULL,0,'','258348db0de4e5b3527a9214313b5b2b','',NULL),(2286,'en','default','4494691b92e1f195feb25bd63ee5468b','Clear formatting',NULL,NULL,'','LINE',NULL,0,'','9301928382a50840c640be9ce7b79836','',NULL),(2287,'en','default','a98df7359ac52361af81fa897d556a6a','Source code',NULL,NULL,'','LINE',NULL,0,'','9e8e8c594d0d214c571a8d813091fac0','',NULL),(2288,'en','default','db40a5d4b654151bf70f2e25e73263dc','Font Family',NULL,NULL,'','LINE',NULL,0,'','5de716733ce1be4c14412d277a23fbe9','',NULL),(2289,'en','default','d48fd59949bd988623e4d3b4af16e54f','Font Sizes',NULL,NULL,'','LINE',NULL,0,'','177ff637be77d05c05ff62b66c8d9b09','',NULL),(2290,'en','default','d5f99d7d9fdc1af3e236ae1833287bc6','Align center',NULL,NULL,'','LINE',NULL,0,'','eba767005818c1d15782956493671b90','',NULL),(2291,'en','default','acdc5a7bb60bf1fbc33eee11117fee61','Align right',NULL,NULL,'','LINE',NULL,0,'','1bccea53be6628b65578c42b668b2086','',NULL),(2292,'en','default','ded0ea9d2cbb6e177900015adeb15cdf','Align left',NULL,NULL,'','LINE',NULL,0,'','bd9d30465dbe2f59d283946b5d0dcddc','',NULL),(2293,'en','default','4b425d212a2e7b36c38703bfdcd57823','Justify',NULL,NULL,'','LINE',NULL,0,'','dca7964665e843e92748e48064f05411','',NULL),(2294,'en','default','b7551f26acaea9acb4f4349b846e1ed2','Increase indent',NULL,NULL,'','LINE',NULL,0,'','9ceb511e8f8cd59658fb714b0788a03e','',NULL),(2295,'en','default','099be1cb7df6c9b56db2722d788e9dc0','Decrease indent',NULL,NULL,'','LINE',NULL,0,'','12d2fe22eec4c0aa8545f88b9c537f9d','',NULL),(2296,'en','default','eb334dca00e390e0d3ebf52d205807d7','Cut',NULL,NULL,'','LINE',NULL,0,'','e019a7f41198169bdf000b65edbba733','',NULL),(2297,'en','default','5fb63579fc981698f97d55bfecb213ea','Copy',NULL,NULL,'','LINE',NULL,0,'','d40e18030c5442f67cba47b1ecd6bd07','',NULL),(2298,'en','default','36bb6559696dc9124986ae120515984f','Paste',NULL,NULL,'','LINE',NULL,0,'','3afdcc38b859707210396d93366c4de9','',NULL),(2299,'en','default','4c41e0bd957698b58100a5c687d757d9','Select all',NULL,NULL,'','LINE',NULL,0,'','a2e7ab096d02f1e782f07f4cdbb85b72','',NULL),(2300,'en','default','1cdc076b28f70afac5fcedadf99fa119','Undo',NULL,NULL,'','LINE',NULL,0,'','821350ec04bf9b1db4bb9148ca6f2257','',NULL),(2301,'en','default','5afeaba074ef570dc720caaa855d49f6','Redo',NULL,NULL,'','LINE',NULL,0,'','e11a4cea65b2c61af6849adc0c6ba3f3','',NULL),(2302,'en','default','bf4045f440986c8aa85ba655896ad93e','Visual aids',NULL,NULL,'','LINE',NULL,0,'','aac6c68b345af31127cccefbac240296','',NULL),(2303,'en','default','ceb46ca115d05c51aa5a16a8867c3304','Square',NULL,NULL,'','LINE',NULL,0,'list style','a9cdc587d5b0666c42d70eddb5c0e291','',NULL),(2304,'en','default','7a1920d61156abc05a60135aefe8bc67','Default',NULL,NULL,'','LINE',NULL,0,'list style','b2b1441fd613bf992abf2e2b64d142f8','',NULL),(2305,'en','default','30954d90085f6eaaf5817917fc5fecb3','Circle',NULL,NULL,'','LINE',NULL,0,'list style','7db96406c39b97f524d656f9127bd802','',NULL),(2306,'en','default','abd562ba1cf0fd75dd2bf65f02d9bfca','Disc',NULL,NULL,'','LINE',NULL,0,'list style','aa1c3a9907dea73045d303ca94afc429','',NULL),(2307,'en','default','63b23e90fcca14f6a0037e230efe63c7','Lower Greek',NULL,NULL,'','LINE',NULL,0,'list style','a8befdd8358b02085f8b3a1fbcdffc23','',NULL),(2308,'en','default','4b77c91b762f94311d75bf23c3995f73','Lower Alpha',NULL,NULL,'','LINE',NULL,0,'list style','8343ee52330634ffaef9440ea023e4d4','',NULL),(2309,'en','default','23349f7b530cd69c8c670c0a60402868','Upper Alpha',NULL,NULL,'','LINE',NULL,0,'list style','13acc3018d30bc0dc8523fc8c1d98cc1','',NULL),(2310,'en','default','92a87ff544e50962bf23069912ab03eb','Upper Roman',NULL,NULL,'','LINE',NULL,0,'list style','61abb8ca142e2a57fd8480cce7092cad','',NULL),(2311,'en','default','7bc668026e7eae5efb58f74a8b3c212c','Lower Roman',NULL,NULL,'','LINE',NULL,0,'list style','f25a2134351504e60dcf575d0e9f1565','',NULL),(2312,'en','default','49ee3087348e8d44e1feda1917443987','Name',NULL,NULL,'','LINE',NULL,0,'Name of link anchor (TinyMCE)','ff230b242c0596848dec326f6a5876a3','',NULL),(2313,'en','default','a34285645af2703a9501db6fc881e5df','Anchor',NULL,NULL,'','LINE',NULL,0,'Link anchor (TinyMCE)','846c8c00422bea62919d5c91045a0486','',NULL),(2314,'en','default','3da68d98122e7f9ed7db37b183f6f23a','Anchors',NULL,NULL,'','LINE',NULL,0,'Link anchors (TinyMCE)','7787d1604610b3e1f54bdc66c930301c','',NULL),(2315,'en','default','fe57860a0fa42b64c837999731e6c453','Id should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores.',NULL,NULL,'','LINE',NULL,0,'','c3d6ae5f6b016af5806ca99bc8f45580','',NULL),(2316,'en','default','490aa6e856ccf208a054389e47ce0d06','Id',NULL,NULL,'','LINE',NULL,0,'Id for link anchor (TinyMCE)','dc95205a75b88fbb84a0aff1f03ef2b9','',NULL),(2317,'en','default','c95596f9533392e334dc42afb40cc93e','Document properties',NULL,NULL,'','LINE',NULL,0,'','b711c8fdf3c5ace5613b625e78b7dc2c','',NULL),(2318,'en','default','000fecfcd9ed8119c3841ca87d49d291','Robots',NULL,NULL,'','LINE',NULL,0,'','eaa507cbb60293ceacda24db2eba881e','',NULL),(2319,'en','default','867343577fa1f33caa632a19543bd252','Keywords',NULL,NULL,'','LINE',NULL,0,'','2c640478a9bfbdb59a16796e2e09dde8','',NULL),(2320,'en','default','169a6f6b44766410bffebf76ff3dcf17','Encoding',NULL,NULL,'','LINE',NULL,0,'','c56383cf94c22ae9879e240b4b23becd','',NULL),(2321,'en','default','b5a7adde1af5c87d7fd797b6245c2a39','Description',NULL,NULL,'','LINE',NULL,0,'','c2d6bda1130ce10540fc12e1fa7d5d30','',NULL),(2322,'en','default','28cd7558894ce85ce4fa9f28e1c87df0','Insert/edit image',NULL,NULL,'','LINE',NULL,0,'','17eba0c625a6e3ba692f71283b21f92e','',NULL),(2323,'en','default','0db377921f4ce762c62526131097968f','General',NULL,NULL,'','LINE',NULL,0,'','ba8116854c5c8e7ac875e909747d3d1c','',NULL),(2324,'en','default','9b6545e4cea9b4ad4979d41bb9170e2b','Advanced',NULL,NULL,'','LINE',NULL,0,'','2fcddad0d9d46f68ea79d31d543f8639','',NULL),(2325,'en','default','f31bbdd1b3e85bccd652680e16935819','Source',NULL,NULL,'','LINE',NULL,0,'','acf9dc065bdc35d3bc4c66539e4b5823','',NULL),(2326,'en','default','070554647306343cbea29ebfdd278ba8','Border',NULL,NULL,'','LINE',NULL,0,'','4155270c4fc5fa1b766edf79ec2bd29e','',NULL),(2327,'en','default','623a2c86fb9d76db1a1d57fad4ee2731','Constrain proportions',NULL,NULL,'','LINE',NULL,0,'','c2f21863c6969a97e8e21c8d2a453a47','',NULL),(2328,'en','default','661c3eb2cc7359dae285e8ace83711df','Vertical space',NULL,NULL,'','LINE',NULL,0,'','6c5e81ec479f60e479e97b99c6b09e23','',NULL),(2329,'en','default','18f2ae2bda9a34f06975d5c124643168','Image description',NULL,NULL,'','LINE',NULL,0,'','08a0c8a81edaee367547785be614df4e','',NULL),(2330,'en','default','ae284f900f9d6e21ba69144cfc91e41b','Style',NULL,NULL,'','LINE',NULL,0,'','6ce5b6b081fb65311a4079c4f5bb4d2b','',NULL),(2331,'en','default','f4843c1c797abf1a256c8802b6cd9f51','Dimensions',NULL,NULL,'','LINE',NULL,0,'','ddf0d4f56bf1326aa87449653e2d366e','',NULL),(2332,'en','default','b6e43da299780697382d42fc98d3959c','Date/time',NULL,NULL,'','LINE',NULL,0,'','989d39feb5fe68d6aaea42c09d524974','',NULL),(2333,'en','default','273939c994be03f398c07b6ac8584586','Insert date/time',NULL,NULL,'','LINE',NULL,0,'','f86028b3bf1877bb0a878cdc46244873','',NULL),(2334,'en','default','f61d6c3e3733db355168b7e1aee6780b','Table of Contents',NULL,NULL,'','LINE',NULL,0,'','fe4711495670af4b0e17b3838903419d','',NULL),(2335,'en','default','4060258f3688e4beb3b78cce3d7b7b24','Insert/edit code sample',NULL,NULL,'','LINE',NULL,0,'','3d4f8f57f5cf727088aa4c9a8bbe043b','',NULL),(2336,'en','default','4994a8ffeba4ac3140beb89e8d41f174','Language',NULL,NULL,'','LINE',NULL,0,'','51582932ce04108bff140acb2fc2b9e7','',NULL),(2337,'en','default','967d86b27088dfb21a87e992e9cdca43','Insert/edit media',NULL,NULL,'','LINE',NULL,0,'','0d58ff63a1d46fa8fbd9cc8352b2c7da','',NULL),(2338,'en','default','9157994442d3884a185e82b5df0931bd','Poster',NULL,NULL,'','LINE',NULL,0,'','c23e1e4f5c94f9c4cfdb48010a34c153','',NULL),(2339,'en','default','582b3bb912a0058a8447d0576f2397b6','Alternative source',NULL,NULL,'','LINE',NULL,0,'','58b2c7b6472d0392a17124946f8c08e1','',NULL),(2340,'en','default','e085e4ff7e006e3f149958ffef519b5f','Paste your embed code below:',NULL,NULL,'','LINE',NULL,0,'','bf5eebaffd43fe5122b235ff122c94a7','',NULL),(2341,'en','default','4b8156552accbe79b65549d3a9c235b5','Insert video',NULL,NULL,'','LINE',NULL,0,'','36cff64f75b81ff831453f0d7d59e889','',NULL),(2342,'en','default','f210e321d18ec88515188cb044834bc5','Embed',NULL,NULL,'','LINE',NULL,0,'','e6f2c4f5e21ec8d181d5651f3430417b','',NULL),(2343,'en','default','945f49f0e90533cb2fc2a386c1900eb8','Special character',NULL,NULL,'','LINE',NULL,0,'','d262fcaccc11d1caab4178ebc487a738','',NULL),(2344,'en','default','d50c950d787171ed20d13167f8f7cf4a','Right to left',NULL,NULL,'','LINE',NULL,0,'editor button','0513006dd45c7e986465bec7731e4648','',NULL),(2345,'en','default','9aa178391eac123c2eeb7ad131773115','Left to right',NULL,NULL,'','LINE',NULL,0,'editor button','c2c0038df6215867b8fc04312adf2929','',NULL),(2346,'en','default','97079c14712737e28cb84686d07a17b5','Emoticons',NULL,NULL,'','LINE',NULL,0,'','5a12b34166060bad49cdd2651d33fccc','',NULL),(2347,'en','default','2ef93e38224fdba1e63aa0f1ee33997d','Nonbreaking space',NULL,NULL,'','LINE',NULL,0,'','e7cb7ed194e614bea4e61d69351745f1','',NULL),(2348,'en','default','fdd64f40e8972478da5c45c0124a3c05','Page break',NULL,NULL,'','LINE',NULL,0,'','d5dad1371d598bb034c98b3c7e40229a','',NULL),(2349,'en','default','e6af2ac32cefd40b8c4fc5798ece2ab6','Paste as text',NULL,NULL,'','LINE',NULL,0,'','0e88c7639f661ddea685f86a44a5c337','',NULL),(2350,'en','default','31fde7b05ac8952dacf4af8a704074ec','Preview',NULL,NULL,'','LINE',NULL,0,'','3b7471c8529f181cc09d79bed16fe5a4','',NULL),(2351,'en','default','13dba24862cf9128167a59100e154c8d','Print',NULL,NULL,'','LINE',NULL,0,'','3d09e91ec3b3880e0d458044d33e67e2','',NULL),(2352,'en','default','f0c8b2bc40856314cdc241d77f7eb12a','Horizontal line',NULL,NULL,'','LINE',NULL,0,'','b5b3c98ee3876b4c3f310c98562bd329','',NULL),(2353,'en','default','1b9550bc1ef71d09573334556db893d5','Horizontal space',NULL,NULL,'','LINE',NULL,0,'','8af2a3e9879a285792a94cd52e67c53e','',NULL),(2354,'en','default','1f847d8a457f39afb2388de581a47a0a','Restore last draft',NULL,NULL,'','LINE',NULL,0,'','b050098f940705d43898d93ebefa708c','',NULL),(2355,'en','default','79820c0aefba8326e5aebd0ecf1a8aaa','Remove link',NULL,NULL,'','LINE',NULL,0,'','d8b3e351ed2998882bc992787d899001','',NULL),(2356,'en','default','97e7c9a7d06eac006a28bf05467fcc8b','Link',NULL,NULL,'','LINE',NULL,0,'','8acf7a00a4a6a87de0a5124d4fa26e02','',NULL),(2357,'en','default','c41a31890959544c6523af684561abe5','Target',NULL,NULL,'','LINE',NULL,0,'','f009feac5be31dd11df709b7fb288bb2','',NULL),(2358,'en','default','e5dc8e5afea0a065948622039358de37','New window',NULL,NULL,'','LINE',NULL,0,'','06a88f842bd99febf5553c10195e8aa2','',NULL),(2359,'en','default','830a2b566424b87ca2c965e243b9c464','Text to display',NULL,NULL,'','LINE',NULL,0,'','6eb29b3c6383cd5bc48a372920c206fe','',NULL),(2360,'en','default','696d34c58328a0b07dd0a191b1ea1cd9','The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?',NULL,NULL,'','LINE',NULL,0,'','b471472a88fab64adfed70ff07b54747','',NULL),(2361,'en','default','19021b7e3e93903eb639e75b42654bc6','The URL you entered seems to be an external link. Do you want to add the required http:// prefix?',NULL,NULL,'','LINE',NULL,0,'','dc1b624ccdd73f4fbc8ecb8f4c1364ca','',NULL),(2362,'en','default','cb5feb1b7314637725a2e73bdc9f7295','Color',NULL,NULL,'','LINE',NULL,0,'','37543b7475681d586a4ad8c5edc2a6fb','',NULL),(2363,'en','default','0b3e5b731a0b9f0904f31b76626c423d','Custom color',NULL,NULL,'','LINE',NULL,0,'','976094b3d4ca95c343795403b31cb2d2','',NULL),(2364,'en','default','5e2f683aacb9d5f3635b3f88583dec80','Custom...',NULL,NULL,'','LINE',NULL,0,'label for custom color','283525407fe578b16e535d4070d2d815','',NULL),(2365,'en','default','510b5f98702fea67b19972e08bff8a99','No color',NULL,NULL,'','LINE',NULL,0,'','04787ac957e804555e0f781635d3085e','',NULL),(2366,'en','default','e1e1d3d40573127e9ee0480caf1283d6','R',NULL,NULL,'','LINE',NULL,0,'Short for red in RGB','d0fa791a8029c3094adfb2fdf7439f0d','',NULL),(2367,'en','default','dfcf28d0734569a6a693bc8194de62bf','G',NULL,NULL,'','LINE',NULL,0,'Short for green in RGB','4ffd9d01e43fba0cc607ceca3271ba79','',NULL),(2368,'en','default','9d5ed678fe57bcca610140957afab571','B',NULL,NULL,'','LINE',NULL,0,'Short for blue in RGB','cd6abd6cb74bc2c068b3f436563dd404','',NULL),(2369,'en','default','c4cca6ff433926f1fc0882d08bbf1c6b','Could not find the specified string.',NULL,NULL,'','LINE',NULL,0,'','8ca83e4ac5085f29cf5c2ec2fcf177a5','',NULL),(2370,'en','default','0ebe6df8a3ac338e0512acc741823fdb','Replace',NULL,NULL,'','LINE',NULL,0,'find/replace','d4ae690d281d7f0a37315b483f0cafa5','',NULL),(2371,'en','default','10ac3d04253ef7e1ddc73e6091c0cd55','Next',NULL,NULL,'','LINE',NULL,0,'find/replace','1185c91545514f39b9e09dc38b690e0b','',NULL),(2372,'en','default','14230d11143a03f4330c6433d5032a9d','Prev',NULL,NULL,'','LINE',NULL,0,'find/replace','eafa2a2b5fa6eeda43fc57ff061e0f01','',NULL),(2373,'en','default','9097eb6dbac72f0873f992dc8068408b','Whole words',NULL,NULL,'','LINE',NULL,0,'find/replace','c28a7d23866cc0d1fc66b1d29faa6480','',NULL),(2374,'en','default','7b8c5bf23712793d2e30c9b32fd70982','Find and replace',NULL,NULL,'','LINE',NULL,0,'','da38b439691f9f6f8e12c0b142abd388','',NULL),(2375,'en','default','9a810a2dd2600e4fd2583a15292a3899','Replace with',NULL,NULL,'','LINE',NULL,0,'find/replace','958733783aef34bbd117b81e4d825417','',NULL),(2376,'en','default','4cfa6c981549e990fe2344e4c805405e','Find',NULL,NULL,'','LINE',NULL,0,'find/replace','a4baa14b7084fc5305dab88d3279117e','',NULL),(2377,'en','default','894dab8359b886762113f6b64ce9f107','Replace all',NULL,NULL,'','LINE',NULL,0,'find/replace','bad38b65ce4dc3d6c14b5b7657614673','',NULL),(2378,'en','default','ba945280b8802ee1a7a50140e2fe94e2','Match case',NULL,NULL,'','LINE',NULL,0,'','19a03330e3a96c2c017715214f0a2e78','',NULL),(2379,'en','default','8e7b30a5d6c944ca9d92b87fd663b3f9','Check Spelling',NULL,NULL,'','LINE',NULL,0,'','f2c9ca0bae13033d8d5e71983cf3f485','',NULL),(2380,'en','default','a20ddccbb6f808ec42cd66323e6c6061','Finish',NULL,NULL,'','LINE',NULL,0,'spellcheck','f60c4fa2bf8c96f9cd024a20c1a7032d','',NULL),(2381,'en','default','a9db080bf289d3d7e3924e1a52ad9c98','Ignore all',NULL,NULL,'','LINE',NULL,0,'spellcheck','d089a553d2f6e77c0b18456a63ecc345','',NULL),(2382,'en','default','fd038fc7f319e48f3115d92bf5bdbef9','Ignore',NULL,NULL,'','LINE',NULL,0,'spellcheck','92166e744951d829c1edc13d2f97d411','',NULL),(2383,'en','default','fffbd10b830fb7027eddd30acb33dbc3','Add to Dictionary',NULL,NULL,'','LINE',NULL,0,'','91006f5ecf3b74be56f7c2cb087eb935','',NULL),(2384,'en','default','bdc40d5c3ebd2bfed5cd1447ab033359','Insert table',NULL,NULL,'','LINE',NULL,0,'','fa769097ae70632ee31c9a0404ffb528','',NULL),(2385,'en','default','9c68030837b3943d2897c25b3fb8aa87','Delete table',NULL,NULL,'','LINE',NULL,0,'','61bfbd86f25faa451b553df2d54320a0','',NULL),(2386,'en','default','2d9dd94a47ae2d4d57c571870045226a','Table properties',NULL,NULL,'','LINE',NULL,0,'','0c829a898bb8b13b6f22a38c97f82ff1','',NULL),(2387,'en','default','9c08105d798ec345c71ee4cbb3d05eee','Table row properties',NULL,NULL,'','LINE',NULL,0,'','38b5ded9f6ce60217c5077cb35c94f84','',NULL),(2388,'en','default','5730f4c2d3b7ef1eacaa94e18d536ee1','Table cell properties',NULL,NULL,'','LINE',NULL,0,'','7fe05b0ba12fb24f4a1ffc9cd70e69d6','',NULL),(2389,'en','default','d8404c62148d50f3388a992e47f9fbcf','Border color',NULL,NULL,'','LINE',NULL,0,'','cde863ba2d3c4edfcef0a2db9c49b20d','',NULL),(2390,'en','default','a70367aa7cb74e510f4f9413ccf059d3','Row',NULL,NULL,'','LINE',NULL,0,'','0af9efe0388d5f7f321f9cad3efa3ab7','',NULL),(2391,'en','default','530f488f7a9800411efc6926ab189708','Rows',NULL,NULL,'','LINE',NULL,0,'','fbba99f44900792c518f0d6db573fd2e','',NULL),(2392,'en','default','1976d7f704de389d9fe064e08ea35b2d','Column',NULL,NULL,'','LINE',NULL,0,'table column','583b629d5c3d4a3c904f95e0a5e27c63','',NULL),(2393,'en','default','d27561f45c58f407b3fe76b63b1ec28a','Cols',NULL,NULL,'','LINE',NULL,0,'table columns','906d772e52c9c052ef1ec02561241856','',NULL),(2394,'en','default','1a66ab62bfc858b7bcf9e01aa9cd1841','Cell',NULL,NULL,'','LINE',NULL,0,'table cell','428c1b1f0c6522d16fb3a5ed8398834b','',NULL),(2395,'en','default','c8f6db0ca8d90f879a9cd0116c72a395','Header cell',NULL,NULL,'','LINE',NULL,0,'','208f5c5f1092bff7b43874a1f4c52a94','',NULL),(2396,'en','default','bf50d5e661106d0abe925af3c2e6f7e7','Header',NULL,NULL,'','LINE',NULL,0,'table header','bb5a1f039d4abc6252854151b479159c','',NULL),(2397,'en','default','ac101b32dda4448cf13a93fe283dddd8','Body',NULL,NULL,'','LINE',NULL,0,'table body','7804e8522675f8def36c4f13e19ccf04','',NULL),(2398,'en','default','ded40f2a77c30efc6062db0cbd857746','Footer',NULL,NULL,'','LINE',NULL,0,'table footer','5ad0941a79503666c3afea78b3ee9f4e','',NULL),(2399,'en','default','716d9b7f595cadb4d123c36babba19d7','Insert row before',NULL,NULL,'','LINE',NULL,0,'','b7b3804d28a6f8b4b65c41dddfb6271a','',NULL),(2400,'en','default','a427ddc63a94ddd02e437d922f42f5d0','Insert row after',NULL,NULL,'','LINE',NULL,0,'','cf6920318a420f2930360d5ead2e4b4a','',NULL),(2401,'en','default','ce66d1af10661d27bf06a7e58a3c9b75','Insert column before',NULL,NULL,'','LINE',NULL,0,'','37e309370a0185149e95bb43903af95c','',NULL),(2402,'en','default','daf0fc26e46b4c4ab46483d68482a191','Insert column after',NULL,NULL,'','LINE',NULL,0,'','5c33aed2e19238cbca36e1e02b4bf6f3','',NULL),(2403,'en','default','e9173e8b4a8eb50d4e9f7a348e88cc72','Paste table row before',NULL,NULL,'','LINE',NULL,0,'','c647861dcbe6b2195c713bf4173c1781','',NULL),(2404,'en','default','377084e75ed3249404ad2a2800ac8630','Paste table row after',NULL,NULL,'','LINE',NULL,0,'','5534ca3c66c7f6ef59f98cb30a3d4774','',NULL),(2405,'en','default','198b6544853854b80b916df7c46db6a1','Delete row',NULL,NULL,'','LINE',NULL,0,'','5b819f0b634e0a61f220918fc91f196b','',NULL),(2406,'en','default','f722b0bbb0ecaa598bf84b6568ac826b','Delete column',NULL,NULL,'','LINE',NULL,0,'','1b4213e3d8e3df2dff92ce9d9ccfb9a0','',NULL),(2407,'en','default','78e2125674e77c7f1b8290f8a5714ea1','Cut table row',NULL,NULL,'','LINE',NULL,0,'','dc820ed1234ec2b0ce6c34dbcd019078','',NULL),(2408,'en','default','fd6011ca8831fcc732950832ce1e349f','Copy table row',NULL,NULL,'','LINE',NULL,0,'','63bf31a8bcecc0ec98cf54240b118d08','',NULL),(2409,'en','default','d90f35e7ad560f45358442c3143b89cc','Merge table cells',NULL,NULL,'','LINE',NULL,0,'','b8197f9bdcfea4a2114ec4aa266abb68','',NULL),(2410,'en','default','22bbe45303cab6763e125acda0f2d5e8','Split table cell',NULL,NULL,'','LINE',NULL,0,'','d95a2e599876b3a415eedc168ef32cc3','',NULL),(2411,'en','default','eec6c4bdbd339edf8cbea68becb85244','Height',NULL,NULL,'','LINE',NULL,0,'','2f53ece9313af74b74a5ea93cb4f5095','',NULL),(2412,'en','default','32954654ac8fe66a1d09be19001de2d4','Width',NULL,NULL,'','LINE',NULL,0,'','cef6899c43f09cbefba354eb93723d53','',NULL),(2413,'en','default','272ba7d164aa836995be6319a698be84','Caption',NULL,NULL,'','LINE',NULL,0,'','d5d4c216d38d128415f6a757371688a1','',NULL),(2414,'en','default','a63706eecfa33f67b315f978392ad7ae','Alignment',NULL,NULL,'','LINE',NULL,0,'','5d4624ca0f7004161da3e45d9d82afa2','',NULL),(2415,'en','default','3f0e3f18debcdd7c63ef7c37a59b0b5e','H Align',NULL,NULL,'','LINE',NULL,0,'horizontal table cell alignment','bf06827fca27724f6408567afc75a817','',NULL),(2416,'en','default','945d5e233cf7d6240f6b783b36a374ff','Left',NULL,NULL,'','LINE',NULL,0,'','5f649bf4edbe1101c7375897c32f81dd','',NULL),(2417,'en','default','4f1f6016fc9f3f2353c0cc7c67b292bd','Center',NULL,NULL,'','LINE',NULL,0,'','147c323a133805d1bb0a1f7ffcf9c547','',NULL),(2418,'en','default','92b09c7c48c520c3c55e497875da437c','Right',NULL,NULL,'','LINE',NULL,0,'','b05dbcdd1ff31e483608c1aa830b2a8f','',NULL),(2419,'en','default','6adf97f83acf6453d4a6a4b1070f3754','None',NULL,NULL,'','LINE',NULL,0,'table cell alignment attribute','b3333b27ac7f62e2559f8aa492e51fb2','',NULL),(2420,'en','default','d943a784524620d86cd02b3dc61b867a','V Align',NULL,NULL,'','LINE',NULL,0,'vertical table cell alignment','df4a66e0d7264b9ae5ded77a8990f8c9','',NULL),(2421,'en','default','a4ffdcf0dc1f31b9acaf295d75b51d00','Top',NULL,NULL,'','LINE',NULL,0,'','a259c0ab0cdbf8082c32dc09884b77a7','',NULL),(2422,'en','default','b1ca34f82e83c52b010f86955f264e05','Middle',NULL,NULL,'','LINE',NULL,0,'','c04db9ecb0cecbb612ca196096b8b19a','',NULL),(2423,'en','default','2ad9d63b69c4a10a5cc9cad923133bc4','Bottom',NULL,NULL,'','LINE',NULL,0,'','6f3a25b8165c2eff0cad19bf5da822c5','',NULL),(2424,'en','default','b024620377ac693042377812f82d154d','Row group',NULL,NULL,'','LINE',NULL,0,'','9db9af2007f1bedab302de6d3177e191','',NULL),(2425,'en','default','ed813dda0d17fa74a8bbcc4428db0049','Column group',NULL,NULL,'','LINE',NULL,0,'','2321124975afaebc562b2c2023c5129c','',NULL),(2426,'en','default','6f524ce004ca3d42571f5690b27ae756','Row type',NULL,NULL,'','LINE',NULL,0,'','21491e98244eab4d9c53416f11c73688','',NULL),(2427,'en','default','8a36c5cd690eb20e4548f1960c2918a8','Cell type',NULL,NULL,'','LINE',NULL,0,'','c4c6baac828d3d957a398bfa3591f572','',NULL),(2428,'en','default','d8725c9be0163434c461b9a21d75dde4','Cell padding',NULL,NULL,'','LINE',NULL,0,'','67b3bfb8ca2129dfbfca8bd4ca1dd79f','',NULL),(2429,'en','default','8595ceb18776cbef85d2326e0879b82f','Cell spacing',NULL,NULL,'','LINE',NULL,0,'','167bdd81ee63fd7457120cdd98087121','',NULL),(2430,'en','default','5d113f2038d289f391614c39043629e8','Scope',NULL,NULL,'','LINE',NULL,0,'table cell scope attribute','8f90c717de3ea727ed835062ff22bc26','',NULL),(2431,'en','default','9f366f4b46ad8974bd7d34044d290bdc','Insert template',NULL,NULL,'','LINE',NULL,0,'TinyMCE','64340617f3498ef93bbe035dad90cfec','',NULL),(2432,'en','default','7df96b18c230f90ada0a9e2307226338','Templates',NULL,NULL,'','LINE',NULL,0,'TinyMCE','1987f73fc29d5c017993bacf694bc472','',NULL),(2433,'en','default','368d9ac76af05f714092bc808a426bfc','Background color',NULL,NULL,'','LINE',NULL,0,'','68affed378b5549ef7dcf76b660fceff','',NULL),(2434,'en','default','5f111ae4c490902059da2004cbc8b424','Text color',NULL,NULL,'','LINE',NULL,0,'','540f77ff99548ff9b35ba6ae5beba411','',NULL),(2435,'en','default','7bbe7f6ba8f10bdd81b1b067305efaaa','Show blocks',NULL,NULL,'','LINE',NULL,0,'editor button','195885057a89ff4c3e8942173a93dc6b','',NULL),(2436,'en','default','b92e396d090e402f8e09ed97801cea5c','Show invisible characters',NULL,NULL,'','LINE',NULL,0,'','1e39e29d010f8c8c50ecd910b3e6cbc6','',NULL),(2437,'en','default','f9dc91fd34901ee0c4ce4833ddf6b935','Words: %s',NULL,NULL,'','LINE',NULL,0,'','ea52d87b8e81ce0ef3651bbb45da7d3b','',NULL),(2438,'en','default','d349d788d007f19674f1af205d92dcd2','Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.',NULL,NULL,'','LINE',NULL,0,'','2b60367b0ac674f12acf83f3cb15295b','',NULL),(2439,'en','default','7b759c5ebb58725cc541d1e2b7386d71','If you&#8217;re looking to paste rich content from Microsoft Word, try turning this option off. The editor will clean up text pasted from Word automatically.',NULL,NULL,'','LINE',NULL,0,'','f54d9126709c8dc23e6aed7ef54e2e24','',NULL),(2440,'en','default','d1a1b0cd34e8033d877fc356492ed018','Rich Text Area. Press Alt-Shift-H for help.',NULL,NULL,'','LINE',NULL,0,'','ca45bde0cdb37ebd6a91da2bfd0d67de','',NULL),(2441,'en','default','443bdca13e7d71181a7e8f00848f2361','Rich Text Area. Press Control-Option-H for help.',NULL,NULL,'','LINE',NULL,0,'','778d158d72aa28bae72032c209cb4aa8','',NULL),(2442,'en','default','7d290407dd93e28191d4a9ed7ef68c65','Your browser does not support direct access to the clipboard. Please use keyboard shortcuts or your browser&#8217;s edit menu instead.',NULL,NULL,'','LINE',NULL,0,'','a073b52e2b96618be83b4ef92bde0afd','',NULL),(2443,'en','default','a458be0f08b7e4ff3c0f633c100176c0','Insert',NULL,NULL,'','LINE',NULL,0,'TinyMCE menu','50fcae93719ce0d73936c7c646aa50d5','',NULL),(2444,'en','default','0b27918290ff5323bea1e3b78a9cf04e','File',NULL,NULL,'','LINE',NULL,0,'TinyMCE menu','dcbc3d97bacc0f23e91db43df4c2b9e7','',NULL),(2445,'en','default','7dce122004969d56ae2e0245cb754d35','Edit',NULL,NULL,'','LINE',NULL,0,'TinyMCE menu','0d81ae4ba9e7ad8ce2ba9074bd35f4a2','',NULL),(2446,'en','default','8625e1de7be14c39b1d14dc03d822497','Tools',NULL,NULL,'','LINE',NULL,0,'TinyMCE menu','912de17b9ed43ad0ac0572d0e16da6c7','',NULL),(2447,'en','default','4351cfebe4b61d8aa5efa1d020710005','View',NULL,NULL,'','LINE',NULL,0,'TinyMCE menu','06d72a8d9a24a17c8a4b25f75e0d9f01','',NULL),(2448,'en','default','51c45b795d5d18a3e4e0c37e8b20a141','Table',NULL,NULL,'','LINE',NULL,0,'TinyMCE menu','c23acc3d3781ffd15a65d537929f2244','',NULL),(2449,'en','default','520d0db389f362bf79ef56ca0af3dcab','Format',NULL,NULL,'','LINE',NULL,0,'TinyMCE menu','4e82bfe9097bf237ee41f247b96f1f51','',NULL),(2450,'en','default','d2f66c7283ee9c138e321df747e8e65e','Toolbar Toggle',NULL,NULL,'','LINE',NULL,0,'','1aaf41aa5d908835cad36447da5f63dc','',NULL),(2451,'en','default','1e2c21f8af7a47ddacd844a664c208e2','Insert Page Break tag',NULL,NULL,'','LINE',NULL,0,'','005860a314c1501f2dae4c4d0f789b2a','',NULL),(2452,'en','default','9f509ef370d83753023532ade5de709f','Read more...',NULL,NULL,'','LINE',NULL,0,'','47d568a47a7f29e56cfa81b7a634d2aa','',NULL),(2453,'en','default','f5d0e7591f0d5da3cf09c599fd314c47','No alignment',NULL,NULL,'','LINE',NULL,0,'','42e1ef39173ab8de5333b3d3f60a94c8','',NULL),(2454,'en','default','ac5b5f6720e5f3820969f75d3b876b71','Paste URL or type to search',NULL,NULL,'','LINE',NULL,0,'','355a0dccf1f41534867a140eac6286a6','',NULL),(2455,'en','default','192d035ffb07b34f98ade39b20944c49','Link options',NULL,NULL,'','LINE',NULL,0,'','7b569419d5976efdf79ac0f7675dd8b3','',NULL),(2456,'en','default','5f405eb9720e7065c9c383de4d40e664','Keyboard Shortcuts',NULL,NULL,'','LINE',NULL,0,'','f09f0f13de5d9dd1f3872b99713abc25','',NULL),(2457,'en','default','ab06a32569e1026ba8883eb420ed6803','Default shortcuts,',NULL,NULL,'','LINE',NULL,0,'','2034327e5e05031ca2e1e6c64d2278f0','',NULL),(2458,'en','default','42c49493fac53c75e8899aca2d4d2da7','Additional shortcuts,',NULL,NULL,'','LINE',NULL,0,'','7d8fc0d1dfc6bc7f45de750acc092c13','',NULL),(2459,'en','default','7c807bb189c2c62fe57dd063506b20e7','Focus shortcuts:',NULL,NULL,'','LINE',NULL,0,'','33a409052d45deb88f76cd96cf8c2331','',NULL),(2460,'en','default','8dc6af0472a7610573498b1e131b5e50','Inline toolbar (when an image, link or preview is selected)',NULL,NULL,'','LINE',NULL,0,'','dc502511deb4992eebf2ed86d5343d43','',NULL),(2461,'en','default','ba3044daea44842f8a6e173958783fb6','Editor menu (when enabled)',NULL,NULL,'','LINE',NULL,0,'','2440b2e8b16e2979035b43426a0738ce','',NULL),(2462,'en','default','f7ab9706fb6b8e34e49069e7f1da8fe3','Editor toolbar',NULL,NULL,'','LINE',NULL,0,'','dda6da73224499a1c9c6cc282474bbb2','',NULL),(2463,'en','default','74fe85b824573f6f3aa95d26fcf982bd','Elements path',NULL,NULL,'','LINE',NULL,0,'','16b87bed1a8676e889375d13d2358d42','',NULL),(2464,'en','default','61ef54d3a41c7d3d99b86d9c04dbe712','Ctrl + Alt + letter:',NULL,NULL,'','LINE',NULL,0,'','f1f422677684ac6026c5aecbf62e3bfa','',NULL),(2465,'en','default','0b78fe12adb1173b639dbaf50c008c26','Shift + Alt + letter:',NULL,NULL,'','LINE',NULL,0,'','7b26e973a91b694c2fd82b907d2ca576','',NULL),(2466,'en','default','107787c23a90aea1e6d9257190355b6f','Cmd + letter:',NULL,NULL,'','LINE',NULL,0,'','7fe1945b6cdaab8933d4f5c4df5d9338','',NULL),(2467,'en','default','d76f78d4c2665b91d48f5939bfb6e071','Ctrl + letter:',NULL,NULL,'','LINE',NULL,0,'','476d3df55fd4514ddddff4da1648a828','',NULL),(2468,'en','default','17a53d1a012580ef609b70ef6a25d1f1','Letter',NULL,NULL,'','LINE',NULL,0,'','9cbdfbfebf0a70147dbaf12bbb6896b6','',NULL),(2469,'en','default','27e4514f63ebf86ca17f236615e14bf8','Warning: the link has been inserted but may have errors. Please test it.',NULL,NULL,'','LINE',NULL,0,'','2ba20e4df246d6921d4bf1846115c09d','',NULL),(2470,'en','default','b27fba2381fb8b66b9740a36b3739f01','To move focus to other buttons use Tab or the arrow keys. To return focus to the editor press Escape or use one of the buttons.',NULL,NULL,'','LINE',NULL,0,'','1326d8509d420673b4e58f1044c2692e','',NULL),(2471,'en','default','3257a7bf3ce4453e4b287d99a791ebe6','When starting a new paragraph with one of these formatting shortcuts followed by a space, the formatting will be applied automatically. Press Backspace or Escape to undo.',NULL,NULL,'','LINE',NULL,0,'','3a85fc63304360aa933574d864621b37','',NULL),(2472,'en','default','7cd85a9334d58e9253a5ecbb154805ad','The following formatting shortcuts are replaced when pressing Enter. Press Escape or the Undo button to undo.',NULL,NULL,'','LINE',NULL,0,'','801d3c6f608c1ba08e68f51de9c56125','',NULL),(2473,'en','default','b03f2d1e6f1882dd57bdfb4d69ecf3d9','The next group of formatting shortcuts are applied as you type or when you insert them around plain text in the same paragraph. Press Escape or the Undo button to undo.',NULL,NULL,'','LINE',NULL,0,'','0cd9f0646ebb1f546f9947ce79cf5afe','',NULL),(2474,'en','default','2dcde0b29a51130f79f23dee3acbe2ed','Word count: %s',NULL,NULL,'','LINE',NULL,0,'','b71bc0ddcb133c472c9ea1793eeba84c','',NULL),(2475,'en','default','c05fb945bb4b837f640b35414ccf3dcf','Last edited by %1$s on %2$s at %3$s',NULL,NULL,'','LINE',NULL,0,'','cc54d82e94f178340518fe564c9dfc64','',NULL),(2476,'en','default','8ce80df2e38d46015f1ec9807fd53c78','Toggle panel: %s',NULL,NULL,'','LINE',NULL,0,'','44597c4aef7b7ee5d32c5670e4265f4e','',NULL),(2477,'en','sitepress','c85ab8bb281489246eb80b809e47a13f','Language of this %s',NULL,NULL,'','LINE',NULL,0,'','c2e36a18138e3d51905bc6e4244ac877','',NULL),(2478,'en','sitepress','e06c64e4906eb36287a92d49d41874a8','edit terms',NULL,NULL,'','LINE',NULL,0,'','22a19b3bd73bef1986e1cfc3d5ff86e6','',NULL),(2479,'en','sitepress','0b8d92bc19b720bb1065649535463409','Translations',NULL,NULL,'','LINE',NULL,0,'','ead94d22e5311e04348cecdac3482d29','',NULL),(2480,'en','sitepress','a88f05b6c963e145a45b58c47cd42a41','hide',NULL,NULL,'','LINE',NULL,0,'','295b96e2840162270bcb791a136bf657','',NULL),(2481,'en','sitepress','a7dd12b1dab17d25467b0b0a4c8d4a92','show',NULL,NULL,'','LINE',NULL,0,'','a8c6baead2fe9869ce511d232b941570','',NULL),(2482,'en','wpml-translation-management','28a4d0ef297bfcd71b30b4e00e981464','Use WPML\'s Translation Editor',NULL,NULL,'','LINE',NULL,0,'','e590e43ec000e97d241e157c2eb482e7','',NULL),(2483,'en','wpml-translation-management','2ee6be6ab91f6af8f4fb63687ab2ed70','Use WPML\'s Translation Editor to translate:',NULL,NULL,'','LINE',NULL,0,'','dd8b859c72711ca23f0ac6668ca06971','',NULL),(2484,'en','wpml-translation-management','056f54fedd9848e8e746faf5667ba2c2','Use the WordPress Editor to translate:',NULL,NULL,'','LINE',NULL,0,'','276b5532a06bf5988eeacf427d556cb7','',NULL),(2485,'en','wpml-translation-management','ea4788705e6873b424c65e91c2846b19','Cancel',NULL,NULL,'','LINE',NULL,0,'','8f7e09bb8a7f064251449c4b0c9c617a','',NULL),(2486,'en','wpml-translation-management','9639e32cab248434a17ab32237cb3b71','Apply',NULL,NULL,'','LINE',NULL,0,'','46c70210d1c99e68f76cd09c878caec9','',NULL),(2487,'en','wpml-translation-management','adfdc7a74ff50fb3e7bc558c28fed29f','This %s',NULL,NULL,'','LINE',NULL,0,'','35030a403f29688e55c36282f5a7ecff','',NULL),(2488,'en','wpml-translation-management','84d1595b1584d106bf0310b6905e7c3c','All %s',NULL,NULL,'','LINE',NULL,0,'','897e03e95fe53e78211651d90837a962','',NULL),(2489,'en','wpml-translation-management','f5185c0b06c7cff20c4ef05288716daa','All the site\'s content',NULL,NULL,'','LINE',NULL,0,'','4864aa239dfca5acde3d54091ac021c5','',NULL),(2490,'en','sitepress','24f1b0a79473250c195c7fb84e393392','duplicate',NULL,NULL,'','LINE',NULL,0,'','99e6e0a16ffa308cc579429dc2e9a325','',NULL),(2491,'en','sitepress','6e78fa0d239a10153675586fbfa17e5c','Media attachments',NULL,NULL,'','LINE',NULL,0,'','061b3df3668bf9aa96e3947965721a2d','',NULL),(2492,'en','sitepress','0fc5a52bd92c74f82179dbaf3fcde03a','Duplicate uploaded media to translations',NULL,NULL,'','LINE',NULL,0,'','36f08b2701c390a999b39252bc1aaa80','',NULL),(2493,'en','sitepress','a4ca2d9e4c32f03b33bddcf7c7e585e9','Duplicate featured image to translations',NULL,NULL,'','LINE',NULL,0,'','1e8c0b16a7c0b77c362bf62a14a555ab','',NULL),(2494,'en','default','b2e886db4593c5ddc8e369f34d3744f3','Preview Changes',NULL,NULL,'','LINE',NULL,0,'','6f84f8a4cd452771a5ba69a16657b863','',NULL),(2495,'en','default','1d6932fabeb30bc243f22b43812efd6f','(opens in a new window)',NULL,NULL,'','LINE',NULL,0,'','f9a4434a68fa247c34873bbb9fb91cbf','',NULL),(2496,'en','default','24a23d787190f2c4812ff9ab11847a72','Status:',NULL,NULL,'','LINE',NULL,0,'','8f584f2ba63fa2fb85849d4a98646aa6','',NULL),(2497,'en','default','a4016a05677c6f1dada65ecb225680a0','Edit status',NULL,NULL,'','LINE',NULL,0,'','3ed2823cd2173525a1d1119e654b453a','',NULL),(2498,'en','default','6729f7f9e88354cee8d933b0922fbd3c','Set status',NULL,NULL,'','LINE',NULL,0,'','c8d255d83f3ea7f146785f68094d2e3b','',NULL),(2499,'en','default','8ad79b21078fa8ab5e3a251a533084e5','Visibility:',NULL,NULL,'','LINE',NULL,0,'','4ec2ca01b3252c14bdc274bdef643e9e','',NULL),(2500,'en','default','09193bae7dca26eff8911db0fd4f47f0','Edit visibility',NULL,NULL,'','LINE',NULL,0,'','b7b0dfa3bdd4f11c495fda6f35ce62d8','',NULL),(2501,'en','default','7aa025f6e74bac2cf484b03f7b013ab6','Password protected',NULL,NULL,'','LINE',NULL,0,'','888662300496202adad60b26e2248a07','',NULL),(2502,'en','default','b341a59d5636ed3d6a819137495b08a0','Password:',NULL,NULL,'','LINE',NULL,0,'','38a624615110d0ed88b4ef46d55c909b','',NULL),(2503,'en','default','af65a5a998171c6cc9b9ee7a4b409535','Published on: <b>%1$s</b>',NULL,NULL,'','LINE',NULL,0,'','0e6b530ed0a4837e3cbd84ad109d7df8','',NULL),(2504,'en','default','d95138243a93ee1904d74f72544b48ae','Revisions: %s',NULL,NULL,'','LINE',NULL,0,'','8c259fb203e640e72fa369eaa83baaf0','',NULL),(2505,'en','default','1b9abf135ccb7ed2f2cd9c155137c351','Browse',NULL,NULL,'','LINE',NULL,0,'revisions','c1dd378fe1c2c0465bfdc1d6c3435d8c','',NULL),(2506,'en','default','e22154073c571361e0346e68d68a88c1','Browse revisions',NULL,NULL,'','LINE',NULL,0,'','147dbe1ecc1c45fc9533f264dc2c4fc6','',NULL),(2507,'en','default','b4b3ec26b4e2ad9184614fff93441d35','Edit date and time',NULL,NULL,'','LINE',NULL,0,'','1d6810b068133ed609fea42dd4642348','',NULL),(2508,'en','default','2b0b7c9cbd6d6e9fa6b99aa06e828673','Date and time',NULL,NULL,'','LINE',NULL,0,'','4f4fae71d341f2f480f75db5f227e93e','',NULL),(2509,'en','default','ebd830cf02aee290558e0d23ca121e94','(no parent)',NULL,NULL,'','LINE',NULL,0,'','f618dc5943fba71395959027726c0737','',NULL),(2510,'en','default','69367be9fa5866b09501b0d079564b18','Need help? Use the Help tab above the screen title.',NULL,NULL,'','LINE',NULL,0,'','56c531d99f778eed63e47ab158eca170','',NULL),(2511,'en','default','e74d0620a156d19246134aced0166eb6','F j, Y @ H:i:s',NULL,NULL,'','LINE',NULL,0,'revision date format','3480875619427fc29813cb20121f0d15','',NULL),(2512,'en','default','de551511afdbe78e895800839ed0fa28','%1$s %2$s, %3$s ago (%4$s)',NULL,NULL,'','LINE',NULL,0,'','22ad6001ab769a489eb5940230a1e4ed','',NULL),(2513,'en','default','9bd57b1597a0cd2a2d7e9a10ea01b41d','%s mins',NULL,NULL,'','LINE',NULL,0,'','931e1786374bf140c31f86a4a02dbcb2','',NULL),(2514,'en','default','ecf63726b343168a05edbc8b092344b1','%s [Autosave]',NULL,NULL,'','LINE',NULL,0,'','a4a2062a4ca0d5815e742a45860029b2','',NULL),(2515,'en','default','82c54de08c7980df824d4a030140afde','%s [Current Revision]',NULL,NULL,'','LINE',NULL,0,'','254d17d513ff2b416615f891ebabe1f4','',NULL),(2516,'en','default','1580d34bcaf009a512f03d00562a2012','JavaScript must be enabled to use this feature.',NULL,NULL,'','LINE',NULL,0,'','e10557449acee9efe5a44fde7fc657fa','',NULL),(2517,'en','default','9271474d62de0dbbee8442e3b5a92f89','Allow comments',NULL,NULL,'','LINE',NULL,0,'','b976d23a937dad20ad1a48e53507d62b','',NULL),(2518,'en','default','2945f62164f9f2e9a6bb431ac2e1709b','Allow <a href=\"%s\">trackbacks and pingbacks</a> on this page',NULL,NULL,'','LINE',NULL,0,'','c16d8c4d3a39822b401a8b045ed4be97','',NULL),(2519,'en','default','ea1aaabad336253655ade7a32d078271','https://codex.wordpress.org/Introduction_to_Blogging#Managing_Comments',NULL,NULL,'','LINE',NULL,0,'','5d5ac427b4f246e41bbd01acf3fd2a78','',NULL),(2520,'en','default','438387d2814797ffa5a3f6b877ea612a','Add comment',NULL,NULL,'','LINE',NULL,0,'','45bbf6409d009f18ccba9eb5fdc4113b','',NULL),(2521,'en','default','ac887a7c8910147cb2e5c1b41985381a','No comments yet.',NULL,NULL,'','LINE',NULL,0,'','e8c476f474099e5a1f0e6a69459279e2','',NULL),(2522,'en','default','862239695b3ec71dcdaa5134fb3f4872','Comment by %s moved to the trash.',NULL,NULL,'','LINE',NULL,0,'','1755cad5c8a838bc9f312609c5d7eaf7','',NULL),(2523,'en','default','5dcc7aefbd4bab0e6381bfe35945bd35','Comment by %s marked as spam.',NULL,NULL,'','LINE',NULL,0,'','7abe6da57fe66c32c9c408e2548c5244','',NULL),(2524,'en','sitepress','96d4dadd096605d5813d2c6bdf82e82c','Settings saved',NULL,NULL,'','LINE',NULL,0,'','621445dc882a3c3801e0e63171ae7301','',NULL),(2525,'en','sitepress','359fab71adb8498351cb63a1a8001944','Do not make \'%s\' translatable',NULL,NULL,'','LINE',NULL,0,'','118176639fb4e81efc06d2230d3664b4','',NULL),(2526,'en','sitepress','dc15204134e62d7f3295b3dac6a63c0e','Make \'%s\' translatable',NULL,NULL,'','LINE',NULL,0,'','be3721b5e8f83fbd0e7f0608846e917f','',NULL),(2527,'en','sitepress','858ac7618b55db32f792ed9ad3789fac','Make \'%s\' appear as translated',NULL,NULL,'','LINE',NULL,0,'','adaa59df4c6109c3f04511a0755e6005','',NULL),(2528,'en','sitepress','3df92614124db66d1b5e5d15833437d1','Custom taxonomies',NULL,NULL,'','LINE',NULL,0,'','a91c3790b5898d3617bde926a10c325e','',NULL),(2529,'en','sitepress','deccbe4e9083c3b5f7cd2632722765bb','Translate',NULL,NULL,'','LINE',NULL,0,'','ba8b08b0bdd3d710c14e46dd1f133a9a','',NULL),(2530,'en','sitepress','cd88ce600576fcc630878b5e374835a5','Do nothing',NULL,NULL,'','LINE',NULL,0,'','f82cf5f55b0f784cb55d6f12a841b3eb','',NULL),(2531,'en','sitepress','c651f101fd2a0d5008ced7110afab3c2','Show system fields',NULL,NULL,'','LINE',NULL,0,'','a56cc6893b17fdb155d9d6230502e517','',NULL),(2532,'en','sitepress','7b9324fd1b6cc33da6065e0338fd1828','Custom fields',NULL,NULL,'','LINE',NULL,0,'','fda53d119155ec7ca2ebd1b86b95bf52','',NULL),(2533,'en','sitepress','5e093960e44cb1d25f955d71426634e7','Don\'t translate',NULL,NULL,'','LINE',NULL,0,'','78e915fadf4a51e9e509973a68e291d4','',NULL),(2534,'en','sitepress','5fb63579fc981698f97d55bfecb213ea','Copy',NULL,NULL,'','LINE',NULL,0,'','b735dfcc0d0db09b02ae4e8e2f3f4cea','',NULL),(2535,'en','sitepress','06adefbf74556d65a06bba1c2e7267a7','Copy once',NULL,NULL,'','LINE',NULL,0,'','9376c162dc1a27bc36b650ba3375a5fe','',NULL),(2536,'en','sitepress','4de413d7da3c566ea6fe1281f0588757','Note: Custom taxonomies and custom fields are shared across different post types.',NULL,NULL,'','LINE',NULL,0,'','0efb3320039e56bbd42cae45cd93e0d1','',NULL),(2537,'en','sitepress','9639e32cab248434a17ab32237cb3b71','Apply',NULL,NULL,'','LINE',NULL,0,'','6fb06cae067f76f45bc811f56212fa29','',NULL),(2538,'en','default','0be8406951cdfda82f00f79328cf4efc','Comment',NULL,NULL,'','LINE',NULL,0,'column name','8fce904cca04b8091de8b2e6ea2e8634','',NULL),(2539,'en','default','b9fd03427be4c59130bff764e2e62c91','Edit Comment',NULL,NULL,'','LINE',NULL,0,'','a8452e87338f483012620dbf3b69ec5c','',NULL),(2540,'en','default','7916fec59ebff4fd149314f2bc3aa936','Reply to Comment',NULL,NULL,'','LINE',NULL,0,'','5f74c27f164f9dc3cd0cec6c90ae59a0','',NULL),(2541,'en','default','8bfed9d11b841f7e69a7ee6369c77786','Add new Comment',NULL,NULL,'','LINE',NULL,0,'','872df0bcf2d42345c7f57975a6a8fbb6','',NULL),(2542,'en','default','0be8406951cdfda82f00f79328cf4efc','Comment',NULL,NULL,'','LINE',NULL,0,'','25aeb393d34e88aa680bc275a912d822','',NULL),(2543,'en','default','49ee3087348e8d44e1feda1917443987','Name',NULL,NULL,'','LINE',NULL,0,'','ab269e0f385d601a27f7e3424cca64f8','',NULL),(2544,'en','default','ce8ae9da5b7cd6c3df2929543a9af92d','Email',NULL,NULL,'','LINE',NULL,0,'','237efd53b7e2780838de3afd0223661a','',NULL),(2545,'en','default','a508cd6ee07b35ea8efdf98d6520ce83','Add Comment',NULL,NULL,'','LINE',NULL,0,'','1be882380c0be5193a462ed9d99b5971','',NULL),(2546,'en','default','bcfe2267124be18379fbfd4a76968446','Update Comment',NULL,NULL,'','LINE',NULL,0,'','972386e3a456106cfb776e4bbb347a59','',NULL),(2547,'en','default','de798ee0ad2f63e4248d6322d8591365','Submit Reply',NULL,NULL,'','LINE',NULL,0,'','98f1f8b65665af1ad337a3129fee9c88','',NULL),(2548,'en','default','fbeca9a3ee9d817f7bb60af0efeb1231','Close media panel',NULL,NULL,'','LINE',NULL,0,'','b600c0f2ab276a163d8ce2f60d2ff280','',NULL),(2549,'en','default','cc27bdc4fdf6042a63931955907149ee','Drop files to upload',NULL,NULL,'','LINE',NULL,0,'','93ed5472da3053da0553401fa105bbe0','',NULL),(2550,'en','default','a40377545799e3d744fbe49f2d5ac0a0','Close uploader',NULL,NULL,'','LINE',NULL,0,'','8dc82a863209a79040f26e087297cd24','',NULL),(2551,'en','default','3afbf174438efc3a2dbd1f9180dd77a4','Drop files anywhere to upload',NULL,NULL,'','LINE',NULL,0,'','73c269c64f1f94b2b6cd1020a323470f','',NULL),(2552,'en','default','e81c4e4f2b7b93b481e13a8553c2ae1b','or',NULL,NULL,'','LINE',NULL,0,'Uploader: Drop files here - or - Select Files','2e4d5cf5a3222117aac1ae7b5f620463','',NULL),(2553,'en','default','b89ecc2c10fdae8af65f9762442b7b11','Select Files',NULL,NULL,'','LINE',NULL,0,'','8c458f26129abb0a2bf29d2a83fa6df9','',NULL),(2554,'en','default','ec9697c91f7c40f0415f09524268db90','Maximum upload file size: %s.',NULL,NULL,'','LINE',NULL,0,'','0f6660bda5ec95fed3ca690514feb7d1','',NULL),(2555,'en','default','8d432bff806ab6a0baf4022611bc731f','Grid View',NULL,NULL,'','LINE',NULL,0,'','2f9a8be45711176f536857ce36c9bb06','',NULL),(2556,'en','default','3f1c5b0049a9751e6f5f9e702b74a0dd','Uploading',NULL,NULL,'','LINE',NULL,0,'','53f1fd67593ca10d720f076be5826ccd','',NULL),(2557,'en','default','250f0a912c138c23433708ee39f693d2','Dismiss Errors',NULL,NULL,'','LINE',NULL,0,'','4c654361b77ba85f61791308e52e9fa9','',NULL),(2558,'en','default','3800f24b83b0eece4c12206af33d0fe9','Edit previous media item',NULL,NULL,'','LINE',NULL,0,'','69331e6772ec0582de7d223ede7a19b6','',NULL),(2559,'en','default','b4345d0e3e15e7b7db55fae6290eaf4a','Edit next media item',NULL,NULL,'','LINE',NULL,0,'','3fdcc12926f8c405e68a1d8be7308d0e','',NULL),(2560,'en','default','5bfb4ad4aa3b9b8d491cb00c33e99c7e','Document Preview',NULL,NULL,'','LINE',NULL,0,'','2ae0b2099d2238001e624f93fb836706','',NULL),(2561,'en','default','2bcf4d0012d8fec18f5b97a1f307c958','Saved.',NULL,NULL,'','LINE',NULL,0,'','ad31aded67b4454335543998be362d76','',NULL),(2562,'en','default','84dbb21542f0323399e35c2a589ded26','File name:',NULL,NULL,'','LINE',NULL,0,'','935f667c5930a93e04d779d469607425','',NULL),(2563,'en','default','903968bc876a928a3699cd913b1489d4','File type:',NULL,NULL,'','LINE',NULL,0,'','d88bfdc5477323a4e5f23b1feb223a00','',NULL),(2564,'en','default','8301c6f24b51680169cf4e3e78769b6b','Uploaded on:',NULL,NULL,'','LINE',NULL,0,'','17de515d6fda7277e9b16088d1f311ca','',NULL),(2565,'en','default','a99236f155b9a3606d7b36262179bc17','File size:',NULL,NULL,'','LINE',NULL,0,'','1f505ece82b6d0db95057abb6ca0834b','',NULL),(2566,'en','default','adcb4df47ab876d9a93d8a523e130c31','Dimensions:',NULL,NULL,'','LINE',NULL,0,'','538af31a13f309321e27069a2829ef01','',NULL),(2567,'en','default','64b334c69251b72c350e25e462b54429','Length:',NULL,NULL,'','LINE',NULL,0,'','95240fbcae0ab30b58869f0ae7e85ade','',NULL),(2568,'en','default','426fd515c9bd70111e69b57c176083e5','Bitrate:',NULL,NULL,'','LINE',NULL,0,'','7a87240fa2bc067b477ec3cd011136a3','',NULL),(2569,'en','default','4047c5607db6be8e0081725f0d164309','Artist',NULL,NULL,'','LINE',NULL,0,'','2536075da25498afd193a54d52e27d61','',NULL),(2570,'en','default','c4f8393e0c007b946261398d0314a257','Album',NULL,NULL,'','LINE',NULL,0,'','a18900104c4ce3ce5f3c4a865ba4b525','',NULL),(2571,'en','default','d049192712020efdb1296469d37c9814','Alt Text',NULL,NULL,'','LINE',NULL,0,'','2015da1fe4e6e80cdda096d3f133dc71','',NULL),(2572,'en','default','cc61813e466c0d2bb09362273cd44818','Uploaded By',NULL,NULL,'','LINE',NULL,0,'','58e0713f910491948dae26dbbcb3624f','',NULL),(2573,'en','default','565d8e166cd2f0008bba4b668e336a77','Uploaded To',NULL,NULL,'','LINE',NULL,0,'','330da8ab9f42cef502c1733368540514','',NULL),(2574,'en','default','0588313a2e87ab0967a0de6763930bbb','View attachment page',NULL,NULL,'','LINE',NULL,0,'','aff45aecd5bd9ec2c47b3a1e68871c3c','',NULL),(2575,'en','default','f331418658fdb2e84c055e1b8e6847ec','Edit more details',NULL,NULL,'','LINE',NULL,0,'','bcd0fdb8a9762c30a07186c07b83d1f1','',NULL),(2576,'en','default','94186070ef6773ba0f1721c19980e487','Deselect',NULL,NULL,'','LINE',NULL,0,'','0cbd9b40aa3685c9f28443970d5e30ea','',NULL),(2577,'en','default','6fa59d26fbd425cdb1bffb8244420622','Caption this image&hellip;',NULL,NULL,'','LINE',NULL,0,'','0ebc56efe332eb18884b4a7fceefa9ae','',NULL),(2578,'en','default','81f7debe195e2b24e8a52aa52c25f572','Describe this video&hellip;',NULL,NULL,'','LINE',NULL,0,'','ae259c737cdb3e57a504776c43f76b07','',NULL),(2579,'en','default','cc4702e642680a7a4af2e946f9d9fae6','Describe this audio file&hellip;',NULL,NULL,'','LINE',NULL,0,'','121910453ef1465498a8c9757a802d55','',NULL),(2580,'en','default','7482476f6486da66050c43f94a21b70c','Describe this media file&hellip;',NULL,NULL,'','LINE',NULL,0,'','89f866f5bb107f9f1693d9ecd6886ce9','',NULL),(2581,'en','default','456d00e563bf2b77fd6bbd9babee2b35','Edit Selection',NULL,NULL,'','LINE',NULL,0,'','9302aab2a56177ad8e3aac57db1ecc2d','',NULL),(2582,'en','default','9a91e125c4cfe4ce9bc8f0c97298e03e','Attachment Display Settings',NULL,NULL,'','LINE',NULL,0,'','f500eec33b608b3441868da5fdf8f38b','',NULL),(2583,'en','default','940bea016af9835004a47c3a1486cc94','Embed or Link',NULL,NULL,'','LINE',NULL,0,'','44e6a9a13212b1f657e5f763254c6eda','',NULL),(2584,'en','default','1bb678f219736bf4fe24b4c3a7d0ad3a','Link To',NULL,NULL,'','LINE',NULL,0,'','376ca35a3be70e76ff0f63c9460fd226','',NULL),(2585,'en','default','3af137166094b03ce120d6b82b156616','Embed Media Player',NULL,NULL,'','LINE',NULL,0,'','52821c06a0887b5d3e48a452e07bc9e5','',NULL),(2586,'en','default','1d1977199fe71edc906feec2ac3e91ae','Link to Media File',NULL,NULL,'','LINE',NULL,0,'','a57260520e36abe82c439b927c96af8e','',NULL),(2587,'en','default','6e475c4e40cb8bdfd54c18345937bc9a','Media File',NULL,NULL,'','LINE',NULL,0,'','8151c0a13461dadc6e5d92fdb0eb6bfa','',NULL),(2588,'en','default','6babe57e9757910032962d6bb0b4c468','Link to Attachment Page',NULL,NULL,'','LINE',NULL,0,'','7d3d8d3088757d5d17fc1bb92cff97e2','',NULL),(2589,'en','default','6861444ec5168a915bf147d856ecb91b','Attachment Page',NULL,NULL,'','LINE',NULL,0,'','cbbf1454a6b3b503527d52e3225ae1f6','',NULL),(2590,'en','default','812a48ba719daeda82e4da8e812d426c','Custom URL',NULL,NULL,'','LINE',NULL,0,'','81424ef5efdc60b5e1a271e0de0ff8bd','',NULL),(2591,'en','default','6f6cb72d544962fa333e2e34ce64f719','Size',NULL,NULL,'','LINE',NULL,0,'','27138e9b33132ac1b0eb748d5d12da47','',NULL),(2592,'en','default','b7c161bb87bb0308fb25e6f68d0a5632','Thumbnail',NULL,NULL,'','LINE',NULL,0,'','d8b1db30db76fd40e53d0e6df043435d','',NULL),(2593,'en','default','87f8a6ab85c9ced3702b4ea641ad4bb5','Medium',NULL,NULL,'','LINE',NULL,0,'','f4512aef24b2b703c1238609efaeb173','',NULL),(2594,'en','default','3a69b34ce86dacb205936a8094f6c743','Large',NULL,NULL,'','LINE',NULL,0,'','3f0a1b03aaf060f15c233d65a161c48e','',NULL),(2595,'en','default','f49bcb4e90a6ab261904b6b50f4a24ce','Full Size',NULL,NULL,'','LINE',NULL,0,'','384655e36013f6f28512f5868c28dc9d','',NULL),(2596,'en','default','3e28f7c94f7a6dad9bdc6025cbd31278','Gallery Settings',NULL,NULL,'','LINE',NULL,0,'','45edfcda068a970412ec634596ae3675','',NULL),(2597,'en','default','2824995f1e8c27b2ce9a952932a47abf','Random Order',NULL,NULL,'','LINE',NULL,0,'','282625657be6033c6f14e0e691946af0','',NULL),(2598,'en','default','af430647424404cc1e938aa8454cee5b','Playlist Settings',NULL,NULL,'','LINE',NULL,0,'','1a70374268d817cf60c2dcb70d34e1ca','',NULL),(2599,'en','default','bade67390dc4928246d6492836f8371b','Show Video List',NULL,NULL,'','LINE',NULL,0,'','0ebe976d4f8b3ed0fc299a7251de36f8','',NULL),(2600,'en','default','fe9e7df08264edf71a494cbbf0cf83ef','Show Tracklist',NULL,NULL,'','LINE',NULL,0,'','90684249e410e7d02fa13e93d2a2aefc','',NULL),(2601,'en','default','37fad38d887a3988d31a87be8b24b778','Show Artist Name in Tracklist',NULL,NULL,'','LINE',NULL,0,'','349f6adfbab57b760d37b32bd0b21d71','',NULL),(2602,'en','default','ea15460e63b6e8e92f8c03a79eeb6e4e','Show Images',NULL,NULL,'','LINE',NULL,0,'','3e63db4935c6d68c6c7ab2a31368b1d9','',NULL),(2603,'en','default','bb2e52704310b28d8df62319181ae9c7','Link Text',NULL,NULL,'','LINE',NULL,0,'','c8a932f443502a9dc28f6c9cf364bd6c','',NULL),(2604,'en','default','d12fbc9a2ba3b0b91a4190959b4c966b','Align',NULL,NULL,'','LINE',NULL,0,'','0be8c384dc1e66729af4f3cc89b5966b','',NULL),(2605,'en','default','427b6d816d7fdd86cabe48d8180a3cc9','Image URL',NULL,NULL,'','LINE',NULL,0,'','57faf2f0c706925387b6db4832e8817e','',NULL),(2606,'en','default','17b35174a87f9702f57538fda922ed43','Edit Original',NULL,NULL,'','LINE',NULL,0,'','7899ec06702bdba45b74600ed1038e2b','',NULL),(2607,'en','default','8c69afff9861e4429f48adb70846fc42','Alternative Text',NULL,NULL,'','LINE',NULL,0,'','8d800128a1c0c86028da973c0f7292f4','',NULL),(2608,'en','default','3d23e1e11c824540fb5ae59cadefd5d5','Display Settings',NULL,NULL,'','LINE',NULL,0,'','0beb1ee14f898c7207612fa9884b28de','',NULL),(2609,'en','default','7c9f1feebb5d8aa40b3c4cd0bfd62ac4','Custom Size',NULL,NULL,'','LINE',NULL,0,'','b948e13f9476ab0b252b505694788def','',NULL),(2610,'en','default','9dfc5d5738312210c3c75e68a468691d','Advanced Options',NULL,NULL,'','LINE',NULL,0,'','dd5e43a2005892f9b5227a126cb1b4e5','',NULL),(2611,'en','default','d305dcccfbea9b355298cb9dd962186c','Image Title Attribute',NULL,NULL,'','LINE',NULL,0,'','eef8bffca3ad2a7b57f3d29c08bcd98a','',NULL),(2612,'en','default','f1fb2ce6d507087fb58be990986db2c1','Image CSS Class',NULL,NULL,'','LINE',NULL,0,'','52b9b94241f02146477cd204c71107cd','',NULL),(2613,'en','default','b700ae7bea24c7496d9dab7bbae964e3','Open link in a new tab',NULL,NULL,'','LINE',NULL,0,'','e09a6ef4ae85293b918f2c6d882d3de7','',NULL),(2614,'en','default','2ffcea19129286fcbb5cfe9057436537','Link Rel',NULL,NULL,'','LINE',NULL,0,'','b1bcb5d5d0d267044ca16407d1498359','',NULL),(2615,'en','default','c5940a2eb3f1ba37678ef2402bdec085','Link CSS Class',NULL,NULL,'','LINE',NULL,0,'','de7b400a377e3c508589f0fa0f07aa0c','',NULL),(2616,'en','default','98313fe7ac09033978cf21bbbd96ae18','Remove audio source',NULL,NULL,'','LINE',NULL,0,'','95ce8db242ed7efa663b7d8b06abc801','',NULL),(2617,'en','default','ccefa6d6b0c3c99904edb30b7e02e1de','Add alternate sources for maximum HTML5 playback:',NULL,NULL,'','LINE',NULL,0,'','875f984a3b811fef4497b3c48473d987','',NULL),(2618,'en','default','11803f40c277b679b08ce0b8d38fdefa','Preload',NULL,NULL,'','LINE',NULL,0,'','4bdf1fc00531858caa4b44a0c4d9410b','',NULL),(2619,'en','default','06b9281e396db002010bde1de57262eb','Auto',NULL,NULL,'','LINE',NULL,0,'auto preload','041973817776492c2eeea3b205fad4a8','',NULL),(2620,'en','default','ce21470ab49d1d1976bc3dc72438c183','Metadata',NULL,NULL,'','LINE',NULL,0,'','9928be3fef22f76b8dacb5178120e7e0','',NULL),(2621,'en','default','05b1dc77590105a18fc4c02526fe0c7a','Autoplay',NULL,NULL,'','LINE',NULL,0,'','a92262056ec39f7d96c2f4526dc48fad','',NULL),(2622,'en','default','89d7b10cb4238977d2b523dfd9ea7745','Loop',NULL,NULL,'','LINE',NULL,0,'','7874f6d05bb3266ff48cd14dfaa223ec','',NULL),(2623,'en','default','6aae748949aeb2cc1023ecd0a2acbff2','Remove video source',NULL,NULL,'','LINE',NULL,0,'','a17f3bf6ae44534d6132fadd8db185df','',NULL),(2624,'en','default','ab007d2b37af61deb4c150d18492a592','Poster Image',NULL,NULL,'','LINE',NULL,0,'','f1c3aa4443110bf7da6c566bb142aea4','',NULL),(2625,'en','default','4b93d8ad16394f555cf7756e71f55a0e','Remove poster image',NULL,NULL,'','LINE',NULL,0,'','c6affaf599e8ee74ad234eec70ed4cbc','',NULL),(2626,'en','default','9ba13cc65e32eedb8b6ad34d61f4f8fa','Tracks (subtitles, captions, descriptions, chapters, or metadata)',NULL,NULL,'','LINE',NULL,0,'','68ffe672802980a6f48af6ce51211eac','',NULL),(2627,'en','default','3e2f39d87b79794c4135cf13d3958624','Remove video track',NULL,NULL,'','LINE',NULL,0,'media','b7a91cce158cff606cb15b01a1629d8a','',NULL),(2628,'en','default','520b97fe236eb939da54ee59fadabeb1','There are no associated subtitles.',NULL,NULL,'','LINE',NULL,0,'','3e3b1cf2bab02983d94aaa528dbed4e8','',NULL),(2629,'en','default','3e0c03857c76bfc919b173cc07fc54d6','Image crop area preview. Requires mouse interaction.',NULL,NULL,'','LINE',NULL,0,'','662ea71be52b167deb45774dd032355c','',NULL),(2630,'en','default','70472fea0e2f4d98b4c8a5a8d42fc810','As a browser icon',NULL,NULL,'','LINE',NULL,0,'','6284faa73c8e3c3983e26473e5bd1ecf','',NULL),(2631,'en','default','3f4b29620ca118e9c3e197ffa2b36d79','Preview as a browser icon',NULL,NULL,'','LINE',NULL,0,'','99321324b239974ae6b18e4f52e25af2','',NULL),(2632,'en','default','814cbda2bdc4a5240c6579d4095f63e4','As an app icon',NULL,NULL,'','LINE',NULL,0,'','7f4ab610b4a5ed0e05adeaa216f9c155','',NULL),(2633,'en','default','ad6bdf3adeec5b899587e4947f9b33aa','Preview as an app icon',NULL,NULL,'','LINE',NULL,0,'','4fe543f9dfa87bb6b2e07f9f71796045','',NULL),(2634,'en','default','61b6cf804dc77479ab0d352e1a3a7680','The backup of this post in your browser is different from the version below.',NULL,NULL,'','LINE',NULL,0,'','ca27f1a29261c8d6c56c7a2e2a50ace0','',NULL),(2635,'en','default','5054c275fa45092138496ba38ac1dc8b','Restore the backup',NULL,NULL,'','LINE',NULL,0,'','9b7f37e2dd5e66c1b42c70685cd660a4','',NULL),(2636,'en','default','416d33b1cdff2d4742e71de09eaacc01','This will replace the current editor content with the last backup version. You can use undo and redo in the editor to get the old content back or to return to the restored version.',NULL,NULL,'','LINE',NULL,0,'','49c535533b7429e238c1e0e5f747fb89','',NULL),(2637,'en','default','e87fdf76a8555cb9f30ccee94e6b8161','Enter the destination URL',NULL,NULL,'','LINE',NULL,0,'','2505b449ed6b2d3341c15350da542442','',NULL),(2638,'en','default','9090a5bd7257b38151e63789e1fd4b62','Or link to existing content',NULL,NULL,'','LINE',NULL,0,'','a15a19faa8933c3fa60f726d1c9c4233','',NULL),(2639,'en','default','cc791696edb017495878ed9a9f8e9618','No search term specified. Showing recent items.',NULL,NULL,'','LINE',NULL,0,'','e99017d248bcb15a12b3983b32151148','',NULL),(2640,'en','default','e8d547746e3842ce42243131692b4093','Search or use up and down arrow keys to select an item.',NULL,NULL,'','LINE',NULL,0,'','7657d246283dafc11e6ddb3852626deb','',NULL),(2641,'en','wpml-translation-management','92ce826f67964e45231a6bc326879988','Minor edit - don\'t update translation',NULL,NULL,'','LINE',NULL,0,'','45311b61ef64fd6cc53db235d6b76b7e','',NULL),(2642,'en','acf','6450242531912981c3683cae88a32a66','Forms',NULL,NULL,'','LINE',NULL,0,'','78b514b06ba9b0d706ce821e0c16cd56','',NULL),(2643,'en','acf','6cea751d1a0e9f1fea9002df9168b424','is equal to',NULL,NULL,'','LINE',NULL,0,'','8f6953dbaf1f72d3e286bf9eee35535f','',NULL),(2644,'en','acf','3eeb5a3ec5ad5cb66199a7e30c037233','is not equal to',NULL,NULL,'','LINE',NULL,0,'','421fd599d07744302160fdbcbd7e0deb','',NULL),(2645,'en','acf','7612c0b50754aa23325448056f7f1ec1','Front Page',NULL,NULL,'','LINE',NULL,0,'','4afda833fc5ca7a9375bd8c5c0bdb288','',NULL),(2646,'en','acf','228b7c2fcd38be689021f37264dd5bd1','Posts Page',NULL,NULL,'','LINE',NULL,0,'','653d1fc70f55aa0cd7f5cf74c7d10225','',NULL),(2647,'en','acf','a5008f5399d1c74428eafd66ce30baf6','Top Level Page (no parent)',NULL,NULL,'','LINE',NULL,0,'','b740b3e9447f923aa3dad108c3fd2866','',NULL),(2648,'en','acf','7e1dea98bf298a6f7faff62b961dfc59','Parent Page (has children)',NULL,NULL,'','LINE',NULL,0,'','6cb599dd3e192062832d36a01c9dbb85','',NULL),(2649,'en','acf','43d71e0c1efed4b54dda7343ff8c3e3c','Child Page (has parent)',NULL,NULL,'','LINE',NULL,0,'','1bac3fd0fc1399703c3f4ef64e41e335','',NULL),(2650,'en','acf','ab27f5ee6b3e86fe7260fdd770a72010','Collapsed',NULL,NULL,'','LINE',NULL,0,'','5bc29933517897c888c5bfb9216c3404','',NULL),(2651,'en','acf','470461d3393666eebe859efed8d44b72','Select a sub field to show when row is collapsed',NULL,NULL,'','LINE',NULL,0,'','22368740c3b7ccab590769dd3619df14','',NULL),(2652,'en','acf','2707ddb5a3e599dd61cbbc9216443bb1','Minimum Rows',NULL,NULL,'','LINE',NULL,0,'','bcecc681d4cc79b0058d00822454cf7f','',NULL),(2653,'en','acf','e0c1d79d76d2998a83517db467a66eac','Maximum Rows',NULL,NULL,'','LINE',NULL,0,'','10b8d8c104963db88bc288c6a64de0b9','',NULL),(2654,'en','acf','eb7f929fae900d3f139398b2403823cd','Button Label',NULL,NULL,'','LINE',NULL,0,'','81b18ec98372f0cd78010934a86d040e','',NULL),(2655,'en','acf','2f0288cf885faa6831539259b6a9a949','Click to toggle',NULL,NULL,'','LINE',NULL,0,'','9a747f2320136d211e0625af601aba6a','',NULL),(2656,'en','sitepress','7eafe843bd51c1bd508b6c7727043df6','The original has been deleted!',NULL,NULL,'','LINE',NULL,0,'','c82078ca994ac4d79b71e3fe513f7da5','',NULL),(2657,'en','default','b3f066d7b12126d9a43fc20a691994bb','%s min',NULL,NULL,'','LINE',NULL,0,'','8215f6b4da59478c956a213d7ab36a23','',NULL),(2658,'en','default','0aaff30699e63ba9bf8133d98b1d6832','%s hour',NULL,NULL,'','LINE',NULL,0,'','9959ee8630f8378d41b725f1a6d80557','',NULL),(2659,'en','template','de3c731be5633838089a07179d301d7b','Play',NULL,NULL,'','LINE',NULL,0,'','c9afa3d7ef7910f50a67c3359768018f','',NULL),(2660,'en','template','29171c2571e13aee5dada46e41ecb2f0','Find out More',NULL,NULL,'','LINE',NULL,0,'','f51d7c61121c729fdb1c1427614e363f','',NULL),(2661,'en','acf','110a4b01beabd53b661a47d4b44bd7a8','Publish',NULL,NULL,'','LINE',NULL,0,'','5bd771f739fd552f8ffd98e7c7eb7df3','',NULL),(2662,'en','acf','19f6e26702652b72fdc06294ed1594ef','Add row',NULL,NULL,'','LINE',NULL,0,'','1dcccf80d9ad3d6799ae0169ff102afa','',NULL),(2663,'en','acf','f22cc12954f8a6326b87efac5ab3bbd4','Remove row',NULL,NULL,'','LINE',NULL,0,'','7429351ba3bc73312654c5aa701535f3','',NULL),(2664,'en','wpml-translation-management','50313bbe66a26153bf663347880c26b1','Advanced Translation Editor settings',NULL,NULL,'','LINE',NULL,0,'','a52393820394ace920e2c8a5a8f7b443','',NULL),(2665,'en','wpml-translation-management','8cdca562f792d56b1b0fca6ce53cc960','Advanced Translation Editor is not active yet',NULL,NULL,'','LINE',NULL,0,'','d77fca173a311e4e100eb1120554ebcc','',NULL),(2666,'en','wpml-translation-management','64a1e5ed9fae5f214a579f57bedbf5f6','Request activation to receive an email with directions to activate the service.',NULL,NULL,'','LINE',NULL,0,'','f083f52570d00a93e94bb53ef57552ee','',NULL),(2667,'en','wpml-translation-management','a6ef4054d5a07f58046f89603b77a9da','Request activation',NULL,NULL,'','LINE',NULL,0,'','a7bbd0a758f534471f66d09014921918','',NULL),(2668,'en','wpml-translation-management','0792273315d2632a4f640c3f589fc81e','Advanced Translation Editor is being activated',NULL,NULL,'','LINE',NULL,0,'','bc4b8a7e56b4c51a1d398b89e464fc41','',NULL),(2669,'en','wpml-translation-management','5e67ac0ede833644ecb0d52d7f2bbb2f','Advanced Translation Editor is enabled and active',NULL,NULL,'','LINE',NULL,0,'','f2a09f3e1a98d73dfe0229b41228610f','',NULL),(2670,'en','wpml-translation-management','50fa0bb9d1114c7e986a049de2f8231d','Advanced Translation Editor is active',NULL,NULL,'','LINE',NULL,0,'','0922fa0081aeeac94973a7dbccaaca28','',NULL),(2671,'en','wpml-translation-management','82bbb05a5eaa1568345c57a21346b2e1','WPML\'s Advanced Translation Editor is enabled, but not all your translators can use it.',NULL,NULL,'','LINE',NULL,0,'','57a5a85d49693d352636690119023731','',NULL),(2672,'en','wpml-translation-management','102359b07ba9bcbf3ef84e6f1c2ab9a3','WPML support',NULL,NULL,'','LINE',NULL,0,'','72bf881c18331acc8330e4bd8de4919b','',NULL),(2673,'en','wpml-translation-management','4c0081267df1d9ceef741ab185d04df5','Synchronize translators and translation managers',NULL,NULL,'','LINE',NULL,0,'','3f459c86193f39319f4fc9da167e0532','',NULL),(2674,'en','wpml-translation-management','6bed039780770f2cb8e54e23511b9f14','Please try again in a few minutes. If the problem persists, please contact %s.',NULL,NULL,'','LINE',NULL,0,'','a346d781706b16c48f081447a70e73aa','',NULL),(2675,'en','wpml-translation-management','d2af4608a477a60f928c3a371a393bfc','%d translation job',NULL,NULL,'','LINE',NULL,0,'','77e736f130d6c69350a5db6818975068','',NULL),(2676,'en','wpml-translation-management','ff05d2f3c152a20938bf32596bdfd575','%d translation jobs',NULL,NULL,'','LINE',NULL,0,'','955f510611576c0694c13f1bf4a8f357','',NULL),(2677,'en','wpml-translation-management','54cd140c8f257756ec4600737bb409de','%s has been sent to remote translators',NULL,NULL,'','LINE',NULL,0,'','1e1c80dcaa4248817714ba42a1f253d5','',NULL),(2678,'en','wpml-translation-management','ac9e2fbcfbc2e635cb65c2ff834150f5','%s have been sent to remote translators',NULL,NULL,'','LINE',NULL,0,'','b182656749c3ff82bcefcd20b04b2272','',NULL),(2679,'en','wpml-translation-management','e0fcefa04246ee2e47d111d626a7c197','Check status and get translations',NULL,NULL,'','LINE',NULL,0,'','b4ce786e8a7794dfc48d2469833a210a','',NULL),(2680,'en','wpml-translation-management','54b0f8b28c61bc200419ce1c053ff633','Checking translation jobs status. Please don\'t close this page!',NULL,NULL,'','LINE',NULL,0,'','ffe6761f7b8c9e2b56c395c601f9cb95','',NULL),(2681,'en','wpml-translation-management','8820b205dec38c4279c789ca15a773d7','You are downloading %d jobs',NULL,NULL,'','LINE',NULL,0,'','fcd1fc62e6d39878af341b0327a55424','',NULL),(2682,'en','wpml-translation-management','71973c0e19ed2e430969fde4c6de3245','Status checked:',NULL,NULL,'','LINE',NULL,0,'','8b7d4557652f5180f31ab969d2a5887e','',NULL),(2683,'en','wpml-translation-management','8c1ee449418789460326ef3cb333e2d9','Dismiss this notice.',NULL,NULL,'','LINE',NULL,0,'','e478797f77b34a9fea9595839ecd8b6f','',NULL),(2684,'en','wpml-translation-management','a7449e9d3ef926b12bd3c92233c4bcc9','none of your translation jobs have been completed',NULL,NULL,'','LINE',NULL,0,'','bc2a769721e38cc45fae2492c0c0a645','',NULL),(2685,'en','wpml-translation-management','9e442b773c1dfcb4392b35b75e575299','%d translation jobs have been finished and applied.',NULL,NULL,'','LINE',NULL,0,'','48d9c9e39a6f99ac0854b0be115dafde','',NULL),(2686,'en','wpml-translation-management','272949c9ebe53d325e93df0bffb12bc1','A communication error has appeared. Please wait a few minutes and try again.',NULL,NULL,'','LINE',NULL,0,'','f15c6cb4c6de5bb48699f76d44ddf45f','',NULL),(2687,'en','wpml-translation-management','89de86aa34494d545d8cbb4fff3a4e59','Last check: %s',NULL,NULL,'','LINE',NULL,0,'','793812ce437de425db933e31e0fff814','',NULL),(2688,'en','wpml-translation-management','c7561db7a418dd39b2201dfe110ab4a4','never',NULL,NULL,'','LINE',NULL,0,'','1328ad2588e9283685484b086f8c8c96','',NULL),(2689,'en','wpml-translation-management','f112d6ab9e6254cc9051e2446179cdfa','Add selected content to translation basket',NULL,NULL,'','LINE',NULL,0,'','228bf219b0fa9e08cc74e3f737913552','',NULL),(2690,'en','wpml-translation-management','2c7bfddf1736fa2e2de276db306c9494','Add selected content to translation basket / Duplicate',NULL,NULL,'','LINE',NULL,0,'','0863ce7478398dd8d8ec8b5e67434026','',NULL),(2691,'en','wpml-translation-management','b29d60409d7e27f28b1504c67bb3a701','Choose at least one translation action',NULL,NULL,'','LINE',NULL,0,'','2be5c7837e92ad1ee74ec17e5343c370','',NULL),(2692,'en','wpml-translation-management','e72f667bddda37dcb17980d2c81078b9','Finished Post Duplication',NULL,NULL,'','LINE',NULL,0,'','895450296bcf12cfcc36fcb9242d6d9e','',NULL),(2693,'en','wpml-translation-management','7cf6bc0403bb3b600dd91bdabf4d0792','Duplicating',NULL,NULL,'','LINE',NULL,0,'','0a558de71c01f799861952785a7d3d53','',NULL),(2694,'en','wpml-translation-management','5ef6f94c1e123a3090657989becc2c98','Post parent',NULL,NULL,'','LINE',NULL,0,'','017e9afb182cde14af8142d17efa8e6c','',NULL),(2695,'en','wpml-translation-management','ed36a1ef76a59ee3f15180e0441188ad','Any',NULL,NULL,'','LINE',NULL,0,'','6425ee241aeefbd1b440ece8bb7300cc','',NULL),(2696,'en','wpml-media','2c26a837379366ac5b75e8298f67b794','WPML &raquo; Media Translation',NULL,NULL,'','LINE',NULL,0,'','23cc885c6c111c3782b8018e96e06cca','',NULL),(2697,'en','wpml-media','c2152f35039eb075d253dadb7a696b82','WPML &raquo; Translation Management',NULL,NULL,'','LINE',NULL,0,'','2394b0a97cee72349ce03d35eb1701f4','',NULL),(2698,'en','wpml-media','c89fe4169694f924a0d8ea3f20e89f16','Translating Media',NULL,NULL,'','LINE',NULL,0,'','50cfcd1535f7e8d3753585a3b0a931c9','',NULL),(2699,'en','wpml-media','9118f346b8ae91c0f594e75cf6eea5ff','There are two ways for you to translate Media:',NULL,NULL,'','LINE',NULL,0,'','6bdb663b8709db79342573f13a5d891b','',NULL),(2700,'en','wpml-media','7c31dcfc934b453d4cea4482cbe68da1','Use the dashboard on the %s page to translate your images and other media files.',NULL,NULL,'','LINE',NULL,0,'','6bca5e5f2160b9083bb991df894cafa1','',NULL),(2701,'en','wpml-media','4b6e9256ea7c7a17c6d4ae40e23e3ae0','Use the dashboard on the %s page to send pages that contain media, for translation.',NULL,NULL,'','LINE',NULL,0,'','e3a02ba2519e1069d37430cdab845108','',NULL),(2702,'en','wpml-media','acd0b00b5e6df26a425ceda467f02426','Learn more about WPML Media Translation',NULL,NULL,'','LINE',NULL,0,'','d046cbe286ffefaba9b3fa1364208bab','',NULL),(2703,'en','wpml-translation-management','f2b90ad7281e946ba32d160d6c39fd6e','Translation Dashboard',NULL,NULL,'','LINE',NULL,0,'','319f69c61421d97d36d53f2af91842fe','',NULL),(2704,'en','wpml-translation-management','e92f18cd6f23980e888577a53c2e84da','Translation Roles',NULL,NULL,'','LINE',NULL,0,'','fa35ea8c9fbd86967534d4691219fb2a','',NULL),(2705,'en','wpml-translation-management','ffad6aa5c33663d5f1a628e91f01c6f0','Translation Services',NULL,NULL,'','LINE',NULL,0,'','57b17a981479a9fb10790079c22b76e6','',NULL),(2706,'en','wpml-translation-management','4cf19fb8c8cae9e417bd35e64e945b7d','Translation Jobs',NULL,NULL,'','LINE',NULL,0,'','c2ecb287a376c607da9a013a7c6aa5d2','',NULL),(2707,'en','wpml-translation-management','a76d4ef5f3f6a672bbfab2865563e530','Time',NULL,NULL,'','LINE',NULL,0,'Pickup Log Column','cdcb10068aa6bb31d1f7ee76dd5d0f60','',NULL),(2708,'en','wpml-translation-management','2f2067066e3c4c2c6d226dfe5e29a8d6','Pickup method',NULL,NULL,'','LINE',NULL,0,'Pickup Log Column','feef1a0b2690ce39742fe4ae1313e701','',NULL),(2709,'en','wpml-translation-management','a836aa9c468931a9b4cf5c7e6144c390','Pickup ID',NULL,NULL,'','LINE',NULL,0,'Pickup Log Column','e606002ccd3c242a166870d3de96e281','',NULL),(2710,'en','wpml-translation-management','c4c90ce6c7e1482e56a7dcd095c4ecc2','Pickup CMS_ID',NULL,NULL,'','LINE',NULL,0,'Pickup Log Column','786f8427f31363f40f248e8c8b88d705','',NULL),(2711,'en','wpml-translation-management','0798ccceb972b122ad8a34dd5b553e37','Job state',NULL,NULL,'','LINE',NULL,0,'Pickup Log Column','d4a92e4d32f9248a5ce1616a502ce6f2','',NULL),(2712,'en','wpml-translation-management','a23627e615b88c287aa4e978df1c9d82','Source language',NULL,NULL,'','LINE',NULL,0,'Pickup Log Column','4bbc85d2b423e467e7e5950ea850a2c4','',NULL),(2713,'en','wpml-translation-management','648f771e3555d5e0d184203f05938581','Target language',NULL,NULL,'','LINE',NULL,0,'Pickup Log Column','ae4a981a67c26b9e4440951c34f099ea','',NULL),(2714,'en','wpml-translation-management','f4e7f140ef107de9d57504bb4af877bb','Batch ID',NULL,NULL,'','LINE',NULL,0,'Pickup Log Column','56ae23bad77f050fe340411696a66ada','',NULL),(2715,'en','wpml-translation-management','89e2af5b307e7b1bc272a6de70870bde','Element type',NULL,NULL,'','LINE',NULL,0,'Pickup Log Column','c7d454bebc2c3ddd8db359a319a33f2b','',NULL),(2716,'en','wpml-translation-management','69e4930957cf0b724a9020a10cbc980b','Job ID',NULL,NULL,'','LINE',NULL,0,'Pickup Log Column','45bc3638ad29e1e140f0e9b7e3a865d0','',NULL),(2717,'en','wpml-translation-management','e59a41e120686e63cbb743f003bea4e6','Language code',NULL,NULL,'','LINE',NULL,0,'Pickup Log Column','e3d565286c72b4ed67fb212c1c932a52','',NULL),(2718,'en','wpml-translation-management','f008f2c1febedbd6af5600bbb8eddf65','Source language code',NULL,NULL,'','LINE',NULL,0,'Pickup Log Column','c516b381314cc8ad66c0d8c80f154d9c','',NULL),(2719,'en','wpml-translation-management','61829673a7e4fea1740539a1681223af','Status of original',NULL,NULL,'','LINE',NULL,0,'Pickup Log Column','2201c39522fb36003c0ca542752d7fcd','',NULL),(2720,'en','wpml-translation-management','a1fa27779242b4902f7ae3bdd5c6d508','Type',NULL,NULL,'','LINE',NULL,0,'Pickup Log Column','1fd1178dcf73078003955f707633c75e','',NULL),(2721,'en','wpml-translation-management','b78a3223503896721cca1303f776159b','Title',NULL,NULL,'','LINE',NULL,0,'Pickup Log Column','67fde30ca1706eb737b2bc3fa9fa13e9','',NULL),(2722,'en','wpml-translation-management','53ea95f9e20e8107541a41bfe26ae85f','Original element ID',NULL,NULL,'','LINE',NULL,0,'Pickup Log Column','27115a00a15744b9e7fd0b68e5ef7820','',NULL),(2723,'en','wpml-translation-management','7c2b72aa0583f8a059e86c63b836cc46','Edit URL of original',NULL,NULL,'','LINE',NULL,0,'Pickup Log Column','6898e9ec8d7e9b577919cba2319a259f','',NULL),(2724,'en','wpml-translation-management','5b3e49ecf9932147d3766fbb13ffcb41','Front-end URL of original',NULL,NULL,'','LINE',NULL,0,'Pickup Log Column','a45e949ba4d35bca5a82fa063759e6d8','',NULL),(2725,'en','wpml-translation-management','266ba14af58a3dfa4b9e1c90a8879dfb','Content type',NULL,NULL,'','LINE',NULL,0,'Pickup Log Column','d01e7e0ce629f8479be37863cc11de6f','',NULL),(2726,'en','wpml-translation-management','2b29eb4f7de1a5521763f7afc16a3043','Content status',NULL,NULL,'','LINE',NULL,0,'Pickup Log Column','d9e06177e27ce8d84c1d4f33db44746e','',NULL),(2727,'en','wpml-translation-management','125d0c158f021b97a0733ae94250f7d7','Edit URL of translation',NULL,NULL,'','LINE',NULL,0,'Pickup Log Column','f8baf59c3771429ddd06f4d53f647574','',NULL),(2728,'en','wpml-translation-management','eea2afac206034665db963dab6178c89','Front-end URL of translation',NULL,NULL,'','LINE',NULL,0,'Pickup Log Column','e02116d49906094676882e6c4f796823','',NULL),(2729,'en','wpml-translation-management','1e9d5e5f69b2c9d785735e21fa952c2e','Status of translation',NULL,NULL,'','LINE',NULL,0,'Pickup Log Column','4fbb1261a357b80e518706e21e4a3f92','',NULL),(2730,'en','wpml-translation-management','8b49f35341ecc80c7e0954882cbae79e','New or updated',NULL,NULL,'','LINE',NULL,0,'Pickup Log Column','a2374a304a076f8e867593f6557ba6ea','',NULL),(2731,'en','wpml-translation-management','b34c6fde5b866ee5ed0d3a3e1d3a4c2d','Debug data',NULL,NULL,'','LINE',NULL,0,'Pickup Log Column','cc1e062786fbcdc0329ec572ff81a894','',NULL),(2732,'en','wpml-translation-management','f838f98437b5951b539ec3c3cbae35c1','Serialized data',NULL,NULL,'','LINE',NULL,0,'Pickup Log Column','e09da98719e81d76419332f6ae58fb7f','',NULL),(2733,'en','wpml-translation-management','9b9d8a976b42e0bd66381797644943d5','Published',NULL,NULL,'','LINE',NULL,0,'','641e324261814ff393c26907ea9fc5a0','',NULL),(2734,'en','wpml-translation-management','f03ab16cd58372c77ba45a3d9a5a1cb9','Draft',NULL,NULL,'','LINE',NULL,0,'','ac1e4a18ee408f9cf35035964da379a8','',NULL),(2735,'en','wpml-translation-management','00b38f89b377390e7c1d74d82cc2f858','Pending Review',NULL,NULL,'','LINE',NULL,0,'','d6e2071a101aacd1af298b59625ec0d9','',NULL),(2736,'en','wpml-translation-management','2b7dabba0077abe3732e0418b048a56b','Scheduled',NULL,NULL,'','LINE',NULL,0,'','dc1dbc3074167b086e18d592a4432104','',NULL),(2737,'en','wpml-translation-management','47f9082fc380ca62d531096aa1d110f1','Private',NULL,NULL,'','LINE',NULL,0,'','7e027a3361e09ea3cbda2d540401e89b','',NULL),(2738,'en','wpml-translation-management','2393c1ebe87fc11de837a0585b263399','1. Select items for translation',NULL,NULL,'','LINE',NULL,0,'','d703adc389516c892ab6292afa3713a9','',NULL),(2739,'en','wpml-translation-management','89e2af5b307e7b1bc272a6de70870bde','Element type',NULL,NULL,'','LINE',NULL,0,'','47fea1796307afef3c3d91cb78adb23a','',NULL),(2740,'en','wpml-translation-management','134353eb582d3f9bfd506fffd830814d','All types',NULL,NULL,'','LINE',NULL,0,'','50728ba42fd4cfd6b3e20df90421d7b4','',NULL),(2741,'en','wpml-translation-management','d0e45878043844ffc41aac437e86b602','parent',NULL,NULL,'','LINE',NULL,0,'','0fb86204d31494933d17dfa537cdfc27','',NULL),(2742,'en','wpml-translation-management','13b5bfe96f3e2fe411c9f66f4a582adf','in',NULL,NULL,'','LINE',NULL,0,'','96646c9d1953779917f3e8d8862f0b2c','',NULL),(2743,'en','wpml-translation-management','fe3ef467fa495896e4a00bcb864c98f0','translated to',NULL,NULL,'','LINE',NULL,0,'','ec2812d863fe3422b0aacadf93a4a9ef','',NULL),(2744,'en','wpml-translation-management','8c7de9e5a48fc6062be263d4d66f0869','Any language',NULL,NULL,'','LINE',NULL,0,'','b9657448134b9b468ddc196f89e61f84','',NULL),(2745,'en','wpml-translation-management','3f65b4e558016b90ee913a1ccd210910','Translation status',NULL,NULL,'','LINE',NULL,0,'','325dd31118910de848f9ba1cade58de9','',NULL),(2746,'en','wpml-translation-management','531fb7ad13d854f48c7d4cbdceff0ff7','All translation statuses',NULL,NULL,'','LINE',NULL,0,'','d551d5d3bfd6f3584a3b3e45be59bff5','',NULL),(2747,'en','wpml-translation-management','c6ce5ae9b3be27485d0637e26c35383b','Not translated or needs updating',NULL,NULL,'','LINE',NULL,0,'','9683592fb9e2c892124c749b01c08c8d','',NULL),(2748,'en','wpml-translation-management','68e468726a5d8abb5201afb2dda3f300','Needs updating',NULL,NULL,'','LINE',NULL,0,'','36fd716c06eb369e9a276e25b2702162','',NULL),(2749,'en','wpml-translation-management','dc6051b5d7e6b95825041f9146be0370','Translation in progress',NULL,NULL,'','LINE',NULL,0,'','8c021948fd2ffbba355c2e191e019332','',NULL),(2750,'en','wpml-translation-management','895a75147c9fe009ab46b04a47d5a560','Translation complete',NULL,NULL,'','LINE',NULL,0,'','7e527ae2425fe2acabc86cff9f33a61c','',NULL),(2751,'en','wpml-translation-management','a7384c8f1c8d3ab5462873ba8765b986','Publish status',NULL,NULL,'','LINE',NULL,0,'','6696b7df63ce8ec15d33c31748eea9fc','',NULL),(2752,'en','wpml-translation-management','96e3d398260724e0a83da53a2e9f20e7','All statuses',NULL,NULL,'','LINE',NULL,0,'','74c7bbcba26c54a7fdaa2e5c1e883e5d','',NULL),(2753,'en','wpml-translation-management','502996d9790340c5fd7b86a5b93b1c9f','Priority',NULL,NULL,'','LINE',NULL,0,'','43a992d63e341d8f2206be58951c7d38','',NULL),(2754,'en','wpml-translation-management','9f7cd5b47bace1e7c904ccd9e22e9298','All Translation Priorities',NULL,NULL,'','LINE',NULL,0,'','b6f189d12edfb221533077ae8565175b','',NULL),(2755,'en','wpml-translation-management','b78a3223503896721cca1303f776159b','Title',NULL,NULL,'','LINE',NULL,0,'','baa4893abbcb8a6c673196a2c8c79b89','',NULL),(2756,'en','wpml-translation-management','d7778d0c64b6ba21494c97f77a66885a','Filter',NULL,NULL,'','LINE',NULL,0,'','42125c6dafc88ae92ed2ce77335e2f39','',NULL),(2757,'en','wpml-translation-management','c9735d44ad107c68675c021faa6d6ecf','Reset filter',NULL,NULL,'','LINE',NULL,0,'','1ff57c46ec1ea72c30ff3fde10809013','',NULL),(2758,'en','wpml-translation-management','a1fa27779242b4902f7ae3bdd5c6d508','Type',NULL,NULL,'','LINE',NULL,0,'','8a3cc30b92f0a45e50ab1d426cde7d03','',NULL),(2759,'en','wpml-translation-management','44749712dbec183e983dcd78a7736c41','Date',NULL,NULL,'','LINE',NULL,0,'','4142c6baffbcca916982fb66c39865fc','',NULL),(2760,'en','wpml-translation-management','06df33001c1d7187fdd81ea1f5b277aa','Actions',NULL,NULL,'','LINE',NULL,0,'','dda09709a472cb656a78bd69898a1d3d','',NULL),(2761,'en','wpml-translation-management','7dce122004969d56ae2e0245cb754d35','Edit',NULL,NULL,'','LINE',NULL,0,'','7d18cea0422b81f5f6a4255884734b4d','',NULL),(2762,'en','wpml-translation-management','4351cfebe4b61d8aa5efa1d020710005','View',NULL,NULL,'','LINE',NULL,0,'','784f7c3f61f0e94ba8f1143b7d933bca','',NULL),(2763,'en','wpml-translation-management','457d941a76e1a37d5866479a2898be6e','Add note for the translators',NULL,NULL,'','LINE',NULL,0,'','77ec3cbb2119ebe3d8c3a8ffdbf5ca89','',NULL),(2764,'en','wpml-translation-management','6db6331d7e4eedc02d689310ea1f1be3','Note for the translators',NULL,NULL,'','LINE',NULL,0,'','9c37a49eacad74f292716892011890f2','',NULL),(2765,'en','wpml-translation-management','c9cc8cce247e49bae79f15173ce97354','Save',NULL,NULL,'','LINE',NULL,0,'','683dbddb1e8a1bee1aab2de7112b1db0','',NULL),(2766,'en','wpml-translation-management','2f5dc0085feafaebebc657c6b48142ec','Word count estimate:',NULL,NULL,'','LINE',NULL,0,'','228b3a99e8636fe4c33c9ec64bc01ecb','',NULL),(2767,'en','wpml-translation-management','95f4eb73fb11cb49c01a00e8171b878d','%s words',NULL,NULL,'','LINE',NULL,0,'','30112475c4326009080e48c6e5352269','',NULL),(2768,'en','wpml-translation-management','adc2f203aec53f260b6103b56318a711','in %s document(s)',NULL,NULL,'','LINE',NULL,0,'','995898422eb8a9a70b86e9caf08f3c43','',NULL),(2769,'en','wpml-translation-management','bbcf245b1f8e2178472d81d8e177896b','Word count for the entire site',NULL,NULL,'','LINE',NULL,0,'','21f01c63ece0fc12278d8eee0d0e00f1','',NULL),(2770,'en','wpml-translation-management','4fb813e73cf30a04d997657289ca6a6f','Displaying %s&#8211;%s of %s',NULL,NULL,'','LINE',NULL,0,'','51e17a1fbfa893536e6f8edffa6ce5d0','',NULL),(2771,'en','wpml-media','38153e5c36ddcd539fcf90522d0785b4','Choose which media to translate with this %s',NULL,NULL,'','LINE',NULL,0,'','07452f96c27ab9bc4176aa091565574f','',NULL),(2772,'en','wpml-media','8524de963f07201e5c086830d370797f','Loading...',NULL,NULL,'','LINE',NULL,0,'','75e0d1ebaf90b3ab77fd3bd353243df6','',NULL),(2773,'en','wpml-translation-management','9bf5ef47bf1cb20084bf7d6ad86ab835','2. Select translation options',NULL,NULL,'','LINE',NULL,0,'','8a10f5cb88071843126148534daf75ad','',NULL),(2774,'en','wpml-translation-management','deccbe4e9083c3b5f7cd2632722765bb','Translate',NULL,NULL,'','LINE',NULL,0,'','83eb6cf73084803a6648bd89fbf0564e','',NULL),(2775,'en','wpml-translation-management','53ded23a712b29ac06cb364ea8be689b','All Languages',NULL,NULL,'','LINE',NULL,0,'','f79abcda418256e4774ac099762a836a','',NULL),(2776,'en','wpml-translation-management','2949dec1adac3e2e13dca695b9dcd0bd','Duplicate content',NULL,NULL,'','LINE',NULL,0,'','3def62d2f597780acb124de43539da40','',NULL),(2777,'en','wpml-translation-management','cd88ce600576fcc630878b5e374835a5','Do nothing',NULL,NULL,'','LINE',NULL,0,'','cd8274d729f3f2d748ec5d2950ef3800','',NULL),(2778,'en','wpml-translation-management','822a932aa8cd65661313e91e3205a5c0','Any existing content (translations) will be overwritten when creating duplicates.',NULL,NULL,'','LINE',NULL,0,'','1392fa217040532a9e4a847bad7f37b5','',NULL),(2779,'en','wpml-translation-management','4ad2b3544665c4143095828576e9eef8','When duplicating content, please first duplicate parent pages to maintain the site\'s hierarchy.',NULL,NULL,'','LINE',NULL,0,'','6ee543a6e12b7800de3f115424cb0392','',NULL),(2780,'en','default','0ef460f8863506f51ade1842e8450c85','At a Glance',NULL,NULL,'','LINE',NULL,0,'','14ab08e43e5fc0c3319c74f846811a89','',NULL),(2781,'en','default','ecfc2dffe568c10a67dbc6d3724cfde2','Activity',NULL,NULL,'','LINE',NULL,0,'','7dd8213cbc097f61b4fcceb5ddbe4985','',NULL),(2782,'en','default','ad23e5619296597ab99608c6918be8ca','Quick Draft',NULL,NULL,'','LINE',NULL,0,'','cdea2069361117b9ed84f249ca3b61b9','',NULL),(2783,'en','default','7b8c63f0e95a762f6e08c848d11849b2','Your Recent Drafts',NULL,NULL,'','LINE',NULL,0,'','d373f8f59463b4fa142b9b51d43b5b98','',NULL),(2784,'en','default','19b8a23b0794f1d1b2353f149aa2a575','WordPress Events and News',NULL,NULL,'','LINE',NULL,0,'','4449065eccd9c6d7a467f72174a20ed6','',NULL),(2785,'en','default','7bb5b05b47216f59eeab4b23d0014277','Welcome to your WordPress Dashboard! This is the screen you will see when you log in to your site, and gives you access to all the site management features of WordPress. You can get help for any screen by clicking the Help tab above the screen title.',NULL,NULL,'','LINE',NULL,0,'','caa3ada644015d7da497c61e78d64e63','',NULL),(2786,'en','default','030eb735ca4d9aed22505e6adb6e37c1','The left-hand navigation menu provides links to all of the WordPress administration screens, with submenu items displayed on hover. You can minimize this menu to a narrow icon strip by clicking on the Collapse Menu arrow at the bottom.',NULL,NULL,'','LINE',NULL,0,'','a199554e617c102a6467d92c120ed216','',NULL),(2787,'en','default','ca887a8513c595e757361973c401dfc3','Links in the Toolbar at the top of the screen connect your dashboard and the front end of your site, and provide access to your profile and helpful WordPress information.',NULL,NULL,'','LINE',NULL,0,'','9ae02a33eb223e22333569fc7a0b76e7','',NULL),(2788,'en','default','846495f9ceed11accf8879f555936a7d','Navigation',NULL,NULL,'','LINE',NULL,0,'','52b4c7dc9c72494863e18b45a3f4c4ce','',NULL),(2789,'en','default','5d3cfb1969cd32ce072f4a154329dbf9','You can use the following controls to arrange your Dashboard screen to suit your workflow. This is true on most other administration screens as well.',NULL,NULL,'','LINE',NULL,0,'','96659bd2478b2ec608973ec63c74de4c','',NULL),(2790,'en','default','a98be58ec342822c43f9a60f423b1d2f','<strong>Screen Options</strong> &mdash; Use the Screen Options tab to choose which Dashboard boxes to show.',NULL,NULL,'','LINE',NULL,0,'','ed407f0af001c6226b4cc9be2875d701','',NULL),(2791,'en','default','71ce1121b4c5579d8f2c8e71335b9a22','<strong>Drag and Drop</strong> &mdash; To rearrange the boxes, drag and drop by clicking on the title bar of the selected box and releasing when you see a gray dotted-line rectangle appear in the location you want to place the box.',NULL,NULL,'','LINE',NULL,0,'','5152a8dbc58f8c3531ec3b414be417aa','',NULL),(2792,'en','default','b65fa8d75f92ea10c226c9c9e107cfc6','<strong>Box Controls</strong> &mdash; Click the title bar of the box to expand or collapse it. Some boxes added by plugins may have configurable content, and will show a &#8220;Configure&#8221; link in the title bar if you hover over it.',NULL,NULL,'','LINE',NULL,0,'','54545fe38eda999a7a67927af2e0e559','',NULL),(2793,'en','default','7ab07ba8c965ea3d313a005f2b1be7e1','The boxes on your Dashboard screen are:',NULL,NULL,'','LINE',NULL,0,'','0c233d949e877e2af23f5c041e05bb6b','',NULL),(2794,'en','default','a8f4d14621490c3a1b94015a6744f684','<strong>At A Glance</strong> &mdash; Displays a summary of the content on your site and identifies which theme and version of WordPress you are using.',NULL,NULL,'','LINE',NULL,0,'','63cb0e79249a3955ef8698cb0ff6b575','',NULL),(2795,'en','default','ecdb52fb00d5aabe4e9d24b436f9b9fc','<strong>Activity</strong> &mdash; Shows the upcoming scheduled posts, recently published posts, and the most recent comments on your posts and allows you to moderate them.',NULL,NULL,'','LINE',NULL,0,'','92492a427dfb72cd1b97719e8e35e896','',NULL),(2796,'en','default','78bf51b73e62500109ff97739c24bb7d','<strong>Quick Draft</strong> &mdash; Allows you to create a new post and save it as a draft. Also displays links to the 5 most recent draft posts you\'ve started.',NULL,NULL,'','LINE',NULL,0,'','ccbc678b1234e3865ff243cf2f5e033b','',NULL),(2797,'en','default','68be54ef7492257e7178f816454fdf5a','<strong>WordPress News</strong> &mdash; Latest news from the official WordPress project, the <a href=\"%s\">WordPress Planet</a>, and popular plugins.',NULL,NULL,'','LINE',NULL,0,'','9c5423e69e0284c407f9aabcee4dd836','',NULL),(2798,'en','default','b9a1271b2e672c179b937b27b816ef35','https://planet.wordpress.org/',NULL,NULL,'','LINE',NULL,0,'','6df51f85d1958cc7615fc1f5d7a655d4','',NULL),(2799,'en','default','949100024350856bb528b654ef53952d','<strong>Welcome</strong> &mdash; Shows links for some of the most common tasks when setting up a new site.',NULL,NULL,'','LINE',NULL,0,'','e66eb81986125f51d693abfb956c7f9c','',NULL),(2800,'en','default','682186411ccf22dda09e72de0c978d6e','<a href=\"https://codex.wordpress.org/Dashboard_Screen\">Documentation on Dashboard</a>',NULL,NULL,'','LINE',NULL,0,'','53b628e5360de0f7dd3ee6c06268e055','',NULL),(2801,'en','default','0c817022079bba6f495477a6c9d894e6','Enter your closest city to find nearby events.',NULL,NULL,'','LINE',NULL,0,'','5095b982dba0038adcbb65729356e271','',NULL),(2802,'en','default','b028ccd04708b8c3c7722956e149a718','An error occurred. Please try again.',NULL,NULL,'','LINE',NULL,0,'','4316d7d5d14456269eb55d6245e6226c','',NULL),(2803,'en','default','1926e48427cf3a76085509049b568bcc','Attend an upcoming event near you.',NULL,NULL,'','LINE',NULL,0,'','d06a1c56c209891de5c398d321a22e5c','',NULL),(2804,'en','default','2de27af160c9ab57741ad700cd8a7045','We couldn&#8217;t locate %s. Please try another nearby city. For example: Kansas City; Springfield; Portland.',NULL,NULL,'','LINE',NULL,0,'','0a5ee77da184f74138ff33325e58a0f9','',NULL),(2805,'en','default','806701e5497df9a9387f5c37edaac41a','City updated. Listing events near %s.',NULL,NULL,'','LINE',NULL,0,'','719f9cee4ed1cd961e4d6efcd3057355','',NULL),(2806,'en','wpml-translation-management','54d1a8b447435ee325e306b8a58f58c9','Translation Service',NULL,NULL,'','LINE',NULL,0,'','5dee364754c9b46623caf46a9f93b981','',NULL),(2807,'en','wpml-translation-management','f92965e2c8a7afb3c1b9a5c09a263636','Done',NULL,NULL,'','LINE',NULL,0,'','f60ee51f38478076bf31cfe3f7cdf080','',NULL),(2808,'en','wpml-translation-management','9ba9268b034fb49f9706962e9d994d93','%s requires additional data',NULL,NULL,'','LINE',NULL,0,'','062765f512f5f4aed363b3f987ffbe3d','',NULL),(2809,'en','wpml-translation-management','421694302fc8e0e51988aa092a406862','You can find this at %s site',NULL,NULL,'','LINE',NULL,0,'','6e4b5307a37bf5973c8d6a36ae0f241a','',NULL),(2810,'en','wpml-translation-management','3b470c1f6a10f58c8a8cb6b904577786','No matches',NULL,NULL,'','LINE',NULL,0,'','80d90bc346f6279436365be936b18eac','',NULL),(2811,'en','wpml-translation-management','916568ea1d41a8e0e38ceecef19c1ddf','User found',NULL,NULL,'','LINE',NULL,0,'','7d1214c3062876e42b3070c10edbb85e','',NULL),(2812,'en','wpml-translation-management','04c21f0ec89d3e3077399dc463858898','Please register WPML to enable the professional translation option',NULL,NULL,'','LINE',NULL,0,'','d42441f7cfc312a97d115248bae473fd','',NULL),(2813,'en','sitepress','404756d8920bc863cbce5973697ba8a6','Notice does not exist.',NULL,NULL,'','LINE',NULL,0,'','85d7d2321e350c7cbd04fded9f73bd3d','',NULL),(2814,'en','wpml-translation-management','9ffa4765d2da990741800bbe1ad4e7f8','Bulk actions',NULL,NULL,'','LINE',NULL,0,'','27c2462e7bcff4b3ea7e62d38276ba4e','',NULL),(2815,'en','wpml-translation-management','295cc024728a10becfec47e1d454c4f9','Cancel jobs',NULL,NULL,'','LINE',NULL,0,'','c244edfdec80b20ea09a71402cc29412','',NULL),(2816,'en','wpml-translation-management','d56845729b8f243b209e925bf8a531c6','Get translations',NULL,NULL,'','LINE',NULL,0,'','8f0ca7255142dcee82e924bbafac2c58','',NULL),(2817,'en','wpml-translation-management','2e01b86887d023c873d0ebb2811e3bd8','First page',NULL,NULL,'','LINE',NULL,0,'','40dfe4a0154c0af5d8f810d724f3b259','',NULL),(2818,'en','wpml-translation-management','16ded2dc32322d80ce2362a47f4d7ef4','Previous page',NULL,NULL,'','LINE',NULL,0,'','69723e0cf4abc22123b0de54fff9d1d9','',NULL),(2819,'en','wpml-translation-management','374bea6cf8bd1e8fd64570b629cc6562','Next page',NULL,NULL,'','LINE',NULL,0,'','81e8d1e477b12d2752b1ad6c8aa5b29a','',NULL),(2820,'en','wpml-translation-management','339aaf6f96935365023a6e4c95c0ba95','Last page',NULL,NULL,'','LINE',NULL,0,'','c3faf0d7b65110aa61026d04c8dbfd17','',NULL),(2821,'en','wpml-translation-management','846495f9ceed11accf8879f555936a7d','Navigation',NULL,NULL,'','LINE',NULL,0,'','af565df0edcc93a0aafd4f7976697e3f','',NULL),(2822,'en','wpml-translation-management','41aceb86e7eb448e7c1328a220a0d7b1','0 items',NULL,NULL,'','LINE',NULL,0,'','5d4ad5925fa1cf3c57e17b0aee598f11','',NULL),(2823,'en','wpml-translation-management','8bf8854bebe108183caeb845c7676ae4','of',NULL,NULL,'','LINE',NULL,0,'','4fc13fd5354ac2aed56d2174f3983485','',NULL),(2824,'en','wpml-translation-management','e95ee01a918aa5824cb98f8766eba920','Select translator',NULL,NULL,'','LINE',NULL,0,'','66e2e642e6610060302aef8585ec905c','',NULL),(2825,'en','wpml-translation-management','185b7133db22230701a857c059360cc2','Assign',NULL,NULL,'','LINE',NULL,0,'','2b916a82f2cee6ac8435c1aa602484f3','',NULL),(2826,'en','wpml-translation-management','e9f943c24f56087582d6897fc6ad1f81','External Actions',NULL,NULL,'','LINE',NULL,0,'','13cd7af84fd3fdaa492dba1036e4fd40','',NULL),(2827,'en','wpml-translaton-management','1f9af00d80e454a88573e8cb3dde309f','Actions that will happen on the translation service',NULL,NULL,'','LINE',NULL,0,'','f68c1d4e099441928e75e3b2f5857877','',NULL),(2828,'en','wpml-translation-management','4c41e0bd957698b58100a5c687d757d9','Select all',NULL,NULL,'','LINE',NULL,0,'','5be6bcd59411a26934da9e9a9e222b96','',NULL),(2829,'en','wpml-translation-management','d98a07f84921b24ee30f86fd8cd85c3c','from',NULL,NULL,'','LINE',NULL,0,'','28aa31abba564b36fb33f88aaac48906','',NULL),(2830,'en','wpml-translation-management','01b6e20344b68835c5ed1ddedf20d531','to',NULL,NULL,'','LINE',NULL,0,'','f65199da49b5d3d27fd3243010848435','',NULL),(2831,'en','wpml-translation-management','cf3fb1ff52ea1eed3347ac5401ee7f0c','Ascending',NULL,NULL,'','LINE',NULL,0,'','07ed7be3e8fc35ade94a7d33c2e84dc3','',NULL),(2832,'en','wpml-translation-management','e3cf5ac19407b1a62c6fccaff675a53b','Descending',NULL,NULL,'','LINE',NULL,0,'','8bf23d5f9b12446378fe53908edb276e','',NULL),(2833,'en','wpml-translation-management','6b46ae48421828d9973deec5fa9aa0c3','Sort',NULL,NULL,'','LINE',NULL,0,'','8f17100ff551113774b0d4f2da215980','',NULL),(2834,'en','wpml-translation-management','02674a4ef33e11c879283629996c8ff8','Direction',NULL,NULL,'','LINE',NULL,0,'','7e664b4f6a0537b50bf0136e9f620174','',NULL),(2835,'en','wpml-translation-management','8d7bbda7284ed08ac5d0ef3bb82130c1','sort by',NULL,NULL,'','LINE',NULL,0,'','c306cdd2149948ea228053f3f0f2c17a','',NULL),(2836,'en','wpml-translation-management','5ed558d52e3c0d881fe8e27862182114','then sort by',NULL,NULL,'','LINE',NULL,0,'','ec4e3924d728ddcbb737d5964e317e50','',NULL),(2837,'en','wpml-translation-management','d6fdb37406b207a6055d8d376b6ee6b2','translated by',NULL,NULL,'','LINE',NULL,0,'','c428d7b847538f6eca727390587527bf','',NULL),(2838,'en','wpml-translation-management','23a58bf9274bedb19375e527a0744fa9','with',NULL,NULL,'','LINE',NULL,0,'','70ed5668e36770b87a517f9d2bbad835','',NULL),(2839,'en','wpml-translation-management','162795dfc5aa3587520a50cd9cc9fa81','sent between',NULL,NULL,'','LINE',NULL,0,'','20cd5f63648a207cc881f76ea5456d8c','',NULL),(2840,'en','wpml-translation-management','222d2646a6267f1f2a1363299b1e1563','with deadline between',NULL,NULL,'','LINE',NULL,0,'','8793cff47c0c789f616ca3c9e797895e','',NULL),(2841,'en','wpml-translation-management','268d1dca05a4dd6c3d647a4de01bf9d5','Reset filters',NULL,NULL,'','LINE',NULL,0,'','1942b729d079578f7c5bf2d54741f7d6','',NULL),(2842,'en','wpml-translation-management','9aadb017cc5b335be77ba090d5029259','Select status',NULL,NULL,'','LINE',NULL,0,'','de71977cbfd1d83b48ca06abdf9ecc81','',NULL),(2843,'en','wpml-translation-management','8cc92e838abe1675507f64cee097c046','Loading jobs...',NULL,NULL,'','LINE',NULL,0,'','ee9b4293e4e87eb75f2294c6c38b50ad','',NULL),(2844,'en','wpml-translation-management','fc58571007714ea517499c183a0f2098','Downloading translations...',NULL,NULL,'','LINE',NULL,0,'','5fcb53376380c9044bed96f2ee2f246f','',NULL),(2845,'en','wpml-translation-management','e5b9d6e921e5d841476026139d22c075','Synchronizing batch...',NULL,NULL,'','LINE',NULL,0,'','fabcb4429c53bc7f1e92c819cc97e64c','',NULL),(2846,'en','wpml-translation-management','9c5ba62075de607d16e9ef2f06af70db','Canceling jobs...',NULL,NULL,'','LINE',NULL,0,'','d8f7f39857538d0e72835d13a64b7436','',NULL),(2847,'en','wpml-translation-management','b02449ea8329a58d2d7e2b56d15e6d7a','Assigning translator...',NULL,NULL,'','LINE',NULL,0,'','2ab89a8a643501a592f88e7014193baf','',NULL),(2848,'en','wpml-translation-management','35f6ac6a7ebd66205d5d0a29efaf3df5','Downloading XLIFF file...',NULL,NULL,'','LINE',NULL,0,'','efd09e4857782529e874f2b809828632','',NULL),(2849,'en','wpml-translation-management','5500b37a10f72a6360bb310eb3fdf4ac','Translations downloaded',NULL,NULL,'','LINE',NULL,0,'','26c6f417b9d7c36a6426525533fcaa28','',NULL),(2850,'en','wpml-translation-management','f84c929afdcc6256fb55f022c6a44021','Batch synchronization has been sent',NULL,NULL,'','LINE',NULL,0,'','318ae264cb15251eb280d25b213d732e','',NULL),(2851,'en','wpml-translation-management','8d0e4c4ffb4debb5ec46dd4d4dabee0e','Jobs canceled',NULL,NULL,'','LINE',NULL,0,'','ece2755c8bc8f569ccf144fb5a851ed0','',NULL),(2852,'en','wpml-translation-management','c88672f947cb629780cd3467306b23dc','Translator assigned',NULL,NULL,'','LINE',NULL,0,'','250bbbe162302a1dcd80d5374ad3b70b','',NULL),(2853,'en','wpml-translation-management','366acc175979afe6b9ee8742bd01ae62','XLIFF file downloaded',NULL,NULL,'','LINE',NULL,0,'','18a154de60ea813f7685094814f1e232','',NULL),(2854,'en','wpml-translation-management','eb198fdad4db7833129225464420e067','Check status',NULL,NULL,'','LINE',NULL,0,'','0b7d076b7ac4ff0e06142ca14abe2fc6','',NULL),(2855,'en','wpml-translation-management','07739f53391f23599b81e2ed4b3f9656','Translation is ready, no need to check its status',NULL,NULL,'','LINE',NULL,0,'','c485e2daff962af593cf915fc4eeff1b','',NULL),(2856,'en','wpml-translation-management','83f18d525f1e4d630651c66ccdda86ef','Download the translated XLIFF file',NULL,NULL,'','LINE',NULL,0,'','2cd4bb81579200473782b4d55a9bcf84','',NULL),(2857,'en','wpml-translation-management','2e968ab0daa31d0e0ae2f334bf55de0f','This is a local job so it does not have an XLIFF file to download',NULL,NULL,'','LINE',NULL,0,'','871c45053f68713d2bb1cf85b7e165e0','',NULL),(2858,'en','wpml-translation-management','5b49dcab84d504be9688a5c0895a0cf3','You cannot download the translation as it has not been completed',NULL,NULL,'','LINE',NULL,0,'','18031315544cd93cf324275870f53f9b','',NULL),(2859,'en','wpml-translation-management','958971837396ee2057c59f4bf697ab01','You cannot download the XLIFF file because TS_NAME has canceled the job',NULL,NULL,'','LINE',NULL,0,'','4223eb83fa34e00ac5cda56ef86ac8e6','',NULL),(2860,'en','wpml-translation-management','85045052251907dfd7b971fe5d1d34a3','Cancel job',NULL,NULL,'','LINE',NULL,0,'','fb228ad09fcc471f83001ac791eec1b2','',NULL),(2861,'en','wpml-translation-management','5e0c515ede6ef765b78a7190c1d8232d','You can cancel only a local job',NULL,NULL,'','LINE',NULL,0,'','2b91077356d33c5ec3031fe2ac804359','',NULL),(2862,'en','wpml-translation-management','ad74a131cf902f380cb4421f26332cb9','The job is already finished',NULL,NULL,'','LINE',NULL,0,'','6905e83c85be4838a75ed854b3f7e814','',NULL),(2863,'en','wpml-translation-management','410b43ed405f01f56c96630930329cfe','The job is already canceled',NULL,NULL,'','LINE',NULL,0,'','442e59e0b2495522ebd4ca0d7151f6c4','',NULL),(2864,'en','wpml-translation-management','cff8bc458286f612311385ff78c526ae','You cannot download the translation for a local job',NULL,NULL,'','LINE',NULL,0,'','0de3171b4a689960353d8ab7bdc10e37','',NULL),(2865,'en','wpml-translation-management','97a8cf49f523ae100a7a7d5de72f44d8','You have already downloaded this job',NULL,NULL,'','LINE',NULL,0,'','66f5d53eb4be594cff78855424d55d83','',NULL),(2866,'en','wpml-translation-management','a1477f6a0aa1bff660365d88867f64b5','You cannot download this job because TS_NAME has canceled it',NULL,NULL,'','LINE',NULL,0,'','1877eaf1e7a49736c5a87662455efe71','',NULL),(2867,'en','wpml-translation-management','9715c40ad321e99f9fb493987e19f2f9','TP ID: %d',NULL,NULL,'','LINE',NULL,0,'','6e3deaeebc646d5578289c916961863f','',NULL),(2868,'en','wpml-translation-management','b718adec73e04ce3ec720dd11a06a308','ID',NULL,NULL,'','LINE',NULL,0,'','17dc29bc634f96830db3038ca808e00f','',NULL),(2869,'en','wpml-translation-management','3a08e2e340ab29fd9263af48193cbf8e','Languages',NULL,NULL,'','LINE',NULL,0,'','bd91017bfe93fda29a6d2f3d1982d8e8','',NULL),(2870,'en','wpml-translation-management','344f82938eeb4156c2d637c0e9e82219','Translated by',NULL,NULL,'','LINE',NULL,0,'','9c74125e39a75ae63bfca0c838e3d610','',NULL),(2871,'en','wpml-translation-management','abce3ef910cfc047f0721654cb71f2db','Sent on',NULL,NULL,'','LINE',NULL,0,'','1ecf280752bcb178f3a6d5f72c7b22b3','',NULL),(2872,'en','wpml-translation-management','159f7d51b9a4ff702c9b5543b8f7980f','Deadline',NULL,NULL,'','LINE',NULL,0,'','9fad44df4bd4ca56558e53053d09c723','',NULL),(2873,'en','wpml-translation-management','ec53a8c4f07baed5d8825072c89799be','Status',NULL,NULL,'','LINE',NULL,0,'','a8c55c3bb6e0721965ca6dc420918e02','',NULL),(2874,'en','wpml-translation-management','4994a8ffeba4ac3140beb89e8d41f174','Language',NULL,NULL,'','LINE',NULL,0,'','6e5def3cef4741f8b3ec0ae246e6fc38','',NULL),(2875,'en','wpml-translation-management','7bd1b01e2b3f3738a5df3d196bd8fd24','Needs update',NULL,NULL,'','LINE',NULL,0,'','feb8ad6305324216448dc187345b61e3','',NULL),(2876,'en','wpml-translation-management','8c6cf3502598bc89029450d136d9b720','Translation ready to download',NULL,NULL,'','LINE',NULL,0,'','1c77772e20ce023a7d839b57089e755f','',NULL),(2877,'en','wpml-translation-management','07ca5050e697392c9ed47e6453f1453f','Completed',NULL,NULL,'','LINE',NULL,0,'','4820bf0f6c8fe5cbba735e84f2e8ae47','',NULL),(2878,'en','wpml-translation-management','2d601535f980517390a924c5e115be91','Anyone',NULL,NULL,'','LINE',NULL,0,'','c50d11fbaa6c5fb60416c6a1a7f34a2c','',NULL),(2879,'en','wpml-translation-management','5a3c72d5bf7602511278b1c4feb33bbd','Any WordPress Translator',NULL,NULL,'','LINE',NULL,0,'','231c4deb0406fd0d4af1ad3c5a41e08c','',NULL),(2880,'en','default','b53216a46b614d7587612f7414307d0d','Site title.',NULL,NULL,'','LINE',NULL,0,'','47c06506fa061208410d61c3549d076a','',NULL),(2881,'en','default','9ed89d53d11f89103d6916e5fe161cb9','Site tagline.',NULL,NULL,'','LINE',NULL,0,'','44a9d6b4ae3e3c42de16e69e8f452a28','',NULL),(2882,'en','default','dd0d0b066b1b5cc62bfedfbe23b54ffe','Site URL.',NULL,NULL,'','LINE',NULL,0,'','c1daf61295684ff4b7185d10955c9e23','',NULL),(2883,'en','default','208847923b8bfe8dbeeb67422a757268','This address is used for admin purposes, like new user notification.',NULL,NULL,'','LINE',NULL,0,'','9ac2d19ed365eb0b4bd4e5e4d480be51','',NULL),(2884,'en','default','32d6895955077ecbdc4354b07e275f23','A city in the same timezone as you.',NULL,NULL,'','LINE',NULL,0,'','ce6b46a351b8035f152c04ef4dc19567','',NULL),(2885,'en','default','4fb87ab0e6c2ab1ff0926bedb9bf4aee','A date format for all date strings.',NULL,NULL,'','LINE',NULL,0,'','7b7f2687429f7db847618ff2fd28cd77','',NULL),(2886,'en','default','cba3228e7ff42b6056c42ca8d1edca19','A time format for all time strings.',NULL,NULL,'','LINE',NULL,0,'','48d9ad0c4697cf9ea7e5b075e51bc411','',NULL),(2887,'en','default','38d6e7d6fc2af1551d73b3a0e52fcb8f','A day number of the week that the week should start on.',NULL,NULL,'','LINE',NULL,0,'','f9b15e3fc46408bce37a4e083c308f48','',NULL),(2888,'en','default','416ff20191d32f6cb4d989adbd0239a1','WordPress locale code.',NULL,NULL,'','LINE',NULL,0,'','0b69e80ac15cd5ea9ba76c41ad741af6','',NULL),(2889,'en','default','1d07c7bb5671cce2128e386c7dd0cfc0','Convert emoticons like :-) and :-P to graphics on display.',NULL,NULL,'','LINE',NULL,0,'','a138b4b0e25230d6af22f9fdab2a475c','',NULL),(2890,'en','default','0213ffff03c1fe2f6cc81efebcde717a','Default post category.',NULL,NULL,'','LINE',NULL,0,'','69926331e4762e6fb2d2a223e75a6f89','',NULL),(2891,'en','default','72d9a4697ddd4698e9093c7ecac95070','Default post format.',NULL,NULL,'','LINE',NULL,0,'','2a6a83ae6ad1cf5306bd369b445e785f','',NULL),(2892,'en','default','339842429ae3648eb3163844ff0e2758','Blog pages show at most.',NULL,NULL,'','LINE',NULL,0,'','41a1423d01210087ba392d9494f2cb54','',NULL),(2893,'en','default','ff99dbda52f5812310ef01d718967999','Allow link notifications from other blogs (pingbacks and trackbacks) on new articles.',NULL,NULL,'','LINE',NULL,0,'','1d3050e01fbabee112d36c41c3377f85','',NULL),(2894,'en','default','c09ecd7662cc1defa1d333bb09e3983f','Allow people to post comments on new articles.',NULL,NULL,'','LINE',NULL,0,'','0e6f883bcfa326d82bc8529c54040bb8','',NULL),(2895,'en','default','dc734ba66532a280f8842c4fec61b853','The URL of the resource for which to fetch oEmbed data.',NULL,NULL,'','LINE',NULL,0,'','7fe03c8493c135844474dd6a82518959','',NULL),(2896,'en','default','0dbf00c4eefba1bce879638d2b99cecd','The oEmbed format to use.',NULL,NULL,'','LINE',NULL,0,'','856e52bd30c1a6879013d149e6d2fbe5','',NULL),(2897,'en','default','af2136850382c1724e8ef61dc0c9ca47','The maximum width of the embed frame in pixels.',NULL,NULL,'','LINE',NULL,0,'','f1c320f0d0bf639bf28ad9a3308e9ec5','',NULL),(2898,'en','default','e62886479d8af0153ce74c28767f2821','The maximum height of the embed frame in pixels.',NULL,NULL,'','LINE',NULL,0,'','b9cc1bf653f948861892b77fcfe1942c','',NULL),(2899,'en','default','dd0b4e09cd613a80c6a4cdbecdb9de3e','Whether to perform an oEmbed discovery request for non-whitelisted providers.',NULL,NULL,'','LINE',NULL,0,'','66167a91cba1ff653cd131de21634a04','',NULL),(2900,'en','default','2243ea5ddd452c2b96e0b847a5690718','Scope under which the request is made; determines fields present in response.',NULL,NULL,'','LINE',NULL,0,'','5f1b7da3730b26eb392986c359c39937','',NULL),(2901,'en','default','8af1bae6e7197688ba47d1a38b74ccbf','The date the object was published, in the site\'s timezone.',NULL,NULL,'','LINE',NULL,0,'','46b2879ecae74572e6ff5125964c55ba','',NULL),(2902,'en','default','137d817b72f4c62538b4d062a5ba9718','The date the object was published, as GMT.',NULL,NULL,'','LINE',NULL,0,'','ce8d30e529809686246c579a787320ce','',NULL),(2903,'en','default','5fac06573235407bf4b41f03c6db3028','The globally unique identifier for the object.',NULL,NULL,'','LINE',NULL,0,'','8d77f9c7961a9e9a0cca0c611706a1bc','',NULL),(2904,'en','default','f031bdce8b8d1352b411ea8c1e5a4556','GUID for the object, as it exists in the database.',NULL,NULL,'','LINE',NULL,0,'','70dcbf32319d625078e620f88e5215a1','',NULL),(2905,'en','default','507c333c5c8552a41e1ca5d88e80742e','GUID for the object, transformed for display.',NULL,NULL,'','LINE',NULL,0,'','5fcef28feb9e390f8dd577f2c8fd4ceb','',NULL),(2906,'en','default','6b2400ed38cc539e12d7f05f6173a92d','Unique identifier for the object.',NULL,NULL,'','LINE',NULL,0,'','8140dce479c07535a5cc418d23f8efbb','',NULL),(2907,'en','default','9635051b634751db4bb9266782ef13c3','URL to the object.',NULL,NULL,'','LINE',NULL,0,'','95e6629ae5c154a2301febaf2ca024ce','',NULL),(2908,'en','default','0b7cd5a091de3cfd7334688167f8467c','The date the object was last modified, in the site\'s timezone.',NULL,NULL,'','LINE',NULL,0,'','00b63682cee45920af30edad2a42c6ea','',NULL),(2909,'en','default','c8f176d561cc81332ffb7e292ef6b90e','The date the object was last modified, as GMT.',NULL,NULL,'','LINE',NULL,0,'','d7eb6b49d9107db5a4381364c19158c5','',NULL),(2910,'en','default','7058644743972db8279298dbd9a236aa','An alphanumeric identifier for the object unique to its type.',NULL,NULL,'','LINE',NULL,0,'','d4e498afafe494993a240bd7d0b887e5','',NULL),(2911,'en','default','fbfd11ccbebfc6fe9ec377decf77b46c','A named status for the object.',NULL,NULL,'','LINE',NULL,0,'','9da03adc49fbbe4c709529598769194f','',NULL),(2912,'en','default','8177befb87cbbe1db03a1a0fb31a7456','Type of Post for the object.',NULL,NULL,'','LINE',NULL,0,'','5071e5ae24b28a1b366d413cafd30fd0','',NULL),(2913,'en','default','818061f0354cb834dd213454d8a4436c','A password to protect access to the content and excerpt.',NULL,NULL,'','LINE',NULL,0,'','bde2afe786bac7a7855ffb942a99363b','',NULL),(2914,'en','default','2e63c3e30cfc7fac70e31632311ba294','The title for the object.',NULL,NULL,'','LINE',NULL,0,'','c6cb1287875f49968814be941f0e336d','',NULL),(2915,'en','default','ba00a8068b5f8be705b055c597599c32','Title for the object, as it exists in the database.',NULL,NULL,'','LINE',NULL,0,'','5ebf6f7a3e81cb8ac0a676f78f8b29e7','',NULL),(2916,'en','default','74f000627e952a329c2ab7a8ef33e4ac','HTML title for the object, transformed for display.',NULL,NULL,'','LINE',NULL,0,'','e32fb2ddb5799cde1151cba788909bb0','',NULL),(2917,'en','default','5c3dcb7a701cfdce27fc7f376ca4bcb0','The content for the object.',NULL,NULL,'','LINE',NULL,0,'','1466daeccee58312432511462562ba67','',NULL),(2918,'en','default','7a40bea8f418bc9f76a27a07c112d5d9','Content for the object, as it exists in the database.',NULL,NULL,'','LINE',NULL,0,'','e2f3fadb86b0b6ddd0deb239a03d9412','',NULL),(2919,'en','default','b1e0c1317d18ac4f97712a1682e11093','HTML content for the object, transformed for display.',NULL,NULL,'','LINE',NULL,0,'','9e132c1dab2a9be4a9caeb4817375a73','',NULL),(2920,'en','default','74236fb078d02c86a64ea6e50b780cf6','Whether the content is protected with a password.',NULL,NULL,'','LINE',NULL,0,'','8500c7a3320c707e8b96ea66a25b78c3','',NULL),(2921,'en','default','e7171d3a34dc1540e396636bc88a99f4','The ID for the author of the object.',NULL,NULL,'','LINE',NULL,0,'','c81048f454e82e3c1d223618bf5fa9d8','',NULL),(2922,'en','default','6750409784b4f7c2759bc9455b2ee7ff','The excerpt for the object.',NULL,NULL,'','LINE',NULL,0,'','8a061b1900a7237d0f23acf1fc11fbf1','',NULL),(2923,'en','default','951a7dafc946b56ab315ba8826516ff4','Excerpt for the object, as it exists in the database.',NULL,NULL,'','LINE',NULL,0,'','1787a9f2389ac3424fd664f631c7af0e','',NULL),(2924,'en','default','2c335ce56ab7e64a6fd6dd45ece77741','HTML excerpt for the object, transformed for display.',NULL,NULL,'','LINE',NULL,0,'','555ceba6b1eb68032d51e3453d0fca90','',NULL),(2925,'en','default','cbf94e2fa4027c81771eb185406821f4','Whether the excerpt is protected with a password.',NULL,NULL,'','LINE',NULL,0,'','65eb72875444d422d11371572d86f162','',NULL),(2926,'en','default','dfa224acd1c5b7f0a13f9304c061d179','The ID of the featured media for the object.',NULL,NULL,'','LINE',NULL,0,'','304ba053e7912ef9fb7caf7ff8deedda','',NULL),(2927,'en','default','a171952eaa61b5df98a6ac299d230f04','Whether or not comments are open on the object.',NULL,NULL,'','LINE',NULL,0,'','46f5533268580a4f1b15ba2e4dbdbd3f','',NULL),(2928,'en','default','c8b0d1ff603db4d74c68206aaffcfe87','Whether or not the object can be pinged.',NULL,NULL,'','LINE',NULL,0,'','93e0d3b5f25d49d411ee1a4fb5234e63','',NULL),(2929,'en','default','eb6d8ae6f20283755b339c0dc273988b','Standard',NULL,NULL,'','LINE',NULL,0,'Post format','f55a77c7d9d32c73310b7ce59b9305ea','',NULL),(2930,'en','default','a3d68d897c2e60e93783fe59e4da7ebf','Aside',NULL,NULL,'','LINE',NULL,0,'Post format','acab4dccd7e1ca94409faa72bfef6f13','',NULL),(2931,'en','default','55dcdf017b51fc96f7b5f9d63013b95d','Chat',NULL,NULL,'','LINE',NULL,0,'Post format','39e882b0e97910ee6d542ee15f4c0176','',NULL),(2932,'en','default','5c93310dd0291e121181e830cdda892e','Gallery',NULL,NULL,'','LINE',NULL,0,'Post format','1f583c9d50fab81022f02d9a4c53ea61','',NULL),(2933,'en','default','97e7c9a7d06eac006a28bf05467fcc8b','Link',NULL,NULL,'','LINE',NULL,0,'Post format','5ded4bb4e5e776ab2089de639d2120d7','',NULL),(2934,'en','default','be53a0541a6d36f6ecb879fa2c584b08','Image',NULL,NULL,'','LINE',NULL,0,'Post format','2ef8f5d02a9097a02bd349a3df38223e','',NULL),(2935,'en','default','c48e929b2b1eabba2ba036884433345e','Quote',NULL,NULL,'','LINE',NULL,0,'Post format','549ab827021cd027b2d714436c9bf024','',NULL),(2936,'en','default','ec53a8c4f07baed5d8825072c89799be','Status',NULL,NULL,'','LINE',NULL,0,'Post format','b3902061edd294de2ac4e0b2b25ab494','',NULL),(2937,'en','default','34e2d1989a1dbf75cd631596133ee5ee','Video',NULL,NULL,'','LINE',NULL,0,'Post format','fe85c5901e3ea9b7c2b88f3b202f7f49','',NULL),(2938,'en','default','b22f0418e8ac915eb66f829d262d14a2','Audio',NULL,NULL,'','LINE',NULL,0,'Post format','6e8acc2eeacbe6efb6844dc62f1e18b8','',NULL),(2939,'en','default','a760dbd2135499e892318adfeba10140','The format for the object.',NULL,NULL,'','LINE',NULL,0,'','b852013c9ec02662d7f0788fbf5fc851','',NULL),(2940,'en','default','0ff2154d6383b6625a541c0a1bd7bda8','Meta fields.',NULL,NULL,'','LINE',NULL,0,'','4ba1c1c4fca538b2f6c7e5804b5a86c6','',NULL),(2941,'en','default','01f68bf388f6cbb38c22421f796b8ddd','Whether or not the object should be treated as sticky.',NULL,NULL,'','LINE',NULL,0,'','a3cb8a36c5ba73525d1351dd8172d0db','',NULL),(2942,'en','default','4f6213b70ef830bd67ce413922c74411','The theme file to use to display the object.',NULL,NULL,'','LINE',NULL,0,'','d5c7d2bb4ac0586447a174b96a54d720','',NULL),(2943,'en','default','5e98c35cc58796868916dc9b91cf68e6','The terms assigned to the object in the %s taxonomy.',NULL,NULL,'','LINE',NULL,0,'','1fc3a55fc825fc5a4eed090edbcdb7e7','',NULL),(2944,'en','default','a3baeceea00576861157f11fe1d7df0f','The current user can publish this post.',NULL,NULL,'','LINE',NULL,0,'','90b2db90c52780d410ee3ded1e4c6fcc','',NULL),(2945,'en','default','0b54b58e34dbfd18d7dfab69ee24aa12','The current user can sticky this post.',NULL,NULL,'','LINE',NULL,0,'','cf817f29a24c6b6acab1cd99837424f4','',NULL),(2946,'en','default','adce14b0dbec2d11902c46a05e22373d','The current user can change the author on this post.',NULL,NULL,'','LINE',NULL,0,'','e2fbb1184a98462844b0ee81e42ef438','',NULL),(2947,'en','default','31fa9dee42d7d0a313b671b600810f7e','The current user can assign terms in the %s taxonomy.',NULL,NULL,'','LINE',NULL,0,'','1b36e317cf7b4ed2eb30dc64e1178dd9','',NULL),(2948,'en','default','2a0e7f5aa37d9e101915bd6fa238d892','The current user can create terms in the %s taxonomy.',NULL,NULL,'','LINE',NULL,0,'','3f31a40fd8aa0872de486e9431690c64','',NULL),(2949,'en','default','443c86ef6ad2111e6b941d34dd515037','Current page of the collection.',NULL,NULL,'','LINE',NULL,0,'','ba41ff3a1db7d5a662e954453bd4e839','',NULL),(2950,'en','default','4d12474c93d04e6f06704e3f6b073031','Maximum number of items to be returned in result set.',NULL,NULL,'','LINE',NULL,0,'','d9770c8b629a2c19332d01d8d2e47db5','',NULL),(2951,'en','default','987d8c1601fa74104f66c1afa600720a','Limit results to those matching a string.',NULL,NULL,'','LINE',NULL,0,'','258e081f2ca631138f36f86003978b30','',NULL),(2952,'en','default','c24ac453bed9b332af483235abcd167a','Limit response to posts published after a given ISO8601 compliant date.',NULL,NULL,'','LINE',NULL,0,'','70101616a57411742a3aa0da373fd385','',NULL),(2953,'en','default','5e5793393c4bddd6bb8d83e403d46751','Limit result set to posts assigned to specific authors.',NULL,NULL,'','LINE',NULL,0,'','4b4c883a634caeb6ece3ab5c5a73bcfd','',NULL),(2954,'en','default','26799871b8aa8cc2fc2f02ca754c55d0','Ensure result set excludes posts assigned to specific authors.',NULL,NULL,'','LINE',NULL,0,'','e4d84a4887bac9e0cffc0c1e710620c1','',NULL),(2955,'en','default','b5536f8e06f50a5b1a593e5b9b010bca','Limit response to posts published before a given ISO8601 compliant date.',NULL,NULL,'','LINE',NULL,0,'','c8061bdb6394d06269ee019df1d7935a','',NULL),(2956,'en','default','66bdffce2fe2bd9048591518d6181b6d','Ensure result set excludes specific IDs.',NULL,NULL,'','LINE',NULL,0,'','5cc66839b6b04114548efbe3226ffaf6','',NULL),(2957,'en','default','ec8cdbe7744c4f5da3a1b7fd30f3da4b','Limit result set to specific IDs.',NULL,NULL,'','LINE',NULL,0,'','4541288c3493fd075203b7a892078e52','',NULL),(2958,'en','default','fdf60e06af6b1f68f62b8b7d879538f1','Offset the result set by a specific number of items.',NULL,NULL,'','LINE',NULL,0,'','b3915f7abbc02858300428db7452a5d7','',NULL),(2959,'en','default','d8bddb1e98d984ee5e999e4c421cb044','Order sort attribute ascending or descending.',NULL,NULL,'','LINE',NULL,0,'','4652923ba36bd45de98c0641542fbbf7','',NULL),(2960,'en','default','c030daf94faad2e066b0f2f41487af0a','Sort collection by object attribute.',NULL,NULL,'','LINE',NULL,0,'','a8ba0c4c19a1302bb70af9ad4de0a37c','',NULL),(2961,'en','default','ad5561d1df718e43507bd50c125866b3','Limit result set to posts with one or more specific slugs.',NULL,NULL,'','LINE',NULL,0,'','2ad93130bc9241ed2a0b65824e98f697','',NULL),(2962,'en','default','e9c5ba36c23a2fa67822b75ea56fc42a','Limit result set to posts assigned one or more statuses.',NULL,NULL,'','LINE',NULL,0,'','4ddae458bc995e8b7ba352ea366e1cc9','',NULL),(2963,'en','default','e51dad5ff74ace3499797c6cffb760f2','Limit result set to all items that have the specified term assigned in the %s taxonomy.',NULL,NULL,'','LINE',NULL,0,'','fe6f80f1b2dbc0f2f61ac782df2767af','',NULL),(2964,'en','default','3bd924dad13a16dc6bfdb5fec99d24de','Limit result set to all items except those that have the specified term assigned in the %s taxonomy.',NULL,NULL,'','LINE',NULL,0,'','91ed75debf57c5df427f8f02d58183f9','',NULL),(2965,'en','default','632a79ce7cdcdc6d0c841dbcf1814728','Limit result set to items that are sticky.',NULL,NULL,'','LINE',NULL,0,'','9bf34a39ca9311ef3b078c6c70463234','',NULL),(2966,'en','default','29f28b58cd43650d476d1e791516cf02','The password for the post if it is password protected.',NULL,NULL,'','LINE',NULL,0,'','02a5ef42986073814ec5977dbbc645aa','',NULL),(2967,'en','default','8f975a2803850c8783c07af43889ce82','Whether to bypass trash and force deletion.',NULL,NULL,'','LINE',NULL,0,'','eb7b7988663fc96699e92f4478b77ef7','',NULL),(2968,'en','default','300af761030682e137636b187bc46d2b','The ID for the parent of the object.',NULL,NULL,'','LINE',NULL,0,'','055b79eaaf991ce84b60903b8a1f5272','',NULL),(2969,'en','default','b399344881bbca589d2775ae629254a1','Required to be true, as revisions do not support trashing.',NULL,NULL,'','LINE',NULL,0,'','aae2e4ff9b6665f9ecc0adcf9215066a','',NULL),(2970,'en','default','de81e99e28c8b29bdb780cd70d3f5b77','The order of the object in relation to other object of its type.',NULL,NULL,'','LINE',NULL,0,'','b4a046219c2d2f7e2c39deadf3236808','',NULL),(2971,'en','default','8e70a8b02bb7c2fbfb786b3cfa80371b','Limit result set to posts with a specific menu_order value.',NULL,NULL,'','LINE',NULL,0,'','469b0b9c169c84f57d5c5ea76aa2384f','',NULL),(2972,'en','default','5d9b79043a769b3e502ad4e6b0ebd691','Limit result set to items with particular parent IDs.',NULL,NULL,'','LINE',NULL,0,'','b21beec1e9b057bc8f03175ed59aa524','',NULL),(2973,'en','default','5663af971d6676d53ef47078328c437b','Limit result set to all items except those of a particular parent ID.',NULL,NULL,'','LINE',NULL,0,'','d5925baff2011550d346d59074ed7db1','',NULL),(2974,'en','default','2bff007cf93037ecd2238bbd470bed0e','Alternative text to display when attachment is not displayed.',NULL,NULL,'','LINE',NULL,0,'','1a22d5fb377e70d3e8669e205c6c7acd','',NULL),(2975,'en','default','4c324922000f603deafcdacedc93909a','The attachment caption.',NULL,NULL,'','LINE',NULL,0,'','2beebee19b91cc63be80023fe43a0223','',NULL),(2976,'en','default','c81a625380b49db34a006013628706e4','Caption for the attachment, as it exists in the database.',NULL,NULL,'','LINE',NULL,0,'','77b53cbe58dc44414b5b46a3a8f053cd','',NULL),(2977,'en','default','fc04a646a07e761bef1bb3e00e69ade8','HTML caption for the attachment, transformed for display.',NULL,NULL,'','LINE',NULL,0,'','b167e39e54dd423024704883614486d2','',NULL),(2978,'en','default','5f284f6299b6074309ca7b8a9c3f05c4','The attachment description.',NULL,NULL,'','LINE',NULL,0,'','841849327296a8d997f758e50beac9b9','',NULL),(2979,'en','default','9f9eda69604e9495c95ce4b670a0ef2c','Description for the object, as it exists in the database.',NULL,NULL,'','LINE',NULL,0,'','2f760c703930beafdba355cd941a6e2a','',NULL),(2980,'en','default','0662412f9874e2a755a2ebe20a56e5a2','HTML description for the object, transformed for display.',NULL,NULL,'','LINE',NULL,0,'','45cbb5d862316cc2c88010cb6aec3ecc','',NULL),(2981,'en','default','5081f113d02150d0ac16a43ee977f3e3','Attachment type.',NULL,NULL,'','LINE',NULL,0,'','7fc46214464c4bdcf0aceb8036d3c693','',NULL),(2982,'en','default','9434afde1f69a5cf1bea7d1b83ab85b5','The attachment MIME type.',NULL,NULL,'','LINE',NULL,0,'','eb1b19762be966dd3f98d958706c08ca','',NULL),(2983,'en','default','366a07e5515448b8fa93624b25f7809e','Details about the media file, specific to its type.',NULL,NULL,'','LINE',NULL,0,'','557ee8c28321786826ef68ad26119bb5','',NULL),(2984,'en','default','5a393d17054e0ed9365b8b77d97874d3','The ID for the associated post of the attachment.',NULL,NULL,'','LINE',NULL,0,'','15957ddfd5b1e6a865df9ea108ee717e','',NULL),(2985,'en','default','dba68d23f4aacaf8db4c8058d8cce105','URL to the original attachment file.',NULL,NULL,'','LINE',NULL,0,'','bb2dfdc4bb0d9527ed3c2fe5d4ce23e6','',NULL),(2986,'en','default','bf418adb1a1b20a0779b285a31a74a06','Limit result set to attachments of a particular media type.',NULL,NULL,'','LINE',NULL,0,'','d9b30c2711ad146024569653ae8259c0','',NULL),(2987,'en','default','581168e708a9324b9690c86d1e154bc1','Limit result set to attachments of a particular MIME type.',NULL,NULL,'','LINE',NULL,0,'','a41de3189b33677b311ae6795ff3363f','',NULL),(2988,'en','default','f1ded110d54a872e9fcd5f221bc2f9fc','All capabilities used by the post type.',NULL,NULL,'','LINE',NULL,0,'','c6b35a955ea0955f92565232f9b98e38','',NULL),(2989,'en','default','baf5f446d6f12d481e2f467e87c9d6aa','A human-readable description of the post type.',NULL,NULL,'','LINE',NULL,0,'','1d9dbd0d2279180c3f8c85a25e66630e','',NULL),(2990,'en','default','18740f43e301e20746f4a2885ee05929','Whether or not the post type should have children.',NULL,NULL,'','LINE',NULL,0,'','0160d98d7c8e75bdc73e1dce72826502','',NULL),(2991,'en','default','52704bd631805cef3cec04428918b2e9','Whether or not the post type can be viewed.',NULL,NULL,'','LINE',NULL,0,'','012b418531844a45a9955fd909a5f448','',NULL),(2992,'en','default','d805840d566258677f0180c19e4f6f28','Human-readable labels for the post type for various contexts.',NULL,NULL,'','LINE',NULL,0,'','0f4f758507557343bb444cd8e12eccc3','',NULL),(2993,'en','default','36185174ab724db05818af5fbc29c7c3','The title for the post type.',NULL,NULL,'','LINE',NULL,0,'','0a5895f812eeaa686b8ac212a9b700b3','',NULL),(2994,'en','default','afd8fea3c241d02a148b2231e44fce0b','An alphanumeric identifier for the post type.',NULL,NULL,'','LINE',NULL,0,'','753a9a11fef7f21681fc5cdd199668b9','',NULL),(2995,'en','default','dba82acc14bb18b755ca03b8ffd7c1ce','All features, supported by the post type.',NULL,NULL,'','LINE',NULL,0,'','560f04cbded7c45588d43fdff25fb195','',NULL),(2996,'en','default','0199ed6b32a0e285eb7afb54d4846f1a','Taxonomies associated with post type.',NULL,NULL,'','LINE',NULL,0,'','5acac1da772df5aa50f72ed48baa9c29','',NULL),(2997,'en','default','adffd451631b602ff2ce6c59c3a71522','REST base route for the post type.',NULL,NULL,'','LINE',NULL,0,'','baa775db59be47dfb3ce1b80a73c5561','',NULL),(2998,'en','default','d0292916fb6d0ecaee9f06941a911397','The title for the status.',NULL,NULL,'','LINE',NULL,0,'','a469b7fbd7b195396f159c6828c3992a','',NULL),(2999,'en','default','722c386a7b34c61955123c83b32d4ced','Whether posts with this status should be private.',NULL,NULL,'','LINE',NULL,0,'','52bc2ae51c0c1d9768d3b769c4193ed9','',NULL),(3000,'en','default','067f8d63da6d55fa29802f1ecb33338e','Whether posts with this status should be protected.',NULL,NULL,'','LINE',NULL,0,'','7e62d23139e7561030dd4cc03a3e29a7','',NULL),(3001,'en','default','070e0e96437f53441b3dde12dcb550f0','Whether posts of this status should be shown in the front end of the site.',NULL,NULL,'','LINE',NULL,0,'','500b4428277a21ceda9d85e7545ef4c8','',NULL),(3002,'en','default','fc6cd0cc184c5723b2ab04908813077d','Whether posts with this status should be publicly-queryable.',NULL,NULL,'','LINE',NULL,0,'','380e09a3ddfc7c23844e5fd31f73364c','',NULL),(3003,'en','default','5137b091df8280d64aded408bd9f09b9','Whether to include posts in the edit listing for their post type.',NULL,NULL,'','LINE',NULL,0,'','619da53cec6d1ead44bbba8ad58feec9','',NULL),(3004,'en','default','df0d836d0d8d783bc41fcabcd6d1820b','An alphanumeric identifier for the status.',NULL,NULL,'','LINE',NULL,0,'','f87427d18e8473c7b9d9600f686cf421','',NULL),(3005,'en','default','3ca61c26824d7c87ec9ac6bd6b64e7d8','All capabilities used by the taxonomy.',NULL,NULL,'','LINE',NULL,0,'','7978094d09c15820251e63c833c69873','',NULL),(3006,'en','default','9dee53444d6dbbf4bdf1c67dfc41073d','A human-readable description of the taxonomy.',NULL,NULL,'','LINE',NULL,0,'','0f386ae97321470879e4de1e05e18ce3','',NULL),(3007,'en','default','01ba0c2362dd2d654d256a4a5f54131d','Whether or not the taxonomy should have children.',NULL,NULL,'','LINE',NULL,0,'','060df3bb88fab2caecc01a937cd45028','',NULL),(3008,'en','default','c17741bcc49e089d7931c64d686ac738','Human-readable labels for the taxonomy for various contexts.',NULL,NULL,'','LINE',NULL,0,'','faa918fd7e7f1b5425d3a5853cf8d3a5','',NULL),(3009,'en','default','9dd8b04f046322506aabd37a7e79ae48','The title for the taxonomy.',NULL,NULL,'','LINE',NULL,0,'','489b0ad094036d0ef5b54622044f144d','',NULL),(3010,'en','default','183ea052b972b065d66fd042b556da97','An alphanumeric identifier for the taxonomy.',NULL,NULL,'','LINE',NULL,0,'','4e0cc8549d9ab930db674adb3305912b','',NULL),(3011,'en','default','9d9ade7336c2d152c45f41589c7a5cf3','Whether or not the term cloud should be displayed.',NULL,NULL,'','LINE',NULL,0,'','92f18c7884f9dc3cdb7d03ec328ef65b','',NULL),(3012,'en','default','2f176c7e2356684f1fd79665c4182e41','Types associated with the taxonomy.',NULL,NULL,'','LINE',NULL,0,'','0c01116a8d43e79728ec986604daf513','',NULL),(3013,'en','default','e703da5edb181e8c1b84f24fdf7214e7','REST base route for the taxonomy.',NULL,NULL,'','LINE',NULL,0,'','e1e24bf1d1d19a429a3c635b5c587663','',NULL),(3014,'en','default','c96520a5d6509d467a2374e2f769c68a','Limit results to taxonomies associated with a specific post type.',NULL,NULL,'','LINE',NULL,0,'','7b88c40e19389b3921040b3b9edc7973','',NULL),(3015,'en','default','5cc7bc95147780b8cb0e3445b95635c6','Unique identifier for the term.',NULL,NULL,'','LINE',NULL,0,'','069ee2aa88054fb31a60cd4c480b4c3d','',NULL),(3016,'en','default','51f487524235453abbd9e4d639f4f0a2','Number of published posts for the term.',NULL,NULL,'','LINE',NULL,0,'','e80584254c6f900715e67e3d40b5e601','',NULL),(3017,'en','default','4d535b1541d915933a5a212ff79f0e39','HTML description of the term.',NULL,NULL,'','LINE',NULL,0,'','507c874ce71cf8dbaf8b9dd1e3ea69a6','',NULL),(3018,'en','default','5c027d34ca7eb6299fc1f7f2b160acda','URL of the term.',NULL,NULL,'','LINE',NULL,0,'','531f85e43616ab1212093b21c3d21139','',NULL),(3019,'en','default','0811d57ca00e59384eab691b53543b3b','HTML title for the term.',NULL,NULL,'','LINE',NULL,0,'','ddca8dee718d126c5d8a6b066a7fbbe4','',NULL),(3020,'en','default','1580abcd735c8db3a3327483d9b6b94a','An alphanumeric identifier for the term unique to its type.',NULL,NULL,'','LINE',NULL,0,'','1dae48cb4156a60e2d64b95c70bf62d5','',NULL),(3021,'en','default','d5fc846c9d7c0cf3303b0ffd9d47b3f9','Type attribution for the term.',NULL,NULL,'','LINE',NULL,0,'','90a7522585f298cfbb98f9f1fa63e2ba','',NULL),(3022,'en','default','23f672dcb7ac32e3b8f2995deeed3ad5','The parent term ID.',NULL,NULL,'','LINE',NULL,0,'','b21b8509a4f64e9ee42ce3481e1dff9b','',NULL),(3023,'en','default','91a211ee15ea9c6de6224c2d05b97174','Sort collection by term attribute.',NULL,NULL,'','LINE',NULL,0,'','fecd66913e7e1cf1a296950eaae55f11','',NULL),(3024,'en','default','3fdb7807e5f258432b754518d0b56a19','Whether to hide terms not assigned to any posts.',NULL,NULL,'','LINE',NULL,0,'','a3b2737e4410a9a40604055f3a036fb5','',NULL),(3025,'en','default','a2eaeab3ba485db6f2b74c0e9e5a4e63','Limit result set to terms assigned to a specific parent.',NULL,NULL,'','LINE',NULL,0,'','6e466cd6b6454615068c7cb55bcf1a99','',NULL),(3026,'en','default','d70a56278825445702c0011eefd37f10','Limit result set to terms assigned to a specific post.',NULL,NULL,'','LINE',NULL,0,'','6f879c1766e25f5b2f3ec0dd9c7af0ee','',NULL),(3027,'en','default','e48f0d51d9efa0711747f1ced0cbdd99','Limit result set to terms with one or more specific slugs.',NULL,NULL,'','LINE',NULL,0,'','ec4b5f1de2d06a0e772567a6db060b19','',NULL),(3028,'en','default','785ad9523ef15d231a62d1dc94f9ed94','Required to be true, as terms do not support trashing.',NULL,NULL,'','LINE',NULL,0,'','462c7f15ff986df6bfc3c87218568f92','',NULL),(3029,'en','default','03802882f3028ad844735aaf9803b423','Unique identifier for the user.',NULL,NULL,'','LINE',NULL,0,'','01c9f8bac7ab2eb74334bd7896871c94','',NULL),(3030,'en','default','6640efb460b366176ed35d34745c1a34','Login name for the user.',NULL,NULL,'','LINE',NULL,0,'','751734cbcd0274155e587d84a83d3637','',NULL),(3031,'en','default','987b9e93841993d344679df20d1af1f5','Display name for the user.',NULL,NULL,'','LINE',NULL,0,'','415efdb8cc8a70c13e1fdd0e64067e51','',NULL),(3032,'en','default','37504931674815eb741205879239bb7a','First name for the user.',NULL,NULL,'','LINE',NULL,0,'','e65c87316650caab21109faf5c1bdd4e','',NULL),(3033,'en','default','960a17850618696341a0c206ca669b41','Last name for the user.',NULL,NULL,'','LINE',NULL,0,'','5c418bff5b5617edf33f8ae8678ab24b','',NULL),(3034,'en','default','ad138d11c689d0d3ef4730a1c4dee821','The email address for the user.',NULL,NULL,'','LINE',NULL,0,'','10f04d42fd4df05673bf889e153f6b8f','',NULL),(3035,'en','default','aa9727cc09860d8f48ef4b0e005c85f0','URL of the user.',NULL,NULL,'','LINE',NULL,0,'','39f20e1011a10ab39fd86979a2c5863d','',NULL),(3036,'en','default','9af1ed9e2b94afaab87bec08c6ff7428','Description of the user.',NULL,NULL,'','LINE',NULL,0,'','7f0165eea52cce21704cbfa8160bf367','',NULL),(3037,'en','default','842ecd1cfbcffb95b32e2a15ffbdaa6a','Author URL of the user.',NULL,NULL,'','LINE',NULL,0,'','f79a7fb07928b32e9b72f09b9d87657d','',NULL),(3038,'en','default','02373ddb02d8d258e2ff0c2414be25d0','Locale for the user.',NULL,NULL,'','LINE',NULL,0,'','bbdeb3156d48e75e5f54dde80666e1f9','',NULL),(3039,'en','default','825e9beb6aaf9eb369b3dac67ebb7075','The nickname for the user.',NULL,NULL,'','LINE',NULL,0,'','888d8456dc24d2cad93c321a4cade0e2','',NULL),(3040,'en','default','773878d8545ae798ce62cf498826f0d5','An alphanumeric identifier for the user.',NULL,NULL,'','LINE',NULL,0,'','402e0dd33602149bb6dffcd5b805f946','',NULL),(3041,'en','default','1889bec35cc7c56d5aa883896842a410','Registration date for the user.',NULL,NULL,'','LINE',NULL,0,'','ffdc7cc6d21c2e36f914a22a1f274476','',NULL),(3042,'en','default','37918e4437af502187e94538cd723ab7','Roles assigned to the user.',NULL,NULL,'','LINE',NULL,0,'','c54150cac01e47a55b63957830a26fb9','',NULL),(3043,'en','default','d54270f45d5f3081bbaf057c169dcb22','Password for the user (never included).',NULL,NULL,'','LINE',NULL,0,'','59b3b546a53d0bd4b082ab9f1a222654','',NULL),(3044,'en','default','93e4d903d300c137f82708d80dc01c71','All capabilities assigned to the user.',NULL,NULL,'','LINE',NULL,0,'','b88eb005bc7562b3ca99af64a5345c97','',NULL),(3045,'en','default','2b69c2f2f343d07a07f4d841ccf6b506','Any extra capabilities assigned to the user.',NULL,NULL,'','LINE',NULL,0,'','7d12ece9c233659f793909efcec5ec00','',NULL),(3046,'en','default','c1a641c0b1b418313b36e5c21843d68f','Avatar URL with image size of %d pixels.',NULL,NULL,'','LINE',NULL,0,'','177a5b8d5379f82d3d1a65cb028d9dfc','',NULL),(3047,'en','default','2dc1f33966a5a06f3e44007b24f578b6','Avatar URLs for the user.',NULL,NULL,'','LINE',NULL,0,'','11355db26637a40f30df01ad3be29c0e','',NULL),(3048,'en','default','73c569c11c0070a9ce19f06e0d4c97b0','Limit result set to users with one or more specific slugs.',NULL,NULL,'','LINE',NULL,0,'','1f1d355f5db44acc3ad9b568fda9f58e','',NULL),(3049,'en','default','0db3910154c0061354688dd421b5cb2b','Limit result set to users matching at least one specific role provided. Accepts csv list or single role.',NULL,NULL,'','LINE',NULL,0,'','3da0934f613283d2cc34a5dc0e4da3ad','',NULL),(3050,'en','default','75aa1e9cd11775373802fbece31d674b','Limit result set to users who are considered authors.',NULL,NULL,'','LINE',NULL,0,'','25ac9fe94d3a87764c3c2b0e85e210ce','',NULL),(3051,'en','default','baa337ff295739e7df06d7b96fe09319','Required to be true, as users do not support trashing.',NULL,NULL,'','LINE',NULL,0,'','8f042fb0b305444caf19ed524873c06c','',NULL),(3052,'en','default','224bfdc1726a9ddd5e9c5f2a5efadb8c','Reassign the deleted user\'s posts and links to this user ID.',NULL,NULL,'','LINE',NULL,0,'','ee1dd6d05d8efda832b9e8c02620b295','',NULL),(3053,'en','default','5470753d25b4f98a23a9bda4ac3f55c4','The ID of the user object, if author was a user.',NULL,NULL,'','LINE',NULL,0,'','d9b036f3743581168f2fc772c402d9a8','',NULL),(3054,'en','default','ae5f5e6963b39649229b75291ce52b74','Email address for the object author.',NULL,NULL,'','LINE',NULL,0,'','571d928b7c7f35a4f8ed678eedf03904','',NULL),(3055,'en','default','25b5231d8ab04c4c6a6989bb39f4eb65','IP address for the object author.',NULL,NULL,'','LINE',NULL,0,'','dfed3ea769cf5521cf320bf72358a63f','',NULL),(3056,'en','default','17dc974b40d6af5af4f849dbc86653c3','Display name for the object author.',NULL,NULL,'','LINE',NULL,0,'','3e4c9b40b636c3c759f6d7fe18a653b0','',NULL),(3057,'en','default','f39c353d00cf92e1fb4a1bbf5b3ddc9d','URL for the object author.',NULL,NULL,'','LINE',NULL,0,'','a16d0d930ef2a90097d38171bf8e30ee','',NULL),(3058,'en','default','8440bea90d9fdfee30f071717310ee75','User agent for the object author.',NULL,NULL,'','LINE',NULL,0,'','50967010fcfc1a0c997fff0def283d7c','',NULL),(3059,'en','default','908eb09b674ea202586597f446978913','The ID of the associated post object.',NULL,NULL,'','LINE',NULL,0,'','78c12e1fc4850cbec8f8c0a2561ca264','',NULL),(3060,'en','default','9e801389bdaa07f1b88f2261bd628ea9','State of the object.',NULL,NULL,'','LINE',NULL,0,'','72a0ff38278d8ef1085ce7652d576cc9','',NULL),(3061,'en','default','8f87693faa049da505ef84097fdaf47b','Type of Comment for the object.',NULL,NULL,'','LINE',NULL,0,'','53e89471df007387ccb09e25acc4ee96','',NULL),(3062,'en','default','779d979467b5274c090f5ea2dd3f78a0','Avatar URLs for the object author.',NULL,NULL,'','LINE',NULL,0,'','e56ae4c9768ba248451ed766253d23f8','',NULL),(3063,'en','default','b5b5126f1af932e906c080239a71c178','Limit response to comments published after a given ISO8601 compliant date.',NULL,NULL,'','LINE',NULL,0,'','0fb671be9819c161197500a8c9923132','',NULL),(3064,'en','default','65bbcd57389086af9cfefd491c4eec1f','Limit result set to comments assigned to specific user IDs. Requires authorization.',NULL,NULL,'','LINE',NULL,0,'','7cf174854a7abaf793dc3d2754cc5ae5','',NULL),(3065,'en','default','ba3090c7a1b0b31421ef8a971e8c8e1b','Ensure result set excludes comments assigned to specific user IDs. Requires authorization.',NULL,NULL,'','LINE',NULL,0,'','ec022641ccc4d9947c3025be9bce68b8','',NULL),(3066,'en','default','4a73f7705cb8e310ffa1cb1c36ecff65','Limit result set to that from a specific author email. Requires authorization.',NULL,NULL,'','LINE',NULL,0,'','6c7cbf385f0048fc0eae408848156924','',NULL),(3067,'en','default','9263a63197dcfa6d88624abf1052a471','Limit response to comments published before a given ISO8601 compliant date.',NULL,NULL,'','LINE',NULL,0,'','41b2755d4914278417d12cbcc0d14d76','',NULL),(3068,'en','default','e59ef43a922f5fbf3c168996580b02f8','Limit result set to comments of specific parent IDs.',NULL,NULL,'','LINE',NULL,0,'','3efc3b6f2ee10d816d7bdf0100243ecd','',NULL),(3069,'en','default','5f081e01157eaf50d0406e5f7f025fe7','Ensure result set excludes specific parent IDs.',NULL,NULL,'','LINE',NULL,0,'','07ae76f4976901572744f8d52570211b','',NULL),(3070,'en','default','cc54072a0df893e2140116e754e7ee75','Limit result set to comments assigned to specific post IDs.',NULL,NULL,'','LINE',NULL,0,'','daf0539e18ab9e35ac5c7cd4c3a00fc7','',NULL),(3071,'en','default','063742666e420d98a4c53bc56f3971ec','Limit result set to comments assigned a specific status. Requires authorization.',NULL,NULL,'','LINE',NULL,0,'','4b54f0cb195984cd8d9cb5b38426104c','',NULL),(3072,'en','default','90e010d99b97ccc281ca03eac0ac95e8','Limit result set to comments assigned a specific type. Requires authorization.',NULL,NULL,'','LINE',NULL,0,'','5b64a984b23ba6dfa5200bdd2c934d90','',NULL),(3073,'en','default','040a196ef3be842471339d751546fdd6','The password for the parent post of the comment (if the post is password protected).',NULL,NULL,'','LINE',NULL,0,'','ef90ce7167bd5adab3963d5909f0b904','',NULL),(3074,'en','default','c38258c4fc11cc44cfad8cb653d639ce','The REST API can no longer be completely disabled, the rest_authentication_errors filter can be used to restrict access to the API, instead.',NULL,NULL,'','LINE',NULL,0,'','bb9bb67a41101984bdb273928d2e7eaa','',NULL),(3075,'en','wpml-translation-management','509820290d57f333403f490dde7316f4','Local',NULL,NULL,'','LINE',NULL,0,'','97b085966630c93673e600e945549b9e','',NULL),(3076,'en','wpml-translation-management','40ef62e5f1430348b39a86059a9ebe57','Translators',NULL,NULL,'','LINE',NULL,0,'','f6372f563c199641d6510bc36e90ba5f','',NULL),(3077,'en','wpml-translation-management','8f53a11cc3d041b9f1aad88385c698b5','WPML’s Translation Editor makes it easy for your own translators to translate content in your site. You can create accounts for new translators or use existing WordPress users as your translators.',NULL,NULL,'','LINE',NULL,0,'','b8a8b82030cc0c8a76241be32b8c9a6f','',NULL),(3078,'en','wpml-translation-management','49ee3087348e8d44e1feda1917443987','Name',NULL,NULL,'','LINE',NULL,0,'','dbd5edc6c5865d85bd9d337db27857dc','',NULL),(3079,'en','wpml-translation-management','ce8ae9da5b7cd6c3df2929543a9af92d','Email',NULL,NULL,'','LINE',NULL,0,'','55e387711a666c187a410dd46de4530f','',NULL),(3080,'en','wpml-translation-management','bc6aac53bc1e29e056a2ebfad6cc91d4','Language Pairs',NULL,NULL,'','LINE',NULL,0,'','deaa91a7470494411214d01ee32dbecc','',NULL),(3081,'en','wpml-translation-management','0314f824abd92a17b73c290e115b79ea','Add a Translator',NULL,NULL,'','LINE',NULL,0,'','46ba601652be29d58a0cf48dcd8bdc12','',NULL),(3082,'en','wpml-translation-management','22b653bd8d2edcebb9e0036b4ac79262','Go back',NULL,NULL,'','LINE',NULL,0,'','023d330ab34494e4361a1b2f4dc2cc4a','',NULL),(3083,'en','wpml-translation-management','a0bfb8e59e6c13fc8d990781f77694fe','Continue',NULL,NULL,'','LINE',NULL,0,'','20b07fbc94ff3e093847e218f6f18b6f','',NULL),(3084,'en','wpml-translation-management','668a8d8d7ffe5da112b266e46b79b685','First name:',NULL,NULL,'','LINE',NULL,0,'','0ed82a4f8c2a41bdd8568856a36591db','',NULL),(3085,'en','wpml-translation-management','be5e0b5d50d48b049bd0f7b57cd163f9','Last name:',NULL,NULL,'','LINE',NULL,0,'','30958644b46fedf9e5a181223b8eb59d','',NULL),(3086,'en','wpml-translation-management','6a1e265f92087bb6dd18194833fe946b','Email:',NULL,NULL,'','LINE',NULL,0,'','562be4a9e9eb91efdace133d5685c3dd','',NULL),(3087,'en','wpml-translation-management','0757ff2706f42f60f935a54e832553e2','User name:',NULL,NULL,'','LINE',NULL,0,'','332b91ea638194d872735c443ee096ba','',NULL),(3088,'en','wpml-translation-management','d45b1c856c075a34dbd014ccf929709c','WordPress role:',NULL,NULL,'','LINE',NULL,0,'','cd9fc4d037b6351016aa99bfcbc28fd3','',NULL),(3089,'en','wpml-translation-management','1063e38cb53d94d386f21227fcd84717','Remove',NULL,NULL,'','LINE',NULL,0,'','2d92e9bda3a036d83a338b55885c02e4','',NULL),(3090,'en','wpml-translation-management','d6928f0da8416cf6101e706e0abacc53','Edit Languages',NULL,NULL,'','LINE',NULL,0,'','6500ba154c32fc843e3feb99513ce665','',NULL),(3091,'en','wpml-translation-management','574abbbff13e554fb0c1fc3bd0dce222','Skip this step - I don\'t need to add more translators',NULL,NULL,'','LINE',NULL,0,'','50434da989ce139fca5b9852df8358d0','',NULL),(3092,'en','wpml-translation-management','af5cebe54b0979cb61f5ebfb4a75e107','Only Translation Managers can add translators to the site. You can assign a different WordPress user to be the site\'s Translation Manager or make yourself a Translation Manager.',NULL,NULL,'','LINE',NULL,0,'','10266103a68df3a3e7d40b080df6ecc8','',NULL),(3093,'en','wpml-translation-management','93cba07454f06a4a960172bbd6e2a435','Yes',NULL,NULL,'','LINE',NULL,0,'','8e1cb1f9cb9c6a1927d3b3d4b072a645','',NULL),(3094,'en','wpml-translation-management','bafd7322c6e97d25b6299b5d6fe8920b','No',NULL,NULL,'','LINE',NULL,0,'','14fc9484a816cbc302587734e0670fb7','',NULL),(3095,'en','wpml-translation-management','903a766c8a6d9049efd2630a7da628a3','You can translate to and from all languages',NULL,NULL,'','LINE',NULL,0,'','ca912d291d43d310fb722f2356eb34a8','',NULL),(3096,'en','wpml-translation-management','099ba955ecd3d0e36384e0fbefe54b16','Remove me as a translator',NULL,NULL,'','LINE',NULL,0,'','8cb4a86d4a736963a0133ced2329bb18','',NULL),(3097,'en','wpml-translation-management','0c3917368fa06c3c9d8850ac59181033','Set language pair(s)',NULL,NULL,'','LINE',NULL,0,'','f692dcfe39e5efd57d80d074e677f1e5','',NULL),(3098,'en','wpml-translation-management','dd1f775e443ff3b9a89270713580a51b','Previous',NULL,NULL,'','LINE',NULL,0,'','16f1e7d73dd8772c14d36c732aa03c6a','',NULL),(3099,'en','wpml-translation-management','2a7076f8434840ec98bf7e9d5c756ab5','Select an existing user and set as Translator',NULL,NULL,'','LINE',NULL,0,'','0b62d7cbe890195fdc0efd209467f3b5','',NULL),(3100,'en','wpml-translation-management','24b420d77ad2fdfd442f328b804c54d1','Create a new user and set as Translator',NULL,NULL,'','LINE',NULL,0,'','ca3cd6bf13d525727338df074bcd4c65','',NULL),(3101,'en','wpml-translation-management','9fb483002ecb2b481a81f2d7d27144db','Set language pair(s) for Translator %USERNAME%',NULL,NULL,'','LINE',NULL,0,'','b5db6646ada47a142d06d452cda25d2f','',NULL),(3102,'en','wpml-translation-management','5da618e8e4b89c66fe86e32cdafde142','From',NULL,NULL,'','LINE',NULL,0,'','bcdc8d4626bdc162371b70e9600d9433','',NULL),(3103,'en','wpml-translation-management','61bbe31f59fd3dfac89adb2b8955def0','--Choose language--',NULL,NULL,'','LINE',NULL,0,'','899ffcfcec750c4e8379bca8f8ee8232','',NULL),(3104,'en','wpml-translation-management','ff6fb20190a27210e28748802060867a','Add more language pairs for this translator',NULL,NULL,'','LINE',NULL,0,'','fa8dfa379b8222ec53390b540977256b','',NULL),(3105,'en','wpml-translation-management','08adfbba0ae2cb8714a440188807619c','Edit language pair(s) for translator',NULL,NULL,'','LINE',NULL,0,'','7c9f0fcd81b53e01442319e9dd93935e','',NULL),(3106,'en','wpml-translation-management','29d551b571f2a3bed717130c583b1fcc','Translation Managers',NULL,NULL,'','LINE',NULL,0,'','cf555c64a36a315b03870a8c7812096e','',NULL),(3107,'en','wpml-translation-management','ed29920fade587761581f737fff44155','Edit user',NULL,NULL,'','LINE',NULL,0,'','64c08d9f61718c51c594b05a6b1a28b8','',NULL),(3108,'en','wpml-translation-management','986074155c7fe618b7b4be56646d0fa2','Remove Translation Manager',NULL,NULL,'','LINE',NULL,0,'','e66de3eba1f4bb6dd238c7921daa9327','',NULL),(3109,'en','wpml-translation-management','b4ddc544a37b4dde2111df9fdab01e07','This site doesn\'t yet have a Translation Manager.',NULL,NULL,'','LINE',NULL,0,'','48549aac5d5861d95c510eb69435fbc3','',NULL),(3110,'en','wpml-translation-management','965da40df3b76ed60c20b9ec97d9a425','Search for user',NULL,NULL,'','LINE',NULL,0,'','712c8bffe4dfb17cc3a4e581b5d68569','',NULL),(3111,'en','wpml-translation-management','cc07209b64692041154ef2f7e100f7b7','Add a Translation Manager',NULL,NULL,'','LINE',NULL,0,'','50af7d5876bede6ba3f5fff52af9e84e','',NULL),(3112,'en','wpml-translation-management','a61df46411d51d448577a1ad532fe3f7','Select an existing WordPress user (needs to be an editor or above)',NULL,NULL,'','LINE',NULL,0,'','60fe75a0f34b66340d172ac53be0bdd1','',NULL),(3113,'en','wpml-translation-management','acb9c9b20bd20c35d97c780339ace4f2','Create a new user to be the Translation Manager',NULL,NULL,'','LINE',NULL,0,'','9822a41f496e826e95d3c50ecdd1ca9d','',NULL),(3114,'en','wpml-translation-management','1ff869e241cb7f7b9acd8d35a2cb1ef1','Set a Translation Manager',NULL,NULL,'','LINE',NULL,0,'','bf6a0c90d3dd62da3baf4c99d21aa147','',NULL),(3115,'en','wpml-translation-management','a4c2d042ada95d5f112739760e5d2f42','Select an existing user and set as Translation Manager',NULL,NULL,'','LINE',NULL,0,'','4bd4cf261d2916aa402fbb4f1e8bfdec','',NULL),(3116,'en','wpml-translation-management','48df06b21bcc286bc44269a58322abe2','Create a new user and set as Translation Manager',NULL,NULL,'','LINE',NULL,0,'','6994a55f80f90a40dcaff4e7ffe3ff24','',NULL),(3117,'en','wpml-translation-management','cf253f690b229f7d51f4f2e230c1592c','Translations queue',NULL,NULL,'','LINE',NULL,0,'','fd50d1e288c39ba3467ae7cb9293e5d0','',NULL),(3118,'en','wpml-translation-management','e12167aa0a7698e6ebc92b4ce3909b53','To',NULL,NULL,'','LINE',NULL,0,'','1b7373427be7b1af5c64d252e277349f','',NULL),(3119,'en','sitepress','ae94f80b3ce82062a5dd7815daa04f9d','Complete',NULL,NULL,'','LINE',NULL,0,'','5b446405f462f1aa607bea789873fd51','',NULL),(3120,'en','sitepress','b6e0b0c90cfbddfe767f137f8066d1df','In progress',NULL,NULL,'','LINE',NULL,0,'','2f83717bdaf5f0534b2c0299edac71eb','',NULL),(3121,'en','wpml-translation-management','03ee9761fca93c200fa45802c37369ed','Available to translate',NULL,NULL,'','LINE',NULL,0,'','63eecb13abede5139765bc45072633c4','',NULL),(3122,'en','wpml-translation-management','7adab3e06b765548644a1f7a1446ba26','Export XLIFF %s',NULL,NULL,'','LINE',NULL,0,'','18d0b28354ec7e9115215e1efc58ce97','',NULL),(3123,'en','wpml-translation-management','69e4930957cf0b724a9020a10cbc980b','Job ID',NULL,NULL,'','LINE',NULL,0,'','d6d8512e03d3812867e51ca6e413c30d','',NULL),(3124,'en','wpml-translation-management','b7d7436a18bf546dd6438d92218868c1','Check all',NULL,NULL,'','LINE',NULL,0,'','9a25516d8cc22b3c831f57447a9983a8','',NULL),(3125,'en','wpml-translation-management','103e36948ae2a08a7ea800584c43d76d','Are you sure you want to resign from this job?',NULL,NULL,'','LINE',NULL,0,'','17251200d1c87ad9e8530d0ada1a0e15','',NULL),(3126,'en','wpml-translation-management','16179a83176e6336a1fc333b9878d26c','No translation jobs found',NULL,NULL,'','LINE',NULL,0,'','478eff58c8a21c0c7f0ee5c8c9cf0b3a','',NULL),(3127,'en','default','339aaf6f96935365023a6e4c95c0ba95','Last page',NULL,NULL,'','LINE',NULL,0,'','080aa02cd14d37db7557900b63234778','',NULL),(3128,'en','sitepress','66d51c62b5513b334c03f92f4d7c9268','Theme and plugins localization',NULL,NULL,'','LINE',NULL,0,'','075e022247ec2af927729ebdcfb645c0','',NULL),(3129,'en','sitepress','a0f9a5b639ffe657678429c1c7c6e312','Localization options',NULL,NULL,'','LINE',NULL,0,'','7ed1906d1a0fe041f2bbdb8145062558','',NULL),(3130,'en','sitepress','eea596a0bfe3bd9855ea7a773b271134','How to translate strings in themes and plugins?',NULL,NULL,'','LINE',NULL,0,'','12ff731e477edf1b88cd73714502839b','',NULL),(3131,'en','sitepress','a57f950fed7c8f2c21099b3e073fda9c','Translate themes and plugins using WPML\'s String Translation only (don\'t load .mo files)',NULL,NULL,'','LINE',NULL,0,'','82b369c9238fd3de29d4ca8c36f706a5','',NULL),(3132,'en','sitepress','6f41c1904abb61924af662d47e2348c0','Translate themes and plugins using WPML\'s String Translation and always load .mo files as backup',NULL,NULL,'','LINE',NULL,0,'','cc00b7fec5c0ae3fd42584e797801f5f','',NULL),(3133,'en','sitepress','89a6617d064cb8adc852be42ca799314','Don\'t use String Translation to translate themes and plugins',NULL,NULL,'','LINE',NULL,0,'','5e8fa54f91195084c4faa4d1112741d5','',NULL),(3134,'en','sitepress','3e34ddf46fbac3e2396e21ffa22c25c7','Automatically load the theme\'s .mo file using \'load_theme_textdomain\'',NULL,NULL,'','LINE',NULL,0,'','7559eac0f30b6657f7923a957aab7fa5','',NULL),(3135,'en','sitepress','3fd849d186b31681f1a7ccfb3e7c81ba','Enter textdomain:',NULL,NULL,'','LINE',NULL,0,'','dcb2e9b26b8c2d8cef641c0e13573382','',NULL),(3136,'en','sitepress','c9cc8cce247e49bae79f15173ce97354','Save',NULL,NULL,'','LINE',NULL,0,'','e00cf4a706f14128d553cb4d2a925bfe','',NULL),(3137,'en','sitepress','634b97d9c012d4b29490bd623e157a32','Scanning now, please don\'t close this page.',NULL,NULL,'','LINE',NULL,0,'','b1fc4e02df5dce4b4b903cafa56f1b11','',NULL),(3138,'en','sitepress','b03eb10184edf5dab98842ff8221e03b','Scanning Results',NULL,NULL,'','LINE',NULL,0,'','44b2f303dd1ec48451f7da2e91628ad1','',NULL),(3139,'en','wpml-string-translation','05281d4ebc246886c54780fd01d36715','Other options:',NULL,NULL,'','LINE',NULL,0,'','f2ab99e9843cfc5a583b7037beeb2a08','',NULL),(3140,'en','wpml-string-translation','fa7e19166c5f101ece5eba385c82c626','Use theme or plugin text domains when gettext calls do not use a string literal',NULL,NULL,'','LINE',NULL,0,'','11373893a99144e0f2e7a6f86e18c45e','',NULL),(3141,'en','wpml-string-translation','a54b7d8396ecc31b9957c92dbb40262c','Some themes and plugins don\'t properly set the textdomain (second argument) in GetText calls. When you select this option, WPML will assume that the strings found in GetText calls in the PHP files of the theme and plugin should have the textdomain with the theme/plugin\'s name.',NULL,NULL,'','LINE',NULL,0,'','ee1158df0bf120a756967d0cc3d5554c','',NULL),(3142,'en','wpml-string-translation','32fcf2a86c344719fbda06b0a2f7845c','Strings in the themes',NULL,NULL,'','LINE',NULL,0,'','17bff33ea223d9f88db7e727c1d19131','',NULL),(3143,'en','wpml-string-translation','ca201dbf8b80867ab142ec7a00cd2605','Scan selected themes for strings',NULL,NULL,'','LINE',NULL,0,'','b04148c1ea5f3561fe25b6693e95103f','',NULL),(3144,'en','wpml-string-translation','0150fdf61374a4461554b018dd4bd17a','Completely translated strings',NULL,NULL,'','LINE',NULL,0,'','db94a37555658cb37f2faa73ea06335d','',NULL),(3145,'en','wpml-string-translation','00fb37d803e5120e168f31b889cd9266','Strings in need of translation',NULL,NULL,'','LINE',NULL,0,'','dc75b6ca583bfe645a2c8db57ab378fa','',NULL),(3146,'en','wpml-string-translation','d721757161f7f70c5b0949fdb6ec2c30','Theme',NULL,NULL,'','LINE',NULL,0,'','d26d1c0362de76b054be430fac54b70e','',NULL),(3147,'en','wpml-string-translation','c5ce0d2047c3b410077424a8929351b9','Textdomain',NULL,NULL,'','LINE',NULL,0,'','38e18894eb46c70bd70e047819497e5f','',NULL),(3148,'en','wpml-string-translation','b1c94ca2fbc3e78fc30069c8d0f01680','All',NULL,NULL,'','LINE',NULL,0,'','0f3f8fcc79d93ed1dd8bea97342f13f3','',NULL),(3149,'en','wpml-string-translation','4d3d769b812b6faa6b76e1a8abaece2d','Active',NULL,NULL,'','LINE',NULL,0,'','1cd2f5884fd4763943fd9a9d94e790dd','',NULL),(3150,'en','wpml-string-translation','3cab03c00dbd11bc3569afa0748013f0','Inactive',NULL,NULL,'','LINE',NULL,0,'','f340a66b1041506f3292a021691c9241','',NULL),(3151,'en','wpml-string-translation','1ebf20ca91b42edd9bfeec24fbf9d988','Translate strings in %s',NULL,NULL,'','LINE',NULL,0,'','8b3fb8cf2800dac66230506505d1c4f2','',NULL),(3152,'en','wpml-string-translation','c0c59db7de1bb37d80cabef3f8f51f14','All strings in %s',NULL,NULL,'','LINE',NULL,0,'','9f0a00f37e5d8b132791d48194d065ab','',NULL),(3153,'en','wpml-string-translation','cb73b91b27535a1ce664f0bcc752be76','Strings in the plugins',NULL,NULL,'','LINE',NULL,0,'','c50a53f0714564dadd9dd7cd1d520848','',NULL),(3154,'en','wpml-string-translation','110d52c23b8de64be5089b70238519a8','Scan selected plugins for strings',NULL,NULL,'','LINE',NULL,0,'','e6def4c88883003321ed5bf36e13b2b9','',NULL),(3155,'en','wpml-string-translation','409c1892b68cb394799262ac57f6d4f1','Plugin',NULL,NULL,'','LINE',NULL,0,'','cb4d51b91e9de44b559942ce8ec8443d','',NULL),(3156,'en','wpml-string-translation','5109b5259a8d6f51d27a80cb02a9c12f','No TextDomain',NULL,NULL,'','LINE',NULL,0,'','81954a8b706419ef8dc698a91430f88b','',NULL),(3157,'en','sitepress','b3ecbd0ce72c6682260c9f871ad1cdf3','Clear all colors',NULL,NULL,'','LINE',NULL,0,'','860a7d7a8d03e1ebf5b14d4b5f6612c4','',NULL),(3158,'en','sitepress','994ae1d9731cebe455aff211bcb25b93','Gray',NULL,NULL,'','LINE',NULL,0,'','ccecafbaf930567c668f919506cd7c95','',NULL),(3159,'en','sitepress','25a81701fbfa4a1efdf660a950c1d006','White',NULL,NULL,'','LINE',NULL,0,'','4a8f6132c4897b5f1b54589cc5a9b38e','',NULL),(3160,'en','sitepress','9594eec95be70e7b1710f730fdda33d9','Blue',NULL,NULL,'','LINE',NULL,0,'','36b4779311a71403986c54c971d337f5','',NULL),(3161,'en','sitepress','fe32739e326b599f28c7330e03da710b','Do you really want to remove this item?',NULL,NULL,'','LINE',NULL,0,'','7dae5831d451216fe41ab14178c97231','',NULL),(3162,'en','sitepress','efc66bce0dd03ecdc4eec7f47b0f06b2','Leave the text box to auto-save',NULL,NULL,'','LINE',NULL,0,'','d67d294a8578de3ad02d3a298b5af95f','',NULL),(3163,'en','sitepress','d6e4675950bf6a65316c1ecf85bdf198','WPML admin screens require JavaScript in order to display. JavaScript is currently off in your browser.',NULL,NULL,'','LINE',NULL,0,'','d0a84a63df4520f32114fd329e9f2e03','',NULL),(3164,'en','sitepress','43839429f053c5fe1dd516f11a568f95','Setup WPML',NULL,NULL,'','LINE',NULL,0,'','4e95e80b4dad41e76b75122e2bc91ad0','',NULL),(3165,'en','sitepress','752eb3d64990f4f620d42c0b881f0794','This screen contains the language settings for your site.',NULL,NULL,'','LINE',NULL,0,'','3457da41cc2c39e09ce864d1b5a59b5e','',NULL),(3166,'en','sitepress','bc19734a9ad0183838f75f410e5f9e86','Theme and plugins reporting',NULL,NULL,'','LINE',NULL,0,'','02ad8b42ef1858b60b8dfc5ffcf7053d','',NULL),(3167,'en','sitepress','e32fded1beb5e87a99632a91d8582020','Site Languages',NULL,NULL,'','LINE',NULL,0,'','a75f6a0b84af9cc0e08857b7084e1851','',NULL),(3168,'en','sitepress','9577c83ab6c2574259060699c2c7b8cd','Language URL format',NULL,NULL,'','LINE',NULL,0,'','7a31b446ac2ea54ba1894ab6a26a451f','',NULL),(3169,'en','sitepress','7d8279c4b94cd74550169369df3f6a01','Admin language',NULL,NULL,'','LINE',NULL,0,'','97a67e6e43648edd3331ca59eabf482b','',NULL),(3170,'en','sitepress','497b6de60d5e456498560b1b045a7cab','Hide languages',NULL,NULL,'','LINE',NULL,0,'','ea852e8ca8764a5e5be716e269ffb570','',NULL),(3171,'en','sitepress','c675a592dfd8e01f2ffd1d64f94abf01','Make themes work multilingual',NULL,NULL,'','LINE',NULL,0,'','9bfbf602941444663be7f24d877645de','',NULL),(3172,'en','sitepress','c87124fc7a04a8797862409edea09f0c','Browser language redirect',NULL,NULL,'','LINE',NULL,0,'','97f219b7922734c419f71e177db024a3','',NULL),(3173,'en','sitepress','c263985578494d696ae648eeb5fba785','SEO Options',NULL,NULL,'','LINE',NULL,0,'','3f389cadfbadc9c7750827c5febc80c2','',NULL),(3174,'en','sitepress','d3d90cb7fbcaeb18c323d585a53161fa','Language filtering for AJAX operations',NULL,NULL,'','LINE',NULL,0,'','4019c50838fa0da7ac3bae4b73264bc2','',NULL),(3175,'en','sitepress','76141c86c2b4d4ae9ded7284977ce7af','WPML love',NULL,NULL,'','LINE',NULL,0,'','4724f081eff6b743457137834bd5378e','',NULL),(3176,'en','sitepress','79ea6eac77515318f41d71e2b33c9db9','Language switcher options',NULL,NULL,'','LINE',NULL,0,'','c7aa55f65f3b2ae0e55033f8a0625f24','',NULL),(3177,'en','sitepress','d959346bf784b9cd8f47fd90c803ebb2','Reset settings',NULL,NULL,'','LINE',NULL,0,'','131dec7c73befd3c0a7270f8adbf1782','',NULL),(3178,'en','sitepress','f8341b0f8b2d09a49671b9770bdfa308','Translation Feedback',NULL,NULL,'','LINE',NULL,0,'','06235365711cf73f44457d3d201f7610','',NULL),(3179,'en','sitepress','8f8ecce91419f77fb186056a206d6846','Reporting to wpml.org',NULL,NULL,'','LINE',NULL,0,'','2d53ed412422aeb1e205535e8d995860','',NULL),(3180,'en','installer','e0f493915371e9953b6f275db80a4c18','Privacy and data usage policy',NULL,NULL,'','LINE',NULL,0,'','973a56bdff2fce33a60b3e9a49eab896','',NULL),(3181,'en','installer','c1a42c8451b7756687eb80444464d040','Reporting to',NULL,NULL,'','LINE',NULL,0,'','5315c3704d7afad48adf16fa1bc370c2','',NULL),(3182,'en','installer','4ebaefc5350aea358696c453e41b5bc7','Report to',NULL,NULL,'','LINE',NULL,0,'','e555f824620d603ea31c312a8907ad35','',NULL),(3183,'en','installer','9a09d9c839677bc0877d5bbb060019d5','Send theme and plugins information, in order to get faster support and compatibility alerts',NULL,NULL,'','LINE',NULL,0,'','5965ff75eb5b565992f45b1c7015fd4e','',NULL),(3184,'en','installer','39e52dfbe8b3daca5f6580c3f5d2d3df','Don\'t send this information and skip compatibility alerts',NULL,NULL,'','LINE',NULL,0,'','f58212f0d2fed59162ec60e45848ed0f','',NULL),(3185,'en','installer','8b2340a793cc6c433380ee66e0b9c96c','which theme and plugins you are using.',NULL,NULL,'','LINE',NULL,0,'','6fe936a26202b66f466c39aadbf683d1','',NULL),(3186,'en','sitepress','6a195c0b7b8abfe6c033dd0815047128','These languages are enabled for this site:',NULL,NULL,'','LINE',NULL,0,'','3e61d85129e713453b63d942c668ebcb','',NULL),(3187,'en','sitepress','8ad43884acf0c69df2c0d5d10283aaf9','Change default language',NULL,NULL,'','LINE',NULL,0,'','0eed1b5fb71661fc2f0e649577246619','',NULL),(3188,'en','sitepress','29b3148fb536c7ca10a3971e7ba52d63','Add / Remove languages',NULL,NULL,'','LINE',NULL,0,'','a491d13d75a41a6c0353bf384c765d3a','',NULL),(3189,'en','sitepress','d6928f0da8416cf6101e706e0abacc53','Edit Languages',NULL,NULL,'','LINE',NULL,0,'','56f1b5176716838981379688410ba0bd','',NULL),(3190,'en','sitepress','c970d50c03bfd22b64b1e8b95edd9e13','Choose how to determine which language visitors see contents in',NULL,NULL,'','LINE',NULL,0,'','c0189981db172218594faf649b0c9c09','',NULL),(3191,'en','sitepress','063670ba0df413d43549784ae8eac355','Different languages in directories',NULL,NULL,'','LINE',NULL,0,'','fc66b9a2b47f43d18e0f4a4ae80e7dc1','',NULL),(3192,'en','sitepress','f58408d07765d0416dd157149aa7404a','Use directory for default language',NULL,NULL,'','LINE',NULL,0,'','3bed9ad58ea1df5faa171c65d313c7c0','',NULL),(3193,'en','sitepress','91431d8fd777be4fd82d7d33c486c4c8','What to show for the root url:',NULL,NULL,'','LINE',NULL,0,'','80581fc8c34c1f2dbe838555d0026907','',NULL),(3194,'en','sitepress','36c80864ffe963abefb3064389cca9de','HTML file',NULL,NULL,'','LINE',NULL,0,'','026acda206443d66e858092686f444d8','',NULL),(3195,'en','sitepress','eb5f83ac41599afef94c790126eb15b2','please enter path: absolute or relative to the WordPress installation folder',NULL,NULL,'','LINE',NULL,0,'','13423f7c4e178b4a12d3c8e3c083e864','',NULL),(3196,'en','sitepress','c45fb78431acede7ac053f749259e670','Please select what to show for the root url.',NULL,NULL,'','LINE',NULL,0,'','4422fcde826536ea88e0482504944701','',NULL),(3197,'en','sitepress','9b40030913085ef2ad847c56b7d41ba6','A page',NULL,NULL,'','LINE',NULL,0,'','322b646d5827cd76dce2ed18aed2a376','',NULL),(3198,'en','sitepress','ca2be58de28e4b6007c50e655f0c7d1a','Please save the settings first by clicking Save.',NULL,NULL,'','LINE',NULL,0,'','504e371595d303472fca58971eb4c5e3','',NULL),(3199,'en','sitepress','f74dbf290a5d79714aaacff3659636bb','Create root page.',NULL,NULL,'','LINE',NULL,0,'','87baae55ee22a0096095498558e8e0a2','',NULL),(3200,'en','sitepress','fcd7890e0687cce8919419ec9638137d','Hide language switchers on the root page',NULL,NULL,'','LINE',NULL,0,'','39159522272cefc7ec15c7a194f38151','',NULL),(3201,'en','sitepress','9839d6ff145984cf304c667397bd1d3f','A different domain per language',NULL,NULL,'','LINE',NULL,0,'','91809315c0b00770b122c80112182c24','',NULL),(3202,'en','sitepress','8152a3d192c4c2ac0f7890491dd0e413','Pass session arguments between domains through the language switcher',NULL,NULL,'','LINE',NULL,0,'','fdb7d6eff18c5a996b2653d60257f8e9','',NULL),(3203,'en','sitepress','23f870d5c5862efbca70579d8385776f','Pass arguments via GET (the url)',NULL,NULL,'','LINE',NULL,0,'','89293b8956e8059f687187953099388e','',NULL),(3204,'en','sitepress','128846e8188989666752cdb72b38b690','Pass arguments via POST',NULL,NULL,'','LINE',NULL,0,'','356fdaed50cfd65cbbfb07cc2018c693','',NULL),(3205,'en','sitepress','4f0400ac5b3206ff684dd4a3b673e6e2','Disable this feature',NULL,NULL,'','LINE',NULL,0,'','6a5bf29e38260fafeb79fe8f7f06b10c','',NULL),(3206,'en','sitepress','6a3b440d59158d5590033a7bea743bf2','The data will be encrypted with the %s algorithm.',NULL,NULL,'','LINE',NULL,0,'','115890dbb8ab5a27542722fa0289bf13','',NULL),(3207,'en','sitepress','a4c023381f8464a9608465ff95522fb4','Learn more about passing data between domains',NULL,NULL,'','LINE',NULL,0,'','f91e50e688fee595e8cbc0a1bbe675ec','',NULL),(3208,'en','sitepress','084b67c09aa367fe7e9c3a40ba372989','Language name added as a parameter',NULL,NULL,'','LINE',NULL,0,'','87f2ebaf344ca9e8d8b7e36ced421360','',NULL),(3209,'en','sitepress','45577eedb5b09cbd2e99059659a88118','There are no templates available.',NULL,NULL,'','LINE',NULL,0,'','571d92ca296b7783ad575cfd57c83e63','',NULL),(3210,'en','sitepress','31fde7b05ac8952dacf4af8a704074ec','Preview',NULL,NULL,'','LINE',NULL,0,'Language switcher preview','c8b8e43f19f228d429bc3aabab7b5956','',NULL),(3211,'en','sitepress','52f5e0bc3859bc5f5e25130b6c7e8881','Position',NULL,NULL,'','LINE',NULL,0,'Language switcher preview','d816d371ad388a6270d8255b0c0a9c70','',NULL),(3212,'en','sitepress','06df33001c1d7187fdd81ea1f5b277aa','Actions',NULL,NULL,'','LINE',NULL,0,'Language switcher preview','cb3f4a14286bbfd966f076f218c20947','',NULL),(3213,'en','sitepress','004bf6c9a40003140292e97330236c53','Action',NULL,NULL,'','LINE',NULL,0,'Language switcher preview','4540e9f5fcd076b63965f6047ceb9dd7','',NULL),(3214,'en','sitepress','c637da8ecbf2bee169f50be3192d9c3a','What to include in the language switcher:',NULL,NULL,'','LINE',NULL,0,'','2ce0ac3781786339a8621eede5f66761','',NULL),(3215,'en','sitepress','c5836008c1649301e29351a55db8f65c','Flag',NULL,NULL,'','LINE',NULL,0,'','86845300c935ba24c7903c90aa40eec5','',NULL),(3216,'en','sitepress','2095f273fecd292bb7e6c54428641d61','Native language name',NULL,NULL,'','LINE',NULL,0,'','09a010a61237f3b509dd27368ed70120','',NULL),(3217,'en','sitepress','1f2c7d81119bb6b86f5283158dae945b','Language name in current language',NULL,NULL,'','LINE',NULL,0,'','80a70fa1a51d3f82bd9161e394fdc14c','',NULL),(3218,'en','sitepress','d672f0a4a1dda98ca38dc490b65c63d8','Current language',NULL,NULL,'','LINE',NULL,0,'','9468339aa686ded89f92c07f5b434f44','',NULL),(3219,'en','sitepress','b2645cb51262660cae0dfc6bd2ec44d2','Language switcher style:',NULL,NULL,'','LINE',NULL,0,'','4c3b6919ce0a4711f89756f6fc412ac0','',NULL),(3220,'en','sitepress','f4001bd813ef2824c90fc6daf968afae','WPML',NULL,NULL,'','LINE',NULL,0,'','aec8c05309cb4d986bc791de8cfe6e9d','',NULL),(3221,'en','sitepress','90589c47f06eb971d548591f23c285af','Custom',NULL,NULL,'','LINE',NULL,0,'','96c4b18abb275975371aa2262ffec864','',NULL),(3222,'en','sitepress','5532717b6745862b6f239f3c6c7ded92','Edit language switcher',NULL,NULL,'','LINE',NULL,0,'','db65779499767378355709d59f64baf7','',NULL),(3223,'en','sitepress','eb976e7914fa715a20e7b96a7f091bdf','Delete language switcher',NULL,NULL,'','LINE',NULL,0,'','0c606accc2e39e773234f2e0a15b3713','',NULL),(3224,'en','sitepress','0557fa923dcee4d0f86b1409f5c2167f','Back',NULL,NULL,'','LINE',NULL,0,'','52a11e52bd03e8cd19b430e8c0e9ddeb','',NULL),(3225,'en','sitepress','10ac3d04253ef7e1ddc73e6091c0cd55','Next',NULL,NULL,'','LINE',NULL,0,'','e89fb588106e2cbfea191fc5a79a8a5f','',NULL),(3226,'en','sitepress','ccc36d58426900d43691929f754bf20a','This is the order in which the languages will be displayed in the language switcher.',NULL,NULL,'','LINE',NULL,0,'','ca8918e6f56ad6f088278e29a81b844c','',NULL),(3227,'en','sitepress','945abba3029cd892a25f0c8325a02fd4','Some content may not be translated to all languages. Choose what should appear in the language switcher when translation is missing.',NULL,NULL,'','LINE',NULL,0,'','2b245909c0bc01f56f0681ad7d384646','',NULL),(3228,'en','sitepress','d9230376acf19956ca40604709134d75','Add a comma-separated list of URL arguments that you want WPML to pass when switching languages.',NULL,NULL,'','LINE',NULL,0,'','445488dc93723bff0a78b656cb0b8d6c','',NULL),(3229,'en','sitepress','9ec11a0e94ed6ba6e1df431f25204463','Preserving URL arguments',NULL,NULL,'','LINE',NULL,0,'','2d4ae3d06b5de8a312ce0998049c23a8','',NULL),(3230,'en','sitepress','c456ee1c5feca3b65128944e6f350135','Enter CSS to add to the page. This is useful when you want to add styling to the language switcher, without having to edit the CSS file on the server.',NULL,NULL,'','LINE',NULL,0,'','3e793d82c7ee8b7f167aba97eb44c6b1','',NULL),(3231,'en','sitepress','b5046be5ad379e5dfea840aa8e8136d5','Styling the language switcher with additional CSS',NULL,NULL,'','LINE',NULL,0,'','a3431ca9f40a8633b28e615ea771f7c3','',NULL),(3232,'en','sitepress','08305cfdbfca99c6ac2ee8c3c63d9276','You can display links to translation of posts before the post and after it. These links look like \"This post is also available in...\"',NULL,NULL,'','LINE',NULL,0,'','30418c43924c56afd304026670b8903e','',NULL),(3233,'en','sitepress','e4de83c69315772d77e33cb33d437610','The button is disabled because all existing menus have language switchers. You can edit the settings of the existing language switchers.',NULL,NULL,'','LINE',NULL,0,'','826f70c9479759162d43efad5bab5e9f','',NULL),(3234,'en','sitepress','2d5999669e0d2373fb9b9af28f643934','The button is disabled because there are no menus in the site. Add a menu and you can later enable a language switcher in it.',NULL,NULL,'','LINE',NULL,0,'','995c13c3b4c0db3513707f017be7caeb','',NULL),(3235,'en','sitepress','fa4784385ca8cf28fb8ff8d97e656379','The button is disabled because all existing widget areas have language switchers. You can edit the settings of the existing language switchers.',NULL,NULL,'','LINE',NULL,0,'','5df4f7d91625617c2c2d47ecda257f8f','',NULL),(3236,'en','sitepress','114108d89e71bc667a56c405f87cd7b1','The button is disabled because there are no registered widget areas in the site.',NULL,NULL,'','LINE',NULL,0,'','6714a7d66c0219ebd88615789367f696','',NULL),(3237,'en','sitepress','f5733581efcf2c2dd26fbba46f151f61','Elements to include in the language switcher.',NULL,NULL,'','LINE',NULL,0,'','e05f2c43581525f375358eec3ad8f759','',NULL),(3238,'en','sitepress','2a482bec6b1eae3bcee3e8e8e8382297','Select the menus, in which to display the language switcher.',NULL,NULL,'','LINE',NULL,0,'','555224342a70141f54f371035489bb4c','',NULL),(3239,'en','sitepress','7d39d4772857a02d523dd13260d2d05f','Select the widget area where to include the language switcher.',NULL,NULL,'','LINE',NULL,0,'','b0d95894f66379eb844609584379f7df','',NULL),(3240,'en','sitepress','e601283e12d92682db854ca6c69c9e31','Select the style of the language switcher.',NULL,NULL,'','LINE',NULL,0,'','20b05c7fc282a9b368c620d26ca56522','',NULL),(3241,'en','sitepress','cb29ba3cf9348ebc27dff4f5bf8f84e6','Select how to display the language switcher in the menu. Choose \"List of languages\" to display all the items at the same level or \"Dropdown\" to display the current language as parent and other languages as children.',NULL,NULL,'','LINE',NULL,0,'','0e8a8fa5189601eb6c43bc791a6097ed','',NULL),(3242,'en','sitepress','cc80e40248af5440c99973abd5eb6081','Select the position to display the language switcher in the menu.',NULL,NULL,'','LINE',NULL,0,'','d68f7b994efd5b14cdedf6febbbca94c','',NULL),(3243,'en','sitepress','6026da95937ae7186f272a551b78a074','Enter the title of the widget or leave empty for no title.',NULL,NULL,'','LINE',NULL,0,'','55c33feb8c556c654ae2f8b5c6e6dc24','',NULL),(3244,'en','sitepress','0553d17593fca33afcfb31192a17a0e0','Select the position to display the post translations links.',NULL,NULL,'','LINE',NULL,0,'','6fcf5caeba3b22031ef0969d2255377a','',NULL),(3245,'en','sitepress','d4cd88720ebe13337bd81ed95b6a2bff','This text appears before the list of languages. Your text needs to include the string %s which is a placeholder for the actual links.',NULL,NULL,'','LINE',NULL,0,'','a06e994b8a036d64d51399662d419317','',NULL),(3246,'en','sitepress','41bfa4ff4d3d5404e6da469cd0b47c07','Since WPML 3.6.0, the language switchers are not using CSS IDs and the CSS classes have changed. This was required to fix some bugs and match the latest standards. If your theme or your custom CSS is not relying on these old selectors, it\'s recommended to skip the backwards compatibility. However, it\'s still possible to re-activate this option later.',NULL,NULL,'','LINE',NULL,0,'','255389db021dce5c92520b00ffa5d986','',NULL),(3247,'en','sitepress','51859b3f5cd3b1bed9fe9f733c8e8e16','You can display a language switcher in the site\'s footer. You can customize and style it here.',NULL,NULL,'','LINE',NULL,0,'','41cf68e4f5676bbbe5bdeed0970bfaec','',NULL),(3248,'en','sitepress','2bee34a22bef76f70f2fe7dcf164a99f','Language switcher colors',NULL,NULL,'','LINE',NULL,0,'','a9777cd346df6fcd02025d5c423aed45','',NULL),(3249,'en','sitepress','47489dcdf5a7ec4889225a7093998a8c','Color themes:',NULL,NULL,'','LINE',NULL,0,'','29bdd0d170c765e14b5b45f31d4e6bd8','',NULL),(3250,'en','sitepress','cee671d8fe1d13f51688df8dbe2fd2a9','Select a preset',NULL,NULL,'','LINE',NULL,0,'','eb16de87a11ee3c62e217cf22123fdca','',NULL),(3251,'en','sitepress','960b44c579bc2f6818d2daaf9e4c16f0','Normal',NULL,NULL,'','LINE',NULL,0,'','fe41db778d3bed6210bc74b8a7808d21','',NULL),(3252,'en','sitepress','eee0168be69b854c20621fc6f01cc3fc','Hover',NULL,NULL,'','LINE',NULL,0,'','684b73c472c4c713459b6b2db2e9671c','',NULL),(3253,'en','sitepress','a9ded1e5ce5d75814730bb4caaf49419','Background',NULL,NULL,'','LINE',NULL,0,'','35921dda520e604215cb8fe689fb9d91','',NULL),(3254,'en','sitepress','070554647306343cbea29ebfdd278ba8','Border',NULL,NULL,'','LINE',NULL,0,'','122c5ebac13f404360673446209d312d','',NULL),(3255,'en','sitepress','4b5e34d7a9725c3930d9fe4ea42f3ea7','Current language font color',NULL,NULL,'','LINE',NULL,0,'','ba1dba20e4be691adff6536a44794ef6','',NULL),(3256,'en','sitepress','b06467ac2d4d5ec4d1904187bf03b778','Current language background color',NULL,NULL,'','LINE',NULL,0,'','1a80d23316789be25fe2ba585781df85','',NULL),(3257,'en','sitepress','f55b03d56bbf3e06ff51d8566b624ce3','Other language font color',NULL,NULL,'','LINE',NULL,0,'','a8ceb51811539b4e471d6cbe5c2d8955','',NULL),(3258,'en','sitepress','0653bfd1bba42b5c6a2c8b1568ba71aa','Other language background color',NULL,NULL,'','LINE',NULL,0,'','8bab6c881b3528eec5614219eefdd53a','',NULL),(3259,'en','sitepress','820e6c125ff4689705d209ca4c1a8e8d','All language switchers in your site are affected by the settings in this section.',NULL,NULL,'','LINE',NULL,0,'','ab1419bf6fbe69dcd5d4dc8d5449b883','',NULL),(3260,'en','sitepress','abb4e18b765b12e3cb3ba56ea83001ca','Order of languages',NULL,NULL,'','LINE',NULL,0,'','4e775791942b4eb59a49b1173c54a242','',NULL),(3261,'en','sitepress','8ba229ade350ceafc937c56482a4f651','Drag and drop the languages to change their order',NULL,NULL,'','LINE',NULL,0,'','13c995bd53a8cd8cfc4b95d264679b14','',NULL),(3262,'en','sitepress','b71b613b7c9ee792fcb9331661a73f34','How to handle languages without translation',NULL,NULL,'','LINE',NULL,0,'','73e402850c2d823e37075b0a9207d8c9','',NULL),(3263,'en','sitepress','29d04098d26b4bd41cf907593166e34c','Skip language',NULL,NULL,'','LINE',NULL,0,'','e90ce7df01f88ae6cb4904016848a850','',NULL),(3264,'en','sitepress','32bc93e36a03941c648d412ab67434de','Link to home of language for missing translations',NULL,NULL,'','LINE',NULL,0,'','26244b00008e60cbc8de95edee740edf','',NULL),(3265,'en','sitepress','1cd75972f020ed203911c26761849dac','Preserve URL arguments',NULL,NULL,'','LINE',NULL,0,'','45820d4dbd5995f627fc9f20423bac5b','',NULL),(3266,'en','sitepress','f8007c1f15cc25eca73c9fcf83b2cb43','Additional CSS',NULL,NULL,'','LINE',NULL,0,'','6901b284189908eb0c5f7accb617fe23','',NULL),(3267,'en','sitepress','cd8aa1bae4ee577c4b0e51ffe81058b0','Backwards compatibility',NULL,NULL,'','LINE',NULL,0,'','69b78762a73a4fed7f8d0c45b135ec97','',NULL),(3268,'en','sitepress','7df55e08f4e5c86e8921a730ab86ecd4','Skip backwards compatibility',NULL,NULL,'','LINE',NULL,0,'','ed9421e57fc07f3b37fe1591094fccad','',NULL),(3269,'en','sitepress','4df237a592741ceae4ad317e8694a64b','Menu language switcher',NULL,NULL,'','LINE',NULL,0,'','c4ea6b3ebeba03a4b2d049c71dbd3b1e','',NULL),(3270,'en','sitepress','1fb9341ff5b350b6c7a765da5e038fb2','Add a new language switcher to a menu',NULL,NULL,'','LINE',NULL,0,'','e01374fce03396efb2e796872c997ff8','',NULL),(3271,'en','sitepress','b61541208db7fa7dba42c85224405911','Menu',NULL,NULL,'','LINE',NULL,0,'','fd72f1dcf2c4a65a07c5ab901614b9fe','',NULL),(3272,'en','sitepress','663c5a690231c18c304f54897dc88b1f','Choose a menu',NULL,NULL,'','LINE',NULL,0,'','38a6b68d247838f667856747e69f4aeb','',NULL),(3273,'en','sitepress','ec16e90b650301f5d0e870f03a1b8e3c','Position:',NULL,NULL,'','LINE',NULL,0,'','ad5c54a199eb7e93d388a899e020bb18','',NULL),(3274,'en','sitepress','d2d1fc6d6e8ca9751e5b1d72317f22bb','First menu item',NULL,NULL,'','LINE',NULL,0,'','e69f0f3e57375c8dca617a14fbf5249a','',NULL),(3275,'en','sitepress','21673cd8e9c4103fdb525ef6109cfa18','Last menu item',NULL,NULL,'','LINE',NULL,0,'','0b5399ce45578fc4cb8d2eaf4d4c9790','',NULL),(3276,'en','sitepress','92e25a3524e2ac89b4e22624bb5bb648','Language menu items style:',NULL,NULL,'','LINE',NULL,0,'','a4c8eff8f518db255e94a8edfc1936e8','',NULL),(3277,'en','sitepress','865617369ad3368d653cadbacbbc5934','List of languages',NULL,NULL,'','LINE',NULL,0,'','63f195dfd5e9c7ad041fc9248cb15a31','',NULL),(3278,'en','sitepress','a7fd8466fb6885263258484f173cb747','good for menus that display items as a list',NULL,NULL,'','LINE',NULL,0,'','d9a8475c7991870c17110458d15dc8cb','',NULL),(3279,'en','sitepress','7498c445a737312f3678aa1494e01a38','Dropdown',NULL,NULL,'','LINE',NULL,0,'','4a382fd95c90513b56c19d884035b227','',NULL),(3280,'en','sitepress','aa5d50b06f302d6aa4c810f5a28ff46d','good for menus that support drop-downs',NULL,NULL,'','LINE',NULL,0,'','853cfa8e1d43a394e3120c1f1556fa20','',NULL),(3281,'en','sitepress','739261dff75097498f4218b34c19161e','Edit Menu Language Switcher',NULL,NULL,'','LINE',NULL,0,'','e204fc13921536013255f9f89144cd09','',NULL),(3282,'en','sitepress','54cf96fc0ad85eae55b19289855f95fa','New Menu Language Switcher',NULL,NULL,'','LINE',NULL,0,'','a337ebda4ebaaadfa8061a5ddd9312e7','',NULL),(3283,'en','sitepress','b3fcc78a93c631155493bac60ab15e42','Widget language switcher',NULL,NULL,'','LINE',NULL,0,'','cbbf9e6ab190ff1a4cbf3b766b88faa9','',NULL),(3284,'en','sitepress','9c21f426de6af17dcc0f819eca29c893','Add a new language switcher to a widget area',NULL,NULL,'','LINE',NULL,0,'','d2bbeea5bfa999f8d2d34f8a2e85a192','',NULL),(3285,'en','sitepress','61e61b90d8b0757bcaa1deeec9ac6c52','Widget area',NULL,NULL,'','LINE',NULL,0,'','3335119377b0422f5931df7530f346e4','',NULL),(3286,'en','sitepress','b2b8e5fafd27a5d093c4d712cb5a6269','Choose a widget area',NULL,NULL,'','LINE',NULL,0,'','6ec340f229ba8c0f743b9e5010341c7c','',NULL),(3287,'en','sitepress','bb50e853acafeff4cc6cfe90a70d8298','Widget title:',NULL,NULL,'','LINE',NULL,0,'','17582b85b9f66da9a92a4ff7e58b2302','',NULL),(3288,'en','sitepress','175c00e709f032263a45e6a073b84d42','Edit Widget Area Language Switcher',NULL,NULL,'','LINE',NULL,0,'','2b510a738f6b122c0f2467e2f4117a29','',NULL),(3289,'en','sitepress','f05ea92ebffeb801da739453618b201d','New Widget Area language switcher',NULL,NULL,'','LINE',NULL,0,'','846d54416c4c39354af795be7db53bb2','',NULL),(3290,'en','sitepress','bf68badcb6c52aa3c4f1bcd66f5aeb86','Footer language switcher',NULL,NULL,'','LINE',NULL,0,'','877a02998d70c72e6b940c455cb796c5','',NULL),(3291,'en','sitepress','7b29e7c9a12543f3f62fecef542c3ba4','Show language switcher in footer',NULL,NULL,'','LINE',NULL,0,'','8b2b48bbe05a01320414067683f27005','',NULL),(3292,'en','sitepress','e06f0a55c771d7852f283edc4a58b839','Edit Footer Language Switcher',NULL,NULL,'','LINE',NULL,0,'','30f8292267689daa0528b2d557133fbd','',NULL),(3293,'en','sitepress','06b04676c88ae0ae9f8b7842d3e518b5','Links to translation of posts',NULL,NULL,'','LINE',NULL,0,'','fb7e86d8928bbc90cd5bea69541647c6','',NULL),(3294,'en','sitepress','5298825102653c1dde97d462201a8a9b','Show links above or below posts, offering them in other languages',NULL,NULL,'','LINE',NULL,0,'','197bfdb407492aa58f085864a91cec35','',NULL),(3295,'en','sitepress','86b023577b45b23adaede250fd7ff992','Position of link(s):',NULL,NULL,'','LINE',NULL,0,'','0fd5ef12ce473335554a9a521c2923eb','',NULL),(3296,'en','sitepress','4cfe6c06e5f9164bcf75c844d1796a43','Above post',NULL,NULL,'','LINE',NULL,0,'','df42e84bdf8a3d01b45fb8e9c8f48785','',NULL),(3297,'en','sitepress','2a686d9147ae06dd5938c7de8cf79bcf','Below post',NULL,NULL,'','LINE',NULL,0,'','1e72abd0eeeef5580d131a3e42e35b8e','',NULL),(3298,'en','sitepress','3d8ba9eb4b9b258f49de640873b6f132','Text for alternative languages for posts:',NULL,NULL,'','LINE',NULL,0,'','05b4f087116773f9bc2b742d06e9f1b3','',NULL),(3299,'en','sitepress','3b174cb779af369e3ec93f851274f187','This post is also available in: %s',NULL,NULL,'','LINE',NULL,0,'','920b32febd5fed88770d3aaade71f196','',NULL),(3300,'en','sitepress','7d818c8e4dc6c2400c4f9efd2e63034b','Edit Post Translations Language Switcher',NULL,NULL,'','LINE',NULL,0,'','26c91b0a97c981fe0072c60d738ee3a2','',NULL),(3301,'en','sitepress','754b243f68bd08b359b23165ed069d64','insert WPML\'s switchers in custom locations',NULL,NULL,'','LINE',NULL,0,'Custom languuage switcher description: external link text','0584bcb8215c7640d3800b5802a60026','',NULL),(3302,'en','sitepress','23e869327d4edde1c9400e2a4744d136','Need more options? See how you can %s.',NULL,NULL,'','LINE',NULL,0,'Custom languuage switcher description: text','907abab5eeda2e59f340f9c19123b553','',NULL),(3303,'en','sitepress','6b5d24677022a2f219b5e30840df1fc2','Custom language switchers',NULL,NULL,'','LINE',NULL,0,'','12d472b53a2ba9c502dccee59b75133e','',NULL),(3304,'en','sitepress','2faec1f9f8cc7f8f40d521c4dd574f49','Enable',NULL,NULL,'','LINE',NULL,0,'','7bd7840f163af622d1df9e555245fb31','',NULL),(3305,'en','sitepress','63a78ed4647f7c63c2929e35ec1c95e3','Customize',NULL,NULL,'','LINE',NULL,0,'','21d2f65680738fdf8d41b892ac9a98e3','',NULL),(3306,'en','sitepress','5fa31495dc047d430d6915f97c080df7','Edit Shortcode Actions Language Switcher',NULL,NULL,'','LINE',NULL,0,'','363a774898cdaee4fe08a9faca1ef7ff','',NULL),(3307,'en','sitepress','d73eeed165b9ad34ff2db76804bcc314','You can completely hide content in specific languages from visitors and search engines, but still view it yourself. This allows reviewing translations that are in progress.',NULL,NULL,'','LINE',NULL,0,'','6a22df2e42d62b95ae1e3f1f4c629b9b','',NULL),(3308,'en','sitepress','e05e6b3ee71659b222f78f94b2320bbd','All languages are currently displayed.',NULL,NULL,'','LINE',NULL,0,'','3397bd9a85301386c12c8c958294b8b6','',NULL),(3309,'en','sitepress','0d5a5ff17fcaa29e5a55c2ea5981fa34','This feature turns themes into multilingual, without having to edit their PHP files.',NULL,NULL,'','LINE',NULL,0,'','f10da63695851d3504145abd43e56ba3','',NULL),(3310,'en','sitepress','21e98186e98224130811b2dc1b818649','Adjust IDs for multilingual functionality',NULL,NULL,'','LINE',NULL,0,'','22d9b87d3ce9fb7fc727b50a96564f28','',NULL),(3311,'en','sitepress','6b4337501f7d2b8c978b3f4cb1537de7','Note: auto-adjust IDs will increase the number of database queries for your site.',NULL,NULL,'','LINE',NULL,0,'','5eeacb00f3a3cb02878ddbd4f312123b','',NULL),(3312,'en','sitepress','ae8f5b14a1c87150b1bbcfe4be5dee93','WPML can automatically redirect visitors according to browser language.',NULL,NULL,'','LINE',NULL,0,'','9b36625d856946c08248b820391a0083','',NULL),(3313,'en','sitepress','4d54ad1ccacc84396989ee1618b5bfd7','This feature uses Javascript. Make sure that your site doesn\'t have JS errors.',NULL,NULL,'','LINE',NULL,0,'','014e4a1e9bc698787663d45d50d62a9f','',NULL),(3314,'en','sitepress','34dc384af267b5ea72f5bfcc847b396f','Disable browser language redirect',NULL,NULL,'','LINE',NULL,0,'','3bdc53a029e01adb8d0834ea699f101c','',NULL),(3315,'en','sitepress','6ffd18b813192b7845ec56d0731e43c4','Redirect visitors based on browser language only if translations exist',NULL,NULL,'','LINE',NULL,0,'','7c69d4cbb55e8529793677ff20f8bb37','',NULL),(3316,'en','sitepress','645fd8121b58a003a2bd23abf6925f6f','Always redirect visitors based on browser language (redirect to home page if translations are missing)',NULL,NULL,'','LINE',NULL,0,'','e046eafb8e526d419c38633b95935ce3','',NULL),(3317,'en','sitepress','82b57251c9147bbd61f4dfafb2cfa6f0','Remember visitors\' language preference for %s hours (please enter 24 or multiples of it).',NULL,NULL,'','LINE',NULL,0,'','b4bbec92bad889dba4e20668adb6f756','',NULL),(3318,'en','sitepress','65faa392683fb6c7ef535a8491e93e26','Browser language redirect may affect your site\'s indexing',NULL,NULL,'','LINE',NULL,0,'','3e1ed992c27692cba09d6d98972855e0','',NULL),(3319,'en','sitepress','d8fd35f628f2099aeaf3e5253e4acdba','learn more',NULL,NULL,'','LINE',NULL,0,'','8753d350071bd39e2d22ba3e22799e2d','',NULL),(3320,'en','sitepress','7bf7ef61cd8f59b97f56e1e92c8cd74e','As early as possible',NULL,NULL,'','LINE',NULL,0,'','70d51c1b4aee9f578a0804b022799dff','',NULL),(3321,'en','sitepress','982af1afc26bcad4ff820e242572c92d','Later in the head section (priority %d)',NULL,NULL,'','LINE',NULL,0,'','03fabd6733e8232666ab09506afeb630','',NULL),(3322,'en','sitepress','a65dfcc0636665a282768b813ec05101','Display alternative languages in the HEAD section.',NULL,NULL,'','LINE',NULL,0,'','8a6e0ddbe6362b893bf43d6b3953ba49','',NULL),(3323,'en','sitepress','c5ad329d9b88e63752cbeaf9b4811fed','Position of hreflang links',NULL,NULL,'','LINE',NULL,0,'','175190a25ef062744b23bbec04385e33','',NULL),(3324,'en','sitepress','990caaed8e9f8c2e00dfe150c8dc19b8','Tell the world your site is running multilingual with WPML (places a message in your site\'s footer) - <a href=\"%s\">read more</a>',NULL,NULL,'','LINE',NULL,0,'','98db7034caf88bf0cfb73a92b7534489','',NULL),(3325,'en','sitepress','794077f9e93a516a2f6083bc5a6d8557','Store a language cookie to support language filtering for AJAX',NULL,NULL,'','LINE',NULL,0,'','fdca978e46febb28a10c13753325f915','',NULL),(3326,'en','sitepress','2b8720d7ad07031181cdfb6daeec5fb3','Select this option if your theme or plugins use AJAX operations on the front-end, that WPML needs to filter. WPML will set a cookie using JavaScript which will allow it to return the correct content for AJAX operations.',NULL,NULL,'','LINE',NULL,0,'','35fffd877f5d5a1a71aaaf07a4609f7f','',NULL),(3327,'en','sitepress','4234227f6741dd24e244abaa885409be','Translation Feedback button on front-end:',NULL,NULL,'','LINE',NULL,0,'','5fec0a47535e272f51455127ca3055f1','',NULL),(3328,'en','sitepress','c6403402594fac7478045e9770f4b166','Icon style:',NULL,NULL,'','LINE',NULL,0,'','7e5004026a09f0cac2998d7dbce419c3','',NULL),(3329,'en','sitepress','c118ea41691d75d29caeded29c1f32f0','Show Translation Feedback module for these languages:',NULL,NULL,'','LINE',NULL,0,'','7eacc6b4bb536f34b1686822ad9a69ff','',NULL),(3330,'en','sitepress','f26a719385aa023fad97782897f293e9','Expiration date for Translation Feedback module:',NULL,NULL,'','LINE',NULL,0,'','4140f158ca0e55441d95329c651cc27a','',NULL),(3331,'en','sitepress','8192c3efc92a04657cd25ee11b437b00','Enable Translation Feedback module',NULL,NULL,'','LINE',NULL,0,'','f940ef929842ff7a8e3c0f7b76ec58a0','',NULL),(3332,'en','sitepress','ec814e873ff2133824a9725eac3f4653','Show on the left side of the screen',NULL,NULL,'','LINE',NULL,0,'','7e7a680e8964835b65e3bffbcb115096','',NULL),(3333,'en','sitepress','6cc89dd3621da9bf21850c1dd37f1bdd','Show on the right side of the screen',NULL,NULL,'','LINE',NULL,0,'','37dbb5f7232308d2dd86128758880d1f','',NULL),(3334,'en','sitepress','18bf4708fda1608cd8c14f68e3176d3c','I will add it manually (%1sinstructions%2s)',NULL,NULL,'','LINE',NULL,0,'','78039781e30b01a33e4d3a1e5b87e72f','',NULL),(3335,'en','sitepress','b84a65bb6374ac6d4d1753dc6ab43b2d','Do not show it',NULL,NULL,'','LINE',NULL,0,'','24f0ab90f2994422adfe35e2d859adf6','',NULL),(3336,'en','sitepress','f702dbe05c5f48219f56b63ae4d90359','Ask for feedback about translated content that was %1s in the last %2s %3s',NULL,NULL,'','LINE',NULL,0,'','3d385472d2073b6c45ab04cf08baab2a','',NULL),(3337,'en','sitepress','53206fefa65806881beb2d5db9a0d757','Always ask for feedback (no time limit for feedback)',NULL,NULL,'','LINE',NULL,0,'','a302ebf13853ca8b7ad87ab39efe4606','',NULL),(3338,'en','sitepress','4ac73ad1582a7d2e21c238c145c9264e','published or updated',NULL,NULL,'','LINE',NULL,0,'','63ea8d343d39ce5e205284ac11eeb8ef','',NULL),(3339,'en','sitepress','8f888fedf6bd5ff7c93c6d76bb8dc21c','published',NULL,NULL,'','LINE',NULL,0,'','2bfc55a751cb0d4c55297a3cabacaed5','',NULL),(3340,'en','sitepress','0f81d52e06caaa4860887488d18271c7','updated',NULL,NULL,'','LINE',NULL,0,'','f4d5383c285b2240ba7ded2d9412a30d','',NULL),(3341,'en','sitepress','225e75c29d32392d311f5dc94c792384','day(s)',NULL,NULL,'','LINE',NULL,0,'','b3805de32e5bd7d10b9ef2ae5c761593','',NULL),(3342,'en','sitepress','b9ac6d4cfd0e2c80dddcaa66089b9dfe','week(s)',NULL,NULL,'','LINE',NULL,0,'','ab476b30d99430ce04a45ca8f4070b5e','',NULL),(3343,'en','sitepress','6eb15db009c9c6488d73157ff2c03b9b','month(s)',NULL,NULL,'','LINE',NULL,0,'','30c01b4fccecd0b1ccc3fb4811453cc6','',NULL),(3344,'en','sitepress','eef559c017b75828874412b7217e889a','in options, menus, widgets, footer and shortcode',NULL,NULL,'','LINE',NULL,0,'','d87f369d5f375087ece2a95706f736fc','',NULL),(3345,'en','sitepress','cbccf86299d8cfeaff59361a59a67b69','This will change the settings of your language switchers %s to their defaults as set by the theme. Please note that some switchers may be removed and others may be added.',NULL,NULL,'','LINE',NULL,0,'','e2c0e5bbbd6457c803474f4dc39c151b','',NULL),(3346,'en','sitepress','f071c896acf5b444ee5bb88ccb4918b4','* Your theme has a %s file, which sets the default values for WPML.',NULL,NULL,'','LINE',NULL,0,'','463e3010938d50dddec166a1785ac518','',NULL),(3347,'en','sitepress','0fe3ec18abd870c382d15a89a2526f7c','Are you sure you want to reset to the default settings?',NULL,NULL,'','LINE',NULL,0,'','a63fdb8c3f8557e323b5002ad789c190','',NULL),(3348,'en','sitepress','6947b2394c1a6a22373b262eea0dc388','Restore default',NULL,NULL,'','LINE',NULL,0,'','561f46206b5621ebc9ce53452551eb72','',NULL),(3349,'en','wpml-translation-management','35f283a7226d42774ec6b6db6057c592','How to translate posts and pages',NULL,NULL,'','LINE',NULL,0,'','e249063c929f2171b16f4122dd0219c2','',NULL),(3350,'en','wpml-translation-management','847d0b482f5203327c9a2766de9a23a0','Posts and pages synchronization',NULL,NULL,'','LINE',NULL,0,'','5cf9ba803d80746fd62647c2f6eb0707','',NULL),(3351,'en','wpml-translation-management','d139be4621aeabe2d0da39baf61b0825','Translated documents options',NULL,NULL,'','LINE',NULL,0,'','57a27dc324cfa5addc528546dfb2895e','',NULL),(3352,'en','wpml-translation-management','c65f17ed604061f7161ceb3826d7a72a','Custom posts slug translation options',NULL,NULL,'','LINE',NULL,0,'','7cd0b389e007b40b0c4f43cfe550633a','',NULL),(3353,'en','wpml-translation-management','542ec8c15eeb73f67e1a0a80f071e359','Translation pickup mode',NULL,NULL,'','LINE',NULL,0,'','767b91f130a34b4717361614b5dfc2e6','',NULL),(3354,'en','wpml-translation-management','9d815fd39e44bc7352239b56bd045e2c','XLIFF file options',NULL,NULL,'','LINE',NULL,0,'','d27265b50a9857d7c9ae6a09b4958e4e','',NULL),(3355,'en','wpml-translation-management','a359766065bd477c87fed082263a86d6','Custom Fields Translation',NULL,NULL,'','LINE',NULL,0,'','46bc1a2863c76303eb5936fb607873e0','',NULL),(3356,'en','wpml-translation-management','00bfea6ff30686cde07815b9c7c1ff76','Custom Term Meta Translation',NULL,NULL,'','LINE',NULL,0,'','344cf05792119467a1d67d193b3bd63e','',NULL),(3357,'en','wpml-translation-management','4cc7cf857e196c7acb5f968ae7b7772e','Post Types Translation',NULL,NULL,'','LINE',NULL,0,'','522bdd69c9255efb16d6ff6de934a918','',NULL),(3358,'en','wpml-translation-management','81af2b3bae7db50e63b13bc77ae8c873','Taxonomies Translation',NULL,NULL,'','LINE',NULL,0,'','6c6cff39aaee4f6b12661ba94b887467','',NULL),(3359,'en','wpml-translation-management','b86b8def1524c7c2eef97124de5d6b71','Translate Link Targets',NULL,NULL,'','LINE',NULL,0,'','f423dfdd1ed23eae29b1fae6f19d30c5','',NULL),(3360,'en','sitepress','aef97073fe397a46c16e8b9a8654c7f4','Media Translation',NULL,NULL,'','LINE',NULL,0,'','57307311c96373bd6425248b1832fdb4','',NULL),(3361,'en','wpml-translation-management','7b1efa75666f1435cd2931e52f1db614','Multilingual Content Setup',NULL,NULL,'','LINE',NULL,0,'','ec394c71b4dfb38f79144e3a140cc95a','',NULL),(3362,'en','wpml-translation-management','ea5a02985534630383b0874bbea5cabc','Translation Notifications',NULL,NULL,'','LINE',NULL,0,'','0ed8bbbffcacac3ec8bf4b3d85c89c68','',NULL),(3363,'en','wpml-translation-management','98f492f6e6cfc0d926e901a2f98295bb','Custom XML Configuration',NULL,NULL,'','LINE',NULL,0,'','fc955395f3db149052214c91822e284d','',NULL),(3364,'en','wpml-translation-management','8a9749d4829ee548491f3b558e4d72eb','There is new translated content on this site. You can scan posts and strings to adjust links to point to translated content.',NULL,NULL,'','LINE',NULL,0,'','9e3d2cfbed2ce9e18c91a41f46c991ea','',NULL),(3365,'en','wpml-translation-management','72c680b4aac11d25862c36192434b198','WPML can read a configuration file that tells it what needs translation in themes and plugins. The file is named wpml-config.xml and it\'s placed in the root folder of the plugin or theme.',NULL,NULL,'','LINE',NULL,0,'','5cbfbeb1d49ce9c5acb7e47bd5799bea','',NULL),(3366,'en','wpml-translation-management','d59048f21fd887ad520398ce677be586','Learn more',NULL,NULL,'','LINE',NULL,0,'','7593d8152530c700af73f1daf10bbd64','',NULL),(3367,'en','wpml-translation-management','46f58a4ea62a138e33ee79e136333c5c','New content',NULL,NULL,'','LINE',NULL,0,'','5cb71687d1d03da5bb3d8926b3d289ef','',NULL),(3368,'en','wpml-translation-management','728ebba5cd0f7a05561028763423af1b','Use WPML\'s Advanced Translation Editor',NULL,NULL,'','LINE',NULL,0,'','354ea85387924841dfb061983f5961a8','',NULL),(3369,'en','wpml-translation-management','ab80992d18f14ac9ef0e03793fff7de5','Use WPML\'s Classic Translation Editor',NULL,NULL,'','LINE',NULL,0,'','349520d511f68b08ac3888a86d383875','',NULL),(3370,'en','wpml-translation-management','9012e9bb4ddf6a951ebf098c1f143adc','Content that was created with WPML\'s Classic Translation Editor',NULL,NULL,'','LINE',NULL,0,'','aec322019cb30a7c7d657c9d021fbdcb','',NULL),(3371,'en','wpml-translation-management','510eb450b1a86f3c8edb93c4e59d8ef5','Switch to using the Advanced Translation Editor (old translations may be unusable)',NULL,NULL,'','LINE',NULL,0,'','d4642099bcab34fd571cbdc5ebb36ea3','',NULL),(3372,'en','wpml-translation-management','5acd460877052acd8485e812d7ac8004','Taxonomies',NULL,NULL,'','LINE',NULL,0,'','56cf1e255485c493a11f24aedd2ef4fd','',NULL),(3373,'en','wpml-translation-management','d1fcd0333c7fe99f42eee2764eff2fd8','Don\'t include already translated terms in the translation editor',NULL,NULL,'','LINE',NULL,0,'','d5dc631cc16a9e0be3f22e3806cb4051','',NULL),(3374,'en','wpml-translation-management','ecbd25b6a067bdf34f21c0572e9aa341','Translators help',NULL,NULL,'','LINE',NULL,0,'','3ccc3c056b2d021eaa7ae86babca3f9d','',NULL),(3375,'en','wpml-translation-management','721c61c3e700c4bd83e49ffa67f0f68b','Show translation instructions in the list of pages',NULL,NULL,'','LINE',NULL,0,'','0cd112ca37b1a9f7e9d264196e2e65a3','',NULL),(3376,'en','wpml-string-translation','12d18e04a60218cef43b130459bf6648','Translation memory for strings',NULL,NULL,'','LINE',NULL,0,'','ba692a8965ef92f1833fecbe2262e9a5','',NULL),(3377,'en','wpml-string-translation','3e35b3d188994070b5c043eaf725b9b3','Look for translated strings and use their translations for new jobs',NULL,NULL,'','LINE',NULL,0,'','d48ab25689d0c059e82b8d3126ff8fa4','',NULL),(3378,'en','wpml-string-translation','b601a9355778eb89662a0aa03b7fa99a','Don\'t reuse string translation',NULL,NULL,'','LINE',NULL,0,'','bcfb0d8799f36abbbdf447afe4c4b93f','',NULL),(3379,'en','wpml-translation-management','efa576acf02c0c644bfad86a17eb0538','Learn more about the different translation options',NULL,NULL,'','LINE',NULL,0,'','db47f98624eb145c4fd95cf35031f86a','',NULL),(3380,'en','sitepress','847d0b482f5203327c9a2766de9a23a0','Posts and pages synchronization',NULL,NULL,'','LINE',NULL,0,'','5f6d4e4cb3f9b87cc528a44cd920491a','',NULL),(3381,'en','sitepress','6e84ce1f8ef66b35915930129c6fec96','Synchronize page order for translations',NULL,NULL,'','LINE',NULL,0,'','d46514c62321ed4af9438764c2df21bf','',NULL),(3382,'en','sitepress','27df9b01ac2028aa1f209d71e31a14a2','Set page parent for translation according to page parent of the original language',NULL,NULL,'','LINE',NULL,0,'','ee155932f3c209c8fccbfe08f1ee0c96','',NULL),(3383,'en','sitepress','ba0c96698b17ed714491159f69148e6f','Synchronize page template',NULL,NULL,'','LINE',NULL,0,'','e0e4b728314449f8c2eb492de81f4b9b','',NULL),(3384,'en','sitepress','593fa0e919d3ded6d1ab7ce047d47458','Synchronize comment status',NULL,NULL,'','LINE',NULL,0,'','a3f66a1ee28dc50d76d063d265806d01','',NULL),(3385,'en','sitepress','e0feffaa46042657e3852fe523becc0d','Synchronize ping status',NULL,NULL,'','LINE',NULL,0,'','84c67b36686a45b90fc51614361ead53','',NULL),(3386,'en','sitepress','4256b9a4aa203db8bc068bb7a0c34ac7','Synchronize sticky flag',NULL,NULL,'','LINE',NULL,0,'','ca39cc9f7bad8df161c3ed4303b20ffb','',NULL),(3387,'en','sitepress','3437d1e033a3253d7eba363cb3db3a8c','Synchronize password for password protected posts',NULL,NULL,'','LINE',NULL,0,'','d33b94701cfd881504fbd732e2d098b2','',NULL),(3388,'en','sitepress','84ce2a8ad18eeedf3c40c1f10a1a9869','Synchronize private flag',NULL,NULL,'','LINE',NULL,0,'','b9752becf9dc715dedc3e971e9328ab6','',NULL),(3389,'en','sitepress','1c904ab97105640e193c59231c30b195','Synchronize posts format',NULL,NULL,'','LINE',NULL,0,'','b6961a7164631481b833d6b6c8b3f80f','',NULL),(3390,'en','sitepress','751688df166688cdd5ef729ae540242c','When deleting a post, delete translations as well',NULL,NULL,'','LINE',NULL,0,'','1a01c81dfbdb58f027c092ab1283ac24','',NULL),(3391,'en','sitepress','4795c80f1fa5dbf619852a163eb24d83','When deleting a taxonomy (category, tag or custom), delete translations as well',NULL,NULL,'','LINE',NULL,0,'','3f0065c666014516696d52a81d848734','',NULL),(3392,'en','sitepress','62647da799987a8bb9400acd6fea67da','Copy taxonomy to translations',NULL,NULL,'','LINE',NULL,0,'','aafda5b6f4fd5a626b7b4e1cb479d3be','',NULL),(3393,'en','sitepress','b535fe332b5716dcfc51abd64eebeb14','Copy publishing date to translations',NULL,NULL,'','LINE',NULL,0,'','f876da8937e52b4c71f5e168228dd145','',NULL),(3394,'en','sitepress','d63d32e3f0c0747d2f535ec9ccdbf127','Synchronize comments on duplicate content',NULL,NULL,'','LINE',NULL,0,'','77222be0ff700ad991af34b68f5ee99c','',NULL),(3395,'en','sitepress','5ccefb0c5fb951ef49728936298f11f0','Page builders options',NULL,NULL,'','LINE',NULL,0,'','805b7bd7549a86b96a164b7095d0cea7','',NULL),(3396,'en','sitepress','01009c270528a7d99946a2fa5f236189','Send to translation the content of raw HTML cells',NULL,NULL,'','LINE',NULL,0,'','980675b84eb90e94a543883f5d468fef','',NULL),(3397,'en','wpml-translation-management','414c3c9ec7a65076ad9440960f3ed02b','Document status',NULL,NULL,'','LINE',NULL,0,'','7b35da0412a3417efb67cb7011ca17f7','',NULL),(3398,'en','wpml-translation-management','a0f12d54ab62fa0c83bedce3fd846524','Same as the original document',NULL,NULL,'','LINE',NULL,0,'','56bd27e5847da8f871c6732503f0ca36','',NULL),(3399,'en','wpml-translation-management','ab6c70fd8d57c56fb5832028d9739c05','Choose if translations should be published when received. Note: If Publish is selected, the translation will only be published if the original document is published when the translation is received.',NULL,NULL,'','LINE',NULL,0,'','d0514bfff7b822404c22eed2a734f1b6','',NULL),(3400,'en','wpml-translation-management','a016a73836f5149a1fe5d2817d1de4bc','Page URL',NULL,NULL,'','LINE',NULL,0,'','bd6c05cffb093bd4c59147e3bae65c9b','',NULL),(3401,'en','wpml-translation-management','ba828a47c4400cd91dd33477e99e7361','Auto-generate from title (default)',NULL,NULL,'','LINE',NULL,0,'','435c65a2ed81b4ed1be4ca54e19e6669','',NULL),(3402,'en','wpml-translation-management','31a9430d8ee74f822d7737a591f426cd','Translate (this will include the slug in the translation and not create it automatically from the title)',NULL,NULL,'','LINE',NULL,0,'','8a7246c7a71cbadd6257a00da1e3a87f','',NULL),(3403,'en','wpml-translation-management','8fc3cc27f88edfea3d7c85eb5b0cceba','Copy from original language if translation language uses encoded URLs',NULL,NULL,'','LINE',NULL,0,'','23984792fd003733f7ef8ad267a388dd','',NULL),(3404,'en','wpml-string-translation','f780f366424d2562ab94dd2b6e92711d','Slug translations',NULL,NULL,'','LINE',NULL,0,'','0986c21d977bfbad39904ac08217c919','',NULL),(3405,'en','wpml-string-translation','40d0bf23e74300de2fa70eb641c7873c','Translate custom post and taxonomy base slugs (via WPML String Translation).',NULL,NULL,'','LINE',NULL,0,'','ce508c11fb1c2bc94dedebf3d4c1d75c','',NULL),(3406,'en','wpml-translation-management','e93c732e5da4f744e3ac7ea72403c5a8','How should the site receive completed translations from Translation Service?',NULL,NULL,'','LINE',NULL,0,'','5a6e9c85894e669c11397744a299de2e','',NULL),(3407,'en','wpml-translation-management','28c3ebf55813eec58e8bbf2cbf959955','Translation Service will deliver translations automatically using XML-RPC',NULL,NULL,'','LINE',NULL,0,'','4dde8655212f2c7d48ed3d5af1f85835','',NULL),(3408,'en','wpml-translation-management','e1fc566206cc1145491b11448eeae74a','The site will fetch translations manually',NULL,NULL,'','LINE',NULL,0,'','3af4ffc4562fcf9f2a1a283a1c866852','',NULL),(3409,'en','wpml-translation-management','dba28f3d80a7cb804800afa27ed12178','Do nothing - all new line characters will stay untouched.',NULL,NULL,'','LINE',NULL,0,'','40ff54d22a09f93d7580dedda961402e','',NULL),(3410,'en','wpml-translation-management','607d9cf95c7c7ab711a8a349f8c5a6ab','All new lines should be replaced by HTML element %s. Use this option if translation tool used by translator does not support new lines characters (for example Virtaal software)',NULL,NULL,'','LINE',NULL,0,'','47bcafd92aa6032a0d25e1bf74145334','',NULL),(3411,'en','wpml-translation-management','542d3f6f766d6ce6c525d95f2c57a128','XLIFF version',NULL,NULL,'','LINE',NULL,0,'','382acb38c54135fba128dcbb2e830b68','',NULL),(3412,'en','wpml-translation-management','a7ba66d06718bec68d1f6982a78455cf','Choose default format for XLIFF file:',NULL,NULL,'','LINE',NULL,0,'','ef327d21198b18d97fbb363dd24e479f','',NULL),(3413,'en','wpml-translation-management','4293bbcd95a38b4da545b4a245610dbb','Please choose',NULL,NULL,'','LINE',NULL,0,'','478fce588f653e9a6ebd18c486a9a582','',NULL),(3414,'en','wpml-translation-management','f617cdc3cd4c1fa26eb11fba6422bb6f','XLIFF %s',NULL,NULL,'','LINE',NULL,0,'','37b7627dee7097c0470f5620411fe84c','',NULL),(3415,'en','wpml-translation-management','aba67cb05dacc11c7450c969d7855c2c','New lines character',NULL,NULL,'','LINE',NULL,0,'','987d76e2f8847a068cbfa1f226d70305','',NULL),(3416,'en','wpml-translation-management','7b99db5bd6278d1c4b0b03ccb503e2f6','How new lines characters in XLIFF files should be handled?',NULL,NULL,'','LINE',NULL,0,'','0d99986ad640cf7677f2a3790826ae52','',NULL),(3417,'en','wpml-translation-management','5e093960e44cb1d25f955d71426634e7','Don\'t translate',NULL,NULL,'','LINE',NULL,0,'','d939d6116775ae594d4c35dd331e3711','',NULL),(3418,'en','wpml-translation-management','4b0c9c77c35d2424fb0a5efcdaa42161','Copy from original to translation',NULL,NULL,'','LINE',NULL,0,'','f4366ec3d10e061f65806d054524650a','',NULL),(3419,'en','wpml-translation-management','06adefbf74556d65a06bba1c2e7267a7','Copy once',NULL,NULL,'','LINE',NULL,0,'','05c3a8eee648af446bd39f54aa63b6b9','',NULL),(3420,'en','wpml-translation-management','c651f101fd2a0d5008ced7110afab3c2','Show system fields',NULL,NULL,'','LINE',NULL,0,'','5de9f38a21ca6a6074a9a15dce9101a9','',NULL),(3421,'en','wpml-translation-management','e3d388b2c43e5ba0905702620ae2abc1','Search for',NULL,NULL,'','LINE',NULL,0,'','e095a498b2091aa69e6c96733241c353','',NULL),(3422,'en','wpml-translation-management','7b9324fd1b6cc33da6065e0338fd1828','Custom fields',NULL,NULL,'','LINE',NULL,0,'','38054583a8f5b464dc31fd507352a98f','',NULL),(3423,'en','wpml-translation-management','5fb63579fc981698f97d55bfecb213ea','Copy',NULL,NULL,'','LINE',NULL,0,'Verb','a8a45ab03c68af6926d224d4ee4f8f52','',NULL),(3424,'en','sitepress','0cb562e52e7a5e5955fa5cdb4c8134b9','This setting is controlled by a wpml-config.xml file. Click here to unlock and override this setting.',NULL,NULL,'','LINE',NULL,0,'','70ddf3e864605228deb264533021544c','',NULL),(3425,'en','wpml-translation-management','eab2b4237a7cd89c309119e35f62d168','Displaying',NULL,NULL,'','LINE',NULL,0,'','d8788289542576b243e331ec20434f17','',NULL),(3426,'en','wpml-translation-management','ea52698bdfec2356a55ccbeb39e58460','Display all results',NULL,NULL,'','LINE',NULL,0,'','461a95870e8378b4f32e244f55f5a117','',NULL),(3427,'en','wpml-translation-management','e2568198445ba350b288b50fef6a0479','Display 20 results per page',NULL,NULL,'','LINE',NULL,0,'','48b8e2f5e9ddc240706e868d4f73de2e','',NULL),(3428,'en','wpml-translation-management','9076cbba1d9ef79280b4f39e2aa0d115','Nothing found',NULL,NULL,'','LINE',NULL,0,'','2ae66c0230b856c1ec7626d46a86c7bf','',NULL),(3429,'en','wpml-translation-management','a72f349272b922eba90831f8d43457b1','No term meta found. It is possible that they will only show up here after you add/create them.',NULL,NULL,'','LINE',NULL,0,'','d9f932708b759d44647e9073b261d979','',NULL),(3430,'en','sitepress','4d2fb7621d7ca1ddf55ad473cd283afd','You haven\'t set your synchronization preferences for these %s: %s. Default value was selected.',NULL,NULL,'','LINE',NULL,0,'','391c92d63cf4dd61df011c45d9c1c036','',NULL),(3431,'en','sitepress','4cc7cf857e196c7acb5f968ae7b7772e','Post Types Translation',NULL,NULL,'','LINE',NULL,0,'','ce43476934193c6ad301b100a51b31b3','',NULL),(3432,'en','sitepress','b9489ecd53ee4a441377840fa418060f','Post types',NULL,NULL,'','LINE',NULL,0,'','1b064853c00e50313ee820bd2d7fbd60','',NULL),(3433,'en','sitepress','b3a58edf4471fbe38f2e54acb6b741c8','Translatable - only show translated items',NULL,NULL,'','LINE',NULL,0,'','d98bc182a36c47a04296c29c41e1bca0','',NULL),(3434,'en','sitepress','c5024660ab996c81028c3c9416b83016','Translatable - use translation if available or fallback to default language',NULL,NULL,'','LINE',NULL,0,'','dbfb714c0706829250144d0c3a7b4614','',NULL),(3435,'en','sitepress','f72cdb6f6f8f468d9289639dc60134c8','Not translatable',NULL,NULL,'','LINE',NULL,0,'','2669d50a5e73d7db1cb81b845aede633','',NULL),(3436,'en','sitepress','81af2b3bae7db50e63b13bc77ae8c873','Taxonomies Translation',NULL,NULL,'','LINE',NULL,0,'','2968bf3283cd47d806b46ccc05d7a26e','',NULL),(3437,'en','sitepress','30d10883c017c4fd6751c8982e20dae1','Taxonomy',NULL,NULL,'','LINE',NULL,0,'','8880904e94d7c25401d71ac156d46a5c','',NULL),(3438,'en','wpml-string-translation','0bb2d45bfd12cf405018c84d77e05173','Set different slugs in different languages for %s.',NULL,NULL,'','LINE',NULL,0,'','ab4fce479da14124bf2f5cbfe65fd287','',NULL),(3439,'en','wpml-string-translation','617093fbdef7f44466153722c3dae183','Not marked as \'complete\'. Press \'Save\' to enable.',NULL,NULL,'','LINE',NULL,0,'','25617ef14b2f16b8c04e2529ae4e6c13','',NULL),(3440,'en','wpml-string-translation','34b53742302e1af3f0f23a116bf9f6b1','(original)',NULL,NULL,'','LINE',NULL,0,'','7bb37357c3517006247c94feaefc4669','',NULL),(3441,'en','wpml-translation-management','e91f851a8edd6243dc299581183a19d9','Adjust links in posts so they point to the translated content',NULL,NULL,'','LINE',NULL,0,'','ece096063c0f7000dc7af86b10c288f9','',NULL),(3442,'en','wpml-translation-management','9db561ff87f6c696a59ac4d9befaecdc','All posts have been processed. %s links were changed to point to the translated content.',NULL,NULL,'','LINE',NULL,0,'','f4adef6c063739591fdfaae283179beb','',NULL),(3443,'en','wpml-translation-management','07f4d8a5f03bcd11aa18e394955ace76','Adjust links in posts and strings so they point to the translated content',NULL,NULL,'','LINE',NULL,0,'','93ebcce2421c35ec56cfd679a0c845df','',NULL),(3444,'en','wpml-translation-management','99a061b5dfcace6e1f1ad8efea5f8c69','All posts and strings have been processed. %s links were changed to point to the translated content.',NULL,NULL,'','LINE',NULL,0,'','1de9b03a762e61a06ef89a1e88e556a3','',NULL),(3445,'en','wpml-translation-management','5962a76aaf2818ac0c01badac5edae14','Processing posts... %1$s of %2$s done.',NULL,NULL,'','LINE',NULL,0,'','727687cea11baaf0dc32832ae0f9105b','',NULL),(3446,'en','wpml-translation-management','3a6bbebb73ec06dc1777cb7738fdcfc3','Processing strings... %1$s of %2$s done.',NULL,NULL,'','LINE',NULL,0,'','a577dbf4b742448cf1e87f0df9c2ee1d','',NULL),(3447,'en','wpml-translation-management','4dc55ce4f96b17c4eb9141e7f31ac24f','Scan now and adjust links',NULL,NULL,'','LINE',NULL,0,'','4cbdd219ba7d02f1a69cf5df60c6473e','',NULL),(3448,'en','sitepress','2e89a02e6f5734f430cd2bf170f58a26','You can check if some attachments can be duplicated to translated content:',NULL,NULL,'','LINE',NULL,0,'','8006443232458ff4bc1243b2a8a4ac6a','',NULL),(3449,'en','sitepress','9e1d4dff62694b3bda1d1185cc38f145','Set language information for existing media',NULL,NULL,'','LINE',NULL,0,'','802be18d4954f235e8f9b509094b40d0','',NULL),(3450,'en','sitepress','0849c36f738b9bd0b8166fc3fabdd316','Translate existing media in all languages',NULL,NULL,'','LINE',NULL,0,'','23c80166b9b7080db053c144d167e9e6','',NULL),(3451,'en','sitepress','3fc6bcf4e401e1454bd9824afdacc938','Duplicate existing media for translated content',NULL,NULL,'','LINE',NULL,0,'','0319faecdaa6ad26350c244d5f6db2e4','',NULL),(3452,'en','sitepress','770e33234e0aa227859a54ab25b5b94d','Duplicate the featured images for translated content',NULL,NULL,'','LINE',NULL,0,'','445c8281a092276925bcab505a2add2d','',NULL),(3453,'en','sitepress','02fe1d01db9ac0518b34c13e0b7a3e2b','Media Translation Documentation',NULL,NULL,'','LINE',NULL,0,'','97843655671ff2cb75f14aee30f9ee9b','',NULL),(3454,'en','sitepress','a6122a65eaa676f700ae68d393054a37','Start',NULL,NULL,'','LINE',NULL,0,'','8235e249a85412478da26487685e7ae3','',NULL),(3455,'en','sitepress','f4bc5a4ed9112800c756dd451f133018','How to handle media for new content:',NULL,NULL,'','LINE',NULL,0,'','3790cca1c57955c491da8d7371d6f452','',NULL),(3456,'en','sitepress','3649bdcc82c3dda5602551c7b7d96d8b','When uploading media to the Media library, make it available in all languages',NULL,NULL,'','LINE',NULL,0,'','95f852dd8bf04eea8c0568e1c9da41a6','',NULL),(3457,'en','sitepress','b9d16907b53454c6e39f3c3fe4ee7ec4','Duplicate media attachments for translations',NULL,NULL,'','LINE',NULL,0,'','aa6fbcd9c7f0d1191cc44f7a7b4aa481','',NULL),(3458,'en','sitepress','c897207440340a50364a1d8273ac7f45','Duplicate featured images for translations',NULL,NULL,'','LINE',NULL,0,'','8279bc1521e2b02408cceb548f26a1d4','',NULL),(3459,'en','sitepress','f0c52e6feb640c7320af515a02bcfa00','You\'re all done. From now on, all new media files that you upload to content will receive a language. You can automatically duplicate them to translations from the post-edit screen.',NULL,NULL,'','LINE',NULL,0,'','bc5e9cb4459a6134350cf10812bbb133','',NULL),(3460,'en','wpml-translation-management','c03df15646ce9068bcd3a789f0376083','Hide system fields',NULL,NULL,'','LINE',NULL,0,'','d4e1ff57858950d0d5c1a925f4ec088b','',NULL),(3461,'en','default','ad1230fbfb49f3eb704a351ab064825e','%s item',NULL,NULL,'','LINE',NULL,0,'','393f14a7fbe47dd3a14e7204b137fc25','',NULL),(3462,'en','default','2b9cfb38fab2b30e43f6bf269bbeac52','Edit permalink',NULL,NULL,'','LINE',NULL,0,'','b5657805a5b212303ace61d3c7db7e43','',NULL),(3463,'en','sitepress','14470c430cab0c6500068acdea99d7a3','Translate this Document',NULL,NULL,'','LINE',NULL,0,'','62aee2e9ea129ec935bc47faae169576','',NULL),(3464,'en','sitepress','ed75712b0eb1913c28a3872731ffd48d','Duplicate',NULL,NULL,'','LINE',NULL,0,'','bd5014427d133d80b43e936f0a119811','',NULL),(3465,'en','sitepress','e790092a6531d3f1b3c3fd9a4203b530','Create duplicate',NULL,NULL,'','LINE',NULL,0,'','3f0b2eead3ce391312b45be5fd5301f4','',NULL),(3466,'en','default','b95227314c538383cf221dae2172b047','%s days',NULL,NULL,'','LINE',NULL,0,'','67a3b103abbdad8eb2a22ac3a6737d4e','',NULL),(3467,'en','default','059fb9aa56ea0f60a309243c0f1b7584','%s week',NULL,NULL,'','LINE',NULL,0,'','6437510888fb1879b95cfc942542012b','',NULL),(3468,'en','default','71bfb711908ea603a75e86c3e5dbb47a','Continue reading %s',NULL,NULL,'','LINE',NULL,0,'','657a1c33f43480213350a2a06966f873','',NULL),(3469,'en','default','54d0d7ad584d2f68657459fa49b9fa80','(more&hellip;)',NULL,NULL,'','LINE',NULL,0,'','85532478c7df31ca6593982f446c5235','',NULL),(3470,'en','sitepress','c03df15646ce9068bcd3a789f0376083','Hide system fields',NULL,NULL,'','LINE',NULL,0,'','1d80187200a24e750c76a8de33198549','',NULL),(3471,'en','wpml-string-translation','26fb3d624c05690c2f66387de49a4ca6','Package Management',NULL,NULL,'','LINE',NULL,0,'','ffea3edc948a4359d2bd20ec57da2219','',NULL),(3472,'en','wpml-string-translation','622e7260cda3a944e3875cec532e7fb4','Display packages for this kind:',NULL,NULL,'','LINE',NULL,0,'','ee6acaae3e3ab88e22b1e156a522b8a0','',NULL),(3473,'en','wpml-string-translation','45e96c0a422ce8a1a6ec1bd5eb9625c6','Select All',NULL,NULL,'','LINE',NULL,0,'','fd02f4d2942b95866ce5382d36e9dcd8','',NULL),(3474,'en','wpml-string-translation','d626102cfc2416a570fc0dc582a9b771','Kind',NULL,NULL,'','LINE',NULL,0,'','4be703f3840d445ceb9f28f7ff7aa1f7','',NULL),(3475,'en','wpml-string-translation','4059b0251f66a18cb56f544728796875','Info',NULL,NULL,'','LINE',NULL,0,'','c82b20535a452758283cafdfabbf7f34','',NULL),(3476,'en','wpml-string-translation','03ef4fffa148f268c9edd8e55cef3dcc','No packages found',NULL,NULL,'','LINE',NULL,0,'','708fd5c434c7ea02c9ec9b7492bd80a9','',NULL),(3477,'en','wpml-string-translation','4b077060cbffb8e543ac893e9dd49a28','Delete Selected Packages',NULL,NULL,'','LINE',NULL,0,'','30c454d558a630e5669865a589a226de','',NULL),(3478,'en','wpml-string-translation','858dd12889f824376a56539e9d08cedc','Are you sure you want to delete these packages?\nTheir strings and translations will be deleted too.',NULL,NULL,'','LINE',NULL,0,'','edc2202b669ce6a21723688652bb6f9f','',NULL),(3479,'en','wpml-translation-management','ec6a946a651b45cab5f8f54fc35dd75a','To see more items, use the filter and narrow down the search. %s',NULL,NULL,'','LINE',NULL,0,'','f37e945ad1064f75b80d2945c32e2347','',NULL),(3480,'en','wpml-translation-management','6a26f548831e6a8c26bfbbd9f6ec61e0','Help',NULL,NULL,'','LINE',NULL,0,'','96db603c5433d05c83206fecce38dd92','',NULL),(3481,'en','wpml-translation-management','5742e4f50e8a7c18a807fe0c3f57906f','No documents found',NULL,NULL,'','LINE',NULL,0,'','55857eaad19ddfe7c077e4a85662c5d7','',NULL),(3482,'en','default','59c578c00e60a7dd55500ffe2c1ee24d','g:i:s a',NULL,NULL,'','LINE',NULL,0,'','b93f39f7edb0806afc9fe0c2564f7e93','',NULL),(3483,'en','default','0d98a24c01d792eb1923eb851e91b5ac','Draft saved at %s.',NULL,NULL,'','LINE',NULL,0,'','e2d21b00dcda3969be1aeb3648136fdc','',NULL),(3484,'en','default','83218ac34c1834c26781fe4bde918ee4','Welcome',NULL,NULL,'','LINE',NULL,0,'Welcome panel','d22e5a7872d90ed88b28be504e73ab58','',NULL),(3485,'en','default','30c4ab658d77de67696d20f65f46302d','Dismiss the welcome panel',NULL,NULL,'','LINE',NULL,0,'','b473407ef456c9ac75656b058482782a','',NULL),(3486,'en','default','235aea05b252ee4b31d203dd952a8698','Welcome to WordPress!',NULL,NULL,'','LINE',NULL,0,'','5ff6394d82f3b85c6ac22afb5fb4147e','',NULL),(3487,'en','default','c167f19c9530ad445668533361b8de06','We&#8217;ve assembled some links to get you started:',NULL,NULL,'','LINE',NULL,0,'','236cf82c3cfcc35457b9880ced823ef9','',NULL),(3488,'en','default','e0c4332e8c13be976552a059f106354f','Get Started',NULL,NULL,'','LINE',NULL,0,'','db0382f1cbc9f6ccb6137de2ed374d78','',NULL),(3489,'en','default','b8e7ef9f1236f2282126d44c5dbe5f88','Customize Your Site',NULL,NULL,'','LINE',NULL,0,'','0185dae6c3397fb387a9350bc557f590','',NULL),(3490,'en','default','0713686d0aa61f6a72d2d3188612db99','or, <a href=\"%s\">change your theme completely</a>',NULL,NULL,'','LINE',NULL,0,'','a1f265b4a58e809e6b32e21301364024','',NULL),(3491,'en','default','1b920337ea7c0ca3dadb73c0a64b69a7','Next Steps',NULL,NULL,'','LINE',NULL,0,'','f8b69a7514547f3cb72237e60cd2e958','',NULL),(3492,'en','default','1198eb23cd53e935a96f8e81df2a8ea7','Edit your front page',NULL,NULL,'','LINE',NULL,0,'','f32b7ef6dd58f5d2497d0cd4e695c248','',NULL),(3493,'en','default','4c7cf4920bce90df67d4b062c9b839ae','Add additional pages',NULL,NULL,'','LINE',NULL,0,'','4d1df8fcda0f28464a1e75c05abc29f2','',NULL),(3494,'en','default','94157b63814bcba1a65a7b634b8239ab','Add a blog post',NULL,NULL,'','LINE',NULL,0,'','86079dfd5b593da2173ed5cb8ea4d129','',NULL),(3495,'en','default','5c948d7dd31c2f9d44d2344c0aad2f8b','View your site',NULL,NULL,'','LINE',NULL,0,'','8fcc4053d93a07ca0b0ad7a46323e96b','',NULL),(3496,'en','default','dfe9ff4dbd90ea59c5e0a7c965dee422','More Actions',NULL,NULL,'','LINE',NULL,0,'','a556355f777a02383101989df47444db','',NULL),(3497,'en','default','2dd557451e4592901efaf609dcdb00d4','Turn comments on or off',NULL,NULL,'','LINE',NULL,0,'','1e0949a82b2efa8e2b7db8fa9856b0ec','',NULL),(3498,'en','default','f36e02a21ee4e6f0cf95f28d7660444b','Learn more about getting started',NULL,NULL,'','LINE',NULL,0,'','43838636cdc838c1c6c7ec2412909e42','',NULL),(3499,'en','default','48f3f912ba3bea0b2c0a3a08bbdd430e','https://codex.wordpress.org/First_Steps_With_WordPress',NULL,NULL,'','LINE',NULL,0,'','0df38e408d011c2216b49ec251cd8ef0','',NULL),(3500,'en','default','b68509cc0e3d6171c7d383c5b0d7c9ee','%s Posts',NULL,NULL,'','LINE',NULL,0,'','d96644efaef55780ac2b36c1eb802758','',NULL),(3501,'en','default','a8f6683263c298bfad7f0b6f073d7633','%s Pages',NULL,NULL,'','LINE',NULL,0,'','199b5ab3889add6fc742db60e906eb1c','',NULL),(3502,'en','default','b25eaa475d727fc0fa796818bec122ab','Update to %s',NULL,NULL,'','LINE',NULL,0,'','74ff3da1fb82dd4ced2ed1f1f68c9bc6','',NULL),(3503,'en','default','3a917b4d66f551c5a2f3399c55adbc12','WordPress %1$s running %2$s theme.',NULL,NULL,'','LINE',NULL,0,'','8ad304d0064c8150962a5110f1068648','',NULL),(3504,'en','default','c1ca98216d8a568644dd06a82a97ea32','Publishing Soon',NULL,NULL,'','LINE',NULL,0,'','e32425365b425d766eb9a1c1485b997c','',NULL),(3505,'en','default','b30b554eec2c44f3876ce7bee229bf29','Recently Published',NULL,NULL,'','LINE',NULL,0,'','57531a7ec69414d47534df0fbc7f8103','',NULL),(3506,'en','default','706c1b1f9ccf231cfa448da3b0a6363c','M jS',NULL,NULL,'','LINE',NULL,0,'','f57c82a5940b6a5dbf3cae5f8fdf2613','',NULL),(3507,'en','default','b024db677e7a3544f4024465dd1b5081','%1$s, %2$s',NULL,NULL,'','LINE',NULL,0,'dashboard','7aa452455f8168c0f6be899e0dd81566','',NULL),(3508,'en','default','ad0ed139b38e9109a54f54f4ff5b9fdb','What&#8217;s on your mind?',NULL,NULL,'','LINE',NULL,0,'','df5b59fbb2d3d8a1388bf001a5108fe6','',NULL),(3509,'en','default','ff619b1579bfb28c13285a37a89deff6','This widget requires JavaScript.',NULL,NULL,'','LINE',NULL,0,'','03928753530a4465e51de57e968d3536','',NULL),(3510,'en','default','1a1472f51e73e30d30130c6ae0ec625d','Loading&hellip;',NULL,NULL,'','LINE',NULL,0,'','88f421d857e5765e838f555d4762a79b','',NULL),(3511,'en','default','0a906f7e310f8f1b4b73382d7d166cc9','Edit city',NULL,NULL,'','LINE',NULL,0,'','6e6192462baecbbd423db59c7cd12de3','',NULL),(3512,'en','default','bffb711ec36f280459d11dce315da72f','City:',NULL,NULL,'','LINE',NULL,0,'','a8937a6ad315928714583cffc6f3855d','',NULL),(3513,'en','default','cc8d66016f145d18ca43f658cf893ec8','Cincinnati',NULL,NULL,'','LINE',NULL,0,'','22f51f29f4f45e84c1dd74e1d5a08345','',NULL),(3514,'en','default','a4d3b161ce1309df1c4e25df28694b7b','Submit',NULL,NULL,'','LINE',NULL,0,'','802c1b129df231d208e126a95faf7296','',NULL),(3515,'en','default','c1fceab873ff027889064d60eaa2234f','https://wordpress.org/news/',NULL,NULL,'','LINE',NULL,0,'','5c7e556da28880a6cc33195da826f4f1','',NULL),(3516,'en','default','ac0b00fe65abe10e0c5b588f3ed8c7ca','http://wordpress.org/news/feed/',NULL,NULL,'','LINE',NULL,0,'','ce2017a1ad72558107c5d7a1c3829f6e','',NULL),(3517,'en','default','2e37045ae0eb1bbf04b99a0eca0c8071','WordPress Blog',NULL,NULL,'','LINE',NULL,0,'','0f8b20c9faabaed230129740c965c23f','',NULL),(3518,'en','default','d117b5738fbd35bd8c0391cda1f2b5d9','https://planet.wordpress.org/feed/',NULL,NULL,'','LINE',NULL,0,'','749f88f35ab424304728daef56e7a1f1','',NULL),(3519,'en','default','160085ca8ac802dab9b11e3fc3437cd0','Other WordPress News',NULL,NULL,'','LINE',NULL,0,'','4b88162d41d6f5755066730088bbc9e6','',NULL),(3520,'en','default','bd7dbee3e1d69d8e0fb167449e5416cd','Loading&#8230;',NULL,NULL,'','LINE',NULL,0,'','845e8b1bf6f2fa97d6aaffb05307f326','',NULL),(3521,'en','default','8635c02b3853f213eda0af2a88dc58f6','Meetups',NULL,NULL,'','LINE',NULL,0,'','605fdce3caf2e7140597a35c6580856a','',NULL),(3522,'en','default','e0fb73f37c6548c6245b307fc9040f49','WordCamps',NULL,NULL,'','LINE',NULL,0,'','01e1ad0258fed3ab9842cdd4f1734f1b','',NULL),(3523,'en','default','c1fceab873ff027889064d60eaa2234f','https://wordpress.org/news/',NULL,NULL,'','LINE',NULL,0,'Events and News dashboard widget','129512c315b8d1c255f7f02876b5b0cd','',NULL),(3524,'en','default','dd1ba1872df91985ed1ca4cde2dfe669','News',NULL,NULL,'','LINE',NULL,0,'','a6d8143ab2a12d49f115a5019b534a52','',NULL),(3525,'en','default','053c38cfd4de96caaa509e5fe844d837','Attend an upcoming event near %s.',NULL,NULL,'','LINE',NULL,0,'','d75642f91deeb9d718d6ada4f1a92195','',NULL),(3526,'en','default','9475b80a1661c5fa00b77b2a8b1e331d','There aren&#8217;t any events scheduled near %1$s at the moment. Would you like to <a href=\"%2$s\">organize one</a>?',NULL,NULL,'','LINE',NULL,0,'','8683b213e4dfe05b2280d90797eb5858','',NULL),(3527,'en','default','dc60e13d0d6e0734bbff0e9749c02398','https://make.wordpress.org/community/handbook/meetup-organizer/welcome/',NULL,NULL,'','LINE',NULL,0,'','174f09a5bc7a5e60ec0316e48c4645c4','',NULL),(3528,'en','default','73c75be8d712a013c44b9d911e551eeb','There aren&#8217;t any events scheduled near you at the moment. Would you like to <a href=\"%s\">organize one</a>?',NULL,NULL,'','LINE',NULL,0,'','5f149f519aa54d6bfda18be57dfc87c5','',NULL),(3529,'en','default','b540f72fa9e19cb626e778a56b23376b','Stylesheet is missing.',NULL,NULL,'','LINE',NULL,0,'','47df229bed83de52705642c41df9b975','',NULL),(3530,'en','default','3d2d3c465dbd5ffbff427a0105170ec0','WordPress &rsaquo; Error',NULL,NULL,'','LINE',NULL,0,'','18d8fbc7ba1cf9ef1595c04721741b59','',NULL),(3531,'en','default','cc0c6aa19f38a763c6138695ea957edc','%s day',NULL,NULL,'','LINE',NULL,0,'','9becf2fb4f3110a0ae34da65fb7611a2','',NULL),(3532,'en','template','c504a6c20f54349bf3ffc516308b02d7','Sign Up Today',NULL,NULL,'','LINE',NULL,0,'','c5f316d31feb1a11ed4030f2ef38f653','',NULL),(3533,'en','template','fd456406745d816a45cae554c788e754','download',NULL,NULL,'','LINE',NULL,0,'','e83da2df453ee0eebb80131d8ae14ab7','',NULL),(3534,'en','template','d918f99442796e88b6fe5ad32c217f76','Follow us',NULL,NULL,'','LINE',NULL,0,'','6489819c883baed81b9f3120f0ecea00','',NULL),(3535,'en','default','827ac42f1bc60fab16ae517ddb410e31','The uploaded file exceeds the upload_max_filesize directive in php.ini.',NULL,NULL,'','LINE',NULL,0,'','00a9ae6cbdd8a70f8206ca0e2d3cd48f','',NULL),(3536,'en','default','8d9086cb60c50b568ba57e0951dc4025','The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.',NULL,NULL,'','LINE',NULL,0,'','3332364ab364cd9a59fe11aef2b09193','',NULL),(3537,'en','default','4f12b222c9659d62afa795987259933f','The uploaded file was only partially uploaded.',NULL,NULL,'','LINE',NULL,0,'','00572bbfd732b690a9a38b15a792f454','',NULL),(3538,'en','default','8c9067e52e4440d8a20e74fdc745b0c6','No file was uploaded.',NULL,NULL,'','LINE',NULL,0,'','973e3d270086932f67a4dd4c8598fdc4','',NULL),(3539,'en','default','7623dae1dc1a0906e7062e209e36cbdb','Missing a temporary folder.',NULL,NULL,'','LINE',NULL,0,'','af5163fea058b8f4b064b75f5436915c','',NULL),(3540,'en','default','93252348cf3a42ca5e38b70d5f866d33','Failed to write file to disk.',NULL,NULL,'','LINE',NULL,0,'','21362c23192f3a58dfa2dcce9f28c689','',NULL),(3541,'en','default','361e040fc0355a657b76e6727118e6e9','File upload stopped by extension.',NULL,NULL,'','LINE',NULL,0,'','6c0fa666d771be9f81ab2e2c05a7cb62','',NULL),(3542,'en','default','4b656867f512d822c59bb202c47ba04f','Could not calculate resized image dimensions',NULL,NULL,'','LINE',NULL,0,'','363f9fd6f3e99c5d25b24a9aa671f0a4','',NULL),(3543,'en','default','08c75612f76153e08c860e6fcc1fab52','Manage Themes',NULL,NULL,'','LINE',NULL,0,'','fb3908a5c57a115d79246a5d2ca342b8','',NULL),(3544,'en','default','a8963a32af980e101c0b79e07d89a2d8','This screen is used for managing your installed themes. Aside from the default theme(s) included with your WordPress installation, themes are designed and developed by third parties.',NULL,NULL,'','LINE',NULL,0,'','d1501beb0d1dc58db35529b27e34b75a','',NULL),(3545,'en','default','e55f8cc8fd22b7b8050487b7a3e72591','From this screen you can:',NULL,NULL,'','LINE',NULL,0,'','3611d1e9c61525efd74a0ca84d3e6a35','',NULL),(3546,'en','default','8c6da47c770c7fba0d471e56e4ea17cb','Hover or tap to see Activate and Live Preview buttons',NULL,NULL,'','LINE',NULL,0,'','1e888a7feab476eef0032f48e613b85e','',NULL),(3547,'en','default','38adb4e155676029a1cdeab031094075','Click on the theme to see the theme name, version, author, description, tags, and the Delete link',NULL,NULL,'','LINE',NULL,0,'','1c25c2eaf6ebd764e57c023b7a210f5a','',NULL),(3548,'en','default','87bdfc55f8aa9863d65da5811111f65e','Click Customize for the current theme or Live Preview for any other theme to see a live preview',NULL,NULL,'','LINE',NULL,0,'','3ef04431778c77cdade70f366812a210','',NULL),(3549,'en','default','dd3258e965aab5f73100334a65e08673','The current theme is displayed highlighted as the first theme.',NULL,NULL,'','LINE',NULL,0,'','2c4414afb28b421c247aa0e4057bfd90','',NULL),(3550,'en','default','c5a4e15efc46e23f0bf0695ec14433b4','The search for installed themes will search for terms in their name, description, author, or tag.',NULL,NULL,'','LINE',NULL,0,'','1bc81ddaa9962129f39339b7ea4c77e4','',NULL),(3551,'en','default','6c13edf4e89b56c3fe70bb814280fafb','The search results will be updated as you type.',NULL,NULL,'','LINE',NULL,0,'','f80a59cb24e68ba6e40bf1bf9b0a7139','',NULL),(3552,'en','default','ff1e9b8584871613da97bf909bf0d3d4','If you would like to see more themes to choose from, click on the &#8220;Add New&#8221; button and you will be able to browse or search for additional themes from the <a href=\"%s\">WordPress Theme Directory</a>. Themes in the WordPress Theme Directory are designed and developed by third parties, and are compatible with the license WordPress uses. Oh, and they&#8217;re free!',NULL,NULL,'','LINE',NULL,0,'','85b7f40dae14e2dedd2d051b8da068b4','',NULL),(3553,'en','default','4d235d751f205565ce8ed1f7ec755e9e','https://wordpress.org/themes/',NULL,NULL,'','LINE',NULL,0,'','c76be323d31fb119d9c1e4e87622b437','',NULL),(3554,'en','default','a1ea607a3097ae6f7ce0abbe9f8295c1','Adding Themes',NULL,NULL,'','LINE',NULL,0,'','dae905075e3e10f0cb4402eebcb9267e','',NULL),(3555,'en','default','eb75d61c0d32edf7f02ac4b9245e9066','Tap or hover on any theme then click the Live Preview button to see a live preview of that theme and change theme options in a separate, full-screen view. You can also find a Live Preview button at the bottom of the theme details screen. Any installed theme can be previewed and customized in this way.',NULL,NULL,'','LINE',NULL,0,'','6f6504bc3b2a415851941dc76f520261','',NULL),(3556,'en','default','cbdda47072ae4fe0db4cc67e2af00351','The theme being previewed is fully interactive &mdash; navigate to different pages to see how the theme handles posts, archives, and other page templates. The settings may differ depending on what theme features the theme being previewed supports. To accept the new settings and activate the theme all in one step, click the Publish &amp; Activate button above the menu.',NULL,NULL,'','LINE',NULL,0,'','946fd2b46a344499284444761c8fbc01','',NULL),(3557,'en','default','91015d74131523d75c8ee1d82db9e132','When previewing on smaller monitors, you can use the collapse icon at the bottom of the left-hand pane. This will hide the pane, giving you more room to preview your site in the new theme. To bring the pane back, click on the collapse icon again.',NULL,NULL,'','LINE',NULL,0,'','ec0c3d224b684a115d955d14d78a3c2b','',NULL),(3558,'en','default','bd60752162e6b0c96335eecbaf7869fb','Previewing and Customizing',NULL,NULL,'','LINE',NULL,0,'','5f2625cca7abdd0876d0bb689a764079','',NULL),(3559,'en','default','e6db0fd556a4669e9a7e7da3bf8b21ce','<a href=\"https://codex.wordpress.org/Using_Themes\">Documentation on Using Themes</a>',NULL,NULL,'','LINE',NULL,0,'','9dbee5cf8ef48939b391f443c0c56017','',NULL),(3560,'en','default','fc763cb31e9938f37737394681228f83',', ',NULL,NULL,'','LINE',NULL,0,'','3755928e8215c4316052f26bf777074b','',NULL),(3561,'en','default','b4b474e6421ed1ab571f3e2bebc9bc89','There is a new version of %1$s available. <a href=\"%2$s\" %3$s>View version %4$s details</a> or <a href=\"%5$s\" %6$s>update now</a>.',NULL,NULL,'','LINE',NULL,0,'','5ebd95cdc66a5c5744b79f353da11db5','',NULL),(3562,'en','default','3482a727048bff69f64c5fd36e424941','View %1$s version %2$s details',NULL,NULL,'','LINE',NULL,0,'','2e2f43d14d63bb00267235f6addf5bbe','',NULL),(3563,'en','default','670f503fe3be5ad9cc11991af95ad1c0','Update %s now',NULL,NULL,'','LINE',NULL,0,'','bf58e4bde7e0a60f60169395b4375dc1','',NULL),(3564,'en','default','66651b21dae657c187239c9c6b3afa0e','Are you sure you want to delete this theme?\n\nClick \'Cancel\' to go back, \'OK\' to confirm the delete.',NULL,NULL,'','LINE',NULL,0,'','e2c1ffff5694bf7ae3d63940c7403110','',NULL),(3565,'en','default','cef6722135c474037758881541b26778','Add New Theme',NULL,NULL,'','LINE',NULL,0,'','2b83713c362be2e2e9edfd29a79aa999','',NULL),(3566,'en','default','9a090b42ca0cf879f7685efc213f96f4','Search Installed Themes',NULL,NULL,'','LINE',NULL,0,'','e4cb31fd52643ea3bd43854d47a2410f','',NULL),(3567,'en','default','df670e3e3149891e127d45986240d164','Search installed themes...',NULL,NULL,'','LINE',NULL,0,'','3a3216fcec193429321d076a94abd6de','',NULL),(3568,'en','default','0288dd711e65968bfdde3f10f54dcff6','Number of Themes found: %d',NULL,NULL,'','LINE',NULL,0,'','ee4d2d504af9b42b3e5a7464e1d0723d','',NULL),(3569,'en','default','84779a3fc756a6ae3d1fc8928630ab71','No themes found. Try a different search.',NULL,NULL,'','LINE',NULL,0,'','68259c8097d118122f6ca9110eb53954','',NULL),(3570,'en','default','de9ced9bf5e9829de4a93ad8c9d7a170','Add New',NULL,NULL,'','LINE',NULL,0,'Add new theme','b2258393b4f9510e678996ff083853c3','',NULL),(3571,'en','default','49016ce3961b50dc15d3580f09e28945','Theme Details',NULL,NULL,'','LINE',NULL,0,'','23cbef833783281f6a77dbbc45f97918','',NULL),(3572,'en','default','29503bd4f9fd280f19f44ddd7331ef28','By %s',NULL,NULL,'','LINE',NULL,0,'','39d0f958fca021d17b9b433704c07760','',NULL),(3573,'en','default','747ebf74423d5239b4023bc329eaf353','<span>Active:</span> %s',NULL,NULL,'','LINE',NULL,0,'','14fb66009c7a8b6f0cf5e1ded911823b','',NULL),(3574,'en','default','d89fe0990fe674aef6943ff116af39e5','New version available. <button class=\"button-link\" type=\"button\">Update now</button>',NULL,NULL,'','LINE',NULL,0,'','a4687dcfe0eba4d80838d6f0481f95d7','',NULL),(3575,'en','default','f915f676f412fe5037c3d4f7d00db5be','New version available.',NULL,NULL,'','LINE',NULL,0,'','8f3f266e4e5e8a95bf0abf81ff096ebe','',NULL),(3576,'en','default','d2c2a5295406fc430ed4316b98ac496c','Show previous theme',NULL,NULL,'','LINE',NULL,0,'','654229e0f577d8f46d3c2bc41abd9fc2','',NULL),(3577,'en','default','97b202daad99ab4a1ed6d15bc78d2568','Show next theme',NULL,NULL,'','LINE',NULL,0,'','b91bf2732845043bde1aa2dcede0fae5','',NULL),(3578,'en','default','2fa1d199c53424f13b5b54fe6235d4cc','Close details dialog',NULL,NULL,'','LINE',NULL,0,'','3ba5575588a8686260e4c0a1f01d0ec1','',NULL),(3579,'en','default','81e4ff23dc1aeaf1947fbac399fb9316','Current Theme',NULL,NULL,'','LINE',NULL,0,'','badfa2f4bd65e53e0bb82bf21cf53ba3','',NULL),(3580,'en','default','3af55819bc887213086b7ba5c5e25042','Version: %s',NULL,NULL,'','LINE',NULL,0,'','a00c27004204de19703e89bec8f4ffda','',NULL),(3581,'en','default','8bd7695831e104e2669e086e03927a20','Update Available',NULL,NULL,'','LINE',NULL,0,'','22b0b88f56b9c93b1d1a20dac922d181','',NULL),(3582,'en','default','f2799f0be689fbe5a28ef23844de4527','This is a child theme of %s.',NULL,NULL,'','LINE',NULL,0,'','1c72d8adf4037997c2de8ad9aaa1e302','',NULL),(3583,'en','default','32b502f33a535f75dcbf63f6753c631e','Tags:',NULL,NULL,'','LINE',NULL,0,'','8a7167dc4394748803e1d3d3db6477bc','',NULL),(3584,'en','default','f2a6c498fb90ee345d997f888fce3b18','Delete',NULL,NULL,'','LINE',NULL,0,'','3a9538d1662031447fa482c89326121d','',NULL),(3585,'en','default','477d806dcc27c909a8c37b656ebe2a51','%s plugin successfully updated.',NULL,NULL,'','LINE',NULL,0,'','abe4f65dcb798d61da4e83f018b904dd','',NULL),(3586,'en','default','a7785c8d74fbc7630aa4b460bb430eaa','%s theme successfully updated.',NULL,NULL,'','LINE',NULL,0,'','d35e5f05246c1e9d268ff4e7d2fc05a1','',NULL),(3587,'en','default','6709f1333e5635fcebdd007e85f22d71','%s plugins successfully updated.',NULL,NULL,'','LINE',NULL,0,'','172d00ddedec9fbc89f59d3b0dfa92f3','',NULL),(3588,'en','default','d778f11ceaca1fa13f7957ae58f09319','%s themes successfully updated.',NULL,NULL,'','LINE',NULL,0,'','02487aee54682ea0081250705f0ba100','',NULL),(3589,'en','default','f768ab3c09f7545df57779b0606dcc26','%s update failed.',NULL,NULL,'','LINE',NULL,0,'','80ec0737dadacf3317af532f2c99647d','',NULL),(3590,'en','default','c4f32ea5fe6516834ecd63aa21d1bfde','%s updates failed.',NULL,NULL,'','LINE',NULL,0,'','27beba42573256a005591220485ca28e','',NULL),(3591,'en','default','25950f0a3fc117594d78edb5fdd4d40e','%s was successfully deleted.',NULL,NULL,'','LINE',NULL,0,'plugin','d4407e79ba452fff9b71d000c05b0d90','',NULL),(3592,'en','default','25950f0a3fc117594d78edb5fdd4d40e','%s was successfully deleted.',NULL,NULL,'','LINE',NULL,0,'theme','9a9e49ffdd57584a01c3f1d9c0ea5dae','',NULL),(3593,'en','acf','7fef9dabc73a2b259aba73d88f81292d','Default Template',NULL,NULL,'','LINE',NULL,0,'','8a5992cff5a093985aaa10dc3d489b47','',NULL),(3594,'en','default','fa07652cb6a5517c5dffb407c8eca014','Widgets',NULL,NULL,'','LINE',NULL,0,'','ef3c07292b9cd2096e7e109e65e8ae25','',NULL),(3595,'en','default','2328ebf6a2752d86e974d2886df0c33d','Widgets are independent sections of content that can be placed into widgetized areas provided by your theme (commonly called sidebars).',NULL,NULL,'','LINE',NULL,0,'','369e68c843b6430e4cf817b538c813f1','',NULL),(3596,'en','default','3b7578cb7f6ac47debf7f9c3a846f509','Looking for a theme? You can search or browse the WordPress.org theme directory, install and preview themes, then activate them right here.',NULL,NULL,'','LINE',NULL,0,'','3a2a73e9988457a90b03c52797d47ac8','',NULL),(3597,'en','default','9f8ab58f30249b6de44986f893a2a175','While previewing a new theme, you can continue to tailor things like widgets and menus, and explore theme-specific options.',NULL,NULL,'','LINE',NULL,0,'','ff9644f186f12a9399d821c52dc23146','',NULL),(3598,'en','default','655227f0e2b820091f921a58b30ec232','Installed themes',NULL,NULL,'','LINE',NULL,0,'','8c95e91e6d62a3e8e534082e61ca0739','',NULL),(3599,'en','default','604367788b2ea83b38a0ff054ca2445c','WordPress.org themes',NULL,NULL,'','LINE',NULL,0,'','bb69a0ec19a62b3d87e449e048e5c9b9','',NULL),(3600,'en','default','39be8e92095a141cdf4ca2eae2e3e6bf','Site Identity',NULL,NULL,'','LINE',NULL,0,'','274b4295808e9cde2ef4bd5dc7db4c7e','',NULL),(3601,'en','default','91fcabc9cf744658b7193ff8313f5137','Display Site Title and Tagline',NULL,NULL,'','LINE',NULL,0,'','c6ca18ffd6392173de3630071f4dbd51','',NULL),(3602,'en','default','fb203be478bedbc09ac0a2d74bb91881','Site Icon',NULL,NULL,'','LINE',NULL,0,'','3612e1c55c014edfdd69e45a92b280f5','',NULL),(3603,'en','default','d78b22ccd1ad142aa8ab360dbae6e693','Site Icons are what you see in browser tabs, bookmark bars, and within the WordPress mobile apps. Upload one here!',NULL,NULL,'','LINE',NULL,0,'','9f33821bf68bd201f930cb3e62b84483','',NULL),(3604,'en','default','ec52f576efd54ab2c993c9a76b34615d','Site Icons should be square and at least %s pixels.',NULL,NULL,'','LINE',NULL,0,'','3c1606d68b78ef99da97d294a51b4212','',NULL),(3605,'en','default','b51000000ff730e7cacd10980186c1a4','Select image',NULL,NULL,'','LINE',NULL,0,'','ea677452f05d48bf4960feefaf9fc345','',NULL),(3606,'en','default','8c38cf08a0d0a01bd44c682479432350','Change image',NULL,NULL,'','LINE',NULL,0,'','9cdaa9a84b6259d4f5f6944cb86795a8','',NULL),(3607,'en','default','5a31ca938eff79f9dd79786b57b19173','Choose image',NULL,NULL,'','LINE',NULL,0,'','f7c9e9c8c0ee052b5de9b1273c8189c6','',NULL),(3608,'en','default','8c2857a9ad1d8f31659e35e904e20fa6','Logo',NULL,NULL,'','LINE',NULL,0,'','fdcf902b906e426f1c443d03b9b13e4c','',NULL),(3609,'en','default','10599ceff1b936efa280b4557af1b608','Select logo',NULL,NULL,'','LINE',NULL,0,'','296e072becb551f8fddb4c2a5ef57fd6','',NULL),(3610,'en','default','947f55293d691cd5c06a642e55d31895','Change logo',NULL,NULL,'','LINE',NULL,0,'','20ecc8f13d340abf55a8cc2c8ba942ca','',NULL),(3611,'en','default','ca775b802aa90b411ee747befbb73e01','No logo selected',NULL,NULL,'','LINE',NULL,0,'','926b02757ef227805553ae4fb2252094','',NULL),(3612,'en','default','b62407c75deddcf301658655f9f4d633','Choose logo',NULL,NULL,'','LINE',NULL,0,'','5e161daa6a360f18bd5c9f1639861ce6','',NULL),(3613,'en','default','5d50889672f6f860d14f502de3de1957','Colors',NULL,NULL,'','LINE',NULL,0,'','a2c62fa34f8638480aa978879b124830','',NULL),(3614,'en','default','6fe40da740405e7bb6c3f2480a566eeb','Header Text Color',NULL,NULL,'','LINE',NULL,0,'','b8d043ddf8d7cb6f60329e0390cc4280','',NULL),(3615,'en','default','75e7422f2fe253fc69d3f6c148d197ee','Background Color',NULL,NULL,'','LINE',NULL,0,'','522207e2ba87f4a7ee1b30935262acef','',NULL),(3616,'en','default','e7809587c69a98dbf9ffe3d656e4e72a','Header Image',NULL,NULL,'','LINE',NULL,0,'','9ce462c6f10956453237ce828502ee6b','',NULL),(3617,'en','default','f904cc3ac47f43d0b7ebc9bad15e0808','Header Video',NULL,NULL,'','LINE',NULL,0,'','afc5d9a57a8f0742d79ad8cb8c4d2952','',NULL),(3618,'en','default','3ff26e53fe489fd8a5d292c58ac232ff','Select video',NULL,NULL,'','LINE',NULL,0,'','48e0bdfe8ead929c504f5a8b7afc274d','',NULL),(3619,'en','default','f808bdce41e8d1245225cdbc23959ee5','Change video',NULL,NULL,'','LINE',NULL,0,'','912618d3132b3f40d17a826818d3dbab','',NULL),(3620,'en','default','cbe18bc3cdf4dba823a85578f261ae14','Choose video',NULL,NULL,'','LINE',NULL,0,'','903052204af5f7059856d0487735f183','',NULL),(3621,'en','default','822cedfe56330017d6b11c1727ab3f07','Or, enter a YouTube URL:',NULL,NULL,'','LINE',NULL,0,'','034afa74ba7ad2563df161299ce38697','',NULL),(3622,'en','default','abd809c9e3c1c08e97740f86b8ceabfb','Background Image',NULL,NULL,'','LINE',NULL,0,'','e1e55d59a5104d5888312ccb12c15d21','',NULL),(3623,'en','default','cdfd4357ab2cb8f241583cca76fcbb57','Preset',NULL,NULL,'','LINE',NULL,0,'Background Preset','71d6e267fafd4e55bb26d71b8c11f445','',NULL),(3624,'en','default','7a1920d61156abc05a60135aefe8bc67','Default',NULL,NULL,'','LINE',NULL,0,'Default Preset','840a5a562d2a1266ddfd55bfd854ad58','',NULL),(3625,'en','default','ae1aeb02879121b28d9d32f7a3f49ab5','Fill Screen',NULL,NULL,'','LINE',NULL,0,'','55bddcbceef013cfec556b197bbbb9eb','',NULL),(3626,'en','default','50898263951d13d94c02d8dd107424e0','Fit to Screen',NULL,NULL,'','LINE',NULL,0,'','c61754ea5c91da8258cfe3ae4183e9f8','',NULL),(3627,'en','default','7020426cfb0a204051be4b3053d2acc8','Repeat',NULL,NULL,'','LINE',NULL,0,'Repeat Image','321e8cebe38478bcf46c05ab0fbe3624','',NULL),(3628,'en','default','90589c47f06eb971d548591f23c285af','Custom',NULL,NULL,'','LINE',NULL,0,'Custom Preset','9caa809666d9f99f449f1e39a372e693','',NULL),(3629,'en','default','13c31590d98cc452fc3794eaf0811e4d','Image Position',NULL,NULL,'','LINE',NULL,0,'','233d9ca953c1fcc0706aae491a9bfe8a','',NULL),(3630,'en','default','7d25feb59b8a44341084a00840d860d1','Image Size',NULL,NULL,'','LINE',NULL,0,'','43912cba1c067a06077df5d53c529ffd','',NULL),(3631,'en','default','0a52da7a03a6de3beefe54f8c03ad80d','Original',NULL,NULL,'','LINE',NULL,0,'','df19c4eb504c814518a93f0115efa0b2','',NULL),(3632,'en','default','ecbff82ee17152218e787bac9751aa24','Repeat Background Image',NULL,NULL,'','LINE',NULL,0,'','253d5beeb93cbf915850d932222f6114','',NULL),(3633,'en','default','ea41a634e0a24869346b8b47bf90cc35','Scroll with Page',NULL,NULL,'','LINE',NULL,0,'','b34f1f187343db2e489fa97073f83cda','',NULL),(3634,'en','default','a5140ec3ab79f6dd974aafda98b5f6d8','Homepage Settings',NULL,NULL,'','LINE',NULL,0,'','9ccaec22118c6abcfdee6025b43bf522','',NULL),(3635,'en','default','78b70036b190c85ae0873fbc7cb098e7','You can choose what&#8217;s displayed on the homepage of your site. It can be posts in reverse chronological order (classic blog), or a fixed/static page. To set a static homepage, you first need to create two Pages. One will become the homepage, and the other will be where your posts are displayed.',NULL,NULL,'','LINE',NULL,0,'','bcb351c6f0a7fd7526fac2ee2bed47da','',NULL),(3636,'en','default','ac29f69b6e86d4a590c8bcff7b31fe3e','Your homepage displays',NULL,NULL,'','LINE',NULL,0,'','b330e6bd180657c10394a935e05689be','',NULL),(3637,'en','default','454dab8b4e0a51ba2efeb06242391785','Your latest posts',NULL,NULL,'','LINE',NULL,0,'','40a870726d4880aa6b93ea3d975a2f19','',NULL),(3638,'en','default','902707fcf14b07e64803d837b25ac032','A static page',NULL,NULL,'','LINE',NULL,0,'','e1d6b31d4ee1fc8a9b814a1463730fb3','',NULL),(3639,'en','default','339f7a2e087a159e6a31501649027a77','Homepage',NULL,NULL,'','LINE',NULL,0,'','a738c90205bd042068898caad1ce42b5','',NULL),(3640,'en','default','7c8de7945f9f1fc99d3ea44f2679919e','Posts page',NULL,NULL,'','LINE',NULL,0,'','8b7bfbedf02f0b847871432cfc6ea98d','',NULL),(3641,'en','default','41d4ea35c3286d8d1f6cfe77a4665e51','Add your own CSS code here to customize the appearance and layout of your site.',NULL,NULL,'','LINE',NULL,0,'','c2c9a34906bb655bada77f32163e7709','',NULL),(3642,'en','default','fc19ec1cf991d880698bb4e835b49e5c','https://codex.wordpress.org/CSS',NULL,NULL,'','LINE',NULL,0,'','572b6925b43d2e91a4b6d7210bcdd1e8','',NULL),(3643,'en','default','37313dfd35dc1eee335567c37b379903','Learn more about CSS',NULL,NULL,'','LINE',NULL,0,'','b59fbf30aca86ab76be00bf65aa1ac5f','',NULL),(3644,'en','default','141eda2001c8a2a55dc035ab09d74554','When using a keyboard to navigate:',NULL,NULL,'','LINE',NULL,0,'','33b00b20a898dc932f07b2542bff0c54','',NULL),(3645,'en','default','0f3b5be67bc58ea00af24d2c1634c897','In the editing area, the Tab key enters a tab character.',NULL,NULL,'','LINE',NULL,0,'','e65250bbd222d89a4f24f11f0422ee17','',NULL),(3646,'en','default','940995ecad89598fc6c26af8194c1e0e','To move away from this area, press the Esc key followed by the Tab key.',NULL,NULL,'','LINE',NULL,0,'','2a6cd7f3fe782d1f45fd5f101057afa8','',NULL),(3647,'en','default','c4f3b8c43f6d67268e8526c046b5d71a','Screen reader users: when in forms mode, you may need to press the escape key twice.',NULL,NULL,'','LINE',NULL,0,'','7d49cc634a6f38efca51b330f468023d','',NULL),(3648,'en','default','71d819d26c40006b69a08f1c9a071cfd','The edit field automatically highlights code syntax. You can disable this in your <a href=\"%1$s\" %2$s>user profile%3$s</a> to work in plain text mode.',NULL,NULL,'','LINE',NULL,0,'','d12d4f94bf173ba28584dd4301128873','',NULL),(3649,'en','default','f8007c1f15cc25eca73c9fcf83b2cb43','Additional CSS',NULL,NULL,'','LINE',NULL,0,'','45d92bff14b53164c05fe5b86e0b83ab','',NULL),(3650,'en','default','55d1c8b7f44a31ad68472a3f2dd9ccc6','CSS code',NULL,NULL,'','LINE',NULL,0,'','d5a93a57fd22bc099dfd260d1a8c8993','',NULL),(3651,'en','default','bd1c35b260a738dc596b9a4e9f711789','This panel is used for managing navigation menus for content you have already published on your site. You can create menus and add items for existing content such as pages, posts, categories, tags, formats, or custom links.',NULL,NULL,'','LINE',NULL,0,'','47e4da7614c4d96091f7ea1b19133a88','',NULL),(3652,'en','default','5fbffe80241eb0b77e6a249d03d72a76','Menus can be displayed in locations defined by your theme.',NULL,NULL,'','LINE',NULL,0,'','ba3bd0873ded15241f698e23550278f4','',NULL),(3653,'en','default','06145a21dcec7395085b033e6e169b61','Menus',NULL,NULL,'','LINE',NULL,0,'','cf97198a71e3387f02f9da3d0853f57f','',NULL),(3654,'en','default','20481488879d8d5eb348fa5c86cedd3a','Your theme can display menus in %s locations. Select which menu appears in each location.',NULL,NULL,'','LINE',NULL,0,'','695f39b7266e247c3b27137a04c41afa','',NULL),(3655,'en','default','2984cbf71df6094c1a32b65568353ccc','View All Locations',NULL,NULL,'','LINE',NULL,0,'menu locations','57e75d8e47303a7fed94d8ed87f87568','',NULL),(3656,'en','default','9e32d091f81d11ff2649e93d8034f5db','&mdash; Select &mdash;',NULL,NULL,'','LINE',NULL,0,'','e2fc887cec612f9f6bbd54bb607ff185','',NULL),(3657,'en','default','1541ed34f48aa810e9871cfcd9848615','New Menu',NULL,NULL,'','LINE',NULL,0,'','3c998686774f7d94cb2290fefd59eb04','',NULL),(3658,'en','default','ef5c667bd9e459a01602239f1536d413','Edit widget: %s',NULL,NULL,'','LINE',NULL,0,'','8072bf0a50b66fd745e8b28c73125f46','',NULL),(3659,'en','default','7dce122004969d56ae2e0245cb754d35','Edit',NULL,NULL,'','LINE',NULL,0,'widget','9704dda260c15207839f735838d5b2c0','',NULL),(3660,'en','default','ec211f7c20af43e742bf2570c3cb84f9','Add',NULL,NULL,'','LINE',NULL,0,'widget','6ccfc06cb66cbbd4fa2fe70dc7419c45','',NULL),(3661,'en','default','51ec9bf4aaeab1b25bb57f9f8d4de557','Title:',NULL,NULL,'','LINE',NULL,0,'','992b7ee8edcf90f12c80ab09f1b2bfaa','',NULL),(3662,'en','default','7fb1da4e94fb3f1280d6486602bcffab','Display as dropdown',NULL,NULL,'','LINE',NULL,0,'','2e0d4b5d38a5ba330300c8da0dbdc5b4','',NULL),(3663,'en','default','e8581a126a7b3a7e5f710f59d5cc07d6','Show post counts',NULL,NULL,'','LINE',NULL,0,'','2f2be6b520ad6404d74638fb4fba3e99','',NULL),(3664,'en','sitepress','53ded23a712b29ac06cb364ea8be689b','All Languages',NULL,NULL,'','LINE',NULL,0,'','0e8bbf2cc0feca1189c73e51cf742899','',NULL),(3665,'en','sitepress','c5d90d7505fffbc8ec88ac0f7d40a6bd','Display on language:',NULL,NULL,'','LINE',NULL,0,'','469d57d1ce3ac37fb221036a2924db71','',NULL),(3666,'en','default','4831fe82114203e08a9af2b164adc140','Attachment post ID',NULL,NULL,'','LINE',NULL,0,'','5f1856e0b90ca84243727e3e7dc456d6','',NULL),(3667,'en','default','bc9718344703d93f0386c5c34d7fdaaa','URL to the media file',NULL,NULL,'','LINE',NULL,0,'','73f4b46e8089a47aeb56547fb0a4e98b','',NULL),(3668,'en','default','dd4dd25014ca1b4d8e88141cf8d7c516','Title for the widget',NULL,NULL,'','LINE',NULL,0,'','0df3b56e495dc02ae44ca9a72be7cf66','',NULL),(3669,'en','default','ba4a145e3d65ef2b809a30554964a6f7','URL to the %s audio source file',NULL,NULL,'','LINE',NULL,0,'','6b36a9fb6ac897ce80d4c8f521bc7f39','',NULL),(3670,'en','default','260acb456437049755db4888f8df08db','Show hierarchy',NULL,NULL,'','LINE',NULL,0,'','277ea3c2e502c826cabacb3bfe67f26d','',NULL),(3671,'en','sitepress','dad18c586e87b27cd94089b722bf3dc1','Customize the language switcher',NULL,NULL,'','LINE',NULL,0,'','6fc4fe3f21c91d9fc6b8adc8d764c90a','',NULL),(3672,'en','default','c6ad904aab81edaca2af60beb65a229c','Automatically add paragraphs',NULL,NULL,'','LINE',NULL,0,'','560967ee580ecf85d0f90b6861adf891','',NULL),(3673,'en','default','f42e991dcc21d1839719b63f931584b2','No menus have been created yet. <a href=\"%s\">Create some</a>.',NULL,NULL,'','LINE',NULL,0,'','d51a9ef304e36fe54ed859a227a09fb3','',NULL),(3674,'en','default','1c9cdbc587153c1c314ff3e6478ded16','Select Menu:',NULL,NULL,'','LINE',NULL,0,'','b535f4151690dbf7b6b26976cfe94e28','',NULL),(3675,'en','default','b7db11a7323447ed4a802db6bb242e05','Edit Menu',NULL,NULL,'','LINE',NULL,0,'','04b96e3a53d47760d220def4fc9fd487','',NULL),(3676,'en','default','6f9d01a14011f05fffe48559583fc609','Sort by:',NULL,NULL,'','LINE',NULL,0,'','50430e938c10f7b4cf4b40b4b39690f2','',NULL),(3677,'en','default','12cb401e3a068898222575c6a5ef5ece','Page title',NULL,NULL,'','LINE',NULL,0,'','f5e4249e704fb82ae7b975434f603861','',NULL),(3678,'en','default','fb0b6060fc20994d8591e3354679f265','Page order',NULL,NULL,'','LINE',NULL,0,'','6d27f6df7507f2acdf31294481f089bd','',NULL),(3679,'en','default','30722aa4ee66bd5b06a4abe892c9e963','Page ID',NULL,NULL,'','LINE',NULL,0,'','e75845463b07eb8d5ceaa437a9715df6','',NULL),(3680,'en','default','50a4b6c0a93b6a4a57a47ed4e766329b','Exclude:',NULL,NULL,'','LINE',NULL,0,'','389133ad10da81b84cb0e9c032cbc84e','',NULL),(3681,'en','default','182bf409e042543999aee2a4e87bba5d','Page IDs, separated by commas.',NULL,NULL,'','LINE',NULL,0,'','d7ac39b181360c946cbe5a9bec9138bb','',NULL),(3682,'en','default','8d5c4068132acf5c52972d8d7cda9ded','Number of comments to show:',NULL,NULL,'','LINE',NULL,0,'','fd6b8ab789fa26c3caad05159bcc3054','',NULL),(3683,'en','default','c9590d0860c6e0c19c92a413fcc586a7','Number of posts to show:',NULL,NULL,'','LINE',NULL,0,'','48695763789dbfcda027719c466a75ec','',NULL),(3684,'en','default','ac45b2ec6c5fb197af0df94ef4564e29','Display post date?',NULL,NULL,'','LINE',NULL,0,'','c74798ff811916500a7826fea3b56ddb','',NULL),(3685,'en','default','6417292d4d6cb8c503ef873e7764f58e','Enter the RSS feed URL here:',NULL,NULL,'','LINE',NULL,0,'','3f4429612e090d11d332c5741b11f27f','',NULL),(3686,'en','default','5d5724aa8212aa80de46a07713c067c4','Give the feed a title (optional):',NULL,NULL,'','LINE',NULL,0,'','29c62e1f6428cb847f0de636c7082db5','',NULL),(3687,'en','default','60e2d5a1aad9154591fe7aeed264e12a','How many items would you like to display?',NULL,NULL,'','LINE',NULL,0,'','ca50d60db0698aee99a4f1c5f45166c5','',NULL),(3688,'en','default','7787a0a8d26e209905d0e49a7dd17e8c','Display item content?',NULL,NULL,'','LINE',NULL,0,'','3a04bdc420ff17ed1f5b281680f936fb','',NULL),(3689,'en','default','7ab222df57dcad519d40f8f354603e8f','Display item author if available?',NULL,NULL,'','LINE',NULL,0,'','212b9f4bfc9448d6743b4c43180bc9be','',NULL),(3690,'en','default','de9ccf3cc03882a07de9da765cb3b7f9','Display item date?',NULL,NULL,'','LINE',NULL,0,'','b2627c12ad7b480446f1eadb1a5a2506','',NULL),(3691,'en','default','5eb2c379975682463f1b08a4cd78ed12','Show tag counts',NULL,NULL,'','LINE',NULL,0,'','3cea5de1c085f9ffd14bae92a197d7e5','',NULL),(3692,'en','default','059772377bd73c20aee5fee16fcfc93d','Taxonomy:',NULL,NULL,'','LINE',NULL,0,'','d4d92df3a9029a206d436cafc1371e77','',NULL),(3693,'en','wpml-string-translation','7de54b965c57b5a8b013577ebb1bd03e','Convert to multilingual widget',NULL,NULL,'','LINE',NULL,0,'','67d603788350d09d0a69427c72e4014f','',NULL),(3694,'en','default','24dfae83c93d33edc4366f31d0fbfff8','URL to the %s video source file',NULL,NULL,'','LINE',NULL,0,'','7219284a16b75a7f1e92c14501d755a9','',NULL),(3695,'en','default','18aa82b6cb0eaf974027cd593520733b','Move to another area&hellip;',NULL,NULL,'','LINE',NULL,0,'','b612f412d63347b75b7c3b0a27241390','',NULL),(3696,'en','default','dd9f0c7e1bb3b749bd423e3544b4a8e3','Move down',NULL,NULL,'','LINE',NULL,0,'','9f8d2f23f0b1550bb89688369151d586','',NULL),(3697,'en','default','f77af7695f71323808f9b6e2795cde86','Move up',NULL,NULL,'','LINE',NULL,0,'','176f476c35a8c2d9bb57f39de1d95752','',NULL),(3698,'en','default','63b95056646acc19c17015faaa11d412','Select an area to move this widget into:',NULL,NULL,'','LINE',NULL,0,'','0bc83ade17d6c28c649ef9c38e432e97','',NULL),(3699,'en','default','6bc362dbf494c61ea117fe3c71ca48a5','Move',NULL,NULL,'','LINE',NULL,0,'Move widget','2e63090a3c59e1e2cf88e8a8675b324c','',NULL),(3700,'en','default','63c1c65b4cc5507f44f303a109040fa4','Your theme has 1 other widget area, but this particular page doesn&#8217;t display it.',NULL,NULL,'','LINE',NULL,0,'','ad40b501d6b8b474d8e233365c1d13ca','',NULL),(3701,'en','default','e6a7bbc8db5fdb69e2e09421dbd64644','Your theme has %s widget areas, but this particular page doesn&#8217;t display them.',NULL,NULL,'','LINE',NULL,0,'','9bc279aa448ca59df6daaf8d917b5acc','',NULL),(3702,'en','default','0249434300b0577480173c7abf03f58d','Save and preview changes before publishing them.',NULL,NULL,'','LINE',NULL,0,'','35ab1984bd7f18037b21984b0abc2cc9','',NULL),(3703,'en','default','cb6dcf55d60fad56eb7baa79977b4db6','Trash widget by moving it to the inactive widgets sidebar.',NULL,NULL,'','LINE',NULL,0,'','fb5950feaa098ba2fce05cedf194e43c','',NULL),(3704,'en','default','313ce4a59c2b4b30ed34197e7c4fd825','Widget moved up',NULL,NULL,'','LINE',NULL,0,'','3f92f40f7686ae4c14317925ebc61b45','',NULL),(3705,'en','default','b6c66d27dc2ebc994b40546dbe73060d','Widget moved down',NULL,NULL,'','LINE',NULL,0,'','bf587b036bce8bab2331376f4c532665','',NULL),(3706,'en','default','505cafce10a3d99226ccb7ce64e5be08','You can navigate to other pages on your site while using the Customizer to view and edit the widgets displayed on those pages.',NULL,NULL,'','LINE',NULL,0,'','92e37cfb88a47b332b7840df513062af','',NULL),(3707,'en','default','722b7ab987a988385620ad62ce442de0','Reorder mode enabled',NULL,NULL,'','LINE',NULL,0,'','df8e1ca01703d82a1c0cb76142df381b','',NULL),(3708,'en','default','758809ef08a8d25158146b3996a840f6','Reorder mode closed',NULL,NULL,'','LINE',NULL,0,'','e857d84645b487e840f1b0599c0579b1','',NULL),(3709,'en','default','064240233ef76240b518117de38774e6','Reorder widgets',NULL,NULL,'','LINE',NULL,0,'','329bd8ed36a5ca5da92c1ba574a71f1a','',NULL),(3710,'en','default','4ca2963a25261df4b0af3d560fc15104','Number of widgets found: %d',NULL,NULL,'','LINE',NULL,0,'','3ae979daaa95333427eb32d4283490ae','',NULL),(3711,'en','default','d2be1104769019eaf4cb6c56905285f5','No widgets found.',NULL,NULL,'','LINE',NULL,0,'','221f98e788ed6636b6143cc4aad52808','',NULL),(3712,'en','default','88e9ccd6918f3b46c431d5709d5e90b2','Your theme can display menus in %s locations.',NULL,NULL,'','LINE',NULL,0,'','8ab96241c4aa7cc57fafdf8853dfbabd','',NULL),(3713,'en','default','5b0872887ae18c32573c31e5c7adb347','(unnamed)',NULL,NULL,'','LINE',NULL,0,'Missing menu name.','2adf42a0f510d841f6eae7fb4e55f47d','',NULL),(3714,'en','default','a8bddd1e894fd804fba86c3f1e7402d0','Custom Link',NULL,NULL,'','LINE',NULL,0,'','8a27ea40a4e1e5788492a0ed7e9ccb13','',NULL),(3715,'en','default','5daedae6ebdf97cc1391ea4fe79f1361','(Currently set to: %s)',NULL,NULL,'','LINE',NULL,0,'menu','52876019927bbcaeb77e453899d40590','',NULL),(3716,'en','default','fa0a7d3bc2126e4fbf4d5943e75c35e8','Menu Locations',NULL,NULL,'','LINE',NULL,0,'','f18e83d7b8b5b72554106e0cb7d073b6','',NULL),(3717,'en','default','51b61b8df8be90d63c45c0e2a27c34e1','Menu Name',NULL,NULL,'','LINE',NULL,0,'','e78e71bb8ca8951a2d296a712f781e8b','',NULL),(3718,'en','default','8746ea90429cc1904ee36086f57533aa','If your theme has multiple menus, giving them clear names will help you manage them.',NULL,NULL,'','LINE',NULL,0,'','e55343bd22a3286b5745ac464e202864','',NULL),(3719,'en','default','90facfaf2ae9bd9be7e759dd048ff11b','Menu item added',NULL,NULL,'','LINE',NULL,0,'','c2b76de0cc28483191398515b424ff67','',NULL),(3720,'en','default','9a9163dde8ddfe3d50aad4f7017646ab','Menu item deleted',NULL,NULL,'','LINE',NULL,0,'','cfdc06a2f025d6ce08d8d143ccc3a69c','',NULL),(3721,'en','default','48d6ed580ceae5d0c50ffb3fa581e13a','Menu created',NULL,NULL,'','LINE',NULL,0,'','92aece83d05df1293f1ca0f27564b1c8','',NULL),(3722,'en','default','314684acda41a394ac6c6515b0268b7f','Menu deleted',NULL,NULL,'','LINE',NULL,0,'','e9b93d93f813355245b9fc0be7e17ec2','',NULL),(3723,'en','default','aa6c95c0c0d7a214ffc500e7f7124cef','Menu item moved up',NULL,NULL,'','LINE',NULL,0,'','95fbcbe28732f1ca502cf73a3f66b8b1','',NULL),(3724,'en','default','29a60318b9d47ffa071290a8fa31fd57','Menu item moved down',NULL,NULL,'','LINE',NULL,0,'','b638550536f8beaf0b4e87c29a7d34e2','',NULL),(3725,'en','default','a3b2a945513d4632f1dacb1eff6cf46a','Menu item moved out of submenu',NULL,NULL,'','LINE',NULL,0,'','de317dcc631964539cb0cbaed1928799','',NULL),(3726,'en','default','627f10a6814a33885b1f1260ce66ddf5','Menu item is now a sub-item',NULL,NULL,'','LINE',NULL,0,'','7c77e4867b5d04ee86fbbdf4e2f9c009','',NULL),(3727,'en','default','422e76add6dd5ef396c826e672389a75','Customizing &#9656; %s',NULL,NULL,'','LINE',NULL,0,'','5ac6df42ce6e8dbb4e6b110649b4267e','',NULL),(3728,'en','default','d546ce60a9b14a2dfad190be8f2f7a20','%s (Invalid)',NULL,NULL,'','LINE',NULL,0,'','0f797fb7f86fddffc837ffeb951dedf7','',NULL),(3729,'en','default','423eb9750b4a9d769c685bdcd08c75d1','%s (Pending)',NULL,NULL,'','LINE',NULL,0,'','9533624e322852ba838377f6bcb147f7','',NULL),(3730,'en','default','ad4f477672f34e3c648da222805720c2','Number of items found: %d',NULL,NULL,'','LINE',NULL,0,'','fc0e23e71aff001e9ebe4528a652869c','',NULL),(3731,'en','default','623661c64c9e3dd9e446afd135e40598','Additional items found: %d',NULL,NULL,'','LINE',NULL,0,'','6fefd37865800b2a941c7c300da06a1f','',NULL),(3732,'en','default','e1fc51b02cf83fb26122f85b69d456e4','Loading more results... please wait.',NULL,NULL,'','LINE',NULL,0,'','9f60f42ea696ce2f3d9a43e15289fcb5','',NULL),(3733,'en','default','eef55e9878cec3eb4340f1d2a16d46b9','Reorder menu items',NULL,NULL,'','LINE',NULL,0,'','c87aa504a57cfef368cef515120f29c0','',NULL),(3734,'en','default','e6e053cc28573e1905870aa709449049','Close reorder mode',NULL,NULL,'','LINE',NULL,0,'','fa6bcf5e391ae5d5ff3217b83b3753d4','',NULL),(3735,'en','default','b9c5d20dee60b87f9e40b02dd86864f1','Move up one',NULL,NULL,'','LINE',NULL,0,'','38fb916b1e57bf8381e882c7492399d2','',NULL),(3736,'en','default','e0c88e483c20cc0bd400a4aa7749d346','Move down one',NULL,NULL,'','LINE',NULL,0,'','e8db78ccf8105a38dc1a82825b4b7777','',NULL),(3737,'en','default','52e35303de3da87fbcfb20a387cd4ff6','Move to the top',NULL,NULL,'','LINE',NULL,0,'','360394da2afb6efabe3fedc20635d93a','',NULL),(3738,'en','default','f370e34dca548b032c6c34c24489c604','Move under %s',NULL,NULL,'','LINE',NULL,0,'','32c8d6cbc0f8e14eaab7ee3987e72a78','',NULL),(3739,'en','default','aa30d51fb266ad4892eaabf3748cf605','Move out from under %s',NULL,NULL,'','LINE',NULL,0,'','efbaed982d84cc35146bbaf29fe89061','',NULL),(3740,'en','default','c97a839c6d92238877b5a7816a006827','Under %s',NULL,NULL,'','LINE',NULL,0,'','c4940752fe5b26877b6654763af116a4','',NULL),(3741,'en','default','dca4a0588c631c53233ebec49b5be670','Out from under %s',NULL,NULL,'','LINE',NULL,0,'','f760abd7d3edfed02c7bb3074dddf8a4','',NULL),(3742,'en','default','e28a17b9418d2f734358d48dffa1dba0','%1$s. Menu item %2$d of %3$d.',NULL,NULL,'','LINE',NULL,0,'','ba4f03097103ade92ab64059759cbad9','',NULL),(3743,'en','default','7cdb2c0426fb3b9e788a062b3012c65c','%1$s. Sub item number %2$d under %3$s.',NULL,NULL,'','LINE',NULL,0,'','3f86efcc7dd6dd7407d89a0f4f395490','',NULL),(3744,'en','default','0de54d066af6199938e357b623bfa57f','Customize: %s',NULL,NULL,'','LINE',NULL,0,'','48f046c19ec84d7fc98ecdc82bee49f0','',NULL),(3745,'en','default','cae566c410bf8e9f5b5e0b0407d1b138','Close the Customizer and go back to the previous page',NULL,NULL,'','LINE',NULL,0,'','72146bd625f1fdf490cc1f7552825845','',NULL),(3746,'en','default','544cc7bdf948b99ffaeafd2649f5e19c','You are customizing %s',NULL,NULL,'','LINE',NULL,0,'','1bc78cd8a9e476991331eb81290b4779','',NULL),(3747,'en','default','1e2ad5c78a6bba9e430dc771728a358c','The Customizer allows you to preview changes to your site before publishing them. You can navigate to different pages on your site within the preview. Edit shortcuts are shown for some editable elements.',NULL,NULL,'','LINE',NULL,0,'','663621b6d079f8703d5e4a7c2aab713b','',NULL),(3748,'en','default','12d2be1600d506b174752715e8aa6eb2','Hide Controls',NULL,NULL,'','LINE',NULL,0,'short (~12 characters) label for hide controls button','dfa6c80921844e12f9aec336d21ddc30','',NULL),(3749,'en','default','4496aa91729c5f168465a86395315c38','Enter desktop preview mode',NULL,NULL,'','LINE',NULL,0,'','a118a29aee734ccc738aaa090f7fcfeb','',NULL),(3750,'en','default','473e6a26cffc8cc12ee72bba15922ddc','Enter tablet preview mode',NULL,NULL,'','LINE',NULL,0,'','bb246a464cff8eb4b001fabf15ddbca0','',NULL),(3751,'en','default','c402e4a3ccc19486b503264f4ac0a805','Enter mobile preview mode',NULL,NULL,'','LINE',NULL,0,'','4299076c86b16191d09119c3f0b6c5fc','',NULL),(3752,'en','default','12098930c08b7ac2a207256f71397647','Press return or enter to open this panel',NULL,NULL,'','LINE',NULL,0,'','ec09952c6a3f668fd9621293e03d168a','',NULL),(3753,'en','default','eab00992b3c6276a86d9e0b83764736b','You are browsing %s',NULL,NULL,'','LINE',NULL,0,'','a9f37750b53f6760123ee007594d6c34','',NULL),(3754,'en','default','983abcea59914e0fd1881760afbb7752','Active theme',NULL,NULL,'','LINE',NULL,0,'','815589de735961c6d63b80ac953829ba','',NULL),(3755,'en','default','868c0684fb7feae71c3e68d95a21839d','Change theme',NULL,NULL,'','LINE',NULL,0,'','7172582bf515aa0d6ca0f246b07a5c1f','',NULL),(3756,'en','default','f4ec5f57bd4d31b803312d873be40da9','Change',NULL,NULL,'','LINE',NULL,0,'theme','300706207d86528e90d56b70e3f43830','',NULL),(3757,'en','default','5237bf9508ab9507333ce0c00281d3dc','Menu Options',NULL,NULL,'','LINE',NULL,0,'','d2d79dd752ecf914f26680888704ebea','',NULL),(3758,'en','default','a9458863111d9dff5a48aa9f0baea2ba','Show advanced menu properties',NULL,NULL,'','LINE',NULL,0,'','119528bec1aeaffb10cb482a40c66c1e','',NULL),(3759,'en','default','1f7412ef1f7fdba3cc269af9a0b7a40c','Link Target',NULL,NULL,'','LINE',NULL,0,'','75fb72e82d37c2d355ae89f3c9572371','',NULL),(3760,'en','default','d79162782feef239dca92bdaf1d87485','Title Attribute',NULL,NULL,'','LINE',NULL,0,'','8352819fd5e764ca14c19b0a38054174','',NULL),(3761,'en','default','9a64f91eb059eb9a1ecf038d3467e09f','CSS Classes',NULL,NULL,'','LINE',NULL,0,'','0412fce47b0ef51bdbbeea33bb97a9fa','',NULL),(3762,'en','default','4149573841f89bd22b3970c5c70682d2','Link Relationship (XFN)',NULL,NULL,'','LINE',NULL,0,'','46e721c7d173a6e23b92c8ea4fc48ce0','',NULL),(3763,'en','default','5c805f8e5e44f76f68e7c8b127904f43','Press return or enter to open this section',NULL,NULL,'','LINE',NULL,0,'','f7c47bfec79d9801c36cd643ebef01cd','',NULL),(3764,'en','default','d23fab566e6f8c23aa91ccc0669bc707','Back to theme sources',NULL,NULL,'','LINE',NULL,0,'','99f688e604464086f0c303a568d6b02a','',NULL),(3765,'en','default','e6bf3e110fac74f1d27bc4323fde9dc7','Search themes&hellip;',NULL,NULL,'','LINE',NULL,0,'','4d481456ecf3aafe24978356219a90d2','',NULL),(3766,'en','default','c7c25d2278c86148dbc748257e85ed4e','Filter themes',NULL,NULL,'','LINE',NULL,0,'','1fb6bac1fb9866720e407c60a47763c2','',NULL),(3767,'en','default','7f589f12d2e2f2b0b7a09615f7d1c6ff','Filter themes (%s)',NULL,NULL,'','LINE',NULL,0,'','90abe676f5409255a8887ea3d6cb4978','',NULL),(3768,'en','default','1ef216f0edc5bdd2d6ac5abac3489c45','%s themes',NULL,NULL,'','LINE',NULL,0,'','e2d7d7eaf79b6031b605c9502210fa98','',NULL),(3769,'en','default','c7892ebbb139886662c6f2fc8c450710','Subject',NULL,NULL,'','LINE',NULL,0,'','759d07a4325337d614b8d982e9f400b3','',NULL),(3770,'en','default','be8df1f28c0abc85a0ed0c6860e5d832','Blog',NULL,NULL,'','LINE',NULL,0,'','8826d9a7feefdde372190b603fedc991','',NULL),(3771,'en','default','a9f7ecebb493e129aafb4cbfd73e85df','E-Commerce',NULL,NULL,'','LINE',NULL,0,'','a151fc25e23477ffb9cbc94afbcd1347','',NULL),(3772,'en','default','de7a22a0c94aa64ba2449e520aa20c99','Education',NULL,NULL,'','LINE',NULL,0,'','5bf06b3c035fe6db5c79c4e5144ce7d3','',NULL),(3773,'en','default','336fdcf7d540e4b430a890b63da159c9','Entertainment',NULL,NULL,'','LINE',NULL,0,'','a33f846bf444b928f6913dec623cf122','',NULL),(3774,'en','default','614adc8c0f0f72ef1192968ea945c510','Food & Drink',NULL,NULL,'','LINE',NULL,0,'','42bfa19726a8f97db183d518847d4e3e','',NULL),(3775,'en','default','84b8343a7057dcab0a7c7acb6dd4862e','Holiday',NULL,NULL,'','LINE',NULL,0,'','72ea0d3b91662bf9754041362632d64d','',NULL),(3776,'en','default','a2a5c33eda9046576764de2400b1aa50','Photography',NULL,NULL,'','LINE',NULL,0,'','92b229529489c0c95a6dd83583e0f387','',NULL),(3777,'en','default','d4f859a96c13f551a2771b7fc3a78d38','Portfolio',NULL,NULL,'','LINE',NULL,0,'','5d49c1a3beccd62fb7f6fdae64b5b977','',NULL),(3778,'en','default','98f770b0af18ca763421bac22b4b6805','Features',NULL,NULL,'','LINE',NULL,0,'','49938a404e6895f095d61a35c0f68b7c','',NULL),(3779,'en','default','77f38b54f3a8eec7896a4b2cef0b4e6a','Accessibility Ready',NULL,NULL,'','LINE',NULL,0,'','b18f598808be53b2339611fd37a0466c','',NULL),(3780,'en','default','8e6dd720c38f05e75afa5ea139d43b8b','Custom Background',NULL,NULL,'','LINE',NULL,0,'','11af885ae95784376db6a03de0d6020d','',NULL),(3781,'en','default','f8257df950d4ddcfa654ba524ffa68f5','Custom Colors',NULL,NULL,'','LINE',NULL,0,'','535a40e32a754cd210957bed5363428b','',NULL),(3782,'en','default','e6e0d1a62695cc00641f3acf197aecf7','Custom Header',NULL,NULL,'','LINE',NULL,0,'','436357f20214f1b45376a6c31a241568','',NULL),(3783,'en','default','f24b4a70c60b7051a5c989d86c03bd89','Custom Logo',NULL,NULL,'','LINE',NULL,0,'','5ed0b8d61248f280facf482ad8f91f33','',NULL),(3784,'en','default','1793292bbb16dfff73f26d02b62985c9','Editor Style',NULL,NULL,'','LINE',NULL,0,'','2735295d4bb712f2f2cb457b34946b46','',NULL),(3785,'en','default','a3aecaaec8eb624fdd1e15c4e2e3b899','Featured Image Header',NULL,NULL,'','LINE',NULL,0,'','52488fe10909cbd4813783418dd12e35','',NULL),(3786,'en','default','3a5ea7b59d5232398c5a97cf6ac66d63','Featured Images',NULL,NULL,'','LINE',NULL,0,'','13727029d8174be385efe99f1e682634','',NULL),(3787,'en','default','144ce75f656f8b044d8d73920d040a7d','Footer Widgets',NULL,NULL,'','LINE',NULL,0,'','402251f9d291a0aff6e3d0023cec3a73','',NULL),(3788,'en','default','6a83cf8558327ec08b7ffca33ddb0afe','Full Width Template',NULL,NULL,'','LINE',NULL,0,'','8d671c3ff9ddfc8ca62ea219f499075d','',NULL),(3789,'en','default','ec5b65a41ca25be4c01e7b1d6d5a476d','Post Formats',NULL,NULL,'','LINE',NULL,0,'','cb18267163ca9501e1f3ddc65a2ec252','',NULL),(3790,'en','default','c22ed046d0dad8978245f986da11dfc4','Sticky Post',NULL,NULL,'','LINE',NULL,0,'','723924233f6e14466890614e26d0b793','',NULL),(3791,'en','default','857ecb2ae9191bf8449f80abc89b8083','Theme Options',NULL,NULL,'','LINE',NULL,0,'','f766f1e798ca8624639329d085c237d1','',NULL),(3792,'en','default','923f3e8bc67359c18ca688bc412933c3','Grid Layout',NULL,NULL,'','LINE',NULL,0,'','2bcda63a93a777a3175fd3204e07f467','',NULL),(3793,'en','default','8f5b3b4a263709d0e5027987ebc05b86','One Column',NULL,NULL,'','LINE',NULL,0,'','3fe2124459e720be6439345ad4a1af2e','',NULL),(3794,'en','default','e5efeb935c77b6f0d7cd9980a963c18e','Two Columns',NULL,NULL,'','LINE',NULL,0,'','90b52b8fa58c58833a77d3797e0e62d4','',NULL),(3795,'en','default','96e47382a440cf09589d723985bc0799','Three Columns',NULL,NULL,'','LINE',NULL,0,'','41e70dc490f5012e48f0daea83c8b234','',NULL),(3796,'en','default','593be3dec04ff3d1d666281967865cf8','Four Columns',NULL,NULL,'','LINE',NULL,0,'','5eef6e0430aeb2d53a95f2d2525db96a','',NULL),(3797,'en','default','69847143f57cba5d08123f1df77e1b44','Left Sidebar',NULL,NULL,'','LINE',NULL,0,'','bfa5a9e16accaa13d09c591c518afb14','',NULL),(3798,'en','default','e2888bce47147f5ec66aa790f8dcab45','Right Sidebar',NULL,NULL,'','LINE',NULL,0,'','77dd92728db5e9072f7254f6ed597e88','',NULL),(3799,'en','default','ca96c41fa0e9c5f77eeaeb74156baf4f','An unexpected error occurred. Something may be wrong with WordPress.org or this server&#8217;s configuration. If you continue to have problems, please try the <a href=\"https://wordpress.org/support/\">support forums</a>.',NULL,NULL,'','LINE',NULL,0,'','6fee799e8f94e129f8db8772174e28a3','',NULL),(3800,'en','default','ff771ccadb566fc49b785b2880a3ff19','No themes found. Try a different search, or %s.',NULL,NULL,'','LINE',NULL,0,'','7023ad7ffedda30622286929f108848f','',NULL),(3801,'en','default','42adbc0cb94a693780eec20f979fb402','Search WordPress.org themes',NULL,NULL,'','LINE',NULL,0,'','a7ea2d19388cb113ba19be37a729f1d6','',NULL),(3802,'en','default','5521b56344dd510ea6f7a31650aa2102','%s is already customizing this site. Please wait until they are done to try customizing. Your latest changes have been autosaved.',NULL,NULL,'','LINE',NULL,0,'','abfdc318cc09047468b7bcd88c32c9fc','',NULL),(3803,'en','default','28c735fd16388ecff290074b8dafa9cd','%s is already customizing this site. Do you want to take over?',NULL,NULL,'','LINE',NULL,0,'','8dcb6273773e98fc69869fdcfe47e2b4','',NULL),(3804,'en','default','cda5132955c43b0ac7ae8adfa27cc35e','Select file',NULL,NULL,'','LINE',NULL,0,'','e2404464ebb7cdf43cac89c24943eb9c','',NULL),(3805,'en','default','77f199a153317a5720e2cdc4009b5f8f','Change file',NULL,NULL,'','LINE',NULL,0,'','31b1e16d47dd6627327820eb3479a9ca','',NULL),(3806,'en','default','f787618e514c038851726224d7e4421e','No file selected',NULL,NULL,'','LINE',NULL,0,'','ebd8d412cd4fb92f876ec926f526061e','',NULL),(3807,'en','default','cbe55e77ffa67d13322eb1ce7d22f1ba','Choose file',NULL,NULL,'','LINE',NULL,0,'','58b7ce1dbd7cee61b6c8bde1c399733b','',NULL),(3808,'en','default','ac71274aea488e58bea2a8c716fc578f','Top Left',NULL,NULL,'','LINE',NULL,0,'','07456d4060360137b06ab8a59b1f5218','',NULL),(3809,'en','default','5f9f678446e1abe7e062b056e755e059','Top Right',NULL,NULL,'','LINE',NULL,0,'','07d46d191bd34f0c9c7507a328c84867','',NULL),(3810,'en','default','7eb5542553fa5e5db4656e1c16f1316d','Bottom Left',NULL,NULL,'','LINE',NULL,0,'','a1d04fbd39f2cadaea312088a435e963','',NULL),(3811,'en','default','4d297f5df921dca388a17e3336cad50f','Bottom Right',NULL,NULL,'','LINE',NULL,0,'','8d368fd517db823109359460f3b4eac3','',NULL),(3812,'en','default','da48773883fdf3c4dd9342dd98dae32e','Details for theme: %s',NULL,NULL,'','LINE',NULL,0,'','de5f504f853c0a1ece426ae02a7b0403','',NULL),(3813,'en','default','1e864131479d277822088d260476f855','Customize theme: %s',NULL,NULL,'','LINE',NULL,0,'','5be4cda0bbf1112b0aa45a614eac5c4c','',NULL),(3814,'en','default','b052afa8148853ff712aeef8feea4c7d','Live preview theme: %s',NULL,NULL,'','LINE',NULL,0,'','345fac4fbd9b17d76549bb56f0710b4f','',NULL),(3815,'en','default','6d530f16eef1fff3f9b3400edf595ac9','Install and preview theme: %s',NULL,NULL,'','LINE',NULL,0,'','b4b966dc2da6741cb0cafd21f9e121b1','',NULL),(3816,'en','default','29503bd4f9fd280f19f44ddd7331ef28','By %s',NULL,NULL,'','LINE',NULL,0,'theme author','973edc44f6bebee2abd42e4bd7d3d1f4','',NULL),(3817,'en','default','bfe33d6df385216caddf2448a99cd015','New version available. %s',NULL,NULL,'','LINE',NULL,0,'','47a25ec88f3359e7fdca866c18009f80','',NULL),(3818,'en','default','dd9d28bfefd68e9dd263dcac9a515831','Update now',NULL,NULL,'','LINE',NULL,0,'','28d048dddb33e6f3ab2f62d7fca709e4','',NULL),(3819,'en','default','fa1615585eab411ee1fc4a05a78969f1','<span>Previewing:</span> %s',NULL,NULL,'','LINE',NULL,0,'','7e857fae758a89de637e9876535551a9','',NULL),(3820,'en','default','98dd43dfae05b11befe1f140e0ec787a','Installed',NULL,NULL,'','LINE',NULL,0,'theme','e80eec3fea935ce7dc71047f403d0ba7','',NULL),(3821,'en','default','862ad1b0c0a0a7433895d5ddb407b25a','Install &amp; Preview',NULL,NULL,'','LINE',NULL,0,'','e7cc1f41c0e76795eaf1b50d33e681e1','',NULL),(3822,'en','default','9976df4aef0b75e3c3ec2f4ffc4e2bf0','Timezone is %s.',NULL,NULL,'','LINE',NULL,0,'','1f8de1f6ad25454d384f924b981e234b','',NULL),(3823,'en','default','a76d4ef5f3f6a672bbfab2865563e530','Time',NULL,NULL,'','LINE',NULL,0,'','2e13b4b07f0d3f1727242e235930ed92','',NULL),(3824,'en','default','065e9dcc2f558dbaf2ffaa25d52e9660','Meridian',NULL,NULL,'','LINE',NULL,0,'','ade9f707b22b41dc0421551935c3cf12','',NULL),(3825,'en','default','e1ea3d726cd98fc09ef108f6c38e5578','Add Items',NULL,NULL,'','LINE',NULL,0,'','58cac837a4c09fa2ccf8f57e8189f3ff','',NULL),(3826,'en','default','3e06848f3fe1ceec82e808fdaeef0e2f','Time to add some links! Click &#8220;%s&#8221; to start putting pages, categories, and custom links in your menu. Add as many things as you&#8217;d like.',NULL,NULL,'','LINE',NULL,0,'','5e74a34d80540d174ea6566e83a33fa5','',NULL),(3827,'en','default','1104174021a2045a3448b6bbb51be89c','Add or remove menu items',NULL,NULL,'','LINE',NULL,0,'','863408663275ba44c0af0957b4de5eb1','',NULL),(3828,'en','default','332c80b1838dc515f5031e09da3b7f3f','Reorder',NULL,NULL,'','LINE',NULL,0,'','43a821336f222821e6d20087c96a7836','',NULL),(3829,'en','default','ce60b57ba87585fd8eb74b3337c4df8c','When in reorder mode, additional controls to reorder menu items will be available in the items list above.',NULL,NULL,'','LINE',NULL,0,'','41ae3fa626a15dfbf69ec6565529298f','',NULL),(3830,'en','default','c9f78b699ffbbb46f98e9a9df961a1e4','Automatically add new top-level pages to this menu',NULL,NULL,'','LINE',NULL,0,'','0d664e44d92ab89d105922d5d6ebb55a','',NULL),(3831,'en','default','1a0c223f07820456e505b88070243f5e','Edit menu item: %1$s (%2$s)',NULL,NULL,'','LINE',NULL,0,'','b8eed6ac4ee04855c9b3eaa7f04427ba','',NULL),(3832,'en','default','c5766da866a0c206cbc4afac6c7e23eb','Remove Menu Item: %1$s (%2$s)',NULL,NULL,'','LINE',NULL,0,'','01f73507a0ba839f723b41645d4bfb40','',NULL),(3833,'en','default','63d65a6113a15806e30d1afdc42fa067','Navigation Label',NULL,NULL,'','LINE',NULL,0,'','2e8cba50d86a6d16cf7d3010a9a93fbf','',NULL),(3834,'en','default','4479a31b5d8287de9a0730ba38db6236','The description will be displayed in the menu if the current theme supports it.',NULL,NULL,'','LINE',NULL,0,'','22fa9f4eb40381f108a2c8780e512ee2','',NULL),(3835,'en','default','ff687f8e7f19b4b4e6532266cfe0efd7','Original: %s',NULL,NULL,'','LINE',NULL,0,'','03e02afe8c0314f0afa382d05af05eda','',NULL),(3836,'en','default','22b653bd8d2edcebb9e0036b4ac79262','Go back',NULL,NULL,'','LINE',NULL,0,'','ea22351e860a8bc20ed0f5362986adb2','',NULL),(3837,'en','default','2312bd853d15f3e1abda0534c15ff95e','Take over',NULL,NULL,'','LINE',NULL,0,'','2c9e23017d6dd4a2322f72d36c1db8be','',NULL),(3838,'en','default','3ccd389ff1f66b148bb8ed1f6350c9c7','Update anyway, even though it might break your site?',NULL,NULL,'','LINE',NULL,0,'','628924f6fefcbd6579addbc3a43056d6','',NULL),(3839,'en','default','f29ffe19cd219c1cbdbde937bfd45aab','Share Preview Link',NULL,NULL,'','LINE',NULL,0,'','67add05728f7714bf95ba1e9826c044d','',NULL),(3840,'en','default','7e31e30203d3bb513506d841f99a2e2e','See how changes would look live on your website, and share the preview with people who can\'t access the Customizer.',NULL,NULL,'','LINE',NULL,0,'','07ffea67e4694534aac1e957fa64e621','',NULL),(3841,'en','default','90b9645cb50b0a87844a70ae3460f684','Preview Link',NULL,NULL,'','LINE',NULL,0,'','4ffd721fa7f268f3e6ce18e69ad2646a','',NULL),(3842,'en','default','a588b1abc58b8b758c4b34b69b9e10bb','Copied',NULL,NULL,'','LINE',NULL,0,'','c992da82338035fb83188356945e6b87','',NULL),(3843,'en','default','837f82780b545bb981f480881a663928','Unable to preview media due to an unknown error.',NULL,NULL,'','LINE',NULL,0,'','9107edfb83af7c9d41dc1c87d051a258','',NULL),(3844,'en','default','a6ed36b8a5f9be5bbf542a92f9ecea90','Link to:',NULL,NULL,'','LINE',NULL,0,'','5655bbbc907defb40b9336b6bcde9005','',NULL),(3845,'en','default','ef116f8e02d133d8caced36969832060','Current image: %s',NULL,NULL,'','LINE',NULL,0,'','7f52adc6e109cc9079d3ecb2232adb0e','',NULL),(3846,'en','default','6f5edc0b72b9c1b0c1f2e19f80605f43','New Custom HTML Widget',NULL,NULL,'','LINE',NULL,0,'','da64e66b9dd8210be620cbb7e35a849a','',NULL),(3847,'en','default','11794736544fbfa70ff44944f8cf8416','Did you know there is a &#8220;Custom HTML&#8221; widget now? You can find it by pressing the &#8220;<a class=\"add-widget\" href=\"#\">Add a Widget</a>&#8221; button and searching for &#8220;HTML&#8221;. Check it out to add some custom code to your site!',NULL,NULL,'','LINE',NULL,0,'','4dc32e661c2490177fa8c14ca3176711','',NULL),(3848,'en','default','01ecfbc6c8523e759b643aecdeb61c54','Did you just paste HTML?',NULL,NULL,'','LINE',NULL,0,'','46b071184eebcadc2485e669646edb42','',NULL),(3849,'en','default','42909a8c5304f4149ad66ddc35d0162c','Hey there, looks like you just pasted HTML into the &#8220;Visual&#8221; tab of the Text widget. You may want to paste your code into the &#8220;Text&#8221; tab instead. Alternately, try out the new &#8220;Custom HTML&#8221; widget!',NULL,NULL,'','LINE',NULL,0,'','cdeae11bf366f6ab8b82bd1d2368db29','',NULL),(3850,'en','default','f18074f8b138ed9e289a2210c2b86838','Content:',NULL,NULL,'','LINE',NULL,0,'','56d1759c8e93dfb86c522832cb9ef240','',NULL),(3851,'en','default','93dc210902314a3638d1377efd3e328e','Add a Widget',NULL,NULL,'','LINE',NULL,0,'','ce49b405874c98fcec9868bbec9f331d','',NULL),(3852,'en','default','036a513a592eaf51e3b234a1ef22742a','Search Widgets',NULL,NULL,'','LINE',NULL,0,'','6c029d952c4e401c439e96bbb1a771e6','',NULL),(3853,'en','default','5d328fbebd1c96a6c1b8519dc27b1163','Search widgets&hellip;',NULL,NULL,'','LINE',NULL,0,'','92042898a5b50964c4883b0390f47dbb','',NULL),(3854,'en','default','57ae128a7670527109e8a830de7b53dc','Clear Results',NULL,NULL,'','LINE',NULL,0,'','b310b0daf0de832f44d03185352923bd','',NULL),(3855,'en','default','87e8f0d0582374a5c22bc2fd128f18f9','Add to menu: %1$s (%2$s)',NULL,NULL,'','LINE',NULL,0,'','6c66e719bd6aa548b23728112f46a374','',NULL),(3856,'en','default','2b8e6efaae4ecf0238eaafbf8bb58a6b','Move one level up',NULL,NULL,'','LINE',NULL,0,'','76c6796b330a1f689e1b3f8d757e2ae2','',NULL),(3857,'en','default','7e163a70c82f0f6c0a416d11d7d2022f','Move one level down',NULL,NULL,'','LINE',NULL,0,'','e1cb3574bcfc8f537ec2501a6365f3a5','',NULL),(3858,'en','default','dd5df09183ca69f1348d5037c4fccd70','Delete Menu',NULL,NULL,'','LINE',NULL,0,'','a15b18d5ab1e9f5d4df50c4b475651df','',NULL),(3859,'en','default','bff02b085d4d4e35a58d9dff16717904','Click &#8220;Next&#8221; to start adding links to your new menu.',NULL,NULL,'','LINE',NULL,0,'','69c5de2452b37eeb3aa5ddd59d8a5ca2','',NULL),(3860,'en','default','64fe5c5b452d48631baa94bf00a315fa','It doesn&#8217;t look like your site has any menus yet. Want to build one? Click the button to start.',NULL,NULL,'','LINE',NULL,0,'','48905f7bd9963dd74fbb1360ad9d7723','',NULL),(3861,'en','default','bba604d316f8cc776a4dd6994366e342','You&#8217;ll create a menu, assign it a location, and add menu items like links to pages and categories. If your theme has multiple menu areas, you might need to create more than one.',NULL,NULL,'','LINE',NULL,0,'','83fbe099c3679971afc42bfcf67bfd24','',NULL),(3862,'en','default','5980a66da081ffd2f04b5f9f465a4a7d','Create New Menu',NULL,NULL,'','LINE',NULL,0,'','37cf689f5149588cfb0357a4eace00f6','',NULL),(3863,'en','default','904687d8970daab8463759e24e01cab9','Add Menu Items',NULL,NULL,'','LINE',NULL,0,'','0490a2c8fddedfa66cde295596b175ee','',NULL),(3864,'en','default','5ce0b77b7bb26ee35b4fac0fcbafbfb3','Search Menu Items',NULL,NULL,'','LINE',NULL,0,'','bb077ccbc44a12110cf00c810b90b30d','',NULL),(3865,'en','default','76a1df192684939ebf8dff0f8a0b51fd','Search menu items&hellip;',NULL,NULL,'','LINE',NULL,0,'','884c1c245b7fda809f41e54cae687740','',NULL),(3866,'en','default','d8ee653e39b6c2c090d11f11306d85d7','Custom Links',NULL,NULL,'','LINE',NULL,0,'','7a209c51a7b2c240455e38308b9025bd','',NULL),(3867,'en','default','309fd996a4fbc00f2280c39547980066','Toggle section: Custom Links',NULL,NULL,'','LINE',NULL,0,'','da8baf5e44a9f8cecc6156b9be6a90ad','',NULL),(3868,'en','default','edbd913819df5a05ea31e3481eb42799','Add to Menu',NULL,NULL,'','LINE',NULL,0,'','37193a6a08523b2e228eeac067c3b6cc','',NULL),(3869,'en','default','1776af3cd4354cb742a4d740aeff1392','No items',NULL,NULL,'','LINE',NULL,0,'','4636206ff697fb0b5d5b99e7a246237d','',NULL),(3870,'en','default','563bb59ef550e4f68bd0088c3ae46243','Toggle section: %s',NULL,NULL,'','LINE',NULL,0,'','c2cf3e19cb17ccced67b9a2577f1c934','',NULL),(3871,'en','default','ec211f7c20af43e742bf2570c3cb84f9','Add',NULL,NULL,'','LINE',NULL,0,'','fef78597d6b27e9b5e9ff0649d0f3582','',NULL),(3872,'en','default','f3281cbcfe0e9d7be380ae62c3488730','(%s ratings)',NULL,NULL,'','LINE',NULL,0,'','b0d9b97f6ac2e2dc9a46133ad39e5eb5','',NULL),(3873,'en','default','349838fb1d851d3e2014b9fe39203275','Install',NULL,NULL,'','LINE',NULL,0,'','fc2ef5edc33cd208cedd6ab785fda3c1','',NULL),(3874,'en','default','fdc8a3573a79ad459defc2a10ee286fb','Are you sure you want to delete this theme?',NULL,NULL,'','LINE',NULL,0,'','9c399c51e8bfe8332e69c8d2ac19a56c','',NULL),(3875,'en','default','0d515e726a88e31ccfe7bc603529248b','%d themes found',NULL,NULL,'','LINE',NULL,0,'','b0473f073dbfe47ca5e427c967ca51d5','',NULL),(3876,'en','default','467eea8a05df846ffa6513bf840dc6ad','Displaying %d themes',NULL,NULL,'','LINE',NULL,0,'','a8227c7ceab591db0fb2727b664c7ea7','',NULL),(3877,'en','default','44e9b998713c5c3ee9295ee3c873492e','Showing details for theme: %s',NULL,NULL,'','LINE',NULL,0,'','3252c9599f03744e6d2c4d93c390704a','',NULL),(3878,'en','default','5a76a8057904234ba22c7ebdf24f3802','Customizing',NULL,NULL,'','LINE',NULL,0,'','6b8ca1e4c6b11ebd7d1f844580570242','',NULL),(3879,'en','default','e1ad3b2fa401270bb1b8c6c1b6ec9d08','+ %s',NULL,NULL,'','LINE',NULL,0,'','0fa73669b9e20ba8d561c5269b423030','',NULL),(3880,'en','default','c201c20ba466e6ec864db1e4406380ef','New page title',NULL,NULL,'','LINE',NULL,0,'','0875d30a4c4828639ca23a11a8dc50a0','',NULL),(3881,'en','default','ac5a8e8a304ff32e59cebf9cd0341c9e','New page title&hellip;',NULL,NULL,'','LINE',NULL,0,'','e5e17302e9d03a9608f3a211e55318d1','',NULL),(3882,'en','default','b3fd830c3aa284b982c956443a7f2ef1','&#8220;%s&#8221;',NULL,NULL,'','LINE',NULL,0,'playlist item title','4887ba1285369d3b9563d60b801930b2','',NULL),(3883,'en','default','3dd0dcf472fa4ae786111a9545bd4f2e','Shift-click to edit this element.',NULL,NULL,'','LINE',NULL,0,'','d8b5c72df0fc5c1432c272b1686d2755','',NULL),(3884,'en','default','4c4af2869867ccb260ff7bda9d29ec0e','This link is not live-previewable.',NULL,NULL,'','LINE',NULL,0,'','6c6fab77df0a366166504c092d96d95c','',NULL),(3885,'en','default','1572842f77296c773be7fb89f3532052','This form is not live-previewable.',NULL,NULL,'','LINE',NULL,0,'','dc5440dead561acb4203d88ba048302e','',NULL),(3886,'en','default','ae7845c77bb5d0860fa96812499d1f94','Shift-click to edit this widget.',NULL,NULL,'','LINE',NULL,0,'','e55655f8e93e1e90362ec77c874ee842','',NULL),(3887,'en','default','c57137663cf76d3aecdd0dff826f2984','Click to edit this menu.',NULL,NULL,'','LINE',NULL,0,'','31e28ddf413926e9535eb8cc71b21f78','',NULL),(3888,'en','default','e2290027ea2177eac0009ffbbc175de8','Click to edit this widget.',NULL,NULL,'','LINE',NULL,0,'','93332b0bf69f420f2a73270b20670e57','',NULL),(3889,'en','default','685ab27b6339c4b75202d2ddfbf399c1','Click to edit the site title.',NULL,NULL,'','LINE',NULL,0,'','7f64e54da13e514c8b0f1f4d82ca7b33','',NULL),(3890,'en','default','0367a63725c618eccc074749ef323138','Click to edit this element.',NULL,NULL,'','LINE',NULL,0,'','eaad1fc2317135414840d863f1020401','',NULL),(3891,'en','default','77ed3f93265c92f63b3b680d0a3b67ef','%s is forbidden',NULL,NULL,'','LINE',NULL,0,'','697df9cd3a51306243bfff83c5ce3144','',NULL),(3892,'en','default','c54b990ffbbdda1e68e034f7c988c871','Auto Draft',NULL,NULL,'','LINE',NULL,0,'','b679aff370a5470dd1e469bc50f7ac69','',NULL),(3893,'en','default','1f740cb2a6271a01440722148671540a','Publish <b>immediately</b>',NULL,NULL,'','LINE',NULL,0,'','c0f7ce1761ae9d2e2ce0a0b84ecc8e86','',NULL),(3894,'en','default','2d71622107288fedd3f3d677682e6fa2','Draft <span class=\"count\">(%s)</span>',NULL,NULL,'','LINE',NULL,0,'','c3a4f87ce11230cca3ac6697df93db80','',NULL),(3895,'en','default','aae7309230cf955f846aaa4f70f17d60','Preview &#8220;%s&#8221;',NULL,NULL,'','LINE',NULL,0,'','9eaaf712ee23e2322b11c42c898e46cd','',NULL),(3896,'en','default','84ba4cf46c874b0b5951eb3b75298329','Last Modified',NULL,NULL,'','LINE',NULL,0,'','bbb797d87199d0b4580992ae8c7a2ca3','',NULL),(3897,'en','default','be563fc0e0a230e8061525359c58afdd','Drafts <span class=\"count\">(%s)</span>',NULL,NULL,'','LINE',NULL,0,'','9034cd10216a56ebc2fa0e7181b9720c','',NULL),(3898,'en','default','8cf04a9734132302f96da8e113e80ce5','Home',NULL,NULL,'','LINE',NULL,0,'nav menu home label','28ca10f62548d33f1b2e8edbfd563ed4','',NULL),(3899,'en','default','638f2dc777f64ffabcb68f4f6ab17abc','about,an,are,as,at,be,by,com,for,from,how,in,is,it,of,on,or,that,the,this,to,was,what,when,where,who,will,with,www',NULL,NULL,'','LINE',NULL,0,'Comma-separated list of search stopwords in your language','3a1e48d12f25236fcf434634c8c87823','',NULL),(3900,'en','default','4d59ebe86095193a1238a1d6ac0e7915','#%d (no title)',NULL,NULL,'','LINE',NULL,0,'','f52dc10a511ead99bfbe42d76dd72906','',NULL),(3901,'en','default','75b6abe7aadff10d34eddba04ee8684c','Theme without %s',NULL,NULL,'','LINE',NULL,0,'','36d591bdb334924310f637a8870fbebe','',NULL),(3902,'en','default','54efa8b47f9edba368322f3a3c76104d','Please include a %s template in your theme.',NULL,NULL,'','LINE',NULL,0,'','fdd7032e410f9f9b47e67d7ee212569b','',NULL),(3903,'en','default','d0fbda9855d118740f1105334305c126','Page not found',NULL,NULL,'','LINE',NULL,0,'','cecc9f9f30c69d9ed36805229bced1a5','',NULL),(3904,'en','default','6e05cb7e5d023c55f896bc637c2eb17e','%1$s is proudly powered by %2$s',NULL,NULL,'','LINE',NULL,0,'','946f5ad5174a6439486c244166ec16f8','',NULL),(3905,'en','default','c4039b322b45bfa1b8c4a6241c104ddf','The theme directory \"%s\" does not exist.',NULL,NULL,'','LINE',NULL,0,'','f5dde63a13579407486bcc61be22f622','',NULL),(3906,'en','default','ae49c2fd4fad8e202cefa42ce473c56d','%d Plugin Updates',NULL,NULL,'','LINE',NULL,0,'','67bdb4e3292523e290fc4b3241c06a9f','',NULL),(3907,'en','default','3a92d948228c482041d55c681759b948','<strong>ERROR</strong>: The username field is empty.',NULL,NULL,'','LINE',NULL,0,'','3670e5a20657d1fb1d52fe3912a88c16','',NULL),(3908,'en','default','b005db1d0523daedb1a81bbec2b0c4b0','<strong>ERROR</strong>: The password field is empty.',NULL,NULL,'','LINE',NULL,0,'','6e6cf1abf4cf6e4b1bbd1165ab977908','',NULL),(3909,'en','default','ead450460345d4642f0e5e22dc298b8d','You are now logged out.',NULL,NULL,'','LINE',NULL,0,'','d49e0adf154f5d9e86e9bc03e797186f','',NULL),(3910,'en','default','3bbbad631029e3575da7a151bba4f37c','Log In',NULL,NULL,'','LINE',NULL,0,'','8fe9f6f0087ed60f632a6bd887539ff3','',NULL),(3911,'en','default','ca4765209dd2f16dce065d130cb158ad','Powered by WordPress',NULL,NULL,'','LINE',NULL,0,'','f0b1dc6fbca0ff2e461a631d760d4861','',NULL),(3912,'en','default','2dc51259aa01455fe5bec5b1ad553e07','Username or Email Address',NULL,NULL,'','LINE',NULL,0,'','c8ba2bad67e335befff3827bea125e24','',NULL),(3913,'en','default','e857817b07c27f3c57caa6c40f7499d4','Remember Me',NULL,NULL,'','LINE',NULL,0,'','361a467c57f1d0829d2a776ab2230f0a','',NULL),(3914,'en','default','03c61302b065977ac5b1108ee12a49f6','Lost your password?',NULL,NULL,'','LINE',NULL,0,'','14872effa878dff67145556bb1fd60f7','',NULL),(3915,'en','default','98eca3ed35d342d46706a2eeee3b0f76','&larr; Back to %s',NULL,NULL,'','LINE',NULL,0,'site','363b88d6cbc2d224d2c2ddf303fdad40','',NULL),(3916,'en','default','a6a22726bcd37b84a44dcb29adcd9028','%s weeks',NULL,NULL,'','LINE',NULL,0,'','89353f08ebed93ce8509757851abebea','',NULL),(3917,'en','default','4664711098b699fc902e18a5c5abfa4d','Error while saving.',NULL,NULL,'','LINE',NULL,0,'','4645959f81fac9d9cf031b869f001fde','',NULL),(3918,'en','sitepress','d6928f0da8416cf6101e706e0abacc53','Edit Languages',NULL,NULL,'','LINE',NULL,0,'Edit languages page: page title','57257379a6bd2719859982720bffd65a','',NULL),(3919,'en','sitepress','eedf8b0e9810224fb4d07bfcd87ea9c2','This table allows you to edit languages for your site. Each row represents a language.',NULL,NULL,'','LINE',NULL,0,'Edit languages page: sentence #1','bc7698fb52771f58e29a16080fe4dbbf','',NULL),(3920,'en','sitepress','1bded9ddc8684ce6ad32681ca9e27543','For each language, you need to enter the following information:',NULL,NULL,'','LINE',NULL,0,'Edit languages page: sentence #2','c12d0154b8800f073d377d7be1f5d7c4','',NULL),(3921,'en','sitepress','bcc7582c9a66be8187578997794a9c1f','Code:',NULL,NULL,'','LINE',NULL,0,'Edit languages page: subtitle #1','49506742a4524f6cc584476e09f03dba','',NULL),(3922,'en','sitepress','e22b4e38e5d202282060dc00ac195e09','a unique value that identifies the language. Once entered, the language code cannot be changed.',NULL,NULL,'','LINE',NULL,0,'Edit languages page: subtitle #1, description','b800ad1ab14c581911a35aad5046a1d2','',NULL),(3923,'en','sitepress','04f476403076d224f17b57c5de2f4a98','Translations:',NULL,NULL,'','LINE',NULL,0,'Edit languages page: subtitle #2','bb3cca0627f7dbfd7076861b92e47614','',NULL),(3924,'en','sitepress','44cda4d3d0d2525a563bfeec46d44161','the way the language name will be displayed in different languages.',NULL,NULL,'','LINE',NULL,0,'Edit languages page: subtitle #2, description','ccf4548a3d82918080b3ac382475ab3c','',NULL),(3925,'en','sitepress','c907a021c935ae6144fa2ccadfe9360d','Flag:',NULL,NULL,'','LINE',NULL,0,'Edit languages page: subtitle #3','c300ff62410459de5868d0bd6351bbfb','',NULL),(3926,'en','sitepress','f368b8e7abb3f37729468c1e4d1fb776','the flag to display next to the language (optional). You can either upload your own flag or use one of WPML\'s built in flag images.',NULL,NULL,'','LINE',NULL,0,'Edit languages page: subtitle #3, description','9d08b8c032af84299ae415d48c8c2088','',NULL),(3927,'en','sitepress','427c7432a09fdf65f2e8504dac7e9644','Default locale:',NULL,NULL,'','LINE',NULL,0,'Edit languages page: subtitle #4','4650ac84616d1628d3224c769d0d1715','',NULL),(3928,'en','sitepress','72bc56248c91fd83c326935761de1165','This determines the locale value for this language. You should check the name of WordPress localization file to set this correctly.',NULL,NULL,'','LINE',NULL,0,'Edit languages page: subtitle #4, description','92a93c32ac36d263a39c6f82c00a73af','',NULL),(3929,'en','sitepress','10477198e3aefcf399976200e5c4cc31','Encode URLs:',NULL,NULL,'','LINE',NULL,0,'Edit languages page: subtitle #5','999718ed3ba216f2bbaf6afec7f27fed','',NULL),(3930,'en','sitepress','741be847988cba0717cbc17effed735b','yes/no, determines if URLs in this language are encoded or use ASCII characters (leave ‘no’ if you are not sure).',NULL,NULL,'','LINE',NULL,0,'Edit languages page: subtitle #5, description','a823eaf50bfcd92ebaa421f196569c02','',NULL),(3931,'en','sitepress','9289c420c6b05e5fbed09c05cabfaab2','hreflang:',NULL,NULL,'','LINE',NULL,0,'Edit languages page: subtitle #6','248f9078a8a2172456ad36c1c70e84c7','',NULL),(3932,'en','sitepress','92163ed01da99d15b7638a3b4031478d','the code Google expects for this language. The hreflang should contain at least the language code (usually, made of two letters), or, if you want to specify the country/region, it sould be the same information as the locale name, but in a slightly different format. If the locale for Canadian French is fr_CA, the corresponding hreflang would be fr-ca. Instead of an underscore, use a dash (-) and all letters should be lowercase.',NULL,NULL,'','LINE',NULL,0,'Edit languages page: subtitle #6, description','6f4baf134a36bac0b3ce8a9bae9550e1','',NULL),(3933,'en','sitepress','5f5357e03c9b46f3622325285099ad0d','Language name',NULL,NULL,'','LINE',NULL,0,'','cdf156165ec71904b4f072658a2286f6','',NULL),(3934,'en','sitepress','ca0dbad92a874b2f69b549293387925e','Code',NULL,NULL,'','LINE',NULL,0,'','337f670579dea35f8d241f8e3f626a24','',NULL),(3935,'en','sitepress','4f0998be77689bcecae1014e0573e396','Translation (new)',NULL,NULL,'','LINE',NULL,0,'','bc38a3617ea96f57119023d61ef6bb54','',NULL),(3936,'en','sitepress','6dd08874f83507e9c7b23f1a46b7fa7c','Translation',NULL,NULL,'','LINE',NULL,0,'','6dbbdb6ad0ecf9dab596d235766fc66c','',NULL),(3937,'en','sitepress','d73a0164cc4ede6adf49c2465f411e5f','Default locale',NULL,NULL,'','LINE',NULL,0,'','6b9a0563bc90653a70d0bd7b998d5ac1','',NULL),(3938,'en','sitepress','096206d08f868a5f9893ddef881e988b','Encode URLs',NULL,NULL,'','LINE',NULL,0,'','2eaebf2699d979d857b3a25034db39a2','',NULL),(3939,'en','sitepress','9f4537e147cb4678100c29a3b473017c','hreflang',NULL,NULL,'','LINE',NULL,0,'','f74c4c91d8bbe59010b0837b6382a455','',NULL),(3940,'en','sitepress','c05cacf4b0a6576e1d9a7091a3c2b92d','Custom flag',NULL,NULL,'','LINE',NULL,0,'','63046a68deda3d482948f775ebce14cd','',NULL),(3941,'en','sitepress','eac86a5059fe9934e841b6f937852573','(allowed: %s)',NULL,NULL,'','LINE',NULL,0,'','d7fc1b67e943cb4f98eeaf8e49ac935b','',NULL),(3942,'en','sitepress','055bf5f6b9e98e23bd918c390acfa0b3','WPML flag',NULL,NULL,'','LINE',NULL,0,'','ad061ac76191d9dd450ec04af9df8c1a','',NULL),(3943,'en','sitepress','bafd7322c6e97d25b6299b5d6fe8920b','No',NULL,NULL,'','LINE',NULL,0,'','af5b0f18f4d48d6364f362a7aa5da4a0','',NULL),(3944,'en','sitepress','93cba07454f06a4a960172bbd6e2a435','Yes',NULL,NULL,'','LINE',NULL,0,'','485099ebf2e4bbf7271423c5f3ba39f2','',NULL),(3945,'en','sitepress','bcc3c4e9ce920e1acfc7c2026148fe84','Please note: language codes cannot be changed after adding languages. Make sure you enter the correct code.',NULL,NULL,'','LINE',NULL,0,'','86b7d4aa52f2cf8125de06eab769be4b','',NULL),(3946,'en','sitepress','9e0258a6b993a53d5150b5cab5888622','Back to languages',NULL,NULL,'','LINE',NULL,0,'','401af5b4ae457abf42bfe561961ce53e','',NULL),(3947,'en','sitepress','bdd0a981f1fbc90c021cf10c97da233d','Add Language',NULL,NULL,'','LINE',NULL,0,'','248896fc0355d3dedb4500323ed7ab42','',NULL),(3948,'en','sitepress','50ce7105615ce2a6a9d8b27ebf4a216e','Reset languages',NULL,NULL,'','LINE',NULL,0,'','ec5419d8860365d89d030c7edb07d6c2','',NULL),(3949,'en','sitepress','1a5c2df87b332d7333eff12823ed6cd0','WPML will reset all language information to its default values. Any languages that you added or edited will be lost.',NULL,NULL,'','LINE',NULL,0,'','2389b40af4e9c48accdabbd1715b36dd','',NULL),(3950,'en','sitepress','51513e85a27a8ded6b242806d3e34190','The Language code already exists.',NULL,NULL,'','LINE',NULL,0,'','a173aef996d0ed709de6c635ad6d2f0b','',NULL),(3951,'en','sitepress','81f87701bb3947165bb778bd1393eca3','The Language name already exists.',NULL,NULL,'','LINE',NULL,0,'','21061022633740264e6dbfe3c0ee1133','',NULL),(3952,'en','sitepress','38fda5ca02ec30ba65532602f88c2580','The default locale already exists.',NULL,NULL,'','LINE',NULL,0,'','b166d3d45ffd26cf5186a2b329f1cac4','',NULL),(3953,'en','sitepress','5494aa7acede5073d9c65b02aa54a249','The hreflang already exists.',NULL,NULL,'','LINE',NULL,0,'','c910d3f50b7b540f2fc23a70a47ead30','',NULL),(3954,'en','default','7829499354728c1c294ab01ea9b9df76','<strong>ERROR</strong>: Invalid username.',NULL,NULL,'','LINE',NULL,0,'','cf6b1d73968b6d28b1facc92bbe3a9eb','',NULL),(3955,'en','default','ffbae81c0478b1afd3e897a71687eeca','<strong>ERROR</strong>: The password you entered for the username %s is incorrect.',NULL,NULL,'','LINE',NULL,0,'','47f3d153e0040203c12b664dd632afab','',NULL),(3956,'en','default','0dd321bd7f02eee4f60ac86a9a88d911','This screen lists all the existing users for your site. Each user has one of five defined roles as set by the site admin: Site Administrator, Editor, Author, Contributor, or Subscriber. Users with roles other than Administrator will see fewer options in the dashboard navigation when they are logged in, based on their role.',NULL,NULL,'','LINE',NULL,0,'','9e7ade8c38be740b58f044bf1278fb0a','',NULL),(3957,'en','default','d93444b6125d6f7511ed541f8ea2b16f','To add a new user for your site, click the Add New button at the top of the screen or Add New in the Users menu section.',NULL,NULL,'','LINE',NULL,0,'','18f746f02d07ad622b4a0b5c22b807d2','',NULL),(3958,'en','default','926bd1106f0cb4ea35312a8ce25f5760','Screen Content',NULL,NULL,'','LINE',NULL,0,'','899b6354a84dd315cb1640de83ba7570','',NULL),(3959,'en','default','3f1914dd8eecd9de86a33cddc8389cbb','You can customize the display of this screen in a number of ways:',NULL,NULL,'','LINE',NULL,0,'','75b6f3ea46162ff1ee094bb0533bebb6','',NULL),(3960,'en','default','67e7c46d3d5c2108c0e99ceea6441dee','You can hide/display columns based on your needs and decide how many users to list per screen using the Screen Options tab.',NULL,NULL,'','LINE',NULL,0,'','48e4f7cb4f7122f5b317b5c99b0da496','',NULL),(3961,'en','default','336a3ba49f4fd88e0d9f10b69511d0df','You can filter the list of users by User Role using the text links above the users list to show All, Administrator, Editor, Author, Contributor, or Subscriber. The default view is to show all users. Unused User Roles are not listed.',NULL,NULL,'','LINE',NULL,0,'','8653fbcfa867f1c95e2d3b856e2d8b47','',NULL),(3962,'en','default','809cd0ac3a99a17e88b7af070dcb1d97','You can view all posts made by a user by clicking on the number under the Posts column.',NULL,NULL,'','LINE',NULL,0,'','057d0d295c4e9c03bbba615601760927','',NULL),(3963,'en','default','40aa7c670adcc53d50a2eb0d9f434b57','Hovering over a row in the users list will display action links that allow you to manage users. You can perform the following actions:',NULL,NULL,'','LINE',NULL,0,'','6f27db27336dac372eb7553c49122b5b','',NULL),(3964,'en','default','9b0ce93b03db1e1cd98decc6387fa90c','<strong>Edit</strong> takes you to the editable profile screen for that user. You can also reach that screen by clicking on the username.',NULL,NULL,'','LINE',NULL,0,'','11696b2610f2bbca1738397defd5ba29','',NULL),(3965,'en','default','009d122ea5b480829aa49478250882f2','<strong>Delete</strong> brings you to the Delete Users screen for confirmation, where you can permanently remove a user from your site and delete their content. You can also delete multiple users at once by using Bulk Actions.',NULL,NULL,'','LINE',NULL,0,'','6f347940b95b62848846a02047a935e5','',NULL),(3966,'en','default','0f05ceec0844c366727708a4f37bc8d4','Available Actions',NULL,NULL,'','LINE',NULL,0,'','a3fa5d45dca47859e6e25303d750fba0','',NULL),(3967,'en','default','8f061153d2c25d044ccf4667c47df950','<a href=\"https://codex.wordpress.org/Users_Screen\">Documentation on Managing Users</a>',NULL,NULL,'','LINE',NULL,0,'','90e62c69b88096b58347e5aa105664c7','',NULL),(3968,'en','default','9ea7b9f8618271f10c4b8a2349fa2687','<a href=\"https://codex.wordpress.org/Roles_and_Capabilities\">Descriptions of Roles and Capabilities</a>',NULL,NULL,'','LINE',NULL,0,'','803d392c67e1e156b8b4a480d5a45137','',NULL),(3969,'en','default','13293ea4aaa909b5e04e14fa847668b5','Filter users list',NULL,NULL,'','LINE',NULL,0,'','0aebdf8ede9cf0a742ca3edf6b8d1184','',NULL),(3970,'en','default','7ab46e114deb82f7dee771fc2365cc7a','Users list navigation',NULL,NULL,'','LINE',NULL,0,'','8a231d6ce4f26aefe737330e6c1ce33b','',NULL),(3971,'en','default','0e74a4cb50746e03e793c5cd14f33bf4','Users list',NULL,NULL,'','LINE',NULL,0,'','eecef6b7743df514d41b2dd94a082b38','',NULL),(3972,'en','default','f6039d44b29456b20f8f373155ae4973','Username',NULL,NULL,'','LINE',NULL,0,'','1e45a87f4464a1452ebbf10e3753b50a','',NULL),(3973,'en','default','bbbabdbe1b262f75d99d62880b953be1','Role',NULL,NULL,'','LINE',NULL,0,'','ab2825d50e9724a72c7c609802b03e22','',NULL),(3974,'en','default','5dc52ca9ffdc26147075682c92a0a853','Posts',NULL,NULL,'','LINE',NULL,0,'','3113cf3d6e0fdf546b6ecf92f97dfd40','',NULL),(3975,'en','default','e9a3137d08f5fcb7ea634dc4bd6c2cd4','All <span class=\"count\">(%s)</span>',NULL,NULL,'','LINE',NULL,0,'users','14616984a0a5dcc60efbd996dad528ee','',NULL),(3976,'en','default','d2d3084ac2aba36560b9db326585fc44','%1$s <span class=\"count\">(%2$s)</span>',NULL,NULL,'','LINE',NULL,0,'','889047bd2bee50aaf1c1a6d901f197fc','',NULL),(3977,'en','default','8e72da3da6587f1ec5a8166f29568ee9','Search Users',NULL,NULL,'','LINE',NULL,0,'','4b5b1ac5b708ed5f17a409f768cade74','',NULL),(3978,'en','default','3810d2be7e88735565a8cad3209dd2a2','Change role to&hellip;',NULL,NULL,'','LINE',NULL,0,'','226e9dabfd90306d80945e9a3ece2cda','',NULL),(3979,'en','default','f4ec5f57bd4d31b803312d873be40da9','Change',NULL,NULL,'','LINE',NULL,0,'','89924f81635557c4120f5be53595b562','',NULL),(3980,'en','default','5f719fc3e21af7f30b82c2995ea95b5f','View posts by %s',NULL,NULL,'','LINE',NULL,0,'','aef4e2813e34938688a785ce9fde81ba','',NULL),(3981,'en','default','88183b946cc5f0e8c96b2e66e1c74a7e','Unknown',NULL,NULL,'','LINE',NULL,0,'name','2a06ae7db0e9f0eec7a27ace371b5535','',NULL),(3982,'en','default','fc7b94aa0a96e54734e4bec6b2cb69f3','%s posts by this author',NULL,NULL,'','LINE',NULL,0,'','eaa5047f0390f9f93ec6ffff12dd43a1','',NULL),(3983,'en','default','5720d397603d82e73242ab30b8800666','l, M j, Y',NULL,NULL,'','LINE',NULL,0,'','63013738a1f19eb81e37b75d5fc2db95','',NULL),(3984,'en','default','3015af65d262be1cf098f0086e051b1a','Add New User',NULL,NULL,'','LINE',NULL,0,'','2c3a27b4215acf3cc6907876ac7a2ec6','',NULL),(3985,'en','default','48159ef2176ed9c0e0578c2b8a233588','To add a new user to your site, fill in the form on this screen and click the Add New User button at the bottom.',NULL,NULL,'','LINE',NULL,0,'','4a4a633ddc0388eb758076a0c0751155','',NULL),(3986,'en','default','2389d7129104cfac409da3c890e33914','New users are automatically assigned a password, which they can change after logging in. You can view or edit the assigned password by clicking the Show Password button. The username cannot be changed once the user has been added.',NULL,NULL,'','LINE',NULL,0,'','c6559e2bd6df695c919e692ff066cd7e','',NULL),(3987,'en','default','5b5dc2be55116d8466b06d4d75c19e38','By default, new users will receive an email letting them know they&#8217;ve been added as a user for your site. This email will also contain a password reset link. Uncheck the box if you don&#8217;t want to send the new user a welcome email.',NULL,NULL,'','LINE',NULL,0,'','ea0cd33171ea210e9f7f548627f323a2','',NULL),(3988,'en','default','7a1e520f1b0058411275a87501d2a715','Remember to click the Add New User button at the bottom of this screen when you are finished.',NULL,NULL,'','LINE',NULL,0,'','33400ae63c725abe2d292fc1856b43d5','',NULL),(3989,'en','default','7cc2d2e46cec80108de65235b279edea','User Roles',NULL,NULL,'','LINE',NULL,0,'','2412206efb448968c84b58331b2afcce','',NULL),(3990,'en','default','87f30a98fa31bb1fe8a78447ec3f5e34','Here is a basic overview of the different user roles and the permissions associated with each one:',NULL,NULL,'','LINE',NULL,0,'','ea3aee4a8d9f78f391f56d57b3bed8d1','',NULL),(3991,'en','default','e5d6f47be74ac1649baf2c9f844cbbf1','Subscribers can read comments/comment/receive newsletters, etc. but cannot create regular site content.',NULL,NULL,'','LINE',NULL,0,'','9fc099978c6e4c67b0fd9b3c16caf5bb','',NULL),(3992,'en','default','cd52426764bdf16f1688535f7a2f5deb','Contributors can write and manage their posts but not publish posts or upload media files.',NULL,NULL,'','LINE',NULL,0,'','6b29a4e6fe28e153aaca4a513ec2ba19','',NULL),(3993,'en','default','3425f8a92f8d1df6ac44e3e6ddeee23d','Authors can publish and manage their own posts, and are able to upload files.',NULL,NULL,'','LINE',NULL,0,'','fe63891a4190580d320d6345678728ab','',NULL),(3994,'en','default','45f073231aa37165563ce0acdf694a4c','Editors can publish posts, manage posts as well as manage other people&#8217;s posts, etc.',NULL,NULL,'','LINE',NULL,0,'','83c75c02d17165315d25c78067551eee','',NULL),(3995,'en','default','f477b51748658015abe3b4f97cf87f04','Administrators have access to all the administration features.',NULL,NULL,'','LINE',NULL,0,'','4999bf15c5cba3faaa57696f785d9f36','',NULL),(3996,'en','default','c620450055e69fc4bba257608038a252','<a href=\"https://codex.wordpress.org/Users_Add_New_Screen\">Documentation on Adding New Users</a>',NULL,NULL,'','LINE',NULL,0,'','69962bd767008a13556402ca4ae8b03f','',NULL),(3997,'en','default','65620e63dd694a02d1e257c54c1727cc','Create a brand new user and add them to this site.',NULL,NULL,'','LINE',NULL,0,'','79d3428706da5c9ca161aadc96e9ca54','',NULL),(3998,'en','default','9bfb6e6af6e6793bfa9387e728187c87','(required)',NULL,NULL,'','LINE',NULL,0,'','954971de0f365751fe4faa24664b8e26','',NULL),(3999,'en','default','bc910f8bdf70f29374f496f05be0330c','First Name',NULL,NULL,'','LINE',NULL,0,'','a445a0288ab5e0e54eb0c78ba7f4db40','',NULL),(4000,'en','default','77587239bf4c54ea493c7033e1dbf636','Last Name',NULL,NULL,'','LINE',NULL,0,'','c26d450f98e1dbab5437bb967c0138a9','',NULL),(4001,'en','default','15bbb9d0bbf25e8d2978de1168c749dc','Website',NULL,NULL,'','LINE',NULL,0,'','1e2f700cb972d0a5fd5bf9d2f0411e53','',NULL),(4002,'en','default','baab62d664e57a6cabd5ec9ad3cac265','Cancel password change',NULL,NULL,'','LINE',NULL,0,'','ee646917522ffa008be49148ee8bb8b8','',NULL),(4003,'en','default','a4ef1952afa63f0d7ce5af98139e4acd','Repeat Password',NULL,NULL,'','LINE',NULL,0,'','3711609bf406ee9837a028b9b59b467b','',NULL),(4004,'en','default','887f7db126221fe60d18c895d41dc8f6','Confirm Password',NULL,NULL,'','LINE',NULL,0,'','4aa7f7ac88a166d7872ed01cf0ede68f','',NULL),(4005,'en','default','8a40e67911de35ada6ba0d5df1090fb2','Send User Notification',NULL,NULL,'','LINE',NULL,0,'','1ffc22d5284fc7978870d5e964b77dc4','',NULL),(4006,'en','default','35fa0f942e823b509bb021d6b8fbcc4b','Send the new user an email about their account.',NULL,NULL,'','LINE',NULL,0,'','e1bed5efbc30581ed2c4c50dea3b652d','',NULL),(4007,'en','default','751a6649b3ec8cceed0c5800aac45baa','New user registration on your site %s:',NULL,NULL,'','LINE',NULL,0,'','90ea65c50e029a34bbc133ac5290d187','',NULL),(4008,'en','default','5ce5005997ef50f6191ae79fe58081a3','Username: %s',NULL,NULL,'','LINE',NULL,0,'','73baca12f7fa6a33a74a353dd100bd70','',NULL),(4009,'en','default','9626d919da8ef797204197954cbc9d9a','Email: %s',NULL,NULL,'','LINE',NULL,0,'','9767250565666eb595be6bb399806046','',NULL),(4010,'en','default','662ac82e28a30d435d809c4dbf1cd6ed','[%s] New User Registration',NULL,NULL,'','LINE',NULL,0,'','3b8374d0fd166215f13827713da10b23','',NULL),(4011,'en','default','d1bfcf365571ea572429782f482e6766','New user created. <a href=\"%s\">Edit user</a>',NULL,NULL,'','LINE',NULL,0,'','a2cd580e77e50ff5017fd43db64d558f','',NULL),(4012,'en','default','3285325fd239ccc37fac39dc54c456d9','Saving revision&hellip;',NULL,NULL,'','LINE',NULL,0,'','252cdb6449ece17536d462527e40a8f3','',NULL),(4013,'en','default','0fa2f13eaaa15e60ff07b47888efddec','Your latest changes were saved as a revision.',NULL,NULL,'','LINE',NULL,0,'','4f34317737b9e25c21e2a171500bf6d8','',NULL),(4014,'en','template','3d42278ce2fa1c560578adb0c490d118','Featured Post',NULL,NULL,'','LINE',NULL,0,'','6737688ffaeff64a40221749c835521e','',NULL),(4015,'en','template','15422d54ec0d47000dc86a9820a5237e','Featured',NULL,NULL,'','LINE',NULL,0,'','eded79be9f27a679ca40d718b8273c5f','',NULL),(4016,'en','template','0d6be9e594068440406252ec37b9c1c3','Latest Posts',NULL,NULL,'','LINE',NULL,0,'','aff3349c05a9da14dd5053ac2081649f','',NULL),(4017,'en','template','29a40ffc0aadc64793e06801e9997750','Filter by Category',NULL,NULL,'','LINE',NULL,0,'','a5710c468d440abee9748d464ccbe4f7','',NULL),(4018,'en','default','f44e927446959585ff1c59871ec2d5a3','%s month',NULL,NULL,'','LINE',NULL,0,'','8e3ae172101153c61b8e642f262f56bd','',NULL),(4019,'en','template','9a2fb73640c585aa8246e41fd21709b2','Jump to Section',NULL,NULL,'','LINE',NULL,0,'','346a122e8a5052865c3cf0d8ab70fc08','',NULL),(4020,'en','textdomain','0615a38067b62382dc1667010669b238','Formats',NULL,NULL,'','LINE',NULL,0,'taxonomy general name','ebfa0aff8a1ee923c87fb084d7eaeedb','',NULL),(4021,'en','textdomain','520d0db389f362bf79ef56ca0af3dcab','Format',NULL,NULL,'','LINE',NULL,0,'taxonomy singular name','0e53bb07b27949f299b8005698b19511','',NULL),(4022,'en','textdomain','8bbeef6a3d6a10d23990285893cc79d2','Search Formats',NULL,NULL,'','LINE',NULL,0,'','0215fb4f7f7bc52eff32b1a4e83d02b0','',NULL),(4023,'en','textdomain','74cbc2c07768e25bda71215f2cf3cf5c','All Formats',NULL,NULL,'','LINE',NULL,0,'','51379039fc1fcc80a81f2fd8b85411fd','',NULL),(4024,'en','textdomain','5000ce67cf5be1fae8b5d92850132101','Parent Format',NULL,NULL,'','LINE',NULL,0,'','fae0c1aaf4b6ac612c619aec78275e2a','',NULL),(4025,'en','textdomain','4151987c00060efe8ba15e8b4fa9845a','Parent Format:',NULL,NULL,'','LINE',NULL,0,'','a0ee1bd723dd94817ba3dd952fcec125','',NULL),(4026,'en','textdomain','f5f3c7e945e34021e7499bf9a9c15bc0','Edit Format',NULL,NULL,'','LINE',NULL,0,'','9a71b20c5430e6e4fbcba2b148366c31','',NULL),(4027,'en','textdomain','d91e3f4bfdfb9f974a387a94a5dfa1c2','Update Format',NULL,NULL,'','LINE',NULL,0,'','8b3373e098b07085ee2eb25ab53b02e1','',NULL),(4028,'en','textdomain','728e021042ff2f0881e403a83dc3862d','Add New Format',NULL,NULL,'','LINE',NULL,0,'','4d53adc69728e2a29459c591713aa597','',NULL),(4029,'en','textdomain','72d18f89bd52e370f9c2d14b8db19f6c','New Format Name',NULL,NULL,'','LINE',NULL,0,'','a91502e95d3007ce902d9cd15d7bdaa3','',NULL),(4030,'en','textdomain','520d0db389f362bf79ef56ca0af3dcab','Format',NULL,NULL,'','LINE',NULL,0,'','f10b577807c345591a7a6d0d313ef3df','',NULL),(4031,'en','default','90b06d24a7bcf7ad62fbd346c7e557a4','A term with the name provided already exists with this parent.',NULL,NULL,'','LINE',NULL,0,'','8db734dddef86cb535291e41dbc37374','',NULL),(4043,'en','default','464d5d037322535a4c893493d728183f','This screen provides access to all of your posts. You can customize the display of this screen to suit your workflow.',NULL,NULL,'','LINE',NULL,0,'','bae481ceb185ad1cb8405d28200162d6','',NULL),(4044,'en','default','8ac8e55c35195400fff6756b49835523','You can customize the display of this screen&#8217;s contents in a number of ways:',NULL,NULL,'','LINE',NULL,0,'','7ed2cb9c4a7f52993516725cd5168e1c','',NULL),(4045,'en','default','d6e863468c3551518fa205b1060b3cf3','You can hide/display columns based on your needs and decide how many posts to list per screen using the Screen Options tab.',NULL,NULL,'','LINE',NULL,0,'','767d49624cffb7efeb180fe4bdd5e07a','',NULL),(4046,'en','default','893b004b3b255507cc8437e21994eadb','You can filter the list of posts by post status using the text links above the posts list to only show posts with that status. The default view is to show all posts.',NULL,NULL,'','LINE',NULL,0,'','014d2d802fc8f834f23987d4b037d30a','',NULL),(4047,'en','default','69bf2bc0a778d2be3e4a04bc44a4f549','You can view posts in a simple title list or with an excerpt using the Screen Options tab.',NULL,NULL,'','LINE',NULL,0,'','186aa98f7201ceb39e7ebc98f6e8a5ae','',NULL),(4048,'en','default','a4e5684835acb802ee3194c309c7ed1a','You can refine the list to show only posts in a specific category or from a specific month by using the dropdown menus above the posts list. Click the Filter button after making your selection. You also can refine the list by clicking on the post author, category or tag in the posts list.',NULL,NULL,'','LINE',NULL,0,'','392e9b74ecaedf4daa058dcc790516c4','',NULL),(4049,'en','default','324a8e205fd6e1ed56142378c52931a8','Hovering over a row in the posts list will display action links that allow you to manage your post. You can perform the following actions:',NULL,NULL,'','LINE',NULL,0,'','fec1189b4b1f2a26e07f6552c036bacd','',NULL),(4050,'en','default','0bdd62cf14b1ac2df851e97eed7faa8c','<strong>Edit</strong> takes you to the editing screen for that post. You can also reach that screen by clicking on the post title.',NULL,NULL,'','LINE',NULL,0,'','74deb9541548900791736df7e47727d1','',NULL),(4051,'en','default','099f3df0632488f2c47e2658d95e0e76','<strong>Quick Edit</strong> provides inline access to the metadata of your post, allowing you to update post details without leaving this screen.',NULL,NULL,'','LINE',NULL,0,'','aec7db39f9755f7c2dc6e2b37c8412c2','',NULL),(4052,'en','default','1ac12183049e2cd887bb8ee6b488d5fb','<strong>Trash</strong> removes your post from this list and places it in the trash, from which you can permanently delete it.',NULL,NULL,'','LINE',NULL,0,'','fb4aa500e080edf20572554e14786e36','',NULL),(4053,'en','default','b807523847b38ac8553394a6e915ef62','<strong>Preview</strong> will show you what your draft post will look like if you publish it. View will take you to your live site to view the post. Which link is available depends on your post&#8217;s status.',NULL,NULL,'','LINE',NULL,0,'','feb9ddd4b67850aee6a2151805f1dfa8','',NULL),(4054,'en','default','c83a2faddec053e93996bea49df84dd8','You can also edit or move multiple posts to the trash at once. Select the posts you want to act on using the checkboxes, then select the action you want to take from the Bulk Actions menu and click Apply.',NULL,NULL,'','LINE',NULL,0,'','95e6f8b591af95b7e141df1318db45fb','',NULL),(4055,'en','default','4fd5e879927f19de076cca45bc59434a','When using Bulk Edit, you can change the metadata (categories, author, etc.) for all selected posts at once. To remove a post from the grouping, just click the x next to its name in the Bulk Edit area that appears.',NULL,NULL,'','LINE',NULL,0,'','d70e008926f797f7fa73820eeb9729d4','',NULL),(4056,'en','default','a9dc838f59eca462ebe982579896d22f','<a href=\"https://codex.wordpress.org/Posts_Screen\">Documentation on Managing Posts</a>',NULL,NULL,'','LINE',NULL,0,'','9bce89575b26198d76b70b2355e59b5e','',NULL),(4057,'en','default','66940c0fbc74e8dc08a6e5f5b349edca','View Mode',NULL,NULL,'','LINE',NULL,0,'','ce4dce9dfa5e02ec4268924fe49f9600','',NULL),(4058,'en','default','169e03ae210e6a8d40438fea0401e016','Trash <span class=\"count\">(%s)</span>',NULL,NULL,'','LINE',NULL,0,'','ce25dc2a42523107744de7180cf46ce2','',NULL),(4059,'en','default','42d00bc24fd43cfe3e2e30d01f39ee95','Filter by category',NULL,NULL,'','LINE',NULL,0,'','473d648331018ac18f0a33ac0967b160','',NULL),(4060,'en','default','c44680b2fe4e34f41394265a61d7207d','Allow Pings',NULL,NULL,'','LINE',NULL,0,'','8de06637f2b6a2592b12c3ce00583a45','',NULL),(4061,'en','default','8fd62d51b724cddc1154839e2b5a4de4','Make this post sticky',NULL,NULL,'','LINE',NULL,0,'','7ed7e44d85807ee66d7a7777939e5d82','',NULL),(4062,'en','default','12752caf6a29a84fc2a02c99db4f3f83','Pings',NULL,NULL,'','LINE',NULL,0,'','6d2b49ee8d54a416081f83ad4c29f197','',NULL),(4063,'en','default','d8f6d391ba573fe747a3360afb99904d','Sticky',NULL,NULL,'','LINE',NULL,0,'','61294b47c84a3c4dc9c71c428571204c','',NULL),(4064,'en','default','99d007d552f181b3112c49222b3c8dd4','Not Sticky',NULL,NULL,'','LINE',NULL,0,'','59bf22fc6c899af283d3407f742e7546','',NULL),(4065,'en','default','76e10f755c0d0528adf02932ea500746','Send Trackbacks',NULL,NULL,'','LINE',NULL,0,'','bbdbb2efb2634466e433fce39f47fb20','',NULL),(4066,'en','default','4388af50e061814a34b6819900fa73bd','The title field and the big Post Editing Area are fixed in place, but you can reposition all the other boxes using drag and drop. You can also minimize or expand them by clicking the title bar of each box. Use the Screen Options tab to unhide more boxes (Excerpt, Send Trackbacks, Custom Fields, Discussion, Slug, Author) or to choose a 1- or 2-column layout for this screen.',NULL,NULL,'','LINE',NULL,0,'','09c81985949e99d25352c4eacbc7d9b2','',NULL),(4067,'en','default','7a1ec4645803101d4939e9d3b13ab26d','Customizing This Display',NULL,NULL,'','LINE',NULL,0,'','be785ebfbe35e1089059bde74ea2968c','',NULL),(4068,'en','default','2d08934c32876d0e82311f1741b4e5cb','<strong>Title</strong> &mdash; Enter a title for your post. After you enter a title, you&#8217;ll see the permalink below, which you can edit.',NULL,NULL,'','LINE',NULL,0,'','caebf199686f82f701abc47dd032baad','',NULL),(4069,'en','default','91cc965a84f790ad2906d697f3119a1d','<strong>Post editor</strong> &mdash; Enter the text for your post. There are two modes of editing: Visual and Text. Choose the mode by clicking on the appropriate tab.',NULL,NULL,'','LINE',NULL,0,'','a0bfc377e504c07ae3b7b4ee7eb27344','',NULL),(4070,'en','default','955b443a4e12851197c58128d813c1ad','Visual mode gives you an editor that is similar to a word processor. Click the Toolbar Toggle button to get a second row of controls.',NULL,NULL,'','LINE',NULL,0,'','0742cd7bdba1eb1a84f296c900ab1bf1','',NULL),(4071,'en','default','2bc6f983917576292a23bcbf9c5ecf74','The Text mode allows you to enter HTML along with your post text. Note that &lt;p&gt; and &lt;br&gt; tags are converted to line breaks when switching to the Text editor to make it less cluttered. When you type, a single line break can be used instead of typing &lt;br&gt;, and two line breaks instead of paragraph tags. The line breaks are converted back to tags automatically.',NULL,NULL,'','LINE',NULL,0,'','6822422cfd888b5560ab16ce486fcf0f','',NULL),(4072,'en','default','de8768b94597e0280a0f1177f2e46900','You can insert media files by clicking the icons above the post editor and following the directions. You can align or edit images using the inline formatting toolbar available in Visual mode.',NULL,NULL,'','LINE',NULL,0,'','c495912a27038b213ad535fd59f27db5','',NULL),(4073,'en','default','d5fb0f5d059e20b79f51ba2cb67696b2','You can enable distraction-free writing mode using the icon to the right. This feature is not available for old browsers or devices with small screens, and requires that the full-height editor be enabled in Screen Options.',NULL,NULL,'','LINE',NULL,0,'','dda7292d6cc6432d85981a7dcd8632bc','',NULL),(4074,'en','default','a8b21781fa7e22f95de425ebc0c8aa37','Keyboard users: When you&#8217;re working in the visual editor, you can use <kbd>Alt + F10</kbd> to access the toolbar.',NULL,NULL,'','LINE',NULL,0,'','e901e1db104415c51215b85c60c4835b','',NULL),(4075,'en','default','3cd476936cc7b8e9d2b56dd0ef353ae3','Title and Post Editor',NULL,NULL,'','LINE',NULL,0,'','b8b9703f0ca48b495552f41029e80cae','',NULL),(4076,'en','default','464b4a78bca01186db0bc144f178c5f1','You can also create posts with the <a href=\"%s\">Press This bookmarklet</a>.',NULL,NULL,'','LINE',NULL,0,'','d0528ae0c11e8490f10c23327b15cafe','',NULL),(4077,'en','default','84131067cbd4621ab735600372fe06a5','<a href=\"https://codex.wordpress.org/Posts_Add_New_Screen\">Documentation on Writing and Editing Posts</a>',NULL,NULL,'','LINE',NULL,0,'','99d628390ea881f30d379221d4b5b3c9','',NULL),(4078,'en','default','d2eb06f812c02052bd85e9a0cf64e63c','Several boxes on this screen contain settings for how your content will be published, including:',NULL,NULL,'','LINE',NULL,0,'','bdd00e4dc7b125be80afef3e9209657a','',NULL),(4079,'en','default','ad831971b7a4b43e2ef0d627e297902a','<strong>Publish</strong> &mdash; You can set the terms of publishing your post in the Publish box. For Status, Visibility, and Publish (immediately), click on the Edit link to reveal more options. Visibility includes options for password-protecting a post or making it stay at the top of your blog indefinitely (sticky). The Password protected option allows you to set an arbitrary password for each post. The Private option hides the post from everyone except editors and administrators. Publish (immediately) allows you to set a future or past date and time, so you can schedule a post to be published in the future or backdate a post.',NULL,NULL,'','LINE',NULL,0,'','ffea9d2f9ee57d2e3ab4a669c39607c5','',NULL),(4080,'en','default','2e9457fe36435e48a296c4a614e71a4f','<strong>%s</strong> &mdash; This allows you to associate an image with your post without inserting it. This is usually useful only if your theme makes use of the image as a post thumbnail on the home page, a custom header, etc.',NULL,NULL,'','LINE',NULL,0,'','3006d7934608817a28a556e753065609','',NULL),(4081,'en','default','d6ce148cfd01c369f1b23045e489b491','<strong>Send Trackbacks</strong> &mdash; Trackbacks are a way to notify legacy blog systems that you&#8217;ve linked to them. Enter the URL(s) you want to send trackbacks. If you link to other WordPress sites they&#8217;ll be notified automatically using pingbacks, and this field is unnecessary.',NULL,NULL,'','LINE',NULL,0,'','0671b4a2f6125c4f545933974afb647d','',NULL),(4082,'en','default','72a914bd12c78373873416f57b033b13','<strong>Discussion</strong> &mdash; You can turn comments and pings on or off, and if there are comments on the post, you can see them here and moderate them.',NULL,NULL,'','LINE',NULL,0,'','feb178d959aae886b2dde85248492051','',NULL),(4083,'en','default','0ad65166d12f78bc07417e0ef6d67a94','Discussion Settings',NULL,NULL,'','LINE',NULL,0,'','e0beb45b13f598d5797fddee61690000','',NULL),(4084,'en','default','827d99ce3804f3fa159ea2a270382abc','Stick this post to the front page',NULL,NULL,'','LINE',NULL,0,'','8c15114e713ddacc46ecddcd0202cb99','',NULL),(4085,'en','default','f79ff6c219659d9e8295baac62fad397','Excerpts are optional hand-crafted summaries of your content that can be used in your theme. <a href=\"%s\">Learn more about manual excerpts</a>.',NULL,NULL,'','LINE',NULL,0,'','e706af56d8281f6f328ef22419941fa8','',NULL),(4086,'en','default','31143b258133e5ff286a3f2f6d1535fb','https://codex.wordpress.org/Excerpt',NULL,NULL,'','LINE',NULL,0,'','ce52f05e2725390e7212bbfbc87b5503','',NULL),(4087,'en','default','ae6dfde6b91e3a91d7d7ff6ad870dc72','Send trackbacks to:',NULL,NULL,'','LINE',NULL,0,'','377404b429dc1cd0fcd2a59c058bd56f','',NULL),(4088,'en','default','1c0625ec039d3533209abc361a055889','Separate multiple URLs with spaces',NULL,NULL,'','LINE',NULL,0,'','f914d7649fca88028dc5b54b62ad1c8f','',NULL),(4089,'en','default','ff7c9992605e4a3ce08649aefc599335','Trackbacks are a way to notify legacy blog systems that you&#8217;ve linked to them. If you link other WordPress sites, they&#8217;ll be notified automatically using <a href=\"%s\">pingbacks</a>, no other action necessary.',NULL,NULL,'','LINE',NULL,0,'','3bbe6f49100018f3dd9bef957319ccfc','',NULL),(4090,'en','duplicate-post','7178747f6c1761bf23178e89b383a6e4','%s item copied.',NULL,NULL,'','LINE',NULL,0,'','9592df91da8eb91cbbc164b22450e0db','',NULL),(4091,'en','duplicate-post','814caadf3f40054589294f7c3d3e25e8','%s items copied.',NULL,NULL,'','LINE',NULL,0,'','b43b5ad36ac87d1cd3561c1a8d5d1779','',NULL),(4092,'en','default','c74f206bdd52ec175007402c3e6c0972','All the files you&#8217;ve uploaded are listed in the Media Library, with the most recent uploads listed first.',NULL,NULL,'','LINE',NULL,0,'','cb55dbfa73a9800d0bd8d8d7d8a6f8ce','',NULL),(4093,'en','default','536f7f35770e99a3c83984d589a7e2c1','You can view your media in a simple visual grid or a list with columns. Switch between these views using the icons to the left above the media.',NULL,NULL,'','LINE',NULL,0,'','2ddc8f8aa19c7d488c4cf1ec77e75812','',NULL),(4094,'en','default','1a8e77c49467b205fcf969149d368c53','To delete media items, click the Bulk Select button at the top of the screen. Select any items you wish to delete, then click the Delete Selected button. Clicking the Cancel Selection button takes you back to viewing your media.',NULL,NULL,'','LINE',NULL,0,'','9ffec4a6ebd198c2e091d1edfd11e608','',NULL),(4095,'en','default','547bb7bc331d5f8a0c52c01d87547377','Clicking an item will display an Attachment Details dialog, which allows you to preview media and make quick edits. Any changes you make to the attachment details will be automatically saved.',NULL,NULL,'','LINE',NULL,0,'','793e85515191328f2b8d99e53c62302c','',NULL),(4096,'en','default','7b3a2d31cc961302dc9eeb5b6f4e8b06','Use the arrow buttons at the top of the dialog, or the left and right arrow keys on your keyboard, to navigate between media items quickly.',NULL,NULL,'','LINE',NULL,0,'','328e1753cda1d3004044beea10d65926','',NULL),(4097,'en','default','972d412b5c2482e96d24171ef27553c5','You can also delete individual items and access the extended edit screen from the details dialog.',NULL,NULL,'','LINE',NULL,0,'','2e77a6c303195f810df4934f2989f298','',NULL),(4098,'en','default','dc9fcb5a4b077683860978338a5600d3','<a href=\"https://codex.wordpress.org/Media_Library_Screen\">Documentation on Media Library</a>',NULL,NULL,'','LINE',NULL,0,'','afff2f1e9bbc63700f2fef7bb4b65a00','',NULL),(4099,'en','default','7541f87234c78f5151d30d900471192f','The grid view for the Media Library requires JavaScript. <a href=\"%s\">Switch to the list view</a>.',NULL,NULL,'','LINE',NULL,0,'','cadb1d997a7a7dfb1a0fdb039e841342','',NULL),(4100,'en','template','c0e6a65ae7fd6ba8d9109edbde92290d','Download Full Media Kit',NULL,NULL,'','LINE',NULL,0,'','ba742cf2c2de9063b0d657039f09899c','',NULL),(4101,'en','template','254d94c90482938c3d54e3e26e7db8ba','New Account',NULL,NULL,'','LINE',NULL,0,'','88f1d639fe353b5205620dc9cfdef2e3','',NULL),(4102,'en','template','985a8c86b7fdca353514735cb7033679','404 Error - Page Not Found',NULL,NULL,'','LINE',NULL,0,'','16451944ae4d556c487f6bd87c5b9341','',NULL),(4103,'en','template','9854028193935ac37db0f0745a99c3d1','Whoops! That page can’t be found. Maybe the address was <br>\n				 misspelled, or maybe the page has been moved.',NULL,NULL,'','LINE',NULL,0,'','cb06f348ade6694f339435af7ea52814','',NULL),(4104,'en','template','e8e1523be9c7c7a554a8b50280b624d5','Not to Worry!',NULL,NULL,'','LINE',NULL,0,'','69755bfde337ad69a9dcb6b4282ee0b1','',NULL),(4105,'en','template','dcb74eacf852d1b259e3cc4098875ec9','Return to Homepage',NULL,NULL,'','LINE',NULL,0,'','a88672ff3bc2246974ccb58daaf7fdd7','',NULL),(4106,'en','template','b9f8c2f3b8bf4183cb827e4a3f9df3a7','If you’re not sure about something, <br>\n				our world class customer support is here to help.',NULL,NULL,'','LINE',NULL,0,'','b1461323ed976f387001f37d4d822f4c','',NULL),(4107,'en','template','bea8d9e6a0d57c4a264756b4f9822ed9','My Account',NULL,NULL,'','LINE',NULL,0,'','6e31295e7239da21502fe58eac769d7a','',NULL),(4108,'en','template','ce8ae9da5b7cd6c3df2929543a9af92d','Email',NULL,NULL,'','LINE',NULL,0,'','9a305db7a191134307f79902b3b9a0ac','',NULL),(4109,'en','template','dc647eb65e6711e155375218212b3964','Password',NULL,NULL,'','LINE',NULL,0,'','cc79fb52d5d49b3397fd86340ec9a5d7','',NULL),(4110,'en','template','5de39b29e814c07c90bd8bbc32c539ee','I agree to',NULL,NULL,'','LINE',NULL,0,'','522dfbd3786123fec896f31db56d7da1','',NULL),(4111,'en','template','5ac23f06000fafde2c8f7501a80ebbfe','User Agreement',NULL,NULL,'','LINE',NULL,0,'','0733b3796c87669767440a5a48e65a3f','',NULL),(4112,'en','template','be5d5d37542d75f93a87094459f76678','and',NULL,NULL,'','LINE',NULL,0,'','ff5a2bba4b1e0ca90cf22bddfa63c57d','',NULL),(4113,'en','template','fa2ead697d9998cbc65c81384e6533d5','Privacy Policy',NULL,NULL,'','LINE',NULL,0,'','f7af5b9a9998bfeec95bea0eb818f034','',NULL),(4114,'en','template','739405e73cc9f2e323506440d0883734','Create Account',NULL,NULL,'','LINE',NULL,0,'','0231161ba576dc6c09201f79ff4580d3','',NULL),(4115,'en','template','21bdc5689c12595ae14298354d5550d5','Already have an account?',NULL,NULL,'','LINE',NULL,0,'','e0ead656097f5a2379439ec6c83acb42','',NULL),(4116,'en','template','3bbbad631029e3575da7a151bba4f37c','Log In',NULL,NULL,'','LINE',NULL,0,'','9c9637753f00e8dbe7312b62a2560cad','',NULL),(4117,'en','template','38c8c1f4156fa91158ebbcee727da0b0','Forgot Password?',NULL,NULL,'','LINE',NULL,0,'','603394400158a5e7f385bd5774de297b','',NULL),(4118,'en','template','a8bbcb1de6739dc758e8ed0acc0d804d','Have issues with 2-factor authentication?',NULL,NULL,'','LINE',NULL,0,'','17096d9fe77175205592cefe93c7f74e','',NULL),(4119,'en','template','36ded273412a2fc0dc24f0d2771b5b2f','Login to CryptoWallet',NULL,NULL,'','LINE',NULL,0,'','77699e59abf7d3fd0084590b317735ef','',NULL),(4120,'en','default','65bb8606a62cc2b5538160141ea17c9c','Advanced caching plugin.',NULL,NULL,'','LINE',NULL,0,'','74ec771cb7818e5ae798580573784aed','',NULL),(4121,'en','default','985cb539972cb32ea35aa744658ca8c5','Custom database class.',NULL,NULL,'','LINE',NULL,0,'','d49c78d6df2f12c1c311f650c6f862ab','',NULL),(4122,'en','default','797f099f9e1bc6816b97eceec57aa7d8','Custom database error message.',NULL,NULL,'','LINE',NULL,0,'','e2b94455602cb761ee525d4165411f3c','',NULL),(4123,'en','default','2e6f16ed19566ee7c8680a658952b635','Custom installation script.',NULL,NULL,'','LINE',NULL,0,'','a3fea5d6d18999d0403aa36d81522c32','',NULL),(4124,'en','default','8989cd495e75c2cb120dc6e4c9c9a641','Custom maintenance message.',NULL,NULL,'','LINE',NULL,0,'','51bddbafaf440433209d6b745deb593d','',NULL),(4125,'en','default','512ab937807261d3e293e2c61b79ac07','External object cache.',NULL,NULL,'','LINE',NULL,0,'','18ef17a7c9d707fea344a6322a1b3919','',NULL),(4126,'en','acf','ee59b281757abfefd3c45d83ecc70603','https://www.advancedcustomfields.com/',NULL,NULL,'','LINE',NULL,0,'','5e3cf3777335c834247ba59798440bab','',NULL),(4127,'en','acf','5f3477b08f69de8ab2b870abde7110b7','Elliot Condon',NULL,NULL,'','LINE',NULL,0,'','1cef067925c87454534bac397ce277fe','',NULL),(4128,'en','acf','f61acbf05f3533ff4bf0d7d2ade856cf','http://www.elliotcondon.com/',NULL,NULL,'','LINE',NULL,0,'','9c7abecb79365799b92458f44a67abf9','',NULL),(4129,'en','acf','c2a3618fc145edb3ca7fb92db4b9f32b','5.8.1',NULL,NULL,'','LINE',NULL,0,'','30ce9edbd0abb4a89195d6d141b353f1','',NULL),(4130,'en','acf','69fa145e362d8112aa7ae27137e99ef6','Advanced Custom Fields PRO',NULL,NULL,'','LINE',NULL,0,'','b345a513afc7127a361ea7c8d352b7af','',NULL),(4131,'en','acf','6675ece8172b246bd11b4b87584b5725','https://www.advancedcustomfields.com',NULL,NULL,'','LINE',NULL,0,'','5a0b4d4c7e2357b81b828d251ee2d1ca','',NULL),(4132,'en','duplicate-post','6d8115ee7bc8c3d71cd19e5a730fd083','https://duplicate-post.lopo.it/',NULL,NULL,'','LINE',NULL,0,'','570797897afacaf61d731d53e06b769f','',NULL),(4133,'en','duplicate-post','c09df71fc1e9c2689f4af4dff0d31d30','Clone posts and pages.',NULL,NULL,'','LINE',NULL,0,'','767f0e1225eed0ea34e19fefb67e6a28','',NULL),(4134,'en','duplicate-post','fa362a851d0a50990a1d03a31359c072','Enrico Battocchi',NULL,NULL,'','LINE',NULL,0,'','b70041a9f0576851eadc35bd403aa536','',NULL),(4135,'en','duplicate-post','61348655bf42de944b06f3f306c65e44','https://lopo.it',NULL,NULL,'','LINE',NULL,0,'','ae944c9285fd0d5c6d0fbfa61d237a7f','',NULL),(4136,'en','duplicate-post','07c01f92f8cc36c71e58a8ad0fb8639d','3.2.2',NULL,NULL,'','LINE',NULL,0,'','7c85ddf4c084dfbb2bac8594a7e2bd34','',NULL),(4137,'en','safe-svg','3c22e7f0da90d2311cfba0adaf70700d','Safe SVG',NULL,NULL,'','LINE',NULL,0,'','b42273a22cd1959b2eeb7d79a3ccec39','',NULL),(4138,'en','safe-svg','b92e159070c1bdc6c587a52e8f87aa8e','https://wpsvg.com/',NULL,NULL,'','LINE',NULL,0,'','4670c5829d935a14f0460ccbb69a84e5','',NULL),(4139,'en','safe-svg','381fa066120f69b4c02b431b6ceb6611','Allows SVG uploads into WordPress and sanitizes the SVG before saving it',NULL,NULL,'','LINE',NULL,0,'','d9cfc691ffb87e18c06ff46802a2ddc8','',NULL),(4140,'en','safe-svg','90c609f209031270c9cb0f8888a15899','Daryll Doyle',NULL,NULL,'','LINE',NULL,0,'','6d26e5b5f9825f417837829722348cc3','',NULL),(4141,'en','safe-svg','2929ae511a847f3e6d6fce5fb048ccd8','http://enshrined.co.uk',NULL,NULL,'','LINE',NULL,0,'','7a0e188f69af75c33d976c83ce684ba6','',NULL),(4142,'en','safe-svg','3bef98b7a676aa5e9ea97769a7ade3b5','1.9.4',NULL,NULL,'','LINE',NULL,0,'','01216ea5083bb761086b1c3fd5bab7ec','',NULL),(4143,'en','wpml-media-translation','45f9a74856afdb3969de833052beacba','WPML Media',NULL,NULL,'','LINE',NULL,0,'','d60be540e26160f01d636c5ef5bb1c5c','',NULL),(4144,'en','wpml-media-translation','372f595c51cdb27cffe7123fad905d63','https://wpml.org/',NULL,NULL,'','LINE',NULL,0,'','841e441e22c56d34b35a304f6f2695a7','',NULL),(4145,'en','wpml-media-translation','6957a82343d2ee285e1f25f69d0303e7','Add multilingual support for Media files | <a href=\"https://wpml.org/?page_id=113610\">Documentation</a> | <a href=\"https://wpml.org/version/media-translation-2-5-2/\">WPML Media Translation 2.5.2 release notes</a>',NULL,NULL,'','LINE',NULL,0,'','118baa8d9c0ab9452919b8af935f19ee','',NULL),(4146,'en','wpml-media-translation','3509a3591210a46ce6f7f4bd78e742b5','OnTheGoSystems',NULL,NULL,'','LINE',NULL,0,'','8393066f70f0178b2a31bb81002b83ff','',NULL),(4147,'en','wpml-media-translation','334b048f14eaf02daeb0f263a5fab750','http://www.onthegosystems.com/',NULL,NULL,'','LINE',NULL,0,'','c20e51478d6cbbb6f5fa25189104deea','',NULL),(4148,'en','wpml-media-translation','f1433df619140a99900e45d83cd32e70','2.5.2',NULL,NULL,'','LINE',NULL,0,'','2ffd3d86e18b190ce6f228e614223778','',NULL),(4149,'en','sitepress-multilingual-cms','96371a469d468985ad585d029d776c22','WPML Multilingual CMS',NULL,NULL,'','LINE',NULL,0,'','e6a818ae0ba11116964df83721ac4435','',NULL),(4150,'en','sitepress-multilingual-cms','372f595c51cdb27cffe7123fad905d63','https://wpml.org/',NULL,NULL,'','LINE',NULL,0,'','8e7fa083a8f97b603c9decae4be34e88','',NULL),(4151,'en','sitepress-multilingual-cms','b41402ee01897b1a0988ceee84b1cc57','WPML Multilingual CMS | <a href=\"https://wpml.org\">Documentation</a> | <a href=\"https://wpml.org/version/wpml-4-2-6/\">WPML 4.2.6 release notes</a>',NULL,NULL,'','LINE',NULL,0,'','f90cdeac7bd444345db5a0c823f14424','',NULL),(4152,'en','sitepress-multilingual-cms','3509a3591210a46ce6f7f4bd78e742b5','OnTheGoSystems',NULL,NULL,'','LINE',NULL,0,'','3c7140990497f26780271b6b3ba3ef74','',NULL),(4153,'en','sitepress-multilingual-cms','334b048f14eaf02daeb0f263a5fab750','http://www.onthegosystems.com/',NULL,NULL,'','LINE',NULL,0,'','0a386487d2b6917dd0ddb5a37fe3179d','',NULL),(4154,'en','sitepress-multilingual-cms','1e67c6fe796ff80b43b1f435f7168729','4.2.6',NULL,NULL,'','LINE',NULL,0,'','4cffa4384ea641d43f9a7a564fa23b4a','',NULL),(4155,'en','wpml-string-translation','ddfec49d47268e7aca55fa876a1a6542','WPML String Translation',NULL,NULL,'','LINE',NULL,0,'','56abcb8b8281cab2188c29af5195f1c5','',NULL),(4156,'en','wpml-string-translation','372f595c51cdb27cffe7123fad905d63','https://wpml.org/',NULL,NULL,'','LINE',NULL,0,'','f474b2cd6839e685cbd19b1feed1e901','',NULL),(4157,'en','wpml-string-translation','cfc864933b3d8df664fb45288a00d9d9','Adds theme and plugins localization capabilities to WPML | <a href=\"https://wpml.org\">Documentation</a> | <a href=\"https://wpml.org/version/string-translation-2-10-4/\">WPML String Translation 2.10.4 release notes</a>',NULL,NULL,'','LINE',NULL,0,'','6560fff78a0bdd3327ba504c04106d0c','',NULL),(4158,'en','wpml-string-translation','3509a3591210a46ce6f7f4bd78e742b5','OnTheGoSystems',NULL,NULL,'','LINE',NULL,0,'','2bf29b41105eaf3ee65e7d1da86ac132','',NULL),(4159,'en','wpml-string-translation','334b048f14eaf02daeb0f263a5fab750','http://www.onthegosystems.com/',NULL,NULL,'','LINE',NULL,0,'','640054649b451e7d94be01c6c3a6d089','',NULL),(4160,'en','wpml-string-translation','b29598da86d07a9700cb7a9a45fb3ebc','2.10.4',NULL,NULL,'','LINE',NULL,0,'','9680bfffd454a8d8fc10b3efc7c7dc6d','',NULL),(4161,'en','wpml-translation-management','a59cd18538fa7e6f32ede1be9bc67fda','WPML Translation Management',NULL,NULL,'','LINE',NULL,0,'','d83e233263c6548f673f2aa4c53b0f47','',NULL),(4162,'en','wpml-translation-management','372f595c51cdb27cffe7123fad905d63','https://wpml.org/',NULL,NULL,'','LINE',NULL,0,'','20954967f8009e4083929527d3ef1148','',NULL),(4163,'en','wpml-translation-management','d4820562e5c9459195fad0c385b95768','Add a complete translation process for WPML | <a href=\"https://wpml.org\">Documentation</a> | <a href=\"https://wpml.org/version/translation-management-2-8-5/\">WPML Translation Management 2.8.5 release notes</a>',NULL,NULL,'','LINE',NULL,0,'','db0baa32cf62d3c58c44f98e856e59b2','',NULL),(4164,'en','wpml-translation-management','3509a3591210a46ce6f7f4bd78e742b5','OnTheGoSystems',NULL,NULL,'','LINE',NULL,0,'','8c2ca838642dca8164e3dd80584a94aa','',NULL),(4165,'en','wpml-translation-management','334b048f14eaf02daeb0f263a5fab750','http://www.onthegosystems.com/',NULL,NULL,'','LINE',NULL,0,'','ed9721d9b97eb503c4e429329a4f4582','',NULL),(4166,'en','wpml-translation-management','83d3a582676cef483e810b814333a124','2.8.5',NULL,NULL,'','LINE',NULL,0,'','253f561ab2894133ab957cec3eab8ae1','',NULL),(4167,'en','default','3929b55d6d5a486c2c71f53df11c0e3f','Plugins extend and expand the functionality of WordPress. Once a plugin is installed, you may activate it or deactivate it here.',NULL,NULL,'','LINE',NULL,0,'','83e4e8dfa6e1efae4ce164c016ab9d46','',NULL),(4168,'en','default','dff9e48815ee70045ecc9844adef0f15','The search for installed plugins will search for terms in their name, description, or author.',NULL,NULL,'','LINE',NULL,0,'','26eb73c3c9d1249e7a8eb21aaa1aca1e','',NULL),(4169,'en','default','ce99e8b4ddb1935ad216af170d465663','If you would like to see more plugins to choose from, click on the &#8220;Add New&#8221; button and you will be able to browse or search for additional plugins from the <a href=\"%s\">WordPress Plugin Directory</a>. Plugins in the WordPress Plugin Directory are designed and developed by third parties, and are compatible with the license WordPress uses. Oh, and they&#8217;re free!',NULL,NULL,'','LINE',NULL,0,'','918021f3c1c7333bbb985975acdf69b3','',NULL),(4170,'en','default','fb70939c8ecbd4faff2338ee6c5d2529','https://wordpress.org/plugins/',NULL,NULL,'','LINE',NULL,0,'','9b586226e6bb056771f2640e81e62c10','',NULL),(4171,'en','default','231cf4c70d866b616c21baddaeed0696','Troubleshooting',NULL,NULL,'','LINE',NULL,0,'','f15a54e254bfb229acb9aa82aac27ebe','',NULL),(4172,'en','default','fcd99583341d36fed9a308df418b0501','Most of the time, plugins play nicely with the core of WordPress and with other plugins. Sometimes, though, a plugin&#8217;s code will get in the way of another plugin, causing compatibility issues. If your site starts doing strange things, this may be the problem. Try deactivating all your plugins and re-activating them in various combinations until you isolate which one(s) caused the issue.',NULL,NULL,'','LINE',NULL,0,'','f0345a79c1b5429286734217a80c98ed','',NULL),(4173,'en','default','37a24e605a3cda57698e531f125740bc','If something goes wrong with a plugin and you can&#8217;t use WordPress, delete or rename that file in the %s directory and it will be automatically deactivated.',NULL,NULL,'','LINE',NULL,0,'','b9b8f473d110eff046e9836bde623ed6','',NULL),(4174,'en','default','9384d1e81ff7ffd1288bfd212c6e5617','<a href=\"https://codex.wordpress.org/Managing_Plugins#Plugin_Management\">Documentation on Managing Plugins</a>',NULL,NULL,'','LINE',NULL,0,'','65448e067d17c95274af845171e835c1','',NULL),(4175,'en','default','7452843f6b0efb66d0daf7d2da216610','Filter plugins list',NULL,NULL,'','LINE',NULL,0,'','8dc4d5465d431eba33ad3476137c580d','',NULL),(4176,'en','default','175f70e545f7d55bcb7d90187121e4d8','Plugins list navigation',NULL,NULL,'','LINE',NULL,0,'','c7743f37613eb946dd90e4fe7d9797c2','',NULL),(4177,'en','default','528169fd13d0ca2040b1737dc32ba6c0','Plugins list',NULL,NULL,'','LINE',NULL,0,'','3056a58636d11d0fcc6cca07eceb7785','',NULL),(4178,'en','default','bb38096ab39160dc20d44f3ea6b44507','Plugins',NULL,NULL,'','LINE',NULL,0,'','ed4494123f66d9b450d01140b8feabdf','',NULL),(4179,'en','default','409c1892b68cb394799262ac57f6d4f1','Plugin',NULL,NULL,'','LINE',NULL,0,'','ec33eceddc6791833ffe4f68d6fbf37a','',NULL),(4180,'en','default','e9a3137d08f5fcb7ea634dc4bd6c2cd4','All <span class=\"count\">(%s)</span>',NULL,NULL,'','LINE',NULL,0,'plugins','13812b07c7c18d9b2421992688fad5f3','',NULL),(4181,'en','default','2a4a69b4ded66db2c702f048fc8f6fed','Active <span class=\"count\">(%s)</span>',NULL,NULL,'','LINE',NULL,0,'','50589b1b1e0058b82ebc18fe48eb4919','',NULL),(4182,'en','default','1da0f24e118e98984a0dddbce260a839','Inactive <span class=\"count\">(%s)</span>',NULL,NULL,'','LINE',NULL,0,'','228fd3a7482d619ab08b0cc0d79bf92d','',NULL),(4183,'en','default','95ac4b37cc9b023e14a42b7d043fc11d','Update Available <span class=\"count\">(%s)</span>',NULL,NULL,'','LINE',NULL,0,'','c6a874a372745895809fcd5b1e0ba577','',NULL),(4184,'en','default','3f92fd8f83520c886dbb72ad1c2fcc09','Must-Use <span class=\"count\">(%s)</span>',NULL,NULL,'','LINE',NULL,0,'','8333db8622c97056ed331fa5557f79e6','',NULL),(4185,'en','default','df72311fb3fbb172f740713de6c0f4f8','Search Installed Plugins',NULL,NULL,'','LINE',NULL,0,'','a9ac6eec03955bbebe60fe0962198743','',NULL),(4186,'en','default','eb06bf903d828fc93fedbf5e2bcea7df','Search installed plugins...',NULL,NULL,'','LINE',NULL,0,'','86f41c738a43e7259ff0c6c46f8a0e1f','',NULL),(4187,'en','default','109fec06829bd79d222cfc8af52aaaf1','Deactivate',NULL,NULL,'','LINE',NULL,0,'','849a26375ae29abb5c07b9bb1e145959','',NULL),(4188,'en','default','8b1b1aa6c2a4785ab415c8fbf20e70d9','Delete %s',NULL,NULL,'','LINE',NULL,0,'plugin','95f991473775037a93e94224afe96f45','',NULL),(4189,'en','default','3c9725047280b9e633385a026099deae','Version %s',NULL,NULL,'','LINE',NULL,0,'','fb620aeaf505d6a4ed575e36b468b286','',NULL),(4190,'en','default','77c41ffdf7bebe6e2f1896cf8ae78a73','More information about %s',NULL,NULL,'','LINE',NULL,0,'','fd2502901129f960140b7fda25da4e5b','',NULL),(4191,'en','default','6e9783376d951cfd780e9fdb67a0f02c','View details',NULL,NULL,'','LINE',NULL,0,'','4b84f7036b0f1252449a97c6370ce755','',NULL),(4192,'en','default','5f3498da42efc5b74d4785a7422f064a','Deactivate %s',NULL,NULL,'','LINE',NULL,0,'plugin','7a3499ca09f738c84d62c9f8369d2b55','',NULL),(4193,'en','default','468cc21570cf09db9c99267a7506e47c','There is a new version of %1$s available. <a href=\"%2$s\" %3$s>View version %4$s details</a>. <em>Automatic update is unavailable for this plugin.</em>',NULL,NULL,'','LINE',NULL,0,'','6dc4811cb0dd92196f1ed42b2062da7e','',NULL),(4194,'en','acf','b403a4ece30054404aa3e1a5c8825677','To enable updates, please enter your license key on the <a href=\"%s\">Updates</a> page. If you don\'t have a licence key, please see <a href=\"%s\">details & pricing</a>.',NULL,NULL,'','LINE',NULL,0,'','1edddd55752fa8ffface47d69c03aabb','',NULL),(4195,'en','default','f4f70727dc34561dfde1a3c529b6205c','Settings',NULL,NULL,'','LINE',NULL,0,'','37be100bfed85ea682a9672ce2fe6e9a','',NULL),(4196,'en','duplicate-post','5b6cf869265c13af8566f192b4ab3d2a','Documentation',NULL,NULL,'','LINE',NULL,0,'','3dba11bad028aee9862a74440b2db78f','',NULL),(4197,'en','duplicate-post','0584e445d656b83b431227bb80ff0c30','Donate',NULL,NULL,'','LINE',NULL,0,'','889ddae45b1a8c7db28357c0f0a3de27','',NULL),(4198,'en','installer','0ba7583639a274c434bbe6ef797115a4','Register',NULL,NULL,'','LINE',NULL,0,'','e16d09b21599a48ef4651976855520b0','',NULL),(4199,'en','default','965aec048c5dfcc7801a09c9f3b2848a','Visit plugin site',NULL,NULL,'','LINE',NULL,0,'','fae2ce6949a98b890a476c524609b22e','',NULL),(4200,'en','installer','739cb593c798303f901f9009f025b908','You must have a valid subscription in order to get upgrades or support for this plugin. %sPurchase a subscription or enter an existing site key%s.',NULL,NULL,'','LINE',NULL,0,'','39bd123d2e46a1fee0616b039acf3219','',NULL),(4201,'en','sitepress','f1206f9fadc5ce41694f69129aecac26','Configure',NULL,NULL,'','LINE',NULL,0,'','c5d0594ad20148ebe717d8455bd6ce54','',NULL),(4202,'en','wpml-string-translation','f1206f9fadc5ce41694f69129aecac26','Configure',NULL,NULL,'','LINE',NULL,0,'','bcb9c388166da7880c73711e123027d9','',NULL),(4203,'en','wpml-translation-management','f1206f9fadc5ce41694f69129aecac26','Configure',NULL,NULL,'','LINE',NULL,0,'','b6b52e7599f49d40513abb495c62c544','',NULL),(4204,'en','default','89f3246990cff98f23aae7f9fe7aabc8','By %s.',NULL,NULL,'','LINE',NULL,0,'','020ce16671d34bbc544596bf8d3bddbb','',NULL),(4205,'en','contact-form-7','ea51bd17215c1f31055a16d3cf33143b','Contact Form 7',NULL,NULL,'','LINE',NULL,0,'','2f1b9beb8b7e6e22cf18fb05a5ee4e69','',NULL),(4206,'en','contact-form-7','af8dd186930eb5b62cfbb01e03f1daaf','https://contactform7.com/',NULL,NULL,'','LINE',NULL,0,'','ad2f1e0cf7cb5dcc42521134ec987254','',NULL),(4207,'en','contact-form-7','28ee1bb128a043342719f21cb535d7dd','Just another contact form plugin. Simple but flexible.',NULL,NULL,'','LINE',NULL,0,'','8a09f7e1dec4b01a6def5be0dc6a3cea','',NULL),(4208,'en','contact-form-7','c052e71fac6b0c61e3fa6e69b78c8899','Takayuki Miyoshi',NULL,NULL,'','LINE',NULL,0,'','7bb0b90da011708a3447cc9ee967011e','',NULL),(4209,'en','contact-form-7','b6b7c6447107b9f1cd9b17b1c9e6a8aa','https://ideasilo.wordpress.com/',NULL,NULL,'','LINE',NULL,0,'','7cf7ce2b8200ae5bbd26342177955853','',NULL),(4210,'en','contact-form-7','7f5e6c29417bb1282666acfb2678e9de','5.1.4',NULL,NULL,'','LINE',NULL,0,'','e43debb9d9fb97b04d5781a3fed61446','',NULL),(4211,'en','contact-form-7','55deac9cea67b28b657a3414d491a1e5','Contact Forms',NULL,NULL,'','LINE',NULL,0,'','0e6dd6d2d73987ab26822bc1b7fe48c7','',NULL),(4212,'en','contact-form-7','3f65d6e17a11466983fd177702cf6a71','Contact Form',NULL,NULL,'','LINE',NULL,0,'','35900c61ec719837d852032638530a09','',NULL),(4213,'en','contact-form-7','3807ac730a186fba5b80645974dfa678','Contact form %d',NULL,NULL,'','LINE',NULL,0,'','f00d49bbcd5855c2022e40433ae04496','',NULL),(4214,'en','contact-form-7','9bfb6e6af6e6793bfa9387e728187c87','(required)',NULL,NULL,'','LINE',NULL,0,'','0bacc84939ca22f85b868212e217fdf4','',NULL),(4215,'en','contact-form-7','614cffa523202658a898e34a5d94d05e','Your Name',NULL,NULL,'','LINE',NULL,0,'','a0741688fd5475977daf87f38f873768','',NULL),(4216,'en','contact-form-7','01557660faa28f8ec65992d1ddbb7b79','Your Email',NULL,NULL,'','LINE',NULL,0,'','a2720070c93c6323a2a7ab9907d65af7','',NULL),(4217,'en','contact-form-7','c7892ebbb139886662c6f2fc8c450710','Subject',NULL,NULL,'','LINE',NULL,0,'','30d9f12215bf6cbfa614334973e601e9','',NULL),(4218,'en','contact-form-7','c5be23b0dfae0e0cc50b76aa21d977ed','Your Message',NULL,NULL,'','LINE',NULL,0,'','6060d03d88b3de5180b1a3373dcb6223','',NULL),(4219,'en','contact-form-7','94966d90747b97d1f0f206c98a8b1ac3','Send',NULL,NULL,'','LINE',NULL,0,'','3d9e77313543617c830096bbe5d1fb53','',NULL),(4220,'en','contact-form-7','7776350ce67bbe17dfeb23d96ec49872','%1$s \"%2$s\"',NULL,NULL,'','LINE',NULL,0,'mail subject','305d9f6b30d9075d0f5f30709b09d441','',NULL),(4221,'en','contact-form-7','c59b67be445478d868c37e5dbf41facb','From: %s',NULL,NULL,'','LINE',NULL,0,'','7dc4f6b707db9959b9a32ab8453418b2','',NULL),(4222,'en','contact-form-7','19da0fe166cded5d86ad863eeba41440','Subject: %s',NULL,NULL,'','LINE',NULL,0,'','1fce225cc9cf3ff28109b0cc320325f9','',NULL),(4223,'en','contact-form-7','4c0620396a03dc882b516d68f4a7841b','Message Body:',NULL,NULL,'','LINE',NULL,0,'','36649e640ee1efc5fea30b9ea21bc75e','',NULL),(4224,'en','contact-form-7','2a99a9b8f0b870dc64ce32e3bd80ad56','This e-mail was sent from a contact form on %1$s (%2$s)',NULL,NULL,'','LINE',NULL,0,'','d89fe75c582fc579c658746a2de57b66','',NULL),(4225,'en','contact-form-7','03a69259884f974888e1d0892e2cb130','Sender\'s message was sent successfully',NULL,NULL,'','LINE',NULL,0,'','adf13c872f0034f13df2cc9dde41da4a','',NULL),(4226,'en','contact-form-7','39bd450995611caaab60906bafcbda22','Thank you for your message. It has been sent.',NULL,NULL,'','LINE',NULL,0,'','c4b6f123a897f083cf9e52834dfa4c46','',NULL),(4227,'en','contact-form-7','693ff9ca3248cd7c96cb484f7432e97f','Sender\'s message failed to send',NULL,NULL,'','LINE',NULL,0,'','3f1ae080b83a892a44f646cdc9d9f43c','',NULL),(4228,'en','contact-form-7','f8a1c225b84cbb02227362403fc6e2a7','There was an error trying to send your message. Please try again later.',NULL,NULL,'','LINE',NULL,0,'','ad73ad32c088268f05cad44b7e858b77','',NULL),(4229,'en','contact-form-7','08ccf547e3446b84fbf73cb7aa8beeec','Validation errors occurred',NULL,NULL,'','LINE',NULL,0,'','0a9ed8dd4021df09fb942e212645027a','',NULL),(4230,'en','contact-form-7','e0ef1907ec7060068f483144bd717206','One or more fields have an error. Please check and try again.',NULL,NULL,'','LINE',NULL,0,'','e761a9b5d0521e79cd68f0f4df08cffa','',NULL),(4231,'en','contact-form-7','023724c659c8077333ef814592f7d8d1','Submission was referred to as spam',NULL,NULL,'','LINE',NULL,0,'','5bb8bb346bcd55b0b48adea7b28a3859','',NULL),(4232,'en','contact-form-7','58b3ede674cf86a455774af794666729','There are terms that the sender must accept',NULL,NULL,'','LINE',NULL,0,'','6f0dc41a3146eac8c25eebd0aacefc1a','',NULL),(4233,'en','contact-form-7','8728f704bedaf52f0f7610b6fd5993a6','You must accept the terms and conditions before sending your message.',NULL,NULL,'','LINE',NULL,0,'','3e19260dcac624265a9b5bfeb6f310bc','',NULL),(4234,'en','contact-form-7','41623e5e51a1d5c047276fc79378592a','There is a field that the sender must fill in',NULL,NULL,'','LINE',NULL,0,'','4ab361d73bcfd27d680a5b2b8cd70ae1','',NULL),(4235,'en','contact-form-7','981067707ceaeacda5cb900c7c537a37','The field is required.',NULL,NULL,'','LINE',NULL,0,'','1f73e503d741d930cc76086d0276662a','',NULL),(4236,'en','contact-form-7','6bdbad1505fa66366d2221ea2230a885','There is a field with input that is longer than the maximum allowed length',NULL,NULL,'','LINE',NULL,0,'','a56c99c11be1ecbea07b78435dd932d1','',NULL),(4237,'en','contact-form-7','5ccdb32919b3ad57b0079b94b9f17118','The field is too long.',NULL,NULL,'','LINE',NULL,0,'','7befa68ec0d9ee79652997925c27a34c','',NULL),(4238,'en','contact-form-7','8e444fbda4f93cf204454c2337c9b47d','There is a field with input that is shorter than the minimum allowed length',NULL,NULL,'','LINE',NULL,0,'','4bae2561fb69b42a30bdcd3df93463eb','',NULL),(4239,'en','contact-form-7','a8e5bda250e97a4f5051c83c139adc55','The field is too short.',NULL,NULL,'','LINE',NULL,0,'','206b3098b276c24e1985cb998b6a2d30','',NULL),(4240,'en','contact-form-7','6e113fb4e44efc37e417a405ba87af6f','Email Marketing',NULL,NULL,'','LINE',NULL,0,'','7c2dbde47e0e535d05911db2a2637b47','',NULL),(4241,'en','contact-form-7','291d6945a9da1c9a56be64a04e003112','CAPTCHA',NULL,NULL,'','LINE',NULL,0,'','77a57894d2a66576cec13dcc963d557c','',NULL),(4242,'en','contact-form-7','bbaff12800505b22a853e8b7f4eb6a22','Contact',NULL,NULL,'','LINE',NULL,0,'','d8f4dc5eb3581faa3239344229240945','',NULL),(4243,'en','contact-form-7','436f6fffca42afe335b17f1b291efba0','Edit Contact Form',NULL,NULL,'','LINE',NULL,0,'','4e0dd5ef13cdc5a762f270d93711fb1c','',NULL),(4244,'en','contact-form-7','125bfae90c0f6f674874acddfb37c38f','Add New Contact Form',NULL,NULL,'','LINE',NULL,0,'','ada75cbc97b846f6497b877224868329','',NULL),(4245,'en','contact-form-7','de9ced9bf5e9829de4a93ad8c9d7a170','Add New',NULL,NULL,'','LINE',NULL,0,'','2d7540f45a76ffe68b50f63329c666dd','',NULL),(4246,'en','contact-form-7','86a59b1629f09d2324c6413fd5d8b884','Integration with Other Services',NULL,NULL,'','LINE',NULL,0,'','d56d5778428aa93d467bf2e8ecd67969','',NULL),(4247,'en','contact-form-7','1115b855bb2a508bc2ca0609cc2d0f65','Integration',NULL,NULL,'','LINE',NULL,0,'','d1ea6e4bb0c1c6b9bd387f26af555c96','',NULL),(4248,'en','contact-form-7','1cb251ec0d568de6a929b520c4aed8d1','text',NULL,NULL,'','LINE',NULL,0,'','39753bf9373dfc8a25d917457ac379df','',NULL),(4249,'en','contact-form-7','0c83f57c786a0b4a39efab23731c7ebc','email',NULL,NULL,'','LINE',NULL,0,'','01102f6c97e12bf0c472d74a51941be7','',NULL),(4250,'en','contact-form-7','e6b391a8d2c4d45902a23a8b6585703d','URL',NULL,NULL,'','LINE',NULL,0,'','ae476b7a7d30f52e8c5388a7b88dbc93','',NULL),(4251,'en','contact-form-7','7b95a2ac8713cd7a3fdc04ba95ccdf9d','tel',NULL,NULL,'','LINE',NULL,0,'','7c6cfe8d3aa61e4c560390ce375fc815','',NULL),(4252,'en','contact-form-7','b1bc248a7ff2b2e95569f56de68615df','number',NULL,NULL,'','LINE',NULL,0,'','62e4e64781ad14fa4e14afc73164f693','',NULL),(4253,'en','contact-form-7','5fc732311905cb27e82d67f4f6511f7f','date',NULL,NULL,'','LINE',NULL,0,'','0ba0fbba674f33043bd332100415a125','',NULL),(4254,'en','contact-form-7','8cf21c654c0778dfa5aa493c9b8cf7fe','text area',NULL,NULL,'','LINE',NULL,0,'','2e2d30fcf3eac19e9dcd9a301bd0ba25','',NULL),(4255,'en','contact-form-7','ad668a9f8664dd56240118396b80e0b9','drop-down menu',NULL,NULL,'','LINE',NULL,0,'','d6fd11c94757cc5f9600bf1e8376207a','',NULL),(4256,'en','contact-form-7','1c84c21482bbe6c894b45ddf9fa43fab','checkboxes',NULL,NULL,'','LINE',NULL,0,'','6f3c2153a2a7afee689d4d37f29af73e','',NULL),(4257,'en','contact-form-7','6e0a363f6c524c0f11980216c556630b','radio buttons',NULL,NULL,'','LINE',NULL,0,'','c8d1ff38657e9d90db71f5f1d27e0dd8','',NULL),(4258,'en','contact-form-7','734acddb4e78e8102b7a4435e52e7808','acceptance',NULL,NULL,'','LINE',NULL,0,'','a3baa5b9a649244fb7c93bec6818a1d4','',NULL),(4259,'en','contact-form-7','da89e38d2085d08a94af46c0706b4cae','quiz',NULL,NULL,'','LINE',NULL,0,'','508e675dc3d5d6683eddd124e6253c9f','',NULL),(4260,'en','contact-form-7','8c7dd922ad47494fc02c388e12c00eac','file',NULL,NULL,'','LINE',NULL,0,'','3fdb5c40db85676fd7942bbb4d492ec5','',NULL),(4261,'en','contact-form-7','c79bdf421714f5087fc34b7c538b6807','submit',NULL,NULL,'','LINE',NULL,0,'','054d572cc582d640f8e677a8b1e920f5','',NULL),(4262,'en','default','71d5cc72fdb222a5609264f0d6bea944','Plugin <strong>activated</strong>.',NULL,NULL,'','LINE',NULL,0,'','61e850fb1616ab1976883f6e6fcd0b6a','',NULL),(4263,'en','contact-form-7','f4f70727dc34561dfde1a3c529b6205c','Settings',NULL,NULL,'','LINE',NULL,0,'','de3770f59ced7226f53723b7fa163b0e','',NULL),(4264,'en','contact-form-7','3b878279a04dc47d60932cb294d96259','Overview',NULL,NULL,'','LINE',NULL,0,'','fd6c11f271e7faa4b921122d984b4940','',NULL),(4265,'en','contact-form-7','2c83a4000ea2728d74ebbdc01df343e5','On this screen, you can manage contact forms provided by Contact Form 7. You can manage an unlimited number of contact forms. Each contact form has a unique ID and Contact Form 7 shortcode ([contact-form-7 ...]). To insert a contact form into a post or a text widget, insert the shortcode into the target.',NULL,NULL,'','LINE',NULL,0,'','b19a78247936d588751be9ac139fb86b','',NULL),(4266,'en','contact-form-7','6215de4d22a94076f05c6e81be82bda5','Hovering over a row in the contact forms list will display action links that allow you to manage your contact form. You can perform the following actions:',NULL,NULL,'','LINE',NULL,0,'','9b37ca1ff888857fe120aeeb21dfc3af','',NULL),(4267,'en','contact-form-7','4ef427b4f52b8def1ff6563e403ad0aa','<strong>Edit</strong> - Navigates to the editing screen for that contact form. You can also reach that screen by clicking on the contact form title.',NULL,NULL,'','LINE',NULL,0,'','ea76c2469f54366347c0d04fef3cec30','',NULL),(4268,'en','contact-form-7','a6fdca11cd20cd9feabece957bfcadbb','<strong>Duplicate</strong> - Clones that contact form. A cloned contact form inherits all content from the original, but has a different ID.',NULL,NULL,'','LINE',NULL,0,'','b6e099df716ba84aada7287dc8cc23f6','',NULL),(4269,'en','contact-form-7','5ac6fe836e5d92c56a8bc5af7a7fb064','On this screen, you can edit a contact form. A contact form is comprised of the following components:',NULL,NULL,'','LINE',NULL,0,'','d64bcf4d957d8dafed61478b3251ca01','',NULL),(4270,'en','contact-form-7','8d44de43f8128813c4341ae759f1bc2b','<strong>Title</strong> is the title of a contact form. This title is only used for labeling a contact form, and can be edited.',NULL,NULL,'','LINE',NULL,0,'','c5ed9c58ac7509b05ae78d439c77a948','',NULL),(4271,'en','contact-form-7','a25ed68c9a8e9cf1208dc06da5ca9e6d','<strong>Form</strong> is a content of HTML form. You can use arbitrary HTML, which is allowed inside a form element. You can also use Contact Form 7&#8217;s form-tags here.',NULL,NULL,'','LINE',NULL,0,'','5880875d721835f16410b86d5cd8c14b','',NULL),(4272,'en','contact-form-7','4573c02dd1f6585f8da85e5d065de084','<strong>Mail</strong> manages a mail template (headers and message body) that this contact form will send when users submit it. You can use Contact Form 7&#8217;s mail-tags here.',NULL,NULL,'','LINE',NULL,0,'','74eac5df9f32c130fc7f777145142e33','',NULL),(4273,'en','contact-form-7','ee9be757d9d1fc5edf191c10af054b55','<strong>Mail (2)</strong> is an additional mail template that works similar to Mail. Mail (2) is different in that it is sent only when Mail has been sent successfully.',NULL,NULL,'','LINE',NULL,0,'','322cb620832476ea07856f78699980a3','',NULL),(4274,'en','contact-form-7','955bb3321521ccc87f036e72c91334b7','In <strong>Messages</strong>, you can edit various types of messages used for this contact form. These messages are relatively short messages, like a validation error message you see when you leave a required field blank.',NULL,NULL,'','LINE',NULL,0,'','2ee2f112f68da8d90881ff028fcf5cad','',NULL),(4275,'en','contact-form-7','90e98b3c13f62af6edadcf1cb8a1f8ac','<strong>Additional Settings</strong> provides a place where you can customize the behavior of this contact form by adding code snippets.',NULL,NULL,'','LINE',NULL,0,'','e2e610466e43a4c2aafbb91a66c2d2b1','',NULL),(4276,'en','contact-form-7','cf1e52339d6aabd416f1b9706826c14a','A form-tag is a short code enclosed in square brackets used in a form content. A form-tag generally represents an input field, and its components can be separated into four parts: type, name, options, and values. Contact Form 7 supports several types of form-tags including text fields, number fields, date fields, checkboxes, radio buttons, menus, file-uploading fields, CAPTCHAs, and quiz fields.',NULL,NULL,'','LINE',NULL,0,'','b1969d732ba400a04aa90bfb6c1e962b','',NULL),(4277,'en','contact-form-7','89a963521b520e09ea94ad49340f64b8','While form-tags have a comparatively complex syntax, you don&#8217;t need to know the syntax to add form-tags because you can use the straightforward tag generator (<strong>Generate Tag</strong> button on this screen).',NULL,NULL,'','LINE',NULL,0,'','1abe194b2bd158d6c5a1372abf8f7d2e','',NULL),(4278,'en','contact-form-7','f203d7bf1700903f826c0648ca8c84ac','A mail-tag is also a short code enclosed in square brackets that you can use in every Mail and Mail (2) field. A mail-tag represents a user input value through an input field of a corresponding form-tag.',NULL,NULL,'','LINE',NULL,0,'','64b230e8e0b79669dc0a20ced17e0ce7','',NULL),(4279,'en','contact-form-7','7a8ccf0c41083f3f91e2f598329a7ae4','There are also special mail-tags that have specific names, but don&#8217;t have corresponding form-tags. They are used to represent meta information of form submissions like the submitter&#8217;s IP address or the URL of the page.',NULL,NULL,'','LINE',NULL,0,'','31d8d53e900bbbaf4ad328ce81d17782','',NULL),(4280,'en','contact-form-7','b2edd70cc3b3b06f1d86330604b538ec','On this screen, you can manage services that are available through Contact Form 7. Using API will allow you to collaborate with any services that are available.',NULL,NULL,'','LINE',NULL,0,'','4aa6b549538b6d0b009bdb01a0ae00c0','',NULL),(4281,'en','contact-form-7','815f676fd88b86d426d176caceb64d3f','You may need to first sign up for an account with the service that you plan to use. When you do so, you would need to authorize Contact Form 7 to access the service with your account.',NULL,NULL,'','LINE',NULL,0,'','ab3df08afc2ca1b290d81243de7b3ae2','',NULL),(4282,'en','contact-form-7','31c59d9d16d6749158364cb69e5ff108','Any information you provide will not be shared with service providers without your authorization.',NULL,NULL,'','LINE',NULL,0,'','1cb37c99ceb86b6bb955208418a905d4','',NULL),(4283,'en','contact-form-7','0f05ceec0844c366727708a4f37bc8d4','Available Actions',NULL,NULL,'','LINE',NULL,0,'','da885e7d3a16dc303c0f8c9a19c15e6c','',NULL),(4284,'en','contact-form-7','55707b4848b3a26a39057e3af6948b43','For more information:',NULL,NULL,'','LINE',NULL,0,'','fe3d0c24609149b20a0c8125e42e3df6','',NULL),(4285,'en','contact-form-7','a110a649cc42247f624d5fc823396724','https://contactform7.com/docs/',NULL,NULL,'','LINE',NULL,0,'','bc8be92c601d3e8d46f517e72da5a1fa','',NULL),(4286,'en','contact-form-7','a3907cd461d8739aa3266047bc4b8c0c','Docs',NULL,NULL,'','LINE',NULL,0,'','ae443ff1a21bea4001d68b524db7d854','',NULL),(4287,'en','contact-form-7','868f4f76d21d81de1e0441a09b237a8d','https://contactform7.com/faq/',NULL,NULL,'','LINE',NULL,0,'','e708a56075f1afe2944591521be74a40','',NULL),(4288,'en','contact-form-7','1fe917b01f9a3f87fa2d7d3b7643fac1','FAQ',NULL,NULL,'','LINE',NULL,0,'','dcffbeca5cad05eca992da911713b4f9','',NULL),(4289,'en','contact-form-7','1efb3036652c77dd77c551ab11a4c3f0','https://contactform7.com/support/',NULL,NULL,'','LINE',NULL,0,'','01195e3b5d6d4f4d8236f374c315e24b','',NULL),(4290,'en','contact-form-7','db5eb84117d06047c97c9a0191b5fffe','Support',NULL,NULL,'','LINE',NULL,0,'','9a81216513ce6d8f9d0128c23acfb914','',NULL),(4291,'en','contact-form-7','3f76a323c846e340d120e8ca24d28e30','The changes you made will be lost if you navigate away from this page.',NULL,NULL,'','LINE',NULL,0,'','b167e9075e395acdd2cbbec8eeb4348b','',NULL),(4292,'en','contact-form-7','f4ad02833ea003a913f8a593f5d88685','How to resolve?',NULL,NULL,'','LINE',NULL,0,'','f90acdefe60ea2d7cdf8c0fc0559abe4','',NULL),(4293,'en','contact-form-7','fabac062527ccc40378502bdc28765f7','1 configuration error detected',NULL,NULL,'','LINE',NULL,0,'','34add5d671b126b60cce000e358271f0','',NULL),(4294,'en','contact-form-7','42bc5f4f3601a926ac5bcdb727531ebd','%d configuration errors detected',NULL,NULL,'','LINE',NULL,0,'','5502ecda01623957df07241697d862c7','',NULL),(4295,'en','contact-form-7','18310875941440c780d9bea7259ff5f0','1 configuration error detected in this tab panel',NULL,NULL,'','LINE',NULL,0,'','184a0b14bffced4716af93640761a974','',NULL),(4296,'en','contact-form-7','430def46e9d5945428afae589a070741','%d configuration errors detected in this tab panel',NULL,NULL,'','LINE',NULL,0,'','e44942af6d1e8935010a55c2cff1ccd6','',NULL),(4297,'en','contact-form-7','9a67334dbe595592fd0f687975b3f935','https://contactform7.com/configuration-errors/',NULL,NULL,'','LINE',NULL,0,'','76e9fef0916f8e6496ceddef5aef8e14','',NULL),(4298,'en','contact-form-7','f5895ff275db5d02ccf20c946798ec98','(configuration error)',NULL,NULL,'','LINE',NULL,0,'','00efd8520ba3eb5804d77d64f4753c8d','',NULL),(4299,'en','contact-form-7','b78a3223503896721cca1303f776159b','Title',NULL,NULL,'','LINE',NULL,0,'','1c35ec5aa13617c16e5f7555f9bd401a','',NULL),(4300,'en','contact-form-7','6feadb455c64759731e453380c52fbd9','Shortcode',NULL,NULL,'','LINE',NULL,0,'','9c247ac6575a4a461f3e7cb51b1bf77c','',NULL),(4301,'en','contact-form-7','a517747c3d12f99244ae598910d979c5','Author',NULL,NULL,'','LINE',NULL,0,'','41b9f0d8ea14e379975963c6e88967aa','',NULL),(4302,'en','contact-form-7','44749712dbec183e983dcd78a7736c41','Date',NULL,NULL,'','LINE',NULL,0,'','12b780c3f9b7b9ea577e83e1bafc5b98','',NULL),(4303,'en','contact-form-7','8b8d9e9e345f5c8c752a6fd8c7045e83','Date format that the sender entered is invalid',NULL,NULL,'','LINE',NULL,0,'','9cbb082e79f3d66568d665a5a036eaf1','',NULL),(4304,'en','contact-form-7','36e2313c3473a47f386e8bed107d9726','The date format is incorrect.',NULL,NULL,'','LINE',NULL,0,'','3002e9e576f6ff3639907e9b04daa95c','',NULL),(4305,'en','contact-form-7','c001ef18e25fe56b5ff4d26c28bf3d71','Date is earlier than minimum limit',NULL,NULL,'','LINE',NULL,0,'','61362403eb4f763e3ff6d3a102acea96','',NULL),(4306,'en','contact-form-7','c245c330e73ca5c8fe72ade9e5c0dfc1','The date is before the earliest one allowed.',NULL,NULL,'','LINE',NULL,0,'','bd19aaf2f44653b58acf00c5a295a27b','',NULL),(4307,'en','contact-form-7','5ccef3bc49f4db6d274d913ecb0ec5cb','Date is later than maximum limit',NULL,NULL,'','LINE',NULL,0,'','9eb853e453e6c0501321c1c19f74ccb0','',NULL),(4308,'en','contact-form-7','3452392196a4e39f2bdde3d8f795902e','The date is after the latest one allowed.',NULL,NULL,'','LINE',NULL,0,'','9a0e0dff293b7960a3e9603c47174f64','',NULL),(4309,'en','contact-form-7','e6e3ab964b04741d71316687303ae11d','Uploading a file fails for any reason',NULL,NULL,'','LINE',NULL,0,'','43846db6ba92d38c5aa9217e16c35066','',NULL),(4310,'en','contact-form-7','6e29dcdb38f6acf7f0cfce63b56063df','There was an unknown error uploading the file.',NULL,NULL,'','LINE',NULL,0,'','4d9242ce7643569a8a8e5a8733c1d31a','',NULL),(4311,'en','contact-form-7','cc8f4e80d2f81bbe5b7ec0b4a8701b32','Uploaded file is not allowed for file type',NULL,NULL,'','LINE',NULL,0,'','5a13ed77532464b3895c884c32c4356f','',NULL),(4312,'en','contact-form-7','7a77a6e142b7a9f09e4bcc2384a47e3d','You are not allowed to upload files of this type.',NULL,NULL,'','LINE',NULL,0,'','346288b0d668387cde4ce7a93d4096d7','',NULL),(4313,'en','contact-form-7','96f35dc9a083a50f77311972acf78179','Uploaded file is too large',NULL,NULL,'','LINE',NULL,0,'','f5f3ef853f5175710ed1fd2d6d40ac79','',NULL),(4314,'en','contact-form-7','4205dba4e780b3cb46900f4d83f8276a','The file is too big.',NULL,NULL,'','LINE',NULL,0,'','d3ba68d2f7e309d9b4f7cf1cdee9b51c','',NULL),(4315,'en','contact-form-7','d148dbe0168689b58aba9fe88d210de9','Uploading a file fails for PHP error',NULL,NULL,'','LINE',NULL,0,'','c565752093c4def34b3c2c4a67ff5abd','',NULL),(4316,'en','contact-form-7','4d68b1bd544431136d4b40316c36515e','There was an error uploading the file.',NULL,NULL,'','LINE',NULL,0,'','a6040cb3a6a0a9dea3cbbe3bd5cc77a6','',NULL),(4317,'en','contact-form-7','386bdbf7acc7a9e252b2bb3052ff2675','Number format that the sender entered is invalid',NULL,NULL,'','LINE',NULL,0,'','f8c5c3417751d25f7eccfd873b3367f0','',NULL),(4318,'en','contact-form-7','4dc5388cd84228b8b04010c25ef07f2b','The number format is invalid.',NULL,NULL,'','LINE',NULL,0,'','7911f6f05caf205b9980771fb1872262','',NULL),(4319,'en','contact-form-7','de25c29ed743e442384a0e34cd367fe6','Number is smaller than minimum limit',NULL,NULL,'','LINE',NULL,0,'','878cb362e73101b57c45c4950de116a0','',NULL),(4320,'en','contact-form-7','dbad500675d632e0a6cc9fffb0b66e7f','The number is smaller than the minimum allowed.',NULL,NULL,'','LINE',NULL,0,'','95cec60b1884b6c43d94e68034e193f5','',NULL),(4321,'en','contact-form-7','9a62edfe5dc3d5640da147f6379cd4ca','Number is larger than maximum limit',NULL,NULL,'','LINE',NULL,0,'','8e1ac1db97d85ba48b7870e1cf70ed21','',NULL),(4322,'en','contact-form-7','41cc58ccdfd69ac06f6e246842e80cb9','The number is larger than the maximum allowed.',NULL,NULL,'','LINE',NULL,0,'','46d1ff2b2b0c1fa0456f93e4432bfdf5','',NULL),(4323,'en','contact-form-7','93dfd702c6e26645d165b0acc931a8eb','Sender doesn\'t enter the correct answer to the quiz',NULL,NULL,'','LINE',NULL,0,'','a63b46e3e5844f2a7bec78731c919652','',NULL),(4324,'en','contact-form-7','a8bf32d42f0510564b39754b1298dd60','The answer to the quiz is incorrect.',NULL,NULL,'','LINE',NULL,0,'','0fecee8a63334ad3ee89a01d136ccd9d','',NULL),(4325,'en','contact-form-7','f51ce0e69f50ee3791e722bd81a6a117','The code that sender entered does not match the CAPTCHA',NULL,NULL,'','LINE',NULL,0,'','cbe5f671ed96ffb005f73b6c9e30e204','',NULL),(4326,'en','contact-form-7','099f4ba66f0684b1efbba23807863214','Your entered code is incorrect.',NULL,NULL,'','LINE',NULL,0,'','7f831e6465c8f54e5f2823b9df28a39b','',NULL),(4327,'en','contact-form-7','681871b8a73d5f737b71f8c620aa6337','Email address that the sender entered is invalid',NULL,NULL,'','LINE',NULL,0,'','109d80202d28b9d735829a395454017f','',NULL),(4328,'en','contact-form-7','6dc453b8e020b2ca5b71a602edf60a32','The e-mail address entered is invalid.',NULL,NULL,'','LINE',NULL,0,'','48a738152a886bf7a397311e9c7789cb','',NULL),(4329,'en','contact-form-7','753184004e1e447207506aa175818143','URL that the sender entered is invalid',NULL,NULL,'','LINE',NULL,0,'','4dfd37d4cba6f40c6eca8785d9f68eec','',NULL),(4330,'en','contact-form-7','c3dc67c35373194cbe87fa72ebbf854c','The URL is invalid.',NULL,NULL,'','LINE',NULL,0,'','e16b7f9cf504e747f0d9ca23d2aaf891','',NULL),(4331,'en','contact-form-7','c3830a01fcfd00f260000852fc48372a','Telephone number that the sender entered is invalid',NULL,NULL,'','LINE',NULL,0,'','c6bdf01cc824a49c77aef541d28ec057','',NULL),(4332,'en','contact-form-7','f9dbbfe7f876bb82e818654767ddc156','The telephone number is invalid.',NULL,NULL,'','LINE',NULL,0,'','b1772f630efef6842fa8cea5b65e6c38','',NULL),(4333,'en','contact-form-7','c8a59e7135a20b362f9c768b09454fdb','Dismiss',NULL,NULL,'','LINE',NULL,0,'','0b57508cb59995bf8f76d9ada83c0c78','',NULL),(4334,'en','contact-form-7','b4aa19ec94d1742f74a766499938086b','Getting spammed? You have protection.',NULL,NULL,'','LINE',NULL,0,'','0b63c1e598c840e1f12b81dd7834d61f','',NULL),(4335,'en','contact-form-7','dfc3c1985dbc3500051df269ac496f38','Spammers target everything; your contact forms aren&#8217;t an exception. Before you get spammed, protect your contact forms with the powerful anti-spam features Contact Form 7 provides.',NULL,NULL,'','LINE',NULL,0,'','449ce02dc0fa8fdd5c88d4b77e37585c','',NULL),(4336,'en','contact-form-7','833855de1e0706234c60ffc18d232627','Contact Form 7 supports spam-filtering with %1$s. Intelligent %2$s blocks annoying spambots. Plus, using %3$s, you can block messages containing specified keywords or those sent from specified IP addresses.',NULL,NULL,'','LINE',NULL,0,'','0c07707804245762fdff0fea2a10ad6a','',NULL),(4337,'en','contact-form-7','9a9e5b69a5e135e428ebbb122f737596','https://contactform7.com/spam-filtering-with-akismet/',NULL,NULL,'','LINE',NULL,0,'','39d15873f8d5c98f2d47da3ba5d1f2c2','',NULL),(4338,'en','contact-form-7','daab5d2d514cf7d293376be3ded708f0','Akismet',NULL,NULL,'','LINE',NULL,0,'','745baf3fa67e01bc3731ef6ef1088a41','',NULL),(4339,'en','contact-form-7','8f5b009e0150f6269c2259f45ba9e672','https://contactform7.com/recaptcha/',NULL,NULL,'','LINE',NULL,0,'','d5f470e40ecf9d4486b03a91a59358fe','',NULL),(4340,'en','contact-form-7','72fd8dd3cf56fdf89cba20b5f77e8f8b','reCAPTCHA',NULL,NULL,'','LINE',NULL,0,'','bf7bee029f38d7dfcfb341a0d2ea93c2','',NULL),(4341,'en','contact-form-7','7350c63b378dcc8191d78faa4ca5499c','https://contactform7.com/comment-blacklist/',NULL,NULL,'','LINE',NULL,0,'','3efe6299e7ff661f02103d45c59f5d8a','',NULL),(4342,'en','contact-form-7','22747aba082ff07f16da77972112ee66','comment blacklist',NULL,NULL,'','LINE',NULL,0,'','355a8021d264060d44a79ec898e1557e','',NULL),(4343,'en','contact-form-7','f61bdcc0c62c1030622d74456a93258b','Before you cry over spilt mail&#8230;',NULL,NULL,'','LINE',NULL,0,'','9aa842ea612e3c64f1d944fd38b03768','',NULL),(4344,'en','contact-form-7','0806da1b0eb97e00197c070038c16ac7','Contact Form 7 doesn&#8217;t store submitted messages anywhere. Therefore, you may lose important messages forever if your mail server has issues or you make a mistake in mail configuration.',NULL,NULL,'','LINE',NULL,0,'','79ea1b317a3594529ad43dc8e5238f9d','',NULL),(4345,'en','contact-form-7','634711044793d2163bb96136d63b5fe2','Install a message storage plugin before this happens to you. %s saves all messages through contact forms into the database. Flamingo is a free WordPress plugin created by the same author as Contact Form 7.',NULL,NULL,'','LINE',NULL,0,'','886327860e62fd202d832b9d620f109a','',NULL),(4346,'en','contact-form-7','e6d0676832bb2f019569d913e844e689','https://contactform7.com/save-submitted-messages-with-flamingo/',NULL,NULL,'','LINE',NULL,0,'','d30278de4df1d1a9efec492a98a71599','',NULL),(4347,'en','contact-form-7','1c55b68e7477a0e0ff47c3b0ba23c0d6','Flamingo',NULL,NULL,'','LINE',NULL,0,'','5d7d8e516421815ee485ad41046e1904','',NULL),(4348,'en','contact-form-7','36f1268be20814de0a889b1c1faf4f79','Search Contact Forms',NULL,NULL,'','LINE',NULL,0,'','8bf29c4f095185b3bfcf601701282086','',NULL),(4349,'en','contact-form-7','f2a6c498fb90ee345d997f888fce3b18','Delete',NULL,NULL,'','LINE',NULL,0,'','0ca81e0f1e82293481f29da15eee5c65','',NULL),(4350,'en','contact-form-7','b6251fd1a0710ba03ede8a57f73ae911','Edit &#8220;%s&#8221;',NULL,NULL,'','LINE',NULL,0,'','fb05783d4cb64ec5df82f562523befee','',NULL),(4351,'en','contact-form-7','7dce122004969d56ae2e0245cb754d35','Edit',NULL,NULL,'','LINE',NULL,0,'','af6bfe11edaae0f2f3ac3a8603403016','',NULL),(4352,'en','contact-form-7','ed75712b0eb1913c28a3872731ffd48d','Duplicate',NULL,NULL,'','LINE',NULL,0,'','4a1b86a4da13a7f9f1cc606af735ddef','',NULL),(4353,'en','contact-form-7','90e966194b8265018cf427cae914fb9f','Y/m/d g:i:s A',NULL,NULL,'','LINE',NULL,0,'','042a17d47a660df2c4587fa5325d1725','',NULL),(4354,'en','contact-form-7','212a0488abf6c0d52971d8e90bf314f9','%s ago',NULL,NULL,'','LINE',NULL,0,'','f0c288f9159623f11dd4f67891aa4c9f','',NULL),(4355,'en','contact-form-7','cf47107c067a0eec3f0aba9baf28031d','Form-tags',NULL,NULL,'','LINE',NULL,0,'','8996bae84ff73a1226facc1c2be1fb9a','',NULL),(4356,'en','contact-form-7','8a2fcf93486d87e0ce6b690fc3497d61','Mail-tags',NULL,NULL,'','LINE',NULL,0,'','8a1c4d857aa28d57de893a4059b6d494','',NULL),(4357,'en','contact-form-7','96f13fce7c9d952d395552c5e2294d26','Enter title here',NULL,NULL,'','LINE',NULL,0,'','eeda5f84feff2fd38c2922d7c6610ecb','',NULL),(4358,'en','contact-form-7','5eff26d31bf9daf2e16ef3a60d562824','Copy this shortcode and paste it into your post, page, or text widget content:',NULL,NULL,'','LINE',NULL,0,'','a4999d3d9109d936137c9aaa2c0c6923','',NULL),(4359,'en','contact-form-7','ec53a8c4f07baed5d8825072c89799be','Status',NULL,NULL,'','LINE',NULL,0,'','865706fb006eb33e49cfad280e8cc29c','',NULL),(4360,'en','contact-form-7','c9cc8cce247e49bae79f15173ce97354','Save',NULL,NULL,'','LINE',NULL,0,'','0edfb61e9f367ff28cdb67f702a47a1b','',NULL),(4361,'en','contact-form-7','81d161a8cbd808b586c555010d91329c','You are about to delete this contact form.\n  \'Cancel\' to stop, \'OK\' to delete.',NULL,NULL,'','LINE',NULL,0,'','06646206e8e6357e39b34e9fadb1b5ca','',NULL),(4362,'en','contact-form-7','ae75734d8994b5f3f6f0ca157e22f2f1','Do you need help?',NULL,NULL,'','LINE',NULL,0,'','6d57f629257f5fa9f09b85138ec06847','',NULL),(4363,'en','contact-form-7','f48f6a55fb150c8c8a23619881132f85','Here are some available options to help solve your problems.',NULL,NULL,'','LINE',NULL,0,'','93c70c17f9eb023d31fb51a33ff14267','',NULL),(4364,'en','contact-form-7','b23e035ba0ee131090da97d09db7c3d1','%1$s &#38; %2$s',NULL,NULL,'','LINE',NULL,0,'','07e8b5c8f4a5eac3df1e952be4da2539','',NULL),(4365,'en','contact-form-7','6d7bc7c4e244d14b1e00824a6ee08f3c','https://wordpress.org/support/plugin/contact-form-7/',NULL,NULL,'','LINE',NULL,0,'','6040e98c0f9df10776e1499e31d9dc37','',NULL),(4366,'en','contact-form-7','e8209ff97e2fd1fd89a08e2dbee3673c','Support Forums',NULL,NULL,'','LINE',NULL,0,'','6463ffcafd7eac8abe9ef9c96bdcf788','',NULL),(4367,'en','contact-form-7','a676a9d884f4a4cd9e0cefacf33b266a','https://contactform7.com/custom-development/',NULL,NULL,'','LINE',NULL,0,'','9308e1b3398bfac0341a4513156e3b28','',NULL),(4368,'en','contact-form-7','e507bdb98979e3376dd8b109cbbb2ec3','Professional Services',NULL,NULL,'','LINE',NULL,0,'','45218e271a01b763909622bd3f9e5c41','',NULL),(4369,'en','contact-form-7','58fc3d70ea45b128412e8b69191e5373','%1$s %2$s keys switch panels',NULL,NULL,'','LINE',NULL,0,'','fe2a085787bdafc0bfaeae5884941149','',NULL),(4370,'en','contact-form-7','8729c2b452b25ecc17eb94fecc588046','(left and right arrow)',NULL,NULL,'','LINE',NULL,0,'','f7d02deb59a0dfb60c4d00102e416f63','',NULL),(4371,'en','contact-form-7','d359c6df99b25183d81f7d728b71de0e','Form',NULL,NULL,'','LINE',NULL,0,'','124d11b1b4b5630aa841ba689276a09b','',NULL),(4372,'en','contact-form-7','4dfbb099eafd3c82e033bf92946d3ce6','Mail',NULL,NULL,'','LINE',NULL,0,'','7b9f6b976943c80afd577374fc18094a','',NULL),(4373,'en','contact-form-7','41de6d6cfb8953c021bbe4ba0701c8a1','Messages',NULL,NULL,'','LINE',NULL,0,'','c5943aac8629ec6320346c50037d5723','',NULL),(4374,'en','contact-form-7','0ae95f06e982e1f619852b03909186c3','Additional Settings',NULL,NULL,'','LINE',NULL,0,'','bad44b392df86bae83aadc71516f8967','',NULL),(4375,'en','contact-form-7','c3108b93b486c65a0a834b0c326a9f82','https://contactform7.com/editing-form-template/',NULL,NULL,'','LINE',NULL,0,'','28675ea5692dfcef1b5662cdf265098b','',NULL),(4376,'en','contact-form-7','b94ad93d3f29a65d2c1f1782fe6250f5','Editing Form Template',NULL,NULL,'','LINE',NULL,0,'','9bbab296626183b10a4dc85347e8b81d','',NULL),(4377,'en','contact-form-7','d7456595bf0e28a1161397977297ba8d','You can edit the form template here. For details, see %s.',NULL,NULL,'','LINE',NULL,0,'','eafde21cbc58ed6206156cce5cf345a7','',NULL),(4378,'en','contact-form-7','94f78302af1ea33767c49d099947a877','Form-tag Generator: %s',NULL,NULL,'','LINE',NULL,0,'','5a5b9547a25e9b589298dc5d05e1e498','',NULL),(4379,'en','contact-form-7','9f19bd5afede0b01362bb45a95165c58','https://contactform7.com/setting-up-mail/',NULL,NULL,'','LINE',NULL,0,'','05c337a8baacba6575e128855a4d78e0','',NULL),(4380,'en','contact-form-7','834fc7f2c5ac5b14144fa58f72107a38','Setting Up Mail',NULL,NULL,'','LINE',NULL,0,'','02577b0162d273f427c1091ad3a961f9','',NULL),(4381,'en','contact-form-7','65d0f126929e2b34d9a1729506eac958','You can edit the mail template here. For details, see %s.',NULL,NULL,'','LINE',NULL,0,'','f00a2a0aa68e5e857f67687636e7cd77','',NULL),(4382,'en','contact-form-7','46cbb6f5a1123791ec5a9f25bab24b10','In the following fields, you can use these mail-tags:',NULL,NULL,'','LINE',NULL,0,'','fd3e59e2a8b13a66bed6c7f3ebbde0f8','',NULL),(4383,'en','contact-form-7','e12167aa0a7698e6ebc92b4ce3909b53','To',NULL,NULL,'','LINE',NULL,0,'','9bed80376851d0448d3d9eca2aee6b13','',NULL),(4384,'en','contact-form-7','5da618e8e4b89c66fe86e32cdafde142','From',NULL,NULL,'','LINE',NULL,0,'','ba89bd030349282c6fabc18c0f13e1b0','',NULL),(4385,'en','contact-form-7','8f4f66b5d8cdc2202294e1cbd2e09780','Additional Headers',NULL,NULL,'','LINE',NULL,0,'','38925b06453c7c5e4d5679ac238d5341','',NULL),(4386,'en','contact-form-7','77a3cf88eba293be44f5fd5c61835a43','Message Body',NULL,NULL,'','LINE',NULL,0,'','c2cca0b266c73cf2b8d45edf5adc8149','',NULL),(4387,'en','contact-form-7','443ed5031af8e31196f26ae1d1521750','Exclude lines with blank mail-tags from output',NULL,NULL,'','LINE',NULL,0,'','4ece2165ef01b4d4fc35929ce4af53cd','',NULL),(4388,'en','contact-form-7','9d282bba9237be00d7068e7f8d610f50','Use HTML content type',NULL,NULL,'','LINE',NULL,0,'','e09f3d2d81d56dd602bf004e69089d50','',NULL),(4389,'en','contact-form-7','fe7b42a5e2272da77fa464170c47da8b','File Attachments',NULL,NULL,'','LINE',NULL,0,'','f7fadb64fea0226069cc32414bb4c220','',NULL),(4390,'en','contact-form-7','c834ee7030d86e96052341455757c2cf','Mail (2)',NULL,NULL,'','LINE',NULL,0,'','0d992898ac28d43908217c52745d6995','',NULL),(4391,'en','contact-form-7','e53fb02077a5301bd2efcaca72f73e4d','Use Mail (2)',NULL,NULL,'','LINE',NULL,0,'','c94c5ec333830cf5ba6d3c2be63dc8a7','',NULL),(4392,'en','contact-form-7','a606105db46e8bafa3a1ef1abc422975','Mail (2) is an additional mail template often used as an autoresponder.',NULL,NULL,'','LINE',NULL,0,'','c981a61d027389d1fe78f70dbffaa077','',NULL),(4393,'en','contact-form-7','378af37a89aac4b956afbdbbf92f3a8e','https://contactform7.com/editing-messages/',NULL,NULL,'','LINE',NULL,0,'','5da83a20b8f8627436ebc1af279623cc','',NULL),(4394,'en','contact-form-7','510fd323b64f454a882a0096fbac7664','Editing Messages',NULL,NULL,'','LINE',NULL,0,'','0efbaec56598f003219d9863ea8d3766','',NULL),(4395,'en','contact-form-7','2f74a8c7ad6d0b67f548491b27beb473','You can edit messages used in various situations here. For details, see %s.',NULL,NULL,'','LINE',NULL,0,'','46031c2fefbda31b84cee1d2292d42f2','',NULL),(4396,'en','contact-form-7','ae9dcdc0ba4c4d2b92a682a2a254fb58','https://contactform7.com/additional-settings/',NULL,NULL,'','LINE',NULL,0,'','93d9f1426d6d9276f85484c3b1efc2c2','',NULL),(4397,'en','contact-form-7','21b65395230ac07eb1fdb89764c52a55','You can add customization code snippets here. For details, see %s.',NULL,NULL,'','LINE',NULL,0,'','3706d156d66ca4dd044c8b334a7a50bb','',NULL),(4398,'en','contact-form-7','b4a11b52f70dd6dab9fadfb4eeb960e7','Generate a form-tag for a single-line plain text input field. For more details, see %s.',NULL,NULL,'','LINE',NULL,0,'','32312092623716d15119ab7abcd6414b','',NULL),(4399,'en','contact-form-7','4459b5036e3e2e6133578d69bce70a00','https://contactform7.com/text-fields/',NULL,NULL,'','LINE',NULL,0,'','f529adb5773dacd8595a6c72ec32caee','',NULL),(4400,'en','contact-form-7','b220a5adab9a586abe739155b2bf1b0f','Text Fields',NULL,NULL,'','LINE',NULL,0,'','dbd73e2722b6f4165cbdad0b8fa3cbe5','',NULL),(4401,'en','contact-form-7','d742cb277ac01a0fc2738a3394b0b33b','Field type',NULL,NULL,'','LINE',NULL,0,'','c4b97daf06f6ab7918134c8499345b6f','',NULL),(4402,'en','contact-form-7','19f823c6453c2b1ffd09cb715214813d','Required field',NULL,NULL,'','LINE',NULL,0,'','df69b16ef6e698bc74ff876152fc4768','',NULL),(4403,'en','contact-form-7','49ee3087348e8d44e1feda1917443987','Name',NULL,NULL,'','LINE',NULL,0,'','2a4206dc4daa336c4314555bba332f0b','',NULL),(4404,'en','contact-form-7','31ce3cdcd67850870b616f75b555bbc5','Default value',NULL,NULL,'','LINE',NULL,0,'','92ffd8555d282d5f6b560c248f25584e','',NULL),(4405,'en','contact-form-7','41dd1b59dc1bf1176a7737b1617231b0','Use this text as the placeholder of the field',NULL,NULL,'','LINE',NULL,0,'','340e6922bf0fbd0bdaf01ca4a8bae745','',NULL),(4406,'en','contact-form-7','e3af3db5bd9fb1663086412d6f498e4d','This field requires author\'s name',NULL,NULL,'','LINE',NULL,0,'','31dc225e2fddb8df3ab8741fc982f7f2','',NULL),(4407,'en','contact-form-7','90a4abd4954a264db02cbcd286f587e4','Id attribute',NULL,NULL,'','LINE',NULL,0,'','90181fa38a87051b24ea80b295c2d3fa','',NULL),(4408,'en','contact-form-7','0ae4d650bbbdc34898b54cb59e8dbb62','Class attribute',NULL,NULL,'','LINE',NULL,0,'','9eaa7a5387500c118662fe2695241621','',NULL),(4409,'en','contact-form-7','661199223fc7533652fd73aa8114f212','Insert Tag',NULL,NULL,'','LINE',NULL,0,'','0dbedea9c0aa649e804f3f5e503a4811','',NULL),(4410,'en','contact-form-7','32a684ef6206964de0ed48393af98a0d','To use the value input through this field in a mail field, you need to insert the corresponding mail-tag (%s) into the field on the Mail tab.',NULL,NULL,'','LINE',NULL,0,'','c2e0acba31bbf6864d3f58f7ba842567','',NULL),(4411,'en','contact-form-7','457cf50b10fbb97265f3f4321cefdbc0','Generate a form-tag for a single-line email address input field. For more details, see %s.',NULL,NULL,'','LINE',NULL,0,'','bfc102d5f6eac72056795b71f55d92de','',NULL),(4412,'en','contact-form-7','28f5fe440652eac3de63b4317d02d4ab','This field requires author\'s email address',NULL,NULL,'','LINE',NULL,0,'','11b314d5124c21142a24c8c7d3e3dc50','',NULL),(4413,'en','contact-form-7','ebafd8506c7ce6616ab444d72b4ca86b','Generate a form-tag for a single-line URL input field. For more details, see %s.',NULL,NULL,'','LINE',NULL,0,'','010efd53d4280b02a54d7f8f88454914','',NULL),(4414,'en','contact-form-7','2f7ae48d4dd4c436086f2b38ff84c523','This field requires author\'s URL',NULL,NULL,'','LINE',NULL,0,'','dd961c7ef7f34b96d43e6a418f3e16bf','',NULL),(4415,'en','contact-form-7','c92b2de4061863ecb8853774f7332a68','Generate a form-tag for a single-line telephone number input field. For more details, see %s.',NULL,NULL,'','LINE',NULL,0,'','4732a35a06665f88cb75471300d19385','',NULL),(4416,'en','contact-form-7','54162314a88d3e498f2af81d8d7dd295','Generate a form-tag for a field for numeric value input. For more details, see %s.',NULL,NULL,'','LINE',NULL,0,'','0837eb251dcea9ca4ba4602e9655e5e1','',NULL),(4417,'en','contact-form-7','263344b19ecd213385998b7b38def94a','https://contactform7.com/number-fields/',NULL,NULL,'','LINE',NULL,0,'','a0b5ae60909548ce5f40c4f17e35b5be','',NULL),(4418,'en','contact-form-7','038a787116f4e420d00be0c2e5f519c5','Number Fields',NULL,NULL,'','LINE',NULL,0,'','9caec16b13df12d74e3b1ef179bbd1da','',NULL),(4419,'en','contact-form-7','b5cc7feba21fc541b0f123839e1a0dd8','Spinbox',NULL,NULL,'','LINE',NULL,0,'','1ab326aa7d6f134f4b70579c649410dd','',NULL),(4420,'en','contact-form-7','2d9b9a764fb0be4be10e1b2fce63f561','Slider',NULL,NULL,'','LINE',NULL,0,'','d3aa2d69f5c39fb0d45876c1daf84087','',NULL),(4421,'en','contact-form-7','87ba2ecc8b6915e8bd6f5089918229fd','Range',NULL,NULL,'','LINE',NULL,0,'','68f5e1eeb8826f598d99c9757269ad63','',NULL),(4422,'en','contact-form-7','78d811e98514cd165dda532286610fd2','Min',NULL,NULL,'','LINE',NULL,0,'','8514d7c5f266a4b0ff148ec583275c55','',NULL),(4423,'en','contact-form-7','6a061313d22e51e0f25b7cd4dc065233','Max',NULL,NULL,'','LINE',NULL,0,'','6ec859c1c30239edd147e1c2d18a5c7f','',NULL),(4424,'en','contact-form-7','ba6e15090992b4ece50c020f49904538','Generate a form-tag for a date input field. For more details, see %s.',NULL,NULL,'','LINE',NULL,0,'','a207d6577547212466136b720032b45f','',NULL),(4425,'en','contact-form-7','51cd2e1732462c26c1931cc3f2292bd0','https://contactform7.com/date-field/',NULL,NULL,'','LINE',NULL,0,'','514eb912479f0a5d1c796560f50e9ab8','',NULL),(4426,'en','contact-form-7','3a07572e85886da4d563040f4add2e7d','Date Field',NULL,NULL,'','LINE',NULL,0,'','ff3260ff826ea19bb9864c3eb744a859','',NULL),(4427,'en','contact-form-7','4d6b174a930eb9aa3fc071e4815c0698','Generate a form-tag for a multi-line text input field. For more details, see %s.',NULL,NULL,'','LINE',NULL,0,'','1d02c1dbf3a0e8b511a4da49bc9b6aae','',NULL),(4428,'en','contact-form-7','ac9f8a08f62c85612f7fcff48dd0929e','Generate a form-tag for a drop-down menu. For more details, see %s.',NULL,NULL,'','LINE',NULL,0,'','fbc202b53555719bc88078a20eb640b1','',NULL),(4429,'en','contact-form-7','a980f4e919ca491c9893302e01f277e7','https://contactform7.com/checkboxes-radio-buttons-and-menus/',NULL,NULL,'','LINE',NULL,0,'','76b66977aaae8ff39935e44fdb010ae6','',NULL),(4430,'en','contact-form-7','257e4ce319d35a735c85f29987b2c23f','Checkboxes, Radio Buttons and Menus',NULL,NULL,'','LINE',NULL,0,'','9257ed4a185cf94d6505da8c31b219dd','',NULL),(4431,'en','contact-form-7','dae8ace18bdcbcc6ae5aece263e14fe8','Options',NULL,NULL,'','LINE',NULL,0,'','39a2f1e339ef649fee47a59fb50b4516','',NULL),(4432,'en','contact-form-7','5f5e4721a14c46157f4443888d8ae32b','One option per line.',NULL,NULL,'','LINE',NULL,0,'','5ed37d06d61014661f668f58d4533f87','',NULL),(4433,'en','contact-form-7','3f4566d45203cd66e7e7a8aecc69fe15','Allow multiple selections',NULL,NULL,'','LINE',NULL,0,'','0eacdefd1bb56855f8eaf18fed3fb7c0','',NULL),(4434,'en','contact-form-7','9d16de8ffea12d87b26db1a5bc11e794','Insert a blank item as the first option',NULL,NULL,'','LINE',NULL,0,'','740eb0ee6c00d93902b1532ee263f0c9','',NULL),(4435,'en','contact-form-7','8f83af0899ed502411e3562ff46c2dd9','Generate a form-tag for a group of checkboxes. For more details, see %s.',NULL,NULL,'','LINE',NULL,0,'','ed639d36bf758327014b0460d44dd201','',NULL),(4436,'en','contact-form-7','c4f4483e08846f2b1e39d5362c7a2e00','Put a label first, a checkbox last',NULL,NULL,'','LINE',NULL,0,'','c96e80a84cdbccee28485f4b2f65d368','',NULL),(4437,'en','contact-form-7','5377fc90eb5c177fce7f3fe84c4f6293','Wrap each item with label element',NULL,NULL,'','LINE',NULL,0,'','233226e8cb1ac466de7dac6105189b7a','',NULL),(4438,'en','contact-form-7','08ebd9580c7986afd27a71d24f6c0e08','Make checkboxes exclusive',NULL,NULL,'','LINE',NULL,0,'','84107e90a6c7410150ed15c7da06d719','',NULL),(4439,'en','contact-form-7','34fcc27533e4d5de1b09e48d3caa9236','Generate a form-tag for a group of radio buttons. For more details, see %s.',NULL,NULL,'','LINE',NULL,0,'','560893f2634847df3efd7821e3942d80','',NULL),(4440,'en','contact-form-7','288117caba02f00dab01825676d56b90','Generate a form-tag for an acceptance checkbox. For more details, see %s.',NULL,NULL,'','LINE',NULL,0,'','846141ca022a2fa4bd2b87ea16747f17','',NULL),(4441,'en','contact-form-7','2049cc448ffda6eb2c07542ccb19e61c','https://contactform7.com/acceptance-checkbox/',NULL,NULL,'','LINE',NULL,0,'','00b6c6cce1db5529021da7484d8a04f9','',NULL),(4442,'en','contact-form-7','cb1175dd5d77693f455508a5a2228e45','Acceptance Checkbox',NULL,NULL,'','LINE',NULL,0,'','5399edd006b642c041f9fbcda59b6e0f','',NULL),(4443,'en','contact-form-7','9e2941b3c81256fac10392aaca4ccfde','Condition',NULL,NULL,'','LINE',NULL,0,'','865a2f3b06ce9b8d2b372674e20a4e51','',NULL),(4444,'en','contact-form-7','87ab99e8578aec6e5d8ee229d00e703b','Make this checkbox optional',NULL,NULL,'','LINE',NULL,0,'','10522846cb0cb648e2089b6d84047780','',NULL),(4445,'en','contact-form-7','24b548fa6790175573f67f35a70724c7','Generate a form-tag for a question-answer pair. For more details, see %s.',NULL,NULL,'','LINE',NULL,0,'','c4b628b4189ec4ad2a202fac4a831b0d','',NULL),(4446,'en','contact-form-7','34262c2042852a80443170ae474f0091','https://contactform7.com/quiz/',NULL,NULL,'','LINE',NULL,0,'','b93d1a4a9eaa49c2794e83a0945d8ac8','',NULL),(4447,'en','contact-form-7','ab458f4b361834dd802e4f40d31b5ebc','Quiz',NULL,NULL,'','LINE',NULL,0,'','3dbdaca76d20dfbd781b8adcbd69da74','',NULL),(4448,'en','contact-form-7','9ea54b1d9546728548c1f97e8a610898','Questions and answers',NULL,NULL,'','LINE',NULL,0,'','4f82c39ea78a8832a0906e975817a142','',NULL),(4449,'en','contact-form-7','d9ea01bf036d520922ab10a7479fca67','One pipe-separated question-answer pair (e.g. The capital of Brazil?|Rio) per line.',NULL,NULL,'','LINE',NULL,0,'','eefef70ff8bc55c432e534dec86fc7c0','',NULL),(4450,'en','contact-form-7','6f5a780cba6bf2838e1f090e9c5a051e','Generate a form-tag for a file uploading field. For more details, see %s.',NULL,NULL,'','LINE',NULL,0,'','d21db85087150694f0619e17d74f40cb','',NULL),(4451,'en','contact-form-7','6f01c60872130106ed501c2aa7518c10','https://contactform7.com/file-uploading-and-attachment/',NULL,NULL,'','LINE',NULL,0,'','4c64e055a73c35e51b7aaf2e612f3cc7','',NULL),(4452,'en','contact-form-7','c16ef246d808ebab5788b89745f24b8b','File Uploading and Attachment',NULL,NULL,'','LINE',NULL,0,'','be042156b4e9136ec428fbd337c88a4f','',NULL),(4453,'en','contact-form-7','7980e2880f003366577a0031207b4815','File size limit (bytes)',NULL,NULL,'','LINE',NULL,0,'','45190370ba6a9ad984b56df689131d4d','',NULL),(4454,'en','contact-form-7','53d75036aa42ff7a7743ab4c4e9324b2','Acceptable file types',NULL,NULL,'','LINE',NULL,0,'','e0a2213478396c8d8a473b6b831cbe28','',NULL),(4455,'en','contact-form-7','a150538b31e8bf67894ab1e45df48998','To attach the file uploaded through this field to mail, you need to insert the corresponding mail-tag (%s) into the File Attachments field on the Mail tab.',NULL,NULL,'','LINE',NULL,0,'','636b295e4e6b8f41b5dbaa6336d8893f','',NULL),(4456,'en','contact-form-7','2b1cc0824bd949fdb3397c2d85439967','Generate a form-tag for a submit button. For more details, see %s.',NULL,NULL,'','LINE',NULL,0,'','181d9e170fefddf10685381c85954a94','',NULL),(4457,'en','contact-form-7','b355eb84259f14ed460565c89b91bd91','https://contactform7.com/submit-button/',NULL,NULL,'','LINE',NULL,0,'','6635d28b6d92765f8f1010eca3b31c79','',NULL),(4458,'en','contact-form-7','44948e240a62951de1140c9d2b2f57bb','Submit Button',NULL,NULL,'','LINE',NULL,0,'','95ac03996c700eabc6528e78bf2d99c0','',NULL),(4459,'en','contact-form-7','b021df6aac4654c454f46c77646e745f','Label',NULL,NULL,'','LINE',NULL,0,'','b87dd392318ea611dba86755bd65adb9','',NULL),(4460,'en','contact-form-7','2c219b743eb73438ded7920b3cf21d2d','Invalid mailbox syntax is used in the %name% field.',NULL,NULL,'','LINE',NULL,0,'','df64a4f850ae1e84d72237c18f0a004c','',NULL),(4461,'en','template','7f82331674ae138af79c9ab94e1fac67','Coming Soon!',NULL,NULL,'','LINE',NULL,0,'','4d5d700bf639e3e3f41bc16798f31e6f','',NULL),(4462,'en','contact-form-7','127f03e2133e5fe36abeaf0da5a83087','Contact form saved.',NULL,NULL,'','LINE',NULL,0,'','864746a1714daaab4a49f481c92af872','',NULL),(4463,'en','default','84dc148de4d2e1fd94436ff69888e6c6','The plugin is at the latest version.',NULL,NULL,'','LINE',NULL,0,'','221f62ced812cc0bca571990a1b7aade','',NULL),(4464,'en','default','40251e99bc451f3383ee38c639d7696f','Update package not available.',NULL,NULL,'','LINE',NULL,0,'','f45df38f7bd9140c695c52806fdd270a','',NULL),(4465,'en','default','d2c5c0149717c75b967cd57b5351c399','Downloading update from %s&#8230;',NULL,NULL,'','LINE',NULL,0,'','5155b1cd0a65027c396a00a316f36119','',NULL),(4466,'en','default','097a4b99f3457981fee594cc2dc76537','Unpacking the update&#8230;',NULL,NULL,'','LINE',NULL,0,'','9f295589fd568b437151e72a8466d421','',NULL),(4467,'en','default','647c116ea58d5440a1bc41c098bf3812','Removing the old version of the plugin&#8230;',NULL,NULL,'','LINE',NULL,0,'','254e5d141d737384e0839dc9c4ab9cf9','',NULL),(4468,'en','default','297679481aaa36b748bcc90b5e039b12','Could not remove the old plugin.',NULL,NULL,'','LINE',NULL,0,'','758dbf6c7977300e74d4de1faa6deed4','',NULL),(4469,'en','default','c2b29ba204d1ecd5ad2a1949fdc4b515','Plugin update failed.',NULL,NULL,'','LINE',NULL,0,'','23278dea3600cfa05fc606983052ca49','',NULL),(4470,'en','default','fe235983f8750fb87d9bca21c8d3d983','Plugin updated successfully.',NULL,NULL,'','LINE',NULL,0,'','03ddadd23cc247727a090aee5a93244c','',NULL),(4471,'en','default','8aaaf1475d3d1fe4455b93c10f45d611','Plugins updated successfully.',NULL,NULL,'','LINE',NULL,0,'','cb9628989dca73934993616f7cd2f201','',NULL),(4472,'en','duplicate-post','594663875f34563eccad2ac626416af8','3.2.3',NULL,NULL,'','LINE',NULL,0,'','a86f8eeb220e64c44aa7447117b54330','',NULL),(4473,'en','duplicate-post','fc1e5a0cc1fc6c68eed507557da9ebe6','What\'s new in Duplicate Post version %s:',NULL,NULL,'','LINE',NULL,0,'','401d4428c91a15caac6b4b969d31f2cd','',NULL),(4474,'en','duplicate-post','82656755029d0c66b69938a7c1d0ab5c','Fixes for some bugs and incompatibilities with CF7, WPML, and custom post types with custom capabilities.',NULL,NULL,'','LINE',NULL,0,'','ccf4af1cfdb5934052bdc0fe677ebd3f','',NULL),(4475,'en','duplicate-post','cecce5782964f223c719afd0ffd088d3','Check out the documentation',NULL,NULL,'','LINE',NULL,0,'','d2c1b547a56de6f6122595ddc561755c','',NULL),(4476,'en','duplicate-post','d7787bcd9de613fc6606836a58bf63e9','Please <a href=\"%s\">review the settings</a> to make sure it works as you expect.',NULL,NULL,'','LINE',NULL,0,'','10b0357a078b8c36b31ebb2528ccad85','',NULL),(4477,'en','duplicate-post','e1685c00da75b9bada2ff408f3ee3587','Serving the WordPress community since November 2007.',NULL,NULL,'','LINE',NULL,0,'','005e66143ff055766756abf5ab426a4a','',NULL),(4478,'en','duplicate-post','9f0a66e853653524a67e076b82466956','Help me develop the plugin and provide support by <a href=\"%s\">donating even a small sum</a>.',NULL,NULL,'','LINE',NULL,0,'','3c182f3102290b8209b9be790bf8e308','',NULL),(4479,'en','sendgrid-email-delivery-simplified','4dc59b3dad493b05c625c346465cee83','SendGrid',NULL,NULL,'','LINE',NULL,0,'','9f6e9a4bf07e8df6e2bd12d1fbaf65e9','',NULL),(4480,'en','sendgrid-email-delivery-simplified','e3c47268ff22ae1af4970b0e40c62c56','http://wordpress.org/plugins/sendgrid-email-delivery-simplified/',NULL,NULL,'','LINE',NULL,0,'','61da95e886870e8e436028706d746f16','',NULL),(4481,'en','sendgrid-email-delivery-simplified','f349c5e8ab50bf3271e0b6880a8d48b6','Email Delivery. Simplified. SendGrid\'s cloud-based email infrastructure relieves businesses of the cost and complexity of maintaining custom email systems. SendGrid provides reliable delivery, scalability and real-time analytics along with flexible APIs that make custom integration a breeze.',NULL,NULL,'','LINE',NULL,0,'','cac2b490109ab5da637a5b42f3f57cc0','',NULL),(4482,'en','sendgrid-email-delivery-simplified','311919f7f13d94fd5ef31db468d795f3','http://sendgrid.com',NULL,NULL,'','LINE',NULL,0,'','14c54f83c99a568766af2e42fb27f1e0','',NULL),(4483,'en','sendgrid-email-delivery-simplified','92f195cdcbf1bd7ffe6bc1a12b4bc1f0','1.11.8',NULL,NULL,'','LINE',NULL,0,'','3263676010fa56bfc92f8ce88bb13d2f','',NULL),(4484,'en','wp-easy-smtp','073edd270d986bbb075ebc6fe730981f','WordPress Easy SMTP',NULL,NULL,'','LINE',NULL,0,'','56ddaf61b90c6e9d38f55a2636d1ae61','',NULL),(4485,'en','wp-easy-smtp','2418578ca20257ca19874cd8e9fc33b0','https://iprodev.com/wordpress-easy-smtp-send-emails-from-your-wordpress-site-using-a-smtp-server',NULL,NULL,'','LINE',NULL,0,'','4854ddf2fb4b5218256bfccc036999a5','',NULL),(4486,'en','wp-easy-smtp','a0c994b353a4b420372f3025e10629de','Reconfigures the wp_mail() function to use SMTP instead of mail() and creates an options page to manage the settings.',NULL,NULL,'','LINE',NULL,0,'','4d84990982eedee7992410c68293081d','',NULL),(4487,'en','wp-easy-smtp','c4a6e331c390913db0fb3652fcdd0797','iProDev',NULL,NULL,'','LINE',NULL,0,'','a51476973eca2f8a029a94c88ed30f99','',NULL),(4488,'en','wp-easy-smtp','52aafa90d135a510063b03e9ef2f26ee','https://iprodev.com/',NULL,NULL,'','LINE',NULL,0,'','53b11a00ab8d4d7e8be879981e8db08f','',NULL),(4489,'en','wp-easy-smtp','522c33efdda0b8dc6ce90c991beb9666','1.1.2',NULL,NULL,'','LINE',NULL,0,'','900f32ce464a5a2296a08278dc6e4736','',NULL),(4490,'en','wp-easy-smtp','266b7d9c6b23ca6a56162fac6012571e','WP Easy SMTP',NULL,NULL,'','LINE',NULL,0,'','6eeec5e07a99e5b689e4ee4aa8cd365c','',NULL),(4491,'en','wp-easy-smtp','8de8c087812373dc1ce7e8df8f07b4ae','Please configure your SMTP credentials in the <a href=\"%s\">settings menu</a> in order to send email using WP Easy SMTP plugin.',NULL,NULL,'','LINE',NULL,0,'','658e6ebea9aebaaeb37ec780a6cef6f9','',NULL),(4492,'en','wp-easy-smtp','f4f70727dc34561dfde1a3c529b6205c','Settings',NULL,NULL,'','LINE',NULL,0,'','6f5a6ced28f15ac7cfe7b2bff374fc3c','',NULL),(4493,'en','wp-easy-smtp','9e213cd8b045676aa7bd972c9ea9a33a','WP Easy SMTP Settings',NULL,NULL,'','LINE',NULL,0,'','f048ed813f4876e0ea59dcf7b3eb5c69','',NULL),(4494,'en','wp-easy-smtp','61800f46e040d6a3b930cbba4453fb15','Please visit the <a target=\"_blank\" href=\"%s\">WP Easy SMTP</a> plugin\'s documentation page for usage instructions.',NULL,NULL,'','LINE',NULL,0,'','05ee702180f03af69a4c78c95bc7d293','',NULL),(4495,'en','wp-easy-smtp','893b50b5ba267d0df8d24aa77329f9a7','Notice:',NULL,NULL,'','LINE',NULL,0,'','73992686f90898e01d4abe9f0adefecd','',NULL),(4496,'en','wp-easy-smtp','d005efe8fe73d50929be4490768452bd','The plugin\'s settings have been changed. In order to save them please don\'t forget to click the \'Save Changes\' button.',NULL,NULL,'','LINE',NULL,0,'','7a36e6d6ff274c03cbdc008a58b4bcfd','',NULL),(4497,'en','wp-easy-smtp','4c10a7ced505d67682b5d58a4ea6d492','SMTP Configuration Settings',NULL,NULL,'','LINE',NULL,0,'','1193ed69b2421ad16cf12bb571deb1ae','',NULL),(4498,'en','wp-easy-smtp','fc70ac4ce72bdc888054e02dee67eef3','You can request your hosting provider for the SMTP details of your site. Use the SMTP details provided by your hosting provider to configure the following settings.',NULL,NULL,'','LINE',NULL,0,'','2bfa411cca09e29fcc394c1ef1550e67','',NULL),(4499,'en','wp-easy-smtp','4ca679a383343ab3d4ca1cd7c91b43f7','From Email',NULL,NULL,'','LINE',NULL,0,'','29b6cdab26099e445222f9e808270ccb','',NULL),(4500,'en','wp-easy-smtp','48d4c4c9a107fcb9cd531cf0bbf2d5eb','You can specify the email address that emails should be sent from. If you leave this blank, the default email will be used.',NULL,NULL,'','LINE',NULL,0,'','70008ca52719b90b19683609db609081','',NULL),(4501,'en','wp-easy-smtp','4a4a8fe0c6dfb6bd2a41755d15eb6f0b','From Name',NULL,NULL,'','LINE',NULL,0,'','cbb7e7430dff9e35ac2373757c05d503','',NULL),(4502,'en','wp-easy-smtp','90775806db6fe18f69ca27ab0facffb2','You can specify the name that emails should be sent from. If you leave this blank, the emails will be sent from WordPress.',NULL,NULL,'','LINE',NULL,0,'','200a9df6bd34d510e23ce684389f5377','',NULL),(4503,'en','wp-easy-smtp','a363a35aab6206ac116d4da6f7ed2228','Reply-To Email Address',NULL,NULL,'','LINE',NULL,0,'','3bbac41e0e638e7a642f313da84a835b','',NULL),(4504,'en','wp-easy-smtp','ab46b9ffd1202990949a24f24015a0bc','This email address will be used in the \'Reply-To\' field of the email. Leave it blank to use \'From Email\' as the reply-to value.',NULL,NULL,'','LINE',NULL,0,'','765437319144788a41313bfbcc026110','',NULL),(4505,'en','wp-easy-smtp','ab7cdc2b180fc58564cd06e2e1507977','Mailer',NULL,NULL,'','LINE',NULL,0,'','cbbe9ff46adabddbceeb4566713050fd','',NULL),(4506,'en','wp-easy-smtp','c2239a92bde29f0a9f9173193cc2fe00','SMTP',NULL,NULL,'','LINE',NULL,0,'','d172cd61555620df9b8d6e93c374b858','',NULL),(4507,'en','wp-easy-smtp','7d53cbd3f0c0e2af31c3ba1eab940f22','Gmail',NULL,NULL,'','LINE',NULL,0,'','1342fa59aaa4dbef3b3e29672f700c3c','',NULL),(4508,'en','wp-easy-smtp','1334b6ec0ff0dc970481738a2374448c','Yahoo',NULL,NULL,'','LINE',NULL,0,'','f9b7c7e0f906f47ac448221b953124cf','',NULL),(4509,'en','wp-easy-smtp','6a13a3fa88eacf63c653d5b95491cff2','Hotmail',NULL,NULL,'','LINE',NULL,0,'','84ded63e8f891bd66571e6c1bca7654f','',NULL),(4510,'en','wp-easy-smtp','4dc59b3dad493b05c625c346465cee83','SendGrid',NULL,NULL,'','LINE',NULL,0,'','967a9f26abf7f31b5ac64edf5bc6b8b6','',NULL),(4511,'en','wp-easy-smtp','9867c4e514a82142e1aaea8328fa0b6c','SparkPost',NULL,NULL,'','LINE',NULL,0,'','2fb32678533c6175f201e32ae0388bc7','',NULL),(4512,'en','wp-easy-smtp','aa7195d2ddb5f0d2045b8d21fbecd84e','Postmark',NULL,NULL,'','LINE',NULL,0,'','6e1d920b2a03d02274a57912422a8c2f','',NULL),(4513,'en','wp-easy-smtp','d5413fd312103b48c5a92fc07a158bc2','Mandrill',NULL,NULL,'','LINE',NULL,0,'','e95a1089da8e68d45e62d2cae2601ced','',NULL),(4514,'en','wp-easy-smtp','43c6476cbbf733e5a76581de5b359b4e','Pepipost',NULL,NULL,'','LINE',NULL,0,'','be3850f82c868facf56f4b14d6609ade','',NULL),(4515,'en','wp-easy-smtp','b73b2356deeb655bece42024d416b0fd','Your mail delivery service',NULL,NULL,'','LINE',NULL,0,'','609a6079d78bc09e4ae60d3adcefa193','',NULL),(4516,'en','wp-easy-smtp','ed6803f41dc12eb5dc379a9f56f72881','SMTP Host',NULL,NULL,'','LINE',NULL,0,'','73344089d8f9e99437ce1b457ba01c11','',NULL),(4517,'en','wp-easy-smtp','243de8faaa50518d9dcd2d14c83a9c55','Your mail server',NULL,NULL,'','LINE',NULL,0,'','ef917fbe21349cee266ec8c6c2843a18','',NULL),(4518,'en','wp-easy-smtp','63ede2e53d7a100acb8f97a618bb70c8','SMTP Port',NULL,NULL,'','LINE',NULL,0,'','95db86a2b814bce65ca726ce3b330cb9','',NULL),(4519,'en','wp-easy-smtp','6e09f99fdb86bdd239cd2194b3b0af49','The port to your mail server',NULL,NULL,'','LINE',NULL,0,'','ed304a95b20580d77f14836c6dc3c1bc','',NULL),(4520,'en','wp-easy-smtp','d7f2615c71a1567cc13cf3a7f7de0aea','Encryption',NULL,NULL,'','LINE',NULL,0,'','142ad5105ca1d9dcd8a8897c27a64f8c','',NULL),(4521,'en','wp-easy-smtp','6adf97f83acf6453d4a6a4b1070f3754','None',NULL,NULL,'','LINE',NULL,0,'','f78c00299aaad47e267ef497943228df','',NULL),(4522,'en','wp-easy-smtp','ea52c36203c5f99c3ce2442d531b1a22','SSL',NULL,NULL,'','LINE',NULL,0,'','9aa0361f2b65753a9d6819aa319cb695','',NULL),(4523,'en','wp-easy-smtp','099d7d04319e5191b7473e016c55e320','TLS',NULL,NULL,'','LINE',NULL,0,'','7c11a3875d42872dceb8199c7b5f3071','',NULL),(4524,'en','wp-easy-smtp','d4723ba9c5cdb832c701e85c1ded2579','TLS is not the same as STARTTLS. For most servers SSL is the recommended option',NULL,NULL,'','LINE',NULL,0,'','283f2e4fe884e53ff806e80b2769619c','',NULL),(4525,'en','wp-easy-smtp','c75f7811d70d17dbcd88e9d03752cbed','Authentication',NULL,NULL,'','LINE',NULL,0,'','6f0c2632034e4bfbd5be1770f95dc6f4','',NULL),(4526,'en','wp-easy-smtp','bafd7322c6e97d25b6299b5d6fe8920b','No',NULL,NULL,'','LINE',NULL,0,'','5886b8ef1676b8ed30082321e3627b0e','',NULL),(4527,'en','wp-easy-smtp','93cba07454f06a4a960172bbd6e2a435','Yes',NULL,NULL,'','LINE',NULL,0,'','08420ec09f9cd7e329f34ba8374040c5','',NULL),(4528,'en','wp-easy-smtp','ef8505b94070876d4ae5f77c9d5625b2','This options should always be checked \'Yes\'',NULL,NULL,'','LINE',NULL,0,'','6631886862773e5c1cd6d03dc75dca80','',NULL),(4529,'en','wp-easy-smtp','f6039d44b29456b20f8f373155ae4973','Username',NULL,NULL,'','LINE',NULL,0,'','8fe7b0e6ec8897c0786564cb6db70a6b','',NULL),(4530,'en','wp-easy-smtp','b664b1a7745adaa9d6ee35600bcd9908','The username to login to your mail server',NULL,NULL,'','LINE',NULL,0,'','1632332a30290ba08f0a1b76b3c7bc29','',NULL),(4531,'en','wp-easy-smtp','dc647eb65e6711e155375218212b3964','Password',NULL,NULL,'','LINE',NULL,0,'','54b86ad451ebda6d21b6830215920643','',NULL),(4532,'en','wp-easy-smtp','5165f33c638c755c41ca02aa9d3ac694','The password to login to your mail server',NULL,NULL,'','LINE',NULL,0,'','ef13f63f9a747a0bef3290d5d192a42d','',NULL),(4533,'en','wp-easy-smtp','f5d6040ed78ca86ddc73296a49b18510','Save Changes',NULL,NULL,'','LINE',NULL,0,'','2dd417c6ff19f700d16789b75e4ae6e7','',NULL),(4534,'en','wp-easy-smtp','db273b79feba6d931889c4cafe9ec2c8','Testing And Debugging Settings',NULL,NULL,'','LINE',NULL,0,'','66d0a3afd7119a9ab3619c0eb251a32a','',NULL),(4535,'en','wp-easy-smtp','31ccf54d4554286751e779049a0be8d0','You can use this section to send an email from your server using the above configured SMTP details to see if the email gets delivered.',NULL,NULL,'','LINE',NULL,0,'','367d68dcfff0137952a350e637c33753','',NULL),(4536,'en','wp-easy-smtp','e12167aa0a7698e6ebc92b4ce3909b53','To',NULL,NULL,'','LINE',NULL,0,'','f4f4a41a513a8e9fd1aee8b124430378','',NULL),(4537,'en','wp-easy-smtp','f9aae5fda8d810a29f12d1e61b4ab25f','Users',NULL,NULL,'','LINE',NULL,0,'','2b1a6970d0b6d3946ffcc6c98190770b','',NULL),(4538,'en','wp-easy-smtp','c98958905497d6e62d6ef8bc6bbeabe3','Commenters',NULL,NULL,'','LINE',NULL,0,'','d3f5c853dbf1f0024a9de4d99163f773','',NULL),(4539,'en','wp-easy-smtp','90589c47f06eb971d548591f23c285af','Custom',NULL,NULL,'','LINE',NULL,0,'','313b1e86c4dedd48daa013b337faf997','',NULL),(4540,'en','wp-easy-smtp','51bdbdfe86ab6915ee1537fcf979402c','Enter the recipient\'s email address',NULL,NULL,'','LINE',NULL,0,'','398ccd8f44b2ca67756b0e16748ec430','',NULL),(4541,'en','wp-easy-smtp','c7892ebbb139886662c6f2fc8c450710','Subject',NULL,NULL,'','LINE',NULL,0,'','db8a16ad45e54fdf30b61431ab0189ff','',NULL),(4542,'en','wp-easy-smtp','f5763b5dd407f95b6af51628ab53f26e','Enter a subject for your message',NULL,NULL,'','LINE',NULL,0,'','b46a805bac2cd4cdf393a4f3cbe3f13d','',NULL),(4543,'en','wp-easy-smtp','aca93d344a9102a2866fd9b8baf4fa92','Variable values are:',NULL,NULL,'','LINE',NULL,0,'','b0efa395ba2c6731210061a3da420054','',NULL),(4544,'en','wp-easy-smtp','4c2a8fe7eaf24721cc7a9f0175115bd4','Message',NULL,NULL,'','LINE',NULL,0,'','41cc04c33555046643a1b1b4684003fe','',NULL),(4545,'en','wp-easy-smtp','0e44bbbaf1f917a59f5e33c7e935c258','Write your email message',NULL,NULL,'','LINE',NULL,0,'','ae1d67fe8cede16f5ddb687d9959741e','',NULL),(4546,'en','wp-easy-smtp','8545deab2278a9b98533528d56dea0b8','Send Test Email',NULL,NULL,'','LINE',NULL,0,'','27d50c5cadf48b8075a52e00597fcd7d','',NULL),(4547,'en','wp-easy-smtp','b676f82acba8d5215278c45500996086','Test mail was not sent',NULL,NULL,'','LINE',NULL,0,'','2ea54cd4cd15cf59186bd5d8a1fc003c','',NULL),(4548,'en','wp-easy-smtp','9a7e58ee13cb727cb7c4acc68f4cafe5','Settings saved.',NULL,NULL,'','LINE',NULL,0,'','e4a7c838d21e50783a5ecbed1201c026','',NULL),(4549,'en','wp-easy-smtp','0903f3fd9e4f51fa7c700fbf9fad3656','Test mail was sent',NULL,NULL,'','LINE',NULL,0,'','bbe8b044cef3f28594f60d9e4dac553a','',NULL),(4550,'en','contact-form-7','e5c043c9d2b5c28734ae5fee184686d8','Sender email address does not belong to the site domain.',NULL,NULL,'','LINE',NULL,0,'','8ef3fbe0a9470a4e5bd3b826f845d637','',NULL),(4551,'en','continents-cities','1bd37924c01de93db20f9de986151a78','Qostanay',NULL,NULL,'','LINE',NULL,0,'','8ee13b6a26d6ce9c70f4ee810f938e04','',NULL),(4552,'en','contact-form-7','91c0395315ece7b42a86208d823de8d7','%s configuration error detected',NULL,NULL,'','LINE',NULL,0,'','c02dd7149c627e6fb255768061e520d8','',NULL),(4553,'en','contact-form-7','efaf21d3158b9749f72c6434ddc78d88','Invalid mailbox syntax is used.',NULL,NULL,'','LINE',NULL,0,'','d8b855f19408da73365539451f289651','',NULL),(4554,'en','default','884b4a093b57e442d47fc541af6a1fbe','Plugin <strong>deactivated</strong>.',NULL,NULL,'','LINE',NULL,0,'','58609f08878c4ccd36e3d7d99381afc8','',NULL),(4555,'en','default','1e85fd41c8fe5f395b40ed3b7b9469c6','Recently Active <span class=\"count\">(%s)</span>',NULL,NULL,'','LINE',NULL,0,'','07147ae3cec62ccc9fcd8eb303e52b2a','',NULL),(4556,'en','contact-form-7','ae7c5c07694332e0f8c5239846a38c09','Constant Contact',NULL,NULL,'','LINE',NULL,0,'','d931ed84379461556200dd4aa5c4dee7','',NULL),(4557,'en','contact-form-7','84435ffc0ab88c06fe534a913da4380d','The Constant Contact integration module allows you to send contact data collected through your contact forms to the Constant Contact API. You can create reliable email subscription services in a few easy steps. For details, see %s.',NULL,NULL,'','LINE',NULL,0,'','07e50e3e9e2c593ab3b8a2fd498fdac1','',NULL),(4558,'en','contact-form-7','8af0c7f9a8d4081a9ef662093dbdd67b','https://contactform7.com/constant-contact-integration/',NULL,NULL,'','LINE',NULL,0,'','01db0bc27b30b287bc1b5a0c84c42826','',NULL),(4559,'en','contact-form-7','4faa43da03ba966dfb8bf60926792fdb','Constant Contact Integration',NULL,NULL,'','LINE',NULL,0,'','41ea0a5614a8b3f58ede59f550ca8701','',NULL),(4560,'en','contact-form-7','058b7187a3e602e79a0ccb2f134e76d8','Setup Integration',NULL,NULL,'','LINE',NULL,0,'','8d2a98fdbc70c68383d46a13528cbbc6','',NULL),(4561,'en','contact-form-7','06d7af2902c6ff41a77b95adfcc47c5d','reCAPTCHA protects you against spam and other types of automated abuse. With Contact Form 7&#8217;s reCAPTCHA integration module, you can block abusive form submissions by spam bots. For details, see %s.',NULL,NULL,'','LINE',NULL,0,'','4db71482d9d8644a376ea77302f5aa88','',NULL),(4562,'en','contact-form-7','5fad60af3544d9e34440b9a8fa99e0fa','reCAPTCHA (v3)',NULL,NULL,'','LINE',NULL,0,'','ffcf2a060930cc06f01d262b32a10655','',NULL),(4563,'en','contact-form-7','911af7aa209e00b49f3d6fd2afa92564','Untitled',NULL,NULL,'','LINE',NULL,0,'','4aefd712f77e501750e676c26c87b2b3','',NULL),(4564,'en','default','ceb830cf24af91691056d0d181d14813','Click the image to edit or update',NULL,NULL,'','LINE',NULL,0,'','103e7cea5b6080409eaf634ba991ef16','',NULL),(4565,'en','sitepress','a76b497083647a6d32e6c133652ab017','Error uploading flag file.',NULL,NULL,'','LINE',NULL,0,'','27fa394f1feed8807af1b62e2859bd86','',NULL),(4566,'en','sitepress','5d3108593ff1a4c6c0821d8a9f10fd2b','There was an error uploading the file, please try again!',NULL,NULL,'','LINE',NULL,0,'','23050d18e4dbffdbc38a9e3fa22a1189','',NULL),(4567,'en','sitepress','c575f7bf38ec3bb1264da3485484076b','The uploaded file exceeds %s bytes.',NULL,NULL,'','LINE',NULL,0,'','227740caa07eba7b62cd7fc5d8310eba','',NULL),(4568,'en','default','7a9362f7b668d13007042dfeb04377f0','%s months',NULL,NULL,'','LINE',NULL,0,'','23b0fb7d55ef7191632ff159a00883a4','',NULL),(4569,'en','default','2da47af339b86412bb0e45b01fdeab50','Sidebar %d',NULL,NULL,'','LINE',NULL,0,'','b15fdff98b459fbcaf26d2f90fcea8ce','',NULL),(4571,'en','default','91287eec81e365d9a2d6364995ff0f6c','Manage widgets',NULL,NULL,'','LINE',NULL,0,'','b157a7245b4306bc2da32cd73b5ca90f','',NULL),(4572,'en','ajax-search-lite','a2c184a02e756df38ed975486b273cd3','Ajax Search Lite',NULL,NULL,'','LINE',NULL,0,'','8a959b1136c9a6989303b6000e167b44','',NULL),(4573,'en','ajax-search-lite','4e7cdaefc2566a16f1759041ef860d35','http://wp-dreams.com',NULL,NULL,'','LINE',NULL,0,'','35cbc7c7562e4c6eaeaaf86bd8a01227','',NULL),(4574,'en','ajax-search-lite','e4ca232496ff395022cdaadc97982a5b','The lite version of the most powerful ajax powered search engine for WordPress.',NULL,NULL,'','LINE',NULL,0,'','a0e570f35958d79a596ce7c5b338e4cd','',NULL),(4575,'en','ajax-search-lite','b60e708c6384835b43146f8eba2ff3e2','Ernest Marcinko',NULL,NULL,'','LINE',NULL,0,'','9cee3ebc63831b7b06f60a30c2731896','',NULL),(4576,'en','ajax-search-lite','755df28d9eab25848c404b994a9b4fc4','4.7.26',NULL,NULL,'','LINE',NULL,0,'','ccbcee493e632dfca2c6e94c1fa0dfac','',NULL),(4577,'en','custom-post-type-ui','90ad09a6c6f3ea4011e83591a85167e7','Custom Post Type UI',NULL,NULL,'','LINE',NULL,0,'','80b98b8a605b88fa5b21573573730473','',NULL),(4578,'en','custom-post-type-ui','efe05560eebe66ba613508c0dea98e72','https://github.com/WebDevStudios/custom-post-type-ui/',NULL,NULL,'','LINE',NULL,0,'','49b4e67d6cf54da510a1c436df339269','',NULL),(4579,'en','custom-post-type-ui','3c2d2bc1a2bb57274278b718df86da32','Admin panel for creating custom post types and custom taxonomies in WordPress',NULL,NULL,'','LINE',NULL,0,'','38ef3f090d1c7722814cf7cf7dfb58f5','',NULL),(4580,'en','custom-post-type-ui','56cd51e065d1cdd6207ff58557b3e043','WebDevStudios',NULL,NULL,'','LINE',NULL,0,'','ab18d50cc32fe952bb2965259673e517','',NULL),(4581,'en','custom-post-type-ui','ead8bd5ca26c983f3d4eefe3c20bd39e','https://webdevstudios.com/',NULL,NULL,'','LINE',NULL,0,'','dbd08b52bf9a597c5c5884ad204110c7','',NULL),(4582,'en','custom-post-type-ui','861d527b8d01e8fe1552e0cc56e05073','1.6.2',NULL,NULL,'','LINE',NULL,0,'','ac5ef3ac2d386ae9bffbd02478a47437','',NULL),(4583,'en','dnd-upload-cf7','84c0b93e02691eb08dd9d78cf03158c0','Drag and Drop Multiple File Upload - Contact Form 7',NULL,NULL,'','LINE',NULL,0,'','cf881fde0e1c1c56206bd11cd538c22f','',NULL),(4584,'en','dnd-upload-cf7','587b850861e5e7eb38bae64cee5be862','https://profiles.wordpress.org/glenwpcoder',NULL,NULL,'','LINE',NULL,0,'','50a32fec47c2d4800f7f10ead7a1136c','',NULL),(4585,'en','dnd-upload-cf7','f4655b32370c576b443332c907b619ad','This simple plugin create Drag & Drop or choose Multiple File upload in your Confact Form 7 Forms.',NULL,NULL,'','LINE',NULL,0,'','4c3ec34193a6ac1d5b73ef45c08df1db','',NULL),(4586,'en','dnd-upload-cf7','cce5e6ac78887c3fbaaef550877b36e8','Glen Don L. Mongaya',NULL,NULL,'','LINE',NULL,0,'','c295743906a1283052ccc515b93bbec2','',NULL),(4587,'en','dnd-upload-cf7','842dc295a2f4cee646326f7de53b2509','http://codedropz.com',NULL,NULL,'','LINE',NULL,0,'','af38e733e7adb5ed96cfd19b99dfd6ca','',NULL),(4588,'en','dnd-upload-cf7','944f59d84e85a4b9676bfa37969c1283','1.2.6.0',NULL,NULL,'','LINE',NULL,0,'','5b3eb5b37985362c6d7e65992d71ec44','',NULL),(4589,'en','posts-viewed-recently','def6cdc0ba352561eca766b39a454230','Posts Viewed Recently',NULL,NULL,'','LINE',NULL,0,'','20a989814f11247486e0a86a2304964b','',NULL),(4590,'en','posts-viewed-recently','c129304006834495b0dfe3ada81b35c6','https://www.astech.solutions/wordpress-javascript-jquery-plugins/posts-viewed-recently/',NULL,NULL,'','LINE',NULL,0,'','f5fbe92d473093d9d21673e1d201a0c0','',NULL),(4591,'en','posts-viewed-recently','e7d211e96f26ff4193c04d4369e9ccda','Posts Viewed Recently plugin shows posts/pages viewed by a visitor as a responsive sidebar widget or in post/page using the shortcode.',NULL,NULL,'','LINE',NULL,0,'','15c654a9d08ca15aa05a7ff68e460dbb','',NULL),(4592,'en','posts-viewed-recently','3c1e1dbfc519364a93596a56a158e854','AS Tech Solutions',NULL,NULL,'','LINE',NULL,0,'','949d2433b37185a99b1c54e4c84b39c4','',NULL),(4593,'en','posts-viewed-recently','6fabbd0cd70787189b49dd9a059db6d9','https://www.astech.solutions/',NULL,NULL,'','LINE',NULL,0,'','4a632452e27c59de3e873f840f17987f','',NULL),(4594,'en','posts-viewed-recently','54acb57afb70110fb7f8e1de35e176b4','1.3.1',NULL,NULL,'','LINE',NULL,0,'','d7754d93ac7fdfd6072ace47d0144bb1','',NULL),(4595,'en','custom-post-type-ui','9bdc93178fe2ed79d7c38556bd58eef1','Custom Post Types',NULL,NULL,'','LINE',NULL,0,'','cec10d19a07f332877ee533cb98c48fc','',NULL),(4596,'en','custom-post-type-ui','69b3f49859952b2ea81f475a784af22d','CPT UI',NULL,NULL,'','LINE',NULL,0,'','4f4fce0c5ca93580da9d94828837b604','',NULL),(4597,'en','custom-post-type-ui','f861cbe355d983d60fd14d68ecbeddb8','Add/Edit Post Types',NULL,NULL,'','LINE',NULL,0,'','381ff7ef9ef65e0ed85536d414986452','',NULL),(4598,'en','custom-post-type-ui','5fe1b63d5e79d40a819e400e3df047fc','Add/Edit Taxonomies',NULL,NULL,'','LINE',NULL,0,'','4722e251b1aac41b185d3c4f40de7393','',NULL),(4599,'en','custom-post-type-ui','b93f11fce7c0a7f62c2a2bebe132ce73','Registered Types and Taxes',NULL,NULL,'','LINE',NULL,0,'','8fdc2b6b221d170ba02cb822fdeac3c6','',NULL),(4600,'en','custom-post-type-ui','b0db5565bc259cd26cbaee2904b26084','Registered Types/Taxes',NULL,NULL,'','LINE',NULL,0,'','9f940597fd894cefb0579cf5f7bbfacf','',NULL),(4601,'en','custom-post-type-ui','f10b35af076e04f91d01297422fa7f18','Custom Post Type UI Tools',NULL,NULL,'','LINE',NULL,0,'','febe716e62848f15b5887d85d8072a94','',NULL),(4602,'en','custom-post-type-ui','8625e1de7be14c39b1d14dc03d822497','Tools',NULL,NULL,'','LINE',NULL,0,'','feeb14e2446f6ca739f67f63e4e3c45c','',NULL),(4603,'en','custom-post-type-ui','8ae80f8442bf0b2a7dec2e10342a5221','Help/Support',NULL,NULL,'','LINE',NULL,0,'','138683f3f227295de5fbc808cc3f30a7','',NULL),(4604,'en','custom-post-type-ui','3e81f3038e845603fe29a83718c045e0','About CPT UI',NULL,NULL,'','LINE',NULL,0,'','bdecf63979b68c2dd7207abd175622f8','',NULL),(4605,'en','custom-post-type-ui','8f7f4c1ce7a4f933663d10543562b096','About',NULL,NULL,'','LINE',NULL,0,'','f8857851502a0d63beff98ab76143438','',NULL),(4606,'en','custom-post-type-ui','6a26f548831e6a8c26bfbbd9f6ec61e0','Help',NULL,NULL,'','LINE',NULL,0,'','ecff24ab65a06d235291af55830e1a55','',NULL),(4607,'en','custom-post-type-ui','f0a6dd5a903cbc623486e6c8a7649bc0','Thank you for choosing Custom Post Type UI! We hope that your experience with our plugin makes creating post types and taxonomies and organizing your content quick and easy.',NULL,NULL,'','LINE',NULL,0,'','53bde12724d14448ce17f2cbb1389f42','',NULL),(4608,'en','custom-post-type-ui','4974873490b595c8b852ced434a519c1','What\'s new in version %s',NULL,NULL,'','LINE',NULL,0,'','69d5a76a0879fa738e7d9af213030bbf','',NULL),(4609,'en','custom-post-type-ui','6bf0f80544051a02dd3a949f2d2ba68a','Taxonomy support for meta_box_cb parameter',NULL,NULL,'','LINE',NULL,0,'','0418d6edc6cb64e899f71f3eea9d2bab','',NULL),(4610,'en','custom-post-type-ui','9d4e9293c895f7854e5ca6d2dde70fce','We have added a field to provide a function callback to use for the metabox for your taxonomies. This allows you to customize and provide your own metabox output instead of using the default.',NULL,NULL,'','LINE',NULL,0,'','807fbd54d4daaf13147b3567dc17d07a','',NULL),(4611,'en','custom-post-type-ui','524bb5dfcbe321444442b21212f6eb23','WP-CLI Support',NULL,NULL,'','LINE',NULL,0,'','893cff9bb03873e74c98fba1f3922e7b','',NULL),(4612,'en','custom-post-type-ui','0d274d59bf409b44f845970b13dd0a5c','We have added some initial WP-CLI support around importing and exporting your Custom Post Type UI settings. This will help with setting up your websites and provide some possible automation tools.',NULL,NULL,'','LINE',NULL,0,'','86ec2135f0045b8cfa6a914fa79811d8','',NULL),(4613,'en','custom-post-type-ui','2c41fdd0f67f6b7a3846b86596251d86','Adjusted default \"Show in REST\" parameter.',NULL,NULL,'','LINE',NULL,0,'','053d7c10dd337f591eff6095e7895e57','',NULL),(4614,'en','custom-post-type-ui','37e1f3314b0fd1f79171fea155ac5575','Gutenberg is coming with WordPress 5.0. For post types to have \"Gutenberg\" support, the \"Show in REST\" parameter needs to be set to true. We are changing this to help ease users into better integration.',NULL,NULL,'','LINE',NULL,0,'','f6a7d51e73c5dc2aed12ad14857a709c','',NULL),(4615,'en','custom-post-type-ui','52fd057cd0b7e8692a7adc06204f7e93','More from %s',NULL,NULL,'','LINE',NULL,0,'','e935ca18fbf750737794eebfce8a80c2','',NULL),(4616,'en','custom-post-type-ui','218a41a0c14664fba23adbdd1c01cec8','%s version %s by %s',NULL,NULL,'','LINE',NULL,0,'','d38e05cbd39c39b9321d6791e2b37fd7','',NULL),(4617,'en','custom-post-type-ui','a42a69de8cb0bc12c105962bb2df8561','Support forums',NULL,NULL,'','LINE',NULL,0,'','a5663510993eb215365d997b47c69ede','',NULL),(4618,'en','custom-post-type-ui','db271d649cb0d4820896586140db61a5','Review %s',NULL,NULL,'','LINE',NULL,0,'','eb14690c738fd2f9ca5c882d48f21c6b','',NULL),(4619,'en','custom-post-type-ui','ee1e29f478fd4d3469ba5295c4cf8fce','Follow on Twitter:',NULL,NULL,'','LINE',NULL,0,'','2f4325fb5e9b40f1b9aa7bff74bdaf95','',NULL),(4620,'en','dnd-upload-cf7','526d32e176ec8ec4c8c776cf9c5aec55','multiple file upload',NULL,NULL,'','LINE',NULL,0,'','bbf15368d98e4fd743cd1b4a69ea612c','',NULL),(4621,'en','posts-viewed-recently','825b5209f4353b4f1bcdeebc757e0d66','Displays recent viewed posts/pages by a visitor as a responsive sidebar widget or in page/post using the shortcode',NULL,NULL,'','LINE',NULL,0,'','4f3b27f760eaa5347b6f56acb3f2fdb3','',NULL),(4622,'en','custom-post-type-ui','b2dff5acd4a6e6637f5da618182fd0e1','Post Types',NULL,NULL,'','LINE',NULL,0,'','c51a4c4236bbb19e268d226b9d53fcf8','',NULL),(4623,'en','custom-post-type-ui','5acd460877052acd8485e812d7ac8004','Taxonomies',NULL,NULL,'','LINE',NULL,0,'','6412ad726f486537669092ec76364440','',NULL),(4624,'en','custom-post-type-ui','cf169f366e366477e96fc531102a9806','Get Code',NULL,NULL,'','LINE',NULL,0,'','96aecb0fb2d281b67db959e2cc3c6a1e','',NULL),(4625,'en','custom-post-type-ui','15719f7683f9f08640bedb86df8f5153','Debug Info',NULL,NULL,'','LINE',NULL,0,'','065ef2c665b888d863ce50900a829b3a','',NULL),(4626,'en','custom-post-type-ui','8588c270a09efe73be7280501ebbba50','If you are wanting to migrate registered post types or taxonomies from this site to another, that will also use Custom Post Type UI, use the import and export functionality. If you are moving away from Custom Post Type UI, use the information in the \"Get Code\" tab.',NULL,NULL,'','LINE',NULL,0,'','203fe3c46a284e4ce9504ad75bc19cab','',NULL),(4627,'en','custom-post-type-ui','10de4bc81f754b19b0d27246a0589c05','NOTE',NULL,NULL,'','LINE',NULL,0,'','9ce6ae4a72d01b0e607b07a6338e7ea3','',NULL),(4628,'en','custom-post-type-ui','19cb58d4753a5e96322bf392e86dc50d','This will not export the associated posts or taxonomy terms, just the settings.',NULL,NULL,'','LINE',NULL,0,'','c2e2fd7ea1a0c766de99612b053dbefa','',NULL),(4629,'en','custom-post-type-ui','5536f1c885cbc1c8782ba71232dc2929','Import Post Types',NULL,NULL,'','LINE',NULL,0,'','fa5121fed5852e14d239ad9a81303375','',NULL),(4630,'en','custom-post-type-ui','d287766750119c60044abea424b6023c','Paste content here.',NULL,NULL,'','LINE',NULL,0,'','daeef839e828a5f2fd34161f08e64057','',NULL),(4631,'en','custom-post-type-ui','fc9d3df613063ee57906c461320744e2','Note:',NULL,NULL,'','LINE',NULL,0,'','adbb09dc8636787c6e65fd9e8b5ab8fe','',NULL),(4632,'en','custom-post-type-ui','2d85d4ef418df7c231b5564d2e5d2041','Importing will overwrite previous registered settings.',NULL,NULL,'','LINE',NULL,0,'','c2b1d298213a82dc2ce43a12137b0088','',NULL),(4633,'en','custom-post-type-ui','c87b9c140841dc8806484eb36b882a9d','To import post types from a different WordPress site, paste the exported content from that site and click the \"Import\" button.',NULL,NULL,'','LINE',NULL,0,'','46617d2bff4f5e916a970bff8b1971d9','',NULL),(4634,'en','custom-post-type-ui','72d6d7a1885885bb55a565fd1070581a','Import',NULL,NULL,'','LINE',NULL,0,'','65fe979c93889177e7b414c328837675','',NULL),(4635,'en','custom-post-type-ui','f4da1745941d72fd0b7202daff1f0233','Export Post Types settings',NULL,NULL,'','LINE',NULL,0,'','5d00bc3dba68fd8b55acbb84fcef4cfd','',NULL),(4636,'en','custom-post-type-ui','2183b29e595ec6fb8960c51266c009f7','No post types registered yet.',NULL,NULL,'','LINE',NULL,0,'','e838e005aebb825fb669798636a9b680','',NULL),(4637,'en','custom-post-type-ui','288ca01b48459c6797b9e0e91af8d062','To copy the system info, click below then press Ctrl + C (PC) or Cmd + C (Mac).',NULL,NULL,'','LINE',NULL,0,'','6331f6955605104530825253cfcd9d4d','',NULL),(4638,'en','custom-post-type-ui','58430a4759c4302a3a7666815859aaff','Use the content above to import current post types into a different WordPress site. You can also use this to simply back up your post type settings.',NULL,NULL,'','LINE',NULL,0,'','d6a284e6f2395b791938a00c920afc59','',NULL),(4639,'en','custom-post-type-ui','6ab63fcbb745b30abab163de7d71ef35','Add new %s',NULL,NULL,'','LINE',NULL,0,'','36488a1b64330a55798da4d56c4abcf6','',NULL),(4640,'en','custom-post-type-ui','7dfa8bf72c98a7c1927d689cdbc49ce1','Edit %s',NULL,NULL,'','LINE',NULL,0,'','773f256f02a855294a1ac7c8d287c7c1','',NULL),(4641,'en','custom-post-type-ui','460c3ad22193ba9081056eb1dc9af116','New %s',NULL,NULL,'','LINE',NULL,0,'','db02edbfe8410547381624ec5acb15b4','',NULL),(4642,'en','custom-post-type-ui','4070217917db2a77aa6643b2ce47ceed','View %s',NULL,NULL,'','LINE',NULL,0,'','d9cc6f5936c422c2cfd22097e0bbfd0f','',NULL),(4643,'en','custom-post-type-ui','84d1595b1584d106bf0310b6905e7c3c','All %s',NULL,NULL,'','LINE',NULL,0,'','54fe1595b9ba353731ad4d05d1a58a08','',NULL),(4644,'en','custom-post-type-ui','9c261c62a7a3a3b68ebc14f22045d762','Search %s',NULL,NULL,'','LINE',NULL,0,'','ab5dfb0ca98f1354488df5f63ba4c281','',NULL),(4645,'en','custom-post-type-ui','5a400d6ff04426bf44ce8bde0fa0e81d','No %s found.',NULL,NULL,'','LINE',NULL,0,'','5cbf8a31de2c4d199b7db7d0c6858291','',NULL),(4646,'en','custom-post-type-ui','796c1d3106dccf553cce900260f55b43','No %s found in trash.',NULL,NULL,'','LINE',NULL,0,'','50fbc786029b3af67f047fb05ce34523','',NULL),(4647,'en','custom-post-type-ui','03d2a3c16fe093f6883a4b0059a581b9','Parent %s',NULL,NULL,'','LINE',NULL,0,'','4f8c781b7fb519310dbe97766fae84de','',NULL),(4648,'en','custom-post-type-ui','514ef5adfed5b9f69f4fdc1179ea8e38','Parent %s:',NULL,NULL,'','LINE',NULL,0,'','4cf837c0b937aef591aa99f091b80432','',NULL),(4649,'en','custom-post-type-ui','2ada3e768c0f971c10f36111fb1cc421','Update %s',NULL,NULL,'','LINE',NULL,0,'','77db38fc35cd12db6c9ae8db3ab13888','',NULL),(4650,'en','custom-post-type-ui','c6967ca7b3ac92eb43260deb938bad37','New %s name',NULL,NULL,'','LINE',NULL,0,'','ea22e3e541da0904043ea8afb30ef3ee','',NULL),(4651,'en','custom-post-type-ui','b7272c54a47ce35f13e67f1d2cc38fae','Popular %s',NULL,NULL,'','LINE',NULL,0,'','db7f228ca7e282c47bab668dc31658b3','',NULL),(4652,'en','custom-post-type-ui','f6dd5b9000e98c13473c9ac1d67d8a18','Separate %s with commas',NULL,NULL,'','LINE',NULL,0,'','8aa3100869642e8d5f494e6c9c6b8b13','',NULL),(4653,'en','custom-post-type-ui','47a85b83c0d2d9119ea00aabb9ebd7f2','Add or remove %s',NULL,NULL,'','LINE',NULL,0,'','c509d3ea87ce8bc5869a9f93c64013bc','',NULL),(4654,'en','custom-post-type-ui','fa6ba1b0a5b01e142cab8455dff76e11','Choose from the most used %s',NULL,NULL,'','LINE',NULL,0,'','70ee86157b3643dcfb404cc4e1da6e47','',NULL),(4655,'en','custom-post-type-ui','92f40554b9eb7599361ce568202ddd47','Successfully imported data.',NULL,NULL,'','LINE',NULL,0,'','da378336a5f1ee10bfbacf00979222f7','',NULL),(4656,'en','admin_texts_cptui_post_types','[cptui_post_types][helpcenter]label','Help Center',NULL,NULL,'','LINE',NULL,0,'','7ce1666f11650b1ee6bc44a3fabd5bf4','optional',NULL),(4657,'en','admin_texts_cptui_post_types','[cptui_post_types][helpcenter]singular_label','Help',NULL,NULL,'','LINE',NULL,0,'','dc8c81ed24d10bbb715a27d9f193ddbf','optional',NULL),(4658,'en','wpml-translation-management','811ca437016d6f9a8041c4b396916f62','Admin Strings to Translate',NULL,NULL,'','LINE',NULL,0,'','fd78439f87280ad59adce88ee80eb98a','',NULL),(4659,'en','wpml-translation-management','270d9e96eabb705f973f8b0806df9ee6','Admin Strings',NULL,NULL,'','LINE',NULL,0,'','57ab6279f487709d73db601eddbbf628','',NULL),(4660,'en','sitepress','fc46e26a907870744758b76166150f62','translate',NULL,NULL,'','LINE',NULL,0,'','9624276544b678376bd48848ebe4be4d','',NULL),(4661,'en','sitepress','2b639ed0ce08b3f5378e03fada54be9b','some strings might be not registered',NULL,NULL,'','LINE',NULL,0,'','7bc4d5c11c519eeef4dec534de6705f3','',NULL),(4662,'en','wpml-translation-management','73882cd827b9e79fd564bcc27f9ec5c6','Edit translatable strings',NULL,NULL,'','LINE',NULL,0,'','c627e84a471d6381c70a18bbc8385f3b','',NULL),(4663,'en','WordPress','URL slug: helpcenter','help-center',NULL,NULL,'','LINE',NULL,10,'','4eef0798ecf1b22f23ff208f8c73aaea','optional',NULL),(4664,'en','WordPress','URL post_tag tax slug','tag',NULL,NULL,'','LINE',NULL,10,'','38a2bcb3d18dfb6ee71056973bafa713','optional',NULL),(4665,'en','WordPress','URL format tax slug','format',NULL,NULL,'','LINE',NULL,10,'','c6321f1ca4b726887a311f1d0761385c','optional',NULL),(4666,'en','ajax-search-lite','1fe65b77716d8b35c2513148f9ea49c1','Search shortcode:',NULL,NULL,'','LINE',NULL,0,'','baa802306b5bf59c25b332069fd20ec9','',NULL),(4667,'en','ajax-search-lite','76af15fbb0f002165f580aaebb560444','Search shortcode for templates:',NULL,NULL,'','LINE',NULL,0,'','1a9af5eab55423ab3418235de8415241','',NULL),(4668,'en','ajax-search-lite','08cab09e9c5700ffdd3c26a54a83ec4c','General Options',NULL,NULL,'','LINE',NULL,0,'','46eedeb0b246222e64dd5a269f8276cb','',NULL),(4669,'en','ajax-search-lite','5bc4774aa01ea56fa43690881c2091d4','Image Options',NULL,NULL,'','LINE',NULL,0,'','381a499933884580e798fc3f4cb836e8','',NULL),(4670,'en','ajax-search-lite','6f674682042200d42a35971bf39fc7df','Frontend Options',NULL,NULL,'','LINE',NULL,0,'','f3e9c6ea3403a6d094f2dd73b6e5107c','',NULL),(4671,'en','ajax-search-lite','f4c306b06a4becc686424463dd50c301','Layout options',NULL,NULL,'','LINE',NULL,0,'','3a0f7f6a89b0d0f7dc92114c2bfef746','',NULL),(4672,'en','ajax-search-lite','9b6545e4cea9b4ad4979d41bb9170e2b','Advanced',NULL,NULL,'','LINE',NULL,0,'','ca542d8f85cd01829fae7b863e616a99','',NULL),(4673,'en','ajax-search-lite','9da3945d3d67f9596c5c6ae8e05bef9c','Genearal Options',NULL,NULL,'','LINE',NULL,0,'','7177e8ed8c5c46c7c8bced5963d9cbc6','',NULL),(4674,'en','ajax-search-lite','f9b3df87732e6b3bebf5465fd1cbc2e9','Try to replace the theme search with Ajax Search Lite form?',NULL,NULL,'','LINE',NULL,0,'','7776d02d7e576705570cb54ab4fece93','',NULL),(4675,'en','ajax-search-lite','063fa9dc6fe2fac4a89de86270b63f25','Works with most themes, which use the searchform.php theme file to display their search forms.',NULL,NULL,'','LINE',NULL,0,'','b141106f84ceff12a4782bd493485cb8','',NULL),(4676,'en','ajax-search-lite','b283858561ef9f7ff0f277c7ab58966d','Search in custom post types',NULL,NULL,'','LINE',NULL,0,'','61e5b9a13dd91ea16e7491b3ef1d240a','',NULL),(4677,'en','ajax-search-lite','b8f0310532d37baa2290b82102d09f3c','Search in title?',NULL,NULL,'','LINE',NULL,0,'','d4203637c719a8f9a338dc63a1c76346','',NULL),(4678,'en','ajax-search-lite','6f9b11d8223fa80cc33f6eef61b85464','Search in content?',NULL,NULL,'','LINE',NULL,0,'','52c91e18e1aea0bd79da898e1ff43b63','',NULL),(4679,'en','ajax-search-lite','0e09a58bba3b9b61f0b04c8d0bb7132d','Search in post excerpts?',NULL,NULL,'','LINE',NULL,0,'','2c11182bdec4307cdc5bf0a0b820a2c4','',NULL),(4680,'en','ajax-search-lite','b672f4e6d62d8149e7f858ff558d4e07','Search in permalinks?',NULL,NULL,'','LINE',NULL,0,'','ac43a919fce900d8c04a614e9c02b1a7','',NULL),(4681,'en','ajax-search-lite','2ffb43db5ecc629b29356dc87f6f5b70','Search in post (and CPT) IDs?',NULL,NULL,'','LINE',NULL,0,'','fd6a80eea55f3bcaee4c87aad0abb69b','',NULL),(4682,'en','ajax-search-lite','25a102e08a286c311b95c0d63c62fe52','Search all custom fields?',NULL,NULL,'','LINE',NULL,0,'','d0acbb0d689e70f84d8b0c11ad98df37','',NULL),(4683,'en','ajax-search-lite','9c60579f88160f0cc597bc2ee2439958','..or search in selected custom fields?',NULL,NULL,'','LINE',NULL,0,'','bd4d9da570b5f69b539741351d459011','',NULL),(4684,'en','ajax-search-lite','9ccf991eb9cf6e1b3e3169862ea9a3c8','Post statuses to search',NULL,NULL,'','LINE',NULL,0,'','86a61560ca7a5a9382b4301c5918bb65','',NULL),(4685,'en','ajax-search-lite','223088cbc32df91dc8477ec63985f6d1','Comma separated list. WP Defaults: publish, future, draft, pending, private, trash, auto-draft',NULL,NULL,'','LINE',NULL,0,'','758b25a18c6a4d1ff26882ec84bafa76','',NULL),(4686,'en','ajax-search-lite','b79570c5f49a2b64adb736d67b9600e3','Search in terms? (categories, tags)',NULL,NULL,'','LINE',NULL,0,'','ec2629c141f409daab2697562ccad155','',NULL),(4687,'en','ajax-search-lite','0ff7e90cc480e3b4b1c317bb3faee069','Show exact matches only?',NULL,NULL,'','LINE',NULL,0,'','852571fb6fdb8543b4dab94f391494f2','',NULL),(4688,'en','ajax-search-lite','77f709332478edec478bb7382df92e69','Keyword (phrase) logic?',NULL,NULL,'','LINE',NULL,0,'','e5ff58b1a40f995180c0c7d5a46ceeea','',NULL),(4689,'en','aajax-search-lite','1d00e7dce692e8dc3f6877f035e3a616','OR',NULL,NULL,'','LINE',NULL,0,'','d7926216638822065c857e163581a650','',NULL),(4690,'en','ajax-search-lite','aeee2546cc32dcd6de33881235a415e1','OR with exact word matches',NULL,NULL,'','LINE',NULL,0,'','d1500347728bec1498d9273e0d76b0b2','',NULL),(4691,'en','ajax-search-lite','558ffc8f5770d8e4f95f51d822685532','AND',NULL,NULL,'','LINE',NULL,0,'','cfa6add6f2b7a8d98e08d10bca1ab7ba','',NULL),(4692,'en','ajax-search-lite','a0fa73248abbc96a77392467e22064e4','AND with exact word matches',NULL,NULL,'','LINE',NULL,0,'','8dc66599f949e93b3d94f58f4357787d','',NULL),(4693,'en','ajax-search-lite','d43cb8797b0353249ad9b5bacc295a8d','This determines if the result should match either of the entered phrases (OR logic) or all of the entered phrases (AND logic).',NULL,NULL,'','LINE',NULL,0,'','7c21d6ed9df9a64f138b86940a5cf238','',NULL),(4694,'en','ajax-search-lite','b1a59258946bf9c2ef9b3bf85c23bec9','Please note: For <strong>performance rasons</strong> exact word matching in the Lite version is only able to check space-separated words. Commas, dots, question marks etc.. are not considered as word separators.',NULL,NULL,'','LINE',NULL,0,'','991711d79e41893b7450811f3ba2451f','',NULL),(4695,'en','ajax-search-lite','460c7b90e7548a7dcd7756f7aeb3cae6','Trigger search on facet change?',NULL,NULL,'','LINE',NULL,0,'','ff13c16952cf691a2ed05efe62f029d9','',NULL),(4696,'en','ajax-search-lite','a9db6c59e163fecff05a4b649bb827a1','Will trigger a search when the user clicks on a checkbox on the front-end.',NULL,NULL,'','LINE',NULL,0,'','a482d374bddc598d55c86b137644b782','',NULL),(4697,'en','ajax-search-lite','0fc21df0e2eeb59c24c23bf9e536b777','Trigger search when typing?',NULL,NULL,'','LINE',NULL,0,'','b1d3ae5bca3bae3371768b7338f5dcec','',NULL),(4698,'en','ajax-search-lite','08573e53b05eb3152948bbfccee3619f','Minimal character count to trigger search',NULL,NULL,'','LINE',NULL,0,'','b49e5be181a282d5419e2cf1815de775','',NULL),(4699,'en','ajax-search-lite','dbcb9d8a872b6dceed1524ae6faef046','Max. results',NULL,NULL,'','LINE',NULL,0,'','0dbd2ad1ea0f28023a05b76e7dcccccd','',NULL),(4700,'en','ajax-search-lite','d9278be3520b7e79816665eb9910ed3e','Action when clicking <strong>the magnifier</strong> icon',NULL,NULL,'','LINE',NULL,0,'','68e1283b3924e2d19cecda09a1453f2f','',NULL),(4701,'en','ajax-search-lite','409d048f8d1f9f2dbe394215040569b9','Trigger live search',NULL,NULL,'','LINE',NULL,0,'','7876d744c7c99943637185058bb03146','',NULL),(4702,'en','ajax-search-lite','eb8c534ecd0ed70ddc3ceab338ba9b78','Redirec to: Results page',NULL,NULL,'','LINE',NULL,0,'','b4c0d4b3f8fbe2dd7ab3759fb6f9a5ab','',NULL),(4703,'en','ajax-search-lite','4a09e8a18ce5d4b78bcf9837253dd38b','Redirec to: Woocommerce results page',NULL,NULL,'','LINE',NULL,0,'','0611ccbd23ccace05571e944d904f838','',NULL),(4704,'en','ajax-search-lite','9ddf5597ffb0cc5da9c879f2ad033ee5','Redirec to: First matching result',NULL,NULL,'','LINE',NULL,0,'','90bedbfe6288df011000adf3725026d5','',NULL),(4705,'en','ajax-search-lite','f374a5d2148f5be1b02712d849713208','Redirec to: Custom URL',NULL,NULL,'','LINE',NULL,0,'','075f8ed2505f3157ff9bfd088096e2d3','',NULL),(4706,'en','ajax-search-lite','cd88ce600576fcc630878b5e374835a5','Do nothing',NULL,NULL,'','LINE',NULL,0,'','20f4b6442f01470600ab3b87d455300c','',NULL),(4707,'en','ajax-search-lite','aa37f9c9e968f4136a2205afc2d97b71','Action when pressing <strong>the return</strong> key',NULL,NULL,'','LINE',NULL,0,'','67298feae1043acbd60e4fd916958cf0','',NULL),(4708,'en','ajax-search-lite','51dfd1b1e39c0767995a52876c2497fb','Custom redirect URL',NULL,NULL,'','LINE',NULL,0,'','91ecf2ede5fafd952f772a1116a67978','',NULL),(4709,'en','ajax-search-lite','e45575f55eb105971a77de2a97f37aca','Override the default WordPress search results?',NULL,NULL,'','LINE',NULL,0,'','7a2009b688f0d8df37209afa78024041','',NULL),(4710,'en','ajax-search-lite','f08dd9175f2da3fd9730a18422bec4d1','Might not work with some Themes.',NULL,NULL,'','LINE',NULL,0,'','329af55c44026dd6a6e9daf0df350f8a','',NULL),(4711,'en','ajax-search-lite','f94e881412875a4fb96136eb58efa93a','Results count per page?',NULL,NULL,'','LINE',NULL,0,'','33a019a33903e919861d3ff1bf00cb97','',NULL),(4712,'en','ajax-search-lite','efef13f1965c9d0e3f83fd0f9d34da9b','The number of results per page, on the results page.',NULL,NULL,'','LINE',NULL,0,'','2382b4ea6b9398cf0c7801f6d55886c9','',NULL),(4713,'en','ajax-search-lite','1f276eaa263659eaa59e89e46642c818','<strong>WARNING:</strong> This should be set to the same as the number of results originally displayed on the results page!<br>\r\n        Most themes use the system option found on the <strong>General Options -> Reading</strong> submenu, which is 10 by default. <br>\r\n        If you set it differently, or your theme has a different option for that, then <strong>set this option to the same value</strong> as well.',NULL,NULL,'','LINE',NULL,0,'','4ba77e02598011fdc0d266d818841ac2','',NULL),(4714,'en','ajax-search-lite','c998e813e304dba29696e12c4c0bcdc9','Primary result ordering',NULL,NULL,'','LINE',NULL,0,'','f87a040aa9071f2cb2e4d47e6af73e5c','',NULL),(4715,'en','ajax-search-lite','51d90788ec76dbd491652c0162bf9471','This is the primary ordering. If two elements match the primary ordering criteria, the Secondary ordering is used below.',NULL,NULL,'','LINE',NULL,0,'','5ca2ed6b49af08e0d5572e29cc05eb78','',NULL),(4716,'en','ajax-search-lite','6aac23c589c6886844960e2ab453ba11','Secondary result ordering',NULL,NULL,'','LINE',NULL,0,'','d225c5bde5e531e80152ad20f3e50434','',NULL),(4717,'en','ajax-search-lite','5d28da917a7619a9572769a20cae5f89','For matching elements by primary ordering, this ordering is used.',NULL,NULL,'','LINE',NULL,0,'','dc62d81f4f2c30bc3a1af91ea2d9e765','',NULL),(4718,'en','ajax-search-lite','c90d9cd52e77680cec05e24f63a81604','Save options!',NULL,NULL,'','LINE',NULL,0,'','6ceaf2d6ab3adf551e1b2ddb5bdc25a9','',NULL),(4719,'en','ajax-search-lite','5bacd67f7253969999eb283f0dcb6972','Show images in results?',NULL,NULL,'','LINE',NULL,0,'','68b37f860cbf5638fc55994df26683e2','',NULL),(4720,'en','ajax-search-lite','6fed80a8c8ded2f5e14a687e4a443abc','Image width',NULL,NULL,'','LINE',NULL,0,'','a0910335c4858ffd73f2770c83b3fad5','',NULL),(4721,'en','ajax-search-lite','2aa3aa9d021c7cfffb5afa08f52fbc51','Image height',NULL,NULL,'','LINE',NULL,0,'','35f28defce6b744e5fac1d5961c486c2','',NULL),(4722,'en','ajax-search-lite','75d70cfb477f3dc244ddaadb4daf0169','Primary image source',NULL,NULL,'','LINE',NULL,0,'','e095041ccd49b7ba4d0c70e030153ca6','',NULL),(4723,'en','ajax-search-lite','4670022d4962553be7413837715d385f','Alternative image source 1',NULL,NULL,'','LINE',NULL,0,'','25f1853d163016ebcf57df423b21c5a3','',NULL),(4724,'en','ajax-search-lite','f1a76bf9f7f8ac443fd218bc50dc0236','Alternative image source 2',NULL,NULL,'','LINE',NULL,0,'','9fc5fb1b6bf30c5b10a9394630073832','',NULL),(4725,'en','ajax-search-lite','5935265e8e5b211423c36646dc338f5a','Alternative image source 3',NULL,NULL,'','LINE',NULL,0,'','b198fbc461cf37578017090cc4134fe4','',NULL),(4726,'en','ajax-search-lite','03423f3335a1ac918f461a27b87e50eb','Alternative image source 4',NULL,NULL,'','LINE',NULL,0,'','047af93dc7484f2ca56945472052e8f7','',NULL),(4727,'en','ajax-search-lite','64570db70bdc0561129b5f1dfc684d97','Default image url',NULL,NULL,'','LINE',NULL,0,'','0b439bf3125f7194ff2abe9f1820d96b','',NULL),(4728,'en','ajax-search-lite','6865eba488051496b07039847b3ad406','Custom field containing the image',NULL,NULL,'','LINE',NULL,0,'','f6a5585d59c41e9085997f9410190090','',NULL),(4729,'en','ajax-search-lite','67bb23010817846fc7408e758d621bc0','Frontend Search Settings',NULL,NULL,'','LINE',NULL,0,'','08e4b77bf4982c92511c019e18202b4d','',NULL),(4730,'en','ajax-search-lite','c9716fbef0f4abb32ee5123ceda5a2ae','Show search settings on the frontend?',NULL,NULL,'','LINE',NULL,0,'','5025f0037dfc429dfc08528df8e1140f','',NULL),(4731,'en','ajax-search-lite','0b7435991a84975b1a119f9bed234a1a','The default values of the checkboxes on the frontend are the values set above.',NULL,NULL,'','LINE',NULL,0,'','ed253f28192a795dc50920fefbae5db5','',NULL),(4732,'en','ajax-search-lite','3bb0f670b543e0724b4c26235c24bb0a','Show exact matches selector?',NULL,NULL,'','LINE',NULL,0,'','87d9a2324a3f1e7e468a1096d0f65f15','',NULL),(4733,'en','ajax-search-lite','663011f6454d3471560d2774d46f5a4c','Show search in posts selector?',NULL,NULL,'','LINE',NULL,0,'','74dbcbf8b3deaa02e7b4108ffdd8f0ff','',NULL),(4734,'en','ajax-search-lite','eaee788ccc34e2ab1f0ad29e0ad11cdc','Show search in pages selector?',NULL,NULL,'','LINE',NULL,0,'','e2d5319a8ccde01b3d3ceb5f0248372b','',NULL),(4735,'en','ajax-search-lite','ab03e681fa9cd19908e9d50136c021d2','Show search in title selector?',NULL,NULL,'','LINE',NULL,0,'','24b31fb946f0d949f4901db68f613b23','',NULL),(4736,'en','ajax-search-lite','99ebe1613865744caf98f27ebc65dc3c','Show search in content selector?',NULL,NULL,'','LINE',NULL,0,'','a275e0e568c264a90d60736806760fce','',NULL),(4737,'en','ajax-search-lite','fac1b9ea812b9c93a16364fde8ff2116','Show search in custom post types selectors',NULL,NULL,'','LINE',NULL,0,'','1f3ebb3f7bfcbcf022c6c7aaff8c7c7b','',NULL),(4738,'en','ajax-search-lite','f2138be166d811f1e32f6448e3f5682b','Nor recommended if you have more than 500 categories! (the HTML output will get too big)',NULL,NULL,'','LINE',NULL,0,'','99c2f740bea72fa054104f6b37d2cdd4','',NULL),(4739,'en','ajax-search-lite','8272df48d4cdf5282cf84b54628199ce','Show the categories selectors?',NULL,NULL,'','LINE',NULL,0,'','c7eef2bbaccee6f4ab83f12feaddfe92','',NULL),(4740,'en','ajax-search-lite','1bf2cd9f095154a2e01fa4bd185e0107','Show the uncategorised category?',NULL,NULL,'','LINE',NULL,0,'','04b3c2d4999972ee6caa9f50ca65ab49','',NULL),(4741,'en','ajax-search-lite','4d1b34c7d5d4360a5c50829f8db0a71e','Select which categories exclude',NULL,NULL,'','LINE',NULL,0,'','eba8be7122877a72bcada3aaed3468b6','',NULL),(4742,'en','ajax-search-lite','cd1dd021dcb871d00c22c08c00e4b9a6','Categories filter box header text',NULL,NULL,'','LINE',NULL,0,'','65303212815f46fda00fccb6e3bca89d','',NULL),(4743,'en','ajax-search-lite','529524d2cb2d2fa528d599b5ccebbd50','Layout Options',NULL,NULL,'','LINE',NULL,0,'','8bd6e7d8aa5c1a945cc176648a4ad64f','',NULL),(4744,'en','ajax-search-lite','864d61a477805022980ec924c8774b13','Search Box layout',NULL,NULL,'','LINE',NULL,0,'','ac7bf2dd5f6de6b361ee9e7e5a462de6','',NULL),(4745,'en','ajax-search-lite','acc23a1b2261538d4fad8e8bc17dc84c','Results layout',NULL,NULL,'','LINE',NULL,0,'','6e47a5306beb1386bdfc47ca83ee72aa','',NULL),(4746,'en','ajax-search-lite','50eaf5ff0612fb18dccfce3780a1b19f','Results Behaviour',NULL,NULL,'','LINE',NULL,0,'','823a99c48b94d1a9481655d6c632df99','',NULL),(4747,'en','ajax-search-lite','455d26a790f465d9c2edafbb0bf7a47a','Keyword Highlighting',NULL,NULL,'','LINE',NULL,0,'','eefd004a55335d3e98bfdd833b23b6fc','',NULL),(4748,'en','ajax-search-lite','42e6feb7f76e910efcda54034ecc83ce','Custom CSS',NULL,NULL,'','LINE',NULL,0,'','67081fd73732502eec3342da43e2c082','',NULL),(4749,'en','ajax-search-lite','d721757161f7f70c5b0949fdb6ec2c30','Theme',NULL,NULL,'','LINE',NULL,0,'','4a0895aaad08f22f6a8e3a2ac064d767','',NULL),(4750,'en','ajax-search-lite','910370309c0af1e93df0ae98ff8cfe5a','Placeholder text',NULL,NULL,'','LINE',NULL,0,'','85d16008f808043399e3c9194f820cd7','',NULL),(4751,'en','ajax-search-lite','20a7551cb33c1fe53c3ffb70a50a1b8d','Search Box width',NULL,NULL,'','LINE',NULL,0,'','e2fa8e77f74534082154f9cc9d15e0e2','',NULL),(4752,'en','ajax-search-lite','2fe8b4d55b5fd7609f222cbbb857d15e','Include the unit as well, example: 10px or 1em or 90%',NULL,NULL,'','LINE',NULL,0,'','675e59c3576f394df7832b7f83496f5b','',NULL),(4753,'en','ajax-search-lite','882135aa1fb06249807b3cc5bbf6f7be','Search box margin',NULL,NULL,'','LINE',NULL,0,'','9be22780f952efc5cc00de57ccf8bc72','',NULL),(4754,'en','ajax-search-lite','9c004188bc9a938924525b5445be4a1e','Search plugin Font Family',NULL,NULL,'','LINE',NULL,0,'','3bbfe06f4d15a81a79b2f19bf9a2a10a','',NULL),(4755,'en','ajax-search-lite','43bec1ccc620e0958058fd32774b057a','The Font Family used within the plugin. Default: Open Sans',NULL,NULL,'','LINE',NULL,0,'','57f3c66c78c6385fed4f3fa62da83131','',NULL),(4756,'en','ajax-search-lite','59b64c3cbf4a26a943235ea1c2134e64','Entering multiple font family names like <strong>Helvetica, Sans-serif</strong> or <strong>inherit</strong> are also supported.',NULL,NULL,'','LINE',NULL,0,'','afc15cd9eea0eaece5dd9ea19f8354b7','',NULL),(4757,'en','ajax-search-lite','a1d62a5b2046286718a9c2fea023766f','Override background color?',NULL,NULL,'','LINE',NULL,0,'','8ed4b0ad70d6439f7f1552c91cc893d1','',NULL),(4758,'en','ajax-search-lite','81961f5762bb7ff6ec396e3c1c498019','color:',NULL,NULL,'','LINE',NULL,0,'','73e689b92a2e818a5a0bc5d2843a7e9c','',NULL),(4759,'en','ajax-search-lite','a3c5935ba50c3b27fe2b1d473e2e8169','Override magnifier & icon colors?',NULL,NULL,'','LINE',NULL,0,'','63ea8099cb77f7c158eb922d25ef8cc8','',NULL),(4760,'en','ajax-search-lite','b74ef12960876fef3be6f129c87f636b','icon background colors',NULL,NULL,'','LINE',NULL,0,'','92f89ce6f14dbc503fe5265b37e16c11','',NULL),(4761,'en','ajax-search-lite','cc9b958e483ac11140ac319b58fc1d78','icon colors',NULL,NULL,'','LINE',NULL,0,'','34f2fcc4d2e7a3c89881aa5137f46805','',NULL),(4762,'en','ajax-search-lite','07f4652b6b9dc1d661177db14a0f6c0d','Override search box border?',NULL,NULL,'','LINE',NULL,0,'','27a8870d7fd5a2fcb0955fffc5b6c471','',NULL),(4763,'en','ajax-search-lite','f1694c0a7d186ba4c72ca66b60ca754f','Border style',NULL,NULL,'','LINE',NULL,0,'','3bab72f77885486164d27746e87e2b14','',NULL),(4764,'en','ajax-search-lite','2554d73b570f1cc1d809e6180a799f2d','Display the description context?',NULL,NULL,'','LINE',NULL,0,'','f9aec115b9f48c3e02e3211ac0b316ee','',NULL),(4765,'en','ajax-search-lite','5f9434eb736952f748e9fed1c45adb75','Will display the description from around the search phrase, not from the beginning.',NULL,NULL,'','LINE',NULL,0,'','aa8ab6e5b62f38a388fb608a5a539ea7','',NULL),(4766,'en','ajax-search-lite','06933041a9b8bf1c99e2326080bc4e99','Result box maximum height',NULL,NULL,'','LINE',NULL,0,'','8dff32e70d58d22a760b4ec31d402a3b','',NULL),(4767,'en','ajax-search-lite','5d88cdf715d321adb96fcc7002013c93','If this value is reached, the scrollbar will definitely trigger. none or pixel units, like 800px. Default: none',NULL,NULL,'','LINE',NULL,0,'','94104ed72713c8561440fa8eb84442e8','',NULL),(4768,'en','ajax-search-lite','01ca45fbcbf4164a0da1c1e70958ab14','Results box viewport (in item numbers)',NULL,NULL,'','LINE',NULL,0,'','fa739f00d395af36a5e159f79f24159f','',NULL),(4769,'en','ajax-search-lite','a04917a15f1e877a6e0b5d0aad843dcc','Used to calculate the box height. Result box height = (this option) x (average item height)',NULL,NULL,'','LINE',NULL,0,'','d818937bafe3ca10f57b0a1edb4d421b','',NULL),(4770,'en','ajax-search-lite','0ec740066bc58ef31476f1b16271d073','Show \'More results..\' text in the bottom of the search box?',NULL,NULL,'','LINE',NULL,0,'','43ea6070ef212bd650c93b5cdf6d8b33','',NULL),(4771,'en','ajax-search-lite','e06b39ab2b13b1d14ca7d1614d963897','\' Show more results..\' text',NULL,NULL,'','LINE',NULL,0,'','d9b35c942746296b3a11db653562dacb','',NULL),(4772,'en','ajax-search-lite','b5033d66422e307ec1a141eba507b4c6','Show author in results?',NULL,NULL,'','LINE',NULL,0,'','ffc4550e527cd9457fc78f83c9e90e4b','',NULL),(4773,'en','ajax-search-lite','edd2f01b31ad2196345440001ea547ab','Show date in results?',NULL,NULL,'','LINE',NULL,0,'','69045641cd6d83e7006343a3b8b699d7','',NULL),(4774,'en','ajax-search-lite','3db7045ce4b06edf0fbe0f5a538bb5bf','Show description in results?',NULL,NULL,'','LINE',NULL,0,'','a64aab0fe410c0c5a375a61a388f690e','',NULL),(4775,'en','ajax-search-lite','08f69c5cc401288d657e7a924bb722bc','Description length',NULL,NULL,'','LINE',NULL,0,'','4542e20771bfd75f45a1836b7d6f0c8c','',NULL),(4776,'en','ajax-search-lite','bf1f1778f901e1933a12fe2979070e70','Open the results in a new window?',NULL,NULL,'','LINE',NULL,0,'','9f8c8a50789c93881faf6c81f94f6fe8','',NULL),(4777,'en','ajax-search-lite','4e808602dc8a43ed109da41e5f146124','Sroll the window to the result list?',NULL,NULL,'','LINE',NULL,0,'','df94a08fc251bf4432201814c73e9e9e','',NULL),(4778,'en','ajax-search-lite','63816149032aa3c7a89bd0e01d428fab','Make the whole result area clickable?',NULL,NULL,'','LINE',NULL,0,'','9fa4fff236d9a6d7a328bc9e620c0f02','',NULL),(4779,'en','ajax-search-lite','786c2bcf2623d4145f76d77d7aafd64d','Close result list on document click?',NULL,NULL,'','LINE',NULL,0,'','5e6d8fbb2cce49b0238767d49f05513f','',NULL),(4780,'en','ajax-search-lite','586ba3282cc7f6870d4c4e5ff11b602e','Show the close icon?',NULL,NULL,'','LINE',NULL,0,'','c467b7099d136fb5fc8b6d66c693a0cd','',NULL),(4781,'en','ajax-search-lite','57ed34d84895648301824709c26baa22','No results text',NULL,NULL,'','LINE',NULL,0,'','38676c3900d81c94a14e977bc40ac471','',NULL),(4782,'en','ajax-search-lite','67c0e97cbdaf361ea289828f1538687b','Did you mean text',NULL,NULL,'','LINE',NULL,0,'','d4b6254b0bdf3e5bc29fe0f589424a56','',NULL),(4783,'en','ajax-search-lite','04c59ae8de9efc176f5798f45448c0c4','Keyword highlighting',NULL,NULL,'','LINE',NULL,0,'','bc7d6e41673b508f8b8dbc108b349d68','',NULL),(4784,'en','ajax-search-lite','c9aa344cbbdae01f306988fe9761771e','Highlight whole words only?',NULL,NULL,'','LINE',NULL,0,'','975f99c1837dd4096af1c0d341b695bb','',NULL),(4785,'en','ajax-search-lite','a8fe336ef216f917d2003e91bbe8ffc6','This css will be added before the plugin as inline CSS so it has a precedence\r\n    over plugin CSS. (you can override existing rules)',NULL,NULL,'','LINE',NULL,0,'','e334e8e4665e25d333341934e92fcaf4','',NULL),(4786,'en','ajax-search-lite','9dfc5d5738312210c3c75e68a468691d','Advanced Options',NULL,NULL,'','LINE',NULL,0,'','a348a0decbc6cb851b51abe97610a9cc','',NULL),(4787,'en','ajax-search-lite','ba25bdb4cbe18bcf18f2643b60dbd893','Exclude hidden WooCommerce products from search?',NULL,NULL,'','LINE',NULL,0,'','9e6f407ff316ef725b9027365cac9228','',NULL),(4788,'en','ajax-search-lite','289574667189f70cacfc3b0bf3c0043e','Exclude WooCommerce out of stock products?',NULL,NULL,'','LINE',NULL,0,'','96ccb7e14b628676c04411b2d2d15249','',NULL),(4789,'en','ajax-search-lite','d4a4e3d72ce9e684205cb335c750d856','What to do with shortcodes in results content?',NULL,NULL,'','LINE',NULL,0,'','d3f521018ae99727356900fcdcdc492f','',NULL),(4790,'en','ajax-search-lite','d1dbdced42677b99b4494baf407696e3','Removing shortcode is usually much faster, especially if you have many of them within posts.',NULL,NULL,'','LINE',NULL,0,'','680406893dda841d75f24b38157b2bf0','',NULL),(4791,'en','ajax-search-lite','3ed948de62c53113010c217a23f0520d','Title Field',NULL,NULL,'','LINE',NULL,0,'','61088f859a14ce56d1983aee6b8aacb3','',NULL),(4792,'en','ajax-search-lite','c01bc1534b435bd222241eea0cfc874a','Description Field',NULL,NULL,'','LINE',NULL,0,'','f4de8ed9120179c71cc74d81f2d5bff3','',NULL),(4793,'en','ajax-search-lite','58de2551044cab6c7ff45c003bb90d82','Exclude categories',NULL,NULL,'','LINE',NULL,0,'','5c7c16ae6453f9af459d8f5d2d65eb15','',NULL),(4794,'en','ajax-search-lite','27ffed590b70d09b80960892c8ab1bcd','Exclude Posts by ID\'s (comma separated post ID-s)',NULL,NULL,'','LINE',NULL,0,'','c9c93caeb3731330fc35b1e51d12e43d','',NULL),(4795,'en','ajax-search-lite','69eb6e642eb360659cde6a8422dacdb2','WPML compatibility',NULL,NULL,'','LINE',NULL,0,'','8670e8c8d6cab5cb7bec88fc9efea3ba','',NULL),(4796,'en','ajax-search-lite','0c182b7e8709df927fead0a7647382ff','Polylang compatibility',NULL,NULL,'','LINE',NULL,0,'','a51c583eec4cc45ca4d4d00697678f34','',NULL),(4797,'en','ajax-search-lite','3a65ae1d89e5492269c6cdf11d5abc1c','Ajax Search Lite settings saved!',NULL,NULL,'','LINE',NULL,0,'','f5aa6137763311cf63b6744b3903bae2','',NULL),(4798,'en','default','068c739ac399f0571399749cd8ef64a2','This screen lists links to plugins to import data from blogging/content management platforms. Choose the platform you want to import from, and click Install Now when you are prompted in the popup window. If your platform is not listed, click the link to search the plugin directory for other importer plugins to see if there is one for your platform.',NULL,NULL,'','LINE',NULL,0,'','35b9a4fa1f097b5cc63b2d682d97d17b','',NULL),(4799,'en','default','0278248c794c7dd11a47837d5861ee71','In previous versions of WordPress, all importers were built-in. They have been turned into plugins since most people only use them once or infrequently.',NULL,NULL,'','LINE',NULL,0,'','43ae0cedba6e9504ba24d8691432a3a9','',NULL),(4800,'en','default','4a7074c69cf1e1910f08e4cd41f558d3','<a href=\"https://codex.wordpress.org/Tools_Import_Screen\">Documentation on Import</a>',NULL,NULL,'','LINE',NULL,0,'','da191c5ff5c5338e5782e51a4e4d36ce','',NULL),(4801,'en','default','89d2d11ff37aaa81be1f6441a1533bed','Import posts, comments, and users from a Blogger blog.',NULL,NULL,'','LINE',NULL,0,'','309ff4c087e7718b0d531b3f7c370570','',NULL),(4802,'en','default','e4c2a5d1c6adc2d21c67fc9fa368e5da','Blogger',NULL,NULL,'','LINE',NULL,0,'','f3d9604635e7b2482bbc66c3267f7fb8','',NULL),(4803,'en','default','d1a2f1cfa2a7b3416b80a5a4c311b7ce','Convert existing categories to tags or tags to categories, selectively.',NULL,NULL,'','LINE',NULL,0,'','c9d61a745d57fc307212dbd9365d1700','',NULL),(4804,'en','default','c6448a2cdbc2074c41e2fe7249de1927','Categories and Tags Converter',NULL,NULL,'','LINE',NULL,0,'','40ef29ade9db93dd527862ec4b95c9e9','',NULL),(4805,'en','default','4a8ff13f67b97a37cbf26889ccc19151','Import posts from LiveJournal using their API.',NULL,NULL,'','LINE',NULL,0,'','3c3513759848804fd085fd01dddfc4e4','',NULL),(4806,'en','default','40d6cbe28b444f4e31e7982a2d87841b','LiveJournal',NULL,NULL,'','LINE',NULL,0,'','ea5287e96a42124ea89525524461ee1e','',NULL),(4807,'en','default','ff5fdccad49d0b326b4f10533b007f1c','Import posts and comments from a Movable Type or TypePad blog.',NULL,NULL,'','LINE',NULL,0,'','3ebb455a7e4aa3ca616d53d26b0a754a','',NULL),(4808,'en','default','15cc57dcd87597da973e70d74205b018','Movable Type and TypePad',NULL,NULL,'','LINE',NULL,0,'','89e69c4fbe58cc837c6c1a0753ebec56','',NULL),(4809,'en','default','fb0158b7460cbc04aef398926064a2ba','Import links in OPML format.',NULL,NULL,'','LINE',NULL,0,'','a39d8ed550b687b8af7a952a12129913','',NULL),(4810,'en','default','e56c2051500213f9a32c77ebd991aeb8','Blogroll',NULL,NULL,'','LINE',NULL,0,'','2b8a315683f92447becce930a16379bc','',NULL),(4811,'en','default','abfdf2f7c4628bfb617712c55ca4be5e','Import posts from an RSS feed.',NULL,NULL,'','LINE',NULL,0,'','bc9aab39b07b79e21bb676c7c79ac1ba','',NULL),(4812,'en','default','44dfd83f2e0985cfc776c890655c9788','Import posts &amp; media from Tumblr using their API.',NULL,NULL,'','LINE',NULL,0,'','8968efb5a09a663dcfde485259353d80','',NULL),(4813,'en','default','0dfec3de88c4e6eead14e739f55bfb26','Tumblr',NULL,NULL,'','LINE',NULL,0,'','d6aff2487c279eb0cba58673831d2e72','',NULL),(4814,'en','default','d3148f474a807301cc758a2d5ebdbafb','Import posts, pages, comments, custom fields, categories, and tags from a WordPress export file.',NULL,NULL,'','LINE',NULL,0,'','d6d81935c359d8b169c0591233bbfe1a','',NULL),(4815,'en','default','8ba5adc334d2585a8a27cc06d82e8a3f','If you have posts or comments in another system, WordPress can import those into this site. To get started, choose a system to import from below:',NULL,NULL,'','LINE',NULL,0,'','02495c0abfdb5ea16804a08a9c3efe8a','',NULL),(4816,'en','default','e7a971cdcab59cd7c94ae2b1178308f0','Install %s',NULL,NULL,'','LINE',NULL,0,'','5cf2925bf55a034eef3799b612974681','',NULL),(4817,'en','default','3ec365dd533ddb7ef3d1c111186ce872','Details',NULL,NULL,'','LINE',NULL,0,'','6c469fd74f98072bfc2be385bd445682','',NULL),(4818,'en','default','1dca8bf32d5cff060d7121ae1eb92dfb','If the importer you need is not listed, <a href=\"%s\">search the plugin directory</a> to see if an importer is available.',NULL,NULL,'','LINE',NULL,0,'','1d1e3e79250e432f39f301f281556562','',NULL),(4819,'en','default','e404bbec84bfeb0148a03fe82ba64abf','Installation package not available.',NULL,NULL,'','LINE',NULL,0,'','72e5543d2b13f181178f1f770ec1dcfd','',NULL),(4820,'en','default','489c7ab6445cb1c81d1c6b905fdac3e0','Downloading installation package from %s&#8230;',NULL,NULL,'','LINE',NULL,0,'','dcc4d01c9db6d42898f01c1f2f52398a','',NULL),(4821,'en','default','e9613a5b96f1f58f534d0a10f6684f38','Unpacking the package&#8230;',NULL,NULL,'','LINE',NULL,0,'','844d31f0d37d1afd1f147904ffcaa75e','',NULL),(4822,'en','default','ce6248a23b7a258458e9c7aba988f411','Installing the plugin&#8230;',NULL,NULL,'','LINE',NULL,0,'','09f484870991f686775e8fe9ad973868','',NULL),(4823,'en','default','e0507116ce6ea87713a4ad0f6227e927','The plugin contains no files.',NULL,NULL,'','LINE',NULL,0,'','fb94c82f5e46aa2c96d92bce793d5df4','',NULL),(4824,'en','default','84a88ef707603dccb3c9c58362ad974f','Plugin installation failed.',NULL,NULL,'','LINE',NULL,0,'','41b4bc94d67e154b494e05750d767a80','',NULL),(4825,'en','default','11810810c72ab629ffa7b96ebede742e','Plugin installed successfully.',NULL,NULL,'','LINE',NULL,0,'','b39f04541d6bf133d13eb54422f103d0','',NULL),(4826,'en','wordpress-importer','c03cb68046290c8bc31df9301ceea069','WordPress Importer',NULL,NULL,'','LINE',NULL,0,'','973d98f43dc2d2adfc1b4b588b90328c','',NULL),(4827,'en','wordpress-importer','a63c42a38d9d2b235408b7652d018a2d','https://wordpress.org/plugins/wordpress-importer/',NULL,NULL,'','LINE',NULL,0,'','0dce17fd7eb5b039b20110ee37aa84bb','',NULL),(4828,'en','wordpress-importer','87b6314893049a002c5e31323e282a09','Import posts, pages, comments, custom fields, categories, tags and more from a WordPress export file.',NULL,NULL,'','LINE',NULL,0,'','8ade1852aae06769ae976cd437568a46','',NULL),(4829,'en','wordpress-importer','1582cd42b6dd033ec405391b399329d5','wordpressdotorg',NULL,NULL,'','LINE',NULL,0,'','e6367ecd052913148ee0723963fa18d2','',NULL),(4830,'en','wordpress-importer','71a7765c3d553e44aaa308159b5a2ba6','https://wordpress.org/',NULL,NULL,'','LINE',NULL,0,'','d8742ed0339090d22144f54e53d2679a','',NULL),(4831,'en','wordpress-importer','681b20c9c025fe06190807c79652e797','0.6.4',NULL,NULL,'','LINE',NULL,0,'','a903d8649748e75626c088803a3fa0b8','',NULL),(4832,'en','wordpress-importer','48ea4438012ffbb1bac4f3ddbf9ad205','Import <strong>posts, pages, comments, custom fields, categories, and tags</strong> from a WordPress export file.',NULL,NULL,'','LINE',NULL,0,'','3815ec0a10625d0157951a78a73b137e','',NULL),(4833,'en','wordpress-importer','2e3971f23a2dad2588605f7ced181362','Import WordPress',NULL,NULL,'','LINE',NULL,0,'','54a2c6bf563094e0e6d518a1c61005eb','',NULL),(4834,'en','wordpress-importer','707de3decb7f68c460c56458332bc9c2','Howdy! Upload your WordPress eXtended RSS (WXR) file and we&#8217;ll import the posts, pages, comments, custom fields, categories, and tags into this site.',NULL,NULL,'','LINE',NULL,0,'','9ebb6ee434ebbd14d7c49ae123b81db3','',NULL),(4835,'en','wordpress-importer','42f7f1b24fa224667079681810fce4fe','Choose a WXR (.xml) file to upload, then click Upload file and import.',NULL,NULL,'','LINE',NULL,0,'','8aacf727a7cc4a12424405a279761d53','',NULL),(4836,'en','default','5baa9ea714f548dd8aa0c268b2d6851f','Choose a file from your computer:',NULL,NULL,'','LINE',NULL,0,'','4fd31b92041786378609e6a2a8502fe8','',NULL),(4837,'en','default','1c7942fe0c3aa84f2956687924eae8cf','Maximum size: %s',NULL,NULL,'','LINE',NULL,0,'','f3bca590ebf5e005620f526f180f06f8','',NULL),(4838,'en','default','f304eb4dc31f9e3b935cce9f2da1365e','Upload file and import',NULL,NULL,'','LINE',NULL,0,'','20f24ac16aad76dad096a60093c8c9a4','',NULL),(4839,'en','sitepress','83dad8107f9459efe2b4fabcf5b63108','Select Language',NULL,NULL,'','LINE',NULL,0,'','0dd3c96b0631342b0b74cda2a4b37a44','',NULL),(4840,'en','wordpress-importer','7af3a9e2c0d7d3bf1f4d7f55124bfb1f','Assign Authors',NULL,NULL,'','LINE',NULL,0,'','9f9f98484527a27d6e11d75356cd0a08','',NULL),(4841,'en','wordpress-importer','36baab0535bbc18e52f4123ca03eee4d','To make it easier for you to edit and save the imported content, you may want to reassign the author of the imported item to an existing user of this site. For example, you may want to import all the entries as <code>admin</code>s entries.',NULL,NULL,'','LINE',NULL,0,'','181d213c291840116f36c3804e100a79','',NULL),(4842,'en','wordpress-importer','b9fafd8db866c36ed452eb208536eb9c','If a new user is created by WordPress, a new password will be randomly generated and the new user&#8217;s role will be set as %s. Manually changing the new user&#8217;s details will be necessary.',NULL,NULL,'','LINE',NULL,0,'','c9e4a94b4fa68652afb05d1dc5d303a5','',NULL),(4843,'en','wordpress-importer','adfe71cfee73de891ac59043fc9321a5','Import author:',NULL,NULL,'','LINE',NULL,0,'','2ed7edb41638b1298168f0c59cee82bb','',NULL),(4844,'en','wordpress-importer','ee7ff3b06ea6a2eaed48185b8f671b41','or create new user with login name:',NULL,NULL,'','LINE',NULL,0,'','c3adbfbc137b6f78d4c0bff9c320d369','',NULL),(4845,'en','wordpress-importer','ea29d2137fdf9fc79c82210d1579d16a','or assign posts to an existing user:',NULL,NULL,'','LINE',NULL,0,'','39796c472008c392713d11ffdf73b97c','',NULL),(4846,'en','wordpress-importer','345ff9170ccdebc764d44f9639ff5587','- Select -',NULL,NULL,'','LINE',NULL,0,'','ed082e63753d22d63f10358691a9a305','',NULL),(4847,'en','wordpress-importer','dcd69487f190e4e0356710c48a822e88','Import Attachments',NULL,NULL,'','LINE',NULL,0,'','1a4f6bd93bdd324737c54df4c2750839','',NULL),(4848,'en','wordpress-importer','f21ae244031f9d3f848c71468f3ad72d','Download and import file attachments',NULL,NULL,'','LINE',NULL,0,'','78863bdb761809b362444587a28bbc31','',NULL),(4849,'en','wordpress-importer','a4d3b161ce1309df1c4e25df28694b7b','Submit',NULL,NULL,'','LINE',NULL,0,'','d005830377be9a72f54f34e992d5b13c','',NULL),(4850,'en','wordpress-importer','f29a2567d501c9dfde517d03b2e6bd97','All done.',NULL,NULL,'','LINE',NULL,0,'','70907b9a707b0a2de77a43b51667a2b6','',NULL),(4851,'en','wordpress-importer','136833af11abf3e1e761704915043ea3','Have fun!',NULL,NULL,'','LINE',NULL,0,'','d50783a754dbf79eef259ebd56832804','',NULL),(4852,'en','wordpress-importer','ed3a7d6af86ec5d0648a4cfb22fad3aa','Remember to update the passwords and roles of imported users.',NULL,NULL,'','LINE',NULL,0,'','5b128a4fa7f6cab293ff30043220e447','',NULL),(4853,'en','contact-form-7','0c49650bf74994664c61be39548a7e2d','Y/m/d',NULL,NULL,'','LINE',NULL,0,'','fc593b224fcbf9d2caede9aca65eee3a','',NULL),(4854,'en','contact-form-7','b9181e1c93cbc8fb786c68f763315a02','Max file upload',NULL,NULL,'','LINE',NULL,0,'','715e8a5cd40eaf26048f8a7255c7beed','',NULL),(4855,'en','contact-form-7','0c87ec9e7578138dc5725f51b3118a95','Contact form created.',NULL,NULL,'','LINE',NULL,0,'','e9c10e5d4b06b52e490febbf516cd1b8','',NULL),(4856,'en','ajax-search-lite','Exact matches filter','Exact matches only',NULL,NULL,'','LINE',NULL,0,'','dc4a717e89d0f60386c469322f63cd2f','optional',NULL),(4857,'en','ajax-search-lite','Search in title filter','Search in title',NULL,NULL,'','LINE',NULL,0,'','36dafcd2111ed1a2cb608f3ee8cec7f3','optional',NULL),(4858,'en','ajax-search-lite','Search in content filter','Search in content',NULL,NULL,'','LINE',NULL,0,'','5e230b1c637dc7b014cb10cd06937594','optional',NULL),(4859,'en','ajax-search-lite','Search in posts filter','Search in posts',NULL,NULL,'','LINE',NULL,0,'','b89f206013238e0f36c823b4e834a35a','optional',NULL),(4860,'en','ajax-search-lite','Search in pages filter','Search in pages',NULL,NULL,'','LINE',NULL,0,'','1ebb618a50250710ca19e6d06f851cc5','optional',NULL),(4861,'en','dnd-upload-cf7','0b037bc4e3f270ffd1f12478dcc8c3ce','Drag & Drop Files Here',NULL,NULL,'','LINE',NULL,0,'','35c72eb6956a82948cd7bee26c7d1db5','',NULL),(4862,'en','dnd-upload-cf7','e81c4e4f2b7b93b481e13a8553c2ae1b','or',NULL,NULL,'','LINE',NULL,0,'','bf26e25b26902589aa995877c49b85f6','',NULL),(4863,'en','dnd-upload-cf7','6b19fc3d5e07bf4051873e59b536ce85','Browse Files',NULL,NULL,'','LINE',NULL,0,'','d9f0271415d1c247f9811134b00d0fe1','',NULL),(4864,'en','dnd-upload-cf7','85f87a82bc2a6a7a3f179e937d7fae59','The uploaded file exceeds the maximum upload size of your server.',NULL,NULL,'','LINE',NULL,0,'','4f98dcec2a3bccd4c2b2f05cfac093e1','',NULL),(4865,'en','dnd-upload-cf7','e6e3ab964b04741d71316687303ae11d','Uploading a file fails for any reason',NULL,NULL,'','LINE',NULL,0,'','06db3b9e56e67844f401d300d82e9f1f','',NULL),(4866,'en','dnd-upload-cf7','96f35dc9a083a50f77311972acf78179','Uploaded file is too large',NULL,NULL,'','LINE',NULL,0,'','c02f333538f0182fff079ec64eb4087a','',NULL),(4867,'en','dnd-upload-cf7','cc8f4e80d2f81bbe5b7ec0b4a8701b32','Uploaded file is not allowed for file type',NULL,NULL,'','LINE',NULL,0,'','b2304f2b9348a57b45a46b804f9665b9','',NULL),(4868,'en','dnd-upload-cf7','2cb7df7cd8107a395871b2b26d130ce2','Note : Some of the files are not uploaded ( Only %count% files allowed )',NULL,NULL,'','LINE',NULL,0,'','c7e0435a9d9c535beed43eba1c7b3e1a','',NULL),(4869,'en','template','6f33600f10b589f1de335f855dd8e4b6','Back to CryptoWallet.com',NULL,NULL,'','LINE',NULL,0,'','780d0ff4cfae03c245de1da0321baab3','',NULL),(4870,'en','template','8837fc21f7e6bf50bc26d4fbc2fe144c','Submit a Request',NULL,NULL,'','LINE',NULL,0,'','4a6be06e6e76286489143a011decfc06','',NULL),(4871,'en','template','c483cb1ea62bd952509704527ceffec0','How Can We Help?',NULL,NULL,'','LINE',NULL,0,'','6cf2996f4809c0c17d97e54d632c05ba','',NULL),(4872,'en','ajax-search-lite','Search bar placeholder text','',NULL,NULL,'','LINE',NULL,0,'','5e1ea7095e097bb27f3ddc05ae1c95b1','',NULL),(4873,'en','template','13348442cc6a27032d2b4aa28b75a5d3','Search',NULL,NULL,'','LINE',NULL,0,'','667fc87d2ea76ba852effae5c7bcfecb','',NULL),(4874,'en','template','db5eb84117d06047c97c9a0191b5fffe','Support',NULL,NULL,'','LINE',NULL,0,'','dc5f0c463dfdd44d7d261c6540ed069d','',NULL),(4890,'en','template','a406c0caf6a43b8de141e7be0e74e431','Please Select Your Topic Below',NULL,NULL,'','LINE',NULL,0,'','64d8ecf67f30b2629fd2cf50beb9c04f','',NULL),(4891,'en','template','f397c22cd5fb5958f678d93bdf3972e8','Add file or drop files here',NULL,NULL,'','LINE',NULL,0,'','83327b192fec7401006587629405d0b0','',NULL),(4892,'en','contact-form-7','20f4f54341e68e01b853e9483e5fe37f','Site Key',NULL,NULL,'','LINE',NULL,0,'','6ea50bf0d47f0b7e52a3e46821dd65b5','',NULL),(4893,'en','contact-form-7','5eb6bb157528b365f84c27bb4784031b','Secret Key',NULL,NULL,'','LINE',NULL,0,'','1879bcaa3a0b643f734f9284447c372f','',NULL),(4894,'en','contact-form-7','f5d6040ed78ca86ddc73296a49b18510','Save Changes',NULL,NULL,'','LINE',NULL,0,'','92a469f5473f42fb36eef8fc62719684','',NULL),(4895,'en','contact-form-7','9a7e58ee13cb727cb7c4acc68f4cafe5','Settings saved.',NULL,NULL,'','LINE',NULL,0,'','d44fdfe281e19787dc200dd6ff2aaa68','',NULL),(4896,'en','contact-form-7','9e2edb690429fce50553ab02521381c7','reCAPTCHA is active on this site.',NULL,NULL,'','LINE',NULL,0,'','1a9d6a6331ac3b9745f9a4394d078ff0','',NULL),(4897,'en','template','efdaf9f44ce968366fa78277263abc1d','Help Center',NULL,NULL,'','LINE',NULL,0,'','2cf76519d86fd87b111d93e4ce36de11','',NULL),(4898,'en','default','060e1ee220125e8344f71e54632ed2b6','Last edited on %1$s at %2$s',NULL,NULL,'','LINE',NULL,0,'','da040a5546ce2a7408f35f5673819254','',NULL),(4899,'en','default','a89ac50e75ebed3813c97cbd4aaef05a','Empty Term.',NULL,NULL,'','LINE',NULL,0,'','9bf6019edb15ee449d7a5832e415b9e7','',NULL),(4900,'en','sitepress','255cba0b589ec76d7ae9851e286a4deb','Copied From the Original',NULL,NULL,'','LINE',NULL,0,'','cace4b9d38e6c98cb88da060a7b6d51d','',NULL),(4901,'en','sitepress','7dce122004969d56ae2e0245cb754d35','Edit',NULL,NULL,'','LINE',NULL,0,'','d5081414c303f1f8b9ec375785c70609','',NULL),(4902,'en','sitepress','c5fb25554cd827a5fa63312bec1ab845','This is a translation of',NULL,NULL,'','LINE',NULL,0,'','eacd04d297189d9a27f1c3c468c2be44','',NULL),(4903,'en','sitepress','361160e7915491ff503b0b0b6353cbf6','--None--',NULL,NULL,'','LINE',NULL,0,'','ec3dc04a90795fcf92fe8b76f8d3f7d8','',NULL),(4904,'en','sitepress','240213ebdf5396f8634f4f6bd9c98cad','Copy content from %s',NULL,NULL,'','LINE',NULL,0,'','1aa2033428dbdb5c4ae39c5e6eeda925','',NULL),(4905,'en','sitepress','8cf9066ae77e9e97511c324d9c18a4b4','This operation copies the content from the original language onto this translation. It\'s meant for when you want to start with the original content, but keep translating in this language. This button is only enabled when there\'s no content in the editor.',NULL,NULL,'','LINE',NULL,0,'','da1064f6c5c591eb72aa5371299ddf45','',NULL),(4906,'en','sitepress','e65c05dc2a686299abcd2822b6799285','Overwrite with %s content.',NULL,NULL,'','LINE',NULL,0,'','da64120e56e218d40f534fac1efa5b7d','',NULL),(4907,'en','sitepress','883e9d635ab68e8854134dc431a252fb','The current content of this %s will be permanently lost. WPML will copy the %s content and replace the current content.',NULL,NULL,'','LINE',NULL,0,'','2c966110781bcb412955015968a7a90e','',NULL),(4908,'en','sitepress','1a6e190df5b5de5d270f4c1d1a1117d8','This operation will synchronize this translation with the original language. When you edit the original, this translation will update immediately. It\'s meant when you want the content in this language to always be the same as the content in the original language.',NULL,NULL,'','LINE',NULL,0,'','c3c863ad44bc3c9625a16cac708aedb8','',NULL),(4909,'en','sitepress','a0752cb8a694217f59bcad10242c32b8','Duplicate uploaded media from original',NULL,NULL,'','LINE',NULL,0,'','a2d32ab87ef8608fc8235ab854aefa9a','',NULL),(4910,'en','sitepress','1e9844bf156d04599540f5cf1194be90','Duplicate featured image from original',NULL,NULL,'','LINE',NULL,0,'','5dcbc53f92a29199c6ab9ff38e36b750','',NULL),(4911,'en','sitepress','97ef08335c8082f7cd7ebd862ab1187e','This document is a duplicate of %s and it is maintained by WPML.',NULL,NULL,'','LINE',NULL,0,'','87562bfe33f81a9345e3426c834ad497','',NULL),(4912,'en','sitepress','7e3561864f23aec09e56733f2fcffff9','Translate independently',NULL,NULL,'','LINE',NULL,0,'','288604b93e2d19496ad4b80ce35469d6','',NULL),(4913,'en','sitepress','9a4efd951bfb4680d72989c89ee35930','WPML will no longer synchronize this %s with the original content.',NULL,NULL,'','LINE',NULL,0,'','9c653719b5e6cb3daa5bdd30bbf01250','',NULL),(4914,'en','sitepress','205bd9048f3e2aa143fe718178b710c3','Main Page (no parent)',NULL,NULL,'','LINE',NULL,0,'','7045fe597c8c4ba20b00e7183a788534','',NULL),(4915,'en','default','dd1f775e443ff3b9a89270713580a51b','Previous',NULL,NULL,'','LINE',NULL,0,'previous set of posts','49fb3fcd911c704bb9badfeee45790bb','',NULL),(4916,'en','default','10ac3d04253ef7e1ddc73e6091c0cd55','Next',NULL,NULL,'','LINE',NULL,0,'next set of posts','57dbc12b274b869089f37acbac95e850','',NULL),(4917,'en','default','f1c1c49bfded55aea8653de74504cb8f','Posts navigation',NULL,NULL,'','LINE',NULL,0,'','4d2a19eee3a8c43c3d369e6f29abf1e9','',NULL),(4918,'en','default','05919284773edd49431bb2c25283c500','Reading Settings',NULL,NULL,'','LINE',NULL,0,'','6399142979b01a4eb76d14dfeb80c498','',NULL),(4919,'en','default','33da0d47041802e3fd26e5365065010a','This screen contains the settings that affect the display of your content.',NULL,NULL,'','LINE',NULL,0,'','0d6aff48207c056f0e11a40873fd9a8b','',NULL),(4920,'en','default','f84196c911ec5a65c48ccee53f33c850','You can choose what&#8217;s displayed on the homepage of your site. It can be posts in reverse chronological order (classic blog), or a fixed/static page. To set a static homepage, you first need to create two <a href=\"%s\">Pages</a>. One will become the homepage, and the other will be where your posts are displayed.',NULL,NULL,'','LINE',NULL,0,'','649280ffbec104f0b86be27e09164287','',NULL),(4921,'en','default','6b872e2b359ab19726c69cfc6662980b','You can also control the display of your content in RSS feeds, including the maximum number of posts to display and whether to show full text or a summary.',NULL,NULL,'','LINE',NULL,0,'','ac7ebf12f6abef2a950abe5280a54102','',NULL),(4922,'en','default','f5752ab5c7a0fb0f40be53417ace7247','Search Engine Visibility',NULL,NULL,'','LINE',NULL,0,'','7cb2843c487aedb2909244818df8fdf8','',NULL),(4923,'en','default','0754b49868a7a0ac641085882e136d75','You can choose whether or not your site will be crawled by robots, ping services, and spiders. If you want those services to ignore your site, click the checkbox next to &#8220;Discourage search engines from indexing this site&#8221; and click the Save Changes button at the bottom of the screen. Note that your privacy is not complete; your site is still visible on the web.',NULL,NULL,'','LINE',NULL,0,'','1051f547d613d166e58ee2267ea6046e','',NULL),(4924,'en','default','4210a86ca0a86ebdf5712c60c47a01ca','When this setting is in effect, a reminder is shown in the At a Glance box of the Dashboard that says, &#8220;Search Engines Discouraged,&#8221; to remind you that your site is not being crawled.',NULL,NULL,'','LINE',NULL,0,'','33960768ca0efb2109671f1ab02318f6','',NULL),(4925,'en','default','683f4106f8e5ad2034b19900421a4f8e','<a href=\"https://codex.wordpress.org/Settings_Reading_Screen\">Documentation on Reading Settings</a>',NULL,NULL,'','LINE',NULL,0,'','8bcd56596f7cc9e41ad8785e74eac871','',NULL),(4926,'en','sitepress','e625aba2021e6d6ee23be7c1fa7393f9','Your home page does not exist or its translation is not published in %s.',NULL,NULL,'','LINE',NULL,0,'','6078a685b3a1faa5baf9269038809d6f','',NULL),(4927,'en','sitepress','959e52d78875425809108fd1924b96e9','Your blog page does not exist or its translation is not published in %s.',NULL,NULL,'','LINE',NULL,0,'','a639fbc9efd6de512ebe99fa8e8f139f','',NULL),(4928,'en','sitepress','8bfe0a61eb28d410aba6f3edce2e6d8b','Edit this page to add translations',NULL,NULL,'','LINE',NULL,0,'','8d12774672fc86ba2f3d1232513b0ecc','',NULL),(4929,'en','default','459529cb17a99023264d9b9b8e52807b','A <a href=\"%s\">static page</a> (select below)',NULL,NULL,'','LINE',NULL,0,'','2dae67149a0c83cafc62b410a003bdb7','',NULL),(4930,'en','default','5beb4c2f1ff186ccfcce1eff8b771761','Homepage: %s',NULL,NULL,'','LINE',NULL,0,'','75a6181a434db32c432f6ca164945f9c','',NULL),(4931,'en','default','0a4ef46c83484e7a647c18b1efd90b2b','Posts page: %s',NULL,NULL,'','LINE',NULL,0,'','9a24e767924e04d9116fb1d887ca34ca','',NULL),(4932,'en','default','5c4cc06964190be2177d6d9de82f75b6','Blog pages show at most',NULL,NULL,'','LINE',NULL,0,'','a32b6e14e5b6064ff92a72301b2b1378','',NULL),(4933,'en','default','18958e30bdca0cfac8256824e570a89b','posts',NULL,NULL,'','LINE',NULL,0,'','78666d5844ded5d1994e409b5e51649f','',NULL),(4934,'en','default','ed08f43ba0d4c9790015b78d4b13f2a2','Syndication feeds show the most recent',NULL,NULL,'','LINE',NULL,0,'','f98d33372453d875544ab8e7ae255741','',NULL),(4935,'en','default','691d502cfd0e0626cd3b058e5682ad1c','items',NULL,NULL,'','LINE',NULL,0,'','f1c83ccd5a79795240db0ef30ab94652','',NULL),(4936,'en','default','57a35be1a2291bb79eb6fb48d4fdd9c4','For each article in a feed, show',NULL,NULL,'','LINE',NULL,0,'','b1d6260fbb5aeb0dbb148a217033de23','',NULL),(4937,'en','default','142b38d73ecdd12a19fe53a206e4c734','Full text',NULL,NULL,'','LINE',NULL,0,'','c09327904123addd6cd736c1456f08d2','',NULL),(4938,'en','default','290612199861c31d1036b185b4e69b75','Summary',NULL,NULL,'','LINE',NULL,0,'','f7781d72719320822575f797b8c68445','',NULL),(4939,'en','default','3f1dae7d8934608af71f2d40477f8384','Discourage search engines from indexing this site',NULL,NULL,'','LINE',NULL,0,'','6815c8f8569014f74535412c605f4a83','',NULL),(4940,'en','default','0faffb1c747898e4afa868bc8f21f2aa','It is up to search engines to honor this request.',NULL,NULL,'','LINE',NULL,0,'','c72a8720da879c98db8a82f389bde2a9','',NULL),(4941,'en','default','9a7e58ee13cb727cb7c4acc68f4cafe5','Settings saved.',NULL,NULL,'','LINE',NULL,0,'','67598a80c343bc30b9d8a2d818176de9','',NULL),(4942,'en','ajax-search-lite','No results text','No results!',NULL,NULL,'','LINE',NULL,0,'','0e51afd3c9174e73759796af315999eb','optional',NULL),(4943,'en','default','82747c6d4c1330292ec53c84555aea5a','No plugins found for &#8220;%s&#8221;.',NULL,NULL,'','LINE',NULL,0,'','0ac0e83582a65463c9de05c189254a0b','',NULL),(4944,'en','default','0514503bda41804fe061704dd0106c9d','Search for plugins in the WordPress Plugin Directory.',NULL,NULL,'','LINE',NULL,0,'','1d254529a4f5ac17f03db778c1e3bb87','',NULL),(4945,'en','default','15422d54ec0d47000dc86a9820a5237e','Featured',NULL,NULL,'','LINE',NULL,0,'Plugin Installer','da406f8d7fd741935f479590fdcba7aa','',NULL),(4946,'en','default','2cc1943d4c0b46bfcf503a75c44f988b','Popular',NULL,NULL,'','LINE',NULL,0,'Plugin Installer','995cf204d823d2985c3b07266ad002e8','',NULL),(4947,'en','default','654866693fd91ce8e9764a218f569918','Recommended',NULL,NULL,'','LINE',NULL,0,'Plugin Installer','5c39a87b733ba477129ef99da093a309','',NULL),(4948,'en','default','d78986947356ddd37b43d57df289dee9','Favorites',NULL,NULL,'','LINE',NULL,0,'Plugin Installer','aee8f81763b941918616a53065ac421f','',NULL),(4949,'en','default','9162fca50a90dd9ede7b004903e8d5f5','Upload Plugin',NULL,NULL,'','LINE',NULL,0,'','ac32bef889b3d8335abdedaebf912004','',NULL),(4950,'en','installer','b2788e1ab6be65f1c38bf7d23cd081f1','Commercial',NULL,NULL,'','LINE',NULL,0,'','7e3e0051ce1de356d6edae9b27cb6867','',NULL),(4951,'en','default','9d51d9ae2be6a514b532a630672a22fd','Add Plugins',NULL,NULL,'','LINE',NULL,0,'','a5f0be294fbf81f629a0f2dadbb5899c','',NULL),(4952,'en','default','6ce32e02fc5aad094d1708046e3ddc76','Plugins hook into WordPress to extend its functionality with custom features. Plugins are developed independently from the core WordPress application by thousands of developers all over the world. All plugins in the official <a href=\"%s\">WordPress Plugin Directory</a> are compatible with the license WordPress uses.',NULL,NULL,'','LINE',NULL,0,'','9f0c80252eb8b23b4d92b0ac43489e45','',NULL),(4953,'en','default','2a4f1cc2e99d292a9132ee9cfb9c3b26','You can find new plugins to install by searching or browsing the directory right here in your own Plugins section.',NULL,NULL,'','LINE',NULL,0,'','f21a09c0e4a3b3eee841ef6b410151fa','',NULL),(4954,'en','default','9bb3c737be1800296ce0387599667655','Adding Plugins',NULL,NULL,'','LINE',NULL,0,'','f55ea180d89fafcea5f6224169b61ffb','',NULL),(4955,'en','default','a379ef32870b64a6ef175d6e3da0bf17','If you know what you&#8217;re looking for, Search is your best bet. The Search screen has options to search the WordPress Plugin Directory for a particular Term, Author, or Tag. You can also search the directory by selecting popular tags. Tags in larger type mean more plugins have been labeled with that tag.',NULL,NULL,'','LINE',NULL,0,'','2dfd3ebb5bbf8256c5c0cc8fefb8b3c8','',NULL),(4956,'en','default','2448f34ad2e38271ffbcf4d299c17c5d','If you just want to get an idea of what&#8217;s available, you can browse Featured and Popular plugins by using the links above the plugins list. These sections rotate regularly.',NULL,NULL,'','LINE',NULL,0,'','575aca988849707fdbbfd60be15902e1','',NULL),(4957,'en','default','b816582da0fe96d33555b82e7cf35504','You can also browse a user&#8217;s favorite plugins, by using the Favorites link above the plugins list and entering their WordPress.org username.',NULL,NULL,'','LINE',NULL,0,'','96e13d80dd4d210f6e818be399382890','',NULL),(4958,'en','default','be3d2742b2dbbb1878b22b8702b6e8d7','If you want to install a plugin that you&#8217;ve downloaded elsewhere, click the Upload Plugin button above the plugins list. You will be prompted to upload the .zip package, and once uploaded, you can activate the new plugin.',NULL,NULL,'','LINE',NULL,0,'','313943fe8cc1a3d691aa966a6a6819c7','',NULL),(4959,'en','default','5222c43ea98bf538434547945c1d0249','<a href=\"https://codex.wordpress.org/Plugins_Add_New_Screen\">Documentation on Installing Plugins</a>',NULL,NULL,'','LINE',NULL,0,'','3506bc96a38a6c3fe95ae5091f4c3ecf','',NULL),(4960,'en','default','3eb754f2c75e6f8174fe8544f1269e8c','Browse Plugins',NULL,NULL,'','LINE',NULL,0,'','c943f207ce2327b42eae6aae0fd7216a','',NULL),(4961,'en','default','3e0109b6197e41063cfac796836f2dad','If you have a plugin in a .zip format, you may install it by uploading it here.',NULL,NULL,'','LINE',NULL,0,'','e095159d4751cb7d3f7fb57962f8b003','',NULL),(4962,'en','default','24413e7819a9aae714c9f7ee61166edc','Plugin zip file',NULL,NULL,'','LINE',NULL,0,'','6cd5e4647d944269dc65736812c42e1b','',NULL),(4963,'en','default','9d1e6bab997c3906ff7d83bd54de6f5d','Search plugins by:',NULL,NULL,'','LINE',NULL,0,'','00774d23fd84fddb6c46e7a201fe1581','',NULL),(4964,'en','default','220f3d3750583b9db48568a0b5b9a5f1','Keyword',NULL,NULL,'','LINE',NULL,0,'','eea91d78e430c3d286ffa016bf21b75c','',NULL),(4965,'en','default','c101058e7ea21bbbf2a5ac893088e90b','Tag',NULL,NULL,'','LINE',NULL,0,'Plugin Installer','cd9465780e218be73acec4bc091b901a','',NULL),(4966,'en','default','f8f4c64bd791a222dde395d4d7654832','Search Plugins',NULL,NULL,'','LINE',NULL,0,'','5db7514407f178f619c0e7a6edc019e2','',NULL),(4967,'en','default','e8a96a320b47281b558b09eb002c5ddd','Search plugins...',NULL,NULL,'','LINE',NULL,0,'','f7cfda6fc85464dced2a23f4e28ff618','',NULL),(4968,'en','default','85b65109399a5c8314c6c0e4cb50cca8','Plugins extend and expand the functionality of WordPress. You may automatically install plugins from the <a href=\"%1$s\">WordPress Plugin Directory</a> or upload a plugin in .zip format by clicking the button at the top of this page.',NULL,NULL,'','LINE',NULL,0,'','c2d61fd293462329748a14cd39b728f3','',NULL),(4969,'en','default','9446a98ad14416153cc4d45ab8b531bf','Performance',NULL,NULL,'','LINE',NULL,0,'Plugin installer group title','2c661eb84c78362acba6484ebb050bab','',NULL),(4970,'en','default','f431e17ea0081a3c9e51fc240221ee21','Social',NULL,NULL,'','LINE',NULL,0,'Plugin installer group title','ed4f62a8a20c59c3bf2a94340edb49f5','',NULL),(4971,'en','default','8625e1de7be14c39b1d14dc03d822497','Tools',NULL,NULL,'','LINE',NULL,0,'Plugin installer group title','f84e67ae916d44c4209cf51b65aa2364','',NULL),(4972,'en','default','1084a249c91de82aa4fc61e463856dc0','Install %s now',NULL,NULL,'','LINE',NULL,0,'','f24d532e5f801db5605964738e8b70a3','',NULL),(4973,'en','default','58b5eb88c7c79201506292ee930aec19','More Details',NULL,NULL,'','LINE',NULL,0,'','99d599cf8f98668d474018a85e7bfbe1','',NULL),(4974,'en','default','67681c4f5110151034abbe509ed672b3','%1$s rating based on %2$s ratings',NULL,NULL,'','LINE',NULL,0,'','2c2472f6cd6164e21a1a5b4697ff8bb4','',NULL),(4975,'en','default','89ea00e3ae5262d7c20e5773447a8b1b','Last Updated:',NULL,NULL,'','LINE',NULL,0,'','5847b105cf6e6cbb5e6812849dfb807c','',NULL),(4976,'en','default','1e3bbd45001f12e579f31a67b1095380','1+ Million',NULL,NULL,'','LINE',NULL,0,'Active plugin installations','6af267915d205878d5ec21e80cbda551','',NULL),(4977,'en','default','8225527ff696b2d720d23ac1292f4d43','%s Active Installations',NULL,NULL,'','LINE',NULL,0,'','2fdc1e36790567f656175fec0cec04b8','',NULL),(4978,'en','default','b1223bca091660d2cb26c4403f354ea0','<strong>Compatible</strong> with your version of WordPress',NULL,NULL,'','LINE',NULL,0,'','96c7d1203469aa395da152a984342fe8','',NULL),(4979,'en','default','adc736d6139e1287f1d9baaf718f5522','<strong>Incompatible</strong> with your version of WordPress',NULL,NULL,'','LINE',NULL,0,'','13e0073401d88b673152424e5da67e61','',NULL),(4980,'en','default','0a4aff6d3f48e4ce67728efa1e00e6a0','Popular tags',NULL,NULL,'','LINE',NULL,0,'','42650f136b184e2facdb95eb976d93e9','',NULL),(4981,'en','default','9afc94ea9920155044857e2a6f58559a','You may also browse based on the most popular tags in the Plugin Directory:',NULL,NULL,'','LINE',NULL,0,'','b266bcecfb6fce486a0191acd42470dc','',NULL),(4982,'en','default','1910e6cfde026657015fb867330bbd50','%s plugin',NULL,NULL,'','LINE',NULL,0,'','7105c3de05e43fceb22895012b3a92ce','',NULL),(4983,'en','default','40f25b4f18d5a468c7aa3a738a8d1f69','%s plugins',NULL,NULL,'','LINE',NULL,0,'','3324f88be4b112119fcd2b7a3bc34583','',NULL),(4984,'en','default','99edb531668a7b35a22b6bfd0ea4f199','%s rating',NULL,NULL,'','LINE',NULL,0,'','4e247d24e8fdc2c8f14e244c19836e05','',NULL),(4985,'en','default','e18056ef5b17ae8dda5f90f67c9e8533','%s year',NULL,NULL,'','LINE',NULL,0,'','0e6c68b8be23a831b32a87faa5041413','',NULL),(4986,'en','wp-super-cache','dc43d3fffe81f519c9b671bdfe353589','<h4>WP_CACHE constant added to wp-config.php</h4><p>If you continue to see this warning message please see point 5 of the <a href=\"https://wordpress.org/plugins/wp-super-cache/faq/\">Troubleshooting Guide</a>. The WP_CACHE line must be moved up.',NULL,NULL,'','LINE',NULL,0,'','1e25023848a13fa4f1f7b0f77d590961','',NULL),(4987,'en','wp-super-cache','3be82d58b566185e60ef290e4a7b923d','WP Super Cache',NULL,NULL,'','LINE',NULL,0,'','afc99b51bd46903df5744b35e2d26c30','',NULL),(4988,'en','wp-super-cache','fd26c980bde91f38cf9d565bd89151af','https://wordpress.org/plugins/wp-super-cache/',NULL,NULL,'','LINE',NULL,0,'','cfcd48d025c496cdc714958503aa3703','',NULL),(4989,'en','wp-super-cache','f9cecc75b5fcc7fce41922b63948568f','Very fast caching plugin for WordPress.',NULL,NULL,'','LINE',NULL,0,'','95e7baab519f1b9581e439189a9e515f','',NULL),(4990,'en','wp-super-cache','0dfeeb1348231610725eb05c63e6fec1','Automattic',NULL,NULL,'','LINE',NULL,0,'','d50cad475195c9ee8ebdbbe758aa0411','',NULL),(4991,'en','wp-super-cache','8933ff805bc48738ab1a2c8d2a876f5c','https://automattic.com/',NULL,NULL,'','LINE',NULL,0,'','ee1bae88c0de8d6b12a82c22ee5f893d','',NULL),(4992,'en','wp-super-cache','6a154fe077b0d71fab747079562e97ff','1.7.0',NULL,NULL,'','LINE',NULL,0,'','263441cca988cdb4f44e2660e865d77e','',NULL),(4993,'en','wp-super-cache','cee43d6280b0a40da46dbb674dd65f19','Delete Cache',NULL,NULL,'','LINE',NULL,0,'','de3478a70ea43cac7b4335aec03f9f9d','',NULL),(4994,'en','wp-super-cache','f9c281939040f3e363e23e6feed8e801','Delete Super Cache cached files',NULL,NULL,'','LINE',NULL,0,'','e011cbb3c6159e14cfb3477290958849','',NULL),(4995,'en','wp-super-cache','c7f8b0423bc6a0f1c9fddd03b59e7efc','WP Super Cache is disabled. Please go to the <a href=\"%s\">plugin admin page</a> to enable caching.',NULL,NULL,'','LINE',NULL,0,'','b03f2eca454860125e3afaeaf7d7c2a1','',NULL),(4996,'en','default','eb1d6719776c357d75466b3f9b5e8654','Drop-ins <span class=\"count\">(%s)</span>',NULL,NULL,'','LINE',NULL,0,'','99018366e4111335098d843a246458a0','',NULL),(4997,'en','wp-super-cache','f4f70727dc34561dfde1a3c529b6205c','Settings',NULL,NULL,'','LINE',NULL,0,'','cc51daed74f0498622a6a79b74d72e2f','',NULL),(4998,'en','wp-super-cache','d96bc3d86cae083b0cdf859db394bb4e','WP Super Cache must be configured. Go to <a href=\"%s\">the admin page</a> to enable and configure the plugin.',NULL,NULL,'','LINE',NULL,0,'','5aae8ba1ca54ad3e91f5a3a51f7e2d41','',NULL),(4999,'en','wp-super-cache','cd5a5b93907b77bd3c647267610d1247','WP Super Cache Settings',NULL,NULL,'','LINE',NULL,0,'','33a4622110a57810aed0d8bc8aff1b3d','',NULL),(5000,'en','wp-super-cache','7f943921724d63dc0ac9c6febf99fa88','Easy',NULL,NULL,'','LINE',NULL,0,'','7d36ea6a9ff9d482ec01a2a086e3bd6f','',NULL),(5001,'en','wp-super-cache','9b6545e4cea9b4ad4979d41bb9170e2b','Advanced',NULL,NULL,'','LINE',NULL,0,'','64d539a369f0ec4b5b3ba07522127fb0','',NULL),(5002,'en','wp-super-cache','5e69a954115b4816c1e14f5095052d86','CDN',NULL,NULL,'','LINE',NULL,0,'','078dfadc7b27f73885b446d227b555b4','',NULL),(5003,'en','wp-super-cache','c1df1da7a1ce305a3b60af9d5733ac1d','Contents',NULL,NULL,'','LINE',NULL,0,'','28a80757cbb3eb3d7097c4e3bc509e74','',NULL),(5004,'en','wp-super-cache','11803f40c277b679b08ce0b8d38fdefa','Preload',NULL,NULL,'','LINE',NULL,0,'','f547da6859ea2f4487b3808b2eae8079','',NULL),(5005,'en','wp-super-cache','bb38096ab39160dc20d44f3ea6b44507','Plugins',NULL,NULL,'','LINE',NULL,0,'','4c02b00d76c655641472730f6287f320','',NULL),(5006,'en','wp-super-cache','a603905470e2a5b8c13e96b579ef0dba','Debug',NULL,NULL,'','LINE',NULL,0,'','0def9041924fd6ba3a17dc3359d1b914','',NULL),(5007,'en','wp-super-cache','02d56cf7754ce16d7ce0193fbca7c90a','Caching',NULL,NULL,'','LINE',NULL,0,'','9fcab537fc31386eaa95b7dfd9c72008','',NULL),(5008,'en','wp-super-cache','ef91e1feb6e3d952c991ce6efe00fb11','Caching On',NULL,NULL,'','LINE',NULL,0,'','0613df967a71a507dd272f5ffdd4ba0d','',NULL),(5009,'en','wp-super-cache','654866693fd91ce8e9764a218f569918','Recommended',NULL,NULL,'','LINE',NULL,0,'','cb4dd81ca5443239625c0723dfe85563','',NULL),(5010,'en','wp-super-cache','cfef4dcb6641430bc49d08d15f6cc695','Caching Off',NULL,NULL,'','LINE',NULL,0,'','8b69288a5b58ec85283ea8d94691ffaa','',NULL),(5011,'en','wp-super-cache','6816a5758b1077cf1ab1d6b13f79320b','The following recommended settings will be enabled:',NULL,NULL,'','LINE',NULL,0,'','ed155d84909695a7f0ab09118c62c30a','',NULL),(5012,'en','wp-super-cache','eca134d3935a9f2ccc1e089d5e851818','Caching disabled for logged in visitors.',NULL,NULL,'','LINE',NULL,0,'','29471c3d36178475f4d91aa1ec2911fc','',NULL),(5013,'en','wp-super-cache','ec3f1f3d6b7977af20bb02f93a31487c','Simple caching.',NULL,NULL,'','LINE',NULL,0,'','4c9e03b466765fd0fad5c088fb8aba7d','',NULL),(5014,'en','wp-super-cache','b55e19a04afdc073100c7c6ece8a221d','Cache Rebuild.',NULL,NULL,'','LINE',NULL,0,'','847bc6bdf020ac786ee972665b7445f9','',NULL),(5015,'en','wp-super-cache','9e5867236cf9eb4f89c29227999f4ac5','Interval garbage collection every 10 minutes with a cache lifetime of 30 minutes (if not configured already).',NULL,NULL,'','LINE',NULL,0,'','09ed35cf2ff555a0cee5957578900a29','',NULL),(5016,'en','wp-super-cache','368dd49155f4fd313b331456f08441ec','These settings can be modified on the Advanced Settings page.',NULL,NULL,'','LINE',NULL,0,'','bbd95d3e7d2c9e7be34d934f5c670371','',NULL),(5017,'en','wp-super-cache','a90e34862583b4802fee08f31ba090c8','Update Status',NULL,NULL,'','LINE',NULL,0,'','4d88f8ab973d83661ce840df4811ca08','',NULL),(5018,'en','wp-super-cache','e6421b0daef6e4af541a733320be6545','Delete Cached Pages',NULL,NULL,'','LINE',NULL,0,'','f08d6fe98a058b002af613b62a4ecdf6','',NULL),(5019,'en','wp-super-cache','608be9ad69ae3e4a8ca6b7db2f118b81','Cached pages are stored on your server as html and PHP files. If you need to delete them, use the button below.',NULL,NULL,'','LINE',NULL,0,'','daf0396c3b2165d8bfa0f1b321c00310','',NULL),(5020,'en','wp-super-cache','6e4e4afdee89c01512a6fd00c4969013','Recommended Links and Plugins',NULL,NULL,'','LINE',NULL,0,'','6d6ae6b383ef5f1fdcb05fb41dc616ff','',NULL),(5021,'en','wp-super-cache','5c19c18b64cbb0e0c40efd7226318f7b','Caching is only one part of making a website faster. Here are some other plugins that will help:',NULL,NULL,'','LINE',NULL,0,'','8b9abd63f69343e613e2df2d07d3e7ee','',NULL),(5022,'en','wp-super-cache','bf881861675445a3236280c9291445c9','<a href=\"%s\">Jetpack</a> provides everything you need to build a successful WordPress website including an image/photo CDN (free) and a video hosting service (paid).',NULL,NULL,'','LINE',NULL,0,'','36f1efaea6b66311fd64b1b9c1b31ba4','',NULL),(5023,'en','wp-super-cache','97d606c0efaa99d800383ec040065eb8','<a href=\"%s\">Yahoo! Yslow</a> analyzes web pages and suggests ways to improve their performance based on a set of rules for high performance web pages. Also try the performance tools online at <a href=\"%s\">GTMetrix</a>.',NULL,NULL,'','LINE',NULL,0,'','25e8048879657bd2fbba9593929b66c6','',NULL),(5024,'en','wp-super-cache','3b9475b5ec5f1fc96a0620caca26808f','<a href=\"%s\">Use Google Libraries</a> allows you to load some commonly used Javascript libraries from Google webservers. Ironically, it may reduce your Yslow score.',NULL,NULL,'','LINE',NULL,0,'','fe8bac5e7ee5eb2f65d2d61e29b7ec11','',NULL),(5025,'en','wp-super-cache','f35b197e0f1fc8a910fba1d134790449','<strong>Advanced users only:</strong> Install an object cache. Choose from <a href=\"%s\">Memcached</a>, <a href=\"%s\">XCache</a>, <a href=\"%s\">eAcccelerator</a> and others.',NULL,NULL,'','LINE',NULL,0,'','76cb5dd140a8a68680286199d5bc54f4','',NULL),(5026,'en','wp-super-cache','4de612b1b2fd8114892f490b949366c6','<a href=\"%s\">WP Crontrol</a> is a useful plugin to use when trying to debug garbage collection and preload problems.',NULL,NULL,'','LINE',NULL,0,'','8dab389e28c500ed4ca4a9427867bac1','',NULL),(5027,'en','wp-super-cache','35b9231348ade48ec93f7cec161e1743','More Site Speed Tools',NULL,NULL,'','LINE',NULL,0,'','701ee87b580c418aeaa04ed70e8426f8','',NULL),(5028,'en','wp-super-cache','ff2ed434a1f429e83276edefae842bdd','Speed up images and photos (free)',NULL,NULL,'','LINE',NULL,0,'','f60b44425855c23e73040a043b267d89','',NULL),(5029,'en','wp-super-cache','5d6d439fa31fa7c02ae2ed0adccc3019','Fast video hosting (paid)',NULL,NULL,'','LINE',NULL,0,'','af34dce139f123d2687872e3a883a7fc','',NULL),(5030,'en','wp-super-cache','14221b2ce674afde7f85cfb60662a5b7','Need Help?',NULL,NULL,'','LINE',NULL,0,'','976b29a230722c69599a3bfbc452634a','',NULL),(5031,'en','wp-super-cache','af398155ab684ffeb5e49c4e108abd63','Use the <a href=\"%1$s\">Debug tab</a> for diagnostics.',NULL,NULL,'','LINE',NULL,0,'','110d2fee420cf770a4c88dcf31cb53a6','',NULL),(5032,'en','wp-super-cache','ee928b8f7f892e0e8ce16b55ee44140f','Check out the <a href=\"%1$s\">support forum</a> and <a href=\"%2$s\">FAQ</a>.',NULL,NULL,'','LINE',NULL,0,'','75a57533ef438bfebb585ef5e3c1f1e9','',NULL),(5033,'en','wp-super-cache','54ef7fa1a502dc2975e70e005d04b4ee','Visit the <a href=\"%1$s\">plugin homepage</a>.',NULL,NULL,'','LINE',NULL,0,'','eb06c2597b255dba4c0b3b6596105ef5','',NULL),(5034,'en','wp-super-cache','d6c708471e65b68bd53f5fe79adf07e3','Try out the <a href=\"%1$s\">development version</a> for the latest fixes (<a href=\"%2$s\">changelog</a>).',NULL,NULL,'','LINE',NULL,0,'','0d63a08aa93e9964e9952b91849442a4','',NULL),(5035,'en','wp-super-cache','b315755ca802edc14d0ebc4e09385f79','Rate This Plugin',NULL,NULL,'','LINE',NULL,0,'','9041fe1b4cf300f57b900212c77aab7e','',NULL),(5036,'en','wp-super-cache','dcd9f93306ff78ce4da815c9a011aaaf','Please <a href=\"%s\">rate us</a> and give feedback.',NULL,NULL,'','LINE',NULL,0,'','66a7d144dcf6ee49f2fd83493507e58f','',NULL),(5037,'en','wp-super-cache','dd8bccb50df8a67e643b7d4ac6da44f1','Cache Tester',NULL,NULL,'','LINE',NULL,0,'','d74af22b589629bcc92b472bba5467cd','',NULL),(5038,'en','wp-super-cache','4efac9d1a3fcb13a8bfdd5baf1ec00a7','Test your cached website by clicking the test button below.',NULL,NULL,'','LINE',NULL,0,'','c6ab246da8a5ee0f06c9a64f83ac42e8','',NULL),(5039,'en','wp-super-cache','40e7c462277991d09df2cb88bd45876d','Note: if you use Cloudflare or other transparent front-end proxy service this test may fail.<ol><li> If you have Cloudflare minification enabled this plugin may detect differences in the pages and report an error.</li><li> Try using the development mode of Cloudflare to perform the test. You can disable development mode afterwards if the test succeeds.</li></ol>',NULL,NULL,'','LINE',NULL,0,'','f5122cec5e6b054f73db5d60677585c5','',NULL),(5040,'en','wp-super-cache','028c6a0e20a2dc559549201a8a0c4a0a','Test Cache',NULL,NULL,'','LINE',NULL,0,'','e1bf7a75149e572f248007c187ebbf92','',NULL),(5041,'en','wp-super-cache','0a700278504c6c41ab8db593aa7c6c8b','Enable Caching',NULL,NULL,'','LINE',NULL,0,'','a82603a6bd0591b1578be1bf964c8147','',NULL),(5042,'en','wp-super-cache','9e36081e11f0a8f7e47f989275ead7f6','Cache Delivery Method',NULL,NULL,'','LINE',NULL,0,'','b6a141591210d3ccc379f8cba80641fa','',NULL),(5043,'en','wp-super-cache','37212c53918f06cce936c18c336348fc','<acronym title=\"Use PHP to serve cached files\">Simple</acronym>',NULL,NULL,'','LINE',NULL,0,'','4c0e4afb1e255bc7272ee686de2d9bae','',NULL),(5044,'en','wp-super-cache','a4a41e4214e5e16764e344accd2417ac','<acronym title=\"Use mod_rewrite to serve cached files\">Expert</acronym>',NULL,NULL,'','LINE',NULL,0,'','0c1a95fd9307b3ab7086a05cea85657f','',NULL),(5045,'en','wp-super-cache','3e611b1ff15dab25f9d0c5b69d0eeae3','Expert caching requires changes to important server files and may require manual intervention if enabled.',NULL,NULL,'','LINE',NULL,0,'','4503296a20dbb2544c039480c6450ad0','',NULL),(5046,'en','wp-super-cache','36cccdb2cbdf35b6188e15f152e1f26c','Nginx rules can be found <a href=\"%s\">here</a> but are not officially supported.',NULL,NULL,'','LINE',NULL,0,'','5906c929e75831d8049384c5acd76619','',NULL),(5047,'en','wp-super-cache','387baf0199e7c9cc944fae94e96448fa','Miscellaneous',NULL,NULL,'','LINE',NULL,0,'','4474104dae578b6d625c2b405bf45b0c','',NULL),(5048,'en','wp-super-cache','f32c204b227d47fa85953dd26f0fc432','Cache Restrictions',NULL,NULL,'','LINE',NULL,0,'','98780559cc3f9910ff44e7222ff348ac','',NULL),(5049,'en','wp-super-cache','9ae76a3ffc9859dd05665faf12311e34','Enable caching for all visitors.',NULL,NULL,'','LINE',NULL,0,'','7630435e2ab1699c8516c98a91d2fa1e','',NULL),(5050,'en','wp-super-cache','b5db9fba28cad8acfd95c316c2ab4e85','Disable caching for visitors who have a cookie set in their browser.',NULL,NULL,'','LINE',NULL,0,'','2441575f0ad9958be2924ba8bd721ade','',NULL),(5051,'en','wp-super-cache','5f10ab7b171ace4975a901dae096cb66','Disable caching for logged in visitors.',NULL,NULL,'','LINE',NULL,0,'','bfb251e7c6e1f84d65f66320c3255110','',NULL),(5052,'en','wp-super-cache','bff02d765e88ae6a32d0df9df78c25a6','Don&#8217;t cache pages with GET parameters. (?x=y at the end of a url)',NULL,NULL,'','LINE',NULL,0,'','50664bd4f06347721b743161f6af743e','',NULL),(5053,'en','wp-super-cache','11c60d4e4741adeb53a0b509965a829b','Compress pages so they&#8217;re served more quickly to visitors.',NULL,NULL,'','LINE',NULL,0,'','a7a319df6ca9d116b569ffe56692f78a','',NULL),(5054,'en','wp-super-cache','1d87ab67225063bc1fbd4448ed597374','Compression is disabled by default because some hosts have problems with compressed files. Switching it on and off clears the cache.',NULL,NULL,'','LINE',NULL,0,'','9bba9d330ab29cf086f27ed19f90959d','',NULL),(5055,'en','wp-super-cache','b44cc2eeab39c8cfbd9e4fc7ddc22b84','Cache rebuild. Serve a supercache file to anonymous users while a new file is being generated.',NULL,NULL,'','LINE',NULL,0,'','34b0bb83c7d2e297ea8b81e5ce8adeb1','',NULL),(5056,'en','wp-super-cache','f9b1fb70473f8c6c4d9088f283bb3af0','Cache HTTP headers with page content.',NULL,NULL,'','LINE',NULL,0,'','1bfba373f342fb028dfaca45c7662c3e','',NULL),(5057,'en','wp-super-cache','b729f67c5985768de1e3f3d830fc8fff','304 Browser caching. Improves site performance by checking if the page has changed since the browser last requested it.',NULL,NULL,'','LINE',NULL,0,'','720cba4f7fdadc713a83e4f57166b8dc','',NULL),(5058,'en','wp-super-cache','dd860cd6a73dd0afe438b6237359a4be','304 support is disabled by default because some hosts have had problems with the headers used in the past.',NULL,NULL,'','LINE',NULL,0,'','41a548be13e898f50a87513180a3de6b','',NULL),(5059,'en','wp-super-cache','99c69ba8f7701734d65071ac169f0c39','Make known users anonymous so they&#8217;re served supercached static files.',NULL,NULL,'','LINE',NULL,0,'','f5ac5c9bd56d3469a30c0f66969fb53f','',NULL),(5060,'en','wp-super-cache','72eabc0a5fcaacd4519cd90a5cb073ac','Enable dynamic caching. (See <a href=\"https://wordpress.org/plugins/wp-super-cache/faq/\">FAQ</a> or wp-super-cache/plugins/dynamic-cache-test.php for example code.)',NULL,NULL,'','LINE',NULL,0,'','d18cc00b2ef126b05d351e7b08c719b1','',NULL),(5061,'en','wp-super-cache','49b00f80d1bb179d9b2e3ea2a383d601','Mobile device support. (External plugin or theme required. See the <a href=\"https://wordpress.org/plugins/wp-super-cache/faq/\">FAQ</a> for further details.)',NULL,NULL,'','LINE',NULL,0,'','8504fdc082c5a5018b7174a5cde10eae','',NULL),(5062,'en','wp-super-cache','91e46230d07f4630c098a20cf44c873c','Remove UTF8/blog charset support from .htaccess file. Only necessary if you see odd characters or punctuation looks incorrect. Requires rewrite rules update.',NULL,NULL,'','LINE',NULL,0,'','770bc94795008de6a9f45464bcb6cbfd','',NULL),(5063,'en','wp-super-cache','6774e5a35a60b9e41634829f3982ef1e','Clear all cache files when a post or page is published or updated.',NULL,NULL,'','LINE',NULL,0,'','3abf7382de7f24796bb4cb8cb9e2526e','',NULL),(5064,'en','wp-super-cache','26f850d54c0e0dc90b6d90a7271206c3','Extra homepage checks. (Very occasionally stops homepage caching)',NULL,NULL,'','LINE',NULL,0,'','22b86dd5167bb24a8b9a6ec3f28569cd','',NULL),(5065,'en','wp-super-cache','4ccea18838a5d2f25a702ddc49ec1aa7','Only refresh current page when comments made.',NULL,NULL,'','LINE',NULL,0,'','866a56e496463a1641286351ebfa2ddf','',NULL),(5066,'en','wp-super-cache','da9d6e078bf040429a3382790998eb89','List the newest cached pages on this page.',NULL,NULL,'','LINE',NULL,0,'','5c8b0517820be3db46bd827feb648bc3','',NULL),(5067,'en','wp-super-cache','0e936e531497a6ee3ebbb61abf8949b6','Coarse file locking. You do not need this as it will slow down your website.',NULL,NULL,'','LINE',NULL,0,'','9eeb39051d6569c7c417588c2a62dd39','',NULL),(5068,'en','wp-super-cache','59d33b191ded64213940b772aea0602c','Late init. Display cached files after WordPress has loaded.',NULL,NULL,'','LINE',NULL,0,'','86dca95d34200d9638ffa50e16e5c646','',NULL),(5069,'en','wp-super-cache','e73095d6e80c1579a490c6ef0537ae38','<strong>DO NOT CACHE PAGE</strong> secret key: <a href=\"%s\">%s</a>',NULL,NULL,'','LINE',NULL,0,'','cadac4008070efa7374eea7da666ec3e','',NULL),(5070,'en','wp-super-cache','799536a5d1d6c7466fd5ca39a30aaf76','Cache Location',NULL,NULL,'','LINE',NULL,0,'','fa4539a932683d2c3986d04dc811e7da','',NULL),(5071,'en','wp-super-cache','b46d157b25cae5f2b03eb70e856c2217','Change the location of your cache files. The default is WP_CONTENT_DIR . /cache/ which translates to %s.',NULL,NULL,'','LINE',NULL,0,'','9b789050fc143cc5ebbf35a0021a728a','',NULL),(5072,'en','wp-super-cache','27cba079233769f3c7cefe5656e9a83f','You must give the full path to the directory.',NULL,NULL,'','LINE',NULL,0,'','67c0e8d9221279b53e8173d85d523f69','',NULL),(5073,'en','wp-super-cache','53315ecc9c8d330d80c5fb1d92b38f35','If the directory does not exist, it will be created. Please make sure your web server user has write access to the parent directory. The parent directory must exist.',NULL,NULL,'','LINE',NULL,0,'','25bebb29cc99dc195c2ba969376386de','',NULL),(5074,'en','wp-super-cache','2b659c634adb7b2d188d5ed4fcf733d3','If the new cache directory does not exist, it will be created and the contents of the old cache directory will be moved there. Otherwise, the old cache directory will be left where it is.',NULL,NULL,'','LINE',NULL,0,'','777257c291937fbe1c2ddfe8ab644753','',NULL),(5075,'en','wp-super-cache','0837fcfa178e6ff56e686bc10d4acd5c','Submit a blank entry to set it to the default directory, WP_CONTENT_DIR . /cache/.',NULL,NULL,'','LINE',NULL,0,'','02eeddada4c392a3df23c48b639d4ef9','',NULL),(5076,'en','wp-super-cache','fc9d3df613063ee57906c461320744e2','Note:',NULL,NULL,'','LINE',NULL,0,'','ff8cccfb60e769601e8c71930e3a7a5d','',NULL),(5077,'en','wp-super-cache','2d9a0308ce6116fb72d74601cf7a6882','Uninstall this plugin on the plugins page. It will automatically clean up after itself. If manual intervention is required, then simple instructions are provided.',NULL,NULL,'','LINE',NULL,0,'','84f99d180d4246fd6af031dd1a0e30ad','',NULL),(5078,'en','wp-super-cache','2d40528d4a2ad30eac5a24db0ab13f29','If uninstalling this plugin, make sure the directory <em>%s</em> is writeable by the webserver so the files <em>advanced-cache.php</em> and <em>cache-config.php</em> can be deleted automatically. (Making sure those files are writeable is probably a good idea!)',NULL,NULL,'','LINE',NULL,0,'','27111c34b4dd196673905ab3bb24096c','',NULL),(5079,'en','wp-super-cache','2078afc46f65b7d6d846128c96cbcbe8','Please see the <a href=\"%1$s/wp-super-cache/readme.txt\">readme.txt</a> for instructions on uninstalling this script. Look for the heading, \"How to uninstall WP Super Cache\".',NULL,NULL,'','LINE',NULL,0,'','bc43848050f65f1e948b113bb798877b','',NULL),(5080,'en','wp-super-cache','7c67689154e79e963d2e05fb355ab576','Need help? Check the <a href=\"%1$s\">Super Cache readme file</a>. It includes installation documentation, a FAQ and Troubleshooting tips. The <a href=\"%2$s\">support forum</a> is also available. Your question may already have been answered.',NULL,NULL,'','LINE',NULL,0,'','c47db29898aec0fed00c198f00307385','',NULL),(5081,'en','default','2cba9f3786dfc0b79a7de8bde89d5d02','Y-m-d G:i:s',NULL,NULL,'','LINE',NULL,0,'timezone date format','a3ea74e857cd48ded7b082a64fd44cda','',NULL),(5082,'en','wp-super-cache','6c678454e1461846485a7e4fea08b965','Expiry Time &amp; Garbage Collection',NULL,NULL,'','LINE',NULL,0,'','137671e3858851ad713f9ca6ca8022d4','',NULL),(5083,'en','wp-super-cache','4efe2c2d9c4eb6bb10742bae5e40f82c','<abbr title=\"Coordinated Universal Time\">UTC</abbr> time is <code>%s</code>',NULL,NULL,'','LINE',NULL,0,'','4c7e001b4d7ee2a21df2230956fb4012','',NULL),(5084,'en','wp-super-cache','2165aa8e94dc76e3abc3e84c230da940','Next scheduled garbage collection will be at <strong>%s UTC</strong>',NULL,NULL,'','LINE',NULL,0,'','c187ba7fed0198ddb048940fb27b5cc2','',NULL),(5085,'en','wp-super-cache','db34ce4511865c2a514e8ecbb57cfe98','Cache Timeout',NULL,NULL,'','LINE',NULL,0,'','03aa457c0c419847f4837a02ed47cb6d','',NULL),(5086,'en','wp-super-cache','783e8e29e6a8c3e22baa58a19420eb4f','seconds',NULL,NULL,'','LINE',NULL,0,'','b791d457358e42964e3b99252b88556c','',NULL),(5087,'en','wp-super-cache','75a9e3056196fc2b78b01e16f6612400','How long should cached pages remain fresh? Set to 0 to disable garbage collection. A good starting point is 3600 seconds.',NULL,NULL,'','LINE',NULL,0,'','43036ee194e31cf2852bac602b77b099','',NULL),(5088,'en','wp-super-cache','ffaac1794c6af94dc7e1b21a4c194523','Scheduler',NULL,NULL,'','LINE',NULL,0,'','44ac30b0a2bdc016f21efeb375645603','',NULL),(5089,'en','wp-super-cache','954fc66862926b4a8469196bc95e8dff','Timer:',NULL,NULL,'','LINE',NULL,0,'','924ec64aecc38cce1a4555af877ce734','',NULL),(5090,'en','wp-super-cache','f7a69fcc728e514126a89850f5f72b51','Check for stale cached files every <em>interval</em> seconds.',NULL,NULL,'','LINE',NULL,0,'','b15c3d930c9dd69f24c7e9f3665fa6d4','',NULL),(5091,'en','wp-super-cache','29dbe18a3552f184acc66efe16c1dbce','Clock:',NULL,NULL,'','LINE',NULL,0,'','e2608341e8f98acc09b6ba739ab0628a','',NULL),(5092,'en','wp-super-cache','f659135912b5c8f9d388e151c5434e36','HH:MM',NULL,NULL,'','LINE',NULL,0,'','e754935988c0578fda5840f4426a04c5','',NULL),(5093,'en','wp-super-cache','3e879e449512eb961778a247cbb83d83','Check for stale cached files at this time <strong>(UTC)</strong> or starting at this time every <em>interval</em> below.',NULL,NULL,'','LINE',NULL,0,'','0a4dc7b5a35c1a7e588f3f09c2d54cce','',NULL),(5094,'en','wp-super-cache','da98f67ec23e5c135ce4ead016bbe36a','Interval:',NULL,NULL,'','LINE',NULL,0,'','3d6becf3f2fe6b2a4f2aed4d34fe4300','',NULL),(5095,'en','wp-super-cache','de5b8cc9cd74aeda40e43d978f7d08a9','Notification Emails',NULL,NULL,'','LINE',NULL,0,'','bdfc18002b2efbb53c8e625dad66f0b9','',NULL),(5096,'en','wp-super-cache','5f5ac5dd922bedf481d8394c7d18896e','Email me when the garbage collection runs.',NULL,NULL,'','LINE',NULL,0,'','9723fe7f1bfa4c7d2b82a2206c0316f3','',NULL),(5097,'en','wp-super-cache','3cd533cafe8185c4b03d12b1156e7639','Garbage Collection',NULL,NULL,'','LINE',NULL,0,'','8960d3573c5728be6ba558243a776c1e','',NULL),(5098,'en','wp-super-cache','4f4bf0708651ae4c3374e60c9c31fcfc','<em>Garbage collection</em> is the simple act of throwing out your garbage. For this plugin that would be old or <em>stale</em> cached files that may be out of date. New cached files are described as <em>fresh</em>.',NULL,NULL,'','LINE',NULL,0,'','07f71d84657926d8b2b254792443bb53','',NULL),(5099,'en','wp-super-cache','7883700647be5d7ce35f324ca43691cd','Cached files are fresh for a limited length of time. You can set that time in the <em>Cache Timeout</em> text box on this page.',NULL,NULL,'','LINE',NULL,0,'','d1c28fe413265c6d63535ddfd17f8721','',NULL),(5100,'en','wp-super-cache','65312a31bb32f8e5809ea225897aa136','Stale cached files are not removed as soon as they become stale. They have to be removed by the garbage collecter. That is why you have to tell the plugin when the garbage collector should run.',NULL,NULL,'','LINE',NULL,0,'','01f0dfa751b08d39f13995055772caa7','',NULL),(5101,'en','wp-super-cache','9c07ffe95aceff71b13aeaa1264c0b31','Use the <em>Timer</em> or <em>Clock</em> schedulers to define when the garbage collector should run.',NULL,NULL,'','LINE',NULL,0,'','2b40592874389aee9089c5eb128e4b78','',NULL),(5102,'en','wp-super-cache','d2773fe73034dc8f39b1653bff0e8ece','The <em>Timer</em> scheduler tells the plugin to run the garbage collector at regular intervals. When one garbage collection is done, the next run is scheduled.',NULL,NULL,'','LINE',NULL,0,'','2c5aaed89aae474e9266083d73f6fb31','',NULL),(5103,'en','wp-super-cache','0dcd31672b8b2022785e63e91a70d831','Or, the <em>Clock</em> scheduler allows the garbage collection to run at specific times. If set to run hourly or twice daily, the garbage collector will be first scheduled for the time you enter here. It will then run again at the indicated interval. If set to run daily, it will run once a day at the time specified.',NULL,NULL,'','LINE',NULL,0,'','818ba5ed7f15cd53cb98fee8a8622f0d','',NULL),(5104,'en','wp-super-cache','08c28b8f9d27e490493dcd06053aa96d','There are no best garbage collection settings but here are a few scenarios. Garbage collection is separate to other actions that clear our cached files like leaving a comment or publishing a post.',NULL,NULL,'','LINE',NULL,0,'','47720f9adc754240ef2d448ade2428ae','',NULL),(5105,'en','wp-super-cache','964c78474bbcc1223533d20c8fda406e','Sites that want to serve lots of newly generated data should set the <em>Cache Timeout</em> to 60 and use the <em>Timer</em> scheduler set to 90 seconds.',NULL,NULL,'','LINE',NULL,0,'','0d4fbec0414aba637a0f24b12eb5d9f7','',NULL),(5106,'en','wp-super-cache','14bf744bd13e168d6e545c852703a8ce','Sites with widgets and rss feeds in their sidebar should probably use a timeout of 3600 seconds and set the timer to 600 seconds. Stale files will be caught within 10 minutes of going stale.',NULL,NULL,'','LINE',NULL,0,'','943cd94b8e98538346911f0e28c50121','',NULL),(5107,'en','wp-super-cache','c13dcb4618cc9f7f7ac8da1f30b327e3','Sites with lots of static content, no widgets or rss feeds in their sidebar can use a timeout of 86400 seconds or even more and set the timer to something equally long.',NULL,NULL,'','LINE',NULL,0,'','6aff7b1a12284b1406b3e7f794ebc3eb','',NULL),(5108,'en','wp-super-cache','051bb3994876ce267abee325578dbd7a','Sites where an external data source updates at a particular time every day should set the timeout to 86400 seconds and use the Clock scheduler set appropriately.',NULL,NULL,'','LINE',NULL,0,'','09e7a0e8415873e2c3d9cb0be2cd822c','',NULL),(5109,'en','wp-super-cache','212977d1a9696c3ef7b20fea4bfc92a5','Checking for and deleting expired files is expensive, but it&#8217;s expensive leaving them there too. On a very busy site, you should set the expiry time to <em>600 seconds</em>. Experiment with different values and visit this page to see how many expired files remain at different times during the day.',NULL,NULL,'','LINE',NULL,0,'','922b2f3390fcb4a1962d2eef48c0673d','',NULL),(5110,'en','wp-super-cache','95bfe29d56ce783de57c7c4646ceea31','Set the expiry time to 0 seconds to disable garbage collection.',NULL,NULL,'','LINE',NULL,0,'','ff1f63983704ff886630a16285224c14','',NULL),(5111,'en','wp-super-cache','dd6d92955b2fe0b4fc033392eea8d2dd','Change Expiration',NULL,NULL,'','LINE',NULL,0,'','0383bc36cad40fd5009bc74bd963ef7d','',NULL),(5112,'en','wp-super-cache','38328e87b45f19181255ddf2ed23115f','Accepted Filenames &amp; Rejected URIs',NULL,NULL,'','LINE',NULL,0,'','e723656513a477145f3305b7ea77343e','',NULL),(5113,'en','wp-super-cache','2a81119e1f6296c611424c76177db9a6','Do not cache the following page types. See the <a href=\"https://codex.wordpress.org/Conditional_Tags\">Conditional Tags</a> documentation for a complete discussion on each type.',NULL,NULL,'','LINE',NULL,0,'','47815a658b76c2fb68bdb945918df98f','',NULL),(5114,'en','wp-super-cache','9efa65de0d2561c345ea3aa1e8d41a1a','Single Posts',NULL,NULL,'','LINE',NULL,0,'','b28bd8f2187a043e7bf4ec3f3fc28c32','',NULL),(5115,'en','wp-super-cache','453aceb005ceaf54a47da15fee8b2a26','Pages',NULL,NULL,'','LINE',NULL,0,'','61762c621d868d21b682323e7b5ae9b3','',NULL),(5116,'en','wp-super-cache','7612c0b50754aa23325448056f7f1ec1','Front Page',NULL,NULL,'','LINE',NULL,0,'','94f5ae31e097049177612165f3d1d4bf','',NULL),(5117,'en','wp-super-cache','8cf04a9734132302f96da8e113e80ce5','Home',NULL,NULL,'','LINE',NULL,0,'','a3874bb3f3d8ab8dbfae4362f9f5448d','',NULL),(5118,'en','wp-super-cache','178fde647037235223ac2a188a7106b1','Archives',NULL,NULL,'','LINE',NULL,0,'','5f0dfbc5c023eabcf88cd2eb1e2bd204','',NULL),(5119,'en','wp-super-cache','189f63f277cd73395561651753563065','Tags',NULL,NULL,'','LINE',NULL,0,'','636a4c6c2660ad190047942017442f40','',NULL),(5120,'en','wp-super-cache','3adbdb3ac060038aa0e6e6c138ef9873','Category',NULL,NULL,'','LINE',NULL,0,'','f76bcb954fd3da21157391c7829ea144','',NULL),(5121,'en','wp-super-cache','8f8c62ea0175e358420ec4abf851ee3a','Feeds',NULL,NULL,'','LINE',NULL,0,'','bcb17878c7e6730db9a4fc90a87e527a','',NULL),(5122,'en','wp-super-cache','c64142496069f3e3c157198a932a3acd','Search Pages',NULL,NULL,'','LINE',NULL,0,'','aeaf53a49ad15bb0eecb1fe33b65d135','',NULL),(5123,'en','wp-super-cache','98c87a624c1671f721874aba81566ea3','Author Pages',NULL,NULL,'','LINE',NULL,0,'','a5de4683b673b42b77f482fbd83f732f','',NULL),(5124,'en','wp-super-cache','9daf1fb753b42c3cdc8f1d01669cd6d8','Save Settings',NULL,NULL,'','LINE',NULL,0,'','211789ff5e6dd0af2dc209f32a4fa293','',NULL),(5125,'en','wp-super-cache','ae9f944115eedcb4c1f1239b53bedee0','Add here strings (not a filename) that forces a page not to be cached. For example, if your URLs include year and you dont want to cache last year posts, it&#8217;s enough to specify the year, i.e. &#8217;/2004/&#8217;. WP-Cache will search if that string is part of the URI and if so, it will not cache that page.',NULL,NULL,'','LINE',NULL,0,'','11a6f5ace08511917fb3b4f6dab8f9cf','',NULL),(5126,'en','wp-super-cache','ecc484354a993038d07f1fa420ad1b7e','Save Strings',NULL,NULL,'','LINE',NULL,0,'','b88872fbf4e175c9fa861be2927915f3','',NULL),(5127,'en','wp-super-cache','d1258939a26045d0e5dd6ffb0971efb5','Add here those filenames that can be cached, even if they match one of the rejected substring specified above.',NULL,NULL,'','LINE',NULL,0,'','f994197f789f7b2fabc91c3b88e67765','',NULL),(5128,'en','wp-super-cache','b7f6023a7267956ff9690afc1991f5e4','Save Files',NULL,NULL,'','LINE',NULL,0,'','3f80d73dc66933607aaffcecb56d124d','',NULL),(5129,'en','wp-super-cache','55a0985e3b39692832a89e13b2288b6a','Rejected User Agents',NULL,NULL,'','LINE',NULL,0,'','4a97a2d5cc38637625817ebf0ba62540','',NULL),(5130,'en','wp-super-cache','ab4b917d5527b044bb31530b28ddeef2','Strings in the HTTP &#8217;User Agent&#8217; header that prevent WP-Cache from caching bot, spiders, and crawlers&#8217; requests. Note that super cached files are still sent to these agents if they already exists.',NULL,NULL,'','LINE',NULL,0,'','3c03f7e53b730266e5efd15adf39fbd8','',NULL),(5131,'en','wp-super-cache','6db9deb784d051f9b58e8d1f83ea9611','Save UA Strings',NULL,NULL,'','LINE',NULL,0,'','d2fbfaacd79b78ce1bcf8d43beb59c0d','',NULL),(5132,'en','wp-super-cache','b47785ad73a7103f558f15c1a96a2847','Lock Down:',NULL,NULL,'','LINE',NULL,0,'','29e191195d5f4a1e6561fc243ce8672c','',NULL),(5133,'en','wp-super-cache','b9f5c797ebbf55adccdd8539a65a0241','Disabled',NULL,NULL,'','LINE',NULL,0,'','1cff4d9c056f18e916ed80ae1bfc4d5a','',NULL),(5134,'en','wp-super-cache','f9c523812e9369e7a38daf3b163c816a','Prepare your server for an expected spike in traffic by enabling the lock down. When this is enabled, new comments on a post will not refresh the cached static files.',NULL,NULL,'','LINE',NULL,0,'','226459034035f85a170b312d5c1e7db5','',NULL),(5135,'en','wp-super-cache','c40035f6921f984d616455a58b747847','Developers: Make your plugin lock down compatible by checking the \"WPLOCKDOWN\" constant. The following code will make sure your plugin respects the WPLOCKDOWN setting.',NULL,NULL,'','LINE',NULL,0,'','91250ea3390457be3c74a3bb3fd35b4a','',NULL),(5136,'en','wp-super-cache','dc4e677c77f0002545f54a61b8e12cb4','Sorry. My blog is locked down. Updates will appear shortly',NULL,NULL,'','LINE',NULL,0,'','45370f79b7b1798da3201b9e87e87eb9','',NULL),(5137,'en','wp-super-cache','b386d683ae62602da1691d0fc50bba08','WordPress is not locked down. New comments will refresh Super Cache static files as normal.',NULL,NULL,'','LINE',NULL,0,'','8e475badb2a38fe80cebd50e3355e748','',NULL),(5138,'en','wp-super-cache','2faec1f9f8cc7f8f40d521c4dd574f49','Enable',NULL,NULL,'','LINE',NULL,0,'','6d54844cb83bf888cb7d9675287b0f4e','',NULL),(5139,'en','wp-super-cache','246b30220c0989a394654e4441637867','Lock Down',NULL,NULL,'','LINE',NULL,0,'','8369a94af19fff594fcbdb3d75e2e54e','',NULL),(5140,'en','wp-super-cache','6a09182648550e24431de8274129337e','Directly Cached Files',NULL,NULL,'','LINE',NULL,0,'','fdd4d3d8eeabab7ed94e687353e0807f','',NULL),(5141,'en','wp-super-cache','bf4128e5c60244871d74dcb043a218c2','Add direct page:',NULL,NULL,'','LINE',NULL,0,'','a4b7f4cfd03cb1dc21e7e82cf210ecd8','',NULL),(5142,'en','wp-super-cache','2f311a53d345b8196fbe60a6baec55ee','Directly cached files are files created directly off %s where your blog lives. This feature is only useful if you are expecting a major Digg or Slashdot level of traffic to one post or page.',NULL,NULL,'','LINE',NULL,0,'','779e1f92fa9431974d5b3e0a565a3602','',NULL),(5143,'en','wp-super-cache','7efcaf52ff166a088589dd4de2ff3e36','For example: to cache <em>%1$sabout/</em>, you would enter %1$sabout/ or /about/. The cached file will be generated the next time an anonymous user visits that page.',NULL,NULL,'','LINE',NULL,0,'','19feccef51e5bcd41c30c355929d5f85','',NULL),(5144,'en','wp-super-cache','0a72f78ef0fe206e8b70be98eb809323','Make the textbox blank to remove it from the list of direct pages and delete the cached file.',NULL,NULL,'','LINE',NULL,0,'','81eba5c65b30a30f5969060397dbd327','',NULL),(5145,'en','wp-super-cache','cd4f94dcc1e55657d2807ae5b54f888d','Update Direct Pages',NULL,NULL,'','LINE',NULL,0,'','74c9b0f60d5dd61923408a60b1f4e8e6','',NULL),(5146,'en','wp-super-cache','e252425fbdda4f21c159fe9a06a35eb0','Fix Configuration',NULL,NULL,'','LINE',NULL,0,'','05f6ab9d0219247aa0c9aec05d81827a','',NULL),(5147,'en','wp-super-cache','53acd5e782379c201f23879fb2791bc8','Restore Default Configuration',NULL,NULL,'','LINE',NULL,0,'','310e35e6c35af401ccb4c4d2a07a8f85','',NULL),(5148,'en','default','b97692bf5acf76ba550e7f3dd89acc5a','Jetpack CDN',NULL,NULL,'','LINE',NULL,0,'','692775cd00548e06171fc806955b4c60','',NULL),(5149,'en','wp-super-cache','4e008cb5f4608ff8141b179527807ddf','The free %1$sJetpack plugin%2$s has a %3$sSite Accelerator%2$s feature that is easier to use than the CDN functionality in this plugin. However files will be cached \"forever\" and will not update if you update the local file. Files will need to be renamed to refresh them. The %3$sJetpack documentation%2$s explains more about this.',NULL,NULL,'','LINE',NULL,0,'','5ccb127031193c0f31dd79de8dd2a971','',NULL),(5150,'en','wp-super-cache','f21049e09c6be886f3cbaba457cc7809','%1$sJetpack%2$s was not found on your site but %3$syou can install it%2$s. The Site Accelerator feature is free to use on any WordPress site and offers the same benefit as other CDN services. You should give it a try!',NULL,NULL,'','LINE',NULL,0,'','31c19d42b5194214811e303d1223b1ad','',NULL),(5151,'en','default','d07d59d921b872c5b9a6f4b38f6caa88','Simple CDN',NULL,NULL,'','LINE',NULL,0,'','26d6d9e2794f6525d597c99d5cccd205','',NULL),(5152,'en','wp-super-cache','3d3a59a5343952a8acd57a2df2e0c64f','Your website probably uses lots of static files. Image, Javascript and CSS files are usually static files that could just as easily be served from another site or CDN. Therefore, this plugin replaces any links in the <code>wp-content</code> and <code>wp-includes</code> directories (except for PHP files) on your site with the URL you provide below. That way you can either copy all the static content to a dedicated host or mirror the files to a CDN by <a href=\"https://knowledgelayer.softlayer.com/faq/how-does-origin-pull-work\" target=\"_blank\">origin pull</a>.',NULL,NULL,'','LINE',NULL,0,'','1ebed718a8493f1760a98fd7bc7793ca','',NULL),(5153,'en','wp-super-cache','7a6c99faa6df301acbfb67ff166b4ebc','<strong style=\"color: red\">WARNING:</strong> Test some static urls e.g., %s  to ensure your CDN service is fully working before saving changes.',NULL,NULL,'','LINE',NULL,0,'','cb66f41fc359cc4695d6d9a4dc1d1924','',NULL),(5154,'en','wp-super-cache','de1725ec56d2e1233a1c71e137d42deb','<strong style=\"color: red\">WARNING:</strong> Your siteurl and homeurl are different. The plugin is using %s as the homepage URL of your site but if that is wrong please use the filter \"ossdl_off_blog_url\" to fix it.',NULL,NULL,'','LINE',NULL,0,'','a0fd8f04763878815aee3f52de7dd406','',NULL),(5155,'en','wp-super-cache','2738fac1a302cb459368ee1af5db8e7d','You can define different CDN URLs for each site on a multsite network.',NULL,NULL,'','LINE',NULL,0,'','5276078a497ed60e5cf4d2a569ecd385','',NULL),(5156,'en','wp-super-cache','3b7a04a89c9255402f1c34980044e5e0','Enable CDN Support',NULL,NULL,'','LINE',NULL,0,'','7824bb3198d185919e63a2d081678017','',NULL),(5157,'en','wp-super-cache','1bacb9caa60813ee730288d7dd95e7fc','Site URL',NULL,NULL,'','LINE',NULL,0,'','dfe61c6fa740052d5ccdf1fb00ab1689','',NULL),(5158,'en','wp-super-cache','411ffffef154c472df8adf6480621b94','The URL of your site. No trailing <code>/</code> please.',NULL,NULL,'','LINE',NULL,0,'','bad0d0cf1a56e11de65678042245f3d0','',NULL),(5159,'en','wp-super-cache','56c2e40eea4aa326cb7cc7d5513e04bb','Off-site URL',NULL,NULL,'','LINE',NULL,0,'','31759031aa4039dac242ac546da5cc2f','',NULL),(5160,'en','wp-super-cache','c3042b701cb4013f90f9963a824d11ec','The new URL to be used in place of %1$s for rewriting. No trailing <code>/</code> please.<br />Example: <code>%2$s</code>.',NULL,NULL,'','LINE',NULL,0,'','314d73e663943bb7b668dada7c1d819a','',NULL),(5161,'en','wp-super-cache','36cc06f1eb6ef72a5ae1f3d6f844e696','Include directories',NULL,NULL,'','LINE',NULL,0,'','fa103c8e1114ca3a1b9927efea930619','',NULL),(5162,'en','wp-super-cache','75f2908ef72ebb6bff102c24af36a509','Directories to include in static file matching. Use a comma as the delimiter. Default is <code>wp-content, wp-includes</code>, which will be enforced if this field is left empty.',NULL,NULL,'','LINE',NULL,0,'','12f5b47a1953e52dd0b0ad7d66c9b86c','',NULL),(5163,'en','wp-super-cache','6f4d7c78c9a2aa4315d7738349a4eff3','Exclude if substring',NULL,NULL,'','LINE',NULL,0,'','4d4e99c73c3d14a78346d50d2c660d58','',NULL),(5164,'en','wp-super-cache','8976af3beda9cfeed8d5991b720d7d1e','Excludes something from being rewritten if one of the above strings is found in the URL. Use a comma as the delimiter like this, <code>.php, .flv, .do</code>, and always include <code>.php</code> (default).',NULL,NULL,'','LINE',NULL,0,'','faf00b7de73f7c36f7b1fb4395a9ac2e','',NULL),(5165,'en','wp-super-cache','89744ecca2038fc3085c44913ce1029e','Additional CNAMES',NULL,NULL,'','LINE',NULL,0,'','f17bebfdfe1f216048881854e8d88902','',NULL),(5166,'en','wp-super-cache','b8a3a6b13eb994a59cc53935568e5190','These <a href=\"https://www.wikipedia.org/wiki/CNAME_record\">CNAMES</a> will be used in place of %1$s for rewriting (in addition to the off-site URL above). Use a comma as the delimiter. For pages with a large number of static files, this can improve browser performance. CNAMEs may also need to be configured on your CDN.<br />Example: %2$s',NULL,NULL,'','LINE',NULL,0,'','387a261f286c2f4e31aa68dbfa43f8a1','',NULL),(5167,'en','wp-super-cache','d623fb21761a6c5914d58c433e9dd0b7','Skip https URLs to avoid \"mixed content\" errors',NULL,NULL,'','LINE',NULL,0,'','3e1304ff49c4606b0860c3d80e2dfbb1','',NULL),(5168,'en','wp-super-cache','f5d6040ed78ca86ddc73296a49b18510','Save Changes',NULL,NULL,'','LINE',NULL,0,'','35931d18e640ff33d60409168c779e7e','',NULL),(5169,'en','wp-super-cache','edf3cec4bb1ddf6891b4c8eca7ef6509','CDN functionality provided by <a href=\"https://wordpress.org/plugins/ossdl-cdn-off-linker/\">OSSDL CDN Off Linker</a> by <a href=\"http://mark.ossdl.de/\">Mark Kubacki</a>',NULL,NULL,'','LINE',NULL,0,'','bd6a34f121d2482c7349cbaa7e8d8df8','',NULL),(5170,'en','default','d0fbfc097c4fdbc0bc02e10243bd60fe','&raquo;',NULL,NULL,'','LINE',NULL,0,'feed link','f558760ee3e9c106e53a8d1d93315891','',NULL),(5171,'en','default','39038157f6187c0a354f243360e91735','%1$s %2$s %3$s Comments Feed',NULL,NULL,'','LINE',NULL,0,'','cf1741780a14c8c29df3f5bb916bcf2a','',NULL),(5172,'en','default','230e67845330966224471674ef20b1d9','%1$s %2$s %3$s Category Feed',NULL,NULL,'','LINE',NULL,0,'','044c2be99dd9ba6defa9483cdd562ec5','',NULL),(5173,'en','default','d0c87f0848a6335f4b781bf781446351','%1$s %2$s %3$s Tag Feed',NULL,NULL,'','LINE',NULL,0,'','19609c54b2ae44164fd147546654d69e','',NULL),(5174,'en','default','08399b254ca15573db33c6d24aaa1b28','%1$s %2$s %3$s %4$s Feed',NULL,NULL,'','LINE',NULL,0,'','d67ac973cfa921891489e0eeb2299c26','',NULL),(5175,'en','default','654541dd689fb4f19d9254dc55f7695b','%1$s %2$s Posts by %3$s Feed',NULL,NULL,'','LINE',NULL,0,'','e8d3665887257f433d7c66d12a869927','',NULL),(5176,'en','default','7f7a8b7ee70c3244c67422b1cbe3c3e8','%1$s %2$s Search Results for &#8220;%3$s&#8221; Feed',NULL,NULL,'','LINE',NULL,0,'','c99caaa204b6ccc926b4530188ce9e2a','',NULL),(5177,'en','default','96c6df252efdfa0e6334d315a3b8c836','%1$s %2$s %3$s Feed',NULL,NULL,'','LINE',NULL,0,'','f9c4836516cefc44b5b63584879dbb2b','',NULL),(5178,'en','wp-super-cache','5e7d708f83ec114159bc1acdf94b2396','Cache Contents',NULL,NULL,'','LINE',NULL,0,'','009c35ca2913a4290c3dedd734327f13','',NULL),(5179,'en','wp-super-cache','6da33fe4cc72502a9935e50f53fa9f74','WP-Cache',NULL,NULL,'','LINE',NULL,0,'','ff60426391f7444dff7b4be6e7d55663','',NULL),(5180,'en','wp-super-cache','85587910204c423b4e2d5fd44e264ee2','%s Cached Pages',NULL,NULL,'','LINE',NULL,0,'','1dc5a2fb5292b4d5d9299408ba77d4c0','',NULL),(5181,'en','wp-super-cache','198eca8be66a2e6ded4a736aa11132c0','%s Expired Pages',NULL,NULL,'','LINE',NULL,0,'','a8e2adc63505206359572471ac46030f','',NULL),(5182,'en','wp-super-cache','7394c4823fed9f045f9f17f1ad87632a','WP-Super-Cache',NULL,NULL,'','LINE',NULL,0,'','aaee2ad74291627f21ad6a0894207939','',NULL),(5183,'en','wp-super-cache','5c179904075c8764fc040f937ddabdf9','List all cached files',NULL,NULL,'','LINE',NULL,0,'','cc700ded670f8627bb5b2383faa7565a','',NULL),(5184,'en','wp-super-cache','9f359d99204a3ffb13d8950d30a36c98','Expired files are files older than %s seconds. They are still used by the plugin and are deleted periodically.',NULL,NULL,'','LINE',NULL,0,'','05fdb393d158f0de269e029ff7832438','',NULL),(5185,'en','wp-super-cache','526489deab9a4e5654ba52319cd02cff','Delete Expired',NULL,NULL,'','LINE',NULL,0,'','44e190762fd3a4d263e1d6b97129e7f2','',NULL),(5186,'en','admin_texts_aioseop_options','[aioseop_options]aiosp_home_description','',NULL,NULL,'','LINE',NULL,0,'','db7f3dc659e25204f960bcc846c44da7','optional',NULL),(5187,'en','admin_texts_aioseop_options','[aioseop_options]aiosp_page_title_format','%page_title% | %site_title%',NULL,NULL,'','LINE',NULL,0,'','520648d7991d817a0203cdf1c9e54ddd','optional',NULL),(5188,'en','admin_texts_aioseop_options','[aioseop_options]aiosp_post_title_format','%post_title% | %site_title%',NULL,NULL,'','LINE',NULL,0,'','3381dfab1c42a56155e25e7641a7c31d','optional',NULL),(5189,'en','admin_texts_aioseop_options','[aioseop_options]aiosp_category_title_format','%category_title% | %site_title%',NULL,NULL,'','LINE',NULL,0,'','8ad3258173f981f080930b3dbda64d5c','optional',NULL),(5190,'en','admin_texts_aioseop_options','[aioseop_options]aiosp_archive_title_format','%archive_title% | %site_title%',NULL,NULL,'','LINE',NULL,0,'','b7d868042ce539596e88639758a0d474','optional',NULL),(5191,'en','admin_texts_aioseop_options','[aioseop_options]aiosp_tag_title_format','%tag% | %site_title%',NULL,NULL,'','LINE',NULL,0,'','408508aafbd62eaf0ec603581981838a','optional',NULL),(5192,'en','admin_texts_aioseop_options','[aioseop_options]aiosp_search_title_format','%search% | %site_title%',NULL,NULL,'','LINE',NULL,0,'','c1c88dc4406e0153a9464f90bf9122c4','optional',NULL),(5193,'en','admin_texts_aioseop_options','[aioseop_options]aiosp_description_format','%description%',NULL,NULL,'','LINE',NULL,0,'','722570384fedeab19f3d727ab2df25ff','optional',NULL),(5194,'en','admin_texts_aioseop_options','[aioseop_options]aiosp_404_title_format','Nothing found for %request_words%',NULL,NULL,'','LINE',NULL,0,'','e3d706edd413d8cbe2878aae2482f8bf','optional',NULL),(5195,'en','admin_texts_aioseop_options','[aioseop_options]aiosp_paged_format',' - Part %page%',NULL,NULL,'','LINE',NULL,0,'','e6ff2ec58aa0a0c4adf6f1d3058ef350','optional',NULL),(5196,'en','all-in-one-seo-pack','947a3196214204bb56937341f09d904a','%s Plugin Options',NULL,NULL,'','LINE',NULL,0,'','be3c3cb28795cd2587c87b3a38183365','',NULL),(5197,'en','all-in-one-seo-pack','52f4393e1b52ba63e27310ca92ba098c','General Settings',NULL,NULL,'','LINE',NULL,0,'','a44b4fdcd3f57796345ba4fcd4381b94','',NULL),(5198,'en','all-in-one-seo-pack','5d5c4ad5db4bd841e161e43ac45bc5c6','License Key',NULL,NULL,'','LINE',NULL,0,'','295461d49cfb47611fba8c0f21fd0011','',NULL),(5199,'en','all-in-one-seo-pack','1b81d63632025779e13f41128ce082fb','Home Title',NULL,NULL,'','LINE',NULL,0,'','c00d849ddec2a8746df5ad7789fbcb52','',NULL),(5200,'en','all-in-one-seo-pack','9d7e79c74077e2ada67cb776f0fd3a62','Home Description',NULL,NULL,'','LINE',NULL,0,'','2b7a8744fa7253ed8f293853a29b8876','',NULL),(5201,'en','all-in-one-seo-pack','fcd4cf0716d1eeb8a194088e9878a734','Use Keywords',NULL,NULL,'','LINE',NULL,0,'','3b678cf2551db823c10fefd43475cf76','',NULL),(5202,'en','all-in-one-seo-pack','00d23a76e43b46dae9ec7aa9dcbebb32','Enabled',NULL,NULL,'','LINE',NULL,0,'','8bcf731d502dc398ba10bc968d9280a6','',NULL),(5203,'en','all-in-one-seo-pack','b9f5c797ebbf55adccdd8539a65a0241','Disabled',NULL,NULL,'','LINE',NULL,0,'','534434a1d65eb6d24470bd50280516b7','',NULL),(5204,'en','all-in-one-seo-pack','f9dd79c8c48c34cc17554edb8f3aa1b5','Home Keywords (comma separated)',NULL,NULL,'','LINE',NULL,0,'','d91cc98e5550c8cb69b4b5f9979ba6d5','',NULL),(5205,'en','all-in-one-seo-pack','02b2924e1bba6693699f344e4a19020a','Use Static Front Page Instead',NULL,NULL,'','LINE',NULL,0,'','ecb1be27e2051f795a2039f1fb45c29c','',NULL),(5206,'en','all-in-one-seo-pack','3ff2f9d7f418be0d22504a07e1edf404','Canonical URLs',NULL,NULL,'','LINE',NULL,0,'','4f2e9ac1adb47ab72d072d5036a78ce0','',NULL),(5207,'en','all-in-one-seo-pack','e77d2c91c46d351b6e468eac2ac7b8a1','No Pagination for Canonical URLs',NULL,NULL,'','LINE',NULL,0,'','a6dc44a2d9fefdd4ea1116d365d549d9','',NULL),(5208,'en','all-in-one-seo-pack','9c7dee88fc8df51b629a30002e3e6644','Force Rewrites',NULL,NULL,'','LINE',NULL,0,'','ec3bfe97c62cc39b1d5292eee5b7981a','',NULL),(5209,'en','all-in-one-seo-pack','774f0a5cff503f11e752c3f999fe4230','Use Original Title',NULL,NULL,'','LINE',NULL,0,'','54947d76c9004d0987681545136f183d','',NULL),(5210,'en','all-in-one-seo-pack','42ca919d19946ac36cbe542d1e3084c6','Home Page Title Format',NULL,NULL,'','LINE',NULL,0,'','e232d6fdd4597d1d35d33beed4680f4b','',NULL),(5211,'en','all-in-one-seo-pack','8885efb9753efa96fd817400d8211dab','Page Title Format',NULL,NULL,'','LINE',NULL,0,'','56d23bf71f58c9313425baaea50f48df','',NULL),(5212,'en','all-in-one-seo-pack','e4f4dbc545bb38cdbb512a468f0b2e74','Post Title Format',NULL,NULL,'','LINE',NULL,0,'','c5f52d8bc29ffb6fc6d77c6520047b6d','',NULL),(5213,'en','all-in-one-seo-pack','36dfd2f92a0fe240e646fe2f21addedf','Category Title Format',NULL,NULL,'','LINE',NULL,0,'','4ae0cf38fb8e5359738a2110a53902e3','',NULL),(5214,'en','all-in-one-seo-pack','64338e41ce958502ca0bd22f9989c2d0','Archive Title Format',NULL,NULL,'','LINE',NULL,0,'','10973221d1d41b6d2876ac7b1e6b9230','',NULL),(5215,'en','all-in-one-seo-pack','370e189fef4d36751672681a3da8a826','Date Archive Title Format',NULL,NULL,'','LINE',NULL,0,'','737b2a6339d195b1b27a5c2779cde4cf','',NULL),(5216,'en','all-in-one-seo-pack','dac06cc68be015cdf8377f958e5065ae','Author Archive Title Format',NULL,NULL,'','LINE',NULL,0,'','13b223873d6d9d02ffadbd1ce0930ee0','',NULL),(5217,'en','all-in-one-seo-pack','020d7cf12455aa1363cec5b873e43e71','Tag Title Format',NULL,NULL,'','LINE',NULL,0,'','99e93adb056684475048493dde999247','',NULL),(5218,'en','all-in-one-seo-pack','b8d3faadffeaef850b065a2d3be94976','Search Title Format',NULL,NULL,'','LINE',NULL,0,'','bd26c03a43014b248a136b369693e4c2','',NULL),(5219,'en','all-in-one-seo-pack','4ea4ecb0137c551677c03bff22080314','Description Format',NULL,NULL,'','LINE',NULL,0,'','3a3cf5e9a90d35c52599074ef297c839','',NULL),(5220,'en','all-in-one-seo-pack','6b9e6c6e42a3324fa06890b870f6bf55','404 Title Format',NULL,NULL,'','LINE',NULL,0,'','11b4ffef69fc9311ac7133798e8ac9bb','',NULL),(5221,'en','all-in-one-seo-pack','1768017531e39508615c603eede1a7f3','Nothing found for %request_words%',NULL,NULL,'','LINE',NULL,0,'','dc8879e24d557aa45881e97db45210e2','',NULL),(5222,'en','all-in-one-seo-pack','87a33ebe1e93a882d4d6b2501e2e42cb','Paged Format',NULL,NULL,'','LINE',NULL,0,'','cd4a41be45dc65a2dec8e7fe7815db5f','',NULL),(5223,'en','all-in-one-seo-pack','5bfce74acb2e639b27c22fd6464a59b9','Part',NULL,NULL,'','LINE',NULL,0,'','0b659f4ff6c088f57fb2469b59f92250','',NULL),(5224,'en','all-in-one-seo-pack','e661413abdf270ff66ed3fecf3b82b51','SEO on only these Content Types',NULL,NULL,'','LINE',NULL,0,'','e53e75570b74e43cbae1cbc4acf6d396','',NULL),(5225,'en','all-in-one-seo-pack','4c1bf60e1f04c9c482f9b042eeb34f1e','SEO on only these taxonomies',NULL,NULL,'','LINE',NULL,0,'','9e4c44446614b8961ca71e81e90ea78d','',NULL),(5226,'en','all-in-one-seo-pack','a0619119542d3ae919b06d56adaa9ba8','Default to NOINDEX',NULL,NULL,'','LINE',NULL,0,'','2f8fb9f48d4436325e363c3407b62823','',NULL),(5227,'en','all-in-one-seo-pack','490eeb51f98f5410e490c249b4a69efa','Default to NOFOLLOW',NULL,NULL,'','LINE',NULL,0,'','b2a2a315b6facc7beb9bc427a6d95d2b','',NULL),(5228,'en','all-in-one-seo-pack','1b41176b66dbf3a712d8073c0908ee15','Show Column Labels for Custom Post Types',NULL,NULL,'','LINE',NULL,0,'','7064fc9eb2f7c90b152911443e8ad9df','',NULL),(5229,'en','all-in-one-seo-pack','c1b5b349bff2657ef54d3cf31517ff4d','Pinterest Site Verification',NULL,NULL,'','LINE',NULL,0,'','fb2c5c92bf223acce2f3e8ff40e7c8ed','',NULL),(5230,'en','all-in-one-seo-pack','437418d1694e82fd5ff2260670467c02','Google Analytics ID',NULL,NULL,'','LINE',NULL,0,'','216fd577a6e705de49b4c2906f51fa40','',NULL),(5231,'en','all-in-one-seo-pack','843303c1604cd75dcf4ad45b499669f8','Advanced Analytics Options',NULL,NULL,'','LINE',NULL,0,'','474a591b1636f6b312e4490e7127ad78','',NULL),(5232,'en','all-in-one-seo-pack','a2d88b9b989be2cb3ff701a6e811a38f','Tracking Domain',NULL,NULL,'','LINE',NULL,0,'','22a4abaf10ad55abb1f21565b0e5c3e1','',NULL),(5233,'en','all-in-one-seo-pack','9f03a533a55a803cd59f50aa05bec6ad','Track Multiple Domains',NULL,NULL,'','LINE',NULL,0,'','5d53396e5bb3e4d6783f94beabe7aa46','',NULL),(5234,'en','all-in-one-seo-pack','44ffeb6a85dd87522fef61407274af32','Additional Domains',NULL,NULL,'','LINE',NULL,0,'','9acb8119b6127265f694fc7f1960e213','',NULL),(5235,'en','all-in-one-seo-pack','378582e602b8659f3dfc100a4fd6d866','Anonymize IP Addresses',NULL,NULL,'','LINE',NULL,0,'','78fb1baa835e8e1168df9a6219a3b897','',NULL),(5236,'en','all-in-one-seo-pack','f0938b44e01150313a52d9af0b20e65d','Display Advertiser Tracking',NULL,NULL,'','LINE',NULL,0,'','306fba57505e48c15c17aeb965df3145','',NULL),(5237,'en','all-in-one-seo-pack','41dfafde663ba5df3dbf7b247c13c2d4','Exclude Users From Tracking',NULL,NULL,'','LINE',NULL,0,'','92e46538eb146c7b911afb8c2e268219','',NULL),(5238,'en','all-in-one-seo-pack','4711d699944707e7d24d9f90c3fd8142','Track Outbound Links',NULL,NULL,'','LINE',NULL,0,'','7a0ac0eadb4e9c65dbd4dbc50feecf20','',NULL),(5239,'en','all-in-one-seo-pack','8ad59e00b7399b2cfc8946f6169f6281','Enhanced Link Attribution',NULL,NULL,'','LINE',NULL,0,'','6c32b94af672d144d70d6cc8f9fca87b','',NULL),(5240,'en','all-in-one-seo-pack','9add54a458f58e61b445f69a9c4c6a54','Enhanced Ecommerce',NULL,NULL,'','LINE',NULL,0,'','aa4767c22ac025f124cbe27178b6ce61','',NULL),(5241,'en','all-in-one-seo-pack','c0c71093c67949cf58ec7e1d89a94245','Use Schema.org Markup',NULL,NULL,'','LINE',NULL,0,'','49b7ff3041493eb7a305de675264646a','',NULL),(5242,'en','all-in-one-seo-pack','b0c09a166f4992e48b12433a187d97ab','Display Sitelinks Search Box',NULL,NULL,'','LINE',NULL,0,'','b83937abab10ecbe01103b9da4549789','',NULL),(5243,'en','all-in-one-seo-pack','1674032b33974bbf9b0423c65ecdc2ce','Social Profile Links',NULL,NULL,'','LINE',NULL,0,'','79df2e25cef92248f09c5d9b5c24c420','',NULL),(5244,'en','all-in-one-seo-pack','99b2f330e0faa4d7f4417277ba738552','Person or Organization',NULL,NULL,'','LINE',NULL,0,'','65548b35ad40f900ce383bcb9c72060d','',NULL),(5245,'en','all-in-one-seo-pack','d6b258792ff06f82933c74eeb8aef591','Organization',NULL,NULL,'','LINE',NULL,0,'','598089befdb7c3361561b47a8854619a','',NULL),(5246,'en','all-in-one-seo-pack','40bed7cf9b3d4bb3a3d7a7e3eb18c5eb','Person',NULL,NULL,'','LINE',NULL,0,'','9cd0c217326d65d44583fb300deb01a2','',NULL),(5247,'en','all-in-one-seo-pack','c1ca926603dc454ba981aa514db8402b','Organization Name',NULL,NULL,'','LINE',NULL,0,'','a7ff0ae1ebfbf75c4c4fbbfac9937fbe','',NULL),(5248,'en','all-in-one-seo-pack','ecd51aea0056dcc462a83d72903ea327','Organization Logo',NULL,NULL,'','LINE',NULL,0,'','41ac488ab111548df80030ab31d921b9','',NULL),(5249,'en','all-in-one-seo-pack','d121379378e980a9677b8dc04c90c1bf','Person\'s Username',NULL,NULL,'','LINE',NULL,0,'','7bbeca6584e0fa50acc5e44d0fa1c1e2','',NULL),(5250,'en','all-in-one-seo-pack','1e4dbc7eaa78468a3bc1448a3d68d906','Phone Number',NULL,NULL,'','LINE',NULL,0,'','69843103bbd6a6a586125361ff0c23b2','',NULL),(5251,'en','all-in-one-seo-pack','814886271f45fd9eccc85637a7faabf3','Type of Contact',NULL,NULL,'','LINE',NULL,0,'','c058c6f325649a9b9b9f0e44aee1da6f','',NULL),(5252,'en','all-in-one-seo-pack','fe0a49294d6dfd6c13ce312af9d536a2','-- Select --',NULL,NULL,'','LINE',NULL,0,'','4d6587f2955e2d58aecdfc717ea8737d','',NULL),(5253,'en','all-in-one-seo-pack','45db51f999b9e9fc7263a7e0ebc2d7f0','Customer Support',NULL,NULL,'','LINE',NULL,0,'','f5c7a5ee0b197e061b3aab39a036cb77','',NULL),(5254,'en','all-in-one-seo-pack','fec5f90e9985e1f7b8cc6752739ce9b1','Technical Support',NULL,NULL,'','LINE',NULL,0,'','f496aee560dbb858d345c2e9fc1f2a58','',NULL),(5255,'en','all-in-one-seo-pack','c7703baf6849325c6dd9df112e8b4b85','Billing Support',NULL,NULL,'','LINE',NULL,0,'','6d10049bda0c159397d4749e86bfdb56','',NULL),(5256,'en','all-in-one-seo-pack','843607a76c55a432ea49b5f3bc719300','Bill Payment',NULL,NULL,'','LINE',NULL,0,'','88985e8c04d9c168884e306e40f9f1cb','',NULL),(5257,'en','all-in-one-seo-pack','11ff9f68afb6b8b5b8eda218d7c83a65','Sales',NULL,NULL,'','LINE',NULL,0,'','57bcc4223d4218c71a73d26fdcde39a3','',NULL),(5258,'en','all-in-one-seo-pack','88497539356974df1c84efccd78c4cbb','Reservations',NULL,NULL,'','LINE',NULL,0,'','f51935cdc8a0ef2b5f4992d69b71b61b','',NULL),(5259,'en','all-in-one-seo-pack','92548f76e5203e297a330d063e14be80','Credit Card Support',NULL,NULL,'','LINE',NULL,0,'','734ff25942f80df72fb1cbf2cbff8e57','',NULL),(5260,'en','all-in-one-seo-pack','a3fa706f20bc0b7858b7ae6932261940','Emergency',NULL,NULL,'','LINE',NULL,0,'','37b57220b59f425e764735e328f6a57e','',NULL),(5261,'en','all-in-one-seo-pack','fb0e8b669145737e32ce3f28f289633c','Baggage Tracking',NULL,NULL,'','LINE',NULL,0,'','6dd23fcce4ebfe88607e573b54c8e80d','',NULL),(5262,'en','all-in-one-seo-pack','52b69cad2042a58a149392a78dbf8d45','Roadside Assistance',NULL,NULL,'','LINE',NULL,0,'','ec6f07b8471558b6f5d637bb94efc915','',NULL),(5263,'en','all-in-one-seo-pack','cbfb5a4db1fa9329bb9f060f7d5f6954','Package Tracking',NULL,NULL,'','LINE',NULL,0,'','6fb149c43222cd7fef8c6789d91708c1','',NULL),(5264,'en','all-in-one-seo-pack','80b1f269334379f816112786492bdc55','Use Categories for META keywords',NULL,NULL,'','LINE',NULL,0,'','34f60cabe42020e2ab492ec487b71c9b','',NULL),(5265,'en','all-in-one-seo-pack','20d099135d1c232b47a2349236a31a02','Use Tags for META keywords',NULL,NULL,'','LINE',NULL,0,'','e560275e8504a4ee9989806113840f97','',NULL),(5266,'en','all-in-one-seo-pack','5634920cc14e0fa20ac8477703cd29ec','Dynamically Generate Keywords for Posts Page/Archives',NULL,NULL,'','LINE',NULL,0,'','5ff762721e7be471042b3f1206269600','',NULL),(5267,'en','all-in-one-seo-pack','2e14f2be2b42b02d27ee619803c7d083','Use noindex for Categories',NULL,NULL,'','LINE',NULL,0,'','92f83fc0b66616ea4445387e23cfdf7c','',NULL),(5268,'en','all-in-one-seo-pack','2e8739c8a8083ff402afb32db3d10be6','Use noindex for Date Archives',NULL,NULL,'','LINE',NULL,0,'','4c6e857abbab51f573549f69d5daba82','',NULL),(5269,'en','all-in-one-seo-pack','92359736c32fa80dd4bf578177244611','Use noindex for Author Archives',NULL,NULL,'','LINE',NULL,0,'','7408e6d30ae741156e356270397c8f15','',NULL),(5270,'en','all-in-one-seo-pack','ce5ac402666933a40fbd9c0e95f8af16','Use noindex for Tag Archives',NULL,NULL,'','LINE',NULL,0,'','2b178986aa97257e17c3dc269f6bbe82','',NULL),(5271,'en','all-in-one-seo-pack','f99e93729eb4147e6053ec5c299d4f0c','Use noindex for the Search page',NULL,NULL,'','LINE',NULL,0,'','5c13875981550146728dcfa2108523f3','',NULL),(5272,'en','all-in-one-seo-pack','acb1404f5c8e801f656f6d41e1a4b619','Use noindex for the 404 page',NULL,NULL,'','LINE',NULL,0,'','7214cc1bb58c483e818fcfc729091fbb','',NULL),(5273,'en','all-in-one-seo-pack','5a41d893cc61118979b66919f1f4b19a','Use noindex for Taxonomy Archives',NULL,NULL,'','LINE',NULL,0,'','f163f624513a11d7cf0f6b90b4190f53','',NULL),(5274,'en','all-in-one-seo-pack','2c35248d21381c66856c706a836f514b','Use noindex for paginated pages/posts',NULL,NULL,'','LINE',NULL,0,'','034759633ad11d86ed8e66360e13877c','',NULL),(5275,'en','all-in-one-seo-pack','e25bb3d39d67a6764fc1fc74552cabc1','Use nofollow for paginated pages/posts',NULL,NULL,'','LINE',NULL,0,'','060d8446985697c5826cfb748090e6d4','',NULL),(5276,'en','all-in-one-seo-pack','8befbca5424d13f54799ff68296613f9','Autogenerate Descriptions',NULL,NULL,'','LINE',NULL,0,'','a9a87531d7f933011a8db268ff2e37c2','',NULL),(5277,'en','all-in-one-seo-pack','f132e47d247c77c9078689b547072fa2','Use Content For Autogenerated Descriptions',NULL,NULL,'','LINE',NULL,0,'','879d1de7a1e4f00e7085dc94d2a10232','',NULL),(5278,'en','all-in-one-seo-pack','bb75480db4bd8a79bd4740b22c60ac53','Run Shortcodes In Autogenerated Descriptions',NULL,NULL,'','LINE',NULL,0,'','4a898af945c63385731ec0c7340a62aa','',NULL),(5279,'en','all-in-one-seo-pack','b97063e2a7a2a34f397f2ab3541fe7ed','Remove Descriptions For Paginated Pages',NULL,NULL,'','LINE',NULL,0,'','b9a22c00d687ef71840ae43b50a0b777','',NULL),(5280,'en','all-in-one-seo-pack','738fdcdcce7dd213af0f6b4f5ab5b8fd','Never Shorten Long Descriptions',NULL,NULL,'','LINE',NULL,0,'','8ce095b99dd010675890deaa9d0cdc5e','',NULL),(5281,'en','all-in-one-seo-pack','77dfa568f16b4f619546546e710c2f22','Unprotect Post Meta Fields',NULL,NULL,'','LINE',NULL,0,'','1bf98efd48ea2442e0cde80c01f4beb6','',NULL),(5282,'en','all-in-one-seo-pack','d93e128636baf018951518d613a785bd','Redirect Attachments to Post Parent',NULL,NULL,'','LINE',NULL,0,'','c1e6c0a275beffe3caf7bb4ae6ab203d','',NULL),(5283,'en','all-in-one-seo-pack','662bf03dcfb4b892e0301ab1329cda8a','Exclude Pages',NULL,NULL,'','LINE',NULL,0,'','ebba564f4cd5e134876f9856b35c749c','',NULL),(5284,'en','all-in-one-seo-pack','c9245416d37f50ffa000e81bdf5e6af0','Additional Post Headers',NULL,NULL,'','LINE',NULL,0,'','d81e43e2a22ed03823e1d74e6d5d3d7f','',NULL),(5285,'en','all-in-one-seo-pack','2388ab1127b44377bd53d008d396d06e','Additional Page Headers',NULL,NULL,'','LINE',NULL,0,'','5208fe533b902e6c9f454cf7eb29a414','',NULL),(5286,'en','all-in-one-seo-pack','aae0805df43be7072e17a65d313ed705','Additional Front Page Headers',NULL,NULL,'','LINE',NULL,0,'','af501a56237a71dcb491c316335e31b0','',NULL),(5287,'en','all-in-one-seo-pack','ccc1bf77913ca9008e5cacfce3152ab3','Additional Posts Page Headers',NULL,NULL,'','LINE',NULL,0,'','90e5ba13ac8661475f30e7bd40be0c9e','',NULL),(5288,'en','all-in-one-seo-pack','5dfb6852575858a81ada7719377d25cf','Log important events',NULL,NULL,'','LINE',NULL,0,'','f0fea40a5d720381f3e2806d78c0446e','',NULL),(5289,'en','all-in-one-seo-pack','4a4e41ee8f70942780b9cb1b8191c446','Upgrade to',NULL,NULL,'','LINE',NULL,0,'','1f7661a06bb368c838d86af750bee3b6','',NULL),(5290,'en','all-in-one-seo-pack','0f5db096c75c7d178254e2687353ee40','UPGRADE TO PRO VERSION',NULL,NULL,'','LINE',NULL,0,'','fd63472b2e038da95b1088a61022c616','',NULL),(5291,'en','all-in-one-seo-pack','3d037398a9418488f658e6f521b609e5','Support Forum',NULL,NULL,'','LINE',NULL,0,'','4488886ade396069fc400d143db64a52','',NULL),(5292,'en','all-in-one-seo-pack','a9c472c2452794303ab53103ea80f4c4','Preview Snippet',NULL,NULL,'','LINE',NULL,0,'','ee90bdbc8bfbf3d020b534a7151788c8','',NULL),(5293,'en','all-in-one-seo-pack','b78a3223503896721cca1303f776159b','Title',NULL,NULL,'','LINE',NULL,0,'','1cefa5ce90c59b8dc13d9f9e506d73a8','',NULL),(5294,'en','all-in-one-seo-pack','b5a7adde1af5c87d7fd797b6245c2a39','Description',NULL,NULL,'','LINE',NULL,0,'','a0e2f7436c196f4bd7b6213859b01045','',NULL),(5295,'en','all-in-one-seo-pack','d5b2d1574360ba90eb43bd14e0bdf867','Keywords (comma separated)',NULL,NULL,'','LINE',NULL,0,'','b660ce00eb2587aa0ba1b5470f74493a','',NULL),(5296,'en','all-in-one-seo-pack','37c676240b7ab6ad30d065b1fb0b6f70','Custom Canonical URL',NULL,NULL,'','LINE',NULL,0,'','9e22830c0c788a871e29f35173b7a792','',NULL),(5297,'en','all-in-one-seo-pack','bcb881cd4c62f20c79094aa895dbd5a6','NOINDEX this page/post',NULL,NULL,'','LINE',NULL,0,'','0e1430494480f44fee46d10f35cd9bd4','',NULL),(5298,'en','all-in-one-seo-pack','ff5834905a45c145632dd0d159c0799c','NOFOLLOW this page/post',NULL,NULL,'','LINE',NULL,0,'','f15a00eb72f7f166c996dcf2945744b6','',NULL),(5299,'en','all-in-one-seo-pack','a22704491762d486418d7338c1dc7173','Exclude From Sitemap',NULL,NULL,'','LINE',NULL,0,'','e765197db743b2c6ea034a5063a155e7','',NULL),(5300,'en','all-in-one-seo-pack','f8644645146e07ed539e255792142d42','Disable on this page/post',NULL,NULL,'','LINE',NULL,0,'','df799a2fe340232c171d965caf2d4cf0','',NULL),(5301,'en','all-in-one-seo-pack','342200315ceb58ff0bfe3088c6e8d365','Disable Google Analytics',NULL,NULL,'','LINE',NULL,0,'','96e06ea2b77436b5f7175b90039dd4a3','',NULL),(5302,'en','all-in-one-seo-pack','27c0363e50e431a7d0c98cb83e6096a1','Home Page Settings',NULL,NULL,'','LINE',NULL,0,'','a00b1a5cffbea27dfa283a32e2e67830','',NULL),(5303,'en','all-in-one-seo-pack','114c619df33ebefdb5589e628aa50e0e','Title Settings',NULL,NULL,'','LINE',NULL,0,'','ba3f16102adfd510f1cb15102601b81f','',NULL),(5304,'en','all-in-one-seo-pack','e2485b5ca09d3f045d547acd57c7cf1c','Content Type Settings',NULL,NULL,'','LINE',NULL,0,'','25496d758cf47ba995767677e96a9b3d','',NULL),(5305,'en','all-in-one-seo-pack','3d23e1e11c824540fb5ae59cadefd5d5','Display Settings',NULL,NULL,'','LINE',NULL,0,'','15066997342d699cae2c96c2b9480748','',NULL),(5306,'en','all-in-one-seo-pack','e16aace7feb4c4c815b9f9acbf072815','Webmaster Verification',NULL,NULL,'','LINE',NULL,0,'','a8462d3b0eee5a6a45118b278a79604d','',NULL),(5307,'en','all-in-one-seo-pack','d86cf69a8b82547a94ca3f6a307cf9a6','Google Analytics',NULL,NULL,'','LINE',NULL,0,'','2d4eaf6d86daad0bcb798abd26312de8','',NULL),(5308,'en','all-in-one-seo-pack','38e63466bb734f2aee0244ad6f295af3','Schema Settings',NULL,NULL,'','LINE',NULL,0,'','97ca98c92be9bea4d0f494792b086a60','',NULL),(5309,'en','all-in-one-seo-pack','8fba8efbd0952efb1cf585dfe7ead781','Noindex Settings',NULL,NULL,'','LINE',NULL,0,'','9750cd53820ee53b357b6284f543888a','',NULL),(5310,'en','all-in-one-seo-pack','9ffc3ccc968a96d902af963c6d7b4e97','Advanced Settings',NULL,NULL,'','LINE',NULL,0,'','e5d09553e2f1ec088dc5755cc210104b','',NULL),(5311,'en','all-in-one-seo-pack','a9dabc419a71c110f36b2c7537cbff70','Keyword Settings',NULL,NULL,'','LINE',NULL,0,'','89a3514d901150112203aecd63ba2119','',NULL),(5312,'en','all-in-one-seo-pack','bcad86006b542483808837e6969a9419','Feature Manager',NULL,NULL,'','LINE',NULL,0,'','108ab2887c975a838fa900fa23fa252f','',NULL),(5313,'en','all-in-one-seo-pack','240dcdbd1ef6dc241cc2874ea05be900','XML Sitemaps',NULL,NULL,'','LINE',NULL,0,'','038157bdec3c435b1025eab3dee3afc4','',NULL),(5314,'en','all-in-one-seo-pack','ef1d2f6d1b8c79f0eea5e30ddf8716d1','Create and manage your XML Sitemaps using this feature and submit your XML Sitemap to Google, Bing/Yahoo and Ask.com.',NULL,NULL,'','LINE',NULL,0,'','adff75e9d3f3707554fedaf280ff4b71','',NULL),(5315,'en','all-in-one-seo-pack','8a912f0e91ad448a072c9f65539afd57','Social Meta',NULL,NULL,'','LINE',NULL,0,'','7a421986873335279dc66ab442b65a57','',NULL),(5316,'en','all-in-one-seo-pack','f406da31ad43198628963482bc9183bc','Add Social Meta data to your site to deliver closer integration between your website and social media.',NULL,NULL,'','LINE',NULL,0,'','3c53dfdb1bbd3ca74cb8ed1ffc75eae2','',NULL),(5317,'en','all-in-one-seo-pack','d57758b7ef47780a1327e3b4df53b0c6','Robots.txt',NULL,NULL,'','LINE',NULL,0,'','7cdd3d8fb230414539d79b01c1b774cd','',NULL),(5318,'en','all-in-one-seo-pack','323fe463c456c1992d2e88d79e40950d','Generate and validate your robots.txt file to guide search engines through your site.',NULL,NULL,'','LINE',NULL,0,'','feade780d309af2d46e8ed23151ec67a','',NULL),(5319,'en','all-in-one-seo-pack','6e02a3b83db5add0c14b1430bbfffe11','File Editor',NULL,NULL,'','LINE',NULL,0,'','c33a110e5aaf94ff99481520ce1b0f63','',NULL),(5320,'en','all-in-one-seo-pack','1264b059e2e2e4422cadd304561261df','Edit your .htaccess file to fine-tune your site.',NULL,NULL,'','LINE',NULL,0,'','310d5a7a314728e6b782c37f278c4480','',NULL),(5321,'en','all-in-one-seo-pack','44f14011a43def060943defe9bdf4d20','Importer & Exporter',NULL,NULL,'','LINE',NULL,0,'','09d6d8c040f038659f75b5ad0b634c4e','',NULL),(5322,'en','all-in-one-seo-pack','39d790d62560722e0c37d5e152580a48','Exports and imports your %s plugin settings.',NULL,NULL,'','LINE',NULL,0,'','bdcf9649a25120079a5eb6d12acd1820','',NULL),(5323,'en','all-in-one-seo-pack','e9140deb6c4ff791b41084d5553e024d','Bad Bot Blocker',NULL,NULL,'','LINE',NULL,0,'','03985fb22207e14346f6b18b45500997','',NULL),(5324,'en','all-in-one-seo-pack','e53018588326c1bb0c13cd538ddd3eff','Stop badly behaving bots from slowing down your website.',NULL,NULL,'','LINE',NULL,0,'','7aa6c61091b050c8adae59cad00b1ec8','',NULL),(5325,'en','all-in-one-seo-pack','9446a98ad14416153cc4d45ab8b531bf','Performance',NULL,NULL,'','LINE',NULL,0,'','2ff35f86b9f49a89ecd574bd90cc827e','',NULL),(5326,'en','all-in-one-seo-pack','5010ae3af5e50887f9ee9c186e4358d9','Optimize performance related to SEO and check your system status.',NULL,NULL,'','LINE',NULL,0,'','14878a409041030ee024841081699e6d','',NULL),(5327,'en','all-in-one-seo-pack','9cc1c7876d2e6db75bb00a9c649bf51a','Video Sitemap',NULL,NULL,'','LINE',NULL,0,'','a90222dd639aa8e987bf3b21c7725c8e','',NULL),(5328,'en','all-in-one-seo-pack','1c59d18b9b725343e31061333e60d755','Pro Version Only',NULL,NULL,'','LINE',NULL,0,'','528abcb1d1d14a11fe66717abeb4ffb9','',NULL),(5329,'en','all-in-one-seo-pack','af26009a17608b66783f46a9340d0dbf','Raise memory limit',NULL,NULL,'','LINE',NULL,0,'','955ac5be9e2ad89d0fe32321a6cb87e0','',NULL),(5330,'en','all-in-one-seo-pack','c44271d4b71533719a487caad8a9a861','Use the system default',NULL,NULL,'','LINE',NULL,0,'','ad9a7a89758f1605d53a04747417dd3a','',NULL),(5331,'en','all-in-one-seo-pack','f10e470da568323f04346dc9177176b0','Raise execution time',NULL,NULL,'','LINE',NULL,0,'','608ba88a150d2c0700c5e50763fec394','',NULL),(5332,'en','all-in-one-seo-pack','af605ea55ee39e54c444f217e346048f','No limit',NULL,NULL,'','LINE',NULL,0,'','75a4a38e1ce5458db41ac2f3ae218a25','',NULL),(5333,'en','all-in-one-seo-pack','a9e34613220d48ec090f93df75f8ae25','System Status',NULL,NULL,'','LINE',NULL,0,'','fd7f4a772074337d5854ad39b2acb098','',NULL),(5334,'en','all-in-one-seo-pack','dbf198929d63ba298963792d3133d43a','All In One SEO Pack',NULL,NULL,'','LINE',NULL,0,'','1c731ce50d9b7162c833925c43a43a95','',NULL),(5335,'en','all-in-one-seo-pack','11b1e939d2024c38ae04ca83be95b45c','https://semperplugins.com/all-in-one-seo-pack-pro-version/',NULL,NULL,'','LINE',NULL,0,'','1eb585cb38551a83cc08ace57f8685d5','',NULL),(5336,'en','all-in-one-seo-pack','1473f78f72b61b64e985c0f5fcc162ea','Out-of-the-box SEO for WordPress. Features like XML Sitemaps, SEO for custom post types, SEO for blogs or business sites, SEO for ecommerce sites, and much more. More than 50 million downloads since 2007.',NULL,NULL,'','LINE',NULL,0,'','ff79a000fbd8cacf8f36077fc180c471','',NULL),(5337,'en','all-in-one-seo-pack','8595aa13ca61fb4b5fa09c4047023c08','Michael Torbert',NULL,NULL,'','LINE',NULL,0,'','ad3a4e8e470fa86d31a90b70e5b5dcd1','',NULL),(5338,'en','all-in-one-seo-pack','47d00337b63e5813209cc10b972ffa34','3.2.9',NULL,NULL,'','LINE',NULL,0,'','ccbb07388f48c6c3af23808ef8e17245','',NULL),(5339,'en','all-in-one-seo-pack','30597a57f6afa5d9457363e0c9f42fbb','Import SEO Data',NULL,NULL,'','LINE',NULL,0,'','b22b0f262bafe613a11698175fea3e12','',NULL),(5340,'en','all-in-one-seo-pack','28657253ab5f03985c09102eb15b7e99','SEO Data Import',NULL,NULL,'','LINE',NULL,0,'','d7de23d468674f43fd5cdf7e07cdfd5c','',NULL),(5341,'en','all-in-one-seo-pack','a2ed97a1ae9be151d94efcad7e2ee209','Welcome to %s',NULL,NULL,'','LINE',NULL,0,'','5f9c5b35d46a47c90cd7f37923dc2744','',NULL),(5342,'en','all-in-one-seo-pack','39e776cf885da92686f5c329847d647b','Join Our Mailing List',NULL,NULL,'','LINE',NULL,0,'','99c39fc75252cf2f259b01015a1e9f14','',NULL),(5343,'en','all-in-one-seo-pack','8f7f4c1ce7a4f933663d10543562b096','About',NULL,NULL,'','LINE',NULL,0,'','260a779c173fff705bfd5864d0192ea1','',NULL),(5344,'en','all-in-one-seo-pack','34b6cd75171affba6957e308dcbd92be','Version',NULL,NULL,'','LINE',NULL,0,'','c6a5c36188730af27e5a2f5a07a886a9','',NULL),(5345,'en','all-in-one-seo-pack','db5eb84117d06047c97c9a0191b5fffe','Support',NULL,NULL,'','LINE',NULL,0,'','0ae21761b7bb526bbe6edd4158abff5e','',NULL),(5346,'en','all-in-one-seo-pack','6a26f548831e6a8c26bfbbd9f6ec61e0','Help',NULL,NULL,'','LINE',NULL,0,'','2244d86fd277d45642fe7330ce1ba0c3','',NULL),(5347,'en','all-in-one-seo-pack','e2098b4d8b81851e9011176668214642','Upgrade to Pro',NULL,NULL,'','LINE',NULL,0,'','b0565a0d2219f25db7ca69fd63d9ef2a','',NULL),(5348,'en','admin_texts_aioseop_options','[aioseop_options]aiosp_home_title','',NULL,NULL,'','LINE',NULL,0,'','c6e6396bbb789c99e6eafc44f824dd04','',NULL),(5349,'en','admin_texts_aioseop_options','[aioseop_options]aiosp_home_keywords','',NULL,NULL,'','LINE',NULL,0,'','0d622f6f0bd906c59295e5382fcb0e58','',NULL),(5350,'en','all-in-one-seo-pack','7dce122004969d56ae2e0245cb754d35','Edit',NULL,NULL,'','LINE',NULL,0,'','f0415a4f08c14addc376aa4cbcbb02ec','',NULL),(5351,'en','all-in-one-seo-pack','03d947a2158373c3b9d74325850cb8b9','Post',NULL,NULL,'','LINE',NULL,0,'','c45177dd76bef2e6bf5bc1a195e99c84','',NULL),(5352,'en','all-in-one-seo-pack','c9cc8cce247e49bae79f15173ce97354','Save',NULL,NULL,'','LINE',NULL,0,'','e6167cff0e7df464e83e1bd77cca23bd','',NULL),(5353,'en','all-in-one-seo-pack','ea4788705e6873b424c65e91c2846b19','Cancel',NULL,NULL,'','LINE',NULL,0,'','39ea3bdd35fb238e17baefd1780ebc34','',NULL),(5354,'en','all-in-one-seo-pack','25e8f2fd2871c8423bbe4e254066cd98','Please wait...',NULL,NULL,'','LINE',NULL,0,'','28430839dd1ef075e4d78492b4ba1c73','',NULL),(5355,'en','all-in-one-seo-pack','43f84dd42c2a29929a4acd4b46dc2fba','Slug may not be empty!',NULL,NULL,'','LINE',NULL,0,'','821f231d2e676b50273d3dd691a62b86','',NULL),(5356,'en','all-in-one-seo-pack','fd88b11cfde6aa5e3c7ff0553b534885','Revisions',NULL,NULL,'','LINE',NULL,0,'','6e10216ec4b544d90424768ae58c15ba','',NULL),(5357,'en','all-in-one-seo-pack','f63f90df6759a3bef367da29a51d191d','Insert time',NULL,NULL,'','LINE',NULL,0,'','93326f3dfae83f2ce3ad239ce82bc09e','',NULL),(5358,'en','all-in-one-seo-pack','d88946b678e4c2f251d4e292e8142291','SEO',NULL,NULL,'','LINE',NULL,0,'','af72da616d7343122e179a6f052e63b9','',NULL),(5359,'en','all-in-one-seo-pack','5058d0ca89cee907dd80d214b005957b','Upgrade To Pro',NULL,NULL,'','LINE',NULL,0,'','07d52f7b6b7ee0a09025a1a1ac1019b3','',NULL),(5360,'en','all-in-one-seo-pack','55831c9fc776b694434a88710ae422e9','Welcome to %1$s %2$s',NULL,NULL,'','LINE',NULL,0,'','f6edb07c5bedb9a017a6ae9f09c2b57d','',NULL),(5361,'en','all-in-one-seo-pack','ed384f0ee856a8d3d9fa364121725452','%1$s %2$s contains new features, bug fixes, increased security, and tons of under the hood performance improvements.',NULL,NULL,'','LINE',NULL,0,'','aaa40b5867192463231085e39a28ece2','',NULL),(5362,'en','all-in-one-seo-pack','69811f1b0413b571cb45ae1dac8bf159','What&#8217;s New',NULL,NULL,'','LINE',NULL,0,'','c759c1db4a732b4c3c3e61aa0b28ad28','',NULL),(5363,'en','all-in-one-seo-pack','948a2e3548aaf7f9941a3192fa607d51','Credits',NULL,NULL,'','LINE',NULL,0,'','6b88b9974fa54709e79f9e46c0d27a8e','',NULL),(5364,'en','all-in-one-seo-pack','cfec3b649bdee62129d37eab29050f68','Check out what\'s new in our latest release post!',NULL,NULL,'','LINE',NULL,0,'','889adff4b30c0860387573162c6ca4e9','',NULL),(5365,'en','all-in-one-seo-pack','14722a433f9e4ca4773a32549df33d13','Support %s',NULL,NULL,'','LINE',NULL,0,'','862ff76bd11c66f51602d4ed9bcdda15','',NULL),(5366,'en','all-in-one-seo-pack','68dd238a7e676d60f5d8ed7c9c6a7e9a','There are many ways you can help support %s.',NULL,NULL,'','LINE',NULL,0,'','a87cbffc7b941f085c24c49d9192d9a1','',NULL),(5367,'en','all-in-one-seo-pack','1c67714e8b21758700147d58d215356e','Upgrade to %s to access priority support and premium features.',NULL,NULL,'','LINE',NULL,0,'','a3603508a8334c06a7c74234d193f60c','',NULL),(5368,'en','all-in-one-seo-pack','f683581d3e75f05f9d9215f9b4696cef','Upgrade',NULL,NULL,'','LINE',NULL,0,'','9b35255d3e9655030b5f3213fedd9152','',NULL),(5369,'en','all-in-one-seo-pack','25e9db3cca41a8c4bdf42f67173a7dab','Help translate %s into your language.',NULL,NULL,'','LINE',NULL,0,'','f04cf41ef41b58e4e7a06ddf65198a5b','',NULL),(5370,'en','all-in-one-seo-pack','deccbe4e9083c3b5f7cd2632722765bb','Translate',NULL,NULL,'','LINE',NULL,0,'','e1f46ff19799c767a86fc8a2eed27aa8','',NULL),(5371,'en','all-in-one-seo-pack','e0c4332e8c13be976552a059f106354f','Get Started',NULL,NULL,'','LINE',NULL,0,'','325993afe0deb9ae7f32b35f6cc0f22f','',NULL),(5372,'en','all-in-one-seo-pack','e269ba1a1c5d28be9008fd2028237774','Beginners Guide for %s',NULL,NULL,'','LINE',NULL,0,'','b11cb78eaf37877b0ca301a31e7139b9','',NULL),(5373,'en','all-in-one-seo-pack','1b3befd7d053e060451794075ffe25f5','Beginners Guide for XML Sitemap module',NULL,NULL,'','LINE',NULL,0,'','8b9bac397d1ea9abe4f190cdf7d8e4ce','',NULL),(5374,'en','all-in-one-seo-pack','9af5e8c0baa3921e9d8c374b6c7016e1','Beginners Guide for Social Meta module',NULL,NULL,'','LINE',NULL,0,'','641693a85f79c254dd55bd967f2c3bbc','',NULL),(5375,'en','all-in-one-seo-pack','eb545d5c79b7a9b97afd2dd39e46f7aa','Tips for good on-page SEO',NULL,NULL,'','LINE',NULL,0,'','ed68287f7a59539ad17a869d18b0ecf3','',NULL),(5376,'en','all-in-one-seo-pack','2282a53bef2b75bd37ae11b68bfb17f7','Quality guidelines for SEO titles and descriptions',NULL,NULL,'','LINE',NULL,0,'','ac0925e6a3b092a93204734aaae53c5a','',NULL),(5377,'en','all-in-one-seo-pack','4a14ab50c63fec4d8c4b0ab35dbd41a3','Submit an XML Sitemap to Google',NULL,NULL,'','LINE',NULL,0,'','c845fc5c00790121694680f3a88c3b5f','',NULL),(5378,'en','all-in-one-seo-pack','a91b9955d9983964c10e457eb36a1153','Set up Google Analytics',NULL,NULL,'','LINE',NULL,0,'','8dc845023cd381b7a6abfcf6bbc549b4','',NULL),(5379,'en','all-in-one-seo-pack','70362041f5ede525f018b4ea746061c9','Did You Know?',NULL,NULL,'','LINE',NULL,0,'','4cfd5d5cc8671c866497b52540ef5280','',NULL),(5380,'en','all-in-one-seo-pack','8fd1d02553374487fdf6001b8cf0ed40','We have complete documentation on every setting and feature',NULL,NULL,'','LINE',NULL,0,'','9345212e3b27e01e6da20418d7a73f26','',NULL),(5381,'en','all-in-one-seo-pack','0dfb441ea0d6717e77e4dc0032edb558','Access to video tutorials about SEO with the Pro version',NULL,NULL,'','LINE',NULL,0,'','f1606a2b80c1e767d8956870c4eefdbd','',NULL),(5382,'en','all-in-one-seo-pack','c8b03ef2390d7e7218b799e5019d846e','Control SEO on categories, tags and custom taxonomies with the Pro version',NULL,NULL,'','LINE',NULL,0,'','773de7342d5a385900150028d1f429cc','',NULL),(5383,'en','all-in-one-seo-pack','3fe0d3785accc459968de4d95907cd3c','Continue to the General Settings',NULL,NULL,'','LINE',NULL,0,'','a2871369e0969adce1d88d5378dd1e10','',NULL),(5384,'en','all-in-one-seo-pack','6977efeb44f6486ee998cbb0c4c336fd','%s is created by a worldwide network of friendly folks like these.',NULL,NULL,'','LINE',NULL,0,'','4d4f59d5220a1c5d790e0e38d9c18853','',NULL),(5385,'en','all-in-one-seo-pack','a2a64dc9886a9a4fc8d58654c9c40215','Project Leaders',NULL,NULL,'','LINE',NULL,0,'','0ea022a03e135acd2008d798b98a89c0','',NULL),(5386,'en','all-in-one-seo-pack','e2fe01fff4cf35d604f6ac8f284d2cbe','Project Lead',NULL,NULL,'','LINE',NULL,0,'','82d730256a0d98b7fb6e95acc2b260fc','',NULL),(5387,'en','all-in-one-seo-pack','45f7c549c227de2abfa73c634eab753e','Project Manager',NULL,NULL,'','LINE',NULL,0,'','e4ef1b27bc053c22ab3c1d4a1db35a03','',NULL),(5388,'en','all-in-one-seo-pack','06ffd443fbc791ac3205418b99011715','Core Team',NULL,NULL,'','LINE',NULL,0,'','67119489d1e0967262b54a39efe93b7f','',NULL),(5389,'en','all-in-one-seo-pack','bd4e5627c6a8942ffd11548987a3a843','Team Lead',NULL,NULL,'','LINE',NULL,0,'','5e1348c2d746c9f6c7b970e33c889cfa','',NULL),(5390,'en','all-in-one-seo-pack','5b31523398d220515bee78c550f449da','Development Team',NULL,NULL,'','LINE',NULL,0,'','70e9f9c8b5b1bd19a112c98e4a734831','',NULL),(5391,'en','all-in-one-seo-pack','dbcef0bad5a2af0de202cc75ab5c7ed1','Recent Rockstar Contributors',NULL,NULL,'','LINE',NULL,0,'','62deebbbc0ac3b4f2e91240503a9666e','',NULL),(5392,'en','all-in-one-seo-pack','45b23f6caa2dc79cf1a8e38e1eb43091','Want to see your name and picture here as a community developer? %1$sClick here%2$s to open an issue on GitHub to report a bug, request a feature or find an issue and submit code!',NULL,NULL,'','LINE',NULL,0,'','ed2b94e28b42e183a2e469b6e74cb6c6','',NULL),(5393,'en','all-in-one-seo-pack','cd68e9e9145765e64fb263c45e8f8e1a','Translation contributors and translation editors',NULL,NULL,'','LINE',NULL,0,'','2dfea4137ec58d1ae6d9dc3e511d44b8','',NULL),(5398,'en','all-in-one-seo-pack','58c73a08526203181952d52714961704','Media / Attachments',NULL,NULL,'','LINE',NULL,0,'','7fb8a4062bc606cf1ea5cf1b74506a12','',NULL),(5399,'en','all-in-one-seo-pack','0c21f0be6bc0d9e2fa13c59acfa65223','Title Format',NULL,NULL,'','LINE',NULL,0,'','cb08313886b34133ac5e63002643dcf6','',NULL),(5400,'en','all-in-one-seo-pack','3f04e1bd3738d8995ed8fd634c540e01','Join our mailing list for tips, tricks, and WordPress secrets.',NULL,NULL,'','LINE',NULL,0,'','e34258c0c28b5fa74ebbd75c55bf8908','',NULL),(5401,'en','all-in-one-seo-pack','69b75579047604acf31fb231016f2bc1','Sign up today and receive a free copy of the e-book 5 SEO Tips for WordPress ($39 value).',NULL,NULL,'','LINE',NULL,0,'','2526e594f04e2d1cb12ede345c7136c7','',NULL),(5402,'en','all-in-one-seo-pack','643a860f992333b8600ea264aca7c4fc','Email Address',NULL,NULL,'','LINE',NULL,0,'','8cb4d4f4cec2335f2cac4b18e59e7ea2','',NULL),(5403,'en','all-in-one-seo-pack','6832ac593617c3e5f61c82a20b0d9a3a','Enter your email address',NULL,NULL,'','LINE',NULL,0,'','6e870152d6dcf2f92f792f3d768c3939','',NULL),(5404,'en','all-in-one-seo-pack','b26917587d98330d93f87808fc9d7267','Subscribe',NULL,NULL,'','LINE',NULL,0,'','4a046554a474cc4ba75adf7b38ea271a','',NULL),(5405,'en','all-in-one-seo-pack','0e74cdca7b3e599c55bab4d0adcfbdad','Subscribe to our mailing list',NULL,NULL,'','LINE',NULL,0,'','39736cd543a07dd6d8299007dc2320a3','',NULL),(5406,'en','all-in-one-seo-pack','4e15d4cbc7f5b156ab362d20f11b5231','Pro Version',NULL,NULL,'','LINE',NULL,0,'','15cab88b931f0503bea3aa3893656374','',NULL),(5407,'en','all-in-one-seo-pack','ed4b636de733d1828fb03756f4eff4f4','CLICK HERE',NULL,NULL,'','LINE',NULL,0,'','99ff32284599b77a129e59d38d6494ab','',NULL),(5408,'en','all-in-one-seo-pack','b2a85d5986bc5aab8e0b87502086f484','to upgrade to Pro Version and get:',NULL,NULL,'','LINE',NULL,0,'','3d805483a5b3484b10a44e0d535b1cbf','',NULL),(5409,'en','all-in-one-seo-pack','5dea613b0d7ea4d34e7ffd2de4016e3f','Advanced support for e-commerce',NULL,NULL,'','LINE',NULL,0,'','6b077e8f4f8d561f09824848884a3be8','',NULL),(5410,'en','all-in-one-seo-pack','0f337952bf0e43a05c8f0c2f8f8938ed','Video SEO Module',NULL,NULL,'','LINE',NULL,0,'','8ed68a1c24c0d55e6923222452b02b42','',NULL),(5411,'en','all-in-one-seo-pack','e83f9dbc2757de0fe97b363c727a2d2f','SEO for Categories, Tags and Custom Taxonomies',NULL,NULL,'','LINE',NULL,0,'','012dd9b02a3a86133d6222a571293095','',NULL),(5412,'en','all-in-one-seo-pack','de0e187b421cfdae022582b518502f0e','Access to Video Screencasts',NULL,NULL,'','LINE',NULL,0,'','f28dbfb2091a4e83e09e0afeaaebae47','',NULL),(5413,'en','all-in-one-seo-pack','01b212fc66db91a30d5095c413b6f541','Access to Premium Support Forums',NULL,NULL,'','LINE',NULL,0,'','6af56c0f5709a6a7752993809cc6d708','',NULL),(5414,'en','all-in-one-seo-pack','e00a6d51d6d2bec7c8152b238d87c2cd','Access to Knowledge Center',NULL,NULL,'','LINE',NULL,0,'','3ad76fecc2281e4aee6acdc36b9e725f','',NULL),(5415,'en','all-in-one-seo-pack','4beb5f416877996811cb112819d7402d','%1$sClick here%2$s to file a feature request/bug report.',NULL,NULL,'','LINE',NULL,0,'','961a967b8792bc687ff4d8975462d7e9','',NULL),(5416,'en','all-in-one-seo-pack','26a1e3c5f6564cf8ab8db93663bcf53e','Read the %s user guide',NULL,NULL,'','LINE',NULL,0,'','c205a01e35a11278fca6c1a6d3ea19ed','',NULL),(5417,'en','all-in-one-seo-pack','7ff1ca1f722844594bd5a6816b0dc6b8','All in One SEO Pro Plugin Support Forum',NULL,NULL,'','LINE',NULL,0,'','1485045e6e9f55c695559d32f8303580','',NULL),(5418,'en','all-in-one-seo-pack','bb891669ab47dc0fb439a06ae3d51b38','Access our Premium Support Forums',NULL,NULL,'','LINE',NULL,0,'','665dcbb0d1fdaa3274b587150bc52405','',NULL),(5419,'en','all-in-one-seo-pack','6f7d0380bb5516850dc5db87d39cdc91','All in One SEO Pro Plugin Changelog',NULL,NULL,'','LINE',NULL,0,'','23c1df154e6c3d43101eba9ef4031e0d','',NULL),(5420,'en','all-in-one-seo-pack','791d36c8ae3174f9f71fc07ac275ce7e','View the Changelog',NULL,NULL,'','LINE',NULL,0,'','2e429fbfad8570ded6b673f52c41e42a','',NULL),(5421,'en','all-in-one-seo-pack','93c85ab1772c77b18b8b1b4bd52b01c0','Watch video tutorials',NULL,NULL,'','LINE',NULL,0,'','6dc3e6ff28e53d6be92a7fbb7de1b347','',NULL),(5422,'en','all-in-one-seo-pack','9d50ebb480c16b427ee86d6ef171128f','Getting started? Read the Beginners Guide',NULL,NULL,'','LINE',NULL,0,'','1b924fa38526815c8d2dced20e57ab77','',NULL),(5423,'en','all-in-one-seo-pack','9986911b5f7c2833deb34e110fe93801','Banner advert for free Wincher rank checker plugin',NULL,NULL,'','LINE',NULL,0,'','a6ef505bdca67e14f304e88f186eea21','',NULL),(5424,'en','all-in-one-seo-pack','ae82c0153ea547b26bc1ae961211f788','Update Options',NULL,NULL,'','LINE',NULL,0,'','075ca916958474ed63a23d1bc82e401c','',NULL),(5425,'en','all-in-one-seo-pack','1de786e4128156355d66ce3ac76ad9fe','Reset %s Settings to Defaults',NULL,NULL,'','LINE',NULL,0,'','c931eb51400ccddcf3970a0fe38e4638','',NULL),(5426,'en','all-in-one-seo-pack','857e35a655d0f5a73460b85deaa6129e','Reset General Settings to Defaults',NULL,NULL,'','LINE',NULL,0,'','125a99918c16f3a17cc8c59d8d34da3a','',NULL),(5427,'en','all-in-one-seo-pack','1e4ead9c586e5b53351e4703e132f206','Reset ALL Settings to Defaults',NULL,NULL,'','LINE',NULL,0,'','35cd57bc3637ae4aa1a3026d81853994','',NULL),(5428,'en','all-in-one-seo-pack','3a0a5c28aec7aba7757698a8285f2650','This option will automatically generate Canonical URLs for your entire WordPress installation. This will help to prevent duplicate content penalties by Google.',NULL,NULL,'','LINE',NULL,0,'','26b02aa6116099b5f477b77aced3ac43','',NULL),(5429,'en','all-in-one-seo-pack','e50144e165834e145de47ed1014a4d06','Checking this option will set the Canonical URL for all paginated content to the first page.',NULL,NULL,'','LINE',NULL,0,'','c3be9431e5ec75aa7c24e10fe744eb3c','',NULL),(5430,'en','all-in-one-seo-pack','fbc2b41da82bfe3e55ffa6a2be284f86','Use wp_title to get the title used by the theme; this is disabled by default. If you use this option, set your title formats appropriately, as your theme might try to do its own title SEO as well.',NULL,NULL,'','LINE',NULL,0,'','7e90fdfde793e674df55626fdd69ea2b','',NULL),(5431,'en','all-in-one-seo-pack','1ad907bd5b5a40c49e9c8bb676ea0d69','This enables Schema.org structured data markup for rich snippets in search results.',NULL,NULL,'','LINE',NULL,0,'','c6ba9d4960c76188d6f7ac327c368e31','',NULL),(5432,'en','all-in-one-seo-pack','90a6310c5899221018e078c031dbb8d2','Check this and %s will create a log of important events (all-in-one-seo-pack.log) in the wp-content directory which might help debugging. Make sure this directory is writable.',NULL,NULL,'','LINE',NULL,0,'','13e96e28dadaeea7d5de62f612cf95e8','',NULL),(5433,'en','all-in-one-seo-pack','5bf9a962cfd6496655120d8c3929e6cd','As the name implies, this will be the Meta Title of your homepage. This is independent of any other option. If not set, the default Site Title (found in WordPress under Settings, General, Site Title) will be used.',NULL,NULL,'','LINE',NULL,0,'','e1e642faa4a324ab32bfe3f44ee80746','',NULL),(5434,'en','all-in-one-seo-pack','568536b97b6fc5a01a26d8a134f1c845','This will be the Meta Description for your homepage. This is independent of any other option. The default is no Meta Description at all if this is not set.',NULL,NULL,'','LINE',NULL,0,'','d68c2c0653b4ad686389a2829a1241c7','',NULL),(5435,'en','all-in-one-seo-pack','9b16d9c070d661c174f106b68c9d80fa','Enter a comma separated list of your most important keywords for your site that will be written as Meta Keywords on your homepage. Do not stuff everything in here.',NULL,NULL,'','LINE',NULL,0,'','c7221c1c1fc54bd087c5a4dea6cac6d7','',NULL),(5436,'en','all-in-one-seo-pack','03de135d80ba6e00fdc6391872b54657','Checking this option uses the title, description, and keywords set on your static Front Page.',NULL,NULL,'','LINE',NULL,0,'','5c25820344406df23df9874cf4c7b5dc','',NULL),(5437,'en','all-in-one-seo-pack','a4288be119e050ecee37ab8cd105b6a7','This controls the format of the title tag for your Homepage.',NULL,NULL,'','LINE',NULL,0,'','0809285c0d0c9d263bf3b731a5448ce6','',NULL),(5438,'en','all-in-one-seo-pack','453e03bef9a6515b33122ef9bcda3a61','The following macros are supported:',NULL,NULL,'','LINE',NULL,0,'','be2514fc3f3bff00a9c6860721bd1709','',NULL),(5439,'en','all-in-one-seo-pack','182a221eeb090248b651a86953b9e4d8','Your site title',NULL,NULL,'','LINE',NULL,0,'','82b847a6801f3e1bb6fbc580e6e8a6ef','',NULL),(5440,'en','all-in-one-seo-pack','2794308769e53eed34709a37cda139c8','Your site description',NULL,NULL,'','LINE',NULL,0,'','b77185b843dcf2af034d189459b5786a','',NULL),(5441,'en','all-in-one-seo-pack','2f04b872e577130a8b415063614401be','The original title of the %s',NULL,NULL,'','LINE',NULL,0,'','75d268754f64fcca71bd522aa91f3bb1','',NULL),(5442,'en','all-in-one-seo-pack','339f7a2e087a159e6a31501649027a77','Homepage',NULL,NULL,'','LINE',NULL,0,'','e39a9040e51124b7e89b3bc56b9db81c','',NULL),(5443,'en','all-in-one-seo-pack','b3ea8fd8af1dab00b9d647871710a1cc','The %1$s of the author of the %2$s',NULL,NULL,'','LINE',NULL,0,'','58872fa345c1d25e213eb857074526a8','',NULL),(5444,'en','all-in-one-seo-pack','14c4b06b824ec593239362517f538b29','username',NULL,NULL,'','LINE',NULL,0,'','002d280826a4ff9b8d97c58029514e3a','',NULL),(5445,'en','all-in-one-seo-pack','374789384d64563d38e5de0b357a10bc','nicename',NULL,NULL,'','LINE',NULL,0,'','c9ce746ad7d6898638a9358f6e9bab61','',NULL),(5446,'en','all-in-one-seo-pack','9461dfec80b7485cd052414128668fa8','first name',NULL,NULL,'','LINE',NULL,0,'','15038bdcaf3bdc4825e10a65c0628432','',NULL),(5447,'en','all-in-one-seo-pack','d290ae18b3c8c67f619a3c87b398f323','last name',NULL,NULL,'','LINE',NULL,0,'','ad48b31526641a4b0171bef79d48ac86','',NULL),(5448,'en','all-in-one-seo-pack','3691dda8058695bd6ecdb59384d08432','The current %s (localized)',NULL,NULL,'','LINE',NULL,0,'','7edd2ec62b0c24b866b6310ae3eda872','',NULL),(5449,'en','all-in-one-seo-pack','5fc732311905cb27e82d67f4f6511f7f','date',NULL,NULL,'','LINE',NULL,0,'','a938ff7885ffae9b051f052cf62716c5','',NULL),(5450,'en','all-in-one-seo-pack','05fcf3f2f494fdfc53380590e6b3438a','The current %s',NULL,NULL,'','LINE',NULL,0,'','55f9db6d8ac00121486be3d97c1f7e31','',NULL),(5451,'en','all-in-one-seo-pack','84cdc76cabf41bd7c961f6ab12f117d8','year',NULL,NULL,'','LINE',NULL,0,'','87920d43b757c3b73aa85b803310842c','',NULL),(5452,'en','all-in-one-seo-pack','7436f942d5ea836cb84f1bb2527d8286','month',NULL,NULL,'','LINE',NULL,0,'','887d0448d0f8a6ec8af74a70a70d4d0c','',NULL),(5453,'en','all-in-one-seo-pack','1c8069ca76d63accc16e69a8a6eb9331','The name of a custom field',NULL,NULL,'','LINE',NULL,0,'','380b4d013e7a1083dda5977b59f08408','',NULL),(5454,'en','all-in-one-seo-pack','400a5b2e710ce97c42ca824caa56e22b','This controls the format of the title tag for Pages.',NULL,NULL,'','LINE',NULL,0,'','dc005b447b72c271d9338628243c0ce5','',NULL),(5455,'en','all-in-one-seo-pack','193cfc9be3b995831c6af2fea6650e60','Page',NULL,NULL,'','LINE',NULL,0,'','0577679220dfc45dd175b68d6931e723','',NULL),(5456,'en','all-in-one-seo-pack','dd917cd8ef6242538d85549345a700d4','The %1$s when the %2$s was published (localized)',NULL,NULL,'','LINE',NULL,0,'','54d0b3ef50439d33a815b3db9d602017','',NULL),(5457,'en','all-in-one-seo-pack','46667565bfbe14288cddce80d4096905','This controls the format of the title tag for Posts.',NULL,NULL,'','LINE',NULL,0,'','d51a4925dd95f8af37eca9797b9ca703','',NULL),(5458,'en','all-in-one-seo-pack','7795bf6b3ea747de9a072aa8166a1b68','The (main) Category of the %s',NULL,NULL,'','LINE',NULL,0,'','2e8bab18f72fa61771774b2f909bee6b','',NULL),(5459,'en','all-in-one-seo-pack','917cd50a32f94f8faafba698a356a611','This controls the format of the title tag for Category Archives.',NULL,NULL,'','LINE',NULL,0,'','11a86c0fa74b2ea99eb52ac834681cef','',NULL),(5460,'en','all-in-one-seo-pack','3adbdb3ac060038aa0e6e6c138ef9873','Category',NULL,NULL,'','LINE',NULL,0,'','bf874392cfdc8184d2787f4c3ac4911a','',NULL),(5461,'en','all-in-one-seo-pack','9c74fa2bb7fa281ea655a1f3acd5d87c','The description of the %s',NULL,NULL,'','LINE',NULL,0,'','f758355244b4de3f6a3d76abca3f0799','',NULL),(5462,'en','all-in-one-seo-pack','6779d473dd6e67057c819d3b870528fa','This controls the format of the title tag for Custom Post Archives.',NULL,NULL,'','LINE',NULL,0,'','13b5cec8cb7d0098a4224c5a85157ec3','',NULL),(5463,'en','all-in-one-seo-pack','e727b00944f81e1d0a95c12886ac4641','Archive',NULL,NULL,'','LINE',NULL,0,'','ffd51064fbebc7347a99d7b22e709134','',NULL),(5464,'en','all-in-one-seo-pack','60f6ddc8a99dff993c04ae3d5f4ed33f','This controls the format of the title tag for Date Archives.',NULL,NULL,'','LINE',NULL,0,'','46a197507a4a3c107e1a97f67b161957','',NULL),(5465,'en','all-in-one-seo-pack','eb464ba4ba3229dbfe70243d5f3fa557','The original archive title (localized), e.g. \"2019\" or \"2019 August\"',NULL,NULL,'','LINE',NULL,0,'','a1cde575a82425583df0912c1d3852e0','',NULL),(5466,'en','all-in-one-seo-pack','cced25a1f0292f46aee045d04e36983e','The original archive day, e.g. \"17\"',NULL,NULL,'','LINE',NULL,0,'','f97e7fd57573499fc6400a6723034be2','',NULL),(5467,'en','all-in-one-seo-pack','92b615b41162d600855ed2300b2a79b2','The original archive month (localized), e.g. \"August\"',NULL,NULL,'','LINE',NULL,0,'','cc6569cc9481269cd6d623734df7c362','',NULL),(5468,'en','all-in-one-seo-pack','d04450d852b70f597369d97a289156f2','The original archive year, e.g. \"2019\"',NULL,NULL,'','LINE',NULL,0,'','fffe915494b2f712a2ef9b5d9e6fb2a0','',NULL),(5469,'en','all-in-one-seo-pack','bf12c5b34a831cd6eb0bf9925fcb380f','This controls the format of the title tag for Author Archives.',NULL,NULL,'','LINE',NULL,0,'','8ef268d4ca7d0daee6e04ae9e40384f5','',NULL),(5470,'en','all-in-one-seo-pack','fe310ab73e495c4ef2160c5560eaafe6','The original archive title, e.g. \"Steve\" or \"John Smith\"',NULL,NULL,'','LINE',NULL,0,'','20e5fe0ff5e399b24db3b2df9794aec5','',NULL),(5471,'en','all-in-one-seo-pack','20611d4bde4f8be9a67e49254e289a90','This controls the format of the title tag for Tag Archives.',NULL,NULL,'','LINE',NULL,0,'','087bb3606b44791cadef56b5b7f8f784','',NULL),(5472,'en','all-in-one-seo-pack','a4bc091d66049cf02ceaa9354e36b1bf','The name of the %s',NULL,NULL,'','LINE',NULL,0,'','f0974487e5aa633387e68a986e451c13','',NULL),(5473,'en','all-in-one-seo-pack','c101058e7ea21bbbf2a5ac893088e90b','Tag',NULL,NULL,'','LINE',NULL,0,'','8e24e56d2435384e54693bb60df20bf3','',NULL),(5474,'en','all-in-one-seo-pack','068cbb796fabf8ef4c8b95da3bb769a4','This controls the format of the title tag for the Search page.',NULL,NULL,'','LINE',NULL,0,'','710fd377a4dea3ab6f8eef426a7b6dd0','',NULL),(5475,'en','all-in-one-seo-pack','896d27ea6c5c16818f52953b7d6b4d7c','The search term that was entered',NULL,NULL,'','LINE',NULL,0,'','52af9944afbe3ea21399d995aa7b1d89','',NULL),(5476,'en','all-in-one-seo-pack','1fe6d3487ba1fe118949446522780b91','This controls the format of Meta Descriptions. The following macros are supported:',NULL,NULL,'','LINE',NULL,0,'','dfab4a962c718d342458367508ff15ed','',NULL),(5477,'en','all-in-one-seo-pack','c6136adce4856f0a2e981e8026bb8b7b','This outputs the description you write for each page/post or the autogenerated description, if enabled. Auto-generated descriptions are generated from the excerpt or the first 160 characters of the content if there is no excerpt.',NULL,NULL,'','LINE',NULL,0,'','65ea9359bd297e68d167db23da0eac76','',NULL),(5478,'en','all-in-one-seo-pack','17ac35a8cfa9b32dc12ec9568cfbc49a','The original WordPress title',NULL,NULL,'','LINE',NULL,0,'','0dc2bdc4689ea502fb04274e82102c42','',NULL),(5479,'en','all-in-one-seo-pack','abdb62e9637661a36aa56a5ae2bf835d','Post/Page',NULL,NULL,'','LINE',NULL,0,'','20b380cf5991f03845b471595b4cdb56','',NULL),(5480,'en','all-in-one-seo-pack','152836cee6fcf1bdf4e67b5d537c861c','This controls the format of the title tag for the 404 page.',NULL,NULL,'','LINE',NULL,0,'','25c2cf6b0cacc3b8f0efae34084c0ac1','',NULL),(5481,'en','all-in-one-seo-pack','0781312b392a0bcb90b0251e014850e2','The original URL path, like \"/url-that-does-not-exist/\"',NULL,NULL,'','LINE',NULL,0,'','416267e4d5473fd13d2ad3f19fd6afb1','',NULL),(5482,'en','all-in-one-seo-pack','97a77d6af6b37c9c533ee0e9a04c9fe1','The URL path in human readable form, like \"Url That Does Not Exist\"',NULL,NULL,'','LINE',NULL,0,'','7aae74a7a14447be707f697a5ff670f8','',NULL),(5483,'en','all-in-one-seo-pack','c14356287c7a441d5c74185bb263f9e1','Additional 404 title input',NULL,NULL,'','LINE',NULL,0,'','47ee86811089d004f89bbe96ba6083a0','',NULL),(5484,'en','all-in-one-seo-pack','6ec93869a1c7a637dc2fa89ad8073f63','This string gets appended/prepended to titles of paged index pages (like home or archive pages).',NULL,NULL,'','LINE',NULL,0,'','332610917022f9061f2d32c0c383e0f0','',NULL),(5485,'en','all-in-one-seo-pack','c7e65db67e878cd1092b4f1f9e46fce6','The page number',NULL,NULL,'','LINE',NULL,0,'','5c7139cf20be5a6b9b578a9cecf98b7c','',NULL),(5486,'en','all-in-one-seo-pack','00544c402214163611475a185fe7dfdb','Use these checkboxes to select which Content Types you want to use %s with.',NULL,NULL,'','LINE',NULL,0,'','79282b4e91eb748967df584ec3eb6a73','',NULL),(5487,'en','all-in-one-seo-pack','5459dc866004be35430f1a0dba59a170','This lets you select which screens display the SEO Title, SEO Keywords and SEO Description columns.',NULL,NULL,'','LINE',NULL,0,'','dbd4c93caac969c1506c03fed784f4c3','',NULL),(5488,'en','all-in-one-seo-pack','cc99eb021cda92e761c7bd901edcc827','Enter your verification code here to verify your site with Google Search Console.',NULL,NULL,'','LINE',NULL,0,'','9cb201f5c723925514d2503a9d8c7996','',NULL),(5489,'en','all-in-one-seo-pack','7bfe5e871c8cfdb3858a539393476fb1','Enter your verification code here to verify your site with Bing Webmaster Tools.',NULL,NULL,'','LINE',NULL,0,'','40fe1332a36730412780ba55314ff8d8','',NULL),(5490,'en','all-in-one-seo-pack','670a2da286798267b0c756be7fc8aaf3','Enter your verification code here to verify your site with Pinterest.',NULL,NULL,'','LINE',NULL,0,'','e80de7633adee2702461ed7c83cb3b9b','',NULL),(5491,'en','all-in-one-seo-pack','019b68f20accbfb8f2213685a06c4636','Enter your verification code here to verify your site with Yandex Webmaster Tools.',NULL,NULL,'','LINE',NULL,0,'','385c6c5c0268e5ca848e1fa0faa6f0e2','',NULL),(5492,'en','all-in-one-seo-pack','c49bf7050bda95aead352c9f37889940','Enter your verification code here to verify your site with Baidu Webmaster Tools.',NULL,NULL,'','LINE',NULL,0,'','87e8c22322f584e6a37178206a3e79a1','',NULL),(5493,'en','all-in-one-seo-pack','c310b5b54b0f35e77c2f49227b7412bd','Enter your Google Analytics ID here to track visitor behavior on your site using Google Analytics.',NULL,NULL,'','LINE',NULL,0,'','fe6e4133ed0d8ef4d5840b0f7a17f659','',NULL),(5494,'en','all-in-one-seo-pack','f4057f3cca72f0d6e8d25c98fdaa43e3','Check to use advanced Google Analytics options.',NULL,NULL,'','LINE',NULL,0,'','76075018613cb9aeaa42e33cdce92f15','',NULL),(5495,'en','all-in-one-seo-pack','106aebbe2950f1fde13f21292011031c','Enter your domain name without the http:// to set your cookie domain.',NULL,NULL,'','LINE',NULL,0,'','c6c4b99f10184448d3dc5be73e16af94','',NULL),(5496,'en','all-in-one-seo-pack','947e0d60751b203190869eec876f629b','Use this option to enable tracking of multiple or additional domains.',NULL,NULL,'','LINE',NULL,0,'','0705fc0faf1af313897cdeee71cad8b8','',NULL),(5497,'en','all-in-one-seo-pack','2579c7500dd1be8e5b97936d08938b00','Add a list of additional domains to track here.  Enter one domain name per line without the http://.',NULL,NULL,'','LINE',NULL,0,'','2cb0459712c3448b744e5979f49e54de','',NULL),(5498,'en','all-in-one-seo-pack','09db10f3c9e0932f0b29c6b6a7c6efc6','This enables support for IP Anonymization in Google Analytics.',NULL,NULL,'','LINE',NULL,0,'','868ca73e13e96fc742e4ee719ecc0b21','',NULL),(5499,'en','all-in-one-seo-pack','c84cae2af57c3969de8e046bb35b0b39','This enables support for the Display Advertiser Features in Google Analytics.',NULL,NULL,'','LINE',NULL,0,'','31033f7321dece4a255643e1461bbf58','',NULL),(5500,'en','all-in-one-seo-pack','6bdb1e30c1938898972b5d2a04cb9c45','Exclude logged-in users from Google Analytics tracking by role.',NULL,NULL,'','LINE',NULL,0,'','b5e7b7d729d5b0868024f2c70b557bf5','',NULL),(5501,'en','all-in-one-seo-pack','445d06bdfec4a62b9a85bf34ee6b729a','Check this if you want to track outbound links with Google Analytics.',NULL,NULL,'','LINE',NULL,0,'','8bc740e542f8665a422e2a89a811e9fd','',NULL),(5502,'en','all-in-one-seo-pack','145bfe3b3ab1cdf0a726bfc0c61bb433','This enables support for the Enhanced Link Attribution in Google Analytics.',NULL,NULL,'','LINE',NULL,0,'','237f5bf1f0cad1f6a9b1626aeb9d8643','',NULL),(5503,'en','all-in-one-seo-pack','2b9a0d79de46ff436ccaa7fbd85f39e0','This enables support for the Enhanced Ecommerce in Google Analytics.',NULL,NULL,'','LINE',NULL,0,'','784a5c2b8a5b12cb944a102bf1de644f','',NULL),(5504,'en','all-in-one-seo-pack','c9fd76e6381bc657d0d855ed3abe0017','Select this to output markup that notifies Google to display the Sitelinks Search Box within certain search results.',NULL,NULL,'','LINE',NULL,0,'','d9706c4e92837789965991ac5102bf24','',NULL),(5505,'en','all-in-one-seo-pack','0411687ff2288b49a023ce9930b60b0a','Add the URLs for your website\'s social profiles here (Facebook, Twitter, Instagram, LinkedIn, etc.), one per line. These may be used in rich search results such as Google Knowledge Graph.',NULL,NULL,'','LINE',NULL,0,'','8345e3eb5c47a99e9c4120acf87bb560','',NULL),(5506,'en','all-in-one-seo-pack','ccf5d99092e0f8a67cf5f27f8350a43f','Select whether your website is primarily for a person or an organization.',NULL,NULL,'','LINE',NULL,0,'','269ef21ff1a059af09a399cec89589a7','',NULL),(5507,'en','all-in-one-seo-pack','0c6b048ad5ced1700390499295b39e21','Enter your organization or business name.',NULL,NULL,'','LINE',NULL,0,'','1a5f86b95749e8c1ab2d685cb6ece01f','',NULL),(5508,'en','all-in-one-seo-pack','c2b37cd422626c12b38c76cc9d4e67fc','Add a logo that represents your organization or business. The image must be in PNG, JPG or GIF format and a minimum size of 112px by 112px. If no image is selected, then the plugin will try to use the logo in the Customizer settings.',NULL,NULL,'','LINE',NULL,0,'','5b24907882a00697566d7ca8c525de40','',NULL),(5509,'en','all-in-one-seo-pack','4c8d1705e6d4277493477e1d0a9374cd','Select the primary owner for your site from the list of users. Only users with the role of Author, Editor or Administrator will be listed here.',NULL,NULL,'','LINE',NULL,0,'','650d1e9b4ec2fbefd1cee3e4f7618686','',NULL),(5510,'en','all-in-one-seo-pack','936e97e4e821d7e77f23132df2aa0801','Enter the primary phone number your organization or business. You must include the country code and the phone number must use the standard format for your country, for example: 1-888-888-8888.',NULL,NULL,'','LINE',NULL,0,'','97b38bf952d3bbf5de9005f947100ddf','',NULL),(5511,'en','all-in-one-seo-pack','476f0b05e5acf290795b37a4c9e7f9fc','Select the type of contact for the phone number you have entered.',NULL,NULL,'','LINE',NULL,0,'','eb03a714d178edf9cdfc20b3d53703a2','',NULL),(5512,'en','all-in-one-seo-pack','7d77ebda9d2c2fda598c1482854eaeda','Set the default NOINDEX setting for each Post Type.',NULL,NULL,'','LINE',NULL,0,'','98e5809fdf1b9b1295a5f8f4ff0f3254','',NULL),(5513,'en','all-in-one-seo-pack','abe6890d62c54f948ea2ecff4570ee59','Set the default NOFOLLOW setting for each Post Type.',NULL,NULL,'','LINE',NULL,0,'','1212bc08079eaa531f05781978fd985f','',NULL),(5514,'en','all-in-one-seo-pack','b4a427418bdf280e617739e77a4cf141','Check this to ask search engines not to index Category Archives. Useful for avoiding duplicate content.',NULL,NULL,'','LINE',NULL,0,'','88ba3d93fd052b5997536e790b07305f','',NULL),(5515,'en','all-in-one-seo-pack','531168eee3f9e1b60e680944bcf0db88','Check this to ask search engines not to index Date Archives. Useful for avoiding duplicate content.',NULL,NULL,'','LINE',NULL,0,'','063805f135be8ff548ef680776dcd527','',NULL),(5516,'en','all-in-one-seo-pack','e24bca8934e184d8c68b8e4b8fb2cacb','Check this to ask search engines not to index Author Archives. Useful for avoiding duplicate content.',NULL,NULL,'','LINE',NULL,0,'','ecf50f210e0389d29b014834e61731f8','',NULL),(5517,'en','all-in-one-seo-pack','a45205a1fb61de8223e2c78ad29e1ff0','Check this to ask search engines not to index Tag Archives. Useful for avoiding duplicate content.',NULL,NULL,'','LINE',NULL,0,'','e7dffcab9867ef56ccdee9df7e86f00f','',NULL),(5518,'en','all-in-one-seo-pack','6953525ef60f79446c3eb0f3de376aaa','Check this to ask search engines not to index the Search page. Useful for avoiding duplicate content.',NULL,NULL,'','LINE',NULL,0,'','44a2d05036886e83840280d8736b1242','',NULL),(5519,'en','all-in-one-seo-pack','2918cfc78eff6589d08f43626424aa85','Check this to ask search engines not to index the 404 page.',NULL,NULL,'','LINE',NULL,0,'','213f08901d94dfdeb275f4dcb8f130e0','',NULL),(5520,'en','all-in-one-seo-pack','b2460447b9b3bc3130b6da0d14bf57e5','Check this to ask search engines not to index paginated pages/posts. Useful for avoiding duplicate content.',NULL,NULL,'','LINE',NULL,0,'','592b61e6cc022e7a32632d5309142a34','',NULL),(5521,'en','all-in-one-seo-pack','386c073db83e0e01d2cc53036fe31dec','Check this to ask search engines not to follow links from paginated pages/posts. Useful for avoiding duplicate content.',NULL,NULL,'','LINE',NULL,0,'','e866a112e135bbfc1859282fd30a7382','',NULL),(5522,'en','all-in-one-seo-pack','923d033795652a22e2155651a6128ef8','Check this to ask search engines not to index custom Taxonomy archive pages. Useful for avoiding duplicate content.',NULL,NULL,'','LINE',NULL,0,'','25952b0f3049167ce2f85d6c3ebdaad2','',NULL),(5523,'en','all-in-one-seo-pack','c34e8ddd04473503f0347667efc0f342','Check this and your Meta Descriptions for any Post Type will be auto-generated using the Post Excerpt, or the first 160 characters of the post content if there is no Post Excerpt. You can overwrite any auto-generated Meta Description by editing the post or page.',NULL,NULL,'','LINE',NULL,0,'','33e725e8db5ab6bccc9b98cc1b32d012','',NULL),(5524,'en','all-in-one-seo-pack','3b26c974862fcd42307fdeaf6fe707ed','This option will auto generate your meta descriptions from your post content instead of your post excerpt. This is useful if you want to use your content for your autogenerated meta descriptions instead of the excerpt. WooCommerce users should read the documentation regarding this setting.',NULL,NULL,'','LINE',NULL,0,'','436385aff621b9797b3fe9a42332c4c2','',NULL),(5525,'en','all-in-one-seo-pack','ff8753d8f6cdd225a5cdb17ff47420a8','Check this and shortcodes will get executed for descriptions auto-generated from content.',NULL,NULL,'','LINE',NULL,0,'','7ec9e21cd863985836e863e7299ae25b','',NULL),(5526,'en','all-in-one-seo-pack','2983af9aa074bebd595553eb4f2da700','Check this and your Meta Descriptions will be removed from page 2 or later of paginated content.',NULL,NULL,'','LINE',NULL,0,'','34d263d1262776c07a0610d08a1e4193','',NULL),(5527,'en','all-in-one-seo-pack','565fa8932f83fd1e62300436586de779','Check this to prevent your Description from being truncated regardless of its length.',NULL,NULL,'','LINE',NULL,0,'','98a2139253e6443731ce8e3fab2272b3','',NULL),(5528,'en','all-in-one-seo-pack','9835e5fbccad5e7d335a2934fb307dfe','Check this to unprotect internal postmeta fields for use with XMLRPC. If you don\'t know what that is, leave it unchecked.',NULL,NULL,'','LINE',NULL,0,'','6ba75fcabcd5e023d01c1cb608e5c816','',NULL),(5529,'en','all-in-one-seo-pack','419e82506b2e902871f7a88321cd5f76','Redirect attachment pages to post parent.',NULL,NULL,'','LINE',NULL,0,'','d4c7931cbaab1523c90c237e97f05243','',NULL),(5530,'en','all-in-one-seo-pack','9c1a046f05a975e3f618f24d5607da9f','Enter a comma separated list of pages here to be excluded by %s.  This is helpful when using plugins which generate their own non-WordPress dynamic pages.  Ex: <em>/forum/, /contact/</em><br />For instance, if you want to exclude the virtual pages generated by a forum plugin, all you have to do is add \"forum\" or \"/forum\" or \"/forum/\" or any URL with the word \"forum\" in it here, such as \"http://mysite.com/forum\" or \"http://mysite.com/forum/someforumpage\", and it will be excluded.',NULL,NULL,'','LINE',NULL,0,'','b9a66e22b53c112e0d243e5f691e0299','',NULL),(5531,'en','all-in-one-seo-pack','4dad8dbd4dd6a040fd56e67bcbf7db9b','What you enter here will be copied verbatim to the header of all Posts. You can enter whatever additional headers you want here, even references to stylesheets.',NULL,NULL,'','LINE',NULL,0,'','8c864a1b7f46b74d55f7196fe9793d5b','',NULL),(5532,'en','all-in-one-seo-pack','5269a8a147cf3f17fd71f4c0fd1f1fd4','What you enter here will be copied verbatim to the header of all Pages. You can enter whatever additional headers you want here, even references to stylesheets.',NULL,NULL,'','LINE',NULL,0,'','a1e5d6aa8b4b35cf3a0eba8d196a8c5d','',NULL),(5533,'en','all-in-one-seo-pack','665397c33adc42ea4991af5733a497ed','What you enter here will be copied verbatim to the header of the front page if you have set a static page in Settings, Reading, Front Page Displays. You can enter whatever additional headers you want here, even references to stylesheets. This will fall back to using Additional Page Headers if you have them set and nothing is entered here.',NULL,NULL,'','LINE',NULL,0,'','358151919adde9d76f87f33558c9715e','',NULL),(5534,'en','all-in-one-seo-pack','c78dbcda56f2feef7ce8538ebd9f1d99','What you enter here will be copied verbatim to the header of the home page if you have Front page displays your latest posts selected in Settings, Reading.  It will also be copied verbatim to the header on the Posts page if you have one set in Settings, Reading. You can enter whatever additional headers you want here, even references to stylesheets.',NULL,NULL,'','LINE',NULL,0,'','7a4372f540d3d560feabffc8af184fd6','',NULL),(5535,'en','all-in-one-seo-pack','f35891fd75582a61d190836532bcee0a','This option allows you to toggle the use of Meta Keywords throughout the whole of the site.',NULL,NULL,'','LINE',NULL,0,'','31a05b72e7b1d51397bdd8b806cbc866','',NULL),(5536,'en','all-in-one-seo-pack','fa4b1fd69dc090636cc25a89a87ecdac','Check this if you want your categories for a given post used as the Meta Keywords for this post (in addition to any keywords you specify on the Edit Post screen).',NULL,NULL,'','LINE',NULL,0,'','28424de0c2cdcc5e1084b608157b8c7a','',NULL),(5537,'en','all-in-one-seo-pack','3fbd8587d0e8b7bac9ad440cb8719cac','Check this if you want your tags for a given post used as the Meta Keywords for this post (in addition to any keywords you specify on the Edit Post screen).',NULL,NULL,'','LINE',NULL,0,'','f6c1fd147c3493c834183b3344240a0d','',NULL),(5538,'en','all-in-one-seo-pack','b13d537300279404d7dd7c78178aa825','Check this if you want your keywords on your Posts page (set in WordPress under Settings, Reading, Front Page Displays) and your archive pages to be dynamically generated from the keywords of the posts showing on that page.  If unchecked, it will use the keywords set in the edit page screen for the posts page.',NULL,NULL,'','LINE',NULL,0,'','f4d6c6e1cc98d9c96c643ed5e99d40cd','',NULL),(5539,'en','all-in-one-seo-pack','fc4716fe1b4d274f47963027a4fac5ef','Click here for documentation on this setting',NULL,NULL,'','LINE',NULL,0,'','ee291f9ba4a8b00fa16f03ad373883f1','',NULL),(5540,'en','all-in-one-seo-pack','a869c853704e964008f4316a42b672e0','Click here for documentation on this setting.',NULL,NULL,'','LINE',NULL,0,'','f5a1a9af99ae4761998695eddb31f861','',NULL),(5541,'en','all-in-one-seo-pack','09381302299065bffe7ea720993a808e','A preview of what this page might look like in search engine results.',NULL,NULL,'','LINE',NULL,0,'','681b4bbf327c1546e96ccf8bce262752','',NULL),(5542,'en','all-in-one-seo-pack','900bac92d7b6d90dc50b4a65ce7e1a6b','A custom title that shows up in the title tag for this page.',NULL,NULL,'','LINE',NULL,0,'','85c8317622149e771311e41072630961','',NULL),(5543,'en','all-in-one-seo-pack','d289166c27710df5ac45b12587561659','The META description for this page. This will override any autogenerated descriptions.',NULL,NULL,'','LINE',NULL,0,'','41c3bac72cafc8498e0972d12952cb45','',NULL),(5544,'en','all-in-one-seo-pack','c339ea7cb87104848584f6db76994b8c','A comma separated list of your most important keywords for this page that will be written as META keywords.',NULL,NULL,'','LINE',NULL,0,'','9728bd7be8e78dd37f61511a08318eb8','',NULL),(5545,'en','all-in-one-seo-pack','a07cd96b4acfccf9d326a8ac1278ea21','Override the canonical URLs for this post.',NULL,NULL,'','LINE',NULL,0,'','a48b140fa7cd2d90717bc5bc38ef49be','',NULL),(5546,'en','all-in-one-seo-pack','ea9c6c29942c34a339f51630096f25bb','Check this box to ask search engines not to index this page.',NULL,NULL,'','LINE',NULL,0,'','78eea54a6d27584a3089b535ff4a7f77','',NULL),(5547,'en','all-in-one-seo-pack','4bb27cb0c6d08454c06c84aa8b1f1061','Check this box to ask search engines not to follow links from this page.',NULL,NULL,'','LINE',NULL,0,'','c6f26e5295bd660a822fef5dec063a63','',NULL),(5548,'en','all-in-one-seo-pack','7da298ef1c3ea589ea4b99ab8fdd4972','Don\'t display this page in the sitemap.',NULL,NULL,'','LINE',NULL,0,'','cc7a98531698b817117cdad0a8de0806','',NULL),(5549,'en','all-in-one-seo-pack','a405b1baa5b0b9859aac55038d8212f1','Disable SEO on this page.',NULL,NULL,'','LINE',NULL,0,'','6af5e0807f54a8178938831820a91a4d','',NULL),(5550,'en','all-in-one-seo-pack','30ac0632542458f4df9f2ac8f9aed45f','Disable Google Analytics on this page.',NULL,NULL,'','LINE',NULL,0,'','45426b704fda2a7240dc5fc300d3e457','',NULL),(5551,'en','all-in-one-seo-pack','72be6b4a337be766f23c87cea73e7b7e',' characters. Most search engines use a maximum of %1$s chars for the %2$s.',NULL,NULL,'','LINE',NULL,0,'','4c6cc223a1c5ba7e74334ed4fa0c68db','',NULL),(5552,'en','all-in-one-seo-pack','1f98842c354dc496970446bce14f4c50','Upload Image',NULL,NULL,'','LINE',NULL,0,'','6904ea255e0998a9591f42d485018c5c','',NULL),(5553,'en','all-in-one-seo-pack','8153e64dcb7ff85fd331a113d52cc79d','%s Options Updated.',NULL,NULL,'','LINE',NULL,0,'','58f137bb098cddc7a7ec47d6f3d7c835','',NULL),(5554,'en','all-in-one-seo-pack','779275ec8606e64dfb047a2caccb0fa7','Update Features',NULL,NULL,'','LINE',NULL,0,'','bd4eba9a36a9444e18f9bacee5797119','',NULL),(5555,'en','all-in-one-seo-pack','52e06b4c98645ea497103dd19ccb8ad1','Reset Features',NULL,NULL,'','LINE',NULL,0,'','9ba595c9a05d9ec5231ad636736d25d6','',NULL),(5556,'en','all-in-one-seo-pack','7036538ac2854b23d072ec99da8f5b0a','XML Sitemap',NULL,NULL,'','LINE',NULL,0,'','8e201d73a7e3b075875c243281a18ffd','',NULL),(5557,'en','all-in-one-seo-pack','fe3175e063e7e32b9bc72f0510055f67','Create RSS Sitemap',NULL,NULL,'','LINE',NULL,0,'','85dbaaa1ed4e2ae8ca805ef885ecbf87','',NULL),(5558,'en','all-in-one-seo-pack','64940008961b833fb061367a5839ab6b','Schedule Updates',NULL,NULL,'','LINE',NULL,0,'','027af4c038f1e5598d829cb134cc7ebd','',NULL),(5559,'en','all-in-one-seo-pack','8f2298b2334df4cc68ed0139145457af','No Schedule',NULL,NULL,'','LINE',NULL,0,'','bd6ee0a1ed9f7b08a7f339540c41022e','',NULL),(5560,'en','all-in-one-seo-pack','c512b685438f41daa7386329a3b8f8d3','Daily',NULL,NULL,'','LINE',NULL,0,'','8f7c904478592c726b6c0594c5fea3e9','',NULL),(5561,'en','all-in-one-seo-pack','6c25e6a6da95b3d583c6ec4c3f82ed4d','Weekly',NULL,NULL,'','LINE',NULL,0,'','bcabc5c8ce8d62cfecf0c98034a2329e','',NULL),(5562,'en','all-in-one-seo-pack','9030e39f00132d583da4122532e509e9','Monthly',NULL,NULL,'','LINE',NULL,0,'','f5679b8981f1f487f5aa3de196ff97ae','',NULL),(5563,'en','all-in-one-seo-pack','296ce6375e5550fe5865b1ceff12fcb7','Enable Sitemap Indexes',NULL,NULL,'','LINE',NULL,0,'','01f66b3c3efdfaf6425de098f5e88448','',NULL),(5564,'en','all-in-one-seo-pack','9cfde25bdf4dac9b493b40358a7a70c7','Maximum Posts Per Sitemap Page',NULL,NULL,'','LINE',NULL,0,'','87206f648f674542d762f9d4c141096e','',NULL),(5565,'en','all-in-one-seo-pack','b2dff5acd4a6e6637f5da618182fd0e1','Post Types',NULL,NULL,'','LINE',NULL,0,'','180432b5280e45327441ab2723596ca7','',NULL),(5566,'en','all-in-one-seo-pack','5acd460877052acd8485e812d7ac8004','Taxonomies',NULL,NULL,'','LINE',NULL,0,'','dffd432dbc8960107972ef48685796e7','',NULL),(5567,'en','all-in-one-seo-pack','97e6ee7d0586bb75ccacfee1fc959509','Include Date Archive Pages',NULL,NULL,'','LINE',NULL,0,'','e37b509b55094d15b215c89c00b042bf','',NULL),(5568,'en','all-in-one-seo-pack','7ea31f603ebcd34fa045780e870c2513','Include Author Pages',NULL,NULL,'','LINE',NULL,0,'','fbdaa52a6f60ca5911712a4d041e8bc5','',NULL),(5569,'en','all-in-one-seo-pack','8544d62cf04cc5eee1b206287667eefa','Exclude Images',NULL,NULL,'','LINE',NULL,0,'','041b0685229db99e6b071ac7ff10b39d','',NULL),(5570,'en','all-in-one-seo-pack','981e55b638ab19e897f86389d978a589','Dynamically Generate Sitemap',NULL,NULL,'','LINE',NULL,0,'','8b797e9080a8ab2783662299e267fb08','',NULL),(5571,'en','all-in-one-seo-pack','43207c4183d39f1432c99a98b97179c0','Sitemap Status',NULL,NULL,'','LINE',NULL,0,'','c3a11af8c1d0271ca88c7344c6550838','',NULL),(5572,'en','all-in-one-seo-pack','a8f6a392bab19118b00b8ea1fd5f59ab','Do Not Override',NULL,NULL,'','LINE',NULL,0,'','7dc5eac8ab5f2e74ce1ae547dd31ea43','',NULL),(5573,'en','all-in-one-seo-pack','c31fd0ae9d394d21eab47c721bb70ba1','Select Individual',NULL,NULL,'','LINE',NULL,0,'','1833fea1542952ade171fb4bc57f38ea','',NULL),(5574,'en','all-in-one-seo-pack','b988295c268025b49dfb3df26171ddc3','priority',NULL,NULL,'','LINE',NULL,0,'','df3399157704a81944deb7e29e52f368','',NULL),(5575,'en','all-in-one-seo-pack','fad6c43b628858e0b472d0c164557fcf','frequency',NULL,NULL,'','LINE',NULL,0,'','649b68c7f2808ca613933a808cf85a39','',NULL),(5576,'en','all-in-one-seo-pack','ba3988db0a3167093b1f74e8ae4a8e83','homepage',NULL,NULL,'','LINE',NULL,0,'','f365fdfdd3cfa7d12effff134ba60909','',NULL),(5577,'en','all-in-one-seo-pack','18958e30bdca0cfac8256824e570a89b','posts',NULL,NULL,'','LINE',NULL,0,'','bdb430c2458639d27c53f8efab5b1911','',NULL),(5578,'en','all-in-one-seo-pack','f401d2587e3d6c2ae2826ef83d69cb62','taxonomies',NULL,NULL,'','LINE',NULL,0,'','bb4b87ccb1c4c889f3819df9709627a0','',NULL),(5579,'en','all-in-one-seo-pack','c2e03e6001571b2177f871a48daeb2b5','archive pages',NULL,NULL,'','LINE',NULL,0,'','84d1fcab2b882dca429aed9d3863df33','',NULL),(5580,'en','all-in-one-seo-pack','1bd24b422b32a4e76c642a25084c8229','author pages',NULL,NULL,'','LINE',NULL,0,'','8b95c5b1482ad5dbb42ebe8e4a1d7f05','',NULL),(5581,'en','all-in-one-seo-pack','3fd8643650549940eee0fefeecea0eb7','Enter information below for any additional links for your sitemap not already managed through WordPress.',NULL,NULL,'','LINE',NULL,0,'','ae57fdacb6ec8deaddf0e5797b47b54c','',NULL),(5582,'en','all-in-one-seo-pack','a016a73836f5149a1fe5d2817d1de4bc','Page URL',NULL,NULL,'','LINE',NULL,0,'','09f9fcc46007545738741afe8af0fe59','',NULL),(5583,'en','all-in-one-seo-pack','996175057eb5ac180dcb6436c62f8d31','Page Priority',NULL,NULL,'','LINE',NULL,0,'','8022f5f6c161aa330ccbddd0375958ee','',NULL),(5584,'en','all-in-one-seo-pack','6881e13456181be14d1d98e66580b31c','Page Frequency',NULL,NULL,'','LINE',NULL,0,'','e6ea8b94275b6291badb5f0ca6c84838','',NULL),(5585,'en','all-in-one-seo-pack','84ba4cf46c874b0b5951eb3b75298329','Last Modified',NULL,NULL,'','LINE',NULL,0,'','154ae1185a846f484c724cbb928a59dd','',NULL),(5586,'en','all-in-one-seo-pack','8f3fa2bab6704fc57886e4daa5c5eeea','Additional Pages',NULL,NULL,'','LINE',NULL,0,'','34c1b65ac07ae740628feb748fb89876','',NULL),(5587,'en','all-in-one-seo-pack','6a9afe170bdaacb2cdf24336e038597d','Add URL',NULL,NULL,'','LINE',NULL,0,'','038a5e81172803337a96ab343c0bd7da','',NULL),(5588,'en','all-in-one-seo-pack','427e73334dfe5231fa709be5a85beef4','Excluded Terms',NULL,NULL,'','LINE',NULL,0,'','227fb087e6e7961bd8dfcef8bf4eb9c9','',NULL),(5589,'en','all-in-one-seo-pack','c222ea4e25418a3bab408c8d62036251','Excluded Pages',NULL,NULL,'','LINE',NULL,0,'','5d8eb53e15eaa4104e1c911827c569fc','',NULL),(5590,'en','all-in-one-seo-pack','8a929cd595bbdb2bcc63c4ba0cac8d7e','Excluded Items',NULL,NULL,'','LINE',NULL,0,'','941bf91a2d0e40e6c78bfd73a8344276','',NULL),(5591,'en','all-in-one-seo-pack','8d3444a0aa942bf7a1979b8270f5c8e5','Priorities',NULL,NULL,'','LINE',NULL,0,'','b538c17068c82480df9c20d7be3541be','',NULL),(5592,'en','all-in-one-seo-pack','12654ef493b9a23a7b10028cd3e0be48','Frequencies',NULL,NULL,'','LINE',NULL,0,'','1a73aadf8cc4c55cc56e69e4ef654fbd','',NULL),(5593,'en','all-in-one-seo-pack','0fee40d71f6492d9b6f573d043146cab','All Post Types',NULL,NULL,'','LINE',NULL,0,'','5b6fdb15cc15050eea03d43bc70af99b','',NULL),(5594,'en','all-in-one-seo-pack','f100accab0e9d4f13c2aa73d2f97274f','All Taxonomies',NULL,NULL,'','LINE',NULL,0,'','fd1340d0240c25e7802f3b2cc7618cc5','',NULL),(5595,'en','all-in-one-seo-pack','4079b1ca4a9a54e6f13cf806b063c622','Post Type',NULL,NULL,'','LINE',NULL,0,'','c18050c207a0e75a0e7abed064c52cc7','',NULL),(5596,'en','all-in-one-seo-pack','30d10883c017c4fd6751c8982e20dae1','Taxonomy',NULL,NULL,'','LINE',NULL,0,'','fdd3a7b62ddeb6c68f608bc2c14cc495','',NULL),(5638,'en','all-in-one-seo-pack','ecfc2dffe568c10a67dbc6d3724cfde2','Activity',NULL,NULL,'','LINE',NULL,0,'','2b4c28d93585587057514bcd410256c5','',NULL),(5639,'en','all-in-one-seo-pack','96faa3e6c45bb5a07bcc0bcd3be37654','Sport',NULL,NULL,'','LINE',NULL,0,'','fa632ea86ee23a4d5f151504de28c76f','',NULL),(5640,'en','all-in-one-seo-pack','ddc35f88fa71b6ef142ae61f35364653','Bar',NULL,NULL,'','LINE',NULL,0,'','2afdb96ced0c31d8d092c6d0a8414d6a','',NULL),(5641,'en','all-in-one-seo-pack','1c76cbfe21c6f44c1d1e59d54f3e4420','Company',NULL,NULL,'','LINE',NULL,0,'','aeb6e96b10b472e72a3a9d30e7328eac','',NULL),(5642,'en','all-in-one-seo-pack','604f00b2a37ed296dc0ac7772133f910','Cafe',NULL,NULL,'','LINE',NULL,0,'','00f2a5a4bec6c9b3ab2efeb917e7cc33','',NULL),(5643,'en','all-in-one-seo-pack','26e28738b51eebd25cf4d734b33b539f','Hotel',NULL,NULL,'','LINE',NULL,0,'','08d200dd46566e6464f52d0e02ea869a','',NULL),(5644,'en','all-in-one-seo-pack','e197a9ccf40b776f31368105d1aa8c4b','Restaurant',NULL,NULL,'','LINE',NULL,0,'','2b94b5597b0e023746fe691e63fe5f43','',NULL),(5645,'en','all-in-one-seo-pack','50fc9b91746bb8d34fa385d9324741ed','Cause',NULL,NULL,'','LINE',NULL,0,'','a93b9d205d48077978e9feee487cb541','',NULL),(5646,'en','all-in-one-seo-pack','0e0491a9e084af6d8de9478be83017c6','Sports League',NULL,NULL,'','LINE',NULL,0,'','e1480af37d2389fe38ff061959fbd00a','',NULL),(5647,'en','all-in-one-seo-pack','a92c74576dcb771c45843e4d30824297','Sports Team',NULL,NULL,'','LINE',NULL,0,'','8732e00a342e3c06ba6469eac8316466','',NULL),(5648,'en','all-in-one-seo-pack','67fd95fc1e88f15b3efb9feef0fc0dc9','Band',NULL,NULL,'','LINE',NULL,0,'','abf12d1a2b0987b40e0776f618e668c6','',NULL),(5649,'en','all-in-one-seo-pack','18450de39aceed82b26abe218d377740','Government',NULL,NULL,'','LINE',NULL,0,'','d03f7ec10f769e3460064c6ff634dabb','',NULL),(5650,'en','all-in-one-seo-pack','40bbf72f59327689bda7c0eafa2ff443','Non Profit',NULL,NULL,'','LINE',NULL,0,'','437f9204812571347ad35f9d172a5626','',NULL),(5651,'en','all-in-one-seo-pack','955cd8691ca89a6baa6ea10c7787e604','School',NULL,NULL,'','LINE',NULL,0,'','09c2a74453a2a44718034ea4117c1034','',NULL),(5652,'en','all-in-one-seo-pack','50c60ac437e4d4ef19c77bdca5bbcf3b','University',NULL,NULL,'','LINE',NULL,0,'','52ecff703385b0ac23d2c9a368c050ac','',NULL),(5653,'en','all-in-one-seo-pack','1cc84619677de81ee6e44149845270a3','Actor',NULL,NULL,'','LINE',NULL,0,'','49bd3f1881eb94a19476e10979253479','',NULL),(5654,'en','all-in-one-seo-pack','3e200b554993aae2c350b07445dbeb3b','Athlete',NULL,NULL,'','LINE',NULL,0,'','ea8fdb7962a3e3bf5946967706aa672e','',NULL),(5655,'en','all-in-one-seo-pack','a517747c3d12f99244ae598910d979c5','Author',NULL,NULL,'','LINE',NULL,0,'','e957eb1971a93370bce4434d77466151','',NULL),(5656,'en','all-in-one-seo-pack','7c5ba892645af8d7dba520e3978c726f','Director',NULL,NULL,'','LINE',NULL,0,'','5a69a9adce6024be918f1470f3eb5bee','',NULL),(5657,'en','all-in-one-seo-pack','2ca171f3e3d0cdce8e35ffa1c290bbe8','Musician',NULL,NULL,'','LINE',NULL,0,'','752e975f1c74f6c87b89d4e17b5b06a9','',NULL),(5658,'en','all-in-one-seo-pack','7d8df5651401daedf08ed4998adcb429','Politician',NULL,NULL,'','LINE',NULL,0,'','29fa7db5e35a867a205244e7ace18c9f','',NULL),(5659,'en','all-in-one-seo-pack','cce99c598cfdb9773ab041d54c3d973a','Profile',NULL,NULL,'','LINE',NULL,0,'','5a661da7a1e29c93ae280266531a0ebf','',NULL),(5660,'en','all-in-one-seo-pack','18a0e0f7cb97c29503154dfafd2ea805','Public Figure',NULL,NULL,'','LINE',NULL,0,'','04c14784d97c050ae46b98f32f500034','',NULL),(5661,'en','all-in-one-seo-pack','57d056ed0984166336b7879c2af3657f','City',NULL,NULL,'','LINE',NULL,0,'','1b4cfffda869b1d561f98336064ed182','',NULL),(5662,'en','all-in-one-seo-pack','59716c97497eb9694541f7c3d37b1a4d','Country',NULL,NULL,'','LINE',NULL,0,'','38d33e218609cfcb755d8ccbc9fffaa0','',NULL),(5663,'en','all-in-one-seo-pack','cedaec2f6d467bc1f2243b660ed33e77','Landmark',NULL,NULL,'','LINE',NULL,0,'','53051e493ca8443736419ef078fd91ba','',NULL),(5664,'en','all-in-one-seo-pack','d04531a7e1bb9d79d1cb5372a8086fa8','State Province',NULL,NULL,'','LINE',NULL,0,'','cb9d878c50bf52bd82fab227b6827ef2','',NULL),(5665,'en','all-in-one-seo-pack','c4f8393e0c007b946261398d0314a257','Album',NULL,NULL,'','LINE',NULL,0,'','08f85de78be2058ff5c465c48df19380','',NULL),(5666,'en','all-in-one-seo-pack','2b1f94ef23b79bf90eb891cae1df7a90','Book',NULL,NULL,'','LINE',NULL,0,'','7ebc1b22ccd36152953b444feaee38d3','',NULL),(5667,'en','all-in-one-seo-pack','40491db1043a93d8b94b9d94e3eda532','Drink',NULL,NULL,'','LINE',NULL,0,'','0e51d0adedcdc7d99e1751713f0d2338','',NULL),(5668,'en','all-in-one-seo-pack','0a38e7286ebbb560354992b3ce62be67','Food',NULL,NULL,'','LINE',NULL,0,'','8f6d37e0c2e1264ef48cfc4f6c12778f','',NULL),(5669,'en','all-in-one-seo-pack','63d72051e901c069f8aa1b32aa0c43bb','Game',NULL,NULL,'','LINE',NULL,0,'','64236a4d650174cd7813052ecb13a416','',NULL),(5670,'en','all-in-one-seo-pack','1526e0ac850c241ee1631d9ad5664475','Movie',NULL,NULL,'','LINE',NULL,0,'','9109ba0d5c45ee7837730d57cb946230','',NULL),(5671,'en','all-in-one-seo-pack','deb10517653c255364175796ace3553f','Product',NULL,NULL,'','LINE',NULL,0,'','45b35a32ee55036670fa136372e1da85','',NULL),(5672,'en','all-in-one-seo-pack','816681f7ec9c9061b5c183095aff399e','Song',NULL,NULL,'','LINE',NULL,0,'','e4e87c9138485ab43e721876028a92c9','',NULL),(5673,'en','all-in-one-seo-pack','46c57b00107adc972c15b68c00ccad79','TV Show',NULL,NULL,'','LINE',NULL,0,'','01edd148b5a93316c363779d91d9666a','',NULL),(5674,'en','all-in-one-seo-pack','74fb2c716513fcaa678c1aca5077c4d1','Episode',NULL,NULL,'','LINE',NULL,0,'','656dae153b06905e272b2251d8f1aff9','',NULL),(5675,'en','all-in-one-seo-pack','5e2f8ee473fdebc99fef4dc9e7ee3146','Article',NULL,NULL,'','LINE',NULL,0,'','ee1104f1583a03de88b631343500f313','',NULL),(5676,'en','all-in-one-seo-pack','15bbb9d0bbf25e8d2978de1168c749dc','Website',NULL,NULL,'','LINE',NULL,0,'','8b576db27c229fbd5b10fc791bb397f3','',NULL),(5677,'en','all-in-one-seo-pack','870c7914cacbb7519eb346ea861d19c0',' characters. We recommend a maximum of %1$s chars for the %2$s.',NULL,NULL,'','LINE',NULL,0,'','8b76c3f831bf8231abae9d7ffff86b5c','',NULL),(5678,'en','all-in-one-seo-pack','43d60a17ccd97537a5775b51fb0bae03','Scan Header',NULL,NULL,'','LINE',NULL,0,'','8d60cb31cbac5dab102bc6fe6b6289e3','',NULL),(5679,'en','all-in-one-seo-pack','6412d17e1281ad3a4daa76962deca0b9','Use AIOSEO Title and Description',NULL,NULL,'','LINE',NULL,0,'','c095a81fd6dd2fd87d975d03a87eadee','',NULL),(5680,'en','all-in-one-seo-pack','5355b0c345ebfc9ddf04a094b3eb4950','Facebook Admin ID',NULL,NULL,'','LINE',NULL,0,'','b3b8b19783d40e81b3f9f6e38e578829','',NULL),(5681,'en','all-in-one-seo-pack','466ff61f4367f43a1e2bf7656be3a022','Facebook App ID',NULL,NULL,'','LINE',NULL,0,'','eef46544a93efa9ea121ec7bcc19ae14','',NULL),(5682,'en','all-in-one-seo-pack','24160dba0e51bbf2f3f5aeba083b28a4','Run Shortcodes In Title',NULL,NULL,'','LINE',NULL,0,'','8631c99cc14d3551a7929498572a6164','',NULL),(5683,'en','all-in-one-seo-pack','02b1891c8a024a338c8834a21b1286aa','Run Shortcodes In Description',NULL,NULL,'','LINE',NULL,0,'','fed68d20b9c365f4490e1d033900498f','',NULL),(5684,'en','all-in-one-seo-pack','668445f09da337d276dc852bb6a0dbb3','Site Name',NULL,NULL,'','LINE',NULL,0,'','3b76f8ff3e688539edd3ff0c7b2d9caf','',NULL),(5685,'en','all-in-one-seo-pack','f736825fca1617eaa756acb077d352a5','Home Image',NULL,NULL,'','LINE',NULL,0,'','7a4668d766380a09323fc48aa4d855a8','',NULL),(5686,'en','all-in-one-seo-pack','17a79a57d9599ce5b08e0db7531ec4dd','Use Content For Autogenerated OG Descriptions',NULL,NULL,'','LINE',NULL,0,'','b04802e563c288982c20e672cc91c5ad','',NULL),(5687,'en','all-in-one-seo-pack','c9e6a033187fbce05422dee1058bb958','Select OG:Image Source',NULL,NULL,'','LINE',NULL,0,'','49f30471746e9f2c7db56493af1981ae','',NULL),(5688,'en','all-in-one-seo-pack','ff6022cee3069d9fe7b835dd12433157','Default Image',NULL,NULL,'','LINE',NULL,0,'','0d92913d85ab1f4d67295cb9a50f9c60','',NULL),(5689,'en','all-in-one-seo-pack','c9344eb2ff26e96823cc252a90f77de8','Featured Image',NULL,NULL,'','LINE',NULL,0,'','083b31d1774d590e5a668a6178c59bf5','',NULL),(5690,'en','all-in-one-seo-pack','d5326c234d5b73db7fc8b800a25cc1c0','First Attached Image',NULL,NULL,'','LINE',NULL,0,'','97c32bb5276f99f12f07e9efe02ab491','',NULL),(5691,'en','all-in-one-seo-pack','4f9bc6b9386df82ec492753f84a66bdd','First Image In Content',NULL,NULL,'','LINE',NULL,0,'','1ede70a50bb01343964f61802bdf9256','',NULL),(5692,'en','all-in-one-seo-pack','638f0b38d3b343c05301e7d84344cf99','Image From Custom Field',NULL,NULL,'','LINE',NULL,0,'','04d340ac918aed65433678db3b7ff333','',NULL),(5693,'en','all-in-one-seo-pack','0abbeb71fbc23b79c8da9d728d6f5f0e','Post Author Image',NULL,NULL,'','LINE',NULL,0,'','5235b0d453807b94a9303dad3764323d','',NULL),(5694,'en','all-in-one-seo-pack','01a145a5cbcad6859fd426c4a4c6021a','First Available Image',NULL,NULL,'','LINE',NULL,0,'','4cad3243b4c52ac67d021bb12e7935c6','',NULL),(5695,'en','all-in-one-seo-pack','1e4103321733389216fcac974eecb5e5','Use Default If No Image Found',NULL,NULL,'','LINE',NULL,0,'','b42fa1d85722466e15febedc20f41da2','',NULL),(5696,'en','all-in-one-seo-pack','1266f1b9813f81ae01586c966aecfb31','Default OG:Image',NULL,NULL,'','LINE',NULL,0,'','1d115fee9a86712530437a947c95572d','',NULL),(5697,'en','all-in-one-seo-pack','68a7b05b00ccccd6aea407a323bf6bc0','Default Image Width',NULL,NULL,'','LINE',NULL,0,'','e092225f49a9477ba27513bfba907d17','',NULL),(5698,'en','all-in-one-seo-pack','69b4aa6117baacae8c588555ca463457','Default Image Height',NULL,NULL,'','LINE',NULL,0,'','711a8218aaa41f144f82de8ae5419fcb','',NULL),(5699,'en','all-in-one-seo-pack','acc624ad8c33076e811b12bad7d5351b','Use Custom Field For Image',NULL,NULL,'','LINE',NULL,0,'','d3f963292f5f1bdfcc8c5a5628d57add','',NULL),(5700,'en','all-in-one-seo-pack','be53a0541a6d36f6ecb879fa2c584b08','Image',NULL,NULL,'','LINE',NULL,0,'','d6160e8a5e967e5f2d64816880235a81','',NULL),(5701,'en','all-in-one-seo-pack','b1602704f20eb44d7266096eeb04d2b8','Custom Image',NULL,NULL,'','LINE',NULL,0,'','585e7938b5fa52fbb1a13df4a59f33d8','',NULL),(5702,'en','all-in-one-seo-pack','c24b0d2e4fb20110b52ff68c0926a88e','Specify Image Width',NULL,NULL,'','LINE',NULL,0,'','3a15926c8bca4b859d788f11d1e4d663','',NULL),(5703,'en','all-in-one-seo-pack','4b207d8e8b72ee291a1e028f7f13b29f','Specify Image Height',NULL,NULL,'','LINE',NULL,0,'','71aaec713c5b9fe30f12e88e7a05f698','',NULL),(5704,'en','all-in-one-seo-pack','5b5b5c5b81df7b8720a95ced35ca00d8','Custom Video',NULL,NULL,'','LINE',NULL,0,'','4fd5a9ec6ff4c73d055b01ea9e9e4f56','',NULL),(5705,'en','all-in-one-seo-pack','2fec3b8c04831b6d16951a3a6114e6b8','Specify Video Width',NULL,NULL,'','LINE',NULL,0,'','557870e9427cffa7610428566ce07d1b','',NULL),(5706,'en','all-in-one-seo-pack','7c15fb3250ec83500073763900d1aaba','Specify Video Height',NULL,NULL,'','LINE',NULL,0,'','7f7b5ebfd1e0a896060ca7033f1b9cf6','',NULL),(5707,'en','all-in-one-seo-pack','3a7e19da97624e84ab3ba133be8c729d','Default Twitter Card',NULL,NULL,'','LINE',NULL,0,'','1146f45d33474d38489e07226a688662','',NULL),(5708,'en','all-in-one-seo-pack','290612199861c31d1036b185b4e69b75','Summary',NULL,NULL,'','LINE',NULL,0,'','5233e66c14b2743e9282ce03f5f56069','',NULL),(5709,'en','all-in-one-seo-pack','8d7fec77039576af0666ef618b544481','Summary Large Image',NULL,NULL,'','LINE',NULL,0,'','72c27de5b7ef6e5582e55838617eaddd','',NULL),(5710,'en','all-in-one-seo-pack','e379cc091d351dab7a57622fc1c978cd','Twitter Card Type',NULL,NULL,'','LINE',NULL,0,'','d164854b8a69445e88a6f579651f1f67','',NULL),(5711,'en','all-in-one-seo-pack','b5a946f8ddef25872b9d0ece72b45cce','Twitter Site',NULL,NULL,'','LINE',NULL,0,'','4d28bb5dec51d6af06a0e6bfb90cc044','',NULL),(5712,'en','all-in-one-seo-pack','5e9f11901bfe9ea6bae4b3dc2b893721','Show Twitter Author',NULL,NULL,'','LINE',NULL,0,'','f048086223e6b379809d17c7a97db82e','',NULL),(5713,'en','all-in-one-seo-pack','a0f157e4b5bbbbd72d791efa088b2ca6','Twitter Domain',NULL,NULL,'','LINE',NULL,0,'','b5d642180ae077c4a055103a1c7016e8','',NULL),(5714,'en','all-in-one-seo-pack','45d28f7d20c24a38ca4a73f35023c13c','Custom Twitter Image',NULL,NULL,'','LINE',NULL,0,'','b91c47145ac6f5477267c7f6f3463a29','',NULL),(5715,'en','all-in-one-seo-pack','dc560315fa03d20b76abb8e195142ff8','Automatically Generate Article Tags',NULL,NULL,'','LINE',NULL,0,'','406b35b5b3b67b9c4206ad56b21bd8fe','',NULL),(5716,'en','all-in-one-seo-pack','9f53044428f7fab85fe51934c8672c11','Use Keywords In Article Tags',NULL,NULL,'','LINE',NULL,0,'','c37fc80a04d08ad69cdb44bc8f24803d','',NULL),(5717,'en','all-in-one-seo-pack','b67ecd5123c94d65fc6c9b713d3b6dd3','Use Categories In Article Tags',NULL,NULL,'','LINE',NULL,0,'','bfdd7093cb9d321f9a7fef8cf9e9b52e','',NULL),(5718,'en','all-in-one-seo-pack','f5888356a2a8f8c595cb72fa60742fd5','Use Post Tags In Article Tags',NULL,NULL,'','LINE',NULL,0,'','b8eef1f445a49131a8c00baa602840fc','',NULL),(5719,'en','all-in-one-seo-pack','8b5b1af6893c059c3407c52ba2b0fcce','Enable Facebook Meta for Post Types',NULL,NULL,'','LINE',NULL,0,'','451b4ebfb12971641d6d62a986fa9aa2','',NULL),(5720,'en','all-in-one-seo-pack','4c109610bb4426a3e2e1ee801eadb2ed','Facebook Object Type',NULL,NULL,'','LINE',NULL,0,'','531e5332bd83e45f6c4e0890d13ec3bc','',NULL),(5721,'en','all-in-one-seo-pack','59b96172a704673c694154be0833ef88','Facebook Debug',NULL,NULL,'','LINE',NULL,0,'','09995e4f53f27139599e7621d5aa7c99','',NULL),(5722,'en','all-in-one-seo-pack','1dac8050f6acd35cfe4f35d486790f17','Debug This Post',NULL,NULL,'','LINE',NULL,0,'','7e93f6a3aa010379ea83903ae5c32f71','',NULL),(5723,'en','all-in-one-seo-pack','9cc86c32ee54c1738f5c8fd9d7c66bde','Article Section',NULL,NULL,'','LINE',NULL,0,'','dcec61da3d0dfd8ddd7ec43fe2a6f902','',NULL),(5724,'en','all-in-one-seo-pack','66e6ae3566a54abc7cccd6e56e7f9d8f','Article Tags',NULL,NULL,'','LINE',NULL,0,'','0276dd814cbaab995cd3e4eb364ffc8c','',NULL),(5725,'en','all-in-one-seo-pack','a01c75986545b3075b2b4d77d3a2a438','Show Facebook Publisher on Articles',NULL,NULL,'','LINE',NULL,0,'','e97334d1a52030157360b77a2869577c','',NULL),(5726,'en','all-in-one-seo-pack','ce6f1a2fe228042bc7043c556bf12262','Show Facebook Author on Articles',NULL,NULL,'','LINE',NULL,0,'','f76f0104c0153a61b8fabfa63552408e','',NULL),(5727,'en','all-in-one-seo-pack','6abe53ea42f98d6816f261bfa3800b26','Social Settings',NULL,NULL,'','LINE',NULL,0,'','1e36cb21da8b43e55fed4cf7a1aa66cd','',NULL),(5728,'en','all-in-one-seo-pack','4c99c66c65d5cc7f1c5ef76302aa9988','Image Settings',NULL,NULL,'','LINE',NULL,0,'','71e4c3393a1679e69885d855dec10b4b','',NULL),(5729,'en','all-in-one-seo-pack','c9d54fda1013c290a4ccc70423a2b62c','Facebook Settings',NULL,NULL,'','LINE',NULL,0,'','b5f40bff0f6f52e1b29b24391e1d9124','',NULL),(5730,'en','all-in-one-seo-pack','40d79d7103746ea893c5926dbc67f008','Twitter Settings',NULL,NULL,'','LINE',NULL,0,'','cf4e0120dbb5189b5ab0918e825cd918','',NULL),(5731,'en','all-in-one-seo-pack','ad32388326474568deac1c5466eb9229','Scan Social Meta',NULL,NULL,'','LINE',NULL,0,'','26fe2ce3bf32fafdab26cbd483e8908a','',NULL),(5732,'en','all-in-one-seo-pack','677fc7835e7f805a8a48251a08740e89','Object Type',NULL,NULL,'','LINE',NULL,0,'','506118b644dc0f98b2372e83c7392b8f','',NULL),(5828,'en','all-in-one-seo-pack','b12c78772574cde7ce3ed27caceaa58b','Use the rule builder below to add/delete rules.',NULL,NULL,'','LINE',NULL,0,'','e5f0bd7c9ecfd0ee19f5dbc7df1f29c3','',NULL),(5829,'en','all-in-one-seo-pack','dfb790522fdea3859af206d32916fe77','User Agent',NULL,NULL,'','LINE',NULL,0,'','2044ece25354597b29cc8540baaf37ce','',NULL),(5830,'en','all-in-one-seo-pack','ab7a485ebe75b6dd7243ad719f23c7de','Rule',NULL,NULL,'','LINE',NULL,0,'','b804190822c830dab19cd1f911c5deae','',NULL),(5831,'en','all-in-one-seo-pack','45f0fb72a0defdfdb01de4b5a5a6876b','Allow',NULL,NULL,'','LINE',NULL,0,'','cb21de3008e7250bfcb58dd81da5623d','',NULL),(5832,'en','all-in-one-seo-pack','21fd8b5eaad13b449b62b8103bb02a2e','Disallow',NULL,NULL,'','LINE',NULL,0,'','5635a61e382c38f848eed8f2b7f250c2','',NULL),(5833,'en','all-in-one-seo-pack','b818e79b8fdd175183528aa4d9b3ac68','Directory Path',NULL,NULL,'','LINE',NULL,0,'','58431a78935b6c3c6a3a9415bebb8c8c','',NULL),(5834,'en','all-in-one-seo-pack','79eccc7a50129923d69b7a90bac97105','Add Rule',NULL,NULL,'','LINE',NULL,0,'','76d093e0f0addff95e3d9267e25a1f45','',NULL),(5835,'en','all-in-one-seo-pack','aa37520ed35d853980af80295a68d9ca','Configured Rules',NULL,NULL,'','LINE',NULL,0,'','3e90b31661798724f63e9a1769b6f61c','',NULL),(5836,'en','all-in-one-seo-pack','d6e81ce23cad343c5707977f24fb0567','Create a Robots.txt File',NULL,NULL,'','LINE',NULL,0,'','827d6afdf0e9f1580f47bd501ed3efcc','',NULL),(5846,'en','all-in-one-seo-pack','72d6d7a1885885bb55a565fd1070581a','Import',NULL,NULL,'','LINE',NULL,0,'','c7d3d681e3ba1b3f514605b37b44b55e','',NULL),(5847,'en','all-in-one-seo-pack','240a0b2ee22e6e26fb25de8ae68efbe6','Export Settings',NULL,NULL,'','LINE',NULL,0,'','b9f0a214d6579ab93ab9270e574256a1','',NULL),(5848,'en','all-in-one-seo-pack','a434fb2ac090ccb3e19ff2a285f54afe','Post Data',NULL,NULL,'','LINE',NULL,0,'','7698ae63a0f8cbbff35d17c0aeeb16e8','',NULL),(5849,'en','all-in-one-seo-pack','95b056eeef3fb8c278038481641c6fe2','Export Post Types',NULL,NULL,'','LINE',NULL,0,'','06bce023a44abfc7fa8eda1db5e25239','',NULL),(5850,'en','all-in-one-seo-pack','d547e966614a4121cc75b4f2d0c80e9f','Note: If General Settings is checked, the\n								General Settings, the Feature Manager settings,\n								and the following currently active modules will\n								have their settings data exported:',NULL,NULL,'','LINE',NULL,0,'','5c616dc069e704d0237276e6b10ab785','',NULL),(5851,'en','all-in-one-seo-pack','49597dc0519d863b898451d785d61028','You may change this by activating or deactivating\n						modules in the Feature Manager.',NULL,NULL,'','LINE',NULL,0,'','03550e884cfb2ae21c444ff0b21856f7','',NULL),(5858,'en','all-in-one-seo-pack','84997ff122e0b77e896ebda0fcc3536a','Block Bad Bots using HTTP',NULL,NULL,'','LINE',NULL,0,'','d780b204c1c7fb7f9dcbdf50d1979795','',NULL),(5859,'en','all-in-one-seo-pack','40abb6659cf4647504391cd78a5d5562','Block Referral Spam using HTTP',NULL,NULL,'','LINE',NULL,0,'','a1c2fe13dffd7a17091c8582d63db3d8','',NULL),(5860,'en','all-in-one-seo-pack','3e3eae698a8569b4925c6ab17ed31282','Track Blocked Bots',NULL,NULL,'','LINE',NULL,0,'','9e7641412ff47287e355105a318780a5','',NULL),(5861,'en','all-in-one-seo-pack','42048cb4b57c7b079f9f49c62e1bbacf','Use Custom Blocklists',NULL,NULL,'','LINE',NULL,0,'','4416f310b875716bd9e644d1bd49f42d','',NULL),(5862,'en','all-in-one-seo-pack','a8e7a8572ca037291990ad6d27b0cd7c','User Agent Blocklist',NULL,NULL,'','LINE',NULL,0,'','14c7084154bb420e5ffc3f25ea147d7b','',NULL),(5863,'en','all-in-one-seo-pack','6b515416cca9b310eb01f5d5cdfeff21','Referer Blocklist',NULL,NULL,'','LINE',NULL,0,'','9585dba5791963ad94eff8caacb05c27','',NULL),(5864,'en','all-in-one-seo-pack','f43dfdc3d6af93c5367dded6919373c8','Log Of Blocked Bots',NULL,NULL,'','LINE',NULL,0,'','9b75c9f2bbe6da5f1743007b4c0f108a','',NULL),(5865,'en','all-in-one-seo-pack','8bc5e1018c9e9645e98226be71778b41','No requests yet.',NULL,NULL,'','LINE',NULL,0,'','eab806c59b6080db2d6e955b8ea8d9ba','',NULL),(5874,'en','all-in-one-seo-pack','9cf899f5c857324a53d83cfb91d630d7','Use the dropdown to select whether you want to allow or block access to the specified directory or file.',NULL,NULL,'','LINE',NULL,0,'','95050cfcab91492a0f37b24d79f41017','',NULL),(5875,'en','all-in-one-seo-pack','1991c5dedd7c65171c45d2c96c1ebcc1','Enter the name of a User Agent here.  You can use the wildcard * to allow or block all robots. A list of User Agents can be found <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"http://www.robotstxt.org/db.html\">here</a>.',NULL,NULL,'','LINE',NULL,0,'','33ca7c41740966cad33fac4177d4a2c0','',NULL),(5876,'en','all-in-one-seo-pack','7aed6d4d4fa1148b8c5d4e1fe58678c4','Enter a valid path to a directory or file, for example: /wp-admin/ or /wp-admin/admin-ajax.php',NULL,NULL,'','LINE',NULL,0,'','ab675dbb9f06d81d1d6f4064df208b7e','',NULL),(5877,'en','all-in-one-seo-pack','047a7db58b6f73b7272937d4997480af','Here\'s how your robots.txt looks:',NULL,NULL,'','LINE',NULL,0,'','fd26db090c814046e997cb485a018231','',NULL),(5878,'en','all-in-one-seo-pack','7cded1d50af9290466d5743b2a4dc380','This shows how your robots.txt appears',NULL,NULL,'','LINE',NULL,0,'','69e93500c5ba87c229035dc6ffd53777','',NULL),(5879,'en','all-in-one-seo-pack','dda392c28676790a126ed4548ca751a7','Update Sitemap',NULL,NULL,'','LINE',NULL,0,'','face396ba241a051ff4150cd92495bdf','',NULL),(5880,'en','all-in-one-seo-pack','c0929bba81f170e81417e6cb1990b805','Click here to %s.',NULL,NULL,'','LINE',NULL,0,'','9ab8120a823f6bd2d9a2ef0ba99e2d46','',NULL),(5881,'en','all-in-one-seo-pack','805ba149589f74db1f840a5459de1db6','view your XML sitemap',NULL,NULL,'','LINE',NULL,0,'','6f22ea989f318bd913506e600b59cdd6','',NULL),(5882,'en','all-in-one-seo-pack','c08ca30d5ee557e87cfa936e975c5fa4','Your sitemap has been created with content and images.',NULL,NULL,'','LINE',NULL,0,'','3592082387e5485d5c1192c72d243757','',NULL),(5883,'en','all-in-one-seo-pack','611be60fb83abd25c4628da903a01bb0','Changes are automatically submitted to search engines.',NULL,NULL,'','LINE',NULL,0,'','f3b4f1192a42766ed20047951060f4c7','',NULL),(5884,'en','all-in-one-seo-pack','6753b06214c8486508a47e07e2e0e876','Generate an RSS sitemap in addition to the regular XML Sitemap.',NULL,NULL,'','LINE',NULL,0,'','bcaac2a1a501075f598eaf2702457f1d','',NULL),(5885,'en','all-in-one-seo-pack','74be96bc76774e1b35726d1d129dee5c','Notify search engines based on the selected schedule, and also update static sitemap daily if in use. (this uses WP-Cron, so make sure this is working properly on your server as well)',NULL,NULL,'','LINE',NULL,0,'','3eeb9d03e90f37553b6a205823cd3f38','',NULL),(5886,'en','all-in-one-seo-pack','25e518ed25427c30f63a9dbec8877a94','Organize sitemap entries into distinct files in your sitemap. Enable this only if your sitemap contains over 50,000 URLs or the file is over 5MB in size.',NULL,NULL,'','LINE',NULL,0,'','f4f8a6027dda8ddde4b6a538a1e7cf74','',NULL),(5887,'en','all-in-one-seo-pack','d0d63687cb15e47f75bb39cb89c08e5d','Allows you to specify the maximum number of posts in a sitemap (up to 50,000).',NULL,NULL,'','LINE',NULL,0,'','df30c333467ef15aafc550f9635c7865','',NULL),(5888,'en','all-in-one-seo-pack','bece55f7f1c390fa4ade5b366b235766','Select which Post Types appear in your sitemap.',NULL,NULL,'','LINE',NULL,0,'','725a95d626c0c74d358f45dba2d6953b','',NULL),(5889,'en','all-in-one-seo-pack','bec4e8f2d34f1717c0cf06cdcebc2b50','Select which taxonomy archives appear in your sitemap',NULL,NULL,'','LINE',NULL,0,'','d5a947e38e0afa376fd4543b386980bc','',NULL),(5890,'en','all-in-one-seo-pack','f27d0523ba11a56254a61825588c7569','Include Date Archives in your sitemap.',NULL,NULL,'','LINE',NULL,0,'','b90c3148e1166afb67a048503f719c75','',NULL),(5891,'en','all-in-one-seo-pack','3bbe8ae26468b887e6709f73efb60193','Include Author Archives in your sitemap.',NULL,NULL,'','LINE',NULL,0,'','cd62aad1b7ee020a312667644d1878ff','',NULL),(5892,'en','all-in-one-seo-pack','c0027500ce9557500380a65bc793c43e','Exclude Images in your sitemap.',NULL,NULL,'','LINE',NULL,0,'','e5adb20f8d9d9cd62d4e0a371c1c20a9','',NULL),(5893,'en','all-in-one-seo-pack','ab58c788398b1b5f6b4ea56876de91d8','Places a link to your Sitemap.xml into your virtual Robots.txt file.',NULL,NULL,'','LINE',NULL,0,'','d195499d84174117dc59b5e4d6ed68d8','',NULL),(5894,'en','all-in-one-seo-pack','ea9d31619a1b0f7ee31530bc8f09327d','Dynamically creates the XML sitemap instead of using a static file.',NULL,NULL,'','LINE',NULL,0,'','fa83574728752ba6a226e1bce8814178','',NULL),(5895,'en','all-in-one-seo-pack','1b50a226f11f6bcc6188e927fbdf1696','URL to the page. This field only accepts absolute URLs with the protocol specified.',NULL,NULL,'','LINE',NULL,0,'','62a6e32af1697dadd7f8d73a24361444','',NULL),(5896,'en','all-in-one-seo-pack','93278a246f4614225628a211ae627071','The priority of the page.',NULL,NULL,'','LINE',NULL,0,'','9cff483c315ba5c1ce3c872946b46d0e','',NULL),(5897,'en','all-in-one-seo-pack','d1eb4a9c069583a3c1128deb39a8487e','The frequency of the page.',NULL,NULL,'','LINE',NULL,0,'','61876e5d0f21e3b4b9f56c260063195f','',NULL),(5898,'en','all-in-one-seo-pack','ebe7b8300a33a4354bd22c8545907307','Last modified date of the page.',NULL,NULL,'','LINE',NULL,0,'','80b5599c76976460bfa216a4e1e831f2','',NULL),(5899,'en','all-in-one-seo-pack','55a0c0dc552a61b9a2baf1d6cccaa3a2','Exclude any category, tag or custom taxonomy from the XML sitemap. Start typing the name of a category, tag or taxonomy term in the field and a dropdown will populate with the matching terms for you to select from.<br/><br/>This will also exclude any content belonging to the specified term.  For example, if you exclude the \"Uncategorized\" category then all posts in that category will also be excluded from the sitemap.',NULL,NULL,'','LINE',NULL,0,'','8bf0e8ca463ff55f19da3ad54aafb472','',NULL),(5900,'en','all-in-one-seo-pack','22f7d09df9bbcdeaabe7e44ca71779f1','Use page slugs or page IDs, separated by commas, to exclude pages from the sitemap.',NULL,NULL,'','LINE',NULL,0,'','0c2d477124fd10e4eb5540ad20b2fdfb','',NULL),(5901,'en','all-in-one-seo-pack','689be2d27a1ac12fd927888fbc0e6589','Manually set the %1$s of your %2$s.',NULL,NULL,'','LINE',NULL,0,'','74cca8b6bf95b5ecaa40b78f993315c0','',NULL),(5902,'en','all-in-one-seo-pack','5dc52ca9ffdc26147075682c92a0a853','Posts',NULL,NULL,'','LINE',NULL,0,'','a65858137a992c335b622795d294d245','',NULL),(5903,'en','all-in-one-seo-pack','27203ad1ea974470d8544349298249a0','Archive Pages',NULL,NULL,'','LINE',NULL,0,'','b0e38501e65f2b93ad657064412213de','',NULL),(5904,'en','all-in-one-seo-pack','98c87a624c1671f721874aba81566ea3','Author Pages',NULL,NULL,'','LINE',NULL,0,'','818599773096ce50d83ba3d8052e6f6c','',NULL),(5905,'en','all-in-one-seo-pack','521c36a31c2762741cf0f8890cbe05e3','On',NULL,NULL,'','LINE',NULL,0,'','564497353a2175a313133af2828905fa','',NULL),(5906,'en','all-in-one-seo-pack','93cba07454f06a4a960172bbd6e2a435','Yes',NULL,NULL,'','LINE',NULL,0,'','c1089233f75b7b5d9e29040d2aaa5584','',NULL),(5907,'en','all-in-one-seo-pack','bafd7322c6e97d25b6299b5d6fe8920b','No',NULL,NULL,'','LINE',NULL,0,'','266c4f40b768cb92efc2e52c276cb196','',NULL),(5908,'en','all-in-one-seo-pack','64d354dc5879cf570ce7b4ef676e75bd','Operating System',NULL,NULL,'','LINE',NULL,0,'','da504748fef29a7225f54d7a6a9771b2','',NULL),(5909,'en','all-in-one-seo-pack','9aa1b03934893d7134a660af4204f2a9','Server',NULL,NULL,'','LINE',NULL,0,'','e24093ecd16dd6ecad7d0ba5874efe50','',NULL),(5910,'en','all-in-one-seo-pack','a87bda51622d411945e92f75845d781f','Memory usage',NULL,NULL,'','LINE',NULL,0,'','30d22a35cddc9740983acf55598946e9','',NULL),(5911,'en','all-in-one-seo-pack','1d1291d6c9a9392658114a5a520ffc03','MYSQL Version',NULL,NULL,'','LINE',NULL,0,'','f1d227629dfb8b16cdb75eb475a972bb','',NULL),(5912,'en','all-in-one-seo-pack','e601223c87dc47c5719f7b4610c2c418','SQL Mode',NULL,NULL,'','LINE',NULL,0,'','108050c859f98bb3afd6eacf9c830f2d','',NULL),(5913,'en','all-in-one-seo-pack','ab64e3d5feb645333b320d80a84c8255','PHP Version',NULL,NULL,'','LINE',NULL,0,'','113d320777afa2f7f820dc20ce498019','',NULL),(5914,'en','all-in-one-seo-pack','7582249c34084858c2baef3ddc9a3e60','PHP Allow URL fopen',NULL,NULL,'','LINE',NULL,0,'','22670d6ba09db3ed9deb223a8e9dd652','',NULL),(5915,'en','all-in-one-seo-pack','7e972257873f8793b1fa29c86fc91e70','PHP Memory Limit',NULL,NULL,'','LINE',NULL,0,'','53229eff0919dc6b53e0ab16a12eb747','',NULL),(5916,'en','all-in-one-seo-pack','850e380552ad0208923e2d246cdfb4a3','PHP Max Upload Size',NULL,NULL,'','LINE',NULL,0,'','a5f9e6bd210c85a1333f0bba72cae9d2','',NULL),(5917,'en','all-in-one-seo-pack','6199b867c73b258b5e6fb94ba5fd0223','PHP Max Post Size',NULL,NULL,'','LINE',NULL,0,'','82cb8f57f4c257667a563f956ed8aa85','',NULL),(5918,'en','all-in-one-seo-pack','dda13b96d396cb77e7502445c87dde6d','PHP Max Script Execute Time',NULL,NULL,'','LINE',NULL,0,'','863af32128e35252a9726d31f01b0577','',NULL),(5919,'en','all-in-one-seo-pack','b57927e44c02e1958f3ea65af206cd4d','PHP Exif support',NULL,NULL,'','LINE',NULL,0,'','6e95e40f682e0c91978494b8ad0992ad','',NULL),(5920,'en','all-in-one-seo-pack','da61e8cdf9b29bbbd9e7f31d03a632bb','PHP IPTC support',NULL,NULL,'','LINE',NULL,0,'','40dd0dffdd77808a3db0cdf887797693','',NULL),(5921,'en','all-in-one-seo-pack','875313f90a46b22fb563c4cdfce0e242','PHP XML support',NULL,NULL,'','LINE',NULL,0,'','1f22c6c708092c1f8e7ca3b86f5a699a','',NULL),(5922,'en','all-in-one-seo-pack','1bacb9caa60813ee730288d7dd95e7fc','Site URL',NULL,NULL,'','LINE',NULL,0,'','08e8e10a4816c694f11f423daa84ff7c','',NULL),(5923,'en','all-in-one-seo-pack','7ce3183f94851606d3fa85d2722616fa','Home URL',NULL,NULL,'','LINE',NULL,0,'','02c8c0f92aa9c1d5d62317c9dafed2af','',NULL),(5924,'en','all-in-one-seo-pack','b33681e5c8f412a380bd985420ae2309','WordPress Version',NULL,NULL,'','LINE',NULL,0,'','7a8241aba77d8da7d07b3dd0c93f6715','',NULL),(5925,'en','all-in-one-seo-pack','f073ffd4dd336612fff38d81ad6c6539','WordPress DB Version',NULL,NULL,'','LINE',NULL,0,'','63935bbc7d5ae80624896a10e0f27f8c','',NULL),(5926,'en','all-in-one-seo-pack','994b8d3810add97afc212b61f48424aa','Multisite',NULL,NULL,'','LINE',NULL,0,'','5f4c975022adbffc4dfa11cd85cfaec7','',NULL),(5927,'en','all-in-one-seo-pack','b51f1ca9d823af2004944d69db63f3dc','Active Theme',NULL,NULL,'','LINE',NULL,0,'','96f22999d572550c17349cdd915004fa','',NULL),(5928,'en','all-in-one-seo-pack','1c30ff4da9d87eb559d726c72af85e2a','Site Title',NULL,NULL,'','LINE',NULL,0,'','77523c00975bab011b018cb942763593','',NULL),(5929,'en','all-in-one-seo-pack','84a8a70ec6e2c674b0c6e5ffc48ee172','Site Language',NULL,NULL,'','LINE',NULL,0,'','22015586b81534dc465113760bb65504','',NULL),(5930,'en','all-in-one-seo-pack','f44a66cd2dc87df4ceaafaec3130352b','Front Page Displays',NULL,NULL,'','LINE',NULL,0,'','c8fe02ea79c5b169bb087dc2db2e2649','',NULL),(5931,'en','all-in-one-seo-pack','f5752ab5c7a0fb0f40be53417ace7247','Search Engine Visibility',NULL,NULL,'','LINE',NULL,0,'','d123ab7946fefd94703d58d7c09e703e','',NULL),(5932,'en','all-in-one-seo-pack','9fc2002bbf77c535eff1ad6a024ef54a','Permalink Setting',NULL,NULL,'','LINE',NULL,0,'','3d92c36f7b3cb6b0f78359de227d1239','',NULL),(5933,'en','all-in-one-seo-pack','ace3a6cbdc6d1ef407088ba41655fcb3','Active Plugins',NULL,NULL,'','LINE',NULL,0,'','675c91936be4a61ec4abb8be0a36c27b','',NULL),(5934,'en','all-in-one-seo-pack','e21472cab8e84362a190860f8d57200e','Inactive Plugins',NULL,NULL,'','LINE',NULL,0,'','94c11670d97a65b5673ccdce3cc76939','',NULL),(5935,'en','all-in-one-seo-pack','229ec3b0b6e4ab2b21951d98a29c683a','%s Debug Info',NULL,NULL,'','LINE',NULL,0,'','bf5301905b61d15ec9b0fb3bee8d4b9d','',NULL),(5936,'en','all-in-one-seo-pack','a0a943b2e9beea93c753ef7d319cee96','E-mail debug information',NULL,NULL,'','LINE',NULL,0,'','b6934513bcf8b30d072d8822eba80e40','',NULL),(5937,'en','all-in-one-seo-pack','58a9d132902279686ffabd8654edbdce','Enter the email address provided by Semper Plugins Support to send your debug information',NULL,NULL,'','LINE',NULL,0,'','0acf3624813d22762c592a9facee9593','',NULL),(5938,'en','all-in-one-seo-pack','a4d3b161ce1309df1c4e25df28694b7b','Submit',NULL,NULL,'','LINE',NULL,0,'','6254a532c18e3b59f420ec5ba1f65bcc','',NULL),(5939,'en','all-in-one-seo-pack','e11f2dbe7b6a532191066ca8ba31b2f3','This setting allows you to raise your PHP memory limit to a reasonable value. Note: WordPress core and other WordPress plugins may also change the value of the memory limit.',NULL,NULL,'','LINE',NULL,0,'','7b1b2f2f012fb7a5934531d0bd4ca58f','',NULL),(5940,'en','all-in-one-seo-pack','51efacebe539d87292020938903cc28f','This setting allows you to raise your PHP execution time to a reasonable value.',NULL,NULL,'','LINE',NULL,0,'','c2526dc32d58981f3df2c6b78316d37e','',NULL),(5941,'en','all-in-one-seo-pack','f2c28db667c2ab186e09b316141711aa','Use output buffering to ensure that the title gets rewritten. Enable this option if you run into issues with the title tag being set by your theme or another plugin.',NULL,NULL,'','LINE',NULL,0,'','cfca122d8e52c9569b0caf197f1676a2','',NULL),(5942,'en','all-in-one-seo-pack','8747fb7ff750b1fd6f1fe364bd95d810','Checking this box will use the Home Title and Home Description set in %s, General Settings as the Open Graph title and description for your home page.',NULL,NULL,'','LINE',NULL,0,'','e338ad36c68abeff1fdbfc3cb706a49d','',NULL),(5943,'en','all-in-one-seo-pack','0bc0f1157c18012ed1769c389dbee44d','The Site Name is the name that is used to identify your website.',NULL,NULL,'','LINE',NULL,0,'','84a588c82fff7f3650797b4db9da762d','',NULL),(5944,'en','all-in-one-seo-pack','0418977cb7a7f4f872877ce5ca2101ed','The Home Title is the Open Graph title for your home page.',NULL,NULL,'','LINE',NULL,0,'','8503bd93b01709ef564cdfba6ae6576c','',NULL),(5945,'en','all-in-one-seo-pack','5ac86a0f4961ca185230771b0bde712d','The Home Description is the Open Graph description for your home page.',NULL,NULL,'','LINE',NULL,0,'','f2f709f91a598cee20345716ace2cd44','',NULL),(5946,'en','all-in-one-seo-pack','a360b4abd3e283ff6de03a1ed691ca9a','The Home Image is the Open Graph image for your home page.',NULL,NULL,'','LINE',NULL,0,'','f991962ba1836f7afff2056c2da99b8a','',NULL),(5947,'en','all-in-one-seo-pack','fd6cfa3a0182274603452f822990cc6a','This option lets you choose which image will be displayed by default for the Open Graph image. You may override this on individual posts.',NULL,NULL,'','LINE',NULL,0,'','ce9ba3222e7cd2ab59ed76acdc95540b','',NULL),(5948,'en','all-in-one-seo-pack','784a69132e23fe104900c6bb83e4e0d2','This option lets you fall back to the default image if no image could be found above.',NULL,NULL,'','LINE',NULL,0,'','d59d18604b9751eea872230365c0cd6e','',NULL),(5949,'en','all-in-one-seo-pack','94adf08bac8ab34e10d4dbd5e6b5f2cc','This option sets a default image that can be used for the Open Graph image. You can upload an image, select an image from your Media Library or paste the URL of an image here.',NULL,NULL,'','LINE',NULL,0,'','43c9d9cba074d3b4e001f0143f072dd3','',NULL),(5950,'en','all-in-one-seo-pack','228cf9f1e3cc1b620061c9465531158c','This option lets you set a default width for your images, where unspecified.',NULL,NULL,'','LINE',NULL,0,'','0fc20015a2ccd6fe36c80702e1258445','',NULL),(5951,'en','all-in-one-seo-pack','925237b6726cc36c123e31aa23e32eb4','This option lets you set a default height for your images, where unspecified.',NULL,NULL,'','LINE',NULL,0,'','9a0f712a3a9379f17bad11d4fc49efe9','',NULL),(5952,'en','all-in-one-seo-pack','b2510c8734ab41362bc4eba12257c820','Enter the name of a custom field (or multiple field names separated by commas) to use that field to specify the Open Graph image on Pages or Posts.',NULL,NULL,'','LINE',NULL,0,'','95bb07337ea0b9f70dcd551d26a71700','',NULL),(5953,'en','all-in-one-seo-pack','0af8667b4a081ab32d4c51b857ffa224','Enter your Facebook Admin ID here. You can enter multiple IDs separated by a comma. You can look up your Facebook ID using this tool http://findmyfbid.com/',NULL,NULL,'','LINE',NULL,0,'','b3a9586775d20f6728d9350d9447ce88','',NULL),(5954,'en','all-in-one-seo-pack','829cbbafcbd3b02dcb8f030a0ba5697b','Enter your Facebook App ID here. Information about how to get your Facebook App ID can be found at https://developers.facebook.com/docs/apps/register',NULL,NULL,'','LINE',NULL,0,'','6e87a06fc479e327761e889db2b160af','',NULL),(5955,'en','all-in-one-seo-pack','b6f3a06d2b1a792389c881bfe2fe52fb','Automatically generate article tags for Facebook type article when not provided.',NULL,NULL,'','LINE',NULL,0,'','ff532a7cea3025e39047ada1e9064053','',NULL),(5956,'en','all-in-one-seo-pack','c655039a7b84f93243ae43da70a911d9','Use keywords in generated article tags.',NULL,NULL,'','LINE',NULL,0,'','d52ab5c0538f8fbf6c19f020f34674fd','',NULL),(5957,'en','all-in-one-seo-pack','98c7bedbee5d044a87646fca68de45d3','Use categories in generated article tags.',NULL,NULL,'','LINE',NULL,0,'','e4e99b3f950ad89cdacbf6f0ddd407e9','',NULL),(5958,'en','all-in-one-seo-pack','ac674ad20a07219e4ab86e00ad905ff6','Use post tags in generated article tags.',NULL,NULL,'','LINE',NULL,0,'','ed4cb3275bc095efb169eaf9955e6006','',NULL),(5959,'en','all-in-one-seo-pack','52c5f7f59b91921ef0c0033ad7b04a4f','Select which Post Types you want to set Open Graph meta values for.',NULL,NULL,'','LINE',NULL,0,'','18bd12e4e201a0eb2f804cbc9f547b2a','',NULL),(5960,'en','all-in-one-seo-pack','e16e0fbf57878a28b69e0da1b97c1d7f','Link articles to the Facebook page associated with your website.',NULL,NULL,'','LINE',NULL,0,'','291b647869b25fd7fd565ad246867279','',NULL),(5961,'en','all-in-one-seo-pack','d6612e0eb9921ffb03e4c321a44fa27d','Allows your authors to be identified by their Facebook pages as content authors on the Opengraph meta for their articles.',NULL,NULL,'','LINE',NULL,0,'','d679e99f6ff1e1a8e9ea687db42b3756','',NULL),(5962,'en','all-in-one-seo-pack','9730e779c89b5502d97b68feffdc8d44','Select the default type of Twitter Card to display.',NULL,NULL,'','LINE',NULL,0,'','291dc9d9e4fbe70b6bebabefa72fca75','',NULL),(5963,'en','all-in-one-seo-pack','c16398ca978f3aef0ab15a9b7d99f747','Enter the Twitter username associated with your website here.',NULL,NULL,'','LINE',NULL,0,'','ebf67a7497e25d5e69ae9482219ea7b4','',NULL),(5964,'en','all-in-one-seo-pack','7009fb994b2a6734bb043de627565a27','Allows your authors to be identified by their Twitter usernames as content creators on the Twitter cards for their posts.',NULL,NULL,'','LINE',NULL,0,'','5bf7026933055d754fcd2e2bad6a63be','',NULL),(5965,'en','all-in-one-seo-pack','c7c5819c6b6910c76a9bf81eca5d0bb0','Enter the name of your website here.',NULL,NULL,'','LINE',NULL,0,'','1b83ebb2ac7613475e292ddf29aa12f0','',NULL),(5966,'en','all-in-one-seo-pack','518ff3ce789c1fb0b32a79ddbc256a01','Run shortcodes that appear in social title meta tags.',NULL,NULL,'','LINE',NULL,0,'','9c59e8ea6c5996c36f6ecf99658c32c2','',NULL),(5967,'en','all-in-one-seo-pack','3c6ceb098748264e6afdb7c0e0e05929','Run shortcodes that appear in social description meta tags.',NULL,NULL,'','LINE',NULL,0,'','3d632f488e21c04ee5fc24127aa26576','',NULL),(5968,'en','all-in-one-seo-pack','b6385dc4be2af15a72e1c4cb2f1267f8','This option will auto generate your Open Graph descriptions from your post content instead of your post excerpt. WooCommerce users should read the documentation regarding this setting.',NULL,NULL,'','LINE',NULL,0,'','500eb66ff9a5dc127d06d7452c618807','',NULL),(5969,'en','all-in-one-seo-pack','b83579c5dfde048714a7ee9ec0fab855','This is the Open Graph title of this Page or Post.',NULL,NULL,'','LINE',NULL,0,'','d4aa083d13b1410e6cc602c85b15d5eb','',NULL),(5970,'en','all-in-one-seo-pack','90d6e9ba6ace3b7124abd8801758a2c7','This is the Open Graph description of this Page or Post.',NULL,NULL,'','LINE',NULL,0,'','d7b35f575463fd79d428e887cc77b586','',NULL),(5971,'en','all-in-one-seo-pack','d538cf5dc179f384609056e79bae288e','This option lets you select the Open Graph image that will be used for this Page or Post, overriding the default settings.',NULL,NULL,'','LINE',NULL,0,'','f3008629979dfe50a72be71ecc52269b','',NULL),(5972,'en','all-in-one-seo-pack','96282610b0bfa8928418986045af55bf','This option lets you upload an image to use as the Open Graph image for this Page or Post.',NULL,NULL,'','LINE',NULL,0,'','e603235cf3332584966f7f22370c3bb9','',NULL),(5973,'en','all-in-one-seo-pack','f987946066f9aea5a7f522417a92310b','Enter the width for your Open Graph image in pixels (i.e. 600).',NULL,NULL,'','LINE',NULL,0,'','4e5856a1132901be76aff64167d5bfc6','',NULL),(5974,'en','all-in-one-seo-pack','9ed4c2a79229f0374074b4611bcbe9c0','Enter the height for your Open Graph image in pixels (i.e. 600).',NULL,NULL,'','LINE',NULL,0,'','c70c97583823eeacadbbd690388adf68','',NULL),(5975,'en','all-in-one-seo-pack','9ad9b3412cfe00d26c7f11e8b2557ad1','This option lets you specify a link to the Open Graph video used on this Page or Post.',NULL,NULL,'','LINE',NULL,0,'','4b7327a11c91168cbe5a257152ba74f5','',NULL),(5976,'en','all-in-one-seo-pack','11b95f46926afe8a24b9c112fd23c07d','Enter the width for your Open Graph video in pixels (i.e. 600).',NULL,NULL,'','LINE',NULL,0,'','3c084671ebe68a81474c1075af009eff','',NULL),(5977,'en','all-in-one-seo-pack','bccfb64d2fa37cfa1749b28fc8680f72','Enter the height for your Open Graph video in pixels (i.e. 600).',NULL,NULL,'','LINE',NULL,0,'','705346d5b55a93c8f4af202d4c7782a5','',NULL),(5978,'en','all-in-one-seo-pack','22ba9a419e2746f79e0875d9d72cf91d','Select the Open Graph type that best describes the content of this Page or Post.',NULL,NULL,'','LINE',NULL,0,'','fb8f8484a04408dbfda3af79d26c1ebe','',NULL),(5979,'en','all-in-one-seo-pack','89006a747e0f25d19a46a30c3da8c94d','Press this button to have Facebook re-fetch and debug this page.',NULL,NULL,'','LINE',NULL,0,'','4e3429e5d3185ec15bf8bb7ebe9fec56','',NULL),(5980,'en','all-in-one-seo-pack','4ca8d76d1d29a5cc8d4994986691328c','This Open Graph meta allows you to add a general section name that best describes this content.',NULL,NULL,'','LINE',NULL,0,'','09d79e84317a68fde3c17e2bd0f942be','',NULL),(5981,'en','all-in-one-seo-pack','b923d437553b29b1a18519c404328244','This Open Graph meta allows you to add a list of keywords that best describe this content.',NULL,NULL,'','LINE',NULL,0,'','7e2d48829d7cdb2581c28001108e46cd','',NULL),(5982,'en','all-in-one-seo-pack','16b9e01dd7453c747b835063cbf5c667','Select the Twitter Card type to use for this Page or Post, overriding the default setting.',NULL,NULL,'','LINE',NULL,0,'','20d3676d00efbfe8b24d15456a8c8c1e','',NULL),(5983,'en','all-in-one-seo-pack','6dccf12fa7d653aba538aeb6cd89fef0','This option lets you upload an image to use as the Twitter image for this Page or Post.',NULL,NULL,'','LINE',NULL,0,'','573e94c6380be73b4af01dd0c317a4d0','',NULL),(5984,'en','all-in-one-seo-pack','309fc7df0c145d5a05b2c9c396e80f7d','Choose a default value that best describes the content of your post type.',NULL,NULL,'','LINE',NULL,0,'','593795756b62645f8717d5a56edfe0ea','',NULL),(5985,'en','all-in-one-seo-pack','f48f1f5fe7f0880705b77b3cd3948daf','Scan Now',NULL,NULL,'','LINE',NULL,0,'','d776b2eae3eda7d51d7746b87d17ad80','',NULL),(5986,'en','all-in-one-seo-pack','0b908571c48a4fc69abfbdfc26f074a7','Scan your site for duplicate social meta tags.',NULL,NULL,'','LINE',NULL,0,'','809c57c7791f8d4dcb7df7cf0f840bc9','',NULL),(5987,'en','all-in-one-seo-pack','a81259cef8e959c624df1d456e5d3297','static',NULL,NULL,'','LINE',NULL,0,'','2318120dd09af4c88cf19aab94fb096f','',NULL),(5988,'en','all-in-one-seo-pack','b72f3bd391ba731a35708bfd8cd8a68f','dynamic',NULL,NULL,'','LINE',NULL,0,'','c730cfa1596b3c27fb7df683b57c2e93','',NULL),(5989,'en','all-in-one-seo-pack','0095a9fa74d1713e43e370a7d7846224','Export',NULL,NULL,'','LINE',NULL,0,'','e9bd2119cb84876d46e92051e61c7511','',NULL),(5990,'en','all-in-one-seo-pack','b60f99dd061229fb49603a1a48a04d5b','Choose a valid %1$s .ini file and click &quot;Import&quot; to import options from a previous state or install of %2$s.',NULL,NULL,'','LINE',NULL,0,'','7ca3843b726eef9c0c289cf0b046603a','',NULL),(5991,'en','all-in-one-seo-pack','41d47c66b5da18836a002f538af78659','You may choose to export settings from active modules, and content from post data.',NULL,NULL,'','LINE',NULL,0,'','fb293a0806db2f44d040ca42355ec511','',NULL),(5992,'en','all-in-one-seo-pack','3ed20cb4b9a73063e610319b85b77630','Select which Post Types you want to export your %s meta data for.',NULL,NULL,'','LINE',NULL,0,'','8afb4eeafd52186eed69faabde3f8560','',NULL),(5993,'en','all-in-one-seo-pack','33636e1f22981bec4a186ae3b7dc5051','Block requests from user agents that are known to misbehave with 503.',NULL,NULL,'','LINE',NULL,0,'','f4bb62d254b4a09688d35fa8880d0d20','',NULL),(5994,'en','all-in-one-seo-pack','9fcbb278315e794b10d9ca9720fc6a8c','Block Referral Spam using HTTP.',NULL,NULL,'','LINE',NULL,0,'','7bbc3d2b5f8dfa46fb5dc650107772ac','',NULL),(5995,'en','all-in-one-seo-pack','e2b3163f4993b2ad28f7fb3fc3b72c00','Log and show recent requests from blocked bots.',NULL,NULL,'','LINE',NULL,0,'','b103a2927fac1159b004a1d9416b471a','',NULL),(5996,'en','all-in-one-seo-pack','8e200c30f089b2a64bf79045472917be','Check this to edit the list of disallowed user agents for blocking bad bots.',NULL,NULL,'','LINE',NULL,0,'','6e25245755559449fc5884c842e6b504','',NULL),(5997,'en','all-in-one-seo-pack','5bb07a5f9fa3697e88de9e433d697cd3','This is the list of disallowed user agents used for blocking bad bots.',NULL,NULL,'','LINE',NULL,0,'','a9080f64cc43baeb6edf135ce442eb91','',NULL),(5998,'en','all-in-one-seo-pack','05030a213f1dd11c3a54db0b8b158729','This is the list of disallowed referers used for blocking bad bots.',NULL,NULL,'','LINE',NULL,0,'','7dc761454cb3e230c1327f3966321ad7','',NULL),(5999,'en','all-in-one-seo-pack','e1baf6a9108981a95603afe9786d7da9','Shows log of most recent requests from blocked bots. Note: this will not track any bots that were already blocked at the web server / .htaccess level.',NULL,NULL,'','LINE',NULL,0,'','2b2a15ef23a272f279c2077f3ee05e25','',NULL),(6000,'en','all-in-one-seo-pack','24df845e4b057313c6fe8c6e343416ac','Feature Request/Bug Report',NULL,NULL,'','LINE',NULL,0,'','511f238773f6b81ad549a51abdbd18b0','',NULL),(6001,'en','all-in-one-seo-pack','f4569fc50347e757f158413dff3a219a','SEO Settings',NULL,NULL,'','LINE',NULL,0,'','a0c4920f2d0dc7b93d5e64b8e820e072','',NULL),(6002,'en','all-in-one-seo-pack','5b6cf869265c13af8566f192b4ab3d2a','Documentation',NULL,NULL,'','LINE',NULL,0,'','da90d3aecbd650edeeed0c6869dfa83c','',NULL),(6003,'en','default','b5a7adde1af5c87d7fd797b6245c2a39','Description',NULL,NULL,'','LINE',NULL,0,'Plugin installer section title','5045c79f67750d176c2862c32e88762c','',NULL),(6004,'en','default','7cd8fb6e31cc946c078d2740c76a9899','Installation',NULL,NULL,'','LINE',NULL,0,'Plugin installer section title','00f4e81c82acd1d565f1490caaecf5d1','',NULL),(6005,'en','default','1fe917b01f9a3f87fa2d7d3b7643fac1','FAQ',NULL,NULL,'','LINE',NULL,0,'Plugin installer section title','e61c149cf2d87ca5140574c7cd71cd74','',NULL),(6006,'en','default','46fa564bb1eed5cd3992cac85e8f094b','Screenshots',NULL,NULL,'','LINE',NULL,0,'Plugin installer section title','08e4057776fd8940e5925ddb0ef8a314','',NULL),(6007,'en','default','c49182dc0c7a70b9cd2e10853d9ec6c7','Changelog',NULL,NULL,'','LINE',NULL,0,'Plugin installer section title','b9f537dff95e40580a3734fb8701a5a3','',NULL),(6008,'en','default','34e80a799d144cfe4af46815e103f017','Reviews',NULL,NULL,'','LINE',NULL,0,'Plugin installer section title','9ebc6c605e2d792e57c7908606ba5e64','',NULL),(6009,'en','default','f5c126e84e3661d269eefd24dc52a746','Other Notes',NULL,NULL,'','LINE',NULL,0,'Plugin installer section title','7ae9d0fd1ccf47c7d6de85759a16c821','',NULL),(6010,'en','default','431e27fdb6a4c378a592fb761c7e5519','Plugin Installation',NULL,NULL,'','LINE',NULL,0,'','febe85e08a8081a22dd52487dc177237','',NULL),(6011,'en','default','9d290d3434589e33be3d2cad4f8323ec','Version:',NULL,NULL,'','LINE',NULL,0,'','1d80c8b494ede84b3dbb45fc390f401a','',NULL),(6012,'en','default','91401f053501b716b4a695b048c9b827','Author:',NULL,NULL,'','LINE',NULL,0,'','db91ec62742fc72c22731e2729cb6be2','',NULL),(6013,'en','default','0e20b20611724ab067f468ae12b9987d','Requires WordPress Version:',NULL,NULL,'','LINE',NULL,0,'','1fe2fdc3f453cca3e859f43827a171e5','',NULL),(6014,'en','default','869e1b979f3a8c91cc64fa78cf98f33d','%s or higher',NULL,NULL,'','LINE',NULL,0,'','86b426d068b12d5d1fd6e0104a05646f','',NULL),(6015,'en','default','78722f203dceb583d60c148b207100cb','Compatible up to:',NULL,NULL,'','LINE',NULL,0,'','2e25a1a3bad2b51ad16ded13e64212c3','',NULL),(6016,'en','default','427580c6800b5321bab8563541aca2e6','Requires PHP Version:',NULL,NULL,'','LINE',NULL,0,'','f974074b0e617cf6187ed18dc43b3126','',NULL),(6017,'en','default','da733cb6eefd768581c3c5902cce6c5b','Plugin Homepage &#187;',NULL,NULL,'','LINE',NULL,0,'','71eb4626ea741716a88f8444fde097ec','',NULL),(6018,'en','default','96858cb143562346b7f065e32c403f30','Contributors',NULL,NULL,'','LINE',NULL,0,'','1600728c5f31d8500936cc9a7c02ea29','',NULL),(6019,'en','default','e3b875c2d29d88aba821bd5c063cf074','Active Installations:',NULL,NULL,'','LINE',NULL,0,'','89f599450640663bf6f2db2811b335d5','',NULL),(6020,'en','default','3eed036bcf83afffb78f46eec16714bb','WordPress.org Plugin Page &#187;',NULL,NULL,'','LINE',NULL,0,'','3401d6dfbc1504db02d75f8ec5162b1f','',NULL),(6021,'en','default','ff45b1e053ae945db636b5e96e8dfb13','Average Rating',NULL,NULL,'','LINE',NULL,0,'','19319e138d02046d47c798529457ce64','',NULL),(6022,'en','default','ee380ec2365f543205371b9697927fb6','(based on %s ratings)',NULL,NULL,'','LINE',NULL,0,'','7159f99232e8271d2f58f32177269b6e','',NULL),(6023,'en','default','34e80a799d144cfe4af46815e103f017','Reviews',NULL,NULL,'','LINE',NULL,0,'','c131f6e09d8a4a2031d6fa034b2f2786','',NULL),(6024,'en','default','d17ff5813f87bba1aa2162a1055a682f','Read all reviews on WordPress.org or write your own!',NULL,NULL,'','LINE',NULL,0,'','4d17383d5aef94c37d2e215ac40021f2','',NULL),(6025,'en','default','40470d4fa24a14a75b68b35b903c3bfe','Reviews with %1$d stars: %2$s. Opens in a new window.',NULL,NULL,'','LINE',NULL,0,'','081313546bd65e29d9f25718a840e8d6','',NULL),(6026,'en','default','d1d1734f7b2e9f8dbf959932493c28e5','%d stars',NULL,NULL,'','LINE',NULL,0,'','c433f25133f0e34b7526709e173ce941','',NULL),(6027,'en','default','10daf6c931903fc9b69b5fcf2b6635a8','Reviews with %1$d star: %2$s. Opens in a new window.',NULL,NULL,'','LINE',NULL,0,'','c3879efd89b0e124522e12ffdc37f787','',NULL),(6028,'en','default','18aef9f2ceda8454efa362a5477f84c9','%d star',NULL,NULL,'','LINE',NULL,0,'','aa0593b832e21060af4c621d08b8a5d8','',NULL),(6029,'en','default','2a2301d66c4629c1bdf21901226e2a26','Latest Version Installed',NULL,NULL,'','LINE',NULL,0,'','9a3a361a2a9c52b30e5a360a6e0994d7','',NULL),(6030,'en','all-in-one-seo-pack','cf306f61643847061b92318d8aab4cb1','%1$s by %2$s of %3$s',NULL,NULL,'','LINE',NULL,0,'','ffc4e481afd717040a5afeecb83878d4','',NULL),(6031,'en','template','50277513bcc7d94092ce4ee2b6591aad','Press Release',NULL,NULL,'','LINE',NULL,0,'','0833794235897a7554a663ac6bc7764e','',NULL),(6032,'en','template','e3cd5b2c64ca319aadec7c28c6c6feba','Trading',NULL,NULL,'','LINE',NULL,0,'','4bd9390986153ddca29473bed9e04a6e','',NULL),(6033,'en','template','3cc377f79bda308c750459a2caf7fc38','Blockchain',NULL,NULL,'','LINE',NULL,0,'','dde9f566d2e3aca74f813c61343de9b2','',NULL),(6034,'en','template','7a1920d61156abc05a60135aefe8bc67','Default',NULL,NULL,'','LINE',NULL,0,'','187aaa35ab608e4ed5b3f009e6d66b5c','',NULL),(6035,'en','template','4f03c71f2a9dadc421f361871402c12e','Featured Crypto News',NULL,NULL,'','LINE',NULL,0,'','82d62c1aa3f0beb5a9fd98840a2c3524','',NULL),(6036,'en','template','0d015d96f63a8c12d96b8399482b593f','Uncategorized',NULL,NULL,'','LINE',NULL,0,'','d2784c56a426f0f597694e02bb5f5992','',NULL),(6037,'en','template','4c11904ee0b793fc10046d533cae723e','Cryptocurrency',NULL,NULL,'','LINE',NULL,0,'','843f869a4089c1254224f38c68ac5104','',NULL),(6038,'en','template','4203571fae34306bbd1da52889da2b25','Cryptowallet Forum',NULL,NULL,'','LINE',NULL,0,'','3f6d7c3af46432ac33c952de1627f30e','',NULL),(6039,'en','all-in-one-seo-pack','00ec5dd9f5021cc04ed9abeb30f3f059','SEO News',NULL,NULL,'','LINE',NULL,0,'','7f1b40c49420b8611ab1de8631564f8c','',NULL),(6040,'en','all-in-one-seo-pack','6f58d42851e7a23492ef8145ee72aaa6','SEO Title',NULL,NULL,'','LINE',NULL,0,'','1eb709b89400b395344c39613c96f479','',NULL),(6041,'en','all-in-one-seo-pack','40f33930d53eaa0a079d478c5bb72523','SEO Description',NULL,NULL,'','LINE',NULL,0,'','3e93a3d09e44825a4f57c663839663fd','',NULL),(6042,'en','all-in-one-seo-pack','295e66436239b5b7ddcf687616aaf90f','SEO Keywords',NULL,NULL,'','LINE',NULL,0,'','1378486e0383a847fdd122f67deeaaca','',NULL),(6043,'en','all-in-one-seo-pack','fc91109b0e1e66fdab81cced97ac011f','Main Settings',NULL,NULL,'','LINE',NULL,0,'','b4cceca98910fea2da75d04727f0989c','',NULL),(6044,'en','all-in-one-seo-pack','9ae4a85456d55ab9c1f1f9af045d7147','Default ',NULL,NULL,'','LINE',NULL,0,'','dabe25f1c7392ad13e9eb37ddab4e645','',NULL),(6045,'en','template','ccf4e8d90a3f2501c6c2ece85aa6d591','Uncategorized @sg',NULL,NULL,'','LINE',NULL,0,'','850c19efd2f6932706fa30502fac46a9','',NULL),(6046,'en','all-in-one-seo-pack','9850bfc26db446c86f0bea74df29bb61','Search results for \"%s\"',NULL,NULL,'','LINE',NULL,0,'','1742a9370a348979a26303923a98c8ff','',NULL),(6047,'en','template','e5ff52745165c0562238227c731d1540','Sin categorizar',NULL,NULL,'','LINE',NULL,0,'','8ffad2d7480e44f5787fde699b3c74f3','',NULL),(6048,'en','template','acaf96bf69fc44d3e3bf9049542a5b1e','Без категории',NULL,NULL,'','LINE',NULL,0,'','c54b4d014eb41af96e3eaf64573c4bb4','',NULL),(6049,'en','template','eb03f30d194252a011c23d70752fb893','カテゴリーなし',NULL,NULL,'','LINE',NULL,0,'','36688ad7b0ded7d58265a01d510ddc77','',NULL),(6050,'en','default','10a5854b943a61c865dc5771332535b7','M jS Y',NULL,NULL,'','LINE',NULL,0,'','1178d8bb16a3c2aadb7f8aa281bbf586','',NULL),(6051,'en','default','b0ca6078939acc19b65f7d3a980a50ff','Categories have hierarchy, meaning that you can nest sub-categories. Tags do not have hierarchy and cannot be nested. Sometimes people start out using one on their posts, then later realize that the other would work better for their content.',NULL,NULL,'','LINE',NULL,0,'','e90a19994fd4faf5fab54f4358835df1','',NULL),(6052,'en','default','2f1a8ec3a8b277b002ea5dd3a9c166ec','The Categories and Tags Converter link on this screen will take you to the Import screen, where that Converter is one of the plugins you can install. Once that plugin is installed, the Activate Plugin &amp; Run Importer link will take you to a screen where you can choose to convert tags into categories or vice versa.',NULL,NULL,'','LINE',NULL,0,'','73e9ba17e991f5898b5f2b0737c9ad4c','',NULL),(6053,'en','default','fdb08da1ca19dfdbc05685ed83b1059d','<a href=\"https://codex.wordpress.org/Tools_Screen\">Documentation on Tools</a>',NULL,NULL,'','LINE',NULL,0,'','f1411a4fea7d9379e0329d8e5ceee3ea','',NULL),(6054,'en','default','e8953b095643b4bf6a1cd0bae7a85508','If you want to convert your categories to tags (or vice versa), use the <a href=\"%s\">Categories and Tags Converter</a> available from the Import screen.',NULL,NULL,'','LINE',NULL,0,'','194c0e92da833182de4233fc3786e2b7','',NULL),(6055,'en','wp-super-cache','fb60e57482ebdfbf5a0f63247d46b0c7','Delete cache of the current page',NULL,NULL,'','LINE',NULL,0,'','d4438f613265f72478ce8fe6085413c9','',NULL),(6056,'en','default','4dc59b3dad493b05c625c346465cee83','SendGrid',NULL,NULL,'','LINE',NULL,0,'','e0d566e262d30a0eb939fa98fc7ce786','',NULL),(6057,'en','default','2ea7b6780168a8080b25480a79d64276','Check out the new SendGrid Subscription Widget! See the SendGrid Plugin settings page in order to configure it.',NULL,NULL,'','LINE',NULL,0,'','2550da65eade0d07d551003595b69986','',NULL),(6058,'en','default','dd8ec5df81d0c23c8311e44d2de3582d','SendGrid Credentials',NULL,NULL,'','LINE',NULL,0,'','9661e17085dbf43bbe15f506e3b7e1ba','',NULL),(6059,'en','default','96288e971b283a42072363475bc7ec36','API Key: ',NULL,NULL,'','LINE',NULL,0,'','9105961e7873e6c5248a78b38cb8101e','',NULL),(6060,'en','default','3b378c31a425a09d4e353f563c54450e','Send Mail with: ',NULL,NULL,'','LINE',NULL,0,'','d695896c1e04bf42be00b10430300bf3','',NULL),(6061,'en','default','db974238714ca8de634a7ce1d083a14f','API',NULL,NULL,'','LINE',NULL,0,'','818e46a20799c81661aa5dd183478ce4','',NULL),(6062,'en','default','720fcad4e3ae46cc24009c50d1ba0c4b','Swift is required in order to be able to send via SMTP.',NULL,NULL,'','LINE',NULL,0,'','047b36374fd16ed4a71dc36f3795820a','',NULL),(6063,'en','default','10a4a4cc5d9513a4ad7e35d03e9a1c15','Port: ',NULL,NULL,'','LINE',NULL,0,'','d4c5e460d9df279a3460b13996990d2b','',NULL),(6064,'en','default','766ebcd59621e305170616ba3d3dac32','587',NULL,NULL,'','LINE',NULL,0,'','8218c523f073e7bf18f677c3ed154acf','',NULL),(6065,'en','default','8e296a067a37563370ded05f5a3bf3ec','25',NULL,NULL,'','LINE',NULL,0,'','e3aca4cfec19bc0e45f1266ba7248a33','',NULL),(6066,'en','default','9407c826d8e3c07ad37cb2d13d1cb641','2525',NULL,NULL,'','LINE',NULL,0,'','e65ecd79addf414fc5d7a9c62aede509','',NULL),(6067,'en','default','68ce199ec2c5517597ce0a4d89620f55','465',NULL,NULL,'','LINE',NULL,0,'','2a8dbed16628d3b60fdc028719b00ef6','',NULL),(6068,'en','default','b0fbe41c89f43ae34d193166fde54c25','Mail settings',NULL,NULL,'','LINE',NULL,0,'','1c258de474f640a10bf866cf0de14c4f','',NULL),(6069,'en','default','ade219425cdcce278c9c6f52dcb942d6','Name: ',NULL,NULL,'','LINE',NULL,0,'','098e0e2dd274f0d013d4b63d0ddf82d6','',NULL),(6070,'en','default','8dc3ede594c198584be6139814ecae54','Name as it will appear in recipient clients.',NULL,NULL,'','LINE',NULL,0,'','6f7660dbd8f9a58023722380860d67c9','',NULL),(6071,'en','default','7c1e16d26091d700c2325cdc2b048d97','Sending Address: ',NULL,NULL,'','LINE',NULL,0,'','7c08125879b5c8bd4e3edae4f212332e','',NULL),(6072,'en','default','2e97f19c57498a29836e1596bf6c23c6','Email address from which the message will be sent.',NULL,NULL,'','LINE',NULL,0,'','67ebb879581c6f232fe685710092fed2','',NULL),(6073,'en','default','f5b9dfcbb6960f7b03a61d23381895c8','Reply Address: ',NULL,NULL,'','LINE',NULL,0,'','00a2a5cb63b43d7ca329c2fda58491d5','',NULL),(6074,'en','default','c6fab054b3dee099945aaecba4055352','Leave blank to use Sending Address.',NULL,NULL,'','LINE',NULL,0,'','1edf8f89e490a5b70aafe00e2db1f043','',NULL),(6075,'en','default','e7760fde42f9addc94732f9f43bb0886','Email address where replies will be returned.',NULL,NULL,'','LINE',NULL,0,'','ee4253dd87e57f8745e4fe6329ca9717','',NULL),(6076,'en','default','6a6b7aef565bd31060ec8ffdde2d6c99','Categories: ',NULL,NULL,'','LINE',NULL,0,'','75cb5e65b6c2f3bd3583825f5feaec83','',NULL),(6077,'en','default','c5ecf4d8afeb34f18f91af2d7dcb6c21','Leave blank to send without categories.',NULL,NULL,'','LINE',NULL,0,'','3c5b188708583601113ac55a5a0ba3e7','',NULL),(6078,'en','default','58b62acf3fb07543764b86860329545d','Associates the category of the email this should be logged as. <br />\n            Categories must be separated by commas (Example: category1,category2).',NULL,NULL,'','LINE',NULL,0,'','cb4f0b09caa7a43acb26b7e3da6833ee','',NULL),(6079,'en','default','f901220202345635c7c79019e180f9cc','Template: ',NULL,NULL,'','LINE',NULL,0,'','43300925f52cd4edd5fe3d50bce3fcdb','',NULL),(6080,'en','default','fa73f2e02e69181257da69eeaf20bcce','Leave blank to send without template.',NULL,NULL,'','LINE',NULL,0,'','9b05df645d6bea437ed4625e32d9a30c','',NULL),(6081,'en','default','46070bd5dc9003a384d4a8b5fe9ce91b','The template ID used to send emails. <br />\n            Example: 0b1240a5-188d-4ea7-93c1-19a7a89466b2.',NULL,NULL,'','LINE',NULL,0,'','1769930a65bb5fa2a3b8cfe3acba7ebe','',NULL),(6082,'en','default','1972c9af94b098378b070ac7b13c3c6c','Content-type: ',NULL,NULL,'','LINE',NULL,0,'','88713c552fdba0d026033db65d249aa3','',NULL),(6083,'en','default','46849f4a4904cf0d65bfbfb6525045f9','text/plain',NULL,NULL,'','LINE',NULL,0,'','e597821954b6b8da2d390cbedac61a3b','',NULL),(6084,'en','default','6ffaad09c30216c38c8888e6d6757d2f','text/html',NULL,NULL,'','LINE',NULL,0,'','7ad3fe658a2ac7f68719bea55c1a93ea','',NULL),(6085,'en','default','158a5021c530fd0ec2df3a2be483ac6f','Unsubscribe Group: ',NULL,NULL,'','LINE',NULL,0,'','992bf90608180d7e17f00c75bbb31529','',NULL),(6086,'en','default','2978fd92c34fc9f8e11b7c65f61d8d2b','Global Unsubscribe',NULL,NULL,'','LINE',NULL,0,'','fe8c0ef02ebab9d1b2e55cb6a686654e','',NULL),(6087,'en','default','befd3869dd1e9474081acc4530ee2c27','User will have the option to unsubscribe from the selected group. <br /> The API Key needs to have \'Unsubscribe Groups\' permissions to be able to select a group.',NULL,NULL,'','LINE',NULL,0,'','28100d0b6d533dd894d76641e474628e','',NULL),(6088,'en','default','120c62dbbe48eb708f14b4b8f99fca1d','Statistics settings',NULL,NULL,'','LINE',NULL,0,'','69676374dd18d0272e5e040965fc366e','',NULL),(6089,'en','default','d4e0863c92fa949fd0b53fa9ff58f621','Leave blank for not showing category stats.',NULL,NULL,'','LINE',NULL,0,'','4d3ead030665fdd0fc5d7d6f33ce50d2','',NULL),(6090,'en','default','3f33c3d25c0029182fbe3a69479ef760','Add some categories for which you would like to see your stats. <br />\n          Categories must be separated by commas (Example: category1,category2).',NULL,NULL,'','LINE',NULL,0,'','eac9f33e7823efceb41e94580baff246','',NULL),(6091,'en','default','c4757675dc0e9fea7df68b9a5016314a','Disabled fields in this form means that they are already configured in the config file.',NULL,NULL,'','LINE',NULL,0,'','52d4d2c1eaa43634ba5c5bd6b5a5dc05','',NULL),(6092,'en','default','61cbc2d26b4157292673c772ddd6c0f7','Update Settings',NULL,NULL,'','LINE',NULL,0,'','18212e9f62759b77ce95c66f63be8145','',NULL),(6093,'en','default','fc953e3104fec508fecd2f18505350ee','Edit User %s',NULL,NULL,'','LINE',NULL,0,'','8bc5df8aa04994657ab572af9ade019b','',NULL),(6094,'en','default','bc49a7bd37360447641feb4fc7e23c3b','Your profile contains information about you (your &#8220;account&#8221;) as well as some personal options related to using WordPress.',NULL,NULL,'','LINE',NULL,0,'','c37c18aa47a453841fda46b1d4f948ae','',NULL),(6095,'en','default','aa6b50ebfd26013f727b5bddd1a0020a','You can change your password, turn on keyboard shortcuts, change the color scheme of your WordPress administration screens, and turn off the WYSIWYG (Visual) editor, among other things. You can hide the Toolbar (formerly called the Admin Bar) from the front end of your site, however it cannot be disabled on the admin screens.',NULL,NULL,'','LINE',NULL,0,'','b9b4d0532a778cafb41ef6adf422c685','',NULL),(6096,'en','default','ecf5914ee8ec7cfa4e0744d83a3cfb09','You can select the language you wish to use while using the WordPress administration screen without affecting the language site visitors see.',NULL,NULL,'','LINE',NULL,0,'','fd5735268d8e29b5fb70169e194cfcba','',NULL),(6097,'en','default','9e6f0dc86ef7bdc19ee56da99e6fe5f3','Your username cannot be changed, but you can use other fields to enter your real name or a nickname, and change which name to display on your posts.',NULL,NULL,'','LINE',NULL,0,'','fbd85f490c3b85a3bf5e88b8c8c6c58c','',NULL),(6098,'en','default','b9ee24b2ed698a7774a132f859a7440b','You can log out of other devices, such as your phone or a public computer, by clicking the Log Out Everywhere Else button.',NULL,NULL,'','LINE',NULL,0,'','1b241a88804ad03a64423db084510037','',NULL),(6099,'en','default','0691d23eff65b6b03d4b3d9db7c216e3','Required fields are indicated; the rest are optional. Profile information will only be displayed if your theme is set up to do so.',NULL,NULL,'','LINE',NULL,0,'','61ba8be97a75bdc87be4fddf67cf74c6','',NULL),(6100,'en','default','186c34ef9e23e93a45b8eff1d599313c','Remember to click the Update Profile button when you are finished.',NULL,NULL,'','LINE',NULL,0,'','9ed732ddf8988b8c1d7f9e44f5cb4331','',NULL),(6101,'en','default','b1d685959a257799c87a3769e122560c','<a href=\"https://codex.wordpress.org/Users_Your_Profile_Screen\">Documentation on User Profiles</a>',NULL,NULL,'','LINE',NULL,0,'','404125870f9378924ca4d0041462bfc6','',NULL),(6102,'en','default','621cd424c8e3025e1ba1e91955ad0b74','View User',NULL,NULL,'','LINE',NULL,0,'','4189ea37ea30d9147c8470581c7f3781','',NULL),(6103,'en','default','009b11c0a02f3d06368ca3c69105d8d5','Personal Options',NULL,NULL,'','LINE',NULL,0,'','d429cffdd0a91303fe05dd1ab90bf1b3','',NULL),(6104,'en','default','01a23ad87d518ac297063053699bbc69','Visual Editor',NULL,NULL,'','LINE',NULL,0,'','b4c74f1ec85742f2488e5676a9c1155a','',NULL),(6105,'en','default','bd2e226fe58ac326e8e8215b32b57da7','Disable the visual editor when writing',NULL,NULL,'','LINE',NULL,0,'','7dd2ff22a3967fae4ff93a25b41c2e58','',NULL),(6106,'en','default','bcfc1b43f370fe62d3bd59bf6e970e58','Syntax Highlighting',NULL,NULL,'','LINE',NULL,0,'','d92972f9a054ab8011dd228b81cb7830','',NULL),(6107,'en','default','349a29075c44e081246c8b48a69eaaab','Disable syntax highlighting when editing code',NULL,NULL,'','LINE',NULL,0,'','e9ee90fe711a8be239614453cd73a97c','',NULL),(6108,'en','default','144309aea39dbdf9920ffd0a2046caf1','Admin Color Scheme',NULL,NULL,'','LINE',NULL,0,'','6a53175e1a68a073810750008f1c7134','',NULL),(6109,'en','default','ef55b6d0087dceaac2e97c082c35a99c','Enable keyboard shortcuts for comment moderation.',NULL,NULL,'','LINE',NULL,0,'','6b62ff2c5d926f14e39b0c6f2db1633a','',NULL),(6110,'en','default','81bfb4111edfd9e5f094dd051789fef4','<a href=\"https://codex.wordpress.org/Keyboard_Shortcuts\" target=\"_blank\">More information</a>',NULL,NULL,'','LINE',NULL,0,'','581f3e451164ed0b931ce895b0f977fa','',NULL),(6111,'en','default','1c7a1d532504300855e5f9f3e9b90ba9','Show Toolbar when viewing site',NULL,NULL,'','LINE',NULL,0,'','acc74e65dd1fa563c42e01e020ead8bc','',NULL),(6112,'en','sitepress','cb75ba47cd883466d6694d61bf7b923e','WPML language settings',NULL,NULL,'','LINE',NULL,0,'','dc6548524c01c793f68dc4a3148fa7ab','',NULL),(6113,'en','sitepress','faf1b1ff673cfc31685ad26f101cefac','Select your language:',NULL,NULL,'','LINE',NULL,0,'','0e86aa94acd0c0f6886eb14ac00843db','',NULL),(6114,'en','sitepress','834633ad84b65023228d902011f753b1','Default admin language (currently %s)',NULL,NULL,'','LINE',NULL,0,'','b2ca58ec8246dcb9651a8f6aae935791','',NULL),(6115,'en','sitepress','ce63c9933d6b580d3ca1adef5eecf0ce','this will be your admin language and will also be used for translating comments.',NULL,NULL,'','LINE',NULL,0,'','f958e6a2f6574932be9d3efe20a9b6f1','',NULL),(6116,'en','sitepress','ab97fe6df4d2b63b35ac6b523a62802a','Editing language:',NULL,NULL,'','LINE',NULL,0,'','3e537d41ba08bfb61e034c918adc5c26','',NULL),(6117,'en','sitepress','883e9d76dd1e2dc91fab313117d11c7a','Set admin language as editing language.',NULL,NULL,'','LINE',NULL,0,'','fe5485baba8f44bbda16caae0c2473b5','',NULL),(6118,'en','sitepress','73c6a76b98ea5e28cf788ac71366e2f7','Hidden languages:',NULL,NULL,'','LINE',NULL,0,'','0ebd5c1b481120ec3a51ecabaea033aa','',NULL),(6119,'en','sitepress','89864a7780fc6c84f35c6f76fe8147d8','All languages are currently displayed. Choose what to do when site languages are hidden.',NULL,NULL,'','LINE',NULL,0,'','327d6d1233738bfc17b910c45be7d1ed','',NULL),(6120,'en','sitepress','d78c38b33a32c556d0c7e5ecc0942cdb','Display hidden languages',NULL,NULL,'','LINE',NULL,0,'','e68a0b4011ec9f68315096fc1c147ed5','',NULL),(6121,'en','wpml-translation-management','c796e99f2432317522866e28c039c21f','WPML Translator Settings',NULL,NULL,'','LINE',NULL,0,'','7ef4b879fc5c8d13696a0a9b1d6007e6','',NULL),(6122,'en','wpml-translation-management','3a36beb95590bd7e271a61aaeefd1c5f','Notification emails:',NULL,NULL,'','LINE',NULL,0,'','9d52d1c265729fc1aded3162e5ae41b7','',NULL),(6123,'en','wpml-translation-management','d26931490ba11c65a84beba406710b79','Send me a notification email when there is something new to translate',NULL,NULL,'','LINE',NULL,0,'','dcfb15abb7f3a41702677a2a0f14d287','',NULL),(6124,'en','default','8261db508cde60868a8191a6ed1fc3da','Usernames cannot be changed.',NULL,NULL,'','LINE',NULL,0,'','40c2d46b7fd1f205563febc971b05f53','',NULL),(6125,'en','default','230c725807120b2a8ffda07657b7d15c','&mdash; No role for this site &mdash;',NULL,NULL,'','LINE',NULL,0,'','8fa9145ca79bd37378a79e8907267fe3','',NULL),(6126,'en','default','1771b8284280660537e3e533f88af3b2','Nickname',NULL,NULL,'','LINE',NULL,0,'','5e84fcbaf888e6382cb108d7e3d3aa74','',NULL),(6127,'en','default','dead5a30d04552711ba8afbdd7ff3e9f','Display name publicly as',NULL,NULL,'','LINE',NULL,0,'','039b7f99180c51fb99d3e6cc05c5ed64','',NULL),(6128,'en','default','dbeeb228eb563f7a3a2ca81b253dc50f','Contact Info',NULL,NULL,'','LINE',NULL,0,'','7ec66f84af19cd7e0203df170e08ebde','',NULL),(6129,'en','default','8189aa9ed399db1a1afba21e1b8d9598','About the user',NULL,NULL,'','LINE',NULL,0,'','1eb76d05237618ba93d1cc16a3960285','',NULL),(6130,'en','default','28e1d43c4b47418853df3f550b949bd2','Biographical Info',NULL,NULL,'','LINE',NULL,0,'','245dfc3c61f6e4d1c8aced108641dfc1','',NULL),(6131,'en','default','ee51709dbf7328e7a6df19c24520418e','Share a little biographical information to fill out your profile. This may be shown publicly.',NULL,NULL,'','LINE',NULL,0,'','48d09e5b02026538543cd444f9aa02a6','',NULL),(6132,'en','default','e787e61bb648c74b2852f03f75c224dd','Profile Picture',NULL,NULL,'','LINE',NULL,0,'','18a6e5d757946eba24073ed778727956','',NULL),(6133,'en','default','09f0c5159c5e34504e453eff3fc70324','Account Management',NULL,NULL,'','LINE',NULL,0,'','216a8e420389bb799b73ad60b8925a10','',NULL),(6134,'en','default','ae3bb2a1ac61750150b606298091d38a','New Password',NULL,NULL,'','LINE',NULL,0,'','a729d5d868b28e3d7d0abc53ad0b0680','',NULL),(6135,'en','default','57a1065e8326c828afaf21b186fba9a1','Generate Password',NULL,NULL,'','LINE',NULL,0,'','67931e0bb5773619848af8d294591dd1','',NULL),(6136,'en','default','96a41e07fce44a6419d68d9821846588','Repeat New Password',NULL,NULL,'','LINE',NULL,0,'','b2fa0b86b1505497f3e8d553ce0d9bf8','',NULL),(6137,'en','default','7442b67f31599405e729f5fa007678a4','Type your new password again.',NULL,NULL,'','LINE',NULL,0,'','06cc2b550d3581de731980e4df89fce8','',NULL),(6138,'en','default','c96e2b365c988f12aa480737cab9685e','Confirm use of potentially weak password',NULL,NULL,'','LINE',NULL,0,'','f94bc571da6ecd35f8ab04187994664b','',NULL),(6139,'en','default','e274c4684d61c23f3c28f17d72b4118f','Additional Capabilities',NULL,NULL,'','LINE',NULL,0,'','0aa3c7eb43a1afecb81d58f2143c7029','',NULL),(6140,'en','default','82ec2cd6fda87713f588da75c3b1d0ed','Capabilities',NULL,NULL,'','LINE',NULL,0,'','d18b8f49d888b1f57acdaf6891af0987','',NULL),(6141,'en','default','6b1603ac9dd7ae4de8399b2fa0801696','Update User',NULL,NULL,'','LINE',NULL,0,'','bee92e73d15909f939028f6a332d15fc','',NULL),(6142,'en','default','5ce536c11257afbcd860a39de740b3ac','Hi ###USERNAME###,\n\nThis notice confirms that your password was changed on ###SITENAME###.\n\nIf you did not change your password, please contact the Site Administrator at\n###ADMIN_EMAIL###\n\nThis email has been sent to ###EMAIL###\n\nRegards,\nAll at ###SITENAME###\n###SITEURL###',NULL,NULL,'','LINE',NULL,0,'','65ecabcb12771115b6ff0c308f9ce471','',NULL),(6143,'en','default','4f96445eea3b979fd58c894909e79b8e','[%s] Notice of Password Change',NULL,NULL,'','LINE',NULL,0,'','4a42a0bd32237b0e73ab667efbfe36c8','',NULL),(6144,'en','default','aae0119acf904da3679588fcacc02521','User updated.',NULL,NULL,'','LINE',NULL,0,'','5be08f9e8de7ae98c674fb2e1ace1263','',NULL),(6145,'en','default','24e6cb545c9daae44a3b60d6c84f89ab','&larr; Back to Users',NULL,NULL,'','LINE',NULL,0,'','dc1d5e6aa37aeaf45ef1b88de8cdf932','',NULL),(6146,'en','default','264c2209e62d9a01549ce2e63052daaa','This screen allows you to edit four fields for metadata in a file within the media library.',NULL,NULL,'','LINE',NULL,0,'','708817ef1a593659495d33edd5a44912','',NULL),(6147,'en','default','ec3b4d4004379cce2d3894a89eb2c19a','For images only, you can click on Edit Image under the thumbnail to expand out an inline image editor with icons for cropping, rotating, or flipping the image as well as for undoing and redoing. The boxes on the right give you more options for scaling the image, for cropping it, and for cropping the thumbnail in a different way than you crop the original image. You can click on Help in those boxes to get more information.',NULL,NULL,'','LINE',NULL,0,'','efdea5ed6ea251bbe2cbd4857740629b','',NULL),(6148,'en','default','fa7382ff700d3724fcb12033da8e6824','Note that you crop the image by clicking on it (the Crop icon is already selected) and dragging the cropping frame to select the desired part. Then click Save to retain the cropping.',NULL,NULL,'','LINE',NULL,0,'','9ad46fafa73b0c374061a5555c826d1b','',NULL),(6149,'en','default','9efe699037173137bcaa420eed7b0de6','Remember to click Update Media to save metadata entered or changed.',NULL,NULL,'','LINE',NULL,0,'','b743ef5744d2ce9e9c5cdf6a6aca2b63','',NULL),(6150,'en','default','1a5a8dd8f6d9097f2140c91f4ebd3357','<a href=\"https://codex.wordpress.org/Media_Add_New_Screen#Edit_Media\">Documentation on Edit Media</a>',NULL,NULL,'','LINE',NULL,0,'','1c0d30669a274c48e4d78f99a3f83e73','',NULL),(6151,'en','default','d2c757acd1711a27bc4f24cfcb69efdc','Uploaded on: %s',NULL,NULL,'','LINE',NULL,0,'','525c594edfab7107838fc53ac4363ae8','',NULL),(6152,'en','default','68a13f81ff92364a0a3e8c19a7d2f2d7','File URL:',NULL,NULL,'','LINE',NULL,0,'','b3fd25872ce6188f464ea0350d60b64d','',NULL),(6153,'en','default','bb514b708f89c72fa10b151a4e2a0028','%1$s rating based on %2$s rating',NULL,NULL,'','LINE',NULL,0,'','90c5964cef483cc63c33acb0ef0e5954','',NULL),(6154,'en','svg-support','39419468ee63524e6b40598fa65086ae','SVG Support',NULL,NULL,'','LINE',NULL,0,'','7697fb44ef99313bfbcd8474cff91333','',NULL),(6155,'en','svg-support','a39664e2709585a8ed0790e354253a12','http://wordpress.org/plugins/svg-support/',NULL,NULL,'','LINE',NULL,0,'','b499d06248abfb7015c75ab92d35623c','',NULL),(6156,'en','svg-support','b31ccfd73c8ba801d4271a35219d8263','Upload SVG files to the Media Library and render SVG files inline for direct styling/animation of an SVG\'s internal elements using CSS/JS.',NULL,NULL,'','LINE',NULL,0,'','092065f08edd94c91fcbe66a3f3b1ff3','',NULL),(6157,'en','svg-support','cfd5952c73c2f6c31716e17032910330','Benbodhi',NULL,NULL,'','LINE',NULL,0,'','9a48d93bff61c31f54bdd453328e286f','',NULL),(6158,'en','svg-support','0a738cdfbd2a2e2ced9c843ac23fa957','https://benbodhi.com',NULL,NULL,'','LINE',NULL,0,'','b2d58d5599f54d10a4e2b8792c1c4f10','',NULL),(6159,'en','svg-support','0493c1c16abb33ca30105dffda130d58','2.3.18',NULL,NULL,'','LINE',NULL,0,'','c8d906b80e58baf59090db0e6c4ae365','',NULL),(6160,'en','svg-support','c8a2aa57e54fc1294d9a0a71fa7a851c','SVG Support Settings and Usage',NULL,NULL,'','LINE',NULL,0,'','9f65c3ec0c2912c95cb547acb7d63790','',NULL),(6161,'en','svg-support','706ed08857802cc04d37ab42bcfff01e','SVG Support Settings',NULL,NULL,'','LINE',NULL,0,'','ae7cbbbb5ef64e7256563becdb4e99ef','',NULL),(6162,'en','svg-support','f4f70727dc34561dfde1a3c529b6205c','Settings',NULL,NULL,'','LINE',NULL,0,'','f0f7b1e773b20d8a1b325c6e5f274c19','',NULL),(6163,'en','svg-support','89a3ec93d0e8ea07f3324793a4383c08','Get Support',NULL,NULL,'','LINE',NULL,0,'','e6b5c29e7f6d6ff59830c986bd1dc4ea','',NULL),(6164,'en','svg-support','f093ce272df91e834100304660fc1cab','Leave a Review',NULL,NULL,'','LINE',NULL,0,'','4e095385918cf4bd9ff48b772c6efbe3','',NULL),(6165,'en','svg-support','50c4d55b2ee009157c2f649d17d7cf43','Donate to author',NULL,NULL,'','LINE',NULL,0,'','5504186fa03c677392d7340131f1b424','',NULL),(6166,'en','ajax-search-lite','Did you mean text','Did you mean:',NULL,NULL,'','LINE',NULL,0,'','8d375451ce8430e1125b0fc1c64c3385','optional',NULL),(6168,'en','default','b8718cbc20b9a1b4f538ae8edb769658','No activity yet!',NULL,NULL,'','LINE',NULL,0,'','407b5febd7570404b201db77a760ca4e','',NULL),(6169,'en','default','d246ab2ae8ff0b5e25559ff9a61a03e3','Publish on: <b>%1$s</b>',NULL,NULL,'','LINE',NULL,0,'','100eba53311afccdf05f7bbbec926e3f','',NULL);
INSERT INTO `wp_icl_strings` VALUES (6170,'en','default','d86e8f16f912b5d7e6ff5cf8f4bd15ca','%s is already editing this post. Do you want to take over?',NULL,NULL,'','LINE',NULL,0,'','f7151c2415a10f64fc33501820a7135d','',NULL),(6171,'en','default','e75e88112f4070fdef74a077c9b1432a','%s has taken over and is currently editing.',NULL,NULL,'','LINE',NULL,0,'','d972c87ebd2e003da062464172f9d0e3','',NULL),(6172,'en','default','2ab1bfd6f8141c4757e8895100a3d985','Error: Configuration file %s is missing. Please reload the page.',NULL,NULL,'','LINE',NULL,0,'','b54a415a63c4592e3ebe0aa53926cd5a','',NULL),(6173,'en','default','a64b08f852d84587f572eedfb6f585a6','%s is currently editing',NULL,NULL,'','LINE',NULL,0,'','769c5b0fe0ec7a86476560c42b51ac20','',NULL),(6174,'en','default','61cbcfbe46e903a569032fb09c4e3210','%s post moved to the Trash.',NULL,NULL,'','LINE',NULL,0,'','692a627fca8d7d20ebbfbb88c9ca68d9','',NULL),(6175,'en','default','84e7d880c3090b66c8c4a1178bf7a066','%s page moved to the Trash.',NULL,NULL,'','LINE',NULL,0,'','f85744be3cdeeef460edb66b035e6704','',NULL),(6176,'en','default','2bd339d85ee3b33e513359ce781b60cc','Restore',NULL,NULL,'','LINE',NULL,0,'','9aa52d3382e30f37f907b2fa2ca14484','',NULL),(6177,'en','default','c79a714b8887dccf7cb3f323584e89a7','Empty Trash',NULL,NULL,'','LINE',NULL,0,'','0b965264a56583a68c6e6018e4765c65','',NULL),(6178,'en','default','a320853c40d45bc9d8a67bb08c9710a5','Restore &#8220;%s&#8221; from the Trash',NULL,NULL,'','LINE',NULL,0,'','733939739dbf09d9c1390572b088d8ab','',NULL),(6179,'en','default','4d0db88955957abada719b34a75e3fe2','Delete &#8220;%s&#8221; permanently',NULL,NULL,'','LINE',NULL,0,'','4b13c96c7f7df8d0a5384467e28bbd63','',NULL),(6180,'en','default','d0bda67d486c0039d443da98c4adb1ad','%s post restored from the Trash.',NULL,NULL,'','LINE',NULL,0,'','443e17dfd825a1ccd12d1b74386e9864','',NULL),(6181,'en','default','82914e05497fb8d726cfaaed37bce8cf','%s page restored from the Trash.',NULL,NULL,'','LINE',NULL,0,'','d700f7501e2443d1003ca76b83efd21b','',NULL),(6182,'en','continents-cities','4318f9444c3d289cc1a0265398a8f9f8','Nuuk',NULL,NULL,'','LINE',NULL,0,'','ef24ce4f63a6a3764f2e04cf50416ed1','',NULL),(6183,'en','wpml-translation-management','773c80d6eb7d09c28d7c8223cb305c55','View original',NULL,NULL,'','LINE',NULL,0,'','abbd46c0bece68d8765c67e7f8a548de','',NULL),(6184,'en','wpml-translation-management','34fc8a7bf304f65b05b041f1c601d446',' - (needs update)',NULL,NULL,'','LINE',NULL,0,'','5a93372cf143c298cca4f72113fc85a1','',NULL),(6185,'en','wpml-translation-management','170ea72a1685fe482381856da77ed807','Export all jobs:',NULL,NULL,'','LINE',NULL,0,'','58b3a7d45ef4c0941b169211287b2479','',NULL),(6186,'en','wpml-translation-management','986edee6581ac8d2a6708d7fefcc6624','Import / Export XLIFF',NULL,NULL,'','LINE',NULL,0,'','8ac6df1b02d5b39ad3413338818191f0','',NULL),(6187,'en','wpml-translation-management','0095a9fa74d1713e43e370a7d7846224','Export',NULL,NULL,'','LINE',NULL,0,'','d29326cd29ea551af4289fcd5de34948','',NULL),(6188,'en','wpml-translation-management','48cdc6c277c504d5a8f8f1f908ef7fb5','Select the xliff file or zip file to upload from your computer:&nbsp;',NULL,NULL,'','LINE',NULL,0,'','7a2707aaa11241de239f47a87f39a925','',NULL),(6189,'en','wpml-translation-management','91412465ea9169dfd901dd5e7c96dd99','Upload',NULL,NULL,'','LINE',NULL,0,'','36204087d073006b97e3c0e4bb4b3e60','',NULL),(6190,'en','wpml-translation-management','71e7d41989a75d946029ed08cb12483f','Notification emails to translators',NULL,NULL,'','LINE',NULL,0,'','47084046b97c1300ea949093eb842883','',NULL),(6191,'en','wpml-translation-management','2b3d7036196f152bf112e489a924c20e','Notify translators when new jobs are waiting for them',NULL,NULL,'','LINE',NULL,0,'','5683d85ea6d475200f99fb527c316973','',NULL),(6192,'en','wpml-translation-management','4a8168bf49fc1eadfff34291f44da050','Include XLIFF files in the notification emails',NULL,NULL,'','LINE',NULL,0,'','83d827552b5adecf5f92e434f526fe34','',NULL),(6193,'en','wpml-translation-management','670950d68ad4d559bc79d3330da85bdb','Notify translators when they are removed from jobs',NULL,NULL,'','LINE',NULL,0,'','9590dcd4f149ddb25ae14519678a537b','',NULL),(6194,'en','wpml-translation-management','503140162b0e829c1962efcc3ffaa528','Notification emails to the translation manager',NULL,NULL,'','LINE',NULL,0,'','54ce56ff6908654fc0635a0597206639','',NULL),(6195,'en','wpml-translation-management','31d7eb61a858782527a5aafacf5d1904','Notify the translation manager when jobs are completed %s',NULL,NULL,'','LINE',NULL,0,'','31ea838355175ecb7a699808c984d7e4','',NULL),(6196,'en','wpml-translation-management','476c5292c51174b72cb66457748809bb','Notify the translation manager when jobs are late by %s days',NULL,NULL,'','LINE',NULL,0,'','c5b5ae4a362892be6cf71a6af6c7eb4b','',NULL),(6197,'en','wpml-translation-management','ffe181130430aff6386df37df36347f8','immediately',NULL,NULL,'','LINE',NULL,0,'','6930628053169728a7c5535d7dcdbc9f','',NULL),(6198,'en','wpml-translation-management','c447bad8b6302f319decc7d590926925','once a day',NULL,NULL,'','LINE',NULL,0,'','c8a146b039352daff09fa990c9848fe2','',NULL),(6199,'en','wpml-translation-management','0801c4e0187516c714b52a481ccb9367','once a week',NULL,NULL,'','LINE',NULL,0,'','d32403f2e2230a06cc85cb4b983bf323','',NULL),(6200,'en','wpml-translation-management','09e91c1b2a3c9c3dd492af6bcb59e1ae','Custom XML configuration',NULL,NULL,'','LINE',NULL,0,'','8cc141ce02548e366a571705de5aa054','',NULL),(6201,'en','wpml-translation-management','29e9d8e295b1d5b3002d2d3d5baa4c37','Shortcuts',NULL,NULL,'','LINE',NULL,0,'','a6836d90b7046bfc8946e813994b524a','',NULL),(6202,'en','wpml-translation-management','f924008b822051813535ec89940a9e7d','Fold/Unfold code',NULL,NULL,'','LINE',NULL,0,'','54cc2a1704ba8f1207c80c9d8f48f506','',NULL),(6203,'en','wpml-translation-management','5d43de892be9ea9b84c335f20a7fb60c','Autoformat',NULL,NULL,'','LINE',NULL,0,'','9dfff66857da7294b592d3afe53b250b','',NULL),(6204,'en','wpml-translation-management','8c8ac063ce47240e5efc9aa780c73629','How to write Language Configuration Files',NULL,NULL,'','LINE',NULL,0,'','d321b44aeb28336f17d6aca7519efd8b','',NULL),(6205,'en','default','522f7efa91677a64b3bbdaa6ebb92845','This translation is currently in the trash. You need to either %s or %s it in order to continue.',NULL,NULL,'','LINE',NULL,0,'','63f10f47ad9bf69afdd5bbc9af719f40','',NULL),(6206,'en','default','81099b52d42a68624a736e3d37c9b114','%s post permanently deleted.',NULL,NULL,'','LINE',NULL,0,'','39f81089e0e96ed4aac5ad5c95aca653','',NULL),(6207,'en','default','db63b9c2752218b98f80507fc517f253','%s page permanently deleted.',NULL,NULL,'','LINE',NULL,0,'','277b06728656af59f69c91cdc03ccfd3','',NULL),(6208,'en','default','fc52eebe76a27b97ded2a39bc14bc2be','Write your first blog post',NULL,NULL,'','LINE',NULL,0,'','1d06b8aae54619c0240b62b0092edaed','',NULL),(6209,'en','default','903dc7c35ccc41456a21134fcbdd80d9','Add an About page',NULL,NULL,'','LINE',NULL,0,'','9b84aee63139c7de1817928364e51756','',NULL),(6210,'en','default','4d3d769b812b6faa6b76e1a8abaece2d','Active',NULL,NULL,'','LINE',NULL,0,'plugin','ae9e77b26ce8028661382e9eadeced4e','',NULL),(6211,'en','default','6b25892e10bf26ef89ffe6f8cbc10aa0','WordPress database error %1$s for query %2$s made by %3$s',NULL,NULL,'','LINE',NULL,0,'','2895d236b44c2e447d7492a6a7a82285','',NULL),(6212,'en','acf','cab16f616f3bfab9840368e97bbd5b32','No Custom Field Groups found for this options page. <a href=\"%s\">Create a Custom Field Group</a>',NULL,NULL,'','LINE',NULL,0,'','fd30432e8f2b003c2be47d55c56221ae','',NULL),(6213,'en','wpml-media','ea4788705e6873b424c65e91c2846b19','Cancel',NULL,NULL,'','LINE',NULL,0,'','298d9b0ef4df5e20c07f3decc6891f18','',NULL),(6214,'en','wpml-media','00fc2aaa6385f16ee8c34e2db5c18e15','Save media translation',NULL,NULL,'','LINE',NULL,0,'','c5cdd695a0ae47cd43e1e27b049e7596','',NULL),(6215,'en','wpml-media','908c0345c3cc55c54abc25a083f7ce50','Not translated',NULL,NULL,'','LINE',NULL,0,'','e47974a2390a0e4700fa7a7748f54edd','',NULL),(6216,'en','wpml-media','b6e0b0c90cfbddfe767f137f8066d1df','In progress',NULL,NULL,'','LINE',NULL,0,'','9f1d45d3346de23fda02f7807d8e9f48','',NULL),(6217,'en','wpml-media','532220dbf680ea98d665427b145e72ca','Translated',NULL,NULL,'','LINE',NULL,0,'','976fe09a8fa34b46504ab3715d6ca0a7','',NULL),(6218,'en','wpml-media','3265c3e9598e7c784a27927addee65bc','Needs translation',NULL,NULL,'','LINE',NULL,0,'','8c6523aa3fcdce38394c1298109d65e7','',NULL),(6219,'en','wpml-media','fb37f473473d481eabbf9e4b99de0e96','Scan complete!',NULL,NULL,'','LINE',NULL,0,'','908a5d61314919d1342584d1b053c067','',NULL),(6220,'en','wpml-media','aa2af0ca3847200ad4bf2ae5a0337359','Filter by date',NULL,NULL,'','LINE',NULL,0,'','1b4f97f2e5775577b13944665d542976','',NULL),(6221,'en','wpml-media','ae46b93f46291a909c5b5134b9e03e34','All dates',NULL,NULL,'','LINE',NULL,0,'','c1f16d25e80ad6c2e96f69ebdc3929b0','',NULL),(6222,'en','wpml_media','13b5bfe96f3e2fe411c9f66f4a582adf','in',NULL,NULL,'','LINE',NULL,0,'','6548be32be5e19fbf959866f3a27b163','',NULL),(6223,'en','wpml_media','01b6e20344b68835c5ed1ddedf20d531','to',NULL,NULL,'','LINE',NULL,0,'','007d4643b6d04408ca61f7ed0ca5ced8','',NULL),(6224,'en','wpml-media','5ff32385d57c245394512deccc3110e6','Filter by translation status',NULL,NULL,'','LINE',NULL,0,'','7be1ed29686ca8070bce21d968f89ba2','',NULL),(6225,'en','wpml-media','531fb7ad13d854f48c7d4cbdceff0ff7','All translation statuses',NULL,NULL,'','LINE',NULL,0,'','0ca7144e40507867c46bd3cc6581e93e','',NULL),(6226,'en','wpml-media','61e031843dd27f90fd9331658bfe2063','Media file not translated',NULL,NULL,'','LINE',NULL,0,'','b66ff06e3a50d706ee94220585880564','',NULL),(6227,'en','wpml-media','0407538a365750a72fdf679d459b2c78','Translated media uploaded',NULL,NULL,'','LINE',NULL,0,'','8274d76d8bde598b2c0d9a2dde74c811','',NULL),(6228,'en','wpml-media','dc6051b5d7e6b95825041f9146be0370','Translation in progress',NULL,NULL,'','LINE',NULL,0,'','bb38cfe0f5e00b62155dd5b03a3d75b4','',NULL),(6229,'en','wpml-media','f830584ccb25d6b559e1c992d74460ac','Needs media file translation',NULL,NULL,'','LINE',NULL,0,'','1e5b02166382d0a56088eae25a427255','',NULL),(6230,'en','wpml-media','24c2243b4dd563b2e1ced54231824f3a','Filter by language',NULL,NULL,'','LINE',NULL,0,'','4b60019b4516dba3b13c0e9ae3fc4675','',NULL),(6231,'en','wpml-media','8c7de9e5a48fc6062be263d4d66f0869','Any language',NULL,NULL,'','LINE',NULL,0,'','ad71b28257c013ea1d2928728eb57258','',NULL),(6232,'en','wpml-media','e1dc8199c34240b2c1e18e6e5e9fc569','Search Media:',NULL,NULL,'','LINE',NULL,0,'','31325e5082f755b336a8148ec23a18bf','',NULL),(6233,'en','wpml-media','58404900f3f5ccfb1e0349e1afa882da','Title, caption or description',NULL,NULL,'','LINE',NULL,0,'','1615cdbbb4fab9a3412c7a4d59e31e8b','',NULL),(6234,'en','wpml-media','d7778d0c64b6ba21494c97f77a66885a','Filter',NULL,NULL,'','LINE',NULL,0,'','5a563774fa9110655797d7368f919489','',NULL),(6235,'en','wpml-media','b8dd68572112a40147a59de9b221e5cb','Original language',NULL,NULL,'','LINE',NULL,0,'','bdd041094ca48091c6ae4b28ca34072b','',NULL),(6236,'en','wpml-media','42213316d9c4f253329e9208793fd203','No attachments found',NULL,NULL,'','LINE',NULL,0,'','0ca9c0a1437dd16bcebddbc5e2b1bad9','',NULL),(6237,'en','wpml-media','c66544dff53ab78da36bd0fffbcd2748','Add media file translation',NULL,NULL,'','LINE',NULL,0,'','c407f6bcac432a5f607f8264109bacc5','',NULL),(6238,'en','wpml-media','fbfe48101dc74b287c9e99e618dd0c7d','Edit %s translation',NULL,NULL,'','LINE',NULL,0,'','a17d913a63fc3f022ac28c3b777db0c3','',NULL),(6239,'en','wpml-media','fd5835ced56f6ee48dc30470ba7b857d','Original:',NULL,NULL,'','LINE',NULL,0,'','38154c6150eacb7c92eecf528dff56ff','',NULL),(6240,'en','wpml-media','098a49034b79d9be82fd0d59d686aa9c','Translation:',NULL,NULL,'','LINE',NULL,0,'','6d54af2fd03678abfb468ec765c76376','',NULL),(6241,'en','wpml-media','0b27918290ff5323bea1e3b78a9cf04e','File',NULL,NULL,'','LINE',NULL,0,'','06300153bd1704a5fe18e86c30c5b090','',NULL),(6242,'en','wpml-media','49ee3087348e8d44e1feda1917443987','Name',NULL,NULL,'','LINE',NULL,0,'','d3565988d4c82f2221064a01313d3b4d','',NULL),(6243,'en','wpml-media','272ba7d164aa836995be6319a698be84','Caption',NULL,NULL,'','LINE',NULL,0,'','efe66e5f74abbe07a048cac0ddbda3eb','',NULL),(6244,'en','wpml-media','238c5339bcb0ffc75c2d77988b48a302','Alt text',NULL,NULL,'','LINE',NULL,0,'','fcecbebd2eb9729565abdfdcddbf3743','',NULL),(6245,'en','wpml-media','b5a7adde1af5c87d7fd797b6245c2a39','Description',NULL,NULL,'','LINE',NULL,0,'','697b0d55aa776f7127dca43bf0e5aa69','',NULL),(6246,'en','wpml-media','9ed933b73ccd20c27608c1fc5e456502','Copy from original',NULL,NULL,'','LINE',NULL,0,'','de5d06717950f3ea1f3fd97c68dd2ea9','',NULL),(6247,'en','wpml-media','a9c7a286bd996760b5a5e67ee8649e78','Upload translated media file',NULL,NULL,'','LINE',NULL,0,'','7705365a527215649f25e31a2b102a0e','',NULL),(6248,'en','wpml-media','889a1fcead766055ed1bd82c6e617516','Use a different file',NULL,NULL,'','LINE',NULL,0,'','b6b26957f72e3494b3900698eb7b6074','',NULL),(6249,'en','wpml-media','7663d3ccc355955ddc3413fbe9eed14b','Revert to original',NULL,NULL,'','LINE',NULL,0,'','5da5650e4b039f747e441753727e399c','',NULL),(6250,'en','wpml-media','3eeee8bc8af46d1cd93751e40abe245b','Restore original media file',NULL,NULL,'','LINE',NULL,0,'','8122ab69f8241ac5141c0bbdfc285a03','',NULL),(6251,'en','wpml-media','b28e3c2deb02f7071b5ecd4c894138a1','Any changes you make to the text here will not affect any previous publications of this media on your website. This edited version will only appear if you select it from the library to be embedded.',NULL,NULL,'','LINE',NULL,0,'','07663acf5862348d7f5f7ab19f3a3a39','',NULL),(6252,'en','wpml-media','846495f9ceed11accf8879f555936a7d','Navigation',NULL,NULL,'','LINE',NULL,0,'','e58d95dbe59f8dccd67f258ed6185962','',NULL),(6253,'en','wpml-media','8bf8854bebe108183caeb845c7676ae4','of',NULL,NULL,'','LINE',NULL,0,'','56803e70772e3eb1f5f19d7a7ef379ea','',NULL),(6254,'en','wpml-media','2e01b86887d023c873d0ebb2811e3bd8','First page',NULL,NULL,'','LINE',NULL,0,'','0a3c62c5663a7cf5ece227166e973546','',NULL),(6255,'en','wpml-media','16ded2dc32322d80ce2362a47f4d7ef4','Previous page',NULL,NULL,'','LINE',NULL,0,'','63af59f951e9167efccc481578319282','',NULL),(6256,'en','wpml-media','374bea6cf8bd1e8fd64570b629cc6562','Next page',NULL,NULL,'','LINE',NULL,0,'','516b7a5b06c5a1431af5ef6d1d883840','',NULL),(6257,'en','wpml-media','339aaf6f96935365023a6e4c95c0ba95','Last page',NULL,NULL,'','LINE',NULL,0,'','04d2c7311a5aac81881d841572e9801b','',NULL),(6258,'en','wpml-media','d3d2e617335f08df83599665eef8a418','Close',NULL,NULL,'','LINE',NULL,0,'','876104b5b7e1339cb31376785f99980b','',NULL),(6259,'en','wpml-media','8893f986118b63b22a4005f772ce12ac','The media that you uploaded was replaced in these translated posts:',NULL,NULL,'','LINE',NULL,0,'','3d5f2f1e2159d12df04596aff5896994','',NULL),(6260,'en','wpml-media','3ad24ef2d9fb5b5c17031944a031b2af','The same media might be used in other posts too. Do you want to scan and replace it?',NULL,NULL,'','LINE',NULL,0,'','fb66ce37372894294bfbf58b7d51ec91','',NULL),(6261,'en','wpml-media','72014a04134e0a0a98e1f4aaab223e41','The media that you uploaded will be used in future post translations. The same media might be used in already existing posts. Do you want to scan and replace it now?',NULL,NULL,'','LINE',NULL,0,'','9cfa661224b036414a62244afcd16e99','',NULL),(6262,'en','wpml-media','98efce94c702bbe78d90f32a675dff7b','Scan for content that has specifically this media (faster)',NULL,NULL,'','LINE',NULL,0,'','72fb162cdd2de1ea4ff840f6351ae498','',NULL),(6263,'en','wpml-media','effd722c66c4d8f95c7b9881ad345165','Scan for content that has any of the media files that I translated (takes more time)',NULL,NULL,'','LINE',NULL,0,'','77355dd0e6a2a078ab1ff72662e1274d','',NULL),(6264,'en','wpml-media','e888b0ecd4cf6137b4d474ba82d2ea56','Scan & Replace',NULL,NULL,'','LINE',NULL,0,'Button label (verb)','88d51598702a4f1e0af5243277adac15','',NULL),(6265,'en','sitepress','63d0f78526efb082e734f16f7b9617f6','Your menu includes custom items, which you need to translate using WPML\'s String Translation.',NULL,NULL,'','LINE',NULL,0,'','337b42f30d120e754b6c40cee076fee7','',NULL),(6266,'en','sitepress','db2b8dc73071fef99d6d84be455fc36e','1. Translate these strings: ',NULL,NULL,'','LINE',NULL,0,'','ed80639de4e2802a52c5d54ceee01a31','',NULL),(6267,'en','sitepress','b7b68340e3b403c1d31bdd108c6eb7ab','2. When you\'re done translating, return here and run the menu synchronization again. This will use the strings that you translated to update the menus.',NULL,NULL,'','LINE',NULL,0,'','150882a2b9e8ab09db79305291622a03','',NULL),(6268,'en','sitepress','0ed32dd5c142e7796de6efa1b42a1dca','Menu synchronization will sync the menu structure from the default language of %s to the secondary languages.',NULL,NULL,'','LINE',NULL,0,'','305f4e575e619867b05ae4e3c11180bc','',NULL),(6269,'en','sitepress','0750c90d9fcdd193dc8dd39cb4f8f238','Auto-generated title. Click to edit.',NULL,NULL,'','LINE',NULL,0,'','82da8969edede3293920b712aec5eee9','',NULL),(6270,'en','sitepress','908c0345c3cc55c54abc25a083f7ce50','Not translated',NULL,NULL,'','LINE',NULL,0,'','390da643c7b8bb5258cf2f255bc0abb6','',NULL),(6271,'en','sitepress','705d9223620844dff2398ac82108e460','Menu Option: auto_add',NULL,NULL,'','LINE',NULL,0,'','e29bc909b9346c34022c6a237ecc1a2b','',NULL),(6272,'en','sitepress','d8e87c0927539672f54462c837be0b7f','Sync',NULL,NULL,'','LINE',NULL,0,'','f97f32225517b233229c7a283ad99125','',NULL),(6273,'en','sitepress','8e309bdf3450d78f8f6bb024b3a0f27a','The menus on this page may not sync because it requires more input variables. Please modify the %s setting in your php.ini or .htaccess files to %s or more.',NULL,NULL,'','LINE',NULL,0,'','2df5fcbfccedd46a0a7c886db734733e','',NULL),(6274,'en','sitepress','a000485f86a57345cf8a17a167af9422','Item will be added',NULL,NULL,'','LINE',NULL,0,'','1cee81f5f20d10b817dde07948bb7c33','',NULL),(6275,'en','sitepress','a01f5b5542a052325887d2c5833bc0b4','Menu Options will be updated',NULL,NULL,'','LINE',NULL,0,'','de37df2ec1d1bdf3a90da1730a223a87','',NULL),(6276,'en','default','7b98f5c26ded24fb03e73a5c84ae21e5','A variable mismatch has been detected.',NULL,NULL,'','LINE',NULL,0,'','0a453099dff62dfcd1c944372771a43f','',NULL),(6277,'en','default','32bdb9fcfe1c8e73d4e36a112dc53e69','Sorry, you are not allowed to view this item.',NULL,NULL,'','LINE',NULL,0,'','0dcf0c66009b2b2edaf011e51a1ba426','',NULL),(6278,'en','svg-support','893abe2fd029da93585f03ddebf8baee','If you like <strong>SVG Support</strong> please leave a %s&#9733;&#9733;&#9733;&#9733;&#9733;%s rating. A huge thanks in advance!',NULL,NULL,'','LINE',NULL,0,'','d1e86e23c71f2b2642a8c025c6c54dcc','',NULL),(6279,'en','all-in-one-seo-pack','065bf91cb86d1e93a8c49ea817535fa5','Generated by',NULL,NULL,'','LINE',NULL,0,'','b61734bff6615eaed6785f9cb05b6af5','',NULL),(6280,'en','all-in-one-seo-pack','0daaf3bb75d2b2c82365f12f3490d92f','this is an XML Sitemap, meant to be consumed by search engines like Google or Bing.',NULL,NULL,'','LINE',NULL,0,'','03a964e594bbbfd0ad862ca646f54add','',NULL),(6281,'en','all-in-one-seo-pack','7af20aab1842da8c6df7389429b201ce','You can find more information about XML sitemaps at <a href=\"https://www.sitemaps.org/\" target=\"_blank\" rel=\"noreferrer noopener\">sitemaps.org</a>',NULL,NULL,'','LINE',NULL,0,'','900a2666f0e08ca90cda54f5359489c4','',NULL),(6282,'en','all-in-one-seo-pack','b7488bb001f12b25619240139a5d6f79','This sitemap contains',NULL,NULL,'','LINE',NULL,0,'','ac4c0b19663178a66b163d62c91e54a1','',NULL),(6283,'en','all-in-one-seo-pack','6f0118397671d5cdea6c525a67f4753c','URLs',NULL,NULL,'','LINE',NULL,0,'','dad14334737596901df891c5cdcd2296','',NULL),(6284,'en','all-in-one-seo-pack','cb4a08a173b25d38a5747d303da1806c','This sitemap index contains',NULL,NULL,'','LINE',NULL,0,'','c44630dd1d7f7f5aa7029681f50be656','',NULL),(6285,'en','all-in-one-seo-pack','4fbd3a02ad45654e33e1c77f508510d8','sitemaps',NULL,NULL,'','LINE',NULL,0,'','7da3692bdc8fd538e139996765f7b34f','',NULL),(6286,'en','contact-form-7','6b324ee7acd9af8ed8a86d02f6ceb370','reCAPTCHA score (%1$.2f) is lower than the threshold (%2$.2f).',NULL,NULL,'','LINE',NULL,0,'','469dc960b1214805541f4dfd641a8804','',NULL),(6287,'en','default','da0d53141f6343167596fe8598964773','Software Name',NULL,NULL,'','LINE',NULL,0,'','59d90684389303542b1c702a5b09e615','',NULL),(6288,'en','default','797a5d02c096631e27f9c43d628060d8','Software Version',NULL,NULL,'','LINE',NULL,0,'','c5d35fce3a17c9c8f33ffc091e15eac0','',NULL),(6289,'en','default','0253dfb0c093c83f37c0d6f3cc32b300','Login Address (URL)',NULL,NULL,'','LINE',NULL,0,'','12d9534da8db39d6cf68d01e5755d32d','',NULL),(6290,'en','default','09e53ab5ce7d0d07ab56b1ef02878ad9','The URL to the admin area',NULL,NULL,'','LINE',NULL,0,'','1327df2fa4aa6a5565f5904fc14352e1','',NULL),(6291,'en','default','64f4a41b9e7df4978f481b618583722d','Image default link type',NULL,NULL,'','LINE',NULL,0,'','53586a729169a9fa7140c34ad483fc2b','',NULL),(6292,'en','default','e51463cc93c74faa8d92a1374c604686','Image default size',NULL,NULL,'','LINE',NULL,0,'','09283329c3930c247ed63503a490e9d2','',NULL),(6293,'en','default','cc2bb3de2185898633a3284e9f158cca','Image default align',NULL,NULL,'','LINE',NULL,0,'','41a287afa76807badf2c210193e3de51','',NULL),(6294,'en','default','c350bb18c3cdfbd4e5444faa63be6586','Stylesheet',NULL,NULL,'','LINE',NULL,0,'','67493ff2dcf6fbfee44dd595cbb200fa','',NULL),(6295,'en','default','98462cfa0e9940c58b894b7f63807cc6','Post Thumbnail',NULL,NULL,'','LINE',NULL,0,'','ae46fbd1357b1a15fe085350baefe261','',NULL),(6296,'en','default','45c10605e0a492fbe7a3eac258cd1e81','Time Zone',NULL,NULL,'','LINE',NULL,0,'','d68dc4f05a963d0700674e520859ae86','',NULL),(6297,'en','default','af082a78c862fdf69c65690dab3cda4f','Site Tagline',NULL,NULL,'','LINE',NULL,0,'','eaff4b24599713f16ed7f97be6a87053','',NULL),(6298,'en','default','43867038f96e635a66c23c8ab6186cc8','Allow new users to sign up',NULL,NULL,'','LINE',NULL,0,'','634960c148e35b22c39f602deaf962b5','',NULL),(6299,'en','default','86284b33a5f68d33f9c21d90d2bdc431','Thumbnail Width',NULL,NULL,'','LINE',NULL,0,'','3d5a15c7ef76e37931d0edfc1926e404','',NULL),(6300,'en','default','8b394d6ed5585431f701406734498024','Thumbnail Height',NULL,NULL,'','LINE',NULL,0,'','f6b9e8220086f7ec93dcac57c34710e2','',NULL),(6301,'en','default','a7200830ef2e97b10304d8d24812a09f','Crop thumbnail to exact dimensions',NULL,NULL,'','LINE',NULL,0,'','7a0ccf0a23c233155c2c20bff64c21cb','',NULL),(6302,'en','default','fae1eeb5b5a4cf9f29fbd44b539e13da','Medium size image width',NULL,NULL,'','LINE',NULL,0,'','9ef6b731800257777239e1bb2797abba','',NULL),(6303,'en','default','6f32121081fa4fc28e5e01b7ea72ca22','Medium size image height',NULL,NULL,'','LINE',NULL,0,'','6403f10e75e19f6b2210cbc3e857aebc','',NULL),(6304,'en','default','967e5122fbbcad238068fd86fc5c1b3f','Medium-Large size image width',NULL,NULL,'','LINE',NULL,0,'','82f74f2e9f5d7ea9412e1d1f10d204cb','',NULL),(6305,'en','default','39cce05f187bc72aef61a375ed4e19f4','Medium-Large size image height',NULL,NULL,'','LINE',NULL,0,'','2c6260d1c7a0211129400fc91daaaca8','',NULL),(6306,'en','default','66526e8e511a8a84371513bab55a23f5','Large size image width',NULL,NULL,'','LINE',NULL,0,'','bd4cf81f2b2dbc5163b692bee6d5cc60','',NULL),(6307,'en','default','efff3a04a00ed840256730daa9634e73','Large size image height',NULL,NULL,'','LINE',NULL,0,'','2e39b18774c578b968f1a331ce81fbe0','',NULL),(6308,'en','default','cb76ba0113678db22d47f1cb436d10dc','Allow people to post comments on new articles',NULL,NULL,'','LINE',NULL,0,'','d3aa398a38aaee0af3f14a790af2abed','',NULL),(6309,'en','default','8bf5773081ae68ea9ac7a102a9c38668','Allow link notifications from other blogs (pingbacks and trackbacks) on new articles',NULL,NULL,'','LINE',NULL,0,'','8a9d7d2ee533c4e7ad4ed08073241f1c','',NULL),(6310,'en','default','daf9df8f37b496045056ba5ee1b6310f','XML-RPC services are disabled on this site.',NULL,NULL,'','LINE',NULL,0,'','97f06383189bba416ece0eafa80e1eb8','',NULL);
/*!40000 ALTER TABLE `wp_icl_strings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_icl_translate`
--

DROP TABLE IF EXISTS `wp_icl_translate`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_icl_translate` (
  `tid` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `job_id` bigint(20) unsigned NOT NULL,
  `content_id` bigint(20) unsigned NOT NULL,
  `timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `field_type` varchar(160) COLLATE utf8mb4_unicode_ci NOT NULL,
  `field_wrap_tag` varchar(16) COLLATE utf8mb4_unicode_ci NOT NULL,
  `field_format` varchar(16) COLLATE utf8mb4_unicode_ci NOT NULL,
  `field_translate` tinyint(4) NOT NULL,
  `field_data` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `field_data_translated` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `field_finished` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`tid`),
  KEY `job_id` (`job_id`)
) ENGINE=InnoDB AUTO_INCREMENT=1139 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_icl_translate`
--

LOCK TABLES `wp_icl_translate` WRITE;
/*!40000 ALTER TABLE `wp_icl_translate` DISABLE KEYS */;
INSERT INTO `wp_icl_translate` VALUES (1,1,0,'2019-07-10 17:52:07','field-description-0','','base64',1,'Q3J5cHRvV2FsbGV0IHdhcyBmb3VuZGVkIGluIFt5ZWFyXSwgYW5kIG91ciBzdGFmZiBoYXZlIHdvcmtlZCB0aXJlbGVzc2x5IHRvIGRldmVsb3AgZGlzcnVwdGl2ZSBwcm9kdWN0cyBhbmQgc29sdXRpb25zIHRoYXQgd2lsbCBoZWxwIHVzaGVyIGluIGEgbmV3IGVyYSBvZiBwZXJzb25hbCBmaW5hbmNlLiBZb3UgY2FuIHJlYWQgbW9yZSBhYm91dCBvdXIgZ29hbHMgYmVsb3cgaW4gb3VyIFJvYWRtYXAu','Q3J5cHRvV2FsbGV0IHdhcyBmb3VuZGVkIGluIFt5ZWFyXSwgYW5kIG91ciBzdGFmZiBoYXZlIHdvcmtlZCB0aXJlbGVzc2x5IHRvIGRldmVsb3AgZGlzcnVwdGl2ZSBwcm9kdWN0cyBhbmQgc29sdXRpb25zIHRoYXQgd2lsbCBoZWxwIHVzaGVyIGluIGEgbmV3IGVyYSBvZiBwZXJzb25hbCBmaW5hbmNlLiBZb3UgY2FuIHJlYWQgbW9yZSBhYm91dCBvdXIgZ29hbHMgYmVsb3cgaW4gb3VyIFJvYWRtYXAu',1),(2,1,0,'2019-07-10 17:52:07','field-description-0-name','','',0,'description-0','description-0',1),(3,1,0,'2019-07-10 17:52:07','field-description-0-type','','',0,'custom_field','custom_field',1),(4,1,0,'2019-07-10 17:52:07','original_id','','',0,'136','421',1),(5,1,0,'2019-07-10 17:52:07','title','','base64',1,'QWJvdXQ=','QWJvdXQ=',1),(6,1,0,'2019-07-10 17:52:07','body','','base64',1,'','',1),(7,1,0,'2019-07-10 17:52:07','excerpt','','base64',1,'','',1),(8,2,0,'2019-07-10 18:35:31','original_id','','',0,'419','419',1),(9,2,0,'2019-07-10 18:35:32','title','','base64',1,'SG9tZQ==','SG9tZQ==',1),(10,2,0,'2019-07-10 18:35:32','body','','base64',1,'','',1),(11,2,0,'2019-07-10 18:35:32','excerpt','','base64',1,'','',1),(13,3,0,'2019-07-10 19:48:12','field-title-0','','base64',1,'Q3J5cHRvIElzIE1vbmV5IC0gDQpMZXTigJlzIFVzZSBJdC4=','5pqX5Y+344Gv6YeR44Gq44KKIC0g44Gd44KM44KS5L2/44GE44G+44GX44KH44GG',1),(14,3,0,'2019-07-10 19:48:12','field-title-0-name','','',0,'title-0','title-0',1),(15,3,0,'2019-07-10 19:48:12','field-title-0-type','','',0,'custom_field','custom_field',1),(16,3,0,'2019-07-10 19:48:12','field-description-0','','base64',1,'VGhpcyBpcyB0aGUgZnV0dXJlIG9mIGNyeXB0byBiYW5raW5nLiBDcnlwdG9XYWxsZXQgaXMgeW91ciBnYXRld2F5IHRvIGRpZ2l0YWwgY3VycmVuY3kgYW5kIGJleW9uZC4gSW50ZWdyYXRlIGNyeXB0byBwYXltZW50cyBpbnRvIHlvdXIgYnVzaW5lc3Mgb3Igc3BlbmQgeW91ciBjcnlwdG8gaW4gYW55IHN0b3JlLg==','44GT44KM44GM5pqX5Y+36YqA6KGM44Gu5pyq5p2l44Gn44GZ44CCIENyeXB0b1dhbGxldOOBr+OAgeODh+OCuOOCv+ODq+mAmuiyqOOBuOOBruOCsuODvOODiOOCpuOCp+OCpOOBp+OBmeOAguOBguOBquOBn+OBruODk+OCuOODjeOCueOBq+aal+WPt+aUr+aJleOBhOOCkue1seWQiOOBmeOCi+OBi+OAgeOBvuOBn+OBr+OBqeOCk+OBquW6l+OBp+OBguOBquOBn+OBruaal+WPt+OCkuS9v+OBhuOBi+OAgg==',1),(17,3,0,'2019-07-10 19:48:12','field-description-0-name','','',0,'description-0','description-0',1),(18,3,0,'2019-07-10 19:48:12','field-description-0-type','','',0,'custom_field','custom_field',1),(19,3,0,'2019-07-10 19:48:12','original_id','','',0,'419','441',1),(20,3,0,'2019-07-10 19:48:12','title','','base64',1,'SG9tZQ==','SG9tZQ==',1),(21,3,0,'2019-07-10 19:48:12','body','','base64',1,'','',1),(22,3,0,'2019-07-10 19:48:12','excerpt','','base64',1,'','',1),(23,4,0,'2019-07-12 15:53:33','original_id','','',0,'181','181',1),(24,4,0,'2019-07-12 15:53:33','title','','base64',1,'V2FsbGV0','V2FsbGV0',1),(25,4,0,'2019-07-12 15:53:33','body','','base64',1,'','',1),(26,4,0,'2019-07-12 15:53:33','excerpt','','base64',1,'','',1),(27,5,0,'2020-06-25 12:53:38','field-title-0','','base64',1,'Q3J5cHRvIElzIE1vbmV5IC0gTGV0J3MgVXNlIEl0Lg==','Q3J5cHRvIGVzIGRpbmVybyAtIHVzw6ltb3Nsbw==',1),(28,5,0,'2020-06-25 12:53:38','field-title-0-name','','',0,'title-0','title-0',1),(29,5,0,'2020-06-25 12:53:38','field-title-0-type','','',0,'custom_field','custom_field',1),(30,5,0,'2020-06-25 12:53:38','field-description-0','','base64',1,'VGhpcyBpcyB0aGUgZnV0dXJlIG9mIGNyeXB0byBiYW5raW5nLiBDcnlwdG9XYWxsZXQgaXMgeW91ciBnYXRld2F5IHRvIGRpZ2l0YWwgY3VycmVuY3kgYW5kIGJleW9uZC4gV2l0aCBkZWRpY2F0ZWQgSUJBTnMgZm9yIHN1cHBvcnRlZCBmaWF0IGN1cnJlbmNpZXMsIHlvdSBjYW4gdXNlIENyeXB0b1dhbGxldCB0byBtYWtlIGJhbmsgdHJhbnNmZXJzLCBwYXkgYmlsbHMsIGFuZCBzcGVuZCBjcnlwdG8gaW4gc3RvcmVzLCBhbGwgd2l0aGluIGEgc2luZ2xlIHBsYXRmb3JtLg==','VGhpcyBpcyB0aGUgZnV0dXJlIG9mIGNyeXB0byBiYW5raW5nLiBDcnlwdG9XYWxsZXQgaXMgeW91ciBnYXRld2F5IHRvIGRpZ2l0YWwgY3VycmVuY3kgYW5kIGJleW9uZC4gV2l0aCBkZWRpY2F0ZWQgSUJBTnMgZm9yIHN1cHBvcnRlZCBmaWF0IGN1cnJlbmNpZXMsIHlvdSBjYW4gdXNlIENyeXB0b1dhbGxldCB0byBtYWtlIGJhbmsgdHJhbnNmZXJzLCBwYXkgYmlsbHMsIGFuZCBzcGVuZCBjcnlwdG8gaW4gc3RvcmVzLCBhbGwgd2l0aGluIGEgc2luZ2xlIHBsYXRmb3JtLg==',1),(31,5,0,'2020-06-25 12:53:38','field-description-0-name','','',0,'description-0','description-0',1),(32,5,0,'2020-06-25 12:53:38','field-description-0-type','','',0,'custom_field','custom_field',1),(33,5,0,'2020-06-25 12:53:38','original_id','','',0,'419','444',1),(34,5,0,'2020-06-25 12:53:38','title','','base64',1,'SG9tZQ==','SG9tZQ==',1),(35,5,0,'2020-06-25 12:53:38','body','','base64',1,'','',1),(36,5,0,'2020-06-25 12:53:38','excerpt','','base64',1,'','',1),(38,6,0,'2020-06-25 13:14:02','field-title-0','','base64',1,'Q3J5cHRvIElzIE1vbmV5IC0gTGV0J3MgVXNlIEl0Lg==','Q3J5cHRvIGVzIGRpbmVybyAtIHVzw6ltb3Nsbw==',1),(39,6,0,'2020-06-25 13:14:02','field-title-0-name','','',0,'title-0','title-0',1),(40,6,0,'2020-06-25 13:14:02','field-title-0-type','','',0,'custom_field','custom_field',1),(41,6,0,'2020-06-25 13:14:02','field-description-0','','base64',1,'VGhpcyBpcyB0aGUgZnV0dXJlIG9mIGNyeXB0byBiYW5raW5nLiBDcnlwdG9XYWxsZXQgaXMgeW91ciBnYXRld2F5IHRvIGRpZ2l0YWwgY3VycmVuY3kgYW5kIGJleW9uZC4gV2l0aCBkZWRpY2F0ZWQgSUJBTnMgZm9yIHN1cHBvcnRlZCBmaWF0IGN1cnJlbmNpZXMsIHlvdSBjYW4gdXNlIENyeXB0b1dhbGxldCB0byBtYWtlIGJhbmsgdHJhbnNmZXJzLCBwYXkgYmlsbHMsIGFuZCBzcGVuZCBjcnlwdG8gaW4gc3RvcmVzLCBhbGwgd2l0aGluIGEgc2luZ2xlIHBsYXRmb3JtLg==','VGhpcyBpcyB0aGUgZnV0dXJlIG9mIGNyeXB0byBiYW5raW5nLiBDcnlwdG9XYWxsZXQgaXMgeW91ciBnYXRld2F5IHRvIGRpZ2l0YWwgY3VycmVuY3kgYW5kIGJleW9uZC4gV2l0aCBkZWRpY2F0ZWQgSUJBTnMgZm9yIHN1cHBvcnRlZCBmaWF0IGN1cnJlbmNpZXMsIHlvdSBjYW4gdXNlIENyeXB0b1dhbGxldCB0byBtYWtlIGJhbmsgdHJhbnNmZXJzLCBwYXkgYmlsbHMsIGFuZCBzcGVuZCBjcnlwdG8gaW4gc3RvcmVzLCBhbGwgd2l0aGluIGEgc2luZ2xlIHBsYXRmb3JtLg==',1),(42,6,0,'2020-06-25 13:14:02','field-description-0-name','','',0,'description-0','description-0',1),(43,6,0,'2020-06-25 13:14:02','field-description-0-type','','',0,'custom_field','custom_field',1),(44,6,0,'2020-06-25 13:14:02','original_id','','',0,'419','444',1),(45,6,0,'2020-06-25 13:14:02','title','','base64',1,'SG9tZQ==','SG9tZQ==',1),(46,6,0,'2020-06-25 13:14:02','body','','base64',1,'','',1),(47,6,0,'2020-06-25 13:14:02','excerpt','','base64',1,'','',1),(49,7,0,'2020-06-25 13:21:01','field-title-0','','base64',1,'Q3J5cHRvIElzIE1vbmV5IC0gTGV0J3MgVXNlIEl0Lg==','Q3J5cHRvIGVzIGRpbmVybyAtIHVzw6ltb3Nsbw==',1),(50,7,0,'2020-06-25 13:21:01','field-title-0-name','','',0,'title-0','title-0',1),(51,7,0,'2020-06-25 13:21:01','field-title-0-type','','',0,'custom_field','custom_field',1),(52,7,0,'2020-06-25 13:21:01','field-description-0','','base64',1,'VGhpcyBpcyB0aGUgZnV0dXJlIG9mIGNyeXB0byBiYW5raW5nLiBDcnlwdG9XYWxsZXQgaXMgeW91ciBnYXRld2F5IHRvIGRpZ2l0YWwgY3VycmVuY3kgYW5kIGJleW9uZC4gV2l0aCBkZWRpY2F0ZWQgSUJBTnMgZm9yIHN1cHBvcnRlZCBmaWF0IGN1cnJlbmNpZXMsIHlvdSBjYW4gdXNlIENyeXB0b1dhbGxldCB0byBtYWtlIGJhbmsgdHJhbnNmZXJzLCBwYXkgYmlsbHMsIGFuZCBzcGVuZCBjcnlwdG8gaW4gc3RvcmVzLCBhbGwgd2l0aGluIGEgc2luZ2xlIHBsYXRmb3JtLg==','VGhpcyBpcyB0aGUgZnV0dXJlIG9mIGNyeXB0byBiYW5raW5nLiBDcnlwdG9XYWxsZXQgaXMgeW91ciBnYXRld2F5IHRvIGRpZ2l0YWwgY3VycmVuY3kgYW5kIGJleW9uZC4gV2l0aCBkZWRpY2F0ZWQgSUJBTnMgZm9yIHN1cHBvcnRlZCBmaWF0IGN1cnJlbmNpZXMsIHlvdSBjYW4gdXNlIENyeXB0b1dhbGxldCB0byBtYWtlIGJhbmsgdHJhbnNmZXJzLCBwYXkgYmlsbHMsIGFuZCBzcGVuZCBjcnlwdG8gaW4gc3RvcmVzLCBhbGwgd2l0aGluIGEgc2luZ2xlIHBsYXRmb3JtLg==',1),(53,7,0,'2020-06-25 13:21:01','field-description-0-name','','',0,'description-0','description-0',1),(54,7,0,'2020-06-25 13:21:01','field-description-0-type','','',0,'custom_field','custom_field',1),(55,7,0,'2020-06-25 13:21:01','original_id','','',0,'419','444',1),(56,7,0,'2020-06-25 13:21:01','title','','base64',1,'SG9tZQ==','SG9tZQ==',1),(57,7,0,'2020-06-25 13:21:01','body','','base64',1,'','',1),(58,7,0,'2020-06-25 13:21:01','excerpt','','base64',1,'','',1),(60,8,0,'2020-06-25 14:05:58','field-title-0','','base64',1,'Q3J5cHRvIElzIE1vbmV5IC0gTGV0J3MgVXNlIEl0Lg==','Q3J5cHRvIGVzIGRpbmVybyAtIHVzw6ltb3Nsbw==',1),(61,8,0,'2020-06-25 14:05:58','field-title-0-name','','',0,'title-0','title-0',1),(62,8,0,'2020-06-25 14:05:58','field-title-0-type','','',0,'custom_field','custom_field',1),(63,8,0,'2020-06-25 14:05:58','field-description-0','','base64',1,'VGhpcyBpcyB0aGUgZnV0dXJlIG9mIGNyeXB0byBiYW5raW5nLiBDcnlwdG9XYWxsZXQgaXMgeW91ciBnYXRld2F5IHRvIGRpZ2l0YWwgY3VycmVuY3kgYW5kIGJleW9uZC4gV2l0aCBkZWRpY2F0ZWQgSUJBTnMgZm9yIHN1cHBvcnRlZCBmaWF0IGN1cnJlbmNpZXMsIHlvdSBjYW4gdXNlIENyeXB0b1dhbGxldCB0byBtYWtlIGJhbmsgdHJhbnNmZXJzLCBwYXkgYmlsbHMsIGFuZCBzcGVuZCBjcnlwdG8gaW4gc3RvcmVzLCBhbGwgd2l0aGluIGEgc2luZ2xlIHBsYXRmb3JtLg==','VGhpcyBpcyB0aGUgZnV0dXJlIG9mIGNyeXB0byBiYW5raW5nLiBDcnlwdG9XYWxsZXQgaXMgeW91ciBnYXRld2F5IHRvIGRpZ2l0YWwgY3VycmVuY3kgYW5kIGJleW9uZC4gV2l0aCBkZWRpY2F0ZWQgSUJBTnMgZm9yIHN1cHBvcnRlZCBmaWF0IGN1cnJlbmNpZXMsIHlvdSBjYW4gdXNlIENyeXB0b1dhbGxldCB0byBtYWtlIGJhbmsgdHJhbnNmZXJzLCBwYXkgYmlsbHMsIGFuZCBzcGVuZCBjcnlwdG8gaW4gc3RvcmVzLCBhbGwgd2l0aGluIGEgc2luZ2xlIHBsYXRmb3JtLg==',1),(64,8,0,'2020-06-25 14:05:58','field-description-0-name','','',0,'description-0','description-0',1),(65,8,0,'2020-06-25 14:05:58','field-description-0-type','','',0,'custom_field','custom_field',1),(66,8,0,'2020-06-25 14:05:58','original_id','','',0,'419','444',1),(67,8,0,'2020-06-25 14:05:58','title','','base64',1,'SG9tZQ==','SG9tZQ==',1),(68,8,0,'2020-06-25 14:05:58','body','','base64',1,'','',1),(69,8,0,'2020-06-25 14:05:58','excerpt','','base64',1,'','',1),(71,9,0,'2020-06-25 14:07:17','field-title-0','','base64',1,'Q3J5cHRvIElzIE1vbmV5IC0gTGV0J3MgVXNlIEl0Lg==','Q3J5cHRvIGVzIGRpbmVybyAtIHVzw6ltb3Nsbw==',1),(72,9,0,'2020-06-25 14:07:17','field-title-0-name','','',0,'title-0','title-0',1),(73,9,0,'2020-06-25 14:07:17','field-title-0-type','','',0,'custom_field','custom_field',1),(74,9,0,'2020-06-25 14:07:17','field-description-0','','base64',1,'VGhpcyBpcyB0aGUgZnV0dXJlIG9mIGNyeXB0byBiYW5raW5nLiBDcnlwdG9XYWxsZXQgaXMgeW91ciBnYXRld2F5IHRvIGRpZ2l0YWwgY3VycmVuY3kgYW5kIGJleW9uZC4gV2l0aCBkZWRpY2F0ZWQgSUJBTnMgZm9yIHN1cHBvcnRlZCBmaWF0IGN1cnJlbmNpZXMsIHlvdSBjYW4gdXNlIENyeXB0b1dhbGxldCB0byBtYWtlIGJhbmsgdHJhbnNmZXJzLCBwYXkgYmlsbHMsIGFuZCBzcGVuZCBjcnlwdG8gaW4gc3RvcmVzLCBhbGwgd2l0aGluIGEgc2luZ2xlIHBsYXRmb3JtLg==','dGVzdGU=',1),(75,9,0,'2020-06-25 14:07:17','field-description-0-name','','',0,'description-0','description-0',1),(76,9,0,'2020-06-25 14:07:17','field-description-0-type','','',0,'custom_field','custom_field',1),(77,9,0,'2020-06-25 14:07:17','original_id','','',0,'419','444',1),(78,9,0,'2020-06-25 14:07:17','title','','base64',1,'SG9tZQ==','SG9tZQ==',1),(79,9,0,'2020-06-25 14:07:17','body','','base64',1,'','',1),(80,9,0,'2020-06-25 14:07:17','excerpt','','base64',1,'','',1),(82,10,0,'2020-06-25 14:10:59','field-title-0','','base64',1,'Q3J5cHRvIElzIE1vbmV5IC0gTGV0J3MgVXNlIEl0Lg==','Q3J5cHRvIGVzIGRpbmVybyAtIHVzw6ltb3Nsbw==',1),(83,10,0,'2020-06-25 14:10:59','field-title-0-name','','',0,'title-0','title-0',1),(84,10,0,'2020-06-25 14:10:59','field-title-0-type','','',0,'custom_field','custom_field',1),(85,10,0,'2020-06-25 14:10:59','field-description-0','','base64',1,'VGhpcyBpcyB0aGUgZnV0dXJlIG9mIGNyeXB0byBiYW5raW5nLiBDcnlwdG9XYWxsZXQgaXMgeW91ciBnYXRld2F5IHRvIGRpZ2l0YWwgY3VycmVuY3kgYW5kIGJleW9uZC4gV2l0aCBkZWRpY2F0ZWQgSUJBTnMgZm9yIHN1cHBvcnRlZCBmaWF0IGN1cnJlbmNpZXMsIHlvdSBjYW4gdXNlIENyeXB0b1dhbGxldCB0byBtYWtlIGJhbmsgdHJhbnNmZXJzLCBwYXkgYmlsbHMsIGFuZCBzcGVuZCBjcnlwdG8gaW4gc3RvcmVzLCBhbGwgd2l0aGluIGEgc2luZ2xlIHBsYXRmb3JtLg==','VGhpcyBpcyB0aGUgZnV0dXJlIG9mIGNyeXB0byBiYW5raW5nLiBDcnlwdG9XYWxsZXQgaXMgeW91ciBnYXRld2F5IHRvIGRpZ2l0YWwgY3VycmVuY3kgYW5kIGJleW9uZC4gV2l0aCBkZWRpY2F0ZWQgSUJBTnMgZm9yIHN1cHBvcnRlZCBmaWF0IGN1cnJlbmNpZXMsIHlvdSBjYW4gdXNlIENyeXB0b1dhbGxldCB0byBtYWtlIGJhbmsgdHJhbnNmZXJzLCBwYXkgYmlsbHMsIGFuZCBzcGVuZCBjcnlwdG8gaW4gc3RvcmVzLCBhbGwgd2l0aGluIGEgc2luZ2xlIHBsYXRmb3JtLg==',1),(86,10,0,'2020-06-25 14:10:59','field-description-0-name','','',0,'description-0','description-0',1),(87,10,0,'2020-06-25 14:10:59','field-description-0-type','','',0,'custom_field','custom_field',1),(88,10,0,'2020-06-25 14:10:59','original_id','','',0,'419','444',1),(89,10,0,'2020-06-25 14:10:59','title','','base64',1,'SG9tZQ==','SG9tZQ==',1),(90,10,0,'2020-06-25 14:10:59','body','','base64',1,'','',1),(91,10,0,'2020-06-25 14:10:59','excerpt','','base64',1,'','',1),(93,11,0,'2020-06-25 16:00:44','field-title-0','','base64',1,'Q3J5cHRvIElzIE1vbmV5IC0gTGV0J3MgVXNlIEl0Lg==','Q3J5cHRvIGVzIGRpbmVybyAtIHVzw6ltb3Nsbw==',1),(94,11,0,'2020-06-25 16:00:44','field-title-0-name','','',0,'title-0','title-0',1),(95,11,0,'2020-06-25 16:00:44','field-title-0-type','','',0,'custom_field','custom_field',1),(96,11,0,'2020-06-25 16:00:44','field-description-0','','base64',1,'VGhpcyBpcyB0aGUgZnV0dXJlIG9mIGNyeXB0byBiYW5raW5nLiBDcnlwdG9XYWxsZXQgaXMgeW91ciBnYXRld2F5IHRvIGRpZ2l0YWwgY3VycmVuY3kgYW5kIGJleW9uZC4gV2l0aCBkZWRpY2F0ZWQgSUJBTnMgZm9yIHN1cHBvcnRlZCBmaWF0IGN1cnJlbmNpZXMsIHlvdSBjYW4gdXNlIENyeXB0b1dhbGxldCB0byBtYWtlIGJhbmsgdHJhbnNmZXJzLCBwYXkgYmlsbHMsIGFuZCBzcGVuZCBjcnlwdG8gaW4gc3RvcmVzLCBhbGwgd2l0aGluIGEgc2luZ2xlIHBsYXRmb3JtLg==','VGhpcyBpcyB0aGUgZnV0dXJlIG9mIGNyeXB0byBiYW5raW5nLiBDcnlwdG9XYWxsZXQgaXMgeW91ciBnYXRld2F5IHRvIGRpZ2l0YWwgY3VycmVuY3kgYW5kIGJleW9uZC4gV2l0aCBkZWRpY2F0ZWQgSUJBTnMgZm9yIHN1cHBvcnRlZCBmaWF0IGN1cnJlbmNpZXMsIHlvdSBjYW4gdXNlIENyeXB0b1dhbGxldCB0byBtYWtlIGJhbmsgdHJhbnNmZXJzLCBwYXkgYmlsbHMsIGFuZCBzcGVuZCBjcnlwdG8gaW4gc3RvcmVzLCBhbGwgd2l0aGluIGEgc2luZ2xlIHBsYXRmb3JtLg==',1),(97,11,0,'2020-06-25 16:00:44','field-description-0-name','','',0,'description-0','description-0',1),(98,11,0,'2020-06-25 16:00:44','field-description-0-type','','',0,'custom_field','custom_field',1),(99,11,0,'2020-06-25 16:00:44','original_id','','',0,'419','444',1),(100,11,0,'2020-06-25 16:00:44','title','','base64',1,'SG9tZQ==','SG9tZQ==',1),(101,11,0,'2020-06-25 16:00:44','body','','base64',1,'','',1),(102,11,0,'2020-06-25 16:00:44','excerpt','','base64',1,'','',1),(104,12,0,'2020-06-25 16:01:52','field-title-0','','base64',1,'Q3J5cHRvIElzIE1vbmV5IC0gTGV0J3MgVXNlIEl0Lg==','Q3J5cHRvIGVzIGRpbmVybyAtIHVzw6ltb3Nsbw==',1),(105,12,0,'2020-06-25 16:01:52','field-title-0-name','','',0,'title-0','title-0',1),(106,12,0,'2020-06-25 16:01:52','field-title-0-type','','',0,'custom_field','custom_field',1),(107,12,0,'2020-06-25 16:01:52','field-description-0','','base64',1,'VGhpcyBpcyB0aGUgZnV0dXJlIG9mIGNyeXB0byBiYW5raW5nLiBDcnlwdG9XYWxsZXQgaXMgeW91ciBnYXRld2F5IHRvIGRpZ2l0YWwgY3VycmVuY3kgYW5kIGJleW9uZC4gV2l0aCBkZWRpY2F0ZWQgSUJBTnMgZm9yIHN1cHBvcnRlZCBmaWF0IGN1cnJlbmNpZXMsIHlvdSBjYW4gdXNlIENyeXB0b1dhbGxldCB0byBtYWtlIGJhbmsgdHJhbnNmZXJzLCBwYXkgYmlsbHMsIGFuZCBzcGVuZCBjcnlwdG8gaW4gc3RvcmVzLCBhbGwgd2l0aGluIGEgc2luZ2xlIHBsYXRmb3JtLg==','RXN0ZSBlcyBlbCBmdXR1cm8gZGUgbGEgY3JpcHRvYmFuY2EuIENyeXB0b1dhbGxldCBlcyBzdSBwdWVydGEgZGUgZW50cmFkYSBhIGxhIG1vbmVkYSBkaWdpdGFsIHkgbcOhcyBhbGzDoS4gQ29uIElCQU4gZGVkaWNhZG9zIHBhcmEgbW9uZWRhcyBmaWR1Y2lhcmlhcyBjb21wYXRpYmxlcywgcHVlZGUgdXNhciBDcnlwdG9XYWxsZXQgcGFyYSByZWFsaXphciB0cmFuc2ZlcmVuY2lhcyBiYW5jYXJpYXMsIHBhZ2FyIGZhY3R1cmFzIHkgZ2FzdGFyIGNyaXB0b21vbmVkYXMgZW4gdGllbmRhcywgdG9kbyBkZW50cm8gZGUgdW5hIHNvbGEgcGxhdGFmb3JtYS4=',1),(108,12,0,'2020-06-25 16:01:52','field-description-0-name','','',0,'description-0','description-0',1),(109,12,0,'2020-06-25 16:01:52','field-description-0-type','','',0,'custom_field','custom_field',1),(110,12,0,'2020-06-25 16:01:52','original_id','','',0,'419','444',1),(111,12,0,'2020-06-25 16:01:52','title','','base64',1,'SG9tZQ==','SG9tZQ==',1),(112,12,0,'2020-06-25 16:01:52','body','','base64',1,'','',1),(113,12,0,'2020-06-25 16:01:52','excerpt','','base64',1,'','',1),(115,13,0,'2020-06-25 16:35:15','field-title-0','','base64',1,'Q3J5cHRvIElzIE1vbmV5IC0gTGV0J3MgVXNlIEl0Lg==','Q3J5cHRvIGVzIGRpbmVybyAtIHVzw6ltb3Nsbw==',1),(116,13,0,'2020-06-25 16:35:15','field-title-0-name','','',0,'title-0','title-0',1),(117,13,0,'2020-06-25 16:35:15','field-title-0-type','','',0,'custom_field','custom_field',1),(118,13,0,'2020-06-25 16:35:15','field-description-0','','base64',1,'VGhpcyBpcyB0aGUgZnV0dXJlIG9mIGNyeXB0byBiYW5raW5nLiBDcnlwdG9XYWxsZXQgaXMgeW91ciBnYXRld2F5IHRvIGRpZ2l0YWwgY3VycmVuY3kgYW5kIGJleW9uZC4gV2l0aCBkZWRpY2F0ZWQgSUJBTnMgZm9yIHN1cHBvcnRlZCBmaWF0IGN1cnJlbmNpZXMsIHlvdSBjYW4gdXNlIENyeXB0b1dhbGxldCB0byBtYWtlIGJhbmsgdHJhbnNmZXJzLCBwYXkgYmlsbHMsIGFuZCBzcGVuZCBjcnlwdG8gaW4gc3RvcmVzLCBhbGwgd2l0aGluIGEgc2luZ2xlIHBsYXRmb3JtLg==','RXN0ZSBlcyBlbCBmdXR1cm8gZGUgbGEgY3JpcHRvYmFuY2EuIENyeXB0b1dhbGxldCBlcyBzdSBwdWVydGEgZGUgZW50cmFkYSBhIGxhIG1vbmVkYSBkaWdpdGFsIHkgbcOhcyBhbGzDoS4gQ29uIElCQU4gZGVkaWNhZG9zIHBhcmEgbW9uZWRhcyBmaWR1Y2lhcmlhcyBjb21wYXRpYmxlcywgcHVlZGUgdXNhciBDcnlwdG9XYWxsZXQgcGFyYSByZWFsaXphciB0cmFuc2ZlcmVuY2lhcyBiYW5jYXJpYXMsIHBhZ2FyIGZhY3R1cmFzIHkgZ2FzdGFyIGNyaXB0b21vbmVkYXMgZW4gdGllbmRhcywgdG9kbyBkZW50cm8gZGUgdW5hIHNvbGEgcGxhdGFmb3JtYS4=',1),(119,13,0,'2020-06-25 16:35:15','field-description-0-name','','',0,'description-0','description-0',1),(120,13,0,'2020-06-25 16:35:15','field-description-0-type','','',0,'custom_field','custom_field',1),(121,13,0,'2020-06-25 16:35:15','original_id','','',0,'419','444',1),(122,13,0,'2020-06-25 16:35:15','title','','base64',1,'SG9tZQ==','SG9tZQ==',1),(123,13,0,'2020-06-25 16:35:15','body','','base64',1,'','',1),(124,13,0,'2020-06-25 16:35:15','excerpt','','base64',1,'','',1),(126,14,0,'2020-06-25 16:37:27','field-title-0','','base64',1,'Q3J5cHRvIElzIE1vbmV5IC0gTGV0J3MgVXNlIEl0Lg==','Q3J5cHRvIElzIE1vbmV5IC0gTGV0J3MgVXNlIEl0Lg==',1),(127,14,0,'2020-06-25 16:37:27','field-title-0-name','','',0,'title-0','title-0',1),(128,14,0,'2020-06-25 16:37:27','field-title-0-type','','',0,'custom_field','custom_field',1),(129,14,0,'2020-06-25 16:37:27','field-description-0','','base64',1,'VGhpcyBpcyB0aGUgZnV0dXJlIG9mIGNyeXB0byBiYW5raW5nLiBDcnlwdG9XYWxsZXQgaXMgeW91ciBnYXRld2F5IHRvIGRpZ2l0YWwgY3VycmVuY3kgYW5kIGJleW9uZC4gV2l0aCBkZWRpY2F0ZWQgSUJBTnMgZm9yIHN1cHBvcnRlZCBmaWF0IGN1cnJlbmNpZXMsIHlvdSBjYW4gdXNlIENyeXB0b1dhbGxldCB0byBtYWtlIGJhbmsgdHJhbnNmZXJzLCBwYXkgYmlsbHMsIGFuZCBzcGVuZCBjcnlwdG8gaW4gc3RvcmVzLCBhbGwgd2l0aGluIGEgc2luZ2xlIHBsYXRmb3JtLg==','VGhpcyBpcyB0aGUgZnV0dXJlIG9mIGNyeXB0byBiYW5raW5nLiBDcnlwdG9XYWxsZXQgaXMgeW91ciBnYXRld2F5IHRvIGRpZ2l0YWwgY3VycmVuY3kgYW5kIGJleW9uZC4gV2l0aCBkZWRpY2F0ZWQgSUJBTnMgZm9yIHN1cHBvcnRlZCBmaWF0IGN1cnJlbmNpZXMsIHlvdSBjYW4gdXNlIENyeXB0b1dhbGxldCB0byBtYWtlIGJhbmsgdHJhbnNmZXJzLCBwYXkgYmlsbHMsIGFuZCBzcGVuZCBjcnlwdG8gaW4gc3RvcmVzLCBhbGwgd2l0aGluIGEgc2luZ2xlIHBsYXRmb3JtLg==',1),(130,14,0,'2020-06-25 16:37:27','field-description-0-name','','',0,'description-0','description-0',1),(131,14,0,'2020-06-25 16:37:27','field-description-0-type','','',0,'custom_field','custom_field',1),(132,14,0,'2020-06-25 16:37:27','original_id','','',0,'419','444',1),(133,14,0,'2020-06-25 16:37:27','title','','base64',1,'SG9tZQ==','SG9tZQ==',1),(134,14,0,'2020-06-25 16:37:27','body','','base64',1,'','',1),(135,14,0,'2020-06-25 16:37:27','excerpt','','base64',1,'','',1),(148,16,0,'2020-06-25 17:05:16','field-title-0','','base64',1,'Q3J5cHRvIElzIE1vbmV5IC0gTGV0J3MgVXNlIEl0Lg==','Q3J5cHRvIElzIE1vbmV5IC0gTGV0J3MgVXNlIEl0Lg==',1),(149,16,0,'2020-06-25 17:05:16','field-title-0-name','','',0,'title-0','title-0',1),(150,16,0,'2020-06-25 17:05:16','field-title-0-type','','',0,'custom_field','custom_field',1),(151,16,0,'2020-06-25 17:05:16','field-description-0','','base64',1,'VGhpcyBpcyB0aGUgZnV0dXJlIG9mIGNyeXB0byBiYW5raW5nLiBDcnlwdG9XYWxsZXQgaXMgeW91ciBnYXRld2F5IHRvIGRpZ2l0YWwgY3VycmVuY3kgYW5kIGJleW9uZC4gV2l0aCBkZWRpY2F0ZWQgSUJBTnMgZm9yIHN1cHBvcnRlZCBmaWF0IGN1cnJlbmNpZXMsIHlvdSBjYW4gdXNlIENyeXB0b1dhbGxldCB0byBtYWtlIGJhbmsgdHJhbnNmZXJzLCBwYXkgYmlsbHMsIGFuZCBzcGVuZCBjcnlwdG8gaW4gc3RvcmVzLCBhbGwgd2l0aGluIGEgc2luZ2xlIHBsYXRmb3JtLg==','VGhpcyBpcyB0aGUgZnV0dXJlIG9mIGNyeXB0byBiYW5raW5nLiBDcnlwdG9XYWxsZXQgaXMgeW91ciBnYXRld2F5IHRvIGRpZ2l0YWwgY3VycmVuY3kgYW5kIGJleW9uZC4gV2l0aCBkZWRpY2F0ZWQgSUJBTnMgZm9yIHN1cHBvcnRlZCBmaWF0IGN1cnJlbmNpZXMsIHlvdSBjYW4gdXNlIENyeXB0b1dhbGxldCB0byBtYWtlIGJhbmsgdHJhbnNmZXJzLCBwYXkgYmlsbHMsIGFuZCBzcGVuZCBjcnlwdG8gaW4gc3RvcmVzLCBhbGwgd2l0aGluIGEgc2luZ2xlIHBsYXRmb3JtLg==',1),(152,16,0,'2020-06-25 17:05:16','field-description-0-name','','',0,'description-0','description-0',1),(153,16,0,'2020-06-25 17:05:16','field-description-0-type','','',0,'custom_field','custom_field',1),(154,16,0,'2020-06-25 17:05:16','field-block_1_text-0','','base64',1,'V2UgaGF2ZSBhIHN0cm9uZyBjdXN0b21lciBmb2N1cyB3aXRoIHNob3J0IHdhaXRpbmcgdGltZXMgYW5kIHN1cHBvcnQgaW4gbXVsdGlwbGUgbGFuZ3VhZ2VzLg==','V2UgaGF2ZSBhIHN0cm9uZyBjdXN0b21lciBmb2N1cyB3aXRoIHNob3J0IHdhaXRpbmcgdGltZXMgYW5kIHN1cHBvcnQgaW4gbXVsdGlwbGUgbGFuZ3VhZ2VzLg==',1),(155,16,0,'2020-06-25 17:05:16','field-block_1_text-0-name','','',0,'block_1_text-0','block_1_text-0',1),(156,16,0,'2020-06-25 17:05:16','field-block_1_text-0-type','','',0,'custom_field','custom_field',1),(157,16,0,'2020-06-25 17:05:16','field-block_2_text-0','','base64',1,'Q3J5cHRvV2FsbGV0IG9mZmVycyBoaWdoLXF1YWxpdHkgc3VwcG9ydCB0aHJvdWdoIHRlbGVwaG9uZSwgTGl2ZUNoYXQsIHRpY2tldCBzdWJtaXNzaW9ucywgYW5kIFZJUCB0cmVhdG1lbnQgb3B0aW9ucy4=','Q3J5cHRvV2FsbGV0IG9mZmVycyBoaWdoLXF1YWxpdHkgc3VwcG9ydCB0aHJvdWdoIHRlbGVwaG9uZSwgTGl2ZUNoYXQsIHRpY2tldCBzdWJtaXNzaW9ucywgYW5kIFZJUCB0cmVhdG1lbnQgb3B0aW9ucy4=',1),(158,16,0,'2020-06-25 17:05:16','field-block_2_text-0-name','','',0,'block_2_text-0','block_2_text-0',1),(159,16,0,'2020-06-25 17:05:16','field-block_2_text-0-type','','',0,'custom_field','custom_field',1),(160,16,0,'2020-06-25 17:05:16','field-benefits-0','','base64',0,'Mw==','Mw==',1),(161,16,0,'2020-06-25 17:05:16','field-benefits-0-name','','',0,'benefits-0','benefits-0',1),(162,16,0,'2020-06-25 17:05:16','field-benefits-0-type','','',0,'custom_field','custom_field',1),(163,16,0,'2020-06-25 17:05:16','field-benefits_0_animation_card-0','','base64',1,'V2FsbGV0','V2FsbGV0',1),(164,16,0,'2020-06-25 17:05:16','field-benefits_0_animation_card-0-name','','',0,'benefits_0_animation_card-0','benefits_0_animation_card-0',1),(165,16,0,'2020-06-25 17:05:16','field-benefits_0_animation_card-0-type','','',0,'custom_field','custom_field',1),(166,16,0,'2020-06-25 17:05:16','field-benefits_0_description-0','','base64',1,'SXTigJlzIGEgd2FsbGV0IHdoZXJlIHlvdSBjYW4gc2VjdXJlbHkgc3RvcmUgeW91ciBjcnlwdG8gZnVuZHMu','SXTigJlzIGEgd2FsbGV0IHdoZXJlIHlvdSBjYW4gc2VjdXJlbHkgc3RvcmUgeW91ciBjcnlwdG8gZnVuZHMu',1),(167,16,0,'2020-06-25 17:05:16','field-benefits_0_description-0-name','','',0,'benefits_0_description-0','benefits_0_description-0',1),(168,16,0,'2020-06-25 17:05:16','field-benefits_0_description-0-type','','',0,'custom_field','custom_field',1),(169,16,0,'2020-06-25 17:05:16','field-benefits_0_title-0','','base64',1,'V2FsbGV0','V2FsbGV0',1),(170,16,0,'2020-06-25 17:05:16','field-benefits_0_title-0-name','','',0,'benefits_0_title-0','benefits_0_title-0',1),(171,16,0,'2020-06-25 17:05:16','field-benefits_0_title-0-type','','',0,'custom_field','custom_field',1),(172,16,0,'2020-06-25 17:05:16','field-benefits_1_animation_card-0','','base64',1,'RGViaXQgQ2FyZA==','RGViaXQgQ2FyZA==',1),(173,16,0,'2020-06-25 17:05:16','field-benefits_1_animation_card-0-name','','',0,'benefits_1_animation_card-0','benefits_1_animation_card-0',1),(174,16,0,'2020-06-25 17:05:16','field-benefits_1_animation_card-0-type','','',0,'custom_field','custom_field',1),(175,16,0,'2020-06-25 17:05:16','field-benefits_1_description-0','','base64',1,'SXTigJlzIGEgcHJlcGFpZCBjYXJkIHRoYXQgbGV0cyB5b3Ugc3BlbmQgY3J5cHRvIGluIGFueSBzdG9yZS4=','SXTigJlzIGEgcHJlcGFpZCBjYXJkIHRoYXQgbGV0cyB5b3Ugc3BlbmQgY3J5cHRvIGluIGFueSBzdG9yZS4=',1),(176,16,0,'2020-06-25 17:05:16','field-benefits_1_description-0-name','','',0,'benefits_1_description-0','benefits_1_description-0',1),(177,16,0,'2020-06-25 17:05:16','field-benefits_1_description-0-type','','',0,'custom_field','custom_field',1),(178,16,0,'2020-06-25 17:05:16','field-benefits_1_title-0','','base64',1,'Q2FyZA==','Q2FyZA==',1),(179,16,0,'2020-06-25 17:05:16','field-benefits_1_title-0-name','','',0,'benefits_1_title-0','benefits_1_title-0',1),(180,16,0,'2020-06-25 17:05:16','field-benefits_1_title-0-type','','',0,'custom_field','custom_field',1),(181,16,0,'2020-06-25 17:05:16','field-benefits_2_animation_card-0','','base64',1,'RXhjaGFuZ2UgQXBw','RXhjaGFuZ2UgQXBw',1),(182,16,0,'2020-06-25 17:05:16','field-benefits_2_animation_card-0-name','','',0,'benefits_2_animation_card-0','benefits_2_animation_card-0',1),(183,16,0,'2020-06-25 17:05:16','field-benefits_2_animation_card-0-type','','',0,'custom_field','custom_field',1),(184,16,0,'2020-06-25 17:05:16','field-benefits_2_description-0','','base64',1,'SXTigJlzIGFuIGV4Y2hhbmdlIHRoYXQgYWxsb3dzIHlvdSB0byBxdWlja2x5IGFuZCBlYXNpbHkgZXhjaGFuZ2UgY3J5cHRvIG9uIHlvdXIgcGhvbmUu','SXTigJlzIGFuIGV4Y2hhbmdlIHRoYXQgYWxsb3dzIHlvdSB0byBxdWlja2x5IGFuZCBlYXNpbHkgZXhjaGFuZ2UgY3J5cHRvIG9uIHlvdXIgcGhvbmUu',1),(185,16,0,'2020-06-25 17:05:16','field-benefits_2_description-0-name','','',0,'benefits_2_description-0','benefits_2_description-0',1),(186,16,0,'2020-06-25 17:05:16','field-benefits_2_description-0-type','','',0,'custom_field','custom_field',1),(187,16,0,'2020-06-25 17:05:16','field-benefits_2_title-0','','base64',1,'RXhjaGFuZ2U=','RXhjaGFuZ2U=',1),(188,16,0,'2020-06-25 17:05:16','field-benefits_2_title-0-name','','',0,'benefits_2_title-0','benefits_2_title-0',1),(189,16,0,'2020-06-25 17:05:16','field-benefits_2_title-0-type','','',0,'custom_field','custom_field',1),(190,16,0,'2020-06-25 17:05:16','field-benefits_contactless-0','','base64',0,'NA==','NA==',1),(191,16,0,'2020-06-25 17:05:16','field-benefits_contactless-0-name','','',0,'benefits_contactless-0','benefits_contactless-0',1),(192,16,0,'2020-06-25 17:05:16','field-benefits_contactless-0-type','','',0,'custom_field','custom_field',1),(193,16,0,'2020-06-25 17:05:16','field-benefits_contactless_0_description-0','','base64',1,'WW91IGNhbiBmaW5hbGx5IHNwZW5kIHlvdXIgY3J5cHRvY3VycmVuY3kgb24gcmVhbCBnb29kcyBhbmQgc2VydmljZXMgYW55d2hlcmUgdGhhdCBhY2NlcHRzIFZJU0Eu','WW91IGNhbiBmaW5hbGx5IHNwZW5kIHlvdXIgY3J5cHRvY3VycmVuY3kgb24gcmVhbCBnb29kcyBhbmQgc2VydmljZXMgYW55d2hlcmUgdGhhdCBhY2NlcHRzIFZJU0Eu',1),(194,16,0,'2020-06-25 17:05:16','field-benefits_contactless_0_description-0-name','','',0,'benefits_contactless_0_description-0','benefits_contactless_0_description-0',1),(195,16,0,'2020-06-25 17:05:16','field-benefits_contactless_0_description-0-type','','',0,'custom_field','custom_field',1),(196,16,0,'2020-06-25 17:05:16','field-benefits_contactless_0_icone-0','','base64',1,'bm90ZQ==','bm90ZQ==',1),(197,16,0,'2020-06-25 17:05:16','field-benefits_contactless_0_icone-0-name','','',0,'benefits_contactless_0_icone-0','benefits_contactless_0_icone-0',1),(198,16,0,'2020-06-25 17:05:16','field-benefits_contactless_0_icone-0-type','','',0,'custom_field','custom_field',1),(199,16,0,'2020-06-25 17:05:16','field-benefits_contactless_0_title-0','','base64',1,'U2hvcCBBbnl3aGVyZQ==','U2hvcCBBbnl3aGVyZQ==',1),(200,16,0,'2020-06-25 17:05:16','field-benefits_contactless_0_title-0-name','','',0,'benefits_contactless_0_title-0','benefits_contactless_0_title-0',1),(201,16,0,'2020-06-25 17:05:16','field-benefits_contactless_0_title-0-type','','',0,'custom_field','custom_field',1),(202,16,0,'2020-06-25 17:05:16','field-benefits_contactless_1_description-0','','base64',1,'Q29udmVydGluZyB5b3VyIGNyeXB0byB0byBmaWF0IGZvciBwdXJjaGFzZXMgaXMgc2ltcGxlIHVzaW5nIHRoZSBpbnN0YW50IGluLWFwcGV4Y2hhbmdlIGZlYXR1cmUuIFN0b3AgdGhlIGNyeXB0byBzaHVmZmxlIGFuZCBsZXQgQ3J5cHRvV2FsbGV0IGRvIHRoZSB3b3JrLg==','Q29udmVydGluZyB5b3VyIGNyeXB0byB0byBmaWF0IGZvciBwdXJjaGFzZXMgaXMgc2ltcGxlIHVzaW5nIHRoZSBpbnN0YW50IGluLWFwcGV4Y2hhbmdlIGZlYXR1cmUuIFN0b3AgdGhlIGNyeXB0byBzaHVmZmxlIGFuZCBsZXQgQ3J5cHRvV2FsbGV0IGRvIHRoZSB3b3JrLg==',1),(203,16,0,'2020-06-25 17:05:16','field-benefits_contactless_1_description-0-name','','',0,'benefits_contactless_1_description-0','benefits_contactless_1_description-0',1),(204,16,0,'2020-06-25 17:05:16','field-benefits_contactless_1_description-0-type','','',0,'custom_field','custom_field',1),(205,16,0,'2020-06-25 17:05:16','field-benefits_contactless_1_icone-0','','base64',1,'Y29pbg==','Y29pbg==',1),(206,16,0,'2020-06-25 17:05:16','field-benefits_contactless_1_icone-0-name','','',0,'benefits_contactless_1_icone-0','benefits_contactless_1_icone-0',1),(207,16,0,'2020-06-25 17:05:16','field-benefits_contactless_1_icone-0-type','','',0,'custom_field','custom_field',1),(208,16,0,'2020-06-25 17:05:16','field-benefits_contactless_1_title-0','','base64',1,'Q29udmVydA==','Q29udmVydA==',1),(209,16,0,'2020-06-25 17:05:16','field-benefits_contactless_1_title-0-name','','',0,'benefits_contactless_1_title-0','benefits_contactless_1_title-0',1),(210,16,0,'2020-06-25 17:05:16','field-benefits_contactless_1_title-0-type','','',0,'custom_field','custom_field',1),(211,16,0,'2020-06-25 17:05:16','field-benefits_contactless_2_description-0','','base64',1,'VGFrZSBhZHZhbnRhZ2Ugb2Ygb3VyIHVuaXF1ZSBjcnlwdG8gY2FzaGJhY2sgZmVhdHVyZSwgaXQgcHV0cyBtb25leSBpbiB5b3VyIHdhbGxldCAtIGxpdGVyYWxseS4gR2V0IGNhc2hiYWNrIGluIGNyeXB0byBvbiBwdXJjaGFzZXMgbWFkZSBpbiBzdG9yZSB3aXRoIHlvdXIgQ3J5cHRvV2FsbGV0IFZpc2EgZGViaXQgY2FyZC4=','VGFrZSBhZHZhbnRhZ2Ugb2Ygb3VyIHVuaXF1ZSBjcnlwdG8gY2FzaGJhY2sgZmVhdHVyZSwgaXQgcHV0cyBtb25leSBpbiB5b3VyIHdhbGxldCAtIGxpdGVyYWxseS4gR2V0IGNhc2hiYWNrIGluIGNyeXB0byBvbiBwdXJjaGFzZXMgbWFkZSBpbiBzdG9yZSB3aXRoIHlvdXIgQ3J5cHRvV2FsbGV0IFZpc2EgZGViaXQgY2FyZC4=',1),(212,16,0,'2020-06-25 17:05:16','field-benefits_contactless_2_description-0-name','','',0,'benefits_contactless_2_description-0','benefits_contactless_2_description-0',1),(213,16,0,'2020-06-25 17:05:16','field-benefits_contactless_2_description-0-type','','',0,'custom_field','custom_field',1),(214,16,0,'2020-06-25 17:05:16','field-benefits_contactless_2_icone-0','','base64',1,'Yml0Y29pbg==','Yml0Y29pbg==',1),(215,16,0,'2020-06-25 17:05:16','field-benefits_contactless_2_icone-0-name','','',0,'benefits_contactless_2_icone-0','benefits_contactless_2_icone-0',1),(216,16,0,'2020-06-25 17:05:16','field-benefits_contactless_2_icone-0-type','','',0,'custom_field','custom_field',1),(217,16,0,'2020-06-25 17:05:16','field-benefits_contactless_2_title-0','','base64',1,'VW5pcXVlIENyeXB0byBDYXNoYmFjaw==','VW5pcXVlIENyeXB0byBDYXNoYmFjaw==',1),(218,16,0,'2020-06-25 17:05:16','field-benefits_contactless_2_title-0-name','','',0,'benefits_contactless_2_title-0','benefits_contactless_2_title-0',1),(219,16,0,'2020-06-25 17:05:16','field-benefits_contactless_2_title-0-type','','',0,'custom_field','custom_field',1),(220,16,0,'2020-06-25 17:05:16','field-benefits_contactless_3_description-0','','base64',1,'TWFrZSBjcnlwdG8gcHVyY2hhc2VzIGluIHNlY29uZHMgYnkgc2ltcGx5IHRhcHBpbmcgeW91ciBjYXJkLg==','TWFrZSBjcnlwdG8gcHVyY2hhc2VzIGluIHNlY29uZHMgYnkgc2ltcGx5IHRhcHBpbmcgeW91ciBjYXJkLg==',1),(221,16,0,'2020-06-25 17:05:16','field-benefits_contactless_3_description-0-name','','',0,'benefits_contactless_3_description-0','benefits_contactless_3_description-0',1),(222,16,0,'2020-06-25 17:05:16','field-benefits_contactless_3_description-0-type','','',0,'custom_field','custom_field',1),(223,16,0,'2020-06-25 17:05:16','field-benefits_contactless_3_icone-0','','base64',1,'Y3JlZGl0','Y3JlZGl0',1),(224,16,0,'2020-06-25 17:05:16','field-benefits_contactless_3_icone-0-name','','',0,'benefits_contactless_3_icone-0','benefits_contactless_3_icone-0',1),(225,16,0,'2020-06-25 17:05:16','field-benefits_contactless_3_icone-0-type','','',0,'custom_field','custom_field',1),(226,16,0,'2020-06-25 17:05:16','field-benefits_contactless_3_title-0','','base64',1,'Q29udGFjdGxlc3M=','Q29udGFjdGxlc3M=',1),(227,16,0,'2020-06-25 17:05:16','field-benefits_contactless_3_title-0-name','','',0,'benefits_contactless_3_title-0','benefits_contactless_3_title-0',1),(228,16,0,'2020-06-25 17:05:16','field-benefits_contactless_3_title-0-type','','',0,'custom_field','custom_field',1),(229,16,0,'2020-06-25 17:05:16','field-block_1_licensed_and_secure_link-0','','base64',1,'aHR0cDovL2xvY2FsaG9zdC9jYXBwZW4vZ3JpZmxhbi1jcnlwdG8td2FsbGV0L3dlYi8=','aHR0cDovL2xvY2FsaG9zdC9jYXBwZW4vZ3JpZmxhbi1jcnlwdG8td2FsbGV0L3dlYi8=',1),(230,16,0,'2020-06-25 17:05:16','field-block_1_licensed_and_secure_link-0-name','','',0,'block_1_licensed_and_secure_link-0','block_1_licensed_and_secure_link-0',1),(231,16,0,'2020-06-25 17:05:16','field-block_1_licensed_and_secure_link-0-type','','',0,'custom_field','custom_field',1),(232,16,0,'2020-06-25 17:05:16','field-block_1_licensed_and_secure_subtitle-0','','base64',1,'TGljZW5zZWQgdG8gUHJvdmlkZSBWaXJ0dWFsIEN1cnJlbmN5IFdhbGxldCBTZXJ2aWNlcw==','TGljZW5zZWQgdG8gUHJvdmlkZSBWaXJ0dWFsIEN1cnJlbmN5IFdhbGxldCBTZXJ2aWNlcw==',1),(233,16,0,'2020-06-25 17:05:16','field-block_1_licensed_and_secure_subtitle-0-name','','',0,'block_1_licensed_and_secure_subtitle-0','block_1_licensed_and_secure_subtitle-0',1),(234,16,0,'2020-06-25 17:05:16','field-block_1_licensed_and_secure_subtitle-0-type','','',0,'custom_field','custom_field',1),(235,16,0,'2020-06-25 17:05:16','field-block_1_licensed_and_secure_text-0','','base64',1,'RXN0b25pYSBGSVUgTGljZW5zZSBOdW1iZXIgPHN0cm9uZz5GUkswMDAxMzE8L3N0cm9uZz4gZW5hYmxlcyBDcnlwdG9XYWxsZXQgdG8gcHJvdmlkZSBjcnlwdG9jdXJyZW5jeSBzdG9yYWdlIHNlcnZpY2VzIHRvIG91ciBjdXN0b21lcnMu','RXN0b25pYSBGSVUgTGljZW5zZSBOdW1iZXIgPHN0cm9uZz5GUkswMDAxMzE8L3N0cm9uZz4gZW5hYmxlcyBDcnlwdG9XYWxsZXQgdG8gcHJvdmlkZSBjcnlwdG9jdXJyZW5jeSBzdG9yYWdlIHNlcnZpY2VzIHRvIG91ciBjdXN0b21lcnMu',1),(236,16,0,'2020-06-25 17:05:16','field-block_1_licensed_and_secure_text-0-name','','',0,'block_1_licensed_and_secure_text-0','block_1_licensed_and_secure_text-0',1),(237,16,0,'2020-06-25 17:05:16','field-block_1_licensed_and_secure_text-0-type','','',0,'custom_field','custom_field',1),(238,16,0,'2020-06-25 17:05:16','field-block_1_licensed_and_secure_text_link-0','','base64',1,'VmVyaWZ5IExpY2Vuc2UgT25saW5l','VmVyaWZ5IExpY2Vuc2UgT25saW5l',1),(239,16,0,'2020-06-25 17:05:16','field-block_1_licensed_and_secure_text_link-0-name','','',0,'block_1_licensed_and_secure_text_link-0','block_1_licensed_and_secure_text_link-0',1),(240,16,0,'2020-06-25 17:05:16','field-block_1_licensed_and_secure_text_link-0-type','','',0,'custom_field','custom_field',1),(241,16,0,'2020-06-25 17:05:16','field-block_1_subtitle-0','','base64',1,'U3Ryb25nIEN1c3RvbWVyIEZvY3Vz','U3Ryb25nIEN1c3RvbWVyIEZvY3Vz',1),(242,16,0,'2020-06-25 17:05:16','field-block_1_subtitle-0-name','','',0,'block_1_subtitle-0','block_1_subtitle-0',1),(243,16,0,'2020-06-25 17:05:16','field-block_1_subtitle-0-type','','',0,'custom_field','custom_field',1),(244,16,0,'2020-06-25 17:05:16','field-block_2_licensed_and_secure_link-0','','base64',1,'aHR0cDovL2xvY2FsaG9zdC9jYXBwZW4vZ3JpZmxhbi1jcnlwdG8td2FsbGV0L3dlYi8=','aHR0cDovL2xvY2FsaG9zdC9jYXBwZW4vZ3JpZmxhbi1jcnlwdG8td2FsbGV0L3dlYi8=',1),(245,16,0,'2020-06-25 17:05:16','field-block_2_licensed_and_secure_link-0-name','','',0,'block_2_licensed_and_secure_link-0','block_2_licensed_and_secure_link-0',1),(246,16,0,'2020-06-25 17:05:16','field-block_2_licensed_and_secure_link-0-type','','',0,'custom_field','custom_field',1),(247,16,0,'2020-06-25 17:05:16','field-block_2_licensed_and_secure_subtitle-0','','base64',1,'TGljZW5zZWQgdG8gUHJvdmlkZSBGaWF0IHRvIFZpcnR1YWwgQ3VycmVuY3kgRXhjaGFuZ2UgU2VydmljZXM=','TGljZW5zZWQgdG8gUHJvdmlkZSBGaWF0IHRvIFZpcnR1YWwgQ3VycmVuY3kgRXhjaGFuZ2UgU2VydmljZXM=',1),(248,16,0,'2020-06-25 17:05:16','field-block_2_licensed_and_secure_subtitle-0-name','','',0,'block_2_licensed_and_secure_subtitle-0','block_2_licensed_and_secure_subtitle-0',1),(249,16,0,'2020-06-25 17:05:16','field-block_2_licensed_and_secure_subtitle-0-type','','',0,'custom_field','custom_field',1),(250,16,0,'2020-06-25 17:05:16','field-block_2_licensed_and_secure_text-0','','base64',1,'RXN0b25pYSBGSVUgTGljZW5zZSBOdW1iZXIgPHN0cm9uZz5GUlYwMDAxNDM8L3N0cm9uZz4gYWxsb3dzIHVzIHRvIG9mZmVyIGRpcmVjdCBjcnlwdG8gdG8gZmlhdCB0cmFkaW5nIGFzIHdlbGwgYXMgaW50ZXItY3J5cHRvY3VycmVuY3kgZXhjaGFuZ2Ugc2VydmljZXMu','RXN0b25pYSBGSVUgTGljZW5zZSBOdW1iZXIgPHN0cm9uZz5GUlYwMDAxNDM8L3N0cm9uZz4gYWxsb3dzIHVzIHRvIG9mZmVyIGRpcmVjdCBjcnlwdG8gdG8gZmlhdCB0cmFkaW5nIGFzIHdlbGwgYXMgaW50ZXItY3J5cHRvY3VycmVuY3kgZXhjaGFuZ2Ugc2VydmljZXMu',1),(251,16,0,'2020-06-25 17:05:16','field-block_2_licensed_and_secure_text-0-name','','',0,'block_2_licensed_and_secure_text-0','block_2_licensed_and_secure_text-0',1),(252,16,0,'2020-06-25 17:05:16','field-block_2_licensed_and_secure_text-0-type','','',0,'custom_field','custom_field',1),(253,16,0,'2020-06-25 17:05:16','field-block_2_licensed_and_secure_text_link-0','','base64',1,'VmVyaWZ5IExpY2Vuc2UgT25saW5l','VmVyaWZ5IExpY2Vuc2UgT25saW5l',1),(254,16,0,'2020-06-25 17:05:16','field-block_2_licensed_and_secure_text_link-0-name','','',0,'block_2_licensed_and_secure_text_link-0','block_2_licensed_and_secure_text_link-0',1),(255,16,0,'2020-06-25 17:05:16','field-block_2_licensed_and_secure_text_link-0-type','','',0,'custom_field','custom_field',1),(256,16,0,'2020-06-25 17:05:16','field-block_2_subtitle-0','','base64',1,'SGlnaCBRdWFsaXR5IFN1cHBvcnQ=','SGlnaCBRdWFsaXR5IFN1cHBvcnQ=',1),(257,16,0,'2020-06-25 17:05:16','field-block_2_subtitle-0-name','','',0,'block_2_subtitle-0','block_2_subtitle-0',1),(258,16,0,'2020-06-25 17:05:16','field-block_2_subtitle-0-type','','',0,'custom_field','custom_field',1),(259,16,0,'2020-06-25 17:05:16','field-description_client_support-0','','base64',1,'TmV2ZXIgYmUgbGVmdCB3aXRob3V0IGFuc3dlcnMgLSBDcnlwdG9XYWxsZXTigJlzIGludGVybmF0aW9uYWwgc3VwcG9ydCB0ZWFtIGlzIGhlcmUgdG8gaGVscC4=','TmV2ZXIgYmUgbGVmdCB3aXRob3V0IGFuc3dlcnMgLSBDcnlwdG9XYWxsZXTigJlzIGludGVybmF0aW9uYWwgc3VwcG9ydCB0ZWFtIGlzIGhlcmUgdG8gaGVscC4=',1),(260,16,0,'2020-06-25 17:05:16','field-description_client_support-0-name','','',0,'description_client_support-0','description_client_support-0',1),(261,16,0,'2020-06-25 17:05:16','field-description_client_support-0-type','','',0,'custom_field','custom_field',1),(262,16,0,'2020-06-25 17:05:16','field-description_coins-0','','base64',1,'Q2hlY2sgb3V0IG91ciBmdWxsIGxpc3Qgb2Ygb3VyIHN1cHBvcnRlZCBjdXJyZW5jaWVzLiA=','Q2hlY2sgb3V0IG91ciBmdWxsIGxpc3Qgb2Ygb3VyIHN1cHBvcnRlZCBjdXJyZW5jaWVzLiA=',1),(263,16,0,'2020-06-25 17:05:16','field-description_coins-0-name','','',0,'description_coins-0','description_coins-0',1),(264,16,0,'2020-06-25 17:05:16','field-description_coins-0-type','','',0,'custom_field','custom_field',1),(265,16,0,'2020-06-25 17:05:16','field-description_contactless-0','','base64',1,'Q3J5cHRvY3VycmVuY3kgYWRvcHRpb24gaXMgaGVyZSB3aXRoIG91ciBpbm5vdmF0aXZlIG5ldyBjb250YWN0bGVzcyBkZWJpdCBjYXJkLg==','Q3J5cHRvY3VycmVuY3kgYWRvcHRpb24gaXMgaGVyZSB3aXRoIG91ciBpbm5vdmF0aXZlIG5ldyBjb250YWN0bGVzcyBkZWJpdCBjYXJkLg==',1),(266,16,0,'2020-06-25 17:05:16','field-description_contactless-0-name','','',0,'description_contactless-0','description_contactless-0',1),(267,16,0,'2020-06-25 17:05:16','field-description_contactless-0-type','','',0,'custom_field','custom_field',1),(268,16,0,'2020-06-25 17:05:16','field-description_cryptowallet-0','','base64',1,'Q3J5cHRvV2FsbGV0IGlzIGFuIGVuZC10by1lbmQgY3J5cHRvIGJhbmtpbmcgYW5kIGNvbW1lcmNpYWwgc29sdXRpb24u','Q3J5cHRvV2FsbGV0IGlzIGFuIGVuZC10by1lbmQgY3J5cHRvIGJhbmtpbmcgYW5kIGNvbW1lcmNpYWwgc29sdXRpb24u',1),(269,16,0,'2020-06-25 17:05:16','field-description_cryptowallet-0-name','','',0,'description_cryptowallet-0','description_cryptowallet-0',1),(270,16,0,'2020-06-25 17:05:16','field-description_cryptowallet-0-type','','',0,'custom_field','custom_field',1),(271,16,0,'2020-06-25 17:05:16','field-description_licensed_and_secure-0','','base64',1,'Q3J5cHRvV2FsbGV0IGlzIHNlY3VyZWQgYnkgQml0R28sIHRoZSB3b3JsZOKAmXMgbGVhZGluZyBCaXRjb2luIHBheW1lbnQgcHJvY2Vzc29yLiBEaWdpdGFsIGFzc2V0cyBhbmQgdXNlciBwcml2YWN5IGFyZSBwcm90ZWN0ZWQgYnkgY3V0dGluZy1lZGdlIHNlY3VyaXR5IG1lYXN1cmVzIGxpa2UgdHdvLWZhY3RvciBhdXRoZW50aWNhdGlvbiwgZW5kLXRvLWVuZCBlbmNyeXB0aW9uLCBhbmQgbXVsdGktc2lnbmF0dXJlIGNvbGQgc3RvcmFnZSB3YWxsZXRzLiBDcnlwdG9XYWxsZXQgaGFzIG9idGFpbmVkIGxpY2Vuc2VzIGZyb20gdGhlIHN0YXRlIG9mIEVzdG9uaWEgZW5zdXJpbmcgZnVsbCBsZWdhbCBjb21wbGlhbmNlIGluIGhhbmRsaW5nIGFuZCBmYWNpbGl0YXRpbmcgdGhlIHRyYWRlIG9mIGNyeXB0b2N1cnJlbmNpZXMu','Q3J5cHRvV2FsbGV0IGlzIHNlY3VyZWQgYnkgQml0R28sIHRoZSB3b3JsZOKAmXMgbGVhZGluZyBCaXRjb2luIHBheW1lbnQgcHJvY2Vzc29yLiBEaWdpdGFsIGFzc2V0cyBhbmQgdXNlciBwcml2YWN5IGFyZSBwcm90ZWN0ZWQgYnkgY3V0dGluZy1lZGdlIHNlY3VyaXR5IG1lYXN1cmVzIGxpa2UgdHdvLWZhY3RvciBhdXRoZW50aWNhdGlvbiwgZW5kLXRvLWVuZCBlbmNyeXB0aW9uLCBhbmQgbXVsdGktc2lnbmF0dXJlIGNvbGQgc3RvcmFnZSB3YWxsZXRzLiBDcnlwdG9XYWxsZXQgaGFzIG9idGFpbmVkIGxpY2Vuc2VzIGZyb20gdGhlIHN0YXRlIG9mIEVzdG9uaWEgZW5zdXJpbmcgZnVsbCBsZWdhbCBjb21wbGlhbmNlIGluIGhhbmRsaW5nIGFuZCBmYWNpbGl0YXRpbmcgdGhlIHRyYWRlIG9mIGNyeXB0b2N1cnJlbmNpZXMu',1),(272,16,0,'2020-06-25 17:05:16','field-description_licensed_and_secure-0-name','','',0,'description_licensed_and_secure-0','description_licensed_and_secure-0',1),(273,16,0,'2020-06-25 17:05:16','field-description_licensed_and_secure-0-type','','',0,'custom_field','custom_field',1),(274,16,0,'2020-06-25 17:05:16','field-description_payment-0','','base64',1,'QWNjZXB0IHRvcCBjcnlwdG9jdXJyZW5jaWVzIG9uIHlvdXIgYnVzaW5lc3Mgd2Vic2l0ZSB3aXRoIHRoZSBsb3dlc3QgZmVlcyBpbiB0aGUgaW5kdXN0cnkuIE91ciBwYXltZW50IHdpZGdldCBpcyBzdXBwb3J0ZWQgYnkgdGhlIG1hcmtldC1sZWFkaW5nZS1jb21tZXJjZSBwbHVnaW5zIGxpa2U6','QWNjZXB0IHRvcCBjcnlwdG9jdXJyZW5jaWVzIG9uIHlvdXIgYnVzaW5lc3Mgd2Vic2l0ZSB3aXRoIHRoZSBsb3dlc3QgZmVlcyBpbiB0aGUgaW5kdXN0cnkuIE91ciBwYXltZW50IHdpZGdldCBpcyBzdXBwb3J0ZWQgYnkgdGhlIG1hcmtldC1sZWFkaW5nZS1jb21tZXJjZSBwbHVnaW5zIGxpa2U6',1),(275,16,0,'2020-06-25 17:05:16','field-description_payment-0-name','','',0,'description_payment-0','description_payment-0',1),(276,16,0,'2020-06-25 17:05:16','field-description_payment-0-type','','',0,'custom_field','custom_field',1),(277,16,0,'2020-06-25 17:05:16','field-description_quick_crypto-0','','base64',1,'U2tpcCB0aGUgdGltZS1jb25zdW1pbmcgaGFzc2xlIG9mIHVzaW5nIGV4Y2hhbmdlcyEgQSBzd2lmdCwgc2VjdXJlIDxicj4gbWV0aG9kIGZvciBidXlpbmcgYW5kIHRyYWRpbmcgb3ZlciAxNDAgY3J5cHRvY3VycmVuY2llcy4=','U2tpcCB0aGUgdGltZS1jb25zdW1pbmcgaGFzc2xlIG9mIHVzaW5nIGV4Y2hhbmdlcyEgQSBzd2lmdCwgc2VjdXJlIDxicj4gbWV0aG9kIGZvciBidXlpbmcgYW5kIHRyYWRpbmcgb3ZlciAxNDAgY3J5cHRvY3VycmVuY2llcy4=',1),(278,16,0,'2020-06-25 17:05:16','field-description_quick_crypto-0-name','','',0,'description_quick_crypto-0','description_quick_crypto-0',1),(279,16,0,'2020-06-25 17:05:16','field-description_quick_crypto-0-type','','',0,'custom_field','custom_field',1),(280,16,0,'2020-06-25 17:05:16','field-description_works-0','','base64',1,'SGVyZeKAmXMgaG93IGl0IHdvcmtzLg==','SGVyZeKAmXMgaG93IGl0IHdvcmtzLg==',1),(281,16,0,'2020-06-25 17:05:16','field-description_works-0-name','','',0,'description_works-0','description_works-0',1),(282,16,0,'2020-06-25 17:05:16','field-description_works-0-type','','',0,'custom_field','custom_field',1),(283,16,0,'2020-06-25 17:05:16','field-exchange_effortlessly_subtitle-0','','base64',1,'RXhjaGFuZ2UgRWZmb3J0bGVzc2x5','RXhjaGFuZ2UgRWZmb3J0bGVzc2x5',1),(284,16,0,'2020-06-25 17:05:16','field-exchange_effortlessly_subtitle-0-name','','',0,'exchange_effortlessly_subtitle-0','exchange_effortlessly_subtitle-0',1),(285,16,0,'2020-06-25 17:05:16','field-exchange_effortlessly_subtitle-0-type','','',0,'custom_field','custom_field',1),(286,16,0,'2020-06-25 17:05:16','field-exchange_effortlessly_text-0','','base64',1,'VGhlIGFwcCBsZXRzIHlvdSBleGNoYW5nZSBzdXBwb3J0ZWQgY3J5cHRvY3VycmVuY2llcyBlZmZvcnRsZXNzbHkgLCBhbGxvd2luZyB5b3UgdG8gc3BlbmQgeW91ciBjcnlwdG8gZnVuZHMgeW91ciB3YXku','VGhlIGFwcCBsZXRzIHlvdSBleGNoYW5nZSBzdXBwb3J0ZWQgY3J5cHRvY3VycmVuY2llcyBlZmZvcnRsZXNzbHkgLCBhbGxvd2luZyB5b3UgdG8gc3BlbmQgeW91ciBjcnlwdG8gZnVuZHMgeW91ciB3YXku',1),(287,16,0,'2020-06-25 17:05:16','field-exchange_effortlessly_text-0-name','','',0,'exchange_effortlessly_text-0','exchange_effortlessly_text-0',1),(288,16,0,'2020-06-25 17:05:16','field-exchange_effortlessly_text-0-type','','',0,'custom_field','custom_field',1),(289,16,0,'2020-06-25 17:05:16','field-link_licensed_and_secure-0','','base64',1,'aHR0cDovL2xvY2FsaG9zdC9jYXBwZW4vZ3JpZmxhbi1jcnlwdG8td2FsbGV0L3dlYi8=','aHR0cDovL2xvY2FsaG9zdC9jYXBwZW4vZ3JpZmxhbi1jcnlwdG8td2FsbGV0L3dlYi8=',1),(290,16,0,'2020-06-25 17:05:16','field-link_licensed_and_secure-0-name','','',0,'link_licensed_and_secure-0','link_licensed_and_secure-0',1),(291,16,0,'2020-06-25 17:05:16','field-link_licensed_and_secure-0-type','','',0,'custom_field','custom_field',1),(292,16,0,'2020-06-25 17:05:16','field-logos-0','','base64',0,'Ng==','Ng==',1),(293,16,0,'2020-06-25 17:05:16','field-logos-0-name','','',0,'logos-0','logos-0',1),(294,16,0,'2020-06-25 17:05:16','field-logos-0-type','','',0,'custom_field','custom_field',1),(295,16,0,'2020-06-25 17:05:16','field-logos_0_logo-0','','base64',0,'NjI2','NjI2',1),(296,16,0,'2020-06-25 17:05:16','field-logos_0_logo-0-name','','',0,'logos_0_logo-0','logos_0_logo-0',1),(297,16,0,'2020-06-25 17:05:16','field-logos_0_logo-0-type','','',0,'custom_field','custom_field',1),(298,16,0,'2020-06-25 17:05:16','field-logos_0_logo_hover-0','','base64',0,'MTE0Ng==','MTE0Ng==',1),(299,16,0,'2020-06-25 17:05:16','field-logos_0_logo_hover-0-name','','',0,'logos_0_logo_hover-0','logos_0_logo_hover-0',1),(300,16,0,'2020-06-25 17:05:16','field-logos_0_logo_hover-0-type','','',0,'custom_field','custom_field',1),(301,16,0,'2020-06-25 17:05:16','field-logos_1_logo-0','','base64',0,'NjMx','NjMx',1),(302,16,0,'2020-06-25 17:05:16','field-logos_1_logo-0-name','','',0,'logos_1_logo-0','logos_1_logo-0',1),(303,16,0,'2020-06-25 17:05:16','field-logos_1_logo-0-type','','',0,'custom_field','custom_field',1),(304,16,0,'2020-06-25 17:05:16','field-logos_1_logo_hover-0','','base64',0,'MTE1MQ==','MTE1MQ==',1),(305,16,0,'2020-06-25 17:05:16','field-logos_1_logo_hover-0-name','','',0,'logos_1_logo_hover-0','logos_1_logo_hover-0',1),(306,16,0,'2020-06-25 17:05:16','field-logos_1_logo_hover-0-type','','',0,'custom_field','custom_field',1),(307,16,0,'2020-06-25 17:05:16','field-logos_2_logo-0','','base64',0,'NjUx','NjUx',1),(308,16,0,'2020-06-25 17:05:16','field-logos_2_logo-0-name','','',0,'logos_2_logo-0','logos_2_logo-0',1),(309,16,0,'2020-06-25 17:05:16','field-logos_2_logo-0-type','','',0,'custom_field','custom_field',1),(310,16,0,'2020-06-25 17:05:16','field-logos_2_logo_hover-0','','base64',0,'MTE1Ng==','MTE1Ng==',1),(311,16,0,'2020-06-25 17:05:16','field-logos_2_logo_hover-0-name','','',0,'logos_2_logo_hover-0','logos_2_logo_hover-0',1),(312,16,0,'2020-06-25 17:05:16','field-logos_2_logo_hover-0-type','','',0,'custom_field','custom_field',1),(313,16,0,'2020-06-25 17:05:16','field-logos_3_logo-0','','base64',0,'NjU2','NjU2',1),(314,16,0,'2020-06-25 17:05:16','field-logos_3_logo-0-name','','',0,'logos_3_logo-0','logos_3_logo-0',1),(315,16,0,'2020-06-25 17:05:16','field-logos_3_logo-0-type','','',0,'custom_field','custom_field',1),(316,16,0,'2020-06-25 17:05:16','field-logos_3_logo_hover-0','','base64',0,'MTE2MQ==','MTE2MQ==',1),(317,16,0,'2020-06-25 17:05:16','field-logos_3_logo_hover-0-name','','',0,'logos_3_logo_hover-0','logos_3_logo_hover-0',1),(318,16,0,'2020-06-25 17:05:16','field-logos_3_logo_hover-0-type','','',0,'custom_field','custom_field',1),(319,16,0,'2020-06-25 17:05:16','field-logos_4_logo-0','','base64',0,'NjM2','NjM2',1),(320,16,0,'2020-06-25 17:05:16','field-logos_4_logo-0-name','','',0,'logos_4_logo-0','logos_4_logo-0',1),(321,16,0,'2020-06-25 17:05:16','field-logos_4_logo-0-type','','',0,'custom_field','custom_field',1),(322,16,0,'2020-06-25 17:05:16','field-logos_4_logo_hover-0','','base64',0,'MTE2Ng==','MTE2Ng==',1),(323,16,0,'2020-06-25 17:05:16','field-logos_4_logo_hover-0-name','','',0,'logos_4_logo_hover-0','logos_4_logo_hover-0',1),(324,16,0,'2020-06-25 17:05:16','field-logos_4_logo_hover-0-type','','',0,'custom_field','custom_field',1),(325,16,0,'2020-06-25 17:05:16','field-logos_5_logo-0','','base64',0,'NjQ2','NjQ2',1),(326,16,0,'2020-06-25 17:05:16','field-logos_5_logo-0-name','','',0,'logos_5_logo-0','logos_5_logo-0',1),(327,16,0,'2020-06-25 17:05:16','field-logos_5_logo-0-type','','',0,'custom_field','custom_field',1),(328,16,0,'2020-06-25 17:05:16','field-logos_5_logo_hover-0','','base64',0,'MTE3MQ==','MTE3MQ==',1),(329,16,0,'2020-06-25 17:05:16','field-logos_5_logo_hover-0-name','','',0,'logos_5_logo_hover-0','logos_5_logo_hover-0',1),(330,16,0,'2020-06-25 17:05:16','field-logos_5_logo_hover-0-type','','',0,'custom_field','custom_field',1),(331,16,0,'2020-06-25 17:05:16','field-qr_code-0','','base64',0,'NTMx','NTMx',1),(332,16,0,'2020-06-25 17:05:16','field-qr_code-0-name','','',0,'qr_code-0','qr_code-0',1),(333,16,0,'2020-06-25 17:05:16','field-qr_code-0-type','','',0,'custom_field','custom_field',1),(334,16,0,'2020-06-25 17:05:16','field-step_1_title-0','','base64',1,'RG93bmxvYWQgDQp0aGUgYXBw','RG93bmxvYWQgDQp0aGUgYXBw',1),(335,16,0,'2020-06-25 17:05:16','field-step_1_title-0-name','','',0,'step_1_title-0','step_1_title-0',1),(336,16,0,'2020-06-25 17:05:16','field-step_1_title-0-type','','',0,'custom_field','custom_field',1),(337,16,0,'2020-06-25 17:05:16','field-step_2_title-0','','base64',1,'T3JkZXIgVGhlIA0KQ2FyZA==','T3JkZXIgVGhlIA0KQ2FyZA==',1),(338,16,0,'2020-06-25 17:05:16','field-step_2_title-0-name','','',0,'step_2_title-0','step_2_title-0',1),(339,16,0,'2020-06-25 17:05:16','field-step_2_title-0-type','','',0,'custom_field','custom_field',1),(340,16,0,'2020-06-25 17:05:16','field-step_3_title-0','','base64',1,'TG9hZCBUaGUgQ2FyZCANCldpdGggRnVuZHM=','TG9hZCBUaGUgQ2FyZCANCldpdGggRnVuZHM=',1),(341,16,0,'2020-06-25 17:05:16','field-step_3_title-0-name','','',0,'step_3_title-0','step_3_title-0',1),(342,16,0,'2020-06-25 17:05:16','field-step_3_title-0-type','','',0,'custom_field','custom_field',1),(343,16,0,'2020-06-25 17:05:16','field-step_4_title-0','','base64',1,'U3RhcnQgDQpzcGVuZGluZyE=','U3RhcnQgDQpzcGVuZGluZyE=',1),(344,16,0,'2020-06-25 17:05:16','field-step_4_title-0-name','','',0,'step_4_title-0','step_4_title-0',1),(345,16,0,'2020-06-25 17:05:16','field-step_4_title-0-type','','',0,'custom_field','custom_field',1),(346,16,0,'2020-06-25 17:05:16','field-title_client_support-0','','base64',1,'V29ybGQgQ2xhc3MgDQpDbGllbnQgU3VwcG9ydA==','V29ybGQgQ2xhc3MgDQpDbGllbnQgU3VwcG9ydA==',1),(347,16,0,'2020-06-25 17:05:16','field-title_client_support-0-name','','',0,'title_client_support-0','title_client_support-0',1),(348,16,0,'2020-06-25 17:05:16','field-title_client_support-0-type','','',0,'custom_field','custom_field',1),(349,16,0,'2020-06-25 17:05:16','field-title_coins-0','','base64',1,'QSBVbml2ZXJzYWwgQ3J5cHRvV2FsbGV0','QSBVbml2ZXJzYWwgQ3J5cHRvV2FsbGV0',1),(350,16,0,'2020-06-25 17:05:16','field-title_coins-0-name','','',0,'title_coins-0','title_coins-0',1),(351,16,0,'2020-06-25 17:05:16','field-title_coins-0-type','','',0,'custom_field','custom_field',1),(352,16,0,'2020-06-25 17:05:16','field-title_contactless-0','','base64',1,'QSBDb250YWN0bGVzcyBDcnlwdG8gV2FsbGV0IA0KRGViaXQgQ2FyZCBXaXRoIENhc2hiYWNr','QSBDb250YWN0bGVzcyBDcnlwdG8gV2FsbGV0IA0KRGViaXQgQ2FyZCBXaXRoIENhc2hiYWNr',1),(353,16,0,'2020-06-25 17:05:16','field-title_contactless-0-name','','',0,'title_contactless-0','title_contactless-0',1),(354,16,0,'2020-06-25 17:05:16','field-title_contactless-0-type','','',0,'custom_field','custom_field',1),(355,16,0,'2020-06-25 17:05:16','field-title_licensed_and_secure-0','','base64',1,'TGljZW5zZWQgYW5kIFNlY3VyZQ==','TGljZW5zZWQgYW5kIFNlY3VyZQ==',1),(356,16,0,'2020-06-25 17:05:16','field-title_licensed_and_secure-0-name','','',0,'title_licensed_and_secure-0','title_licensed_and_secure-0',1),(357,16,0,'2020-06-25 17:05:16','field-title_licensed_and_secure-0-type','','',0,'custom_field','custom_field',1),(358,16,0,'2020-06-25 17:05:16','field-title_payment-0','','base64',1,'QSBQYXltZW50IEdhdGV3YXk=','QSBQYXltZW50IEdhdGV3YXk=',1),(359,16,0,'2020-06-25 17:05:16','field-title_payment-0-name','','',0,'title_payment-0','title_payment-0',1),(360,16,0,'2020-06-25 17:05:16','field-title_payment-0-type','','',0,'custom_field','custom_field',1),(361,16,0,'2020-06-25 17:05:16','field-title_press-0','','base64',1,'Q3J5cHRvV2FsbGV0IGluIHRoZSBQcmVzcw==','Q3J5cHRvV2FsbGV0IGluIHRoZSBQcmVzcw==',1),(362,16,0,'2020-06-25 17:05:16','field-title_press-0-name','','',0,'title_press-0','title_press-0',1),(363,16,0,'2020-06-25 17:05:16','field-title_press-0-type','','',0,'custom_field','custom_field',1),(364,16,0,'2020-06-25 17:05:16','field-title_quick_crypto-0','','base64',1,'QSBRdWljayBDcnlwdG8gRXhjaGFuZ2U=','QSBRdWljayBDcnlwdG8gRXhjaGFuZ2U=',1),(365,16,0,'2020-06-25 17:05:16','field-title_quick_crypto-0-name','','',0,'title_quick_crypto-0','title_quick_crypto-0',1),(366,16,0,'2020-06-25 17:05:16','field-title_quick_crypto-0-type','','',0,'custom_field','custom_field',1),(367,16,0,'2020-06-25 17:05:16','field-title_wallet_app-0','','base64',1,'R2V0IHRoZSBDcnlwdG8gDQpXYWxsZXQgQXBwIGFuZCBqb2luIG91ciBjb21tdW5pdHk=','R2V0IHRoZSBDcnlwdG8gDQpXYWxsZXQgQXBwIGFuZCBqb2luIG91ciBjb21tdW5pdHk=',1),(368,16,0,'2020-06-25 17:05:16','field-title_wallet_app-0-name','','',0,'title_wallet_app-0','title_wallet_app-0',1),(369,16,0,'2020-06-25 17:05:16','field-title_wallet_app-0-type','','',0,'custom_field','custom_field',1),(370,16,0,'2020-06-25 17:05:16','field-title_welcome-0','','base64',1,'V2VsY29tZSB0byB5b3VyIGdhdGV3YXkgDQpmb3IgZGlnaXRhbCBjdXJyZW5jeS4=','V2VsY29tZSB0byB5b3VyIGdhdGV3YXkgDQpmb3IgZGlnaXRhbCBjdXJyZW5jeS4=',1),(371,16,0,'2020-06-25 17:05:16','field-title_welcome-0-name','','',0,'title_welcome-0','title_welcome-0',1),(372,16,0,'2020-06-25 17:05:16','field-title_welcome-0-type','','',0,'custom_field','custom_field',1),(373,16,0,'2020-06-25 17:05:16','field-title_works-0','','base64',1,'Q3J5cHRvV2FsbGV0IElzIEZhc3QgYW5kIEVhc3k=','Q3J5cHRvV2FsbGV0IElzIEZhc3QgYW5kIEVhc3k=',1),(374,16,0,'2020-06-25 17:05:16','field-title_works-0-name','','',0,'title_works-0','title_works-0',1),(375,16,0,'2020-06-25 17:05:16','field-title_works-0-type','','',0,'custom_field','custom_field',1),(376,16,0,'2020-06-25 17:05:16','field-_block_1_text-0','','base64',1,'ZmllbGRfNWQyNzgzZjQ1MWFiMg==','ZmllbGRfNWQyNzgzZjQ1MWFiMg==',1),(377,16,0,'2020-06-25 17:05:16','field-_block_1_text-0-name','','',0,'_block_1_text-0','_block_1_text-0',1),(378,16,0,'2020-06-25 17:05:16','field-_block_1_text-0-type','','',0,'custom_field','custom_field',1),(379,16,0,'2020-06-25 17:05:16','field-_description-0','','base64',1,'ZmllbGRfNWQyNjQwMmQ4NDJiMw==','ZmllbGRfNWQyNjQwMmQ4NDJiMw==',1),(380,16,0,'2020-06-25 17:05:16','field-_description-0-name','','',0,'_description-0','_description-0',1),(381,16,0,'2020-06-25 17:05:16','field-_description-0-type','','',0,'custom_field','custom_field',1),(382,16,0,'2020-06-25 17:05:16','field-top_up_with_speed_subtitle-0','','base64',1,'VG9wIFVwIHdpdGggU3BlZWQ=','VG9wIFVwIHdpdGggU3BlZWQ=',1),(383,16,0,'2020-06-25 17:05:16','field-top_up_with_speed_subtitle-0-name','','',0,'top_up_with_speed_subtitle-0','top_up_with_speed_subtitle-0',1),(384,16,0,'2020-06-25 17:05:16','field-top_up_with_speed_subtitle-0-type','','',0,'custom_field','custom_field',1),(385,16,0,'2020-06-25 17:05:16','field-video_link-0','','base64',1,'aHR0cHM6Ly92aW1lby5jb20vNDA3NjUyODYx','aHR0cHM6Ly92aW1lby5jb20vNDA3NjUyODYx',1),(386,16,0,'2020-06-25 17:05:16','field-video_link-0-name','','',0,'video_link-0','video_link-0',1),(387,16,0,'2020-06-25 17:05:16','field-video_link-0-type','','',0,'custom_field','custom_field',1),(388,16,0,'2020-06-25 17:05:16','field-top_up_with_speed_text-0','','base64',1,'WW91IGNhbiB0b3AgdXAgeW91ciB3YWxsZXQgdGhyb3VnaCBTRVBBIGJhbmsgdHJhbnNmZXJzIG9yIGNyZWRpdCBjYXJkLiBMaWdodG5pbmcgc3BlZWQgYW5kIGhhc3NsZSAtIGZyZWUgLSB0aGF0J3MgYSB3aW4u','WW91IGNhbiB0b3AgdXAgeW91ciB3YWxsZXQgdGhyb3VnaCBTRVBBIGJhbmsgdHJhbnNmZXJzIG9yIGNyZWRpdCBjYXJkLiBMaWdodG5pbmcgc3BlZWQgYW5kIGhhc3NsZSAtIGZyZWUgLSB0aGF0J3MgYSB3aW4u',1),(389,16,0,'2020-06-25 17:05:16','field-top_up_with_speed_text-0-name','','',0,'top_up_with_speed_text-0','top_up_with_speed_text-0',1),(390,16,0,'2020-06-25 17:05:16','field-top_up_with_speed_text-0-type','','',0,'custom_field','custom_field',1),(391,16,0,'2020-06-25 17:05:16','original_id','','',0,'419','1365',1),(392,16,0,'2020-06-25 17:05:16','title','','base64',1,'SG9tZQ==','SG9tZQ==',1),(393,16,0,'2020-06-25 17:05:16','body','','base64',1,'','',1),(394,16,0,'2020-06-25 17:05:16','excerpt','','base64',1,'','',1),(396,17,0,'2020-06-25 17:27:37','field-title-0','','base64',1,'Q3J5cHRvIElzIE1vbmV5IC0gTGV0J3MgVXNlIEl0Lg==','Q3J5cHRvIGVzIGRpbmVybyAtIHVzw6ltb3Nsby4=',1),(397,17,0,'2020-06-25 17:27:37','field-title-0-name','','',0,'title-0','title-0',1),(398,17,0,'2020-06-25 17:27:37','field-title-0-type','','',0,'custom_field','custom_field',1),(399,17,0,'2020-06-25 17:27:37','field-description-0','','base64',1,'VGhpcyBpcyB0aGUgZnV0dXJlIG9mIGNyeXB0byBiYW5raW5nLiBDcnlwdG9XYWxsZXQgaXMgeW91ciBnYXRld2F5IHRvIGRpZ2l0YWwgY3VycmVuY3kgYW5kIGJleW9uZC4gV2l0aCBkZWRpY2F0ZWQgSUJBTnMgZm9yIHN1cHBvcnRlZCBmaWF0IGN1cnJlbmNpZXMsIHlvdSBjYW4gdXNlIENyeXB0b1dhbGxldCB0byBtYWtlIGJhbmsgdHJhbnNmZXJzLCBwYXkgYmlsbHMsIGFuZCBzcGVuZCBjcnlwdG8gaW4gc3RvcmVzLCBhbGwgd2l0aGluIGEgc2luZ2xlIHBsYXRmb3JtLg==','RXN0ZSBlcyBlbCBmdXR1cm8gZGUgbGEgY3JpcHRvYmFuY2EuIENyeXB0b1dhbGxldCBlcyBzdSBwdWVydGEgZGUgZW50cmFkYSBhIGxhIG1vbmVkYSBkaWdpdGFsIHkgbcOhcyBhbGzDoS4gQ29uIElCQU4gZGVkaWNhZG9zIHBhcmEgbW9uZWRhcyBmaWR1Y2lhcmlhcyBjb21wYXRpYmxlcywgcHVlZGUgdXNhciBDcnlwdG9XYWxsZXQgcGFyYSByZWFsaXphciB0cmFuc2ZlcmVuY2lhcyBiYW5jYXJpYXMsIHBhZ2FyIGZhY3R1cmFzIHkgZ2FzdGFyIGNyaXB0b21vbmVkYXMgZW4gdGllbmRhcywgdG9kbyBkZW50cm8gZGUgdW5hIHNvbGEgcGxhdGFmb3JtYS4=',1),(400,17,0,'2020-06-25 17:27:37','field-description-0-name','','',0,'description-0','description-0',1),(401,17,0,'2020-06-25 17:27:37','field-description-0-type','','',0,'custom_field','custom_field',1),(402,17,0,'2020-06-25 17:27:37','field-block_1_text-0','','base64',1,'V2UgaGF2ZSBhIHN0cm9uZyBjdXN0b21lciBmb2N1cyB3aXRoIHNob3J0IHdhaXRpbmcgdGltZXMgYW5kIHN1cHBvcnQgaW4gbXVsdGlwbGUgbGFuZ3VhZ2VzLg==','V2UgaGF2ZSBhIHN0cm9uZyBjdXN0b21lciBmb2N1cyB3aXRoIHNob3J0IHdhaXRpbmcgdGltZXMgYW5kIHN1cHBvcnQgaW4gbXVsdGlwbGUgbGFuZ3VhZ2VzLg==',1),(403,17,0,'2020-06-25 17:27:37','field-block_1_text-0-name','','',0,'block_1_text-0','block_1_text-0',1),(404,17,0,'2020-06-25 17:27:37','field-block_1_text-0-type','','',0,'custom_field','custom_field',1),(405,17,0,'2020-06-25 17:27:37','field-block_2_text-0','','base64',1,'Q3J5cHRvV2FsbGV0IG9mZmVycyBoaWdoLXF1YWxpdHkgc3VwcG9ydCB0aHJvdWdoIHRlbGVwaG9uZSwgTGl2ZUNoYXQsIHRpY2tldCBzdWJtaXNzaW9ucywgYW5kIFZJUCB0cmVhdG1lbnQgb3B0aW9ucy4=','Q3J5cHRvV2FsbGV0IG9mZmVycyBoaWdoLXF1YWxpdHkgc3VwcG9ydCB0aHJvdWdoIHRlbGVwaG9uZSwgTGl2ZUNoYXQsIHRpY2tldCBzdWJtaXNzaW9ucywgYW5kIFZJUCB0cmVhdG1lbnQgb3B0aW9ucy4=',1),(406,17,0,'2020-06-25 17:27:37','field-block_2_text-0-name','','',0,'block_2_text-0','block_2_text-0',1),(407,17,0,'2020-06-25 17:27:37','field-block_2_text-0-type','','',0,'custom_field','custom_field',1),(408,17,0,'2020-06-25 17:27:37','field-benefits-0','','base64',0,'Mw==','Mw==',1),(409,17,0,'2020-06-25 17:27:37','field-benefits-0-name','','',0,'benefits-0','benefits-0',1),(410,17,0,'2020-06-25 17:27:37','field-benefits-0-type','','',0,'custom_field','custom_field',1),(411,17,0,'2020-06-25 17:27:37','field-benefits_0_animation_card-0','','base64',1,'V2FsbGV0','V2FsbGV0',1),(412,17,0,'2020-06-25 17:27:37','field-benefits_0_animation_card-0-name','','',0,'benefits_0_animation_card-0','benefits_0_animation_card-0',1),(413,17,0,'2020-06-25 17:27:37','field-benefits_0_animation_card-0-type','','',0,'custom_field','custom_field',1),(414,17,0,'2020-06-25 17:27:37','field-benefits_0_description-0','','base64',1,'SXTigJlzIGEgd2FsbGV0IHdoZXJlIHlvdSBjYW4gc2VjdXJlbHkgc3RvcmUgeW91ciBjcnlwdG8gZnVuZHMu','SXTigJlzIGEgd2FsbGV0IHdoZXJlIHlvdSBjYW4gc2VjdXJlbHkgc3RvcmUgeW91ciBjcnlwdG8gZnVuZHMu',1),(415,17,0,'2020-06-25 17:27:37','field-benefits_0_description-0-name','','',0,'benefits_0_description-0','benefits_0_description-0',1),(416,17,0,'2020-06-25 17:27:37','field-benefits_0_description-0-type','','',0,'custom_field','custom_field',1),(417,17,0,'2020-06-25 17:27:37','field-benefits_0_title-0','','base64',1,'V2FsbGV0','V2FsbGV0',1),(418,17,0,'2020-06-25 17:27:37','field-benefits_0_title-0-name','','',0,'benefits_0_title-0','benefits_0_title-0',1),(419,17,0,'2020-06-25 17:27:37','field-benefits_0_title-0-type','','',0,'custom_field','custom_field',1),(420,17,0,'2020-06-25 17:27:37','field-benefits_1_animation_card-0','','base64',1,'RGViaXQgQ2FyZA==','RGViaXQgQ2FyZA==',1),(421,17,0,'2020-06-25 17:27:37','field-benefits_1_animation_card-0-name','','',0,'benefits_1_animation_card-0','benefits_1_animation_card-0',1),(422,17,0,'2020-06-25 17:27:37','field-benefits_1_animation_card-0-type','','',0,'custom_field','custom_field',1),(423,17,0,'2020-06-25 17:27:37','field-benefits_1_description-0','','base64',1,'SXTigJlzIGEgcHJlcGFpZCBjYXJkIHRoYXQgbGV0cyB5b3Ugc3BlbmQgY3J5cHRvIGluIGFueSBzdG9yZS4=','SXTigJlzIGEgcHJlcGFpZCBjYXJkIHRoYXQgbGV0cyB5b3Ugc3BlbmQgY3J5cHRvIGluIGFueSBzdG9yZS4=',1),(424,17,0,'2020-06-25 17:27:37','field-benefits_1_description-0-name','','',0,'benefits_1_description-0','benefits_1_description-0',1),(425,17,0,'2020-06-25 17:27:37','field-benefits_1_description-0-type','','',0,'custom_field','custom_field',1),(426,17,0,'2020-06-25 17:27:37','field-benefits_1_title-0','','base64',1,'Q2FyZA==','Q2FyZA==',1),(427,17,0,'2020-06-25 17:27:37','field-benefits_1_title-0-name','','',0,'benefits_1_title-0','benefits_1_title-0',1),(428,17,0,'2020-06-25 17:27:37','field-benefits_1_title-0-type','','',0,'custom_field','custom_field',1),(429,17,0,'2020-06-25 17:27:37','field-benefits_2_animation_card-0','','base64',1,'RXhjaGFuZ2UgQXBw','RXhjaGFuZ2UgQXBw',1),(430,17,0,'2020-06-25 17:27:37','field-benefits_2_animation_card-0-name','','',0,'benefits_2_animation_card-0','benefits_2_animation_card-0',1),(431,17,0,'2020-06-25 17:27:37','field-benefits_2_animation_card-0-type','','',0,'custom_field','custom_field',1),(432,17,0,'2020-06-25 17:27:37','field-benefits_2_description-0','','base64',1,'SXTigJlzIGFuIGV4Y2hhbmdlIHRoYXQgYWxsb3dzIHlvdSB0byBxdWlja2x5IGFuZCBlYXNpbHkgZXhjaGFuZ2UgY3J5cHRvIG9uIHlvdXIgcGhvbmUu','SXTigJlzIGFuIGV4Y2hhbmdlIHRoYXQgYWxsb3dzIHlvdSB0byBxdWlja2x5IGFuZCBlYXNpbHkgZXhjaGFuZ2UgY3J5cHRvIG9uIHlvdXIgcGhvbmUu',1),(433,17,0,'2020-06-25 17:27:37','field-benefits_2_description-0-name','','',0,'benefits_2_description-0','benefits_2_description-0',1),(434,17,0,'2020-06-25 17:27:37','field-benefits_2_description-0-type','','',0,'custom_field','custom_field',1),(435,17,0,'2020-06-25 17:27:37','field-benefits_2_title-0','','base64',1,'RXhjaGFuZ2U=','RXhjaGFuZ2U=',1),(436,17,0,'2020-06-25 17:27:37','field-benefits_2_title-0-name','','',0,'benefits_2_title-0','benefits_2_title-0',1),(437,17,0,'2020-06-25 17:27:37','field-benefits_2_title-0-type','','',0,'custom_field','custom_field',1),(438,17,0,'2020-06-25 17:27:37','field-benefits_contactless-0','','base64',0,'NA==','NA==',1),(439,17,0,'2020-06-25 17:27:37','field-benefits_contactless-0-name','','',0,'benefits_contactless-0','benefits_contactless-0',1),(440,17,0,'2020-06-25 17:27:37','field-benefits_contactless-0-type','','',0,'custom_field','custom_field',1),(441,17,0,'2020-06-25 17:27:37','field-benefits_contactless_0_description-0','','base64',1,'WW91IGNhbiBmaW5hbGx5IHNwZW5kIHlvdXIgY3J5cHRvY3VycmVuY3kgb24gcmVhbCBnb29kcyBhbmQgc2VydmljZXMgYW55d2hlcmUgdGhhdCBhY2NlcHRzIFZJU0Eu','WW91IGNhbiBmaW5hbGx5IHNwZW5kIHlvdXIgY3J5cHRvY3VycmVuY3kgb24gcmVhbCBnb29kcyBhbmQgc2VydmljZXMgYW55d2hlcmUgdGhhdCBhY2NlcHRzIFZJU0Eu',1),(442,17,0,'2020-06-25 17:27:37','field-benefits_contactless_0_description-0-name','','',0,'benefits_contactless_0_description-0','benefits_contactless_0_description-0',1),(443,17,0,'2020-06-25 17:27:37','field-benefits_contactless_0_description-0-type','','',0,'custom_field','custom_field',1),(444,17,0,'2020-06-25 17:27:37','field-benefits_contactless_0_icone-0','','base64',1,'bm90ZQ==','bm90ZQ==',1),(445,17,0,'2020-06-25 17:27:37','field-benefits_contactless_0_icone-0-name','','',0,'benefits_contactless_0_icone-0','benefits_contactless_0_icone-0',1),(446,17,0,'2020-06-25 17:27:37','field-benefits_contactless_0_icone-0-type','','',0,'custom_field','custom_field',1),(447,17,0,'2020-06-25 17:27:37','field-benefits_contactless_0_title-0','','base64',1,'U2hvcCBBbnl3aGVyZQ==','U2hvcCBBbnl3aGVyZQ==',1),(448,17,0,'2020-06-25 17:27:37','field-benefits_contactless_0_title-0-name','','',0,'benefits_contactless_0_title-0','benefits_contactless_0_title-0',1),(449,17,0,'2020-06-25 17:27:37','field-benefits_contactless_0_title-0-type','','',0,'custom_field','custom_field',1),(450,17,0,'2020-06-25 17:27:37','field-benefits_contactless_1_description-0','','base64',1,'Q29udmVydGluZyB5b3VyIGNyeXB0byB0byBmaWF0IGZvciBwdXJjaGFzZXMgaXMgc2ltcGxlIHVzaW5nIHRoZSBpbnN0YW50IGluLWFwcGV4Y2hhbmdlIGZlYXR1cmUuIFN0b3AgdGhlIGNyeXB0byBzaHVmZmxlIGFuZCBsZXQgQ3J5cHRvV2FsbGV0IGRvIHRoZSB3b3JrLg==','Q29udmVydGluZyB5b3VyIGNyeXB0byB0byBmaWF0IGZvciBwdXJjaGFzZXMgaXMgc2ltcGxlIHVzaW5nIHRoZSBpbnN0YW50IGluLWFwcGV4Y2hhbmdlIGZlYXR1cmUuIFN0b3AgdGhlIGNyeXB0byBzaHVmZmxlIGFuZCBsZXQgQ3J5cHRvV2FsbGV0IGRvIHRoZSB3b3JrLg==',1),(451,17,0,'2020-06-25 17:27:37','field-benefits_contactless_1_description-0-name','','',0,'benefits_contactless_1_description-0','benefits_contactless_1_description-0',1),(452,17,0,'2020-06-25 17:27:37','field-benefits_contactless_1_description-0-type','','',0,'custom_field','custom_field',1),(453,17,0,'2020-06-25 17:27:37','field-benefits_contactless_1_icone-0','','base64',1,'Y29pbg==','Y29pbg==',1),(454,17,0,'2020-06-25 17:27:37','field-benefits_contactless_1_icone-0-name','','',0,'benefits_contactless_1_icone-0','benefits_contactless_1_icone-0',1),(455,17,0,'2020-06-25 17:27:37','field-benefits_contactless_1_icone-0-type','','',0,'custom_field','custom_field',1),(456,17,0,'2020-06-25 17:27:37','field-benefits_contactless_1_title-0','','base64',1,'Q29udmVydA==','Q29udmVydA==',1),(457,17,0,'2020-06-25 17:27:37','field-benefits_contactless_1_title-0-name','','',0,'benefits_contactless_1_title-0','benefits_contactless_1_title-0',1),(458,17,0,'2020-06-25 17:27:37','field-benefits_contactless_1_title-0-type','','',0,'custom_field','custom_field',1),(459,17,0,'2020-06-25 17:27:37','field-benefits_contactless_2_description-0','','base64',1,'VGFrZSBhZHZhbnRhZ2Ugb2Ygb3VyIHVuaXF1ZSBjcnlwdG8gY2FzaGJhY2sgZmVhdHVyZSwgaXQgcHV0cyBtb25leSBpbiB5b3VyIHdhbGxldCAtIGxpdGVyYWxseS4gR2V0IGNhc2hiYWNrIGluIGNyeXB0byBvbiBwdXJjaGFzZXMgbWFkZSBpbiBzdG9yZSB3aXRoIHlvdXIgQ3J5cHRvV2FsbGV0IFZpc2EgZGViaXQgY2FyZC4=','VGFrZSBhZHZhbnRhZ2Ugb2Ygb3VyIHVuaXF1ZSBjcnlwdG8gY2FzaGJhY2sgZmVhdHVyZSwgaXQgcHV0cyBtb25leSBpbiB5b3VyIHdhbGxldCAtIGxpdGVyYWxseS4gR2V0IGNhc2hiYWNrIGluIGNyeXB0byBvbiBwdXJjaGFzZXMgbWFkZSBpbiBzdG9yZSB3aXRoIHlvdXIgQ3J5cHRvV2FsbGV0IFZpc2EgZGViaXQgY2FyZC4=',1),(460,17,0,'2020-06-25 17:27:37','field-benefits_contactless_2_description-0-name','','',0,'benefits_contactless_2_description-0','benefits_contactless_2_description-0',1),(461,17,0,'2020-06-25 17:27:37','field-benefits_contactless_2_description-0-type','','',0,'custom_field','custom_field',1),(462,17,0,'2020-06-25 17:27:37','field-benefits_contactless_2_icone-0','','base64',1,'Yml0Y29pbg==','Yml0Y29pbg==',1),(463,17,0,'2020-06-25 17:27:37','field-benefits_contactless_2_icone-0-name','','',0,'benefits_contactless_2_icone-0','benefits_contactless_2_icone-0',1),(464,17,0,'2020-06-25 17:27:37','field-benefits_contactless_2_icone-0-type','','',0,'custom_field','custom_field',1),(465,17,0,'2020-06-25 17:27:37','field-benefits_contactless_2_title-0','','base64',1,'VW5pcXVlIENyeXB0byBDYXNoYmFjaw==','VW5pcXVlIENyeXB0byBDYXNoYmFjaw==',1),(466,17,0,'2020-06-25 17:27:37','field-benefits_contactless_2_title-0-name','','',0,'benefits_contactless_2_title-0','benefits_contactless_2_title-0',1),(467,17,0,'2020-06-25 17:27:37','field-benefits_contactless_2_title-0-type','','',0,'custom_field','custom_field',1),(468,17,0,'2020-06-25 17:27:37','field-benefits_contactless_3_description-0','','base64',1,'TWFrZSBjcnlwdG8gcHVyY2hhc2VzIGluIHNlY29uZHMgYnkgc2ltcGx5IHRhcHBpbmcgeW91ciBjYXJkLg==','TWFrZSBjcnlwdG8gcHVyY2hhc2VzIGluIHNlY29uZHMgYnkgc2ltcGx5IHRhcHBpbmcgeW91ciBjYXJkLg==',1),(469,17,0,'2020-06-25 17:27:37','field-benefits_contactless_3_description-0-name','','',0,'benefits_contactless_3_description-0','benefits_contactless_3_description-0',1),(470,17,0,'2020-06-25 17:27:37','field-benefits_contactless_3_description-0-type','','',0,'custom_field','custom_field',1),(471,17,0,'2020-06-25 17:27:37','field-benefits_contactless_3_icone-0','','base64',1,'Y3JlZGl0','Y3JlZGl0',1),(472,17,0,'2020-06-25 17:27:37','field-benefits_contactless_3_icone-0-name','','',0,'benefits_contactless_3_icone-0','benefits_contactless_3_icone-0',1),(473,17,0,'2020-06-25 17:27:37','field-benefits_contactless_3_icone-0-type','','',0,'custom_field','custom_field',1),(474,17,0,'2020-06-25 17:27:37','field-benefits_contactless_3_title-0','','base64',1,'Q29udGFjdGxlc3M=','Q29udGFjdGxlc3M=',1),(475,17,0,'2020-06-25 17:27:37','field-benefits_contactless_3_title-0-name','','',0,'benefits_contactless_3_title-0','benefits_contactless_3_title-0',1),(476,17,0,'2020-06-25 17:27:37','field-benefits_contactless_3_title-0-type','','',0,'custom_field','custom_field',1),(477,17,0,'2020-06-25 17:27:37','field-block_1_licensed_and_secure_link-0','','base64',1,'aHR0cDovL2xvY2FsaG9zdC9jYXBwZW4vZ3JpZmxhbi1jcnlwdG8td2FsbGV0L3dlYi8=','aHR0cDovL2xvY2FsaG9zdC9jYXBwZW4vZ3JpZmxhbi1jcnlwdG8td2FsbGV0L3dlYi8=',1),(478,17,0,'2020-06-25 17:27:37','field-block_1_licensed_and_secure_link-0-name','','',0,'block_1_licensed_and_secure_link-0','block_1_licensed_and_secure_link-0',1),(479,17,0,'2020-06-25 17:27:37','field-block_1_licensed_and_secure_link-0-type','','',0,'custom_field','custom_field',1),(480,17,0,'2020-06-25 17:27:37','field-block_1_licensed_and_secure_subtitle-0','','base64',1,'TGljZW5zZWQgdG8gUHJvdmlkZSBWaXJ0dWFsIEN1cnJlbmN5IFdhbGxldCBTZXJ2aWNlcw==','TGljZW5zZWQgdG8gUHJvdmlkZSBWaXJ0dWFsIEN1cnJlbmN5IFdhbGxldCBTZXJ2aWNlcw==',1),(481,17,0,'2020-06-25 17:27:37','field-block_1_licensed_and_secure_subtitle-0-name','','',0,'block_1_licensed_and_secure_subtitle-0','block_1_licensed_and_secure_subtitle-0',1),(482,17,0,'2020-06-25 17:27:37','field-block_1_licensed_and_secure_subtitle-0-type','','',0,'custom_field','custom_field',1),(483,17,0,'2020-06-25 17:27:37','field-block_1_licensed_and_secure_text-0','','base64',1,'RXN0b25pYSBGSVUgTGljZW5zZSBOdW1iZXIgPHN0cm9uZz5GUkswMDAxMzE8L3N0cm9uZz4gZW5hYmxlcyBDcnlwdG9XYWxsZXQgdG8gcHJvdmlkZSBjcnlwdG9jdXJyZW5jeSBzdG9yYWdlIHNlcnZpY2VzIHRvIG91ciBjdXN0b21lcnMu','RXN0b25pYSBGSVUgTGljZW5zZSBOdW1iZXIgPHN0cm9uZz5GUkswMDAxMzE8L3N0cm9uZz4gZW5hYmxlcyBDcnlwdG9XYWxsZXQgdG8gcHJvdmlkZSBjcnlwdG9jdXJyZW5jeSBzdG9yYWdlIHNlcnZpY2VzIHRvIG91ciBjdXN0b21lcnMu',1),(484,17,0,'2020-06-25 17:27:37','field-block_1_licensed_and_secure_text-0-name','','',0,'block_1_licensed_and_secure_text-0','block_1_licensed_and_secure_text-0',1),(485,17,0,'2020-06-25 17:27:37','field-block_1_licensed_and_secure_text-0-type','','',0,'custom_field','custom_field',1),(486,17,0,'2020-06-25 17:27:37','field-block_1_licensed_and_secure_text_link-0','','base64',1,'VmVyaWZ5IExpY2Vuc2UgT25saW5l','VmVyaWZ5IExpY2Vuc2UgT25saW5l',1),(487,17,0,'2020-06-25 17:27:37','field-block_1_licensed_and_secure_text_link-0-name','','',0,'block_1_licensed_and_secure_text_link-0','block_1_licensed_and_secure_text_link-0',1),(488,17,0,'2020-06-25 17:27:37','field-block_1_licensed_and_secure_text_link-0-type','','',0,'custom_field','custom_field',1),(489,17,0,'2020-06-25 17:27:37','field-block_1_subtitle-0','','base64',1,'U3Ryb25nIEN1c3RvbWVyIEZvY3Vz','U3Ryb25nIEN1c3RvbWVyIEZvY3Vz',1),(490,17,0,'2020-06-25 17:27:37','field-block_1_subtitle-0-name','','',0,'block_1_subtitle-0','block_1_subtitle-0',1),(491,17,0,'2020-06-25 17:27:37','field-block_1_subtitle-0-type','','',0,'custom_field','custom_field',1),(492,17,0,'2020-06-25 17:27:37','field-block_2_licensed_and_secure_link-0','','base64',1,'aHR0cDovL2xvY2FsaG9zdC9jYXBwZW4vZ3JpZmxhbi1jcnlwdG8td2FsbGV0L3dlYi8=','aHR0cDovL2xvY2FsaG9zdC9jYXBwZW4vZ3JpZmxhbi1jcnlwdG8td2FsbGV0L3dlYi8=',1),(493,17,0,'2020-06-25 17:27:37','field-block_2_licensed_and_secure_link-0-name','','',0,'block_2_licensed_and_secure_link-0','block_2_licensed_and_secure_link-0',1),(494,17,0,'2020-06-25 17:27:37','field-block_2_licensed_and_secure_link-0-type','','',0,'custom_field','custom_field',1),(495,17,0,'2020-06-25 17:27:37','field-block_2_licensed_and_secure_subtitle-0','','base64',1,'TGljZW5zZWQgdG8gUHJvdmlkZSBGaWF0IHRvIFZpcnR1YWwgQ3VycmVuY3kgRXhjaGFuZ2UgU2VydmljZXM=','TGljZW5zZWQgdG8gUHJvdmlkZSBGaWF0IHRvIFZpcnR1YWwgQ3VycmVuY3kgRXhjaGFuZ2UgU2VydmljZXM=',1),(496,17,0,'2020-06-25 17:27:37','field-block_2_licensed_and_secure_subtitle-0-name','','',0,'block_2_licensed_and_secure_subtitle-0','block_2_licensed_and_secure_subtitle-0',1),(497,17,0,'2020-06-25 17:27:37','field-block_2_licensed_and_secure_subtitle-0-type','','',0,'custom_field','custom_field',1),(498,17,0,'2020-06-25 17:27:37','field-block_2_licensed_and_secure_text-0','','base64',1,'RXN0b25pYSBGSVUgTGljZW5zZSBOdW1iZXIgPHN0cm9uZz5GUlYwMDAxNDM8L3N0cm9uZz4gYWxsb3dzIHVzIHRvIG9mZmVyIGRpcmVjdCBjcnlwdG8gdG8gZmlhdCB0cmFkaW5nIGFzIHdlbGwgYXMgaW50ZXItY3J5cHRvY3VycmVuY3kgZXhjaGFuZ2Ugc2VydmljZXMu','RXN0b25pYSBGSVUgTGljZW5zZSBOdW1iZXIgPHN0cm9uZz5GUlYwMDAxNDM8L3N0cm9uZz4gYWxsb3dzIHVzIHRvIG9mZmVyIGRpcmVjdCBjcnlwdG8gdG8gZmlhdCB0cmFkaW5nIGFzIHdlbGwgYXMgaW50ZXItY3J5cHRvY3VycmVuY3kgZXhjaGFuZ2Ugc2VydmljZXMu',1),(499,17,0,'2020-06-25 17:27:37','field-block_2_licensed_and_secure_text-0-name','','',0,'block_2_licensed_and_secure_text-0','block_2_licensed_and_secure_text-0',1),(500,17,0,'2020-06-25 17:27:37','field-block_2_licensed_and_secure_text-0-type','','',0,'custom_field','custom_field',1),(501,17,0,'2020-06-25 17:27:37','field-block_2_licensed_and_secure_text_link-0','','base64',1,'VmVyaWZ5IExpY2Vuc2UgT25saW5l','VmVyaWZ5IExpY2Vuc2UgT25saW5l',1),(502,17,0,'2020-06-25 17:27:37','field-block_2_licensed_and_secure_text_link-0-name','','',0,'block_2_licensed_and_secure_text_link-0','block_2_licensed_and_secure_text_link-0',1),(503,17,0,'2020-06-25 17:27:37','field-block_2_licensed_and_secure_text_link-0-type','','',0,'custom_field','custom_field',1),(504,17,0,'2020-06-25 17:27:37','field-block_2_subtitle-0','','base64',1,'SGlnaCBRdWFsaXR5IFN1cHBvcnQ=','SGlnaCBRdWFsaXR5IFN1cHBvcnQ=',1),(505,17,0,'2020-06-25 17:27:37','field-block_2_subtitle-0-name','','',0,'block_2_subtitle-0','block_2_subtitle-0',1),(506,17,0,'2020-06-25 17:27:37','field-block_2_subtitle-0-type','','',0,'custom_field','custom_field',1),(507,17,0,'2020-06-25 17:27:37','field-description_client_support-0','','base64',1,'TmV2ZXIgYmUgbGVmdCB3aXRob3V0IGFuc3dlcnMgLSBDcnlwdG9XYWxsZXTigJlzIGludGVybmF0aW9uYWwgc3VwcG9ydCB0ZWFtIGlzIGhlcmUgdG8gaGVscC4=','TmV2ZXIgYmUgbGVmdCB3aXRob3V0IGFuc3dlcnMgLSBDcnlwdG9XYWxsZXTigJlzIGludGVybmF0aW9uYWwgc3VwcG9ydCB0ZWFtIGlzIGhlcmUgdG8gaGVscC4=',1),(508,17,0,'2020-06-25 17:27:37','field-description_client_support-0-name','','',0,'description_client_support-0','description_client_support-0',1),(509,17,0,'2020-06-25 17:27:37','field-description_client_support-0-type','','',0,'custom_field','custom_field',1),(510,17,0,'2020-06-25 17:27:37','field-description_coins-0','','base64',1,'Q2hlY2sgb3V0IG91ciBmdWxsIGxpc3Qgb2Ygb3VyIHN1cHBvcnRlZCBjdXJyZW5jaWVzLiA=','Q2hlY2sgb3V0IG91ciBmdWxsIGxpc3Qgb2Ygb3VyIHN1cHBvcnRlZCBjdXJyZW5jaWVzLiA=',1),(511,17,0,'2020-06-25 17:27:37','field-description_coins-0-name','','',0,'description_coins-0','description_coins-0',1),(512,17,0,'2020-06-25 17:27:37','field-description_coins-0-type','','',0,'custom_field','custom_field',1),(513,17,0,'2020-06-25 17:27:37','field-description_contactless-0','','base64',1,'Q3J5cHRvY3VycmVuY3kgYWRvcHRpb24gaXMgaGVyZSB3aXRoIG91ciBpbm5vdmF0aXZlIG5ldyBjb250YWN0bGVzcyBkZWJpdCBjYXJkLg==','Q3J5cHRvY3VycmVuY3kgYWRvcHRpb24gaXMgaGVyZSB3aXRoIG91ciBpbm5vdmF0aXZlIG5ldyBjb250YWN0bGVzcyBkZWJpdCBjYXJkLg==',1),(514,17,0,'2020-06-25 17:27:37','field-description_contactless-0-name','','',0,'description_contactless-0','description_contactless-0',1),(515,17,0,'2020-06-25 17:27:37','field-description_contactless-0-type','','',0,'custom_field','custom_field',1),(516,17,0,'2020-06-25 17:27:37','field-description_cryptowallet-0','','base64',1,'Q3J5cHRvV2FsbGV0IGlzIGFuIGVuZC10by1lbmQgY3J5cHRvIGJhbmtpbmcgYW5kIGNvbW1lcmNpYWwgc29sdXRpb24u','Q3J5cHRvV2FsbGV0IGlzIGFuIGVuZC10by1lbmQgY3J5cHRvIGJhbmtpbmcgYW5kIGNvbW1lcmNpYWwgc29sdXRpb24u',1),(517,17,0,'2020-06-25 17:27:37','field-description_cryptowallet-0-name','','',0,'description_cryptowallet-0','description_cryptowallet-0',1),(518,17,0,'2020-06-25 17:27:37','field-description_cryptowallet-0-type','','',0,'custom_field','custom_field',1),(519,17,0,'2020-06-25 17:27:37','field-description_licensed_and_secure-0','','base64',1,'Q3J5cHRvV2FsbGV0IGlzIHNlY3VyZWQgYnkgQml0R28sIHRoZSB3b3JsZOKAmXMgbGVhZGluZyBCaXRjb2luIHBheW1lbnQgcHJvY2Vzc29yLiBEaWdpdGFsIGFzc2V0cyBhbmQgdXNlciBwcml2YWN5IGFyZSBwcm90ZWN0ZWQgYnkgY3V0dGluZy1lZGdlIHNlY3VyaXR5IG1lYXN1cmVzIGxpa2UgdHdvLWZhY3RvciBhdXRoZW50aWNhdGlvbiwgZW5kLXRvLWVuZCBlbmNyeXB0aW9uLCBhbmQgbXVsdGktc2lnbmF0dXJlIGNvbGQgc3RvcmFnZSB3YWxsZXRzLiBDcnlwdG9XYWxsZXQgaGFzIG9idGFpbmVkIGxpY2Vuc2VzIGZyb20gdGhlIHN0YXRlIG9mIEVzdG9uaWEgZW5zdXJpbmcgZnVsbCBsZWdhbCBjb21wbGlhbmNlIGluIGhhbmRsaW5nIGFuZCBmYWNpbGl0YXRpbmcgdGhlIHRyYWRlIG9mIGNyeXB0b2N1cnJlbmNpZXMu','Q3J5cHRvV2FsbGV0IGlzIHNlY3VyZWQgYnkgQml0R28sIHRoZSB3b3JsZOKAmXMgbGVhZGluZyBCaXRjb2luIHBheW1lbnQgcHJvY2Vzc29yLiBEaWdpdGFsIGFzc2V0cyBhbmQgdXNlciBwcml2YWN5IGFyZSBwcm90ZWN0ZWQgYnkgY3V0dGluZy1lZGdlIHNlY3VyaXR5IG1lYXN1cmVzIGxpa2UgdHdvLWZhY3RvciBhdXRoZW50aWNhdGlvbiwgZW5kLXRvLWVuZCBlbmNyeXB0aW9uLCBhbmQgbXVsdGktc2lnbmF0dXJlIGNvbGQgc3RvcmFnZSB3YWxsZXRzLiBDcnlwdG9XYWxsZXQgaGFzIG9idGFpbmVkIGxpY2Vuc2VzIGZyb20gdGhlIHN0YXRlIG9mIEVzdG9uaWEgZW5zdXJpbmcgZnVsbCBsZWdhbCBjb21wbGlhbmNlIGluIGhhbmRsaW5nIGFuZCBmYWNpbGl0YXRpbmcgdGhlIHRyYWRlIG9mIGNyeXB0b2N1cnJlbmNpZXMu',1),(520,17,0,'2020-06-25 17:27:37','field-description_licensed_and_secure-0-name','','',0,'description_licensed_and_secure-0','description_licensed_and_secure-0',1),(521,17,0,'2020-06-25 17:27:37','field-description_licensed_and_secure-0-type','','',0,'custom_field','custom_field',1),(522,17,0,'2020-06-25 17:27:37','field-description_payment-0','','base64',1,'QWNjZXB0IHRvcCBjcnlwdG9jdXJyZW5jaWVzIG9uIHlvdXIgYnVzaW5lc3Mgd2Vic2l0ZSB3aXRoIHRoZSBsb3dlc3QgZmVlcyBpbiB0aGUgaW5kdXN0cnkuIE91ciBwYXltZW50IHdpZGdldCBpcyBzdXBwb3J0ZWQgYnkgdGhlIG1hcmtldC1sZWFkaW5nZS1jb21tZXJjZSBwbHVnaW5zIGxpa2U6','QWNjZXB0IHRvcCBjcnlwdG9jdXJyZW5jaWVzIG9uIHlvdXIgYnVzaW5lc3Mgd2Vic2l0ZSB3aXRoIHRoZSBsb3dlc3QgZmVlcyBpbiB0aGUgaW5kdXN0cnkuIE91ciBwYXltZW50IHdpZGdldCBpcyBzdXBwb3J0ZWQgYnkgdGhlIG1hcmtldC1sZWFkaW5nZS1jb21tZXJjZSBwbHVnaW5zIGxpa2U6',1),(523,17,0,'2020-06-25 17:27:37','field-description_payment-0-name','','',0,'description_payment-0','description_payment-0',1),(524,17,0,'2020-06-25 17:27:37','field-description_payment-0-type','','',0,'custom_field','custom_field',1),(525,17,0,'2020-06-25 17:27:37','field-description_quick_crypto-0','','base64',1,'U2tpcCB0aGUgdGltZS1jb25zdW1pbmcgaGFzc2xlIG9mIHVzaW5nIGV4Y2hhbmdlcyEgQSBzd2lmdCwgc2VjdXJlIDxicj4gbWV0aG9kIGZvciBidXlpbmcgYW5kIHRyYWRpbmcgb3ZlciAxNDAgY3J5cHRvY3VycmVuY2llcy4=','U2tpcCB0aGUgdGltZS1jb25zdW1pbmcgaGFzc2xlIG9mIHVzaW5nIGV4Y2hhbmdlcyEgQSBzd2lmdCwgc2VjdXJlIDxicj4gbWV0aG9kIGZvciBidXlpbmcgYW5kIHRyYWRpbmcgb3ZlciAxNDAgY3J5cHRvY3VycmVuY2llcy4=',1),(526,17,0,'2020-06-25 17:27:37','field-description_quick_crypto-0-name','','',0,'description_quick_crypto-0','description_quick_crypto-0',1),(527,17,0,'2020-06-25 17:27:37','field-description_quick_crypto-0-type','','',0,'custom_field','custom_field',1),(528,17,0,'2020-06-25 17:27:37','field-description_works-0','','base64',1,'SGVyZeKAmXMgaG93IGl0IHdvcmtzLg==','SGVyZeKAmXMgaG93IGl0IHdvcmtzLg==',1),(529,17,0,'2020-06-25 17:27:37','field-description_works-0-name','','',0,'description_works-0','description_works-0',1),(530,17,0,'2020-06-25 17:27:37','field-description_works-0-type','','',0,'custom_field','custom_field',1),(531,17,0,'2020-06-25 17:27:37','field-exchange_effortlessly_subtitle-0','','base64',1,'RXhjaGFuZ2UgRWZmb3J0bGVzc2x5','RXhjaGFuZ2UgRWZmb3J0bGVzc2x5',1),(532,17,0,'2020-06-25 17:27:37','field-exchange_effortlessly_subtitle-0-name','','',0,'exchange_effortlessly_subtitle-0','exchange_effortlessly_subtitle-0',1),(533,17,0,'2020-06-25 17:27:37','field-exchange_effortlessly_subtitle-0-type','','',0,'custom_field','custom_field',1),(534,17,0,'2020-06-25 17:27:37','field-exchange_effortlessly_text-0','','base64',1,'VGhlIGFwcCBsZXRzIHlvdSBleGNoYW5nZSBzdXBwb3J0ZWQgY3J5cHRvY3VycmVuY2llcyBlZmZvcnRsZXNzbHkgLCBhbGxvd2luZyB5b3UgdG8gc3BlbmQgeW91ciBjcnlwdG8gZnVuZHMgeW91ciB3YXku','VGhlIGFwcCBsZXRzIHlvdSBleGNoYW5nZSBzdXBwb3J0ZWQgY3J5cHRvY3VycmVuY2llcyBlZmZvcnRsZXNzbHkgLCBhbGxvd2luZyB5b3UgdG8gc3BlbmQgeW91ciBjcnlwdG8gZnVuZHMgeW91ciB3YXku',1),(535,17,0,'2020-06-25 17:27:37','field-exchange_effortlessly_text-0-name','','',0,'exchange_effortlessly_text-0','exchange_effortlessly_text-0',1),(536,17,0,'2020-06-25 17:27:37','field-exchange_effortlessly_text-0-type','','',0,'custom_field','custom_field',1),(537,17,0,'2020-06-25 17:27:37','field-link_licensed_and_secure-0','','base64',1,'aHR0cDovL2xvY2FsaG9zdC9jYXBwZW4vZ3JpZmxhbi1jcnlwdG8td2FsbGV0L3dlYi8=','aHR0cDovL2xvY2FsaG9zdC9jYXBwZW4vZ3JpZmxhbi1jcnlwdG8td2FsbGV0L3dlYi8=',1),(538,17,0,'2020-06-25 17:27:37','field-link_licensed_and_secure-0-name','','',0,'link_licensed_and_secure-0','link_licensed_and_secure-0',1),(539,17,0,'2020-06-25 17:27:37','field-link_licensed_and_secure-0-type','','',0,'custom_field','custom_field',1),(540,17,0,'2020-06-25 17:27:37','field-logos-0','','base64',0,'Ng==','Ng==',1),(541,17,0,'2020-06-25 17:27:37','field-logos-0-name','','',0,'logos-0','logos-0',1),(542,17,0,'2020-06-25 17:27:37','field-logos-0-type','','',0,'custom_field','custom_field',1),(543,17,0,'2020-06-25 17:27:37','field-logos_0_logo-0','','base64',0,'NjI2','NjI2',1),(544,17,0,'2020-06-25 17:27:37','field-logos_0_logo-0-name','','',0,'logos_0_logo-0','logos_0_logo-0',1),(545,17,0,'2020-06-25 17:27:37','field-logos_0_logo-0-type','','',0,'custom_field','custom_field',1),(546,17,0,'2020-06-25 17:27:37','field-logos_0_logo_hover-0','','base64',0,'MTE0Ng==','MTE0Ng==',1),(547,17,0,'2020-06-25 17:27:37','field-logos_0_logo_hover-0-name','','',0,'logos_0_logo_hover-0','logos_0_logo_hover-0',1),(548,17,0,'2020-06-25 17:27:37','field-logos_0_logo_hover-0-type','','',0,'custom_field','custom_field',1),(549,17,0,'2020-06-25 17:27:37','field-logos_1_logo-0','','base64',0,'NjMx','NjMx',1),(550,17,0,'2020-06-25 17:27:37','field-logos_1_logo-0-name','','',0,'logos_1_logo-0','logos_1_logo-0',1),(551,17,0,'2020-06-25 17:27:37','field-logos_1_logo-0-type','','',0,'custom_field','custom_field',1),(552,17,0,'2020-06-25 17:27:37','field-logos_1_logo_hover-0','','base64',0,'MTE1MQ==','MTE1MQ==',1),(553,17,0,'2020-06-25 17:27:37','field-logos_1_logo_hover-0-name','','',0,'logos_1_logo_hover-0','logos_1_logo_hover-0',1),(554,17,0,'2020-06-25 17:27:37','field-logos_1_logo_hover-0-type','','',0,'custom_field','custom_field',1),(555,17,0,'2020-06-25 17:27:37','field-logos_2_logo-0','','base64',0,'NjUx','NjUx',1),(556,17,0,'2020-06-25 17:27:37','field-logos_2_logo-0-name','','',0,'logos_2_logo-0','logos_2_logo-0',1),(557,17,0,'2020-06-25 17:27:37','field-logos_2_logo-0-type','','',0,'custom_field','custom_field',1),(558,17,0,'2020-06-25 17:27:37','field-logos_2_logo_hover-0','','base64',0,'MTE1Ng==','MTE1Ng==',1),(559,17,0,'2020-06-25 17:27:37','field-logos_2_logo_hover-0-name','','',0,'logos_2_logo_hover-0','logos_2_logo_hover-0',1),(560,17,0,'2020-06-25 17:27:37','field-logos_2_logo_hover-0-type','','',0,'custom_field','custom_field',1),(561,17,0,'2020-06-25 17:27:37','field-logos_3_logo-0','','base64',0,'NjU2','NjU2',1),(562,17,0,'2020-06-25 17:27:37','field-logos_3_logo-0-name','','',0,'logos_3_logo-0','logos_3_logo-0',1),(563,17,0,'2020-06-25 17:27:37','field-logos_3_logo-0-type','','',0,'custom_field','custom_field',1),(564,17,0,'2020-06-25 17:27:37','field-logos_3_logo_hover-0','','base64',0,'MTE2MQ==','MTE2MQ==',1),(565,17,0,'2020-06-25 17:27:37','field-logos_3_logo_hover-0-name','','',0,'logos_3_logo_hover-0','logos_3_logo_hover-0',1),(566,17,0,'2020-06-25 17:27:37','field-logos_3_logo_hover-0-type','','',0,'custom_field','custom_field',1),(567,17,0,'2020-06-25 17:27:37','field-logos_4_logo-0','','base64',0,'NjM2','NjM2',1),(568,17,0,'2020-06-25 17:27:37','field-logos_4_logo-0-name','','',0,'logos_4_logo-0','logos_4_logo-0',1),(569,17,0,'2020-06-25 17:27:37','field-logos_4_logo-0-type','','',0,'custom_field','custom_field',1),(570,17,0,'2020-06-25 17:27:37','field-logos_4_logo_hover-0','','base64',0,'MTE2Ng==','MTE2Ng==',1),(571,17,0,'2020-06-25 17:27:37','field-logos_4_logo_hover-0-name','','',0,'logos_4_logo_hover-0','logos_4_logo_hover-0',1),(572,17,0,'2020-06-25 17:27:37','field-logos_4_logo_hover-0-type','','',0,'custom_field','custom_field',1),(573,17,0,'2020-06-25 17:27:37','field-logos_5_logo-0','','base64',0,'NjQ2','NjQ2',1),(574,17,0,'2020-06-25 17:27:37','field-logos_5_logo-0-name','','',0,'logos_5_logo-0','logos_5_logo-0',1),(575,17,0,'2020-06-25 17:27:37','field-logos_5_logo-0-type','','',0,'custom_field','custom_field',1),(576,17,0,'2020-06-25 17:27:37','field-logos_5_logo_hover-0','','base64',0,'MTE3MQ==','MTE3MQ==',1),(577,17,0,'2020-06-25 17:27:37','field-logos_5_logo_hover-0-name','','',0,'logos_5_logo_hover-0','logos_5_logo_hover-0',1),(578,17,0,'2020-06-25 17:27:37','field-logos_5_logo_hover-0-type','','',0,'custom_field','custom_field',1),(579,17,0,'2020-06-25 17:27:37','field-qr_code-0','','base64',0,'NTMx','NTMx',1),(580,17,0,'2020-06-25 17:27:37','field-qr_code-0-name','','',0,'qr_code-0','qr_code-0',1),(581,17,0,'2020-06-25 17:27:37','field-qr_code-0-type','','',0,'custom_field','custom_field',1),(582,17,0,'2020-06-25 17:27:37','field-step_1_title-0','','base64',1,'RG93bmxvYWQgDQp0aGUgYXBw','RG93bmxvYWQgDQp0aGUgYXBw',1),(583,17,0,'2020-06-25 17:27:37','field-step_1_title-0-name','','',0,'step_1_title-0','step_1_title-0',1),(584,17,0,'2020-06-25 17:27:37','field-step_1_title-0-type','','',0,'custom_field','custom_field',1),(585,17,0,'2020-06-25 17:27:37','field-step_2_title-0','','base64',1,'T3JkZXIgVGhlIA0KQ2FyZA==','T3JkZXIgVGhlIA0KQ2FyZA==',1),(586,17,0,'2020-06-25 17:27:37','field-step_2_title-0-name','','',0,'step_2_title-0','step_2_title-0',1),(587,17,0,'2020-06-25 17:27:37','field-step_2_title-0-type','','',0,'custom_field','custom_field',1),(588,17,0,'2020-06-25 17:27:37','field-step_3_title-0','','base64',1,'TG9hZCBUaGUgQ2FyZCANCldpdGggRnVuZHM=','TG9hZCBUaGUgQ2FyZCANCldpdGggRnVuZHM=',1),(589,17,0,'2020-06-25 17:27:37','field-step_3_title-0-name','','',0,'step_3_title-0','step_3_title-0',1),(590,17,0,'2020-06-25 17:27:37','field-step_3_title-0-type','','',0,'custom_field','custom_field',1),(591,17,0,'2020-06-25 17:27:37','field-step_4_title-0','','base64',1,'U3RhcnQgDQpzcGVuZGluZyE=','U3RhcnQgDQpzcGVuZGluZyE=',1),(592,17,0,'2020-06-25 17:27:37','field-step_4_title-0-name','','',0,'step_4_title-0','step_4_title-0',1),(593,17,0,'2020-06-25 17:27:37','field-step_4_title-0-type','','',0,'custom_field','custom_field',1),(594,17,0,'2020-06-25 17:27:37','field-title_client_support-0','','base64',1,'V29ybGQgQ2xhc3MgDQpDbGllbnQgU3VwcG9ydA==','V29ybGQgQ2xhc3MgDQpDbGllbnQgU3VwcG9ydA==',1),(595,17,0,'2020-06-25 17:27:37','field-title_client_support-0-name','','',0,'title_client_support-0','title_client_support-0',1),(596,17,0,'2020-06-25 17:27:37','field-title_client_support-0-type','','',0,'custom_field','custom_field',1),(597,17,0,'2020-06-25 17:27:37','field-title_coins-0','','base64',1,'QSBVbml2ZXJzYWwgQ3J5cHRvV2FsbGV0','QSBVbml2ZXJzYWwgQ3J5cHRvV2FsbGV0',1),(598,17,0,'2020-06-25 17:27:37','field-title_coins-0-name','','',0,'title_coins-0','title_coins-0',1),(599,17,0,'2020-06-25 17:27:37','field-title_coins-0-type','','',0,'custom_field','custom_field',1),(600,17,0,'2020-06-25 17:27:37','field-title_contactless-0','','base64',1,'QSBDb250YWN0bGVzcyBDcnlwdG8gV2FsbGV0IA0KRGViaXQgQ2FyZCBXaXRoIENhc2hiYWNr','QSBDb250YWN0bGVzcyBDcnlwdG8gV2FsbGV0IA0KRGViaXQgQ2FyZCBXaXRoIENhc2hiYWNr',1),(601,17,0,'2020-06-25 17:27:37','field-title_contactless-0-name','','',0,'title_contactless-0','title_contactless-0',1),(602,17,0,'2020-06-25 17:27:37','field-title_contactless-0-type','','',0,'custom_field','custom_field',1),(603,17,0,'2020-06-25 17:27:37','field-title_licensed_and_secure-0','','base64',1,'TGljZW5zZWQgYW5kIFNlY3VyZQ==','TGljZW5zZWQgYW5kIFNlY3VyZQ==',1),(604,17,0,'2020-06-25 17:27:37','field-title_licensed_and_secure-0-name','','',0,'title_licensed_and_secure-0','title_licensed_and_secure-0',1),(605,17,0,'2020-06-25 17:27:37','field-title_licensed_and_secure-0-type','','',0,'custom_field','custom_field',1),(606,17,0,'2020-06-25 17:27:37','field-title_payment-0','','base64',1,'QSBQYXltZW50IEdhdGV3YXk=','QSBQYXltZW50IEdhdGV3YXk=',1),(607,17,0,'2020-06-25 17:27:37','field-title_payment-0-name','','',0,'title_payment-0','title_payment-0',1),(608,17,0,'2020-06-25 17:27:37','field-title_payment-0-type','','',0,'custom_field','custom_field',1),(609,17,0,'2020-06-25 17:27:37','field-title_press-0','','base64',1,'Q3J5cHRvV2FsbGV0IGluIHRoZSBQcmVzcw==','Q3J5cHRvV2FsbGV0IGluIHRoZSBQcmVzcw==',1),(610,17,0,'2020-06-25 17:27:37','field-title_press-0-name','','',0,'title_press-0','title_press-0',1),(611,17,0,'2020-06-25 17:27:37','field-title_press-0-type','','',0,'custom_field','custom_field',1),(612,17,0,'2020-06-25 17:27:37','field-title_quick_crypto-0','','base64',1,'QSBRdWljayBDcnlwdG8gRXhjaGFuZ2U=','QSBRdWljayBDcnlwdG8gRXhjaGFuZ2U=',1),(613,17,0,'2020-06-25 17:27:37','field-title_quick_crypto-0-name','','',0,'title_quick_crypto-0','title_quick_crypto-0',1),(614,17,0,'2020-06-25 17:27:37','field-title_quick_crypto-0-type','','',0,'custom_field','custom_field',1),(615,17,0,'2020-06-25 17:27:37','field-title_wallet_app-0','','base64',1,'R2V0IHRoZSBDcnlwdG8gDQpXYWxsZXQgQXBwIGFuZCBqb2luIG91ciBjb21tdW5pdHk=','R2V0IHRoZSBDcnlwdG8gDQpXYWxsZXQgQXBwIGFuZCBqb2luIG91ciBjb21tdW5pdHk=',1),(616,17,0,'2020-06-25 17:27:37','field-title_wallet_app-0-name','','',0,'title_wallet_app-0','title_wallet_app-0',1),(617,17,0,'2020-06-25 17:27:37','field-title_wallet_app-0-type','','',0,'custom_field','custom_field',1),(618,17,0,'2020-06-25 17:27:37','field-title_welcome-0','','base64',1,'V2VsY29tZSB0byB5b3VyIGdhdGV3YXkgDQpmb3IgZGlnaXRhbCBjdXJyZW5jeS4=','V2VsY29tZSB0byB5b3VyIGdhdGV3YXkgDQpmb3IgZGlnaXRhbCBjdXJyZW5jeS4=',1),(619,17,0,'2020-06-25 17:27:37','field-title_welcome-0-name','','',0,'title_welcome-0','title_welcome-0',1),(620,17,0,'2020-06-25 17:27:37','field-title_welcome-0-type','','',0,'custom_field','custom_field',1),(621,17,0,'2020-06-25 17:27:37','field-title_works-0','','base64',1,'Q3J5cHRvV2FsbGV0IElzIEZhc3QgYW5kIEVhc3k=','Q3J5cHRvV2FsbGV0IElzIEZhc3QgYW5kIEVhc3k=',1),(622,17,0,'2020-06-25 17:27:37','field-title_works-0-name','','',0,'title_works-0','title_works-0',1),(623,17,0,'2020-06-25 17:27:37','field-title_works-0-type','','',0,'custom_field','custom_field',1),(624,17,0,'2020-06-25 17:27:37','field-_block_1_text-0','','base64',1,'ZmllbGRfNWQyNzgzZjQ1MWFiMg==','ZmllbGRfNWQyNzgzZjQ1MWFiMg==',1),(625,17,0,'2020-06-25 17:27:37','field-_block_1_text-0-name','','',0,'_block_1_text-0','_block_1_text-0',1),(626,17,0,'2020-06-25 17:27:37','field-_block_1_text-0-type','','',0,'custom_field','custom_field',1),(627,17,0,'2020-06-25 17:27:37','field-_description-0','','base64',1,'ZmllbGRfNWQyNjQwMmQ4NDJiMw==','ZmllbGRfNWQyNjQwMmQ4NDJiMw==',1),(628,17,0,'2020-06-25 17:27:37','field-_description-0-name','','',0,'_description-0','_description-0',1),(629,17,0,'2020-06-25 17:27:37','field-_description-0-type','','',0,'custom_field','custom_field',1),(630,17,0,'2020-06-25 17:27:37','field-top_up_with_speed_subtitle-0','','base64',1,'VG9wIFVwIHdpdGggU3BlZWQ=','VG9wIFVwIHdpdGggU3BlZWQ=',1),(631,17,0,'2020-06-25 17:27:37','field-top_up_with_speed_subtitle-0-name','','',0,'top_up_with_speed_subtitle-0','top_up_with_speed_subtitle-0',1),(632,17,0,'2020-06-25 17:27:37','field-top_up_with_speed_subtitle-0-type','','',0,'custom_field','custom_field',1),(633,17,0,'2020-06-25 17:27:37','field-video_link-0','','base64',1,'aHR0cHM6Ly92aW1lby5jb20vNDA3NjUyODYx','aHR0cHM6Ly92aW1lby5jb20vNDA3NjUyODYx',1),(634,17,0,'2020-06-25 17:27:37','field-video_link-0-name','','',0,'video_link-0','video_link-0',1),(635,17,0,'2020-06-25 17:27:37','field-video_link-0-type','','',0,'custom_field','custom_field',1),(636,17,0,'2020-06-25 17:27:37','field-top_up_with_speed_text-0','','base64',1,'WW91IGNhbiB0b3AgdXAgeW91ciB3YWxsZXQgdGhyb3VnaCBTRVBBIGJhbmsgdHJhbnNmZXJzIG9yIGNyZWRpdCBjYXJkLiBMaWdodG5pbmcgc3BlZWQgYW5kIGhhc3NsZSAtIGZyZWUgLSB0aGF0J3MgYSB3aW4u','WW91IGNhbiB0b3AgdXAgeW91ciB3YWxsZXQgdGhyb3VnaCBTRVBBIGJhbmsgdHJhbnNmZXJzIG9yIGNyZWRpdCBjYXJkLiBMaWdodG5pbmcgc3BlZWQgYW5kIGhhc3NsZSAtIGZyZWUgLSB0aGF0J3MgYSB3aW4u',1),(637,17,0,'2020-06-25 17:27:37','field-top_up_with_speed_text-0-name','','',0,'top_up_with_speed_text-0','top_up_with_speed_text-0',1),(638,17,0,'2020-06-25 17:27:37','field-top_up_with_speed_text-0-type','','',0,'custom_field','custom_field',1),(639,17,0,'2020-06-25 17:27:37','original_id','','',0,'419','1365',1),(640,17,0,'2020-06-25 17:27:37','title','','base64',1,'SG9tZQ==','SG9tZQ==',1),(641,17,0,'2020-06-25 17:27:37','body','','base64',1,'','',1),(642,17,0,'2020-06-25 17:27:37','excerpt','','base64',1,'','',1),(644,18,0,'2020-06-25 17:29:18','field-title-0','','base64',1,'Q3J5cHRvIElzIE1vbmV5IC0gTGV0J3MgVXNlIEl0Lg==','Q3J5cHRvIGVzIGRpbmVybyAtIHVzw6ltb3Nsby4=',1),(645,18,0,'2020-06-25 17:29:18','field-title-0-name','','',0,'title-0','title-0',1),(646,18,0,'2020-06-25 17:29:18','field-title-0-type','','',0,'custom_field','custom_field',1),(647,18,0,'2020-06-25 17:29:18','field-description-0','','base64',1,'VGhpcyBpcyB0aGUgZnV0dXJlIG9mIGNyeXB0byBiYW5raW5nLiBDcnlwdG9XYWxsZXQgaXMgeW91ciBnYXRld2F5IHRvIGRpZ2l0YWwgY3VycmVuY3kgYW5kIGJleW9uZC4gV2l0aCBkZWRpY2F0ZWQgSUJBTnMgZm9yIHN1cHBvcnRlZCBmaWF0IGN1cnJlbmNpZXMsIHlvdSBjYW4gdXNlIENyeXB0b1dhbGxldCB0byBtYWtlIGJhbmsgdHJhbnNmZXJzLCBwYXkgYmlsbHMsIGFuZCBzcGVuZCBjcnlwdG8gaW4gc3RvcmVzLCBhbGwgd2l0aGluIGEgc2luZ2xlIHBsYXRmb3JtLg==','RXN0ZSBlcyBlbCBmdXR1cm8gZGUgbGEgY3JpcHRvYmFuY2EuIENyeXB0b1dhbGxldCBlcyBzdSBwdWVydGEgZGUgZW50cmFkYSBhIGxhIG1vbmVkYSBkaWdpdGFsIHkgbcOhcyBhbGzDoS4gQ29uIElCQU4gZGVkaWNhZG9zIHBhcmEgbW9uZWRhcyBmaWR1Y2lhcmlhcyBjb21wYXRpYmxlcywgcHVlZGUgdXNhciBDcnlwdG9XYWxsZXQgcGFyYSByZWFsaXphciB0cmFuc2ZlcmVuY2lhcyBiYW5jYXJpYXMsIHBhZ2FyIGZhY3R1cmFzIHkgZ2FzdGFyIGNyaXB0b21vbmVkYXMgZW4gdGllbmRhcywgdG9kbyBkZW50cm8gZGUgdW5hIHNvbGEgcGxhdGFmb3JtYS4=',1),(648,18,0,'2020-06-25 17:29:18','field-description-0-name','','',0,'description-0','description-0',1),(649,18,0,'2020-06-25 17:29:18','field-description-0-type','','',0,'custom_field','custom_field',1),(650,18,0,'2020-06-25 17:29:18','field-block_1_text-0','','base64',1,'V2UgaGF2ZSBhIHN0cm9uZyBjdXN0b21lciBmb2N1cyB3aXRoIHNob3J0IHdhaXRpbmcgdGltZXMgYW5kIHN1cHBvcnQgaW4gbXVsdGlwbGUgbGFuZ3VhZ2VzLg==','V2UgaGF2ZSBhIHN0cm9uZyBjdXN0b21lciBmb2N1cyB3aXRoIHNob3J0IHdhaXRpbmcgdGltZXMgYW5kIHN1cHBvcnQgaW4gbXVsdGlwbGUgbGFuZ3VhZ2VzLg==',1),(651,18,0,'2020-06-25 17:29:18','field-block_1_text-0-name','','',0,'block_1_text-0','block_1_text-0',1),(652,18,0,'2020-06-25 17:29:18','field-block_1_text-0-type','','',0,'custom_field','custom_field',1),(653,18,0,'2020-06-25 17:29:18','field-block_2_text-0','','base64',1,'Q3J5cHRvV2FsbGV0IG9mZmVycyBoaWdoLXF1YWxpdHkgc3VwcG9ydCB0aHJvdWdoIHRlbGVwaG9uZSwgTGl2ZUNoYXQsIHRpY2tldCBzdWJtaXNzaW9ucywgYW5kIFZJUCB0cmVhdG1lbnQgb3B0aW9ucy4=','Q3J5cHRvV2FsbGV0IG9mZmVycyBoaWdoLXF1YWxpdHkgc3VwcG9ydCB0aHJvdWdoIHRlbGVwaG9uZSwgTGl2ZUNoYXQsIHRpY2tldCBzdWJtaXNzaW9ucywgYW5kIFZJUCB0cmVhdG1lbnQgb3B0aW9ucy4=',1),(654,18,0,'2020-06-25 17:29:18','field-block_2_text-0-name','','',0,'block_2_text-0','block_2_text-0',1),(655,18,0,'2020-06-25 17:29:18','field-block_2_text-0-type','','',0,'custom_field','custom_field',1),(656,18,0,'2020-06-25 17:29:18','field-benefits-0','','base64',0,'Mw==','Mw==',1),(657,18,0,'2020-06-25 17:29:18','field-benefits-0-name','','',0,'benefits-0','benefits-0',1),(658,18,0,'2020-06-25 17:29:18','field-benefits-0-type','','',0,'custom_field','custom_field',1),(659,18,0,'2020-06-25 17:29:18','field-benefits_0_animation_card-0','','base64',1,'V2FsbGV0','V2FsbGV0',1),(660,18,0,'2020-06-25 17:29:18','field-benefits_0_animation_card-0-name','','',0,'benefits_0_animation_card-0','benefits_0_animation_card-0',1),(661,18,0,'2020-06-25 17:29:18','field-benefits_0_animation_card-0-type','','',0,'custom_field','custom_field',1),(662,18,0,'2020-06-25 17:29:18','field-benefits_0_description-0','','base64',1,'SXTigJlzIGEgd2FsbGV0IHdoZXJlIHlvdSBjYW4gc2VjdXJlbHkgc3RvcmUgeW91ciBjcnlwdG8gZnVuZHMu','SXTigJlzIGEgd2FsbGV0IHdoZXJlIHlvdSBjYW4gc2VjdXJlbHkgc3RvcmUgeW91ciBjcnlwdG8gZnVuZHMu',1),(663,18,0,'2020-06-25 17:29:18','field-benefits_0_description-0-name','','',0,'benefits_0_description-0','benefits_0_description-0',1),(664,18,0,'2020-06-25 17:29:18','field-benefits_0_description-0-type','','',0,'custom_field','custom_field',1),(665,18,0,'2020-06-25 17:29:18','field-benefits_0_title-0','','base64',1,'V2FsbGV0','V2FsbGV0',1),(666,18,0,'2020-06-25 17:29:18','field-benefits_0_title-0-name','','',0,'benefits_0_title-0','benefits_0_title-0',1),(667,18,0,'2020-06-25 17:29:18','field-benefits_0_title-0-type','','',0,'custom_field','custom_field',1),(668,18,0,'2020-06-25 17:29:18','field-benefits_1_animation_card-0','','base64',1,'RGViaXQgQ2FyZA==','RGViaXQgQ2FyZA==',1),(669,18,0,'2020-06-25 17:29:18','field-benefits_1_animation_card-0-name','','',0,'benefits_1_animation_card-0','benefits_1_animation_card-0',1),(670,18,0,'2020-06-25 17:29:18','field-benefits_1_animation_card-0-type','','',0,'custom_field','custom_field',1),(671,18,0,'2020-06-25 17:29:18','field-benefits_1_description-0','','base64',1,'SXTigJlzIGEgcHJlcGFpZCBjYXJkIHRoYXQgbGV0cyB5b3Ugc3BlbmQgY3J5cHRvIGluIGFueSBzdG9yZS4=','SXTigJlzIGEgcHJlcGFpZCBjYXJkIHRoYXQgbGV0cyB5b3Ugc3BlbmQgY3J5cHRvIGluIGFueSBzdG9yZS4=',1),(672,18,0,'2020-06-25 17:29:18','field-benefits_1_description-0-name','','',0,'benefits_1_description-0','benefits_1_description-0',1),(673,18,0,'2020-06-25 17:29:18','field-benefits_1_description-0-type','','',0,'custom_field','custom_field',1),(674,18,0,'2020-06-25 17:29:18','field-benefits_1_title-0','','base64',1,'Q2FyZA==','Q2FyZA==',1),(675,18,0,'2020-06-25 17:29:18','field-benefits_1_title-0-name','','',0,'benefits_1_title-0','benefits_1_title-0',1),(676,18,0,'2020-06-25 17:29:18','field-benefits_1_title-0-type','','',0,'custom_field','custom_field',1),(677,18,0,'2020-06-25 17:29:18','field-benefits_2_animation_card-0','','base64',1,'RXhjaGFuZ2UgQXBw','RXhjaGFuZ2UgQXBw',1),(678,18,0,'2020-06-25 17:29:18','field-benefits_2_animation_card-0-name','','',0,'benefits_2_animation_card-0','benefits_2_animation_card-0',1),(679,18,0,'2020-06-25 17:29:18','field-benefits_2_animation_card-0-type','','',0,'custom_field','custom_field',1),(680,18,0,'2020-06-25 17:29:18','field-benefits_2_description-0','','base64',1,'SXTigJlzIGFuIGV4Y2hhbmdlIHRoYXQgYWxsb3dzIHlvdSB0byBxdWlja2x5IGFuZCBlYXNpbHkgZXhjaGFuZ2UgY3J5cHRvIG9uIHlvdXIgcGhvbmUu','SXTigJlzIGFuIGV4Y2hhbmdlIHRoYXQgYWxsb3dzIHlvdSB0byBxdWlja2x5IGFuZCBlYXNpbHkgZXhjaGFuZ2UgY3J5cHRvIG9uIHlvdXIgcGhvbmUu',1),(681,18,0,'2020-06-25 17:29:18','field-benefits_2_description-0-name','','',0,'benefits_2_description-0','benefits_2_description-0',1),(682,18,0,'2020-06-25 17:29:18','field-benefits_2_description-0-type','','',0,'custom_field','custom_field',1),(683,18,0,'2020-06-25 17:29:18','field-benefits_2_title-0','','base64',1,'RXhjaGFuZ2U=','RXhjaGFuZ2U=',1),(684,18,0,'2020-06-25 17:29:18','field-benefits_2_title-0-name','','',0,'benefits_2_title-0','benefits_2_title-0',1),(685,18,0,'2020-06-25 17:29:18','field-benefits_2_title-0-type','','',0,'custom_field','custom_field',1),(686,18,0,'2020-06-25 17:29:18','field-benefits_contactless-0','','base64',0,'NA==','NA==',1),(687,18,0,'2020-06-25 17:29:18','field-benefits_contactless-0-name','','',0,'benefits_contactless-0','benefits_contactless-0',1),(688,18,0,'2020-06-25 17:29:18','field-benefits_contactless-0-type','','',0,'custom_field','custom_field',1),(689,18,0,'2020-06-25 17:29:18','field-benefits_contactless_0_description-0','','base64',1,'WW91IGNhbiBmaW5hbGx5IHNwZW5kIHlvdXIgY3J5cHRvY3VycmVuY3kgb24gcmVhbCBnb29kcyBhbmQgc2VydmljZXMgYW55d2hlcmUgdGhhdCBhY2NlcHRzIFZJU0Eu','WW91IGNhbiBmaW5hbGx5IHNwZW5kIHlvdXIgY3J5cHRvY3VycmVuY3kgb24gcmVhbCBnb29kcyBhbmQgc2VydmljZXMgYW55d2hlcmUgdGhhdCBhY2NlcHRzIFZJU0Eu',1),(690,18,0,'2020-06-25 17:29:18','field-benefits_contactless_0_description-0-name','','',0,'benefits_contactless_0_description-0','benefits_contactless_0_description-0',1),(691,18,0,'2020-06-25 17:29:18','field-benefits_contactless_0_description-0-type','','',0,'custom_field','custom_field',1),(692,18,0,'2020-06-25 17:29:18','field-benefits_contactless_0_icone-0','','base64',1,'bm90ZQ==','bm90ZQ==',1),(693,18,0,'2020-06-25 17:29:18','field-benefits_contactless_0_icone-0-name','','',0,'benefits_contactless_0_icone-0','benefits_contactless_0_icone-0',1),(694,18,0,'2020-06-25 17:29:18','field-benefits_contactless_0_icone-0-type','','',0,'custom_field','custom_field',1),(695,18,0,'2020-06-25 17:29:18','field-benefits_contactless_0_title-0','','base64',1,'U2hvcCBBbnl3aGVyZQ==','U2hvcCBBbnl3aGVyZQ==',1),(696,18,0,'2020-06-25 17:29:18','field-benefits_contactless_0_title-0-name','','',0,'benefits_contactless_0_title-0','benefits_contactless_0_title-0',1),(697,18,0,'2020-06-25 17:29:18','field-benefits_contactless_0_title-0-type','','',0,'custom_field','custom_field',1),(698,18,0,'2020-06-25 17:29:18','field-benefits_contactless_1_description-0','','base64',1,'Q29udmVydGluZyB5b3VyIGNyeXB0byB0byBmaWF0IGZvciBwdXJjaGFzZXMgaXMgc2ltcGxlIHVzaW5nIHRoZSBpbnN0YW50IGluLWFwcGV4Y2hhbmdlIGZlYXR1cmUuIFN0b3AgdGhlIGNyeXB0byBzaHVmZmxlIGFuZCBsZXQgQ3J5cHRvV2FsbGV0IGRvIHRoZSB3b3JrLg==','Q29udmVydGluZyB5b3VyIGNyeXB0byB0byBmaWF0IGZvciBwdXJjaGFzZXMgaXMgc2ltcGxlIHVzaW5nIHRoZSBpbnN0YW50IGluLWFwcGV4Y2hhbmdlIGZlYXR1cmUuIFN0b3AgdGhlIGNyeXB0byBzaHVmZmxlIGFuZCBsZXQgQ3J5cHRvV2FsbGV0IGRvIHRoZSB3b3JrLg==',1),(699,18,0,'2020-06-25 17:29:18','field-benefits_contactless_1_description-0-name','','',0,'benefits_contactless_1_description-0','benefits_contactless_1_description-0',1),(700,18,0,'2020-06-25 17:29:18','field-benefits_contactless_1_description-0-type','','',0,'custom_field','custom_field',1),(701,18,0,'2020-06-25 17:29:18','field-benefits_contactless_1_icone-0','','base64',1,'Y29pbg==','Y29pbg==',1),(702,18,0,'2020-06-25 17:29:18','field-benefits_contactless_1_icone-0-name','','',0,'benefits_contactless_1_icone-0','benefits_contactless_1_icone-0',1),(703,18,0,'2020-06-25 17:29:18','field-benefits_contactless_1_icone-0-type','','',0,'custom_field','custom_field',1),(704,18,0,'2020-06-25 17:29:18','field-benefits_contactless_1_title-0','','base64',1,'Q29udmVydA==','Q29udmVydA==',1),(705,18,0,'2020-06-25 17:29:18','field-benefits_contactless_1_title-0-name','','',0,'benefits_contactless_1_title-0','benefits_contactless_1_title-0',1),(706,18,0,'2020-06-25 17:29:18','field-benefits_contactless_1_title-0-type','','',0,'custom_field','custom_field',1),(707,18,0,'2020-06-25 17:29:18','field-benefits_contactless_2_description-0','','base64',1,'VGFrZSBhZHZhbnRhZ2Ugb2Ygb3VyIHVuaXF1ZSBjcnlwdG8gY2FzaGJhY2sgZmVhdHVyZSwgaXQgcHV0cyBtb25leSBpbiB5b3VyIHdhbGxldCAtIGxpdGVyYWxseS4gR2V0IGNhc2hiYWNrIGluIGNyeXB0byBvbiBwdXJjaGFzZXMgbWFkZSBpbiBzdG9yZSB3aXRoIHlvdXIgQ3J5cHRvV2FsbGV0IFZpc2EgZGViaXQgY2FyZC4=','VGFrZSBhZHZhbnRhZ2Ugb2Ygb3VyIHVuaXF1ZSBjcnlwdG8gY2FzaGJhY2sgZmVhdHVyZSwgaXQgcHV0cyBtb25leSBpbiB5b3VyIHdhbGxldCAtIGxpdGVyYWxseS4gR2V0IGNhc2hiYWNrIGluIGNyeXB0byBvbiBwdXJjaGFzZXMgbWFkZSBpbiBzdG9yZSB3aXRoIHlvdXIgQ3J5cHRvV2FsbGV0IFZpc2EgZGViaXQgY2FyZC4=',1),(708,18,0,'2020-06-25 17:29:18','field-benefits_contactless_2_description-0-name','','',0,'benefits_contactless_2_description-0','benefits_contactless_2_description-0',1),(709,18,0,'2020-06-25 17:29:18','field-benefits_contactless_2_description-0-type','','',0,'custom_field','custom_field',1),(710,18,0,'2020-06-25 17:29:18','field-benefits_contactless_2_icone-0','','base64',1,'Yml0Y29pbg==','Yml0Y29pbg==',1),(711,18,0,'2020-06-25 17:29:18','field-benefits_contactless_2_icone-0-name','','',0,'benefits_contactless_2_icone-0','benefits_contactless_2_icone-0',1),(712,18,0,'2020-06-25 17:29:18','field-benefits_contactless_2_icone-0-type','','',0,'custom_field','custom_field',1),(713,18,0,'2020-06-25 17:29:18','field-benefits_contactless_2_title-0','','base64',1,'VW5pcXVlIENyeXB0byBDYXNoYmFjaw==','VW5pcXVlIENyeXB0byBDYXNoYmFjaw==',1),(714,18,0,'2020-06-25 17:29:18','field-benefits_contactless_2_title-0-name','','',0,'benefits_contactless_2_title-0','benefits_contactless_2_title-0',1),(715,18,0,'2020-06-25 17:29:18','field-benefits_contactless_2_title-0-type','','',0,'custom_field','custom_field',1),(716,18,0,'2020-06-25 17:29:18','field-benefits_contactless_3_description-0','','base64',1,'TWFrZSBjcnlwdG8gcHVyY2hhc2VzIGluIHNlY29uZHMgYnkgc2ltcGx5IHRhcHBpbmcgeW91ciBjYXJkLg==','TWFrZSBjcnlwdG8gcHVyY2hhc2VzIGluIHNlY29uZHMgYnkgc2ltcGx5IHRhcHBpbmcgeW91ciBjYXJkLg==',1),(717,18,0,'2020-06-25 17:29:18','field-benefits_contactless_3_description-0-name','','',0,'benefits_contactless_3_description-0','benefits_contactless_3_description-0',1),(718,18,0,'2020-06-25 17:29:18','field-benefits_contactless_3_description-0-type','','',0,'custom_field','custom_field',1),(719,18,0,'2020-06-25 17:29:18','field-benefits_contactless_3_icone-0','','base64',1,'Y3JlZGl0','Y3JlZGl0',1),(720,18,0,'2020-06-25 17:29:18','field-benefits_contactless_3_icone-0-name','','',0,'benefits_contactless_3_icone-0','benefits_contactless_3_icone-0',1),(721,18,0,'2020-06-25 17:29:18','field-benefits_contactless_3_icone-0-type','','',0,'custom_field','custom_field',1),(722,18,0,'2020-06-25 17:29:18','field-benefits_contactless_3_title-0','','base64',1,'Q29udGFjdGxlc3M=','Q29udGFjdGxlc3M=',1),(723,18,0,'2020-06-25 17:29:18','field-benefits_contactless_3_title-0-name','','',0,'benefits_contactless_3_title-0','benefits_contactless_3_title-0',1),(724,18,0,'2020-06-25 17:29:18','field-benefits_contactless_3_title-0-type','','',0,'custom_field','custom_field',1),(725,18,0,'2020-06-25 17:29:18','field-block_1_licensed_and_secure_link-0','','base64',1,'aHR0cDovL2xvY2FsaG9zdC9jYXBwZW4vZ3JpZmxhbi1jcnlwdG8td2FsbGV0L3dlYi8=','aHR0cDovL2xvY2FsaG9zdC9jYXBwZW4vZ3JpZmxhbi1jcnlwdG8td2FsbGV0L3dlYi8=',1),(726,18,0,'2020-06-25 17:29:18','field-block_1_licensed_and_secure_link-0-name','','',0,'block_1_licensed_and_secure_link-0','block_1_licensed_and_secure_link-0',1),(727,18,0,'2020-06-25 17:29:18','field-block_1_licensed_and_secure_link-0-type','','',0,'custom_field','custom_field',1),(728,18,0,'2020-06-25 17:29:18','field-block_1_licensed_and_secure_subtitle-0','','base64',1,'TGljZW5zZWQgdG8gUHJvdmlkZSBWaXJ0dWFsIEN1cnJlbmN5IFdhbGxldCBTZXJ2aWNlcw==','TGljZW5zZWQgdG8gUHJvdmlkZSBWaXJ0dWFsIEN1cnJlbmN5IFdhbGxldCBTZXJ2aWNlcw==',1),(729,18,0,'2020-06-25 17:29:18','field-block_1_licensed_and_secure_subtitle-0-name','','',0,'block_1_licensed_and_secure_subtitle-0','block_1_licensed_and_secure_subtitle-0',1),(730,18,0,'2020-06-25 17:29:18','field-block_1_licensed_and_secure_subtitle-0-type','','',0,'custom_field','custom_field',1),(731,18,0,'2020-06-25 17:29:18','field-block_1_licensed_and_secure_text-0','','base64',1,'RXN0b25pYSBGSVUgTGljZW5zZSBOdW1iZXIgPHN0cm9uZz5GUkswMDAxMzE8L3N0cm9uZz4gZW5hYmxlcyBDcnlwdG9XYWxsZXQgdG8gcHJvdmlkZSBjcnlwdG9jdXJyZW5jeSBzdG9yYWdlIHNlcnZpY2VzIHRvIG91ciBjdXN0b21lcnMu','RXN0b25pYSBGSVUgTGljZW5zZSBOdW1iZXIgPHN0cm9uZz5GUkswMDAxMzE8L3N0cm9uZz4gZW5hYmxlcyBDcnlwdG9XYWxsZXQgdG8gcHJvdmlkZSBjcnlwdG9jdXJyZW5jeSBzdG9yYWdlIHNlcnZpY2VzIHRvIG91ciBjdXN0b21lcnMu',1),(732,18,0,'2020-06-25 17:29:18','field-block_1_licensed_and_secure_text-0-name','','',0,'block_1_licensed_and_secure_text-0','block_1_licensed_and_secure_text-0',1),(733,18,0,'2020-06-25 17:29:18','field-block_1_licensed_and_secure_text-0-type','','',0,'custom_field','custom_field',1),(734,18,0,'2020-06-25 17:29:18','field-block_1_licensed_and_secure_text_link-0','','base64',1,'VmVyaWZ5IExpY2Vuc2UgT25saW5l','VmVyaWZ5IExpY2Vuc2UgT25saW5l',1),(735,18,0,'2020-06-25 17:29:18','field-block_1_licensed_and_secure_text_link-0-name','','',0,'block_1_licensed_and_secure_text_link-0','block_1_licensed_and_secure_text_link-0',1),(736,18,0,'2020-06-25 17:29:18','field-block_1_licensed_and_secure_text_link-0-type','','',0,'custom_field','custom_field',1),(737,18,0,'2020-06-25 17:29:18','field-block_1_subtitle-0','','base64',1,'U3Ryb25nIEN1c3RvbWVyIEZvY3Vz','U3Ryb25nIEN1c3RvbWVyIEZvY3Vz',1),(738,18,0,'2020-06-25 17:29:18','field-block_1_subtitle-0-name','','',0,'block_1_subtitle-0','block_1_subtitle-0',1),(739,18,0,'2020-06-25 17:29:18','field-block_1_subtitle-0-type','','',0,'custom_field','custom_field',1),(740,18,0,'2020-06-25 17:29:18','field-block_2_licensed_and_secure_link-0','','base64',1,'aHR0cDovL2xvY2FsaG9zdC9jYXBwZW4vZ3JpZmxhbi1jcnlwdG8td2FsbGV0L3dlYi8=','aHR0cDovL2xvY2FsaG9zdC9jYXBwZW4vZ3JpZmxhbi1jcnlwdG8td2FsbGV0L3dlYi8=',1),(741,18,0,'2020-06-25 17:29:18','field-block_2_licensed_and_secure_link-0-name','','',0,'block_2_licensed_and_secure_link-0','block_2_licensed_and_secure_link-0',1),(742,18,0,'2020-06-25 17:29:18','field-block_2_licensed_and_secure_link-0-type','','',0,'custom_field','custom_field',1),(743,18,0,'2020-06-25 17:29:18','field-block_2_licensed_and_secure_subtitle-0','','base64',1,'TGljZW5zZWQgdG8gUHJvdmlkZSBGaWF0IHRvIFZpcnR1YWwgQ3VycmVuY3kgRXhjaGFuZ2UgU2VydmljZXM=','TGljZW5zZWQgdG8gUHJvdmlkZSBGaWF0IHRvIFZpcnR1YWwgQ3VycmVuY3kgRXhjaGFuZ2UgU2VydmljZXM=',1),(744,18,0,'2020-06-25 17:29:18','field-block_2_licensed_and_secure_subtitle-0-name','','',0,'block_2_licensed_and_secure_subtitle-0','block_2_licensed_and_secure_subtitle-0',1),(745,18,0,'2020-06-25 17:29:18','field-block_2_licensed_and_secure_subtitle-0-type','','',0,'custom_field','custom_field',1),(746,18,0,'2020-06-25 17:29:18','field-block_2_licensed_and_secure_text-0','','base64',1,'RXN0b25pYSBGSVUgTGljZW5zZSBOdW1iZXIgPHN0cm9uZz5GUlYwMDAxNDM8L3N0cm9uZz4gYWxsb3dzIHVzIHRvIG9mZmVyIGRpcmVjdCBjcnlwdG8gdG8gZmlhdCB0cmFkaW5nIGFzIHdlbGwgYXMgaW50ZXItY3J5cHRvY3VycmVuY3kgZXhjaGFuZ2Ugc2VydmljZXMu','RXN0b25pYSBGSVUgTGljZW5zZSBOdW1iZXIgPHN0cm9uZz5GUlYwMDAxNDM8L3N0cm9uZz4gYWxsb3dzIHVzIHRvIG9mZmVyIGRpcmVjdCBjcnlwdG8gdG8gZmlhdCB0cmFkaW5nIGFzIHdlbGwgYXMgaW50ZXItY3J5cHRvY3VycmVuY3kgZXhjaGFuZ2Ugc2VydmljZXMu',1),(747,18,0,'2020-06-25 17:29:18','field-block_2_licensed_and_secure_text-0-name','','',0,'block_2_licensed_and_secure_text-0','block_2_licensed_and_secure_text-0',1),(748,18,0,'2020-06-25 17:29:18','field-block_2_licensed_and_secure_text-0-type','','',0,'custom_field','custom_field',1),(749,18,0,'2020-06-25 17:29:18','field-block_2_licensed_and_secure_text_link-0','','base64',1,'VmVyaWZ5IExpY2Vuc2UgT25saW5l','VmVyaWZ5IExpY2Vuc2UgT25saW5l',1),(750,18,0,'2020-06-25 17:29:18','field-block_2_licensed_and_secure_text_link-0-name','','',0,'block_2_licensed_and_secure_text_link-0','block_2_licensed_and_secure_text_link-0',1),(751,18,0,'2020-06-25 17:29:18','field-block_2_licensed_and_secure_text_link-0-type','','',0,'custom_field','custom_field',1),(752,18,0,'2020-06-25 17:29:18','field-block_2_subtitle-0','','base64',1,'SGlnaCBRdWFsaXR5IFN1cHBvcnQ=','SGlnaCBRdWFsaXR5IFN1cHBvcnQ=',1),(753,18,0,'2020-06-25 17:29:18','field-block_2_subtitle-0-name','','',0,'block_2_subtitle-0','block_2_subtitle-0',1),(754,18,0,'2020-06-25 17:29:18','field-block_2_subtitle-0-type','','',0,'custom_field','custom_field',1),(755,18,0,'2020-06-25 17:29:18','field-description_client_support-0','','base64',1,'TmV2ZXIgYmUgbGVmdCB3aXRob3V0IGFuc3dlcnMgLSBDcnlwdG9XYWxsZXTigJlzIGludGVybmF0aW9uYWwgc3VwcG9ydCB0ZWFtIGlzIGhlcmUgdG8gaGVscC4=','TmV2ZXIgYmUgbGVmdCB3aXRob3V0IGFuc3dlcnMgLSBDcnlwdG9XYWxsZXTigJlzIGludGVybmF0aW9uYWwgc3VwcG9ydCB0ZWFtIGlzIGhlcmUgdG8gaGVscC4=',1),(756,18,0,'2020-06-25 17:29:18','field-description_client_support-0-name','','',0,'description_client_support-0','description_client_support-0',1),(757,18,0,'2020-06-25 17:29:18','field-description_client_support-0-type','','',0,'custom_field','custom_field',1),(758,18,0,'2020-06-25 17:29:18','field-description_coins-0','','base64',1,'Q2hlY2sgb3V0IG91ciBmdWxsIGxpc3Qgb2Ygb3VyIHN1cHBvcnRlZCBjdXJyZW5jaWVzLiA=','Q2hlY2sgb3V0IG91ciBmdWxsIGxpc3Qgb2Ygb3VyIHN1cHBvcnRlZCBjdXJyZW5jaWVzLiA=',1),(759,18,0,'2020-06-25 17:29:18','field-description_coins-0-name','','',0,'description_coins-0','description_coins-0',1),(760,18,0,'2020-06-25 17:29:18','field-description_coins-0-type','','',0,'custom_field','custom_field',1),(761,18,0,'2020-06-25 17:29:18','field-description_contactless-0','','base64',1,'Q3J5cHRvY3VycmVuY3kgYWRvcHRpb24gaXMgaGVyZSB3aXRoIG91ciBpbm5vdmF0aXZlIG5ldyBjb250YWN0bGVzcyBkZWJpdCBjYXJkLg==','Q3J5cHRvY3VycmVuY3kgYWRvcHRpb24gaXMgaGVyZSB3aXRoIG91ciBpbm5vdmF0aXZlIG5ldyBjb250YWN0bGVzcyBkZWJpdCBjYXJkLg==',1),(762,18,0,'2020-06-25 17:29:18','field-description_contactless-0-name','','',0,'description_contactless-0','description_contactless-0',1),(763,18,0,'2020-06-25 17:29:19','field-description_contactless-0-type','','',0,'custom_field','custom_field',1),(764,18,0,'2020-06-25 17:29:19','field-description_cryptowallet-0','','base64',1,'Q3J5cHRvV2FsbGV0IGlzIGFuIGVuZC10by1lbmQgY3J5cHRvIGJhbmtpbmcgYW5kIGNvbW1lcmNpYWwgc29sdXRpb24u','Q3J5cHRvV2FsbGV0IGlzIGFuIGVuZC10by1lbmQgY3J5cHRvIGJhbmtpbmcgYW5kIGNvbW1lcmNpYWwgc29sdXRpb24u',1),(765,18,0,'2020-06-25 17:29:19','field-description_cryptowallet-0-name','','',0,'description_cryptowallet-0','description_cryptowallet-0',1),(766,18,0,'2020-06-25 17:29:19','field-description_cryptowallet-0-type','','',0,'custom_field','custom_field',1),(767,18,0,'2020-06-25 17:29:19','field-description_licensed_and_secure-0','','base64',1,'Q3J5cHRvV2FsbGV0IGlzIHNlY3VyZWQgYnkgQml0R28sIHRoZSB3b3JsZOKAmXMgbGVhZGluZyBCaXRjb2luIHBheW1lbnQgcHJvY2Vzc29yLiBEaWdpdGFsIGFzc2V0cyBhbmQgdXNlciBwcml2YWN5IGFyZSBwcm90ZWN0ZWQgYnkgY3V0dGluZy1lZGdlIHNlY3VyaXR5IG1lYXN1cmVzIGxpa2UgdHdvLWZhY3RvciBhdXRoZW50aWNhdGlvbiwgZW5kLXRvLWVuZCBlbmNyeXB0aW9uLCBhbmQgbXVsdGktc2lnbmF0dXJlIGNvbGQgc3RvcmFnZSB3YWxsZXRzLiBDcnlwdG9XYWxsZXQgaGFzIG9idGFpbmVkIGxpY2Vuc2VzIGZyb20gdGhlIHN0YXRlIG9mIEVzdG9uaWEgZW5zdXJpbmcgZnVsbCBsZWdhbCBjb21wbGlhbmNlIGluIGhhbmRsaW5nIGFuZCBmYWNpbGl0YXRpbmcgdGhlIHRyYWRlIG9mIGNyeXB0b2N1cnJlbmNpZXMu','Q3J5cHRvV2FsbGV0IGlzIHNlY3VyZWQgYnkgQml0R28sIHRoZSB3b3JsZOKAmXMgbGVhZGluZyBCaXRjb2luIHBheW1lbnQgcHJvY2Vzc29yLiBEaWdpdGFsIGFzc2V0cyBhbmQgdXNlciBwcml2YWN5IGFyZSBwcm90ZWN0ZWQgYnkgY3V0dGluZy1lZGdlIHNlY3VyaXR5IG1lYXN1cmVzIGxpa2UgdHdvLWZhY3RvciBhdXRoZW50aWNhdGlvbiwgZW5kLXRvLWVuZCBlbmNyeXB0aW9uLCBhbmQgbXVsdGktc2lnbmF0dXJlIGNvbGQgc3RvcmFnZSB3YWxsZXRzLiBDcnlwdG9XYWxsZXQgaGFzIG9idGFpbmVkIGxpY2Vuc2VzIGZyb20gdGhlIHN0YXRlIG9mIEVzdG9uaWEgZW5zdXJpbmcgZnVsbCBsZWdhbCBjb21wbGlhbmNlIGluIGhhbmRsaW5nIGFuZCBmYWNpbGl0YXRpbmcgdGhlIHRyYWRlIG9mIGNyeXB0b2N1cnJlbmNpZXMu',1),(768,18,0,'2020-06-25 17:29:19','field-description_licensed_and_secure-0-name','','',0,'description_licensed_and_secure-0','description_licensed_and_secure-0',1),(769,18,0,'2020-06-25 17:29:19','field-description_licensed_and_secure-0-type','','',0,'custom_field','custom_field',1),(770,18,0,'2020-06-25 17:29:19','field-description_payment-0','','base64',1,'QWNjZXB0IHRvcCBjcnlwdG9jdXJyZW5jaWVzIG9uIHlvdXIgYnVzaW5lc3Mgd2Vic2l0ZSB3aXRoIHRoZSBsb3dlc3QgZmVlcyBpbiB0aGUgaW5kdXN0cnkuIE91ciBwYXltZW50IHdpZGdldCBpcyBzdXBwb3J0ZWQgYnkgdGhlIG1hcmtldC1sZWFkaW5nZS1jb21tZXJjZSBwbHVnaW5zIGxpa2U6','QWNjZXB0IHRvcCBjcnlwdG9jdXJyZW5jaWVzIG9uIHlvdXIgYnVzaW5lc3Mgd2Vic2l0ZSB3aXRoIHRoZSBsb3dlc3QgZmVlcyBpbiB0aGUgaW5kdXN0cnkuIE91ciBwYXltZW50IHdpZGdldCBpcyBzdXBwb3J0ZWQgYnkgdGhlIG1hcmtldC1sZWFkaW5nZS1jb21tZXJjZSBwbHVnaW5zIGxpa2U6',1),(771,18,0,'2020-06-25 17:29:19','field-description_payment-0-name','','',0,'description_payment-0','description_payment-0',1),(772,18,0,'2020-06-25 17:29:19','field-description_payment-0-type','','',0,'custom_field','custom_field',1),(773,18,0,'2020-06-25 17:29:19','field-description_quick_crypto-0','','base64',1,'U2tpcCB0aGUgdGltZS1jb25zdW1pbmcgaGFzc2xlIG9mIHVzaW5nIGV4Y2hhbmdlcyEgQSBzd2lmdCwgc2VjdXJlIDxicj4gbWV0aG9kIGZvciBidXlpbmcgYW5kIHRyYWRpbmcgb3ZlciAxNDAgY3J5cHRvY3VycmVuY2llcy4=','U2tpcCB0aGUgdGltZS1jb25zdW1pbmcgaGFzc2xlIG9mIHVzaW5nIGV4Y2hhbmdlcyEgQSBzd2lmdCwgc2VjdXJlIDxicj4gbWV0aG9kIGZvciBidXlpbmcgYW5kIHRyYWRpbmcgb3ZlciAxNDAgY3J5cHRvY3VycmVuY2llcy4=',1),(774,18,0,'2020-06-25 17:29:19','field-description_quick_crypto-0-name','','',0,'description_quick_crypto-0','description_quick_crypto-0',1),(775,18,0,'2020-06-25 17:29:19','field-description_quick_crypto-0-type','','',0,'custom_field','custom_field',1),(776,18,0,'2020-06-25 17:29:19','field-description_works-0','','base64',1,'SGVyZeKAmXMgaG93IGl0IHdvcmtzLg==','SGVyZeKAmXMgaG93IGl0IHdvcmtzLg==',1),(777,18,0,'2020-06-25 17:29:19','field-description_works-0-name','','',0,'description_works-0','description_works-0',1),(778,18,0,'2020-06-25 17:29:19','field-description_works-0-type','','',0,'custom_field','custom_field',1),(779,18,0,'2020-06-25 17:29:19','field-exchange_effortlessly_subtitle-0','','base64',1,'RXhjaGFuZ2UgRWZmb3J0bGVzc2x5','RXhjaGFuZ2UgRWZmb3J0bGVzc2x5',1),(780,18,0,'2020-06-25 17:29:19','field-exchange_effortlessly_subtitle-0-name','','',0,'exchange_effortlessly_subtitle-0','exchange_effortlessly_subtitle-0',1),(781,18,0,'2020-06-25 17:29:19','field-exchange_effortlessly_subtitle-0-type','','',0,'custom_field','custom_field',1),(782,18,0,'2020-06-25 17:29:19','field-exchange_effortlessly_text-0','','base64',1,'VGhlIGFwcCBsZXRzIHlvdSBleGNoYW5nZSBzdXBwb3J0ZWQgY3J5cHRvY3VycmVuY2llcyBlZmZvcnRsZXNzbHkgLCBhbGxvd2luZyB5b3UgdG8gc3BlbmQgeW91ciBjcnlwdG8gZnVuZHMgeW91ciB3YXku','VGhlIGFwcCBsZXRzIHlvdSBleGNoYW5nZSBzdXBwb3J0ZWQgY3J5cHRvY3VycmVuY2llcyBlZmZvcnRsZXNzbHkgLCBhbGxvd2luZyB5b3UgdG8gc3BlbmQgeW91ciBjcnlwdG8gZnVuZHMgeW91ciB3YXku',1),(783,18,0,'2020-06-25 17:29:19','field-exchange_effortlessly_text-0-name','','',0,'exchange_effortlessly_text-0','exchange_effortlessly_text-0',1),(784,18,0,'2020-06-25 17:29:19','field-exchange_effortlessly_text-0-type','','',0,'custom_field','custom_field',1),(785,18,0,'2020-06-25 17:29:19','field-link_licensed_and_secure-0','','base64',1,'aHR0cDovL2xvY2FsaG9zdC9jYXBwZW4vZ3JpZmxhbi1jcnlwdG8td2FsbGV0L3dlYi8=','aHR0cHM6Ly9jcnlwdG93YWxsZXQubGFiY3AuY28v',1),(786,18,0,'2020-06-25 17:29:19','field-link_licensed_and_secure-0-name','','',0,'link_licensed_and_secure-0','link_licensed_and_secure-0',1),(787,18,0,'2020-06-25 17:29:19','field-link_licensed_and_secure-0-type','','',0,'custom_field','custom_field',1),(788,18,0,'2020-06-25 17:29:19','field-logos-0','','base64',0,'Ng==','Ng==',1),(789,18,0,'2020-06-25 17:29:19','field-logos-0-name','','',0,'logos-0','logos-0',1),(790,18,0,'2020-06-25 17:29:19','field-logos-0-type','','',0,'custom_field','custom_field',1),(791,18,0,'2020-06-25 17:29:19','field-logos_0_logo-0','','base64',0,'NjI2','NjI2',1),(792,18,0,'2020-06-25 17:29:19','field-logos_0_logo-0-name','','',0,'logos_0_logo-0','logos_0_logo-0',1),(793,18,0,'2020-06-25 17:29:19','field-logos_0_logo-0-type','','',0,'custom_field','custom_field',1),(794,18,0,'2020-06-25 17:29:19','field-logos_0_logo_hover-0','','base64',0,'MTE0Ng==','MTE0Ng==',1),(795,18,0,'2020-06-25 17:29:19','field-logos_0_logo_hover-0-name','','',0,'logos_0_logo_hover-0','logos_0_logo_hover-0',1),(796,18,0,'2020-06-25 17:29:19','field-logos_0_logo_hover-0-type','','',0,'custom_field','custom_field',1),(797,18,0,'2020-06-25 17:29:19','field-logos_1_logo-0','','base64',0,'NjMx','NjMx',1),(798,18,0,'2020-06-25 17:29:19','field-logos_1_logo-0-name','','',0,'logos_1_logo-0','logos_1_logo-0',1),(799,18,0,'2020-06-25 17:29:19','field-logos_1_logo-0-type','','',0,'custom_field','custom_field',1),(800,18,0,'2020-06-25 17:29:19','field-logos_1_logo_hover-0','','base64',0,'MTE1MQ==','MTE1MQ==',1),(801,18,0,'2020-06-25 17:29:19','field-logos_1_logo_hover-0-name','','',0,'logos_1_logo_hover-0','logos_1_logo_hover-0',1),(802,18,0,'2020-06-25 17:29:19','field-logos_1_logo_hover-0-type','','',0,'custom_field','custom_field',1),(803,18,0,'2020-06-25 17:29:19','field-logos_2_logo-0','','base64',0,'NjUx','NjUx',1),(804,18,0,'2020-06-25 17:29:19','field-logos_2_logo-0-name','','',0,'logos_2_logo-0','logos_2_logo-0',1),(805,18,0,'2020-06-25 17:29:19','field-logos_2_logo-0-type','','',0,'custom_field','custom_field',1),(806,18,0,'2020-06-25 17:29:19','field-logos_2_logo_hover-0','','base64',0,'MTE1Ng==','MTE1Ng==',1),(807,18,0,'2020-06-25 17:29:19','field-logos_2_logo_hover-0-name','','',0,'logos_2_logo_hover-0','logos_2_logo_hover-0',1),(808,18,0,'2020-06-25 17:29:19','field-logos_2_logo_hover-0-type','','',0,'custom_field','custom_field',1),(809,18,0,'2020-06-25 17:29:19','field-logos_3_logo-0','','base64',0,'NjU2','NjU2',1),(810,18,0,'2020-06-25 17:29:19','field-logos_3_logo-0-name','','',0,'logos_3_logo-0','logos_3_logo-0',1),(811,18,0,'2020-06-25 17:29:19','field-logos_3_logo-0-type','','',0,'custom_field','custom_field',1),(812,18,0,'2020-06-25 17:29:19','field-logos_3_logo_hover-0','','base64',0,'MTE2MQ==','MTE2MQ==',1),(813,18,0,'2020-06-25 17:29:19','field-logos_3_logo_hover-0-name','','',0,'logos_3_logo_hover-0','logos_3_logo_hover-0',1),(814,18,0,'2020-06-25 17:29:19','field-logos_3_logo_hover-0-type','','',0,'custom_field','custom_field',1),(815,18,0,'2020-06-25 17:29:19','field-logos_4_logo-0','','base64',0,'NjM2','NjM2',1),(816,18,0,'2020-06-25 17:29:19','field-logos_4_logo-0-name','','',0,'logos_4_logo-0','logos_4_logo-0',1),(817,18,0,'2020-06-25 17:29:19','field-logos_4_logo-0-type','','',0,'custom_field','custom_field',1),(818,18,0,'2020-06-25 17:29:19','field-logos_4_logo_hover-0','','base64',0,'MTE2Ng==','MTE2Ng==',1),(819,18,0,'2020-06-25 17:29:19','field-logos_4_logo_hover-0-name','','',0,'logos_4_logo_hover-0','logos_4_logo_hover-0',1),(820,18,0,'2020-06-25 17:29:19','field-logos_4_logo_hover-0-type','','',0,'custom_field','custom_field',1),(821,18,0,'2020-06-25 17:29:19','field-logos_5_logo-0','','base64',0,'NjQ2','NjQ2',1),(822,18,0,'2020-06-25 17:29:19','field-logos_5_logo-0-name','','',0,'logos_5_logo-0','logos_5_logo-0',1),(823,18,0,'2020-06-25 17:29:19','field-logos_5_logo-0-type','','',0,'custom_field','custom_field',1),(824,18,0,'2020-06-25 17:29:19','field-logos_5_logo_hover-0','','base64',0,'MTE3MQ==','MTE3MQ==',1),(825,18,0,'2020-06-25 17:29:19','field-logos_5_logo_hover-0-name','','',0,'logos_5_logo_hover-0','logos_5_logo_hover-0',1),(826,18,0,'2020-06-25 17:29:19','field-logos_5_logo_hover-0-type','','',0,'custom_field','custom_field',1),(827,18,0,'2020-06-25 17:29:19','field-qr_code-0','','base64',0,'NTMx','NTMx',1),(828,18,0,'2020-06-25 17:29:19','field-qr_code-0-name','','',0,'qr_code-0','qr_code-0',1),(829,18,0,'2020-06-25 17:29:19','field-qr_code-0-type','','',0,'custom_field','custom_field',1),(830,18,0,'2020-06-25 17:29:19','field-step_1_title-0','','base64',1,'RG93bmxvYWQgDQp0aGUgYXBw','RG93bmxvYWQgDQp0aGUgYXBw',1),(831,18,0,'2020-06-25 17:29:19','field-step_1_title-0-name','','',0,'step_1_title-0','step_1_title-0',1),(832,18,0,'2020-06-25 17:29:19','field-step_1_title-0-type','','',0,'custom_field','custom_field',1),(833,18,0,'2020-06-25 17:29:19','field-step_2_title-0','','base64',1,'T3JkZXIgVGhlIA0KQ2FyZA==','T3JkZXIgVGhlIA0KQ2FyZA==',1),(834,18,0,'2020-06-25 17:29:19','field-step_2_title-0-name','','',0,'step_2_title-0','step_2_title-0',1),(835,18,0,'2020-06-25 17:29:19','field-step_2_title-0-type','','',0,'custom_field','custom_field',1),(836,18,0,'2020-06-25 17:29:19','field-step_3_title-0','','base64',1,'TG9hZCBUaGUgQ2FyZCANCldpdGggRnVuZHM=','TG9hZCBUaGUgQ2FyZCANCldpdGggRnVuZHM=',1),(837,18,0,'2020-06-25 17:29:19','field-step_3_title-0-name','','',0,'step_3_title-0','step_3_title-0',1),(838,18,0,'2020-06-25 17:29:19','field-step_3_title-0-type','','',0,'custom_field','custom_field',1),(839,18,0,'2020-06-25 17:29:19','field-step_4_title-0','','base64',1,'U3RhcnQgDQpzcGVuZGluZyE=','U3RhcnQgDQpzcGVuZGluZyE=',1),(840,18,0,'2020-06-25 17:29:19','field-step_4_title-0-name','','',0,'step_4_title-0','step_4_title-0',1),(841,18,0,'2020-06-25 17:29:19','field-step_4_title-0-type','','',0,'custom_field','custom_field',1),(842,18,0,'2020-06-25 17:29:19','field-title_client_support-0','','base64',1,'V29ybGQgQ2xhc3MgDQpDbGllbnQgU3VwcG9ydA==','V29ybGQgQ2xhc3MgDQpDbGllbnQgU3VwcG9ydA==',1),(843,18,0,'2020-06-25 17:29:19','field-title_client_support-0-name','','',0,'title_client_support-0','title_client_support-0',1),(844,18,0,'2020-06-25 17:29:19','field-title_client_support-0-type','','',0,'custom_field','custom_field',1),(845,18,0,'2020-06-25 17:29:19','field-title_coins-0','','base64',1,'QSBVbml2ZXJzYWwgQ3J5cHRvV2FsbGV0','QSBVbml2ZXJzYWwgQ3J5cHRvV2FsbGV0',1),(846,18,0,'2020-06-25 17:29:19','field-title_coins-0-name','','',0,'title_coins-0','title_coins-0',1),(847,18,0,'2020-06-25 17:29:19','field-title_coins-0-type','','',0,'custom_field','custom_field',1),(848,18,0,'2020-06-25 17:29:19','field-title_contactless-0','','base64',1,'QSBDb250YWN0bGVzcyBDcnlwdG8gV2FsbGV0IA0KRGViaXQgQ2FyZCBXaXRoIENhc2hiYWNr','QSBDb250YWN0bGVzcyBDcnlwdG8gV2FsbGV0IA0KRGViaXQgQ2FyZCBXaXRoIENhc2hiYWNr',1),(849,18,0,'2020-06-25 17:29:19','field-title_contactless-0-name','','',0,'title_contactless-0','title_contactless-0',1),(850,18,0,'2020-06-25 17:29:19','field-title_contactless-0-type','','',0,'custom_field','custom_field',1),(851,18,0,'2020-06-25 17:29:19','field-title_licensed_and_secure-0','','base64',1,'TGljZW5zZWQgYW5kIFNlY3VyZQ==','TGljZW5zZWQgYW5kIFNlY3VyZQ==',1),(852,18,0,'2020-06-25 17:29:19','field-title_licensed_and_secure-0-name','','',0,'title_licensed_and_secure-0','title_licensed_and_secure-0',1),(853,18,0,'2020-06-25 17:29:19','field-title_licensed_and_secure-0-type','','',0,'custom_field','custom_field',1),(854,18,0,'2020-06-25 17:29:19','field-title_payment-0','','base64',1,'QSBQYXltZW50IEdhdGV3YXk=','QSBQYXltZW50IEdhdGV3YXk=',1),(855,18,0,'2020-06-25 17:29:19','field-title_payment-0-name','','',0,'title_payment-0','title_payment-0',1),(856,18,0,'2020-06-25 17:29:19','field-title_payment-0-type','','',0,'custom_field','custom_field',1),(857,18,0,'2020-06-25 17:29:19','field-title_press-0','','base64',1,'Q3J5cHRvV2FsbGV0IGluIHRoZSBQcmVzcw==','Q3J5cHRvV2FsbGV0IGluIHRoZSBQcmVzcw==',1),(858,18,0,'2020-06-25 17:29:19','field-title_press-0-name','','',0,'title_press-0','title_press-0',1),(859,18,0,'2020-06-25 17:29:19','field-title_press-0-type','','',0,'custom_field','custom_field',1),(860,18,0,'2020-06-25 17:29:19','field-title_quick_crypto-0','','base64',1,'QSBRdWljayBDcnlwdG8gRXhjaGFuZ2U=','QSBRdWljayBDcnlwdG8gRXhjaGFuZ2U=',1),(861,18,0,'2020-06-25 17:29:19','field-title_quick_crypto-0-name','','',0,'title_quick_crypto-0','title_quick_crypto-0',1),(862,18,0,'2020-06-25 17:29:19','field-title_quick_crypto-0-type','','',0,'custom_field','custom_field',1),(863,18,0,'2020-06-25 17:29:19','field-title_wallet_app-0','','base64',1,'R2V0IHRoZSBDcnlwdG8gDQpXYWxsZXQgQXBwIGFuZCBqb2luIG91ciBjb21tdW5pdHk=','R2V0IHRoZSBDcnlwdG8gDQpXYWxsZXQgQXBwIGFuZCBqb2luIG91ciBjb21tdW5pdHk=',1),(864,18,0,'2020-06-25 17:29:19','field-title_wallet_app-0-name','','',0,'title_wallet_app-0','title_wallet_app-0',1),(865,18,0,'2020-06-25 17:29:19','field-title_wallet_app-0-type','','',0,'custom_field','custom_field',1),(866,18,0,'2020-06-25 17:29:19','field-title_welcome-0','','base64',1,'V2VsY29tZSB0byB5b3VyIGdhdGV3YXkgDQpmb3IgZGlnaXRhbCBjdXJyZW5jeS4=','V2VsY29tZSB0byB5b3VyIGdhdGV3YXkgDQpmb3IgZGlnaXRhbCBjdXJyZW5jeS4=',1),(867,18,0,'2020-06-25 17:29:19','field-title_welcome-0-name','','',0,'title_welcome-0','title_welcome-0',1),(868,18,0,'2020-06-25 17:29:19','field-title_welcome-0-type','','',0,'custom_field','custom_field',1),(869,18,0,'2020-06-25 17:29:19','field-title_works-0','','base64',1,'Q3J5cHRvV2FsbGV0IElzIEZhc3QgYW5kIEVhc3k=','Q3J5cHRvV2FsbGV0IElzIEZhc3QgYW5kIEVhc3k=',1),(870,18,0,'2020-06-25 17:29:19','field-title_works-0-name','','',0,'title_works-0','title_works-0',1),(871,18,0,'2020-06-25 17:29:19','field-title_works-0-type','','',0,'custom_field','custom_field',1),(872,18,0,'2020-06-25 17:29:19','field-_block_1_text-0','','base64',1,'ZmllbGRfNWQyNzgzZjQ1MWFiMg==','ZmllbGRfNWQyNzgzZjQ1MWFiMg==',1),(873,18,0,'2020-06-25 17:29:19','field-_block_1_text-0-name','','',0,'_block_1_text-0','_block_1_text-0',1),(874,18,0,'2020-06-25 17:29:19','field-_block_1_text-0-type','','',0,'custom_field','custom_field',1),(875,18,0,'2020-06-25 17:29:19','field-_description-0','','base64',1,'ZmllbGRfNWQyNjQwMmQ4NDJiMw==','ZmllbGRfNWQyNjQwMmQ4NDJiMw==',1),(876,18,0,'2020-06-25 17:29:19','field-_description-0-name','','',0,'_description-0','_description-0',1),(877,18,0,'2020-06-25 17:29:19','field-_description-0-type','','',0,'custom_field','custom_field',1),(878,18,0,'2020-06-25 17:29:19','field-top_up_with_speed_subtitle-0','','base64',1,'VG9wIFVwIHdpdGggU3BlZWQ=','VG9wIFVwIHdpdGggU3BlZWQ=',1),(879,18,0,'2020-06-25 17:29:19','field-top_up_with_speed_subtitle-0-name','','',0,'top_up_with_speed_subtitle-0','top_up_with_speed_subtitle-0',1),(880,18,0,'2020-06-25 17:29:19','field-top_up_with_speed_subtitle-0-type','','',0,'custom_field','custom_field',1),(881,18,0,'2020-06-25 17:29:19','field-video_link-0','','base64',1,'aHR0cHM6Ly92aW1lby5jb20vNDA3NjUyODYx','aHR0cHM6Ly92aW1lby5jb20vNDA3NjUyODYx',1),(882,18,0,'2020-06-25 17:29:19','field-video_link-0-name','','',0,'video_link-0','video_link-0',1),(883,18,0,'2020-06-25 17:29:19','field-video_link-0-type','','',0,'custom_field','custom_field',1),(884,18,0,'2020-06-25 17:29:19','field-top_up_with_speed_text-0','','base64',1,'WW91IGNhbiB0b3AgdXAgeW91ciB3YWxsZXQgdGhyb3VnaCBTRVBBIGJhbmsgdHJhbnNmZXJzIG9yIGNyZWRpdCBjYXJkLiBMaWdodG5pbmcgc3BlZWQgYW5kIGhhc3NsZSAtIGZyZWUgLSB0aGF0J3MgYSB3aW4u','WW91IGNhbiB0b3AgdXAgeW91ciB3YWxsZXQgdGhyb3VnaCBTRVBBIGJhbmsgdHJhbnNmZXJzIG9yIGNyZWRpdCBjYXJkLiBMaWdodG5pbmcgc3BlZWQgYW5kIGhhc3NsZSAtIGZyZWUgLSB0aGF0J3MgYSB3aW4u',1),(885,18,0,'2020-06-25 17:29:19','field-top_up_with_speed_text-0-name','','',0,'top_up_with_speed_text-0','top_up_with_speed_text-0',1),(886,18,0,'2020-06-25 17:29:19','field-top_up_with_speed_text-0-type','','',0,'custom_field','custom_field',1),(887,18,0,'2020-06-25 17:29:19','original_id','','',0,'419','1365',1),(888,18,0,'2020-06-25 17:29:19','title','','base64',1,'SG9tZQ==','SG9tZQ==',1),(889,18,0,'2020-06-25 17:29:19','body','','base64',1,'','',1),(890,18,0,'2020-06-25 17:29:19','excerpt','','base64',1,'','',1),(892,19,0,'2020-06-25 17:30:30','field-title-0','','base64',1,'Q3J5cHRvIElzIE1vbmV5IC0gTGV0J3MgVXNlIEl0Lg==','Q3J5cHRvIGVzIGRpbmVybyAtIHVzw6ltb3Nsby4=',1),(893,19,0,'2020-06-25 17:30:30','field-title-0-name','','',0,'title-0','title-0',1),(894,19,0,'2020-06-25 17:30:30','field-title-0-type','','',0,'custom_field','custom_field',1),(895,19,0,'2020-06-25 17:30:30','field-description-0','','base64',1,'VGhpcyBpcyB0aGUgZnV0dXJlIG9mIGNyeXB0byBiYW5raW5nLiBDcnlwdG9XYWxsZXQgaXMgeW91ciBnYXRld2F5IHRvIGRpZ2l0YWwgY3VycmVuY3kgYW5kIGJleW9uZC4gV2l0aCBkZWRpY2F0ZWQgSUJBTnMgZm9yIHN1cHBvcnRlZCBmaWF0IGN1cnJlbmNpZXMsIHlvdSBjYW4gdXNlIENyeXB0b1dhbGxldCB0byBtYWtlIGJhbmsgdHJhbnNmZXJzLCBwYXkgYmlsbHMsIGFuZCBzcGVuZCBjcnlwdG8gaW4gc3RvcmVzLCBhbGwgd2l0aGluIGEgc2luZ2xlIHBsYXRmb3JtLg==','RXN0ZSBlcyBlbCBmdXR1cm8gZGUgbGEgY3JpcHRvYmFuY2EuIENyeXB0b1dhbGxldCBlcyBzdSBwdWVydGEgZGUgZW50cmFkYSBhIGxhIG1vbmVkYSBkaWdpdGFsIHkgbcOhcyBhbGzDoS4gQ29uIElCQU4gZGVkaWNhZG9zIHBhcmEgbW9uZWRhcyBmaWR1Y2lhcmlhcyBjb21wYXRpYmxlcywgcHVlZGUgdXNhciBDcnlwdG9XYWxsZXQgcGFyYSByZWFsaXphciB0cmFuc2ZlcmVuY2lhcyBiYW5jYXJpYXMsIHBhZ2FyIGZhY3R1cmFzIHkgZ2FzdGFyIGNyaXB0b21vbmVkYXMgZW4gdGllbmRhcywgdG9kbyBkZW50cm8gZGUgdW5hIHNvbGEgcGxhdGFmb3JtYS4=',1),(896,19,0,'2020-06-25 17:30:30','field-description-0-name','','',0,'description-0','description-0',1),(897,19,0,'2020-06-25 17:30:30','field-description-0-type','','',0,'custom_field','custom_field',1),(898,19,0,'2020-06-25 17:30:30','field-block_1_text-0','','base64',1,'V2UgaGF2ZSBhIHN0cm9uZyBjdXN0b21lciBmb2N1cyB3aXRoIHNob3J0IHdhaXRpbmcgdGltZXMgYW5kIHN1cHBvcnQgaW4gbXVsdGlwbGUgbGFuZ3VhZ2VzLg==','V2UgaGF2ZSBhIHN0cm9uZyBjdXN0b21lciBmb2N1cyB3aXRoIHNob3J0IHdhaXRpbmcgdGltZXMgYW5kIHN1cHBvcnQgaW4gbXVsdGlwbGUgbGFuZ3VhZ2VzLg==',1),(899,19,0,'2020-06-25 17:30:30','field-block_1_text-0-name','','',0,'block_1_text-0','block_1_text-0',1),(900,19,0,'2020-06-25 17:30:30','field-block_1_text-0-type','','',0,'custom_field','custom_field',1),(901,19,0,'2020-06-25 17:30:30','field-block_2_text-0','','base64',1,'Q3J5cHRvV2FsbGV0IG9mZmVycyBoaWdoLXF1YWxpdHkgc3VwcG9ydCB0aHJvdWdoIHRlbGVwaG9uZSwgTGl2ZUNoYXQsIHRpY2tldCBzdWJtaXNzaW9ucywgYW5kIFZJUCB0cmVhdG1lbnQgb3B0aW9ucy4=','Q3J5cHRvV2FsbGV0IG9mZmVycyBoaWdoLXF1YWxpdHkgc3VwcG9ydCB0aHJvdWdoIHRlbGVwaG9uZSwgTGl2ZUNoYXQsIHRpY2tldCBzdWJtaXNzaW9ucywgYW5kIFZJUCB0cmVhdG1lbnQgb3B0aW9ucy4=',1),(902,19,0,'2020-06-25 17:30:30','field-block_2_text-0-name','','',0,'block_2_text-0','block_2_text-0',1),(903,19,0,'2020-06-25 17:30:30','field-block_2_text-0-type','','',0,'custom_field','custom_field',1),(904,19,0,'2020-06-25 17:30:30','field-benefits-0','','base64',0,'Mw==','Mw==',1),(905,19,0,'2020-06-25 17:30:30','field-benefits-0-name','','',0,'benefits-0','benefits-0',1),(906,19,0,'2020-06-25 17:30:30','field-benefits-0-type','','',0,'custom_field','custom_field',1),(907,19,0,'2020-06-25 17:30:30','field-benefits_0_animation_card-0','','base64',1,'V2FsbGV0','V2FsbGV0',1),(908,19,0,'2020-06-25 17:30:30','field-benefits_0_animation_card-0-name','','',0,'benefits_0_animation_card-0','benefits_0_animation_card-0',1),(909,19,0,'2020-06-25 17:30:30','field-benefits_0_animation_card-0-type','','',0,'custom_field','custom_field',1),(910,19,0,'2020-06-25 17:30:30','field-benefits_0_description-0','','base64',1,'SXTigJlzIGEgd2FsbGV0IHdoZXJlIHlvdSBjYW4gc2VjdXJlbHkgc3RvcmUgeW91ciBjcnlwdG8gZnVuZHMu','SXTigJlzIGEgd2FsbGV0IHdoZXJlIHlvdSBjYW4gc2VjdXJlbHkgc3RvcmUgeW91ciBjcnlwdG8gZnVuZHMu',1),(911,19,0,'2020-06-25 17:30:30','field-benefits_0_description-0-name','','',0,'benefits_0_description-0','benefits_0_description-0',1),(912,19,0,'2020-06-25 17:30:30','field-benefits_0_description-0-type','','',0,'custom_field','custom_field',1),(913,19,0,'2020-06-25 17:30:30','field-benefits_0_title-0','','base64',1,'V2FsbGV0','V2FsbGV0',1),(914,19,0,'2020-06-25 17:30:30','field-benefits_0_title-0-name','','',0,'benefits_0_title-0','benefits_0_title-0',1),(915,19,0,'2020-06-25 17:30:30','field-benefits_0_title-0-type','','',0,'custom_field','custom_field',1),(916,19,0,'2020-06-25 17:30:30','field-benefits_1_animation_card-0','','base64',1,'RGViaXQgQ2FyZA==','RGViaXQgQ2FyZA==',1),(917,19,0,'2020-06-25 17:30:30','field-benefits_1_animation_card-0-name','','',0,'benefits_1_animation_card-0','benefits_1_animation_card-0',1),(918,19,0,'2020-06-25 17:30:30','field-benefits_1_animation_card-0-type','','',0,'custom_field','custom_field',1),(919,19,0,'2020-06-25 17:30:30','field-benefits_1_description-0','','base64',1,'SXTigJlzIGEgcHJlcGFpZCBjYXJkIHRoYXQgbGV0cyB5b3Ugc3BlbmQgY3J5cHRvIGluIGFueSBzdG9yZS4=','SXTigJlzIGEgcHJlcGFpZCBjYXJkIHRoYXQgbGV0cyB5b3Ugc3BlbmQgY3J5cHRvIGluIGFueSBzdG9yZS4=',1),(920,19,0,'2020-06-25 17:30:30','field-benefits_1_description-0-name','','',0,'benefits_1_description-0','benefits_1_description-0',1),(921,19,0,'2020-06-25 17:30:30','field-benefits_1_description-0-type','','',0,'custom_field','custom_field',1),(922,19,0,'2020-06-25 17:30:30','field-benefits_1_title-0','','base64',1,'Q2FyZA==','Q2FyZA==',1),(923,19,0,'2020-06-25 17:30:30','field-benefits_1_title-0-name','','',0,'benefits_1_title-0','benefits_1_title-0',1),(924,19,0,'2020-06-25 17:30:30','field-benefits_1_title-0-type','','',0,'custom_field','custom_field',1),(925,19,0,'2020-06-25 17:30:30','field-benefits_2_animation_card-0','','base64',1,'RXhjaGFuZ2UgQXBw','RXhjaGFuZ2UgQXBw',1),(926,19,0,'2020-06-25 17:30:30','field-benefits_2_animation_card-0-name','','',0,'benefits_2_animation_card-0','benefits_2_animation_card-0',1),(927,19,0,'2020-06-25 17:30:30','field-benefits_2_animation_card-0-type','','',0,'custom_field','custom_field',1),(928,19,0,'2020-06-25 17:30:30','field-benefits_2_description-0','','base64',1,'SXTigJlzIGFuIGV4Y2hhbmdlIHRoYXQgYWxsb3dzIHlvdSB0byBxdWlja2x5IGFuZCBlYXNpbHkgZXhjaGFuZ2UgY3J5cHRvIG9uIHlvdXIgcGhvbmUu','SXTigJlzIGFuIGV4Y2hhbmdlIHRoYXQgYWxsb3dzIHlvdSB0byBxdWlja2x5IGFuZCBlYXNpbHkgZXhjaGFuZ2UgY3J5cHRvIG9uIHlvdXIgcGhvbmUu',1),(929,19,0,'2020-06-25 17:30:30','field-benefits_2_description-0-name','','',0,'benefits_2_description-0','benefits_2_description-0',1),(930,19,0,'2020-06-25 17:30:30','field-benefits_2_description-0-type','','',0,'custom_field','custom_field',1),(931,19,0,'2020-06-25 17:30:30','field-benefits_2_title-0','','base64',1,'RXhjaGFuZ2U=','RXhjaGFuZ2U=',1),(932,19,0,'2020-06-25 17:30:30','field-benefits_2_title-0-name','','',0,'benefits_2_title-0','benefits_2_title-0',1),(933,19,0,'2020-06-25 17:30:30','field-benefits_2_title-0-type','','',0,'custom_field','custom_field',1),(934,19,0,'2020-06-25 17:30:30','field-benefits_contactless-0','','base64',0,'NA==','NA==',1),(935,19,0,'2020-06-25 17:30:30','field-benefits_contactless-0-name','','',0,'benefits_contactless-0','benefits_contactless-0',1),(936,19,0,'2020-06-25 17:30:30','field-benefits_contactless-0-type','','',0,'custom_field','custom_field',1),(937,19,0,'2020-06-25 17:30:30','field-benefits_contactless_0_description-0','','base64',1,'WW91IGNhbiBmaW5hbGx5IHNwZW5kIHlvdXIgY3J5cHRvY3VycmVuY3kgb24gcmVhbCBnb29kcyBhbmQgc2VydmljZXMgYW55d2hlcmUgdGhhdCBhY2NlcHRzIFZJU0Eu','WW91IGNhbiBmaW5hbGx5IHNwZW5kIHlvdXIgY3J5cHRvY3VycmVuY3kgb24gcmVhbCBnb29kcyBhbmQgc2VydmljZXMgYW55d2hlcmUgdGhhdCBhY2NlcHRzIFZJU0Eu',1),(938,19,0,'2020-06-25 17:30:30','field-benefits_contactless_0_description-0-name','','',0,'benefits_contactless_0_description-0','benefits_contactless_0_description-0',1),(939,19,0,'2020-06-25 17:30:30','field-benefits_contactless_0_description-0-type','','',0,'custom_field','custom_field',1),(940,19,0,'2020-06-25 17:30:30','field-benefits_contactless_0_icone-0','','base64',1,'bm90ZQ==','bm90ZQ==',1),(941,19,0,'2020-06-25 17:30:30','field-benefits_contactless_0_icone-0-name','','',0,'benefits_contactless_0_icone-0','benefits_contactless_0_icone-0',1),(942,19,0,'2020-06-25 17:30:30','field-benefits_contactless_0_icone-0-type','','',0,'custom_field','custom_field',1),(943,19,0,'2020-06-25 17:30:30','field-benefits_contactless_0_title-0','','base64',1,'U2hvcCBBbnl3aGVyZQ==','U2hvcCBBbnl3aGVyZQ==',1),(944,19,0,'2020-06-25 17:30:30','field-benefits_contactless_0_title-0-name','','',0,'benefits_contactless_0_title-0','benefits_contactless_0_title-0',1),(945,19,0,'2020-06-25 17:30:30','field-benefits_contactless_0_title-0-type','','',0,'custom_field','custom_field',1),(946,19,0,'2020-06-25 17:30:30','field-benefits_contactless_1_description-0','','base64',1,'Q29udmVydGluZyB5b3VyIGNyeXB0byB0byBmaWF0IGZvciBwdXJjaGFzZXMgaXMgc2ltcGxlIHVzaW5nIHRoZSBpbnN0YW50IGluLWFwcGV4Y2hhbmdlIGZlYXR1cmUuIFN0b3AgdGhlIGNyeXB0byBzaHVmZmxlIGFuZCBsZXQgQ3J5cHRvV2FsbGV0IGRvIHRoZSB3b3JrLg==','Q29udmVydGluZyB5b3VyIGNyeXB0byB0byBmaWF0IGZvciBwdXJjaGFzZXMgaXMgc2ltcGxlIHVzaW5nIHRoZSBpbnN0YW50IGluLWFwcGV4Y2hhbmdlIGZlYXR1cmUuIFN0b3AgdGhlIGNyeXB0byBzaHVmZmxlIGFuZCBsZXQgQ3J5cHRvV2FsbGV0IGRvIHRoZSB3b3JrLg==',1),(947,19,0,'2020-06-25 17:30:30','field-benefits_contactless_1_description-0-name','','',0,'benefits_contactless_1_description-0','benefits_contactless_1_description-0',1),(948,19,0,'2020-06-25 17:30:30','field-benefits_contactless_1_description-0-type','','',0,'custom_field','custom_field',1),(949,19,0,'2020-06-25 17:30:30','field-benefits_contactless_1_icone-0','','base64',1,'Y29pbg==','Y29pbg==',1),(950,19,0,'2020-06-25 17:30:30','field-benefits_contactless_1_icone-0-name','','',0,'benefits_contactless_1_icone-0','benefits_contactless_1_icone-0',1),(951,19,0,'2020-06-25 17:30:30','field-benefits_contactless_1_icone-0-type','','',0,'custom_field','custom_field',1),(952,19,0,'2020-06-25 17:30:30','field-benefits_contactless_1_title-0','','base64',1,'Q29udmVydA==','Q29udmVydA==',1),(953,19,0,'2020-06-25 17:30:30','field-benefits_contactless_1_title-0-name','','',0,'benefits_contactless_1_title-0','benefits_contactless_1_title-0',1),(954,19,0,'2020-06-25 17:30:30','field-benefits_contactless_1_title-0-type','','',0,'custom_field','custom_field',1),(955,19,0,'2020-06-25 17:30:30','field-benefits_contactless_2_description-0','','base64',1,'VGFrZSBhZHZhbnRhZ2Ugb2Ygb3VyIHVuaXF1ZSBjcnlwdG8gY2FzaGJhY2sgZmVhdHVyZSwgaXQgcHV0cyBtb25leSBpbiB5b3VyIHdhbGxldCAtIGxpdGVyYWxseS4gR2V0IGNhc2hiYWNrIGluIGNyeXB0byBvbiBwdXJjaGFzZXMgbWFkZSBpbiBzdG9yZSB3aXRoIHlvdXIgQ3J5cHRvV2FsbGV0IFZpc2EgZGViaXQgY2FyZC4=','VGFrZSBhZHZhbnRhZ2Ugb2Ygb3VyIHVuaXF1ZSBjcnlwdG8gY2FzaGJhY2sgZmVhdHVyZSwgaXQgcHV0cyBtb25leSBpbiB5b3VyIHdhbGxldCAtIGxpdGVyYWxseS4gR2V0IGNhc2hiYWNrIGluIGNyeXB0byBvbiBwdXJjaGFzZXMgbWFkZSBpbiBzdG9yZSB3aXRoIHlvdXIgQ3J5cHRvV2FsbGV0IFZpc2EgZGViaXQgY2FyZC4=',1),(956,19,0,'2020-06-25 17:30:30','field-benefits_contactless_2_description-0-name','','',0,'benefits_contactless_2_description-0','benefits_contactless_2_description-0',1),(957,19,0,'2020-06-25 17:30:30','field-benefits_contactless_2_description-0-type','','',0,'custom_field','custom_field',1),(958,19,0,'2020-06-25 17:30:30','field-benefits_contactless_2_icone-0','','base64',1,'Yml0Y29pbg==','Yml0Y29pbg==',1),(959,19,0,'2020-06-25 17:30:30','field-benefits_contactless_2_icone-0-name','','',0,'benefits_contactless_2_icone-0','benefits_contactless_2_icone-0',1),(960,19,0,'2020-06-25 17:30:30','field-benefits_contactless_2_icone-0-type','','',0,'custom_field','custom_field',1),(961,19,0,'2020-06-25 17:30:30','field-benefits_contactless_2_title-0','','base64',1,'VW5pcXVlIENyeXB0byBDYXNoYmFjaw==','VW5pcXVlIENyeXB0byBDYXNoYmFjaw==',1),(962,19,0,'2020-06-25 17:30:30','field-benefits_contactless_2_title-0-name','','',0,'benefits_contactless_2_title-0','benefits_contactless_2_title-0',1),(963,19,0,'2020-06-25 17:30:30','field-benefits_contactless_2_title-0-type','','',0,'custom_field','custom_field',1),(964,19,0,'2020-06-25 17:30:30','field-benefits_contactless_3_description-0','','base64',1,'TWFrZSBjcnlwdG8gcHVyY2hhc2VzIGluIHNlY29uZHMgYnkgc2ltcGx5IHRhcHBpbmcgeW91ciBjYXJkLg==','TWFrZSBjcnlwdG8gcHVyY2hhc2VzIGluIHNlY29uZHMgYnkgc2ltcGx5IHRhcHBpbmcgeW91ciBjYXJkLg==',1),(965,19,0,'2020-06-25 17:30:30','field-benefits_contactless_3_description-0-name','','',0,'benefits_contactless_3_description-0','benefits_contactless_3_description-0',1),(966,19,0,'2020-06-25 17:30:30','field-benefits_contactless_3_description-0-type','','',0,'custom_field','custom_field',1),(967,19,0,'2020-06-25 17:30:30','field-benefits_contactless_3_icone-0','','base64',1,'Y3JlZGl0','Y3JlZGl0',1),(968,19,0,'2020-06-25 17:30:30','field-benefits_contactless_3_icone-0-name','','',0,'benefits_contactless_3_icone-0','benefits_contactless_3_icone-0',1),(969,19,0,'2020-06-25 17:30:30','field-benefits_contactless_3_icone-0-type','','',0,'custom_field','custom_field',1),(970,19,0,'2020-06-25 17:30:30','field-benefits_contactless_3_title-0','','base64',1,'Q29udGFjdGxlc3M=','Q29udGFjdGxlc3M=',1),(971,19,0,'2020-06-25 17:30:30','field-benefits_contactless_3_title-0-name','','',0,'benefits_contactless_3_title-0','benefits_contactless_3_title-0',1),(972,19,0,'2020-06-25 17:30:30','field-benefits_contactless_3_title-0-type','','',0,'custom_field','custom_field',1),(973,19,0,'2020-06-25 17:30:30','field-block_1_licensed_and_secure_link-0','','base64',1,'aHR0cDovL2xvY2FsaG9zdC9jYXBwZW4vZ3JpZmxhbi1jcnlwdG8td2FsbGV0L3dlYi8=','',1),(974,19,0,'2020-06-25 17:30:30','field-block_1_licensed_and_secure_link-0-name','','',0,'block_1_licensed_and_secure_link-0','',1),(975,19,0,'2020-06-25 17:30:30','field-block_1_licensed_and_secure_link-0-type','','',0,'custom_field','',1),(976,19,0,'2020-06-25 17:30:30','field-block_1_licensed_and_secure_subtitle-0','','base64',1,'TGljZW5zZWQgdG8gUHJvdmlkZSBWaXJ0dWFsIEN1cnJlbmN5IFdhbGxldCBTZXJ2aWNlcw==','TGljZW5zZWQgdG8gUHJvdmlkZSBWaXJ0dWFsIEN1cnJlbmN5IFdhbGxldCBTZXJ2aWNlcw==',1),(977,19,0,'2020-06-25 17:30:30','field-block_1_licensed_and_secure_subtitle-0-name','','',0,'block_1_licensed_and_secure_subtitle-0','block_1_licensed_and_secure_subtitle-0',1),(978,19,0,'2020-06-25 17:30:30','field-block_1_licensed_and_secure_subtitle-0-type','','',0,'custom_field','custom_field',1),(979,19,0,'2020-06-25 17:30:30','field-block_1_licensed_and_secure_text-0','','base64',1,'RXN0b25pYSBGSVUgTGljZW5zZSBOdW1iZXIgPHN0cm9uZz5GUkswMDAxMzE8L3N0cm9uZz4gZW5hYmxlcyBDcnlwdG9XYWxsZXQgdG8gcHJvdmlkZSBjcnlwdG9jdXJyZW5jeSBzdG9yYWdlIHNlcnZpY2VzIHRvIG91ciBjdXN0b21lcnMu','RXN0b25pYSBGSVUgTGljZW5zZSBOdW1iZXIgPHN0cm9uZz5GUkswMDAxMzE8L3N0cm9uZz4gZW5hYmxlcyBDcnlwdG9XYWxsZXQgdG8gcHJvdmlkZSBjcnlwdG9jdXJyZW5jeSBzdG9yYWdlIHNlcnZpY2VzIHRvIG91ciBjdXN0b21lcnMu',1),(980,19,0,'2020-06-25 17:30:30','field-block_1_licensed_and_secure_text-0-name','','',0,'block_1_licensed_and_secure_text-0','block_1_licensed_and_secure_text-0',1),(981,19,0,'2020-06-25 17:30:30','field-block_1_licensed_and_secure_text-0-type','','',0,'custom_field','custom_field',1),(982,19,0,'2020-06-25 17:30:30','field-block_1_licensed_and_secure_text_link-0','','base64',1,'VmVyaWZ5IExpY2Vuc2UgT25saW5l','VmVyaWZ5IExpY2Vuc2UgT25saW5l',1),(983,19,0,'2020-06-25 17:30:30','field-block_1_licensed_and_secure_text_link-0-name','','',0,'block_1_licensed_and_secure_text_link-0','block_1_licensed_and_secure_text_link-0',1),(984,19,0,'2020-06-25 17:30:30','field-block_1_licensed_and_secure_text_link-0-type','','',0,'custom_field','custom_field',1),(985,19,0,'2020-06-25 17:30:30','field-block_1_subtitle-0','','base64',1,'U3Ryb25nIEN1c3RvbWVyIEZvY3Vz','U3Ryb25nIEN1c3RvbWVyIEZvY3Vz',1),(986,19,0,'2020-06-25 17:30:30','field-block_1_subtitle-0-name','','',0,'block_1_subtitle-0','block_1_subtitle-0',1),(987,19,0,'2020-06-25 17:30:30','field-block_1_subtitle-0-type','','',0,'custom_field','custom_field',1),(988,19,0,'2020-06-25 17:30:30','field-block_2_licensed_and_secure_link-0','','base64',1,'aHR0cDovL2xvY2FsaG9zdC9jYXBwZW4vZ3JpZmxhbi1jcnlwdG8td2FsbGV0L3dlYi8=','',1),(989,19,0,'2020-06-25 17:30:30','field-block_2_licensed_and_secure_link-0-name','','',0,'block_2_licensed_and_secure_link-0','',1),(990,19,0,'2020-06-25 17:30:30','field-block_2_licensed_and_secure_link-0-type','','',0,'custom_field','',1),(991,19,0,'2020-06-25 17:30:30','field-block_2_licensed_and_secure_subtitle-0','','base64',1,'TGljZW5zZWQgdG8gUHJvdmlkZSBGaWF0IHRvIFZpcnR1YWwgQ3VycmVuY3kgRXhjaGFuZ2UgU2VydmljZXM=','TGljZW5zZWQgdG8gUHJvdmlkZSBGaWF0IHRvIFZpcnR1YWwgQ3VycmVuY3kgRXhjaGFuZ2UgU2VydmljZXM=',1),(992,19,0,'2020-06-25 17:30:30','field-block_2_licensed_and_secure_subtitle-0-name','','',0,'block_2_licensed_and_secure_subtitle-0','block_2_licensed_and_secure_subtitle-0',1),(993,19,0,'2020-06-25 17:30:30','field-block_2_licensed_and_secure_subtitle-0-type','','',0,'custom_field','custom_field',1),(994,19,0,'2020-06-25 17:30:30','field-block_2_licensed_and_secure_text-0','','base64',1,'RXN0b25pYSBGSVUgTGljZW5zZSBOdW1iZXIgPHN0cm9uZz5GUlYwMDAxNDM8L3N0cm9uZz4gYWxsb3dzIHVzIHRvIG9mZmVyIGRpcmVjdCBjcnlwdG8gdG8gZmlhdCB0cmFkaW5nIGFzIHdlbGwgYXMgaW50ZXItY3J5cHRvY3VycmVuY3kgZXhjaGFuZ2Ugc2VydmljZXMu','RXN0b25pYSBGSVUgTGljZW5zZSBOdW1iZXIgPHN0cm9uZz5GUlYwMDAxNDM8L3N0cm9uZz4gYWxsb3dzIHVzIHRvIG9mZmVyIGRpcmVjdCBjcnlwdG8gdG8gZmlhdCB0cmFkaW5nIGFzIHdlbGwgYXMgaW50ZXItY3J5cHRvY3VycmVuY3kgZXhjaGFuZ2Ugc2VydmljZXMu',1),(995,19,0,'2020-06-25 17:30:30','field-block_2_licensed_and_secure_text-0-name','','',0,'block_2_licensed_and_secure_text-0','block_2_licensed_and_secure_text-0',1),(996,19,0,'2020-06-25 17:30:30','field-block_2_licensed_and_secure_text-0-type','','',0,'custom_field','custom_field',1),(997,19,0,'2020-06-25 17:30:30','field-block_2_licensed_and_secure_text_link-0','','base64',1,'VmVyaWZ5IExpY2Vuc2UgT25saW5l','VmVyaWZ5IExpY2Vuc2UgT25saW5l',1),(998,19,0,'2020-06-25 17:30:30','field-block_2_licensed_and_secure_text_link-0-name','','',0,'block_2_licensed_and_secure_text_link-0','block_2_licensed_and_secure_text_link-0',1),(999,19,0,'2020-06-25 17:30:30','field-block_2_licensed_and_secure_text_link-0-type','','',0,'custom_field','custom_field',1),(1000,19,0,'2020-06-25 17:30:30','field-block_2_subtitle-0','','base64',1,'SGlnaCBRdWFsaXR5IFN1cHBvcnQ=','SGlnaCBRdWFsaXR5IFN1cHBvcnQ=',1),(1001,19,0,'2020-06-25 17:30:30','field-block_2_subtitle-0-name','','',0,'block_2_subtitle-0','block_2_subtitle-0',1),(1002,19,0,'2020-06-25 17:30:30','field-block_2_subtitle-0-type','','',0,'custom_field','custom_field',1),(1003,19,0,'2020-06-25 17:30:30','field-description_client_support-0','','base64',1,'TmV2ZXIgYmUgbGVmdCB3aXRob3V0IGFuc3dlcnMgLSBDcnlwdG9XYWxsZXTigJlzIGludGVybmF0aW9uYWwgc3VwcG9ydCB0ZWFtIGlzIGhlcmUgdG8gaGVscC4=','TmV2ZXIgYmUgbGVmdCB3aXRob3V0IGFuc3dlcnMgLSBDcnlwdG9XYWxsZXTigJlzIGludGVybmF0aW9uYWwgc3VwcG9ydCB0ZWFtIGlzIGhlcmUgdG8gaGVscC4=',1),(1004,19,0,'2020-06-25 17:30:30','field-description_client_support-0-name','','',0,'description_client_support-0','description_client_support-0',1),(1005,19,0,'2020-06-25 17:30:30','field-description_client_support-0-type','','',0,'custom_field','custom_field',1),(1006,19,0,'2020-06-25 17:30:30','field-description_coins-0','','base64',1,'Q2hlY2sgb3V0IG91ciBmdWxsIGxpc3Qgb2Ygb3VyIHN1cHBvcnRlZCBjdXJyZW5jaWVzLiA=','Q2hlY2sgb3V0IG91ciBmdWxsIGxpc3Qgb2Ygb3VyIHN1cHBvcnRlZCBjdXJyZW5jaWVzLiA=',1),(1007,19,0,'2020-06-25 17:30:30','field-description_coins-0-name','','',0,'description_coins-0','description_coins-0',1),(1008,19,0,'2020-06-25 17:30:30','field-description_coins-0-type','','',0,'custom_field','custom_field',1),(1009,19,0,'2020-06-25 17:30:30','field-description_contactless-0','','base64',1,'Q3J5cHRvY3VycmVuY3kgYWRvcHRpb24gaXMgaGVyZSB3aXRoIG91ciBpbm5vdmF0aXZlIG5ldyBjb250YWN0bGVzcyBkZWJpdCBjYXJkLg==','Q3J5cHRvY3VycmVuY3kgYWRvcHRpb24gaXMgaGVyZSB3aXRoIG91ciBpbm5vdmF0aXZlIG5ldyBjb250YWN0bGVzcyBkZWJpdCBjYXJkLg==',1),(1010,19,0,'2020-06-25 17:30:30','field-description_contactless-0-name','','',0,'description_contactless-0','description_contactless-0',1),(1011,19,0,'2020-06-25 17:30:30','field-description_contactless-0-type','','',0,'custom_field','custom_field',1),(1012,19,0,'2020-06-25 17:30:30','field-description_cryptowallet-0','','base64',1,'Q3J5cHRvV2FsbGV0IGlzIGFuIGVuZC10by1lbmQgY3J5cHRvIGJhbmtpbmcgYW5kIGNvbW1lcmNpYWwgc29sdXRpb24u','Q3J5cHRvV2FsbGV0IGlzIGFuIGVuZC10by1lbmQgY3J5cHRvIGJhbmtpbmcgYW5kIGNvbW1lcmNpYWwgc29sdXRpb24u',1),(1013,19,0,'2020-06-25 17:30:30','field-description_cryptowallet-0-name','','',0,'description_cryptowallet-0','description_cryptowallet-0',1),(1014,19,0,'2020-06-25 17:30:30','field-description_cryptowallet-0-type','','',0,'custom_field','custom_field',1),(1015,19,0,'2020-06-25 17:30:30','field-description_licensed_and_secure-0','','base64',1,'Q3J5cHRvV2FsbGV0IGlzIHNlY3VyZWQgYnkgQml0R28sIHRoZSB3b3JsZOKAmXMgbGVhZGluZyBCaXRjb2luIHBheW1lbnQgcHJvY2Vzc29yLiBEaWdpdGFsIGFzc2V0cyBhbmQgdXNlciBwcml2YWN5IGFyZSBwcm90ZWN0ZWQgYnkgY3V0dGluZy1lZGdlIHNlY3VyaXR5IG1lYXN1cmVzIGxpa2UgdHdvLWZhY3RvciBhdXRoZW50aWNhdGlvbiwgZW5kLXRvLWVuZCBlbmNyeXB0aW9uLCBhbmQgbXVsdGktc2lnbmF0dXJlIGNvbGQgc3RvcmFnZSB3YWxsZXRzLiBDcnlwdG9XYWxsZXQgaGFzIG9idGFpbmVkIGxpY2Vuc2VzIGZyb20gdGhlIHN0YXRlIG9mIEVzdG9uaWEgZW5zdXJpbmcgZnVsbCBsZWdhbCBjb21wbGlhbmNlIGluIGhhbmRsaW5nIGFuZCBmYWNpbGl0YXRpbmcgdGhlIHRyYWRlIG9mIGNyeXB0b2N1cnJlbmNpZXMu','Q3J5cHRvV2FsbGV0IGlzIHNlY3VyZWQgYnkgQml0R28sIHRoZSB3b3JsZOKAmXMgbGVhZGluZyBCaXRjb2luIHBheW1lbnQgcHJvY2Vzc29yLiBEaWdpdGFsIGFzc2V0cyBhbmQgdXNlciBwcml2YWN5IGFyZSBwcm90ZWN0ZWQgYnkgY3V0dGluZy1lZGdlIHNlY3VyaXR5IG1lYXN1cmVzIGxpa2UgdHdvLWZhY3RvciBhdXRoZW50aWNhdGlvbiwgZW5kLXRvLWVuZCBlbmNyeXB0aW9uLCBhbmQgbXVsdGktc2lnbmF0dXJlIGNvbGQgc3RvcmFnZSB3YWxsZXRzLiBDcnlwdG9XYWxsZXQgaGFzIG9idGFpbmVkIGxpY2Vuc2VzIGZyb20gdGhlIHN0YXRlIG9mIEVzdG9uaWEgZW5zdXJpbmcgZnVsbCBsZWdhbCBjb21wbGlhbmNlIGluIGhhbmRsaW5nIGFuZCBmYWNpbGl0YXRpbmcgdGhlIHRyYWRlIG9mIGNyeXB0b2N1cnJlbmNpZXMu',1),(1016,19,0,'2020-06-25 17:30:30','field-description_licensed_and_secure-0-name','','',0,'description_licensed_and_secure-0','description_licensed_and_secure-0',1),(1017,19,0,'2020-06-25 17:30:30','field-description_licensed_and_secure-0-type','','',0,'custom_field','custom_field',1),(1018,19,0,'2020-06-25 17:30:30','field-description_payment-0','','base64',1,'QWNjZXB0IHRvcCBjcnlwdG9jdXJyZW5jaWVzIG9uIHlvdXIgYnVzaW5lc3Mgd2Vic2l0ZSB3aXRoIHRoZSBsb3dlc3QgZmVlcyBpbiB0aGUgaW5kdXN0cnkuIE91ciBwYXltZW50IHdpZGdldCBpcyBzdXBwb3J0ZWQgYnkgdGhlIG1hcmtldC1sZWFkaW5nZS1jb21tZXJjZSBwbHVnaW5zIGxpa2U6','QWNjZXB0IHRvcCBjcnlwdG9jdXJyZW5jaWVzIG9uIHlvdXIgYnVzaW5lc3Mgd2Vic2l0ZSB3aXRoIHRoZSBsb3dlc3QgZmVlcyBpbiB0aGUgaW5kdXN0cnkuIE91ciBwYXltZW50IHdpZGdldCBpcyBzdXBwb3J0ZWQgYnkgdGhlIG1hcmtldC1sZWFkaW5nZS1jb21tZXJjZSBwbHVnaW5zIGxpa2U6',1),(1019,19,0,'2020-06-25 17:30:30','field-description_payment-0-name','','',0,'description_payment-0','description_payment-0',1),(1020,19,0,'2020-06-25 17:30:30','field-description_payment-0-type','','',0,'custom_field','custom_field',1),(1021,19,0,'2020-06-25 17:30:30','field-description_quick_crypto-0','','base64',1,'U2tpcCB0aGUgdGltZS1jb25zdW1pbmcgaGFzc2xlIG9mIHVzaW5nIGV4Y2hhbmdlcyEgQSBzd2lmdCwgc2VjdXJlIDxicj4gbWV0aG9kIGZvciBidXlpbmcgYW5kIHRyYWRpbmcgb3ZlciAxNDAgY3J5cHRvY3VycmVuY2llcy4=','U2tpcCB0aGUgdGltZS1jb25zdW1pbmcgaGFzc2xlIG9mIHVzaW5nIGV4Y2hhbmdlcyEgQSBzd2lmdCwgc2VjdXJlIDxicj4gbWV0aG9kIGZvciBidXlpbmcgYW5kIHRyYWRpbmcgb3ZlciAxNDAgY3J5cHRvY3VycmVuY2llcy4=',1),(1022,19,0,'2020-06-25 17:30:30','field-description_quick_crypto-0-name','','',0,'description_quick_crypto-0','description_quick_crypto-0',1),(1023,19,0,'2020-06-25 17:30:30','field-description_quick_crypto-0-type','','',0,'custom_field','custom_field',1),(1024,19,0,'2020-06-25 17:30:30','field-description_works-0','','base64',1,'SGVyZeKAmXMgaG93IGl0IHdvcmtzLg==','SGVyZeKAmXMgaG93IGl0IHdvcmtzLg==',1),(1025,19,0,'2020-06-25 17:30:30','field-description_works-0-name','','',0,'description_works-0','description_works-0',1),(1026,19,0,'2020-06-25 17:30:30','field-description_works-0-type','','',0,'custom_field','custom_field',1),(1027,19,0,'2020-06-25 17:30:30','field-exchange_effortlessly_subtitle-0','','base64',1,'RXhjaGFuZ2UgRWZmb3J0bGVzc2x5','RXhjaGFuZ2UgRWZmb3J0bGVzc2x5',1),(1028,19,0,'2020-06-25 17:30:30','field-exchange_effortlessly_subtitle-0-name','','',0,'exchange_effortlessly_subtitle-0','exchange_effortlessly_subtitle-0',1),(1029,19,0,'2020-06-25 17:30:30','field-exchange_effortlessly_subtitle-0-type','','',0,'custom_field','custom_field',1),(1030,19,0,'2020-06-25 17:30:30','field-exchange_effortlessly_text-0','','base64',1,'VGhlIGFwcCBsZXRzIHlvdSBleGNoYW5nZSBzdXBwb3J0ZWQgY3J5cHRvY3VycmVuY2llcyBlZmZvcnRsZXNzbHkgLCBhbGxvd2luZyB5b3UgdG8gc3BlbmQgeW91ciBjcnlwdG8gZnVuZHMgeW91ciB3YXku','VGhlIGFwcCBsZXRzIHlvdSBleGNoYW5nZSBzdXBwb3J0ZWQgY3J5cHRvY3VycmVuY2llcyBlZmZvcnRsZXNzbHkgLCBhbGxvd2luZyB5b3UgdG8gc3BlbmQgeW91ciBjcnlwdG8gZnVuZHMgeW91ciB3YXku',1),(1031,19,0,'2020-06-25 17:30:30','field-exchange_effortlessly_text-0-name','','',0,'exchange_effortlessly_text-0','exchange_effortlessly_text-0',1),(1032,19,0,'2020-06-25 17:30:30','field-exchange_effortlessly_text-0-type','','',0,'custom_field','custom_field',1),(1033,19,0,'2020-06-25 17:30:30','field-link_licensed_and_secure-0','','base64',1,'aHR0cDovL2xvY2FsaG9zdC9jYXBwZW4vZ3JpZmxhbi1jcnlwdG8td2FsbGV0L3dlYi8=','aHR0cHM6Ly9jcnlwdG93YWxsZXQubGFiY3AuY28v',1),(1034,19,0,'2020-06-25 17:30:30','field-link_licensed_and_secure-0-name','','',0,'link_licensed_and_secure-0','link_licensed_and_secure-0',1),(1035,19,0,'2020-06-25 17:30:30','field-link_licensed_and_secure-0-type','','',0,'custom_field','custom_field',1),(1036,19,0,'2020-06-25 17:30:30','field-logos-0','','base64',0,'Ng==','Ng==',1),(1037,19,0,'2020-06-25 17:30:30','field-logos-0-name','','',0,'logos-0','logos-0',1),(1038,19,0,'2020-06-25 17:30:31','field-logos-0-type','','',0,'custom_field','custom_field',1),(1039,19,0,'2020-06-25 17:30:31','field-logos_0_logo-0','','base64',0,'NjI2','NjI2',1),(1040,19,0,'2020-06-25 17:30:31','field-logos_0_logo-0-name','','',0,'logos_0_logo-0','logos_0_logo-0',1),(1041,19,0,'2020-06-25 17:30:31','field-logos_0_logo-0-type','','',0,'custom_field','custom_field',1),(1042,19,0,'2020-06-25 17:30:31','field-logos_0_logo_hover-0','','base64',0,'MTE0Ng==','MTE0Ng==',1),(1043,19,0,'2020-06-25 17:30:31','field-logos_0_logo_hover-0-name','','',0,'logos_0_logo_hover-0','logos_0_logo_hover-0',1),(1044,19,0,'2020-06-25 17:30:31','field-logos_0_logo_hover-0-type','','',0,'custom_field','custom_field',1),(1045,19,0,'2020-06-25 17:30:31','field-logos_1_logo-0','','base64',0,'NjMx','NjMx',1),(1046,19,0,'2020-06-25 17:30:31','field-logos_1_logo-0-name','','',0,'logos_1_logo-0','logos_1_logo-0',1),(1047,19,0,'2020-06-25 17:30:31','field-logos_1_logo-0-type','','',0,'custom_field','custom_field',1),(1048,19,0,'2020-06-25 17:30:31','field-logos_1_logo_hover-0','','base64',0,'MTE1MQ==','MTE1MQ==',1),(1049,19,0,'2020-06-25 17:30:31','field-logos_1_logo_hover-0-name','','',0,'logos_1_logo_hover-0','logos_1_logo_hover-0',1),(1050,19,0,'2020-06-25 17:30:31','field-logos_1_logo_hover-0-type','','',0,'custom_field','custom_field',1),(1051,19,0,'2020-06-25 17:30:31','field-logos_2_logo-0','','base64',0,'NjUx','NjUx',1),(1052,19,0,'2020-06-25 17:30:31','field-logos_2_logo-0-name','','',0,'logos_2_logo-0','logos_2_logo-0',1),(1053,19,0,'2020-06-25 17:30:31','field-logos_2_logo-0-type','','',0,'custom_field','custom_field',1),(1054,19,0,'2020-06-25 17:30:31','field-logos_2_logo_hover-0','','base64',0,'MTE1Ng==','MTE1Ng==',1),(1055,19,0,'2020-06-25 17:30:31','field-logos_2_logo_hover-0-name','','',0,'logos_2_logo_hover-0','logos_2_logo_hover-0',1),(1056,19,0,'2020-06-25 17:30:31','field-logos_2_logo_hover-0-type','','',0,'custom_field','custom_field',1),(1057,19,0,'2020-06-25 17:30:31','field-logos_3_logo-0','','base64',0,'NjU2','NjU2',1),(1058,19,0,'2020-06-25 17:30:31','field-logos_3_logo-0-name','','',0,'logos_3_logo-0','logos_3_logo-0',1),(1059,19,0,'2020-06-25 17:30:31','field-logos_3_logo-0-type','','',0,'custom_field','custom_field',1),(1060,19,0,'2020-06-25 17:30:31','field-logos_3_logo_hover-0','','base64',0,'MTE2MQ==','MTE2MQ==',1),(1061,19,0,'2020-06-25 17:30:31','field-logos_3_logo_hover-0-name','','',0,'logos_3_logo_hover-0','logos_3_logo_hover-0',1),(1062,19,0,'2020-06-25 17:30:31','field-logos_3_logo_hover-0-type','','',0,'custom_field','custom_field',1),(1063,19,0,'2020-06-25 17:30:31','field-logos_4_logo-0','','base64',0,'NjM2','NjM2',1),(1064,19,0,'2020-06-25 17:30:31','field-logos_4_logo-0-name','','',0,'logos_4_logo-0','logos_4_logo-0',1),(1065,19,0,'2020-06-25 17:30:31','field-logos_4_logo-0-type','','',0,'custom_field','custom_field',1),(1066,19,0,'2020-06-25 17:30:31','field-logos_4_logo_hover-0','','base64',0,'MTE2Ng==','MTE2Ng==',1),(1067,19,0,'2020-06-25 17:30:31','field-logos_4_logo_hover-0-name','','',0,'logos_4_logo_hover-0','logos_4_logo_hover-0',1),(1068,19,0,'2020-06-25 17:30:31','field-logos_4_logo_hover-0-type','','',0,'custom_field','custom_field',1),(1069,19,0,'2020-06-25 17:30:31','field-logos_5_logo-0','','base64',0,'NjQ2','NjQ2',1),(1070,19,0,'2020-06-25 17:30:31','field-logos_5_logo-0-name','','',0,'logos_5_logo-0','logos_5_logo-0',1),(1071,19,0,'2020-06-25 17:30:31','field-logos_5_logo-0-type','','',0,'custom_field','custom_field',1),(1072,19,0,'2020-06-25 17:30:31','field-logos_5_logo_hover-0','','base64',0,'MTE3MQ==','MTE3MQ==',1),(1073,19,0,'2020-06-25 17:30:31','field-logos_5_logo_hover-0-name','','',0,'logos_5_logo_hover-0','logos_5_logo_hover-0',1),(1074,19,0,'2020-06-25 17:30:31','field-logos_5_logo_hover-0-type','','',0,'custom_field','custom_field',1),(1075,19,0,'2020-06-25 17:30:31','field-qr_code-0','','base64',0,'NTMx','NTMx',1),(1076,19,0,'2020-06-25 17:30:31','field-qr_code-0-name','','',0,'qr_code-0','qr_code-0',1),(1077,19,0,'2020-06-25 17:30:31','field-qr_code-0-type','','',0,'custom_field','custom_field',1),(1078,19,0,'2020-06-25 17:30:31','field-step_1_title-0','','base64',1,'RG93bmxvYWQgDQp0aGUgYXBw','RG93bmxvYWQgDQp0aGUgYXBw',1),(1079,19,0,'2020-06-25 17:30:31','field-step_1_title-0-name','','',0,'step_1_title-0','step_1_title-0',1),(1080,19,0,'2020-06-25 17:30:31','field-step_1_title-0-type','','',0,'custom_field','custom_field',1),(1081,19,0,'2020-06-25 17:30:31','field-step_2_title-0','','base64',1,'T3JkZXIgVGhlIA0KQ2FyZA==','T3JkZXIgVGhlIA0KQ2FyZA==',1),(1082,19,0,'2020-06-25 17:30:31','field-step_2_title-0-name','','',0,'step_2_title-0','step_2_title-0',1),(1083,19,0,'2020-06-25 17:30:31','field-step_2_title-0-type','','',0,'custom_field','custom_field',1),(1084,19,0,'2020-06-25 17:30:31','field-step_3_title-0','','base64',1,'TG9hZCBUaGUgQ2FyZCANCldpdGggRnVuZHM=','TG9hZCBUaGUgQ2FyZCANCldpdGggRnVuZHM=',1),(1085,19,0,'2020-06-25 17:30:31','field-step_3_title-0-name','','',0,'step_3_title-0','step_3_title-0',1),(1086,19,0,'2020-06-25 17:30:31','field-step_3_title-0-type','','',0,'custom_field','custom_field',1),(1087,19,0,'2020-06-25 17:30:31','field-step_4_title-0','','base64',1,'U3RhcnQgDQpzcGVuZGluZyE=','U3RhcnQgDQpzcGVuZGluZyE=',1),(1088,19,0,'2020-06-25 17:30:31','field-step_4_title-0-name','','',0,'step_4_title-0','step_4_title-0',1),(1089,19,0,'2020-06-25 17:30:31','field-step_4_title-0-type','','',0,'custom_field','custom_field',1),(1090,19,0,'2020-06-25 17:30:31','field-title_client_support-0','','base64',1,'V29ybGQgQ2xhc3MgDQpDbGllbnQgU3VwcG9ydA==','V29ybGQgQ2xhc3MgDQpDbGllbnQgU3VwcG9ydA==',1),(1091,19,0,'2020-06-25 17:30:31','field-title_client_support-0-name','','',0,'title_client_support-0','title_client_support-0',1),(1092,19,0,'2020-06-25 17:30:31','field-title_client_support-0-type','','',0,'custom_field','custom_field',1),(1093,19,0,'2020-06-25 17:30:31','field-title_coins-0','','base64',1,'QSBVbml2ZXJzYWwgQ3J5cHRvV2FsbGV0','QSBVbml2ZXJzYWwgQ3J5cHRvV2FsbGV0',1),(1094,19,0,'2020-06-25 17:30:31','field-title_coins-0-name','','',0,'title_coins-0','title_coins-0',1),(1095,19,0,'2020-06-25 17:30:31','field-title_coins-0-type','','',0,'custom_field','custom_field',1),(1096,19,0,'2020-06-25 17:30:31','field-title_contactless-0','','base64',1,'QSBDb250YWN0bGVzcyBDcnlwdG8gV2FsbGV0IA0KRGViaXQgQ2FyZCBXaXRoIENhc2hiYWNr','QSBDb250YWN0bGVzcyBDcnlwdG8gV2FsbGV0IA0KRGViaXQgQ2FyZCBXaXRoIENhc2hiYWNr',1),(1097,19,0,'2020-06-25 17:30:31','field-title_contactless-0-name','','',0,'title_contactless-0','title_contactless-0',1),(1098,19,0,'2020-06-25 17:30:31','field-title_contactless-0-type','','',0,'custom_field','custom_field',1),(1099,19,0,'2020-06-25 17:30:31','field-title_licensed_and_secure-0','','base64',1,'TGljZW5zZWQgYW5kIFNlY3VyZQ==','TGljZW5zZWQgYW5kIFNlY3VyZQ==',1),(1100,19,0,'2020-06-25 17:30:31','field-title_licensed_and_secure-0-name','','',0,'title_licensed_and_secure-0','title_licensed_and_secure-0',1),(1101,19,0,'2020-06-25 17:30:31','field-title_licensed_and_secure-0-type','','',0,'custom_field','custom_field',1),(1102,19,0,'2020-06-25 17:30:31','field-title_payment-0','','base64',1,'QSBQYXltZW50IEdhdGV3YXk=','QSBQYXltZW50IEdhdGV3YXk=',1),(1103,19,0,'2020-06-25 17:30:31','field-title_payment-0-name','','',0,'title_payment-0','title_payment-0',1),(1104,19,0,'2020-06-25 17:30:31','field-title_payment-0-type','','',0,'custom_field','custom_field',1),(1105,19,0,'2020-06-25 17:30:31','field-title_press-0','','base64',1,'Q3J5cHRvV2FsbGV0IGluIHRoZSBQcmVzcw==','Q3J5cHRvV2FsbGV0IGluIHRoZSBQcmVzcw==',1),(1106,19,0,'2020-06-25 17:30:31','field-title_press-0-name','','',0,'title_press-0','title_press-0',1),(1107,19,0,'2020-06-25 17:30:31','field-title_press-0-type','','',0,'custom_field','custom_field',1),(1108,19,0,'2020-06-25 17:30:31','field-title_quick_crypto-0','','base64',1,'QSBRdWljayBDcnlwdG8gRXhjaGFuZ2U=','QSBRdWljayBDcnlwdG8gRXhjaGFuZ2U=',1),(1109,19,0,'2020-06-25 17:30:31','field-title_quick_crypto-0-name','','',0,'title_quick_crypto-0','title_quick_crypto-0',1),(1110,19,0,'2020-06-25 17:30:31','field-title_quick_crypto-0-type','','',0,'custom_field','custom_field',1),(1111,19,0,'2020-06-25 17:30:31','field-title_wallet_app-0','','base64',1,'R2V0IHRoZSBDcnlwdG8gDQpXYWxsZXQgQXBwIGFuZCBqb2luIG91ciBjb21tdW5pdHk=','R2V0IHRoZSBDcnlwdG8gDQpXYWxsZXQgQXBwIGFuZCBqb2luIG91ciBjb21tdW5pdHk=',1),(1112,19,0,'2020-06-25 17:30:31','field-title_wallet_app-0-name','','',0,'title_wallet_app-0','title_wallet_app-0',1),(1113,19,0,'2020-06-25 17:30:31','field-title_wallet_app-0-type','','',0,'custom_field','custom_field',1),(1114,19,0,'2020-06-25 17:30:31','field-title_welcome-0','','base64',1,'V2VsY29tZSB0byB5b3VyIGdhdGV3YXkgDQpmb3IgZGlnaXRhbCBjdXJyZW5jeS4=','V2VsY29tZSB0byB5b3VyIGdhdGV3YXkgDQpmb3IgZGlnaXRhbCBjdXJyZW5jeS4=',1),(1115,19,0,'2020-06-25 17:30:31','field-title_welcome-0-name','','',0,'title_welcome-0','title_welcome-0',1),(1116,19,0,'2020-06-25 17:30:31','field-title_welcome-0-type','','',0,'custom_field','custom_field',1),(1117,19,0,'2020-06-25 17:30:31','field-title_works-0','','base64',1,'Q3J5cHRvV2FsbGV0IElzIEZhc3QgYW5kIEVhc3k=','Q3J5cHRvV2FsbGV0IElzIEZhc3QgYW5kIEVhc3k=',1),(1118,19,0,'2020-06-25 17:30:31','field-title_works-0-name','','',0,'title_works-0','title_works-0',1),(1119,19,0,'2020-06-25 17:30:31','field-title_works-0-type','','',0,'custom_field','custom_field',1),(1120,19,0,'2020-06-25 17:30:31','field-_block_1_text-0','','base64',1,'ZmllbGRfNWQyNzgzZjQ1MWFiMg==','ZmllbGRfNWQyNzgzZjQ1MWFiMg==',1),(1121,19,0,'2020-06-25 17:30:31','field-_block_1_text-0-name','','',0,'_block_1_text-0','_block_1_text-0',1),(1122,19,0,'2020-06-25 17:30:31','field-_block_1_text-0-type','','',0,'custom_field','custom_field',1),(1123,19,0,'2020-06-25 17:30:31','field-_description-0','','base64',1,'ZmllbGRfNWQyNjQwMmQ4NDJiMw==','ZmllbGRfNWQyNjQwMmQ4NDJiMw==',1),(1124,19,0,'2020-06-25 17:30:31','field-_description-0-name','','',0,'_description-0','_description-0',1),(1125,19,0,'2020-06-25 17:30:31','field-_description-0-type','','',0,'custom_field','custom_field',1),(1126,19,0,'2020-06-25 17:30:31','field-top_up_with_speed_subtitle-0','','base64',1,'VG9wIFVwIHdpdGggU3BlZWQ=','VG9wIFVwIHdpdGggU3BlZWQ=',1),(1127,19,0,'2020-06-25 17:30:31','field-top_up_with_speed_subtitle-0-name','','',0,'top_up_with_speed_subtitle-0','top_up_with_speed_subtitle-0',1),(1128,19,0,'2020-06-25 17:30:31','field-top_up_with_speed_subtitle-0-type','','',0,'custom_field','custom_field',1),(1129,19,0,'2020-06-25 17:30:31','field-video_link-0','','base64',1,'aHR0cHM6Ly92aW1lby5jb20vNDA3NjUyODYx','aHR0cHM6Ly92aW1lby5jb20vNDA3NjUyODYx',1),(1130,19,0,'2020-06-25 17:30:31','field-video_link-0-name','','',0,'video_link-0','video_link-0',1),(1131,19,0,'2020-06-25 17:30:31','field-video_link-0-type','','',0,'custom_field','custom_field',1),(1132,19,0,'2020-06-25 17:30:31','field-top_up_with_speed_text-0','','base64',1,'WW91IGNhbiB0b3AgdXAgeW91ciB3YWxsZXQgdGhyb3VnaCBTRVBBIGJhbmsgdHJhbnNmZXJzIG9yIGNyZWRpdCBjYXJkLiBMaWdodG5pbmcgc3BlZWQgYW5kIGhhc3NsZSAtIGZyZWUgLSB0aGF0J3MgYSB3aW4u','WW91IGNhbiB0b3AgdXAgeW91ciB3YWxsZXQgdGhyb3VnaCBTRVBBIGJhbmsgdHJhbnNmZXJzIG9yIGNyZWRpdCBjYXJkLiBMaWdodG5pbmcgc3BlZWQgYW5kIGhhc3NsZSAtIGZyZWUgLSB0aGF0J3MgYSB3aW4u',1),(1133,19,0,'2020-06-25 17:30:31','field-top_up_with_speed_text-0-name','','',0,'top_up_with_speed_text-0','top_up_with_speed_text-0',1),(1134,19,0,'2020-06-25 17:30:31','field-top_up_with_speed_text-0-type','','',0,'custom_field','custom_field',1),(1135,19,0,'2020-06-25 17:30:31','original_id','','',0,'419','1365',1),(1136,19,0,'2020-06-25 17:30:31','title','','base64',1,'SG9tZQ==','SG9tZQ==',1),(1137,19,0,'2020-06-25 17:30:31','body','','base64',1,'','',1),(1138,19,0,'2020-06-25 17:30:31','excerpt','','base64',1,'','',1);
/*!40000 ALTER TABLE `wp_icl_translate` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_icl_translate_job`
--

DROP TABLE IF EXISTS `wp_icl_translate_job`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_icl_translate_job` (
  `job_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `rid` bigint(20) unsigned NOT NULL,
  `translator_id` int(10) unsigned NOT NULL,
  `translated` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `manager_id` int(10) unsigned NOT NULL,
  `revision` int(10) unsigned DEFAULT NULL,
  `title` varchar(160) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `deadline_date` datetime DEFAULT NULL,
  `completed_date` datetime DEFAULT NULL,
  `editor` varchar(16) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`job_id`),
  KEY `rid` (`rid`,`translator_id`)
) ENGINE=InnoDB AUTO_INCREMENT=20 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_icl_translate_job`
--

LOCK TABLES `wp_icl_translate_job` WRITE;
/*!40000 ALTER TABLE `wp_icl_translate_job` DISABLE KEYS */;
INSERT INTO `wp_icl_translate_job` VALUES (1,1,1,1,1,NULL,'About',NULL,NULL,'wp'),(2,14,1,1,1,NULL,'Home',NULL,NULL,'wp'),(3,10,1,1,1,NULL,'Home','0000-00-00 00:00:00','2019-07-10 19:49:28','wp'),(4,133,1,1,1,NULL,'Wallet',NULL,NULL,'wp'),(5,334,2,1,2,NULL,'Home',NULL,NULL,'wp'),(6,335,2,1,2,NULL,'Home',NULL,NULL,'wp'),(7,336,2,1,2,NULL,'Home',NULL,NULL,'wp'),(8,337,1,1,1,NULL,'Home',NULL,NULL,'wp'),(9,338,1,1,1,NULL,'Home',NULL,NULL,'wp'),(10,339,1,1,1,NULL,'Home',NULL,NULL,'wp'),(11,340,2,1,2,NULL,'Home',NULL,NULL,'wp'),(12,341,2,1,2,NULL,'Home',NULL,NULL,'wp'),(13,342,2,1,2,NULL,'Home',NULL,NULL,'wp'),(14,343,2,1,2,NULL,'Home',NULL,NULL,'wp'),(16,347,1,1,1,NULL,'Home',NULL,NULL,'wp'),(17,348,2,1,2,NULL,'Home',NULL,NULL,'wp'),(18,349,2,1,2,NULL,'Home',NULL,NULL,'wp'),(19,350,2,1,2,NULL,'Home',NULL,NULL,'wp');
/*!40000 ALTER TABLE `wp_icl_translate_job` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_icl_translation_batches`
--

DROP TABLE IF EXISTS `wp_icl_translation_batches`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_icl_translation_batches` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `batch_name` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `tp_id` int(11) DEFAULT NULL,
  `ts_url` text COLLATE utf8mb4_unicode_ci,
  `last_update` datetime DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_icl_translation_batches`
--

LOCK TABLES `wp_icl_translation_batches` WRITE;
/*!40000 ALTER TABLE `wp_icl_translation_batches` DISABLE KEYS */;
INSERT INTO `wp_icl_translation_batches` VALUES (1,'Manual Translations from July the 10th, 2019',NULL,NULL,'2019-07-10 17:52:06'),(2,'Manual Translations from July the 12th, 2019',NULL,NULL,'2019-07-12 15:53:32'),(3,'Manual Translations from June the 25th, 2020',NULL,NULL,'2020-06-25 12:53:38');
/*!40000 ALTER TABLE `wp_icl_translation_batches` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_icl_translation_status`
--

DROP TABLE IF EXISTS `wp_icl_translation_status`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_icl_translation_status` (
  `rid` bigint(20) NOT NULL AUTO_INCREMENT,
  `translation_id` bigint(20) NOT NULL,
  `status` tinyint(4) NOT NULL,
  `translator_id` bigint(20) NOT NULL,
  `needs_update` tinyint(4) NOT NULL,
  `md5` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL,
  `translation_service` varchar(16) COLLATE utf8mb4_unicode_ci NOT NULL,
  `batch_id` int(11) NOT NULL DEFAULT '0',
  `translation_package` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `links_fixed` tinyint(4) NOT NULL DEFAULT '0',
  `_prevstate` longtext COLLATE utf8mb4_unicode_ci,
  `uuid` varchar(36) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `tp_id` int(11) DEFAULT NULL,
  `tp_revision` int(11) NOT NULL DEFAULT '1',
  `ts_status` text COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`rid`),
  UNIQUE KEY `translation_id` (`translation_id`)
) ENGINE=InnoDB AUTO_INCREMENT=351 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_icl_translation_status`
--

LOCK TABLES `wp_icl_translation_status` WRITE;
/*!40000 ALTER TABLE `wp_icl_translation_status` DISABLE KEYS */;
INSERT INTO `wp_icl_translation_status` VALUES (1,315,10,1,1,'b4ebcf54c16079a6d5f02d9d0031fb55','local',1,'a:4:{s:3:\"url\";s:40:\"http://cryptowallet.labcp.co?page_id=136\";s:5:\"title\";s:5:\"About\";s:8:\"contents\";a:9:{s:19:\"field-description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:304:\"Q3J5cHRvV2FsbGV0IHdhcyBmb3VuZGVkIGluIFt5ZWFyXSwgYW5kIG91ciBzdGFmZiBoYXZlIHdvcmtlZCB0aXJlbGVzc2x5IHRvIGRldmVsb3AgZGlzcnVwdGl2ZSBwcm9kdWN0cyBhbmQgc29sdXRpb25zIHRoYXQgd2lsbCBoZWxwIHVzaGVyIGluIGEgbmV3IGVyYSBvZiBwZXJzb25hbCBmaW5hbmNlLiBZb3UgY2FuIHJlYWQgbW9yZSBhYm91dCBvdXIgZ29hbHMgYmVsb3cgaW4gb3VyIFJvYWRtYXAu\";s:6:\"format\";s:6:\"base64\";}s:24:\"field-description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:13:\"description-0\";}s:24:\"field-description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:11:\"original_id\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";i:136;}s:5:\"title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"QWJvdXQ=\";s:6:\"format\";s:6:\"base64\";}s:4:\"body\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:0:\"\";s:6:\"format\";s:6:\"base64\";}s:7:\"excerpt\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:0:\"\";s:6:\"format\";s:6:\"base64\";}s:4:\"t_10\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:12:\"T3B0aW9uYWw=\";s:6:\"format\";s:6:\"base64\";}s:15:\"media_845_title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:12:\"cHJvZmlsZQ==\";s:6:\"format\";s:6:\"base64\";}}s:4:\"type\";s:4:\"post\";}','2019-07-10 17:51:17',1,NULL,NULL,NULL,1,NULL),(2,317,9,0,0,'','',0,'','2019-07-10 17:56:05',1,NULL,NULL,NULL,1,NULL),(3,318,9,0,0,'','',0,'','2019-07-10 17:56:05',0,NULL,NULL,NULL,1,NULL),(4,319,9,0,0,'','',0,'','2019-07-10 17:56:05',0,NULL,NULL,NULL,1,NULL),(5,320,9,0,0,'','',0,'','2019-07-10 17:56:06',0,NULL,NULL,NULL,1,NULL),(6,322,9,0,0,'','',0,'','2019-07-10 17:56:37',0,NULL,NULL,NULL,1,NULL),(7,323,9,0,0,'','',0,'','2019-07-10 17:56:38',0,NULL,NULL,NULL,1,NULL),(8,324,9,0,0,'','',0,'','2019-07-10 17:56:38',0,NULL,NULL,NULL,1,NULL),(9,325,9,0,0,'','',0,'','2019-07-10 17:56:38',0,NULL,NULL,NULL,1,NULL),(10,333,10,1,1,'e294e8a7ff388aab42de686d78e58dda','local',1,'a:4:{s:3:\"url\";s:41:\"https://cryptowallet.labcp.co?page_id=419\";s:5:\"title\";s:4:\"Home\";s:8:\"contents\";a:261:{s:13:\"field-title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:44:\"Q3J5cHRvIElzIE1vbmV5IC0gTGV0J3MgVXNlIEl0Lg==\";s:6:\"format\";s:6:\"base64\";}s:18:\"field-title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:7:\"title-0\";}s:18:\"field-title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:19:\"field-description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:360:\"VGhpcyBpcyB0aGUgZnV0dXJlIG9mIGNyeXB0byBiYW5raW5nLiBDcnlwdG9XYWxsZXQgaXMgeW91ciBnYXRld2F5IHRvIGRpZ2l0YWwgY3VycmVuY3kgYW5kIGJleW9uZC4gV2l0aCBkZWRpY2F0ZWQgSUJBTnMgZm9yIHN1cHBvcnRlZCBmaWF0IGN1cnJlbmNpZXMsIHlvdSBjYW4gdXNlIENyeXB0b1dhbGxldCB0byBtYWtlIGJhbmsgdHJhbnNmZXJzLCBwYXkgYmlsbHMsIGFuZCBzcGVuZCBjcnlwdG8gaW4gc3RvcmVzLCBhbGwgd2l0aGluIGEgc2luZ2xlIHBsYXRmb3JtLg==\";s:6:\"format\";s:6:\"base64\";}s:24:\"field-description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:13:\"description-0\";}s:24:\"field-description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-block_1_text-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:124:\"V2UgaGF2ZSBhIHN0cm9uZyBjdXN0b21lciBmb2N1cyB3aXRoIHNob3J0IHdhaXRpbmcgdGltZXMgYW5kIHN1cHBvcnQgaW4gbXVsdGlwbGUgbGFuZ3VhZ2VzLg==\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-block_1_text-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"block_1_text-0\";}s:25:\"field-block_1_text-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-block_2_text-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:156:\"Q3J5cHRvV2FsbGV0IG9mZmVycyBoaWdoLXF1YWxpdHkgc3VwcG9ydCB0aHJvdWdoIHRlbGVwaG9uZSwgTGl2ZUNoYXQsIHRpY2tldCBzdWJtaXNzaW9ucywgYW5kIFZJUCB0cmVhdG1lbnQgb3B0aW9ucy4=\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-block_2_text-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"block_2_text-0\";}s:25:\"field-block_2_text-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:16:\"field-benefits-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"Mw==\";s:6:\"format\";s:6:\"base64\";}s:21:\"field-benefits-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:10:\"benefits-0\";}s:21:\"field-benefits-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:33:\"field-benefits_0_animation_card-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"V2FsbGV0\";s:6:\"format\";s:6:\"base64\";}s:38:\"field-benefits_0_animation_card-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:27:\"benefits_0_animation_card-0\";}s:38:\"field-benefits_0_animation_card-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:30:\"field-benefits_0_description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:84:\"SXTigJlzIGEgd2FsbGV0IHdoZXJlIHlvdSBjYW4gc2VjdXJlbHkgc3RvcmUgeW91ciBjcnlwdG8gZnVuZHMu\";s:6:\"format\";s:6:\"base64\";}s:35:\"field-benefits_0_description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:24:\"benefits_0_description-0\";}s:35:\"field-benefits_0_description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:24:\"field-benefits_0_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"V2FsbGV0\";s:6:\"format\";s:6:\"base64\";}s:29:\"field-benefits_0_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:18:\"benefits_0_title-0\";}s:29:\"field-benefits_0_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:33:\"field-benefits_1_animation_card-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:16:\"RGViaXQgQ2FyZA==\";s:6:\"format\";s:6:\"base64\";}s:38:\"field-benefits_1_animation_card-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:27:\"benefits_1_animation_card-0\";}s:38:\"field-benefits_1_animation_card-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:30:\"field-benefits_1_description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:84:\"SXTigJlzIGEgcHJlcGFpZCBjYXJkIHRoYXQgbGV0cyB5b3Ugc3BlbmQgY3J5cHRvIGluIGFueSBzdG9yZS4=\";s:6:\"format\";s:6:\"base64\";}s:35:\"field-benefits_1_description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:24:\"benefits_1_description-0\";}s:35:\"field-benefits_1_description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:24:\"field-benefits_1_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"Q2FyZA==\";s:6:\"format\";s:6:\"base64\";}s:29:\"field-benefits_1_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:18:\"benefits_1_title-0\";}s:29:\"field-benefits_1_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:33:\"field-benefits_2_animation_card-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:16:\"RXhjaGFuZ2UgQXBw\";s:6:\"format\";s:6:\"base64\";}s:38:\"field-benefits_2_animation_card-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:27:\"benefits_2_animation_card-0\";}s:38:\"field-benefits_2_animation_card-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:30:\"field-benefits_2_description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:116:\"SXTigJlzIGFuIGV4Y2hhbmdlIHRoYXQgYWxsb3dzIHlvdSB0byBxdWlja2x5IGFuZCBlYXNpbHkgZXhjaGFuZ2UgY3J5cHRvIG9uIHlvdXIgcGhvbmUu\";s:6:\"format\";s:6:\"base64\";}s:35:\"field-benefits_2_description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:24:\"benefits_2_description-0\";}s:35:\"field-benefits_2_description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:24:\"field-benefits_2_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:12:\"RXhjaGFuZ2U=\";s:6:\"format\";s:6:\"base64\";}s:29:\"field-benefits_2_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:18:\"benefits_2_title-0\";}s:29:\"field-benefits_2_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:28:\"field-benefits_contactless-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"NA==\";s:6:\"format\";s:6:\"base64\";}s:33:\"field-benefits_contactless-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:22:\"benefits_contactless-0\";}s:33:\"field-benefits_contactless-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:42:\"field-benefits_contactless_0_description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:128:\"WW91IGNhbiBmaW5hbGx5IHNwZW5kIHlvdXIgY3J5cHRvY3VycmVuY3kgb24gcmVhbCBnb29kcyBhbmQgc2VydmljZXMgYW55d2hlcmUgdGhhdCBhY2NlcHRzIFZJU0Eu\";s:6:\"format\";s:6:\"base64\";}s:47:\"field-benefits_contactless_0_description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:36:\"benefits_contactless_0_description-0\";}s:47:\"field-benefits_contactless_0_description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:36:\"field-benefits_contactless_0_icone-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"bm90ZQ==\";s:6:\"format\";s:6:\"base64\";}s:41:\"field-benefits_contactless_0_icone-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:30:\"benefits_contactless_0_icone-0\";}s:41:\"field-benefits_contactless_0_icone-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:36:\"field-benefits_contactless_0_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:20:\"U2hvcCBBbnl3aGVyZQ==\";s:6:\"format\";s:6:\"base64\";}s:41:\"field-benefits_contactless_0_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:30:\"benefits_contactless_0_title-0\";}s:41:\"field-benefits_contactless_0_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:42:\"field-benefits_contactless_1_description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:208:\"Q29udmVydGluZyB5b3VyIGNyeXB0byB0byBmaWF0IGZvciBwdXJjaGFzZXMgaXMgc2ltcGxlIHVzaW5nIHRoZSBpbnN0YW50IGluLWFwcGV4Y2hhbmdlIGZlYXR1cmUuIFN0b3AgdGhlIGNyeXB0byBzaHVmZmxlIGFuZCBsZXQgQ3J5cHRvV2FsbGV0IGRvIHRoZSB3b3JrLg==\";s:6:\"format\";s:6:\"base64\";}s:47:\"field-benefits_contactless_1_description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:36:\"benefits_contactless_1_description-0\";}s:47:\"field-benefits_contactless_1_description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:36:\"field-benefits_contactless_1_icone-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"Y29pbg==\";s:6:\"format\";s:6:\"base64\";}s:41:\"field-benefits_contactless_1_icone-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:30:\"benefits_contactless_1_icone-0\";}s:41:\"field-benefits_contactless_1_icone-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:36:\"field-benefits_contactless_1_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:12:\"Q29udmVydA==\";s:6:\"format\";s:6:\"base64\";}s:41:\"field-benefits_contactless_1_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:30:\"benefits_contactless_1_title-0\";}s:41:\"field-benefits_contactless_1_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:42:\"field-benefits_contactless_2_description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:248:\"VGFrZSBhZHZhbnRhZ2Ugb2Ygb3VyIHVuaXF1ZSBjcnlwdG8gY2FzaGJhY2sgZmVhdHVyZSwgaXQgcHV0cyBtb25leSBpbiB5b3VyIHdhbGxldCAtIGxpdGVyYWxseS4gR2V0IGNhc2hiYWNrIGluIGNyeXB0byBvbiBwdXJjaGFzZXMgbWFkZSBpbiBzdG9yZSB3aXRoIHlvdXIgQ3J5cHRvV2FsbGV0IFZpc2EgZGViaXQgY2FyZC4=\";s:6:\"format\";s:6:\"base64\";}s:47:\"field-benefits_contactless_2_description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:36:\"benefits_contactless_2_description-0\";}s:47:\"field-benefits_contactless_2_description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:36:\"field-benefits_contactless_2_icone-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:12:\"Yml0Y29pbg==\";s:6:\"format\";s:6:\"base64\";}s:41:\"field-benefits_contactless_2_icone-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:30:\"benefits_contactless_2_icone-0\";}s:41:\"field-benefits_contactless_2_icone-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:36:\"field-benefits_contactless_2_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:32:\"VW5pcXVlIENyeXB0byBDYXNoYmFjaw==\";s:6:\"format\";s:6:\"base64\";}s:41:\"field-benefits_contactless_2_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:30:\"benefits_contactless_2_title-0\";}s:41:\"field-benefits_contactless_2_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:42:\"field-benefits_contactless_3_description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:84:\"TWFrZSBjcnlwdG8gcHVyY2hhc2VzIGluIHNlY29uZHMgYnkgc2ltcGx5IHRhcHBpbmcgeW91ciBjYXJkLg==\";s:6:\"format\";s:6:\"base64\";}s:47:\"field-benefits_contactless_3_description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:36:\"benefits_contactless_3_description-0\";}s:47:\"field-benefits_contactless_3_description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:36:\"field-benefits_contactless_3_icone-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"Y3JlZGl0\";s:6:\"format\";s:6:\"base64\";}s:41:\"field-benefits_contactless_3_icone-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:30:\"benefits_contactless_3_icone-0\";}s:41:\"field-benefits_contactless_3_icone-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:36:\"field-benefits_contactless_3_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:16:\"Q29udGFjdGxlc3M=\";s:6:\"format\";s:6:\"base64\";}s:41:\"field-benefits_contactless_3_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:30:\"benefits_contactless_3_title-0\";}s:41:\"field-benefits_contactless_3_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:40:\"field-block_1_licensed_and_secure_link-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:68:\"aHR0cDovL2xvY2FsaG9zdC9jYXBwZW4vZ3JpZmxhbi1jcnlwdG8td2FsbGV0L3dlYi8=\";s:6:\"format\";s:6:\"base64\";}s:45:\"field-block_1_licensed_and_secure_link-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:34:\"block_1_licensed_and_secure_link-0\";}s:45:\"field-block_1_licensed_and_secure_link-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:44:\"field-block_1_licensed_and_secure_subtitle-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:72:\"TGljZW5zZWQgdG8gUHJvdmlkZSBWaXJ0dWFsIEN1cnJlbmN5IFdhbGxldCBTZXJ2aWNlcw==\";s:6:\"format\";s:6:\"base64\";}s:49:\"field-block_1_licensed_and_secure_subtitle-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:38:\"block_1_licensed_and_secure_subtitle-0\";}s:49:\"field-block_1_licensed_and_secure_subtitle-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:40:\"field-block_1_licensed_and_secure_text-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:180:\"RXN0b25pYSBGSVUgTGljZW5zZSBOdW1iZXIgPHN0cm9uZz5GUkswMDAxMzE8L3N0cm9uZz4gZW5hYmxlcyBDcnlwdG9XYWxsZXQgdG8gcHJvdmlkZSBjcnlwdG9jdXJyZW5jeSBzdG9yYWdlIHNlcnZpY2VzIHRvIG91ciBjdXN0b21lcnMu\";s:6:\"format\";s:6:\"base64\";}s:45:\"field-block_1_licensed_and_secure_text-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:34:\"block_1_licensed_and_secure_text-0\";}s:45:\"field-block_1_licensed_and_secure_text-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:45:\"field-block_1_licensed_and_secure_text_link-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:28:\"VmVyaWZ5IExpY2Vuc2UgT25saW5l\";s:6:\"format\";s:6:\"base64\";}s:50:\"field-block_1_licensed_and_secure_text_link-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:39:\"block_1_licensed_and_secure_text_link-0\";}s:50:\"field-block_1_licensed_and_secure_text_link-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:24:\"field-block_1_subtitle-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:28:\"U3Ryb25nIEN1c3RvbWVyIEZvY3Vz\";s:6:\"format\";s:6:\"base64\";}s:29:\"field-block_1_subtitle-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:18:\"block_1_subtitle-0\";}s:29:\"field-block_1_subtitle-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:40:\"field-block_2_licensed_and_secure_link-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:68:\"aHR0cDovL2xvY2FsaG9zdC9jYXBwZW4vZ3JpZmxhbi1jcnlwdG8td2FsbGV0L3dlYi8=\";s:6:\"format\";s:6:\"base64\";}s:45:\"field-block_2_licensed_and_secure_link-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:34:\"block_2_licensed_and_secure_link-0\";}s:45:\"field-block_2_licensed_and_secure_link-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:44:\"field-block_2_licensed_and_secure_subtitle-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:84:\"TGljZW5zZWQgdG8gUHJvdmlkZSBGaWF0IHRvIFZpcnR1YWwgQ3VycmVuY3kgRXhjaGFuZ2UgU2VydmljZXM=\";s:6:\"format\";s:6:\"base64\";}s:49:\"field-block_2_licensed_and_secure_subtitle-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:38:\"block_2_licensed_and_secure_subtitle-0\";}s:49:\"field-block_2_licensed_and_secure_subtitle-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:40:\"field-block_2_licensed_and_secure_text-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:204:\"RXN0b25pYSBGSVUgTGljZW5zZSBOdW1iZXIgPHN0cm9uZz5GUlYwMDAxNDM8L3N0cm9uZz4gYWxsb3dzIHVzIHRvIG9mZmVyIGRpcmVjdCBjcnlwdG8gdG8gZmlhdCB0cmFkaW5nIGFzIHdlbGwgYXMgaW50ZXItY3J5cHRvY3VycmVuY3kgZXhjaGFuZ2Ugc2VydmljZXMu\";s:6:\"format\";s:6:\"base64\";}s:45:\"field-block_2_licensed_and_secure_text-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:34:\"block_2_licensed_and_secure_text-0\";}s:45:\"field-block_2_licensed_and_secure_text-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:45:\"field-block_2_licensed_and_secure_text_link-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:28:\"VmVyaWZ5IExpY2Vuc2UgT25saW5l\";s:6:\"format\";s:6:\"base64\";}s:50:\"field-block_2_licensed_and_secure_text_link-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:39:\"block_2_licensed_and_secure_text_link-0\";}s:50:\"field-block_2_licensed_and_secure_text_link-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:24:\"field-block_2_subtitle-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:28:\"SGlnaCBRdWFsaXR5IFN1cHBvcnQ=\";s:6:\"format\";s:6:\"base64\";}s:29:\"field-block_2_subtitle-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:18:\"block_2_subtitle-0\";}s:29:\"field-block_2_subtitle-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:34:\"field-description_client_support-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:124:\"TmV2ZXIgYmUgbGVmdCB3aXRob3V0IGFuc3dlcnMgLSBDcnlwdG9XYWxsZXTigJlzIGludGVybmF0aW9uYWwgc3VwcG9ydCB0ZWFtIGlzIGhlcmUgdG8gaGVscC4=\";s:6:\"format\";s:6:\"base64\";}s:39:\"field-description_client_support-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:28:\"description_client_support-0\";}s:39:\"field-description_client_support-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:25:\"field-description_coins-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:72:\"Q2hlY2sgb3V0IG91ciBmdWxsIGxpc3Qgb2Ygb3VyIHN1cHBvcnRlZCBjdXJyZW5jaWVzLiA=\";s:6:\"format\";s:6:\"base64\";}s:30:\"field-description_coins-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:19:\"description_coins-0\";}s:30:\"field-description_coins-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:31:\"field-description_contactless-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:108:\"Q3J5cHRvY3VycmVuY3kgYWRvcHRpb24gaXMgaGVyZSB3aXRoIG91ciBpbm5vdmF0aXZlIG5ldyBjb250YWN0bGVzcyBkZWJpdCBjYXJkLg==\";s:6:\"format\";s:6:\"base64\";}s:36:\"field-description_contactless-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:25:\"description_contactless-0\";}s:36:\"field-description_contactless-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:32:\"field-description_cryptowallet-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:92:\"Q3J5cHRvV2FsbGV0IGlzIGFuIGVuZC10by1lbmQgY3J5cHRvIGJhbmtpbmcgYW5kIGNvbW1lcmNpYWwgc29sdXRpb24u\";s:6:\"format\";s:6:\"base64\";}s:37:\"field-description_cryptowallet-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:26:\"description_cryptowallet-0\";}s:37:\"field-description_cryptowallet-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:39:\"field-description_licensed_and_secure-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:548:\"Q3J5cHRvV2FsbGV0IGlzIHNlY3VyZWQgYnkgQml0R28sIHRoZSB3b3JsZOKAmXMgbGVhZGluZyBCaXRjb2luIHBheW1lbnQgcHJvY2Vzc29yLiBEaWdpdGFsIGFzc2V0cyBhbmQgdXNlciBwcml2YWN5IGFyZSBwcm90ZWN0ZWQgYnkgY3V0dGluZy1lZGdlIHNlY3VyaXR5IG1lYXN1cmVzIGxpa2UgdHdvLWZhY3RvciBhdXRoZW50aWNhdGlvbiwgZW5kLXRvLWVuZCBlbmNyeXB0aW9uLCBhbmQgbXVsdGktc2lnbmF0dXJlIGNvbGQgc3RvcmFnZSB3YWxsZXRzLiBDcnlwdG9XYWxsZXQgaGFzIG9idGFpbmVkIGxpY2Vuc2VzIGZyb20gdGhlIHN0YXRlIG9mIEVzdG9uaWEgZW5zdXJpbmcgZnVsbCBsZWdhbCBjb21wbGlhbmNlIGluIGhhbmRsaW5nIGFuZCBmYWNpbGl0YXRpbmcgdGhlIHRyYWRlIG9mIGNyeXB0b2N1cnJlbmNpZXMu\";s:6:\"format\";s:6:\"base64\";}s:44:\"field-description_licensed_and_secure-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:33:\"description_licensed_and_secure-0\";}s:44:\"field-description_licensed_and_secure-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:27:\"field-description_payment-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:224:\"QWNjZXB0IHRvcCBjcnlwdG9jdXJyZW5jaWVzIG9uIHlvdXIgYnVzaW5lc3Mgd2Vic2l0ZSB3aXRoIHRoZSBsb3dlc3QgZmVlcyBpbiB0aGUgaW5kdXN0cnkuIE91ciBwYXltZW50IHdpZGdldCBpcyBzdXBwb3J0ZWQgYnkgdGhlIG1hcmtldC1sZWFkaW5nZS1jb21tZXJjZSBwbHVnaW5zIGxpa2U6\";s:6:\"format\";s:6:\"base64\";}s:32:\"field-description_payment-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:21:\"description_payment-0\";}s:32:\"field-description_payment-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:32:\"field-description_quick_crypto-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:172:\"U2tpcCB0aGUgdGltZS1jb25zdW1pbmcgaGFzc2xlIG9mIHVzaW5nIGV4Y2hhbmdlcyEgQSBzd2lmdCwgc2VjdXJlIDxicj4gbWV0aG9kIGZvciBidXlpbmcgYW5kIHRyYWRpbmcgb3ZlciAxNDAgY3J5cHRvY3VycmVuY2llcy4=\";s:6:\"format\";s:6:\"base64\";}s:37:\"field-description_quick_crypto-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:26:\"description_quick_crypto-0\";}s:37:\"field-description_quick_crypto-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:25:\"field-description_works-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:32:\"SGVyZeKAmXMgaG93IGl0IHdvcmtzLg==\";s:6:\"format\";s:6:\"base64\";}s:30:\"field-description_works-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:19:\"description_works-0\";}s:30:\"field-description_works-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:38:\"field-exchange_effortlessly_subtitle-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:28:\"RXhjaGFuZ2UgRWZmb3J0bGVzc2x5\";s:6:\"format\";s:6:\"base64\";}s:43:\"field-exchange_effortlessly_subtitle-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:32:\"exchange_effortlessly_subtitle-0\";}s:43:\"field-exchange_effortlessly_subtitle-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:34:\"field-exchange_effortlessly_text-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:156:\"VGhlIGFwcCBsZXRzIHlvdSBleGNoYW5nZSBzdXBwb3J0ZWQgY3J5cHRvY3VycmVuY2llcyBlZmZvcnRsZXNzbHkgLCBhbGxvd2luZyB5b3UgdG8gc3BlbmQgeW91ciBjcnlwdG8gZnVuZHMgeW91ciB3YXku\";s:6:\"format\";s:6:\"base64\";}s:39:\"field-exchange_effortlessly_text-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:28:\"exchange_effortlessly_text-0\";}s:39:\"field-exchange_effortlessly_text-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:32:\"field-link_licensed_and_secure-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:68:\"aHR0cDovL2xvY2FsaG9zdC9jYXBwZW4vZ3JpZmxhbi1jcnlwdG8td2FsbGV0L3dlYi8=\";s:6:\"format\";s:6:\"base64\";}s:37:\"field-link_licensed_and_secure-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:26:\"link_licensed_and_secure-0\";}s:37:\"field-link_licensed_and_secure-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:13:\"field-logos-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"Ng==\";s:6:\"format\";s:6:\"base64\";}s:18:\"field-logos-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:7:\"logos-0\";}s:18:\"field-logos-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-logos_0_logo-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"NjI2\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-logos_0_logo-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"logos_0_logo-0\";}s:25:\"field-logos_0_logo-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:26:\"field-logos_0_logo_hover-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"MTE0Ng==\";s:6:\"format\";s:6:\"base64\";}s:31:\"field-logos_0_logo_hover-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:20:\"logos_0_logo_hover-0\";}s:31:\"field-logos_0_logo_hover-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-logos_1_logo-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"NjMx\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-logos_1_logo-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"logos_1_logo-0\";}s:25:\"field-logos_1_logo-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:26:\"field-logos_1_logo_hover-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"MTE1MQ==\";s:6:\"format\";s:6:\"base64\";}s:31:\"field-logos_1_logo_hover-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:20:\"logos_1_logo_hover-0\";}s:31:\"field-logos_1_logo_hover-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-logos_2_logo-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"NjUx\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-logos_2_logo-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"logos_2_logo-0\";}s:25:\"field-logos_2_logo-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:26:\"field-logos_2_logo_hover-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"MTE1Ng==\";s:6:\"format\";s:6:\"base64\";}s:31:\"field-logos_2_logo_hover-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:20:\"logos_2_logo_hover-0\";}s:31:\"field-logos_2_logo_hover-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-logos_3_logo-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"NjU2\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-logos_3_logo-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"logos_3_logo-0\";}s:25:\"field-logos_3_logo-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:26:\"field-logos_3_logo_hover-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"MTE2MQ==\";s:6:\"format\";s:6:\"base64\";}s:31:\"field-logos_3_logo_hover-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:20:\"logos_3_logo_hover-0\";}s:31:\"field-logos_3_logo_hover-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-logos_4_logo-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"NjM2\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-logos_4_logo-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"logos_4_logo-0\";}s:25:\"field-logos_4_logo-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:26:\"field-logos_4_logo_hover-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"MTE2Ng==\";s:6:\"format\";s:6:\"base64\";}s:31:\"field-logos_4_logo_hover-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:20:\"logos_4_logo_hover-0\";}s:31:\"field-logos_4_logo_hover-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-logos_5_logo-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"NjQ2\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-logos_5_logo-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"logos_5_logo-0\";}s:25:\"field-logos_5_logo-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:26:\"field-logos_5_logo_hover-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"MTE3MQ==\";s:6:\"format\";s:6:\"base64\";}s:31:\"field-logos_5_logo_hover-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:20:\"logos_5_logo_hover-0\";}s:31:\"field-logos_5_logo_hover-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:15:\"field-qr_code-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"NTMx\";s:6:\"format\";s:6:\"base64\";}s:20:\"field-qr_code-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:9:\"qr_code-0\";}s:20:\"field-qr_code-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-step_1_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:24:\"RG93bmxvYWQgDQp0aGUgYXBw\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-step_1_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"step_1_title-0\";}s:25:\"field-step_1_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-step_2_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:24:\"T3JkZXIgVGhlIA0KQ2FyZA==\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-step_2_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"step_2_title-0\";}s:25:\"field-step_2_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-step_3_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:36:\"TG9hZCBUaGUgQ2FyZCANCldpdGggRnVuZHM=\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-step_3_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"step_3_title-0\";}s:25:\"field-step_3_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-step_4_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:24:\"U3RhcnQgDQpzcGVuZGluZyE=\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-step_4_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"step_4_title-0\";}s:25:\"field-step_4_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:28:\"field-title_client_support-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:40:\"V29ybGQgQ2xhc3MgDQpDbGllbnQgU3VwcG9ydA==\";s:6:\"format\";s:6:\"base64\";}s:33:\"field-title_client_support-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:22:\"title_client_support-0\";}s:33:\"field-title_client_support-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:19:\"field-title_coins-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:32:\"QSBVbml2ZXJzYWwgQ3J5cHRvV2FsbGV0\";s:6:\"format\";s:6:\"base64\";}s:24:\"field-title_coins-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:13:\"title_coins-0\";}s:24:\"field-title_coins-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:25:\"field-title_contactless-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:72:\"QSBDb250YWN0bGVzcyBDcnlwdG8gV2FsbGV0IA0KRGViaXQgQ2FyZCBXaXRoIENhc2hiYWNr\";s:6:\"format\";s:6:\"base64\";}s:30:\"field-title_contactless-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:19:\"title_contactless-0\";}s:30:\"field-title_contactless-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:33:\"field-title_licensed_and_secure-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:28:\"TGljZW5zZWQgYW5kIFNlY3VyZQ==\";s:6:\"format\";s:6:\"base64\";}s:38:\"field-title_licensed_and_secure-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:27:\"title_licensed_and_secure-0\";}s:38:\"field-title_licensed_and_secure-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:21:\"field-title_payment-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:24:\"QSBQYXltZW50IEdhdGV3YXk=\";s:6:\"format\";s:6:\"base64\";}s:26:\"field-title_payment-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:15:\"title_payment-0\";}s:26:\"field-title_payment-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:19:\"field-title_press-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:36:\"Q3J5cHRvV2FsbGV0IGluIHRoZSBQcmVzcw==\";s:6:\"format\";s:6:\"base64\";}s:24:\"field-title_press-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:13:\"title_press-0\";}s:24:\"field-title_press-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:26:\"field-title_quick_crypto-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:32:\"QSBRdWljayBDcnlwdG8gRXhjaGFuZ2U=\";s:6:\"format\";s:6:\"base64\";}s:31:\"field-title_quick_crypto-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:20:\"title_quick_crypto-0\";}s:31:\"field-title_quick_crypto-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:24:\"field-title_wallet_app-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:68:\"R2V0IHRoZSBDcnlwdG8gDQpXYWxsZXQgQXBwIGFuZCBqb2luIG91ciBjb21tdW5pdHk=\";s:6:\"format\";s:6:\"base64\";}s:29:\"field-title_wallet_app-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:18:\"title_wallet_app-0\";}s:29:\"field-title_wallet_app-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:21:\"field-title_welcome-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:64:\"V2VsY29tZSB0byB5b3VyIGdhdGV3YXkgDQpmb3IgZGlnaXRhbCBjdXJyZW5jeS4=\";s:6:\"format\";s:6:\"base64\";}s:26:\"field-title_welcome-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:15:\"title_welcome-0\";}s:26:\"field-title_welcome-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:19:\"field-title_works-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:40:\"Q3J5cHRvV2FsbGV0IElzIEZhc3QgYW5kIEVhc3k=\";s:6:\"format\";s:6:\"base64\";}s:24:\"field-title_works-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:13:\"title_works-0\";}s:24:\"field-title_works-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:21:\"field-_block_1_text-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:28:\"ZmllbGRfNWQyNzgzZjQ1MWFiMg==\";s:6:\"format\";s:6:\"base64\";}s:26:\"field-_block_1_text-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:15:\"_block_1_text-0\";}s:26:\"field-_block_1_text-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-_description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:28:\"ZmllbGRfNWQyNjQwMmQ4NDJiMw==\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-_description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"_description-0\";}s:25:\"field-_description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:34:\"field-top_up_with_speed_subtitle-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:24:\"VG9wIFVwIHdpdGggU3BlZWQ=\";s:6:\"format\";s:6:\"base64\";}s:39:\"field-top_up_with_speed_subtitle-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:28:\"top_up_with_speed_subtitle-0\";}s:39:\"field-top_up_with_speed_subtitle-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:18:\"field-video_link-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:36:\"aHR0cHM6Ly92aW1lby5jb20vNDA3NjUyODYx\";s:6:\"format\";s:6:\"base64\";}s:23:\"field-video_link-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"video_link-0\";}s:23:\"field-video_link-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:30:\"field-top_up_with_speed_text-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:160:\"WW91IGNhbiB0b3AgdXAgeW91ciB3YWxsZXQgdGhyb3VnaCBTRVBBIGJhbmsgdHJhbnNmZXJzIG9yIGNyZWRpdCBjYXJkLiBMaWdodG5pbmcgc3BlZWQgYW5kIGhhc3NsZSAtIGZyZWUgLSB0aGF0J3MgYSB3aW4u\";s:6:\"format\";s:6:\"base64\";}s:35:\"field-top_up_with_speed_text-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:24:\"top_up_with_speed_text-0\";}s:35:\"field-top_up_with_speed_text-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:11:\"original_id\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";i:419;}s:5:\"title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"SG9tZQ==\";s:6:\"format\";s:6:\"base64\";}s:4:\"body\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:0:\"\";s:6:\"format\";s:6:\"base64\";}s:7:\"excerpt\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:0:\"\";s:6:\"format\";s:6:\"base64\";}s:4:\"t_10\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:12:\"T3B0aW9uYWw=\";s:6:\"format\";s:6:\"base64\";}s:16:\"media_1171_title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:28:\"Zl9jb2ludGVsZWdyYXBoX2hvdmVy\";s:6:\"format\";s:6:\"base64\";}s:16:\"media_1166_title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:16:\"Zl9jY25faG92ZXI=\";s:6:\"format\";s:6:\"base64\";}s:16:\"media_1161_title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:24:\"Zl9iaXRjb2luaXN0X2hvdmVy\";s:6:\"format\";s:6:\"base64\";}s:16:\"media_1156_title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:20:\"Zl95YWhvb19ob3Zlcg==\";s:6:\"format\";s:6:\"base64\";}s:16:\"media_1151_title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:24:\"Zl9idGNtYW5hZ2VyX2hvdmVy\";s:6:\"format\";s:6:\"base64\";}s:16:\"media_1146_title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:24:\"Zl9jb2luZGVza19ob3Zlcg==\";s:6:\"format\";s:6:\"base64\";}s:15:\"media_656_title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:16:\"Zl9iaXRjb2luaXN0\";s:6:\"format\";s:6:\"base64\";}s:15:\"media_651_title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:12:\"Zl95YWhvbw==\";s:6:\"format\";s:6:\"base64\";}s:15:\"media_646_title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:20:\"Zl9jb2ludGVsZWdyYXBo\";s:6:\"format\";s:6:\"base64\";}s:15:\"media_636_title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"Zl9jY24=\";s:6:\"format\";s:6:\"base64\";}s:15:\"media_631_title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:16:\"Zl9idGNtYW5hZ2Vy\";s:6:\"format\";s:6:\"base64\";}s:15:\"media_626_title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:16:\"Zl9jb2luZGVzaw==\";s:6:\"format\";s:6:\"base64\";}s:15:\"media_531_title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"cXI=\";s:6:\"format\";s:6:\"base64\";}}s:4:\"type\";s:4:\"post\";}','2019-07-10 22:48:12',1,'a:8:{s:6:\"status\";s:1:\"9\";s:13:\"translator_id\";s:1:\"0\";s:12:\"needs_update\";s:1:\"1\";s:3:\"md5\";s:32:\"25019c68e9d21d2f9a991f5da5d5fc5d\";s:19:\"translation_service\";s:0:\"\";s:19:\"translation_package\";s:1381:\"a:4:{s:3:\"url\";s:61:\"http://localhost/cappen/griflan-crypto-wallet/web?page_id=419\";s:5:\"title\";s:4:\"Home\";s:8:\"contents\";a:11:{s:13:\"field-title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:48:\"Q3J5cHRvIElzIE1vbmV5IC0gDQpMZXTigJlzIFVzZSBJdC4=\";s:6:\"format\";s:6:\"base64\";}s:18:\"field-title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:7:\"title-0\";}s:18:\"field-title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:19:\"field-description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:240:\"VGhpcyBpcyB0aGUgZnV0dXJlIG9mIGNyeXB0byBiYW5raW5nLiBDcnlwdG9XYWxsZXQgaXMgeW91ciBnYXRld2F5IHRvIGRpZ2l0YWwgY3VycmVuY3kgYW5kIGJleW9uZC4gSW50ZWdyYXRlIGNyeXB0byBwYXltZW50cyBpbnRvIHlvdXIgYnVzaW5lc3Mgb3Igc3BlbmQgeW91ciBjcnlwdG8gaW4gYW55IHN0b3JlLg==\";s:6:\"format\";s:6:\"base64\";}s:24:\"field-description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:13:\"description-0\";}s:24:\"field-description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:11:\"original_id\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";i:419;}s:5:\"title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"SG9tZQ==\";s:6:\"format\";s:6:\"base64\";}s:4:\"body\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:0:\"\";s:6:\"format\";s:6:\"base64\";}s:7:\"excerpt\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:0:\"\";s:6:\"format\";s:6:\"base64\";}s:4:\"t_10\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:12:\"T3B0aW9uYWw=\";s:6:\"format\";s:6:\"base64\";}}s:4:\"type\";s:4:\"post\";}\";s:9:\"timestamp\";s:19:\"2019-07-10 15:35:13\";s:11:\"links_fixed\";s:1:\"1\";}','35613934-6463-5436-a533-613938613864',NULL,1,NULL),(11,334,9,0,1,'e294e8a7ff388aab42de686d78e58dda','',0,'a:4:{s:3:\"url\";s:41:\"https://cryptowallet.labcp.co?page_id=419\";s:5:\"title\";s:4:\"Home\";s:8:\"contents\";a:261:{s:13:\"field-title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:44:\"Q3J5cHRvIElzIE1vbmV5IC0gTGV0J3MgVXNlIEl0Lg==\";s:6:\"format\";s:6:\"base64\";}s:18:\"field-title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:7:\"title-0\";}s:18:\"field-title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:19:\"field-description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:360:\"VGhpcyBpcyB0aGUgZnV0dXJlIG9mIGNyeXB0byBiYW5raW5nLiBDcnlwdG9XYWxsZXQgaXMgeW91ciBnYXRld2F5IHRvIGRpZ2l0YWwgY3VycmVuY3kgYW5kIGJleW9uZC4gV2l0aCBkZWRpY2F0ZWQgSUJBTnMgZm9yIHN1cHBvcnRlZCBmaWF0IGN1cnJlbmNpZXMsIHlvdSBjYW4gdXNlIENyeXB0b1dhbGxldCB0byBtYWtlIGJhbmsgdHJhbnNmZXJzLCBwYXkgYmlsbHMsIGFuZCBzcGVuZCBjcnlwdG8gaW4gc3RvcmVzLCBhbGwgd2l0aGluIGEgc2luZ2xlIHBsYXRmb3JtLg==\";s:6:\"format\";s:6:\"base64\";}s:24:\"field-description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:13:\"description-0\";}s:24:\"field-description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-block_1_text-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:124:\"V2UgaGF2ZSBhIHN0cm9uZyBjdXN0b21lciBmb2N1cyB3aXRoIHNob3J0IHdhaXRpbmcgdGltZXMgYW5kIHN1cHBvcnQgaW4gbXVsdGlwbGUgbGFuZ3VhZ2VzLg==\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-block_1_text-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"block_1_text-0\";}s:25:\"field-block_1_text-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-block_2_text-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:156:\"Q3J5cHRvV2FsbGV0IG9mZmVycyBoaWdoLXF1YWxpdHkgc3VwcG9ydCB0aHJvdWdoIHRlbGVwaG9uZSwgTGl2ZUNoYXQsIHRpY2tldCBzdWJtaXNzaW9ucywgYW5kIFZJUCB0cmVhdG1lbnQgb3B0aW9ucy4=\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-block_2_text-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"block_2_text-0\";}s:25:\"field-block_2_text-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:16:\"field-benefits-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"Mw==\";s:6:\"format\";s:6:\"base64\";}s:21:\"field-benefits-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:10:\"benefits-0\";}s:21:\"field-benefits-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:33:\"field-benefits_0_animation_card-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"V2FsbGV0\";s:6:\"format\";s:6:\"base64\";}s:38:\"field-benefits_0_animation_card-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:27:\"benefits_0_animation_card-0\";}s:38:\"field-benefits_0_animation_card-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:30:\"field-benefits_0_description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:84:\"SXTigJlzIGEgd2FsbGV0IHdoZXJlIHlvdSBjYW4gc2VjdXJlbHkgc3RvcmUgeW91ciBjcnlwdG8gZnVuZHMu\";s:6:\"format\";s:6:\"base64\";}s:35:\"field-benefits_0_description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:24:\"benefits_0_description-0\";}s:35:\"field-benefits_0_description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:24:\"field-benefits_0_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"V2FsbGV0\";s:6:\"format\";s:6:\"base64\";}s:29:\"field-benefits_0_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:18:\"benefits_0_title-0\";}s:29:\"field-benefits_0_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:33:\"field-benefits_1_animation_card-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:16:\"RGViaXQgQ2FyZA==\";s:6:\"format\";s:6:\"base64\";}s:38:\"field-benefits_1_animation_card-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:27:\"benefits_1_animation_card-0\";}s:38:\"field-benefits_1_animation_card-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:30:\"field-benefits_1_description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:84:\"SXTigJlzIGEgcHJlcGFpZCBjYXJkIHRoYXQgbGV0cyB5b3Ugc3BlbmQgY3J5cHRvIGluIGFueSBzdG9yZS4=\";s:6:\"format\";s:6:\"base64\";}s:35:\"field-benefits_1_description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:24:\"benefits_1_description-0\";}s:35:\"field-benefits_1_description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:24:\"field-benefits_1_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"Q2FyZA==\";s:6:\"format\";s:6:\"base64\";}s:29:\"field-benefits_1_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:18:\"benefits_1_title-0\";}s:29:\"field-benefits_1_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:33:\"field-benefits_2_animation_card-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:16:\"RXhjaGFuZ2UgQXBw\";s:6:\"format\";s:6:\"base64\";}s:38:\"field-benefits_2_animation_card-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:27:\"benefits_2_animation_card-0\";}s:38:\"field-benefits_2_animation_card-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:30:\"field-benefits_2_description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:116:\"SXTigJlzIGFuIGV4Y2hhbmdlIHRoYXQgYWxsb3dzIHlvdSB0byBxdWlja2x5IGFuZCBlYXNpbHkgZXhjaGFuZ2UgY3J5cHRvIG9uIHlvdXIgcGhvbmUu\";s:6:\"format\";s:6:\"base64\";}s:35:\"field-benefits_2_description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:24:\"benefits_2_description-0\";}s:35:\"field-benefits_2_description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:24:\"field-benefits_2_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:12:\"RXhjaGFuZ2U=\";s:6:\"format\";s:6:\"base64\";}s:29:\"field-benefits_2_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:18:\"benefits_2_title-0\";}s:29:\"field-benefits_2_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:28:\"field-benefits_contactless-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"NA==\";s:6:\"format\";s:6:\"base64\";}s:33:\"field-benefits_contactless-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:22:\"benefits_contactless-0\";}s:33:\"field-benefits_contactless-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:42:\"field-benefits_contactless_0_description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:128:\"WW91IGNhbiBmaW5hbGx5IHNwZW5kIHlvdXIgY3J5cHRvY3VycmVuY3kgb24gcmVhbCBnb29kcyBhbmQgc2VydmljZXMgYW55d2hlcmUgdGhhdCBhY2NlcHRzIFZJU0Eu\";s:6:\"format\";s:6:\"base64\";}s:47:\"field-benefits_contactless_0_description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:36:\"benefits_contactless_0_description-0\";}s:47:\"field-benefits_contactless_0_description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:36:\"field-benefits_contactless_0_icone-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"bm90ZQ==\";s:6:\"format\";s:6:\"base64\";}s:41:\"field-benefits_contactless_0_icone-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:30:\"benefits_contactless_0_icone-0\";}s:41:\"field-benefits_contactless_0_icone-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:36:\"field-benefits_contactless_0_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:20:\"U2hvcCBBbnl3aGVyZQ==\";s:6:\"format\";s:6:\"base64\";}s:41:\"field-benefits_contactless_0_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:30:\"benefits_contactless_0_title-0\";}s:41:\"field-benefits_contactless_0_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:42:\"field-benefits_contactless_1_description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:208:\"Q29udmVydGluZyB5b3VyIGNyeXB0byB0byBmaWF0IGZvciBwdXJjaGFzZXMgaXMgc2ltcGxlIHVzaW5nIHRoZSBpbnN0YW50IGluLWFwcGV4Y2hhbmdlIGZlYXR1cmUuIFN0b3AgdGhlIGNyeXB0byBzaHVmZmxlIGFuZCBsZXQgQ3J5cHRvV2FsbGV0IGRvIHRoZSB3b3JrLg==\";s:6:\"format\";s:6:\"base64\";}s:47:\"field-benefits_contactless_1_description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:36:\"benefits_contactless_1_description-0\";}s:47:\"field-benefits_contactless_1_description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:36:\"field-benefits_contactless_1_icone-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"Y29pbg==\";s:6:\"format\";s:6:\"base64\";}s:41:\"field-benefits_contactless_1_icone-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:30:\"benefits_contactless_1_icone-0\";}s:41:\"field-benefits_contactless_1_icone-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:36:\"field-benefits_contactless_1_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:12:\"Q29udmVydA==\";s:6:\"format\";s:6:\"base64\";}s:41:\"field-benefits_contactless_1_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:30:\"benefits_contactless_1_title-0\";}s:41:\"field-benefits_contactless_1_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:42:\"field-benefits_contactless_2_description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:248:\"VGFrZSBhZHZhbnRhZ2Ugb2Ygb3VyIHVuaXF1ZSBjcnlwdG8gY2FzaGJhY2sgZmVhdHVyZSwgaXQgcHV0cyBtb25leSBpbiB5b3VyIHdhbGxldCAtIGxpdGVyYWxseS4gR2V0IGNhc2hiYWNrIGluIGNyeXB0byBvbiBwdXJjaGFzZXMgbWFkZSBpbiBzdG9yZSB3aXRoIHlvdXIgQ3J5cHRvV2FsbGV0IFZpc2EgZGViaXQgY2FyZC4=\";s:6:\"format\";s:6:\"base64\";}s:47:\"field-benefits_contactless_2_description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:36:\"benefits_contactless_2_description-0\";}s:47:\"field-benefits_contactless_2_description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:36:\"field-benefits_contactless_2_icone-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:12:\"Yml0Y29pbg==\";s:6:\"format\";s:6:\"base64\";}s:41:\"field-benefits_contactless_2_icone-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:30:\"benefits_contactless_2_icone-0\";}s:41:\"field-benefits_contactless_2_icone-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:36:\"field-benefits_contactless_2_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:32:\"VW5pcXVlIENyeXB0byBDYXNoYmFjaw==\";s:6:\"format\";s:6:\"base64\";}s:41:\"field-benefits_contactless_2_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:30:\"benefits_contactless_2_title-0\";}s:41:\"field-benefits_contactless_2_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:42:\"field-benefits_contactless_3_description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:84:\"TWFrZSBjcnlwdG8gcHVyY2hhc2VzIGluIHNlY29uZHMgYnkgc2ltcGx5IHRhcHBpbmcgeW91ciBjYXJkLg==\";s:6:\"format\";s:6:\"base64\";}s:47:\"field-benefits_contactless_3_description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:36:\"benefits_contactless_3_description-0\";}s:47:\"field-benefits_contactless_3_description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:36:\"field-benefits_contactless_3_icone-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"Y3JlZGl0\";s:6:\"format\";s:6:\"base64\";}s:41:\"field-benefits_contactless_3_icone-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:30:\"benefits_contactless_3_icone-0\";}s:41:\"field-benefits_contactless_3_icone-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:36:\"field-benefits_contactless_3_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:16:\"Q29udGFjdGxlc3M=\";s:6:\"format\";s:6:\"base64\";}s:41:\"field-benefits_contactless_3_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:30:\"benefits_contactless_3_title-0\";}s:41:\"field-benefits_contactless_3_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:40:\"field-block_1_licensed_and_secure_link-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:68:\"aHR0cDovL2xvY2FsaG9zdC9jYXBwZW4vZ3JpZmxhbi1jcnlwdG8td2FsbGV0L3dlYi8=\";s:6:\"format\";s:6:\"base64\";}s:45:\"field-block_1_licensed_and_secure_link-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:34:\"block_1_licensed_and_secure_link-0\";}s:45:\"field-block_1_licensed_and_secure_link-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:44:\"field-block_1_licensed_and_secure_subtitle-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:72:\"TGljZW5zZWQgdG8gUHJvdmlkZSBWaXJ0dWFsIEN1cnJlbmN5IFdhbGxldCBTZXJ2aWNlcw==\";s:6:\"format\";s:6:\"base64\";}s:49:\"field-block_1_licensed_and_secure_subtitle-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:38:\"block_1_licensed_and_secure_subtitle-0\";}s:49:\"field-block_1_licensed_and_secure_subtitle-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:40:\"field-block_1_licensed_and_secure_text-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:180:\"RXN0b25pYSBGSVUgTGljZW5zZSBOdW1iZXIgPHN0cm9uZz5GUkswMDAxMzE8L3N0cm9uZz4gZW5hYmxlcyBDcnlwdG9XYWxsZXQgdG8gcHJvdmlkZSBjcnlwdG9jdXJyZW5jeSBzdG9yYWdlIHNlcnZpY2VzIHRvIG91ciBjdXN0b21lcnMu\";s:6:\"format\";s:6:\"base64\";}s:45:\"field-block_1_licensed_and_secure_text-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:34:\"block_1_licensed_and_secure_text-0\";}s:45:\"field-block_1_licensed_and_secure_text-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:45:\"field-block_1_licensed_and_secure_text_link-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:28:\"VmVyaWZ5IExpY2Vuc2UgT25saW5l\";s:6:\"format\";s:6:\"base64\";}s:50:\"field-block_1_licensed_and_secure_text_link-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:39:\"block_1_licensed_and_secure_text_link-0\";}s:50:\"field-block_1_licensed_and_secure_text_link-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:24:\"field-block_1_subtitle-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:28:\"U3Ryb25nIEN1c3RvbWVyIEZvY3Vz\";s:6:\"format\";s:6:\"base64\";}s:29:\"field-block_1_subtitle-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:18:\"block_1_subtitle-0\";}s:29:\"field-block_1_subtitle-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:40:\"field-block_2_licensed_and_secure_link-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:68:\"aHR0cDovL2xvY2FsaG9zdC9jYXBwZW4vZ3JpZmxhbi1jcnlwdG8td2FsbGV0L3dlYi8=\";s:6:\"format\";s:6:\"base64\";}s:45:\"field-block_2_licensed_and_secure_link-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:34:\"block_2_licensed_and_secure_link-0\";}s:45:\"field-block_2_licensed_and_secure_link-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:44:\"field-block_2_licensed_and_secure_subtitle-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:84:\"TGljZW5zZWQgdG8gUHJvdmlkZSBGaWF0IHRvIFZpcnR1YWwgQ3VycmVuY3kgRXhjaGFuZ2UgU2VydmljZXM=\";s:6:\"format\";s:6:\"base64\";}s:49:\"field-block_2_licensed_and_secure_subtitle-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:38:\"block_2_licensed_and_secure_subtitle-0\";}s:49:\"field-block_2_licensed_and_secure_subtitle-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:40:\"field-block_2_licensed_and_secure_text-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:204:\"RXN0b25pYSBGSVUgTGljZW5zZSBOdW1iZXIgPHN0cm9uZz5GUlYwMDAxNDM8L3N0cm9uZz4gYWxsb3dzIHVzIHRvIG9mZmVyIGRpcmVjdCBjcnlwdG8gdG8gZmlhdCB0cmFkaW5nIGFzIHdlbGwgYXMgaW50ZXItY3J5cHRvY3VycmVuY3kgZXhjaGFuZ2Ugc2VydmljZXMu\";s:6:\"format\";s:6:\"base64\";}s:45:\"field-block_2_licensed_and_secure_text-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:34:\"block_2_licensed_and_secure_text-0\";}s:45:\"field-block_2_licensed_and_secure_text-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:45:\"field-block_2_licensed_and_secure_text_link-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:28:\"VmVyaWZ5IExpY2Vuc2UgT25saW5l\";s:6:\"format\";s:6:\"base64\";}s:50:\"field-block_2_licensed_and_secure_text_link-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:39:\"block_2_licensed_and_secure_text_link-0\";}s:50:\"field-block_2_licensed_and_secure_text_link-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:24:\"field-block_2_subtitle-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:28:\"SGlnaCBRdWFsaXR5IFN1cHBvcnQ=\";s:6:\"format\";s:6:\"base64\";}s:29:\"field-block_2_subtitle-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:18:\"block_2_subtitle-0\";}s:29:\"field-block_2_subtitle-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:34:\"field-description_client_support-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:124:\"TmV2ZXIgYmUgbGVmdCB3aXRob3V0IGFuc3dlcnMgLSBDcnlwdG9XYWxsZXTigJlzIGludGVybmF0aW9uYWwgc3VwcG9ydCB0ZWFtIGlzIGhlcmUgdG8gaGVscC4=\";s:6:\"format\";s:6:\"base64\";}s:39:\"field-description_client_support-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:28:\"description_client_support-0\";}s:39:\"field-description_client_support-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:25:\"field-description_coins-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:72:\"Q2hlY2sgb3V0IG91ciBmdWxsIGxpc3Qgb2Ygb3VyIHN1cHBvcnRlZCBjdXJyZW5jaWVzLiA=\";s:6:\"format\";s:6:\"base64\";}s:30:\"field-description_coins-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:19:\"description_coins-0\";}s:30:\"field-description_coins-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:31:\"field-description_contactless-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:108:\"Q3J5cHRvY3VycmVuY3kgYWRvcHRpb24gaXMgaGVyZSB3aXRoIG91ciBpbm5vdmF0aXZlIG5ldyBjb250YWN0bGVzcyBkZWJpdCBjYXJkLg==\";s:6:\"format\";s:6:\"base64\";}s:36:\"field-description_contactless-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:25:\"description_contactless-0\";}s:36:\"field-description_contactless-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:32:\"field-description_cryptowallet-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:92:\"Q3J5cHRvV2FsbGV0IGlzIGFuIGVuZC10by1lbmQgY3J5cHRvIGJhbmtpbmcgYW5kIGNvbW1lcmNpYWwgc29sdXRpb24u\";s:6:\"format\";s:6:\"base64\";}s:37:\"field-description_cryptowallet-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:26:\"description_cryptowallet-0\";}s:37:\"field-description_cryptowallet-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:39:\"field-description_licensed_and_secure-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:548:\"Q3J5cHRvV2FsbGV0IGlzIHNlY3VyZWQgYnkgQml0R28sIHRoZSB3b3JsZOKAmXMgbGVhZGluZyBCaXRjb2luIHBheW1lbnQgcHJvY2Vzc29yLiBEaWdpdGFsIGFzc2V0cyBhbmQgdXNlciBwcml2YWN5IGFyZSBwcm90ZWN0ZWQgYnkgY3V0dGluZy1lZGdlIHNlY3VyaXR5IG1lYXN1cmVzIGxpa2UgdHdvLWZhY3RvciBhdXRoZW50aWNhdGlvbiwgZW5kLXRvLWVuZCBlbmNyeXB0aW9uLCBhbmQgbXVsdGktc2lnbmF0dXJlIGNvbGQgc3RvcmFnZSB3YWxsZXRzLiBDcnlwdG9XYWxsZXQgaGFzIG9idGFpbmVkIGxpY2Vuc2VzIGZyb20gdGhlIHN0YXRlIG9mIEVzdG9uaWEgZW5zdXJpbmcgZnVsbCBsZWdhbCBjb21wbGlhbmNlIGluIGhhbmRsaW5nIGFuZCBmYWNpbGl0YXRpbmcgdGhlIHRyYWRlIG9mIGNyeXB0b2N1cnJlbmNpZXMu\";s:6:\"format\";s:6:\"base64\";}s:44:\"field-description_licensed_and_secure-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:33:\"description_licensed_and_secure-0\";}s:44:\"field-description_licensed_and_secure-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:27:\"field-description_payment-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:224:\"QWNjZXB0IHRvcCBjcnlwdG9jdXJyZW5jaWVzIG9uIHlvdXIgYnVzaW5lc3Mgd2Vic2l0ZSB3aXRoIHRoZSBsb3dlc3QgZmVlcyBpbiB0aGUgaW5kdXN0cnkuIE91ciBwYXltZW50IHdpZGdldCBpcyBzdXBwb3J0ZWQgYnkgdGhlIG1hcmtldC1sZWFkaW5nZS1jb21tZXJjZSBwbHVnaW5zIGxpa2U6\";s:6:\"format\";s:6:\"base64\";}s:32:\"field-description_payment-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:21:\"description_payment-0\";}s:32:\"field-description_payment-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:32:\"field-description_quick_crypto-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:172:\"U2tpcCB0aGUgdGltZS1jb25zdW1pbmcgaGFzc2xlIG9mIHVzaW5nIGV4Y2hhbmdlcyEgQSBzd2lmdCwgc2VjdXJlIDxicj4gbWV0aG9kIGZvciBidXlpbmcgYW5kIHRyYWRpbmcgb3ZlciAxNDAgY3J5cHRvY3VycmVuY2llcy4=\";s:6:\"format\";s:6:\"base64\";}s:37:\"field-description_quick_crypto-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:26:\"description_quick_crypto-0\";}s:37:\"field-description_quick_crypto-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:25:\"field-description_works-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:32:\"SGVyZeKAmXMgaG93IGl0IHdvcmtzLg==\";s:6:\"format\";s:6:\"base64\";}s:30:\"field-description_works-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:19:\"description_works-0\";}s:30:\"field-description_works-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:38:\"field-exchange_effortlessly_subtitle-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:28:\"RXhjaGFuZ2UgRWZmb3J0bGVzc2x5\";s:6:\"format\";s:6:\"base64\";}s:43:\"field-exchange_effortlessly_subtitle-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:32:\"exchange_effortlessly_subtitle-0\";}s:43:\"field-exchange_effortlessly_subtitle-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:34:\"field-exchange_effortlessly_text-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:156:\"VGhlIGFwcCBsZXRzIHlvdSBleGNoYW5nZSBzdXBwb3J0ZWQgY3J5cHRvY3VycmVuY2llcyBlZmZvcnRsZXNzbHkgLCBhbGxvd2luZyB5b3UgdG8gc3BlbmQgeW91ciBjcnlwdG8gZnVuZHMgeW91ciB3YXku\";s:6:\"format\";s:6:\"base64\";}s:39:\"field-exchange_effortlessly_text-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:28:\"exchange_effortlessly_text-0\";}s:39:\"field-exchange_effortlessly_text-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:32:\"field-link_licensed_and_secure-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:68:\"aHR0cDovL2xvY2FsaG9zdC9jYXBwZW4vZ3JpZmxhbi1jcnlwdG8td2FsbGV0L3dlYi8=\";s:6:\"format\";s:6:\"base64\";}s:37:\"field-link_licensed_and_secure-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:26:\"link_licensed_and_secure-0\";}s:37:\"field-link_licensed_and_secure-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:13:\"field-logos-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"Ng==\";s:6:\"format\";s:6:\"base64\";}s:18:\"field-logos-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:7:\"logos-0\";}s:18:\"field-logos-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-logos_0_logo-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"NjI2\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-logos_0_logo-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"logos_0_logo-0\";}s:25:\"field-logos_0_logo-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:26:\"field-logos_0_logo_hover-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"MTE0Ng==\";s:6:\"format\";s:6:\"base64\";}s:31:\"field-logos_0_logo_hover-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:20:\"logos_0_logo_hover-0\";}s:31:\"field-logos_0_logo_hover-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-logos_1_logo-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"NjMx\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-logos_1_logo-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"logos_1_logo-0\";}s:25:\"field-logos_1_logo-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:26:\"field-logos_1_logo_hover-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"MTE1MQ==\";s:6:\"format\";s:6:\"base64\";}s:31:\"field-logos_1_logo_hover-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:20:\"logos_1_logo_hover-0\";}s:31:\"field-logos_1_logo_hover-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-logos_2_logo-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"NjUx\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-logos_2_logo-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"logos_2_logo-0\";}s:25:\"field-logos_2_logo-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:26:\"field-logos_2_logo_hover-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"MTE1Ng==\";s:6:\"format\";s:6:\"base64\";}s:31:\"field-logos_2_logo_hover-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:20:\"logos_2_logo_hover-0\";}s:31:\"field-logos_2_logo_hover-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-logos_3_logo-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"NjU2\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-logos_3_logo-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"logos_3_logo-0\";}s:25:\"field-logos_3_logo-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:26:\"field-logos_3_logo_hover-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"MTE2MQ==\";s:6:\"format\";s:6:\"base64\";}s:31:\"field-logos_3_logo_hover-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:20:\"logos_3_logo_hover-0\";}s:31:\"field-logos_3_logo_hover-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-logos_4_logo-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"NjM2\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-logos_4_logo-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"logos_4_logo-0\";}s:25:\"field-logos_4_logo-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:26:\"field-logos_4_logo_hover-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"MTE2Ng==\";s:6:\"format\";s:6:\"base64\";}s:31:\"field-logos_4_logo_hover-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:20:\"logos_4_logo_hover-0\";}s:31:\"field-logos_4_logo_hover-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-logos_5_logo-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"NjQ2\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-logos_5_logo-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"logos_5_logo-0\";}s:25:\"field-logos_5_logo-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:26:\"field-logos_5_logo_hover-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"MTE3MQ==\";s:6:\"format\";s:6:\"base64\";}s:31:\"field-logos_5_logo_hover-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:20:\"logos_5_logo_hover-0\";}s:31:\"field-logos_5_logo_hover-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:15:\"field-qr_code-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"NTMx\";s:6:\"format\";s:6:\"base64\";}s:20:\"field-qr_code-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:9:\"qr_code-0\";}s:20:\"field-qr_code-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-step_1_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:24:\"RG93bmxvYWQgDQp0aGUgYXBw\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-step_1_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"step_1_title-0\";}s:25:\"field-step_1_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-step_2_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:24:\"T3JkZXIgVGhlIA0KQ2FyZA==\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-step_2_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"step_2_title-0\";}s:25:\"field-step_2_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-step_3_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:36:\"TG9hZCBUaGUgQ2FyZCANCldpdGggRnVuZHM=\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-step_3_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"step_3_title-0\";}s:25:\"field-step_3_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-step_4_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:24:\"U3RhcnQgDQpzcGVuZGluZyE=\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-step_4_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"step_4_title-0\";}s:25:\"field-step_4_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:28:\"field-title_client_support-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:40:\"V29ybGQgQ2xhc3MgDQpDbGllbnQgU3VwcG9ydA==\";s:6:\"format\";s:6:\"base64\";}s:33:\"field-title_client_support-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:22:\"title_client_support-0\";}s:33:\"field-title_client_support-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:19:\"field-title_coins-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:32:\"QSBVbml2ZXJzYWwgQ3J5cHRvV2FsbGV0\";s:6:\"format\";s:6:\"base64\";}s:24:\"field-title_coins-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:13:\"title_coins-0\";}s:24:\"field-title_coins-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:25:\"field-title_contactless-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:72:\"QSBDb250YWN0bGVzcyBDcnlwdG8gV2FsbGV0IA0KRGViaXQgQ2FyZCBXaXRoIENhc2hiYWNr\";s:6:\"format\";s:6:\"base64\";}s:30:\"field-title_contactless-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:19:\"title_contactless-0\";}s:30:\"field-title_contactless-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:33:\"field-title_licensed_and_secure-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:28:\"TGljZW5zZWQgYW5kIFNlY3VyZQ==\";s:6:\"format\";s:6:\"base64\";}s:38:\"field-title_licensed_and_secure-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:27:\"title_licensed_and_secure-0\";}s:38:\"field-title_licensed_and_secure-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:21:\"field-title_payment-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:24:\"QSBQYXltZW50IEdhdGV3YXk=\";s:6:\"format\";s:6:\"base64\";}s:26:\"field-title_payment-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:15:\"title_payment-0\";}s:26:\"field-title_payment-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:19:\"field-title_press-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:36:\"Q3J5cHRvV2FsbGV0IGluIHRoZSBQcmVzcw==\";s:6:\"format\";s:6:\"base64\";}s:24:\"field-title_press-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:13:\"title_press-0\";}s:24:\"field-title_press-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:26:\"field-title_quick_crypto-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:32:\"QSBRdWljayBDcnlwdG8gRXhjaGFuZ2U=\";s:6:\"format\";s:6:\"base64\";}s:31:\"field-title_quick_crypto-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:20:\"title_quick_crypto-0\";}s:31:\"field-title_quick_crypto-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:24:\"field-title_wallet_app-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:68:\"R2V0IHRoZSBDcnlwdG8gDQpXYWxsZXQgQXBwIGFuZCBqb2luIG91ciBjb21tdW5pdHk=\";s:6:\"format\";s:6:\"base64\";}s:29:\"field-title_wallet_app-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:18:\"title_wallet_app-0\";}s:29:\"field-title_wallet_app-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:21:\"field-title_welcome-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:64:\"V2VsY29tZSB0byB5b3VyIGdhdGV3YXkgDQpmb3IgZGlnaXRhbCBjdXJyZW5jeS4=\";s:6:\"format\";s:6:\"base64\";}s:26:\"field-title_welcome-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:15:\"title_welcome-0\";}s:26:\"field-title_welcome-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:19:\"field-title_works-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:40:\"Q3J5cHRvV2FsbGV0IElzIEZhc3QgYW5kIEVhc3k=\";s:6:\"format\";s:6:\"base64\";}s:24:\"field-title_works-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:13:\"title_works-0\";}s:24:\"field-title_works-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:21:\"field-_block_1_text-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:28:\"ZmllbGRfNWQyNzgzZjQ1MWFiMg==\";s:6:\"format\";s:6:\"base64\";}s:26:\"field-_block_1_text-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:15:\"_block_1_text-0\";}s:26:\"field-_block_1_text-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-_description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:28:\"ZmllbGRfNWQyNjQwMmQ4NDJiMw==\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-_description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"_description-0\";}s:25:\"field-_description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:34:\"field-top_up_with_speed_subtitle-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:24:\"VG9wIFVwIHdpdGggU3BlZWQ=\";s:6:\"format\";s:6:\"base64\";}s:39:\"field-top_up_with_speed_subtitle-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:28:\"top_up_with_speed_subtitle-0\";}s:39:\"field-top_up_with_speed_subtitle-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:18:\"field-video_link-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:36:\"aHR0cHM6Ly92aW1lby5jb20vNDA3NjUyODYx\";s:6:\"format\";s:6:\"base64\";}s:23:\"field-video_link-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"video_link-0\";}s:23:\"field-video_link-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:30:\"field-top_up_with_speed_text-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:160:\"WW91IGNhbiB0b3AgdXAgeW91ciB3YWxsZXQgdGhyb3VnaCBTRVBBIGJhbmsgdHJhbnNmZXJzIG9yIGNyZWRpdCBjYXJkLiBMaWdodG5pbmcgc3BlZWQgYW5kIGhhc3NsZSAtIGZyZWUgLSB0aGF0J3MgYSB3aW4u\";s:6:\"format\";s:6:\"base64\";}s:35:\"field-top_up_with_speed_text-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:24:\"top_up_with_speed_text-0\";}s:35:\"field-top_up_with_speed_text-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:11:\"original_id\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";i:419;}s:5:\"title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"SG9tZQ==\";s:6:\"format\";s:6:\"base64\";}s:4:\"body\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:0:\"\";s:6:\"format\";s:6:\"base64\";}s:7:\"excerpt\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:0:\"\";s:6:\"format\";s:6:\"base64\";}s:4:\"t_10\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:12:\"T3B0aW9uYWw=\";s:6:\"format\";s:6:\"base64\";}s:16:\"media_1171_title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:28:\"Zl9jb2ludGVsZWdyYXBoX2hvdmVy\";s:6:\"format\";s:6:\"base64\";}s:16:\"media_1166_title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:16:\"Zl9jY25faG92ZXI=\";s:6:\"format\";s:6:\"base64\";}s:16:\"media_1161_title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:24:\"Zl9iaXRjb2luaXN0X2hvdmVy\";s:6:\"format\";s:6:\"base64\";}s:16:\"media_1156_title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:20:\"Zl95YWhvb19ob3Zlcg==\";s:6:\"format\";s:6:\"base64\";}s:16:\"media_1151_title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:24:\"Zl9idGNtYW5hZ2VyX2hvdmVy\";s:6:\"format\";s:6:\"base64\";}s:16:\"media_1146_title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:24:\"Zl9jb2luZGVza19ob3Zlcg==\";s:6:\"format\";s:6:\"base64\";}s:15:\"media_656_title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:16:\"Zl9iaXRjb2luaXN0\";s:6:\"format\";s:6:\"base64\";}s:15:\"media_651_title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:12:\"Zl95YWhvbw==\";s:6:\"format\";s:6:\"base64\";}s:15:\"media_646_title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:20:\"Zl9jb2ludGVsZWdyYXBo\";s:6:\"format\";s:6:\"base64\";}s:15:\"media_636_title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"Zl9jY24=\";s:6:\"format\";s:6:\"base64\";}s:15:\"media_631_title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:16:\"Zl9idGNtYW5hZ2Vy\";s:6:\"format\";s:6:\"base64\";}s:15:\"media_626_title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:16:\"Zl9jb2luZGVzaw==\";s:6:\"format\";s:6:\"base64\";}s:15:\"media_531_title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"cXI=\";s:6:\"format\";s:6:\"base64\";}}s:4:\"type\";s:4:\"post\";}','2019-07-10 18:35:15',1,NULL,NULL,NULL,1,NULL),(12,335,9,0,1,'e294e8a7ff388aab42de686d78e58dda','',0,'a:4:{s:3:\"url\";s:41:\"https://cryptowallet.labcp.co?page_id=419\";s:5:\"title\";s:4:\"Home\";s:8:\"contents\";a:261:{s:13:\"field-title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:44:\"Q3J5cHRvIElzIE1vbmV5IC0gTGV0J3MgVXNlIEl0Lg==\";s:6:\"format\";s:6:\"base64\";}s:18:\"field-title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:7:\"title-0\";}s:18:\"field-title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:19:\"field-description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:360:\"VGhpcyBpcyB0aGUgZnV0dXJlIG9mIGNyeXB0byBiYW5raW5nLiBDcnlwdG9XYWxsZXQgaXMgeW91ciBnYXRld2F5IHRvIGRpZ2l0YWwgY3VycmVuY3kgYW5kIGJleW9uZC4gV2l0aCBkZWRpY2F0ZWQgSUJBTnMgZm9yIHN1cHBvcnRlZCBmaWF0IGN1cnJlbmNpZXMsIHlvdSBjYW4gdXNlIENyeXB0b1dhbGxldCB0byBtYWtlIGJhbmsgdHJhbnNmZXJzLCBwYXkgYmlsbHMsIGFuZCBzcGVuZCBjcnlwdG8gaW4gc3RvcmVzLCBhbGwgd2l0aGluIGEgc2luZ2xlIHBsYXRmb3JtLg==\";s:6:\"format\";s:6:\"base64\";}s:24:\"field-description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:13:\"description-0\";}s:24:\"field-description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-block_1_text-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:124:\"V2UgaGF2ZSBhIHN0cm9uZyBjdXN0b21lciBmb2N1cyB3aXRoIHNob3J0IHdhaXRpbmcgdGltZXMgYW5kIHN1cHBvcnQgaW4gbXVsdGlwbGUgbGFuZ3VhZ2VzLg==\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-block_1_text-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"block_1_text-0\";}s:25:\"field-block_1_text-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-block_2_text-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:156:\"Q3J5cHRvV2FsbGV0IG9mZmVycyBoaWdoLXF1YWxpdHkgc3VwcG9ydCB0aHJvdWdoIHRlbGVwaG9uZSwgTGl2ZUNoYXQsIHRpY2tldCBzdWJtaXNzaW9ucywgYW5kIFZJUCB0cmVhdG1lbnQgb3B0aW9ucy4=\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-block_2_text-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"block_2_text-0\";}s:25:\"field-block_2_text-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:16:\"field-benefits-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"Mw==\";s:6:\"format\";s:6:\"base64\";}s:21:\"field-benefits-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:10:\"benefits-0\";}s:21:\"field-benefits-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:33:\"field-benefits_0_animation_card-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"V2FsbGV0\";s:6:\"format\";s:6:\"base64\";}s:38:\"field-benefits_0_animation_card-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:27:\"benefits_0_animation_card-0\";}s:38:\"field-benefits_0_animation_card-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:30:\"field-benefits_0_description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:84:\"SXTigJlzIGEgd2FsbGV0IHdoZXJlIHlvdSBjYW4gc2VjdXJlbHkgc3RvcmUgeW91ciBjcnlwdG8gZnVuZHMu\";s:6:\"format\";s:6:\"base64\";}s:35:\"field-benefits_0_description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:24:\"benefits_0_description-0\";}s:35:\"field-benefits_0_description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:24:\"field-benefits_0_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"V2FsbGV0\";s:6:\"format\";s:6:\"base64\";}s:29:\"field-benefits_0_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:18:\"benefits_0_title-0\";}s:29:\"field-benefits_0_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:33:\"field-benefits_1_animation_card-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:16:\"RGViaXQgQ2FyZA==\";s:6:\"format\";s:6:\"base64\";}s:38:\"field-benefits_1_animation_card-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:27:\"benefits_1_animation_card-0\";}s:38:\"field-benefits_1_animation_card-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:30:\"field-benefits_1_description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:84:\"SXTigJlzIGEgcHJlcGFpZCBjYXJkIHRoYXQgbGV0cyB5b3Ugc3BlbmQgY3J5cHRvIGluIGFueSBzdG9yZS4=\";s:6:\"format\";s:6:\"base64\";}s:35:\"field-benefits_1_description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:24:\"benefits_1_description-0\";}s:35:\"field-benefits_1_description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:24:\"field-benefits_1_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"Q2FyZA==\";s:6:\"format\";s:6:\"base64\";}s:29:\"field-benefits_1_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:18:\"benefits_1_title-0\";}s:29:\"field-benefits_1_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:33:\"field-benefits_2_animation_card-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:16:\"RXhjaGFuZ2UgQXBw\";s:6:\"format\";s:6:\"base64\";}s:38:\"field-benefits_2_animation_card-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:27:\"benefits_2_animation_card-0\";}s:38:\"field-benefits_2_animation_card-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:30:\"field-benefits_2_description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:116:\"SXTigJlzIGFuIGV4Y2hhbmdlIHRoYXQgYWxsb3dzIHlvdSB0byBxdWlja2x5IGFuZCBlYXNpbHkgZXhjaGFuZ2UgY3J5cHRvIG9uIHlvdXIgcGhvbmUu\";s:6:\"format\";s:6:\"base64\";}s:35:\"field-benefits_2_description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:24:\"benefits_2_description-0\";}s:35:\"field-benefits_2_description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:24:\"field-benefits_2_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:12:\"RXhjaGFuZ2U=\";s:6:\"format\";s:6:\"base64\";}s:29:\"field-benefits_2_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:18:\"benefits_2_title-0\";}s:29:\"field-benefits_2_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:28:\"field-benefits_contactless-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"NA==\";s:6:\"format\";s:6:\"base64\";}s:33:\"field-benefits_contactless-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:22:\"benefits_contactless-0\";}s:33:\"field-benefits_contactless-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:42:\"field-benefits_contactless_0_description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:128:\"WW91IGNhbiBmaW5hbGx5IHNwZW5kIHlvdXIgY3J5cHRvY3VycmVuY3kgb24gcmVhbCBnb29kcyBhbmQgc2VydmljZXMgYW55d2hlcmUgdGhhdCBhY2NlcHRzIFZJU0Eu\";s:6:\"format\";s:6:\"base64\";}s:47:\"field-benefits_contactless_0_description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:36:\"benefits_contactless_0_description-0\";}s:47:\"field-benefits_contactless_0_description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:36:\"field-benefits_contactless_0_icone-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"bm90ZQ==\";s:6:\"format\";s:6:\"base64\";}s:41:\"field-benefits_contactless_0_icone-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:30:\"benefits_contactless_0_icone-0\";}s:41:\"field-benefits_contactless_0_icone-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:36:\"field-benefits_contactless_0_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:20:\"U2hvcCBBbnl3aGVyZQ==\";s:6:\"format\";s:6:\"base64\";}s:41:\"field-benefits_contactless_0_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:30:\"benefits_contactless_0_title-0\";}s:41:\"field-benefits_contactless_0_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:42:\"field-benefits_contactless_1_description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:208:\"Q29udmVydGluZyB5b3VyIGNyeXB0byB0byBmaWF0IGZvciBwdXJjaGFzZXMgaXMgc2ltcGxlIHVzaW5nIHRoZSBpbnN0YW50IGluLWFwcGV4Y2hhbmdlIGZlYXR1cmUuIFN0b3AgdGhlIGNyeXB0byBzaHVmZmxlIGFuZCBsZXQgQ3J5cHRvV2FsbGV0IGRvIHRoZSB3b3JrLg==\";s:6:\"format\";s:6:\"base64\";}s:47:\"field-benefits_contactless_1_description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:36:\"benefits_contactless_1_description-0\";}s:47:\"field-benefits_contactless_1_description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:36:\"field-benefits_contactless_1_icone-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"Y29pbg==\";s:6:\"format\";s:6:\"base64\";}s:41:\"field-benefits_contactless_1_icone-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:30:\"benefits_contactless_1_icone-0\";}s:41:\"field-benefits_contactless_1_icone-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:36:\"field-benefits_contactless_1_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:12:\"Q29udmVydA==\";s:6:\"format\";s:6:\"base64\";}s:41:\"field-benefits_contactless_1_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:30:\"benefits_contactless_1_title-0\";}s:41:\"field-benefits_contactless_1_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:42:\"field-benefits_contactless_2_description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:248:\"VGFrZSBhZHZhbnRhZ2Ugb2Ygb3VyIHVuaXF1ZSBjcnlwdG8gY2FzaGJhY2sgZmVhdHVyZSwgaXQgcHV0cyBtb25leSBpbiB5b3VyIHdhbGxldCAtIGxpdGVyYWxseS4gR2V0IGNhc2hiYWNrIGluIGNyeXB0byBvbiBwdXJjaGFzZXMgbWFkZSBpbiBzdG9yZSB3aXRoIHlvdXIgQ3J5cHRvV2FsbGV0IFZpc2EgZGViaXQgY2FyZC4=\";s:6:\"format\";s:6:\"base64\";}s:47:\"field-benefits_contactless_2_description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:36:\"benefits_contactless_2_description-0\";}s:47:\"field-benefits_contactless_2_description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:36:\"field-benefits_contactless_2_icone-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:12:\"Yml0Y29pbg==\";s:6:\"format\";s:6:\"base64\";}s:41:\"field-benefits_contactless_2_icone-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:30:\"benefits_contactless_2_icone-0\";}s:41:\"field-benefits_contactless_2_icone-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:36:\"field-benefits_contactless_2_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:32:\"VW5pcXVlIENyeXB0byBDYXNoYmFjaw==\";s:6:\"format\";s:6:\"base64\";}s:41:\"field-benefits_contactless_2_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:30:\"benefits_contactless_2_title-0\";}s:41:\"field-benefits_contactless_2_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:42:\"field-benefits_contactless_3_description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:84:\"TWFrZSBjcnlwdG8gcHVyY2hhc2VzIGluIHNlY29uZHMgYnkgc2ltcGx5IHRhcHBpbmcgeW91ciBjYXJkLg==\";s:6:\"format\";s:6:\"base64\";}s:47:\"field-benefits_contactless_3_description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:36:\"benefits_contactless_3_description-0\";}s:47:\"field-benefits_contactless_3_description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:36:\"field-benefits_contactless_3_icone-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"Y3JlZGl0\";s:6:\"format\";s:6:\"base64\";}s:41:\"field-benefits_contactless_3_icone-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:30:\"benefits_contactless_3_icone-0\";}s:41:\"field-benefits_contactless_3_icone-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:36:\"field-benefits_contactless_3_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:16:\"Q29udGFjdGxlc3M=\";s:6:\"format\";s:6:\"base64\";}s:41:\"field-benefits_contactless_3_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:30:\"benefits_contactless_3_title-0\";}s:41:\"field-benefits_contactless_3_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:40:\"field-block_1_licensed_and_secure_link-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:68:\"aHR0cDovL2xvY2FsaG9zdC9jYXBwZW4vZ3JpZmxhbi1jcnlwdG8td2FsbGV0L3dlYi8=\";s:6:\"format\";s:6:\"base64\";}s:45:\"field-block_1_licensed_and_secure_link-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:34:\"block_1_licensed_and_secure_link-0\";}s:45:\"field-block_1_licensed_and_secure_link-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:44:\"field-block_1_licensed_and_secure_subtitle-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:72:\"TGljZW5zZWQgdG8gUHJvdmlkZSBWaXJ0dWFsIEN1cnJlbmN5IFdhbGxldCBTZXJ2aWNlcw==\";s:6:\"format\";s:6:\"base64\";}s:49:\"field-block_1_licensed_and_secure_subtitle-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:38:\"block_1_licensed_and_secure_subtitle-0\";}s:49:\"field-block_1_licensed_and_secure_subtitle-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:40:\"field-block_1_licensed_and_secure_text-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:180:\"RXN0b25pYSBGSVUgTGljZW5zZSBOdW1iZXIgPHN0cm9uZz5GUkswMDAxMzE8L3N0cm9uZz4gZW5hYmxlcyBDcnlwdG9XYWxsZXQgdG8gcHJvdmlkZSBjcnlwdG9jdXJyZW5jeSBzdG9yYWdlIHNlcnZpY2VzIHRvIG91ciBjdXN0b21lcnMu\";s:6:\"format\";s:6:\"base64\";}s:45:\"field-block_1_licensed_and_secure_text-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:34:\"block_1_licensed_and_secure_text-0\";}s:45:\"field-block_1_licensed_and_secure_text-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:45:\"field-block_1_licensed_and_secure_text_link-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:28:\"VmVyaWZ5IExpY2Vuc2UgT25saW5l\";s:6:\"format\";s:6:\"base64\";}s:50:\"field-block_1_licensed_and_secure_text_link-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:39:\"block_1_licensed_and_secure_text_link-0\";}s:50:\"field-block_1_licensed_and_secure_text_link-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:24:\"field-block_1_subtitle-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:28:\"U3Ryb25nIEN1c3RvbWVyIEZvY3Vz\";s:6:\"format\";s:6:\"base64\";}s:29:\"field-block_1_subtitle-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:18:\"block_1_subtitle-0\";}s:29:\"field-block_1_subtitle-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:40:\"field-block_2_licensed_and_secure_link-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:68:\"aHR0cDovL2xvY2FsaG9zdC9jYXBwZW4vZ3JpZmxhbi1jcnlwdG8td2FsbGV0L3dlYi8=\";s:6:\"format\";s:6:\"base64\";}s:45:\"field-block_2_licensed_and_secure_link-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:34:\"block_2_licensed_and_secure_link-0\";}s:45:\"field-block_2_licensed_and_secure_link-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:44:\"field-block_2_licensed_and_secure_subtitle-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:84:\"TGljZW5zZWQgdG8gUHJvdmlkZSBGaWF0IHRvIFZpcnR1YWwgQ3VycmVuY3kgRXhjaGFuZ2UgU2VydmljZXM=\";s:6:\"format\";s:6:\"base64\";}s:49:\"field-block_2_licensed_and_secure_subtitle-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:38:\"block_2_licensed_and_secure_subtitle-0\";}s:49:\"field-block_2_licensed_and_secure_subtitle-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:40:\"field-block_2_licensed_and_secure_text-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:204:\"RXN0b25pYSBGSVUgTGljZW5zZSBOdW1iZXIgPHN0cm9uZz5GUlYwMDAxNDM8L3N0cm9uZz4gYWxsb3dzIHVzIHRvIG9mZmVyIGRpcmVjdCBjcnlwdG8gdG8gZmlhdCB0cmFkaW5nIGFzIHdlbGwgYXMgaW50ZXItY3J5cHRvY3VycmVuY3kgZXhjaGFuZ2Ugc2VydmljZXMu\";s:6:\"format\";s:6:\"base64\";}s:45:\"field-block_2_licensed_and_secure_text-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:34:\"block_2_licensed_and_secure_text-0\";}s:45:\"field-block_2_licensed_and_secure_text-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:45:\"field-block_2_licensed_and_secure_text_link-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:28:\"VmVyaWZ5IExpY2Vuc2UgT25saW5l\";s:6:\"format\";s:6:\"base64\";}s:50:\"field-block_2_licensed_and_secure_text_link-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:39:\"block_2_licensed_and_secure_text_link-0\";}s:50:\"field-block_2_licensed_and_secure_text_link-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:24:\"field-block_2_subtitle-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:28:\"SGlnaCBRdWFsaXR5IFN1cHBvcnQ=\";s:6:\"format\";s:6:\"base64\";}s:29:\"field-block_2_subtitle-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:18:\"block_2_subtitle-0\";}s:29:\"field-block_2_subtitle-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:34:\"field-description_client_support-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:124:\"TmV2ZXIgYmUgbGVmdCB3aXRob3V0IGFuc3dlcnMgLSBDcnlwdG9XYWxsZXTigJlzIGludGVybmF0aW9uYWwgc3VwcG9ydCB0ZWFtIGlzIGhlcmUgdG8gaGVscC4=\";s:6:\"format\";s:6:\"base64\";}s:39:\"field-description_client_support-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:28:\"description_client_support-0\";}s:39:\"field-description_client_support-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:25:\"field-description_coins-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:72:\"Q2hlY2sgb3V0IG91ciBmdWxsIGxpc3Qgb2Ygb3VyIHN1cHBvcnRlZCBjdXJyZW5jaWVzLiA=\";s:6:\"format\";s:6:\"base64\";}s:30:\"field-description_coins-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:19:\"description_coins-0\";}s:30:\"field-description_coins-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:31:\"field-description_contactless-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:108:\"Q3J5cHRvY3VycmVuY3kgYWRvcHRpb24gaXMgaGVyZSB3aXRoIG91ciBpbm5vdmF0aXZlIG5ldyBjb250YWN0bGVzcyBkZWJpdCBjYXJkLg==\";s:6:\"format\";s:6:\"base64\";}s:36:\"field-description_contactless-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:25:\"description_contactless-0\";}s:36:\"field-description_contactless-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:32:\"field-description_cryptowallet-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:92:\"Q3J5cHRvV2FsbGV0IGlzIGFuIGVuZC10by1lbmQgY3J5cHRvIGJhbmtpbmcgYW5kIGNvbW1lcmNpYWwgc29sdXRpb24u\";s:6:\"format\";s:6:\"base64\";}s:37:\"field-description_cryptowallet-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:26:\"description_cryptowallet-0\";}s:37:\"field-description_cryptowallet-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:39:\"field-description_licensed_and_secure-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:548:\"Q3J5cHRvV2FsbGV0IGlzIHNlY3VyZWQgYnkgQml0R28sIHRoZSB3b3JsZOKAmXMgbGVhZGluZyBCaXRjb2luIHBheW1lbnQgcHJvY2Vzc29yLiBEaWdpdGFsIGFzc2V0cyBhbmQgdXNlciBwcml2YWN5IGFyZSBwcm90ZWN0ZWQgYnkgY3V0dGluZy1lZGdlIHNlY3VyaXR5IG1lYXN1cmVzIGxpa2UgdHdvLWZhY3RvciBhdXRoZW50aWNhdGlvbiwgZW5kLXRvLWVuZCBlbmNyeXB0aW9uLCBhbmQgbXVsdGktc2lnbmF0dXJlIGNvbGQgc3RvcmFnZSB3YWxsZXRzLiBDcnlwdG9XYWxsZXQgaGFzIG9idGFpbmVkIGxpY2Vuc2VzIGZyb20gdGhlIHN0YXRlIG9mIEVzdG9uaWEgZW5zdXJpbmcgZnVsbCBsZWdhbCBjb21wbGlhbmNlIGluIGhhbmRsaW5nIGFuZCBmYWNpbGl0YXRpbmcgdGhlIHRyYWRlIG9mIGNyeXB0b2N1cnJlbmNpZXMu\";s:6:\"format\";s:6:\"base64\";}s:44:\"field-description_licensed_and_secure-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:33:\"description_licensed_and_secure-0\";}s:44:\"field-description_licensed_and_secure-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:27:\"field-description_payment-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:224:\"QWNjZXB0IHRvcCBjcnlwdG9jdXJyZW5jaWVzIG9uIHlvdXIgYnVzaW5lc3Mgd2Vic2l0ZSB3aXRoIHRoZSBsb3dlc3QgZmVlcyBpbiB0aGUgaW5kdXN0cnkuIE91ciBwYXltZW50IHdpZGdldCBpcyBzdXBwb3J0ZWQgYnkgdGhlIG1hcmtldC1sZWFkaW5nZS1jb21tZXJjZSBwbHVnaW5zIGxpa2U6\";s:6:\"format\";s:6:\"base64\";}s:32:\"field-description_payment-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:21:\"description_payment-0\";}s:32:\"field-description_payment-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:32:\"field-description_quick_crypto-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:172:\"U2tpcCB0aGUgdGltZS1jb25zdW1pbmcgaGFzc2xlIG9mIHVzaW5nIGV4Y2hhbmdlcyEgQSBzd2lmdCwgc2VjdXJlIDxicj4gbWV0aG9kIGZvciBidXlpbmcgYW5kIHRyYWRpbmcgb3ZlciAxNDAgY3J5cHRvY3VycmVuY2llcy4=\";s:6:\"format\";s:6:\"base64\";}s:37:\"field-description_quick_crypto-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:26:\"description_quick_crypto-0\";}s:37:\"field-description_quick_crypto-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:25:\"field-description_works-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:32:\"SGVyZeKAmXMgaG93IGl0IHdvcmtzLg==\";s:6:\"format\";s:6:\"base64\";}s:30:\"field-description_works-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:19:\"description_works-0\";}s:30:\"field-description_works-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:38:\"field-exchange_effortlessly_subtitle-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:28:\"RXhjaGFuZ2UgRWZmb3J0bGVzc2x5\";s:6:\"format\";s:6:\"base64\";}s:43:\"field-exchange_effortlessly_subtitle-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:32:\"exchange_effortlessly_subtitle-0\";}s:43:\"field-exchange_effortlessly_subtitle-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:34:\"field-exchange_effortlessly_text-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:156:\"VGhlIGFwcCBsZXRzIHlvdSBleGNoYW5nZSBzdXBwb3J0ZWQgY3J5cHRvY3VycmVuY2llcyBlZmZvcnRsZXNzbHkgLCBhbGxvd2luZyB5b3UgdG8gc3BlbmQgeW91ciBjcnlwdG8gZnVuZHMgeW91ciB3YXku\";s:6:\"format\";s:6:\"base64\";}s:39:\"field-exchange_effortlessly_text-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:28:\"exchange_effortlessly_text-0\";}s:39:\"field-exchange_effortlessly_text-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:32:\"field-link_licensed_and_secure-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:68:\"aHR0cDovL2xvY2FsaG9zdC9jYXBwZW4vZ3JpZmxhbi1jcnlwdG8td2FsbGV0L3dlYi8=\";s:6:\"format\";s:6:\"base64\";}s:37:\"field-link_licensed_and_secure-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:26:\"link_licensed_and_secure-0\";}s:37:\"field-link_licensed_and_secure-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:13:\"field-logos-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"Ng==\";s:6:\"format\";s:6:\"base64\";}s:18:\"field-logos-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:7:\"logos-0\";}s:18:\"field-logos-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-logos_0_logo-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"NjI2\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-logos_0_logo-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"logos_0_logo-0\";}s:25:\"field-logos_0_logo-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:26:\"field-logos_0_logo_hover-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"MTE0Ng==\";s:6:\"format\";s:6:\"base64\";}s:31:\"field-logos_0_logo_hover-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:20:\"logos_0_logo_hover-0\";}s:31:\"field-logos_0_logo_hover-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-logos_1_logo-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"NjMx\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-logos_1_logo-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"logos_1_logo-0\";}s:25:\"field-logos_1_logo-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:26:\"field-logos_1_logo_hover-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"MTE1MQ==\";s:6:\"format\";s:6:\"base64\";}s:31:\"field-logos_1_logo_hover-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:20:\"logos_1_logo_hover-0\";}s:31:\"field-logos_1_logo_hover-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-logos_2_logo-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"NjUx\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-logos_2_logo-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"logos_2_logo-0\";}s:25:\"field-logos_2_logo-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:26:\"field-logos_2_logo_hover-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"MTE1Ng==\";s:6:\"format\";s:6:\"base64\";}s:31:\"field-logos_2_logo_hover-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:20:\"logos_2_logo_hover-0\";}s:31:\"field-logos_2_logo_hover-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-logos_3_logo-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"NjU2\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-logos_3_logo-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"logos_3_logo-0\";}s:25:\"field-logos_3_logo-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:26:\"field-logos_3_logo_hover-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"MTE2MQ==\";s:6:\"format\";s:6:\"base64\";}s:31:\"field-logos_3_logo_hover-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:20:\"logos_3_logo_hover-0\";}s:31:\"field-logos_3_logo_hover-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-logos_4_logo-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"NjM2\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-logos_4_logo-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"logos_4_logo-0\";}s:25:\"field-logos_4_logo-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:26:\"field-logos_4_logo_hover-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"MTE2Ng==\";s:6:\"format\";s:6:\"base64\";}s:31:\"field-logos_4_logo_hover-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:20:\"logos_4_logo_hover-0\";}s:31:\"field-logos_4_logo_hover-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-logos_5_logo-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"NjQ2\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-logos_5_logo-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"logos_5_logo-0\";}s:25:\"field-logos_5_logo-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:26:\"field-logos_5_logo_hover-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"MTE3MQ==\";s:6:\"format\";s:6:\"base64\";}s:31:\"field-logos_5_logo_hover-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:20:\"logos_5_logo_hover-0\";}s:31:\"field-logos_5_logo_hover-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:15:\"field-qr_code-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"NTMx\";s:6:\"format\";s:6:\"base64\";}s:20:\"field-qr_code-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:9:\"qr_code-0\";}s:20:\"field-qr_code-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-step_1_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:24:\"RG93bmxvYWQgDQp0aGUgYXBw\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-step_1_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"step_1_title-0\";}s:25:\"field-step_1_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-step_2_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:24:\"T3JkZXIgVGhlIA0KQ2FyZA==\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-step_2_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"step_2_title-0\";}s:25:\"field-step_2_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-step_3_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:36:\"TG9hZCBUaGUgQ2FyZCANCldpdGggRnVuZHM=\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-step_3_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"step_3_title-0\";}s:25:\"field-step_3_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-step_4_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:24:\"U3RhcnQgDQpzcGVuZGluZyE=\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-step_4_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"step_4_title-0\";}s:25:\"field-step_4_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:28:\"field-title_client_support-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:40:\"V29ybGQgQ2xhc3MgDQpDbGllbnQgU3VwcG9ydA==\";s:6:\"format\";s:6:\"base64\";}s:33:\"field-title_client_support-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:22:\"title_client_support-0\";}s:33:\"field-title_client_support-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:19:\"field-title_coins-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:32:\"QSBVbml2ZXJzYWwgQ3J5cHRvV2FsbGV0\";s:6:\"format\";s:6:\"base64\";}s:24:\"field-title_coins-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:13:\"title_coins-0\";}s:24:\"field-title_coins-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:25:\"field-title_contactless-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:72:\"QSBDb250YWN0bGVzcyBDcnlwdG8gV2FsbGV0IA0KRGViaXQgQ2FyZCBXaXRoIENhc2hiYWNr\";s:6:\"format\";s:6:\"base64\";}s:30:\"field-title_contactless-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:19:\"title_contactless-0\";}s:30:\"field-title_contactless-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:33:\"field-title_licensed_and_secure-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:28:\"TGljZW5zZWQgYW5kIFNlY3VyZQ==\";s:6:\"format\";s:6:\"base64\";}s:38:\"field-title_licensed_and_secure-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:27:\"title_licensed_and_secure-0\";}s:38:\"field-title_licensed_and_secure-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:21:\"field-title_payment-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:24:\"QSBQYXltZW50IEdhdGV3YXk=\";s:6:\"format\";s:6:\"base64\";}s:26:\"field-title_payment-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:15:\"title_payment-0\";}s:26:\"field-title_payment-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:19:\"field-title_press-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:36:\"Q3J5cHRvV2FsbGV0IGluIHRoZSBQcmVzcw==\";s:6:\"format\";s:6:\"base64\";}s:24:\"field-title_press-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:13:\"title_press-0\";}s:24:\"field-title_press-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:26:\"field-title_quick_crypto-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:32:\"QSBRdWljayBDcnlwdG8gRXhjaGFuZ2U=\";s:6:\"format\";s:6:\"base64\";}s:31:\"field-title_quick_crypto-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:20:\"title_quick_crypto-0\";}s:31:\"field-title_quick_crypto-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:24:\"field-title_wallet_app-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:68:\"R2V0IHRoZSBDcnlwdG8gDQpXYWxsZXQgQXBwIGFuZCBqb2luIG91ciBjb21tdW5pdHk=\";s:6:\"format\";s:6:\"base64\";}s:29:\"field-title_wallet_app-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:18:\"title_wallet_app-0\";}s:29:\"field-title_wallet_app-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:21:\"field-title_welcome-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:64:\"V2VsY29tZSB0byB5b3VyIGdhdGV3YXkgDQpmb3IgZGlnaXRhbCBjdXJyZW5jeS4=\";s:6:\"format\";s:6:\"base64\";}s:26:\"field-title_welcome-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:15:\"title_welcome-0\";}s:26:\"field-title_welcome-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:19:\"field-title_works-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:40:\"Q3J5cHRvV2FsbGV0IElzIEZhc3QgYW5kIEVhc3k=\";s:6:\"format\";s:6:\"base64\";}s:24:\"field-title_works-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:13:\"title_works-0\";}s:24:\"field-title_works-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:21:\"field-_block_1_text-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:28:\"ZmllbGRfNWQyNzgzZjQ1MWFiMg==\";s:6:\"format\";s:6:\"base64\";}s:26:\"field-_block_1_text-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:15:\"_block_1_text-0\";}s:26:\"field-_block_1_text-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-_description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:28:\"ZmllbGRfNWQyNjQwMmQ4NDJiMw==\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-_description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"_description-0\";}s:25:\"field-_description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:34:\"field-top_up_with_speed_subtitle-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:24:\"VG9wIFVwIHdpdGggU3BlZWQ=\";s:6:\"format\";s:6:\"base64\";}s:39:\"field-top_up_with_speed_subtitle-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:28:\"top_up_with_speed_subtitle-0\";}s:39:\"field-top_up_with_speed_subtitle-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:18:\"field-video_link-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:36:\"aHR0cHM6Ly92aW1lby5jb20vNDA3NjUyODYx\";s:6:\"format\";s:6:\"base64\";}s:23:\"field-video_link-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"video_link-0\";}s:23:\"field-video_link-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:30:\"field-top_up_with_speed_text-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:160:\"WW91IGNhbiB0b3AgdXAgeW91ciB3YWxsZXQgdGhyb3VnaCBTRVBBIGJhbmsgdHJhbnNmZXJzIG9yIGNyZWRpdCBjYXJkLiBMaWdodG5pbmcgc3BlZWQgYW5kIGhhc3NsZSAtIGZyZWUgLSB0aGF0J3MgYSB3aW4u\";s:6:\"format\";s:6:\"base64\";}s:35:\"field-top_up_with_speed_text-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:24:\"top_up_with_speed_text-0\";}s:35:\"field-top_up_with_speed_text-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:11:\"original_id\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";i:419;}s:5:\"title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"SG9tZQ==\";s:6:\"format\";s:6:\"base64\";}s:4:\"body\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:0:\"\";s:6:\"format\";s:6:\"base64\";}s:7:\"excerpt\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:0:\"\";s:6:\"format\";s:6:\"base64\";}s:4:\"t_10\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:12:\"T3B0aW9uYWw=\";s:6:\"format\";s:6:\"base64\";}s:16:\"media_1171_title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:28:\"Zl9jb2ludGVsZWdyYXBoX2hvdmVy\";s:6:\"format\";s:6:\"base64\";}s:16:\"media_1166_title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:16:\"Zl9jY25faG92ZXI=\";s:6:\"format\";s:6:\"base64\";}s:16:\"media_1161_title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:24:\"Zl9iaXRjb2luaXN0X2hvdmVy\";s:6:\"format\";s:6:\"base64\";}s:16:\"media_1156_title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:20:\"Zl95YWhvb19ob3Zlcg==\";s:6:\"format\";s:6:\"base64\";}s:16:\"media_1151_title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:24:\"Zl9idGNtYW5hZ2VyX2hvdmVy\";s:6:\"format\";s:6:\"base64\";}s:16:\"media_1146_title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:24:\"Zl9jb2luZGVza19ob3Zlcg==\";s:6:\"format\";s:6:\"base64\";}s:15:\"media_656_title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:16:\"Zl9iaXRjb2luaXN0\";s:6:\"format\";s:6:\"base64\";}s:15:\"media_651_title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:12:\"Zl95YWhvbw==\";s:6:\"format\";s:6:\"base64\";}s:15:\"media_646_title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:20:\"Zl9jb2ludGVsZWdyYXBo\";s:6:\"format\";s:6:\"base64\";}s:15:\"media_636_title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"Zl9jY24=\";s:6:\"format\";s:6:\"base64\";}s:15:\"media_631_title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:16:\"Zl9idGNtYW5hZ2Vy\";s:6:\"format\";s:6:\"base64\";}s:15:\"media_626_title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:16:\"Zl9jb2luZGVzaw==\";s:6:\"format\";s:6:\"base64\";}s:15:\"media_531_title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"cXI=\";s:6:\"format\";s:6:\"base64\";}}s:4:\"type\";s:4:\"post\";}','2019-07-10 18:35:17',1,NULL,NULL,NULL,1,NULL),(13,337,9,0,1,'c5856978fbc478bf6ebde409e2abd29c','',0,'a:4:{s:3:\"url\";s:41:\"https://cryptowallet.labcp.co?page_id=419\";s:5:\"title\";s:4:\"Home\";s:8:\"contents\";a:24:{s:13:\"field-title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:44:\"Q3J5cHRvIElzIE1vbmV5IC0gTGV0J3MgVXNlIEl0Lg==\";s:6:\"format\";s:6:\"base64\";}s:18:\"field-title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:7:\"title-0\";}s:18:\"field-title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:19:\"field-description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:360:\"VGhpcyBpcyB0aGUgZnV0dXJlIG9mIGNyeXB0byBiYW5raW5nLiBDcnlwdG9XYWxsZXQgaXMgeW91ciBnYXRld2F5IHRvIGRpZ2l0YWwgY3VycmVuY3kgYW5kIGJleW9uZC4gV2l0aCBkZWRpY2F0ZWQgSUJBTnMgZm9yIHN1cHBvcnRlZCBmaWF0IGN1cnJlbmNpZXMsIHlvdSBjYW4gdXNlIENyeXB0b1dhbGxldCB0byBtYWtlIGJhbmsgdHJhbnNmZXJzLCBwYXkgYmlsbHMsIGFuZCBzcGVuZCBjcnlwdG8gaW4gc3RvcmVzLCBhbGwgd2l0aGluIGEgc2luZ2xlIHBsYXRmb3JtLg==\";s:6:\"format\";s:6:\"base64\";}s:24:\"field-description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:13:\"description-0\";}s:24:\"field-description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:11:\"original_id\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";i:419;}s:5:\"title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"SG9tZQ==\";s:6:\"format\";s:6:\"base64\";}s:4:\"body\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:0:\"\";s:6:\"format\";s:6:\"base64\";}s:7:\"excerpt\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:0:\"\";s:6:\"format\";s:6:\"base64\";}s:4:\"t_10\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:12:\"T3B0aW9uYWw=\";s:6:\"format\";s:6:\"base64\";}s:16:\"media_1171_title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:28:\"Zl9jb2ludGVsZWdyYXBoX2hvdmVy\";s:6:\"format\";s:6:\"base64\";}s:16:\"media_1166_title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:16:\"Zl9jY25faG92ZXI=\";s:6:\"format\";s:6:\"base64\";}s:16:\"media_1161_title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:24:\"Zl9iaXRjb2luaXN0X2hvdmVy\";s:6:\"format\";s:6:\"base64\";}s:16:\"media_1156_title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:20:\"Zl95YWhvb19ob3Zlcg==\";s:6:\"format\";s:6:\"base64\";}s:16:\"media_1151_title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:24:\"Zl9idGNtYW5hZ2VyX2hvdmVy\";s:6:\"format\";s:6:\"base64\";}s:16:\"media_1146_title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:24:\"Zl9jb2luZGVza19ob3Zlcg==\";s:6:\"format\";s:6:\"base64\";}s:15:\"media_656_title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:16:\"Zl9iaXRjb2luaXN0\";s:6:\"format\";s:6:\"base64\";}s:15:\"media_651_title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:12:\"Zl95YWhvbw==\";s:6:\"format\";s:6:\"base64\";}s:15:\"media_646_title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:20:\"Zl9jb2ludGVsZWdyYXBo\";s:6:\"format\";s:6:\"base64\";}s:15:\"media_636_title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"Zl9jY24=\";s:6:\"format\";s:6:\"base64\";}s:15:\"media_631_title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:16:\"Zl9idGNtYW5hZ2Vy\";s:6:\"format\";s:6:\"base64\";}s:15:\"media_626_title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:16:\"Zl9jb2luZGVzaw==\";s:6:\"format\";s:6:\"base64\";}s:15:\"media_531_title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"cXI=\";s:6:\"format\";s:6:\"base64\";}}s:4:\"type\";s:4:\"post\";}','2019-07-10 18:35:18',1,NULL,NULL,NULL,1,NULL),(14,314,10,1,0,'e294e8a7ff388aab42de686d78e58dda','local',1,'a:4:{s:3:\"url\";s:41:\"https://cryptowallet.labcp.co?page_id=419\";s:5:\"title\";s:4:\"Home\";s:8:\"contents\";a:261:{s:13:\"field-title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:44:\"Q3J5cHRvIElzIE1vbmV5IC0gTGV0J3MgVXNlIEl0Lg==\";s:6:\"format\";s:6:\"base64\";}s:18:\"field-title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:7:\"title-0\";}s:18:\"field-title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:19:\"field-description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:360:\"VGhpcyBpcyB0aGUgZnV0dXJlIG9mIGNyeXB0byBiYW5raW5nLiBDcnlwdG9XYWxsZXQgaXMgeW91ciBnYXRld2F5IHRvIGRpZ2l0YWwgY3VycmVuY3kgYW5kIGJleW9uZC4gV2l0aCBkZWRpY2F0ZWQgSUJBTnMgZm9yIHN1cHBvcnRlZCBmaWF0IGN1cnJlbmNpZXMsIHlvdSBjYW4gdXNlIENyeXB0b1dhbGxldCB0byBtYWtlIGJhbmsgdHJhbnNmZXJzLCBwYXkgYmlsbHMsIGFuZCBzcGVuZCBjcnlwdG8gaW4gc3RvcmVzLCBhbGwgd2l0aGluIGEgc2luZ2xlIHBsYXRmb3JtLg==\";s:6:\"format\";s:6:\"base64\";}s:24:\"field-description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:13:\"description-0\";}s:24:\"field-description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-block_1_text-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:124:\"V2UgaGF2ZSBhIHN0cm9uZyBjdXN0b21lciBmb2N1cyB3aXRoIHNob3J0IHdhaXRpbmcgdGltZXMgYW5kIHN1cHBvcnQgaW4gbXVsdGlwbGUgbGFuZ3VhZ2VzLg==\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-block_1_text-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"block_1_text-0\";}s:25:\"field-block_1_text-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-block_2_text-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:156:\"Q3J5cHRvV2FsbGV0IG9mZmVycyBoaWdoLXF1YWxpdHkgc3VwcG9ydCB0aHJvdWdoIHRlbGVwaG9uZSwgTGl2ZUNoYXQsIHRpY2tldCBzdWJtaXNzaW9ucywgYW5kIFZJUCB0cmVhdG1lbnQgb3B0aW9ucy4=\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-block_2_text-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"block_2_text-0\";}s:25:\"field-block_2_text-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:16:\"field-benefits-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"Mw==\";s:6:\"format\";s:6:\"base64\";}s:21:\"field-benefits-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:10:\"benefits-0\";}s:21:\"field-benefits-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:33:\"field-benefits_0_animation_card-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"V2FsbGV0\";s:6:\"format\";s:6:\"base64\";}s:38:\"field-benefits_0_animation_card-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:27:\"benefits_0_animation_card-0\";}s:38:\"field-benefits_0_animation_card-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:30:\"field-benefits_0_description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:84:\"SXTigJlzIGEgd2FsbGV0IHdoZXJlIHlvdSBjYW4gc2VjdXJlbHkgc3RvcmUgeW91ciBjcnlwdG8gZnVuZHMu\";s:6:\"format\";s:6:\"base64\";}s:35:\"field-benefits_0_description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:24:\"benefits_0_description-0\";}s:35:\"field-benefits_0_description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:24:\"field-benefits_0_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"V2FsbGV0\";s:6:\"format\";s:6:\"base64\";}s:29:\"field-benefits_0_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:18:\"benefits_0_title-0\";}s:29:\"field-benefits_0_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:33:\"field-benefits_1_animation_card-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:16:\"RGViaXQgQ2FyZA==\";s:6:\"format\";s:6:\"base64\";}s:38:\"field-benefits_1_animation_card-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:27:\"benefits_1_animation_card-0\";}s:38:\"field-benefits_1_animation_card-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:30:\"field-benefits_1_description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:84:\"SXTigJlzIGEgcHJlcGFpZCBjYXJkIHRoYXQgbGV0cyB5b3Ugc3BlbmQgY3J5cHRvIGluIGFueSBzdG9yZS4=\";s:6:\"format\";s:6:\"base64\";}s:35:\"field-benefits_1_description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:24:\"benefits_1_description-0\";}s:35:\"field-benefits_1_description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:24:\"field-benefits_1_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"Q2FyZA==\";s:6:\"format\";s:6:\"base64\";}s:29:\"field-benefits_1_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:18:\"benefits_1_title-0\";}s:29:\"field-benefits_1_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:33:\"field-benefits_2_animation_card-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:16:\"RXhjaGFuZ2UgQXBw\";s:6:\"format\";s:6:\"base64\";}s:38:\"field-benefits_2_animation_card-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:27:\"benefits_2_animation_card-0\";}s:38:\"field-benefits_2_animation_card-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:30:\"field-benefits_2_description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:116:\"SXTigJlzIGFuIGV4Y2hhbmdlIHRoYXQgYWxsb3dzIHlvdSB0byBxdWlja2x5IGFuZCBlYXNpbHkgZXhjaGFuZ2UgY3J5cHRvIG9uIHlvdXIgcGhvbmUu\";s:6:\"format\";s:6:\"base64\";}s:35:\"field-benefits_2_description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:24:\"benefits_2_description-0\";}s:35:\"field-benefits_2_description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:24:\"field-benefits_2_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:12:\"RXhjaGFuZ2U=\";s:6:\"format\";s:6:\"base64\";}s:29:\"field-benefits_2_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:18:\"benefits_2_title-0\";}s:29:\"field-benefits_2_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:28:\"field-benefits_contactless-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"NA==\";s:6:\"format\";s:6:\"base64\";}s:33:\"field-benefits_contactless-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:22:\"benefits_contactless-0\";}s:33:\"field-benefits_contactless-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:42:\"field-benefits_contactless_0_description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:128:\"WW91IGNhbiBmaW5hbGx5IHNwZW5kIHlvdXIgY3J5cHRvY3VycmVuY3kgb24gcmVhbCBnb29kcyBhbmQgc2VydmljZXMgYW55d2hlcmUgdGhhdCBhY2NlcHRzIFZJU0Eu\";s:6:\"format\";s:6:\"base64\";}s:47:\"field-benefits_contactless_0_description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:36:\"benefits_contactless_0_description-0\";}s:47:\"field-benefits_contactless_0_description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:36:\"field-benefits_contactless_0_icone-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"bm90ZQ==\";s:6:\"format\";s:6:\"base64\";}s:41:\"field-benefits_contactless_0_icone-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:30:\"benefits_contactless_0_icone-0\";}s:41:\"field-benefits_contactless_0_icone-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:36:\"field-benefits_contactless_0_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:20:\"U2hvcCBBbnl3aGVyZQ==\";s:6:\"format\";s:6:\"base64\";}s:41:\"field-benefits_contactless_0_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:30:\"benefits_contactless_0_title-0\";}s:41:\"field-benefits_contactless_0_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:42:\"field-benefits_contactless_1_description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:208:\"Q29udmVydGluZyB5b3VyIGNyeXB0byB0byBmaWF0IGZvciBwdXJjaGFzZXMgaXMgc2ltcGxlIHVzaW5nIHRoZSBpbnN0YW50IGluLWFwcGV4Y2hhbmdlIGZlYXR1cmUuIFN0b3AgdGhlIGNyeXB0byBzaHVmZmxlIGFuZCBsZXQgQ3J5cHRvV2FsbGV0IGRvIHRoZSB3b3JrLg==\";s:6:\"format\";s:6:\"base64\";}s:47:\"field-benefits_contactless_1_description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:36:\"benefits_contactless_1_description-0\";}s:47:\"field-benefits_contactless_1_description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:36:\"field-benefits_contactless_1_icone-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"Y29pbg==\";s:6:\"format\";s:6:\"base64\";}s:41:\"field-benefits_contactless_1_icone-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:30:\"benefits_contactless_1_icone-0\";}s:41:\"field-benefits_contactless_1_icone-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:36:\"field-benefits_contactless_1_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:12:\"Q29udmVydA==\";s:6:\"format\";s:6:\"base64\";}s:41:\"field-benefits_contactless_1_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:30:\"benefits_contactless_1_title-0\";}s:41:\"field-benefits_contactless_1_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:42:\"field-benefits_contactless_2_description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:248:\"VGFrZSBhZHZhbnRhZ2Ugb2Ygb3VyIHVuaXF1ZSBjcnlwdG8gY2FzaGJhY2sgZmVhdHVyZSwgaXQgcHV0cyBtb25leSBpbiB5b3VyIHdhbGxldCAtIGxpdGVyYWxseS4gR2V0IGNhc2hiYWNrIGluIGNyeXB0byBvbiBwdXJjaGFzZXMgbWFkZSBpbiBzdG9yZSB3aXRoIHlvdXIgQ3J5cHRvV2FsbGV0IFZpc2EgZGViaXQgY2FyZC4=\";s:6:\"format\";s:6:\"base64\";}s:47:\"field-benefits_contactless_2_description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:36:\"benefits_contactless_2_description-0\";}s:47:\"field-benefits_contactless_2_description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:36:\"field-benefits_contactless_2_icone-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:12:\"Yml0Y29pbg==\";s:6:\"format\";s:6:\"base64\";}s:41:\"field-benefits_contactless_2_icone-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:30:\"benefits_contactless_2_icone-0\";}s:41:\"field-benefits_contactless_2_icone-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:36:\"field-benefits_contactless_2_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:32:\"VW5pcXVlIENyeXB0byBDYXNoYmFjaw==\";s:6:\"format\";s:6:\"base64\";}s:41:\"field-benefits_contactless_2_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:30:\"benefits_contactless_2_title-0\";}s:41:\"field-benefits_contactless_2_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:42:\"field-benefits_contactless_3_description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:84:\"TWFrZSBjcnlwdG8gcHVyY2hhc2VzIGluIHNlY29uZHMgYnkgc2ltcGx5IHRhcHBpbmcgeW91ciBjYXJkLg==\";s:6:\"format\";s:6:\"base64\";}s:47:\"field-benefits_contactless_3_description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:36:\"benefits_contactless_3_description-0\";}s:47:\"field-benefits_contactless_3_description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:36:\"field-benefits_contactless_3_icone-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"Y3JlZGl0\";s:6:\"format\";s:6:\"base64\";}s:41:\"field-benefits_contactless_3_icone-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:30:\"benefits_contactless_3_icone-0\";}s:41:\"field-benefits_contactless_3_icone-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:36:\"field-benefits_contactless_3_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:16:\"Q29udGFjdGxlc3M=\";s:6:\"format\";s:6:\"base64\";}s:41:\"field-benefits_contactless_3_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:30:\"benefits_contactless_3_title-0\";}s:41:\"field-benefits_contactless_3_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:40:\"field-block_1_licensed_and_secure_link-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:68:\"aHR0cDovL2xvY2FsaG9zdC9jYXBwZW4vZ3JpZmxhbi1jcnlwdG8td2FsbGV0L3dlYi8=\";s:6:\"format\";s:6:\"base64\";}s:45:\"field-block_1_licensed_and_secure_link-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:34:\"block_1_licensed_and_secure_link-0\";}s:45:\"field-block_1_licensed_and_secure_link-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:44:\"field-block_1_licensed_and_secure_subtitle-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:72:\"TGljZW5zZWQgdG8gUHJvdmlkZSBWaXJ0dWFsIEN1cnJlbmN5IFdhbGxldCBTZXJ2aWNlcw==\";s:6:\"format\";s:6:\"base64\";}s:49:\"field-block_1_licensed_and_secure_subtitle-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:38:\"block_1_licensed_and_secure_subtitle-0\";}s:49:\"field-block_1_licensed_and_secure_subtitle-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:40:\"field-block_1_licensed_and_secure_text-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:180:\"RXN0b25pYSBGSVUgTGljZW5zZSBOdW1iZXIgPHN0cm9uZz5GUkswMDAxMzE8L3N0cm9uZz4gZW5hYmxlcyBDcnlwdG9XYWxsZXQgdG8gcHJvdmlkZSBjcnlwdG9jdXJyZW5jeSBzdG9yYWdlIHNlcnZpY2VzIHRvIG91ciBjdXN0b21lcnMu\";s:6:\"format\";s:6:\"base64\";}s:45:\"field-block_1_licensed_and_secure_text-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:34:\"block_1_licensed_and_secure_text-0\";}s:45:\"field-block_1_licensed_and_secure_text-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:45:\"field-block_1_licensed_and_secure_text_link-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:28:\"VmVyaWZ5IExpY2Vuc2UgT25saW5l\";s:6:\"format\";s:6:\"base64\";}s:50:\"field-block_1_licensed_and_secure_text_link-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:39:\"block_1_licensed_and_secure_text_link-0\";}s:50:\"field-block_1_licensed_and_secure_text_link-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:24:\"field-block_1_subtitle-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:28:\"U3Ryb25nIEN1c3RvbWVyIEZvY3Vz\";s:6:\"format\";s:6:\"base64\";}s:29:\"field-block_1_subtitle-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:18:\"block_1_subtitle-0\";}s:29:\"field-block_1_subtitle-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:40:\"field-block_2_licensed_and_secure_link-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:68:\"aHR0cDovL2xvY2FsaG9zdC9jYXBwZW4vZ3JpZmxhbi1jcnlwdG8td2FsbGV0L3dlYi8=\";s:6:\"format\";s:6:\"base64\";}s:45:\"field-block_2_licensed_and_secure_link-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:34:\"block_2_licensed_and_secure_link-0\";}s:45:\"field-block_2_licensed_and_secure_link-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:44:\"field-block_2_licensed_and_secure_subtitle-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:84:\"TGljZW5zZWQgdG8gUHJvdmlkZSBGaWF0IHRvIFZpcnR1YWwgQ3VycmVuY3kgRXhjaGFuZ2UgU2VydmljZXM=\";s:6:\"format\";s:6:\"base64\";}s:49:\"field-block_2_licensed_and_secure_subtitle-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:38:\"block_2_licensed_and_secure_subtitle-0\";}s:49:\"field-block_2_licensed_and_secure_subtitle-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:40:\"field-block_2_licensed_and_secure_text-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:204:\"RXN0b25pYSBGSVUgTGljZW5zZSBOdW1iZXIgPHN0cm9uZz5GUlYwMDAxNDM8L3N0cm9uZz4gYWxsb3dzIHVzIHRvIG9mZmVyIGRpcmVjdCBjcnlwdG8gdG8gZmlhdCB0cmFkaW5nIGFzIHdlbGwgYXMgaW50ZXItY3J5cHRvY3VycmVuY3kgZXhjaGFuZ2Ugc2VydmljZXMu\";s:6:\"format\";s:6:\"base64\";}s:45:\"field-block_2_licensed_and_secure_text-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:34:\"block_2_licensed_and_secure_text-0\";}s:45:\"field-block_2_licensed_and_secure_text-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:45:\"field-block_2_licensed_and_secure_text_link-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:28:\"VmVyaWZ5IExpY2Vuc2UgT25saW5l\";s:6:\"format\";s:6:\"base64\";}s:50:\"field-block_2_licensed_and_secure_text_link-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:39:\"block_2_licensed_and_secure_text_link-0\";}s:50:\"field-block_2_licensed_and_secure_text_link-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:24:\"field-block_2_subtitle-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:28:\"SGlnaCBRdWFsaXR5IFN1cHBvcnQ=\";s:6:\"format\";s:6:\"base64\";}s:29:\"field-block_2_subtitle-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:18:\"block_2_subtitle-0\";}s:29:\"field-block_2_subtitle-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:34:\"field-description_client_support-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:124:\"TmV2ZXIgYmUgbGVmdCB3aXRob3V0IGFuc3dlcnMgLSBDcnlwdG9XYWxsZXTigJlzIGludGVybmF0aW9uYWwgc3VwcG9ydCB0ZWFtIGlzIGhlcmUgdG8gaGVscC4=\";s:6:\"format\";s:6:\"base64\";}s:39:\"field-description_client_support-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:28:\"description_client_support-0\";}s:39:\"field-description_client_support-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:25:\"field-description_coins-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:72:\"Q2hlY2sgb3V0IG91ciBmdWxsIGxpc3Qgb2Ygb3VyIHN1cHBvcnRlZCBjdXJyZW5jaWVzLiA=\";s:6:\"format\";s:6:\"base64\";}s:30:\"field-description_coins-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:19:\"description_coins-0\";}s:30:\"field-description_coins-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:31:\"field-description_contactless-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:108:\"Q3J5cHRvY3VycmVuY3kgYWRvcHRpb24gaXMgaGVyZSB3aXRoIG91ciBpbm5vdmF0aXZlIG5ldyBjb250YWN0bGVzcyBkZWJpdCBjYXJkLg==\";s:6:\"format\";s:6:\"base64\";}s:36:\"field-description_contactless-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:25:\"description_contactless-0\";}s:36:\"field-description_contactless-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:32:\"field-description_cryptowallet-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:92:\"Q3J5cHRvV2FsbGV0IGlzIGFuIGVuZC10by1lbmQgY3J5cHRvIGJhbmtpbmcgYW5kIGNvbW1lcmNpYWwgc29sdXRpb24u\";s:6:\"format\";s:6:\"base64\";}s:37:\"field-description_cryptowallet-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:26:\"description_cryptowallet-0\";}s:37:\"field-description_cryptowallet-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:39:\"field-description_licensed_and_secure-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:548:\"Q3J5cHRvV2FsbGV0IGlzIHNlY3VyZWQgYnkgQml0R28sIHRoZSB3b3JsZOKAmXMgbGVhZGluZyBCaXRjb2luIHBheW1lbnQgcHJvY2Vzc29yLiBEaWdpdGFsIGFzc2V0cyBhbmQgdXNlciBwcml2YWN5IGFyZSBwcm90ZWN0ZWQgYnkgY3V0dGluZy1lZGdlIHNlY3VyaXR5IG1lYXN1cmVzIGxpa2UgdHdvLWZhY3RvciBhdXRoZW50aWNhdGlvbiwgZW5kLXRvLWVuZCBlbmNyeXB0aW9uLCBhbmQgbXVsdGktc2lnbmF0dXJlIGNvbGQgc3RvcmFnZSB3YWxsZXRzLiBDcnlwdG9XYWxsZXQgaGFzIG9idGFpbmVkIGxpY2Vuc2VzIGZyb20gdGhlIHN0YXRlIG9mIEVzdG9uaWEgZW5zdXJpbmcgZnVsbCBsZWdhbCBjb21wbGlhbmNlIGluIGhhbmRsaW5nIGFuZCBmYWNpbGl0YXRpbmcgdGhlIHRyYWRlIG9mIGNyeXB0b2N1cnJlbmNpZXMu\";s:6:\"format\";s:6:\"base64\";}s:44:\"field-description_licensed_and_secure-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:33:\"description_licensed_and_secure-0\";}s:44:\"field-description_licensed_and_secure-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:27:\"field-description_payment-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:224:\"QWNjZXB0IHRvcCBjcnlwdG9jdXJyZW5jaWVzIG9uIHlvdXIgYnVzaW5lc3Mgd2Vic2l0ZSB3aXRoIHRoZSBsb3dlc3QgZmVlcyBpbiB0aGUgaW5kdXN0cnkuIE91ciBwYXltZW50IHdpZGdldCBpcyBzdXBwb3J0ZWQgYnkgdGhlIG1hcmtldC1sZWFkaW5nZS1jb21tZXJjZSBwbHVnaW5zIGxpa2U6\";s:6:\"format\";s:6:\"base64\";}s:32:\"field-description_payment-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:21:\"description_payment-0\";}s:32:\"field-description_payment-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:32:\"field-description_quick_crypto-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:172:\"U2tpcCB0aGUgdGltZS1jb25zdW1pbmcgaGFzc2xlIG9mIHVzaW5nIGV4Y2hhbmdlcyEgQSBzd2lmdCwgc2VjdXJlIDxicj4gbWV0aG9kIGZvciBidXlpbmcgYW5kIHRyYWRpbmcgb3ZlciAxNDAgY3J5cHRvY3VycmVuY2llcy4=\";s:6:\"format\";s:6:\"base64\";}s:37:\"field-description_quick_crypto-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:26:\"description_quick_crypto-0\";}s:37:\"field-description_quick_crypto-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:25:\"field-description_works-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:32:\"SGVyZeKAmXMgaG93IGl0IHdvcmtzLg==\";s:6:\"format\";s:6:\"base64\";}s:30:\"field-description_works-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:19:\"description_works-0\";}s:30:\"field-description_works-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:38:\"field-exchange_effortlessly_subtitle-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:28:\"RXhjaGFuZ2UgRWZmb3J0bGVzc2x5\";s:6:\"format\";s:6:\"base64\";}s:43:\"field-exchange_effortlessly_subtitle-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:32:\"exchange_effortlessly_subtitle-0\";}s:43:\"field-exchange_effortlessly_subtitle-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:34:\"field-exchange_effortlessly_text-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:156:\"VGhlIGFwcCBsZXRzIHlvdSBleGNoYW5nZSBzdXBwb3J0ZWQgY3J5cHRvY3VycmVuY2llcyBlZmZvcnRsZXNzbHkgLCBhbGxvd2luZyB5b3UgdG8gc3BlbmQgeW91ciBjcnlwdG8gZnVuZHMgeW91ciB3YXku\";s:6:\"format\";s:6:\"base64\";}s:39:\"field-exchange_effortlessly_text-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:28:\"exchange_effortlessly_text-0\";}s:39:\"field-exchange_effortlessly_text-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:32:\"field-link_licensed_and_secure-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:68:\"aHR0cDovL2xvY2FsaG9zdC9jYXBwZW4vZ3JpZmxhbi1jcnlwdG8td2FsbGV0L3dlYi8=\";s:6:\"format\";s:6:\"base64\";}s:37:\"field-link_licensed_and_secure-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:26:\"link_licensed_and_secure-0\";}s:37:\"field-link_licensed_and_secure-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:13:\"field-logos-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"Ng==\";s:6:\"format\";s:6:\"base64\";}s:18:\"field-logos-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:7:\"logos-0\";}s:18:\"field-logos-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-logos_0_logo-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"NjI2\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-logos_0_logo-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"logos_0_logo-0\";}s:25:\"field-logos_0_logo-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:26:\"field-logos_0_logo_hover-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"MTE0Ng==\";s:6:\"format\";s:6:\"base64\";}s:31:\"field-logos_0_logo_hover-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:20:\"logos_0_logo_hover-0\";}s:31:\"field-logos_0_logo_hover-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-logos_1_logo-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"NjMx\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-logos_1_logo-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"logos_1_logo-0\";}s:25:\"field-logos_1_logo-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:26:\"field-logos_1_logo_hover-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"MTE1MQ==\";s:6:\"format\";s:6:\"base64\";}s:31:\"field-logos_1_logo_hover-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:20:\"logos_1_logo_hover-0\";}s:31:\"field-logos_1_logo_hover-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-logos_2_logo-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"NjUx\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-logos_2_logo-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"logos_2_logo-0\";}s:25:\"field-logos_2_logo-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:26:\"field-logos_2_logo_hover-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"MTE1Ng==\";s:6:\"format\";s:6:\"base64\";}s:31:\"field-logos_2_logo_hover-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:20:\"logos_2_logo_hover-0\";}s:31:\"field-logos_2_logo_hover-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-logos_3_logo-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"NjU2\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-logos_3_logo-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"logos_3_logo-0\";}s:25:\"field-logos_3_logo-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:26:\"field-logos_3_logo_hover-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"MTE2MQ==\";s:6:\"format\";s:6:\"base64\";}s:31:\"field-logos_3_logo_hover-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:20:\"logos_3_logo_hover-0\";}s:31:\"field-logos_3_logo_hover-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-logos_4_logo-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"NjM2\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-logos_4_logo-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"logos_4_logo-0\";}s:25:\"field-logos_4_logo-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:26:\"field-logos_4_logo_hover-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"MTE2Ng==\";s:6:\"format\";s:6:\"base64\";}s:31:\"field-logos_4_logo_hover-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:20:\"logos_4_logo_hover-0\";}s:31:\"field-logos_4_logo_hover-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-logos_5_logo-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"NjQ2\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-logos_5_logo-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"logos_5_logo-0\";}s:25:\"field-logos_5_logo-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:26:\"field-logos_5_logo_hover-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"MTE3MQ==\";s:6:\"format\";s:6:\"base64\";}s:31:\"field-logos_5_logo_hover-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:20:\"logos_5_logo_hover-0\";}s:31:\"field-logos_5_logo_hover-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:15:\"field-qr_code-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"NTMx\";s:6:\"format\";s:6:\"base64\";}s:20:\"field-qr_code-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:9:\"qr_code-0\";}s:20:\"field-qr_code-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-step_1_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:24:\"RG93bmxvYWQgDQp0aGUgYXBw\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-step_1_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"step_1_title-0\";}s:25:\"field-step_1_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-step_2_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:24:\"T3JkZXIgVGhlIA0KQ2FyZA==\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-step_2_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"step_2_title-0\";}s:25:\"field-step_2_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-step_3_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:36:\"TG9hZCBUaGUgQ2FyZCANCldpdGggRnVuZHM=\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-step_3_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"step_3_title-0\";}s:25:\"field-step_3_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-step_4_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:24:\"U3RhcnQgDQpzcGVuZGluZyE=\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-step_4_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"step_4_title-0\";}s:25:\"field-step_4_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:28:\"field-title_client_support-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:40:\"V29ybGQgQ2xhc3MgDQpDbGllbnQgU3VwcG9ydA==\";s:6:\"format\";s:6:\"base64\";}s:33:\"field-title_client_support-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:22:\"title_client_support-0\";}s:33:\"field-title_client_support-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:19:\"field-title_coins-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:32:\"QSBVbml2ZXJzYWwgQ3J5cHRvV2FsbGV0\";s:6:\"format\";s:6:\"base64\";}s:24:\"field-title_coins-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:13:\"title_coins-0\";}s:24:\"field-title_coins-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:25:\"field-title_contactless-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:72:\"QSBDb250YWN0bGVzcyBDcnlwdG8gV2FsbGV0IA0KRGViaXQgQ2FyZCBXaXRoIENhc2hiYWNr\";s:6:\"format\";s:6:\"base64\";}s:30:\"field-title_contactless-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:19:\"title_contactless-0\";}s:30:\"field-title_contactless-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:33:\"field-title_licensed_and_secure-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:28:\"TGljZW5zZWQgYW5kIFNlY3VyZQ==\";s:6:\"format\";s:6:\"base64\";}s:38:\"field-title_licensed_and_secure-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:27:\"title_licensed_and_secure-0\";}s:38:\"field-title_licensed_and_secure-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:21:\"field-title_payment-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:24:\"QSBQYXltZW50IEdhdGV3YXk=\";s:6:\"format\";s:6:\"base64\";}s:26:\"field-title_payment-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:15:\"title_payment-0\";}s:26:\"field-title_payment-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:19:\"field-title_press-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:36:\"Q3J5cHRvV2FsbGV0IGluIHRoZSBQcmVzcw==\";s:6:\"format\";s:6:\"base64\";}s:24:\"field-title_press-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:13:\"title_press-0\";}s:24:\"field-title_press-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:26:\"field-title_quick_crypto-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:32:\"QSBRdWljayBDcnlwdG8gRXhjaGFuZ2U=\";s:6:\"format\";s:6:\"base64\";}s:31:\"field-title_quick_crypto-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:20:\"title_quick_crypto-0\";}s:31:\"field-title_quick_crypto-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:24:\"field-title_wallet_app-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:68:\"R2V0IHRoZSBDcnlwdG8gDQpXYWxsZXQgQXBwIGFuZCBqb2luIG91ciBjb21tdW5pdHk=\";s:6:\"format\";s:6:\"base64\";}s:29:\"field-title_wallet_app-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:18:\"title_wallet_app-0\";}s:29:\"field-title_wallet_app-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:21:\"field-title_welcome-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:64:\"V2VsY29tZSB0byB5b3VyIGdhdGV3YXkgDQpmb3IgZGlnaXRhbCBjdXJyZW5jeS4=\";s:6:\"format\";s:6:\"base64\";}s:26:\"field-title_welcome-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:15:\"title_welcome-0\";}s:26:\"field-title_welcome-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:19:\"field-title_works-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:40:\"Q3J5cHRvV2FsbGV0IElzIEZhc3QgYW5kIEVhc3k=\";s:6:\"format\";s:6:\"base64\";}s:24:\"field-title_works-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:13:\"title_works-0\";}s:24:\"field-title_works-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:21:\"field-_block_1_text-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:28:\"ZmllbGRfNWQyNzgzZjQ1MWFiMg==\";s:6:\"format\";s:6:\"base64\";}s:26:\"field-_block_1_text-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:15:\"_block_1_text-0\";}s:26:\"field-_block_1_text-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-_description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:28:\"ZmllbGRfNWQyNjQwMmQ4NDJiMw==\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-_description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"_description-0\";}s:25:\"field-_description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:34:\"field-top_up_with_speed_subtitle-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:24:\"VG9wIFVwIHdpdGggU3BlZWQ=\";s:6:\"format\";s:6:\"base64\";}s:39:\"field-top_up_with_speed_subtitle-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:28:\"top_up_with_speed_subtitle-0\";}s:39:\"field-top_up_with_speed_subtitle-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:18:\"field-video_link-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:36:\"aHR0cHM6Ly92aW1lby5jb20vNDA3NjUyODYx\";s:6:\"format\";s:6:\"base64\";}s:23:\"field-video_link-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"video_link-0\";}s:23:\"field-video_link-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:30:\"field-top_up_with_speed_text-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:160:\"WW91IGNhbiB0b3AgdXAgeW91ciB3YWxsZXQgdGhyb3VnaCBTRVBBIGJhbmsgdHJhbnNmZXJzIG9yIGNyZWRpdCBjYXJkLiBMaWdodG5pbmcgc3BlZWQgYW5kIGhhc3NsZSAtIGZyZWUgLSB0aGF0J3MgYSB3aW4u\";s:6:\"format\";s:6:\"base64\";}s:35:\"field-top_up_with_speed_text-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:24:\"top_up_with_speed_text-0\";}s:35:\"field-top_up_with_speed_text-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:11:\"original_id\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";i:419;}s:5:\"title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"SG9tZQ==\";s:6:\"format\";s:6:\"base64\";}s:4:\"body\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:0:\"\";s:6:\"format\";s:6:\"base64\";}s:7:\"excerpt\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:0:\"\";s:6:\"format\";s:6:\"base64\";}s:4:\"t_10\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:12:\"T3B0aW9uYWw=\";s:6:\"format\";s:6:\"base64\";}s:16:\"media_1171_title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:28:\"Zl9jb2ludGVsZWdyYXBoX2hvdmVy\";s:6:\"format\";s:6:\"base64\";}s:16:\"media_1166_title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:16:\"Zl9jY25faG92ZXI=\";s:6:\"format\";s:6:\"base64\";}s:16:\"media_1161_title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:24:\"Zl9iaXRjb2luaXN0X2hvdmVy\";s:6:\"format\";s:6:\"base64\";}s:16:\"media_1156_title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:20:\"Zl95YWhvb19ob3Zlcg==\";s:6:\"format\";s:6:\"base64\";}s:16:\"media_1151_title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:24:\"Zl9idGNtYW5hZ2VyX2hvdmVy\";s:6:\"format\";s:6:\"base64\";}s:16:\"media_1146_title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:24:\"Zl9jb2luZGVza19ob3Zlcg==\";s:6:\"format\";s:6:\"base64\";}s:15:\"media_656_title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:16:\"Zl9iaXRjb2luaXN0\";s:6:\"format\";s:6:\"base64\";}s:15:\"media_651_title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:12:\"Zl95YWhvbw==\";s:6:\"format\";s:6:\"base64\";}s:15:\"media_646_title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:20:\"Zl9jb2ludGVsZWdyYXBo\";s:6:\"format\";s:6:\"base64\";}s:15:\"media_636_title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"Zl9jY24=\";s:6:\"format\";s:6:\"base64\";}s:15:\"media_631_title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:16:\"Zl9idGNtYW5hZ2Vy\";s:6:\"format\";s:6:\"base64\";}s:15:\"media_626_title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:16:\"Zl9jb2luZGVzaw==\";s:6:\"format\";s:6:\"base64\";}s:15:\"media_531_title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"cXI=\";s:6:\"format\";s:6:\"base64\";}}s:4:\"type\";s:4:\"post\";}','2019-07-10 18:35:31',1,NULL,NULL,NULL,1,NULL),(15,338,9,0,1,'025645a06eac851b7d5f0a1a30fdd8e9','',0,'a:4:{s:3:\"url\";s:41:\"https://cryptowallet.labcp.co?page_id=181\";s:5:\"title\";s:6:\"Wallet\";s:8:\"contents\";a:74:{s:25:\"field-description_coins-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:72:\"Q2hlY2sgb3V0IG91ciBmdWxsIGxpc3Qgb2Ygb3VyIHN1cHBvcnRlZCBjdXJyZW5jaWVzLiA=\";s:6:\"format\";s:6:\"base64\";}s:30:\"field-description_coins-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:19:\"description_coins-0\";}s:30:\"field-description_coins-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:24:\"field-hold_crypto_text-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:716:\"T2YgY291cnNlLCBzb21ldGltZXMgeW914oCZcmUgbm90IHJlYWR5IHRvIHNlbGwgLSB5b3XigJlyZSBpbiBpdCBmb3IgdGhlIGxvbmcgaGF1bC4gTWF5YmUgeW91IHdhbnQgdG8gc2VsbCBhdCBhIGxhdGVyIGRhdGUsIG9yIG1heWJlIGNyeXB0byBpcyB5b3VyIG5ldyBjYXNoIGFuZCB5b3Ugd2FudCB0byB1c2UgeW91ciBmdW5kcyB0byBidXkgZ29vZHMgYW5kIHNlcnZpY2VzIHRocm91Z2ggeW91ciBDcnlwdG9XYWxsZXQgVmlzYSBEZWJpdCBDYXJkLg0KDQpFaXRoZXIgd2F5LCB5b3XigJlsbCBuZWVkIGEgc2FmZSwgc2VjdXJlIHBsYWNlIHRvIHN0b3JlIHlvdXIgZnVuZHMsIGFuZCB0aGF04oCZcyB3aGVyZSB0aGUgV2FsbGV0IHNlY3Rpb24gY29tZXMgaW4uIEhpZ2hseSBlbmNyeXB0ZWQgYW5kIGVhc2lseSBhY2Nlc3NpYmxlIHRocm91Z2ggeW91ciBwaG9uZSB3aXRoIHRoZSBhcHByb3ByaWF0ZSBzZWN1cml0eSBwcm90b2NvbHMsIHlvdXIgd2FsbGV0IGlzIHRoZSBnby10byBwbGFjZSB0byBzdG9yZSB5b3VyIGNyeXB0byBsb25nLXRlcm0u\";s:6:\"format\";s:6:\"base64\";}s:29:\"field-hold_crypto_text-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:18:\"hold_crypto_text-0\";}s:29:\"field-hold_crypto_text-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:25:\"field-hold_crypto_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:16:\"SG9sZCBDcnlwdG8=\";s:6:\"format\";s:6:\"base64\";}s:30:\"field-hold_crypto_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:19:\"hold_crypto_title-0\";}s:30:\"field-hold_crypto_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:24:\"field-sell_crypto_text-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:612:\"U29tZXRpbWVzIHlvdeKAmXZlIGJvdWdodCBpbiBhdCBqdXN0IHRoZSByaWdodCB0aW1lLiBZb3XigJl2ZSB3YXRjaGVkIHlvdXIgaW52ZXN0bWVudCByaXNlIGluIHZhbHVlIGFuZCB5b3VyIHJlYWR5IHRvIGNhc2ggb3V0IHlvdXIgZWFybmluZ3MgaW4gZmlhdCBvciB0cmFkZSBpdCBmb3IgYW5vdGhlciBjcnlwdG9jdXJyZW5jeSB5b3UgdGhpbmsgY291bGQgc2hvb3QgdXAgaW4gcHJpY2Ugc29vbi4NCg0KVGhhdOKAmXMgZWFzeS4gQWNjZXNzIG91ciBhcHAgb3IgZGVza3RvcCBwbGF0Zm9ybS4gVXNlIG91ciBFeGNoYW5nZSBzZWN0aW9uIHRvIHNldCB0aGUgYW1vdW50IG9mIGNyeXB0byB5b3Ugd2FudCB0byBzZWxsIGFuZCB3aGljaCBjdXJyZW5jeSB5b3Ugd2FudCB0byBzZWxsIGl0IGZvci4gV2hlbiB5b3XigJlyZSBoYXBweSB3aXRoIHRoZSBwcmljZSwgaGl0IHRoZSDigJxTZWxs4oCdIGJ1dHRvbi4=\";s:6:\"format\";s:6:\"base64\";}s:29:\"field-sell_crypto_text-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:18:\"sell_crypto_text-0\";}s:29:\"field-sell_crypto_text-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:25:\"field-sell_crypto_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:16:\"U2VsbCBDcnlwdG8=\";s:6:\"format\";s:6:\"base64\";}s:30:\"field-sell_crypto_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:19:\"sell_crypto_title-0\";}s:30:\"field-sell_crypto_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:24:\"field-send_crypto_text-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:788:\"VXNlIHRoZSBXYWxsZXQgQXBwIHRvIHNlbmQgY3J5cHRvY3VycmVuY3kgdG8gYW55IHdhbGxldCwgYW55IHRpbWUuIFRoZSBhYmlsaXR5IHRvIHNlbmQgZnVuZHMgZWFzaWx5IHRvIGFueW9uZSB5b3Ugd2FudCBpcyBvbmUgb2YgdGhlIG1haW4gc2VsbGluZyBwb2ludHMgb2YgY3J5cHRvIG92ZXIgZmlhdCBjdXJyZW5jeSAtIGZvcmdldCBhYm91dCBmaWxsaW5nIG91dCBsZW5ndGh5IGZvcm1zIGV2ZXJ5IHRpbWUgeW91IHdhbnQgdG8gbWFrZSBhIHB1cmNoYXNlIG9yIHRyYW5zZmVyLg0KDQpBIGNyeXB0b2N1cnJlbmN5IHRyYW5zZmVyIGlzIGFzIHNpbXBsZSBhcyBzY2FubmluZyBhIFFSIGNvZGUgb3IgY29weWluZyBhbmQgcGFzdGluZyBhIHdhbGxldCBhZGRyZXNzIGFuZCBoaXR0aW5nIHRoZSDigJxTZW5k4oCdIGJ1dHRvbi4gVGhhdOKAmXMgaXQhIFRoZSBXYWxsZXQgYXBwIG9mZmVycyBhbiBpbmNyZWRpYmx5IHNlYW1sZXNzIGV4cGVyaWVuY2UgdGhhdCBtYWtlcyBvbmxpbmUgcHVyY2hhc2VzIGZhc3RlciB0aGFuIGV2ZXIgYmVmb3JlLiBZb3UgY2FuIGFsc28gc2VuZCBjcnlwdG8gdGhyb3VnaCBvdXIgZGVza3RvcCBwbGF0Zm9ybS4=\";s:6:\"format\";s:6:\"base64\";}s:29:\"field-send_crypto_text-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:18:\"send_crypto_text-0\";}s:29:\"field-send_crypto_text-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:25:\"field-send_crypto_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:16:\"U2VuZCBDcnlwdG8=\";s:6:\"format\";s:6:\"base64\";}s:30:\"field-send_crypto_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:19:\"send_crypto_title-0\";}s:30:\"field-send_crypto_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:25:\"field-show_crypto_funds-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"MQ==\";s:6:\"format\";s:6:\"base64\";}s:30:\"field-show_crypto_funds-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:19:\"show_crypto_funds-0\";}s:30:\"field-show_crypto_funds-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:19:\"field-step_1_text-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:88:\"dG9wIHVwIHdpdGggZmlhdCB1c2luZyBhIGJhbmsgZHJhZnQgb3IgY3JlZGl0IGNhcmQgdG8gZ2V0IHN0YXJ0ZWQu\";s:6:\"format\";s:6:\"base64\";}s:24:\"field-step_1_text-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:13:\"step_1_text-0\";}s:24:\"field-step_1_text-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-step_1_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:12:\"TG9hZCBGaWF0\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-step_1_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"step_1_title-0\";}s:25:\"field-step_1_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:19:\"field-step_2_text-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:88:\"QnV5IDEzIGNyeXB0b2N1cnJlbmNpZXMgYXMgd2VsbCBhcyBvdGhlciBFUkMtMjAgdG9rZW5zLCBpbnN0YW50bHku\";s:6:\"format\";s:6:\"base64\";}s:24:\"field-step_2_text-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:13:\"step_2_text-0\";}s:24:\"field-step_2_text-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-step_2_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:16:\"QnV5IENyeXB0bw==\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-step_2_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"step_2_title-0\";}s:25:\"field-step_2_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:19:\"field-step_3_text-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:92:\"WW91ciBmdW5kcyBhcmUgc2VjdXJlZCBzYWZlbHkgaW4gdGhlIGVuY3J5cHRlZCBDcnlwdG9XYWxsZXQgcGxhdGZvcm0u\";s:6:\"format\";s:6:\"base64\";}s:24:\"field-step_3_text-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:13:\"step_3_text-0\";}s:24:\"field-step_3_text-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-step_3_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:12:\"UmVzdCBFYXN5\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-step_3_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"step_3_title-0\";}s:25:\"field-step_3_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:16:\"field-text_buy-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:72:\"TG9hZGluZyBDcnlwdG9XYWxsZXQgd2l0aCBmdW5kcyBjb3VsZG7igJl0IGJlIGVhc2llci4=\";s:6:\"format\";s:6:\"base64\";}s:21:\"field-text_buy-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:10:\"text_buy-0\";}s:21:\"field-text_buy-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:22:\"field-text_questions-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:696:\"Q3J5cHRvV2FsbGV0IG9mZmVycyBmaWF0IHdhbGxldHMgdG8gc3RvcmUgRVVSIGFuZCBHQlAgZmlhdCBjdXJyZW5jaWVzLCBhbmQgZWFjaCB1c2VyIGNhbiBoYXZlIHRoZWlyIG93biBkZWRpY2F0ZWQgaW50ZXJuYXRpb25hbCBiYW5rIGFjY291bnQgbnVtYmVycyAoSUJBTnMpIGZvciBFVVIgYW5kIEdCUCBzdG9yYWdlLg0KDQpUaGlzIG9wZW5zIHVwIGEgd29ybGQgb2YgcG9zc2liaWxpdGllcy4gVXNlcnMgY2FuIGV4Y2hhbmdlIGNyeXB0byBmb3IgZmlhdCBhbmQgdXNlIHRoZWlyIGZ1bmRzIHRvIHBheSByZW50LCB1dGlsaXR5IGJpbGxzLCBvciBtYWtlIGFueSBvdGhlciBraW5kIG9mIFNFUEEgYmFuayB0cmFuc2ZlciB1c2luZyBDcnlwdG9XYWxsZXQuIEFzIHdlbGwgYXMgc3BlbmRpbmcgY3J5cHRvIGluIHN0b3JlcywgdXNlcnMgY2FuIG5vdyBlZmZlY3RpdmVseSB1c2UgY3J5cHRvIHRvIHBheSBldmVyeWRheSBleHBlbnNlcyBieSBiYW5rIHRyYW5zZmVyIGFsbCB3aXRoaW4gb25lIHNlY3VyZSBwbGF0Zm9ybS4=\";s:6:\"format\";s:6:\"base64\";}s:27:\"field-text_questions-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:16:\"text_questions-0\";}s:27:\"field-text_questions-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:21:\"field-text_security-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:348:\"WW91ciBmdW5kcyBhcmUgc2VjdXJlZCBieSBCaXRHbyBUcnVzdCBDb21wYW55LCBhIGxpY2Vuc2VkIHF1YWxpZmllZCBjdXN0b2RpYW4gYnkgdGhlIFNvdXRoIERha290YSwgVVMgRGl2aXNpb24gb2ZCYW5raW5nLiBCaXRHbyBpcyBTT0MgMiBjb21wbGlhbnQsIGFzIHZlcmlmaWVkIGluIGEgMjAxOCBhdWRpdCBieSBEZWxvaXR0ZS4gQml0R28gaGFzIGEgY29uZmlybWVkIENyeXB0b2N1cnJlbmN5IFNlY3VyaXR5IFN0YW5kYXJkIChDQ1NTKSBMZXZlbCAzLg==\";s:6:\"format\";s:6:\"base64\";}s:26:\"field-text_security-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:15:\"text_security-0\";}s:26:\"field-text_security-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:17:\"field-title_buy-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:16:\"QnV5IENyeXB0bw==\";s:6:\"format\";s:6:\"base64\";}s:22:\"field-title_buy-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:11:\"title_buy-0\";}s:22:\"field-title_buy-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:19:\"field-title_coins-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:72:\"QnV5LCBTdG9yZSwgYW5kIFRyYWRlDQoxMyBEaWZmZXJlbnQgQ3J5cHRvY3VycmVuY2llcw==\";s:6:\"format\";s:6:\"base64\";}s:24:\"field-title_coins-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:13:\"title_coins-0\";}s:24:\"field-title_coins-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:22:\"field-title_download-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:24:\"RG93bmxvYWQgQXBwIE5vdw==\";s:6:\"format\";s:6:\"base64\";}s:27:\"field-title_download-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:16:\"title_download-0\";}s:27:\"field-title_download-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:23:\"field-title_questions-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:40:\"UGF5IEJpbGxzIGFuZCBCYW5rIFRyYW5zZmVycw==\";s:6:\"format\";s:6:\"base64\";}s:28:\"field-title_questions-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:17:\"title_questions-0\";}s:28:\"field-title_questions-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:22:\"field-title_security-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:76:\"V2UgVGFrZSBZb3VyIFNlY3VyaXR5IFNlcmlvdXNseSBTbyBZb3UgQ2FuIFNsZWVwIGF0IE5pZ2h0\";s:6:\"format\";s:6:\"base64\";}s:27:\"field-title_security-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:16:\"title_security-0\";}s:27:\"field-title_security-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:17:\"field-_subtitle-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:28:\"ZmllbGRfNWQxY2NhMTYyZTQwZQ==\";s:6:\"format\";s:6:\"base64\";}s:22:\"field-_subtitle-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:11:\"_subtitle-0\";}s:22:\"field-_subtitle-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:11:\"original_id\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";i:181;}s:5:\"title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"V2FsbGV0\";s:6:\"format\";s:6:\"base64\";}s:4:\"body\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:0:\"\";s:6:\"format\";s:6:\"base64\";}s:7:\"excerpt\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:0:\"\";s:6:\"format\";s:6:\"base64\";}s:4:\"t_10\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:12:\"T3B0aW9uYWw=\";s:6:\"format\";s:6:\"base64\";}}s:4:\"type\";s:4:\"post\";}','2019-07-10 21:10:49',1,NULL,NULL,NULL,1,NULL),(16,339,9,0,0,'','',0,'','2019-07-10 21:10:50',0,NULL,NULL,NULL,1,NULL),(17,343,9,0,0,'','',0,'','2019-07-11 17:50:18',0,NULL,NULL,NULL,1,NULL),(18,344,9,0,0,'','',0,'','2019-07-11 17:50:19',0,NULL,NULL,NULL,1,NULL),(19,345,9,0,0,'','',0,'','2019-07-11 17:50:19',0,NULL,NULL,NULL,1,NULL),(20,346,9,0,0,'','',0,'','2019-07-11 17:50:19',0,NULL,NULL,NULL,1,NULL),(21,348,9,0,0,'','',0,'','2019-07-11 20:38:47',0,NULL,NULL,NULL,1,NULL),(22,349,9,0,0,'','',0,'','2019-07-11 20:38:48',0,NULL,NULL,NULL,1,NULL),(23,350,9,0,0,'','',0,'','2019-07-11 20:38:48',0,NULL,NULL,NULL,1,NULL),(24,351,9,0,0,'','',0,'','2019-07-11 20:38:49',0,NULL,NULL,NULL,1,NULL),(25,353,9,0,0,'','',0,'','2019-07-11 20:39:22',0,NULL,NULL,NULL,1,NULL),(26,354,9,0,0,'','',0,'','2019-07-11 20:39:22',0,NULL,NULL,NULL,1,NULL),(27,355,9,0,0,'','',0,'','2019-07-11 20:39:22',0,NULL,NULL,NULL,1,NULL),(28,356,9,0,0,'','',0,'','2019-07-11 20:39:23',0,NULL,NULL,NULL,1,NULL),(29,358,9,0,0,'','',0,'','2019-07-11 20:39:32',0,NULL,NULL,NULL,1,NULL),(30,359,9,0,0,'','',0,'','2019-07-11 20:39:33',0,NULL,NULL,NULL,1,NULL),(31,360,9,0,0,'','',0,'','2019-07-11 20:39:33',0,NULL,NULL,NULL,1,NULL),(32,361,9,0,0,'','',0,'','2019-07-11 20:39:33',0,NULL,NULL,NULL,1,NULL),(33,363,9,0,0,'','',0,'','2019-07-11 20:39:36',0,NULL,NULL,NULL,1,NULL),(34,364,9,0,0,'','',0,'','2019-07-11 20:39:37',0,NULL,NULL,NULL,1,NULL),(35,365,9,0,0,'','',0,'','2019-07-11 20:39:37',0,NULL,NULL,NULL,1,NULL),(36,366,9,0,0,'','',0,'','2019-07-11 20:39:37',0,NULL,NULL,NULL,1,NULL),(37,368,9,0,0,'','',0,'','2019-07-11 20:39:40',0,NULL,NULL,NULL,1,NULL),(38,369,9,0,0,'','',0,'','2019-07-11 20:39:41',0,NULL,NULL,NULL,1,NULL),(39,370,9,0,0,'','',0,'','2019-07-11 20:39:41',0,NULL,NULL,NULL,1,NULL),(40,371,9,0,0,'','',0,'','2019-07-11 20:39:42',0,NULL,NULL,NULL,1,NULL),(41,373,9,0,0,'','',0,'','2019-07-11 20:39:45',0,NULL,NULL,NULL,1,NULL),(42,374,9,0,0,'','',0,'','2019-07-11 20:39:46',0,NULL,NULL,NULL,1,NULL),(43,375,9,0,0,'','',0,'','2019-07-11 20:39:46',0,NULL,NULL,NULL,1,NULL),(44,376,9,0,0,'','',0,'','2019-07-11 20:39:46',0,NULL,NULL,NULL,1,NULL),(45,378,9,0,0,'','',0,'','2019-07-11 20:40:28',0,NULL,NULL,NULL,1,NULL),(46,379,9,0,0,'','',0,'','2019-07-11 20:40:29',0,NULL,NULL,NULL,1,NULL),(47,380,9,0,0,'','',0,'','2019-07-11 20:40:29',0,NULL,NULL,NULL,1,NULL),(48,381,9,0,0,'','',0,'','2019-07-11 20:40:29',0,NULL,NULL,NULL,1,NULL),(49,395,9,0,0,'','',0,'','2019-07-11 21:18:10',0,NULL,NULL,NULL,1,NULL),(50,396,9,0,0,'','',0,'','2019-07-11 21:18:10',0,NULL,NULL,NULL,1,NULL),(51,397,9,0,0,'','',0,'','2019-07-11 21:18:10',0,NULL,NULL,NULL,1,NULL),(52,398,9,0,0,'','',0,'','2019-07-11 21:18:11',0,NULL,NULL,NULL,1,NULL),(53,400,9,0,0,'','',0,'','2019-07-11 21:18:14',0,NULL,NULL,NULL,1,NULL),(54,401,9,0,0,'','',0,'','2019-07-11 21:18:15',0,NULL,NULL,NULL,1,NULL),(55,402,9,0,0,'','',0,'','2019-07-11 21:18:15',0,NULL,NULL,NULL,1,NULL),(56,403,9,0,0,'','',0,'','2019-07-11 21:18:15',0,NULL,NULL,NULL,1,NULL),(57,405,9,0,0,'','',0,'','2019-07-11 21:18:18',0,NULL,NULL,NULL,1,NULL),(58,406,9,0,0,'','',0,'','2019-07-11 21:18:18',0,NULL,NULL,NULL,1,NULL),(59,407,9,0,0,'','',0,'','2019-07-11 21:18:19',0,NULL,NULL,NULL,1,NULL),(60,408,9,0,0,'','',0,'','2019-07-11 21:18:19',0,NULL,NULL,NULL,1,NULL),(61,410,9,0,0,'','',0,'','2019-07-11 21:18:23',0,NULL,NULL,NULL,1,NULL),(62,411,9,0,0,'','',0,'','2019-07-11 21:18:24',0,NULL,NULL,NULL,1,NULL),(63,412,9,0,0,'','',0,'','2019-07-11 21:18:24',0,NULL,NULL,NULL,1,NULL),(64,413,9,0,0,'','',0,'','2019-07-11 21:18:24',0,NULL,NULL,NULL,1,NULL),(65,415,9,0,0,'','',0,'','2019-07-11 21:18:28',0,NULL,NULL,NULL,1,NULL),(66,416,9,0,0,'','',0,'','2019-07-11 21:18:29',0,NULL,NULL,NULL,1,NULL),(67,417,9,0,0,'','',0,'','2019-07-11 21:18:29',0,NULL,NULL,NULL,1,NULL),(68,418,9,0,0,'','',0,'','2019-07-11 21:18:29',0,NULL,NULL,NULL,1,NULL),(69,420,9,0,0,'','',0,'','2019-07-11 21:18:31',0,NULL,NULL,NULL,1,NULL),(70,421,9,0,0,'','',0,'','2019-07-11 21:18:32',0,NULL,NULL,NULL,1,NULL),(71,422,9,0,0,'','',0,'','2019-07-11 21:18:32',0,NULL,NULL,NULL,1,NULL),(72,423,9,0,0,'','',0,'','2019-07-11 21:18:32',0,NULL,NULL,NULL,1,NULL),(73,425,9,0,0,'','',0,'','2019-07-11 21:18:36',0,NULL,NULL,NULL,1,NULL),(74,426,9,0,0,'','',0,'','2019-07-11 21:18:37',0,NULL,NULL,NULL,1,NULL),(75,427,9,0,0,'','',0,'','2019-07-11 21:18:37',0,NULL,NULL,NULL,1,NULL),(76,428,9,0,0,'','',0,'','2019-07-11 21:18:37',0,NULL,NULL,NULL,1,NULL),(77,430,9,0,0,'','',0,'','2019-07-11 21:18:40',0,NULL,NULL,NULL,1,NULL),(78,431,9,0,0,'','',0,'','2019-07-11 21:18:40',0,NULL,NULL,NULL,1,NULL),(79,432,9,0,0,'','',0,'','2019-07-11 21:18:40',0,NULL,NULL,NULL,1,NULL),(80,433,9,0,0,'','',0,'','2019-07-11 21:18:41',0,NULL,NULL,NULL,1,NULL),(81,435,9,0,0,'','',0,'','2019-07-11 21:18:44',0,NULL,NULL,NULL,1,NULL),(82,436,9,0,0,'','',0,'','2019-07-11 21:18:44',0,NULL,NULL,NULL,1,NULL),(83,437,9,0,0,'','',0,'','2019-07-11 21:18:45',0,NULL,NULL,NULL,1,NULL),(84,438,9,0,0,'','',0,'','2019-07-11 21:18:45',0,NULL,NULL,NULL,1,NULL),(85,440,9,0,0,'','',0,'','2019-07-11 21:18:49',0,NULL,NULL,NULL,1,NULL),(86,441,9,0,0,'','',0,'','2019-07-11 21:18:49',0,NULL,NULL,NULL,1,NULL),(87,442,9,0,0,'','',0,'','2019-07-11 21:18:50',0,NULL,NULL,NULL,1,NULL),(88,443,9,0,0,'','',0,'','2019-07-11 21:18:50',0,NULL,NULL,NULL,1,NULL),(89,445,9,0,0,'','',0,'','2019-07-12 15:29:30',0,NULL,NULL,NULL,1,NULL),(90,446,9,0,0,'','',0,'','2019-07-12 15:29:30',0,NULL,NULL,NULL,1,NULL),(91,447,9,0,0,'','',0,'','2019-07-12 15:29:31',0,NULL,NULL,NULL,1,NULL),(92,448,9,0,0,'','',0,'','2019-07-12 15:29:31',0,NULL,NULL,NULL,1,NULL),(93,450,9,0,0,'','',0,'','2019-07-12 15:29:34',0,NULL,NULL,NULL,1,NULL),(94,451,9,0,0,'','',0,'','2019-07-12 15:29:35',0,NULL,NULL,NULL,1,NULL),(95,452,9,0,0,'','',0,'','2019-07-12 15:29:35',0,NULL,NULL,NULL,1,NULL),(96,453,9,0,0,'','',0,'','2019-07-12 15:29:36',0,NULL,NULL,NULL,1,NULL),(97,455,9,0,0,'','',0,'','2019-07-12 15:29:39',0,NULL,NULL,NULL,1,NULL),(98,456,9,0,0,'','',0,'','2019-07-12 15:29:39',0,NULL,NULL,NULL,1,NULL),(99,457,9,0,0,'','',0,'','2019-07-12 15:29:40',0,NULL,NULL,NULL,1,NULL),(100,458,9,0,0,'','',0,'','2019-07-12 15:29:40',0,NULL,NULL,NULL,1,NULL),(101,460,9,0,0,'','',0,'','2019-07-12 15:29:43',0,NULL,NULL,NULL,1,NULL),(102,461,9,0,0,'','',0,'','2019-07-12 15:29:43',0,NULL,NULL,NULL,1,NULL),(103,462,9,0,0,'','',0,'','2019-07-12 15:29:43',0,NULL,NULL,NULL,1,NULL),(104,463,9,0,0,'','',0,'','2019-07-12 15:29:44',0,NULL,NULL,NULL,1,NULL),(105,465,9,0,0,'','',0,'','2019-07-12 15:29:47',0,NULL,NULL,NULL,1,NULL),(106,466,9,0,0,'','',0,'','2019-07-12 15:29:48',0,NULL,NULL,NULL,1,NULL),(107,467,9,0,0,'','',0,'','2019-07-12 15:29:48',0,NULL,NULL,NULL,1,NULL),(108,468,9,0,0,'','',0,'','2019-07-12 15:29:48',0,NULL,NULL,NULL,1,NULL),(109,470,9,0,0,'','',0,'','2019-07-12 15:29:51',0,NULL,NULL,NULL,1,NULL),(110,471,9,0,0,'','',0,'','2019-07-12 15:29:51',0,NULL,NULL,NULL,1,NULL),(111,472,9,0,0,'','',0,'','2019-07-12 15:29:51',0,NULL,NULL,NULL,1,NULL),(112,473,9,0,0,'','',0,'','2019-07-12 15:29:52',0,NULL,NULL,NULL,1,NULL),(113,475,9,0,0,'','',0,'','2019-07-12 15:29:56',0,NULL,NULL,NULL,1,NULL),(114,476,9,0,0,'','',0,'','2019-07-12 15:29:57',0,NULL,NULL,NULL,1,NULL),(115,477,9,0,0,'','',0,'','2019-07-12 15:29:57',0,NULL,NULL,NULL,1,NULL),(116,478,9,0,0,'','',0,'','2019-07-12 15:29:57',0,NULL,NULL,NULL,1,NULL),(117,480,9,0,0,'','',0,'','2019-07-12 15:29:59',0,NULL,NULL,NULL,1,NULL),(118,481,9,0,0,'','',0,'','2019-07-12 15:29:59',0,NULL,NULL,NULL,1,NULL),(119,482,9,0,0,'','',0,'','2019-07-12 15:30:00',0,NULL,NULL,NULL,1,NULL),(120,483,9,0,0,'','',0,'','2019-07-12 15:30:00',0,NULL,NULL,NULL,1,NULL),(121,485,9,0,0,'','',0,'','2019-07-12 15:30:04',0,NULL,NULL,NULL,1,NULL),(122,486,9,0,0,'','',0,'','2019-07-12 15:30:04',0,NULL,NULL,NULL,1,NULL),(123,487,9,0,0,'','',0,'','2019-07-12 15:30:05',0,NULL,NULL,NULL,1,NULL),(124,488,9,0,0,'','',0,'','2019-07-12 15:30:05',0,NULL,NULL,NULL,1,NULL),(125,490,9,0,0,'','',0,'','2019-07-12 15:30:08',0,NULL,NULL,NULL,1,NULL),(126,491,9,0,0,'','',0,'','2019-07-12 15:30:09',0,NULL,NULL,NULL,1,NULL),(127,492,9,0,0,'','',0,'','2019-07-12 15:30:09',0,NULL,NULL,NULL,1,NULL),(128,493,9,0,0,'','',0,'','2019-07-12 15:30:09',0,NULL,NULL,NULL,1,NULL),(129,495,9,0,0,'','',0,'','2019-07-12 15:30:11',0,NULL,NULL,NULL,1,NULL),(130,496,9,0,0,'','',0,'','2019-07-12 15:30:12',0,NULL,NULL,NULL,1,NULL),(131,497,9,0,0,'','',0,'','2019-07-12 15:30:12',0,NULL,NULL,NULL,1,NULL),(132,498,9,0,0,'','',0,'','2019-07-12 15:30:12',0,NULL,NULL,NULL,1,NULL),(133,160,10,1,0,'025645a06eac851b7d5f0a1a30fdd8e9','local',2,'a:4:{s:3:\"url\";s:41:\"https://cryptowallet.labcp.co?page_id=181\";s:5:\"title\";s:6:\"Wallet\";s:8:\"contents\";a:74:{s:25:\"field-description_coins-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:72:\"Q2hlY2sgb3V0IG91ciBmdWxsIGxpc3Qgb2Ygb3VyIHN1cHBvcnRlZCBjdXJyZW5jaWVzLiA=\";s:6:\"format\";s:6:\"base64\";}s:30:\"field-description_coins-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:19:\"description_coins-0\";}s:30:\"field-description_coins-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:24:\"field-hold_crypto_text-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:716:\"T2YgY291cnNlLCBzb21ldGltZXMgeW914oCZcmUgbm90IHJlYWR5IHRvIHNlbGwgLSB5b3XigJlyZSBpbiBpdCBmb3IgdGhlIGxvbmcgaGF1bC4gTWF5YmUgeW91IHdhbnQgdG8gc2VsbCBhdCBhIGxhdGVyIGRhdGUsIG9yIG1heWJlIGNyeXB0byBpcyB5b3VyIG5ldyBjYXNoIGFuZCB5b3Ugd2FudCB0byB1c2UgeW91ciBmdW5kcyB0byBidXkgZ29vZHMgYW5kIHNlcnZpY2VzIHRocm91Z2ggeW91ciBDcnlwdG9XYWxsZXQgVmlzYSBEZWJpdCBDYXJkLg0KDQpFaXRoZXIgd2F5LCB5b3XigJlsbCBuZWVkIGEgc2FmZSwgc2VjdXJlIHBsYWNlIHRvIHN0b3JlIHlvdXIgZnVuZHMsIGFuZCB0aGF04oCZcyB3aGVyZSB0aGUgV2FsbGV0IHNlY3Rpb24gY29tZXMgaW4uIEhpZ2hseSBlbmNyeXB0ZWQgYW5kIGVhc2lseSBhY2Nlc3NpYmxlIHRocm91Z2ggeW91ciBwaG9uZSB3aXRoIHRoZSBhcHByb3ByaWF0ZSBzZWN1cml0eSBwcm90b2NvbHMsIHlvdXIgd2FsbGV0IGlzIHRoZSBnby10byBwbGFjZSB0byBzdG9yZSB5b3VyIGNyeXB0byBsb25nLXRlcm0u\";s:6:\"format\";s:6:\"base64\";}s:29:\"field-hold_crypto_text-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:18:\"hold_crypto_text-0\";}s:29:\"field-hold_crypto_text-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:25:\"field-hold_crypto_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:16:\"SG9sZCBDcnlwdG8=\";s:6:\"format\";s:6:\"base64\";}s:30:\"field-hold_crypto_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:19:\"hold_crypto_title-0\";}s:30:\"field-hold_crypto_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:24:\"field-sell_crypto_text-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:612:\"U29tZXRpbWVzIHlvdeKAmXZlIGJvdWdodCBpbiBhdCBqdXN0IHRoZSByaWdodCB0aW1lLiBZb3XigJl2ZSB3YXRjaGVkIHlvdXIgaW52ZXN0bWVudCByaXNlIGluIHZhbHVlIGFuZCB5b3VyIHJlYWR5IHRvIGNhc2ggb3V0IHlvdXIgZWFybmluZ3MgaW4gZmlhdCBvciB0cmFkZSBpdCBmb3IgYW5vdGhlciBjcnlwdG9jdXJyZW5jeSB5b3UgdGhpbmsgY291bGQgc2hvb3QgdXAgaW4gcHJpY2Ugc29vbi4NCg0KVGhhdOKAmXMgZWFzeS4gQWNjZXNzIG91ciBhcHAgb3IgZGVza3RvcCBwbGF0Zm9ybS4gVXNlIG91ciBFeGNoYW5nZSBzZWN0aW9uIHRvIHNldCB0aGUgYW1vdW50IG9mIGNyeXB0byB5b3Ugd2FudCB0byBzZWxsIGFuZCB3aGljaCBjdXJyZW5jeSB5b3Ugd2FudCB0byBzZWxsIGl0IGZvci4gV2hlbiB5b3XigJlyZSBoYXBweSB3aXRoIHRoZSBwcmljZSwgaGl0IHRoZSDigJxTZWxs4oCdIGJ1dHRvbi4=\";s:6:\"format\";s:6:\"base64\";}s:29:\"field-sell_crypto_text-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:18:\"sell_crypto_text-0\";}s:29:\"field-sell_crypto_text-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:25:\"field-sell_crypto_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:16:\"U2VsbCBDcnlwdG8=\";s:6:\"format\";s:6:\"base64\";}s:30:\"field-sell_crypto_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:19:\"sell_crypto_title-0\";}s:30:\"field-sell_crypto_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:24:\"field-send_crypto_text-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:788:\"VXNlIHRoZSBXYWxsZXQgQXBwIHRvIHNlbmQgY3J5cHRvY3VycmVuY3kgdG8gYW55IHdhbGxldCwgYW55IHRpbWUuIFRoZSBhYmlsaXR5IHRvIHNlbmQgZnVuZHMgZWFzaWx5IHRvIGFueW9uZSB5b3Ugd2FudCBpcyBvbmUgb2YgdGhlIG1haW4gc2VsbGluZyBwb2ludHMgb2YgY3J5cHRvIG92ZXIgZmlhdCBjdXJyZW5jeSAtIGZvcmdldCBhYm91dCBmaWxsaW5nIG91dCBsZW5ndGh5IGZvcm1zIGV2ZXJ5IHRpbWUgeW91IHdhbnQgdG8gbWFrZSBhIHB1cmNoYXNlIG9yIHRyYW5zZmVyLg0KDQpBIGNyeXB0b2N1cnJlbmN5IHRyYW5zZmVyIGlzIGFzIHNpbXBsZSBhcyBzY2FubmluZyBhIFFSIGNvZGUgb3IgY29weWluZyBhbmQgcGFzdGluZyBhIHdhbGxldCBhZGRyZXNzIGFuZCBoaXR0aW5nIHRoZSDigJxTZW5k4oCdIGJ1dHRvbi4gVGhhdOKAmXMgaXQhIFRoZSBXYWxsZXQgYXBwIG9mZmVycyBhbiBpbmNyZWRpYmx5IHNlYW1sZXNzIGV4cGVyaWVuY2UgdGhhdCBtYWtlcyBvbmxpbmUgcHVyY2hhc2VzIGZhc3RlciB0aGFuIGV2ZXIgYmVmb3JlLiBZb3UgY2FuIGFsc28gc2VuZCBjcnlwdG8gdGhyb3VnaCBvdXIgZGVza3RvcCBwbGF0Zm9ybS4=\";s:6:\"format\";s:6:\"base64\";}s:29:\"field-send_crypto_text-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:18:\"send_crypto_text-0\";}s:29:\"field-send_crypto_text-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:25:\"field-send_crypto_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:16:\"U2VuZCBDcnlwdG8=\";s:6:\"format\";s:6:\"base64\";}s:30:\"field-send_crypto_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:19:\"send_crypto_title-0\";}s:30:\"field-send_crypto_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:25:\"field-show_crypto_funds-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"MQ==\";s:6:\"format\";s:6:\"base64\";}s:30:\"field-show_crypto_funds-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:19:\"show_crypto_funds-0\";}s:30:\"field-show_crypto_funds-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:19:\"field-step_1_text-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:88:\"dG9wIHVwIHdpdGggZmlhdCB1c2luZyBhIGJhbmsgZHJhZnQgb3IgY3JlZGl0IGNhcmQgdG8gZ2V0IHN0YXJ0ZWQu\";s:6:\"format\";s:6:\"base64\";}s:24:\"field-step_1_text-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:13:\"step_1_text-0\";}s:24:\"field-step_1_text-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-step_1_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:12:\"TG9hZCBGaWF0\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-step_1_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"step_1_title-0\";}s:25:\"field-step_1_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:19:\"field-step_2_text-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:88:\"QnV5IDEzIGNyeXB0b2N1cnJlbmNpZXMgYXMgd2VsbCBhcyBvdGhlciBFUkMtMjAgdG9rZW5zLCBpbnN0YW50bHku\";s:6:\"format\";s:6:\"base64\";}s:24:\"field-step_2_text-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:13:\"step_2_text-0\";}s:24:\"field-step_2_text-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-step_2_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:16:\"QnV5IENyeXB0bw==\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-step_2_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"step_2_title-0\";}s:25:\"field-step_2_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:19:\"field-step_3_text-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:92:\"WW91ciBmdW5kcyBhcmUgc2VjdXJlZCBzYWZlbHkgaW4gdGhlIGVuY3J5cHRlZCBDcnlwdG9XYWxsZXQgcGxhdGZvcm0u\";s:6:\"format\";s:6:\"base64\";}s:24:\"field-step_3_text-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:13:\"step_3_text-0\";}s:24:\"field-step_3_text-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-step_3_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:12:\"UmVzdCBFYXN5\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-step_3_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"step_3_title-0\";}s:25:\"field-step_3_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:16:\"field-text_buy-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:72:\"TG9hZGluZyBDcnlwdG9XYWxsZXQgd2l0aCBmdW5kcyBjb3VsZG7igJl0IGJlIGVhc2llci4=\";s:6:\"format\";s:6:\"base64\";}s:21:\"field-text_buy-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:10:\"text_buy-0\";}s:21:\"field-text_buy-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:22:\"field-text_questions-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:696:\"Q3J5cHRvV2FsbGV0IG9mZmVycyBmaWF0IHdhbGxldHMgdG8gc3RvcmUgRVVSIGFuZCBHQlAgZmlhdCBjdXJyZW5jaWVzLCBhbmQgZWFjaCB1c2VyIGNhbiBoYXZlIHRoZWlyIG93biBkZWRpY2F0ZWQgaW50ZXJuYXRpb25hbCBiYW5rIGFjY291bnQgbnVtYmVycyAoSUJBTnMpIGZvciBFVVIgYW5kIEdCUCBzdG9yYWdlLg0KDQpUaGlzIG9wZW5zIHVwIGEgd29ybGQgb2YgcG9zc2liaWxpdGllcy4gVXNlcnMgY2FuIGV4Y2hhbmdlIGNyeXB0byBmb3IgZmlhdCBhbmQgdXNlIHRoZWlyIGZ1bmRzIHRvIHBheSByZW50LCB1dGlsaXR5IGJpbGxzLCBvciBtYWtlIGFueSBvdGhlciBraW5kIG9mIFNFUEEgYmFuayB0cmFuc2ZlciB1c2luZyBDcnlwdG9XYWxsZXQuIEFzIHdlbGwgYXMgc3BlbmRpbmcgY3J5cHRvIGluIHN0b3JlcywgdXNlcnMgY2FuIG5vdyBlZmZlY3RpdmVseSB1c2UgY3J5cHRvIHRvIHBheSBldmVyeWRheSBleHBlbnNlcyBieSBiYW5rIHRyYW5zZmVyIGFsbCB3aXRoaW4gb25lIHNlY3VyZSBwbGF0Zm9ybS4=\";s:6:\"format\";s:6:\"base64\";}s:27:\"field-text_questions-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:16:\"text_questions-0\";}s:27:\"field-text_questions-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:21:\"field-text_security-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:348:\"WW91ciBmdW5kcyBhcmUgc2VjdXJlZCBieSBCaXRHbyBUcnVzdCBDb21wYW55LCBhIGxpY2Vuc2VkIHF1YWxpZmllZCBjdXN0b2RpYW4gYnkgdGhlIFNvdXRoIERha290YSwgVVMgRGl2aXNpb24gb2ZCYW5raW5nLiBCaXRHbyBpcyBTT0MgMiBjb21wbGlhbnQsIGFzIHZlcmlmaWVkIGluIGEgMjAxOCBhdWRpdCBieSBEZWxvaXR0ZS4gQml0R28gaGFzIGEgY29uZmlybWVkIENyeXB0b2N1cnJlbmN5IFNlY3VyaXR5IFN0YW5kYXJkIChDQ1NTKSBMZXZlbCAzLg==\";s:6:\"format\";s:6:\"base64\";}s:26:\"field-text_security-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:15:\"text_security-0\";}s:26:\"field-text_security-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:17:\"field-title_buy-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:16:\"QnV5IENyeXB0bw==\";s:6:\"format\";s:6:\"base64\";}s:22:\"field-title_buy-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:11:\"title_buy-0\";}s:22:\"field-title_buy-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:19:\"field-title_coins-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:72:\"QnV5LCBTdG9yZSwgYW5kIFRyYWRlDQoxMyBEaWZmZXJlbnQgQ3J5cHRvY3VycmVuY2llcw==\";s:6:\"format\";s:6:\"base64\";}s:24:\"field-title_coins-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:13:\"title_coins-0\";}s:24:\"field-title_coins-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:22:\"field-title_download-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:24:\"RG93bmxvYWQgQXBwIE5vdw==\";s:6:\"format\";s:6:\"base64\";}s:27:\"field-title_download-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:16:\"title_download-0\";}s:27:\"field-title_download-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:23:\"field-title_questions-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:40:\"UGF5IEJpbGxzIGFuZCBCYW5rIFRyYW5zZmVycw==\";s:6:\"format\";s:6:\"base64\";}s:28:\"field-title_questions-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:17:\"title_questions-0\";}s:28:\"field-title_questions-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:22:\"field-title_security-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:76:\"V2UgVGFrZSBZb3VyIFNlY3VyaXR5IFNlcmlvdXNseSBTbyBZb3UgQ2FuIFNsZWVwIGF0IE5pZ2h0\";s:6:\"format\";s:6:\"base64\";}s:27:\"field-title_security-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:16:\"title_security-0\";}s:27:\"field-title_security-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:17:\"field-_subtitle-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:28:\"ZmllbGRfNWQxY2NhMTYyZTQwZQ==\";s:6:\"format\";s:6:\"base64\";}s:22:\"field-_subtitle-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:11:\"_subtitle-0\";}s:22:\"field-_subtitle-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:11:\"original_id\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";i:181;}s:5:\"title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"V2FsbGV0\";s:6:\"format\";s:6:\"base64\";}s:4:\"body\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:0:\"\";s:6:\"format\";s:6:\"base64\";}s:7:\"excerpt\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:0:\"\";s:6:\"format\";s:6:\"base64\";}s:4:\"t_10\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:12:\"T3B0aW9uYWw=\";s:6:\"format\";s:6:\"base64\";}}s:4:\"type\";s:4:\"post\";}','2019-07-12 15:53:32',0,NULL,NULL,NULL,1,NULL),(134,500,9,0,0,'','',0,'','2019-07-12 17:40:20',0,NULL,NULL,NULL,1,NULL),(135,501,9,0,0,'','',0,'','2019-07-12 17:40:20',0,NULL,NULL,NULL,1,NULL),(136,502,9,0,0,'','',0,'','2019-07-12 17:40:21',0,NULL,NULL,NULL,1,NULL),(137,503,9,0,0,'','',0,'','2019-07-12 17:40:21',0,NULL,NULL,NULL,1,NULL),(138,505,9,0,0,'','',0,'','2019-07-12 17:40:24',0,NULL,NULL,NULL,1,NULL),(139,506,9,0,0,'','',0,'','2019-07-12 17:40:25',0,NULL,NULL,NULL,1,NULL),(140,507,9,0,0,'','',0,'','2019-07-12 17:40:26',0,NULL,NULL,NULL,1,NULL),(141,508,9,0,0,'','',0,'','2019-07-12 17:40:26',0,NULL,NULL,NULL,1,NULL),(142,510,9,0,0,'','',0,'','2019-07-12 17:40:30',0,NULL,NULL,NULL,1,NULL),(143,511,9,0,0,'','',0,'','2019-07-12 17:40:31',0,NULL,NULL,NULL,1,NULL),(144,512,9,0,0,'','',0,'','2019-07-12 17:40:31',0,NULL,NULL,NULL,1,NULL),(145,513,9,0,0,'','',0,'','2019-07-12 17:40:32',0,NULL,NULL,NULL,1,NULL),(146,515,9,0,0,'','',0,'','2019-07-12 17:40:34',0,NULL,NULL,NULL,1,NULL),(147,516,9,0,0,'','',0,'','2019-07-12 17:40:35',0,NULL,NULL,NULL,1,NULL),(148,517,9,0,0,'','',0,'','2019-07-12 17:40:35',0,NULL,NULL,NULL,1,NULL),(149,518,9,0,0,'','',0,'','2019-07-12 17:40:35',0,NULL,NULL,NULL,1,NULL),(150,520,9,0,0,'','',0,'','2019-07-12 17:40:38',0,NULL,NULL,NULL,1,NULL),(151,521,9,0,0,'','',0,'','2019-07-12 17:40:38',0,NULL,NULL,NULL,1,NULL),(152,522,9,0,0,'','',0,'','2019-07-12 17:40:39',0,NULL,NULL,NULL,1,NULL),(153,523,9,0,0,'','',0,'','2019-07-12 17:40:39',0,NULL,NULL,NULL,1,NULL),(154,525,9,0,0,'','',0,'','2019-07-12 17:40:43',0,NULL,NULL,NULL,1,NULL),(155,526,9,0,0,'','',0,'','2019-07-12 17:40:43',0,NULL,NULL,NULL,1,NULL),(156,527,9,0,0,'','',0,'','2019-07-12 17:40:44',0,NULL,NULL,NULL,1,NULL),(157,528,9,0,0,'','',0,'','2019-07-12 17:40:44',0,NULL,NULL,NULL,1,NULL),(158,530,9,0,0,'','',0,'','2019-07-24 20:44:52',0,NULL,NULL,NULL,1,NULL),(159,531,9,0,0,'','',0,'','2019-07-24 20:44:52',0,NULL,NULL,NULL,1,NULL),(160,532,9,0,0,'','',0,'','2019-07-24 20:44:52',0,NULL,NULL,NULL,1,NULL),(161,533,9,0,0,'','',0,'','2019-07-24 20:44:52',0,NULL,NULL,NULL,1,NULL),(162,543,9,0,0,'','',0,'','2019-08-06 21:22:00',0,NULL,NULL,NULL,1,NULL),(163,544,9,0,0,'','',0,'','2019-08-06 21:22:00',0,NULL,NULL,NULL,1,NULL),(164,545,9,0,0,'','',0,'','2019-08-06 21:22:00',0,NULL,NULL,NULL,1,NULL),(165,546,9,0,0,'','',0,'','2019-08-06 21:22:00',0,NULL,NULL,NULL,1,NULL),(166,548,9,0,0,'','',0,'','2019-08-06 21:22:05',0,NULL,NULL,NULL,1,NULL),(167,549,9,0,0,'','',0,'','2019-08-06 21:22:05',0,NULL,NULL,NULL,1,NULL),(168,550,9,0,0,'','',0,'','2019-08-06 21:22:05',0,NULL,NULL,NULL,1,NULL),(169,551,9,0,0,'','',0,'','2019-08-06 21:22:05',0,NULL,NULL,NULL,1,NULL),(170,553,9,0,0,'','',0,'','2019-08-06 21:22:08',0,NULL,NULL,NULL,1,NULL),(171,554,9,0,0,'','',0,'','2019-08-06 21:22:08',0,NULL,NULL,NULL,1,NULL),(172,555,9,0,0,'','',0,'','2019-08-06 21:22:08',0,NULL,NULL,NULL,1,NULL),(173,556,9,0,0,'','',0,'','2019-08-06 21:22:08',0,NULL,NULL,NULL,1,NULL),(174,558,9,0,0,'','',0,'','2019-08-06 21:22:10',0,NULL,NULL,NULL,1,NULL),(175,559,9,0,0,'','',0,'','2019-08-06 21:22:10',0,NULL,NULL,NULL,1,NULL),(176,560,9,0,0,'','',0,'','2019-08-06 21:22:10',0,NULL,NULL,NULL,1,NULL),(177,561,9,0,0,'','',0,'','2019-08-06 21:22:10',0,NULL,NULL,NULL,1,NULL),(178,563,9,0,0,'','',0,'','2019-08-06 21:22:11',0,NULL,NULL,NULL,1,NULL),(179,564,9,0,0,'','',0,'','2019-08-06 21:22:11',0,NULL,NULL,NULL,1,NULL),(180,565,9,0,0,'','',0,'','2019-08-06 21:22:11',0,NULL,NULL,NULL,1,NULL),(181,566,9,0,0,'','',0,'','2019-08-06 21:22:11',0,NULL,NULL,NULL,1,NULL),(182,568,9,0,0,'','',0,'','2019-08-06 21:22:13',0,NULL,NULL,NULL,1,NULL),(183,569,9,0,0,'','',0,'','2019-08-06 21:22:13',0,NULL,NULL,NULL,1,NULL),(184,570,9,0,0,'','',0,'','2019-08-06 21:22:13',0,NULL,NULL,NULL,1,NULL),(185,571,9,0,0,'','',0,'','2019-08-06 21:22:13',0,NULL,NULL,NULL,1,NULL),(186,582,9,0,0,'','',0,'','2019-08-20 00:38:10',0,NULL,NULL,NULL,1,NULL),(187,583,9,0,0,'','',0,'','2019-08-20 00:38:10',0,NULL,NULL,NULL,1,NULL),(188,584,9,0,0,'','',0,'','2019-08-20 00:38:10',0,NULL,NULL,NULL,1,NULL),(189,585,9,0,0,'','',0,'','2019-08-20 00:38:10',0,NULL,NULL,NULL,1,NULL),(190,587,9,0,0,'','',0,'','2019-08-20 00:38:11',0,NULL,NULL,NULL,1,NULL),(191,588,9,0,0,'','',0,'','2019-08-20 00:38:11',0,NULL,NULL,NULL,1,NULL),(192,589,9,0,0,'','',0,'','2019-08-20 00:38:11',0,NULL,NULL,NULL,1,NULL),(193,590,9,0,0,'','',0,'','2019-08-20 00:38:11',0,NULL,NULL,NULL,1,NULL),(194,592,9,0,0,'','',0,'','2019-08-20 00:38:12',0,NULL,NULL,NULL,1,NULL),(195,593,9,0,0,'','',0,'','2019-08-20 00:38:12',0,NULL,NULL,NULL,1,NULL),(196,594,9,0,0,'','',0,'','2019-08-20 00:38:12',0,NULL,NULL,NULL,1,NULL),(197,595,9,0,0,'','',0,'','2019-08-20 00:38:12',0,NULL,NULL,NULL,1,NULL),(198,597,9,0,0,'','',0,'','2019-08-20 00:38:12',0,NULL,NULL,NULL,1,NULL),(199,598,9,0,0,'','',0,'','2019-08-20 00:38:12',0,NULL,NULL,NULL,1,NULL),(200,599,9,0,0,'','',0,'','2019-08-20 00:38:13',0,NULL,NULL,NULL,1,NULL),(201,600,9,0,0,'','',0,'','2019-08-20 00:38:13',0,NULL,NULL,NULL,1,NULL),(202,602,9,0,0,'','',0,'','2019-08-20 00:38:13',0,NULL,NULL,NULL,1,NULL),(203,603,9,0,0,'','',0,'','2019-08-20 00:38:13',0,NULL,NULL,NULL,1,NULL),(204,604,9,0,0,'','',0,'','2019-08-20 00:38:13',0,NULL,NULL,NULL,1,NULL),(205,605,9,0,0,'','',0,'','2019-08-20 00:38:13',0,NULL,NULL,NULL,1,NULL),(206,607,9,0,0,'','',0,'','2019-08-20 00:38:14',0,NULL,NULL,NULL,1,NULL),(207,608,9,0,0,'','',0,'','2019-08-20 00:38:14',0,NULL,NULL,NULL,1,NULL),(208,609,9,0,0,'','',0,'','2019-08-20 00:38:14',0,NULL,NULL,NULL,1,NULL),(209,610,9,0,0,'','',0,'','2019-08-20 00:38:14',0,NULL,NULL,NULL,1,NULL),(210,612,9,0,0,'','',0,'','2019-08-21 22:47:11',0,NULL,NULL,NULL,1,NULL),(211,613,9,0,0,'','',0,'','2019-08-21 22:47:11',0,NULL,NULL,NULL,1,NULL),(212,614,9,0,0,'','',0,'','2019-08-21 22:47:11',0,NULL,NULL,NULL,1,NULL),(213,615,9,0,0,'','',0,'','2019-08-21 22:47:11',0,NULL,NULL,NULL,1,NULL),(214,617,9,0,0,'','',0,'','2019-08-21 22:47:45',0,NULL,NULL,NULL,1,NULL),(215,618,9,0,0,'','',0,'','2019-08-21 22:47:45',0,NULL,NULL,NULL,1,NULL),(216,619,9,0,0,'','',0,'','2019-08-21 22:47:45',0,NULL,NULL,NULL,1,NULL),(217,620,9,0,0,'','',0,'','2019-08-21 22:47:45',0,NULL,NULL,NULL,1,NULL),(218,684,9,0,0,'','',0,'','2019-09-20 19:01:47',0,NULL,NULL,NULL,1,NULL),(219,685,9,0,0,'','',0,'','2019-09-20 19:01:48',0,NULL,NULL,NULL,1,NULL),(220,686,9,0,0,'','',0,'','2019-09-20 19:01:48',0,NULL,NULL,NULL,1,NULL),(221,687,9,0,0,'','',0,'','2019-09-20 19:01:48',0,NULL,NULL,NULL,1,NULL),(222,689,9,0,0,'','',0,'','2019-09-20 19:01:48',0,NULL,NULL,NULL,1,NULL),(223,690,9,0,0,'','',0,'','2019-09-20 19:01:48',0,NULL,NULL,NULL,1,NULL),(224,691,9,0,0,'','',0,'','2019-09-20 19:01:48',0,NULL,NULL,NULL,1,NULL),(225,692,9,0,0,'','',0,'','2019-09-20 19:01:48',0,NULL,NULL,NULL,1,NULL),(226,694,9,0,0,'','',0,'','2019-09-20 19:12:43',0,NULL,NULL,NULL,1,NULL),(227,695,9,0,0,'','',0,'','2019-09-20 19:12:43',0,NULL,NULL,NULL,1,NULL),(228,696,9,0,0,'','',0,'','2019-09-20 19:12:43',0,NULL,NULL,NULL,1,NULL),(229,697,9,0,0,'','',0,'','2019-09-20 19:12:43',0,NULL,NULL,NULL,1,NULL),(230,699,9,0,0,'','',0,'','2019-09-20 19:14:52',0,NULL,NULL,NULL,1,NULL),(231,700,9,0,0,'','',0,'','2019-09-20 19:14:53',0,NULL,NULL,NULL,1,NULL),(232,701,9,0,0,'','',0,'','2019-09-20 19:14:53',0,NULL,NULL,NULL,1,NULL),(233,702,9,0,0,'','',0,'','2019-09-20 19:14:53',0,NULL,NULL,NULL,1,NULL),(234,705,0,0,1,'719cc5c86d9f9de9194e4069522229e3','',0,'a:4:{s:3:\"url\";s:41:\"http://cryptowallet.labcp.co?page_id=1102\";s:5:\"title\";s:6:\"Home 2\";s:8:\"contents\";a:11:{s:13:\"field-title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:48:\"Q3J5cHRvIElzIE1vbmV5IC0gDQpMZXTigJlzIFVzZSBJdC4=\";s:6:\"format\";s:6:\"base64\";}s:18:\"field-title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:7:\"title-0\";}s:18:\"field-title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:19:\"field-description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:240:\"VGhpcyBpcyB0aGUgZnV0dXJlIG9mIGNyeXB0byBiYW5raW5nLiBDcnlwdG9XYWxsZXQgaXMgeW91ciBnYXRld2F5IHRvIGRpZ2l0YWwgY3VycmVuY3kgYW5kIGJleW9uZC4gSW50ZWdyYXRlIGNyeXB0byBwYXltZW50cyBpbnRvIHlvdXIgYnVzaW5lc3Mgb3Igc3BlbmQgeW91ciBjcnlwdG8gaW4gYW55IHN0b3JlLg==\";s:6:\"format\";s:6:\"base64\";}s:24:\"field-description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:13:\"description-0\";}s:24:\"field-description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:11:\"original_id\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";i:1102;}s:5:\"title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"SG9tZSAy\";s:6:\"format\";s:6:\"base64\";}s:4:\"body\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:0:\"\";s:6:\"format\";s:6:\"base64\";}s:7:\"excerpt\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:0:\"\";s:6:\"format\";s:6:\"base64\";}s:4:\"t_10\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:12:\"T3B0aW9uYWw=\";s:6:\"format\";s:6:\"base64\";}}s:4:\"type\";s:4:\"post\";}','2019-10-09 23:42:15',0,NULL,NULL,NULL,1,NULL),(235,706,0,0,1,'719cc5c86d9f9de9194e4069522229e3','',0,'a:4:{s:3:\"url\";s:41:\"http://cryptowallet.labcp.co?page_id=1102\";s:5:\"title\";s:6:\"Home 2\";s:8:\"contents\";a:11:{s:13:\"field-title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:48:\"Q3J5cHRvIElzIE1vbmV5IC0gDQpMZXTigJlzIFVzZSBJdC4=\";s:6:\"format\";s:6:\"base64\";}s:18:\"field-title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:7:\"title-0\";}s:18:\"field-title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:19:\"field-description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:240:\"VGhpcyBpcyB0aGUgZnV0dXJlIG9mIGNyeXB0byBiYW5raW5nLiBDcnlwdG9XYWxsZXQgaXMgeW91ciBnYXRld2F5IHRvIGRpZ2l0YWwgY3VycmVuY3kgYW5kIGJleW9uZC4gSW50ZWdyYXRlIGNyeXB0byBwYXltZW50cyBpbnRvIHlvdXIgYnVzaW5lc3Mgb3Igc3BlbmQgeW91ciBjcnlwdG8gaW4gYW55IHN0b3JlLg==\";s:6:\"format\";s:6:\"base64\";}s:24:\"field-description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:13:\"description-0\";}s:24:\"field-description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:11:\"original_id\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";i:1102;}s:5:\"title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"SG9tZSAy\";s:6:\"format\";s:6:\"base64\";}s:4:\"body\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:0:\"\";s:6:\"format\";s:6:\"base64\";}s:7:\"excerpt\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:0:\"\";s:6:\"format\";s:6:\"base64\";}s:4:\"t_10\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:12:\"T3B0aW9uYWw=\";s:6:\"format\";s:6:\"base64\";}}s:4:\"type\";s:4:\"post\";}','2019-10-09 23:42:15',0,NULL,NULL,NULL,1,NULL),(236,707,0,0,1,'719cc5c86d9f9de9194e4069522229e3','',0,'a:4:{s:3:\"url\";s:41:\"http://cryptowallet.labcp.co?page_id=1102\";s:5:\"title\";s:6:\"Home 2\";s:8:\"contents\";a:11:{s:13:\"field-title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:48:\"Q3J5cHRvIElzIE1vbmV5IC0gDQpMZXTigJlzIFVzZSBJdC4=\";s:6:\"format\";s:6:\"base64\";}s:18:\"field-title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:7:\"title-0\";}s:18:\"field-title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:19:\"field-description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:240:\"VGhpcyBpcyB0aGUgZnV0dXJlIG9mIGNyeXB0byBiYW5raW5nLiBDcnlwdG9XYWxsZXQgaXMgeW91ciBnYXRld2F5IHRvIGRpZ2l0YWwgY3VycmVuY3kgYW5kIGJleW9uZC4gSW50ZWdyYXRlIGNyeXB0byBwYXltZW50cyBpbnRvIHlvdXIgYnVzaW5lc3Mgb3Igc3BlbmQgeW91ciBjcnlwdG8gaW4gYW55IHN0b3JlLg==\";s:6:\"format\";s:6:\"base64\";}s:24:\"field-description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:13:\"description-0\";}s:24:\"field-description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:11:\"original_id\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";i:1102;}s:5:\"title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"SG9tZSAy\";s:6:\"format\";s:6:\"base64\";}s:4:\"body\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:0:\"\";s:6:\"format\";s:6:\"base64\";}s:7:\"excerpt\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:0:\"\";s:6:\"format\";s:6:\"base64\";}s:4:\"t_10\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:12:\"T3B0aW9uYWw=\";s:6:\"format\";s:6:\"base64\";}}s:4:\"type\";s:4:\"post\";}','2019-10-09 23:42:15',0,NULL,NULL,NULL,1,NULL),(237,708,0,0,1,'719cc5c86d9f9de9194e4069522229e3','',0,'a:4:{s:3:\"url\";s:41:\"http://cryptowallet.labcp.co?page_id=1102\";s:5:\"title\";s:6:\"Home 2\";s:8:\"contents\";a:11:{s:13:\"field-title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:48:\"Q3J5cHRvIElzIE1vbmV5IC0gDQpMZXTigJlzIFVzZSBJdC4=\";s:6:\"format\";s:6:\"base64\";}s:18:\"field-title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:7:\"title-0\";}s:18:\"field-title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:19:\"field-description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:240:\"VGhpcyBpcyB0aGUgZnV0dXJlIG9mIGNyeXB0byBiYW5raW5nLiBDcnlwdG9XYWxsZXQgaXMgeW91ciBnYXRld2F5IHRvIGRpZ2l0YWwgY3VycmVuY3kgYW5kIGJleW9uZC4gSW50ZWdyYXRlIGNyeXB0byBwYXltZW50cyBpbnRvIHlvdXIgYnVzaW5lc3Mgb3Igc3BlbmQgeW91ciBjcnlwdG8gaW4gYW55IHN0b3JlLg==\";s:6:\"format\";s:6:\"base64\";}s:24:\"field-description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:13:\"description-0\";}s:24:\"field-description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:11:\"original_id\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";i:1102;}s:5:\"title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"SG9tZSAy\";s:6:\"format\";s:6:\"base64\";}s:4:\"body\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:0:\"\";s:6:\"format\";s:6:\"base64\";}s:7:\"excerpt\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:0:\"\";s:6:\"format\";s:6:\"base64\";}s:4:\"t_10\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:12:\"T3B0aW9uYWw=\";s:6:\"format\";s:6:\"base64\";}}s:4:\"type\";s:4:\"post\";}','2019-10-09 23:42:15',0,NULL,NULL,NULL,1,NULL),(238,1105,9,0,0,'','',0,'','2020-01-20 20:58:36',0,NULL,NULL,NULL,1,NULL),(239,1106,9,0,0,'','',0,'','2020-01-20 20:58:36',0,NULL,NULL,NULL,1,NULL),(240,1107,9,0,0,'','',0,'','2020-01-20 20:58:36',0,NULL,NULL,NULL,1,NULL),(241,1108,9,0,0,'','',0,'','2020-01-20 20:58:36',0,NULL,NULL,NULL,1,NULL),(242,1110,9,0,0,'','',0,'','2020-01-20 20:58:45',0,NULL,NULL,NULL,1,NULL),(243,1111,9,0,0,'','',0,'','2020-01-20 20:58:45',0,NULL,NULL,NULL,1,NULL),(244,1112,9,0,0,'','',0,'','2020-01-20 20:58:45',0,NULL,NULL,NULL,1,NULL),(245,1113,9,0,0,'','',0,'','2020-01-20 20:58:45',0,NULL,NULL,NULL,1,NULL),(246,1115,9,0,0,'','',0,'','2020-01-20 20:58:53',0,NULL,NULL,NULL,1,NULL),(247,1116,9,0,0,'','',0,'','2020-01-20 20:58:53',0,NULL,NULL,NULL,1,NULL),(248,1117,9,0,0,'','',0,'','2020-01-20 20:58:53',0,NULL,NULL,NULL,1,NULL),(249,1118,9,0,0,'','',0,'','2020-01-20 20:58:53',0,NULL,NULL,NULL,1,NULL),(250,1120,9,0,0,'','',0,'','2020-01-20 20:59:11',0,NULL,NULL,NULL,1,NULL),(251,1121,9,0,0,'','',0,'','2020-01-20 20:59:11',0,NULL,NULL,NULL,1,NULL),(252,1122,9,0,0,'','',0,'','2020-01-20 20:59:11',0,NULL,NULL,NULL,1,NULL),(253,1123,9,0,0,'','',0,'','2020-01-20 20:59:11',0,NULL,NULL,NULL,1,NULL),(254,1125,9,0,0,'','',0,'','2020-01-20 20:59:18',0,NULL,NULL,NULL,1,NULL),(255,1126,9,0,0,'','',0,'','2020-01-20 20:59:18',0,NULL,NULL,NULL,1,NULL),(256,1127,9,0,0,'','',0,'','2020-01-20 20:59:18',0,NULL,NULL,NULL,1,NULL),(257,1128,9,0,0,'','',0,'','2020-01-20 20:59:18',0,NULL,NULL,NULL,1,NULL),(258,1130,9,0,0,'','',0,'','2020-01-20 20:59:26',0,NULL,NULL,NULL,1,NULL),(259,1131,9,0,0,'','',0,'','2020-01-20 20:59:26',0,NULL,NULL,NULL,1,NULL),(260,1132,9,0,0,'','',0,'','2020-01-20 20:59:26',0,NULL,NULL,NULL,1,NULL),(261,1133,9,0,0,'','',0,'','2020-01-20 20:59:26',0,NULL,NULL,NULL,1,NULL),(262,1234,9,0,0,'','',0,'','2020-04-20 18:48:14',0,NULL,NULL,NULL,1,NULL),(263,1235,9,0,0,'','',0,'','2020-04-20 18:48:14',0,NULL,NULL,NULL,1,NULL),(264,1236,9,0,0,'','',0,'','2020-04-20 18:48:14',0,NULL,NULL,NULL,1,NULL),(265,1237,9,0,0,'','',0,'','2020-04-20 18:48:14',0,NULL,NULL,NULL,1,NULL),(266,1239,9,0,0,'','',0,'','2020-04-20 18:57:02',0,NULL,NULL,NULL,1,NULL),(267,1240,9,0,0,'','',0,'','2020-04-20 18:57:02',0,NULL,NULL,NULL,1,NULL),(268,1241,9,0,0,'','',0,'','2020-04-20 18:57:02',0,NULL,NULL,NULL,1,NULL),(269,1242,9,0,0,'','',0,'','2020-04-20 18:57:02',0,NULL,NULL,NULL,1,NULL),(270,1244,9,0,0,'','',0,'','2020-04-20 21:06:46',0,NULL,NULL,NULL,1,NULL),(271,1245,9,0,0,'','',0,'','2020-04-20 21:06:46',0,NULL,NULL,NULL,1,NULL),(272,1246,9,0,0,'','',0,'','2020-04-20 21:06:46',0,NULL,NULL,NULL,1,NULL),(273,1247,9,0,0,'','',0,'','2020-04-20 21:06:46',0,NULL,NULL,NULL,1,NULL),(274,1249,9,0,0,'','',0,'','2020-04-20 21:19:10',0,NULL,NULL,NULL,1,NULL),(275,1250,9,0,0,'','',0,'','2020-04-20 21:19:10',0,NULL,NULL,NULL,1,NULL),(276,1251,9,0,0,'','',0,'','2020-04-20 21:19:10',0,NULL,NULL,NULL,1,NULL),(277,1252,9,0,0,'','',0,'','2020-04-20 21:19:10',0,NULL,NULL,NULL,1,NULL),(278,1254,9,0,0,'','',0,'','2020-04-20 21:19:46',0,NULL,NULL,NULL,1,NULL),(279,1255,9,0,0,'','',0,'','2020-04-20 21:19:46',0,NULL,NULL,NULL,1,NULL),(280,1256,9,0,0,'','',0,'','2020-04-20 21:19:46',0,NULL,NULL,NULL,1,NULL),(281,1257,9,0,0,'','',0,'','2020-04-20 21:19:46',0,NULL,NULL,NULL,1,NULL),(282,1259,9,0,0,'','',0,'','2020-04-20 21:25:33',0,NULL,NULL,NULL,1,NULL),(283,1260,9,0,0,'','',0,'','2020-04-20 21:25:33',0,NULL,NULL,NULL,1,NULL),(284,1261,9,0,0,'','',0,'','2020-04-20 21:25:33',0,NULL,NULL,NULL,1,NULL),(285,1262,9,0,0,'','',0,'','2020-04-20 21:25:33',0,NULL,NULL,NULL,1,NULL),(286,1274,9,0,0,'','',0,'','2020-04-21 20:47:25',0,NULL,NULL,NULL,1,NULL),(287,1275,9,0,0,'','',0,'','2020-04-21 20:47:25',0,NULL,NULL,NULL,1,NULL),(288,1276,9,0,0,'','',0,'','2020-04-21 20:47:25',0,NULL,NULL,NULL,1,NULL),(289,1277,9,0,0,'','',0,'','2020-04-21 20:47:25',0,NULL,NULL,NULL,1,NULL),(290,1301,9,0,0,'','',0,'','2020-05-14 13:18:52',0,NULL,NULL,NULL,1,NULL),(291,1302,9,0,0,'','',0,'','2020-05-14 13:18:52',0,NULL,NULL,NULL,1,NULL),(292,1303,9,0,0,'','',0,'','2020-05-14 13:18:52',0,NULL,NULL,NULL,1,NULL),(293,1304,9,0,0,'','',0,'','2020-05-14 13:18:52',0,NULL,NULL,NULL,1,NULL),(294,1306,9,0,0,'','',0,'','2020-05-14 13:21:31',0,NULL,NULL,NULL,1,NULL),(295,1307,9,0,0,'','',0,'','2020-05-14 13:21:31',0,NULL,NULL,NULL,1,NULL),(296,1308,9,0,0,'','',0,'','2020-05-14 13:21:31',0,NULL,NULL,NULL,1,NULL),(297,1309,9,0,0,'','',0,'','2020-05-14 13:21:31',0,NULL,NULL,NULL,1,NULL),(298,1311,9,0,0,'','',0,'','2020-05-14 13:21:35',0,NULL,NULL,NULL,1,NULL),(299,1312,9,0,0,'','',0,'','2020-05-14 13:21:35',0,NULL,NULL,NULL,1,NULL),(300,1313,9,0,0,'','',0,'','2020-05-14 13:21:35',0,NULL,NULL,NULL,1,NULL),(301,1314,9,0,0,'','',0,'','2020-05-14 13:21:35',0,NULL,NULL,NULL,1,NULL),(302,1316,9,0,0,'','',0,'','2020-05-14 13:21:39',0,NULL,NULL,NULL,1,NULL),(303,1317,9,0,0,'','',0,'','2020-05-14 13:21:39',0,NULL,NULL,NULL,1,NULL),(304,1318,9,0,0,'','',0,'','2020-05-14 13:21:39',0,NULL,NULL,NULL,1,NULL),(305,1319,9,0,0,'','',0,'','2020-05-14 13:21:39',0,NULL,NULL,NULL,1,NULL),(306,1411,9,0,0,'','',0,'','2020-06-03 22:31:31',0,NULL,NULL,NULL,1,NULL),(307,1412,9,0,0,'','',0,'','2020-06-03 22:31:31',0,NULL,NULL,NULL,1,NULL),(308,1413,9,0,0,'','',0,'','2020-06-03 22:31:31',0,NULL,NULL,NULL,1,NULL),(309,1414,9,0,0,'','',0,'','2020-06-03 22:31:31',0,NULL,NULL,NULL,1,NULL),(310,1416,9,0,0,'','',0,'','2020-06-03 22:31:32',0,NULL,NULL,NULL,1,NULL),(311,1417,9,0,0,'','',0,'','2020-06-03 22:31:32',0,NULL,NULL,NULL,1,NULL),(312,1418,9,0,0,'','',0,'','2020-06-03 22:31:32',0,NULL,NULL,NULL,1,NULL),(313,1419,9,0,0,'','',0,'','2020-06-03 22:31:32',0,NULL,NULL,NULL,1,NULL),(314,1421,9,0,0,'','',0,'','2020-06-03 22:31:32',0,NULL,NULL,NULL,1,NULL),(315,1422,9,0,0,'','',0,'','2020-06-03 22:31:32',0,NULL,NULL,NULL,1,NULL),(316,1423,9,0,0,'','',0,'','2020-06-03 22:31:32',0,NULL,NULL,NULL,1,NULL),(317,1424,9,0,0,'','',0,'','2020-06-03 22:31:32',0,NULL,NULL,NULL,1,NULL),(318,1426,9,0,0,'','',0,'','2020-06-03 22:31:33',0,NULL,NULL,NULL,1,NULL),(319,1427,9,0,0,'','',0,'','2020-06-03 22:31:33',0,NULL,NULL,NULL,1,NULL),(320,1428,9,0,0,'','',0,'','2020-06-03 22:31:33',0,NULL,NULL,NULL,1,NULL),(321,1429,9,0,0,'','',0,'','2020-06-03 22:31:33',0,NULL,NULL,NULL,1,NULL),(322,1431,9,0,0,'','',0,'','2020-06-03 22:31:34',0,NULL,NULL,NULL,1,NULL),(323,1432,9,0,0,'','',0,'','2020-06-03 22:31:34',0,NULL,NULL,NULL,1,NULL),(324,1433,9,0,0,'','',0,'','2020-06-03 22:31:34',0,NULL,NULL,NULL,1,NULL),(325,1434,9,0,0,'','',0,'','2020-06-03 22:31:34',0,NULL,NULL,NULL,1,NULL),(326,1436,9,0,0,'','',0,'','2020-06-03 22:31:35',0,NULL,NULL,NULL,1,NULL),(327,1437,9,0,0,'','',0,'','2020-06-03 22:31:35',0,NULL,NULL,NULL,1,NULL),(328,1438,9,0,0,'','',0,'','2020-06-03 22:31:35',0,NULL,NULL,NULL,1,NULL),(329,1439,9,0,0,'','',0,'','2020-06-03 22:31:35',0,NULL,NULL,NULL,1,NULL),(330,1441,9,0,0,'','',0,'','2020-06-03 22:31:36',0,NULL,NULL,NULL,1,NULL),(331,1442,9,0,0,'','',0,'','2020-06-03 22:31:36',0,NULL,NULL,NULL,1,NULL),(332,1443,9,0,0,'','',0,'','2020-06-03 22:31:36',0,NULL,NULL,NULL,1,NULL),(333,1444,9,0,0,'','',0,'','2020-06-03 22:31:36',0,NULL,NULL,NULL,1,NULL),(334,1479,10,2,0,'c5856978fbc478bf6ebde409e2abd29c','local',3,'a:4:{s:3:\"url\";s:41:\"https://cryptowallet.labcp.co?page_id=419\";s:5:\"title\";s:4:\"Home\";s:8:\"contents\";a:11:{s:13:\"field-title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:44:\"Q3J5cHRvIElzIE1vbmV5IC0gTGV0J3MgVXNlIEl0Lg==\";s:6:\"format\";s:6:\"base64\";}s:18:\"field-title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:7:\"title-0\";}s:18:\"field-title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:19:\"field-description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:360:\"VGhpcyBpcyB0aGUgZnV0dXJlIG9mIGNyeXB0byBiYW5raW5nLiBDcnlwdG9XYWxsZXQgaXMgeW91ciBnYXRld2F5IHRvIGRpZ2l0YWwgY3VycmVuY3kgYW5kIGJleW9uZC4gV2l0aCBkZWRpY2F0ZWQgSUJBTnMgZm9yIHN1cHBvcnRlZCBmaWF0IGN1cnJlbmNpZXMsIHlvdSBjYW4gdXNlIENyeXB0b1dhbGxldCB0byBtYWtlIGJhbmsgdHJhbnNmZXJzLCBwYXkgYmlsbHMsIGFuZCBzcGVuZCBjcnlwdG8gaW4gc3RvcmVzLCBhbGwgd2l0aGluIGEgc2luZ2xlIHBsYXRmb3JtLg==\";s:6:\"format\";s:6:\"base64\";}s:24:\"field-description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:13:\"description-0\";}s:24:\"field-description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:11:\"original_id\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";i:419;}s:5:\"title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"SG9tZQ==\";s:6:\"format\";s:6:\"base64\";}s:4:\"body\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:0:\"\";s:6:\"format\";s:6:\"base64\";}s:7:\"excerpt\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:0:\"\";s:6:\"format\";s:6:\"base64\";}s:4:\"t_13\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:12:\"T3BjaW9uYWw=\";s:6:\"format\";s:6:\"base64\";}}s:4:\"type\";s:4:\"post\";}','2020-06-25 12:53:38',0,NULL,NULL,NULL,1,NULL),(335,1546,10,2,0,'c5856978fbc478bf6ebde409e2abd29c','local',3,'a:4:{s:3:\"url\";s:41:\"https://cryptowallet.labcp.co?page_id=419\";s:5:\"title\";s:4:\"Home\";s:8:\"contents\";a:11:{s:13:\"field-title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:44:\"Q3J5cHRvIElzIE1vbmV5IC0gTGV0J3MgVXNlIEl0Lg==\";s:6:\"format\";s:6:\"base64\";}s:18:\"field-title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:7:\"title-0\";}s:18:\"field-title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:19:\"field-description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:360:\"VGhpcyBpcyB0aGUgZnV0dXJlIG9mIGNyeXB0byBiYW5raW5nLiBDcnlwdG9XYWxsZXQgaXMgeW91ciBnYXRld2F5IHRvIGRpZ2l0YWwgY3VycmVuY3kgYW5kIGJleW9uZC4gV2l0aCBkZWRpY2F0ZWQgSUJBTnMgZm9yIHN1cHBvcnRlZCBmaWF0IGN1cnJlbmNpZXMsIHlvdSBjYW4gdXNlIENyeXB0b1dhbGxldCB0byBtYWtlIGJhbmsgdHJhbnNmZXJzLCBwYXkgYmlsbHMsIGFuZCBzcGVuZCBjcnlwdG8gaW4gc3RvcmVzLCBhbGwgd2l0aGluIGEgc2luZ2xlIHBsYXRmb3JtLg==\";s:6:\"format\";s:6:\"base64\";}s:24:\"field-description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:13:\"description-0\";}s:24:\"field-description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:11:\"original_id\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";i:419;}s:5:\"title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"SG9tZQ==\";s:6:\"format\";s:6:\"base64\";}s:4:\"body\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:0:\"\";s:6:\"format\";s:6:\"base64\";}s:7:\"excerpt\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:0:\"\";s:6:\"format\";s:6:\"base64\";}s:4:\"t_13\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:12:\"T3BjaW9uYWw=\";s:6:\"format\";s:6:\"base64\";}}s:4:\"type\";s:4:\"post\";}','2020-06-25 13:14:02',0,NULL,NULL,NULL,1,NULL),(336,1599,10,2,0,'c5856978fbc478bf6ebde409e2abd29c','local',3,'a:4:{s:3:\"url\";s:41:\"https://cryptowallet.labcp.co?page_id=419\";s:5:\"title\";s:4:\"Home\";s:8:\"contents\";a:11:{s:13:\"field-title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:44:\"Q3J5cHRvIElzIE1vbmV5IC0gTGV0J3MgVXNlIEl0Lg==\";s:6:\"format\";s:6:\"base64\";}s:18:\"field-title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:7:\"title-0\";}s:18:\"field-title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:19:\"field-description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:360:\"VGhpcyBpcyB0aGUgZnV0dXJlIG9mIGNyeXB0byBiYW5raW5nLiBDcnlwdG9XYWxsZXQgaXMgeW91ciBnYXRld2F5IHRvIGRpZ2l0YWwgY3VycmVuY3kgYW5kIGJleW9uZC4gV2l0aCBkZWRpY2F0ZWQgSUJBTnMgZm9yIHN1cHBvcnRlZCBmaWF0IGN1cnJlbmNpZXMsIHlvdSBjYW4gdXNlIENyeXB0b1dhbGxldCB0byBtYWtlIGJhbmsgdHJhbnNmZXJzLCBwYXkgYmlsbHMsIGFuZCBzcGVuZCBjcnlwdG8gaW4gc3RvcmVzLCBhbGwgd2l0aGluIGEgc2luZ2xlIHBsYXRmb3JtLg==\";s:6:\"format\";s:6:\"base64\";}s:24:\"field-description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:13:\"description-0\";}s:24:\"field-description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:11:\"original_id\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";i:419;}s:5:\"title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"SG9tZQ==\";s:6:\"format\";s:6:\"base64\";}s:4:\"body\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:0:\"\";s:6:\"format\";s:6:\"base64\";}s:7:\"excerpt\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:0:\"\";s:6:\"format\";s:6:\"base64\";}s:4:\"t_13\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:12:\"T3BjaW9uYWw=\";s:6:\"format\";s:6:\"base64\";}}s:4:\"type\";s:4:\"post\";}','2020-06-25 13:21:01',0,NULL,NULL,NULL,1,NULL),(337,1688,10,1,0,'c5856978fbc478bf6ebde409e2abd29c','local',3,'a:4:{s:3:\"url\";s:41:\"https://cryptowallet.labcp.co?page_id=419\";s:5:\"title\";s:4:\"Home\";s:8:\"contents\";a:11:{s:13:\"field-title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:44:\"Q3J5cHRvIElzIE1vbmV5IC0gTGV0J3MgVXNlIEl0Lg==\";s:6:\"format\";s:6:\"base64\";}s:18:\"field-title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:7:\"title-0\";}s:18:\"field-title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:19:\"field-description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:360:\"VGhpcyBpcyB0aGUgZnV0dXJlIG9mIGNyeXB0byBiYW5raW5nLiBDcnlwdG9XYWxsZXQgaXMgeW91ciBnYXRld2F5IHRvIGRpZ2l0YWwgY3VycmVuY3kgYW5kIGJleW9uZC4gV2l0aCBkZWRpY2F0ZWQgSUJBTnMgZm9yIHN1cHBvcnRlZCBmaWF0IGN1cnJlbmNpZXMsIHlvdSBjYW4gdXNlIENyeXB0b1dhbGxldCB0byBtYWtlIGJhbmsgdHJhbnNmZXJzLCBwYXkgYmlsbHMsIGFuZCBzcGVuZCBjcnlwdG8gaW4gc3RvcmVzLCBhbGwgd2l0aGluIGEgc2luZ2xlIHBsYXRmb3JtLg==\";s:6:\"format\";s:6:\"base64\";}s:24:\"field-description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:13:\"description-0\";}s:24:\"field-description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:11:\"original_id\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";i:419;}s:5:\"title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"SG9tZQ==\";s:6:\"format\";s:6:\"base64\";}s:4:\"body\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:0:\"\";s:6:\"format\";s:6:\"base64\";}s:7:\"excerpt\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:0:\"\";s:6:\"format\";s:6:\"base64\";}s:4:\"t_13\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:12:\"T3BjaW9uYWw=\";s:6:\"format\";s:6:\"base64\";}}s:4:\"type\";s:4:\"post\";}','2020-06-25 14:05:58',0,NULL,NULL,NULL,1,NULL),(338,1713,10,1,0,'c5856978fbc478bf6ebde409e2abd29c','local',3,'a:4:{s:3:\"url\";s:41:\"https://cryptowallet.labcp.co?page_id=419\";s:5:\"title\";s:4:\"Home\";s:8:\"contents\";a:11:{s:13:\"field-title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:44:\"Q3J5cHRvIElzIE1vbmV5IC0gTGV0J3MgVXNlIEl0Lg==\";s:6:\"format\";s:6:\"base64\";}s:18:\"field-title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:7:\"title-0\";}s:18:\"field-title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:19:\"field-description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:360:\"VGhpcyBpcyB0aGUgZnV0dXJlIG9mIGNyeXB0byBiYW5raW5nLiBDcnlwdG9XYWxsZXQgaXMgeW91ciBnYXRld2F5IHRvIGRpZ2l0YWwgY3VycmVuY3kgYW5kIGJleW9uZC4gV2l0aCBkZWRpY2F0ZWQgSUJBTnMgZm9yIHN1cHBvcnRlZCBmaWF0IGN1cnJlbmNpZXMsIHlvdSBjYW4gdXNlIENyeXB0b1dhbGxldCB0byBtYWtlIGJhbmsgdHJhbnNmZXJzLCBwYXkgYmlsbHMsIGFuZCBzcGVuZCBjcnlwdG8gaW4gc3RvcmVzLCBhbGwgd2l0aGluIGEgc2luZ2xlIHBsYXRmb3JtLg==\";s:6:\"format\";s:6:\"base64\";}s:24:\"field-description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:13:\"description-0\";}s:24:\"field-description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:11:\"original_id\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";i:419;}s:5:\"title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"SG9tZQ==\";s:6:\"format\";s:6:\"base64\";}s:4:\"body\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:0:\"\";s:6:\"format\";s:6:\"base64\";}s:7:\"excerpt\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:0:\"\";s:6:\"format\";s:6:\"base64\";}s:4:\"t_13\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:12:\"T3BjaW9uYWw=\";s:6:\"format\";s:6:\"base64\";}}s:4:\"type\";s:4:\"post\";}','2020-06-25 14:07:17',0,NULL,NULL,NULL,1,NULL),(339,1844,10,1,0,'c5856978fbc478bf6ebde409e2abd29c','local',3,'a:4:{s:3:\"url\";s:41:\"https://cryptowallet.labcp.co?page_id=419\";s:5:\"title\";s:4:\"Home\";s:8:\"contents\";a:11:{s:13:\"field-title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:44:\"Q3J5cHRvIElzIE1vbmV5IC0gTGV0J3MgVXNlIEl0Lg==\";s:6:\"format\";s:6:\"base64\";}s:18:\"field-title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:7:\"title-0\";}s:18:\"field-title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:19:\"field-description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:360:\"VGhpcyBpcyB0aGUgZnV0dXJlIG9mIGNyeXB0byBiYW5raW5nLiBDcnlwdG9XYWxsZXQgaXMgeW91ciBnYXRld2F5IHRvIGRpZ2l0YWwgY3VycmVuY3kgYW5kIGJleW9uZC4gV2l0aCBkZWRpY2F0ZWQgSUJBTnMgZm9yIHN1cHBvcnRlZCBmaWF0IGN1cnJlbmNpZXMsIHlvdSBjYW4gdXNlIENyeXB0b1dhbGxldCB0byBtYWtlIGJhbmsgdHJhbnNmZXJzLCBwYXkgYmlsbHMsIGFuZCBzcGVuZCBjcnlwdG8gaW4gc3RvcmVzLCBhbGwgd2l0aGluIGEgc2luZ2xlIHBsYXRmb3JtLg==\";s:6:\"format\";s:6:\"base64\";}s:24:\"field-description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:13:\"description-0\";}s:24:\"field-description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:11:\"original_id\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";i:419;}s:5:\"title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"SG9tZQ==\";s:6:\"format\";s:6:\"base64\";}s:4:\"body\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:0:\"\";s:6:\"format\";s:6:\"base64\";}s:7:\"excerpt\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:0:\"\";s:6:\"format\";s:6:\"base64\";}s:4:\"t_13\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:12:\"T3BjaW9uYWw=\";s:6:\"format\";s:6:\"base64\";}}s:4:\"type\";s:4:\"post\";}','2020-06-25 14:10:59',0,NULL,NULL,NULL,1,NULL),(340,2015,10,2,0,'c5856978fbc478bf6ebde409e2abd29c','local',3,'a:4:{s:3:\"url\";s:41:\"https://cryptowallet.labcp.co?page_id=419\";s:5:\"title\";s:4:\"Home\";s:8:\"contents\";a:11:{s:13:\"field-title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:44:\"Q3J5cHRvIElzIE1vbmV5IC0gTGV0J3MgVXNlIEl0Lg==\";s:6:\"format\";s:6:\"base64\";}s:18:\"field-title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:7:\"title-0\";}s:18:\"field-title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:19:\"field-description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:360:\"VGhpcyBpcyB0aGUgZnV0dXJlIG9mIGNyeXB0byBiYW5raW5nLiBDcnlwdG9XYWxsZXQgaXMgeW91ciBnYXRld2F5IHRvIGRpZ2l0YWwgY3VycmVuY3kgYW5kIGJleW9uZC4gV2l0aCBkZWRpY2F0ZWQgSUJBTnMgZm9yIHN1cHBvcnRlZCBmaWF0IGN1cnJlbmNpZXMsIHlvdSBjYW4gdXNlIENyeXB0b1dhbGxldCB0byBtYWtlIGJhbmsgdHJhbnNmZXJzLCBwYXkgYmlsbHMsIGFuZCBzcGVuZCBjcnlwdG8gaW4gc3RvcmVzLCBhbGwgd2l0aGluIGEgc2luZ2xlIHBsYXRmb3JtLg==\";s:6:\"format\";s:6:\"base64\";}s:24:\"field-description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:13:\"description-0\";}s:24:\"field-description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:11:\"original_id\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";i:419;}s:5:\"title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"SG9tZQ==\";s:6:\"format\";s:6:\"base64\";}s:4:\"body\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:0:\"\";s:6:\"format\";s:6:\"base64\";}s:7:\"excerpt\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:0:\"\";s:6:\"format\";s:6:\"base64\";}s:4:\"t_13\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:12:\"T3BjaW9uYWw=\";s:6:\"format\";s:6:\"base64\";}}s:4:\"type\";s:4:\"post\";}','2020-06-25 16:00:44',0,NULL,NULL,NULL,1,NULL),(341,2036,10,2,0,'c5856978fbc478bf6ebde409e2abd29c','local',3,'a:4:{s:3:\"url\";s:41:\"https://cryptowallet.labcp.co?page_id=419\";s:5:\"title\";s:4:\"Home\";s:8:\"contents\";a:11:{s:13:\"field-title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:44:\"Q3J5cHRvIElzIE1vbmV5IC0gTGV0J3MgVXNlIEl0Lg==\";s:6:\"format\";s:6:\"base64\";}s:18:\"field-title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:7:\"title-0\";}s:18:\"field-title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:19:\"field-description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:360:\"VGhpcyBpcyB0aGUgZnV0dXJlIG9mIGNyeXB0byBiYW5raW5nLiBDcnlwdG9XYWxsZXQgaXMgeW91ciBnYXRld2F5IHRvIGRpZ2l0YWwgY3VycmVuY3kgYW5kIGJleW9uZC4gV2l0aCBkZWRpY2F0ZWQgSUJBTnMgZm9yIHN1cHBvcnRlZCBmaWF0IGN1cnJlbmNpZXMsIHlvdSBjYW4gdXNlIENyeXB0b1dhbGxldCB0byBtYWtlIGJhbmsgdHJhbnNmZXJzLCBwYXkgYmlsbHMsIGFuZCBzcGVuZCBjcnlwdG8gaW4gc3RvcmVzLCBhbGwgd2l0aGluIGEgc2luZ2xlIHBsYXRmb3JtLg==\";s:6:\"format\";s:6:\"base64\";}s:24:\"field-description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:13:\"description-0\";}s:24:\"field-description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:11:\"original_id\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";i:419;}s:5:\"title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"SG9tZQ==\";s:6:\"format\";s:6:\"base64\";}s:4:\"body\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:0:\"\";s:6:\"format\";s:6:\"base64\";}s:7:\"excerpt\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:0:\"\";s:6:\"format\";s:6:\"base64\";}s:4:\"t_13\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:12:\"T3BjaW9uYWw=\";s:6:\"format\";s:6:\"base64\";}}s:4:\"type\";s:4:\"post\";}','2020-06-25 16:01:52',0,NULL,NULL,NULL,1,NULL),(342,2123,9,2,0,'c5856978fbc478bf6ebde409e2abd29c','local',3,'a:4:{s:3:\"url\";s:41:\"https://cryptowallet.labcp.co?page_id=419\";s:5:\"title\";s:4:\"Home\";s:8:\"contents\";a:11:{s:13:\"field-title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:44:\"Q3J5cHRvIElzIE1vbmV5IC0gTGV0J3MgVXNlIEl0Lg==\";s:6:\"format\";s:6:\"base64\";}s:18:\"field-title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:7:\"title-0\";}s:18:\"field-title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:19:\"field-description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:360:\"VGhpcyBpcyB0aGUgZnV0dXJlIG9mIGNyeXB0byBiYW5raW5nLiBDcnlwdG9XYWxsZXQgaXMgeW91ciBnYXRld2F5IHRvIGRpZ2l0YWwgY3VycmVuY3kgYW5kIGJleW9uZC4gV2l0aCBkZWRpY2F0ZWQgSUJBTnMgZm9yIHN1cHBvcnRlZCBmaWF0IGN1cnJlbmNpZXMsIHlvdSBjYW4gdXNlIENyeXB0b1dhbGxldCB0byBtYWtlIGJhbmsgdHJhbnNmZXJzLCBwYXkgYmlsbHMsIGFuZCBzcGVuZCBjcnlwdG8gaW4gc3RvcmVzLCBhbGwgd2l0aGluIGEgc2luZ2xlIHBsYXRmb3JtLg==\";s:6:\"format\";s:6:\"base64\";}s:24:\"field-description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:13:\"description-0\";}s:24:\"field-description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:11:\"original_id\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";i:419;}s:5:\"title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"SG9tZQ==\";s:6:\"format\";s:6:\"base64\";}s:4:\"body\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:0:\"\";s:6:\"format\";s:6:\"base64\";}s:7:\"excerpt\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:0:\"\";s:6:\"format\";s:6:\"base64\";}s:4:\"t_13\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:12:\"T3BjaW9uYWw=\";s:6:\"format\";s:6:\"base64\";}}s:4:\"type\";s:4:\"post\";}','2020-06-25 16:35:15',1,NULL,NULL,NULL,1,NULL),(343,2166,10,2,0,'c5856978fbc478bf6ebde409e2abd29c','local',3,'a:4:{s:3:\"url\";s:41:\"https://cryptowallet.labcp.co?page_id=419\";s:5:\"title\";s:4:\"Home\";s:8:\"contents\";a:11:{s:13:\"field-title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:44:\"Q3J5cHRvIElzIE1vbmV5IC0gTGV0J3MgVXNlIEl0Lg==\";s:6:\"format\";s:6:\"base64\";}s:18:\"field-title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:7:\"title-0\";}s:18:\"field-title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:19:\"field-description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:360:\"VGhpcyBpcyB0aGUgZnV0dXJlIG9mIGNyeXB0byBiYW5raW5nLiBDcnlwdG9XYWxsZXQgaXMgeW91ciBnYXRld2F5IHRvIGRpZ2l0YWwgY3VycmVuY3kgYW5kIGJleW9uZC4gV2l0aCBkZWRpY2F0ZWQgSUJBTnMgZm9yIHN1cHBvcnRlZCBmaWF0IGN1cnJlbmNpZXMsIHlvdSBjYW4gdXNlIENyeXB0b1dhbGxldCB0byBtYWtlIGJhbmsgdHJhbnNmZXJzLCBwYXkgYmlsbHMsIGFuZCBzcGVuZCBjcnlwdG8gaW4gc3RvcmVzLCBhbGwgd2l0aGluIGEgc2luZ2xlIHBsYXRmb3JtLg==\";s:6:\"format\";s:6:\"base64\";}s:24:\"field-description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:13:\"description-0\";}s:24:\"field-description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:11:\"original_id\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";i:419;}s:5:\"title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"SG9tZQ==\";s:6:\"format\";s:6:\"base64\";}s:4:\"body\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:0:\"\";s:6:\"format\";s:6:\"base64\";}s:7:\"excerpt\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:0:\"\";s:6:\"format\";s:6:\"base64\";}s:4:\"t_13\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:12:\"T3BjaW9uYWw=\";s:6:\"format\";s:6:\"base64\";}}s:4:\"type\";s:4:\"post\";}','2020-06-25 16:37:27',0,NULL,NULL,NULL,1,NULL),(346,2579,10,0,1,'e294e8a7ff388aab42de686d78e58dda','',0,'a:4:{s:3:\"url\";s:41:\"https://cryptowallet.labcp.co?page_id=419\";s:5:\"title\";s:4:\"Home\";s:8:\"contents\";a:261:{s:13:\"field-title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:44:\"Q3J5cHRvIElzIE1vbmV5IC0gTGV0J3MgVXNlIEl0Lg==\";s:6:\"format\";s:6:\"base64\";}s:18:\"field-title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:7:\"title-0\";}s:18:\"field-title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:19:\"field-description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:360:\"VGhpcyBpcyB0aGUgZnV0dXJlIG9mIGNyeXB0byBiYW5raW5nLiBDcnlwdG9XYWxsZXQgaXMgeW91ciBnYXRld2F5IHRvIGRpZ2l0YWwgY3VycmVuY3kgYW5kIGJleW9uZC4gV2l0aCBkZWRpY2F0ZWQgSUJBTnMgZm9yIHN1cHBvcnRlZCBmaWF0IGN1cnJlbmNpZXMsIHlvdSBjYW4gdXNlIENyeXB0b1dhbGxldCB0byBtYWtlIGJhbmsgdHJhbnNmZXJzLCBwYXkgYmlsbHMsIGFuZCBzcGVuZCBjcnlwdG8gaW4gc3RvcmVzLCBhbGwgd2l0aGluIGEgc2luZ2xlIHBsYXRmb3JtLg==\";s:6:\"format\";s:6:\"base64\";}s:24:\"field-description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:13:\"description-0\";}s:24:\"field-description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-block_1_text-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:124:\"V2UgaGF2ZSBhIHN0cm9uZyBjdXN0b21lciBmb2N1cyB3aXRoIHNob3J0IHdhaXRpbmcgdGltZXMgYW5kIHN1cHBvcnQgaW4gbXVsdGlwbGUgbGFuZ3VhZ2VzLg==\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-block_1_text-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"block_1_text-0\";}s:25:\"field-block_1_text-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-block_2_text-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:156:\"Q3J5cHRvV2FsbGV0IG9mZmVycyBoaWdoLXF1YWxpdHkgc3VwcG9ydCB0aHJvdWdoIHRlbGVwaG9uZSwgTGl2ZUNoYXQsIHRpY2tldCBzdWJtaXNzaW9ucywgYW5kIFZJUCB0cmVhdG1lbnQgb3B0aW9ucy4=\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-block_2_text-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"block_2_text-0\";}s:25:\"field-block_2_text-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:16:\"field-benefits-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"Mw==\";s:6:\"format\";s:6:\"base64\";}s:21:\"field-benefits-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:10:\"benefits-0\";}s:21:\"field-benefits-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:33:\"field-benefits_0_animation_card-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"V2FsbGV0\";s:6:\"format\";s:6:\"base64\";}s:38:\"field-benefits_0_animation_card-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:27:\"benefits_0_animation_card-0\";}s:38:\"field-benefits_0_animation_card-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:30:\"field-benefits_0_description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:84:\"SXTigJlzIGEgd2FsbGV0IHdoZXJlIHlvdSBjYW4gc2VjdXJlbHkgc3RvcmUgeW91ciBjcnlwdG8gZnVuZHMu\";s:6:\"format\";s:6:\"base64\";}s:35:\"field-benefits_0_description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:24:\"benefits_0_description-0\";}s:35:\"field-benefits_0_description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:24:\"field-benefits_0_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"V2FsbGV0\";s:6:\"format\";s:6:\"base64\";}s:29:\"field-benefits_0_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:18:\"benefits_0_title-0\";}s:29:\"field-benefits_0_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:33:\"field-benefits_1_animation_card-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:16:\"RGViaXQgQ2FyZA==\";s:6:\"format\";s:6:\"base64\";}s:38:\"field-benefits_1_animation_card-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:27:\"benefits_1_animation_card-0\";}s:38:\"field-benefits_1_animation_card-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:30:\"field-benefits_1_description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:84:\"SXTigJlzIGEgcHJlcGFpZCBjYXJkIHRoYXQgbGV0cyB5b3Ugc3BlbmQgY3J5cHRvIGluIGFueSBzdG9yZS4=\";s:6:\"format\";s:6:\"base64\";}s:35:\"field-benefits_1_description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:24:\"benefits_1_description-0\";}s:35:\"field-benefits_1_description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:24:\"field-benefits_1_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"Q2FyZA==\";s:6:\"format\";s:6:\"base64\";}s:29:\"field-benefits_1_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:18:\"benefits_1_title-0\";}s:29:\"field-benefits_1_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:33:\"field-benefits_2_animation_card-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:16:\"RXhjaGFuZ2UgQXBw\";s:6:\"format\";s:6:\"base64\";}s:38:\"field-benefits_2_animation_card-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:27:\"benefits_2_animation_card-0\";}s:38:\"field-benefits_2_animation_card-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:30:\"field-benefits_2_description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:116:\"SXTigJlzIGFuIGV4Y2hhbmdlIHRoYXQgYWxsb3dzIHlvdSB0byBxdWlja2x5IGFuZCBlYXNpbHkgZXhjaGFuZ2UgY3J5cHRvIG9uIHlvdXIgcGhvbmUu\";s:6:\"format\";s:6:\"base64\";}s:35:\"field-benefits_2_description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:24:\"benefits_2_description-0\";}s:35:\"field-benefits_2_description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:24:\"field-benefits_2_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:12:\"RXhjaGFuZ2U=\";s:6:\"format\";s:6:\"base64\";}s:29:\"field-benefits_2_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:18:\"benefits_2_title-0\";}s:29:\"field-benefits_2_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:28:\"field-benefits_contactless-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"NA==\";s:6:\"format\";s:6:\"base64\";}s:33:\"field-benefits_contactless-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:22:\"benefits_contactless-0\";}s:33:\"field-benefits_contactless-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:42:\"field-benefits_contactless_0_description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:128:\"WW91IGNhbiBmaW5hbGx5IHNwZW5kIHlvdXIgY3J5cHRvY3VycmVuY3kgb24gcmVhbCBnb29kcyBhbmQgc2VydmljZXMgYW55d2hlcmUgdGhhdCBhY2NlcHRzIFZJU0Eu\";s:6:\"format\";s:6:\"base64\";}s:47:\"field-benefits_contactless_0_description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:36:\"benefits_contactless_0_description-0\";}s:47:\"field-benefits_contactless_0_description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:36:\"field-benefits_contactless_0_icone-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"bm90ZQ==\";s:6:\"format\";s:6:\"base64\";}s:41:\"field-benefits_contactless_0_icone-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:30:\"benefits_contactless_0_icone-0\";}s:41:\"field-benefits_contactless_0_icone-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:36:\"field-benefits_contactless_0_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:20:\"U2hvcCBBbnl3aGVyZQ==\";s:6:\"format\";s:6:\"base64\";}s:41:\"field-benefits_contactless_0_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:30:\"benefits_contactless_0_title-0\";}s:41:\"field-benefits_contactless_0_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:42:\"field-benefits_contactless_1_description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:208:\"Q29udmVydGluZyB5b3VyIGNyeXB0byB0byBmaWF0IGZvciBwdXJjaGFzZXMgaXMgc2ltcGxlIHVzaW5nIHRoZSBpbnN0YW50IGluLWFwcGV4Y2hhbmdlIGZlYXR1cmUuIFN0b3AgdGhlIGNyeXB0byBzaHVmZmxlIGFuZCBsZXQgQ3J5cHRvV2FsbGV0IGRvIHRoZSB3b3JrLg==\";s:6:\"format\";s:6:\"base64\";}s:47:\"field-benefits_contactless_1_description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:36:\"benefits_contactless_1_description-0\";}s:47:\"field-benefits_contactless_1_description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:36:\"field-benefits_contactless_1_icone-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"Y29pbg==\";s:6:\"format\";s:6:\"base64\";}s:41:\"field-benefits_contactless_1_icone-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:30:\"benefits_contactless_1_icone-0\";}s:41:\"field-benefits_contactless_1_icone-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:36:\"field-benefits_contactless_1_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:12:\"Q29udmVydA==\";s:6:\"format\";s:6:\"base64\";}s:41:\"field-benefits_contactless_1_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:30:\"benefits_contactless_1_title-0\";}s:41:\"field-benefits_contactless_1_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:42:\"field-benefits_contactless_2_description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:248:\"VGFrZSBhZHZhbnRhZ2Ugb2Ygb3VyIHVuaXF1ZSBjcnlwdG8gY2FzaGJhY2sgZmVhdHVyZSwgaXQgcHV0cyBtb25leSBpbiB5b3VyIHdhbGxldCAtIGxpdGVyYWxseS4gR2V0IGNhc2hiYWNrIGluIGNyeXB0byBvbiBwdXJjaGFzZXMgbWFkZSBpbiBzdG9yZSB3aXRoIHlvdXIgQ3J5cHRvV2FsbGV0IFZpc2EgZGViaXQgY2FyZC4=\";s:6:\"format\";s:6:\"base64\";}s:47:\"field-benefits_contactless_2_description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:36:\"benefits_contactless_2_description-0\";}s:47:\"field-benefits_contactless_2_description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:36:\"field-benefits_contactless_2_icone-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:12:\"Yml0Y29pbg==\";s:6:\"format\";s:6:\"base64\";}s:41:\"field-benefits_contactless_2_icone-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:30:\"benefits_contactless_2_icone-0\";}s:41:\"field-benefits_contactless_2_icone-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:36:\"field-benefits_contactless_2_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:32:\"VW5pcXVlIENyeXB0byBDYXNoYmFjaw==\";s:6:\"format\";s:6:\"base64\";}s:41:\"field-benefits_contactless_2_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:30:\"benefits_contactless_2_title-0\";}s:41:\"field-benefits_contactless_2_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:42:\"field-benefits_contactless_3_description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:84:\"TWFrZSBjcnlwdG8gcHVyY2hhc2VzIGluIHNlY29uZHMgYnkgc2ltcGx5IHRhcHBpbmcgeW91ciBjYXJkLg==\";s:6:\"format\";s:6:\"base64\";}s:47:\"field-benefits_contactless_3_description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:36:\"benefits_contactless_3_description-0\";}s:47:\"field-benefits_contactless_3_description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:36:\"field-benefits_contactless_3_icone-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"Y3JlZGl0\";s:6:\"format\";s:6:\"base64\";}s:41:\"field-benefits_contactless_3_icone-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:30:\"benefits_contactless_3_icone-0\";}s:41:\"field-benefits_contactless_3_icone-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:36:\"field-benefits_contactless_3_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:16:\"Q29udGFjdGxlc3M=\";s:6:\"format\";s:6:\"base64\";}s:41:\"field-benefits_contactless_3_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:30:\"benefits_contactless_3_title-0\";}s:41:\"field-benefits_contactless_3_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:40:\"field-block_1_licensed_and_secure_link-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:68:\"aHR0cDovL2xvY2FsaG9zdC9jYXBwZW4vZ3JpZmxhbi1jcnlwdG8td2FsbGV0L3dlYi8=\";s:6:\"format\";s:6:\"base64\";}s:45:\"field-block_1_licensed_and_secure_link-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:34:\"block_1_licensed_and_secure_link-0\";}s:45:\"field-block_1_licensed_and_secure_link-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:44:\"field-block_1_licensed_and_secure_subtitle-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:72:\"TGljZW5zZWQgdG8gUHJvdmlkZSBWaXJ0dWFsIEN1cnJlbmN5IFdhbGxldCBTZXJ2aWNlcw==\";s:6:\"format\";s:6:\"base64\";}s:49:\"field-block_1_licensed_and_secure_subtitle-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:38:\"block_1_licensed_and_secure_subtitle-0\";}s:49:\"field-block_1_licensed_and_secure_subtitle-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:40:\"field-block_1_licensed_and_secure_text-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:180:\"RXN0b25pYSBGSVUgTGljZW5zZSBOdW1iZXIgPHN0cm9uZz5GUkswMDAxMzE8L3N0cm9uZz4gZW5hYmxlcyBDcnlwdG9XYWxsZXQgdG8gcHJvdmlkZSBjcnlwdG9jdXJyZW5jeSBzdG9yYWdlIHNlcnZpY2VzIHRvIG91ciBjdXN0b21lcnMu\";s:6:\"format\";s:6:\"base64\";}s:45:\"field-block_1_licensed_and_secure_text-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:34:\"block_1_licensed_and_secure_text-0\";}s:45:\"field-block_1_licensed_and_secure_text-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:45:\"field-block_1_licensed_and_secure_text_link-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:28:\"VmVyaWZ5IExpY2Vuc2UgT25saW5l\";s:6:\"format\";s:6:\"base64\";}s:50:\"field-block_1_licensed_and_secure_text_link-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:39:\"block_1_licensed_and_secure_text_link-0\";}s:50:\"field-block_1_licensed_and_secure_text_link-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:24:\"field-block_1_subtitle-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:28:\"U3Ryb25nIEN1c3RvbWVyIEZvY3Vz\";s:6:\"format\";s:6:\"base64\";}s:29:\"field-block_1_subtitle-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:18:\"block_1_subtitle-0\";}s:29:\"field-block_1_subtitle-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:40:\"field-block_2_licensed_and_secure_link-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:68:\"aHR0cDovL2xvY2FsaG9zdC9jYXBwZW4vZ3JpZmxhbi1jcnlwdG8td2FsbGV0L3dlYi8=\";s:6:\"format\";s:6:\"base64\";}s:45:\"field-block_2_licensed_and_secure_link-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:34:\"block_2_licensed_and_secure_link-0\";}s:45:\"field-block_2_licensed_and_secure_link-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:44:\"field-block_2_licensed_and_secure_subtitle-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:84:\"TGljZW5zZWQgdG8gUHJvdmlkZSBGaWF0IHRvIFZpcnR1YWwgQ3VycmVuY3kgRXhjaGFuZ2UgU2VydmljZXM=\";s:6:\"format\";s:6:\"base64\";}s:49:\"field-block_2_licensed_and_secure_subtitle-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:38:\"block_2_licensed_and_secure_subtitle-0\";}s:49:\"field-block_2_licensed_and_secure_subtitle-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:40:\"field-block_2_licensed_and_secure_text-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:204:\"RXN0b25pYSBGSVUgTGljZW5zZSBOdW1iZXIgPHN0cm9uZz5GUlYwMDAxNDM8L3N0cm9uZz4gYWxsb3dzIHVzIHRvIG9mZmVyIGRpcmVjdCBjcnlwdG8gdG8gZmlhdCB0cmFkaW5nIGFzIHdlbGwgYXMgaW50ZXItY3J5cHRvY3VycmVuY3kgZXhjaGFuZ2Ugc2VydmljZXMu\";s:6:\"format\";s:6:\"base64\";}s:45:\"field-block_2_licensed_and_secure_text-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:34:\"block_2_licensed_and_secure_text-0\";}s:45:\"field-block_2_licensed_and_secure_text-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:45:\"field-block_2_licensed_and_secure_text_link-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:28:\"VmVyaWZ5IExpY2Vuc2UgT25saW5l\";s:6:\"format\";s:6:\"base64\";}s:50:\"field-block_2_licensed_and_secure_text_link-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:39:\"block_2_licensed_and_secure_text_link-0\";}s:50:\"field-block_2_licensed_and_secure_text_link-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:24:\"field-block_2_subtitle-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:28:\"SGlnaCBRdWFsaXR5IFN1cHBvcnQ=\";s:6:\"format\";s:6:\"base64\";}s:29:\"field-block_2_subtitle-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:18:\"block_2_subtitle-0\";}s:29:\"field-block_2_subtitle-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:34:\"field-description_client_support-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:124:\"TmV2ZXIgYmUgbGVmdCB3aXRob3V0IGFuc3dlcnMgLSBDcnlwdG9XYWxsZXTigJlzIGludGVybmF0aW9uYWwgc3VwcG9ydCB0ZWFtIGlzIGhlcmUgdG8gaGVscC4=\";s:6:\"format\";s:6:\"base64\";}s:39:\"field-description_client_support-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:28:\"description_client_support-0\";}s:39:\"field-description_client_support-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:25:\"field-description_coins-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:72:\"Q2hlY2sgb3V0IG91ciBmdWxsIGxpc3Qgb2Ygb3VyIHN1cHBvcnRlZCBjdXJyZW5jaWVzLiA=\";s:6:\"format\";s:6:\"base64\";}s:30:\"field-description_coins-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:19:\"description_coins-0\";}s:30:\"field-description_coins-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:31:\"field-description_contactless-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:108:\"Q3J5cHRvY3VycmVuY3kgYWRvcHRpb24gaXMgaGVyZSB3aXRoIG91ciBpbm5vdmF0aXZlIG5ldyBjb250YWN0bGVzcyBkZWJpdCBjYXJkLg==\";s:6:\"format\";s:6:\"base64\";}s:36:\"field-description_contactless-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:25:\"description_contactless-0\";}s:36:\"field-description_contactless-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:32:\"field-description_cryptowallet-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:92:\"Q3J5cHRvV2FsbGV0IGlzIGFuIGVuZC10by1lbmQgY3J5cHRvIGJhbmtpbmcgYW5kIGNvbW1lcmNpYWwgc29sdXRpb24u\";s:6:\"format\";s:6:\"base64\";}s:37:\"field-description_cryptowallet-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:26:\"description_cryptowallet-0\";}s:37:\"field-description_cryptowallet-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:39:\"field-description_licensed_and_secure-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:548:\"Q3J5cHRvV2FsbGV0IGlzIHNlY3VyZWQgYnkgQml0R28sIHRoZSB3b3JsZOKAmXMgbGVhZGluZyBCaXRjb2luIHBheW1lbnQgcHJvY2Vzc29yLiBEaWdpdGFsIGFzc2V0cyBhbmQgdXNlciBwcml2YWN5IGFyZSBwcm90ZWN0ZWQgYnkgY3V0dGluZy1lZGdlIHNlY3VyaXR5IG1lYXN1cmVzIGxpa2UgdHdvLWZhY3RvciBhdXRoZW50aWNhdGlvbiwgZW5kLXRvLWVuZCBlbmNyeXB0aW9uLCBhbmQgbXVsdGktc2lnbmF0dXJlIGNvbGQgc3RvcmFnZSB3YWxsZXRzLiBDcnlwdG9XYWxsZXQgaGFzIG9idGFpbmVkIGxpY2Vuc2VzIGZyb20gdGhlIHN0YXRlIG9mIEVzdG9uaWEgZW5zdXJpbmcgZnVsbCBsZWdhbCBjb21wbGlhbmNlIGluIGhhbmRsaW5nIGFuZCBmYWNpbGl0YXRpbmcgdGhlIHRyYWRlIG9mIGNyeXB0b2N1cnJlbmNpZXMu\";s:6:\"format\";s:6:\"base64\";}s:44:\"field-description_licensed_and_secure-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:33:\"description_licensed_and_secure-0\";}s:44:\"field-description_licensed_and_secure-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:27:\"field-description_payment-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:224:\"QWNjZXB0IHRvcCBjcnlwdG9jdXJyZW5jaWVzIG9uIHlvdXIgYnVzaW5lc3Mgd2Vic2l0ZSB3aXRoIHRoZSBsb3dlc3QgZmVlcyBpbiB0aGUgaW5kdXN0cnkuIE91ciBwYXltZW50IHdpZGdldCBpcyBzdXBwb3J0ZWQgYnkgdGhlIG1hcmtldC1sZWFkaW5nZS1jb21tZXJjZSBwbHVnaW5zIGxpa2U6\";s:6:\"format\";s:6:\"base64\";}s:32:\"field-description_payment-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:21:\"description_payment-0\";}s:32:\"field-description_payment-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:32:\"field-description_quick_crypto-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:172:\"U2tpcCB0aGUgdGltZS1jb25zdW1pbmcgaGFzc2xlIG9mIHVzaW5nIGV4Y2hhbmdlcyEgQSBzd2lmdCwgc2VjdXJlIDxicj4gbWV0aG9kIGZvciBidXlpbmcgYW5kIHRyYWRpbmcgb3ZlciAxNDAgY3J5cHRvY3VycmVuY2llcy4=\";s:6:\"format\";s:6:\"base64\";}s:37:\"field-description_quick_crypto-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:26:\"description_quick_crypto-0\";}s:37:\"field-description_quick_crypto-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:25:\"field-description_works-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:32:\"SGVyZeKAmXMgaG93IGl0IHdvcmtzLg==\";s:6:\"format\";s:6:\"base64\";}s:30:\"field-description_works-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:19:\"description_works-0\";}s:30:\"field-description_works-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:38:\"field-exchange_effortlessly_subtitle-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:28:\"RXhjaGFuZ2UgRWZmb3J0bGVzc2x5\";s:6:\"format\";s:6:\"base64\";}s:43:\"field-exchange_effortlessly_subtitle-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:32:\"exchange_effortlessly_subtitle-0\";}s:43:\"field-exchange_effortlessly_subtitle-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:34:\"field-exchange_effortlessly_text-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:156:\"VGhlIGFwcCBsZXRzIHlvdSBleGNoYW5nZSBzdXBwb3J0ZWQgY3J5cHRvY3VycmVuY2llcyBlZmZvcnRsZXNzbHkgLCBhbGxvd2luZyB5b3UgdG8gc3BlbmQgeW91ciBjcnlwdG8gZnVuZHMgeW91ciB3YXku\";s:6:\"format\";s:6:\"base64\";}s:39:\"field-exchange_effortlessly_text-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:28:\"exchange_effortlessly_text-0\";}s:39:\"field-exchange_effortlessly_text-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:32:\"field-link_licensed_and_secure-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:68:\"aHR0cDovL2xvY2FsaG9zdC9jYXBwZW4vZ3JpZmxhbi1jcnlwdG8td2FsbGV0L3dlYi8=\";s:6:\"format\";s:6:\"base64\";}s:37:\"field-link_licensed_and_secure-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:26:\"link_licensed_and_secure-0\";}s:37:\"field-link_licensed_and_secure-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:13:\"field-logos-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"Ng==\";s:6:\"format\";s:6:\"base64\";}s:18:\"field-logos-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:7:\"logos-0\";}s:18:\"field-logos-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-logos_0_logo-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"NjI2\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-logos_0_logo-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"logos_0_logo-0\";}s:25:\"field-logos_0_logo-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:26:\"field-logos_0_logo_hover-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"MTE0Ng==\";s:6:\"format\";s:6:\"base64\";}s:31:\"field-logos_0_logo_hover-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:20:\"logos_0_logo_hover-0\";}s:31:\"field-logos_0_logo_hover-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-logos_1_logo-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"NjMx\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-logos_1_logo-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"logos_1_logo-0\";}s:25:\"field-logos_1_logo-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:26:\"field-logos_1_logo_hover-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"MTE1MQ==\";s:6:\"format\";s:6:\"base64\";}s:31:\"field-logos_1_logo_hover-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:20:\"logos_1_logo_hover-0\";}s:31:\"field-logos_1_logo_hover-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-logos_2_logo-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"NjUx\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-logos_2_logo-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"logos_2_logo-0\";}s:25:\"field-logos_2_logo-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:26:\"field-logos_2_logo_hover-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"MTE1Ng==\";s:6:\"format\";s:6:\"base64\";}s:31:\"field-logos_2_logo_hover-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:20:\"logos_2_logo_hover-0\";}s:31:\"field-logos_2_logo_hover-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-logos_3_logo-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"NjU2\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-logos_3_logo-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"logos_3_logo-0\";}s:25:\"field-logos_3_logo-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:26:\"field-logos_3_logo_hover-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"MTE2MQ==\";s:6:\"format\";s:6:\"base64\";}s:31:\"field-logos_3_logo_hover-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:20:\"logos_3_logo_hover-0\";}s:31:\"field-logos_3_logo_hover-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-logos_4_logo-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"NjM2\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-logos_4_logo-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"logos_4_logo-0\";}s:25:\"field-logos_4_logo-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:26:\"field-logos_4_logo_hover-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"MTE2Ng==\";s:6:\"format\";s:6:\"base64\";}s:31:\"field-logos_4_logo_hover-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:20:\"logos_4_logo_hover-0\";}s:31:\"field-logos_4_logo_hover-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-logos_5_logo-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"NjQ2\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-logos_5_logo-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"logos_5_logo-0\";}s:25:\"field-logos_5_logo-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:26:\"field-logos_5_logo_hover-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"MTE3MQ==\";s:6:\"format\";s:6:\"base64\";}s:31:\"field-logos_5_logo_hover-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:20:\"logos_5_logo_hover-0\";}s:31:\"field-logos_5_logo_hover-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:15:\"field-qr_code-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"NTMx\";s:6:\"format\";s:6:\"base64\";}s:20:\"field-qr_code-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:9:\"qr_code-0\";}s:20:\"field-qr_code-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-step_1_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:24:\"RG93bmxvYWQgDQp0aGUgYXBw\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-step_1_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"step_1_title-0\";}s:25:\"field-step_1_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-step_2_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:24:\"T3JkZXIgVGhlIA0KQ2FyZA==\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-step_2_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"step_2_title-0\";}s:25:\"field-step_2_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-step_3_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:36:\"TG9hZCBUaGUgQ2FyZCANCldpdGggRnVuZHM=\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-step_3_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"step_3_title-0\";}s:25:\"field-step_3_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-step_4_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:24:\"U3RhcnQgDQpzcGVuZGluZyE=\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-step_4_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"step_4_title-0\";}s:25:\"field-step_4_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:28:\"field-title_client_support-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:40:\"V29ybGQgQ2xhc3MgDQpDbGllbnQgU3VwcG9ydA==\";s:6:\"format\";s:6:\"base64\";}s:33:\"field-title_client_support-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:22:\"title_client_support-0\";}s:33:\"field-title_client_support-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:19:\"field-title_coins-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:32:\"QSBVbml2ZXJzYWwgQ3J5cHRvV2FsbGV0\";s:6:\"format\";s:6:\"base64\";}s:24:\"field-title_coins-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:13:\"title_coins-0\";}s:24:\"field-title_coins-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:25:\"field-title_contactless-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:72:\"QSBDb250YWN0bGVzcyBDcnlwdG8gV2FsbGV0IA0KRGViaXQgQ2FyZCBXaXRoIENhc2hiYWNr\";s:6:\"format\";s:6:\"base64\";}s:30:\"field-title_contactless-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:19:\"title_contactless-0\";}s:30:\"field-title_contactless-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:33:\"field-title_licensed_and_secure-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:28:\"TGljZW5zZWQgYW5kIFNlY3VyZQ==\";s:6:\"format\";s:6:\"base64\";}s:38:\"field-title_licensed_and_secure-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:27:\"title_licensed_and_secure-0\";}s:38:\"field-title_licensed_and_secure-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:21:\"field-title_payment-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:24:\"QSBQYXltZW50IEdhdGV3YXk=\";s:6:\"format\";s:6:\"base64\";}s:26:\"field-title_payment-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:15:\"title_payment-0\";}s:26:\"field-title_payment-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:19:\"field-title_press-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:36:\"Q3J5cHRvV2FsbGV0IGluIHRoZSBQcmVzcw==\";s:6:\"format\";s:6:\"base64\";}s:24:\"field-title_press-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:13:\"title_press-0\";}s:24:\"field-title_press-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:26:\"field-title_quick_crypto-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:32:\"QSBRdWljayBDcnlwdG8gRXhjaGFuZ2U=\";s:6:\"format\";s:6:\"base64\";}s:31:\"field-title_quick_crypto-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:20:\"title_quick_crypto-0\";}s:31:\"field-title_quick_crypto-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:24:\"field-title_wallet_app-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:68:\"R2V0IHRoZSBDcnlwdG8gDQpXYWxsZXQgQXBwIGFuZCBqb2luIG91ciBjb21tdW5pdHk=\";s:6:\"format\";s:6:\"base64\";}s:29:\"field-title_wallet_app-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:18:\"title_wallet_app-0\";}s:29:\"field-title_wallet_app-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:21:\"field-title_welcome-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:64:\"V2VsY29tZSB0byB5b3VyIGdhdGV3YXkgDQpmb3IgZGlnaXRhbCBjdXJyZW5jeS4=\";s:6:\"format\";s:6:\"base64\";}s:26:\"field-title_welcome-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:15:\"title_welcome-0\";}s:26:\"field-title_welcome-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:19:\"field-title_works-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:40:\"Q3J5cHRvV2FsbGV0IElzIEZhc3QgYW5kIEVhc3k=\";s:6:\"format\";s:6:\"base64\";}s:24:\"field-title_works-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:13:\"title_works-0\";}s:24:\"field-title_works-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:21:\"field-_block_1_text-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:28:\"ZmllbGRfNWQyNzgzZjQ1MWFiMg==\";s:6:\"format\";s:6:\"base64\";}s:26:\"field-_block_1_text-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:15:\"_block_1_text-0\";}s:26:\"field-_block_1_text-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-_description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:28:\"ZmllbGRfNWQyNjQwMmQ4NDJiMw==\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-_description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"_description-0\";}s:25:\"field-_description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:34:\"field-top_up_with_speed_subtitle-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:24:\"VG9wIFVwIHdpdGggU3BlZWQ=\";s:6:\"format\";s:6:\"base64\";}s:39:\"field-top_up_with_speed_subtitle-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:28:\"top_up_with_speed_subtitle-0\";}s:39:\"field-top_up_with_speed_subtitle-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:18:\"field-video_link-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:36:\"aHR0cHM6Ly92aW1lby5jb20vNDA3NjUyODYx\";s:6:\"format\";s:6:\"base64\";}s:23:\"field-video_link-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"video_link-0\";}s:23:\"field-video_link-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:30:\"field-top_up_with_speed_text-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:160:\"WW91IGNhbiB0b3AgdXAgeW91ciB3YWxsZXQgdGhyb3VnaCBTRVBBIGJhbmsgdHJhbnNmZXJzIG9yIGNyZWRpdCBjYXJkLiBMaWdodG5pbmcgc3BlZWQgYW5kIGhhc3NsZSAtIGZyZWUgLSB0aGF0J3MgYSB3aW4u\";s:6:\"format\";s:6:\"base64\";}s:35:\"field-top_up_with_speed_text-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:24:\"top_up_with_speed_text-0\";}s:35:\"field-top_up_with_speed_text-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:11:\"original_id\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";i:419;}s:5:\"title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"SG9tZQ==\";s:6:\"format\";s:6:\"base64\";}s:4:\"body\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:0:\"\";s:6:\"format\";s:6:\"base64\";}s:7:\"excerpt\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:0:\"\";s:6:\"format\";s:6:\"base64\";}s:4:\"t_10\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:12:\"T3B0aW9uYWw=\";s:6:\"format\";s:6:\"base64\";}s:16:\"media_1171_title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:28:\"Zl9jb2ludGVsZWdyYXBoX2hvdmVy\";s:6:\"format\";s:6:\"base64\";}s:16:\"media_1166_title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:16:\"Zl9jY25faG92ZXI=\";s:6:\"format\";s:6:\"base64\";}s:16:\"media_1161_title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:24:\"Zl9iaXRjb2luaXN0X2hvdmVy\";s:6:\"format\";s:6:\"base64\";}s:16:\"media_1156_title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:20:\"Zl95YWhvb19ob3Zlcg==\";s:6:\"format\";s:6:\"base64\";}s:16:\"media_1151_title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:24:\"Zl9idGNtYW5hZ2VyX2hvdmVy\";s:6:\"format\";s:6:\"base64\";}s:16:\"media_1146_title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:24:\"Zl9jb2luZGVza19ob3Zlcg==\";s:6:\"format\";s:6:\"base64\";}s:15:\"media_656_title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:16:\"Zl9iaXRjb2luaXN0\";s:6:\"format\";s:6:\"base64\";}s:15:\"media_651_title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:12:\"Zl95YWhvbw==\";s:6:\"format\";s:6:\"base64\";}s:15:\"media_646_title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:20:\"Zl9jb2ludGVsZWdyYXBo\";s:6:\"format\";s:6:\"base64\";}s:15:\"media_636_title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"Zl9jY24=\";s:6:\"format\";s:6:\"base64\";}s:15:\"media_631_title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:16:\"Zl9idGNtYW5hZ2Vy\";s:6:\"format\";s:6:\"base64\";}s:15:\"media_626_title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:16:\"Zl9jb2luZGVzaw==\";s:6:\"format\";s:6:\"base64\";}s:15:\"media_531_title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"cXI=\";s:6:\"format\";s:6:\"base64\";}}s:4:\"type\";s:4:\"post\";}','2020-06-25 17:04:34',1,NULL,NULL,NULL,1,NULL),(347,2596,10,1,0,'e294e8a7ff388aab42de686d78e58dda','local',3,'a:4:{s:3:\"url\";s:41:\"https://cryptowallet.labcp.co?page_id=419\";s:5:\"title\";s:4:\"Home\";s:8:\"contents\";a:248:{s:13:\"field-title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:44:\"Q3J5cHRvIElzIE1vbmV5IC0gTGV0J3MgVXNlIEl0Lg==\";s:6:\"format\";s:6:\"base64\";}s:18:\"field-title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:7:\"title-0\";}s:18:\"field-title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:19:\"field-description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:360:\"VGhpcyBpcyB0aGUgZnV0dXJlIG9mIGNyeXB0byBiYW5raW5nLiBDcnlwdG9XYWxsZXQgaXMgeW91ciBnYXRld2F5IHRvIGRpZ2l0YWwgY3VycmVuY3kgYW5kIGJleW9uZC4gV2l0aCBkZWRpY2F0ZWQgSUJBTnMgZm9yIHN1cHBvcnRlZCBmaWF0IGN1cnJlbmNpZXMsIHlvdSBjYW4gdXNlIENyeXB0b1dhbGxldCB0byBtYWtlIGJhbmsgdHJhbnNmZXJzLCBwYXkgYmlsbHMsIGFuZCBzcGVuZCBjcnlwdG8gaW4gc3RvcmVzLCBhbGwgd2l0aGluIGEgc2luZ2xlIHBsYXRmb3JtLg==\";s:6:\"format\";s:6:\"base64\";}s:24:\"field-description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:13:\"description-0\";}s:24:\"field-description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-block_1_text-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:124:\"V2UgaGF2ZSBhIHN0cm9uZyBjdXN0b21lciBmb2N1cyB3aXRoIHNob3J0IHdhaXRpbmcgdGltZXMgYW5kIHN1cHBvcnQgaW4gbXVsdGlwbGUgbGFuZ3VhZ2VzLg==\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-block_1_text-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"block_1_text-0\";}s:25:\"field-block_1_text-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-block_2_text-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:156:\"Q3J5cHRvV2FsbGV0IG9mZmVycyBoaWdoLXF1YWxpdHkgc3VwcG9ydCB0aHJvdWdoIHRlbGVwaG9uZSwgTGl2ZUNoYXQsIHRpY2tldCBzdWJtaXNzaW9ucywgYW5kIFZJUCB0cmVhdG1lbnQgb3B0aW9ucy4=\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-block_2_text-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"block_2_text-0\";}s:25:\"field-block_2_text-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:16:\"field-benefits-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"Mw==\";s:6:\"format\";s:6:\"base64\";}s:21:\"field-benefits-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:10:\"benefits-0\";}s:21:\"field-benefits-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:33:\"field-benefits_0_animation_card-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"V2FsbGV0\";s:6:\"format\";s:6:\"base64\";}s:38:\"field-benefits_0_animation_card-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:27:\"benefits_0_animation_card-0\";}s:38:\"field-benefits_0_animation_card-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:30:\"field-benefits_0_description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:84:\"SXTigJlzIGEgd2FsbGV0IHdoZXJlIHlvdSBjYW4gc2VjdXJlbHkgc3RvcmUgeW91ciBjcnlwdG8gZnVuZHMu\";s:6:\"format\";s:6:\"base64\";}s:35:\"field-benefits_0_description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:24:\"benefits_0_description-0\";}s:35:\"field-benefits_0_description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:24:\"field-benefits_0_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"V2FsbGV0\";s:6:\"format\";s:6:\"base64\";}s:29:\"field-benefits_0_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:18:\"benefits_0_title-0\";}s:29:\"field-benefits_0_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:33:\"field-benefits_1_animation_card-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:16:\"RGViaXQgQ2FyZA==\";s:6:\"format\";s:6:\"base64\";}s:38:\"field-benefits_1_animation_card-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:27:\"benefits_1_animation_card-0\";}s:38:\"field-benefits_1_animation_card-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:30:\"field-benefits_1_description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:84:\"SXTigJlzIGEgcHJlcGFpZCBjYXJkIHRoYXQgbGV0cyB5b3Ugc3BlbmQgY3J5cHRvIGluIGFueSBzdG9yZS4=\";s:6:\"format\";s:6:\"base64\";}s:35:\"field-benefits_1_description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:24:\"benefits_1_description-0\";}s:35:\"field-benefits_1_description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:24:\"field-benefits_1_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"Q2FyZA==\";s:6:\"format\";s:6:\"base64\";}s:29:\"field-benefits_1_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:18:\"benefits_1_title-0\";}s:29:\"field-benefits_1_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:33:\"field-benefits_2_animation_card-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:16:\"RXhjaGFuZ2UgQXBw\";s:6:\"format\";s:6:\"base64\";}s:38:\"field-benefits_2_animation_card-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:27:\"benefits_2_animation_card-0\";}s:38:\"field-benefits_2_animation_card-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:30:\"field-benefits_2_description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:116:\"SXTigJlzIGFuIGV4Y2hhbmdlIHRoYXQgYWxsb3dzIHlvdSB0byBxdWlja2x5IGFuZCBlYXNpbHkgZXhjaGFuZ2UgY3J5cHRvIG9uIHlvdXIgcGhvbmUu\";s:6:\"format\";s:6:\"base64\";}s:35:\"field-benefits_2_description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:24:\"benefits_2_description-0\";}s:35:\"field-benefits_2_description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:24:\"field-benefits_2_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:12:\"RXhjaGFuZ2U=\";s:6:\"format\";s:6:\"base64\";}s:29:\"field-benefits_2_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:18:\"benefits_2_title-0\";}s:29:\"field-benefits_2_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:28:\"field-benefits_contactless-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"NA==\";s:6:\"format\";s:6:\"base64\";}s:33:\"field-benefits_contactless-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:22:\"benefits_contactless-0\";}s:33:\"field-benefits_contactless-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:42:\"field-benefits_contactless_0_description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:128:\"WW91IGNhbiBmaW5hbGx5IHNwZW5kIHlvdXIgY3J5cHRvY3VycmVuY3kgb24gcmVhbCBnb29kcyBhbmQgc2VydmljZXMgYW55d2hlcmUgdGhhdCBhY2NlcHRzIFZJU0Eu\";s:6:\"format\";s:6:\"base64\";}s:47:\"field-benefits_contactless_0_description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:36:\"benefits_contactless_0_description-0\";}s:47:\"field-benefits_contactless_0_description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:36:\"field-benefits_contactless_0_icone-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"bm90ZQ==\";s:6:\"format\";s:6:\"base64\";}s:41:\"field-benefits_contactless_0_icone-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:30:\"benefits_contactless_0_icone-0\";}s:41:\"field-benefits_contactless_0_icone-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:36:\"field-benefits_contactless_0_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:20:\"U2hvcCBBbnl3aGVyZQ==\";s:6:\"format\";s:6:\"base64\";}s:41:\"field-benefits_contactless_0_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:30:\"benefits_contactless_0_title-0\";}s:41:\"field-benefits_contactless_0_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:42:\"field-benefits_contactless_1_description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:208:\"Q29udmVydGluZyB5b3VyIGNyeXB0byB0byBmaWF0IGZvciBwdXJjaGFzZXMgaXMgc2ltcGxlIHVzaW5nIHRoZSBpbnN0YW50IGluLWFwcGV4Y2hhbmdlIGZlYXR1cmUuIFN0b3AgdGhlIGNyeXB0byBzaHVmZmxlIGFuZCBsZXQgQ3J5cHRvV2FsbGV0IGRvIHRoZSB3b3JrLg==\";s:6:\"format\";s:6:\"base64\";}s:47:\"field-benefits_contactless_1_description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:36:\"benefits_contactless_1_description-0\";}s:47:\"field-benefits_contactless_1_description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:36:\"field-benefits_contactless_1_icone-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"Y29pbg==\";s:6:\"format\";s:6:\"base64\";}s:41:\"field-benefits_contactless_1_icone-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:30:\"benefits_contactless_1_icone-0\";}s:41:\"field-benefits_contactless_1_icone-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:36:\"field-benefits_contactless_1_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:12:\"Q29udmVydA==\";s:6:\"format\";s:6:\"base64\";}s:41:\"field-benefits_contactless_1_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:30:\"benefits_contactless_1_title-0\";}s:41:\"field-benefits_contactless_1_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:42:\"field-benefits_contactless_2_description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:248:\"VGFrZSBhZHZhbnRhZ2Ugb2Ygb3VyIHVuaXF1ZSBjcnlwdG8gY2FzaGJhY2sgZmVhdHVyZSwgaXQgcHV0cyBtb25leSBpbiB5b3VyIHdhbGxldCAtIGxpdGVyYWxseS4gR2V0IGNhc2hiYWNrIGluIGNyeXB0byBvbiBwdXJjaGFzZXMgbWFkZSBpbiBzdG9yZSB3aXRoIHlvdXIgQ3J5cHRvV2FsbGV0IFZpc2EgZGViaXQgY2FyZC4=\";s:6:\"format\";s:6:\"base64\";}s:47:\"field-benefits_contactless_2_description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:36:\"benefits_contactless_2_description-0\";}s:47:\"field-benefits_contactless_2_description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:36:\"field-benefits_contactless_2_icone-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:12:\"Yml0Y29pbg==\";s:6:\"format\";s:6:\"base64\";}s:41:\"field-benefits_contactless_2_icone-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:30:\"benefits_contactless_2_icone-0\";}s:41:\"field-benefits_contactless_2_icone-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:36:\"field-benefits_contactless_2_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:32:\"VW5pcXVlIENyeXB0byBDYXNoYmFjaw==\";s:6:\"format\";s:6:\"base64\";}s:41:\"field-benefits_contactless_2_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:30:\"benefits_contactless_2_title-0\";}s:41:\"field-benefits_contactless_2_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:42:\"field-benefits_contactless_3_description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:84:\"TWFrZSBjcnlwdG8gcHVyY2hhc2VzIGluIHNlY29uZHMgYnkgc2ltcGx5IHRhcHBpbmcgeW91ciBjYXJkLg==\";s:6:\"format\";s:6:\"base64\";}s:47:\"field-benefits_contactless_3_description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:36:\"benefits_contactless_3_description-0\";}s:47:\"field-benefits_contactless_3_description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:36:\"field-benefits_contactless_3_icone-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"Y3JlZGl0\";s:6:\"format\";s:6:\"base64\";}s:41:\"field-benefits_contactless_3_icone-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:30:\"benefits_contactless_3_icone-0\";}s:41:\"field-benefits_contactless_3_icone-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:36:\"field-benefits_contactless_3_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:16:\"Q29udGFjdGxlc3M=\";s:6:\"format\";s:6:\"base64\";}s:41:\"field-benefits_contactless_3_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:30:\"benefits_contactless_3_title-0\";}s:41:\"field-benefits_contactless_3_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:40:\"field-block_1_licensed_and_secure_link-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:68:\"aHR0cDovL2xvY2FsaG9zdC9jYXBwZW4vZ3JpZmxhbi1jcnlwdG8td2FsbGV0L3dlYi8=\";s:6:\"format\";s:6:\"base64\";}s:45:\"field-block_1_licensed_and_secure_link-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:34:\"block_1_licensed_and_secure_link-0\";}s:45:\"field-block_1_licensed_and_secure_link-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:44:\"field-block_1_licensed_and_secure_subtitle-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:72:\"TGljZW5zZWQgdG8gUHJvdmlkZSBWaXJ0dWFsIEN1cnJlbmN5IFdhbGxldCBTZXJ2aWNlcw==\";s:6:\"format\";s:6:\"base64\";}s:49:\"field-block_1_licensed_and_secure_subtitle-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:38:\"block_1_licensed_and_secure_subtitle-0\";}s:49:\"field-block_1_licensed_and_secure_subtitle-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:40:\"field-block_1_licensed_and_secure_text-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:180:\"RXN0b25pYSBGSVUgTGljZW5zZSBOdW1iZXIgPHN0cm9uZz5GUkswMDAxMzE8L3N0cm9uZz4gZW5hYmxlcyBDcnlwdG9XYWxsZXQgdG8gcHJvdmlkZSBjcnlwdG9jdXJyZW5jeSBzdG9yYWdlIHNlcnZpY2VzIHRvIG91ciBjdXN0b21lcnMu\";s:6:\"format\";s:6:\"base64\";}s:45:\"field-block_1_licensed_and_secure_text-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:34:\"block_1_licensed_and_secure_text-0\";}s:45:\"field-block_1_licensed_and_secure_text-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:45:\"field-block_1_licensed_and_secure_text_link-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:28:\"VmVyaWZ5IExpY2Vuc2UgT25saW5l\";s:6:\"format\";s:6:\"base64\";}s:50:\"field-block_1_licensed_and_secure_text_link-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:39:\"block_1_licensed_and_secure_text_link-0\";}s:50:\"field-block_1_licensed_and_secure_text_link-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:24:\"field-block_1_subtitle-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:28:\"U3Ryb25nIEN1c3RvbWVyIEZvY3Vz\";s:6:\"format\";s:6:\"base64\";}s:29:\"field-block_1_subtitle-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:18:\"block_1_subtitle-0\";}s:29:\"field-block_1_subtitle-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:40:\"field-block_2_licensed_and_secure_link-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:68:\"aHR0cDovL2xvY2FsaG9zdC9jYXBwZW4vZ3JpZmxhbi1jcnlwdG8td2FsbGV0L3dlYi8=\";s:6:\"format\";s:6:\"base64\";}s:45:\"field-block_2_licensed_and_secure_link-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:34:\"block_2_licensed_and_secure_link-0\";}s:45:\"field-block_2_licensed_and_secure_link-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:44:\"field-block_2_licensed_and_secure_subtitle-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:84:\"TGljZW5zZWQgdG8gUHJvdmlkZSBGaWF0IHRvIFZpcnR1YWwgQ3VycmVuY3kgRXhjaGFuZ2UgU2VydmljZXM=\";s:6:\"format\";s:6:\"base64\";}s:49:\"field-block_2_licensed_and_secure_subtitle-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:38:\"block_2_licensed_and_secure_subtitle-0\";}s:49:\"field-block_2_licensed_and_secure_subtitle-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:40:\"field-block_2_licensed_and_secure_text-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:204:\"RXN0b25pYSBGSVUgTGljZW5zZSBOdW1iZXIgPHN0cm9uZz5GUlYwMDAxNDM8L3N0cm9uZz4gYWxsb3dzIHVzIHRvIG9mZmVyIGRpcmVjdCBjcnlwdG8gdG8gZmlhdCB0cmFkaW5nIGFzIHdlbGwgYXMgaW50ZXItY3J5cHRvY3VycmVuY3kgZXhjaGFuZ2Ugc2VydmljZXMu\";s:6:\"format\";s:6:\"base64\";}s:45:\"field-block_2_licensed_and_secure_text-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:34:\"block_2_licensed_and_secure_text-0\";}s:45:\"field-block_2_licensed_and_secure_text-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:45:\"field-block_2_licensed_and_secure_text_link-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:28:\"VmVyaWZ5IExpY2Vuc2UgT25saW5l\";s:6:\"format\";s:6:\"base64\";}s:50:\"field-block_2_licensed_and_secure_text_link-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:39:\"block_2_licensed_and_secure_text_link-0\";}s:50:\"field-block_2_licensed_and_secure_text_link-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:24:\"field-block_2_subtitle-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:28:\"SGlnaCBRdWFsaXR5IFN1cHBvcnQ=\";s:6:\"format\";s:6:\"base64\";}s:29:\"field-block_2_subtitle-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:18:\"block_2_subtitle-0\";}s:29:\"field-block_2_subtitle-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:34:\"field-description_client_support-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:124:\"TmV2ZXIgYmUgbGVmdCB3aXRob3V0IGFuc3dlcnMgLSBDcnlwdG9XYWxsZXTigJlzIGludGVybmF0aW9uYWwgc3VwcG9ydCB0ZWFtIGlzIGhlcmUgdG8gaGVscC4=\";s:6:\"format\";s:6:\"base64\";}s:39:\"field-description_client_support-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:28:\"description_client_support-0\";}s:39:\"field-description_client_support-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:25:\"field-description_coins-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:72:\"Q2hlY2sgb3V0IG91ciBmdWxsIGxpc3Qgb2Ygb3VyIHN1cHBvcnRlZCBjdXJyZW5jaWVzLiA=\";s:6:\"format\";s:6:\"base64\";}s:30:\"field-description_coins-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:19:\"description_coins-0\";}s:30:\"field-description_coins-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:31:\"field-description_contactless-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:108:\"Q3J5cHRvY3VycmVuY3kgYWRvcHRpb24gaXMgaGVyZSB3aXRoIG91ciBpbm5vdmF0aXZlIG5ldyBjb250YWN0bGVzcyBkZWJpdCBjYXJkLg==\";s:6:\"format\";s:6:\"base64\";}s:36:\"field-description_contactless-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:25:\"description_contactless-0\";}s:36:\"field-description_contactless-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:32:\"field-description_cryptowallet-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:92:\"Q3J5cHRvV2FsbGV0IGlzIGFuIGVuZC10by1lbmQgY3J5cHRvIGJhbmtpbmcgYW5kIGNvbW1lcmNpYWwgc29sdXRpb24u\";s:6:\"format\";s:6:\"base64\";}s:37:\"field-description_cryptowallet-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:26:\"description_cryptowallet-0\";}s:37:\"field-description_cryptowallet-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:39:\"field-description_licensed_and_secure-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:548:\"Q3J5cHRvV2FsbGV0IGlzIHNlY3VyZWQgYnkgQml0R28sIHRoZSB3b3JsZOKAmXMgbGVhZGluZyBCaXRjb2luIHBheW1lbnQgcHJvY2Vzc29yLiBEaWdpdGFsIGFzc2V0cyBhbmQgdXNlciBwcml2YWN5IGFyZSBwcm90ZWN0ZWQgYnkgY3V0dGluZy1lZGdlIHNlY3VyaXR5IG1lYXN1cmVzIGxpa2UgdHdvLWZhY3RvciBhdXRoZW50aWNhdGlvbiwgZW5kLXRvLWVuZCBlbmNyeXB0aW9uLCBhbmQgbXVsdGktc2lnbmF0dXJlIGNvbGQgc3RvcmFnZSB3YWxsZXRzLiBDcnlwdG9XYWxsZXQgaGFzIG9idGFpbmVkIGxpY2Vuc2VzIGZyb20gdGhlIHN0YXRlIG9mIEVzdG9uaWEgZW5zdXJpbmcgZnVsbCBsZWdhbCBjb21wbGlhbmNlIGluIGhhbmRsaW5nIGFuZCBmYWNpbGl0YXRpbmcgdGhlIHRyYWRlIG9mIGNyeXB0b2N1cnJlbmNpZXMu\";s:6:\"format\";s:6:\"base64\";}s:44:\"field-description_licensed_and_secure-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:33:\"description_licensed_and_secure-0\";}s:44:\"field-description_licensed_and_secure-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:27:\"field-description_payment-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:224:\"QWNjZXB0IHRvcCBjcnlwdG9jdXJyZW5jaWVzIG9uIHlvdXIgYnVzaW5lc3Mgd2Vic2l0ZSB3aXRoIHRoZSBsb3dlc3QgZmVlcyBpbiB0aGUgaW5kdXN0cnkuIE91ciBwYXltZW50IHdpZGdldCBpcyBzdXBwb3J0ZWQgYnkgdGhlIG1hcmtldC1sZWFkaW5nZS1jb21tZXJjZSBwbHVnaW5zIGxpa2U6\";s:6:\"format\";s:6:\"base64\";}s:32:\"field-description_payment-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:21:\"description_payment-0\";}s:32:\"field-description_payment-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:32:\"field-description_quick_crypto-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:172:\"U2tpcCB0aGUgdGltZS1jb25zdW1pbmcgaGFzc2xlIG9mIHVzaW5nIGV4Y2hhbmdlcyEgQSBzd2lmdCwgc2VjdXJlIDxicj4gbWV0aG9kIGZvciBidXlpbmcgYW5kIHRyYWRpbmcgb3ZlciAxNDAgY3J5cHRvY3VycmVuY2llcy4=\";s:6:\"format\";s:6:\"base64\";}s:37:\"field-description_quick_crypto-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:26:\"description_quick_crypto-0\";}s:37:\"field-description_quick_crypto-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:25:\"field-description_works-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:32:\"SGVyZeKAmXMgaG93IGl0IHdvcmtzLg==\";s:6:\"format\";s:6:\"base64\";}s:30:\"field-description_works-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:19:\"description_works-0\";}s:30:\"field-description_works-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:38:\"field-exchange_effortlessly_subtitle-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:28:\"RXhjaGFuZ2UgRWZmb3J0bGVzc2x5\";s:6:\"format\";s:6:\"base64\";}s:43:\"field-exchange_effortlessly_subtitle-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:32:\"exchange_effortlessly_subtitle-0\";}s:43:\"field-exchange_effortlessly_subtitle-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:34:\"field-exchange_effortlessly_text-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:156:\"VGhlIGFwcCBsZXRzIHlvdSBleGNoYW5nZSBzdXBwb3J0ZWQgY3J5cHRvY3VycmVuY2llcyBlZmZvcnRsZXNzbHkgLCBhbGxvd2luZyB5b3UgdG8gc3BlbmQgeW91ciBjcnlwdG8gZnVuZHMgeW91ciB3YXku\";s:6:\"format\";s:6:\"base64\";}s:39:\"field-exchange_effortlessly_text-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:28:\"exchange_effortlessly_text-0\";}s:39:\"field-exchange_effortlessly_text-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:32:\"field-link_licensed_and_secure-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:68:\"aHR0cDovL2xvY2FsaG9zdC9jYXBwZW4vZ3JpZmxhbi1jcnlwdG8td2FsbGV0L3dlYi8=\";s:6:\"format\";s:6:\"base64\";}s:37:\"field-link_licensed_and_secure-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:26:\"link_licensed_and_secure-0\";}s:37:\"field-link_licensed_and_secure-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:13:\"field-logos-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"Ng==\";s:6:\"format\";s:6:\"base64\";}s:18:\"field-logos-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:7:\"logos-0\";}s:18:\"field-logos-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-logos_0_logo-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"NjI2\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-logos_0_logo-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"logos_0_logo-0\";}s:25:\"field-logos_0_logo-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:26:\"field-logos_0_logo_hover-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"MTE0Ng==\";s:6:\"format\";s:6:\"base64\";}s:31:\"field-logos_0_logo_hover-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:20:\"logos_0_logo_hover-0\";}s:31:\"field-logos_0_logo_hover-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-logos_1_logo-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"NjMx\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-logos_1_logo-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"logos_1_logo-0\";}s:25:\"field-logos_1_logo-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:26:\"field-logos_1_logo_hover-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"MTE1MQ==\";s:6:\"format\";s:6:\"base64\";}s:31:\"field-logos_1_logo_hover-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:20:\"logos_1_logo_hover-0\";}s:31:\"field-logos_1_logo_hover-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-logos_2_logo-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"NjUx\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-logos_2_logo-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"logos_2_logo-0\";}s:25:\"field-logos_2_logo-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:26:\"field-logos_2_logo_hover-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"MTE1Ng==\";s:6:\"format\";s:6:\"base64\";}s:31:\"field-logos_2_logo_hover-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:20:\"logos_2_logo_hover-0\";}s:31:\"field-logos_2_logo_hover-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-logos_3_logo-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"NjU2\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-logos_3_logo-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"logos_3_logo-0\";}s:25:\"field-logos_3_logo-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:26:\"field-logos_3_logo_hover-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"MTE2MQ==\";s:6:\"format\";s:6:\"base64\";}s:31:\"field-logos_3_logo_hover-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:20:\"logos_3_logo_hover-0\";}s:31:\"field-logos_3_logo_hover-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-logos_4_logo-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"NjM2\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-logos_4_logo-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"logos_4_logo-0\";}s:25:\"field-logos_4_logo-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:26:\"field-logos_4_logo_hover-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"MTE2Ng==\";s:6:\"format\";s:6:\"base64\";}s:31:\"field-logos_4_logo_hover-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:20:\"logos_4_logo_hover-0\";}s:31:\"field-logos_4_logo_hover-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-logos_5_logo-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"NjQ2\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-logos_5_logo-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"logos_5_logo-0\";}s:25:\"field-logos_5_logo-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:26:\"field-logos_5_logo_hover-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"MTE3MQ==\";s:6:\"format\";s:6:\"base64\";}s:31:\"field-logos_5_logo_hover-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:20:\"logos_5_logo_hover-0\";}s:31:\"field-logos_5_logo_hover-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:15:\"field-qr_code-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"NTMx\";s:6:\"format\";s:6:\"base64\";}s:20:\"field-qr_code-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:9:\"qr_code-0\";}s:20:\"field-qr_code-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-step_1_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:24:\"RG93bmxvYWQgDQp0aGUgYXBw\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-step_1_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"step_1_title-0\";}s:25:\"field-step_1_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-step_2_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:24:\"T3JkZXIgVGhlIA0KQ2FyZA==\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-step_2_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"step_2_title-0\";}s:25:\"field-step_2_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-step_3_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:36:\"TG9hZCBUaGUgQ2FyZCANCldpdGggRnVuZHM=\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-step_3_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"step_3_title-0\";}s:25:\"field-step_3_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-step_4_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:24:\"U3RhcnQgDQpzcGVuZGluZyE=\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-step_4_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"step_4_title-0\";}s:25:\"field-step_4_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:28:\"field-title_client_support-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:40:\"V29ybGQgQ2xhc3MgDQpDbGllbnQgU3VwcG9ydA==\";s:6:\"format\";s:6:\"base64\";}s:33:\"field-title_client_support-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:22:\"title_client_support-0\";}s:33:\"field-title_client_support-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:19:\"field-title_coins-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:32:\"QSBVbml2ZXJzYWwgQ3J5cHRvV2FsbGV0\";s:6:\"format\";s:6:\"base64\";}s:24:\"field-title_coins-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:13:\"title_coins-0\";}s:24:\"field-title_coins-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:25:\"field-title_contactless-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:72:\"QSBDb250YWN0bGVzcyBDcnlwdG8gV2FsbGV0IA0KRGViaXQgQ2FyZCBXaXRoIENhc2hiYWNr\";s:6:\"format\";s:6:\"base64\";}s:30:\"field-title_contactless-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:19:\"title_contactless-0\";}s:30:\"field-title_contactless-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:33:\"field-title_licensed_and_secure-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:28:\"TGljZW5zZWQgYW5kIFNlY3VyZQ==\";s:6:\"format\";s:6:\"base64\";}s:38:\"field-title_licensed_and_secure-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:27:\"title_licensed_and_secure-0\";}s:38:\"field-title_licensed_and_secure-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:21:\"field-title_payment-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:24:\"QSBQYXltZW50IEdhdGV3YXk=\";s:6:\"format\";s:6:\"base64\";}s:26:\"field-title_payment-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:15:\"title_payment-0\";}s:26:\"field-title_payment-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:19:\"field-title_press-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:36:\"Q3J5cHRvV2FsbGV0IGluIHRoZSBQcmVzcw==\";s:6:\"format\";s:6:\"base64\";}s:24:\"field-title_press-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:13:\"title_press-0\";}s:24:\"field-title_press-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:26:\"field-title_quick_crypto-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:32:\"QSBRdWljayBDcnlwdG8gRXhjaGFuZ2U=\";s:6:\"format\";s:6:\"base64\";}s:31:\"field-title_quick_crypto-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:20:\"title_quick_crypto-0\";}s:31:\"field-title_quick_crypto-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:24:\"field-title_wallet_app-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:68:\"R2V0IHRoZSBDcnlwdG8gDQpXYWxsZXQgQXBwIGFuZCBqb2luIG91ciBjb21tdW5pdHk=\";s:6:\"format\";s:6:\"base64\";}s:29:\"field-title_wallet_app-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:18:\"title_wallet_app-0\";}s:29:\"field-title_wallet_app-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:21:\"field-title_welcome-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:64:\"V2VsY29tZSB0byB5b3VyIGdhdGV3YXkgDQpmb3IgZGlnaXRhbCBjdXJyZW5jeS4=\";s:6:\"format\";s:6:\"base64\";}s:26:\"field-title_welcome-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:15:\"title_welcome-0\";}s:26:\"field-title_welcome-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:19:\"field-title_works-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:40:\"Q3J5cHRvV2FsbGV0IElzIEZhc3QgYW5kIEVhc3k=\";s:6:\"format\";s:6:\"base64\";}s:24:\"field-title_works-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:13:\"title_works-0\";}s:24:\"field-title_works-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:21:\"field-_block_1_text-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:28:\"ZmllbGRfNWQyNzgzZjQ1MWFiMg==\";s:6:\"format\";s:6:\"base64\";}s:26:\"field-_block_1_text-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:15:\"_block_1_text-0\";}s:26:\"field-_block_1_text-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-_description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:28:\"ZmllbGRfNWQyNjQwMmQ4NDJiMw==\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-_description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"_description-0\";}s:25:\"field-_description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:34:\"field-top_up_with_speed_subtitle-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:24:\"VG9wIFVwIHdpdGggU3BlZWQ=\";s:6:\"format\";s:6:\"base64\";}s:39:\"field-top_up_with_speed_subtitle-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:28:\"top_up_with_speed_subtitle-0\";}s:39:\"field-top_up_with_speed_subtitle-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:18:\"field-video_link-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:36:\"aHR0cHM6Ly92aW1lby5jb20vNDA3NjUyODYx\";s:6:\"format\";s:6:\"base64\";}s:23:\"field-video_link-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"video_link-0\";}s:23:\"field-video_link-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:30:\"field-top_up_with_speed_text-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:160:\"WW91IGNhbiB0b3AgdXAgeW91ciB3YWxsZXQgdGhyb3VnaCBTRVBBIGJhbmsgdHJhbnNmZXJzIG9yIGNyZWRpdCBjYXJkLiBMaWdodG5pbmcgc3BlZWQgYW5kIGhhc3NsZSAtIGZyZWUgLSB0aGF0J3MgYSB3aW4u\";s:6:\"format\";s:6:\"base64\";}s:35:\"field-top_up_with_speed_text-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:24:\"top_up_with_speed_text-0\";}s:35:\"field-top_up_with_speed_text-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:11:\"original_id\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";i:419;}s:5:\"title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"SG9tZQ==\";s:6:\"format\";s:6:\"base64\";}s:4:\"body\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:0:\"\";s:6:\"format\";s:6:\"base64\";}s:7:\"excerpt\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:0:\"\";s:6:\"format\";s:6:\"base64\";}s:4:\"t_13\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:12:\"T3BjaW9uYWw=\";s:6:\"format\";s:6:\"base64\";}}s:4:\"type\";s:4:\"post\";}','2020-06-25 17:05:16',0,NULL,NULL,NULL,1,NULL),(348,2685,10,2,0,'e294e8a7ff388aab42de686d78e58dda','local',3,'a:4:{s:3:\"url\";s:41:\"https://cryptowallet.labcp.co?page_id=419\";s:5:\"title\";s:4:\"Home\";s:8:\"contents\";a:248:{s:13:\"field-title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:44:\"Q3J5cHRvIElzIE1vbmV5IC0gTGV0J3MgVXNlIEl0Lg==\";s:6:\"format\";s:6:\"base64\";}s:18:\"field-title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:7:\"title-0\";}s:18:\"field-title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:19:\"field-description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:360:\"VGhpcyBpcyB0aGUgZnV0dXJlIG9mIGNyeXB0byBiYW5raW5nLiBDcnlwdG9XYWxsZXQgaXMgeW91ciBnYXRld2F5IHRvIGRpZ2l0YWwgY3VycmVuY3kgYW5kIGJleW9uZC4gV2l0aCBkZWRpY2F0ZWQgSUJBTnMgZm9yIHN1cHBvcnRlZCBmaWF0IGN1cnJlbmNpZXMsIHlvdSBjYW4gdXNlIENyeXB0b1dhbGxldCB0byBtYWtlIGJhbmsgdHJhbnNmZXJzLCBwYXkgYmlsbHMsIGFuZCBzcGVuZCBjcnlwdG8gaW4gc3RvcmVzLCBhbGwgd2l0aGluIGEgc2luZ2xlIHBsYXRmb3JtLg==\";s:6:\"format\";s:6:\"base64\";}s:24:\"field-description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:13:\"description-0\";}s:24:\"field-description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-block_1_text-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:124:\"V2UgaGF2ZSBhIHN0cm9uZyBjdXN0b21lciBmb2N1cyB3aXRoIHNob3J0IHdhaXRpbmcgdGltZXMgYW5kIHN1cHBvcnQgaW4gbXVsdGlwbGUgbGFuZ3VhZ2VzLg==\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-block_1_text-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"block_1_text-0\";}s:25:\"field-block_1_text-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-block_2_text-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:156:\"Q3J5cHRvV2FsbGV0IG9mZmVycyBoaWdoLXF1YWxpdHkgc3VwcG9ydCB0aHJvdWdoIHRlbGVwaG9uZSwgTGl2ZUNoYXQsIHRpY2tldCBzdWJtaXNzaW9ucywgYW5kIFZJUCB0cmVhdG1lbnQgb3B0aW9ucy4=\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-block_2_text-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"block_2_text-0\";}s:25:\"field-block_2_text-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:16:\"field-benefits-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"Mw==\";s:6:\"format\";s:6:\"base64\";}s:21:\"field-benefits-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:10:\"benefits-0\";}s:21:\"field-benefits-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:33:\"field-benefits_0_animation_card-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"V2FsbGV0\";s:6:\"format\";s:6:\"base64\";}s:38:\"field-benefits_0_animation_card-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:27:\"benefits_0_animation_card-0\";}s:38:\"field-benefits_0_animation_card-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:30:\"field-benefits_0_description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:84:\"SXTigJlzIGEgd2FsbGV0IHdoZXJlIHlvdSBjYW4gc2VjdXJlbHkgc3RvcmUgeW91ciBjcnlwdG8gZnVuZHMu\";s:6:\"format\";s:6:\"base64\";}s:35:\"field-benefits_0_description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:24:\"benefits_0_description-0\";}s:35:\"field-benefits_0_description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:24:\"field-benefits_0_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"V2FsbGV0\";s:6:\"format\";s:6:\"base64\";}s:29:\"field-benefits_0_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:18:\"benefits_0_title-0\";}s:29:\"field-benefits_0_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:33:\"field-benefits_1_animation_card-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:16:\"RGViaXQgQ2FyZA==\";s:6:\"format\";s:6:\"base64\";}s:38:\"field-benefits_1_animation_card-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:27:\"benefits_1_animation_card-0\";}s:38:\"field-benefits_1_animation_card-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:30:\"field-benefits_1_description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:84:\"SXTigJlzIGEgcHJlcGFpZCBjYXJkIHRoYXQgbGV0cyB5b3Ugc3BlbmQgY3J5cHRvIGluIGFueSBzdG9yZS4=\";s:6:\"format\";s:6:\"base64\";}s:35:\"field-benefits_1_description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:24:\"benefits_1_description-0\";}s:35:\"field-benefits_1_description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:24:\"field-benefits_1_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"Q2FyZA==\";s:6:\"format\";s:6:\"base64\";}s:29:\"field-benefits_1_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:18:\"benefits_1_title-0\";}s:29:\"field-benefits_1_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:33:\"field-benefits_2_animation_card-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:16:\"RXhjaGFuZ2UgQXBw\";s:6:\"format\";s:6:\"base64\";}s:38:\"field-benefits_2_animation_card-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:27:\"benefits_2_animation_card-0\";}s:38:\"field-benefits_2_animation_card-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:30:\"field-benefits_2_description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:116:\"SXTigJlzIGFuIGV4Y2hhbmdlIHRoYXQgYWxsb3dzIHlvdSB0byBxdWlja2x5IGFuZCBlYXNpbHkgZXhjaGFuZ2UgY3J5cHRvIG9uIHlvdXIgcGhvbmUu\";s:6:\"format\";s:6:\"base64\";}s:35:\"field-benefits_2_description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:24:\"benefits_2_description-0\";}s:35:\"field-benefits_2_description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:24:\"field-benefits_2_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:12:\"RXhjaGFuZ2U=\";s:6:\"format\";s:6:\"base64\";}s:29:\"field-benefits_2_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:18:\"benefits_2_title-0\";}s:29:\"field-benefits_2_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:28:\"field-benefits_contactless-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"NA==\";s:6:\"format\";s:6:\"base64\";}s:33:\"field-benefits_contactless-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:22:\"benefits_contactless-0\";}s:33:\"field-benefits_contactless-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:42:\"field-benefits_contactless_0_description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:128:\"WW91IGNhbiBmaW5hbGx5IHNwZW5kIHlvdXIgY3J5cHRvY3VycmVuY3kgb24gcmVhbCBnb29kcyBhbmQgc2VydmljZXMgYW55d2hlcmUgdGhhdCBhY2NlcHRzIFZJU0Eu\";s:6:\"format\";s:6:\"base64\";}s:47:\"field-benefits_contactless_0_description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:36:\"benefits_contactless_0_description-0\";}s:47:\"field-benefits_contactless_0_description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:36:\"field-benefits_contactless_0_icone-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"bm90ZQ==\";s:6:\"format\";s:6:\"base64\";}s:41:\"field-benefits_contactless_0_icone-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:30:\"benefits_contactless_0_icone-0\";}s:41:\"field-benefits_contactless_0_icone-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:36:\"field-benefits_contactless_0_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:20:\"U2hvcCBBbnl3aGVyZQ==\";s:6:\"format\";s:6:\"base64\";}s:41:\"field-benefits_contactless_0_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:30:\"benefits_contactless_0_title-0\";}s:41:\"field-benefits_contactless_0_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:42:\"field-benefits_contactless_1_description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:208:\"Q29udmVydGluZyB5b3VyIGNyeXB0byB0byBmaWF0IGZvciBwdXJjaGFzZXMgaXMgc2ltcGxlIHVzaW5nIHRoZSBpbnN0YW50IGluLWFwcGV4Y2hhbmdlIGZlYXR1cmUuIFN0b3AgdGhlIGNyeXB0byBzaHVmZmxlIGFuZCBsZXQgQ3J5cHRvV2FsbGV0IGRvIHRoZSB3b3JrLg==\";s:6:\"format\";s:6:\"base64\";}s:47:\"field-benefits_contactless_1_description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:36:\"benefits_contactless_1_description-0\";}s:47:\"field-benefits_contactless_1_description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:36:\"field-benefits_contactless_1_icone-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"Y29pbg==\";s:6:\"format\";s:6:\"base64\";}s:41:\"field-benefits_contactless_1_icone-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:30:\"benefits_contactless_1_icone-0\";}s:41:\"field-benefits_contactless_1_icone-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:36:\"field-benefits_contactless_1_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:12:\"Q29udmVydA==\";s:6:\"format\";s:6:\"base64\";}s:41:\"field-benefits_contactless_1_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:30:\"benefits_contactless_1_title-0\";}s:41:\"field-benefits_contactless_1_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:42:\"field-benefits_contactless_2_description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:248:\"VGFrZSBhZHZhbnRhZ2Ugb2Ygb3VyIHVuaXF1ZSBjcnlwdG8gY2FzaGJhY2sgZmVhdHVyZSwgaXQgcHV0cyBtb25leSBpbiB5b3VyIHdhbGxldCAtIGxpdGVyYWxseS4gR2V0IGNhc2hiYWNrIGluIGNyeXB0byBvbiBwdXJjaGFzZXMgbWFkZSBpbiBzdG9yZSB3aXRoIHlvdXIgQ3J5cHRvV2FsbGV0IFZpc2EgZGViaXQgY2FyZC4=\";s:6:\"format\";s:6:\"base64\";}s:47:\"field-benefits_contactless_2_description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:36:\"benefits_contactless_2_description-0\";}s:47:\"field-benefits_contactless_2_description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:36:\"field-benefits_contactless_2_icone-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:12:\"Yml0Y29pbg==\";s:6:\"format\";s:6:\"base64\";}s:41:\"field-benefits_contactless_2_icone-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:30:\"benefits_contactless_2_icone-0\";}s:41:\"field-benefits_contactless_2_icone-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:36:\"field-benefits_contactless_2_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:32:\"VW5pcXVlIENyeXB0byBDYXNoYmFjaw==\";s:6:\"format\";s:6:\"base64\";}s:41:\"field-benefits_contactless_2_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:30:\"benefits_contactless_2_title-0\";}s:41:\"field-benefits_contactless_2_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:42:\"field-benefits_contactless_3_description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:84:\"TWFrZSBjcnlwdG8gcHVyY2hhc2VzIGluIHNlY29uZHMgYnkgc2ltcGx5IHRhcHBpbmcgeW91ciBjYXJkLg==\";s:6:\"format\";s:6:\"base64\";}s:47:\"field-benefits_contactless_3_description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:36:\"benefits_contactless_3_description-0\";}s:47:\"field-benefits_contactless_3_description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:36:\"field-benefits_contactless_3_icone-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"Y3JlZGl0\";s:6:\"format\";s:6:\"base64\";}s:41:\"field-benefits_contactless_3_icone-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:30:\"benefits_contactless_3_icone-0\";}s:41:\"field-benefits_contactless_3_icone-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:36:\"field-benefits_contactless_3_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:16:\"Q29udGFjdGxlc3M=\";s:6:\"format\";s:6:\"base64\";}s:41:\"field-benefits_contactless_3_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:30:\"benefits_contactless_3_title-0\";}s:41:\"field-benefits_contactless_3_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:40:\"field-block_1_licensed_and_secure_link-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:68:\"aHR0cDovL2xvY2FsaG9zdC9jYXBwZW4vZ3JpZmxhbi1jcnlwdG8td2FsbGV0L3dlYi8=\";s:6:\"format\";s:6:\"base64\";}s:45:\"field-block_1_licensed_and_secure_link-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:34:\"block_1_licensed_and_secure_link-0\";}s:45:\"field-block_1_licensed_and_secure_link-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:44:\"field-block_1_licensed_and_secure_subtitle-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:72:\"TGljZW5zZWQgdG8gUHJvdmlkZSBWaXJ0dWFsIEN1cnJlbmN5IFdhbGxldCBTZXJ2aWNlcw==\";s:6:\"format\";s:6:\"base64\";}s:49:\"field-block_1_licensed_and_secure_subtitle-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:38:\"block_1_licensed_and_secure_subtitle-0\";}s:49:\"field-block_1_licensed_and_secure_subtitle-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:40:\"field-block_1_licensed_and_secure_text-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:180:\"RXN0b25pYSBGSVUgTGljZW5zZSBOdW1iZXIgPHN0cm9uZz5GUkswMDAxMzE8L3N0cm9uZz4gZW5hYmxlcyBDcnlwdG9XYWxsZXQgdG8gcHJvdmlkZSBjcnlwdG9jdXJyZW5jeSBzdG9yYWdlIHNlcnZpY2VzIHRvIG91ciBjdXN0b21lcnMu\";s:6:\"format\";s:6:\"base64\";}s:45:\"field-block_1_licensed_and_secure_text-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:34:\"block_1_licensed_and_secure_text-0\";}s:45:\"field-block_1_licensed_and_secure_text-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:45:\"field-block_1_licensed_and_secure_text_link-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:28:\"VmVyaWZ5IExpY2Vuc2UgT25saW5l\";s:6:\"format\";s:6:\"base64\";}s:50:\"field-block_1_licensed_and_secure_text_link-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:39:\"block_1_licensed_and_secure_text_link-0\";}s:50:\"field-block_1_licensed_and_secure_text_link-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:24:\"field-block_1_subtitle-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:28:\"U3Ryb25nIEN1c3RvbWVyIEZvY3Vz\";s:6:\"format\";s:6:\"base64\";}s:29:\"field-block_1_subtitle-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:18:\"block_1_subtitle-0\";}s:29:\"field-block_1_subtitle-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:40:\"field-block_2_licensed_and_secure_link-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:68:\"aHR0cDovL2xvY2FsaG9zdC9jYXBwZW4vZ3JpZmxhbi1jcnlwdG8td2FsbGV0L3dlYi8=\";s:6:\"format\";s:6:\"base64\";}s:45:\"field-block_2_licensed_and_secure_link-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:34:\"block_2_licensed_and_secure_link-0\";}s:45:\"field-block_2_licensed_and_secure_link-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:44:\"field-block_2_licensed_and_secure_subtitle-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:84:\"TGljZW5zZWQgdG8gUHJvdmlkZSBGaWF0IHRvIFZpcnR1YWwgQ3VycmVuY3kgRXhjaGFuZ2UgU2VydmljZXM=\";s:6:\"format\";s:6:\"base64\";}s:49:\"field-block_2_licensed_and_secure_subtitle-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:38:\"block_2_licensed_and_secure_subtitle-0\";}s:49:\"field-block_2_licensed_and_secure_subtitle-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:40:\"field-block_2_licensed_and_secure_text-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:204:\"RXN0b25pYSBGSVUgTGljZW5zZSBOdW1iZXIgPHN0cm9uZz5GUlYwMDAxNDM8L3N0cm9uZz4gYWxsb3dzIHVzIHRvIG9mZmVyIGRpcmVjdCBjcnlwdG8gdG8gZmlhdCB0cmFkaW5nIGFzIHdlbGwgYXMgaW50ZXItY3J5cHRvY3VycmVuY3kgZXhjaGFuZ2Ugc2VydmljZXMu\";s:6:\"format\";s:6:\"base64\";}s:45:\"field-block_2_licensed_and_secure_text-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:34:\"block_2_licensed_and_secure_text-0\";}s:45:\"field-block_2_licensed_and_secure_text-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:45:\"field-block_2_licensed_and_secure_text_link-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:28:\"VmVyaWZ5IExpY2Vuc2UgT25saW5l\";s:6:\"format\";s:6:\"base64\";}s:50:\"field-block_2_licensed_and_secure_text_link-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:39:\"block_2_licensed_and_secure_text_link-0\";}s:50:\"field-block_2_licensed_and_secure_text_link-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:24:\"field-block_2_subtitle-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:28:\"SGlnaCBRdWFsaXR5IFN1cHBvcnQ=\";s:6:\"format\";s:6:\"base64\";}s:29:\"field-block_2_subtitle-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:18:\"block_2_subtitle-0\";}s:29:\"field-block_2_subtitle-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:34:\"field-description_client_support-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:124:\"TmV2ZXIgYmUgbGVmdCB3aXRob3V0IGFuc3dlcnMgLSBDcnlwdG9XYWxsZXTigJlzIGludGVybmF0aW9uYWwgc3VwcG9ydCB0ZWFtIGlzIGhlcmUgdG8gaGVscC4=\";s:6:\"format\";s:6:\"base64\";}s:39:\"field-description_client_support-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:28:\"description_client_support-0\";}s:39:\"field-description_client_support-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:25:\"field-description_coins-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:72:\"Q2hlY2sgb3V0IG91ciBmdWxsIGxpc3Qgb2Ygb3VyIHN1cHBvcnRlZCBjdXJyZW5jaWVzLiA=\";s:6:\"format\";s:6:\"base64\";}s:30:\"field-description_coins-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:19:\"description_coins-0\";}s:30:\"field-description_coins-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:31:\"field-description_contactless-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:108:\"Q3J5cHRvY3VycmVuY3kgYWRvcHRpb24gaXMgaGVyZSB3aXRoIG91ciBpbm5vdmF0aXZlIG5ldyBjb250YWN0bGVzcyBkZWJpdCBjYXJkLg==\";s:6:\"format\";s:6:\"base64\";}s:36:\"field-description_contactless-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:25:\"description_contactless-0\";}s:36:\"field-description_contactless-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:32:\"field-description_cryptowallet-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:92:\"Q3J5cHRvV2FsbGV0IGlzIGFuIGVuZC10by1lbmQgY3J5cHRvIGJhbmtpbmcgYW5kIGNvbW1lcmNpYWwgc29sdXRpb24u\";s:6:\"format\";s:6:\"base64\";}s:37:\"field-description_cryptowallet-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:26:\"description_cryptowallet-0\";}s:37:\"field-description_cryptowallet-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:39:\"field-description_licensed_and_secure-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:548:\"Q3J5cHRvV2FsbGV0IGlzIHNlY3VyZWQgYnkgQml0R28sIHRoZSB3b3JsZOKAmXMgbGVhZGluZyBCaXRjb2luIHBheW1lbnQgcHJvY2Vzc29yLiBEaWdpdGFsIGFzc2V0cyBhbmQgdXNlciBwcml2YWN5IGFyZSBwcm90ZWN0ZWQgYnkgY3V0dGluZy1lZGdlIHNlY3VyaXR5IG1lYXN1cmVzIGxpa2UgdHdvLWZhY3RvciBhdXRoZW50aWNhdGlvbiwgZW5kLXRvLWVuZCBlbmNyeXB0aW9uLCBhbmQgbXVsdGktc2lnbmF0dXJlIGNvbGQgc3RvcmFnZSB3YWxsZXRzLiBDcnlwdG9XYWxsZXQgaGFzIG9idGFpbmVkIGxpY2Vuc2VzIGZyb20gdGhlIHN0YXRlIG9mIEVzdG9uaWEgZW5zdXJpbmcgZnVsbCBsZWdhbCBjb21wbGlhbmNlIGluIGhhbmRsaW5nIGFuZCBmYWNpbGl0YXRpbmcgdGhlIHRyYWRlIG9mIGNyeXB0b2N1cnJlbmNpZXMu\";s:6:\"format\";s:6:\"base64\";}s:44:\"field-description_licensed_and_secure-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:33:\"description_licensed_and_secure-0\";}s:44:\"field-description_licensed_and_secure-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:27:\"field-description_payment-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:224:\"QWNjZXB0IHRvcCBjcnlwdG9jdXJyZW5jaWVzIG9uIHlvdXIgYnVzaW5lc3Mgd2Vic2l0ZSB3aXRoIHRoZSBsb3dlc3QgZmVlcyBpbiB0aGUgaW5kdXN0cnkuIE91ciBwYXltZW50IHdpZGdldCBpcyBzdXBwb3J0ZWQgYnkgdGhlIG1hcmtldC1sZWFkaW5nZS1jb21tZXJjZSBwbHVnaW5zIGxpa2U6\";s:6:\"format\";s:6:\"base64\";}s:32:\"field-description_payment-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:21:\"description_payment-0\";}s:32:\"field-description_payment-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:32:\"field-description_quick_crypto-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:172:\"U2tpcCB0aGUgdGltZS1jb25zdW1pbmcgaGFzc2xlIG9mIHVzaW5nIGV4Y2hhbmdlcyEgQSBzd2lmdCwgc2VjdXJlIDxicj4gbWV0aG9kIGZvciBidXlpbmcgYW5kIHRyYWRpbmcgb3ZlciAxNDAgY3J5cHRvY3VycmVuY2llcy4=\";s:6:\"format\";s:6:\"base64\";}s:37:\"field-description_quick_crypto-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:26:\"description_quick_crypto-0\";}s:37:\"field-description_quick_crypto-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:25:\"field-description_works-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:32:\"SGVyZeKAmXMgaG93IGl0IHdvcmtzLg==\";s:6:\"format\";s:6:\"base64\";}s:30:\"field-description_works-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:19:\"description_works-0\";}s:30:\"field-description_works-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:38:\"field-exchange_effortlessly_subtitle-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:28:\"RXhjaGFuZ2UgRWZmb3J0bGVzc2x5\";s:6:\"format\";s:6:\"base64\";}s:43:\"field-exchange_effortlessly_subtitle-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:32:\"exchange_effortlessly_subtitle-0\";}s:43:\"field-exchange_effortlessly_subtitle-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:34:\"field-exchange_effortlessly_text-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:156:\"VGhlIGFwcCBsZXRzIHlvdSBleGNoYW5nZSBzdXBwb3J0ZWQgY3J5cHRvY3VycmVuY2llcyBlZmZvcnRsZXNzbHkgLCBhbGxvd2luZyB5b3UgdG8gc3BlbmQgeW91ciBjcnlwdG8gZnVuZHMgeW91ciB3YXku\";s:6:\"format\";s:6:\"base64\";}s:39:\"field-exchange_effortlessly_text-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:28:\"exchange_effortlessly_text-0\";}s:39:\"field-exchange_effortlessly_text-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:32:\"field-link_licensed_and_secure-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:68:\"aHR0cDovL2xvY2FsaG9zdC9jYXBwZW4vZ3JpZmxhbi1jcnlwdG8td2FsbGV0L3dlYi8=\";s:6:\"format\";s:6:\"base64\";}s:37:\"field-link_licensed_and_secure-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:26:\"link_licensed_and_secure-0\";}s:37:\"field-link_licensed_and_secure-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:13:\"field-logos-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"Ng==\";s:6:\"format\";s:6:\"base64\";}s:18:\"field-logos-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:7:\"logos-0\";}s:18:\"field-logos-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-logos_0_logo-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"NjI2\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-logos_0_logo-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"logos_0_logo-0\";}s:25:\"field-logos_0_logo-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:26:\"field-logos_0_logo_hover-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"MTE0Ng==\";s:6:\"format\";s:6:\"base64\";}s:31:\"field-logos_0_logo_hover-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:20:\"logos_0_logo_hover-0\";}s:31:\"field-logos_0_logo_hover-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-logos_1_logo-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"NjMx\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-logos_1_logo-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"logos_1_logo-0\";}s:25:\"field-logos_1_logo-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:26:\"field-logos_1_logo_hover-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"MTE1MQ==\";s:6:\"format\";s:6:\"base64\";}s:31:\"field-logos_1_logo_hover-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:20:\"logos_1_logo_hover-0\";}s:31:\"field-logos_1_logo_hover-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-logos_2_logo-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"NjUx\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-logos_2_logo-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"logos_2_logo-0\";}s:25:\"field-logos_2_logo-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:26:\"field-logos_2_logo_hover-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"MTE1Ng==\";s:6:\"format\";s:6:\"base64\";}s:31:\"field-logos_2_logo_hover-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:20:\"logos_2_logo_hover-0\";}s:31:\"field-logos_2_logo_hover-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-logos_3_logo-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"NjU2\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-logos_3_logo-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"logos_3_logo-0\";}s:25:\"field-logos_3_logo-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:26:\"field-logos_3_logo_hover-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"MTE2MQ==\";s:6:\"format\";s:6:\"base64\";}s:31:\"field-logos_3_logo_hover-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:20:\"logos_3_logo_hover-0\";}s:31:\"field-logos_3_logo_hover-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-logos_4_logo-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"NjM2\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-logos_4_logo-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"logos_4_logo-0\";}s:25:\"field-logos_4_logo-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:26:\"field-logos_4_logo_hover-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"MTE2Ng==\";s:6:\"format\";s:6:\"base64\";}s:31:\"field-logos_4_logo_hover-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:20:\"logos_4_logo_hover-0\";}s:31:\"field-logos_4_logo_hover-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-logos_5_logo-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"NjQ2\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-logos_5_logo-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"logos_5_logo-0\";}s:25:\"field-logos_5_logo-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:26:\"field-logos_5_logo_hover-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"MTE3MQ==\";s:6:\"format\";s:6:\"base64\";}s:31:\"field-logos_5_logo_hover-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:20:\"logos_5_logo_hover-0\";}s:31:\"field-logos_5_logo_hover-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:15:\"field-qr_code-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"NTMx\";s:6:\"format\";s:6:\"base64\";}s:20:\"field-qr_code-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:9:\"qr_code-0\";}s:20:\"field-qr_code-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-step_1_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:24:\"RG93bmxvYWQgDQp0aGUgYXBw\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-step_1_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"step_1_title-0\";}s:25:\"field-step_1_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-step_2_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:24:\"T3JkZXIgVGhlIA0KQ2FyZA==\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-step_2_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"step_2_title-0\";}s:25:\"field-step_2_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-step_3_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:36:\"TG9hZCBUaGUgQ2FyZCANCldpdGggRnVuZHM=\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-step_3_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"step_3_title-0\";}s:25:\"field-step_3_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-step_4_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:24:\"U3RhcnQgDQpzcGVuZGluZyE=\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-step_4_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"step_4_title-0\";}s:25:\"field-step_4_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:28:\"field-title_client_support-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:40:\"V29ybGQgQ2xhc3MgDQpDbGllbnQgU3VwcG9ydA==\";s:6:\"format\";s:6:\"base64\";}s:33:\"field-title_client_support-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:22:\"title_client_support-0\";}s:33:\"field-title_client_support-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:19:\"field-title_coins-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:32:\"QSBVbml2ZXJzYWwgQ3J5cHRvV2FsbGV0\";s:6:\"format\";s:6:\"base64\";}s:24:\"field-title_coins-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:13:\"title_coins-0\";}s:24:\"field-title_coins-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:25:\"field-title_contactless-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:72:\"QSBDb250YWN0bGVzcyBDcnlwdG8gV2FsbGV0IA0KRGViaXQgQ2FyZCBXaXRoIENhc2hiYWNr\";s:6:\"format\";s:6:\"base64\";}s:30:\"field-title_contactless-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:19:\"title_contactless-0\";}s:30:\"field-title_contactless-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:33:\"field-title_licensed_and_secure-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:28:\"TGljZW5zZWQgYW5kIFNlY3VyZQ==\";s:6:\"format\";s:6:\"base64\";}s:38:\"field-title_licensed_and_secure-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:27:\"title_licensed_and_secure-0\";}s:38:\"field-title_licensed_and_secure-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:21:\"field-title_payment-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:24:\"QSBQYXltZW50IEdhdGV3YXk=\";s:6:\"format\";s:6:\"base64\";}s:26:\"field-title_payment-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:15:\"title_payment-0\";}s:26:\"field-title_payment-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:19:\"field-title_press-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:36:\"Q3J5cHRvV2FsbGV0IGluIHRoZSBQcmVzcw==\";s:6:\"format\";s:6:\"base64\";}s:24:\"field-title_press-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:13:\"title_press-0\";}s:24:\"field-title_press-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:26:\"field-title_quick_crypto-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:32:\"QSBRdWljayBDcnlwdG8gRXhjaGFuZ2U=\";s:6:\"format\";s:6:\"base64\";}s:31:\"field-title_quick_crypto-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:20:\"title_quick_crypto-0\";}s:31:\"field-title_quick_crypto-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:24:\"field-title_wallet_app-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:68:\"R2V0IHRoZSBDcnlwdG8gDQpXYWxsZXQgQXBwIGFuZCBqb2luIG91ciBjb21tdW5pdHk=\";s:6:\"format\";s:6:\"base64\";}s:29:\"field-title_wallet_app-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:18:\"title_wallet_app-0\";}s:29:\"field-title_wallet_app-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:21:\"field-title_welcome-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:64:\"V2VsY29tZSB0byB5b3VyIGdhdGV3YXkgDQpmb3IgZGlnaXRhbCBjdXJyZW5jeS4=\";s:6:\"format\";s:6:\"base64\";}s:26:\"field-title_welcome-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:15:\"title_welcome-0\";}s:26:\"field-title_welcome-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:19:\"field-title_works-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:40:\"Q3J5cHRvV2FsbGV0IElzIEZhc3QgYW5kIEVhc3k=\";s:6:\"format\";s:6:\"base64\";}s:24:\"field-title_works-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:13:\"title_works-0\";}s:24:\"field-title_works-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:21:\"field-_block_1_text-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:28:\"ZmllbGRfNWQyNzgzZjQ1MWFiMg==\";s:6:\"format\";s:6:\"base64\";}s:26:\"field-_block_1_text-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:15:\"_block_1_text-0\";}s:26:\"field-_block_1_text-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-_description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:28:\"ZmllbGRfNWQyNjQwMmQ4NDJiMw==\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-_description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"_description-0\";}s:25:\"field-_description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:34:\"field-top_up_with_speed_subtitle-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:24:\"VG9wIFVwIHdpdGggU3BlZWQ=\";s:6:\"format\";s:6:\"base64\";}s:39:\"field-top_up_with_speed_subtitle-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:28:\"top_up_with_speed_subtitle-0\";}s:39:\"field-top_up_with_speed_subtitle-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:18:\"field-video_link-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:36:\"aHR0cHM6Ly92aW1lby5jb20vNDA3NjUyODYx\";s:6:\"format\";s:6:\"base64\";}s:23:\"field-video_link-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"video_link-0\";}s:23:\"field-video_link-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:30:\"field-top_up_with_speed_text-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:160:\"WW91IGNhbiB0b3AgdXAgeW91ciB3YWxsZXQgdGhyb3VnaCBTRVBBIGJhbmsgdHJhbnNmZXJzIG9yIGNyZWRpdCBjYXJkLiBMaWdodG5pbmcgc3BlZWQgYW5kIGhhc3NsZSAtIGZyZWUgLSB0aGF0J3MgYSB3aW4u\";s:6:\"format\";s:6:\"base64\";}s:35:\"field-top_up_with_speed_text-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:24:\"top_up_with_speed_text-0\";}s:35:\"field-top_up_with_speed_text-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:11:\"original_id\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";i:419;}s:5:\"title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"SG9tZQ==\";s:6:\"format\";s:6:\"base64\";}s:4:\"body\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:0:\"\";s:6:\"format\";s:6:\"base64\";}s:7:\"excerpt\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:0:\"\";s:6:\"format\";s:6:\"base64\";}s:4:\"t_13\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:12:\"T3BjaW9uYWw=\";s:6:\"format\";s:6:\"base64\";}}s:4:\"type\";s:4:\"post\";}','2020-06-25 17:27:37',0,NULL,NULL,NULL,1,NULL),(349,2708,10,2,0,'e294e8a7ff388aab42de686d78e58dda','local',3,'a:4:{s:3:\"url\";s:41:\"https://cryptowallet.labcp.co?page_id=419\";s:5:\"title\";s:4:\"Home\";s:8:\"contents\";a:248:{s:13:\"field-title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:44:\"Q3J5cHRvIElzIE1vbmV5IC0gTGV0J3MgVXNlIEl0Lg==\";s:6:\"format\";s:6:\"base64\";}s:18:\"field-title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:7:\"title-0\";}s:18:\"field-title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:19:\"field-description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:360:\"VGhpcyBpcyB0aGUgZnV0dXJlIG9mIGNyeXB0byBiYW5raW5nLiBDcnlwdG9XYWxsZXQgaXMgeW91ciBnYXRld2F5IHRvIGRpZ2l0YWwgY3VycmVuY3kgYW5kIGJleW9uZC4gV2l0aCBkZWRpY2F0ZWQgSUJBTnMgZm9yIHN1cHBvcnRlZCBmaWF0IGN1cnJlbmNpZXMsIHlvdSBjYW4gdXNlIENyeXB0b1dhbGxldCB0byBtYWtlIGJhbmsgdHJhbnNmZXJzLCBwYXkgYmlsbHMsIGFuZCBzcGVuZCBjcnlwdG8gaW4gc3RvcmVzLCBhbGwgd2l0aGluIGEgc2luZ2xlIHBsYXRmb3JtLg==\";s:6:\"format\";s:6:\"base64\";}s:24:\"field-description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:13:\"description-0\";}s:24:\"field-description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-block_1_text-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:124:\"V2UgaGF2ZSBhIHN0cm9uZyBjdXN0b21lciBmb2N1cyB3aXRoIHNob3J0IHdhaXRpbmcgdGltZXMgYW5kIHN1cHBvcnQgaW4gbXVsdGlwbGUgbGFuZ3VhZ2VzLg==\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-block_1_text-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"block_1_text-0\";}s:25:\"field-block_1_text-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-block_2_text-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:156:\"Q3J5cHRvV2FsbGV0IG9mZmVycyBoaWdoLXF1YWxpdHkgc3VwcG9ydCB0aHJvdWdoIHRlbGVwaG9uZSwgTGl2ZUNoYXQsIHRpY2tldCBzdWJtaXNzaW9ucywgYW5kIFZJUCB0cmVhdG1lbnQgb3B0aW9ucy4=\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-block_2_text-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"block_2_text-0\";}s:25:\"field-block_2_text-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:16:\"field-benefits-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"Mw==\";s:6:\"format\";s:6:\"base64\";}s:21:\"field-benefits-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:10:\"benefits-0\";}s:21:\"field-benefits-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:33:\"field-benefits_0_animation_card-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"V2FsbGV0\";s:6:\"format\";s:6:\"base64\";}s:38:\"field-benefits_0_animation_card-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:27:\"benefits_0_animation_card-0\";}s:38:\"field-benefits_0_animation_card-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:30:\"field-benefits_0_description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:84:\"SXTigJlzIGEgd2FsbGV0IHdoZXJlIHlvdSBjYW4gc2VjdXJlbHkgc3RvcmUgeW91ciBjcnlwdG8gZnVuZHMu\";s:6:\"format\";s:6:\"base64\";}s:35:\"field-benefits_0_description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:24:\"benefits_0_description-0\";}s:35:\"field-benefits_0_description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:24:\"field-benefits_0_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"V2FsbGV0\";s:6:\"format\";s:6:\"base64\";}s:29:\"field-benefits_0_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:18:\"benefits_0_title-0\";}s:29:\"field-benefits_0_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:33:\"field-benefits_1_animation_card-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:16:\"RGViaXQgQ2FyZA==\";s:6:\"format\";s:6:\"base64\";}s:38:\"field-benefits_1_animation_card-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:27:\"benefits_1_animation_card-0\";}s:38:\"field-benefits_1_animation_card-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:30:\"field-benefits_1_description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:84:\"SXTigJlzIGEgcHJlcGFpZCBjYXJkIHRoYXQgbGV0cyB5b3Ugc3BlbmQgY3J5cHRvIGluIGFueSBzdG9yZS4=\";s:6:\"format\";s:6:\"base64\";}s:35:\"field-benefits_1_description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:24:\"benefits_1_description-0\";}s:35:\"field-benefits_1_description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:24:\"field-benefits_1_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"Q2FyZA==\";s:6:\"format\";s:6:\"base64\";}s:29:\"field-benefits_1_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:18:\"benefits_1_title-0\";}s:29:\"field-benefits_1_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:33:\"field-benefits_2_animation_card-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:16:\"RXhjaGFuZ2UgQXBw\";s:6:\"format\";s:6:\"base64\";}s:38:\"field-benefits_2_animation_card-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:27:\"benefits_2_animation_card-0\";}s:38:\"field-benefits_2_animation_card-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:30:\"field-benefits_2_description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:116:\"SXTigJlzIGFuIGV4Y2hhbmdlIHRoYXQgYWxsb3dzIHlvdSB0byBxdWlja2x5IGFuZCBlYXNpbHkgZXhjaGFuZ2UgY3J5cHRvIG9uIHlvdXIgcGhvbmUu\";s:6:\"format\";s:6:\"base64\";}s:35:\"field-benefits_2_description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:24:\"benefits_2_description-0\";}s:35:\"field-benefits_2_description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:24:\"field-benefits_2_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:12:\"RXhjaGFuZ2U=\";s:6:\"format\";s:6:\"base64\";}s:29:\"field-benefits_2_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:18:\"benefits_2_title-0\";}s:29:\"field-benefits_2_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:28:\"field-benefits_contactless-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"NA==\";s:6:\"format\";s:6:\"base64\";}s:33:\"field-benefits_contactless-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:22:\"benefits_contactless-0\";}s:33:\"field-benefits_contactless-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:42:\"field-benefits_contactless_0_description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:128:\"WW91IGNhbiBmaW5hbGx5IHNwZW5kIHlvdXIgY3J5cHRvY3VycmVuY3kgb24gcmVhbCBnb29kcyBhbmQgc2VydmljZXMgYW55d2hlcmUgdGhhdCBhY2NlcHRzIFZJU0Eu\";s:6:\"format\";s:6:\"base64\";}s:47:\"field-benefits_contactless_0_description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:36:\"benefits_contactless_0_description-0\";}s:47:\"field-benefits_contactless_0_description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:36:\"field-benefits_contactless_0_icone-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"bm90ZQ==\";s:6:\"format\";s:6:\"base64\";}s:41:\"field-benefits_contactless_0_icone-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:30:\"benefits_contactless_0_icone-0\";}s:41:\"field-benefits_contactless_0_icone-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:36:\"field-benefits_contactless_0_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:20:\"U2hvcCBBbnl3aGVyZQ==\";s:6:\"format\";s:6:\"base64\";}s:41:\"field-benefits_contactless_0_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:30:\"benefits_contactless_0_title-0\";}s:41:\"field-benefits_contactless_0_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:42:\"field-benefits_contactless_1_description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:208:\"Q29udmVydGluZyB5b3VyIGNyeXB0byB0byBmaWF0IGZvciBwdXJjaGFzZXMgaXMgc2ltcGxlIHVzaW5nIHRoZSBpbnN0YW50IGluLWFwcGV4Y2hhbmdlIGZlYXR1cmUuIFN0b3AgdGhlIGNyeXB0byBzaHVmZmxlIGFuZCBsZXQgQ3J5cHRvV2FsbGV0IGRvIHRoZSB3b3JrLg==\";s:6:\"format\";s:6:\"base64\";}s:47:\"field-benefits_contactless_1_description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:36:\"benefits_contactless_1_description-0\";}s:47:\"field-benefits_contactless_1_description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:36:\"field-benefits_contactless_1_icone-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"Y29pbg==\";s:6:\"format\";s:6:\"base64\";}s:41:\"field-benefits_contactless_1_icone-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:30:\"benefits_contactless_1_icone-0\";}s:41:\"field-benefits_contactless_1_icone-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:36:\"field-benefits_contactless_1_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:12:\"Q29udmVydA==\";s:6:\"format\";s:6:\"base64\";}s:41:\"field-benefits_contactless_1_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:30:\"benefits_contactless_1_title-0\";}s:41:\"field-benefits_contactless_1_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:42:\"field-benefits_contactless_2_description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:248:\"VGFrZSBhZHZhbnRhZ2Ugb2Ygb3VyIHVuaXF1ZSBjcnlwdG8gY2FzaGJhY2sgZmVhdHVyZSwgaXQgcHV0cyBtb25leSBpbiB5b3VyIHdhbGxldCAtIGxpdGVyYWxseS4gR2V0IGNhc2hiYWNrIGluIGNyeXB0byBvbiBwdXJjaGFzZXMgbWFkZSBpbiBzdG9yZSB3aXRoIHlvdXIgQ3J5cHRvV2FsbGV0IFZpc2EgZGViaXQgY2FyZC4=\";s:6:\"format\";s:6:\"base64\";}s:47:\"field-benefits_contactless_2_description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:36:\"benefits_contactless_2_description-0\";}s:47:\"field-benefits_contactless_2_description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:36:\"field-benefits_contactless_2_icone-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:12:\"Yml0Y29pbg==\";s:6:\"format\";s:6:\"base64\";}s:41:\"field-benefits_contactless_2_icone-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:30:\"benefits_contactless_2_icone-0\";}s:41:\"field-benefits_contactless_2_icone-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:36:\"field-benefits_contactless_2_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:32:\"VW5pcXVlIENyeXB0byBDYXNoYmFjaw==\";s:6:\"format\";s:6:\"base64\";}s:41:\"field-benefits_contactless_2_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:30:\"benefits_contactless_2_title-0\";}s:41:\"field-benefits_contactless_2_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:42:\"field-benefits_contactless_3_description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:84:\"TWFrZSBjcnlwdG8gcHVyY2hhc2VzIGluIHNlY29uZHMgYnkgc2ltcGx5IHRhcHBpbmcgeW91ciBjYXJkLg==\";s:6:\"format\";s:6:\"base64\";}s:47:\"field-benefits_contactless_3_description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:36:\"benefits_contactless_3_description-0\";}s:47:\"field-benefits_contactless_3_description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:36:\"field-benefits_contactless_3_icone-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"Y3JlZGl0\";s:6:\"format\";s:6:\"base64\";}s:41:\"field-benefits_contactless_3_icone-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:30:\"benefits_contactless_3_icone-0\";}s:41:\"field-benefits_contactless_3_icone-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:36:\"field-benefits_contactless_3_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:16:\"Q29udGFjdGxlc3M=\";s:6:\"format\";s:6:\"base64\";}s:41:\"field-benefits_contactless_3_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:30:\"benefits_contactless_3_title-0\";}s:41:\"field-benefits_contactless_3_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:40:\"field-block_1_licensed_and_secure_link-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:68:\"aHR0cDovL2xvY2FsaG9zdC9jYXBwZW4vZ3JpZmxhbi1jcnlwdG8td2FsbGV0L3dlYi8=\";s:6:\"format\";s:6:\"base64\";}s:45:\"field-block_1_licensed_and_secure_link-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:34:\"block_1_licensed_and_secure_link-0\";}s:45:\"field-block_1_licensed_and_secure_link-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:44:\"field-block_1_licensed_and_secure_subtitle-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:72:\"TGljZW5zZWQgdG8gUHJvdmlkZSBWaXJ0dWFsIEN1cnJlbmN5IFdhbGxldCBTZXJ2aWNlcw==\";s:6:\"format\";s:6:\"base64\";}s:49:\"field-block_1_licensed_and_secure_subtitle-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:38:\"block_1_licensed_and_secure_subtitle-0\";}s:49:\"field-block_1_licensed_and_secure_subtitle-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:40:\"field-block_1_licensed_and_secure_text-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:180:\"RXN0b25pYSBGSVUgTGljZW5zZSBOdW1iZXIgPHN0cm9uZz5GUkswMDAxMzE8L3N0cm9uZz4gZW5hYmxlcyBDcnlwdG9XYWxsZXQgdG8gcHJvdmlkZSBjcnlwdG9jdXJyZW5jeSBzdG9yYWdlIHNlcnZpY2VzIHRvIG91ciBjdXN0b21lcnMu\";s:6:\"format\";s:6:\"base64\";}s:45:\"field-block_1_licensed_and_secure_text-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:34:\"block_1_licensed_and_secure_text-0\";}s:45:\"field-block_1_licensed_and_secure_text-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:45:\"field-block_1_licensed_and_secure_text_link-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:28:\"VmVyaWZ5IExpY2Vuc2UgT25saW5l\";s:6:\"format\";s:6:\"base64\";}s:50:\"field-block_1_licensed_and_secure_text_link-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:39:\"block_1_licensed_and_secure_text_link-0\";}s:50:\"field-block_1_licensed_and_secure_text_link-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:24:\"field-block_1_subtitle-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:28:\"U3Ryb25nIEN1c3RvbWVyIEZvY3Vz\";s:6:\"format\";s:6:\"base64\";}s:29:\"field-block_1_subtitle-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:18:\"block_1_subtitle-0\";}s:29:\"field-block_1_subtitle-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:40:\"field-block_2_licensed_and_secure_link-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:68:\"aHR0cDovL2xvY2FsaG9zdC9jYXBwZW4vZ3JpZmxhbi1jcnlwdG8td2FsbGV0L3dlYi8=\";s:6:\"format\";s:6:\"base64\";}s:45:\"field-block_2_licensed_and_secure_link-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:34:\"block_2_licensed_and_secure_link-0\";}s:45:\"field-block_2_licensed_and_secure_link-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:44:\"field-block_2_licensed_and_secure_subtitle-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:84:\"TGljZW5zZWQgdG8gUHJvdmlkZSBGaWF0IHRvIFZpcnR1YWwgQ3VycmVuY3kgRXhjaGFuZ2UgU2VydmljZXM=\";s:6:\"format\";s:6:\"base64\";}s:49:\"field-block_2_licensed_and_secure_subtitle-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:38:\"block_2_licensed_and_secure_subtitle-0\";}s:49:\"field-block_2_licensed_and_secure_subtitle-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:40:\"field-block_2_licensed_and_secure_text-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:204:\"RXN0b25pYSBGSVUgTGljZW5zZSBOdW1iZXIgPHN0cm9uZz5GUlYwMDAxNDM8L3N0cm9uZz4gYWxsb3dzIHVzIHRvIG9mZmVyIGRpcmVjdCBjcnlwdG8gdG8gZmlhdCB0cmFkaW5nIGFzIHdlbGwgYXMgaW50ZXItY3J5cHRvY3VycmVuY3kgZXhjaGFuZ2Ugc2VydmljZXMu\";s:6:\"format\";s:6:\"base64\";}s:45:\"field-block_2_licensed_and_secure_text-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:34:\"block_2_licensed_and_secure_text-0\";}s:45:\"field-block_2_licensed_and_secure_text-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:45:\"field-block_2_licensed_and_secure_text_link-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:28:\"VmVyaWZ5IExpY2Vuc2UgT25saW5l\";s:6:\"format\";s:6:\"base64\";}s:50:\"field-block_2_licensed_and_secure_text_link-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:39:\"block_2_licensed_and_secure_text_link-0\";}s:50:\"field-block_2_licensed_and_secure_text_link-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:24:\"field-block_2_subtitle-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:28:\"SGlnaCBRdWFsaXR5IFN1cHBvcnQ=\";s:6:\"format\";s:6:\"base64\";}s:29:\"field-block_2_subtitle-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:18:\"block_2_subtitle-0\";}s:29:\"field-block_2_subtitle-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:34:\"field-description_client_support-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:124:\"TmV2ZXIgYmUgbGVmdCB3aXRob3V0IGFuc3dlcnMgLSBDcnlwdG9XYWxsZXTigJlzIGludGVybmF0aW9uYWwgc3VwcG9ydCB0ZWFtIGlzIGhlcmUgdG8gaGVscC4=\";s:6:\"format\";s:6:\"base64\";}s:39:\"field-description_client_support-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:28:\"description_client_support-0\";}s:39:\"field-description_client_support-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:25:\"field-description_coins-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:72:\"Q2hlY2sgb3V0IG91ciBmdWxsIGxpc3Qgb2Ygb3VyIHN1cHBvcnRlZCBjdXJyZW5jaWVzLiA=\";s:6:\"format\";s:6:\"base64\";}s:30:\"field-description_coins-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:19:\"description_coins-0\";}s:30:\"field-description_coins-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:31:\"field-description_contactless-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:108:\"Q3J5cHRvY3VycmVuY3kgYWRvcHRpb24gaXMgaGVyZSB3aXRoIG91ciBpbm5vdmF0aXZlIG5ldyBjb250YWN0bGVzcyBkZWJpdCBjYXJkLg==\";s:6:\"format\";s:6:\"base64\";}s:36:\"field-description_contactless-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:25:\"description_contactless-0\";}s:36:\"field-description_contactless-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:32:\"field-description_cryptowallet-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:92:\"Q3J5cHRvV2FsbGV0IGlzIGFuIGVuZC10by1lbmQgY3J5cHRvIGJhbmtpbmcgYW5kIGNvbW1lcmNpYWwgc29sdXRpb24u\";s:6:\"format\";s:6:\"base64\";}s:37:\"field-description_cryptowallet-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:26:\"description_cryptowallet-0\";}s:37:\"field-description_cryptowallet-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:39:\"field-description_licensed_and_secure-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:548:\"Q3J5cHRvV2FsbGV0IGlzIHNlY3VyZWQgYnkgQml0R28sIHRoZSB3b3JsZOKAmXMgbGVhZGluZyBCaXRjb2luIHBheW1lbnQgcHJvY2Vzc29yLiBEaWdpdGFsIGFzc2V0cyBhbmQgdXNlciBwcml2YWN5IGFyZSBwcm90ZWN0ZWQgYnkgY3V0dGluZy1lZGdlIHNlY3VyaXR5IG1lYXN1cmVzIGxpa2UgdHdvLWZhY3RvciBhdXRoZW50aWNhdGlvbiwgZW5kLXRvLWVuZCBlbmNyeXB0aW9uLCBhbmQgbXVsdGktc2lnbmF0dXJlIGNvbGQgc3RvcmFnZSB3YWxsZXRzLiBDcnlwdG9XYWxsZXQgaGFzIG9idGFpbmVkIGxpY2Vuc2VzIGZyb20gdGhlIHN0YXRlIG9mIEVzdG9uaWEgZW5zdXJpbmcgZnVsbCBsZWdhbCBjb21wbGlhbmNlIGluIGhhbmRsaW5nIGFuZCBmYWNpbGl0YXRpbmcgdGhlIHRyYWRlIG9mIGNyeXB0b2N1cnJlbmNpZXMu\";s:6:\"format\";s:6:\"base64\";}s:44:\"field-description_licensed_and_secure-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:33:\"description_licensed_and_secure-0\";}s:44:\"field-description_licensed_and_secure-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:27:\"field-description_payment-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:224:\"QWNjZXB0IHRvcCBjcnlwdG9jdXJyZW5jaWVzIG9uIHlvdXIgYnVzaW5lc3Mgd2Vic2l0ZSB3aXRoIHRoZSBsb3dlc3QgZmVlcyBpbiB0aGUgaW5kdXN0cnkuIE91ciBwYXltZW50IHdpZGdldCBpcyBzdXBwb3J0ZWQgYnkgdGhlIG1hcmtldC1sZWFkaW5nZS1jb21tZXJjZSBwbHVnaW5zIGxpa2U6\";s:6:\"format\";s:6:\"base64\";}s:32:\"field-description_payment-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:21:\"description_payment-0\";}s:32:\"field-description_payment-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:32:\"field-description_quick_crypto-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:172:\"U2tpcCB0aGUgdGltZS1jb25zdW1pbmcgaGFzc2xlIG9mIHVzaW5nIGV4Y2hhbmdlcyEgQSBzd2lmdCwgc2VjdXJlIDxicj4gbWV0aG9kIGZvciBidXlpbmcgYW5kIHRyYWRpbmcgb3ZlciAxNDAgY3J5cHRvY3VycmVuY2llcy4=\";s:6:\"format\";s:6:\"base64\";}s:37:\"field-description_quick_crypto-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:26:\"description_quick_crypto-0\";}s:37:\"field-description_quick_crypto-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:25:\"field-description_works-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:32:\"SGVyZeKAmXMgaG93IGl0IHdvcmtzLg==\";s:6:\"format\";s:6:\"base64\";}s:30:\"field-description_works-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:19:\"description_works-0\";}s:30:\"field-description_works-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:38:\"field-exchange_effortlessly_subtitle-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:28:\"RXhjaGFuZ2UgRWZmb3J0bGVzc2x5\";s:6:\"format\";s:6:\"base64\";}s:43:\"field-exchange_effortlessly_subtitle-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:32:\"exchange_effortlessly_subtitle-0\";}s:43:\"field-exchange_effortlessly_subtitle-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:34:\"field-exchange_effortlessly_text-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:156:\"VGhlIGFwcCBsZXRzIHlvdSBleGNoYW5nZSBzdXBwb3J0ZWQgY3J5cHRvY3VycmVuY2llcyBlZmZvcnRsZXNzbHkgLCBhbGxvd2luZyB5b3UgdG8gc3BlbmQgeW91ciBjcnlwdG8gZnVuZHMgeW91ciB3YXku\";s:6:\"format\";s:6:\"base64\";}s:39:\"field-exchange_effortlessly_text-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:28:\"exchange_effortlessly_text-0\";}s:39:\"field-exchange_effortlessly_text-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:32:\"field-link_licensed_and_secure-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:68:\"aHR0cDovL2xvY2FsaG9zdC9jYXBwZW4vZ3JpZmxhbi1jcnlwdG8td2FsbGV0L3dlYi8=\";s:6:\"format\";s:6:\"base64\";}s:37:\"field-link_licensed_and_secure-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:26:\"link_licensed_and_secure-0\";}s:37:\"field-link_licensed_and_secure-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:13:\"field-logos-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"Ng==\";s:6:\"format\";s:6:\"base64\";}s:18:\"field-logos-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:7:\"logos-0\";}s:18:\"field-logos-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-logos_0_logo-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"NjI2\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-logos_0_logo-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"logos_0_logo-0\";}s:25:\"field-logos_0_logo-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:26:\"field-logos_0_logo_hover-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"MTE0Ng==\";s:6:\"format\";s:6:\"base64\";}s:31:\"field-logos_0_logo_hover-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:20:\"logos_0_logo_hover-0\";}s:31:\"field-logos_0_logo_hover-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-logos_1_logo-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"NjMx\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-logos_1_logo-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"logos_1_logo-0\";}s:25:\"field-logos_1_logo-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:26:\"field-logos_1_logo_hover-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"MTE1MQ==\";s:6:\"format\";s:6:\"base64\";}s:31:\"field-logos_1_logo_hover-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:20:\"logos_1_logo_hover-0\";}s:31:\"field-logos_1_logo_hover-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-logos_2_logo-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"NjUx\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-logos_2_logo-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"logos_2_logo-0\";}s:25:\"field-logos_2_logo-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:26:\"field-logos_2_logo_hover-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"MTE1Ng==\";s:6:\"format\";s:6:\"base64\";}s:31:\"field-logos_2_logo_hover-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:20:\"logos_2_logo_hover-0\";}s:31:\"field-logos_2_logo_hover-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-logos_3_logo-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"NjU2\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-logos_3_logo-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"logos_3_logo-0\";}s:25:\"field-logos_3_logo-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:26:\"field-logos_3_logo_hover-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"MTE2MQ==\";s:6:\"format\";s:6:\"base64\";}s:31:\"field-logos_3_logo_hover-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:20:\"logos_3_logo_hover-0\";}s:31:\"field-logos_3_logo_hover-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-logos_4_logo-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"NjM2\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-logos_4_logo-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"logos_4_logo-0\";}s:25:\"field-logos_4_logo-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:26:\"field-logos_4_logo_hover-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"MTE2Ng==\";s:6:\"format\";s:6:\"base64\";}s:31:\"field-logos_4_logo_hover-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:20:\"logos_4_logo_hover-0\";}s:31:\"field-logos_4_logo_hover-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-logos_5_logo-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"NjQ2\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-logos_5_logo-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"logos_5_logo-0\";}s:25:\"field-logos_5_logo-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:26:\"field-logos_5_logo_hover-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"MTE3MQ==\";s:6:\"format\";s:6:\"base64\";}s:31:\"field-logos_5_logo_hover-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:20:\"logos_5_logo_hover-0\";}s:31:\"field-logos_5_logo_hover-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:15:\"field-qr_code-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"NTMx\";s:6:\"format\";s:6:\"base64\";}s:20:\"field-qr_code-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:9:\"qr_code-0\";}s:20:\"field-qr_code-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-step_1_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:24:\"RG93bmxvYWQgDQp0aGUgYXBw\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-step_1_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"step_1_title-0\";}s:25:\"field-step_1_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-step_2_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:24:\"T3JkZXIgVGhlIA0KQ2FyZA==\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-step_2_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"step_2_title-0\";}s:25:\"field-step_2_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-step_3_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:36:\"TG9hZCBUaGUgQ2FyZCANCldpdGggRnVuZHM=\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-step_3_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"step_3_title-0\";}s:25:\"field-step_3_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-step_4_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:24:\"U3RhcnQgDQpzcGVuZGluZyE=\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-step_4_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"step_4_title-0\";}s:25:\"field-step_4_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:28:\"field-title_client_support-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:40:\"V29ybGQgQ2xhc3MgDQpDbGllbnQgU3VwcG9ydA==\";s:6:\"format\";s:6:\"base64\";}s:33:\"field-title_client_support-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:22:\"title_client_support-0\";}s:33:\"field-title_client_support-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:19:\"field-title_coins-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:32:\"QSBVbml2ZXJzYWwgQ3J5cHRvV2FsbGV0\";s:6:\"format\";s:6:\"base64\";}s:24:\"field-title_coins-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:13:\"title_coins-0\";}s:24:\"field-title_coins-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:25:\"field-title_contactless-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:72:\"QSBDb250YWN0bGVzcyBDcnlwdG8gV2FsbGV0IA0KRGViaXQgQ2FyZCBXaXRoIENhc2hiYWNr\";s:6:\"format\";s:6:\"base64\";}s:30:\"field-title_contactless-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:19:\"title_contactless-0\";}s:30:\"field-title_contactless-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:33:\"field-title_licensed_and_secure-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:28:\"TGljZW5zZWQgYW5kIFNlY3VyZQ==\";s:6:\"format\";s:6:\"base64\";}s:38:\"field-title_licensed_and_secure-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:27:\"title_licensed_and_secure-0\";}s:38:\"field-title_licensed_and_secure-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:21:\"field-title_payment-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:24:\"QSBQYXltZW50IEdhdGV3YXk=\";s:6:\"format\";s:6:\"base64\";}s:26:\"field-title_payment-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:15:\"title_payment-0\";}s:26:\"field-title_payment-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:19:\"field-title_press-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:36:\"Q3J5cHRvV2FsbGV0IGluIHRoZSBQcmVzcw==\";s:6:\"format\";s:6:\"base64\";}s:24:\"field-title_press-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:13:\"title_press-0\";}s:24:\"field-title_press-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:26:\"field-title_quick_crypto-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:32:\"QSBRdWljayBDcnlwdG8gRXhjaGFuZ2U=\";s:6:\"format\";s:6:\"base64\";}s:31:\"field-title_quick_crypto-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:20:\"title_quick_crypto-0\";}s:31:\"field-title_quick_crypto-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:24:\"field-title_wallet_app-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:68:\"R2V0IHRoZSBDcnlwdG8gDQpXYWxsZXQgQXBwIGFuZCBqb2luIG91ciBjb21tdW5pdHk=\";s:6:\"format\";s:6:\"base64\";}s:29:\"field-title_wallet_app-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:18:\"title_wallet_app-0\";}s:29:\"field-title_wallet_app-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:21:\"field-title_welcome-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:64:\"V2VsY29tZSB0byB5b3VyIGdhdGV3YXkgDQpmb3IgZGlnaXRhbCBjdXJyZW5jeS4=\";s:6:\"format\";s:6:\"base64\";}s:26:\"field-title_welcome-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:15:\"title_welcome-0\";}s:26:\"field-title_welcome-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:19:\"field-title_works-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:40:\"Q3J5cHRvV2FsbGV0IElzIEZhc3QgYW5kIEVhc3k=\";s:6:\"format\";s:6:\"base64\";}s:24:\"field-title_works-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:13:\"title_works-0\";}s:24:\"field-title_works-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:21:\"field-_block_1_text-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:28:\"ZmllbGRfNWQyNzgzZjQ1MWFiMg==\";s:6:\"format\";s:6:\"base64\";}s:26:\"field-_block_1_text-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:15:\"_block_1_text-0\";}s:26:\"field-_block_1_text-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-_description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:28:\"ZmllbGRfNWQyNjQwMmQ4NDJiMw==\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-_description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"_description-0\";}s:25:\"field-_description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:34:\"field-top_up_with_speed_subtitle-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:24:\"VG9wIFVwIHdpdGggU3BlZWQ=\";s:6:\"format\";s:6:\"base64\";}s:39:\"field-top_up_with_speed_subtitle-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:28:\"top_up_with_speed_subtitle-0\";}s:39:\"field-top_up_with_speed_subtitle-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:18:\"field-video_link-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:36:\"aHR0cHM6Ly92aW1lby5jb20vNDA3NjUyODYx\";s:6:\"format\";s:6:\"base64\";}s:23:\"field-video_link-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"video_link-0\";}s:23:\"field-video_link-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:30:\"field-top_up_with_speed_text-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:160:\"WW91IGNhbiB0b3AgdXAgeW91ciB3YWxsZXQgdGhyb3VnaCBTRVBBIGJhbmsgdHJhbnNmZXJzIG9yIGNyZWRpdCBjYXJkLiBMaWdodG5pbmcgc3BlZWQgYW5kIGhhc3NsZSAtIGZyZWUgLSB0aGF0J3MgYSB3aW4u\";s:6:\"format\";s:6:\"base64\";}s:35:\"field-top_up_with_speed_text-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:24:\"top_up_with_speed_text-0\";}s:35:\"field-top_up_with_speed_text-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:11:\"original_id\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";i:419;}s:5:\"title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"SG9tZQ==\";s:6:\"format\";s:6:\"base64\";}s:4:\"body\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:0:\"\";s:6:\"format\";s:6:\"base64\";}s:7:\"excerpt\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:0:\"\";s:6:\"format\";s:6:\"base64\";}s:4:\"t_13\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:12:\"T3BjaW9uYWw=\";s:6:\"format\";s:6:\"base64\";}}s:4:\"type\";s:4:\"post\";}','2020-06-25 17:29:18',0,NULL,NULL,NULL,1,NULL),(350,2725,10,2,0,'e294e8a7ff388aab42de686d78e58dda','local',3,'a:4:{s:3:\"url\";s:41:\"https://cryptowallet.labcp.co?page_id=419\";s:5:\"title\";s:4:\"Home\";s:8:\"contents\";a:248:{s:13:\"field-title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:44:\"Q3J5cHRvIElzIE1vbmV5IC0gTGV0J3MgVXNlIEl0Lg==\";s:6:\"format\";s:6:\"base64\";}s:18:\"field-title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:7:\"title-0\";}s:18:\"field-title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:19:\"field-description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:360:\"VGhpcyBpcyB0aGUgZnV0dXJlIG9mIGNyeXB0byBiYW5raW5nLiBDcnlwdG9XYWxsZXQgaXMgeW91ciBnYXRld2F5IHRvIGRpZ2l0YWwgY3VycmVuY3kgYW5kIGJleW9uZC4gV2l0aCBkZWRpY2F0ZWQgSUJBTnMgZm9yIHN1cHBvcnRlZCBmaWF0IGN1cnJlbmNpZXMsIHlvdSBjYW4gdXNlIENyeXB0b1dhbGxldCB0byBtYWtlIGJhbmsgdHJhbnNmZXJzLCBwYXkgYmlsbHMsIGFuZCBzcGVuZCBjcnlwdG8gaW4gc3RvcmVzLCBhbGwgd2l0aGluIGEgc2luZ2xlIHBsYXRmb3JtLg==\";s:6:\"format\";s:6:\"base64\";}s:24:\"field-description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:13:\"description-0\";}s:24:\"field-description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-block_1_text-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:124:\"V2UgaGF2ZSBhIHN0cm9uZyBjdXN0b21lciBmb2N1cyB3aXRoIHNob3J0IHdhaXRpbmcgdGltZXMgYW5kIHN1cHBvcnQgaW4gbXVsdGlwbGUgbGFuZ3VhZ2VzLg==\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-block_1_text-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"block_1_text-0\";}s:25:\"field-block_1_text-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-block_2_text-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:156:\"Q3J5cHRvV2FsbGV0IG9mZmVycyBoaWdoLXF1YWxpdHkgc3VwcG9ydCB0aHJvdWdoIHRlbGVwaG9uZSwgTGl2ZUNoYXQsIHRpY2tldCBzdWJtaXNzaW9ucywgYW5kIFZJUCB0cmVhdG1lbnQgb3B0aW9ucy4=\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-block_2_text-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"block_2_text-0\";}s:25:\"field-block_2_text-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:16:\"field-benefits-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"Mw==\";s:6:\"format\";s:6:\"base64\";}s:21:\"field-benefits-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:10:\"benefits-0\";}s:21:\"field-benefits-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:33:\"field-benefits_0_animation_card-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"V2FsbGV0\";s:6:\"format\";s:6:\"base64\";}s:38:\"field-benefits_0_animation_card-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:27:\"benefits_0_animation_card-0\";}s:38:\"field-benefits_0_animation_card-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:30:\"field-benefits_0_description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:84:\"SXTigJlzIGEgd2FsbGV0IHdoZXJlIHlvdSBjYW4gc2VjdXJlbHkgc3RvcmUgeW91ciBjcnlwdG8gZnVuZHMu\";s:6:\"format\";s:6:\"base64\";}s:35:\"field-benefits_0_description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:24:\"benefits_0_description-0\";}s:35:\"field-benefits_0_description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:24:\"field-benefits_0_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"V2FsbGV0\";s:6:\"format\";s:6:\"base64\";}s:29:\"field-benefits_0_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:18:\"benefits_0_title-0\";}s:29:\"field-benefits_0_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:33:\"field-benefits_1_animation_card-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:16:\"RGViaXQgQ2FyZA==\";s:6:\"format\";s:6:\"base64\";}s:38:\"field-benefits_1_animation_card-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:27:\"benefits_1_animation_card-0\";}s:38:\"field-benefits_1_animation_card-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:30:\"field-benefits_1_description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:84:\"SXTigJlzIGEgcHJlcGFpZCBjYXJkIHRoYXQgbGV0cyB5b3Ugc3BlbmQgY3J5cHRvIGluIGFueSBzdG9yZS4=\";s:6:\"format\";s:6:\"base64\";}s:35:\"field-benefits_1_description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:24:\"benefits_1_description-0\";}s:35:\"field-benefits_1_description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:24:\"field-benefits_1_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"Q2FyZA==\";s:6:\"format\";s:6:\"base64\";}s:29:\"field-benefits_1_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:18:\"benefits_1_title-0\";}s:29:\"field-benefits_1_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:33:\"field-benefits_2_animation_card-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:16:\"RXhjaGFuZ2UgQXBw\";s:6:\"format\";s:6:\"base64\";}s:38:\"field-benefits_2_animation_card-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:27:\"benefits_2_animation_card-0\";}s:38:\"field-benefits_2_animation_card-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:30:\"field-benefits_2_description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:116:\"SXTigJlzIGFuIGV4Y2hhbmdlIHRoYXQgYWxsb3dzIHlvdSB0byBxdWlja2x5IGFuZCBlYXNpbHkgZXhjaGFuZ2UgY3J5cHRvIG9uIHlvdXIgcGhvbmUu\";s:6:\"format\";s:6:\"base64\";}s:35:\"field-benefits_2_description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:24:\"benefits_2_description-0\";}s:35:\"field-benefits_2_description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:24:\"field-benefits_2_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:12:\"RXhjaGFuZ2U=\";s:6:\"format\";s:6:\"base64\";}s:29:\"field-benefits_2_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:18:\"benefits_2_title-0\";}s:29:\"field-benefits_2_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:28:\"field-benefits_contactless-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"NA==\";s:6:\"format\";s:6:\"base64\";}s:33:\"field-benefits_contactless-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:22:\"benefits_contactless-0\";}s:33:\"field-benefits_contactless-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:42:\"field-benefits_contactless_0_description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:128:\"WW91IGNhbiBmaW5hbGx5IHNwZW5kIHlvdXIgY3J5cHRvY3VycmVuY3kgb24gcmVhbCBnb29kcyBhbmQgc2VydmljZXMgYW55d2hlcmUgdGhhdCBhY2NlcHRzIFZJU0Eu\";s:6:\"format\";s:6:\"base64\";}s:47:\"field-benefits_contactless_0_description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:36:\"benefits_contactless_0_description-0\";}s:47:\"field-benefits_contactless_0_description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:36:\"field-benefits_contactless_0_icone-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"bm90ZQ==\";s:6:\"format\";s:6:\"base64\";}s:41:\"field-benefits_contactless_0_icone-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:30:\"benefits_contactless_0_icone-0\";}s:41:\"field-benefits_contactless_0_icone-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:36:\"field-benefits_contactless_0_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:20:\"U2hvcCBBbnl3aGVyZQ==\";s:6:\"format\";s:6:\"base64\";}s:41:\"field-benefits_contactless_0_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:30:\"benefits_contactless_0_title-0\";}s:41:\"field-benefits_contactless_0_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:42:\"field-benefits_contactless_1_description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:208:\"Q29udmVydGluZyB5b3VyIGNyeXB0byB0byBmaWF0IGZvciBwdXJjaGFzZXMgaXMgc2ltcGxlIHVzaW5nIHRoZSBpbnN0YW50IGluLWFwcGV4Y2hhbmdlIGZlYXR1cmUuIFN0b3AgdGhlIGNyeXB0byBzaHVmZmxlIGFuZCBsZXQgQ3J5cHRvV2FsbGV0IGRvIHRoZSB3b3JrLg==\";s:6:\"format\";s:6:\"base64\";}s:47:\"field-benefits_contactless_1_description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:36:\"benefits_contactless_1_description-0\";}s:47:\"field-benefits_contactless_1_description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:36:\"field-benefits_contactless_1_icone-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"Y29pbg==\";s:6:\"format\";s:6:\"base64\";}s:41:\"field-benefits_contactless_1_icone-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:30:\"benefits_contactless_1_icone-0\";}s:41:\"field-benefits_contactless_1_icone-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:36:\"field-benefits_contactless_1_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:12:\"Q29udmVydA==\";s:6:\"format\";s:6:\"base64\";}s:41:\"field-benefits_contactless_1_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:30:\"benefits_contactless_1_title-0\";}s:41:\"field-benefits_contactless_1_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:42:\"field-benefits_contactless_2_description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:248:\"VGFrZSBhZHZhbnRhZ2Ugb2Ygb3VyIHVuaXF1ZSBjcnlwdG8gY2FzaGJhY2sgZmVhdHVyZSwgaXQgcHV0cyBtb25leSBpbiB5b3VyIHdhbGxldCAtIGxpdGVyYWxseS4gR2V0IGNhc2hiYWNrIGluIGNyeXB0byBvbiBwdXJjaGFzZXMgbWFkZSBpbiBzdG9yZSB3aXRoIHlvdXIgQ3J5cHRvV2FsbGV0IFZpc2EgZGViaXQgY2FyZC4=\";s:6:\"format\";s:6:\"base64\";}s:47:\"field-benefits_contactless_2_description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:36:\"benefits_contactless_2_description-0\";}s:47:\"field-benefits_contactless_2_description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:36:\"field-benefits_contactless_2_icone-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:12:\"Yml0Y29pbg==\";s:6:\"format\";s:6:\"base64\";}s:41:\"field-benefits_contactless_2_icone-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:30:\"benefits_contactless_2_icone-0\";}s:41:\"field-benefits_contactless_2_icone-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:36:\"field-benefits_contactless_2_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:32:\"VW5pcXVlIENyeXB0byBDYXNoYmFjaw==\";s:6:\"format\";s:6:\"base64\";}s:41:\"field-benefits_contactless_2_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:30:\"benefits_contactless_2_title-0\";}s:41:\"field-benefits_contactless_2_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:42:\"field-benefits_contactless_3_description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:84:\"TWFrZSBjcnlwdG8gcHVyY2hhc2VzIGluIHNlY29uZHMgYnkgc2ltcGx5IHRhcHBpbmcgeW91ciBjYXJkLg==\";s:6:\"format\";s:6:\"base64\";}s:47:\"field-benefits_contactless_3_description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:36:\"benefits_contactless_3_description-0\";}s:47:\"field-benefits_contactless_3_description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:36:\"field-benefits_contactless_3_icone-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"Y3JlZGl0\";s:6:\"format\";s:6:\"base64\";}s:41:\"field-benefits_contactless_3_icone-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:30:\"benefits_contactless_3_icone-0\";}s:41:\"field-benefits_contactless_3_icone-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:36:\"field-benefits_contactless_3_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:16:\"Q29udGFjdGxlc3M=\";s:6:\"format\";s:6:\"base64\";}s:41:\"field-benefits_contactless_3_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:30:\"benefits_contactless_3_title-0\";}s:41:\"field-benefits_contactless_3_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:40:\"field-block_1_licensed_and_secure_link-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:68:\"aHR0cDovL2xvY2FsaG9zdC9jYXBwZW4vZ3JpZmxhbi1jcnlwdG8td2FsbGV0L3dlYi8=\";s:6:\"format\";s:6:\"base64\";}s:45:\"field-block_1_licensed_and_secure_link-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:34:\"block_1_licensed_and_secure_link-0\";}s:45:\"field-block_1_licensed_and_secure_link-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:44:\"field-block_1_licensed_and_secure_subtitle-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:72:\"TGljZW5zZWQgdG8gUHJvdmlkZSBWaXJ0dWFsIEN1cnJlbmN5IFdhbGxldCBTZXJ2aWNlcw==\";s:6:\"format\";s:6:\"base64\";}s:49:\"field-block_1_licensed_and_secure_subtitle-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:38:\"block_1_licensed_and_secure_subtitle-0\";}s:49:\"field-block_1_licensed_and_secure_subtitle-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:40:\"field-block_1_licensed_and_secure_text-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:180:\"RXN0b25pYSBGSVUgTGljZW5zZSBOdW1iZXIgPHN0cm9uZz5GUkswMDAxMzE8L3N0cm9uZz4gZW5hYmxlcyBDcnlwdG9XYWxsZXQgdG8gcHJvdmlkZSBjcnlwdG9jdXJyZW5jeSBzdG9yYWdlIHNlcnZpY2VzIHRvIG91ciBjdXN0b21lcnMu\";s:6:\"format\";s:6:\"base64\";}s:45:\"field-block_1_licensed_and_secure_text-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:34:\"block_1_licensed_and_secure_text-0\";}s:45:\"field-block_1_licensed_and_secure_text-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:45:\"field-block_1_licensed_and_secure_text_link-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:28:\"VmVyaWZ5IExpY2Vuc2UgT25saW5l\";s:6:\"format\";s:6:\"base64\";}s:50:\"field-block_1_licensed_and_secure_text_link-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:39:\"block_1_licensed_and_secure_text_link-0\";}s:50:\"field-block_1_licensed_and_secure_text_link-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:24:\"field-block_1_subtitle-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:28:\"U3Ryb25nIEN1c3RvbWVyIEZvY3Vz\";s:6:\"format\";s:6:\"base64\";}s:29:\"field-block_1_subtitle-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:18:\"block_1_subtitle-0\";}s:29:\"field-block_1_subtitle-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:40:\"field-block_2_licensed_and_secure_link-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:68:\"aHR0cDovL2xvY2FsaG9zdC9jYXBwZW4vZ3JpZmxhbi1jcnlwdG8td2FsbGV0L3dlYi8=\";s:6:\"format\";s:6:\"base64\";}s:45:\"field-block_2_licensed_and_secure_link-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:34:\"block_2_licensed_and_secure_link-0\";}s:45:\"field-block_2_licensed_and_secure_link-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:44:\"field-block_2_licensed_and_secure_subtitle-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:84:\"TGljZW5zZWQgdG8gUHJvdmlkZSBGaWF0IHRvIFZpcnR1YWwgQ3VycmVuY3kgRXhjaGFuZ2UgU2VydmljZXM=\";s:6:\"format\";s:6:\"base64\";}s:49:\"field-block_2_licensed_and_secure_subtitle-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:38:\"block_2_licensed_and_secure_subtitle-0\";}s:49:\"field-block_2_licensed_and_secure_subtitle-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:40:\"field-block_2_licensed_and_secure_text-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:204:\"RXN0b25pYSBGSVUgTGljZW5zZSBOdW1iZXIgPHN0cm9uZz5GUlYwMDAxNDM8L3N0cm9uZz4gYWxsb3dzIHVzIHRvIG9mZmVyIGRpcmVjdCBjcnlwdG8gdG8gZmlhdCB0cmFkaW5nIGFzIHdlbGwgYXMgaW50ZXItY3J5cHRvY3VycmVuY3kgZXhjaGFuZ2Ugc2VydmljZXMu\";s:6:\"format\";s:6:\"base64\";}s:45:\"field-block_2_licensed_and_secure_text-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:34:\"block_2_licensed_and_secure_text-0\";}s:45:\"field-block_2_licensed_and_secure_text-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:45:\"field-block_2_licensed_and_secure_text_link-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:28:\"VmVyaWZ5IExpY2Vuc2UgT25saW5l\";s:6:\"format\";s:6:\"base64\";}s:50:\"field-block_2_licensed_and_secure_text_link-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:39:\"block_2_licensed_and_secure_text_link-0\";}s:50:\"field-block_2_licensed_and_secure_text_link-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:24:\"field-block_2_subtitle-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:28:\"SGlnaCBRdWFsaXR5IFN1cHBvcnQ=\";s:6:\"format\";s:6:\"base64\";}s:29:\"field-block_2_subtitle-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:18:\"block_2_subtitle-0\";}s:29:\"field-block_2_subtitle-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:34:\"field-description_client_support-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:124:\"TmV2ZXIgYmUgbGVmdCB3aXRob3V0IGFuc3dlcnMgLSBDcnlwdG9XYWxsZXTigJlzIGludGVybmF0aW9uYWwgc3VwcG9ydCB0ZWFtIGlzIGhlcmUgdG8gaGVscC4=\";s:6:\"format\";s:6:\"base64\";}s:39:\"field-description_client_support-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:28:\"description_client_support-0\";}s:39:\"field-description_client_support-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:25:\"field-description_coins-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:72:\"Q2hlY2sgb3V0IG91ciBmdWxsIGxpc3Qgb2Ygb3VyIHN1cHBvcnRlZCBjdXJyZW5jaWVzLiA=\";s:6:\"format\";s:6:\"base64\";}s:30:\"field-description_coins-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:19:\"description_coins-0\";}s:30:\"field-description_coins-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:31:\"field-description_contactless-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:108:\"Q3J5cHRvY3VycmVuY3kgYWRvcHRpb24gaXMgaGVyZSB3aXRoIG91ciBpbm5vdmF0aXZlIG5ldyBjb250YWN0bGVzcyBkZWJpdCBjYXJkLg==\";s:6:\"format\";s:6:\"base64\";}s:36:\"field-description_contactless-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:25:\"description_contactless-0\";}s:36:\"field-description_contactless-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:32:\"field-description_cryptowallet-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:92:\"Q3J5cHRvV2FsbGV0IGlzIGFuIGVuZC10by1lbmQgY3J5cHRvIGJhbmtpbmcgYW5kIGNvbW1lcmNpYWwgc29sdXRpb24u\";s:6:\"format\";s:6:\"base64\";}s:37:\"field-description_cryptowallet-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:26:\"description_cryptowallet-0\";}s:37:\"field-description_cryptowallet-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:39:\"field-description_licensed_and_secure-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:548:\"Q3J5cHRvV2FsbGV0IGlzIHNlY3VyZWQgYnkgQml0R28sIHRoZSB3b3JsZOKAmXMgbGVhZGluZyBCaXRjb2luIHBheW1lbnQgcHJvY2Vzc29yLiBEaWdpdGFsIGFzc2V0cyBhbmQgdXNlciBwcml2YWN5IGFyZSBwcm90ZWN0ZWQgYnkgY3V0dGluZy1lZGdlIHNlY3VyaXR5IG1lYXN1cmVzIGxpa2UgdHdvLWZhY3RvciBhdXRoZW50aWNhdGlvbiwgZW5kLXRvLWVuZCBlbmNyeXB0aW9uLCBhbmQgbXVsdGktc2lnbmF0dXJlIGNvbGQgc3RvcmFnZSB3YWxsZXRzLiBDcnlwdG9XYWxsZXQgaGFzIG9idGFpbmVkIGxpY2Vuc2VzIGZyb20gdGhlIHN0YXRlIG9mIEVzdG9uaWEgZW5zdXJpbmcgZnVsbCBsZWdhbCBjb21wbGlhbmNlIGluIGhhbmRsaW5nIGFuZCBmYWNpbGl0YXRpbmcgdGhlIHRyYWRlIG9mIGNyeXB0b2N1cnJlbmNpZXMu\";s:6:\"format\";s:6:\"base64\";}s:44:\"field-description_licensed_and_secure-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:33:\"description_licensed_and_secure-0\";}s:44:\"field-description_licensed_and_secure-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:27:\"field-description_payment-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:224:\"QWNjZXB0IHRvcCBjcnlwdG9jdXJyZW5jaWVzIG9uIHlvdXIgYnVzaW5lc3Mgd2Vic2l0ZSB3aXRoIHRoZSBsb3dlc3QgZmVlcyBpbiB0aGUgaW5kdXN0cnkuIE91ciBwYXltZW50IHdpZGdldCBpcyBzdXBwb3J0ZWQgYnkgdGhlIG1hcmtldC1sZWFkaW5nZS1jb21tZXJjZSBwbHVnaW5zIGxpa2U6\";s:6:\"format\";s:6:\"base64\";}s:32:\"field-description_payment-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:21:\"description_payment-0\";}s:32:\"field-description_payment-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:32:\"field-description_quick_crypto-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:172:\"U2tpcCB0aGUgdGltZS1jb25zdW1pbmcgaGFzc2xlIG9mIHVzaW5nIGV4Y2hhbmdlcyEgQSBzd2lmdCwgc2VjdXJlIDxicj4gbWV0aG9kIGZvciBidXlpbmcgYW5kIHRyYWRpbmcgb3ZlciAxNDAgY3J5cHRvY3VycmVuY2llcy4=\";s:6:\"format\";s:6:\"base64\";}s:37:\"field-description_quick_crypto-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:26:\"description_quick_crypto-0\";}s:37:\"field-description_quick_crypto-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:25:\"field-description_works-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:32:\"SGVyZeKAmXMgaG93IGl0IHdvcmtzLg==\";s:6:\"format\";s:6:\"base64\";}s:30:\"field-description_works-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:19:\"description_works-0\";}s:30:\"field-description_works-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:38:\"field-exchange_effortlessly_subtitle-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:28:\"RXhjaGFuZ2UgRWZmb3J0bGVzc2x5\";s:6:\"format\";s:6:\"base64\";}s:43:\"field-exchange_effortlessly_subtitle-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:32:\"exchange_effortlessly_subtitle-0\";}s:43:\"field-exchange_effortlessly_subtitle-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:34:\"field-exchange_effortlessly_text-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:156:\"VGhlIGFwcCBsZXRzIHlvdSBleGNoYW5nZSBzdXBwb3J0ZWQgY3J5cHRvY3VycmVuY2llcyBlZmZvcnRsZXNzbHkgLCBhbGxvd2luZyB5b3UgdG8gc3BlbmQgeW91ciBjcnlwdG8gZnVuZHMgeW91ciB3YXku\";s:6:\"format\";s:6:\"base64\";}s:39:\"field-exchange_effortlessly_text-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:28:\"exchange_effortlessly_text-0\";}s:39:\"field-exchange_effortlessly_text-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:32:\"field-link_licensed_and_secure-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:68:\"aHR0cDovL2xvY2FsaG9zdC9jYXBwZW4vZ3JpZmxhbi1jcnlwdG8td2FsbGV0L3dlYi8=\";s:6:\"format\";s:6:\"base64\";}s:37:\"field-link_licensed_and_secure-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:26:\"link_licensed_and_secure-0\";}s:37:\"field-link_licensed_and_secure-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:13:\"field-logos-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"Ng==\";s:6:\"format\";s:6:\"base64\";}s:18:\"field-logos-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:7:\"logos-0\";}s:18:\"field-logos-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-logos_0_logo-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"NjI2\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-logos_0_logo-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"logos_0_logo-0\";}s:25:\"field-logos_0_logo-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:26:\"field-logos_0_logo_hover-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"MTE0Ng==\";s:6:\"format\";s:6:\"base64\";}s:31:\"field-logos_0_logo_hover-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:20:\"logos_0_logo_hover-0\";}s:31:\"field-logos_0_logo_hover-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-logos_1_logo-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"NjMx\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-logos_1_logo-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"logos_1_logo-0\";}s:25:\"field-logos_1_logo-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:26:\"field-logos_1_logo_hover-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"MTE1MQ==\";s:6:\"format\";s:6:\"base64\";}s:31:\"field-logos_1_logo_hover-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:20:\"logos_1_logo_hover-0\";}s:31:\"field-logos_1_logo_hover-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-logos_2_logo-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"NjUx\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-logos_2_logo-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"logos_2_logo-0\";}s:25:\"field-logos_2_logo-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:26:\"field-logos_2_logo_hover-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"MTE1Ng==\";s:6:\"format\";s:6:\"base64\";}s:31:\"field-logos_2_logo_hover-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:20:\"logos_2_logo_hover-0\";}s:31:\"field-logos_2_logo_hover-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-logos_3_logo-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"NjU2\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-logos_3_logo-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"logos_3_logo-0\";}s:25:\"field-logos_3_logo-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:26:\"field-logos_3_logo_hover-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"MTE2MQ==\";s:6:\"format\";s:6:\"base64\";}s:31:\"field-logos_3_logo_hover-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:20:\"logos_3_logo_hover-0\";}s:31:\"field-logos_3_logo_hover-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-logos_4_logo-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"NjM2\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-logos_4_logo-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"logos_4_logo-0\";}s:25:\"field-logos_4_logo-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:26:\"field-logos_4_logo_hover-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"MTE2Ng==\";s:6:\"format\";s:6:\"base64\";}s:31:\"field-logos_4_logo_hover-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:20:\"logos_4_logo_hover-0\";}s:31:\"field-logos_4_logo_hover-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-logos_5_logo-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"NjQ2\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-logos_5_logo-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"logos_5_logo-0\";}s:25:\"field-logos_5_logo-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:26:\"field-logos_5_logo_hover-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"MTE3MQ==\";s:6:\"format\";s:6:\"base64\";}s:31:\"field-logos_5_logo_hover-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:20:\"logos_5_logo_hover-0\";}s:31:\"field-logos_5_logo_hover-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:15:\"field-qr_code-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4:\"NTMx\";s:6:\"format\";s:6:\"base64\";}s:20:\"field-qr_code-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:9:\"qr_code-0\";}s:20:\"field-qr_code-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-step_1_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:24:\"RG93bmxvYWQgDQp0aGUgYXBw\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-step_1_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"step_1_title-0\";}s:25:\"field-step_1_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-step_2_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:24:\"T3JkZXIgVGhlIA0KQ2FyZA==\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-step_2_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"step_2_title-0\";}s:25:\"field-step_2_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-step_3_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:36:\"TG9hZCBUaGUgQ2FyZCANCldpdGggRnVuZHM=\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-step_3_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"step_3_title-0\";}s:25:\"field-step_3_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-step_4_title-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:24:\"U3RhcnQgDQpzcGVuZGluZyE=\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-step_4_title-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"step_4_title-0\";}s:25:\"field-step_4_title-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:28:\"field-title_client_support-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:40:\"V29ybGQgQ2xhc3MgDQpDbGllbnQgU3VwcG9ydA==\";s:6:\"format\";s:6:\"base64\";}s:33:\"field-title_client_support-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:22:\"title_client_support-0\";}s:33:\"field-title_client_support-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:19:\"field-title_coins-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:32:\"QSBVbml2ZXJzYWwgQ3J5cHRvV2FsbGV0\";s:6:\"format\";s:6:\"base64\";}s:24:\"field-title_coins-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:13:\"title_coins-0\";}s:24:\"field-title_coins-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:25:\"field-title_contactless-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:72:\"QSBDb250YWN0bGVzcyBDcnlwdG8gV2FsbGV0IA0KRGViaXQgQ2FyZCBXaXRoIENhc2hiYWNr\";s:6:\"format\";s:6:\"base64\";}s:30:\"field-title_contactless-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:19:\"title_contactless-0\";}s:30:\"field-title_contactless-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:33:\"field-title_licensed_and_secure-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:28:\"TGljZW5zZWQgYW5kIFNlY3VyZQ==\";s:6:\"format\";s:6:\"base64\";}s:38:\"field-title_licensed_and_secure-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:27:\"title_licensed_and_secure-0\";}s:38:\"field-title_licensed_and_secure-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:21:\"field-title_payment-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:24:\"QSBQYXltZW50IEdhdGV3YXk=\";s:6:\"format\";s:6:\"base64\";}s:26:\"field-title_payment-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:15:\"title_payment-0\";}s:26:\"field-title_payment-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:19:\"field-title_press-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:36:\"Q3J5cHRvV2FsbGV0IGluIHRoZSBQcmVzcw==\";s:6:\"format\";s:6:\"base64\";}s:24:\"field-title_press-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:13:\"title_press-0\";}s:24:\"field-title_press-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:26:\"field-title_quick_crypto-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:32:\"QSBRdWljayBDcnlwdG8gRXhjaGFuZ2U=\";s:6:\"format\";s:6:\"base64\";}s:31:\"field-title_quick_crypto-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:20:\"title_quick_crypto-0\";}s:31:\"field-title_quick_crypto-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:24:\"field-title_wallet_app-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:68:\"R2V0IHRoZSBDcnlwdG8gDQpXYWxsZXQgQXBwIGFuZCBqb2luIG91ciBjb21tdW5pdHk=\";s:6:\"format\";s:6:\"base64\";}s:29:\"field-title_wallet_app-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:18:\"title_wallet_app-0\";}s:29:\"field-title_wallet_app-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:21:\"field-title_welcome-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:64:\"V2VsY29tZSB0byB5b3VyIGdhdGV3YXkgDQpmb3IgZGlnaXRhbCBjdXJyZW5jeS4=\";s:6:\"format\";s:6:\"base64\";}s:26:\"field-title_welcome-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:15:\"title_welcome-0\";}s:26:\"field-title_welcome-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:19:\"field-title_works-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:40:\"Q3J5cHRvV2FsbGV0IElzIEZhc3QgYW5kIEVhc3k=\";s:6:\"format\";s:6:\"base64\";}s:24:\"field-title_works-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:13:\"title_works-0\";}s:24:\"field-title_works-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:21:\"field-_block_1_text-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:28:\"ZmllbGRfNWQyNzgzZjQ1MWFiMg==\";s:6:\"format\";s:6:\"base64\";}s:26:\"field-_block_1_text-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:15:\"_block_1_text-0\";}s:26:\"field-_block_1_text-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:20:\"field-_description-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:28:\"ZmllbGRfNWQyNjQwMmQ4NDJiMw==\";s:6:\"format\";s:6:\"base64\";}s:25:\"field-_description-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:14:\"_description-0\";}s:25:\"field-_description-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:34:\"field-top_up_with_speed_subtitle-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:24:\"VG9wIFVwIHdpdGggU3BlZWQ=\";s:6:\"format\";s:6:\"base64\";}s:39:\"field-top_up_with_speed_subtitle-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:28:\"top_up_with_speed_subtitle-0\";}s:39:\"field-top_up_with_speed_subtitle-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:18:\"field-video_link-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:36:\"aHR0cHM6Ly92aW1lby5jb20vNDA3NjUyODYx\";s:6:\"format\";s:6:\"base64\";}s:23:\"field-video_link-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"video_link-0\";}s:23:\"field-video_link-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:30:\"field-top_up_with_speed_text-0\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:160:\"WW91IGNhbiB0b3AgdXAgeW91ciB3YWxsZXQgdGhyb3VnaCBTRVBBIGJhbmsgdHJhbnNmZXJzIG9yIGNyZWRpdCBjYXJkLiBMaWdodG5pbmcgc3BlZWQgYW5kIGhhc3NsZSAtIGZyZWUgLSB0aGF0J3MgYSB3aW4u\";s:6:\"format\";s:6:\"base64\";}s:35:\"field-top_up_with_speed_text-0-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:24:\"top_up_with_speed_text-0\";}s:35:\"field-top_up_with_speed_text-0-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:11:\"original_id\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";i:419;}s:5:\"title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"SG9tZQ==\";s:6:\"format\";s:6:\"base64\";}s:4:\"body\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:0:\"\";s:6:\"format\";s:6:\"base64\";}s:7:\"excerpt\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:0:\"\";s:6:\"format\";s:6:\"base64\";}s:4:\"t_13\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:12:\"T3BjaW9uYWw=\";s:6:\"format\";s:6:\"base64\";}}s:4:\"type\";s:4:\"post\";}','2020-06-25 17:30:30',0,NULL,NULL,NULL,1,NULL);
/*!40000 ALTER TABLE `wp_icl_translation_status` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_icl_translations`
--

DROP TABLE IF EXISTS `wp_icl_translations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_icl_translations` (
  `translation_id` bigint(20) NOT NULL AUTO_INCREMENT,
  `element_type` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'post_post',
  `element_id` bigint(20) DEFAULT NULL,
  `trid` bigint(20) NOT NULL,
  `language_code` varchar(7) COLLATE utf8mb4_unicode_ci NOT NULL,
  `source_language_code` varchar(7) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`translation_id`),
  UNIQUE KEY `trid_lang` (`trid`,`language_code`),
  UNIQUE KEY `el_type_id` (`element_type`,`element_id`),
  KEY `trid` (`trid`),
  KEY `id_type_language` (`element_id`,`element_type`,`language_code`)
) ENGINE=InnoDB AUTO_INCREMENT=3368 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_icl_translations`
--

LOCK TABLES `wp_icl_translations` WRITE;
/*!40000 ALTER TABLE `wp_icl_translations` DISABLE KEYS */;
INSERT INTO `wp_icl_translations` VALUES (1,'post_acf-field',6,6,'en',NULL),(2,'post_acf-field',7,7,'en',NULL),(3,'post_acf-field',8,8,'en',NULL),(4,'post_acf-field',26,26,'en',NULL),(5,'post_acf-field',27,27,'en',NULL),(6,'post_acf-field',28,28,'en',NULL),(7,'post_acf-field',29,29,'en',NULL),(8,'post_acf-field',32,32,'en',NULL),(9,'post_acf-field',34,34,'en',NULL),(10,'post_acf-field',35,35,'en',NULL),(11,'post_acf-field',36,36,'en',NULL),(12,'post_acf-field',37,37,'en',NULL),(13,'post_acf-field',44,44,'en',NULL),(14,'post_acf-field',48,48,'en',NULL),(15,'post_acf-field',49,49,'en',NULL),(16,'post_acf-field',50,50,'en',NULL),(17,'post_acf-field',79,79,'en',NULL),(18,'post_acf-field',80,80,'en',NULL),(19,'post_acf-field',81,81,'en',NULL),(20,'post_acf-field',82,82,'en',NULL),(21,'post_acf-field',83,83,'en',NULL),(22,'post_acf-field',84,84,'en',NULL),(23,'post_acf-field',91,91,'en',NULL),(24,'post_acf-field',92,92,'en',NULL),(25,'post_acf-field',93,93,'en',NULL),(26,'post_acf-field',94,94,'en',NULL),(27,'post_acf-field',95,95,'en',NULL),(28,'post_acf-field',96,96,'en',NULL),(29,'post_acf-field',97,97,'en',NULL),(30,'post_acf-field',119,119,'en',NULL),(31,'post_acf-field',120,120,'en',NULL),(32,'post_acf-field',121,121,'en',NULL),(33,'post_acf-field',122,122,'en',NULL),(34,'post_acf-field',123,123,'en',NULL),(35,'post_acf-field',124,124,'en',NULL),(36,'post_acf-field',125,125,'en',NULL),(37,'post_acf-field',138,138,'en',NULL),(38,'post_acf-field',139,139,'en',NULL),(39,'post_acf-field',142,142,'en',NULL),(40,'post_acf-field',148,148,'en',NULL),(41,'post_acf-field',149,149,'en',NULL),(42,'post_acf-field',150,150,'en',NULL),(43,'post_acf-field',154,154,'en',NULL),(44,'post_acf-field',155,155,'en',NULL),(45,'post_acf-field',156,156,'en',NULL),(46,'post_acf-field',158,158,'en',NULL),(47,'post_acf-field',159,159,'en',NULL),(48,'post_acf-field',160,160,'en',NULL),(49,'post_acf-field',167,167,'en',NULL),(50,'post_acf-field',168,168,'en',NULL),(51,'post_acf-field',186,186,'en',NULL),(52,'post_acf-field',187,187,'en',NULL),(53,'post_acf-field',188,188,'en',NULL),(54,'post_acf-field',189,189,'en',NULL),(55,'post_acf-field',190,190,'en',NULL),(56,'post_acf-field',191,191,'en',NULL),(57,'post_acf-field',192,192,'en',NULL),(58,'post_acf-field',193,193,'en',NULL),(59,'post_acf-field',194,194,'en',NULL),(60,'post_acf-field',195,195,'en',NULL),(61,'post_acf-field',196,196,'en',NULL),(62,'post_acf-field',197,197,'en',NULL),(63,'post_acf-field',198,198,'en',NULL),(66,'post_acf-field',201,201,'en',NULL),(67,'post_acf-field',202,202,'en',NULL),(68,'post_acf-field',203,203,'en',NULL),(69,'post_acf-field',204,204,'en',NULL),(70,'post_acf-field',205,205,'en',NULL),(71,'post_acf-field',206,206,'en',NULL),(72,'post_acf-field',207,207,'en',NULL),(73,'post_acf-field',212,212,'en',NULL),(74,'post_acf-field',215,215,'en',NULL),(75,'post_acf-field',216,216,'en',NULL),(76,'post_acf-field',217,217,'en',NULL),(77,'post_acf-field',218,218,'en',NULL),(78,'post_acf-field',219,219,'en',NULL),(79,'post_acf-field',226,226,'en',NULL),(80,'post_acf-field',227,227,'en',NULL),(81,'post_acf-field',228,228,'en',NULL),(82,'post_acf-field',229,229,'en',NULL),(83,'post_acf-field',230,230,'en',NULL),(84,'post_acf-field',232,232,'en',NULL),(85,'post_acf-field',233,233,'en',NULL),(86,'post_acf-field',234,234,'en',NULL),(87,'post_acf-field',235,235,'en',NULL),(88,'post_acf-field',245,245,'en',NULL),(89,'post_acf-field',246,246,'en',NULL),(90,'post_acf-field',247,247,'en',NULL),(91,'post_acf-field',248,248,'en',NULL),(92,'post_acf-field',249,249,'en',NULL),(93,'post_acf-field',250,250,'en',NULL),(94,'post_acf-field',251,251,'en',NULL),(95,'post_acf-field',252,252,'en',NULL),(96,'post_acf-field',253,253,'en',NULL),(97,'post_acf-field',254,254,'en',NULL),(98,'post_acf-field',255,255,'en',NULL),(99,'post_acf-field',256,256,'en',NULL),(100,'post_acf-field',257,257,'en',NULL),(101,'post_acf-field',258,258,'en',NULL),(102,'post_acf-field',259,259,'en',NULL),(103,'post_acf-field',260,260,'en',NULL),(104,'post_acf-field',261,261,'en',NULL),(105,'post_acf-field',262,262,'en',NULL),(107,'post_acf-field',266,266,'en',NULL),(108,'post_acf-field',270,270,'en',NULL),(109,'post_acf-field',279,279,'en',NULL),(110,'post_acf-field',280,280,'en',NULL),(111,'post_acf-field',281,281,'en',NULL),(112,'post_acf-field',282,282,'en',NULL),(113,'post_acf-field',283,283,'en',NULL),(114,'post_acf-field',284,284,'en',NULL),(115,'post_acf-field',285,285,'en',NULL),(116,'post_acf-field',286,286,'en',NULL),(117,'post_acf-field',287,287,'en',NULL),(118,'post_acf-field',288,288,'en',NULL),(119,'post_acf-field',289,289,'en',NULL),(120,'post_acf-field',290,290,'en',NULL),(121,'post_acf-field',291,291,'en',NULL),(122,'post_acf-field',292,292,'en',NULL),(123,'post_acf-field',293,293,'en',NULL),(124,'post_acf-field',294,294,'en',NULL),(125,'post_acf-field',300,300,'en',NULL),(126,'post_acf-field',301,301,'en',NULL),(127,'post_acf-field',302,302,'en',NULL),(128,'post_acf-field',303,303,'en',NULL),(129,'post_acf-field',304,304,'en',NULL),(130,'post_acf-field',305,305,'en',NULL),(131,'post_acf-field',306,306,'en',NULL),(132,'post_acf-field',344,344,'en',NULL),(133,'post_acf-field',345,345,'en',NULL),(134,'post_acf-field',346,346,'en',NULL),(135,'post_acf-field',347,347,'en',NULL),(136,'post_acf-field',348,348,'en',NULL),(137,'post_acf-field',349,349,'en',NULL),(138,'post_acf-field',350,350,'en',NULL),(141,'post_acf-field',369,369,'en',NULL),(142,'post_acf-field',373,373,'en',NULL),(143,'post_acf-field',374,374,'en',NULL),(144,'post_acf-field',375,375,'en',NULL),(145,'post_acf-field',389,389,'en',NULL),(146,'post_acf-field',392,392,'en',NULL),(147,'post_acf-field',393,393,'en',NULL),(148,'post_acf-field-group',5,5,'en',NULL),(149,'post_acf-field-group',31,31,'en',NULL),(150,'post_acf-field-group',147,147,'en',NULL),(151,'post_acf-field-group',211,211,'en',NULL),(152,'post_acf-field-group',214,214,'en',NULL),(153,'post_acf-field-group',225,225,'en',NULL),(154,'post_acf-field-group',276,276,'en',NULL),(155,'post_acf-field-group',299,299,'en',NULL),(156,'post_acf-field-group',388,388,'en',NULL),(157,'post_acf-field-group',391,391,'en',NULL),(158,'post_page',9,9,'en',NULL),(159,'post_page',136,136,'en',NULL),(160,'post_page',181,181,'en',NULL),(161,'post_page',221,221,'en',NULL),(162,'post_page',273,273,'en',NULL),(163,'post_page',296,296,'en',NULL),(164,'post_page',311,311,'en',NULL),(165,'post_page',313,313,'en',NULL),(166,'post_page',317,317,'en',NULL),(167,'post_page',318,318,'en',NULL),(168,'post_page',319,319,'en',NULL),(169,'post_page',320,320,'en',NULL),(170,'post_page',321,321,'en',NULL),(171,'post_page',322,322,'en',NULL),(172,'post_page',315,315,'en',NULL),(173,'post_page',316,316,'en',NULL),(174,'post_page',323,323,'en',NULL),(175,'post_page',324,324,'en',NULL),(176,'post_page',325,325,'en',NULL),(177,'post_page',326,326,'en',NULL),(178,'post_page',386,386,'en',NULL),(179,'post_post',396,396,'en',NULL),(180,'post_post',401,401,'en',NULL),(181,'post_post',400,400,'en',NULL),(182,'post_post',399,399,'en',NULL),(256,'tax_category',1,403,'en',NULL),(257,'tax_category',2,404,'en',NULL),(258,'tax_category',3,405,'en',NULL),(259,'tax_category',4,406,'en',NULL),(260,'tax_category',5,407,'en',NULL),(261,'tax_category',6,408,'en',NULL),(263,'comment',1,410,'en',NULL),(264,'tax_category',7,403,'ja','en'),(265,'tax_category',8,403,'ru','en'),(266,'tax_category',9,403,'es','en'),(278,'post_attachment',370,781,'en',NULL),(279,'post_attachment',371,782,'en',NULL),(280,'post_attachment',379,790,'en',NULL),(281,'post_attachment',380,791,'en',NULL),(282,'post_attachment',381,792,'en',NULL),(283,'post_attachment',382,793,'en',NULL),(284,'post_attachment',383,794,'en',NULL),(285,'post_attachment',384,795,'en',NULL),(286,'post_attachment',397,808,'en',NULL),(287,'post_attachment',409,820,'en',NULL),(288,'post_attachment',411,822,'en',NULL),(289,'post_attachment',413,824,'en',NULL),(299,'tax_translation_priority',10,825,'en',NULL),(300,'tax_translation_priority',11,825,'ja','en'),(301,'tax_translation_priority',12,825,'ru','en'),(302,'tax_translation_priority',13,825,'es','en'),(304,'tax_translation_priority',14,826,'en',NULL),(305,'tax_translation_priority',15,826,'ja','en'),(306,'tax_translation_priority',16,826,'ru','en'),(307,'tax_translation_priority',17,826,'es','en'),(309,'tax_translation_priority',18,827,'en',NULL),(310,'tax_translation_priority',19,827,'ja','en'),(311,'tax_translation_priority',20,827,'ru','en'),(312,'tax_translation_priority',21,827,'es','en'),(313,'tax_category',22,403,'sg','en'),(314,'post_page',419,828,'en',NULL),(315,'post_page',421,136,'es','en'),(316,'post_attachment',423,829,'en',NULL),(317,'post_attachment',424,829,'ja','en'),(318,'post_attachment',425,829,'ru','en'),(319,'post_attachment',426,829,'sg','en'),(320,'post_attachment',427,829,'es','en'),(321,'post_attachment',428,830,'en',NULL),(322,'post_attachment',429,830,'ja','en'),(323,'post_attachment',430,830,'ru','en'),(324,'post_attachment',431,830,'sg','en'),(325,'post_attachment',432,830,'es','en'),(326,'tax_nav_menu',23,831,'en',NULL),(327,'post_nav_menu_item',435,832,'en',NULL),(328,'post_nav_menu_item',436,833,'en',NULL),(329,'post_nav_menu_item',437,834,'en',NULL),(330,'post_nav_menu_item',438,835,'en',NULL),(331,'post_nav_menu_item',439,836,'en',NULL),(332,'post_nav_menu_item',440,837,'en',NULL),(333,'post_page',441,828,'ja','en'),(334,'post_page',442,828,'ru','en'),(335,'post_page',443,828,'sg','en'),(336,'tax_translation_priority',24,825,'sg','en'),(338,'post_page',492,181,'ja','en'),(339,'post_attachment',493,753,'ja',NULL),(340,'post_acf-field-group',180,1018,'en',NULL),(341,'post_acf-field-group',449,1287,'en',NULL),(342,'post_attachment',531,1288,'en',NULL),(343,'post_attachment',532,1288,'ja','en'),(344,'post_attachment',533,1288,'ru','en'),(345,'post_attachment',534,1288,'sg','en'),(346,'post_attachment',535,1288,'es','en'),(347,'post_attachment',626,1289,'en',NULL),(348,'post_attachment',627,1289,'ja','en'),(349,'post_attachment',628,1289,'ru','en'),(350,'post_attachment',629,1289,'sg','en'),(351,'post_attachment',630,1289,'es','en'),(352,'post_attachment',631,1290,'en',NULL),(353,'post_attachment',632,1290,'ja','en'),(354,'post_attachment',633,1290,'ru','en'),(355,'post_attachment',634,1290,'sg','en'),(356,'post_attachment',635,1290,'es','en'),(357,'post_attachment',636,1291,'en',NULL),(358,'post_attachment',637,1291,'ja','en'),(359,'post_attachment',638,1291,'ru','en'),(360,'post_attachment',639,1291,'sg','en'),(361,'post_attachment',640,1291,'es','en'),(363,'post_attachment',642,1292,'ja',NULL),(364,'post_attachment',643,1292,'ru','ja'),(365,'post_attachment',644,1292,'sg','ja'),(366,'post_attachment',645,1292,'es','ja'),(367,'post_attachment',646,1293,'en',NULL),(368,'post_attachment',647,1293,'ja','en'),(369,'post_attachment',648,1293,'ru','en'),(370,'post_attachment',649,1293,'sg','en'),(371,'post_attachment',650,1293,'es','en'),(372,'post_attachment',651,1294,'en',NULL),(373,'post_attachment',652,1294,'ja','en'),(374,'post_attachment',653,1294,'ru','en'),(375,'post_attachment',654,1294,'sg','en'),(376,'post_attachment',655,1294,'es','en'),(377,'post_attachment',656,1295,'en',NULL),(378,'post_attachment',657,1295,'ja','en'),(379,'post_attachment',658,1295,'ru','en'),(380,'post_attachment',659,1295,'sg','en'),(381,'post_attachment',660,1295,'es','en'),(382,'post_page',665,1296,'en',NULL),(383,'post_page',667,1297,'en',NULL),(384,'post_page',669,1298,'en',NULL),(385,'post_page',671,1299,'en',NULL),(386,'tax_nav_menu',25,1300,'en',NULL),(389,'post_nav_menu_item',676,1303,'en',NULL),(390,'tax_nav_menu',26,1304,'en',NULL),(391,'post_nav_menu_item',678,1305,'en',NULL),(392,'post_nav_menu_item',679,1306,'en',NULL),(393,'post_nav_menu_item',680,1307,'en',NULL),(394,'post_attachment',690,1308,'en',NULL),(395,'post_attachment',691,1308,'ja','en'),(396,'post_attachment',692,1308,'ru','en'),(397,'post_attachment',693,1308,'sg','en'),(398,'post_attachment',694,1308,'es','en'),(399,'post_attachment',695,1309,'en',NULL),(400,'post_attachment',696,1309,'ja','en'),(401,'post_attachment',697,1309,'ru','en'),(402,'post_attachment',698,1309,'sg','en'),(403,'post_attachment',699,1309,'es','en'),(404,'post_attachment',700,1310,'en',NULL),(405,'post_attachment',701,1310,'ja','en'),(406,'post_attachment',702,1310,'ru','en'),(407,'post_attachment',703,1310,'sg','en'),(408,'post_attachment',704,1310,'es','en'),(409,'post_attachment',705,1311,'en',NULL),(410,'post_attachment',706,1311,'ja','en'),(411,'post_attachment',707,1311,'ru','en'),(412,'post_attachment',708,1311,'sg','en'),(413,'post_attachment',709,1311,'es','en'),(414,'post_attachment',710,1312,'en',NULL),(415,'post_attachment',711,1312,'ja','en'),(416,'post_attachment',712,1312,'ru','en'),(417,'post_attachment',713,1312,'sg','en'),(418,'post_attachment',714,1312,'es','en'),(419,'post_attachment',715,1313,'en',NULL),(420,'post_attachment',716,1313,'ja','en'),(421,'post_attachment',717,1313,'ru','en'),(422,'post_attachment',718,1313,'sg','en'),(423,'post_attachment',719,1313,'es','en'),(424,'post_attachment',720,1314,'en',NULL),(425,'post_attachment',721,1314,'ja','en'),(426,'post_attachment',722,1314,'ru','en'),(427,'post_attachment',723,1314,'sg','en'),(428,'post_attachment',724,1314,'es','en'),(429,'post_attachment',725,1315,'en',NULL),(430,'post_attachment',726,1315,'ja','en'),(431,'post_attachment',727,1315,'ru','en'),(432,'post_attachment',728,1315,'sg','en'),(433,'post_attachment',729,1315,'es','en'),(434,'post_attachment',730,1316,'en',NULL),(435,'post_attachment',731,1316,'ja','en'),(436,'post_attachment',732,1316,'ru','en'),(437,'post_attachment',733,1316,'sg','en'),(438,'post_attachment',734,1316,'es','en'),(439,'post_attachment',735,1317,'en',NULL),(440,'post_attachment',736,1317,'ja','en'),(441,'post_attachment',737,1317,'ru','en'),(442,'post_attachment',738,1317,'sg','en'),(443,'post_attachment',739,1317,'es','en'),(444,'post_attachment',740,1318,'en',NULL),(445,'post_attachment',741,1318,'ja','en'),(446,'post_attachment',742,1318,'ru','en'),(447,'post_attachment',743,1318,'sg','en'),(448,'post_attachment',744,1318,'es','en'),(449,'post_attachment',745,1319,'en',NULL),(450,'post_attachment',746,1319,'ja','en'),(451,'post_attachment',747,1319,'ru','en'),(452,'post_attachment',748,1319,'sg','en'),(453,'post_attachment',749,1319,'es','en'),(454,'post_attachment',750,1320,'en',NULL),(455,'post_attachment',751,1320,'ja','en'),(456,'post_attachment',752,1320,'ru','en'),(457,'post_attachment',753,1320,'sg','en'),(458,'post_attachment',754,1320,'es','en'),(459,'post_attachment',755,1321,'en',NULL),(460,'post_attachment',756,1321,'ja','en'),(461,'post_attachment',757,1321,'ru','en'),(462,'post_attachment',758,1321,'sg','en'),(463,'post_attachment',759,1321,'es','en'),(464,'post_attachment',760,1322,'en',NULL),(465,'post_attachment',761,1322,'ja','en'),(466,'post_attachment',762,1322,'ru','en'),(467,'post_attachment',763,1322,'sg','en'),(468,'post_attachment',764,1322,'es','en'),(469,'post_attachment',765,1323,'en',NULL),(470,'post_attachment',766,1323,'ja','en'),(471,'post_attachment',767,1323,'ru','en'),(472,'post_attachment',768,1323,'sg','en'),(473,'post_attachment',769,1323,'es','en'),(474,'post_attachment',770,1324,'en',NULL),(475,'post_attachment',771,1324,'ja','en'),(476,'post_attachment',772,1324,'ru','en'),(477,'post_attachment',773,1324,'sg','en'),(478,'post_attachment',774,1324,'es','en'),(479,'post_attachment',775,1325,'en',NULL),(480,'post_attachment',776,1325,'ja','en'),(481,'post_attachment',777,1325,'ru','en'),(482,'post_attachment',778,1325,'sg','en'),(483,'post_attachment',779,1325,'es','en'),(484,'post_attachment',780,1326,'en',NULL),(485,'post_attachment',781,1326,'ja','en'),(486,'post_attachment',782,1326,'ru','en'),(487,'post_attachment',783,1326,'sg','en'),(488,'post_attachment',784,1326,'es','en'),(489,'post_attachment',785,1327,'en',NULL),(490,'post_attachment',786,1327,'ja','en'),(491,'post_attachment',787,1327,'ru','en'),(492,'post_attachment',788,1327,'sg','en'),(493,'post_attachment',789,1327,'es','en'),(494,'post_attachment',790,1328,'en',NULL),(495,'post_attachment',791,1328,'ja','en'),(496,'post_attachment',792,1328,'ru','en'),(497,'post_attachment',793,1328,'sg','en'),(498,'post_attachment',794,1328,'es','en'),(499,'post_attachment',804,1329,'en',NULL),(500,'post_attachment',805,1329,'ja','en'),(501,'post_attachment',806,1329,'ru','en'),(502,'post_attachment',807,1329,'sg','en'),(503,'post_attachment',808,1329,'es','en'),(504,'post_attachment',809,1330,'en',NULL),(505,'post_attachment',810,1330,'ja','en'),(506,'post_attachment',811,1330,'ru','en'),(507,'post_attachment',812,1330,'sg','en'),(508,'post_attachment',813,1330,'es','en'),(509,'post_attachment',814,1331,'en',NULL),(510,'post_attachment',815,1331,'ja','en'),(511,'post_attachment',816,1331,'ru','en'),(512,'post_attachment',817,1331,'sg','en'),(513,'post_attachment',818,1331,'es','en'),(514,'post_attachment',819,1332,'en',NULL),(515,'post_attachment',820,1332,'ja','en'),(516,'post_attachment',821,1332,'ru','en'),(517,'post_attachment',822,1332,'sg','en'),(518,'post_attachment',823,1332,'es','en'),(519,'post_attachment',824,1333,'en',NULL),(520,'post_attachment',825,1333,'ja','en'),(521,'post_attachment',826,1333,'ru','en'),(522,'post_attachment',827,1333,'sg','en'),(523,'post_attachment',828,1333,'es','en'),(524,'post_attachment',829,1334,'en',NULL),(525,'post_attachment',830,1334,'ja','en'),(526,'post_attachment',831,1334,'ru','en'),(527,'post_attachment',832,1334,'sg','en'),(528,'post_attachment',833,1334,'es','en'),(529,'post_attachment',845,1335,'en',NULL),(530,'post_attachment',846,1335,'ja','en'),(531,'post_attachment',847,1335,'ru','en'),(532,'post_attachment',848,1335,'sg','en'),(533,'post_attachment',849,1335,'es','en'),(534,'post_post',857,1336,'en',NULL),(535,'post_post',884,1337,'en',NULL),(536,'post_post',886,1338,'en',NULL),(537,'post_post',888,1339,'en',NULL),(538,'post_post',889,1340,'en',NULL),(539,'post_post',890,1341,'en',NULL),(540,'post_post',891,1342,'en',NULL),(541,'post_post',892,1343,'en',NULL),(542,'post_attachment',899,1344,'en',NULL),(543,'post_attachment',900,1344,'ja','en'),(544,'post_attachment',901,1344,'ru','en'),(545,'post_attachment',902,1344,'sg','en'),(546,'post_attachment',903,1344,'es','en'),(547,'post_attachment',904,1345,'en',NULL),(548,'post_attachment',905,1345,'ja','en'),(549,'post_attachment',906,1345,'ru','en'),(550,'post_attachment',907,1345,'sg','en'),(551,'post_attachment',908,1345,'es','en'),(552,'post_attachment',909,1346,'en',NULL),(553,'post_attachment',910,1346,'ja','en'),(554,'post_attachment',911,1346,'ru','en'),(555,'post_attachment',912,1346,'sg','en'),(556,'post_attachment',913,1346,'es','en'),(557,'post_attachment',914,1347,'en',NULL),(558,'post_attachment',915,1347,'ja','en'),(559,'post_attachment',916,1347,'ru','en'),(560,'post_attachment',917,1347,'sg','en'),(561,'post_attachment',918,1347,'es','en'),(562,'post_attachment',919,1348,'en',NULL),(563,'post_attachment',920,1348,'ja','en'),(564,'post_attachment',921,1348,'ru','en'),(565,'post_attachment',922,1348,'sg','en'),(566,'post_attachment',923,1348,'es','en'),(567,'post_attachment',924,1349,'en',NULL),(568,'post_attachment',925,1349,'ja','en'),(569,'post_attachment',926,1349,'ru','en'),(570,'post_attachment',927,1349,'sg','en'),(571,'post_attachment',928,1349,'es','en'),(572,'post_nav_menu_item',932,1350,'en',NULL),(573,'post_nav_menu_item',933,1351,'en',NULL),(574,'post_page',935,1352,'en',NULL),(575,'post_page',937,1353,'en',NULL),(576,'post_page',939,1354,'en',NULL),(577,'post_page',941,1355,'en',NULL),(578,'post_page',943,1356,'en',NULL),(579,'post_post',946,1357,'en',NULL),(580,'post_post',958,1358,'en',NULL),(581,'post_attachment',977,1359,'en',NULL),(582,'post_attachment',978,1359,'ja','en'),(583,'post_attachment',979,1359,'ru','en'),(584,'post_attachment',980,1359,'sg','en'),(585,'post_attachment',981,1359,'es','en'),(587,'post_attachment',983,1360,'ja',NULL),(588,'post_attachment',984,1360,'ru','ja'),(589,'post_attachment',985,1360,'sg','ja'),(590,'post_attachment',986,1360,'es','ja'),(591,'post_attachment',987,1361,'en',NULL),(592,'post_attachment',988,1361,'ja','en'),(593,'post_attachment',989,1361,'ru','en'),(594,'post_attachment',990,1361,'sg','en'),(595,'post_attachment',991,1361,'es','en'),(596,'post_attachment',992,1362,'en',NULL),(597,'post_attachment',993,1362,'ja','en'),(598,'post_attachment',994,1362,'ru','en'),(599,'post_attachment',995,1362,'sg','en'),(600,'post_attachment',996,1362,'es','en'),(602,'post_attachment',998,1363,'ja',NULL),(603,'post_attachment',999,1363,'ru','ja'),(604,'post_attachment',1000,1363,'sg','ja'),(605,'post_attachment',1001,1363,'es','ja'),(606,'post_attachment',1002,1364,'en',NULL),(607,'post_attachment',1003,1364,'ja','en'),(608,'post_attachment',1004,1364,'ru','en'),(609,'post_attachment',1005,1364,'sg','en'),(610,'post_attachment',1006,1364,'es','en'),(611,'post_attachment',1013,1365,'en',NULL),(612,'post_attachment',1014,1365,'ja','en'),(613,'post_attachment',1015,1365,'ru','en'),(614,'post_attachment',1016,1365,'sg','en'),(615,'post_attachment',1017,1365,'es','en'),(616,'post_attachment',1018,1366,'en',NULL),(617,'post_attachment',1019,1366,'ja','en'),(618,'post_attachment',1020,1366,'ru','en'),(619,'post_attachment',1021,1366,'sg','en'),(620,'post_attachment',1022,1366,'es','en'),(621,'post_post',1009,2376,'en',NULL),(622,'post_post',1010,2377,'en',NULL),(623,'post_post',1024,2391,'en',NULL),(624,'tax_format',27,2392,'en',NULL),(625,'tax_format',28,2393,'en',NULL),(626,'post_helpcenter',1027,2394,'en',NULL),(627,'post_helpcenter',1028,2395,'en',NULL),(628,'post_helpcenter',1029,2396,'en',NULL),(629,'post_helpcenter',997,2397,'en',NULL),(630,'post_helpcenter',1030,2398,'en',NULL),(631,'post_helpcenter',1031,2399,'en',NULL),(632,'post_helpcenter',1032,2400,'en',NULL),(633,'post_helpcenter',1033,2401,'en',NULL),(634,'post_helpcenter',1034,2402,'en',NULL),(635,'post_helpcenter',1035,2403,'en',NULL),(636,'post_helpcenter',1036,2404,'en',NULL),(637,'post_helpcenter',1037,2405,'en',NULL),(638,'post_helpcenter',1038,2406,'en',NULL),(639,'post_helpcenter',1039,2407,'en',NULL),(640,'post_helpcenter',1040,2408,'en',NULL),(641,'post_helpcenter',1041,2409,'en',NULL),(642,'post_helpcenter',1042,2410,'en',NULL),(643,'post_helpcenter',1043,2411,'en',NULL),(644,'post_helpcenter',1044,2412,'en',NULL),(645,'post_helpcenter',1045,2413,'en',NULL),(646,'post_helpcenter',1046,2414,'en',NULL),(647,'post_helpcenter',1047,2415,'en',NULL),(648,'post_helpcenter',1048,2416,'en',NULL),(649,'post_helpcenter',1049,2417,'en',NULL),(650,'post_helpcenter',1050,2418,'en',NULL),(651,'post_helpcenter',1051,2419,'en',NULL),(652,'post_helpcenter',1052,2420,'en',NULL),(653,'post_helpcenter',1053,2421,'en',NULL),(654,'post_helpcenter',1054,2422,'en',NULL),(655,'post_helpcenter',1055,2423,'en',NULL),(656,'post_helpcenter',1056,2424,'en',NULL),(657,'post_helpcenter',1057,2425,'en',NULL),(658,'post_helpcenter',1058,2426,'en',NULL),(659,'post_helpcenter',1059,2427,'en',NULL),(660,'post_helpcenter',1060,2428,'en',NULL),(661,'post_helpcenter',1061,2429,'en',NULL),(662,'post_helpcenter',1062,2430,'en',NULL),(663,'post_helpcenter',1063,2431,'en',NULL),(664,'post_page',1064,2432,'en',NULL),(665,'tax_format',29,2433,'ja',NULL),(666,'tax_format',30,2434,'ja',NULL),(667,'tax_format',31,2435,'ru',NULL),(668,'tax_format',32,2436,'ru',NULL),(669,'tax_format',33,2437,'ru',NULL),(670,'tax_format',34,2438,'ru',NULL),(671,'tax_format',35,2439,'sg',NULL),(672,'tax_format',36,2440,'sg',NULL),(673,'tax_format',37,2441,'sg',NULL),(674,'tax_format',38,2442,'sg',NULL),(675,'tax_format',39,2443,'es',NULL),(676,'tax_format',40,2444,'es',NULL),(677,'tax_format',41,2445,'es',NULL),(678,'tax_format',42,2446,'es',NULL),(679,'tax_format',43,2447,'ja',NULL),(680,'tax_format',44,2448,'ja',NULL),(681,'tax_format',45,2449,'ja',NULL),(682,'tax_format',46,2450,'ja',NULL),(684,'post_attachment',1079,2451,'ja',NULL),(685,'post_attachment',1080,2451,'ru','ja'),(686,'post_attachment',1081,2451,'sg','ja'),(687,'post_attachment',1082,2451,'es','ja'),(689,'post_attachment',1084,2452,'ja',NULL),(690,'post_attachment',1085,2452,'ru','ja'),(691,'post_attachment',1086,2452,'sg','ja'),(692,'post_attachment',1087,2452,'es','ja'),(693,'post_attachment',1088,2453,'en',NULL),(694,'post_attachment',1089,2453,'ja','en'),(695,'post_attachment',1090,2453,'ru','en'),(696,'post_attachment',1091,2453,'sg','en'),(697,'post_attachment',1092,2453,'es','en'),(698,'post_attachment',1093,2454,'en',NULL),(699,'post_attachment',1094,2454,'ja','en'),(700,'post_attachment',1095,2454,'ru','en'),(701,'post_attachment',1096,2454,'sg','en'),(702,'post_attachment',1097,2454,'es','en'),(703,'post_page',1100,2455,'en',NULL),(704,'post_page',1102,2456,'en',NULL),(705,'post_page',1103,2456,'es','en'),(706,'post_page',1104,2456,'ja','en'),(707,'post_page',1105,2456,'ru','en'),(708,'post_page',1106,2456,'sg','en'),(709,'tax_format',47,2457,'ja',NULL),(710,'tax_format',48,2458,'ja',NULL),(711,'tax_format',49,2459,'ja',NULL),(712,'tax_format',50,2460,'ja',NULL),(713,'tax_format',51,2461,'ja',NULL),(714,'tax_format',52,2462,'ja',NULL),(715,'tax_format',53,2463,'es',NULL),(716,'tax_format',54,2464,'es',NULL),(717,'tax_format',55,2465,'sg',NULL),(718,'tax_format',56,2466,'sg',NULL),(719,'tax_format',57,2467,'ja',NULL),(720,'tax_format',58,2468,'ja',NULL),(721,'tax_format',59,2469,'ru',NULL),(722,'tax_format',60,2470,'ru',NULL),(723,'tax_format',61,2471,'sg',NULL),(724,'tax_format',62,2472,'sg',NULL),(725,'tax_format',63,2473,'sg',NULL),(726,'tax_format',64,2474,'sg',NULL),(727,'tax_format',65,2475,'sg',NULL),(728,'tax_format',66,2476,'sg',NULL),(729,'tax_format',67,2477,'es',NULL),(730,'tax_format',68,2478,'es',NULL),(731,'tax_format',69,2479,'ja',NULL),(732,'tax_format',70,2480,'ja',NULL),(733,'tax_format',71,2481,'ru',NULL),(734,'tax_format',72,2482,'ru',NULL),(735,'tax_format',73,2483,'es',NULL),(736,'tax_format',74,2484,'es',NULL),(737,'tax_format',75,2485,'ja',NULL),(738,'tax_format',76,2486,'ja',NULL),(739,'tax_format',77,2487,'sg',NULL),(740,'tax_format',78,2488,'sg',NULL),(741,'tax_format',79,2489,'sg',NULL),(742,'tax_format',80,2490,'sg',NULL),(743,'tax_format',81,2491,'sg',NULL),(744,'tax_format',82,2492,'sg',NULL),(745,'tax_format',83,2493,'sg',NULL),(746,'tax_format',84,2494,'sg',NULL),(747,'tax_format',85,2495,'ru',NULL),(748,'tax_format',86,2496,'ru',NULL),(749,'tax_format',87,2497,'ja',NULL),(750,'tax_format',88,2498,'ja',NULL),(751,'tax_format',89,2499,'es',NULL),(752,'tax_format',90,2500,'es',NULL),(753,'tax_format',91,2501,'es',NULL),(754,'tax_format',92,2502,'es',NULL),(755,'tax_format',93,2503,'sg',NULL),(756,'tax_format',94,2504,'sg',NULL),(757,'tax_format',95,2505,'ja',NULL),(758,'tax_format',96,2506,'ja',NULL),(759,'tax_format',97,2507,'es',NULL),(760,'tax_format',98,2508,'es',NULL),(761,'tax_format',99,2509,'es',NULL),(762,'tax_format',100,2510,'es',NULL),(763,'tax_format',101,2511,'ru',NULL),(764,'tax_format',102,2512,'ru',NULL),(765,'tax_format',103,2513,'es',NULL),(766,'tax_format',104,2514,'es',NULL),(767,'tax_format',105,2515,'es',NULL),(768,'tax_format',106,2516,'es',NULL),(769,'tax_format',107,2517,'sg',NULL),(770,'tax_format',108,2518,'sg',NULL),(771,'tax_format',109,2519,'sg',NULL),(772,'tax_format',110,2520,'sg',NULL),(773,'tax_format',111,2521,'es',NULL),(774,'tax_format',112,2522,'es',NULL),(775,'tax_format',113,2523,'ru',NULL),(776,'tax_format',114,2524,'ru',NULL),(777,'tax_format',115,2525,'ru',NULL),(778,'tax_format',116,2526,'ru',NULL),(779,'tax_format',117,2527,'ja',NULL),(780,'tax_format',118,2528,'ja',NULL),(781,'tax_format',119,2529,'ja',NULL),(782,'tax_format',120,2530,'ja',NULL),(783,'tax_format',121,2531,'sg',NULL),(784,'tax_format',122,2532,'sg',NULL),(785,'tax_format',123,2533,'ja',NULL),(786,'tax_format',124,2534,'ja',NULL),(787,'tax_format',125,2535,'ru',NULL),(788,'tax_format',126,2536,'ru',NULL),(789,'tax_format',127,2537,'ja',NULL),(790,'tax_format',128,2538,'ja',NULL),(791,'tax_format',129,2539,'es',NULL),(792,'tax_format',130,2540,'es',NULL),(793,'tax_format',131,2541,'ru',NULL),(794,'tax_format',132,2542,'ru',NULL),(795,'tax_format',133,2543,'sg',NULL),(796,'tax_format',134,2544,'sg',NULL),(797,'tax_format',135,2545,'sg',NULL),(798,'tax_format',136,2546,'sg',NULL),(799,'tax_format',137,2547,'ja',NULL),(800,'tax_format',138,2548,'ja',NULL),(801,'tax_format',139,2549,'ja',NULL),(802,'tax_format',140,2550,'ja',NULL),(803,'tax_format',141,2551,'ru',NULL),(804,'tax_format',142,2552,'ru',NULL),(805,'tax_format',143,2553,'sg',NULL),(806,'tax_format',144,2554,'sg',NULL),(807,'tax_format',145,2555,'es',NULL),(808,'tax_format',146,2556,'es',NULL),(809,'tax_format',147,2557,'ru',NULL),(810,'tax_format',148,2558,'ru',NULL),(811,'tax_format',149,2559,'es',NULL),(812,'tax_format',150,2560,'es',NULL),(813,'tax_format',151,2561,'ja',NULL),(814,'tax_format',152,2562,'ja',NULL),(815,'tax_format',153,2563,'es',NULL),(816,'tax_format',154,2564,'es',NULL),(817,'tax_format',155,2565,'ru',NULL),(818,'tax_format',156,2566,'ru',NULL),(819,'tax_format',157,2567,'ja',NULL),(820,'tax_format',158,2568,'ja',NULL),(821,'tax_format',159,2569,'sg',NULL),(822,'tax_format',160,2570,'sg',NULL),(823,'tax_format',161,2571,'ru',NULL),(824,'tax_format',162,2572,'ru',NULL),(825,'tax_format',163,2573,'es',NULL),(826,'tax_format',164,2574,'es',NULL),(827,'tax_format',165,2575,'ja',NULL),(828,'tax_format',166,2576,'ja',NULL),(829,'tax_format',167,2577,'es',NULL),(830,'tax_format',168,2578,'es',NULL),(831,'tax_format',169,2579,'ru',NULL),(832,'tax_format',170,2580,'ru',NULL),(833,'tax_format',171,2581,'ru',NULL),(834,'tax_format',172,2582,'ru',NULL),(835,'tax_format',173,2583,'ja',NULL),(836,'tax_format',174,2584,'ja',NULL),(837,'tax_format',175,2585,'ja',NULL),(838,'tax_format',176,2586,'ja',NULL),(839,'tax_format',177,2587,'es',NULL),(840,'tax_format',178,2588,'es',NULL),(841,'tax_format',179,2589,'es',NULL),(842,'tax_format',180,2590,'es',NULL),(843,'tax_format',181,2591,'sg',NULL),(844,'tax_format',182,2592,'sg',NULL),(845,'tax_format',183,2593,'sg',NULL),(846,'tax_format',184,2594,'sg',NULL),(847,'tax_format',185,2595,'es',NULL),(848,'tax_format',186,2596,'es',NULL),(849,'tax_format',187,2597,'es',NULL),(850,'tax_format',188,2598,'es',NULL),(851,'tax_format',189,2599,'ru',NULL),(852,'tax_format',190,2600,'ru',NULL),(853,'tax_format',191,2601,'ru',NULL),(854,'tax_format',192,2602,'ru',NULL),(855,'tax_format',193,2603,'ru',NULL),(856,'tax_format',194,2604,'ru',NULL),(857,'tax_format',195,2605,'ru',NULL),(858,'tax_format',196,2606,'ru',NULL),(859,'tax_format',197,2607,'ja',NULL),(860,'tax_format',198,2608,'ja',NULL),(861,'tax_format',199,2609,'ja',NULL),(862,'tax_format',200,2610,'ja',NULL),(863,'tax_format',201,2611,'ja',NULL),(864,'tax_format',202,2612,'ja',NULL),(865,'tax_format',203,2613,'ja',NULL),(866,'tax_format',204,2614,'ja',NULL),(867,'tax_format',205,2615,'sg',NULL),(868,'tax_format',206,2616,'sg',NULL),(869,'tax_format',207,2617,'ru',NULL),(870,'tax_format',208,2618,'ru',NULL),(871,'tax_format',209,2619,'sg',NULL),(872,'tax_format',210,2620,'sg',NULL),(873,'tax_format',211,2621,'sg',NULL),(874,'tax_format',212,2622,'sg',NULL),(875,'tax_format',213,2623,'ja',NULL),(876,'tax_format',214,2624,'ja',NULL),(877,'tax_format',215,2625,'es',NULL),(878,'tax_format',216,2626,'es',NULL),(879,'tax_format',217,2627,'sg',NULL),(880,'tax_format',218,2628,'sg',NULL),(881,'tax_format',219,2629,'sg',NULL),(882,'tax_format',220,2630,'sg',NULL),(883,'tax_format',221,2631,'es',NULL),(884,'tax_format',222,2632,'es',NULL),(885,'tax_format',223,2633,'ru',NULL),(886,'tax_format',224,2634,'ru',NULL),(887,'tax_format',225,2635,'ru',NULL),(888,'tax_format',226,2636,'ru',NULL),(889,'tax_format',227,2637,'ja',NULL),(890,'tax_format',228,2638,'ja',NULL),(891,'tax_format',229,2639,'ru',NULL),(892,'tax_format',230,2640,'ru',NULL),(893,'tax_format',231,2641,'es',NULL),(894,'tax_format',232,2642,'es',NULL),(895,'tax_format',233,2643,'sg',NULL),(896,'tax_format',234,2644,'sg',NULL),(897,'tax_format',235,2645,'ja',NULL),(898,'tax_format',236,2646,'ja',NULL),(899,'tax_format',237,2647,'sg',NULL),(900,'tax_format',238,2648,'sg',NULL),(901,'tax_format',239,2649,'sg',NULL),(902,'tax_format',240,2650,'sg',NULL),(903,'tax_format',241,2651,'es',NULL),(904,'tax_format',242,2652,'es',NULL),(905,'tax_format',243,2653,'es',NULL),(906,'tax_format',244,2654,'es',NULL),(907,'tax_format',245,2655,'ja',NULL),(908,'tax_format',246,2656,'ja',NULL),(909,'tax_format',247,2657,'ja',NULL),(910,'tax_format',248,2658,'ja',NULL),(911,'tax_format',249,2659,'es',NULL),(912,'tax_format',250,2660,'es',NULL),(913,'tax_format',251,2661,'sg',NULL),(914,'tax_format',252,2662,'sg',NULL),(915,'tax_format',253,2663,'ru',NULL),(916,'tax_format',254,2664,'ru',NULL),(917,'tax_format',255,2665,'ja',NULL),(918,'tax_format',256,2666,'ja',NULL),(919,'tax_format',257,2667,'ru',NULL),(920,'tax_format',258,2668,'ru',NULL),(921,'tax_format',259,2669,'sg',NULL),(922,'tax_format',260,2670,'sg',NULL),(923,'tax_format',261,2671,'ja',NULL),(924,'tax_format',262,2672,'ja',NULL),(925,'tax_format',263,2673,'es',NULL),(926,'tax_format',264,2674,'es',NULL),(927,'tax_format',265,2675,'ru',NULL),(928,'tax_format',266,2676,'ru',NULL),(929,'tax_format',267,2677,'ja',NULL),(930,'tax_format',268,2678,'ja',NULL),(931,'tax_format',269,2679,'ja',NULL),(932,'tax_format',270,2680,'ja',NULL),(933,'tax_format',271,2681,'ja',NULL),(934,'tax_format',272,2682,'ja',NULL),(935,'tax_format',273,2683,'ja',NULL),(936,'tax_format',274,2684,'ja',NULL),(937,'tax_format',275,2685,'ja',NULL),(938,'tax_format',276,2686,'ja',NULL),(939,'tax_format',277,2687,'es',NULL),(940,'tax_format',278,2688,'es',NULL),(941,'tax_format',279,2689,'es',NULL),(942,'tax_format',280,2690,'es',NULL),(943,'tax_format',281,2691,'sg',NULL),(944,'tax_format',282,2692,'sg',NULL),(945,'tax_format',283,2693,'es',NULL),(946,'tax_format',284,2694,'es',NULL),(947,'tax_format',285,2695,'ru',NULL),(948,'tax_format',286,2696,'ru',NULL),(949,'tax_format',287,2697,'ru',NULL),(950,'tax_format',288,2698,'ru',NULL),(951,'tax_format',289,2699,'es',NULL),(952,'tax_format',290,2700,'es',NULL),(953,'tax_format',291,2701,'sg',NULL),(954,'tax_format',292,2702,'sg',NULL),(955,'tax_format',293,2703,'ru',NULL),(956,'tax_format',294,2704,'ru',NULL),(957,'tax_format',295,2705,'ru',NULL),(958,'tax_format',296,2706,'ru',NULL),(959,'tax_format',297,2707,'es',NULL),(960,'tax_format',298,2708,'es',NULL),(961,'tax_format',299,2709,'sg',NULL),(962,'tax_format',300,2710,'sg',NULL),(963,'tax_format',301,2711,'ja',NULL),(964,'tax_format',302,2712,'ja',NULL),(965,'tax_format',303,2713,'es',NULL),(966,'tax_format',304,2714,'es',NULL),(967,'tax_format',305,2715,'ja',NULL),(968,'tax_format',306,2716,'ja',NULL),(969,'tax_format',307,2717,'ja',NULL),(970,'tax_format',308,2718,'ja',NULL),(971,'tax_format',309,2719,'ru',NULL),(972,'tax_format',310,2720,'ru',NULL),(973,'tax_format',311,2721,'ru',NULL),(974,'tax_format',312,2722,'ru',NULL),(975,'tax_format',313,2723,'es',NULL),(976,'tax_format',314,2724,'es',NULL),(977,'tax_format',315,2725,'ru',NULL),(978,'tax_format',316,2726,'ru',NULL),(979,'tax_format',317,2727,'ja',NULL),(980,'tax_format',318,2728,'ja',NULL),(981,'tax_format',319,2729,'sg',NULL),(982,'tax_format',320,2730,'sg',NULL),(983,'tax_format',321,2731,'sg',NULL),(984,'tax_format',322,2732,'sg',NULL),(985,'tax_format',323,2733,'sg',NULL),(986,'tax_format',324,2734,'sg',NULL),(987,'tax_format',325,2735,'sg',NULL),(988,'tax_format',326,2736,'sg',NULL),(989,'tax_format',327,2737,'es',NULL),(990,'tax_format',328,2738,'es',NULL),(991,'tax_format',329,2739,'es',NULL),(992,'tax_format',330,2740,'es',NULL),(993,'tax_format',331,2741,'ru',NULL),(994,'tax_format',332,2742,'ru',NULL),(995,'tax_format',333,2743,'sg',NULL),(996,'tax_format',334,2744,'sg',NULL),(997,'tax_format',335,2745,'ru',NULL),(998,'tax_format',336,2746,'ru',NULL),(999,'tax_format',337,2747,'sg',NULL),(1000,'tax_format',338,2748,'sg',NULL),(1001,'tax_format',339,2749,'es',NULL),(1002,'tax_format',340,2750,'es',NULL),(1003,'tax_format',341,2751,'es',NULL),(1004,'tax_format',342,2752,'es',NULL),(1005,'post_post',1111,2753,'en',NULL),(1006,'tax_format',343,2754,'ja',NULL),(1007,'tax_format',344,2755,'ja',NULL),(1008,'tax_format',345,2756,'ru',NULL),(1009,'tax_format',346,2757,'ru',NULL),(1010,'tax_format',347,2758,'sg',NULL),(1011,'tax_format',348,2759,'sg',NULL),(1012,'tax_format',349,2760,'ja',NULL),(1013,'tax_format',350,2761,'ja',NULL),(1014,'tax_format',351,2762,'sg',NULL),(1015,'tax_format',352,2763,'sg',NULL),(1016,'tax_format',353,2764,'ja',NULL),(1017,'tax_format',354,2765,'ja',NULL),(1018,'tax_format',355,2766,'ja',NULL),(1019,'tax_format',356,2767,'ja',NULL),(1020,'tax_format',357,2768,'es',NULL),(1021,'tax_format',358,2769,'es',NULL),(1022,'tax_format',359,2770,'ru',NULL),(1023,'tax_format',360,2771,'ru',NULL),(1024,'tax_format',361,2772,'es',NULL),(1025,'tax_format',362,2773,'es',NULL),(1026,'tax_format',363,2774,'es',NULL),(1027,'tax_format',364,2775,'es',NULL),(1028,'tax_format',365,2776,'ru',NULL),(1029,'tax_format',366,2777,'ru',NULL),(1030,'tax_format',367,2778,'ru',NULL),(1031,'tax_format',368,2779,'ru',NULL),(1032,'tax_format',369,2780,'sg',NULL),(1033,'tax_format',370,2781,'sg',NULL),(1034,'tax_format',371,2782,'es',NULL),(1035,'tax_format',372,2783,'es',NULL),(1036,'tax_format',373,2784,'ja',NULL),(1037,'tax_format',374,2785,'ja',NULL),(1038,'tax_format',375,2786,'ja',NULL),(1039,'tax_format',376,2787,'ja',NULL),(1040,'tax_format',377,2788,'ja',NULL),(1041,'tax_format',378,2789,'ja',NULL),(1042,'tax_format',379,2790,'sg',NULL),(1043,'tax_format',380,2791,'sg',NULL),(1044,'tax_format',381,2792,'es',NULL),(1045,'tax_format',382,2793,'es',NULL),(1046,'tax_format',383,2794,'ja',NULL),(1047,'tax_format',384,2795,'ja',NULL),(1048,'tax_format',385,2796,'es',NULL),(1049,'tax_format',386,2797,'es',NULL),(1050,'tax_format',387,2798,'sg',NULL),(1051,'tax_format',388,2799,'sg',NULL),(1052,'tax_format',389,2800,'sg',NULL),(1053,'tax_format',390,2801,'sg',NULL),(1054,'tax_format',391,2802,'ja',NULL),(1055,'tax_format',392,2803,'ja',NULL),(1056,'tax_format',393,2804,'es',NULL),(1057,'tax_format',394,2805,'es',NULL),(1058,'tax_format',395,2806,'ru',NULL),(1059,'tax_format',396,2807,'ru',NULL),(1060,'tax_format',397,2808,'ja',NULL),(1061,'tax_format',398,2809,'ja',NULL),(1062,'tax_format',399,2810,'es',NULL),(1063,'tax_format',400,2811,'es',NULL),(1064,'tax_format',401,2812,'ja',NULL),(1065,'tax_format',402,2813,'ja',NULL),(1066,'tax_format',403,2814,'ru',NULL),(1067,'tax_format',404,2815,'ru',NULL),(1068,'tax_format',405,2816,'sg',NULL),(1069,'tax_format',406,2817,'sg',NULL),(1070,'tax_format',407,2818,'ru',NULL),(1071,'tax_format',408,2819,'ru',NULL),(1072,'tax_format',409,2820,'sg',NULL),(1073,'tax_format',410,2821,'sg',NULL),(1074,'tax_format',411,2822,'sg',NULL),(1075,'tax_format',412,2823,'sg',NULL),(1076,'tax_format',413,2824,'ja',NULL),(1077,'tax_format',414,2825,'ja',NULL),(1078,'tax_format',415,2826,'ru',NULL),(1079,'tax_format',416,2827,'ru',NULL),(1080,'tax_format',417,2828,'es',NULL),(1081,'tax_format',418,2829,'es',NULL),(1082,'tax_format',419,2830,'ja',NULL),(1083,'tax_format',420,2831,'ja',NULL),(1084,'tax_format',421,2832,'es',NULL),(1085,'tax_format',422,2833,'es',NULL),(1086,'tax_format',423,2834,'sg',NULL),(1087,'tax_format',424,2835,'sg',NULL),(1088,'tax_format',425,2836,'ja',NULL),(1089,'tax_format',426,2837,'ja',NULL),(1090,'tax_format',427,2838,'sg',NULL),(1091,'tax_format',428,2839,'sg',NULL),(1092,'tax_format',429,2840,'ja',NULL),(1093,'tax_format',430,2841,'ja',NULL),(1094,'tax_format',431,2842,'ru',NULL),(1095,'tax_format',432,2843,'ru',NULL),(1096,'tax_format',433,2844,'ru',NULL),(1097,'tax_format',434,2845,'ru',NULL),(1098,'tax_format',435,2846,'es',NULL),(1099,'tax_format',436,2847,'es',NULL),(1100,'tax_format',437,2848,'sg',NULL),(1101,'tax_format',438,2849,'sg',NULL),(1102,'tax_format',439,2850,'es',NULL),(1103,'tax_format',440,2851,'es',NULL),(1104,'post_attachment',1146,2852,'en',NULL),(1105,'post_attachment',1147,2852,'ja','en'),(1106,'post_attachment',1148,2852,'ru','en'),(1107,'post_attachment',1149,2852,'sg','en'),(1108,'post_attachment',1150,2852,'es','en'),(1109,'post_attachment',1151,2853,'en',NULL),(1110,'post_attachment',1152,2853,'ja','en'),(1111,'post_attachment',1153,2853,'ru','en'),(1112,'post_attachment',1154,2853,'sg','en'),(1113,'post_attachment',1155,2853,'es','en'),(1114,'post_attachment',1156,2854,'en',NULL),(1115,'post_attachment',1157,2854,'ja','en'),(1116,'post_attachment',1158,2854,'ru','en'),(1117,'post_attachment',1159,2854,'sg','en'),(1118,'post_attachment',1160,2854,'es','en'),(1119,'post_attachment',1161,2855,'en',NULL),(1120,'post_attachment',1162,2855,'ja','en'),(1121,'post_attachment',1163,2855,'ru','en'),(1122,'post_attachment',1164,2855,'sg','en'),(1123,'post_attachment',1165,2855,'es','en'),(1124,'post_attachment',1166,2856,'en',NULL),(1125,'post_attachment',1167,2856,'ja','en'),(1126,'post_attachment',1168,2856,'ru','en'),(1127,'post_attachment',1169,2856,'sg','en'),(1128,'post_attachment',1170,2856,'es','en'),(1129,'post_attachment',1171,2857,'en',NULL),(1130,'post_attachment',1172,2857,'ja','en'),(1131,'post_attachment',1173,2857,'ru','en'),(1132,'post_attachment',1174,2857,'sg','en'),(1133,'post_attachment',1175,2857,'es','en'),(1134,'tax_format',441,2858,'sg',NULL),(1135,'tax_format',442,2859,'sg',NULL),(1136,'tax_format',443,2860,'es',NULL),(1137,'tax_format',444,2861,'es',NULL),(1138,'tax_format',445,2862,'ru',NULL),(1139,'tax_format',446,2863,'ru',NULL),(1140,'tax_format',447,2864,'ja',NULL),(1141,'tax_format',448,2865,'ja',NULL),(1142,'tax_format',449,2866,'ja',NULL),(1143,'tax_format',450,2867,'ja',NULL),(1144,'tax_format',451,2868,'ru',NULL),(1145,'tax_format',452,2869,'ru',NULL),(1146,'tax_format',453,2870,'sg',NULL),(1147,'tax_format',454,2871,'sg',NULL),(1148,'tax_format',455,2872,'ja',NULL),(1149,'tax_format',456,2873,'ja',NULL),(1150,'tax_format',457,2874,'es',NULL),(1151,'tax_format',458,2875,'es',NULL),(1152,'tax_format',459,2876,'ja',NULL),(1153,'tax_format',460,2877,'ja',NULL),(1154,'tax_format',461,2878,'ja',NULL),(1155,'tax_format',462,2879,'ja',NULL),(1156,'tax_format',463,2880,'sg',NULL),(1157,'tax_format',464,2881,'sg',NULL),(1158,'post_page',1182,2882,'en',NULL),(1159,'post_page',1192,2883,'en',NULL),(1160,'tax_format',465,2884,'sg',NULL),(1161,'tax_format',466,2885,'sg',NULL),(1162,'tax_format',467,2886,'es',NULL),(1163,'tax_format',468,2887,'es',NULL),(1164,'tax_format',469,2888,'ja',NULL),(1165,'tax_format',470,2889,'ja',NULL),(1166,'tax_format',471,2890,'sg',NULL),(1167,'tax_format',472,2891,'sg',NULL),(1168,'tax_format',473,2892,'ru',NULL),(1169,'tax_format',474,2893,'ru',NULL),(1170,'tax_format',475,2894,'ja',NULL),(1171,'tax_format',476,2895,'ja',NULL),(1172,'tax_format',477,2896,'es',NULL),(1173,'tax_format',478,2897,'es',NULL),(1174,'tax_format',479,2898,'sg',NULL),(1175,'tax_format',480,2899,'sg',NULL),(1176,'tax_format',481,2900,'es',NULL),(1177,'tax_format',482,2901,'es',NULL),(1178,'tax_format',483,2902,'sg',NULL),(1179,'tax_format',484,2903,'sg',NULL),(1180,'tax_format',485,2904,'ja',NULL),(1181,'tax_format',486,2905,'ja',NULL),(1182,'tax_format',487,2906,'ja',NULL),(1183,'tax_format',488,2907,'ja',NULL),(1184,'tax_format',489,2908,'es',NULL),(1185,'tax_format',490,2909,'es',NULL),(1186,'tax_format',491,2910,'ru',NULL),(1187,'tax_format',492,2911,'ru',NULL),(1188,'tax_format',493,2912,'sg',NULL),(1189,'tax_format',494,2913,'sg',NULL),(1190,'tax_format',495,2914,'ru',NULL),(1191,'tax_format',496,2915,'ru',NULL),(1192,'tax_format',497,2916,'ru',NULL),(1193,'tax_format',498,2917,'ru',NULL),(1194,'tax_format',499,2918,'ja',NULL),(1195,'tax_format',500,2919,'ja',NULL),(1196,'tax_format',501,2920,'es',NULL),(1197,'tax_format',502,2921,'es',NULL),(1198,'tax_format',503,2922,'sg',NULL),(1199,'tax_format',504,2923,'sg',NULL),(1200,'tax_format',505,2924,'ja',NULL),(1201,'tax_format',506,2925,'ja',NULL),(1202,'tax_format',507,2926,'ja',NULL),(1203,'tax_format',508,2927,'ja',NULL),(1204,'tax_format',509,2928,'es',NULL),(1205,'tax_format',510,2929,'es',NULL),(1206,'tax_format',511,2930,'ru',NULL),(1207,'tax_format',512,2931,'ru',NULL),(1208,'tax_format',513,2932,'sg',NULL),(1209,'tax_format',514,2933,'sg',NULL),(1210,'tax_format',515,2934,'es',NULL),(1211,'tax_format',516,2935,'es',NULL),(1212,'tax_format',517,2936,'es',NULL),(1213,'tax_format',518,2937,'es',NULL),(1214,'tax_format',519,2938,'ja',NULL),(1215,'tax_format',520,2939,'ja',NULL),(1216,'tax_format',521,2940,'ja',NULL),(1217,'tax_format',522,2941,'ja',NULL),(1218,'post_page',1217,2942,'en',NULL),(1219,'tax_format',523,2943,'ru',NULL),(1220,'tax_format',524,2944,'ru',NULL),(1221,'tax_format',525,2945,'ru',NULL),(1222,'tax_format',526,2946,'ru',NULL),(1223,'tax_format',527,2947,'sg',NULL),(1224,'tax_format',528,2948,'sg',NULL),(1225,'tax_format',529,2949,'ja',NULL),(1226,'tax_format',530,2950,'ja',NULL),(1227,'tax_format',531,2951,'es',NULL),(1228,'tax_format',532,2952,'es',NULL),(1229,'tax_format',533,2953,'sg',NULL),(1230,'tax_format',534,2954,'sg',NULL),(1231,'tax_format',535,2955,'ja',NULL),(1232,'tax_format',536,2956,'ja',NULL),(1234,'post_attachment',1237,2957,'ja',NULL),(1235,'post_attachment',1238,2957,'ru','ja'),(1236,'post_attachment',1239,2957,'sg','ja'),(1237,'post_attachment',1240,2957,'es','ja'),(1239,'post_attachment',1242,2958,'ja',NULL),(1240,'post_attachment',1243,2958,'ru','ja'),(1241,'post_attachment',1244,2958,'sg','ja'),(1242,'post_attachment',1245,2958,'es','ja'),(1244,'post_attachment',1248,2959,'ja',NULL),(1245,'post_attachment',1249,2959,'ru','ja'),(1246,'post_attachment',1250,2959,'sg','ja'),(1247,'post_attachment',1251,2959,'es','ja'),(1249,'post_attachment',1253,2960,'ja',NULL),(1250,'post_attachment',1254,2960,'ru','ja'),(1251,'post_attachment',1255,2960,'sg','ja'),(1252,'post_attachment',1256,2960,'es','ja'),(1254,'post_attachment',1258,2961,'ja',NULL),(1255,'post_attachment',1259,2961,'ru','ja'),(1256,'post_attachment',1260,2961,'sg','ja'),(1257,'post_attachment',1261,2961,'es','ja'),(1259,'post_attachment',1263,2962,'ja',NULL),(1260,'post_attachment',1264,2962,'ru','ja'),(1261,'post_attachment',1265,2962,'sg','ja'),(1262,'post_attachment',1266,2962,'es','ja'),(1263,'tax_format',537,2963,'ru',NULL),(1264,'tax_format',538,2964,'ru',NULL),(1265,'tax_format',539,2965,'es',NULL),(1266,'tax_format',540,2966,'es',NULL),(1267,'tax_format',541,2967,'ru',NULL),(1268,'tax_format',542,2968,'ru',NULL),(1269,'tax_format',543,2969,'ru',NULL),(1270,'tax_format',544,2970,'ru',NULL),(1271,'tax_format',545,2971,'ja',NULL),(1272,'tax_format',546,2972,'ja',NULL),(1273,'post_attachment',1267,2973,'en',NULL),(1274,'post_attachment',1268,2973,'ja','en'),(1275,'post_attachment',1269,2973,'ru','en'),(1276,'post_attachment',1270,2973,'sg','en'),(1277,'post_attachment',1271,2973,'es','en'),(1278,'tax_format',547,2974,'sg',NULL),(1279,'tax_format',548,2975,'sg',NULL),(1280,'tax_format',549,2976,'es',NULL),(1281,'tax_format',550,2977,'es',NULL),(1282,'tax_format',551,2978,'sg',NULL),(1283,'tax_format',552,2979,'sg',NULL),(1284,'tax_format',553,2980,'sg',NULL),(1285,'tax_format',554,2981,'sg',NULL),(1286,'tax_format',555,2982,'sg',NULL),(1287,'tax_format',556,2983,'sg',NULL),(1288,'tax_format',557,2984,'es',NULL),(1289,'tax_format',558,2985,'es',NULL),(1290,'tax_format',559,2986,'es',NULL),(1291,'tax_format',560,2987,'es',NULL),(1292,'tax_format',561,2988,'es',NULL),(1293,'tax_format',562,2989,'es',NULL),(1294,'tax_format',563,2990,'ja',NULL),(1295,'tax_format',564,2991,'ja',NULL),(1296,'tax_format',565,2992,'ja',NULL),(1297,'tax_format',566,2993,'ja',NULL),(1298,'tax_format',567,2994,'ru',NULL),(1299,'tax_format',568,2995,'ru',NULL),(1300,'post_attachment',1273,2996,'en',NULL),(1301,'post_attachment',1274,2996,'ja','en'),(1302,'post_attachment',1275,2996,'ru','en'),(1303,'post_attachment',1276,2996,'sg','en'),(1304,'post_attachment',1277,2996,'es','en'),(1305,'post_attachment',1278,2997,'en',NULL),(1306,'post_attachment',1279,2997,'ja','en'),(1307,'post_attachment',1280,2997,'ru','en'),(1308,'post_attachment',1281,2997,'sg','en'),(1309,'post_attachment',1282,2997,'es','en'),(1310,'post_attachment',1283,2998,'en',NULL),(1311,'post_attachment',1284,2998,'ja','en'),(1312,'post_attachment',1285,2998,'ru','en'),(1313,'post_attachment',1286,2998,'sg','en'),(1314,'post_attachment',1287,2998,'es','en'),(1315,'post_attachment',1288,2999,'en',NULL),(1316,'post_attachment',1289,2999,'ja','en'),(1317,'post_attachment',1290,2999,'ru','en'),(1318,'post_attachment',1291,2999,'sg','en'),(1319,'post_attachment',1292,2999,'es','en'),(1320,'tax_format',569,3000,'ja',NULL),(1321,'tax_format',570,3001,'ja',NULL),(1322,'tax_format',571,3002,'ru',NULL),(1323,'tax_format',572,3003,'ru',NULL),(1324,'tax_format',573,3004,'sg',NULL),(1325,'tax_format',574,3005,'sg',NULL),(1326,'tax_format',575,3006,'es',NULL),(1327,'tax_format',576,3007,'es',NULL),(1328,'tax_format',577,3008,'ja',NULL),(1329,'tax_format',578,3009,'ja',NULL),(1330,'tax_format',579,3010,'ja',NULL),(1331,'tax_format',580,3011,'ja',NULL),(1332,'tax_format',581,3012,'es',NULL),(1333,'tax_format',582,3013,'es',NULL),(1334,'tax_format',583,3014,'ja',NULL),(1335,'tax_format',584,3015,'ja',NULL),(1336,'tax_format',585,3016,'ru',NULL),(1337,'tax_format',586,3017,'ru',NULL),(1338,'tax_format',587,3018,'es',NULL),(1339,'tax_format',588,3019,'es',NULL),(1340,'tax_format',589,3020,'ru',NULL),(1341,'tax_format',590,3021,'ru',NULL),(1342,'tax_format',591,3022,'ja',NULL),(1343,'tax_format',592,3023,'ja',NULL),(1344,'tax_format',593,3024,'sg',NULL),(1345,'tax_format',594,3025,'sg',NULL),(1346,'tax_format',595,3026,'ja',NULL),(1347,'tax_format',596,3027,'ja',NULL),(1348,'tax_format',597,3028,'sg',NULL),(1349,'tax_format',598,3029,'sg',NULL),(1350,'tax_format',599,3030,'ru',NULL),(1351,'tax_format',600,3031,'ru',NULL),(1352,'tax_format',601,3032,'es',NULL),(1353,'tax_format',602,3033,'es',NULL),(1354,'tax_format',603,3034,'sg',NULL),(1355,'tax_format',604,3035,'sg',NULL),(1356,'tax_format',605,3036,'ru',NULL),(1357,'tax_format',606,3037,'ru',NULL),(1358,'tax_format',607,3038,'es',NULL),(1359,'tax_format',608,3039,'es',NULL),(1360,'tax_format',609,3040,'sg',NULL),(1361,'tax_format',610,3041,'sg',NULL),(1362,'tax_format',611,3042,'ja',NULL),(1363,'tax_format',612,3043,'ja',NULL),(1364,'tax_format',613,3044,'es',NULL),(1365,'tax_format',614,3045,'es',NULL),(1366,'tax_format',615,3046,'ja',NULL),(1367,'tax_format',616,3047,'ja',NULL),(1368,'tax_format',617,3048,'sg',NULL),(1369,'tax_format',618,3049,'sg',NULL),(1370,'tax_format',619,3050,'sg',NULL),(1371,'tax_format',620,3051,'sg',NULL),(1372,'tax_format',621,3052,'ja',NULL),(1373,'tax_format',622,3053,'ja',NULL),(1374,'tax_format',623,3054,'es',NULL),(1375,'tax_format',624,3055,'es',NULL),(1376,'tax_format',625,3056,'ru',NULL),(1377,'tax_format',626,3057,'ru',NULL),(1378,'tax_format',627,3058,'ru',NULL),(1379,'tax_format',628,3059,'ru',NULL),(1380,'tax_format',629,3060,'ru',NULL),(1381,'tax_format',630,3061,'ru',NULL),(1382,'tax_format',631,3062,'es',NULL),(1383,'tax_format',632,3063,'es',NULL),(1384,'tax_format',633,3064,'es',NULL),(1385,'tax_format',634,3065,'es',NULL),(1386,'tax_format',635,3066,'ru',NULL),(1387,'tax_format',636,3067,'ru',NULL),(1388,'tax_format',637,3068,'ru',NULL),(1389,'tax_format',638,3069,'ru',NULL),(1390,'tax_format',639,3070,'ja',NULL),(1391,'tax_format',640,3071,'ja',NULL),(1392,'tax_format',641,3072,'ru',NULL),(1393,'tax_format',642,3073,'ru',NULL),(1394,'tax_format',643,3074,'es',NULL),(1395,'tax_format',644,3075,'es',NULL),(1396,'tax_format',645,3076,'es',NULL),(1397,'tax_format',646,3077,'es',NULL),(1398,'tax_format',647,3078,'ru',NULL),(1399,'tax_format',648,3079,'ru',NULL),(1400,'tax_format',649,3080,'sg',NULL),(1401,'tax_format',650,3081,'sg',NULL),(1402,'tax_format',651,3082,'sg',NULL),(1403,'tax_format',652,3083,'sg',NULL),(1404,'tax_format',653,3084,'ru',NULL),(1405,'tax_format',654,3085,'ru',NULL),(1406,'tax_format',655,3086,'sg',NULL),(1407,'tax_format',656,3087,'sg',NULL),(1408,'tax_format',657,3088,'ja',NULL),(1409,'tax_format',658,3089,'ja',NULL),(1410,'post_attachment',1313,3090,'en',NULL),(1411,'post_attachment',1314,3090,'ja','en'),(1412,'post_attachment',1315,3090,'ru','en'),(1413,'post_attachment',1316,3090,'sg','en'),(1414,'post_attachment',1317,3090,'es','en'),(1415,'post_attachment',1318,3091,'en',NULL),(1416,'post_attachment',1319,3091,'ja','en'),(1417,'post_attachment',1320,3091,'ru','en'),(1418,'post_attachment',1321,3091,'sg','en'),(1419,'post_attachment',1322,3091,'es','en'),(1420,'post_attachment',1323,3092,'en',NULL),(1421,'post_attachment',1324,3092,'ja','en'),(1422,'post_attachment',1325,3092,'ru','en'),(1423,'post_attachment',1326,3092,'sg','en'),(1424,'post_attachment',1327,3092,'es','en'),(1425,'post_attachment',1328,3093,'en',NULL),(1426,'post_attachment',1329,3093,'ja','en'),(1427,'post_attachment',1330,3093,'ru','en'),(1428,'post_attachment',1331,3093,'sg','en'),(1429,'post_attachment',1332,3093,'es','en'),(1430,'post_attachment',1333,3094,'en',NULL),(1431,'post_attachment',1334,3094,'ja','en'),(1432,'post_attachment',1335,3094,'ru','en'),(1433,'post_attachment',1336,3094,'sg','en'),(1434,'post_attachment',1337,3094,'es','en'),(1435,'post_attachment',1338,3095,'en',NULL),(1436,'post_attachment',1339,3095,'ja','en'),(1437,'post_attachment',1340,3095,'ru','en'),(1438,'post_attachment',1341,3095,'sg','en'),(1439,'post_attachment',1342,3095,'es','en'),(1440,'post_attachment',1343,3096,'en',NULL),(1441,'post_attachment',1344,3096,'ja','en'),(1442,'post_attachment',1345,3096,'ru','en'),(1443,'post_attachment',1346,3096,'sg','en'),(1444,'post_attachment',1347,3096,'es','en'),(1445,'tax_format',659,3097,'ru',NULL),(1446,'tax_format',660,3098,'ru',NULL),(1447,'tax_format',661,3099,'ru',NULL),(1448,'tax_format',662,3100,'ru',NULL),(1449,'tax_format',663,3101,'ru',NULL),(1450,'tax_format',664,3102,'ru',NULL),(1451,'tax_format',665,3103,'ru',NULL),(1452,'tax_format',666,3104,'ru',NULL),(1453,'tax_format',667,3105,'ru',NULL),(1454,'tax_format',668,3106,'ru',NULL),(1455,'tax_format',669,3107,'es',NULL),(1456,'tax_format',670,3108,'es',NULL),(1457,'tax_format',671,3109,'es',NULL),(1458,'tax_format',672,3110,'es',NULL),(1459,'tax_format',673,3111,'es',NULL),(1460,'tax_format',674,3112,'es',NULL),(1461,'tax_format',675,3113,'es',NULL),(1462,'tax_format',676,3114,'es',NULL),(1463,'tax_format',677,3115,'es',NULL),(1464,'tax_format',678,3116,'es',NULL),(1465,'tax_format',679,3117,'es',NULL),(1466,'tax_format',680,3118,'es',NULL),(1467,'tax_format',681,3119,'es',NULL),(1468,'tax_format',682,3120,'es',NULL),(1469,'tax_format',683,3121,'es',NULL),(1470,'tax_format',684,3122,'es',NULL),(1471,'tax_format',685,3123,'es',NULL),(1472,'tax_format',686,3124,'es',NULL),(1473,'tax_format',687,3125,'es',NULL),(1474,'tax_format',688,3126,'es',NULL),(1477,'tax_format',691,3127,'es',NULL),(1478,'tax_format',692,3128,'es',NULL),(1480,'tax_format',693,3129,'es',NULL),(1481,'tax_format',694,3130,'es',NULL),(1482,'tax_format',695,3131,'es',NULL),(1483,'tax_format',696,3132,'es',NULL),(1484,'tax_format',697,3133,'es',NULL),(1485,'tax_format',698,3134,'es',NULL),(1486,'tax_format',699,3135,'es',NULL),(1487,'tax_format',700,3136,'es',NULL),(1488,'tax_format',701,3137,'es',NULL),(1489,'tax_format',702,3138,'es',NULL),(1490,'tax_format',703,3139,'es',NULL),(1491,'tax_format',704,3140,'es',NULL),(1492,'tax_format',705,3141,'es',NULL),(1493,'tax_format',706,3142,'es',NULL),(1494,'tax_format',707,3143,'es',NULL),(1495,'tax_format',708,3144,'es',NULL),(1496,'tax_format',709,3145,'es',NULL),(1497,'tax_format',710,3146,'es',NULL),(1498,'tax_format',711,3147,'es',NULL),(1499,'tax_format',712,3148,'es',NULL),(1500,'tax_format',713,3149,'es',NULL),(1501,'tax_format',714,3150,'es',NULL),(1502,'tax_format',715,3151,'es',NULL),(1503,'tax_format',716,3152,'es',NULL),(1504,'tax_format',717,3153,'es',NULL),(1505,'tax_format',718,3154,'es',NULL),(1506,'tax_format',719,3155,'es',NULL),(1507,'tax_format',720,3156,'es',NULL),(1508,'tax_format',721,3157,'es',NULL),(1509,'tax_format',722,3158,'es',NULL),(1510,'tax_format',723,3159,'es',NULL),(1511,'tax_format',724,3160,'es',NULL),(1512,'tax_format',725,3161,'es',NULL),(1513,'tax_format',726,3162,'es',NULL),(1514,'tax_format',727,3163,'es',NULL),(1515,'tax_format',728,3164,'es',NULL),(1516,'tax_format',729,3165,'es',NULL),(1517,'tax_format',730,3166,'es',NULL),(1518,'tax_format',731,3167,'es',NULL),(1519,'tax_format',732,3168,'es',NULL),(1520,'tax_format',733,3169,'es',NULL),(1521,'tax_format',734,3170,'es',NULL),(1522,'tax_format',735,3171,'es',NULL),(1523,'tax_format',736,3172,'es',NULL),(1524,'tax_format',737,3173,'es',NULL),(1525,'tax_format',738,3174,'es',NULL),(1526,'tax_format',739,3175,'es',NULL),(1527,'tax_format',740,3176,'es',NULL),(1528,'tax_format',741,3177,'es',NULL),(1529,'tax_format',742,3178,'es',NULL),(1530,'tax_format',743,3179,'es',NULL),(1531,'tax_format',744,3180,'es',NULL),(1532,'tax_format',745,3181,'es',NULL),(1533,'tax_format',746,3182,'es',NULL),(1534,'tax_format',747,3183,'es',NULL),(1535,'tax_format',748,3184,'es',NULL),(1536,'tax_format',749,3185,'es',NULL),(1537,'tax_format',750,3186,'es',NULL),(1538,'tax_format',751,3187,'es',NULL),(1539,'tax_format',752,3188,'es',NULL),(1540,'tax_format',753,3189,'es',NULL),(1541,'tax_format',754,3190,'es',NULL),(1544,'tax_format',757,3191,'es',NULL),(1545,'tax_format',758,3192,'es',NULL),(1547,'tax_format',759,3193,'es',NULL),(1548,'tax_format',760,3194,'es',NULL),(1549,'tax_format',761,3195,'es',NULL),(1550,'tax_format',762,3196,'es',NULL),(1551,'tax_format',763,3197,'es',NULL),(1552,'tax_format',764,3198,'es',NULL),(1553,'tax_format',765,3199,'es',NULL),(1554,'tax_format',766,3200,'es',NULL),(1555,'tax_format',767,3201,'es',NULL),(1556,'tax_format',768,3202,'es',NULL),(1557,'tax_format',769,3203,'es',NULL),(1558,'tax_format',770,3204,'es',NULL),(1559,'tax_format',771,3205,'es',NULL),(1560,'tax_format',772,3206,'es',NULL),(1561,'tax_format',773,3207,'es',NULL),(1562,'tax_format',774,3208,'es',NULL),(1563,'tax_format',775,3209,'es',NULL),(1564,'tax_format',776,3210,'es',NULL),(1565,'tax_format',777,3211,'es',NULL),(1566,'tax_format',778,3212,'es',NULL),(1567,'tax_format',779,3213,'es',NULL),(1568,'tax_format',780,3214,'es',NULL),(1569,'tax_format',781,3215,'es',NULL),(1570,'tax_format',782,3216,'es',NULL),(1571,'tax_format',783,3217,'es',NULL),(1572,'tax_format',784,3218,'es',NULL),(1573,'tax_format',785,3219,'es',NULL),(1574,'tax_format',786,3220,'es',NULL),(1575,'tax_format',787,3221,'es',NULL),(1576,'tax_format',788,3222,'es',NULL),(1577,'tax_format',789,3223,'es',NULL),(1578,'tax_format',790,3224,'es',NULL),(1579,'tax_format',791,3225,'es',NULL),(1580,'tax_format',792,3226,'es',NULL),(1581,'tax_format',793,3227,'es',NULL),(1582,'tax_format',794,3228,'es',NULL),(1583,'tax_format',795,3229,'es',NULL),(1584,'tax_format',796,3230,'es',NULL),(1585,'tax_format',797,3231,'es',NULL),(1586,'tax_format',798,3232,'es',NULL),(1587,'tax_format',799,3233,'es',NULL),(1588,'tax_format',800,3234,'es',NULL),(1589,'tax_format',801,3235,'es',NULL),(1590,'tax_format',802,3236,'es',NULL),(1591,'tax_format',803,3237,'es',NULL),(1592,'tax_format',804,3238,'es',NULL),(1593,'tax_format',805,3239,'es',NULL),(1594,'tax_format',806,3240,'es',NULL),(1597,'tax_format',809,3241,'es',NULL),(1598,'tax_format',810,3242,'es',NULL),(1600,'tax_format',811,3243,'es',NULL),(1601,'tax_format',812,3244,'es',NULL),(1602,'tax_format',813,3245,'es',NULL),(1603,'tax_format',814,3246,'es',NULL),(1604,'tax_format',815,3247,'es',NULL),(1605,'tax_format',816,3248,'es',NULL),(1606,'tax_format',817,3249,'es',NULL),(1607,'tax_format',818,3250,'es',NULL),(1608,'tax_format',819,3251,'es',NULL),(1609,'tax_format',820,3252,'es',NULL),(1610,'tax_format',821,3253,'es',NULL),(1611,'tax_format',822,3254,'es',NULL),(1612,'tax_format',823,3255,'es',NULL),(1613,'tax_format',824,3256,'es',NULL),(1614,'tax_format',825,3257,'es',NULL),(1615,'tax_format',826,3258,'es',NULL),(1616,'tax_format',827,3259,'es',NULL),(1617,'tax_format',828,3260,'es',NULL),(1618,'tax_format',829,3261,'es',NULL),(1619,'tax_format',830,3262,'es',NULL),(1620,'tax_format',831,3263,'es',NULL),(1621,'tax_format',832,3264,'es',NULL),(1622,'tax_format',833,3265,'es',NULL),(1623,'tax_format',834,3266,'es',NULL),(1624,'tax_format',835,3267,'es',NULL),(1625,'tax_format',836,3268,'es',NULL),(1626,'tax_format',837,3269,'es',NULL),(1627,'tax_format',838,3270,'es',NULL),(1628,'tax_format',839,3271,'es',NULL),(1629,'tax_format',840,3272,'es',NULL),(1630,'tax_format',841,3273,'es',NULL),(1631,'tax_format',842,3274,'es',NULL),(1632,'tax_format',843,3275,'es',NULL),(1633,'tax_format',844,3276,'es',NULL),(1634,'tax_format',845,3277,'es',NULL),(1635,'tax_format',846,3278,'es',NULL),(1636,'tax_format',847,3279,'es',NULL),(1637,'tax_format',848,3280,'es',NULL),(1638,'tax_format',849,3281,'es',NULL),(1639,'tax_format',850,3282,'es',NULL),(1640,'tax_format',851,3283,'es',NULL),(1641,'tax_format',852,3284,'es',NULL),(1642,'tax_format',853,3285,'es',NULL),(1643,'tax_format',854,3286,'es',NULL),(1644,'tax_format',855,3287,'es',NULL),(1645,'tax_format',856,3288,'es',NULL),(1646,'tax_format',857,3289,'es',NULL),(1647,'tax_format',858,3290,'es',NULL),(1648,'tax_format',859,3291,'es',NULL),(1649,'tax_format',860,3292,'es',NULL),(1650,'tax_format',861,3293,'es',NULL),(1651,'tax_format',862,3294,'es',NULL),(1652,'tax_format',863,3295,'es',NULL),(1653,'tax_format',864,3296,'es',NULL),(1654,'tax_format',865,3297,'es',NULL),(1655,'tax_format',866,3298,'es',NULL),(1656,'tax_format',867,3299,'es',NULL),(1657,'tax_format',868,3300,'es',NULL),(1658,'tax_format',869,3301,'es',NULL),(1659,'tax_format',870,3302,'es',NULL),(1660,'tax_format',871,3303,'es',NULL),(1661,'tax_format',872,3304,'es',NULL),(1662,'tax_format',873,3305,'es',NULL),(1663,'tax_format',874,3306,'es',NULL),(1664,'tax_format',875,3307,'es',NULL),(1665,'tax_format',876,3308,'es',NULL),(1666,'tax_format',877,3309,'es',NULL),(1667,'tax_format',878,3310,'es',NULL),(1668,'tax_format',879,3311,'es',NULL),(1669,'tax_format',880,3312,'es',NULL),(1670,'tax_format',881,3313,'es',NULL),(1671,'tax_format',882,3314,'es',NULL),(1672,'tax_format',883,3315,'es',NULL),(1673,'tax_format',884,3316,'es',NULL),(1674,'tax_format',885,3317,'es',NULL),(1675,'tax_format',886,3318,'es',NULL),(1676,'tax_format',887,3319,'es',NULL),(1677,'tax_format',888,3320,'es',NULL),(1678,'tax_format',889,3321,'es',NULL),(1679,'tax_format',890,3322,'es',NULL),(1680,'tax_format',891,3323,'es',NULL),(1681,'tax_format',892,3324,'es',NULL),(1682,'tax_format',893,3325,'es',NULL),(1683,'tax_format',894,3326,'es',NULL),(1686,'tax_format',897,3327,'es',NULL),(1687,'tax_format',898,3328,'es',NULL),(1689,'tax_format',899,3329,'es',NULL),(1690,'tax_format',900,3330,'es',NULL),(1691,'tax_format',901,3331,'es',NULL),(1692,'tax_format',902,3332,'es',NULL),(1693,'tax_format',903,3333,'es',NULL),(1694,'tax_format',904,3334,'es',NULL),(1695,'tax_format',905,3335,'es',NULL),(1696,'tax_format',906,3336,'es',NULL),(1697,'tax_format',907,3337,'es',NULL),(1698,'tax_format',908,3338,'es',NULL),(1699,'tax_format',909,3339,'es',NULL),(1700,'tax_format',910,3340,'es',NULL),(1701,'tax_format',911,3341,'es',NULL),(1702,'tax_format',912,3342,'es',NULL),(1703,'tax_format',913,3343,'es',NULL),(1704,'tax_format',914,3344,'es',NULL),(1705,'tax_format',915,3345,'es',NULL),(1706,'tax_format',916,3346,'es',NULL),(1707,'tax_format',917,3347,'es',NULL),(1708,'tax_format',918,3348,'es',NULL),(1711,'tax_format',921,3349,'es',NULL),(1712,'tax_format',922,3350,'es',NULL),(1714,'tax_format',923,3351,'es',NULL),(1715,'tax_format',924,3352,'es',NULL),(1716,'tax_format',925,3353,'es',NULL),(1717,'tax_format',926,3354,'es',NULL),(1718,'tax_format',927,3355,'es',NULL),(1719,'tax_format',928,3356,'es',NULL),(1720,'tax_format',929,3357,'es',NULL),(1721,'tax_format',930,3358,'es',NULL),(1722,'tax_format',931,3359,'es',NULL),(1723,'tax_format',932,3360,'es',NULL),(1724,'tax_format',933,3361,'es',NULL),(1725,'tax_format',934,3362,'es',NULL),(1726,'tax_format',935,3363,'es',NULL),(1727,'tax_format',936,3364,'es',NULL),(1728,'tax_format',937,3365,'es',NULL),(1729,'tax_format',938,3366,'es',NULL),(1730,'tax_format',939,3367,'es',NULL),(1731,'tax_format',940,3368,'es',NULL),(1732,'tax_format',941,3369,'es',NULL),(1733,'tax_format',942,3370,'es',NULL),(1734,'tax_format',943,3371,'es',NULL),(1735,'tax_format',944,3372,'es',NULL),(1736,'tax_format',945,3373,'es',NULL),(1737,'tax_format',946,3374,'es',NULL),(1738,'tax_format',947,3375,'es',NULL),(1739,'tax_format',948,3376,'es',NULL),(1740,'tax_format',949,3377,'es',NULL),(1741,'tax_format',950,3378,'es',NULL),(1742,'tax_format',951,3379,'es',NULL),(1743,'tax_format',952,3380,'es',NULL),(1744,'tax_format',953,3381,'es',NULL),(1745,'tax_format',954,3382,'es',NULL),(1746,'tax_format',955,3383,'es',NULL),(1747,'tax_format',956,3384,'es',NULL),(1748,'tax_format',957,3385,'es',NULL),(1749,'tax_format',958,3386,'es',NULL),(1750,'tax_format',959,3387,'es',NULL),(1751,'tax_format',960,3388,'es',NULL),(1752,'tax_format',961,3389,'es',NULL),(1753,'tax_format',962,3390,'es',NULL),(1754,'tax_format',963,3391,'es',NULL),(1755,'tax_format',964,3392,'es',NULL),(1756,'tax_format',965,3393,'es',NULL),(1757,'tax_format',966,3394,'es',NULL),(1758,'tax_format',967,3395,'es',NULL),(1759,'tax_format',968,3396,'es',NULL),(1760,'tax_format',969,3397,'es',NULL),(1761,'tax_format',970,3398,'es',NULL),(1762,'tax_format',971,3399,'es',NULL),(1763,'tax_format',972,3400,'es',NULL),(1764,'tax_format',973,3401,'es',NULL),(1765,'tax_format',974,3402,'es',NULL),(1766,'tax_format',975,3403,'es',NULL),(1767,'tax_format',976,3404,'es',NULL),(1768,'tax_format',977,3405,'es',NULL),(1769,'tax_format',978,3406,'es',NULL),(1770,'tax_format',979,3407,'es',NULL),(1771,'tax_format',980,3408,'es',NULL),(1772,'tax_format',981,3409,'es',NULL),(1773,'tax_format',982,3410,'es',NULL),(1774,'tax_format',983,3411,'es',NULL),(1775,'tax_format',984,3412,'es',NULL),(1776,'tax_format',985,3413,'es',NULL),(1777,'tax_format',986,3414,'es',NULL),(1778,'tax_format',987,3415,'es',NULL),(1779,'tax_format',988,3416,'es',NULL),(1780,'tax_format',989,3417,'es',NULL),(1781,'tax_format',990,3418,'es',NULL),(1782,'tax_format',991,3419,'es',NULL),(1783,'tax_format',992,3420,'es',NULL),(1784,'tax_format',993,3421,'es',NULL),(1785,'tax_format',994,3422,'es',NULL),(1786,'tax_format',995,3423,'es',NULL),(1787,'tax_format',996,3424,'es',NULL),(1788,'tax_format',997,3425,'es',NULL),(1789,'tax_format',998,3426,'es',NULL),(1790,'tax_format',999,3427,'es',NULL),(1791,'tax_format',1000,3428,'es',NULL),(1792,'tax_format',1001,3429,'es',NULL),(1793,'tax_format',1002,3430,'es',NULL),(1794,'tax_format',1003,3431,'es',NULL),(1795,'tax_format',1004,3432,'es',NULL),(1796,'tax_format',1005,3433,'es',NULL),(1797,'tax_format',1006,3434,'es',NULL),(1798,'tax_format',1007,3435,'es',NULL),(1799,'tax_format',1008,3436,'es',NULL),(1800,'tax_format',1009,3437,'es',NULL),(1801,'tax_format',1010,3438,'es',NULL),(1802,'tax_format',1011,3439,'es',NULL),(1803,'tax_format',1012,3440,'es',NULL),(1804,'tax_format',1013,3441,'es',NULL),(1805,'tax_format',1014,3442,'es',NULL),(1806,'tax_format',1015,3443,'es',NULL),(1807,'tax_format',1016,3444,'es',NULL),(1808,'tax_format',1017,3445,'es',NULL),(1809,'tax_format',1018,3446,'es',NULL),(1810,'tax_format',1019,3447,'es',NULL),(1811,'tax_format',1020,3448,'es',NULL),(1812,'tax_format',1021,3449,'es',NULL),(1813,'tax_format',1022,3450,'es',NULL),(1814,'tax_format',1023,3451,'es',NULL),(1815,'tax_format',1024,3452,'es',NULL),(1816,'tax_format',1025,3453,'es',NULL),(1817,'tax_format',1026,3454,'es',NULL),(1818,'tax_format',1027,3455,'es',NULL),(1819,'tax_format',1028,3456,'es',NULL),(1820,'tax_format',1029,3457,'es',NULL),(1821,'tax_format',1030,3458,'es',NULL),(1822,'tax_format',1031,3459,'es',NULL),(1823,'tax_format',1032,3460,'es',NULL),(1824,'tax_format',1033,3461,'es',NULL),(1825,'tax_format',1034,3462,'es',NULL),(1826,'tax_format',1035,3463,'es',NULL),(1827,'tax_format',1036,3464,'es',NULL),(1828,'tax_format',1037,3465,'es',NULL),(1829,'tax_format',1038,3466,'es',NULL),(1830,'tax_format',1039,3467,'es',NULL),(1831,'tax_format',1040,3468,'es',NULL),(1832,'tax_format',1041,3469,'es',NULL),(1833,'tax_format',1042,3470,'es',NULL),(1834,'tax_format',1043,3471,'es',NULL),(1835,'tax_format',1044,3472,'es',NULL),(1836,'tax_format',1045,3473,'es',NULL),(1837,'tax_format',1046,3474,'es',NULL),(1840,'tax_format',1049,3475,'es',NULL),(1841,'tax_format',1050,3476,'es',NULL),(1842,'tax_format',1051,3477,'es',NULL),(1843,'tax_format',1052,3478,'es',NULL),(1845,'tax_format',1053,3479,'es',NULL),(1846,'tax_format',1054,3480,'es',NULL),(1847,'tax_format',1055,3481,'es',NULL),(1848,'tax_format',1056,3482,'es',NULL),(1849,'tax_format',1057,3483,'es',NULL),(1850,'tax_format',1058,3484,'es',NULL),(1851,'tax_format',1059,3485,'es',NULL),(1852,'tax_format',1060,3486,'es',NULL),(1853,'tax_format',1061,3487,'es',NULL),(1854,'tax_format',1062,3488,'es',NULL),(1855,'tax_format',1063,3489,'es',NULL),(1856,'tax_format',1064,3490,'es',NULL),(1857,'tax_format',1065,3491,'es',NULL),(1858,'tax_format',1066,3492,'es',NULL),(1859,'tax_format',1067,3493,'es',NULL),(1860,'tax_format',1068,3494,'es',NULL),(1861,'tax_format',1069,3495,'es',NULL),(1862,'tax_format',1070,3496,'es',NULL),(1863,'tax_format',1071,3497,'es',NULL),(1864,'tax_format',1072,3498,'es',NULL),(1865,'tax_format',1073,3499,'es',NULL),(1866,'tax_format',1074,3500,'es',NULL),(1867,'tax_format',1075,3501,'es',NULL),(1868,'tax_format',1076,3502,'es',NULL),(1869,'tax_format',1077,3503,'es',NULL),(1870,'tax_format',1078,3504,'es',NULL),(1871,'tax_format',1079,3505,'es',NULL),(1872,'tax_format',1080,3506,'es',NULL),(1873,'tax_format',1081,3507,'es',NULL),(1874,'tax_format',1082,3508,'es',NULL),(1875,'tax_format',1083,3509,'es',NULL),(1876,'tax_format',1084,3510,'es',NULL),(1877,'tax_format',1085,3511,'es',NULL),(1878,'tax_format',1086,3512,'es',NULL),(1879,'tax_format',1087,3513,'es',NULL),(1880,'tax_format',1088,3514,'es',NULL),(1881,'tax_format',1089,3515,'es',NULL),(1882,'tax_format',1090,3516,'es',NULL),(1883,'tax_format',1091,3517,'es',NULL),(1884,'tax_format',1092,3518,'es',NULL),(1885,'tax_format',1093,3519,'es',NULL),(1886,'tax_format',1094,3520,'es',NULL),(1887,'tax_format',1095,3521,'es',NULL),(1888,'tax_format',1096,3522,'es',NULL),(1889,'tax_format',1097,3523,'es',NULL),(1890,'tax_format',1098,3524,'es',NULL),(1891,'tax_format',1099,3525,'es',NULL),(1892,'tax_format',1100,3526,'es',NULL),(1893,'tax_format',1101,3527,'es',NULL),(1894,'tax_format',1102,3528,'es',NULL),(1895,'tax_format',1103,3529,'es',NULL),(1896,'tax_format',1104,3530,'es',NULL),(1897,'tax_format',1105,3531,'es',NULL),(1898,'tax_format',1106,3532,'es',NULL),(1899,'tax_format',1107,3533,'es',NULL),(1900,'tax_format',1108,3534,'es',NULL),(1901,'tax_format',1109,3535,'es',NULL),(1902,'tax_format',1110,3536,'es',NULL),(1903,'tax_format',1111,3537,'es',NULL),(1904,'tax_format',1112,3538,'es',NULL),(1905,'tax_format',1113,3539,'es',NULL),(1906,'tax_format',1114,3540,'es',NULL),(1907,'tax_format',1115,3541,'es',NULL),(1908,'tax_format',1116,3542,'es',NULL),(1909,'tax_format',1117,3543,'es',NULL),(1910,'tax_format',1118,3544,'es',NULL),(1911,'tax_format',1119,3545,'es',NULL),(1912,'tax_format',1120,3546,'es',NULL),(1913,'tax_format',1121,3547,'es',NULL),(1914,'tax_format',1122,3548,'es',NULL),(1915,'tax_format',1123,3549,'es',NULL),(1916,'tax_format',1124,3550,'es',NULL),(1917,'tax_format',1125,3551,'es',NULL),(1918,'tax_format',1126,3552,'es',NULL),(1919,'tax_format',1127,3553,'es',NULL),(1920,'tax_format',1128,3554,'es',NULL),(1921,'tax_format',1129,3555,'es',NULL),(1922,'tax_format',1130,3556,'es',NULL),(1923,'tax_format',1131,3557,'es',NULL),(1924,'tax_format',1132,3558,'es',NULL),(1925,'tax_format',1133,3559,'es',NULL),(1926,'tax_format',1134,3560,'es',NULL),(1927,'tax_format',1135,3561,'es',NULL),(1928,'tax_format',1136,3562,'es',NULL),(1929,'tax_format',1137,3563,'es',NULL),(1930,'tax_format',1138,3564,'es',NULL),(1931,'tax_format',1139,3565,'es',NULL),(1932,'tax_format',1140,3566,'es',NULL),(1933,'tax_format',1141,3567,'es',NULL),(1934,'tax_format',1142,3568,'es',NULL),(1935,'tax_format',1143,3569,'es',NULL),(1936,'tax_format',1144,3570,'es',NULL),(1937,'tax_format',1145,3571,'es',NULL),(1938,'tax_format',1146,3572,'es',NULL),(1939,'tax_format',1147,3573,'es',NULL),(1940,'tax_format',1148,3574,'es',NULL),(1941,'tax_format',1149,3575,'es',NULL),(1942,'tax_format',1150,3576,'es',NULL),(1943,'tax_format',1151,3577,'es',NULL),(1944,'tax_format',1152,3578,'es',NULL),(1945,'tax_format',1153,3579,'es',NULL),(1946,'tax_format',1154,3580,'es',NULL),(1947,'tax_format',1155,3581,'es',NULL),(1948,'tax_format',1156,3582,'es',NULL),(1949,'tax_format',1157,3583,'es',NULL),(1950,'tax_format',1158,3584,'es',NULL),(1951,'tax_format',1159,3585,'es',NULL),(1952,'tax_format',1160,3586,'es',NULL),(1953,'tax_format',1161,3587,'es',NULL),(1954,'tax_format',1162,3588,'es',NULL),(1955,'tax_format',1163,3589,'es',NULL),(1956,'tax_format',1164,3590,'es',NULL),(1957,'tax_format',1165,3591,'es',NULL),(1958,'tax_format',1166,3592,'es',NULL),(1959,'tax_format',1167,3593,'es',NULL),(1960,'tax_format',1168,3594,'es',NULL),(1961,'tax_format',1169,3595,'es',NULL),(1962,'tax_format',1170,3596,'es',NULL),(1963,'tax_format',1171,3597,'es',NULL),(1964,'tax_format',1172,3598,'es',NULL),(1965,'tax_format',1173,3599,'es',NULL),(1966,'tax_format',1174,3600,'es',NULL),(1967,'tax_format',1175,3601,'es',NULL),(1968,'tax_format',1176,3602,'es',NULL),(1969,'tax_format',1177,3603,'es',NULL),(1970,'tax_format',1178,3604,'es',NULL),(1971,'tax_format',1179,3605,'es',NULL),(1972,'tax_format',1180,3606,'es',NULL),(1973,'tax_format',1181,3607,'es',NULL),(1974,'tax_format',1182,3608,'es',NULL),(1975,'tax_format',1183,3609,'es',NULL),(1976,'tax_format',1184,3610,'es',NULL),(1977,'tax_format',1185,3611,'es',NULL),(1978,'tax_format',1186,3612,'es',NULL),(1979,'tax_format',1187,3613,'es',NULL),(1980,'tax_format',1188,3614,'es',NULL),(1981,'tax_format',1189,3615,'es',NULL),(1982,'tax_format',1190,3616,'es',NULL),(1983,'tax_format',1191,3617,'es',NULL),(1984,'tax_format',1192,3618,'es',NULL),(1985,'tax_format',1193,3619,'es',NULL),(1986,'tax_format',1194,3620,'es',NULL),(1987,'tax_format',1195,3621,'es',NULL),(1988,'tax_format',1196,3622,'es',NULL),(1989,'tax_format',1197,3623,'es',NULL),(1990,'tax_format',1198,3624,'es',NULL),(1991,'tax_format',1199,3625,'es',NULL),(1992,'tax_format',1200,3626,'es',NULL),(1993,'tax_format',1201,3627,'es',NULL),(1994,'tax_format',1202,3628,'es',NULL),(1995,'tax_format',1203,3629,'es',NULL),(1996,'tax_format',1204,3630,'es',NULL),(1997,'tax_format',1205,3631,'es',NULL),(1998,'tax_format',1206,3632,'es',NULL),(1999,'tax_format',1207,3633,'es',NULL),(2000,'tax_format',1208,3634,'es',NULL),(2001,'tax_format',1209,3635,'es',NULL),(2002,'tax_format',1210,3636,'es',NULL),(2003,'tax_format',1211,3637,'es',NULL),(2004,'tax_format',1212,3638,'es',NULL),(2005,'tax_format',1213,3639,'es',NULL),(2006,'tax_format',1214,3640,'es',NULL),(2007,'tax_format',1215,3641,'es',NULL),(2008,'tax_format',1216,3642,'es',NULL),(2009,'tax_format',1217,3643,'es',NULL),(2010,'tax_format',1218,3644,'es',NULL),(2013,'tax_format',1221,3645,'es',NULL),(2014,'tax_format',1222,3646,'es',NULL),(2016,'tax_format',1223,3647,'es',NULL),(2017,'tax_format',1224,3648,'es',NULL),(2018,'tax_format',1225,3649,'es',NULL),(2019,'tax_format',1226,3650,'es',NULL),(2020,'tax_format',1227,3651,'es',NULL),(2021,'tax_format',1228,3652,'es',NULL),(2022,'tax_format',1229,3653,'es',NULL),(2023,'tax_format',1230,3654,'es',NULL),(2024,'tax_format',1231,3655,'es',NULL),(2025,'tax_format',1232,3656,'es',NULL),(2026,'tax_format',1233,3657,'es',NULL),(2027,'tax_format',1234,3658,'es',NULL),(2028,'tax_format',1235,3659,'es',NULL),(2029,'tax_format',1236,3660,'es',NULL),(2030,'tax_format',1237,3661,'es',NULL),(2031,'tax_format',1238,3662,'es',NULL),(2034,'tax_format',1241,3663,'es',NULL),(2035,'tax_format',1242,3664,'es',NULL),(2037,'tax_format',1243,3665,'es',NULL),(2038,'tax_format',1244,3666,'es',NULL),(2039,'tax_format',1245,3667,'es',NULL),(2040,'tax_format',1246,3668,'es',NULL),(2041,'tax_format',1247,3669,'es',NULL),(2042,'tax_format',1248,3670,'es',NULL),(2043,'tax_format',1249,3671,'es',NULL),(2044,'tax_format',1250,3672,'es',NULL),(2045,'tax_format',1251,3673,'es',NULL),(2046,'tax_format',1252,3674,'es',NULL),(2047,'tax_format',1253,3675,'es',NULL),(2048,'tax_format',1254,3676,'es',NULL),(2049,'tax_format',1255,3677,'es',NULL),(2050,'tax_format',1256,3678,'es',NULL),(2051,'tax_format',1257,3679,'es',NULL),(2052,'tax_format',1258,3680,'es',NULL),(2053,'tax_format',1259,3681,'es',NULL),(2054,'tax_format',1260,3682,'es',NULL),(2055,'tax_format',1261,3683,'es',NULL),(2056,'tax_format',1262,3684,'es',NULL),(2057,'tax_format',1263,3685,'es',NULL),(2058,'tax_format',1264,3686,'es',NULL),(2059,'tax_format',1265,3687,'es',NULL),(2060,'tax_format',1266,3688,'es',NULL),(2061,'tax_format',1267,3689,'es',NULL),(2062,'tax_format',1268,3690,'es',NULL),(2063,'tax_format',1269,3691,'es',NULL),(2064,'tax_format',1270,3692,'es',NULL),(2065,'tax_format',1271,3693,'es',NULL),(2066,'tax_format',1272,3694,'es',NULL),(2067,'tax_format',1273,3695,'es',NULL),(2068,'tax_format',1274,3696,'es',NULL),(2069,'tax_format',1275,3697,'es',NULL),(2070,'tax_format',1276,3698,'es',NULL),(2071,'tax_format',1277,3699,'es',NULL),(2072,'tax_format',1278,3700,'es',NULL),(2073,'tax_format',1279,3701,'es',NULL),(2074,'tax_format',1280,3702,'es',NULL),(2075,'tax_format',1281,3703,'es',NULL),(2076,'tax_format',1282,3704,'es',NULL),(2077,'tax_format',1283,3705,'es',NULL),(2078,'tax_format',1284,3706,'es',NULL),(2079,'tax_format',1285,3707,'es',NULL),(2080,'tax_format',1286,3708,'es',NULL),(2081,'tax_format',1287,3709,'es',NULL),(2082,'tax_format',1288,3710,'es',NULL),(2083,'tax_format',1289,3711,'es',NULL),(2084,'tax_format',1290,3712,'es',NULL),(2085,'tax_format',1291,3713,'es',NULL),(2086,'tax_format',1292,3714,'es',NULL),(2087,'tax_format',1293,3715,'es',NULL),(2088,'tax_format',1294,3716,'es',NULL),(2089,'tax_format',1295,3717,'es',NULL),(2090,'tax_format',1296,3718,'es',NULL),(2091,'tax_format',1297,3719,'es',NULL),(2092,'tax_format',1298,3720,'es',NULL),(2093,'tax_format',1299,3721,'es',NULL),(2094,'tax_format',1300,3722,'es',NULL),(2095,'tax_format',1301,3723,'es',NULL),(2096,'tax_format',1302,3724,'es',NULL),(2097,'tax_format',1303,3725,'es',NULL),(2098,'tax_format',1304,3726,'es',NULL),(2099,'tax_format',1305,3727,'es',NULL),(2100,'tax_format',1306,3728,'es',NULL),(2101,'tax_format',1307,3729,'es',NULL),(2102,'tax_format',1308,3730,'es',NULL),(2103,'tax_format',1309,3731,'es',NULL),(2104,'tax_format',1310,3732,'es',NULL),(2105,'tax_format',1311,3733,'es',NULL),(2106,'tax_format',1312,3734,'es',NULL),(2107,'tax_format',1313,3735,'es',NULL),(2108,'tax_format',1314,3736,'es',NULL),(2109,'tax_format',1315,3737,'es',NULL),(2110,'tax_format',1316,3738,'es',NULL),(2111,'tax_format',1317,3739,'es',NULL),(2112,'tax_format',1318,3740,'es',NULL),(2113,'tax_format',1319,3741,'es',NULL),(2114,'tax_format',1320,3742,'es',NULL),(2115,'tax_format',1321,3743,'es',NULL),(2116,'tax_format',1322,3744,'es',NULL),(2118,'tax_format',1324,3745,'es',NULL),(2120,'tax_format',1326,3746,'es',NULL),(2121,'tax_format',1327,3747,'es',NULL),(2122,'tax_format',1328,3748,'es',NULL),(2124,'tax_format',1329,3749,'es',NULL),(2125,'tax_format',1330,3750,'es',NULL),(2126,'tax_format',1331,3751,'es',NULL),(2127,'tax_format',1332,3752,'es',NULL),(2128,'tax_format',1333,3753,'es',NULL),(2129,'tax_format',1334,3754,'es',NULL),(2130,'tax_format',1335,3755,'es',NULL),(2131,'tax_format',1336,3756,'es',NULL),(2132,'tax_format',1337,3757,'es',NULL),(2133,'tax_format',1338,3758,'es',NULL),(2134,'tax_format',1339,3759,'es',NULL),(2135,'tax_format',1340,3760,'es',NULL),(2136,'tax_format',1341,3761,'es',NULL),(2137,'tax_format',1342,3762,'es',NULL),(2138,'tax_format',1343,3763,'ja',NULL),(2139,'tax_format',1344,3764,'ja',NULL),(2140,'tax_format',1345,3765,'es',NULL),(2141,'tax_format',1346,3766,'es',NULL),(2142,'tax_format',1347,3767,'es',NULL),(2143,'tax_format',1348,3768,'es',NULL),(2144,'tax_format',1349,3769,'es',NULL),(2145,'tax_format',1350,3770,'es',NULL),(2146,'tax_format',1351,3771,'es',NULL),(2147,'tax_format',1352,3772,'es',NULL),(2148,'tax_format',1353,3773,'es',NULL),(2149,'tax_format',1354,3774,'es',NULL),(2150,'tax_format',1355,3775,'es',NULL),(2151,'tax_format',1356,3776,'es',NULL),(2152,'tax_format',1357,3777,'es',NULL),(2153,'tax_format',1358,3778,'es',NULL),(2154,'tax_format',1359,3779,'es',NULL),(2155,'tax_format',1360,3780,'es',NULL),(2156,'tax_format',1361,3781,'es',NULL),(2157,'tax_format',1362,3782,'es',NULL),(2158,'tax_format',1363,3783,'es',NULL),(2159,'tax_format',1364,3784,'es',NULL),(2160,'tax_format',1365,3785,'es',NULL),(2161,'tax_format',1366,3786,'es',NULL),(2164,'tax_format',1369,3787,'es',NULL),(2165,'tax_format',1370,3788,'es',NULL),(2167,'tax_format',1371,3789,'es',NULL),(2168,'tax_format',1372,3790,'es',NULL),(2169,'tax_format',1373,3791,'es',NULL),(2170,'tax_format',1374,3792,'es',NULL),(2171,'tax_format',1375,3793,'es',NULL),(2172,'tax_format',1376,3794,'es',NULL),(2173,'tax_format',1377,3795,'es',NULL),(2174,'tax_format',1378,3796,'es',NULL),(2175,'tax_format',1379,3797,'es',NULL),(2176,'tax_format',1380,3798,'es',NULL),(2177,'tax_format',1381,3799,'es',NULL),(2178,'tax_format',1382,3800,'es',NULL),(2179,'tax_format',1383,3801,'es',NULL),(2180,'tax_format',1384,3802,'es',NULL),(2181,'tax_format',1385,3803,'es',NULL),(2182,'tax_format',1386,3804,'es',NULL),(2183,'tax_format',1387,3805,'es',NULL),(2184,'tax_format',1388,3806,'es',NULL),(2187,'tax_format',1391,3807,'es',NULL),(2188,'tax_format',1392,3808,'es',NULL),(2189,'tax_format',1393,3809,'es',NULL),(2190,'tax_format',1394,3810,'es',NULL),(2192,'tax_format',1395,3811,'es',NULL),(2193,'tax_format',1396,3812,'es',NULL),(2194,'tax_format',1397,3813,'es',NULL),(2195,'tax_format',1398,3814,'es',NULL),(2196,'tax_format',1399,3815,'es',NULL),(2197,'tax_format',1400,3816,'es',NULL),(2198,'tax_format',1401,3817,'es',NULL),(2199,'tax_format',1402,3818,'es',NULL),(2200,'tax_format',1403,3819,'es',NULL),(2201,'tax_format',1404,3820,'es',NULL),(2202,'tax_format',1405,3821,'es',NULL),(2203,'tax_format',1406,3822,'es',NULL),(2204,'tax_format',1407,3823,'es',NULL),(2205,'tax_format',1408,3824,'es',NULL),(2206,'tax_format',1409,3825,'es',NULL),(2207,'tax_format',1410,3826,'es',NULL),(2208,'tax_format',1411,3827,'es',NULL),(2209,'tax_format',1412,3828,'es',NULL),(2210,'tax_format',1413,3829,'es',NULL),(2211,'tax_format',1414,3830,'es',NULL),(2212,'tax_format',1415,3831,'es',NULL),(2213,'tax_format',1416,3832,'es',NULL),(2214,'tax_format',1417,3833,'es',NULL),(2215,'tax_format',1418,3834,'es',NULL),(2216,'tax_format',1419,3835,'es',NULL),(2217,'tax_format',1420,3836,'es',NULL),(2218,'tax_format',1421,3837,'es',NULL),(2219,'tax_format',1422,3838,'es',NULL),(2220,'tax_format',1423,3839,'es',NULL),(2221,'tax_format',1424,3840,'es',NULL),(2222,'tax_format',1425,3841,'es',NULL),(2223,'tax_format',1426,3842,'es',NULL),(2224,'tax_format',1427,3843,'es',NULL),(2225,'tax_format',1428,3844,'es',NULL),(2226,'tax_format',1429,3845,'es',NULL),(2227,'tax_format',1430,3846,'es',NULL),(2228,'tax_format',1431,3847,'es',NULL),(2229,'tax_format',1432,3848,'es',NULL),(2230,'tax_format',1433,3849,'es',NULL),(2231,'tax_format',1434,3850,'es',NULL),(2232,'tax_format',1435,3851,'es',NULL),(2233,'tax_format',1436,3852,'es',NULL),(2234,'tax_format',1437,3853,'es',NULL),(2235,'tax_format',1438,3854,'es',NULL),(2236,'tax_format',1439,3855,'es',NULL),(2237,'tax_format',1440,3856,'es',NULL),(2238,'tax_format',1441,3857,'es',NULL),(2239,'tax_format',1442,3858,'es',NULL),(2240,'tax_format',1443,3859,'es',NULL),(2241,'tax_format',1444,3860,'es',NULL),(2242,'tax_format',1445,3861,'es',NULL),(2243,'tax_format',1446,3862,'es',NULL),(2244,'tax_format',1447,3863,'es',NULL),(2245,'tax_format',1448,3864,'es',NULL),(2246,'tax_format',1449,3865,'es',NULL),(2247,'tax_format',1450,3866,'es',NULL),(2248,'tax_format',1451,3867,'es',NULL),(2249,'tax_format',1452,3868,'es',NULL),(2250,'tax_format',1453,3869,'es',NULL),(2251,'tax_format',1454,3870,'es',NULL),(2252,'tax_format',1455,3871,'es',NULL),(2253,'tax_format',1456,3872,'es',NULL),(2254,'tax_format',1457,3873,'es',NULL),(2255,'tax_format',1458,3874,'es',NULL),(2256,'tax_format',1459,3875,'es',NULL),(2257,'tax_format',1460,3876,'es',NULL),(2258,'tax_format',1461,3877,'es',NULL),(2259,'tax_format',1462,3878,'es',NULL),(2260,'tax_format',1463,3879,'es',NULL),(2261,'tax_format',1464,3880,'es',NULL),(2262,'tax_format',1465,3881,'es',NULL),(2263,'tax_format',1466,3882,'es',NULL),(2264,'tax_format',1467,3883,'es',NULL),(2265,'tax_format',1468,3884,'es',NULL),(2266,'tax_format',1469,3885,'es',NULL),(2267,'tax_format',1470,3886,'es',NULL),(2268,'tax_format',1471,3887,'es',NULL),(2269,'tax_format',1472,3888,'es',NULL),(2270,'tax_format',1473,3889,'es',NULL),(2271,'tax_format',1474,3890,'es',NULL),(2272,'tax_format',1475,3891,'es',NULL),(2273,'tax_format',1476,3892,'es',NULL),(2274,'tax_format',1477,3893,'es',NULL),(2275,'tax_format',1478,3894,'es',NULL),(2276,'tax_format',1479,3895,'es',NULL),(2277,'tax_format',1480,3896,'es',NULL),(2278,'tax_format',1481,3897,'es',NULL),(2279,'tax_format',1482,3898,'es',NULL),(2280,'tax_format',1483,3899,'es',NULL),(2281,'tax_format',1484,3900,'es',NULL),(2282,'tax_format',1485,3901,'es',NULL),(2283,'tax_format',1486,3902,'es',NULL),(2284,'tax_format',1487,3903,'es',NULL),(2285,'tax_format',1488,3904,'es',NULL),(2286,'tax_format',1489,3905,'es',NULL),(2287,'tax_format',1490,3906,'es',NULL),(2288,'tax_format',1491,3907,'es',NULL),(2289,'tax_format',1492,3908,'es',NULL),(2290,'tax_format',1493,3909,'es',NULL),(2291,'tax_format',1494,3910,'es',NULL),(2292,'tax_format',1495,3911,'es',NULL),(2293,'tax_format',1496,3912,'es',NULL),(2294,'tax_format',1497,3913,'es',NULL),(2295,'tax_format',1498,3914,'es',NULL),(2296,'tax_format',1499,3915,'es',NULL),(2297,'tax_format',1500,3916,'es',NULL),(2298,'tax_format',1501,3917,'es',NULL),(2299,'tax_format',1502,3918,'es',NULL),(2300,'tax_format',1503,3919,'es',NULL),(2301,'tax_format',1504,3920,'es',NULL),(2302,'tax_format',1505,3921,'es',NULL),(2303,'tax_format',1506,3922,'es',NULL),(2304,'tax_format',1507,3923,'es',NULL),(2305,'tax_format',1508,3924,'es',NULL),(2306,'tax_format',1509,3925,'es',NULL),(2307,'tax_format',1510,3926,'es',NULL),(2308,'tax_format',1511,3927,'es',NULL),(2309,'tax_format',1512,3928,'es',NULL),(2310,'tax_format',1513,3929,'es',NULL),(2311,'tax_format',1514,3930,'es',NULL),(2312,'tax_format',1515,3931,'es',NULL),(2313,'tax_format',1516,3932,'es',NULL),(2314,'tax_format',1517,3933,'es',NULL),(2315,'tax_format',1518,3934,'es',NULL),(2316,'tax_format',1519,3935,'es',NULL),(2317,'tax_format',1520,3936,'es',NULL),(2318,'tax_format',1521,3937,'es',NULL),(2319,'tax_format',1522,3938,'es',NULL),(2320,'tax_format',1523,3939,'es',NULL),(2321,'tax_format',1524,3940,'es',NULL),(2322,'tax_format',1525,3941,'es',NULL),(2323,'tax_format',1526,3942,'es',NULL),(2324,'tax_format',1527,3943,'es',NULL),(2325,'tax_format',1528,3944,'es',NULL),(2326,'tax_format',1529,3945,'es',NULL),(2327,'tax_format',1530,3946,'es',NULL),(2328,'tax_format',1531,3947,'es',NULL),(2329,'tax_format',1532,3948,'es',NULL),(2330,'tax_format',1533,3949,'es',NULL),(2331,'tax_format',1534,3950,'es',NULL),(2332,'tax_format',1535,3951,'es',NULL),(2333,'tax_format',1536,3952,'es',NULL),(2334,'tax_format',1537,3953,'es',NULL),(2335,'tax_format',1538,3954,'es',NULL),(2336,'tax_format',1539,3955,'es',NULL),(2337,'tax_format',1540,3956,'es',NULL),(2338,'tax_format',1541,3957,'es',NULL),(2339,'tax_format',1542,3958,'es',NULL),(2340,'tax_format',1543,3959,'es',NULL),(2341,'tax_format',1544,3960,'es',NULL),(2342,'tax_format',1545,3961,'es',NULL),(2343,'tax_format',1546,3962,'es',NULL),(2344,'tax_format',1547,3963,'es',NULL),(2345,'tax_format',1548,3964,'es',NULL),(2346,'tax_format',1549,3965,'es',NULL),(2347,'tax_format',1550,3966,'es',NULL),(2348,'tax_format',1551,3967,'es',NULL),(2349,'tax_format',1552,3968,'es',NULL),(2350,'tax_format',1553,3969,'es',NULL),(2351,'tax_format',1554,3970,'es',NULL),(2352,'tax_format',1555,3971,'es',NULL),(2353,'tax_format',1556,3972,'es',NULL),(2354,'tax_format',1557,3973,'es',NULL),(2355,'tax_format',1558,3974,'es',NULL),(2356,'tax_format',1559,3975,'es',NULL),(2357,'tax_format',1560,3976,'es',NULL),(2358,'tax_format',1561,3977,'es',NULL),(2359,'tax_format',1562,3978,'es',NULL),(2360,'tax_format',1563,3979,'es',NULL),(2361,'tax_format',1564,3980,'es',NULL),(2362,'tax_format',1565,3981,'es',NULL),(2363,'tax_format',1566,3982,'es',NULL),(2364,'tax_format',1567,3983,'es',NULL),(2365,'tax_format',1568,3984,'es',NULL),(2366,'tax_format',1569,3985,'es',NULL),(2367,'tax_format',1570,3986,'es',NULL),(2369,'tax_format',1571,3987,'es',NULL),(2370,'tax_format',1572,3988,'es',NULL),(2371,'tax_format',1573,3989,'es',NULL),(2372,'tax_format',1574,3990,'es',NULL),(2373,'tax_format',1575,3991,'es',NULL),(2374,'tax_format',1576,3992,'es',NULL),(2375,'tax_format',1577,3993,'es',NULL),(2376,'tax_format',1578,3994,'es',NULL),(2377,'tax_format',1579,3995,'es',NULL),(2378,'tax_format',1580,3996,'es',NULL),(2379,'tax_format',1581,3997,'es',NULL),(2380,'tax_format',1582,3998,'es',NULL),(2381,'tax_format',1583,3999,'es',NULL),(2382,'tax_format',1584,4000,'es',NULL),(2383,'tax_format',1585,4001,'es',NULL),(2384,'tax_format',1586,4002,'es',NULL),(2385,'tax_format',1587,4003,'es',NULL),(2386,'tax_format',1588,4004,'es',NULL),(2387,'tax_format',1589,4005,'es',NULL),(2388,'tax_format',1590,4006,'es',NULL),(2389,'tax_format',1591,4007,'es',NULL),(2390,'tax_format',1592,4008,'es',NULL),(2391,'tax_format',1593,4009,'es',NULL),(2392,'tax_format',1594,4010,'es',NULL),(2393,'tax_format',1595,4011,'es',NULL),(2394,'tax_format',1596,4012,'es',NULL),(2395,'tax_format',1597,4013,'es',NULL),(2396,'tax_format',1598,4014,'es',NULL),(2397,'tax_format',1599,4015,'es',NULL),(2398,'tax_format',1600,4016,'es',NULL),(2399,'tax_format',1601,4017,'es',NULL),(2400,'tax_format',1602,4018,'es',NULL),(2401,'tax_format',1603,4019,'es',NULL),(2402,'tax_format',1604,4020,'es',NULL),(2403,'tax_format',1605,4021,'es',NULL),(2404,'tax_format',1606,4022,'es',NULL),(2405,'tax_format',1607,4023,'es',NULL),(2406,'tax_format',1608,4024,'es',NULL),(2407,'tax_format',1609,4025,'es',NULL),(2408,'tax_format',1610,4026,'es',NULL),(2409,'tax_format',1611,4027,'es',NULL),(2410,'tax_format',1612,4028,'es',NULL),(2411,'tax_format',1613,4029,'es',NULL),(2412,'tax_format',1614,4030,'es',NULL),(2413,'tax_format',1615,4031,'es',NULL),(2414,'tax_format',1616,4032,'es',NULL),(2415,'tax_format',1617,4033,'es',NULL),(2416,'tax_format',1618,4034,'es',NULL),(2417,'tax_format',1619,4035,'es',NULL),(2418,'tax_format',1620,4036,'es',NULL),(2419,'tax_format',1621,4037,'es',NULL),(2420,'tax_format',1622,4038,'es',NULL),(2421,'tax_format',1623,4039,'es',NULL),(2422,'tax_format',1624,4040,'es',NULL),(2423,'tax_format',1625,4041,'es',NULL),(2424,'tax_format',1626,4042,'es',NULL),(2425,'tax_format',1627,4043,'es',NULL),(2426,'tax_format',1628,4044,'es',NULL),(2427,'tax_format',1629,4045,'es',NULL),(2428,'tax_format',1630,4046,'es',NULL),(2429,'tax_format',1631,4047,'es',NULL),(2430,'tax_format',1632,4048,'es',NULL),(2431,'tax_format',1633,4049,'es',NULL),(2432,'tax_format',1634,4050,'es',NULL),(2433,'tax_format',1635,4051,'es',NULL),(2434,'tax_format',1636,4052,'es',NULL),(2435,'tax_format',1637,4053,'es',NULL),(2436,'tax_format',1638,4054,'es',NULL),(2437,'tax_format',1639,4055,'es',NULL),(2438,'tax_format',1640,4056,'es',NULL),(2439,'tax_format',1641,4057,'es',NULL),(2440,'tax_format',1642,4058,'es',NULL),(2441,'tax_format',1643,4059,'es',NULL),(2442,'tax_format',1644,4060,'es',NULL),(2443,'tax_format',1645,4061,'es',NULL),(2444,'tax_format',1646,4062,'es',NULL),(2445,'tax_format',1647,4063,'es',NULL),(2446,'tax_format',1648,4064,'es',NULL),(2447,'tax_format',1649,4065,'es',NULL),(2448,'tax_format',1650,4066,'es',NULL),(2449,'tax_format',1651,4067,'es',NULL),(2450,'tax_format',1652,4068,'es',NULL),(2451,'tax_format',1653,4069,'es',NULL),(2452,'tax_format',1654,4070,'es',NULL),(2453,'tax_format',1655,4071,'es',NULL),(2454,'tax_format',1656,4072,'es',NULL),(2455,'tax_format',1657,4073,'es',NULL),(2456,'tax_format',1658,4074,'es',NULL),(2457,'tax_format',1659,4075,'es',NULL),(2458,'tax_format',1660,4076,'es',NULL),(2459,'tax_format',1661,4077,'es',NULL),(2460,'tax_format',1662,4078,'es',NULL),(2461,'tax_format',1663,4079,'es',NULL),(2462,'tax_format',1664,4080,'es',NULL),(2463,'tax_format',1665,4081,'es',NULL),(2464,'tax_format',1666,4082,'es',NULL),(2465,'tax_format',1667,4083,'es',NULL),(2466,'tax_format',1668,4084,'es',NULL),(2467,'tax_format',1669,4085,'es',NULL),(2468,'tax_format',1670,4086,'es',NULL),(2469,'tax_format',1671,4087,'es',NULL),(2470,'tax_format',1672,4088,'es',NULL),(2471,'tax_format',1673,4089,'es',NULL),(2472,'tax_format',1674,4090,'es',NULL),(2473,'tax_format',1675,4091,'es',NULL),(2474,'tax_format',1676,4092,'es',NULL),(2475,'tax_format',1677,4093,'es',NULL),(2476,'tax_format',1678,4094,'es',NULL),(2477,'tax_format',1679,4095,'es',NULL),(2478,'tax_format',1680,4096,'es',NULL),(2479,'tax_format',1681,4097,'es',NULL),(2480,'tax_format',1682,4098,'es',NULL),(2481,'tax_format',1683,4099,'es',NULL),(2482,'tax_format',1684,4100,'es',NULL),(2483,'tax_format',1685,4101,'es',NULL),(2484,'tax_format',1686,4102,'es',NULL),(2485,'tax_format',1687,4103,'es',NULL),(2486,'tax_format',1688,4104,'es',NULL),(2487,'tax_format',1689,4105,'es',NULL),(2488,'tax_format',1690,4106,'es',NULL),(2489,'tax_format',1691,4107,'es',NULL),(2490,'tax_format',1692,4108,'es',NULL),(2491,'tax_format',1693,4109,'es',NULL),(2492,'tax_format',1694,4110,'es',NULL),(2493,'tax_format',1695,4111,'es',NULL),(2494,'tax_format',1696,4112,'es',NULL),(2495,'tax_format',1697,4113,'es',NULL),(2496,'tax_format',1698,4114,'es',NULL),(2497,'tax_format',1699,4115,'es',NULL),(2498,'tax_format',1700,4116,'es',NULL),(2499,'tax_format',1701,4117,'es',NULL),(2500,'tax_format',1702,4118,'es',NULL),(2501,'tax_format',1703,4119,'es',NULL),(2502,'tax_format',1704,4120,'es',NULL),(2503,'tax_format',1705,4121,'es',NULL),(2504,'tax_format',1706,4122,'es',NULL),(2505,'tax_format',1707,4123,'es',NULL),(2506,'tax_format',1708,4124,'es',NULL),(2507,'tax_format',1709,4125,'es',NULL),(2508,'tax_format',1710,4126,'es',NULL),(2509,'tax_format',1711,4127,'es',NULL),(2510,'tax_format',1712,4128,'es',NULL),(2511,'tax_format',1713,4129,'es',NULL),(2512,'tax_format',1714,4130,'es',NULL),(2513,'tax_format',1715,4131,'es',NULL),(2514,'tax_format',1716,4132,'es',NULL),(2515,'tax_format',1717,4133,'es',NULL),(2516,'tax_format',1718,4134,'es',NULL),(2517,'tax_format',1719,4135,'es',NULL),(2518,'tax_format',1720,4136,'es',NULL),(2519,'tax_format',1721,4137,'es',NULL),(2520,'tax_format',1722,4138,'es',NULL),(2521,'tax_format',1723,4139,'es',NULL),(2522,'tax_format',1724,4140,'es',NULL),(2523,'tax_format',1725,4141,'es',NULL),(2524,'tax_format',1726,4142,'es',NULL),(2525,'tax_format',1727,4143,'es',NULL),(2526,'tax_format',1728,4144,'es',NULL),(2527,'tax_format',1729,4145,'es',NULL),(2528,'tax_format',1730,4146,'es',NULL),(2529,'tax_format',1731,4147,'es',NULL),(2530,'tax_format',1732,4148,'es',NULL),(2531,'tax_format',1733,4149,'es',NULL),(2532,'tax_format',1734,4150,'es',NULL),(2533,'tax_format',1735,4151,'es',NULL),(2534,'tax_format',1736,4152,'es',NULL),(2535,'tax_format',1737,4153,'es',NULL),(2536,'tax_format',1738,4154,'es',NULL),(2537,'tax_format',1739,4155,'es',NULL),(2538,'tax_format',1740,4156,'es',NULL),(2539,'tax_format',1741,4157,'es',NULL),(2540,'tax_format',1742,4158,'es',NULL),(2541,'tax_format',1743,4159,'es',NULL),(2542,'tax_format',1744,4160,'es',NULL),(2543,'tax_format',1745,4161,'es',NULL),(2544,'tax_format',1746,4162,'es',NULL),(2545,'tax_format',1747,4163,'es',NULL),(2546,'tax_format',1748,4164,'es',NULL),(2547,'tax_format',1749,4165,'es',NULL),(2548,'tax_format',1750,4166,'es',NULL),(2549,'tax_format',1751,4167,'es',NULL),(2550,'tax_format',1752,4168,'es',NULL),(2551,'tax_format',1753,4169,'es',NULL),(2552,'tax_format',1754,4170,'es',NULL),(2553,'tax_format',1755,4171,'es',NULL),(2554,'tax_format',1756,4172,'es',NULL),(2555,'tax_format',1757,4173,'es',NULL),(2556,'tax_format',1758,4174,'es',NULL),(2557,'tax_format',1759,4175,'es',NULL),(2558,'tax_format',1760,4176,'es',NULL),(2559,'tax_format',1761,4177,'es',NULL),(2560,'tax_format',1762,4178,'es',NULL),(2561,'tax_format',1763,4179,'es',NULL),(2562,'tax_format',1764,4180,'es',NULL),(2563,'tax_format',1765,4181,'es',NULL),(2564,'tax_format',1766,4182,'es',NULL),(2565,'tax_format',1767,4183,'es',NULL),(2566,'tax_format',1768,4184,'es',NULL),(2567,'tax_format',1769,4185,'es',NULL),(2568,'tax_format',1770,4186,'es',NULL),(2569,'tax_format',1771,4187,'es',NULL),(2570,'tax_format',1772,4188,'es',NULL),(2571,'tax_format',1773,4189,'es',NULL),(2572,'tax_format',1774,4190,'es',NULL),(2573,'tax_format',1775,4191,'es',NULL),(2574,'tax_format',1776,4192,'es',NULL),(2575,'tax_format',1777,4193,'es',NULL),(2576,'tax_format',1778,4194,'es',NULL),(2577,'tax_format',1779,4195,'es',NULL),(2578,'tax_format',1780,4196,'es',NULL),(2580,'tax_format',1781,4197,'es',NULL),(2581,'tax_format',1782,4198,'es',NULL),(2582,'tax_format',1783,4199,'es',NULL),(2583,'tax_format',1784,4200,'es',NULL),(2584,'tax_format',1785,4201,'es',NULL),(2585,'tax_format',1786,4202,'es',NULL),(2586,'tax_format',1787,4203,'es',NULL),(2587,'tax_format',1788,4204,'es',NULL),(2588,'tax_format',1789,4205,'es',NULL),(2589,'tax_format',1790,4206,'es',NULL),(2590,'tax_format',1791,4207,'es',NULL),(2591,'tax_format',1792,4208,'es',NULL),(2594,'tax_format',1795,4209,'es',NULL),(2595,'tax_format',1796,4210,'es',NULL),(2597,'tax_format',1797,4211,'es',NULL),(2598,'tax_format',1798,4212,'es',NULL),(2599,'tax_format',1799,4213,'es',NULL),(2600,'tax_format',1800,4214,'es',NULL),(2601,'tax_format',1801,4215,'ru',NULL),(2602,'tax_format',1802,4216,'ru',NULL),(2603,'tax_format',1803,4217,'ru',NULL),(2604,'tax_format',1804,4218,'ru',NULL),(2605,'tax_format',1805,4219,'ru',NULL),(2606,'tax_format',1806,4220,'ru',NULL),(2607,'tax_format',1807,4221,'ru',NULL),(2608,'tax_format',1808,4222,'ru',NULL),(2609,'tax_format',1809,4223,'sg',NULL),(2610,'tax_format',1810,4224,'sg',NULL),(2611,'tax_format',1811,4225,'sg',NULL),(2612,'tax_format',1812,4226,'sg',NULL),(2613,'tax_format',1813,4227,'sg',NULL),(2614,'tax_format',1814,4228,'sg',NULL),(2615,'tax_format',1815,4229,'sg',NULL),(2616,'tax_format',1816,4230,'sg',NULL),(2617,'tax_format',1817,4231,'sg',NULL),(2618,'tax_format',1818,4232,'sg',NULL),(2619,'tax_format',1819,4233,'es',NULL),(2620,'tax_format',1820,4234,'es',NULL),(2621,'tax_format',1821,4235,'es',NULL),(2622,'tax_format',1822,4236,'es',NULL),(2623,'tax_format',1823,4237,'es',NULL),(2624,'tax_format',1824,4238,'es',NULL),(2625,'tax_format',1825,4239,'es',NULL),(2626,'tax_format',1826,4240,'es',NULL),(2627,'tax_format',1827,4241,'es',NULL),(2628,'tax_format',1828,4242,'es',NULL),(2629,'tax_format',1829,4243,'es',NULL),(2630,'tax_format',1830,4244,'es',NULL),(2631,'tax_format',1831,4245,'es',NULL),(2632,'tax_format',1832,4246,'es',NULL),(2633,'tax_format',1833,4247,'es',NULL),(2634,'tax_format',1834,4248,'es',NULL),(2635,'tax_format',1835,4249,'es',NULL),(2636,'tax_format',1836,4250,'es',NULL),(2637,'tax_format',1837,4251,'es',NULL),(2638,'tax_format',1838,4252,'es',NULL),(2639,'tax_format',1839,4253,'es',NULL),(2640,'tax_format',1840,4254,'es',NULL),(2641,'tax_format',1841,4255,'es',NULL),(2642,'tax_format',1842,4256,'es',NULL),(2643,'tax_format',1843,4257,'es',NULL),(2644,'tax_format',1844,4258,'es',NULL),(2645,'tax_format',1845,4259,'es',NULL),(2646,'tax_format',1846,4260,'es',NULL),(2647,'tax_format',1847,4261,'es',NULL),(2648,'tax_format',1848,4262,'es',NULL),(2649,'tax_format',1849,4263,'es',NULL),(2650,'tax_format',1850,4264,'es',NULL),(2651,'tax_format',1851,4265,'es',NULL),(2652,'tax_format',1852,4266,'es',NULL),(2653,'tax_format',1853,4267,'es',NULL),(2654,'tax_format',1854,4268,'es',NULL),(2655,'tax_format',1855,4269,'es',NULL),(2656,'tax_format',1856,4270,'es',NULL),(2657,'tax_format',1857,4271,'es',NULL),(2658,'tax_format',1858,4272,'es',NULL),(2659,'tax_format',1859,4273,'es',NULL),(2660,'tax_format',1860,4274,'es',NULL),(2661,'tax_format',1861,4275,'es',NULL),(2662,'tax_format',1862,4276,'es',NULL),(2663,'tax_format',1863,4277,'es',NULL),(2664,'tax_format',1864,4278,'es',NULL),(2665,'tax_format',1865,4279,'es',NULL),(2666,'tax_format',1866,4280,'es',NULL),(2667,'tax_format',1867,4281,'es',NULL),(2668,'tax_format',1868,4282,'es',NULL),(2669,'tax_format',1869,4283,'es',NULL),(2670,'tax_format',1870,4284,'es',NULL),(2671,'tax_format',1871,4285,'es',NULL),(2672,'tax_format',1872,4286,'es',NULL),(2673,'tax_format',1873,4287,'es',NULL),(2674,'tax_format',1874,4288,'es',NULL),(2675,'tax_format',1875,4289,'es',NULL),(2676,'tax_format',1876,4290,'es',NULL),(2677,'tax_format',1877,4291,'es',NULL),(2678,'tax_format',1878,4292,'es',NULL),(2679,'tax_format',1879,4293,'es',NULL),(2680,'tax_format',1880,4294,'es',NULL),(2683,'tax_format',1883,4295,'es',NULL),(2684,'tax_format',1884,4296,'es',NULL),(2686,'tax_format',1885,4297,'es',NULL),(2687,'tax_format',1886,4298,'es',NULL),(2688,'tax_format',1887,4299,'es',NULL),(2689,'tax_format',1888,4300,'es',NULL),(2690,'tax_format',1889,4301,'es',NULL),(2691,'tax_format',1890,4302,'es',NULL),(2692,'tax_format',1891,4303,'es',NULL),(2693,'tax_format',1892,4304,'es',NULL),(2694,'tax_format',1893,4305,'es',NULL),(2695,'tax_format',1894,4306,'es',NULL),(2696,'tax_format',1895,4307,'es',NULL),(2697,'tax_format',1896,4308,'es',NULL),(2698,'tax_format',1897,4309,'es',NULL),(2699,'tax_format',1898,4310,'es',NULL),(2700,'tax_format',1899,4311,'es',NULL),(2701,'tax_format',1900,4312,'es',NULL),(2702,'tax_format',1901,4313,'es',NULL),(2703,'tax_format',1902,4314,'es',NULL),(2706,'tax_format',1905,4315,'es',NULL),(2707,'tax_format',1906,4316,'es',NULL),(2709,'tax_format',1907,4317,'es',NULL),(2710,'tax_format',1908,4318,'es',NULL),(2711,'tax_format',1909,4319,'es',NULL),(2712,'tax_format',1910,4320,'es',NULL),(2713,'tax_format',1911,4321,'es',NULL),(2714,'tax_format',1912,4322,'es',NULL),(2715,'tax_format',1913,4323,'es',NULL),(2716,'tax_format',1914,4324,'es',NULL),(2717,'tax_format',1915,4325,'es',NULL),(2718,'tax_format',1916,4326,'es',NULL),(2719,'tax_format',1917,4327,'es',NULL),(2720,'tax_format',1918,4328,'es',NULL),(2723,'tax_format',1921,4329,'es',NULL),(2724,'tax_format',1922,4330,'es',NULL),(2725,'post_page',1365,828,'es','en'),(2726,'tax_format',1923,4331,'es',NULL),(2727,'tax_format',1924,4332,'es',NULL),(2728,'tax_format',1925,4333,'es',NULL),(2729,'tax_format',1926,4334,'es',NULL),(2730,'tax_format',1927,4335,'es',NULL),(2731,'tax_format',1928,4336,'es',NULL),(2732,'tax_format',1929,4337,'es',NULL),(2733,'tax_format',1930,4338,'es',NULL),(2734,'tax_format',1931,4339,'es',NULL),(2735,'tax_format',1932,4340,'es',NULL),(2736,'tax_format',1933,4341,'es',NULL),(2737,'tax_format',1934,4342,'es',NULL),(2738,'tax_format',1935,4343,'es',NULL),(2739,'tax_format',1936,4344,'es',NULL),(2740,'tax_format',1937,4345,'es',NULL),(2741,'tax_format',1938,4346,'es',NULL),(2742,'tax_format',1939,4347,'es',NULL),(2743,'tax_format',1940,4348,'es',NULL),(2744,'tax_format',1941,4349,'es',NULL),(2745,'tax_format',1942,4350,'es',NULL),(2746,'tax_format',1943,4351,'es',NULL),(2747,'tax_format',1944,4352,'es',NULL),(2748,'tax_format',1945,4353,'es',NULL),(2749,'tax_format',1946,4354,'es',NULL),(2750,'tax_format',1947,4355,'es',NULL),(2751,'tax_format',1948,4356,'es',NULL),(2752,'tax_format',1949,4357,'es',NULL),(2753,'tax_format',1950,4358,'es',NULL),(2754,'tax_format',1951,4359,'es',NULL),(2755,'tax_format',1952,4360,'es',NULL),(2756,'tax_format',1953,4361,'es',NULL),(2757,'tax_format',1954,4362,'es',NULL),(2758,'tax_format',1955,4363,'es',NULL),(2759,'tax_format',1956,4364,'es',NULL),(2760,'tax_format',1957,4365,'es',NULL),(2761,'tax_format',1958,4366,'es',NULL),(2762,'tax_format',1959,4367,'es',NULL),(2763,'tax_format',1960,4368,'es',NULL),(2764,'tax_format',1961,4369,'es',NULL),(2765,'tax_format',1962,4370,'es',NULL),(2766,'tax_format',1963,4371,'es',NULL),(2767,'tax_format',1964,4372,'es',NULL),(2768,'tax_format',1965,4373,'es',NULL),(2769,'tax_format',1966,4374,'es',NULL),(2770,'tax_format',1967,4375,'es',NULL),(2771,'tax_format',1968,4376,'es',NULL),(2772,'tax_format',1969,4377,'es',NULL),(2773,'tax_format',1970,4378,'es',NULL),(2774,'tax_format',1971,4379,'es',NULL),(2775,'tax_format',1972,4380,'es',NULL),(2776,'tax_format',1973,4381,'es',NULL),(2777,'tax_format',1974,4382,'es',NULL),(2778,'tax_format',1975,4383,'es',NULL),(2779,'tax_format',1976,4384,'es',NULL),(2780,'tax_format',1977,4385,'es',NULL),(2781,'tax_format',1978,4386,'es',NULL),(2782,'tax_format',1979,4387,'es',NULL),(2783,'tax_format',1980,4388,'es',NULL),(2784,'tax_format',1981,4389,'es',NULL),(2785,'tax_format',1982,4390,'es',NULL),(2786,'tax_format',1983,4391,'es',NULL),(2787,'tax_format',1984,4392,'es',NULL),(2788,'tax_format',1985,4393,'es',NULL),(2789,'tax_format',1986,4394,'es',NULL),(2790,'tax_format',1987,4395,'es',NULL),(2791,'tax_format',1988,4396,'es',NULL),(2792,'tax_format',1989,4397,'es',NULL),(2793,'tax_format',1990,4398,'es',NULL),(2794,'tax_format',1991,4399,'es',NULL),(2795,'tax_format',1992,4400,'es',NULL),(2796,'tax_format',1993,4401,'es',NULL),(2797,'tax_format',1994,4402,'es',NULL),(2798,'tax_format',1995,4403,'es',NULL),(2799,'tax_format',1996,4404,'es',NULL),(2800,'tax_format',1997,4405,'es',NULL),(2801,'tax_format',1998,4406,'es',NULL),(2802,'tax_format',1999,4407,'es',NULL),(2803,'tax_format',2000,4408,'es',NULL),(2804,'tax_format',2001,4409,'es',NULL),(2805,'tax_format',2002,4410,'es',NULL),(2806,'tax_format',2003,4411,'es',NULL),(2807,'tax_format',2004,4412,'es',NULL),(2808,'tax_format',2005,4413,'es',NULL),(2809,'tax_format',2006,4414,'es',NULL),(2810,'tax_format',2007,4415,'es',NULL),(2811,'tax_format',2008,4416,'es',NULL),(2812,'tax_format',2009,4417,'es',NULL),(2813,'tax_format',2010,4418,'es',NULL),(2814,'tax_format',2011,4419,'es',NULL),(2815,'tax_format',2012,4420,'es',NULL),(2816,'tax_format',2013,4421,'es',NULL),(2817,'tax_format',2014,4422,'es',NULL),(2818,'tax_format',2015,4423,'es',NULL),(2819,'tax_format',2016,4424,'es',NULL),(2820,'tax_format',2017,4425,'es',NULL),(2821,'tax_format',2018,4426,'es',NULL),(2822,'tax_format',2019,4427,'es',NULL),(2823,'tax_format',2020,4428,'es',NULL),(2824,'tax_format',2021,4429,'es',NULL),(2825,'tax_format',2022,4430,'es',NULL),(2826,'tax_format',2023,4431,'es',NULL),(2827,'tax_format',2024,4432,'es',NULL),(2828,'tax_format',2025,4433,'es',NULL),(2829,'tax_format',2026,4434,'es',NULL),(2830,'tax_format',2027,4435,'es',NULL),(2831,'tax_format',2028,4436,'es',NULL),(2832,'tax_format',2029,4437,'es',NULL),(2833,'tax_format',2030,4438,'es',NULL),(2834,'tax_format',2031,4439,'es',NULL),(2835,'tax_format',2032,4440,'es',NULL),(2836,'tax_format',2033,4441,'es',NULL),(2837,'tax_format',2034,4442,'es',NULL),(2838,'tax_format',2035,4443,'es',NULL),(2839,'tax_format',2036,4444,'es',NULL),(2840,'tax_format',2037,4445,'es',NULL),(2841,'tax_format',2038,4446,'es',NULL),(2842,'tax_format',2039,4447,'es',NULL),(2843,'tax_format',2040,4448,'es',NULL),(2844,'tax_format',2041,4449,'es',NULL),(2845,'tax_format',2042,4450,'es',NULL),(2846,'tax_format',2043,4451,'es',NULL),(2847,'tax_format',2044,4452,'es',NULL),(2848,'tax_format',2045,4453,'es',NULL),(2849,'tax_format',2046,4454,'es',NULL),(2850,'tax_format',2047,4455,'es',NULL),(2851,'tax_format',2048,4456,'es',NULL),(2852,'tax_format',2049,4457,'es',NULL),(2853,'tax_format',2050,4458,'es',NULL),(2854,'tax_format',2051,4459,'es',NULL),(2855,'tax_format',2052,4460,'es',NULL),(2856,'tax_format',2053,4461,'es',NULL),(2857,'tax_format',2054,4462,'es',NULL),(2858,'tax_format',2055,4463,'es',NULL),(2859,'tax_format',2056,4464,'es',NULL),(2860,'tax_format',2057,4465,'es',NULL),(2861,'tax_format',2058,4466,'es',NULL),(2862,'tax_format',2059,4467,'es',NULL),(2863,'tax_format',2060,4468,'es',NULL),(2864,'tax_format',2061,4469,'es',NULL),(2865,'tax_format',2062,4470,'es',NULL),(2866,'tax_format',2063,4471,'es',NULL),(2867,'tax_format',2064,4472,'es',NULL),(2868,'tax_format',2065,4473,'es',NULL),(2869,'tax_format',2066,4474,'es',NULL),(2870,'tax_format',2067,4475,'es',NULL),(2871,'tax_format',2068,4476,'es',NULL),(2872,'tax_format',2069,4477,'es',NULL),(2873,'tax_format',2070,4478,'es',NULL),(2874,'tax_format',2071,4479,'es',NULL),(2875,'tax_format',2072,4480,'es',NULL),(2876,'tax_format',2073,4481,'es',NULL),(2877,'tax_format',2074,4482,'es',NULL),(2878,'tax_format',2075,4483,'es',NULL),(2879,'tax_format',2076,4484,'es',NULL),(2880,'tax_format',2077,4485,'es',NULL),(2881,'tax_format',2078,4486,'es',NULL),(2882,'tax_format',2079,4487,'es',NULL),(2883,'tax_format',2080,4488,'es',NULL),(2884,'tax_format',2081,4489,'es',NULL),(2885,'tax_format',2082,4490,'es',NULL),(2886,'tax_format',2083,4491,'es',NULL),(2887,'tax_format',2084,4492,'es',NULL),(2888,'tax_format',2085,4493,'es',NULL),(2889,'tax_format',2086,4494,'es',NULL),(2890,'post_acf-field-group',857,5352,'en',NULL),(2891,'post_acf-field-group',884,5379,'en',NULL),(2892,'post_acf-field-group',946,5441,'en',NULL),(2893,'post_acf-field-group',958,5453,'en',NULL),(2894,'post_acf-field-group',1111,5606,'en',NULL),(2897,'tax_format',2087,5607,'es',NULL),(2898,'tax_format',2088,5608,'es',NULL),(2899,'tax_format',2089,5609,'es',NULL),(2900,'tax_format',2090,5610,'es',NULL),(2901,'tax_format',2091,5611,'es',NULL),(2902,'tax_format',2092,5612,'es',NULL),(2903,'tax_format',2093,5613,'es',NULL),(2904,'tax_format',2094,5614,'es',NULL),(2905,'tax_format',2095,5615,'es',NULL),(2906,'tax_format',2096,5616,'es',NULL),(2907,'tax_format',2097,5617,'es',NULL),(2908,'tax_format',2098,5618,'es',NULL),(2909,'tax_format',2099,5619,'es',NULL),(2910,'tax_format',2100,5620,'es',NULL),(2911,'tax_format',2101,5621,'es',NULL),(2912,'tax_format',2102,5622,'es',NULL),(2913,'tax_format',2103,5623,'es',NULL),(2914,'tax_format',2104,5624,'es',NULL),(2915,'tax_format',2105,5625,'es',NULL),(2916,'tax_format',2106,5626,'es',NULL),(2917,'tax_format',2107,5627,'es',NULL),(2918,'tax_format',2108,5628,'es',NULL),(2919,'tax_format',2109,5629,'es',NULL),(2920,'tax_format',2110,5630,'es',NULL),(2921,'tax_format',2111,5631,'es',NULL),(2922,'tax_format',2112,5632,'es',NULL),(2923,'tax_format',2113,5633,'es',NULL),(2924,'tax_format',2114,5634,'es',NULL),(2925,'tax_format',2115,5635,'es',NULL),(2926,'tax_format',2116,5636,'es',NULL),(2927,'tax_format',2117,5637,'es',NULL),(2928,'tax_format',2118,5638,'es',NULL),(2929,'tax_format',2119,5639,'es',NULL),(2930,'tax_format',2120,5640,'es',NULL),(2931,'tax_format',2121,5641,'es',NULL),(2932,'tax_format',2122,5642,'es',NULL),(2933,'tax_format',2123,5643,'es',NULL),(2934,'tax_format',2124,5644,'es',NULL),(2935,'tax_format',2125,5645,'es',NULL),(2936,'tax_format',2126,5646,'es',NULL),(2937,'tax_format',2127,5647,'es',NULL),(2938,'tax_format',2128,5648,'es',NULL),(2939,'tax_format',2129,5649,'es',NULL),(2940,'tax_format',2130,5650,'es',NULL),(2941,'tax_format',2131,5651,'es',NULL),(2942,'tax_format',2132,5652,'es',NULL),(2943,'tax_format',2133,5653,'es',NULL),(2944,'tax_format',2134,5654,'es',NULL),(2945,'tax_format',2135,5655,'es',NULL),(2946,'tax_format',2136,5656,'es',NULL),(2947,'tax_format',2137,5657,'es',NULL),(2948,'tax_format',2138,5658,'es',NULL),(2949,'tax_format',2139,5659,'es',NULL),(2950,'tax_format',2140,5660,'es',NULL),(2951,'tax_format',2141,5661,'es',NULL),(2952,'tax_format',2142,5662,'es',NULL),(2953,'tax_format',2143,5663,'es',NULL),(2954,'tax_format',2144,5664,'es',NULL),(2955,'tax_format',2145,5665,'es',NULL),(2956,'tax_format',2146,5666,'es',NULL),(2957,'tax_format',2147,5667,'sg',NULL),(2958,'tax_format',2148,5668,'sg',NULL),(2959,'tax_format',2149,5669,'ja',NULL),(2960,'tax_format',2150,5670,'ja',NULL),(2961,'tax_format',2151,5671,'ja',NULL),(2962,'tax_format',2152,5672,'ja',NULL),(2963,'tax_format',2153,5673,'ja',NULL),(2964,'tax_format',2154,5674,'ja',NULL),(2965,'tax_format',2155,5675,'ru',NULL),(2966,'tax_format',2156,5676,'ru',NULL),(2967,'tax_format',2157,5677,'es',NULL),(2968,'tax_format',2158,5678,'es',NULL),(2969,'tax_format',2159,5679,'es',NULL),(2970,'tax_format',2160,5680,'es',NULL),(2971,'tax_format',2161,5681,'es',NULL),(2972,'tax_format',2162,5682,'es',NULL),(2973,'tax_format',2163,5683,'es',NULL),(2974,'tax_format',2164,5684,'es',NULL),(2975,'tax_format',2165,5685,'es',NULL),(2976,'tax_format',2166,5686,'es',NULL),(2977,'tax_format',2167,5687,'es',NULL),(2978,'tax_format',2168,5688,'es',NULL),(2979,'tax_format',2169,5689,'es',NULL),(2980,'tax_format',2170,5690,'es',NULL),(2981,'tax_format',2171,5691,'es',NULL),(2982,'tax_format',2172,5692,'es',NULL),(2983,'tax_format',2173,5693,'es',NULL),(2984,'tax_format',2174,5694,'es',NULL),(2985,'tax_format',2175,5695,'es',NULL),(2986,'tax_format',2176,5696,'es',NULL),(2987,'tax_format',2177,5697,'es',NULL),(2988,'tax_format',2178,5698,'es',NULL),(2989,'tax_format',2179,5699,'es',NULL),(2990,'tax_format',2180,5700,'es',NULL),(2991,'tax_format',2181,5701,'es',NULL),(2992,'tax_format',2182,5702,'es',NULL),(2993,'tax_format',2183,5703,'es',NULL),(2994,'tax_format',2184,5704,'es',NULL),(2995,'tax_format',2185,5705,'es',NULL),(2996,'tax_format',2186,5706,'es',NULL),(2997,'tax_format',2187,5707,'es',NULL),(2998,'tax_format',2188,5708,'es',NULL),(2999,'tax_format',2189,5709,'es',NULL),(3000,'tax_format',2190,5710,'es',NULL),(3001,'tax_format',2191,5711,'es',NULL),(3002,'tax_format',2192,5712,'es',NULL),(3003,'tax_format',2193,5713,'es',NULL),(3004,'tax_format',2194,5714,'es',NULL),(3005,'tax_format',2195,5715,'es',NULL),(3006,'tax_format',2196,5716,'es',NULL),(3007,'tax_format',2197,5717,'es',NULL),(3008,'tax_format',2198,5718,'es',NULL),(3009,'tax_format',2199,5719,'es',NULL),(3010,'tax_format',2200,5720,'es',NULL),(3011,'tax_format',2201,5721,'es',NULL),(3012,'tax_format',2202,5722,'es',NULL),(3013,'tax_format',2203,5723,'es',NULL),(3014,'tax_format',2204,5724,'es',NULL),(3015,'tax_format',2205,5725,'es',NULL),(3016,'tax_format',2206,5726,'es',NULL),(3017,'tax_format',2207,5727,'es',NULL),(3018,'tax_format',2208,5728,'es',NULL),(3019,'tax_format',2209,5729,'es',NULL),(3020,'tax_format',2210,5730,'es',NULL),(3021,'tax_format',2211,5731,'es',NULL),(3022,'tax_format',2212,5732,'es',NULL),(3023,'tax_format',2213,5733,'es',NULL),(3024,'tax_format',2214,5734,'es',NULL),(3025,'tax_format',2215,5735,'es',NULL),(3026,'tax_format',2216,5736,'es',NULL),(3027,'tax_format',2217,5737,'es',NULL),(3028,'tax_format',2218,5738,'es',NULL),(3029,'tax_format',2219,5739,'es',NULL),(3030,'tax_format',2220,5740,'es',NULL),(3031,'tax_format',2221,5741,'es',NULL),(3032,'tax_format',2222,5742,'es',NULL),(3033,'tax_format',2223,5743,'es',NULL),(3034,'tax_format',2224,5744,'es',NULL),(3035,'tax_format',2225,5745,'es',NULL),(3036,'tax_format',2226,5746,'es',NULL),(3037,'tax_format',2227,5747,'es',NULL),(3038,'tax_format',2228,5748,'es',NULL),(3039,'tax_format',2229,5749,'es',NULL),(3040,'tax_format',2230,5750,'es',NULL),(3041,'tax_format',2231,5751,'es',NULL),(3042,'tax_format',2232,5752,'es',NULL),(3043,'tax_format',2233,5753,'es',NULL),(3044,'tax_format',2234,5754,'es',NULL),(3045,'tax_format',2235,5755,'es',NULL),(3046,'tax_format',2236,5756,'es',NULL),(3047,'tax_format',2237,5757,'es',NULL),(3048,'tax_format',2238,5758,'es',NULL),(3049,'tax_format',2239,5759,'es',NULL),(3050,'tax_format',2240,5760,'es',NULL),(3051,'tax_format',2241,5761,'es',NULL),(3052,'tax_format',2242,5762,'es',NULL),(3053,'tax_format',2243,5763,'es',NULL),(3054,'tax_format',2244,5764,'es',NULL),(3055,'tax_format',2245,5765,'es',NULL),(3056,'tax_format',2246,5766,'es',NULL),(3057,'tax_format',2247,5767,'es',NULL),(3058,'tax_format',2248,5768,'es',NULL),(3059,'tax_format',2249,5769,'es',NULL),(3060,'tax_format',2250,5770,'es',NULL),(3061,'tax_format',2251,5771,'es',NULL),(3062,'tax_format',2252,5772,'es',NULL),(3063,'tax_format',2253,5773,'sg',NULL),(3064,'tax_format',2254,5774,'sg',NULL),(3065,'tax_format',2255,5775,'ru',NULL),(3066,'tax_format',2256,5776,'ru',NULL),(3067,'tax_format',2257,5777,'ru',NULL),(3068,'tax_format',2258,5778,'ru',NULL),(3069,'post_post',1371,5779,'en',NULL),(3070,'tax_format',2259,5780,'ru',NULL),(3071,'tax_format',2260,5781,'ru',NULL),(3072,'tax_format',2261,5782,'ru',NULL),(3073,'tax_format',2262,5783,'ru',NULL),(3074,'tax_format',2263,5784,'ru',NULL),(3075,'tax_format',2264,5785,'ru',NULL),(3076,'tax_format',2265,5786,'ja',NULL),(3077,'tax_format',2266,5787,'ja',NULL),(3078,'tax_format',2267,5788,'ru',NULL),(3079,'tax_format',2268,5789,'ru',NULL),(3080,'tax_format',2269,5790,'ru',NULL),(3081,'tax_format',2270,5791,'ru',NULL),(3082,'tax_format',2271,5792,'ru',NULL),(3083,'tax_format',2272,5793,'ru',NULL),(3084,'tax_format',2273,5794,'ru',NULL),(3085,'tax_format',2274,5795,'ru',NULL),(3086,'tax_format',2275,5796,'ru',NULL),(3087,'tax_format',2276,5797,'ru',NULL),(3088,'tax_format',2277,5798,'ru',NULL),(3089,'tax_format',2278,5799,'ru',NULL),(3090,'tax_format',2279,5800,'ja',NULL),(3091,'tax_format',2280,5801,'ja',NULL),(3092,'tax_format',2281,5802,'es',NULL),(3093,'tax_format',2282,5803,'es',NULL),(3094,'tax_format',2283,5804,'sg',NULL),(3095,'tax_format',2284,5805,'sg',NULL),(3096,'tax_format',2285,5806,'sg',NULL),(3097,'tax_format',2286,5807,'sg',NULL),(3098,'tax_format',2287,5808,'ru',NULL),(3099,'tax_format',2288,5809,'ru',NULL),(3100,'tax_format',2289,5810,'ru',NULL),(3101,'tax_format',2290,5811,'ru',NULL),(3102,'tax_format',2291,5812,'ru',NULL),(3103,'tax_format',2292,5813,'ru',NULL),(3104,'tax_format',2293,5814,'ru',NULL),(3105,'tax_format',2294,5815,'ru',NULL),(3106,'tax_format',2295,5816,'ru',NULL),(3107,'tax_format',2296,5817,'ru',NULL),(3108,'tax_format',2297,5818,'ru',NULL),(3109,'tax_format',2298,5819,'ru',NULL),(3110,'tax_format',2299,5820,'ru',NULL),(3111,'tax_format',2300,5821,'ru',NULL),(3112,'tax_format',2301,5822,'ru',NULL),(3113,'tax_format',2302,5823,'ru',NULL),(3114,'tax_format',2303,5824,'es',NULL),(3115,'tax_format',2304,5825,'es',NULL),(3116,'tax_format',2305,5826,'es',NULL),(3117,'tax_format',2306,5827,'es',NULL),(3118,'post_post',1383,5828,'en',NULL),(3119,'post_page',1411,5829,'en',NULL),(3120,'tax_format',2307,5830,'ru',NULL),(3121,'tax_format',2308,5831,'ru',NULL),(3122,'tax_format',2309,5832,'ru',NULL),(3123,'tax_format',2310,5833,'ru',NULL),(3124,'post_page',1416,5834,'en',NULL),(3125,'post_page',1417,5835,'en',NULL),(3126,'post_page',1418,5836,'en',NULL),(3127,'post_page',1419,5837,'en',NULL),(3128,'tax_format',2311,5838,'ja',NULL),(3129,'tax_format',2312,5839,'ja',NULL),(3130,'tax_format',2313,5840,'ru',NULL),(3131,'tax_format',2314,5841,'ru',NULL),(3132,'tax_format',2315,5842,'ru',NULL),(3133,'tax_format',2316,5843,'ru',NULL),(3134,'post_post',1430,5844,'en',NULL),(3135,'post_page',1438,5845,'en',NULL),(3136,'post_page',1443,5846,'en',NULL),(3137,'post_page',1444,5847,'en',NULL),(3138,'post_page',1445,5848,'en',NULL),(3139,'post_page',1446,5849,'en',NULL),(3140,'tax_format',2317,5850,'sg',NULL),(3141,'tax_format',2318,5851,'sg',NULL),(3142,'tax_format',2319,5852,'es',NULL),(3143,'tax_format',2320,5853,'es',NULL),(3144,'tax_format',2321,5854,'es',NULL),(3145,'tax_format',2322,5855,'es',NULL),(3146,'tax_format',2323,5856,'sg',NULL),(3147,'tax_format',2324,5857,'sg',NULL),(3148,'tax_format',2325,5858,'es',NULL),(3149,'tax_format',2326,5859,'es',NULL),(3150,'tax_format',2327,5860,'sg',NULL),(3151,'tax_format',2328,5861,'sg',NULL),(3152,'tax_format',2329,5862,'sg',NULL),(3153,'tax_format',2330,5863,'sg',NULL),(3154,'tax_format',2331,5864,'ja',NULL),(3155,'tax_format',2332,5865,'ja',NULL),(3156,'tax_format',2333,5866,'ja',NULL),(3157,'tax_format',2334,5867,'ja',NULL),(3158,'tax_format',2335,5868,'ja',NULL),(3159,'tax_format',2336,5869,'ja',NULL),(3160,'tax_format',2337,5870,'es',NULL),(3161,'tax_format',2338,5871,'es',NULL),(3162,'tax_format',2339,5872,'ru',NULL),(3163,'tax_format',2340,5873,'ru',NULL),(3164,'tax_format',2341,5874,'ja',NULL),(3165,'tax_format',2342,5875,'ja',NULL),(3166,'tax_format',2343,5876,'sg',NULL),(3167,'tax_format',2344,5877,'sg',NULL),(3168,'tax_format',2345,5878,'es',NULL),(3169,'tax_format',2346,5879,'es',NULL),(3170,'tax_format',2347,5880,'sg',NULL),(3171,'tax_format',2348,5881,'sg',NULL),(3172,'tax_format',2349,5882,'ru',NULL),(3173,'tax_format',2350,5883,'ru',NULL),(3174,'tax_format',2351,5884,'ru',NULL),(3175,'tax_format',2352,5885,'ru',NULL),(3176,'tax_format',2353,5886,'ja',NULL),(3177,'tax_format',2354,5887,'ja',NULL),(3178,'tax_format',2355,5888,'es',NULL),(3179,'tax_format',2356,5889,'es',NULL),(3180,'tax_format',2357,5890,'ru',NULL),(3181,'tax_format',2358,5891,'ru',NULL),(3182,'tax_format',2359,5892,'sg',NULL),(3183,'tax_format',2360,5893,'sg',NULL),(3184,'tax_format',2361,5894,'es',NULL),(3185,'tax_format',2362,5895,'es',NULL),(3186,'tax_format',2363,5896,'ja',NULL),(3187,'tax_format',2364,5897,'ja',NULL),(3188,'tax_format',2365,5898,'ja',NULL),(3189,'tax_format',2366,5899,'ja',NULL),(3190,'tax_format',2367,5900,'ru',NULL),(3191,'tax_format',2368,5901,'ru',NULL),(3192,'tax_format',2369,5902,'ja',NULL),(3193,'tax_format',2370,5903,'ja',NULL),(3194,'tax_format',2371,5904,'sg',NULL),(3195,'tax_format',2372,5905,'sg',NULL),(3196,'tax_format',2373,5906,'ru',NULL),(3197,'tax_format',2374,5907,'ru',NULL),(3198,'tax_format',2375,5908,'es',NULL),(3199,'tax_format',2376,5909,'es',NULL),(3200,'tax_format',2377,5910,'es',NULL),(3201,'tax_format',2378,5911,'es',NULL),(3202,'tax_format',2379,5912,'ja',NULL),(3203,'tax_format',2380,5913,'ja',NULL),(3204,'tax_format',2381,5914,'es',NULL),(3205,'tax_format',2382,5915,'es',NULL),(3206,'tax_format',2383,5916,'ja',NULL),(3207,'tax_format',2384,5917,'ja',NULL),(3208,'tax_format',2385,5918,'sg',NULL),(3209,'tax_format',2386,5919,'sg',NULL),(3210,'tax_format',2387,5920,'ru',NULL),(3211,'tax_format',2388,5921,'ru',NULL),(3212,'tax_format',2389,5922,'es',NULL),(3213,'tax_format',2390,5923,'es',NULL),(3214,'tax_format',2391,5924,'ru',NULL),(3215,'tax_format',2392,5925,'ru',NULL),(3216,'post_post',1466,5926,'en',NULL),(3217,'post_page',1484,5927,'en',NULL),(3218,'tax_format',2393,5928,'ru',NULL),(3219,'tax_format',2394,5929,'ru',NULL),(3220,'tax_format',2395,5930,'ru',NULL),(3221,'tax_format',2396,5931,'ru',NULL),(3222,'tax_format',2397,5932,'sg',NULL),(3223,'tax_format',2398,5933,'sg',NULL),(3224,'tax_format',2399,5934,'sg',NULL),(3225,'tax_format',2400,5935,'sg',NULL),(3226,'tax_format',2401,5936,'ru',NULL),(3227,'tax_format',2402,5937,'ru',NULL),(3228,'tax_format',2403,5938,'ru',NULL),(3229,'tax_format',2404,5939,'ru',NULL),(3230,'tax_format',2405,5940,'ja',NULL),(3231,'tax_format',2406,5941,'ja',NULL),(3232,'tax_format',2407,5942,'ja',NULL),(3233,'tax_format',2408,5943,'ja',NULL),(3234,'tax_format',2409,5944,'ru',NULL),(3235,'tax_format',2410,5945,'ru',NULL),(3236,'tax_format',2411,5946,'ru',NULL),(3237,'tax_format',2412,5947,'ru',NULL),(3238,'tax_format',2413,5948,'sg',NULL),(3239,'tax_format',2414,5949,'sg',NULL),(3240,'tax_format',2415,5950,'ru',NULL),(3241,'tax_format',2416,5951,'ru',NULL),(3242,'tax_format',2417,5952,'ru',NULL),(3243,'tax_format',2418,5953,'ru',NULL),(3244,'tax_format',2419,5954,'ja',NULL),(3245,'tax_format',2420,5955,'ja',NULL),(3246,'tax_format',2421,5956,'ja',NULL),(3247,'tax_format',2422,5957,'ja',NULL),(3248,'tax_format',2423,5958,'es',NULL),(3249,'tax_format',2424,5959,'es',NULL),(3250,'tax_format',2425,5960,'es',NULL),(3251,'tax_format',2426,5961,'es',NULL),(3252,'tax_format',2427,5962,'es',NULL),(3253,'tax_format',2428,5963,'es',NULL),(3254,'tax_format',2429,5964,'ja',NULL),(3255,'tax_format',2430,5965,'ja',NULL),(3256,'tax_format',2431,5966,'es',NULL),(3257,'tax_format',2432,5967,'es',NULL),(3258,'tax_format',2433,5968,'sg',NULL),(3259,'tax_format',2434,5969,'sg',NULL),(3260,'tax_format',2435,5970,'ru',NULL),(3261,'tax_format',2436,5971,'ru',NULL),(3262,'tax_format',2437,5972,'es',NULL),(3263,'tax_format',2438,5973,'es',NULL),(3264,'tax_format',2439,5974,'ja',NULL),(3265,'tax_format',2440,5975,'ja',NULL),(3266,'tax_format',2441,5976,'es',NULL),(3267,'tax_format',2442,5977,'es',NULL),(3268,'tax_format',2443,5978,'ru',NULL),(3269,'tax_format',2444,5979,'ru',NULL),(3270,'tax_format',2445,5980,'sg',NULL),(3271,'tax_format',2446,5981,'sg',NULL),(3272,'tax_format',2447,5982,'sg',NULL),(3273,'tax_format',2448,5983,'sg',NULL),(3274,'tax_format',2449,5984,'ru',NULL),(3275,'tax_format',2450,5985,'ru',NULL),(3276,'tax_format',2451,5986,'sg',NULL),(3277,'tax_format',2452,5987,'sg',NULL),(3278,'tax_format',2453,5988,'sg',NULL),(3279,'tax_format',2454,5989,'sg',NULL),(3280,'tax_format',2455,5990,'ja',NULL),(3281,'tax_format',2456,5991,'ja',NULL),(3282,'tax_format',2457,5992,'ru',NULL),(3283,'tax_format',2458,5993,'ru',NULL),(3284,'tax_format',2459,5994,'es',NULL),(3285,'tax_format',2460,5995,'es',NULL),(3286,'tax_format',2461,5996,'sg',NULL),(3287,'tax_format',2462,5997,'sg',NULL),(3288,'tax_format',2463,5998,'ja',NULL),(3289,'tax_format',2464,5999,'ja',NULL),(3290,'tax_format',2465,6000,'sg',NULL),(3291,'tax_format',2466,6001,'sg',NULL),(3292,'tax_format',2467,6002,'es',NULL),(3293,'tax_format',2468,6003,'es',NULL),(3294,'tax_format',2469,6004,'sg',NULL),(3295,'tax_format',2470,6005,'sg',NULL),(3296,'tax_format',2471,6006,'ja',NULL),(3297,'tax_format',2472,6007,'ja',NULL),(3298,'tax_format',2473,6008,'ru',NULL),(3299,'tax_format',2474,6009,'ru',NULL),(3300,'tax_format',2475,6010,'es',NULL),(3301,'tax_format',2476,6011,'es',NULL),(3302,'tax_format',2477,6012,'sg',NULL),(3303,'tax_format',2478,6013,'sg',NULL),(3304,'tax_format',2479,6014,'ru',NULL),(3305,'tax_format',2480,6015,'ru',NULL),(3306,'tax_format',2481,6016,'ja',NULL),(3307,'tax_format',2482,6017,'ja',NULL),(3308,'tax_format',2483,6018,'ru',NULL),(3309,'tax_format',2484,6019,'ru',NULL),(3310,'tax_format',2485,6020,'ja',NULL),(3311,'tax_format',2486,6021,'ja',NULL),(3312,'tax_format',2487,6022,'ja',NULL),(3313,'tax_format',2488,6023,'ja',NULL),(3314,'tax_format',2489,6024,'es',NULL),(3315,'tax_format',2490,6025,'es',NULL),(3316,'tax_format',2491,6026,'es',NULL),(3317,'tax_format',2492,6027,'es',NULL),(3318,'tax_format',2493,6028,'sg',NULL),(3319,'tax_format',2494,6029,'sg',NULL),(3320,'tax_format',2495,6030,'ru',NULL),(3321,'tax_format',2496,6031,'ru',NULL),(3322,'tax_format',2497,6032,'ja',NULL),(3323,'tax_format',2498,6033,'ja',NULL),(3324,'tax_format',2499,6034,'es',NULL),(3325,'tax_format',2500,6035,'es',NULL),(3326,'tax_format',2501,6036,'ru',NULL),(3327,'tax_format',2502,6037,'ru',NULL),(3328,'tax_format',2503,6038,'ru',NULL),(3329,'tax_format',2504,6039,'ru',NULL),(3330,'tax_format',2505,6040,'ja',NULL),(3331,'tax_format',2506,6041,'ja',NULL),(3332,'tax_format',2507,6042,'ru',NULL),(3333,'tax_format',2508,6043,'ru',NULL),(3334,'tax_format',2509,6044,'sg',NULL),(3335,'tax_format',2510,6045,'sg',NULL),(3336,'tax_format',2511,6046,'ru',NULL),(3337,'tax_format',2512,6047,'ru',NULL),(3338,'tax_format',2513,6048,'es',NULL),(3339,'tax_format',2514,6049,'es',NULL),(3340,'tax_format',2515,6050,'sg',NULL),(3341,'tax_format',2516,6051,'sg',NULL),(3342,'tax_format',2517,6052,'sg',NULL),(3343,'tax_format',2518,6053,'sg',NULL),(3344,'tax_format',2519,6054,'sg',NULL),(3345,'tax_format',2520,6055,'sg',NULL),(3346,'tax_format',2521,6056,'ru',NULL),(3347,'tax_format',2522,6057,'ru',NULL),(3348,'tax_format',2523,6058,'es',NULL),(3349,'tax_format',2524,6059,'es',NULL),(3350,'tax_format',2525,6060,'ja',NULL),(3351,'tax_format',2526,6061,'ja',NULL),(3352,'tax_format',2527,6062,'es',NULL),(3353,'tax_format',2528,6063,'es',NULL),(3354,'tax_format',2529,6064,'ru',NULL),(3355,'tax_format',2530,6065,'ru',NULL),(3356,'tax_format',2531,6066,'ja',NULL),(3357,'tax_format',2532,6067,'ja',NULL),(3358,'tax_format',2533,6068,'ja',NULL),(3359,'tax_format',2534,6069,'ja',NULL),(3360,'tax_format',2535,6070,'es',NULL),(3361,'tax_format',2536,6071,'es',NULL),(3362,'tax_format',2537,6072,'es',NULL),(3363,'tax_format',2538,6073,'es',NULL),(3364,'tax_format',2539,6074,'ja',NULL),(3365,'tax_format',2540,6075,'ja',NULL),(3366,'tax_format',2541,6076,'es',NULL),(3367,'tax_format',2542,6077,'es',NULL);
/*!40000 ALTER TABLE `wp_icl_translations` 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 = utf8 */;
CREATE TABLE `wp_links` (
  `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `link_url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_target` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_visible` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Y',
  `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1',
  `link_rating` int(11) NOT NULL DEFAULT '0',
  `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `link_rel` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_notes` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `link_rss` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`link_id`),
  KEY `link_visible` (`link_visible`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_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 = utf8 */;
CREATE TABLE `wp_options` (
  `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `option_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `option_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`option_id`),
  UNIQUE KEY `option_name` (`option_name`)
) ENGINE=InnoDB AUTO_INCREMENT=126367 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_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` VALUES (3,'siteurl','http://localhost/cappen/griflan-crypto-wallet/web/wp','yes'),(4,'home','http://localhost/cappen/griflan-crypto-wallet/web/wp','yes'),(5,'blogname','Crypto Wallet','yes'),(6,'blogdescription','','yes'),(7,'users_can_register','0','yes'),(8,'admin_email','felipecavs@gmail.com','yes'),(9,'start_of_week','1','yes'),(10,'use_balanceTags','0','yes'),(11,'use_smilies','1','yes'),(12,'require_name_email','1','yes'),(13,'comments_notify','1','yes'),(14,'posts_per_rss','10','yes'),(15,'rss_use_excerpt','0','yes'),(16,'mailserver_url','mail.example.com','yes'),(17,'mailserver_login','login@example.com','yes'),(18,'mailserver_pass','password','yes'),(19,'mailserver_port','110','yes'),(20,'default_category','1','yes'),(21,'default_comment_status','open','yes'),(22,'default_ping_status','open','yes'),(23,'default_pingback_flag','1','yes'),(24,'posts_per_page','3','yes'),(25,'date_format','F j, Y','yes'),(26,'time_format','g:i a','yes'),(27,'links_updated_date_format','F j, Y g:i a','yes'),(28,'comment_moderation','0','yes'),(29,'moderation_notify','1','yes'),(30,'permalink_structure','/%postname%/','yes'),(31,'rewrite_rules','a:113:{s:11:\"sitemap.xml\";s:33:\"index.php?aiosp_sitemap_path=root\";s:21:\"(.+)-sitemap(\\d+).xml\";s:71:\"index.php?aiosp_sitemap_path=$matches[1]&aiosp_sitemap_page=$matches[2]\";s:16:\"(.+)-sitemap.xml\";s:40:\"index.php?aiosp_sitemap_path=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:14:\"help-center/?$\";s:30:\"index.php?post_type=helpcenter\";s:44:\"help-center/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?post_type=helpcenter&feed=$matches[1]\";s:39:\"help-center/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?post_type=helpcenter&feed=$matches[1]\";s:31:\"help-center/page/([0-9]{1,})/?$\";s:48:\"index.php?post_type=helpcenter&paged=$matches[1]\";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:47:\"format/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:45:\"index.php?format=$matches[1]&feed=$matches[2]\";s:42:\"format/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:45:\"index.php?format=$matches[1]&feed=$matches[2]\";s:23:\"format/([^/]+)/embed/?$\";s:39:\"index.php?format=$matches[1]&embed=true\";s:35:\"format/([^/]+)/page/?([0-9]{1,})/?$\";s:46:\"index.php?format=$matches[1]&paged=$matches[2]\";s:17:\"format/([^/]+)/?$\";s:28:\"index.php?format=$matches[1]\";s:37:\"help-center/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"help-center/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"help-center/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"help-center/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"help-center/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"help-center/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"help-center/(.+?)/embed/?$\";s:43:\"index.php?helpcenter=$matches[1]&embed=true\";s:30:\"help-center/(.+?)/trackback/?$\";s:37:\"index.php?helpcenter=$matches[1]&tb=1\";s:50:\"help-center/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?helpcenter=$matches[1]&feed=$matches[2]\";s:45:\"help-center/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?helpcenter=$matches[1]&feed=$matches[2]\";s:38:\"help-center/(.+?)/page/?([0-9]{1,})/?$\";s:50:\"index.php?helpcenter=$matches[1]&paged=$matches[2]\";s:45:\"help-center/(.+?)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?helpcenter=$matches[1]&cpage=$matches[2]\";s:34:\"help-center/(.+?)(?:/([0-9]+))?/?$\";s:49:\"index.php?helpcenter=$matches[1]&page=$matches[2]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:40:\"index.php?&page_id=419&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','yes'),(32,'hack_file','0','yes'),(33,'blog_charset','UTF-8','yes'),(34,'moderation_keys','','no'),(35,'active_plugins','a:16:{i:0;s:40:\"sitepress-multilingual-cms/sitepress.php\";i:1;s:34:\"advanced-custom-fields-pro/acf.php\";i:2;s:37:\"ajax-search-lite/ajax-search-lite.php\";i:3;s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";i:4;s:36:\"contact-form-7/wp-contact-form-7.php\";i:5;s:43:\"custom-post-type-ui/custom-post-type-ui.php\";i:6;s:76:\"drag-and-drop-multiple-file-upload-contact-form-7/drag-n-drop-upload-cf7.php\";i:7;s:33:\"duplicate-post/duplicate-post.php\";i:8;s:45:\"posts-viewed-recently/recent_viewed_posts.php\";i:9;s:49:\"sendgrid-email-delivery-simplified/wpsendgrid.php\";i:10;s:27:\"svg-support/svg-support.php\";i:11;s:41:\"wordpress-importer/wordpress-importer.php\";i:12;s:27:\"wp-super-cache/wp-cache.php\";i:13;s:33:\"wpml-media-translation/plugin.php\";i:14;s:34:\"wpml-string-translation/plugin.php\";i:15;s:38:\"wpml-translation-management/plugin.php\";}','yes'),(36,'category_base','','yes'),(37,'ping_sites','http://rpc.pingomatic.com/','yes'),(38,'comment_max_links','2','yes'),(39,'gmt_offset','0','yes'),(40,'default_email_category','1','yes'),(41,'recently_edited','','no'),(42,'template','griflan-crypto-wallet','yes'),(43,'stylesheet','griflan-crypto-wallet','yes'),(44,'comment_whitelist','1','yes'),(45,'blacklist_keys','','no'),(46,'comment_registration','0','yes'),(47,'html_type','text/html','yes'),(48,'use_trackback','0','yes'),(49,'default_role','subscriber','yes'),(50,'db_version','38590','yes'),(51,'uploads_use_yearmonth_folders','1','yes'),(52,'upload_path','','yes'),(53,'blog_public','1','yes'),(54,'default_link_category','2','yes'),(55,'show_on_front','page','yes'),(56,'tag_base','','yes'),(57,'show_avatars','1','yes'),(58,'avatar_rating','G','yes'),(59,'upload_url_path','','yes'),(60,'thumbnail_size_w','150','yes'),(61,'thumbnail_size_h','150','yes'),(62,'thumbnail_crop','1','yes'),(63,'medium_size_w','300','yes'),(64,'medium_size_h','300','yes'),(65,'avatar_default','mystery','yes'),(66,'large_size_w','1024','yes'),(67,'large_size_h','1024','yes'),(68,'image_default_link_type','none','yes'),(69,'image_default_size','','yes'),(70,'image_default_align','','yes'),(71,'close_comments_for_old_posts','0','yes'),(72,'close_comments_days_old','14','yes'),(73,'thread_comments','1','yes'),(74,'thread_comments_depth','5','yes'),(75,'page_comments','0','yes'),(76,'comments_per_page','50','yes'),(77,'default_comments_page','newest','yes'),(78,'comment_order','asc','yes'),(79,'sticky_posts','a:0:{}','yes'),(80,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:10:\"Categories\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(81,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(82,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(83,'uninstall_plugins','a:1:{s:27:\"wp-super-cache/wp-cache.php\";s:22:\"wpsupercache_uninstall\";}','no'),(84,'timezone_string','','yes'),(85,'page_for_posts','386','yes'),(86,'page_on_front','419','yes'),(87,'default_post_format','0','yes'),(88,'link_manager_enabled','0','yes'),(89,'finished_splitting_shared_terms','1','yes'),(90,'site_icon','0','yes'),(91,'medium_large_size_w','768','yes'),(92,'medium_large_size_h','0','yes'),(93,'wp_page_for_privacy_policy','3','yes'),(94,'show_comments_cookies_opt_in','0','yes'),(95,'initial_db_version','38590','yes'),(96,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:78:{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:10:\"copy_posts\";b:1;s:34:\"wpml_manage_translation_management\";b:1;s:21:\"wpml_manage_languages\";b:1;s:41:\"wpml_manage_theme_and_plugin_localization\";b:1;s:19:\"wpml_manage_support\";b:1;s:36:\"wpml_manage_woocommerce_multilingual\";b:1;s:37:\"wpml_operate_woocommerce_multilingual\";b:1;s:29:\"wpml_manage_media_translation\";b:1;s:22:\"wpml_manage_navigation\";b:1;s:24:\"wpml_manage_sticky_links\";b:1;s:30:\"wpml_manage_string_translation\";b:1;s:33:\"wpml_manage_translation_analytics\";b:1;s:25:\"wpml_manage_wp_menus_sync\";b:1;s:32:\"wpml_manage_taxonomy_translation\";b:1;s:27:\"wpml_manage_troubleshooting\";b:1;s:31:\"wpml_manage_translation_options\";b:1;s:16:\"aiosp_manage_seo\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:35:{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:10:\"copy_posts\";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'),(97,'fresh_site','0','yes'),(98,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:6:\"Search\";}s:12:\"_multiwidget\";i:1;}','yes'),(99,'widget_recent-posts','a:2:{i:2;a:2:{s:5:\"title\";s:12:\"Recent Posts\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(100,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:15:\"Recent Comments\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(101,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:8:\"Archives\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(102,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:4:\"Meta\";}s:12:\"_multiwidget\";i:1;}','yes'),(103,'sidebars_widgets','a:2:{s:19:\"wp_inactive_widgets\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:13:\"array_version\";i:3;}','yes'),(104,'bedrock_autoloader','a:2:{s:7:\"plugins\";a:0:{}s:5:\"count\";i:0;}','no'),(105,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(106,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(107,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(108,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(110,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(111,'nonce_key','Rbm7j=/#$Ir~Oi@6:|5@yUft+HF^IBV/CB^nm,-DWXhO?!D!ZWl2YCA~8mq6N*0Q','no'),(112,'nonce_salt','cSJ}4(U3Nfru:hSnk^GE9KhdvknuDo)-*Ka/~$<Q6Zk!>ULE:KDQs[1xr(Zx.~dZ','no'),(113,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(114,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(115,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(116,'cron','a:8:{i:1630686634;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:1630688757;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1630702891;a:1:{s:24:\"update_wpml_config_index\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1630703851;a:1:{s:32:\"wpml-tm-check-overdue-jobs-event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1630719034;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1630762248;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:1631946845;a:1:{s:25:\"otgs_send_components_data\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}s:7:\"version\";i:2;}','yes'),(117,'theme_mods_twentyseventeen','a:3:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1562772043;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}}}s:18:\"nav_menu_locations\";a:0:{}}','yes'),(121,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:11:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-5.8.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-5.8.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-5.8-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-5.8-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:3:\"5.8\";s:7:\"version\";s:3:\"5.8\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-5.8.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-5.8.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-5.8-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-5.8-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:3:\"5.8\";s:7:\"version\";s:3:\"5.8\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.7.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.7.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.7.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.7.2-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.7.2\";s:7:\"version\";s:5:\"5.7.2\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:3;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.6.4.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.6.4.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.6.4-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.6.4-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.6.4\";s:7:\"version\";s:5:\"5.6.4\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:4;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.5.5.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.5.5.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.5.5-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.5.5-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.5.5\";s:7:\"version\";s:5:\"5.5.5\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:5;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.4.6.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.4.6.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.4.6-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.4.6-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.4.6\";s:7:\"version\";s:5:\"5.4.6\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:6;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.3.8.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.3.8.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.3.8-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.3.8-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.3.8\";s:7:\"version\";s:5:\"5.3.8\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:7;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.2.11.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.2.11.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.2.11-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.2.11-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.2.11\";s:7:\"version\";s:6:\"5.2.11\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:8;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.1.10.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.1.10.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.1.10-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.1.10-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.1.10\";s:7:\"version\";s:6:\"5.1.10\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:9;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.0.13.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.0.13.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.0.13-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.0.13-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.0.13\";s:7:\"version\";s:6:\"5.0.13\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:10;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.9.18.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.9.18.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.9.18-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.9.18-new-bundled.zip\";s:7:\"partial\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.9.18-partial-14.zip\";s:8:\"rollback\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.9.18-rollback-14.zip\";}s:7:\"current\";s:6:\"4.9.18\";s:7:\"version\";s:6:\"4.9.18\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:6:\"4.9.14\";s:9:\"new_files\";s:0:\"\";}}s:12:\"last_checked\";i:1630678012;s:15:\"version_checked\";s:6:\"4.9.14\";s:12:\"translations\";a:0:{}}','no'),(123,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1630678012;s:7:\"checked\";a:4:{s:21:\"griflan-crypto-wallet\";s:5:\"1.0.0\";s:13:\"twentyfifteen\";s:3:\"2.0\";s:15:\"twentyseventeen\";s:3:\"1.7\";s:13:\"twentysixteen\";s:3:\"1.5\";}s:8:\"response\";a:3:{s:13:\"twentyfifteen\";a:6:{s:5:\"theme\";s:13:\"twentyfifteen\";s:11:\"new_version\";s:3:\"3.0\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentyfifteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentyfifteen.3.0.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";s:5:\"5.2.4\";}s:15:\"twentyseventeen\";a:6:{s:5:\"theme\";s:15:\"twentyseventeen\";s:11:\"new_version\";s:3:\"2.8\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentyseventeen/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentyseventeen.2.8.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:13:\"twentysixteen\";a:6:{s:5:\"theme\";s:13:\"twentysixteen\";s:11:\"new_version\";s:3:\"2.5\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentysixteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentysixteen.2.5.zip\";s:8:\"requires\";s:3:\"4.4\";s:12:\"requires_php\";s:5:\"5.2.4\";}}s:12:\"translations\";a:0:{}}','no'),(124,'auth_key','rmsQJ`R=v!N3fNp:~&4<N`eQ1{{Y!;w*e,)!luJZ&<#Drl1SOiYO[dTLEE*pNDfZ','no'),(125,'auth_salt','%~<&%=ske;*&Q[<=qGv9{Y3J8E8M&IOe$+#;9>AgZ!4a^Fgc7VdY4.O<Jn`/n,J[','no'),(126,'logged_in_key','Su]E$6~k#9z.k]?YL^T?5w=iUrRfT:&m9bv:;C{c)7I3A$!QTZ[|?P6!;~mvv`z&','no'),(127,'logged_in_salt','#;w.a5N{}9KJduuYL,qG$W.ZC[^%6z(vk+4TFzkzo(;q([Q`1Imb4uZV.c14Bt)8','no'),(133,'can_compress_scripts','1','no'),(147,'recently_activated','a:0:{}','yes'),(148,'template_root','/themes','yes'),(149,'stylesheet_root','/themes','yes'),(150,'current_theme','Crypto Wallet','yes'),(151,'theme_mods_[##]pasta_tema','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1562779246;s:4:\"data\";a:1:{s:19:\"wp_inactive_widgets\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}}}}','yes'),(152,'theme_switched','','yes'),(154,'theme_mods_griflan-crypto-wallet','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1562772032;s:4:\"data\";a:1:{s:19:\"wp_inactive_widgets\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}}}}','yes'),(156,'acf_version','5.8.1','yes'),(199,'options_title_funds','Do you want to finally use \r\nyour crypto funds as money?','no'),(200,'_options_title_funds','field_5d1cd6f95f07b','no'),(201,'options_text_funds','Us too. Let’s do it together!','no'),(202,'_options_text_funds','field_5d1cd73a5f07d','no'),(203,'options_text_link_funds','Sign Up Today','no'),(204,'_options_text_link_funds','field_5d1cd74f5f07e','no'),(209,'duplicate_post_copytitle','1','yes'),(210,'duplicate_post_copydate','0','yes'),(211,'duplicate_post_copystatus','0','yes'),(212,'duplicate_post_copyslug','0','yes'),(213,'duplicate_post_copyexcerpt','1','yes'),(214,'duplicate_post_copycontent','1','yes'),(215,'duplicate_post_copythumbnail','1','yes'),(216,'duplicate_post_copytemplate','1','yes'),(217,'duplicate_post_copyformat','1','yes'),(218,'duplicate_post_copyauthor','0','yes'),(219,'duplicate_post_copypassword','0','yes'),(220,'duplicate_post_copyattachments','0','yes'),(221,'duplicate_post_copychildren','0','yes'),(222,'duplicate_post_copycomments','0','yes'),(223,'duplicate_post_copymenuorder','1','yes'),(224,'duplicate_post_taxonomies_blacklist','a:0:{}','yes'),(225,'duplicate_post_blacklist','','yes'),(226,'duplicate_post_types_enabled','a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}','yes'),(227,'duplicate_post_show_row','1','yes'),(228,'duplicate_post_show_adminbar','1','yes'),(229,'duplicate_post_show_submitbox','1','yes'),(230,'duplicate_post_show_bulkactions','1','yes'),(328,'options_list','2','no'),(329,'_options_list','field_5d1f5d532b194','no'),(346,'options_download','','no'),(347,'_options_download','field_5d1f7210dd7a7','no'),(372,'WPLANG','','yes'),(373,'new_admin_email','felipecavs@gmail.com','yes'),(403,'icl_sitepress_version','4.2.6','yes'),(404,'icl_sitepress_settings','a:70:{s:19:\"hide_upgrade_notice\";s:5:\"4.2.6\";s:25:\"icl_capabilities_verified\";b:1;s:16:\"active_languages\";a:5:{i:0;s:2:\"en\";i:1;s:2:\"es\";i:2;s:2:\"ja\";i:3;s:2:\"ru\";i:4;s:2:\"sg\";}s:21:\"interview_translators\";i:1;s:34:\"existing_content_language_verified\";i:1;s:25:\"language_negotiation_type\";s:1:\"1\";s:23:\"theme_localization_type\";i:3;s:18:\"icl_lso_link_empty\";i:0;s:18:\"sync_page_ordering\";i:1;s:16:\"sync_page_parent\";i:1;s:18:\"sync_page_template\";i:1;s:16:\"sync_ping_status\";i:1;s:19:\"sync_comment_status\";i:1;s:16:\"sync_sticky_flag\";i:1;s:13:\"sync_password\";i:1;s:17:\"sync_private_flag\";i:1;s:16:\"sync_post_format\";i:1;s:11:\"sync_delete\";i:0;s:15:\"sync_delete_tax\";i:1;s:20:\"sync_post_taxonomies\";i:1;s:14:\"sync_post_date\";i:1;s:21:\"sync_taxonomy_parents\";i:0;s:25:\"translation_pickup_method\";i:0;s:15:\"notify_complete\";i:1;s:26:\"translated_document_status\";s:1:\"1\";s:17:\"remote_management\";i:0;s:15:\"auto_adjust_ids\";i:1;s:11:\"alert_delay\";i:0;s:12:\"promote_wpml\";i:0;s:18:\"automatic_redirect\";i:0;s:17:\"remember_language\";i:24;s:28:\"icl_lang_sel_copy_parameters\";s:0:\"\";s:28:\"translated_document_page_url\";s:13:\"auto-generate\";s:28:\"sync_comments_on_duplicates \";i:0;s:3:\"seo\";a:3:{s:10:\"head_langs\";i:1;s:27:\"canonicalization_duplicates\";i:1;s:19:\"head_langs_priority\";i:1;}s:22:\"posts_slug_translation\";a:2:{s:2:\"on\";i:1;s:20:\"string_name_migrated\";b:1;}s:4:\"urls\";a:5:{s:30:\"directory_for_default_language\";i:0;s:12:\"show_on_root\";s:0:\"\";s:19:\"root_html_file_path\";s:0:\"\";s:9:\"root_page\";i:0;s:23:\"hide_language_switchers\";i:1;}s:12:\"xdomain_data\";s:1:\"1\";s:24:\"custom_posts_sync_option\";a:11:{s:4:\"post\";s:1:\"1\";s:4:\"page\";s:1:\"1\";s:10:\"attachment\";i:1;s:8:\"wp_block\";i:1;s:15:\"acf-field-group\";i:0;s:10:\"custom_css\";s:1:\"0\";s:19:\"customize_changeset\";s:1:\"0\";s:12:\"oembed_cache\";s:1:\"0\";s:12:\"user_request\";s:1:\"0\";s:18:\"wpcf7_contact_form\";s:1:\"0\";s:10:\"helpcenter\";s:1:\"1\";}s:22:\"taxonomies_sync_option\";a:4:{s:8:\"category\";s:1:\"1\";s:8:\"post_tag\";s:1:\"1\";s:20:\"translation_priority\";i:1;s:6:\"format\";s:1:\"1\";}s:28:\"tm_block_retranslating_terms\";s:1:\"1\";s:22:\"admin_default_language\";s:9:\"_default_\";s:22:\"taxonomy_names_checked\";b:1;s:18:\"ajx_health_checked\";b:1;s:2:\"st\";a:15:{s:25:\"db_ok_for_gettext_context\";b:1;s:41:\"WPML_ST_Upgrade_Migrate_Originals_has_run\";b:1;s:48:\"WPML_ST_Upgrade_Db_Cache_Command_2.4.2_1_has_run\";b:1;s:52:\"WPML_ST_Upgrade_Display_Strings_Scan_Notices_has_run\";b:1;s:37:\"WPML_ST_Upgrade_MO_Scanning_3_has_run\";b:1;s:46:\"WPML_ST_Upgrade_DB_String_Name_Index_2_has_run\";b:1;s:48:\"WPML_ST_Upgrade_DB_Longtext_String_Value_has_run\";b:1;s:16:\"strings_per_page\";i:10;s:15:\"icl_st_auto_reg\";s:7:\"disable\";s:16:\"strings_language\";s:2:\"en\";s:16:\"translated-users\";a:0:{}s:2:\"sw\";a:0:{}s:27:\"plugin_localization_domains\";a:1:{s:34:\"advanced-custom-fields-pro/acf.php\";a:2:{s:3:\"acf\";i:807;s:9:\"WordPress\";i:2;}}s:13:\"track_strings\";s:1:\"1\";s:8:\"hl_color\";s:7:\"#FFFF00\";}s:18:\"default_categories\";a:5:{s:2:\"en\";s:1:\"1\";s:2:\"ja\";i:7;s:2:\"ru\";i:8;s:2:\"es\";i:9;s:2:\"sg\";i:22;}s:16:\"default_language\";s:2:\"en\";s:17:\"setup_wizard_step\";i:5;s:22:\"translation-management\";a:14:{s:25:\"custom_fields_translation\";a:602:{s:5:\"title\";i:2;s:11:\"description\";s:1:\"2\";s:8:\"keywords\";i:2;s:10:\"_edit_last\";i:0;s:10:\"_edit_lock\";i:0;s:17:\"_wp_page_template\";i:0;s:23:\"_wp_attachment_metadata\";i:0;s:16:\"original_post_id\";i:0;s:22:\"_wpml_original_post_id\";i:0;s:12:\"_wp_old_slug\";i:0;s:20:\"_icl_translator_note\";i:0;s:14:\"_alp_processed\";i:0;s:7:\"_pingme\";i:0;s:10:\"_encloseme\";i:0;s:22:\"_icl_lang_duplicate_of\";i:0;s:13:\"_thumbnail_id\";i:0;s:17:\"_wp_attached_file\";i:0;s:24:\"_wp_attachment_image_alt\";i:2;s:21:\"_wpml_media_duplicate\";i:1;s:20:\"_wpml_media_featured\";i:1;s:7:\"block_1\";s:1:\"2\";s:12:\"block_1_text\";s:1:\"2\";s:13:\"block_1_title\";s:1:\"2\";s:7:\"block_2\";s:1:\"2\";s:12:\"block_2_text\";s:1:\"2\";s:13:\"block_2_title\";s:1:\"2\";s:7:\"block_3\";s:1:\"2\";s:12:\"block_3_text\";s:1:\"2\";s:13:\"block_3_title\";s:1:\"2\";s:16:\"categories_posts\";s:1:\"2\";s:27:\"categories_posts_category_1\";s:1:\"2\";s:27:\"categories_posts_category_2\";s:1:\"2\";s:27:\"categories_posts_category_3\";s:1:\"2\";s:27:\"categories_posts_category_4\";s:1:\"2\";s:27:\"categories_posts_category_5\";s:1:\"2\";s:8:\"subtitle\";s:1:\"2\";s:13:\"value_1_image\";s:1:\"2\";s:12:\"value_1_text\";s:1:\"2\";s:13:\"value_1_title\";s:1:\"2\";s:14:\"_aioseop_title\";i:2;s:20:\"_aioseop_description\";i:2;s:17:\"_aioseop_keywords\";i:2;s:5:\"alert\";s:1:\"2\";s:18:\"alert_cryptowallet\";s:1:\"2\";s:12:\"alert_limits\";s:1:\"2\";s:20:\"archive_for_download\";s:1:\"2\";s:8:\"benefits\";s:1:\"2\";s:25:\"benefits_0_animation_card\";s:1:\"2\";s:22:\"benefits_0_description\";s:1:\"2\";s:16:\"benefits_0_title\";s:1:\"2\";s:25:\"benefits_1_animation_card\";s:1:\"2\";s:22:\"benefits_1_description\";s:1:\"2\";s:16:\"benefits_1_title\";s:1:\"2\";s:25:\"benefits_2_animation_card\";s:1:\"2\";s:22:\"benefits_2_description\";s:1:\"2\";s:16:\"benefits_2_title\";s:1:\"2\";s:25:\"benefits_3_animation_card\";s:1:\"2\";s:22:\"benefits_3_description\";s:1:\"2\";s:16:\"benefits_3_title\";s:1:\"2\";s:20:\"benefits_contactless\";s:1:\"2\";s:34:\"benefits_contactless_0_description\";s:1:\"2\";s:28:\"benefits_contactless_0_icone\";s:1:\"2\";s:28:\"benefits_contactless_0_title\";s:1:\"2\";s:34:\"benefits_contactless_1_description\";s:1:\"2\";s:28:\"benefits_contactless_1_icone\";s:1:\"2\";s:28:\"benefits_contactless_1_title\";s:1:\"2\";s:34:\"benefits_contactless_2_description\";s:1:\"2\";s:28:\"benefits_contactless_2_icone\";s:1:\"2\";s:28:\"benefits_contactless_2_title\";s:1:\"2\";s:34:\"benefits_contactless_3_description\";s:1:\"2\";s:28:\"benefits_contactless_3_icone\";s:1:\"2\";s:28:\"benefits_contactless_3_title\";s:1:\"2\";s:6:\"blocks\";s:1:\"2\";s:13:\"blocks_0_text\";s:1:\"2\";s:14:\"blocks_0_title\";s:1:\"2\";s:13:\"blocks_1_text\";s:1:\"2\";s:14:\"blocks_1_title\";s:1:\"2\";s:13:\"blocks_2_text\";s:1:\"2\";s:14:\"blocks_2_title\";s:1:\"2\";s:13:\"blocks_3_text\";s:1:\"2\";s:14:\"blocks_3_title\";s:1:\"2\";s:27:\"block_1_licensed_and_secure\";s:1:\"2\";s:32:\"block_1_licensed_and_secure_link\";s:1:\"2\";s:36:\"block_1_licensed_and_secure_subtitle\";s:1:\"2\";s:32:\"block_1_licensed_and_secure_text\";s:1:\"2\";s:37:\"block_1_licensed_and_secure_text_link\";s:1:\"2\";s:16:\"block_1_subtitle\";s:1:\"2\";s:27:\"block_2_licensed_and_secure\";s:1:\"2\";s:32:\"block_2_licensed_and_secure_link\";s:1:\"2\";s:36:\"block_2_licensed_and_secure_subtitle\";s:1:\"2\";s:32:\"block_2_licensed_and_secure_text\";s:1:\"2\";s:37:\"block_2_licensed_and_secure_text_link\";s:1:\"2\";s:16:\"block_2_subtitle\";s:1:\"2\";s:10:\"block_text\";s:1:\"2\";s:15:\"block_text_text\";s:1:\"2\";s:16:\"block_text_title\";s:1:\"2\";s:11:\"button_link\";s:1:\"2\";s:7:\"careers\";s:1:\"2\";s:14:\"careers_0_text\";s:1:\"2\";s:15:\"careers_0_title\";s:1:\"2\";s:14:\"careers_1_text\";s:1:\"2\";s:15:\"careers_1_title\";s:1:\"2\";s:14:\"careers_2_text\";s:1:\"2\";s:15:\"careers_2_title\";s:1:\"2\";s:8:\"career_1\";s:1:\"2\";s:13:\"career_1_text\";s:1:\"2\";s:14:\"career_1_title\";s:1:\"2\";s:8:\"career_2\";s:1:\"2\";s:13:\"career_2_text\";s:1:\"2\";s:14:\"career_2_title\";s:1:\"2\";s:8:\"career_3\";s:1:\"2\";s:13:\"career_3_text\";s:1:\"2\";s:14:\"career_3_title\";s:1:\"2\";s:34:\"categories_posts_number_of_posts_1\";s:1:\"2\";s:34:\"categories_posts_number_of_posts_2\";s:1:\"2\";s:34:\"categories_posts_number_of_posts_3\";s:1:\"2\";s:34:\"categories_posts_number_of_posts_4\";s:1:\"2\";s:34:\"categories_posts_number_of_posts_5\";s:1:\"2\";s:13:\"color_palette\";s:1:\"2\";s:21:\"color_palette_0_color\";s:1:\"2\";s:21:\"color_palette_1_color\";s:1:\"2\";s:21:\"color_palette_2_color\";s:1:\"2\";s:21:\"color_palette_3_color\";s:1:\"2\";s:21:\"color_palette_4_color\";s:1:\"2\";s:21:\"color_palette_5_color\";s:1:\"2\";s:21:\"color_palette_6_color\";s:1:\"2\";s:21:\"color_palette_7_color\";s:1:\"2\";s:9:\"companies\";s:1:\"2\";s:17:\"companies_0_about\";s:1:\"2\";s:19:\"companies_0_address\";s:1:\"2\";s:16:\"companies_0_name\";s:1:\"2\";s:17:\"companies_1_about\";s:1:\"2\";s:19:\"companies_1_address\";s:1:\"2\";s:16:\"companies_1_name\";s:1:\"2\";s:17:\"companies_2_about\";s:1:\"2\";s:19:\"companies_2_address\";s:1:\"2\";s:16:\"companies_2_name\";s:1:\"2\";s:9:\"company_1\";s:1:\"2\";s:15:\"company_1_about\";s:1:\"2\";s:17:\"company_1_address\";s:1:\"2\";s:14:\"company_1_name\";s:1:\"2\";s:9:\"company_2\";s:1:\"2\";s:15:\"company_2_about\";s:1:\"2\";s:17:\"company_2_address\";s:1:\"2\";s:14:\"company_2_name\";s:1:\"2\";s:9:\"company_3\";s:1:\"2\";s:15:\"company_3_about\";s:1:\"2\";s:17:\"company_3_address\";s:1:\"2\";s:14:\"company_3_name\";s:1:\"2\";s:26:\"description_client_support\";s:1:\"2\";s:17:\"description_coins\";s:1:\"2\";s:23:\"description_contactless\";s:1:\"2\";s:24:\"description_cryptowallet\";s:1:\"2\";s:31:\"description_licensed_and_secure\";s:1:\"2\";s:19:\"description_payment\";s:1:\"2\";s:24:\"description_quick_crypto\";s:1:\"2\";s:17:\"description_steps\";s:1:\"2\";s:17:\"description_works\";s:1:\"2\";s:21:\"exchange_effortlessly\";s:1:\"2\";s:30:\"exchange_effortlessly_subtitle\";s:1:\"2\";s:26:\"exchange_effortlessly_text\";s:1:\"2\";s:8:\"featured\";s:1:\"2\";s:4:\"form\";s:1:\"2\";s:11:\"hold_crypto\";s:1:\"2\";s:16:\"hold_crypto_text\";s:1:\"2\";s:17:\"hold_crypto_title\";s:1:\"2\";s:21:\"inline_featured_image\";s:1:\"2\";s:24:\"link_licensed_and_secure\";s:1:\"2\";s:4:\"list\";s:1:\"2\";s:12:\"list_0_coins\";s:1:\"2\";s:19:\"list_0_coins_0_coin\";s:1:\"2\";s:19:\"list_0_coins_0_name\";s:1:\"2\";s:19:\"list_0_coins_0_text\";s:1:\"2\";s:19:\"list_0_coins_1_coin\";s:1:\"2\";s:19:\"list_0_coins_1_name\";s:1:\"2\";s:19:\"list_0_coins_1_text\";s:1:\"2\";s:19:\"list_0_coins_2_coin\";s:1:\"2\";s:19:\"list_0_coins_2_name\";s:1:\"2\";s:19:\"list_0_coins_2_text\";s:1:\"2\";s:19:\"list_0_coins_3_coin\";s:1:\"2\";s:19:\"list_0_coins_3_name\";s:1:\"2\";s:19:\"list_0_coins_3_text\";s:1:\"2\";s:19:\"list_0_coins_4_coin\";s:1:\"2\";s:19:\"list_0_coins_4_name\";s:1:\"2\";s:19:\"list_0_coins_4_text\";s:1:\"2\";s:19:\"list_0_coins_5_coin\";s:1:\"2\";s:19:\"list_0_coins_5_name\";s:1:\"2\";s:19:\"list_0_coins_5_text\";s:1:\"2\";s:19:\"list_0_coins_6_coin\";s:1:\"2\";s:19:\"list_0_coins_6_name\";s:1:\"2\";s:19:\"list_0_coins_6_text\";s:1:\"2\";s:19:\"list_0_coins_7_coin\";s:1:\"2\";s:19:\"list_0_coins_7_name\";s:1:\"2\";s:19:\"list_0_coins_7_text\";s:1:\"2\";s:19:\"list_0_coins_8_coin\";s:1:\"2\";s:19:\"list_0_coins_8_name\";s:1:\"2\";s:19:\"list_0_coins_8_text\";s:1:\"2\";s:19:\"list_0_coins_9_coin\";s:1:\"2\";s:19:\"list_0_coins_9_name\";s:1:\"2\";s:19:\"list_0_coins_9_text\";s:1:\"2\";s:20:\"list_0_coins_10_coin\";s:1:\"2\";s:20:\"list_0_coins_10_name\";s:1:\"2\";s:20:\"list_0_coins_10_text\";s:1:\"2\";s:12:\"list_0_title\";s:1:\"2\";s:12:\"list_1_coins\";s:1:\"2\";s:19:\"list_1_coins_0_coin\";s:1:\"2\";s:19:\"list_1_coins_0_name\";s:1:\"2\";s:19:\"list_1_coins_0_text\";s:1:\"2\";s:12:\"list_1_title\";s:1:\"2\";s:5:\"logos\";s:1:\"2\";s:12:\"logos_0_logo\";s:1:\"2\";s:18:\"logos_0_logo_hover\";s:1:\"2\";s:12:\"logos_1_logo\";s:1:\"2\";s:18:\"logos_1_logo_hover\";s:1:\"2\";s:12:\"logos_2_logo\";s:1:\"2\";s:18:\"logos_2_logo_hover\";s:1:\"2\";s:12:\"logos_3_logo\";s:1:\"2\";s:18:\"logos_3_logo_hover\";s:1:\"2\";s:12:\"logos_4_logo\";s:1:\"2\";s:18:\"logos_4_logo_hover\";s:1:\"2\";s:12:\"logos_5_logo\";s:1:\"2\";s:18:\"logos_5_logo_hover\";s:1:\"2\";s:11:\"logo_&_icon\";s:1:\"2\";s:18:\"logo_&_icon_logo_1\";s:1:\"2\";s:22:\"logo_&_icon_logo_1_day\";s:1:\"2\";s:24:\"logo_&_icon_logo_1_night\";s:1:\"2\";s:18:\"logo_&_icon_logo_2\";s:1:\"2\";s:22:\"logo_&_icon_logo_2_day\";s:1:\"2\";s:24:\"logo_&_icon_logo_2_night\";s:1:\"2\";s:26:\"logo_&_icon_warning_logo_1\";s:1:\"2\";s:26:\"logo_&_icon_warning_logo_2\";s:1:\"2\";s:8:\"member_1\";s:1:\"2\";s:13:\"member_1_name\";s:1:\"2\";s:14:\"member_1_photo\";s:1:\"2\";s:13:\"member_1_role\";s:1:\"2\";s:8:\"member_2\";s:1:\"2\";s:13:\"member_2_name\";s:1:\"2\";s:14:\"member_2_photo\";s:1:\"2\";s:13:\"member_2_role\";s:1:\"2\";s:8:\"member_3\";s:1:\"2\";s:13:\"member_3_name\";s:1:\"2\";s:14:\"member_3_photo\";s:1:\"2\";s:13:\"member_3_role\";s:1:\"2\";s:8:\"member_4\";s:1:\"2\";s:13:\"member_4_name\";s:1:\"2\";s:14:\"member_4_photo\";s:1:\"2\";s:13:\"member_4_role\";s:1:\"2\";s:8:\"member_5\";s:1:\"2\";s:13:\"member_5_name\";s:1:\"2\";s:14:\"member_5_photo\";s:1:\"2\";s:13:\"member_5_role\";s:1:\"2\";s:8:\"member_6\";s:1:\"2\";s:13:\"member_6_name\";s:1:\"2\";s:14:\"member_6_photo\";s:1:\"2\";s:13:\"member_6_role\";s:1:\"2\";s:8:\"option_1\";s:1:\"2\";s:8:\"option_2\";s:1:\"2\";s:8:\"option_3\";s:1:\"2\";s:15:\"payment_process\";s:1:\"2\";s:22:\"payment_process_0_step\";s:1:\"2\";s:22:\"payment_process_1_step\";s:1:\"2\";s:22:\"payment_process_2_step\";s:1:\"2\";s:22:\"payment_process_3_step\";s:1:\"2\";s:22:\"payment_process_4_step\";s:1:\"2\";s:22:\"payment_process_5_step\";s:1:\"2\";s:7:\"qr_code\";s:1:\"2\";s:13:\"related_posts\";s:1:\"2\";s:20:\"related_posts_0_post\";s:1:\"2\";s:20:\"related_posts_1_post\";s:1:\"2\";s:20:\"related_posts_2_post\";s:1:\"2\";s:11:\"sell_crypto\";s:1:\"2\";s:16:\"sell_crypto_link\";s:1:\"2\";s:16:\"sell_crypto_text\";s:1:\"2\";s:21:\"sell_crypto_text_link\";s:1:\"2\";s:17:\"sell_crypto_title\";s:1:\"2\";s:11:\"send_crypto\";s:1:\"2\";s:16:\"send_crypto_text\";s:1:\"2\";s:17:\"send_crypto_title\";s:1:\"2\";s:17:\"show_crypto_funds\";s:1:\"2\";s:5:\"steps\";s:1:\"2\";s:19:\"steps_0_description\";s:1:\"2\";s:13:\"steps_0_thumb\";s:1:\"2\";s:13:\"steps_0_title\";s:1:\"2\";s:19:\"steps_1_description\";s:1:\"2\";s:13:\"steps_1_thumb\";s:1:\"2\";s:13:\"steps_1_title\";s:1:\"2\";s:19:\"steps_2_description\";s:1:\"2\";s:13:\"steps_2_thumb\";s:1:\"2\";s:13:\"steps_2_title\";s:1:\"2\";s:19:\"steps_3_description\";s:1:\"2\";s:13:\"steps_3_thumb\";s:1:\"2\";s:13:\"steps_3_title\";s:1:\"2\";s:6:\"step_1\";s:1:\"2\";s:11:\"step_1_text\";s:1:\"2\";s:12:\"step_1_title\";s:1:\"2\";s:6:\"step_2\";s:1:\"2\";s:11:\"step_2_text\";s:1:\"2\";s:12:\"step_2_title\";s:1:\"2\";s:6:\"step_3\";s:1:\"2\";s:11:\"step_3_text\";s:1:\"2\";s:12:\"step_3_title\";s:1:\"2\";s:6:\"step_4\";s:1:\"2\";s:11:\"step_4_text\";s:1:\"2\";s:12:\"step_4_title\";s:1:\"2\";s:14:\"subtitle_steps\";s:1:\"2\";s:5:\"table\";s:1:\"2\";s:12:\"table_0_line\";s:1:\"2\";s:18:\"table_0_line_0_eur\";s:1:\"2\";s:18:\"table_0_line_0_gbp\";s:1:\"2\";s:19:\"table_0_line_0_name\";s:1:\"2\";s:18:\"table_0_line_0_usd\";s:1:\"2\";s:18:\"table_0_line_1_eur\";s:1:\"2\";s:18:\"table_0_line_1_gbp\";s:1:\"2\";s:19:\"table_0_line_1_name\";s:1:\"2\";s:18:\"table_0_line_1_usd\";s:1:\"2\";s:18:\"table_0_line_2_eur\";s:1:\"2\";s:18:\"table_0_line_2_gbp\";s:1:\"2\";s:19:\"table_0_line_2_name\";s:1:\"2\";s:18:\"table_0_line_2_usd\";s:1:\"2\";s:18:\"table_0_line_3_eur\";s:1:\"2\";s:18:\"table_0_line_3_gbp\";s:1:\"2\";s:19:\"table_0_line_3_name\";s:1:\"2\";s:18:\"table_0_line_3_usd\";s:1:\"2\";s:18:\"table_0_line_4_eur\";s:1:\"2\";s:18:\"table_0_line_4_gbp\";s:1:\"2\";s:19:\"table_0_line_4_name\";s:1:\"2\";s:18:\"table_0_line_4_usd\";s:1:\"2\";s:18:\"table_0_line_5_eur\";s:1:\"2\";s:18:\"table_0_line_5_gbp\";s:1:\"2\";s:19:\"table_0_line_5_name\";s:1:\"2\";s:18:\"table_0_line_5_usd\";s:1:\"2\";s:18:\"table_0_line_6_eur\";s:1:\"2\";s:18:\"table_0_line_6_gbp\";s:1:\"2\";s:19:\"table_0_line_6_name\";s:1:\"2\";s:18:\"table_0_line_6_usd\";s:1:\"2\";s:18:\"table_0_line_7_eur\";s:1:\"2\";s:18:\"table_0_line_7_gbp\";s:1:\"2\";s:19:\"table_0_line_7_name\";s:1:\"2\";s:18:\"table_0_line_7_usd\";s:1:\"2\";s:18:\"table_0_line_8_eur\";s:1:\"2\";s:18:\"table_0_line_8_gbp\";s:1:\"2\";s:19:\"table_0_line_8_name\";s:1:\"2\";s:18:\"table_0_line_8_usd\";s:1:\"2\";s:13:\"table_0_title\";s:1:\"2\";s:12:\"table_1_line\";s:1:\"2\";s:18:\"table_1_line_0_eur\";s:1:\"2\";s:18:\"table_1_line_0_gbp\";s:1:\"2\";s:19:\"table_1_line_0_name\";s:1:\"2\";s:18:\"table_1_line_0_usd\";s:1:\"2\";s:18:\"table_1_line_1_eur\";s:1:\"2\";s:18:\"table_1_line_1_gbp\";s:1:\"2\";s:19:\"table_1_line_1_name\";s:1:\"2\";s:18:\"table_1_line_1_usd\";s:1:\"2\";s:18:\"table_1_line_2_eur\";s:1:\"2\";s:18:\"table_1_line_2_gbp\";s:1:\"2\";s:19:\"table_1_line_2_name\";s:1:\"2\";s:18:\"table_1_line_2_usd\";s:1:\"2\";s:18:\"table_1_line_3_eur\";s:1:\"2\";s:18:\"table_1_line_3_gbp\";s:1:\"2\";s:19:\"table_1_line_3_name\";s:1:\"2\";s:18:\"table_1_line_3_usd\";s:1:\"2\";s:18:\"table_1_line_4_eur\";s:1:\"2\";s:18:\"table_1_line_4_gbp\";s:1:\"2\";s:19:\"table_1_line_4_name\";s:1:\"2\";s:18:\"table_1_line_4_usd\";s:1:\"2\";s:18:\"table_1_line_5_eur\";s:1:\"2\";s:18:\"table_1_line_5_gbp\";s:1:\"2\";s:19:\"table_1_line_5_name\";s:1:\"2\";s:18:\"table_1_line_5_usd\";s:1:\"2\";s:18:\"table_1_line_6_eur\";s:1:\"2\";s:18:\"table_1_line_6_gbp\";s:1:\"2\";s:19:\"table_1_line_6_name\";s:1:\"2\";s:18:\"table_1_line_6_usd\";s:1:\"2\";s:18:\"table_1_line_7_eur\";s:1:\"2\";s:18:\"table_1_line_7_gbp\";s:1:\"2\";s:19:\"table_1_line_7_name\";s:1:\"2\";s:18:\"table_1_line_7_usd\";s:1:\"2\";s:18:\"table_1_line_8_eur\";s:1:\"2\";s:18:\"table_1_line_8_gbp\";s:1:\"2\";s:19:\"table_1_line_8_name\";s:1:\"2\";s:18:\"table_1_line_8_usd\";s:1:\"2\";s:18:\"table_1_line_9_eur\";s:1:\"2\";s:18:\"table_1_line_9_gbp\";s:1:\"2\";s:19:\"table_1_line_9_name\";s:1:\"2\";s:18:\"table_1_line_9_usd\";s:1:\"2\";s:13:\"table_1_title\";s:1:\"2\";s:12:\"table_2_line\";s:1:\"2\";s:18:\"table_2_line_0_eur\";s:1:\"2\";s:18:\"table_2_line_0_gbp\";s:1:\"2\";s:19:\"table_2_line_0_name\";s:1:\"2\";s:18:\"table_2_line_0_usd\";s:1:\"2\";s:18:\"table_2_line_1_eur\";s:1:\"2\";s:18:\"table_2_line_1_gbp\";s:1:\"2\";s:19:\"table_2_line_1_name\";s:1:\"2\";s:18:\"table_2_line_1_usd\";s:1:\"2\";s:18:\"table_2_line_2_eur\";s:1:\"2\";s:18:\"table_2_line_2_gbp\";s:1:\"2\";s:19:\"table_2_line_2_name\";s:1:\"2\";s:18:\"table_2_line_2_usd\";s:1:\"2\";s:18:\"table_2_line_3_eur\";s:1:\"2\";s:18:\"table_2_line_3_gbp\";s:1:\"2\";s:19:\"table_2_line_3_name\";s:1:\"2\";s:18:\"table_2_line_3_usd\";s:1:\"2\";s:18:\"table_2_line_4_eur\";s:1:\"2\";s:18:\"table_2_line_4_gbp\";s:1:\"2\";s:19:\"table_2_line_4_name\";s:1:\"2\";s:18:\"table_2_line_4_usd\";s:1:\"2\";s:13:\"table_2_title\";s:1:\"2\";s:12:\"table_3_line\";s:1:\"2\";s:18:\"table_3_line_0_eur\";s:1:\"2\";s:18:\"table_3_line_0_gbp\";s:1:\"2\";s:19:\"table_3_line_0_name\";s:1:\"2\";s:18:\"table_3_line_0_usd\";s:1:\"2\";s:18:\"table_3_line_1_eur\";s:1:\"2\";s:18:\"table_3_line_1_gbp\";s:1:\"2\";s:19:\"table_3_line_1_name\";s:1:\"2\";s:18:\"table_3_line_1_usd\";s:1:\"2\";s:18:\"table_3_line_2_eur\";s:1:\"2\";s:18:\"table_3_line_2_gbp\";s:1:\"2\";s:19:\"table_3_line_2_name\";s:1:\"2\";s:18:\"table_3_line_2_usd\";s:1:\"2\";s:18:\"table_3_line_3_eur\";s:1:\"2\";s:18:\"table_3_line_3_gbp\";s:1:\"2\";s:19:\"table_3_line_3_name\";s:1:\"2\";s:18:\"table_3_line_3_usd\";s:1:\"2\";s:18:\"table_3_line_4_eur\";s:1:\"2\";s:18:\"table_3_line_4_gbp\";s:1:\"2\";s:19:\"table_3_line_4_name\";s:1:\"2\";s:18:\"table_3_line_4_usd\";s:1:\"2\";s:18:\"table_3_line_5_eur\";s:1:\"2\";s:18:\"table_3_line_5_gbp\";s:1:\"2\";s:19:\"table_3_line_5_name\";s:1:\"2\";s:18:\"table_3_line_5_usd\";s:1:\"2\";s:18:\"table_3_line_6_eur\";s:1:\"2\";s:18:\"table_3_line_6_gbp\";s:1:\"2\";s:19:\"table_3_line_6_name\";s:1:\"2\";s:18:\"table_3_line_6_usd\";s:1:\"2\";s:18:\"table_3_line_7_eur\";s:1:\"2\";s:18:\"table_3_line_7_gbp\";s:1:\"2\";s:19:\"table_3_line_7_name\";s:1:\"2\";s:18:\"table_3_line_7_usd\";s:1:\"2\";s:18:\"table_3_line_8_eur\";s:1:\"2\";s:18:\"table_3_line_8_gbp\";s:1:\"2\";s:19:\"table_3_line_8_name\";s:1:\"2\";s:18:\"table_3_line_8_usd\";s:1:\"2\";s:18:\"table_3_line_9_eur\";s:1:\"2\";s:18:\"table_3_line_9_gbp\";s:1:\"2\";s:19:\"table_3_line_9_name\";s:1:\"2\";s:18:\"table_3_line_9_usd\";s:1:\"2\";s:13:\"table_3_title\";s:1:\"2\";s:4:\"team\";s:1:\"2\";s:11:\"team_0_name\";s:1:\"2\";s:12:\"team_0_photo\";s:1:\"2\";s:11:\"team_0_role\";s:1:\"2\";s:11:\"team_1_name\";s:1:\"2\";s:12:\"team_1_photo\";s:1:\"2\";s:11:\"team_1_role\";s:1:\"2\";s:11:\"team_2_name\";s:1:\"2\";s:12:\"team_2_photo\";s:1:\"2\";s:11:\"team_2_role\";s:1:\"2\";s:11:\"team_3_name\";s:1:\"2\";s:12:\"team_3_photo\";s:1:\"2\";s:11:\"team_3_role\";s:1:\"2\";s:11:\"team_4_name\";s:1:\"2\";s:12:\"team_4_photo\";s:1:\"2\";s:11:\"team_4_role\";s:1:\"2\";s:11:\"team_5_name\";s:1:\"2\";s:12:\"team_5_photo\";s:1:\"2\";s:11:\"team_5_role\";s:1:\"2\";s:4:\"text\";s:1:\"2\";s:6:\"text_1\";s:1:\"2\";s:6:\"text_2\";s:1:\"2\";s:8:\"text_buy\";s:1:\"2\";s:10:\"text_color\";s:1:\"2\";s:9:\"text_copy\";s:1:\"2\";s:17:\"text_cryptowallet\";s:1:\"2\";s:9:\"text_join\";s:1:\"2\";s:9:\"text_link\";s:1:\"2\";s:9:\"text_logo\";s:1:\"2\";s:9:\"text_meet\";s:1:\"2\";s:10:\"text_press\";s:1:\"2\";s:14:\"text_questions\";s:1:\"2\";s:14:\"text_section_2\";s:1:\"2\";s:14:\"text_section_3\";s:1:\"2\";s:13:\"text_security\";s:1:\"2\";s:7:\"title_1\";s:1:\"2\";s:7:\"title_2\";s:1:\"2\";s:9:\"title_buy\";s:1:\"2\";s:20:\"title_client_support\";s:1:\"2\";s:11:\"title_coins\";s:1:\"2\";s:11:\"title_color\";s:1:\"2\";s:17:\"title_contactless\";s:1:\"2\";s:12:\"title_crypto\";s:1:\"2\";s:18:\"title_cryptoWallet\";s:1:\"2\";s:14:\"title_download\";s:1:\"2\";s:10:\"title_join\";s:1:\"2\";s:25:\"title_licensed_and_secure\";s:1:\"2\";s:12:\"title_limits\";s:1:\"2\";s:10:\"title_logo\";s:1:\"2\";s:10:\"title_meet\";s:1:\"2\";s:13:\"title_payment\";s:1:\"2\";s:21:\"title_payment_process\";s:1:\"2\";s:11:\"title_press\";s:1:\"2\";s:15:\"title_questions\";s:1:\"2\";s:18:\"title_quick_crypto\";s:1:\"2\";s:15:\"title_section_1\";s:1:\"2\";s:15:\"title_section_2\";s:1:\"2\";s:15:\"title_section_3\";s:1:\"2\";s:14:\"title_security\";s:1:\"2\";s:11:\"title_steps\";s:1:\"2\";s:10:\"title_team\";s:1:\"2\";s:12:\"title_values\";s:1:\"2\";s:16:\"title_wallet_app\";s:1:\"2\";s:13:\"title_welcome\";s:1:\"2\";s:11:\"title_works\";s:1:\"2\";s:17:\"top_up_with_speed\";s:1:\"2\";s:23:\"top_up_with_speed_icons\";s:1:\"2\";s:30:\"top_up_with_speed_icons_0_icon\";s:1:\"2\";s:35:\"top_up_with_speed_icons_0_icon_text\";s:1:\"2\";s:30:\"top_up_with_speed_icons_1_icon\";s:1:\"2\";s:35:\"top_up_with_speed_icons_1_icon_text\";s:1:\"2\";s:30:\"top_up_with_speed_icons_2_icon\";s:1:\"2\";s:35:\"top_up_with_speed_icons_2_icon_text\";s:1:\"2\";s:13:\"_block_1_text\";s:1:\"2\";s:14:\"_block_1_title\";s:1:\"2\";s:17:\"_categories_posts\";s:1:\"2\";s:28:\"_categories_posts_category_1\";s:1:\"2\";s:28:\"_categories_posts_category_2\";s:1:\"2\";s:28:\"_categories_posts_category_3\";s:1:\"2\";s:28:\"_categories_posts_category_4\";s:1:\"2\";s:28:\"_categories_posts_category_5\";s:1:\"2\";s:12:\"_description\";s:1:\"2\";s:9:\"_subtitle\";s:1:\"2\";s:7:\"value_1\";s:1:\"2\";s:7:\"value_2\";s:1:\"2\";s:13:\"value_2_image\";s:1:\"2\";s:12:\"value_2_text\";s:1:\"2\";s:13:\"value_2_title\";s:1:\"2\";s:7:\"value_3\";s:1:\"2\";s:13:\"value_3_image\";s:1:\"2\";s:12:\"value_3_text\";s:1:\"2\";s:13:\"value_3_title\";s:1:\"2\";s:7:\"value_4\";s:1:\"2\";s:13:\"value_4_image\";s:1:\"2\";s:12:\"value_4_text\";s:1:\"2\";s:13:\"value_4_title\";s:1:\"2\";s:7:\"value_5\";s:1:\"2\";s:13:\"value_5_image\";s:1:\"2\";s:12:\"value_5_text\";s:1:\"2\";s:13:\"value_5_title\";s:1:\"2\";s:13:\"value_6_image\";s:1:\"2\";s:12:\"value_6_text\";s:1:\"2\";s:13:\"value_6_title\";s:1:\"2\";s:7:\"value_6\";s:1:\"2\";s:7:\"value_7\";s:1:\"2\";s:13:\"value_7_image\";s:1:\"2\";s:12:\"value_7_text\";s:1:\"2\";s:13:\"value_7_title\";s:1:\"2\";s:7:\"value_8\";s:1:\"2\";s:13:\"value_8_image\";s:1:\"2\";s:12:\"value_8_text\";s:1:\"2\";s:13:\"value_8_title\";s:1:\"2\";s:6:\"values\";s:1:\"2\";s:14:\"values_0_image\";s:1:\"2\";s:13:\"values_0_text\";s:1:\"2\";s:14:\"values_0_title\";s:1:\"2\";s:14:\"values_1_image\";s:1:\"2\";s:13:\"values_1_text\";s:1:\"2\";s:14:\"values_1_title\";s:1:\"2\";s:14:\"values_2_image\";s:1:\"2\";s:14:\"values_2_title\";s:1:\"2\";s:13:\"values_2_text\";s:1:\"2\";s:14:\"values_3_image\";s:1:\"2\";s:13:\"values_3_text\";s:1:\"2\";s:14:\"values_3_title\";s:1:\"2\";s:14:\"values_4_image\";s:1:\"2\";s:13:\"values_4_text\";s:1:\"2\";s:14:\"values_4_title\";s:1:\"2\";s:14:\"values_5_image\";s:1:\"2\";s:13:\"values_5_text\";s:1:\"2\";s:14:\"values_5_title\";s:1:\"2\";s:14:\"values_6_image\";s:1:\"2\";s:13:\"values_6_text\";s:1:\"2\";s:14:\"values_6_title\";s:1:\"2\";s:14:\"values_7_image\";s:1:\"2\";s:13:\"values_7_text\";s:1:\"2\";s:14:\"values_7_title\";s:1:\"2\";s:26:\"top_up_with_speed_subtitle\";s:1:\"2\";s:10:\"video_link\";s:1:\"2\";s:22:\"top_up_with_speed_text\";s:1:\"2\";s:4:\"type\";s:1:\"2\";s:14:\"values_8_image\";s:1:\"2\";s:13:\"values_8_text\";s:1:\"2\";s:14:\"values_8_title\";s:1:\"2\";s:30:\"top_up_with_speed_icons_3_icon\";s:1:\"2\";s:35:\"top_up_with_speed_icons_3_icon_text\";s:1:\"2\";s:30:\"top_up_with_speed_icons_4_icon\";s:1:\"2\";s:35:\"top_up_with_speed_icons_4_icon_text\";s:1:\"2\";s:30:\"top_up_with_speed_icons_5_icon\";s:1:\"2\";s:35:\"top_up_with_speed_icons_5_icon_text\";s:1:\"2\";s:30:\"top_up_with_speed_icons_6_icon\";s:1:\"2\";s:35:\"top_up_with_speed_icons_6_icon_text\";s:1:\"2\";}s:29:\"custom_fields_readonly_config\";a:23:{i:0;s:5:\"title\";i:1;s:11:\"description\";i:2;s:8:\"keywords\";i:3;s:10:\"_edit_last\";i:4;s:10:\"_edit_lock\";i:5;s:17:\"_wp_page_template\";i:6;s:23:\"_wp_attachment_metadata\";i:7;s:16:\"original_post_id\";i:8;s:22:\"_wpml_original_post_id\";i:9;s:12:\"_wp_old_slug\";i:10;s:20:\"_icl_translator_note\";i:11;s:14:\"_alp_processed\";i:12;s:7:\"_pingme\";i:13;s:10:\"_encloseme\";i:14;s:22:\"_icl_lang_duplicate_of\";i:15;s:13:\"_thumbnail_id\";i:16;s:17:\"_wp_attached_file\";i:17;s:24:\"_wp_attachment_image_alt\";i:18;s:14:\"_aioseop_title\";i:19;s:20:\"_aioseop_description\";i:20;s:17:\"_aioseop_keywords\";i:21;s:21:\"_wpml_media_duplicate\";i:22;s:20:\"_wpml_media_featured\";}s:32:\"custom_fields_translation_custom\";a:0:{}s:41:\"custom_fields_translation_custom_readonly\";a:0:{}s:22:\"doc_translation_method\";s:3:\"ATE\";s:35:\"__custom_types_readonly_config_prev\";a:0:{}s:28:\"custom_types_readonly_config\";a:0:{}s:36:\"__custom_fields_readonly_config_prev\";a:23:{i:0;s:5:\"title\";i:1;s:11:\"description\";i:2;s:8:\"keywords\";i:3;s:10:\"_edit_last\";i:4;s:10:\"_edit_lock\";i:5;s:17:\"_wp_page_template\";i:6;s:23:\"_wp_attachment_metadata\";i:7;s:16:\"original_post_id\";i:8;s:22:\"_wpml_original_post_id\";i:9;s:12:\"_wp_old_slug\";i:10;s:20:\"_icl_translator_note\";i:11;s:14:\"_alp_processed\";i:12;s:7:\"_pingme\";i:13;s:10:\"_encloseme\";i:14;s:22:\"_icl_lang_duplicate_of\";i:15;s:13:\"_thumbnail_id\";i:16;s:17:\"_wp_attached_file\";i:17;s:24:\"_wp_attachment_image_alt\";i:18;s:14:\"_aioseop_title\";i:19;s:20:\"_aioseop_description\";i:20;s:17:\"_aioseop_keywords\";i:21;s:21:\"_wpml_media_duplicate\";i:22;s:20:\"_wpml_media_featured\";}s:41:\"__custom_term_fields_readonly_config_prev\";a:0:{}s:34:\"custom_term_fields_readonly_config\";a:0:{}s:26:\"taxonomies_readonly_config\";a:1:{s:20:\"translation_priority\";i:1;}s:28:\"custom-types_readonly_config\";a:2:{s:10:\"attachment\";i:1;s:8:\"wp_block\";i:1;}s:44:\"post_translation_editor_native_for_post_type\";a:1:{s:4:\"page\";b:1;}s:29:\"custom_fields_unlocked_config\";a:581:{s:7:\"block_1\";s:1:\"0\";s:12:\"block_1_text\";s:1:\"0\";s:13:\"block_1_title\";s:1:\"0\";s:7:\"block_2\";s:1:\"0\";s:12:\"block_2_text\";s:1:\"0\";s:13:\"block_2_title\";s:1:\"0\";s:7:\"block_3\";s:1:\"0\";s:12:\"block_3_text\";s:1:\"0\";s:13:\"block_3_title\";s:1:\"0\";s:16:\"categories_posts\";s:1:\"0\";s:27:\"categories_posts_category_1\";s:1:\"0\";s:27:\"categories_posts_category_2\";s:1:\"0\";s:27:\"categories_posts_category_3\";s:1:\"0\";s:27:\"categories_posts_category_4\";s:1:\"0\";s:27:\"categories_posts_category_5\";s:1:\"0\";s:11:\"description\";s:1:\"1\";s:8:\"subtitle\";s:1:\"0\";s:13:\"value_1_image\";s:1:\"0\";s:12:\"value_1_text\";s:1:\"0\";s:13:\"value_1_title\";s:1:\"0\";s:5:\"alert\";s:1:\"0\";s:18:\"alert_cryptowallet\";s:1:\"0\";s:12:\"alert_limits\";s:1:\"0\";s:20:\"archive_for_download\";s:1:\"0\";s:8:\"benefits\";s:1:\"0\";s:25:\"benefits_0_animation_card\";s:1:\"0\";s:22:\"benefits_0_description\";s:1:\"0\";s:16:\"benefits_0_title\";s:1:\"0\";s:25:\"benefits_1_animation_card\";s:1:\"0\";s:22:\"benefits_1_description\";s:1:\"0\";s:16:\"benefits_1_title\";s:1:\"0\";s:25:\"benefits_2_animation_card\";s:1:\"0\";s:22:\"benefits_2_description\";s:1:\"0\";s:16:\"benefits_2_title\";s:1:\"0\";s:25:\"benefits_3_animation_card\";s:1:\"0\";s:22:\"benefits_3_description\";s:1:\"0\";s:16:\"benefits_3_title\";s:1:\"0\";s:20:\"benefits_contactless\";s:1:\"0\";s:34:\"benefits_contactless_0_description\";s:1:\"0\";s:28:\"benefits_contactless_0_icone\";s:1:\"0\";s:28:\"benefits_contactless_0_title\";s:1:\"0\";s:34:\"benefits_contactless_1_description\";s:1:\"0\";s:28:\"benefits_contactless_1_icone\";s:1:\"0\";s:28:\"benefits_contactless_1_title\";s:1:\"0\";s:34:\"benefits_contactless_2_description\";s:1:\"0\";s:28:\"benefits_contactless_2_icone\";s:1:\"0\";s:28:\"benefits_contactless_2_title\";s:1:\"0\";s:34:\"benefits_contactless_3_description\";s:1:\"0\";s:28:\"benefits_contactless_3_icone\";s:1:\"0\";s:28:\"benefits_contactless_3_title\";s:1:\"0\";s:6:\"blocks\";s:1:\"0\";s:13:\"blocks_0_text\";s:1:\"0\";s:14:\"blocks_0_title\";s:1:\"0\";s:13:\"blocks_1_text\";s:1:\"0\";s:14:\"blocks_1_title\";s:1:\"0\";s:13:\"blocks_2_text\";s:1:\"0\";s:14:\"blocks_2_title\";s:1:\"0\";s:13:\"blocks_3_text\";s:1:\"0\";s:14:\"blocks_3_title\";s:1:\"0\";s:27:\"block_1_licensed_and_secure\";s:1:\"0\";s:32:\"block_1_licensed_and_secure_link\";s:1:\"0\";s:36:\"block_1_licensed_and_secure_subtitle\";s:1:\"0\";s:32:\"block_1_licensed_and_secure_text\";s:1:\"0\";s:37:\"block_1_licensed_and_secure_text_link\";s:1:\"0\";s:16:\"block_1_subtitle\";s:1:\"0\";s:27:\"block_2_licensed_and_secure\";s:1:\"0\";s:32:\"block_2_licensed_and_secure_link\";s:1:\"0\";s:36:\"block_2_licensed_and_secure_subtitle\";s:1:\"0\";s:32:\"block_2_licensed_and_secure_text\";s:1:\"0\";s:37:\"block_2_licensed_and_secure_text_link\";s:1:\"0\";s:16:\"block_2_subtitle\";s:1:\"0\";s:10:\"block_text\";s:1:\"0\";s:15:\"block_text_text\";s:1:\"0\";s:16:\"block_text_title\";s:1:\"0\";s:11:\"button_link\";s:1:\"0\";s:7:\"careers\";s:1:\"0\";s:14:\"careers_0_text\";s:1:\"0\";s:15:\"careers_0_title\";s:1:\"0\";s:14:\"careers_1_text\";s:1:\"0\";s:15:\"careers_1_title\";s:1:\"0\";s:14:\"careers_2_text\";s:1:\"0\";s:15:\"careers_2_title\";s:1:\"0\";s:8:\"career_1\";s:1:\"0\";s:13:\"career_1_text\";s:1:\"0\";s:14:\"career_1_title\";s:1:\"0\";s:8:\"career_2\";s:1:\"0\";s:13:\"career_2_text\";s:1:\"0\";s:14:\"career_2_title\";s:1:\"0\";s:8:\"career_3\";s:1:\"0\";s:13:\"career_3_text\";s:1:\"0\";s:14:\"career_3_title\";s:1:\"0\";s:34:\"categories_posts_number_of_posts_1\";s:1:\"0\";s:34:\"categories_posts_number_of_posts_2\";s:1:\"0\";s:34:\"categories_posts_number_of_posts_3\";s:1:\"0\";s:34:\"categories_posts_number_of_posts_4\";s:1:\"0\";s:34:\"categories_posts_number_of_posts_5\";s:1:\"0\";s:13:\"color_palette\";s:1:\"0\";s:21:\"color_palette_0_color\";s:1:\"0\";s:21:\"color_palette_1_color\";s:1:\"0\";s:21:\"color_palette_2_color\";s:1:\"0\";s:21:\"color_palette_3_color\";s:1:\"0\";s:21:\"color_palette_4_color\";s:1:\"0\";s:21:\"color_palette_5_color\";s:1:\"0\";s:21:\"color_palette_6_color\";s:1:\"0\";s:21:\"color_palette_7_color\";s:1:\"0\";s:9:\"companies\";s:1:\"0\";s:17:\"companies_0_about\";s:1:\"0\";s:19:\"companies_0_address\";s:1:\"0\";s:16:\"companies_0_name\";s:1:\"0\";s:17:\"companies_1_about\";s:1:\"0\";s:19:\"companies_1_address\";s:1:\"0\";s:16:\"companies_1_name\";s:1:\"0\";s:17:\"companies_2_about\";s:1:\"0\";s:19:\"companies_2_address\";s:1:\"0\";s:16:\"companies_2_name\";s:1:\"0\";s:9:\"company_1\";s:1:\"0\";s:15:\"company_1_about\";s:1:\"0\";s:17:\"company_1_address\";s:1:\"0\";s:14:\"company_1_name\";s:1:\"0\";s:9:\"company_2\";s:1:\"0\";s:15:\"company_2_about\";s:1:\"0\";s:17:\"company_2_address\";s:1:\"0\";s:14:\"company_2_name\";s:1:\"0\";s:9:\"company_3\";s:1:\"0\";s:15:\"company_3_about\";s:1:\"0\";s:17:\"company_3_address\";s:1:\"0\";s:14:\"company_3_name\";s:1:\"0\";s:26:\"description_client_support\";s:1:\"0\";s:17:\"description_coins\";s:1:\"0\";s:23:\"description_contactless\";s:1:\"0\";s:24:\"description_cryptowallet\";s:1:\"0\";s:31:\"description_licensed_and_secure\";s:1:\"0\";s:19:\"description_payment\";s:1:\"0\";s:24:\"description_quick_crypto\";s:1:\"0\";s:17:\"description_steps\";s:1:\"0\";s:17:\"description_works\";s:1:\"0\";s:21:\"exchange_effortlessly\";s:1:\"0\";s:30:\"exchange_effortlessly_subtitle\";s:1:\"0\";s:26:\"exchange_effortlessly_text\";s:1:\"0\";s:8:\"featured\";s:1:\"0\";s:4:\"form\";s:1:\"0\";s:11:\"hold_crypto\";s:1:\"0\";s:16:\"hold_crypto_text\";s:1:\"0\";s:17:\"hold_crypto_title\";s:1:\"0\";s:21:\"inline_featured_image\";s:1:\"0\";s:24:\"link_licensed_and_secure\";s:1:\"0\";s:4:\"list\";s:1:\"0\";s:12:\"list_0_coins\";s:1:\"0\";s:19:\"list_0_coins_0_coin\";s:1:\"0\";s:19:\"list_0_coins_0_name\";s:1:\"0\";s:19:\"list_0_coins_0_text\";s:1:\"0\";s:19:\"list_0_coins_1_coin\";s:1:\"0\";s:19:\"list_0_coins_1_name\";s:1:\"0\";s:19:\"list_0_coins_1_text\";s:1:\"0\";s:19:\"list_0_coins_2_coin\";s:1:\"0\";s:19:\"list_0_coins_2_name\";s:1:\"0\";s:19:\"list_0_coins_2_text\";s:1:\"0\";s:19:\"list_0_coins_3_coin\";s:1:\"0\";s:19:\"list_0_coins_3_name\";s:1:\"0\";s:19:\"list_0_coins_3_text\";s:1:\"0\";s:19:\"list_0_coins_4_coin\";s:1:\"0\";s:19:\"list_0_coins_4_name\";s:1:\"0\";s:19:\"list_0_coins_4_text\";s:1:\"0\";s:19:\"list_0_coins_5_coin\";s:1:\"0\";s:19:\"list_0_coins_5_name\";s:1:\"0\";s:19:\"list_0_coins_5_text\";s:1:\"0\";s:19:\"list_0_coins_6_coin\";s:1:\"0\";s:19:\"list_0_coins_6_name\";s:1:\"0\";s:19:\"list_0_coins_6_text\";s:1:\"0\";s:19:\"list_0_coins_7_coin\";s:1:\"0\";s:19:\"list_0_coins_7_name\";s:1:\"0\";s:19:\"list_0_coins_7_text\";s:1:\"0\";s:19:\"list_0_coins_8_coin\";s:1:\"0\";s:19:\"list_0_coins_8_name\";s:1:\"0\";s:19:\"list_0_coins_8_text\";s:1:\"0\";s:19:\"list_0_coins_9_coin\";s:1:\"0\";s:19:\"list_0_coins_9_name\";s:1:\"0\";s:19:\"list_0_coins_9_text\";s:1:\"0\";s:20:\"list_0_coins_10_coin\";s:1:\"0\";s:20:\"list_0_coins_10_name\";s:1:\"0\";s:20:\"list_0_coins_10_text\";s:1:\"0\";s:12:\"list_0_title\";s:1:\"0\";s:12:\"list_1_coins\";s:1:\"0\";s:19:\"list_1_coins_0_coin\";s:1:\"0\";s:19:\"list_1_coins_0_name\";s:1:\"0\";s:19:\"list_1_coins_0_text\";s:1:\"0\";s:12:\"list_1_title\";s:1:\"0\";s:5:\"logos\";s:1:\"0\";s:12:\"logos_0_logo\";s:1:\"0\";s:18:\"logos_0_logo_hover\";s:1:\"0\";s:12:\"logos_1_logo\";s:1:\"0\";s:18:\"logos_1_logo_hover\";s:1:\"0\";s:12:\"logos_2_logo\";s:1:\"0\";s:18:\"logos_2_logo_hover\";s:1:\"0\";s:12:\"logos_3_logo\";s:1:\"0\";s:18:\"logos_3_logo_hover\";s:1:\"0\";s:12:\"logos_4_logo\";s:1:\"0\";s:18:\"logos_4_logo_hover\";s:1:\"0\";s:12:\"logos_5_logo\";s:1:\"0\";s:18:\"logos_5_logo_hover\";s:1:\"0\";s:11:\"logo_&_icon\";s:1:\"0\";s:18:\"logo_&_icon_logo_1\";s:1:\"0\";s:22:\"logo_&_icon_logo_1_day\";s:1:\"0\";s:24:\"logo_&_icon_logo_1_night\";s:1:\"0\";s:18:\"logo_&_icon_logo_2\";s:1:\"0\";s:22:\"logo_&_icon_logo_2_day\";s:1:\"0\";s:24:\"logo_&_icon_logo_2_night\";s:1:\"0\";s:26:\"logo_&_icon_warning_logo_1\";s:1:\"0\";s:26:\"logo_&_icon_warning_logo_2\";s:1:\"0\";s:8:\"member_1\";s:1:\"0\";s:13:\"member_1_name\";s:1:\"0\";s:14:\"member_1_photo\";s:1:\"0\";s:13:\"member_1_role\";s:1:\"0\";s:8:\"member_2\";s:1:\"0\";s:13:\"member_2_name\";s:1:\"0\";s:14:\"member_2_photo\";s:1:\"0\";s:13:\"member_2_role\";s:1:\"0\";s:8:\"member_3\";s:1:\"0\";s:13:\"member_3_name\";s:1:\"0\";s:14:\"member_3_photo\";s:1:\"0\";s:13:\"member_3_role\";s:1:\"0\";s:8:\"member_4\";s:1:\"0\";s:13:\"member_4_name\";s:1:\"0\";s:14:\"member_4_photo\";s:1:\"0\";s:13:\"member_4_role\";s:1:\"0\";s:8:\"member_5\";s:1:\"0\";s:13:\"member_5_name\";s:1:\"0\";s:14:\"member_5_photo\";s:1:\"0\";s:13:\"member_5_role\";s:1:\"0\";s:8:\"member_6\";s:1:\"0\";s:13:\"member_6_name\";s:1:\"0\";s:14:\"member_6_photo\";s:1:\"0\";s:13:\"member_6_role\";s:1:\"0\";s:8:\"option_1\";s:1:\"0\";s:8:\"option_2\";s:1:\"0\";s:8:\"option_3\";s:1:\"0\";s:15:\"payment_process\";s:1:\"0\";s:22:\"payment_process_0_step\";s:1:\"0\";s:22:\"payment_process_1_step\";s:1:\"0\";s:22:\"payment_process_2_step\";s:1:\"0\";s:22:\"payment_process_3_step\";s:1:\"0\";s:22:\"payment_process_4_step\";s:1:\"0\";s:22:\"payment_process_5_step\";s:1:\"0\";s:7:\"qr_code\";s:1:\"0\";s:13:\"related_posts\";s:1:\"0\";s:20:\"related_posts_0_post\";s:1:\"0\";s:20:\"related_posts_1_post\";s:1:\"0\";s:20:\"related_posts_2_post\";s:1:\"0\";s:11:\"sell_crypto\";s:1:\"0\";s:16:\"sell_crypto_link\";s:1:\"0\";s:16:\"sell_crypto_text\";s:1:\"0\";s:21:\"sell_crypto_text_link\";s:1:\"0\";s:17:\"sell_crypto_title\";s:1:\"0\";s:11:\"send_crypto\";s:1:\"0\";s:16:\"send_crypto_text\";s:1:\"0\";s:17:\"send_crypto_title\";s:1:\"0\";s:17:\"show_crypto_funds\";s:1:\"0\";s:5:\"steps\";s:1:\"0\";s:19:\"steps_0_description\";s:1:\"0\";s:13:\"steps_0_thumb\";s:1:\"0\";s:13:\"steps_0_title\";s:1:\"0\";s:19:\"steps_1_description\";s:1:\"0\";s:13:\"steps_1_thumb\";s:1:\"0\";s:13:\"steps_1_title\";s:1:\"0\";s:19:\"steps_2_description\";s:1:\"0\";s:13:\"steps_2_thumb\";s:1:\"0\";s:13:\"steps_2_title\";s:1:\"0\";s:19:\"steps_3_description\";s:1:\"0\";s:13:\"steps_3_thumb\";s:1:\"0\";s:13:\"steps_3_title\";s:1:\"0\";s:6:\"step_1\";s:1:\"0\";s:11:\"step_1_text\";s:1:\"0\";s:12:\"step_1_title\";s:1:\"0\";s:6:\"step_2\";s:1:\"0\";s:11:\"step_2_text\";s:1:\"0\";s:12:\"step_2_title\";s:1:\"0\";s:6:\"step_3\";s:1:\"0\";s:11:\"step_3_text\";s:1:\"0\";s:12:\"step_3_title\";s:1:\"0\";s:6:\"step_4\";s:1:\"0\";s:11:\"step_4_text\";s:1:\"0\";s:12:\"step_4_title\";s:1:\"0\";s:14:\"subtitle_steps\";s:1:\"0\";s:5:\"table\";s:1:\"0\";s:12:\"table_0_line\";s:1:\"0\";s:18:\"table_0_line_0_eur\";s:1:\"0\";s:18:\"table_0_line_0_gbp\";s:1:\"0\";s:19:\"table_0_line_0_name\";s:1:\"0\";s:18:\"table_0_line_0_usd\";s:1:\"0\";s:18:\"table_0_line_1_eur\";s:1:\"0\";s:18:\"table_0_line_1_gbp\";s:1:\"0\";s:19:\"table_0_line_1_name\";s:1:\"0\";s:18:\"table_0_line_1_usd\";s:1:\"0\";s:18:\"table_0_line_2_eur\";s:1:\"0\";s:18:\"table_0_line_2_gbp\";s:1:\"0\";s:19:\"table_0_line_2_name\";s:1:\"0\";s:18:\"table_0_line_2_usd\";s:1:\"0\";s:18:\"table_0_line_3_eur\";s:1:\"0\";s:18:\"table_0_line_3_gbp\";s:1:\"0\";s:19:\"table_0_line_3_name\";s:1:\"0\";s:18:\"table_0_line_3_usd\";s:1:\"0\";s:18:\"table_0_line_4_eur\";s:1:\"0\";s:18:\"table_0_line_4_gbp\";s:1:\"0\";s:19:\"table_0_line_4_name\";s:1:\"0\";s:18:\"table_0_line_4_usd\";s:1:\"0\";s:18:\"table_0_line_5_eur\";s:1:\"0\";s:18:\"table_0_line_5_gbp\";s:1:\"0\";s:19:\"table_0_line_5_name\";s:1:\"0\";s:18:\"table_0_line_5_usd\";s:1:\"0\";s:18:\"table_0_line_6_eur\";s:1:\"0\";s:18:\"table_0_line_6_gbp\";s:1:\"0\";s:19:\"table_0_line_6_name\";s:1:\"0\";s:18:\"table_0_line_6_usd\";s:1:\"0\";s:18:\"table_0_line_7_eur\";s:1:\"0\";s:18:\"table_0_line_7_gbp\";s:1:\"0\";s:19:\"table_0_line_7_name\";s:1:\"0\";s:18:\"table_0_line_7_usd\";s:1:\"0\";s:18:\"table_0_line_8_eur\";s:1:\"0\";s:18:\"table_0_line_8_gbp\";s:1:\"0\";s:19:\"table_0_line_8_name\";s:1:\"0\";s:18:\"table_0_line_8_usd\";s:1:\"0\";s:13:\"table_0_title\";s:1:\"0\";s:12:\"table_1_line\";s:1:\"0\";s:18:\"table_1_line_0_eur\";s:1:\"0\";s:18:\"table_1_line_0_gbp\";s:1:\"0\";s:19:\"table_1_line_0_name\";s:1:\"0\";s:18:\"table_1_line_0_usd\";s:1:\"0\";s:18:\"table_1_line_1_eur\";s:1:\"0\";s:18:\"table_1_line_1_gbp\";s:1:\"0\";s:19:\"table_1_line_1_name\";s:1:\"0\";s:18:\"table_1_line_1_usd\";s:1:\"0\";s:18:\"table_1_line_2_eur\";s:1:\"0\";s:18:\"table_1_line_2_gbp\";s:1:\"0\";s:19:\"table_1_line_2_name\";s:1:\"0\";s:18:\"table_1_line_2_usd\";s:1:\"0\";s:18:\"table_1_line_3_eur\";s:1:\"0\";s:18:\"table_1_line_3_gbp\";s:1:\"0\";s:19:\"table_1_line_3_name\";s:1:\"0\";s:18:\"table_1_line_3_usd\";s:1:\"0\";s:18:\"table_1_line_4_eur\";s:1:\"0\";s:18:\"table_1_line_4_gbp\";s:1:\"0\";s:19:\"table_1_line_4_name\";s:1:\"0\";s:18:\"table_1_line_4_usd\";s:1:\"0\";s:18:\"table_1_line_5_eur\";s:1:\"0\";s:18:\"table_1_line_5_gbp\";s:1:\"0\";s:19:\"table_1_line_5_name\";s:1:\"0\";s:18:\"table_1_line_5_usd\";s:1:\"0\";s:18:\"table_1_line_6_eur\";s:1:\"0\";s:18:\"table_1_line_6_gbp\";s:1:\"0\";s:19:\"table_1_line_6_name\";s:1:\"0\";s:18:\"table_1_line_6_usd\";s:1:\"0\";s:18:\"table_1_line_7_eur\";s:1:\"0\";s:18:\"table_1_line_7_gbp\";s:1:\"0\";s:19:\"table_1_line_7_name\";s:1:\"0\";s:18:\"table_1_line_7_usd\";s:1:\"0\";s:18:\"table_1_line_8_eur\";s:1:\"0\";s:18:\"table_1_line_8_gbp\";s:1:\"0\";s:19:\"table_1_line_8_name\";s:1:\"0\";s:18:\"table_1_line_8_usd\";s:1:\"0\";s:18:\"table_1_line_9_eur\";s:1:\"0\";s:18:\"table_1_line_9_gbp\";s:1:\"0\";s:19:\"table_1_line_9_name\";s:1:\"0\";s:18:\"table_1_line_9_usd\";s:1:\"0\";s:13:\"table_1_title\";s:1:\"0\";s:12:\"table_2_line\";s:1:\"0\";s:18:\"table_2_line_0_eur\";s:1:\"0\";s:18:\"table_2_line_0_gbp\";s:1:\"0\";s:19:\"table_2_line_0_name\";s:1:\"0\";s:18:\"table_2_line_0_usd\";s:1:\"0\";s:18:\"table_2_line_1_eur\";s:1:\"0\";s:18:\"table_2_line_1_gbp\";s:1:\"0\";s:19:\"table_2_line_1_name\";s:1:\"0\";s:18:\"table_2_line_1_usd\";s:1:\"0\";s:18:\"table_2_line_2_eur\";s:1:\"0\";s:18:\"table_2_line_2_gbp\";s:1:\"0\";s:19:\"table_2_line_2_name\";s:1:\"0\";s:18:\"table_2_line_2_usd\";s:1:\"0\";s:18:\"table_2_line_3_eur\";s:1:\"0\";s:18:\"table_2_line_3_gbp\";s:1:\"0\";s:19:\"table_2_line_3_name\";s:1:\"0\";s:18:\"table_2_line_3_usd\";s:1:\"0\";s:18:\"table_2_line_4_eur\";s:1:\"0\";s:18:\"table_2_line_4_gbp\";s:1:\"0\";s:19:\"table_2_line_4_name\";s:1:\"0\";s:18:\"table_2_line_4_usd\";s:1:\"0\";s:13:\"table_2_title\";s:1:\"0\";s:12:\"table_3_line\";s:1:\"0\";s:18:\"table_3_line_0_eur\";s:1:\"0\";s:18:\"table_3_line_0_gbp\";s:1:\"0\";s:19:\"table_3_line_0_name\";s:1:\"0\";s:18:\"table_3_line_0_usd\";s:1:\"0\";s:18:\"table_3_line_1_eur\";s:1:\"0\";s:18:\"table_3_line_1_gbp\";s:1:\"0\";s:19:\"table_3_line_1_name\";s:1:\"0\";s:18:\"table_3_line_1_usd\";s:1:\"0\";s:18:\"table_3_line_2_eur\";s:1:\"0\";s:18:\"table_3_line_2_gbp\";s:1:\"0\";s:19:\"table_3_line_2_name\";s:1:\"0\";s:18:\"table_3_line_2_usd\";s:1:\"0\";s:18:\"table_3_line_3_eur\";s:1:\"0\";s:18:\"table_3_line_3_gbp\";s:1:\"0\";s:19:\"table_3_line_3_name\";s:1:\"0\";s:18:\"table_3_line_3_usd\";s:1:\"0\";s:18:\"table_3_line_4_eur\";s:1:\"0\";s:18:\"table_3_line_4_gbp\";s:1:\"0\";s:19:\"table_3_line_4_name\";s:1:\"0\";s:18:\"table_3_line_4_usd\";s:1:\"0\";s:18:\"table_3_line_5_eur\";s:1:\"0\";s:18:\"table_3_line_5_gbp\";s:1:\"0\";s:19:\"table_3_line_5_name\";s:1:\"0\";s:18:\"table_3_line_5_usd\";s:1:\"0\";s:18:\"table_3_line_6_eur\";s:1:\"0\";s:18:\"table_3_line_6_gbp\";s:1:\"0\";s:19:\"table_3_line_6_name\";s:1:\"0\";s:18:\"table_3_line_6_usd\";s:1:\"0\";s:18:\"table_3_line_7_eur\";s:1:\"0\";s:18:\"table_3_line_7_gbp\";s:1:\"0\";s:19:\"table_3_line_7_name\";s:1:\"0\";s:18:\"table_3_line_7_usd\";s:1:\"0\";s:18:\"table_3_line_8_eur\";s:1:\"0\";s:18:\"table_3_line_8_gbp\";s:1:\"0\";s:19:\"table_3_line_8_name\";s:1:\"0\";s:18:\"table_3_line_8_usd\";s:1:\"0\";s:18:\"table_3_line_9_eur\";s:1:\"0\";s:18:\"table_3_line_9_gbp\";s:1:\"0\";s:19:\"table_3_line_9_name\";s:1:\"0\";s:18:\"table_3_line_9_usd\";s:1:\"0\";s:13:\"table_3_title\";s:1:\"0\";s:4:\"team\";s:1:\"0\";s:11:\"team_0_name\";s:1:\"0\";s:12:\"team_0_photo\";s:1:\"0\";s:11:\"team_0_role\";s:1:\"0\";s:11:\"team_1_name\";s:1:\"0\";s:12:\"team_1_photo\";s:1:\"0\";s:11:\"team_1_role\";s:1:\"0\";s:11:\"team_2_name\";s:1:\"0\";s:12:\"team_2_photo\";s:1:\"0\";s:11:\"team_2_role\";s:1:\"0\";s:11:\"team_3_name\";s:1:\"0\";s:12:\"team_3_photo\";s:1:\"0\";s:11:\"team_3_role\";s:1:\"0\";s:11:\"team_4_name\";s:1:\"0\";s:12:\"team_4_photo\";s:1:\"0\";s:11:\"team_4_role\";s:1:\"0\";s:11:\"team_5_name\";s:1:\"0\";s:12:\"team_5_photo\";s:1:\"0\";s:11:\"team_5_role\";s:1:\"0\";s:4:\"text\";s:1:\"0\";s:6:\"text_1\";s:1:\"0\";s:6:\"text_2\";s:1:\"0\";s:8:\"text_buy\";s:1:\"0\";s:10:\"text_color\";s:1:\"0\";s:9:\"text_copy\";s:1:\"0\";s:17:\"text_cryptowallet\";s:1:\"0\";s:9:\"text_join\";s:1:\"0\";s:9:\"text_link\";s:1:\"0\";s:9:\"text_logo\";s:1:\"0\";s:9:\"text_meet\";s:1:\"0\";s:10:\"text_press\";s:1:\"0\";s:14:\"text_questions\";s:1:\"0\";s:14:\"text_section_2\";s:1:\"0\";s:14:\"text_section_3\";s:1:\"0\";s:13:\"text_security\";s:1:\"0\";s:5:\"title\";s:1:\"0\";s:7:\"title_1\";s:1:\"0\";s:7:\"title_2\";s:1:\"0\";s:9:\"title_buy\";s:1:\"0\";s:20:\"title_client_support\";s:1:\"0\";s:11:\"title_coins\";s:1:\"0\";s:11:\"title_color\";s:1:\"0\";s:17:\"title_contactless\";s:1:\"0\";s:12:\"title_crypto\";s:1:\"0\";s:18:\"title_cryptoWallet\";s:1:\"0\";s:14:\"title_download\";s:1:\"0\";s:10:\"title_join\";s:1:\"0\";s:25:\"title_licensed_and_secure\";s:1:\"0\";s:12:\"title_limits\";s:1:\"0\";s:10:\"title_logo\";s:1:\"0\";s:10:\"title_meet\";s:1:\"0\";s:13:\"title_payment\";s:1:\"0\";s:21:\"title_payment_process\";s:1:\"0\";s:11:\"title_press\";s:1:\"0\";s:15:\"title_questions\";s:1:\"0\";s:18:\"title_quick_crypto\";s:1:\"0\";s:15:\"title_section_1\";s:1:\"0\";s:15:\"title_section_2\";s:1:\"0\";s:15:\"title_section_3\";s:1:\"0\";s:14:\"title_security\";s:1:\"0\";s:11:\"title_steps\";s:1:\"0\";s:10:\"title_team\";s:1:\"0\";s:12:\"title_values\";s:1:\"0\";s:16:\"title_wallet_app\";s:1:\"0\";s:13:\"title_welcome\";s:1:\"0\";s:11:\"title_works\";s:1:\"0\";s:17:\"top_up_with_speed\";s:1:\"0\";s:23:\"top_up_with_speed_icons\";s:1:\"0\";s:30:\"top_up_with_speed_icons_0_icon\";s:1:\"0\";s:35:\"top_up_with_speed_icons_0_icon_text\";s:1:\"0\";s:30:\"top_up_with_speed_icons_1_icon\";s:1:\"0\";s:35:\"top_up_with_speed_icons_1_icon_text\";s:1:\"0\";s:30:\"top_up_with_speed_icons_2_icon\";s:1:\"0\";s:35:\"top_up_with_speed_icons_2_icon_text\";s:1:\"0\";s:30:\"top_up_with_speed_icons_3_icon\";s:1:\"0\";s:13:\"_block_1_text\";s:1:\"0\";s:14:\"_block_1_title\";s:1:\"0\";s:17:\"_categories_posts\";s:1:\"0\";s:28:\"_categories_posts_category_1\";s:1:\"0\";s:28:\"_categories_posts_category_2\";s:1:\"0\";s:28:\"_categories_posts_category_3\";s:1:\"0\";s:28:\"_categories_posts_category_4\";s:1:\"0\";s:28:\"_categories_posts_category_5\";s:1:\"0\";s:12:\"_description\";s:1:\"0\";s:9:\"_subtitle\";s:1:\"0\";s:7:\"value_1\";s:1:\"0\";s:7:\"value_2\";s:1:\"0\";s:13:\"value_2_image\";s:1:\"0\";s:12:\"value_2_text\";s:1:\"0\";s:13:\"value_2_title\";s:1:\"0\";s:7:\"value_3\";s:1:\"0\";s:13:\"value_3_image\";s:1:\"0\";s:12:\"value_3_text\";s:1:\"0\";s:13:\"value_3_title\";s:1:\"0\";s:7:\"value_4\";s:1:\"0\";s:13:\"value_4_image\";s:1:\"0\";s:12:\"value_4_text\";s:1:\"0\";s:13:\"value_4_title\";s:1:\"0\";s:7:\"value_5\";s:1:\"0\";s:13:\"value_5_image\";s:1:\"0\";s:12:\"value_5_text\";s:1:\"0\";s:13:\"value_5_title\";s:1:\"0\";s:13:\"value_6_image\";s:1:\"0\";s:12:\"value_6_text\";s:1:\"0\";s:13:\"value_6_title\";s:1:\"0\";s:7:\"value_6\";s:1:\"0\";s:7:\"value_7\";s:1:\"0\";s:13:\"value_7_image\";s:1:\"0\";s:12:\"value_7_text\";s:1:\"0\";s:13:\"value_7_title\";s:1:\"0\";s:7:\"value_8\";s:1:\"0\";s:13:\"value_8_image\";s:1:\"0\";s:12:\"value_8_text\";s:1:\"0\";s:13:\"value_8_title\";s:1:\"0\";s:6:\"values\";s:1:\"0\";s:14:\"values_0_image\";s:1:\"0\";s:13:\"values_0_text\";s:1:\"0\";s:14:\"values_0_title\";s:1:\"0\";s:14:\"values_1_image\";s:1:\"0\";s:13:\"values_1_text\";s:1:\"0\";s:14:\"values_1_title\";s:1:\"0\";s:14:\"values_2_image\";s:1:\"0\";s:14:\"values_2_title\";s:1:\"0\";s:13:\"values_2_text\";s:1:\"0\";s:14:\"values_3_image\";s:1:\"0\";s:13:\"values_3_text\";s:1:\"0\";s:14:\"values_3_title\";s:1:\"0\";s:14:\"values_4_image\";s:1:\"0\";s:13:\"values_4_text\";s:1:\"0\";s:14:\"values_4_title\";s:1:\"0\";s:14:\"values_5_image\";s:1:\"0\";s:13:\"values_5_text\";s:1:\"0\";s:14:\"values_5_title\";s:1:\"0\";s:14:\"values_6_image\";s:1:\"0\";s:13:\"values_6_text\";s:1:\"0\";s:14:\"values_6_title\";s:1:\"0\";s:14:\"values_7_image\";s:1:\"0\";s:13:\"values_7_text\";s:1:\"0\";s:14:\"values_7_title\";s:1:\"0\";s:26:\"top_up_with_speed_subtitle\";s:1:\"0\";s:10:\"video_link\";s:1:\"0\";s:22:\"top_up_with_speed_text\";s:1:\"0\";s:4:\"type\";s:1:\"0\";s:14:\"values_8_image\";s:1:\"0\";s:13:\"values_8_text\";s:1:\"0\";s:14:\"values_8_title\";s:1:\"0\";s:35:\"top_up_with_speed_icons_3_icon_text\";s:1:\"0\";s:30:\"top_up_with_speed_icons_4_icon\";s:1:\"0\";s:35:\"top_up_with_speed_icons_4_icon_text\";s:1:\"0\";s:30:\"top_up_with_speed_icons_5_icon\";s:1:\"0\";s:35:\"top_up_with_speed_icons_5_icon_text\";s:1:\"0\";s:30:\"top_up_with_speed_icons_6_icon\";s:1:\"0\";s:35:\"top_up_with_speed_icons_6_icon_text\";s:1:\"0\";}}s:24:\"custom-types_sync_option\";a:2:{s:10:\"attachment\";i:1;s:8:\"wp_block\";i:1;}s:29:\"language_selector_initialized\";i:1;s:15:\"languages_order\";a:5:{i:0;s:2:\"en\";i:1;s:2:\"ja\";i:2;s:2:\"ru\";i:3;s:2:\"es\";i:4;s:2:\"sg\";}s:27:\"dont_show_help_admin_notice\";b:1;s:14:\"setup_complete\";i:1;s:14:\"xliff_newlines\";i:2;s:16:\"tm_xliff_version\";s:2:\"12\";s:21:\"site_does_not_use_icl\";b:1;s:31:\"language_per_domain_sso_enabled\";b:0;s:29:\"edit_languages_flag_migration\";i:1;s:19:\"translation_service\";b:0;s:27:\"sync_comments_on_duplicates\";i:0;s:22:\"show_translations_flag\";i:1;s:39:\"WPML_Translate_Link_Target_Global_State\";b:1;s:66:\"admin_text_3_2_migration_complete_17b7bd796117851ac6a3b79bf14cf018\";b:1;s:28:\"custom_posts_unlocked_option\";a:10:{s:4:\"post\";s:1:\"0\";s:4:\"page\";s:1:\"0\";s:10:\"attachment\";s:1:\"0\";s:10:\"custom_css\";s:1:\"0\";s:19:\"customize_changeset\";s:1:\"0\";s:12:\"oembed_cache\";s:1:\"0\";s:12:\"user_request\";s:1:\"0\";s:15:\"acf-field-group\";s:1:\"0\";s:18:\"wpcf7_contact_form\";s:1:\"0\";s:10:\"helpcenter\";s:1:\"0\";}s:26:\"taxonomies_unlocked_option\";a:4:{s:8:\"category\";s:1:\"0\";s:8:\"post_tag\";s:1:\"0\";s:6:\"format\";s:1:\"0\";s:20:\"translation_priority\";s:1:\"0\";}s:66:\"admin_text_3_2_migration_complete_3711d1970400a86997479b3a07bf20db\";b:1;s:22:\"doc_translation_method\";s:3:\"ATE\";s:21:\"hide_how_to_translate\";b:0;s:18:\"translation_memory\";s:1:\"1\";}','yes'),(405,'_wpml_media','a:7:{s:7:\"version\";s:5:\"2.5.2\";s:24:\"media_files_localization\";a:3:{s:5:\"posts\";b:1;s:13:\"custom_fields\";b:1;s:7:\"strings\";b:1;}s:24:\"wpml_media_2_3_migration\";b:1;s:9:\"setup_run\";i:1;s:20:\"new_content_settings\";a:3:{s:22:\"always_translate_media\";b:1;s:15:\"duplicate_media\";b:1;s:18:\"duplicate_featured\";b:1;}s:13:\"starting_help\";i:1;s:13:\"setup_started\";i:1;}','yes'),(407,'wpml_dependencies:needs_validation','','yes'),(408,'wpml_dependencies:valid_plugins','a:4:{i:0;s:26:\"sitepress-multilingual-cms\";i:1;s:22:\"wpml-media-translation\";i:2;s:23:\"wpml-string-translation\";i:3;s:27:\"wpml-translation-management\";}','yes'),(409,'wpml_dependencies:invalid_plugins','a:0:{}','yes'),(410,'wpml_config_index','O:8:\"stdClass\":2:{s:7:\"plugins\";a:84:{i:0;O:8:\"stdClass\":5:{s:4:\"name\";s:11:\"Popup Maker\";s:14:\"override_local\";b:1;s:4:\"path\";s:39:\"wpml-config/popup-maker/wpml-config.xml\";s:7:\"updated\";i:1620036189;s:4:\"hash\";s:32:\"49bdd09f6b77d62749a7a052f5163e57\";}i:1;O:8:\"stdClass\":5:{s:4:\"name\";s:33:\"10bit WooCommerce Gateway Yaadpay\";s:14:\"override_local\";b:1;s:4:\"path\";s:61:\"wpml-config/10bit-woocommerce-gateway-yaadpay/wpml-config.xml\";s:7:\"updated\";i:1464939780;s:4:\"hash\";s:32:\"ebdce80f3b6bfa13112b1d4c6a31b560\";}i:2;O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Advanced Gutenberg\";s:14:\"override_local\";b:1;s:4:\"path\";s:46:\"wpml-config/advanced-gutenberg/wpml-config.xml\";s:7:\"updated\";i:1620206304;s:4:\"hash\";s:32:\"965305688fa93fe758789b1be81c1f9f\";}i:3;O:8:\"stdClass\":5:{s:4:\"name\";s:19:\"PublishPress Blocks\";s:14:\"override_local\";b:1;s:4:\"path\";s:46:\"wpml-config/advanced-gutenberg/wpml-config.xml\";s:7:\"updated\";i:1620206304;s:4:\"hash\";s:32:\"965305688fa93fe758789b1be81c1f9f\";}i:4;O:8:\"stdClass\":5:{s:4:\"name\";s:16:\"Ajax Search Lite\";s:14:\"override_local\";b:1;s:4:\"path\";s:44:\"wpml-config/ajax-search-lite/wpml-config.xml\";s:7:\"updated\";i:1535127720;s:4:\"hash\";s:32:\"79dc60103bbc2eaaf6ac2ff25ca8dfa7\";}i:5;O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"Atomic Blocks\";s:14:\"override_local\";b:1;s:4:\"path\";s:41:\"wpml-config/atomic-blocks/wpml-config.xml\";s:7:\"updated\";i:1585156226;s:4:\"hash\";s:32:\"8d93d53d0fa037f291aaf9aa5980c287\";}i:6;O:8:\"stdClass\":5:{s:4:\"name\";s:43:\"Atomic Blocks - Gutenberg Blocks Collection\";s:14:\"override_local\";b:1;s:4:\"path\";s:41:\"wpml-config/atomic-blocks/wpml-config.xml\";s:7:\"updated\";i:1585156226;s:4:\"hash\";s:32:\"8d93d53d0fa037f291aaf9aa5980c287\";}i:7;O:8:\"stdClass\":5:{s:4:\"name\";s:14:\"Genesis Blocks\";s:14:\"override_local\";b:1;s:4:\"path\";s:41:\"wpml-config/atomic-blocks/wpml-config.xml\";s:7:\"updated\";i:1585156226;s:4:\"hash\";s:32:\"8d93d53d0fa037f291aaf9aa5980c287\";}i:8;O:8:\"stdClass\":5:{s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";s:14:\"override_local\";b:1;s:4:\"path\";s:42:\"wpml-config/beaver-builder/wpml-config.xml\";s:7:\"updated\";i:1605029057;s:4:\"hash\";s:32:\"63175e4d72e6069035ea9c118b6d7386\";}i:9;O:8:\"stdClass\":5:{s:4:\"name\";s:35:\"Beaver Builder Plugin (Pro Version)\";s:14:\"override_local\";b:1;s:4:\"path\";s:42:\"wpml-config/beaver-builder/wpml-config.xml\";s:7:\"updated\";i:1605029057;s:4:\"hash\";s:32:\"63175e4d72e6069035ea9c118b6d7386\";}i:10;O:8:\"stdClass\":5:{s:4:\"name\";s:8:\"Book Now\";s:14:\"override_local\";b:0;s:4:\"path\";s:36:\"wpml-config/book-now/wpml-config.xml\";s:7:\"updated\";i:1505319840;s:4:\"hash\";s:32:\"d123c0bb22d447095c3c443cb41c273a\";}i:11;O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"Click to Chat\";s:14:\"override_local\";b:1;s:4:\"path\";s:54:\"wpml-config/click-to-chat-for-whatsapp/wpml-config.xml\";s:7:\"updated\";i:1595252694;s:4:\"hash\";s:32:\"ddd29301ed98494707ce5145d2f25ecd\";}i:12;O:8:\"stdClass\":5:{s:4:\"name\";s:21:\"Advanced Comment Form\";s:14:\"override_local\";b:1;s:4:\"path\";s:40:\"wpml-config/comment-form/wpml-config.xml\";s:7:\"updated\";i:1535127720;s:4:\"hash\";s:32:\"a84c0e28e4c97dec1a3053c316c27892\";}i:13;O:8:\"stdClass\":5:{s:4:\"name\";s:27:\"Contact Form 7 Multilingual\";s:14:\"override_local\";b:1;s:4:\"path\";s:55:\"wpml-config/contact-form-7-multilingual/wpml-config.xml\";s:7:\"updated\";i:1626959466;s:4:\"hash\";s:32:\"45416d75df0810659c99a36d39f0129b\";}i:14;O:8:\"stdClass\":5:{s:4:\"name\";s:11:\"Cornerstone\";s:14:\"override_local\";b:1;s:4:\"path\";s:39:\"wpml-config/cornerstone/wpml-config.xml\";s:7:\"updated\";i:1622456765;s:4:\"hash\";s:32:\"737c23d5694a88f1860b39c06e68b44c\";}i:15;O:8:\"stdClass\":5:{s:4:\"name\";s:19:\"Custom Post Type UI\";s:14:\"override_local\";b:1;s:4:\"path\";s:47:\"wpml-config/custom-post-type-ui/wpml-config.xml\";s:7:\"updated\";i:1604075857;s:4:\"hash\";s:32:\"c35b9664bea4b9d9b83b5748e14be9b0\";}i:16;O:8:\"stdClass\":5:{s:4:\"name\";s:12:\"Divi Builder\";s:14:\"override_local\";b:1;s:4:\"path\";s:40:\"wpml-config/divi-builder/wpml-config.xml\";s:7:\"updated\";i:1623688703;s:4:\"hash\";s:32:\"4c79d7dff1663a5fc6e24cc095efeb7e\";}i:17;O:8:\"stdClass\":5:{s:4:\"name\";s:9:\"Elementor\";s:14:\"override_local\";b:1;s:4:\"path\";s:37:\"wpml-config/elementor/wpml-config.xml\";s:7:\"updated\";i:1626865206;s:4:\"hash\";s:32:\"df00b96c3347986d82db2f79646e7c20\";}i:18;O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Event Tickets Plus\";s:14:\"override_local\";b:0;s:4:\"path\";s:46:\"wpml-config/event-tickets-plus/wpml-config.xml\";s:7:\"updated\";i:1477310580;s:4:\"hash\";s:32:\"f333802d6c6c9836466d3ff52cfe2bd7\";}i:19;O:8:\"stdClass\":5:{s:4:\"name\";s:31:\"The Events Calendar: Filter Bar\";s:14:\"override_local\";b:1;s:4:\"path\";s:44:\"wpml-config/events-filterbar/wpml-config.xml\";s:7:\"updated\";i:1529671740;s:4:\"hash\";s:32:\"787231e7b7cdb54ca447512234be0768\";}i:20;O:8:\"stdClass\":5:{s:4:\"name\";s:10:\"Exit Popup\";s:14:\"override_local\";b:0;s:4:\"path\";s:38:\"wpml-config/exit-popup/wpml-config.xml\";s:7:\"updated\";i:1532441340;s:4:\"hash\";s:32:\"9759f24db8621dfa772d7222c9c336dd\";}i:21;O:8:\"stdClass\":5:{s:4:\"name\";s:10:\"Forminator\";s:14:\"override_local\";b:1;s:4:\"path\";s:38:\"wpml-config/forminator/wpml-config.xml\";s:7:\"updated\";i:1574177482;s:4:\"hash\";s:32:\"ae0a6b1f1bc9fc80ada4833f9ee8917c\";}i:22;O:8:\"stdClass\":5:{s:4:\"name\";s:24:\"Google Analytics Opt-Out\";s:14:\"override_local\";b:1;s:4:\"path\";s:52:\"wpml-config/google-analytics-opt-out/wpml-config.xml\";s:7:\"updated\";i:1535127720;s:4:\"hash\";s:32:\"823965222ce323c88eadbcf95dcde0ff\";}i:23;O:8:\"stdClass\":5:{s:4:\"name\";s:21:\"WPBakery Page Builder\";s:14:\"override_local\";b:1;s:4:\"path\";s:39:\"wpml-config/js_composer/wpml-config.xml\";s:7:\"updated\";i:1626270156;s:4:\"hash\";s:32:\"6f409a3c3d7f594abd1a4780c31cab68\";}i:24;O:8:\"stdClass\":5:{s:4:\"name\";s:24:\"WPBakery Visual Composer\";s:14:\"override_local\";b:1;s:4:\"path\";s:39:\"wpml-config/js_composer/wpml-config.xml\";s:7:\"updated\";i:1626270156;s:4:\"hash\";s:32:\"6f409a3c3d7f594abd1a4780c31cab68\";}i:25;O:8:\"stdClass\":5:{s:4:\"name\";s:26:\"The7 WPBakery Page Builder\";s:14:\"override_local\";b:1;s:4:\"path\";s:47:\"wpml-config/js_composer-dt-the7/wpml-config.xml\";s:7:\"updated\";i:1626270156;s:4:\"hash\";s:32:\"5d681843f45a9f47c3bcbcdaa00a6cb4\";}i:26;O:8:\"stdClass\":5:{s:4:\"name\";s:47:\"Kadence Blocks - Gutenberg Page Builder Toolkit\";s:14:\"override_local\";b:1;s:4:\"path\";s:42:\"wpml-config/kadence-blocks/wpml-config.xml\";s:7:\"updated\";i:1589279268;s:4:\"hash\";s:32:\"e3fa847064d1728f8cc936efdbb8077d\";}i:27;O:8:\"stdClass\":5:{s:4:\"name\";s:12:\"KingComposer\";s:14:\"override_local\";b:1;s:4:\"path\";s:40:\"wpml-config/kingcomposer/wpml-config.xml\";s:7:\"updated\";i:1535127720;s:4:\"hash\";s:32:\"cadb27cc7ba0e61d3fd2acaf27fef4df\";}i:28;O:8:\"stdClass\":5:{s:4:\"name\";s:23:\"MailChimp for WordPress\";s:14:\"override_local\";b:1;s:4:\"path\";s:44:\"wpml-config/mailchimp-for-wp/wpml-config.xml\";s:7:\"updated\";i:1509614640;s:4:\"hash\";s:32:\"c4f8573312cdf0f71d9329ae82d4ec49\";}i:29;O:8:\"stdClass\":5:{s:4:\"name\";s:12:\"MasterSlider\";s:14:\"override_local\";b:1;s:4:\"path\";s:41:\"wpml-config/master-slider/wpml-config.xml\";s:7:\"updated\";i:1535127720;s:4:\"hash\";s:32:\"2b5b8d5c1d934ee19a547b66d6c76b69\";}i:30;O:8:\"stdClass\":5:{s:4:\"name\";s:7:\"Members\";s:14:\"override_local\";b:0;s:4:\"path\";s:35:\"wpml-config/members/wpml-config.xml\";s:7:\"updated\";i:1497367620;s:4:\"hash\";s:32:\"37e638f5a56f59208150c3649c291e41\";}i:31;O:8:\"stdClass\":5:{s:4:\"name\";s:46:\"Multibanco (IfthenPay gateway) for WooCommerce\";s:14:\"override_local\";b:0;s:4:\"path\";s:72:\"wpml-config/multibanco-ifthenpay-gateway-for-woocommerce/wpml-config.xml\";s:7:\"updated\";i:1441014780;s:4:\"hash\";s:32:\"3cddef77fd163e090472f995aa2388d4\";}i:32;O:8:\"stdClass\":5:{s:4:\"name\";s:11:\"Ninja Forms\";s:14:\"override_local\";b:1;s:4:\"path\";s:39:\"wpml-config/ninja-forms/wpml-config.xml\";s:7:\"updated\";i:1535127720;s:4:\"hash\";s:32:\"7b3321902299b49238e59d0741ce1f8d\";}i:33;O:8:\"stdClass\":5:{s:4:\"name\";s:25:\"NW ADCart for WooCommerce\";s:14:\"override_local\";b:1;s:4:\"path\";s:53:\"wpml-config/nw-adcart-for-woocommerce/wpml-config.xml\";s:7:\"updated\";i:1409734260;s:4:\"hash\";s:32:\"91d62df0659fc7b561a3932a7a52de6a\";}i:34;O:8:\"stdClass\":5:{s:4:\"name\";s:14:\"Oxygen Builder\";s:14:\"override_local\";b:1;s:4:\"path\";s:34:\"wpml-config/oxygen/wpml-config.xml\";s:7:\"updated\";i:1619521680;s:4:\"hash\";s:32:\"97caa8ae95747f8e3c27e065362b0976\";}i:35;O:8:\"stdClass\":5:{s:4:\"name\";s:20:\"Paid Memberships Pro\";s:14:\"override_local\";b:1;s:4:\"path\";s:48:\"wpml-config/paid-memberships-pro/wpml-config.xml\";s:7:\"updated\";i:1535127720;s:4:\"hash\";s:32:\"a26838992708887d6825bd1fbdceca59\";}i:36;O:8:\"stdClass\":5:{s:4:\"name\";s:22:\"PayPal for WooCommerce\";s:14:\"override_local\";b:1;s:4:\"path\";s:50:\"wpml-config/paypal-for-woocommerce/wpml-config.xml\";s:7:\"updated\";i:1504696980;s:4:\"hash\";s:32:\"8d98b39c86e95094e6b7727fda7a6f00\";}i:37;O:8:\"stdClass\":5:{s:4:\"name\";s:35:\"Product Enquiry Pro for WooCommerce\";s:14:\"override_local\";b:1;s:4:\"path\";s:63:\"wpml-config/product-enquiry-pro-for-woocommerce/wpml-config.xml\";s:7:\"updated\";i:1409734500;s:4:\"hash\";s:32:\"305232f06370d52a29c346d6b711f50a\";}i:38;O:8:\"stdClass\":5:{s:4:\"name\";s:20:\"Rezgo Online Booking\";s:14:\"override_local\";b:1;s:4:\"path\";s:33:\"wpml-config/rezgo/wpml-config.xml\";s:7:\"updated\";i:1535127720;s:4:\"hash\";s:32:\"6f3433a4c5eafa13eaf125eea7d84239\";}i:39;O:8:\"stdClass\":5:{s:4:\"name\";s:15:\"Search & Filter\";s:14:\"override_local\";b:1;s:4:\"path\";s:41:\"wpml-config/search-filter/wpml-config.xml\";s:7:\"updated\";i:1535127720;s:4:\"hash\";s:32:\"104b64d62b408a4ae7c5da7ff0acd0b2\";}i:40;O:8:\"stdClass\":5:{s:4:\"name\";s:10:\"Sensei LMS\";s:14:\"override_local\";b:0;s:4:\"path\";s:34:\"wpml-config/sensei/wpml-config.xml\";s:7:\"updated\";i:1620379210;s:4:\"hash\";s:32:\"383f9e0ed491f2e4b752ccd88e9a8e7c\";}i:41;O:8:\"stdClass\":5:{s:4:\"name\";s:6:\"Sensei\";s:14:\"override_local\";b:0;s:4:\"path\";s:34:\"wpml-config/sensei/wpml-config.xml\";s:7:\"updated\";i:1620379210;s:4:\"hash\";s:32:\"383f9e0ed491f2e4b752ccd88e9a8e7c\";}i:42;O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"Rank Math SEO\";s:14:\"override_local\";b:1;s:4:\"path\";s:44:\"wpml-config/seo-by-rank-math/wpml-config.xml\";s:7:\"updated\";i:1595411877;s:4:\"hash\";s:32:\"0afae267f73a47afd09ae1d322c41735\";}i:43;O:8:\"stdClass\":5:{s:4:\"name\";s:26:\"Page Builder by SiteOrigin\";s:14:\"override_local\";b:0;s:4:\"path\";s:38:\"wpml-config/siteorigin/wpml-config.xml\";s:7:\"updated\";i:1626270156;s:4:\"hash\";s:32:\"bf60919abb66f219390b6bde64e1e910\";}i:44;O:8:\"stdClass\":5:{s:4:\"name\";s:21:\"WPML Multilingual CMS\";s:14:\"override_local\";b:1;s:4:\"path\";s:54:\"wpml-config/sitepress-multilingual-cms/wpml-config.xml\";s:7:\"updated\";i:1625678743;s:4:\"hash\";s:32:\"8267fe5346d9daf5fe2ef87fbcc164d2\";}i:45;O:8:\"stdClass\":5:{s:4:\"name\";s:25:\"SiteOrigin Widgets Bundle\";s:14:\"override_local\";b:0;s:4:\"path\";s:45:\"wpml-config/so-widgets-bundle/wpml-config.xml\";s:7:\"updated\";i:1622456765;s:4:\"hash\";s:32:\"ebae21a440bbef63b7db4763bdadde8b\";}i:46;O:8:\"stdClass\":5:{s:4:\"name\";s:28:\"Stackable - Gutenberg Blocks\";s:14:\"override_local\";b:1;s:4:\"path\";s:63:\"wpml-config/stackable-ultimate-gutenberg-blocks/wpml-config.xml\";s:7:\"updated\";i:1610535270;s:4:\"hash\";s:32:\"81a1302839deec3105eb9bebcedb4270\";}i:47;O:8:\"stdClass\":5:{s:4:\"name\";s:11:\"Subscriptio\";s:14:\"override_local\";b:0;s:4:\"path\";s:39:\"wpml-config/subscriptio/wpml-config.xml\";s:7:\"updated\";i:1519647600;s:4:\"hash\";s:32:\"a23128c1dde651ef63093336042948e5\";}i:48;O:8:\"stdClass\":5:{s:4:\"name\";s:19:\"The Events Calendar\";s:14:\"override_local\";b:1;s:4:\"path\";s:47:\"wpml-config/the-events-calendar/wpml-config.xml\";s:7:\"updated\";i:1597940433;s:4:\"hash\";s:32:\"9dc1b1aa9bdd03cb5f8057ebb4976651\";}i:49;O:8:\"stdClass\":5:{s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";s:14:\"override_local\";b:1;s:4:\"path\";s:57:\"wpml-config/ultimate-addons-for-gutenberg/wpml-config.xml\";s:7:\"updated\";i:1626881281;s:4:\"hash\";s:32:\"dd97c86546f00df88004c955bbf54011\";}i:50;O:8:\"stdClass\":5:{s:4:\"name\";s:15:\"Ultimate Member\";s:14:\"override_local\";b:1;s:4:\"path\";s:43:\"wpml-config/ultimate-member/wpml-config.xml\";s:7:\"updated\";i:1535127720;s:4:\"hash\";s:32:\"c80a46117b6be17e1099cb0640f8e722\";}i:51;O:8:\"stdClass\":5:{s:4:\"name\";s:37:\"Uncode Page Builder (Visual Composer)\";s:14:\"override_local\";b:1;s:4:\"path\";s:46:\"wpml-config/uncode-js_composer/wpml-config.xml\";s:7:\"updated\";i:1626270156;s:4:\"hash\";s:32:\"9ead212b87f3a2a0f257c2a13d008bb4\";}i:52;O:8:\"stdClass\":5:{s:4:\"name\";s:28:\"Uncode WPBakery Page Builder\";s:14:\"override_local\";b:1;s:4:\"path\";s:46:\"wpml-config/uncode-js_composer/wpml-config.xml\";s:7:\"updated\";i:1626270156;s:4:\"hash\";s:32:\"9ead212b87f3a2a0f257c2a13d008bb4\";}i:53;O:8:\"stdClass\":5:{s:4:\"name\";s:21:\"Woocomerce Brands Pro\";s:14:\"override_local\";b:0;s:4:\"path\";s:37:\"wpml-config/woo-brand/wpml-config.xml\";s:7:\"updated\";i:1442243400;s:4:\"hash\";s:32:\"dc7eeb10cd6e0eb80b7960eb8b6058a4\";}i:54;O:8:\"stdClass\":5:{s:4:\"name\";s:39:\"WooCommerce Additional Variation Images\";s:14:\"override_local\";b:1;s:4:\"path\";s:67:\"wpml-config/woocommerce-additional-variation-images/wpml-config.xml\";s:7:\"updated\";i:1479214860;s:4:\"hash\";s:32:\"39b5f72684021b09b12b53b7ff9c7100\";}i:55;O:8:\"stdClass\":5:{s:4:\"name\";s:35:\"WooCommerce Advanced Product Labels\";s:14:\"override_local\";b:0;s:4:\"path\";s:63:\"wpml-config/woocommerce-advanced-product-labels/wpml-config.xml\";s:7:\"updated\";i:1441177080;s:4:\"hash\";s:32:\"4b29c29516a1a33b328d90ffc5c4aad7\";}i:56;O:8:\"stdClass\":5:{s:4:\"name\";s:20:\"WooCommerce Bookings\";s:14:\"override_local\";b:1;s:4:\"path\";s:48:\"wpml-config/woocommerce-bookings/wpml-config.xml\";s:7:\"updated\";i:1626857772;s:4:\"hash\";s:32:\"dd315f8e560c84c7ac5c97740d2b552c\";}i:57;O:8:\"stdClass\":5:{s:4:\"name\";s:38:\"WooCommerce Catalog Visibility Options\";s:14:\"override_local\";b:1;s:4:\"path\";s:66:\"wpml-config/woocommerce-catalog-visibility-options/wpml-config.xml\";s:7:\"updated\";i:1408625580;s:4:\"hash\";s:32:\"d10bd6388a88521e488f7e4ba295c94c\";}i:58;O:8:\"stdClass\":5:{s:4:\"name\";s:30:\"WooCommerce Composite Products\";s:14:\"override_local\";b:0;s:4:\"path\";s:58:\"wpml-config/woocommerce-composite-products/wpml-config.xml\";s:7:\"updated\";i:1491207900;s:4:\"hash\";s:32:\"a6c0ed6554be69f56779f64506ab96d1\";}i:59;O:8:\"stdClass\":5:{s:4:\"name\";s:30:\"WooCommerce Currency Converter\";s:14:\"override_local\";b:1;s:4:\"path\";s:58:\"wpml-config/woocommerce-currency-converter/wpml-config.xml\";s:7:\"updated\";i:1452009180;s:4:\"hash\";s:32:\"b2191d7affaf1efe74e6a3ca4b0494c6\";}i:60;O:8:\"stdClass\":5:{s:4:\"name\";s:32:\"WooCommerce DIBS FlexWin Gateway\";s:14:\"override_local\";b:1;s:4:\"path\";s:60:\"wpml-config/woocommerce-dibs-flexwin-gateway/wpml-config.xml\";s:7:\"updated\";i:1459514460;s:4:\"hash\";s:32:\"d9237f895f0f133c8e11f4753d96eeca\";}i:61;O:8:\"stdClass\":5:{s:4:\"name\";s:24:\"WooCommerce Embed Slides\";s:14:\"override_local\";b:1;s:4:\"path\";s:52:\"wpml-config/woocommerce-embed-slides/wpml-config.xml\";s:7:\"updated\";i:1499457300;s:4:\"hash\";s:32:\"243e3a54d920cc2ddf96f17f4ff38f2d\";}i:62;O:8:\"stdClass\":5:{s:4:\"name\";s:26:\"WooCommerce Stripe Gateway\";s:14:\"override_local\";b:1;s:4:\"path\";s:54:\"wpml-config/woocommerce-gateway-stripe/wpml-config.xml\";s:7:\"updated\";i:1409061480;s:4:\"hash\";s:32:\"4139e23bcdd0bb3e78cb079fa851ce85\";}i:63;O:8:\"stdClass\":5:{s:4:\"name\";s:29:\"WooCommerce Local Pickup Plus\";s:14:\"override_local\";b:1;s:4:\"path\";s:57:\"wpml-config/woocommerce-local-pickup-plus/wpml-config.xml\";s:7:\"updated\";i:1442582820;s:4:\"hash\";s:32:\"816774f477bfa1c481cdba021d33f705\";}i:64;O:8:\"stdClass\":5:{s:4:\"name\";s:23:\"WooCommerce Memberships\";s:14:\"override_local\";b:1;s:4:\"path\";s:51:\"wpml-config/woocommerce-memberships/wpml-config.xml\";s:7:\"updated\";i:1585587094;s:4:\"hash\";s:32:\"b12275a5491bc1858f181f56158b7a91\";}i:65;O:8:\"stdClass\":5:{s:4:\"name\";s:25:\"WooCommerce Mix and Match\";s:14:\"override_local\";b:1;s:4:\"path\";s:62:\"wpml-config/woocommerce-mix-and-match-products/wpml-config.xml\";s:7:\"updated\";i:1578929211;s:4:\"hash\";s:32:\"82f7fa28a3b0a601056911af209995a2\";}i:66;O:8:\"stdClass\":5:{s:4:\"name\";s:24:\"WooCommerce Multilingual\";s:14:\"override_local\";b:1;s:4:\"path\";s:52:\"wpml-config/woocommerce-multilingual/wpml-config.xml\";s:7:\"updated\";i:1623954791;s:4:\"hash\";s:32:\"f6c19e33c08b47b5fe366e7b262e8e70\";}i:67;O:8:\"stdClass\":5:{s:4:\"name\";s:27:\"WooCommerce Name Your Price\";s:14:\"override_local\";b:1;s:4:\"path\";s:55:\"wpml-config/woocommerce-name-your-price/wpml-config.xml\";s:7:\"updated\";i:1574177482;s:4:\"hash\";s:32:\"055de38e55802236ee636eec63bdde5e\";}i:68;O:8:\"stdClass\":5:{s:4:\"name\";s:27:\"WooCommerce Paymill Gateway\";s:14:\"override_local\";b:1;s:4:\"path\";s:55:\"wpml-config/woocommerce-paymill-gateway/wpml-config.xml\";s:7:\"updated\";i:1408626540;s:4:\"hash\";s:32:\"46409842584ff8df43a2aa922ad1d388\";}i:69;O:8:\"stdClass\":5:{s:4:\"name\";s:40:\"WooCommerce PDF Invoices & Packing Slips\";s:14:\"override_local\";b:1;s:4:\"path\";s:66:\"wpml-config/woocommerce-pdf-invoices-packing-slips/wpml-config.xml\";s:7:\"updated\";i:1461579300;s:4:\"hash\";s:32:\"34ecf8066c5c9042a0bd60b5d40c4c55\";}i:70;O:8:\"stdClass\":5:{s:4:\"name\";s:17:\"WooCommerce Plivo\";s:14:\"override_local\";b:1;s:4:\"path\";s:45:\"wpml-config/woocommerce-plivo/wpml-config.xml\";s:7:\"updated\";i:1409734680;s:4:\"hash\";s:32:\"539d172825c4714d69b8a42ad1826c5d\";}i:71;O:8:\"stdClass\":5:{s:4:\"name\";s:20:\"WooCommerce PostePay\";s:14:\"override_local\";b:1;s:4:\"path\";s:48:\"wpml-config/woocommerce-postepay/wpml-config.xml\";s:7:\"updated\";i:1409063100;s:4:\"hash\";s:32:\"b08722979a25b15ba4a02a16fb555ccc\";}i:72;O:8:\"stdClass\":5:{s:4:\"name\";s:28:\"WooCommerce Price by Country\";s:14:\"override_local\";b:1;s:4:\"path\";s:56:\"wpml-config/woocommerce-price-by-country/wpml-config.xml\";s:7:\"updated\";i:1415282880;s:4:\"hash\";s:32:\"9b296d64ba8afee80cb1ff4fac80144b\";}i:73;O:8:\"stdClass\":5:{s:4:\"name\";s:27:\"WooCommerce Product Add-ons\";s:14:\"override_local\";b:1;s:4:\"path\";s:55:\"wpml-config/woocommerce-product-add-ons/wpml-config.xml\";s:7:\"updated\";i:1476961740;s:4:\"hash\";s:32:\"69f94bed6e4b3546cc7be2fbd2bf392b\";}i:74;O:8:\"stdClass\":5:{s:4:\"name\";s:27:\"WooCommerce Product Bundles\";s:14:\"override_local\";b:0;s:4:\"path\";s:55:\"wpml-config/woocommerce-product-bundles/wpml-config.xml\";s:7:\"updated\";i:1487080740;s:4:\"hash\";s:32:\"7cddba745169acd899b12f24e3580dcc\";}i:75;O:8:\"stdClass\":5:{s:4:\"name\";s:29:\"WooCommerce Product Gift Wrap\";s:14:\"override_local\";b:1;s:4:\"path\";s:57:\"wpml-config/woocommerce-product-gift-wrap/wpml-config.xml\";s:7:\"updated\";i:1429639980;s:4:\"hash\";s:32:\"dd3371d64d2ee01e6e42fd7e0bd134cf\";}i:76;O:8:\"stdClass\":5:{s:4:\"name\";s:38:\"Woocommerce Social Media Share Buttons\";s:14:\"override_local\";b:1;s:4:\"path\";s:66:\"wpml-config/woocommerce-social-media-share-buttons/wpml-config.xml\";s:7:\"updated\";i:1464934800;s:4:\"hash\";s:32:\"3130bbf2a35424d9ecd8d6c3255bf817\";}i:77;O:8:\"stdClass\":5:{s:4:\"name\";s:23:\"WooCommerce Tab Manager\";s:14:\"override_local\";b:1;s:4:\"path\";s:51:\"wpml-config/woocommerce-tab-manager/wpml-config.xml\";s:7:\"updated\";i:1505158140;s:4:\"hash\";s:32:\"477be025d13abe1c1b89bb7666564ed6\";}i:78;O:8:\"stdClass\":5:{s:4:\"name\";s:21:\"WooCommerce Video Tab\";s:14:\"override_local\";b:1;s:4:\"path\";s:49:\"wpml-config/woocommerce-video-tab/wpml-config.xml\";s:7:\"updated\";i:1415284320;s:4:\"hash\";s:32:\"7f9769bc2769e07ae730f3b4cd307741\";}i:79;O:8:\"stdClass\":5:{s:4:\"name\";s:9:\"Yoast SEO\";s:14:\"override_local\";b:1;s:4:\"path\";s:41:\"wpml-config/wordpress-seo/wpml-config.xml\";s:7:\"updated\";i:1592553706;s:4:\"hash\";s:32:\"207e931d1df921957c81fe2554bbf4e9\";}i:80;O:8:\"stdClass\":5:{s:4:\"name\";s:17:\"Yoast SEO Premium\";s:14:\"override_local\";b:1;s:4:\"path\";s:49:\"wpml-config/wordpress-seo-premium/wpml-config.xml\";s:7:\"updated\";i:1592553706;s:4:\"hash\";s:32:\"207e931d1df921957c81fe2554bbf4e9\";}i:81;O:8:\"stdClass\":5:{s:4:\"name\";s:14:\"WP Job Manager\";s:14:\"override_local\";b:0;s:4:\"path\";s:42:\"wpml-config/wp-job-manager/wpml-config.xml\";s:7:\"updated\";i:1499098260;s:4:\"hash\";s:32:\"36842c6b8a11a733ef00ef8d9bc410b9\";}i:82;O:8:\"stdClass\":5:{s:4:\"name\";s:16:\"WPML Test Config\";s:14:\"override_local\";b:1;s:4:\"path\";s:44:\"wpml-config/wpml-test-config/wpml-config.xml\";s:7:\"updated\";i:1429103280;s:4:\"hash\";s:32:\"9c3bb313d5a4f028bebfa8fc8af990a3\";}i:83;O:8:\"stdClass\":5:{s:4:\"name\";s:9:\"Yoast SEO\";s:14:\"override_local\";b:1;s:4:\"path\";s:37:\"wpml-config/yoast-seo/wpml-config.xml\";s:7:\"updated\";i:1530098880;s:4:\"hash\";s:32:\"4014a9b37ac42f0cc726390fb9088ebc\";}}s:6:\"themes\";a:25:{i:0;O:8:\"stdClass\":5:{s:4:\"name\";s:5:\"Astra\";s:14:\"override_local\";b:1;s:4:\"path\";s:33:\"wpml-config/astra/wpml-config.xml\";s:7:\"updated\";i:1628079458;s:4:\"hash\";s:32:\"b33a69c7d46c8abe69cb63b74b0ad975\";}i:1;O:8:\"stdClass\":5:{s:4:\"name\";s:5:\"Avada\";s:14:\"override_local\";b:1;s:4:\"path\";s:33:\"wpml-config/avada/wpml-config.xml\";s:7:\"updated\";i:1626959466;s:4:\"hash\";s:32:\"f5b168f44436706cdeddbef804bd0bd8\";}i:2;O:8:\"stdClass\":5:{s:4:\"name\";s:8:\"Brooklyn\";s:14:\"override_local\";b:1;s:4:\"path\";s:36:\"wpml-config/brooklyn/wpml-config.xml\";s:7:\"updated\";i:1574177482;s:4:\"hash\";s:32:\"960edb3057ad96e2863221e82a4c69d2\";}i:3;O:8:\"stdClass\":5:{s:4:\"name\";s:6:\"Canvas\";s:14:\"override_local\";b:1;s:4:\"path\";s:34:\"wpml-config/canvas/wpml-config.xml\";s:7:\"updated\";i:1476729660;s:4:\"hash\";s:32:\"ea1da43b18f87c4aa73982113067cd95\";}i:4;O:8:\"stdClass\":5:{s:4:\"name\";s:9:\"Customizr\";s:14:\"override_local\";b:0;s:4:\"path\";s:37:\"wpml-config/customizr/wpml-config.xml\";s:7:\"updated\";i:1440909000;s:4:\"hash\";s:32:\"d63f73a0df72ab558bdbfaadaeb9c737\";}i:5;O:8:\"stdClass\":5:{s:4:\"name\";s:4:\"Divi\";s:14:\"override_local\";b:1;s:4:\"path\";s:32:\"wpml-config/Divi/wpml-config.xml\";s:7:\"updated\";i:1623688703;s:4:\"hash\";s:32:\"29953377f95f4869133afd5a8dd514c6\";}i:6;O:8:\"stdClass\":5:{s:4:\"name\";s:4:\"The7\";s:14:\"override_local\";b:1;s:4:\"path\";s:35:\"wpml-config/dt-the7/wpml-config.xml\";s:7:\"updated\";i:1534160160;s:4:\"hash\";s:32:\"b99fe39e5d53275b0237a65894036893\";}i:7;O:8:\"stdClass\":5:{s:4:\"name\";s:10:\"Emerald CV\";s:14:\"override_local\";b:1;s:4:\"path\";s:38:\"wpml-config/emerald-cv/wpml-config.xml\";s:7:\"updated\";i:1460387160;s:4:\"hash\";s:32:\"3ab5fd101b71e7b306e48a07801c7557\";}i:8;O:8:\"stdClass\":5:{s:4:\"name\";s:6:\"Enfold\";s:14:\"override_local\";b:1;s:4:\"path\";s:34:\"wpml-config/enfold/wpml-config.xml\";s:7:\"updated\";i:1617117834;s:4:\"hash\";s:32:\"a9a32a365b8191be61a5151099f07559\";}i:9;O:8:\"stdClass\":5:{s:4:\"name\";s:5:\"Extra\";s:14:\"override_local\";b:1;s:4:\"path\";s:33:\"wpml-config/extra/wpml-config.xml\";s:7:\"updated\";i:1623688703;s:4:\"hash\";s:32:\"ffd11e98fc39942634f424ad3f2103f7\";}i:10;O:8:\"stdClass\":5:{s:4:\"name\";s:8:\"Function\";s:14:\"override_local\";b:1;s:4:\"path\";s:36:\"wpml-config/function/wpml-config.xml\";s:7:\"updated\";i:1476729720;s:4:\"hash\";s:32:\"bb6dd583fb2a28ee5c4e2a264a770d60\";}i:11;O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"GeneratePress\";s:14:\"override_local\";b:0;s:4:\"path\";s:41:\"wpml-config/generatepress/wpml-config.xml\";s:7:\"updated\";i:1591094953;s:4:\"hash\";s:32:\"4fba6e5837b20c7b3e763a4edb85dc47\";}i:12;O:8:\"stdClass\":5:{s:4:\"name\";s:7:\"Genesis\";s:14:\"override_local\";b:1;s:4:\"path\";s:35:\"wpml-config/genesis/wpml-config.xml\";s:7:\"updated\";i:1456825680;s:4:\"hash\";s:32:\"795657d127a84e450ad21218284bdd28\";}i:13;O:8:\"stdClass\":5:{s:4:\"name\";s:36:\"IDStore - Responsive WordPress Theme\";s:14:\"override_local\";b:1;s:4:\"path\";s:62:\"wpml-config/idstore-responsive-wordpress-theme/wpml-config.xml\";s:7:\"updated\";i:1499457240;s:4:\"hash\";s:32:\"1c49e6754e661e5eb1c301f8874829da\";}i:14;O:8:\"stdClass\":5:{s:4:\"name\";s:6:\"Luster\";s:14:\"override_local\";b:0;s:4:\"path\";s:34:\"wpml-config/luster/wpml-config.xml\";s:7:\"updated\";i:1574177482;s:4:\"hash\";s:32:\"82a924b258dea8a7d87ba0002b561b1a\";}i:15;O:8:\"stdClass\":5:{s:4:\"name\";s:4:\"Port\";s:14:\"override_local\";b:1;s:4:\"path\";s:32:\"wpml-config/port/wpml-config.xml\";s:7:\"updated\";i:1426496160;s:4:\"hash\";s:32:\"788cce209545b94cfede660d543d7013\";}i:16;O:8:\"stdClass\":5:{s:4:\"name\";s:3:\"Pro\";s:14:\"override_local\";b:1;s:4:\"path\";s:31:\"wpml-config/pro/wpml-config.xml\";s:7:\"updated\";i:1622456765;s:4:\"hash\";s:32:\"cc3a7bc1e76ae1226de4c911634e8625\";}i:17;O:8:\"stdClass\":5:{s:4:\"name\";s:10:\"Relevanssi\";s:14:\"override_local\";b:1;s:4:\"path\";s:38:\"wpml-config/relevanssi/wpml-config.xml\";s:7:\"updated\";i:1519735440;s:4:\"hash\";s:32:\"c630dfd3df777607e8f43ea201b413d0\";}i:18;O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Relevanssi Premium\";s:14:\"override_local\";b:1;s:4:\"path\";s:46:\"wpml-config/relevanssi-premium/wpml-config.xml\";s:7:\"updated\";i:1519735440;s:4:\"hash\";s:32:\"c630dfd3df777607e8f43ea201b413d0\";}i:19;O:8:\"stdClass\":5:{s:4:\"name\";s:6:\"Resort\";s:14:\"override_local\";b:1;s:4:\"path\";s:34:\"wpml-config/resort/wpml-config.xml\";s:7:\"updated\";i:1491314280;s:4:\"hash\";s:32:\"363adea9467157a4e0b49d50c2be3b3f\";}i:20;O:8:\"stdClass\":5:{s:4:\"name\";s:6:\"Reveal\";s:14:\"override_local\";b:1;s:4:\"path\";s:34:\"wpml-config/reveal/wpml-config.xml\";s:7:\"updated\";i:1461595980;s:4:\"hash\";s:32:\"58db88b09a090c9fcff3d65bd031d14a\";}i:21;O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"ReWalk Parent\";s:14:\"override_local\";b:0;s:4:\"path\";s:41:\"wpml-config/rewalk-parent/wpml-config.xml\";s:7:\"updated\";i:1480345020;s:4:\"hash\";s:32:\"7b17377ed5e4226bc7e3d44270bc7924\";}i:22;O:8:\"stdClass\":5:{s:4:\"name\";s:10:\"Scrollider\";s:14:\"override_local\";b:0;s:4:\"path\";s:38:\"wpml-config/scrollider/wpml-config.xml\";s:7:\"updated\";i:1479395940;s:4:\"hash\";s:32:\"83fbe85052a8e7eb7ac61496187c7271\";}i:23;O:8:\"stdClass\":5:{s:4:\"name\";s:6:\"Uncode\";s:14:\"override_local\";b:1;s:4:\"path\";s:34:\"wpml-config/uncode/wpml-config.xml\";s:7:\"updated\";i:1612368753;s:4:\"hash\";s:32:\"5fc00f036d83b26035262343c7d3d2db\";}i:24;O:8:\"stdClass\":5:{s:4:\"name\";s:1:\"X\";s:14:\"override_local\";b:1;s:4:\"path\";s:29:\"wpml-config/x/wpml-config.xml\";s:7:\"updated\";i:1622456765;s:4:\"hash\";s:32:\"7d8b4f3e70b303df882b029c6ed872fc\";}}}','no'),(411,'wpml_config_index_updated','1630643206','no'),(412,'wpml_config_files_arr','O:8:\"stdClass\":2:{s:6:\"themes\";a:0:{}s:7:\"plugins\";a:3:{s:21:\"WPML Multilingual CMS\";s:14137:\"<wpml-config>\n	<custom-fields>\n		<custom-field action=\"translate\">title</custom-field>\n		<custom-field action=\"translate\">description</custom-field>\n		<custom-field action=\"translate\">keywords</custom-field>\n		<custom-field action=\"ignore\">_edit_last</custom-field>\n		<custom-field action=\"ignore\">_edit_lock</custom-field>\n		<custom-field action=\"ignore\">_wp_page_template</custom-field>\n		<custom-field action=\"ignore\">_wp_attachment_metadata</custom-field>\n		<custom-field action=\"ignore\">original_post_id</custom-field>\n		<custom-field action=\"ignore\">_wpml_original_post_id</custom-field>\n		<custom-field action=\"ignore\">_wp_old_slug</custom-field>\n		<custom-field action=\"ignore\">_icl_translator_note</custom-field>\n		<custom-field action=\"ignore\">_alp_processed</custom-field>\n		<custom-field action=\"ignore\">_pingme</custom-field>\n		<custom-field action=\"ignore\">_encloseme</custom-field>\n		<custom-field action=\"ignore\">_icl_lang_duplicate_of</custom-field>\n		<custom-field action=\"ignore\">_thumbnail_id</custom-field>\n		<custom-field action=\"ignore\">_wp_attached_file</custom-field>\n		<custom-field action=\"translate\">_wp_attachment_image_alt</custom-field>\n	</custom-fields>\n	<taxonomies>\n		<taxonomy translate=\"1\">translation_priority</taxonomy>\n	</taxonomies>\n	<language-switcher-settings>\n		<key name=\"link_empty\">0</key>\n		<key name=\"statics\">\n			<key name=\"footer\">\n				<key name=\"show\">0</key>\n				<key name=\"display_flags\">1</key>\n				<key name=\"display_names_in_current_lang\">1</key>\n				<key name=\"display_names_in_native_lang\">1</key>\n				<key name=\"display_link_for_current_lang\">1</key>\n				<key name=\"font_current_normal\">#444444</key>\n				<key name=\"font_current_hover\">#000000</key>\n				<key name=\"background_current_normal\">#ffffff</key>\n				<key name=\"background_current_hover\">#eeeeee</key>\n				<key name=\"font_other_normal\">#444444</key>\n				<key name=\"font_other_hover\">#000000</key>\n				<key name=\"background_other_normal\">#ffffff</key>\n				<key name=\"background_other_hover\">#eeeeee</key>\n				<key name=\"border\">#cdcdcd</key>\n			</key>\n			<key name=\"post_translations\">\n				<key name=\"show\">0</key>\n				<key name=\"display_flags\">0</key>\n				<key name=\"display_names_in_current_lang\">1</key>\n				<key name=\"display_names_in_native_lang\">1</key>\n				<key name=\"display_link_for_current_lang\">0</key>\n				<key name=\"display_before_content\">1</key>\n				<key name=\"display_after_content\">0</key>\n				<key name=\"availability_text\">This post is also available in: %s</key>\n			</key>\n			<key name=\"shortcode_actions\">\n				<key name=\"show\">0</key>\n				<key name=\"display_flags\">0</key>\n				<key name=\"display_names_in_current_lang\">1</key>\n				<key name=\"display_names_in_native_lang\">1</key>\n				<key name=\"display_link_for_current_lang\">1</key>\n			</key>\n		</key>\n	</language-switcher-settings>\n	<custom-types>\n		<custom-type translate=\"1\">attachment</custom-type>\n		<custom-type translate=\"1\">wp_block</custom-type>\n	</custom-types>\n	<shortcode-list>call_to_action,newsletter,tours_shortcode,cta_button,woocommerce_thankyou,woocommerce_shop,table,custom_profile,symple_heading,row,tagcloud,sform,nano,add_eventon_list,che,era,essa,nel,gli,per,come,anima,ella,quel,show_gd_mylist_btn,su_spoiler,email,vul,wpv-view,wpv-post-field,accordion_item,citation,gallery,foogallery,user-submitted-posts,chronologie,adresse,get_unit_label,get_reference_label,woocommerce_api_manager_lost_api_key,wp-knowledgebase,testimonials_slider,rpwe,posts,nowotworu,intima-media,dostarcza,standaryzowany,jako,czarny,ekstrakt,kwas,std,dwuwodzian,stm_icon_box,ess_grid,rev_slider,linkview,dropcap,permalinklist,testimonial_slider,woocommerce_software_lost_license,text-blocks,wp_sitemap_page,wcmp_vendor,vendor_registration,efsrow,efscolumn,efsbutton,md_rev_slider,md_live_text,md_imagebox_full,flagallery,pbr_quicklinksmenu,rev_slider_vc,opalhotel_reservation_form,pbr_title_heading,pbr_testimonials,embedyt,yith_wcwl_wishlist,wcm_content_restricted,feature_box,woocommerce_en_check,wc_box,wc_row,wc_column,wc_fullwidth,wc_center,wp_social_sharing,infoboxes,testimonials,woocommerce_social_media_share_buttons,wcv_vendor_dashboard,wcv_shop_settings,wcv_orders,inplayer,useyourdrive,wp_blog_designer,us_blog,tt_address,tt_dashboard,envira-gallery,hotspotitem,woocommerce_klarna_checkout,wpml_mailto,contact-field,ux_banner,advanced_iframe,siteorigin_widget,ec_store,simpay_payment_receipt,su-mensaje,borlabs_cookie,contact_info,stm_boats_video,packages_orderdata,yith_ywraq_request_quote,woocommerce_pay,button,supsystic-tables,clean-login,woocommerce_pay,pdf-embedder,insertgenerator,youzer_register,wysija_form,video,customer-area,customer-area-dashboard,customer-area-private-files-home,customer-area-private-files,customer-account-home,customer-area-account,customer-area-logout,bookly-form,bookly-cancellation-confirmation,stm_classic_filter,popup_trigger,mainwp_archived_lists,wcv_vendorslist,dotpay_content,formularz,cyberactive_school_courses_selection_form,cyberactive_school_session_timeout,ditty_news_ticker,donationcampaign,das-list-events,event_embed,sectiontitle,learn_press_profile,ticket-submit,tickets,aanduiding,datum,thim-icon-box,ngg_images,wpdomainchecker,visualizer,mk_page_section,rssreviews,animate_this,simple-sitemap,gravityform,stm_tech_info,fep_submission_form,ucaddon_diagonal_event_box,wcv_feedback_form,newsletters_management,wcv_pro_dashboard,tm_pb_section,wwof_product_listing,res_map,jssupportticket,socialbar,socialbar_service,front-end-pm,stm_sidebar,give_receipt,donation_history,simpay_error,tm_pb_contact_field,jwp,woocommerce_checkout,mk_custom_list,sg_popup,icon,extra_wrap,frontier-post,invierno,appbox,highlight,ci_alert,vc_mad_products,dt_list,geoip-continent,geoip-country,geoip-region,geoip-city,geoip-postalcode,geoip-latitude,geoip-longitude,geoip-location,woocommerce_notices,stm_icon_box,post-timeline,tt_address,private-message,visualizer,ga_optout,manage_serial_key_usage,ut_header,site_name,bfname,order_id,menu-country,menu-prefer,accordion-item,mini-icon,gvlogic,stm_gmap,contact-form,iconbox,woocommerce_my_account,super_form,wpdm-all-packages,photoblocks,et_pb_map_pin,ginger_reset_cookie,su_divider,fbl_login_button,gmw_single_location,one_full,recent_products,custom_list,endif,jours,wpuf-login,lyte,product_table,wpuf-registration,wpuf_dashboard,amazon,member-pricing-table,rozinky,ngg_images,add_to_cart_url,srizonfbgallery,wysija_form,cl-itext,embedyt,icon_counter,text_block,vtftable,header_static,bookingcalendar,flexslider,anova-geoip-meta,zp_vc_slideshow_element,zp_scrollto,my_calendar_upcoming,wpv-post-url,fusion_button,su_tab,freeconsultation_technical_forum_link,vc_images_carousel,otgs_logo_url,wpv-conditional,wpv-view,teaser,dt_fancy_image,fusion_tagline_box,contact_us_add,content_box,tagline_box,us_iconbox,fusion_tab,fisicamente,one_half_sidebar,action-btn,invicta_contacts,pricing_price,button,icon_link,slideshow,vcex_milestone,secondary-demo,vh_pricing_table,category_name,blogurl,q_team,tab_nav_item</shortcode-list>\n\n	<built-with-page-builder><![CDATA[/<!-- wp:/]]></built-with-page-builder>\n\n	<gutenberg-blocks>\n		<gutenberg-block type=\"core/paragraph\" translate=\"1\">\n			<xpath>//p</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core/heading\" translate=\"1\">\n			<xpath>//*[self::h1 or self::h2 or self::h3 or self::h4 or self::h5 or self::h6]</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core/button\" translate=\"1\">\n			<xpath>//a</xpath>\n			<xpath type=\'link\'>//a/@href</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core/image\" translate=\"1\">\n			<xpath>//figure/figcaption</xpath>\n			<xpath>//figure//img/@alt</xpath>\n			<xpath>//figure//img/@title</xpath>\n			<xpath type=\'link\'>//figure/a/@href</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core/gallery\" translate=\"1\">\n			<xpath>//figure/figcaption</xpath>\n			<xpath>//figure/img/@alt</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core/media-text\" translate=\"1\">\n			<xpath>//figure/img/@alt</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core/list\" translate=\"1\">\n			<xpath>//ul/li|//ol/li</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core/quote\" translate=\"1\">\n			<xpath>//blockquote/p</xpath>\n			<xpath>//blockquote/cite</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core/audio\" translate=\"1\">\n			<xpath>//figure/figcaption</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core/video\" translate=\"1\">\n			<xpath>//figure/figcaption</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core/file\" translate=\"1\">\n			<xpath>//div/a</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core/cover\" translate=\"1\">\n			<xpath>//div/p</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core/search\" translate=\"1\">\n			<key name=\"label\" />\n			<key name=\"placeholder\" />\n			<key name=\"buttonText\" />\n		</gutenberg-block>\n		<!-- Since WP 5.0.0 core/cover-image is replaced with core/cover -->\n		<gutenberg-block type=\"core/cover-image\" translate=\"1\">\n			<xpath>//div/p</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core/subhead\" translate=\"1\">\n			<xpath>//p</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core/verse\" translate=\"1\">\n			<xpath>//pre</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core/table\" translate=\"1\">\n			<xpath>//th</xpath>\n			<xpath>//td</xpath>\n			<xpath>//figure/figcaption</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core/preformatted\" translate=\"1\">\n			<xpath>//pre</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core/pullquote\" translate=\"1\">\n			<xpath>//blockquote/p</xpath>\n			<xpath>//blockquote/cite</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core/column\" translate=\"0\" />\n		<gutenberg-block type=\"core/columns\" translate=\"0\" />\n		<gutenberg-block type=\"core/code\" translate=\"0\" />\n		<gutenberg-block type=\"core/more\" translate=\"0\" />\n		<gutenberg-block type=\"core/nextpage\" translate=\"0\" />\n		<gutenberg-block type=\"core/separator\" translate=\"0\" />\n		<gutenberg-block type=\"core/spacer\" translate=\"0\" />\n		<gutenberg-block type=\"core/shortcode\" translate=\"0\" />\n		<gutenberg-block type=\"core-embed/twitter\" translate=\"1\">\n			<xpath>//figure/figcaption</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core-embed/youtube\" translate=\"1\">\n			<xpath>//figure/figcaption</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core-embed/facebook\" translate=\"1\">\n			<xpath>//figure/figcaption</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core-embed/instagram\" translate=\"1\">\n			<xpath>//figure/figcaption</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core-embed/vimeo\" translate=\"1\">\n			<xpath>//figure/figcaption</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core-embed/soundcloud\" translate=\"1\">\n			<xpath>//figure/figcaption</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core-embed/spotify\" translate=\"1\">\n			<xpath>//figure/figcaption</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core-embed/flickr\" translate=\"1\">\n			<xpath>//figure/figcaption</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core-embed/animoto\" translate=\"1\">\n			<xpath>//figure/figcaption</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core-embed/collegehumor\" translate=\"1\">\n			<xpath>//figure/figcaption</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core-embed/dailymotion\" translate=\"1\">\n			<xpath>//figure/figcaption</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core-embed/funnyordie\" translate=\"1\">\n			<xpath>//figure/figcaption</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core-embed/hulu\" translate=\"1\">\n			<xpath>//figure/figcaption</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core-embed/imgur\" translate=\"1\">\n			<xpath>//figure/figcaption</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core-embed/issuu\" translate=\"1\">\n			<xpath>//figure/figcaption</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core-embed/kickstarter\" translate=\"1\">\n			<xpath>//figure/figcaption</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core-embed/meetup-com\" translate=\"1\">\n			<xpath>//figure/figcaption</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core-embed/mixcloud\" translate=\"1\">\n			<xpath>//figure/figcaption</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core-embed/photobucket\" translate=\"1\">\n			<xpath>//figure/figcaption</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core-embed/photobucket\" translate=\"1\">\n			<xpath>//figure/figcaption</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core-embed/polldaddy\" translate=\"1\">\n			<xpath>//figure/figcaption</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core-embed/reddit\" translate=\"1\">\n			<xpath>//figure/figcaption</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core-embed/reverbnation\" translate=\"1\">\n			<xpath>//figure/figcaption</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core-embed/screencast\" translate=\"1\">\n			<xpath>//figure/figcaption</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core-embed/scribd\" translate=\"1\">\n			<xpath>//figure/figcaption</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core-embed/slideshare\" translate=\"1\">\n			<xpath>//figure/figcaption</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core-embed/smugmug\" translate=\"1\">\n			<xpath>//figure/figcaption</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core-embed/speaker\" translate=\"1\">\n			<xpath>//figure/figcaption</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core-embed/ted\" translate=\"1\">\n			<xpath>//figure/figcaption</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core-embed/tumblr\" translate=\"1\">\n			<xpath>//figure/figcaption</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core-embed/videopress\" translate=\"1\">\n			<xpath>//figure/figcaption</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core-embed/wordpress\" translate=\"1\">\n			<xpath>//figure/figcaption</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core-embed/wordpress-tv\" translate=\"1\">\n			<xpath>//figure/figcaption</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core/html\" translate=\"1\">\n			<xpath>/*</xpath>\n		</gutenberg-block>\n	</gutenberg-blocks>\n</wpml-config>\n\";s:16:\"Ajax Search Lite\";s:91:\"<wpml-config>\r\n    <shortcode-list>wpdreams_ajaxsearchlite</shortcode-list>\r\n</wpml-config>\";s:19:\"Custom Post Type UI\";s:316:\"<wpml-config>\n    <admin-texts>\n        <key name=\"cptui_*\">\n            <key name=\"*\">\n                <key name=\"label\"/>\n                <key name=\"singular_label\"/>\n                <key name=\"labels\">\n                    <key name=\"*\" /></key>\n            </key>\n        </key>\n    </admin-texts>\n</wpml-config>\n\";}}','no'),(413,'icl_admin_messages','a:2:{s:8:\"messages\";a:0:{}s:16:\"instant_messages\";a:0:{}}','yes'),(414,'wpml_start_version','4.2.6','yes'),(415,'wp_installer_settings','eJzs/etyI0mWJgj+nhapd7BFb6e7VxO8X9yZEV7CoHtEMssvTCc9InN3VpBGwEhaOABDmgFOZ/SUSP2aB5j9sy0yLdLP0o9ST7LnqnpUTQ0APS4V2R09PZ3hBKCmppdz/c538uP94//SHO/sHvfqYlY15byqy6Lp/T4/3sUP9o97d7PJGP+9I/8e5fOc/k2/hB+Wo97vm+O9p/zV/vy26N9V9WhWF03TnyzG83JcTm8W+bg/Gy9uyil+G8aZ5pOC/nP7uPfd+etXWT+7vC2y7+Cn5/jT7LX5aXbufopzndXVaDGc990YPATN47i3qMf0xcPj3u18PmuOt7ZwZptVfYN/34Vvw4sWgw/FfTOY5NP8ppgU0/lAfre30/7dVj4cVovpfAt/2GzpPJrFbFbV88E8v2lkjcrjbbN4Sye49yzxoOuqXkyarXk1K4d9GJc+gQf+y780x7DEs3z4AeZLT9vDp+3u7x0eHu7BP4+C/XA71zWPHXjNUdEM63I2Lyte2m14Am7CsJrMxsW8yORxm9l5UV8Xw3kG08vy6X1m9zXDRdmAP4+yfNxUWTkdjhcwdPil76rqtJpMinpYZLJum/hQWIRyAs/Q5T9MLf/drD+spnPYpa3FbFzlo2Zrd3tnf2v7KX2nP65uqp3+9s7mbEp7fHDcg3NU1L3f437AoLhyNfxc//DUHSJaSj7L8ORiOuovmqLuN4srszY5bvd/6Tq387XObXu9YQSZ7Kwuh4XObecIT5Z//GB+P6MPd3b2dvALu7uJLwzmxad5j1/tJWzF+wZfPzFaOb2u6ANY+b8UeT2+z8KXhQc8TT2g+Nui/JiPaRXd5M1xPkps3D/lo1F/XvWHeT3/8uBgZ+9wb0cmCdtR3MGBwdXdPv4vfL4Xs5s6HxXmjzAqyw2+YUd8xWCOh3yNE3JmOGloufBbeyKWmnkNn/bndT5txjm/KNwe/MqRSi7/Wd+LBfzaniw6fW1SjMo8HmhfBMtdVQ3llAdzwu8c4Hdgs+ENP5bze7hKk6b1pUOZER73HEQcfqt/1PrakQg4mtG0nH6f0zfpvZ+KdKLP7mbu789kPa4Wo9F9e9loybb5PObD6wn/ARdx50AGy8fjfjnBq0uf0ert6LLk5Xh4C5/iROCx9I09OWdwf5uiaj9unx+Hx4u37EBOrOxZOfxw34cffOBPD+2bwS6DAvgIopGEyKi6m5Jk0KPzL/zo4GTAnk6H98n7vCuyMby/J/KDde/vzsGzpTf4aGfn6cobjNPumsXPdJvh5Q+PdnceeqNZ+/x2o3+70b/UjX4a3Wj8zW76Qu+kLvTp64v1b/PR0st8eLTzbPVdPozusk7g16OW+RJv/3aJf7vE/05q+Qrs965bvJu6xV/BD9a/xrurrvEaKvkousZuBr+ye3zw7Mfc44de46WXb3f1wd7rPsb7q07xwfJDfBic4a7D+C//Ak862NmGIxB70HiP2y8eHM5O4f6bb+19a1pnWeXD9iofJWRBvMydl6+9zge7vMxXeVMOM5IcH4u6gU83spuqGtEqB4uHD2x+ZcuVOK4Uf2tr3dVXNUcN+ADTCMNj8IzeGlIgfdLxVvBJr+GU03Sz+aKeNiZIYsfazM7mGQiyhgIpvHFGlGS43HU1buQWjKu7xn8+vclkO3QLh7f59KaQE7J7cLgNi/bF7f7z/c39zaMvtuC/vrjde/51kcOcigb+sPf8H/7DP/yHLxZj+N//7Ytx+fzr8lMxypr5PU4wq66z03He4KxejjBACpdwtphvZHe35fA2u8ub7KquPhRT+Lt5w4PNw80vtmC0YNAcvtU0iyK7K+e32TcLmPhVUd/oyHe3BawZLsMXYBlV05vnF6Rss1nVzL/Ykr9l1+P8hh48rebZVcGLMCth/Hnllgb+hb9KTEKmq4/40wIeQTPwT6hoO3E+02zR4AMuzY68dmaYjv7FFi0fLSSuLjwnubQnuH24uGBr8doOq+pDCQIN7+XFxVtamGox9wsAZ/YCzqCfG1yffMJTw5XCA5qNqqKZPprDXAsY5VXw0iejETxRx/v+b4uivu8vyj6oLDglftxRMSumI/S0aTLuB80Wn+9m8/vGfTuxrDgZ2BAwOrKirumc+LfQW3R8PJxRqHkwrwblCP9r2Zj+vNDJIJsr2OQMdmHRZKOyyWczMDeKUWIUGqLhM1ejnVHj4cBlBEVU49rjttCG0L6DMKimRZMY6WNel/nVGM4o6FV8wfM/nL94exp8810xqT7CdxcNHBLcYl2Eu9mAxcFgVNZ+3eH+NvN8mjqpd3kNVvQNnw6w5z7yG8MJAWkxyesPuETwaYlTRvEAD67rEjZ8Gox2Ucxpe0bFdQ6SJxtXwxxfooJVGJy9oeHPF2CuX5Xw5hlYTvBuMKkxSB14AZSVqQ03VwK+xb4M/h5ebAGL1NxWcD9nqOTtj1+DBebWBIcenFw11RhkweA9nItzVFcNXN/j48HgLv9QLGaPn5jTDyODKKK9nN/WvG103patX36Fd4rXKV5HWAU+ALiZ2dMMN2OU16PU/l+B0QKDjsiMgTe/AiE+v+fZ8K/rgmUPjDrCIz+kf+nrviuux2DrwIqd6/E7Pr4p5iRhHz+ROaVvhJ4rd0bBWsZjfV1XkyyvbxYokFCJ5PPsDm+LP+p18bGsFs34PiEYJnA7cA1XCBycKp0TFVhGNo7K6+sCdTrIITBVp9kMvjvOUbvdiKjPF3P4CIQDyKubab+cdkjOU7uu3coJ11o2lycC+tO+BHhgA5QM/iWKMQlsEh5wE+YFmKGwNSmZE22uVVhVdQP3Bpcn++dyzo9u4CMwzuHpOHA+msACuJeHx/XgGvUSC38Nf8fzBLfxBlV+RdIbx7grR3Am+ApO0aYt5nM6xviXIh/hbcPv3YyrK7KRR8VVXvuv4Tbh524WPMWi7lj0902+asFFZxqjwN5gv8z/9n/+X+6Ty/xTNa0m91ZQ+G92WQvR3E7Oz7pnBYYjyJlJdsNvHuv+rBzJ6ciGiwYOIP+VZPdtzvZWA0c7Q8MQBan73lymHkxKrahDb0UZPd+aXGjr6KLUxV2N2dd6MS68OuVbO8zhBOABJJ0OBwIk6B0Z6GrkoXSFY0NCtXUc8uEc7Vi1B1NTP0hOXSefwf/pmr/TsLjOZDyzMqb1Bfd3rhcAr50+OxxwhfKMnq5b8Wd4FLzSdXmDAq8csb7hmRWfZihN4cl5dvnyz5cn716e2FXBf3cMH7zcYjZiW5oc+WwEnk05FMVG0lY0MJyexllo+XyeD29J6Ha9gp5PeogKWjigzW0GZjq4u6yWiynN9t3Li8sMDKJ4tJ9bYYaz/ml0Zjjmz6w2/cvy/OJJPFhzeoXplGjHFoNa68d2EF5eczlYR+I+n4w+ojwfBc4Euz7p4W1gQ9dict8XNIZ/bX4a3KhT0ENF4yX/Oocf9HFVBxbAh3KWvZIR/ENEvaAIgu1GVR7eB7MM610IbxdPxgMwGSY5vod54C0fVlKJ+KfMfWmt8WvcdnIOWZJcl8V4BJdtWJGtoO/zEW68FzKLmt4gfgCr7Fz9hD9cwg/YBTOeOBzLCfgiPh6wapriBhq1hUPwwCUsLQYiYKu8ohKlBft1Q/cSv77WWuiTvHURHxGnd7vMsKSO+AltpfR7oNSE/3nJ5hsIYbyaTeqM8RbBZG41CBh6irT9dEv8YLIWCOpa56qcfMxH+aMme1V+LEjpwRAYg4ClhqOJoW45sg1Lq657kL5/cLALMLSKnO8ymalGUBRLBIV/I71U53g3/V2SFwW7Ac6Nj23MyEY1D/GmZoP/jSvozDn5GqnwPhur5pfldZZ/zMsxfQwTceYtiXTxO2OhsikvsmTnQTnOqnI6Dx8GMwXVX16DFBrmTSF38Q5MpnICc6jdzxowEkofBtJHvPw0x2AHRy3w9tNKXC3K8aio1d5AC0xOEgXsZmM9ReDA9OFgT7JqOFzU4PoMi9Zen03gWHyUR9zl9/S/QzAZClzcm2Ja1HTlr+5FRVTTMX/p7MU65yYXI4CkP05ZAr0+NPT+HUm1ObhkaNv+Z/K90kPj10+rGuYEohKO4enFBRn7hVWLeNTr4hos9luMqrSOaFKUxM5FKEbeFfC8WiagJ+2F2F9G+Vwt5jCvIDD1omzAhbsnmegEqLF71NRvkpbw/npGPFonEtRiAcZylAxgd1euimuM9YKpVDYk3C5fwxb9AAZPwu3D5SUD6pu6KD4EWhOtB70iYfThbDoEuYDXYZJ/KieLSTZdTK7gpMIvvBbmkxCMSJuX0+TwdUaL2iocPC0wk4MozgDLilbKiKI42d8W1VyjZ3hO/Z/gBFz86RVZA4WYUBUIgao0ViTKlGpCPuxilgqpzOk+4KlWNyb0oNV3pdPnDPX8GuMRzlAnD4BdPrDB5rcm/hA+8yIHyU27p3GMHAUdXOJUKMCJ5u/OB3/CuKnfczoNFEslCwNW4Iaww0lziORVAVcRbOR7/2oYsRMnGX9prcK2+P1p5G3iPOKSi/qGn5LRVHj3i40mspT5RtnXEkMFNGItJjZ9MTBR6Ff4pvhXHi2hcJbom47ZqwECVxzzgvDOV2gsTa+rdEzHaQlrVAcJIMwoYL4JpyNXmk4KTt45b3iWryV58oAYlhEsl97aw4tiLeGT6T2a8LBEb6+DADH619U08WLXoI/HEm+/ppg7HMRaEkfoHRVeBmCCAN8vipG/hCWDJ56gHfyVKMB+FmkcDUawpRMKkOLTXO4jfJ1uaLGhR8Prn2/QdofPJ2NwmppMQlS/y5r7yVU1TrwaeMKZREu8SstHIwoYwXEh9U7SrGKzOa/BtPxYsCqnE4d/LSmsQ4sKAiafsnSwhnNwTv54QdofxAqYhfziPrwpGrZRUdUU6Jbugty9quFmr46R4wW9qcF5g72fSAzHGG/WCFkZD2vpKlgYSq3gf+Dtp0XTo6X+HF0VcGiHXOrQdu/4IiZ15t56OtOmWyimAXOG+4fJBJrSfbWoyTZBDBAczfbVfxEFlJsgouznjJtsfGxnEjZF/dGZceLRpc2A3VWvdMIHDl7rjDMiRf2IEo/4ILkAtxLHIc9/mE9RU8Gzp4hqgLei9ElV39iUqY+lTVDOVHB9aCC6M3DTFuNUIsvedvE+7+UGgA1Fu6oBbhXIcxeETZ94ytrBe3ws4rOKn7yCPVzk0zJvu2nBMu4sWcYsWsdh1UwKDB+wZIHz6FZW0nwlpsRoc819kZQGLNucjU+S6F+AM188vzh9d3Z+OXjx8qv333yxRX+iVZZjNa8X3ruMZkMCHa28N2TlNShheHxSKJsYfBU5oFEsvLSJQNbNeOHy/bATqGKmI1GUojGClw1nZLSCaN4b+hZsXDkfx4LivK6y8PcpDyH8flOggFRPkI4PXkJ/+7xdgiLTZX2SG769FpJAoiYaRcWHFFM0WLYwnEyhYBs+wZRFhcuHW18XN+C3iSprJRE1kY6xgLkNXt3N+jSGTV9pEirIiczAkyk/4bLiKtByuM/WFE7OxOwSqsn8HR5PkQSccicj2aoWnxfhr+Xie4kzSkt6j3IjOf5dMR7ioVa3xRoYr+AMTDNU5FESfVTmYTgxYSme/FDUV3n5PciDljSIDErGFmRX1SfJHhRgBIzpXvG6Bn4qVhxh9oJizI2b7Fd1ddfYTKLKOIMEETPiuqzRNi0n4YScCw7qg56L2TT1SNjP4EwK/q10Xs4V+P7ev8LZdZl6nUAPL1yNbc3QHBa5bnhJTBKGAf1Znm3ixKesdb+FHkvDAZphPgu0npnV/va+6JAqdOGLxK2LY9ifcQv09osTAIeZD7Sz7igXZrwZ3VUOrbRDlYkMoOaocAVxquR1FLDGLk7B/teyg6s2/qwG2wwEbzkdFZ+CkEM5HA8YOzGY5LNOvyQDfQXCZUoPhzGO3QAeTUbBFb9EfFkTL+g26rvz/umrM4y3TnAhi0/gtPI1IsdcTR8vO/Bb4ukmAtuB3Shxcs5+mbyWU7OcRXUfaDCAQ22UPaUoWxNmda/hyjf3zbxoGR7+DDaqXVGn1mTBSNhKw1kzyW9N5xQ9g4km3iFI2QUxkTiM+n11RdNMA7rYmLvFKMFVUeDbg8hAwcUOYfDkF6zDRiZWMQdd2JD9oneL7tC4bOZOig9hoh/onKekeHCsFbMEWwkGAUjUG4oTLigPnAgoNIsrNZhpxy44XHOBkAsOKpCUXf1Ec5NAe9M9GhEmkPI+4ORPGdiDC5kvvVqxyInMVsq0FXdkb5BoZJWLkqQGn5JjS0lHrWULiwJx4TkXeaITmBKE9i2zK5j+h6wZ1rjthEXOasUvha4UiebZ7cxA56qCwYh0C1xk9LaYLI0qBUDHhyXdnFHTlXlLGYVNJbGA6b2B0sEkbnGddD+NNlDUAR5dduxHJFYkIF/F2sONkzpgOUvX3JhgDliEsQc4vH3BD8HI5Di+K/4GnmQKGRcBA3UV3zeFU0EMY+wMhUkQXZfVL8EdOl+MxYCPOfGolodPnNSwMfc+IdnQGkWW4tZ/ws1C8fiflsWwzBl25qxFsgiMkNbaeXMsphqWUqMCIfWjyByUMC6hZVWlntRgPQyXXVV+YbdHOHtOLdcVLFS+VIGAsLxFkU5RQGdWu8XjK38VmXXLL+bFy7duPW/BZMdfWdNiGh1gH5Jsme2cLniFNuY8i/JjBJ6UEBOHkZrgID8UprbCWmOpFzp1Hc55EPMlx5hcAUk0igqh/aXsZHaksDB4WRAOSYHQnbX97vyr/AN6nee4mBoOpNOGopqMAvFPJT0kACsOvttUjAfKLEljtnxfBDbAE5vFNXpnJGzYUXN28oo1q+nce3MmmlD2mv5qtX8Vh+A+B7jR6YRTQlcHUiR9exx+pApck7Wb5zexraqjuSWBs4UxtcDQ23DivinG1/3bCiFCIGBGRZWxAQnrjAF6jBjyn8HYAXliV2xlGrr7sPI5zWdgl+nSc6QZribFmqM4Z+cC2od7wL8bWJ1IOoC6fiQZq6DE4AoM9w9sFQe5XrhJ9Rx98vRNUcRjOqzy7i0W4ww/UEIslQr934Jks/V+q6kB6HJRiwsCRLm/OdXHoCgvx3g5bqvqQ4iewdW4HzRgtg68lT7IGYRgUIYafxGoCi6GzfOA0LwHEQ5fLn8wPnoe2P4YEYEHJXObcS6JVBDntDHczec/O3tB8so7ChQLdxDdltlO2MHxIuWz6Sqc8sb3LzCVB4/vn1dgZt/7V78tcpJkFWZCI2uXs5r9RsxkDdapAYlXh/3CCu9JHYiH0Ptl4/tzYLanFBsIEwaSLUO0JK6XP8sEP6IDTRlXScGAoNEL2y1n3NzcGY/1sQ8l40NfwtKUzW32+P0/P6Hzol4f+8Fd77oUtksi9fxMcjRozuKT5HAH5/qmmA/QvMJqERQ8gxSUeLkBAZaTdy0D+aTe2jRzSGW7XipZJF5BapYi9Dvb29tqiZVJeMHe5s6z9XIl33NaWdPlxxkhgJ2nUVczi5h2wFb9AlzLOjRiPM4Yo4EnwedsK0+LIk4B8lw4RRMiMGV+14vpsMu9+EVfwQVz5otZhLEI1//pmokdLh5rWUMiGSxC/cCrcpdMu1BwgsKE0R/GuGJ6UkdL4dc29zllaDPuym0x/ICB1KviNv9YmoiJLDxHFTn0co7zTD/7sCtin8b1ucAanRmnJKXKp+F0jEbMOs0Ebx6ShkOr3I1EITLKa4O6HrEjU6imFOdM0ilStx3Jmo5001IYJJcTssdmqwcx2oSrTS6jBxbpUUwAjNaCXXY/CBPqdjKKL2fIksft4G/16ai548eesmSzUSgc6kX5sXQmzvszt22RflgGPk57CTDA16AdrulAzu9w0/5S5QLxWD6sU3GI+MEqcNT2LmSnNRxDMOvACKBcKrqQV7AR47v8vhH9q8avOvaUw9JsoOIolpckGXHSiEHUhe+GPUG7osQyGzEtUlUdAgToPBxsrKgWaudbef/ff6hhqsbHXgb/i+u20Df8aDIjIrG7wmDmDmWr0b48fwVD4ly/BkM2u5gXs3ZmMv3y9sevKtjrIvtO65xW/j749ckC/Mo6+4qSSzhCWuAtr3WJ0sARtFKkuObQTHWCjdmNy6tPk7HNmwUwkHA6AjhsVQlhFKwxJbOYiz7YPFQhD/NDMMPIbyiF23UKsB4vwTBvHbzw2Qrc2HdLsd/a4vcS34sM7zgngLizAN+F7gBagiMTemFmgO5L1YrdXhcCC8+VFyKO2XcNpfAvnBOIVo/K4Ko6iZsFeM30UGr0kOlnSwvR25LQla46maKC+bsfoE/nNmDDGzajETJjhh8j7kktaGNm4TOazSVgaHM4vYumNQdY9pLjxjh1BX8caKxwUI5Skeq/IeQt+EHZrdxeFHNWMrLMjQjtrptAjgKmmXO9QjA7OhrVYk7nrCWH9ltBtfYZTZ0fczedFIHnjO7hniA6PKyGa6OendqE12krSqtHu8dgV0x/ShdaTJg/n+dGTWyho7a6XqktMANoNhZSyat2nGX7U3wDWI9LTEZoQG8d/UJv7gGhCBHU6AqDPKOc2qoxyY7siLx4eLmunUZ19JGEmQKd94kqrPwPBSmywPuEi9tV+kUiCwHzSD1jQZIS0cnRGCNLP/0epnDCFVtZeglzjK2bnzjCVT3Uk4eB9ihARS/ROLilNUHhA3Txm5YzNBSrq21+G5F8UyNwqmYP9uk21R8ulThW0aEbThEjY1+wt46cPFgUgPnnuRYn4eaKmtAR6I9X94HllYYZgrraXeGqRBEn2IemTEXZVQb4yh8OkR9u7rbgYOmxLOiaTGwKqUdZMs7IrRy9Fcf3MftXMi6e5ouodGi5s7MkWcAYnH/71//aEC3ENVZrUhrII87ZR6nmhDoKAoEpcBk+QPhYXrHPIoEyXxtLbgsu2r/96//9YwDr//av/62jHq87B1iKlBBkGF6hIjKyHTKAMGb3riqcS2Q5HpR6EuXXJJhkTCHCN3hZ1fvuVnNxviBhQ5Jz4URyFHnjcc8RzQhY0WE20CPew1WisJMuhfHyUudjiR2/BkbQ4+SoEIlqSeTmCG5VhbQjc4C1vvc+bdeZ4YwLqK0KjsRYilSoqEgofB4wXjj5YjKDe/pVkSPa1yWrWvUvkk3h90IVKhmySTVajIvVj4kewMct5yi4DOLexfrqktOpC5d9IrgEJ3T5zBCUoo8F4FF5n8VPOnt0AvrJJTk9iAJ/GmXZWsP7+sXs6wWZb7EtYF+fc0ytGhxSTHJpBEdKKikc47GUfmJZHZZ/TvJZ84QKCjw1hUFYBhmcLVqcdt3rsAbBnC4xpmf+c1HMkpgxKdsi7CuZ9GrbRCtNxexBRAZT1ZSp5YANbB2ZRHJ2itgA685f3RLYtCkIfHidZuZQXY7sCa52olRQCYcCu+6XD/ywTvYBpfDgkipQ4pNma1iNF5Nps4Xh/y0+xSvehs59YszgOoURQkITmMLYRKQQjEddFs3ge2mu0KOud9dYHQzgJBnNCYM+YFkR4hMmtvyWa6Z0Wt1twLyzuwprZeYIrZJ6ILGiCdJjykRtfIyCmmL2hN+TfeRDME/OJMPiJcmwy60mbgERhoiaQbHp5ceVF0ZTr/rgMo46JaijQXiYHRxIIkye4dzouljwdrKyhS6MnLOuHRQYAeWajP+m53TJnRdfx1GpeVVGM3jkkAqChU1ozI7i1M67rEE3U++XRuJ5o2CUKlPt0ZlMhB9DQ3gnjhnxFmIRbsFFx1G65pELSuBxeSQSIT349hoZqigNEIktMuLhYhsoN4PIQlXY8XbP0gExjH997f374+z9dJgvbm7n2Uv+9ykS4FDac1IQiNpFxkAfPX6CG3JVwQHPGXH8HevOYziPg7yu83v4CkvUxgDQdkXc0zeCmiKMnQruNBlD1ddZlnDqPlAgEEi+LLBaCLV7zZQjlBWV2qFH7BhcwkuBjYjwifMzKXFKT6WT5tHOhlhlRKxx+Bpj0hhcCuV5E5k0qtKWcJh0Yu+boIg6F4yn9aOj306raT/C/8aVPCSJOOCIgyLajSuTv/1GLIwHe1K5x9lpTeHfOA0auk+CMOu64q46LXeViMZrvFpw0RiVJtb4LbauVxsUhOcZjisMlJycfi3IlrRa6QR64Q9bBCa5QA5QkM/8Vku+widDU7ZqXC9P+RqGrVzdO/uOs/kqpSL5xAO9BWE9KX8ooqoNyhANuNBzylBTKnbkIZKvz1DGfPQ9qAFy2NB9y9zDSwMcckBORVbOZgXj91UCNLF1FPA7qITAJ1heho5tMbQCxMk01cp8410m0ER2EGRo0Co9FcsUB8ZcsX018g4sljHYL/zGJaUceSHlJeIbbhDyL/Lm9qrCICT8/TyfwlcxhcsgmeTldDg6wnSoEhmw1KnqgbgSPjUs3ksd80e2F1Gku66iKz93dacC8qAsuo5LHvaFxEi7xz99++7CJimU5UzAjvxaBP9SDB8TSikenjOP4dgvWd1zoMwVxYH+7qMAQ0lBluPrtxRcIDaDWnBLt3Dsx4WcNq3J4NSeWNwoQTjPbOUMV7L3cHzic+dp9VAcocPt7udkDU9YmJrxAoeVpYFg76AF6R7WluQr6zNpG2WGdtavr+Sx5lYSufdxMUaKFRV907Tj9RlhFPEVWWeKb+BCePIce3fchekS0WgJTjEkSGpu6CaLpDF3BSfH6A/oKiF4jo9ZGyom9Ww+ws6UrBhUb91Nm+8bUXpHcjoc5OxwcNupibiC85Lje9eZQPKaVJKWF/rcy/dOXWx1QORUw6kZTfJ6njq87wpWPY6El4l3wGKsogTtakdAiKUcdaQidace055yUgKTbAX6JvDPyG0gASZVsmBLiLIgCvBRDCWVtDSJtedOsD3PzuA78D9ebztmBDlgzJlh2a8C6p6lyLVcYuVj74S7MMGU6mlQMCK6q7xCbWggzU7QJ+6tGg/WrwgsFHoHGczqFemlYpNDJjV4wR9etqXSmrxnkY2j1eKid5IFSKcodx3H4dHmflJMdeOTHNxM8xgxmDkxHj7JZrJ1OR//9T1X36B/g60fB1ywx/5SdfU9+UNlY5zJvz4JtOrlXSkJ8RqcFRyr+63kE/f0BF42iHwRifeSw6CrbNbSjvndafaWtOQFK3s2VtJu78H6uaWc8Gh1nj3y6vQ7mAJu7uXrR+ZswwH7iuHlcbWBpc5ew/94SxHqxXy2mHszn045ejW+/hvWDDHAB6HQe0FhK5AP2emLk8sTxpjdo82QewbZ1pXqOlWhlvpI7EdaZYpigwzlCVx7NpZFLIJFgYP+VSjeUWqWo796w+yEiC9InPd/dzP/ffaaCNxd8ZkSQKVn0dYGwpkLJowoMQwyXnv7r2ycFE2eh/2u89BRzoPc6AE2SGPzTJeqz/ITEJsT42Pg6ysHSNl49L+4+dldVcMJEpDYONZSaxWcS4KNTZ7KLgOK5DjLpqKasHZYMtFznoSPz/ecm7u65Jt93t7qKjyX+CrFNG8BQh5WZ2UJpTz3o40nzqrZYhYVEKBfWIw0AgnLFThS4kedOx9KakNhYFiWYQgO3tNCkeQhW0ac046Huo4XrWoMXEo8gC6JGU7hHdhs6Bmcwi4gUXKR7QXTwY4gR8c9we9IdxbqC9LjziwIxi9G8gEiifekIwoOpl2ddrd3t/s7u/3to2xn53hv+3j7MGzVtH+QatWkdv2Xh9tPn/5O5vCle/oO/P4a1rdfTft3M+pVLK2YduEDSRX3k9/An2o1Ux/7OJsGUk+Pe1ewJK7zy8qOLtQJrVrMZEWwwVTlGtg6WhdcJO4Bhe2bkPllQMdYumrRc7Wvg3ZKMt+iahbtRHN2+mpwcXb58hwu68Xg25fvLs7evnG9tdCaGQQtZrR1VfRkbVojLx59qgsgn2Ivt5CjZmApjfxDsBu07twg+oWQnOrTuP0ZXNhqima/HDZEp08L7ki97Vr96M/2aefqfCBfM525cFdrPtD9KdIN0rz3Drexnc1vDWx+a2DzWwOb3xrY/NbA5rcGNr81sGnFFH5rYPNbA5tEAxvqA7q093CiWSK2nG5Hz+JOicsGTbZJ3NuTNontsbXqT3sdWm2JkJX6GovKNenBjub4nsWIgOwMg56YI7eSmuBDujmpGL25iduy1jR8/S+6jUEERShkCLrN3RyxV+m4AGF2Xy3M7JFKru+Z3wXrraV+mD8oR4VHqSpXAQz6NdyI4lOOVXMbfP/zG+oXQJDhl285iJtqAbmzfcQ28/7zvc2djuZFURxamGN83fSoGi58tV6LH1CZNz7PMnHPcwaHUTwO3KGXkmrCscsDGmDJixk1FzFJr4HQ2xkcOoHnEy8ThmURj2itBeYAcneRPr+l+zeFdarhMJBuQxlRpuyiwHo454qnwctPw2IWvUoC6NlFuK87vEbdm8CIXEsZDGckSgfJqiKjIFAoKTuFSYMof14JUFzv05Bj2MEJ6uCI+uOF57s7IT3EV4Rj/i7St4ATNMxn5OPRU9iQ+Hzl4FPfFIiTErR2JgeXd2XjgAss3HiEVfaNkGY9YkY4xBLMW/z7789QcMdthmxZvtR30x7UZcMjRS4tHRTvjiobDx6YRGjtAcmOn4YRO1jBvRj49QfKbAtDfFAaSOyn4hc5LhKWJI8auWOOBWso9cWkCMDFJltpWjQt/pBgNrtpGBpKvoVxotXhNXX+3jzx60EKwtZHJp+5jC45ZLHgYDKx4Fmb5dQzidr6NV59dy8ifqv4x1bV1WVVS8x4ySBE8u4T31GtXEKFBiXrgRMAa8OIMx9Lpn1LDOJ0fsrWZbPZYY6ZbDYKcwvlO26N0pmIlLKP+SpvPiQqknC/HsJ2bCrF9LBQNWRVu2QxMUqhdLuQafMyZa5Anjz0WowfIqO8pre9LUoEQjJ900w4y4hPMu3ATxdMuD0qeHGDpwY/cWCmYTW7r+kpsqv8m0uSw3a5OBqeHsRZ2cuHaGkBXYDOZzKFNUM1iUsTo4NNMUXWvI8pfqCIkSisNHlcF0/UGlPDWZA3jSC575n7RVxM1Ezp+tU18zMurtQ+5qaQqOsi+Rx6cN65G8uy+IbHdOVGqyIJl+AoHPrmQl2w83hvfAsakjrF9AYrha7VY3YAFMuVO6kGtJgD/pIhouIYlALJ0dAgJJMSYXkWViqSlGcQF+EyW41ibIqdCuy1INbqg0wEfYpYpiinhWhXeNkf5+RHrKcaa0iARRkOzkEyQTwx9R39A5vCE6p6S/6w9Z8MEOs/baUvIanj2HANIwP4wL2aDPa5YMDkwbwPn2NReSHAlzV52IXwd7yAtyZnSQwj9mOnUmr8KWU6B4Z5YmSz1JTfofAytXCxBE7INkqM3wl5v+3IGlYp6IcwJoUPSGcEf3YmIHq2L6/N1qDP+VH8J6sRVq2a40ho5Xo0XFNExzzh9DslkUlzpF+4VUbxy1Bv0LPVdFhGvaHFNZMix4Dg9WLMDgPxo1UVdp5zQPKoR9S8HI9FqsHFGBKZSWvx16dW8B6/jCa7wCwgbarE4F2fpu367AZ8wAJeSrrbtcg//vjyhehc1LUuPJJ8xlqlDcxWESl7LD+eOuUgEEpRLNxwBY0KReImVnF11UAbnQJj98jHZ0E1MIKKwuYDPtweE82eaM84u35LIvZz+2ytfvBl3G1P03FxuXsjWZTSFUrhgUOjcRH5LQ8sL+a9NdVstNoNdsaJvd+ohBpvoNKLwLQqZZ+dZkew+akDsUY8y8sWOVuS7/EW39elYbKVlaNwzlRKjJ3MYT8SY3xDOjKCfSK+cDKtmoRx7Wr8OAatYRKsRIZpIHNrOzqiKR97pggiPCpS/Ywe5NOnAYJfmzKqwQS8mOGALcvBzWz4+EkLHPiZWMAVwE5TLK2lpopmxtP59vxUO2guYlGnRyIdAFtSiUW4t/hkMlQ4cShCczuUAGo3BmT3BFAdJOxhcfxi+vj7IlkEFNfNuoylaXRAyQC2Yq8IjaZxCaXxpgAzJYgm1TSqUAgWcT1cnGvfqSoyb7NwJBDp6utfZu/PYuOV01x8X8AZQbpbVCOqiMQTM2R34xEHmuvYhQvdQeaQU+ubeAnekrg3QkG6jLoiZZ8FZhi9Keyssb4UnBQEqMzpKmvmZQXEeBWCz6UFyYojRDdz9+DxPxf/6BVK7oCjl8p9OGFxl7t+jOsmvdvA1b/ieXV//Kt/SCgKtdaTQsgp+BueJRvwC+9Lu4mDKiW3weLz0tela87jYvNmM+td13uDr9/1niyvL2H+ypQ2VDoLlkhtxgQK+5nSGk4eFLUuEbmmgU8avLU3s9cLtOK5I0ZMVMzVzK+KIIp64rYWg1YpjxT+c+cCYUusC7i1YH5g87PeRoa6WKvT4eAz4tv5xQmTx1mw67lCeasVpc/B+SCx1+cHMPR2WFTtzGyQlg3aRpQvtDmetFrVC0NpyuHc4x+OCRCOBEAy8ubmZq8FJu8Eej3cjNEhv+g0V7aN77WMhlVdglgGMaU3eyd9K8x6RpS5GEjT005cykvQmjMcbH4q/h/pI+HR2lxlvJmkieqaoi9rG1IR9mLGyB4p6xSQqwl8ugByR9RlPU9V90sYX4xxxl1ftSJjIxE02OAC63S9o8akSF5I0FqLd4WHWG4RBldwAdPrleQGqSrqNsZVyyyILAoedM60GAu0XviZEDvIhOnkHo/zGgESuLJqFK1g9bpjvgynVn03Z+Gyu+Geg7QoJm1PNBleTVjR6HuXefj6ilmEtvi5hl1FDPe8ztP1Hxud1+PYcfZGCDs0lkQMPzqxqwIltATdc5/XYKm5YcEoSCkQmCZKPRy+xUrS1FnnC+JfNm/n+XConbGM3vZdZFx/+OvxArusw1WY6RNNuVyH0IjKbXsncNJwFc3bUVBVsyCqyx0cv2JeLIv+KTmeZx2R9NYGgceodFsInLV7WYtkz/Q4yN01gq1EIJ8eV3i1RLiPq2JdRJxcM7JJ7ihqShkS5+GZHXetu1HoeIH3QkUQGF0wzG0xnjEbX3kzJXj0FKEmNVUXRr5ZM+/g0/OZiNcuIGmqFLSqBN8z8YKomn3AnzfXWbh8AZgqyJXjMZ8agkNMXtJaPohuo1kozorcBn5E+hW+UcWCkWIMBro0iS0BtUIBIwmMBptYUu0obRi1ag/v5FADUIFuWHb23Fo6JIlP53SlVho1m3GXZVe86WJ2DEV9fG4vgmNRBqF3/FHUd5Jj09rDXvlSNoQojnqO2WSMhv87i6OsPFoeX+XSMG7hLQS7q7O31JezlX119szu5o4LyKWsWa/mTLe/6LxwqINP9bCoiabNOoxN9rhZIAigIdDiWxJYT4xVTBkOcrnvwowKOwk2pfIk/QbpCFLKxjAkD/bIwwxIb/l0g+lsIijklsAzjm7EH8Hdu3mlOHYIDwgjh9I4c0CNMyVmqE4A6rqPVUm9a5C7LDyEPlXmoRUS+RJ+meyEVZTcCu0ZaCOy+hIvP7HWnVbglChbjCkHExfKGcyk0nFDRKMHur5ZpeyTm3dg/ZNlBnWyFSzNT5UhxbcYOcB9cUIiubXCwWmTlB5D1cD/GWMe/zm7fO1eNA+NSjYoy9CebNtQGXrnEjvmKyRMjYhvnKKyKkZaLC59TI0qZzIb7JbbxPJsjo7nJxK88MUXX9F3SxuihRcQONbwlpuJeKo8vLTzxGyp4TB8G/laaJmRMoJ8eqeBlKngxt2F1Ft7kQLTEAwnvhYKbSVxA+9RXRCKrsliav9Cz7RUju/XMdFvC9PIVADu2fC2aopp8khq5CyZ8ekUkQnxu+lYQMIXlIDi2i+5ugaQgKGfXwO4++x476E1gM92XQ2ge/ovVAO4HKv8ExUAahleR+GfftxV4reDKGx464IefQhfO2EYMgGKbXiVTShSO1rifVVgmLfRPMJUKIo3Cf/9v2LZ4P7hU6ka/A3z/D8V5pkrGo7kFJlv9ScugJOsakCJko73xJUNqwZPVzdswxBEB31PjRmppw3GZIdFyW5KSZXcSHcsGS9bjEzXeYN/i6wAGVyeRvunl/K3q4IgOpgdWB66Ei+WgTDoPmDp3ZTbLeNowSbDyDQk1oQhzyLGkKdoL43JHUCL1ogfsOg3iMOQ22qzN8t55Dkiv/FI3ZAhrPhgmATz0FpYHxNvJ6sXDp89e8bVC4FyXacA2NlfCU6mJJ/ZecXkFdRZhgzkakhmoJJ5rFHusyK9EzBbuq7FD2G4tPd/AKvODC7TxXhpHepPVYj5E9aG/hRFrU6MjigGraFM09Uxim5e/OkVm78d9b/qATDiGhcLF4IAQeb0WKW3WpCG/VqUlk+I6cKQQJ6SdGZguLx4nr3Z6CvkhEyP3pQuY4L71R/TRCwxOK3KDuZK4Zy9gdT/2SUGnW3/ZHdCCdeAQVhsJtsODH1+jUZnU1iQLbNCM6YMN+7s1mtirlJSSpxqGDpQOWxqK7opTkOLf20wn/LjhSlY38KHhY5nyiIyWtKqGxmFMxQCqA5fcEQ4xqOhcNMYaBo8UTvzUUce8u+FNrrN15vQ3hd0zjCkbC65AhMRtG2e9KdFsfiRENruVsByf5zX4ytp+X4ReziVv3SQ4YdE2umd3V0z+Rlmm22mjcJGQjjq0K02qTIqRy40t/oAr6YY6Hr4imeuPvORpPTVy0GRztLro8hKKcqxxHNh2Ytp3qov8Kjh0yxF4zJt2+fGdXoP7kH7dEvz486mlS0WjTZJ0cOVDyoeUiquYzdH6ZxirpTMEyNAXXJyBZIgWfMww5bLrWKbBH/gUrkZcDh+fn1YF2C4s2CMrmEag7DeRbS6mhS6kBDUSrlCMHDv94Hu0rAolSXQp6YBS6B2OZeSavvs5v6Q2iHu4yxEYteO470kuxxzqwvy7rntJmW0xdI2FTL1x5LjvNKrOmH8hpVOlkpB+ovwFAwvwBoHJAb0UY9qRzqnkbQ1Vesa9rRaom03XeX9hazFGEF1oO2YQ7ZhSGfHTfZO+Ot7vLJgWtTo5mSP/o//4xG/xqO37x6F5CS3RIlzyxUlpp4Nftb2OXhLhA4ucaHAHgFRN86vinFy8wKlan7X3uDAxHSQNRGHIZTcNFjkV3I2q0GModHggqzOtyW3EreChRql396/e0Xea4ZGIDnw9NXAaPNp6geqO2x13wJzBZ6Ii+158eK5pYfVxGF5HvJ0l0AYwfpR6b0kXOS0oR3JJ81wNnuZYtibowHCCjjXzhezp6F/1eTXxUCbs69FOuQixl73McxAOwu77jZc2hng+7SGWGLKqy0POW4waVwLHnGIazvW4AJGFCgzj8kCQY4y/TXb4trHN/C1qF25zGLFy9otpHQWRsc5hUUpDYqUX6+UZZrzSj2u5RDhG6TrbC9b1mrcPi95wVOhie7K15x6JPjmEUgLT0kDC/jjRK5C/W5uyE77rOIuNqqWMEArZYo1N0lJOXeEABdYe5hY+RiGJSI89LG1SjSncyanjgrK+i7cZMGkYaVziTStJToNP84zQQkzc4oOGVaXm74fSyyrCN02Yyk8c2VKP0vRGT0g3fHlZy86w2c/Wy9L68WfAtViKW+NyP+3EfX/n1Wy/vTyZefxInnIErrdjFUY7zRTaSxrpsO9j0puvOpeQ7U8COIYxpWYc0Np2sVolTBIAQbpOAxTOTPgnpGMDXUwrMLwLwvt0WI2pp/Z8eMb2+YQTK2YYeOW4oOYbliSx+3gw09biRi1c+WFFGfNdZgZalp7uVjuYArAc57uApTES9vO1UI7aGpjyLpnSuNGVyoojhGs5vBD1I0lmM6Rz0X7a5coQCTgoC4hEZJevjt7883g8t3Jm4tXJ5dnb98MXvzlzcnrs9PB6ds3ly//fGmKuWkD2wFjU3/YXfuYCvPIUC0jz15nxfQlgDUegxVCMBVnHteHhFOZUPRhWGjDGEfCYWJv1D503g/YLYJ1X0H3H/YC6V0RnTDGiXsK8I6NStXmrPPKxmFDPqdOMbo/YoHh+/ZYOvXSfgstPB1CqtUGQ79HTA2YXszpZ8ZVSBdIBRJMM8R2o+Fbf3519vXXHg5MURFpL7POqGxykiRuaf+gUXVnmDHPbhc3Pp1u4F5cncf4OU9gqpwJ2mdUuGOiCFf386jBB05Y4RvBqX+Ip/IjWtuZS+ejbg75o0FVim0Zmd5wF9TkJViLaj8GwgUHj0vwbJthsEuYAd8cEkXB2mLxvDGkkeZwbVAJeZDx5ApqKgVDkvCxZgEovJh6XLCfirmW5qhxtjrmpwvi0BuOne4j4gbVHyaUC4apr8s60WF87bJGcv3kZsPfNUvPTB1z6vnEonvmKt1bUZyVTaFzNcDDDjbSdXUaC3GXJ86pRG1euIiVZLcpA029qhEEn5eWR4bT6H0yI6StESJLyrlZOrhJq+rBiERqmf+HIlZlE1fZL4au+9DfMP6iNjCyUQkhjP+FhYrEBZw+qcnlUlgtJNngXisNjM5E9ojwEn+EZRv8+fWrd+eng69RXAxeVTePyKG7xqabvQ7B6GymVJAwX8CUpnMNjqoUlXcrpx/zcTkSgHzQSS9+KzY3EXYlLqEmTa28tXxrplRM9nbO6NPNIZI4FsTNAXMuwVf11F/sx4ID27Td19X9hFzvTEEey+GkA8nYFizDQBDS+D7u4p168dvy5jZ7BxdeqzY4J44l//877dnl6wGaUhZrfnxsZUMvKTY9xGGtusGoR4rQWLgOKUGNtbaonzH4A8SDyFZE8XzDZKxab9mV97ESodWgQLvRIi6IAC0g3DVjQyxYyQZhNvwYLMXeWrHzc7wmDnL/obh38Wpw+Thx8ahhJEK9GHaZyj7Vl9acQehhWI3x6LI7qlXDwvHXHWkPvfG1OkL1QcsymjeQjeRaBbgCPsbqGKwb1ATtpcB8w/u8TDZy5PBOmp8TDV5TIGpjrkXvcD+TL7xu6WNQC0RGZius1+O4XpeThhx1bEbnKm0FNqlR2KAOeI1Fo8PLNdV81DQMa9JnCj+lY7j54BKpVTOgDY7uWwuQP2VerVvfRk9PJzNfi88gg1Vit2CUnpvMsQGqNmdbZbR8ptfudZbM/ZHg+UlDNCV1hcHor1SY8S7jNzjbmi4G1SfaLmnKpNFbtnBqnvdcRT31HXJMZ/SvHxGV+fct6ExkPCkqGgnmamlAgzsxeSCc9FjDGlqEXTPmD7cJ1Hpf9CbVqEt82R19bDU0KkeSW2hm1fQBFaERLEZAAgSCMfUHrHgISoFxeqpIo4UjsAxI/w6/vo3q9/kK9qo5sZWnADHEuTzNuIF7O2p2k5dTNWCn4oDCtmVf4zVCaYklxvBZU6icHo9NbghMcA/Bc9KuAKNu7UJig5nIJTJoguOSi0GiSFcbekodUfULMHdkbA+sExUdy89OeGqkbpJn5rrous1zYCtZIldIrdpHfW7dgtuc/XtJEFl03MMuxQPelzrCYGSt4BoaTLDQ2pFwxc0Hn61WhkgS99iwvpy4MoxvXl+G01tZOLyyoj1cS6Xdwef/yWPzzqhQpCDmXNEDy5HBPtO1pHKVHIAmn4KH+kMAGLFjn9fVp3tyxxZTdSjQUn94qaJ29DZVkkNQt+zH8HWd+jS2d2GKJBIiFga27SmhOhQEI9iHxtSyLzEwrgLDLqnfbQaMc6IWadt7Ywiie6k7hi6fu1PhcChSiDbRQQWDzK0ccuaqap9DNsieBnxtEozxppfzplnUgsG7mLiNp5Bk15RBbW94IevZIJABl+6T5M2lK7h/SOhkBWupwJRAoQbUeL5ggGUL86moxcOCx/V7aqSRRr7sxARrdZSM6y+3B0j2/PHi7ZusmGK4THo6SKWeo59RLnNhV2YPqROeEWdFbBYBu0gggihqPJ2enon6htwtxhFI4FUdU7R2Rq/RIwjbowfSA3vKf/JUr0HM97Zo5fc00Nhie1TNUGIrhlEJq9hO1UUPHHGnhsi0kPhXRWgrmHzeRaeeh76u1LqgqYrgjeEtOD1D270+PQtdZA2GIdS9aBgCiA4q/A/3SrmuJs5WY3PZRk9s+G81cQyXCE7Gg/kEawQG9AaDsnHFA6zKfMUw7Y3Nu9wW2ocUNoXjGdJO0QY0tI7n+JjHGoCuDJ4xiCKH0RrpvSYVJ4K3iS80x1Rb0BTXSDO/y8t5dE6XSmYE02kdN8sQSjSkhW9KGhx2scZjiolANghm1K5op3yK/sx4OMIRtiuZ/NBrFjSzmlQUyPSeg2Ocv1Bash4uHfVgbZBScqa5azrJ9k5wPVAdO3esrW4Luq6U9uI4OErxUz67JZxqVL7UhMSzZAwfVC8dInYj1UiKU1Xxa2tvgkm2mGUITiBkZKdjIYK/cKAnV+unQeg4Qt11erDxfClpGc5u3+ltOTvNp0LLhoThN5J3DHrFUmWEh+P54m8UuJ6GKeV4RzM6t1SjPDuy6xAqOuurq3nT+p1UA5GDoPrTWT420+McncQK2d4WyfGtAuwwQOGMPLINTgvLz3xgNyG4HgdfrCqubpPQs5luePlRldSIDltqda1M25FT3+CZn0RpQoynLRtbW34FnbaoU3HQR0KYCVIzoT1H7LFJUhrPEYyrntpsn/WsYNE7i+4SPbNNJRDK9LpARruSbgVbqazalgVsTJSovI6SqUofMLRAEX2+USgwGpEOSE+yxIXy/veG909JhlqfIhaUmjpRNBCl6Mj3+/w8nWGYm1eqlEnqaW7ETIDTTzRhjPM3CGusph7R6XqELz2/yUcqkjp5dpMe/4+dBksIDkJ6iDipS5gPXNGCpTbJKwTm8xlr7EXryklpWnIowc/l8ckg/sNK4hrO+W0xelj4I/22y8GmPi3JGQycgkKwJASB/KLuM4eADo/mY8YioIpSOgAM4FGKkIK77JSOy4+UUjM/XcGgiRvjGokz+tAhFgKQis+ieZRx3Hw9zk8KKvd6nN/5I9AbmmBNL2tm5XSKCNbhymjUaPV2iPbrGKDG3IbBzYs6JC4VB/0gEjVabvSNz16sgUrxEWCxBVRSsXHiKIBdI1iUfeRgkSTwe3ml1kVhQ6uJCRiFxyg3fBozqDbZDUHJhItzZ3t7e/URcHtejbsQKvDG1ywJ0hnnVgNIVFZMn7sGLKdbncrCaQQUFvkMWaum4Fe9/DQbg2FRZzs76V2Cw4qWlGRSXaXQ+3evVomNpK5sNbfqpLpVh9CBVkgGVYLodgI0JiBaxZ9rBivJbnaYaDzD6HFiCQxDz1IvsKzkcYkQDw8EHpVCeESTgNuhEu4HdVcN5zoffhTMBb4rf3CqqZy3uDldVM/FlKVELXzou6Kpxh85ZCN1A1KubrfOpbhB3E6aVl7AECUkc2id+BRxH9p3LQFga9tdcZsjCYjhUGLMC+aBi40TgmXpDJl71lruK9OWtGeoPXhXppItUoMuIqtedso8VhbDUwiSclSywWL/j/+OGy8lWbgveKdI/qIE4pIusjsiOpGYHOnwuMe8Ez+KHWk7Zkc6XMWOtO/YkfzjfyF6pNWEJ79GiqSd7YOYIwm5z6xHBn/yFWtKUOnpRkN0hcXN+F+Jt/W/LpPSzs6BUin9xr/yG//Kb/wrv/Gv/LvxrzD5164IPmpRtbqbOUjE19TM6tJ+M6T8WjJkku1rB4U04R7CluG+xNlLrm/gMyybwyaDLgLnasY3s79I1bTEKDXLMeEALeJGlPWf4PD50J/BJIHW0fbTHeXPOlzRkyJZphTcJS444n5jig9OtfLBCwaHe0H2p3BWx6uecJ9s8uOzCGK4T1kA79cDhw5dXPwfPHo9oobXSGPeTFBDcH6RI2ZkYmLl+5lDmbUZPT9PZRGwV+C71tPzUSC8QiiWCP3Bf/L1CooR4L8Pc6HydzWSnDHSRldnLzIOLEeL9ODyWE6ykJNEe0KPkWNMy+eCDwfb2Sf6f2efEvtysJSf+ceXxR6s0S7qhDYaxqN9dY2sJL9gKNz1T9qBBF0dBVS0LJi95Gx8rL2T7p8ZGn4FzOM65zT/VVeDR9OrLmURzsFfy5VAWthuuSFxV5R9vXS4qdu1fVOwL6GgL2mNbtHe4DVaTK6meTlu3I1eR4QdOBnbnaKKEALFtFnUhTtXGDVldLVPF7r28FFbAmlEQCZ8RpzgSsLoGYKbrKtO8WBpc5/u6MtipnsoFzoKfDDh0bffRFUjwZPTtejtJxO8FAEAGPxFmJ0kLSUM3NqSrqT9fjtlzxn0q3tP+21UMh8JYjrlLKgrCk0OvpyhqBPYRyUbowUdOHPEpF1GG/osQSkcQYlTo6uNF5qrHZh4h4CAZugWt0XwGp06MCykQWuKt+aLYvJ8c1J9sQX/K5014cXef6hR4+Qm4wg2ABKuF6I10dCbN9rsC44sDrT4QON04MDC1sXY26G19z7O7doHWDYWkCv4Y7Si49ZyMY8SIpHmc7CuSL0n1mrPlnrH9kIW1HCwOFOY/B9P/iwz9yABabaa0LhrWQhRkCxXidaYSn+RCj4e4kqKMVrieuOw70C8BmCAW38vePc0HC593G2pBKNYja/QLpbhTWzvrTSyYtsT6yVBpnUiPvj2gsmnYU4H/jAuUbtbZ/COS/tCdMpGTi7x8xnDH7AvRsFbTFNILsfc0Xl8pAV5RTYeDsy9FtL5DEIAGnGFMIBx2ZjKCh5DLMFwkBcVLRIcfTQHPczYTAg2AU/GNUVUydB3FBHUcmMj+6bOP+IV/RqkfxPlFr0fG1SWWiNVjXUCA5rtIjsyuVNiwYkvLLsl/zKnMgzsh+LEi1OlV8PZlyPCydGLIMKZxITfqNYGOO1Em1BOE/4IqrFUAF9/mfzRjDtdhtkF9RAZtZ4Kg5iMAhM9eXMcwwSKptNSWi0PkGPSu8AsZ2syCpNP7sRKemZf5KUspZ/EezLiNkXNKKnXdNfbZUJIyj57fvwBZqd7tJc96sGcYwB44BLXPcfOJNyWtWeRLLmRR/Ll16aBzWEJbyKrkq6dBtxcOTn2Y7FWiZRrjuQO61l1W2nVWKG0/50Hw8srK6O5NkkPQ2BncXeSII2NBRy3DBMm3YFIBaf0hXVS3nT5CfV4Twpd0dT1IJh1aoZ1ISkdg3ewrkFHBFpamGszGk+ykui8QfCoELew6lrFgkoNSH/Pkmdm3WwrgmxssveRxqgXU+71NbLtMydj6hhAGzUQv+Lxk0dRJ0R4EcTg8SalJreudxBPjg4W9z0/x1D38H5wyvZoz1espyfjGDCqbJ/bZUYSdn97L+u9gUFOFvNbWNofilGP4/YGWeesYd4KPKNDfgY9f9+NG7zuWsZvso8QqCouY2C6SI8P5RpDObo+yhe8FdJHqphVn7MdVJMvkLiMiozD0Kgocurk6dV9w+gmFGVsQTkQLMlee3y9oIxT4kK4qexQbCbzu1Fxd0He+kRYJVwdTT9v+n78cNBTifpi9MSjVlsZuIS6fVe40mgjHq7uDTFeccejteWqm46uzsy0ocNBOGYZuYPJzHsXE564W20z11QUowO4uLldSnn397WfvCY8xoWkROLzanJ/7Z0Z3lZVo6goMYe5G0Vz63L+kSn0UOQlat9hLk3nAjNUEleTcpzXXPh0I1cYw0IYYJkXUw9BGSPInrueJAJsFRef3EsjUpJqHSiTPBAnRsH4FIImDj6WxV3C8Hc5TG/JPjrjCP1JfUO4Ttdr5ZFigumiuOJdOVh5s8RhadkPclzmoERBzAqIjY8kJt4KrWtidVgqJ3tCGe6uMKBCL+9ne9/UxNJaOj0xszYn7uZh4IpEd2t18FxRTNIDPmlJU9PYCf0cp6Tark5UKz8qkO2EiXkoDI0C8xw35CuOk2zgKkjb1ElRM0EozKptG7XM71VeV7A4odNllkqScq+YBTw7aZBJKEeDQQBXfAsjGDszVPMCIvgje6UqtpesZ31X+OLGfEJs2sR1xZR/dHhM1siHOSdmR9rBBuWVc9MybVURHOYcC+KGQfHPW9wTY3Y5AukAEUiHm7s/AoD09Hh/90Ht2Y72jywASZ7+C+GPlmZff43Qo6O9GHkkSiw2H4SEQ+oY0wng/3WRRftHDCz6lWWmGWUAb3NXVUPJj/Vts64kzmAPXsYm1L5oZvn0+WvzM5CV+KcYe7D0QR29xnZh9b+YPafU0O/+49PdncPf4/mg/zz6vYISJvmHgpiPbaPoejGlFNh92H+s6OsMpAECr9QXeXZbF9dfetlR1SNkj2tIgEhP0y3zAlu952YZvtjKhSLbDmRkUA+rj7/sTSsGH/WoWRz+alP7oO8//2ewqJJspmF8Ef3jREoTGwqXKJY3wHCrS/TxNzISKcjyoTLqiZ4A+H9f5k1AQ5x5MGTQXnjDkiZSvYAzisxo/1wUs8bXDvhO6+IKEC8B3mukBZS8gPn5BXWCI741Npelsxz3eqXebuxylHUMHHcpL/zKRwon33OXNoqHCBPhFThk9Ae3XmQIOAFlF4ZA5I2LEucK+bLLTizvAs5QtDS31h2WRRNb7vvh7dekuR/uJWzQtGE7jbd+Bi81qZgiFV6o/WxwLRqupCjcjzeD79lrSbSDdCHUVhnL9JkcsjajbEjJKvzyWM6nO4juhG/9E/qgg3L05c7OzuGzw2ftM26m8lVV4eo3eObNUqdHO9re3l462iWFr99Ree5tOUO68rUGPny2c7R04IvFlZNB68318Nn+3tIhzwVycEIqfc1Bn+7vr1oApeywA8pxmz1/xcvNQEOsyTW76z3suTARTUetQ4Hy6Z/A0y2EUESgxInpHh4ebT/bbc2WqTSug/OYmkPqwZFgfE+Y0DOhuQvvyNcYjZoXM4xt0P+W5mvEsisWNsZ3o16Ut9VsA5QIquvspqJkbYf43gqasWwJkwSy8n+PPNZbXZpta+kmBtfzNeluUiSS6Z+JFGA3k/utw5c3BMAqxYAodZU+vpg850g214pw8jqICvFvUHpQEfWGbwAERkU+t/4uLI+Usli6qMIzsdGL9kXm3WPujtHn0rhXaMj8i1yC1UIPhL9zuQWOInpdbkmjup3k/vTeqJ4N7EUQKyA+R2idLhqzZtqhlCq6CVWysWqH4aYsJs3WvJqVwz48KVT2a2+jiZotJtE5fiFGqTm+ZNqIQxLflmBcxPA3bbVB/GZ7HOOVd0egJeEpiUiHFuDBVgmsdXVT0D66mFAinaDUth1BMM7mNhsm3aSkZnRcu7ZitqjBtm4Syx4syenrC7kulEEzC/26nJaTxcQ36UIx6NpKybT8JnQuOtkrcsYIU+WQ47b9l+9XRdaJdyc8DULRUqMc2o1eR2gS6A7s/N6G8/UXiU2wv9hF8Eb4i4698b84bCmP78RkkvQXJWSI400Moo0lx5Q74VDRVe5NcdmbFI53d3d3Rxrh7q/fCNdbU96YMjUUnM82k9zffNqKzO13t7hcp/9aXdyQ2TSrMV3oOF6QAgvVTj4uiJiRE3kY+/HWYSL39scLTxvsGkp7CZT92//5f3lmR/zHSzKVPVDewsOWT5wzo43YTUwxgsBtrFfDtsgSa0cYhOupo7XsPnSbZ+NyQl0oZ/k9HakbENV3eRuDvP+AhpMaciIXxuebviEGY9rVF/kUI+atnFP4uLUb6/20HWH2k43x2i+bRG/6rit6TrjFvSyvgh4xpjRSLqU10dcd5MoSwrYX5VTVOZUuMCtw4ljhkfHZeBDqJbGgXmP+k0mzhVyHEy6LK7STlh5PVTMpp0GGlApgH2rWpGoZ9Svg8GPqcZTSlZenwxyk9SWN2hBtFbGxk/GrS+I74Bnjpv2IVsb4NbxMPqrO8xuq3ev7Yv/A9dDZd9xkpvFoV0elu6cFDbvgW+kvzPMPhZCgDrkJI0s2EQOcARIYTfGJyKgSM2OEvTPKuFFQCzsb/zCgGDeCxXU7FTAznEPP/+Kn78xN17cjd4EP9fFXnQBKZaMDHSbLlP3oczvICu2IW/0hgRZkTgNq0urfgxebkmHYSQzjbAGbAAbQkucsrA/REETvFfE8VMMPPY2m+PsCB6AoMW8iFIUB8t2OHW1lgPOaOmnccMsVUW+uWmedW47qUTQnUQVy2XlKXRJXDoWU6DdM40yhDyrCF4hz4qFY2yoqCRdUyHokHTy1dwNtcnu0uFVNEpC1FnN9pxirC1hvxOyyPHO8LI3Ezb12ftBiLhGZ+sRGk3Nkl+thQXTR0rPl7hZfcV2zwQ0jIQeY2R1gtbuxQygQjf3wGP9LsY/lxYeRjTKtfIzujnxQJQ5RMR8fOXLlpabjOii3THzDUYuSvkWX7X5yVY27Qcpd3RfCmH0rzS22A6cf5lo2aSSosRoca367UDLmkaQNPwXDntgGrvNh64xEKohOma831rKxIITMgXSllHDMbcmZrkIT+QIVgapomxsO+QT5JNS0nLTw9ihJhWaV6bwW/V6nCazn0gs6FLP+tCjVNxsYSjON1pCiFpiDNpk67SIQITSI/n5ZLSlTV1DDULWHtceNnzA3n1g1AxURyA/RH6LzPa/waAzz8XBhKwl9T+TcSd6OwV1+ijYU8SZkKoSqV1vwgB/Zr677pJH0cvYIGUaoSn/RqcMVq+HlJ6BnupcL3cta++BYT7HFghbl8oZ0RFZj1OlaDRX0EkkfCRVHnuM4rtXsqKGxPeGGRU39t8R4lHSU9G5wpLYsGQbkGGZVYHG3KVzJQqGwCMiSAfzsG1GVx8dorPByzweiQAd6Mx4/WWutb7jlCqx01Nyva6VdGUNjGzRzkY+Q9SZ0CfVuXLEh691RBGXDdNjc0S1U9yK6/qWjiG5SJvuqq8hGNRUByIH0l9q+GytsC8+isILrM+NJY0Njd/WLhuVAFK+i0kqirZmX8zEb1vbQ0v7YufCaBLiwNSeU/TH/mF/QyMTigGR4DszsXCxB925+T4qztbh8kD0wRXUrH2lzyDwJxwWJIG6bk1IjD6CvD5pDY3oOXpoZNVCLqdVyVdja/1jnvnbfl/ucULZP164mDFYV7tA8/+TjSRpbJzI7ukpr0YAyW+ANdj5Dy6EHa14KX4ZDPYtjLjkWqg7hk8H8kXxc0/BMqvXD8k44i82t51pDHKTYOUb2YtSDlTS1w2M+SzoEZbKJVejRRQ5MQmzjufnWB50Y43g/W2OZhkrreOqYuIx5T8TJTSoa0q6GCgOWazDXGWyd85ao9h3xWC/EBNZPetmormZ9RMa44ocwg5MWZ51Pb1GEtDsMsDNDAF595rmnUXzg8xiYKs808hNb1VMlpDCf8Oq7b/p2lugCCCE0e5DCDUu7ov8tMSD0b7nII3bFlrB42exZ1Kdmkt8zBMGGNkl543+h1Fhj/NA+8jpTTY2oIqvFtomsifBGUmpSuKbwWiW5xhSc70guuXf2sD8Nz6iNoF5PyEaBUbdMCr7o6cBo8vXiC161VJtPC6XeKdWBBEHqJv8P2wPuC0g7tDLO8/tzX+qygsnt5Ufy+E7zMQLP4DHlEAtAaaGS9mEgCpAlFcOSCPlPIegTiuLI9iF/QFGn8v0tptMCATloaVsef8wgPWJD85L7GMK/kO+O2mrWqeD7UXf9sJ3Na4w8kjNg1MpQ1Yq0MjAbzqwwFNBazwUMWZMU8UPJLB/H9QJLpBP6q1eCnfBlG+tc/dZbsEZjkx2fNKKaJI5kWKciRMOvY8muYMpMs+gSl8qUvTeyo1mm5szGjEFRl9M82tyhLcdGkMl2iezNxSKOl8PFVFm5i6+SGIS8UeSXZJbTglUn+zv4kVJ0cIDW9uEwg5yg8XVDUCBy5Mi6wwbajJkItzsVeqI9ZvWBiE1T4kdmTKBYOB2SGIXuswSNvUdLbrUPTGG0FDzssXQhExOHeuZu3eI7dsT9ldQD1BNVYl1bRljx07z6Z5dJKgLwNIMkSZX6TU3iiWgoHkmYHwanTMAjuYQVKwpZiY45+gzKkFnMbGoGtN64T12kzFlft5FjwDLnuIX9vZXMPBsak6rFY7Ge2jE8bffTfFIOA1tMutRHBffwplgj6Y0d3YtlBgOhJeBIvOPEmbuKdGzNvorhZARXOvK5ntUUoNpEJIEgB0k0vndajqPxJda/o4nq1aB84M0ENx043Ksn4CwGYohgNiORtnT4bdxWWkf4ADWJpxlxq6ZQ5XGiOmA+tecnCKqT1xu53jQnL3ds7zlbSFOMOPEkgacAJ5t47rcaFQsWtIft83os6gL0APHbmoMlK++TQTJrc6cDzbucvcLKXut306uzK3CadAUoA4MBggUlLwgjnRLocTSjnTwK9K2efiz8Umnv3tTERPJP1bSa3PNwKQEZOTpoQaGuFfZdXucuVyeO7UxDoG13npePFFov3Jurnrs+e0TyALqnBnH/UZB2YTQzdE56Xuk0nqgSH97rfDBna+n45XQndDUNVjuQGstSSpEfZbPtPjm1MjHFX+AhSK+XI6e/NdfSpcd7X5FvREzeVxWuZY0YLXbF1KBJLyGuQQIP3KGm0fPE44ezHJR8gTFnFsSu9bdi7fhcZTltRbmEVkCR7d5XSNsuK7OJiduK7GssoNpXxhebu8xNcof5VNxLfhmdCWeZMA6CYxKYjaelbsXWzWB/vRtOxgPmwAIxNaC1+asGlSPO+rwlz6RHbGS4UP8TvshpkwVN1DdCJYa7ZnDV1O0YR30kIJlH1HeAGvEUfEty/FZiVBdVprQIbnXDflpHR+LY6rPhap0/R3ipQ5aLrZ5HRyuQ22syAQr+pcUCKdZer0EmdOxb9bEcYVmNeznfgQiJj1ggLpMKGqIbFze5hpTwdeIed+4Ooq+9LLHLoTBkmETCs4kt1EEya+/riygN9KqYEe4d9rZNDOXHZemtRUDIiQtGThCFypvK/ZO8hND7DJ0wTHN6R8w1rQ96mmr7emITyv4aMDY/jKlZ1JJnaP7rE4bCcC7u6j7YuVnOOUS+4g1+XBdkSbVzx3SKmWayrJQLpcke//Vr+/xJflMOB0yAPLiZDWEidH2VnxKmk3rz9B2iB+h64U7rOhlvgRLeHCM99WHa7OIOySkEJ3d+W82r1Pas+YwQzr4KOtQOdXJ7BoxXYRlC0NtdpFJvAy0pflq0JMHxTbeRjSSPlapF35nmImLZodBAYZjgjV8xEEUH6wRv0lwhwn/MWIJ22OTiQznz8MILrXBWjYM3/g388tMpAsIeHON5d/nKN0ab8oG5YLcdjIOUlyIwWJapY25w59BBpLitJUjOSx6yrdrRTjGHgRYu9yG6z3rngttkMvSgLqWXYGxjD7JthyWfprAAJyKrINQwjaW7j8og74U7EpROATtxxF3BxswyGyJnPtubjrxAo8EaPy+PTQuayYf2McYflgP8lgTmvG5xqp4ynBhm1X6r2qLWXZFQNwgMUJ3DDVpgpRIE7b7oJpRo++JkO3F148AZP7dggZq1QIu3LEZpC5KHT2K+QhaCPvKw4hw+wjHScA/7DZYahSNGSzO5JF+v9CkUAWFlvtTB6F4H7gQ0yWW1/RZRgNLci3i/jcHqBCx93m+1w8N0CL/4GF8o0zr+1BnvsVOPRyLl2HNXdYY0GL8UcZxdKY+1DmSQYM8tUNPkbXh73IbpctlFQTthylVX6T1Q2AdROSvvCz+XBEPQSAC3pkX6FW+MPPpRwzGcfjFd59XbQRd8vHufrxbTkUUQuVCb1XDrnC4W7RrJVK04Mko7NM5jv8/Iuk6y6iDBYNSgdKsaYyMD6UpGMF6Ft2lvDOohxwxnicd2dJLvTkIba0Buive1AkIgQfT4CAjzedENbgG/lmylx5KZSpJGd83PZ34nYUV5fvBch8+lH+ndI/AJIfDu+FobQKcTmYQ+dv8ygyVW8+T8bAlyQvsuETyR8jOalvHE80w7H2AxLWLNnOgg4oEKou3+q621v264TsPfrLUpVyAQMN7av1L7FpRHf3X17n/VuNlf4agxb1ByEks5zlvWb9ppeYXUqY6V6Dg78e7KBDuVYzHYlEtYhVXuf7+8K28G6lScKZQVBTV/dEFcBvqFn+CGtLHV3igSI7CKgn96rsNgaAyXDA0Wn8lrkfkkl3/NuqiOjHXc5EUvv23Q4V/I1ZmOR9qkYA/7Q6ysYqGH4koRYLzr8RSF2t/c2dzW1DH8a88P/3kuur6Sb+zQDQM30o7KJhxhkQt/uYuanNTyzgSuJxClre9mA+xEDDYR9XwBU0sIn+5m/V5yq5exTi5P6S7jdNBEm6TvltR8drrGIuxGpvhJPBCnmimei/jA5Jt5lFoWe40zv2x01fByZ0jCTB0yhYAC0eEoXfzf80YqaQhFhg71vAIpOGqkQGlSfcS2Tdc8nqMBY4D4TERE9hnIcK/MsOqnK25vbBNFUqN5wXz3GgteC5CpLp+CBhl0R2U6YTco5yNyV8m2pbcCdsr2gMRoJT5g89awZ3CyGCOxLNG4agGdfSGunlRwjEnNK5wQn+IAV2HnVDTIHjVtNzTJe9b1slxUdj1eNLe6K5E4trDEFYN18oOEnlW3WGLvUqraVTAHGUH5rfO7HvbWtPYqJznA30EL7z3sKLaw8lrIbqpA1e2ZBUGOwGRHytjxvZ2AOtKOBehhb0hiF+tbYgcxAabrwZeocxsc78r6O+hnkfiwkfRgoKUzsjBbh69ldgSUvkTMP/fxJmOvZJ+JLybMpHpEpruR+IvIC2HCJ6svrsb2CYmAwpPdIGyT7skUc+LTQvsbVrXkhBF92aF0Sc8Q93CIXl52mVp8guWUk0jqiMbOdWjsJKpwwvqdB56lr05OL5y4CmhjUrdHaLH7CpkL4nVBh2VOn7qV4iLLh4kvdWsMDXcV3DvEBz5Q3VCfKm1KLOpA3DSNv5qzpsC1FaMq26yyrVOrHsndSlDNVyz4pDs4eNjpQq1WCVrmJuZG0QwyUc1rP3CD2T3lN1XZE/v8YtPLbaqRwDvpkGedtmEIW2W7UAxCDMyMx2IlIleXnOiKYficsmE3AsMSdUMd8pzopCYuHLJ1Mxr/OjpkyaKknTCcpFZvUxykdm1blnSiahVIWEPXScA2KNPOJ3b0473B2Ou0uBtw+p9p5Om6DnwoUEwk3rvKB8zifKFUV2sTGiGp0355Ve0sc3pYKgJw2AHYWUMrfPeXi7Pv/vJNgIJmBg+E6OD3G22ZIp8lqx4i8KlgfLPL+1nRPECwK1qNsk0tTK2LEHoovsaCDLKiUc9jWE2uyqkpi8ip6DurLfjSzGaJfdbJynuqgvudgN/Oph8rnIZwV8DqhbGCVAkd3W+DduAz9gekjXBN2XueytcphIfXqOGUBwS6HQgUNcbeBnHUEILaYzpDAe0ajsfcg4bGoGfGvWQpQGT/oA9ItTjO+rHLD74eGCguUEJts1xp1tV9K22z7IifG4eFVIyCJEfO8InhWhTNyPgGokEjFdietuVWaNNkLCLVWmsyphrBn1kH5S8ilnxy1zTTe7UYf4goBcKzlAxvWvb9F8TckX2VY4NcfMZ1UbfiuGu9BqKfulIIgQNCnVpz6iMukae1XQXs+uSoWQWvqysFN4WMwKt2RV86km8y7iJNZDGucDHmuhhrFGL6kcSuJCNPcKN0UboXJ8Uav7Qm8IMEEVyx/neMDtDDOxxXEtfWCEw5HVV3a6/xsFrMxJkhOQV2gOYMCTTisWkIWVYs1C32PSrXu33l3G2aRetI9xguVTg/w7IfJn9mgV584svGh6AJ61VWO3dvKeiU3+Sl68bkStXusxOhqHmefYvwt7cOkN60vKGkOFxP6jB2T5P3WhXtTxiyDWeLqdzPwlTe+XQjLNQsZ+IS9zW02FfL13AyHqOH666piZZaLQMjOY47BKbfhQUJrOcwdghnASJ6/ztdwk0kD+n0cDB+QlU38izN4/EjCNR3i0AeZydboJAt/RUoPyoSNbeDtDlcayodY6bDLo3n2LjxKbR+rmhd+TJkz6lO4iHCAmVcMCL1g21C1ENqwAd0iWXAASaIDKGlRx5IWtu2WSctK2fpu1N/vgXWiGbMi6+Smiznh+ldGSzKAZ3BgWtE6h7SKp/3BrdrmYLQQEW8z5ILKo+dhq27WjHz+CT8Lp/Mfg+aRM+VaCswUN7hBjCNYNko6SofYw5WwGZX1HWpfVyTFr5CO/lfe8G/dtusL2jPtqhkEryfaOn8Y+p5thls54BJYgXjYeKPgpzj4G44qEmKDIaEcqajgOxdVV0vZkTMFfx6XFXUyjZGkjQuP+lbQsExSL1Jem1E7txot3n2KwlMIRFJW94Gx3ePO6AHmQ8x7hOocQ1kkA3D/oylSkkTVKUeFbzKtnmVVR02w0JuFuEuYIk/wEwMlxZ6vn/lGSBXMy63N1mrfwyEAAbZBgR2do3EcSX/0X+wEmsR7YNNKCy4l3ELM8Iqe426el33sKiATW9GFfAxdqsgOOjSlV6iTKBGdSMlsm15C6l5JC6g6NyhDV1vWPIV8qvMbWJ3K/2aiQuphCKqnje6lBpOeuXSKUabXWGavY+bLF9680piZBr1a9USL2oU5VwPAWdr22Q/+ZxrhzMBMwX4JuQfbH7kkyf3feU5JJUDxtOsKqUxZyqfrG2XOTiBzXhepGrCwnxvu9XN4XGPuW1/VK+bnf2o183Tpb1uDveO9o62XbcbP4HPbHez88B2NysaftiGN/vc9+Xh7W7gmVjKRg2VlrS9wZ4t350Ozl+9/+bszeDrs1cvH9IF52ncBcfTqd8jyWC7MwNamkKUnugNsbQVDr6/WbYlbXHwm+bRa7bIid4NxnhT8HVf+VZcRRPTvouH80/0Umu23jnYxX0zFlRf8Ex9afzap8Y8sIx9kgT68c/Sn+fZIbfn+TnpprnXDh15Ik5E6d+s0WwHxEDQdHr9djvLn5Xst7NjTrolrQtmsJk5fnlD8c32B0ZF0UQup3yEvCNqedRQP1Mkod0jKnsjhPWkUEviaXQES/QeG+RH26aWmylS8b093tX95zsgXdM4u2XmmA9JUK9onP+p9C1QziN0/gynpiVE/mzeE/ZoY4IuyludnF+e/uGEg/ktRwNfciWReZJz2u9KT03gnnKqkIaVzee9Tz3XA9g+I8Mt0FVHnaEEvJIoY5MLA/OPGu9zCJYES52SM1ra3TeYCEVNKLfgrZ48OO8aGWwMgMLG7x29WOyZvhQsa4Jwjc7VqZKNv8Kq5p43Z3pw0OhE0Vr01gueGYwFwxyYHdLHZKguDLsqM6GlXXPue0/vGZRtmkHx6iWXem16MlcIWHEArXGEoNSAREEARFJkc+kSQGa4tCbUGIEZUIuZWe2v1+9YQgepq8BwKcrgcvJMc+O9NyiYPXfF163buLxUyfNYR8LFNUXBD+teuCiuEFscK+dTRxSg4u6h8uDxsR/M5qTiNjDXpZDovP9Qg1gtc9tusiTkOtrS3y/4qCNbHNZE0ZbhQIsPNE5iwfc2d5bmMSNA54uvwC+5BSFqEjNzUuF8xUKFh/2roxcUCFmoVNgTGKFGfgTLN7vXK8AXIj3tw19h39F/eGDnUS4QSkZPKby4qD8W99R86u00uQgH4SJEDw3wr+ATNLeKlhZ+LfYumTHYv05AYUxTtBjNDSGHjXs/UQpqyvzeI26z8PpV/1RN6lw7aCXeYn/pWyRgtuxFEv8l978Q3VOGMYtkiwl6oo/l0T9FD86ef3Glj796zljU8CZc4GqQMZOBKcrc0BG1TEB8tUGHCBNyQSsmKSNOGymgVUiOcA7lSToK0YIZKzqzdHWRcojeT0uKRsGFrWGrU2gGWoOddY8STwHbVUsHumbuMdosc3kydbv4/i3FBsDnh2njCNf8mMR0toMdehb866n7V3q6QQNGS5zkW1jnFnZhqEbYCj4WpDJvli5nTjt8pz+w7wXexMeyWjA6aorIDd49/yNu32cPR+q1WRZTYynxdQzlOZ49t2j0pCAWxVgiOpObeG5PsIUU9wJs5Wjcjf3TovxB7ib9yDWNU4t8czJi9VMGJcLXFUtK1a74epm2jRPdsKlvdehCqCyKpL84+4mLedUnEv96c3Y7E/lHaxOsDEu670wnLRTb2D1rR7+yHxwSvuIXJhWPLcl41xnsj9YpKK6mlz0mehrBtpHqeaLD7HY8F/tv61nt/IpOjb7wvikYAY8Qo3MWwIE9KjKTfsk/1CbfbO9YWEGoaHc2n21+2sTdA9ce/0xHZDPZt5mcqgfHsrZ3+7v7GfjnBwfH2wcP6tv89OnTXRfJck//hfo2r3Klf5JIFvyVKg6WhbFgH775mnbrAeGrg6Pu8BVroYCgO3T2l0aqdsN1WRaq2oviGJ8VrNrfSwWr+B2sr8qP+PsNSO3iKv5PGq3gQNgRhW3nYEr0cfv6R6tDYfuwrqf8G3bMj9aPha16XDoadrCdjIZFk7jmoNiZ4WjTnik+wiVnFBlM86EnTt7QuBl/Xk2ZYer066O2czPxaiEZ8dp/tqcBr+0gCawbFoh+6blht+5xR6NAcmLAF5wSPqH426Ksi9GTwCKjc8rBFK1bV/SOaHznaWJS8ar61PFzaby2qPUgaQpvll3ldVzCk6ioxJffWeH9tyJANZhWmNXaIlYt4fhIBXvMqrTiPsEUVodF+AZJEYW1qtQYio5ZgiK+QzPD7j9cM+/0d59lINBBcR48fVCWaW/n4PDw2TOjnGUCv5ByXn23f9FEE8z8u3O4wINvX767OHv75gGK+nD/QYo6KYeW6uv9eKmWaez9WNx+nsreX6Gyw2f8HetsTNX8LyZw+bDBTaB1npbT7/O+WIKpXBas+Rv8zgMzWekHdCSwDpMq2zz27yN9tbt/xMoctFmgzGOS/ATffTaEozntL2YtzYSDtUBVjsoLlmCUO+YgkHS1749Ey0K0SU0MdHeP5Y+TD91uPZS78Wl8YrVao3V4uFrb6+/sZnC7t/eOD549SK0d7O3v7j89cmrNTeCXUWtdh/4XczVxRLo2gwf7mwcPUmP2bq7CRcQSoBsXYUb9PL2VxEUYvWUe8PertA73VGd9tlzhLduV03o3WyL/yTR6oOxvDdwh93eTcl8e93ci8w8P/6eW+UvyrbpPP6Ma2EHvBu7o7s4D1cDh02fPDv7d1EDi/P+i7swB3dm3715ffIZDc7DzIE2gp2CZFpBl6pD88umDpT2ZpsukvUztQZJeJvOrFdq7MM7VYjS6n2HOfA0sGpyRr/D7jHpbO/i27DEdgben8PsvZs8vfapIusZeYXK9VK5erQ3/Is9u6+L6S3+Rq3pEj6PbLBp0y89iq/fcv8kXW/lzqpuXxEswmpUKPTRXv+xNq+uKy1Ruhr3nGMHBETazMyknlcZKJfas6lM9Prp/hJmkf5k1lPISKe3JvqoUpkw6BL9M2BDqGXMFaoLpAerFNHh/JTyaPf8G+zaZbw5vKykzLCPNJsovWEZpWwQT8R2ZxvcbHLK8oaHDQWPqM888Pr7P/KzesQtLScVj+asrT5Fk1eHmJ1wmaThE+pqI4wRE+7v/+HR35/D3nn0JtSn3s6dOB/T50e9xiPRXK1xS+VZApcAuemN3xbVBWiDpVLa7+SkOkO/byOJ+8D6wdE3sNgt9BzJBmMcwrPzxCSInQCNuZN+gVAdr4byuKFmK++TALvjtJ2biau1UUlAYOv2UnsZoJtVhNAylx0EbM8Q/F8WsCX+HOgGfN9WuBuNy+EGY8YzxQ837Hl+5gotgDJgSfSE9Wy9eOS8RUFwlJ4fUxHVwbfCaXeMN7Oi7kz2W4016ckNSyVieCQZOkxXz4eaT9paSApDz8E+6r7Pn55xBbxZXEzACNaRje6QpfqBTcIAiWUwa/p+tglmv+jJSt1TJ6PsoWxwmYRPOg9DBw3NrqrVv3SiUmu4IV9dm4TY43sxYZUUvEwYP1LNcjloYDO0lOaGGJvBEspBRLm1IzumuIJHQFK6rNlVKMmNPaxRLdwsTu5MnZ8WnWcFVHjhQTjwR8aTgE2E5miECJe6C9w//IWlS77qcyGF3WuAhQO9EtP8wbeja4N+bavGxyBee3i6IxrW/T1v2okYKOBYKSewlP7gjCwDv+2A72deaHB3vbj/ITt4Fmbt7YLMAMoFfqNZkuZHxy0VNtq2N9JDY/15sKsdaPmsqaqAzLebGzPAPWx482bbrsyx20nqBBxvTB09TxnSghBh3xP270Lz2T/z7jaUc/fgqkraNDpuUD68nHRlxrNZQJDIT2jAgeX3j3I+ftsQR+kJAsn/71/8fnpZ/+9f/6pg98g8FkcTBMpSskPxuewST9sLEgEM5YlCnAC0D5y/9IslAydM98g9ICgYcyj+pWHfEyAkmXlO8oC3Ro0J9go9zhxWOnoD8wret9eXJvLJfuuNe4q61PEEiiVCAu/Ump9jK8ys+mSFqt6Wr2nRIRc/OhFhAVuMR2RqtPWseV+0ZToLXVCsYUHF7ygf/qmAzKaaWgdDVFBwDPwEBUdKb3hJfVbhKwdMulyzu9bj4RCBilCvxSiN4Ernm6HNkFgmGfecmGxEqDfXtkHCJmTty7lqOj5gQmpLsT2RGpq9wCSuD8z5JgSlKsOTOpYrb25gesBfmDsieK+EsXQbBk6vxiU2AnJ3oQAT6Ke2l+Zi765ru5sHcVpRPhOuG6+HWP9Ft3e4VvoEU70g5rU7wtJrd+/khlcaUKkSUrVDOM/LhEbJmUavfYZ4VbOxFgiCrLgj0rfejQSXboPkJbk6JXHqVNsXGBmKwyVPXGYScLEf7aE7+CA5/tcKeQyWFxIJm4T3E/eT06+ybBQhJMOtvsq/GtmrcFgWswRBu5BI2cdBymbMXdFSlw5u8enoJ+cdtgrJ01ytDzhSSDOI7CWMH3wOVesr90HFA4FQED3IFBCpJHnX+lByiZqaucCgFcGPjOaVeifgvo5ea1/fiwDO9i7lWOOTbmbiuenhncfYgdQuENSw8sfMK3KaRLcJylT6yflwCh2I9pVRSexTSacEWTYfVrNQboFV1VknwBBP3M3sL0/e+aPqIrqB1NytG5TLNsSvqsvS9pqs7lx47KL1hj5HzvIIW23pqgdRd1tsC3raUfkO44GJO0hHyVSKU1aHCBRHIOA1ZTpmULSTBb5LIzrM/Xrx90x+XH5RWOTnXtYrYMFCGHjhViOAeBXyQqjga8h2crUUdXcKSkD/kIBinviIyZxmnVFphgxj7jE5hvyE1LTOksEUzhCx9bQjnpKinhJSLypsaMJblkRo4exFOvi1wl1liesijRXFdZol5OPWAzspZblfCtBBBp0U6MNQ8etWEw3738bTFJGxdngdUHp5Zlliu+OTqS9wEuv5sA1a+FbFjAGLGIxJZuTcuOya7ZqkROQdlk2haan+Ykgnc+26mQrnVDHPuu0gHe6GVOEgikw6orHXjTrUXptflqHiqMfHz3BLMGqtTsX0J9xbje2Do9TsqbqIzcvo19XS9o57QWAk6pLg6COaGTkJz3xATkJOUPVyV3obeOLq7ppA7assak8g94Cy9iyxsS5KdNh9cBZNc5MAN6JqJHITItuTsyiwfspRltvvE8L6BFhIAzW1vrOiMvvCLYn5lqgERjYuRH7gziVeTQ+xinlgihCcvdZ5xKKOP3ywmRQ2jipz27b+C+j9XZ7WEN5ae8Y1wMbmpN0hFm/KHwrUSi0AsQlJUpj9c+AxTwcwXQKuePnuDzYjVy8mVG1h8xocM+JAKBi/IJaHl8xvc8UyWjx4UnMFw+t+xjehBJ8Z7pjYmtJ5k8m9kyGr8sTCxh8KdITS4ctf2YllZu3mLc47FDDEKobdvMUUrFZMTqROI1q3I9S4a1Hw+z4e3XJdKje/CY4U7XSIzVXTC3xVkqiWrBP0LU0iTUpth8jNRyNgBgbFqc5nvpLPSNmQpBeo9SrUpsbBP00uPWda4HF4LDasH8a1xK54kXqWN5klZ5w3IAuxBWuiSl4FMcMd/tYYdSvNg5LKnBnOe3jEfXg8m+f1VQYyQ528vLh8nq4NtCfliMgYdpAEQ10JgnGwT97OrbFHDxuYG2YzhlhpUwbxwSGa0MAaw4wO6kIML4Zo8PqZJccx+IM7H4ycBAeZVIZ4iJdeThuA3b95n35y/ykBKFtOGaKo7Jb6VDvYIkqf4uJw7Cx6eO8L3Fta3c2phG/MFrFHMTfe6GlJeNGDL4MgiPHYrIuI2h7UVmVIfg1iul9qpnJHnOEoqkJiKIp4TubATxrcoc9n24WflUzg9wjB75diuM0Uv8XcHfzh78XLw9dnLVy8GJ2/evL08uTx7++aC9rKqEAIDc16kfMJtDSD79/0KHkF9RsQBKq9p15B4hgxV4jwnuuZkCCGshotFTuIXduc0Op7lI/fayVl3BKdDkx0bglG9WVW1kYHJOjHh4u169WX1VvEgLZMfR5LkgbBIJ4un0qNp65h2XCfysUVm9dSN4UA7Od/N5ubmI+ffYI+SxG4YM7kYRa5uNW2F5Xn8V5XQ1XDjk7ucnFdvutRSrp6IE9pIvaq08zqMKP5hMUHcD4E1x4UPQ4j1Cwsa9Mo4lZwLiDy4eCAU4/oPzRJYSnTyEbBqxV7axH09ib0RmUrsZvvgfz/0dJO2lDXEXW8Lb4InzO5+yxAwq2aQqM/i88TTpXxwcBbYsvF7pnzqNp7gzhhIazvzlou2Xi7IrxEms+k0u88IA0af2gfphMPAoISpTEiXa1ClIDecvB2Ofy2xPtTQfa5Bbcw6uNgPzlAjYc6VCkf75MOXVAnLt8dbwBwX5UhLySc3sBcEywTnVUOSvNzwsy3cBv9LE6N0Vz2k5LQzc8GdZa5RtP/iFaFe7vCMgmsBB9AazvKgx8yLu+Etug0yFVAUPaFoQdBpeZ5T7K1KkpHOzHqbA+6JTLa1nYwVnoHP19wPp24vc+T2kFdDXTrCBgUc0NTTw+16YJY9DAD3bMjazKCFgDnzfE5BGmSMxg2vTHuUgy5Fgk14pQGBbVsO58tc5dSAHcN5i9uKApPIPQ5dZS3F88GBttb4NAbvkTlOboppUcvF94Ge9k8m+adysphk04JZbakFi9WXtuV3eFLb79oyYoTIWKnr8W1rUAc1dW3l7th40ih8JX3VqBUY9Yd9DPvUJ7LlvK65baP8FI6CMNk8SRgyklnSVgW+Hba1gBOb1uHdBfGM9ju3TKA86R+CWlCDWf4Pflcan4Hhz50LhZQHX7Px0lVTDCO0hILm8o1aJG0BaPtQdO9bB27r6EdxBB8d7z+sentn+9nRwVOL2zr6JalVLP7kFwNpIdTq9OuHgLMOl9QxCJYFtNL0Ro2oDihLNz4LFzWXn/VZa/Z55CVYLfxR+lmfh9tKs6uYCHL6Yb9BtvyVlh3mdxiP+9w/vpPa97vzDM5VdkbfWr8oLvWEJH7rCH4lg6eQ/tSlW98GscWE02+ycFq/Y86RNMJ25+mOVK3tbu4upb2IYpDqdnDnaXoSkatcfMv2kSSsvUW1Mrnt1E47RSlAo1SXw1JpcSQSlHiMDYX5mXZ2F1rvRQNbETSVsZElEowIDpsHWGf8ERzxuauPQdZx9nzpsauXkHtPS6sJ31mDxuD16QKmdOKE3k/LvyFr7wgzUtcld36myJYQE+AOENcqtVlxuQ7Ta0bYWJkbj1+lZYTuRmWOWQAf4a5ks1IZJGFcuIXUQA6ugFo9OziGZOuuHUOCBh6uwCb+wEgvYmlQT2iYIyXbIzy0j8i9eUQL9yg1xdhg0fmtN7ftxJBq/qdCLkS45w4cb6f+6kjJKjUI8Yk9QOf8aFNzbGti3S6HceORs8coifKyf/R0I9P/3HmCNQn6qDXw8X6W81y6wwok0T15+elProy1/0PSH0HfMLBR/ndAnYucjT+orge+5x+eVe10ZhpFp57aYYmXIHGlU44uHTgw7Y6N6W7zqQd1RABxVb6mc/BSGzQ6qSByIL2Ub6wgoRt6xz3rJMF5XYLbeBs6P3qA5Zb/c0ExXPnXmb/zJlWYepVdc4bTp5fbQfPdDLosUhwALgzR7Zp2Qx4GJM/Y6XiGMtdqp6NQ+eVXSJemY7B+k6QbNRem2B66jXPK+aPD46/sdtLGJ0X58BrmZ/3dvQzMmL2nx3sxd+LRUhv/CAbY3XEmvnv+L1TCnLZWrLV/iMYvyr4Oe3+7297XeuAOU18//tx6Zbmpai+VU69YPZjgl69XRooNNdXLJfadwPDNgf51VDDv7nfxG/5mJf5mJf48ViLXvO+IMMLa0+EtfA3ZZEC2pV00uGav4Yun+MX1C967n5EussE78tMX2fiJ48HxTqsQCSadue0dZSBJmBeviXCbDeNrLWlXicP9lBOxYZdjlH/tdBct0lMfphh3nva3n/Z3t7PtZ0g1t/vA4Nf+/u7u7jND7iET+IWoC5cdlF+jfqSTuqJKkau6h/lklpc300Zp+31PT4vV1q9l2JStHnkcThlw5fzS6jXdFGta3DVjhgY0MOfFzBKEdNy2X4W6PQiZCR96j3n9n+FZ7TdFtQZRCOzGXyrE5Fy8fLt+VKvrCUmh+XRXZGaPJeZ/i4hCmGqXZWYIyKAadpyYCk0PtknTMh1hVyylUl/WSaob2IWplHzWeKy7y+lhYT2liKhDD5bAKauFZ4KN2zqnAGZpb7AJfo8RjNGwXkyumLcpWJnAugCvCuTRx4TX3aT6GbV+JwwR2FHXPTMFY9ntAqB0NE3S4c2blGJ4dPXpSLfYlUfwxGktqAuqdOEAs0qzgejWXd37L+sM6EfJmqh2Uw0pefAqGE+feomzuqxIr+/sJwI8O2FQtdN+ShYoYOJezCKw0rBfrTbYQLdhHlRutCvOVp5xCgKBCvpEaPLr0C1nqCCsHN2rhLU8BR1UIlqQz7upBsY1uyu08mP96xBgEPlnGT0kBBr6u8ftJ9CyLKRX1wMeEfUWNflNczj5GhDmISBKW2scoV6j4hIv/JqOm0rfk5KA9l1YszrLdTfyMHgnuyzRD69c6rqlorB6MxI9ivit0UFJF2HvPLwKCo0NcUrE2jAIi1tsfzJjriL6TF7vAcUP+jacREf5LUMFHcipVYiCgvwpT0I3wxK91o/8pnMftOmojatJoVRzkGmoycpmgishVSFK2eP5keCz2IlMjJwCH66xSi1UKpdJ6D3nMGO+qgyIWhtQDBKraHs8XlesdBnQcZVMM/JCVI7ZhTQsp3WpGUfO/aqnWgTHWUyKVlKfmlH2mC0wGzZwx6RN9jxylJLyAzcvUy0C3wLHJ70AK0jx6UHZiwphi2jTI8hj1ncKI7y61AqKIxXzR40Dc9o5Z0QOgKgJ1Zhc4I8SMbsqrqmj12gUqyG9snItgxElPTlyXePwTixmknlng1Ns3wfosuzkYwV6CO+xAcAw+ZVBweZep4CjtEA+tkJVVrBZWQf4lecnoXRkYcGwcmKfVqZQX4OE9q2wExuDy+LNb6o3bQpEx8+LB3QR2P2c/j7P+jv7FKPeBr/lQa743sHh4c7RkcGh7P6SOJQlzscv3z0Atu0zyDaXdanGchB/JAj4RYU9jFSLaABV4y8nFNrDLtXCsojrtsQNx7f1T+fsyWf55YcGoYL1GRNkGyF/zg+vXp3zbINY/d8vVmWH+gv8evxOpSciI4HCAAdRGIDCmlU1xkD1JX8r5h6a658THv7uNizaRYEh5ba9sxGF7g2s+L4d1CByz83s5fT76l4QeTEQcYMHD8DIPg09q+4wiSmKc0OL/zGne1MzsFo62mkkGgO3NdHvdQcWdp5qZGFvc7+dNw4qtvHOosDKJuWNgEth3vAahdsuHOST+pWBTnIjJSrzvv/TAiGWeyDXP3EOVXr9YQA+hXRaOSK1lcBKPC1unMMhwGYS6W6vn/+Qyzu46PfyP7gf2CUJLbabnGOJ5AboEaHcQJEs2clDnOysqAn0gXZ3xAACFoi8l6tNI4B6y+TCzWiFZDRbPqqGC8zp8D6SkxiWRJn6cJFzuXcDyKXhezWw5xVxWwPeTdR608bRuThelMo4jt7ep2Vd5poyUUBOhDWUO/KFMQRroHpZeKzJThEbCyfaXNNH/yn2eIxLYbRyIbeFucTbSYme0hWJwZ3CmSUf7C9gcJNpw2YrHHn7lu0KFK55J+coKPClasEhupWLKa4zEqh+VEh1w2m8DSaNykdlZcr1x56al/Ql2vhzkzyL/J9mfj+WSEse9XppeZ5OWixmIC1GRXTlSBqTvLCPep1LtbMK7dYo8oRhNR6DVinT2cbkeqLQ5cUL7iTGa2FlzU69k1t1jjsquhgXi/BQRB/mmoWWNRGqoFE1bMdE8e2WBBfh45RMpQIcQnWM8/qmEM2xpMgPAUS4+dGBMRU11iKZiG8oGBU6tstiTF4ukT+ifeVy6v7pDz0DWTiOjbGUo2hn/Wuzyp8rrUs0a2GkotIYcX9JkGuZenKRU+HVZcEevpxDXBFvtTm+Wq5IRxINhNupTAjm6WrmOy9lap6d2pUECfYxVMGjwD7HlduyDJrjjCxt4fYC8y30w10IxRNecRsnfZ/YsnLRYCSZ+hQLx5XxM1lOS/prQQxuTdkE5ROEMuClqTVRSADT8SVJuDiaSZRnRn8FX700Lye5ebmu5MGof4pmJxzDugQ5Vjj6JJLdPS7ifXPy+uVxxv/97cmr9y97VOll/5DYZd+UO7HRS2kJ0K9Njre7RkfrNcOcGgTiOFhVfWA6KEsodlXeDEhCDhrwbQbzW+y3XmHhiKfuG88TfQ/31u2+HYfVXP2gxr0waRNYb3p6bFkLd/4EMVleOx47eO+rcmpY5DBSJjTy8hgp1FsaBU2e1lY4hYUdLd3Vc7WGbmKL6PET7MGenZyfGQIEuNF/QyuJYvX3ksZIGROrg7ViBJGk8MHxMWJYI86GAJuIe4t/QHAQolXgK8Jmc9kO5pqEmDg4fS4Wtctrai5p+ta1QaWWcIeSJAI1BihFhdj9AA15K2RcMzUkcrUHxArxl4ntEYzOomocljWIC1bTKwLgRAMBug0ByJIOCv28UTlyrGDSfVbFDW2CDSUKsPdBsfFgd32UOfV6rJKNYxpYnM62IGXAgV+HJF/Mxe4jWV9IxW0OT4YzuJmdkHrni26P92R3Mmg+lLMBjTlwP+ZwC510TIJcFXwlo5i/nJTX9xd/ekUXoGTYFkYaPiKRglLax+0forUagfk/nDPtZ4lNG2bwmerRhCfwmA7QqPJsbtP7cK2oOrr24I/JE0+jhSxahLcvHOvPJZxqXFOQoKSxZnFoAv5HhN65rb9MCsKL8mZKESdET6VpuQL+DMMwkIuNOF0QIT9cPUk7ldPw1D7gAF7V1R0SZZMqxKDmDw6X7DlS8ux2ETzXMmM5qeCs65SJ1LFe75tcU4PJ1XK69E7QOmIl9l6QV5iNi+s5Zs7bh6HpuXjFkm20SwEvcr2woYxM6ULmqpomaE44mqhZWYSUwmVQXI0HFlZEaWCUcgmtivOCM6q9aKfQxjMwUQxcCdq7EMaACJMZVbeTB8ANwcgEQpg6bDr2L8DgEJxxL1SQ8LBjV15Ob/FMEgq0Y2O+Kx5RVmBOwehOvViMBrQZohfh+C4YWwp6EL7fo6zV1f2grsZFj77C6avcNxuZFcPy+h5/ILR21bjwGS/yhzg/wom+7LGLPboH9IKH40agvHqymZ1dh18MZmK/b3IoG+ymcBvT2vFGasuPqVo56Cy6lJ4UM+PgjT6f9lJfIm1fba9tX2kiHYtccHspcAL/JaXrisa1VaM4M2ztQeLh8q68AXv7CvTxvRJpyrpS1f5VzXbRhLBcSwUXW0ocF3pdTdV1cnGDDkOAXYqULav+EY7gPTiFX8GCB0Ffb89hKACn8sf8Y35BkV7VsGaeKzy6dlnXGbOIFUKyPJWyRtB43GHJpFevC+HxkrlKWCPlLu4pbYjutcuZJrdbZPpUWKMIX8NxVMmxjN2iNE7+iBikRSo+cS2UIZGKhACDryj5H2I40hPiVjK0pN+8vPTkWPTc9+9eNU5fOaYKuATXC2pZCM5JY2rGjEIbC89Ns5ERfe3JJP8B3vdi70lqh37qDRINwApCYQF3s/m3znvhBnKzRXPruEWd5d9rnTxVRcgowxEna0u4rZV4yxfovT4nQT9ocmxgCx4ac4kxB+IXW/QNtdy44xOyh1B+XP0V+akDGQSEvUqm6KjClbC6mkqLMrpOIMyJY+uWjZI/XBIGfCSmOMYVeaDNTLoXYRqJf6qOU9noPLknwLBa1PmNiEF83U4vISETGqHKUw+Xzsa7fPohe53Dn0E+bDAi81OO9twTDQtiBylS9ONySOLZd7MupmCNLsTGkCSF3+fs/Rnay8U6iBrTg4sCyfBuZDjAuF1BXRG4c/LcFN6AcV6cNv5wMWWAm6Q0NjI8khL0Be3OHdDEZPRpD5oAkRQm6TutWEtqAmseqZOWUCsdEuS0akAElMMuIea41pnfwyU4uNOUrlPrWLoLZHmj0mhMlKtP19ahcs9hraegjJoGF0A8TmE3SxA5GfNXSZPhAr+BPe+43/qUUQ27R1LxW8wSJZhyVYK/yJvbqyqvR/FAEhIhSsmCeMvLkMJ9XDjRq6npPkfJ4qi4DUztfbbyu17UlL4MRkve37QRsPJ36WDNZ4pZeGSPMnhNT2FAmCfC1fpQ3KPHgWcSvCNFlnqH3PBve9Zq+9RLzQ0z9o/xPDIUmfViBG5mBCqXBSSFC84GNsZDKdqKGe45A1MMhJHupOicnNdq1c3/Tm1kPWPMZKp60NHvbTBcmFQPVgWRr/Uqv6+QnXO9Y3rm7UMnkrwrGnCnc+RNTi2dK8sNiyzsvFoMZAN9sZAspTP5zbe/eX/2wlvnWP+BubKR7jQLTX5as7iaodogFrmKMrp5A35gxl4OGcC5eNGxF+lSRngw1W2pYTdy17xDvSL0hAY3i3I0KEeZJKe4nF/iVhXVa5cVM2A5Ok1yJE1YIp8ySGCYK0vsPWt/vX5ikgdmOiPD0Vur40x1UmweBWLzdA0TcA054XqsLA2M78U39ftFw3riXplzJ/l8yJkdtBzCGyJfSxx40Y+orf3ra2yF5SLnEN1paVKncEPfg76Mk2AwX/CjIO/Gj9OcC+4nWoqElGu1kkUgx2bYTxaGLrZ2t3eebe1sb20/29LkKrxMX/mE+9V1/6q86bMF3S+nfY+WOujvbYGIw+DR/Mve4GoMhpLrAlkhOrbuPW+GOdgcfYQpIdYE20CqIzgkPxAMO47xWeePjbFV9NhyXgyp4iqbIKgUKTXygbAyoXHA9FASgBt5MCtzJ2yjBEF2abaDuAE2j71m3yLpjrGmlE7hHLycMm3A0RLFG+hZ3/lwNhsXmpRKGBae/N8F2DkTAiPfk4RSC1AGCaf1tkNO0xtsSKSURYNPuXHrGRNaIvlWE9qFGsSqNQ2WPQ1Vz5NpFnzyHbwO4b8w7MASnpuRBK5IGD3jxiX22rEIU7I7XmGG2GxmJyCiN0AqjFCY12reKAJHXrGAIz5TBMQVArtzikmTKU0qGtzRcZ+TJTSAKungvRizLFtI+gN8iAruhmAkKEfbrvPGhaCehEGnEft7AwPazF448wK0E9YLkUfFR6X9fX6Etk5LL3CHzZW6ATnpLLAXbaQkZ3QBwUEsCagLJrWoMILMbqBdDh8S7EBMXnyHDHO9OpDtHE5XuYJhi2RPW6IoromZd7zVxfbZZJ9G5q/hQSDk6ZePymuET/aph9oj/SVbrCVILti62WLuVg9/wzfZhNvR8uJ1DWydKAuo3cAU2+Pv5pS7jfGOaQyFhRidS8H9oAoCG8WigMCl9gspxIb60k0UbbHRHl6F/o6+b06z7ZVTpG+Z3/dApGAfY5CDsqzLYsQ8xGjBgflqthjntfRF28z+UN1hScIGBxPg/2Lzbm7T4IIJxmW2emqILLN1q+hsHU3B8TLawCnHVuRegrBCdhoR89dcmpCPsRiLGXkpHULuxzul42WfNeWJqDGn9Qhu6dGQNRSfS9KoEeblRJ0ylq4YBEKyf5d0x+/AU8ofMGMw5jhFd4iiI+xBfSBQrpJRGbpoDlGD1T6vUGbbZARnnALnXibVUw5ZOKTkG/dg1fNxdbM69GJdifSLRG1WKIm7qs2JC1SMMSsNJw7ELlpD5PSx6DB3DIc9DW5oerQJhhiowIr1fyK77nsxgIdbjjkego9A+4PucNPqxeY65tzWlLXnFmzjgi5S0A6bCuNZRDCLxgCu0XQ+GEqRw//47w7hzG+ZPns3Ywx3iZGiiqcVwCmnM/QZtXslGXC+gw1dFUkBnN7W6A1FuGL7TK1MAgldpb2Xg4fol5eUxbKSX0SUIK1i8eSQHaIrZ2FDAc1Yodsg0sBVz7Rz1mTWguUyve/Pq/4kzlWn5O7actR2mOAcVNeloH4XhB5ls44R5VP0kLmwTOSZM2LoRa7zYbFEs87AUQa7gsAwREIOirP4GNPgODy8IHYK0hsc8vcdr2yIWiGYyTx30JTttvAlGZQ3FEQ9IV/EHD4ZDklKYm2Xu00yqc9QFz5ZYMOIl+X0/vXpy1gKs+JfSAeFoE5UcalKrS+0NJtZEqALv1QkFCaA4V0bi/cZy/Hjgs45XLDFDaEEZRFam0glTEr1Yp11MEeO8RAhgMinGOE/+VCWw/GAc+WD4fUAJ1g4u2Ca/hKaQWEiI7bWbABJ8CBg+E4Lx5xoPCNfK+eRUHzFHII1RqjD0Z9R0ZL3uCKhg6Dq63vRyzlVBCLlL5XOUnFlHWBfPKhJIoNJEZWi7VsG5sODAKozw4xTdsSCVKBRTQCNioqb/dhTxbNRu4pEqx4UJRRzAiXAjRgeP+kpYTvbQSHPkZfJx9npMvytyy5oDATOrE00tCfLhZt6GV5eXJIccWCKUaGaLPjpH7SBFsfUh9V4MZEimbb7CzZbFP5stR0x8xH0V+iSMjbJXeXc61P20DCqqOn+xwwFwKZ8rH3LRpcpF8Uo6c8E6Cwfz31Zv/dBGg96Q1bQRBnvscj5RFghja+ctnV3KAxZ2FIRa2D9hZZQlGgE78KHVTa4NOGJhjAcaAVVJt5RmMxtCmG/1y5xufDJNio8BR81PGZcuJPOaSUzi3Joy3rUp6gGrO/1HG5yGjBvDG9y4BCH1we5iJ7YVFNGicWXPaYyA7v4ZAAjPggdh14APIpwqEPpEBhC5duUAUEjO/Xrba5CyLXJU4lzaklcdkeEN7lh7U5kttjI2bDOnhBTlBVyly/CrjFzlWEGh7t4YQQz16bsi0YD7PQZTnJcfILvFFNUinAeCUwHN2uCRi8dWNy7DVPEif0R6APpmGA+0wIBad69kRXz4Wa7ExuheLpZgpNBTipdojzMo2apsZUEswamlTX4ySNrYYTHpEdVTBtMQBpDKLS9CVWXbmCds3GVkwso+NG5laGkkaXAaiLmTy66xr5K2vVgNJI4IPQWHfYtpdxayPPEJeg6/+Fz1ZxzzRRx/VmYaQwnrCAR7NgyhCTrBx4KhINp8cky+YZiIQnLuaM9WxwSsCmP+e1icjUFj7LJnPimTJX+XcOj96kT3TrPxuqPCuoQZtREYchYqYfT/1ZM1oUiQy3ArGkFV9Wv5DbT1MGogs9xa4MUF0sMwUjhRSBatVGd31A59QgkcJhD3RAdHrBW8iXFVncgvLjIrqvxanQtg+JN7oBJYStyMBVGSrqQPtPYkoutdrgD2WPEdoNwGo83+EeUI+EQt+VHeqIx8jvuy0Nd72wEqzGlxDI2vh7ZIGWMwsVPHAISb+/1Nb8GQmtKrLbB68VBmxhMlYYONseZ7nxYgEquK54tzvY5CLLDuyuynHFKC7rVGB+4V3x59hiBQPQXBtKTmyUfPll3dmeagEUjg7KxcJr6k2JCbCUSvPN5bSaVEuMqbv0jxNGR34Dqy0XRGhVnhJUHPR+lM+0uosXw+t75MU0vLk99yTOvar/Hve/oWJru22SPGnmkQTd2vPV3K5L9Mq+ZYB0yW3uGquxR4/GIVDfqVJEcOmWMDZNoDyqOaYn5pJ0bgXUcpduGz9YE+YZkKig1C7SJ+06qGg28wcb7Blff3DIXGJNt2fq12HBeQ7hQEsGjjrtiPOq9qbgxrL/Za5DfY5f+JmsctVhCK3IIJRCLDwsZm7XSAhWqcicmfgzMBMq1SdSNphXe1eImS/Qh9cYIV5J7J83CubiidVzc5MP7RP0ls76jmFVa5tZZYNpJnQyj5ZIYpk2ho+y4OOyYuMpbEGaYThJthoKmMMwZ2j4ZvyNvyaHecq6M9nNKONIlIAMsu4/jPckzRU5l8Um4GUzJAWkE7jh/y9UKZRfuKSkbfAKlnf7msxg26EPLLciSyT0heifNe9N8kslv3RCS/9hsGY8JE3OHnlrLR2un3W2BuUBwvEPHXXzLmym2pO6SimI1q74wV+GinBd4bUAevBWmGVMKKT9dktYQ8j4S1HxECTCaWoyAOHwKUtkljZcSDxClQBQaYKg2jJAbtr7k/Qxg14kS0G5kLFUhTSlE7cpC+Q3Busyp/KSa2tEoysXWmc1mcozb/1p+QZFauNnsd0kZT+faRbcEfxNl+Fovp3Oe1+XNDWVnV8Pz+MCgg5t5pNEI1neczCKwfFKmDEEFdycVCIHNX171jlP2zERtTFhLGAXRcRqF+V7727OMpYQ3sUbCnW5hWZlHPCdNnfNF4MCtb7fuJLyt7hDGgtBuMFVz3rBAN4o6bmKobDO7KAqW2f/jv6tEjrFYNzDA4moThPiWw5ht3eh8tvhMb+0c7B0ercBXZSgWsOoQoVafMTzCsZhnqKL0Bde0d+XkwkOq2HFylUzIUljxPFy9ezvNeudEx1F6speTj/mI6b3eFR+r8YLGvoDjX9SrT5dBPWOqrE+SngR8k0pGN1YYpS6e8y4TpUbpWxWzEaSMA87zdSwOl8hQc0e6nALsaxkRXDgGKz02+nRp1IIlFrO9NJJOSzjku6kurIlzEBhzotKEMWdUSFcaX/Vqc0YhDKhNSdlB/gHeQzlkO19yNlxc+oCsDUZgyyGFPlo0ES9t9aFNNoof32Q2R8qFM/zAx084mJ7+WD4NQ28JFJ7PSJqk5WZ2NmdaWMYCu8p/+RFi5hqkc7dWVXJTW22sbPj1alGO53046z4Oa31KBeTnU8/I48EZ7K43kjgYl119TJwVGzZ5R2ZBOBqLQmWeHAuSI2mCHpNtIgbnXgya79mqiV7r0LVgGq/zKXxlYqLOUTXhDb4/WXFoEeF6Hsg1kISvR895l5RsW7YQsBO0+oramHtedWeHdddaPYBfo7gxUAsJCC71AQNel49lzu9/MedEnF+GdHQ+jir/vFtrzpWzx959/Y0EuW5LsL1Q1YCC8ch1TWYvGdAbimLU0pjqMFIFRIQS0nhFAIXMXcTsUtO8itrAI4bXyOgpmzZ7a/Lwzg3kCAGFXThB6rBLUrfMoT7mNwjYo8g7CpinEq3u5dGvSQhiONUj2wOKlMBz0jUxVTCrwoaph7rUqRMtWhPiGdwoR2mql7XkqC4k3WJsNf7xZwScVh6zmYNYCNZhXEbkito2aNofx7AzNg/Kmq1RkMYsDjrvSEchUvLu73dmeryU1kIjDNTNY5BTMFo7zq7z6qp30uCcy5J7MSqRjdVBDR0LqzHXsC2dvZRi9kqRiLkfOGwZgdlCx67T/VqWsP3RaEarNdyYXYF36ugYBkBcM6hlu9rOh56Z0h66KTNlhwiyvxHzw4QUIIG1kI9WeJbR+MgDTt4GpNHQNw/1F5TM1iCFTFmTHBVjnx50lTel1F1kNyWC5NcLxiaCcD7UKGZxZLT72EJ8lbUG5S4PeDx9Qy7J9OPapifFV2Q5rErFN1nDRcwVz5gQ7izU5lwTO76dXg32P8l6TTSsD2a9dt3X954dHzyM9Xpn7+nBs+1Dx3rtJvCZrNc7XazX8KpiXSfIry0RL3yxbPpwnQt9ouW/RipqvfPjQviOH86G/ZM2pXq2H/New1v21yAN3miJvjTZ379HAyr4oeiomE2jkqqK1OslyJAfwne9Dy+hDNfYiGyEgIsK8ybakp44Afp42Yn6+mchut5H2u3faJDXf8ivlQaZr82R9LgDw2b44b5PBW3JrmE7sO0X9KXsFX8pbA+WHihNHX64j93BisyOp8XUH4qCMr4CquUKO7KLMSntqiRYd2szFspqwCFGGxp/UYwEvAsDEgE93gy6eDw8Xlw4Qkzvw49YzDD4S90xMyp/RWklNEW41DkhLJt5DXdnUZNbU9TYPIPlElXFkQGJKwKXPfkIYl0pJxSMnhfj+81/+A9J6vGDgz3taXawbk8zXARB/DqYsVwbF+Jp2Vg4vu8WkyXaxUhj7vO6GjJRUsT4x8lNxXpfDPOpJ8MkELP84x1u39x/NsMBR1hnkJyU70qpc9pvzemUw4iFUp9S95kWvRvYfjUVcTVuLhJ/HMyrAR9XNy1nFLUewV/0FZ/uTDSt0GzsQ5vmWXhxVWN8a+958PI7S3Y8rhZVohFxcqMmPurYOSQ91YOIvyNwz8QtTM5qWesTntUrrF1z0cxcKej+eIFAXriGw0KKccWtC57s0SaJp+9rpGjJ09+RxSSVKcXk+eak+mIL/perRlH/vP9Q57ASuWmVxT3B7zACLnXz2PIGeZTG5H7jQIsPNE5yWunLGZ/Ud2AH1jeIdZH5Se/c6SKMQ1LBisvtWjgIfxeTekppwb+SPaTYd3KCq3tBvYO9GX8s4nZQhl9GV/TkqsGMRUEbxmtLPlGrAsF5aA70AHYMSAouiUheeUcH3l2F1F5VaYcmWemhsiPg4p7j7n7FAasNMhmYiHAC3lwhBdPtEGFqXuvQ9oaFbxgodpMq0fTjdLe3zb15ABaBY/ammfdPqfkS92XtU+1/e07rUN05NL5pnITmtxdkFh9oiteTLcwCOPt0eIsOMEZE0LMfU6EIhS98ZkeaUwnRIgjCUnop2JF4C0NBEJKzcOCMKI/iKoPAHHp3+crFyhA36qSJyOeIq4U2agpuPiLK78pREQ8u9YYSNZTanrqw+XTTlTDnk05mRsmeQXvb9jZ3njm1Rv98Gv7TJ6aCe8ltbMDW6XP5zObsdibRHHpI+AhOhIC9+qEx14GrAfQ7B53f2XXf2Q/nxnLkhb9q5EppjlvY3MZoIONuCQPtqMjHmlgGwTtZTIRp3RcdbLon7HZMatdMaqfzOzvuO9td39Fv8CZ4Fl2pGodTSvRPTmm+RABBc2vioToC79uFyjQ27PTDo47n72w+BXUhX+raJfxSR8uvg89p+aXdtw8Ojw92ouDHwdLgx+H2s23T7+vgF+331eVN/Drabot7/POGHPgh/869qbGP80/vebDruSt7PJw0/Wn+Me11wn+fvr7I3uQfy5vcRUKM39kaJely7hw+Y5czHMzRoo7AT5i6P6MNNBYIPYc676WDKZIlkDqhVJjjjMTof4SZz21vZfRNy/FGhsB55gxCe06awoLywbiDf3y6HdXBs0PvEy6zhk0JipKUi2WACwUn8SM8Tg+PNxuYKOoDYSC5RpstYGwDSeYgaWoGWYhNaKacchh+Occ1ZXubJyymxaeZQO6VakAB+Y3yZ8gjDR3kd+fJvhPGPTUPWmBeyOw4FTOiTgwxGho1wJhFN/FK0hvct61B296wi0NZJo+re0a4skE2vLUUKpSnH+ZX45TDtY67FycyKs/0VRiP7/HpxcXWHy+e2O6qfhZqD6RdgmVH6N/R69tdfvR+BW7frumoGzaUjSeZJgLoOUYlyzPVU0qAsNK/3cE1fohDndfVh8K2nWc6ori/8en5JVtFt3kz0A61SvSaft/IS/vVeI+7a7tqv6D7GPgh+6Efsu/8kM5pB/KH5v7X/ycKsf5zIprA5Ohfua7PoxQ5S0kKj+Fr7EhhNKod6kboKqdES9NfIeuRE4Tp7h55cQIXrhfTaalt3BR4SasI2r7/5uRbdFAb7qsq8cqZtimAf7Qfb5sCoQf5SG6d9/2EEME1VQ5Xl417sgfEovIgYOGuHBUkmKeL2SYezYtCUE+q8jcnI5Zgmi2XBpYVn0jXZQ3VjtKwiuradPPw6KoH+ZPwOm4puI26cES9vj+7OHkNUv6G+SQsXoHE0XA8ADsMTYwBaxu6zrGTuq/O5RIndV89ziVO6r5r/6T/3Pl5ndT9Jc6ln9Szbh/VjfN0uY+6L05k0sPcX+o87ne7jwef0zF6+xm6j/t7xwcHD3UfDwP38eAXdB8TTsGvw3OMGia3ekKjse2tatfSlhnbrXlpPIdfJgP+q3BHdw52lvqj/55eD2zCv8C8d/daS6kPxZfbIwf34Zn8HM+pPzvgKkeeMq4M6X9jJSjfvw3zhuxQGlThxi+4wse9PTpOeB9rd2S7vjIqVn6lnC//Cq7FvH+1+lncx3rpV+rFyq/kqx90u+Kl4Fj/cItUwqsn9H2+7Ctya1lUKS9Is8Zm468c3ZT+qvWIndUbubN6I3dWb+TOWhu5s3ojd1Zv5M7qjdxZvZE7a27kzuqN3OGN/Pxu9Ct3exeDYAG4ZOm2767e9t3V2767ett319r23dXbvrt623dXb/vu6m3fXXPbd1dv+67I+x3Q4c3iymn5ZoAgSfcrVHrFp1lZWyhZCTu+t7OtW43myii/bwZSXRCpbfnrQDJS7lN+PPyW4hZCAWEUKHxC0Ac0zwfDWfiJKOKmP8npk91tnS3JldeIUFGlTQd3on/ZgymdjD6ipzcKiqSa7LVpYykHMx9eMxBtFyymb2pQnXB8qQ1Q69twym/0y/DftkVu4qt3Q/6qE4VgSCHtBBhdbuHowo3H/dL/eVe+LXHgLmtxd0cXwnbmhB9JaFZEdu2yFVJyEuKjXBaDX2rPfS0OHARfnqtFtqSMx/5gPqFt2bMb1TdlLVuC6QAvL72jeIRpn7Z4xYbX+l27gXto8vIGYngRTo5ZmugZZivR1rmrqqFsZfgrep751Pxe93evvZFb0b/dm6X3fHcv3N94PRLbvw9rhCYYNwSwU8ZvbbmPdIz4ROw+TeSvoueGh2Nv3/0CD8eS/QvPyZ4+yfygP3HnpOO3eGT+hZb5Nm9uaRxYhavRs/zZztX+QX50lO/tH+49HQ2f7uxuj7a38/38+oAVncUqi5Bj15GF3r6ospIczP0d9+2+tXh9twWxffVQG7UHPmdPsVL97NzYsqYtY/hrI9n6OsyRGyX0X9HJVf9Vpoi1xSp+cI8HHwqQyn41B/JT3KzET7fyIVEC0/lotnRCElodIGNH6LPOwNnF+BIu3BGqhb2DZzuH2/wvs4o7T42RyImpvL6PlmtXZXefyCWDryUyYjILWARuaC2vdriXfrW7WX/IsLYtZnpqsMXG7tb2/hazlvXH1U21szlj9eWVJeq635PLPctr2qbyePdg+3DnqayBKCKvMTteNkeXMDKDnxozeNUL76AAY5T2f3Y0tnWB7SBo1/hk0WhS45n9BZzyOy74yXJxDEN491zozhHWR/9p+ixKuZWyumGdiqsAljWa1eXQIfkpaGAsCYk5lMcHhzuHv+cQSevzwRwc6Gj726sRj4wV8aplLswHin3IyGS5V1HWfirGxz7mY7l2cpb83dpL362tf8Kwy7zqD/N6/uXewc4hB5Weoss8Le5yGwCAP2qDQf/HI+c4i6HsiiCkREIKG3blD31efJJ2z3zowoyI8TDuamUH3DVyi/m36z7VotvSiegLZJH9C5zupzvPnh60LjFMfcytoKKLCx+88h8kTi7eyRcFVkFnyGpSF9Jr0DMMTD8W01LapBmKNs+EmLzqHVJsyVWXF1hy1/fWveu4+rhYBzv7222JhxE62blgreDvJ+7viaVC3PSp3Ls7YgFxrBpYoN5QEl8uZGWw4ekF+hlk4fbD12fv2bPW+sCSgCAaRasDTyLTumNxjuAFmcODMlsZmXEcHPIESiNXDCzvqM2upVmR6x1IAyWXbefBy4bvsmTRdj9n0Y5aiwZjUm1Fe9W+1T+nVm3f3T7HGRe0tNN1wvTMuPjE+Tlw50iYIngQO1Ljgp7/4Tx9znYfsmA7W7Bm9B4/hcp1K7Z9uNu+hrb0LFyxS/1zEmyDzovwAjfSAknKgTDOjZ0LqEKQ7yFnwKkuk/SxQw5sCJrG82kzuV4hNTRWQ3PbZa+mb8BovC3GM0q0L4h2d7LADis2072Y/FT7wcqmcz+efsZ2wMcJFWLKBEMVYmzc1Jbsw1f41osKuSuuWIu4mnPTsJHAs6njyyCnGWzPLWY1Hdrpkivc6B5tsH+/IUbWhrLlsffKBA6i8H4CsXu0tX2oX6MN2Gw+ttZ//yDegO322h+Q9bnv9TrMaTrssDz3vW9yIl9bZmZbW28X5PkSa+/oYPfpSmuv4/lddh76On8pcmTnsJ+va9/Bww6O9o5CGw995JU23s7202dgD/0YI29nu9PKM3vFBAq0vGIMk04htQVaq89Ffvj5ntqH8stJPqPf7SftRrC+ZWFtEEPUSHl8+HvOVNHD9GPaxd9z4MGdJYmY9bmVuAoF9DS5VrLoq3bpOzOxPH4mm3eN/cERq94vlRvhF7NpeQb6AdmUXOKdvhnP/Mk8s99d93rs7K+6Hkerr8eSSfysd+TZZ9+R7d/uyN/1HcHldJEu5i/3If/4kuCX9XyeB19e95Ycrrok60UMOifxM92SVqRg/Rty9OzH3JD9h1+Q1EHf+3WctT2yXBDDdVvV/XAjUjIZFvm8rrIT+v4DLJXlovjg8Nkalkr72b/U2VorCnW0s/90+zcD5e9b+OIM1r0MGEJ64D3YWW6xwz1YbZKEj/05jZD97c+7BjvP9ta9BoxXWC6FjtYSQlj8sZvHwLF1toVecefpUXI9IxH12TIBB3ZBiAFFxRUi+C+/CYJfmyAgRET8IIJYtDfKblKq8MwkHy9NCExhlTYylopDb6M0cJ3cA46gcYGtbzEQhiDDVTRIthrbNhivUjGbzewkyAa45m3wTH6kJqWow8eceIwpAITENMSiuGmLE0blR67w/7JHPengOE2Kqke9FIsveyjb+vm4vJkeZ9iMtKh/33v+RUlHIGvqoaeGpgqoepN+TvcN+aurrZ2jw/3dpwdHOz2swZ7fftk7BOmV3RbYOfbL3t4h/INGu6JQzpc9+DdVyyDunRkhv+xFf4AZbPEU4D/gBfA9bvefn759ff7q5eXL7MXb0/evX765PLk8e/tmIzt/+93Ld1+/f4VcuBvZxRl+i5oIf/32Xfbm7Zv+6dsXL99dSMnD2TWu4r/9639llnUsK6vLgqAwSMQh6WhE6PPXMDI5w6o25HvRRk3VBP5yW0wbDII6Fu2tf8LI+qAcfXm46+iwryt8ud5zOQswR6S2ppIBF/q8LgnEPs9LrEa/WZQjotlIjby/c7S9c9QaHc6h6TO6grJKj57LCOCMTKj2OKzPSs3i4Nn+zl5rFqeulMCF2an4H/40Dvi0Gnxi2E2i4yE76z4kfvVMio7WftT2YfejtMshMiSDwiSW2bXHfZYet4gYIRPzleIsIuFZ+yggYbo7YkZ+ZZPF8BYeNbydUuliM19cX+NRwOrC6T95PPWlVqW06OEtyCJ+rEhI4m0XVISXWVRrK1ntuZV5JoCNwWrLZe5l36bc//cXl29fZ1+fvXz14oIu9+nbN5cgBzayy5M/v33z9vVfssuX715fZCdvXmTvL/ydd1K7JbSVcFe4Jpvs8aTIuRTJT5I+2RAqCiPMNW1EN+3JRrifjePUliQH5S1HWEClpVRzJZwLU5zuhMl7n5yevry4oJd99/YVvTivgbzde25L3z4gB9v720/3/6OYF/GGcWyfr/59CiZhk7DKFZXIxRJJGb4rGiqSXrjL7zdcxTXzz2PRVEBZawrL8PpKTw0al+vA8AzekzHl+oAzmzIvKh7vr7HT1accj5X0MfKnLc8mqPFq5h6Gc7bhKr1deiR6Y+YKMz+TjojX2lALdazbVv59w7mssra/U6Fr3lI2893LV2cnX4GCunh/fv723aWeUM532RpOScjMuPrs+0rSYMsu5RZlxJqt1l6bW29zZyQmfAZOs3r6HW67gxtE9sWi9toRJoa5OTx4uOKjYlwit9sNCja51MhVU0oDjGFV81CpqxxcUpePskuRE7+Lr5IL2kVFykppzEjn9KndIxo5pvLRimz5I2FE1/2yMP96gfnYi4pvywZhptzj5Eny56dSv77OjJgd/dQ1kl3+m3fYZJav1/IvvnAkBhfElrv8219jESPn65Z/8QxzgGZZoh3Ns7q6WjTS9bcP61X+IMdD2gNxWWJ62V5g9Zwf24z6xwssDC36s3L4oehY9JcTsK2Wz/4Ntdpb/p3zW5AAy79y8QHeevlX3r97tfwLJ2CGVcu/8i1a38u/8lJ7UBNMePl3T6txVfMCrliBgM7YbAhDmXjLzylJm23ByUVJHJJwezDmk9DMaTdBpbpoaf2eYweOUaSV+4jU5xLVDdQz0o9kWFdNY8uomAJ/ei/MnZXnj/YcQuN7pnyUJ6PmAt2g7x2RNfubGEq087cXl9nlX85fshEidsnZyw5LBER7iYGiYp6i07VGe1kYM0IQjK7D+1wumnQqcaaHGFOC9Hesgajq6Fl4/6RRJBVDR7KUGDHUDMA2f/LlkEFAGuY2TcUuknFxbZfCFg+Za6VaUEhiFD4p4qgUoA63UFQbpDWkHCTcj6/en716kYG2JSfx5BX4hZddu8CdOrKZntph69Q6OvHUw2lf2FMM9hNEhetGRZ1Tu9pT8X6x1TKr7ooaLB9WonK4Xr9/dXn26uzNN+/hRd69PHnxl1BnNkIkAI9uRx7MCRFoKzJMwnwb7nyQBeB4tFfuiZoVF5wwr9dsBNBmBtaHKRtuWRwIZHXmBS+OsbQcH4WJYlisECphnr10VxfHIAa4qC3Wd0g37vkJbi3RUPqzcEl288XlyVewkJet9cO2O9TYNbvOJ7iF8N8SbrLzInguPlS8nQ1nEY1ki0siCWCe+tZi3d1twtRui5uquW+I+CPlSb2dggf2TXXBX+FFfOso7xs+InxLDra3N7a3tzOJBpa5nJsNbSPj16shmKk4YKevL5AjFxX7HTK6gNGnhcrUMfcDMmUQESkIXq5Y27CsNBumXTHVMWuVO7UbQ7QR2JqbVNBTmZnfYNwBzJOb2yiEMtd+4386icYDwXyPrPzSu0sb3ZJRnGZZ2nn67IhplvY8u+dvbNd/92zXuqN78Y4q68qoGi4mmgJnospgVrbXcdhzWfda+2OFwvm78wHvJnIXTH23DGEQIW5M3zLGkeDQsq7s7SLdNbWVoYjvVsNDHysAAc0tzJRWxH+K/lHwwJORIzgzPcrFzaVmEmWj+y896ZMP9gjDQCnShlm631VvGfVMWdIFk+hysA1ctpjiOlcsJ7jTY8OtNThKUJPTIyNiNKtq1CEnogQifs7nXS3bMA4uJMfYUXc+5+6cPgolrMxkeai0cC3GgivHygSPqH3U61zaDGkKoTWKPAG7DOYzoi9Ydz3RKOXFC+4kKsaw9ZJ2ASHrXcgMcLGIOzVo28QdlSnxMx2muv7sJ5jT3GrCxymZimK1IIb3MTbZEtsmsSFaAafsP9GBweWjyNTMY7bxSgutVglKBjQgHdslnfqMXEr06zEdTkg/siIVju6OQ8TNKdk7aDVvVm4n5PpQ1i9pFlUErVCDRd5JLLJo8KgfkJfcGL+BFflLlcMrXLx8q1qr8U1ElXyfrSk7T1Ur3ZcyNc9O7UqCBCNFKnjUgnYmVLsPyHFGVCocD6ymUzynONW4AY3H5TPLT0y55kjiDGcytYJOHobOJZXldIsIe2crmk2vYpQBfIJQBrwk8u24zWarm6OqLcdHH+iv4KuX5uU4JKTXlShqhtIuaYKtDufzugQ5pkRU0sq+R6G2wZuT1y+POew2+Pbk1fuXPXxwz/4hscuOOzi10QkrwtoebfLFPc8UvJxSLVtvm9S4ZN78qvrA3G7EJigjXpU3AwaoY8hpADZo0WAvQh++YMKZ9FzXYQ+POf1THZ9D601PD/JZoRiW1r7cgLG8doxw8N5XINZ8bZ9rwZ2PtRsne8ere1TFp9WSxZvmk7R0V89tt9Dgnj5+8sXW1fOg9SjdaNf68+qeycSSxsTyJmsmYkCSwt3l63F+0+o4xSSMIvcpnFhiZ+yaupJRMrxxmjn1XDL6JGvTR6U1CpZXww7oDOL0g/wFvLT1nEOlFvVZQ7dI2zyY/ZhgkpybcM7UkHBt4jtcXozyEAFdWYO4YDWdfmzYuI47g2sbizi8Mpo+8hPBOlcVN7QJtsOmRpHCRzJtE6ZcUOyUzYSsYu3/HuwuHbdOj55VsgkZBRansy1IGTB9vbaDBKEndh/Jeuq2hgyG8GQ4g4irQPWuzFL+eE92J4PmQzkb0JgD92Pm2aKTLrFAupL2vTz/+Ov7iz+9ogtQcurDNcVEFVWgLxOHGsO14i7VQuv0CQ71DD5TPZrwBB5zh/TK7Vur5zm33xYPC324J8jFyZ1eS9PgQXspwqnGNQUJ6togb0ZxNY0Be0eqQxBelDdT4h7DQJlxu0rWGvjkrvbludiIUwrH49Ujyd20usI84ABe1dUdJlalDrIofrCklAgEoc6Ot4vguXI5QqHrrOuUidSxXu81VtKxWk6XIqeCOCPM4EpeYTYurucU7mkdBszqSrxiyTbapYAXuV7YUIb0o1c2Te2+KGypYGqX2h5QWnyXlk6WDmw59R04S2el9861rWO0U2jjGVAF4rHgsGKNGpiwi3Hh0/HJMLjmpnORIA1ClUzDUzjjhl2iiiiZ/a68nN7imSSO8I6N+a54BDersG23U3qxGA1oM0QvwvFdMPM4xgCvnnMR29X9oK7GRY++It0XmTgQO3rMimF5fY8/4I/wq54smPwh5lzlxkDZY8eo6h7QCx6ubWufbGZn1+EXg5nY76MpIoUPnCtXhm1aRpQ0EjpQJmN2FuW01sV8UaPIwsGboG2uvkTavlqHXleZopnwF3PDNfeyUsZxVE2sOAme5VBxOLNCE2GXdyV28roCfXyvfTZlXbn6tGa7CH6OJ3CZ4GJLieNCr6upuk4ubtDVcHXIl7Bty6p/hCN4D86QUURtCtWeU7bcuEduY+e5VldY227d9+91RGW2zbptRHtdzDl7K3NVlHFys5+t4ni22y0yXXtO4wQkjprdFFNwLX3vRpfbkj3gRWL8K7HwdggBOm0CUTB70jUhck95Sb95eYlZAxA+2maZWo+ovlLt8RguAaZziDm+oih3W6Eh/Rcplw2mCT2Z5D/A+17sPUnt0E+9QaIBXJNpUj13s/m3znuhauDN2aK5VTGRO8u/19mdmTqAk2KxtoTbWom3fIHe63MS9IMmxyZn4KHR4g049/PFFn1DLTfHts5k4q6BA/9U4k0hRkSTSI4z0zUxR3uWwCp0nUCY3+Ofbtko+cMl8dKMxBTHuCIPtJmdMygHWU35p+o4Yf9gnmdJWcthtaipbTGRpMPrdnoJyU7PjwMPl87Gu3z6IXuNrQlAPjCNtCCgnmhYELQIUYpcj5EgGRZjtKA+AZhum4I1uhAbQ5IUfp+z92doLxfzFQ4FTqqB/5ePFQeS4d3IcOjuQa0Cd06em3LBY5w3F3bqxZQaYWtKY4N7MnLQF7T7gkKIYjKaLg84AerdLribbrGW1ATWPFInLaFWOiTIadWACCiHXULMccJzByzblK3269Q6lu4CmRV0xB1tufp0bR0q9xzWelogABAXQDxObpRlnFxLkKHmr8wNL/Ab2POO+61PGdWweyQViVjA9liMeri/cGjPaCAJicB2j7ALHewv/Vq9fqJYV9GrzeoEOBVHxW1gau+zld/1oiYYYjBa8v6mjYCVv0sHaz5TzMIjtUBDcd+Ko/tQ3KPHgWcSvKOPLDmMQ24YUvJMOCyDp14q4JW8jPKaLBwZisx6MQIFFSoLSAoXnA34yRClaCtmuOcMTDEQRrqTQV+5lTf/O7WR9Yx9xWH3qJFcsQHrDFYuqR6ED5GvJfwWax7TM28fOpHkXVGK1prcRu5OLZ2rKUZt8+EtWZdnL2S1uKUZ6IuFZCmdyW++/c37sxfeOkeUJebKXMtHFpr8tGZxRR1tCJFfUUY3b8APzNjLIQM4Fy869iJdyggPprotNeyG7xygXhF6QgMsYRiUo0ySU1PeaGmcUNcLtucwHME9ItSRNGGJfMpgX8UGUvkJvpdePzHJAzNd+tFMxWey9z8pNo8CsXm6hgm4hpyQFjorAuN78U2VNjaakCRW8/mQMztoOYQ3RL6WOPCiH1Fb+9fX2ArLRc4hutPSpE7hhm8FlFNgjY5r9KMg78aP05wL7idaijh0G7SMmPBNRyFJjQeQeRPpYJ5t7WxvbT/b0uQqcmmS8Mf/qK77V+VNny3ofjk1NJQH/b0tEHEYPJp/2RtcjcFQctiaCrvp1r3nDfYHGjH2laCciH5nu2RIfiAYdiNpDuydPzbGRBK4qpkOg8DQva6yCWxclRD/jHYeO5g2pockAN5lf6yXO2EbJQiyO1Cxmsdes2+RdKeqlIRO4Ry8nDKJCbVF8QZ61nc+nM3GhSalEoYFQbfCADtnQmDke5JQagHKIOG03nbIaXqDDYmUsmjwKTdCMNjQEsm3uhDGq6JWaxosexqqnifTLPjkO3gdvCIUdmAJ3yeLPXBFwugZZaqCa8cijN1bzRwyxAbhVE2FMNcRCvNazRtF4MgrFnDEZ4qAuMJ+2jnFpMmUJhWNdRV9TpbQAKqkg/d6QYPJFl57BLhiJEzJlcZJVT1RDYvqJIpN298bGNBm5lpUoXaaj8Wj4qPS/j4/Qsnt0gvcYXOlbkBOOgvsRRspyRldwFBATeItDALGiTuXmbKZ3UC7HD4k2HFRzFt3CGOZmogRB7Kdw2n3nnPIWpNTAgUiURRNHRvHW11sn032aWT+Gh4Eajny5aPyGrt59IvJbH7/SH/JFmtJeL/5bDF3q4e/Mb3iONxOjaVoXQNbJ8oCap8/xfb4u4mXGJsCNiaMLEKMzqXgfggdOg1QQOBS+4Vka8e9dBNFW2y0h1ehv6Pvm9Nse+X0Gvuy3/dApExKkoOyrMtixDyENC2cVbPFOMeEGygbsJT/UN0hyHGDgwnwf2/Lm1uYrA0mGJfZ6ikQpsOinn6OprgUFlzYwCnHVuRegrBqbgWPh+KjxMrnfEwwYYr0UzqE3I93WhXAPmvKE1FjTkwHv/RUr6tSL05OBGnUCPNyok4ZS1cMAjkmfVVL8JTyB8wYjDlO0R2i6Ah7oENAcpWMytBFc4gabIH3CmW2TUZwxilw7mVSva89RJvJK2HVc+wbtjL0Yl2J9IsYn3euTQstDf2yOEkzxqw0nDgQu2gNkdPHosPcMRz2NLih6dGk5UGj+j+RXfc92cDDLceu2I+rYgXhnZTu8PK3NWXtsbHrlPpkZqaOX1MTWr5LcxoQV/RgKK2q/sd/d2Wb/Jbps3czxnCXGCmqeFoBnHI6Q59RkdNkwHHGhk7O1KcATm9r9IYiXLF9ZoNiAJYJJHSV9l4OHqJfXlIWy0p+EVGCtIrFk0N2iK7k1koORKoZK3QbRBpQ5pzfM85ZS4P1rgKIlNxdW466iVJEDXNQXZeCe0A1bFcLRgXmgh4ydwcUeeaMGM++3K1ZZ+Aog11BYBhqNwWKs/hoFJO1aTcUsVOQ3uCQvy0G9iFqhWAm89xxr0+Ne3HeUKD8hHxRhklhS69qc5tkUp+hLnyywIYRL8vp/evTl7EUZsW/4PBRLrEiXmXFpZ4KmBPLuUCgbGZJgC78UpFQUivUWLzPWI4f12lLoQEKHVmE1iZSI7rM0c97Zx3MkWM8RAggGtmmxnwosUki58oHw+sBMWk4u2Ca/hKaQWEiI7bWbABJ8CBg+FKTRvROA89IcpZXRdSa2CBYY4S6kiUYjysSOgiqvr4XvZyjfUW8IRm2meQukwH2xYOaJDKYFFEtgOgKGCseBFCdxD+bHbEgFWhUE0Cj8MFxZQONPVU8Gw7XA/eHirtGXkygKKGYEygB5ht5/KSnXUWlIIibkrTQosfZ6TL8rcsuaAwEzqxNNLQnS56ouwwvLy5JjjgwxahQTRb89A+lQMo5pj6sxovJlE2NtvsLNlsU/nRxz8R8BP0VuqSMTXJXOff6lD00jCpquv8xQwEadFlI+5aNLlMuilHSnwnQWT5mBNS8RF/Q+SCNB72Bsvdmut2Yry0S0oYV0vjKaVt3h8KQhe3HqhyF1l9oCcXF6NljH1bZ4NKEJxrCcKAVVJl4R2EytymE/V67xOXCJ9swnAaewCw8Zly4k85pJTOLcmjLetSnqAas7/UcbnIaMG8Mb3LgEIfX1wbHmjJKLL7sMZUZ2MUnAxjxQeg49ALgUYRDJRkE+jWEygeTowa37CGJLFS/3uYqpM8VeSpxTi2Jy+6I8CY3zJZEZK1iI2fDOntCTFFWyF2+CLvGGCml+s5JhswuGUYw6bs8qgbY6TOu7/sE3ymmqBThPBKYDm7WBI1eOrC4dxveYhCKC/hgqkV47jMtEODFx3zsfLj5JLkCO60VWB7knLuOyI+apcZWEswamFbW4CePrIURJmIHJ6YNJiCNIUQAZlrVif6JyteEBT8nF1Dwo3MrQ0kjS4HVRMyfPGvXu6ddD0YjiQNCb9Fh31LKrYU8T1yCrvMfPlfNOS0MofVnYaYxnLCCRLBjyxCSrB94KBAOJJ0F0kYy+YZiIQnL+Ul6jnFIwKY85reLydUUPMomc+KbMlX6dw2P3qdOtJ5nZU+7Kz8gQ0gz3+6lHIGoxg6RR00UmYz1fPhG34oV6wtrS2sSxvFWdTW56XVOjcXhc9ztIOvFQsSxZVyBaYHR2aDJTJBW3RC1jqvlBAHfW9DdFRX/UqlzVa9zU4N6zuyOlAdGssjnVGQpqUf6TMNNLtza4SFkjxHuDfJqPN7gH1HahKPeRuLAuZGw+V1Bka1bsp1MUMu0T9Cx8fXILCljYC7V6SsoEi/09TW/BqJtSizAwRvHcZwYX5VGEzbHme58WJNK3iyeLU4AOlSyg8Ar2JyhSwu66FoeTZDz7LHSFgm2njwv+fDJurM705ws2h2UoIXT1J8UsP/3Lp7nU920n2pvMfzMei5UrxG5EqjRXGCtUQlH8HlQ/VGG0+4iGhGv7z0PXC+uWH3JM69qv8e97+hYEukWmytkohoRpXE4aVUiv1uR/5d5zQT+kNlyNNRujxoPUWQSC9VOcuiKJgDE559RL9OS/EnTN8LvzBQ4suETOEEKIpkdSs0CzeS+E7RGKW+wPb/BBTlYdyUtRMKSthax02rhQnkFD0TuCvuoQ6fihv/FyyydTSQjTgY6KraEouSoSiAWHxZFNmulNStU+I5dBSlWE+jbJlFKmtaBV4sbnr/DUkT2CReXe7/NIry4yHVc3OTD+0RJJln+JGbFrGqfBe5HpZNhAF0S1rQpHac6Lg77Kr6NVUYZJtFmKGgKISRDwcOO6Byv/lzekqO/5VxeqZxTDpIuAdlk2X0cAkqeKfIzi09C12CqEEgjUPUMJsMknpuGQiVlg8+ptDPifBaD8h0y5oLEmdwTRM24VDjNJ5kP1w0h+V9htGghAjly3lpuWzsTb2vOBZXjfTwq1c/KGzBS4zlEm5s7fWGuwkU5L/DagDx4ywqwMNWR8tMlmQ6SLaLE+YgShjS1GFbBwDUvapdHXspFQCwDUbSA0dvCWdiCaHQ9NFUV2g2WLZihFqPWrlKU3xCsy5wqUqqpHY0CX2yd2QQnh739r+UXFLyFm82umFT2dK5ddEvwN1HSr/VyOud5Xd7cUMJ2NWKPDwwzRjrw0QjWd5xMLLB8UvIMAQp35xkIlM1fXvWOU3bWRG1MWEsYBdFxGvmCOZIolrGUAydaG7jTLXgr8ihTGAM0dc4XgWO53yzA4gWr78ZLeFvwISQGod1gCum8YYGeFRHzYPRsM7soCpbZ/+O/q0SO4Vk3MMDiiiglHexs60bns8VnemvnYO/waAXkKkOxgIWIiL76jOGJT/aagkOU0eAy9640XXhIFU5OrpKJYgqXkEewd2+nWe+cGDpKz/9y8jEf5bSv74qP1XhBY1/A8S/q1afLAKE9ESoJ+CaVn26sMEpdPOddJqqP0rcqJihIGQec+utYHOmQ+1HkaClYv5YRwbVkTKpm2DWWBDJYYjEBTCMZtoSPvqv4zZiKJDoHgTEnKk1IdEYFhcJzUwhr00ghMojZ9VD2LGEXoSGqm3LIdr6kcbje9AGJHAzKlkOKhrSYI17agkSbfxQ/vsls2pRrafiBj59wfD39sXwaRuMSwDyfpDR5TOKMw2Mm8GBHBiA/Qhhdgz04rVWV3NTDLoInKklEyro+nHUfmrU+pWL086kn6fF4DXbXG8klSI/oVEhZrVgFvbOp1kP5X04Xhco8ORYkR9KcPSYBVcJ/ferFOPqeLaTotQ5dC7nx2rFnJideFzf4/mTFoUWE63kg1+DEdbEWQJ13Scm2ZQsBHu18Rbgk45JrVToTxrprB/GuvUZxY9AXEiNc6gMGVC8fy5zf/2LOuTm/DOmAfRxo/nm31pwrZ4+9+/obCXLdlmB7oaq5RW5/BbNrfnvJgN5QFKOWxlSHkYoiIuCQxisCdGTuImaXmvlVIAceMSKbLBL5lOPsrUnNOzeQIwQUduGcqYMzSSkzh/qY8iAglCLvKCCj4gFSj35NQhDDqR7sHrCmBJ6TrokpjFkVNkw91GVTnWjRMhFP6kZpS1PQrFVIdSEZGGOr8Y8/I+C08pjNHOpC4A9j9l+MaJbu79P+OEaisXlQ1myNgjRmcdB5Rzpqk5J3f78z+eOltNYeYaBuHuOegtH2WqPpvLpKoDQ45xLnXoxKZGN1UEPHol7iq21LZy+lyL5SvGLuB2HXh9Cx63S/luVwfzTA0WoNN2ZX4B0nGwVACIGOEexlu9pOkZ6Zah+6KTMljAgSwhEZBNNHE37LU4uS8SGGBzL6IkCNmM1dWb2/oGS2BlllyprkqBj79KCrHBlH2Q67KRE3v14wNhGE86HGWUCcbQl6I2ppBxVjyXqXB9Sebn80+Y9rm54UX5HlSCsV32QN66RJ6d7lChOhSeZtGjax49sZ12D/pbm1TFcaLxEzq/RUQ3lQaK9yJAzbk0ZNKEG0o9ru9u52f2e3v32U7ewc7+8cH+xHXSiPOrqCaSepLw8PDn4ns/jSPR+bRCEhDPhf/bsZEhlLZ2ls/nQtENF+6xs78lOkBkEQWR/2sDI9zp4e9zBHY7qtu1ZT8N+0wVGvtLogDl+0InQK2CLrBqwiJiKShmj+R4fBp2Q/2Y+xnxrCqwdBXyvt2hWNrT2x9Mfhp/oa8unukZkuSdUB6mWk+wkfsrfjG3kNol9IRaEZ9oiJfKfFWHvNSWvvUhug03rX+UC+ZpqQ4V4IKTAWJ0ivrwNs4PUb8+/aD/m1Mv9S97lUA75U1zfTVv0r+VrQ9i01TrIB3FO4YC8K9FhBvuVwNJDGw+UaN1y/JmOIi4Vt+7cFiXYBMaVoq3f2dqjfHOjInRRu8iFHbqZBxaCc+5c+ck7776QQbe7ptoAFbx6vpIQ4WwRwEXa2fa/f/9ndXx5pgkXO9X2Lt67904514Dh188/IdczGRucI9l0ElIdM9vBsPCzKDOLyOfJnZbJ10WUH/XZEYEiz/4/MINHzVTNrT0TxHHZt8Ws3dYlAKCx0D6pbsVAAzs5iqj+0KG/CO3csY8cSLmZCydR9Gn3wTD1YmPdVXX2AtYo92UaXilD2pqKEjmxiWPhOg8B4S4zkE0Bsn1Pzms4RogIcqt8JuAnAibsHGQQ2ZQNm6bDw1hsCICtKCIwYGYW7wNalZUFQzN7Kh2NJplKn8QFyYZzeBX5I7rcvpVFHnZhi8uEth8N7lG9ogssiV542seawT64OFH6+cmp2TWlAqgPn0AcT0ZlEooL7mdHNBZ/IzKSEwWitfeB947C7vIDEz8L1Ni3mKDay8tC0H3XKp84+R1JhWFL7j9T/UkCsuZQvawQtul0/8nEaNJtJ28eIR3at0Yd5UCJljv8Gpr+LwlHHs9ant1s5sqnoY5+C8BIV0RrXpSazGa6hwkVCUvR7iZ6wiApvVNLQSC1auLPBaSAObjkRAvlYjAWGTvQyvS++7MkFKBu9NUS6FSIwls6h+zA65IgR8YbFcBWXvnvCa8yBZi/AABsW4ulydMy55qzQuKEOxcWRXoL+yseUkxPNhzni/1gGTAqlAETzQQdxUb1E7m3pHGUrtX6HWMP8beASgUZytlrZ4yUHn4CTP578+TOlAGedpBoZDrn3pjVuaJoa/GRzIYtFFTq317HnWh9dzv3C/BzTkF9EghB2/gZ71gjQhWUvxsJwb1xVNZ4Gnu7Kx4h+5oMu4znrhmdACVRwI1eLvG8oTnjPo1GRMVIz3PhFiy0Uznsz2ShWQ7uOALignyM7wMz6+I9Y7jQzRlbWrvTF7/7xgqnhGGJhG+ri1OTYSY1heBPWmso3aJnxujLelIwwbFaMcFOVo5GOM0JwPKb+q2za0c6s9VgcBpYez5ittmtR7LhAuOGykOVfmZaCXxGznk7eFhVraNQtpNj7rt5v6VuErqVY27I2xOJhXUyBlgQQsWB0JRu1AWYmvzDRfVygjwU2vMtv6nx2G1oTgQvUapvRabFT98+wZgt9zBdypC8SR3q1I+P4S1TUezfgFA7ypKRoYapSLRg74FeGPa3GH4M6ftpVuCwCZSAz19dxob1B1qD/RYcX4FhNcARjnDSd+nxcVbPEYE7lBvLFvv5r8RBDR2iZQjYTlDCxF7e+vDhH1HZRIxLAFneYcWo8YoL9q+78qfK3P/Ej4ZygRJykgCrrgp9IXCJ5CFNtReiGtloBCC5CF0k406SRIgEKbZVjwE0bJFvSN9Y8SPEWYaWAYi68X9KxD7Gs8jEE2ehKAtrdZP3BQpjLc2/CWLfK8flVkSM93FddCVT/dnKQxCjBG5w8glIOKbRBdhU63viqGt1Lba40JvDL1ZX0JTQppzG1FIRLCpaIkUQ0w3iJQba5dHXzGC+PubHk8D2ohQju2BVGbabOEjUPNy0EufIf7BoUK06RGW/TRVXm6VfteroPe9p6Ejpf7YAE7m77CjqqntgoTlQzBktv17n8Act4Md2FQQS5KdpbQGikCC9F4VQ8XoztFcHgvUYatNRsjUwtPQfq9RxaUIFWkte4uje9EallPIbV+Sgnw7ntp5wmCEHE7rlXmoMgzNNk3KcDr/q6T9S77atouJrO08fqzcR9bPsSDx3NbJ+XTIkrsQv/X4dEJoiSLDPTiRAVV6P8iZqrw5PEq9GWbxZDdDEvhx/us1e2K144k5+uw89O6rWC8+2L3DT+FPjMsPVYGK/lC0FfvyqqdV00nTaE8FA4VS1CbBLq+zBcvEzVIHELVamXN9OJdhsdVfMmxUzRMQZZLIXg0KTpHCXShRCGIWqEBbBb6PtOrTBHMGrKp0YQSNzMhQMF5Q9r/JxOnjqnQdESg2SI/m3pMklkCVXBDQOah9heOlKIy4YITkPSujE+q1eiqZMYn0Mt8sWYb6CP6RV5nA0tq+SDwkBX61JFNAFmyGDmfsTE9/HbS57gDZnOZ/mH/AV+sbhCyNyoqLoeZvoowhbxBZR+GrTn/lwnz3BwgSviJhq3PUOPP/MuaUKGhrnYSNNERHXkrYFbfistGH/cQBTMWz6M71Bu7Z7Ge6VcjeQtTVXzebPyXaORJIKvfuUVs2HByEL6fDWf9j3smIw+zHR2j++vBLWra10bjAUSqwVtuWlcGDJWR/fxliiRCQfCkBAJ9ujKfrVaKrhwl25GJHF4YdYTpKwcQbzc5UhfHSqosC6C5Se6K/wA0dDu+iRtMfMUp9q7I8xLE+AMVXQwcwGW6zuWSdG2/Dgtj3qgdfZDUVfOB/d8z7oDKzSU5LzpfdXeg6tQO+IOd3i5qhjTwlWYA071yVxC+vPd+UssgaMeRmgTjrkmtWmw7Lqd7jTSPeFVmL37WDZoC1nrTDNcwh7lGyaYdgIr3yRYegPzk4jTVaKQ0lqG3UZG58jfolyXyRNEf+aTJ3iUSe6vBmJ0ijLt76QNQkhIuhx/E50fWqqV05fcVG7xypeYDefXWGOhbaqLqkyGsJteS4lsXhosWb0AEqrldaimwh5mEszrZQvb6sdJOiGbCvTY2YvVhhgS/1FQ0YMX1ISKU4NrLqaJoxlFEdS4xFlsabSKlXRM2JoeOegQCJb6Am/SCBFhptdfwm0mCWIrbpIhWCrpG+VU+ftNVd0QQeR07kPzxE82agmoq3s9P0nZ0dHIOAm6pnzmmKRspPsSupHezXaU7j6eJjIu7TeMSpaKLtULfFRXn3LDNBobGjh645MWeRQrXJoc8FhWeDVH9qhqlWu/HO7a8yjb0AN7q2toh+B9qP2Q8uXmyk4XhaqDne0Mcy55iu3tyy+1u/k0Ofp2C8ocOBUteWS/Qz2AlNJw5iqo0ZYOgysbJrQiJRfE2a3Z3kZTuNhqkYJCzrpP9BiyE4xSWxg3b7jnBQOW6IQ0TTUsfewqAEKbxiCNxF8UW4K/Dp8cWKeOO99Vgjf3DdY3e1uaLlJ0LJeOFFi8ecvO1axgOf2eqVooKafZkDJdtJ0w/Wyuk65WW5px/N9VlbpwvkBoHJSOTebOIujo/pmGQcO6mjkaI99FjNYj7JTSzq+si1gPAQSLKfdURMIfxztv+rARyMUX/vj+RX5/WPKEZm0qrt89QSaI0gk6OUyycfQRfU9B9Btn1qYAlpdzUMW2NMjqCKJLkvmq0HAb/ehF+bHMYEOpDjghKLa7gw+WsozR9ar3I1nw1Qp3EjPCdVmw+01MHmIXEryPwhvo4jsroROEtE7kX8dJlbcooIUa4HVlLoxx4zANNo/XWvhCWkmEoAKObztjiClseGhvBOgYHVPhilE/EeEOmGYnJ3/OmK7CpfPwLTmfh6Q6NqfnqlHoTHNAOKndLHtbImbg8prziChS6eJkgYZq9yUeEql6FzvUChiLatKHSyU8z2gPTmx6sdpDa0gaq5cpL9EhCQTuhX6RrOK16arrcrOcLV6ZKuQXMlhrUyZYIGn0QfIVlrie+HYe4NukEL4rTIfQ/eaF9WqIOHyMYSElDStTj/AEe2SkLV1SyHTYOvhmDqLKhv8LVNVi2CdajHmCQxb4Ef8KBXHEs+F0i+N0nt7H6A87w1YmwGPHI5QD175iVicykY6VfpoGiLyfYC2tr6YonITxnfBIg2/8QYjv259cwJ8dZyyTP4TlW1tRmjf4dWegrAt+fAIWYJX4u4kIhNOb53UmrWNSqwMKnZoftT87r6sb7h2qjltqeLQKx2yCJ7Au+D/mnUJ6RFQTVo2QzJQYDTbPQQIwT/80cqFk+k14Ar7hThFM1iDnxoTViGvFJw7b0S73+8AtYkuXaQRB1uC8xCb1fQkS9Qevyo9FnGNi9PNijgwWG0rGnY+DwPN6K5aID5rlW7ZuTgjxGo8jVE/4KOodMqOgSoQzgpWM7+kwdwQmJv/ainUo7x7KB4b9qC3LcqRrPmxRCMbdpSrurXyV1wwTJN31hlRS8yPqDXePdw7DesODnVX1hju7u3tH+3uu5tDN4TNrDrcfVnOYrnP6rfrwl6o+3Hm2n64+/Psq4KLau11YDrh5o74agn0eNV2Bt+cr8ChyExXgdQ+WLMM7hK+/zJvSNb7a4JvP5CFEbBgAf73jyd1yk8V2u8/wSWif7ML7/gLFdpHTyektNVQaNfBZDTlUIBqkS1C1QbTdl94QP1pWjMNmpG6NuBcRtTfDHgsx8WUURwiQi86ow0VLJ16Ond7FAvPM8Y+5pm2V9BTU1AuRt/OfO1/12ARVEMzyiNqiFr4DW3CCR671Ad78xjNJ4mFMDS6nKEjX2C51iZ9IYrn3vilIu3E9xivh3qd2dzYHwhSDiEl2h5N56Ol6EKMj1T5d4+ip52E91tR1uSevgoOiuq5L+MvwK/hBalwrOZm3pnGer8/kmzOThiUem5gi3227mH3c3T4CenocrFdoDyaeaPvTMNtjjvC4TnQ9Dn0OsKSyp4ZW9GCms+pFbRaV0Ch5kDuyANKstl042CyuJuVclwYPbujL0n/wJVxWM2ShtrKZgm2sBZQhzSrtRZ1WcKinSOhP8feuFC7cAxhlqHgpdpt1So4t09prxPmltVkOGB2eaulrqbGAMG8eLGlX+D3hzDMTFJF5u5anYjFRCgWc0tQjPgdL6hHfaUItxwZi0KUik7vQATERywWdDc36UJmTLV7uGMpCCWMnnE9eYgkOtOf7T4HYw+FaXHocrLTloyp/GMj2gwsOOudnmmy5bEOfShylWAWKj2MFiLvQD1zCEAAk2WIekbISka3ArV+biiNtIy481Wg25T+o94xMxvG7d8CxjSxAXvUSFaenc7FCIGMckhCxmuIDe8eWP8EOZ7ND7fD/hn9aVwDqAVNQ5ezNFQ6WdghCW6AWHLDWpbVJKWbWp+YEJj9VaU/IgoLmtIPkWuI2dsDcrE5rLN+cMhnWzXwDTogksijcROJvObCquQcbifqCXBfFSOtbdIYaEKajJaeQ/eQraa2uNIAho2SylN8QSRoLhwsYw7fLA41tN2TKhRG0LVQhhlKwP6vuqMYvwArfFVeW9CpGc6K4/zQ3ethlj0mwMitBCADw5UAtiEzSBuOIvJMLcOOxr1QQT3CJ5eDUtWRDokgyOIMtlsJVhVNRKYBuMieEKMU9J1Y1OQ+UB7f1Ap2ruqREqyRkxKh0j+NRb125GUuCSTXKxx3jm5AJewbJxZKsfTLtolmuMIgZLGaquRv8rPg0K4VSBw0hUxJqPsG0VTWyHRfZNfC93giDVHHxbt2BOBLWY9PL3Etbq/H2Nnf4slf1nendYEbyqMFyrvFAy2Wtr0CtVswH7KuivSkYFCG1JAIDtZlOX7xJLmAHeG0ZVM6+FD0LnUSCEtvCPGpzn1HvpxQAeQlGzpkyClRoY+L2usYKkZceLvK1j67S96j8E6XtCIGFDEJ29IRdiQRcry7ATvd6+T4i6KvL4ZDjTWLRV5qSAiukGtpRoNZFn4hbVxQwk+VMr2mClLSGbFkXrsoarQRXVKcYx64CwYgVtPMBGwnARkLrb9AcnDjGXzbY0UlkKgcxxtXNDa8OfZ7ciJaBf8otCMLUKqlNW0BQTMERZXf1NJ/Bgcs3/+E/9KXZp/qbER1eozNZYj6HbFNoHxhJw43WsIMgFVQwQyYIdJKkKKB+qKYdtYDBuCJrQkuLJA0PjJ2OCU6nN+hmUWqpMTnm3KdxRViI74o8SzpgWDqgeHUelu7ESt/XXOlLPNCByvEWoaiZJEDanoO0QWeb035VVXOwEPJZtt9tWmHvbyqVcDEsWYVVRcK2y9k1HRKUKtGJodQ9UkNKilaN/SFxwDun01OlrjCEcKZsq4DcdO2tGR7iWbzz62KeMJEFyjCqtCFdF51D9x5KADIgAGB3n7hngsFeKNCfe8gJYwFSgbhGs/kQI+PVSHxd7iKJDSYZgUhxSQ3nojxJFLLtti0BPgmRJYIkDfgnr0wCe0ZbV2KFl/WcLIyxLQP4SeI6uO+Zk0HNA+x4oQOWnMI6j4xejtNV6BRHSJfl77JB6ppq+9R5lt8ygQnGa/BQb2QCNyV/hSKM79+9SnnYYg3QufTkqb6PuiqRKwqe3VERAjFQWXsbzALt/kTELXh/2OjXTWxZ8qsQRAIulxIXxSmVcyZf5dgeunAuFCKlxKZ52RLPH6mPrhECgthUH7mspIV8hMpjEnz64YkiyF6n3bA2DjalYHwltjcuKAcj71AF6sdpHdMqZA4aNHt/ebpyChHhsCcPdgwua8edgnFbeteP7Kwh7qex7vjawd5GyQgwVWKXUSMbq9pd2Klpr6VJZDq3FMiRKyN9bRzxSQf1Q2LrAoMrKS6qQHdwpINiRdfYMTJ3O+p/staTNXTGIG+szWRwwoQFMRMQ0411bcYSHtvKR2H5jHG/UbNW0jvZxRKCcnZBVXMcnn153y5z2eO4oYKXCxK3o3fNpbTMnQD2A7HMZlwOXfA/DPXhcK6lUjMr1rC4Pe5qBhOf64VXuJzEQIaSUldvzHChbIDE/1BkISm+CuAHPD4M1cvz+RW56YLKY2oCy1iItfaT7MhxdYVVzI5a6pM2b/E9ZMJl51NbckcnZ9un7Y3307q4wZa1tUjS1zY2pKGBi2K+mDnSaFpIioxU06R6ocsaSGxjLOy1I4Fr4PQ8fw0rErVXxRxaYgS1rPmoO17FwQamA9auIS6AKsSGXG4+L1o8osGLtSzipCdhk6EtLCYMg94cyxzyG8PiFmSU/Z1lk03NozujPW/Xt3Kz7PVqQMLNpm3miLoLkHD7jHZMCWOwDUeBVJIzhClqndBhDDdw9sphi8RQC2JNTQtFF+AsgL8LflqjfY60TsLs6rLlXOIHmugmedpBm3rqbhAGaYsJ9iDu8CqCoprUVWpRiKx1ALoiS22yusTNxRyYP3QvEWLO18qYBOTRotgnw0qNqbXm1oGKd9z4nCnnmh/TxLsdD5aHpgpWEzWqVMOaNJhtTxqt6jp7oXarboAkkwpZLu6vara5O0whzwG73eGjxcSSNxCMDmXYuXOfPpR9RowAFDml4InG0eWauiIXkWEX22rwJ26lSWBJn8whwMNGSOvCOf8t/cUWXm4Xa1wRzGhHnC36G4z+2RAXEMX+lWI3cRFcqoGj6htKeiKabkI2DZiiKzV0rmaWBwVrS8tKtbW0VHRmuznvq4UBCRtXE0Rqv0VI3NngY4mMoeJ8Xiu5byze7pDHw1w2Djc/RHylrmlo9B5jkWqlibeR2zONYToeIg7YBlB/Xyljee+T/mKnarTiCJVLIUzEiYBmGKtV30ICm1LG7DTTLL8nnXeDMVBR52vvhTm8JvN6h53ewZ7OFtM7uNYjqwz0AH7GqbLbP64av9aa3w7WvJYqWQfqaG0vx/rcdPKbPF3jYK6u2QOileWAZBDRxU2Bg4KUsENqRutytWb+Kx4T7zciV7i1kr4qim2fIGi/m25vWXurk7aYNdjDXjM62qS5TUrJByksbko2Yz03UJW9QVXU1dgnrsq1MSPtE8OH0N9YDQs48/7aMHYq/QT1eknimlY/NaFZ5Az4NbTQPpFfqTrJbzkPBWfK2husm+SyuqpEyl9Qr6IfTDIvsDGW0095/ulUoArjZ0vNwjMVbWHDZleYqxJPqkxGgg7VE6253FWPCVKciaVuqayOCFZC+4n+9dEnH3XzRGsb1pFdc7YJZZP6JRwTRc2gxogORB5Gflj24iFxmStYQnWiltHOBnOJcBo3Hsvk0/cSIXAm/tpLYA/fMphLSmd7OOex/ZUPLcMJsui9rnIn3tvwU8w4KWMetpi/KylO7tIyQc0T2jKnFifc2LcLK1XaqR7tScDsD9rKVuIDK3BbbR4ITtsohQinzvyZIvQOSAgQwjCCy11QCbogn5ekm0KH06Bp4ZEOeq3XlBL+ErvGI4FryT22Q4LC6HjZ1mhrdE7QX1PsU1qXuT47WqDHjfmkcWXi5O2mOC2+qiXQmCoRkG58pAS6mrfxuB2QTpZE3nlw6hhb5MH/70NdbkmWEevSVV/mnGC2ujQkpoQKy1Ootbbuxfv3+vRl5nmFJRbg+rE44Bk3qLAtG4tJ4KAqXoXRgsY/o3FMm+9AHtXgZ3oB2+rA3JJ66b2Id+Id2UyFXCTvewinmESyokIQkO5FMyuwmm/MLOXqOnPJG3iWa+ERlL7buzh3NZbrk7hhy9xGTAiOiKdt3tHMNRms40gfB5pE9MfR8VLaWNgO8YSxR0piTWNxr2R4X+JJTYPiEwdHVk4IPS0xNTsad7eVo9EnSVaibJ3HuN1kZRrVn/yoyrT9p1EnvGcrK9OePds9dHVpbga/TF3asvKf36rTfqnqtN1nBz9zddr/PBVP3H5u15dTTvJZR/O5XV/69pq+FLaea42RrHjbw76FUvKmCgiLjKjdJtJr+EYsuKxCiIXP24QZj8qPHBb/spePCfiJ/29frIYeeZvyUe+5+S2ZNCc/IL8L/RMW9yNVIXyRZ7eg+r7sbf0Tau1BOfry6dO9/Z2d/4hJkz7SlpJT3J/fwt29uYX/Lfr2NftsPWln7S97g6txjsVAcCq/7E2rCsldsHtNzbDJuvdcBnXpQPPKX2zlzyWLeo/ZTkEvP2qcMFYaDWphnw/nXpDjbGBrYYmep8sC97YPtCxwewlW+Ke4JEanby+rQEQpw2cWzgKqrAb3xzG66B2Q+9RBl69EahImmBYFTu304gIvy4tSqFu4uD35Q6ZcAePnnkFqcK9O7gqugWmNwHVxE4QSitgTYyRxp3v/rwqchnHxUeo1EBg1yesPcAqEv5Id4AjWRCsxMqa8g3GI8KTB/EL10Woc5tjpCZEirYowMyP/I3w9zlwTZGgm+AQ6YWIGkPih6RINqQeYhBTucECClm3JQ9CRs4GDS56ZS3C9pueBdTN7P2tc7+rvzk9WuQo06MspLx28gJYkuO37WhoUKktNZ0bOVilJCVuC/JAXhpLQEjjboEovMlSHc+Ip52+LfaYTugf5+RikhhBPBjEaEJOT8gcXv2Lj4UlijhczZGK+vvd9e76uYBMyqvmaOekgNQfwABod3uUMhM135RS0c3KbxMMCE6+a3jwXihXwlOUPAU/FK7kA3HMvSDRRGp/eG3uDm2JFBmEESR97sk7OzzZDtxz+QycDL94xk/dnmGpEmTIplDnxthjPHMULqsTrhffhckfa55r9yH7ynrEPjFOuOdVjgtAJIkdUiSB+hUmMzwU6t/C/L1lxVw77rXCKx1gP27j75a9j0MELhXpq/yNEvyYER6Gs2shAwQqRhK8HoiCy5A/oxad4WPPv80/y1/jtqA1OovsJGSNWF+rj+yLcOsltdz21z1pHzYstuENCboP1R4jXQ9kgqajWPiYylczAw5yDvofczQ1nfP2D3n/WSfS5bwYdgamymLhehLQPZyOhwSRYBxXi5m2af2m72/lmWC2LVJrwB8RXjopixoYB+Wrka+H4HKJIcPW8Q/AS0QNTBy4J1OHiDHhxBro4PnAwy2uwBfGRj+E3BWkdMRbGpn+ntbvgQvMTSM/chUf5NTr2BRIITufCEl9jbISIXzBAgc+aIHcyOMCkdl/fZ6+c2pUCNMZ5VtM09VuCipQu1s7m0+OwXM1dohfxJUKxHvUO5FM/wFM/0FM/qPNRCTL4/btXfqk2HKZUCKupfxsHy90vk2tsRCSVzmcH2YdJTPnK9tS1j9mUPjPSYDs8Ks/jQHRQDq3WSyfxrdT+SOtIdAJIiI5LtTm/BklAx3dOjbSZuXnEbI4wm+8bsJ6rD2WRbLv1HUvh7865AGAsORvsd4FEdH1NJyBwHefuegg48wfjSUTDQPUHG64JpN0ZsCpw0wfMf2zwvRSmcyyaF396FZUi0xwvODkhgzAXEObe2AZazCsHm0LIAoYaObQ3Zsg0PnMzu7wtm4xFPS2W64nLQow1SyMhPInLVYTug5uDmUenhVJCNB2Nv2OAoMg6zynN8i3F0C1RfB+V93IQ/kGXPWUIdphRrdFoAB87FkF2W6JD+zvYydmClYl7ajDcW7aKAuv1jxdBww/DyPa0C6fmf5yshLS1X8FwLfflvTnlMZ2UYuzxhCpsn8vyUk9tEzzpQ7vN5ZZBa+k9GaUNKyk0gl6+eQC0nucwhR08vaMUTfbtbGTNFfv4qmsLDduio5F3ws9A9Guylh2I1H03Vw+jq5Zs9dDMqlIqshL8jDJ/8RUaQK/vUQAox+JRZ+/uFt104nlSWe/r1bhplXzVcaGwzYWoDknzJLehIy0R2n4ubYjxAlklB/jk2iwFSQfUyfZJLcrnZAN7jDLJ2YE7DWJpa4zJF5JzMij/+vUCG3F3DBGZqFzPPeK6OuPORfMIeJBVFFmJEfGUcFzMF5clWkxaZyMgz0Vm4BnTJCQLSFOPTw3UXYLKkajY2eHNOOoWOC8uOn/TkhdOSHWVa7eENDsx/GqJLrOR3JBrtGRNWYciMBUDxFNUi82EyCNDOS4g/dLGn0rbSzZ40U7W4btb5LKhwt6CoL8S+mxUnS2D4oaF8nyJ4rjPqMzH1Y1jKrij2xxQfkzyD4U/39JQi0+iBzVSJ+uV8V81SmdsurWCGCQqtY7J2XLUmZ1QDyOi+aXyVxF7BHQqaipxQTr0P1xenl+smIfk3Xoc/gNB59eEEAspg7LnGrbnDQUmLi5eWcYpuoosFbUnNIHv8vEdMq733lTZGXX8+xqba/XWNOaP+GJh9A9LEnIevfxBJMb5m2+cYz5cB87EPUi4FI2ilByGNNFOx+ODtLxcgH9b3lCfRjohRKkO5/vtG64057F43PD5LwrY5SHdVuQ/6i+mFJRw5R3ht78FxVVh8AjvkliWVCrvAyAOeksbQ7Gg6zxyhv95StVx+MbH/j5GiGyyFnFx4ZDh5duBP8NDcXMp0MgJbBc7hKfSFd3M/lDdoX+5AVubUfhAqJsqRCciNxpnk+FY8poTIy8+Uduu0jiW1WCDv+6ez7TplDrAjnlJWdHSnywrxhV3p3uIgHgH/gjinzCo+44YPDTsq3JBJcK0HMKavE+K6c7WCinUxuvcly1E2vDi22+wXNWYkz4+ICpGnHCQxxzLMvlw/C6lkqcgWV5+ghNZw4x3djoeJo0G+S5JosGVgJZTpxcUskgBKTqWSlcf+TzWIDCnNq2LzVVngZT2YsUke8x3T6Rtw0LuSVIuOpOQRS1+MzmDUBziu0cWTAAh5mAEIwEF3xcVnQbC2kU4UgZgF6XQNGCTQZ5qJ0mxtx46f4LVkICEiSRIJsWmNb5uJ0b0WPqwxDUHMNvdTLVdafx6K8bTumBCvZaeXT+fhnYGg6O1PUcZZU553Fuhs6azRQUbBqhMalmMbQkRNPO6KOZZC7rUsoiY6yHIbbiVtlY/6SC3r4KFZzL50FdZaZS5S/f+TKJT//av/3eUb/q3f/1vqM+p2BCTDnoV8Wii8xSgliUik9B3QkugdnfwQpRQkjyalA8qbZHZt94JQZTkRz05lYmD3Emmk7A1/NHm1bfTomuMTPyesprvmJlh4k0THsfv/HsLS8BCOp6u8pNj+565BwLccVevQWQIVEkonTkiSZIzseuK4lQGlEpwiqJlrl+RzjntZfApN3BYtiHwJKC8DkBTBAj0hSt+wOSB/oCNHSiZi2sYvxbXTJBv1sewVg4KvYOMzOiGY02HwZ/BTcC1wZyu1NYnj1l3F26T+8cZiOrHaKsLxkRh6+Mo/WDbsXpL6zhAiXLTetgfzP2DwultoLqp7+e3Yj72cKQfKinSZw+hp1ld+PJ8GAbINTkkzxBRRCYsGhyJL2s0Dc0R/RllWFPIkxM5LkEwk0yaSMNp5MOcK21iwGeyTe7qE19iGKic4mB2x4H6mgggwt2JDIwS54lDx0ozcS5NZv/adPjmXBYcy7griCIC8IzgmaYNcuFOrc0lcfP4qmBL9s4RrYgpsYs/T6Q7dPAwEOjUK4fsvsgQspY91iZdh5TQyVHOlJPFRE0b16FZ0C334Dyl8oRRJyCnaVX64THsvSonwiP59voa1kdFuQskrumEHRgjSXdbnUHL3+CRSh7qGun95PVe1dLOQWESBHG+q5cPcmDxUBjUsMFt7IcDZsTH0mXyU7GzBF3UGrPCShkHozAaLrZ2NsSZdC1WC99od3n39TXoiy7YDupqwxwYa8WUmmMF0owsSXLIKL7vGE2YFAB+JDZhs8wodCexJKf/MUWwNwTu9Ltsnn+qphVYP9S57YldrMRgiRB7eOXhvmePQbvc9+dVH/83TGg/SYwZgoNCsiAX7idLHIXBkP/eYr20dLNwnnZhnbyHRqKGlSTThgv7EfpyOedtlPSYvi4rjJkU0qmjinD8sNiLzkAfGOoYyjPbbytknGLsZ69LUGJNdT03OjOtq/OU9qAWX41zTK5QJDIZ0qSL4cbFV9oiGq9tULoWB+XAkZNvKkSZ2lSmH2SxGPag9GMVxcKqIfRFGk2lCibOdWv8QjH2UoMgTuCGKD+h3041du6KOhjTR+0poviaY+9Q7RM9Ll0mfVzk6U5asW5nczXsQHOxmEzoWDMbB0ogCc+h8Y/2HtEbLKZRM7TTwFUCuzJMVSDEJDyaMzC2WQ/ZUCoGFbi9C5czbIheASU1qopGcW7Ry9HbmBr+GSyHuUy4HTcF5ZVi8sQEbC2sB9L01wzWddFQ00DU/fgY8M8s8gqdMwflv9YPPB7Ee/84La5PxHcPTq0R4/uB0rNBI7o1rMTiQ4gZ12KMgYr8Zlo1hrvStFtsZT9Ciqu6IhmDToKvjuXoJT6cN1o1qca+qZIEBQz5ZkyPixhUKnklIYUyvYGpT/Ku2FZChiOhEAzl6fbQYatHLpoMj1vWTbOL+FaoUsRzw1QWvxWeet8Bl2RA1Bkp8RCmDPENCxmwEIfognBHiEjN4htP6mkCJ7YasfRkPYA2ZBDnBqFF7ttmpvikM6LdAFFw7EBKKCjvq4Vo6kU5ds7E9WI6ZK2EkyTXe7YBpi5C6h1AN17E6prxyWQeKIcNaG8GHaDx/sSJQviuhY2ngmwEMpFQvbQiFeWyosWnL/ovm9wLE1BIfaeRpFjPpFViJcKj3FW2lucxYnW1jIozlPIHiQA9WT4xF9AYhyhJjmpxW2eG+amQuMivYfpJGdARyDYGJeeaYkGAdoXDpFTT0IGRppBsV8YhB35AG+ocnha697OYRNMM4GCqaiixnM/HVE2D/AW5AEQIZYSJqTEXWIlo2cxOGeWlvTQ1kEnFXlaei2RORjIdtb9Er2iBSlzyeTEel4yDRNec6rLRrktHkrBpOf3Q5VRIWCS1LCYFtBAPdnhDI2h4lDAC0EeQv5axMbrMdSOk/eFgQmLseJeNWaD4JjE7GhbEehMf723ubW9+ehKcsY7Cre3Ngx9RuLV3vB0Vbh1sryrc2js4PDrYM5VbMoVfqKNYonzlt4qtX6pi69nez1ewFZU5obfQZw8qXea078ucTuRr7UKnYJR0ay+4Fe8QkiDemsJpDT8Zx0rVB2MyZef2qOeb7vG1vbfrinmebj77+Xt8OVqIjmLr03evj6m+HmuSTNuZCwzXcSX7v/3r/zd7/2GxOC8qIsDs6kZrwQLRamFMhutczXKlw14OP4lYTDJjQCeTusj9bzFhol2O4fV5vxNAy6dL+tGQLYkK4aa2sXIeKtMgAsNZ/YPtS5bXwZxQGXROyrwkVQoHmYehsq6kC3WXHQ1tpMxP4+rib5hPA08jvmRCsepFceWJj1uN4zcSTT43slf5PeYqn7SK0V1hoy9AhuVEXelXjMNkSKhAKUPynfwUxN/Sqb1wHdM6yvJDYxLJEBmEbnfIVdGf2IUlBDruFnPz1BSgEwwmhRAZxtjFNP80AQjQ4Op1Ps/H0lAq0cfeHhe0JQ0NjjAt+kVHEPC9z+InUs04lcOuqYQW7YkKs8V4hH44rrDjXk2f7moaFgBhbjK7rSaF3Y8HPlL3iO6efZgIib7en7aU6PYjcld6gxVgVGYqpUSENSlGnnC69ZKCAOcbS3ye/YDP8zPek5Ff/nHaISh6WwlddR+yMELdNYGpD8MZRZToFOgGSHhheufUrFWekLzOQTjOpN/KI6cMOybceSsC5Ign6nX7Q++h5rCsZ0xpmiWkt11Tm+F2J5vpe7gYzLbe46te1QEqxZ2aj1SlUxd5qNO0SpDWGZaITg6KNQIUql/Odx/OYHlj4CHR7L2Y7opybPJ3yI51o7EA1eeT/+x6i8kbU1yfIrnY40liaVH7n+xxuVlsthZkhWdM5JwSaA3eleJmHS8aItnsQej4gT0qSt7HvlUomoJmUQFA2gbb4vRNMQ+mzmeAwip9E7zs4ggOawrsKnVSBKNEOtrcT60sK59IKnz1FQv/NeUfHdi7vLFOaMBGRgwD5rSJwKSyoODHiE1E3EnDolCh/P6naywvS77o/vIuEvxDlp6p5Rg8OhrFd2QN1uWCb39Hw8TQPg22b2+lQKXlmWaLqVb9ommGIbns0dnF4Pzd26/PXr0cnJ988/KRg+cHx2WJosj5NoDxIeSFbaXAORElAxNSUCuUXmHIJ9EWZO3Hsjuy7MHy3PU1n9ZCIYy2z0XzLE5drVEThepXhN4MXxCeFY60a6F5rjIlZJ918WqmTlO5bhiD4uMlNXGRAd3SK0JTmf2lQnovuCqTcjFZdsgSZEhfcUVRRHF9W1iVTdsMGgysCE6IUViUTmLtbQxSv+nHrnW2y+k1WpQFdSdQpk4FyFC6Y/axj7MiAhzqjxuhCWX9uWORZ7wzVv4wn6lQwMXLA1/n++oqw8Rsq2TkXCq+UYnrZHoXRcKl6il0VzBLQh3gJ6A8lqIjmUZNoiHpIzjyZQyy1JSIiVnIl8eyraODc8KO0GAzf7h3THHsAnBwD42GccGm6jTbk++s8Sh+nfhhXQo411QENYW0dilazItxLui18QJbIgTZ3q6R0Dv3Do0I9cA1925N8qjuBIK4lZLhk6/IUllCBItK8Y7sUGsFGHbuyr4+IgnJMB9LQFYT1abjSY6QckKUWyLA5eaI126NM77cgS+FTCwdEiqL9DPaiH++aI2yw7vqKNacHC+uWz2ktHNtD41XlJucuSq5MXkL57lCqs+8+Rl41CSgiL0C73VzK2lT5VQUusSm/ZhY5TBBkhRsyGGiZWDO10Y6UC9vnvk0xS64tjPOFdDiAzYdLiJREMVr0oRfoY6ngiUkk6AyfbCj6Xbhjn6i6UocASNoqjXQIxaoRcg/HM7ss+eFjjuTZbJqoCPiuqUKEdK7iwtqUpt6tj5ZOaLuyg9lH0/Sds/JoS+aWT4VuzO6LeqVumq48L54rQXPplFW+znRWW0W8Bd+x4ZtaubERE0aurJSoaD2x2PzyyeyPK7Myjt19ie27e16MzToAMMAFLt3iSE7bexXC5C5351nl1yHeq0MrI0YPglfwHGW8YJI5p3kQaON8Jgo8ZP2ta4UT837JGVYpA/tgsjOrViQlruOJlbK5b/h28PwmPAotz0K3q5C6ImoWCwXHFBk1TTCLUngypSz9P5DnYPtBbNONT1K/KCHtlWPoZ4cROq1DmY77LuZvanuNozVT1dinbFQzo4j2cXzuUStwj8bVHdT+1MuUWRQkyuWtMqIwv7NbfAbY0fi1q92cQmxG8si2rLik3Ldhn5nagdyA2wXuzHg71eOV72RvddkcmKNQc80e5aZowEXxrZ9g6HMUw+v6clH0e9RcbWQfLJdgNi3Rn+I/QTqyhk+gSUmPyfodhaKR4stlPEJrKitOFsBUStCjRQ/6iJwYEXfCsvLMkplpXxL0KlfcVEjfc/X2JUx4Mom7qvhAj0rvo9BSMqWfmCdBDb3oEfHF2BJ/Dd4z5VVMUl5hE949/LiklYXC2nLKAV2nq6v48gKNqCWs+VwA+VkdbMRrVQLAsRKB+ej395nS2LG/5h/zC+YWMbYAWH8FqSAtXvrou25+b4+3D4h7hpMzveNjTYF676qf5DRg223tGWZ27jKtD+OAiu+97NxjVZmoZKbHuaegoB/50Bs9IoIGXPSzabbejaM2VOhM/W462QsM31KUA9K/FBsKwtZM2kxq2VS+9MyxDtO9Mq37zBuGDDmXH/vIOXiqFB4yKixlQ9S1iHJ9ftIB3P8RJvJAVPtOGOC6yfIwaZ2efuZcXerVuTXg0qdiEut78p8UHgrNUrOTAJM19SETh6b6siRepdSrozInRZzhO32XSlDOqJmyLFrr8jUQLFvm1hBPmVoLPLEqXKpj2UJcGAWyeMWH7bX+ffaTbgWNKYjKTH8jIlsOIeabJyhZ+oZW+GGJoq4dJRpuIvENEyB0t3MzhmoiUga0fBs7RLvOdXXM7isgkdKVzM+77H69k2DT7S8QHkDsjMOkm4gApsiBY2kthVQ6EeNYq7oR6ImZoYrhFAiClW+Kx55F74hiid4NECUAKAQDLipreswdEFQ/ojOxmIq0bKCKsuwMycuIYV4V1/2IBLuY6wwDuodR79ESshl4MkKceVr1+6GijuQeKA1s5wojm56XYTr4KcjmWJ4GNjRww99Boq0gkcRiDn1mKYSL4wLou7EvLz3PAxcHuPCNomEcfiY1y0jzkfb0ssc73i8rRi85Rcm0y/9WCLTUMma/kqsbrV97Yrtka+1f272JiF2DterZtvf3g+TpC7ZlhB8GmbrUNW9ICtk5tvLDGA/D9JGnOEjXgtn3IwpC5F+qXbK4sd36GjxIDgsmpFWQsYhoXrpe/7NezX5IwiCNopInwTbLYOdGOG2rD6k3jpRmCiJGinGkCpHarLoghbxzCul+10LruWWUJMSDuCceFgMy0BC5aDP9jqA4Kebz34EIHj/ePfhnRx2nh7ZTg4yg18QDxyhPH/DA/9SeOC9/Z2fuYPD/6p4VgZCw4bdVdVQAlZ9qrJLoqERZaziw4a4vuVfhMDo9KhpdDT86YQtSWpMjsKr6OtPbXLNPhVNBQ7pJFHRR4dPdxUU/WxZ24Gf7BAtF84TjQ6MKrGVhmNK8Rjr3rxeQrU864pVgJuAB+E0r12LeVZsju01OVpLUa1SLzC90QQfQq/TYTka/BhRnfniub8t8umcit+Ej1FAtCNmyMXJd7XFbqXF7a/wILzjoj3hLdPORcnX7kxJES4BuWYWdRj5Sw7TQbc7db0QJmQwYOUnYW6Z9+3OHGAFKQcv/I6UjtRdci828L2qLHXvvmozeQf74CK6RtBEDQj5YHYP0X2Wx+UH2AYMQDEmHM7Ga9iNh+YnO7NF33KxrwRt8RFs3QhDJPJH5ZgWiAil18s+/pxP7eBaQLYE3ydZ70ToG14Z3zAZDNtZ3u1zVDZDLJvLfWUmp3fnCsDneKW0FJZw3hpNV1tA/iDRKONpY2RfItxSEtxjMEbhhq/Yulg6I27Dkfl2zVf3AnPAjAa3PZKKRPRElUaRiBr9PPaSlL6UfENb8c7Vz0fnQzSQGVgfxueEcSxwdpo5usOKeaSBkdV+KFBw9D7mseOdCrn56Knu1w0RppbavdNjrGJWgmBBW/VAKZnqZDMVpvqeoeZ11WGQRoX4Xryn5E7TXFeHoD8i0zK6l+7MtPta44/WeEbwkq1blzzGikXLRyPk/EDt0Z9g5fRNoj9FJ9g8aNh3lc8p0k0V8rIX/GLdXaHbk3KlMxqaYmWkyW8CU8khCLuO0kFYbjYctaOaPkJpb0bEQcHKh0OX2Ty/2cg4GL63ubsZMTd08a2QBiGjzPCQI41RDReiJjvP+9bBkI6zqZ2B4wBHyTks4ywmX72DNpGYgcNejVd4k5aEJy6wEJ8iyNm5bMXFbe6iwYmPzx0lD8YE00ws1vqL9+NiceXM5IaHCEZ4OaVWPu2NFHQspywILal5G53ZH86NSkDMIKXLGhcZFgaQbpUZnGBGsV68fBvnVfDwZNKXAcyQkoKjCRTX0tHJAcvH6HHW5Q/F2fz/EQNl11HsOApsTGi6tqjC1hrmzw4z5V7W8MHNG70zTFhbxXyaqYSqCiYwD/uySX1u0ofRPdIl///2rmzJieSKPpsI/qHcDwYC1FKpSuswOEAMM+MAuoOGYfykqJaqaQ3arJJoOggi/Bt+m2+ZT/GXOO+WW2VJag+0l2g/jJFalZmVy827nHvujAqfAjEKk9nr2hUmd6qyg8xgcE8X40srKKU74Ch5pneJZN9t0UcqgvOuzA9sTXP0rAKHOddUsgWi9UsCg50CLGG+DqpebhAdhvMyv+hH7klTq0WE02+NdUrEU0WoDoM04irW3JbSOVQr6/PN7LQgnz8JTaGDPozuRqmyIhvR/eie1eKbgjU0YFsmqpTALDGuhFyv7IeF8GEN8h4Ow809XUC2mAR00U0LmGzZqtZ0LkQeQ9BzzjxeUn0Pni407JJ0/XLm5l5j2NI/533CCHwF0xsJZnpIDJYv2L16t2eVOETDQ/HaxrOrX1/I/SbrO1wgrwhCDm0wgT4M/ehoXijxpXYu8H063CSQHvRLpn5UY/o2S9lzJ1+Ndmmd88oIud6vR3OWUmTrUeUhIYgKbDax2V1LYTLDMMraUw5Kp+NIFw4XChFgsHTZZ9V/Rxu6aJR+bI/AoU4utX1iXZEyOUAmx8KZV/oB0B0TtBtsKFl/T/kXi4fSO3BmJ3P97iE9SgsR8k8Z1tiK4di96SiaT51obY63g5886mghL5P6SYu50f2yD3mgjZD+tQiopkr0PcPieGo6/+2xVOfIWS0NpouCoY3Ac2M1LMSA0oFahcUFpEsvVkLSSJIWzLrybuP22d1TrFdqWkBDBp8qFklHsC/Gqah4Jent8GNjSAQafGZQCkWp7KW5EvGCeJJnUDPhCbgq8wo7PXgvOt1E4w3Zbv65saq0Q4WGFdKcMc29mpYRVBSDuMUcEYKVYWN1tXACMyoSqIBrmWLxH70d6P1v1VXZrJGfCEvThdp+QsRMFh8iIzz8C38EasvgJFBcwp0NJy1zlV0Y2m7YdKwLQePaCA61yJz+zLMXSIIdIMtrgpf1LwUj103dzK2NH1s1LWlAXFMChAw2fD84JiCgwvoTObd/KUuymJdSG+wntc/v+HF0hJfXk0vBkJxe8obGOghzRCxhKQ/HggC5ecoH6A/ceEmoiqwkbUY/DJMyHq2UbmNpi/Ymqspo7Ti+URcrC/MuzGQXI3TSDtVWH8q1gzEqQ1RGjgEfg7rNT22/AQ7lfhBXVKngl57nCsw8SQwM42UMrN+2NGeSIXrrWMmyRIoLQNIqJFSwKfSmENsHbSgeJUlqDKozF/huegWxbuDs8fE35Qe5Nb1yIVPFrJreLv/8+z8Kbmx35+ZlLPeMqauBLxYGibFjkOHM7BX0x3q6uawtVjWqzxsY67ZxSg+0Fd4Ohmzi9/swv0NTYUAoeieF7TlTcnZkiLdwVwXxEmFPnadA/uWECdJWSE9SOgByVUuK7LpSvAwqnZxPoFYjMuM/XqKrBUMHx3RT7Q5UtSvccX2JrHG9WRQ+UEhRex+pLCZZrGPhMcN9YARPANLivEnfslRSNdeh8ZW4ViRJaBkfEMRdvijUFyL/+dQN1NjfLUSKRxeOwWEYRuFSLz/DGmg14r0tPiv+1App9+Ie22pau4UvUP8nK+dvm4VW8OeAlS7CslTsM88BIIMoF51Rw3lNxnBNF02XGfgRJmt1WeW72bYd7ehptpIiLTI6m20pkEFdgWDpHaa/C8HSSK+MYGknrZaFYOERXBOCpSocfwNjuS4YS9xNvzaM5eshEAgpol5LiYuxhmaEUSJNgxKh4OlA/9yFiJSbC8JDUjX3EO9fZpczKt8+nea6nL10RenWISRIM221CQkSLGf65fkFpauSFfhKiRqk882E2RaAPAAlZL3hHRVHQAQAFz5zwQH8vHBTZSOL642qtDBmRkL/wlpbVYMGjS+jOUmpQUt7QQtOYp2h96yqNrnKkcxwJGGqwavvntor9qw0rB1Rn23Bnrgc5bqSrp/Axqh00pPiZ4sVxGiSUXbM+5IjcwPce4EBBgCxlZEznKuYgEuldvZxuh8zp8gbQE2/QuoEviPPpl6tGHocYkIvUc3tR9EbTVUzUf/62Cff6VBdQGD/Bp7e055q2UGTd/maJLqa26G6RtFdhF8qhQ+/KOnQgK8tT0hFFGLPdY+9si9bo5l6XWKcLNkNktgbGFyQ3YkOGWRjYssHr9WeeR/9dbGJXlA4+oAktDY6XbPkBdaZgseJ7Lvc6xZSIjrySljgu3wHEWfcJHAcH5D+KraT2sor4PXhDW64vUGiaBvqt1/ZJ2FlNQeGVBK8g8pt332Aec8AlBghm4iJF+tFwPQoGEegKzpnT2R+dD2DbXYv4s7t9Gtm0xnwDsXdietUg6wVhg2E5p68HzhIvc3UtxRhdlNjeWYL6+1JWKsjm42jh1l0rqTotwf1Py+/Tdqddto8eMRzhEdJp/sUD+uZWgikwAB5PZmT725CYHJcNPC9MKLg8Pat27ewGr1YpcjupivwoObuFBGVxAyvOISUMXoIJsejT5/gPh9ClPK9mqQhT9Lnzw/r+HcvFy4LhMDhHFjzS1UnaH9tkc9mf8i60INKkciW6usrxXjtwCAD+t0lbqjzT0I4sIVhluWG88KBDJQzxikCKbhBEmInDBPDqQ7UDbBPSaKfTWW/q8dkW+g/kigQBxwqG5QqzyXp0dBFEDNxushzTeu5cB0lN4aD/vz1wrklo3yWTYDZkdukg/lssirWMs6gfYaK2u+iHG81rmqfdXutnskw0CO4JvsspAvf2Gb/X5TjzcTQymfjDwAmG9eIayJsSSUW+zj/Hmr04u8dU2pry0GjqtlTOxBvAAlAUYATZC/yqaBMZhIz+OcHKTUtlgUJJwrbi9fz9i2kA4RAhPHEmln5+cVzbvkwAvqP5Wa1XFD9Z0O5Yfqk+x5aRS/hhFJLYZyc/ymVR3iSalSAliGvgMoZ5QB7AqXnY4aIlqUpVwKy7vYtIZQ+Z9QqkYwI2ZtUiw3ala1YrMoSZPVHIlg2snirQyoBgde4mriLO7VGXGumUbMBq99seeKuu0vcpZ1WEseWvGtcn7TbsV1v5N61pVb1XLm3dduCBFMdzCbgbc1rErKrMZPEzpQhcdi+mLC71hdiWxsPSjFMDUMptlk7sFWqRAh0i6hMUquG8wK8YPAHKXBvMxWB9vhAEIygzQk2icd/iHYaIpKgKjLp1pKqQYWVqKZSRiXFHVc6qBUfMR0zW00nDBLELHjwa4P7g6WQzVVlFU+SdtjRDWq8bSSosQ8n429bjbjZiQ8e/QDU1Qv9+lSamlqoAYMYUQEt/DcEWyIk8NJGt1LiPSPDgsLdBvRDNDwCRZWcAd2PpZWHn6cFKvRFIytIJVgNxbBumn6wR8sURCtcDuuZbM1gAwOoo1cADDrjhHcui03XExpPGIefyjg8CFRG9FWYI89crYTOCXZ3hAQTRc54xR18Hl/uWklqcTtq9EDENf0ox85rRW29dtL+D10rOwTIzb1yffdK27lYbqTDf1w6fKYjfgaQDmTeYfKefBW+uDtWFEeeQe4XfsYN5VS1HLy1O2qPPweuW7j4ZJdSzVJg7tBxA878RYOAmkTdHhxapMEjPi6omye9bo/uKnDwltPmxAlkFyOUfFWBpEOH5KgF1qp17pBoUrziZ9dJ5j+JaSY2RLLK78lG5Yek5E7E4VekxFWn6XopolXM4tB4RXqYLlKUr2YZRWAM2pIqHzqr5MVx1EEZ52a7iEbDyDyP3mNX7MeLgc2YOVon+wlWnPg0yb8NN4VjT9o5rVTGGit7EMLMQX7yAnK0hPxXgYnrllzs9ArYh3lzWKTFnCn3pEqyjW44yzkXl3XIDU1euNNSkMvN/1SSBi5E9xWkfKvh1qlOb6TSEgmRkiJ1anAYZRYWQ5cCFOdYNJVgtEwKlTFIFyXgSnP4Cr1nQf7IzNZ1TQq0R9ZAeA9+ZzPTS4NPUrfRhPn89TQgTSCuUGGXIfU4GbfkZm2WI6oIj2I2PUzuV/LUwBy1yun64oRFxkhlZxF1gyEQx43MM2KIWmBaqpgjqaNKsmpJpAowKwaEOu2LFU+sSPEx89YxDavv075Axl1ZtvlmdgqeGYQqp5GEIyCUIxViqBOYR6hmmh7G3sPqJBOhEw6OiztNL+9VvHuVaPfSn3CzAXWRqbGnX4H3GuZSudvibnHPzAOT4JIIoZJTMnK5c8mYBPd2eLQa2QWfSpwUIgKhBwxf4LJNbFinFPyiRdDI8Pwj1j+b63MV2M42af+KgAQ0K1pq7JB+FW1hEqJ9T3BtU64DYd8S8C5mOgPNzgXRgGMUtu9Z7hV+yfZp15n5KpZPN9XQnARs9X1+GT5x+9TQktktzyfratYtXeKgtXvz8H9l2eTPhd2hTddYTpd0zshkPhkikEauVdp4dKmqzYZ10Bbzs8m7jaMFV7aHPlytdKOSjkW/CatcftOGO6/qf9B0FDzPulBxUI6h/k8EZ/pLHUHndrkWoy4IuN4At2M2pXvyIp+OIAYqYUhOSN9jr23hBfn+jamyrpHsRAKiwfFaUzEHTHTfCo0risqKwAXB+XUVN0960zvqLMUyCDXWAUl7kxP3s9MRBwd4sAG90KA2KXFOYvgiZzGWqW/5Ckxs7DH4eG+skaD2YCreqgyM2PE+JnpxMRm/y4P8A7HHpiN7LIQ1ePPqeSG5tlJjHkWclSTjPu+k0wgaAV13qo05WP/BLKTY47pxN74tQOyQNRpCokmRrVmEh8VqowXosSwffxdASfOT5yBt15jjQF8/EOrKfAWigZFehsp1DGl6khb8w+vXx9AL/H9ppgh0RWvoyUPOorIKYmMLOJbFaDEVzP5ZxVuJgSo7t+IYujNfvcsy1GsAhMUZlmKnbEmss5vuBhc1tNOK5WQ+V28OCWOWRNa5cOHm99oxkmQgu2afOZFE1bKjst0/ICv96hH/uNZMorjVTyAK5voqdxcZj9tJ2tWuSjOEawr5V/tMbhyV1wbK7niOyv8Fv9DBN58/00FBUDf678B9B0siYVXVl1K+0LcXd/2q5lZQ7kR+F0YJtNSOfxyNwLVJLEeLsdrbkCC0BkDp0gm5q4c1J5SOvUF9MBrMmN7JN7zhhn1P1PgXC2JN6xtnlhvwsqysu/OFzS9tZ4GItnOPVDmO8OvwnXYgwFWj9Kqg44xVkmAYrK0D/6lc+/wptj9Z/07kRuBPXedTx/nUdj61nE9um4nzqel8skdi/45+hehC4KWLEGM5FYQzWp6wln0Pe9iIG73uwSNv1/Sjx9FLtZefKVEIgA6CXXyvf+CtOCWQYXjRxmnuHsxvv37d0ZSvJMSgpYwAi0HMYDb4UOJgMd0t6mo5W2xW68tanLaTRu10XWseCgubuhnwwhHBpE5Wns+VwF1LM+12+Iq6WNY4pFHnSib1ZiNu1Rtp3Tvfh8v5O741s43a5yvp7GiuZuD7xcmlukpnhXyL0znEMLH3Jv4QoCa331m9MmTYAiRKo9tP0n6zd9VruNnr9ZKOFTJMrxV5FxKabnAj/Isvfhfh+ABkEZf6q43OJ9NxUJjDr72DEA3o10GRHico0qeTd+frixz+G2HjLMOxbqvXHHEmSc54gfEtQUhpxh5wHM6ZGpToU3KgS0GUBZo5kPA8WVPkRtmn4bANhHBt2fDwvPnoab5GtwlJBeYTU39tqvuQ9H64PAiBrDn5DpfnS0Yd376lLl2ktFKnWH2anEV3CfU6RL9ZcTe68/b46dMh3xB3onvRn7LZ8hv8T/RHadP8mnHSw/F4Opyah+5Fn+CGpl5GYpEsvJ45s+Iu9vl8+NN3r05+PHp55/f3aSMzKtAA8deVZ50KeMD+8ow2eo123H+BbGvXGqmyMiKlSasTnjavCodIkrTZtVF212hgbJEjLu5q2+++PDSg0YAjfnOs9+0TtH0GD4ftI3vG1RYobNrAIbDv4b2BBkIDFms5WWkjTH096bfava62IZpwBi6L4UW2AlIRz+LjbyWzw1xbMER4droYZVOuimONS/1llq3e5+B9GI6W7l+Edas2y/Av6ux9op3lFvwRYaA/xFaqKTgSeWMDkF6OmZNs6P/d6oEC5dzDqf4Ql/GLfCosXJGd8fpCvYrSYDkfTHqZ4be1mfWtNTb0VLPWuZZ/2z/4ycrWNkTqdq/KTOWXm/E/9wBwKBHnuB2aPbfMQd3+ACevtABgvWPaAjJfqo1ZI66AOptP/Iw154kF/aVprrsfrX7MMsAM84TXx2PBdMlP3dWwe3Dn3RtVxcKkPAnq1hqdyW/tlQF5qW40XIi6/MP6oV6hpG2NRC1L3f5QQ+6hlTVFsnJpEnQM1QPfydPuSn7G5s6z4px0qv5BOjpLGmd5ljd6Sdpq9fKzLMlT+OY07rR7HZExKcxksR7CxVLAQk7yYkjOPriA4najk3TarSRm79FQCahhPGwM0UMwBI/VaT/mWVR6A9JyjYdqcgsthFKYvdkU21Pd/gvhyR9/','yes'),(418,'wpml_dependencies:installed_plugins','a:4:{s:26:\"sitepress-multilingual-cms\";s:5:\"4.2.6\";s:22:\"wpml-media-translation\";s:5:\"2.5.2\";s:23:\"wpml-string-translation\";s:6:\"2.10.4\";s:27:\"wpml-translation-management\";s:5:\"2.8.5\";}','yes'),(428,'wpml_language_switcher','a:9:{s:8:\"migrated\";i:0;s:18:\"converted_menu_ids\";i:0;s:15:\"languages_order\";a:5:{i:0;s:2:\"en\";i:1;s:2:\"ja\";i:2;s:2:\"ru\";i:3;s:2:\"es\";i:4;s:2:\"sg\";}s:10:\"link_empty\";i:0;s:14:\"additional_css\";s:0:\"\";s:15:\"copy_parameters\";s:0:\"\";s:5:\"menus\";a:0:{}s:8:\"sidebars\";a:0:{}s:7:\"statics\";a:3:{s:6:\"footer\";O:19:\"WPML_LS_Footer_Slot\":2:{s:24:\"\0WPML_LS_Slot\0properties\";a:19:{s:10:\"slot_group\";s:7:\"statics\";s:9:\"slot_slug\";s:6:\"footer\";s:4:\"show\";i:0;s:8:\"template\";s:27:\"wpml-legacy-horizontal-list\";s:13:\"display_flags\";i:1;s:29:\"display_link_for_current_lang\";i:1;s:28:\"display_names_in_native_lang\";i:1;s:29:\"display_names_in_current_lang\";i:1;s:17:\"background_normal\";s:0:\"\";s:13:\"border_normal\";s:0:\"\";s:19:\"font_current_normal\";s:7:\"#444444\";s:18:\"font_current_hover\";s:7:\"#000000\";s:25:\"background_current_normal\";s:7:\"#ffffff\";s:24:\"background_current_hover\";s:7:\"#eeeeee\";s:17:\"font_other_normal\";s:7:\"#444444\";s:16:\"font_other_hover\";s:7:\"#000000\";s:23:\"background_other_normal\";s:7:\"#ffffff\";s:22:\"background_other_hover\";s:7:\"#eeeeee\";s:15:\"template_string\";N;}s:34:\"\0WPML_LS_Slot\0protected_properties\";a:2:{i:0;s:10:\"slot_group\";i:1;s:9:\"slot_slug\";}}s:17:\"post_translations\";O:30:\"WPML_LS_Post_Translations_Slot\":2:{s:24:\"\0WPML_LS_Slot\0properties\";a:22:{s:10:\"slot_group\";s:7:\"statics\";s:9:\"slot_slug\";s:17:\"post_translations\";s:4:\"show\";i:0;s:8:\"template\";s:29:\"wpml-legacy-post-translations\";s:13:\"display_flags\";i:0;s:29:\"display_link_for_current_lang\";i:0;s:28:\"display_names_in_native_lang\";i:1;s:29:\"display_names_in_current_lang\";i:1;s:17:\"background_normal\";N;s:13:\"border_normal\";N;s:19:\"font_current_normal\";N;s:18:\"font_current_hover\";N;s:25:\"background_current_normal\";N;s:24:\"background_current_hover\";N;s:17:\"font_other_normal\";N;s:16:\"font_other_hover\";N;s:23:\"background_other_normal\";N;s:22:\"background_other_hover\";N;s:15:\"template_string\";N;s:22:\"display_before_content\";i:1;s:21:\"display_after_content\";i:0;s:17:\"availability_text\";s:34:\"This post is also available in: %s\";}s:34:\"\0WPML_LS_Slot\0protected_properties\";a:2:{i:0;s:10:\"slot_group\";i:1;s:9:\"slot_slug\";}}s:17:\"shortcode_actions\";O:30:\"WPML_LS_Shortcode_Actions_Slot\":2:{s:24:\"\0WPML_LS_Slot\0properties\";a:19:{s:10:\"slot_group\";s:7:\"statics\";s:9:\"slot_slug\";s:17:\"shortcode_actions\";s:4:\"show\";i:0;s:8:\"template\";s:27:\"wpml-legacy-horizontal-list\";s:13:\"display_flags\";i:0;s:29:\"display_link_for_current_lang\";i:1;s:28:\"display_names_in_native_lang\";i:1;s:29:\"display_names_in_current_lang\";i:1;s:17:\"background_normal\";s:0:\"\";s:13:\"border_normal\";s:0:\"\";s:19:\"font_current_normal\";s:0:\"\";s:18:\"font_current_hover\";s:0:\"\";s:25:\"background_current_normal\";s:0:\"\";s:24:\"background_current_hover\";s:0:\"\";s:17:\"font_other_normal\";s:0:\"\";s:16:\"font_other_hover\";s:0:\"\";s:23:\"background_other_normal\";s:0:\"\";s:22:\"background_other_hover\";s:0:\"\";s:15:\"template_string\";N;}s:34:\"\0WPML_LS_Slot\0protected_properties\";a:2:{i:0;s:10:\"slot_group\";i:1;s:9:\"slot_slug\";}}}}','yes'),(429,'wpml-st-all-strings-are-in-english','0','yes'),(430,'category_children_en','a:0:{}','yes'),(431,'category_children_all','a:0:{}','yes'),(437,'otgs_share_local_components','a:1:{s:4:\"wpml\";i:0;}','yes'),(438,'otgs_active_components','a:2:{s:6:\"plugin\";a:16:{i:0;a:3:{s:4:\"File\";s:34:\"advanced-custom-fields-pro/acf.php\";s:4:\"Name\";s:26:\"Advanced Custom Fields PRO\";s:7:\"Version\";s:5:\"5.8.1\";}i:1;a:3:{s:4:\"File\";s:37:\"ajax-search-lite/ajax-search-lite.php\";s:4:\"Name\";s:16:\"Ajax Search Lite\";s:7:\"Version\";s:6:\"4.7.26\";}i:2;a:3:{s:4:\"File\";s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";s:4:\"Name\";s:19:\"All In One SEO Pack\";s:7:\"Version\";s:5:\"3.2.9\";}i:3;a:3:{s:4:\"File\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:4:\"Name\";s:14:\"Contact Form 7\";s:7:\"Version\";s:5:\"5.1.4\";}i:4;a:3:{s:4:\"File\";s:43:\"custom-post-type-ui/custom-post-type-ui.php\";s:4:\"Name\";s:19:\"Custom Post Type UI\";s:7:\"Version\";s:5:\"1.6.2\";}i:5;a:3:{s:4:\"File\";s:76:\"drag-and-drop-multiple-file-upload-contact-form-7/drag-n-drop-upload-cf7.php\";s:4:\"Name\";s:51:\"Drag and Drop Multiple File Upload - Contact Form 7\";s:7:\"Version\";s:7:\"1.2.6.0\";}i:6;a:3:{s:4:\"File\";s:33:\"duplicate-post/duplicate-post.php\";s:4:\"Name\";s:14:\"Duplicate Post\";s:7:\"Version\";s:5:\"3.2.3\";}i:7;a:3:{s:4:\"File\";s:45:\"posts-viewed-recently/recent_viewed_posts.php\";s:4:\"Name\";s:21:\"Posts Viewed Recently\";s:7:\"Version\";s:5:\"1.3.1\";}i:8;a:3:{s:4:\"File\";s:49:\"sendgrid-email-delivery-simplified/wpsendgrid.php\";s:4:\"Name\";s:8:\"SendGrid\";s:7:\"Version\";s:6:\"1.11.8\";}i:9;a:3:{s:4:\"File\";s:27:\"svg-support/svg-support.php\";s:4:\"Name\";s:11:\"SVG Support\";s:7:\"Version\";s:6:\"2.3.18\";}i:10;a:3:{s:4:\"File\";s:41:\"wordpress-importer/wordpress-importer.php\";s:4:\"Name\";s:18:\"WordPress Importer\";s:7:\"Version\";s:5:\"0.6.4\";}i:11;a:3:{s:4:\"File\";s:33:\"wpml-media-translation/plugin.php\";s:4:\"Name\";s:10:\"WPML Media\";s:7:\"Version\";s:5:\"2.5.2\";}i:12;a:3:{s:4:\"File\";s:40:\"sitepress-multilingual-cms/sitepress.php\";s:4:\"Name\";s:21:\"WPML Multilingual CMS\";s:7:\"Version\";s:5:\"4.2.6\";}i:13;a:3:{s:4:\"File\";s:34:\"wpml-string-translation/plugin.php\";s:4:\"Name\";s:23:\"WPML String Translation\";s:7:\"Version\";s:6:\"2.10.4\";}i:14;a:3:{s:4:\"File\";s:38:\"wpml-translation-management/plugin.php\";s:4:\"Name\";s:27:\"WPML Translation Management\";s:7:\"Version\";s:5:\"2.8.5\";}i:15;a:3:{s:4:\"File\";s:27:\"wp-super-cache/wp-cache.php\";s:4:\"Name\";s:14:\"WP Super Cache\";s:7:\"Version\";s:5:\"1.7.0\";}}s:5:\"theme\";a:1:{i:0;a:3:{s:8:\"Template\";s:21:\"griflan-crypto-wallet\";s:4:\"Name\";s:13:\"Crypto Wallet\";s:7:\"Version\";s:5:\"1.0.0\";}}}','yes'),(439,'wpml_string_table_ok_for_mo_import','yes','yes'),(442,'wpml_update_statuses','a:26:{s:31:\"wpml-upgrade-localization-files\";b:1;s:41:\"wpml-upgrade-fix-non-admin-with-admin-cap\";b:1;s:42:\"wpml-upgrade-table-translate-job-for-3-9-0\";b:1;s:50:\"wpml-upgrade-remove-translation-services-transient\";b:1;s:35:\"wpml-upgrade-display-mode-for-posts\";b:1;s:42:\"wpml-add-uuid-column-to-translation-status\";b:1;s:46:\"wpml-upgrade-element-type-length-and-collation\";b:1;s:45:\"wpml-upgrade-add-word-count-column-to-strings\";b:1;s:35:\"wpml-upgrade-media-without-language\";b:1;s:38:\"wpml-upgrade-media-duplication-in-core\";b:1;s:26:\"wpml-upgrade-chinese-flags\";b:1;s:51:\"wpml-upgrade-add-editor-column-to-icl-translate-job\";b:1;s:25:\"wpml-upgrade-wpml-site-id\";b:1;s:35:\"wpml-upgrade-wpml-site-id-remaining\";b:1;s:43:\"wpml-upgrade-add-location-column-to-strings\";b:1;s:41:\"wpml-upgrade-add-wrap-column-to-translate\";b:1;s:39:\"wpml-upgrade-add-wrap-column-to-strings\";b:1;s:48:\"wpml-tm-upgrade-translation-priorities-for-posts\";b:1;s:43:\"wpml-tm-upgrade-default-editor-for-old-jobs\";b:1;s:41:\"wpml-tm-upgrade-service-redirect-to-field\";b:1;s:46:\"wpml-tm-add-tp-id-column-to-translation-status\";b:1;s:67:\"wpml-tm-add-tp-revision-and-ts-status-columns-to-translation-status\";b:1;s:60:\"wpml-tm-add-tp-revision-and-ts-status-columns-to-core-status\";b:1;s:32:\"wpml-tm-upgrade-wpml-site-id-ate\";b:1;s:32:\"wpml-tm-upgrade-ate-jobs-cleanup\";b:1;s:34:\"wpml-tm-upgrade-cancel-orphan-jobs\";b:1;}','yes'),(445,'wpml_st_display_strings_scan_notices','1','yes'),(446,'WPML_Upgrade_All_Admins_To_Manage_Translations_Has_Run','1','yes'),(447,'wpml-package-translation-string-packages-table-updated','0.0.2','yes'),(448,'wpml-package-translation-string-table-updated','1','yes'),(449,'wpml-package-translation-db-updates-run','a:1:{i:0;s:5:\"0.0.2\";}','yes'),(450,'wpml-package-translation-refresh-required','no','no'),(451,'wpml_base_slug_translation','1','yes'),(452,'widget_text_icl','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(453,'widget_icl_lang_sel_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(456,'translation_priority_children_en','a:0:{}','yes'),(457,'translation_priority_children_es','a:0:{}','yes'),(458,'translation_priority_children_ja','a:0:{}','yes'),(459,'translation_priority_children_ru','a:0:{}','yes'),(460,'translation_priority_children_all','a:0:{}','yes'),(461,'wpml-old-jobs-editor','wpml','yes'),(462,'wpml_translation_services_timestamp','1562620650','yes'),(463,'wpml_tp_com_log','ame_url\":\"\",\"translator_contact_iframe_url\":\"\",\"quote_iframe_url\":\"\",\"has_translator_selection\":false,\"project_name_length\":128,\"suid\":\"bbfd2c9ae5d6d34b08719f8fcbde80d6\",\"doc_url\":\"https://wpml.org/translation-service/gpi/\",\"notification\":false,\"tms\":false,\"has_language_pairs\":false,\"deadline\":true,\"oauth\":false,\"oauth_url\":\"\",\"popup_message\":\"\",\"how_to_get_credentials_desc\":\"A GPI team member will email an API Key and API Secret Key\",\"how_to_get_credentials_url\":\"https://wpml.org/translation-service/gpi/#receiving-api-keys\",\"client_create_account_page_url\":\"https://wpml.org/translation-service/gpi/#requesting-an-account\",\"partner\":false,\"custom_fields\":[{\"label\":\"API Key\",\"name\":\"api_key\",\"type\":\"text\"},{\"label\":\"API Secret Key\",\"name\":\"api_secret_key\",\"type\":\"text\"}],\"default_service\":0,\"translation_feedback\":true,\"feedback_forward_method\":\"email\",\"rankings\":{\"quality\":0,\"quality_ranking\":0.0,\"speed\":1,\"speed_ranking\":1760.0,\"popularity\":2,\"popularity_ranking\":15.33,\"primary\":2,\"primary_ranking\":15.33},\"specializations\":[{\"name\":\"Technical\",\"key\":\"technical\"},{\"name\":\"Marketing & Branding\",\"key\":\"marketing_branding\"},{\"name\":\"Tourism & Travel\",\"key\":\"tourism_travel\"}],\"countries\":[],\"redirect_to_ts?\":true},{\"id\":39,\"name\":\"Avilínga\",\"description\":\"Avilínga is a Swiss company which has been translating content for companies in the aviation industry since 2006. In particular, it specializes in technical aviation translations.\",\"url\":\"http://avilinga.com\",\"logo_url\":\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/avilinga.png\",\"project_details_url\":\"\",\"add_language_pair_url\":\"\",\"custom_text_url\":\"\",\"select_translator_iframe_url\":\"\",\"translator_contact_iframe_url\":\"\",\"quote_iframe_url\":\"\",\"has_translator_selection\":false,\"project_name_length\":128,\"suid\":\"f38976dca685689ebf19fd516fb4e918\",\"doc_url\":\"https://wpml.org/translation-service/avilinga/\",\"notification\":true,\"tms\":false,\"has_language_pairs\":true,\"deadline\":true,\"oauth\":false,\"oauth_url\":\"\",\"popup_message\":\"\",\"how_to_get_credentials_desc\":\"An Avilinga team member will email you a unique API Token\",\"how_to_get_credentials_url\":\"https://wpml.org/translation-service/avilinga/#retrieving-api-token\",\"client_create_account_page_url\":\"https://wpml.org/translation-service/avilinga/#requesting-an-avilinga-account\",\"partner\":false,\"custom_fields\":[{\"label\":\"API token\",\"name\":\"api_token\",\"type\":\"text\"}],\"default_service\":0,\"translation_feedback\":true,\"feedback_forward_method\":\"api\",\"rankings\":{\"quality\":0,\"quality_ranking\":0.0,\"speed\":0,\"speed_ranking\":0.0,\"popularity\":2,\"popularity_ranking\":15.08,\"primary\":2,\"primary_ranking\":15.08},\"specializations\":[],\"countries\":[],\"redirect_to_ts?\":false},{\"id\":22,\"name\":\"SDL Language Cloud\",\"description\":\"SDL Language Cloud has been translating content for small to medium-size businesses for more than 25 years. It employs 15,000 in-territory translators which specialize in automotive, banking and e-commerce among other industries.\",\"url\":\"https://languagecloud.sdl.com/\",\"logo_url\":\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/sdl-language-cloud.png\",\"project_details_url\":\"https://languagecloud.sdl.com/en/managed-translation/login\",\"add_language_pair_url\":\"\",\"custom_text_url\":\"\",\"select_translator_iframe_url\":\"\",\"translator_contact_iframe_url\":\"\",\"quote_iframe_url\":\"\",\"has_translator_selection\":false,\"project_name_length\":128,\"suid\":\"e050f3d3a0bfccd551c2286233d60837\",\"doc_url\":\"https://wpml.org/translation-service/sdl-language-cloud/\",\"notification\":true,\"tms\":false,\"has_language_pairs\":true,\"deadline\":true,\"oauth\":false,\"oauth_url\":\"\",\"popup_message\":\"\",\"how_to_get_credentials_desc\":\"Your username and password are the same as the credentials you use to login to SDL Language Cloud\",\"how_to_get_credentials_url\":\"https://wpml.org/translation-service/sdl-language-cloud/#connecting-to-language-cloud\",\"client_create_account_page_url\":\"https://oos.sdl.com/asp/products/ssl/RegisterUser.aspx\",\"partner\":false,\"custom_fields\":[{\"label\":\"Username\",\"name\":\"username\",\"type\":\"text\"},{\"label\":\"Password\",\"name\":\"password\",\"type\":\"text\"}],\"default_service\":0,\"translation_feedback\":true,\"feedback_forward_method\":\"manual\",\"rankings\":{\"quality\":0,\"quality_ranking\":0.0,\"speed\":4,\"speed_ranking\":2036.0,\"popularity\":2,\"popularity_ranking\":13.75,\"primary\":2,\"primary_ranking\":13.75},\"specializations\":[],\"countries\":[],\"redirect_to_ts?\":true},{\"id\":12,\"name\":\"OneHourTranslation\",\"description\":\"OneHourTranslation provides translations in more than 75 languages and 2500 languages pairs for medium to large businesses. It specializes in providing business translations in a variety of fields including legal, technical and web applications.\",\"url\":\"https://www.onehourtranslation.com\",\"logo_url\":\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/onehourtranslation.png\",\"project_details_url\":\"https://www.onehourtranslation.com/my-projects/customer/\",\"add_language_pair_url\":\"\",\"custom_text_url\":\"\",\"select_translator_iframe_url\":\"\",\"translator_contact_iframe_url\":\"\",\"quote_iframe_url\":\"\",\"has_translator_selection\":false,\"project_name_length\":128,\"suid\":\"8850fd4bfdaae2a2d63e51fb1f2ac3e4\",\"doc_url\":\"https://wpml.org/translation-service/onehourtranslation/\",\"notification\":true,\"tms\":false,\"has_language_pairs\":true,\"deadline\":true,\"oauth\":false,\"oauth_url\":\"\",\"popup_message\":\"\",\"how_to_get_credentials_desc\":\"Your Secret Key and Public Key are located under \\\"Profile > API Keys\\\" on your OneHourTranslation Control panel\",\"how_to_get_credentials_url\":\"https://wpml.org/translation-service/onehourtranslation/#api-secret-public-keys\",\"client_create_account_page_url\":\"https://wpml.org/translation-service/onehourtranslation/#create-account\",\"partner\":false,\"custom_fields\":[{\"label\":\"Secret Key\",\"name\":\"secret_key\",\"type\":\"text\"},{\"label\":\"Public Key\",\"name\":\"public_key\",\"type\":\"text\"}],\"default_service\":0,\"translation_feedback\":true,\"feedback_forward_method\":\"email\",\"rankings\":{\"quality\":0,\"quality_ranking\":0.0,\"speed\":4,\"speed_ranking\":2049.0,\"popularity\":2,\"popularity_ranking\":13.05,\"primary\":2,\"primary_ranking\":13.05},\"specializations\":[{\"name\":\"Technical\",\"key\":\"technical\"},{\"name\":\"Business\",\"key\":\"business\"},{\"name\":\"e-Commerce\",\"key\":\"e-commerce\"}],\"countries\":[{\"name\":\"Israel\",\"code\":\"IL\"},{\"name\":\"Romania\",\"code\":\"RO\"},{\"name\":\"Ukraine\",\"code\":\"UA\"},{\"name\":\"United States\",\"code\":\"US\"}],\"redirect_to_ts?\":true},{\"id\":21,\"name\":\"Capita\",\"description\":\"CAPITA TI is a British company which has been translating content for commercial businesses and public sector organizations since 1984. It specializes in legal, financial, manufacturing and e-Learning translations in over 180 languages.\",\"url\":\"https://www.capitatranslationinterpreting.com/\",\"logo_url\":\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/capita.png\",\"project_details_url\":\"https://mtpflow.capita-ti.com/module/client/default/request_overview.jsp?request_id=%{request_id}\",\"add_language_pair_url\":\"\",\"custom_text_url\":\"\",\"select_translator_iframe_url\":\"\",\"translator_contact_iframe_url\":\"\",\"quote_iframe_url\":\"\",\"has_translator_selection\":false,\"project_name_length\":128,\"suid\":\"3393562c8687d38db9c447854bd20957\",\"doc_url\":\"https://wpml.org/translation-service/capita/\",\"notification\":false,\"tms\":false,\"has_language_pairs\":false,\"deadline\":true,\"oauth\":false,\"oauth_url\":\"\",\"popup_message\":\"\",\"how_to_get_credentials_desc\":\"The username, password, customer name, and contact name will be provided upon creating a Capita account\",\"how_to_get_credentials_url\":\"https://wpml.org/translation-service/capita/#connecting-your-site-to-capita\",\"client_create_account_page_url\":\"https://www.capitatranslationinterpreting.com/contact-us/\",\"partner\":false,\"custom_fields\":[{\"label\":\"Username\",\"name\":\"username\",\"type\":\"text\"},{\"label\":\"Password\",\"name\":\"password\",\"type\":\"text\"},{\"label\":\"Customer Name\",\"name\":\"customer_name\",\"type\":\"text\"},{\"label\":\"Contact Name\",\"name\":\"contact_name\",\"type\":\"text\"}],\"default_service\":0,\"translation_feedback\":true,\"feedback_forward_method\":\"email\",\"rankings\":{\"quality\":0,\"quality_ranking\":0.0,\"speed\":0,\"speed_ranking\":0.0,\"popularity\":2,\"popularity_ranking\":11.58,\"primary\":2,\"primary_ranking\":11.58},\"specializations\":[],\"countries\":[],\"redirect_to_ts?\":true},{\"id\":8,\"name\":\"Gengo\",\"description\":\"Gengo’s people-powered translation platform helps you translate content into over 36 languages through a selective, global network of translators.\",\"url\":\"http://gengo.com/\",\"logo_url\":\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/gengo.png\",\"project_details_url\":\"https://gengo.com/auth/form/login/\",\"add_language_pair_url\":\"\",\"custom_text_url\":\"\",\"select_translator_iframe_url\":\"\",\"translator_contact_iframe_url\":\"\",\"quote_iframe_url\":\"\",\"has_translator_selection\":false,\"project_name_length\":128,\"suid\":\"63f155572eb659a462aac247ee1bbf8d\",\"doc_url\":\"https://wpml.org/translation-service/gengo/\",\"notification\":true,\"tms\":false,\"has_language_pairs\":true,\"deadline\":false,\"oauth\":false,\"oauth_url\":\"\",\"popup_message\":\"\",\"how_to_get_credentials_desc\":\"Your public and secret keys are found on your Gengo Customer Dashboard\",\"how_to_get_credentials_url\":\"https://wpml.org/translation-service/gengo/#generate-api-keys\",\"client_create_account_page_url\":\"https://wpml.org/translation-service/gengo/#create-gengo-account\",\"partner\":false,\"custom_fields\":[{\"label\":\"Public key\",\"name\":\"public_key\",\"type\":\"text\"},{\"label\":\"Private key\",\"name\":\"private_key\",\"type\":\"text\"}],\"default_service\":0,\"translation_feedback\":true,\"feedback_forward_method\":\"email\",\"rankings\":{\"quality\":0,\"quality_ranking\":0.0,\"speed\":1,\"speed_ranking\":1729.0,\"popularity\":2,\"popularity_ranking\":11.13,\"primary\":2,\"primary_ranking\":11.13},\"specializations\":[{\"name\":\"Business\",\"key\":\"business\"},{\"name\":\"e-Commerce\",\"key\":\"e-commerce\"},{\"name\":\"Tourism & Travel\",\"key\":\"tourism_travel\"}],\"countries\":[{\"name\":\"Japan\",\"code\":\"JP\"},{\"name\":\"Philippines\",\"code\":\"PH\"},{\"name\":\"United States\",\"code\":\"US\"}],\"redirect_to_ts?\":true}]\n}\r\n','no'),(464,'wpml_translation_services','a:93:{i:0;C:15:\"WPML_TP_Service\":1779:{a:36:{s:2:\"id\";i:98;s:8:\"logo_url\";s:82:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/brightlines-translation.png\";s:4:\"name\";s:23:\"Brightlines Translation\";s:11:\"description\";s:179:\"Brightlines is a full-service translation agency. We work with the world’s most discerning brands to deliver exceptional marketing translation and multilingual artwork services.\";s:7:\"doc_url\";s:61:\"https://wpml.org/translation-service/brightlines-translation/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:2;s:13:\"speed_ranking\";d:1955;s:10:\"popularity\";i:5;s:18:\"popularity_ranking\";d:41.1;s:7:\"primary\";i:5;s:15:\"primary_ranking\";d:41.1;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:77:\"https://www.brightlines.co.uk/service/wordpress-website-translation-services/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"56c2d53d830b84e03980730ae13fbf2a\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";s:14:\"redirect_to_ts\";b:0;}}i:1;C:15:\"WPML_TP_Service\":2094:{a:36:{s:2:\"id\";i:45;s:8:\"logo_url\";s:83:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/avanti-language-services.png\";s:4:\"name\";s:24:\"Avanti Language Services\";s:11:\"description\";s:307:\"AVANTI Language Services is a translation agency specializing in the legal, financial, commercial, and technical fields. We are based in Lijnden, near Amsterdam, but work for clients throughout the world. Our two ISO certificates guarantee you a qualified and reliable partner for all your translation work.\";s:7:\"doc_url\";s:62:\"https://wpml.org/translation-service/avanti-language-services/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:3;s:13:\"speed_ranking\";d:1995;s:10:\"popularity\";i:5;s:18:\"popularity_ranking\";d:39.77;s:7:\"primary\";i:5;s:15:\"primary_ranking\";d:39.77;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:34:\"https://www.avanti-nl.com/en/wpml/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"65ead6792983d81081190fb784e73b0a\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:51:\"The AVANTI team will send you an API Token by email\";s:26:\"how_to_get_credentials_url\";s:83:\"https://wpml.org/translation-service/avanti-language-services/#retrieving-api-token\";s:30:\"client_create_account_page_url\";s:88:\"https://wpml.org/translation-service/avanti-language-services/#requesting-avanti-account\";s:14:\"redirect_to_ts\";b:0;}}i:2;C:15:\"WPML_TP_Service\":2360:{a:36:{s:2:\"id\";i:67;s:8:\"logo_url\";s:71:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/icanlocalize.png\";s:4:\"name\";s:12:\"ICanLocalize\";s:11:\"description\";s:297:\"ICanLocalize\'s seamless WPML integration ensures quick delivery of translations while our professional linguists focus on quality and accuracy. ICanLocalize provides a safe environment for the translation of your website in 45+ languages. Choose ICanLocalize by OnTheGoSystems, the makers of WPML.\";s:7:\"doc_url\";s:50:\"https://wpml.org/translation-service/icanlocalize/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API Token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:3;s:15:\"quality_ranking\";d:3;s:5:\"speed\";i:1;s:13:\"speed_ranking\";d:900;s:10:\"popularity\";i:5;s:18:\"popularity_ranking\";d:39.75;s:7:\"primary\";i:5;s:15:\"primary_ranking\";d:39.75;}s:18:\"has_language_pairs\";b:0;s:3:\"url\";s:51:\"https://www.icanlocalize.com/wpml/registrations/new\";s:19:\"project_details_url\";s:73:\"https://www.icanlocalize.com/wpml/websites/%{website_id}/translation_jobs\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"dd17d48516ca4bce0b83043583fabd2e\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:272:\"<a href=\"https://www.icanlocalize.com/wpml/registrations/new\" target=\"_blank\">Sign up</a> to ICanLocalize to receive your API token.<br />Already have an account? Log-in and <a href=\"https://www.icanlocalize.com/wpml/websites/api_token\" target=\"_blank\">get your token</a>.\";s:27:\"how_to_get_credentials_desc\";s:52:\"Your API Token is found on your ICanLocalize account\";s:26:\"how_to_get_credentials_url\";s:67:\"https://wpml.org/translation-service/icanlocalize/#creating-account\";s:30:\"client_create_account_page_url\";s:51:\"https://www.icanlocalize.com/users/new?utype=Client\";s:14:\"redirect_to_ts\";b:1;}}i:3;C:15:\"WPML_TP_Service\":1867:{a:36:{s:2:\"id\";i:78;s:8:\"logo_url\";s:67:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/alfabeta.png\";s:4:\"name\";s:8:\"AlfaBeta\";s:11:\"description\";s:254:\"AlfaBeta is an Italian language services consultancy specializing in international communication, mainly in the food, wine, tourism, fashion industries. We provide web translation and copywriting, multilingual SEO/SEM and social media marketing services.\";s:7:\"doc_url\";s:46:\"https://wpml.org/translation-service/alfabeta/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:5;s:13:\"speed_ranking\";d:2076;s:10:\"popularity\";i:5;s:18:\"popularity_ranking\";d:36.57;s:7:\"primary\";i:5;s:15:\"primary_ranking\";d:36.57;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:133:\"https://www.alfabetastudio.it/translation-agency-rome-italy/website-translation/translation-of-wordpress-websites-using-wpml/?lang=en\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"e00168c56d4b60275ee38701221c5911\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";s:14:\"redirect_to_ts\";b:0;}}i:4;C:15:\"WPML_TP_Service\":2092:{a:36:{s:2:\"id\";i:37;s:8:\"logo_url\";s:80:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/espresso-translations.png\";s:4:\"name\";s:21:\"Espresso Translations\";s:11:\"description\";s:275:\"Espresso Translations is a professional translation agency offering a full range of translation services to businesses and individuals worldwide. We offer translation, proofreading, transcription and interpretation services in all languages across a vast array of industries.\";s:7:\"doc_url\";s:59:\"https://wpml.org/translation-service/espresso-translations/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:5;s:13:\"speed_ranking\";d:2059;s:10:\"popularity\";i:4;s:18:\"popularity_ranking\";d:34.78;s:7:\"primary\";i:4;s:15:\"primary_ranking\";d:34.78;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:66:\"https://www.espressotranslations.com/website-translation-services/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"ab06600c2ae77b6fb2945304f3ea8b87\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:73:\"An Espresso Translations team member will email a unique API Token to you\";s:26:\"how_to_get_credentials_url\";s:75:\"https://wpml.org/translation-service/espresso-translations/#receiving-token\";s:30:\"client_create_account_page_url\";s:81:\"https://wpml.org/translation-service/espresso-translations/#requesting-an-account\";s:14:\"redirect_to_ts\";b:0;}}i:5;C:15:\"WPML_TP_Service\":1754:{a:36:{s:2:\"id\";i:86;s:8:\"logo_url\";s:75:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/alba-translating.png\";s:4:\"name\";s:16:\"Alba Translating\";s:11:\"description\";s:189:\"Alba is a Russian ISO qualified translation company with more than 10 years of experience. With an in-house team of expert linguists we can ensure fast and professional-quality translation.\";s:7:\"doc_url\";s:53:\"https://wpml.org/translation-service/alba-translating\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:4;s:18:\"popularity_ranking\";d:33.42;s:7:\"primary\";i:4;s:15:\"primary_ranking\";d:33.42;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:65:\"https://www.alba-translating.ru/eng/eng/translation/wpml-eng.html\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"14b2bc872d010f0faa5a20fecfbf9ade\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";s:14:\"redirect_to_ts\";b:0;}}i:6;C:15:\"WPML_TP_Service\":2025:{a:36:{s:2:\"id\";i:58;s:8:\"logo_url\";s:72:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/acstraduction.png\";s:4:\"name\";s:13:\"ACSTraduction\";s:11:\"description\";s:255:\"Nous sommes votre partenaire idéal pour la traduction spécialisée multilingue de sites Internet. Une équipe réactive à taille humaine est à votre écoute. The new standard in specialised website translation. It’s simple:  Click. Quality. Connect.\";s:7:\"doc_url\";s:51:\"https://wpml.org/translation-service/acstraduction/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:2;s:13:\"speed_ranking\";d:1906;s:10:\"popularity\";i:4;s:18:\"popularity_ranking\";d:33.17;s:7:\"primary\";i:4;s:15:\"primary_ranking\";d:33.17;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:66:\"https://www.acs-traduction.com/web/traduction-site-wordpress-wpml/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"cba138bf154930c7878e8b5ba61ec7d4\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:65:\"An ACSTraduction team member will email a unique API Token to you\";s:26:\"how_to_get_credentials_url\";s:71:\"https://wpml.org/translation-service/acstraduction/#receiving-api-token\";s:30:\"client_create_account_page_url\";s:70:\"https://wpml.org/translation-service/acstraduction/#requesting-account\";s:14:\"redirect_to_ts\";b:0;}}i:7;C:15:\"WPML_TP_Service\":1798:{a:36:{s:2:\"id\";i:100;s:8:\"logo_url\";s:77:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/translators-family.png\";s:4:\"name\";s:18:\"Translators Family\";s:11:\"description\";s:205:\"Boutique translation agency specialising in business/marketing and technical translations. It will transcreate and localize your message so that it appeals to your clients. Working with all main languages.\";s:7:\"doc_url\";s:56:\"https://wpml.org/translation-service/translators-family/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:4;s:18:\"popularity_ranking\";d:33.17;s:7:\"primary\";i:4;s:15:\"primary_ranking\";d:33.17;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:85:\"https://www.translatorsfamily.com/localisation-of-wordpress-websites-with-wpml-plugin\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"fe7a207a617ad4d4e9a989004eeb6b58\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";s:14:\"redirect_to_ts\";b:0;}}i:8;C:15:\"WPML_TP_Service\":1901:{a:36:{s:2:\"id\";i:107;s:8:\"logo_url\";s:81:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/inpokulis-translations.png\";s:4:\"name\";s:22:\"Inpokulis Translations\";s:11:\"description\";s:304:\"Founded almost 20 years ago, Inpokulis is an experienced Portuguese LSP with ISO17100 certification. The skilled in-house team works daily with a network of over 200 translators specialised in different language combinations and areas such as localisation, SEO, legal, tourism, marketing, technical, etc.\";s:7:\"doc_url\";s:60:\"https://wpml.org/translation-service/inpokulis-translations/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:4;s:18:\"popularity_ranking\";d:31.92;s:7:\"primary\";i:4;s:15:\"primary_ranking\";d:31.92;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:77:\"https://inpokulis.com/en/services/translate-your-wordpress-website-with-wpml/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"420cbf3ca2b01f664c1346c0f80c5cfe\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";s:14:\"redirect_to_ts\";b:0;}}i:9;C:15:\"WPML_TP_Service\":1787:{a:36:{s:2:\"id\";i:99;s:8:\"logo_url\";s:68:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/euro-text.png\";s:4:\"name\";s:9:\"Euro:Text\";s:11:\"description\";s:262:\"Your partner for multilingual translation – fast, cost-efficient and reliable, with particular expertise in Spanish and Portuguese, including European and other variants (Mexican, Chilean,Peruvian, Argentinian and Colombian Spanish, Brazilian Portuguese, etc.)\";s:7:\"doc_url\";s:46:\"https://wpml.org/translation-service/eurotext/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:4;s:18:\"popularity_ranking\";d:30.25;s:7:\"primary\";i:4;s:15:\"primary_ranking\";d:30.25;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:47:\"https://euro-text.com/en/why-wpml-and-eurotext/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"aef0362e0b668d69886108e01a4c2930\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";s:14:\"redirect_to_ts\";b:0;}}i:10;C:15:\"WPML_TP_Service\":1793:{a:36:{s:2:\"id\";i:102;s:8:\"logo_url\";s:68:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/powerling.png\";s:4:\"name\";s:9:\"Powerling\";s:11:\"description\";s:251:\"Powerling supports its customers’ global development by providing high quality multilingual solutions in various business sectors. The company offers services in 75+ languages, including translation, localization, desktop publishing or interpreting.\";s:7:\"doc_url\";s:46:\"https://wpml.org/translation-service/powerling\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:4;s:18:\"popularity_ranking\";d:29.75;s:7:\"primary\";i:4;s:15:\"primary_ranking\";d:29.75;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:63:\"https://powerling.com/tools-technology/cms-connectors/wordpress\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"94114df20b2adeb581e0c7f3fd7ed85d\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";s:14:\"redirect_to_ts\";b:0;}}i:11;C:15:\"WPML_TP_Service\":1974:{a:36:{s:2:\"id\";i:69;s:8:\"logo_url\";s:66:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/leemeta.png\";s:4:\"name\";s:7:\"Leemeta\";s:11:\"description\";s:268:\"Leemeta is a Slovenian translation firm which has spent 10 years working with small and medium-sized businesses from a variety of industries including technology, chemistry, and finance. It employs 450 translators, reviewers and interpreters in more than 80 languages.\";s:7:\"doc_url\";s:44:\"https://wpml.org/translation-service/leemeta\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:4;s:13:\"speed_ranking\";d:2038;s:10:\"popularity\";i:4;s:18:\"popularity_ranking\";d:29.6;s:7:\"primary\";i:4;s:15:\"primary_ranking\";d:29.6;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:43:\"https://www.leemeta-translations.co.uk/wpml\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"dff20624a4352b67c960083b3a5df494\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:58:\"A Leemeta team member will email a unique API Token to you\";s:26:\"how_to_get_credentials_url\";s:65:\"https://wpml.org/translation-service/leemeta/#receiving-api-token\";s:30:\"client_create_account_page_url\";s:64:\"https://wpml.org/translation-service/leemeta/#requesting-account\";s:14:\"redirect_to_ts\";b:0;}}i:12;C:15:\"WPML_TP_Service\":1857:{a:36:{s:2:\"id\";i:91;s:8:\"logo_url\";s:75:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/language-insight.png\";s:4:\"name\";s:16:\"Language Insight\";s:11:\"description\";s:290:\"Language Insight is an ISO9001:2015 & ISO27001:2013 accredited translation & language services provider to clients around the world. Its friendly in-house PM teams provide excellent customer service while its in-house translators, proofreaders and QA teams ensure the quality of their work.\";s:7:\"doc_url\";s:54:\"https://wpml.org/translation-service/language-insight/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:4;s:18:\"popularity_ranking\";d:29.42;s:7:\"primary\";i:4;s:15:\"primary_ranking\";d:29.42;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:66:\"https://www.languageinsight.com/services/wpml-website-translation/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"9cd6dacb4cfa2c94991babf0ffdb88f3\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";s:14:\"redirect_to_ts\";b:0;}}i:13;C:15:\"WPML_TP_Service\":1919:{a:36:{s:2:\"id\";i:81;s:8:\"logo_url\";s:65:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/comtec.png\";s:4:\"name\";s:6:\"Comtec\";s:11:\"description\";s:296:\"Comtec supports businesses to reach new markets online in over 200 languages. Comtec provides website translation services by a global network of professional linguists specializing in translation for all key business sectors and complying with ISO 9001:2015 and ISO 17100:2015 quality standards.\";s:7:\"doc_url\";s:44:\"https://wpml.org/translation-service/comtec/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:4;s:18:\"popularity_ranking\";d:28.83;s:7:\"primary\";i:4;s:15:\"primary_ranking\";d:28.83;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:152:\"https://www.comtectranslations.co.uk/professional-translation-services/website-translation-services/wordpress-website-localisation-and-wpml-integration/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"e18d99ce7d5a481a040f56872065cbb4\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";s:14:\"redirect_to_ts\";b:0;}}i:14;C:15:\"WPML_TP_Service\":2196:{a:36:{s:2:\"id\";i:33;s:8:\"logo_url\";s:67:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/semantix.png\";s:4:\"name\";s:8:\"Semantix\";s:11:\"description\";s:195:\"Semantix is a market-leading language technology company in the Nordics, offering a broad range of translation and interpretation services. We help people and businesses to shine in any language.\";s:7:\"doc_url\";s:24:\"https://www.semantix.eu/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:3:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:8:\"Username\";s:4:\"name\";s:8:\"username\";s:4:\"type\";s:4:\"text\";}i:1;O:8:\"stdClass\":3:{s:5:\"label\";s:8:\"Password\";s:4:\"name\";s:8:\"password\";s:4:\"type\";s:4:\"text\";}i:2;O:8:\"stdClass\":3:{s:5:\"label\";s:11:\"Customer ID\";s:4:\"name\";s:11:\"customer_id\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:4;s:18:\"popularity_ranking\";d:28.57;s:7:\"primary\";i:4;s:15:\"primary_ranking\";d:28.57;}s:18:\"has_language_pairs\";b:0;s:3:\"url\";s:78:\"https://www.semantix.com/technical-solutions/translation-connectors/wordpress/\";s:19:\"project_details_url\";s:44:\"https://xtrf.semantix.eu/customers/main.html\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"cf3d9e7244ec6d0a5192462c93e81bee\";s:12:\"notification\";b:0;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:6:\"manual\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:72:\"Amesto will send you a Username, Password, and Customer ID to your email\";s:26:\"how_to_get_credentials_url\";s:79:\"https://www.semantix.eu/translation/technology/api/multilingual-wordpress-site/\";s:30:\"client_create_account_page_url\";s:65:\"https://wpml.org/translation-service/amesto/#connecting-to-amesto\";s:14:\"redirect_to_ts\";b:1;}}i:15;C:15:\"WPML_TP_Service\":2324:{a:36:{s:2:\"id\";i:51;s:8:\"logo_url\";s:66:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/lingo24.png\";s:4:\"name\";s:7:\"Lingo24\";s:11:\"description\";s:277:\"Lingo24 makes it easy for global companies to work in multiple languages. Since 2001, it has provided a technology-led translation approach to enterprises in e-commerce, marketing, and product information content among others. Its 4,000 native translators are spread worldwide.\";s:7:\"doc_url\";s:45:\"https://wpml.org/translation-service/lingo24/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:3:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"Client ID\";s:4:\"name\";s:9:\"client_id\";s:4:\"type\";s:4:\"text\";}i:1;O:8:\"stdClass\":3:{s:5:\"label\";s:13:\"Client Secret\";s:4:\"name\";s:13:\"client_secret\";s:4:\"type\";s:4:\"text\";}i:2;O:8:\"stdClass\":3:{s:5:\"label\";s:18:\"Authorization Code\";s:4:\"name\";s:18:\"authorization_code\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:5;s:13:\"speed_ranking\";d:2072;s:10:\"popularity\";i:4;s:18:\"popularity_ranking\";d:27.87;s:7:\"primary\";i:4;s:15:\"primary_ranking\";d:27.87;}s:18:\"has_language_pairs\";b:0;s:3:\"url\";s:24:\"https://www.lingo24.com/\";s:19:\"project_details_url\";s:33:\"https://ease.lingo24.com/projects\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"26f9d66db808f184a585c9b1ebc854d1\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:0;s:5:\"oauth\";b:1;s:9:\"oauth_url\";s:40:\"https://ease.lingo24.com/oauth/authorize\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:6:\"manual\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:101:\"Lingo24 will email you information on how to complete your registration and retrieve your credentials\";s:26:\"how_to_get_credentials_url\";s:67:\"https://wpml.org/translation-service/lingo24/#receiving-credentials\";s:30:\"client_create_account_page_url\";s:67:\"https://wpml.org/translation-service/lingo24/#requesting-an-account\";s:14:\"redirect_to_ts\";b:1;}}i:16;C:15:\"WPML_TP_Service\":2076:{a:36:{s:2:\"id\";i:36;s:8:\"logo_url\";s:74:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/net-translators.png\";s:4:\"name\";s:15:\"Net-Translators\";s:11:\"description\";s:296:\"Net-Translators Ltd. is a global language provider specializing in Website Translation. Its award winning translation process includes dedicated teams of project managers and professional translators. Certified by multiple international standards: ISO 9001:2015, ISO 13485:2016 and ISO 17100:2015\";s:7:\"doc_url\";s:53:\"https://wpml.org/translation-service/net-translators/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:4;s:13:\"speed_ranking\";d:2022;s:10:\"popularity\";i:4;s:18:\"popularity_ranking\";d:27.42;s:7:\"primary\";i:4;s:15:\"primary_ranking\";d:27.42;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:66:\"https://www.net-translators.com/wpml-wordpress-translation-plugin/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"c94bb09d7549141b49e1b2f9aa2f5441\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:66:\"A Net-Translators team member will email a unique API Token to you\";s:26:\"how_to_get_credentials_url\";s:69:\"https://wpml.org/translation-service/net-translators/#receiving-token\";s:30:\"client_create_account_page_url\";s:75:\"https://wpml.org/translation-service/net-translators/#requesting-an-account\";s:14:\"redirect_to_ts\";b:0;}}i:17;C:15:\"WPML_TP_Service\":1823:{a:36:{s:2:\"id\";i:95;s:8:\"logo_url\";s:65:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/ubiqus.png\";s:4:\"name\";s:6:\"Ubiqus\";s:11:\"description\";s:277:\"Ubiqus is an international Paris-based ISO-certified translation service. Providing translation services for all types of media ranging from websites to video to text, Ubiqus has vast experience translating content for various industries such as corporate, legal and financial.\";s:7:\"doc_url\";s:43:\"https://wpml.org/translation-service/ubiqus\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:3;s:13:\"speed_ranking\";d:1964;s:10:\"popularity\";i:4;s:18:\"popularity_ranking\";d:27.12;s:7:\"primary\";i:4;s:15:\"primary_ranking\";d:27.12;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:74:\"https://www.ubiqus.fr/la-traduction-de-votre-site-web-wordpress-avec-wpml/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"00f941032a272372a9aaa2485f8d1786\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";s:14:\"redirect_to_ts\";b:0;}}i:18;C:15:\"WPML_TP_Service\":1815:{a:36:{s:2:\"id\";i:84;s:8:\"logo_url\";s:80:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/translation-boulevard.png\";s:4:\"name\";s:21:\"Translation Boulevard\";s:11:\"description\";s:271:\"Translation Boulevard LLC provides translation, website localization, subtitling, transcription, transcreation, voice over, and other services in all major languages pairs. Our company is operated according to Christian values and we provide quality translation services.\";s:7:\"doc_url\";s:59:\"https://wpml.org/translation-service/translation-boulevard/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:3;s:18:\"popularity_ranking\";d:26.83;s:7:\"primary\";i:3;s:15:\"primary_ranking\";d:26.83;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:28:\"https://translationblvd.com/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"e85c18272a7e00b0cd4b941ea1340d5d\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";s:14:\"redirect_to_ts\";b:0;}}i:19;C:15:\"WPML_TP_Service\":1983:{a:36:{s:2:\"id\";i:61;s:8:\"logo_url\";s:74:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/101translations.png\";s:4:\"name\";s:15:\"101Translations\";s:11:\"description\";s:240:\"101Translations is an Irish company which uses professional, native translators with at least three years\' experience to translate businesses of all sizes. 101Translations was created in 2002 and places special attention on quality control.\";s:7:\"doc_url\";s:53:\"https://wpml.org/translation-service/101translations/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:3;s:18:\"popularity_ranking\";d:26.58;s:7:\"primary\";i:3;s:15:\"primary_ranking\";d:26.58;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:31:\"http://www.101translations.com/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"bf40273372317c1df87462c61d518558\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:66:\"A 101translations team member will email a unique API Token to you\";s:26:\"how_to_get_credentials_url\";s:73:\"https://wpml.org/translation-service/101translations/#receiving-api-token\";s:30:\"client_create_account_page_url\";s:72:\"https://wpml.org/translation-service/101translations/#requesting-account\";s:14:\"redirect_to_ts\";b:0;}}i:20;C:15:\"WPML_TP_Service\":1966:{a:36:{s:2:\"id\";i:27;s:8:\"logo_url\";s:66:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/acclaro.png\";s:4:\"name\";s:7:\"Acclaro\";s:11:\"description\";s:178:\"Acclaro specializes in adapting global brands, products, and services to new markets. Acclaro was founded in 2002 and now has offices and affiliates on four different continents.\";s:7:\"doc_url\";s:45:\"https://wpml.org/translation-service/acclaro/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:3;s:18:\"popularity_ranking\";d:25.37;s:7:\"primary\";i:3;s:15:\"primary_ranking\";d:25.37;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:68:\"https://www.acclaro.com/our-technology-platform/wordpress-connector/\";s:19:\"project_details_url\";s:59:\"https://my.acclaro.com/portal/vieworder.php?id={project_id}\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"ec87968ba4f260c3872d0edccd130d16\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:43:\"Acclaro will send you an API Token by email\";s:26:\"how_to_get_credentials_url\";s:66:\"https://wpml.org/translation-service/acclaro/#retrieving-api-token\";s:30:\"client_create_account_page_url\";s:75:\"https://wpml.org/translation-service/acclaro/#requesting-an-acclaro-account\";s:14:\"redirect_to_ts\";b:1;}}i:21;C:15:\"WPML_TP_Service\":1983:{a:36:{s:2:\"id\";i:74;s:8:\"logo_url\";s:72:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/the-geo-group.png\";s:4:\"name\";s:13:\"The Geo Group\";s:11:\"description\";s:239:\"The Geo Group Corporation is a full-service translation agency based in Madison, WI, since 1991. It has more than 500 translators working in more than 120 languages. It works with small to medium-size businesses in a variety of industries.\";s:7:\"doc_url\";s:51:\"https://wpml.org/translation-service/the-geo-group/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:3;s:13:\"speed_ranking\";d:1994;s:10:\"popularity\";i:3;s:18:\"popularity_ranking\";d:24.73;s:7:\"primary\";i:3;s:15:\"primary_ranking\";d:24.73;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:45:\"https://www.thegeogroup.com/wpml-partnership/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"cd018f1ac09ae85bc8dfec7a72eb56c3\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:60:\"A Geo Group team member will email a unique API Token to you\";s:26:\"how_to_get_credentials_url\";s:71:\"https://wpml.org/translation-service/the-geo-group/#receiving-api-token\";s:30:\"client_create_account_page_url\";s:70:\"https://wpml.org/translation-service/the-geo-group/#requesting-account\";s:14:\"redirect_to_ts\";b:0;}}i:22;C:15:\"WPML_TP_Service\":2177:{a:36:{s:2:\"id\";i:23;s:8:\"logo_url\";s:69:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/textmaster.png\";s:4:\"name\";s:10:\"TextMaster\";s:11:\"description\";s:220:\"TextMaster was founded in 2011 and offers 40 languages with specializations like fashion, electronics and home décor. Clients can create a dedicated team of translators and communicate through a live messaging system.  \";s:7:\"doc_url\";s:48:\"https://wpml.org/translation-service/textmaster/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:2:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:7:\"API key\";s:4:\"name\";s:7:\"api_key\";s:4:\"type\";s:4:\"text\";}i:1;O:8:\"stdClass\":3:{s:5:\"label\";s:10:\"API secret\";s:4:\"name\";s:10:\"api_secret\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:2;s:13:\"speed_ranking\";d:1803;s:10:\"popularity\";i:3;s:18:\"popularity_ranking\";d:24.35;s:7:\"primary\";i:3;s:15:\"primary_ranking\";d:24.35;}s:18:\"has_language_pairs\";b:0;s:3:\"url\";s:56:\"https://www.textmaster.com/?pid=57be8e7208104100441aa3fc\";s:19:\"project_details_url\";s:47:\"https://www.app.textmaster.com/clients/projects\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"3db36a7c23cefa52d577ab4307882110\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:6:\"manual\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:110:\"Your API Key and API Secret are located under  \"lightning menu icon > API & Loop\" on your TextMaster dashboard\";s:26:\"how_to_get_credentials_url\";s:83:\"https://wpml.org/translation-service/textmaster/#connecting-your-site-to-textmaster\";s:30:\"client_create_account_page_url\";s:67:\"https://www.app.textmaster.com/sign_up?pid=57be8e7208104100441aa3fc\";s:14:\"redirect_to_ts\";b:1;}}i:23;C:15:\"WPML_TP_Service\":1931:{a:36:{s:2:\"id\";i:48;s:8:\"logo_url\";s:69:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/spokenhere.png\";s:4:\"name\";s:10:\"SpokenHere\";s:11:\"description\";s:226:\"SpokenHere is an American service offering translations, telephonic interpreting, and voiceovers in more than 250 languages. For the last 15 years, it has worked with small to medium-size businesses in a variety of industries.\";s:7:\"doc_url\";s:48:\"https://wpml.org/translation-service/spokenhere/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:3;s:18:\"popularity_ranking\";d:24.17;s:7:\"primary\";i:3;s:15:\"primary_ranking\";d:24.17;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:23:\"http://spoken-here.com/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"4d967c459583c6811cc325aaf1fbcd8d\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:61:\"A SpokenHere team member will email a unique API Token to you\";s:26:\"how_to_get_credentials_url\";s:68:\"https://wpml.org/translation-service/spokenhere/#receiving-api-token\";s:30:\"client_create_account_page_url\";s:67:\"https://wpml.org/translation-service/spokenhere/#requesting-account\";s:14:\"redirect_to_ts\";b:0;}}i:24;C:15:\"WPML_TP_Service\":1784:{a:36:{s:2:\"id\";i:93;s:8:\"logo_url\";s:66:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/tomedes.png\";s:4:\"name\";s:7:\"TOMEDES\";s:11:\"description\";s:259:\"TOMEDES is an Israel-based professional human translation service. Over 10,000 expert translators and linguists will carry out your translation, localization, content and SEO needs. Tomedes provides 24/7 human support and 1-year guarantee on all translations.\";s:7:\"doc_url\";s:45:\"https://wpml.org/translation-service/tomedes/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:3;s:18:\"popularity_ranking\";d:24;s:7:\"primary\";i:3;s:15:\"primary_ranking\";d:24;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:58:\"https://www.tomedes.com/wpml-wordpress-website-translation\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"0fb9b77c89fae9d873ec66aa9a5c08aa\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";s:14:\"redirect_to_ts\";b:0;}}i:25;C:15:\"WPML_TP_Service\":1757:{a:36:{s:2:\"id\";i:85;s:8:\"logo_url\";s:75:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/easy-translation.png\";s:4:\"name\";s:16:\"Easy Translation\";s:11:\"description\";s:227:\"Connect your WPML website to Easy Translation! We provide our customers with a high-quality website translation. Working with our team of native speakers we can translate/localise your website in almost every European language.\";s:7:\"doc_url\";s:53:\"https://wpml.org/translation-service/easy-translation\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:3;s:18:\"popularity_ranking\";d:23.75;s:7:\"primary\";i:3;s:15:\"primary_ranking\";d:23.75;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:30:\"https://www.easytranslation.nl\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"ecb4a118a666100ce6ca27ca8f116b2d\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";s:14:\"redirect_to_ts\";b:0;}}i:26;C:15:\"WPML_TP_Service\":2082:{a:36:{s:2:\"id\";i:35;s:8:\"logo_url\";s:78:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/cultures-connection.png\";s:4:\"name\";s:19:\"Cultures Connection\";s:11:\"description\";s:295:\"Cultures Connection is a global company which offers SEO-optimized website translations in more than 250 different languages for companies of all sizes. It was founded in 2007 and has more than 740 professional translators. It specializes in finance, medicine, law, e-commerce and IT industries.\";s:7:\"doc_url\";s:57:\"https://wpml.org/translation-service/cultures-connection/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:3;s:18:\"popularity_ranking\";d:22.33;s:7:\"primary\";i:3;s:15:\"primary_ranking\";d:22.33;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:30:\"http://culturesconnection.com/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"7ed3f4bbe8a3193a8c81252f3f5a199a\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:67:\"A Cultures Connection team member will email you a unique API Token\";s:26:\"how_to_get_credentials_url\";s:78:\"https://wpml.org/translation-service/cultures-connection/#retrieving-api-token\";s:30:\"client_create_account_page_url\";s:99:\"https://wpml.org/translation-service/cultures-connection/#requesting-an-cultures-connection-account\";s:14:\"redirect_to_ts\";b:0;}}i:27;C:15:\"WPML_TP_Service\":1926:{a:36:{s:2:\"id\";i:75;s:8:\"logo_url\";s:65:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/okodia.png\";s:4:\"name\";s:6:\"Okodia\";s:11:\"description\";s:242:\"Okodia is a human-translation company certified by ISO 9001 & ISO 17100 certificates working with 80+ languages around the world. Our 1500+ specialized professional native linguists translate over 10+ millon words yearly in almost all fields.\";s:7:\"doc_url\";s:44:\"https://wpml.org/translation-service/okodia/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:3;s:13:\"speed_ranking\";d:1959;s:10:\"popularity\";i:3;s:18:\"popularity_ranking\";d:22.28;s:7:\"primary\";i:3;s:15:\"primary_ranking\";d:22.28;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:22:\"https://www.okodia.com\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"94ee301596730c533be57728ca1634ef\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:59:\"An Okodia team member will email a unique API Token to you.\";s:26:\"how_to_get_credentials_url\";s:64:\"https://wpml.org/translation-service/okodia/#receiving-api-token\";s:30:\"client_create_account_page_url\";s:63:\"https://wpml.org/translation-service/okodia/#requesting-account\";s:14:\"redirect_to_ts\";b:0;}}i:28;C:15:\"WPML_TP_Service\":1843:{a:36:{s:2:\"id\";i:94;s:8:\"logo_url\";s:83:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/morningside-translations.png\";s:4:\"name\";s:24:\"Morningside Translations\";s:11:\"description\";s:213:\"Morningside Translations is an American language service provider. Specializing in highly regulated industries, Morningside provides ISO-certified translation and localization solutions in more than 150 languages.\";s:7:\"doc_url\";s:61:\"https://wpml.org/translation-service/morningside-translations\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:2;s:13:\"speed_ranking\";d:1896;s:10:\"popularity\";i:3;s:18:\"popularity_ranking\";d:21.12;s:7:\"primary\";i:3;s:15:\"primary_ranking\";d:21.12;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:102:\"https://www.morningtrans.com/services/localization/website-translations/wordpress-multilingual-plugin/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"fa41303ea2e844c16f7e20bd5e12cf8c\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";s:14:\"redirect_to_ts\";b:0;}}i:29;C:15:\"WPML_TP_Service\":2054:{a:36:{s:2:\"id\";i:50;s:8:\"logo_url\";s:79:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/meridian-linguistics.png\";s:4:\"name\";s:20:\"Meridian Linguistics\";s:11:\"description\";s:257:\"Meridian Linguistics is a Hong Kong-based translation services company with stringent quality assurance procedures, specializing in technology, law, business, and more. We offer 200+ languages, with particular expertise in Asia, the Middle East, and Europe.\";s:7:\"doc_url\";s:58:\"https://wpml.org/translation-service/meridian-linguistics/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:3;s:18:\"popularity_ranking\";d:19.5;s:7:\"primary\";i:3;s:15:\"primary_ranking\";d:19.5;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:34:\"http://www.meridianlinguistics.com\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"edecb5dee7049e4f69459611e2573779\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:68:\"A Meridian Linguistics team member will email you a unique API Token\";s:26:\"how_to_get_credentials_url\";s:79:\"https://wpml.org/translation-service/meridian-linguistics/#retrieving-api-token\";s:30:\"client_create_account_page_url\";s:101:\"https://wpml.org/translation-service/meridian-linguistics/#requesting-an-meridian-linguistics-account\";s:14:\"redirect_to_ts\";b:0;}}i:30;C:15:\"WPML_TP_Service\":1692:{a:36:{s:2:\"id\";i:76;s:8:\"logo_url\";s:81:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/rws-language-solutions.png\";s:4:\"name\";s:22:\"RWS Language Solutions\";s:11:\"description\";s:116:\"Based in Germany, RWS has more than 60 years of experience working with medium to large businesses around the world.\";s:7:\"doc_url\";s:60:\"https://wpml.org/translation-service/rws-language-solutions/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:2;s:13:\"speed_ranking\";d:1943;s:10:\"popularity\";i:3;s:18:\"popularity_ranking\";d:18.37;s:7:\"primary\";i:3;s:15:\"primary_ranking\";d:18.37;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:54:\"https://www.rws.com/forms/wpml-requesting-rws-account/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"1bdc360fc2fe2ebb177e8a6cb2952d9c\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";s:14:\"redirect_to_ts\";b:0;}}i:31;C:15:\"WPML_TP_Service\":1969:{a:36:{s:2:\"id\";i:30;s:8:\"logo_url\";s:81:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/language-solutions-inc.png\";s:4:\"name\";s:22:\"Language Solutions Inc\";s:11:\"description\";s:190:\"Language Solutions Inc is an American translation and localization firm which specializes in working with healthcare, technical and marketing businesses of all sizes. It was founded in 1998.\";s:7:\"doc_url\";s:60:\"https://wpml.org/translation-service/language-solutions-inc/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:17.67;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:17.67;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:25:\"http://www.langsolinc.com\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"265c044355b0bff5f17755503470b225\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:63:\"Language Solutions Inc team will send you an API Token by email\";s:26:\"how_to_get_credentials_url\";s:81:\"https://wpml.org/translation-service/language-solutions-inc/#retrieving-api-token\";s:30:\"client_create_account_page_url\";s:88:\"https://wpml.org/translation-service/language-solutions-inc/#requesting-a-pozena-account\";s:14:\"redirect_to_ts\";b:0;}}i:32;C:15:\"WPML_TP_Service\":1968:{a:36:{s:2:\"id\";i:89;s:8:\"logo_url\";s:75:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/simply-translate.png\";s:4:\"name\";s:16:\"Simply Translate\";s:11:\"description\";s:260:\"Simply Translate is a professional translation agency for online companies. The combination of in-house language expertise, its user-friendly client platform, and professional translators make it a reliable business partner for your multilingual communication.\";s:7:\"doc_url\";s:53:\"https://wpml.org/translation-service/simply-translate\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:2:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:5:\"Email\";s:4:\"name\";s:5:\"email\";s:4:\"type\";s:4:\"text\";}i:1;O:8:\"stdClass\":3:{s:5:\"label\";s:11:\"Private key\";s:4:\"name\";s:11:\"private_key\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:5;s:13:\"speed_ranking\";d:2050;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:17.63;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:17.63;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:68:\"https://www.simplytranslate.com/services/ecommerce-translation/wpml/\";s:19:\"project_details_url\";s:35:\"https://platform.simplytranslate.nl\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"edc57d14528262a9d1f19999aef77aef\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:0;s:23:\"feedback_forward_method\";s:6:\"manual\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";s:14:\"redirect_to_ts\";b:1;}}i:33;C:15:\"WPML_TP_Service\":1906:{a:36:{s:2:\"id\";i:29;s:8:\"logo_url\";s:65:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/pozena.png\";s:4:\"name\";s:6:\"Pozena\";s:11:\"description\";s:214:\"POZENA is a Polish localization and translation service with more than 20 years\' experience adapting small to medium-size businesses to new language markets. It has more than 400 clients in 22 different countries. \";s:7:\"doc_url\";s:44:\"https://wpml.org/translation-service/pozena/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:3;s:13:\"speed_ranking\";d:2021;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:17.58;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:17.58;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:19:\"https://pozena.com/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"3dbcaf177b3b8a0ffd38c4f077f17df7\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:60:\"A POZENA team member will email your unique API Token to you\";s:26:\"how_to_get_credentials_url\";s:65:\"https://wpml.org/translation-service/pozena/#retrieving-api-token\";s:30:\"client_create_account_page_url\";s:72:\"https://wpml.org/translation-service/pozena/#requesting-a-pozena-account\";s:14:\"redirect_to_ts\";b:0;}}i:34;C:15:\"WPML_TP_Service\":1771:{a:36:{s:2:\"id\";i:80;s:8:\"logo_url\";s:73:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/bigtranslation.png\";s:4:\"name\";s:14:\"BigTranslation\";s:11:\"description\";s:247:\"BigTranslation – Translation agency with years of experience in the market and competitive rates. They work exclusively with native translators in over 50 target languages, offering tailored services that adapt perfectly to our clients’ needs.\";s:7:\"doc_url\";s:52:\"https://wpml.org/translation-service/bigtranslation/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:17.5;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:17.5;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:31:\"https://www.bigtranslation.com/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"a12d879958cec6a27953c1ed284f8032\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";s:14:\"redirect_to_ts\";b:0;}}i:35;C:15:\"WPML_TP_Service\":2051:{a:36:{s:2:\"id\";i:42;s:8:\"logo_url\";s:75:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/lat-multilingual.png\";s:4:\"name\";s:16:\"LAT Multilingual\";s:11:\"description\";s:255:\"LAT Multilingual is a Canadian company which specializes in English to French Canadian translations for companies targeting the Québec market.  Since it was founded in 1999, it has worked with a wide variety of industries from tourism to food and retail.\";s:7:\"doc_url\";s:54:\"https://wpml.org/translation-service/lat-multilingual/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:16.83;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:16.83;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:61:\"http://www.latmultilingual.com/wordpress-website-translations\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"17e8abb612636cdd96e60afba259d884\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:64:\"A LAT Multilingual team member will email you a unique API Token\";s:26:\"how_to_get_credentials_url\";s:75:\"https://wpml.org/translation-service/lat-multilingual/#retrieving-api-token\";s:30:\"client_create_account_page_url\";s:92:\"https://wpml.org/translation-service/lat-multilingual/#requesting-a-lat-multilingual-account\";s:14:\"redirect_to_ts\";b:0;}}i:36;C:15:\"WPML_TP_Service\":2019:{a:36:{s:2:\"id\";i:72;s:8:\"logo_url\";s:75:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/betranslated-com.png\";s:4:\"name\";s:16:\"BeTranslated.com\";s:11:\"description\";s:294:\"BeTranslated is a network of translation project managers operating as a decentralized translation agency to serve the website and document translation needs of small, medium and large companies across Europe and North America. We specialize in marketing, travel, IT and technical translations.\";s:7:\"doc_url\";s:49:\"https://wpml.org/translation-service/betranslated\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:16.42;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:16.42;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:24:\"http://betranslated.com/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"fa663ae2188d9dfc589f5b8f6a5c2b0c\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:63:\"A BeTranslated team member will email a unique API Token to you\";s:26:\"how_to_get_credentials_url\";s:70:\"https://wpml.org/translation-service/betranslated/#receiving-api-token\";s:30:\"client_create_account_page_url\";s:69:\"https://wpml.org/translation-service/betranslated/#requesting-account\";s:14:\"redirect_to_ts\";b:0;}}i:37;C:15:\"WPML_TP_Service\":2098:{a:36:{s:2:\"id\";i:56;s:8:\"logo_url\";s:78:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/nativy-translations.png\";s:4:\"name\";s:19:\"Nativy Translations\";s:11:\"description\";s:194:\"Nativy is a Vienna-based online translation agency offering professional translation services for over 500 language combinations in over 52 areas of specialization like tourism, IT, legal, etc. \";s:7:\"doc_url\";s:57:\"https://wpml.org/translation-service/nativy-translations/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:2:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:7:\"API key\";s:4:\"name\";s:7:\"api_key\";s:4:\"type\";s:4:\"text\";}i:1;O:8:\"stdClass\":3:{s:5:\"label\";s:11:\"Private key\";s:4:\"name\";s:11:\"private_key\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:16;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:16;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:22:\"https://www.nativy.com\";s:19:\"project_details_url\";s:36:\"https://www.nativy.com/client/orders\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"406abbd6c5ab8df7b17f8acc68415b0c\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:5:\"email\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:76:\"Contact your Nativy project manager and request your API Key and Private Key\";s:26:\"how_to_get_credentials_url\";s:79:\"https://wpml.org/translation-service/nativy-translations/#receiving-credentials\";s:30:\"client_create_account_page_url\";s:79:\"https://wpml.org/translation-service/nativy-translations/#requesting-an-account\";s:14:\"redirect_to_ts\";b:1;}}i:38;C:15:\"WPML_TP_Service\":1879:{a:36:{s:2:\"id\";i:108;s:8:\"logo_url\";s:87:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/quality-translation-services.png\";s:4:\"name\";s:28:\"Quality Translation Services\";s:11:\"description\";s:299:\"Quality Translation Services is a professional translation company which offers high quality translation and website localization services at very attractive prices. They employ the latest translation tools and apply a rigorous translation process to ensure quality, consistency and timely delivery.\";s:7:\"doc_url\";s:66:\"https://wpml.org/translation-service/quality-translation-services/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:15.67;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:15.67;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:42:\"http://www.qualitytranslationservices.com/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"8853226d14818dfdc7d325c53a290436\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";s:14:\"redirect_to_ts\";b:0;}}i:39;C:15:\"WPML_TP_Service\":1770:{a:36:{s:2:\"id\";i:112;s:8:\"logo_url\";s:63:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/mtlt.png\";s:4:\"name\";s:4:\"MTLT\";s:11:\"description\";s:282:\"MTLT is a network of professional translators offering high-end language services to communicate effectively across different markets & cultures. Take advantage of their skills in translating your content into the language of your target audience with culturally sensitive accuracy.\";s:7:\"doc_url\";s:42:\"https://wpml.org/translation-service/mtlt/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:4;s:13:\"speed_ranking\";d:2039;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:15.48;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:15.48;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:20:\"https://www.mtlt.eu/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"c569723b18f7a32e5fe64d152931a331\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";s:14:\"redirect_to_ts\";b:0;}}i:40;C:15:\"WPML_TP_Service\":1756:{a:36:{s:2:\"id\";i:109;s:8:\"logo_url\";s:77:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/jublo-translations.png\";s:4:\"name\";s:18:\"Jublo Translations\";s:11:\"description\";s:233:\"Jublo is translation agency born in Yorkshire, England specialising in IT, travel, machinery and marketing. It provides services all over the globe, bringing only high quality and professionalism to some of the worlds biggest brands.\";s:7:\"doc_url\";s:55:\"https://wpml.org/translation-service/jublo-translations\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:15;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:15;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:22:\"https://www.jublo.net/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"d9d4148b846f06d38f17b6bf80faa269\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";s:14:\"redirect_to_ts\";b:0;}}i:41;C:15:\"WPML_TP_Service\":1944:{a:36:{s:2:\"id\";i:52;s:8:\"logo_url\";s:70:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/zelux-media.png\";s:4:\"name\";s:11:\"Zelux Media\";s:11:\"description\";s:216:\"Zelux Media offers translation services in more than 2,500 language pairs, specializing in Asian languages. It was founded in the USA in 2007 and its SEO-trained translators work with small to medium-size businesses.\";s:7:\"doc_url\";s:49:\"https://wpml.org/translation-service/zelux-media/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:14.92;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:14.92;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:27:\"https://www.zeluxmedia.com/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"80b7d2276b7d5e7b91040337572b205f\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:59:\"A Zelux Media team member will email you a unique API Token\";s:26:\"how_to_get_credentials_url\";s:70:\"https://wpml.org/translation-service/zelux-media/#retrieving-api-token\";s:30:\"client_create_account_page_url\";s:83:\"https://wpml.org/translation-service/zelux-media/#requesting-an-zelux-media-account\";s:14:\"redirect_to_ts\";b:0;}}i:42;C:15:\"WPML_TP_Service\":1633:{a:36:{s:2:\"id\";i:96;s:8:\"logo_url\";s:77:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/toft-international.png\";s:4:\"name\";s:18:\"TOFT International\";s:11:\"description\";s:112:\"At TOFT International, our aim is to provide our clients with high-quality translations done by native speakers.\";s:7:\"doc_url\";s:56:\"https://wpml.org/translation-service/toft-international/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:14.83;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:14.83;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:14:\"http://toft.lt\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"c7a8e6bb94a26065c5fcfeee735e2a64\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";s:14:\"redirect_to_ts\";b:0;}}i:43;C:15:\"WPML_TP_Service\":2068:{a:36:{s:2:\"id\";i:60;s:8:\"logo_url\";s:80:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/mcfelder-translations.png\";s:4:\"name\";s:21:\"McFelder Translations\";s:11:\"description\";s:287:\"McFelder is a Spanish translation service working with small to medium-sized businesses in the health, technology, marketing and corporate real estate sectors. Founded in 2001, with 6000 translators specializing in simple to complex projects which require in-depth technical terminology.\";s:7:\"doc_url\";s:59:\"https://wpml.org/translation-service/mcfelder-translations/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:14.25;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:14.25;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:33:\"http://translations.mcfelder.com/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"048a7ab87f2326fee1b10994f73cbf84\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:72:\"A McFelder Translations team member will email a unique API Token to you\";s:26:\"how_to_get_credentials_url\";s:79:\"https://wpml.org/translation-service/mcfelder-translations/#receiving-api-token\";s:30:\"client_create_account_page_url\";s:78:\"https://wpml.org/translation-service/mcfelder-translations/#requesting-account\";s:14:\"redirect_to_ts\";b:0;}}i:44;C:15:\"WPML_TP_Service\":1895:{a:36:{s:2:\"id\";i:71;s:8:\"logo_url\";s:64:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/alpis.png\";s:4:\"name\";s:5:\"Alpis\";s:11:\"description\";s:220:\"Alpis is a French company based in Paris providing high-quality localisations services for your website in more than 100 languages by qualified human linguists and specialists. Click to discover our quality and services.\";s:7:\"doc_url\";s:42:\"https://wpml.org/translation-service/alpis\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:14.17;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:14.17;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:24:\"https://www.alpis.fr/en/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"5cea21a759913fbea87000606ed0ebab\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:57:\"An Alpis team member will email a unique API Token to you\";s:26:\"how_to_get_credentials_url\";s:63:\"https://wpml.org/translation-service/alpis/#receiving-api-token\";s:30:\"client_create_account_page_url\";s:62:\"https://wpml.org/translation-service/alpis/#requesting-account\";s:14:\"redirect_to_ts\";b:0;}}i:45;C:15:\"WPML_TP_Service\":1897:{a:36:{s:2:\"id\";i:49;s:8:\"logo_url\";s:65:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/ulatus.png\";s:4:\"name\";s:6:\"Ulatus\";s:11:\"description\";s:217:\"Ulatus is an American company focusing on Asian languages - explicitly Japanese, Chinese, Korean and Indic languages.  It was founded in 2005 and has 1200 in-territory translators working with a variety of industries.\";s:7:\"doc_url\";s:44:\"https://wpml.org/translation-service/ulatus/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:14.08;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:14.08;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:23:\"https://www.ulatus.com/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"a922e13546c96ba8d78160d7adc2f9be\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:57:\"A Ulatus team member will email a unique API Token to you\";s:26:\"how_to_get_credentials_url\";s:64:\"https://wpml.org/translation-service/ulatus/#receiving-api-token\";s:30:\"client_create_account_page_url\";s:63:\"https://wpml.org/translation-service/ulatus/#requesting-account\";s:14:\"redirect_to_ts\";b:0;}}i:46;C:15:\"WPML_TP_Service\":1736:{a:36:{s:2:\"id\";i:65;s:8:\"logo_url\";s:80:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/at-language-solutions.png\";s:4:\"name\";s:21:\"AT Language Solutions\";s:11:\"description\";s:187:\"AT Language Solutions is a Spanish service which works with small and medium businesses. Since its creation in 1999, it now employs more than 4,000 professionals working in all languages.\";s:7:\"doc_url\";s:59:\"https://wpml.org/translation-service/at-language-solutions/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API Token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:14;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:14;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:36:\"https://www.at-languagesolutions.com\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"e5ad0596522cb049733698b311916864\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:0;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:6:\"manual\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";s:14:\"redirect_to_ts\";b:0;}}i:47;C:15:\"WPML_TP_Service\":2007:{a:36:{s:2:\"id\";i:53;s:8:\"logo_url\";s:70:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/geacom-gmbh.png\";s:4:\"name\";s:11:\"Geacom GmbH\";s:11:\"description\";s:303:\"Geacom offers translations into European, Asian as well as rare languages. Itsnative translators are specialized in areas such as technology, software, law, science, marketing and politics. Geacom\'s project management flow is fast and we are happy to help with any technical or organizational questions.\";s:7:\"doc_url\";s:49:\"https://wpml.org/translation-service/geacom-gmbh/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:13.5;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:13.5;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:18:\"https://geacom.de/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"db61e1e11638127f0e69871d38d15d4b\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:62:\"A Geacom GmbH team member will email a unique API Token to you\";s:26:\"how_to_get_credentials_url\";s:69:\"https://wpml.org/translation-service/geacom-gmbh/#receiving-api-token\";s:30:\"client_create_account_page_url\";s:68:\"https://wpml.org/translation-service/geacom-gmbh/#requesting-account\";s:14:\"redirect_to_ts\";b:0;}}i:48;C:15:\"WPML_TP_Service\":1796:{a:36:{s:2:\"id\";i:113;s:8:\"logo_url\";s:67:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/versacom.png\";s:4:\"name\";s:8:\"Versacom\";s:11:\"description\";s:297:\"Versacom defines what world class means in the translation industry. In addition to multilingual translation services, Versacom offers consulting and numerous specialized services. A whole universe of languages and dialects is within your reach with Versacom\'s professional quality and efficiency.\";s:7:\"doc_url\";s:46:\"https://wpml.org/translation-service/versacom/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:13.5;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:13.5;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:24:\"https://www.versacom.ca/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"ea5d9737d96c68da0921eddf3496ca3e\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";s:14:\"redirect_to_ts\";b:0;}}i:49;C:15:\"WPML_TP_Service\":2124:{a:36:{s:2:\"id\";i:6;s:8:\"logo_url\";s:73:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/translatemedia.png\";s:4:\"name\";s:14:\"TranslateMedia\";s:11:\"description\";s:90:\"Connect your Wordpress site to STREAM™ - TranslateMedia\'s translation management service\";s:7:\"doc_url\";s:52:\"https://wpml.org/translation-service/translatemedia/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:2:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:8:\"Username\";s:4:\"name\";s:8:\"username\";s:4:\"type\";s:4:\"text\";}i:1;O:8:\"stdClass\":3:{s:5:\"label\";s:7:\"API key\";s:4:\"name\";s:7:\"api_key\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:1;s:13:\"speed_ranking\";d:1674;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:13.43;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:13.43;}s:18:\"has_language_pairs\";b:0;s:3:\"url\";s:88:\"https://www.tm-stream.com/2_0/DeveloperCentre/Registration.aspx?platform=uyvm2o1gQZ4!$£\";s:19:\"project_details_url\";s:85:\"https://services.translatemedia.com/2_0/CorporatePortal/CPFileManager.aspx?platform=3\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"37cfcdf04d20f326391990eee25dd54d\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:0;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:6:\"manual\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:106:\"Your API key is located under \"Development Center page > API KEY\" on your TranslateMedia account Dashboard\";s:26:\"how_to_get_credentials_url\";s:65:\"https://wpml.org/translation-service/translatemedia/#connect-site\";s:30:\"client_create_account_page_url\";s:92:\"https://www.tm-stream.com/2_0/DeveloperCentre/Registration.aspx?platform=uyvm2o1gQZ4!$%C2%A3\";s:14:\"redirect_to_ts\";b:1;}}i:50;C:15:\"WPML_TP_Service\":2033:{a:36:{s:2:\"id\";i:64;s:8:\"logo_url\";s:69:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/pluslingua.png\";s:4:\"name\";s:10:\"PlusLingua\";s:11:\"description\";s:226:\"PlusLingua has offices across Europe and predominantly deals with small to medium-size businesses. Since 2006, it has offered a range of translations for technical documentation, legal documents, marketing and business papers.\";s:7:\"doc_url\";s:80:\"https://wpml.org/translation-service/pluslingua-technical-communication-services\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:13.42;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:13.42;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:25:\"http://www.pluslingua.com\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"ba11f752696ef6a4f922417b1fddb42f\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:61:\"A PlusLingua team member will email a unique API Token to you\";s:26:\"how_to_get_credentials_url\";s:101:\"https://wpml.org/translation-service/pluslingua-technical-communication-services/#receiving-api-token\";s:30:\"client_create_account_page_url\";s:100:\"https://wpml.org/translation-service/pluslingua-technical-communication-services/#requesting-account\";s:14:\"redirect_to_ts\";b:0;}}i:51;C:15:\"WPML_TP_Service\":2417:{a:36:{s:2:\"id\";i:87;s:8:\"logo_url\";s:75:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/mars-translation.png\";s:4:\"name\";s:16:\"Mars Translation\";s:11:\"description\";s:256:\"Mars Translation is an international leader in the translation marketplace that offers a transparent, intuitive and cost-effective online portal to customers who need documents, web content, and video content translated guaranteeing high-quality and speed.\";s:7:\"doc_url\";s:54:\"https://wpml.org/translation-service/mars-translation/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:4:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"Client ID\";s:4:\"name\";s:9:\"client_id\";s:4:\"type\";s:4:\"text\";}i:1;O:8:\"stdClass\":3:{s:5:\"label\";s:13:\"Client Secret\";s:4:\"name\";s:13:\"client_secret\";s:4:\"type\";s:4:\"text\";}i:2;O:8:\"stdClass\":3:{s:5:\"label\";s:8:\"Username\";s:4:\"name\";s:8:\"username\";s:4:\"type\";s:4:\"text\";}i:3;O:8:\"stdClass\":3:{s:5:\"label\";s:8:\"Password\";s:4:\"name\";s:8:\"password\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:13.25;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:13.25;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:54:\"https://www.marstranslation.com/?affiliate=GgyhEa8h39Y\";s:19:\"project_details_url\";s:47:\"https://www.marstranslation.com/client/list/all\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"79fe9fda7f31390d11dc1db053cf7f40\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:0;s:23:\"feedback_forward_method\";s:6:\"manual\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:78:\"Visit our Customer Support online resource to learn more about API Credentials\";s:26:\"how_to_get_credentials_url\";s:106:\"https://www.marstranslation.com/detail/additional-support/how-to-get-api-credentials?affiliate=GgyhEa8h39Y\";s:30:\"client_create_account_page_url\";s:61:\"https://www.marstranslation.com/contact?affiliate=GgyhEa8h39Y\";s:14:\"redirect_to_ts\";b:1;}}i:52;C:15:\"WPML_TP_Service\":1746:{a:36:{s:2:\"id\";i:77;s:8:\"logo_url\";s:68:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/tripleink.png\";s:4:\"name\";s:9:\"TripleInk\";s:11:\"description\";s:242:\"TripleInk was founded in 1991 in Minneapolis, USA. It provides professional translation, transcreation and localization services for B2B and consumer marketers from a wide range of industries, including life sciences, financial and technical.\";s:7:\"doc_url\";s:46:\"https://wpml.org/translation-service/tripleink\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:13.17;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:13.17;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:26:\"https://www.tripleink.com/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"ef1de71437e8348003fc227feb22838f\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";s:14:\"redirect_to_ts\";b:0;}}i:53;C:15:\"WPML_TP_Service\":1791:{a:36:{s:2:\"id\";i:106;s:8:\"logo_url\";s:76:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/world-translation.png\";s:4:\"name\";s:17:\"World Translation\";s:11:\"description\";s:250:\"World Translation is a Danish company supplying translations and other language services in all languages to companies all over the world. They act as a dynamic partner to their customers and provide quality solutions to strengthen their reputations.\";s:7:\"doc_url\";s:55:\"https://wpml.org/translation-service/world-translation/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:5;s:13:\"speed_ranking\";d:2051;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:13.07;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:13.07;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:33:\"https://www.worldtranslation.com/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"e04c35767882abf1c91cfef3695a24a9\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";s:14:\"redirect_to_ts\";b:0;}}i:54;C:15:\"WPML_TP_Service\":1922:{a:36:{s:2:\"id\";i:68;s:8:\"logo_url\";s:67:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/l-txt-ou.png\";s:4:\"name\";s:9:\"L.TXT OÜ\";s:11:\"description\";s:239:\"L.TXT is an Estonian translation firm which works with small and medium-sized businesses. It specializes in technical translations and highly complex, technically demanding projects. Its translators share a rich background in the subjects.\";s:7:\"doc_url\";s:46:\"https://wpml.org/translation-service/l-txt-ou/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:13;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:13;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:18:\"http://www.ltxt.eu\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"26d00f62ca93f57c36ddefd1ba301295\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:60:\"A L.TXT OÜ team member will email a unique API Token to you\";s:26:\"how_to_get_credentials_url\";s:66:\"https://wpml.org/translation-service/l-txt-ou/#receiving-api-token\";s:30:\"client_create_account_page_url\";s:65:\"https://wpml.org/translation-service/l-txt-ou/#requesting-account\";s:14:\"redirect_to_ts\";b:0;}}i:55;C:15:\"WPML_TP_Service\":1826:{a:36:{s:2:\"id\";i:92;s:8:\"logo_url\";s:73:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/translation-ie.png\";s:4:\"name\";s:14:\"Translation.ie\";s:11:\"description\";s:310:\"Quality Assured EN/ISO17100 Human Translation. Any Language. We will tailor a process that is right for you and provide one to one advice and support for the duration of your project, we can also create or adapt your content to your market, tell us what you need to fit your budget. We have a solution for you.\";s:7:\"doc_url\";s:52:\"https://wpml.org/translation-service/translation-ie/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:12.83;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:12.83;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:21:\"http://translation.ie\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"482b7f5fbaa40a742a65ca97ed14b2ae\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";s:14:\"redirect_to_ts\";b:0;}}i:56;C:15:\"WPML_TP_Service\":1829:{a:36:{s:2:\"id\";i:88;s:8:\"logo_url\";s:81:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/languageline-solutions.png\";s:4:\"name\";s:22:\"LanguageLine Solutions\";s:11:\"description\";s:281:\"LanguageLine Solutions is a language service provider delivering ISO 17100 accredited website translations. Translating and localising content into +200 languages, it develops a tailored approach to your specific style and tone, optimizing foreign language fit for the local market\";s:7:\"doc_url\";s:60:\"https://wpml.org/translation-service/languageline-solutions/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:12.75;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:12.75;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:29:\"https://www.languageline.com/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"4368aaed8cf559a1f11dc98d7f70874c\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";s:14:\"redirect_to_ts\";b:0;}}i:57;C:15:\"WPML_TP_Service\":1735:{a:36:{s:2:\"id\";i:115;s:8:\"logo_url\";s:67:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/tatutrad.png\";s:4:\"name\";s:8:\"Tatutrad\";s:11:\"description\";s:241:\"Tatutrad is a language services company with +10 years of experience. They offer creative translation and website localization services of the best quality. Their priority is to make customers’ life easier and let their products go global.\";s:7:\"doc_url\";s:46:\"https://wpml.org/translation-service/tatutrad/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:12.5;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:12.5;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:19:\"http://tatutrad.net\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"553da43ae096e5bf40a25d587618aaf0\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";s:14:\"redirect_to_ts\";b:0;}}i:58;C:15:\"WPML_TP_Service\":1812:{a:36:{s:2:\"id\";i:105;s:8:\"logo_url\";s:80:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/quicksilver-translate.png\";s:4:\"name\";s:21:\"Quicksilver Translate\";s:11:\"description\";s:258:\"Multilingual translation and desktop publishing solutions that make multilingual documentation easier. Global reach, all languages, all formats. State-of-the-art software and qualified, bilingual translators carry out large projects in very short timeframes.\";s:7:\"doc_url\";s:59:\"https://wpml.org/translation-service/quicksilver-translate/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:12.42;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:12.42;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:37:\"https://www.quicksilvertranslate.com/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"be1c1d266f78c4dd7778d8afec990b1c\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";s:14:\"redirect_to_ts\";b:0;}}i:59;C:15:\"WPML_TP_Service\":1774:{a:36:{s:2:\"id\";i:101;s:8:\"logo_url\";s:75:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/k-j-translations.png\";s:4:\"name\";s:16:\"K&J Translations\";s:11:\"description\";s:247:\"K&J Translations is based in Slovenia, works on numerous markets and co-operates with more than 250 translators from all around the world. We specialize on the Central European and European languages as well as some of the biggest world languages.\";s:7:\"doc_url\";s:52:\"https://wpml.org/translation-service/kj-translations\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:12.25;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:12.25;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:27:\"https://kjtranslations.com/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"37bf80898cc416edd1eb8bab6d4bb11d\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";s:14:\"redirect_to_ts\";b:0;}}i:60;C:15:\"WPML_TP_Service\":2017:{a:36:{s:2:\"id\";i:55;s:8:\"logo_url\";s:78:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/translate-by-humans.png\";s:4:\"name\";s:19:\"Translate By Humans\";s:11:\"description\";s:247:\"Translate By Humans is a London-based translation service with more than a 1,000 language pairs available. Since it was created five years ago, it has served small to medium-size businesses in the legal, medical and travel industries among others.\";s:7:\"doc_url\";s:57:\"https://wpml.org/translation-service/translate-by-humans/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:12.17;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:12.17;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:34:\"https://www.translatebyhumans.com/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"829a35138840fe2563d620278b5f2239\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:70:\"A Translate by Humans team member will email a unique API Token to you\";s:26:\"how_to_get_credentials_url\";s:77:\"https://wpml.org/translation-service/translate-by-humans/#receiving-api-token\";s:30:\"client_create_account_page_url\";s:76:\"https://wpml.org/translation-service/translate-by-humans/#requesting-account\";s:14:\"redirect_to_ts\";b:0;}}i:61;C:15:\"WPML_TP_Service\":1943:{a:36:{s:2:\"id\";i:62;s:8:\"logo_url\";s:89:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/transfluent-translation-agency.png\";s:4:\"name\";s:30:\"Transfluent Translation Agency\";s:11:\"description\";s:189:\"Transfluent was founded in 2011 and has bases in USA and Finland. It works with small to medium-size businesses from small game developers to Nasdaq listed companies in dozens of countries.\";s:7:\"doc_url\";s:49:\"https://wpml.org/translation-service/transfluent/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:12.17;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:12.17;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:28:\"https://www.transfluent.com/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"84e36198cb7f9085ca621971ba0c205b\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:62:\"A Transfluent team member will email a unique API Token to you\";s:26:\"how_to_get_credentials_url\";s:69:\"https://wpml.org/translation-service/transfluent/#receiving-api-token\";s:30:\"client_create_account_page_url\";s:68:\"https://wpml.org/translation-service/transfluent/#requesting-account\";s:14:\"redirect_to_ts\";b:0;}}i:62;C:15:\"WPML_TP_Service\":1932:{a:36:{s:2:\"id\";i:73;s:8:\"logo_url\";s:65:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/atenao.png\";s:4:\"name\";s:6:\"Atenao\";s:11:\"description\";s:253:\"Trusted translation partner for groups such as Lacoste, L’Oréal, Olympus and Fujifilm Medical Systems, Atenao’s team of professional, native, experienced translators has translated hundreds of marketing, e-commerce, tourism and technology websites.\";s:7:\"doc_url\";s:44:\"https://wpml.org/translation-service/atenao/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:12.17;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:12.17;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:21:\"http://www.atenao.com\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"f249d570e4a79bf3e32907034b4f2f61\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:58:\"An Atenao team member will email a unique API Token to you\";s:26:\"how_to_get_credentials_url\";s:64:\"https://wpml.org/translation-service/atenao/#receiving-api-token\";s:30:\"client_create_account_page_url\";s:63:\"https://wpml.org/translation-service/atenao/#requesting-account\";s:14:\"redirect_to_ts\";b:0;}}i:63;C:15:\"WPML_TP_Service\":2087:{a:36:{s:2:\"id\";i:57;s:8:\"logo_url\";s:67:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/acculing.png\";s:4:\"name\";s:8:\"Acculing\";s:11:\"description\";s:150:\"AccuLing brings together the right combination of people, processes, and technology to provide accuracy, speed, and cost-effectiveness in translation.\";s:7:\"doc_url\";s:46:\"https://wpml.org/translation-service/acculing/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:2:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:8:\"Username\";s:4:\"name\";s:15:\"client_username\";s:4:\"type\";s:4:\"text\";}i:1;O:8:\"stdClass\":3:{s:5:\"label\";s:8:\"Password\";s:4:\"name\";s:15:\"client_password\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:12.08;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:12.08;}s:18:\"has_language_pairs\";b:0;s:3:\"url\";s:19:\"http://acculing.com\";s:19:\"project_details_url\";s:84:\"https://fluencyserver.com/Acculing/FluencyFlow/CustomerPortal/CustomerDashboard.aspx\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"38a623f611a08d65a565ec91588e74ba\";s:12:\"notification\";b:0;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:6:\"manual\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:102:\"Acculing will email you information on how to complete your registration and retrieve your credentials\";s:26:\"how_to_get_credentials_url\";s:68:\"https://wpml.org/translation-service/acculing/#receiving-credentials\";s:30:\"client_create_account_page_url\";s:68:\"https://wpml.org/translation-service/acculing/#requesting-an-account\";s:14:\"redirect_to_ts\";b:1;}}i:64;C:15:\"WPML_TP_Service\":1772:{a:36:{s:2:\"id\";i:97;s:8:\"logo_url\";s:70:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/terralingua.png\";s:4:\"name\";s:11:\"Terralingua\";s:11:\"description\";s:247:\"Terralingua is an ISO 9001 and 17100 certified translation and localization provider supporting global businesses since 1999. We deliver high-quality professional work by native speaking linguists in over 50 different languages for all industries.\";s:7:\"doc_url\";s:48:\"https://wpml.org/translation-service/terralingua\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:12.08;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:12.08;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:40:\"https://www.terralinguatranslations.com/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"832ee2debd6dd95c1d225e0146b60c7c\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";s:14:\"redirect_to_ts\";b:0;}}i:65;C:15:\"WPML_TP_Service\":1812:{a:36:{s:2:\"id\";i:104;s:8:\"logo_url\";s:69:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/elite-asia.png\";s:4:\"name\";s:10:\"Elite Asia\";s:11:\"description\";s:293:\"Headquartered in Singapore, Elite Translations offers translation services in over 70 language pairs, as well as global digital marketing solutions and mass localization technology. It has since managed over 26,000 projects in 26 countries with a talented network of more than 4,000 linguists.\";s:7:\"doc_url\";s:55:\"https://wpml.org/translation-service/elite-translations\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:12;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:12;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:34:\"https://www.elitetranslations.asia\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"b14cb2eee9c013ce014629e5ead4839c\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";s:14:\"redirect_to_ts\";b:0;}}i:66;C:15:\"WPML_TP_Service\":1743:{a:36:{s:2:\"id\";i:103;s:8:\"logo_url\";s:65:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/lengoo.png\";s:4:\"name\";s:6:\"Lengoo\";s:11:\"description\";s:251:\"Lengoo is a large European platform for expert translations with an AI edge. Lengoo rethinks the concept of translation by uniting human creativity with the precision of AI for the highest quality, consistency, and fast results at an unbeatable price.\";s:7:\"doc_url\";s:43:\"https://wpml.org/translation-service/lengoo\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:11.58;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:11.58;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:22:\"https://www.lengoo.com\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"e10eca4deecddfa2957f68f5d2f71f28\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";s:14:\"redirect_to_ts\";b:0;}}i:67;C:15:\"WPML_TP_Service\":1954:{a:36:{s:2:\"id\";i:63;s:8:\"logo_url\";s:69:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/simultrans.png\";s:4:\"name\";s:10:\"SimulTrans\";s:11:\"description\";s:248:\"SimulTrans provides website, software, and document localization services, translating text into over 100 languages. Established in 1984, SimulTrans has international offices and focuses on quality, exemplified by ISO 9001 and 17100 certifications.\";s:7:\"doc_url\";s:48:\"https://wpml.org/translation-service/simultrans/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:11.2;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:11.2;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:26:\"http://www.simultrans.com/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"c52494d5479d5a888ec98b78965ea2fb\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:61:\"A SimulTrans team member will email a unique API Token to you\";s:26:\"how_to_get_credentials_url\";s:68:\"https://wpml.org/translation-service/simultrans/#receiving-api-token\";s:30:\"client_create_account_page_url\";s:67:\"https://wpml.org/translation-service/simultrans/#requesting-account\";s:14:\"redirect_to_ts\";b:0;}}i:68;C:15:\"WPML_TP_Service\":1716:{a:36:{s:2:\"id\";i:79;s:8:\"logo_url\";s:68:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/ad-verbum.png\";s:4:\"name\";s:9:\"AD VERBUM\";s:11:\"description\";s:213:\"AD VERBUM is a northern European translation and localization company working in 90+ target languages. It specializes in various fields including pharmacy, healthcare and legal for small to medium-size businesses.\";s:7:\"doc_url\";s:47:\"https://wpml.org/translation-service/ad-verbum/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:10.17;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:10.17;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:24:\"https://www.adverbum.com\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"456cf5b648e41fadadd6f94c13605dbe\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";s:14:\"redirect_to_ts\";b:0;}}i:69;C:15:\"WPML_TP_Service\":1798:{a:36:{s:2:\"id\";i:110;s:8:\"logo_url\";s:80:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/transline-deutschland.png\";s:4:\"name\";s:21:\"Transline Deutschland\";s:11:\"description\";s:258:\"With its experienced teams of specialized translators, proofreaders and project managers, language service provider Transline has been helping companies in the DACH region to successfully market their products on an international scale for the past 30 years.\";s:7:\"doc_url\";s:59:\"https://wpml.org/translation-service/transline-deutschland/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:9.67;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:9.67;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:25:\"https://www.transline.de/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"7485434837a20872046f85e7e77b5f89\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";s:14:\"redirect_to_ts\";b:0;}}i:70;C:15:\"WPML_TP_Service\":1844:{a:36:{s:2:\"id\";i:40;s:8:\"logo_url\";s:68:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/wordcraft.png\";s:4:\"name\";s:9:\"Wordcraft\";s:11:\"description\";s:158:\"Wordcraft is a German translation service working with companies from a variety of industries of all sizes including engineering, automotive and logistics.   \";s:7:\"doc_url\";s:47:\"https://wpml.org/translation-service/wordcraft/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:1;s:18:\"popularity_ranking\";d:9;s:7:\"primary\";i:1;s:15:\"primary_ranking\";d:9;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:20:\"http://wordcraft.cc/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"c3dc4ea9f763d31bdfc33fbeb99ce24f\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:60:\"A Wordcraft team member will email a unique API Token to you\";s:26:\"how_to_get_credentials_url\";s:63:\"https://wpml.org/translation-service/wordcraft/#receiving-token\";s:30:\"client_create_account_page_url\";s:69:\"https://wpml.org/translation-service/wordcraft/#requesting-an-account\";s:14:\"redirect_to_ts\";b:0;}}i:71;C:15:\"WPML_TP_Service\":1871:{a:36:{s:2:\"id\";i:70;s:8:\"logo_url\";s:65:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/speakt.png\";s:4:\"name\";s:6:\"Speakt\";s:11:\"description\";s:199:\"Speakt is a British translation service founded in 2010 and works with small to medium-size businesses. It offers professional human translations for more than 35 languages and 2,000 language pairs. \";s:7:\"doc_url\";s:43:\"https://wpml.org/translation-service/speakt\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:1;s:18:\"popularity_ranking\";d:8.83;s:7:\"primary\";i:1;s:15:\"primary_ranking\";d:8.83;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:18:\"https://speakt.com\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"4a52b62404d73d86b86e9cbb05a38eaa\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:57:\"A Speakt team member will email a unique API Token to you\";s:26:\"how_to_get_credentials_url\";s:64:\"https://wpml.org/translation-service/speakt/#receiving-api-token\";s:30:\"client_create_account_page_url\";s:63:\"https://wpml.org/translation-service/speakt/#requesting-account\";s:14:\"redirect_to_ts\";b:0;}}i:72;C:15:\"WPML_TP_Service\":1760:{a:36:{s:2:\"id\";i:111;s:8:\"logo_url\";s:68:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/linguarum.png\";s:4:\"name\";s:9:\"Linguarum\";s:11:\"description\";s:257:\"As a German agency, Linguarum provides handcrafted translations that are completed by native and specialist translators. Along with individual consulting goes the localization and SEO for your website. Choosing Linguarum means your website is in safe hands.\";s:7:\"doc_url\";s:47:\"https://wpml.org/translation-service/linguarum/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:1;s:18:\"popularity_ranking\";d:8.83;s:7:\"primary\";i:1;s:15:\"primary_ranking\";d:8.83;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:25:\"https://www.linguarum.de/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"5ecaa5833688ffb39f39d58b174985f1\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";s:14:\"redirect_to_ts\";b:0;}}i:73;C:15:\"WPML_TP_Service\":2021:{a:36:{s:2:\"id\";i:44;s:8:\"logo_url\";s:80:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/mgs-language-services.png\";s:4:\"name\";s:21:\"MGS Language Services\";s:11:\"description\";s:253:\"ManpowerGroup Solutions Language Services is an Israeli translator for commercial, industrial and government organizations. It has 1200 translators and content writers covering 160 languages, with a particular emphasis on Hebrew and Arabic translations.\";s:7:\"doc_url\";s:62:\"https://wpml.org/translation-service/mgs-translation-services/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:1;s:18:\"popularity_ranking\";d:8.67;s:7:\"primary\";i:1;s:15:\"primary_ranking\";d:8.67;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:26:\"http://www.mgslanguage.com\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"af4eae135ec1f5884f0e757f5748fb32\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:56:\"An MGS team member will email a unique API Token to you.\";s:26:\"how_to_get_credentials_url\";s:82:\"https://wpml.org/translation-service/mgs-translation-services/#receiving-api-token\";s:30:\"client_create_account_page_url\";s:84:\"https://wpml.org/translation-service/mgs-translation-services/#requesting-an-account\";s:14:\"redirect_to_ts\";b:0;}}i:74;C:15:\"WPML_TP_Service\":1752:{a:36:{s:2:\"id\";i:114;s:8:\"logo_url\";s:69:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/lionbridge.png\";s:4:\"name\";s:10:\"Lionbridge\";s:11:\"description\";s:39:\"Lionbridge Connector for Wordpress WPML\";s:7:\"doc_url\";s:47:\"https://wpml.org/translation-service/lionbridge\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:3:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:12:\"Base API URL\";s:4:\"name\";s:12:\"base_api_url\";s:4:\"type\";s:4:\"text\";}i:1;O:8:\"stdClass\":3:{s:5:\"label\";s:8:\"Username\";s:4:\"name\";s:8:\"username\";s:4:\"type\";s:4:\"text\";}i:2;O:8:\"stdClass\":3:{s:5:\"label\";s:8:\"Password\";s:4:\"name\";s:8:\"password\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:1;s:18:\"popularity_ranking\";d:8.67;s:7:\"primary\";i:1;s:15:\"primary_ranking\";d:8.67;}s:18:\"has_language_pairs\";b:0;s:3:\"url\";s:26:\"https://www.lionbridge.com\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"fc480f21118190585ff5d5e5384ae931\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:6:\"manual\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";s:14:\"redirect_to_ts\";b:0;}}i:75;C:15:\"WPML_TP_Service\":1768:{a:36:{s:2:\"id\";i:90;s:8:\"logo_url\";s:71:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/lingua-world.png\";s:4:\"name\";s:12:\"Lingua-World\";s:11:\"description\";s:255:\"Lingua-World is a global language services provider and has been active in the market for 20 years. We tailor your website to the local market and provide quality SEO translations. Solutions for all languages and subject areas - on target and on schedule.\";s:7:\"doc_url\";s:49:\"https://wpml.org/translation-service/lingua-world\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:1;s:18:\"popularity_ranking\";d:7.75;s:7:\"primary\";i:1;s:15:\"primary_ranking\";d:7.75;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:27:\"https://www.lingua-world.de\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"7c3131ac44203a617d00309889ca511d\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";s:14:\"redirect_to_ts\";b:0;}}i:76;C:15:\"WPML_TP_Service\":1911:{a:36:{s:2:\"id\";i:41;s:8:\"logo_url\";s:65:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/albisa.png\";s:4:\"name\";s:6:\"Albisa\";s:11:\"description\";s:220:\"Albisa is a Spanish company which has spent 35 years translating WordPress websites, apps, plugins and other techincal documents for small and medium-size businesses. It uses in-country translators for all its services. \";s:7:\"doc_url\";s:44:\"https://wpml.org/translation-service/albisa/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:1;s:18:\"popularity_ranking\";d:1.45;s:7:\"primary\";i:1;s:15:\"primary_ranking\";d:1.45;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:27:\"http://albisa-solutions.com\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"15c647a7d550ab824458010846dc6a27\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:55:\"An Albisa team member will email you a unique API Token\";s:26:\"how_to_get_credentials_url\";s:65:\"https://wpml.org/translation-service/albisa/#retrieving-api-token\";s:30:\"client_create_account_page_url\";s:73:\"https://wpml.org/translation-service/albisa/#requesting-an-albisa-account\";s:14:\"redirect_to_ts\";b:0;}}i:77;C:15:\"WPML_TP_Service\":2018:{a:36:{s:2:\"id\";i:59;s:8:\"logo_url\";s:64:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/memoq.png\";s:4:\"name\";s:5:\"memoQ\";s:11:\"description\";s:212:\"The memoQ connector for WordPress offers a fully automated translation workflow between WPML and memoQ server and provides an easy way to manage multilingual web content and translation projects within WordPress.\";s:7:\"doc_url\";s:42:\"https://wpml.org/translation-service/memoq\";s:3:\"tms\";b:1;s:7:\"partner\";b:0;s:13:\"custom_fields\";a:2:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:14:\"Connection key\";s:4:\"name\";s:7:\"api_key\";s:4:\"type\";s:4:\"text\";}i:1;O:8:\"stdClass\":3:{s:5:\"label\";s:14:\"Connection url\";s:4:\"name\";s:7:\"api_url\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:0;s:18:\"popularity_ranking\";d:0;s:7:\"primary\";i:0;s:15:\"primary_ranking\";d:0;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:21:\"https://www.memoq.com\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"c6e1c5624529722f2bc138dcd0c63ee5\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:0;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:6:\"manual\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:83:\"Your translation provider will provide your memoQ Connection key and Connection url\";s:26:\"how_to_get_credentials_url\";s:65:\"https://wpml.org/translation-service/memoq/#requesting-an-account\";s:30:\"client_create_account_page_url\";s:65:\"https://wpml.org/translation-service/memoq/#requesting-an-account\";s:14:\"redirect_to_ts\";b:0;}}i:78;C:15:\"WPML_TP_Service\":1641:{a:36:{s:2:\"id\";i:82;s:8:\"logo_url\";s:86:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/pseudo-translation-services.png\";s:4:\"name\";s:27:\"Pseudo Translation Services\";s:11:\"description\";s:153:\"This is a demo service for learning and practicing the WPML workflow for professional translation. To authenticate please use any string as an API Token.\";s:7:\"doc_url\";s:14:\"http://lvh.me/\";s:3:\"tms\";b:1;s:7:\"partner\";b:0;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:7:\"API Key\";s:4:\"name\";s:7:\"api_key\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:0;s:18:\"popularity_ranking\";d:0;s:7:\"primary\";i:0;s:15:\"primary_ranking\";d:0;}s:18:\"has_language_pairs\";b:0;s:3:\"url\";s:14:\"http://lvh.me/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"a31f833a7b129003abe76987b06c8e44\";s:12:\"notification\";b:0;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:0;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:0;s:23:\"feedback_forward_method\";s:6:\"manual\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";s:14:\"redirect_to_ts\";b:0;}}i:79;C:15:\"WPML_TP_Service\":1729:{a:36:{s:2:\"id\";i:83;s:8:\"logo_url\";s:63:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/lilt.png\";s:4:\"name\";s:4:\"Lilt\";s:11:\"description\";s:197:\"Lilt is the new engine for enterprise translation workflows. We increase quality and speed with the neural feedback loop which combines human ingenuity and machine intelligence in a virtuous cycle.\";s:7:\"doc_url\";s:42:\"https://wpml.org/translation-service/lilt/\";s:3:\"tms\";b:1;s:7:\"partner\";b:0;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:7:\"API Key\";s:4:\"name\";s:7:\"api_key\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:0;s:18:\"popularity_ranking\";d:0;s:7:\"primary\";i:0;s:15:\"primary_ranking\";d:0;}s:18:\"has_language_pairs\";b:0;s:3:\"url\";s:16:\"https://lilt.com\";s:19:\"project_details_url\";s:60:\"https://lilt.com/app/projects/details/{project_id}/documents\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"ffad5fa853bba0b6c9eda94b382b0201\";s:12:\"notification\";b:0;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:0;s:23:\"feedback_forward_method\";s:6:\"manual\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";s:14:\"redirect_to_ts\";b:1;}}i:80;C:15:\"WPML_TP_Service\":2409:{a:36:{s:2:\"id\";i:10;s:8:\"logo_url\";s:75:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/translations-com.png\";s:4:\"name\";s:16:\"Translations.com\";s:11:\"description\";s:247:\"Translations.com is an American provider of enterprise localization services in 170+ languages worldwide. It has staff in 90+ cities, 20 production centers on six continents. It works with more than 3,000 companies across all the major industries.\";s:7:\"doc_url\";s:54:\"https://wpml.org/translation-service/translations-com/\";s:3:\"tms\";b:0;s:7:\"partner\";b:0;s:13:\"custom_fields\";a:4:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:19:\"GlobalLink (GL) URL\";s:4:\"name\";s:3:\"url\";s:4:\"type\";s:4:\"text\";}i:1;O:8:\"stdClass\":3:{s:5:\"label\";s:8:\"Username\";s:4:\"name\";s:8:\"username\";s:4:\"type\";s:4:\"text\";}i:2;O:8:\"stdClass\":3:{s:5:\"label\";s:8:\"Password\";s:4:\"name\";s:8:\"password\";s:4:\"type\";s:4:\"text\";}i:3;O:8:\"stdClass\":3:{s:5:\"label\";s:17:\"Project Shortcode\";s:4:\"name\";s:17:\"project_shortcode\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:1;s:13:\"speed_ranking\";d:835;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:15.7;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:15.7;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:24:\"http://translations.com/\";s:19:\"project_details_url\";s:37:\"%{connector_url}/#userMenuSUBMISSIONS\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"523d1d409ecdbfb1afa1d29e20b1917b\";s:12:\"notification\";b:0;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:6:\"manual\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:135:\"Your Project Director URL, username, password, and project code are found in the “GlobalLink Technology Configuration” PDF document\";s:26:\"how_to_get_credentials_url\";s:69:\"https://wpml.org/translation-service/translations-com/#create-account\";s:30:\"client_create_account_page_url\";s:69:\"https://wpml.org/translation-service/translations-com/#create-account\";s:14:\"redirect_to_ts\";b:1;}}i:81;C:15:\"WPML_TP_Service\":2028:{a:36:{s:2:\"id\";i:2;s:8:\"logo_url\";s:69:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/cloudwords.png\";s:4:\"name\";s:10:\"Cloudwords\";s:11:\"description\";s:268:\"Cloudwords offers quality translation for both small and large websites. In-context review guarantees that all published content meets high standards and you can work with your favorite translation service or locate a translation service in the Cloudwords Marketplace.\";s:7:\"doc_url\";s:48:\"https://wpml.org/translation-service/cloudwords/\";s:3:\"tms\";b:1;s:7:\"partner\";b:0;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:0;s:18:\"popularity_ranking\";d:0;s:7:\"primary\";i:0;s:15:\"primary_ranking\";d:0;}s:18:\"has_language_pairs\";b:0;s:3:\"url\";s:26:\"http://www.cloudwords.com/\";s:19:\"project_details_url\";s:56:\"https://app.cloudwords.com/cust.htm#project/{project_id}\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:50;s:4:\"suid\";s:32:\"b0a9c2513a2d679dfae1d5ec9846a0d5\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:6:\"manual\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:102:\"Your API Token is located under \"Settings >My Account  > API\" tab on your Cloudwords account Dashboard\";s:26:\"how_to_get_credentials_url\";s:61:\"https://wpml.org/translation-service/cloudwords/#connect-site\";s:30:\"client_create_account_page_url\";s:34:\"https://www.cloudwords.com/contact\";s:14:\"redirect_to_ts\";b:1;}}i:82;C:15:\"WPML_TP_Service\":2299:{a:36:{s:2:\"id\";i:14;s:8:\"logo_url\";s:73:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/wordbee-beebox.png\";s:4:\"name\";s:14:\"Wordbee Beebox\";s:11:\"description\";s:187:\"Translation service connector. Send content for translation to your preferred language service provider (LSP). Ask your LSP for your authentication details and click below to get started.\";s:7:\"doc_url\";s:52:\"https://wpml.org/translation-service/wordbee-beebox/\";s:3:\"tms\";b:1;s:7:\"partner\";b:0;s:13:\"custom_fields\";a:4:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:7:\"API URL\";s:4:\"name\";s:7:\"api_url\";s:4:\"type\";s:4:\"text\";}i:1;O:8:\"stdClass\":3:{s:5:\"label\";s:15:\"API Project Key\";s:4:\"name\";s:15:\"api_project_key\";s:4:\"type\";s:4:\"text\";}i:2;O:8:\"stdClass\":3:{s:5:\"label\";s:12:\"API Username\";s:4:\"name\";s:12:\"api_username\";s:4:\"type\";s:4:\"text\";}i:3;O:8:\"stdClass\":3:{s:5:\"label\";s:12:\"API Password\";s:4:\"name\";s:12:\"api_password\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:0;s:18:\"popularity_ranking\";d:0;s:7:\"primary\";i:0;s:15:\"primary_ranking\";d:0;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:23:\"http://www.wordbee.com/\";s:19:\"project_details_url\";s:27:\"Translation Service API URL\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"582b86fafdf60f1eba580abc6c56f8ad\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:6:\"manual\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:111:\"Your API URL, API Project Key, API Username and API Password will be provided by your Language Service Provider\";s:26:\"how_to_get_credentials_url\";s:65:\"https://wpml.org/translation-service/wordbee-beebox/#connect-site\";s:30:\"client_create_account_page_url\";s:65:\"https://wpml.org/translation-service/wordbee-beebox/#connect-site\";s:14:\"redirect_to_ts\";b:1;}}i:83;C:15:\"WPML_TP_Service\":2226:{a:36:{s:2:\"id\";i:15;s:8:\"logo_url\";s:68:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/transifex.png\";s:4:\"name\";s:9:\"Transifex\";s:11:\"description\";s:165:\"The Transifex platform enables companies to produce high-quality translations by connecting their sources of digital content to the translation team of their choice.\";s:7:\"doc_url\";s:47:\"https://wpml.org/translation-service/transifex/\";s:3:\"tms\";b:1;s:7:\"partner\";b:0;s:13:\"custom_fields\";a:4:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:8:\"Username\";s:4:\"name\";s:8:\"username\";s:4:\"type\";s:4:\"text\";}i:1;O:8:\"stdClass\":3:{s:5:\"label\";s:8:\"Password\";s:4:\"name\";s:8:\"password\";s:4:\"type\";s:4:\"text\";}i:2;O:8:\"stdClass\":3:{s:5:\"label\";s:17:\"Organization slug\";s:4:\"name\";s:8:\"org_slug\";s:4:\"type\";s:4:\"text\";}i:3;O:8:\"stdClass\":3:{s:5:\"label\";s:14:\"Repository URL\";s:4:\"name\";s:8:\"repo_url\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:0;s:18:\"popularity_ranking\";d:0;s:7:\"primary\";i:0;s:15:\"primary_ranking\";d:0;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:20:\"http://transifex.com\";s:19:\"project_details_url\";s:33:\"https://www.transifex.com/signin/\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"581080d8aad81654458e7d9efa8b9c5a\";s:12:\"notification\";b:0;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:6:\"manual\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:108:\"Your username, password, and organization slug are what you have created during your Transifex account setup\";s:26:\"how_to_get_credentials_url\";s:79:\"https://wpml.org/translation-service/transifex/#transifex-account-configuration\";s:30:\"client_create_account_page_url\";s:33:\"https://www.transifex.com/signup/\";s:14:\"redirect_to_ts\";b:1;}}i:84;C:15:\"WPML_TP_Service\":2054:{a:36:{s:2:\"id\";i:26;s:8:\"logo_url\";s:67:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/poeditor.png\";s:4:\"name\";s:8:\"POEditor\";s:11:\"description\";s:273:\"Warning! To achieve the best results please use POEditor for strings translation only. POEditor is a collaborative platform, built to easily manage the translation of apps, websites or related software, in a team or independently, and to automate the localization workflow.\";s:7:\"doc_url\";s:46:\"https://wpml.org/translation-service/poeditor/\";s:3:\"tms\";b:1;s:7:\"partner\";b:0;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:0;s:18:\"popularity_ranking\";d:0;s:7:\"primary\";i:0;s:15:\"primary_ranking\";d:0;}s:18:\"has_language_pairs\";b:0;s:3:\"url\";s:21:\"https://poeditor.com/\";s:19:\"project_details_url\";s:50:\"https://poeditor.com/projects/view?id={project_id}\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"97956a8eed5fa652b8c2ec2b9eda6988\";s:12:\"notification\";b:0;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:0;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:6:\"manual\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:94:\"Your API Token is located under \"Account Settings > API Access\" tab on your POEditor Dashboard\";s:26:\"how_to_get_credentials_url\";s:67:\"https://wpml.org/translation-service/poeditor/#retrieving-api-token\";s:30:\"client_create_account_page_url\";s:74:\"https://wpml.org/translation-service/poeditor/#creating-a-poeditor-account\";s:14:\"redirect_to_ts\";b:1;}}i:85;C:15:\"WPML_TP_Service\":2156:{a:36:{s:2:\"id\";i:32;s:8:\"logo_url\";s:69:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/multitrans.png\";s:4:\"name\";s:10:\"MultiTrans\";s:11:\"description\";s:214:\"MultiTrans TMS includes Terminology Management, Translation Memories and many other project management and BI modules. With over 25 years of experience, it provides a full range of linguistic products and services.\";s:7:\"doc_url\";s:47:\"https://wpml.org/translation-service/multitrans\";s:3:\"tms\";b:1;s:7:\"partner\";b:0;s:13:\"custom_fields\";a:5:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:8:\"Flow URL\";s:4:\"name\";s:8:\"flow_url\";s:4:\"type\";s:4:\"text\";}i:1;O:8:\"stdClass\":3:{s:5:\"label\";s:8:\"Username\";s:4:\"name\";s:8:\"username\";s:4:\"type\";s:4:\"text\";}i:2;O:8:\"stdClass\":3:{s:5:\"label\";s:8:\"Password\";s:4:\"name\";s:8:\"password\";s:4:\"type\";s:4:\"text\";}i:3;O:8:\"stdClass\":3:{s:5:\"label\";s:13:\"Customer name\";s:4:\"name\";s:13:\"customer_name\";s:4:\"type\";s:4:\"text\";}i:4;O:8:\"stdClass\":3:{s:5:\"label\";s:12:\"Contact name\";s:4:\"name\";s:12:\"contact_name\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:0;s:18:\"popularity_ranking\";d:0;s:7:\"primary\";i:0;s:15:\"primary_ranking\";d:0;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:30:\"https://www.multitranstms.com/\";s:19:\"project_details_url\";s:22:\"Project\'s custom field\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"e036dae66d3cc50ba9119f3770256b9d\";s:12:\"notification\";b:0;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:6:\"manual\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";s:14:\"redirect_to_ts\";b:1;}}i:86;C:15:\"WPML_TP_Service\":1972:{a:36:{s:2:\"id\";i:46;s:8:\"logo_url\";s:66:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/matecat.png\";s:4:\"name\";s:7:\"MateCat\";s:11:\"description\";s:142:\"MateCat is a free translation platform to translate your WordPress content yourself or to assign the translation to a professional translator.\";s:7:\"doc_url\";s:45:\"https://wpml.org/translation-service/matecat/\";s:3:\"tms\";b:1;s:7:\"partner\";b:0;s:13:\"custom_fields\";a:2:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:7:\"API Key\";s:4:\"name\";s:7:\"api_key\";s:4:\"type\";s:4:\"text\";}i:1;O:8:\"stdClass\":3:{s:5:\"label\";s:10:\"API Secret\";s:4:\"name\";s:10:\"api_secret\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:0;s:18:\"popularity_ranking\";d:0;s:7:\"primary\";i:0;s:15:\"primary_ranking\";d:0;}s:18:\"has_language_pairs\";b:0;s:3:\"url\";s:24:\"https://www.matecat.com/\";s:19:\"project_details_url\";s:30:\"https://www.matecat.com/manage\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"8cce487cb1cb5f6c7643235e2da82fa4\";s:12:\"notification\";b:0;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:0;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:6:\"manual\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:73:\"A member of the MateCat team will email you an API Key and API Secret Key\";s:26:\"how_to_get_credentials_url\";s:64:\"https://wpml.org/translation-service/matecat/#receiving-api-keys\";s:30:\"client_create_account_page_url\";s:67:\"https://wpml.org/translation-service/matecat/#requesting-an-account\";s:14:\"redirect_to_ts\";b:1;}}i:87;C:15:\"WPML_TP_Service\":2068:{a:36:{s:2:\"id\";i:43;s:8:\"logo_url\";s:62:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/gpi.png\";s:4:\"name\";s:3:\"GPI\";s:11:\"description\";s:249:\"GPI is a team of language, technology, project management and business professionals with over 20 years of extensive experience in translation services helping companies communicate and conduct business in more than 100 languages and 15 disciplines.\";s:7:\"doc_url\";s:41:\"https://wpml.org/translation-service/gpi/\";s:3:\"tms\";b:0;s:7:\"partner\";b:0;s:13:\"custom_fields\";a:2:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:7:\"API Key\";s:4:\"name\";s:7:\"api_key\";s:4:\"type\";s:4:\"text\";}i:1;O:8:\"stdClass\":3:{s:5:\"label\";s:14:\"API Secret Key\";s:4:\"name\";s:14:\"api_secret_key\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:1;s:13:\"speed_ranking\";d:1760;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:15.33;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:15.33;}s:18:\"has_language_pairs\";b:0;s:3:\"url\";s:37:\"http://www.globalizationpartners.com/\";s:19:\"project_details_url\";s:23:\"URL from request to GPI\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"bbfd2c9ae5d6d34b08719f8fcbde80d6\";s:12:\"notification\";b:0;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:5:\"email\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:58:\"A GPI team member will email an API Key and API Secret Key\";s:26:\"how_to_get_credentials_url\";s:60:\"https://wpml.org/translation-service/gpi/#receiving-api-keys\";s:30:\"client_create_account_page_url\";s:63:\"https://wpml.org/translation-service/gpi/#requesting-an-account\";s:14:\"redirect_to_ts\";b:1;}}i:88;C:15:\"WPML_TP_Service\":1880:{a:36:{s:2:\"id\";i:39;s:8:\"logo_url\";s:67:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/avilinga.png\";s:4:\"name\";s:9:\"Avilínga\";s:11:\"description\";s:180:\"Avilínga is a Swiss company which has been translating content for companies in the aviation industry since 2006. In particular, it specializes in technical aviation translations.\";s:7:\"doc_url\";s:46:\"https://wpml.org/translation-service/avilinga/\";s:3:\"tms\";b:0;s:7:\"partner\";b:0;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:15.08;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:15.08;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:19:\"http://avilinga.com\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"f38976dca685689ebf19fd516fb4e918\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:57:\"An Avilinga team member will email you a unique API Token\";s:26:\"how_to_get_credentials_url\";s:67:\"https://wpml.org/translation-service/avilinga/#retrieving-api-token\";s:30:\"client_create_account_page_url\";s:77:\"https://wpml.org/translation-service/avilinga/#requesting-an-avilinga-account\";s:14:\"redirect_to_ts\";b:0;}}i:89;C:15:\"WPML_TP_Service\":2166:{a:36:{s:2:\"id\";i:22;s:8:\"logo_url\";s:77:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/sdl-language-cloud.png\";s:4:\"name\";s:18:\"SDL Language Cloud\";s:11:\"description\";s:229:\"SDL Language Cloud has been translating content for small to medium-size businesses for more than 25 years. It employs 15,000 in-territory translators which specialize in automotive, banking and e-commerce among other industries.\";s:7:\"doc_url\";s:56:\"https://wpml.org/translation-service/sdl-language-cloud/\";s:3:\"tms\";b:0;s:7:\"partner\";b:0;s:13:\"custom_fields\";a:2:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:8:\"Username\";s:4:\"name\";s:8:\"username\";s:4:\"type\";s:4:\"text\";}i:1;O:8:\"stdClass\":3:{s:5:\"label\";s:8:\"Password\";s:4:\"name\";s:8:\"password\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:4;s:13:\"speed_ranking\";d:2036;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:13.75;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:13.75;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:30:\"https://languagecloud.sdl.com/\";s:19:\"project_details_url\";s:58:\"https://languagecloud.sdl.com/en/managed-translation/login\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"e050f3d3a0bfccd551c2286233d60837\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:6:\"manual\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:97:\"Your username and password are the same as the credentials you use to login to SDL Language Cloud\";s:26:\"how_to_get_credentials_url\";s:85:\"https://wpml.org/translation-service/sdl-language-cloud/#connecting-to-language-cloud\";s:30:\"client_create_account_page_url\";s:54:\"https://oos.sdl.com/asp/products/ssl/RegisterUser.aspx\";s:14:\"redirect_to_ts\";b:1;}}i:90;C:15:\"WPML_TP_Service\":2220:{a:36:{s:2:\"id\";i:12;s:8:\"logo_url\";s:77:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/onehourtranslation.png\";s:4:\"name\";s:18:\"OneHourTranslation\";s:11:\"description\";s:245:\"OneHourTranslation provides translations in more than 75 languages and 2500 languages pairs for medium to large businesses. It specializes in providing business translations in a variety of fields including legal, technical and web applications.\";s:7:\"doc_url\";s:56:\"https://wpml.org/translation-service/onehourtranslation/\";s:3:\"tms\";b:0;s:7:\"partner\";b:0;s:13:\"custom_fields\";a:2:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:10:\"Secret Key\";s:4:\"name\";s:10:\"secret_key\";s:4:\"type\";s:4:\"text\";}i:1;O:8:\"stdClass\":3:{s:5:\"label\";s:10:\"Public Key\";s:4:\"name\";s:10:\"public_key\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:4;s:13:\"speed_ranking\";d:2049;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:13.05;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:13.05;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:34:\"https://www.onehourtranslation.com\";s:19:\"project_details_url\";s:56:\"https://www.onehourtranslation.com/my-projects/customer/\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"8850fd4bfdaae2a2d63e51fb1f2ac3e4\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:5:\"email\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:110:\"Your Secret Key and Public Key are located under \"Profile > API Keys\" on your OneHourTranslation Control panel\";s:26:\"how_to_get_credentials_url\";s:79:\"https://wpml.org/translation-service/onehourtranslation/#api-secret-public-keys\";s:30:\"client_create_account_page_url\";s:71:\"https://wpml.org/translation-service/onehourtranslation/#create-account\";s:14:\"redirect_to_ts\";b:1;}}i:91;C:15:\"WPML_TP_Service\":2405:{a:36:{s:2:\"id\";i:21;s:8:\"logo_url\";s:65:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/capita.png\";s:4:\"name\";s:6:\"Capita\";s:11:\"description\";s:236:\"CAPITA TI is a British company which has been translating content for commercial businesses and public sector organizations since 1984. It specializes in legal, financial, manufacturing and e-Learning translations in over 180 languages.\";s:7:\"doc_url\";s:44:\"https://wpml.org/translation-service/capita/\";s:3:\"tms\";b:0;s:7:\"partner\";b:0;s:13:\"custom_fields\";a:4:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:8:\"Username\";s:4:\"name\";s:8:\"username\";s:4:\"type\";s:4:\"text\";}i:1;O:8:\"stdClass\":3:{s:5:\"label\";s:8:\"Password\";s:4:\"name\";s:8:\"password\";s:4:\"type\";s:4:\"text\";}i:2;O:8:\"stdClass\":3:{s:5:\"label\";s:13:\"Customer Name\";s:4:\"name\";s:13:\"customer_name\";s:4:\"type\";s:4:\"text\";}i:3;O:8:\"stdClass\":3:{s:5:\"label\";s:12:\"Contact Name\";s:4:\"name\";s:12:\"contact_name\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:11.58;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:11.58;}s:18:\"has_language_pairs\";b:0;s:3:\"url\";s:46:\"https://www.capitatranslationinterpreting.com/\";s:19:\"project_details_url\";s:97:\"https://mtpflow.capita-ti.com/module/client/default/request_overview.jsp?request_id=%{request_id}\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"3393562c8687d38db9c447854bd20957\";s:12:\"notification\";b:0;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:5:\"email\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:103:\"The username, password, customer name, and contact name will be provided upon creating a Capita account\";s:26:\"how_to_get_credentials_url\";s:75:\"https://wpml.org/translation-service/capita/#connecting-your-site-to-capita\";s:30:\"client_create_account_page_url\";s:57:\"https://www.capitatranslationinterpreting.com/contact-us/\";s:14:\"redirect_to_ts\";b:1;}}i:92;C:15:\"WPML_TP_Service\":1979:{a:36:{s:2:\"id\";i:8;s:8:\"logo_url\";s:64:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/gengo.png\";s:4:\"name\";s:5:\"Gengo\";s:11:\"description\";s:148:\"Gengo’s people-powered translation platform helps you translate content into over 36 languages through a selective, global network of translators.\";s:7:\"doc_url\";s:43:\"https://wpml.org/translation-service/gengo/\";s:3:\"tms\";b:0;s:7:\"partner\";b:0;s:13:\"custom_fields\";a:2:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:10:\"Public key\";s:4:\"name\";s:10:\"public_key\";s:4:\"type\";s:4:\"text\";}i:1;O:8:\"stdClass\":3:{s:5:\"label\";s:11:\"Private key\";s:4:\"name\";s:11:\"private_key\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:1;s:13:\"speed_ranking\";d:1729;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:11.13;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:11.13;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:17:\"http://gengo.com/\";s:19:\"project_details_url\";s:34:\"https://gengo.com/auth/form/login/\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"63f155572eb659a462aac247ee1bbf8d\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:0;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:5:\"email\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:70:\"Your public and secret keys are found on your Gengo Customer Dashboard\";s:26:\"how_to_get_credentials_url\";s:61:\"https://wpml.org/translation-service/gengo/#generate-api-keys\";s:30:\"client_create_account_page_url\";s:64:\"https://wpml.org/translation-service/gengo/#create-gengo-account\";s:14:\"redirect_to_ts\";b:1;}}}','yes'),(465,'WPML_TM_ATE_JOBS','a:0:{}','yes'),(466,'wpml_shortcode_list','a:292:{i:0;s:14:\"call_to_action\";i:1;s:10:\"newsletter\";i:2;s:15:\"tours_shortcode\";i:3;s:10:\"cta_button\";i:4;s:20:\"woocommerce_thankyou\";i:5;s:16:\"woocommerce_shop\";i:6;s:5:\"table\";i:7;s:14:\"custom_profile\";i:8;s:14:\"symple_heading\";i:9;s:3:\"row\";i:10;s:8:\"tagcloud\";i:11;s:5:\"sform\";i:12;s:4:\"nano\";i:13;s:16:\"add_eventon_list\";i:14;s:3:\"che\";i:15;s:3:\"era\";i:16;s:4:\"essa\";i:17;s:3:\"nel\";i:18;s:3:\"gli\";i:19;s:3:\"per\";i:20;s:4:\"come\";i:21;s:5:\"anima\";i:22;s:4:\"ella\";i:23;s:4:\"quel\";i:24;s:18:\"show_gd_mylist_btn\";i:25;s:10:\"su_spoiler\";i:26;s:5:\"email\";i:27;s:3:\"vul\";i:28;s:8:\"wpv-view\";i:29;s:14:\"wpv-post-field\";i:30;s:14:\"accordion_item\";i:31;s:8:\"citation\";i:32;s:7:\"gallery\";i:33;s:10:\"foogallery\";i:34;s:20:\"user-submitted-posts\";i:35;s:11:\"chronologie\";i:36;s:7:\"adresse\";i:37;s:14:\"get_unit_label\";i:38;s:19:\"get_reference_label\";i:39;s:36:\"woocommerce_api_manager_lost_api_key\";i:40;s:16:\"wp-knowledgebase\";i:41;s:19:\"testimonials_slider\";i:42;s:4:\"rpwe\";i:43;s:5:\"posts\";i:44;s:9:\"nowotworu\";i:45;s:12:\"intima-media\";i:46;s:9:\"dostarcza\";i:47;s:14:\"standaryzowany\";i:48;s:4:\"jako\";i:49;s:6:\"czarny\";i:50;s:8:\"ekstrakt\";i:51;s:4:\"kwas\";i:52;s:3:\"std\";i:53;s:10:\"dwuwodzian\";i:54;s:12:\"stm_icon_box\";i:55;s:8:\"ess_grid\";i:56;s:10:\"rev_slider\";i:57;s:8:\"linkview\";i:58;s:7:\"dropcap\";i:59;s:13:\"permalinklist\";i:60;s:18:\"testimonial_slider\";i:61;s:33:\"woocommerce_software_lost_license\";i:62;s:11:\"text-blocks\";i:63;s:15:\"wp_sitemap_page\";i:64;s:11:\"wcmp_vendor\";i:65;s:19:\"vendor_registration\";i:66;s:6:\"efsrow\";i:67;s:9:\"efscolumn\";i:68;s:9:\"efsbutton\";i:69;s:13:\"md_rev_slider\";i:70;s:12:\"md_live_text\";i:71;s:16:\"md_imagebox_full\";i:72;s:10:\"flagallery\";i:73;s:18:\"pbr_quicklinksmenu\";i:74;s:13:\"rev_slider_vc\";i:75;s:26:\"opalhotel_reservation_form\";i:76;s:17:\"pbr_title_heading\";i:77;s:16:\"pbr_testimonials\";i:78;s:7:\"embedyt\";i:79;s:18:\"yith_wcwl_wishlist\";i:80;s:22:\"wcm_content_restricted\";i:81;s:11:\"feature_box\";i:82;s:20:\"woocommerce_en_check\";i:83;s:6:\"wc_box\";i:84;s:6:\"wc_row\";i:85;s:9:\"wc_column\";i:86;s:12:\"wc_fullwidth\";i:87;s:9:\"wc_center\";i:88;s:17:\"wp_social_sharing\";i:89;s:9:\"infoboxes\";i:90;s:12:\"testimonials\";i:91;s:38:\"woocommerce_social_media_share_buttons\";i:92;s:20:\"wcv_vendor_dashboard\";i:93;s:17:\"wcv_shop_settings\";i:94;s:10:\"wcv_orders\";i:95;s:8:\"inplayer\";i:96;s:12:\"useyourdrive\";i:97;s:16:\"wp_blog_designer\";i:98;s:7:\"us_blog\";i:99;s:10:\"tt_address\";i:100;s:12:\"tt_dashboard\";i:101;s:14:\"envira-gallery\";i:102;s:11:\"hotspotitem\";i:103;s:27:\"woocommerce_klarna_checkout\";i:104;s:11:\"wpml_mailto\";i:105;s:13:\"contact-field\";i:106;s:9:\"ux_banner\";i:107;s:15:\"advanced_iframe\";i:108;s:17:\"siteorigin_widget\";i:109;s:8:\"ec_store\";i:110;s:22:\"simpay_payment_receipt\";i:111;s:10:\"su-mensaje\";i:112;s:14:\"borlabs_cookie\";i:113;s:12:\"contact_info\";i:114;s:15:\"stm_boats_video\";i:115;s:18:\"packages_orderdata\";i:116;s:24:\"yith_ywraq_request_quote\";i:117;s:15:\"woocommerce_pay\";i:118;s:6:\"button\";i:119;s:16:\"supsystic-tables\";i:120;s:11:\"clean-login\";i:121;s:15:\"woocommerce_pay\";i:122;s:12:\"pdf-embedder\";i:123;s:15:\"insertgenerator\";i:124;s:15:\"youzer_register\";i:125;s:11:\"wysija_form\";i:126;s:5:\"video\";i:127;s:13:\"customer-area\";i:128;s:23:\"customer-area-dashboard\";i:129;s:32:\"customer-area-private-files-home\";i:130;s:27:\"customer-area-private-files\";i:131;s:21:\"customer-account-home\";i:132;s:21:\"customer-area-account\";i:133;s:20:\"customer-area-logout\";i:134;s:11:\"bookly-form\";i:135;s:32:\"bookly-cancellation-confirmation\";i:136;s:18:\"stm_classic_filter\";i:137;s:13:\"popup_trigger\";i:138;s:21:\"mainwp_archived_lists\";i:139;s:15:\"wcv_vendorslist\";i:140;s:14:\"dotpay_content\";i:141;s:9:\"formularz\";i:142;s:41:\"cyberactive_school_courses_selection_form\";i:143;s:34:\"cyberactive_school_session_timeout\";i:144;s:17:\"ditty_news_ticker\";i:145;s:16:\"donationcampaign\";i:146;s:15:\"das-list-events\";i:147;s:11:\"event_embed\";i:148;s:12:\"sectiontitle\";i:149;s:19:\"learn_press_profile\";i:150;s:13:\"ticket-submit\";i:151;s:7:\"tickets\";i:152;s:10:\"aanduiding\";i:153;s:5:\"datum\";i:154;s:13:\"thim-icon-box\";i:155;s:10:\"ngg_images\";i:156;s:15:\"wpdomainchecker\";i:157;s:10:\"visualizer\";i:158;s:15:\"mk_page_section\";i:159;s:10:\"rssreviews\";i:160;s:12:\"animate_this\";i:161;s:14:\"simple-sitemap\";i:162;s:11:\"gravityform\";i:163;s:13:\"stm_tech_info\";i:164;s:19:\"fep_submission_form\";i:165;s:26:\"ucaddon_diagonal_event_box\";i:166;s:17:\"wcv_feedback_form\";i:167;s:22:\"newsletters_management\";i:168;s:17:\"wcv_pro_dashboard\";i:169;s:13:\"tm_pb_section\";i:170;s:20:\"wwof_product_listing\";i:171;s:7:\"res_map\";i:172;s:15:\"jssupportticket\";i:173;s:9:\"socialbar\";i:174;s:17:\"socialbar_service\";i:175;s:12:\"front-end-pm\";i:176;s:11:\"stm_sidebar\";i:177;s:12:\"give_receipt\";i:178;s:16:\"donation_history\";i:179;s:12:\"simpay_error\";i:180;s:19:\"tm_pb_contact_field\";i:181;s:3:\"jwp\";i:182;s:20:\"woocommerce_checkout\";i:183;s:14:\"mk_custom_list\";i:184;s:8:\"sg_popup\";i:185;s:4:\"icon\";i:186;s:10:\"extra_wrap\";i:187;s:13:\"frontier-post\";i:188;s:8:\"invierno\";i:189;s:6:\"appbox\";i:190;s:9:\"highlight\";i:191;s:8:\"ci_alert\";i:192;s:15:\"vc_mad_products\";i:193;s:7:\"dt_list\";i:194;s:15:\"geoip-continent\";i:195;s:13:\"geoip-country\";i:196;s:12:\"geoip-region\";i:197;s:10:\"geoip-city\";i:198;s:16:\"geoip-postalcode\";i:199;s:14:\"geoip-latitude\";i:200;s:15:\"geoip-longitude\";i:201;s:14:\"geoip-location\";i:202;s:19:\"woocommerce_notices\";i:203;s:12:\"stm_icon_box\";i:204;s:13:\"post-timeline\";i:205;s:10:\"tt_address\";i:206;s:15:\"private-message\";i:207;s:10:\"visualizer\";i:208;s:9:\"ga_optout\";i:209;s:23:\"manage_serial_key_usage\";i:210;s:9:\"ut_header\";i:211;s:9:\"site_name\";i:212;s:6:\"bfname\";i:213;s:8:\"order_id\";i:214;s:12:\"menu-country\";i:215;s:11:\"menu-prefer\";i:216;s:14:\"accordion-item\";i:217;s:9:\"mini-icon\";i:218;s:7:\"gvlogic\";i:219;s:8:\"stm_gmap\";i:220;s:12:\"contact-form\";i:221;s:7:\"iconbox\";i:222;s:22:\"woocommerce_my_account\";i:223;s:10:\"super_form\";i:224;s:17:\"wpdm-all-packages\";i:225;s:11:\"photoblocks\";i:226;s:13:\"et_pb_map_pin\";i:227;s:19:\"ginger_reset_cookie\";i:228;s:10:\"su_divider\";i:229;s:16:\"fbl_login_button\";i:230;s:19:\"gmw_single_location\";i:231;s:8:\"one_full\";i:232;s:15:\"recent_products\";i:233;s:11:\"custom_list\";i:234;s:5:\"endif\";i:235;s:5:\"jours\";i:236;s:10:\"wpuf-login\";i:237;s:4:\"lyte\";i:238;s:13:\"product_table\";i:239;s:17:\"wpuf-registration\";i:240;s:14:\"wpuf_dashboard\";i:241;s:6:\"amazon\";i:242;s:20:\"member-pricing-table\";i:243;s:7:\"rozinky\";i:244;s:10:\"ngg_images\";i:245;s:15:\"add_to_cart_url\";i:246;s:15:\"srizonfbgallery\";i:247;s:11:\"wysija_form\";i:248;s:8:\"cl-itext\";i:249;s:7:\"embedyt\";i:250;s:12:\"icon_counter\";i:251;s:10:\"text_block\";i:252;s:8:\"vtftable\";i:253;s:13:\"header_static\";i:254;s:15:\"bookingcalendar\";i:255;s:10:\"flexslider\";i:256;s:16:\"anova-geoip-meta\";i:257;s:23:\"zp_vc_slideshow_element\";i:258;s:11:\"zp_scrollto\";i:259;s:20:\"my_calendar_upcoming\";i:260;s:12:\"wpv-post-url\";i:261;s:13:\"fusion_button\";i:262;s:6:\"su_tab\";i:263;s:37:\"freeconsultation_technical_forum_link\";i:264;s:18:\"vc_images_carousel\";i:265;s:13:\"otgs_logo_url\";i:266;s:15:\"wpv-conditional\";i:267;s:8:\"wpv-view\";i:268;s:6:\"teaser\";i:269;s:14:\"dt_fancy_image\";i:270;s:18:\"fusion_tagline_box\";i:271;s:14:\"contact_us_add\";i:272;s:11:\"content_box\";i:273;s:11:\"tagline_box\";i:274;s:10:\"us_iconbox\";i:275;s:10:\"fusion_tab\";i:276;s:11:\"fisicamente\";i:277;s:16:\"one_half_sidebar\";i:278;s:10:\"action-btn\";i:279;s:16:\"invicta_contacts\";i:280;s:13:\"pricing_price\";i:281;s:6:\"button\";i:282;s:9:\"icon_link\";i:283;s:9:\"slideshow\";i:284;s:14:\"vcex_milestone\";i:285;s:14:\"secondary-demo\";i:286;s:16:\"vh_pricing_table\";i:287;s:13:\"category_name\";i:288;s:7:\"blogurl\";i:289;s:6:\"q_team\";i:290;s:12:\"tab_nav_item\";i:291;s:23:\"wpdreams_ajaxsearchlite\";}','yes'),(467,'wpml_built_with_page_builder','a:1:{i:0;s:10:\"/<!-- wp:/\";}','yes'),(468,'wpml-tm-translation-jobs-migration','1','yes'),(469,'wpml-tm-all-translation-jobs-migration','3','yes'),(470,'wpml_notices','a:1:{s:19:\"wpml-st-string-scan\";a:1:{s:23:\"wpml_st_faster_settings\";O:11:\"WPML_Notice\":24:{s:30:\"\0WPML_Notice\0display_callbacks\";a:1:{i:0;a:2:{i:0;s:31:\"WPML_ST_Fastest_Settings_Notice\";i:1;s:40:\"only_display_notice_if_this_class_exists\";}}s:15:\"\0WPML_Notice\0id\";s:23:\"wpml_st_faster_settings\";s:17:\"\0WPML_Notice\0text\";s:594:\"<h3>Your site can run faster</h3>This version of WPML includes new settings that will help your site run faster. We recommend changing the following settings, which are all available in WPML->Theme and plugins localization:<br /><ul><li><strong>Assume that the original language of all strings is English</strong>: Almost all themes and plugins have texts in English. Reducing the check for the string\'s language simplifies and shortens the string translation process.</li></ul><div style=\"display:none\" class=\"js-done\">Settings saved</div><div style=\"display:none\" class=\"js-error\">Error</div>\";s:27:\"\0WPML_Notice\0collapsed_text\";N;s:18:\"\0WPML_Notice\0group\";s:19:\"wpml-st-string-scan\";s:35:\"\0WPML_Notice\0restricted_to_user_ids\";a:0:{}s:20:\"\0WPML_Notice\0actions\";a:2:{i:0;O:18:\"WPML_Notice_Action\":9:{s:27:\"\0WPML_Notice_Action\0dismiss\";b:0;s:37:\"\0WPML_Notice_Action\0display_as_button\";s:14:\"button-primary\";s:24:\"\0WPML_Notice_Action\0hide\";b:0;s:24:\"\0WPML_Notice_Action\0text\";s:19:\"Apply those changes\";s:23:\"\0WPML_Notice_Action\0url\";s:1:\"#\";s:36:\"\0WPML_Notice_Action\0group_to_dismiss\";N;s:31:\"\0WPML_Notice_Action\0js_callback\";N;s:42:\"\0WPML_Notice_Action\0dismiss_different_text\";b:1;s:31:\"\0WPML_Notice_Action\0link_target\";N;}i:1;O:18:\"WPML_Notice_Action\":9:{s:27:\"\0WPML_Notice_Action\0dismiss\";b:0;s:37:\"\0WPML_Notice_Action\0display_as_button\";b:0;s:24:\"\0WPML_Notice_Action\0hide\";b:1;s:24:\"\0WPML_Notice_Action\0text\";s:4:\"Skip\";s:23:\"\0WPML_Notice_Action\0url\";s:1:\"#\";s:36:\"\0WPML_Notice_Action\0group_to_dismiss\";N;s:31:\"\0WPML_Notice_Action\0js_callback\";N;s:42:\"\0WPML_Notice_Action\0dismiss_different_text\";b:1;s:31:\"\0WPML_Notice_Action\0link_target\";N;}}s:28:\"\0WPML_Notice\0css_class_types\";a:1:{i:0;s:4:\"info\";}s:24:\"\0WPML_Notice\0css_classes\";a:0:{}s:24:\"\0WPML_Notice\0dismissible\";b:0;s:31:\"\0WPML_Notice\0exclude_from_pages\";a:0:{}s:21:\"\0WPML_Notice\0hideable\";b:1;s:24:\"\0WPML_Notice\0collapsable\";b:0;s:30:\"\0WPML_Notice\0restrict_to_pages\";a:0:{}s:38:\"\0WPML_Notice\0restrict_to_page_prefixes\";a:0:{}s:35:\"\0WPML_Notice\0restrict_to_screen_ids\";a:0:{}s:34:\"\0WPML_Notice\0hide_if_notice_exists\";N;s:43:\"\0WPML_Notice\0dismissible_for_different_text\";b:1;s:31:\"\0WPML_Notice\0default_group_name\";s:7:\"default\";s:25:\"\0WPML_Notice\0capabilities\";a:1:{i:0;s:14:\"manage_options\";}s:26:\"\0WPML_Notice\0dismiss_reset\";b:0;s:18:\"\0WPML_Notice\0flash\";b:0;s:25:\"\0WPML_Notice\0nonce_action\";s:31:\"wpml-localization-options-nonce\";s:22:\"\0WPML_Notice\0text_only\";b:0;}}}','no'),(508,'category_children_es','a:0:{}','yes'),(509,'category_children_ja','a:0:{}','yes'),(510,'category_children_ru','a:0:{}','yes'),(622,'wpml_registered_endpoints','a:0:{}','yes'),(624,'theme_mods_twentyfifteen','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1562772054;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}}}}','yes'),(701,'installer_repositories_with_theme','a:1:{i:0;s:7:\"toolset\";}','yes'),(896,'wpml_page_builders_options','a:1:{s:18:\"translate_raw_html\";i:1;}','yes'),(948,'_wpml_batch_report','a:3:{i:1;a:3:{s:5:\"en|es\";a:5:{i:0;a:3:{s:10:\"element_id\";s:3:\"136\";s:4:\"type\";s:4:\"post\";s:6:\"job_id\";s:1:\"1\";}i:1;a:3:{s:10:\"element_id\";s:3:\"419\";s:4:\"type\";s:4:\"post\";s:6:\"job_id\";s:1:\"8\";}i:2;a:3:{s:10:\"element_id\";s:3:\"419\";s:4:\"type\";s:4:\"post\";s:6:\"job_id\";s:1:\"9\";}i:3;a:3:{s:10:\"element_id\";s:3:\"419\";s:4:\"type\";s:4:\"post\";s:6:\"job_id\";s:2:\"10\";}i:4;a:3:{s:10:\"element_id\";s:3:\"419\";s:4:\"type\";s:4:\"post\";s:6:\"job_id\";s:2:\"16\";}}s:3:\"|en\";a:2:{i:0;a:3:{s:10:\"element_id\";s:3:\"419\";s:4:\"type\";s:4:\"post\";s:6:\"job_id\";s:1:\"2\";}i:1;a:3:{s:10:\"element_id\";s:3:\"181\";s:4:\"type\";s:4:\"post\";s:6:\"job_id\";s:1:\"4\";}}s:5:\"en|ja\";a:1:{i:0;a:3:{s:10:\"element_id\";s:3:\"419\";s:4:\"type\";s:4:\"post\";s:6:\"job_id\";s:1:\"3\";}}}i:0;a:1:{s:5:\"en|ja\";a:1:{i:0;a:3:{s:10:\"element_id\";s:3:\"419\";s:4:\"type\";s:4:\"post\";s:6:\"job_id\";s:1:\"3\";}}}i:2;a:1:{s:5:\"en|es\";a:11:{i:0;a:3:{s:10:\"element_id\";s:3:\"419\";s:4:\"type\";s:4:\"post\";s:6:\"job_id\";s:1:\"5\";}i:1;a:3:{s:10:\"element_id\";s:3:\"419\";s:4:\"type\";s:4:\"post\";s:6:\"job_id\";s:1:\"6\";}i:2;a:3:{s:10:\"element_id\";s:3:\"419\";s:4:\"type\";s:4:\"post\";s:6:\"job_id\";s:1:\"7\";}i:3;a:3:{s:10:\"element_id\";s:3:\"419\";s:4:\"type\";s:4:\"post\";s:6:\"job_id\";s:2:\"11\";}i:4;a:3:{s:10:\"element_id\";s:3:\"419\";s:4:\"type\";s:4:\"post\";s:6:\"job_id\";s:2:\"12\";}i:5;a:3:{s:10:\"element_id\";s:3:\"419\";s:4:\"type\";s:4:\"post\";s:6:\"job_id\";s:2:\"13\";}i:6;a:3:{s:10:\"element_id\";s:3:\"419\";s:4:\"type\";s:4:\"post\";s:6:\"job_id\";s:2:\"14\";}i:7;a:3:{s:10:\"element_id\";s:3:\"419\";s:4:\"type\";s:4:\"post\";s:6:\"job_id\";s:2:\"15\";}i:8;a:3:{s:10:\"element_id\";s:3:\"419\";s:4:\"type\";s:4:\"post\";s:6:\"job_id\";s:2:\"17\";}i:9;a:3:{s:10:\"element_id\";s:3:\"419\";s:4:\"type\";s:4:\"post\";s:6:\"job_id\";s:2:\"18\";}i:10;a:3:{s:10:\"element_id\";s:3:\"419\";s:4:\"type\";s:4:\"post\";s:6:\"job_id\";s:2:\"19\";}}}}','yes'),(1027,'nav_menu_children_en','a:0:{}','yes'),(1028,'nav_menu_children_es','a:0:{}','yes'),(1029,'nav_menu_children_ja','a:0:{}','yes'),(1030,'nav_menu_children_ru','a:0:{}','yes'),(1031,'nav_menu_children_sg','a:0:{}','yes'),(1032,'nav_menu_children_all','a:0:{}','yes'),(1033,'nav_menu_options','a:1:{s:8:\"auto_add\";a:0:{}}','yes'),(1034,'icl_translation_jobs_basket','a:1:{s:16:\"target_languages\";a:0:{}}','no'),(1246,'translation_priority_children_sg','a:0:{}','yes'),(1626,'WPML_SITE_ID:global','31386233-6434-5631-b835-633261306163','no'),(1758,'wpml_strings_need_links_fixed','a:0:{}','yes'),(1864,'_wpml_dismissed_notices','a:2:{s:24:\"wpml-st-strings-tracking\";a:1:{s:46:\"wpml-st-tracking-all-strings-as-english-notice\";s:32:\"fbc8b413390305152b099706064e9dd1\";}s:19:\"wpml-st-string-scan\";a:1:{s:23:\"wpml_st_faster_settings\";s:32:\"bea52ccbb453e0537f7aab46f4721502\";}}','no'),(2307,'options_ja_title_funds','あなたは最終的にあなたの暗号資金をお金として使いたいですか？','no'),(2308,'_options_ja_title_funds','field_5d1cd6f95f07b','no'),(2309,'options_ja_text_funds','teste','no'),(2310,'_options_ja_text_funds','field_5d1cd73a5f07d','no'),(2311,'options_ja_text_link_funds','Sign Up Today','no'),(2312,'_options_ja_text_link_funds','field_5d1cd74f5f07e','no'),(2313,'options_ja_list','','no'),(2314,'_options_ja_list','field_5d1f5d532b194','no'),(2315,'options_ja_download','','no'),(2316,'_options_ja_download','field_5d1f7210dd7a7','no'),(3896,'options_link_funds','https://cryptowallet.labcp.co/','no'),(3897,'_options_link_funds','field_5d1cd74f5f07e','no'),(4396,'options_text_footer','Spending crypto just got a whole lot easier. Download the app to see why CryptoWallet is the only wallet you’ll ever need.','no'),(4397,'_options_text_footer','field_5d27a36c77613','no'),(4398,'options_copyright','© 2020 CW Lab OÜ','no'),(4399,'_options_copyright','field_5d27a38a77614','no'),(4453,'options_app_store','https://apps.apple.com/ru/app/google-authenticator/id388497605','no'),(4454,'_options_app_store','field_5d1f7231dd7a9','no'),(4455,'options_google_play','https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2','no'),(4456,'_options_google_play','field_5d27a516717cf','no'),(4554,'options_text_footer_social_media','Follow Us on Social Media to Stay Updated!','no'),(4555,'_options_text_footer_social_media','field_5d27a6797f2ca','no'),(4596,'options_social_medias','9','no'),(4597,'_options_social_medias','field_5d27a6947f2cb','no'),(5488,'options_logo_company','6','no'),(5489,'_options_logo_company','field_5d28c554da059','no'),(12591,'wpcf7','a:3:{s:7:\"version\";s:5:\"5.1.4\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1565799243;s:7:\"version\";s:5:\"5.1.4\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}s:9:\"recaptcha\";a:1:{s:40:\"6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI\";s:40:\"6LeIxAcTAAAAAGG-vFI1TnRWxMZNFuojJ4WifJWe\";}}','yes'),(12622,'wpml_xliff_shortcodes','a:10:{i:0;s:14:\"contact-form-7\";i:1;s:23:\"wpdreams_ajaxsearchlite\";i:2;s:27:\"aioseop_schema_Organization\";i:3;s:22:\"aioseop_schema_WebSite\";i:4;s:22:\"aioseop_schema_WebPage\";i:5;s:22:\"aioseop_schema_Article\";i:6;s:21:\"aioseop_schema_Person\";i:7;s:29:\"aioseop_schema_CollectionPage\";i:8;s:32:\"aioseop_schema_SearchResultsPage\";i:9;s:26:\"aioseop_schema_ProfilePage\";}','no'),(12670,'duplicate_post_version','3.2.3','yes'),(12671,'duplicate_post_show_notice','0','no'),(19518,'options_copyright_help_center','CryptoWallet Help Center','no'),(19519,'_options_copyright_help_center','field_5d6040c7ad1d0','no'),(19770,'asl_options','a:156:{s:5:\"theme\";s:11:\"curvy-black\";s:20:\"override_search_form\";s:1:\"0\";s:24:\"override_woo_search_form\";i:0;s:13:\"keyword_logic\";s:3:\"and\";s:23:\"trigger_on_facet_change\";s:1:\"1\";s:17:\"redirect_click_to\";s:11:\"ajax_search\";s:17:\"redirect_enter_to\";s:11:\"ajax_search\";s:21:\"click_action_location\";s:4:\"same\";s:22:\"return_action_location\";s:4:\"same\";s:19:\"custom_redirect_url\";s:11:\"?s={phrase}\";s:16:\"results_per_page\";s:2:\"10\";s:13:\"triggerontype\";s:1:\"1\";s:11:\"customtypes\";s:28:\"_decode_WyJoZWxwY2VudGVyIl0=\";s:13:\"searchintitle\";s:1:\"1\";s:15:\"searchincontent\";s:1:\"1\";s:15:\"searchinexcerpt\";s:1:\"1\";s:20:\"search_in_permalinks\";s:1:\"0\";s:13:\"search_in_ids\";s:1:\"0\";s:13:\"search_all_cf\";s:1:\"0\";s:12:\"customfields\";s:0:\"\";s:11:\"post_status\";s:7:\"publish\";s:24:\"override_default_results\";s:1:\"0\";s:15:\"override_method\";s:3:\"get\";s:9:\"exactonly\";s:1:\"0\";s:20:\"exact_match_location\";s:8:\"anywhere\";s:13:\"searchinterms\";s:1:\"0\";s:9:\"charcount\";s:1:\"0\";s:10:\"maxresults\";s:2:\"10\";s:10:\"itemscount\";s:1:\"5\";s:16:\"resultitemheight\";s:4:\"70px\";s:15:\"orderby_primary\";s:14:\"relevance DESC\";s:17:\"orderby_secondary\";s:9:\"date DESC\";s:11:\"show_images\";s:1:\"0\";s:18:\"image_transparency\";i:1;s:14:\"image_bg_color\";s:7:\"#FFFFFF\";s:11:\"image_width\";s:2:\"70\";s:12:\"image_height\";s:2:\"70\";s:19:\"image_crop_location\";s:1:\"c\";s:27:\"image_crop_location_selects\";a:9:{i:0;a:2:{s:6:\"option\";s:13:\"In the center\";s:5:\"value\";s:1:\"c\";}i:1;a:2:{s:6:\"option\";s:9:\"Align top\";s:5:\"value\";s:1:\"t\";}i:2;a:2:{s:6:\"option\";s:15:\"Align top right\";s:5:\"value\";s:2:\"tr\";}i:3;a:2:{s:6:\"option\";s:14:\"Align top left\";s:5:\"value\";s:2:\"tl\";}i:4;a:2:{s:6:\"option\";s:12:\"Align bottom\";s:5:\"value\";s:1:\"b\";}i:5;a:2:{s:6:\"option\";s:18:\"Align bottom right\";s:5:\"value\";s:2:\"br\";}i:6;a:2:{s:6:\"option\";s:17:\"Align bottom left\";s:5:\"value\";s:2:\"bl\";}i:7;a:2:{s:6:\"option\";s:10:\"Align left\";s:5:\"value\";s:1:\"l\";}i:8;a:2:{s:6:\"option\";s:11:\"Align right\";s:5:\"value\";s:1:\"r\";}}s:13:\"image_sources\";a:7:{i:0;a:2:{s:6:\"option\";s:14:\"Featured image\";s:5:\"value\";s:8:\"featured\";}i:1;a:2:{s:6:\"option\";s:12:\"Post Content\";s:5:\"value\";s:7:\"content\";}i:2;a:2:{s:6:\"option\";s:12:\"Post Excerpt\";s:5:\"value\";s:7:\"excerpt\";}i:3;a:2:{s:6:\"option\";s:12:\"Custom field\";s:5:\"value\";s:6:\"custom\";}i:4;a:2:{s:6:\"option\";s:15:\"Page Screenshot\";s:5:\"value\";s:10:\"screenshot\";}i:5;a:2:{s:6:\"option\";s:13:\"Default image\";s:5:\"value\";s:7:\"default\";}i:6;a:2:{s:6:\"option\";s:8:\"Disabled\";s:5:\"value\";s:8:\"disabled\";}}s:13:\"image_source1\";s:8:\"featured\";s:13:\"image_source2\";s:7:\"content\";s:13:\"image_source3\";s:7:\"excerpt\";s:13:\"image_source4\";s:6:\"custom\";s:13:\"image_source5\";s:7:\"default\";s:13:\"image_default\";s:73:\"http://cryptowallet.labcp.co/app/plugins/ajax-search-lite/img/default.jpg\";s:21:\"image_source_featured\";s:8:\"original\";s:18:\"image_custom_field\";s:0:\"\";s:12:\"use_timthumb\";i:1;s:29:\"show_frontend_search_settings\";s:1:\"0\";s:16:\"showexactmatches\";s:1:\"1\";s:17:\"showsearchinposts\";s:1:\"1\";s:17:\"showsearchinpages\";s:1:\"1\";s:17:\"showsearchintitle\";s:1:\"1\";s:19:\"showsearchincontent\";s:1:\"1\";s:15:\"showcustomtypes\";s:0:\"\";s:20:\"showsearchincomments\";i:1;s:19:\"showsearchinexcerpt\";i:1;s:19:\"showsearchinbpusers\";i:0;s:20:\"showsearchinbpgroups\";i:0;s:20:\"showsearchinbpforums\";i:0;s:16:\"exactmatchestext\";s:18:\"Exact matches only\";s:17:\"searchinpoststext\";s:15:\"Search in posts\";s:17:\"searchinpagestext\";s:15:\"Search in pages\";s:17:\"searchintitletext\";s:15:\"Search in title\";s:19:\"searchincontenttext\";s:17:\"Search in content\";s:20:\"searchincommentstext\";s:18:\"Search in comments\";s:19:\"searchinexcerpttext\";s:17:\"Search in excerpt\";s:19:\"searchinbpuserstext\";s:15:\"Search in users\";s:20:\"searchinbpgroupstext\";s:16:\"Search in groups\";s:20:\"searchinbpforumstext\";s:16:\"Search in forums\";s:22:\"showsearchincategories\";s:1:\"0\";s:17:\"showuncategorised\";s:1:\"0\";s:20:\"exsearchincategories\";s:0:\"\";s:26:\"exsearchincategoriesheight\";i:200;s:22:\"showsearchintaxonomies\";i:1;s:9:\"showterms\";s:0:\"\";s:23:\"showseparatefilterboxes\";i:1;s:24:\"exsearchintaxonomiestext\";s:9:\"Filter by\";s:24:\"exsearchincategoriestext\";s:20:\"Filter by Categories\";s:9:\"box_width\";s:4:\"100%\";s:10:\"box_margin\";s:22:\"||0px||0px||0px||0px||\";s:8:\"box_font\";s:7:\"inherit\";s:11:\"override_bg\";s:1:\"1\";s:17:\"override_bg_color\";s:22:\"rgba(255, 255, 255, 0)\";s:13:\"override_icon\";s:1:\"1\";s:22:\"override_icon_bg_color\";s:16:\"rgb(90, 53, 133)\";s:19:\"override_icon_color\";s:18:\"rgb(255, 111, 113)\";s:15:\"override_border\";s:1:\"1\";s:21:\"override_border_style\";s:59:\"border:1px none rgb(0, 0, 0);border-radius:0px 0px 0px 0px;\";s:15:\"resultstype_def\";a:4:{i:0;a:2:{s:6:\"option\";s:16:\"Vertical Results\";s:5:\"value\";s:8:\"vertical\";}i:1;a:2:{s:6:\"option\";s:18:\"Horizontal Results\";s:5:\"value\";s:10:\"horizontal\";}i:2;a:2:{s:6:\"option\";s:16:\"Isotopic Results\";s:5:\"value\";s:8:\"isotopic\";}i:3;a:2:{s:6:\"option\";s:22:\"Polaroid style Results\";s:5:\"value\";s:8:\"polaroid\";}}s:11:\"resultstype\";s:8:\"vertical\";s:19:\"resultsposition_def\";a:2:{i:0;a:2:{s:6:\"option\";s:20:\"Hover - over content\";s:5:\"value\";s:5:\"hover\";}i:1;a:2:{s:6:\"option\";s:22:\"Block - pushes content\";s:5:\"value\";s:5:\"block\";}}s:15:\"resultsposition\";s:5:\"hover\";s:16:\"resultsmargintop\";s:4:\"12px\";s:16:\"v_res_max_height\";s:4:\"none\";s:17:\"defaultsearchtext\";s:0:\"\";s:15:\"showmoreresults\";s:1:\"0\";s:19:\"showmoreresultstext\";s:15:\"More results...\";s:19:\"results_click_blank\";s:1:\"0\";s:17:\"scroll_to_results\";s:1:\"0\";s:19:\"resultareaclickable\";s:1:\"1\";s:23:\"close_on_document_click\";s:1:\"1\";s:15:\"show_close_icon\";s:1:\"1\";s:10:\"showauthor\";s:1:\"0\";s:8:\"showdate\";s:1:\"0\";s:15:\"showdescription\";s:1:\"0\";s:17:\"descriptionlength\";s:3:\"100\";s:19:\"description_context\";s:1:\"0\";s:13:\"noresultstext\";s:11:\"No results!\";s:14:\"didyoumeantext\";s:13:\"Did you mean:\";s:12:\"kw_highlight\";s:1:\"1\";s:24:\"kw_highlight_whole_words\";s:1:\"1\";s:15:\"highlight_color\";s:15:\"rgb(43, 29, 68)\";s:18:\"highlight_bg_color\";s:22:\"rgba(238, 238, 238, 0)\";s:10:\"custom_css\";s:0:\"\";s:12:\"autocomplete\";s:1:\"1\";s:14:\"kw_suggestions\";s:1:\"1\";s:9:\"kw_length\";s:2:\"60\";s:8:\"kw_count\";s:2:\"10\";s:14:\"kw_google_lang\";s:2:\"en\";s:13:\"kw_exceptions\";s:0:\"\";s:12:\"shortcode_op\";s:6:\"remove\";s:16:\"striptagsexclude\";s:0:\"\";s:12:\"runshortcode\";i:1;s:14:\"stripshortcode\";i:0;s:19:\"pageswithcategories\";i:0;s:10:\"titlefield\";s:1:\"0\";s:13:\"titlefield_cf\";s:0:\"\";s:16:\"descriptionfield\";s:1:\"0\";s:19:\"descriptionfield_cf\";s:0:\"\";s:22:\"woo_exclude_outofstock\";s:1:\"0\";s:18:\"exclude_woo_hidden\";s:1:\"1\";s:17:\"excludecategories\";s:0:\"\";s:12:\"excludeposts\";s:0:\"\";s:18:\"wpml_compatibility\";s:1:\"1\";s:22:\"polylang_compatibility\";s:1:\"1\";s:21:\"classname-customtypes\";s:23:\"wpdreamsCustomPostTypes\";s:7:\"wdcfs_9\";s:0:\"\";s:22:\"classname-customfields\";s:20:\"wpdreamsCustomFields\";s:10:\"asl_submit\";s:1:\"1\";s:10:\"submit_asl\";s:13:\"Save options!\";s:25:\"classname-showcustomtypes\";s:31:\"wpdreamsCustomPostTypesEditable\";s:30:\"classname-exsearchincategories\";s:18:\"wpdreamsCategories\";s:7:\"topleft\";s:3:\"0px\";s:11:\"bottomright\";s:3:\"0px\";s:8:\"topright\";s:3:\"0px\";s:10:\"bottomleft\";s:3:\"0px\";s:12:\"_colorpicker\";s:12:\"rgb(0, 0, 0)\";s:27:\"classname-excludecategories\";s:18:\"wpdreamsCategories\";s:10:\"sett_tabid\";s:3:\"404\";s:20:\"selected-customtypes\";a:1:{i:0;s:10:\"helpcenter\";}s:21:\"selected-customfields\";N;s:24:\"selected-showcustomtypes\";N;s:29:\"selected-exsearchincategories\";N;s:26:\"selected-excludecategories\";N;}','yes'),(19771,'asl_version','4736','yes'),(19775,'widget_ajaxsearchlitewidget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(19788,'cptui_new_install','false','yes'),(19804,'widget_recent_viewed_posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(19810,'cptui_post_types','a:1:{s:10:\"helpcenter\";a:29:{s:4:\"name\";s:10:\"helpcenter\";s:5:\"label\";s:11:\"Help Center\";s:14:\"singular_label\";s:4:\"Help\";s:11:\"description\";s:0:\"\";s:6:\"public\";s:4:\"true\";s:18:\"publicly_queryable\";s:4:\"true\";s:7:\"show_ui\";s:4:\"true\";s:17:\"show_in_nav_menus\";s:4:\"true\";s:12:\"show_in_rest\";s:4:\"true\";s:9:\"rest_base\";s:0:\"\";s:21:\"rest_controller_class\";s:0:\"\";s:11:\"has_archive\";s:4:\"true\";s:18:\"has_archive_string\";s:11:\"help-center\";s:19:\"exclude_from_search\";s:5:\"false\";s:15:\"capability_type\";s:4:\"post\";s:12:\"hierarchical\";s:4:\"true\";s:7:\"rewrite\";s:4:\"true\";s:12:\"rewrite_slug\";s:11:\"help-center\";s:17:\"rewrite_withfront\";s:4:\"true\";s:9:\"query_var\";s:4:\"true\";s:14:\"query_var_slug\";s:0:\"\";s:13:\"menu_position\";s:0:\"\";s:12:\"show_in_menu\";s:4:\"true\";s:19:\"show_in_menu_string\";s:0:\"\";s:9:\"menu_icon\";s:0:\"\";s:8:\"supports\";a:4:{i:0;s:5:\"title\";i:1;s:6:\"editor\";i:2;s:9:\"thumbnail\";i:3;s:15:\"page-attributes\";}s:10:\"taxonomies\";a:0:{}s:6:\"labels\";a:24:{s:9:\"menu_name\";s:0:\"\";s:9:\"all_items\";s:0:\"\";s:7:\"add_new\";s:0:\"\";s:12:\"add_new_item\";s:0:\"\";s:9:\"edit_item\";s:0:\"\";s:8:\"new_item\";s:0:\"\";s:9:\"view_item\";s:0:\"\";s:10:\"view_items\";s:0:\"\";s:12:\"search_items\";s:0:\"\";s:9:\"not_found\";s:0:\"\";s:18:\"not_found_in_trash\";s:0:\"\";s:17:\"parent_item_colon\";s:0:\"\";s:14:\"featured_image\";s:0:\"\";s:18:\"set_featured_image\";s:0:\"\";s:21:\"remove_featured_image\";s:0:\"\";s:18:\"use_featured_image\";s:0:\"\";s:8:\"archives\";s:0:\"\";s:16:\"insert_into_item\";s:0:\"\";s:21:\"uploaded_to_this_item\";s:0:\"\";s:17:\"filter_items_list\";s:0:\"\";s:21:\"items_list_navigation\";s:0:\"\";s:10:\"items_list\";s:0:\"\";s:10:\"attributes\";s:0:\"\";s:14:\"name_admin_bar\";s:0:\"\";}s:15:\"custom_supports\";s:0:\"\";}}','yes'),(19817,'_icl_admin_option_names','a:2:{s:16:\"cptui_post_types\";a:1:{s:10:\"helpcenter\";a:2:{s:5:\"label\";i:1;s:14:\"singular_label\";i:1;}}s:15:\"aioseop_options\";a:12:{s:16:\"aiosp_home_title\";b:0;s:22:\"aiosp_home_description\";b:0;s:19:\"aiosp_home_keywords\";b:0;s:23:\"aiosp_post_title_format\";b:0;s:23:\"aiosp_page_title_format\";b:0;s:27:\"aiosp_category_title_format\";b:0;s:26:\"aiosp_archive_title_format\";b:0;s:22:\"aiosp_tag_title_format\";b:0;s:25:\"aiosp_search_title_format\";b:0;s:24:\"aiosp_description_format\";b:0;s:22:\"aiosp_404_title_format\";b:0;s:18:\"aiosp_paged_format\";b:0;}}','yes'),(19818,'_transient_wpml_admin_text_import:parse_config:66823ee484531a2e6a0d0f031798dc23','17b7bd796117851ac6a3b79bf14cf018','yes'),(19825,'wpml_tax_slug_translation_settings','a:1:{s:5:\"types\";a:3:{s:8:\"category\";i:0;s:8:\"post_tag\";i:0;s:6:\"format\";i:0;}}','yes'),(19863,'category_children','a:0:{}','yes'),(19864,'format_children_en','a:0:{}','yes'),(19958,'asl_debug_data','a:2:{s:11:\"asl_options\";a:156:{s:5:\"theme\";s:11:\"curvy-black\";s:20:\"override_search_form\";s:1:\"0\";s:24:\"override_woo_search_form\";i:0;s:13:\"keyword_logic\";s:3:\"and\";s:23:\"trigger_on_facet_change\";s:1:\"1\";s:17:\"redirect_click_to\";s:11:\"ajax_search\";s:17:\"redirect_enter_to\";s:11:\"ajax_search\";s:21:\"click_action_location\";s:4:\"same\";s:22:\"return_action_location\";s:4:\"same\";s:19:\"custom_redirect_url\";s:11:\"?s={phrase}\";s:16:\"results_per_page\";s:2:\"10\";s:13:\"triggerontype\";s:1:\"1\";s:11:\"customtypes\";s:28:\"_decode_WyJoZWxwY2VudGVyIl0=\";s:13:\"searchintitle\";s:1:\"1\";s:15:\"searchincontent\";s:1:\"1\";s:15:\"searchinexcerpt\";s:1:\"1\";s:20:\"search_in_permalinks\";s:1:\"0\";s:13:\"search_in_ids\";s:1:\"0\";s:13:\"search_all_cf\";s:1:\"0\";s:12:\"customfields\";s:0:\"\";s:11:\"post_status\";s:7:\"publish\";s:24:\"override_default_results\";s:1:\"0\";s:15:\"override_method\";s:3:\"get\";s:9:\"exactonly\";s:1:\"0\";s:20:\"exact_match_location\";s:8:\"anywhere\";s:13:\"searchinterms\";s:1:\"0\";s:9:\"charcount\";s:1:\"0\";s:10:\"maxresults\";s:2:\"10\";s:10:\"itemscount\";s:1:\"5\";s:16:\"resultitemheight\";s:4:\"70px\";s:15:\"orderby_primary\";s:14:\"relevance DESC\";s:17:\"orderby_secondary\";s:9:\"date DESC\";s:11:\"show_images\";s:1:\"0\";s:18:\"image_transparency\";i:1;s:14:\"image_bg_color\";s:7:\"#FFFFFF\";s:11:\"image_width\";s:2:\"70\";s:12:\"image_height\";s:2:\"70\";s:19:\"image_crop_location\";s:1:\"c\";s:27:\"image_crop_location_selects\";a:9:{i:0;a:2:{s:6:\"option\";s:13:\"In the center\";s:5:\"value\";s:1:\"c\";}i:1;a:2:{s:6:\"option\";s:9:\"Align top\";s:5:\"value\";s:1:\"t\";}i:2;a:2:{s:6:\"option\";s:15:\"Align top right\";s:5:\"value\";s:2:\"tr\";}i:3;a:2:{s:6:\"option\";s:14:\"Align top left\";s:5:\"value\";s:2:\"tl\";}i:4;a:2:{s:6:\"option\";s:12:\"Align bottom\";s:5:\"value\";s:1:\"b\";}i:5;a:2:{s:6:\"option\";s:18:\"Align bottom right\";s:5:\"value\";s:2:\"br\";}i:6;a:2:{s:6:\"option\";s:17:\"Align bottom left\";s:5:\"value\";s:2:\"bl\";}i:7;a:2:{s:6:\"option\";s:10:\"Align left\";s:5:\"value\";s:1:\"l\";}i:8;a:2:{s:6:\"option\";s:11:\"Align right\";s:5:\"value\";s:1:\"r\";}}s:13:\"image_sources\";a:7:{i:0;a:2:{s:6:\"option\";s:14:\"Featured image\";s:5:\"value\";s:8:\"featured\";}i:1;a:2:{s:6:\"option\";s:12:\"Post Content\";s:5:\"value\";s:7:\"content\";}i:2;a:2:{s:6:\"option\";s:12:\"Post Excerpt\";s:5:\"value\";s:7:\"excerpt\";}i:3;a:2:{s:6:\"option\";s:12:\"Custom field\";s:5:\"value\";s:6:\"custom\";}i:4;a:2:{s:6:\"option\";s:15:\"Page Screenshot\";s:5:\"value\";s:10:\"screenshot\";}i:5;a:2:{s:6:\"option\";s:13:\"Default image\";s:5:\"value\";s:7:\"default\";}i:6;a:2:{s:6:\"option\";s:8:\"Disabled\";s:5:\"value\";s:8:\"disabled\";}}s:13:\"image_source1\";s:8:\"featured\";s:13:\"image_source2\";s:7:\"content\";s:13:\"image_source3\";s:7:\"excerpt\";s:13:\"image_source4\";s:6:\"custom\";s:13:\"image_source5\";s:7:\"default\";s:13:\"image_default\";s:73:\"http://cryptowallet.labcp.co/app/plugins/ajax-search-lite/img/default.jpg\";s:21:\"image_source_featured\";s:8:\"original\";s:18:\"image_custom_field\";s:0:\"\";s:12:\"use_timthumb\";i:1;s:29:\"show_frontend_search_settings\";s:1:\"0\";s:16:\"showexactmatches\";s:1:\"1\";s:17:\"showsearchinposts\";s:1:\"1\";s:17:\"showsearchinpages\";s:1:\"1\";s:17:\"showsearchintitle\";s:1:\"1\";s:19:\"showsearchincontent\";s:1:\"1\";s:15:\"showcustomtypes\";s:0:\"\";s:20:\"showsearchincomments\";i:1;s:19:\"showsearchinexcerpt\";i:1;s:19:\"showsearchinbpusers\";i:0;s:20:\"showsearchinbpgroups\";i:0;s:20:\"showsearchinbpforums\";i:0;s:16:\"exactmatchestext\";s:18:\"Exact matches only\";s:17:\"searchinpoststext\";s:15:\"Search in posts\";s:17:\"searchinpagestext\";s:15:\"Search in pages\";s:17:\"searchintitletext\";s:15:\"Search in title\";s:19:\"searchincontenttext\";s:17:\"Search in content\";s:20:\"searchincommentstext\";s:18:\"Search in comments\";s:19:\"searchinexcerpttext\";s:17:\"Search in excerpt\";s:19:\"searchinbpuserstext\";s:15:\"Search in users\";s:20:\"searchinbpgroupstext\";s:16:\"Search in groups\";s:20:\"searchinbpforumstext\";s:16:\"Search in forums\";s:22:\"showsearchincategories\";s:1:\"0\";s:17:\"showuncategorised\";s:1:\"0\";s:20:\"exsearchincategories\";s:0:\"\";s:26:\"exsearchincategoriesheight\";i:200;s:22:\"showsearchintaxonomies\";i:1;s:9:\"showterms\";s:0:\"\";s:23:\"showseparatefilterboxes\";i:1;s:24:\"exsearchintaxonomiestext\";s:9:\"Filter by\";s:24:\"exsearchincategoriestext\";s:20:\"Filter by Categories\";s:9:\"box_width\";s:4:\"100%\";s:10:\"box_margin\";s:22:\"||0px||0px||0px||0px||\";s:8:\"box_font\";s:7:\"inherit\";s:11:\"override_bg\";s:1:\"1\";s:17:\"override_bg_color\";s:22:\"rgba(255, 255, 255, 0)\";s:13:\"override_icon\";s:1:\"1\";s:22:\"override_icon_bg_color\";s:16:\"rgb(90, 53, 133)\";s:19:\"override_icon_color\";s:18:\"rgb(255, 111, 113)\";s:15:\"override_border\";s:1:\"1\";s:21:\"override_border_style\";s:59:\"border:1px none rgb(0, 0, 0);border-radius:0px 0px 0px 0px;\";s:15:\"resultstype_def\";a:4:{i:0;a:2:{s:6:\"option\";s:16:\"Vertical Results\";s:5:\"value\";s:8:\"vertical\";}i:1;a:2:{s:6:\"option\";s:18:\"Horizontal Results\";s:5:\"value\";s:10:\"horizontal\";}i:2;a:2:{s:6:\"option\";s:16:\"Isotopic Results\";s:5:\"value\";s:8:\"isotopic\";}i:3;a:2:{s:6:\"option\";s:22:\"Polaroid style Results\";s:5:\"value\";s:8:\"polaroid\";}}s:11:\"resultstype\";s:8:\"vertical\";s:19:\"resultsposition_def\";a:2:{i:0;a:2:{s:6:\"option\";s:20:\"Hover - over content\";s:5:\"value\";s:5:\"hover\";}i:1;a:2:{s:6:\"option\";s:22:\"Block - pushes content\";s:5:\"value\";s:5:\"block\";}}s:15:\"resultsposition\";s:5:\"hover\";s:16:\"resultsmargintop\";s:4:\"12px\";s:16:\"v_res_max_height\";s:4:\"none\";s:17:\"defaultsearchtext\";s:0:\"\";s:15:\"showmoreresults\";s:1:\"0\";s:19:\"showmoreresultstext\";s:15:\"More results...\";s:19:\"results_click_blank\";s:1:\"0\";s:17:\"scroll_to_results\";s:1:\"0\";s:19:\"resultareaclickable\";s:1:\"1\";s:23:\"close_on_document_click\";s:1:\"1\";s:15:\"show_close_icon\";s:1:\"1\";s:10:\"showauthor\";s:1:\"0\";s:8:\"showdate\";s:1:\"0\";s:15:\"showdescription\";s:1:\"0\";s:17:\"descriptionlength\";s:3:\"100\";s:19:\"description_context\";s:1:\"0\";s:13:\"noresultstext\";s:11:\"No results!\";s:14:\"didyoumeantext\";s:13:\"Did you mean:\";s:12:\"kw_highlight\";s:1:\"1\";s:24:\"kw_highlight_whole_words\";s:1:\"1\";s:15:\"highlight_color\";s:15:\"rgb(43, 29, 68)\";s:18:\"highlight_bg_color\";s:22:\"rgba(238, 238, 238, 0)\";s:10:\"custom_css\";s:0:\"\";s:12:\"autocomplete\";s:1:\"1\";s:14:\"kw_suggestions\";s:1:\"1\";s:9:\"kw_length\";s:2:\"60\";s:8:\"kw_count\";s:2:\"10\";s:14:\"kw_google_lang\";s:2:\"en\";s:13:\"kw_exceptions\";s:0:\"\";s:12:\"shortcode_op\";s:6:\"remove\";s:16:\"striptagsexclude\";s:0:\"\";s:12:\"runshortcode\";i:1;s:14:\"stripshortcode\";i:0;s:19:\"pageswithcategories\";i:0;s:10:\"titlefield\";s:1:\"0\";s:13:\"titlefield_cf\";s:0:\"\";s:16:\"descriptionfield\";s:1:\"0\";s:19:\"descriptionfield_cf\";s:0:\"\";s:22:\"woo_exclude_outofstock\";s:1:\"0\";s:18:\"exclude_woo_hidden\";s:1:\"1\";s:17:\"excludecategories\";s:0:\"\";s:12:\"excludeposts\";s:0:\"\";s:18:\"wpml_compatibility\";s:1:\"1\";s:22:\"polylang_compatibility\";s:1:\"1\";s:21:\"classname-customtypes\";s:23:\"wpdreamsCustomPostTypes\";s:7:\"wdcfs_9\";s:0:\"\";s:22:\"classname-customfields\";s:20:\"wpdreamsCustomFields\";s:10:\"asl_submit\";s:1:\"1\";s:10:\"submit_asl\";s:13:\"Save options!\";s:25:\"classname-showcustomtypes\";s:31:\"wpdreamsCustomPostTypesEditable\";s:30:\"classname-exsearchincategories\";s:18:\"wpdreamsCategories\";s:7:\"topleft\";s:3:\"0px\";s:11:\"bottomright\";s:3:\"0px\";s:8:\"topright\";s:3:\"0px\";s:10:\"bottomleft\";s:3:\"0px\";s:12:\"_colorpicker\";s:12:\"rgb(0, 0, 0)\";s:27:\"classname-excludecategories\";s:18:\"wpdreamsCategories\";s:10:\"sett_tabid\";s:3:\"404\";s:20:\"selected-customtypes\";a:1:{i:0;s:10:\"helpcenter\";}s:21:\"selected-customfields\";N;s:24:\"selected-showcustomtypes\";N;s:29:\"selected-exsearchincategories\";N;s:26:\"selected-excludecategories\";N;}s:7:\"queries\";a:5:{i:0;a:4:{s:6:\"phrase\";s:21:\"blockchain+technology\";s:7:\"options\";a:18:{s:15:\"qtranslate_lang\";s:1:\"0\";s:9:\"wpml_lang\";s:2:\"en\";s:11:\"set_intitle\";b:1;s:13:\"set_incontent\";b:1;s:13:\"set_inexcerpt\";b:1;s:9:\"customset\";a:1:{i:0;s:10:\"helpcenter\";}s:13:\"set_exactonly\";b:0;s:14:\"set_incomments\";b:0;s:11:\"set_inposts\";b:0;s:11:\"set_inpages\";b:0;s:13:\"searchinterms\";b:0;s:13:\"set_inbpusers\";b:0;s:14:\"set_inbpgroups\";b:0;s:14:\"set_inbpforums\";b:0;s:10:\"maxresults\";s:2:\"10\";s:8:\"do_group\";b:1;s:11:\"categoryset\";a:0:{}s:7:\"termset\";a:0:{}}s:5:\"query\";s:2867:\"\r\n    	SELECT\r\n			\r\n			wp_posts.post_title as title,\r\n			wp_posts.ID as id,\r\n			wp_posts.post_date as date,\r\n			\'\' as content,\r\n			wp_posts.post_excerpt as excerpt,\r\n			\'pagepost\' as content_type,\r\n			(SELECT\r\n				wp_users.display_name as author\r\n				FROM wp_users\r\n				WHERE wp_users.ID = wp_posts.post_author\r\n			) as author,\r\n			\'\' as ttid,\r\n			wp_posts.post_type as post_type,\r\n			((case when\r\n                    (wp_posts.post_title LIKE \'blockchain+technology%\')\r\n                     then 20 else 0 end) + (case when\r\n                    (wp_posts.post_title LIKE \'%blockchain+technology%\')\r\n                     then 10 else 0 end) + (case when\r\n                      (wp_posts.post_title LIKE \'%blockchain%\')\r\n                       then 10 else 0 end) + (case when\r\n                            (wp_posts.post_content LIKE \'%blockchain%\')\r\n                             then 10 else 0 end) + (case when\r\n                    (wp_posts.post_content LIKE \'%blockchain+technology%\')\r\n                     then 10 else 0 end) + (case when\r\n                            (wp_posts.post_excerpt LIKE \'%blockchain%\')\r\n                             then 10 else 0 end) + (case when\r\n                    (wp_posts.post_excerpt LIKE \'%blockchain+technology%\')\r\n                     then 10 else 0 end)) as relevance\r\n    	FROM wp_posts\r\n			\r\n			\r\n			\r\n    	WHERE\r\n                ( wp_posts.post_type IN (\'helpcenter\') )\r\n                \r\n                \r\n            AND ( wp_posts.post_status IN (\'publish\') )\r\n            AND (1)\r\n            AND ( (( wp_posts.post_title LIKE \'%blockchain+technology%\' ) OR ( wp_posts.post_content LIKE \'%blockchain+technology%\' ) OR ( wp_posts.post_excerpt LIKE \'%blockchain+technology%\' )) OR (( wp_posts.post_title LIKE \'%blockchain%\' ) OR ( wp_posts.post_content LIKE \'%blockchain%\' ) OR ( wp_posts.post_excerpt LIKE \'%blockchain%\' )) AND (( wp_posts.post_title LIKE \'%technology%\' ) OR ( wp_posts.post_content LIKE \'%technology%\' ) OR ( wp_posts.post_excerpt LIKE \'%technology%\' )) )\r\n            \r\n            AND ( \r\n                    NOT EXISTS (\r\n                        SELECT DISTINCT(wpml.element_id)\r\n                        FROM wp_icl_translations as wpml\r\n                        WHERE\r\n                            wp_posts.ID = wpml.element_id AND\r\n                            wpml.element_type IN (\'post_helpcenter\')\r\n                    ) OR\r\n                    \r\n				EXISTS (\r\n					SELECT DISTINCT(wpml.element_id)\r\n					FROM wp_icl_translations as wpml\r\n					WHERE\r\n	                    wp_posts.ID = wpml.element_id AND\r\n	                    wpml.language_code = \'en\' AND\r\n	                    wpml.element_type IN (\'post_helpcenter\')\r\n                ) )\r\n            \r\n            \r\n        GROUP BY\r\n          	 wp_posts.ID\r\n        ORDER BY\r\n        	 relevance DESC, date DESC, id DESC\r\n        LIMIT 10\";s:7:\"results\";i:0;}i:1;a:4:{s:6:\"phrase\";s:25:\"blockchain technology pdf\";s:7:\"options\";a:18:{s:15:\"qtranslate_lang\";s:1:\"0\";s:9:\"wpml_lang\";s:2:\"en\";s:11:\"set_intitle\";b:1;s:13:\"set_incontent\";b:1;s:13:\"set_inexcerpt\";b:1;s:9:\"customset\";a:1:{i:0;s:10:\"helpcenter\";}s:13:\"set_exactonly\";b:0;s:14:\"set_incomments\";b:0;s:11:\"set_inposts\";b:0;s:11:\"set_inpages\";b:0;s:13:\"searchinterms\";b:0;s:13:\"set_inbpusers\";b:0;s:14:\"set_inbpgroups\";b:0;s:14:\"set_inbpforums\";b:0;s:10:\"maxresults\";s:2:\"10\";s:8:\"do_group\";b:1;s:11:\"categoryset\";a:0:{}s:7:\"termset\";a:0:{}}s:5:\"query\";s:3022:\"\r\n    	SELECT\r\n			\r\n			wp_posts.post_title as title,\r\n			wp_posts.ID as id,\r\n			wp_posts.post_date as date,\r\n			\'\' as content,\r\n			wp_posts.post_excerpt as excerpt,\r\n			\'pagepost\' as content_type,\r\n			(SELECT\r\n				wp_users.display_name as author\r\n				FROM wp_users\r\n				WHERE wp_users.ID = wp_posts.post_author\r\n			) as author,\r\n			\'\' as ttid,\r\n			wp_posts.post_type as post_type,\r\n			((case when\r\n                    (wp_posts.post_title LIKE \'blockchain technology pdf%\')\r\n                     then 20 else 0 end) + (case when\r\n                    (wp_posts.post_title LIKE \'%blockchain technology pdf%\')\r\n                     then 10 else 0 end) + (case when\r\n                      (wp_posts.post_title LIKE \'%blockchain%\')\r\n                       then 10 else 0 end) + (case when\r\n                            (wp_posts.post_content LIKE \'%blockchain%\')\r\n                             then 10 else 0 end) + (case when\r\n                    (wp_posts.post_content LIKE \'%blockchain technology pdf%\')\r\n                     then 10 else 0 end) + (case when\r\n                            (wp_posts.post_excerpt LIKE \'%blockchain%\')\r\n                             then 10 else 0 end) + (case when\r\n                    (wp_posts.post_excerpt LIKE \'%blockchain technology pdf%\')\r\n                     then 10 else 0 end)) as relevance\r\n    	FROM wp_posts\r\n			\r\n			\r\n			\r\n    	WHERE\r\n                ( wp_posts.post_type IN (\'helpcenter\') )\r\n                \r\n                \r\n            AND ( wp_posts.post_status IN (\'publish\') )\r\n            AND (1)\r\n            AND ( (( wp_posts.post_title LIKE \'%blockchain technology pdf%\' ) OR ( wp_posts.post_content LIKE \'%blockchain technology pdf%\' ) OR ( wp_posts.post_excerpt LIKE \'%blockchain technology pdf%\' )) OR (( wp_posts.post_title LIKE \'%blockchain%\' ) OR ( wp_posts.post_content LIKE \'%blockchain%\' ) OR ( wp_posts.post_excerpt LIKE \'%blockchain%\' )) AND (( wp_posts.post_title LIKE \'%technology%\' ) OR ( wp_posts.post_content LIKE \'%technology%\' ) OR ( wp_posts.post_excerpt LIKE \'%technology%\' )) AND (( wp_posts.post_title LIKE \'%pdf%\' ) OR ( wp_posts.post_content LIKE \'%pdf%\' ) OR ( wp_posts.post_excerpt LIKE \'%pdf%\' )) )\r\n            \r\n            AND ( \r\n                    NOT EXISTS (\r\n                        SELECT DISTINCT(wpml.element_id)\r\n                        FROM wp_icl_translations as wpml\r\n                        WHERE\r\n                            wp_posts.ID = wpml.element_id AND\r\n                            wpml.element_type IN (\'post_helpcenter\')\r\n                    ) OR\r\n                    \r\n				EXISTS (\r\n					SELECT DISTINCT(wpml.element_id)\r\n					FROM wp_icl_translations as wpml\r\n					WHERE\r\n	                    wp_posts.ID = wpml.element_id AND\r\n	                    wpml.language_code = \'en\' AND\r\n	                    wpml.element_type IN (\'post_helpcenter\')\r\n                ) )\r\n            \r\n            \r\n        GROUP BY\r\n          	 wp_posts.ID\r\n        ORDER BY\r\n        	 relevance DESC, date DESC, id DESC\r\n        LIMIT 10\";s:7:\"results\";i:0;}i:2;a:4:{s:6:\"phrase\";s:2:\"Ge\";s:7:\"options\";a:18:{s:15:\"qtranslate_lang\";s:1:\"0\";s:9:\"wpml_lang\";s:2:\"en\";s:11:\"set_intitle\";b:1;s:13:\"set_incontent\";b:1;s:13:\"set_inexcerpt\";b:1;s:9:\"customset\";a:1:{i:0;s:10:\"helpcenter\";}s:13:\"set_exactonly\";b:0;s:14:\"set_incomments\";b:0;s:11:\"set_inposts\";b:0;s:11:\"set_inpages\";b:0;s:13:\"searchinterms\";b:0;s:13:\"set_inbpusers\";b:0;s:14:\"set_inbpgroups\";b:0;s:14:\"set_inbpforums\";b:0;s:10:\"maxresults\";s:2:\"10\";s:8:\"do_group\";b:1;s:11:\"categoryset\";a:0:{}s:7:\"termset\";a:0:{}}s:5:\"query\";s:2415:\"\r\n    	SELECT\r\n			\r\n			wp_posts.post_title as title,\r\n			wp_posts.ID as id,\r\n			wp_posts.post_date as date,\r\n			\'\' as content,\r\n			wp_posts.post_excerpt as excerpt,\r\n			\'pagepost\' as content_type,\r\n			(SELECT\r\n				wp_users.display_name as author\r\n				FROM wp_users\r\n				WHERE wp_users.ID = wp_posts.post_author\r\n			) as author,\r\n			\'\' as ttid,\r\n			wp_posts.post_type as post_type,\r\n			((case when\r\n                    (wp_posts.post_title LIKE \'Ge%\')\r\n                     then 20 else 0 end) + (case when\r\n                    (wp_posts.post_title LIKE \'%Ge%\')\r\n                     then 10 else 0 end) + (case when\r\n                      (wp_posts.post_title LIKE \'%Ge%\')\r\n                       then 10 else 0 end) + (case when\r\n                            (wp_posts.post_content LIKE \'%Ge%\')\r\n                             then 10 else 0 end) + (case when\r\n                    (wp_posts.post_content LIKE \'%Ge%\')\r\n                     then 10 else 0 end) + (case when\r\n                            (wp_posts.post_excerpt LIKE \'%Ge%\')\r\n                             then 10 else 0 end) + (case when\r\n                    (wp_posts.post_excerpt LIKE \'%Ge%\')\r\n                     then 10 else 0 end)) as relevance\r\n    	FROM wp_posts\r\n			\r\n			\r\n			\r\n    	WHERE\r\n                ( wp_posts.post_type IN (\'helpcenter\') )\r\n                \r\n                \r\n            AND ( wp_posts.post_status IN (\'publish\') )\r\n            AND (1)\r\n            AND ( (( wp_posts.post_title LIKE \'%Ge%\' ) OR ( wp_posts.post_content LIKE \'%Ge%\' ) OR ( wp_posts.post_excerpt LIKE \'%Ge%\' )) )\r\n            \r\n            AND ( \r\n                    NOT EXISTS (\r\n                        SELECT DISTINCT(wpml.element_id)\r\n                        FROM wp_icl_translations as wpml\r\n                        WHERE\r\n                            wp_posts.ID = wpml.element_id AND\r\n                            wpml.element_type IN (\'post_helpcenter\')\r\n                    ) OR\r\n                    \r\n				EXISTS (\r\n					SELECT DISTINCT(wpml.element_id)\r\n					FROM wp_icl_translations as wpml\r\n					WHERE\r\n	                    wp_posts.ID = wpml.element_id AND\r\n	                    wpml.language_code = \'en\' AND\r\n	                    wpml.element_type IN (\'post_helpcenter\')\r\n                ) )\r\n            \r\n            \r\n        GROUP BY\r\n          	 wp_posts.ID\r\n        ORDER BY\r\n        	 relevance DESC, date DESC, id DESC\r\n        LIMIT 10\";s:7:\"results\";i:10;}i:3;a:4:{s:6:\"phrase\";s:6:\"Gemini\";s:7:\"options\";a:18:{s:15:\"qtranslate_lang\";s:1:\"0\";s:9:\"wpml_lang\";s:2:\"en\";s:11:\"set_intitle\";b:1;s:13:\"set_incontent\";b:1;s:13:\"set_inexcerpt\";b:1;s:9:\"customset\";a:1:{i:0;s:10:\"helpcenter\";}s:13:\"set_exactonly\";b:0;s:14:\"set_incomments\";b:0;s:11:\"set_inposts\";b:0;s:11:\"set_inpages\";b:0;s:13:\"searchinterms\";b:0;s:13:\"set_inbpusers\";b:0;s:14:\"set_inbpgroups\";b:0;s:14:\"set_inbpforums\";b:0;s:10:\"maxresults\";s:2:\"10\";s:8:\"do_group\";b:1;s:11:\"categoryset\";a:0:{}s:7:\"termset\";a:0:{}}s:5:\"query\";s:2455:\"\r\n    	SELECT\r\n			\r\n			wp_posts.post_title as title,\r\n			wp_posts.ID as id,\r\n			wp_posts.post_date as date,\r\n			\'\' as content,\r\n			wp_posts.post_excerpt as excerpt,\r\n			\'pagepost\' as content_type,\r\n			(SELECT\r\n				wp_users.display_name as author\r\n				FROM wp_users\r\n				WHERE wp_users.ID = wp_posts.post_author\r\n			) as author,\r\n			\'\' as ttid,\r\n			wp_posts.post_type as post_type,\r\n			((case when\r\n                    (wp_posts.post_title LIKE \'Gemini%\')\r\n                     then 20 else 0 end) + (case when\r\n                    (wp_posts.post_title LIKE \'%Gemini%\')\r\n                     then 10 else 0 end) + (case when\r\n                      (wp_posts.post_title LIKE \'%Gemini%\')\r\n                       then 10 else 0 end) + (case when\r\n                            (wp_posts.post_content LIKE \'%Gemini%\')\r\n                             then 10 else 0 end) + (case when\r\n                    (wp_posts.post_content LIKE \'%Gemini%\')\r\n                     then 10 else 0 end) + (case when\r\n                            (wp_posts.post_excerpt LIKE \'%Gemini%\')\r\n                             then 10 else 0 end) + (case when\r\n                    (wp_posts.post_excerpt LIKE \'%Gemini%\')\r\n                     then 10 else 0 end)) as relevance\r\n    	FROM wp_posts\r\n			\r\n			\r\n			\r\n    	WHERE\r\n                ( wp_posts.post_type IN (\'helpcenter\') )\r\n                \r\n                \r\n            AND ( wp_posts.post_status IN (\'publish\') )\r\n            AND (1)\r\n            AND ( (( wp_posts.post_title LIKE \'%Gemini%\' ) OR ( wp_posts.post_content LIKE \'%Gemini%\' ) OR ( wp_posts.post_excerpt LIKE \'%Gemini%\' )) )\r\n            \r\n            AND ( \r\n                    NOT EXISTS (\r\n                        SELECT DISTINCT(wpml.element_id)\r\n                        FROM wp_icl_translations as wpml\r\n                        WHERE\r\n                            wp_posts.ID = wpml.element_id AND\r\n                            wpml.element_type IN (\'post_helpcenter\')\r\n                    ) OR\r\n                    \r\n				EXISTS (\r\n					SELECT DISTINCT(wpml.element_id)\r\n					FROM wp_icl_translations as wpml\r\n					WHERE\r\n	                    wp_posts.ID = wpml.element_id AND\r\n	                    wpml.language_code = \'en\' AND\r\n	                    wpml.element_type IN (\'post_helpcenter\')\r\n                ) )\r\n            \r\n            \r\n        GROUP BY\r\n          	 wp_posts.ID\r\n        ORDER BY\r\n        	 relevance DESC, date DESC, id DESC\r\n        LIMIT 10\";s:7:\"results\";i:7;}i:4;a:4:{s:6:\"phrase\";s:6:\"Gemini\";s:7:\"options\";a:18:{s:15:\"qtranslate_lang\";s:1:\"0\";s:9:\"wpml_lang\";s:2:\"en\";s:11:\"set_intitle\";b:1;s:13:\"set_incontent\";b:1;s:13:\"set_inexcerpt\";b:1;s:9:\"customset\";a:1:{i:0;s:10:\"helpcenter\";}s:13:\"set_exactonly\";b:0;s:14:\"set_incomments\";b:0;s:11:\"set_inposts\";b:0;s:11:\"set_inpages\";b:0;s:13:\"searchinterms\";b:0;s:13:\"set_inbpusers\";b:0;s:14:\"set_inbpgroups\";b:0;s:14:\"set_inbpforums\";b:0;s:10:\"maxresults\";s:2:\"10\";s:8:\"do_group\";b:1;s:11:\"categoryset\";a:0:{}s:7:\"termset\";a:0:{}}s:5:\"query\";s:2455:\"\r\n    	SELECT\r\n			\r\n			wp_posts.post_title as title,\r\n			wp_posts.ID as id,\r\n			wp_posts.post_date as date,\r\n			\'\' as content,\r\n			wp_posts.post_excerpt as excerpt,\r\n			\'pagepost\' as content_type,\r\n			(SELECT\r\n				wp_users.display_name as author\r\n				FROM wp_users\r\n				WHERE wp_users.ID = wp_posts.post_author\r\n			) as author,\r\n			\'\' as ttid,\r\n			wp_posts.post_type as post_type,\r\n			((case when\r\n                    (wp_posts.post_title LIKE \'Gemini%\')\r\n                     then 20 else 0 end) + (case when\r\n                    (wp_posts.post_title LIKE \'%Gemini%\')\r\n                     then 10 else 0 end) + (case when\r\n                      (wp_posts.post_title LIKE \'%Gemini%\')\r\n                       then 10 else 0 end) + (case when\r\n                            (wp_posts.post_content LIKE \'%Gemini%\')\r\n                             then 10 else 0 end) + (case when\r\n                    (wp_posts.post_content LIKE \'%Gemini%\')\r\n                     then 10 else 0 end) + (case when\r\n                            (wp_posts.post_excerpt LIKE \'%Gemini%\')\r\n                             then 10 else 0 end) + (case when\r\n                    (wp_posts.post_excerpt LIKE \'%Gemini%\')\r\n                     then 10 else 0 end)) as relevance\r\n    	FROM wp_posts\r\n			\r\n			\r\n			\r\n    	WHERE\r\n                ( wp_posts.post_type IN (\'helpcenter\') )\r\n                \r\n                \r\n            AND ( wp_posts.post_status IN (\'publish\') )\r\n            AND (1)\r\n            AND ( (( wp_posts.post_title LIKE \'%Gemini%\' ) OR ( wp_posts.post_content LIKE \'%Gemini%\' ) OR ( wp_posts.post_excerpt LIKE \'%Gemini%\' )) )\r\n            \r\n            AND ( \r\n                    NOT EXISTS (\r\n                        SELECT DISTINCT(wpml.element_id)\r\n                        FROM wp_icl_translations as wpml\r\n                        WHERE\r\n                            wp_posts.ID = wpml.element_id AND\r\n                            wpml.element_type IN (\'post_helpcenter\')\r\n                    ) OR\r\n                    \r\n				EXISTS (\r\n					SELECT DISTINCT(wpml.element_id)\r\n					FROM wp_icl_translations as wpml\r\n					WHERE\r\n	                    wp_posts.ID = wpml.element_id AND\r\n	                    wpml.language_code = \'en\' AND\r\n	                    wpml.element_type IN (\'post_helpcenter\')\r\n                ) )\r\n            \r\n            \r\n        GROUP BY\r\n          	 wp_posts.ID\r\n        ORDER BY\r\n        	 relevance DESC, date DESC, id DESC\r\n        LIMIT 10\";s:7:\"results\";i:7;}}}','yes'),(20786,'format_children_es','a:0:{}','yes'),(20787,'format_children_ja','a:0:{}','yes'),(20788,'format_children_ru','a:0:{}','yes'),(20789,'format_children_sg','a:0:{}','yes'),(20790,'format_children_all','a:0:{}','yes'),(26380,'wpsupercache_start','1570547086','yes'),(26381,'wpsupercache_count','0','yes'),(26388,'ossdl_off_blog_url','http://cryptowallet.labcp.co/wp','yes'),(26389,'ossdl_off_cdn_url','http://cryptowallet.labcp.co/wp','yes'),(26390,'ossdl_off_include_dirs','app,wp-includes','yes'),(26391,'ossdl_off_exclude','.php','yes'),(26392,'ossdl_cname','','yes'),(26418,'wpsupercache_gc_time','1582035522','yes'),(27187,'wpsc_feed_list','a:0:{}','yes'),(27204,'supercache_stats','a:3:{s:9:\"generated\";i:1593094376;s:10:\"supercache\";a:5:{s:7:\"expired\";i:0;s:6:\"cached\";i:0;s:5:\"fsize\";i:0;s:11:\"cached_list\";a:0:{}s:12:\"expired_list\";a:0:{}}s:7:\"wpcache\";a:5:{s:7:\"expired\";i:0;s:6:\"cached\";i:0;s:5:\"fsize\";i:0;s:11:\"cached_list\";a:0:{}s:12:\"expired_list\";a:0:{}}}','yes'),(27536,'aioseop_options','a:84:{s:16:\"aiosp_home_title\";s:0:\"\";s:22:\"aiosp_home_description\";s:0:\"\";s:20:\"aiosp_togglekeywords\";s:1:\"0\";s:19:\"aiosp_home_keywords\";s:0:\"\";s:26:\"aiosp_use_static_home_info\";s:1:\"0\";s:9:\"aiosp_can\";s:2:\"on\";s:30:\"aiosp_no_paged_canonical_links\";s:0:\"\";s:20:\"aiosp_force_rewrites\";s:1:\"1\";s:24:\"aiosp_use_original_title\";s:1:\"0\";s:28:\"aiosp_home_page_title_format\";s:12:\"%page_title%\";s:23:\"aiosp_page_title_format\";s:27:\"%page_title% | %site_title%\";s:23:\"aiosp_post_title_format\";s:27:\"%post_title% | %site_title%\";s:27:\"aiosp_category_title_format\";s:31:\"%category_title% | %site_title%\";s:26:\"aiosp_archive_title_format\";s:30:\"%archive_title% | %site_title%\";s:23:\"aiosp_date_title_format\";s:21:\"%date% | %site_title%\";s:25:\"aiosp_author_title_format\";s:23:\"%author% | %site_title%\";s:22:\"aiosp_tag_title_format\";s:20:\"%tag% | %site_title%\";s:25:\"aiosp_search_title_format\";s:23:\"%search% | %site_title%\";s:24:\"aiosp_description_format\";s:13:\"%description%\";s:22:\"aiosp_404_title_format\";s:33:\"Nothing found for %request_words%\";s:18:\"aiosp_paged_format\";s:14:\" - Part %page%\";s:17:\"aiosp_cpostactive\";a:3:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:10:\"helpcenter\";}s:18:\"aiosp_cpostnoindex\";a:6:{i:0;s:10:\"attachment\";i:1;s:12:\"oembed_cache\";i:2;s:12:\"user_request\";i:3;s:15:\"acf-field-group\";i:4;s:9:\"acf-field\";i:5;s:18:\"wpcf7_contact_form\";}s:19:\"aiosp_cpostnofollow\";a:6:{i:0;s:10:\"attachment\";i:1;s:12:\"oembed_cache\";i:2;s:12:\"user_request\";i:3;s:15:\"acf-field-group\";i:4;s:9:\"acf-field\";i:5;s:18:\"wpcf7_contact_form\";}s:21:\"aiosp_posttypecolumns\";a:3:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:10:\"helpcenter\";}s:19:\"aiosp_google_verify\";s:0:\"\";s:17:\"aiosp_bing_verify\";s:0:\"\";s:22:\"aiosp_pinterest_verify\";s:0:\"\";s:19:\"aiosp_yandex_verify\";s:0:\"\";s:18:\"aiosp_baidu_verify\";s:0:\"\";s:25:\"aiosp_google_analytics_id\";s:0:\"\";s:25:\"aiosp_ga_advanced_options\";s:2:\"on\";s:15:\"aiosp_ga_domain\";s:0:\"\";s:21:\"aiosp_ga_multi_domain\";s:0:\"\";s:21:\"aiosp_ga_addl_domains\";s:0:\"\";s:21:\"aiosp_ga_anonymize_ip\";s:0:\"\";s:28:\"aiosp_ga_display_advertising\";s:0:\"\";s:22:\"aiosp_ga_exclude_users\";s:0:\"\";s:29:\"aiosp_ga_track_outbound_links\";s:0:\"\";s:25:\"aiosp_ga_link_attribution\";s:0:\"\";s:27:\"aiosp_ga_enhanced_ecommerce\";s:0:\"\";s:19:\"aiosp_schema_markup\";s:1:\"1\";s:32:\"aiosp_schema_search_results_page\";s:2:\"on\";s:33:\"aiosp_schema_social_profile_links\";s:0:\"\";s:28:\"aiosp_schema_site_represents\";s:12:\"organization\";s:30:\"aiosp_schema_organization_name\";s:0:\"\";s:30:\"aiosp_schema_organization_logo\";s:0:\"\";s:24:\"aiosp_schema_person_user\";s:1:\"1\";s:25:\"aiosp_schema_phone_number\";s:0:\"\";s:25:\"aiosp_schema_contact_type\";s:4:\"none\";s:20:\"aiosp_use_categories\";s:2:\"on\";s:26:\"aiosp_use_tags_as_keywords\";s:2:\"on\";s:32:\"aiosp_dynamic_postspage_keywords\";s:2:\"on\";s:22:\"aiosp_category_noindex\";s:2:\"on\";s:26:\"aiosp_archive_date_noindex\";s:2:\"on\";s:28:\"aiosp_archive_author_noindex\";s:2:\"on\";s:18:\"aiosp_tags_noindex\";s:0:\"\";s:20:\"aiosp_search_noindex\";s:0:\"\";s:17:\"aiosp_404_noindex\";s:0:\"\";s:17:\"aiosp_tax_noindex\";s:0:\"\";s:23:\"aiosp_paginated_noindex\";s:0:\"\";s:24:\"aiosp_paginated_nofollow\";s:0:\"\";s:27:\"aiosp_generate_descriptions\";s:0:\"\";s:18:\"aiosp_skip_excerpt\";s:0:\"\";s:20:\"aiosp_run_shortcodes\";s:0:\"\";s:33:\"aiosp_hide_paginated_descriptions\";s:0:\"\";s:32:\"aiosp_dont_truncate_descriptions\";s:0:\"\";s:20:\"aiosp_unprotect_meta\";s:0:\"\";s:33:\"aiosp_redirect_attachement_parent\";s:0:\"\";s:14:\"aiosp_ex_pages\";s:0:\"\";s:20:\"aiosp_post_meta_tags\";s:0:\"\";s:20:\"aiosp_page_meta_tags\";s:0:\"\";s:21:\"aiosp_front_meta_tags\";s:0:\"\";s:20:\"aiosp_home_meta_tags\";s:0:\"\";s:12:\"aiosp_do_log\";s:0:\"\";s:19:\"last_active_version\";s:5:\"3.2.9\";s:29:\"aiosp_attachment_title_format\";s:27:\"%post_title% | %site_title%\";s:31:\"aiosp_oembed_cache_title_format\";s:27:\"%post_title% | %site_title%\";s:31:\"aiosp_user_request_title_format\";s:27:\"%post_title% | %site_title%\";s:34:\"aiosp_acf-field-group_title_format\";s:27:\"%post_title% | %site_title%\";s:28:\"aiosp_acf-field_title_format\";s:27:\"%post_title% | %site_title%\";s:37:\"aiosp_wpcf7_contact_form_title_format\";s:27:\"%post_title% | %site_title%\";s:29:\"aiosp_helpcenter_title_format\";s:27:\"%post_title% | %site_title%\";s:7:\"modules\";a:4:{s:29:\"aiosp_feature_manager_options\";a:7:{s:36:\"aiosp_feature_manager_enable_sitemap\";s:2:\"on\";s:38:\"aiosp_feature_manager_enable_opengraph\";s:2:\"on\";s:35:\"aiosp_feature_manager_enable_robots\";s:2:\"on\";s:40:\"aiosp_feature_manager_enable_file_editor\";s:2:\"on\";s:46:\"aiosp_feature_manager_enable_importer_exporter\";s:2:\"on\";s:39:\"aiosp_feature_manager_enable_bad_robots\";s:2:\"on\";s:40:\"aiosp_feature_manager_enable_performance\";s:2:\"on\";}s:21:\"aiosp_sitemap_options\";a:39:{s:25:\"aiosp_sitemap_rss_sitemap\";s:0:\"\";s:24:\"aiosp_sitemap_daily_cron\";s:1:\"0\";s:21:\"aiosp_sitemap_indexes\";s:2:\"on\";s:23:\"aiosp_sitemap_max_posts\";s:4:\"1000\";s:23:\"aiosp_sitemap_posttypes\";a:3:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:10:\"helpcenter\";}s:24:\"aiosp_sitemap_taxonomies\";a:5:{i:0;s:3:\"all\";i:1;s:8:\"category\";i:2;s:8:\"post_tag\";i:3;s:11:\"post_format\";i:4;s:6:\"format\";}s:21:\"aiosp_sitemap_archive\";s:0:\"\";s:20:\"aiosp_sitemap_author\";s:0:\"\";s:20:\"aiosp_sitemap_images\";s:2:\"on\";s:21:\"aiosp_sitemap_rewrite\";s:2:\"on\";s:24:\"aiosp_sitemap_addl_pages\";a:0:{}s:24:\"aiosp_sitemap_excl_terms\";s:0:\"\";s:24:\"aiosp_sitemap_excl_pages\";s:0:\"\";s:27:\"aiosp_sitemap_prio_homepage\";s:2:\"no\";s:23:\"aiosp_sitemap_prio_post\";s:2:\"no\";s:34:\"aiosp_sitemap_prio_post_helpcenter\";s:2:\"no\";s:34:\"aiosp_sitemap_prio_post_attachment\";s:2:\"no\";s:28:\"aiosp_sitemap_prio_post_page\";s:2:\"no\";s:28:\"aiosp_sitemap_prio_post_post\";s:2:\"no\";s:29:\"aiosp_sitemap_prio_taxonomies\";s:2:\"no\";s:36:\"aiosp_sitemap_prio_taxonomies_format\";s:2:\"no\";s:41:\"aiosp_sitemap_prio_taxonomies_post_format\";s:2:\"no\";s:38:\"aiosp_sitemap_prio_taxonomies_post_tag\";s:2:\"no\";s:38:\"aiosp_sitemap_prio_taxonomies_category\";s:2:\"no\";s:26:\"aiosp_sitemap_prio_archive\";s:2:\"no\";s:25:\"aiosp_sitemap_prio_author\";s:2:\"no\";s:27:\"aiosp_sitemap_freq_homepage\";s:2:\"no\";s:23:\"aiosp_sitemap_freq_post\";s:2:\"no\";s:34:\"aiosp_sitemap_freq_post_helpcenter\";s:2:\"no\";s:34:\"aiosp_sitemap_freq_post_attachment\";s:2:\"no\";s:28:\"aiosp_sitemap_freq_post_page\";s:2:\"no\";s:28:\"aiosp_sitemap_freq_post_post\";s:2:\"no\";s:29:\"aiosp_sitemap_freq_taxonomies\";s:2:\"no\";s:36:\"aiosp_sitemap_freq_taxonomies_format\";s:2:\"no\";s:41:\"aiosp_sitemap_freq_taxonomies_post_format\";s:2:\"no\";s:38:\"aiosp_sitemap_freq_taxonomies_post_tag\";s:2:\"no\";s:38:\"aiosp_sitemap_freq_taxonomies_category\";s:2:\"no\";s:26:\"aiosp_sitemap_freq_archive\";s:2:\"no\";s:25:\"aiosp_sitemap_freq_author\";s:2:\"no\";}s:23:\"aiosp_opengraph_options\";a:51:{s:27:\"aiosp_opengraph_scan_header\";s:0:\"\";s:23:\"aiosp_opengraph_setmeta\";s:2:\"on\";s:19:\"aiosp_opengraph_key\";s:0:\"\";s:21:\"aiosp_opengraph_appid\";s:0:\"\";s:32:\"aiosp_opengraph_title_shortcodes\";s:2:\"on\";s:38:\"aiosp_opengraph_description_shortcodes\";s:2:\"on\";s:24:\"aiosp_opengraph_sitename\";s:13:\"Crypto Wallet\";s:25:\"aiosp_opengraph_hometitle\";s:0:\"\";s:27:\"aiosp_opengraph_description\";s:0:\"\";s:25:\"aiosp_opengraph_homeimage\";s:0:\"\";s:37:\"aiosp_opengraph_generate_descriptions\";s:2:\"on\";s:22:\"aiosp_opengraph_defimg\";s:0:\"\";s:24:\"aiosp_opengraph_fallback\";s:0:\"\";s:20:\"aiosp_opengraph_dimg\";s:90:\"http://cryptowallet.labcp.co/app/plugins/all-in-one-seo-pack/images/default-user-image.png\";s:25:\"aiosp_opengraph_dimgwidth\";s:0:\"\";s:26:\"aiosp_opengraph_dimgheight\";s:0:\"\";s:24:\"aiosp_opengraph_meta_key\";s:0:\"\";s:21:\"aiosp_opengraph_image\";N;s:25:\"aiosp_opengraph_customimg\";N;s:26:\"aiosp_opengraph_imagewidth\";s:0:\"\";s:27:\"aiosp_opengraph_imageheight\";s:0:\"\";s:21:\"aiosp_opengraph_video\";N;s:26:\"aiosp_opengraph_videowidth\";s:0:\"\";s:27:\"aiosp_opengraph_videoheight\";s:0:\"\";s:23:\"aiosp_opengraph_defcard\";s:7:\"summary\";s:23:\"aiosp_opengraph_setcard\";N;s:28:\"aiosp_opengraph_twitter_site\";s:0:\"\";s:31:\"aiosp_opengraph_twitter_creator\";s:0:\"\";s:30:\"aiosp_opengraph_twitter_domain\";s:0:\"\";s:33:\"aiosp_opengraph_customimg_twitter\";N;s:24:\"aiosp_opengraph_gen_tags\";s:0:\"\";s:28:\"aiosp_opengraph_gen_keywords\";s:2:\"on\";s:30:\"aiosp_opengraph_gen_categories\";s:2:\"on\";s:29:\"aiosp_opengraph_gen_post_tags\";s:2:\"on\";s:21:\"aiosp_opengraph_types\";a:3:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:10:\"helpcenter\";}s:21:\"aiosp_opengraph_title\";s:0:\"\";s:20:\"aiosp_opengraph_desc\";s:0:\"\";s:24:\"aiosp_opengraph_category\";s:0:\"\";s:23:\"aiosp_opengraph_section\";s:0:\"\";s:19:\"aiosp_opengraph_tag\";s:0:\"\";s:34:\"aiosp_opengraph_facebook_publisher\";s:0:\"\";s:31:\"aiosp_opengraph_facebook_author\";s:0:\"\";s:35:\"aiosp_opengraph_post_fb_object_type\";s:7:\"article\";s:35:\"aiosp_opengraph_page_fb_object_type\";s:7:\"article\";s:41:\"aiosp_opengraph_attachment_fb_object_type\";s:7:\"article\";s:43:\"aiosp_opengraph_oembed_cache_fb_object_type\";s:7:\"article\";s:43:\"aiosp_opengraph_user_request_fb_object_type\";s:7:\"article\";s:46:\"aiosp_opengraph_acf-field-group_fb_object_type\";s:7:\"article\";s:40:\"aiosp_opengraph_acf-field_fb_object_type\";s:7:\"article\";s:49:\"aiosp_opengraph_wpcf7_contact_form_fb_object_type\";s:7:\"article\";s:41:\"aiosp_opengraph_helpcenter_fb_object_type\";s:7:\"article\";}s:24:\"aiosp_bad_robots_options\";a:6:{s:27:\"aiosp_bad_robots_block_bots\";s:2:\"on\";s:28:\"aiosp_bad_robots_block_refer\";s:2:\"on\";s:29:\"aiosp_bad_robots_track_blocks\";s:2:\"on\";s:28:\"aiosp_bad_robots_edit_blocks\";s:0:\"\";s:26:\"aiosp_bad_robots_blocklist\";s:1579:\"Abonti\r\naggregator\r\nAhrefsBot\r\nasterias\r\nBDCbot\r\nBLEXBot\r\nBuiltBotTough\r\nBullseye\r\nBunnySlippers\r\nca-crawler\r\nCCBot\r\nCegbfeieh\r\nCheeseBot\r\nCherryPicker\r\nCopyRightCheck\r\ncosmos\r\nCrescent\r\ndiscobot\r\nDittoSpyder\r\nDotBot\r\nDownload Ninja\r\nEasouSpider\r\nEmailCollector\r\nEmailSiphon\r\nEmailWolf\r\nEroCrawler\r\nExtractorPro\r\nFasterfox\r\nFeedBooster\r\nFoobot\r\nGenieo\r\ngrub-client\r\nHarvest\r\nhloader\r\nhttplib\r\nHTTrack\r\nhumanlinks\r\nieautodiscovery\r\nInfoNaviRobot\r\nIstellaBot\r\nJava/1.\r\nJennyBot\r\nk2spider\r\nKenjin Spider\r\nKeyword Density/0.9\r\nlarbin\r\nLexiBot\r\nlibWeb\r\nlibwww\r\nLinkextractorPro\r\nlinko\r\nLinkScan/8.1a Unix\r\nLinkWalker\r\nLNSpiderguy\r\nlwp-trivial\r\nmagpie\r\nMata Hari\r\nMaxPointCrawler\r\nMegaIndex\r\nMicrosoft URL Control\r\nMIIxpc\r\nMippin\r\nMissigua Locator\r\nMister PiX\r\nMJ12bot\r\nmoget\r\nMSIECrawler\r\nNetAnts\r\nNICErsPRO\r\nNiki-Bot\r\nNPBot\r\nNutch\r\nOffline Explorer\r\nOpenfind\r\npanscient.com\r\nPHP/5.{\r\nProPowerBot/2.14\r\nProWebWalker\r\nPython-urllib\r\nQueryN Metasearch\r\nRepoMonkey\r\nSISTRIX\r\nsitecheck.Internetseer.com\r\nSiteSnagger\r\nSnapPreviewBot\r\nSogou\r\nSpankBot\r\nspanner\r\nspbot\r\nSpinn3r\r\nsuzuran\r\nSzukacz/1.4\r\nTeleport\r\nTelesoft\r\nThe Intraformant\r\nTheNomad\r\nTightTwatBot\r\nTitan\r\ntoCrawl/UrlDispatcher\r\nTrue_Robot\r\nturingos\r\nTurnitinBot\r\nUbiCrawler\r\nUnisterBot\r\nURLy Warning\r\nVCI\r\nWBSearchBot\r\nWeb Downloader/6.9\r\nWeb Image Collector\r\nWebAuto\r\nWebBandit\r\nWebCopier\r\nWebEnhancer\r\nWebmasterWorldForumBot\r\nWebReaper\r\nWebSauger\r\nWebsite Quester\r\nWebster Pro\r\nWebStripper\r\nWebZip\r\nWotbox\r\nwsr-agent\r\nWWW-Collector-E\r\nXenu\r\nZao\r\nZeus\r\nZyBORG\r\ncoccoc\r\nIncutio\r\nlmspider\r\nmemoryBot\r\nserf\r\nUnknown\r\nuptime files\";s:26:\"aiosp_bad_robots_referlist\";s:469:\"semalt.com\r\nkambasoft.com\r\nsavetubevideo.com\r\nbuttons-for-website.com\r\nsharebutton.net\r\nsoundfrost.org\r\nsrecorder.com\r\nsoftomix.com\r\nsoftomix.net\r\nmyprintscreen.com\r\njoinandplay.me\r\nfbfreegifts.com\r\nopenmediasoft.com\r\nzazagames.org\r\nextener.org\r\nopenfrost.com\r\nopenfrost.net\r\ngooglsucks.com\r\nbest-seo-offer.com\r\nbuttons-for-your-website.com\r\nwww.Get-Free-Traffic-Now.com\r\nbest-seo-solution.com\r\nbuy-cheap-online.info\r\nsite3.free-share-buttons.com\r\nwebmaster-traffic.com\";}}}','yes'),(27537,'_transient_wpml_admin_text_import:parse_config:00e8d20062b8f2116749e8b7a2eb5dab','3711d1970400a86997479b3a07bf20db','yes'),(29921,'category_children_sg','a:0:{}','yes'),(32789,'secure_auth_key','L>KmX.s&=q%S{ kJ-aI(S#;nTDecfZjIRGhy+FpvQn#f.:l&*2)YXw+m9FWk)P_-','no'),(32790,'secure_auth_salt',',w#H;7PrUXg(KoQ>,Z|Tv1+S2.ruLd|`:XJ8In|fSGh@>$yE`:S%!zLv|rLa>KfR','no'),(51456,'options_copyright_coming_soon','© 2020 CW Lab OÜ | <a href=\"https://wwwdev.cryptowallet.net/terms-and-conditions/\">Terms & Conditions</a> | <a href=\"https://wwwdev.cryptowallet.net/privacy-policy/\">Privacy Policy</a>','no'),(51457,'_options_copyright_coming_soon','field_5e87a337dead8','no'),(58854,'options_title_cookies','Cookie Policy','no'),(58855,'_options_title_cookies','field_5e98f83f7c7d5','no'),(58856,'options_text_cookies','CW Lab OÜ operates this site and uses cookies and similar technologies (\"Cookies\"). Some Cookies are necessary to make this site available to you. Other Cookies enable us to analyze and measure audience and traffic to the site. For more information please read our ','no'),(58857,'_options_text_cookies','field_5e98f84f7c7d6','no'),(58858,'options_text_link','Cookie Policy','no'),(58859,'_options_text_link','field_5e98f8827c7d7','no'),(58860,'options_link_page','1217','no'),(58861,'_options_link_page','field_5e98f89d7c7d8','no'),(68462,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1630678012;s:8:\"response\";a:9:{s:30:\"advanced-custom-fields/acf.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:36:\"w.org/plugins/advanced-custom-fields\";s:4:\"slug\";s:22:\"advanced-custom-fields\";s:6:\"plugin\";s:30:\"advanced-custom-fields/acf.php\";s:11:\"new_version\";s:6:\"5.10.2\";s:3:\"url\";s:53:\"https://wordpress.org/plugins/advanced-custom-fields/\";s:7:\"package\";s:72:\"https://downloads.wordpress.org/plugin/advanced-custom-fields.5.10.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/advanced-custom-fields/assets/icon-256x256.png?rev=1082746\";s:2:\"1x\";s:75:\"https://ps.w.org/advanced-custom-fields/assets/icon-128x128.png?rev=1082746\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:78:\"https://ps.w.org/advanced-custom-fields/assets/banner-1544x500.jpg?rev=1729099\";s:2:\"1x\";s:77:\"https://ps.w.org/advanced-custom-fields/assets/banner-772x250.jpg?rev=1729102\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.7\";s:6:\"tested\";s:3:\"5.8\";s:12:\"requires_php\";s:3:\"5.6\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:37:\"ajax-search-lite/ajax-search-lite.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:30:\"w.org/plugins/ajax-search-lite\";s:4:\"slug\";s:16:\"ajax-search-lite\";s:6:\"plugin\";s:37:\"ajax-search-lite/ajax-search-lite.php\";s:11:\"new_version\";s:5:\"4.9.3\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/ajax-search-lite/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/ajax-search-lite.4.9.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/ajax-search-lite/assets/icon-256x256.png?rev=970684\";s:2:\"1x\";s:68:\"https://ps.w.org/ajax-search-lite/assets/icon-128x128.png?rev=970684\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:70:\"https://ps.w.org/ajax-search-lite/assets/banner-772x250.png?rev=963999\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.5\";s:6:\"tested\";s:5:\"5.7.2\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";O:8:\"stdClass\":14:{s:2:\"id\";s:33:\"w.org/plugins/all-in-one-seo-pack\";s:4:\"slug\";s:19:\"all-in-one-seo-pack\";s:6:\"plugin\";s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";s:11:\"new_version\";s:7:\"4.1.3.3\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/all-in-one-seo-pack/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/all-in-one-seo-pack.4.1.3.3.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:72:\"https://ps.w.org/all-in-one-seo-pack/assets/icon-256x256.png?rev=2443290\";s:2:\"1x\";s:64:\"https://ps.w.org/all-in-one-seo-pack/assets/icon.svg?rev=2443290\";s:3:\"svg\";s:64:\"https://ps.w.org/all-in-one-seo-pack/assets/icon.svg?rev=2443290\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/all-in-one-seo-pack/assets/banner-1544x500.png?rev=2443290\";s:2:\"1x\";s:74:\"https://ps.w.org/all-in-one-seo-pack/assets/banner-772x250.png?rev=2443290\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";s:6:\"tested\";s:3:\"5.8\";s:12:\"requires_php\";s:3:\"5.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}s:14:\"upgrade_notice\";s:56:\"<p>This update adds major improvements and bugfixes.</p>\";}s:76:\"drag-and-drop-multiple-file-upload-contact-form-7/drag-n-drop-upload-cf7.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:63:\"w.org/plugins/drag-and-drop-multiple-file-upload-contact-form-7\";s:4:\"slug\";s:49:\"drag-and-drop-multiple-file-upload-contact-form-7\";s:6:\"plugin\";s:76:\"drag-and-drop-multiple-file-upload-contact-form-7/drag-n-drop-upload-cf7.php\";s:11:\"new_version\";s:7:\"1.3.6.1\";s:3:\"url\";s:80:\"https://wordpress.org/plugins/drag-and-drop-multiple-file-upload-contact-form-7/\";s:7:\"package\";s:92:\"https://downloads.wordpress.org/plugin/drag-and-drop-multiple-file-upload-contact-form-7.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:102:\"https://ps.w.org/drag-and-drop-multiple-file-upload-contact-form-7/assets/icon-128x128.jpg?rev=1984850\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:104:\"https://ps.w.org/drag-and-drop-multiple-file-upload-contact-form-7/assets/banner-772x250.png?rev=1986729\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:5:\"3.0.1\";s:6:\"tested\";s:3:\"5.8\";s:12:\"requires_php\";s:5:\"5.2.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:45:\"posts-viewed-recently/recent_viewed_posts.php\";O:8:\"stdClass\":14:{s:2:\"id\";s:35:\"w.org/plugins/posts-viewed-recently\";s:4:\"slug\";s:21:\"posts-viewed-recently\";s:6:\"plugin\";s:45:\"posts-viewed-recently/recent_viewed_posts.php\";s:11:\"new_version\";s:5:\"1.3.2\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/posts-viewed-recently/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/posts-viewed-recently.1.3.2.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:65:\"https://s.w.org/plugins/geopattern-icon/posts-viewed-recently.svg\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.0\";s:6:\"tested\";s:5:\"5.6.4\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}s:14:\"upgrade_notice\";s:45:\"<ul>\n<li>Bugfix: Broken HTML fixed</li>\n</ul>\";}s:27:\"svg-support/svg-support.php\";O:8:\"stdClass\":14:{s:2:\"id\";s:25:\"w.org/plugins/svg-support\";s:4:\"slug\";s:11:\"svg-support\";s:6:\"plugin\";s:27:\"svg-support/svg-support.php\";s:11:\"new_version\";s:6:\"2.3.19\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/svg-support/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/svg-support.2.3.19.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:64:\"https://ps.w.org/svg-support/assets/icon-256x256.png?rev=1417738\";s:2:\"1x\";s:56:\"https://ps.w.org/svg-support/assets/icon.svg?rev=1417738\";s:3:\"svg\";s:56:\"https://ps.w.org/svg-support/assets/icon.svg?rev=1417738\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/svg-support/assets/banner-1544x500.jpg?rev=1215377\";s:2:\"1x\";s:66:\"https://ps.w.org/svg-support/assets/banner-772x250.jpg?rev=1215377\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.8\";s:6:\"tested\";s:5:\"5.8.1\";s:12:\"requires_php\";s:3:\"5.2\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}s:14:\"upgrade_notice\";s:88:\"<p>Quick update to address PHP warnings from localize_script and to add a SRC check.</p>\";}s:41:\"wordpress-importer/wordpress-importer.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:32:\"w.org/plugins/wordpress-importer\";s:4:\"slug\";s:18:\"wordpress-importer\";s:6:\"plugin\";s:41:\"wordpress-importer/wordpress-importer.php\";s:11:\"new_version\";s:3:\"0.7\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/wordpress-importer/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/wordpress-importer.0.7.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:71:\"https://ps.w.org/wordpress-importer/assets/icon-256x256.png?rev=1908375\";s:2:\"1x\";s:63:\"https://ps.w.org/wordpress-importer/assets/icon.svg?rev=1908375\";s:3:\"svg\";s:63:\"https://ps.w.org/wordpress-importer/assets/icon.svg?rev=1908375\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-importer/assets/banner-772x250.png?rev=547654\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.7\";s:6:\"tested\";s:5:\"5.4.6\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:27:\"wp-super-cache/wp-cache.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:28:\"w.org/plugins/wp-super-cache\";s:4:\"slug\";s:14:\"wp-super-cache\";s:6:\"plugin\";s:27:\"wp-super-cache/wp-cache.php\";s:11:\"new_version\";s:5:\"1.7.4\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/wp-super-cache/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/wp-super-cache.1.7.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/wp-super-cache/assets/icon-256x256.png?rev=1095422\";s:2:\"1x\";s:67:\"https://ps.w.org/wp-super-cache/assets/icon-128x128.png?rev=1095422\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/wp-super-cache/assets/banner-1544x500.png?rev=1082414\";s:2:\"1x\";s:69:\"https://ps.w.org/wp-super-cache/assets/banner-772x250.png?rev=1082414\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.1\";s:6:\"tested\";s:5:\"5.7.2\";s:12:\"requires_php\";s:5:\"5.2.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:34:\"advanced-custom-fields-pro/acf.php\";O:8:\"stdClass\":8:{s:4:\"slug\";s:26:\"advanced-custom-fields-pro\";s:6:\"plugin\";s:34:\"advanced-custom-fields-pro/acf.php\";s:11:\"new_version\";s:6:\"5.10.2\";s:3:\"url\";s:36:\"https://www.advancedcustomfields.com\";s:6:\"tested\";s:3:\"5.8\";s:7:\"package\";s:0:\"\";s:5:\"icons\";a:1:{s:7:\"default\";s:63:\"https://ps.w.org/advanced-custom-fields/assets/icon-256x256.png\";}s:7:\"banners\";a:2:{s:3:\"low\";s:77:\"https://ps.w.org/advanced-custom-fields/assets/banner-772x250.jpg?rev=1729102\";s:4:\"high\";s:78:\"https://ps.w.org/advanced-custom-fields/assets/banner-1544x500.jpg?rev=1729099\";}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:4:{s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":13:{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.4.2\";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.4.2.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.5\";s:6:\"tested\";s:3:\"5.8\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";a:0:{}}s:43:\"custom-post-type-ui/custom-post-type-ui.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:33:\"w.org/plugins/custom-post-type-ui\";s:4:\"slug\";s:19:\"custom-post-type-ui\";s:6:\"plugin\";s:43:\"custom-post-type-ui/custom-post-type-ui.php\";s:11:\"new_version\";s:5:\"1.9.2\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/custom-post-type-ui/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/custom-post-type-ui.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/custom-post-type-ui/assets/icon-256x256.png?rev=2549362\";s:2:\"1x\";s:72:\"https://ps.w.org/custom-post-type-ui/assets/icon-128x128.png?rev=2549362\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/custom-post-type-ui/assets/banner-1544x500.png?rev=2549362\";s:2:\"1x\";s:74:\"https://ps.w.org/custom-post-type-ui/assets/banner-772x250.png?rev=2549362\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.5\";s:6:\"tested\";s:5:\"5.7.2\";s:12:\"requires_php\";s:3:\"5.6\";s:13:\"compatibility\";a:0:{}}s:33:\"duplicate-post/duplicate-post.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:28:\"w.org/plugins/duplicate-post\";s:4:\"slug\";s:14:\"duplicate-post\";s:6:\"plugin\";s:33:\"duplicate-post/duplicate-post.php\";s:11:\"new_version\";s:5:\"4.1.2\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/duplicate-post/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/duplicate-post.4.1.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/duplicate-post/assets/icon-256x256.png?rev=2336666\";s:2:\"1x\";s:67:\"https://ps.w.org/duplicate-post/assets/icon-128x128.png?rev=2336666\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/duplicate-post/assets/banner-1544x500.png?rev=2336666\";s:2:\"1x\";s:69:\"https://ps.w.org/duplicate-post/assets/banner-772x250.png?rev=2336666\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.6\";s:6:\"tested\";s:3:\"5.8\";s:12:\"requires_php\";s:6:\"5.6.20\";s:13:\"compatibility\";a:0:{}}s:49:\"sendgrid-email-delivery-simplified/wpsendgrid.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:48:\"w.org/plugins/sendgrid-email-delivery-simplified\";s:4:\"slug\";s:34:\"sendgrid-email-delivery-simplified\";s:6:\"plugin\";s:49:\"sendgrid-email-delivery-simplified/wpsendgrid.php\";s:11:\"new_version\";s:6:\"1.11.8\";s:3:\"url\";s:65:\"https://wordpress.org/plugins/sendgrid-email-delivery-simplified/\";s:7:\"package\";s:84:\"https://downloads.wordpress.org/plugin/sendgrid-email-delivery-simplified.1.11.9.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:87:\"https://ps.w.org/sendgrid-email-delivery-simplified/assets/icon-256x256.png?rev=1445523\";s:2:\"1x\";s:87:\"https://ps.w.org/sendgrid-email-delivery-simplified/assets/icon-128x128.png?rev=1445523\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:89:\"https://ps.w.org/sendgrid-email-delivery-simplified/assets/banner-772x250.jpg?rev=1445523\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";}}}','no'),(68463,'bodhi_svgs_plugin_version','2.3.18','yes'),(86837,'options_es_title_funds','Do you want to finally use \r\nyour crypto funds as money?','no'),(86838,'_options_es_title_funds','field_5d1cd6f95f07b','no'),(86839,'options_es_text_funds','Us too. Let’s do it together!','no'),(86840,'_options_es_text_funds','field_5d1cd73a5f07d','no'),(86841,'options_es_link_funds','https://cryptowallet.labcp.co/','no'),(86842,'_options_es_link_funds','field_5d1cd74f5f07e','no'),(86843,'options_es_list','','no'),(86844,'_options_es_list','field_5d1f5d532b194','no'),(86845,'options_es_text_footer','','no'),(86846,'_options_es_text_footer','field_5d27a36c77613','no'),(86847,'options_es_copyright','© 2019 CryptoWallet','no'),(86848,'_options_es_copyright','field_5d27a38a77614','no'),(86849,'options_es_copyright_coming_soon','','no'),(86850,'_options_es_copyright_coming_soon','field_5e87a337dead8','no'),(86851,'options_es_copyright_help_center','CryptoWallet Help Center','no'),(86852,'_options_es_copyright_help_center','field_5d6040c7ad1d0','no'),(86853,'options_es_app_store','','no'),(86854,'_options_es_app_store','field_5d1f7231dd7a9','no'),(86855,'options_es_google_play','','no'),(86856,'_options_es_google_play','field_5d27a516717cf','no'),(86857,'options_es_text_footer_social_media','','no'),(86858,'_options_es_text_footer_social_media','field_5d27a6797f2ca','no'),(86859,'options_es_social_medias','9','no'),(86860,'_options_es_social_medias','field_5d27a6947f2cb','no'),(86861,'options_es_logo_company','','no'),(86862,'_options_es_logo_company','field_5d28c554da059','no'),(86863,'options_es_title_cookies','Cookie Policy','no'),(86864,'_options_es_title_cookies','field_5e98f83f7c7d5','no'),(86865,'options_es_text_cookies','','no'),(86866,'_options_es_text_cookies','field_5e98f84f7c7d6','no'),(86867,'options_es_text_link','Cookie Policy','no'),(86868,'_options_es_text_link','field_5e98f8827c7d7','no'),(86869,'options_es_link_page','','no'),(86870,'_options_es_link_page','field_5e98f89d7c7d8','no'),(87043,'options_es_social_medias_0_icon','719','no'),(87044,'_options_es_social_medias_0_icon','field_5d27a6c17f2cc','no'),(87045,'options_es_social_medias_0_link','','no'),(87046,'_options_es_social_medias_0_link','field_5d27a7127f2cd','no'),(87047,'options_es_social_medias_1_icon','694','no'),(87048,'_options_es_social_medias_1_icon','field_5d27a6c17f2cc','no'),(87049,'options_es_social_medias_1_link','','no'),(87050,'_options_es_social_medias_1_link','field_5d27a7127f2cd','no'),(87051,'options_es_social_medias_2_icon','739','no'),(87052,'_options_es_social_medias_2_icon','field_5d27a6c17f2cc','no'),(87053,'options_es_social_medias_2_link','','no'),(87054,'_options_es_social_medias_2_link','field_5d27a7127f2cd','no'),(87055,'options_es_social_medias_3_icon','724','no'),(87056,'_options_es_social_medias_3_icon','field_5d27a6c17f2cc','no'),(87057,'options_es_social_medias_3_link','','no'),(87058,'_options_es_social_medias_3_link','field_5d27a7127f2cd','no'),(87059,'options_es_social_medias_4_icon','704','no'),(87060,'_options_es_social_medias_4_icon','field_5d27a6c17f2cc','no'),(87061,'options_es_social_medias_4_link','','no'),(87062,'_options_es_social_medias_4_link','field_5d27a7127f2cd','no'),(87063,'options_es_social_medias_5_icon','1282','no'),(87064,'_options_es_social_medias_5_icon','field_5d27a6c17f2cc','no'),(87065,'options_es_social_medias_5_link','','no'),(87066,'_options_es_social_medias_5_link','field_5d27a7127f2cd','no'),(87067,'options_es_social_medias_6_icon','1287','no'),(87068,'_options_es_social_medias_6_icon','field_5d27a6c17f2cc','no'),(87069,'options_es_social_medias_6_link','','no'),(87070,'_options_es_social_medias_6_link','field_5d27a7127f2cd','no'),(87071,'options_es_social_medias_7_icon','1292','no'),(87072,'_options_es_social_medias_7_icon','field_5d27a6c17f2cc','no'),(87073,'options_es_social_medias_7_link','','no'),(87074,'_options_es_social_medias_7_link','field_5d27a7127f2cd','no'),(87075,'options_es_social_medias_8_icon','709','no'),(87076,'_options_es_social_medias_8_icon','field_5d27a6c17f2cc','no'),(87077,'options_es_social_medias_8_link','','no'),(87078,'_options_es_social_medias_8_link','field_5d27a7127f2cd','no'),(87261,'wpml_language_switcher_template_objects','a:6:{s:20:\"wpml-legacy-dropdown\";O:16:\"WPML_LS_Template\":10:{s:26:\"\0WPML_LS_Template\0template\";a:12:{s:4:\"path\";a:1:{i:0;s:121:\"/home/forge/cryptowallet.labcp.co/web/app/plugins/sitepress-multilingual-cms/templates/language-switchers/legacy-dropdown\";}s:7:\"version\";s:1:\"1\";s:4:\"name\";s:8:\"Dropdown\";s:4:\"slug\";s:20:\"wpml-legacy-dropdown\";s:8:\"base_uri\";s:108:\"//cryptowallet.labcp.co/app/plugins/sitepress-multilingual-cms/templates/language-switchers/legacy-dropdown/\";s:3:\"css\";a:1:{i:0;s:117:\"//cryptowallet.labcp.co/app/plugins/sitepress-multilingual-cms/templates/language-switchers/legacy-dropdown/style.css\";}s:2:\"js\";a:1:{i:0;s:117:\"//cryptowallet.labcp.co/app/plugins/sitepress-multilingual-cms/templates/language-switchers/legacy-dropdown/script.js\";}s:14:\"flags_base_uri\";N;s:14:\"flag_extension\";N;s:7:\"is_core\";b:1;s:3:\"for\";a:2:{i:0;s:8:\"sidebars\";i:1;s:17:\"shortcode_actions\";}s:14:\"force_settings\";a:1:{s:29:\"display_link_for_current_lang\";i:1;}}s:23:\"\0WPML_LS_Template\0model\";a:0:{}s:24:\"\0WPML_LS_Template\0prefix\";s:8:\"wpml-ls-\";s:38:\"\0WPML_Templates_Factory\0custom_filters\";a:0:{}s:40:\"\0WPML_Templates_Factory\0custom_functions\";a:0:{}s:17:\"\0*\0template_paths\";a:1:{i:0;s:121:\"/home/forge/cryptowallet.labcp.co/web/app/plugins/sitepress-multilingual-cms/templates/language-switchers/legacy-dropdown\";}s:39:\"\0WPML_Templates_Factory\0cache_directory\";N;s:18:\"\0*\0template_string\";N;s:30:\"\0WPML_Templates_Factory\0wp_api\";N;s:28:\"\0WPML_Templates_Factory\0twig\";N;}s:26:\"wpml-legacy-dropdown-click\";O:16:\"WPML_LS_Template\":10:{s:26:\"\0WPML_LS_Template\0template\";a:12:{s:4:\"path\";a:1:{i:0;s:127:\"/home/forge/cryptowallet.labcp.co/web/app/plugins/sitepress-multilingual-cms/templates/language-switchers/legacy-dropdown-click\";}s:7:\"version\";s:1:\"1\";s:4:\"name\";s:14:\"Dropdown click\";s:4:\"slug\";s:26:\"wpml-legacy-dropdown-click\";s:8:\"base_uri\";s:114:\"//cryptowallet.labcp.co/app/plugins/sitepress-multilingual-cms/templates/language-switchers/legacy-dropdown-click/\";s:3:\"css\";a:1:{i:0;s:123:\"//cryptowallet.labcp.co/app/plugins/sitepress-multilingual-cms/templates/language-switchers/legacy-dropdown-click/style.css\";}s:2:\"js\";a:1:{i:0;s:123:\"//cryptowallet.labcp.co/app/plugins/sitepress-multilingual-cms/templates/language-switchers/legacy-dropdown-click/script.js\";}s:14:\"flags_base_uri\";N;s:14:\"flag_extension\";N;s:7:\"is_core\";b:1;s:3:\"for\";a:2:{i:0;s:8:\"sidebars\";i:1;s:17:\"shortcode_actions\";}s:14:\"force_settings\";a:1:{s:29:\"display_link_for_current_lang\";i:1;}}s:23:\"\0WPML_LS_Template\0model\";a:0:{}s:24:\"\0WPML_LS_Template\0prefix\";s:8:\"wpml-ls-\";s:38:\"\0WPML_Templates_Factory\0custom_filters\";a:0:{}s:40:\"\0WPML_Templates_Factory\0custom_functions\";a:0:{}s:17:\"\0*\0template_paths\";a:1:{i:0;s:127:\"/home/forge/cryptowallet.labcp.co/web/app/plugins/sitepress-multilingual-cms/templates/language-switchers/legacy-dropdown-click\";}s:39:\"\0WPML_Templates_Factory\0cache_directory\";N;s:18:\"\0*\0template_string\";N;s:30:\"\0WPML_Templates_Factory\0wp_api\";N;s:28:\"\0WPML_Templates_Factory\0twig\";N;}s:27:\"wpml-legacy-horizontal-list\";O:16:\"WPML_LS_Template\":10:{s:26:\"\0WPML_LS_Template\0template\";a:12:{s:4:\"path\";a:1:{i:0;s:128:\"/home/forge/cryptowallet.labcp.co/web/app/plugins/sitepress-multilingual-cms/templates/language-switchers/legacy-list-horizontal\";}s:7:\"version\";s:1:\"1\";s:4:\"name\";s:15:\"Horizontal List\";s:4:\"slug\";s:27:\"wpml-legacy-horizontal-list\";s:8:\"base_uri\";s:115:\"//cryptowallet.labcp.co/app/plugins/sitepress-multilingual-cms/templates/language-switchers/legacy-list-horizontal/\";s:3:\"css\";a:1:{i:0;s:124:\"//cryptowallet.labcp.co/app/plugins/sitepress-multilingual-cms/templates/language-switchers/legacy-list-horizontal/style.css\";}s:2:\"js\";a:0:{}s:14:\"flags_base_uri\";N;s:14:\"flag_extension\";N;s:7:\"is_core\";b:1;s:3:\"for\";a:3:{i:0;s:8:\"sidebars\";i:1;s:6:\"footer\";i:2;s:17:\"shortcode_actions\";}s:14:\"force_settings\";a:0:{}}s:23:\"\0WPML_LS_Template\0model\";a:0:{}s:24:\"\0WPML_LS_Template\0prefix\";s:8:\"wpml-ls-\";s:38:\"\0WPML_Templates_Factory\0custom_filters\";a:0:{}s:40:\"\0WPML_Templates_Factory\0custom_functions\";a:0:{}s:17:\"\0*\0template_paths\";a:1:{i:0;s:128:\"/home/forge/cryptowallet.labcp.co/web/app/plugins/sitepress-multilingual-cms/templates/language-switchers/legacy-list-horizontal\";}s:39:\"\0WPML_Templates_Factory\0cache_directory\";N;s:18:\"\0*\0template_string\";N;s:30:\"\0WPML_Templates_Factory\0wp_api\";N;s:28:\"\0WPML_Templates_Factory\0twig\";N;}s:25:\"wpml-legacy-vertical-list\";O:16:\"WPML_LS_Template\":10:{s:26:\"\0WPML_LS_Template\0template\";a:12:{s:4:\"path\";a:1:{i:0;s:126:\"/home/forge/cryptowallet.labcp.co/web/app/plugins/sitepress-multilingual-cms/templates/language-switchers/legacy-list-vertical\";}s:7:\"version\";s:1:\"1\";s:4:\"name\";s:13:\"Vertical List\";s:4:\"slug\";s:25:\"wpml-legacy-vertical-list\";s:8:\"base_uri\";s:113:\"//cryptowallet.labcp.co/app/plugins/sitepress-multilingual-cms/templates/language-switchers/legacy-list-vertical/\";s:3:\"css\";a:1:{i:0;s:122:\"//cryptowallet.labcp.co/app/plugins/sitepress-multilingual-cms/templates/language-switchers/legacy-list-vertical/style.css\";}s:2:\"js\";a:0:{}s:14:\"flags_base_uri\";N;s:14:\"flag_extension\";N;s:7:\"is_core\";b:1;s:3:\"for\";a:3:{i:0;s:8:\"sidebars\";i:1;s:6:\"footer\";i:2;s:17:\"shortcode_actions\";}s:14:\"force_settings\";a:0:{}}s:23:\"\0WPML_LS_Template\0model\";a:0:{}s:24:\"\0WPML_LS_Template\0prefix\";s:8:\"wpml-ls-\";s:38:\"\0WPML_Templates_Factory\0custom_filters\";a:0:{}s:40:\"\0WPML_Templates_Factory\0custom_functions\";a:0:{}s:17:\"\0*\0template_paths\";a:1:{i:0;s:126:\"/home/forge/cryptowallet.labcp.co/web/app/plugins/sitepress-multilingual-cms/templates/language-switchers/legacy-list-vertical\";}s:39:\"\0WPML_Templates_Factory\0cache_directory\";N;s:18:\"\0*\0template_string\";N;s:30:\"\0WPML_Templates_Factory\0wp_api\";N;s:28:\"\0WPML_Templates_Factory\0twig\";N;}s:29:\"wpml-legacy-post-translations\";O:16:\"WPML_LS_Template\":10:{s:26:\"\0WPML_LS_Template\0template\";a:12:{s:4:\"path\";a:1:{i:0;s:130:\"/home/forge/cryptowallet.labcp.co/web/app/plugins/sitepress-multilingual-cms/templates/language-switchers/legacy-post-translations\";}s:7:\"version\";s:1:\"1\";s:4:\"name\";s:17:\"Post translations\";s:4:\"slug\";s:29:\"wpml-legacy-post-translations\";s:8:\"base_uri\";s:117:\"//cryptowallet.labcp.co/app/plugins/sitepress-multilingual-cms/templates/language-switchers/legacy-post-translations/\";s:3:\"css\";a:1:{i:0;s:126:\"//cryptowallet.labcp.co/app/plugins/sitepress-multilingual-cms/templates/language-switchers/legacy-post-translations/style.css\";}s:2:\"js\";a:0:{}s:14:\"flags_base_uri\";N;s:14:\"flag_extension\";N;s:7:\"is_core\";b:1;s:3:\"for\";a:1:{i:0;s:17:\"post_translations\";}s:14:\"force_settings\";a:0:{}}s:23:\"\0WPML_LS_Template\0model\";a:0:{}s:24:\"\0WPML_LS_Template\0prefix\";s:8:\"wpml-ls-\";s:38:\"\0WPML_Templates_Factory\0custom_filters\";a:0:{}s:40:\"\0WPML_Templates_Factory\0custom_functions\";a:0:{}s:17:\"\0*\0template_paths\";a:1:{i:0;s:130:\"/home/forge/cryptowallet.labcp.co/web/app/plugins/sitepress-multilingual-cms/templates/language-switchers/legacy-post-translations\";}s:39:\"\0WPML_Templates_Factory\0cache_directory\";N;s:18:\"\0*\0template_string\";N;s:30:\"\0WPML_Templates_Factory\0wp_api\";N;s:28:\"\0WPML_Templates_Factory\0twig\";N;}s:14:\"wpml-menu-item\";O:16:\"WPML_LS_Template\":10:{s:26:\"\0WPML_LS_Template\0template\";a:12:{s:4:\"path\";a:1:{i:0;s:115:\"/home/forge/cryptowallet.labcp.co/web/app/plugins/sitepress-multilingual-cms/templates/language-switchers/menu-item\";}s:7:\"version\";s:1:\"1\";s:4:\"name\";s:9:\"Menu Item\";s:4:\"slug\";s:14:\"wpml-menu-item\";s:8:\"base_uri\";s:102:\"//cryptowallet.labcp.co/app/plugins/sitepress-multilingual-cms/templates/language-switchers/menu-item/\";s:3:\"css\";a:1:{i:0;s:111:\"//cryptowallet.labcp.co/app/plugins/sitepress-multilingual-cms/templates/language-switchers/menu-item/style.css\";}s:2:\"js\";a:0:{}s:14:\"flags_base_uri\";N;s:14:\"flag_extension\";N;s:7:\"is_core\";b:1;s:3:\"for\";a:1:{i:0;s:5:\"menus\";}s:14:\"force_settings\";a:0:{}}s:23:\"\0WPML_LS_Template\0model\";a:0:{}s:24:\"\0WPML_LS_Template\0prefix\";s:8:\"wpml-ls-\";s:38:\"\0WPML_Templates_Factory\0custom_filters\";a:0:{}s:40:\"\0WPML_Templates_Factory\0custom_functions\";a:0:{}s:17:\"\0*\0template_paths\";a:1:{i:0;s:115:\"/home/forge/cryptowallet.labcp.co/web/app/plugins/sitepress-multilingual-cms/templates/language-switchers/menu-item\";}s:39:\"\0WPML_Templates_Factory\0cache_directory\";N;s:18:\"\0*\0template_string\";N;s:30:\"\0WPML_Templates_Factory\0wp_api\";N;s:28:\"\0WPML_Templates_Factory\0twig\";N;}}','yes'),(87328,'WPML_SITE_ID:ate','64663033-3762-5363-a335-656439663133','no'),(87329,'WPML_TM_AMS','a:4:{s:7:\"user_id\";i:1;s:6:\"secret\";s:44:\"Qsl3tfPsEWsmVBas0tqYFNytZqwfhMHtBLmG9Y2APC4t\";s:6:\"shared\";s:24:\"XHFCbz9PQW5sSirP4Q97Qwtt\";s:6:\"status\";s:6:\"active\";}','yes'),(87340,'WPML(TM-has-run)','a:1:{s:28:\"WPML_TM_AMS_Check_Website_ID\";b:1;}','yes'),(87341,'WPML_Group_Keys','a:1:{i:0;s:16:\"WPML(TM-has-run)\";}','yes'),(87552,'options_list_0_title','Cryptocurrencies','no'),(87553,'_options_list_0_title','field_5d1f5d6c2b195','no'),(87554,'options_list_0_about','','no'),(87555,'_options_list_0_about','field_5d8527fd6c4d6','no'),(87556,'options_list_0_coins','11','no'),(87557,'_options_list_0_coins','field_5d1f5d732b196','no'),(87592,'options_social_medias_0_icon','715','no'),(87593,'_options_social_medias_0_icon','field_5d27a6c17f2cc','no'),(87594,'options_social_medias_0_link','https://twitter.com/cryptowalletcom','no'),(87595,'_options_social_medias_0_link','field_5d27a7127f2cd','no'),(87596,'options_social_medias_1_icon','690','no'),(87597,'_options_social_medias_1_icon','field_5d27a6c17f2cc','no'),(87598,'options_social_medias_1_link','https://facebook.com/cryptowalletcom','no'),(87599,'_options_social_medias_1_link','field_5d27a7127f2cd','no'),(87616,'options_social_medias_2_icon','735','no'),(87617,'_options_social_medias_2_icon','field_5d27a6c17f2cc','no'),(87618,'options_social_medias_2_link','https://www.youtube.com/channel/UCHTQvfp_9n94hKHCDDC2IVA','no'),(87619,'_options_social_medias_2_link','field_5d27a7127f2cd','no'),(87620,'options_social_medias_3_icon','720','no'),(87621,'_options_social_medias_3_icon','field_5d27a6c17f2cc','no'),(87622,'options_social_medias_3_link','https://vk.com/cryptowallet_com','no'),(87623,'_options_social_medias_3_link','field_5d27a7127f2cd','no'),(87624,'options_social_medias_4_icon','700','no'),(87625,'_options_social_medias_4_icon','field_5d27a6c17f2cc','no'),(87626,'options_social_medias_4_link','https://medium.com/@cryptowallet_com','no'),(87627,'_options_social_medias_4_link','field_5d27a7127f2cd','no'),(87628,'options_social_medias_5_icon','1278','no'),(87629,'_options_social_medias_5_icon','field_5d27a6c17f2cc','no'),(87630,'options_social_medias_5_link','https://t.me/cryptowallet_com','no'),(87631,'_options_social_medias_5_link','field_5d27a7127f2cd','no'),(87632,'options_social_medias_6_icon','1283','no'),(87633,'_options_social_medias_6_icon','field_5d27a6c17f2cc','no'),(87634,'options_social_medias_6_link','https://instagram.com/cryptowallet_com','no'),(87635,'_options_social_medias_6_link','field_5d27a7127f2cd','no'),(87636,'options_social_medias_7_icon','1288','no'),(87637,'_options_social_medias_7_icon','field_5d27a6c17f2cc','no'),(87638,'options_social_medias_7_link','https://linkedin.com/company/cryptowallet-com','no'),(87639,'_options_social_medias_7_link','field_5d27a7127f2cd','no'),(87640,'options_social_medias_8_icon','705','no'),(87641,'_options_social_medias_8_icon','field_5d27a6c17f2cc','no'),(87642,'options_social_medias_8_link','https://www.reddit.com/r/CryptoWallet_com/','no'),(87643,'_options_social_medias_8_link','field_5d27a7127f2cd','no'),(87666,'options_logo_company_0_logo','804','no'),(87667,'_options_logo_company_0_logo','field_5d28c554da05a','no'),(87668,'options_logo_company_1_logo','819','no'),(87669,'_options_logo_company_1_logo','field_5d28c554da05a','no'),(87670,'options_logo_company_2_logo','829','no'),(87671,'_options_logo_company_2_logo','field_5d28c554da05a','no'),(87672,'options_logo_company_3_logo','824','no'),(87673,'_options_logo_company_3_logo','field_5d28c554da05a','no'),(87674,'options_logo_company_4_logo','809','no'),(87675,'_options_logo_company_4_logo','field_5d28c554da05a','no'),(87676,'options_logo_company_5_logo','814','no'),(87677,'_options_logo_company_5_logo','field_5d28c554da05a','no'),(87716,'options_list_0_coins_0_coin','745','no'),(87717,'_options_list_0_coins_0_coin','field_5d1f5da32b197','no'),(87718,'options_list_0_coins_0_name','BTC','no'),(87719,'_options_list_0_coins_0_name','field_5d1f5dc02b198','no'),(87720,'options_list_0_coins_0_text','The cryptocurrency that started it all. Bitcoin is the most widely adopted and market-dominant cryptocurrency, and a classic choice for any cryptocurrency portfolio.','no'),(87721,'_options_list_0_coins_0_text','field_5d1f5dc62b199','no'),(87722,'options_list_0_coins_1_coin','765','no'),(87723,'_options_list_0_coins_1_coin','field_5d1f5da32b197','no'),(87724,'options_list_0_coins_1_name','ETH','no'),(87725,'_options_list_0_coins_1_name','field_5d1f5dc02b198','no'),(87726,'options_list_0_coins_1_text','Ethereum has long been the second-most popular crypto for a reason. More than just a currency or a commodity, the network allows for the creation of decentralized applications that serve a wide variety of purposes.','no'),(87727,'_options_list_0_coins_1_text','field_5d1f5dc62b199','no'),(87728,'options_list_0_coins_2_coin','750','no'),(87729,'_options_list_0_coins_2_coin','field_5d1f5da32b197','no'),(87730,'options_list_0_coins_2_name','BCH','no'),(87731,'_options_list_0_coins_2_name','field_5d1f5dc02b198','no'),(87732,'options_list_0_coins_2_text','Bitcoin Cash is an alternative version of Bitcoin that split or “forked” from the main network to pursue a different vision. While not as widely adopted, BCH has lower fees and faster transactions than BTC and is used by many merchants as a payment option.','no'),(87733,'_options_list_0_coins_2_text','field_5d1f5dc62b199','no'),(87734,'options_list_0_coins_3_coin','790','no'),(87735,'_options_list_0_coins_3_coin','field_5d1f5da32b197','no'),(87736,'options_list_0_coins_3_name','XRP','no'),(87737,'_options_list_0_coins_3_name','field_5d1f5dc02b198','no'),(87738,'options_list_0_coins_3_text','XRP by Ripple has been integrated as a banking solution by financial institutions all around the world to facilitate fast, low-cost transfers of funds between different fiat currencies or cryptocurrencies.','no'),(87739,'_options_list_0_coins_3_text','field_5d1f5dc62b199','no'),(87740,'options_list_0_coins_4_coin','785','no'),(87741,'_options_list_0_coins_4_coin','field_5d1f5da32b197','no'),(87742,'options_list_0_coins_4_name','XLM','no'),(87743,'_options_list_0_coins_4_name','field_5d1f5dc02b198','no'),(87744,'options_list_0_coins_4_text','Stellar is an open platform for building financial products and one of the top rated cryptocurrencies in the world by market cap (the total value of the currency).','no'),(87745,'_options_list_0_coins_4_text','field_5d1f5dc62b199','no'),(87746,'options_list_0_coins_5_coin','775','no'),(87747,'_options_list_0_coins_5_coin','field_5d1f5da32b197','no'),(87748,'options_list_0_coins_5_name','NEO','no'),(87749,'_options_list_0_coins_5_name','field_5d1f5dc02b198','no'),(87750,'options_list_0_coins_5_text','NEO is a competitive alternative to Ethereum, aimed at creating decentralized applications, and has seen widespread adoption in Asian markets.','no'),(87751,'_options_list_0_coins_5_text','field_5d1f5dc62b199','no'),(87752,'options_list_0_coins_6_coin','770','no'),(87753,'_options_list_0_coins_6_coin','field_5d1f5da32b197','no'),(87754,'options_list_0_coins_6_name','LTC','no'),(87755,'_options_list_0_coins_6_name','field_5d1f5dc02b198','no'),(87756,'options_list_0_coins_6_text','Litecoin is a Bitcoin alternative aimed to have fast fees and low transactions. Similar to BCH, the project has a unique mining algorithm and a less scarce supply to distinguish itself as a “lite” version of Bitcoin. ','no'),(87757,'_options_list_0_coins_6_text','field_5d1f5dc62b199','no'),(87758,'options_list_0_coins_7_coin','780','no'),(87759,'_options_list_0_coins_7_coin','field_5d1f5da32b197','no'),(87760,'options_list_0_coins_7_name','TRX','no'),(87761,'_options_list_0_coins_7_name','field_5d1f5dc02b198','no'),(87762,'options_list_0_coins_7_text','Tron is project aimed at creating a decentralized internet - the cryptocurrency has a high supply and trading volume.','no'),(87763,'_options_list_0_coins_7_text','field_5d1f5dc62b199','no'),(87764,'options_list_0_coins_8_coin','760','no'),(87765,'_options_list_0_coins_8_coin','field_5d1f5da32b197','no'),(87766,'options_list_0_coins_8_name','EOS','no'),(87767,'_options_list_0_coins_8_name','field_5d1f5dc02b198','no'),(87768,'options_list_0_coins_8_text','EOS is a decentralized application platform with a totally different consensus model to Ethereum or other competitors. EOS had a hugely successful fundraising round and aims to create industrial-level decentralized applications.','no'),(87769,'_options_list_0_coins_8_text','field_5d1f5dc62b199','no'),(87770,'options_list_0_coins_9_coin','740','no'),(87771,'_options_list_0_coins_9_coin','field_5d1f5da32b197','no'),(87772,'options_list_0_coins_9_name','ADA','no'),(87773,'_options_list_0_coins_9_name','field_5d1f5dc02b198','no'),(87774,'options_list_0_coins_9_text','Cardano is another candidate for creating a decentralized internet, a smart contract platform with its sights set on creating advanced features. ','no'),(87775,'_options_list_0_coins_9_text','field_5d1f5dc62b199','no'),(87776,'options_list_0_coins_10_coin','755','no'),(87777,'_options_list_0_coins_10_coin','field_5d1f5da32b197','no'),(87778,'options_list_0_coins_10_name','ECR-20','no'),(87779,'_options_list_0_coins_10_name','field_5d1f5dc02b198','no'),(87780,'options_list_0_coins_10_text','The ERC-20 standard refers to the vast amount of tokens compatible with the Ethereum network and Ethereum wallets. ','no'),(87781,'_options_list_0_coins_10_text','field_5d1f5dc62b199','no'),(87782,'options_list_1_title','Stable Coins','no'),(87783,'_options_list_1_title','field_5d1f5d6c2b195','no'),(87784,'options_list_1_about','Love crypto, hate risk? CryptoWallet also supports stablecoins PAX and TrueUSD, protecting your funds from market swings. Stablecoins are just that, stable - dollar today is worth a dollar tomorrow.','no'),(87785,'_options_list_1_about','field_5d8527fd6c4d6','no'),(87786,'options_list_1_coins_0_coin','1088','no'),(87787,'_options_list_1_coins_0_coin','field_5d1f5da32b197','no'),(87788,'options_list_1_coins_0_name','PAX','no'),(87789,'_options_list_1_coins_0_name','field_5d1f5dc02b198','no'),(87790,'options_list_1_coins_0_text','PAX is another stablecoin which is supported by major exchanges and allows traders to seek refuge from market volatility without changing back into fiat.','no'),(87791,'_options_list_1_coins_0_text','field_5d1f5dc62b199','no'),(87792,'options_list_1_coins_1_coin','1093','no'),(87793,'_options_list_1_coins_1_coin','field_5d1f5da32b197','no'),(87794,'options_list_1_coins_1_name','TrueUSD','no'),(87795,'_options_list_1_coins_1_name','field_5d1f5dc02b198','no'),(87796,'options_list_1_coins_1_text','TrueUSD is a stablecoin pegged 1:1 to the value of the USD, allowing traders to quickly exchange their crypto for “dollars” in times of market volatility without needing to revert back to actual fiat currency. Keep it crypto!','no'),(87797,'_options_list_1_coins_1_text','field_5d1f5dc62b199','no'),(87798,'options_list_1_coins','2','no'),(87799,'_options_list_1_coins','field_5d1f5d732b196','no'),(90724,'_icl_cache','a:2:{s:25:\"language_name_cache_class\";a:360:{s:21:\"language_details_sqen\";a:10:{s:4:\"code\";s:2:\"sq\";s:2:\"id\";s:2:\"48\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:8:\"Albanian\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"sq_AL\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"sq\";s:12:\"display_name\";s:8:\"Albanian\";}s:21:\"language_details_aren\";a:10:{s:4:\"code\";s:2:\"ar\";s:2:\"id\";s:1:\"5\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"ar\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ar\";s:12:\"display_name\";s:6:\"Arabic\";}s:21:\"language_details_hyen\";a:10:{s:4:\"code\";s:2:\"hy\";s:2:\"id\";s:2:\"24\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"hy_AM\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"hy\";s:12:\"display_name\";s:8:\"Armenian\";}s:21:\"language_details_euen\";a:10:{s:4:\"code\";s:2:\"eu\";s:2:\"id\";s:2:\"16\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"eu_ES\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"eu\";s:12:\"display_name\";s:6:\"Basque\";}s:21:\"language_details_bnen\";a:10:{s:4:\"code\";s:2:\"bn\";s:2:\"id\";s:2:\"64\";s:12:\"english_name\";s:7:\"Bengali\";s:11:\"native_name\";s:18:\"हिन्दी\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"bn_BD\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"bn\";s:12:\"display_name\";s:7:\"Bengali\";}s:21:\"language_details_bsen\";a:10:{s:4:\"code\";s:2:\"bs\";s:2:\"id\";s:1:\"6\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:7:\"Bosnian\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"bs_BA\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"bs\";s:12:\"display_name\";s:7:\"Bosnian\";}s:21:\"language_details_bgen\";a:10:{s:4:\"code\";s:2:\"bg\";s:2:\"id\";s:1:\"7\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"bg_BG\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"bg\";s:12:\"display_name\";s:9:\"Bulgarian\";}s:21:\"language_details_caen\";a:10:{s:4:\"code\";s:2:\"ca\";s:2:\"id\";s:1:\"8\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"ca\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ca\";s:12:\"display_name\";s:7:\"Catalan\";}s:26:\"language_details_zh-hansen\";a:10:{s:4:\"code\";s:7:\"zh-hans\";s:2:\"id\";s:2:\"59\";s:12:\"english_name\";s:20:\"Chinese (Simplified)\";s:11:\"native_name\";s:12:\"简体中文\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"zh_CN\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:7:\"zh-hans\";s:12:\"display_name\";s:20:\"Chinese (Simplified)\";}s:26:\"language_details_zh-hanten\";a:10:{s:4:\"code\";s:7:\"zh-hant\";s:2:\"id\";s:2:\"61\";s:12:\"english_name\";s:21:\"Chinese (Traditional)\";s:11:\"native_name\";s:12:\"繁體中文\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"zh_TW\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:7:\"zh-hant\";s:12:\"display_name\";s:21:\"Chinese (Traditional)\";}s:21:\"language_details_hren\";a:10:{s:4:\"code\";s:2:\"hr\";s:2:\"id\";s:2:\"22\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"hr\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"hr\";s:12:\"display_name\";s:8:\"Croatian\";}s:21:\"language_details_csen\";a:10:{s:4:\"code\";s:2:\"cs\";s:2:\"id\";s:1:\"9\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:9:\"Čeština\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"cs_CZ\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"cs\";s:12:\"display_name\";s:5:\"Czech\";}s:21:\"language_details_daen\";a:10:{s:4:\"code\";s:2:\"da\";s:2:\"id\";s:2:\"12\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"da_DK\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"da\";s:12:\"display_name\";s:6:\"Danish\";}s:21:\"language_details_nlen\";a:10:{s:4:\"code\";s:2:\"nl\";s:2:\"id\";s:2:\"37\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"nl_NL\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"nl\";s:12:\"display_name\";s:5:\"Dutch\";}s:21:\"language_details_enen\";a:10:{s:4:\"code\";s:2:\"en\";s:2:\"id\";s:1:\"1\";s:12:\"english_name\";s:7:\"English\";s:11:\"native_name\";s:7:\"English\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:5:\"en_US\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"en\";s:12:\"display_name\";s:7:\"English\";}s:21:\"language_details_eoen\";a:10:{s:4:\"code\";s:2:\"eo\";s:2:\"id\";s:2:\"14\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanta\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"eo_UY\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"eo\";s:12:\"display_name\";s:9:\"Esperanto\";}s:21:\"language_details_eten\";a:10:{s:4:\"code\";s:2:\"et\";s:2:\"id\";s:2:\"15\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"et\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"et\";s:12:\"display_name\";s:8:\"Estonian\";}s:21:\"language_details_fien\";a:10:{s:4:\"code\";s:2:\"fi\";s:2:\"id\";s:2:\"18\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"fi\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"fi\";s:12:\"display_name\";s:7:\"Finnish\";}s:21:\"language_details_fren\";a:10:{s:4:\"code\";s:2:\"fr\";s:2:\"id\";s:1:\"4\";s:12:\"english_name\";s:6:\"French\";s:11:\"native_name\";s:9:\"Français\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"fr_FR\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"fr\";s:12:\"display_name\";s:6:\"French\";}s:21:\"language_details_glen\";a:10:{s:4:\"code\";s:2:\"gl\";s:2:\"id\";s:2:\"63\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"gl_ES\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"gl\";s:12:\"display_name\";s:8:\"Galician\";}s:21:\"language_details_deen\";a:10:{s:4:\"code\";s:2:\"de\";s:2:\"id\";s:1:\"3\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"de_DE\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"de\";s:12:\"display_name\";s:6:\"German\";}s:21:\"language_details_elen\";a:10:{s:4:\"code\";s:2:\"el\";s:2:\"id\";s:2:\"13\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικα\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"el\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"el\";s:12:\"display_name\";s:5:\"Greek\";}s:21:\"language_details_heen\";a:10:{s:4:\"code\";s:2:\"he\";s:2:\"id\";s:2:\"20\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:10:\"עברית\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"he_IL\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"he\";s:12:\"display_name\";s:6:\"Hebrew\";}s:21:\"language_details_hien\";a:10:{s:4:\"code\";s:2:\"hi\";s:2:\"id\";s:2:\"21\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"hi_IN\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"hi\";s:12:\"display_name\";s:5:\"Hindi\";}s:21:\"language_details_huen\";a:10:{s:4:\"code\";s:2:\"hu\";s:2:\"id\";s:2:\"23\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"hu_HU\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"hu\";s:12:\"display_name\";s:9:\"Hungarian\";}s:21:\"language_details_isen\";a:10:{s:4:\"code\";s:2:\"is\";s:2:\"id\";s:2:\"26\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"is_IS\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"is\";s:12:\"display_name\";s:9:\"Icelandic\";}s:21:\"language_details_iden\";a:10:{s:4:\"code\";s:2:\"id\";s:2:\"id\";s:2:\"25\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:9:\"Indonesia\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"id_ID\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"id\";s:12:\"display_name\";s:10:\"Indonesian\";}s:21:\"language_details_gaen\";a:10:{s:4:\"code\";s:2:\"ga\";s:2:\"id\";s:2:\"19\";s:12:\"english_name\";s:5:\"Irish\";s:11:\"native_name\";s:7:\"Gaeilge\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"ga_IE\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ga\";s:12:\"display_name\";s:5:\"Irish\";}s:21:\"language_details_iten\";a:10:{s:4:\"code\";s:2:\"it\";s:2:\"id\";s:2:\"27\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"it_IT\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"it\";s:12:\"display_name\";s:7:\"Italian\";}s:21:\"language_details_jaen\";a:10:{s:4:\"code\";s:2:\"ja\";s:2:\"id\";s:2:\"28\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:2:\"ja\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ja\";s:12:\"display_name\";s:8:\"Japanese\";}s:21:\"language_details_koen\";a:10:{s:4:\"code\";s:2:\"ko\";s:2:\"id\";s:2:\"29\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"ko_KR\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ko\";s:12:\"display_name\";s:6:\"Korean\";}s:21:\"language_details_kuen\";a:10:{s:4:\"code\";s:2:\"ku\";s:2:\"id\";s:2:\"30\";s:12:\"english_name\";s:7:\"Kurdish\";s:11:\"native_name\";s:7:\"Kurdish\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"ku\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ku\";s:12:\"display_name\";s:7:\"Kurdish\";}s:21:\"language_details_lven\";a:10:{s:4:\"code\";s:2:\"lv\";s:2:\"id\";s:2:\"31\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:9:\"Latviešu\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"lv_LV\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"lv\";s:12:\"display_name\";s:7:\"Latvian\";}s:21:\"language_details_lten\";a:10:{s:4:\"code\";s:2:\"lt\";s:2:\"id\";s:2:\"32\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:8:\"Lietuvos\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"lt_LT\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"lt\";s:12:\"display_name\";s:10:\"Lithuanian\";}s:21:\"language_details_mken\";a:10:{s:4:\"code\";s:2:\"mk\";s:2:\"id\";s:2:\"33\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:20:\"македонски\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"mk_MK\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"mk\";s:12:\"display_name\";s:10:\"Macedonian\";}s:21:\"language_details_msen\";a:10:{s:4:\"code\";s:2:\"ms\";s:2:\"id\";s:2:\"62\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:6:\"Melayu\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"ms_MY\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ms\";s:12:\"display_name\";s:5:\"Malay\";}s:21:\"language_details_mten\";a:10:{s:4:\"code\";s:2:\"mt\";s:2:\"id\";s:2:\"34\";s:12:\"english_name\";s:7:\"Maltese\";s:11:\"native_name\";s:5:\"Malti\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"mt_MT\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"mt\";s:12:\"display_name\";s:7:\"Maltese\";}s:21:\"language_details_mnen\";a:10:{s:4:\"code\";s:2:\"mn\";s:2:\"id\";s:2:\"35\";s:12:\"english_name\";s:9:\"Mongolian\";s:11:\"native_name\";s:9:\"Mongolian\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"mn_MN\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"mn\";s:12:\"display_name\";s:9:\"Mongolian\";}s:21:\"language_details_neen\";a:10:{s:4:\"code\";s:2:\"ne\";s:2:\"id\";s:2:\"36\";s:12:\"english_name\";s:6:\"Nepali\";s:11:\"native_name\";s:6:\"Nepali\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"ne\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ne\";s:12:\"display_name\";s:6:\"Nepali\";}s:21:\"language_details_noen\";a:10:{s:4:\"code\";s:2:\"no\";s:2:\"id\";s:2:\"38\";s:12:\"english_name\";s:17:\"Norwegian Bokmål\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"nb_NO\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"no\";s:12:\"display_name\";s:17:\"Norwegian Bokmål\";}s:21:\"language_details_faen\";a:10:{s:4:\"code\";s:2:\"fa\";s:2:\"id\";s:2:\"17\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"fa_IR\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"fa\";s:12:\"display_name\";s:7:\"Persian\";}s:21:\"language_details_plen\";a:10:{s:4:\"code\";s:2:\"pl\";s:2:\"id\";s:2:\"40\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"polski\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"pl_PL\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"pl\";s:12:\"display_name\";s:6:\"Polish\";}s:24:\"language_details_pt-bren\";a:10:{s:4:\"code\";s:5:\"pt-br\";s:2:\"id\";s:2:\"42\";s:12:\"english_name\";s:18:\"Portuguese, Brazil\";s:11:\"native_name\";s:10:\"Português\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"pt_BR\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"pt-br\";s:12:\"display_name\";s:19:\"Portuguese (Brazil)\";}s:24:\"language_details_pt-pten\";a:10:{s:4:\"code\";s:5:\"pt-pt\";s:2:\"id\";s:2:\"41\";s:12:\"english_name\";s:20:\"Portuguese, Portugal\";s:11:\"native_name\";s:10:\"Português\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"pt_PT\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"pt-pt\";s:12:\"display_name\";s:21:\"Portuguese (Portugal)\";}s:21:\"language_details_paen\";a:10:{s:4:\"code\";s:2:\"pa\";s:2:\"id\";s:2:\"39\";s:12:\"english_name\";s:7:\"Punjabi\";s:11:\"native_name\";s:7:\"Punjabi\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:0:\"\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"pa\";s:12:\"display_name\";s:7:\"Punjabi\";}s:21:\"language_details_quen\";a:10:{s:4:\"code\";s:2:\"qu\";s:2:\"id\";s:2:\"43\";s:12:\"english_name\";s:7:\"Quechua\";s:11:\"native_name\";s:7:\"Quechua\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:6:\"quz_PE\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"qu\";s:12:\"display_name\";s:7:\"Quechua\";}s:21:\"language_details_roen\";a:10:{s:4:\"code\";s:2:\"ro\";s:2:\"id\";s:2:\"44\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"ro_RO\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ro\";s:12:\"display_name\";s:8:\"Romanian\";}s:21:\"language_details_ruen\";a:10:{s:4:\"code\";s:2:\"ru\";s:2:\"id\";s:2:\"45\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:5:\"ru_RU\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ru\";s:12:\"display_name\";s:7:\"Russian\";}s:21:\"language_details_sren\";a:10:{s:4:\"code\";s:2:\"sr\";s:2:\"id\";s:2:\"49\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:12:\"српски\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"sr_RS\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"sr\";s:12:\"display_name\";s:7:\"Serbian\";}s:21:\"language_details_sgen\";a:10:{s:4:\"code\";s:2:\"sg\";s:2:\"id\";s:2:\"65\";s:12:\"english_name\";s:9:\"Singapore\";s:11:\"native_name\";s:9:\"Singapore\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:5:\"en-SG\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"sg\";s:12:\"display_name\";s:9:\"Singapore\";}s:21:\"language_details_sken\";a:10:{s:4:\"code\";s:2:\"sk\";s:2:\"id\";s:2:\"10\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"sk_SK\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"sk\";s:12:\"display_name\";s:6:\"Slovak\";}s:21:\"language_details_slen\";a:10:{s:4:\"code\";s:2:\"sl\";s:2:\"id\";s:2:\"46\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"sl_SI\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"sl\";s:12:\"display_name\";s:9:\"Slovenian\";}s:21:\"language_details_soen\";a:10:{s:4:\"code\";s:2:\"so\";s:2:\"id\";s:2:\"47\";s:12:\"english_name\";s:6:\"Somali\";s:11:\"native_name\";s:6:\"Somali\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"so_SO\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"so\";s:12:\"display_name\";s:6:\"Somali\";}s:21:\"language_details_esen\";a:10:{s:4:\"code\";s:2:\"es\";s:2:\"id\";s:1:\"2\";s:12:\"english_name\";s:7:\"Spanish\";s:11:\"native_name\";s:8:\"Español\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:5:\"es_ES\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"es\";s:12:\"display_name\";s:7:\"Spanish\";}s:21:\"language_details_sven\";a:10:{s:4:\"code\";s:2:\"sv\";s:2:\"id\";s:2:\"50\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"sv_SE\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"sv\";s:12:\"display_name\";s:7:\"Swedish\";}s:21:\"language_details_taen\";a:10:{s:4:\"code\";s:2:\"ta\";s:2:\"id\";s:2:\"51\";s:12:\"english_name\";s:5:\"Tamil\";s:11:\"native_name\";s:5:\"Tamil\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"ta_IN\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ta\";s:12:\"display_name\";s:5:\"Tamil\";}s:21:\"language_details_then\";a:10:{s:4:\"code\";s:2:\"th\";s:2:\"id\";s:2:\"52\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"th\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"th\";s:12:\"display_name\";s:4:\"Thai\";}s:21:\"language_details_tren\";a:10:{s:4:\"code\";s:2:\"tr\";s:2:\"id\";s:2:\"53\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"tr_TR\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"tr\";s:12:\"display_name\";s:7:\"Turkish\";}s:21:\"language_details_uken\";a:10:{s:4:\"code\";s:2:\"uk\";s:2:\"id\";s:2:\"54\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:9:\"Ukrainian\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"uk\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"uk\";s:12:\"display_name\";s:9:\"Ukrainian\";}s:21:\"language_details_uren\";a:10:{s:4:\"code\";s:2:\"ur\";s:2:\"id\";s:2:\"55\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:9:\"اردو \";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"uz_UZ\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ur\";s:12:\"display_name\";s:4:\"Urdu\";}s:21:\"language_details_uzen\";a:10:{s:4:\"code\";s:2:\"uz\";s:2:\"id\";s:2:\"56\";s:12:\"english_name\";s:5:\"Uzbek\";s:11:\"native_name\";s:5:\"Uzbek\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"uz_UZ\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"uz\";s:12:\"display_name\";s:5:\"Uzbek\";}s:21:\"language_details_vien\";a:10:{s:4:\"code\";s:2:\"vi\";s:2:\"id\";s:2:\"57\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"vi_VN\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"vi\";s:12:\"display_name\";s:10:\"Vietnamese\";}s:21:\"language_details_cyen\";a:10:{s:4:\"code\";s:2:\"cy\";s:2:\"id\";s:2:\"11\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"cy_GB\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"cy\";s:12:\"display_name\";s:5:\"Welsh\";}s:21:\"language_details_yien\";a:10:{s:4:\"code\";s:2:\"yi\";s:2:\"id\";s:2:\"58\";s:12:\"english_name\";s:7:\"Yiddish\";s:11:\"native_name\";s:7:\"Yiddish\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:0:\"\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"yi\";s:12:\"display_name\";s:7:\"Yiddish\";}s:21:\"language_details_zuen\";a:10:{s:4:\"code\";s:2:\"zu\";s:2:\"id\";s:2:\"60\";s:12:\"english_name\";s:4:\"Zulu\";s:11:\"native_name\";s:4:\"Zulu\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:0:\"\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"zu\";s:12:\"display_name\";s:4:\"Zulu\";}s:29:\"all_language_en__english_name\";a:65:{s:2:\"sq\";a:10:{s:4:\"code\";s:2:\"sq\";s:2:\"id\";s:2:\"48\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:8:\"Albanian\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"sq_AL\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"sq\";s:12:\"display_name\";s:8:\"Albanian\";}s:2:\"ar\";a:10:{s:4:\"code\";s:2:\"ar\";s:2:\"id\";s:1:\"5\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"ar\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ar\";s:12:\"display_name\";s:6:\"Arabic\";}s:2:\"hy\";a:10:{s:4:\"code\";s:2:\"hy\";s:2:\"id\";s:2:\"24\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"hy_AM\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"hy\";s:12:\"display_name\";s:8:\"Armenian\";}s:2:\"eu\";a:10:{s:4:\"code\";s:2:\"eu\";s:2:\"id\";s:2:\"16\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"eu_ES\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"eu\";s:12:\"display_name\";s:6:\"Basque\";}s:2:\"bn\";a:10:{s:4:\"code\";s:2:\"bn\";s:2:\"id\";s:2:\"64\";s:12:\"english_name\";s:7:\"Bengali\";s:11:\"native_name\";s:18:\"हिन्दी\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"bn_BD\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"bn\";s:12:\"display_name\";s:7:\"Bengali\";}s:2:\"bs\";a:10:{s:4:\"code\";s:2:\"bs\";s:2:\"id\";s:1:\"6\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:7:\"Bosnian\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"bs_BA\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"bs\";s:12:\"display_name\";s:7:\"Bosnian\";}s:2:\"bg\";a:10:{s:4:\"code\";s:2:\"bg\";s:2:\"id\";s:1:\"7\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"bg_BG\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"bg\";s:12:\"display_name\";s:9:\"Bulgarian\";}s:2:\"ca\";a:10:{s:4:\"code\";s:2:\"ca\";s:2:\"id\";s:1:\"8\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"ca\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ca\";s:12:\"display_name\";s:7:\"Catalan\";}s:7:\"zh-hans\";a:10:{s:4:\"code\";s:7:\"zh-hans\";s:2:\"id\";s:2:\"59\";s:12:\"english_name\";s:20:\"Chinese (Simplified)\";s:11:\"native_name\";s:12:\"简体中文\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"zh_CN\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:7:\"zh-hans\";s:12:\"display_name\";s:20:\"Chinese (Simplified)\";}s:7:\"zh-hant\";a:10:{s:4:\"code\";s:7:\"zh-hant\";s:2:\"id\";s:2:\"61\";s:12:\"english_name\";s:21:\"Chinese (Traditional)\";s:11:\"native_name\";s:12:\"繁體中文\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"zh_TW\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:7:\"zh-hant\";s:12:\"display_name\";s:21:\"Chinese (Traditional)\";}s:2:\"hr\";a:10:{s:4:\"code\";s:2:\"hr\";s:2:\"id\";s:2:\"22\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"hr\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"hr\";s:12:\"display_name\";s:8:\"Croatian\";}s:2:\"cs\";a:10:{s:4:\"code\";s:2:\"cs\";s:2:\"id\";s:1:\"9\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:9:\"Čeština\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"cs_CZ\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"cs\";s:12:\"display_name\";s:5:\"Czech\";}s:2:\"da\";a:10:{s:4:\"code\";s:2:\"da\";s:2:\"id\";s:2:\"12\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"da_DK\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"da\";s:12:\"display_name\";s:6:\"Danish\";}s:2:\"nl\";a:10:{s:4:\"code\";s:2:\"nl\";s:2:\"id\";s:2:\"37\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"nl_NL\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"nl\";s:12:\"display_name\";s:5:\"Dutch\";}s:2:\"en\";a:10:{s:4:\"code\";s:2:\"en\";s:2:\"id\";s:1:\"1\";s:12:\"english_name\";s:7:\"English\";s:11:\"native_name\";s:7:\"English\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:5:\"en_US\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"en\";s:12:\"display_name\";s:7:\"English\";}s:2:\"eo\";a:10:{s:4:\"code\";s:2:\"eo\";s:2:\"id\";s:2:\"14\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanta\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"eo_UY\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"eo\";s:12:\"display_name\";s:9:\"Esperanto\";}s:2:\"et\";a:10:{s:4:\"code\";s:2:\"et\";s:2:\"id\";s:2:\"15\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"et\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"et\";s:12:\"display_name\";s:8:\"Estonian\";}s:2:\"fi\";a:10:{s:4:\"code\";s:2:\"fi\";s:2:\"id\";s:2:\"18\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"fi\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"fi\";s:12:\"display_name\";s:7:\"Finnish\";}s:2:\"fr\";a:10:{s:4:\"code\";s:2:\"fr\";s:2:\"id\";s:1:\"4\";s:12:\"english_name\";s:6:\"French\";s:11:\"native_name\";s:9:\"Français\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"fr_FR\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"fr\";s:12:\"display_name\";s:6:\"French\";}s:2:\"gl\";a:10:{s:4:\"code\";s:2:\"gl\";s:2:\"id\";s:2:\"63\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"gl_ES\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"gl\";s:12:\"display_name\";s:8:\"Galician\";}s:2:\"de\";a:10:{s:4:\"code\";s:2:\"de\";s:2:\"id\";s:1:\"3\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"de_DE\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"de\";s:12:\"display_name\";s:6:\"German\";}s:2:\"el\";a:10:{s:4:\"code\";s:2:\"el\";s:2:\"id\";s:2:\"13\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικα\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"el\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"el\";s:12:\"display_name\";s:5:\"Greek\";}s:2:\"he\";a:10:{s:4:\"code\";s:2:\"he\";s:2:\"id\";s:2:\"20\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:10:\"עברית\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"he_IL\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"he\";s:12:\"display_name\";s:6:\"Hebrew\";}s:2:\"hi\";a:10:{s:4:\"code\";s:2:\"hi\";s:2:\"id\";s:2:\"21\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"hi_IN\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"hi\";s:12:\"display_name\";s:5:\"Hindi\";}s:2:\"hu\";a:10:{s:4:\"code\";s:2:\"hu\";s:2:\"id\";s:2:\"23\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"hu_HU\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"hu\";s:12:\"display_name\";s:9:\"Hungarian\";}s:2:\"is\";a:10:{s:4:\"code\";s:2:\"is\";s:2:\"id\";s:2:\"26\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"is_IS\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"is\";s:12:\"display_name\";s:9:\"Icelandic\";}s:2:\"id\";a:10:{s:4:\"code\";s:2:\"id\";s:2:\"id\";s:2:\"25\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:9:\"Indonesia\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"id_ID\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"id\";s:12:\"display_name\";s:10:\"Indonesian\";}s:2:\"ga\";a:10:{s:4:\"code\";s:2:\"ga\";s:2:\"id\";s:2:\"19\";s:12:\"english_name\";s:5:\"Irish\";s:11:\"native_name\";s:7:\"Gaeilge\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"ga_IE\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ga\";s:12:\"display_name\";s:5:\"Irish\";}s:2:\"it\";a:10:{s:4:\"code\";s:2:\"it\";s:2:\"id\";s:2:\"27\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"it_IT\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"it\";s:12:\"display_name\";s:7:\"Italian\";}s:2:\"ja\";a:10:{s:4:\"code\";s:2:\"ja\";s:2:\"id\";s:2:\"28\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:2:\"ja\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ja\";s:12:\"display_name\";s:8:\"Japanese\";}s:2:\"ko\";a:10:{s:4:\"code\";s:2:\"ko\";s:2:\"id\";s:2:\"29\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"ko_KR\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ko\";s:12:\"display_name\";s:6:\"Korean\";}s:2:\"ku\";a:10:{s:4:\"code\";s:2:\"ku\";s:2:\"id\";s:2:\"30\";s:12:\"english_name\";s:7:\"Kurdish\";s:11:\"native_name\";s:7:\"Kurdish\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"ku\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ku\";s:12:\"display_name\";s:7:\"Kurdish\";}s:2:\"lv\";a:10:{s:4:\"code\";s:2:\"lv\";s:2:\"id\";s:2:\"31\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:9:\"Latviešu\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"lv_LV\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"lv\";s:12:\"display_name\";s:7:\"Latvian\";}s:2:\"lt\";a:10:{s:4:\"code\";s:2:\"lt\";s:2:\"id\";s:2:\"32\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:8:\"Lietuvos\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"lt_LT\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"lt\";s:12:\"display_name\";s:10:\"Lithuanian\";}s:2:\"mk\";a:10:{s:4:\"code\";s:2:\"mk\";s:2:\"id\";s:2:\"33\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:20:\"македонски\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"mk_MK\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"mk\";s:12:\"display_name\";s:10:\"Macedonian\";}s:2:\"ms\";a:10:{s:4:\"code\";s:2:\"ms\";s:2:\"id\";s:2:\"62\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:6:\"Melayu\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"ms_MY\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ms\";s:12:\"display_name\";s:5:\"Malay\";}s:2:\"mt\";a:10:{s:4:\"code\";s:2:\"mt\";s:2:\"id\";s:2:\"34\";s:12:\"english_name\";s:7:\"Maltese\";s:11:\"native_name\";s:5:\"Malti\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"mt_MT\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"mt\";s:12:\"display_name\";s:7:\"Maltese\";}s:2:\"mn\";a:10:{s:4:\"code\";s:2:\"mn\";s:2:\"id\";s:2:\"35\";s:12:\"english_name\";s:9:\"Mongolian\";s:11:\"native_name\";s:9:\"Mongolian\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"mn_MN\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"mn\";s:12:\"display_name\";s:9:\"Mongolian\";}s:2:\"ne\";a:10:{s:4:\"code\";s:2:\"ne\";s:2:\"id\";s:2:\"36\";s:12:\"english_name\";s:6:\"Nepali\";s:11:\"native_name\";s:6:\"Nepali\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"ne\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ne\";s:12:\"display_name\";s:6:\"Nepali\";}s:2:\"no\";a:10:{s:4:\"code\";s:2:\"no\";s:2:\"id\";s:2:\"38\";s:12:\"english_name\";s:17:\"Norwegian Bokmål\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"nb_NO\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"no\";s:12:\"display_name\";s:17:\"Norwegian Bokmål\";}s:2:\"fa\";a:10:{s:4:\"code\";s:2:\"fa\";s:2:\"id\";s:2:\"17\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"fa_IR\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"fa\";s:12:\"display_name\";s:7:\"Persian\";}s:2:\"pl\";a:10:{s:4:\"code\";s:2:\"pl\";s:2:\"id\";s:2:\"40\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"polski\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"pl_PL\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"pl\";s:12:\"display_name\";s:6:\"Polish\";}s:5:\"pt-br\";a:10:{s:4:\"code\";s:5:\"pt-br\";s:2:\"id\";s:2:\"42\";s:12:\"english_name\";s:18:\"Portuguese, Brazil\";s:11:\"native_name\";s:10:\"Português\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"pt_BR\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"pt-br\";s:12:\"display_name\";s:19:\"Portuguese (Brazil)\";}s:5:\"pt-pt\";a:10:{s:4:\"code\";s:5:\"pt-pt\";s:2:\"id\";s:2:\"41\";s:12:\"english_name\";s:20:\"Portuguese, Portugal\";s:11:\"native_name\";s:10:\"Português\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"pt_PT\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"pt-pt\";s:12:\"display_name\";s:21:\"Portuguese (Portugal)\";}s:2:\"pa\";a:10:{s:4:\"code\";s:2:\"pa\";s:2:\"id\";s:2:\"39\";s:12:\"english_name\";s:7:\"Punjabi\";s:11:\"native_name\";s:7:\"Punjabi\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:0:\"\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"pa\";s:12:\"display_name\";s:7:\"Punjabi\";}s:2:\"qu\";a:10:{s:4:\"code\";s:2:\"qu\";s:2:\"id\";s:2:\"43\";s:12:\"english_name\";s:7:\"Quechua\";s:11:\"native_name\";s:7:\"Quechua\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:6:\"quz_PE\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"qu\";s:12:\"display_name\";s:7:\"Quechua\";}s:2:\"ro\";a:10:{s:4:\"code\";s:2:\"ro\";s:2:\"id\";s:2:\"44\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"ro_RO\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ro\";s:12:\"display_name\";s:8:\"Romanian\";}s:2:\"ru\";a:10:{s:4:\"code\";s:2:\"ru\";s:2:\"id\";s:2:\"45\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:5:\"ru_RU\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ru\";s:12:\"display_name\";s:7:\"Russian\";}s:2:\"sr\";a:10:{s:4:\"code\";s:2:\"sr\";s:2:\"id\";s:2:\"49\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:12:\"српски\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"sr_RS\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"sr\";s:12:\"display_name\";s:7:\"Serbian\";}s:2:\"sg\";a:10:{s:4:\"code\";s:2:\"sg\";s:2:\"id\";s:2:\"65\";s:12:\"english_name\";s:9:\"Singapore\";s:11:\"native_name\";s:9:\"Singapore\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:5:\"en-SG\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"sg\";s:12:\"display_name\";s:9:\"Singapore\";}s:2:\"sk\";a:10:{s:4:\"code\";s:2:\"sk\";s:2:\"id\";s:2:\"10\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"sk_SK\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"sk\";s:12:\"display_name\";s:6:\"Slovak\";}s:2:\"sl\";a:10:{s:4:\"code\";s:2:\"sl\";s:2:\"id\";s:2:\"46\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"sl_SI\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"sl\";s:12:\"display_name\";s:9:\"Slovenian\";}s:2:\"so\";a:10:{s:4:\"code\";s:2:\"so\";s:2:\"id\";s:2:\"47\";s:12:\"english_name\";s:6:\"Somali\";s:11:\"native_name\";s:6:\"Somali\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"so_SO\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"so\";s:12:\"display_name\";s:6:\"Somali\";}s:2:\"es\";a:10:{s:4:\"code\";s:2:\"es\";s:2:\"id\";s:1:\"2\";s:12:\"english_name\";s:7:\"Spanish\";s:11:\"native_name\";s:8:\"Español\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:5:\"es_ES\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"es\";s:12:\"display_name\";s:7:\"Spanish\";}s:2:\"sv\";a:10:{s:4:\"code\";s:2:\"sv\";s:2:\"id\";s:2:\"50\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"sv_SE\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"sv\";s:12:\"display_name\";s:7:\"Swedish\";}s:2:\"ta\";a:10:{s:4:\"code\";s:2:\"ta\";s:2:\"id\";s:2:\"51\";s:12:\"english_name\";s:5:\"Tamil\";s:11:\"native_name\";s:5:\"Tamil\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"ta_IN\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ta\";s:12:\"display_name\";s:5:\"Tamil\";}s:2:\"th\";a:10:{s:4:\"code\";s:2:\"th\";s:2:\"id\";s:2:\"52\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"th\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"th\";s:12:\"display_name\";s:4:\"Thai\";}s:2:\"tr\";a:10:{s:4:\"code\";s:2:\"tr\";s:2:\"id\";s:2:\"53\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"tr_TR\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"tr\";s:12:\"display_name\";s:7:\"Turkish\";}s:2:\"uk\";a:10:{s:4:\"code\";s:2:\"uk\";s:2:\"id\";s:2:\"54\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:9:\"Ukrainian\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"uk\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"uk\";s:12:\"display_name\";s:9:\"Ukrainian\";}s:2:\"ur\";a:10:{s:4:\"code\";s:2:\"ur\";s:2:\"id\";s:2:\"55\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:9:\"اردو \";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"uz_UZ\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ur\";s:12:\"display_name\";s:4:\"Urdu\";}s:2:\"uz\";a:10:{s:4:\"code\";s:2:\"uz\";s:2:\"id\";s:2:\"56\";s:12:\"english_name\";s:5:\"Uzbek\";s:11:\"native_name\";s:5:\"Uzbek\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"uz_UZ\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"uz\";s:12:\"display_name\";s:5:\"Uzbek\";}s:2:\"vi\";a:10:{s:4:\"code\";s:2:\"vi\";s:2:\"id\";s:2:\"57\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"vi_VN\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"vi\";s:12:\"display_name\";s:10:\"Vietnamese\";}s:2:\"cy\";a:10:{s:4:\"code\";s:2:\"cy\";s:2:\"id\";s:2:\"11\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"cy_GB\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"cy\";s:12:\"display_name\";s:5:\"Welsh\";}s:2:\"yi\";a:10:{s:4:\"code\";s:2:\"yi\";s:2:\"id\";s:2:\"58\";s:12:\"english_name\";s:7:\"Yiddish\";s:11:\"native_name\";s:7:\"Yiddish\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:0:\"\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"yi\";s:12:\"display_name\";s:7:\"Yiddish\";}s:2:\"zu\";a:10:{s:4:\"code\";s:2:\"zu\";s:2:\"id\";s:2:\"60\";s:12:\"english_name\";s:4:\"Zulu\";s:11:\"native_name\";s:4:\"Zulu\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:0:\"\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"zu\";s:12:\"display_name\";s:4:\"Zulu\";}}s:28:\"in_language_en__english_name\";a:5:{s:2:\"en\";a:10:{s:4:\"code\";s:2:\"en\";s:2:\"id\";s:1:\"1\";s:12:\"english_name\";s:7:\"English\";s:11:\"native_name\";s:7:\"English\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:5:\"en_US\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"en\";s:12:\"display_name\";s:7:\"English\";}s:2:\"ja\";a:10:{s:4:\"code\";s:2:\"ja\";s:2:\"id\";s:2:\"28\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:2:\"ja\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ja\";s:12:\"display_name\";s:8:\"Japanese\";}s:2:\"ru\";a:10:{s:4:\"code\";s:2:\"ru\";s:2:\"id\";s:2:\"45\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:5:\"ru_RU\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ru\";s:12:\"display_name\";s:7:\"Russian\";}s:2:\"sg\";a:10:{s:4:\"code\";s:2:\"sg\";s:2:\"id\";s:2:\"65\";s:12:\"english_name\";s:9:\"Singapore\";s:11:\"native_name\";s:9:\"Singapore\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:5:\"en-SG\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"sg\";s:12:\"display_name\";s:9:\"Singapore\";}s:2:\"es\";a:10:{s:4:\"code\";s:2:\"es\";s:2:\"id\";s:1:\"2\";s:12:\"english_name\";s:7:\"Spanish\";s:11:\"native_name\";s:8:\"Español\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:5:\"es_ES\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"es\";s:12:\"display_name\";s:7:\"Spanish\";}}s:4:\"enen\";s:7:\"English\";s:4:\"jaja\";s:9:\"日本語\";s:4:\"jaen\";s:8:\"Japanese\";s:4:\"ruru\";s:14:\"Русский\";s:4:\"ruen\";s:7:\"Russian\";s:4:\"sgsg\";s:9:\"Singapore\";s:4:\"sgen\";s:9:\"Singapore\";s:4:\"eses\";s:8:\"Español\";s:4:\"esen\";s:7:\"Spanish\";s:21:\"language_details_sqja\";a:10:{s:4:\"code\";s:2:\"sq\";s:2:\"id\";s:2:\"48\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:8:\"Albanian\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"sq_AL\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"sq\";s:12:\"display_name\";s:18:\"アルバニア語\";}s:21:\"language_details_arja\";a:10:{s:4:\"code\";s:2:\"ar\";s:2:\"id\";s:1:\"5\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"ar\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ar\";s:12:\"display_name\";s:15:\"アラビア語\";}s:21:\"language_details_hyja\";a:10:{s:4:\"code\";s:2:\"hy\";s:2:\"id\";s:2:\"24\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"hy_AM\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"hy\";s:12:\"display_name\";s:18:\"アルメニア語\";}s:21:\"language_details_euja\";a:10:{s:4:\"code\";s:2:\"eu\";s:2:\"id\";s:2:\"16\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"eu_ES\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"eu\";s:12:\"display_name\";s:12:\"バスク語\";}s:21:\"language_details_bnja\";a:10:{s:4:\"code\";s:2:\"bn\";s:2:\"id\";s:2:\"64\";s:12:\"english_name\";s:7:\"Bengali\";s:11:\"native_name\";s:18:\"हिन्दी\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"bn_BD\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"bn\";s:12:\"display_name\";s:7:\"Bengali\";}s:21:\"language_details_bsja\";a:10:{s:4:\"code\";s:2:\"bs\";s:2:\"id\";s:1:\"6\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:7:\"Bosnian\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"bs_BA\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"bs\";s:12:\"display_name\";s:15:\"ボスニア語\";}s:21:\"language_details_bgja\";a:10:{s:4:\"code\";s:2:\"bg\";s:2:\"id\";s:1:\"7\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"bg_BG\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"bg\";s:12:\"display_name\";s:18:\"ブルガリア語\";}s:21:\"language_details_caja\";a:10:{s:4:\"code\";s:2:\"ca\";s:2:\"id\";s:1:\"8\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"ca\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ca\";s:12:\"display_name\";s:21:\"カタルーニャ語\";}s:26:\"language_details_zh-hansja\";a:10:{s:4:\"code\";s:7:\"zh-hans\";s:2:\"id\";s:2:\"59\";s:12:\"english_name\";s:20:\"Chinese (Simplified)\";s:11:\"native_name\";s:12:\"简体中文\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"zh_CN\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:7:\"zh-hans\";s:12:\"display_name\";s:15:\"簡体中国語\";}s:26:\"language_details_zh-hantja\";a:10:{s:4:\"code\";s:7:\"zh-hant\";s:2:\"id\";s:2:\"61\";s:12:\"english_name\";s:21:\"Chinese (Traditional)\";s:11:\"native_name\";s:12:\"繁體中文\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"zh_TW\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:7:\"zh-hant\";s:12:\"display_name\";s:15:\"繁体中国語\";}s:21:\"language_details_hrja\";a:10:{s:4:\"code\";s:2:\"hr\";s:2:\"id\";s:2:\"22\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"hr\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"hr\";s:12:\"display_name\";s:18:\"クロアチア語\";}s:21:\"language_details_csja\";a:10:{s:4:\"code\";s:2:\"cs\";s:2:\"id\";s:1:\"9\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:9:\"Čeština\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"cs_CZ\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"cs\";s:12:\"display_name\";s:12:\"チェコ語\";}s:21:\"language_details_daja\";a:10:{s:4:\"code\";s:2:\"da\";s:2:\"id\";s:2:\"12\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"da_DK\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"da\";s:12:\"display_name\";s:18:\"デンマーク語\";}s:21:\"language_details_nlja\";a:10:{s:4:\"code\";s:2:\"nl\";s:2:\"id\";s:2:\"37\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"nl_NL\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"nl\";s:12:\"display_name\";s:15:\"オランダ語\";}s:21:\"language_details_enja\";a:10:{s:4:\"code\";s:2:\"en\";s:2:\"id\";s:1:\"1\";s:12:\"english_name\";s:7:\"English\";s:11:\"native_name\";s:7:\"English\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:5:\"en_US\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"en\";s:12:\"display_name\";s:6:\"英語\";}s:21:\"language_details_eoja\";a:10:{s:4:\"code\";s:2:\"eo\";s:2:\"id\";s:2:\"14\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanta\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"eo_UY\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"eo\";s:12:\"display_name\";s:21:\"エスペラント語\";}s:21:\"language_details_etja\";a:10:{s:4:\"code\";s:2:\"et\";s:2:\"id\";s:2:\"15\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"et\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"et\";s:12:\"display_name\";s:18:\"エストニア語\";}s:21:\"language_details_fija\";a:10:{s:4:\"code\";s:2:\"fi\";s:2:\"id\";s:2:\"18\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"fi\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"fi\";s:12:\"display_name\";s:21:\"フィンランド語\";}s:21:\"language_details_frja\";a:10:{s:4:\"code\";s:2:\"fr\";s:2:\"id\";s:1:\"4\";s:12:\"english_name\";s:6:\"French\";s:11:\"native_name\";s:9:\"Français\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"fr_FR\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"fr\";s:12:\"display_name\";s:15:\"フランス語\";}s:21:\"language_details_glja\";a:10:{s:4:\"code\";s:2:\"gl\";s:2:\"id\";s:2:\"63\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"gl_ES\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"gl\";s:12:\"display_name\";s:8:\"Galician\";}s:21:\"language_details_deja\";a:10:{s:4:\"code\";s:2:\"de\";s:2:\"id\";s:1:\"3\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"de_DE\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"de\";s:12:\"display_name\";s:12:\"ドイツ語\";}s:21:\"language_details_elja\";a:10:{s:4:\"code\";s:2:\"el\";s:2:\"id\";s:2:\"13\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικα\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"el\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"el\";s:12:\"display_name\";s:15:\"ギリシア語\";}s:21:\"language_details_heja\";a:10:{s:4:\"code\";s:2:\"he\";s:2:\"id\";s:2:\"20\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:10:\"עברית\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"he_IL\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"he\";s:12:\"display_name\";s:15:\"ヘブライ語\";}s:21:\"language_details_hija\";a:10:{s:4:\"code\";s:2:\"hi\";s:2:\"id\";s:2:\"21\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"hi_IN\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"hi\";s:12:\"display_name\";s:18:\"ヒンディー語\";}s:21:\"language_details_huja\";a:10:{s:4:\"code\";s:2:\"hu\";s:2:\"id\";s:2:\"23\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"hu_HU\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"hu\";s:12:\"display_name\";s:18:\"ハンガリー語\";}s:21:\"language_details_isja\";a:10:{s:4:\"code\";s:2:\"is\";s:2:\"id\";s:2:\"26\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"is_IS\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"is\";s:12:\"display_name\";s:21:\"アイスランド語\";}s:21:\"language_details_idja\";a:10:{s:4:\"code\";s:2:\"id\";s:2:\"id\";s:2:\"25\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:9:\"Indonesia\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"id_ID\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"id\";s:12:\"display_name\";s:21:\"インドネシア語\";}s:21:\"language_details_gaja\";a:10:{s:4:\"code\";s:2:\"ga\";s:2:\"id\";s:2:\"19\";s:12:\"english_name\";s:5:\"Irish\";s:11:\"native_name\";s:7:\"Gaeilge\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"ga_IE\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ga\";s:12:\"display_name\";s:21:\"アイルランド語\";}s:21:\"language_details_itja\";a:10:{s:4:\"code\";s:2:\"it\";s:2:\"id\";s:2:\"27\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"it_IT\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"it\";s:12:\"display_name\";s:15:\"イタリア語\";}s:21:\"language_details_jaja\";a:10:{s:4:\"code\";s:2:\"ja\";s:2:\"id\";s:2:\"28\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:2:\"ja\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ja\";s:12:\"display_name\";s:9:\"日本語\";}s:21:\"language_details_koja\";a:10:{s:4:\"code\";s:2:\"ko\";s:2:\"id\";s:2:\"29\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"ko_KR\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ko\";s:12:\"display_name\";s:9:\"韓国語\";}s:21:\"language_details_kuja\";a:10:{s:4:\"code\";s:2:\"ku\";s:2:\"id\";s:2:\"30\";s:12:\"english_name\";s:7:\"Kurdish\";s:11:\"native_name\";s:7:\"Kurdish\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"ku\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ku\";s:12:\"display_name\";s:12:\"クルド語\";}s:21:\"language_details_lvja\";a:10:{s:4:\"code\";s:2:\"lv\";s:2:\"id\";s:2:\"31\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:9:\"Latviešu\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"lv_LV\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"lv\";s:12:\"display_name\";s:15:\"ラトビア語\";}s:21:\"language_details_ltja\";a:10:{s:4:\"code\";s:2:\"lt\";s:2:\"id\";s:2:\"32\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:8:\"Lietuvos\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"lt_LT\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"lt\";s:12:\"display_name\";s:18:\"リトアニア語\";}s:21:\"language_details_mkja\";a:10:{s:4:\"code\";s:2:\"mk\";s:2:\"id\";s:2:\"33\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:20:\"македонски\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"mk_MK\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"mk\";s:12:\"display_name\";s:18:\"マケドニア語\";}s:21:\"language_details_msja\";a:10:{s:4:\"code\";s:2:\"ms\";s:2:\"id\";s:2:\"62\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:6:\"Melayu\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"ms_MY\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ms\";s:12:\"display_name\";s:5:\"Malay\";}s:21:\"language_details_mtja\";a:10:{s:4:\"code\";s:2:\"mt\";s:2:\"id\";s:2:\"34\";s:12:\"english_name\";s:7:\"Maltese\";s:11:\"native_name\";s:5:\"Malti\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"mt_MT\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"mt\";s:12:\"display_name\";s:12:\"マルタ語\";}s:21:\"language_details_mnja\";a:10:{s:4:\"code\";s:2:\"mn\";s:2:\"id\";s:2:\"35\";s:12:\"english_name\";s:9:\"Mongolian\";s:11:\"native_name\";s:9:\"Mongolian\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"mn_MN\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"mn\";s:12:\"display_name\";s:15:\"モンゴル語\";}s:21:\"language_details_neja\";a:10:{s:4:\"code\";s:2:\"ne\";s:2:\"id\";s:2:\"36\";s:12:\"english_name\";s:6:\"Nepali\";s:11:\"native_name\";s:6:\"Nepali\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"ne\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ne\";s:12:\"display_name\";s:15:\"ネパール語\";}s:21:\"language_details_noja\";a:10:{s:4:\"code\";s:2:\"no\";s:2:\"id\";s:2:\"38\";s:12:\"english_name\";s:17:\"Norwegian Bokmål\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"nb_NO\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"no\";s:12:\"display_name\";s:36:\"ノルウェー・ブークモール\";}s:21:\"language_details_faja\";a:10:{s:4:\"code\";s:2:\"fa\";s:2:\"id\";s:2:\"17\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"fa_IR\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"fa\";s:12:\"display_name\";s:15:\"ペルシア語\";}s:21:\"language_details_plja\";a:10:{s:4:\"code\";s:2:\"pl\";s:2:\"id\";s:2:\"40\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"polski\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"pl_PL\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"pl\";s:12:\"display_name\";s:18:\"ポーランド語\";}s:24:\"language_details_pt-brja\";a:10:{s:4:\"code\";s:5:\"pt-br\";s:2:\"id\";s:2:\"42\";s:12:\"english_name\";s:18:\"Portuguese, Brazil\";s:11:\"native_name\";s:10:\"Português\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"pt_BR\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"pt-br\";s:12:\"display_name\";s:36:\"ポルトガル語（ブラジル）\";}s:24:\"language_details_pt-ptja\";a:10:{s:4:\"code\";s:5:\"pt-pt\";s:2:\"id\";s:2:\"41\";s:12:\"english_name\";s:20:\"Portuguese, Portugal\";s:11:\"native_name\";s:10:\"Português\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"pt_PT\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"pt-pt\";s:12:\"display_name\";s:18:\"ポルトガル語\";}s:21:\"language_details_paja\";a:10:{s:4:\"code\";s:2:\"pa\";s:2:\"id\";s:2:\"39\";s:12:\"english_name\";s:7:\"Punjabi\";s:11:\"native_name\";s:7:\"Punjabi\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:0:\"\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"pa\";s:12:\"display_name\";s:21:\"パンジャーブ語\";}s:21:\"language_details_quja\";a:10:{s:4:\"code\";s:2:\"qu\";s:2:\"id\";s:2:\"43\";s:12:\"english_name\";s:7:\"Quechua\";s:11:\"native_name\";s:7:\"Quechua\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:6:\"quz_PE\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"qu\";s:12:\"display_name\";s:15:\"ケチュア語\";}s:21:\"language_details_roja\";a:10:{s:4:\"code\";s:2:\"ro\";s:2:\"id\";s:2:\"44\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"ro_RO\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ro\";s:12:\"display_name\";s:18:\"ルーマニア語\";}s:21:\"language_details_ruja\";a:10:{s:4:\"code\";s:2:\"ru\";s:2:\"id\";s:2:\"45\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:5:\"ru_RU\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ru\";s:12:\"display_name\";s:12:\"ロシア語\";}s:21:\"language_details_srja\";a:10:{s:4:\"code\";s:2:\"sr\";s:2:\"id\";s:2:\"49\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:12:\"српски\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"sr_RS\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"sr\";s:12:\"display_name\";s:15:\"セルビア語\";}s:21:\"language_details_sgja\";a:10:{s:4:\"code\";s:2:\"sg\";s:2:\"id\";s:2:\"65\";s:12:\"english_name\";s:9:\"Singapore\";s:11:\"native_name\";s:9:\"Singapore\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:5:\"en-SG\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"sg\";s:12:\"display_name\";s:9:\"Singapore\";}s:21:\"language_details_skja\";a:10:{s:4:\"code\";s:2:\"sk\";s:2:\"id\";s:2:\"10\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"sk_SK\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"sk\";s:12:\"display_name\";s:15:\"スラヴ語派\";}s:21:\"language_details_slja\";a:10:{s:4:\"code\";s:2:\"sl\";s:2:\"id\";s:2:\"46\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"sl_SI\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"sl\";s:12:\"display_name\";s:18:\"スロベニア語\";}s:21:\"language_details_soja\";a:10:{s:4:\"code\";s:2:\"so\";s:2:\"id\";s:2:\"47\";s:12:\"english_name\";s:6:\"Somali\";s:11:\"native_name\";s:6:\"Somali\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"so_SO\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"so\";s:12:\"display_name\";s:12:\"ソマリ語\";}s:21:\"language_details_esja\";a:10:{s:4:\"code\";s:2:\"es\";s:2:\"id\";s:1:\"2\";s:12:\"english_name\";s:7:\"Spanish\";s:11:\"native_name\";s:8:\"Español\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:5:\"es_ES\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"es\";s:12:\"display_name\";s:15:\"スペイン語\";}s:21:\"language_details_svja\";a:10:{s:4:\"code\";s:2:\"sv\";s:2:\"id\";s:2:\"50\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"sv_SE\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"sv\";s:12:\"display_name\";s:21:\"スウェーデン語\";}s:21:\"language_details_taja\";a:10:{s:4:\"code\";s:2:\"ta\";s:2:\"id\";s:2:\"51\";s:12:\"english_name\";s:5:\"Tamil\";s:11:\"native_name\";s:5:\"Tamil\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"ta_IN\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ta\";s:12:\"display_name\";s:12:\"タミル語\";}s:21:\"language_details_thja\";a:10:{s:4:\"code\";s:2:\"th\";s:2:\"id\";s:2:\"52\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"th\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"th\";s:12:\"display_name\";s:9:\"タイ語\";}s:21:\"language_details_trja\";a:10:{s:4:\"code\";s:2:\"tr\";s:2:\"id\";s:2:\"53\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"tr_TR\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"tr\";s:12:\"display_name\";s:12:\"トルコ語\";}s:21:\"language_details_ukja\";a:10:{s:4:\"code\";s:2:\"uk\";s:2:\"id\";s:2:\"54\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:9:\"Ukrainian\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"uk\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"uk\";s:12:\"display_name\";s:18:\"ウクライナ語\";}s:21:\"language_details_urja\";a:10:{s:4:\"code\";s:2:\"ur\";s:2:\"id\";s:2:\"55\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:9:\"اردو \";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"uz_UZ\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ur\";s:12:\"display_name\";s:18:\"ウルドゥー語\";}s:21:\"language_details_uzja\";a:10:{s:4:\"code\";s:2:\"uz\";s:2:\"id\";s:2:\"56\";s:12:\"english_name\";s:5:\"Uzbek\";s:11:\"native_name\";s:5:\"Uzbek\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"uz_UZ\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"uz\";s:12:\"display_name\";s:15:\"ウズベク語\";}s:21:\"language_details_vija\";a:10:{s:4:\"code\";s:2:\"vi\";s:2:\"id\";s:2:\"57\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"vi_VN\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"vi\";s:12:\"display_name\";s:15:\"ベトナム語\";}s:21:\"language_details_cyja\";a:10:{s:4:\"code\";s:2:\"cy\";s:2:\"id\";s:2:\"11\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"cy_GB\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"cy\";s:12:\"display_name\";s:18:\"ウェールズ語\";}s:21:\"language_details_yija\";a:10:{s:4:\"code\";s:2:\"yi\";s:2:\"id\";s:2:\"58\";s:12:\"english_name\";s:7:\"Yiddish\";s:11:\"native_name\";s:7:\"Yiddish\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:0:\"\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"yi\";s:12:\"display_name\";s:21:\"イディッシュ語\";}s:21:\"language_details_zuja\";a:10:{s:4:\"code\";s:2:\"zu\";s:2:\"id\";s:2:\"60\";s:12:\"english_name\";s:4:\"Zulu\";s:11:\"native_name\";s:4:\"Zulu\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:0:\"\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"zu\";s:12:\"display_name\";s:15:\"ズールー語\";}s:29:\"all_language_ja__english_name\";a:65:{s:2:\"sq\";a:10:{s:4:\"code\";s:2:\"sq\";s:2:\"id\";s:2:\"48\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:8:\"Albanian\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"sq_AL\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"sq\";s:12:\"display_name\";s:18:\"アルバニア語\";}s:2:\"ar\";a:10:{s:4:\"code\";s:2:\"ar\";s:2:\"id\";s:1:\"5\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"ar\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ar\";s:12:\"display_name\";s:15:\"アラビア語\";}s:2:\"hy\";a:10:{s:4:\"code\";s:2:\"hy\";s:2:\"id\";s:2:\"24\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"hy_AM\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"hy\";s:12:\"display_name\";s:18:\"アルメニア語\";}s:2:\"eu\";a:10:{s:4:\"code\";s:2:\"eu\";s:2:\"id\";s:2:\"16\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"eu_ES\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"eu\";s:12:\"display_name\";s:12:\"バスク語\";}s:2:\"bn\";a:10:{s:4:\"code\";s:2:\"bn\";s:2:\"id\";s:2:\"64\";s:12:\"english_name\";s:7:\"Bengali\";s:11:\"native_name\";s:18:\"हिन्दी\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"bn_BD\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"bn\";s:12:\"display_name\";s:7:\"Bengali\";}s:2:\"bs\";a:10:{s:4:\"code\";s:2:\"bs\";s:2:\"id\";s:1:\"6\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:7:\"Bosnian\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"bs_BA\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"bs\";s:12:\"display_name\";s:15:\"ボスニア語\";}s:2:\"bg\";a:10:{s:4:\"code\";s:2:\"bg\";s:2:\"id\";s:1:\"7\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"bg_BG\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"bg\";s:12:\"display_name\";s:18:\"ブルガリア語\";}s:2:\"ca\";a:10:{s:4:\"code\";s:2:\"ca\";s:2:\"id\";s:1:\"8\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"ca\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ca\";s:12:\"display_name\";s:21:\"カタルーニャ語\";}s:7:\"zh-hans\";a:10:{s:4:\"code\";s:7:\"zh-hans\";s:2:\"id\";s:2:\"59\";s:12:\"english_name\";s:20:\"Chinese (Simplified)\";s:11:\"native_name\";s:12:\"简体中文\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"zh_CN\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:7:\"zh-hans\";s:12:\"display_name\";s:15:\"簡体中国語\";}s:7:\"zh-hant\";a:10:{s:4:\"code\";s:7:\"zh-hant\";s:2:\"id\";s:2:\"61\";s:12:\"english_name\";s:21:\"Chinese (Traditional)\";s:11:\"native_name\";s:12:\"繁體中文\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"zh_TW\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:7:\"zh-hant\";s:12:\"display_name\";s:15:\"繁体中国語\";}s:2:\"hr\";a:10:{s:4:\"code\";s:2:\"hr\";s:2:\"id\";s:2:\"22\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"hr\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"hr\";s:12:\"display_name\";s:18:\"クロアチア語\";}s:2:\"cs\";a:10:{s:4:\"code\";s:2:\"cs\";s:2:\"id\";s:1:\"9\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:9:\"Čeština\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"cs_CZ\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"cs\";s:12:\"display_name\";s:12:\"チェコ語\";}s:2:\"da\";a:10:{s:4:\"code\";s:2:\"da\";s:2:\"id\";s:2:\"12\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"da_DK\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"da\";s:12:\"display_name\";s:18:\"デンマーク語\";}s:2:\"nl\";a:10:{s:4:\"code\";s:2:\"nl\";s:2:\"id\";s:2:\"37\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"nl_NL\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"nl\";s:12:\"display_name\";s:15:\"オランダ語\";}s:2:\"en\";a:10:{s:4:\"code\";s:2:\"en\";s:2:\"id\";s:1:\"1\";s:12:\"english_name\";s:7:\"English\";s:11:\"native_name\";s:7:\"English\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:5:\"en_US\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"en\";s:12:\"display_name\";s:6:\"英語\";}s:2:\"eo\";a:10:{s:4:\"code\";s:2:\"eo\";s:2:\"id\";s:2:\"14\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanta\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"eo_UY\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"eo\";s:12:\"display_name\";s:21:\"エスペラント語\";}s:2:\"et\";a:10:{s:4:\"code\";s:2:\"et\";s:2:\"id\";s:2:\"15\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"et\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"et\";s:12:\"display_name\";s:18:\"エストニア語\";}s:2:\"fi\";a:10:{s:4:\"code\";s:2:\"fi\";s:2:\"id\";s:2:\"18\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"fi\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"fi\";s:12:\"display_name\";s:21:\"フィンランド語\";}s:2:\"fr\";a:10:{s:4:\"code\";s:2:\"fr\";s:2:\"id\";s:1:\"4\";s:12:\"english_name\";s:6:\"French\";s:11:\"native_name\";s:9:\"Français\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"fr_FR\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"fr\";s:12:\"display_name\";s:15:\"フランス語\";}s:2:\"gl\";a:10:{s:4:\"code\";s:2:\"gl\";s:2:\"id\";s:2:\"63\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"gl_ES\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"gl\";s:12:\"display_name\";s:8:\"Galician\";}s:2:\"de\";a:10:{s:4:\"code\";s:2:\"de\";s:2:\"id\";s:1:\"3\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"de_DE\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"de\";s:12:\"display_name\";s:12:\"ドイツ語\";}s:2:\"el\";a:10:{s:4:\"code\";s:2:\"el\";s:2:\"id\";s:2:\"13\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικα\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"el\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"el\";s:12:\"display_name\";s:15:\"ギリシア語\";}s:2:\"he\";a:10:{s:4:\"code\";s:2:\"he\";s:2:\"id\";s:2:\"20\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:10:\"עברית\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"he_IL\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"he\";s:12:\"display_name\";s:15:\"ヘブライ語\";}s:2:\"hi\";a:10:{s:4:\"code\";s:2:\"hi\";s:2:\"id\";s:2:\"21\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"hi_IN\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"hi\";s:12:\"display_name\";s:18:\"ヒンディー語\";}s:2:\"hu\";a:10:{s:4:\"code\";s:2:\"hu\";s:2:\"id\";s:2:\"23\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"hu_HU\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"hu\";s:12:\"display_name\";s:18:\"ハンガリー語\";}s:2:\"is\";a:10:{s:4:\"code\";s:2:\"is\";s:2:\"id\";s:2:\"26\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"is_IS\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"is\";s:12:\"display_name\";s:21:\"アイスランド語\";}s:2:\"id\";a:10:{s:4:\"code\";s:2:\"id\";s:2:\"id\";s:2:\"25\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:9:\"Indonesia\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"id_ID\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"id\";s:12:\"display_name\";s:21:\"インドネシア語\";}s:2:\"ga\";a:10:{s:4:\"code\";s:2:\"ga\";s:2:\"id\";s:2:\"19\";s:12:\"english_name\";s:5:\"Irish\";s:11:\"native_name\";s:7:\"Gaeilge\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"ga_IE\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ga\";s:12:\"display_name\";s:21:\"アイルランド語\";}s:2:\"it\";a:10:{s:4:\"code\";s:2:\"it\";s:2:\"id\";s:2:\"27\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"it_IT\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"it\";s:12:\"display_name\";s:15:\"イタリア語\";}s:2:\"ja\";a:10:{s:4:\"code\";s:2:\"ja\";s:2:\"id\";s:2:\"28\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:2:\"ja\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ja\";s:12:\"display_name\";s:9:\"日本語\";}s:2:\"ko\";a:10:{s:4:\"code\";s:2:\"ko\";s:2:\"id\";s:2:\"29\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"ko_KR\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ko\";s:12:\"display_name\";s:9:\"韓国語\";}s:2:\"ku\";a:10:{s:4:\"code\";s:2:\"ku\";s:2:\"id\";s:2:\"30\";s:12:\"english_name\";s:7:\"Kurdish\";s:11:\"native_name\";s:7:\"Kurdish\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"ku\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ku\";s:12:\"display_name\";s:12:\"クルド語\";}s:2:\"lv\";a:10:{s:4:\"code\";s:2:\"lv\";s:2:\"id\";s:2:\"31\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:9:\"Latviešu\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"lv_LV\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"lv\";s:12:\"display_name\";s:15:\"ラトビア語\";}s:2:\"lt\";a:10:{s:4:\"code\";s:2:\"lt\";s:2:\"id\";s:2:\"32\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:8:\"Lietuvos\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"lt_LT\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"lt\";s:12:\"display_name\";s:18:\"リトアニア語\";}s:2:\"mk\";a:10:{s:4:\"code\";s:2:\"mk\";s:2:\"id\";s:2:\"33\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:20:\"македонски\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"mk_MK\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"mk\";s:12:\"display_name\";s:18:\"マケドニア語\";}s:2:\"ms\";a:10:{s:4:\"code\";s:2:\"ms\";s:2:\"id\";s:2:\"62\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:6:\"Melayu\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"ms_MY\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ms\";s:12:\"display_name\";s:5:\"Malay\";}s:2:\"mt\";a:10:{s:4:\"code\";s:2:\"mt\";s:2:\"id\";s:2:\"34\";s:12:\"english_name\";s:7:\"Maltese\";s:11:\"native_name\";s:5:\"Malti\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"mt_MT\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"mt\";s:12:\"display_name\";s:12:\"マルタ語\";}s:2:\"mn\";a:10:{s:4:\"code\";s:2:\"mn\";s:2:\"id\";s:2:\"35\";s:12:\"english_name\";s:9:\"Mongolian\";s:11:\"native_name\";s:9:\"Mongolian\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"mn_MN\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"mn\";s:12:\"display_name\";s:15:\"モンゴル語\";}s:2:\"ne\";a:10:{s:4:\"code\";s:2:\"ne\";s:2:\"id\";s:2:\"36\";s:12:\"english_name\";s:6:\"Nepali\";s:11:\"native_name\";s:6:\"Nepali\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"ne\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ne\";s:12:\"display_name\";s:15:\"ネパール語\";}s:2:\"no\";a:10:{s:4:\"code\";s:2:\"no\";s:2:\"id\";s:2:\"38\";s:12:\"english_name\";s:17:\"Norwegian Bokmål\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"nb_NO\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"no\";s:12:\"display_name\";s:36:\"ノルウェー・ブークモール\";}s:2:\"fa\";a:10:{s:4:\"code\";s:2:\"fa\";s:2:\"id\";s:2:\"17\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"fa_IR\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"fa\";s:12:\"display_name\";s:15:\"ペルシア語\";}s:2:\"pl\";a:10:{s:4:\"code\";s:2:\"pl\";s:2:\"id\";s:2:\"40\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"polski\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"pl_PL\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"pl\";s:12:\"display_name\";s:18:\"ポーランド語\";}s:5:\"pt-br\";a:10:{s:4:\"code\";s:5:\"pt-br\";s:2:\"id\";s:2:\"42\";s:12:\"english_name\";s:18:\"Portuguese, Brazil\";s:11:\"native_name\";s:10:\"Português\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"pt_BR\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"pt-br\";s:12:\"display_name\";s:36:\"ポルトガル語（ブラジル）\";}s:5:\"pt-pt\";a:10:{s:4:\"code\";s:5:\"pt-pt\";s:2:\"id\";s:2:\"41\";s:12:\"english_name\";s:20:\"Portuguese, Portugal\";s:11:\"native_name\";s:10:\"Português\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"pt_PT\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"pt-pt\";s:12:\"display_name\";s:18:\"ポルトガル語\";}s:2:\"pa\";a:10:{s:4:\"code\";s:2:\"pa\";s:2:\"id\";s:2:\"39\";s:12:\"english_name\";s:7:\"Punjabi\";s:11:\"native_name\";s:7:\"Punjabi\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:0:\"\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"pa\";s:12:\"display_name\";s:21:\"パンジャーブ語\";}s:2:\"qu\";a:10:{s:4:\"code\";s:2:\"qu\";s:2:\"id\";s:2:\"43\";s:12:\"english_name\";s:7:\"Quechua\";s:11:\"native_name\";s:7:\"Quechua\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:6:\"quz_PE\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"qu\";s:12:\"display_name\";s:15:\"ケチュア語\";}s:2:\"ro\";a:10:{s:4:\"code\";s:2:\"ro\";s:2:\"id\";s:2:\"44\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"ro_RO\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ro\";s:12:\"display_name\";s:18:\"ルーマニア語\";}s:2:\"ru\";a:10:{s:4:\"code\";s:2:\"ru\";s:2:\"id\";s:2:\"45\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:5:\"ru_RU\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ru\";s:12:\"display_name\";s:12:\"ロシア語\";}s:2:\"sr\";a:10:{s:4:\"code\";s:2:\"sr\";s:2:\"id\";s:2:\"49\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:12:\"српски\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"sr_RS\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"sr\";s:12:\"display_name\";s:15:\"セルビア語\";}s:2:\"sg\";a:10:{s:4:\"code\";s:2:\"sg\";s:2:\"id\";s:2:\"65\";s:12:\"english_name\";s:9:\"Singapore\";s:11:\"native_name\";s:9:\"Singapore\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:5:\"en-SG\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"sg\";s:12:\"display_name\";s:9:\"Singapore\";}s:2:\"sk\";a:10:{s:4:\"code\";s:2:\"sk\";s:2:\"id\";s:2:\"10\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"sk_SK\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"sk\";s:12:\"display_name\";s:15:\"スラヴ語派\";}s:2:\"sl\";a:10:{s:4:\"code\";s:2:\"sl\";s:2:\"id\";s:2:\"46\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"sl_SI\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"sl\";s:12:\"display_name\";s:18:\"スロベニア語\";}s:2:\"so\";a:10:{s:4:\"code\";s:2:\"so\";s:2:\"id\";s:2:\"47\";s:12:\"english_name\";s:6:\"Somali\";s:11:\"native_name\";s:6:\"Somali\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"so_SO\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"so\";s:12:\"display_name\";s:12:\"ソマリ語\";}s:2:\"es\";a:10:{s:4:\"code\";s:2:\"es\";s:2:\"id\";s:1:\"2\";s:12:\"english_name\";s:7:\"Spanish\";s:11:\"native_name\";s:8:\"Español\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:5:\"es_ES\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"es\";s:12:\"display_name\";s:15:\"スペイン語\";}s:2:\"sv\";a:10:{s:4:\"code\";s:2:\"sv\";s:2:\"id\";s:2:\"50\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"sv_SE\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"sv\";s:12:\"display_name\";s:21:\"スウェーデン語\";}s:2:\"ta\";a:10:{s:4:\"code\";s:2:\"ta\";s:2:\"id\";s:2:\"51\";s:12:\"english_name\";s:5:\"Tamil\";s:11:\"native_name\";s:5:\"Tamil\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"ta_IN\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ta\";s:12:\"display_name\";s:12:\"タミル語\";}s:2:\"th\";a:10:{s:4:\"code\";s:2:\"th\";s:2:\"id\";s:2:\"52\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"th\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"th\";s:12:\"display_name\";s:9:\"タイ語\";}s:2:\"tr\";a:10:{s:4:\"code\";s:2:\"tr\";s:2:\"id\";s:2:\"53\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"tr_TR\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"tr\";s:12:\"display_name\";s:12:\"トルコ語\";}s:2:\"uk\";a:10:{s:4:\"code\";s:2:\"uk\";s:2:\"id\";s:2:\"54\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:9:\"Ukrainian\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"uk\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"uk\";s:12:\"display_name\";s:18:\"ウクライナ語\";}s:2:\"ur\";a:10:{s:4:\"code\";s:2:\"ur\";s:2:\"id\";s:2:\"55\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:9:\"اردو \";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"uz_UZ\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ur\";s:12:\"display_name\";s:18:\"ウルドゥー語\";}s:2:\"uz\";a:10:{s:4:\"code\";s:2:\"uz\";s:2:\"id\";s:2:\"56\";s:12:\"english_name\";s:5:\"Uzbek\";s:11:\"native_name\";s:5:\"Uzbek\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"uz_UZ\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"uz\";s:12:\"display_name\";s:15:\"ウズベク語\";}s:2:\"vi\";a:10:{s:4:\"code\";s:2:\"vi\";s:2:\"id\";s:2:\"57\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"vi_VN\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"vi\";s:12:\"display_name\";s:15:\"ベトナム語\";}s:2:\"cy\";a:10:{s:4:\"code\";s:2:\"cy\";s:2:\"id\";s:2:\"11\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"cy_GB\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"cy\";s:12:\"display_name\";s:18:\"ウェールズ語\";}s:2:\"yi\";a:10:{s:4:\"code\";s:2:\"yi\";s:2:\"id\";s:2:\"58\";s:12:\"english_name\";s:7:\"Yiddish\";s:11:\"native_name\";s:7:\"Yiddish\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:0:\"\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"yi\";s:12:\"display_name\";s:21:\"イディッシュ語\";}s:2:\"zu\";a:10:{s:4:\"code\";s:2:\"zu\";s:2:\"id\";s:2:\"60\";s:12:\"english_name\";s:4:\"Zulu\";s:11:\"native_name\";s:4:\"Zulu\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:0:\"\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"zu\";s:12:\"display_name\";s:15:\"ズールー語\";}}s:21:\"language_details_sqru\";a:10:{s:4:\"code\";s:2:\"sq\";s:2:\"id\";s:2:\"48\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:8:\"Albanian\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"sq_AL\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"sq\";s:12:\"display_name\";s:18:\"Албанский\";}s:21:\"language_details_arru\";a:10:{s:4:\"code\";s:2:\"ar\";s:2:\"id\";s:1:\"5\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"ar\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ar\";s:12:\"display_name\";s:16:\"Арабский\";}s:21:\"language_details_hyru\";a:10:{s:4:\"code\";s:2:\"hy\";s:2:\"id\";s:2:\"24\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"hy_AM\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"hy\";s:12:\"display_name\";s:18:\"Армянский\";}s:21:\"language_details_euru\";a:10:{s:4:\"code\";s:2:\"eu\";s:2:\"id\";s:2:\"16\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"eu_ES\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"eu\";s:12:\"display_name\";s:16:\"Баскский\";}s:21:\"language_details_bnru\";a:10:{s:4:\"code\";s:2:\"bn\";s:2:\"id\";s:2:\"64\";s:12:\"english_name\";s:7:\"Bengali\";s:11:\"native_name\";s:18:\"हिन्दी\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"bn_BD\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"bn\";s:12:\"display_name\";s:22:\"Бенгальский\";}s:21:\"language_details_bsru\";a:10:{s:4:\"code\";s:2:\"bs\";s:2:\"id\";s:1:\"6\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:7:\"Bosnian\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"bs_BA\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"bs\";s:12:\"display_name\";s:20:\"Боснийский\";}s:21:\"language_details_bgru\";a:10:{s:4:\"code\";s:2:\"bg\";s:2:\"id\";s:1:\"7\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"bg_BG\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"bg\";s:12:\"display_name\";s:20:\"Болгарский\";}s:21:\"language_details_caru\";a:10:{s:4:\"code\";s:2:\"ca\";s:2:\"id\";s:1:\"8\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"ca\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ca\";s:12:\"display_name\";s:22:\"Каталанский\";}s:26:\"language_details_zh-hansru\";a:10:{s:4:\"code\";s:7:\"zh-hans\";s:2:\"id\";s:2:\"59\";s:12:\"english_name\";s:20:\"Chinese (Simplified)\";s:11:\"native_name\";s:12:\"简体中文\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"zh_CN\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:7:\"zh-hans\";s:12:\"display_name\";s:41:\"Китайский (упрощенный)\";}s:26:\"language_details_zh-hantru\";a:10:{s:4:\"code\";s:7:\"zh-hant\";s:2:\"id\";s:2:\"61\";s:12:\"english_name\";s:21:\"Chinese (Traditional)\";s:11:\"native_name\";s:12:\"繁體中文\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"zh_TW\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:7:\"zh-hant\";s:12:\"display_name\";s:45:\"Китайский (традиционный)\";}s:21:\"language_details_hrru\";a:10:{s:4:\"code\";s:2:\"hr\";s:2:\"id\";s:2:\"22\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"hr\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"hr\";s:12:\"display_name\";s:20:\"Хорватский\";}s:21:\"language_details_csru\";a:10:{s:4:\"code\";s:2:\"cs\";s:2:\"id\";s:1:\"9\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:9:\"Čeština\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"cs_CZ\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"cs\";s:12:\"display_name\";s:14:\"Чешский\";}s:21:\"language_details_daru\";a:10:{s:4:\"code\";s:2:\"da\";s:2:\"id\";s:2:\"12\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"da_DK\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"da\";s:12:\"display_name\";s:14:\"Датский\";}s:21:\"language_details_nlru\";a:10:{s:4:\"code\";s:2:\"nl\";s:2:\"id\";s:2:\"37\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"nl_NL\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"nl\";s:12:\"display_name\";s:22:\"Голландский\";}s:21:\"language_details_enru\";a:10:{s:4:\"code\";s:2:\"en\";s:2:\"id\";s:1:\"1\";s:12:\"english_name\";s:7:\"English\";s:11:\"native_name\";s:7:\"English\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:5:\"en_US\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"en\";s:12:\"display_name\";s:20:\"Английский\";}s:21:\"language_details_eoru\";a:10:{s:4:\"code\";s:2:\"eo\";s:2:\"id\";s:2:\"14\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanta\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"eo_UY\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"eo\";s:12:\"display_name\";s:18:\"Эсперанто\";}s:21:\"language_details_etru\";a:10:{s:4:\"code\";s:2:\"et\";s:2:\"id\";s:2:\"15\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"et\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"et\";s:12:\"display_name\";s:18:\"Эстонский\";}s:21:\"language_details_firu\";a:10:{s:4:\"code\";s:2:\"fi\";s:2:\"id\";s:2:\"18\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"fi\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"fi\";s:12:\"display_name\";s:14:\"Финский\";}s:21:\"language_details_frru\";a:10:{s:4:\"code\";s:2:\"fr\";s:2:\"id\";s:1:\"4\";s:12:\"english_name\";s:6:\"French\";s:11:\"native_name\";s:9:\"Français\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"fr_FR\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"fr\";s:12:\"display_name\";s:22:\"Французский\";}s:21:\"language_details_glru\";a:10:{s:4:\"code\";s:2:\"gl\";s:2:\"id\";s:2:\"63\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"gl_ES\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"gl\";s:12:\"display_name\";s:22:\"Галисийский\";}s:21:\"language_details_deru\";a:10:{s:4:\"code\";s:2:\"de\";s:2:\"id\";s:1:\"3\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"de_DE\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"de\";s:12:\"display_name\";s:16:\"Немецкий\";}s:21:\"language_details_elru\";a:10:{s:4:\"code\";s:2:\"el\";s:2:\"id\";s:2:\"13\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικα\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"el\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"el\";s:12:\"display_name\";s:18:\"Греческий\";}s:21:\"language_details_heru\";a:10:{s:4:\"code\";s:2:\"he\";s:2:\"id\";s:2:\"20\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:10:\"עברית\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"he_IL\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"he\";s:12:\"display_name\";s:10:\"Иврит\";}s:21:\"language_details_hiru\";a:10:{s:4:\"code\";s:2:\"hi\";s:2:\"id\";s:2:\"21\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"hi_IN\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"hi\";s:12:\"display_name\";s:10:\"Хинди\";}s:21:\"language_details_huru\";a:10:{s:4:\"code\";s:2:\"hu\";s:2:\"id\";s:2:\"23\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"hu_HU\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"hu\";s:12:\"display_name\";s:20:\"Венгерский\";}s:21:\"language_details_isru\";a:10:{s:4:\"code\";s:2:\"is\";s:2:\"id\";s:2:\"26\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"is_IS\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"is\";s:12:\"display_name\";s:20:\"Исландский\";}s:21:\"language_details_idru\";a:10:{s:4:\"code\";s:2:\"id\";s:2:\"id\";s:2:\"25\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:9:\"Indonesia\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"id_ID\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"id\";s:12:\"display_name\";s:26:\"Индонезийский\";}s:21:\"language_details_garu\";a:10:{s:4:\"code\";s:2:\"ga\";s:2:\"id\";s:2:\"19\";s:12:\"english_name\";s:5:\"Irish\";s:11:\"native_name\";s:7:\"Gaeilge\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"ga_IE\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ga\";s:12:\"display_name\";s:20:\"Ирландский\";}s:21:\"language_details_itru\";a:10:{s:4:\"code\";s:2:\"it\";s:2:\"id\";s:2:\"27\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"it_IT\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"it\";s:12:\"display_name\";s:22:\"Итальянский\";}s:21:\"language_details_jaru\";a:10:{s:4:\"code\";s:2:\"ja\";s:2:\"id\";s:2:\"28\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:2:\"ja\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ja\";s:12:\"display_name\";s:16:\"Японский\";}s:21:\"language_details_koru\";a:10:{s:4:\"code\";s:2:\"ko\";s:2:\"id\";s:2:\"29\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"ko_KR\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ko\";s:12:\"display_name\";s:18:\"Корейский\";}s:21:\"language_details_kuru\";a:10:{s:4:\"code\";s:2:\"ku\";s:2:\"id\";s:2:\"30\";s:12:\"english_name\";s:7:\"Kurdish\";s:11:\"native_name\";s:7:\"Kurdish\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"ku\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ku\";s:12:\"display_name\";s:16:\"Курдский\";}s:21:\"language_details_lvru\";a:10:{s:4:\"code\";s:2:\"lv\";s:2:\"id\";s:2:\"31\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:9:\"Latviešu\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"lv_LV\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"lv\";s:12:\"display_name\";s:18:\"латышский\";}s:21:\"language_details_ltru\";a:10:{s:4:\"code\";s:2:\"lt\";s:2:\"id\";s:2:\"32\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:8:\"Lietuvos\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"lt_LT\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"lt\";s:12:\"display_name\";s:18:\"Литовский\";}s:21:\"language_details_mkru\";a:10:{s:4:\"code\";s:2:\"mk\";s:2:\"id\";s:2:\"33\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:20:\"македонски\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"mk_MK\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"mk\";s:12:\"display_name\";s:22:\"Македонский\";}s:21:\"language_details_msru\";a:10:{s:4:\"code\";s:2:\"ms\";s:2:\"id\";s:2:\"62\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:6:\"Melayu\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"ms_MY\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ms\";s:12:\"display_name\";s:18:\"Малайский\";}s:21:\"language_details_mtru\";a:10:{s:4:\"code\";s:2:\"mt\";s:2:\"id\";s:2:\"34\";s:12:\"english_name\";s:7:\"Maltese\";s:11:\"native_name\";s:5:\"Malti\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"mt_MT\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"mt\";s:12:\"display_name\";s:22:\"Мальтийский\";}s:21:\"language_details_mnru\";a:10:{s:4:\"code\";s:2:\"mn\";s:2:\"id\";s:2:\"35\";s:12:\"english_name\";s:9:\"Mongolian\";s:11:\"native_name\";s:9:\"Mongolian\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"mn_MN\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"mn\";s:12:\"display_name\";s:22:\"Монгольский\";}s:21:\"language_details_neru\";a:10:{s:4:\"code\";s:2:\"ne\";s:2:\"id\";s:2:\"36\";s:12:\"english_name\";s:6:\"Nepali\";s:11:\"native_name\";s:6:\"Nepali\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"ne\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ne\";s:12:\"display_name\";s:20:\"Непальский\";}s:21:\"language_details_noru\";a:10:{s:4:\"code\";s:2:\"no\";s:2:\"id\";s:2:\"38\";s:12:\"english_name\";s:17:\"Norwegian Bokmål\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"nb_NO\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"no\";s:12:\"display_name\";s:33:\"Норвежский букмол\";}s:21:\"language_details_faru\";a:10:{s:4:\"code\";s:2:\"fa\";s:2:\"id\";s:2:\"17\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"fa_IR\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"fa\";s:12:\"display_name\";s:20:\"Персидский\";}s:21:\"language_details_plru\";a:10:{s:4:\"code\";s:2:\"pl\";s:2:\"id\";s:2:\"40\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"polski\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"pl_PL\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"pl\";s:12:\"display_name\";s:16:\"Польский\";}s:24:\"language_details_pt-brru\";a:10:{s:4:\"code\";s:5:\"pt-br\";s:2:\"id\";s:2:\"42\";s:12:\"english_name\";s:18:\"Portuguese, Brazil\";s:11:\"native_name\";s:10:\"Português\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"pt_BR\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"pt-br\";s:12:\"display_name\";s:44:\"Португальский, Бразилия\";}s:24:\"language_details_pt-ptru\";a:10:{s:4:\"code\";s:5:\"pt-pt\";s:2:\"id\";s:2:\"41\";s:12:\"english_name\";s:20:\"Portuguese, Portugal\";s:11:\"native_name\";s:10:\"Português\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"pt_PT\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"pt-pt\";s:12:\"display_name\";s:48:\"Португальский, Португалия\";}s:21:\"language_details_paru\";a:10:{s:4:\"code\";s:2:\"pa\";s:2:\"id\";s:2:\"39\";s:12:\"english_name\";s:7:\"Punjabi\";s:11:\"native_name\";s:7:\"Punjabi\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:0:\"\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"pa\";s:12:\"display_name\";s:16:\"Панджаби\";}s:21:\"language_details_quru\";a:10:{s:4:\"code\";s:2:\"qu\";s:2:\"id\";s:2:\"43\";s:12:\"english_name\";s:7:\"Quechua\";s:11:\"native_name\";s:7:\"Quechua\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:6:\"quz_PE\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"qu\";s:12:\"display_name\";s:10:\"Кечуа\";}s:21:\"language_details_roru\";a:10:{s:4:\"code\";s:2:\"ro\";s:2:\"id\";s:2:\"44\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"ro_RO\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ro\";s:12:\"display_name\";s:18:\"Румынский\";}s:21:\"language_details_ruru\";a:10:{s:4:\"code\";s:2:\"ru\";s:2:\"id\";s:2:\"45\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:5:\"ru_RU\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ru\";s:12:\"display_name\";s:14:\"Русский\";}s:21:\"language_details_srru\";a:10:{s:4:\"code\";s:2:\"sr\";s:2:\"id\";s:2:\"49\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:12:\"српски\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"sr_RS\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"sr\";s:12:\"display_name\";s:16:\"Сербский\";}s:21:\"language_details_sgru\";a:10:{s:4:\"code\";s:2:\"sg\";s:2:\"id\";s:2:\"65\";s:12:\"english_name\";s:9:\"Singapore\";s:11:\"native_name\";s:9:\"Singapore\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:5:\"en-SG\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"sg\";s:12:\"display_name\";s:9:\"Singapore\";}s:21:\"language_details_skru\";a:10:{s:4:\"code\";s:2:\"sk\";s:2:\"id\";s:2:\"10\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"sk_SK\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"sk\";s:12:\"display_name\";s:20:\"Славянский\";}s:21:\"language_details_slru\";a:10:{s:4:\"code\";s:2:\"sl\";s:2:\"id\";s:2:\"46\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"sl_SI\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"sl\";s:12:\"display_name\";s:20:\"Словенский\";}s:21:\"language_details_soru\";a:10:{s:4:\"code\";s:2:\"so\";s:2:\"id\";s:2:\"47\";s:12:\"english_name\";s:6:\"Somali\";s:11:\"native_name\";s:6:\"Somali\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"so_SO\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"so\";s:12:\"display_name\";s:22:\"Сомалийский\";}s:21:\"language_details_esru\";a:10:{s:4:\"code\";s:2:\"es\";s:2:\"id\";s:1:\"2\";s:12:\"english_name\";s:7:\"Spanish\";s:11:\"native_name\";s:8:\"Español\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:5:\"es_ES\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"es\";s:12:\"display_name\";s:18:\"Испанский\";}s:21:\"language_details_svru\";a:10:{s:4:\"code\";s:2:\"sv\";s:2:\"id\";s:2:\"50\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"sv_SE\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"sv\";s:12:\"display_name\";s:16:\"Шведский\";}s:21:\"language_details_taru\";a:10:{s:4:\"code\";s:2:\"ta\";s:2:\"id\";s:2:\"51\";s:12:\"english_name\";s:5:\"Tamil\";s:11:\"native_name\";s:5:\"Tamil\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"ta_IN\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ta\";s:12:\"display_name\";s:20:\"Тамильский\";}s:21:\"language_details_thru\";a:10:{s:4:\"code\";s:2:\"th\";s:2:\"id\";s:2:\"52\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"th\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"th\";s:12:\"display_name\";s:14:\"Тайский\";}s:21:\"language_details_trru\";a:10:{s:4:\"code\";s:2:\"tr\";s:2:\"id\";s:2:\"53\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"tr_TR\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"tr\";s:12:\"display_name\";s:16:\"Турецкий\";}s:21:\"language_details_ukru\";a:10:{s:4:\"code\";s:2:\"uk\";s:2:\"id\";s:2:\"54\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:9:\"Ukrainian\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"uk\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"uk\";s:12:\"display_name\";s:20:\"Украинский\";}s:21:\"language_details_urru\";a:10:{s:4:\"code\";s:2:\"ur\";s:2:\"id\";s:2:\"55\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:9:\"اردو \";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"uz_UZ\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ur\";s:12:\"display_name\";s:8:\"Урду\";}s:21:\"language_details_uzru\";a:10:{s:4:\"code\";s:2:\"uz\";s:2:\"id\";s:2:\"56\";s:12:\"english_name\";s:5:\"Uzbek\";s:11:\"native_name\";s:5:\"Uzbek\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"uz_UZ\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"uz\";s:12:\"display_name\";s:18:\"Узбекский\";}s:21:\"language_details_viru\";a:10:{s:4:\"code\";s:2:\"vi\";s:2:\"id\";s:2:\"57\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"vi_VN\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"vi\";s:12:\"display_name\";s:22:\"Вьетнамский\";}s:21:\"language_details_cyru\";a:10:{s:4:\"code\";s:2:\"cy\";s:2:\"id\";s:2:\"11\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"cy_GB\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"cy\";s:12:\"display_name\";s:20:\"Валлийский\";}s:21:\"language_details_yiru\";a:10:{s:4:\"code\";s:2:\"yi\";s:2:\"id\";s:2:\"58\";s:12:\"english_name\";s:7:\"Yiddish\";s:11:\"native_name\";s:7:\"Yiddish\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:0:\"\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"yi\";s:12:\"display_name\";s:8:\"Идиш\";}s:21:\"language_details_zuru\";a:10:{s:4:\"code\";s:2:\"zu\";s:2:\"id\";s:2:\"60\";s:12:\"english_name\";s:4:\"Zulu\";s:11:\"native_name\";s:4:\"Zulu\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:0:\"\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"zu\";s:12:\"display_name\";s:8:\"Зулу\";}s:29:\"all_language_ru__english_name\";a:65:{s:2:\"sq\";a:10:{s:4:\"code\";s:2:\"sq\";s:2:\"id\";s:2:\"48\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:8:\"Albanian\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"sq_AL\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"sq\";s:12:\"display_name\";s:18:\"Албанский\";}s:2:\"ar\";a:10:{s:4:\"code\";s:2:\"ar\";s:2:\"id\";s:1:\"5\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"ar\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ar\";s:12:\"display_name\";s:16:\"Арабский\";}s:2:\"hy\";a:10:{s:4:\"code\";s:2:\"hy\";s:2:\"id\";s:2:\"24\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"hy_AM\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"hy\";s:12:\"display_name\";s:18:\"Армянский\";}s:2:\"eu\";a:10:{s:4:\"code\";s:2:\"eu\";s:2:\"id\";s:2:\"16\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"eu_ES\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"eu\";s:12:\"display_name\";s:16:\"Баскский\";}s:2:\"bn\";a:10:{s:4:\"code\";s:2:\"bn\";s:2:\"id\";s:2:\"64\";s:12:\"english_name\";s:7:\"Bengali\";s:11:\"native_name\";s:18:\"हिन्दी\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"bn_BD\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"bn\";s:12:\"display_name\";s:22:\"Бенгальский\";}s:2:\"bs\";a:10:{s:4:\"code\";s:2:\"bs\";s:2:\"id\";s:1:\"6\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:7:\"Bosnian\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"bs_BA\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"bs\";s:12:\"display_name\";s:20:\"Боснийский\";}s:2:\"bg\";a:10:{s:4:\"code\";s:2:\"bg\";s:2:\"id\";s:1:\"7\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"bg_BG\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"bg\";s:12:\"display_name\";s:20:\"Болгарский\";}s:2:\"ca\";a:10:{s:4:\"code\";s:2:\"ca\";s:2:\"id\";s:1:\"8\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"ca\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ca\";s:12:\"display_name\";s:22:\"Каталанский\";}s:7:\"zh-hans\";a:10:{s:4:\"code\";s:7:\"zh-hans\";s:2:\"id\";s:2:\"59\";s:12:\"english_name\";s:20:\"Chinese (Simplified)\";s:11:\"native_name\";s:12:\"简体中文\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"zh_CN\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:7:\"zh-hans\";s:12:\"display_name\";s:41:\"Китайский (упрощенный)\";}s:7:\"zh-hant\";a:10:{s:4:\"code\";s:7:\"zh-hant\";s:2:\"id\";s:2:\"61\";s:12:\"english_name\";s:21:\"Chinese (Traditional)\";s:11:\"native_name\";s:12:\"繁體中文\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"zh_TW\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:7:\"zh-hant\";s:12:\"display_name\";s:45:\"Китайский (традиционный)\";}s:2:\"hr\";a:10:{s:4:\"code\";s:2:\"hr\";s:2:\"id\";s:2:\"22\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"hr\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"hr\";s:12:\"display_name\";s:20:\"Хорватский\";}s:2:\"cs\";a:10:{s:4:\"code\";s:2:\"cs\";s:2:\"id\";s:1:\"9\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:9:\"Čeština\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"cs_CZ\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"cs\";s:12:\"display_name\";s:14:\"Чешский\";}s:2:\"da\";a:10:{s:4:\"code\";s:2:\"da\";s:2:\"id\";s:2:\"12\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"da_DK\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"da\";s:12:\"display_name\";s:14:\"Датский\";}s:2:\"nl\";a:10:{s:4:\"code\";s:2:\"nl\";s:2:\"id\";s:2:\"37\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"nl_NL\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"nl\";s:12:\"display_name\";s:22:\"Голландский\";}s:2:\"en\";a:10:{s:4:\"code\";s:2:\"en\";s:2:\"id\";s:1:\"1\";s:12:\"english_name\";s:7:\"English\";s:11:\"native_name\";s:7:\"English\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:5:\"en_US\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"en\";s:12:\"display_name\";s:20:\"Английский\";}s:2:\"eo\";a:10:{s:4:\"code\";s:2:\"eo\";s:2:\"id\";s:2:\"14\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanta\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"eo_UY\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"eo\";s:12:\"display_name\";s:18:\"Эсперанто\";}s:2:\"et\";a:10:{s:4:\"code\";s:2:\"et\";s:2:\"id\";s:2:\"15\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"et\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"et\";s:12:\"display_name\";s:18:\"Эстонский\";}s:2:\"fi\";a:10:{s:4:\"code\";s:2:\"fi\";s:2:\"id\";s:2:\"18\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"fi\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"fi\";s:12:\"display_name\";s:14:\"Финский\";}s:2:\"fr\";a:10:{s:4:\"code\";s:2:\"fr\";s:2:\"id\";s:1:\"4\";s:12:\"english_name\";s:6:\"French\";s:11:\"native_name\";s:9:\"Français\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"fr_FR\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"fr\";s:12:\"display_name\";s:22:\"Французский\";}s:2:\"gl\";a:10:{s:4:\"code\";s:2:\"gl\";s:2:\"id\";s:2:\"63\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"gl_ES\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"gl\";s:12:\"display_name\";s:22:\"Галисийский\";}s:2:\"de\";a:10:{s:4:\"code\";s:2:\"de\";s:2:\"id\";s:1:\"3\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"de_DE\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"de\";s:12:\"display_name\";s:16:\"Немецкий\";}s:2:\"el\";a:10:{s:4:\"code\";s:2:\"el\";s:2:\"id\";s:2:\"13\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικα\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"el\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"el\";s:12:\"display_name\";s:18:\"Греческий\";}s:2:\"he\";a:10:{s:4:\"code\";s:2:\"he\";s:2:\"id\";s:2:\"20\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:10:\"עברית\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"he_IL\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"he\";s:12:\"display_name\";s:10:\"Иврит\";}s:2:\"hi\";a:10:{s:4:\"code\";s:2:\"hi\";s:2:\"id\";s:2:\"21\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"hi_IN\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"hi\";s:12:\"display_name\";s:10:\"Хинди\";}s:2:\"hu\";a:10:{s:4:\"code\";s:2:\"hu\";s:2:\"id\";s:2:\"23\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"hu_HU\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"hu\";s:12:\"display_name\";s:20:\"Венгерский\";}s:2:\"is\";a:10:{s:4:\"code\";s:2:\"is\";s:2:\"id\";s:2:\"26\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"is_IS\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"is\";s:12:\"display_name\";s:20:\"Исландский\";}s:2:\"id\";a:10:{s:4:\"code\";s:2:\"id\";s:2:\"id\";s:2:\"25\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:9:\"Indonesia\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"id_ID\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"id\";s:12:\"display_name\";s:26:\"Индонезийский\";}s:2:\"ga\";a:10:{s:4:\"code\";s:2:\"ga\";s:2:\"id\";s:2:\"19\";s:12:\"english_name\";s:5:\"Irish\";s:11:\"native_name\";s:7:\"Gaeilge\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"ga_IE\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ga\";s:12:\"display_name\";s:20:\"Ирландский\";}s:2:\"it\";a:10:{s:4:\"code\";s:2:\"it\";s:2:\"id\";s:2:\"27\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"it_IT\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"it\";s:12:\"display_name\";s:22:\"Итальянский\";}s:2:\"ja\";a:10:{s:4:\"code\";s:2:\"ja\";s:2:\"id\";s:2:\"28\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:2:\"ja\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ja\";s:12:\"display_name\";s:16:\"Японский\";}s:2:\"ko\";a:10:{s:4:\"code\";s:2:\"ko\";s:2:\"id\";s:2:\"29\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"ko_KR\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ko\";s:12:\"display_name\";s:18:\"Корейский\";}s:2:\"ku\";a:10:{s:4:\"code\";s:2:\"ku\";s:2:\"id\";s:2:\"30\";s:12:\"english_name\";s:7:\"Kurdish\";s:11:\"native_name\";s:7:\"Kurdish\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"ku\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ku\";s:12:\"display_name\";s:16:\"Курдский\";}s:2:\"lv\";a:10:{s:4:\"code\";s:2:\"lv\";s:2:\"id\";s:2:\"31\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:9:\"Latviešu\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"lv_LV\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"lv\";s:12:\"display_name\";s:18:\"латышский\";}s:2:\"lt\";a:10:{s:4:\"code\";s:2:\"lt\";s:2:\"id\";s:2:\"32\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:8:\"Lietuvos\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"lt_LT\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"lt\";s:12:\"display_name\";s:18:\"Литовский\";}s:2:\"mk\";a:10:{s:4:\"code\";s:2:\"mk\";s:2:\"id\";s:2:\"33\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:20:\"македонски\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"mk_MK\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"mk\";s:12:\"display_name\";s:22:\"Македонский\";}s:2:\"ms\";a:10:{s:4:\"code\";s:2:\"ms\";s:2:\"id\";s:2:\"62\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:6:\"Melayu\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"ms_MY\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ms\";s:12:\"display_name\";s:18:\"Малайский\";}s:2:\"mt\";a:10:{s:4:\"code\";s:2:\"mt\";s:2:\"id\";s:2:\"34\";s:12:\"english_name\";s:7:\"Maltese\";s:11:\"native_name\";s:5:\"Malti\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"mt_MT\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"mt\";s:12:\"display_name\";s:22:\"Мальтийский\";}s:2:\"mn\";a:10:{s:4:\"code\";s:2:\"mn\";s:2:\"id\";s:2:\"35\";s:12:\"english_name\";s:9:\"Mongolian\";s:11:\"native_name\";s:9:\"Mongolian\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"mn_MN\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"mn\";s:12:\"display_name\";s:22:\"Монгольский\";}s:2:\"ne\";a:10:{s:4:\"code\";s:2:\"ne\";s:2:\"id\";s:2:\"36\";s:12:\"english_name\";s:6:\"Nepali\";s:11:\"native_name\";s:6:\"Nepali\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"ne\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ne\";s:12:\"display_name\";s:20:\"Непальский\";}s:2:\"no\";a:10:{s:4:\"code\";s:2:\"no\";s:2:\"id\";s:2:\"38\";s:12:\"english_name\";s:17:\"Norwegian Bokmål\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"nb_NO\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"no\";s:12:\"display_name\";s:33:\"Норвежский букмол\";}s:2:\"fa\";a:10:{s:4:\"code\";s:2:\"fa\";s:2:\"id\";s:2:\"17\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"fa_IR\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"fa\";s:12:\"display_name\";s:20:\"Персидский\";}s:2:\"pl\";a:10:{s:4:\"code\";s:2:\"pl\";s:2:\"id\";s:2:\"40\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"polski\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"pl_PL\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"pl\";s:12:\"display_name\";s:16:\"Польский\";}s:5:\"pt-br\";a:10:{s:4:\"code\";s:5:\"pt-br\";s:2:\"id\";s:2:\"42\";s:12:\"english_name\";s:18:\"Portuguese, Brazil\";s:11:\"native_name\";s:10:\"Português\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"pt_BR\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"pt-br\";s:12:\"display_name\";s:44:\"Португальский, Бразилия\";}s:5:\"pt-pt\";a:10:{s:4:\"code\";s:5:\"pt-pt\";s:2:\"id\";s:2:\"41\";s:12:\"english_name\";s:20:\"Portuguese, Portugal\";s:11:\"native_name\";s:10:\"Português\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"pt_PT\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"pt-pt\";s:12:\"display_name\";s:48:\"Португальский, Португалия\";}s:2:\"pa\";a:10:{s:4:\"code\";s:2:\"pa\";s:2:\"id\";s:2:\"39\";s:12:\"english_name\";s:7:\"Punjabi\";s:11:\"native_name\";s:7:\"Punjabi\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:0:\"\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"pa\";s:12:\"display_name\";s:16:\"Панджаби\";}s:2:\"qu\";a:10:{s:4:\"code\";s:2:\"qu\";s:2:\"id\";s:2:\"43\";s:12:\"english_name\";s:7:\"Quechua\";s:11:\"native_name\";s:7:\"Quechua\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:6:\"quz_PE\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"qu\";s:12:\"display_name\";s:10:\"Кечуа\";}s:2:\"ro\";a:10:{s:4:\"code\";s:2:\"ro\";s:2:\"id\";s:2:\"44\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"ro_RO\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ro\";s:12:\"display_name\";s:18:\"Румынский\";}s:2:\"ru\";a:10:{s:4:\"code\";s:2:\"ru\";s:2:\"id\";s:2:\"45\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:5:\"ru_RU\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ru\";s:12:\"display_name\";s:14:\"Русский\";}s:2:\"sr\";a:10:{s:4:\"code\";s:2:\"sr\";s:2:\"id\";s:2:\"49\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:12:\"српски\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"sr_RS\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"sr\";s:12:\"display_name\";s:16:\"Сербский\";}s:2:\"sg\";a:10:{s:4:\"code\";s:2:\"sg\";s:2:\"id\";s:2:\"65\";s:12:\"english_name\";s:9:\"Singapore\";s:11:\"native_name\";s:9:\"Singapore\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:5:\"en-SG\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"sg\";s:12:\"display_name\";s:9:\"Singapore\";}s:2:\"sk\";a:10:{s:4:\"code\";s:2:\"sk\";s:2:\"id\";s:2:\"10\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"sk_SK\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"sk\";s:12:\"display_name\";s:20:\"Славянский\";}s:2:\"sl\";a:10:{s:4:\"code\";s:2:\"sl\";s:2:\"id\";s:2:\"46\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"sl_SI\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"sl\";s:12:\"display_name\";s:20:\"Словенский\";}s:2:\"so\";a:10:{s:4:\"code\";s:2:\"so\";s:2:\"id\";s:2:\"47\";s:12:\"english_name\";s:6:\"Somali\";s:11:\"native_name\";s:6:\"Somali\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"so_SO\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"so\";s:12:\"display_name\";s:22:\"Сомалийский\";}s:2:\"es\";a:10:{s:4:\"code\";s:2:\"es\";s:2:\"id\";s:1:\"2\";s:12:\"english_name\";s:7:\"Spanish\";s:11:\"native_name\";s:8:\"Español\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:5:\"es_ES\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"es\";s:12:\"display_name\";s:18:\"Испанский\";}s:2:\"sv\";a:10:{s:4:\"code\";s:2:\"sv\";s:2:\"id\";s:2:\"50\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"sv_SE\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"sv\";s:12:\"display_name\";s:16:\"Шведский\";}s:2:\"ta\";a:10:{s:4:\"code\";s:2:\"ta\";s:2:\"id\";s:2:\"51\";s:12:\"english_name\";s:5:\"Tamil\";s:11:\"native_name\";s:5:\"Tamil\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"ta_IN\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ta\";s:12:\"display_name\";s:20:\"Тамильский\";}s:2:\"th\";a:10:{s:4:\"code\";s:2:\"th\";s:2:\"id\";s:2:\"52\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"th\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"th\";s:12:\"display_name\";s:14:\"Тайский\";}s:2:\"tr\";a:10:{s:4:\"code\";s:2:\"tr\";s:2:\"id\";s:2:\"53\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"tr_TR\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"tr\";s:12:\"display_name\";s:16:\"Турецкий\";}s:2:\"uk\";a:10:{s:4:\"code\";s:2:\"uk\";s:2:\"id\";s:2:\"54\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:9:\"Ukrainian\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"uk\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"uk\";s:12:\"display_name\";s:20:\"Украинский\";}s:2:\"ur\";a:10:{s:4:\"code\";s:2:\"ur\";s:2:\"id\";s:2:\"55\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:9:\"اردو \";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"uz_UZ\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ur\";s:12:\"display_name\";s:8:\"Урду\";}s:2:\"uz\";a:10:{s:4:\"code\";s:2:\"uz\";s:2:\"id\";s:2:\"56\";s:12:\"english_name\";s:5:\"Uzbek\";s:11:\"native_name\";s:5:\"Uzbek\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"uz_UZ\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"uz\";s:12:\"display_name\";s:18:\"Узбекский\";}s:2:\"vi\";a:10:{s:4:\"code\";s:2:\"vi\";s:2:\"id\";s:2:\"57\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"vi_VN\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"vi\";s:12:\"display_name\";s:22:\"Вьетнамский\";}s:2:\"cy\";a:10:{s:4:\"code\";s:2:\"cy\";s:2:\"id\";s:2:\"11\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"cy_GB\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"cy\";s:12:\"display_name\";s:20:\"Валлийский\";}s:2:\"yi\";a:10:{s:4:\"code\";s:2:\"yi\";s:2:\"id\";s:2:\"58\";s:12:\"english_name\";s:7:\"Yiddish\";s:11:\"native_name\";s:7:\"Yiddish\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:0:\"\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"yi\";s:12:\"display_name\";s:8:\"Идиш\";}s:2:\"zu\";a:10:{s:4:\"code\";s:2:\"zu\";s:2:\"id\";s:2:\"60\";s:12:\"english_name\";s:4:\"Zulu\";s:11:\"native_name\";s:4:\"Zulu\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:0:\"\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"zu\";s:12:\"display_name\";s:8:\"Зулу\";}}s:21:\"language_details_sqsg\";a:10:{s:4:\"code\";s:2:\"sq\";s:2:\"id\";s:2:\"48\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:8:\"Albanian\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"sq_AL\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"sq\";s:12:\"display_name\";s:8:\"Albanian\";}s:21:\"language_details_arsg\";a:10:{s:4:\"code\";s:2:\"ar\";s:2:\"id\";s:1:\"5\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"ar\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ar\";s:12:\"display_name\";s:6:\"Arabic\";}s:21:\"language_details_hysg\";a:10:{s:4:\"code\";s:2:\"hy\";s:2:\"id\";s:2:\"24\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"hy_AM\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"hy\";s:12:\"display_name\";s:8:\"Armenian\";}s:21:\"language_details_eusg\";a:10:{s:4:\"code\";s:2:\"eu\";s:2:\"id\";s:2:\"16\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"eu_ES\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"eu\";s:12:\"display_name\";s:6:\"Basque\";}s:21:\"language_details_bnsg\";a:10:{s:4:\"code\";s:2:\"bn\";s:2:\"id\";s:2:\"64\";s:12:\"english_name\";s:7:\"Bengali\";s:11:\"native_name\";s:18:\"हिन्दी\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"bn_BD\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"bn\";s:12:\"display_name\";s:7:\"Bengali\";}s:21:\"language_details_bssg\";a:10:{s:4:\"code\";s:2:\"bs\";s:2:\"id\";s:1:\"6\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:7:\"Bosnian\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"bs_BA\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"bs\";s:12:\"display_name\";s:7:\"Bosnian\";}s:21:\"language_details_bgsg\";a:10:{s:4:\"code\";s:2:\"bg\";s:2:\"id\";s:1:\"7\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"bg_BG\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"bg\";s:12:\"display_name\";s:9:\"Bulgarian\";}s:21:\"language_details_casg\";a:10:{s:4:\"code\";s:2:\"ca\";s:2:\"id\";s:1:\"8\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"ca\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ca\";s:12:\"display_name\";s:7:\"Catalan\";}s:26:\"language_details_zh-hanssg\";a:10:{s:4:\"code\";s:7:\"zh-hans\";s:2:\"id\";s:2:\"59\";s:12:\"english_name\";s:20:\"Chinese (Simplified)\";s:11:\"native_name\";s:12:\"简体中文\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"zh_CN\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:7:\"zh-hans\";s:12:\"display_name\";s:20:\"Chinese (Simplified)\";}s:26:\"language_details_zh-hantsg\";a:10:{s:4:\"code\";s:7:\"zh-hant\";s:2:\"id\";s:2:\"61\";s:12:\"english_name\";s:21:\"Chinese (Traditional)\";s:11:\"native_name\";s:12:\"繁體中文\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"zh_TW\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:7:\"zh-hant\";s:12:\"display_name\";s:21:\"Chinese (Traditional)\";}s:21:\"language_details_hrsg\";a:10:{s:4:\"code\";s:2:\"hr\";s:2:\"id\";s:2:\"22\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"hr\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"hr\";s:12:\"display_name\";s:8:\"Croatian\";}s:21:\"language_details_cssg\";a:10:{s:4:\"code\";s:2:\"cs\";s:2:\"id\";s:1:\"9\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:9:\"Čeština\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"cs_CZ\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"cs\";s:12:\"display_name\";s:5:\"Czech\";}s:21:\"language_details_dasg\";a:10:{s:4:\"code\";s:2:\"da\";s:2:\"id\";s:2:\"12\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"da_DK\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"da\";s:12:\"display_name\";s:6:\"Danish\";}s:21:\"language_details_nlsg\";a:10:{s:4:\"code\";s:2:\"nl\";s:2:\"id\";s:2:\"37\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"nl_NL\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"nl\";s:12:\"display_name\";s:5:\"Dutch\";}s:21:\"language_details_ensg\";a:10:{s:4:\"code\";s:2:\"en\";s:2:\"id\";s:1:\"1\";s:12:\"english_name\";s:7:\"English\";s:11:\"native_name\";s:7:\"English\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:5:\"en_US\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"en\";s:12:\"display_name\";s:7:\"English\";}s:21:\"language_details_eosg\";a:10:{s:4:\"code\";s:2:\"eo\";s:2:\"id\";s:2:\"14\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanta\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"eo_UY\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"eo\";s:12:\"display_name\";s:9:\"Esperanto\";}s:21:\"language_details_etsg\";a:10:{s:4:\"code\";s:2:\"et\";s:2:\"id\";s:2:\"15\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"et\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"et\";s:12:\"display_name\";s:8:\"Estonian\";}s:21:\"language_details_fisg\";a:10:{s:4:\"code\";s:2:\"fi\";s:2:\"id\";s:2:\"18\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"fi\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"fi\";s:12:\"display_name\";s:7:\"Finnish\";}s:21:\"language_details_frsg\";a:10:{s:4:\"code\";s:2:\"fr\";s:2:\"id\";s:1:\"4\";s:12:\"english_name\";s:6:\"French\";s:11:\"native_name\";s:9:\"Français\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"fr_FR\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"fr\";s:12:\"display_name\";s:6:\"French\";}s:21:\"language_details_glsg\";a:10:{s:4:\"code\";s:2:\"gl\";s:2:\"id\";s:2:\"63\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"gl_ES\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"gl\";s:12:\"display_name\";s:8:\"Galician\";}s:21:\"language_details_desg\";a:10:{s:4:\"code\";s:2:\"de\";s:2:\"id\";s:1:\"3\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"de_DE\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"de\";s:12:\"display_name\";s:6:\"German\";}s:21:\"language_details_elsg\";a:10:{s:4:\"code\";s:2:\"el\";s:2:\"id\";s:2:\"13\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικα\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"el\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"el\";s:12:\"display_name\";s:5:\"Greek\";}s:21:\"language_details_hesg\";a:10:{s:4:\"code\";s:2:\"he\";s:2:\"id\";s:2:\"20\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:10:\"עברית\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"he_IL\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"he\";s:12:\"display_name\";s:6:\"Hebrew\";}s:21:\"language_details_hisg\";a:10:{s:4:\"code\";s:2:\"hi\";s:2:\"id\";s:2:\"21\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"hi_IN\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"hi\";s:12:\"display_name\";s:5:\"Hindi\";}s:21:\"language_details_husg\";a:10:{s:4:\"code\";s:2:\"hu\";s:2:\"id\";s:2:\"23\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"hu_HU\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"hu\";s:12:\"display_name\";s:9:\"Hungarian\";}s:21:\"language_details_issg\";a:10:{s:4:\"code\";s:2:\"is\";s:2:\"id\";s:2:\"26\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"is_IS\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"is\";s:12:\"display_name\";s:9:\"Icelandic\";}s:21:\"language_details_idsg\";a:10:{s:4:\"code\";s:2:\"id\";s:2:\"id\";s:2:\"25\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:9:\"Indonesia\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"id_ID\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"id\";s:12:\"display_name\";s:10:\"Indonesian\";}s:21:\"language_details_gasg\";a:10:{s:4:\"code\";s:2:\"ga\";s:2:\"id\";s:2:\"19\";s:12:\"english_name\";s:5:\"Irish\";s:11:\"native_name\";s:7:\"Gaeilge\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"ga_IE\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ga\";s:12:\"display_name\";s:5:\"Irish\";}s:21:\"language_details_itsg\";a:10:{s:4:\"code\";s:2:\"it\";s:2:\"id\";s:2:\"27\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"it_IT\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"it\";s:12:\"display_name\";s:7:\"Italian\";}s:21:\"language_details_jasg\";a:10:{s:4:\"code\";s:2:\"ja\";s:2:\"id\";s:2:\"28\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:2:\"ja\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ja\";s:12:\"display_name\";s:8:\"Japanese\";}s:21:\"language_details_kosg\";a:10:{s:4:\"code\";s:2:\"ko\";s:2:\"id\";s:2:\"29\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"ko_KR\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ko\";s:12:\"display_name\";s:6:\"Korean\";}s:21:\"language_details_kusg\";a:10:{s:4:\"code\";s:2:\"ku\";s:2:\"id\";s:2:\"30\";s:12:\"english_name\";s:7:\"Kurdish\";s:11:\"native_name\";s:7:\"Kurdish\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"ku\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ku\";s:12:\"display_name\";s:7:\"Kurdish\";}s:21:\"language_details_lvsg\";a:10:{s:4:\"code\";s:2:\"lv\";s:2:\"id\";s:2:\"31\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:9:\"Latviešu\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"lv_LV\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"lv\";s:12:\"display_name\";s:7:\"Latvian\";}s:21:\"language_details_ltsg\";a:10:{s:4:\"code\";s:2:\"lt\";s:2:\"id\";s:2:\"32\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:8:\"Lietuvos\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"lt_LT\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"lt\";s:12:\"display_name\";s:10:\"Lithuanian\";}s:21:\"language_details_mksg\";a:10:{s:4:\"code\";s:2:\"mk\";s:2:\"id\";s:2:\"33\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:20:\"македонски\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"mk_MK\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"mk\";s:12:\"display_name\";s:10:\"Macedonian\";}s:21:\"language_details_mssg\";a:10:{s:4:\"code\";s:2:\"ms\";s:2:\"id\";s:2:\"62\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:6:\"Melayu\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"ms_MY\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ms\";s:12:\"display_name\";s:5:\"Malay\";}s:21:\"language_details_mtsg\";a:10:{s:4:\"code\";s:2:\"mt\";s:2:\"id\";s:2:\"34\";s:12:\"english_name\";s:7:\"Maltese\";s:11:\"native_name\";s:5:\"Malti\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"mt_MT\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"mt\";s:12:\"display_name\";s:7:\"Maltese\";}s:21:\"language_details_mnsg\";a:10:{s:4:\"code\";s:2:\"mn\";s:2:\"id\";s:2:\"35\";s:12:\"english_name\";s:9:\"Mongolian\";s:11:\"native_name\";s:9:\"Mongolian\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"mn_MN\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"mn\";s:12:\"display_name\";s:9:\"Mongolian\";}s:21:\"language_details_nesg\";a:10:{s:4:\"code\";s:2:\"ne\";s:2:\"id\";s:2:\"36\";s:12:\"english_name\";s:6:\"Nepali\";s:11:\"native_name\";s:6:\"Nepali\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"ne\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ne\";s:12:\"display_name\";s:6:\"Nepali\";}s:21:\"language_details_nosg\";a:10:{s:4:\"code\";s:2:\"no\";s:2:\"id\";s:2:\"38\";s:12:\"english_name\";s:17:\"Norwegian Bokmål\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"nb_NO\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"no\";s:12:\"display_name\";s:17:\"Norwegian Bokmål\";}s:21:\"language_details_fasg\";a:10:{s:4:\"code\";s:2:\"fa\";s:2:\"id\";s:2:\"17\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"fa_IR\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"fa\";s:12:\"display_name\";s:7:\"Persian\";}s:21:\"language_details_plsg\";a:10:{s:4:\"code\";s:2:\"pl\";s:2:\"id\";s:2:\"40\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"polski\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"pl_PL\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"pl\";s:12:\"display_name\";s:6:\"Polish\";}s:24:\"language_details_pt-brsg\";a:10:{s:4:\"code\";s:5:\"pt-br\";s:2:\"id\";s:2:\"42\";s:12:\"english_name\";s:18:\"Portuguese, Brazil\";s:11:\"native_name\";s:10:\"Português\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"pt_BR\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"pt-br\";s:12:\"display_name\";s:19:\"Portuguese (Brazil)\";}s:24:\"language_details_pt-ptsg\";a:10:{s:4:\"code\";s:5:\"pt-pt\";s:2:\"id\";s:2:\"41\";s:12:\"english_name\";s:20:\"Portuguese, Portugal\";s:11:\"native_name\";s:10:\"Português\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"pt_PT\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"pt-pt\";s:12:\"display_name\";s:21:\"Portuguese (Portugal)\";}s:21:\"language_details_pasg\";a:10:{s:4:\"code\";s:2:\"pa\";s:2:\"id\";s:2:\"39\";s:12:\"english_name\";s:7:\"Punjabi\";s:11:\"native_name\";s:7:\"Punjabi\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:0:\"\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"pa\";s:12:\"display_name\";s:7:\"Punjabi\";}s:21:\"language_details_qusg\";a:10:{s:4:\"code\";s:2:\"qu\";s:2:\"id\";s:2:\"43\";s:12:\"english_name\";s:7:\"Quechua\";s:11:\"native_name\";s:7:\"Quechua\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:6:\"quz_PE\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"qu\";s:12:\"display_name\";s:7:\"Quechua\";}s:21:\"language_details_rosg\";a:10:{s:4:\"code\";s:2:\"ro\";s:2:\"id\";s:2:\"44\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"ro_RO\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ro\";s:12:\"display_name\";s:8:\"Romanian\";}s:21:\"language_details_rusg\";a:10:{s:4:\"code\";s:2:\"ru\";s:2:\"id\";s:2:\"45\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:5:\"ru_RU\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ru\";s:12:\"display_name\";s:7:\"Russian\";}s:21:\"language_details_srsg\";a:10:{s:4:\"code\";s:2:\"sr\";s:2:\"id\";s:2:\"49\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:12:\"српски\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"sr_RS\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"sr\";s:12:\"display_name\";s:7:\"Serbian\";}s:21:\"language_details_sgsg\";a:10:{s:4:\"code\";s:2:\"sg\";s:2:\"id\";s:2:\"65\";s:12:\"english_name\";s:9:\"Singapore\";s:11:\"native_name\";s:9:\"Singapore\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:5:\"en-SG\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"sg\";s:12:\"display_name\";s:9:\"Singapore\";}s:21:\"language_details_sksg\";a:10:{s:4:\"code\";s:2:\"sk\";s:2:\"id\";s:2:\"10\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"sk_SK\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"sk\";s:12:\"display_name\";s:6:\"Slovak\";}s:21:\"language_details_slsg\";a:10:{s:4:\"code\";s:2:\"sl\";s:2:\"id\";s:2:\"46\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"sl_SI\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"sl\";s:12:\"display_name\";s:9:\"Slovenian\";}s:21:\"language_details_sosg\";a:10:{s:4:\"code\";s:2:\"so\";s:2:\"id\";s:2:\"47\";s:12:\"english_name\";s:6:\"Somali\";s:11:\"native_name\";s:6:\"Somali\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"so_SO\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"so\";s:12:\"display_name\";s:6:\"Somali\";}s:21:\"language_details_essg\";a:10:{s:4:\"code\";s:2:\"es\";s:2:\"id\";s:1:\"2\";s:12:\"english_name\";s:7:\"Spanish\";s:11:\"native_name\";s:8:\"Español\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:5:\"es_ES\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"es\";s:12:\"display_name\";s:7:\"Spanish\";}s:21:\"language_details_svsg\";a:10:{s:4:\"code\";s:2:\"sv\";s:2:\"id\";s:2:\"50\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"sv_SE\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"sv\";s:12:\"display_name\";s:7:\"Swedish\";}s:21:\"language_details_tasg\";a:10:{s:4:\"code\";s:2:\"ta\";s:2:\"id\";s:2:\"51\";s:12:\"english_name\";s:5:\"Tamil\";s:11:\"native_name\";s:5:\"Tamil\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"ta_IN\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ta\";s:12:\"display_name\";s:5:\"Tamil\";}s:21:\"language_details_thsg\";a:10:{s:4:\"code\";s:2:\"th\";s:2:\"id\";s:2:\"52\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"th\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"th\";s:12:\"display_name\";s:4:\"Thai\";}s:21:\"language_details_trsg\";a:10:{s:4:\"code\";s:2:\"tr\";s:2:\"id\";s:2:\"53\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"tr_TR\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"tr\";s:12:\"display_name\";s:7:\"Turkish\";}s:21:\"language_details_uksg\";a:10:{s:4:\"code\";s:2:\"uk\";s:2:\"id\";s:2:\"54\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:9:\"Ukrainian\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"uk\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"uk\";s:12:\"display_name\";s:9:\"Ukrainian\";}s:21:\"language_details_ursg\";a:10:{s:4:\"code\";s:2:\"ur\";s:2:\"id\";s:2:\"55\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:9:\"اردو \";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"uz_UZ\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ur\";s:12:\"display_name\";s:4:\"Urdu\";}s:21:\"language_details_uzsg\";a:10:{s:4:\"code\";s:2:\"uz\";s:2:\"id\";s:2:\"56\";s:12:\"english_name\";s:5:\"Uzbek\";s:11:\"native_name\";s:5:\"Uzbek\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"uz_UZ\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"uz\";s:12:\"display_name\";s:5:\"Uzbek\";}s:21:\"language_details_visg\";a:10:{s:4:\"code\";s:2:\"vi\";s:2:\"id\";s:2:\"57\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"vi_VN\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"vi\";s:12:\"display_name\";s:10:\"Vietnamese\";}s:21:\"language_details_cysg\";a:10:{s:4:\"code\";s:2:\"cy\";s:2:\"id\";s:2:\"11\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"cy_GB\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"cy\";s:12:\"display_name\";s:5:\"Welsh\";}s:21:\"language_details_yisg\";a:10:{s:4:\"code\";s:2:\"yi\";s:2:\"id\";s:2:\"58\";s:12:\"english_name\";s:7:\"Yiddish\";s:11:\"native_name\";s:7:\"Yiddish\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:0:\"\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"yi\";s:12:\"display_name\";s:7:\"Yiddish\";}s:21:\"language_details_zusg\";a:10:{s:4:\"code\";s:2:\"zu\";s:2:\"id\";s:2:\"60\";s:12:\"english_name\";s:4:\"Zulu\";s:11:\"native_name\";s:4:\"Zulu\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:0:\"\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"zu\";s:12:\"display_name\";s:4:\"Zulu\";}s:29:\"all_language_sg__english_name\";a:65:{s:2:\"sq\";a:10:{s:4:\"code\";s:2:\"sq\";s:2:\"id\";s:2:\"48\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:8:\"Albanian\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"sq_AL\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"sq\";s:12:\"display_name\";s:8:\"Albanian\";}s:2:\"ar\";a:10:{s:4:\"code\";s:2:\"ar\";s:2:\"id\";s:1:\"5\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"ar\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ar\";s:12:\"display_name\";s:6:\"Arabic\";}s:2:\"hy\";a:10:{s:4:\"code\";s:2:\"hy\";s:2:\"id\";s:2:\"24\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"hy_AM\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"hy\";s:12:\"display_name\";s:8:\"Armenian\";}s:2:\"eu\";a:10:{s:4:\"code\";s:2:\"eu\";s:2:\"id\";s:2:\"16\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"eu_ES\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"eu\";s:12:\"display_name\";s:6:\"Basque\";}s:2:\"bn\";a:10:{s:4:\"code\";s:2:\"bn\";s:2:\"id\";s:2:\"64\";s:12:\"english_name\";s:7:\"Bengali\";s:11:\"native_name\";s:18:\"हिन्दी\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"bn_BD\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"bn\";s:12:\"display_name\";s:7:\"Bengali\";}s:2:\"bs\";a:10:{s:4:\"code\";s:2:\"bs\";s:2:\"id\";s:1:\"6\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:7:\"Bosnian\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"bs_BA\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"bs\";s:12:\"display_name\";s:7:\"Bosnian\";}s:2:\"bg\";a:10:{s:4:\"code\";s:2:\"bg\";s:2:\"id\";s:1:\"7\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"bg_BG\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"bg\";s:12:\"display_name\";s:9:\"Bulgarian\";}s:2:\"ca\";a:10:{s:4:\"code\";s:2:\"ca\";s:2:\"id\";s:1:\"8\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"ca\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ca\";s:12:\"display_name\";s:7:\"Catalan\";}s:7:\"zh-hans\";a:10:{s:4:\"code\";s:7:\"zh-hans\";s:2:\"id\";s:2:\"59\";s:12:\"english_name\";s:20:\"Chinese (Simplified)\";s:11:\"native_name\";s:12:\"简体中文\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"zh_CN\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:7:\"zh-hans\";s:12:\"display_name\";s:20:\"Chinese (Simplified)\";}s:7:\"zh-hant\";a:10:{s:4:\"code\";s:7:\"zh-hant\";s:2:\"id\";s:2:\"61\";s:12:\"english_name\";s:21:\"Chinese (Traditional)\";s:11:\"native_name\";s:12:\"繁體中文\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"zh_TW\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:7:\"zh-hant\";s:12:\"display_name\";s:21:\"Chinese (Traditional)\";}s:2:\"hr\";a:10:{s:4:\"code\";s:2:\"hr\";s:2:\"id\";s:2:\"22\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"hr\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"hr\";s:12:\"display_name\";s:8:\"Croatian\";}s:2:\"cs\";a:10:{s:4:\"code\";s:2:\"cs\";s:2:\"id\";s:1:\"9\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:9:\"Čeština\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"cs_CZ\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"cs\";s:12:\"display_name\";s:5:\"Czech\";}s:2:\"da\";a:10:{s:4:\"code\";s:2:\"da\";s:2:\"id\";s:2:\"12\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"da_DK\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"da\";s:12:\"display_name\";s:6:\"Danish\";}s:2:\"nl\";a:10:{s:4:\"code\";s:2:\"nl\";s:2:\"id\";s:2:\"37\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"nl_NL\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"nl\";s:12:\"display_name\";s:5:\"Dutch\";}s:2:\"en\";a:10:{s:4:\"code\";s:2:\"en\";s:2:\"id\";s:1:\"1\";s:12:\"english_name\";s:7:\"English\";s:11:\"native_name\";s:7:\"English\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:5:\"en_US\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"en\";s:12:\"display_name\";s:7:\"English\";}s:2:\"eo\";a:10:{s:4:\"code\";s:2:\"eo\";s:2:\"id\";s:2:\"14\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanta\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"eo_UY\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"eo\";s:12:\"display_name\";s:9:\"Esperanto\";}s:2:\"et\";a:10:{s:4:\"code\";s:2:\"et\";s:2:\"id\";s:2:\"15\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"et\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"et\";s:12:\"display_name\";s:8:\"Estonian\";}s:2:\"fi\";a:10:{s:4:\"code\";s:2:\"fi\";s:2:\"id\";s:2:\"18\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"fi\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"fi\";s:12:\"display_name\";s:7:\"Finnish\";}s:2:\"fr\";a:10:{s:4:\"code\";s:2:\"fr\";s:2:\"id\";s:1:\"4\";s:12:\"english_name\";s:6:\"French\";s:11:\"native_name\";s:9:\"Français\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"fr_FR\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"fr\";s:12:\"display_name\";s:6:\"French\";}s:2:\"gl\";a:10:{s:4:\"code\";s:2:\"gl\";s:2:\"id\";s:2:\"63\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"gl_ES\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"gl\";s:12:\"display_name\";s:8:\"Galician\";}s:2:\"de\";a:10:{s:4:\"code\";s:2:\"de\";s:2:\"id\";s:1:\"3\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"de_DE\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"de\";s:12:\"display_name\";s:6:\"German\";}s:2:\"el\";a:10:{s:4:\"code\";s:2:\"el\";s:2:\"id\";s:2:\"13\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικα\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"el\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"el\";s:12:\"display_name\";s:5:\"Greek\";}s:2:\"he\";a:10:{s:4:\"code\";s:2:\"he\";s:2:\"id\";s:2:\"20\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:10:\"עברית\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"he_IL\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"he\";s:12:\"display_name\";s:6:\"Hebrew\";}s:2:\"hi\";a:10:{s:4:\"code\";s:2:\"hi\";s:2:\"id\";s:2:\"21\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"hi_IN\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"hi\";s:12:\"display_name\";s:5:\"Hindi\";}s:2:\"hu\";a:10:{s:4:\"code\";s:2:\"hu\";s:2:\"id\";s:2:\"23\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"hu_HU\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"hu\";s:12:\"display_name\";s:9:\"Hungarian\";}s:2:\"is\";a:10:{s:4:\"code\";s:2:\"is\";s:2:\"id\";s:2:\"26\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"is_IS\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"is\";s:12:\"display_name\";s:9:\"Icelandic\";}s:2:\"id\";a:10:{s:4:\"code\";s:2:\"id\";s:2:\"id\";s:2:\"25\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:9:\"Indonesia\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"id_ID\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"id\";s:12:\"display_name\";s:10:\"Indonesian\";}s:2:\"ga\";a:10:{s:4:\"code\";s:2:\"ga\";s:2:\"id\";s:2:\"19\";s:12:\"english_name\";s:5:\"Irish\";s:11:\"native_name\";s:7:\"Gaeilge\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"ga_IE\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ga\";s:12:\"display_name\";s:5:\"Irish\";}s:2:\"it\";a:10:{s:4:\"code\";s:2:\"it\";s:2:\"id\";s:2:\"27\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"it_IT\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"it\";s:12:\"display_name\";s:7:\"Italian\";}s:2:\"ja\";a:10:{s:4:\"code\";s:2:\"ja\";s:2:\"id\";s:2:\"28\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:2:\"ja\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ja\";s:12:\"display_name\";s:8:\"Japanese\";}s:2:\"ko\";a:10:{s:4:\"code\";s:2:\"ko\";s:2:\"id\";s:2:\"29\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"ko_KR\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ko\";s:12:\"display_name\";s:6:\"Korean\";}s:2:\"ku\";a:10:{s:4:\"code\";s:2:\"ku\";s:2:\"id\";s:2:\"30\";s:12:\"english_name\";s:7:\"Kurdish\";s:11:\"native_name\";s:7:\"Kurdish\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"ku\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ku\";s:12:\"display_name\";s:7:\"Kurdish\";}s:2:\"lv\";a:10:{s:4:\"code\";s:2:\"lv\";s:2:\"id\";s:2:\"31\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:9:\"Latviešu\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"lv_LV\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"lv\";s:12:\"display_name\";s:7:\"Latvian\";}s:2:\"lt\";a:10:{s:4:\"code\";s:2:\"lt\";s:2:\"id\";s:2:\"32\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:8:\"Lietuvos\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"lt_LT\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"lt\";s:12:\"display_name\";s:10:\"Lithuanian\";}s:2:\"mk\";a:10:{s:4:\"code\";s:2:\"mk\";s:2:\"id\";s:2:\"33\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:20:\"македонски\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"mk_MK\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"mk\";s:12:\"display_name\";s:10:\"Macedonian\";}s:2:\"ms\";a:10:{s:4:\"code\";s:2:\"ms\";s:2:\"id\";s:2:\"62\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:6:\"Melayu\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"ms_MY\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ms\";s:12:\"display_name\";s:5:\"Malay\";}s:2:\"mt\";a:10:{s:4:\"code\";s:2:\"mt\";s:2:\"id\";s:2:\"34\";s:12:\"english_name\";s:7:\"Maltese\";s:11:\"native_name\";s:5:\"Malti\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"mt_MT\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"mt\";s:12:\"display_name\";s:7:\"Maltese\";}s:2:\"mn\";a:10:{s:4:\"code\";s:2:\"mn\";s:2:\"id\";s:2:\"35\";s:12:\"english_name\";s:9:\"Mongolian\";s:11:\"native_name\";s:9:\"Mongolian\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"mn_MN\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"mn\";s:12:\"display_name\";s:9:\"Mongolian\";}s:2:\"ne\";a:10:{s:4:\"code\";s:2:\"ne\";s:2:\"id\";s:2:\"36\";s:12:\"english_name\";s:6:\"Nepali\";s:11:\"native_name\";s:6:\"Nepali\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"ne\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ne\";s:12:\"display_name\";s:6:\"Nepali\";}s:2:\"no\";a:10:{s:4:\"code\";s:2:\"no\";s:2:\"id\";s:2:\"38\";s:12:\"english_name\";s:17:\"Norwegian Bokmål\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"nb_NO\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"no\";s:12:\"display_name\";s:17:\"Norwegian Bokmål\";}s:2:\"fa\";a:10:{s:4:\"code\";s:2:\"fa\";s:2:\"id\";s:2:\"17\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"fa_IR\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"fa\";s:12:\"display_name\";s:7:\"Persian\";}s:2:\"pl\";a:10:{s:4:\"code\";s:2:\"pl\";s:2:\"id\";s:2:\"40\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"polski\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"pl_PL\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"pl\";s:12:\"display_name\";s:6:\"Polish\";}s:5:\"pt-br\";a:10:{s:4:\"code\";s:5:\"pt-br\";s:2:\"id\";s:2:\"42\";s:12:\"english_name\";s:18:\"Portuguese, Brazil\";s:11:\"native_name\";s:10:\"Português\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"pt_BR\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"pt-br\";s:12:\"display_name\";s:19:\"Portuguese (Brazil)\";}s:5:\"pt-pt\";a:10:{s:4:\"code\";s:5:\"pt-pt\";s:2:\"id\";s:2:\"41\";s:12:\"english_name\";s:20:\"Portuguese, Portugal\";s:11:\"native_name\";s:10:\"Português\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"pt_PT\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"pt-pt\";s:12:\"display_name\";s:21:\"Portuguese (Portugal)\";}s:2:\"pa\";a:10:{s:4:\"code\";s:2:\"pa\";s:2:\"id\";s:2:\"39\";s:12:\"english_name\";s:7:\"Punjabi\";s:11:\"native_name\";s:7:\"Punjabi\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:0:\"\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"pa\";s:12:\"display_name\";s:7:\"Punjabi\";}s:2:\"qu\";a:10:{s:4:\"code\";s:2:\"qu\";s:2:\"id\";s:2:\"43\";s:12:\"english_name\";s:7:\"Quechua\";s:11:\"native_name\";s:7:\"Quechua\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:6:\"quz_PE\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"qu\";s:12:\"display_name\";s:7:\"Quechua\";}s:2:\"ro\";a:10:{s:4:\"code\";s:2:\"ro\";s:2:\"id\";s:2:\"44\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"ro_RO\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ro\";s:12:\"display_name\";s:8:\"Romanian\";}s:2:\"ru\";a:10:{s:4:\"code\";s:2:\"ru\";s:2:\"id\";s:2:\"45\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:5:\"ru_RU\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ru\";s:12:\"display_name\";s:7:\"Russian\";}s:2:\"sr\";a:10:{s:4:\"code\";s:2:\"sr\";s:2:\"id\";s:2:\"49\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:12:\"српски\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"sr_RS\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"sr\";s:12:\"display_name\";s:7:\"Serbian\";}s:2:\"sg\";a:10:{s:4:\"code\";s:2:\"sg\";s:2:\"id\";s:2:\"65\";s:12:\"english_name\";s:9:\"Singapore\";s:11:\"native_name\";s:9:\"Singapore\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:5:\"en-SG\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"sg\";s:12:\"display_name\";s:9:\"Singapore\";}s:2:\"sk\";a:10:{s:4:\"code\";s:2:\"sk\";s:2:\"id\";s:2:\"10\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"sk_SK\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"sk\";s:12:\"display_name\";s:6:\"Slovak\";}s:2:\"sl\";a:10:{s:4:\"code\";s:2:\"sl\";s:2:\"id\";s:2:\"46\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"sl_SI\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"sl\";s:12:\"display_name\";s:9:\"Slovenian\";}s:2:\"so\";a:10:{s:4:\"code\";s:2:\"so\";s:2:\"id\";s:2:\"47\";s:12:\"english_name\";s:6:\"Somali\";s:11:\"native_name\";s:6:\"Somali\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"so_SO\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"so\";s:12:\"display_name\";s:6:\"Somali\";}s:2:\"es\";a:10:{s:4:\"code\";s:2:\"es\";s:2:\"id\";s:1:\"2\";s:12:\"english_name\";s:7:\"Spanish\";s:11:\"native_name\";s:8:\"Español\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:5:\"es_ES\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"es\";s:12:\"display_name\";s:7:\"Spanish\";}s:2:\"sv\";a:10:{s:4:\"code\";s:2:\"sv\";s:2:\"id\";s:2:\"50\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"sv_SE\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"sv\";s:12:\"display_name\";s:7:\"Swedish\";}s:2:\"ta\";a:10:{s:4:\"code\";s:2:\"ta\";s:2:\"id\";s:2:\"51\";s:12:\"english_name\";s:5:\"Tamil\";s:11:\"native_name\";s:5:\"Tamil\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"ta_IN\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ta\";s:12:\"display_name\";s:5:\"Tamil\";}s:2:\"th\";a:10:{s:4:\"code\";s:2:\"th\";s:2:\"id\";s:2:\"52\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"th\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"th\";s:12:\"display_name\";s:4:\"Thai\";}s:2:\"tr\";a:10:{s:4:\"code\";s:2:\"tr\";s:2:\"id\";s:2:\"53\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"tr_TR\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"tr\";s:12:\"display_name\";s:7:\"Turkish\";}s:2:\"uk\";a:10:{s:4:\"code\";s:2:\"uk\";s:2:\"id\";s:2:\"54\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:9:\"Ukrainian\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"uk\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"uk\";s:12:\"display_name\";s:9:\"Ukrainian\";}s:2:\"ur\";a:10:{s:4:\"code\";s:2:\"ur\";s:2:\"id\";s:2:\"55\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:9:\"اردو \";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"uz_UZ\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ur\";s:12:\"display_name\";s:4:\"Urdu\";}s:2:\"uz\";a:10:{s:4:\"code\";s:2:\"uz\";s:2:\"id\";s:2:\"56\";s:12:\"english_name\";s:5:\"Uzbek\";s:11:\"native_name\";s:5:\"Uzbek\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"uz_UZ\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"uz\";s:12:\"display_name\";s:5:\"Uzbek\";}s:2:\"vi\";a:10:{s:4:\"code\";s:2:\"vi\";s:2:\"id\";s:2:\"57\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"vi_VN\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"vi\";s:12:\"display_name\";s:10:\"Vietnamese\";}s:2:\"cy\";a:10:{s:4:\"code\";s:2:\"cy\";s:2:\"id\";s:2:\"11\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"cy_GB\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"cy\";s:12:\"display_name\";s:5:\"Welsh\";}s:2:\"yi\";a:10:{s:4:\"code\";s:2:\"yi\";s:2:\"id\";s:2:\"58\";s:12:\"english_name\";s:7:\"Yiddish\";s:11:\"native_name\";s:7:\"Yiddish\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:0:\"\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"yi\";s:12:\"display_name\";s:7:\"Yiddish\";}s:2:\"zu\";a:10:{s:4:\"code\";s:2:\"zu\";s:2:\"id\";s:2:\"60\";s:12:\"english_name\";s:4:\"Zulu\";s:11:\"native_name\";s:4:\"Zulu\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:0:\"\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"zu\";s:12:\"display_name\";s:4:\"Zulu\";}}s:21:\"language_details_sqes\";a:10:{s:4:\"code\";s:2:\"sq\";s:2:\"id\";s:2:\"48\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:8:\"Albanian\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"sq_AL\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"sq\";s:12:\"display_name\";s:8:\"Albanés\";}s:21:\"language_details_ares\";a:10:{s:4:\"code\";s:2:\"ar\";s:2:\"id\";s:1:\"5\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"ar\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ar\";s:12:\"display_name\";s:6:\"Árabe\";}s:21:\"language_details_hyes\";a:10:{s:4:\"code\";s:2:\"hy\";s:2:\"id\";s:2:\"24\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"hy_AM\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"hy\";s:12:\"display_name\";s:7:\"Armenio\";}s:21:\"language_details_eues\";a:10:{s:4:\"code\";s:2:\"eu\";s:2:\"id\";s:2:\"16\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"eu_ES\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"eu\";s:12:\"display_name\";s:7:\"Euskera\";}s:21:\"language_details_bnes\";a:10:{s:4:\"code\";s:2:\"bn\";s:2:\"id\";s:2:\"64\";s:12:\"english_name\";s:7:\"Bengali\";s:11:\"native_name\";s:18:\"हिन्दी\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"bn_BD\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"bn\";s:12:\"display_name\";s:8:\"Bengalí\";}s:21:\"language_details_bses\";a:10:{s:4:\"code\";s:2:\"bs\";s:2:\"id\";s:1:\"6\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:7:\"Bosnian\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"bs_BA\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"bs\";s:12:\"display_name\";s:6:\"Bosnio\";}s:21:\"language_details_bges\";a:10:{s:4:\"code\";s:2:\"bg\";s:2:\"id\";s:1:\"7\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"bg_BG\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"bg\";s:12:\"display_name\";s:8:\"Búlgaro\";}s:21:\"language_details_caes\";a:10:{s:4:\"code\";s:2:\"ca\";s:2:\"id\";s:1:\"8\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"ca\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ca\";s:12:\"display_name\";s:8:\"Catalán\";}s:26:\"language_details_zh-hanses\";a:10:{s:4:\"code\";s:7:\"zh-hans\";s:2:\"id\";s:2:\"59\";s:12:\"english_name\";s:20:\"Chinese (Simplified)\";s:11:\"native_name\";s:12:\"简体中文\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"zh_CN\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:7:\"zh-hans\";s:12:\"display_name\";s:18:\"Chino simplificado\";}s:26:\"language_details_zh-hantes\";a:10:{s:4:\"code\";s:7:\"zh-hant\";s:2:\"id\";s:2:\"61\";s:12:\"english_name\";s:21:\"Chinese (Traditional)\";s:11:\"native_name\";s:12:\"繁體中文\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"zh_TW\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:7:\"zh-hant\";s:12:\"display_name\";s:17:\"Chino tradicional\";}s:21:\"language_details_hres\";a:10:{s:4:\"code\";s:2:\"hr\";s:2:\"id\";s:2:\"22\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"hr\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"hr\";s:12:\"display_name\";s:6:\"Croata\";}s:21:\"language_details_cses\";a:10:{s:4:\"code\";s:2:\"cs\";s:2:\"id\";s:1:\"9\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:9:\"Čeština\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"cs_CZ\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"cs\";s:12:\"display_name\";s:5:\"Checo\";}s:21:\"language_details_daes\";a:10:{s:4:\"code\";s:2:\"da\";s:2:\"id\";s:2:\"12\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"da_DK\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"da\";s:12:\"display_name\";s:6:\"Danés\";}s:21:\"language_details_nles\";a:10:{s:4:\"code\";s:2:\"nl\";s:2:\"id\";s:2:\"37\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"nl_NL\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"nl\";s:12:\"display_name\";s:9:\"Holandés\";}s:21:\"language_details_enes\";a:10:{s:4:\"code\";s:2:\"en\";s:2:\"id\";s:1:\"1\";s:12:\"english_name\";s:7:\"English\";s:11:\"native_name\";s:7:\"English\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:5:\"en_US\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"en\";s:12:\"display_name\";s:7:\"Inglés\";}s:21:\"language_details_eoes\";a:10:{s:4:\"code\";s:2:\"eo\";s:2:\"id\";s:2:\"14\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanta\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"eo_UY\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"eo\";s:12:\"display_name\";s:9:\"Esperanto\";}s:21:\"language_details_etes\";a:10:{s:4:\"code\";s:2:\"et\";s:2:\"id\";s:2:\"15\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"et\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"et\";s:12:\"display_name\";s:7:\"Estonio\";}s:21:\"language_details_fies\";a:10:{s:4:\"code\";s:2:\"fi\";s:2:\"id\";s:2:\"18\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"fi\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"fi\";s:12:\"display_name\";s:10:\"Finlandés\";}s:21:\"language_details_fres\";a:10:{s:4:\"code\";s:2:\"fr\";s:2:\"id\";s:1:\"4\";s:12:\"english_name\";s:6:\"French\";s:11:\"native_name\";s:9:\"Français\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"fr_FR\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"fr\";s:12:\"display_name\";s:8:\"Francés\";}s:21:\"language_details_gles\";a:10:{s:4:\"code\";s:2:\"gl\";s:2:\"id\";s:2:\"63\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"gl_ES\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"gl\";s:12:\"display_name\";s:7:\"Gallego\";}s:21:\"language_details_dees\";a:10:{s:4:\"code\";s:2:\"de\";s:2:\"id\";s:1:\"3\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"de_DE\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"de\";s:12:\"display_name\";s:7:\"Alemán\";}s:21:\"language_details_eles\";a:10:{s:4:\"code\";s:2:\"el\";s:2:\"id\";s:2:\"13\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικα\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"el\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"el\";s:12:\"display_name\";s:6:\"Griego\";}s:21:\"language_details_hees\";a:10:{s:4:\"code\";s:2:\"he\";s:2:\"id\";s:2:\"20\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:10:\"עברית\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"he_IL\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"he\";s:12:\"display_name\";s:6:\"Hebreo\";}s:21:\"language_details_hies\";a:10:{s:4:\"code\";s:2:\"hi\";s:2:\"id\";s:2:\"21\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"hi_IN\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"hi\";s:12:\"display_name\";s:5:\"Hindi\";}s:21:\"language_details_hues\";a:10:{s:4:\"code\";s:2:\"hu\";s:2:\"id\";s:2:\"23\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"hu_HU\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"hu\";s:12:\"display_name\";s:8:\"Húngaro\";}s:21:\"language_details_ises\";a:10:{s:4:\"code\";s:2:\"is\";s:2:\"id\";s:2:\"26\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"is_IS\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"is\";s:12:\"display_name\";s:9:\"Islandés\";}s:21:\"language_details_ides\";a:10:{s:4:\"code\";s:2:\"id\";s:2:\"id\";s:2:\"25\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:9:\"Indonesia\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"id_ID\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"id\";s:12:\"display_name\";s:9:\"Indonesio\";}s:21:\"language_details_gaes\";a:10:{s:4:\"code\";s:2:\"ga\";s:2:\"id\";s:2:\"19\";s:12:\"english_name\";s:5:\"Irish\";s:11:\"native_name\";s:7:\"Gaeilge\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"ga_IE\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ga\";s:12:\"display_name\";s:9:\"Irlandés\";}s:21:\"language_details_ites\";a:10:{s:4:\"code\";s:2:\"it\";s:2:\"id\";s:2:\"27\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"it_IT\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"it\";s:12:\"display_name\";s:8:\"Italiano\";}s:21:\"language_details_jaes\";a:10:{s:4:\"code\";s:2:\"ja\";s:2:\"id\";s:2:\"28\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:2:\"ja\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ja\";s:12:\"display_name\";s:8:\"Japonés\";}s:21:\"language_details_koes\";a:10:{s:4:\"code\";s:2:\"ko\";s:2:\"id\";s:2:\"29\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"ko_KR\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ko\";s:12:\"display_name\";s:7:\"Coreano\";}s:21:\"language_details_kues\";a:10:{s:4:\"code\";s:2:\"ku\";s:2:\"id\";s:2:\"30\";s:12:\"english_name\";s:7:\"Kurdish\";s:11:\"native_name\";s:7:\"Kurdish\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"ku\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ku\";s:12:\"display_name\";s:5:\"Kurdo\";}s:21:\"language_details_lves\";a:10:{s:4:\"code\";s:2:\"lv\";s:2:\"id\";s:2:\"31\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:9:\"Latviešu\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"lv_LV\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"lv\";s:12:\"display_name\";s:6:\"Letón\";}s:21:\"language_details_ltes\";a:10:{s:4:\"code\";s:2:\"lt\";s:2:\"id\";s:2:\"32\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:8:\"Lietuvos\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"lt_LT\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"lt\";s:12:\"display_name\";s:7:\"Lituano\";}s:21:\"language_details_mkes\";a:10:{s:4:\"code\";s:2:\"mk\";s:2:\"id\";s:2:\"33\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:20:\"македонски\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"mk_MK\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"mk\";s:12:\"display_name\";s:9:\"Macedonio\";}s:21:\"language_details_mses\";a:10:{s:4:\"code\";s:2:\"ms\";s:2:\"id\";s:2:\"62\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:6:\"Melayu\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"ms_MY\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ms\";s:12:\"display_name\";s:6:\"Malayo\";}s:21:\"language_details_mtes\";a:10:{s:4:\"code\";s:2:\"mt\";s:2:\"id\";s:2:\"34\";s:12:\"english_name\";s:7:\"Maltese\";s:11:\"native_name\";s:5:\"Malti\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"mt_MT\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"mt\";s:12:\"display_name\";s:7:\"Maltés\";}s:21:\"language_details_mnes\";a:10:{s:4:\"code\";s:2:\"mn\";s:2:\"id\";s:2:\"35\";s:12:\"english_name\";s:9:\"Mongolian\";s:11:\"native_name\";s:9:\"Mongolian\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"mn_MN\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"mn\";s:12:\"display_name\";s:6:\"Mongol\";}s:21:\"language_details_nees\";a:10:{s:4:\"code\";s:2:\"ne\";s:2:\"id\";s:2:\"36\";s:12:\"english_name\";s:6:\"Nepali\";s:11:\"native_name\";s:6:\"Nepali\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"ne\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ne\";s:12:\"display_name\";s:7:\"Nepalí\";}s:21:\"language_details_noes\";a:10:{s:4:\"code\";s:2:\"no\";s:2:\"id\";s:2:\"38\";s:12:\"english_name\";s:17:\"Norwegian Bokmål\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"nb_NO\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"no\";s:12:\"display_name\";s:7:\"Bokmål\";}s:21:\"language_details_faes\";a:10:{s:4:\"code\";s:2:\"fa\";s:2:\"id\";s:2:\"17\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"fa_IR\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"fa\";s:12:\"display_name\";s:5:\"Persa\";}s:21:\"language_details_ples\";a:10:{s:4:\"code\";s:2:\"pl\";s:2:\"id\";s:2:\"40\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"polski\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"pl_PL\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"pl\";s:12:\"display_name\";s:6:\"Polaco\";}s:24:\"language_details_pt-bres\";a:10:{s:4:\"code\";s:5:\"pt-br\";s:2:\"id\";s:2:\"42\";s:12:\"english_name\";s:18:\"Portuguese, Brazil\";s:11:\"native_name\";s:10:\"Português\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"pt_BR\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"pt-br\";s:12:\"display_name\";s:18:\"Portugués, Brasil\";}s:24:\"language_details_pt-ptes\";a:10:{s:4:\"code\";s:5:\"pt-pt\";s:2:\"id\";s:2:\"41\";s:12:\"english_name\";s:20:\"Portuguese, Portugal\";s:11:\"native_name\";s:10:\"Português\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"pt_PT\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"pt-pt\";s:12:\"display_name\";s:20:\"Portugués, Portugal\";}s:21:\"language_details_paes\";a:10:{s:4:\"code\";s:2:\"pa\";s:2:\"id\";s:2:\"39\";s:12:\"english_name\";s:7:\"Punjabi\";s:11:\"native_name\";s:7:\"Punjabi\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:0:\"\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"pa\";s:12:\"display_name\";s:8:\"Panyabí\";}s:21:\"language_details_ques\";a:10:{s:4:\"code\";s:2:\"qu\";s:2:\"id\";s:2:\"43\";s:12:\"english_name\";s:7:\"Quechua\";s:11:\"native_name\";s:7:\"Quechua\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:6:\"quz_PE\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"qu\";s:12:\"display_name\";s:7:\"Quechua\";}s:21:\"language_details_roes\";a:10:{s:4:\"code\";s:2:\"ro\";s:2:\"id\";s:2:\"44\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"ro_RO\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ro\";s:12:\"display_name\";s:6:\"Rumano\";}s:21:\"language_details_rues\";a:10:{s:4:\"code\";s:2:\"ru\";s:2:\"id\";s:2:\"45\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:5:\"ru_RU\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ru\";s:12:\"display_name\";s:4:\"Ruso\";}s:21:\"language_details_sres\";a:10:{s:4:\"code\";s:2:\"sr\";s:2:\"id\";s:2:\"49\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:12:\"српски\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"sr_RS\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"sr\";s:12:\"display_name\";s:6:\"Serbio\";}s:21:\"language_details_sges\";a:10:{s:4:\"code\";s:2:\"sg\";s:2:\"id\";s:2:\"65\";s:12:\"english_name\";s:9:\"Singapore\";s:11:\"native_name\";s:9:\"Singapore\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:5:\"en-SG\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"sg\";s:12:\"display_name\";s:9:\"Singapore\";}s:21:\"language_details_skes\";a:10:{s:4:\"code\";s:2:\"sk\";s:2:\"id\";s:2:\"10\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"sk_SK\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"sk\";s:12:\"display_name\";s:6:\"Eslavo\";}s:21:\"language_details_sles\";a:10:{s:4:\"code\";s:2:\"sl\";s:2:\"id\";s:2:\"46\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"sl_SI\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"sl\";s:12:\"display_name\";s:8:\"Esloveno\";}s:21:\"language_details_soes\";a:10:{s:4:\"code\";s:2:\"so\";s:2:\"id\";s:2:\"47\";s:12:\"english_name\";s:6:\"Somali\";s:11:\"native_name\";s:6:\"Somali\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"so_SO\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"so\";s:12:\"display_name\";s:7:\"Somalí\";}s:21:\"language_details_eses\";a:10:{s:4:\"code\";s:2:\"es\";s:2:\"id\";s:1:\"2\";s:12:\"english_name\";s:7:\"Spanish\";s:11:\"native_name\";s:8:\"Español\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:5:\"es_ES\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"es\";s:12:\"display_name\";s:8:\"Español\";}s:21:\"language_details_sves\";a:10:{s:4:\"code\";s:2:\"sv\";s:2:\"id\";s:2:\"50\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"sv_SE\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"sv\";s:12:\"display_name\";s:5:\"Sueco\";}s:21:\"language_details_taes\";a:10:{s:4:\"code\";s:2:\"ta\";s:2:\"id\";s:2:\"51\";s:12:\"english_name\";s:5:\"Tamil\";s:11:\"native_name\";s:5:\"Tamil\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"ta_IN\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ta\";s:12:\"display_name\";s:5:\"Tamil\";}s:21:\"language_details_thes\";a:10:{s:4:\"code\";s:2:\"th\";s:2:\"id\";s:2:\"52\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"th\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"th\";s:12:\"display_name\";s:10:\"Tailandés\";}s:21:\"language_details_tres\";a:10:{s:4:\"code\";s:2:\"tr\";s:2:\"id\";s:2:\"53\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"tr_TR\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"tr\";s:12:\"display_name\";s:5:\"Turco\";}s:21:\"language_details_ukes\";a:10:{s:4:\"code\";s:2:\"uk\";s:2:\"id\";s:2:\"54\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:9:\"Ukrainian\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"uk\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"uk\";s:12:\"display_name\";s:9:\"Ucraniano\";}s:21:\"language_details_ures\";a:10:{s:4:\"code\";s:2:\"ur\";s:2:\"id\";s:2:\"55\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:9:\"اردو \";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"uz_UZ\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ur\";s:12:\"display_name\";s:4:\"Urdu\";}s:21:\"language_details_uzes\";a:10:{s:4:\"code\";s:2:\"uz\";s:2:\"id\";s:2:\"56\";s:12:\"english_name\";s:5:\"Uzbek\";s:11:\"native_name\";s:5:\"Uzbek\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"uz_UZ\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"uz\";s:12:\"display_name\";s:6:\"Uzbeko\";}s:21:\"language_details_vies\";a:10:{s:4:\"code\";s:2:\"vi\";s:2:\"id\";s:2:\"57\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"vi_VN\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"vi\";s:12:\"display_name\";s:10:\"Vietnamita\";}s:21:\"language_details_cyes\";a:10:{s:4:\"code\";s:2:\"cy\";s:2:\"id\";s:2:\"11\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"cy_GB\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"cy\";s:12:\"display_name\";s:6:\"Galés\";}s:21:\"language_details_yies\";a:10:{s:4:\"code\";s:2:\"yi\";s:2:\"id\";s:2:\"58\";s:12:\"english_name\";s:7:\"Yiddish\";s:11:\"native_name\";s:7:\"Yiddish\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:0:\"\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"yi\";s:12:\"display_name\";s:5:\"Yidis\";}s:21:\"language_details_zues\";a:10:{s:4:\"code\";s:2:\"zu\";s:2:\"id\";s:2:\"60\";s:12:\"english_name\";s:4:\"Zulu\";s:11:\"native_name\";s:4:\"Zulu\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:0:\"\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"zu\";s:12:\"display_name\";s:5:\"Zulú\";}s:29:\"all_language_es__english_name\";a:65:{s:2:\"sq\";a:10:{s:4:\"code\";s:2:\"sq\";s:2:\"id\";s:2:\"48\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:8:\"Albanian\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"sq_AL\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"sq\";s:12:\"display_name\";s:8:\"Albanés\";}s:2:\"ar\";a:10:{s:4:\"code\";s:2:\"ar\";s:2:\"id\";s:1:\"5\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"ar\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ar\";s:12:\"display_name\";s:6:\"Árabe\";}s:2:\"hy\";a:10:{s:4:\"code\";s:2:\"hy\";s:2:\"id\";s:2:\"24\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"hy_AM\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"hy\";s:12:\"display_name\";s:7:\"Armenio\";}s:2:\"eu\";a:10:{s:4:\"code\";s:2:\"eu\";s:2:\"id\";s:2:\"16\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"eu_ES\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"eu\";s:12:\"display_name\";s:7:\"Euskera\";}s:2:\"bn\";a:10:{s:4:\"code\";s:2:\"bn\";s:2:\"id\";s:2:\"64\";s:12:\"english_name\";s:7:\"Bengali\";s:11:\"native_name\";s:18:\"हिन्दी\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"bn_BD\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"bn\";s:12:\"display_name\";s:8:\"Bengalí\";}s:2:\"bs\";a:10:{s:4:\"code\";s:2:\"bs\";s:2:\"id\";s:1:\"6\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:7:\"Bosnian\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"bs_BA\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"bs\";s:12:\"display_name\";s:6:\"Bosnio\";}s:2:\"bg\";a:10:{s:4:\"code\";s:2:\"bg\";s:2:\"id\";s:1:\"7\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"bg_BG\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"bg\";s:12:\"display_name\";s:8:\"Búlgaro\";}s:2:\"ca\";a:10:{s:4:\"code\";s:2:\"ca\";s:2:\"id\";s:1:\"8\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"ca\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ca\";s:12:\"display_name\";s:8:\"Catalán\";}s:7:\"zh-hans\";a:10:{s:4:\"code\";s:7:\"zh-hans\";s:2:\"id\";s:2:\"59\";s:12:\"english_name\";s:20:\"Chinese (Simplified)\";s:11:\"native_name\";s:12:\"简体中文\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"zh_CN\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:7:\"zh-hans\";s:12:\"display_name\";s:18:\"Chino simplificado\";}s:7:\"zh-hant\";a:10:{s:4:\"code\";s:7:\"zh-hant\";s:2:\"id\";s:2:\"61\";s:12:\"english_name\";s:21:\"Chinese (Traditional)\";s:11:\"native_name\";s:12:\"繁體中文\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"zh_TW\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:7:\"zh-hant\";s:12:\"display_name\";s:17:\"Chino tradicional\";}s:2:\"hr\";a:10:{s:4:\"code\";s:2:\"hr\";s:2:\"id\";s:2:\"22\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"hr\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"hr\";s:12:\"display_name\";s:6:\"Croata\";}s:2:\"cs\";a:10:{s:4:\"code\";s:2:\"cs\";s:2:\"id\";s:1:\"9\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:9:\"Čeština\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"cs_CZ\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"cs\";s:12:\"display_name\";s:5:\"Checo\";}s:2:\"da\";a:10:{s:4:\"code\";s:2:\"da\";s:2:\"id\";s:2:\"12\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"da_DK\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"da\";s:12:\"display_name\";s:6:\"Danés\";}s:2:\"nl\";a:10:{s:4:\"code\";s:2:\"nl\";s:2:\"id\";s:2:\"37\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"nl_NL\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"nl\";s:12:\"display_name\";s:9:\"Holandés\";}s:2:\"en\";a:10:{s:4:\"code\";s:2:\"en\";s:2:\"id\";s:1:\"1\";s:12:\"english_name\";s:7:\"English\";s:11:\"native_name\";s:7:\"English\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:5:\"en_US\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"en\";s:12:\"display_name\";s:7:\"Inglés\";}s:2:\"eo\";a:10:{s:4:\"code\";s:2:\"eo\";s:2:\"id\";s:2:\"14\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanta\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"eo_UY\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"eo\";s:12:\"display_name\";s:9:\"Esperanto\";}s:2:\"et\";a:10:{s:4:\"code\";s:2:\"et\";s:2:\"id\";s:2:\"15\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"et\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"et\";s:12:\"display_name\";s:7:\"Estonio\";}s:2:\"fi\";a:10:{s:4:\"code\";s:2:\"fi\";s:2:\"id\";s:2:\"18\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"fi\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"fi\";s:12:\"display_name\";s:10:\"Finlandés\";}s:2:\"fr\";a:10:{s:4:\"code\";s:2:\"fr\";s:2:\"id\";s:1:\"4\";s:12:\"english_name\";s:6:\"French\";s:11:\"native_name\";s:9:\"Français\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"fr_FR\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"fr\";s:12:\"display_name\";s:8:\"Francés\";}s:2:\"gl\";a:10:{s:4:\"code\";s:2:\"gl\";s:2:\"id\";s:2:\"63\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"gl_ES\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"gl\";s:12:\"display_name\";s:7:\"Gallego\";}s:2:\"de\";a:10:{s:4:\"code\";s:2:\"de\";s:2:\"id\";s:1:\"3\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"de_DE\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"de\";s:12:\"display_name\";s:7:\"Alemán\";}s:2:\"el\";a:10:{s:4:\"code\";s:2:\"el\";s:2:\"id\";s:2:\"13\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικα\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"el\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"el\";s:12:\"display_name\";s:6:\"Griego\";}s:2:\"he\";a:10:{s:4:\"code\";s:2:\"he\";s:2:\"id\";s:2:\"20\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:10:\"עברית\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"he_IL\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"he\";s:12:\"display_name\";s:6:\"Hebreo\";}s:2:\"hi\";a:10:{s:4:\"code\";s:2:\"hi\";s:2:\"id\";s:2:\"21\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"hi_IN\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"hi\";s:12:\"display_name\";s:5:\"Hindi\";}s:2:\"hu\";a:10:{s:4:\"code\";s:2:\"hu\";s:2:\"id\";s:2:\"23\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"hu_HU\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"hu\";s:12:\"display_name\";s:8:\"Húngaro\";}s:2:\"is\";a:10:{s:4:\"code\";s:2:\"is\";s:2:\"id\";s:2:\"26\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"is_IS\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"is\";s:12:\"display_name\";s:9:\"Islandés\";}s:2:\"id\";a:10:{s:4:\"code\";s:2:\"id\";s:2:\"id\";s:2:\"25\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:9:\"Indonesia\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"id_ID\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"id\";s:12:\"display_name\";s:9:\"Indonesio\";}s:2:\"ga\";a:10:{s:4:\"code\";s:2:\"ga\";s:2:\"id\";s:2:\"19\";s:12:\"english_name\";s:5:\"Irish\";s:11:\"native_name\";s:7:\"Gaeilge\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"ga_IE\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ga\";s:12:\"display_name\";s:9:\"Irlandés\";}s:2:\"it\";a:10:{s:4:\"code\";s:2:\"it\";s:2:\"id\";s:2:\"27\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"it_IT\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"it\";s:12:\"display_name\";s:8:\"Italiano\";}s:2:\"ja\";a:10:{s:4:\"code\";s:2:\"ja\";s:2:\"id\";s:2:\"28\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:2:\"ja\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ja\";s:12:\"display_name\";s:8:\"Japonés\";}s:2:\"ko\";a:10:{s:4:\"code\";s:2:\"ko\";s:2:\"id\";s:2:\"29\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"ko_KR\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ko\";s:12:\"display_name\";s:7:\"Coreano\";}s:2:\"ku\";a:10:{s:4:\"code\";s:2:\"ku\";s:2:\"id\";s:2:\"30\";s:12:\"english_name\";s:7:\"Kurdish\";s:11:\"native_name\";s:7:\"Kurdish\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"ku\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ku\";s:12:\"display_name\";s:5:\"Kurdo\";}s:2:\"lv\";a:10:{s:4:\"code\";s:2:\"lv\";s:2:\"id\";s:2:\"31\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:9:\"Latviešu\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"lv_LV\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"lv\";s:12:\"display_name\";s:6:\"Letón\";}s:2:\"lt\";a:10:{s:4:\"code\";s:2:\"lt\";s:2:\"id\";s:2:\"32\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:8:\"Lietuvos\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"lt_LT\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"lt\";s:12:\"display_name\";s:7:\"Lituano\";}s:2:\"mk\";a:10:{s:4:\"code\";s:2:\"mk\";s:2:\"id\";s:2:\"33\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:20:\"македонски\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"mk_MK\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"mk\";s:12:\"display_name\";s:9:\"Macedonio\";}s:2:\"ms\";a:10:{s:4:\"code\";s:2:\"ms\";s:2:\"id\";s:2:\"62\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:6:\"Melayu\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"ms_MY\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ms\";s:12:\"display_name\";s:6:\"Malayo\";}s:2:\"mt\";a:10:{s:4:\"code\";s:2:\"mt\";s:2:\"id\";s:2:\"34\";s:12:\"english_name\";s:7:\"Maltese\";s:11:\"native_name\";s:5:\"Malti\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"mt_MT\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"mt\";s:12:\"display_name\";s:7:\"Maltés\";}s:2:\"mn\";a:10:{s:4:\"code\";s:2:\"mn\";s:2:\"id\";s:2:\"35\";s:12:\"english_name\";s:9:\"Mongolian\";s:11:\"native_name\";s:9:\"Mongolian\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"mn_MN\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"mn\";s:12:\"display_name\";s:6:\"Mongol\";}s:2:\"ne\";a:10:{s:4:\"code\";s:2:\"ne\";s:2:\"id\";s:2:\"36\";s:12:\"english_name\";s:6:\"Nepali\";s:11:\"native_name\";s:6:\"Nepali\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"ne\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ne\";s:12:\"display_name\";s:7:\"Nepalí\";}s:2:\"no\";a:10:{s:4:\"code\";s:2:\"no\";s:2:\"id\";s:2:\"38\";s:12:\"english_name\";s:17:\"Norwegian Bokmål\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"nb_NO\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"no\";s:12:\"display_name\";s:7:\"Bokmål\";}s:2:\"fa\";a:10:{s:4:\"code\";s:2:\"fa\";s:2:\"id\";s:2:\"17\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"fa_IR\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"fa\";s:12:\"display_name\";s:5:\"Persa\";}s:2:\"pl\";a:10:{s:4:\"code\";s:2:\"pl\";s:2:\"id\";s:2:\"40\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"polski\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"pl_PL\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"pl\";s:12:\"display_name\";s:6:\"Polaco\";}s:5:\"pt-br\";a:10:{s:4:\"code\";s:5:\"pt-br\";s:2:\"id\";s:2:\"42\";s:12:\"english_name\";s:18:\"Portuguese, Brazil\";s:11:\"native_name\";s:10:\"Português\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"pt_BR\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"pt-br\";s:12:\"display_name\";s:18:\"Portugués, Brasil\";}s:5:\"pt-pt\";a:10:{s:4:\"code\";s:5:\"pt-pt\";s:2:\"id\";s:2:\"41\";s:12:\"english_name\";s:20:\"Portuguese, Portugal\";s:11:\"native_name\";s:10:\"Português\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"pt_PT\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"pt-pt\";s:12:\"display_name\";s:20:\"Portugués, Portugal\";}s:2:\"pa\";a:10:{s:4:\"code\";s:2:\"pa\";s:2:\"id\";s:2:\"39\";s:12:\"english_name\";s:7:\"Punjabi\";s:11:\"native_name\";s:7:\"Punjabi\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:0:\"\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"pa\";s:12:\"display_name\";s:8:\"Panyabí\";}s:2:\"qu\";a:10:{s:4:\"code\";s:2:\"qu\";s:2:\"id\";s:2:\"43\";s:12:\"english_name\";s:7:\"Quechua\";s:11:\"native_name\";s:7:\"Quechua\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:6:\"quz_PE\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"qu\";s:12:\"display_name\";s:7:\"Quechua\";}s:2:\"ro\";a:10:{s:4:\"code\";s:2:\"ro\";s:2:\"id\";s:2:\"44\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"ro_RO\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ro\";s:12:\"display_name\";s:6:\"Rumano\";}s:2:\"ru\";a:10:{s:4:\"code\";s:2:\"ru\";s:2:\"id\";s:2:\"45\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:5:\"ru_RU\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ru\";s:12:\"display_name\";s:4:\"Ruso\";}s:2:\"sr\";a:10:{s:4:\"code\";s:2:\"sr\";s:2:\"id\";s:2:\"49\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:12:\"српски\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"sr_RS\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"sr\";s:12:\"display_name\";s:6:\"Serbio\";}s:2:\"sg\";a:10:{s:4:\"code\";s:2:\"sg\";s:2:\"id\";s:2:\"65\";s:12:\"english_name\";s:9:\"Singapore\";s:11:\"native_name\";s:9:\"Singapore\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:5:\"en-SG\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"sg\";s:12:\"display_name\";s:9:\"Singapore\";}s:2:\"sk\";a:10:{s:4:\"code\";s:2:\"sk\";s:2:\"id\";s:2:\"10\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"sk_SK\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"sk\";s:12:\"display_name\";s:6:\"Eslavo\";}s:2:\"sl\";a:10:{s:4:\"code\";s:2:\"sl\";s:2:\"id\";s:2:\"46\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"sl_SI\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"sl\";s:12:\"display_name\";s:8:\"Esloveno\";}s:2:\"so\";a:10:{s:4:\"code\";s:2:\"so\";s:2:\"id\";s:2:\"47\";s:12:\"english_name\";s:6:\"Somali\";s:11:\"native_name\";s:6:\"Somali\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"so_SO\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"so\";s:12:\"display_name\";s:7:\"Somalí\";}s:2:\"es\";a:10:{s:4:\"code\";s:2:\"es\";s:2:\"id\";s:1:\"2\";s:12:\"english_name\";s:7:\"Spanish\";s:11:\"native_name\";s:8:\"Español\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:5:\"es_ES\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"es\";s:12:\"display_name\";s:8:\"Español\";}s:2:\"sv\";a:10:{s:4:\"code\";s:2:\"sv\";s:2:\"id\";s:2:\"50\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"sv_SE\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"sv\";s:12:\"display_name\";s:5:\"Sueco\";}s:2:\"ta\";a:10:{s:4:\"code\";s:2:\"ta\";s:2:\"id\";s:2:\"51\";s:12:\"english_name\";s:5:\"Tamil\";s:11:\"native_name\";s:5:\"Tamil\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"ta_IN\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ta\";s:12:\"display_name\";s:5:\"Tamil\";}s:2:\"th\";a:10:{s:4:\"code\";s:2:\"th\";s:2:\"id\";s:2:\"52\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"th\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"th\";s:12:\"display_name\";s:10:\"Tailandés\";}s:2:\"tr\";a:10:{s:4:\"code\";s:2:\"tr\";s:2:\"id\";s:2:\"53\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"tr_TR\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"tr\";s:12:\"display_name\";s:5:\"Turco\";}s:2:\"uk\";a:10:{s:4:\"code\";s:2:\"uk\";s:2:\"id\";s:2:\"54\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:9:\"Ukrainian\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"uk\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"uk\";s:12:\"display_name\";s:9:\"Ucraniano\";}s:2:\"ur\";a:10:{s:4:\"code\";s:2:\"ur\";s:2:\"id\";s:2:\"55\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:9:\"اردو \";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"uz_UZ\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ur\";s:12:\"display_name\";s:4:\"Urdu\";}s:2:\"uz\";a:10:{s:4:\"code\";s:2:\"uz\";s:2:\"id\";s:2:\"56\";s:12:\"english_name\";s:5:\"Uzbek\";s:11:\"native_name\";s:5:\"Uzbek\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"uz_UZ\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"uz\";s:12:\"display_name\";s:6:\"Uzbeko\";}s:2:\"vi\";a:10:{s:4:\"code\";s:2:\"vi\";s:2:\"id\";s:2:\"57\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"vi_VN\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"vi\";s:12:\"display_name\";s:10:\"Vietnamita\";}s:2:\"cy\";a:10:{s:4:\"code\";s:2:\"cy\";s:2:\"id\";s:2:\"11\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"cy_GB\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"cy\";s:12:\"display_name\";s:6:\"Galés\";}s:2:\"yi\";a:10:{s:4:\"code\";s:2:\"yi\";s:2:\"id\";s:2:\"58\";s:12:\"english_name\";s:7:\"Yiddish\";s:11:\"native_name\";s:7:\"Yiddish\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:0:\"\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"yi\";s:12:\"display_name\";s:5:\"Yidis\";}s:2:\"zu\";a:10:{s:4:\"code\";s:2:\"zu\";s:2:\"id\";s:2:\"60\";s:12:\"english_name\";s:4:\"Zulu\";s:11:\"native_name\";s:4:\"Zulu\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:0:\"\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"zu\";s:12:\"display_name\";s:5:\"Zulú\";}}s:28:\"in_language_ru__english_name\";a:5:{s:2:\"en\";a:10:{s:4:\"code\";s:2:\"en\";s:2:\"id\";s:1:\"1\";s:12:\"english_name\";s:7:\"English\";s:11:\"native_name\";s:7:\"English\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:5:\"en_US\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"en\";s:12:\"display_name\";s:20:\"Английский\";}s:2:\"ja\";a:10:{s:4:\"code\";s:2:\"ja\";s:2:\"id\";s:2:\"28\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:2:\"ja\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ja\";s:12:\"display_name\";s:16:\"Японский\";}s:2:\"ru\";a:10:{s:4:\"code\";s:2:\"ru\";s:2:\"id\";s:2:\"45\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:5:\"ru_RU\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ru\";s:12:\"display_name\";s:14:\"Русский\";}s:2:\"sg\";a:10:{s:4:\"code\";s:2:\"sg\";s:2:\"id\";s:2:\"65\";s:12:\"english_name\";s:9:\"Singapore\";s:11:\"native_name\";s:9:\"Singapore\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:5:\"en-SG\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"sg\";s:12:\"display_name\";s:9:\"Singapore\";}s:2:\"es\";a:10:{s:4:\"code\";s:2:\"es\";s:2:\"id\";s:1:\"2\";s:12:\"english_name\";s:7:\"Spanish\";s:11:\"native_name\";s:8:\"Español\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:5:\"es_ES\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"es\";s:12:\"display_name\";s:18:\"Испанский\";}}s:4:\"enru\";s:20:\"Английский\";s:4:\"jaru\";s:16:\"Японский\";s:4:\"sgru\";s:9:\"Singapore\";s:4:\"esru\";s:18:\"Испанский\";s:28:\"in_language_ja__english_name\";a:5:{s:2:\"en\";a:10:{s:4:\"code\";s:2:\"en\";s:2:\"id\";s:1:\"1\";s:12:\"english_name\";s:7:\"English\";s:11:\"native_name\";s:7:\"English\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:5:\"en_US\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"en\";s:12:\"display_name\";s:6:\"英語\";}s:2:\"ja\";a:10:{s:4:\"code\";s:2:\"ja\";s:2:\"id\";s:2:\"28\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:2:\"ja\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ja\";s:12:\"display_name\";s:9:\"日本語\";}s:2:\"ru\";a:10:{s:4:\"code\";s:2:\"ru\";s:2:\"id\";s:2:\"45\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:5:\"ru_RU\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ru\";s:12:\"display_name\";s:12:\"ロシア語\";}s:2:\"sg\";a:10:{s:4:\"code\";s:2:\"sg\";s:2:\"id\";s:2:\"65\";s:12:\"english_name\";s:9:\"Singapore\";s:11:\"native_name\";s:9:\"Singapore\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:5:\"en-SG\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"sg\";s:12:\"display_name\";s:9:\"Singapore\";}s:2:\"es\";a:10:{s:4:\"code\";s:2:\"es\";s:2:\"id\";s:1:\"2\";s:12:\"english_name\";s:7:\"Spanish\";s:11:\"native_name\";s:8:\"Español\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:5:\"es_ES\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"es\";s:12:\"display_name\";s:15:\"スペイン語\";}}s:4:\"enja\";s:6:\"英語\";s:4:\"ruja\";s:12:\"ロシア語\";s:4:\"sgja\";s:9:\"Singapore\";s:4:\"esja\";s:15:\"スペイン語\";s:28:\"in_language_es__english_name\";a:5:{s:2:\"en\";a:10:{s:4:\"code\";s:2:\"en\";s:2:\"id\";s:1:\"1\";s:12:\"english_name\";s:7:\"English\";s:11:\"native_name\";s:7:\"English\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:5:\"en_US\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"en\";s:12:\"display_name\";s:7:\"Inglés\";}s:2:\"ja\";a:10:{s:4:\"code\";s:2:\"ja\";s:2:\"id\";s:2:\"28\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:2:\"ja\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ja\";s:12:\"display_name\";s:8:\"Japonés\";}s:2:\"ru\";a:10:{s:4:\"code\";s:2:\"ru\";s:2:\"id\";s:2:\"45\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:5:\"ru_RU\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ru\";s:12:\"display_name\";s:4:\"Ruso\";}s:2:\"sg\";a:10:{s:4:\"code\";s:2:\"sg\";s:2:\"id\";s:2:\"65\";s:12:\"english_name\";s:9:\"Singapore\";s:11:\"native_name\";s:9:\"Singapore\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:5:\"en-SG\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"sg\";s:12:\"display_name\";s:9:\"Singapore\";}s:2:\"es\";a:10:{s:4:\"code\";s:2:\"es\";s:2:\"id\";s:1:\"2\";s:12:\"english_name\";s:7:\"Spanish\";s:11:\"native_name\";s:8:\"Español\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:5:\"es_ES\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"es\";s:12:\"display_name\";s:8:\"Español\";}}s:4:\"enes\";s:7:\"Inglés\";s:4:\"jaes\";s:8:\"Japonés\";s:4:\"rues\";s:4:\"Ruso\";s:4:\"sges\";s:9:\"Singapore\";s:28:\"in_language_sg__english_name\";a:5:{s:2:\"en\";a:10:{s:4:\"code\";s:2:\"en\";s:2:\"id\";s:1:\"1\";s:12:\"english_name\";s:7:\"English\";s:11:\"native_name\";s:7:\"English\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:5:\"en_US\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"en\";s:12:\"display_name\";s:7:\"English\";}s:2:\"ja\";a:10:{s:4:\"code\";s:2:\"ja\";s:2:\"id\";s:2:\"28\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:2:\"ja\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ja\";s:12:\"display_name\";s:8:\"Japanese\";}s:2:\"ru\";a:10:{s:4:\"code\";s:2:\"ru\";s:2:\"id\";s:2:\"45\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:5:\"ru_RU\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ru\";s:12:\"display_name\";s:7:\"Russian\";}s:2:\"sg\";a:10:{s:4:\"code\";s:2:\"sg\";s:2:\"id\";s:2:\"65\";s:12:\"english_name\";s:9:\"Singapore\";s:11:\"native_name\";s:9:\"Singapore\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:5:\"en-SG\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"sg\";s:12:\"display_name\";s:9:\"Singapore\";}s:2:\"es\";a:10:{s:4:\"code\";s:2:\"es\";s:2:\"id\";s:1:\"2\";s:12:\"english_name\";s:7:\"Spanish\";s:11:\"native_name\";s:8:\"Español\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:5:\"es_ES\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"es\";s:12:\"display_name\";s:7:\"Spanish\";}}s:4:\"ensg\";s:7:\"English\";s:4:\"jasg\";s:8:\"Japanese\";s:4:\"rusg\";s:7:\"Russian\";s:4:\"essg\";s:7:\"Spanish\";}s:17:\"flags_cache_class\";a:5:{s:2:\"en\";O:8:\"stdClass\":2:{s:4:\"flag\";s:11:\"flag-us.svg\";s:13:\"from_template\";s:1:\"1\";}s:2:\"ja\";O:8:\"stdClass\":2:{s:4:\"flag\";s:11:\"flag-jp.svg\";s:13:\"from_template\";s:1:\"1\";}s:2:\"ru\";O:8:\"stdClass\":2:{s:4:\"flag\";s:11:\"flag-ru.svg\";s:13:\"from_template\";s:1:\"1\";}s:2:\"sg\";O:8:\"stdClass\":2:{s:4:\"flag\";s:11:\"flag-sg.svg\";s:13:\"from_template\";s:1:\"1\";}s:2:\"es\";O:8:\"stdClass\":2:{s:4:\"flag\";s:11:\"flag-es.svg\";s:13:\"from_template\";s:1:\"1\";}}}','yes'),(126232,'_transient_timeout_acf_plugin_updates','1630816007','no'),(126233,'_transient_acf_plugin_updates','a:4:{s:7:\"plugins\";a:1:{s:34:\"advanced-custom-fields-pro/acf.php\";a:8:{s:4:\"slug\";s:26:\"advanced-custom-fields-pro\";s:6:\"plugin\";s:34:\"advanced-custom-fields-pro/acf.php\";s:11:\"new_version\";s:6:\"5.10.2\";s:3:\"url\";s:36:\"https://www.advancedcustomfields.com\";s:6:\"tested\";s:3:\"5.8\";s:7:\"package\";s:0:\"\";s:5:\"icons\";a:1:{s:7:\"default\";s:63:\"https://ps.w.org/advanced-custom-fields/assets/icon-256x256.png\";}s:7:\"banners\";a:2:{s:3:\"low\";s:77:\"https://ps.w.org/advanced-custom-fields/assets/banner-772x250.jpg?rev=1729102\";s:4:\"high\";s:78:\"https://ps.w.org/advanced-custom-fields/assets/banner-1544x500.jpg?rev=1729099\";}}}s:10:\"expiration\";i:172800;s:6:\"status\";i:1;s:7:\"checked\";a:1:{s:34:\"advanced-custom-fields-pro/acf.php\";s:5:\"5.8.1\";}}','no'),(126291,'_site_transient_timeout_aioseop_update_check_time','1630696371','no'),(126292,'_site_transient_aioseop_update_check_time','1630674771','no'),(126307,'_site_transient_timeout_theme_roots','1630679812','no'),(126308,'_site_transient_theme_roots','a:4:{s:21:\"griflan-crypto-wallet\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:58:\"/home/forge/cryptowallet.labcp.co/web/wp/wp-content/themes\";s:15:\"twentyseventeen\";s:58:\"/home/forge/cryptowallet.labcp.co/web/wp/wp-content/themes\";s:13:\"twentysixteen\";s:58:\"/home/forge/cryptowallet.labcp.co/web/wp/wp-content/themes\";}','no'),(126314,'format_children','a:0:{}','yes'),(126361,'_transient_timeout_aiosp_sitemap_rules_flushed','1630729608','no'),(126362,'_transient_aiosp_sitemap_rules_flushed','1','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 = utf8 */;
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) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=26276 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_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` VALUES (3,5,'_edit_last','1'),(4,5,'_edit_lock','1564778143:1'),(5,9,'_edit_last','1'),(6,9,'_wp_page_template','page-academy.php'),(7,9,'subtitle','Everything you need\r\nto know about crypto\r\nin on place.'),(8,9,'_subtitle','field_5d1b8efd2cc53'),(9,9,'categories_posts_category_1','2'),(10,9,'_categories_posts_category_1','field_5d1b913f18cab'),(11,9,'categories_posts',''),(12,9,'_categories_posts','field_5d1b912f18caa'),(13,10,'subtitle',''),(14,10,'_subtitle','field_5d1b8efd2cc53'),(15,10,'categories_posts_category_1',''),(16,10,'_categories_posts_category_1','field_5d1b913f18cab'),(17,10,'categories_posts',''),(18,10,'_categories_posts','field_5d1b912f18caa'),(19,9,'_edit_lock','1566489796:3'),(20,9,'categories_posts_category_2','3'),(21,9,'_categories_posts_category_2','field_5d1b98fb32e3f'),(22,9,'categories_posts_category_3','4'),(23,9,'_categories_posts_category_3','field_5d1b98fd32e40'),(24,9,'categories_posts_category_4','5'),(25,9,'_categories_posts_category_4','field_5d1b98ff32e41'),(26,9,'categories_posts_category_5','6'),(27,9,'_categories_posts_category_5','field_5d1b990132e42'),(28,15,'subtitle','Everything you need\r\nto know about crypto\r\nin on place.'),(29,15,'_subtitle','field_5d1b8efd2cc53'),(30,15,'categories_posts_category_1','2'),(31,15,'_categories_posts_category_1','field_5d1b913f18cab'),(32,15,'categories_posts',''),(33,15,'_categories_posts','field_5d1b912f18caa'),(34,15,'categories_posts_category_2','3'),(35,15,'_categories_posts_category_2','field_5d1b92072c918'),(36,15,'categories_posts_category_3','4'),(37,15,'_categories_posts_category_3','field_5d1b920a2c919'),(38,15,'categories_posts_category_4','5'),(39,15,'_categories_posts_category_4','field_5d1b920b2c91a'),(40,15,'categories_posts_category_5','6'),(41,15,'_categories_posts_category_5','field_5d1b920f2c91b'),(42,16,'subtitle','Everything you need\r\nto know about crypto\r\nin on place.'),(43,16,'_subtitle','field_5d1b8efd2cc53'),(44,16,'categories_posts_category_1','2'),(45,16,'_categories_posts_category_1','field_5d1b913f18cab'),(46,16,'categories_posts',''),(47,16,'_categories_posts','field_5d1b912f18caa'),(48,16,'categories_posts_category_2','3'),(49,16,'_categories_posts_category_2','field_5d1b92072c918'),(50,16,'categories_posts_category_3','4'),(51,16,'_categories_posts_category_3','field_5d1b920a2c919'),(52,16,'categories_posts_category_4','5'),(53,16,'_categories_posts_category_4','field_5d1b920b2c91a'),(54,16,'categories_posts_category_5','6'),(55,16,'_categories_posts_category_5','field_5d1b920f2c91b'),(56,21,'subtitle','Everything you need\r\nto know about crypto\r\nin on place.'),(57,21,'_subtitle','field_5d1b8efd2cc53'),(58,21,'categories_posts_category_1','2'),(59,21,'_categories_posts_category_1','field_5d1b913f18cab'),(60,21,'categories_posts',''),(61,21,'_categories_posts','field_5d1b912f18caa'),(62,21,'categories_posts_category_2','3'),(63,21,'_categories_posts_category_2','field_5d1b93407500a'),(64,21,'categories_posts_category_3','4'),(65,21,'_categories_posts_category_3','field_5d1b93417500b'),(66,21,'categories_posts_category_4','5'),(67,21,'_categories_posts_category_4','field_5d1b93457500c'),(68,21,'categories_posts_category_5','6'),(69,21,'_categories_posts_category_5','field_5d1b93477500d'),(70,22,'subtitle','Everything you need\r\nto know about crypto\r\nin on place.'),(71,22,'_subtitle','field_5d1b8efd2cc53'),(72,22,'categories_posts_category_1','4'),(73,22,'_categories_posts_category_1','field_5d1b913f18cab'),(74,22,'categories_posts',''),(75,22,'_categories_posts','field_5d1b912f18caa'),(76,22,'categories_posts_category_2','3'),(77,22,'_categories_posts_category_2','field_5d1b93407500a'),(78,22,'categories_posts_category_3','4'),(79,22,'_categories_posts_category_3','field_5d1b93417500b'),(80,22,'categories_posts_category_4','5'),(81,22,'_categories_posts_category_4','field_5d1b93457500c'),(82,22,'categories_posts_category_5','6'),(83,22,'_categories_posts_category_5','field_5d1b93477500d'),(84,23,'subtitle','Everything you need\r\nto know about crypto\r\nin on place.'),(85,23,'_subtitle','field_5d1b8efd2cc53'),(86,23,'categories_posts_category_1','5'),(87,23,'_categories_posts_category_1','field_5d1b913f18cab'),(88,23,'categories_posts',''),(89,23,'_categories_posts','field_5d1b912f18caa'),(90,23,'categories_posts_category_2','3'),(91,23,'_categories_posts_category_2','field_5d1b93407500a'),(92,23,'categories_posts_category_3','4'),(93,23,'_categories_posts_category_3','field_5d1b93417500b'),(94,23,'categories_posts_category_4','5'),(95,23,'_categories_posts_category_4','field_5d1b93457500c'),(96,23,'categories_posts_category_5','6'),(97,23,'_categories_posts_category_5','field_5d1b93477500d'),(98,24,'subtitle','Everything you need\r\nto know about crypto\r\nin on place.'),(99,24,'_subtitle','field_5d1b8efd2cc53'),(100,24,'categories_posts_category_1','4'),(101,24,'_categories_posts_category_1','field_5d1b913f18cab'),(102,24,'categories_posts',''),(103,24,'_categories_posts','field_5d1b912f18caa'),(104,24,'categories_posts_category_2','3'),(105,24,'_categories_posts_category_2','field_5d1b93407500a'),(106,24,'categories_posts_category_3','4'),(107,24,'_categories_posts_category_3','field_5d1b93417500b'),(108,24,'categories_posts_category_4','5'),(109,24,'_categories_posts_category_4','field_5d1b93457500c'),(110,24,'categories_posts_category_5','6'),(111,24,'_categories_posts_category_5','field_5d1b93477500d'),(112,25,'subtitle','Everything you need\r\nto know about crypto\r\nin on place.'),(113,25,'_subtitle','field_5d1b8efd2cc53'),(114,25,'categories_posts_category_1','5'),(115,25,'_categories_posts_category_1','field_5d1b913f18cab'),(116,25,'categories_posts',''),(117,25,'_categories_posts','field_5d1b912f18caa'),(118,25,'categories_posts_category_2','3'),(119,25,'_categories_posts_category_2','field_5d1b93407500a'),(120,25,'categories_posts_category_3','4'),(121,25,'_categories_posts_category_3','field_5d1b93417500b'),(122,25,'categories_posts_category_4','5'),(123,25,'_categories_posts_category_4','field_5d1b93457500c'),(124,25,'categories_posts_category_5','6'),(125,25,'_categories_posts_category_5','field_5d1b93477500d'),(126,30,'subtitle','Everything you need\r\nto know about crypto\r\nin on place.'),(127,30,'_subtitle','field_5d1b8efd2cc53'),(128,30,'categories_posts_category_1','2'),(129,30,'_categories_posts_category_1','field_5d1b913f18cab'),(130,30,'categories_posts',''),(131,30,'_categories_posts','field_5d1b912f18caa'),(132,30,'categories_posts_category_2','3'),(133,30,'_categories_posts_category_2','field_5d1b98fb32e3f'),(134,30,'categories_posts_category_3','4'),(135,30,'_categories_posts_category_3','field_5d1b98fd32e40'),(136,30,'categories_posts_category_4','5'),(137,30,'_categories_posts_category_4','field_5d1b98ff32e41'),(138,30,'categories_posts_category_5','6'),(139,30,'_categories_posts_category_5','field_5d1b990132e42'),(140,31,'_edit_last','1'),(141,31,'_edit_lock','1571253642:1'),(734,136,'_edit_last','1'),(735,136,'_wp_page_template','page-about.php'),(736,136,'_edit_lock','1571253684:1'),(737,136,'subtitle','Buy, trade, store, and spend cryptocurrency'),(738,136,'_subtitle','field_5d1b9a04bd4ba'),(739,136,'description','CryptoWallet was founded in [year], and our staff have worked tirelessly to develop disruptive products and solutions that will help usher in a new era of personal finance. You can read more about our goals below in our Roadmap.'),(740,136,'_description','field_5d1b9a6e30e58'),(741,136,'block_1_title',''),(742,136,'_block_1_title','field_5d1b9b0f2f94d'),(743,136,'block_1_text',''),(744,136,'_block_1_text','field_5d1b9b362f94e'),(745,136,'block_1',''),(746,136,'_block_1','field_5d1b9adf2f94c'),(747,136,'block_2_title',''),(748,136,'_block_2_title','field_5d1b9b442f950'),(749,136,'block_2_text',''),(750,136,'_block_2_text','field_5d1b9b442f951'),(751,136,'block_2',''),(752,136,'_block_2','field_5d1b9b442f94f'),(753,136,'block_3_title',''),(754,136,'_block_3_title','field_5d1b9b462f953'),(755,136,'block_3_text',''),(756,136,'_block_3_text','field_5d1b9b462f954'),(757,136,'block_3',''),(758,136,'_block_3','field_5d1b9b462f952'),(759,136,'value_1_image','lamp'),(760,136,'_value_1_image','field_5d1baeee64511'),(761,136,'value_1_title',''),(762,136,'_value_1_title','field_5d1bae0d254fb'),(763,136,'value_1_text',''),(764,136,'_value_1_text','field_5d1bae0d254fc'),(765,136,'value_1',''),(766,136,'_value_1','field_5d1bae0d254fa'),(767,136,'value_2_image','lamp'),(768,136,'_value_2_image','field_5d1bafadd789f'),(769,136,'value_2_title',''),(770,136,'_value_2_title','field_5d1bafadd78a0'),(771,136,'value_2_text',''),(772,136,'_value_2_text','field_5d1bafadd78a1'),(773,136,'value_2',''),(774,136,'_value_2','field_5d1bafadd789e'),(775,136,'value_3_image','lamp'),(776,136,'_value_3_image','field_5d1bafafd78a3'),(777,136,'value_3_title',''),(778,136,'_value_3_title','field_5d1bafafd78a4'),(779,136,'value_3_text',''),(780,136,'_value_3_text','field_5d1bafafd78a5'),(781,136,'value_3',''),(782,136,'_value_3','field_5d1bafafd78a2'),(783,136,'value_4_image','lamp'),(784,136,'_value_4_image','field_5d1bafb1d78a7'),(785,136,'value_4_title',''),(786,136,'_value_4_title','field_5d1bafb1d78a8'),(787,136,'value_4_text',''),(788,136,'_value_4_text','field_5d1bafb1d78a9'),(789,136,'value_4',''),(790,136,'_value_4','field_5d1bafb1d78a6'),(791,136,'value_5_image','lamp'),(792,136,'_value_5_image','field_5d1bafb4d78ab'),(793,136,'value_5_title',''),(794,136,'_value_5_title','field_5d1bafb4d78ac'),(795,136,'value_5_text',''),(796,136,'_value_5_text','field_5d1bafb4d78ad'),(797,136,'value_5',''),(798,136,'_value_5','field_5d1bafb4d78aa'),(799,136,'value_6_image','lamp'),(800,136,'_value_6_image','field_5d1bafb6d78af'),(801,136,'value_6_title',''),(802,136,'_value_6_title','field_5d1bafb6d78b0'),(803,136,'value_6_text',''),(804,136,'_value_6_text','field_5d1bafb6d78b1'),(805,136,'value_6',''),(806,136,'_value_6','field_5d1bafb6d78ae'),(807,136,'value_7_image','lamp'),(808,136,'_value_7_image','field_5d1bafb8d78b3'),(809,136,'value_7_title',''),(810,136,'_value_7_title','field_5d1bafb8d78b4'),(811,136,'value_7_text',''),(812,136,'_value_7_text','field_5d1bafb8d78b5'),(813,136,'value_7',''),(814,136,'_value_7','field_5d1bafb8d78b2'),(815,136,'value_8_image','lamp'),(816,136,'_value_8_image','field_5d1bafc9d78b7'),(817,136,'value_8_title',''),(818,136,'_value_8_title','field_5d1bafc9d78b8'),(819,136,'value_8_text',''),(820,136,'_value_8_text','field_5d1bafc9d78b9'),(821,136,'value_8',''),(822,136,'_value_8','field_5d1bafc9d78b6'),(823,136,'title_join','Join Our Team'),(824,136,'_title_join','field_5d1bafffd78bb'),(825,136,'text_join','Working at CryptoWallet, every day is an exciting challenge. We’re on a long-term plan to totally transform the way people store and spend money. We’re helping redefine what the concept of money is. There’s a lot to do, and we’re hiring people who share in our values.\r\n\r\nWe’re a young, dynamic company with big plans and a passionate, friendly team.\r\nThink you’d fit in well here? Take a look at our open positions below.'),(826,136,'_text_join','field_5d1bb020d78bc'),(827,136,'career_1_title',''),(828,136,'_career_1_title','field_5d1bb076d78be'),(829,136,'career_1_text',''),(830,136,'_career_1_text','field_5d1bb076d78bf'),(831,136,'career_1',''),(832,136,'_career_1','field_5d1bb076d78bd'),(833,136,'career_2_title',''),(834,136,'_career_2_title','field_5d1bb0f7d78c8'),(835,136,'career_2_text',''),(836,136,'_career_2_text','field_5d1bb0f7d78c9'),(837,136,'career_2',''),(838,136,'_career_2','field_5d1bb0f7d78c7'),(839,136,'career_3_title',''),(840,136,'_career_3_title','field_5d1bb0f8d78cb'),(841,136,'career_3_text',''),(842,136,'_career_3_text','field_5d1bb0f8d78cc'),(843,136,'career_3',''),(844,136,'_career_3','field_5d1bb0f8d78ca'),(845,136,'alert','Don’t see a position that suits? Send us your resume and suggested role at <a href=\"mailto:careers@cryptowallet.com\">careers@cryptowallet.com</a>'),(846,136,'_alert','field_5d1bb0b8d78c6'),(847,136,'title_team','Our Team'),(848,136,'_title_team','field_5d1bb141d78ce'),(849,136,'member_1_photo',''),(850,136,'_member_1_photo','field_5d1bb194d78d2'),(851,136,'member_1_name',''),(852,136,'_member_1_name','field_5d1bb16ad78d0'),(853,136,'member_1_role',''),(854,136,'_member_1_role','field_5d1bb16ad78d1'),(855,136,'member_1',''),(856,136,'_member_1','field_5d1bb16ad78cf'),(857,136,'member_2_photo',''),(858,136,'_member_2_photo','field_5d1bb1efd78d4'),(859,136,'member_2_name',''),(860,136,'_member_2_name','field_5d1bb1efd78d5'),(861,136,'member_2_role',''),(862,136,'_member_2_role','field_5d1bb1efd78d6'),(863,136,'member_2',''),(864,136,'_member_2','field_5d1bb1efd78d3'),(865,136,'member_3_photo',''),(866,136,'_member_3_photo','field_5d1bb25e55268'),(867,136,'member_3_name',''),(868,136,'_member_3_name','field_5d1bb25e55269'),(869,136,'member_3_role',''),(870,136,'_member_3_role','field_5d1bb25e5526a'),(871,136,'member_3',''),(872,136,'_member_3','field_5d1bb25e55267'),(873,136,'member_4_photo',''),(874,136,'_member_4_photo','field_5d1bb25f5526c'),(875,136,'member_4_name',''),(876,136,'_member_4_name','field_5d1bb25f5526d'),(877,136,'member_4_role',''),(878,136,'_member_4_role','field_5d1bb25f5526e'),(879,136,'member_4',''),(880,136,'_member_4','field_5d1bb25f5526b'),(881,136,'member_5_photo',''),(882,136,'_member_5_photo','field_5d1bb26255270'),(883,136,'member_5_name',''),(884,136,'_member_5_name','field_5d1bb26255271'),(885,136,'member_5_role',''),(886,136,'_member_5_role','field_5d1bb26255272'),(887,136,'member_5',''),(888,136,'_member_5','field_5d1bb2625526f'),(889,136,'member_6_photo',''),(890,136,'_member_6_photo','field_5d1bb26655274'),(891,136,'member_6_name',''),(892,136,'_member_6_name','field_5d1bb26655275'),(893,136,'member_6_role',''),(894,136,'_member_6_role','field_5d1bb26655276'),(895,136,'member_6',''),(896,136,'_member_6','field_5d1bb26655273'),(897,136,'title_meet','Come meet us'),(898,136,'_title_meet','field_5d1bb2a4dd53e'),(899,136,'text_meet','CryptoWallet is attending the events below, and we’re always delighted to meet new people interested in our technology.'),(900,136,'_text_meet','field_5d1bb2c8dd53f'),(901,136,'company_1_name',''),(902,136,'_company_1_name','field_5d1bb2da63856'),(903,136,'company_1_address',''),(904,136,'_company_1_address','field_5d1bb2da63857'),(905,136,'company_1_about',''),(906,136,'_company_1_about','field_5d1bb32563858'),(907,136,'company_1',''),(908,136,'_company_1','field_5d1bb2da63854'),(909,136,'company_2_name',''),(910,136,'_company_2_name','field_5d1bb3496385a'),(911,136,'company_2_address',''),(912,136,'_company_2_address','field_5d1bb3496385b'),(913,136,'company_2_about',''),(914,136,'_company_2_about','field_5d1bb3496385c'),(915,136,'company_2',''),(916,136,'_company_2','field_5d1bb34963859'),(917,136,'company_3_name',''),(918,136,'_company_3_name','field_5d1bb34b6385e'),(919,136,'company_3_address',''),(920,136,'_company_3_address','field_5d1bb34b6385f'),(921,136,'company_3_about',''),(922,136,'_company_3_about','field_5d1bb34b63860'),(923,136,'company_3',''),(924,136,'_company_3','field_5d1bb34b6385d'),(925,137,'subtitle',''),(926,137,'_subtitle','field_5d1b9a04bd4ba'),(927,137,'description',''),(928,137,'_description','field_5d1b9a6e30e58'),(929,137,'block_1_title',''),(930,137,'_block_1_title','field_5d1b9b0f2f94d'),(931,137,'block_1_text',''),(932,137,'_block_1_text','field_5d1b9b362f94e'),(933,137,'block_1',''),(934,137,'_block_1','field_5d1b9adf2f94c'),(935,137,'block_2_title',''),(936,137,'_block_2_title','field_5d1b9b442f950'),(937,137,'block_2_text',''),(938,137,'_block_2_text','field_5d1b9b442f951'),(939,137,'block_2',''),(940,137,'_block_2','field_5d1b9b442f94f'),(941,137,'block_3_title',''),(942,137,'_block_3_title','field_5d1b9b462f953'),(943,137,'block_3_text',''),(944,137,'_block_3_text','field_5d1b9b462f954'),(945,137,'block_3',''),(946,137,'_block_3','field_5d1b9b462f952'),(947,137,'value_1_image','lamp'),(948,137,'_value_1_image','field_5d1baeee64511'),(949,137,'value_1_title',''),(950,137,'_value_1_title','field_5d1bae0d254fb'),(951,137,'value_1_text',''),(952,137,'_value_1_text','field_5d1bae0d254fc'),(953,137,'value_1',''),(954,137,'_value_1','field_5d1bae0d254fa'),(955,137,'value_2_image','lamp'),(956,137,'_value_2_image','field_5d1bafadd789f'),(957,137,'value_2_title',''),(958,137,'_value_2_title','field_5d1bafadd78a0'),(959,137,'value_2_text',''),(960,137,'_value_2_text','field_5d1bafadd78a1'),(961,137,'value_2',''),(962,137,'_value_2','field_5d1bafadd789e'),(963,137,'value_3_image','lamp'),(964,137,'_value_3_image','field_5d1bafafd78a3'),(965,137,'value_3_title',''),(966,137,'_value_3_title','field_5d1bafafd78a4'),(967,137,'value_3_text',''),(968,137,'_value_3_text','field_5d1bafafd78a5'),(969,137,'value_3',''),(970,137,'_value_3','field_5d1bafafd78a2'),(971,137,'value_4_image','lamp'),(972,137,'_value_4_image','field_5d1bafb1d78a7'),(973,137,'value_4_title',''),(974,137,'_value_4_title','field_5d1bafb1d78a8'),(975,137,'value_4_text',''),(976,137,'_value_4_text','field_5d1bafb1d78a9'),(977,137,'value_4',''),(978,137,'_value_4','field_5d1bafb1d78a6'),(979,137,'value_5_image','lamp'),(980,137,'_value_5_image','field_5d1bafb4d78ab'),(981,137,'value_5_title',''),(982,137,'_value_5_title','field_5d1bafb4d78ac'),(983,137,'value_5_text',''),(984,137,'_value_5_text','field_5d1bafb4d78ad'),(985,137,'value_5',''),(986,137,'_value_5','field_5d1bafb4d78aa'),(987,137,'value_6_image','lamp'),(988,137,'_value_6_image','field_5d1bafb6d78af'),(989,137,'value_6_title',''),(990,137,'_value_6_title','field_5d1bafb6d78b0'),(991,137,'value_6_text',''),(992,137,'_value_6_text','field_5d1bafb6d78b1'),(993,137,'value_6',''),(994,137,'_value_6','field_5d1bafb6d78ae'),(995,137,'value_7_image','lamp'),(996,137,'_value_7_image','field_5d1bafb8d78b3'),(997,137,'value_7_title',''),(998,137,'_value_7_title','field_5d1bafb8d78b4'),(999,137,'value_7_text',''),(1000,137,'_value_7_text','field_5d1bafb8d78b5'),(1001,137,'value_7',''),(1002,137,'_value_7','field_5d1bafb8d78b2'),(1003,137,'value_8_image','lamp'),(1004,137,'_value_8_image','field_5d1bafc9d78b7'),(1005,137,'value_8_title',''),(1006,137,'_value_8_title','field_5d1bafc9d78b8'),(1007,137,'value_8_text',''),(1008,137,'_value_8_text','field_5d1bafc9d78b9'),(1009,137,'value_8',''),(1010,137,'_value_8','field_5d1bafc9d78b6'),(1011,137,'title_join',''),(1012,137,'_title_join','field_5d1bafffd78bb'),(1013,137,'text_join',''),(1014,137,'_text_join','field_5d1bb020d78bc'),(1015,137,'career_1_title',''),(1016,137,'_career_1_title','field_5d1bb076d78be'),(1017,137,'career_1_text',''),(1018,137,'_career_1_text','field_5d1bb076d78bf'),(1019,137,'career_1',''),(1020,137,'_career_1','field_5d1bb076d78bd'),(1021,137,'career_2_title',''),(1022,137,'_career_2_title','field_5d1bb0f7d78c8'),(1023,137,'career_2_text',''),(1024,137,'_career_2_text','field_5d1bb0f7d78c9'),(1025,137,'career_2',''),(1026,137,'_career_2','field_5d1bb0f7d78c7'),(1027,137,'career_3_title',''),(1028,137,'_career_3_title','field_5d1bb0f8d78cb'),(1029,137,'career_3_text',''),(1030,137,'_career_3_text','field_5d1bb0f8d78cc'),(1031,137,'career_3',''),(1032,137,'_career_3','field_5d1bb0f8d78ca'),(1033,137,'alert',''),(1034,137,'_alert','field_5d1bb0b8d78c6'),(1035,137,'title_team',''),(1036,137,'_title_team','field_5d1bb141d78ce'),(1037,137,'member_1_photo',''),(1038,137,'_member_1_photo','field_5d1bb194d78d2'),(1039,137,'member_1_name',''),(1040,137,'_member_1_name','field_5d1bb16ad78d0'),(1041,137,'member_1_role',''),(1042,137,'_member_1_role','field_5d1bb16ad78d1'),(1043,137,'member_1',''),(1044,137,'_member_1','field_5d1bb16ad78cf'),(1045,137,'member_2_photo',''),(1046,137,'_member_2_photo','field_5d1bb1efd78d4'),(1047,137,'member_2_name',''),(1048,137,'_member_2_name','field_5d1bb1efd78d5'),(1049,137,'member_2_role',''),(1050,137,'_member_2_role','field_5d1bb1efd78d6'),(1051,137,'member_2',''),(1052,137,'_member_2','field_5d1bb1efd78d3'),(1053,137,'member_3_photo',''),(1054,137,'_member_3_photo','field_5d1bb25e55268'),(1055,137,'member_3_name',''),(1056,137,'_member_3_name','field_5d1bb25e55269'),(1057,137,'member_3_role',''),(1058,137,'_member_3_role','field_5d1bb25e5526a'),(1059,137,'member_3',''),(1060,137,'_member_3','field_5d1bb25e55267'),(1061,137,'member_4_photo',''),(1062,137,'_member_4_photo','field_5d1bb25f5526c'),(1063,137,'member_4_name',''),(1064,137,'_member_4_name','field_5d1bb25f5526d'),(1065,137,'member_4_role',''),(1066,137,'_member_4_role','field_5d1bb25f5526e'),(1067,137,'member_4',''),(1068,137,'_member_4','field_5d1bb25f5526b'),(1069,137,'member_5_photo',''),(1070,137,'_member_5_photo','field_5d1bb26255270'),(1071,137,'member_5_name',''),(1072,137,'_member_5_name','field_5d1bb26255271'),(1073,137,'member_5_role',''),(1074,137,'_member_5_role','field_5d1bb26255272'),(1075,137,'member_5',''),(1076,137,'_member_5','field_5d1bb2625526f'),(1077,137,'member_6_photo',''),(1078,137,'_member_6_photo','field_5d1bb26655274'),(1079,137,'member_6_name',''),(1080,137,'_member_6_name','field_5d1bb26655275'),(1081,137,'member_6_role',''),(1082,137,'_member_6_role','field_5d1bb26655276'),(1083,137,'member_6',''),(1084,137,'_member_6','field_5d1bb26655273'),(1085,137,'title_meet',''),(1086,137,'_title_meet','field_5d1bb2a4dd53e'),(1087,137,'text_meet',''),(1088,137,'_text_meet','field_5d1bb2c8dd53f'),(1089,137,'company_1_name',''),(1090,137,'_company_1_name','field_5d1bb2da63856'),(1091,137,'company_1_address',''),(1092,137,'_company_1_address','field_5d1bb2da63857'),(1093,137,'company_1_about',''),(1094,137,'_company_1_about','field_5d1bb32563858'),(1095,137,'company_1',''),(1096,137,'_company_1','field_5d1bb2da63854'),(1097,137,'company_2_name',''),(1098,137,'_company_2_name','field_5d1bb3496385a'),(1099,137,'company_2_address',''),(1100,137,'_company_2_address','field_5d1bb3496385b'),(1101,137,'company_2_about',''),(1102,137,'_company_2_about','field_5d1bb3496385c'),(1103,137,'company_2',''),(1104,137,'_company_2','field_5d1bb34963859'),(1105,137,'company_3_name',''),(1106,137,'_company_3_name','field_5d1bb34b6385e'),(1107,137,'company_3_address',''),(1108,137,'_company_3_address','field_5d1bb34b6385f'),(1109,137,'company_3_about',''),(1110,137,'_company_3_about','field_5d1bb34b63860'),(1111,137,'company_3',''),(1112,137,'_company_3','field_5d1bb34b6385d'),(1113,136,'blocks_0_title','Q1 2019'),(1114,136,'_blocks_0_title','field_5d1b9b0f2f94d'),(1115,136,'blocks_0_text','CryptoWallet was founded in [year], and our staff have worked tirelessly to develop disruptive products and solutions that will help usher in a new era of personal finance. You can read more about our goals below in our Roadmap.'),(1116,136,'_blocks_0_text','field_5d1b9b362f94e'),(1117,136,'blocks_1_title','Q2 2019'),(1118,136,'_blocks_1_title','field_5d1b9b0f2f94d'),(1119,136,'blocks_1_text','CryptoWallet was founded in [year], and our staff have worked tirelessly to develop disruptive products and solutions that will help usher in a new era of personal finance. You can read more about our goals below in our Roadmap.'),(1120,136,'_blocks_1_text','field_5d1b9b362f94e'),(1121,136,'blocks_2_title','Q3 2019'),(1122,136,'_blocks_2_title','field_5d1b9b0f2f94d'),(1123,136,'blocks_2_text','CryptoWallet was founded in [year], and our staff have worked tirelessly to develop disruptive products and solutions that will help usher in a new era of personal finance. You can read more about our goals below in our Roadmap.'),(1124,136,'_blocks_2_text','field_5d1b9b362f94e'),(1125,136,'blocks','4'),(1126,136,'_blocks','field_5d1b9adf2f94c'),(1127,136,'values','9'),(1128,136,'_values','field_5d1cc112229fd'),(1129,136,'careers','3'),(1130,136,'_careers','field_5d1bb076d78bd'),(1131,136,'team','6'),(1132,136,'_team','field_5d1bb16ad78cf'),(1133,136,'companies','3'),(1134,136,'_companies','field_5d1bb2da63854'),(1135,141,'subtitle','Buy, trade,  store, and spend cryptocurrency'),(1136,141,'_subtitle','field_5d1b9a04bd4ba'),(1137,141,'description','CryptoWallet was founded in [year], and our staff have worked tirelessly to develop disruptive products and solutions that will help usher in a new era of personal finance. You can read more about our goals below in our Roadmap.'),(1138,141,'_description','field_5d1b9a6e30e58'),(1139,141,'block_1_title',''),(1140,141,'_block_1_title','field_5d1b9b0f2f94d'),(1141,141,'block_1_text',''),(1142,141,'_block_1_text','field_5d1b9b362f94e'),(1143,141,'block_1',''),(1144,141,'_block_1','field_5d1b9adf2f94c'),(1145,141,'block_2_title',''),(1146,141,'_block_2_title','field_5d1b9b442f950'),(1147,141,'block_2_text',''),(1148,141,'_block_2_text','field_5d1b9b442f951'),(1149,141,'block_2',''),(1150,141,'_block_2','field_5d1b9b442f94f'),(1151,141,'block_3_title',''),(1152,141,'_block_3_title','field_5d1b9b462f953'),(1153,141,'block_3_text',''),(1154,141,'_block_3_text','field_5d1b9b462f954'),(1155,141,'block_3',''),(1156,141,'_block_3','field_5d1b9b462f952'),(1157,141,'value_1_image','lamp'),(1158,141,'_value_1_image','field_5d1baeee64511'),(1159,141,'value_1_title',''),(1160,141,'_value_1_title','field_5d1bae0d254fb'),(1161,141,'value_1_text',''),(1162,141,'_value_1_text','field_5d1bae0d254fc'),(1163,141,'value_1',''),(1164,141,'_value_1','field_5d1bae0d254fa'),(1165,141,'value_2_image','lamp'),(1166,141,'_value_2_image','field_5d1bafadd789f'),(1167,141,'value_2_title',''),(1168,141,'_value_2_title','field_5d1bafadd78a0'),(1169,141,'value_2_text',''),(1170,141,'_value_2_text','field_5d1bafadd78a1'),(1171,141,'value_2',''),(1172,141,'_value_2','field_5d1bafadd789e'),(1173,141,'value_3_image','lamp'),(1174,141,'_value_3_image','field_5d1bafafd78a3'),(1175,141,'value_3_title',''),(1176,141,'_value_3_title','field_5d1bafafd78a4'),(1177,141,'value_3_text',''),(1178,141,'_value_3_text','field_5d1bafafd78a5'),(1179,141,'value_3',''),(1180,141,'_value_3','field_5d1bafafd78a2'),(1181,141,'value_4_image','lamp'),(1182,141,'_value_4_image','field_5d1bafb1d78a7'),(1183,141,'value_4_title',''),(1184,141,'_value_4_title','field_5d1bafb1d78a8'),(1185,141,'value_4_text',''),(1186,141,'_value_4_text','field_5d1bafb1d78a9'),(1187,141,'value_4',''),(1188,141,'_value_4','field_5d1bafb1d78a6'),(1189,141,'value_5_image','lamp'),(1190,141,'_value_5_image','field_5d1bafb4d78ab'),(1191,141,'value_5_title',''),(1192,141,'_value_5_title','field_5d1bafb4d78ac'),(1193,141,'value_5_text',''),(1194,141,'_value_5_text','field_5d1bafb4d78ad'),(1195,141,'value_5',''),(1196,141,'_value_5','field_5d1bafb4d78aa'),(1197,141,'value_6_image','lamp'),(1198,141,'_value_6_image','field_5d1bafb6d78af'),(1199,141,'value_6_title',''),(1200,141,'_value_6_title','field_5d1bafb6d78b0'),(1201,141,'value_6_text',''),(1202,141,'_value_6_text','field_5d1bafb6d78b1'),(1203,141,'value_6',''),(1204,141,'_value_6','field_5d1bafb6d78ae'),(1205,141,'value_7_image','lamp'),(1206,141,'_value_7_image','field_5d1bafb8d78b3'),(1207,141,'value_7_title',''),(1208,141,'_value_7_title','field_5d1bafb8d78b4'),(1209,141,'value_7_text',''),(1210,141,'_value_7_text','field_5d1bafb8d78b5'),(1211,141,'value_7',''),(1212,141,'_value_7','field_5d1bafb8d78b2'),(1213,141,'value_8_image','lamp'),(1214,141,'_value_8_image','field_5d1bafc9d78b7'),(1215,141,'value_8_title',''),(1216,141,'_value_8_title','field_5d1bafc9d78b8'),(1217,141,'value_8_text',''),(1218,141,'_value_8_text','field_5d1bafc9d78b9'),(1219,141,'value_8',''),(1220,141,'_value_8','field_5d1bafc9d78b6'),(1221,141,'title_join',''),(1222,141,'_title_join','field_5d1bafffd78bb'),(1223,141,'text_join',''),(1224,141,'_text_join','field_5d1bb020d78bc'),(1225,141,'career_1_title',''),(1226,141,'_career_1_title','field_5d1bb076d78be'),(1227,141,'career_1_text',''),(1228,141,'_career_1_text','field_5d1bb076d78bf'),(1229,141,'career_1',''),(1230,141,'_career_1','field_5d1bb076d78bd'),(1231,141,'career_2_title',''),(1232,141,'_career_2_title','field_5d1bb0f7d78c8'),(1233,141,'career_2_text',''),(1234,141,'_career_2_text','field_5d1bb0f7d78c9'),(1235,141,'career_2',''),(1236,141,'_career_2','field_5d1bb0f7d78c7'),(1237,141,'career_3_title',''),(1238,141,'_career_3_title','field_5d1bb0f8d78cb'),(1239,141,'career_3_text',''),(1240,141,'_career_3_text','field_5d1bb0f8d78cc'),(1241,141,'career_3',''),(1242,141,'_career_3','field_5d1bb0f8d78ca'),(1243,141,'alert',''),(1244,141,'_alert','field_5d1bb0b8d78c6'),(1245,141,'title_team',''),(1246,141,'_title_team','field_5d1bb141d78ce'),(1247,141,'member_1_photo',''),(1248,141,'_member_1_photo','field_5d1bb194d78d2'),(1249,141,'member_1_name',''),(1250,141,'_member_1_name','field_5d1bb16ad78d0'),(1251,141,'member_1_role',''),(1252,141,'_member_1_role','field_5d1bb16ad78d1'),(1253,141,'member_1',''),(1254,141,'_member_1','field_5d1bb16ad78cf'),(1255,141,'member_2_photo',''),(1256,141,'_member_2_photo','field_5d1bb1efd78d4'),(1257,141,'member_2_name',''),(1258,141,'_member_2_name','field_5d1bb1efd78d5'),(1259,141,'member_2_role',''),(1260,141,'_member_2_role','field_5d1bb1efd78d6'),(1261,141,'member_2',''),(1262,141,'_member_2','field_5d1bb1efd78d3'),(1263,141,'member_3_photo',''),(1264,141,'_member_3_photo','field_5d1bb25e55268'),(1265,141,'member_3_name',''),(1266,141,'_member_3_name','field_5d1bb25e55269'),(1267,141,'member_3_role',''),(1268,141,'_member_3_role','field_5d1bb25e5526a'),(1269,141,'member_3',''),(1270,141,'_member_3','field_5d1bb25e55267'),(1271,141,'member_4_photo',''),(1272,141,'_member_4_photo','field_5d1bb25f5526c'),(1273,141,'member_4_name',''),(1274,141,'_member_4_name','field_5d1bb25f5526d'),(1275,141,'member_4_role',''),(1276,141,'_member_4_role','field_5d1bb25f5526e'),(1277,141,'member_4',''),(1278,141,'_member_4','field_5d1bb25f5526b'),(1279,141,'member_5_photo',''),(1280,141,'_member_5_photo','field_5d1bb26255270'),(1281,141,'member_5_name',''),(1282,141,'_member_5_name','field_5d1bb26255271'),(1283,141,'member_5_role',''),(1284,141,'_member_5_role','field_5d1bb26255272'),(1285,141,'member_5',''),(1286,141,'_member_5','field_5d1bb2625526f'),(1287,141,'member_6_photo',''),(1288,141,'_member_6_photo','field_5d1bb26655274'),(1289,141,'member_6_name',''),(1290,141,'_member_6_name','field_5d1bb26655275'),(1291,141,'member_6_role',''),(1292,141,'_member_6_role','field_5d1bb26655276'),(1293,141,'member_6',''),(1294,141,'_member_6','field_5d1bb26655273'),(1295,141,'title_meet',''),(1296,141,'_title_meet','field_5d1bb2a4dd53e'),(1297,141,'text_meet',''),(1298,141,'_text_meet','field_5d1bb2c8dd53f'),(1299,141,'company_1_name',''),(1300,141,'_company_1_name','field_5d1bb2da63856'),(1301,141,'company_1_address',''),(1302,141,'_company_1_address','field_5d1bb2da63857'),(1303,141,'company_1_about',''),(1304,141,'_company_1_about','field_5d1bb32563858'),(1305,141,'company_1',''),(1306,141,'_company_1','field_5d1bb2da63854'),(1307,141,'company_2_name',''),(1308,141,'_company_2_name','field_5d1bb3496385a'),(1309,141,'company_2_address',''),(1310,141,'_company_2_address','field_5d1bb3496385b'),(1311,141,'company_2_about',''),(1312,141,'_company_2_about','field_5d1bb3496385c'),(1313,141,'company_2',''),(1314,141,'_company_2','field_5d1bb34963859'),(1315,141,'company_3_name',''),(1316,141,'_company_3_name','field_5d1bb34b6385e'),(1317,141,'company_3_address',''),(1318,141,'_company_3_address','field_5d1bb34b6385f'),(1319,141,'company_3_about',''),(1320,141,'_company_3_about','field_5d1bb34b63860'),(1321,141,'company_3',''),(1322,141,'_company_3','field_5d1bb34b6385d'),(1323,141,'blocks_0_title','Q1 2019'),(1324,141,'_blocks_0_title','field_5d1b9b0f2f94d'),(1325,141,'blocks_0_text','CryptoWallet was founded in [year], and our staff have worked tirelessly to develop disruptive products and solutions that will help usher in a new era of personal finance. You can read more about our goals below in our Roadmap.'),(1326,141,'_blocks_0_text','field_5d1b9b362f94e'),(1327,141,'blocks_1_title','Q2 2019'),(1328,141,'_blocks_1_title','field_5d1b9b0f2f94d'),(1329,141,'blocks_1_text','CryptoWallet was founded in [year], and our staff have worked tirelessly to develop disruptive products and solutions that will help usher in a new era of personal finance. You can read more about our goals below in our Roadmap.'),(1330,141,'_blocks_1_text','field_5d1b9b362f94e'),(1331,141,'blocks_2_title','Q3 2019'),(1332,141,'_blocks_2_title','field_5d1b9b0f2f94d'),(1333,141,'blocks_2_text','CryptoWallet was founded in [year], and our staff have worked tirelessly to develop disruptive products and solutions that will help usher in a new era of personal finance. You can read more about our goals below in our Roadmap.'),(1334,141,'_blocks_2_text','field_5d1b9b362f94e'),(1335,141,'blocks','3'),(1336,141,'_blocks','field_5d1b9adf2f94c'),(1337,141,'values',''),(1338,141,'_values','field_5d1cc112229fd'),(1339,141,'careers',''),(1340,141,'_careers','field_5d1bb076d78bd'),(1341,141,'team',''),(1342,141,'_team','field_5d1bb16ad78cf'),(1343,141,'companies',''),(1344,141,'_companies','field_5d1bb2da63854'),(1345,136,'title_values','Values'),(1346,136,'_title_values','field_5d1cc4efc2b1e'),(1347,136,'values_0_image','lamp'),(1348,136,'_values_0_image','field_5d1baeee64511'),(1349,136,'values_0_title','Long-term Thinking'),(1350,136,'_values_0_title','field_5d1bae0d254fb'),(1351,136,'values_0_text','At CryptoWallet, we’re on a mission to build the future with care and attention it deserves.'),(1352,136,'_values_0_text','field_5d1bae0d254fc'),(1353,136,'values_1_image','certified'),(1354,136,'_values_1_image','field_5d1baeee64511'),(1355,136,'values_1_title','Accountability'),(1356,136,'_values_1_title','field_5d1bae0d254fb'),(1357,136,'values_1_text','We hold ourselves to the highest industry standards in everything that we do, and we foster a company culture of responsibility, transparency, and accountability.'),(1358,136,'_values_1_text','field_5d1bae0d254fc'),(1359,136,'values_2_image','eye'),(1360,136,'_values_2_image','field_5d1baeee64511'),(1361,136,'values_2_title','Sharp Focus'),(1362,136,'_values_2_title','field_5d1bae0d254fb'),(1363,136,'values_2_text','We keep a sharp focus to provide buying, trading, storage, and spending solutions for cryptocurrency investors. At CryptoWallet, we keep our eyes on the road ahead.'),(1364,136,'_values_2_text','field_5d1bae0d254fc'),(1365,136,'values_3_image','message'),(1366,136,'_values_3_image','field_5d1baeee64511'),(1367,136,'values_3_title','Open-door Policy'),(1368,136,'_values_3_title','field_5d1bae0d254fb'),(1369,136,'values_3_text','We need to be open to any and all input from our colleagues at all levels as well as our users and supporters. Our door is always open to improvement.'),(1370,136,'_values_3_text','field_5d1bae0d254fc'),(1371,136,'values_4_image','signal'),(1372,136,'_values_4_image','field_5d1baeee64511'),(1373,136,'values_4_title','Adaptability'),(1374,136,'_values_4_title','field_5d1bae0d254fb'),(1375,136,'values_4_text','In a quickly-changing industry, we need to be able to react quickly as well. We adapt, overcome, and deliver.'),(1376,136,'_values_4_text','field_5d1bae0d254fc'),(1377,136,'values_5_image','search'),(1378,136,'_values_5_image','field_5d1baeee64511'),(1379,136,'values_5_title','Always Learning'),(1380,136,'_values_5_title','field_5d1bae0d254fb'),(1381,136,'values_5_text','Knowledge is the best tool at our disposal. We’re always researching and developing the most cutting-edge solutions to emerging problems.'),(1382,136,'_values_5_text','field_5d1bae0d254fc'),(1383,136,'values_6_image','earth'),(1384,136,'_values_6_image','field_5d1baeee64511'),(1385,136,'values_6_title','Pro-Active'),(1386,136,'_values_6_title','field_5d1bae0d254fb'),(1387,136,'values_6_text','Whether we’re developing new ideas, getting in touch with our community, or expanding our staff, we’re in constant motion at CryptoWallet.'),(1388,136,'_values_6_text','field_5d1bae0d254fc'),(1389,136,'values_7_image','moon'),(1390,136,'_values_7_image','field_5d1baeee64511'),(1391,136,'values_7_title','Scientific Dreaming'),(1392,136,'_values_7_title','field_5d1bae0d254fb'),(1393,136,'values_7_text','We pride ourselves on using our imaginations and dreaming big too. Every day is an opportunity to do something amazing.'),(1394,136,'_values_7_text','field_5d1bae0d254fc'),(1395,143,'subtitle','Buy, trade,  store, and spend cryptocurrency'),(1396,143,'_subtitle','field_5d1b9a04bd4ba'),(1397,143,'description','CryptoWallet was founded in [year], and our staff have worked tirelessly to develop disruptive products and solutions that will help usher in a new era of personal finance. You can read more about our goals below in our Roadmap.'),(1398,143,'_description','field_5d1b9a6e30e58'),(1399,143,'block_1_title',''),(1400,143,'_block_1_title','field_5d1b9b0f2f94d'),(1401,143,'block_1_text',''),(1402,143,'_block_1_text','field_5d1b9b362f94e'),(1403,143,'block_1',''),(1404,143,'_block_1','field_5d1b9adf2f94c'),(1405,143,'block_2_title',''),(1406,143,'_block_2_title','field_5d1b9b442f950'),(1407,143,'block_2_text',''),(1408,143,'_block_2_text','field_5d1b9b442f951'),(1409,143,'block_2',''),(1410,143,'_block_2','field_5d1b9b442f94f'),(1411,143,'block_3_title',''),(1412,143,'_block_3_title','field_5d1b9b462f953'),(1413,143,'block_3_text',''),(1414,143,'_block_3_text','field_5d1b9b462f954'),(1415,143,'block_3',''),(1416,143,'_block_3','field_5d1b9b462f952'),(1417,143,'value_1_image','lamp'),(1418,143,'_value_1_image','field_5d1baeee64511'),(1419,143,'value_1_title',''),(1420,143,'_value_1_title','field_5d1bae0d254fb'),(1421,143,'value_1_text',''),(1422,143,'_value_1_text','field_5d1bae0d254fc'),(1423,143,'value_1',''),(1424,143,'_value_1','field_5d1bae0d254fa'),(1425,143,'value_2_image','lamp'),(1426,143,'_value_2_image','field_5d1bafadd789f'),(1427,143,'value_2_title',''),(1428,143,'_value_2_title','field_5d1bafadd78a0'),(1429,143,'value_2_text',''),(1430,143,'_value_2_text','field_5d1bafadd78a1'),(1431,143,'value_2',''),(1432,143,'_value_2','field_5d1bafadd789e'),(1433,143,'value_3_image','lamp'),(1434,143,'_value_3_image','field_5d1bafafd78a3'),(1435,143,'value_3_title',''),(1436,143,'_value_3_title','field_5d1bafafd78a4'),(1437,143,'value_3_text',''),(1438,143,'_value_3_text','field_5d1bafafd78a5'),(1439,143,'value_3',''),(1440,143,'_value_3','field_5d1bafafd78a2'),(1441,143,'value_4_image','lamp'),(1442,143,'_value_4_image','field_5d1bafb1d78a7'),(1443,143,'value_4_title',''),(1444,143,'_value_4_title','field_5d1bafb1d78a8'),(1445,143,'value_4_text',''),(1446,143,'_value_4_text','field_5d1bafb1d78a9'),(1447,143,'value_4',''),(1448,143,'_value_4','field_5d1bafb1d78a6'),(1449,143,'value_5_image','lamp'),(1450,143,'_value_5_image','field_5d1bafb4d78ab'),(1451,143,'value_5_title',''),(1452,143,'_value_5_title','field_5d1bafb4d78ac'),(1453,143,'value_5_text',''),(1454,143,'_value_5_text','field_5d1bafb4d78ad'),(1455,143,'value_5',''),(1456,143,'_value_5','field_5d1bafb4d78aa'),(1457,143,'value_6_image','lamp'),(1458,143,'_value_6_image','field_5d1bafb6d78af'),(1459,143,'value_6_title',''),(1460,143,'_value_6_title','field_5d1bafb6d78b0'),(1461,143,'value_6_text',''),(1462,143,'_value_6_text','field_5d1bafb6d78b1'),(1463,143,'value_6',''),(1464,143,'_value_6','field_5d1bafb6d78ae'),(1465,143,'value_7_image','lamp'),(1466,143,'_value_7_image','field_5d1bafb8d78b3'),(1467,143,'value_7_title',''),(1468,143,'_value_7_title','field_5d1bafb8d78b4'),(1469,143,'value_7_text',''),(1470,143,'_value_7_text','field_5d1bafb8d78b5'),(1471,143,'value_7',''),(1472,143,'_value_7','field_5d1bafb8d78b2'),(1473,143,'value_8_image','lamp'),(1474,143,'_value_8_image','field_5d1bafc9d78b7'),(1475,143,'value_8_title',''),(1476,143,'_value_8_title','field_5d1bafc9d78b8'),(1477,143,'value_8_text',''),(1478,143,'_value_8_text','field_5d1bafc9d78b9'),(1479,143,'value_8',''),(1480,143,'_value_8','field_5d1bafc9d78b6'),(1481,143,'title_join',''),(1482,143,'_title_join','field_5d1bafffd78bb'),(1483,143,'text_join',''),(1484,143,'_text_join','field_5d1bb020d78bc'),(1485,143,'career_1_title',''),(1486,143,'_career_1_title','field_5d1bb076d78be'),(1487,143,'career_1_text',''),(1488,143,'_career_1_text','field_5d1bb076d78bf'),(1489,143,'career_1',''),(1490,143,'_career_1','field_5d1bb076d78bd'),(1491,143,'career_2_title',''),(1492,143,'_career_2_title','field_5d1bb0f7d78c8'),(1493,143,'career_2_text',''),(1494,143,'_career_2_text','field_5d1bb0f7d78c9'),(1495,143,'career_2',''),(1496,143,'_career_2','field_5d1bb0f7d78c7'),(1497,143,'career_3_title',''),(1498,143,'_career_3_title','field_5d1bb0f8d78cb'),(1499,143,'career_3_text',''),(1500,143,'_career_3_text','field_5d1bb0f8d78cc'),(1501,143,'career_3',''),(1502,143,'_career_3','field_5d1bb0f8d78ca'),(1503,143,'alert',''),(1504,143,'_alert','field_5d1bb0b8d78c6'),(1505,143,'title_team',''),(1506,143,'_title_team','field_5d1bb141d78ce'),(1507,143,'member_1_photo',''),(1508,143,'_member_1_photo','field_5d1bb194d78d2'),(1509,143,'member_1_name',''),(1510,143,'_member_1_name','field_5d1bb16ad78d0'),(1511,143,'member_1_role',''),(1512,143,'_member_1_role','field_5d1bb16ad78d1'),(1513,143,'member_1',''),(1514,143,'_member_1','field_5d1bb16ad78cf'),(1515,143,'member_2_photo',''),(1516,143,'_member_2_photo','field_5d1bb1efd78d4'),(1517,143,'member_2_name',''),(1518,143,'_member_2_name','field_5d1bb1efd78d5'),(1519,143,'member_2_role',''),(1520,143,'_member_2_role','field_5d1bb1efd78d6'),(1521,143,'member_2',''),(1522,143,'_member_2','field_5d1bb1efd78d3'),(1523,143,'member_3_photo',''),(1524,143,'_member_3_photo','field_5d1bb25e55268'),(1525,143,'member_3_name',''),(1526,143,'_member_3_name','field_5d1bb25e55269'),(1527,143,'member_3_role',''),(1528,143,'_member_3_role','field_5d1bb25e5526a'),(1529,143,'member_3',''),(1530,143,'_member_3','field_5d1bb25e55267'),(1531,143,'member_4_photo',''),(1532,143,'_member_4_photo','field_5d1bb25f5526c'),(1533,143,'member_4_name',''),(1534,143,'_member_4_name','field_5d1bb25f5526d'),(1535,143,'member_4_role',''),(1536,143,'_member_4_role','field_5d1bb25f5526e'),(1537,143,'member_4',''),(1538,143,'_member_4','field_5d1bb25f5526b'),(1539,143,'member_5_photo',''),(1540,143,'_member_5_photo','field_5d1bb26255270'),(1541,143,'member_5_name',''),(1542,143,'_member_5_name','field_5d1bb26255271'),(1543,143,'member_5_role',''),(1544,143,'_member_5_role','field_5d1bb26255272'),(1545,143,'member_5',''),(1546,143,'_member_5','field_5d1bb2625526f'),(1547,143,'member_6_photo',''),(1548,143,'_member_6_photo','field_5d1bb26655274'),(1549,143,'member_6_name',''),(1550,143,'_member_6_name','field_5d1bb26655275'),(1551,143,'member_6_role',''),(1552,143,'_member_6_role','field_5d1bb26655276'),(1553,143,'member_6',''),(1554,143,'_member_6','field_5d1bb26655273'),(1555,143,'title_meet',''),(1556,143,'_title_meet','field_5d1bb2a4dd53e'),(1557,143,'text_meet',''),(1558,143,'_text_meet','field_5d1bb2c8dd53f'),(1559,143,'company_1_name',''),(1560,143,'_company_1_name','field_5d1bb2da63856'),(1561,143,'company_1_address',''),(1562,143,'_company_1_address','field_5d1bb2da63857'),(1563,143,'company_1_about',''),(1564,143,'_company_1_about','field_5d1bb32563858'),(1565,143,'company_1',''),(1566,143,'_company_1','field_5d1bb2da63854'),(1567,143,'company_2_name',''),(1568,143,'_company_2_name','field_5d1bb3496385a'),(1569,143,'company_2_address',''),(1570,143,'_company_2_address','field_5d1bb3496385b'),(1571,143,'company_2_about',''),(1572,143,'_company_2_about','field_5d1bb3496385c'),(1573,143,'company_2',''),(1574,143,'_company_2','field_5d1bb34963859'),(1575,143,'company_3_name',''),(1576,143,'_company_3_name','field_5d1bb34b6385e'),(1577,143,'company_3_address',''),(1578,143,'_company_3_address','field_5d1bb34b6385f'),(1579,143,'company_3_about',''),(1580,143,'_company_3_about','field_5d1bb34b63860'),(1581,143,'company_3',''),(1582,143,'_company_3','field_5d1bb34b6385d'),(1583,143,'blocks_0_title','Q1 2019'),(1584,143,'_blocks_0_title','field_5d1b9b0f2f94d'),(1585,143,'blocks_0_text','CryptoWallet was founded in [year], and our staff have worked tirelessly to develop disruptive products and solutions that will help usher in a new era of personal finance. You can read more about our goals below in our Roadmap.'),(1586,143,'_blocks_0_text','field_5d1b9b362f94e'),(1587,143,'blocks_1_title','Q2 2019'),(1588,143,'_blocks_1_title','field_5d1b9b0f2f94d'),(1589,143,'blocks_1_text','CryptoWallet was founded in [year], and our staff have worked tirelessly to develop disruptive products and solutions that will help usher in a new era of personal finance. You can read more about our goals below in our Roadmap.'),(1590,143,'_blocks_1_text','field_5d1b9b362f94e'),(1591,143,'blocks_2_title','Q3 2019'),(1592,143,'_blocks_2_title','field_5d1b9b0f2f94d'),(1593,143,'blocks_2_text','CryptoWallet was founded in [year], and our staff have worked tirelessly to develop disruptive products and solutions that will help usher in a new era of personal finance. You can read more about our goals below in our Roadmap.'),(1594,143,'_blocks_2_text','field_5d1b9b362f94e'),(1595,143,'blocks','3'),(1596,143,'_blocks','field_5d1b9adf2f94c'),(1597,143,'values','8'),(1598,143,'_values','field_5d1cc112229fd'),(1599,143,'careers',''),(1600,143,'_careers','field_5d1bb076d78bd'),(1601,143,'team',''),(1602,143,'_team','field_5d1bb16ad78cf'),(1603,143,'companies',''),(1604,143,'_companies','field_5d1bb2da63854'),(1605,143,'title_values','Values'),(1606,143,'_title_values','field_5d1cc4efc2b1e'),(1607,143,'values_0_image','lamp'),(1608,143,'_values_0_image','field_5d1baeee64511'),(1609,143,'values_0_title','Long-term Thinking'),(1610,143,'_values_0_title','field_5d1bae0d254fb'),(1611,143,'values_0_text','At CryptoWallet, we’re on a mission to build the future with care and attention it deserves.'),(1612,143,'_values_0_text','field_5d1bae0d254fc'),(1613,143,'values_1_image','certified'),(1614,143,'_values_1_image','field_5d1baeee64511'),(1615,143,'values_1_title','Accountability'),(1616,143,'_values_1_title','field_5d1bae0d254fb'),(1617,143,'values_1_text','We hold ourselves to the highest industry standards in everything that we do, and we foster a company culture of responsibility, transparency, and accountability.'),(1618,143,'_values_1_text','field_5d1bae0d254fc'),(1619,143,'values_2_image','eye'),(1620,143,'_values_2_image','field_5d1baeee64511'),(1621,143,'values_2_title','Sharp Focus'),(1622,143,'_values_2_title','field_5d1bae0d254fb'),(1623,143,'values_2_text','We keep a sharp focus to provide buying, trading, storage, and spending solutions for cryptocurrency investors. At CryptoWallet, we keep our eyes on the road ahead.'),(1624,143,'_values_2_text','field_5d1bae0d254fc'),(1625,143,'values_3_image','message'),(1626,143,'_values_3_image','field_5d1baeee64511'),(1627,143,'values_3_title','Open-door Policy'),(1628,143,'_values_3_title','field_5d1bae0d254fb'),(1629,143,'values_3_text','We need to be open to any and all input from our colleagues at all levels as well as our users and supporters. Our door is always open to improvement.'),(1630,143,'_values_3_text','field_5d1bae0d254fc'),(1631,143,'values_4_image','signal'),(1632,143,'_values_4_image','field_5d1baeee64511'),(1633,143,'values_4_title','Adaptability'),(1634,143,'_values_4_title','field_5d1bae0d254fb'),(1635,143,'values_4_text','In a quickly-changing industry, we need to be able to react quickly as well. We adapt, overcome, and deliver.'),(1636,143,'_values_4_text','field_5d1bae0d254fc'),(1637,143,'values_5_image','search'),(1638,143,'_values_5_image','field_5d1baeee64511'),(1639,143,'values_5_title','Always Learning'),(1640,143,'_values_5_title','field_5d1bae0d254fb'),(1641,143,'values_5_text','Knowledge is the best tool at our disposal. We’re always researching and developing the most cutting-edge solutions to emerging problems.'),(1642,143,'_values_5_text','field_5d1bae0d254fc'),(1643,143,'values_6_image','earth'),(1644,143,'_values_6_image','field_5d1baeee64511'),(1645,143,'values_6_title','Pro-Active'),(1646,143,'_values_6_title','field_5d1bae0d254fb'),(1647,143,'values_6_text','Whether we’re developing new ideas, getting in touch with our community, or expanding our staff, we’re in constant motion at CryptoWallet.'),(1648,143,'_values_6_text','field_5d1bae0d254fc'),(1649,143,'values_7_image','moon'),(1650,143,'_values_7_image','field_5d1baeee64511'),(1651,143,'values_7_title','Scientific Dreaming'),(1652,143,'_values_7_title','field_5d1bae0d254fb'),(1653,143,'values_7_text','We pride ourselves on using our imaginations and dreaming big too. Every day is an opportunity to do something amazing.'),(1654,143,'_values_7_text','field_5d1bae0d254fc'),(1655,136,'careers_0_title','Job Title'),(1656,136,'_careers_0_title','field_5d1bb076d78be'),(1657,136,'careers_0_text','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.'),(1658,136,'_careers_0_text','field_5d1bb076d78bf'),(1659,136,'careers_1_title','Job Title'),(1660,136,'_careers_1_title','field_5d1bb076d78be'),(1661,136,'careers_1_text','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.'),(1662,136,'_careers_1_text','field_5d1bb076d78bf'),(1663,136,'careers_2_title','Job Title'),(1664,136,'_careers_2_title','field_5d1bb076d78be'),(1665,136,'careers_2_text','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.'),(1666,136,'_careers_2_text','field_5d1bb076d78bf'),(1667,144,'subtitle','Buy, trade,  store, and spend cryptocurrency'),(1668,144,'_subtitle','field_5d1b9a04bd4ba'),(1669,144,'description','CryptoWallet was founded in [year], and our staff have worked tirelessly to develop disruptive products and solutions that will help usher in a new era of personal finance. You can read more about our goals below in our Roadmap.'),(1670,144,'_description','field_5d1b9a6e30e58'),(1671,144,'block_1_title',''),(1672,144,'_block_1_title','field_5d1b9b0f2f94d'),(1673,144,'block_1_text',''),(1674,144,'_block_1_text','field_5d1b9b362f94e'),(1675,144,'block_1',''),(1676,144,'_block_1','field_5d1b9adf2f94c'),(1677,144,'block_2_title',''),(1678,144,'_block_2_title','field_5d1b9b442f950'),(1679,144,'block_2_text',''),(1680,144,'_block_2_text','field_5d1b9b442f951'),(1681,144,'block_2',''),(1682,144,'_block_2','field_5d1b9b442f94f'),(1683,144,'block_3_title',''),(1684,144,'_block_3_title','field_5d1b9b462f953'),(1685,144,'block_3_text',''),(1686,144,'_block_3_text','field_5d1b9b462f954'),(1687,144,'block_3',''),(1688,144,'_block_3','field_5d1b9b462f952'),(1689,144,'value_1_image','lamp'),(1690,144,'_value_1_image','field_5d1baeee64511'),(1691,144,'value_1_title',''),(1692,144,'_value_1_title','field_5d1bae0d254fb'),(1693,144,'value_1_text',''),(1694,144,'_value_1_text','field_5d1bae0d254fc'),(1695,144,'value_1',''),(1696,144,'_value_1','field_5d1bae0d254fa'),(1697,144,'value_2_image','lamp'),(1698,144,'_value_2_image','field_5d1bafadd789f'),(1699,144,'value_2_title',''),(1700,144,'_value_2_title','field_5d1bafadd78a0'),(1701,144,'value_2_text',''),(1702,144,'_value_2_text','field_5d1bafadd78a1'),(1703,144,'value_2',''),(1704,144,'_value_2','field_5d1bafadd789e'),(1705,144,'value_3_image','lamp'),(1706,144,'_value_3_image','field_5d1bafafd78a3'),(1707,144,'value_3_title',''),(1708,144,'_value_3_title','field_5d1bafafd78a4'),(1709,144,'value_3_text',''),(1710,144,'_value_3_text','field_5d1bafafd78a5'),(1711,144,'value_3',''),(1712,144,'_value_3','field_5d1bafafd78a2'),(1713,144,'value_4_image','lamp'),(1714,144,'_value_4_image','field_5d1bafb1d78a7'),(1715,144,'value_4_title',''),(1716,144,'_value_4_title','field_5d1bafb1d78a8'),(1717,144,'value_4_text',''),(1718,144,'_value_4_text','field_5d1bafb1d78a9'),(1719,144,'value_4',''),(1720,144,'_value_4','field_5d1bafb1d78a6'),(1721,144,'value_5_image','lamp'),(1722,144,'_value_5_image','field_5d1bafb4d78ab'),(1723,144,'value_5_title',''),(1724,144,'_value_5_title','field_5d1bafb4d78ac'),(1725,144,'value_5_text',''),(1726,144,'_value_5_text','field_5d1bafb4d78ad'),(1727,144,'value_5',''),(1728,144,'_value_5','field_5d1bafb4d78aa'),(1729,144,'value_6_image','lamp'),(1730,144,'_value_6_image','field_5d1bafb6d78af'),(1731,144,'value_6_title',''),(1732,144,'_value_6_title','field_5d1bafb6d78b0'),(1733,144,'value_6_text',''),(1734,144,'_value_6_text','field_5d1bafb6d78b1'),(1735,144,'value_6',''),(1736,144,'_value_6','field_5d1bafb6d78ae'),(1737,144,'value_7_image','lamp'),(1738,144,'_value_7_image','field_5d1bafb8d78b3'),(1739,144,'value_7_title',''),(1740,144,'_value_7_title','field_5d1bafb8d78b4'),(1741,144,'value_7_text',''),(1742,144,'_value_7_text','field_5d1bafb8d78b5'),(1743,144,'value_7',''),(1744,144,'_value_7','field_5d1bafb8d78b2'),(1745,144,'value_8_image','lamp'),(1746,144,'_value_8_image','field_5d1bafc9d78b7'),(1747,144,'value_8_title',''),(1748,144,'_value_8_title','field_5d1bafc9d78b8'),(1749,144,'value_8_text',''),(1750,144,'_value_8_text','field_5d1bafc9d78b9'),(1751,144,'value_8',''),(1752,144,'_value_8','field_5d1bafc9d78b6'),(1753,144,'title_join','Join Our Team'),(1754,144,'_title_join','field_5d1bafffd78bb'),(1755,144,'text_join','Working at CryptoWallet, every day is an exciting challenge. We’re on a long-term plan to totally transform the way people store and spend money. We’re helping redefine what the concept of money is. There’s a lot to do, and we’re hiring people who share in our values.\r\n\r\nWe’re a young, dynamic company with big plans and a passionate, friendly team.\r\nThink you’d fit in well here? Take a look at our open positions below.'),(1756,144,'_text_join','field_5d1bb020d78bc'),(1757,144,'career_1_title',''),(1758,144,'_career_1_title','field_5d1bb076d78be'),(1759,144,'career_1_text',''),(1760,144,'_career_1_text','field_5d1bb076d78bf'),(1761,144,'career_1',''),(1762,144,'_career_1','field_5d1bb076d78bd'),(1763,144,'career_2_title',''),(1764,144,'_career_2_title','field_5d1bb0f7d78c8'),(1765,144,'career_2_text',''),(1766,144,'_career_2_text','field_5d1bb0f7d78c9'),(1767,144,'career_2',''),(1768,144,'_career_2','field_5d1bb0f7d78c7'),(1769,144,'career_3_title',''),(1770,144,'_career_3_title','field_5d1bb0f8d78cb'),(1771,144,'career_3_text',''),(1772,144,'_career_3_text','field_5d1bb0f8d78cc'),(1773,144,'career_3',''),(1774,144,'_career_3','field_5d1bb0f8d78ca'),(1775,144,'alert','Don’t see a position that suits? Send us your resume and suggested role at <a href=\"mailto:careers@cryptowallet.com\">careers@cryptowallet.com</a>'),(1776,144,'_alert','field_5d1bb0b8d78c6'),(1777,144,'title_team',''),(1778,144,'_title_team','field_5d1bb141d78ce'),(1779,144,'member_1_photo',''),(1780,144,'_member_1_photo','field_5d1bb194d78d2'),(1781,144,'member_1_name',''),(1782,144,'_member_1_name','field_5d1bb16ad78d0'),(1783,144,'member_1_role',''),(1784,144,'_member_1_role','field_5d1bb16ad78d1'),(1785,144,'member_1',''),(1786,144,'_member_1','field_5d1bb16ad78cf'),(1787,144,'member_2_photo',''),(1788,144,'_member_2_photo','field_5d1bb1efd78d4'),(1789,144,'member_2_name',''),(1790,144,'_member_2_name','field_5d1bb1efd78d5'),(1791,144,'member_2_role',''),(1792,144,'_member_2_role','field_5d1bb1efd78d6'),(1793,144,'member_2',''),(1794,144,'_member_2','field_5d1bb1efd78d3'),(1795,144,'member_3_photo',''),(1796,144,'_member_3_photo','field_5d1bb25e55268'),(1797,144,'member_3_name',''),(1798,144,'_member_3_name','field_5d1bb25e55269'),(1799,144,'member_3_role',''),(1800,144,'_member_3_role','field_5d1bb25e5526a'),(1801,144,'member_3',''),(1802,144,'_member_3','field_5d1bb25e55267'),(1803,144,'member_4_photo',''),(1804,144,'_member_4_photo','field_5d1bb25f5526c'),(1805,144,'member_4_name',''),(1806,144,'_member_4_name','field_5d1bb25f5526d'),(1807,144,'member_4_role',''),(1808,144,'_member_4_role','field_5d1bb25f5526e'),(1809,144,'member_4',''),(1810,144,'_member_4','field_5d1bb25f5526b'),(1811,144,'member_5_photo',''),(1812,144,'_member_5_photo','field_5d1bb26255270'),(1813,144,'member_5_name',''),(1814,144,'_member_5_name','field_5d1bb26255271'),(1815,144,'member_5_role',''),(1816,144,'_member_5_role','field_5d1bb26255272'),(1817,144,'member_5',''),(1818,144,'_member_5','field_5d1bb2625526f'),(1819,144,'member_6_photo',''),(1820,144,'_member_6_photo','field_5d1bb26655274'),(1821,144,'member_6_name',''),(1822,144,'_member_6_name','field_5d1bb26655275'),(1823,144,'member_6_role',''),(1824,144,'_member_6_role','field_5d1bb26655276'),(1825,144,'member_6',''),(1826,144,'_member_6','field_5d1bb26655273'),(1827,144,'title_meet',''),(1828,144,'_title_meet','field_5d1bb2a4dd53e'),(1829,144,'text_meet',''),(1830,144,'_text_meet','field_5d1bb2c8dd53f'),(1831,144,'company_1_name',''),(1832,144,'_company_1_name','field_5d1bb2da63856'),(1833,144,'company_1_address',''),(1834,144,'_company_1_address','field_5d1bb2da63857'),(1835,144,'company_1_about',''),(1836,144,'_company_1_about','field_5d1bb32563858'),(1837,144,'company_1',''),(1838,144,'_company_1','field_5d1bb2da63854'),(1839,144,'company_2_name',''),(1840,144,'_company_2_name','field_5d1bb3496385a'),(1841,144,'company_2_address',''),(1842,144,'_company_2_address','field_5d1bb3496385b'),(1843,144,'company_2_about',''),(1844,144,'_company_2_about','field_5d1bb3496385c'),(1845,144,'company_2',''),(1846,144,'_company_2','field_5d1bb34963859'),(1847,144,'company_3_name',''),(1848,144,'_company_3_name','field_5d1bb34b6385e'),(1849,144,'company_3_address',''),(1850,144,'_company_3_address','field_5d1bb34b6385f'),(1851,144,'company_3_about',''),(1852,144,'_company_3_about','field_5d1bb34b63860'),(1853,144,'company_3',''),(1854,144,'_company_3','field_5d1bb34b6385d'),(1855,144,'blocks_0_title','Q1 2019'),(1856,144,'_blocks_0_title','field_5d1b9b0f2f94d'),(1857,144,'blocks_0_text','CryptoWallet was founded in [year], and our staff have worked tirelessly to develop disruptive products and solutions that will help usher in a new era of personal finance. You can read more about our goals below in our Roadmap.'),(1858,144,'_blocks_0_text','field_5d1b9b362f94e'),(1859,144,'blocks_1_title','Q2 2019'),(1860,144,'_blocks_1_title','field_5d1b9b0f2f94d'),(1861,144,'blocks_1_text','CryptoWallet was founded in [year], and our staff have worked tirelessly to develop disruptive products and solutions that will help usher in a new era of personal finance. You can read more about our goals below in our Roadmap.'),(1862,144,'_blocks_1_text','field_5d1b9b362f94e'),(1863,144,'blocks_2_title','Q3 2019'),(1864,144,'_blocks_2_title','field_5d1b9b0f2f94d'),(1865,144,'blocks_2_text','CryptoWallet was founded in [year], and our staff have worked tirelessly to develop disruptive products and solutions that will help usher in a new era of personal finance. You can read more about our goals below in our Roadmap.'),(1866,144,'_blocks_2_text','field_5d1b9b362f94e'),(1867,144,'blocks','3'),(1868,144,'_blocks','field_5d1b9adf2f94c'),(1869,144,'values','8'),(1870,144,'_values','field_5d1cc112229fd'),(1871,144,'careers','3'),(1872,144,'_careers','field_5d1bb076d78bd'),(1873,144,'team',''),(1874,144,'_team','field_5d1bb16ad78cf'),(1875,144,'companies',''),(1876,144,'_companies','field_5d1bb2da63854'),(1877,144,'title_values','Values'),(1878,144,'_title_values','field_5d1cc4efc2b1e'),(1879,144,'values_0_image','lamp'),(1880,144,'_values_0_image','field_5d1baeee64511'),(1881,144,'values_0_title','Long-term Thinking'),(1882,144,'_values_0_title','field_5d1bae0d254fb'),(1883,144,'values_0_text','At CryptoWallet, we’re on a mission to build the future with care and attention it deserves.'),(1884,144,'_values_0_text','field_5d1bae0d254fc'),(1885,144,'values_1_image','certified'),(1886,144,'_values_1_image','field_5d1baeee64511'),(1887,144,'values_1_title','Accountability'),(1888,144,'_values_1_title','field_5d1bae0d254fb'),(1889,144,'values_1_text','We hold ourselves to the highest industry standards in everything that we do, and we foster a company culture of responsibility, transparency, and accountability.'),(1890,144,'_values_1_text','field_5d1bae0d254fc'),(1891,144,'values_2_image','eye'),(1892,144,'_values_2_image','field_5d1baeee64511'),(1893,144,'values_2_title','Sharp Focus'),(1894,144,'_values_2_title','field_5d1bae0d254fb'),(1895,144,'values_2_text','We keep a sharp focus to provide buying, trading, storage, and spending solutions for cryptocurrency investors. At CryptoWallet, we keep our eyes on the road ahead.'),(1896,144,'_values_2_text','field_5d1bae0d254fc'),(1897,144,'values_3_image','message'),(1898,144,'_values_3_image','field_5d1baeee64511'),(1899,144,'values_3_title','Open-door Policy'),(1900,144,'_values_3_title','field_5d1bae0d254fb'),(1901,144,'values_3_text','We need to be open to any and all input from our colleagues at all levels as well as our users and supporters. Our door is always open to improvement.'),(1902,144,'_values_3_text','field_5d1bae0d254fc'),(1903,144,'values_4_image','signal'),(1904,144,'_values_4_image','field_5d1baeee64511'),(1905,144,'values_4_title','Adaptability'),(1906,144,'_values_4_title','field_5d1bae0d254fb'),(1907,144,'values_4_text','In a quickly-changing industry, we need to be able to react quickly as well. We adapt, overcome, and deliver.'),(1908,144,'_values_4_text','field_5d1bae0d254fc'),(1909,144,'values_5_image','search'),(1910,144,'_values_5_image','field_5d1baeee64511'),(1911,144,'values_5_title','Always Learning'),(1912,144,'_values_5_title','field_5d1bae0d254fb'),(1913,144,'values_5_text','Knowledge is the best tool at our disposal. We’re always researching and developing the most cutting-edge solutions to emerging problems.'),(1914,144,'_values_5_text','field_5d1bae0d254fc'),(1915,144,'values_6_image','earth'),(1916,144,'_values_6_image','field_5d1baeee64511'),(1917,144,'values_6_title','Pro-Active'),(1918,144,'_values_6_title','field_5d1bae0d254fb'),(1919,144,'values_6_text','Whether we’re developing new ideas, getting in touch with our community, or expanding our staff, we’re in constant motion at CryptoWallet.'),(1920,144,'_values_6_text','field_5d1bae0d254fc'),(1921,144,'values_7_image','moon'),(1922,144,'_values_7_image','field_5d1baeee64511'),(1923,144,'values_7_title','Scientific Dreaming'),(1924,144,'_values_7_title','field_5d1bae0d254fb'),(1925,144,'values_7_text','We pride ourselves on using our imaginations and dreaming big too. Every day is an opportunity to do something amazing.'),(1926,144,'_values_7_text','field_5d1bae0d254fc'),(1927,144,'careers_0_title','Job Title'),(1928,144,'_careers_0_title','field_5d1bb076d78be'),(1929,144,'careers_0_text','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.'),(1930,144,'_careers_0_text','field_5d1bb076d78bf'),(1931,144,'careers_1_title','Job Title'),(1932,144,'_careers_1_title','field_5d1bb076d78be'),(1933,144,'careers_1_text','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.'),(1934,144,'_careers_1_text','field_5d1bb076d78bf'),(1935,144,'careers_2_title','Job Title'),(1936,144,'_careers_2_title','field_5d1bb076d78be'),(1937,144,'careers_2_text','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.'),(1938,144,'_careers_2_text','field_5d1bb076d78bf'),(1939,136,'team_0_photo','845'),(1940,136,'_team_0_photo','field_5d1bb194d78d2'),(1941,136,'team_0_name','Name Placeholder'),(1942,136,'_team_0_name','field_5d1bb16ad78d0'),(1943,136,'team_0_role','CEO'),(1944,136,'_team_0_role','field_5d1bb16ad78d1'),(1945,136,'team_1_photo','845'),(1946,136,'_team_1_photo','field_5d1bb194d78d2'),(1947,136,'team_1_name','Name Placeholder'),(1948,136,'_team_1_name','field_5d1bb16ad78d0'),(1949,136,'team_1_role','Founder'),(1950,136,'_team_1_role','field_5d1bb16ad78d1'),(1951,136,'team_2_photo','845'),(1952,136,'_team_2_photo','field_5d1bb194d78d2'),(1953,136,'team_2_name','Name Placeholder'),(1954,136,'_team_2_name','field_5d1bb16ad78d0'),(1955,136,'team_2_role','CFO'),(1956,136,'_team_2_role','field_5d1bb16ad78d1'),(1957,136,'team_3_photo','845'),(1958,136,'_team_3_photo','field_5d1bb194d78d2'),(1959,136,'team_3_name','Name Placeholder'),(1960,136,'_team_3_name','field_5d1bb16ad78d0'),(1961,136,'team_3_role','CTO'),(1962,136,'_team_3_role','field_5d1bb16ad78d1'),(1963,136,'team_4_photo','845'),(1964,136,'_team_4_photo','field_5d1bb194d78d2'),(1965,136,'team_4_name','Name Placeholder'),(1966,136,'_team_4_name','field_5d1bb16ad78d0'),(1967,136,'team_4_role','Head of Product'),(1968,136,'_team_4_role','field_5d1bb16ad78d1'),(1969,136,'team_5_photo','845'),(1970,136,'_team_5_photo','field_5d1bb194d78d2'),(1971,136,'team_5_name','Name Placeholder'),(1972,136,'_team_5_name','field_5d1bb16ad78d0'),(1973,136,'team_5_role','Head of Marketing'),(1974,136,'_team_5_role','field_5d1bb16ad78d1'),(1975,145,'subtitle','Buy, trade,  store, and spend cryptocurrency'),(1976,145,'_subtitle','field_5d1b9a04bd4ba'),(1977,145,'description','CryptoWallet was founded in [year], and our staff have worked tirelessly to develop disruptive products and solutions that will help usher in a new era of personal finance. You can read more about our goals below in our Roadmap.'),(1978,145,'_description','field_5d1b9a6e30e58'),(1979,145,'block_1_title',''),(1980,145,'_block_1_title','field_5d1b9b0f2f94d'),(1981,145,'block_1_text',''),(1982,145,'_block_1_text','field_5d1b9b362f94e'),(1983,145,'block_1',''),(1984,145,'_block_1','field_5d1b9adf2f94c'),(1985,145,'block_2_title',''),(1986,145,'_block_2_title','field_5d1b9b442f950'),(1987,145,'block_2_text',''),(1988,145,'_block_2_text','field_5d1b9b442f951'),(1989,145,'block_2',''),(1990,145,'_block_2','field_5d1b9b442f94f'),(1991,145,'block_3_title',''),(1992,145,'_block_3_title','field_5d1b9b462f953'),(1993,145,'block_3_text',''),(1994,145,'_block_3_text','field_5d1b9b462f954'),(1995,145,'block_3',''),(1996,145,'_block_3','field_5d1b9b462f952'),(1997,145,'value_1_image','lamp'),(1998,145,'_value_1_image','field_5d1baeee64511'),(1999,145,'value_1_title',''),(2000,145,'_value_1_title','field_5d1bae0d254fb'),(2001,145,'value_1_text',''),(2002,145,'_value_1_text','field_5d1bae0d254fc'),(2003,145,'value_1',''),(2004,145,'_value_1','field_5d1bae0d254fa'),(2005,145,'value_2_image','lamp'),(2006,145,'_value_2_image','field_5d1bafadd789f'),(2007,145,'value_2_title',''),(2008,145,'_value_2_title','field_5d1bafadd78a0'),(2009,145,'value_2_text',''),(2010,145,'_value_2_text','field_5d1bafadd78a1'),(2011,145,'value_2',''),(2012,145,'_value_2','field_5d1bafadd789e'),(2013,145,'value_3_image','lamp'),(2014,145,'_value_3_image','field_5d1bafafd78a3'),(2015,145,'value_3_title',''),(2016,145,'_value_3_title','field_5d1bafafd78a4'),(2017,145,'value_3_text',''),(2018,145,'_value_3_text','field_5d1bafafd78a5'),(2019,145,'value_3',''),(2020,145,'_value_3','field_5d1bafafd78a2'),(2021,145,'value_4_image','lamp'),(2022,145,'_value_4_image','field_5d1bafb1d78a7'),(2023,145,'value_4_title',''),(2024,145,'_value_4_title','field_5d1bafb1d78a8'),(2025,145,'value_4_text',''),(2026,145,'_value_4_text','field_5d1bafb1d78a9'),(2027,145,'value_4',''),(2028,145,'_value_4','field_5d1bafb1d78a6'),(2029,145,'value_5_image','lamp'),(2030,145,'_value_5_image','field_5d1bafb4d78ab'),(2031,145,'value_5_title',''),(2032,145,'_value_5_title','field_5d1bafb4d78ac'),(2033,145,'value_5_text',''),(2034,145,'_value_5_text','field_5d1bafb4d78ad'),(2035,145,'value_5',''),(2036,145,'_value_5','field_5d1bafb4d78aa'),(2037,145,'value_6_image','lamp'),(2038,145,'_value_6_image','field_5d1bafb6d78af'),(2039,145,'value_6_title',''),(2040,145,'_value_6_title','field_5d1bafb6d78b0'),(2041,145,'value_6_text',''),(2042,145,'_value_6_text','field_5d1bafb6d78b1'),(2043,145,'value_6',''),(2044,145,'_value_6','field_5d1bafb6d78ae'),(2045,145,'value_7_image','lamp'),(2046,145,'_value_7_image','field_5d1bafb8d78b3'),(2047,145,'value_7_title',''),(2048,145,'_value_7_title','field_5d1bafb8d78b4'),(2049,145,'value_7_text',''),(2050,145,'_value_7_text','field_5d1bafb8d78b5'),(2051,145,'value_7',''),(2052,145,'_value_7','field_5d1bafb8d78b2'),(2053,145,'value_8_image','lamp'),(2054,145,'_value_8_image','field_5d1bafc9d78b7'),(2055,145,'value_8_title',''),(2056,145,'_value_8_title','field_5d1bafc9d78b8'),(2057,145,'value_8_text',''),(2058,145,'_value_8_text','field_5d1bafc9d78b9'),(2059,145,'value_8',''),(2060,145,'_value_8','field_5d1bafc9d78b6'),(2061,145,'title_join','Join Our Team'),(2062,145,'_title_join','field_5d1bafffd78bb'),(2063,145,'text_join','Working at CryptoWallet, every day is an exciting challenge. We’re on a long-term plan to totally transform the way people store and spend money. We’re helping redefine what the concept of money is. There’s a lot to do, and we’re hiring people who share in our values.\r\n\r\nWe’re a young, dynamic company with big plans and a passionate, friendly team.\r\nThink you’d fit in well here? Take a look at our open positions below.'),(2064,145,'_text_join','field_5d1bb020d78bc'),(2065,145,'career_1_title',''),(2066,145,'_career_1_title','field_5d1bb076d78be'),(2067,145,'career_1_text',''),(2068,145,'_career_1_text','field_5d1bb076d78bf'),(2069,145,'career_1',''),(2070,145,'_career_1','field_5d1bb076d78bd'),(2071,145,'career_2_title',''),(2072,145,'_career_2_title','field_5d1bb0f7d78c8'),(2073,145,'career_2_text',''),(2074,145,'_career_2_text','field_5d1bb0f7d78c9'),(2075,145,'career_2',''),(2076,145,'_career_2','field_5d1bb0f7d78c7'),(2077,145,'career_3_title',''),(2078,145,'_career_3_title','field_5d1bb0f8d78cb'),(2079,145,'career_3_text',''),(2080,145,'_career_3_text','field_5d1bb0f8d78cc'),(2081,145,'career_3',''),(2082,145,'_career_3','field_5d1bb0f8d78ca'),(2083,145,'alert','Don’t see a position that suits? Send us your resume and suggested role at <a href=\"mailto:careers@cryptowallet.com\">careers@cryptowallet.com</a>'),(2084,145,'_alert','field_5d1bb0b8d78c6'),(2085,145,'title_team','Our Team'),(2086,145,'_title_team','field_5d1bb141d78ce'),(2087,145,'member_1_photo',''),(2088,145,'_member_1_photo','field_5d1bb194d78d2'),(2089,145,'member_1_name',''),(2090,145,'_member_1_name','field_5d1bb16ad78d0'),(2091,145,'member_1_role',''),(2092,145,'_member_1_role','field_5d1bb16ad78d1'),(2093,145,'member_1',''),(2094,145,'_member_1','field_5d1bb16ad78cf'),(2095,145,'member_2_photo',''),(2096,145,'_member_2_photo','field_5d1bb1efd78d4'),(2097,145,'member_2_name',''),(2098,145,'_member_2_name','field_5d1bb1efd78d5'),(2099,145,'member_2_role',''),(2100,145,'_member_2_role','field_5d1bb1efd78d6'),(2101,145,'member_2',''),(2102,145,'_member_2','field_5d1bb1efd78d3'),(2103,145,'member_3_photo',''),(2104,145,'_member_3_photo','field_5d1bb25e55268'),(2105,145,'member_3_name',''),(2106,145,'_member_3_name','field_5d1bb25e55269'),(2107,145,'member_3_role',''),(2108,145,'_member_3_role','field_5d1bb25e5526a'),(2109,145,'member_3',''),(2110,145,'_member_3','field_5d1bb25e55267'),(2111,145,'member_4_photo',''),(2112,145,'_member_4_photo','field_5d1bb25f5526c'),(2113,145,'member_4_name',''),(2114,145,'_member_4_name','field_5d1bb25f5526d'),(2115,145,'member_4_role',''),(2116,145,'_member_4_role','field_5d1bb25f5526e'),(2117,145,'member_4',''),(2118,145,'_member_4','field_5d1bb25f5526b'),(2119,145,'member_5_photo',''),(2120,145,'_member_5_photo','field_5d1bb26255270'),(2121,145,'member_5_name',''),(2122,145,'_member_5_name','field_5d1bb26255271'),(2123,145,'member_5_role',''),(2124,145,'_member_5_role','field_5d1bb26255272'),(2125,145,'member_5',''),(2126,145,'_member_5','field_5d1bb2625526f'),(2127,145,'member_6_photo',''),(2128,145,'_member_6_photo','field_5d1bb26655274'),(2129,145,'member_6_name',''),(2130,145,'_member_6_name','field_5d1bb26655275'),(2131,145,'member_6_role',''),(2132,145,'_member_6_role','field_5d1bb26655276'),(2133,145,'member_6',''),(2134,145,'_member_6','field_5d1bb26655273'),(2135,145,'title_meet',''),(2136,145,'_title_meet','field_5d1bb2a4dd53e'),(2137,145,'text_meet',''),(2138,145,'_text_meet','field_5d1bb2c8dd53f'),(2139,145,'company_1_name',''),(2140,145,'_company_1_name','field_5d1bb2da63856'),(2141,145,'company_1_address',''),(2142,145,'_company_1_address','field_5d1bb2da63857'),(2143,145,'company_1_about',''),(2144,145,'_company_1_about','field_5d1bb32563858'),(2145,145,'company_1',''),(2146,145,'_company_1','field_5d1bb2da63854'),(2147,145,'company_2_name',''),(2148,145,'_company_2_name','field_5d1bb3496385a'),(2149,145,'company_2_address',''),(2150,145,'_company_2_address','field_5d1bb3496385b'),(2151,145,'company_2_about',''),(2152,145,'_company_2_about','field_5d1bb3496385c'),(2153,145,'company_2',''),(2154,145,'_company_2','field_5d1bb34963859'),(2155,145,'company_3_name',''),(2156,145,'_company_3_name','field_5d1bb34b6385e'),(2157,145,'company_3_address',''),(2158,145,'_company_3_address','field_5d1bb34b6385f'),(2159,145,'company_3_about',''),(2160,145,'_company_3_about','field_5d1bb34b63860'),(2161,145,'company_3',''),(2162,145,'_company_3','field_5d1bb34b6385d'),(2163,145,'blocks_0_title','Q1 2019'),(2164,145,'_blocks_0_title','field_5d1b9b0f2f94d'),(2165,145,'blocks_0_text','CryptoWallet was founded in [year], and our staff have worked tirelessly to develop disruptive products and solutions that will help usher in a new era of personal finance. You can read more about our goals below in our Roadmap.'),(2166,145,'_blocks_0_text','field_5d1b9b362f94e'),(2167,145,'blocks_1_title','Q2 2019'),(2168,145,'_blocks_1_title','field_5d1b9b0f2f94d'),(2169,145,'blocks_1_text','CryptoWallet was founded in [year], and our staff have worked tirelessly to develop disruptive products and solutions that will help usher in a new era of personal finance. You can read more about our goals below in our Roadmap.'),(2170,145,'_blocks_1_text','field_5d1b9b362f94e'),(2171,145,'blocks_2_title','Q3 2019'),(2172,145,'_blocks_2_title','field_5d1b9b0f2f94d'),(2173,145,'blocks_2_text','CryptoWallet was founded in [year], and our staff have worked tirelessly to develop disruptive products and solutions that will help usher in a new era of personal finance. You can read more about our goals below in our Roadmap.'),(2174,145,'_blocks_2_text','field_5d1b9b362f94e'),(2175,145,'blocks','3'),(2176,145,'_blocks','field_5d1b9adf2f94c'),(2177,145,'values','8'),(2178,145,'_values','field_5d1cc112229fd'),(2179,145,'careers','3'),(2180,145,'_careers','field_5d1bb076d78bd'),(2181,145,'team','6'),(2182,145,'_team','field_5d1bb16ad78cf'),(2183,145,'companies',''),(2184,145,'_companies','field_5d1bb2da63854'),(2185,145,'title_values','Values'),(2186,145,'_title_values','field_5d1cc4efc2b1e'),(2187,145,'values_0_image','lamp'),(2188,145,'_values_0_image','field_5d1baeee64511'),(2189,145,'values_0_title','Long-term Thinking'),(2190,145,'_values_0_title','field_5d1bae0d254fb'),(2191,145,'values_0_text','At CryptoWallet, we’re on a mission to build the future with care and attention it deserves.'),(2192,145,'_values_0_text','field_5d1bae0d254fc'),(2193,145,'values_1_image','certified'),(2194,145,'_values_1_image','field_5d1baeee64511'),(2195,145,'values_1_title','Accountability'),(2196,145,'_values_1_title','field_5d1bae0d254fb'),(2197,145,'values_1_text','We hold ourselves to the highest industry standards in everything that we do, and we foster a company culture of responsibility, transparency, and accountability.'),(2198,145,'_values_1_text','field_5d1bae0d254fc'),(2199,145,'values_2_image','eye'),(2200,145,'_values_2_image','field_5d1baeee64511'),(2201,145,'values_2_title','Sharp Focus'),(2202,145,'_values_2_title','field_5d1bae0d254fb'),(2203,145,'values_2_text','We keep a sharp focus to provide buying, trading, storage, and spending solutions for cryptocurrency investors. At CryptoWallet, we keep our eyes on the road ahead.'),(2204,145,'_values_2_text','field_5d1bae0d254fc'),(2205,145,'values_3_image','message'),(2206,145,'_values_3_image','field_5d1baeee64511'),(2207,145,'values_3_title','Open-door Policy'),(2208,145,'_values_3_title','field_5d1bae0d254fb'),(2209,145,'values_3_text','We need to be open to any and all input from our colleagues at all levels as well as our users and supporters. Our door is always open to improvement.'),(2210,145,'_values_3_text','field_5d1bae0d254fc'),(2211,145,'values_4_image','signal'),(2212,145,'_values_4_image','field_5d1baeee64511'),(2213,145,'values_4_title','Adaptability'),(2214,145,'_values_4_title','field_5d1bae0d254fb'),(2215,145,'values_4_text','In a quickly-changing industry, we need to be able to react quickly as well. We adapt, overcome, and deliver.'),(2216,145,'_values_4_text','field_5d1bae0d254fc'),(2217,145,'values_5_image','search'),(2218,145,'_values_5_image','field_5d1baeee64511'),(2219,145,'values_5_title','Always Learning'),(2220,145,'_values_5_title','field_5d1bae0d254fb'),(2221,145,'values_5_text','Knowledge is the best tool at our disposal. We’re always researching and developing the most cutting-edge solutions to emerging problems.'),(2222,145,'_values_5_text','field_5d1bae0d254fc'),(2223,145,'values_6_image','earth'),(2224,145,'_values_6_image','field_5d1baeee64511'),(2225,145,'values_6_title','Pro-Active'),(2226,145,'_values_6_title','field_5d1bae0d254fb'),(2227,145,'values_6_text','Whether we’re developing new ideas, getting in touch with our community, or expanding our staff, we’re in constant motion at CryptoWallet.'),(2228,145,'_values_6_text','field_5d1bae0d254fc'),(2229,145,'values_7_image','moon'),(2230,145,'_values_7_image','field_5d1baeee64511'),(2231,145,'values_7_title','Scientific Dreaming'),(2232,145,'_values_7_title','field_5d1bae0d254fb'),(2233,145,'values_7_text','We pride ourselves on using our imaginations and dreaming big too. Every day is an opportunity to do something amazing.'),(2234,145,'_values_7_text','field_5d1bae0d254fc'),(2235,145,'careers_0_title','Job Title'),(2236,145,'_careers_0_title','field_5d1bb076d78be'),(2237,145,'careers_0_text','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.'),(2238,145,'_careers_0_text','field_5d1bb076d78bf'),(2239,145,'careers_1_title','Job Title'),(2240,145,'_careers_1_title','field_5d1bb076d78be'),(2241,145,'careers_1_text','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.'),(2242,145,'_careers_1_text','field_5d1bb076d78bf'),(2243,145,'careers_2_title','Job Title'),(2244,145,'_careers_2_title','field_5d1bb076d78be'),(2245,145,'careers_2_text','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.'),(2246,145,'_careers_2_text','field_5d1bb076d78bf'),(2247,145,'team_0_photo',''),(2248,145,'_team_0_photo','field_5d1bb194d78d2'),(2249,145,'team_0_name','Name Placeholder'),(2250,145,'_team_0_name','field_5d1bb16ad78d0'),(2251,145,'team_0_role','CEO'),(2252,145,'_team_0_role','field_5d1bb16ad78d1'),(2253,145,'team_1_photo',''),(2254,145,'_team_1_photo','field_5d1bb194d78d2'),(2255,145,'team_1_name','Name Placeholder'),(2256,145,'_team_1_name','field_5d1bb16ad78d0'),(2257,145,'team_1_role','Founder'),(2258,145,'_team_1_role','field_5d1bb16ad78d1'),(2259,145,'team_2_photo',''),(2260,145,'_team_2_photo','field_5d1bb194d78d2'),(2261,145,'team_2_name','Name Placeholder'),(2262,145,'_team_2_name','field_5d1bb16ad78d0'),(2263,145,'team_2_role','CFO'),(2264,145,'_team_2_role','field_5d1bb16ad78d1'),(2265,145,'team_3_photo',''),(2266,145,'_team_3_photo','field_5d1bb194d78d2'),(2267,145,'team_3_name','Name Placeholder'),(2268,145,'_team_3_name','field_5d1bb16ad78d0'),(2269,145,'team_3_role','CTO'),(2270,145,'_team_3_role','field_5d1bb16ad78d1'),(2271,145,'team_4_photo',''),(2272,145,'_team_4_photo','field_5d1bb194d78d2'),(2273,145,'team_4_name','Name Placeholder'),(2274,145,'_team_4_name','field_5d1bb16ad78d0'),(2275,145,'team_4_role','Head of Product'),(2276,145,'_team_4_role','field_5d1bb16ad78d1'),(2277,145,'team_5_photo',''),(2278,145,'_team_5_photo','field_5d1bb194d78d2'),(2279,145,'team_5_name','Name Placeholder'),(2280,145,'_team_5_name','field_5d1bb16ad78d0'),(2281,145,'team_5_role','Head of Marketing'),(2282,145,'_team_5_role','field_5d1bb16ad78d1'),(2283,136,'companies_0_name','Event Title Placeholder'),(2284,136,'_companies_0_name','field_5d1bb2da63856'),(2285,136,'companies_0_address','January 15, 2019\r\nThe Ritz Carlton\r\nNew York, NY'),(2286,136,'_companies_0_address','field_5d1bb2da63857'),(2287,136,'companies_0_about','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.'),(2288,136,'_companies_0_about','field_5d1bb32563858'),(2289,136,'companies_1_name','Event Title Placeholder'),(2290,136,'_companies_1_name','field_5d1bb2da63856'),(2291,136,'companies_1_address','January 15, 2019\r\nThe Ritz Carlton\r\nNew York, NY'),(2292,136,'_companies_1_address','field_5d1bb2da63857'),(2293,136,'companies_1_about','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.'),(2294,136,'_companies_1_about','field_5d1bb32563858'),(2295,136,'companies_2_name','Event Title Placeholder'),(2296,136,'_companies_2_name','field_5d1bb2da63856'),(2297,136,'companies_2_address','January 15, 2019\r\nThe Ritz Carlton\r\nNew York, NY'),(2298,136,'_companies_2_address','field_5d1bb2da63857'),(2299,136,'companies_2_about','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.'),(2300,136,'_companies_2_about','field_5d1bb32563858'),(2301,146,'subtitle','Buy, trade,  store, and spend cryptocurrency'),(2302,146,'_subtitle','field_5d1b9a04bd4ba'),(2303,146,'description','CryptoWallet was founded in [year], and our staff have worked tirelessly to develop disruptive products and solutions that will help usher in a new era of personal finance. You can read more about our goals below in our Roadmap.'),(2304,146,'_description','field_5d1b9a6e30e58'),(2305,146,'block_1_title',''),(2306,146,'_block_1_title','field_5d1b9b0f2f94d'),(2307,146,'block_1_text',''),(2308,146,'_block_1_text','field_5d1b9b362f94e'),(2309,146,'block_1',''),(2310,146,'_block_1','field_5d1b9adf2f94c'),(2311,146,'block_2_title',''),(2312,146,'_block_2_title','field_5d1b9b442f950'),(2313,146,'block_2_text',''),(2314,146,'_block_2_text','field_5d1b9b442f951'),(2315,146,'block_2',''),(2316,146,'_block_2','field_5d1b9b442f94f'),(2317,146,'block_3_title',''),(2318,146,'_block_3_title','field_5d1b9b462f953'),(2319,146,'block_3_text',''),(2320,146,'_block_3_text','field_5d1b9b462f954'),(2321,146,'block_3',''),(2322,146,'_block_3','field_5d1b9b462f952'),(2323,146,'value_1_image','lamp'),(2324,146,'_value_1_image','field_5d1baeee64511'),(2325,146,'value_1_title',''),(2326,146,'_value_1_title','field_5d1bae0d254fb'),(2327,146,'value_1_text',''),(2328,146,'_value_1_text','field_5d1bae0d254fc'),(2329,146,'value_1',''),(2330,146,'_value_1','field_5d1bae0d254fa'),(2331,146,'value_2_image','lamp'),(2332,146,'_value_2_image','field_5d1bafadd789f'),(2333,146,'value_2_title',''),(2334,146,'_value_2_title','field_5d1bafadd78a0'),(2335,146,'value_2_text',''),(2336,146,'_value_2_text','field_5d1bafadd78a1'),(2337,146,'value_2',''),(2338,146,'_value_2','field_5d1bafadd789e'),(2339,146,'value_3_image','lamp'),(2340,146,'_value_3_image','field_5d1bafafd78a3'),(2341,146,'value_3_title',''),(2342,146,'_value_3_title','field_5d1bafafd78a4'),(2343,146,'value_3_text',''),(2344,146,'_value_3_text','field_5d1bafafd78a5'),(2345,146,'value_3',''),(2346,146,'_value_3','field_5d1bafafd78a2'),(2347,146,'value_4_image','lamp'),(2348,146,'_value_4_image','field_5d1bafb1d78a7'),(2349,146,'value_4_title',''),(2350,146,'_value_4_title','field_5d1bafb1d78a8'),(2351,146,'value_4_text',''),(2352,146,'_value_4_text','field_5d1bafb1d78a9'),(2353,146,'value_4',''),(2354,146,'_value_4','field_5d1bafb1d78a6'),(2355,146,'value_5_image','lamp'),(2356,146,'_value_5_image','field_5d1bafb4d78ab'),(2357,146,'value_5_title',''),(2358,146,'_value_5_title','field_5d1bafb4d78ac'),(2359,146,'value_5_text',''),(2360,146,'_value_5_text','field_5d1bafb4d78ad'),(2361,146,'value_5',''),(2362,146,'_value_5','field_5d1bafb4d78aa'),(2363,146,'value_6_image','lamp'),(2364,146,'_value_6_image','field_5d1bafb6d78af'),(2365,146,'value_6_title',''),(2366,146,'_value_6_title','field_5d1bafb6d78b0'),(2367,146,'value_6_text',''),(2368,146,'_value_6_text','field_5d1bafb6d78b1'),(2369,146,'value_6',''),(2370,146,'_value_6','field_5d1bafb6d78ae'),(2371,146,'value_7_image','lamp'),(2372,146,'_value_7_image','field_5d1bafb8d78b3'),(2373,146,'value_7_title',''),(2374,146,'_value_7_title','field_5d1bafb8d78b4'),(2375,146,'value_7_text',''),(2376,146,'_value_7_text','field_5d1bafb8d78b5'),(2377,146,'value_7',''),(2378,146,'_value_7','field_5d1bafb8d78b2'),(2379,146,'value_8_image','lamp'),(2380,146,'_value_8_image','field_5d1bafc9d78b7'),(2381,146,'value_8_title',''),(2382,146,'_value_8_title','field_5d1bafc9d78b8'),(2383,146,'value_8_text',''),(2384,146,'_value_8_text','field_5d1bafc9d78b9'),(2385,146,'value_8',''),(2386,146,'_value_8','field_5d1bafc9d78b6'),(2387,146,'title_join','Join Our Team'),(2388,146,'_title_join','field_5d1bafffd78bb'),(2389,146,'text_join','Working at CryptoWallet, every day is an exciting challenge. We’re on a long-term plan to totally transform the way people store and spend money. We’re helping redefine what the concept of money is. There’s a lot to do, and we’re hiring people who share in our values.\r\n\r\nWe’re a young, dynamic company with big plans and a passionate, friendly team.\r\nThink you’d fit in well here? Take a look at our open positions below.'),(2390,146,'_text_join','field_5d1bb020d78bc'),(2391,146,'career_1_title',''),(2392,146,'_career_1_title','field_5d1bb076d78be'),(2393,146,'career_1_text',''),(2394,146,'_career_1_text','field_5d1bb076d78bf'),(2395,146,'career_1',''),(2396,146,'_career_1','field_5d1bb076d78bd'),(2397,146,'career_2_title',''),(2398,146,'_career_2_title','field_5d1bb0f7d78c8'),(2399,146,'career_2_text',''),(2400,146,'_career_2_text','field_5d1bb0f7d78c9'),(2401,146,'career_2',''),(2402,146,'_career_2','field_5d1bb0f7d78c7'),(2403,146,'career_3_title',''),(2404,146,'_career_3_title','field_5d1bb0f8d78cb'),(2405,146,'career_3_text',''),(2406,146,'_career_3_text','field_5d1bb0f8d78cc'),(2407,146,'career_3',''),(2408,146,'_career_3','field_5d1bb0f8d78ca'),(2409,146,'alert','Don’t see a position that suits? Send us your resume and suggested role at <a href=\"mailto:careers@cryptowallet.com\">careers@cryptowallet.com</a>'),(2410,146,'_alert','field_5d1bb0b8d78c6'),(2411,146,'title_team','Our Team'),(2412,146,'_title_team','field_5d1bb141d78ce'),(2413,146,'member_1_photo',''),(2414,146,'_member_1_photo','field_5d1bb194d78d2'),(2415,146,'member_1_name',''),(2416,146,'_member_1_name','field_5d1bb16ad78d0'),(2417,146,'member_1_role',''),(2418,146,'_member_1_role','field_5d1bb16ad78d1'),(2419,146,'member_1',''),(2420,146,'_member_1','field_5d1bb16ad78cf'),(2421,146,'member_2_photo',''),(2422,146,'_member_2_photo','field_5d1bb1efd78d4'),(2423,146,'member_2_name',''),(2424,146,'_member_2_name','field_5d1bb1efd78d5'),(2425,146,'member_2_role',''),(2426,146,'_member_2_role','field_5d1bb1efd78d6'),(2427,146,'member_2',''),(2428,146,'_member_2','field_5d1bb1efd78d3'),(2429,146,'member_3_photo',''),(2430,146,'_member_3_photo','field_5d1bb25e55268'),(2431,146,'member_3_name',''),(2432,146,'_member_3_name','field_5d1bb25e55269'),(2433,146,'member_3_role',''),(2434,146,'_member_3_role','field_5d1bb25e5526a'),(2435,146,'member_3',''),(2436,146,'_member_3','field_5d1bb25e55267'),(2437,146,'member_4_photo',''),(2438,146,'_member_4_photo','field_5d1bb25f5526c'),(2439,146,'member_4_name',''),(2440,146,'_member_4_name','field_5d1bb25f5526d'),(2441,146,'member_4_role',''),(2442,146,'_member_4_role','field_5d1bb25f5526e'),(2443,146,'member_4',''),(2444,146,'_member_4','field_5d1bb25f5526b'),(2445,146,'member_5_photo',''),(2446,146,'_member_5_photo','field_5d1bb26255270'),(2447,146,'member_5_name',''),(2448,146,'_member_5_name','field_5d1bb26255271'),(2449,146,'member_5_role',''),(2450,146,'_member_5_role','field_5d1bb26255272'),(2451,146,'member_5',''),(2452,146,'_member_5','field_5d1bb2625526f'),(2453,146,'member_6_photo',''),(2454,146,'_member_6_photo','field_5d1bb26655274'),(2455,146,'member_6_name',''),(2456,146,'_member_6_name','field_5d1bb26655275'),(2457,146,'member_6_role',''),(2458,146,'_member_6_role','field_5d1bb26655276'),(2459,146,'member_6',''),(2460,146,'_member_6','field_5d1bb26655273'),(2461,146,'title_meet','Come meet us'),(2462,146,'_title_meet','field_5d1bb2a4dd53e'),(2463,146,'text_meet','CryptoWallet is attending the events below, and we’re always delighted to meet new people interested in our technology.'),(2464,146,'_text_meet','field_5d1bb2c8dd53f'),(2465,146,'company_1_name',''),(2466,146,'_company_1_name','field_5d1bb2da63856'),(2467,146,'company_1_address',''),(2468,146,'_company_1_address','field_5d1bb2da63857'),(2469,146,'company_1_about',''),(2470,146,'_company_1_about','field_5d1bb32563858'),(2471,146,'company_1',''),(2472,146,'_company_1','field_5d1bb2da63854'),(2473,146,'company_2_name',''),(2474,146,'_company_2_name','field_5d1bb3496385a'),(2475,146,'company_2_address',''),(2476,146,'_company_2_address','field_5d1bb3496385b'),(2477,146,'company_2_about',''),(2478,146,'_company_2_about','field_5d1bb3496385c'),(2479,146,'company_2',''),(2480,146,'_company_2','field_5d1bb34963859'),(2481,146,'company_3_name',''),(2482,146,'_company_3_name','field_5d1bb34b6385e'),(2483,146,'company_3_address',''),(2484,146,'_company_3_address','field_5d1bb34b6385f'),(2485,146,'company_3_about',''),(2486,146,'_company_3_about','field_5d1bb34b63860'),(2487,146,'company_3',''),(2488,146,'_company_3','field_5d1bb34b6385d'),(2489,146,'blocks_0_title','Q1 2019'),(2490,146,'_blocks_0_title','field_5d1b9b0f2f94d'),(2491,146,'blocks_0_text','CryptoWallet was founded in [year], and our staff have worked tirelessly to develop disruptive products and solutions that will help usher in a new era of personal finance. You can read more about our goals below in our Roadmap.'),(2492,146,'_blocks_0_text','field_5d1b9b362f94e'),(2493,146,'blocks_1_title','Q2 2019'),(2494,146,'_blocks_1_title','field_5d1b9b0f2f94d'),(2495,146,'blocks_1_text','CryptoWallet was founded in [year], and our staff have worked tirelessly to develop disruptive products and solutions that will help usher in a new era of personal finance. You can read more about our goals below in our Roadmap.'),(2496,146,'_blocks_1_text','field_5d1b9b362f94e'),(2497,146,'blocks_2_title','Q3 2019'),(2498,146,'_blocks_2_title','field_5d1b9b0f2f94d'),(2499,146,'blocks_2_text','CryptoWallet was founded in [year], and our staff have worked tirelessly to develop disruptive products and solutions that will help usher in a new era of personal finance. You can read more about our goals below in our Roadmap.'),(2500,146,'_blocks_2_text','field_5d1b9b362f94e'),(2501,146,'blocks','3'),(2502,146,'_blocks','field_5d1b9adf2f94c'),(2503,146,'values','8'),(2504,146,'_values','field_5d1cc112229fd'),(2505,146,'careers','3'),(2506,146,'_careers','field_5d1bb076d78bd'),(2507,146,'team','6'),(2508,146,'_team','field_5d1bb16ad78cf'),(2509,146,'companies','3'),(2510,146,'_companies','field_5d1bb2da63854'),(2511,146,'title_values','Values'),(2512,146,'_title_values','field_5d1cc4efc2b1e'),(2513,146,'values_0_image','lamp'),(2514,146,'_values_0_image','field_5d1baeee64511'),(2515,146,'values_0_title','Long-term Thinking'),(2516,146,'_values_0_title','field_5d1bae0d254fb'),(2517,146,'values_0_text','At CryptoWallet, we’re on a mission to build the future with care and attention it deserves.'),(2518,146,'_values_0_text','field_5d1bae0d254fc'),(2519,146,'values_1_image','certified'),(2520,146,'_values_1_image','field_5d1baeee64511'),(2521,146,'values_1_title','Accountability'),(2522,146,'_values_1_title','field_5d1bae0d254fb'),(2523,146,'values_1_text','We hold ourselves to the highest industry standards in everything that we do, and we foster a company culture of responsibility, transparency, and accountability.'),(2524,146,'_values_1_text','field_5d1bae0d254fc'),(2525,146,'values_2_image','eye'),(2526,146,'_values_2_image','field_5d1baeee64511'),(2527,146,'values_2_title','Sharp Focus'),(2528,146,'_values_2_title','field_5d1bae0d254fb'),(2529,146,'values_2_text','We keep a sharp focus to provide buying, trading, storage, and spending solutions for cryptocurrency investors. At CryptoWallet, we keep our eyes on the road ahead.'),(2530,146,'_values_2_text','field_5d1bae0d254fc'),(2531,146,'values_3_image','message'),(2532,146,'_values_3_image','field_5d1baeee64511'),(2533,146,'values_3_title','Open-door Policy'),(2534,146,'_values_3_title','field_5d1bae0d254fb'),(2535,146,'values_3_text','We need to be open to any and all input from our colleagues at all levels as well as our users and supporters. Our door is always open to improvement.'),(2536,146,'_values_3_text','field_5d1bae0d254fc'),(2537,146,'values_4_image','signal'),(2538,146,'_values_4_image','field_5d1baeee64511'),(2539,146,'values_4_title','Adaptability'),(2540,146,'_values_4_title','field_5d1bae0d254fb'),(2541,146,'values_4_text','In a quickly-changing industry, we need to be able to react quickly as well. We adapt, overcome, and deliver.'),(2542,146,'_values_4_text','field_5d1bae0d254fc'),(2543,146,'values_5_image','search'),(2544,146,'_values_5_image','field_5d1baeee64511'),(2545,146,'values_5_title','Always Learning'),(2546,146,'_values_5_title','field_5d1bae0d254fb'),(2547,146,'values_5_text','Knowledge is the best tool at our disposal. We’re always researching and developing the most cutting-edge solutions to emerging problems.'),(2548,146,'_values_5_text','field_5d1bae0d254fc'),(2549,146,'values_6_image','earth'),(2550,146,'_values_6_image','field_5d1baeee64511'),(2551,146,'values_6_title','Pro-Active'),(2552,146,'_values_6_title','field_5d1bae0d254fb'),(2553,146,'values_6_text','Whether we’re developing new ideas, getting in touch with our community, or expanding our staff, we’re in constant motion at CryptoWallet.'),(2554,146,'_values_6_text','field_5d1bae0d254fc'),(2555,146,'values_7_image','moon'),(2556,146,'_values_7_image','field_5d1baeee64511'),(2557,146,'values_7_title','Scientific Dreaming'),(2558,146,'_values_7_title','field_5d1bae0d254fb'),(2559,146,'values_7_text','We pride ourselves on using our imaginations and dreaming big too. Every day is an opportunity to do something amazing.'),(2560,146,'_values_7_text','field_5d1bae0d254fc'),(2561,146,'careers_0_title','Job Title'),(2562,146,'_careers_0_title','field_5d1bb076d78be'),(2563,146,'careers_0_text','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.'),(2564,146,'_careers_0_text','field_5d1bb076d78bf'),(2565,146,'careers_1_title','Job Title'),(2566,146,'_careers_1_title','field_5d1bb076d78be'),(2567,146,'careers_1_text','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.'),(2568,146,'_careers_1_text','field_5d1bb076d78bf'),(2569,146,'careers_2_title','Job Title'),(2570,146,'_careers_2_title','field_5d1bb076d78be'),(2571,146,'careers_2_text','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.'),(2572,146,'_careers_2_text','field_5d1bb076d78bf'),(2573,146,'team_0_photo',''),(2574,146,'_team_0_photo','field_5d1bb194d78d2'),(2575,146,'team_0_name','Name Placeholder'),(2576,146,'_team_0_name','field_5d1bb16ad78d0'),(2577,146,'team_0_role','CEO'),(2578,146,'_team_0_role','field_5d1bb16ad78d1'),(2579,146,'team_1_photo',''),(2580,146,'_team_1_photo','field_5d1bb194d78d2'),(2581,146,'team_1_name','Name Placeholder'),(2582,146,'_team_1_name','field_5d1bb16ad78d0'),(2583,146,'team_1_role','Founder'),(2584,146,'_team_1_role','field_5d1bb16ad78d1'),(2585,146,'team_2_photo',''),(2586,146,'_team_2_photo','field_5d1bb194d78d2'),(2587,146,'team_2_name','Name Placeholder'),(2588,146,'_team_2_name','field_5d1bb16ad78d0'),(2589,146,'team_2_role','CFO'),(2590,146,'_team_2_role','field_5d1bb16ad78d1'),(2591,146,'team_3_photo',''),(2592,146,'_team_3_photo','field_5d1bb194d78d2'),(2593,146,'team_3_name','Name Placeholder'),(2594,146,'_team_3_name','field_5d1bb16ad78d0'),(2595,146,'team_3_role','CTO'),(2596,146,'_team_3_role','field_5d1bb16ad78d1'),(2597,146,'team_4_photo',''),(2598,146,'_team_4_photo','field_5d1bb194d78d2'),(2599,146,'team_4_name','Name Placeholder'),(2600,146,'_team_4_name','field_5d1bb16ad78d0'),(2601,146,'team_4_role','Head of Product'),(2602,146,'_team_4_role','field_5d1bb16ad78d1'),(2603,146,'team_5_photo',''),(2604,146,'_team_5_photo','field_5d1bb194d78d2'),(2605,146,'team_5_name','Name Placeholder'),(2606,146,'_team_5_name','field_5d1bb16ad78d0'),(2607,146,'team_5_role','Head of Marketing'),(2608,146,'_team_5_role','field_5d1bb16ad78d1'),(2609,146,'companies_0_name','Event Title Placeholder'),(2610,146,'_companies_0_name','field_5d1bb2da63856'),(2611,146,'companies_0_address','January 15, 2019 \r\nThe Ritz Carlton\r\n New York, NY'),(2612,146,'_companies_0_address','field_5d1bb2da63857'),(2613,146,'companies_0_about','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.'),(2614,146,'_companies_0_about','field_5d1bb32563858'),(2615,146,'companies_1_name','Event Title Placeholder'),(2616,146,'_companies_1_name','field_5d1bb2da63856'),(2617,146,'companies_1_address','January 15, 2019 \r\nThe Ritz Carlton\r\n New York, NY'),(2618,146,'_companies_1_address','field_5d1bb2da63857'),(2619,146,'companies_1_about','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.'),(2620,146,'_companies_1_about','field_5d1bb32563858'),(2621,146,'companies_2_name','Event Title Placeholder'),(2622,146,'_companies_2_name','field_5d1bb2da63856'),(2623,146,'companies_2_address','January 15, 2019 \r\nThe Ritz Carlton\r\n New York, NY'),(2624,146,'_companies_2_address','field_5d1bb2da63857'),(2625,146,'companies_2_about','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.'),(2626,146,'_companies_2_about','field_5d1bb32563858'),(2627,147,'_edit_lock','1567020513:1'),(2628,147,'_edit_last','1'),(2629,181,'_edit_last','1'),(2630,181,'_edit_lock','1596658664:1'),(2631,181,'_wp_page_template','page-wallet.php'),(2632,181,'subtitle',''),(2633,181,'_subtitle','field_5d1cca162e40e'),(2634,181,'text',''),(2635,181,'_text','field_5d1cca162e7fb'),(2636,181,'list',''),(2637,181,'_list','field_5d1cca162ebf6'),(2638,181,'title_buy','Buy Crypto'),(2639,181,'_title_buy','field_5d1cca16bc540'),(2640,181,'text_buy','Loading CryptoWallet with funds couldn’t be easier.'),(2641,181,'_text_buy','field_5d1ccec5cbdcd'),(2642,181,'step_1_title','Load Fiat'),(2643,181,'_step_1_title','field_5d1cca16d5383'),(2644,181,'step_1_text','top up with fiat using a bank draft or credit card to get started.'),(2645,181,'_step_1_text','field_5d1cca16d5769'),(2646,181,'step_1',''),(2647,181,'_step_1','field_5d1cca16c8867'),(2648,181,'step_2_title','Buy Crypto'),(2649,181,'_step_2_title','field_5d1ccf2720918'),(2650,181,'step_2_text','Buy 13 cryptocurrencies as well as other ERC-20 tokens, instantly.'),(2651,181,'_step_2_text','field_5d1ccf2720919'),(2652,181,'step_2',''),(2653,181,'_step_2','field_5d1ccf2720917'),(2654,181,'step_3_title','Rest Easy'),(2655,181,'_step_3_title','field_5d1ccf2b2091b'),(2656,181,'step_3_text','Your funds are secured safely in the encrypted CryptoWallet platform.'),(2657,181,'_step_3_text','field_5d1ccf2b2091c'),(2658,181,'step_3',''),(2659,181,'_step_3','field_5d1ccf2a2091a'),(2660,181,'title_download','Download App Now'),(2661,181,'_title_download','field_5d1ccf67eb112'),(2662,181,'title_security','We Take Your Security Seriously So You Can Sleep at Night'),(2663,181,'_title_security','field_5d1ccf8aeb113'),(2664,181,'text_security','Your funds are secured by BitGo Trust Company, a licensed qualified custodian by the South Dakota, US Division ofBanking. BitGo is SOC 2 compliant, as verified in a 2018 audit by Deloitte. BitGo has a confirmed Cryptocurrency Security Standard (CCSS) Level 3.'),(2665,181,'_text_security','field_5d1ccfb1eb114'),(2666,181,'sell_crypto_title','Sell Crypto'),(2667,181,'_sell_crypto_title','field_5d1cd05da4c1c'),(2668,181,'sell_crypto_text','Sometimes you’ve bought in at just the right time. You’ve watched your investment rise in value and your ready to cash out your earnings in fiat or trade it for another cryptocurrency you think could shoot up in price soon.\r\n\r\nThat’s easy. Access our app or desktop platform. Use our Exchange section to set the amount of crypto you want to sell and which currency you want to sell it for. When you’re happy with the price, hit the “Sell” button.'),(2669,181,'_sell_crypto_text','field_5d1cd05da4c1d'),(2670,181,'sell_crypto_text_link',''),(2671,181,'_sell_crypto_text_link','field_5d1cd0a9a4c1e'),(2672,181,'sell_crypto_link',''),(2673,181,'_sell_crypto_link','field_5d1cd0cba4c1f'),(2674,181,'sell_crypto',''),(2675,181,'_sell_crypto','field_5d1cd05da4c1b'),(2676,181,'hold_crypto_title','Hold Crypto'),(2677,181,'_hold_crypto_title','field_5d1cd0e2a4c21'),(2678,181,'hold_crypto_text','Of course, sometimes you’re not ready to sell - you’re in it for the long haul. Maybe you want to sell at a later date, or maybe crypto is your new cash and you want to use your funds to buy goods and services through your CryptoWallet Visa Debit Card.\r\n\r\nEither way, you’ll need a safe, secure place to store your funds, and that’s where the Wallet section comes in. Highly encrypted and easily accessible through your phone with the appropriate security protocols, your wallet is the go-to place to store your crypto long-term.'),(2679,181,'_hold_crypto_text','field_5d1cd0e2a4c22'),(2680,181,'hold_crypto',''),(2681,181,'_hold_crypto','field_5d1cd0e2a4c20'),(2682,181,'send_crypto_title','Send Crypto'),(2683,181,'_send_crypto_title','field_5d1cd103a4c26'),(2684,181,'send_crypto_text','Use the Wallet App to send cryptocurrency to any wallet, any time. The ability to send funds easily to anyone you want is one of the main selling points of crypto over fiat currency - forget about filling out lengthy forms every time you want to make a purchase or transfer.\r\n\r\nA cryptocurrency transfer is as simple as scanning a QR code or copying and pasting a wallet address and hitting the “Send” button. That’s it! The Wallet app offers an incredibly seamless experience that makes online purchases faster than ever before. You can also send crypto through our desktop platform.'),(2685,181,'_send_crypto_text','field_5d1cd103a4c27'),(2686,181,'send_crypto',''),(2687,181,'_send_crypto','field_5d1cd103a4c25'),(2688,181,'title_questions','Pay Bills and Bank Transfers'),(2689,181,'_title_questions','field_5d1cca17cb399'),(2690,181,'text_questions','CryptoWallet offers fiat wallets to store EUR and GBP fiat currencies, and each user can have their own dedicated international bank account numbers (IBANs) for EUR and GBP storage.\r\n\r\nThis opens up a world of possibilities. Users can exchange crypto for fiat and use their funds to pay rent, utility bills, or make any other kind of SEPA bank transfer using CryptoWallet. As well as spending crypto in stores, users can now effectively use crypto to pay everyday expenses by bank transfer all within one secure platform.'),(2691,181,'_text_questions','field_5d1cd273e67bf'),(2692,208,'subtitle',''),(2693,208,'_subtitle','field_5d1cca162e40e'),(2694,208,'text',''),(2695,208,'_text','field_5d1cca162e7fb'),(2696,208,'list',''),(2697,208,'_list','field_5d1cca162ebf6'),(2698,208,'title_buy',''),(2699,208,'_title_buy','field_5d1cca16bc540'),(2700,208,'text_buy',''),(2701,208,'_text_buy','field_5d1ccec5cbdcd'),(2702,208,'step_1_title',''),(2703,208,'_step_1_title','field_5d1cca16d5383'),(2704,208,'step_1_text',''),(2705,208,'_step_1_text','field_5d1cca16d5769'),(2706,208,'step_1',''),(2707,208,'_step_1','field_5d1cca16c8867'),(2708,208,'step_2_title',''),(2709,208,'_step_2_title','field_5d1ccf2720918'),(2710,208,'step_2_text',''),(2711,208,'_step_2_text','field_5d1ccf2720919'),(2712,208,'step_2',''),(2713,208,'_step_2','field_5d1ccf2720917'),(2714,208,'step_3_title',''),(2715,208,'_step_3_title','field_5d1ccf2b2091b'),(2716,208,'step_3_text',''),(2717,208,'_step_3_text','field_5d1ccf2b2091c'),(2718,208,'step_3',''),(2719,208,'_step_3','field_5d1ccf2a2091a'),(2720,208,'title_download','Download App Now'),(2721,208,'_title_download','field_5d1ccf67eb112'),(2722,208,'title_security',''),(2723,208,'_title_security','field_5d1ccf8aeb113'),(2724,208,'text_security',''),(2725,208,'_text_security','field_5d1ccfb1eb114'),(2726,208,'sell_crypto_title','Sell Crypto'),(2727,208,'_sell_crypto_title','field_5d1cd05da4c1c'),(2728,208,'sell_crypto_text','Sometimes you’ve bought in at just the right time. You’ve watched your investment rise in value and your ready to cash out your earnings in fiat or trade it for another cryptocurrency you think could shoot up in price soon.\r\n\r\nThat’s easy. Access our app or desktop platform. Use our Exchange section to set the amount of crypto you want to sell and which currency you want to sell it for. When you’re happy with the price, hit the “Sell” button.'),(2729,208,'_sell_crypto_text','field_5d1cd05da4c1d'),(2730,208,'sell_crypto_text_link','Find out More'),(2731,208,'_sell_crypto_text_link','field_5d1cd0a9a4c1e'),(2732,208,'sell_crypto_link',''),(2733,208,'_sell_crypto_link','field_5d1cd0cba4c1f'),(2734,208,'sell_crypto',''),(2735,208,'_sell_crypto','field_5d1cd05da4c1b'),(2736,208,'hold_crypto_title','Hold Crypto'),(2737,208,'_hold_crypto_title','field_5d1cd0e2a4c21'),(2738,208,'hold_crypto_text','Of course, sometimes you’re not ready to sell - you’re in it for the long haul. Maybe you want to sell at a later date, or maybe crypto is your new cash and you want to use your funds to buy goods and services through your CryptoWallet Visa Debit Card.\r\n\r\nEither way, you’ll need a safe, secure place to store your funds, and that’s where the Wallet section comes in. Highly encrypted and easily accessible through your phone with the appropriate security protocols, your wallet is the go-to place to store your crypto long-term.'),(2739,208,'_hold_crypto_text','field_5d1cd0e2a4c22'),(2740,208,'hold_crypto',''),(2741,208,'_hold_crypto','field_5d1cd0e2a4c20'),(2742,208,'send_crypto_title','Send Crypto'),(2743,208,'_send_crypto_title','field_5d1cd103a4c26'),(2744,208,'send_crypto_text','Use the Wallet App to send cryptocurrency to any wallet, any time. The ability to send funds easily to anyone you want is one of the main selling points of crypto over fiat currency - forget about filling out lengthy forms every time you want to make a purchase or transfer.\r\n\r\nA cryptocurrency transfer is as simple as scanning a QR code or copying and pasting a wallet address and hitting the “Send” button. That’s it! The Wallet app offers an incredibly seamless experience that makes online purchases faster than ever before. You can also send crypto through our desktop platform.'),(2745,208,'_send_crypto_text','field_5d1cd103a4c27'),(2746,208,'send_crypto',''),(2747,208,'_send_crypto','field_5d1cd103a4c25'),(2748,208,'title_questions','Questions?'),(2749,208,'_title_questions','field_5d1cca17cb399'),(2750,208,'text_questions','Our world class customer service team is here to offer assistance in six different languages.'),(2751,208,'_text_questions','field_5d1cd273e67bf'),(2752,209,'subtitle',''),(2753,209,'_subtitle','field_5d1cca162e40e'),(2754,209,'text',''),(2755,209,'_text','field_5d1cca162e7fb'),(2756,209,'list',''),(2757,209,'_list','field_5d1cca162ebf6'),(2758,209,'title_buy','Buy Crypto'),(2759,209,'_title_buy','field_5d1cca16bc540'),(2760,209,'text_buy','Loading CryptoWallet with funds couldn’t be easier.'),(2761,209,'_text_buy','field_5d1ccec5cbdcd'),(2762,209,'step_1_title','Load Fiat'),(2763,209,'_step_1_title','field_5d1cca16d5383'),(2764,209,'step_1_text','top up with fiat using a bank draft or credit card to get started.'),(2765,209,'_step_1_text','field_5d1cca16d5769'),(2766,209,'step_1',''),(2767,209,'_step_1','field_5d1cca16c8867'),(2768,209,'step_2_title','Buy Crypto'),(2769,209,'_step_2_title','field_5d1ccf2720918'),(2770,209,'step_2_text','Buy 13 cryptocurrencies  as well as other ERC-20 tokens, instantly.'),(2771,209,'_step_2_text','field_5d1ccf2720919'),(2772,209,'step_2',''),(2773,209,'_step_2','field_5d1ccf2720917'),(2774,209,'step_3_title','Rest Easy'),(2775,209,'_step_3_title','field_5d1ccf2b2091b'),(2776,209,'step_3_text','Your funds are secured safely in the encrypted CryptoWallet platform.'),(2777,209,'_step_3_text','field_5d1ccf2b2091c'),(2778,209,'step_3',''),(2779,209,'_step_3','field_5d1ccf2a2091a'),(2780,209,'title_download','Download App Now'),(2781,209,'_title_download','field_5d1ccf67eb112'),(2782,209,'title_security','We Take Your Security Seriously So You Can Sleep at Night'),(2783,209,'_title_security','field_5d1ccf8aeb113'),(2784,209,'text_security','Your funds are secured by BitGo Trust Company, a licensed qualified custodian by the South Dakota, US Division ofBanking. BitGo is SOC 2 compliant, as verified in a 2018 audit by Deloitte. BitGo has a confirmed Cryptocurrency Security Standard (CCSS) Level 3.'),(2785,209,'_text_security','field_5d1ccfb1eb114'),(2786,209,'sell_crypto_title','Sell Crypto'),(2787,209,'_sell_crypto_title','field_5d1cd05da4c1c'),(2788,209,'sell_crypto_text','Sometimes you’ve bought in at just the right time. You’ve watched your investment rise in value and your ready to cash out your earnings in fiat or trade it for another cryptocurrency you think could shoot up in price soon.\r\n\r\nThat’s easy. Access our app or desktop platform. Use our Exchange section to set the amount of crypto you want to sell and which currency you want to sell it for. When you’re happy with the price, hit the “Sell” button.'),(2789,209,'_sell_crypto_text','field_5d1cd05da4c1d'),(2790,209,'sell_crypto_text_link','Find out More'),(2791,209,'_sell_crypto_text_link','field_5d1cd0a9a4c1e'),(2792,209,'sell_crypto_link',''),(2793,209,'_sell_crypto_link','field_5d1cd0cba4c1f'),(2794,209,'sell_crypto',''),(2795,209,'_sell_crypto','field_5d1cd05da4c1b'),(2796,209,'hold_crypto_title','Hold Crypto'),(2797,209,'_hold_crypto_title','field_5d1cd0e2a4c21'),(2798,209,'hold_crypto_text','Of course, sometimes you’re not ready to sell - you’re in it for the long haul. Maybe you want to sell at a later date, or maybe crypto is your new cash and you want to use your funds to buy goods and services through your CryptoWallet Visa Debit Card.\r\n\r\nEither way, you’ll need a safe, secure place to store your funds, and that’s where the Wallet section comes in. Highly encrypted and easily accessible through your phone with the appropriate security protocols, your wallet is the go-to place to store your crypto long-term.'),(2799,209,'_hold_crypto_text','field_5d1cd0e2a4c22'),(2800,209,'hold_crypto',''),(2801,209,'_hold_crypto','field_5d1cd0e2a4c20'),(2802,209,'send_crypto_title','Send Crypto'),(2803,209,'_send_crypto_title','field_5d1cd103a4c26'),(2804,209,'send_crypto_text','Use the Wallet App to send cryptocurrency to any wallet, any time. The ability to send funds easily to anyone you want is one of the main selling points of crypto over fiat currency - forget about filling out lengthy forms every time you want to make a purchase or transfer.\r\n\r\nA cryptocurrency transfer is as simple as scanning a QR code or copying and pasting a wallet address and hitting the “Send” button. That’s it! The Wallet app offers an incredibly seamless experience that makes online purchases faster than ever before. You can also send crypto through our desktop platform.'),(2805,209,'_send_crypto_text','field_5d1cd103a4c27'),(2806,209,'send_crypto',''),(2807,209,'_send_crypto','field_5d1cd103a4c25'),(2808,209,'title_questions','Questions?'),(2809,209,'_title_questions','field_5d1cca17cb399'),(2810,209,'text_questions','Our world class customer service team is here to offer assistance in six different languages.'),(2811,209,'_text_questions','field_5d1cd273e67bf'),(2892,210,'subtitle','Buy, Store, and Trade 13 Different Cryptocurrencies'),(2893,210,'_subtitle','field_5d1cca162e40e'),(2894,210,'text','Check out our full list of our supported currencies. '),(2895,210,'_text','field_5d1cca162e7fb'),(2896,210,'list','2'),(2897,210,'_list','field_5d1cca162ebf6'),(2898,210,'title_buy','Buy Crypto'),(2899,210,'_title_buy','field_5d1cca16bc540'),(2900,210,'text_buy','Loading CryptoWallet with funds couldn’t be easier.'),(2901,210,'_text_buy','field_5d1ccec5cbdcd'),(2902,210,'step_1_title','Load Fiat'),(2903,210,'_step_1_title','field_5d1cca16d5383'),(2904,210,'step_1_text','top up with fiat using a bank draft or credit card to get started.'),(2905,210,'_step_1_text','field_5d1cca16d5769'),(2906,210,'step_1',''),(2907,210,'_step_1','field_5d1cca16c8867'),(2908,210,'step_2_title','Buy Crypto'),(2909,210,'_step_2_title','field_5d1ccf2720918'),(2910,210,'step_2_text','Buy 13 cryptocurrencies  as well as other ERC-20 tokens, instantly.'),(2911,210,'_step_2_text','field_5d1ccf2720919'),(2912,210,'step_2',''),(2913,210,'_step_2','field_5d1ccf2720917'),(2914,210,'step_3_title','Rest Easy'),(2915,210,'_step_3_title','field_5d1ccf2b2091b'),(2916,210,'step_3_text','Your funds are secured safely in the encrypted CryptoWallet platform.'),(2917,210,'_step_3_text','field_5d1ccf2b2091c'),(2918,210,'step_3',''),(2919,210,'_step_3','field_5d1ccf2a2091a'),(2920,210,'title_download','Download App Now'),(2921,210,'_title_download','field_5d1ccf67eb112'),(2922,210,'title_security','We Take Your Security Seriously So You Can Sleep at Night'),(2923,210,'_title_security','field_5d1ccf8aeb113'),(2924,210,'text_security','Your funds are secured by BitGo Trust Company, a licensed qualified custodian by the South Dakota, US Division ofBanking. BitGo is SOC 2 compliant, as verified in a 2018 audit by Deloitte. BitGo has a confirmed Cryptocurrency Security Standard (CCSS) Level 3.'),(2925,210,'_text_security','field_5d1ccfb1eb114'),(2926,210,'sell_crypto_title','Sell Crypto'),(2927,210,'_sell_crypto_title','field_5d1cd05da4c1c'),(2928,210,'sell_crypto_text','Sometimes you’ve bought in at just the right time. You’ve watched your investment rise in value and your ready to cash out your earnings in fiat or trade it for another cryptocurrency you think could shoot up in price soon.\r\n\r\nThat’s easy. Access our app or desktop platform. Use our Exchange section to set the amount of crypto you want to sell and which currency you want to sell it for. When you’re happy with the price, hit the “Sell” button.'),(2929,210,'_sell_crypto_text','field_5d1cd05da4c1d'),(2930,210,'sell_crypto_text_link','Find out More'),(2931,210,'_sell_crypto_text_link','field_5d1cd0a9a4c1e'),(2932,210,'sell_crypto_link',''),(2933,210,'_sell_crypto_link','field_5d1cd0cba4c1f'),(2934,210,'sell_crypto',''),(2935,210,'_sell_crypto','field_5d1cd05da4c1b'),(2936,210,'hold_crypto_title','Hold Crypto'),(2937,210,'_hold_crypto_title','field_5d1cd0e2a4c21'),(2938,210,'hold_crypto_text','Of course, sometimes you’re not ready to sell - you’re in it for the long haul. Maybe you want to sell at a later date, or maybe crypto is your new cash and you want to use your funds to buy goods and services through your CryptoWallet Visa Debit Card.\r\n\r\nEither way, you’ll need a safe, secure place to store your funds, and that’s where the Wallet section comes in. Highly encrypted and easily accessible through your phone with the appropriate security protocols, your wallet is the go-to place to store your crypto long-term.'),(2939,210,'_hold_crypto_text','field_5d1cd0e2a4c22'),(2940,210,'hold_crypto',''),(2941,210,'_hold_crypto','field_5d1cd0e2a4c20'),(2942,210,'send_crypto_title','Send Crypto'),(2943,210,'_send_crypto_title','field_5d1cd103a4c26'),(2944,210,'send_crypto_text','Use the Wallet App to send cryptocurrency to any wallet, any time. The ability to send funds easily to anyone you want is one of the main selling points of crypto over fiat currency - forget about filling out lengthy forms every time you want to make a purchase or transfer.\r\n\r\nA cryptocurrency transfer is as simple as scanning a QR code or copying and pasting a wallet address and hitting the “Send” button. That’s it! The Wallet app offers an incredibly seamless experience that makes online purchases faster than ever before. You can also send crypto through our desktop platform.'),(2945,210,'_send_crypto_text','field_5d1cd103a4c27'),(2946,210,'send_crypto',''),(2947,210,'_send_crypto','field_5d1cd103a4c25'),(2948,210,'title_questions','Questions?'),(2949,210,'_title_questions','field_5d1cca17cb399'),(2950,210,'text_questions','Our world class customer service team is here to offer assistance in six different languages.'),(2951,210,'_text_questions','field_5d1cd273e67bf'),(2952,210,'list_0_title','Cryptocurrencies'),(2953,210,'_list_0_title','field_5d1cca168cac4'),(2954,210,'list_0_coins_0_coin',''),(2955,210,'_list_0_coins_0_coin','field_5d1ccdb7eab63'),(2956,210,'list_0_coins_0_name','BTC'),(2957,210,'_list_0_coins_0_name','field_5d1ccdd0eab64'),(2958,210,'list_0_coins_0_text','Cardano is another candidate for creating a decentralized internet, a smart contract platform with its sights set on creating advanced features.'),(2959,210,'_list_0_coins_0_text','field_5d1ccde4eab65'),(2960,210,'list_0_coins_1_coin',''),(2961,210,'_list_0_coins_1_coin','field_5d1ccdb7eab63'),(2962,210,'list_0_coins_1_name','ETH'),(2963,210,'_list_0_coins_1_name','field_5d1ccdd0eab64'),(2964,210,'list_0_coins_1_text','Cardano is another candidate for creating a decentralized internet, a smart contract platform with its sights set on creating advanced features.'),(2965,210,'_list_0_coins_1_text','field_5d1ccde4eab65'),(2966,210,'list_0_coins_2_coin',''),(2967,210,'_list_0_coins_2_coin','field_5d1ccdb7eab63'),(2968,210,'list_0_coins_2_name','BCH'),(2969,210,'_list_0_coins_2_name','field_5d1ccdd0eab64'),(2970,210,'list_0_coins_2_text','Cardano is another candidate for creating a decentralized internet, a smart contract platform with its sights set on creating advanced features.'),(2971,210,'_list_0_coins_2_text','field_5d1ccde4eab65'),(2972,210,'list_0_coins_3_coin',''),(2973,210,'_list_0_coins_3_coin','field_5d1ccdb7eab63'),(2974,210,'list_0_coins_3_name','XRP'),(2975,210,'_list_0_coins_3_name','field_5d1ccdd0eab64'),(2976,210,'list_0_coins_3_text','Cardano is another candidate for creating a decentralized internet, a smart contract platform with its sights set on creating advanced features.'),(2977,210,'_list_0_coins_3_text','field_5d1ccde4eab65'),(2978,210,'list_0_coins_4_coin',''),(2979,210,'_list_0_coins_4_coin','field_5d1ccdb7eab63'),(2980,210,'list_0_coins_4_name','XLM'),(2981,210,'_list_0_coins_4_name','field_5d1ccdd0eab64'),(2982,210,'list_0_coins_4_text','Cardano is another candidate for creating a decentralized internet, a smart contract platform with its sights set on creating advanced features.'),(2983,210,'_list_0_coins_4_text','field_5d1ccde4eab65'),(2984,210,'list_0_coins_5_coin',''),(2985,210,'_list_0_coins_5_coin','field_5d1ccdb7eab63'),(2986,210,'list_0_coins_5_name','NEO'),(2987,210,'_list_0_coins_5_name','field_5d1ccdd0eab64'),(2988,210,'list_0_coins_5_text','Cardano is another candidate for creating a decentralized internet, a smart contract platform with its sights set on creating advanced features.'),(2989,210,'_list_0_coins_5_text','field_5d1ccde4eab65'),(2990,210,'list_0_coins_6_coin',''),(2991,210,'_list_0_coins_6_coin','field_5d1ccdb7eab63'),(2992,210,'list_0_coins_6_name','LTC'),(2993,210,'_list_0_coins_6_name','field_5d1ccdd0eab64'),(2994,210,'list_0_coins_6_text','Cardano is another candidate for creating a decentralized internet, a smart contract platform with its sights set on creating advanced features.'),(2995,210,'_list_0_coins_6_text','field_5d1ccde4eab65'),(2996,210,'list_0_coins_7_coin',''),(2997,210,'_list_0_coins_7_coin','field_5d1ccdb7eab63'),(2998,210,'list_0_coins_7_name','TRX'),(2999,210,'_list_0_coins_7_name','field_5d1ccdd0eab64'),(3000,210,'list_0_coins_7_text','Cardano is another candidate for creating a decentralized internet, a smart contract platform with its sights set on creating advanced features.'),(3001,210,'_list_0_coins_7_text','field_5d1ccde4eab65'),(3002,210,'list_0_coins_8_coin',''),(3003,210,'_list_0_coins_8_coin','field_5d1ccdb7eab63'),(3004,210,'list_0_coins_8_name','EOS'),(3005,210,'_list_0_coins_8_name','field_5d1ccdd0eab64'),(3006,210,'list_0_coins_8_text','Cardano is another candidate for creating a decentralized internet, a smart contract platform with its sights set on creating advanced features.'),(3007,210,'_list_0_coins_8_text','field_5d1ccde4eab65'),(3008,210,'list_0_coins_9_coin',''),(3009,210,'_list_0_coins_9_coin','field_5d1ccdb7eab63'),(3010,210,'list_0_coins_9_name','ADA'),(3011,210,'_list_0_coins_9_name','field_5d1ccdd0eab64'),(3012,210,'list_0_coins_9_text','Cardano is another candidate for creating a decentralized internet, a smart contract platform with its sights set on creating advanced features.'),(3013,210,'_list_0_coins_9_text','field_5d1ccde4eab65'),(3014,210,'list_0_coins_10_coin',''),(3015,210,'_list_0_coins_10_coin','field_5d1ccdb7eab63'),(3016,210,'list_0_coins_10_name','ERC-20'),(3017,210,'_list_0_coins_10_name','field_5d1ccdd0eab64'),(3018,210,'list_0_coins_10_text','Cardano is another candidate for creating a decentralized internet, a smart contract platform with its sights set on creating advanced features.'),(3019,210,'_list_0_coins_10_text','field_5d1ccde4eab65'),(3020,210,'list_0_coins','11'),(3021,210,'_list_0_coins','field_5d1cca168cec3'),(3022,210,'list_1_title','Stable Coins'),(3023,210,'_list_1_title','field_5d1cca168cac4'),(3024,210,'list_1_coins_0_coin',''),(3025,210,'_list_1_coins_0_coin','field_5d1ccdb7eab63'),(3026,210,'list_1_coins_0_name','BTC'),(3027,210,'_list_1_coins_0_name','field_5d1ccdd0eab64'),(3028,210,'list_1_coins_0_text','Cardano is another candidate for creating a decentralized internet, a smart contract platform with its sights set on creating advanced features.'),(3029,210,'_list_1_coins_0_text','field_5d1ccde4eab65'),(3030,210,'list_1_coins','1'),(3031,210,'_list_1_coins','field_5d1cca168cec3'),(3032,211,'_edit_last','1'),(3033,211,'_edit_lock','1562873847:1'),(3034,181,'show_crypto_funds','1'),(3035,181,'_show_crypto_funds','field_5d1cd58ba65cf'),(3036,213,'subtitle','Buy, Store, and Trade 13 Different Cryptocurrencies'),(3037,213,'_subtitle','field_5d1cca162e40e'),(3038,213,'text','Check out our full list of our supported currencies. '),(3039,213,'_text','field_5d1cca162e7fb'),(3040,213,'list','2'),(3041,213,'_list','field_5d1cca162ebf6'),(3042,213,'title_buy','Buy Crypto'),(3043,213,'_title_buy','field_5d1cca16bc540'),(3044,213,'text_buy','Loading CryptoWallet with funds couldn’t be easier.'),(3045,213,'_text_buy','field_5d1ccec5cbdcd'),(3046,213,'step_1_title','Load Fiat'),(3047,213,'_step_1_title','field_5d1cca16d5383'),(3048,213,'step_1_text','top up with fiat using a bank draft or credit card to get started.'),(3049,213,'_step_1_text','field_5d1cca16d5769'),(3050,213,'step_1',''),(3051,213,'_step_1','field_5d1cca16c8867'),(3052,213,'step_2_title','Buy Crypto'),(3053,213,'_step_2_title','field_5d1ccf2720918'),(3054,213,'step_2_text','Buy 13 cryptocurrencies  as well as other ERC-20 tokens, instantly.'),(3055,213,'_step_2_text','field_5d1ccf2720919'),(3056,213,'step_2',''),(3057,213,'_step_2','field_5d1ccf2720917'),(3058,213,'step_3_title','Rest Easy'),(3059,213,'_step_3_title','field_5d1ccf2b2091b'),(3060,213,'step_3_text','Your funds are secured safely in the encrypted CryptoWallet platform.'),(3061,213,'_step_3_text','field_5d1ccf2b2091c'),(3062,213,'step_3',''),(3063,213,'_step_3','field_5d1ccf2a2091a'),(3064,213,'title_download','Download App Now'),(3065,213,'_title_download','field_5d1ccf67eb112'),(3066,213,'title_security','We Take Your Security Seriously So You Can Sleep at Night'),(3067,213,'_title_security','field_5d1ccf8aeb113'),(3068,213,'text_security','Your funds are secured by BitGo Trust Company, a licensed qualified custodian by the South Dakota, US Division ofBanking. BitGo is SOC 2 compliant, as verified in a 2018 audit by Deloitte. BitGo has a confirmed Cryptocurrency Security Standard (CCSS) Level 3.'),(3069,213,'_text_security','field_5d1ccfb1eb114'),(3070,213,'sell_crypto_title','Sell Crypto'),(3071,213,'_sell_crypto_title','field_5d1cd05da4c1c'),(3072,213,'sell_crypto_text','Sometimes you’ve bought in at just the right time. You’ve watched your investment rise in value and your ready to cash out your earnings in fiat or trade it for another cryptocurrency you think could shoot up in price soon.\r\n\r\nThat’s easy. Access our app or desktop platform. Use our Exchange section to set the amount of crypto you want to sell and which currency you want to sell it for. When you’re happy with the price, hit the “Sell” button.'),(3073,213,'_sell_crypto_text','field_5d1cd05da4c1d'),(3074,213,'sell_crypto_text_link','Find out More'),(3075,213,'_sell_crypto_text_link','field_5d1cd0a9a4c1e'),(3076,213,'sell_crypto_link',''),(3077,213,'_sell_crypto_link','field_5d1cd0cba4c1f'),(3078,213,'sell_crypto',''),(3079,213,'_sell_crypto','field_5d1cd05da4c1b'),(3080,213,'hold_crypto_title','Hold Crypto'),(3081,213,'_hold_crypto_title','field_5d1cd0e2a4c21'),(3082,213,'hold_crypto_text','Of course, sometimes you’re not ready to sell - you’re in it for the long haul. Maybe you want to sell at a later date, or maybe crypto is your new cash and you want to use your funds to buy goods and services through your CryptoWallet Visa Debit Card.\r\n\r\nEither way, you’ll need a safe, secure place to store your funds, and that’s where the Wallet section comes in. Highly encrypted and easily accessible through your phone with the appropriate security protocols, your wallet is the go-to place to store your crypto long-term.'),(3083,213,'_hold_crypto_text','field_5d1cd0e2a4c22'),(3084,213,'hold_crypto',''),(3085,213,'_hold_crypto','field_5d1cd0e2a4c20'),(3086,213,'send_crypto_title','Send Crypto'),(3087,213,'_send_crypto_title','field_5d1cd103a4c26'),(3088,213,'send_crypto_text','Use the Wallet App to send cryptocurrency to any wallet, any time. The ability to send funds easily to anyone you want is one of the main selling points of crypto over fiat currency - forget about filling out lengthy forms every time you want to make a purchase or transfer.\r\n\r\nA cryptocurrency transfer is as simple as scanning a QR code or copying and pasting a wallet address and hitting the “Send” button. That’s it! The Wallet app offers an incredibly seamless experience that makes online purchases faster than ever before. You can also send crypto through our desktop platform.'),(3089,213,'_send_crypto_text','field_5d1cd103a4c27'),(3090,213,'send_crypto',''),(3091,213,'_send_crypto','field_5d1cd103a4c25'),(3092,213,'title_questions','Questions?'),(3093,213,'_title_questions','field_5d1cca17cb399'),(3094,213,'text_questions','Our world class customer service team is here to offer assistance in six different languages.'),(3095,213,'_text_questions','field_5d1cd273e67bf'),(3096,213,'list_0_title','Cryptocurrencies'),(3097,213,'_list_0_title','field_5d1cca168cac4'),(3098,213,'list_0_coins_0_coin',''),(3099,213,'_list_0_coins_0_coin','field_5d1ccdb7eab63'),(3100,213,'list_0_coins_0_name','BTC'),(3101,213,'_list_0_coins_0_name','field_5d1ccdd0eab64'),(3102,213,'list_0_coins_0_text','Cardano is another candidate for creating a decentralized internet, a smart contract platform with its sights set on creating advanced features.'),(3103,213,'_list_0_coins_0_text','field_5d1ccde4eab65'),(3104,213,'list_0_coins_1_coin',''),(3105,213,'_list_0_coins_1_coin','field_5d1ccdb7eab63'),(3106,213,'list_0_coins_1_name','ETH'),(3107,213,'_list_0_coins_1_name','field_5d1ccdd0eab64'),(3108,213,'list_0_coins_1_text','Cardano is another candidate for creating a decentralized internet, a smart contract platform with its sights set on creating advanced features.'),(3109,213,'_list_0_coins_1_text','field_5d1ccde4eab65'),(3110,213,'list_0_coins_2_coin',''),(3111,213,'_list_0_coins_2_coin','field_5d1ccdb7eab63'),(3112,213,'list_0_coins_2_name','BCH'),(3113,213,'_list_0_coins_2_name','field_5d1ccdd0eab64'),(3114,213,'list_0_coins_2_text','Cardano is another candidate for creating a decentralized internet, a smart contract platform with its sights set on creating advanced features.'),(3115,213,'_list_0_coins_2_text','field_5d1ccde4eab65'),(3116,213,'list_0_coins_3_coin',''),(3117,213,'_list_0_coins_3_coin','field_5d1ccdb7eab63'),(3118,213,'list_0_coins_3_name','XRP'),(3119,213,'_list_0_coins_3_name','field_5d1ccdd0eab64'),(3120,213,'list_0_coins_3_text','Cardano is another candidate for creating a decentralized internet, a smart contract platform with its sights set on creating advanced features.'),(3121,213,'_list_0_coins_3_text','field_5d1ccde4eab65'),(3122,213,'list_0_coins_4_coin',''),(3123,213,'_list_0_coins_4_coin','field_5d1ccdb7eab63'),(3124,213,'list_0_coins_4_name','XLM'),(3125,213,'_list_0_coins_4_name','field_5d1ccdd0eab64'),(3126,213,'list_0_coins_4_text','Cardano is another candidate for creating a decentralized internet, a smart contract platform with its sights set on creating advanced features.'),(3127,213,'_list_0_coins_4_text','field_5d1ccde4eab65'),(3128,213,'list_0_coins_5_coin',''),(3129,213,'_list_0_coins_5_coin','field_5d1ccdb7eab63'),(3130,213,'list_0_coins_5_name','NEO'),(3131,213,'_list_0_coins_5_name','field_5d1ccdd0eab64'),(3132,213,'list_0_coins_5_text','Cardano is another candidate for creating a decentralized internet, a smart contract platform with its sights set on creating advanced features.'),(3133,213,'_list_0_coins_5_text','field_5d1ccde4eab65'),(3134,213,'list_0_coins_6_coin',''),(3135,213,'_list_0_coins_6_coin','field_5d1ccdb7eab63'),(3136,213,'list_0_coins_6_name','LTC'),(3137,213,'_list_0_coins_6_name','field_5d1ccdd0eab64'),(3138,213,'list_0_coins_6_text','Cardano is another candidate for creating a decentralized internet, a smart contract platform with its sights set on creating advanced features.'),(3139,213,'_list_0_coins_6_text','field_5d1ccde4eab65'),(3140,213,'list_0_coins_7_coin',''),(3141,213,'_list_0_coins_7_coin','field_5d1ccdb7eab63'),(3142,213,'list_0_coins_7_name','TRX'),(3143,213,'_list_0_coins_7_name','field_5d1ccdd0eab64'),(3144,213,'list_0_coins_7_text','Cardano is another candidate for creating a decentralized internet, a smart contract platform with its sights set on creating advanced features.'),(3145,213,'_list_0_coins_7_text','field_5d1ccde4eab65'),(3146,213,'list_0_coins_8_coin',''),(3147,213,'_list_0_coins_8_coin','field_5d1ccdb7eab63'),(3148,213,'list_0_coins_8_name','EOS'),(3149,213,'_list_0_coins_8_name','field_5d1ccdd0eab64'),(3150,213,'list_0_coins_8_text','Cardano is another candidate for creating a decentralized internet, a smart contract platform with its sights set on creating advanced features.'),(3151,213,'_list_0_coins_8_text','field_5d1ccde4eab65'),(3152,213,'list_0_coins_9_coin',''),(3153,213,'_list_0_coins_9_coin','field_5d1ccdb7eab63'),(3154,213,'list_0_coins_9_name','ADA'),(3155,213,'_list_0_coins_9_name','field_5d1ccdd0eab64'),(3156,213,'list_0_coins_9_text','Cardano is another candidate for creating a decentralized internet, a smart contract platform with its sights set on creating advanced features.'),(3157,213,'_list_0_coins_9_text','field_5d1ccde4eab65'),(3158,213,'list_0_coins_10_coin',''),(3159,213,'_list_0_coins_10_coin','field_5d1ccdb7eab63'),(3160,213,'list_0_coins_10_name','ERC-20'),(3161,213,'_list_0_coins_10_name','field_5d1ccdd0eab64'),(3162,213,'list_0_coins_10_text','Cardano is another candidate for creating a decentralized internet, a smart contract platform with its sights set on creating advanced features.'),(3163,213,'_list_0_coins_10_text','field_5d1ccde4eab65'),(3164,213,'list_0_coins','11'),(3165,213,'_list_0_coins','field_5d1cca168cec3'),(3166,213,'list_1_title','Stable Coins'),(3167,213,'_list_1_title','field_5d1cca168cac4'),(3168,213,'list_1_coins_0_coin',''),(3169,213,'_list_1_coins_0_coin','field_5d1ccdb7eab63'),(3170,213,'list_1_coins_0_name','BTC'),(3171,213,'_list_1_coins_0_name','field_5d1ccdd0eab64'),(3172,213,'list_1_coins_0_text','Cardano is another candidate for creating a decentralized internet, a smart contract platform with its sights set on creating advanced features.'),(3173,213,'_list_1_coins_0_text','field_5d1ccde4eab65'),(3174,213,'list_1_coins','1'),(3175,213,'_list_1_coins','field_5d1cca168cec3'),(3176,213,'show_crypto_funds','1'),(3177,213,'_show_crypto_funds','field_5d1cd58ba65cf'),(3178,214,'_edit_last','1'),(3179,214,'_edit_lock','1593112070:1'),(3183,221,'_edit_last','1'),(3184,221,'_wp_page_template','page-card.php'),(3185,221,'show_crypto_funds','1'),(3186,221,'_show_crypto_funds','field_5d1cd58ba65cf'),(3187,222,'show_crypto_funds','0'),(3188,222,'_show_crypto_funds','field_5d1cd58ba65cf'),(3189,221,'_edit_lock','1596658498:1'),(3190,223,'show_crypto_funds','0'),(3191,223,'_show_crypto_funds','field_5d1cd58ba65cf'),(3192,224,'show_crypto_funds','1'),(3193,224,'_show_crypto_funds','field_5d1cd58ba65cf'),(3194,225,'_edit_last','1'),(3195,225,'_edit_lock','1566003494:1'),(3196,221,'subtitle','CW Prepaid Card'),(3197,221,'_subtitle','field_5d1cd8ec3c600'),(3198,221,'text','Load CryptoCurrency to a Visa Debit Card and spend crypto directly in all major outlets.\r\n<ul>\r\n 	<li>• Low Fees</li>\r\n 	<li>• Chip and Pin or Virtual Cards</li>\r\n 	<li>• Online and offline spending</li>\r\n</ul>\r\nFinally, you can use your cryptocurrency funds as real cash! Buy online or in any outlet that accepts Visa. Adoption is just a click away.'),(3199,221,'_text','field_5d1cd9046f426'),(3200,221,'text_link','Order Your Debit Card Now'),(3201,221,'_text_link','field_5d1cd9346f428'),(3202,221,'title_cryptoWallet','CryptoWallet Is Fast and Easy'),(3203,221,'_title_cryptoWallet','field_5d1cd9760bf2f'),(3204,221,'step_1_title','Order Card'),(3205,221,'_step_1_title','field_5d1cd9d00bf32'),(3206,221,'step_1_text','Just confirm your address and we’ll ship your card to your house for free.'),(3207,221,'_step_1_text','field_5d1cd9dc0bf33'),(3208,221,'step_1',''),(3209,221,'_step_1','field_5d1cd9af0bf31'),(3210,221,'step_2_title','Activate Account'),(3211,221,'_step_2_title','field_5d1cda21981be'),(3212,221,'step_2_text','Activate and set up your CryptoWallet Debit Card account to spend your crypto anywhere, anytime.'),(3213,221,'_step_2_text','field_5d1cda21981bf'),(3214,221,'step_2',''),(3215,221,'_step_2','field_5d1cda21981bd'),(3216,221,'step_3_title','Load Funds'),(3217,221,'_step_3_title','field_5d1cda22981c1'),(3218,221,'step_3_text','Load card with fiat like US dollars through wire transfer or credit card. Or, transfer crypto right into the card.'),(3219,221,'_step_3_text','field_5d1cda22981c2'),(3220,221,'step_3',''),(3221,221,'_step_3','field_5d1cda22981c0'),(3222,221,'step_4_title','Spend Funds'),(3223,221,'_step_4_title','field_5d1cda24981c4'),(3224,221,'step_4_text','Congratulations!\r\nYou can spend crypto currencies online or anywhere that accepts Visa.'),(3225,221,'_step_4_text','field_5d1cda24981c5'),(3226,221,'step_4',''),(3227,221,'_step_4','field_5d1cda24981c3'),(3228,221,'title_limits','Fees And Limits'),(3229,221,'_title_limits','field_5d1cda4d3f09f'),(3230,221,'table_0_title','Prepaid Card Fees'),(3231,221,'_table_0_title','field_5d1cdaaa3f0a1'),(3232,221,'table_0_line_0_name','Card price'),(3233,221,'_table_0_line_0_name','field_5d1cdaf93f0a3'),(3234,221,'table_0_line_0_eur','€15.00 '),(3235,221,'_table_0_line_0_eur','field_5d1cdb263f0a4'),(3236,221,'table_0_line_0_usd','$15.00 '),(3237,221,'_table_0_line_0_usd','field_5d1cdb373f0a5'),(3238,221,'table_0_line_0_gbp','€15.00 '),(3239,221,'_table_0_line_0_gbp','field_5d1cdb3d3f0a6'),(3240,221,'table_0_line','9'),(3241,221,'_table_0_line','field_5d1cdac43f0a2'),(3242,221,'table','4'),(3243,221,'_table','field_5d1cda763f0a0'),(3244,221,'alert','French Customers: In compliance with French law, French residents must be KYC2-verified and\r\nhave a cash withdrawal limit of €1,000 per month and a maximum balance of €10,000.'),(3245,221,'_alert','field_5d1cdbad5f803'),(3246,264,'show_crypto_funds','1'),(3247,264,'_show_crypto_funds','field_5d1cd58ba65cf'),(3248,264,'subtitle','Prepaid card without crypto'),(3249,264,'_subtitle','field_5d1cd8ec3c600'),(3250,264,'text',''),(3251,264,'_text','field_5d1cd99e0bf30'),(3252,264,'text_link','Order Your Debit Card Now'),(3253,264,'_text_link','field_5d1cd9346f428'),(3254,264,'title_cryptoWallet',''),(3255,264,'_title_cryptoWallet','field_5d1cd9760bf2f'),(3256,264,'step_1_title',''),(3257,264,'_step_1_title','field_5d1cd9d00bf32'),(3258,264,'step_1_text',''),(3259,264,'_step_1_text','field_5d1cd9dc0bf33'),(3260,264,'step_1',''),(3261,264,'_step_1','field_5d1cd9af0bf31'),(3262,264,'step_2_title',''),(3263,264,'_step_2_title','field_5d1cda21981be'),(3264,264,'step_2_text',''),(3265,264,'_step_2_text','field_5d1cda21981bf'),(3266,264,'step_2',''),(3267,264,'_step_2','field_5d1cda21981bd'),(3268,264,'step_3_title',''),(3269,264,'_step_3_title','field_5d1cda22981c1'),(3270,264,'step_3_text',''),(3271,264,'_step_3_text','field_5d1cda22981c2'),(3272,264,'step_3',''),(3273,264,'_step_3','field_5d1cda22981c0'),(3274,264,'step_4_title',''),(3275,264,'_step_4_title','field_5d1cda24981c4'),(3276,264,'step_4_text',''),(3277,264,'_step_4_text','field_5d1cda24981c5'),(3278,264,'step_4',''),(3279,264,'_step_4','field_5d1cda24981c3'),(3280,264,'title_limits',''),(3281,264,'_title_limits','field_5d1cda4d3f09f'),(3282,264,'table_0_title',''),(3283,264,'_table_0_title','field_5d1cdaaa3f0a1'),(3284,264,'table_0_line_0_name',''),(3285,264,'_table_0_line_0_name','field_5d1cdaf93f0a3'),(3286,264,'table_0_line_0_eur',''),(3287,264,'_table_0_line_0_eur','field_5d1cdb263f0a4'),(3288,264,'table_0_line_0_usd',''),(3289,264,'_table_0_line_0_usd','field_5d1cdb373f0a5'),(3290,264,'table_0_line_0_gbp',''),(3291,264,'_table_0_line_0_gbp','field_5d1cdb3d3f0a6'),(3292,264,'table_0_line','1'),(3293,264,'_table_0_line','field_5d1cdac43f0a2'),(3294,264,'table','1'),(3295,264,'_table','field_5d1cda763f0a0'),(3296,264,'alert',''),(3297,264,'_alert','field_5d1cdbad5f803'),(3298,265,'show_crypto_funds','1'),(3299,265,'_show_crypto_funds','field_5d1cd58ba65cf'),(3300,265,'subtitle','Prepaid card without crypto'),(3301,265,'_subtitle','field_5d1cd8ec3c600'),(3302,265,'text',''),(3303,265,'_text','field_5d1cd99e0bf30'),(3304,265,'text_link','Order Your Debit Card Now'),(3305,265,'_text_link','field_5d1cd9346f428'),(3306,265,'title_cryptoWallet','CryptoWallet Is Fast and Easy'),(3307,265,'_title_cryptoWallet','field_5d1cd9760bf2f'),(3308,265,'step_1_title','Order Card'),(3309,265,'_step_1_title','field_5d1cd9d00bf32'),(3310,265,'step_1_text','Just confirm your address and we’ll ship your card to your house for free.'),(3311,265,'_step_1_text','field_5d1cd9dc0bf33'),(3312,265,'step_1',''),(3313,265,'_step_1','field_5d1cd9af0bf31'),(3314,265,'step_2_title','Activate Account'),(3315,265,'_step_2_title','field_5d1cda21981be'),(3316,265,'step_2_text','Activate and set up your CryptoWallet Debit Card account to spend your crypto anywhere, anytime.'),(3317,265,'_step_2_text','field_5d1cda21981bf'),(3318,265,'step_2',''),(3319,265,'_step_2','field_5d1cda21981bd'),(3320,265,'step_3_title','Load Funds'),(3321,265,'_step_3_title','field_5d1cda22981c1'),(3322,265,'step_3_text','Load card with fiat like US dollars through wire transfer or credit card. Or, transfer crypto right into the card.'),(3323,265,'_step_3_text','field_5d1cda22981c2'),(3324,265,'step_3',''),(3325,265,'_step_3','field_5d1cda22981c0'),(3326,265,'step_4_title','Spend Funds'),(3327,265,'_step_4_title','field_5d1cda24981c4'),(3328,265,'step_4_text','Congratulations!\r\nYou can spend crypto currencies online or anywhere that accepts Visa.'),(3329,265,'_step_4_text','field_5d1cda24981c5'),(3330,265,'step_4',''),(3331,265,'_step_4','field_5d1cda24981c3'),(3332,265,'title_limits',''),(3333,265,'_title_limits','field_5d1cda4d3f09f'),(3334,265,'table_0_title','Fees And Limits'),(3335,265,'_table_0_title','field_5d1cdaaa3f0a1'),(3336,265,'table_0_line_0_name',''),(3337,265,'_table_0_line_0_name','field_5d1cdaf93f0a3'),(3338,265,'table_0_line_0_eur',''),(3339,265,'_table_0_line_0_eur','field_5d1cdb263f0a4'),(3340,265,'table_0_line_0_usd',''),(3341,265,'_table_0_line_0_usd','field_5d1cdb373f0a5'),(3342,265,'table_0_line_0_gbp',''),(3343,265,'_table_0_line_0_gbp','field_5d1cdb3d3f0a6'),(3344,265,'table_0_line','1'),(3345,265,'_table_0_line','field_5d1cdac43f0a2'),(3346,265,'table','1'),(3347,265,'_table','field_5d1cda763f0a0'),(3348,265,'alert','French Customers: In compliance with French law, French residents must be KYC2-verified and\r\nhave a cash withdrawal limit of €1,000 per month and a maximum balance of €10,000.'),(3349,265,'_alert','field_5d1cdbad5f803'),(3350,221,'text_cryptowallet','Here’s how it works.'),(3351,221,'_text_cryptowallet','field_5d1cd99e0bf30'),(3352,221,'text_copy','Here’s how it works.'),(3353,221,'_text_copy','field_5d1cec7cb0dbe'),(3354,267,'show_crypto_funds','1'),(3355,267,'_show_crypto_funds','field_5d1cd58ba65cf'),(3356,267,'subtitle','Prepaid card without crypto'),(3357,267,'_subtitle','field_5d1cd8ec3c600'),(3358,267,'text',''),(3359,267,'_text','field_5d1cd9046f426'),(3360,267,'text_link','Order Your Debit Card Now'),(3361,267,'_text_link','field_5d1cd9346f428'),(3362,267,'title_cryptoWallet',''),(3363,267,'_title_cryptoWallet','field_5d1cd9760bf2f'),(3364,267,'step_1_title','Order Card'),(3365,267,'_step_1_title','field_5d1cd9d00bf32'),(3366,267,'step_1_text','Just confirm your address and we’ll ship your card to your house for free.'),(3367,267,'_step_1_text','field_5d1cd9dc0bf33'),(3368,267,'step_1',''),(3369,267,'_step_1','field_5d1cd9af0bf31'),(3370,267,'step_2_title','Activate Account'),(3371,267,'_step_2_title','field_5d1cda21981be'),(3372,267,'step_2_text','Activate and set up your CryptoWallet Debit Card account to spend your crypto anywhere, anytime.'),(3373,267,'_step_2_text','field_5d1cda21981bf'),(3374,267,'step_2',''),(3375,267,'_step_2','field_5d1cda21981bd'),(3376,267,'step_3_title','Load Funds'),(3377,267,'_step_3_title','field_5d1cda22981c1'),(3378,267,'step_3_text','Load card with fiat like US dollars through wire transfer or credit card. Or, transfer crypto right into the card.'),(3379,267,'_step_3_text','field_5d1cda22981c2'),(3380,267,'step_3',''),(3381,267,'_step_3','field_5d1cda22981c0'),(3382,267,'step_4_title','Spend Funds'),(3383,267,'_step_4_title','field_5d1cda24981c4'),(3384,267,'step_4_text','Congratulations!\r\nYou can spend crypto currencies online or anywhere that accepts Visa.'),(3385,267,'_step_4_text','field_5d1cda24981c5'),(3386,267,'step_4',''),(3387,267,'_step_4','field_5d1cda24981c3'),(3388,267,'title_limits',''),(3389,267,'_title_limits','field_5d1cda4d3f09f'),(3390,267,'table_0_title','Fees And Limits'),(3391,267,'_table_0_title','field_5d1cdaaa3f0a1'),(3392,267,'table_0_line_0_name',''),(3393,267,'_table_0_line_0_name','field_5d1cdaf93f0a3'),(3394,267,'table_0_line_0_eur',''),(3395,267,'_table_0_line_0_eur','field_5d1cdb263f0a4'),(3396,267,'table_0_line_0_usd',''),(3397,267,'_table_0_line_0_usd','field_5d1cdb373f0a5'),(3398,267,'table_0_line_0_gbp',''),(3399,267,'_table_0_line_0_gbp','field_5d1cdb3d3f0a6'),(3400,267,'table_0_line','1'),(3401,267,'_table_0_line','field_5d1cdac43f0a2'),(3402,267,'table','1'),(3403,267,'_table','field_5d1cda763f0a0'),(3404,267,'alert','French Customers: In compliance with French law, French residents must be KYC2-verified and\r\nhave a cash withdrawal limit of €1,000 per month and a maximum balance of €10,000.'),(3405,267,'_alert','field_5d1cdbad5f803'),(3406,267,'text_cryptowallet','Here’s how it works.'),(3407,267,'_text_cryptowallet','field_5d1cd99e0bf30'),(3408,267,'text_copy','Here’s how it works.'),(3409,267,'_text_copy','field_5d1cec7cb0dbe'),(3410,221,'alert_cryptowallet','Online spending, offline spending, ATM withdrawals, and even cashback: \r\nWelcome to the forefront of adoption.'),(3411,221,'_alert_cryptowallet','field_5d1cec7cb0dbe'),(3412,268,'show_crypto_funds','1'),(3413,268,'_show_crypto_funds','field_5d1cd58ba65cf'),(3414,268,'subtitle','Prepaid card without crypto'),(3415,268,'_subtitle','field_5d1cd8ec3c600'),(3416,268,'text',''),(3417,268,'_text','field_5d1cd9046f426'),(3418,268,'text_link','Order Your Debit Card Now'),(3419,268,'_text_link','field_5d1cd9346f428'),(3420,268,'title_cryptoWallet','CryptoWallet Is Fast and Easy'),(3421,268,'_title_cryptoWallet','field_5d1cd9760bf2f'),(3422,268,'step_1_title','Order Card'),(3423,268,'_step_1_title','field_5d1cd9d00bf32'),(3424,268,'step_1_text','Just confirm your address and we’ll ship your card to your house for free.'),(3425,268,'_step_1_text','field_5d1cd9dc0bf33'),(3426,268,'step_1',''),(3427,268,'_step_1','field_5d1cd9af0bf31'),(3428,268,'step_2_title','Activate Account'),(3429,268,'_step_2_title','field_5d1cda21981be'),(3430,268,'step_2_text','Activate and set up your CryptoWallet Debit Card account to spend your crypto anywhere, anytime.'),(3431,268,'_step_2_text','field_5d1cda21981bf'),(3432,268,'step_2',''),(3433,268,'_step_2','field_5d1cda21981bd'),(3434,268,'step_3_title','Load Funds'),(3435,268,'_step_3_title','field_5d1cda22981c1'),(3436,268,'step_3_text','Load card with fiat like US dollars through wire transfer or credit card. Or, transfer crypto right into the card.'),(3437,268,'_step_3_text','field_5d1cda22981c2'),(3438,268,'step_3',''),(3439,268,'_step_3','field_5d1cda22981c0'),(3440,268,'step_4_title','Spend Funds'),(3441,268,'_step_4_title','field_5d1cda24981c4'),(3442,268,'step_4_text','Congratulations!\r\nYou can spend crypto currencies online or anywhere that accepts Visa.'),(3443,268,'_step_4_text','field_5d1cda24981c5'),(3444,268,'step_4',''),(3445,268,'_step_4','field_5d1cda24981c3'),(3446,268,'title_limits',''),(3447,268,'_title_limits','field_5d1cda4d3f09f'),(3448,268,'table_0_title','Fees And Limits'),(3449,268,'_table_0_title','field_5d1cdaaa3f0a1'),(3450,268,'table_0_line_0_name',''),(3451,268,'_table_0_line_0_name','field_5d1cdaf93f0a3'),(3452,268,'table_0_line_0_eur',''),(3453,268,'_table_0_line_0_eur','field_5d1cdb263f0a4'),(3454,268,'table_0_line_0_usd',''),(3455,268,'_table_0_line_0_usd','field_5d1cdb373f0a5'),(3456,268,'table_0_line_0_gbp',''),(3457,268,'_table_0_line_0_gbp','field_5d1cdb3d3f0a6'),(3458,268,'table_0_line','1'),(3459,268,'_table_0_line','field_5d1cdac43f0a2'),(3460,268,'table','1'),(3461,268,'_table','field_5d1cda763f0a0'),(3462,268,'alert','French Customers: In compliance with French law, French residents must be KYC2-verified and\r\nhave a cash withdrawal limit of €1,000 per month and a maximum balance of €10,000.'),(3463,268,'_alert','field_5d1cdbad5f803'),(3464,268,'text_cryptowallet','Here’s how it works.'),(3465,268,'_text_cryptowallet','field_5d1cd99e0bf30'),(3466,268,'text_copy','Here’s how it works.'),(3467,268,'_text_copy','field_5d1cec7cb0dbe'),(3468,268,'alert_cryptowallet','Online spending, offline spending, ATM withdrawals, and even cashback:  Welcome to the forefront of adoption.'),(3469,268,'_alert_cryptowallet','field_5d1cec7cb0dbe'),(3470,269,'show_crypto_funds','1'),(3471,269,'_show_crypto_funds','field_5d1cd58ba65cf'),(3472,269,'subtitle','Prepaid card without crypto'),(3473,269,'_subtitle','field_5d1cd8ec3c600'),(3474,269,'text',''),(3475,269,'_text','field_5d1cd9046f426'),(3476,269,'text_link','Order Your Debit Card Now'),(3477,269,'_text_link','field_5d1cd9346f428'),(3478,269,'title_cryptoWallet','CryptoWallet Is Fast and Easy'),(3479,269,'_title_cryptoWallet','field_5d1cd9760bf2f'),(3480,269,'step_1_title','Order Card'),(3481,269,'_step_1_title','field_5d1cd9d00bf32'),(3482,269,'step_1_text','Just confirm your address and we’ll ship your card to your house for free.'),(3483,269,'_step_1_text','field_5d1cd9dc0bf33'),(3484,269,'step_1',''),(3485,269,'_step_1','field_5d1cd9af0bf31'),(3486,269,'step_2_title','Activate Account'),(3487,269,'_step_2_title','field_5d1cda21981be'),(3488,269,'step_2_text','Activate and set up your CryptoWallet Debit Card account to spend your crypto anywhere, anytime.'),(3489,269,'_step_2_text','field_5d1cda21981bf'),(3490,269,'step_2',''),(3491,269,'_step_2','field_5d1cda21981bd'),(3492,269,'step_3_title','Load Funds'),(3493,269,'_step_3_title','field_5d1cda22981c1'),(3494,269,'step_3_text','Load card with fiat like US dollars through wire transfer or credit card. Or, transfer crypto right into the card.'),(3495,269,'_step_3_text','field_5d1cda22981c2'),(3496,269,'step_3',''),(3497,269,'_step_3','field_5d1cda22981c0'),(3498,269,'step_4_title','Spend Funds'),(3499,269,'_step_4_title','field_5d1cda24981c4'),(3500,269,'step_4_text','Congratulations!\r\nYou can spend crypto currencies online or anywhere that accepts Visa.'),(3501,269,'_step_4_text','field_5d1cda24981c5'),(3502,269,'step_4',''),(3503,269,'_step_4','field_5d1cda24981c3'),(3504,269,'title_limits',''),(3505,269,'_title_limits','field_5d1cda4d3f09f'),(3506,269,'table_0_title','Fees And Limits'),(3507,269,'_table_0_title','field_5d1cdaaa3f0a1'),(3508,269,'table_0_line_0_name',''),(3509,269,'_table_0_line_0_name','field_5d1cdaf93f0a3'),(3510,269,'table_0_line_0_eur',''),(3511,269,'_table_0_line_0_eur','field_5d1cdb263f0a4'),(3512,269,'table_0_line_0_usd',''),(3513,269,'_table_0_line_0_usd','field_5d1cdb373f0a5'),(3514,269,'table_0_line_0_gbp',''),(3515,269,'_table_0_line_0_gbp','field_5d1cdb3d3f0a6'),(3516,269,'table_0_line','1'),(3517,269,'_table_0_line','field_5d1cdac43f0a2'),(3518,269,'table','1'),(3519,269,'_table','field_5d1cda763f0a0'),(3520,269,'alert','French Customers: In compliance with French law, French residents must be KYC2-verified and\r\nhave a cash withdrawal limit of €1,000 per month and a maximum balance of €10,000.'),(3521,269,'_alert','field_5d1cdbad5f803'),(3522,269,'text_cryptowallet','Here’s how it works.'),(3523,269,'_text_cryptowallet','field_5d1cd99e0bf30'),(3524,269,'text_copy','Here’s how it works.'),(3525,269,'_text_copy','field_5d1cec7cb0dbe'),(3526,269,'alert_cryptowallet','Online spending, offline spending, ATM withdrawals, and even cashback:  Welcome to the forefront of adoption.'),(3527,269,'_alert_cryptowallet','field_5d1cec7cb0dbe'),(3528,221,'title_crypto','CryptoWallet Is Fast and Easy'),(3529,221,'_title_crypto','field_5d1ced55f3463'),(3530,271,'show_crypto_funds','1'),(3531,271,'_show_crypto_funds','field_5d1cd58ba65cf'),(3532,271,'subtitle','Prepaid card without crypto'),(3533,271,'_subtitle','field_5d1cd8ec3c600'),(3534,271,'text',''),(3535,271,'_text','field_5d1cd9046f426'),(3536,271,'text_link','Order Your Debit Card Now'),(3537,271,'_text_link','field_5d1cd9346f428'),(3538,271,'title_cryptoWallet','CryptoWallet Is Fast and Easy'),(3539,271,'_title_cryptoWallet','field_5d1cd9760bf2f'),(3540,271,'step_1_title','Order Card'),(3541,271,'_step_1_title','field_5d1cd9d00bf32'),(3542,271,'step_1_text','Just confirm your address and we’ll ship your card to your house for free.'),(3543,271,'_step_1_text','field_5d1cd9dc0bf33'),(3544,271,'step_1',''),(3545,271,'_step_1','field_5d1cd9af0bf31'),(3546,271,'step_2_title','Activate Account'),(3547,271,'_step_2_title','field_5d1cda21981be'),(3548,271,'step_2_text','Activate and set up your CryptoWallet Debit Card account to spend your crypto anywhere, anytime.'),(3549,271,'_step_2_text','field_5d1cda21981bf'),(3550,271,'step_2',''),(3551,271,'_step_2','field_5d1cda21981bd'),(3552,271,'step_3_title','Load Funds'),(3553,271,'_step_3_title','field_5d1cda22981c1'),(3554,271,'step_3_text','Load card with fiat like US dollars through wire transfer or credit card. Or, transfer crypto right into the card.'),(3555,271,'_step_3_text','field_5d1cda22981c2'),(3556,271,'step_3',''),(3557,271,'_step_3','field_5d1cda22981c0'),(3558,271,'step_4_title','Spend Funds'),(3559,271,'_step_4_title','field_5d1cda24981c4'),(3560,271,'step_4_text','Congratulations!\r\nYou can spend crypto currencies online or anywhere that accepts Visa.'),(3561,271,'_step_4_text','field_5d1cda24981c5'),(3562,271,'step_4',''),(3563,271,'_step_4','field_5d1cda24981c3'),(3564,271,'title_limits',''),(3565,271,'_title_limits','field_5d1cda4d3f09f'),(3566,271,'table_0_title','Fees And Limits'),(3567,271,'_table_0_title','field_5d1cdaaa3f0a1'),(3568,271,'table_0_line_0_name',''),(3569,271,'_table_0_line_0_name','field_5d1cdaf93f0a3'),(3570,271,'table_0_line_0_eur',''),(3571,271,'_table_0_line_0_eur','field_5d1cdb263f0a4'),(3572,271,'table_0_line_0_usd',''),(3573,271,'_table_0_line_0_usd','field_5d1cdb373f0a5'),(3574,271,'table_0_line_0_gbp',''),(3575,271,'_table_0_line_0_gbp','field_5d1cdb3d3f0a6'),(3576,271,'table_0_line','1'),(3577,271,'_table_0_line','field_5d1cdac43f0a2'),(3578,271,'table','1'),(3579,271,'_table','field_5d1cda763f0a0'),(3580,271,'alert','French Customers: In compliance with French law, French residents must be KYC2-verified and\r\nhave a cash withdrawal limit of €1,000 per month and a maximum balance of €10,000.'),(3581,271,'_alert','field_5d1cdbad5f803'),(3582,271,'text_cryptowallet','Here’s how it works.'),(3583,271,'_text_cryptowallet','field_5d1cd99e0bf30'),(3584,271,'text_copy','Here’s how it works.'),(3585,271,'_text_copy','field_5d1cec7cb0dbe'),(3586,271,'alert_cryptowallet','Online spending, offline spending, ATM withdrawals, and even cashback:  Welcome to the forefront of adoption.'),(3587,271,'_alert_cryptowallet','field_5d1cec7cb0dbe'),(3588,271,'title_crypto','CryptoWallet Is Fast and Easy'),(3589,271,'_title_crypto','field_5d1ced55f3463'),(3590,221,'table_0_line_1_name','Standard global delivery'),(3591,221,'_table_0_line_1_name','field_5d1cdaf93f0a3'),(3592,221,'table_0_line_1_eur','Free '),(3593,221,'_table_0_line_1_eur','field_5d1cdb263f0a4'),(3594,221,'table_0_line_1_usd','Free '),(3595,221,'_table_0_line_1_usd','field_5d1cdb373f0a5'),(3596,221,'table_0_line_1_gbp','Free '),(3597,221,'_table_0_line_1_gbp','field_5d1cdb3d3f0a6'),(3598,221,'table_0_line_2_name','Express global delivery '),(3599,221,'_table_0_line_2_name','field_5d1cdaf93f0a3'),(3600,221,'table_0_line_2_eur','€70.00 '),(3601,221,'_table_0_line_2_eur','field_5d1cdb263f0a4'),(3602,221,'table_0_line_2_usd','$70.00 '),(3603,221,'_table_0_line_2_usd','field_5d1cdb373f0a5'),(3604,221,'table_0_line_2_gbp','£70.00 '),(3605,221,'_table_0_line_2_gbp','field_5d1cdb3d3f0a6'),(3606,221,'table_0_line_3_name','ATM fee (domestic) '),(3607,221,'_table_0_line_3_name','field_5d1cdaf93f0a3'),(3608,221,'table_0_line_3_eur','€2.25 '),(3609,221,'_table_0_line_3_eur','field_5d1cdb263f0a4'),(3610,221,'table_0_line_3_usd','$2.50 '),(3611,221,'_table_0_line_3_usd','field_5d1cdb373f0a5'),(3612,221,'table_0_line_3_gbp','£1.75 '),(3613,221,'_table_0_line_3_gbp','field_5d1cdb3d3f0a6'),(3614,221,'table_0_line_4_name','ATM fee (international)'),(3615,221,'_table_0_line_4_name','field_5d1cdaf93f0a3'),(3616,221,'table_0_line_4_eur','€2.75 '),(3617,221,'_table_0_line_4_eur','field_5d1cdb263f0a4'),(3618,221,'table_0_line_4_usd','$3.50 '),(3619,221,'_table_0_line_4_usd','field_5d1cdb373f0a5'),(3620,221,'table_0_line_4_gbp','£2.25 '),(3621,221,'_table_0_line_4_gbp','field_5d1cdb3d3f0a6'),(3622,221,'table_0_line_5_name','Foreign transaction fee '),(3623,221,'_table_0_line_5_name','field_5d1cdaf93f0a3'),(3624,221,'table_0_line_5_eur','3% '),(3625,221,'_table_0_line_5_eur','field_5d1cdb263f0a4'),(3626,221,'table_0_line_5_usd','3% '),(3627,221,'_table_0_line_5_usd','field_5d1cdb373f0a5'),(3628,221,'table_0_line_5_gbp','3% '),(3629,221,'_table_0_line_5_gbp','field_5d1cdb3d3f0a6'),(3630,221,'table_0_line_6_name','Loading fee '),(3631,221,'_table_0_line_6_name','field_5d1cdaf93f0a3'),(3632,221,'table_0_line_6_eur','1% '),(3633,221,'_table_0_line_6_eur','field_5d1cdb263f0a4'),(3634,221,'table_0_line_6_usd','1% '),(3635,221,'_table_0_line_6_usd','field_5d1cdb373f0a5'),(3636,221,'table_0_line_6_gbp','1% '),(3637,221,'_table_0_line_6_gbp','field_5d1cdb3d3f0a6'),(3638,221,'table_0_line_7_name','Third-party loading fee '),(3639,221,'_table_0_line_7_name','field_5d1cdaf93f0a3'),(3640,221,'table_0_line_7_eur','1.99% '),(3641,221,'_table_0_line_7_eur','field_5d1cdb263f0a4'),(3642,221,'table_0_line_7_usd','1.99% '),(3643,221,'_table_0_line_7_usd','field_5d1cdb373f0a5'),(3644,221,'table_0_line_7_gbp','1.99% '),(3645,221,'_table_0_line_7_gbp','field_5d1cdb3d3f0a6'),(3646,221,'table_0_line_8_name','Monthly service fee'),(3647,221,'_table_0_line_8_name','field_5d1cdaf93f0a3'),(3648,221,'table_0_line_8_eur','€1'),(3649,221,'_table_0_line_8_eur','field_5d1cdb263f0a4'),(3650,221,'table_0_line_8_usd','$1'),(3651,221,'_table_0_line_8_usd','field_5d1cdb373f0a5'),(3652,221,'table_0_line_8_gbp','£1'),(3653,221,'_table_0_line_8_gbp','field_5d1cdb3d3f0a6'),(3654,221,'table_1_title','Prepaid Account Limits'),(3655,221,'_table_1_title','field_5d1cdaaa3f0a1'),(3656,221,'table_1_line_0_name','Online transaction limit'),(3657,221,'_table_1_line_0_name','field_5d1cdaf93f0a3'),(3658,221,'table_1_line_0_eur','€1,000 / unlimited'),(3659,221,'_table_1_line_0_eur','field_5d1cdb263f0a4'),(3660,221,'table_1_line_0_usd','$1,000 / unlimited'),(3661,221,'_table_1_line_0_usd','field_5d1cdb373f0a5'),(3662,221,'table_1_line_0_gbp','£800 / unlimited'),(3663,221,'_table_1_line_0_gbp','field_5d1cdb3d3f0a6'),(3664,221,'table_1_line','10'),(3665,221,'_table_1_line','field_5d1cdac43f0a2'),(3666,221,'table_2_title','Virtual Card Fees'),(3667,221,'_table_2_title','field_5d1cdaaa3f0a1'),(3668,221,'table_2_line_0_name','Card price'),(3669,221,'_table_2_line_0_name','field_5d1cdaf93f0a3'),(3670,221,'table_2_line_0_eur','€2.50'),(3671,221,'_table_2_line_0_eur','field_5d1cdb263f0a4'),(3672,221,'table_2_line_0_usd','$2.50'),(3673,221,'_table_2_line_0_usd','field_5d1cdb373f0a5'),(3674,221,'table_2_line_0_gbp','£2.50'),(3675,221,'_table_2_line_0_gbp','field_5d1cdb3d3f0a6'),(3676,221,'table_2_line','5'),(3677,221,'_table_2_line','field_5d1cdac43f0a2'),(3678,221,'table_3_title','Virtual Card Account Limits'),(3679,221,'_table_3_title','field_5d1cdaaa3f0a1'),(3680,221,'table_3_line_0_name','Online transaction limit'),(3681,221,'_table_3_line_0_name','field_5d1cdaf93f0a3'),(3682,221,'table_3_line_0_eur','€1,000 / unlimited'),(3683,221,'_table_3_line_0_eur','field_5d1cdb263f0a4'),(3684,221,'table_3_line_0_usd','$1,000 / unlimited'),(3685,221,'_table_3_line_0_usd','field_5d1cdb373f0a5'),(3686,221,'table_3_line_0_gbp','£800 / unlimited'),(3687,221,'_table_3_line_0_gbp','field_5d1cdb3d3f0a6'),(3688,221,'table_3_line','10'),(3689,221,'_table_3_line','field_5d1cdac43f0a2'),(3690,272,'show_crypto_funds','1'),(3691,272,'_show_crypto_funds','field_5d1cd58ba65cf'),(3692,272,'subtitle','Prepaid card without crypto'),(3693,272,'_subtitle','field_5d1cd8ec3c600'),(3694,272,'text',''),(3695,272,'_text','field_5d1cd9046f426'),(3696,272,'text_link','Order Your Debit Card Now'),(3697,272,'_text_link','field_5d1cd9346f428'),(3698,272,'title_cryptoWallet','CryptoWallet Is Fast and Easy'),(3699,272,'_title_cryptoWallet','field_5d1cd9760bf2f'),(3700,272,'step_1_title','Order Card'),(3701,272,'_step_1_title','field_5d1cd9d00bf32'),(3702,272,'step_1_text','Just confirm your address and we’ll ship your card to your house for free.'),(3703,272,'_step_1_text','field_5d1cd9dc0bf33'),(3704,272,'step_1',''),(3705,272,'_step_1','field_5d1cd9af0bf31'),(3706,272,'step_2_title','Activate Account'),(3707,272,'_step_2_title','field_5d1cda21981be'),(3708,272,'step_2_text','Activate and set up your CryptoWallet Debit Card account to spend your crypto anywhere, anytime.'),(3709,272,'_step_2_text','field_5d1cda21981bf'),(3710,272,'step_2',''),(3711,272,'_step_2','field_5d1cda21981bd'),(3712,272,'step_3_title','Load Funds'),(3713,272,'_step_3_title','field_5d1cda22981c1'),(3714,272,'step_3_text','Load card with fiat like US dollars through wire transfer or credit card. Or, transfer crypto right into the card.'),(3715,272,'_step_3_text','field_5d1cda22981c2'),(3716,272,'step_3',''),(3717,272,'_step_3','field_5d1cda22981c0'),(3718,272,'step_4_title','Spend Funds'),(3719,272,'_step_4_title','field_5d1cda24981c4'),(3720,272,'step_4_text','Congratulations!\r\nYou can spend crypto currencies online or anywhere that accepts Visa.'),(3721,272,'_step_4_text','field_5d1cda24981c5'),(3722,272,'step_4',''),(3723,272,'_step_4','field_5d1cda24981c3'),(3724,272,'title_limits','Fees And Limits'),(3725,272,'_title_limits','field_5d1cda4d3f09f'),(3726,272,'table_0_title','Prepaid Card Fees'),(3727,272,'_table_0_title','field_5d1cdaaa3f0a1'),(3728,272,'table_0_line_0_name','Card price'),(3729,272,'_table_0_line_0_name','field_5d1cdaf93f0a3'),(3730,272,'table_0_line_0_eur','€15.00 '),(3731,272,'_table_0_line_0_eur','field_5d1cdb263f0a4'),(3732,272,'table_0_line_0_usd','$15.00 '),(3733,272,'_table_0_line_0_usd','field_5d1cdb373f0a5'),(3734,272,'table_0_line_0_gbp','€15.00 '),(3735,272,'_table_0_line_0_gbp','field_5d1cdb3d3f0a6'),(3736,272,'table_0_line','9'),(3737,272,'_table_0_line','field_5d1cdac43f0a2'),(3738,272,'table','4'),(3739,272,'_table','field_5d1cda763f0a0'),(3740,272,'alert','French Customers: In compliance with French law, French residents must be KYC2-verified and\r\nhave a cash withdrawal limit of €1,000 per month and a maximum balance of €10,000.'),(3741,272,'_alert','field_5d1cdbad5f803'),(3742,272,'text_cryptowallet','Here’s how it works.'),(3743,272,'_text_cryptowallet','field_5d1cd99e0bf30'),(3744,272,'text_copy','Here’s how it works.'),(3745,272,'_text_copy','field_5d1cec7cb0dbe'),(3746,272,'alert_cryptowallet','Online spending, offline spending, ATM withdrawals, and even cashback:  Welcome to the forefront of adoption.'),(3747,272,'_alert_cryptowallet','field_5d1cec7cb0dbe'),(3748,272,'title_crypto','CryptoWallet Is Fast and Easy'),(3749,272,'_title_crypto','field_5d1ced55f3463'),(3750,272,'table_0_line_1_name','Standard global delivery'),(3751,272,'_table_0_line_1_name','field_5d1cdaf93f0a3'),(3752,272,'table_0_line_1_eur','Free '),(3753,272,'_table_0_line_1_eur','field_5d1cdb263f0a4'),(3754,272,'table_0_line_1_usd','Free '),(3755,272,'_table_0_line_1_usd','field_5d1cdb373f0a5'),(3756,272,'table_0_line_1_gbp','Free '),(3757,272,'_table_0_line_1_gbp','field_5d1cdb3d3f0a6'),(3758,272,'table_0_line_2_name','Express global delivery '),(3759,272,'_table_0_line_2_name','field_5d1cdaf93f0a3'),(3760,272,'table_0_line_2_eur','€70.00 '),(3761,272,'_table_0_line_2_eur','field_5d1cdb263f0a4'),(3762,272,'table_0_line_2_usd','$70.00 '),(3763,272,'_table_0_line_2_usd','field_5d1cdb373f0a5'),(3764,272,'table_0_line_2_gbp','£70.00 '),(3765,272,'_table_0_line_2_gbp','field_5d1cdb3d3f0a6'),(3766,272,'table_0_line_3_name','ATM fee (domestic) '),(3767,272,'_table_0_line_3_name','field_5d1cdaf93f0a3'),(3768,272,'table_0_line_3_eur','€2.25 '),(3769,272,'_table_0_line_3_eur','field_5d1cdb263f0a4'),(3770,272,'table_0_line_3_usd','$2.50 '),(3771,272,'_table_0_line_3_usd','field_5d1cdb373f0a5'),(3772,272,'table_0_line_3_gbp','£1.75 '),(3773,272,'_table_0_line_3_gbp','field_5d1cdb3d3f0a6'),(3774,272,'table_0_line_4_name','ATM fee (international)'),(3775,272,'_table_0_line_4_name','field_5d1cdaf93f0a3'),(3776,272,'table_0_line_4_eur','€2.75 '),(3777,272,'_table_0_line_4_eur','field_5d1cdb263f0a4'),(3778,272,'table_0_line_4_usd','$3.50 '),(3779,272,'_table_0_line_4_usd','field_5d1cdb373f0a5'),(3780,272,'table_0_line_4_gbp','£2.25 '),(3781,272,'_table_0_line_4_gbp','field_5d1cdb3d3f0a6'),(3782,272,'table_0_line_5_name','Foreign transaction fee '),(3783,272,'_table_0_line_5_name','field_5d1cdaf93f0a3'),(3784,272,'table_0_line_5_eur','3% '),(3785,272,'_table_0_line_5_eur','field_5d1cdb263f0a4'),(3786,272,'table_0_line_5_usd','3% '),(3787,272,'_table_0_line_5_usd','field_5d1cdb373f0a5'),(3788,272,'table_0_line_5_gbp','3% '),(3789,272,'_table_0_line_5_gbp','field_5d1cdb3d3f0a6'),(3790,272,'table_0_line_6_name','Loading fee '),(3791,272,'_table_0_line_6_name','field_5d1cdaf93f0a3'),(3792,272,'table_0_line_6_eur','1% '),(3793,272,'_table_0_line_6_eur','field_5d1cdb263f0a4'),(3794,272,'table_0_line_6_usd','1% '),(3795,272,'_table_0_line_6_usd','field_5d1cdb373f0a5'),(3796,272,'table_0_line_6_gbp','1% '),(3797,272,'_table_0_line_6_gbp','field_5d1cdb3d3f0a6'),(3798,272,'table_0_line_7_name','Third-party loading fee '),(3799,272,'_table_0_line_7_name','field_5d1cdaf93f0a3'),(3800,272,'table_0_line_7_eur','1.99% '),(3801,272,'_table_0_line_7_eur','field_5d1cdb263f0a4'),(3802,272,'table_0_line_7_usd','1.99% '),(3803,272,'_table_0_line_7_usd','field_5d1cdb373f0a5'),(3804,272,'table_0_line_7_gbp','1.99% '),(3805,272,'_table_0_line_7_gbp','field_5d1cdb3d3f0a6'),(3806,272,'table_0_line_8_name','Monthly service fee'),(3807,272,'_table_0_line_8_name','field_5d1cdaf93f0a3'),(3808,272,'table_0_line_8_eur','€1'),(3809,272,'_table_0_line_8_eur','field_5d1cdb263f0a4'),(3810,272,'table_0_line_8_usd','€1'),(3811,272,'_table_0_line_8_usd','field_5d1cdb373f0a5'),(3812,272,'table_0_line_8_gbp','€1'),(3813,272,'_table_0_line_8_gbp','field_5d1cdb3d3f0a6'),(3814,272,'table_1_title','Prepaid Account Limits'),(3815,272,'_table_1_title','field_5d1cdaaa3f0a1'),(3816,272,'table_1_line_0_name','Card price'),(3817,272,'_table_1_line_0_name','field_5d1cdaf93f0a3'),(3818,272,'table_1_line_0_eur','€15.00 '),(3819,272,'_table_1_line_0_eur','field_5d1cdb263f0a4'),(3820,272,'table_1_line_0_usd','$15.00 '),(3821,272,'_table_1_line_0_usd','field_5d1cdb373f0a5'),(3822,272,'table_1_line_0_gbp','€15.00 '),(3823,272,'_table_1_line_0_gbp','field_5d1cdb3d3f0a6'),(3824,272,'table_1_line','1'),(3825,272,'_table_1_line','field_5d1cdac43f0a2'),(3826,272,'table_2_title','Virtual Card Fees'),(3827,272,'_table_2_title','field_5d1cdaaa3f0a1'),(3828,272,'table_2_line_0_name','Card price'),(3829,272,'_table_2_line_0_name','field_5d1cdaf93f0a3'),(3830,272,'table_2_line_0_eur','€15.00 '),(3831,272,'_table_2_line_0_eur','field_5d1cdb263f0a4'),(3832,272,'table_2_line_0_usd','$15.00 '),(3833,272,'_table_2_line_0_usd','field_5d1cdb373f0a5'),(3834,272,'table_2_line_0_gbp','€15.00 '),(3835,272,'_table_2_line_0_gbp','field_5d1cdb3d3f0a6'),(3836,272,'table_2_line','1'),(3837,272,'_table_2_line','field_5d1cdac43f0a2'),(3838,272,'table_3_title','Virtual Card Account Limits'),(3839,272,'_table_3_title','field_5d1cdaaa3f0a1'),(3840,272,'table_3_line_0_name','Card price'),(3841,272,'_table_3_line_0_name','field_5d1cdaf93f0a3'),(3842,272,'table_3_line_0_eur','€15.00 '),(3843,272,'_table_3_line_0_eur','field_5d1cdb263f0a4'),(3844,272,'table_3_line_0_usd','$15.00 '),(3845,272,'_table_3_line_0_usd','field_5d1cdb373f0a5'),(3846,272,'table_3_line_0_gbp','€15.00 '),(3847,272,'_table_3_line_0_gbp','field_5d1cdb3d3f0a6'),(3848,272,'table_3_line','1'),(3849,272,'_table_3_line','field_5d1cdac43f0a2'),(3850,273,'_edit_last','1'),(3851,273,'_edit_lock','1596659344:1'),(3852,273,'_wp_page_template','page-exchange.php'),(3853,273,'show_crypto_funds','1'),(3854,273,'_show_crypto_funds','field_5d1cd58ba65cf'),(3855,274,'show_crypto_funds','0'),(3856,274,'_show_crypto_funds','field_5d1cd58ba65cf'),(3857,275,'show_crypto_funds','1'),(3858,275,'_show_crypto_funds','field_5d1cd58ba65cf'),(3859,276,'_edit_last','1'),(3860,276,'_edit_lock','1591806351:1'),(3861,278,'show_crypto_funds','1'),(3862,278,'_show_crypto_funds','field_5d1cd58ba65cf'),(3863,273,'subtitle','Trading on the platform is simple.'),(3864,273,'_subtitle','field_5d1cefaac040c'),(3865,273,'title_section_1','Here’s how it works.'),(3866,273,'_title_section_1','field_5d1cefbcc040d'),(3867,273,'step_1','Top up your balance using your credit card, wire transfer, or existing crypto funds.'),(3868,273,'_step_1','field_5d1cf019c040e'),(3869,273,'step_2','Select the cryptocurrency you want to buy.'),(3870,273,'_step_2','field_5d1cf0afc040f'),(3871,273,'step_3','Enter the amount of fiat money you want to spend.'),(3872,273,'_step_3','field_5d1cf0b0c0410'),(3873,273,'step_4','Confirm your order.'),(3874,273,'_step_4','field_5d1cf0b2c0411'),(3875,273,'title_section_2','You now own cryptocurrency!'),(3876,273,'_title_section_2','field_5d1cf11c5e9c5'),(3877,273,'text_section_2','From there, you have many options.'),(3878,273,'_text_section_2','field_5d1cf1295e9c6'),(3879,273,'option_1','Spend crypto in stores using your CryptoWallet Debit Card.'),(3880,273,'_option_1','field_5d1cf1405e9c7'),(3881,273,'option_2','Buy products online at supported websites.'),(3882,273,'_option_2','field_5d1cf14b5e9c8'),(3883,273,'option_3','Trade your funds for other cryptocurrencies!'),(3884,273,'_option_3','field_5d1cf14d5e9c9'),(3885,273,'title_section_3','Trading Cryptocurrency is Simple!'),(3886,273,'_title_section_3','field_5d1cf1555e9cb'),(3887,273,'text_section_3','To trade, simply select the cryptocurrency in your wallet you want to trade, and select another cryptocurrency on the exchange. The exchange rate will be displayed on screen - click “buy” to purchase  new crypto with your existing funds. For information on how to assess the market and begin trading, read the trading guides in our <a href=\"https://cryptowallet.labcp.co/academy/\">Academy</a> section.'),(3888,273,'_text_section_3','field_5d1cf1595e9cc'),(3889,295,'show_crypto_funds','1'),(3890,295,'_show_crypto_funds','field_5d1cd58ba65cf'),(3891,295,'subtitle','Trading on the platform is simple.'),(3892,295,'_subtitle','field_5d1cefaac040c'),(3893,295,'title_section_1','Here’s how it works.'),(3894,295,'_title_section_1','field_5d1cefbcc040d'),(3895,295,'step_1','Top up your balance using your credit card, wire transfer, or existing crypto funds.'),(3896,295,'_step_1','field_5d1cf019c040e'),(3897,295,'step_2','Select the cryptocurrency you want to buy.'),(3898,295,'_step_2','field_5d1cf0afc040f'),(3899,295,'step_3','Enter the amount of fiat money you want to spend.'),(3900,295,'_step_3','field_5d1cf0b0c0410'),(3901,295,'step_4','Confirm your order.'),(3902,295,'_step_4','field_5d1cf0b2c0411'),(3903,295,'title_section_2','You now own cryptocurrency!'),(3904,295,'_title_section_2','field_5d1cf11c5e9c5'),(3905,295,'text_section_2','From there, you have many options.'),(3906,295,'_text_section_2','field_5d1cf1295e9c6'),(3907,295,'option_1','Spend crypto in stores using your CryptoWallet Debit Card.'),(3908,295,'_option_1','field_5d1cf1405e9c7'),(3909,295,'option_2','Buy products online at supported websites.'),(3910,295,'_option_2','field_5d1cf14b5e9c8'),(3911,295,'option_3','Trade your funds for other cryptocurrencies!'),(3912,295,'_option_3','field_5d1cf14d5e9c9'),(3913,295,'title_section_3','Trading Cryptocurrency is Simple!'),(3914,295,'_title_section_3','field_5d1cf1555e9cb'),(3915,295,'text_section_3','Simply select the cryptocurrency in your wallet you want to trade, and select another cryptocurrency on the exchange. The exchange rate will be displayed on screen - click “buy” to purchase new crypto with your existing funds.\r\nYou can monitor the CryptoWallet charts to decide when to trade. Read more about trading and how to read charts in our Academy section.'),(3916,295,'_text_section_3','field_5d1cf1595e9cc'),(3917,296,'_edit_last','1'),(3918,296,'_wp_page_template','page-payments.php'),(3919,296,'show_crypto_funds','1'),(3920,296,'_show_crypto_funds','field_5d1cd58ba65cf'),(3921,297,'show_crypto_funds','0'),(3922,297,'_show_crypto_funds','field_5d1cd58ba65cf'),(3923,296,'_edit_lock','1565976681:1'),(3924,298,'show_crypto_funds','1'),(3925,298,'_show_crypto_funds','field_5d1cd58ba65cf'),(3926,299,'_edit_last','1'),(3927,299,'_edit_lock','1565974541:1'),(3928,296,'subtitle','ADD CRYPTOWALLET TO YOUR BUSINESS WEBSITE TO RECEIVE THE LOWEST FEES IN THE INDUSTRY.'),(3929,296,'_subtitle','field_5d1cf33889cf8'),(3930,296,'description','Cryptocurrency can only succeed if it’s accepted in stores as a real currency. Major retail investment in the industry awaits when crypto can be spent as cash. Fortunately, CryptoWallet has engineered the perfect solution to the problem with our Payment Widget that can be installed on any e-commerce or business site to accept crypto as payment. '),(3931,296,'_description','field_5d1cf35789823'),(3932,296,'block_text_title','Here’s how it works.'),(3933,296,'_block_text_title','field_5d1cf3a489825'),(3934,296,'block_text_text','Ready to sell your goods to cryptocurrency users at last?  The widget allows for the seamless purchase of any goods or services using cryptocurrency - store owners simply need to install the widget on their website to enjoy full access to the crypto market as well as the lowest fees in the industry. \r\n\r\nAccept top cryptocurrencies on your business website with the lowest fees in the industry. Our payment widgeet is supported by the market-leading commerce plugins.'),(3935,296,'_block_text_text','field_5d1cf3ac89826'),(3936,296,'block_text',''),(3937,296,'_block_text','field_5d1cf39589824'),(3938,296,'logos_0_logo','380'),(3939,296,'_logos_0_logo','field_5d1cf3f889828'),(3940,296,'logos_1_logo','384'),(3941,296,'_logos_1_logo','field_5d1cf3f889828'),(3942,296,'logos_2_logo','381'),(3943,296,'_logos_2_logo','field_5d1cf3f889828'),(3944,296,'logos_3_logo','379'),(3945,296,'_logos_3_logo','field_5d1cf3f889828'),(3946,296,'logos_4_logo','382'),(3947,296,'_logos_4_logo','field_5d1cf3f889828'),(3948,296,'logos_5_logo','383'),(3949,296,'_logos_5_logo','field_5d1cf3f889828'),(3950,296,'logos','6'),(3951,296,'_logos','field_5d1cf3cf89827'),(3952,307,'show_crypto_funds','0'),(3953,307,'_show_crypto_funds','field_5d1cd58ba65cf'),(3954,307,'subtitle',''),(3955,307,'_subtitle','field_5d1cf33889cf8'),(3956,307,'description',''),(3957,307,'_description','field_5d1cf35789823'),(3958,307,'block_text_title',''),(3959,307,'_block_text_title','field_5d1cf3a489825'),(3960,307,'block_text_text',''),(3961,307,'_block_text_text','field_5d1cf3ac89826'),(3962,307,'block_text',''),(3963,307,'_block_text','field_5d1cf39589824'),(3964,307,'logos_0_logo',''),(3965,307,'_logos_0_logo','field_5d1cf3f889828'),(3966,307,'logos_1_logo',''),(3967,307,'_logos_1_logo','field_5d1cf3f889828'),(3968,307,'logos_2_logo',''),(3969,307,'_logos_2_logo','field_5d1cf3f889828'),(3970,307,'logos_3_logo',''),(3971,307,'_logos_3_logo','field_5d1cf3f889828'),(3972,307,'logos_4_logo',''),(3973,307,'_logos_4_logo','field_5d1cf3f889828'),(3974,307,'logos_5_logo',''),(3975,307,'_logos_5_logo','field_5d1cf3f889828'),(3976,307,'logos','6'),(3977,307,'_logos','field_5d1cf3cf89827'),(3978,308,'show_crypto_funds','1'),(3979,308,'_show_crypto_funds','field_5d1cd58ba65cf'),(3980,308,'subtitle',''),(3981,308,'_subtitle','field_5d1cf33889cf8'),(3982,308,'description',''),(3983,308,'_description','field_5d1cf35789823'),(3984,308,'block_text_title',''),(3985,308,'_block_text_title','field_5d1cf3a489825'),(3986,308,'block_text_text',''),(3987,308,'_block_text_text','field_5d1cf3ac89826'),(3988,308,'block_text',''),(3989,308,'_block_text','field_5d1cf39589824'),(3990,308,'logos_0_logo',''),(3991,308,'_logos_0_logo','field_5d1cf3f889828'),(3992,308,'logos_1_logo',''),(3993,308,'_logos_1_logo','field_5d1cf3f889828'),(3994,308,'logos_2_logo',''),(3995,308,'_logos_2_logo','field_5d1cf3f889828'),(3996,308,'logos_3_logo',''),(3997,308,'_logos_3_logo','field_5d1cf3f889828'),(3998,308,'logos_4_logo',''),(3999,308,'_logos_4_logo','field_5d1cf3f889828'),(4000,308,'logos_5_logo',''),(4001,308,'_logos_5_logo','field_5d1cf3f889828'),(4002,308,'logos','6'),(4003,308,'_logos','field_5d1cf3cf89827'),(4004,309,'show_crypto_funds','1'),(4005,309,'_show_crypto_funds','field_5d1cd58ba65cf'),(4006,309,'subtitle','ADD CRYPTOWALLET TO YOUR BUSINESS WEBSITE TO RECEIVE THE LOWEST FEES IN THE INDUSTRY.'),(4007,309,'_subtitle','field_5d1cf33889cf8'),(4008,309,'description','Cryptocurrency can only succeed if it’s accepted in stores as a real currency. Major retail investment in the industry awaits when crypto can be spent as cash. Fortunately, CryptoWallet has engineered the perfect solution to the problem with our Payment Widget that can be installed on any e-commerce or business site to accept crypto as payment. '),(4009,309,'_description','field_5d1cf35789823'),(4010,309,'block_text_title','Here’s how it works.'),(4011,309,'_block_text_title','field_5d1cf3a489825'),(4012,309,'block_text_text','Ready to sell your goods to cryptocurrency users at last?  The widget allows for the seamless purchase of any goods or services using cryptocurrency - store owners simply need to install the widget on their website to enjoy full access to the crypto market as well as the lowest fees in the industry. \r\nAccept top cryptocurrencies on your business website with the lowest fees in the industry. Our payment widgeet is supported by the market-leading commerce plugins.'),(4013,309,'_block_text_text','field_5d1cf3ac89826'),(4014,309,'block_text',''),(4015,309,'_block_text','field_5d1cf39589824'),(4016,309,'logos_0_logo',''),(4017,309,'_logos_0_logo','field_5d1cf3f889828'),(4018,309,'logos_1_logo',''),(4019,309,'_logos_1_logo','field_5d1cf3f889828'),(4020,309,'logos_2_logo',''),(4021,309,'_logos_2_logo','field_5d1cf3f889828'),(4022,309,'logos_3_logo',''),(4023,309,'_logos_3_logo','field_5d1cf3f889828'),(4024,309,'logos_4_logo',''),(4025,309,'_logos_4_logo','field_5d1cf3f889828'),(4026,309,'logos_5_logo',''),(4027,309,'_logos_5_logo','field_5d1cf3f889828'),(4028,309,'logos','6'),(4029,309,'_logos','field_5d1cf3cf89827'),(4033,311,'_edit_last','1'),(4034,311,'_edit_lock','1566394186:3'),(4035,311,'_wp_page_template','page-terms.php'),(4036,311,'show_crypto_funds','0'),(4037,311,'_show_crypto_funds','field_5d1cd58ba65cf'),(4038,312,'show_crypto_funds','0'),(4039,312,'_show_crypto_funds','field_5d1cd58ba65cf'),(4040,313,'_edit_last','1'),(4041,313,'_edit_lock','1562179301:1'),(4042,313,'_wp_page_template','page-terms.php'),(4043,313,'show_crypto_funds','0'),(4044,313,'_show_crypto_funds','field_5d1cd58ba65cf'),(4045,314,'show_crypto_funds','0'),(4046,314,'_show_crypto_funds','field_5d1cd58ba65cf'),(4047,315,'_wp_page_template','page-terms.php'),(4048,315,'show_crypto_funds','0'),(4049,315,'_show_crypto_funds','field_5d1cd58ba65cf'),(4050,315,'_dp_original','313'),(4051,316,'_wp_page_template','page-terms.php'),(4052,316,'show_crypto_funds','0'),(4053,316,'_show_crypto_funds','field_5d1cd58ba65cf'),(4055,316,'_dp_original','315'),(4056,317,'_wp_page_template','page-terms.php'),(4057,317,'show_crypto_funds','0'),(4058,317,'_show_crypto_funds','field_5d1cd58ba65cf'),(4060,317,'_dp_original','316'),(4061,318,'_wp_page_template','page-terms.php'),(4062,318,'show_crypto_funds','0'),(4063,318,'_show_crypto_funds','field_5d1cd58ba65cf'),(4065,318,'_dp_original','317'),(4066,319,'_wp_page_template','page-terms.php'),(4067,319,'show_crypto_funds','0'),(4068,319,'_show_crypto_funds','field_5d1cd58ba65cf'),(4069,319,'_dp_original','313'),(4070,320,'_wp_page_template','page-terms.php'),(4071,320,'show_crypto_funds','0'),(4072,320,'_show_crypto_funds','field_5d1cd58ba65cf'),(4074,320,'_dp_original','315'),(4075,321,'_wp_page_template','page-terms.php'),(4076,321,'show_crypto_funds','0'),(4077,321,'_show_crypto_funds','field_5d1cd58ba65cf'),(4079,321,'_dp_original','316'),(4080,322,'_wp_page_template','page-terms.php'),(4081,322,'show_crypto_funds','0'),(4082,322,'_show_crypto_funds','field_5d1cd58ba65cf'),(4084,322,'_dp_original','317'),(4085,323,'_wp_page_template','page-terms.php'),(4086,323,'show_crypto_funds','0'),(4087,323,'_show_crypto_funds','field_5d1cd58ba65cf'),(4089,323,'_dp_original','318'),(4090,324,'_wp_page_template','page-terms.php'),(4091,324,'show_crypto_funds','0'),(4092,324,'_show_crypto_funds','field_5d1cd58ba65cf'),(4094,324,'_dp_original','321'),(4095,325,'_wp_page_template','page-terms.php'),(4096,325,'show_crypto_funds','0'),(4097,325,'_show_crypto_funds','field_5d1cd58ba65cf'),(4099,325,'_dp_original','322'),(4100,326,'_wp_page_template','page-terms.php'),(4101,326,'show_crypto_funds','0'),(4102,326,'_show_crypto_funds','field_5d1cd58ba65cf'),(4104,326,'_dp_original','323'),(4105,315,'_edit_lock','1566420904:3'),(4106,315,'_edit_last','3'),(4107,327,'show_crypto_funds','0'),(4108,327,'_show_crypto_funds','field_5d1cd58ba65cf'),(4109,316,'_edit_lock','1562180391:1'),(4110,316,'_edit_last','1'),(4111,328,'show_crypto_funds','0'),(4112,328,'_show_crypto_funds','field_5d1cd58ba65cf'),(4113,317,'_edit_lock','1562180354:1'),(4114,317,'_edit_last','1'),(4115,329,'show_crypto_funds','0'),(4116,329,'_show_crypto_funds','field_5d1cd58ba65cf'),(4117,318,'_edit_lock','1566394280:3'),(4118,318,'_edit_last','3'),(4119,330,'show_crypto_funds','0'),(4120,330,'_show_crypto_funds','field_5d1cd58ba65cf'),(4121,319,'_edit_lock','1562180336:1'),(4122,319,'_edit_last','1'),(4123,331,'show_crypto_funds','0'),(4124,331,'_show_crypto_funds','field_5d1cd58ba65cf'),(4125,320,'_edit_lock','1562180344:1'),(4126,320,'_edit_last','1'),(4127,332,'show_crypto_funds','0'),(4128,332,'_show_crypto_funds','field_5d1cd58ba65cf'),(4129,321,'_edit_lock','1562180352:1'),(4130,321,'_edit_last','1'),(4131,333,'show_crypto_funds','0'),(4132,333,'_show_crypto_funds','field_5d1cd58ba65cf'),(4133,322,'_edit_lock','1562180375:1'),(4134,322,'_edit_last','1'),(4135,334,'show_crypto_funds','0'),(4136,334,'_show_crypto_funds','field_5d1cd58ba65cf'),(4137,323,'_edit_lock','1562180409:1'),(4138,323,'_edit_last','1'),(4139,335,'show_crypto_funds','0'),(4140,335,'_show_crypto_funds','field_5d1cd58ba65cf'),(4141,324,'_edit_lock','1562180432:1'),(4142,324,'_edit_last','1'),(4143,336,'show_crypto_funds','0'),(4144,336,'_show_crypto_funds','field_5d1cd58ba65cf'),(4145,325,'_edit_lock','1562180451:1'),(4146,325,'_edit_last','1'),(4147,337,'show_crypto_funds','0'),(4148,337,'_show_crypto_funds','field_5d1cd58ba65cf'),(4149,326,'_edit_lock','1562180467:1'),(4150,326,'_edit_last','1'),(4151,338,'show_crypto_funds','0'),(4152,338,'_show_crypto_funds','field_5d1cd58ba65cf'),(4153,136,'show_crypto_funds','0'),(4154,136,'_show_crypto_funds','field_5d1cd58ba65cf'),(4155,146,'show_crypto_funds','0'),(4156,146,'_show_crypto_funds','field_5d1cd58ba65cf'),(4157,339,'subtitle','Buy, trade store, and spend cryptocurrency'),(4158,339,'_subtitle','field_5d1b9a04bd4ba'),(4159,339,'description','CryptoWallet was founded in [year], and our staff have worked tirelessly to develop disruptive products and solutions that will help usher in a new era of personal finance. You can read more about our goals below in our Roadmap.'),(4160,339,'_description','field_5d1b9a6e30e58'),(4161,339,'block_1_title',''),(4162,339,'_block_1_title','field_5d1b9b0f2f94d'),(4163,339,'block_1_text',''),(4164,339,'_block_1_text','field_5d1b9b362f94e'),(4165,339,'block_1',''),(4166,339,'_block_1','field_5d1b9adf2f94c'),(4167,339,'block_2_title',''),(4168,339,'_block_2_title','field_5d1b9b442f950'),(4169,339,'block_2_text',''),(4170,339,'_block_2_text','field_5d1b9b442f951'),(4171,339,'block_2',''),(4172,339,'_block_2','field_5d1b9b442f94f'),(4173,339,'block_3_title',''),(4174,339,'_block_3_title','field_5d1b9b462f953'),(4175,339,'block_3_text',''),(4176,339,'_block_3_text','field_5d1b9b462f954'),(4177,339,'block_3',''),(4178,339,'_block_3','field_5d1b9b462f952'),(4179,339,'value_1_image','lamp'),(4180,339,'_value_1_image','field_5d1baeee64511'),(4181,339,'value_1_title',''),(4182,339,'_value_1_title','field_5d1bae0d254fb'),(4183,339,'value_1_text',''),(4184,339,'_value_1_text','field_5d1bae0d254fc'),(4185,339,'value_1',''),(4186,339,'_value_1','field_5d1bae0d254fa'),(4187,339,'value_2_image','lamp'),(4188,339,'_value_2_image','field_5d1bafadd789f'),(4189,339,'value_2_title',''),(4190,339,'_value_2_title','field_5d1bafadd78a0'),(4191,339,'value_2_text',''),(4192,339,'_value_2_text','field_5d1bafadd78a1'),(4193,339,'value_2',''),(4194,339,'_value_2','field_5d1bafadd789e'),(4195,339,'value_3_image','lamp'),(4196,339,'_value_3_image','field_5d1bafafd78a3'),(4197,339,'value_3_title',''),(4198,339,'_value_3_title','field_5d1bafafd78a4'),(4199,339,'value_3_text',''),(4200,339,'_value_3_text','field_5d1bafafd78a5'),(4201,339,'value_3',''),(4202,339,'_value_3','field_5d1bafafd78a2'),(4203,339,'value_4_image','lamp'),(4204,339,'_value_4_image','field_5d1bafb1d78a7'),(4205,339,'value_4_title',''),(4206,339,'_value_4_title','field_5d1bafb1d78a8'),(4207,339,'value_4_text',''),(4208,339,'_value_4_text','field_5d1bafb1d78a9'),(4209,339,'value_4',''),(4210,339,'_value_4','field_5d1bafb1d78a6'),(4211,339,'value_5_image','lamp'),(4212,339,'_value_5_image','field_5d1bafb4d78ab'),(4213,339,'value_5_title',''),(4214,339,'_value_5_title','field_5d1bafb4d78ac'),(4215,339,'value_5_text',''),(4216,339,'_value_5_text','field_5d1bafb4d78ad'),(4217,339,'value_5',''),(4218,339,'_value_5','field_5d1bafb4d78aa'),(4219,339,'value_6_image','lamp'),(4220,339,'_value_6_image','field_5d1bafb6d78af'),(4221,339,'value_6_title',''),(4222,339,'_value_6_title','field_5d1bafb6d78b0'),(4223,339,'value_6_text',''),(4224,339,'_value_6_text','field_5d1bafb6d78b1'),(4225,339,'value_6',''),(4226,339,'_value_6','field_5d1bafb6d78ae'),(4227,339,'value_7_image','lamp'),(4228,339,'_value_7_image','field_5d1bafb8d78b3'),(4229,339,'value_7_title',''),(4230,339,'_value_7_title','field_5d1bafb8d78b4'),(4231,339,'value_7_text',''),(4232,339,'_value_7_text','field_5d1bafb8d78b5'),(4233,339,'value_7',''),(4234,339,'_value_7','field_5d1bafb8d78b2'),(4235,339,'value_8_image','lamp'),(4236,339,'_value_8_image','field_5d1bafc9d78b7'),(4237,339,'value_8_title',''),(4238,339,'_value_8_title','field_5d1bafc9d78b8'),(4239,339,'value_8_text',''),(4240,339,'_value_8_text','field_5d1bafc9d78b9'),(4241,339,'value_8',''),(4242,339,'_value_8','field_5d1bafc9d78b6'),(4243,339,'title_join','Join Our Team'),(4244,339,'_title_join','field_5d1bafffd78bb'),(4245,339,'text_join','Working at CryptoWallet, every day is an exciting challenge. We’re on a long-term plan to totally transform the way people store and spend money. We’re helping redefine what the concept of money is. There’s a lot to do, and we’re hiring people who share in our values.\r\n\r\nWe’re a young, dynamic company with big plans and a passionate, friendly team.\r\nThink you’d fit in well here? Take a look at our open positions below.'),(4246,339,'_text_join','field_5d1bb020d78bc'),(4247,339,'career_1_title',''),(4248,339,'_career_1_title','field_5d1bb076d78be'),(4249,339,'career_1_text',''),(4250,339,'_career_1_text','field_5d1bb076d78bf'),(4251,339,'career_1',''),(4252,339,'_career_1','field_5d1bb076d78bd'),(4253,339,'career_2_title',''),(4254,339,'_career_2_title','field_5d1bb0f7d78c8'),(4255,339,'career_2_text',''),(4256,339,'_career_2_text','field_5d1bb0f7d78c9'),(4257,339,'career_2',''),(4258,339,'_career_2','field_5d1bb0f7d78c7'),(4259,339,'career_3_title',''),(4260,339,'_career_3_title','field_5d1bb0f8d78cb'),(4261,339,'career_3_text',''),(4262,339,'_career_3_text','field_5d1bb0f8d78cc'),(4263,339,'career_3',''),(4264,339,'_career_3','field_5d1bb0f8d78ca'),(4265,339,'alert','Don’t see a position that suits? Send us your resume and suggested role at <a href=\"mailto:careers@cryptowallet.com\">careers@cryptowallet.com</a>'),(4266,339,'_alert','field_5d1bb0b8d78c6'),(4267,339,'title_team','Our Team'),(4268,339,'_title_team','field_5d1bb141d78ce'),(4269,339,'member_1_photo',''),(4270,339,'_member_1_photo','field_5d1bb194d78d2'),(4271,339,'member_1_name',''),(4272,339,'_member_1_name','field_5d1bb16ad78d0'),(4273,339,'member_1_role',''),(4274,339,'_member_1_role','field_5d1bb16ad78d1'),(4275,339,'member_1',''),(4276,339,'_member_1','field_5d1bb16ad78cf'),(4277,339,'member_2_photo',''),(4278,339,'_member_2_photo','field_5d1bb1efd78d4'),(4279,339,'member_2_name',''),(4280,339,'_member_2_name','field_5d1bb1efd78d5'),(4281,339,'member_2_role',''),(4282,339,'_member_2_role','field_5d1bb1efd78d6'),(4283,339,'member_2',''),(4284,339,'_member_2','field_5d1bb1efd78d3'),(4285,339,'member_3_photo',''),(4286,339,'_member_3_photo','field_5d1bb25e55268'),(4287,339,'member_3_name',''),(4288,339,'_member_3_name','field_5d1bb25e55269'),(4289,339,'member_3_role',''),(4290,339,'_member_3_role','field_5d1bb25e5526a'),(4291,339,'member_3',''),(4292,339,'_member_3','field_5d1bb25e55267'),(4293,339,'member_4_photo',''),(4294,339,'_member_4_photo','field_5d1bb25f5526c'),(4295,339,'member_4_name',''),(4296,339,'_member_4_name','field_5d1bb25f5526d'),(4297,339,'member_4_role',''),(4298,339,'_member_4_role','field_5d1bb25f5526e'),(4299,339,'member_4',''),(4300,339,'_member_4','field_5d1bb25f5526b'),(4301,339,'member_5_photo',''),(4302,339,'_member_5_photo','field_5d1bb26255270'),(4303,339,'member_5_name',''),(4304,339,'_member_5_name','field_5d1bb26255271'),(4305,339,'member_5_role',''),(4306,339,'_member_5_role','field_5d1bb26255272'),(4307,339,'member_5',''),(4308,339,'_member_5','field_5d1bb2625526f'),(4309,339,'member_6_photo',''),(4310,339,'_member_6_photo','field_5d1bb26655274'),(4311,339,'member_6_name',''),(4312,339,'_member_6_name','field_5d1bb26655275'),(4313,339,'member_6_role',''),(4314,339,'_member_6_role','field_5d1bb26655276'),(4315,339,'member_6',''),(4316,339,'_member_6','field_5d1bb26655273'),(4317,339,'title_meet','Come meet us'),(4318,339,'_title_meet','field_5d1bb2a4dd53e'),(4319,339,'text_meet','CryptoWallet is attending the events below, and we’re always delighted to meet new people interested in our technology.'),(4320,339,'_text_meet','field_5d1bb2c8dd53f'),(4321,339,'company_1_name',''),(4322,339,'_company_1_name','field_5d1bb2da63856'),(4323,339,'company_1_address',''),(4324,339,'_company_1_address','field_5d1bb2da63857'),(4325,339,'company_1_about',''),(4326,339,'_company_1_about','field_5d1bb32563858'),(4327,339,'company_1',''),(4328,339,'_company_1','field_5d1bb2da63854'),(4329,339,'company_2_name',''),(4330,339,'_company_2_name','field_5d1bb3496385a'),(4331,339,'company_2_address',''),(4332,339,'_company_2_address','field_5d1bb3496385b'),(4333,339,'company_2_about',''),(4334,339,'_company_2_about','field_5d1bb3496385c'),(4335,339,'company_2',''),(4336,339,'_company_2','field_5d1bb34963859'),(4337,339,'company_3_name',''),(4338,339,'_company_3_name','field_5d1bb34b6385e'),(4339,339,'company_3_address',''),(4340,339,'_company_3_address','field_5d1bb34b6385f'),(4341,339,'company_3_about',''),(4342,339,'_company_3_about','field_5d1bb34b63860'),(4343,339,'company_3',''),(4344,339,'_company_3','field_5d1bb34b6385d'),(4345,339,'blocks_0_title','Q1 2019'),(4346,339,'_blocks_0_title','field_5d1b9b0f2f94d'),(4347,339,'blocks_0_text','CryptoWallet was founded in [year], and our staff have worked tirelessly to develop disruptive products and solutions that will help usher in a new era of personal finance. You can read more about our goals below in our Roadmap.'),(4348,339,'_blocks_0_text','field_5d1b9b362f94e'),(4349,339,'blocks_1_title','Q2 2019'),(4350,339,'_blocks_1_title','field_5d1b9b0f2f94d'),(4351,339,'blocks_1_text','CryptoWallet was founded in [year], and our staff have worked tirelessly to develop disruptive products and solutions that will help usher in a new era of personal finance. You can read more about our goals below in our Roadmap.'),(4352,339,'_blocks_1_text','field_5d1b9b362f94e'),(4353,339,'blocks_2_title','Q3 2019'),(4354,339,'_blocks_2_title','field_5d1b9b0f2f94d'),(4355,339,'blocks_2_text','CryptoWallet was founded in [year], and our staff have worked tirelessly to develop disruptive products and solutions that will help usher in a new era of personal finance. You can read more about our goals below in our Roadmap.'),(4356,339,'_blocks_2_text','field_5d1b9b362f94e'),(4357,339,'blocks','3'),(4358,339,'_blocks','field_5d1b9adf2f94c'),(4359,339,'values','8'),(4360,339,'_values','field_5d1cc112229fd'),(4361,339,'careers','3'),(4362,339,'_careers','field_5d1bb076d78bd'),(4363,339,'team','6'),(4364,339,'_team','field_5d1bb16ad78cf'),(4365,339,'companies','3'),(4366,339,'_companies','field_5d1bb2da63854'),(4367,339,'title_values','Values'),(4368,339,'_title_values','field_5d1cc4efc2b1e'),(4369,339,'values_0_image','lamp'),(4370,339,'_values_0_image','field_5d1baeee64511'),(4371,339,'values_0_title','Long-term Thinking'),(4372,339,'_values_0_title','field_5d1bae0d254fb'),(4373,339,'values_0_text','At CryptoWallet, we’re on a mission to build the future with care and attention it deserves.'),(4374,339,'_values_0_text','field_5d1bae0d254fc'),(4375,339,'values_1_image','certified'),(4376,339,'_values_1_image','field_5d1baeee64511'),(4377,339,'values_1_title','Accountability'),(4378,339,'_values_1_title','field_5d1bae0d254fb'),(4379,339,'values_1_text','We hold ourselves to the highest industry standards in everything that we do, and we foster a company culture of responsibility, transparency, and accountability.'),(4380,339,'_values_1_text','field_5d1bae0d254fc'),(4381,339,'values_2_image','eye'),(4382,339,'_values_2_image','field_5d1baeee64511'),(4383,339,'values_2_title','Sharp Focus'),(4384,339,'_values_2_title','field_5d1bae0d254fb'),(4385,339,'values_2_text','We keep a sharp focus to provide buying, trading, storage, and spending solutions for cryptocurrency investors. At CryptoWallet, we keep our eyes on the road ahead.'),(4386,339,'_values_2_text','field_5d1bae0d254fc'),(4387,339,'values_3_image','message'),(4388,339,'_values_3_image','field_5d1baeee64511'),(4389,339,'values_3_title','Open-door Policy'),(4390,339,'_values_3_title','field_5d1bae0d254fb'),(4391,339,'values_3_text','We need to be open to any and all input from our colleagues at all levels as well as our users and supporters. Our door is always open to improvement.'),(4392,339,'_values_3_text','field_5d1bae0d254fc'),(4393,339,'values_4_image','signal'),(4394,339,'_values_4_image','field_5d1baeee64511'),(4395,339,'values_4_title','Adaptability'),(4396,339,'_values_4_title','field_5d1bae0d254fb'),(4397,339,'values_4_text','In a quickly-changing industry, we need to be able to react quickly as well. We adapt, overcome, and deliver.'),(4398,339,'_values_4_text','field_5d1bae0d254fc'),(4399,339,'values_5_image','search'),(4400,339,'_values_5_image','field_5d1baeee64511'),(4401,339,'values_5_title','Always Learning'),(4402,339,'_values_5_title','field_5d1bae0d254fb'),(4403,339,'values_5_text','Knowledge is the best tool at our disposal. We’re always researching and developing the most cutting-edge solutions to emerging problems.'),(4404,339,'_values_5_text','field_5d1bae0d254fc'),(4405,339,'values_6_image','earth'),(4406,339,'_values_6_image','field_5d1baeee64511'),(4407,339,'values_6_title','Pro-Active'),(4408,339,'_values_6_title','field_5d1bae0d254fb'),(4409,339,'values_6_text','Whether we’re developing new ideas, getting in touch with our community, or expanding our staff, we’re in constant motion at CryptoWallet.'),(4410,339,'_values_6_text','field_5d1bae0d254fc'),(4411,339,'values_7_image','moon'),(4412,339,'_values_7_image','field_5d1baeee64511'),(4413,339,'values_7_title','Scientific Dreaming'),(4414,339,'_values_7_title','field_5d1bae0d254fb'),(4415,339,'values_7_text','We pride ourselves on using our imaginations and dreaming big too. Every day is an opportunity to do something amazing.'),(4416,339,'_values_7_text','field_5d1bae0d254fc'),(4417,339,'careers_0_title','Job Title'),(4418,339,'_careers_0_title','field_5d1bb076d78be'),(4419,339,'careers_0_text','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.'),(4420,339,'_careers_0_text','field_5d1bb076d78bf'),(4421,339,'careers_1_title','Job Title'),(4422,339,'_careers_1_title','field_5d1bb076d78be'),(4423,339,'careers_1_text','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.'),(4424,339,'_careers_1_text','field_5d1bb076d78bf'),(4425,339,'careers_2_title','Job Title'),(4426,339,'_careers_2_title','field_5d1bb076d78be'),(4427,339,'careers_2_text','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.'),(4428,339,'_careers_2_text','field_5d1bb076d78bf'),(4429,339,'team_0_photo',''),(4430,339,'_team_0_photo','field_5d1bb194d78d2'),(4431,339,'team_0_name','Name Placeholder'),(4432,339,'_team_0_name','field_5d1bb16ad78d0'),(4433,339,'team_0_role','CEO'),(4434,339,'_team_0_role','field_5d1bb16ad78d1'),(4435,339,'team_1_photo',''),(4436,339,'_team_1_photo','field_5d1bb194d78d2'),(4437,339,'team_1_name','Name Placeholder'),(4438,339,'_team_1_name','field_5d1bb16ad78d0'),(4439,339,'team_1_role','Founder'),(4440,339,'_team_1_role','field_5d1bb16ad78d1'),(4441,339,'team_2_photo',''),(4442,339,'_team_2_photo','field_5d1bb194d78d2'),(4443,339,'team_2_name','Name Placeholder'),(4444,339,'_team_2_name','field_5d1bb16ad78d0'),(4445,339,'team_2_role','CFO'),(4446,339,'_team_2_role','field_5d1bb16ad78d1'),(4447,339,'team_3_photo',''),(4448,339,'_team_3_photo','field_5d1bb194d78d2'),(4449,339,'team_3_name','Name Placeholder'),(4450,339,'_team_3_name','field_5d1bb16ad78d0'),(4451,339,'team_3_role','CTO'),(4452,339,'_team_3_role','field_5d1bb16ad78d1'),(4453,339,'team_4_photo',''),(4454,339,'_team_4_photo','field_5d1bb194d78d2'),(4455,339,'team_4_name','Name Placeholder'),(4456,339,'_team_4_name','field_5d1bb16ad78d0'),(4457,339,'team_4_role','Head of Product'),(4458,339,'_team_4_role','field_5d1bb16ad78d1'),(4459,339,'team_5_photo',''),(4460,339,'_team_5_photo','field_5d1bb194d78d2'),(4461,339,'team_5_name','Name Placeholder'),(4462,339,'_team_5_name','field_5d1bb16ad78d0'),(4463,339,'team_5_role','Head of Marketing'),(4464,339,'_team_5_role','field_5d1bb16ad78d1'),(4465,339,'companies_0_name','Event Title Placeholder'),(4466,339,'_companies_0_name','field_5d1bb2da63856'),(4467,339,'companies_0_address','January 15, 2019 \r\nThe Ritz Carlton\r\n New York, NY'),(4468,339,'_companies_0_address','field_5d1bb2da63857'),(4469,339,'companies_0_about','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.'),(4470,339,'_companies_0_about','field_5d1bb32563858'),(4471,339,'companies_1_name','Event Title Placeholder'),(4472,339,'_companies_1_name','field_5d1bb2da63856'),(4473,339,'companies_1_address','January 15, 2019 \r\nThe Ritz Carlton\r\n New York, NY'),(4474,339,'_companies_1_address','field_5d1bb2da63857'),(4475,339,'companies_1_about','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.'),(4476,339,'_companies_1_about','field_5d1bb32563858'),(4477,339,'companies_2_name','Event Title Placeholder'),(4478,339,'_companies_2_name','field_5d1bb2da63856'),(4479,339,'companies_2_address','January 15, 2019 \r\nThe Ritz Carlton\r\n New York, NY'),(4480,339,'_companies_2_address','field_5d1bb2da63857'),(4481,339,'companies_2_about','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.'),(4482,339,'_companies_2_about','field_5d1bb32563858'),(4483,339,'show_crypto_funds','0'),(4484,339,'_show_crypto_funds','field_5d1cd58ba65cf'),(4485,340,'subtitle','Buy, trade, and spend cryptocurrency'),(4486,340,'_subtitle','field_5d1b9a04bd4ba'),(4487,340,'description','CryptoWallet was founded in [year], and our staff have worked tirelessly to develop disruptive products and solutions that will help usher in a new era of personal finance. You can read more about our goals below in our Roadmap.'),(4488,340,'_description','field_5d1b9a6e30e58'),(4489,340,'block_1_title',''),(4490,340,'_block_1_title','field_5d1b9b0f2f94d'),(4491,340,'block_1_text',''),(4492,340,'_block_1_text','field_5d1b9b362f94e'),(4493,340,'block_1',''),(4494,340,'_block_1','field_5d1b9adf2f94c'),(4495,340,'block_2_title',''),(4496,340,'_block_2_title','field_5d1b9b442f950'),(4497,340,'block_2_text',''),(4498,340,'_block_2_text','field_5d1b9b442f951'),(4499,340,'block_2',''),(4500,340,'_block_2','field_5d1b9b442f94f'),(4501,340,'block_3_title',''),(4502,340,'_block_3_title','field_5d1b9b462f953'),(4503,340,'block_3_text',''),(4504,340,'_block_3_text','field_5d1b9b462f954'),(4505,340,'block_3',''),(4506,340,'_block_3','field_5d1b9b462f952'),(4507,340,'value_1_image','lamp'),(4508,340,'_value_1_image','field_5d1baeee64511'),(4509,340,'value_1_title',''),(4510,340,'_value_1_title','field_5d1bae0d254fb'),(4511,340,'value_1_text',''),(4512,340,'_value_1_text','field_5d1bae0d254fc'),(4513,340,'value_1',''),(4514,340,'_value_1','field_5d1bae0d254fa'),(4515,340,'value_2_image','lamp'),(4516,340,'_value_2_image','field_5d1bafadd789f'),(4517,340,'value_2_title',''),(4518,340,'_value_2_title','field_5d1bafadd78a0'),(4519,340,'value_2_text',''),(4520,340,'_value_2_text','field_5d1bafadd78a1'),(4521,340,'value_2',''),(4522,340,'_value_2','field_5d1bafadd789e'),(4523,340,'value_3_image','lamp'),(4524,340,'_value_3_image','field_5d1bafafd78a3'),(4525,340,'value_3_title',''),(4526,340,'_value_3_title','field_5d1bafafd78a4'),(4527,340,'value_3_text',''),(4528,340,'_value_3_text','field_5d1bafafd78a5'),(4529,340,'value_3',''),(4530,340,'_value_3','field_5d1bafafd78a2'),(4531,340,'value_4_image','lamp'),(4532,340,'_value_4_image','field_5d1bafb1d78a7'),(4533,340,'value_4_title',''),(4534,340,'_value_4_title','field_5d1bafb1d78a8'),(4535,340,'value_4_text',''),(4536,340,'_value_4_text','field_5d1bafb1d78a9'),(4537,340,'value_4',''),(4538,340,'_value_4','field_5d1bafb1d78a6'),(4539,340,'value_5_image','lamp'),(4540,340,'_value_5_image','field_5d1bafb4d78ab'),(4541,340,'value_5_title',''),(4542,340,'_value_5_title','field_5d1bafb4d78ac'),(4543,340,'value_5_text',''),(4544,340,'_value_5_text','field_5d1bafb4d78ad'),(4545,340,'value_5',''),(4546,340,'_value_5','field_5d1bafb4d78aa'),(4547,340,'value_6_image','lamp'),(4548,340,'_value_6_image','field_5d1bafb6d78af'),(4549,340,'value_6_title',''),(4550,340,'_value_6_title','field_5d1bafb6d78b0'),(4551,340,'value_6_text',''),(4552,340,'_value_6_text','field_5d1bafb6d78b1'),(4553,340,'value_6',''),(4554,340,'_value_6','field_5d1bafb6d78ae'),(4555,340,'value_7_image','lamp'),(4556,340,'_value_7_image','field_5d1bafb8d78b3'),(4557,340,'value_7_title',''),(4558,340,'_value_7_title','field_5d1bafb8d78b4'),(4559,340,'value_7_text',''),(4560,340,'_value_7_text','field_5d1bafb8d78b5'),(4561,340,'value_7',''),(4562,340,'_value_7','field_5d1bafb8d78b2'),(4563,340,'value_8_image','lamp'),(4564,340,'_value_8_image','field_5d1bafc9d78b7'),(4565,340,'value_8_title',''),(4566,340,'_value_8_title','field_5d1bafc9d78b8'),(4567,340,'value_8_text',''),(4568,340,'_value_8_text','field_5d1bafc9d78b9'),(4569,340,'value_8',''),(4570,340,'_value_8','field_5d1bafc9d78b6'),(4571,340,'title_join','Join Our Team'),(4572,340,'_title_join','field_5d1bafffd78bb'),(4573,340,'text_join','Working at CryptoWallet, every day is an exciting challenge. We’re on a long-term plan to totally transform the way people store and spend money. We’re helping redefine what the concept of money is. There’s a lot to do, and we’re hiring people who share in our values.\r\n\r\nWe’re a young, dynamic company with big plans and a passionate, friendly team.\r\nThink you’d fit in well here? Take a look at our open positions below.'),(4574,340,'_text_join','field_5d1bb020d78bc'),(4575,340,'career_1_title',''),(4576,340,'_career_1_title','field_5d1bb076d78be'),(4577,340,'career_1_text',''),(4578,340,'_career_1_text','field_5d1bb076d78bf'),(4579,340,'career_1',''),(4580,340,'_career_1','field_5d1bb076d78bd'),(4581,340,'career_2_title',''),(4582,340,'_career_2_title','field_5d1bb0f7d78c8'),(4583,340,'career_2_text',''),(4584,340,'_career_2_text','field_5d1bb0f7d78c9'),(4585,340,'career_2',''),(4586,340,'_career_2','field_5d1bb0f7d78c7'),(4587,340,'career_3_title',''),(4588,340,'_career_3_title','field_5d1bb0f8d78cb'),(4589,340,'career_3_text',''),(4590,340,'_career_3_text','field_5d1bb0f8d78cc'),(4591,340,'career_3',''),(4592,340,'_career_3','field_5d1bb0f8d78ca'),(4593,340,'alert','Don’t see a position that suits? Send us your resume and suggested role at <a href=\"mailto:careers@cryptowallet.com\">careers@cryptowallet.com</a>'),(4594,340,'_alert','field_5d1bb0b8d78c6'),(4595,340,'title_team','Our Team'),(4596,340,'_title_team','field_5d1bb141d78ce'),(4597,340,'member_1_photo',''),(4598,340,'_member_1_photo','field_5d1bb194d78d2'),(4599,340,'member_1_name',''),(4600,340,'_member_1_name','field_5d1bb16ad78d0'),(4601,340,'member_1_role',''),(4602,340,'_member_1_role','field_5d1bb16ad78d1'),(4603,340,'member_1',''),(4604,340,'_member_1','field_5d1bb16ad78cf'),(4605,340,'member_2_photo',''),(4606,340,'_member_2_photo','field_5d1bb1efd78d4'),(4607,340,'member_2_name',''),(4608,340,'_member_2_name','field_5d1bb1efd78d5'),(4609,340,'member_2_role',''),(4610,340,'_member_2_role','field_5d1bb1efd78d6'),(4611,340,'member_2',''),(4612,340,'_member_2','field_5d1bb1efd78d3'),(4613,340,'member_3_photo',''),(4614,340,'_member_3_photo','field_5d1bb25e55268'),(4615,340,'member_3_name',''),(4616,340,'_member_3_name','field_5d1bb25e55269'),(4617,340,'member_3_role',''),(4618,340,'_member_3_role','field_5d1bb25e5526a'),(4619,340,'member_3',''),(4620,340,'_member_3','field_5d1bb25e55267'),(4621,340,'member_4_photo',''),(4622,340,'_member_4_photo','field_5d1bb25f5526c'),(4623,340,'member_4_name',''),(4624,340,'_member_4_name','field_5d1bb25f5526d'),(4625,340,'member_4_role',''),(4626,340,'_member_4_role','field_5d1bb25f5526e'),(4627,340,'member_4',''),(4628,340,'_member_4','field_5d1bb25f5526b'),(4629,340,'member_5_photo',''),(4630,340,'_member_5_photo','field_5d1bb26255270'),(4631,340,'member_5_name',''),(4632,340,'_member_5_name','field_5d1bb26255271'),(4633,340,'member_5_role',''),(4634,340,'_member_5_role','field_5d1bb26255272'),(4635,340,'member_5',''),(4636,340,'_member_5','field_5d1bb2625526f'),(4637,340,'member_6_photo',''),(4638,340,'_member_6_photo','field_5d1bb26655274'),(4639,340,'member_6_name',''),(4640,340,'_member_6_name','field_5d1bb26655275'),(4641,340,'member_6_role',''),(4642,340,'_member_6_role','field_5d1bb26655276'),(4643,340,'member_6',''),(4644,340,'_member_6','field_5d1bb26655273'),(4645,340,'title_meet','Come meet us'),(4646,340,'_title_meet','field_5d1bb2a4dd53e'),(4647,340,'text_meet','CryptoWallet is attending the events below, and we’re always delighted to meet new people interested in our technology.'),(4648,340,'_text_meet','field_5d1bb2c8dd53f'),(4649,340,'company_1_name',''),(4650,340,'_company_1_name','field_5d1bb2da63856'),(4651,340,'company_1_address',''),(4652,340,'_company_1_address','field_5d1bb2da63857'),(4653,340,'company_1_about',''),(4654,340,'_company_1_about','field_5d1bb32563858'),(4655,340,'company_1',''),(4656,340,'_company_1','field_5d1bb2da63854'),(4657,340,'company_2_name',''),(4658,340,'_company_2_name','field_5d1bb3496385a'),(4659,340,'company_2_address',''),(4660,340,'_company_2_address','field_5d1bb3496385b'),(4661,340,'company_2_about',''),(4662,340,'_company_2_about','field_5d1bb3496385c'),(4663,340,'company_2',''),(4664,340,'_company_2','field_5d1bb34963859'),(4665,340,'company_3_name',''),(4666,340,'_company_3_name','field_5d1bb34b6385e'),(4667,340,'company_3_address',''),(4668,340,'_company_3_address','field_5d1bb34b6385f'),(4669,340,'company_3_about',''),(4670,340,'_company_3_about','field_5d1bb34b63860'),(4671,340,'company_3',''),(4672,340,'_company_3','field_5d1bb34b6385d'),(4673,340,'blocks_0_title','Q1 2019'),(4674,340,'_blocks_0_title','field_5d1b9b0f2f94d'),(4675,340,'blocks_0_text','CryptoWallet was founded in [year], and our staff have worked tirelessly to develop disruptive products and solutions that will help usher in a new era of personal finance. You can read more about our goals below in our Roadmap.'),(4676,340,'_blocks_0_text','field_5d1b9b362f94e'),(4677,340,'blocks_1_title','Q2 2019'),(4678,340,'_blocks_1_title','field_5d1b9b0f2f94d'),(4679,340,'blocks_1_text','CryptoWallet was founded in [year], and our staff have worked tirelessly to develop disruptive products and solutions that will help usher in a new era of personal finance. You can read more about our goals below in our Roadmap.'),(4680,340,'_blocks_1_text','field_5d1b9b362f94e'),(4681,340,'blocks_2_title','Q3 2019'),(4682,340,'_blocks_2_title','field_5d1b9b0f2f94d'),(4683,340,'blocks_2_text','CryptoWallet was founded in [year], and our staff have worked tirelessly to develop disruptive products and solutions that will help usher in a new era of personal finance. You can read more about our goals below in our Roadmap.'),(4684,340,'_blocks_2_text','field_5d1b9b362f94e'),(4685,340,'blocks','3'),(4686,340,'_blocks','field_5d1b9adf2f94c'),(4687,340,'values','8'),(4688,340,'_values','field_5d1cc112229fd'),(4689,340,'careers','3'),(4690,340,'_careers','field_5d1bb076d78bd'),(4691,340,'team','6'),(4692,340,'_team','field_5d1bb16ad78cf'),(4693,340,'companies','3'),(4694,340,'_companies','field_5d1bb2da63854'),(4695,340,'title_values','Values'),(4696,340,'_title_values','field_5d1cc4efc2b1e'),(4697,340,'values_0_image','lamp'),(4698,340,'_values_0_image','field_5d1baeee64511'),(4699,340,'values_0_title','Long-term Thinking'),(4700,340,'_values_0_title','field_5d1bae0d254fb'),(4701,340,'values_0_text','At CryptoWallet, we’re on a mission to build the future with care and attention it deserves.'),(4702,340,'_values_0_text','field_5d1bae0d254fc'),(4703,340,'values_1_image','certified'),(4704,340,'_values_1_image','field_5d1baeee64511'),(4705,340,'values_1_title','Accountability'),(4706,340,'_values_1_title','field_5d1bae0d254fb'),(4707,340,'values_1_text','We hold ourselves to the highest industry standards in everything that we do, and we foster a company culture of responsibility, transparency, and accountability.'),(4708,340,'_values_1_text','field_5d1bae0d254fc'),(4709,340,'values_2_image','eye'),(4710,340,'_values_2_image','field_5d1baeee64511'),(4711,340,'values_2_title','Sharp Focus'),(4712,340,'_values_2_title','field_5d1bae0d254fb'),(4713,340,'values_2_text','We keep a sharp focus to provide buying, trading, storage, and spending solutions for cryptocurrency investors. At CryptoWallet, we keep our eyes on the road ahead.'),(4714,340,'_values_2_text','field_5d1bae0d254fc'),(4715,340,'values_3_image','message'),(4716,340,'_values_3_image','field_5d1baeee64511'),(4717,340,'values_3_title','Open-door Policy'),(4718,340,'_values_3_title','field_5d1bae0d254fb'),(4719,340,'values_3_text','We need to be open to any and all input from our colleagues at all levels as well as our users and supporters. Our door is always open to improvement.'),(4720,340,'_values_3_text','field_5d1bae0d254fc'),(4721,340,'values_4_image','signal'),(4722,340,'_values_4_image','field_5d1baeee64511'),(4723,340,'values_4_title','Adaptability'),(4724,340,'_values_4_title','field_5d1bae0d254fb'),(4725,340,'values_4_text','In a quickly-changing industry, we need to be able to react quickly as well. We adapt, overcome, and deliver.'),(4726,340,'_values_4_text','field_5d1bae0d254fc'),(4727,340,'values_5_image','search'),(4728,340,'_values_5_image','field_5d1baeee64511'),(4729,340,'values_5_title','Always Learning'),(4730,340,'_values_5_title','field_5d1bae0d254fb'),(4731,340,'values_5_text','Knowledge is the best tool at our disposal. We’re always researching and developing the most cutting-edge solutions to emerging problems.'),(4732,340,'_values_5_text','field_5d1bae0d254fc'),(4733,340,'values_6_image','earth'),(4734,340,'_values_6_image','field_5d1baeee64511'),(4735,340,'values_6_title','Pro-Active'),(4736,340,'_values_6_title','field_5d1bae0d254fb'),(4737,340,'values_6_text','Whether we’re developing new ideas, getting in touch with our community, or expanding our staff, we’re in constant motion at CryptoWallet.'),(4738,340,'_values_6_text','field_5d1bae0d254fc'),(4739,340,'values_7_image','moon'),(4740,340,'_values_7_image','field_5d1baeee64511'),(4741,340,'values_7_title','Scientific Dreaming'),(4742,340,'_values_7_title','field_5d1bae0d254fb'),(4743,340,'values_7_text','We pride ourselves on using our imaginations and dreaming big too. Every day is an opportunity to do something amazing.'),(4744,340,'_values_7_text','field_5d1bae0d254fc'),(4745,340,'careers_0_title','Job Title'),(4746,340,'_careers_0_title','field_5d1bb076d78be'),(4747,340,'careers_0_text','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.'),(4748,340,'_careers_0_text','field_5d1bb076d78bf'),(4749,340,'careers_1_title','Job Title'),(4750,340,'_careers_1_title','field_5d1bb076d78be'),(4751,340,'careers_1_text','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.'),(4752,340,'_careers_1_text','field_5d1bb076d78bf'),(4753,340,'careers_2_title','Job Title'),(4754,340,'_careers_2_title','field_5d1bb076d78be'),(4755,340,'careers_2_text','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.'),(4756,340,'_careers_2_text','field_5d1bb076d78bf'),(4757,340,'team_0_photo',''),(4758,340,'_team_0_photo','field_5d1bb194d78d2'),(4759,340,'team_0_name','Name Placeholder'),(4760,340,'_team_0_name','field_5d1bb16ad78d0'),(4761,340,'team_0_role','CEO'),(4762,340,'_team_0_role','field_5d1bb16ad78d1'),(4763,340,'team_1_photo',''),(4764,340,'_team_1_photo','field_5d1bb194d78d2'),(4765,340,'team_1_name','Name Placeholder'),(4766,340,'_team_1_name','field_5d1bb16ad78d0'),(4767,340,'team_1_role','Founder'),(4768,340,'_team_1_role','field_5d1bb16ad78d1'),(4769,340,'team_2_photo',''),(4770,340,'_team_2_photo','field_5d1bb194d78d2'),(4771,340,'team_2_name','Name Placeholder'),(4772,340,'_team_2_name','field_5d1bb16ad78d0'),(4773,340,'team_2_role','CFO'),(4774,340,'_team_2_role','field_5d1bb16ad78d1'),(4775,340,'team_3_photo',''),(4776,340,'_team_3_photo','field_5d1bb194d78d2'),(4777,340,'team_3_name','Name Placeholder'),(4778,340,'_team_3_name','field_5d1bb16ad78d0'),(4779,340,'team_3_role','CTO'),(4780,340,'_team_3_role','field_5d1bb16ad78d1'),(4781,340,'team_4_photo',''),(4782,340,'_team_4_photo','field_5d1bb194d78d2'),(4783,340,'team_4_name','Name Placeholder'),(4784,340,'_team_4_name','field_5d1bb16ad78d0'),(4785,340,'team_4_role','Head of Product'),(4786,340,'_team_4_role','field_5d1bb16ad78d1'),(4787,340,'team_5_photo',''),(4788,340,'_team_5_photo','field_5d1bb194d78d2'),(4789,340,'team_5_name','Name Placeholder'),(4790,340,'_team_5_name','field_5d1bb16ad78d0'),(4791,340,'team_5_role','Head of Marketing'),(4792,340,'_team_5_role','field_5d1bb16ad78d1'),(4793,340,'companies_0_name','Event Title Placeholder'),(4794,340,'_companies_0_name','field_5d1bb2da63856'),(4795,340,'companies_0_address','January 15, 2019 \r\nThe Ritz Carlton\r\n New York, NY'),(4796,340,'_companies_0_address','field_5d1bb2da63857'),(4797,340,'companies_0_about','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.'),(4798,340,'_companies_0_about','field_5d1bb32563858'),(4799,340,'companies_1_name','Event Title Placeholder'),(4800,340,'_companies_1_name','field_5d1bb2da63856'),(4801,340,'companies_1_address','January 15, 2019 \r\nThe Ritz Carlton\r\n New York, NY'),(4802,340,'_companies_1_address','field_5d1bb2da63857'),(4803,340,'companies_1_about','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.'),(4804,340,'_companies_1_about','field_5d1bb32563858'),(4805,340,'companies_2_name','Event Title Placeholder'),(4806,340,'_companies_2_name','field_5d1bb2da63856'),(4807,340,'companies_2_address','January 15, 2019 \r\nThe Ritz Carlton\r\n New York, NY'),(4808,340,'_companies_2_address','field_5d1bb2da63857'),(4809,340,'companies_2_about','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.'),(4810,340,'_companies_2_about','field_5d1bb32563858'),(4811,340,'show_crypto_funds','0'),(4812,340,'_show_crypto_funds','field_5d1cd58ba65cf'),(4813,341,'subtitle','Buy, trade, store, and spend cryptocurrency'),(4814,341,'_subtitle','field_5d1b9a04bd4ba'),(4815,341,'description','CryptoWallet was founded in [year], and our staff have worked tirelessly to develop disruptive products and solutions that will help usher in a new era of personal finance. You can read more about our goals below in our Roadmap.'),(4816,341,'_description','field_5d1b9a6e30e58'),(4817,341,'block_1_title',''),(4818,341,'_block_1_title','field_5d1b9b0f2f94d'),(4819,341,'block_1_text',''),(4820,341,'_block_1_text','field_5d1b9b362f94e'),(4821,341,'block_1',''),(4822,341,'_block_1','field_5d1b9adf2f94c'),(4823,341,'block_2_title',''),(4824,341,'_block_2_title','field_5d1b9b442f950'),(4825,341,'block_2_text',''),(4826,341,'_block_2_text','field_5d1b9b442f951'),(4827,341,'block_2',''),(4828,341,'_block_2','field_5d1b9b442f94f'),(4829,341,'block_3_title',''),(4830,341,'_block_3_title','field_5d1b9b462f953'),(4831,341,'block_3_text',''),(4832,341,'_block_3_text','field_5d1b9b462f954'),(4833,341,'block_3',''),(4834,341,'_block_3','field_5d1b9b462f952'),(4835,341,'value_1_image','lamp'),(4836,341,'_value_1_image','field_5d1baeee64511'),(4837,341,'value_1_title',''),(4838,341,'_value_1_title','field_5d1bae0d254fb'),(4839,341,'value_1_text',''),(4840,341,'_value_1_text','field_5d1bae0d254fc'),(4841,341,'value_1',''),(4842,341,'_value_1','field_5d1bae0d254fa'),(4843,341,'value_2_image','lamp'),(4844,341,'_value_2_image','field_5d1bafadd789f'),(4845,341,'value_2_title',''),(4846,341,'_value_2_title','field_5d1bafadd78a0'),(4847,341,'value_2_text',''),(4848,341,'_value_2_text','field_5d1bafadd78a1'),(4849,341,'value_2',''),(4850,341,'_value_2','field_5d1bafadd789e'),(4851,341,'value_3_image','lamp'),(4852,341,'_value_3_image','field_5d1bafafd78a3'),(4853,341,'value_3_title',''),(4854,341,'_value_3_title','field_5d1bafafd78a4'),(4855,341,'value_3_text',''),(4856,341,'_value_3_text','field_5d1bafafd78a5'),(4857,341,'value_3',''),(4858,341,'_value_3','field_5d1bafafd78a2'),(4859,341,'value_4_image','lamp'),(4860,341,'_value_4_image','field_5d1bafb1d78a7'),(4861,341,'value_4_title',''),(4862,341,'_value_4_title','field_5d1bafb1d78a8'),(4863,341,'value_4_text',''),(4864,341,'_value_4_text','field_5d1bafb1d78a9'),(4865,341,'value_4',''),(4866,341,'_value_4','field_5d1bafb1d78a6'),(4867,341,'value_5_image','lamp'),(4868,341,'_value_5_image','field_5d1bafb4d78ab'),(4869,341,'value_5_title',''),(4870,341,'_value_5_title','field_5d1bafb4d78ac'),(4871,341,'value_5_text',''),(4872,341,'_value_5_text','field_5d1bafb4d78ad'),(4873,341,'value_5',''),(4874,341,'_value_5','field_5d1bafb4d78aa'),(4875,341,'value_6_image','lamp'),(4876,341,'_value_6_image','field_5d1bafb6d78af'),(4877,341,'value_6_title',''),(4878,341,'_value_6_title','field_5d1bafb6d78b0'),(4879,341,'value_6_text',''),(4880,341,'_value_6_text','field_5d1bafb6d78b1'),(4881,341,'value_6',''),(4882,341,'_value_6','field_5d1bafb6d78ae'),(4883,341,'value_7_image','lamp'),(4884,341,'_value_7_image','field_5d1bafb8d78b3'),(4885,341,'value_7_title',''),(4886,341,'_value_7_title','field_5d1bafb8d78b4'),(4887,341,'value_7_text',''),(4888,341,'_value_7_text','field_5d1bafb8d78b5'),(4889,341,'value_7',''),(4890,341,'_value_7','field_5d1bafb8d78b2'),(4891,341,'value_8_image','lamp'),(4892,341,'_value_8_image','field_5d1bafc9d78b7'),(4893,341,'value_8_title',''),(4894,341,'_value_8_title','field_5d1bafc9d78b8'),(4895,341,'value_8_text',''),(4896,341,'_value_8_text','field_5d1bafc9d78b9'),(4897,341,'value_8',''),(4898,341,'_value_8','field_5d1bafc9d78b6'),(4899,341,'title_join','Join Our Team'),(4900,341,'_title_join','field_5d1bafffd78bb'),(4901,341,'text_join','Working at CryptoWallet, every day is an exciting challenge. We’re on a long-term plan to totally transform the way people store and spend money. We’re helping redefine what the concept of money is. There’s a lot to do, and we’re hiring people who share in our values.\r\n\r\nWe’re a young, dynamic company with big plans and a passionate, friendly team.\r\nThink you’d fit in well here? Take a look at our open positions below.'),(4902,341,'_text_join','field_5d1bb020d78bc'),(4903,341,'career_1_title',''),(4904,341,'_career_1_title','field_5d1bb076d78be'),(4905,341,'career_1_text',''),(4906,341,'_career_1_text','field_5d1bb076d78bf'),(4907,341,'career_1',''),(4908,341,'_career_1','field_5d1bb076d78bd'),(4909,341,'career_2_title',''),(4910,341,'_career_2_title','field_5d1bb0f7d78c8'),(4911,341,'career_2_text',''),(4912,341,'_career_2_text','field_5d1bb0f7d78c9'),(4913,341,'career_2',''),(4914,341,'_career_2','field_5d1bb0f7d78c7'),(4915,341,'career_3_title',''),(4916,341,'_career_3_title','field_5d1bb0f8d78cb'),(4917,341,'career_3_text',''),(4918,341,'_career_3_text','field_5d1bb0f8d78cc'),(4919,341,'career_3',''),(4920,341,'_career_3','field_5d1bb0f8d78ca'),(4921,341,'alert','Don’t see a position that suits? Send us your resume and suggested role at <a href=\"mailto:careers@cryptowallet.com\">careers@cryptowallet.com</a>'),(4922,341,'_alert','field_5d1bb0b8d78c6'),(4923,341,'title_team','Our Team'),(4924,341,'_title_team','field_5d1bb141d78ce'),(4925,341,'member_1_photo',''),(4926,341,'_member_1_photo','field_5d1bb194d78d2'),(4927,341,'member_1_name',''),(4928,341,'_member_1_name','field_5d1bb16ad78d0'),(4929,341,'member_1_role',''),(4930,341,'_member_1_role','field_5d1bb16ad78d1'),(4931,341,'member_1',''),(4932,341,'_member_1','field_5d1bb16ad78cf'),(4933,341,'member_2_photo',''),(4934,341,'_member_2_photo','field_5d1bb1efd78d4'),(4935,341,'member_2_name',''),(4936,341,'_member_2_name','field_5d1bb1efd78d5'),(4937,341,'member_2_role',''),(4938,341,'_member_2_role','field_5d1bb1efd78d6'),(4939,341,'member_2',''),(4940,341,'_member_2','field_5d1bb1efd78d3'),(4941,341,'member_3_photo',''),(4942,341,'_member_3_photo','field_5d1bb25e55268'),(4943,341,'member_3_name',''),(4944,341,'_member_3_name','field_5d1bb25e55269'),(4945,341,'member_3_role',''),(4946,341,'_member_3_role','field_5d1bb25e5526a'),(4947,341,'member_3',''),(4948,341,'_member_3','field_5d1bb25e55267'),(4949,341,'member_4_photo',''),(4950,341,'_member_4_photo','field_5d1bb25f5526c'),(4951,341,'member_4_name',''),(4952,341,'_member_4_name','field_5d1bb25f5526d'),(4953,341,'member_4_role',''),(4954,341,'_member_4_role','field_5d1bb25f5526e'),(4955,341,'member_4',''),(4956,341,'_member_4','field_5d1bb25f5526b'),(4957,341,'member_5_photo',''),(4958,341,'_member_5_photo','field_5d1bb26255270'),(4959,341,'member_5_name',''),(4960,341,'_member_5_name','field_5d1bb26255271'),(4961,341,'member_5_role',''),(4962,341,'_member_5_role','field_5d1bb26255272'),(4963,341,'member_5',''),(4964,341,'_member_5','field_5d1bb2625526f'),(4965,341,'member_6_photo',''),(4966,341,'_member_6_photo','field_5d1bb26655274'),(4967,341,'member_6_name',''),(4968,341,'_member_6_name','field_5d1bb26655275'),(4969,341,'member_6_role',''),(4970,341,'_member_6_role','field_5d1bb26655276'),(4971,341,'member_6',''),(4972,341,'_member_6','field_5d1bb26655273'),(4973,341,'title_meet','Come meet us'),(4974,341,'_title_meet','field_5d1bb2a4dd53e'),(4975,341,'text_meet','CryptoWallet is attending the events below, and we’re always delighted to meet new people interested in our technology.'),(4976,341,'_text_meet','field_5d1bb2c8dd53f'),(4977,341,'company_1_name',''),(4978,341,'_company_1_name','field_5d1bb2da63856'),(4979,341,'company_1_address',''),(4980,341,'_company_1_address','field_5d1bb2da63857'),(4981,341,'company_1_about',''),(4982,341,'_company_1_about','field_5d1bb32563858'),(4983,341,'company_1',''),(4984,341,'_company_1','field_5d1bb2da63854'),(4985,341,'company_2_name',''),(4986,341,'_company_2_name','field_5d1bb3496385a'),(4987,341,'company_2_address',''),(4988,341,'_company_2_address','field_5d1bb3496385b'),(4989,341,'company_2_about',''),(4990,341,'_company_2_about','field_5d1bb3496385c'),(4991,341,'company_2',''),(4992,341,'_company_2','field_5d1bb34963859'),(4993,341,'company_3_name',''),(4994,341,'_company_3_name','field_5d1bb34b6385e'),(4995,341,'company_3_address',''),(4996,341,'_company_3_address','field_5d1bb34b6385f'),(4997,341,'company_3_about',''),(4998,341,'_company_3_about','field_5d1bb34b63860'),(4999,341,'company_3',''),(5000,341,'_company_3','field_5d1bb34b6385d'),(5001,341,'blocks_0_title','Q1 2019'),(5002,341,'_blocks_0_title','field_5d1b9b0f2f94d'),(5003,341,'blocks_0_text','CryptoWallet was founded in [year], and our staff have worked tirelessly to develop disruptive products and solutions that will help usher in a new era of personal finance. You can read more about our goals below in our Roadmap.'),(5004,341,'_blocks_0_text','field_5d1b9b362f94e'),(5005,341,'blocks_1_title','Q2 2019'),(5006,341,'_blocks_1_title','field_5d1b9b0f2f94d'),(5007,341,'blocks_1_text','CryptoWallet was founded in [year], and our staff have worked tirelessly to develop disruptive products and solutions that will help usher in a new era of personal finance. You can read more about our goals below in our Roadmap.'),(5008,341,'_blocks_1_text','field_5d1b9b362f94e'),(5009,341,'blocks_2_title','Q3 2019'),(5010,341,'_blocks_2_title','field_5d1b9b0f2f94d'),(5011,341,'blocks_2_text','CryptoWallet was founded in [year], and our staff have worked tirelessly to develop disruptive products and solutions that will help usher in a new era of personal finance. You can read more about our goals below in our Roadmap.'),(5012,341,'_blocks_2_text','field_5d1b9b362f94e'),(5013,341,'blocks','3'),(5014,341,'_blocks','field_5d1b9adf2f94c'),(5015,341,'values','8'),(5016,341,'_values','field_5d1cc112229fd'),(5017,341,'careers','3'),(5018,341,'_careers','field_5d1bb076d78bd'),(5019,341,'team','6'),(5020,341,'_team','field_5d1bb16ad78cf'),(5021,341,'companies','3'),(5022,341,'_companies','field_5d1bb2da63854'),(5023,341,'title_values','Values'),(5024,341,'_title_values','field_5d1cc4efc2b1e'),(5025,341,'values_0_image','lamp'),(5026,341,'_values_0_image','field_5d1baeee64511'),(5027,341,'values_0_title','Long-term Thinking'),(5028,341,'_values_0_title','field_5d1bae0d254fb'),(5029,341,'values_0_text','At CryptoWallet, we’re on a mission to build the future with care and attention it deserves.'),(5030,341,'_values_0_text','field_5d1bae0d254fc'),(5031,341,'values_1_image','certified'),(5032,341,'_values_1_image','field_5d1baeee64511'),(5033,341,'values_1_title','Accountability'),(5034,341,'_values_1_title','field_5d1bae0d254fb'),(5035,341,'values_1_text','We hold ourselves to the highest industry standards in everything that we do, and we foster a company culture of responsibility, transparency, and accountability.'),(5036,341,'_values_1_text','field_5d1bae0d254fc'),(5037,341,'values_2_image','eye'),(5038,341,'_values_2_image','field_5d1baeee64511'),(5039,341,'values_2_title','Sharp Focus'),(5040,341,'_values_2_title','field_5d1bae0d254fb'),(5041,341,'values_2_text','We keep a sharp focus to provide buying, trading, storage, and spending solutions for cryptocurrency investors. At CryptoWallet, we keep our eyes on the road ahead.'),(5042,341,'_values_2_text','field_5d1bae0d254fc'),(5043,341,'values_3_image','message'),(5044,341,'_values_3_image','field_5d1baeee64511'),(5045,341,'values_3_title','Open-door Policy'),(5046,341,'_values_3_title','field_5d1bae0d254fb'),(5047,341,'values_3_text','We need to be open to any and all input from our colleagues at all levels as well as our users and supporters. Our door is always open to improvement.'),(5048,341,'_values_3_text','field_5d1bae0d254fc'),(5049,341,'values_4_image','signal'),(5050,341,'_values_4_image','field_5d1baeee64511'),(5051,341,'values_4_title','Adaptability'),(5052,341,'_values_4_title','field_5d1bae0d254fb'),(5053,341,'values_4_text','In a quickly-changing industry, we need to be able to react quickly as well. We adapt, overcome, and deliver.'),(5054,341,'_values_4_text','field_5d1bae0d254fc'),(5055,341,'values_5_image','search'),(5056,341,'_values_5_image','field_5d1baeee64511'),(5057,341,'values_5_title','Always Learning'),(5058,341,'_values_5_title','field_5d1bae0d254fb'),(5059,341,'values_5_text','Knowledge is the best tool at our disposal. We’re always researching and developing the most cutting-edge solutions to emerging problems.'),(5060,341,'_values_5_text','field_5d1bae0d254fc'),(5061,341,'values_6_image','earth'),(5062,341,'_values_6_image','field_5d1baeee64511'),(5063,341,'values_6_title','Pro-Active'),(5064,341,'_values_6_title','field_5d1bae0d254fb'),(5065,341,'values_6_text','Whether we’re developing new ideas, getting in touch with our community, or expanding our staff, we’re in constant motion at CryptoWallet.'),(5066,341,'_values_6_text','field_5d1bae0d254fc'),(5067,341,'values_7_image','moon'),(5068,341,'_values_7_image','field_5d1baeee64511'),(5069,341,'values_7_title','Scientific Dreaming'),(5070,341,'_values_7_title','field_5d1bae0d254fb'),(5071,341,'values_7_text','We pride ourselves on using our imaginations and dreaming big too. Every day is an opportunity to do something amazing.'),(5072,341,'_values_7_text','field_5d1bae0d254fc'),(5073,341,'careers_0_title','Job Title'),(5074,341,'_careers_0_title','field_5d1bb076d78be'),(5075,341,'careers_0_text','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.'),(5076,341,'_careers_0_text','field_5d1bb076d78bf'),(5077,341,'careers_1_title','Job Title'),(5078,341,'_careers_1_title','field_5d1bb076d78be'),(5079,341,'careers_1_text','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.'),(5080,341,'_careers_1_text','field_5d1bb076d78bf'),(5081,341,'careers_2_title','Job Title'),(5082,341,'_careers_2_title','field_5d1bb076d78be'),(5083,341,'careers_2_text','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.'),(5084,341,'_careers_2_text','field_5d1bb076d78bf'),(5085,341,'team_0_photo',''),(5086,341,'_team_0_photo','field_5d1bb194d78d2'),(5087,341,'team_0_name','Name Placeholder'),(5088,341,'_team_0_name','field_5d1bb16ad78d0'),(5089,341,'team_0_role','CEO'),(5090,341,'_team_0_role','field_5d1bb16ad78d1'),(5091,341,'team_1_photo',''),(5092,341,'_team_1_photo','field_5d1bb194d78d2'),(5093,341,'team_1_name','Name Placeholder'),(5094,341,'_team_1_name','field_5d1bb16ad78d0'),(5095,341,'team_1_role','Founder'),(5096,341,'_team_1_role','field_5d1bb16ad78d1'),(5097,341,'team_2_photo',''),(5098,341,'_team_2_photo','field_5d1bb194d78d2'),(5099,341,'team_2_name','Name Placeholder'),(5100,341,'_team_2_name','field_5d1bb16ad78d0'),(5101,341,'team_2_role','CFO'),(5102,341,'_team_2_role','field_5d1bb16ad78d1'),(5103,341,'team_3_photo',''),(5104,341,'_team_3_photo','field_5d1bb194d78d2'),(5105,341,'team_3_name','Name Placeholder'),(5106,341,'_team_3_name','field_5d1bb16ad78d0'),(5107,341,'team_3_role','CTO'),(5108,341,'_team_3_role','field_5d1bb16ad78d1'),(5109,341,'team_4_photo',''),(5110,341,'_team_4_photo','field_5d1bb194d78d2'),(5111,341,'team_4_name','Name Placeholder'),(5112,341,'_team_4_name','field_5d1bb16ad78d0'),(5113,341,'team_4_role','Head of Product'),(5114,341,'_team_4_role','field_5d1bb16ad78d1'),(5115,341,'team_5_photo',''),(5116,341,'_team_5_photo','field_5d1bb194d78d2'),(5117,341,'team_5_name','Name Placeholder'),(5118,341,'_team_5_name','field_5d1bb16ad78d0'),(5119,341,'team_5_role','Head of Marketing'),(5120,341,'_team_5_role','field_5d1bb16ad78d1'),(5121,341,'companies_0_name','Event Title Placeholder'),(5122,341,'_companies_0_name','field_5d1bb2da63856'),(5123,341,'companies_0_address','January 15, 2019 \r\nThe Ritz Carlton\r\n New York, NY'),(5124,341,'_companies_0_address','field_5d1bb2da63857'),(5125,341,'companies_0_about','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.'),(5126,341,'_companies_0_about','field_5d1bb32563858'),(5127,341,'companies_1_name','Event Title Placeholder'),(5128,341,'_companies_1_name','field_5d1bb2da63856'),(5129,341,'companies_1_address','January 15, 2019 \r\nThe Ritz Carlton\r\n New York, NY'),(5130,341,'_companies_1_address','field_5d1bb2da63857'),(5131,341,'companies_1_about','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.'),(5132,341,'_companies_1_about','field_5d1bb32563858'),(5133,341,'companies_2_name','Event Title Placeholder'),(5134,341,'_companies_2_name','field_5d1bb2da63856'),(5135,341,'companies_2_address','January 15, 2019 \r\nThe Ritz Carlton\r\n New York, NY'),(5136,341,'_companies_2_address','field_5d1bb2da63857'),(5137,341,'companies_2_about','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.'),(5138,341,'_companies_2_about','field_5d1bb32563858'),(5139,341,'show_crypto_funds','0'),(5140,341,'_show_crypto_funds','field_5d1cd58ba65cf'),(5143,343,'subtitle','Buy, Store, and Trade 13 Different Cryptocurrencies'),(5144,343,'_subtitle','field_5d1cca162e40e'),(5145,343,'text','Check out our full list of our supported currencies. '),(5146,343,'_text','field_5d1cca162e7fb'),(5147,343,'list','2'),(5148,343,'_list','field_5d1cca162ebf6'),(5149,343,'title_buy','Buy Crypto'),(5150,343,'_title_buy','field_5d1cca16bc540'),(5151,343,'text_buy','Loading CryptoWallet with funds couldn’t be easier.'),(5152,343,'_text_buy','field_5d1ccec5cbdcd'),(5153,343,'step_1_title','Load Fiat'),(5154,343,'_step_1_title','field_5d1cca16d5383'),(5155,343,'step_1_text','top up with fiat using a bank draft or credit card to get started.'),(5156,343,'_step_1_text','field_5d1cca16d5769'),(5157,343,'step_1',''),(5158,343,'_step_1','field_5d1cca16c8867'),(5159,343,'step_2_title','Buy Crypto'),(5160,343,'_step_2_title','field_5d1ccf2720918'),(5161,343,'step_2_text','Buy 13 cryptocurrencies  as well as other ERC-20 tokens, instantly.'),(5162,343,'_step_2_text','field_5d1ccf2720919'),(5163,343,'step_2',''),(5164,343,'_step_2','field_5d1ccf2720917'),(5165,343,'step_3_title','Rest Easy'),(5166,343,'_step_3_title','field_5d1ccf2b2091b'),(5167,343,'step_3_text','Your funds are secured safely in the encrypted CryptoWallet platform.'),(5168,343,'_step_3_text','field_5d1ccf2b2091c'),(5169,343,'step_3',''),(5170,343,'_step_3','field_5d1ccf2a2091a'),(5171,343,'title_download','Download App Now'),(5172,343,'_title_download','field_5d1ccf67eb112'),(5173,343,'title_security','We Take Your Security Seriously So You Can Sleep at Night'),(5174,343,'_title_security','field_5d1ccf8aeb113'),(5175,343,'text_security','Your funds are secured by BitGo Trust Company, a licensed qualified custodian by the South Dakota, US Division ofBanking. BitGo is SOC 2 compliant, as verified in a 2018 audit by Deloitte. BitGo has a confirmed Cryptocurrency Security Standard (CCSS) Level 3.'),(5176,343,'_text_security','field_5d1ccfb1eb114'),(5177,343,'sell_crypto_title','Sell Crypto'),(5178,343,'_sell_crypto_title','field_5d1cd05da4c1c'),(5179,343,'sell_crypto_text','Sometimes you’ve bought in at just the right time. You’ve watched your investment rise in value and your ready to cash out your earnings in fiat or trade it for another cryptocurrency you think could shoot up in price soon.\r\n\r\nThat’s easy. Access our app or desktop platform. Use our Exchange section to set the amount of crypto you want to sell and which currency you want to sell it for. When you’re happy with the price, hit the “Sell” button.'),(5180,343,'_sell_crypto_text','field_5d1cd05da4c1d'),(5181,343,'sell_crypto_text_link','Find out More'),(5182,343,'_sell_crypto_text_link','field_5d1cd0a9a4c1e'),(5183,343,'sell_crypto_link',''),(5184,343,'_sell_crypto_link','field_5d1cd0cba4c1f'),(5185,343,'sell_crypto',''),(5186,343,'_sell_crypto','field_5d1cd05da4c1b'),(5187,343,'hold_crypto_title','Hold Crypto'),(5188,343,'_hold_crypto_title','field_5d1cd0e2a4c21'),(5189,343,'hold_crypto_text','Of course, sometimes you’re not ready to sell - you’re in it for the long haul. Maybe you want to sell at a later date, or maybe crypto is your new cash and you want to use your funds to buy goods and services through your CryptoWallet Visa Debit Card.\r\n\r\nEither way, you’ll need a safe, secure place to store your funds, and that’s where the Wallet section comes in. Highly encrypted and easily accessible through your phone with the appropriate security protocols, your wallet is the go-to place to store your crypto long-term.'),(5190,343,'_hold_crypto_text','field_5d1cd0e2a4c22'),(5191,343,'hold_crypto',''),(5192,343,'_hold_crypto','field_5d1cd0e2a4c20'),(5193,343,'send_crypto_title','Send Crypto'),(5194,343,'_send_crypto_title','field_5d1cd103a4c26'),(5195,343,'send_crypto_text','Use the Wallet App to send cryptocurrency to any wallet, any time. The ability to send funds easily to anyone you want is one of the main selling points of crypto over fiat currency - forget about filling out lengthy forms every time you want to make a purchase or transfer.\r\n\r\nA cryptocurrency transfer is as simple as scanning a QR code or copying and pasting a wallet address and hitting the “Send” button. That’s it! The Wallet app offers an incredibly seamless experience that makes online purchases faster than ever before. You can also send crypto through our desktop platform.'),(5196,343,'_send_crypto_text','field_5d1cd103a4c27'),(5197,343,'send_crypto',''),(5198,343,'_send_crypto','field_5d1cd103a4c25'),(5199,343,'title_questions','Questions?'),(5200,343,'_title_questions','field_5d1cca17cb399'),(5201,343,'text_questions','Our world class customer service team is here to offer assistance in six different languages.'),(5202,343,'_text_questions','field_5d1cd273e67bf'),(5203,343,'list_0_title','Cryptocurrencies'),(5204,343,'_list_0_title','field_5d1cca168cac4'),(5205,343,'list_0_coins_0_coin','342'),(5206,343,'_list_0_coins_0_coin','field_5d1ccdb7eab63'),(5207,343,'list_0_coins_0_name','BTC'),(5208,343,'_list_0_coins_0_name','field_5d1ccdd0eab64'),(5209,343,'list_0_coins_0_text','Cardano is another candidate for creating a decentralized internet, a smart contract platform with its sights set on creating advanced features.'),(5210,343,'_list_0_coins_0_text','field_5d1ccde4eab65'),(5211,343,'list_0_coins_1_coin',''),(5212,343,'_list_0_coins_1_coin','field_5d1ccdb7eab63'),(5213,343,'list_0_coins_1_name','ETH'),(5214,343,'_list_0_coins_1_name','field_5d1ccdd0eab64'),(5215,343,'list_0_coins_1_text','Cardano is another candidate for creating a decentralized internet, a smart contract platform with its sights set on creating advanced features.'),(5216,343,'_list_0_coins_1_text','field_5d1ccde4eab65'),(5217,343,'list_0_coins_2_coin',''),(5218,343,'_list_0_coins_2_coin','field_5d1ccdb7eab63'),(5219,343,'list_0_coins_2_name','BCH'),(5220,343,'_list_0_coins_2_name','field_5d1ccdd0eab64'),(5221,343,'list_0_coins_2_text','Cardano is another candidate for creating a decentralized internet, a smart contract platform with its sights set on creating advanced features.'),(5222,343,'_list_0_coins_2_text','field_5d1ccde4eab65'),(5223,343,'list_0_coins_3_coin',''),(5224,343,'_list_0_coins_3_coin','field_5d1ccdb7eab63'),(5225,343,'list_0_coins_3_name','XRP'),(5226,343,'_list_0_coins_3_name','field_5d1ccdd0eab64'),(5227,343,'list_0_coins_3_text','Cardano is another candidate for creating a decentralized internet, a smart contract platform with its sights set on creating advanced features.'),(5228,343,'_list_0_coins_3_text','field_5d1ccde4eab65'),(5229,343,'list_0_coins_4_coin',''),(5230,343,'_list_0_coins_4_coin','field_5d1ccdb7eab63'),(5231,343,'list_0_coins_4_name','XLM'),(5232,343,'_list_0_coins_4_name','field_5d1ccdd0eab64'),(5233,343,'list_0_coins_4_text','Cardano is another candidate for creating a decentralized internet, a smart contract platform with its sights set on creating advanced features.'),(5234,343,'_list_0_coins_4_text','field_5d1ccde4eab65'),(5235,343,'list_0_coins_5_coin',''),(5236,343,'_list_0_coins_5_coin','field_5d1ccdb7eab63'),(5237,343,'list_0_coins_5_name','NEO'),(5238,343,'_list_0_coins_5_name','field_5d1ccdd0eab64'),(5239,343,'list_0_coins_5_text','Cardano is another candidate for creating a decentralized internet, a smart contract platform with its sights set on creating advanced features.'),(5240,343,'_list_0_coins_5_text','field_5d1ccde4eab65'),(5241,343,'list_0_coins_6_coin',''),(5242,343,'_list_0_coins_6_coin','field_5d1ccdb7eab63'),(5243,343,'list_0_coins_6_name','LTC'),(5244,343,'_list_0_coins_6_name','field_5d1ccdd0eab64'),(5245,343,'list_0_coins_6_text','Cardano is another candidate for creating a decentralized internet, a smart contract platform with its sights set on creating advanced features.'),(5246,343,'_list_0_coins_6_text','field_5d1ccde4eab65'),(5247,343,'list_0_coins_7_coin',''),(5248,343,'_list_0_coins_7_coin','field_5d1ccdb7eab63'),(5249,343,'list_0_coins_7_name','TRX'),(5250,343,'_list_0_coins_7_name','field_5d1ccdd0eab64'),(5251,343,'list_0_coins_7_text','Cardano is another candidate for creating a decentralized internet, a smart contract platform with its sights set on creating advanced features.'),(5252,343,'_list_0_coins_7_text','field_5d1ccde4eab65'),(5253,343,'list_0_coins_8_coin',''),(5254,343,'_list_0_coins_8_coin','field_5d1ccdb7eab63'),(5255,343,'list_0_coins_8_name','EOS'),(5256,343,'_list_0_coins_8_name','field_5d1ccdd0eab64'),(5257,343,'list_0_coins_8_text','Cardano is another candidate for creating a decentralized internet, a smart contract platform with its sights set on creating advanced features.'),(5258,343,'_list_0_coins_8_text','field_5d1ccde4eab65'),(5259,343,'list_0_coins_9_coin',''),(5260,343,'_list_0_coins_9_coin','field_5d1ccdb7eab63'),(5261,343,'list_0_coins_9_name','ADA'),(5262,343,'_list_0_coins_9_name','field_5d1ccdd0eab64'),(5263,343,'list_0_coins_9_text','Cardano is another candidate for creating a decentralized internet, a smart contract platform with its sights set on creating advanced features.'),(5264,343,'_list_0_coins_9_text','field_5d1ccde4eab65'),(5265,343,'list_0_coins_10_coin',''),(5266,343,'_list_0_coins_10_coin','field_5d1ccdb7eab63'),(5267,343,'list_0_coins_10_name','ERC-20'),(5268,343,'_list_0_coins_10_name','field_5d1ccdd0eab64'),(5269,343,'list_0_coins_10_text','Cardano is another candidate for creating a decentralized internet, a smart contract platform with its sights set on creating advanced features.'),(5270,343,'_list_0_coins_10_text','field_5d1ccde4eab65'),(5271,343,'list_0_coins','11'),(5272,343,'_list_0_coins','field_5d1cca168cec3'),(5273,343,'list_1_title','Stable Coins'),(5274,343,'_list_1_title','field_5d1cca168cac4'),(5275,343,'list_1_coins_0_coin',''),(5276,343,'_list_1_coins_0_coin','field_5d1ccdb7eab63'),(5277,343,'list_1_coins_0_name','BTC'),(5278,343,'_list_1_coins_0_name','field_5d1ccdd0eab64'),(5279,343,'list_1_coins_0_text','Cardano is another candidate for creating a decentralized internet, a smart contract platform with its sights set on creating advanced features.'),(5280,343,'_list_1_coins_0_text','field_5d1ccde4eab65'),(5281,343,'list_1_coins','1'),(5282,343,'_list_1_coins','field_5d1cca168cec3'),(5283,343,'show_crypto_funds','1'),(5284,343,'_show_crypto_funds','field_5d1cd58ba65cf'),(5285,351,'subtitle','Buy, Store, and Trade 13 Different Cryptocurrencies'),(5286,351,'_subtitle','field_5d1cca162e40e'),(5287,351,'text','Check out our full list of our supported currencies. '),(5288,351,'_text','field_5d1cca162e7fb'),(5289,351,'list',''),(5290,351,'_list','field_5d1cca162ebf6'),(5291,351,'title_buy','Buy Crypto'),(5292,351,'_title_buy','field_5d1cca16bc540'),(5293,351,'text_buy','Loading CryptoWallet with funds couldn’t be easier.'),(5294,351,'_text_buy','field_5d1ccec5cbdcd'),(5295,351,'step_1_title','Load Fiat'),(5296,351,'_step_1_title','field_5d1cca16d5383'),(5297,351,'step_1_text','top up with fiat using a bank draft or credit card to get started.'),(5298,351,'_step_1_text','field_5d1cca16d5769'),(5299,351,'step_1',''),(5300,351,'_step_1','field_5d1cca16c8867'),(5301,351,'step_2_title','Buy Crypto'),(5302,351,'_step_2_title','field_5d1ccf2720918'),(5303,351,'step_2_text','Buy 13 cryptocurrencies  as well as other ERC-20 tokens, instantly.'),(5304,351,'_step_2_text','field_5d1ccf2720919'),(5305,351,'step_2',''),(5306,351,'_step_2','field_5d1ccf2720917'),(5307,351,'step_3_title','Rest Easy'),(5308,351,'_step_3_title','field_5d1ccf2b2091b'),(5309,351,'step_3_text','Your funds are secured safely in the encrypted CryptoWallet platform.'),(5310,351,'_step_3_text','field_5d1ccf2b2091c'),(5311,351,'step_3',''),(5312,351,'_step_3','field_5d1ccf2a2091a'),(5313,351,'title_download','Download App Now'),(5314,351,'_title_download','field_5d1ccf67eb112'),(5315,351,'title_security','We Take Your Security Seriously So You Can Sleep at Night'),(5316,351,'_title_security','field_5d1ccf8aeb113'),(5317,351,'text_security','Your funds are secured by BitGo Trust Company, a licensed qualified custodian by the South Dakota, US Division ofBanking. BitGo is SOC 2 compliant, as verified in a 2018 audit by Deloitte. BitGo has a confirmed Cryptocurrency Security Standard (CCSS) Level 3.'),(5318,351,'_text_security','field_5d1ccfb1eb114'),(5319,351,'sell_crypto_title','Sell Crypto'),(5320,351,'_sell_crypto_title','field_5d1cd05da4c1c'),(5321,351,'sell_crypto_text','Sometimes you’ve bought in at just the right time. You’ve watched your investment rise in value and your ready to cash out your earnings in fiat or trade it for another cryptocurrency you think could shoot up in price soon.\r\n\r\nThat’s easy. Access our app or desktop platform. Use our Exchange section to set the amount of crypto you want to sell and which currency you want to sell it for. When you’re happy with the price, hit the “Sell” button.'),(5322,351,'_sell_crypto_text','field_5d1cd05da4c1d'),(5323,351,'sell_crypto_text_link','Find out More'),(5324,351,'_sell_crypto_text_link','field_5d1cd0a9a4c1e'),(5325,351,'sell_crypto_link',''),(5326,351,'_sell_crypto_link','field_5d1cd0cba4c1f'),(5327,351,'sell_crypto',''),(5328,351,'_sell_crypto','field_5d1cd05da4c1b'),(5329,351,'hold_crypto_title','Hold Crypto'),(5330,351,'_hold_crypto_title','field_5d1cd0e2a4c21'),(5331,351,'hold_crypto_text','Of course, sometimes you’re not ready to sell - you’re in it for the long haul. Maybe you want to sell at a later date, or maybe crypto is your new cash and you want to use your funds to buy goods and services through your CryptoWallet Visa Debit Card.\r\n\r\nEither way, you’ll need a safe, secure place to store your funds, and that’s where the Wallet section comes in. Highly encrypted and easily accessible through your phone with the appropriate security protocols, your wallet is the go-to place to store your crypto long-term.'),(5332,351,'_hold_crypto_text','field_5d1cd0e2a4c22'),(5333,351,'hold_crypto',''),(5334,351,'_hold_crypto','field_5d1cd0e2a4c20'),(5335,351,'send_crypto_title','Send Crypto'),(5336,351,'_send_crypto_title','field_5d1cd103a4c26'),(5337,351,'send_crypto_text','Use the Wallet App to send cryptocurrency to any wallet, any time. The ability to send funds easily to anyone you want is one of the main selling points of crypto over fiat currency - forget about filling out lengthy forms every time you want to make a purchase or transfer.\r\n\r\nA cryptocurrency transfer is as simple as scanning a QR code or copying and pasting a wallet address and hitting the “Send” button. That’s it! The Wallet app offers an incredibly seamless experience that makes online purchases faster than ever before. You can also send crypto through our desktop platform.'),(5338,351,'_send_crypto_text','field_5d1cd103a4c27'),(5339,351,'send_crypto',''),(5340,351,'_send_crypto','field_5d1cd103a4c25'),(5341,351,'title_questions','Questions?'),(5342,351,'_title_questions','field_5d1cca17cb399'),(5343,351,'text_questions','Our world class customer service team is here to offer assistance in six different languages.'),(5344,351,'_text_questions','field_5d1cd273e67bf'),(5345,351,'show_crypto_funds','1'),(5346,351,'_show_crypto_funds','field_5d1cd58ba65cf'),(5347,352,'subtitle','Buy, Store, and Trade 13 Different Cryptocurrencies'),(5348,352,'_subtitle','field_5d1cca162e40e'),(5349,352,'text','Check out our full list of our supported currencies. '),(5350,352,'_text','field_5d1cca162e7fb'),(5351,352,'list',''),(5352,352,'_list','field_5d1cca162ebf6'),(5353,352,'title_buy','Buy Crypto'),(5354,352,'_title_buy','field_5d1cca16bc540'),(5355,352,'text_buy','Loading CryptoWallet with funds couldn’t be easier.'),(5356,352,'_text_buy','field_5d1ccec5cbdcd'),(5357,352,'step_1_title','Load Fiat'),(5358,352,'_step_1_title','field_5d1cca16d5383'),(5359,352,'step_1_text','top up with fiat using a bank draft or credit card to get started.'),(5360,352,'_step_1_text','field_5d1cca16d5769'),(5361,352,'step_1',''),(5362,352,'_step_1','field_5d1cca16c8867'),(5363,352,'step_2_title','Buy Crypto'),(5364,352,'_step_2_title','field_5d1ccf2720918'),(5365,352,'step_2_text','Buy 13 cryptocurrencies  as well as other ERC-20 tokens, instantly.'),(5366,352,'_step_2_text','field_5d1ccf2720919'),(5367,352,'step_2',''),(5368,352,'_step_2','field_5d1ccf2720917'),(5369,352,'step_3_title','Rest Easy'),(5370,352,'_step_3_title','field_5d1ccf2b2091b'),(5371,352,'step_3_text','Your funds are secured safely in the encrypted CryptoWallet platform.'),(5372,352,'_step_3_text','field_5d1ccf2b2091c'),(5373,352,'step_3',''),(5374,352,'_step_3','field_5d1ccf2a2091a'),(5375,352,'title_download','Download App Now'),(5376,352,'_title_download','field_5d1ccf67eb112'),(5377,352,'title_security','We Take Your Security Seriously So You Can Sleep at Night'),(5378,352,'_title_security','field_5d1ccf8aeb113'),(5379,352,'text_security','Your funds are secured by BitGo Trust Company, a licensed qualified custodian by the South Dakota, US Division ofBanking. BitGo is SOC 2 compliant, as verified in a 2018 audit by Deloitte. BitGo has a confirmed Cryptocurrency Security Standard (CCSS) Level 3.'),(5380,352,'_text_security','field_5d1ccfb1eb114'),(5381,352,'sell_crypto_title','Sell Crypto'),(5382,352,'_sell_crypto_title','field_5d1cd05da4c1c'),(5383,352,'sell_crypto_text','Sometimes you’ve bought in at just the right time. You’ve watched your investment rise in value and your ready to cash out your earnings in fiat or trade it for another cryptocurrency you think could shoot up in price soon.\r\n\r\nThat’s easy. Access our app or desktop platform. Use our Exchange section to set the amount of crypto you want to sell and which currency you want to sell it for. When you’re happy with the price, hit the “Sell” button.'),(5384,352,'_sell_crypto_text','field_5d1cd05da4c1d'),(5385,352,'sell_crypto_text_link','Find out More'),(5386,352,'_sell_crypto_text_link','field_5d1cd0a9a4c1e'),(5387,352,'sell_crypto_link',''),(5388,352,'_sell_crypto_link','field_5d1cd0cba4c1f'),(5389,352,'sell_crypto',''),(5390,352,'_sell_crypto','field_5d1cd05da4c1b'),(5391,352,'hold_crypto_title','Hold Crypto'),(5392,352,'_hold_crypto_title','field_5d1cd0e2a4c21'),(5393,352,'hold_crypto_text','Of course, sometimes you’re not ready to sell - you’re in it for the long haul. Maybe you want to sell at a later date, or maybe crypto is your new cash and you want to use your funds to buy goods and services through your CryptoWallet Visa Debit Card.\r\n\r\nEither way, you’ll need a safe, secure place to store your funds, and that’s where the Wallet section comes in. Highly encrypted and easily accessible through your phone with the appropriate security protocols, your wallet is the go-to place to store your crypto long-term.'),(5394,352,'_hold_crypto_text','field_5d1cd0e2a4c22'),(5395,352,'hold_crypto',''),(5396,352,'_hold_crypto','field_5d1cd0e2a4c20'),(5397,352,'send_crypto_title','Send Crypto'),(5398,352,'_send_crypto_title','field_5d1cd103a4c26'),(5399,352,'send_crypto_text','Use the Wallet App to send cryptocurrency to any wallet, any time. The ability to send funds easily to anyone you want is one of the main selling points of crypto over fiat currency - forget about filling out lengthy forms every time you want to make a purchase or transfer.\r\n\r\nA cryptocurrency transfer is as simple as scanning a QR code or copying and pasting a wallet address and hitting the “Send” button. That’s it! The Wallet app offers an incredibly seamless experience that makes online purchases faster than ever before. You can also send crypto through our desktop platform.'),(5400,352,'_send_crypto_text','field_5d1cd103a4c27'),(5401,352,'send_crypto',''),(5402,352,'_send_crypto','field_5d1cd103a4c25'),(5403,352,'title_questions','Questions?'),(5404,352,'_title_questions','field_5d1cca17cb399'),(5405,352,'text_questions','Our world class customer service team is here to offer assistance in six different languages.'),(5406,352,'_text_questions','field_5d1cd273e67bf'),(5407,352,'show_crypto_funds','1'),(5408,352,'_show_crypto_funds','field_5d1cd58ba65cf'),(5429,364,'subtitle','Buy, Store, and Trade \r\n13 Different Cryptocurrencies'),(5430,364,'_subtitle','field_5d1cca162e40e'),(5431,364,'text','Check out our full list of our supported currencies. '),(5432,364,'_text','field_5d1cca162e7fb'),(5433,364,'list',''),(5434,364,'_list','field_5d1cca162ebf6'),(5435,364,'title_buy','Buy Crypto'),(5436,364,'_title_buy','field_5d1cca16bc540'),(5437,364,'text_buy','Loading CryptoWallet with funds couldn’t be easier.'),(5438,364,'_text_buy','field_5d1ccec5cbdcd'),(5439,364,'step_1_title','Load Fiat'),(5440,364,'_step_1_title','field_5d1cca16d5383'),(5441,364,'step_1_text','top up with fiat using a bank draft or credit card to get started.'),(5442,364,'_step_1_text','field_5d1cca16d5769'),(5443,364,'step_1',''),(5444,364,'_step_1','field_5d1cca16c8867'),(5445,364,'step_2_title','Buy Crypto'),(5446,364,'_step_2_title','field_5d1ccf2720918'),(5447,364,'step_2_text','Buy 13 cryptocurrencies  as well as other ERC-20 tokens, instantly.'),(5448,364,'_step_2_text','field_5d1ccf2720919'),(5449,364,'step_2',''),(5450,364,'_step_2','field_5d1ccf2720917'),(5451,364,'step_3_title','Rest Easy'),(5452,364,'_step_3_title','field_5d1ccf2b2091b'),(5453,364,'step_3_text','Your funds are secured safely in the encrypted CryptoWallet platform.'),(5454,364,'_step_3_text','field_5d1ccf2b2091c'),(5455,364,'step_3',''),(5456,364,'_step_3','field_5d1ccf2a2091a'),(5457,364,'title_download','Download App Now'),(5458,364,'_title_download','field_5d1ccf67eb112'),(5459,364,'title_security','We Take Your Security Seriously So You Can Sleep at Night'),(5460,364,'_title_security','field_5d1ccf8aeb113'),(5461,364,'text_security','Your funds are secured by BitGo Trust Company, a licensed qualified custodian by the South Dakota, US Division ofBanking. BitGo is SOC 2 compliant, as verified in a 2018 audit by Deloitte. BitGo has a confirmed Cryptocurrency Security Standard (CCSS) Level 3.'),(5462,364,'_text_security','field_5d1ccfb1eb114'),(5463,364,'sell_crypto_title','Sell Crypto'),(5464,364,'_sell_crypto_title','field_5d1cd05da4c1c'),(5465,364,'sell_crypto_text','Sometimes you’ve bought in at just the right time. You’ve watched your investment rise in value and your ready to cash out your earnings in fiat or trade it for another cryptocurrency you think could shoot up in price soon.\r\n\r\nThat’s easy. Access our app or desktop platform. Use our Exchange section to set the amount of crypto you want to sell and which currency you want to sell it for. When you’re happy with the price, hit the “Sell” button.'),(5466,364,'_sell_crypto_text','field_5d1cd05da4c1d'),(5467,364,'sell_crypto_text_link','Find out More'),(5468,364,'_sell_crypto_text_link','field_5d1cd0a9a4c1e'),(5469,364,'sell_crypto_link',''),(5470,364,'_sell_crypto_link','field_5d1cd0cba4c1f'),(5471,364,'sell_crypto',''),(5472,364,'_sell_crypto','field_5d1cd05da4c1b'),(5473,364,'hold_crypto_title','Hold Crypto'),(5474,364,'_hold_crypto_title','field_5d1cd0e2a4c21'),(5475,364,'hold_crypto_text','Of course, sometimes you’re not ready to sell - you’re in it for the long haul. Maybe you want to sell at a later date, or maybe crypto is your new cash and you want to use your funds to buy goods and services through your CryptoWallet Visa Debit Card.\r\n\r\nEither way, you’ll need a safe, secure place to store your funds, and that’s where the Wallet section comes in. Highly encrypted and easily accessible through your phone with the appropriate security protocols, your wallet is the go-to place to store your crypto long-term.'),(5476,364,'_hold_crypto_text','field_5d1cd0e2a4c22'),(5477,364,'hold_crypto',''),(5478,364,'_hold_crypto','field_5d1cd0e2a4c20'),(5479,364,'send_crypto_title','Send Crypto'),(5480,364,'_send_crypto_title','field_5d1cd103a4c26'),(5481,364,'send_crypto_text','Use the Wallet App to send cryptocurrency to any wallet, any time. The ability to send funds easily to anyone you want is one of the main selling points of crypto over fiat currency - forget about filling out lengthy forms every time you want to make a purchase or transfer.\r\n\r\nA cryptocurrency transfer is as simple as scanning a QR code or copying and pasting a wallet address and hitting the “Send” button. That’s it! The Wallet app offers an incredibly seamless experience that makes online purchases faster than ever before. You can also send crypto through our desktop platform.'),(5482,364,'_send_crypto_text','field_5d1cd103a4c27'),(5483,364,'send_crypto',''),(5484,364,'_send_crypto','field_5d1cd103a4c25'),(5485,364,'title_questions','Questions?'),(5486,364,'_title_questions','field_5d1cca17cb399'),(5487,364,'text_questions','Our world class customer service team is here to offer assistance in six different languages.'),(5488,364,'_text_questions','field_5d1cd273e67bf'),(5489,364,'show_crypto_funds','1'),(5490,364,'_show_crypto_funds','field_5d1cd58ba65cf'),(5491,365,'subtitle','Buy, Store, and\r\n13 Different Cryptocurrencies'),(5492,365,'_subtitle','field_5d1cca162e40e'),(5493,365,'text','Check out our full list of our supported currencies. '),(5494,365,'_text','field_5d1cca162e7fb'),(5495,365,'list',''),(5496,365,'_list','field_5d1cca162ebf6'),(5497,365,'title_buy','Buy Crypto'),(5498,365,'_title_buy','field_5d1cca16bc540'),(5499,365,'text_buy','Loading CryptoWallet with funds couldn’t be easier.'),(5500,365,'_text_buy','field_5d1ccec5cbdcd'),(5501,365,'step_1_title','Load Fiat'),(5502,365,'_step_1_title','field_5d1cca16d5383'),(5503,365,'step_1_text','top up with fiat using a bank draft or credit card to get started.'),(5504,365,'_step_1_text','field_5d1cca16d5769'),(5505,365,'step_1',''),(5506,365,'_step_1','field_5d1cca16c8867'),(5507,365,'step_2_title','Buy Crypto'),(5508,365,'_step_2_title','field_5d1ccf2720918'),(5509,365,'step_2_text','Buy 13 cryptocurrencies  as well as other ERC-20 tokens, instantly.'),(5510,365,'_step_2_text','field_5d1ccf2720919'),(5511,365,'step_2',''),(5512,365,'_step_2','field_5d1ccf2720917'),(5513,365,'step_3_title','Rest Easy'),(5514,365,'_step_3_title','field_5d1ccf2b2091b'),(5515,365,'step_3_text','Your funds are secured safely in the encrypted CryptoWallet platform.'),(5516,365,'_step_3_text','field_5d1ccf2b2091c'),(5517,365,'step_3',''),(5518,365,'_step_3','field_5d1ccf2a2091a'),(5519,365,'title_download','Download App Now'),(5520,365,'_title_download','field_5d1ccf67eb112'),(5521,365,'title_security','We Take Your Security Seriously So You Can Sleep at Night'),(5522,365,'_title_security','field_5d1ccf8aeb113'),(5523,365,'text_security','Your funds are secured by BitGo Trust Company, a licensed qualified custodian by the South Dakota, US Division ofBanking. BitGo is SOC 2 compliant, as verified in a 2018 audit by Deloitte. BitGo has a confirmed Cryptocurrency Security Standard (CCSS) Level 3.'),(5524,365,'_text_security','field_5d1ccfb1eb114'),(5525,365,'sell_crypto_title','Sell Crypto'),(5526,365,'_sell_crypto_title','field_5d1cd05da4c1c'),(5527,365,'sell_crypto_text','Sometimes you’ve bought in at just the right time. You’ve watched your investment rise in value and your ready to cash out your earnings in fiat or trade it for another cryptocurrency you think could shoot up in price soon.\r\n\r\nThat’s easy. Access our app or desktop platform. Use our Exchange section to set the amount of crypto you want to sell and which currency you want to sell it for. When you’re happy with the price, hit the “Sell” button.'),(5528,365,'_sell_crypto_text','field_5d1cd05da4c1d'),(5529,365,'sell_crypto_text_link','Find out More'),(5530,365,'_sell_crypto_text_link','field_5d1cd0a9a4c1e'),(5531,365,'sell_crypto_link',''),(5532,365,'_sell_crypto_link','field_5d1cd0cba4c1f'),(5533,365,'sell_crypto',''),(5534,365,'_sell_crypto','field_5d1cd05da4c1b'),(5535,365,'hold_crypto_title','Hold Crypto'),(5536,365,'_hold_crypto_title','field_5d1cd0e2a4c21'),(5537,365,'hold_crypto_text','Of course, sometimes you’re not ready to sell - you’re in it for the long haul. Maybe you want to sell at a later date, or maybe crypto is your new cash and you want to use your funds to buy goods and services through your CryptoWallet Visa Debit Card.\r\n\r\nEither way, you’ll need a safe, secure place to store your funds, and that’s where the Wallet section comes in. Highly encrypted and easily accessible through your phone with the appropriate security protocols, your wallet is the go-to place to store your crypto long-term.'),(5538,365,'_hold_crypto_text','field_5d1cd0e2a4c22'),(5539,365,'hold_crypto',''),(5540,365,'_hold_crypto','field_5d1cd0e2a4c20'),(5541,365,'send_crypto_title','Send Crypto'),(5542,365,'_send_crypto_title','field_5d1cd103a4c26'),(5543,365,'send_crypto_text','Use the Wallet App to send cryptocurrency to any wallet, any time. The ability to send funds easily to anyone you want is one of the main selling points of crypto over fiat currency - forget about filling out lengthy forms every time you want to make a purchase or transfer.\r\n\r\nA cryptocurrency transfer is as simple as scanning a QR code or copying and pasting a wallet address and hitting the “Send” button. That’s it! The Wallet app offers an incredibly seamless experience that makes online purchases faster than ever before. You can also send crypto through our desktop platform.'),(5544,365,'_send_crypto_text','field_5d1cd103a4c27'),(5545,365,'send_crypto',''),(5546,365,'_send_crypto','field_5d1cd103a4c25'),(5547,365,'title_questions','Questions?'),(5548,365,'_title_questions','field_5d1cca17cb399'),(5549,365,'text_questions','Our world class customer service team is here to offer assistance in six different languages.'),(5550,365,'_text_questions','field_5d1cd273e67bf'),(5551,365,'show_crypto_funds','1'),(5552,365,'_show_crypto_funds','field_5d1cd58ba65cf'),(5553,366,'subtitle','Buy, Store, and Trade\r\n13 Different Cryptocurrencies'),(5554,366,'_subtitle','field_5d1cca162e40e'),(5555,366,'text','Check out our full list of our supported currencies. '),(5556,366,'_text','field_5d1cca162e7fb'),(5557,366,'list',''),(5558,366,'_list','field_5d1cca162ebf6'),(5559,366,'title_buy','Buy Crypto'),(5560,366,'_title_buy','field_5d1cca16bc540'),(5561,366,'text_buy','Loading CryptoWallet with funds couldn’t be easier.'),(5562,366,'_text_buy','field_5d1ccec5cbdcd'),(5563,366,'step_1_title','Load Fiat'),(5564,366,'_step_1_title','field_5d1cca16d5383'),(5565,366,'step_1_text','top up with fiat using a bank draft or credit card to get started.'),(5566,366,'_step_1_text','field_5d1cca16d5769'),(5567,366,'step_1',''),(5568,366,'_step_1','field_5d1cca16c8867'),(5569,366,'step_2_title','Buy Crypto'),(5570,366,'_step_2_title','field_5d1ccf2720918'),(5571,366,'step_2_text','Buy 13 cryptocurrencies  as well as other ERC-20 tokens, instantly.'),(5572,366,'_step_2_text','field_5d1ccf2720919'),(5573,366,'step_2',''),(5574,366,'_step_2','field_5d1ccf2720917'),(5575,366,'step_3_title','Rest Easy'),(5576,366,'_step_3_title','field_5d1ccf2b2091b'),(5577,366,'step_3_text','Your funds are secured safely in the encrypted CryptoWallet platform.'),(5578,366,'_step_3_text','field_5d1ccf2b2091c'),(5579,366,'step_3',''),(5580,366,'_step_3','field_5d1ccf2a2091a'),(5581,366,'title_download','Download App Now'),(5582,366,'_title_download','field_5d1ccf67eb112'),(5583,366,'title_security','We Take Your Security Seriously So You Can Sleep at Night'),(5584,366,'_title_security','field_5d1ccf8aeb113'),(5585,366,'text_security','Your funds are secured by BitGo Trust Company, a licensed qualified custodian by the South Dakota, US Division ofBanking. BitGo is SOC 2 compliant, as verified in a 2018 audit by Deloitte. BitGo has a confirmed Cryptocurrency Security Standard (CCSS) Level 3.'),(5586,366,'_text_security','field_5d1ccfb1eb114'),(5587,366,'sell_crypto_title','Sell Crypto'),(5588,366,'_sell_crypto_title','field_5d1cd05da4c1c'),(5589,366,'sell_crypto_text','Sometimes you’ve bought in at just the right time. You’ve watched your investment rise in value and your ready to cash out your earnings in fiat or trade it for another cryptocurrency you think could shoot up in price soon.\r\n\r\nThat’s easy. Access our app or desktop platform. Use our Exchange section to set the amount of crypto you want to sell and which currency you want to sell it for. When you’re happy with the price, hit the “Sell” button.'),(5590,366,'_sell_crypto_text','field_5d1cd05da4c1d'),(5591,366,'sell_crypto_text_link','Find out More'),(5592,366,'_sell_crypto_text_link','field_5d1cd0a9a4c1e'),(5593,366,'sell_crypto_link',''),(5594,366,'_sell_crypto_link','field_5d1cd0cba4c1f'),(5595,366,'sell_crypto',''),(5596,366,'_sell_crypto','field_5d1cd05da4c1b'),(5597,366,'hold_crypto_title','Hold Crypto'),(5598,366,'_hold_crypto_title','field_5d1cd0e2a4c21'),(5599,366,'hold_crypto_text','Of course, sometimes you’re not ready to sell - you’re in it for the long haul. Maybe you want to sell at a later date, or maybe crypto is your new cash and you want to use your funds to buy goods and services through your CryptoWallet Visa Debit Card.\r\n\r\nEither way, you’ll need a safe, secure place to store your funds, and that’s where the Wallet section comes in. Highly encrypted and easily accessible through your phone with the appropriate security protocols, your wallet is the go-to place to store your crypto long-term.'),(5600,366,'_hold_crypto_text','field_5d1cd0e2a4c22'),(5601,366,'hold_crypto',''),(5602,366,'_hold_crypto','field_5d1cd0e2a4c20'),(5603,366,'send_crypto_title','Send Crypto'),(5604,366,'_send_crypto_title','field_5d1cd103a4c26'),(5605,366,'send_crypto_text','Use the Wallet App to send cryptocurrency to any wallet, any time. The ability to send funds easily to anyone you want is one of the main selling points of crypto over fiat currency - forget about filling out lengthy forms every time you want to make a purchase or transfer.\r\n\r\nA cryptocurrency transfer is as simple as scanning a QR code or copying and pasting a wallet address and hitting the “Send” button. That’s it! The Wallet app offers an incredibly seamless experience that makes online purchases faster than ever before. You can also send crypto through our desktop platform.'),(5606,366,'_send_crypto_text','field_5d1cd103a4c27'),(5607,366,'send_crypto',''),(5608,366,'_send_crypto','field_5d1cd103a4c25'),(5609,366,'title_questions','Questions?'),(5610,366,'_title_questions','field_5d1cca17cb399'),(5611,366,'text_questions','Our world class customer service team is here to offer assistance in six different languages.'),(5612,366,'_text_questions','field_5d1cd273e67bf'),(5613,366,'show_crypto_funds','1'),(5614,366,'_show_crypto_funds','field_5d1cd58ba65cf'),(5615,370,'_wp_attached_file','2019/07/ico-apple.svg'),(5616,370,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:21;s:6:\"height\";i:26;s:4:\"file\";s:22:\"/2019/07/ico-apple.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:13:\"ico-apple.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:13:\"ico-apple.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:13:\"ico-apple.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:13:\"ico-apple.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:13:\"ico-apple.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(5617,371,'_wp_attached_file','2019/07/ico-googleplay.svg'),(5618,371,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:21;s:6:\"height\";i:22;s:4:\"file\";s:27:\"/2019/07/ico-googleplay.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:18:\"ico-googleplay.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:18:\"ico-googleplay.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:18:\"ico-googleplay.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:18:\"ico-googleplay.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:18:\"ico-googleplay.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(5619,372,'show_crypto_funds','1'),(5620,372,'_show_crypto_funds','field_5d1cd58ba65cf'),(5621,372,'subtitle','Prepaid card without crypto'),(5622,372,'_subtitle','field_5d1cd8ec3c600'),(5623,372,'text','Load CryptoCurrency to a Visa Debit Card and spend crypto directly in all major outlets.\r\n<ul>\r\n 	<li>• Low Fees</li>\r\n 	<li>• Chip and Pin or Virtual Cards</li>\r\n 	<li>• Online and offline spending</li>\r\n 	<li>• Cashback</li>\r\n</ul>\r\nFinally, you can use your cryptocurrency funds as real cash! Buy online or in any outlet that accepts Visa. Adoption is just a click away.'),(5624,372,'_text','field_5d1cd9046f426'),(5625,372,'text_link','Order Your Debit Card Now'),(5626,372,'_text_link','field_5d1cd9346f428'),(5627,372,'title_cryptoWallet','CryptoWallet Is Fast and Easy'),(5628,372,'_title_cryptoWallet','field_5d1cd9760bf2f'),(5629,372,'step_1_title','Order Card'),(5630,372,'_step_1_title','field_5d1cd9d00bf32'),(5631,372,'step_1_text','Just confirm your address and we’ll ship your card to your house for free.'),(5632,372,'_step_1_text','field_5d1cd9dc0bf33'),(5633,372,'step_1',''),(5634,372,'_step_1','field_5d1cd9af0bf31'),(5635,372,'step_2_title','Activate Account'),(5636,372,'_step_2_title','field_5d1cda21981be'),(5637,372,'step_2_text','Activate and set up your CryptoWallet Debit Card account to spend your crypto anywhere, anytime.'),(5638,372,'_step_2_text','field_5d1cda21981bf'),(5639,372,'step_2',''),(5640,372,'_step_2','field_5d1cda21981bd'),(5641,372,'step_3_title','Load Funds'),(5642,372,'_step_3_title','field_5d1cda22981c1'),(5643,372,'step_3_text','Load card with fiat like US dollars through wire transfer or credit card. Or, transfer crypto right into the card.'),(5644,372,'_step_3_text','field_5d1cda22981c2'),(5645,372,'step_3',''),(5646,372,'_step_3','field_5d1cda22981c0'),(5647,372,'step_4_title','Spend Funds'),(5648,372,'_step_4_title','field_5d1cda24981c4'),(5649,372,'step_4_text','Congratulations!\r\nYou can spend crypto currencies online or anywhere that accepts Visa.'),(5650,372,'_step_4_text','field_5d1cda24981c5'),(5651,372,'step_4',''),(5652,372,'_step_4','field_5d1cda24981c3'),(5653,372,'title_limits','Fees And Limits'),(5654,372,'_title_limits','field_5d1cda4d3f09f'),(5655,372,'table_0_title','Prepaid Card Fees'),(5656,372,'_table_0_title','field_5d1cdaaa3f0a1'),(5657,372,'table_0_line_0_name','Card price'),(5658,372,'_table_0_line_0_name','field_5d1cdaf93f0a3'),(5659,372,'table_0_line_0_eur','€15.00 '),(5660,372,'_table_0_line_0_eur','field_5d1cdb263f0a4'),(5661,372,'table_0_line_0_usd','$15.00 '),(5662,372,'_table_0_line_0_usd','field_5d1cdb373f0a5'),(5663,372,'table_0_line_0_gbp','€15.00 '),(5664,372,'_table_0_line_0_gbp','field_5d1cdb3d3f0a6'),(5665,372,'table_0_line','9'),(5666,372,'_table_0_line','field_5d1cdac43f0a2'),(5667,372,'table','4'),(5668,372,'_table','field_5d1cda763f0a0'),(5669,372,'alert','French Customers: In compliance with French law, French residents must be KYC2-verified and\r\nhave a cash withdrawal limit of €1,000 per month and a maximum balance of €10,000.'),(5670,372,'_alert','field_5d1cdbad5f803'),(5671,372,'text_cryptowallet','Here’s how it works.'),(5672,372,'_text_cryptowallet','field_5d1cd99e0bf30'),(5673,372,'text_copy','Here’s how it works.'),(5674,372,'_text_copy','field_5d1cec7cb0dbe'),(5675,372,'alert_cryptowallet','Online spending, offline spending, ATM withdrawals, and even cashback:  Welcome to the forefront of adoption.'),(5676,372,'_alert_cryptowallet','field_5d1cec7cb0dbe'),(5677,372,'title_crypto','CryptoWallet Is Fast and Easy'),(5678,372,'_title_crypto','field_5d1ced55f3463'),(5679,372,'table_0_line_1_name','Standard global delivery'),(5680,372,'_table_0_line_1_name','field_5d1cdaf93f0a3'),(5681,372,'table_0_line_1_eur','Free '),(5682,372,'_table_0_line_1_eur','field_5d1cdb263f0a4'),(5683,372,'table_0_line_1_usd','Free '),(5684,372,'_table_0_line_1_usd','field_5d1cdb373f0a5'),(5685,372,'table_0_line_1_gbp','Free '),(5686,372,'_table_0_line_1_gbp','field_5d1cdb3d3f0a6'),(5687,372,'table_0_line_2_name','Express global delivery '),(5688,372,'_table_0_line_2_name','field_5d1cdaf93f0a3'),(5689,372,'table_0_line_2_eur','€70.00 '),(5690,372,'_table_0_line_2_eur','field_5d1cdb263f0a4'),(5691,372,'table_0_line_2_usd','$70.00 '),(5692,372,'_table_0_line_2_usd','field_5d1cdb373f0a5'),(5693,372,'table_0_line_2_gbp','£70.00 '),(5694,372,'_table_0_line_2_gbp','field_5d1cdb3d3f0a6'),(5695,372,'table_0_line_3_name','ATM fee (domestic) '),(5696,372,'_table_0_line_3_name','field_5d1cdaf93f0a3'),(5697,372,'table_0_line_3_eur','€2.25 '),(5698,372,'_table_0_line_3_eur','field_5d1cdb263f0a4'),(5699,372,'table_0_line_3_usd','$2.50 '),(5700,372,'_table_0_line_3_usd','field_5d1cdb373f0a5'),(5701,372,'table_0_line_3_gbp','£1.75 '),(5702,372,'_table_0_line_3_gbp','field_5d1cdb3d3f0a6'),(5703,372,'table_0_line_4_name','ATM fee (international)'),(5704,372,'_table_0_line_4_name','field_5d1cdaf93f0a3'),(5705,372,'table_0_line_4_eur','€2.75 '),(5706,372,'_table_0_line_4_eur','field_5d1cdb263f0a4'),(5707,372,'table_0_line_4_usd','$3.50 '),(5708,372,'_table_0_line_4_usd','field_5d1cdb373f0a5'),(5709,372,'table_0_line_4_gbp','£2.25 '),(5710,372,'_table_0_line_4_gbp','field_5d1cdb3d3f0a6'),(5711,372,'table_0_line_5_name','Foreign transaction fee '),(5712,372,'_table_0_line_5_name','field_5d1cdaf93f0a3'),(5713,372,'table_0_line_5_eur','3% '),(5714,372,'_table_0_line_5_eur','field_5d1cdb263f0a4'),(5715,372,'table_0_line_5_usd','3% '),(5716,372,'_table_0_line_5_usd','field_5d1cdb373f0a5'),(5717,372,'table_0_line_5_gbp','3% '),(5718,372,'_table_0_line_5_gbp','field_5d1cdb3d3f0a6'),(5719,372,'table_0_line_6_name','Loading fee '),(5720,372,'_table_0_line_6_name','field_5d1cdaf93f0a3'),(5721,372,'table_0_line_6_eur','1% '),(5722,372,'_table_0_line_6_eur','field_5d1cdb263f0a4'),(5723,372,'table_0_line_6_usd','1% '),(5724,372,'_table_0_line_6_usd','field_5d1cdb373f0a5'),(5725,372,'table_0_line_6_gbp','1% '),(5726,372,'_table_0_line_6_gbp','field_5d1cdb3d3f0a6'),(5727,372,'table_0_line_7_name','Third-party loading fee '),(5728,372,'_table_0_line_7_name','field_5d1cdaf93f0a3'),(5729,372,'table_0_line_7_eur','1.99% '),(5730,372,'_table_0_line_7_eur','field_5d1cdb263f0a4'),(5731,372,'table_0_line_7_usd','1.99% '),(5732,372,'_table_0_line_7_usd','field_5d1cdb373f0a5'),(5733,372,'table_0_line_7_gbp','1.99% '),(5734,372,'_table_0_line_7_gbp','field_5d1cdb3d3f0a6'),(5735,372,'table_0_line_8_name','Monthly service fee'),(5736,372,'_table_0_line_8_name','field_5d1cdaf93f0a3'),(5737,372,'table_0_line_8_eur','€1'),(5738,372,'_table_0_line_8_eur','field_5d1cdb263f0a4'),(5739,372,'table_0_line_8_usd','€1'),(5740,372,'_table_0_line_8_usd','field_5d1cdb373f0a5'),(5741,372,'table_0_line_8_gbp','€1'),(5742,372,'_table_0_line_8_gbp','field_5d1cdb3d3f0a6'),(5743,372,'table_1_title','Prepaid Account Limits'),(5744,372,'_table_1_title','field_5d1cdaaa3f0a1'),(5745,372,'table_1_line_0_name','Card price'),(5746,372,'_table_1_line_0_name','field_5d1cdaf93f0a3'),(5747,372,'table_1_line_0_eur','€15.00 '),(5748,372,'_table_1_line_0_eur','field_5d1cdb263f0a4'),(5749,372,'table_1_line_0_usd','$15.00 '),(5750,372,'_table_1_line_0_usd','field_5d1cdb373f0a5'),(5751,372,'table_1_line_0_gbp','€15.00 '),(5752,372,'_table_1_line_0_gbp','field_5d1cdb3d3f0a6'),(5753,372,'table_1_line','1'),(5754,372,'_table_1_line','field_5d1cdac43f0a2'),(5755,372,'table_2_title','Virtual Card Fees'),(5756,372,'_table_2_title','field_5d1cdaaa3f0a1'),(5757,372,'table_2_line_0_name','Card price'),(5758,372,'_table_2_line_0_name','field_5d1cdaf93f0a3'),(5759,372,'table_2_line_0_eur','€15.00 '),(5760,372,'_table_2_line_0_eur','field_5d1cdb263f0a4'),(5761,372,'table_2_line_0_usd','$15.00 '),(5762,372,'_table_2_line_0_usd','field_5d1cdb373f0a5'),(5763,372,'table_2_line_0_gbp','€15.00 '),(5764,372,'_table_2_line_0_gbp','field_5d1cdb3d3f0a6'),(5765,372,'table_2_line','1'),(5766,372,'_table_2_line','field_5d1cdac43f0a2'),(5767,372,'table_3_title','Virtual Card Account Limits'),(5768,372,'_table_3_title','field_5d1cdaaa3f0a1'),(5769,372,'table_3_line_0_name','Card price'),(5770,372,'_table_3_line_0_name','field_5d1cdaf93f0a3'),(5771,372,'table_3_line_0_eur','€15.00 '),(5772,372,'_table_3_line_0_eur','field_5d1cdb263f0a4'),(5773,372,'table_3_line_0_usd','$15.00 '),(5774,372,'_table_3_line_0_usd','field_5d1cdb373f0a5'),(5775,372,'table_3_line_0_gbp','€15.00 '),(5776,372,'_table_3_line_0_gbp','field_5d1cdb3d3f0a6'),(5777,372,'table_3_line','1'),(5778,372,'_table_3_line','field_5d1cdac43f0a2'),(5779,296,'title_payment_process','Payment Process'),(5780,296,'_title_payment_process','field_5d2355d50b138'),(5781,296,'payment_process_0_step','Customer clicks “Pay”, and a signal is sent to the CryptoWallet API.'),(5782,296,'_payment_process_0_step','field_5d2356180b139'),(5783,296,'payment_process_1_step','The payment request is sent via the API to the CryptoWallet database for rapid processing. A Payment ID Number is generated and secured by blockchain.'),(5784,296,'_payment_process_1_step','field_5d2356180b139'),(5785,296,'payment_process_2_step','The Payment ID is sent back to your site via API. The payment button receives this ID and sends a signal to the CryptoWallet SDK which generates a unique QR code with a crypto address to process the payment.'),(5786,296,'_payment_process_2_step','field_5d2356180b139'),(5787,296,'payment_process_3_step','The QR code is generated as a popup which the customer can scan with their device, linking the user’s cryptocurrency funds stored in the Wallet to the payment request on your site.'),(5788,296,'_payment_process_3_step','field_5d2356180b139'),(5789,296,'payment_process_4_step','The customer receives a prompt asking them to confirm payment, and clicks “Yes.”'),(5790,296,'_payment_process_4_step','field_5d2356180b139'),(5791,296,'payment_process_5_step','The Wallet authorizes the payment and deducts the funds from the user, transferring funds to your website. The user is informed that the payment is complete.'),(5792,296,'_payment_process_5_step','field_5d2356180b139'),(5793,296,'payment_process','6'),(5794,296,'_payment_process','field_5d2355b30b137'),(5795,376,'show_crypto_funds','1'),(5796,376,'_show_crypto_funds','field_5d1cd58ba65cf'),(5797,376,'subtitle','ADD CRYPTOWALLET TO YOUR BUSINESS WEBSITE TO RECEIVE THE LOWEST FEES IN THE INDUSTRY.'),(5798,376,'_subtitle','field_5d1cf33889cf8'),(5799,376,'description','Cryptocurrency can only succeed if it’s accepted in stores as a real currency. Major retail investment in the industry awaits when crypto can be spent as cash. Fortunately, CryptoWallet has engineered the perfect solution to the problem with our Payment Widget that can be installed on any e-commerce or business site to accept crypto as payment. '),(5800,376,'_description','field_5d1cf35789823'),(5801,376,'block_text_title','Here’s how it works.'),(5802,376,'_block_text_title','field_5d1cf3a489825'),(5803,376,'block_text_text','Ready to sell your goods to cryptocurrency users at last?  The widget allows for the seamless purchase of any goods or services using cryptocurrency - store owners simply need to install the widget on their website to enjoy full access to the crypto market as well as the lowest fees in the industry. \r\nAccept top cryptocurrencies on your business website with the lowest fees in the industry. Our payment widgeet is supported by the market-leading commerce plugins.'),(5804,376,'_block_text_text','field_5d1cf3ac89826'),(5805,376,'block_text',''),(5806,376,'_block_text','field_5d1cf39589824'),(5807,376,'logos_0_logo',''),(5808,376,'_logos_0_logo','field_5d1cf3f889828'),(5809,376,'logos_1_logo',''),(5810,376,'_logos_1_logo','field_5d1cf3f889828'),(5811,376,'logos_2_logo',''),(5812,376,'_logos_2_logo','field_5d1cf3f889828'),(5813,376,'logos_3_logo',''),(5814,376,'_logos_3_logo','field_5d1cf3f889828'),(5815,376,'logos_4_logo',''),(5816,376,'_logos_4_logo','field_5d1cf3f889828'),(5817,376,'logos_5_logo',''),(5818,376,'_logos_5_logo','field_5d1cf3f889828'),(5819,376,'logos','6'),(5820,376,'_logos','field_5d1cf3cf89827'),(5821,376,'title_payment_process','Payment Process'),(5822,376,'_title_payment_process','field_5d2355d50b138'),(5823,376,'payment_process_0_step','Customer clicks “Pay”, and a signal is sent to the CryptoWallet API.'),(5824,376,'_payment_process_0_step','field_5d2356180b139'),(5825,376,'payment_process_1_step','The payment request is sent via the API to the CryptoWallet database for rapid processing. A Payment ID Number is generated and secured by blockchain.'),(5826,376,'_payment_process_1_step','field_5d2356180b139'),(5827,376,'payment_process_2_step','The Payment ID is sent back to your site via API. The payment button receives this ID and sends a signal to the CryptoWallet SDK which generates a unique QR code with a crypto address to process the payment.'),(5828,376,'_payment_process_2_step','field_5d2356180b139'),(5829,376,'payment_process_3_step','The QR code is generated as a popup which the customer can scan with their device, linking the user’s cryptocurrency funds stored in the Wallet to the payment request on your site.'),(5830,376,'_payment_process_3_step','field_5d2356180b139'),(5831,376,'payment_process_4_step','The customer receives a prompt asking them to confirm payment, and clicks “Yes.”'),(5832,376,'_payment_process_4_step','field_5d2356180b139'),(5833,376,'payment_process_5_step','The Wallet authorizes the payment and deducts the funds from the user, transferring funds to your website. The user is informed that the payment is complete.'),(5834,376,'_payment_process_5_step','field_5d2356180b139'),(5835,376,'payment_process','6'),(5836,376,'_payment_process','field_5d2355b30b137'),(5839,378,'show_crypto_funds','1'),(5840,378,'_show_crypto_funds','field_5d1cd58ba65cf'),(5841,378,'subtitle','ADD CRYPTOWALLET TO YOUR BUSINESS WEBSITE TO RECEIVE THE LOWEST FEES IN THE INDUSTRY.'),(5842,378,'_subtitle','field_5d1cf33889cf8'),(5843,378,'description','Cryptocurrency can only succeed if it’s accepted in stores as a real currency. Major retail investment in the industry awaits when crypto can be spent as cash. Fortunately, CryptoWallet has engineered the perfect solution to the problem with our Payment Widget that can be installed on any e-commerce or business site to accept crypto as payment. '),(5844,378,'_description','field_5d1cf35789823'),(5845,378,'block_text_title','Here’s how it works.'),(5846,378,'_block_text_title','field_5d1cf3a489825'),(5847,378,'block_text_text','Ready to sell your goods to cryptocurrency users at last?  The widget allows for the seamless purchase of any goods or services using cryptocurrency - store owners simply need to install the widget on their website to enjoy full access to the crypto market as well as the lowest fees in the industry. \r\nAccept top cryptocurrencies on your business website with the lowest fees in the industry. Our payment widgeet is supported by the market-leading commerce plugins.'),(5848,378,'_block_text_text','field_5d1cf3ac89826'),(5849,378,'block_text',''),(5850,378,'_block_text','field_5d1cf39589824'),(5851,378,'logos_0_logo','377'),(5852,378,'_logos_0_logo','field_5d1cf3f889828'),(5853,378,'logos_1_logo',''),(5854,378,'_logos_1_logo','field_5d1cf3f889828'),(5855,378,'logos_2_logo',''),(5856,378,'_logos_2_logo','field_5d1cf3f889828'),(5857,378,'logos_3_logo',''),(5858,378,'_logos_3_logo','field_5d1cf3f889828'),(5859,378,'logos_4_logo',''),(5860,378,'_logos_4_logo','field_5d1cf3f889828'),(5861,378,'logos_5_logo',''),(5862,378,'_logos_5_logo','field_5d1cf3f889828'),(5863,378,'logos','6'),(5864,378,'_logos','field_5d1cf3cf89827'),(5865,378,'title_payment_process','Payment Process'),(5866,378,'_title_payment_process','field_5d2355d50b138'),(5867,378,'payment_process_0_step','Customer clicks “Pay”, and a signal is sent to the CryptoWallet API.'),(5868,378,'_payment_process_0_step','field_5d2356180b139'),(5869,378,'payment_process_1_step','The payment request is sent via the API to the CryptoWallet database for rapid processing. A Payment ID Number is generated and secured by blockchain.'),(5870,378,'_payment_process_1_step','field_5d2356180b139'),(5871,378,'payment_process_2_step','The Payment ID is sent back to your site via API. The payment button receives this ID and sends a signal to the CryptoWallet SDK which generates a unique QR code with a crypto address to process the payment.'),(5872,378,'_payment_process_2_step','field_5d2356180b139'),(5873,378,'payment_process_3_step','The QR code is generated as a popup which the customer can scan with their device, linking the user’s cryptocurrency funds stored in the Wallet to the payment request on your site.'),(5874,378,'_payment_process_3_step','field_5d2356180b139'),(5875,378,'payment_process_4_step','The customer receives a prompt asking them to confirm payment, and clicks “Yes.”'),(5876,378,'_payment_process_4_step','field_5d2356180b139'),(5877,378,'payment_process_5_step','The Wallet authorizes the payment and deducts the funds from the user, transferring funds to your website. The user is informed that the payment is complete.'),(5878,378,'_payment_process_5_step','field_5d2356180b139'),(5879,378,'payment_process','6'),(5880,378,'_payment_process','field_5d2355b30b137'),(5881,379,'_wp_attached_file','2019/07/whmcs.svg'),(5882,379,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:95;s:6:\"height\";i:21;s:4:\"file\";s:18:\"/2019/07/whmcs.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:9:\"whmcs.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:9:\"whmcs.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:9:\"whmcs.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:9:\"whmcs.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:9:\"whmcs.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(5883,380,'_wp_attached_file','2019/07/magento.svg'),(5884,380,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:122;s:6:\"height\";i:34;s:4:\"file\";s:20:\"/2019/07/magento.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:11:\"magento.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:11:\"magento.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:11:\"magento.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:11:\"magento.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:11:\"magento.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(5885,381,'_wp_attached_file','2019/07/woocommerce.svg'),(5886,381,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:135;s:6:\"height\";i:27;s:4:\"file\";s:24:\"/2019/07/woocommerce.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:15:\"woocommerce.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:15:\"woocommerce.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:15:\"woocommerce.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:15:\"woocommerce.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:15:\"woocommerce.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(5887,382,'_wp_attached_file','2019/07/opencart.svg'),(5888,382,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:128;s:6:\"height\";i:25;s:4:\"file\";s:21:\"/2019/07/opencart.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:12:\"opencart.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:12:\"opencart.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:12:\"opencart.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:12:\"opencart.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:12:\"opencart.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(5889,383,'_wp_attached_file','2019/07/oscommerce.svg'),(5890,383,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:150;s:6:\"height\";i:22;s:4:\"file\";s:23:\"/2019/07/oscommerce.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:14:\"oscommerce.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:14:\"oscommerce.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:14:\"oscommerce.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:14:\"oscommerce.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:14:\"oscommerce.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(5891,384,'_wp_attached_file','2019/07/shopify-plus.svg'),(5892,384,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:128;s:6:\"height\";i:27;s:4:\"file\";s:25:\"/2019/07/shopify-plus.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:16:\"shopify-plus.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"shopify-plus.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"shopify-plus.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"shopify-plus.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:16:\"shopify-plus.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(5893,385,'show_crypto_funds','1'),(5894,385,'_show_crypto_funds','field_5d1cd58ba65cf'),(5895,385,'subtitle','ADD CRYPTOWALLET TO YOUR BUSINESS WEBSITE TO RECEIVE THE LOWEST FEES IN THE INDUSTRY.'),(5896,385,'_subtitle','field_5d1cf33889cf8'),(5897,385,'description','Cryptocurrency can only succeed if it’s accepted in stores as a real currency. Major retail investment in the industry awaits when crypto can be spent as cash. Fortunately, CryptoWallet has engineered the perfect solution to the problem with our Payment Widget that can be installed on any e-commerce or business site to accept crypto as payment. '),(5898,385,'_description','field_5d1cf35789823'),(5899,385,'block_text_title','Here’s how it works.'),(5900,385,'_block_text_title','field_5d1cf3a489825'),(5901,385,'block_text_text','Ready to sell your goods to cryptocurrency users at last?  The widget allows for the seamless purchase of any goods or services using cryptocurrency - store owners simply need to install the widget on their website to enjoy full access to the crypto market as well as the lowest fees in the industry. \r\nAccept top cryptocurrencies on your business website with the lowest fees in the industry. Our payment widgeet is supported by the market-leading commerce plugins.'),(5902,385,'_block_text_text','field_5d1cf3ac89826'),(5903,385,'block_text',''),(5904,385,'_block_text','field_5d1cf39589824'),(5905,385,'logos_0_logo','380'),(5906,385,'_logos_0_logo','field_5d1cf3f889828'),(5907,385,'logos_1_logo','384'),(5908,385,'_logos_1_logo','field_5d1cf3f889828'),(5909,385,'logos_2_logo','381'),(5910,385,'_logos_2_logo','field_5d1cf3f889828'),(5911,385,'logos_3_logo','379'),(5912,385,'_logos_3_logo','field_5d1cf3f889828'),(5913,385,'logos_4_logo','382'),(5914,385,'_logos_4_logo','field_5d1cf3f889828'),(5915,385,'logos_5_logo','383'),(5916,385,'_logos_5_logo','field_5d1cf3f889828'),(5917,385,'logos','6'),(5918,385,'_logos','field_5d1cf3cf89827'),(5919,385,'title_payment_process','Payment Process'),(5920,385,'_title_payment_process','field_5d2355d50b138'),(5921,385,'payment_process_0_step','Customer clicks “Pay”, and a signal is sent to the CryptoWallet API.'),(5922,385,'_payment_process_0_step','field_5d2356180b139'),(5923,385,'payment_process_1_step','The payment request is sent via the API to the CryptoWallet database for rapid processing. A Payment ID Number is generated and secured by blockchain.'),(5924,385,'_payment_process_1_step','field_5d2356180b139'),(5925,385,'payment_process_2_step','The Payment ID is sent back to your site via API. The payment button receives this ID and sends a signal to the CryptoWallet SDK which generates a unique QR code with a crypto address to process the payment.'),(5926,385,'_payment_process_2_step','field_5d2356180b139'),(5927,385,'payment_process_3_step','The QR code is generated as a popup which the customer can scan with their device, linking the user’s cryptocurrency funds stored in the Wallet to the payment request on your site.'),(5928,385,'_payment_process_3_step','field_5d2356180b139'),(5929,385,'payment_process_4_step','The customer receives a prompt asking them to confirm payment, and clicks “Yes.”'),(5930,385,'_payment_process_4_step','field_5d2356180b139'),(5931,385,'payment_process_5_step','The Wallet authorizes the payment and deducts the funds from the user, transferring funds to your website. The user is informed that the payment is complete.'),(5932,385,'_payment_process_5_step','field_5d2356180b139'),(5933,385,'payment_process','6'),(5934,385,'_payment_process','field_5d2355b30b137'),(5935,386,'_edit_last','1'),(5936,386,'_wp_page_template','default'),(5937,386,'show_crypto_funds','0'),(5938,386,'_show_crypto_funds','field_5d1cd58ba65cf'),(5939,387,'show_crypto_funds','0'),(5940,387,'_show_crypto_funds','field_5d1cd58ba65cf'),(5941,386,'_edit_lock','1562789208:1'),(5942,388,'_edit_last','1'),(5943,388,'_edit_lock','1562619522:1'),(5948,391,'_edit_last','1'),(5949,391,'_edit_lock','1562613534:1'),(5950,396,'_edit_last','1'),(5951,396,'_edit_lock','1566150507:1'),(5952,397,'_wp_attached_file','2019/07/sepp-rutz-1350371-unsplash@2x.jpg'),(5953,397,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1574;s:6:\"height\";i:1040;s:4:\"file\";s:41:\"2019/07/sepp-rutz-1350371-unsplash@2x.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"sepp-rutz-1350371-unsplash@2x-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"sepp-rutz-1350371-unsplash@2x-300x198.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"sepp-rutz-1350371-unsplash@2x-768x507.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"sepp-rutz-1350371-unsplash@2x-1024x677.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:677;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"sepp-rutz-1350371-unsplash@2x-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5954,396,'_thumbnail_id','409'),(5957,396,'related_posts_0_post','400'),(5958,396,'_related_posts_0_post','field_5d238b9967802'),(5959,396,'related_posts_1_post','399'),(5960,396,'_related_posts_1_post','field_5d238b9967802'),(5961,396,'related_posts_2_post','401'),(5962,396,'_related_posts_2_post','field_5d238b9967802'),(5963,396,'related_posts','3'),(5964,396,'_related_posts','field_5d238b6e67801'),(5965,398,'related_posts_0_post','396'),(5966,398,'_related_posts_0_post','field_5d238b9967802'),(5967,398,'related_posts_1_post','396'),(5968,398,'_related_posts_1_post','field_5d238b9967802'),(5969,398,'related_posts_2_post','396'),(5970,398,'_related_posts_2_post','field_5d238b9967802'),(5971,398,'related_posts','3'),(5972,398,'_related_posts','field_5d238b6e67801'),(5975,399,'_thumbnail_id','397'),(5976,399,'related_posts_0_post','396'),(5977,399,'_related_posts_0_post','field_5d238b9967802'),(5978,399,'related_posts_1_post','396'),(5979,399,'_related_posts_1_post','field_5d238b9967802'),(5980,399,'related_posts_2_post','396'),(5981,399,'_related_posts_2_post','field_5d238b9967802'),(5982,399,'related_posts','3'),(5983,399,'_related_posts','field_5d238b6e67801'),(5984,399,'_dp_original','396'),(5985,400,'_thumbnail_id','413'),(5986,400,'related_posts_0_post','396'),(5987,400,'_related_posts_0_post','field_5d238b9967802'),(5988,400,'related_posts_1_post','396'),(5989,400,'_related_posts_1_post','field_5d238b9967802'),(5990,400,'related_posts_2_post','399'),(5991,400,'_related_posts_2_post','field_5d238b9967802'),(5992,400,'related_posts','3'),(5993,400,'_related_posts','field_5d238b6e67801'),(5995,400,'_dp_original','399'),(5996,401,'_thumbnail_id','411'),(5997,401,'related_posts_0_post','399'),(5998,401,'_related_posts_0_post','field_5d238b9967802'),(5999,401,'related_posts_1_post','400'),(6000,401,'_related_posts_1_post','field_5d238b9967802'),(6001,401,'related_posts_2_post','396'),(6002,401,'_related_posts_2_post','field_5d238b9967802'),(6003,401,'related_posts','3'),(6004,401,'_related_posts','field_5d238b6e67801'),(6006,401,'_dp_original','400'),(6013,399,'_edit_lock','1566150525:1'),(6014,400,'_edit_last','1'),(6017,400,'_edit_lock','1566150525:1'),(6018,401,'_edit_last','1'),(6021,401,'_edit_lock','1566150526:1'),(6026,408,'related_posts_0_post','400'),(6027,408,'_related_posts_0_post','field_5d238b9967802'),(6028,408,'related_posts_1_post','399'),(6029,408,'_related_posts_1_post','field_5d238b9967802'),(6030,408,'related_posts_2_post','401'),(6031,408,'_related_posts_2_post','field_5d238b9967802'),(6032,408,'related_posts','3'),(6033,408,'_related_posts','field_5d238b6e67801'),(6036,396,'_wp_old_date','2019-07-08'),(6039,401,'_wp_old_date','2019-07-08'),(6042,400,'_wp_old_date','2019-07-08'),(6043,399,'_edit_last','1'),(6046,399,'_wp_old_date','2019-07-08'),(6047,409,'_wp_attached_file','2019/07/maarten-deckers-248101-unsplash.jpg'),(6048,409,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1202;s:6:\"height\";i:570;s:4:\"file\";s:43:\"2019/07/maarten-deckers-248101-unsplash.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"maarten-deckers-248101-unsplash-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"maarten-deckers-248101-unsplash-300x142.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"maarten-deckers-248101-unsplash-768x364.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"maarten-deckers-248101-unsplash-1024x486.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:44:\"maarten-deckers-248101-unsplash-1060x570.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6053,411,'_wp_attached_file','2019/07/jelleke-vanooteghem-1349785-unsplash@3x.jpg'),(6054,411,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:918;s:6:\"height\";i:612;s:4:\"file\";s:51:\"2019/07/jelleke-vanooteghem-1349785-unsplash@3x.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"jelleke-vanooteghem-1349785-unsplash@3x-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:51:\"jelleke-vanooteghem-1349785-unsplash@3x-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:51:\"jelleke-vanooteghem-1349785-unsplash@3x-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6057,412,'related_posts_0_post','399'),(6058,412,'_related_posts_0_post','field_5d238b9967802'),(6059,412,'related_posts_1_post','400'),(6060,412,'_related_posts_1_post','field_5d238b9967802'),(6061,412,'related_posts_2_post','396'),(6062,412,'_related_posts_2_post','field_5d238b9967802'),(6063,412,'related_posts','3'),(6064,412,'_related_posts','field_5d238b6e67801'),(6065,413,'_wp_attached_file','2019/07/reinis-birznieks-1355047-unsplash@3x.jpg'),(6066,413,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:918;s:6:\"height\";i:612;s:4:\"file\";s:48:\"2019/07/reinis-birznieks-1355047-unsplash@3x.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"reinis-birznieks-1355047-unsplash@3x-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"reinis-birznieks-1355047-unsplash@3x-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"reinis-birznieks-1355047-unsplash@3x-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6069,414,'related_posts_0_post','396'),(6070,414,'_related_posts_0_post','field_5d238b9967802'),(6071,414,'related_posts_1_post','396'),(6072,414,'_related_posts_1_post','field_5d238b9967802'),(6073,414,'related_posts_2_post','399'),(6074,414,'_related_posts_2_post','field_5d238b9967802'),(6075,414,'related_posts','3'),(6076,414,'_related_posts','field_5d238b6e67801'),(6083,386,'featured','396'),(6084,386,'_featured','field_5d238ab2c6135'),(6085,415,'show_crypto_funds','0'),(6086,415,'_show_crypto_funds','field_5d1cd58ba65cf'),(6087,415,'featured','396'),(6088,415,'_featured','field_5d238ab2c6135'),(6089,416,'show_crypto_funds','0'),(6090,416,'_show_crypto_funds','field_5d1cd58ba65cf'),(6091,416,'featured','399'),(6092,416,'_featured','field_5d238ab2c6135'),(6093,417,'show_crypto_funds','0'),(6094,417,'_show_crypto_funds','field_5d1cd58ba65cf'),(6095,417,'featured','396'),(6096,417,'_featured','field_5d238ab2c6135'),(6098,419,'_wpml_word_count','{\"total\":561,\"to_translate\":{\"ja\":561,\"ru\":561,\"sg\":561,\"es\":561}}'),(6099,419,'_edit_last','1'),(6100,419,'show_crypto_funds','0'),(6101,419,'_show_crypto_funds','field_5d1cd58ba65cf'),(6102,420,'show_crypto_funds','0'),(6103,420,'_show_crypto_funds','field_5d1cd58ba65cf'),(6104,419,'_wpml_media_duplicate','1'),(6105,419,'_wpml_media_featured','1'),(6106,419,'_edit_lock','1593105172:2'),(6107,419,'_wp_page_template','page-home_.php'),(6108,386,'_wpml_word_count','{\"total\":2,\"to_translate\":{\"ja\":2,\"ru\":2,\"sg\":2,\"es\":2}}'),(6109,326,'_wpml_word_count','{\"total\":2371,\"to_translate\":{\"ja\":2371,\"ru\":2371,\"sg\":2371,\"es\":2371}}'),(6110,325,'_wpml_word_count','{\"total\":2369,\"to_translate\":{\"ja\":2369,\"ru\":2369,\"sg\":2369,\"es\":2369}}'),(6111,324,'_wpml_word_count','{\"total\":2371,\"to_translate\":{\"ja\":2371,\"ru\":2371,\"sg\":2371,\"es\":2371}}'),(6112,323,'_wpml_word_count','{\"total\":2367,\"to_translate\":{\"ja\":2367,\"ru\":2367,\"sg\":2367,\"es\":2367}}'),(6113,316,'_wpml_word_count','{\"total\":2369,\"to_translate\":{\"ja\":2369,\"ru\":2369,\"sg\":2369,\"es\":2369}}'),(6114,315,'_wpml_word_count','{\"total\":2367,\"to_translate\":{\"ja\":2367,\"ru\":2367,\"sg\":2367,\"es\":2367}}'),(6115,322,'_wpml_word_count','{\"total\":2369,\"to_translate\":{\"ja\":2369,\"ru\":2369,\"sg\":2369,\"es\":2369}}'),(6116,321,'_wpml_word_count','{\"total\":2369,\"to_translate\":{\"ja\":2369,\"ru\":2369,\"sg\":2369,\"es\":2369}}'),(6117,320,'_wpml_word_count','{\"total\":2367,\"to_translate\":{\"ja\":2367,\"ru\":2367,\"sg\":2367,\"es\":2367}}'),(6118,319,'_wpml_word_count','{\"total\":2371,\"to_translate\":{\"ja\":2371,\"ru\":2371,\"sg\":2371,\"es\":2371}}'),(6119,318,'_wpml_word_count','{\"total\":2369,\"to_translate\":{\"ja\":2369,\"ru\":2369,\"sg\":2369,\"es\":2369}}'),(6120,317,'_wpml_word_count','{\"total\":2369,\"to_translate\":{\"ja\":2369,\"ru\":2369,\"sg\":2369,\"es\":2369}}'),(6121,313,'_wpml_word_count','{\"total\":2371,\"to_translate\":{\"ja\":2371,\"ru\":2371,\"sg\":2371,\"es\":2371}}'),(6122,311,'_wpml_word_count','{\"total\":2,\"to_translate\":{\"ja\":2,\"ru\":2,\"sg\":2,\"es\":2}}'),(6123,296,'_wpml_word_count','{\"total\":59,\"to_translate\":{\"ja\":59,\"ru\":59,\"sg\":59,\"es\":59}}'),(6124,273,'_wpml_word_count','{\"total\":276,\"to_translate\":{\"ja\":276,\"ru\":276,\"sg\":276,\"es\":276}}'),(6125,221,'_wpml_word_count','{\"total\":697,\"to_translate\":{\"ja\":697,\"ru\":697,\"sg\":697,\"es\":697}}'),(6126,181,'_wpml_word_count','{\"total\":501,\"to_translate\":{\"ja\":501,\"ru\":501,\"sg\":501,\"es\":501}}'),(6129,396,'_wpml_media_has_media','1'),(6130,399,'_wpml_media_has_media','1'),(6131,400,'_wpml_media_has_media','1'),(6132,401,'_wpml_media_has_media','1'),(6133,421,'_wpml_word_count','{\"total\":835,\"to_translate\":{\"en\":835,\"ja\":835,\"ru\":835,\"sg\":835}}'),(6136,421,'_alp_processed','1562788169'),(6137,421,'_wp_page_template','page-about.php'),(6138,421,'subtitle','Buy, trade, store, and spend cryptocurrency'),(6139,421,'_subtitle','field_5d1b9a04bd4ba'),(6140,421,'description','CryptoWallet was founded in [year], and our staff have worked tirelessly to develop disruptive products and solutions that will help usher in a new era of personal finance. You can read more about our goals below in our Roadmap.'),(6141,421,'_description','field_5d1b9a6e30e58'),(6142,421,'block_1_title',''),(6143,421,'_block_1_title','field_5d1b9b0f2f94d'),(6144,421,'block_1_text',''),(6145,421,'_block_1_text','field_5d1b9b362f94e'),(6146,421,'block_1',''),(6147,421,'_block_1','field_5d1b9adf2f94c'),(6148,421,'block_2_title',''),(6149,421,'_block_2_title','field_5d1b9b442f950'),(6150,421,'block_2_text',''),(6151,421,'_block_2_text','field_5d1b9b442f951'),(6152,421,'block_2',''),(6153,421,'_block_2','field_5d1b9b442f94f'),(6154,421,'block_3_title',''),(6155,421,'_block_3_title','field_5d1b9b462f953'),(6156,421,'block_3_text',''),(6157,421,'_block_3_text','field_5d1b9b462f954'),(6158,421,'block_3',''),(6159,421,'_block_3','field_5d1b9b462f952'),(6160,421,'value_1_image','lamp'),(6161,421,'_value_1_image','field_5d1baeee64511'),(6162,421,'value_1_title',''),(6163,421,'_value_1_title','field_5d1bae0d254fb'),(6164,421,'value_1_text',''),(6165,421,'_value_1_text','field_5d1bae0d254fc'),(6166,421,'value_1',''),(6167,421,'_value_1','field_5d1bae0d254fa'),(6168,421,'value_2_image','lamp'),(6169,421,'_value_2_image','field_5d1bafadd789f'),(6170,421,'value_2_title',''),(6171,421,'_value_2_title','field_5d1bafadd78a0'),(6172,421,'value_2_text',''),(6173,421,'_value_2_text','field_5d1bafadd78a1'),(6174,421,'value_2',''),(6175,421,'_value_2','field_5d1bafadd789e'),(6176,421,'value_3_image','lamp'),(6177,421,'_value_3_image','field_5d1bafafd78a3'),(6178,421,'value_3_title',''),(6179,421,'_value_3_title','field_5d1bafafd78a4'),(6180,421,'value_3_text',''),(6181,421,'_value_3_text','field_5d1bafafd78a5'),(6182,421,'value_3',''),(6183,421,'_value_3','field_5d1bafafd78a2'),(6184,421,'value_4_image','lamp'),(6185,421,'_value_4_image','field_5d1bafb1d78a7'),(6186,421,'value_4_title',''),(6187,421,'_value_4_title','field_5d1bafb1d78a8'),(6188,421,'value_4_text',''),(6189,421,'_value_4_text','field_5d1bafb1d78a9'),(6190,421,'value_4',''),(6191,421,'_value_4','field_5d1bafb1d78a6'),(6192,421,'value_5_image','lamp'),(6193,421,'_value_5_image','field_5d1bafb4d78ab'),(6194,421,'value_5_title',''),(6195,421,'_value_5_title','field_5d1bafb4d78ac'),(6196,421,'value_5_text',''),(6197,421,'_value_5_text','field_5d1bafb4d78ad'),(6198,421,'value_5',''),(6199,421,'_value_5','field_5d1bafb4d78aa'),(6200,421,'value_6_image','lamp'),(6201,421,'_value_6_image','field_5d1bafb6d78af'),(6202,421,'value_6_title',''),(6203,421,'_value_6_title','field_5d1bafb6d78b0'),(6204,421,'value_6_text',''),(6205,421,'_value_6_text','field_5d1bafb6d78b1'),(6206,421,'value_6',''),(6207,421,'_value_6','field_5d1bafb6d78ae'),(6208,421,'value_7_image','lamp'),(6209,421,'_value_7_image','field_5d1bafb8d78b3'),(6210,421,'value_7_title',''),(6211,421,'_value_7_title','field_5d1bafb8d78b4'),(6212,421,'value_7_text',''),(6213,421,'_value_7_text','field_5d1bafb8d78b5'),(6214,421,'value_7',''),(6215,421,'_value_7','field_5d1bafb8d78b2'),(6216,421,'value_8_image','lamp'),(6217,421,'_value_8_image','field_5d1bafc9d78b7'),(6218,421,'value_8_title',''),(6219,421,'_value_8_title','field_5d1bafc9d78b8'),(6220,421,'value_8_text',''),(6221,421,'_value_8_text','field_5d1bafc9d78b9'),(6222,421,'value_8',''),(6223,421,'_value_8','field_5d1bafc9d78b6'),(6224,421,'title_join','Join Our Team'),(6225,421,'_title_join','field_5d1bafffd78bb'),(6226,421,'text_join','Working at CryptoWallet, every day is an exciting challenge. We’re on a long-term plan to totally transform the way people store and spend money. We’re helping redefine what the concept of money is. There’s a lot to do, and we’re hiring people who share in our values.\r\n\r\nWe’re a young, dynamic company with big plans and a passionate, friendly team.\r\nThink you’d fit in well here? Take a look at our open positions below.'),(6227,421,'_text_join','field_5d1bb020d78bc'),(6228,421,'career_1_title',''),(6229,421,'_career_1_title','field_5d1bb076d78be'),(6230,421,'career_1_text',''),(6231,421,'_career_1_text','field_5d1bb076d78bf'),(6232,421,'career_1',''),(6233,421,'_career_1','field_5d1bb076d78bd'),(6234,421,'career_2_title',''),(6235,421,'_career_2_title','field_5d1bb0f7d78c8'),(6236,421,'career_2_text',''),(6237,421,'_career_2_text','field_5d1bb0f7d78c9'),(6238,421,'career_2',''),(6239,421,'_career_2','field_5d1bb0f7d78c7'),(6240,421,'career_3_title',''),(6241,421,'_career_3_title','field_5d1bb0f8d78cb'),(6242,421,'career_3_text',''),(6243,421,'_career_3_text','field_5d1bb0f8d78cc'),(6244,421,'career_3',''),(6245,421,'_career_3','field_5d1bb0f8d78ca'),(6246,421,'alert','Don’t see a position that suits? Send us your resume and suggested role at <a href=\"mailto:careers@cryptowallet.com\">careers@cryptowallet.com</a>'),(6247,421,'_alert','field_5d1bb0b8d78c6'),(6248,421,'title_team','Our Team'),(6249,421,'_title_team','field_5d1bb141d78ce'),(6250,421,'member_1_photo',''),(6251,421,'_member_1_photo','field_5d1bb194d78d2'),(6252,421,'member_1_name',''),(6253,421,'_member_1_name','field_5d1bb16ad78d0'),(6254,421,'member_1_role',''),(6255,421,'_member_1_role','field_5d1bb16ad78d1'),(6256,421,'member_1',''),(6257,421,'_member_1','field_5d1bb16ad78cf'),(6258,421,'member_2_photo',''),(6259,421,'_member_2_photo','field_5d1bb1efd78d4'),(6260,421,'member_2_name',''),(6261,421,'_member_2_name','field_5d1bb1efd78d5'),(6262,421,'member_2_role',''),(6263,421,'_member_2_role','field_5d1bb1efd78d6'),(6264,421,'member_2',''),(6265,421,'_member_2','field_5d1bb1efd78d3'),(6266,421,'member_3_photo',''),(6267,421,'_member_3_photo','field_5d1bb25e55268'),(6268,421,'member_3_name',''),(6269,421,'_member_3_name','field_5d1bb25e55269'),(6270,421,'member_3_role',''),(6271,421,'_member_3_role','field_5d1bb25e5526a'),(6272,421,'member_3',''),(6273,421,'_member_3','field_5d1bb25e55267'),(6274,421,'member_4_photo',''),(6275,421,'_member_4_photo','field_5d1bb25f5526c'),(6276,421,'member_4_name',''),(6277,421,'_member_4_name','field_5d1bb25f5526d'),(6278,421,'member_4_role',''),(6279,421,'_member_4_role','field_5d1bb25f5526e'),(6280,421,'member_4',''),(6281,421,'_member_4','field_5d1bb25f5526b'),(6282,421,'member_5_photo',''),(6283,421,'_member_5_photo','field_5d1bb26255270'),(6284,421,'member_5_name',''),(6285,421,'_member_5_name','field_5d1bb26255271'),(6286,421,'member_5_role',''),(6287,421,'_member_5_role','field_5d1bb26255272'),(6288,421,'member_5',''),(6289,421,'_member_5','field_5d1bb2625526f'),(6290,421,'member_6_photo',''),(6291,421,'_member_6_photo','field_5d1bb26655274'),(6292,421,'member_6_name',''),(6293,421,'_member_6_name','field_5d1bb26655275'),(6294,421,'member_6_role',''),(6295,421,'_member_6_role','field_5d1bb26655276'),(6296,421,'member_6',''),(6297,421,'_member_6','field_5d1bb26655273'),(6298,421,'title_meet','Come meet us'),(6299,421,'_title_meet','field_5d1bb2a4dd53e'),(6300,421,'text_meet','CryptoWallet is attending the events below, and we’re always delighted to meet new people interested in our technology.'),(6301,421,'_text_meet','field_5d1bb2c8dd53f'),(6302,421,'company_1_name',''),(6303,421,'_company_1_name','field_5d1bb2da63856'),(6304,421,'company_1_address',''),(6305,421,'_company_1_address','field_5d1bb2da63857'),(6306,421,'company_1_about',''),(6307,421,'_company_1_about','field_5d1bb32563858'),(6308,421,'company_1',''),(6309,421,'_company_1','field_5d1bb2da63854'),(6310,421,'company_2_name',''),(6311,421,'_company_2_name','field_5d1bb3496385a'),(6312,421,'company_2_address',''),(6313,421,'_company_2_address','field_5d1bb3496385b'),(6314,421,'company_2_about',''),(6315,421,'_company_2_about','field_5d1bb3496385c'),(6316,421,'company_2',''),(6317,421,'_company_2','field_5d1bb34963859'),(6318,421,'company_3_name',''),(6319,421,'_company_3_name','field_5d1bb34b6385e'),(6320,421,'company_3_address',''),(6321,421,'_company_3_address','field_5d1bb34b6385f'),(6322,421,'company_3_about',''),(6323,421,'_company_3_about','field_5d1bb34b63860'),(6324,421,'company_3',''),(6325,421,'_company_3','field_5d1bb34b6385d'),(6326,421,'blocks_0_title','Q1 2019'),(6327,421,'_blocks_0_title','field_5d1b9b0f2f94d'),(6328,421,'blocks_0_text','CryptoWallet was founded in [year], and our staff have worked tirelessly to develop disruptive products and solutions that will help usher in a new era of personal finance. You can read more about our goals below in our Roadmap.'),(6329,421,'_blocks_0_text','field_5d1b9b362f94e'),(6330,421,'blocks_1_title','Q2 2019'),(6331,421,'_blocks_1_title','field_5d1b9b0f2f94d'),(6332,421,'blocks_1_text','CryptoWallet was founded in [year], and our staff have worked tirelessly to develop disruptive products and solutions that will help usher in a new era of personal finance. You can read more about our goals below in our Roadmap.'),(6333,421,'_blocks_1_text','field_5d1b9b362f94e'),(6334,421,'blocks_2_title','Q3 2019'),(6335,421,'_blocks_2_title','field_5d1b9b0f2f94d'),(6336,421,'blocks_2_text','CryptoWallet was founded in [year], and our staff have worked tirelessly to develop disruptive products and solutions that will help usher in a new era of personal finance. You can read more about our goals below in our Roadmap.'),(6337,421,'_blocks_2_text','field_5d1b9b362f94e'),(6338,421,'blocks','3'),(6339,421,'_blocks','field_5d1b9adf2f94c'),(6340,421,'values','8'),(6341,421,'_values','field_5d1cc112229fd'),(6342,421,'careers','3'),(6343,421,'_careers','field_5d1bb076d78bd'),(6344,421,'team','6'),(6345,421,'_team','field_5d1bb16ad78cf'),(6346,421,'companies','3'),(6347,421,'_companies','field_5d1bb2da63854'),(6348,421,'title_values','Values'),(6349,421,'_title_values','field_5d1cc4efc2b1e'),(6350,421,'values_0_image','lamp'),(6351,421,'_values_0_image','field_5d1baeee64511'),(6352,421,'values_0_title','Long-term Thinking'),(6353,421,'_values_0_title','field_5d1bae0d254fb'),(6354,421,'values_0_text','At CryptoWallet, we’re on a mission to build the future with care and attention it deserves.'),(6355,421,'_values_0_text','field_5d1bae0d254fc'),(6356,421,'values_1_image','certified'),(6357,421,'_values_1_image','field_5d1baeee64511'),(6358,421,'values_1_title','Accountability'),(6359,421,'_values_1_title','field_5d1bae0d254fb'),(6360,421,'values_1_text','We hold ourselves to the highest industry standards in everything that we do, and we foster a company culture of responsibility, transparency, and accountability.'),(6361,421,'_values_1_text','field_5d1bae0d254fc'),(6362,421,'values_2_image','eye'),(6363,421,'_values_2_image','field_5d1baeee64511'),(6364,421,'values_2_title','Sharp Focus'),(6365,421,'_values_2_title','field_5d1bae0d254fb'),(6366,421,'values_2_text','We keep a sharp focus to provide buying, trading, storage, and spending solutions for cryptocurrency investors. At CryptoWallet, we keep our eyes on the road ahead.'),(6367,421,'_values_2_text','field_5d1bae0d254fc'),(6368,421,'values_3_image','message'),(6369,421,'_values_3_image','field_5d1baeee64511'),(6370,421,'values_3_title','Open-door Policy'),(6371,421,'_values_3_title','field_5d1bae0d254fb'),(6372,421,'values_3_text','We need to be open to any and all input from our colleagues at all levels as well as our users and supporters. Our door is always open to improvement.'),(6373,421,'_values_3_text','field_5d1bae0d254fc'),(6374,421,'values_4_image','signal'),(6375,421,'_values_4_image','field_5d1baeee64511'),(6376,421,'values_4_title','Adaptability'),(6377,421,'_values_4_title','field_5d1bae0d254fb'),(6378,421,'values_4_text','In a quickly-changing industry, we need to be able to react quickly as well. We adapt, overcome, and deliver.'),(6379,421,'_values_4_text','field_5d1bae0d254fc'),(6380,421,'values_5_image','search'),(6381,421,'_values_5_image','field_5d1baeee64511'),(6382,421,'values_5_title','Always Learning'),(6383,421,'_values_5_title','field_5d1bae0d254fb'),(6384,421,'values_5_text','Knowledge is the best tool at our disposal. We’re always researching and developing the most cutting-edge solutions to emerging problems.'),(6385,421,'_values_5_text','field_5d1bae0d254fc'),(6386,421,'values_6_image','earth'),(6387,421,'_values_6_image','field_5d1baeee64511'),(6388,421,'values_6_title','Pro-Active'),(6389,421,'_values_6_title','field_5d1bae0d254fb'),(6390,421,'values_6_text','Whether we’re developing new ideas, getting in touch with our community, or expanding our staff, we’re in constant motion at CryptoWallet.'),(6391,421,'_values_6_text','field_5d1bae0d254fc'),(6392,421,'values_7_image','moon'),(6393,421,'_values_7_image','field_5d1baeee64511'),(6394,421,'values_7_title','Scientific Dreaming'),(6395,421,'_values_7_title','field_5d1bae0d254fb'),(6396,421,'values_7_text','We pride ourselves on using our imaginations and dreaming big too. Every day is an opportunity to do something amazing.'),(6397,421,'_values_7_text','field_5d1bae0d254fc'),(6398,421,'careers_0_title','Job Title'),(6399,421,'_careers_0_title','field_5d1bb076d78be'),(6400,421,'careers_0_text','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.'),(6401,421,'_careers_0_text','field_5d1bb076d78bf'),(6402,421,'careers_1_title','Job Title'),(6403,421,'_careers_1_title','field_5d1bb076d78be'),(6404,421,'careers_1_text','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.'),(6405,421,'_careers_1_text','field_5d1bb076d78bf'),(6406,421,'careers_2_title','Job Title'),(6407,421,'_careers_2_title','field_5d1bb076d78be'),(6408,421,'careers_2_text','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.'),(6409,421,'_careers_2_text','field_5d1bb076d78bf'),(6410,421,'team_0_photo',''),(6411,421,'_team_0_photo','field_5d1bb194d78d2'),(6412,421,'team_0_name','Name Placeholder'),(6413,421,'_team_0_name','field_5d1bb16ad78d0'),(6414,421,'team_0_role','CEO'),(6415,421,'_team_0_role','field_5d1bb16ad78d1'),(6416,421,'team_1_photo',''),(6417,421,'_team_1_photo','field_5d1bb194d78d2'),(6418,421,'team_1_name','Name Placeholder'),(6419,421,'_team_1_name','field_5d1bb16ad78d0'),(6420,421,'team_1_role','Founder'),(6421,421,'_team_1_role','field_5d1bb16ad78d1'),(6422,421,'team_2_photo',''),(6423,421,'_team_2_photo','field_5d1bb194d78d2'),(6424,421,'team_2_name','Name Placeholder'),(6425,421,'_team_2_name','field_5d1bb16ad78d0'),(6426,421,'team_2_role','CFO'),(6427,421,'_team_2_role','field_5d1bb16ad78d1'),(6428,421,'team_3_photo',''),(6429,421,'_team_3_photo','field_5d1bb194d78d2'),(6430,421,'team_3_name','Name Placeholder'),(6431,421,'_team_3_name','field_5d1bb16ad78d0'),(6432,421,'team_3_role','CTO'),(6433,421,'_team_3_role','field_5d1bb16ad78d1'),(6434,421,'team_4_photo',''),(6435,421,'_team_4_photo','field_5d1bb194d78d2'),(6436,421,'team_4_name','Name Placeholder'),(6437,421,'_team_4_name','field_5d1bb16ad78d0'),(6438,421,'team_4_role','Head of Product'),(6439,421,'_team_4_role','field_5d1bb16ad78d1'),(6440,421,'team_5_photo',''),(6441,421,'_team_5_photo','field_5d1bb194d78d2'),(6442,421,'team_5_name','Name Placeholder'),(6443,421,'_team_5_name','field_5d1bb16ad78d0'),(6444,421,'team_5_role','Head of Marketing'),(6445,421,'_team_5_role','field_5d1bb16ad78d1'),(6446,421,'companies_0_name','Event Title Placeholder'),(6447,421,'_companies_0_name','field_5d1bb2da63856'),(6448,421,'companies_0_address','January 15, 2019 \r\nThe Ritz Carlton\r\n New York, NY'),(6449,421,'_companies_0_address','field_5d1bb2da63857'),(6450,421,'companies_0_about','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.'),(6451,421,'_companies_0_about','field_5d1bb32563858'),(6452,421,'companies_1_name','Event Title Placeholder'),(6453,421,'_companies_1_name','field_5d1bb2da63856'),(6454,421,'companies_1_address','January 15, 2019 \r\nThe Ritz Carlton\r\n New York, NY'),(6455,421,'_companies_1_address','field_5d1bb2da63857'),(6456,421,'companies_1_about','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.'),(6457,421,'_companies_1_about','field_5d1bb32563858'),(6458,421,'companies_2_name','Event Title Placeholder'),(6459,421,'_companies_2_name','field_5d1bb2da63856'),(6460,421,'companies_2_address','January 15, 2019 \r\nThe Ritz Carlton\r\n New York, NY'),(6461,421,'_companies_2_address','field_5d1bb2da63857'),(6462,421,'companies_2_about','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.'),(6463,421,'_companies_2_about','field_5d1bb32563858'),(6464,421,'show_crypto_funds','0'),(6465,421,'_show_crypto_funds','field_5d1cd58ba65cf'),(6467,421,'_edit_lock','1562781041:1'),(6468,421,'_edit_last','1'),(6469,422,'subtitle','Buy, trade, store, and spend cryptocurrency'),(6470,422,'_subtitle','field_5d1b9a04bd4ba'),(6471,422,'description','CryptoWallet was founded in [year], and our staff have worked tirelessly to develop disruptive products and solutions that will help usher in a new era of personal finance. You can read more about our goals below in our Roadmap.'),(6472,422,'_description','field_5d1b9a6e30e58'),(6473,422,'block_1_title',''),(6474,422,'_block_1_title','field_5d1b9b0f2f94d'),(6475,422,'block_1_text',''),(6476,422,'_block_1_text','field_5d1b9b362f94e'),(6477,422,'block_1',''),(6478,422,'_block_1','field_5d1b9adf2f94c'),(6479,422,'block_2_title',''),(6480,422,'_block_2_title','field_5d1b9b442f950'),(6481,422,'block_2_text',''),(6482,422,'_block_2_text','field_5d1b9b442f951'),(6483,422,'block_2',''),(6484,422,'_block_2','field_5d1b9b442f94f'),(6485,422,'block_3_title',''),(6486,422,'_block_3_title','field_5d1b9b462f953'),(6487,422,'block_3_text',''),(6488,422,'_block_3_text','field_5d1b9b462f954'),(6489,422,'block_3',''),(6490,422,'_block_3','field_5d1b9b462f952'),(6491,422,'value_1_image','lamp'),(6492,422,'_value_1_image','field_5d1baeee64511'),(6493,422,'value_1_title',''),(6494,422,'_value_1_title','field_5d1bae0d254fb'),(6495,422,'value_1_text',''),(6496,422,'_value_1_text','field_5d1bae0d254fc'),(6497,422,'value_1',''),(6498,422,'_value_1','field_5d1bae0d254fa'),(6499,422,'value_2_image','lamp'),(6500,422,'_value_2_image','field_5d1bafadd789f'),(6501,422,'value_2_title',''),(6502,422,'_value_2_title','field_5d1bafadd78a0'),(6503,422,'value_2_text',''),(6504,422,'_value_2_text','field_5d1bafadd78a1'),(6505,422,'value_2',''),(6506,422,'_value_2','field_5d1bafadd789e'),(6507,422,'value_3_image','lamp'),(6508,422,'_value_3_image','field_5d1bafafd78a3'),(6509,422,'value_3_title',''),(6510,422,'_value_3_title','field_5d1bafafd78a4'),(6511,422,'value_3_text',''),(6512,422,'_value_3_text','field_5d1bafafd78a5'),(6513,422,'value_3',''),(6514,422,'_value_3','field_5d1bafafd78a2'),(6515,422,'value_4_image','lamp'),(6516,422,'_value_4_image','field_5d1bafb1d78a7'),(6517,422,'value_4_title',''),(6518,422,'_value_4_title','field_5d1bafb1d78a8'),(6519,422,'value_4_text',''),(6520,422,'_value_4_text','field_5d1bafb1d78a9'),(6521,422,'value_4',''),(6522,422,'_value_4','field_5d1bafb1d78a6'),(6523,422,'value_5_image','lamp'),(6524,422,'_value_5_image','field_5d1bafb4d78ab'),(6525,422,'value_5_title',''),(6526,422,'_value_5_title','field_5d1bafb4d78ac'),(6527,422,'value_5_text',''),(6528,422,'_value_5_text','field_5d1bafb4d78ad'),(6529,422,'value_5',''),(6530,422,'_value_5','field_5d1bafb4d78aa'),(6531,422,'value_6_image','lamp'),(6532,422,'_value_6_image','field_5d1bafb6d78af'),(6533,422,'value_6_title',''),(6534,422,'_value_6_title','field_5d1bafb6d78b0'),(6535,422,'value_6_text',''),(6536,422,'_value_6_text','field_5d1bafb6d78b1'),(6537,422,'value_6',''),(6538,422,'_value_6','field_5d1bafb6d78ae'),(6539,422,'value_7_image','lamp'),(6540,422,'_value_7_image','field_5d1bafb8d78b3'),(6541,422,'value_7_title',''),(6542,422,'_value_7_title','field_5d1bafb8d78b4'),(6543,422,'value_7_text',''),(6544,422,'_value_7_text','field_5d1bafb8d78b5'),(6545,422,'value_7',''),(6546,422,'_value_7','field_5d1bafb8d78b2'),(6547,422,'value_8_image','lamp'),(6548,422,'_value_8_image','field_5d1bafc9d78b7'),(6549,422,'value_8_title',''),(6550,422,'_value_8_title','field_5d1bafc9d78b8'),(6551,422,'value_8_text',''),(6552,422,'_value_8_text','field_5d1bafc9d78b9'),(6553,422,'value_8',''),(6554,422,'_value_8','field_5d1bafc9d78b6'),(6555,422,'title_join','Join Our Team'),(6556,422,'_title_join','field_5d1bafffd78bb'),(6557,422,'text_join','Working at CryptoWallet, every day is an exciting challenge. We’re on a long-term plan to totally transform the way people store and spend money. We’re helping redefine what the concept of money is. There’s a lot to do, and we’re hiring people who share in our values.\r\n\r\nWe’re a young, dynamic company with big plans and a passionate, friendly team.\r\nThink you’d fit in well here? Take a look at our open positions below.'),(6558,422,'_text_join','field_5d1bb020d78bc'),(6559,422,'career_1_title',''),(6560,422,'_career_1_title','field_5d1bb076d78be'),(6561,422,'career_1_text',''),(6562,422,'_career_1_text','field_5d1bb076d78bf'),(6563,422,'career_1',''),(6564,422,'_career_1','field_5d1bb076d78bd'),(6565,422,'career_2_title',''),(6566,422,'_career_2_title','field_5d1bb0f7d78c8'),(6567,422,'career_2_text',''),(6568,422,'_career_2_text','field_5d1bb0f7d78c9'),(6569,422,'career_2',''),(6570,422,'_career_2','field_5d1bb0f7d78c7'),(6571,422,'career_3_title',''),(6572,422,'_career_3_title','field_5d1bb0f8d78cb'),(6573,422,'career_3_text',''),(6574,422,'_career_3_text','field_5d1bb0f8d78cc'),(6575,422,'career_3',''),(6576,422,'_career_3','field_5d1bb0f8d78ca'),(6577,422,'alert','Don’t see a position that suits? Send us your resume and suggested role at <a href=\"mailto:careers@cryptowallet.com\">careers@cryptowallet.com</a>'),(6578,422,'_alert','field_5d1bb0b8d78c6'),(6579,422,'title_team','Our Team'),(6580,422,'_title_team','field_5d1bb141d78ce'),(6581,422,'member_1_photo',''),(6582,422,'_member_1_photo','field_5d1bb194d78d2'),(6583,422,'member_1_name',''),(6584,422,'_member_1_name','field_5d1bb16ad78d0'),(6585,422,'member_1_role',''),(6586,422,'_member_1_role','field_5d1bb16ad78d1'),(6587,422,'member_1',''),(6588,422,'_member_1','field_5d1bb16ad78cf'),(6589,422,'member_2_photo',''),(6590,422,'_member_2_photo','field_5d1bb1efd78d4'),(6591,422,'member_2_name',''),(6592,422,'_member_2_name','field_5d1bb1efd78d5'),(6593,422,'member_2_role',''),(6594,422,'_member_2_role','field_5d1bb1efd78d6'),(6595,422,'member_2',''),(6596,422,'_member_2','field_5d1bb1efd78d3'),(6597,422,'member_3_photo',''),(6598,422,'_member_3_photo','field_5d1bb25e55268'),(6599,422,'member_3_name',''),(6600,422,'_member_3_name','field_5d1bb25e55269'),(6601,422,'member_3_role',''),(6602,422,'_member_3_role','field_5d1bb25e5526a'),(6603,422,'member_3',''),(6604,422,'_member_3','field_5d1bb25e55267'),(6605,422,'member_4_photo',''),(6606,422,'_member_4_photo','field_5d1bb25f5526c'),(6607,422,'member_4_name',''),(6608,422,'_member_4_name','field_5d1bb25f5526d'),(6609,422,'member_4_role',''),(6610,422,'_member_4_role','field_5d1bb25f5526e'),(6611,422,'member_4',''),(6612,422,'_member_4','field_5d1bb25f5526b'),(6613,422,'member_5_photo',''),(6614,422,'_member_5_photo','field_5d1bb26255270'),(6615,422,'member_5_name',''),(6616,422,'_member_5_name','field_5d1bb26255271'),(6617,422,'member_5_role',''),(6618,422,'_member_5_role','field_5d1bb26255272'),(6619,422,'member_5',''),(6620,422,'_member_5','field_5d1bb2625526f'),(6621,422,'member_6_photo',''),(6622,422,'_member_6_photo','field_5d1bb26655274'),(6623,422,'member_6_name',''),(6624,422,'_member_6_name','field_5d1bb26655275'),(6625,422,'member_6_role',''),(6626,422,'_member_6_role','field_5d1bb26655276'),(6627,422,'member_6',''),(6628,422,'_member_6','field_5d1bb26655273'),(6629,422,'title_meet','Come meet us'),(6630,422,'_title_meet','field_5d1bb2a4dd53e'),(6631,422,'text_meet','CryptoWallet is attending the events below, and we’re always delighted to meet new people interested in our technology.'),(6632,422,'_text_meet','field_5d1bb2c8dd53f'),(6633,422,'company_1_name',''),(6634,422,'_company_1_name','field_5d1bb2da63856'),(6635,422,'company_1_address',''),(6636,422,'_company_1_address','field_5d1bb2da63857'),(6637,422,'company_1_about',''),(6638,422,'_company_1_about','field_5d1bb32563858'),(6639,422,'company_1',''),(6640,422,'_company_1','field_5d1bb2da63854'),(6641,422,'company_2_name',''),(6642,422,'_company_2_name','field_5d1bb3496385a'),(6643,422,'company_2_address',''),(6644,422,'_company_2_address','field_5d1bb3496385b'),(6645,422,'company_2_about',''),(6646,422,'_company_2_about','field_5d1bb3496385c'),(6647,422,'company_2',''),(6648,422,'_company_2','field_5d1bb34963859'),(6649,422,'company_3_name',''),(6650,422,'_company_3_name','field_5d1bb34b6385e'),(6651,422,'company_3_address',''),(6652,422,'_company_3_address','field_5d1bb34b6385f'),(6653,422,'company_3_about',''),(6654,422,'_company_3_about','field_5d1bb34b63860'),(6655,422,'company_3',''),(6656,422,'_company_3','field_5d1bb34b6385d'),(6657,422,'blocks_0_title','Q1 2019'),(6658,422,'_blocks_0_title','field_5d1b9b0f2f94d'),(6659,422,'blocks_0_text','CryptoWallet was founded in [year], and our staff have worked tirelessly to develop disruptive products and solutions that will help usher in a new era of personal finance. You can read more about our goals below in our Roadmap.'),(6660,422,'_blocks_0_text','field_5d1b9b362f94e'),(6661,422,'blocks_1_title','Q2 2019'),(6662,422,'_blocks_1_title','field_5d1b9b0f2f94d'),(6663,422,'blocks_1_text','CryptoWallet was founded in [year], and our staff have worked tirelessly to develop disruptive products and solutions that will help usher in a new era of personal finance. You can read more about our goals below in our Roadmap.'),(6664,422,'_blocks_1_text','field_5d1b9b362f94e'),(6665,422,'blocks_2_title','Q3 2019'),(6666,422,'_blocks_2_title','field_5d1b9b0f2f94d'),(6667,422,'blocks_2_text','CryptoWallet was founded in [year], and our staff have worked tirelessly to develop disruptive products and solutions that will help usher in a new era of personal finance. You can read more about our goals below in our Roadmap.'),(6668,422,'_blocks_2_text','field_5d1b9b362f94e'),(6669,422,'blocks','3'),(6670,422,'_blocks','field_5d1b9adf2f94c'),(6671,422,'values','8'),(6672,422,'_values','field_5d1cc112229fd'),(6673,422,'careers','3'),(6674,422,'_careers','field_5d1bb076d78bd'),(6675,422,'team','6'),(6676,422,'_team','field_5d1bb16ad78cf'),(6677,422,'companies','3'),(6678,422,'_companies','field_5d1bb2da63854'),(6679,422,'title_values','Values'),(6680,422,'_title_values','field_5d1cc4efc2b1e'),(6681,422,'values_0_image','lamp'),(6682,422,'_values_0_image','field_5d1baeee64511'),(6683,422,'values_0_title','Long-term Thinking'),(6684,422,'_values_0_title','field_5d1bae0d254fb'),(6685,422,'values_0_text','At CryptoWallet, we’re on a mission to build the future with care and attention it deserves.'),(6686,422,'_values_0_text','field_5d1bae0d254fc'),(6687,422,'values_1_image','certified'),(6688,422,'_values_1_image','field_5d1baeee64511'),(6689,422,'values_1_title','Accountability'),(6690,422,'_values_1_title','field_5d1bae0d254fb'),(6691,422,'values_1_text','We hold ourselves to the highest industry standards in everything that we do, and we foster a company culture of responsibility, transparency, and accountability.'),(6692,422,'_values_1_text','field_5d1bae0d254fc'),(6693,422,'values_2_image','eye'),(6694,422,'_values_2_image','field_5d1baeee64511'),(6695,422,'values_2_title','Sharp Focus'),(6696,422,'_values_2_title','field_5d1bae0d254fb'),(6697,422,'values_2_text','We keep a sharp focus to provide buying, trading, storage, and spending solutions for cryptocurrency investors. At CryptoWallet, we keep our eyes on the road ahead.'),(6698,422,'_values_2_text','field_5d1bae0d254fc'),(6699,422,'values_3_image','message'),(6700,422,'_values_3_image','field_5d1baeee64511'),(6701,422,'values_3_title','Open-door Policy'),(6702,422,'_values_3_title','field_5d1bae0d254fb'),(6703,422,'values_3_text','We need to be open to any and all input from our colleagues at all levels as well as our users and supporters. Our door is always open to improvement.'),(6704,422,'_values_3_text','field_5d1bae0d254fc'),(6705,422,'values_4_image','signal'),(6706,422,'_values_4_image','field_5d1baeee64511'),(6707,422,'values_4_title','Adaptability'),(6708,422,'_values_4_title','field_5d1bae0d254fb'),(6709,422,'values_4_text','In a quickly-changing industry, we need to be able to react quickly as well. We adapt, overcome, and deliver.'),(6710,422,'_values_4_text','field_5d1bae0d254fc'),(6711,422,'values_5_image','search'),(6712,422,'_values_5_image','field_5d1baeee64511'),(6713,422,'values_5_title','Always Learning'),(6714,422,'_values_5_title','field_5d1bae0d254fb'),(6715,422,'values_5_text','Knowledge is the best tool at our disposal. We’re always researching and developing the most cutting-edge solutions to emerging problems.'),(6716,422,'_values_5_text','field_5d1bae0d254fc'),(6717,422,'values_6_image','earth'),(6718,422,'_values_6_image','field_5d1baeee64511'),(6719,422,'values_6_title','Pro-Active'),(6720,422,'_values_6_title','field_5d1bae0d254fb'),(6721,422,'values_6_text','Whether we’re developing new ideas, getting in touch with our community, or expanding our staff, we’re in constant motion at CryptoWallet.'),(6722,422,'_values_6_text','field_5d1bae0d254fc'),(6723,422,'values_7_image','moon'),(6724,422,'_values_7_image','field_5d1baeee64511'),(6725,422,'values_7_title','Scientific Dreaming'),(6726,422,'_values_7_title','field_5d1bae0d254fb'),(6727,422,'values_7_text','We pride ourselves on using our imaginations and dreaming big too. Every day is an opportunity to do something amazing.'),(6728,422,'_values_7_text','field_5d1bae0d254fc'),(6729,422,'careers_0_title','Job Title'),(6730,422,'_careers_0_title','field_5d1bb076d78be'),(6731,422,'careers_0_text','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.'),(6732,422,'_careers_0_text','field_5d1bb076d78bf'),(6733,422,'careers_1_title','Job Title'),(6734,422,'_careers_1_title','field_5d1bb076d78be'),(6735,422,'careers_1_text','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.'),(6736,422,'_careers_1_text','field_5d1bb076d78bf'),(6737,422,'careers_2_title','Job Title'),(6738,422,'_careers_2_title','field_5d1bb076d78be'),(6739,422,'careers_2_text','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.'),(6740,422,'_careers_2_text','field_5d1bb076d78bf'),(6741,422,'team_0_photo',''),(6742,422,'_team_0_photo','field_5d1bb194d78d2'),(6743,422,'team_0_name','Name Placeholder'),(6744,422,'_team_0_name','field_5d1bb16ad78d0'),(6745,422,'team_0_role','CEO'),(6746,422,'_team_0_role','field_5d1bb16ad78d1'),(6747,422,'team_1_photo',''),(6748,422,'_team_1_photo','field_5d1bb194d78d2'),(6749,422,'team_1_name','Name Placeholder'),(6750,422,'_team_1_name','field_5d1bb16ad78d0'),(6751,422,'team_1_role','Founder'),(6752,422,'_team_1_role','field_5d1bb16ad78d1'),(6753,422,'team_2_photo',''),(6754,422,'_team_2_photo','field_5d1bb194d78d2'),(6755,422,'team_2_name','Name Placeholder'),(6756,422,'_team_2_name','field_5d1bb16ad78d0'),(6757,422,'team_2_role','CFO'),(6758,422,'_team_2_role','field_5d1bb16ad78d1'),(6759,422,'team_3_photo',''),(6760,422,'_team_3_photo','field_5d1bb194d78d2'),(6761,422,'team_3_name','Name Placeholder'),(6762,422,'_team_3_name','field_5d1bb16ad78d0'),(6763,422,'team_3_role','CTO'),(6764,422,'_team_3_role','field_5d1bb16ad78d1'),(6765,422,'team_4_photo',''),(6766,422,'_team_4_photo','field_5d1bb194d78d2'),(6767,422,'team_4_name','Name Placeholder'),(6768,422,'_team_4_name','field_5d1bb16ad78d0'),(6769,422,'team_4_role','Head of Product'),(6770,422,'_team_4_role','field_5d1bb16ad78d1'),(6771,422,'team_5_photo',''),(6772,422,'_team_5_photo','field_5d1bb194d78d2'),(6773,422,'team_5_name','Name Placeholder'),(6774,422,'_team_5_name','field_5d1bb16ad78d0'),(6775,422,'team_5_role','Head of Marketing'),(6776,422,'_team_5_role','field_5d1bb16ad78d1'),(6777,422,'companies_0_name','Event Title Placeholder'),(6778,422,'_companies_0_name','field_5d1bb2da63856'),(6779,422,'companies_0_address','January 15, 2019 \r\nThe Ritz Carlton\r\n New York, NY'),(6780,422,'_companies_0_address','field_5d1bb2da63857'),(6781,422,'companies_0_about','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.'),(6782,422,'_companies_0_about','field_5d1bb32563858'),(6783,422,'companies_1_name','Event Title Placeholder'),(6784,422,'_companies_1_name','field_5d1bb2da63856'),(6785,422,'companies_1_address','January 15, 2019 \r\nThe Ritz Carlton\r\n New York, NY'),(6786,422,'_companies_1_address','field_5d1bb2da63857'),(6787,422,'companies_1_about','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.'),(6788,422,'_companies_1_about','field_5d1bb32563858'),(6789,422,'companies_2_name','Event Title Placeholder'),(6790,422,'_companies_2_name','field_5d1bb2da63856'),(6791,422,'companies_2_address','January 15, 2019 \r\nThe Ritz Carlton\r\n New York, NY'),(6792,422,'_companies_2_address','field_5d1bb2da63857'),(6793,422,'companies_2_about','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.'),(6794,422,'_companies_2_about','field_5d1bb32563858'),(6795,422,'show_crypto_funds','0'),(6796,422,'_show_crypto_funds','field_5d1cd58ba65cf'),(6797,136,'_wpml_word_count','{\"total\":40,\"to_translate\":{\"ja\":40,\"ru\":40,\"sg\":40,\"es\":40}}'),(6798,136,'_wpml_media_duplicate','0'),(6799,136,'_wpml_media_featured','0'),(6800,423,'_wp_attached_file','2019/07/brand-day.svg'),(6801,424,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:392;s:6:\"height\";i:33;s:4:\"file\";s:22:\"/2019/07/brand-day.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:13:\"brand-day.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:13:\"brand-day.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:13:\"brand-day.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:13:\"brand-day.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:13:\"brand-day.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(6802,424,'_wp_attached_file','2019/07/brand-day.svg'),(6803,424,'wpml_media_processed','1'),(6804,425,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:392;s:6:\"height\";i:33;s:4:\"file\";s:22:\"/2019/07/brand-day.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:13:\"brand-day.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:13:\"brand-day.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:13:\"brand-day.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:13:\"brand-day.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:13:\"brand-day.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(6805,425,'_wp_attached_file','2019/07/brand-day.svg'),(6806,425,'wpml_media_processed','1'),(6807,426,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:392;s:6:\"height\";i:33;s:4:\"file\";s:22:\"/2019/07/brand-day.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:13:\"brand-day.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:13:\"brand-day.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:13:\"brand-day.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:13:\"brand-day.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:13:\"brand-day.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(6808,426,'_wp_attached_file','2019/07/brand-day.svg'),(6809,426,'wpml_media_processed','1'),(6810,427,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:392;s:6:\"height\";i:33;s:4:\"file\";s:22:\"/2019/07/brand-day.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:13:\"brand-day.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:13:\"brand-day.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:13:\"brand-day.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:13:\"brand-day.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:13:\"brand-day.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(6811,427,'_wp_attached_file','2019/07/brand-day.svg'),(6812,427,'wpml_media_processed','1'),(6813,423,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:392;s:6:\"height\";i:33;s:4:\"file\";s:22:\"/2019/07/brand-day.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:13:\"brand-day.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:13:\"brand-day.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:13:\"brand-day.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:13:\"brand-day.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:13:\"brand-day.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(6814,428,'_wp_attached_file','2019/07/brand-night.svg'),(6815,429,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:392;s:6:\"height\";i:33;s:4:\"file\";s:24:\"/2019/07/brand-night.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:15:\"brand-night.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:15:\"brand-night.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:15:\"brand-night.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:15:\"brand-night.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:15:\"brand-night.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(6816,429,'_wp_attached_file','2019/07/brand-night.svg'),(6817,429,'wpml_media_processed','1'),(6818,430,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:392;s:6:\"height\";i:33;s:4:\"file\";s:24:\"/2019/07/brand-night.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:15:\"brand-night.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:15:\"brand-night.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:15:\"brand-night.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:15:\"brand-night.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:15:\"brand-night.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(6819,430,'_wp_attached_file','2019/07/brand-night.svg'),(6820,430,'wpml_media_processed','1'),(6821,431,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:392;s:6:\"height\";i:33;s:4:\"file\";s:24:\"/2019/07/brand-night.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:15:\"brand-night.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:15:\"brand-night.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:15:\"brand-night.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:15:\"brand-night.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:15:\"brand-night.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(6822,431,'_wp_attached_file','2019/07/brand-night.svg'),(6823,431,'wpml_media_processed','1'),(6824,432,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:392;s:6:\"height\";i:33;s:4:\"file\";s:24:\"/2019/07/brand-night.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:15:\"brand-night.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:15:\"brand-night.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:15:\"brand-night.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:15:\"brand-night.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:15:\"brand-night.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(6825,432,'_wp_attached_file','2019/07/brand-night.svg'),(6826,432,'wpml_media_processed','1'),(6827,428,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:392;s:6:\"height\";i:33;s:4:\"file\";s:24:\"/2019/07/brand-night.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:15:\"brand-night.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:15:\"brand-night.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:15:\"brand-night.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:15:\"brand-night.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:15:\"brand-night.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(6831,435,'_menu_item_type','post_type'),(6832,435,'_menu_item_menu_item_parent','0'),(6833,435,'_menu_item_object_id','181'),(6834,435,'_menu_item_object','page'),(6835,435,'_menu_item_target',''),(6836,435,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6837,435,'_menu_item_xfn',''),(6838,435,'_menu_item_url',''),(6839,436,'_menu_item_type','post_type'),(6840,436,'_menu_item_menu_item_parent','0'),(6841,436,'_menu_item_object_id','221'),(6842,436,'_menu_item_object','page'),(6843,436,'_menu_item_target',''),(6844,436,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6845,436,'_menu_item_xfn',''),(6846,436,'_menu_item_url',''),(6847,437,'_menu_item_type','post_type'),(6848,437,'_menu_item_menu_item_parent','0'),(6849,437,'_menu_item_object_id','273'),(6850,437,'_menu_item_object','page'),(6851,437,'_menu_item_target',''),(6852,437,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6853,437,'_menu_item_xfn',''),(6854,437,'_menu_item_url',''),(6855,438,'_menu_item_type','post_type'),(6856,438,'_menu_item_menu_item_parent','0'),(6857,438,'_menu_item_object_id','296'),(6858,438,'_menu_item_object','page'),(6859,438,'_menu_item_target',''),(6860,438,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6861,438,'_menu_item_xfn',''),(6862,438,'_menu_item_url',''),(6863,439,'_menu_item_type','post_type'),(6864,439,'_menu_item_menu_item_parent','0'),(6865,439,'_menu_item_object_id','9'),(6866,439,'_menu_item_object','page'),(6867,439,'_menu_item_target',''),(6868,439,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6869,439,'_menu_item_xfn',''),(6870,439,'_menu_item_url',''),(6871,440,'_menu_item_type','post_type'),(6872,440,'_menu_item_menu_item_parent','0'),(6873,440,'_menu_item_object_id','386'),(6874,440,'_menu_item_object','page'),(6875,440,'_menu_item_target',''),(6876,440,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6877,440,'_menu_item_xfn',''),(6878,440,'_menu_item_url',''),(6881,441,'_wpml_word_count','{\"total\":0,\"to_translate\":{\"en\":2,\"ja\":2,\"ru\":2,\"sg\":2,\"es\":2}}'),(6884,441,'_alp_processed','1562788029'),(6885,441,'_wp_page_template','page-home_.php'),(6886,441,'show_crypto_funds','0'),(6887,441,'_show_crypto_funds','field_5d1cd58ba65cf'),(6891,442,'_wpml_word_count','{\"total\":0,\"to_translate\":{\"en\":2,\"ja\":2,\"ru\":2,\"sg\":2,\"es\":2}}'),(6894,442,'_alp_processed','1593104678'),(6895,442,'_wp_page_template','page-home_.php'),(6898,442,'_icl_lang_duplicate_of','419'),(6899,443,'_wpml_word_count','{\"total\":0,\"to_translate\":{\"en\":2,\"ja\":2,\"ru\":2,\"sg\":2,\"es\":2}}'),(6902,443,'_alp_processed','1593104679'),(6903,443,'_wp_page_template','page-home_.php'),(6906,443,'_icl_lang_duplicate_of','419'),(6923,449,'_edit_last','2'),(6924,449,'_edit_lock','1579553899:2'),(6925,419,'title','Crypto Is Money - Let\'s Use It.'),(6930,419,'_title','field_5d264012842b2'),(6931,419,'description','This is the future of crypto banking. CryptoWallet is your gateway to digital currency and beyond. With dedicated IBANs for supported fiat currencies, you can use CryptoWallet to make bank transfers, pay bills, and spend crypto in stores, all within a single platform.'),(6936,419,'_description','field_5d26402d842b3'),(6937,453,'show_crypto_funds','0'),(6938,453,'_show_crypto_funds','field_5d1cd58ba65cf'),(6939,453,'title','Crypto Is Money - \r\nLet’s Use It.'),(6940,453,'_title','field_5d264012842b2'),(6941,453,'description','This is the future of crypto banking. CryptoWallet is your gateway to digital currency and beyond. Integrate crypto payments into your business or spend your crypto in any store.'),(6942,453,'_description','field_5d26402d842b3'),(6943,441,'_wpml_media_duplicate','1'),(6944,441,'_wpml_media_featured','1'),(6959,441,'_top_nav_excluded',''),(6960,441,'_cms_nav_minihome',''),(6961,441,'title','暗号は金なり - \r\nそれを使いましょう'),(6962,441,'description','これが暗号銀行の未来です。 CryptoWalletは、デジタル通貨へのゲートウェイです。あなたのビジネスに暗号支払いを統合するか、またはどんな店であなたの暗号を使うか。'),(6963,419,'_alp_processed','1562788169'),(6964,424,'_alp_processed','1562788169'),(6966,441,'_edit_lock','1567014831:1'),(6967,441,'_edit_last','1'),(6968,441,'_title','field_5d264012842b2'),(6969,441,'_description','field_5d26402d842b3'),(6970,458,'show_crypto_funds','0'),(6971,458,'_show_crypto_funds','field_5d1cd58ba65cf'),(6972,458,'title','暗号は金なり - \r\nそれを使いましょう'),(6973,458,'_title','field_5d264012842b2'),(6974,458,'description','これが暗号銀行の未来です。 CryptoWalletは、デジタル通貨へのゲートウェイです。あなたのビジネスに暗号支払いを統合するか、またはどんな店であなたの暗号を使うか。'),(6975,458,'_description','field_5d26402d842b3'),(6976,181,'_wpml_media_featured','1'),(6977,181,'_wpml_media_duplicate','1'),(6979,221,'_wpml_media_featured','1'),(6980,221,'_wpml_media_duplicate','1'),(6981,273,'_wpml_media_featured','1'),(6982,273,'_wpml_media_duplicate','1'),(6983,296,'_wpml_media_featured','1'),(6984,296,'_wpml_media_duplicate','1'),(6985,384,'_wpml_media_usage','a:1:{s:5:\"posts\";a:1:{i:0;i:296;}}'),(6986,383,'_wpml_media_usage','a:1:{s:5:\"posts\";a:1:{i:0;i:296;}}'),(6987,381,'_wpml_media_usage','a:1:{s:5:\"posts\";a:1:{i:0;i:296;}}'),(6988,382,'_wpml_media_usage','a:1:{s:5:\"posts\";a:1:{i:0;i:296;}}'),(6989,379,'_wpml_media_usage','a:1:{s:5:\"posts\";a:1:{i:0;i:296;}}'),(6990,380,'_wpml_media_usage','a:1:{s:5:\"posts\";a:1:{i:0;i:296;}}'),(6991,9,'_wpml_word_count','{\"total\":2,\"to_translate\":{\"ja\":2,\"ru\":2,\"sg\":2,\"es\":2}}'),(6992,9,'_wpml_media_featured','1'),(6993,9,'_wpml_media_duplicate','1'),(6994,386,'_wpml_media_featured','1'),(6995,386,'_wpml_media_duplicate','1'),(6996,311,'_wpml_media_featured','1'),(6997,311,'_wpml_media_duplicate','1'),(6999,421,'_wpml_media_featured','0'),(7000,419,'title_cryptowallet','What is CryptoWallet?'),(7001,419,'_title_cryptowallet','field_5d26470a0c80a'),(7002,419,'description_cryptowallet','CryptoWallet is an end-to-end crypto banking and commercial solution.'),(7003,419,'_description_cryptowallet','field_5d26471d0c80b'),(7004,419,'benefits_0_title','Wallet'),(7005,419,'_benefits_0_title','field_5d26480f0c80d'),(7006,419,'benefits_0_description','It’s a wallet where you can securely store your crypto funds.'),(7007,419,'_benefits_0_description','field_5d26481d0c80e'),(7008,419,'benefits_1_title','Card'),(7009,419,'_benefits_1_title','field_5d26480f0c80d'),(7010,419,'benefits_1_description','It’s a prepaid card that lets you spend crypto in any store.'),(7011,419,'_benefits_1_description','field_5d26481d0c80e'),(7012,419,'benefits_2_title','Exchange'),(7013,419,'_benefits_2_title','field_5d26480f0c80d'),(7014,419,'benefits_2_description','It’s an exchange that allows you to quickly and easily exchange crypto on your phone.'),(7015,419,'_benefits_2_description','field_5d26481d0c80e'),(7020,419,'benefits','3'),(7021,419,'_benefits','field_5d2647670c80c'),(7022,465,'show_crypto_funds','0'),(7023,465,'_show_crypto_funds','field_5d1cd58ba65cf'),(7024,465,'title','Crypto Is Money - \r\nLet’s Use It.'),(7025,465,'_title','field_5d264012842b2'),(7026,465,'description','This is the future of crypto banking. CryptoWallet is your gateway to digital currency and beyond. Integrate crypto payments into your business or spend your crypto in any store.'),(7027,465,'_description','field_5d26402d842b3'),(7028,465,'title_cryptowallet',''),(7029,465,'_title_cryptowallet','field_5d26470a0c80a'),(7030,465,'description_cryptowallet',''),(7031,465,'_description_cryptowallet','field_5d26471d0c80b'),(7032,465,'benefits_0_title','Wallet'),(7033,465,'_benefits_0_title','field_5d26480f0c80d'),(7034,465,'benefits_0_description','It’s a wallet where you can securely store your crypto funds.'),(7035,465,'_benefits_0_description','field_5d26481d0c80e'),(7036,465,'benefits_1_title','Debit Card'),(7037,465,'_benefits_1_title','field_5d26480f0c80d'),(7038,465,'benefits_1_description','It’s a debit card that lets you spend crypto in any store.'),(7039,465,'_benefits_1_description','field_5d26481d0c80e'),(7040,465,'benefits_2_title','Exchange App'),(7041,465,'_benefits_2_title','field_5d26480f0c80d'),(7042,465,'benefits_2_description','It’s an exchange app that allows you to quickly and easily exchange crypto on your phone.'),(7043,465,'_benefits_2_description','field_5d26481d0c80e'),(7044,465,'benefits_3_title','Payment Widget'),(7045,465,'_benefits_3_title','field_5d26480f0c80d'),(7046,465,'benefits_3_description','It’s a payment widget that lets your business accept all top cryptos with the lowest fees in the industry.'),(7047,465,'_benefits_3_description','field_5d26481d0c80e'),(7048,465,'benefits','4'),(7049,465,'_benefits','field_5d2647670c80c'),(7062,419,'benefits_0_animation_card','Wallet'),(7063,419,'_benefits_0_animation_card','field_5d2649429a9b9'),(7064,419,'benefits_1_animation_card','Debit Card'),(7065,419,'_benefits_1_animation_card','field_5d2649429a9b9'),(7066,419,'benefits_2_animation_card','Exchange App'),(7067,419,'_benefits_2_animation_card','field_5d2649429a9b9'),(7070,470,'show_crypto_funds','0'),(7071,470,'_show_crypto_funds','field_5d1cd58ba65cf'),(7072,470,'title','Crypto Is Money - \r\nLet’s Use It.'),(7073,470,'_title','field_5d264012842b2'),(7074,470,'description','This is the future of crypto banking. CryptoWallet is your gateway to digital currency and beyond. Integrate crypto payments into your business or spend your crypto in any store.'),(7075,470,'_description','field_5d26402d842b3'),(7076,470,'title_cryptowallet',''),(7077,470,'_title_cryptowallet','field_5d26470a0c80a'),(7078,470,'description_cryptowallet',''),(7079,470,'_description_cryptowallet','field_5d26471d0c80b'),(7080,470,'benefits_0_title','Wallet'),(7081,470,'_benefits_0_title','field_5d26480f0c80d'),(7082,470,'benefits_0_description','It’s a wallet where you can securely store your crypto funds.'),(7083,470,'_benefits_0_description','field_5d26481d0c80e'),(7084,470,'benefits_1_title','Debit Card'),(7085,470,'_benefits_1_title','field_5d26480f0c80d'),(7086,470,'benefits_1_description','It’s a debit card that lets you spend crypto in any store.'),(7087,470,'_benefits_1_description','field_5d26481d0c80e'),(7088,470,'benefits_2_title','Exchange App'),(7089,470,'_benefits_2_title','field_5d26480f0c80d'),(7090,470,'benefits_2_description','It’s an exchange app that allows you to quickly and easily exchange crypto on your phone.'),(7091,470,'_benefits_2_description','field_5d26481d0c80e'),(7092,470,'benefits_3_title','Payment Widget'),(7093,470,'_benefits_3_title','field_5d26480f0c80d'),(7094,470,'benefits_3_description','It’s a payment widget that lets your business accept all top cryptos with the lowest fees in the industry.'),(7095,470,'_benefits_3_description','field_5d26481d0c80e'),(7096,470,'benefits','4'),(7097,470,'_benefits','field_5d2647670c80c'),(7098,470,'benefits_0_animation_card','Wallet'),(7099,470,'_benefits_0_animation_card','field_5d2649429a9b9'),(7100,470,'benefits_1_animation_card','Debit Card'),(7101,470,'_benefits_1_animation_card','field_5d2649429a9b9'),(7102,470,'benefits_2_animation_card','Exchange App'),(7103,470,'_benefits_2_animation_card','field_5d2649429a9b9'),(7104,470,'benefits_3_animation_card','Payment Widget'),(7105,470,'_benefits_3_animation_card','field_5d2649429a9b9'),(7118,474,'show_crypto_funds','0'),(7119,474,'_show_crypto_funds','field_5d1cd58ba65cf'),(7120,474,'title','Crypto Is Money - \r\nLet’s Use It.'),(7121,474,'_title','field_5d264012842b2'),(7122,474,'description','This is the future of crypto banking. CryptoWallet is your gateway to digital currency and beyond. Integrate crypto payments into your business or spend your crypto in any store.'),(7123,474,'_description','field_5d26402d842b3'),(7124,474,'title_cryptowallet','What is CryptoWallet?'),(7125,474,'_title_cryptowallet','field_5d26470a0c80a'),(7126,474,'description_cryptowallet','CryptoWallet is an end-to-end crypto banking and commercial solution.'),(7127,474,'_description_cryptowallet','field_5d26471d0c80b'),(7128,474,'benefits_0_title','Wallet'),(7129,474,'_benefits_0_title','field_5d26480f0c80d'),(7130,474,'benefits_0_description','It’s a wallet where you can securely store your crypto funds.'),(7131,474,'_benefits_0_description','field_5d26481d0c80e'),(7132,474,'benefits_1_title','Debit Card'),(7133,474,'_benefits_1_title','field_5d26480f0c80d'),(7134,474,'benefits_1_description','It’s a debit card that lets you spend crypto in any store.'),(7135,474,'_benefits_1_description','field_5d26481d0c80e'),(7136,474,'benefits_2_title','Exchange App'),(7137,474,'_benefits_2_title','field_5d26480f0c80d'),(7138,474,'benefits_2_description','It’s an exchange app that allows you to quickly and easily exchange crypto on your phone.'),(7139,474,'_benefits_2_description','field_5d26481d0c80e'),(7140,474,'benefits_3_title','Payment Widget'),(7141,474,'_benefits_3_title','field_5d26480f0c80d'),(7142,474,'benefits_3_description','It’s a payment widget that lets your business accept all top cryptos with the lowest fees in the industry.'),(7143,474,'_benefits_3_description','field_5d26481d0c80e'),(7144,474,'benefits','4'),(7145,474,'_benefits','field_5d2647670c80c'),(7146,474,'benefits_0_animation_card','Wallet'),(7147,474,'_benefits_0_animation_card','field_5d2649429a9b9'),(7148,474,'benefits_1_animation_card','Debit Card'),(7149,474,'_benefits_1_animation_card','field_5d2649429a9b9'),(7150,474,'benefits_2_animation_card','Exchange App'),(7151,474,'_benefits_2_animation_card','field_5d2649429a9b9'),(7152,474,'benefits_3_animation_card','Payment Widget'),(7153,474,'_benefits_3_animation_card','field_5d2649429a9b9'),(7166,478,'show_crypto_funds','0'),(7167,478,'_show_crypto_funds','field_5d1cd58ba65cf'),(7168,478,'title','Crypto Is Money - \r\nLet’s Use It.'),(7169,478,'_title','field_5d264012842b2'),(7170,478,'description','This is the future of crypto banking. CryptoWallet is your gateway to digital currency and beyond. Integrate crypto payments into your business or spend your crypto in any store.'),(7171,478,'_description','field_5d26402d842b3'),(7172,478,'title_cryptowallet','What is CryptoWallet?'),(7173,478,'_title_cryptowallet','field_5d26470a0c80a'),(7174,478,'description_cryptowallet','CryptoWallet is an end-to-end crypto banking and commercial solution.'),(7175,478,'_description_cryptowallet','field_5d26471d0c80b'),(7176,478,'benefits_0_title','Debit Card'),(7177,478,'_benefits_0_title','field_5d26480f0c80d'),(7178,478,'benefits_0_description','It’s a debit card that lets you spend crypto in any store.'),(7179,478,'_benefits_0_description','field_5d26481d0c80e'),(7180,478,'benefits_1_title','Wallet'),(7181,478,'_benefits_1_title','field_5d26480f0c80d'),(7182,478,'benefits_1_description','It’s a wallet where you can securely store your crypto funds.'),(7183,478,'_benefits_1_description','field_5d26481d0c80e'),(7184,478,'benefits_2_title','Exchange App'),(7185,478,'_benefits_2_title','field_5d26480f0c80d'),(7186,478,'benefits_2_description','It’s an exchange app that allows you to quickly and easily exchange crypto on your phone.'),(7187,478,'_benefits_2_description','field_5d26481d0c80e'),(7188,478,'benefits_3_title','Payment Widget'),(7189,478,'_benefits_3_title','field_5d26480f0c80d'),(7190,478,'benefits_3_description','It’s a payment widget that lets your business accept all top cryptos with the lowest fees in the industry.'),(7191,478,'_benefits_3_description','field_5d26481d0c80e'),(7192,478,'benefits','4'),(7193,478,'_benefits','field_5d2647670c80c'),(7194,478,'benefits_0_animation_card','Debit Card'),(7195,478,'_benefits_0_animation_card','field_5d2649429a9b9'),(7196,478,'benefits_1_animation_card','Wallet'),(7197,478,'_benefits_1_animation_card','field_5d2649429a9b9'),(7198,478,'benefits_2_animation_card','Exchange App'),(7199,478,'_benefits_2_animation_card','field_5d2649429a9b9'),(7200,478,'benefits_3_animation_card','Payment Widget'),(7201,478,'_benefits_3_animation_card','field_5d2649429a9b9'),(7214,482,'show_crypto_funds','0'),(7215,482,'_show_crypto_funds','field_5d1cd58ba65cf'),(7216,482,'title','Crypto Is Money - \r\nLet’s Use It.'),(7217,482,'_title','field_5d264012842b2'),(7218,482,'description','This is the future of crypto banking. CryptoWallet is your gateway to digital currency and beyond. Integrate crypto payments into your business or spend your crypto in any store.'),(7219,482,'_description','field_5d26402d842b3'),(7220,482,'title_cryptowallet','What is CryptoWallet?'),(7221,482,'_title_cryptowallet','field_5d26470a0c80a'),(7222,482,'description_cryptowallet','CryptoWallet is an end-to-end crypto banking and commercial solution.'),(7223,482,'_description_cryptowallet','field_5d26471d0c80b'),(7224,482,'benefits_0_title','Wallet'),(7225,482,'_benefits_0_title','field_5d26480f0c80d'),(7226,482,'benefits_0_description','It’s a wallet where you can securely store your crypto funds.'),(7227,482,'_benefits_0_description','field_5d26481d0c80e'),(7228,482,'benefits_1_title','Debit Card'),(7229,482,'_benefits_1_title','field_5d26480f0c80d'),(7230,482,'benefits_1_description','It’s a debit card that lets you spend crypto in any store.'),(7231,482,'_benefits_1_description','field_5d26481d0c80e'),(7232,482,'benefits_2_title','Exchange App'),(7233,482,'_benefits_2_title','field_5d26480f0c80d'),(7234,482,'benefits_2_description','It’s an exchange app that allows you to quickly and easily exchange crypto on your phone.'),(7235,482,'_benefits_2_description','field_5d26481d0c80e'),(7236,482,'benefits_3_title','Payment Widget'),(7237,482,'_benefits_3_title','field_5d26480f0c80d'),(7238,482,'benefits_3_description','It’s a payment widget that lets your business accept all top cryptos with the lowest fees in the industry.'),(7239,482,'_benefits_3_description','field_5d26481d0c80e'),(7240,482,'benefits','4'),(7241,482,'_benefits','field_5d2647670c80c'),(7242,482,'benefits_0_animation_card','Wallet'),(7243,482,'_benefits_0_animation_card','field_5d2649429a9b9'),(7244,482,'benefits_1_animation_card','Debit Card'),(7245,482,'_benefits_1_animation_card','field_5d2649429a9b9'),(7246,482,'benefits_2_animation_card','Exchange App'),(7247,482,'_benefits_2_animation_card','field_5d2649429a9b9'),(7248,482,'benefits_3_animation_card','Payment Widget'),(7249,482,'_benefits_3_animation_card','field_5d2649429a9b9'),(7262,419,'title_welcome','Welcome to your gateway \r\nfor digital currency.'),(7263,419,'_title_welcome','field_5d264f1cfddba'),(7264,488,'show_crypto_funds','0'),(7265,488,'_show_crypto_funds','field_5d1cd58ba65cf'),(7266,488,'title','Crypto Is Money - \r\nLet’s Use It.'),(7267,488,'_title','field_5d264012842b2'),(7268,488,'description','This is the future of crypto banking. CryptoWallet is your gateway to digital currency and beyond. Integrate crypto payments into your business or spend your crypto in any store.'),(7269,488,'_description','field_5d26402d842b3'),(7270,488,'title_cryptowallet','What is CryptoWallet?'),(7271,488,'_title_cryptowallet','field_5d26470a0c80a'),(7272,488,'description_cryptowallet','CryptoWallet is an end-to-end crypto banking and commercial solution.'),(7273,488,'_description_cryptowallet','field_5d26471d0c80b'),(7274,488,'benefits_0_title','Wallet'),(7275,488,'_benefits_0_title','field_5d26480f0c80d'),(7276,488,'benefits_0_description','It’s a wallet where you can securely store your crypto funds.'),(7277,488,'_benefits_0_description','field_5d26481d0c80e'),(7278,488,'benefits_1_title','Debit Card'),(7279,488,'_benefits_1_title','field_5d26480f0c80d'),(7280,488,'benefits_1_description','It’s a debit card that lets you spend crypto in any store.'),(7281,488,'_benefits_1_description','field_5d26481d0c80e'),(7282,488,'benefits_2_title','Exchange App'),(7283,488,'_benefits_2_title','field_5d26480f0c80d'),(7284,488,'benefits_2_description','It’s an exchange app that allows you to quickly and easily exchange crypto on your phone.'),(7285,488,'_benefits_2_description','field_5d26481d0c80e'),(7286,488,'benefits_3_title','Payment Widget'),(7287,488,'_benefits_3_title','field_5d26480f0c80d'),(7288,488,'benefits_3_description','It’s a payment widget that lets your business accept all top cryptos with the lowest fees in the industry.'),(7289,488,'_benefits_3_description','field_5d26481d0c80e'),(7290,488,'benefits','4'),(7291,488,'_benefits','field_5d2647670c80c'),(7292,488,'benefits_0_animation_card','Wallet'),(7293,488,'_benefits_0_animation_card','field_5d2649429a9b9'),(7294,488,'benefits_1_animation_card','Debit Card'),(7295,488,'_benefits_1_animation_card','field_5d2649429a9b9'),(7296,488,'benefits_2_animation_card','Exchange App'),(7297,488,'_benefits_2_animation_card','field_5d2649429a9b9'),(7298,488,'benefits_3_animation_card','Payment Widget'),(7299,488,'_benefits_3_animation_card','field_5d2649429a9b9'),(7300,488,'title_welcome','Welcome to your gateway \r\nfor digital currency.'),(7301,488,'_title_welcome','field_5d264f1cfddba'),(7314,492,'_wpml_word_count','{\"total\":0,\"to_translate\":{\"en\":2,\"ja\":2,\"ru\":2,\"sg\":2,\"es\":2}}'),(7317,492,'_alp_processed','1596658773'),(7318,492,'_wp_page_template','page-wallet.php'),(7321,492,'_text','field_5d1cca162e7fb'),(7323,492,'_list','field_5d1cca162ebf6'),(7325,492,'_title_buy','field_5d1cca16bc540'),(7327,492,'_text_buy','field_5d1ccec5cbdcd'),(7329,492,'_step_1_title','field_5d1cca16d5383'),(7331,492,'_step_1_text','field_5d1cca16d5769'),(7333,492,'_step_1','field_5d1cca16c8867'),(7335,492,'_step_2_title','field_5d1ccf2720918'),(7337,492,'_step_2_text','field_5d1ccf2720919'),(7339,492,'_step_2','field_5d1ccf2720917'),(7341,492,'_step_3_title','field_5d1ccf2b2091b'),(7343,492,'_step_3_text','field_5d1ccf2b2091c'),(7345,492,'_step_3','field_5d1ccf2a2091a'),(7347,492,'_title_download','field_5d1ccf67eb112'),(7349,492,'_title_security','field_5d1ccf8aeb113'),(7351,492,'_text_security','field_5d1ccfb1eb114'),(7353,492,'_sell_crypto_title','field_5d1cd05da4c1c'),(7355,492,'_sell_crypto_text','field_5d1cd05da4c1d'),(7357,492,'_sell_crypto_text_link','field_5d1cd0a9a4c1e'),(7359,492,'_sell_crypto_link','field_5d1cd0cba4c1f'),(7361,492,'_sell_crypto','field_5d1cd05da4c1b'),(7363,492,'_hold_crypto_title','field_5d1cd0e2a4c21'),(7365,492,'_hold_crypto_text','field_5d1cd0e2a4c22'),(7367,492,'_hold_crypto','field_5d1cd0e2a4c20'),(7369,492,'_send_crypto_title','field_5d1cd103a4c26'),(7371,492,'_send_crypto_text','field_5d1cd103a4c27'),(7373,492,'_send_crypto','field_5d1cd103a4c25'),(7375,492,'_title_questions','field_5d1cca17cb399'),(7377,492,'_text_questions','field_5d1cd273e67bf'),(7379,492,'_show_crypto_funds','field_5d1cd58ba65cf'),(7383,492,'_icl_lang_duplicate_of','181'),(7384,493,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:27;s:6:\"height\";i:36;s:4:\"file\";s:16:\"/2019/07/btc.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:7:\"btc.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:7:\"btc.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:7:\"btc.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:7:\"btc.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:7:\"btc.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(7385,493,'_wp_attached_file','2019/07/btc.svg'),(7386,493,'wpml_media_processed','1'),(7387,399,'_wpml_word_count','{\"total\":312,\"to_translate\":{\"ja\":312,\"ru\":312,\"sg\":312,\"es\":312}}'),(7388,400,'_wpml_word_count','{\"total\":313,\"to_translate\":{\"ja\":313,\"ru\":313,\"sg\":313,\"es\":313}}'),(7389,401,'_wpml_word_count','{\"total\":313,\"to_translate\":{\"ja\":313,\"ru\":313,\"sg\":313,\"es\":313}}'),(7390,396,'_wpml_word_count','{\"total\":312,\"to_translate\":{\"ja\":312,\"ru\":312,\"sg\":312,\"es\":312}}'),(7391,419,'title_contactless','A Contactless Crypto Wallet \r\nDebit Card With Cashback'),(7392,419,'_title_contactless','field_5d26573a87236'),(7393,419,'description_contactless','Cryptocurrency adoption is here with our innovative new contactless debit card.'),(7394,419,'_description_contactless','field_5d26577287237'),(7395,419,'benefits_contactless_0_icone','note'),(7396,419,'_benefits_contactless_0_icone','field_5d2658038723f'),(7397,419,'benefits_contactless_0_title','Shop Anywhere'),(7398,419,'_benefits_contactless_0_title','field_5d2658038723d'),(7399,419,'benefits_contactless_0_description','You can finally spend your cryptocurrency on real goods and services anywhere that accepts VISA.'),(7400,419,'_benefits_contactless_0_description','field_5d2658038723e'),(7401,419,'benefits_contactless_1_icone','coin'),(7402,419,'_benefits_contactless_1_icone','field_5d2658038723f'),(7403,419,'benefits_contactless_1_title','Convert'),(7404,419,'_benefits_contactless_1_title','field_5d2658038723d'),(7405,419,'benefits_contactless_1_description','Converting your crypto to fiat for purchases is simple using the instant in-appexchange feature. Stop the crypto shuffle and let CryptoWallet do the work.'),(7406,419,'_benefits_contactless_1_description','field_5d2658038723e'),(7407,419,'benefits_contactless_2_icone','bitcoin'),(7408,419,'_benefits_contactless_2_icone','field_5d2658038723f'),(7409,419,'benefits_contactless_2_title','Unique Crypto Cashback'),(7410,419,'_benefits_contactless_2_title','field_5d2658038723d'),(7411,419,'benefits_contactless_2_description','Take advantage of our unique crypto cashback feature, it puts money in your wallet - literally. Get cashback in crypto on purchases made in store with your CryptoWallet Visa debit card.'),(7412,419,'_benefits_contactless_2_description','field_5d2658038723e'),(7413,419,'benefits_contactless_3_icone','credit'),(7414,419,'_benefits_contactless_3_icone','field_5d2658038723f'),(7415,419,'benefits_contactless_3_title','Contactless'),(7416,419,'_benefits_contactless_3_title','field_5d2658038723d'),(7417,419,'benefits_contactless_3_description','Make crypto purchases in seconds by simply tapping your card.'),(7418,419,'_benefits_contactless_3_description','field_5d2658038723e'),(7419,419,'benefits_contactless','4'),(7420,419,'_benefits_contactless','field_5d2658038723c'),(7421,501,'show_crypto_funds','0'),(7422,501,'_show_crypto_funds','field_5d1cd58ba65cf'),(7423,501,'title','Crypto Is Money - \r\nLet’s Use It.'),(7424,501,'_title','field_5d264012842b2'),(7425,501,'description','This is the future of crypto banking. CryptoWallet is your gateway to digital currency and beyond. Integrate crypto payments into your business or spend your crypto in any store.'),(7426,501,'_description','field_5d26402d842b3'),(7427,501,'title_cryptowallet','What is CryptoWallet?'),(7428,501,'_title_cryptowallet','field_5d26470a0c80a'),(7429,501,'description_cryptowallet','CryptoWallet is an end-to-end crypto banking and commercial solution.'),(7430,501,'_description_cryptowallet','field_5d26471d0c80b'),(7431,501,'benefits_0_title','Wallet'),(7432,501,'_benefits_0_title','field_5d26480f0c80d'),(7433,501,'benefits_0_description','It’s a wallet where you can securely store your crypto funds.'),(7434,501,'_benefits_0_description','field_5d26481d0c80e'),(7435,501,'benefits_1_title','Debit Card'),(7436,501,'_benefits_1_title','field_5d26480f0c80d'),(7437,501,'benefits_1_description','It’s a debit card that lets you spend crypto in any store.'),(7438,501,'_benefits_1_description','field_5d26481d0c80e'),(7439,501,'benefits_2_title','Exchange App'),(7440,501,'_benefits_2_title','field_5d26480f0c80d'),(7441,501,'benefits_2_description','It’s an exchange app that allows you to quickly and easily exchange crypto on your phone.'),(7442,501,'_benefits_2_description','field_5d26481d0c80e'),(7443,501,'benefits_3_title','Payment Widget'),(7444,501,'_benefits_3_title','field_5d26480f0c80d'),(7445,501,'benefits_3_description','It’s a payment widget that lets your business accept all top cryptos with the lowest fees in the industry.'),(7446,501,'_benefits_3_description','field_5d26481d0c80e'),(7447,501,'benefits','4'),(7448,501,'_benefits','field_5d2647670c80c'),(7449,501,'benefits_0_animation_card','Wallet'),(7450,501,'_benefits_0_animation_card','field_5d2649429a9b9'),(7451,501,'benefits_1_animation_card','Debit Card'),(7452,501,'_benefits_1_animation_card','field_5d2649429a9b9'),(7453,501,'benefits_2_animation_card','Exchange App'),(7454,501,'_benefits_2_animation_card','field_5d2649429a9b9'),(7455,501,'benefits_3_animation_card','Payment Widget'),(7456,501,'_benefits_3_animation_card','field_5d2649429a9b9'),(7457,501,'title_welcome','Welcome to your gateway \r\nfor digital currency.'),(7458,501,'_title_welcome','field_5d264f1cfddba'),(7459,501,'title_contactless','A Contactless Crypto Wallet \r\nDebit Card With Cashback'),(7460,501,'_title_contactless','field_5d26573a87236'),(7461,501,'description_contactless','Cryptocurrency adoption is here with our innovative new contactless debit card.'),(7462,501,'_description_contactless','field_5d26577287237'),(7463,501,'benefits_contactless_0_icone','Wallet'),(7464,501,'_benefits_contactless_0_icone','field_5d2658038723f'),(7465,501,'benefits_contactless_0_title',''),(7466,501,'_benefits_contactless_0_title','field_5d2658038723d'),(7467,501,'benefits_contactless_0_description',''),(7468,501,'_benefits_contactless_0_description','field_5d2658038723e'),(7469,501,'benefits_contactless_1_icone','Wallet'),(7470,501,'_benefits_contactless_1_icone','field_5d2658038723f'),(7471,501,'benefits_contactless_1_title',''),(7472,501,'_benefits_contactless_1_title','field_5d2658038723d'),(7473,501,'benefits_contactless_1_description',''),(7474,501,'_benefits_contactless_1_description','field_5d2658038723e'),(7475,501,'benefits_contactless_2_icone','Wallet'),(7476,501,'_benefits_contactless_2_icone','field_5d2658038723f'),(7477,501,'benefits_contactless_2_title',''),(7478,501,'_benefits_contactless_2_title','field_5d2658038723d'),(7479,501,'benefits_contactless_2_description',''),(7480,501,'_benefits_contactless_2_description','field_5d2658038723e'),(7481,501,'benefits_contactless_3_icone','Wallet'),(7482,501,'_benefits_contactless_3_icone','field_5d2658038723f'),(7483,501,'benefits_contactless_3_title',''),(7484,501,'_benefits_contactless_3_title','field_5d2658038723d'),(7485,501,'benefits_contactless_3_description',''),(7486,501,'_benefits_contactless_3_description','field_5d2658038723e'),(7487,501,'benefits_contactless','4'),(7488,501,'_benefits_contactless','field_5d2658038723c'),(7501,505,'show_crypto_funds','0'),(7502,505,'_show_crypto_funds','field_5d1cd58ba65cf'),(7503,505,'title','Crypto Is Money - \r\nLet’s Use It.'),(7504,505,'_title','field_5d264012842b2'),(7505,505,'description','This is the future of crypto banking. CryptoWallet is your gateway to digital currency and beyond. Integrate crypto payments into your business or spend your crypto in any store.'),(7506,505,'_description','field_5d26402d842b3'),(7507,505,'title_cryptowallet','What is CryptoWallet?'),(7508,505,'_title_cryptowallet','field_5d26470a0c80a'),(7509,505,'description_cryptowallet','CryptoWallet is an end-to-end crypto banking and commercial solution.'),(7510,505,'_description_cryptowallet','field_5d26471d0c80b'),(7511,505,'benefits_0_title','Wallet'),(7512,505,'_benefits_0_title','field_5d26480f0c80d'),(7513,505,'benefits_0_description','It’s a wallet where you can securely store your crypto funds.'),(7514,505,'_benefits_0_description','field_5d26481d0c80e'),(7515,505,'benefits_1_title','Debit Card'),(7516,505,'_benefits_1_title','field_5d26480f0c80d'),(7517,505,'benefits_1_description','It’s a debit card that lets you spend crypto in any store.'),(7518,505,'_benefits_1_description','field_5d26481d0c80e'),(7519,505,'benefits_2_title','Exchange App'),(7520,505,'_benefits_2_title','field_5d26480f0c80d'),(7521,505,'benefits_2_description','It’s an exchange app that allows you to quickly and easily exchange crypto on your phone.'),(7522,505,'_benefits_2_description','field_5d26481d0c80e'),(7523,505,'benefits_3_title','Payment Widget'),(7524,505,'_benefits_3_title','field_5d26480f0c80d'),(7525,505,'benefits_3_description','It’s a payment widget that lets your business accept all top cryptos with the lowest fees in the industry.'),(7526,505,'_benefits_3_description','field_5d26481d0c80e'),(7527,505,'benefits','4'),(7528,505,'_benefits','field_5d2647670c80c'),(7529,505,'benefits_0_animation_card','Wallet'),(7530,505,'_benefits_0_animation_card','field_5d2649429a9b9'),(7531,505,'benefits_1_animation_card','Debit Card'),(7532,505,'_benefits_1_animation_card','field_5d2649429a9b9'),(7533,505,'benefits_2_animation_card','Exchange App'),(7534,505,'_benefits_2_animation_card','field_5d2649429a9b9'),(7535,505,'benefits_3_animation_card','Payment Widget'),(7536,505,'_benefits_3_animation_card','field_5d2649429a9b9'),(7537,505,'title_welcome','Welcome to your gateway \r\nfor digital currency.'),(7538,505,'_title_welcome','field_5d264f1cfddba'),(7539,505,'title_contactless','A Contactless Crypto Wallet \r\nDebit Card With Cashback'),(7540,505,'_title_contactless','field_5d26573a87236'),(7541,505,'description_contactless','Cryptocurrency adoption is here with our innovative new contactless debit card.'),(7542,505,'_description_contactless','field_5d26577287237'),(7543,505,'benefits_contactless_0_icone','Notebook'),(7544,505,'_benefits_contactless_0_icone','field_5d2658038723f'),(7545,505,'benefits_contactless_0_title','Shop Anywhere'),(7546,505,'_benefits_contactless_0_title','field_5d2658038723d'),(7547,505,'benefits_contactless_0_description','You can finally spend your cryptocurrency on real goods and services anywhere that accepts VISA.'),(7548,505,'_benefits_contactless_0_description','field_5d2658038723e'),(7549,505,'benefits_contactless_1_icone','Coins'),(7550,505,'_benefits_contactless_1_icone','field_5d2658038723f'),(7551,505,'benefits_contactless_1_title','Convert'),(7552,505,'_benefits_contactless_1_title','field_5d2658038723d'),(7553,505,'benefits_contactless_1_description','Converting your crypto to fiat for purchases is simple using the instant in-appexchange feature. Stop the crypto shuffle and let CryptoWallet do the work.'),(7554,505,'_benefits_contactless_1_description','field_5d2658038723e'),(7555,505,'benefits_contactless_2_icone','Bitcoins'),(7556,505,'_benefits_contactless_2_icone','field_5d2658038723f'),(7557,505,'benefits_contactless_2_title','Unique Crypto Cashback'),(7558,505,'_benefits_contactless_2_title','field_5d2658038723d'),(7559,505,'benefits_contactless_2_description','Take advantage of our unique crypto cashback feature, it puts money in your wallet - literally. Get cashback in crypto on purchases made in store with your CryptoWallet Visa debit card.'),(7560,505,'_benefits_contactless_2_description','field_5d2658038723e'),(7561,505,'benefits_contactless_3_icone','Card Credit'),(7562,505,'_benefits_contactless_3_icone','field_5d2658038723f'),(7563,505,'benefits_contactless_3_title','Contactless'),(7564,505,'_benefits_contactless_3_title','field_5d2658038723d'),(7565,505,'benefits_contactless_3_description','Make crypto purchases in seconds by simply tapping your card.'),(7566,505,'_benefits_contactless_3_description','field_5d2658038723e'),(7567,505,'benefits_contactless','4'),(7568,505,'_benefits_contactless','field_5d2658038723c'),(7581,419,'title_coins','A Universal CryptoWallet'),(7582,419,'_title_coins','field_5d2659ba646f0'),(7583,419,'description_coins','Check out our full list of our supported currencies. '),(7584,419,'_description_coins','field_5d2659d4646f1'),(7585,514,'show_crypto_funds','0'),(7586,514,'_show_crypto_funds','field_5d1cd58ba65cf'),(7587,514,'title','Crypto Is Money - \r\nLet’s Use It.'),(7588,514,'_title','field_5d264012842b2'),(7589,514,'description','This is the future of crypto banking. CryptoWallet is your gateway to digital currency and beyond. Integrate crypto payments into your business or spend your crypto in any store.'),(7590,514,'_description','field_5d26402d842b3'),(7591,514,'title_cryptowallet','What is CryptoWallet?'),(7592,514,'_title_cryptowallet','field_5d26470a0c80a'),(7593,514,'description_cryptowallet','CryptoWallet is an end-to-end crypto banking and commercial solution.'),(7594,514,'_description_cryptowallet','field_5d26471d0c80b'),(7595,514,'benefits_0_title','Wallet'),(7596,514,'_benefits_0_title','field_5d26480f0c80d'),(7597,514,'benefits_0_description','It’s a wallet where you can securely store your crypto funds.'),(7598,514,'_benefits_0_description','field_5d26481d0c80e'),(7599,514,'benefits_1_title','Debit Card'),(7600,514,'_benefits_1_title','field_5d26480f0c80d'),(7601,514,'benefits_1_description','It’s a debit card that lets you spend crypto in any store.'),(7602,514,'_benefits_1_description','field_5d26481d0c80e'),(7603,514,'benefits_2_title','Exchange App'),(7604,514,'_benefits_2_title','field_5d26480f0c80d'),(7605,514,'benefits_2_description','It’s an exchange app that allows you to quickly and easily exchange crypto on your phone.'),(7606,514,'_benefits_2_description','field_5d26481d0c80e'),(7607,514,'benefits_3_title','Payment Widget'),(7608,514,'_benefits_3_title','field_5d26480f0c80d'),(7609,514,'benefits_3_description','It’s a payment widget that lets your business accept all top cryptos with the lowest fees in the industry.'),(7610,514,'_benefits_3_description','field_5d26481d0c80e'),(7611,514,'benefits','4'),(7612,514,'_benefits','field_5d2647670c80c'),(7613,514,'benefits_0_animation_card','Wallet'),(7614,514,'_benefits_0_animation_card','field_5d2649429a9b9'),(7615,514,'benefits_1_animation_card','Debit Card'),(7616,514,'_benefits_1_animation_card','field_5d2649429a9b9'),(7617,514,'benefits_2_animation_card','Exchange App'),(7618,514,'_benefits_2_animation_card','field_5d2649429a9b9'),(7619,514,'benefits_3_animation_card','Payment Widget'),(7620,514,'_benefits_3_animation_card','field_5d2649429a9b9'),(7621,514,'title_welcome','Welcome to your gateway \r\nfor digital currency.'),(7622,514,'_title_welcome','field_5d264f1cfddba'),(7623,514,'title_contactless','A Contactless Crypto Wallet \r\nDebit Card With Cashback'),(7624,514,'_title_contactless','field_5d26573a87236'),(7625,514,'description_contactless','Cryptocurrency adoption is here with our innovative new contactless debit card.'),(7626,514,'_description_contactless','field_5d26577287237'),(7627,514,'benefits_contactless_0_icone','Notebook'),(7628,514,'_benefits_contactless_0_icone','field_5d2658038723f'),(7629,514,'benefits_contactless_0_title','Shop Anywhere'),(7630,514,'_benefits_contactless_0_title','field_5d2658038723d'),(7631,514,'benefits_contactless_0_description','You can finally spend your cryptocurrency on real goods and services anywhere that accepts VISA.'),(7632,514,'_benefits_contactless_0_description','field_5d2658038723e'),(7633,514,'benefits_contactless_1_icone','Coins'),(7634,514,'_benefits_contactless_1_icone','field_5d2658038723f'),(7635,514,'benefits_contactless_1_title','Convert'),(7636,514,'_benefits_contactless_1_title','field_5d2658038723d'),(7637,514,'benefits_contactless_1_description','Converting your crypto to fiat for purchases is simple using the instant in-appexchange feature. Stop the crypto shuffle and let CryptoWallet do the work.'),(7638,514,'_benefits_contactless_1_description','field_5d2658038723e'),(7639,514,'benefits_contactless_2_icone','Bitcoins'),(7640,514,'_benefits_contactless_2_icone','field_5d2658038723f'),(7641,514,'benefits_contactless_2_title','Unique Crypto Cashback'),(7642,514,'_benefits_contactless_2_title','field_5d2658038723d'),(7643,514,'benefits_contactless_2_description','Take advantage of our unique crypto cashback feature, it puts money in your wallet - literally. Get cashback in crypto on purchases made in store with your CryptoWallet Visa debit card.'),(7644,514,'_benefits_contactless_2_description','field_5d2658038723e'),(7645,514,'benefits_contactless_3_icone','Card Credit'),(7646,514,'_benefits_contactless_3_icone','field_5d2658038723f'),(7647,514,'benefits_contactless_3_title','Contactless'),(7648,514,'_benefits_contactless_3_title','field_5d2658038723d'),(7649,514,'benefits_contactless_3_description','Make crypto purchases in seconds by simply tapping your card.'),(7650,514,'_benefits_contactless_3_description','field_5d2658038723e'),(7651,514,'benefits_contactless','4'),(7652,514,'_benefits_contactless','field_5d2658038723c'),(7653,514,'title_coins','A Universal CryptoWallet'),(7654,514,'_title_coins','field_5d2659ba646f0'),(7655,514,'description_coins','Check out our full list of our supported currencies. '),(7656,514,'_description_coins','field_5d2659d4646f1'),(7669,518,'show_crypto_funds','0'),(7670,518,'_show_crypto_funds','field_5d1cd58ba65cf'),(7671,518,'title','Crypto Is Money - \r\nLet’s Use It.'),(7672,518,'_title','field_5d264012842b2'),(7673,518,'description','This is the future of crypto banking. CryptoWallet is your gateway to digital currency and beyond. Integrate crypto payments into your business or spend your crypto in any store.'),(7674,518,'_description','field_5d26402d842b3'),(7675,518,'title_cryptowallet','What is CryptoWallet?'),(7676,518,'_title_cryptowallet','field_5d26470a0c80a'),(7677,518,'description_cryptowallet','CryptoWallet is an end-to-end crypto banking and commercial solution.'),(7678,518,'_description_cryptowallet','field_5d26471d0c80b'),(7679,518,'benefits_0_title','Wallet'),(7680,518,'_benefits_0_title','field_5d26480f0c80d'),(7681,518,'benefits_0_description','It’s a wallet where you can securely store your crypto funds.'),(7682,518,'_benefits_0_description','field_5d26481d0c80e'),(7683,518,'benefits_1_title','Debit Card'),(7684,518,'_benefits_1_title','field_5d26480f0c80d'),(7685,518,'benefits_1_description','It’s a debit card that lets you spend crypto in any store.'),(7686,518,'_benefits_1_description','field_5d26481d0c80e'),(7687,518,'benefits_2_title','Exchange App'),(7688,518,'_benefits_2_title','field_5d26480f0c80d'),(7689,518,'benefits_2_description','It’s an exchange app that allows you to quickly and easily exchange crypto on your phone.'),(7690,518,'_benefits_2_description','field_5d26481d0c80e'),(7691,518,'benefits_3_title','Payment Widget'),(7692,518,'_benefits_3_title','field_5d26480f0c80d'),(7693,518,'benefits_3_description','It’s a payment widget that lets your business accept all top cryptos with the lowest fees in the industry.'),(7694,518,'_benefits_3_description','field_5d26481d0c80e'),(7695,518,'benefits','4'),(7696,518,'_benefits','field_5d2647670c80c'),(7697,518,'benefits_0_animation_card','Wallet'),(7698,518,'_benefits_0_animation_card','field_5d2649429a9b9'),(7699,518,'benefits_1_animation_card','Debit Card'),(7700,518,'_benefits_1_animation_card','field_5d2649429a9b9'),(7701,518,'benefits_2_animation_card','Exchange App'),(7702,518,'_benefits_2_animation_card','field_5d2649429a9b9'),(7703,518,'benefits_3_animation_card','Payment Widget'),(7704,518,'_benefits_3_animation_card','field_5d2649429a9b9'),(7705,518,'title_welcome','Welcome to your gateway \r\nfor digital currency.'),(7706,518,'_title_welcome','field_5d264f1cfddba'),(7707,518,'title_contactless','A Contactless Crypto Wallet \r\nDebit Card With Cashback'),(7708,518,'_title_contactless','field_5d26573a87236'),(7709,518,'description_contactless','Cryptocurrency adoption is here with our innovative new contactless debit card.'),(7710,518,'_description_contactless','field_5d26577287237'),(7711,518,'benefits_contactless_0_icone','note'),(7712,518,'_benefits_contactless_0_icone','field_5d2658038723f'),(7713,518,'benefits_contactless_0_title','Shop Anywhere'),(7714,518,'_benefits_contactless_0_title','field_5d2658038723d'),(7715,518,'benefits_contactless_0_description','You can finally spend your cryptocurrency on real goods and services anywhere that accepts VISA.'),(7716,518,'_benefits_contactless_0_description','field_5d2658038723e'),(7717,518,'benefits_contactless_1_icone','coin'),(7718,518,'_benefits_contactless_1_icone','field_5d2658038723f'),(7719,518,'benefits_contactless_1_title','Convert'),(7720,518,'_benefits_contactless_1_title','field_5d2658038723d'),(7721,518,'benefits_contactless_1_description','Converting your crypto to fiat for purchases is simple using the instant in-appexchange feature. Stop the crypto shuffle and let CryptoWallet do the work.'),(7722,518,'_benefits_contactless_1_description','field_5d2658038723e'),(7723,518,'benefits_contactless_2_icone','bitcoin'),(7724,518,'_benefits_contactless_2_icone','field_5d2658038723f'),(7725,518,'benefits_contactless_2_title','Unique Crypto Cashback'),(7726,518,'_benefits_contactless_2_title','field_5d2658038723d'),(7727,518,'benefits_contactless_2_description','Take advantage of our unique crypto cashback feature, it puts money in your wallet - literally. Get cashback in crypto on purchases made in store with your CryptoWallet Visa debit card.'),(7728,518,'_benefits_contactless_2_description','field_5d2658038723e'),(7729,518,'benefits_contactless_3_icone','credit'),(7730,518,'_benefits_contactless_3_icone','field_5d2658038723f'),(7731,518,'benefits_contactless_3_title','Contactless'),(7732,518,'_benefits_contactless_3_title','field_5d2658038723d'),(7733,518,'benefits_contactless_3_description','Make crypto purchases in seconds by simply tapping your card.'),(7734,518,'_benefits_contactless_3_description','field_5d2658038723e'),(7735,518,'benefits_contactless','4'),(7736,518,'_benefits_contactless','field_5d2658038723c'),(7737,518,'title_coins','A Universal CryptoWallet'),(7738,518,'_title_coins','field_5d2659ba646f0'),(7739,518,'description_coins','Check out our full list of our supported currencies. '),(7740,518,'_description_coins','field_5d2659d4646f1'),(7753,419,'video_link','https://vimeo.com/407652861'),(7754,419,'_video_link','field_5d2760a56946f'),(7755,419,'button_link',''),(7756,419,'_button_link','field_5d2760f269470'),(7757,524,'show_crypto_funds','0'),(7758,524,'_show_crypto_funds','field_5d1cd58ba65cf'),(7759,524,'title','Crypto Is Money - \r\nLet’s Use It.'),(7760,524,'_title','field_5d264012842b2'),(7761,524,'description','This is the future of crypto banking. CryptoWallet is your gateway to digital currency and beyond. Integrate crypto payments into your business or spend your crypto in any store.'),(7762,524,'_description','field_5d26402d842b3'),(7763,524,'title_cryptowallet','What is CryptoWallet?'),(7764,524,'_title_cryptowallet','field_5d26470a0c80a'),(7765,524,'description_cryptowallet','CryptoWallet is an end-to-end crypto banking and commercial solution.'),(7766,524,'_description_cryptowallet','field_5d26471d0c80b'),(7767,524,'benefits_0_title','Wallet'),(7768,524,'_benefits_0_title','field_5d26480f0c80d'),(7769,524,'benefits_0_description','It’s a wallet where you can securely store your crypto funds.'),(7770,524,'_benefits_0_description','field_5d26481d0c80e'),(7771,524,'benefits_1_title','Debit Card'),(7772,524,'_benefits_1_title','field_5d26480f0c80d'),(7773,524,'benefits_1_description','It’s a debit card that lets you spend crypto in any store.'),(7774,524,'_benefits_1_description','field_5d26481d0c80e'),(7775,524,'benefits_2_title','Exchange App'),(7776,524,'_benefits_2_title','field_5d26480f0c80d'),(7777,524,'benefits_2_description','It’s an exchange app that allows you to quickly and easily exchange crypto on your phone.'),(7778,524,'_benefits_2_description','field_5d26481d0c80e'),(7779,524,'benefits_3_title','Payment Widget'),(7780,524,'_benefits_3_title','field_5d26480f0c80d'),(7781,524,'benefits_3_description','It’s a payment widget that lets your business accept all top cryptos with the lowest fees in the industry.'),(7782,524,'_benefits_3_description','field_5d26481d0c80e'),(7783,524,'benefits','4'),(7784,524,'_benefits','field_5d2647670c80c'),(7785,524,'benefits_0_animation_card','Wallet'),(7786,524,'_benefits_0_animation_card','field_5d2649429a9b9'),(7787,524,'benefits_1_animation_card','Debit Card'),(7788,524,'_benefits_1_animation_card','field_5d2649429a9b9'),(7789,524,'benefits_2_animation_card','Exchange App'),(7790,524,'_benefits_2_animation_card','field_5d2649429a9b9'),(7791,524,'benefits_3_animation_card','Payment Widget'),(7792,524,'_benefits_3_animation_card','field_5d2649429a9b9'),(7793,524,'title_welcome','Welcome to your gateway \r\nfor digital currency.'),(7794,524,'_title_welcome','field_5d264f1cfddba'),(7795,524,'title_contactless','A Contactless Crypto Wallet \r\nDebit Card With Cashback'),(7796,524,'_title_contactless','field_5d26573a87236'),(7797,524,'description_contactless','Cryptocurrency adoption is here with our innovative new contactless debit card.'),(7798,524,'_description_contactless','field_5d26577287237'),(7799,524,'benefits_contactless_0_icone','note'),(7800,524,'_benefits_contactless_0_icone','field_5d2658038723f'),(7801,524,'benefits_contactless_0_title','Shop Anywhere'),(7802,524,'_benefits_contactless_0_title','field_5d2658038723d'),(7803,524,'benefits_contactless_0_description','You can finally spend your cryptocurrency on real goods and services anywhere that accepts VISA.'),(7804,524,'_benefits_contactless_0_description','field_5d2658038723e'),(7805,524,'benefits_contactless_1_icone','coin'),(7806,524,'_benefits_contactless_1_icone','field_5d2658038723f'),(7807,524,'benefits_contactless_1_title','Convert'),(7808,524,'_benefits_contactless_1_title','field_5d2658038723d'),(7809,524,'benefits_contactless_1_description','Converting your crypto to fiat for purchases is simple using the instant in-appexchange feature. Stop the crypto shuffle and let CryptoWallet do the work.'),(7810,524,'_benefits_contactless_1_description','field_5d2658038723e'),(7811,524,'benefits_contactless_2_icone','bitcoin'),(7812,524,'_benefits_contactless_2_icone','field_5d2658038723f'),(7813,524,'benefits_contactless_2_title','Unique Crypto Cashback'),(7814,524,'_benefits_contactless_2_title','field_5d2658038723d'),(7815,524,'benefits_contactless_2_description','Take advantage of our unique crypto cashback feature, it puts money in your wallet - literally. Get cashback in crypto on purchases made in store with your CryptoWallet Visa debit card.'),(7816,524,'_benefits_contactless_2_description','field_5d2658038723e'),(7817,524,'benefits_contactless_3_icone','credit'),(7818,524,'_benefits_contactless_3_icone','field_5d2658038723f'),(7819,524,'benefits_contactless_3_title','Contactless'),(7820,524,'_benefits_contactless_3_title','field_5d2658038723d'),(7821,524,'benefits_contactless_3_description','Make crypto purchases in seconds by simply tapping your card.'),(7822,524,'_benefits_contactless_3_description','field_5d2658038723e'),(7823,524,'benefits_contactless','4'),(7824,524,'_benefits_contactless','field_5d2658038723c'),(7825,524,'title_coins','A Universal CryptoWallet'),(7826,524,'_title_coins','field_5d2659ba646f0'),(7827,524,'description_coins','Check out our full list of our supported currencies. '),(7828,524,'_description_coins','field_5d2659d4646f1'),(7829,524,'video_link','https://vimeo.com/76979871'),(7830,524,'_video_link','field_5d2760a56946f'),(7831,524,'button_link','htttp://google.com'),(7832,524,'_button_link','field_5d2760f269470'),(7845,531,'_wp_attached_file','2019/07/qr.png'),(7846,532,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:570;s:6:\"height\";i:570;s:4:\"file\";s:14:\"2019/07/qr.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"qr-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"qr-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7847,532,'_wp_attached_file','2019/07/qr.png'),(7848,532,'wpml_media_processed','1'),(7849,533,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:570;s:6:\"height\";i:570;s:4:\"file\";s:14:\"2019/07/qr.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"qr-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"qr-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7850,533,'_wp_attached_file','2019/07/qr.png'),(7851,533,'wpml_media_processed','1'),(7852,534,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:570;s:6:\"height\";i:570;s:4:\"file\";s:14:\"2019/07/qr.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"qr-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"qr-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7853,534,'_wp_attached_file','2019/07/qr.png'),(7854,534,'wpml_media_processed','1'),(7855,535,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:570;s:6:\"height\";i:570;s:4:\"file\";s:14:\"2019/07/qr.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"qr-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"qr-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7856,535,'_wp_attached_file','2019/07/qr.png'),(7857,535,'wpml_media_processed','1'),(7858,531,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:570;s:6:\"height\";i:570;s:4:\"file\";s:14:\"2019/07/qr.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"qr-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"qr-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7859,419,'title_wallet_app','Get the Crypto \r\nWallet App and join our community'),(7860,419,'_title_wallet_app','field_5d2774dba7b2f'),(7861,419,'qr_code','531'),(7862,419,'_qr_code','field_5d277610a7b30'),(7863,536,'show_crypto_funds','0'),(7864,536,'_show_crypto_funds','field_5d1cd58ba65cf'),(7865,536,'title','Crypto Is Money - \r\nLet’s Use It.'),(7866,536,'_title','field_5d264012842b2'),(7867,536,'description','This is the future of crypto banking. CryptoWallet is your gateway to digital currency and beyond. Integrate crypto payments into your business or spend your crypto in any store.'),(7868,536,'_description','field_5d26402d842b3'),(7869,536,'title_cryptowallet','What is CryptoWallet?'),(7870,536,'_title_cryptowallet','field_5d26470a0c80a'),(7871,536,'description_cryptowallet','CryptoWallet is an end-to-end crypto banking and commercial solution.'),(7872,536,'_description_cryptowallet','field_5d26471d0c80b'),(7873,536,'benefits_0_title','Wallet'),(7874,536,'_benefits_0_title','field_5d26480f0c80d'),(7875,536,'benefits_0_description','It’s a wallet where you can securely store your crypto funds.'),(7876,536,'_benefits_0_description','field_5d26481d0c80e'),(7877,536,'benefits_1_title','Debit Card'),(7878,536,'_benefits_1_title','field_5d26480f0c80d'),(7879,536,'benefits_1_description','It’s a debit card that lets you spend crypto in any store.'),(7880,536,'_benefits_1_description','field_5d26481d0c80e'),(7881,536,'benefits_2_title','Exchange App'),(7882,536,'_benefits_2_title','field_5d26480f0c80d'),(7883,536,'benefits_2_description','It’s an exchange app that allows you to quickly and easily exchange crypto on your phone.'),(7884,536,'_benefits_2_description','field_5d26481d0c80e'),(7885,536,'benefits_3_title','Payment Widget'),(7886,536,'_benefits_3_title','field_5d26480f0c80d'),(7887,536,'benefits_3_description','It’s a payment widget that lets your business accept all top cryptos with the lowest fees in the industry.'),(7888,536,'_benefits_3_description','field_5d26481d0c80e'),(7889,536,'benefits','4'),(7890,536,'_benefits','field_5d2647670c80c'),(7891,536,'benefits_0_animation_card','Wallet'),(7892,536,'_benefits_0_animation_card','field_5d2649429a9b9'),(7893,536,'benefits_1_animation_card','Debit Card'),(7894,536,'_benefits_1_animation_card','field_5d2649429a9b9'),(7895,536,'benefits_2_animation_card','Exchange App'),(7896,536,'_benefits_2_animation_card','field_5d2649429a9b9'),(7897,536,'benefits_3_animation_card','Payment Widget'),(7898,536,'_benefits_3_animation_card','field_5d2649429a9b9'),(7899,536,'title_welcome','Welcome to your gateway \r\nfor digital currency.'),(7900,536,'_title_welcome','field_5d264f1cfddba'),(7901,536,'title_contactless','A Contactless Crypto Wallet \r\nDebit Card With Cashback'),(7902,536,'_title_contactless','field_5d26573a87236'),(7903,536,'description_contactless','Cryptocurrency adoption is here with our innovative new contactless debit card.'),(7904,536,'_description_contactless','field_5d26577287237'),(7905,536,'benefits_contactless_0_icone','note'),(7906,536,'_benefits_contactless_0_icone','field_5d2658038723f'),(7907,536,'benefits_contactless_0_title','Shop Anywhere'),(7908,536,'_benefits_contactless_0_title','field_5d2658038723d'),(7909,536,'benefits_contactless_0_description','You can finally spend your cryptocurrency on real goods and services anywhere that accepts VISA.'),(7910,536,'_benefits_contactless_0_description','field_5d2658038723e'),(7911,536,'benefits_contactless_1_icone','coin'),(7912,536,'_benefits_contactless_1_icone','field_5d2658038723f'),(7913,536,'benefits_contactless_1_title','Convert'),(7914,536,'_benefits_contactless_1_title','field_5d2658038723d'),(7915,536,'benefits_contactless_1_description','Converting your crypto to fiat for purchases is simple using the instant in-appexchange feature. Stop the crypto shuffle and let CryptoWallet do the work.'),(7916,536,'_benefits_contactless_1_description','field_5d2658038723e'),(7917,536,'benefits_contactless_2_icone','bitcoin'),(7918,536,'_benefits_contactless_2_icone','field_5d2658038723f'),(7919,536,'benefits_contactless_2_title','Unique Crypto Cashback'),(7920,536,'_benefits_contactless_2_title','field_5d2658038723d'),(7921,536,'benefits_contactless_2_description','Take advantage of our unique crypto cashback feature, it puts money in your wallet - literally. Get cashback in crypto on purchases made in store with your CryptoWallet Visa debit card.'),(7922,536,'_benefits_contactless_2_description','field_5d2658038723e'),(7923,536,'benefits_contactless_3_icone','credit'),(7924,536,'_benefits_contactless_3_icone','field_5d2658038723f'),(7925,536,'benefits_contactless_3_title','Contactless'),(7926,536,'_benefits_contactless_3_title','field_5d2658038723d'),(7927,536,'benefits_contactless_3_description','Make crypto purchases in seconds by simply tapping your card.'),(7928,536,'_benefits_contactless_3_description','field_5d2658038723e'),(7929,536,'benefits_contactless','4'),(7930,536,'_benefits_contactless','field_5d2658038723c'),(7931,536,'title_coins','A Universal CryptoWallet'),(7932,536,'_title_coins','field_5d2659ba646f0'),(7933,536,'description_coins','Check out our full list of our supported currencies. '),(7934,536,'_description_coins','field_5d2659d4646f1'),(7935,536,'video_link','https://vimeo.com/76979871'),(7936,536,'_video_link','field_5d2760a56946f'),(7937,536,'button_link','htttp://google.com'),(7938,536,'_button_link','field_5d2760f269470'),(7939,536,'title_wallet_app','Get the Crypto \r\nWallet App and join our community'),(7940,536,'_title_wallet_app','field_5d2774dba7b2f'),(7941,536,'qr_code','531'),(7942,536,'_qr_code','field_5d277610a7b30'),(7956,531,'_wpml_media_usage','a:1:{s:5:\"posts\";a:1:{i:0;i:419;}}'),(7957,419,'title_quick_crypto','A Quick Crypto Exchange'),(7958,419,'_title_quick_crypto','field_5d2777a8ad898'),(7959,419,'description_quick_crypto','Skip the time-consuming hassle of using exchanges! A swift, secure <br> method for buying and trading over 140 cryptocurrencies.'),(7960,419,'_description_quick_crypto','field_5d2777bfad899'),(7961,419,'exchange_effortlessly_subtitle','Exchange Effortlessly'),(7962,419,'_exchange_effortlessly_subtitle','field_5d277828ad89b'),(7963,419,'exchange_effortlessly_text','The app lets you exchange supported cryptocurrencies effortlessly , allowing you to spend your crypto funds your way.'),(7964,419,'_exchange_effortlessly_text','field_5d27784bad89c'),(7965,419,'exchange_effortlessly',''),(7966,419,'_exchange_effortlessly','field_5d27781aad89a'),(7967,419,'top_up_with_speed_subtitle','Top Up with Speed'),(7968,419,'_top_up_with_speed_subtitle','field_5d27786bad89e'),(7969,419,'top_up_with_speed_text','You can top up your wallet through SEPA bank transfers or credit card. Lightning speed and hassle - free - that\'s a win.'),(7970,419,'_top_up_with_speed_text','field_5d27786bad89f'),(7971,419,'top_up_with_speed',''),(7972,419,'_top_up_with_speed','field_5d27786aad89d'),(7973,549,'show_crypto_funds','0'),(7974,549,'_show_crypto_funds','field_5d1cd58ba65cf'),(7975,549,'title','Crypto Is Money - \r\nLet’s Use It.'),(7976,549,'_title','field_5d264012842b2'),(7977,549,'description','This is the future of crypto banking. CryptoWallet is your gateway to digital currency and beyond. Integrate crypto payments into your business or spend your crypto in any store.'),(7978,549,'_description','field_5d26402d842b3'),(7979,549,'title_cryptowallet','What is CryptoWallet?'),(7980,549,'_title_cryptowallet','field_5d26470a0c80a'),(7981,549,'description_cryptowallet','CryptoWallet is an end-to-end crypto banking and commercial solution.'),(7982,549,'_description_cryptowallet','field_5d26471d0c80b'),(7983,549,'benefits_0_title','Wallet'),(7984,549,'_benefits_0_title','field_5d26480f0c80d'),(7985,549,'benefits_0_description','It’s a wallet where you can securely store your crypto funds.'),(7986,549,'_benefits_0_description','field_5d26481d0c80e'),(7987,549,'benefits_1_title','Debit Card'),(7988,549,'_benefits_1_title','field_5d26480f0c80d'),(7989,549,'benefits_1_description','It’s a debit card that lets you spend crypto in any store.'),(7990,549,'_benefits_1_description','field_5d26481d0c80e'),(7991,549,'benefits_2_title','Exchange App'),(7992,549,'_benefits_2_title','field_5d26480f0c80d'),(7993,549,'benefits_2_description','It’s an exchange app that allows you to quickly and easily exchange crypto on your phone.'),(7994,549,'_benefits_2_description','field_5d26481d0c80e'),(7995,549,'benefits_3_title','Payment Widget'),(7996,549,'_benefits_3_title','field_5d26480f0c80d'),(7997,549,'benefits_3_description','It’s a payment widget that lets your business accept all top cryptos with the lowest fees in the industry.'),(7998,549,'_benefits_3_description','field_5d26481d0c80e'),(7999,549,'benefits','4'),(8000,549,'_benefits','field_5d2647670c80c'),(8001,549,'benefits_0_animation_card','Wallet'),(8002,549,'_benefits_0_animation_card','field_5d2649429a9b9'),(8003,549,'benefits_1_animation_card','Debit Card'),(8004,549,'_benefits_1_animation_card','field_5d2649429a9b9'),(8005,549,'benefits_2_animation_card','Exchange App'),(8006,549,'_benefits_2_animation_card','field_5d2649429a9b9'),(8007,549,'benefits_3_animation_card','Payment Widget'),(8008,549,'_benefits_3_animation_card','field_5d2649429a9b9'),(8009,549,'title_welcome','Welcome to your gateway \r\nfor digital currency.'),(8010,549,'_title_welcome','field_5d264f1cfddba'),(8011,549,'title_contactless','A Contactless Crypto Wallet \r\nDebit Card With Cashback'),(8012,549,'_title_contactless','field_5d26573a87236'),(8013,549,'description_contactless','Cryptocurrency adoption is here with our innovative new contactless debit card.'),(8014,549,'_description_contactless','field_5d26577287237'),(8015,549,'benefits_contactless_0_icone','note'),(8016,549,'_benefits_contactless_0_icone','field_5d2658038723f'),(8017,549,'benefits_contactless_0_title','Shop Anywhere'),(8018,549,'_benefits_contactless_0_title','field_5d2658038723d'),(8019,549,'benefits_contactless_0_description','You can finally spend your cryptocurrency on real goods and services anywhere that accepts VISA.'),(8020,549,'_benefits_contactless_0_description','field_5d2658038723e'),(8021,549,'benefits_contactless_1_icone','coin'),(8022,549,'_benefits_contactless_1_icone','field_5d2658038723f'),(8023,549,'benefits_contactless_1_title','Convert'),(8024,549,'_benefits_contactless_1_title','field_5d2658038723d'),(8025,549,'benefits_contactless_1_description','Converting your crypto to fiat for purchases is simple using the instant in-appexchange feature. Stop the crypto shuffle and let CryptoWallet do the work.'),(8026,549,'_benefits_contactless_1_description','field_5d2658038723e'),(8027,549,'benefits_contactless_2_icone','bitcoin'),(8028,549,'_benefits_contactless_2_icone','field_5d2658038723f'),(8029,549,'benefits_contactless_2_title','Unique Crypto Cashback'),(8030,549,'_benefits_contactless_2_title','field_5d2658038723d'),(8031,549,'benefits_contactless_2_description','Take advantage of our unique crypto cashback feature, it puts money in your wallet - literally. Get cashback in crypto on purchases made in store with your CryptoWallet Visa debit card.'),(8032,549,'_benefits_contactless_2_description','field_5d2658038723e'),(8033,549,'benefits_contactless_3_icone','credit'),(8034,549,'_benefits_contactless_3_icone','field_5d2658038723f'),(8035,549,'benefits_contactless_3_title','Contactless'),(8036,549,'_benefits_contactless_3_title','field_5d2658038723d'),(8037,549,'benefits_contactless_3_description','Make crypto purchases in seconds by simply tapping your card.'),(8038,549,'_benefits_contactless_3_description','field_5d2658038723e'),(8039,549,'benefits_contactless','4'),(8040,549,'_benefits_contactless','field_5d2658038723c'),(8041,549,'title_coins','A Universal CryptoWallet'),(8042,549,'_title_coins','field_5d2659ba646f0'),(8043,549,'description_coins','Check out our full list of our supported currencies. '),(8044,549,'_description_coins','field_5d2659d4646f1'),(8045,549,'video_link','https://vimeo.com/76979871'),(8046,549,'_video_link','field_5d2760a56946f'),(8047,549,'button_link','htttp://google.com'),(8048,549,'_button_link','field_5d2760f269470'),(8049,549,'title_wallet_app','Get the Crypto \r\nWallet App and join our community'),(8050,549,'_title_wallet_app','field_5d2774dba7b2f'),(8051,549,'qr_code','531'),(8052,549,'_qr_code','field_5d277610a7b30'),(8053,549,'title_quick_crypto','A Quick Crypto Exchange'),(8054,549,'_title_quick_crypto','field_5d2777a8ad898'),(8055,549,'description_quick_crypto','Skip the time-consuming hassle of using exchanges! A swift, secure <br> method for buying and trading over 140 cryptocurrencies.'),(8056,549,'_description_quick_crypto','field_5d2777bfad899'),(8057,549,'exchange_effortlessly_subtitle','Exchange Effortlessly'),(8058,549,'_exchange_effortlessly_subtitle','field_5d277828ad89b'),(8059,549,'exchange_effortlessly_text','The app lets you exchange supported cryptocurrencies effortlessly , allowing you to spend your crypto funds your way.'),(8060,549,'_exchange_effortlessly_text','field_5d27784bad89c'),(8061,549,'exchange_effortlessly',''),(8062,549,'_exchange_effortlessly','field_5d27781aad89a'),(8063,549,'top_up_with_speed_subtitle','Top Up with Speed'),(8064,549,'_top_up_with_speed_subtitle','field_5d27786bad89e'),(8065,549,'top_up_with_speed_text','You can top up your wallet through SEPA bank transfers or credit card. Lightning speed and hassle - free - that\'s a win.'),(8066,549,'_top_up_with_speed_text','field_5d27786bad89f'),(8067,549,'top_up_with_speed',''),(8068,549,'_top_up_with_speed','field_5d27786aad89d'),(8082,419,'title_payment','A Payment Gateway'),(8083,419,'_title_payment','field_5d2782c891991'),(8084,419,'description_payment','Accept top cryptocurrencies on your business website with the lowest fees in the industry. Our payment widget is supported by the market-leadinge-commerce plugins like:'),(8085,419,'_description_payment','field_5d2782cd91992'),(8086,556,'show_crypto_funds','0'),(8087,556,'_show_crypto_funds','field_5d1cd58ba65cf'),(8088,556,'title','Crypto Is Money - \r\nLet’s Use It.'),(8089,556,'_title','field_5d264012842b2'),(8090,556,'description','This is the future of crypto banking. CryptoWallet is your gateway to digital currency and beyond. Integrate crypto payments into your business or spend your crypto in any store.'),(8091,556,'_description','field_5d26402d842b3'),(8092,556,'title_cryptowallet','What is CryptoWallet?'),(8093,556,'_title_cryptowallet','field_5d26470a0c80a'),(8094,556,'description_cryptowallet','CryptoWallet is an end-to-end crypto banking and commercial solution.'),(8095,556,'_description_cryptowallet','field_5d26471d0c80b'),(8096,556,'benefits_0_title','Wallet'),(8097,556,'_benefits_0_title','field_5d26480f0c80d'),(8098,556,'benefits_0_description','It’s a wallet where you can securely store your crypto funds.'),(8099,556,'_benefits_0_description','field_5d26481d0c80e'),(8100,556,'benefits_1_title','Debit Card'),(8101,556,'_benefits_1_title','field_5d26480f0c80d'),(8102,556,'benefits_1_description','It’s a debit card that lets you spend crypto in any store.'),(8103,556,'_benefits_1_description','field_5d26481d0c80e'),(8104,556,'benefits_2_title','Exchange App'),(8105,556,'_benefits_2_title','field_5d26480f0c80d'),(8106,556,'benefits_2_description','It’s an exchange app that allows you to quickly and easily exchange crypto on your phone.'),(8107,556,'_benefits_2_description','field_5d26481d0c80e'),(8108,556,'benefits_3_title','Payment Widget'),(8109,556,'_benefits_3_title','field_5d26480f0c80d'),(8110,556,'benefits_3_description','It’s a payment widget that lets your business accept all top cryptos with the lowest fees in the industry.'),(8111,556,'_benefits_3_description','field_5d26481d0c80e'),(8112,556,'benefits','4'),(8113,556,'_benefits','field_5d2647670c80c'),(8114,556,'benefits_0_animation_card','Wallet'),(8115,556,'_benefits_0_animation_card','field_5d2649429a9b9'),(8116,556,'benefits_1_animation_card','Debit Card'),(8117,556,'_benefits_1_animation_card','field_5d2649429a9b9'),(8118,556,'benefits_2_animation_card','Exchange App'),(8119,556,'_benefits_2_animation_card','field_5d2649429a9b9'),(8120,556,'benefits_3_animation_card','Payment Widget'),(8121,556,'_benefits_3_animation_card','field_5d2649429a9b9'),(8122,556,'title_welcome','Welcome to your gateway \r\nfor digital currency.'),(8123,556,'_title_welcome','field_5d264f1cfddba'),(8124,556,'title_contactless','A Contactless Crypto Wallet \r\nDebit Card With Cashback'),(8125,556,'_title_contactless','field_5d26573a87236'),(8126,556,'description_contactless','Cryptocurrency adoption is here with our innovative new contactless debit card.'),(8127,556,'_description_contactless','field_5d26577287237'),(8128,556,'benefits_contactless_0_icone','note'),(8129,556,'_benefits_contactless_0_icone','field_5d2658038723f'),(8130,556,'benefits_contactless_0_title','Shop Anywhere'),(8131,556,'_benefits_contactless_0_title','field_5d2658038723d'),(8132,556,'benefits_contactless_0_description','You can finally spend your cryptocurrency on real goods and services anywhere that accepts VISA.'),(8133,556,'_benefits_contactless_0_description','field_5d2658038723e'),(8134,556,'benefits_contactless_1_icone','coin'),(8135,556,'_benefits_contactless_1_icone','field_5d2658038723f'),(8136,556,'benefits_contactless_1_title','Convert'),(8137,556,'_benefits_contactless_1_title','field_5d2658038723d'),(8138,556,'benefits_contactless_1_description','Converting your crypto to fiat for purchases is simple using the instant in-appexchange feature. Stop the crypto shuffle and let CryptoWallet do the work.'),(8139,556,'_benefits_contactless_1_description','field_5d2658038723e'),(8140,556,'benefits_contactless_2_icone','bitcoin'),(8141,556,'_benefits_contactless_2_icone','field_5d2658038723f'),(8142,556,'benefits_contactless_2_title','Unique Crypto Cashback'),(8143,556,'_benefits_contactless_2_title','field_5d2658038723d'),(8144,556,'benefits_contactless_2_description','Take advantage of our unique crypto cashback feature, it puts money in your wallet - literally. Get cashback in crypto on purchases made in store with your CryptoWallet Visa debit card.'),(8145,556,'_benefits_contactless_2_description','field_5d2658038723e'),(8146,556,'benefits_contactless_3_icone','credit'),(8147,556,'_benefits_contactless_3_icone','field_5d2658038723f'),(8148,556,'benefits_contactless_3_title','Contactless'),(8149,556,'_benefits_contactless_3_title','field_5d2658038723d'),(8150,556,'benefits_contactless_3_description','Make crypto purchases in seconds by simply tapping your card.'),(8151,556,'_benefits_contactless_3_description','field_5d2658038723e'),(8152,556,'benefits_contactless','4'),(8153,556,'_benefits_contactless','field_5d2658038723c'),(8154,556,'title_coins','A Universal CryptoWallet'),(8155,556,'_title_coins','field_5d2659ba646f0'),(8156,556,'description_coins','Check out our full list of our supported currencies. '),(8157,556,'_description_coins','field_5d2659d4646f1'),(8158,556,'video_link','https://vimeo.com/76979871'),(8159,556,'_video_link','field_5d2760a56946f'),(8160,556,'button_link','htttp://google.com'),(8161,556,'_button_link','field_5d2760f269470'),(8162,556,'title_wallet_app','Get the Crypto \r\nWallet App and join our community'),(8163,556,'_title_wallet_app','field_5d2774dba7b2f'),(8164,556,'qr_code','531'),(8165,556,'_qr_code','field_5d277610a7b30'),(8166,556,'title_quick_crypto','A Quick Crypto Exchange'),(8167,556,'_title_quick_crypto','field_5d2777a8ad898'),(8168,556,'description_quick_crypto','Skip the time-consuming hassle of using exchanges! A swift, secure <br> method for buying and trading over 140 cryptocurrencies.'),(8169,556,'_description_quick_crypto','field_5d2777bfad899'),(8170,556,'exchange_effortlessly_subtitle','Exchange Effortlessly'),(8171,556,'_exchange_effortlessly_subtitle','field_5d277828ad89b'),(8172,556,'exchange_effortlessly_text','The app lets you exchange supported cryptocurrencies effortlessly , allowing you to spend your crypto funds your way.'),(8173,556,'_exchange_effortlessly_text','field_5d27784bad89c'),(8174,556,'exchange_effortlessly',''),(8175,556,'_exchange_effortlessly','field_5d27781aad89a'),(8176,556,'top_up_with_speed_subtitle','Top Up with Speed'),(8177,556,'_top_up_with_speed_subtitle','field_5d27786bad89e'),(8178,556,'top_up_with_speed_text','You can top up your wallet through SEPA bank transfers or credit card. Lightning speed and hassle - free - that\'s a win.'),(8179,556,'_top_up_with_speed_text','field_5d27786bad89f'),(8180,556,'top_up_with_speed',''),(8181,556,'_top_up_with_speed','field_5d27786aad89d'),(8182,556,'title_payment','A Payment Gateway'),(8183,556,'_title_payment','field_5d2782c891991'),(8184,556,'description_payment','Accept top cryptocurrencies on your business website with the lowest fees in the industry. Our payment widget is supported by the market-leadinge-commerce plugins like:'),(8185,556,'_description_payment','field_5d2782cd91992'),(8199,419,'title_client_support','World Class \r\nClient Support'),(8200,419,'_title_client_support','field_5d2783a351aae'),(8201,419,'description_client_support','Never be left without answers - CryptoWallet’s international support team is here to help.'),(8202,419,'_description_client_support','field_5d2783a851aaf'),(8203,419,'block_1_subtitle','Strong Customer Focus'),(8204,419,'_block_1_subtitle','field_5d2783f451ab1'),(8205,419,'block_1_text','We have a strong customer focus with short waiting times and support in multiple languages.'),(8206,419,'_block_1_text','field_5d2783f451ab2'),(8207,419,'block_1',''),(8208,419,'_block_1','field_5d2783f451ab0'),(8209,419,'block_2_subtitle','High Quality Support'),(8210,419,'_block_2_subtitle','field_5d27840951ab4'),(8211,419,'block_2_text','CryptoWallet offers high-quality support through telephone, LiveChat, ticket submissions, and VIP treatment options.'),(8212,419,'_block_2_text','field_5d27840951ab5'),(8213,419,'block_2',''),(8214,419,'_block_2','field_5d27840951ab3'),(8215,569,'show_crypto_funds','0'),(8216,569,'_show_crypto_funds','field_5d1cd58ba65cf'),(8217,569,'title','Crypto Is Money - \r\nLet’s Use It.'),(8218,569,'_title','field_5d264012842b2'),(8219,569,'description','This is the future of crypto banking. CryptoWallet is your gateway to digital currency and beyond. Integrate crypto payments into your business or spend your crypto in any store.'),(8220,569,'_description','field_5d26402d842b3'),(8221,569,'title_cryptowallet','What is CryptoWallet?'),(8222,569,'_title_cryptowallet','field_5d26470a0c80a'),(8223,569,'description_cryptowallet','CryptoWallet is an end-to-end crypto banking and commercial solution.'),(8224,569,'_description_cryptowallet','field_5d26471d0c80b'),(8225,569,'benefits_0_title','Wallet'),(8226,569,'_benefits_0_title','field_5d26480f0c80d'),(8227,569,'benefits_0_description','It’s a wallet where you can securely store your crypto funds.'),(8228,569,'_benefits_0_description','field_5d26481d0c80e'),(8229,569,'benefits_1_title','Debit Card'),(8230,569,'_benefits_1_title','field_5d26480f0c80d'),(8231,569,'benefits_1_description','It’s a debit card that lets you spend crypto in any store.'),(8232,569,'_benefits_1_description','field_5d26481d0c80e'),(8233,569,'benefits_2_title','Exchange App'),(8234,569,'_benefits_2_title','field_5d26480f0c80d'),(8235,569,'benefits_2_description','It’s an exchange app that allows you to quickly and easily exchange crypto on your phone.'),(8236,569,'_benefits_2_description','field_5d26481d0c80e'),(8237,569,'benefits_3_title','Payment Widget'),(8238,569,'_benefits_3_title','field_5d26480f0c80d'),(8239,569,'benefits_3_description','It’s a payment widget that lets your business accept all top cryptos with the lowest fees in the industry.'),(8240,569,'_benefits_3_description','field_5d26481d0c80e'),(8241,569,'benefits','4'),(8242,569,'_benefits','field_5d2647670c80c'),(8243,569,'benefits_0_animation_card','Wallet'),(8244,569,'_benefits_0_animation_card','field_5d2649429a9b9'),(8245,569,'benefits_1_animation_card','Debit Card'),(8246,569,'_benefits_1_animation_card','field_5d2649429a9b9'),(8247,569,'benefits_2_animation_card','Exchange App'),(8248,569,'_benefits_2_animation_card','field_5d2649429a9b9'),(8249,569,'benefits_3_animation_card','Payment Widget'),(8250,569,'_benefits_3_animation_card','field_5d2649429a9b9'),(8251,569,'title_welcome','Welcome to your gateway \r\nfor digital currency.'),(8252,569,'_title_welcome','field_5d264f1cfddba'),(8253,569,'title_contactless','A Contactless Crypto Wallet \r\nDebit Card With Cashback'),(8254,569,'_title_contactless','field_5d26573a87236'),(8255,569,'description_contactless','Cryptocurrency adoption is here with our innovative new contactless debit card.'),(8256,569,'_description_contactless','field_5d26577287237'),(8257,569,'benefits_contactless_0_icone','note'),(8258,569,'_benefits_contactless_0_icone','field_5d2658038723f'),(8259,569,'benefits_contactless_0_title','Shop Anywhere'),(8260,569,'_benefits_contactless_0_title','field_5d2658038723d'),(8261,569,'benefits_contactless_0_description','You can finally spend your cryptocurrency on real goods and services anywhere that accepts VISA.'),(8262,569,'_benefits_contactless_0_description','field_5d2658038723e'),(8263,569,'benefits_contactless_1_icone','coin'),(8264,569,'_benefits_contactless_1_icone','field_5d2658038723f'),(8265,569,'benefits_contactless_1_title','Convert'),(8266,569,'_benefits_contactless_1_title','field_5d2658038723d'),(8267,569,'benefits_contactless_1_description','Converting your crypto to fiat for purchases is simple using the instant in-appexchange feature. Stop the crypto shuffle and let CryptoWallet do the work.'),(8268,569,'_benefits_contactless_1_description','field_5d2658038723e'),(8269,569,'benefits_contactless_2_icone','bitcoin'),(8270,569,'_benefits_contactless_2_icone','field_5d2658038723f'),(8271,569,'benefits_contactless_2_title','Unique Crypto Cashback'),(8272,569,'_benefits_contactless_2_title','field_5d2658038723d'),(8273,569,'benefits_contactless_2_description','Take advantage of our unique crypto cashback feature, it puts money in your wallet - literally. Get cashback in crypto on purchases made in store with your CryptoWallet Visa debit card.'),(8274,569,'_benefits_contactless_2_description','field_5d2658038723e'),(8275,569,'benefits_contactless_3_icone','credit'),(8276,569,'_benefits_contactless_3_icone','field_5d2658038723f'),(8277,569,'benefits_contactless_3_title','Contactless'),(8278,569,'_benefits_contactless_3_title','field_5d2658038723d'),(8279,569,'benefits_contactless_3_description','Make crypto purchases in seconds by simply tapping your card.'),(8280,569,'_benefits_contactless_3_description','field_5d2658038723e'),(8281,569,'benefits_contactless','4'),(8282,569,'_benefits_contactless','field_5d2658038723c'),(8283,569,'title_coins','A Universal CryptoWallet'),(8284,569,'_title_coins','field_5d2659ba646f0'),(8285,569,'description_coins','Check out our full list of our supported currencies. '),(8286,569,'_description_coins','field_5d2659d4646f1'),(8287,569,'video_link','https://vimeo.com/76979871'),(8288,569,'_video_link','field_5d2760a56946f'),(8289,569,'button_link','htttp://google.com'),(8290,569,'_button_link','field_5d2760f269470'),(8291,569,'title_wallet_app','Get the Crypto \r\nWallet App and join our community'),(8292,569,'_title_wallet_app','field_5d2774dba7b2f'),(8293,569,'qr_code','531'),(8294,569,'_qr_code','field_5d277610a7b30'),(8295,569,'title_quick_crypto','A Quick Crypto Exchange'),(8296,569,'_title_quick_crypto','field_5d2777a8ad898'),(8297,569,'description_quick_crypto','Skip the time-consuming hassle of using exchanges! A swift, secure <br> method for buying and trading over 140 cryptocurrencies.'),(8298,569,'_description_quick_crypto','field_5d2777bfad899'),(8299,569,'exchange_effortlessly_subtitle','Exchange Effortlessly'),(8300,569,'_exchange_effortlessly_subtitle','field_5d277828ad89b'),(8301,569,'exchange_effortlessly_text','The app lets you exchange supported cryptocurrencies effortlessly , allowing you to spend your crypto funds your way.'),(8302,569,'_exchange_effortlessly_text','field_5d27784bad89c'),(8303,569,'exchange_effortlessly',''),(8304,569,'_exchange_effortlessly','field_5d27781aad89a'),(8305,569,'top_up_with_speed_subtitle','Top Up with Speed'),(8306,569,'_top_up_with_speed_subtitle','field_5d27786bad89e'),(8307,569,'top_up_with_speed_text','You can top up your wallet through SEPA bank transfers or credit card. Lightning speed and hassle - free - that\'s a win.'),(8308,569,'_top_up_with_speed_text','field_5d27786bad89f'),(8309,569,'top_up_with_speed',''),(8310,569,'_top_up_with_speed','field_5d27786aad89d'),(8311,569,'title_payment','A Payment Gateway'),(8312,569,'_title_payment','field_5d2782c891991'),(8313,569,'description_payment','Accept top cryptocurrencies on your business website with the lowest fees in the industry. Our payment widget is supported by the market-leadinge-commerce plugins like:'),(8314,569,'_description_payment','field_5d2782cd91992'),(8315,569,'title_client_support','World Class \r\nClient Support'),(8316,569,'_title_client_support','field_5d2783a351aae'),(8317,569,'description_client_support','Never be left without answers - CryptoWallet’s international support team is here to help.'),(8318,569,'_description_client_support','field_5d2783a851aaf'),(8319,569,'block_1_subtitle','Strong Customer Focus'),(8320,569,'_block_1_subtitle','field_5d2783f451ab1'),(8321,569,'block_1_text','We have a strong customer focus with short waiting times and support in multiple languages.'),(8322,569,'_block_1_text','field_5d2783f451ab2'),(8323,569,'block_1',''),(8324,569,'_block_1','field_5d2783f451ab0'),(8325,569,'block_2_subtitle','High Quality Support'),(8326,569,'_block_2_subtitle','field_5d27840951ab4'),(8327,569,'block_2_text','CryptoWallet offers high-quality support through telephone, LiveChat, ticket submissions, and VIP treatment options.'),(8328,569,'_block_2_text','field_5d27840951ab5'),(8329,569,'block_2',''),(8330,569,'_block_2','field_5d27840951ab3'),(8344,419,'title_licensed_and_secure','Licensed and Secure'),(8345,419,'_title_licensed_and_secure','field_5d2785d9e845e'),(8346,419,'description_licensed_and_secure','CryptoWallet is secured by BitGo, the world’s leading Bitcoin payment processor. Digital assets and user privacy are protected by cutting-edge security measures like two-factor authentication, end-to-end encryption, and multi-signature cold storage wallets. CryptoWallet has obtained licenses from the state of Estonia ensuring full legal compliance in handling and facilitating the trade of cryptocurrencies.'),(8347,419,'_description_licensed_and_secure','field_5d2785f4e845f'),(8348,419,'link_licensed_and_secure','http://localhost/cappen/griflan-crypto-wallet/web/'),(8349,419,'_link_licensed_and_secure','field_5d2786c1e8466'),(8350,419,'block_1_licensed_and_secure_subtitle','Licensed to Provide Virtual Currency Wallet Services'),(8351,419,'_block_1_licensed_and_secure_subtitle','field_5d278665e8461'),(8352,419,'block_1_licensed_and_secure_text','Estonia FIU License Number <strong>FRK000131</strong> enables CryptoWallet to provide cryptocurrency storage services to our customers.'),(8353,419,'_block_1_licensed_and_secure_text','field_5d278665e8462'),(8354,419,'block_1_licensed_and_secure_text_link','Verify License Online'),(8355,419,'_block_1_licensed_and_secure_text_link','field_5d2786f6e8468'),(8356,419,'block_1_licensed_and_secure_link','http://localhost/cappen/griflan-crypto-wallet/web/'),(8357,419,'_block_1_licensed_and_secure_link','field_5d2786d4e8467'),(8358,419,'block_1_licensed_and_secure',''),(8359,419,'_block_1_licensed_and_secure','field_5d278665e8460'),(8360,419,'block_2_licensed_and_secure_subtitle','Licensed to Provide Fiat to Virtual Currency Exchange Services'),(8361,419,'_block_2_licensed_and_secure_subtitle','field_5d27867ee8464'),(8362,419,'block_2_licensed_and_secure_text','Estonia FIU License Number <strong>FRV000143</strong> allows us to offer direct crypto to fiat trading as well as inter-cryptocurrency exchange services.'),(8363,419,'_block_2_licensed_and_secure_text','field_5d27867ee8465'),(8364,419,'block_2_licensed_and_secure_text_link','Verify License Online'),(8365,419,'_block_2_licensed_and_secure_text_link','field_5d278711e8469'),(8366,419,'block_2_licensed_and_secure_link','http://localhost/cappen/griflan-crypto-wallet/web/'),(8367,419,'_block_2_licensed_and_secure_link','field_5d278713e846a'),(8368,419,'block_2_licensed_and_secure',''),(8369,419,'_block_2_licensed_and_secure','field_5d27867ee8463'),(8370,587,'show_crypto_funds','0'),(8371,587,'_show_crypto_funds','field_5d1cd58ba65cf'),(8372,587,'title','Crypto Is Money - \r\nLet’s Use It.'),(8373,587,'_title','field_5d264012842b2'),(8374,587,'description','This is the future of crypto banking. CryptoWallet is your gateway to digital currency and beyond. Integrate crypto payments into your business or spend your crypto in any store.'),(8375,587,'_description','field_5d26402d842b3'),(8376,587,'title_cryptowallet','What is CryptoWallet?'),(8377,587,'_title_cryptowallet','field_5d26470a0c80a'),(8378,587,'description_cryptowallet','CryptoWallet is an end-to-end crypto banking and commercial solution.'),(8379,587,'_description_cryptowallet','field_5d26471d0c80b'),(8380,587,'benefits_0_title','Wallet'),(8381,587,'_benefits_0_title','field_5d26480f0c80d'),(8382,587,'benefits_0_description','It’s a wallet where you can securely store your crypto funds.'),(8383,587,'_benefits_0_description','field_5d26481d0c80e'),(8384,587,'benefits_1_title','Debit Card'),(8385,587,'_benefits_1_title','field_5d26480f0c80d'),(8386,587,'benefits_1_description','It’s a debit card that lets you spend crypto in any store.'),(8387,587,'_benefits_1_description','field_5d26481d0c80e'),(8388,587,'benefits_2_title','Exchange App'),(8389,587,'_benefits_2_title','field_5d26480f0c80d'),(8390,587,'benefits_2_description','It’s an exchange app that allows you to quickly and easily exchange crypto on your phone.'),(8391,587,'_benefits_2_description','field_5d26481d0c80e'),(8392,587,'benefits_3_title','Payment Widget'),(8393,587,'_benefits_3_title','field_5d26480f0c80d'),(8394,587,'benefits_3_description','It’s a payment widget that lets your business accept all top cryptos with the lowest fees in the industry.'),(8395,587,'_benefits_3_description','field_5d26481d0c80e'),(8396,587,'benefits','4'),(8397,587,'_benefits','field_5d2647670c80c'),(8398,587,'benefits_0_animation_card','Wallet'),(8399,587,'_benefits_0_animation_card','field_5d2649429a9b9'),(8400,587,'benefits_1_animation_card','Debit Card'),(8401,587,'_benefits_1_animation_card','field_5d2649429a9b9'),(8402,587,'benefits_2_animation_card','Exchange App'),(8403,587,'_benefits_2_animation_card','field_5d2649429a9b9'),(8404,587,'benefits_3_animation_card','Payment Widget'),(8405,587,'_benefits_3_animation_card','field_5d2649429a9b9'),(8406,587,'title_welcome','Welcome to your gateway \r\nfor digital currency.'),(8407,587,'_title_welcome','field_5d264f1cfddba'),(8408,587,'title_contactless','A Contactless Crypto Wallet \r\nDebit Card With Cashback'),(8409,587,'_title_contactless','field_5d26573a87236'),(8410,587,'description_contactless','Cryptocurrency adoption is here with our innovative new contactless debit card.'),(8411,587,'_description_contactless','field_5d26577287237'),(8412,587,'benefits_contactless_0_icone','note'),(8413,587,'_benefits_contactless_0_icone','field_5d2658038723f'),(8414,587,'benefits_contactless_0_title','Shop Anywhere'),(8415,587,'_benefits_contactless_0_title','field_5d2658038723d'),(8416,587,'benefits_contactless_0_description','You can finally spend your cryptocurrency on real goods and services anywhere that accepts VISA.'),(8417,587,'_benefits_contactless_0_description','field_5d2658038723e'),(8418,587,'benefits_contactless_1_icone','coin'),(8419,587,'_benefits_contactless_1_icone','field_5d2658038723f'),(8420,587,'benefits_contactless_1_title','Convert'),(8421,587,'_benefits_contactless_1_title','field_5d2658038723d'),(8422,587,'benefits_contactless_1_description','Converting your crypto to fiat for purchases is simple using the instant in-appexchange feature. Stop the crypto shuffle and let CryptoWallet do the work.'),(8423,587,'_benefits_contactless_1_description','field_5d2658038723e'),(8424,587,'benefits_contactless_2_icone','bitcoin'),(8425,587,'_benefits_contactless_2_icone','field_5d2658038723f'),(8426,587,'benefits_contactless_2_title','Unique Crypto Cashback'),(8427,587,'_benefits_contactless_2_title','field_5d2658038723d'),(8428,587,'benefits_contactless_2_description','Take advantage of our unique crypto cashback feature, it puts money in your wallet - literally. Get cashback in crypto on purchases made in store with your CryptoWallet Visa debit card.'),(8429,587,'_benefits_contactless_2_description','field_5d2658038723e'),(8430,587,'benefits_contactless_3_icone','credit'),(8431,587,'_benefits_contactless_3_icone','field_5d2658038723f'),(8432,587,'benefits_contactless_3_title','Contactless'),(8433,587,'_benefits_contactless_3_title','field_5d2658038723d'),(8434,587,'benefits_contactless_3_description','Make crypto purchases in seconds by simply tapping your card.'),(8435,587,'_benefits_contactless_3_description','field_5d2658038723e'),(8436,587,'benefits_contactless','4'),(8437,587,'_benefits_contactless','field_5d2658038723c'),(8438,587,'title_coins','A Universal CryptoWallet'),(8439,587,'_title_coins','field_5d2659ba646f0'),(8440,587,'description_coins','Check out our full list of our supported currencies. '),(8441,587,'_description_coins','field_5d2659d4646f1'),(8442,587,'video_link','https://vimeo.com/76979871'),(8443,587,'_video_link','field_5d2760a56946f'),(8444,587,'button_link','htttp://google.com'),(8445,587,'_button_link','field_5d2760f269470'),(8446,587,'title_wallet_app','Get the Crypto \r\nWallet App and join our community'),(8447,587,'_title_wallet_app','field_5d2774dba7b2f'),(8448,587,'qr_code','531'),(8449,587,'_qr_code','field_5d277610a7b30'),(8450,587,'title_quick_crypto','A Quick Crypto Exchange'),(8451,587,'_title_quick_crypto','field_5d2777a8ad898'),(8452,587,'description_quick_crypto','Skip the time-consuming hassle of using exchanges! A swift, secure <br> method for buying and trading over 140 cryptocurrencies.'),(8453,587,'_description_quick_crypto','field_5d2777bfad899'),(8454,587,'exchange_effortlessly_subtitle','Exchange Effortlessly'),(8455,587,'_exchange_effortlessly_subtitle','field_5d277828ad89b'),(8456,587,'exchange_effortlessly_text','The app lets you exchange supported cryptocurrencies effortlessly , allowing you to spend your crypto funds your way.'),(8457,587,'_exchange_effortlessly_text','field_5d27784bad89c'),(8458,587,'exchange_effortlessly',''),(8459,587,'_exchange_effortlessly','field_5d27781aad89a'),(8460,587,'top_up_with_speed_subtitle','Top Up with Speed'),(8461,587,'_top_up_with_speed_subtitle','field_5d27786bad89e'),(8462,587,'top_up_with_speed_text','You can top up your wallet through SEPA bank transfers or credit card. Lightning speed and hassle - free - that\'s a win.'),(8463,587,'_top_up_with_speed_text','field_5d27786bad89f'),(8464,587,'top_up_with_speed',''),(8465,587,'_top_up_with_speed','field_5d27786aad89d'),(8466,587,'title_payment','A Payment Gateway'),(8467,587,'_title_payment','field_5d2782c891991'),(8468,587,'description_payment','Accept top cryptocurrencies on your business website with the lowest fees in the industry. Our payment widget is supported by the market-leadinge-commerce plugins like:'),(8469,587,'_description_payment','field_5d2782cd91992'),(8470,587,'title_client_support','World Class \r\nClient Support'),(8471,587,'_title_client_support','field_5d2783a351aae'),(8472,587,'description_client_support','Never be left without answers - CryptoWallet’s international support team is here to help.'),(8473,587,'_description_client_support','field_5d2783a851aaf'),(8474,587,'block_1_subtitle','Strong Customer Focus'),(8475,587,'_block_1_subtitle','field_5d2783f451ab1'),(8476,587,'block_1_text','We have a strong customer focus with short waiting times and support in multiple languages.'),(8477,587,'_block_1_text','field_5d2783f451ab2'),(8478,587,'block_1',''),(8479,587,'_block_1','field_5d2783f451ab0'),(8480,587,'block_2_subtitle','High Quality Support'),(8481,587,'_block_2_subtitle','field_5d27840951ab4'),(8482,587,'block_2_text','CryptoWallet offers high-quality support through telephone, LiveChat, ticket submissions, and VIP treatment options.'),(8483,587,'_block_2_text','field_5d27840951ab5'),(8484,587,'block_2',''),(8485,587,'_block_2','field_5d27840951ab3'),(8486,587,'title_licensed_and_secure','Licensed and Secure'),(8487,587,'_title_licensed_and_secure','field_5d2785d9e845e'),(8488,587,'description_licensed_and_secure','CryptoWallet is secured by BitGo, the world’s leading Bitcoin payment processor. Digital assets and user privacy are protected by cutting-edge security measures like two-factor authentication, end-to-end encryption, and multi-signature cold storage wallets. CryptoWallet has obtained licenses from the state of Estonia ensuring full legal compliance in handling and facilitating the trade of cryptocurrencies.'),(8489,587,'_description_licensed_and_secure','field_5d2785f4e845f'),(8490,587,'link_licensed_and_secure','http://localhost/cappen/griflan-crypto-wallet/web/'),(8491,587,'_link_licensed_and_secure','field_5d2786c1e8466'),(8492,587,'block_1_licensed_and_secure_subtitle','Licensed to Provide Virtual Currency Wallet Services'),(8493,587,'_block_1_licensed_and_secure_subtitle','field_5d278665e8461'),(8494,587,'block_1_licensed_and_secure_text','Estonia FIU License Number <strong>FRK000131</strong> enables CryptoWallet to provide cryptocurrency storage services to our customers.'),(8495,587,'_block_1_licensed_and_secure_text','field_5d278665e8462'),(8496,587,'block_1_licensed_and_secure_text_link','Verify License Online'),(8497,587,'_block_1_licensed_and_secure_text_link','field_5d2786f6e8468'),(8498,587,'block_1_licensed_and_secure_link','http://localhost/cappen/griflan-crypto-wallet/web/'),(8499,587,'_block_1_licensed_and_secure_link','field_5d2786d4e8467'),(8500,587,'block_1_licensed_and_secure',''),(8501,587,'_block_1_licensed_and_secure','field_5d278665e8460'),(8502,587,'block_2_licensed_and_secure_subtitle','Licensed to Provide Fiat to Virtual Currency Exchange Services'),(8503,587,'_block_2_licensed_and_secure_subtitle','field_5d27867ee8464'),(8504,587,'block_2_licensed_and_secure_text','Estonia FIU License Number <strong>FRV000143</strong> allows us to offer direct crypto to fiat trading as well as inter-cryptocurrency exchange services.'),(8505,587,'_block_2_licensed_and_secure_text','field_5d27867ee8465'),(8506,587,'block_2_licensed_and_secure_text_link','Verify License Online'),(8507,587,'_block_2_licensed_and_secure_text_link','field_5d278711e8469'),(8508,587,'block_2_licensed_and_secure_link','http://localhost/cappen/griflan-crypto-wallet/web/'),(8509,587,'_block_2_licensed_and_secure_link','field_5d278713e846a'),(8510,587,'block_2_licensed_and_secure',''),(8511,587,'_block_2_licensed_and_secure','field_5d27867ee8463'),(8549,419,'title_works','CryptoWallet Is Fast and Easy'),(8550,419,'_title_works','field_5d278b7272f06'),(8551,419,'description_works','Here’s how it works.'),(8552,419,'_description_works','field_5d278b7b72f07'),(8553,419,'step_1_title','Download \r\nthe app'),(8554,419,'_step_1_title','field_5d278bd472f0a'),(8555,419,'step_1',''),(8556,419,'_step_1','field_5d278bd472f09'),(8557,419,'step_2_title','Order The \r\nCard'),(8558,419,'_step_2_title','field_5d278d93b6d10'),(8559,419,'step_2',''),(8560,419,'_step_2','field_5d278d93b6d0f'),(8561,419,'step_3_title','Load The Card \r\nWith Funds'),(8562,419,'_step_3_title','field_5d278d94b6d12'),(8563,419,'step_3',''),(8564,419,'_step_3','field_5d278d94b6d11'),(8565,419,'step_4_title','Start \r\nspending!'),(8566,419,'_step_4_title','field_5d278d97b6d14'),(8567,419,'step_4',''),(8568,419,'_step_4','field_5d278d97b6d13'),(8569,604,'show_crypto_funds','0'),(8570,604,'_show_crypto_funds','field_5d1cd58ba65cf'),(8571,604,'title','Crypto Is Money - \r\nLet’s Use It.'),(8572,604,'_title','field_5d264012842b2'),(8573,604,'description','This is the future of crypto banking. CryptoWallet is your gateway to digital currency and beyond. Integrate crypto payments into your business or spend your crypto in any store.'),(8574,604,'_description','field_5d26402d842b3'),(8575,604,'title_cryptowallet','What is CryptoWallet?'),(8576,604,'_title_cryptowallet','field_5d26470a0c80a'),(8577,604,'description_cryptowallet','CryptoWallet is an end-to-end crypto banking and commercial solution.'),(8578,604,'_description_cryptowallet','field_5d26471d0c80b'),(8579,604,'benefits_0_title','Wallet'),(8580,604,'_benefits_0_title','field_5d26480f0c80d'),(8581,604,'benefits_0_description','It’s a wallet where you can securely store your crypto funds.'),(8582,604,'_benefits_0_description','field_5d26481d0c80e'),(8583,604,'benefits_1_title','Debit Card'),(8584,604,'_benefits_1_title','field_5d26480f0c80d'),(8585,604,'benefits_1_description','It’s a debit card that lets you spend crypto in any store.'),(8586,604,'_benefits_1_description','field_5d26481d0c80e'),(8587,604,'benefits_2_title','Exchange App'),(8588,604,'_benefits_2_title','field_5d26480f0c80d'),(8589,604,'benefits_2_description','It’s an exchange app that allows you to quickly and easily exchange crypto on your phone.'),(8590,604,'_benefits_2_description','field_5d26481d0c80e'),(8591,604,'benefits_3_title','Payment Widget'),(8592,604,'_benefits_3_title','field_5d26480f0c80d'),(8593,604,'benefits_3_description','It’s a payment widget that lets your business accept all top cryptos with the lowest fees in the industry.'),(8594,604,'_benefits_3_description','field_5d26481d0c80e'),(8595,604,'benefits','4'),(8596,604,'_benefits','field_5d2647670c80c'),(8597,604,'benefits_0_animation_card','Wallet'),(8598,604,'_benefits_0_animation_card','field_5d2649429a9b9'),(8599,604,'benefits_1_animation_card','Debit Card'),(8600,604,'_benefits_1_animation_card','field_5d2649429a9b9'),(8601,604,'benefits_2_animation_card','Exchange App'),(8602,604,'_benefits_2_animation_card','field_5d2649429a9b9'),(8603,604,'benefits_3_animation_card','Payment Widget'),(8604,604,'_benefits_3_animation_card','field_5d2649429a9b9'),(8605,604,'title_welcome','Welcome to your gateway \r\nfor digital currency.'),(8606,604,'_title_welcome','field_5d264f1cfddba'),(8607,604,'title_contactless','A Contactless Crypto Wallet \r\nDebit Card With Cashback'),(8608,604,'_title_contactless','field_5d26573a87236'),(8609,604,'description_contactless','Cryptocurrency adoption is here with our innovative new contactless debit card.'),(8610,604,'_description_contactless','field_5d26577287237'),(8611,604,'benefits_contactless_0_icone','note'),(8612,604,'_benefits_contactless_0_icone','field_5d2658038723f'),(8613,604,'benefits_contactless_0_title','Shop Anywhere'),(8614,604,'_benefits_contactless_0_title','field_5d2658038723d'),(8615,604,'benefits_contactless_0_description','You can finally spend your cryptocurrency on real goods and services anywhere that accepts VISA.'),(8616,604,'_benefits_contactless_0_description','field_5d2658038723e'),(8617,604,'benefits_contactless_1_icone','coin'),(8618,604,'_benefits_contactless_1_icone','field_5d2658038723f'),(8619,604,'benefits_contactless_1_title','Convert'),(8620,604,'_benefits_contactless_1_title','field_5d2658038723d'),(8621,604,'benefits_contactless_1_description','Converting your crypto to fiat for purchases is simple using the instant in-appexchange feature. Stop the crypto shuffle and let CryptoWallet do the work.'),(8622,604,'_benefits_contactless_1_description','field_5d2658038723e'),(8623,604,'benefits_contactless_2_icone','bitcoin'),(8624,604,'_benefits_contactless_2_icone','field_5d2658038723f'),(8625,604,'benefits_contactless_2_title','Unique Crypto Cashback'),(8626,604,'_benefits_contactless_2_title','field_5d2658038723d'),(8627,604,'benefits_contactless_2_description','Take advantage of our unique crypto cashback feature, it puts money in your wallet - literally. Get cashback in crypto on purchases made in store with your CryptoWallet Visa debit card.'),(8628,604,'_benefits_contactless_2_description','field_5d2658038723e'),(8629,604,'benefits_contactless_3_icone','credit'),(8630,604,'_benefits_contactless_3_icone','field_5d2658038723f'),(8631,604,'benefits_contactless_3_title','Contactless'),(8632,604,'_benefits_contactless_3_title','field_5d2658038723d'),(8633,604,'benefits_contactless_3_description','Make crypto purchases in seconds by simply tapping your card.'),(8634,604,'_benefits_contactless_3_description','field_5d2658038723e'),(8635,604,'benefits_contactless','4'),(8636,604,'_benefits_contactless','field_5d2658038723c'),(8637,604,'title_coins','A Universal CryptoWallet'),(8638,604,'_title_coins','field_5d2659ba646f0'),(8639,604,'description_coins','Check out our full list of our supported currencies. '),(8640,604,'_description_coins','field_5d2659d4646f1'),(8641,604,'video_link','https://vimeo.com/76979871'),(8642,604,'_video_link','field_5d2760a56946f'),(8643,604,'button_link','htttp://google.com'),(8644,604,'_button_link','field_5d2760f269470'),(8645,604,'title_wallet_app','Get the Crypto \r\nWallet App and join our community'),(8646,604,'_title_wallet_app','field_5d2774dba7b2f'),(8647,604,'qr_code','531'),(8648,604,'_qr_code','field_5d277610a7b30'),(8649,604,'title_quick_crypto','A Quick Crypto Exchange'),(8650,604,'_title_quick_crypto','field_5d2777a8ad898'),(8651,604,'description_quick_crypto','Skip the time-consuming hassle of using exchanges! A swift, secure <br> method for buying and trading over 140 cryptocurrencies.'),(8652,604,'_description_quick_crypto','field_5d2777bfad899'),(8653,604,'exchange_effortlessly_subtitle','Exchange Effortlessly'),(8654,604,'_exchange_effortlessly_subtitle','field_5d277828ad89b'),(8655,604,'exchange_effortlessly_text','The app lets you exchange supported cryptocurrencies effortlessly , allowing you to spend your crypto funds your way.'),(8656,604,'_exchange_effortlessly_text','field_5d27784bad89c'),(8657,604,'exchange_effortlessly',''),(8658,604,'_exchange_effortlessly','field_5d27781aad89a'),(8659,604,'top_up_with_speed_subtitle','Top Up with Speed'),(8660,604,'_top_up_with_speed_subtitle','field_5d27786bad89e'),(8661,604,'top_up_with_speed_text','You can top up your wallet through SEPA bank transfers or credit card. Lightning speed and hassle - free - that\'s a win.'),(8662,604,'_top_up_with_speed_text','field_5d27786bad89f'),(8663,604,'top_up_with_speed',''),(8664,604,'_top_up_with_speed','field_5d27786aad89d'),(8665,604,'title_payment','A Payment Gateway'),(8666,604,'_title_payment','field_5d2782c891991'),(8667,604,'description_payment','Accept top cryptocurrencies on your business website with the lowest fees in the industry. Our payment widget is supported by the market-leadinge-commerce plugins like:'),(8668,604,'_description_payment','field_5d2782cd91992'),(8669,604,'title_client_support','World Class \r\nClient Support'),(8670,604,'_title_client_support','field_5d2783a351aae'),(8671,604,'description_client_support','Never be left without answers - CryptoWallet’s international support team is here to help.'),(8672,604,'_description_client_support','field_5d2783a851aaf'),(8673,604,'block_1_subtitle','Strong Customer Focus'),(8674,604,'_block_1_subtitle','field_5d2783f451ab1'),(8675,604,'block_1_text','We have a strong customer focus with short waiting times and support in multiple languages.'),(8676,604,'_block_1_text','field_5d2783f451ab2'),(8677,604,'block_1',''),(8678,604,'_block_1','field_5d2783f451ab0'),(8679,604,'block_2_subtitle','High Quality Support'),(8680,604,'_block_2_subtitle','field_5d27840951ab4'),(8681,604,'block_2_text','CryptoWallet offers high-quality support through telephone, LiveChat, ticket submissions, and VIP treatment options.'),(8682,604,'_block_2_text','field_5d27840951ab5'),(8683,604,'block_2',''),(8684,604,'_block_2','field_5d27840951ab3'),(8685,604,'title_licensed_and_secure','Licensed and Secure'),(8686,604,'_title_licensed_and_secure','field_5d2785d9e845e'),(8687,604,'description_licensed_and_secure','CryptoWallet is secured by BitGo, the world’s leading Bitcoin payment processor. Digital assets and user privacy are protected by cutting-edge security measures like two-factor authentication, end-to-end encryption, and multi-signature cold storage wallets. CryptoWallet has obtained licenses from the state of Estonia ensuring full legal compliance in handling and facilitating the trade of cryptocurrencies.'),(8688,604,'_description_licensed_and_secure','field_5d2785f4e845f'),(8689,604,'link_licensed_and_secure','http://localhost/cappen/griflan-crypto-wallet/web/'),(8690,604,'_link_licensed_and_secure','field_5d2786c1e8466'),(8691,604,'block_1_licensed_and_secure_subtitle','Licensed to Provide Virtual Currency Wallet Services'),(8692,604,'_block_1_licensed_and_secure_subtitle','field_5d278665e8461'),(8693,604,'block_1_licensed_and_secure_text','Estonia FIU License Number <strong>FRK000131</strong> enables CryptoWallet to provide cryptocurrency storage services to our customers.'),(8694,604,'_block_1_licensed_and_secure_text','field_5d278665e8462'),(8695,604,'block_1_licensed_and_secure_text_link','Verify License Online'),(8696,604,'_block_1_licensed_and_secure_text_link','field_5d2786f6e8468'),(8697,604,'block_1_licensed_and_secure_link','http://localhost/cappen/griflan-crypto-wallet/web/'),(8698,604,'_block_1_licensed_and_secure_link','field_5d2786d4e8467'),(8699,604,'block_1_licensed_and_secure',''),(8700,604,'_block_1_licensed_and_secure','field_5d278665e8460'),(8701,604,'block_2_licensed_and_secure_subtitle','Licensed to Provide Fiat to Virtual Currency Exchange Services'),(8702,604,'_block_2_licensed_and_secure_subtitle','field_5d27867ee8464'),(8703,604,'block_2_licensed_and_secure_text','Estonia FIU License Number <strong>FRV000143</strong> allows us to offer direct crypto to fiat trading as well as inter-cryptocurrency exchange services.'),(8704,604,'_block_2_licensed_and_secure_text','field_5d27867ee8465'),(8705,604,'block_2_licensed_and_secure_text_link','Verify License Online'),(8706,604,'_block_2_licensed_and_secure_text_link','field_5d278711e8469'),(8707,604,'block_2_licensed_and_secure_link','http://localhost/cappen/griflan-crypto-wallet/web/'),(8708,604,'_block_2_licensed_and_secure_link','field_5d278713e846a'),(8709,604,'block_2_licensed_and_secure',''),(8710,604,'_block_2_licensed_and_secure','field_5d27867ee8463'),(8711,604,'title_works','CryptoWallet Is Fast and Easy'),(8712,604,'_title_works','field_5d278b7272f06'),(8713,604,'description_works','Here’s how it works.'),(8714,604,'_description_works','field_5d278b7b72f07'),(8715,604,'step_1_title','Download the app'),(8716,604,'_step_1_title','field_5d278bd472f0a'),(8717,604,'step_1',''),(8718,604,'_step_1','field_5d278bd472f09'),(8719,604,'step_2_title',''),(8720,604,'_step_2_title','field_5d278c0f72f0f'),(8721,604,'step_2',''),(8722,604,'_step_2','field_5d278c0f72f0e'),(8723,604,'step_3_title',''),(8724,604,'_step_3_title','field_5d278c1172f11'),(8725,604,'step_3',''),(8726,604,'_step_3','field_5d278c1172f10'),(8727,604,'step_4_title',''),(8728,604,'_step_4_title','field_5d278c1372f13'),(8729,604,'step_4',''),(8730,604,'_step_4','field_5d278c1372f12'),(8744,614,'show_crypto_funds','0'),(8745,614,'_show_crypto_funds','field_5d1cd58ba65cf'),(8746,614,'title','Crypto Is Money - \r\nLet’s Use It.'),(8747,614,'_title','field_5d264012842b2'),(8748,614,'description','This is the future of crypto banking. CryptoWallet is your gateway to digital currency and beyond. Integrate crypto payments into your business or spend your crypto in any store.'),(8749,614,'_description','field_5d26402d842b3'),(8750,614,'title_cryptowallet','What is CryptoWallet?'),(8751,614,'_title_cryptowallet','field_5d26470a0c80a'),(8752,614,'description_cryptowallet','CryptoWallet is an end-to-end crypto banking and commercial solution.'),(8753,614,'_description_cryptowallet','field_5d26471d0c80b'),(8754,614,'benefits_0_title','Wallet'),(8755,614,'_benefits_0_title','field_5d26480f0c80d'),(8756,614,'benefits_0_description','It’s a wallet where you can securely store your crypto funds.'),(8757,614,'_benefits_0_description','field_5d26481d0c80e'),(8758,614,'benefits_1_title','Debit Card'),(8759,614,'_benefits_1_title','field_5d26480f0c80d'),(8760,614,'benefits_1_description','It’s a debit card that lets you spend crypto in any store.'),(8761,614,'_benefits_1_description','field_5d26481d0c80e'),(8762,614,'benefits_2_title','Exchange App'),(8763,614,'_benefits_2_title','field_5d26480f0c80d'),(8764,614,'benefits_2_description','It’s an exchange app that allows you to quickly and easily exchange crypto on your phone.'),(8765,614,'_benefits_2_description','field_5d26481d0c80e'),(8766,614,'benefits_3_title','Payment Widget'),(8767,614,'_benefits_3_title','field_5d26480f0c80d'),(8768,614,'benefits_3_description','It’s a payment widget that lets your business accept all top cryptos with the lowest fees in the industry.'),(8769,614,'_benefits_3_description','field_5d26481d0c80e'),(8770,614,'benefits','4'),(8771,614,'_benefits','field_5d2647670c80c'),(8772,614,'benefits_0_animation_card','Wallet'),(8773,614,'_benefits_0_animation_card','field_5d2649429a9b9'),(8774,614,'benefits_1_animation_card','Debit Card'),(8775,614,'_benefits_1_animation_card','field_5d2649429a9b9'),(8776,614,'benefits_2_animation_card','Exchange App'),(8777,614,'_benefits_2_animation_card','field_5d2649429a9b9'),(8778,614,'benefits_3_animation_card','Payment Widget'),(8779,614,'_benefits_3_animation_card','field_5d2649429a9b9'),(8780,614,'title_welcome','Welcome to your gateway \r\nfor digital currency.'),(8781,614,'_title_welcome','field_5d264f1cfddba'),(8782,614,'title_contactless','A Contactless Crypto Wallet \r\nDebit Card With Cashback'),(8783,614,'_title_contactless','field_5d26573a87236'),(8784,614,'description_contactless','Cryptocurrency adoption is here with our innovative new contactless debit card.'),(8785,614,'_description_contactless','field_5d26577287237'),(8786,614,'benefits_contactless_0_icone','note'),(8787,614,'_benefits_contactless_0_icone','field_5d2658038723f'),(8788,614,'benefits_contactless_0_title','Shop Anywhere'),(8789,614,'_benefits_contactless_0_title','field_5d2658038723d'),(8790,614,'benefits_contactless_0_description','You can finally spend your cryptocurrency on real goods and services anywhere that accepts VISA.'),(8791,614,'_benefits_contactless_0_description','field_5d2658038723e'),(8792,614,'benefits_contactless_1_icone','coin'),(8793,614,'_benefits_contactless_1_icone','field_5d2658038723f'),(8794,614,'benefits_contactless_1_title','Convert'),(8795,614,'_benefits_contactless_1_title','field_5d2658038723d'),(8796,614,'benefits_contactless_1_description','Converting your crypto to fiat for purchases is simple using the instant in-appexchange feature. Stop the crypto shuffle and let CryptoWallet do the work.'),(8797,614,'_benefits_contactless_1_description','field_5d2658038723e'),(8798,614,'benefits_contactless_2_icone','bitcoin'),(8799,614,'_benefits_contactless_2_icone','field_5d2658038723f'),(8800,614,'benefits_contactless_2_title','Unique Crypto Cashback'),(8801,614,'_benefits_contactless_2_title','field_5d2658038723d'),(8802,614,'benefits_contactless_2_description','Take advantage of our unique crypto cashback feature, it puts money in your wallet - literally. Get cashback in crypto on purchases made in store with your CryptoWallet Visa debit card.'),(8803,614,'_benefits_contactless_2_description','field_5d2658038723e'),(8804,614,'benefits_contactless_3_icone','credit'),(8805,614,'_benefits_contactless_3_icone','field_5d2658038723f'),(8806,614,'benefits_contactless_3_title','Contactless'),(8807,614,'_benefits_contactless_3_title','field_5d2658038723d'),(8808,614,'benefits_contactless_3_description','Make crypto purchases in seconds by simply tapping your card.'),(8809,614,'_benefits_contactless_3_description','field_5d2658038723e'),(8810,614,'benefits_contactless','4'),(8811,614,'_benefits_contactless','field_5d2658038723c'),(8812,614,'title_coins','A Universal CryptoWallet'),(8813,614,'_title_coins','field_5d2659ba646f0'),(8814,614,'description_coins','Check out our full list of our supported currencies. '),(8815,614,'_description_coins','field_5d2659d4646f1'),(8816,614,'video_link','https://vimeo.com/76979871'),(8817,614,'_video_link','field_5d2760a56946f'),(8818,614,'button_link','htttp://google.com'),(8819,614,'_button_link','field_5d2760f269470'),(8820,614,'title_wallet_app','Get the Crypto \r\nWallet App and join our community'),(8821,614,'_title_wallet_app','field_5d2774dba7b2f'),(8822,614,'qr_code','531'),(8823,614,'_qr_code','field_5d277610a7b30'),(8824,614,'title_quick_crypto','A Quick Crypto Exchange'),(8825,614,'_title_quick_crypto','field_5d2777a8ad898'),(8826,614,'description_quick_crypto','Skip the time-consuming hassle of using exchanges! A swift, secure <br> method for buying and trading over 140 cryptocurrencies.'),(8827,614,'_description_quick_crypto','field_5d2777bfad899'),(8828,614,'exchange_effortlessly_subtitle','Exchange Effortlessly'),(8829,614,'_exchange_effortlessly_subtitle','field_5d277828ad89b'),(8830,614,'exchange_effortlessly_text','The app lets you exchange supported cryptocurrencies effortlessly , allowing you to spend your crypto funds your way.'),(8831,614,'_exchange_effortlessly_text','field_5d27784bad89c'),(8832,614,'exchange_effortlessly',''),(8833,614,'_exchange_effortlessly','field_5d27781aad89a'),(8834,614,'top_up_with_speed_subtitle','Top Up with Speed'),(8835,614,'_top_up_with_speed_subtitle','field_5d27786bad89e'),(8836,614,'top_up_with_speed_text','You can top up your wallet through SEPA bank transfers or credit card. Lightning speed and hassle - free - that\'s a win.'),(8837,614,'_top_up_with_speed_text','field_5d27786bad89f'),(8838,614,'top_up_with_speed',''),(8839,614,'_top_up_with_speed','field_5d27786aad89d'),(8840,614,'title_payment','A Payment Gateway'),(8841,614,'_title_payment','field_5d2782c891991'),(8842,614,'description_payment','Accept top cryptocurrencies on your business website with the lowest fees in the industry. Our payment widget is supported by the market-leadinge-commerce plugins like:'),(8843,614,'_description_payment','field_5d2782cd91992'),(8844,614,'title_client_support','World Class \r\nClient Support'),(8845,614,'_title_client_support','field_5d2783a351aae'),(8846,614,'description_client_support','Never be left without answers - CryptoWallet’s international support team is here to help.'),(8847,614,'_description_client_support','field_5d2783a851aaf'),(8848,614,'block_1_subtitle','Strong Customer Focus'),(8849,614,'_block_1_subtitle','field_5d2783f451ab1'),(8850,614,'block_1_text','We have a strong customer focus with short waiting times and support in multiple languages.'),(8851,614,'_block_1_text','field_5d2783f451ab2'),(8852,614,'block_1',''),(8853,614,'_block_1','field_5d2783f451ab0'),(8854,614,'block_2_subtitle','High Quality Support'),(8855,614,'_block_2_subtitle','field_5d27840951ab4'),(8856,614,'block_2_text','CryptoWallet offers high-quality support through telephone, LiveChat, ticket submissions, and VIP treatment options.'),(8857,614,'_block_2_text','field_5d27840951ab5'),(8858,614,'block_2',''),(8859,614,'_block_2','field_5d27840951ab3'),(8860,614,'title_licensed_and_secure','Licensed and Secure'),(8861,614,'_title_licensed_and_secure','field_5d2785d9e845e'),(8862,614,'description_licensed_and_secure','CryptoWallet is secured by BitGo, the world’s leading Bitcoin payment processor. Digital assets and user privacy are protected by cutting-edge security measures like two-factor authentication, end-to-end encryption, and multi-signature cold storage wallets. CryptoWallet has obtained licenses from the state of Estonia ensuring full legal compliance in handling and facilitating the trade of cryptocurrencies.'),(8863,614,'_description_licensed_and_secure','field_5d2785f4e845f'),(8864,614,'link_licensed_and_secure','http://localhost/cappen/griflan-crypto-wallet/web/'),(8865,614,'_link_licensed_and_secure','field_5d2786c1e8466'),(8866,614,'block_1_licensed_and_secure_subtitle','Licensed to Provide Virtual Currency Wallet Services'),(8867,614,'_block_1_licensed_and_secure_subtitle','field_5d278665e8461'),(8868,614,'block_1_licensed_and_secure_text','Estonia FIU License Number <strong>FRK000131</strong> enables CryptoWallet to provide cryptocurrency storage services to our customers.'),(8869,614,'_block_1_licensed_and_secure_text','field_5d278665e8462'),(8870,614,'block_1_licensed_and_secure_text_link','Verify License Online'),(8871,614,'_block_1_licensed_and_secure_text_link','field_5d2786f6e8468'),(8872,614,'block_1_licensed_and_secure_link','http://localhost/cappen/griflan-crypto-wallet/web/'),(8873,614,'_block_1_licensed_and_secure_link','field_5d2786d4e8467'),(8874,614,'block_1_licensed_and_secure',''),(8875,614,'_block_1_licensed_and_secure','field_5d278665e8460'),(8876,614,'block_2_licensed_and_secure_subtitle','Licensed to Provide Fiat to Virtual Currency Exchange Services'),(8877,614,'_block_2_licensed_and_secure_subtitle','field_5d27867ee8464'),(8878,614,'block_2_licensed_and_secure_text','Estonia FIU License Number <strong>FRV000143</strong> allows us to offer direct crypto to fiat trading as well as inter-cryptocurrency exchange services.'),(8879,614,'_block_2_licensed_and_secure_text','field_5d27867ee8465'),(8880,614,'block_2_licensed_and_secure_text_link','Verify License Online'),(8881,614,'_block_2_licensed_and_secure_text_link','field_5d278711e8469'),(8882,614,'block_2_licensed_and_secure_link','http://localhost/cappen/griflan-crypto-wallet/web/'),(8883,614,'_block_2_licensed_and_secure_link','field_5d278713e846a'),(8884,614,'block_2_licensed_and_secure',''),(8885,614,'_block_2_licensed_and_secure','field_5d27867ee8463'),(8886,614,'title_works','CryptoWallet Is Fast and Easy'),(8887,614,'_title_works','field_5d278b7272f06'),(8888,614,'description_works','Here’s how it works.'),(8889,614,'_description_works','field_5d278b7b72f07'),(8890,614,'step_1_title','Download \r\nthe app'),(8891,614,'_step_1_title','field_5d278bd472f0a'),(8892,614,'step_1',''),(8893,614,'_step_1','field_5d278bd472f09'),(8894,614,'step_2_title','Order The \r\nCard'),(8895,614,'_step_2_title','field_5d278d93b6d10'),(8896,614,'step_2',''),(8897,614,'_step_2','field_5d278d93b6d0f'),(8898,614,'step_3_title','Load The Card \r\nWith Funds'),(8899,614,'_step_3_title','field_5d278d94b6d12'),(8900,614,'step_3',''),(8901,614,'_step_3','field_5d278d94b6d11'),(8902,614,'step_4_title','Start \r\nspending!'),(8903,614,'_step_4_title','field_5d278d97b6d14'),(8904,614,'step_4',''),(8905,614,'_step_4','field_5d278d97b6d13'),(8919,419,'title_press','CryptoWallet in the Press'),(8920,419,'_title_press','field_5d2790f12668e'),(8921,419,'logos','6'),(8922,419,'_logos','field_5d2790f52668f'),(8923,622,'show_crypto_funds','0'),(8924,622,'_show_crypto_funds','field_5d1cd58ba65cf'),(8925,622,'title','Crypto Is Money - \r\nLet’s Use It.'),(8926,622,'_title','field_5d264012842b2'),(8927,622,'description','This is the future of crypto banking. CryptoWallet is your gateway to digital currency and beyond. Integrate crypto payments into your business or spend your crypto in any store.'),(8928,622,'_description','field_5d26402d842b3'),(8929,622,'title_cryptowallet','What is CryptoWallet?'),(8930,622,'_title_cryptowallet','field_5d26470a0c80a'),(8931,622,'description_cryptowallet','CryptoWallet is an end-to-end crypto banking and commercial solution.'),(8932,622,'_description_cryptowallet','field_5d26471d0c80b'),(8933,622,'benefits_0_title','Wallet'),(8934,622,'_benefits_0_title','field_5d26480f0c80d'),(8935,622,'benefits_0_description','It’s a wallet where you can securely store your crypto funds.'),(8936,622,'_benefits_0_description','field_5d26481d0c80e'),(8937,622,'benefits_1_title','Debit Card'),(8938,622,'_benefits_1_title','field_5d26480f0c80d'),(8939,622,'benefits_1_description','It’s a debit card that lets you spend crypto in any store.'),(8940,622,'_benefits_1_description','field_5d26481d0c80e'),(8941,622,'benefits_2_title','Exchange App'),(8942,622,'_benefits_2_title','field_5d26480f0c80d'),(8943,622,'benefits_2_description','It’s an exchange app that allows you to quickly and easily exchange crypto on your phone.'),(8944,622,'_benefits_2_description','field_5d26481d0c80e'),(8945,622,'benefits_3_title','Payment Widget'),(8946,622,'_benefits_3_title','field_5d26480f0c80d'),(8947,622,'benefits_3_description','It’s a payment widget that lets your business accept all top cryptos with the lowest fees in the industry.'),(8948,622,'_benefits_3_description','field_5d26481d0c80e'),(8949,622,'benefits','4'),(8950,622,'_benefits','field_5d2647670c80c'),(8951,622,'benefits_0_animation_card','Wallet'),(8952,622,'_benefits_0_animation_card','field_5d2649429a9b9'),(8953,622,'benefits_1_animation_card','Debit Card'),(8954,622,'_benefits_1_animation_card','field_5d2649429a9b9'),(8955,622,'benefits_2_animation_card','Exchange App'),(8956,622,'_benefits_2_animation_card','field_5d2649429a9b9'),(8957,622,'benefits_3_animation_card','Payment Widget'),(8958,622,'_benefits_3_animation_card','field_5d2649429a9b9'),(8959,622,'title_welcome','Welcome to your gateway \r\nfor digital currency.'),(8960,622,'_title_welcome','field_5d264f1cfddba'),(8961,622,'title_contactless','A Contactless Crypto Wallet \r\nDebit Card With Cashback'),(8962,622,'_title_contactless','field_5d26573a87236'),(8963,622,'description_contactless','Cryptocurrency adoption is here with our innovative new contactless debit card.'),(8964,622,'_description_contactless','field_5d26577287237'),(8965,622,'benefits_contactless_0_icone','note'),(8966,622,'_benefits_contactless_0_icone','field_5d2658038723f'),(8967,622,'benefits_contactless_0_title','Shop Anywhere'),(8968,622,'_benefits_contactless_0_title','field_5d2658038723d'),(8969,622,'benefits_contactless_0_description','You can finally spend your cryptocurrency on real goods and services anywhere that accepts VISA.'),(8970,622,'_benefits_contactless_0_description','field_5d2658038723e'),(8971,622,'benefits_contactless_1_icone','coin'),(8972,622,'_benefits_contactless_1_icone','field_5d2658038723f'),(8973,622,'benefits_contactless_1_title','Convert'),(8974,622,'_benefits_contactless_1_title','field_5d2658038723d'),(8975,622,'benefits_contactless_1_description','Converting your crypto to fiat for purchases is simple using the instant in-appexchange feature. Stop the crypto shuffle and let CryptoWallet do the work.'),(8976,622,'_benefits_contactless_1_description','field_5d2658038723e'),(8977,622,'benefits_contactless_2_icone','bitcoin'),(8978,622,'_benefits_contactless_2_icone','field_5d2658038723f'),(8979,622,'benefits_contactless_2_title','Unique Crypto Cashback'),(8980,622,'_benefits_contactless_2_title','field_5d2658038723d'),(8981,622,'benefits_contactless_2_description','Take advantage of our unique crypto cashback feature, it puts money in your wallet - literally. Get cashback in crypto on purchases made in store with your CryptoWallet Visa debit card.'),(8982,622,'_benefits_contactless_2_description','field_5d2658038723e'),(8983,622,'benefits_contactless_3_icone','credit'),(8984,622,'_benefits_contactless_3_icone','field_5d2658038723f'),(8985,622,'benefits_contactless_3_title','Contactless'),(8986,622,'_benefits_contactless_3_title','field_5d2658038723d'),(8987,622,'benefits_contactless_3_description','Make crypto purchases in seconds by simply tapping your card.'),(8988,622,'_benefits_contactless_3_description','field_5d2658038723e'),(8989,622,'benefits_contactless','4'),(8990,622,'_benefits_contactless','field_5d2658038723c'),(8991,622,'title_coins','A Universal CryptoWallet'),(8992,622,'_title_coins','field_5d2659ba646f0'),(8993,622,'description_coins','Check out our full list of our supported currencies. '),(8994,622,'_description_coins','field_5d2659d4646f1'),(8995,622,'video_link','https://vimeo.com/76979871'),(8996,622,'_video_link','field_5d2760a56946f'),(8997,622,'button_link','htttp://google.com'),(8998,622,'_button_link','field_5d2760f269470'),(8999,622,'title_wallet_app','Get the Crypto \r\nWallet App and join our community'),(9000,622,'_title_wallet_app','field_5d2774dba7b2f'),(9001,622,'qr_code','531'),(9002,622,'_qr_code','field_5d277610a7b30'),(9003,622,'title_quick_crypto','A Quick Crypto Exchange'),(9004,622,'_title_quick_crypto','field_5d2777a8ad898'),(9005,622,'description_quick_crypto','Skip the time-consuming hassle of using exchanges! A swift, secure <br> method for buying and trading over 140 cryptocurrencies.'),(9006,622,'_description_quick_crypto','field_5d2777bfad899'),(9007,622,'exchange_effortlessly_subtitle','Exchange Effortlessly'),(9008,622,'_exchange_effortlessly_subtitle','field_5d277828ad89b'),(9009,622,'exchange_effortlessly_text','The app lets you exchange supported cryptocurrencies effortlessly , allowing you to spend your crypto funds your way.'),(9010,622,'_exchange_effortlessly_text','field_5d27784bad89c'),(9011,622,'exchange_effortlessly',''),(9012,622,'_exchange_effortlessly','field_5d27781aad89a'),(9013,622,'top_up_with_speed_subtitle','Top Up with Speed'),(9014,622,'_top_up_with_speed_subtitle','field_5d27786bad89e'),(9015,622,'top_up_with_speed_text','You can top up your wallet through SEPA bank transfers or credit card. Lightning speed and hassle - free - that\'s a win.'),(9016,622,'_top_up_with_speed_text','field_5d27786bad89f'),(9017,622,'top_up_with_speed',''),(9018,622,'_top_up_with_speed','field_5d27786aad89d'),(9019,622,'title_payment','A Payment Gateway'),(9020,622,'_title_payment','field_5d2782c891991'),(9021,622,'description_payment','Accept top cryptocurrencies on your business website with the lowest fees in the industry. Our payment widget is supported by the market-leadinge-commerce plugins like:'),(9022,622,'_description_payment','field_5d2782cd91992'),(9023,622,'title_client_support','World Class \r\nClient Support'),(9024,622,'_title_client_support','field_5d2783a351aae'),(9025,622,'description_client_support','Never be left without answers - CryptoWallet’s international support team is here to help.'),(9026,622,'_description_client_support','field_5d2783a851aaf'),(9027,622,'block_1_subtitle','Strong Customer Focus'),(9028,622,'_block_1_subtitle','field_5d2783f451ab1'),(9029,622,'block_1_text','We have a strong customer focus with short waiting times and support in multiple languages.'),(9030,622,'_block_1_text','field_5d2783f451ab2'),(9031,622,'block_1',''),(9032,622,'_block_1','field_5d2783f451ab0'),(9033,622,'block_2_subtitle','High Quality Support'),(9034,622,'_block_2_subtitle','field_5d27840951ab4'),(9035,622,'block_2_text','CryptoWallet offers high-quality support through telephone, LiveChat, ticket submissions, and VIP treatment options.'),(9036,622,'_block_2_text','field_5d27840951ab5'),(9037,622,'block_2',''),(9038,622,'_block_2','field_5d27840951ab3'),(9039,622,'title_licensed_and_secure','Licensed and Secure'),(9040,622,'_title_licensed_and_secure','field_5d2785d9e845e'),(9041,622,'description_licensed_and_secure','CryptoWallet is secured by BitGo, the world’s leading Bitcoin payment processor. Digital assets and user privacy are protected by cutting-edge security measures like two-factor authentication, end-to-end encryption, and multi-signature cold storage wallets. CryptoWallet has obtained licenses from the state of Estonia ensuring full legal compliance in handling and facilitating the trade of cryptocurrencies.'),(9042,622,'_description_licensed_and_secure','field_5d2785f4e845f'),(9043,622,'link_licensed_and_secure','http://localhost/cappen/griflan-crypto-wallet/web/'),(9044,622,'_link_licensed_and_secure','field_5d2786c1e8466'),(9045,622,'block_1_licensed_and_secure_subtitle','Licensed to Provide Virtual Currency Wallet Services'),(9046,622,'_block_1_licensed_and_secure_subtitle','field_5d278665e8461'),(9047,622,'block_1_licensed_and_secure_text','Estonia FIU License Number <strong>FRK000131</strong> enables CryptoWallet to provide cryptocurrency storage services to our customers.'),(9048,622,'_block_1_licensed_and_secure_text','field_5d278665e8462'),(9049,622,'block_1_licensed_and_secure_text_link','Verify License Online'),(9050,622,'_block_1_licensed_and_secure_text_link','field_5d2786f6e8468'),(9051,622,'block_1_licensed_and_secure_link','http://localhost/cappen/griflan-crypto-wallet/web/'),(9052,622,'_block_1_licensed_and_secure_link','field_5d2786d4e8467'),(9053,622,'block_1_licensed_and_secure',''),(9054,622,'_block_1_licensed_and_secure','field_5d278665e8460'),(9055,622,'block_2_licensed_and_secure_subtitle','Licensed to Provide Fiat to Virtual Currency Exchange Services'),(9056,622,'_block_2_licensed_and_secure_subtitle','field_5d27867ee8464'),(9057,622,'block_2_licensed_and_secure_text','Estonia FIU License Number <strong>FRV000143</strong> allows us to offer direct crypto to fiat trading as well as inter-cryptocurrency exchange services.'),(9058,622,'_block_2_licensed_and_secure_text','field_5d27867ee8465'),(9059,622,'block_2_licensed_and_secure_text_link','Verify License Online'),(9060,622,'_block_2_licensed_and_secure_text_link','field_5d278711e8469'),(9061,622,'block_2_licensed_and_secure_link','http://localhost/cappen/griflan-crypto-wallet/web/'),(9062,622,'_block_2_licensed_and_secure_link','field_5d278713e846a'),(9063,622,'block_2_licensed_and_secure',''),(9064,622,'_block_2_licensed_and_secure','field_5d27867ee8463'),(9065,622,'title_works','CryptoWallet Is Fast and Easy'),(9066,622,'_title_works','field_5d278b7272f06'),(9067,622,'description_works','Here’s how it works.'),(9068,622,'_description_works','field_5d278b7b72f07'),(9069,622,'step_1_title','Download \r\nthe app'),(9070,622,'_step_1_title','field_5d278bd472f0a'),(9071,622,'step_1',''),(9072,622,'_step_1','field_5d278bd472f09'),(9073,622,'step_2_title','Order The \r\nCard'),(9074,622,'_step_2_title','field_5d278d93b6d10'),(9075,622,'step_2',''),(9076,622,'_step_2','field_5d278d93b6d0f'),(9077,622,'step_3_title','Load The Card \r\nWith Funds'),(9078,622,'_step_3_title','field_5d278d94b6d12'),(9079,622,'step_3',''),(9080,622,'_step_3','field_5d278d94b6d11'),(9081,622,'step_4_title','Start \r\nspending!'),(9082,622,'_step_4_title','field_5d278d97b6d14'),(9083,622,'step_4',''),(9084,622,'_step_4','field_5d278d97b6d13'),(9085,622,'title_press','CryptoWallet in the Press'),(9086,622,'_title_press','field_5d2790f12668e'),(9087,622,'logos',''),(9088,622,'_logos','field_5d2790f52668f'),(9102,626,'_wp_attached_file','2019/07/f_coindesk.svg'),(9103,627,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:77;s:6:\"height\";i:14;s:4:\"file\";s:23:\"/2019/07/f_coindesk.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:14:\"f_coindesk.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:14:\"f_coindesk.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:14:\"f_coindesk.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:14:\"f_coindesk.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:14:\"f_coindesk.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9104,627,'_wp_attached_file','2019/07/f_coindesk.svg'),(9105,627,'wpml_media_processed','1'),(9106,628,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:77;s:6:\"height\";i:14;s:4:\"file\";s:23:\"/2019/07/f_coindesk.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:14:\"f_coindesk.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:14:\"f_coindesk.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:14:\"f_coindesk.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:14:\"f_coindesk.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:14:\"f_coindesk.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9107,628,'_wp_attached_file','2019/07/f_coindesk.svg'),(9108,628,'wpml_media_processed','1'),(9109,629,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:77;s:6:\"height\";i:14;s:4:\"file\";s:23:\"/2019/07/f_coindesk.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:14:\"f_coindesk.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:14:\"f_coindesk.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:14:\"f_coindesk.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:14:\"f_coindesk.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:14:\"f_coindesk.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9110,629,'_wp_attached_file','2019/07/f_coindesk.svg'),(9111,629,'wpml_media_processed','1'),(9112,630,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:77;s:6:\"height\";i:14;s:4:\"file\";s:23:\"/2019/07/f_coindesk.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:14:\"f_coindesk.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:14:\"f_coindesk.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:14:\"f_coindesk.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:14:\"f_coindesk.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:14:\"f_coindesk.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9113,630,'_wp_attached_file','2019/07/f_coindesk.svg'),(9114,630,'wpml_media_processed','1'),(9115,626,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:77;s:6:\"height\";i:14;s:4:\"file\";s:23:\"/2019/07/f_coindesk.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:14:\"f_coindesk.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:14:\"f_coindesk.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:14:\"f_coindesk.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:14:\"f_coindesk.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:14:\"f_coindesk.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9116,631,'_wp_attached_file','2019/07/f_btcmanager.svg'),(9117,632,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:45;s:6:\"height\";i:39;s:4:\"file\";s:25:\"/2019/07/f_btcmanager.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:16:\"f_btcmanager.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"f_btcmanager.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"f_btcmanager.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"f_btcmanager.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:16:\"f_btcmanager.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9118,632,'_wp_attached_file','2019/07/f_btcmanager.svg'),(9119,632,'wpml_media_processed','1'),(9120,633,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:45;s:6:\"height\";i:39;s:4:\"file\";s:25:\"/2019/07/f_btcmanager.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:16:\"f_btcmanager.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"f_btcmanager.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"f_btcmanager.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"f_btcmanager.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:16:\"f_btcmanager.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9121,633,'_wp_attached_file','2019/07/f_btcmanager.svg'),(9122,633,'wpml_media_processed','1'),(9123,634,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:45;s:6:\"height\";i:39;s:4:\"file\";s:25:\"/2019/07/f_btcmanager.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:16:\"f_btcmanager.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"f_btcmanager.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"f_btcmanager.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"f_btcmanager.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:16:\"f_btcmanager.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9124,634,'_wp_attached_file','2019/07/f_btcmanager.svg'),(9125,634,'wpml_media_processed','1'),(9126,635,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:45;s:6:\"height\";i:39;s:4:\"file\";s:25:\"/2019/07/f_btcmanager.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:16:\"f_btcmanager.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"f_btcmanager.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"f_btcmanager.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"f_btcmanager.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:16:\"f_btcmanager.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9127,635,'_wp_attached_file','2019/07/f_btcmanager.svg'),(9128,635,'wpml_media_processed','1'),(9129,631,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:45;s:6:\"height\";i:39;s:4:\"file\";s:25:\"/2019/07/f_btcmanager.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:16:\"f_btcmanager.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"f_btcmanager.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"f_btcmanager.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"f_btcmanager.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:16:\"f_btcmanager.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9130,636,'_wp_attached_file','2019/07/f_ccn.svg'),(9131,637,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:67;s:6:\"height\";i:16;s:4:\"file\";s:18:\"/2019/07/f_ccn.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:9:\"f_ccn.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:9:\"f_ccn.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:9:\"f_ccn.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:9:\"f_ccn.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:9:\"f_ccn.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9132,637,'_wp_attached_file','2019/07/f_ccn.svg'),(9133,637,'wpml_media_processed','1'),(9134,638,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:67;s:6:\"height\";i:16;s:4:\"file\";s:18:\"/2019/07/f_ccn.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:9:\"f_ccn.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:9:\"f_ccn.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:9:\"f_ccn.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:9:\"f_ccn.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:9:\"f_ccn.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9135,638,'_wp_attached_file','2019/07/f_ccn.svg'),(9136,638,'wpml_media_processed','1'),(9137,639,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:67;s:6:\"height\";i:16;s:4:\"file\";s:18:\"/2019/07/f_ccn.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:9:\"f_ccn.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:9:\"f_ccn.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:9:\"f_ccn.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:9:\"f_ccn.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:9:\"f_ccn.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9138,639,'_wp_attached_file','2019/07/f_ccn.svg'),(9139,639,'wpml_media_processed','1'),(9140,640,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:67;s:6:\"height\";i:16;s:4:\"file\";s:18:\"/2019/07/f_ccn.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:9:\"f_ccn.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:9:\"f_ccn.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:9:\"f_ccn.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:9:\"f_ccn.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:9:\"f_ccn.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9141,640,'_wp_attached_file','2019/07/f_ccn.svg'),(9142,640,'wpml_media_processed','1'),(9143,636,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:67;s:6:\"height\";i:16;s:4:\"file\";s:18:\"/2019/07/f_ccn.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:9:\"f_ccn.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:9:\"f_ccn.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:9:\"f_ccn.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:9:\"f_ccn.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:9:\"f_ccn.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9145,642,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:77;s:6:\"height\";i:14;s:4:\"file\";s:25:\"/2019/07/f_coindesk-1.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:16:\"f_coindesk-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"f_coindesk-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"f_coindesk-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"f_coindesk-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:16:\"f_coindesk-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9146,642,'_wp_attached_file','2019/07/f_coindesk-1.svg'),(9147,642,'wpml_media_processed','1'),(9148,643,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:77;s:6:\"height\";i:14;s:4:\"file\";s:25:\"/2019/07/f_coindesk-1.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:16:\"f_coindesk-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"f_coindesk-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"f_coindesk-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"f_coindesk-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:16:\"f_coindesk-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9149,643,'_wp_attached_file','2019/07/f_coindesk-1.svg'),(9150,643,'wpml_media_processed','1'),(9151,644,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:77;s:6:\"height\";i:14;s:4:\"file\";s:25:\"/2019/07/f_coindesk-1.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:16:\"f_coindesk-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"f_coindesk-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"f_coindesk-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"f_coindesk-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:16:\"f_coindesk-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9152,644,'_wp_attached_file','2019/07/f_coindesk-1.svg'),(9153,644,'wpml_media_processed','1'),(9154,645,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:77;s:6:\"height\";i:14;s:4:\"file\";s:25:\"/2019/07/f_coindesk-1.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:16:\"f_coindesk-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"f_coindesk-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"f_coindesk-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"f_coindesk-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:16:\"f_coindesk-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9155,645,'_wp_attached_file','2019/07/f_coindesk-1.svg'),(9156,645,'wpml_media_processed','1'),(9158,646,'_wp_attached_file','2019/07/f_cointelegraph.svg'),(9159,647,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:79;s:6:\"height\";i:37;s:4:\"file\";s:28:\"/2019/07/f_cointelegraph.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:19:\"f_cointelegraph.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:19:\"f_cointelegraph.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:19:\"f_cointelegraph.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:19:\"f_cointelegraph.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:19:\"f_cointelegraph.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9160,647,'_wp_attached_file','2019/07/f_cointelegraph.svg'),(9161,647,'wpml_media_processed','1'),(9162,648,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:79;s:6:\"height\";i:37;s:4:\"file\";s:28:\"/2019/07/f_cointelegraph.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:19:\"f_cointelegraph.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:19:\"f_cointelegraph.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:19:\"f_cointelegraph.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:19:\"f_cointelegraph.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:19:\"f_cointelegraph.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9163,648,'_wp_attached_file','2019/07/f_cointelegraph.svg'),(9164,648,'wpml_media_processed','1'),(9165,649,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:79;s:6:\"height\";i:37;s:4:\"file\";s:28:\"/2019/07/f_cointelegraph.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:19:\"f_cointelegraph.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:19:\"f_cointelegraph.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:19:\"f_cointelegraph.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:19:\"f_cointelegraph.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:19:\"f_cointelegraph.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9166,649,'_wp_attached_file','2019/07/f_cointelegraph.svg'),(9167,649,'wpml_media_processed','1'),(9168,650,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:79;s:6:\"height\";i:37;s:4:\"file\";s:28:\"/2019/07/f_cointelegraph.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:19:\"f_cointelegraph.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:19:\"f_cointelegraph.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:19:\"f_cointelegraph.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:19:\"f_cointelegraph.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:19:\"f_cointelegraph.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9169,650,'_wp_attached_file','2019/07/f_cointelegraph.svg'),(9170,650,'wpml_media_processed','1'),(9171,646,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:79;s:6:\"height\";i:37;s:4:\"file\";s:28:\"/2019/07/f_cointelegraph.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:19:\"f_cointelegraph.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:19:\"f_cointelegraph.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:19:\"f_cointelegraph.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:19:\"f_cointelegraph.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:19:\"f_cointelegraph.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9172,651,'_wp_attached_file','2019/07/f_yahoo.svg'),(9173,652,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:72;s:6:\"height\";i:24;s:4:\"file\";s:20:\"/2019/07/f_yahoo.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:11:\"f_yahoo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:11:\"f_yahoo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:11:\"f_yahoo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:11:\"f_yahoo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:11:\"f_yahoo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9174,652,'_wp_attached_file','2019/07/f_yahoo.svg'),(9175,652,'wpml_media_processed','1'),(9176,653,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:72;s:6:\"height\";i:24;s:4:\"file\";s:20:\"/2019/07/f_yahoo.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:11:\"f_yahoo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:11:\"f_yahoo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:11:\"f_yahoo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:11:\"f_yahoo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:11:\"f_yahoo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9177,653,'_wp_attached_file','2019/07/f_yahoo.svg'),(9178,653,'wpml_media_processed','1'),(9179,654,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:72;s:6:\"height\";i:24;s:4:\"file\";s:20:\"/2019/07/f_yahoo.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:11:\"f_yahoo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:11:\"f_yahoo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:11:\"f_yahoo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:11:\"f_yahoo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:11:\"f_yahoo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9180,654,'_wp_attached_file','2019/07/f_yahoo.svg'),(9181,654,'wpml_media_processed','1'),(9182,655,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:72;s:6:\"height\";i:24;s:4:\"file\";s:20:\"/2019/07/f_yahoo.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:11:\"f_yahoo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:11:\"f_yahoo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:11:\"f_yahoo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:11:\"f_yahoo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:11:\"f_yahoo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9183,655,'_wp_attached_file','2019/07/f_yahoo.svg'),(9184,655,'wpml_media_processed','1'),(9185,651,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:72;s:6:\"height\";i:24;s:4:\"file\";s:20:\"/2019/07/f_yahoo.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:11:\"f_yahoo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:11:\"f_yahoo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:11:\"f_yahoo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:11:\"f_yahoo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:11:\"f_yahoo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9186,656,'_wp_attached_file','2019/07/f_bitcoinist.svg'),(9187,657,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:91;s:6:\"height\";i:19;s:4:\"file\";s:25:\"/2019/07/f_bitcoinist.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:16:\"f_bitcoinist.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"f_bitcoinist.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"f_bitcoinist.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"f_bitcoinist.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:16:\"f_bitcoinist.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9188,657,'_wp_attached_file','2019/07/f_bitcoinist.svg'),(9189,657,'wpml_media_processed','1'),(9190,658,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:91;s:6:\"height\";i:19;s:4:\"file\";s:25:\"/2019/07/f_bitcoinist.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:16:\"f_bitcoinist.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"f_bitcoinist.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"f_bitcoinist.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"f_bitcoinist.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:16:\"f_bitcoinist.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9191,658,'_wp_attached_file','2019/07/f_bitcoinist.svg'),(9192,658,'wpml_media_processed','1'),(9193,659,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:91;s:6:\"height\";i:19;s:4:\"file\";s:25:\"/2019/07/f_bitcoinist.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:16:\"f_bitcoinist.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"f_bitcoinist.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"f_bitcoinist.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"f_bitcoinist.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:16:\"f_bitcoinist.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9194,659,'_wp_attached_file','2019/07/f_bitcoinist.svg'),(9195,659,'wpml_media_processed','1'),(9196,660,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:91;s:6:\"height\";i:19;s:4:\"file\";s:25:\"/2019/07/f_bitcoinist.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:16:\"f_bitcoinist.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"f_bitcoinist.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"f_bitcoinist.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"f_bitcoinist.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:16:\"f_bitcoinist.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9197,660,'_wp_attached_file','2019/07/f_bitcoinist.svg'),(9198,660,'wpml_media_processed','1'),(9199,656,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:91;s:6:\"height\";i:19;s:4:\"file\";s:25:\"/2019/07/f_bitcoinist.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:16:\"f_bitcoinist.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"f_bitcoinist.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"f_bitcoinist.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"f_bitcoinist.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:16:\"f_bitcoinist.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9200,419,'logos_0_logo','626'),(9201,419,'_logos_0_logo','field_5d27914c26690'),(9202,419,'logos_1_logo','631'),(9203,419,'_logos_1_logo','field_5d27914c26690'),(9204,419,'logos_2_logo','651'),(9205,419,'_logos_2_logo','field_5d27914c26690'),(9206,419,'logos_3_logo','656'),(9207,419,'_logos_3_logo','field_5d27914c26690'),(9208,419,'logos_4_logo','636'),(9209,419,'_logos_4_logo','field_5d27914c26690'),(9210,419,'logos_5_logo','646'),(9211,419,'_logos_5_logo','field_5d27914c26690'),(9212,661,'show_crypto_funds','0'),(9213,661,'_show_crypto_funds','field_5d1cd58ba65cf'),(9214,661,'title','Crypto Is Money - \r\nLet’s Use It.'),(9215,661,'_title','field_5d264012842b2'),(9216,661,'description','This is the future of crypto banking. CryptoWallet is your gateway to digital currency and beyond. Integrate crypto payments into your business or spend your crypto in any store.'),(9217,661,'_description','field_5d26402d842b3'),(9218,661,'title_cryptowallet','What is CryptoWallet?'),(9219,661,'_title_cryptowallet','field_5d26470a0c80a'),(9220,661,'description_cryptowallet','CryptoWallet is an end-to-end crypto banking and commercial solution.'),(9221,661,'_description_cryptowallet','field_5d26471d0c80b'),(9222,661,'benefits_0_title','Wallet'),(9223,661,'_benefits_0_title','field_5d26480f0c80d'),(9224,661,'benefits_0_description','It’s a wallet where you can securely store your crypto funds.'),(9225,661,'_benefits_0_description','field_5d26481d0c80e'),(9226,661,'benefits_1_title','Debit Card'),(9227,661,'_benefits_1_title','field_5d26480f0c80d'),(9228,661,'benefits_1_description','It’s a debit card that lets you spend crypto in any store.'),(9229,661,'_benefits_1_description','field_5d26481d0c80e'),(9230,661,'benefits_2_title','Exchange App'),(9231,661,'_benefits_2_title','field_5d26480f0c80d'),(9232,661,'benefits_2_description','It’s an exchange app that allows you to quickly and easily exchange crypto on your phone.'),(9233,661,'_benefits_2_description','field_5d26481d0c80e'),(9234,661,'benefits_3_title','Payment Widget'),(9235,661,'_benefits_3_title','field_5d26480f0c80d'),(9236,661,'benefits_3_description','It’s a payment widget that lets your business accept all top cryptos with the lowest fees in the industry.'),(9237,661,'_benefits_3_description','field_5d26481d0c80e'),(9238,661,'benefits','4'),(9239,661,'_benefits','field_5d2647670c80c'),(9240,661,'benefits_0_animation_card','Wallet'),(9241,661,'_benefits_0_animation_card','field_5d2649429a9b9'),(9242,661,'benefits_1_animation_card','Debit Card'),(9243,661,'_benefits_1_animation_card','field_5d2649429a9b9'),(9244,661,'benefits_2_animation_card','Exchange App'),(9245,661,'_benefits_2_animation_card','field_5d2649429a9b9'),(9246,661,'benefits_3_animation_card','Payment Widget'),(9247,661,'_benefits_3_animation_card','field_5d2649429a9b9'),(9248,661,'title_welcome','Welcome to your gateway \r\nfor digital currency.'),(9249,661,'_title_welcome','field_5d264f1cfddba'),(9250,661,'title_contactless','A Contactless Crypto Wallet \r\nDebit Card With Cashback'),(9251,661,'_title_contactless','field_5d26573a87236'),(9252,661,'description_contactless','Cryptocurrency adoption is here with our innovative new contactless debit card.'),(9253,661,'_description_contactless','field_5d26577287237'),(9254,661,'benefits_contactless_0_icone','note'),(9255,661,'_benefits_contactless_0_icone','field_5d2658038723f'),(9256,661,'benefits_contactless_0_title','Shop Anywhere'),(9257,661,'_benefits_contactless_0_title','field_5d2658038723d'),(9258,661,'benefits_contactless_0_description','You can finally spend your cryptocurrency on real goods and services anywhere that accepts VISA.'),(9259,661,'_benefits_contactless_0_description','field_5d2658038723e'),(9260,661,'benefits_contactless_1_icone','coin'),(9261,661,'_benefits_contactless_1_icone','field_5d2658038723f'),(9262,661,'benefits_contactless_1_title','Convert'),(9263,661,'_benefits_contactless_1_title','field_5d2658038723d'),(9264,661,'benefits_contactless_1_description','Converting your crypto to fiat for purchases is simple using the instant in-appexchange feature. Stop the crypto shuffle and let CryptoWallet do the work.'),(9265,661,'_benefits_contactless_1_description','field_5d2658038723e'),(9266,661,'benefits_contactless_2_icone','bitcoin'),(9267,661,'_benefits_contactless_2_icone','field_5d2658038723f'),(9268,661,'benefits_contactless_2_title','Unique Crypto Cashback'),(9269,661,'_benefits_contactless_2_title','field_5d2658038723d'),(9270,661,'benefits_contactless_2_description','Take advantage of our unique crypto cashback feature, it puts money in your wallet - literally. Get cashback in crypto on purchases made in store with your CryptoWallet Visa debit card.'),(9271,661,'_benefits_contactless_2_description','field_5d2658038723e'),(9272,661,'benefits_contactless_3_icone','credit'),(9273,661,'_benefits_contactless_3_icone','field_5d2658038723f'),(9274,661,'benefits_contactless_3_title','Contactless'),(9275,661,'_benefits_contactless_3_title','field_5d2658038723d'),(9276,661,'benefits_contactless_3_description','Make crypto purchases in seconds by simply tapping your card.'),(9277,661,'_benefits_contactless_3_description','field_5d2658038723e'),(9278,661,'benefits_contactless','4'),(9279,661,'_benefits_contactless','field_5d2658038723c'),(9280,661,'title_coins','A Universal CryptoWallet'),(9281,661,'_title_coins','field_5d2659ba646f0'),(9282,661,'description_coins','Check out our full list of our supported currencies. '),(9283,661,'_description_coins','field_5d2659d4646f1'),(9284,661,'video_link','https://vimeo.com/76979871'),(9285,661,'_video_link','field_5d2760a56946f'),(9286,661,'button_link','htttp://google.com'),(9287,661,'_button_link','field_5d2760f269470'),(9288,661,'title_wallet_app','Get the Crypto \r\nWallet App and join our community'),(9289,661,'_title_wallet_app','field_5d2774dba7b2f'),(9290,661,'qr_code','531'),(9291,661,'_qr_code','field_5d277610a7b30'),(9292,661,'title_quick_crypto','A Quick Crypto Exchange'),(9293,661,'_title_quick_crypto','field_5d2777a8ad898'),(9294,661,'description_quick_crypto','Skip the time-consuming hassle of using exchanges! A swift, secure <br> method for buying and trading over 140 cryptocurrencies.'),(9295,661,'_description_quick_crypto','field_5d2777bfad899'),(9296,661,'exchange_effortlessly_subtitle','Exchange Effortlessly'),(9297,661,'_exchange_effortlessly_subtitle','field_5d277828ad89b'),(9298,661,'exchange_effortlessly_text','The app lets you exchange supported cryptocurrencies effortlessly , allowing you to spend your crypto funds your way.'),(9299,661,'_exchange_effortlessly_text','field_5d27784bad89c'),(9300,661,'exchange_effortlessly',''),(9301,661,'_exchange_effortlessly','field_5d27781aad89a'),(9302,661,'top_up_with_speed_subtitle','Top Up with Speed'),(9303,661,'_top_up_with_speed_subtitle','field_5d27786bad89e'),(9304,661,'top_up_with_speed_text','You can top up your wallet through SEPA bank transfers or credit card. Lightning speed and hassle - free - that\'s a win.'),(9305,661,'_top_up_with_speed_text','field_5d27786bad89f'),(9306,661,'top_up_with_speed',''),(9307,661,'_top_up_with_speed','field_5d27786aad89d'),(9308,661,'title_payment','A Payment Gateway'),(9309,661,'_title_payment','field_5d2782c891991'),(9310,661,'description_payment','Accept top cryptocurrencies on your business website with the lowest fees in the industry. Our payment widget is supported by the market-leadinge-commerce plugins like:'),(9311,661,'_description_payment','field_5d2782cd91992'),(9312,661,'title_client_support','World Class \r\nClient Support'),(9313,661,'_title_client_support','field_5d2783a351aae'),(9314,661,'description_client_support','Never be left without answers - CryptoWallet’s international support team is here to help.'),(9315,661,'_description_client_support','field_5d2783a851aaf'),(9316,661,'block_1_subtitle','Strong Customer Focus'),(9317,661,'_block_1_subtitle','field_5d2783f451ab1'),(9318,661,'block_1_text','We have a strong customer focus with short waiting times and support in multiple languages.'),(9319,661,'_block_1_text','field_5d2783f451ab2'),(9320,661,'block_1',''),(9321,661,'_block_1','field_5d2783f451ab0'),(9322,661,'block_2_subtitle','High Quality Support'),(9323,661,'_block_2_subtitle','field_5d27840951ab4'),(9324,661,'block_2_text','CryptoWallet offers high-quality support through telephone, LiveChat, ticket submissions, and VIP treatment options.'),(9325,661,'_block_2_text','field_5d27840951ab5'),(9326,661,'block_2',''),(9327,661,'_block_2','field_5d27840951ab3'),(9328,661,'title_licensed_and_secure','Licensed and Secure'),(9329,661,'_title_licensed_and_secure','field_5d2785d9e845e'),(9330,661,'description_licensed_and_secure','CryptoWallet is secured by BitGo, the world’s leading Bitcoin payment processor. Digital assets and user privacy are protected by cutting-edge security measures like two-factor authentication, end-to-end encryption, and multi-signature cold storage wallets. CryptoWallet has obtained licenses from the state of Estonia ensuring full legal compliance in handling and facilitating the trade of cryptocurrencies.'),(9331,661,'_description_licensed_and_secure','field_5d2785f4e845f'),(9332,661,'link_licensed_and_secure','http://localhost/cappen/griflan-crypto-wallet/web/'),(9333,661,'_link_licensed_and_secure','field_5d2786c1e8466'),(9334,661,'block_1_licensed_and_secure_subtitle','Licensed to Provide Virtual Currency Wallet Services'),(9335,661,'_block_1_licensed_and_secure_subtitle','field_5d278665e8461'),(9336,661,'block_1_licensed_and_secure_text','Estonia FIU License Number <strong>FRK000131</strong> enables CryptoWallet to provide cryptocurrency storage services to our customers.'),(9337,661,'_block_1_licensed_and_secure_text','field_5d278665e8462'),(9338,661,'block_1_licensed_and_secure_text_link','Verify License Online'),(9339,661,'_block_1_licensed_and_secure_text_link','field_5d2786f6e8468'),(9340,661,'block_1_licensed_and_secure_link','http://localhost/cappen/griflan-crypto-wallet/web/'),(9341,661,'_block_1_licensed_and_secure_link','field_5d2786d4e8467'),(9342,661,'block_1_licensed_and_secure',''),(9343,661,'_block_1_licensed_and_secure','field_5d278665e8460'),(9344,661,'block_2_licensed_and_secure_subtitle','Licensed to Provide Fiat to Virtual Currency Exchange Services'),(9345,661,'_block_2_licensed_and_secure_subtitle','field_5d27867ee8464'),(9346,661,'block_2_licensed_and_secure_text','Estonia FIU License Number <strong>FRV000143</strong> allows us to offer direct crypto to fiat trading as well as inter-cryptocurrency exchange services.'),(9347,661,'_block_2_licensed_and_secure_text','field_5d27867ee8465'),(9348,661,'block_2_licensed_and_secure_text_link','Verify License Online'),(9349,661,'_block_2_licensed_and_secure_text_link','field_5d278711e8469'),(9350,661,'block_2_licensed_and_secure_link','http://localhost/cappen/griflan-crypto-wallet/web/'),(9351,661,'_block_2_licensed_and_secure_link','field_5d278713e846a'),(9352,661,'block_2_licensed_and_secure',''),(9353,661,'_block_2_licensed_and_secure','field_5d27867ee8463'),(9354,661,'title_works','CryptoWallet Is Fast and Easy'),(9355,661,'_title_works','field_5d278b7272f06'),(9356,661,'description_works','Here’s how it works.'),(9357,661,'_description_works','field_5d278b7b72f07'),(9358,661,'step_1_title','Download \r\nthe app'),(9359,661,'_step_1_title','field_5d278bd472f0a'),(9360,661,'step_1',''),(9361,661,'_step_1','field_5d278bd472f09'),(9362,661,'step_2_title','Order The \r\nCard'),(9363,661,'_step_2_title','field_5d278d93b6d10'),(9364,661,'step_2',''),(9365,661,'_step_2','field_5d278d93b6d0f'),(9366,661,'step_3_title','Load The Card \r\nWith Funds'),(9367,661,'_step_3_title','field_5d278d94b6d12'),(9368,661,'step_3',''),(9369,661,'_step_3','field_5d278d94b6d11'),(9370,661,'step_4_title','Start \r\nspending!'),(9371,661,'_step_4_title','field_5d278d97b6d14'),(9372,661,'step_4',''),(9373,661,'_step_4','field_5d278d97b6d13'),(9374,661,'title_press','CryptoWallet in the Press'),(9375,661,'_title_press','field_5d2790f12668e'),(9376,661,'logos','6'),(9377,661,'_logos','field_5d2790f52668f'),(9378,661,'logos_0_logo','626'),(9379,661,'_logos_0_logo','field_5d27914c26690'),(9380,661,'logos_1_logo','631'),(9381,661,'_logos_1_logo','field_5d27914c26690'),(9382,661,'logos_2_logo','651'),(9383,661,'_logos_2_logo','field_5d27914c26690'),(9384,661,'logos_3_logo','656'),(9385,661,'_logos_3_logo','field_5d27914c26690'),(9386,661,'logos_4_logo','636'),(9387,661,'_logos_4_logo','field_5d27914c26690'),(9388,661,'logos_5_logo','646'),(9389,661,'_logos_5_logo','field_5d27914c26690'),(9403,656,'_wpml_media_usage','a:1:{s:5:\"posts\";a:1:{i:0;i:419;}}'),(9404,651,'_wpml_media_usage','a:1:{s:5:\"posts\";a:1:{i:0;i:419;}}'),(9405,646,'_wpml_media_usage','a:1:{s:5:\"posts\";a:1:{i:0;i:419;}}'),(9406,636,'_wpml_media_usage','a:1:{s:5:\"posts\";a:1:{i:0;i:419;}}'),(9407,631,'_wpml_media_usage','a:1:{s:5:\"posts\";a:1:{i:0;i:419;}}'),(9408,626,'_wpml_media_usage','a:1:{s:5:\"posts\";a:1:{i:0;i:419;}}'),(9409,665,'_wpml_word_count','{\"total\":2,\"to_translate\":{\"ja\":2,\"ru\":2,\"sg\":2,\"es\":2}}'),(9410,665,'_edit_last','1'),(9411,665,'_wp_page_template','default'),(9412,665,'show_crypto_funds','0'),(9413,665,'_show_crypto_funds','field_5d1cd58ba65cf'),(9414,666,'show_crypto_funds','0'),(9415,666,'_show_crypto_funds','field_5d1cd58ba65cf'),(9416,665,'_wpml_media_duplicate','1'),(9417,665,'_wpml_media_featured','1'),(9418,665,'_edit_lock','1562877762:1'),(9419,667,'_wpml_word_count','{\"total\":2,\"to_translate\":{\"ja\":2,\"ru\":2,\"sg\":2,\"es\":2}}'),(9420,667,'_edit_last','1'),(9421,667,'_wp_page_template','page-help.php'),(9422,667,'show_crypto_funds','0'),(9423,667,'_show_crypto_funds','field_5d1cd58ba65cf'),(9424,668,'show_crypto_funds','0'),(9425,668,'_show_crypto_funds','field_5d1cd58ba65cf'),(9426,667,'_wpml_media_duplicate','1'),(9427,667,'_wpml_media_featured','1'),(9428,667,'_edit_lock','1566958124:1'),(9429,669,'_wpml_word_count','{\"total\":21,\"to_translate\":{\"ja\":21,\"ru\":21,\"sg\":21,\"es\":21}}'),(9430,669,'_edit_last','1'),(9431,669,'_wp_page_template','page-affiliates.php'),(9432,669,'show_crypto_funds','0'),(9433,669,'_show_crypto_funds','field_5d1cd58ba65cf'),(9434,670,'show_crypto_funds','0'),(9435,670,'_show_crypto_funds','field_5d1cd58ba65cf'),(9436,669,'_wpml_media_duplicate','1'),(9437,669,'_wpml_media_featured','1'),(9438,669,'_edit_lock','1568210975:1'),(9439,671,'_wpml_word_count','{\"total\":20,\"to_translate\":{\"ja\":20,\"ru\":20,\"sg\":20,\"es\":20}}'),(9440,671,'_edit_last','1'),(9441,671,'_wp_page_template','page-media.php'),(9442,671,'show_crypto_funds','0'),(9443,671,'_show_crypto_funds','field_5d1cd58ba65cf'),(9444,672,'show_crypto_funds','0'),(9445,672,'_show_crypto_funds','field_5d1cd58ba65cf'),(9446,671,'_wpml_media_duplicate','1'),(9447,671,'_wpml_media_featured','1'),(9448,671,'_edit_lock','1566427833:1'),(9466,676,'_menu_item_type','post_type'),(9467,676,'_menu_item_menu_item_parent','0'),(9468,676,'_menu_item_object_id','667'),(9469,676,'_menu_item_object','page'),(9470,676,'_menu_item_target',''),(9471,676,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9472,676,'_menu_item_xfn',''),(9473,676,'_menu_item_url',''),(9477,678,'_menu_item_type','post_type'),(9478,678,'_menu_item_menu_item_parent','0'),(9479,678,'_menu_item_object_id','136'),(9480,678,'_menu_item_object','page'),(9481,678,'_menu_item_target',''),(9482,678,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9483,678,'_menu_item_xfn',''),(9484,678,'_menu_item_url',''),(9485,679,'_menu_item_type','post_type'),(9486,679,'_menu_item_menu_item_parent','0'),(9487,679,'_menu_item_object_id','669'),(9488,679,'_menu_item_object','page'),(9489,679,'_menu_item_target',''),(9490,679,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9491,679,'_menu_item_xfn',''),(9492,679,'_menu_item_url',''),(9493,680,'_menu_item_type','post_type'),(9494,680,'_menu_item_menu_item_parent','0'),(9495,680,'_menu_item_object_id','671'),(9496,680,'_menu_item_object','page'),(9497,680,'_menu_item_target',''),(9498,680,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9499,680,'_menu_item_xfn',''),(9500,680,'_menu_item_url',''),(9503,690,'_wp_attached_file','2019/07/facebook.svg'),(9504,691,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:12;s:6:\"height\";i:26;s:4:\"file\";s:21:\"/2019/07/facebook.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:12:\"facebook.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:12:\"facebook.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:12:\"facebook.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:12:\"facebook.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:12:\"facebook.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9505,691,'_wp_attached_file','2019/07/facebook.svg'),(9506,691,'wpml_media_processed','1'),(9507,692,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:12;s:6:\"height\";i:26;s:4:\"file\";s:21:\"/2019/07/facebook.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:12:\"facebook.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:12:\"facebook.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:12:\"facebook.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:12:\"facebook.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:12:\"facebook.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9508,692,'_wp_attached_file','2019/07/facebook.svg'),(9509,692,'wpml_media_processed','1'),(9510,693,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:12;s:6:\"height\";i:26;s:4:\"file\";s:21:\"/2019/07/facebook.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:12:\"facebook.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:12:\"facebook.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:12:\"facebook.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:12:\"facebook.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:12:\"facebook.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9511,693,'_wp_attached_file','2019/07/facebook.svg'),(9512,693,'wpml_media_processed','1'),(9513,694,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:12;s:6:\"height\";i:26;s:4:\"file\";s:21:\"/2019/07/facebook.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:12:\"facebook.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:12:\"facebook.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:12:\"facebook.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:12:\"facebook.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:12:\"facebook.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9514,694,'_wp_attached_file','2019/07/facebook.svg'),(9515,694,'wpml_media_processed','1'),(9516,690,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:12;s:6:\"height\";i:26;s:4:\"file\";s:21:\"/2019/07/facebook.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:12:\"facebook.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:12:\"facebook.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:12:\"facebook.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:12:\"facebook.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:12:\"facebook.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9517,695,'_wp_attached_file','2019/07/github.svg'),(9518,696,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:28;s:6:\"height\";i:27;s:4:\"file\";s:19:\"/2019/07/github.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:10:\"github.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:10:\"github.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:10:\"github.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:10:\"github.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:10:\"github.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9519,696,'_wp_attached_file','2019/07/github.svg'),(9520,696,'wpml_media_processed','1'),(9521,697,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:28;s:6:\"height\";i:27;s:4:\"file\";s:19:\"/2019/07/github.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:10:\"github.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:10:\"github.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:10:\"github.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:10:\"github.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:10:\"github.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9522,697,'_wp_attached_file','2019/07/github.svg'),(9523,697,'wpml_media_processed','1'),(9524,698,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:28;s:6:\"height\";i:27;s:4:\"file\";s:19:\"/2019/07/github.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:10:\"github.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:10:\"github.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:10:\"github.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:10:\"github.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:10:\"github.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9525,698,'_wp_attached_file','2019/07/github.svg'),(9526,698,'wpml_media_processed','1'),(9527,699,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:28;s:6:\"height\";i:27;s:4:\"file\";s:19:\"/2019/07/github.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:10:\"github.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:10:\"github.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:10:\"github.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:10:\"github.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:10:\"github.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9528,699,'_wp_attached_file','2019/07/github.svg'),(9529,699,'wpml_media_processed','1'),(9530,695,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:28;s:6:\"height\";i:27;s:4:\"file\";s:19:\"/2019/07/github.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:10:\"github.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:10:\"github.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:10:\"github.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:10:\"github.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:10:\"github.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9531,700,'_wp_attached_file','2019/07/m.svg'),(9532,701,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:29;s:6:\"height\";i:23;s:4:\"file\";s:14:\"/2019/07/m.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:5:\"m.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:5:\"m.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:5:\"m.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:5:\"m.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:5:\"m.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9533,701,'_wp_attached_file','2019/07/m.svg'),(9534,701,'wpml_media_processed','1'),(9535,702,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:29;s:6:\"height\";i:23;s:4:\"file\";s:14:\"/2019/07/m.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:5:\"m.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:5:\"m.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:5:\"m.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:5:\"m.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:5:\"m.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9536,702,'_wp_attached_file','2019/07/m.svg'),(9537,702,'wpml_media_processed','1'),(9538,703,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:29;s:6:\"height\";i:23;s:4:\"file\";s:14:\"/2019/07/m.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:5:\"m.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:5:\"m.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:5:\"m.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:5:\"m.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:5:\"m.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9539,703,'_wp_attached_file','2019/07/m.svg'),(9540,703,'wpml_media_processed','1'),(9541,704,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:29;s:6:\"height\";i:23;s:4:\"file\";s:14:\"/2019/07/m.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:5:\"m.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:5:\"m.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:5:\"m.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:5:\"m.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:5:\"m.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9542,704,'_wp_attached_file','2019/07/m.svg'),(9543,704,'wpml_media_processed','1'),(9544,700,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:29;s:6:\"height\";i:23;s:4:\"file\";s:14:\"/2019/07/m.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:5:\"m.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:5:\"m.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:5:\"m.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:5:\"m.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:5:\"m.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9545,705,'_wp_attached_file','2019/07/reddit.svg'),(9546,706,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:29;s:6:\"height\";i:27;s:4:\"file\";s:19:\"/2019/07/reddit.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:10:\"reddit.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:10:\"reddit.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:10:\"reddit.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:10:\"reddit.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:10:\"reddit.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9547,706,'_wp_attached_file','2019/07/reddit.svg'),(9548,706,'wpml_media_processed','1'),(9549,707,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:29;s:6:\"height\";i:27;s:4:\"file\";s:19:\"/2019/07/reddit.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:10:\"reddit.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:10:\"reddit.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:10:\"reddit.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:10:\"reddit.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:10:\"reddit.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9550,707,'_wp_attached_file','2019/07/reddit.svg'),(9551,707,'wpml_media_processed','1'),(9552,708,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:29;s:6:\"height\";i:27;s:4:\"file\";s:19:\"/2019/07/reddit.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:10:\"reddit.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:10:\"reddit.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:10:\"reddit.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:10:\"reddit.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:10:\"reddit.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9553,708,'_wp_attached_file','2019/07/reddit.svg'),(9554,708,'wpml_media_processed','1'),(9555,709,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:29;s:6:\"height\";i:27;s:4:\"file\";s:19:\"/2019/07/reddit.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:10:\"reddit.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:10:\"reddit.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:10:\"reddit.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:10:\"reddit.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:10:\"reddit.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9556,709,'_wp_attached_file','2019/07/reddit.svg'),(9557,709,'wpml_media_processed','1'),(9558,705,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:29;s:6:\"height\";i:27;s:4:\"file\";s:19:\"/2019/07/reddit.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:10:\"reddit.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:10:\"reddit.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:10:\"reddit.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:10:\"reddit.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:10:\"reddit.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9559,710,'_wp_attached_file','2019/07/slack.svg'),(9560,711,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:26;s:6:\"height\";i:26;s:4:\"file\";s:18:\"/2019/07/slack.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:9:\"slack.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:9:\"slack.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:9:\"slack.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:9:\"slack.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:9:\"slack.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9561,711,'_wp_attached_file','2019/07/slack.svg'),(9562,711,'wpml_media_processed','1'),(9563,712,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:26;s:6:\"height\";i:26;s:4:\"file\";s:18:\"/2019/07/slack.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:9:\"slack.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:9:\"slack.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:9:\"slack.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:9:\"slack.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:9:\"slack.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9564,712,'_wp_attached_file','2019/07/slack.svg'),(9565,712,'wpml_media_processed','1'),(9566,713,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:26;s:6:\"height\";i:26;s:4:\"file\";s:18:\"/2019/07/slack.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:9:\"slack.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:9:\"slack.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:9:\"slack.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:9:\"slack.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:9:\"slack.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9567,713,'_wp_attached_file','2019/07/slack.svg'),(9568,713,'wpml_media_processed','1'),(9569,714,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:26;s:6:\"height\";i:26;s:4:\"file\";s:18:\"/2019/07/slack.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:9:\"slack.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:9:\"slack.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:9:\"slack.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:9:\"slack.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:9:\"slack.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9570,714,'_wp_attached_file','2019/07/slack.svg'),(9571,714,'wpml_media_processed','1'),(9572,710,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:26;s:6:\"height\";i:26;s:4:\"file\";s:18:\"/2019/07/slack.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:9:\"slack.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:9:\"slack.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:9:\"slack.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:9:\"slack.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:9:\"slack.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9573,715,'_wp_attached_file','2019/07/twitter.svg'),(9574,716,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:24;s:6:\"height\";i:20;s:4:\"file\";s:20:\"/2019/07/twitter.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:11:\"twitter.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:11:\"twitter.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:11:\"twitter.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:11:\"twitter.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:11:\"twitter.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9575,716,'_wp_attached_file','2019/07/twitter.svg'),(9576,716,'wpml_media_processed','1'),(9577,717,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:24;s:6:\"height\";i:20;s:4:\"file\";s:20:\"/2019/07/twitter.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:11:\"twitter.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:11:\"twitter.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:11:\"twitter.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:11:\"twitter.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:11:\"twitter.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9578,717,'_wp_attached_file','2019/07/twitter.svg'),(9579,717,'wpml_media_processed','1'),(9580,718,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:24;s:6:\"height\";i:20;s:4:\"file\";s:20:\"/2019/07/twitter.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:11:\"twitter.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:11:\"twitter.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:11:\"twitter.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:11:\"twitter.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:11:\"twitter.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9581,718,'_wp_attached_file','2019/07/twitter.svg'),(9582,718,'wpml_media_processed','1'),(9583,719,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:24;s:6:\"height\";i:20;s:4:\"file\";s:20:\"/2019/07/twitter.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:11:\"twitter.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:11:\"twitter.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:11:\"twitter.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:11:\"twitter.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:11:\"twitter.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9584,719,'_wp_attached_file','2019/07/twitter.svg'),(9585,719,'wpml_media_processed','1'),(9586,715,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:24;s:6:\"height\";i:20;s:4:\"file\";s:20:\"/2019/07/twitter.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:11:\"twitter.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:11:\"twitter.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:11:\"twitter.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:11:\"twitter.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:11:\"twitter.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9587,720,'_wp_attached_file','2019/07/vk.svg'),(9588,721,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:28;s:6:\"height\";i:16;s:4:\"file\";s:15:\"/2019/07/vk.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:6:\"vk.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:6:\"vk.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:6:\"vk.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:6:\"vk.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:6:\"vk.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9589,721,'_wp_attached_file','2019/07/vk.svg'),(9590,721,'wpml_media_processed','1'),(9591,722,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:28;s:6:\"height\";i:16;s:4:\"file\";s:15:\"/2019/07/vk.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:6:\"vk.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:6:\"vk.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:6:\"vk.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:6:\"vk.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:6:\"vk.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9592,722,'_wp_attached_file','2019/07/vk.svg'),(9593,722,'wpml_media_processed','1'),(9594,723,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:28;s:6:\"height\";i:16;s:4:\"file\";s:15:\"/2019/07/vk.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:6:\"vk.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:6:\"vk.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:6:\"vk.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:6:\"vk.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:6:\"vk.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9595,723,'_wp_attached_file','2019/07/vk.svg'),(9596,723,'wpml_media_processed','1'),(9597,724,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:28;s:6:\"height\";i:16;s:4:\"file\";s:15:\"/2019/07/vk.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:6:\"vk.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:6:\"vk.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:6:\"vk.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:6:\"vk.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:6:\"vk.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9598,724,'_wp_attached_file','2019/07/vk.svg'),(9599,724,'wpml_media_processed','1'),(9600,720,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:28;s:6:\"height\";i:16;s:4:\"file\";s:15:\"/2019/07/vk.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:6:\"vk.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:6:\"vk.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:6:\"vk.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:6:\"vk.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:6:\"vk.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9601,725,'_wp_attached_file','2019/07/wechat.svg'),(9602,726,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:27;s:6:\"height\";i:23;s:4:\"file\";s:19:\"/2019/07/wechat.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:10:\"wechat.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:10:\"wechat.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:10:\"wechat.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:10:\"wechat.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:10:\"wechat.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9603,726,'_wp_attached_file','2019/07/wechat.svg'),(9604,726,'wpml_media_processed','1'),(9605,727,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:27;s:6:\"height\";i:23;s:4:\"file\";s:19:\"/2019/07/wechat.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:10:\"wechat.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:10:\"wechat.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:10:\"wechat.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:10:\"wechat.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:10:\"wechat.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9606,727,'_wp_attached_file','2019/07/wechat.svg'),(9607,727,'wpml_media_processed','1'),(9608,728,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:27;s:6:\"height\";i:23;s:4:\"file\";s:19:\"/2019/07/wechat.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:10:\"wechat.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:10:\"wechat.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:10:\"wechat.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:10:\"wechat.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:10:\"wechat.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9609,728,'_wp_attached_file','2019/07/wechat.svg'),(9610,728,'wpml_media_processed','1'),(9611,729,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:27;s:6:\"height\";i:23;s:4:\"file\";s:19:\"/2019/07/wechat.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:10:\"wechat.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:10:\"wechat.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:10:\"wechat.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:10:\"wechat.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:10:\"wechat.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9612,729,'_wp_attached_file','2019/07/wechat.svg'),(9613,729,'wpml_media_processed','1'),(9614,725,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:27;s:6:\"height\";i:23;s:4:\"file\";s:19:\"/2019/07/wechat.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:10:\"wechat.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:10:\"wechat.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:10:\"wechat.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:10:\"wechat.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:10:\"wechat.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9615,730,'_wp_attached_file','2019/07/weibo.svg'),(9616,731,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:31;s:6:\"height\";i:25;s:4:\"file\";s:18:\"/2019/07/weibo.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:9:\"weibo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:9:\"weibo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:9:\"weibo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:9:\"weibo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:9:\"weibo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9617,731,'_wp_attached_file','2019/07/weibo.svg'),(9618,731,'wpml_media_processed','1'),(9619,732,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:31;s:6:\"height\";i:25;s:4:\"file\";s:18:\"/2019/07/weibo.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:9:\"weibo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:9:\"weibo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:9:\"weibo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:9:\"weibo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:9:\"weibo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9620,732,'_wp_attached_file','2019/07/weibo.svg'),(9621,732,'wpml_media_processed','1'),(9622,733,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:31;s:6:\"height\";i:25;s:4:\"file\";s:18:\"/2019/07/weibo.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:9:\"weibo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:9:\"weibo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:9:\"weibo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:9:\"weibo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:9:\"weibo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9623,733,'_wp_attached_file','2019/07/weibo.svg'),(9624,733,'wpml_media_processed','1'),(9625,734,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:31;s:6:\"height\";i:25;s:4:\"file\";s:18:\"/2019/07/weibo.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:9:\"weibo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:9:\"weibo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:9:\"weibo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:9:\"weibo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:9:\"weibo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9626,734,'_wp_attached_file','2019/07/weibo.svg'),(9627,734,'wpml_media_processed','1'),(9628,730,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:31;s:6:\"height\";i:25;s:4:\"file\";s:18:\"/2019/07/weibo.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:9:\"weibo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:9:\"weibo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:9:\"weibo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:9:\"weibo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:9:\"weibo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9629,735,'_wp_attached_file','2019/07/youtube.svg'),(9630,736,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:24;s:6:\"height\";i:17;s:4:\"file\";s:20:\"/2019/07/youtube.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:11:\"youtube.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:11:\"youtube.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:11:\"youtube.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:11:\"youtube.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:11:\"youtube.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9631,736,'_wp_attached_file','2019/07/youtube.svg'),(9632,736,'wpml_media_processed','1'),(9633,737,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:24;s:6:\"height\";i:17;s:4:\"file\";s:20:\"/2019/07/youtube.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:11:\"youtube.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:11:\"youtube.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:11:\"youtube.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:11:\"youtube.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:11:\"youtube.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9634,737,'_wp_attached_file','2019/07/youtube.svg'),(9635,737,'wpml_media_processed','1'),(9636,738,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:24;s:6:\"height\";i:17;s:4:\"file\";s:20:\"/2019/07/youtube.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:11:\"youtube.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:11:\"youtube.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:11:\"youtube.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:11:\"youtube.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:11:\"youtube.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9637,738,'_wp_attached_file','2019/07/youtube.svg'),(9638,738,'wpml_media_processed','1'),(9639,739,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:24;s:6:\"height\";i:17;s:4:\"file\";s:20:\"/2019/07/youtube.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:11:\"youtube.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:11:\"youtube.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:11:\"youtube.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:11:\"youtube.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:11:\"youtube.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9640,739,'_wp_attached_file','2019/07/youtube.svg'),(9641,739,'wpml_media_processed','1'),(9642,735,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:24;s:6:\"height\";i:17;s:4:\"file\";s:20:\"/2019/07/youtube.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:11:\"youtube.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:11:\"youtube.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:11:\"youtube.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:11:\"youtube.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:11:\"youtube.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9643,740,'_wp_attached_file','2019/07/coin-day-ada.svg'),(9644,741,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:38;s:6:\"height\";i:35;s:4:\"file\";s:25:\"/2019/07/coin-day-ada.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:16:\"coin-day-ada.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-ada.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-ada.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-ada.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:16:\"coin-day-ada.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9645,741,'_wp_attached_file','2019/07/coin-day-ada.svg'),(9646,741,'wpml_media_processed','1'),(9647,742,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:38;s:6:\"height\";i:35;s:4:\"file\";s:25:\"/2019/07/coin-day-ada.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:16:\"coin-day-ada.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-ada.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-ada.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-ada.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:16:\"coin-day-ada.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9648,742,'_wp_attached_file','2019/07/coin-day-ada.svg'),(9649,742,'wpml_media_processed','1'),(9650,743,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:38;s:6:\"height\";i:35;s:4:\"file\";s:25:\"/2019/07/coin-day-ada.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:16:\"coin-day-ada.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-ada.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-ada.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-ada.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:16:\"coin-day-ada.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9651,743,'_wp_attached_file','2019/07/coin-day-ada.svg'),(9652,743,'wpml_media_processed','1'),(9653,744,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:38;s:6:\"height\";i:35;s:4:\"file\";s:25:\"/2019/07/coin-day-ada.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:16:\"coin-day-ada.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-ada.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-ada.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-ada.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:16:\"coin-day-ada.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9654,744,'_wp_attached_file','2019/07/coin-day-ada.svg'),(9655,744,'wpml_media_processed','1'),(9656,740,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:38;s:6:\"height\";i:35;s:4:\"file\";s:25:\"/2019/07/coin-day-ada.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:16:\"coin-day-ada.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-ada.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-ada.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-ada.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:16:\"coin-day-ada.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9657,745,'_wp_attached_file','2019/07/coin-day-bch.svg'),(9658,746,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:22;s:6:\"height\";i:30;s:4:\"file\";s:25:\"/2019/07/coin-day-bch.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:16:\"coin-day-bch.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-bch.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-bch.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-bch.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:16:\"coin-day-bch.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9659,746,'_wp_attached_file','2019/07/coin-day-bch.svg'),(9660,746,'wpml_media_processed','1'),(9661,747,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:22;s:6:\"height\";i:30;s:4:\"file\";s:25:\"/2019/07/coin-day-bch.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:16:\"coin-day-bch.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-bch.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-bch.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-bch.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:16:\"coin-day-bch.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9662,747,'_wp_attached_file','2019/07/coin-day-bch.svg'),(9663,747,'wpml_media_processed','1'),(9664,748,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:22;s:6:\"height\";i:30;s:4:\"file\";s:25:\"/2019/07/coin-day-bch.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:16:\"coin-day-bch.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-bch.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-bch.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-bch.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:16:\"coin-day-bch.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9665,748,'_wp_attached_file','2019/07/coin-day-bch.svg'),(9666,748,'wpml_media_processed','1'),(9667,749,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:22;s:6:\"height\";i:30;s:4:\"file\";s:25:\"/2019/07/coin-day-bch.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:16:\"coin-day-bch.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-bch.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-bch.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-bch.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:16:\"coin-day-bch.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9668,749,'_wp_attached_file','2019/07/coin-day-bch.svg'),(9669,749,'wpml_media_processed','1'),(9670,745,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:22;s:6:\"height\";i:30;s:4:\"file\";s:25:\"/2019/07/coin-day-bch.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:16:\"coin-day-bch.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-bch.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-bch.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-bch.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:16:\"coin-day-bch.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9671,750,'_wp_attached_file','2019/07/coin-day-btc.svg'),(9672,751,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:23;s:6:\"height\";i:30;s:4:\"file\";s:25:\"/2019/07/coin-day-btc.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:16:\"coin-day-btc.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-btc.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-btc.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-btc.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:16:\"coin-day-btc.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9673,751,'_wp_attached_file','2019/07/coin-day-btc.svg'),(9674,751,'wpml_media_processed','1'),(9675,752,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:23;s:6:\"height\";i:30;s:4:\"file\";s:25:\"/2019/07/coin-day-btc.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:16:\"coin-day-btc.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-btc.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-btc.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-btc.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:16:\"coin-day-btc.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9676,752,'_wp_attached_file','2019/07/coin-day-btc.svg'),(9677,752,'wpml_media_processed','1'),(9678,753,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:23;s:6:\"height\";i:30;s:4:\"file\";s:25:\"/2019/07/coin-day-btc.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:16:\"coin-day-btc.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-btc.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-btc.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-btc.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:16:\"coin-day-btc.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9679,753,'_wp_attached_file','2019/07/coin-day-btc.svg'),(9680,753,'wpml_media_processed','1'),(9681,754,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:23;s:6:\"height\";i:30;s:4:\"file\";s:25:\"/2019/07/coin-day-btc.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:16:\"coin-day-btc.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-btc.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-btc.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-btc.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:16:\"coin-day-btc.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9682,754,'_wp_attached_file','2019/07/coin-day-btc.svg'),(9683,754,'wpml_media_processed','1'),(9684,750,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:23;s:6:\"height\";i:30;s:4:\"file\";s:25:\"/2019/07/coin-day-btc.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:16:\"coin-day-btc.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-btc.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-btc.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-btc.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:16:\"coin-day-btc.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9685,755,'_wp_attached_file','2019/07/coin-day-ecr.svg'),(9686,756,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:21;s:6:\"height\";i:26;s:4:\"file\";s:25:\"/2019/07/coin-day-ecr.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:16:\"coin-day-ecr.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-ecr.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-ecr.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-ecr.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:16:\"coin-day-ecr.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9687,756,'_wp_attached_file','2019/07/coin-day-ecr.svg'),(9688,756,'wpml_media_processed','1'),(9689,757,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:21;s:6:\"height\";i:26;s:4:\"file\";s:25:\"/2019/07/coin-day-ecr.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:16:\"coin-day-ecr.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-ecr.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-ecr.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-ecr.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:16:\"coin-day-ecr.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9690,757,'_wp_attached_file','2019/07/coin-day-ecr.svg'),(9691,757,'wpml_media_processed','1'),(9692,758,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:21;s:6:\"height\";i:26;s:4:\"file\";s:25:\"/2019/07/coin-day-ecr.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:16:\"coin-day-ecr.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-ecr.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-ecr.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-ecr.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:16:\"coin-day-ecr.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9693,758,'_wp_attached_file','2019/07/coin-day-ecr.svg'),(9694,758,'wpml_media_processed','1'),(9695,759,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:21;s:6:\"height\";i:26;s:4:\"file\";s:25:\"/2019/07/coin-day-ecr.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:16:\"coin-day-ecr.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-ecr.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-ecr.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-ecr.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:16:\"coin-day-ecr.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9696,759,'_wp_attached_file','2019/07/coin-day-ecr.svg'),(9697,759,'wpml_media_processed','1'),(9698,755,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:21;s:6:\"height\";i:26;s:4:\"file\";s:25:\"/2019/07/coin-day-ecr.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:16:\"coin-day-ecr.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-ecr.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-ecr.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-ecr.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:16:\"coin-day-ecr.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9699,760,'_wp_attached_file','2019/07/coin-day-eos.svg'),(9700,761,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:25;s:6:\"height\";i:38;s:4:\"file\";s:25:\"/2019/07/coin-day-eos.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:16:\"coin-day-eos.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-eos.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-eos.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-eos.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:16:\"coin-day-eos.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9701,761,'_wp_attached_file','2019/07/coin-day-eos.svg'),(9702,761,'wpml_media_processed','1'),(9703,762,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:25;s:6:\"height\";i:38;s:4:\"file\";s:25:\"/2019/07/coin-day-eos.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:16:\"coin-day-eos.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-eos.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-eos.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-eos.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:16:\"coin-day-eos.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9704,762,'_wp_attached_file','2019/07/coin-day-eos.svg'),(9705,762,'wpml_media_processed','1'),(9706,763,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:25;s:6:\"height\";i:38;s:4:\"file\";s:25:\"/2019/07/coin-day-eos.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:16:\"coin-day-eos.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-eos.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-eos.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-eos.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:16:\"coin-day-eos.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9707,763,'_wp_attached_file','2019/07/coin-day-eos.svg'),(9708,763,'wpml_media_processed','1'),(9709,764,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:25;s:6:\"height\";i:38;s:4:\"file\";s:25:\"/2019/07/coin-day-eos.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:16:\"coin-day-eos.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-eos.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-eos.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-eos.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:16:\"coin-day-eos.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9710,764,'_wp_attached_file','2019/07/coin-day-eos.svg'),(9711,764,'wpml_media_processed','1'),(9712,760,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:25;s:6:\"height\";i:38;s:4:\"file\";s:25:\"/2019/07/coin-day-eos.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:16:\"coin-day-eos.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-eos.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-eos.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-eos.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:16:\"coin-day-eos.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9713,765,'_wp_attached_file','2019/07/coin-day-eth.svg'),(9714,766,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:18;s:6:\"height\";i:33;s:4:\"file\";s:25:\"/2019/07/coin-day-eth.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:16:\"coin-day-eth.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-eth.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-eth.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-eth.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:16:\"coin-day-eth.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9715,766,'_wp_attached_file','2019/07/coin-day-eth.svg'),(9716,766,'wpml_media_processed','1'),(9717,767,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:18;s:6:\"height\";i:33;s:4:\"file\";s:25:\"/2019/07/coin-day-eth.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:16:\"coin-day-eth.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-eth.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-eth.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-eth.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:16:\"coin-day-eth.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9718,767,'_wp_attached_file','2019/07/coin-day-eth.svg'),(9719,767,'wpml_media_processed','1'),(9720,768,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:18;s:6:\"height\";i:33;s:4:\"file\";s:25:\"/2019/07/coin-day-eth.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:16:\"coin-day-eth.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-eth.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-eth.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-eth.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:16:\"coin-day-eth.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9721,768,'_wp_attached_file','2019/07/coin-day-eth.svg'),(9722,768,'wpml_media_processed','1'),(9723,769,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:18;s:6:\"height\";i:33;s:4:\"file\";s:25:\"/2019/07/coin-day-eth.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:16:\"coin-day-eth.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-eth.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-eth.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-eth.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:16:\"coin-day-eth.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9724,769,'_wp_attached_file','2019/07/coin-day-eth.svg'),(9725,769,'wpml_media_processed','1'),(9726,765,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:18;s:6:\"height\";i:33;s:4:\"file\";s:25:\"/2019/07/coin-day-eth.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:16:\"coin-day-eth.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-eth.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-eth.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-eth.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:16:\"coin-day-eth.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9727,770,'_wp_attached_file','2019/07/coin-day-ltc.svg'),(9728,771,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:20;s:6:\"height\";i:25;s:4:\"file\";s:25:\"/2019/07/coin-day-ltc.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:16:\"coin-day-ltc.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-ltc.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-ltc.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-ltc.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:16:\"coin-day-ltc.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9729,771,'_wp_attached_file','2019/07/coin-day-ltc.svg'),(9730,771,'wpml_media_processed','1'),(9731,772,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:20;s:6:\"height\";i:25;s:4:\"file\";s:25:\"/2019/07/coin-day-ltc.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:16:\"coin-day-ltc.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-ltc.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-ltc.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-ltc.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:16:\"coin-day-ltc.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9732,772,'_wp_attached_file','2019/07/coin-day-ltc.svg'),(9733,772,'wpml_media_processed','1'),(9734,773,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:20;s:6:\"height\";i:25;s:4:\"file\";s:25:\"/2019/07/coin-day-ltc.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:16:\"coin-day-ltc.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-ltc.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-ltc.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-ltc.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:16:\"coin-day-ltc.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9735,773,'_wp_attached_file','2019/07/coin-day-ltc.svg'),(9736,773,'wpml_media_processed','1'),(9737,774,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:20;s:6:\"height\";i:25;s:4:\"file\";s:25:\"/2019/07/coin-day-ltc.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:16:\"coin-day-ltc.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-ltc.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-ltc.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-ltc.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:16:\"coin-day-ltc.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9738,774,'_wp_attached_file','2019/07/coin-day-ltc.svg'),(9739,774,'wpml_media_processed','1'),(9740,770,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:20;s:6:\"height\";i:25;s:4:\"file\";s:25:\"/2019/07/coin-day-ltc.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:16:\"coin-day-ltc.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-ltc.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-ltc.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-ltc.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:16:\"coin-day-ltc.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9741,775,'_wp_attached_file','2019/07/coin-day-neo.svg'),(9742,776,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:25;s:6:\"height\";i:30;s:4:\"file\";s:25:\"/2019/07/coin-day-neo.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:16:\"coin-day-neo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-neo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-neo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-neo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:16:\"coin-day-neo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9743,776,'_wp_attached_file','2019/07/coin-day-neo.svg'),(9744,776,'wpml_media_processed','1'),(9745,777,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:25;s:6:\"height\";i:30;s:4:\"file\";s:25:\"/2019/07/coin-day-neo.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:16:\"coin-day-neo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-neo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-neo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-neo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:16:\"coin-day-neo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9746,777,'_wp_attached_file','2019/07/coin-day-neo.svg'),(9747,777,'wpml_media_processed','1'),(9748,778,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:25;s:6:\"height\";i:30;s:4:\"file\";s:25:\"/2019/07/coin-day-neo.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:16:\"coin-day-neo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-neo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-neo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-neo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:16:\"coin-day-neo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9749,778,'_wp_attached_file','2019/07/coin-day-neo.svg'),(9750,778,'wpml_media_processed','1'),(9751,779,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:25;s:6:\"height\";i:30;s:4:\"file\";s:25:\"/2019/07/coin-day-neo.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:16:\"coin-day-neo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-neo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-neo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-neo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:16:\"coin-day-neo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9752,779,'_wp_attached_file','2019/07/coin-day-neo.svg'),(9753,779,'wpml_media_processed','1'),(9754,775,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:25;s:6:\"height\";i:30;s:4:\"file\";s:25:\"/2019/07/coin-day-neo.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:16:\"coin-day-neo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-neo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-neo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-neo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:16:\"coin-day-neo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9755,780,'_wp_attached_file','2019/07/coin-day-trx.svg'),(9756,781,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:30;s:6:\"height\";i:32;s:4:\"file\";s:25:\"/2019/07/coin-day-trx.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:16:\"coin-day-trx.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-trx.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-trx.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-trx.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:16:\"coin-day-trx.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9757,781,'_wp_attached_file','2019/07/coin-day-trx.svg'),(9758,781,'wpml_media_processed','1'),(9759,782,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:30;s:6:\"height\";i:32;s:4:\"file\";s:25:\"/2019/07/coin-day-trx.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:16:\"coin-day-trx.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-trx.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-trx.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-trx.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:16:\"coin-day-trx.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9760,782,'_wp_attached_file','2019/07/coin-day-trx.svg'),(9761,782,'wpml_media_processed','1'),(9762,783,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:30;s:6:\"height\";i:32;s:4:\"file\";s:25:\"/2019/07/coin-day-trx.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:16:\"coin-day-trx.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-trx.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-trx.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-trx.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:16:\"coin-day-trx.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9763,783,'_wp_attached_file','2019/07/coin-day-trx.svg'),(9764,783,'wpml_media_processed','1'),(9765,784,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:30;s:6:\"height\";i:32;s:4:\"file\";s:25:\"/2019/07/coin-day-trx.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:16:\"coin-day-trx.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-trx.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-trx.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-trx.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:16:\"coin-day-trx.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9766,784,'_wp_attached_file','2019/07/coin-day-trx.svg'),(9767,784,'wpml_media_processed','1'),(9768,780,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:30;s:6:\"height\";i:32;s:4:\"file\";s:25:\"/2019/07/coin-day-trx.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:16:\"coin-day-trx.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-trx.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-trx.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-trx.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:16:\"coin-day-trx.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9769,785,'_wp_attached_file','2019/07/coin-day-xlm.svg'),(9770,786,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:25;s:6:\"height\";i:28;s:4:\"file\";s:25:\"/2019/07/coin-day-xlm.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:16:\"coin-day-xlm.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-xlm.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-xlm.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-xlm.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:16:\"coin-day-xlm.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9771,786,'_wp_attached_file','2019/07/coin-day-xlm.svg'),(9772,786,'wpml_media_processed','1'),(9773,787,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:25;s:6:\"height\";i:28;s:4:\"file\";s:25:\"/2019/07/coin-day-xlm.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:16:\"coin-day-xlm.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-xlm.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-xlm.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-xlm.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:16:\"coin-day-xlm.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9774,787,'_wp_attached_file','2019/07/coin-day-xlm.svg'),(9775,787,'wpml_media_processed','1'),(9776,788,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:25;s:6:\"height\";i:28;s:4:\"file\";s:25:\"/2019/07/coin-day-xlm.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:16:\"coin-day-xlm.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-xlm.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-xlm.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-xlm.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:16:\"coin-day-xlm.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9777,788,'_wp_attached_file','2019/07/coin-day-xlm.svg'),(9778,788,'wpml_media_processed','1'),(9779,789,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:25;s:6:\"height\";i:28;s:4:\"file\";s:25:\"/2019/07/coin-day-xlm.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:16:\"coin-day-xlm.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-xlm.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-xlm.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-xlm.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:16:\"coin-day-xlm.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9780,789,'_wp_attached_file','2019/07/coin-day-xlm.svg'),(9781,789,'wpml_media_processed','1'),(9782,785,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:25;s:6:\"height\";i:28;s:4:\"file\";s:25:\"/2019/07/coin-day-xlm.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:16:\"coin-day-xlm.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-xlm.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-xlm.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-xlm.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:16:\"coin-day-xlm.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9783,790,'_wp_attached_file','2019/07/coin-day-xpr.svg'),(9784,791,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:24;s:6:\"height\";i:25;s:4:\"file\";s:25:\"/2019/07/coin-day-xpr.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:16:\"coin-day-xpr.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-xpr.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-xpr.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-xpr.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:16:\"coin-day-xpr.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9785,791,'_wp_attached_file','2019/07/coin-day-xpr.svg'),(9786,791,'wpml_media_processed','1'),(9787,792,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:24;s:6:\"height\";i:25;s:4:\"file\";s:25:\"/2019/07/coin-day-xpr.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:16:\"coin-day-xpr.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-xpr.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-xpr.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-xpr.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:16:\"coin-day-xpr.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9788,792,'_wp_attached_file','2019/07/coin-day-xpr.svg'),(9789,792,'wpml_media_processed','1'),(9790,793,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:24;s:6:\"height\";i:25;s:4:\"file\";s:25:\"/2019/07/coin-day-xpr.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:16:\"coin-day-xpr.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-xpr.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-xpr.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-xpr.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:16:\"coin-day-xpr.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9791,793,'_wp_attached_file','2019/07/coin-day-xpr.svg'),(9792,793,'wpml_media_processed','1'),(9793,794,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:24;s:6:\"height\";i:25;s:4:\"file\";s:25:\"/2019/07/coin-day-xpr.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:16:\"coin-day-xpr.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-xpr.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-xpr.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-xpr.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:16:\"coin-day-xpr.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9794,794,'_wp_attached_file','2019/07/coin-day-xpr.svg'),(9795,794,'wpml_media_processed','1'),(9796,790,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:24;s:6:\"height\";i:25;s:4:\"file\";s:25:\"/2019/07/coin-day-xpr.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:16:\"coin-day-xpr.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-xpr.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-xpr.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:16:\"coin-day-xpr.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:16:\"coin-day-xpr.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9797,795,'subtitle','Buy, Store, and Trade\r\n13 Different Cryptocurrencies'),(9798,795,'_subtitle','field_5d1cca162e40e'),(9799,795,'text','Check out our full list of our supported currencies. '),(9800,795,'_text','field_5d1cca162e7fb'),(9801,795,'list',''),(9802,795,'_list','field_5d1cca162ebf6'),(9803,795,'title_buy','Buy Crypto'),(9804,795,'_title_buy','field_5d1cca16bc540'),(9805,795,'text_buy','Loading CryptoWallet with funds couldn’t be easier.'),(9806,795,'_text_buy','field_5d1ccec5cbdcd'),(9807,795,'step_1_title','Load Fiat'),(9808,795,'_step_1_title','field_5d1cca16d5383'),(9809,795,'step_1_text','top up with fiat using a bank draft or credit card to get started.'),(9810,795,'_step_1_text','field_5d1cca16d5769'),(9811,795,'step_1',''),(9812,795,'_step_1','field_5d1cca16c8867'),(9813,795,'step_2_title','Buy Crypto'),(9814,795,'_step_2_title','field_5d1ccf2720918'),(9815,795,'step_2_text','Buy 13 cryptocurrencies  as well as other ERC-20 tokens, instantly.'),(9816,795,'_step_2_text','field_5d1ccf2720919'),(9817,795,'step_2',''),(9818,795,'_step_2','field_5d1ccf2720917'),(9819,795,'step_3_title','Rest Easy'),(9820,795,'_step_3_title','field_5d1ccf2b2091b'),(9821,795,'step_3_text','Your funds are secured safely in the encrypted CryptoWallet platform.'),(9822,795,'_step_3_text','field_5d1ccf2b2091c'),(9823,795,'step_3',''),(9824,795,'_step_3','field_5d1ccf2a2091a'),(9825,795,'title_download','Download App Now'),(9826,795,'_title_download','field_5d1ccf67eb112'),(9827,795,'title_security','We Take Your Security Seriously So You Can Sleep at Night'),(9828,795,'_title_security','field_5d1ccf8aeb113'),(9829,795,'text_security','Your funds are secured by BitGo Trust Company, a licensed qualified custodian by the South Dakota, US Division ofBanking. BitGo is SOC 2 compliant, as verified in a 2018 audit by Deloitte. BitGo has a confirmed Cryptocurrency Security Standard (CCSS) Level 3.'),(9830,795,'_text_security','field_5d1ccfb1eb114'),(9831,795,'sell_crypto_title','Sell Crypto'),(9832,795,'_sell_crypto_title','field_5d1cd05da4c1c'),(9833,795,'sell_crypto_text','Sometimes you’ve bought in at just the right time. You’ve watched your investment rise in value and your ready to cash out your earnings in fiat or trade it for another cryptocurrency you think could shoot up in price soon.\r\n\r\nThat’s easy. Access our app or desktop platform. Use our Exchange section to set the amount of crypto you want to sell and which currency you want to sell it for. When you’re happy with the price, hit the “Sell” button.'),(9834,795,'_sell_crypto_text','field_5d1cd05da4c1d'),(9835,795,'sell_crypto_text_link','Find out More'),(9836,795,'_sell_crypto_text_link','field_5d1cd0a9a4c1e'),(9837,795,'sell_crypto_link',''),(9838,795,'_sell_crypto_link','field_5d1cd0cba4c1f'),(9839,795,'sell_crypto',''),(9840,795,'_sell_crypto','field_5d1cd05da4c1b'),(9841,795,'hold_crypto_title','Hold Crypto'),(9842,795,'_hold_crypto_title','field_5d1cd0e2a4c21'),(9843,795,'hold_crypto_text','Of course, sometimes you’re not ready to sell - you’re in it for the long haul. Maybe you want to sell at a later date, or maybe crypto is your new cash and you want to use your funds to buy goods and services through your CryptoWallet Visa Debit Card.\r\n\r\nEither way, you’ll need a safe, secure place to store your funds, and that’s where the Wallet section comes in. Highly encrypted and easily accessible through your phone with the appropriate security protocols, your wallet is the go-to place to store your crypto long-term.'),(9844,795,'_hold_crypto_text','field_5d1cd0e2a4c22'),(9845,795,'hold_crypto',''),(9846,795,'_hold_crypto','field_5d1cd0e2a4c20'),(9847,795,'send_crypto_title','Send Crypto'),(9848,795,'_send_crypto_title','field_5d1cd103a4c26'),(9849,795,'send_crypto_text','Use the Wallet App to send cryptocurrency to any wallet, any time. The ability to send funds easily to anyone you want is one of the main selling points of crypto over fiat currency - forget about filling out lengthy forms every time you want to make a purchase or transfer.\r\n\r\nA cryptocurrency transfer is as simple as scanning a QR code or copying and pasting a wallet address and hitting the “Send” button. That’s it! The Wallet app offers an incredibly seamless experience that makes online purchases faster than ever before. You can also send crypto through our desktop platform.'),(9850,795,'_send_crypto_text','field_5d1cd103a4c27'),(9851,795,'send_crypto',''),(9852,795,'_send_crypto','field_5d1cd103a4c25'),(9853,795,'title_questions',''),(9854,795,'_title_questions','field_5d1cca17cb399'),(9855,795,'text_questions',''),(9856,795,'_text_questions','field_5d1cd273e67bf'),(9857,795,'show_crypto_funds','1'),(9858,795,'_show_crypto_funds','field_5d1cd58ba65cf'),(9861,797,'subtitle',''),(9862,797,'_subtitle','field_5d1cca162e40e'),(9863,797,'text',''),(9864,797,'_text','field_5d1cca162e7fb'),(9865,797,'list',''),(9866,797,'_list','field_5d1cca162ebf6'),(9867,797,'title_buy','Buy Crypto'),(9868,797,'_title_buy','field_5d1cca16bc540'),(9869,797,'text_buy','Loading CryptoWallet with funds couldn’t be easier.'),(9870,797,'_text_buy','field_5d1ccec5cbdcd'),(9871,797,'step_1_title','Load Fiat'),(9872,797,'_step_1_title','field_5d1cca16d5383'),(9873,797,'step_1_text','top up with fiat using a bank draft or credit card to get started.'),(9874,797,'_step_1_text','field_5d1cca16d5769'),(9875,797,'step_1',''),(9876,797,'_step_1','field_5d1cca16c8867'),(9877,797,'step_2_title','Buy Crypto'),(9878,797,'_step_2_title','field_5d1ccf2720918'),(9879,797,'step_2_text','Buy 13 cryptocurrencies  as well as other ERC-20 tokens, instantly.'),(9880,797,'_step_2_text','field_5d1ccf2720919'),(9881,797,'step_2',''),(9882,797,'_step_2','field_5d1ccf2720917'),(9883,797,'step_3_title','Rest Easy'),(9884,797,'_step_3_title','field_5d1ccf2b2091b'),(9885,797,'step_3_text','Your funds are secured safely in the encrypted CryptoWallet platform.'),(9886,797,'_step_3_text','field_5d1ccf2b2091c'),(9887,797,'step_3',''),(9888,797,'_step_3','field_5d1ccf2a2091a'),(9889,797,'title_download','Download App Now'),(9890,797,'_title_download','field_5d1ccf67eb112'),(9891,797,'title_security','We Take Your Security Seriously So You Can Sleep at Night'),(9892,797,'_title_security','field_5d1ccf8aeb113'),(9893,797,'text_security','Your funds are secured by BitGo Trust Company, a licensed qualified custodian by the South Dakota, US Division ofBanking. BitGo is SOC 2 compliant, as verified in a 2018 audit by Deloitte. BitGo has a confirmed Cryptocurrency Security Standard (CCSS) Level 3.'),(9894,797,'_text_security','field_5d1ccfb1eb114'),(9895,797,'sell_crypto_title','Sell Crypto'),(9896,797,'_sell_crypto_title','field_5d1cd05da4c1c'),(9897,797,'sell_crypto_text','Sometimes you’ve bought in at just the right time. You’ve watched your investment rise in value and your ready to cash out your earnings in fiat or trade it for another cryptocurrency you think could shoot up in price soon.\r\n\r\nThat’s easy. Access our app or desktop platform. Use our Exchange section to set the amount of crypto you want to sell and which currency you want to sell it for. When you’re happy with the price, hit the “Sell” button.'),(9898,797,'_sell_crypto_text','field_5d1cd05da4c1d'),(9899,797,'sell_crypto_text_link','Find out More'),(9900,797,'_sell_crypto_text_link','field_5d1cd0a9a4c1e'),(9901,797,'sell_crypto_link',''),(9902,797,'_sell_crypto_link','field_5d1cd0cba4c1f'),(9903,797,'sell_crypto',''),(9904,797,'_sell_crypto','field_5d1cd05da4c1b'),(9905,797,'hold_crypto_title','Hold Crypto'),(9906,797,'_hold_crypto_title','field_5d1cd0e2a4c21'),(9907,797,'hold_crypto_text','Of course, sometimes you’re not ready to sell - you’re in it for the long haul. Maybe you want to sell at a later date, or maybe crypto is your new cash and you want to use your funds to buy goods and services through your CryptoWallet Visa Debit Card.\r\n\r\nEither way, you’ll need a safe, secure place to store your funds, and that’s where the Wallet section comes in. Highly encrypted and easily accessible through your phone with the appropriate security protocols, your wallet is the go-to place to store your crypto long-term.'),(9908,797,'_hold_crypto_text','field_5d1cd0e2a4c22'),(9909,797,'hold_crypto',''),(9910,797,'_hold_crypto','field_5d1cd0e2a4c20'),(9911,797,'send_crypto_title','Send Crypto'),(9912,797,'_send_crypto_title','field_5d1cd103a4c26'),(9913,797,'send_crypto_text','Use the Wallet App to send cryptocurrency to any wallet, any time. The ability to send funds easily to anyone you want is one of the main selling points of crypto over fiat currency - forget about filling out lengthy forms every time you want to make a purchase or transfer.\r\n\r\nA cryptocurrency transfer is as simple as scanning a QR code or copying and pasting a wallet address and hitting the “Send” button. That’s it! The Wallet app offers an incredibly seamless experience that makes online purchases faster than ever before. You can also send crypto through our desktop platform.'),(9914,797,'_send_crypto_text','field_5d1cd103a4c27'),(9915,797,'send_crypto',''),(9916,797,'_send_crypto','field_5d1cd103a4c25'),(9917,797,'title_questions','Questions?'),(9918,797,'_title_questions','field_5d1cca17cb399'),(9919,797,'text_questions','Our world class customer service team is here to offer assistance in six different languages.'),(9920,797,'_text_questions','field_5d1cd273e67bf'),(9921,797,'show_crypto_funds','1'),(9922,797,'_show_crypto_funds','field_5d1cd58ba65cf'),(9925,181,'title_coins','Buy, Store, and Trade\r\n13 Different Cryptocurrencies'),(9926,181,'_title_coins','field_5d1cca162e40e'),(9927,181,'description_coins','Check out our full list of our supported currencies. '),(9928,181,'_description_coins','field_5d1cca162e7fb'),(9929,799,'subtitle',''),(9930,799,'_subtitle','field_5d1cca162e40e'),(9931,799,'text',''),(9932,799,'_text','field_5d1cca162e7fb'),(9933,799,'list',''),(9934,799,'_list','field_5d1cca162ebf6'),(9935,799,'title_buy','Buy Crypto'),(9936,799,'_title_buy','field_5d1cca16bc540'),(9937,799,'text_buy','Loading CryptoWallet with funds couldn’t be easier.'),(9938,799,'_text_buy','field_5d1ccec5cbdcd'),(9939,799,'step_1_title','Load Fiat'),(9940,799,'_step_1_title','field_5d1cca16d5383'),(9941,799,'step_1_text','top up with fiat using a bank draft or credit card to get started.'),(9942,799,'_step_1_text','field_5d1cca16d5769'),(9943,799,'step_1',''),(9944,799,'_step_1','field_5d1cca16c8867'),(9945,799,'step_2_title','Buy Crypto'),(9946,799,'_step_2_title','field_5d1ccf2720918'),(9947,799,'step_2_text','Buy 13 cryptocurrencies  as well as other ERC-20 tokens, instantly.'),(9948,799,'_step_2_text','field_5d1ccf2720919'),(9949,799,'step_2',''),(9950,799,'_step_2','field_5d1ccf2720917'),(9951,799,'step_3_title','Rest Easy'),(9952,799,'_step_3_title','field_5d1ccf2b2091b'),(9953,799,'step_3_text','Your funds are secured safely in the encrypted CryptoWallet platform.'),(9954,799,'_step_3_text','field_5d1ccf2b2091c'),(9955,799,'step_3',''),(9956,799,'_step_3','field_5d1ccf2a2091a'),(9957,799,'title_download','Download App Now'),(9958,799,'_title_download','field_5d1ccf67eb112'),(9959,799,'title_security','We Take Your Security Seriously So You Can Sleep at Night'),(9960,799,'_title_security','field_5d1ccf8aeb113'),(9961,799,'text_security','Your funds are secured by BitGo Trust Company, a licensed qualified custodian by the South Dakota, US Division ofBanking. BitGo is SOC 2 compliant, as verified in a 2018 audit by Deloitte. BitGo has a confirmed Cryptocurrency Security Standard (CCSS) Level 3.'),(9962,799,'_text_security','field_5d1ccfb1eb114'),(9963,799,'sell_crypto_title','Sell Crypto'),(9964,799,'_sell_crypto_title','field_5d1cd05da4c1c'),(9965,799,'sell_crypto_text','Sometimes you’ve bought in at just the right time. You’ve watched your investment rise in value and your ready to cash out your earnings in fiat or trade it for another cryptocurrency you think could shoot up in price soon.\r\n\r\nThat’s easy. Access our app or desktop platform. Use our Exchange section to set the amount of crypto you want to sell and which currency you want to sell it for. When you’re happy with the price, hit the “Sell” button.'),(9966,799,'_sell_crypto_text','field_5d1cd05da4c1d'),(9967,799,'sell_crypto_text_link','Find out More'),(9968,799,'_sell_crypto_text_link','field_5d1cd0a9a4c1e'),(9969,799,'sell_crypto_link',''),(9970,799,'_sell_crypto_link','field_5d1cd0cba4c1f'),(9971,799,'sell_crypto',''),(9972,799,'_sell_crypto','field_5d1cd05da4c1b'),(9973,799,'hold_crypto_title','Hold Crypto'),(9974,799,'_hold_crypto_title','field_5d1cd0e2a4c21'),(9975,799,'hold_crypto_text','Of course, sometimes you’re not ready to sell - you’re in it for the long haul. Maybe you want to sell at a later date, or maybe crypto is your new cash and you want to use your funds to buy goods and services through your CryptoWallet Visa Debit Card.\r\n\r\nEither way, you’ll need a safe, secure place to store your funds, and that’s where the Wallet section comes in. Highly encrypted and easily accessible through your phone with the appropriate security protocols, your wallet is the go-to place to store your crypto long-term.'),(9976,799,'_hold_crypto_text','field_5d1cd0e2a4c22'),(9977,799,'hold_crypto',''),(9978,799,'_hold_crypto','field_5d1cd0e2a4c20'),(9979,799,'send_crypto_title','Send Crypto'),(9980,799,'_send_crypto_title','field_5d1cd103a4c26'),(9981,799,'send_crypto_text','Use the Wallet App to send cryptocurrency to any wallet, any time. The ability to send funds easily to anyone you want is one of the main selling points of crypto over fiat currency - forget about filling out lengthy forms every time you want to make a purchase or transfer.\r\n\r\nA cryptocurrency transfer is as simple as scanning a QR code or copying and pasting a wallet address and hitting the “Send” button. That’s it! The Wallet app offers an incredibly seamless experience that makes online purchases faster than ever before. You can also send crypto through our desktop platform.'),(9982,799,'_send_crypto_text','field_5d1cd103a4c27'),(9983,799,'send_crypto',''),(9984,799,'_send_crypto','field_5d1cd103a4c25'),(9985,799,'title_questions','Questions?'),(9986,799,'_title_questions','field_5d1cca17cb399'),(9987,799,'text_questions','Our world class customer service team is here to offer assistance in six different languages.'),(9988,799,'_text_questions','field_5d1cd273e67bf'),(9989,799,'show_crypto_funds','1'),(9990,799,'_show_crypto_funds','field_5d1cd58ba65cf'),(9991,799,'title_coins','Buy, Store, and Trade\r\n13 Different Cryptocurrencies'),(9992,799,'_title_coins','field_5d1cca162e40e'),(9993,799,'description_coins','Check out our full list of our supported currencies. '),(9994,799,'_description_coins','field_5d1cca162e7fb'),(9997,804,'_wp_attached_file','2019/07/day_brand_magento.svg'),(9998,805,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:180;s:6:\"height\";i:49;s:4:\"file\";s:30:\"/2019/07/day_brand_magento.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:21:\"day_brand_magento.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:21:\"day_brand_magento.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:21:\"day_brand_magento.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:21:\"day_brand_magento.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:21:\"day_brand_magento.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(9999,805,'_wp_attached_file','2019/07/day_brand_magento.svg'),(10000,805,'wpml_media_processed','1'),(10001,806,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:180;s:6:\"height\";i:49;s:4:\"file\";s:30:\"/2019/07/day_brand_magento.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:21:\"day_brand_magento.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:21:\"day_brand_magento.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:21:\"day_brand_magento.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:21:\"day_brand_magento.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:21:\"day_brand_magento.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(10002,806,'_wp_attached_file','2019/07/day_brand_magento.svg'),(10003,806,'wpml_media_processed','1'),(10004,807,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:180;s:6:\"height\";i:49;s:4:\"file\";s:30:\"/2019/07/day_brand_magento.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:21:\"day_brand_magento.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:21:\"day_brand_magento.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:21:\"day_brand_magento.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:21:\"day_brand_magento.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:21:\"day_brand_magento.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(10005,807,'_wp_attached_file','2019/07/day_brand_magento.svg'),(10006,807,'wpml_media_processed','1'),(10007,808,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:180;s:6:\"height\";i:49;s:4:\"file\";s:30:\"/2019/07/day_brand_magento.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:21:\"day_brand_magento.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:21:\"day_brand_magento.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:21:\"day_brand_magento.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:21:\"day_brand_magento.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:21:\"day_brand_magento.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(10008,808,'_wp_attached_file','2019/07/day_brand_magento.svg'),(10009,808,'wpml_media_processed','1'),(10010,804,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:180;s:6:\"height\";i:49;s:4:\"file\";s:30:\"/2019/07/day_brand_magento.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:21:\"day_brand_magento.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:21:\"day_brand_magento.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:21:\"day_brand_magento.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:21:\"day_brand_magento.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:21:\"day_brand_magento.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(10011,809,'_wp_attached_file','2019/07/day_brand_opencart.svg'),(10012,810,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:216;s:6:\"height\";i:42;s:4:\"file\";s:31:\"/2019/07/day_brand_opencart.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:22:\"day_brand_opencart.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:22:\"day_brand_opencart.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:22:\"day_brand_opencart.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:22:\"day_brand_opencart.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:22:\"day_brand_opencart.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(10013,810,'_wp_attached_file','2019/07/day_brand_opencart.svg'),(10014,810,'wpml_media_processed','1'),(10015,811,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:216;s:6:\"height\";i:42;s:4:\"file\";s:31:\"/2019/07/day_brand_opencart.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:22:\"day_brand_opencart.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:22:\"day_brand_opencart.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:22:\"day_brand_opencart.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:22:\"day_brand_opencart.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:22:\"day_brand_opencart.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(10016,811,'_wp_attached_file','2019/07/day_brand_opencart.svg'),(10017,811,'wpml_media_processed','1'),(10018,812,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:216;s:6:\"height\";i:42;s:4:\"file\";s:31:\"/2019/07/day_brand_opencart.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:22:\"day_brand_opencart.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:22:\"day_brand_opencart.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:22:\"day_brand_opencart.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:22:\"day_brand_opencart.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:22:\"day_brand_opencart.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(10019,812,'_wp_attached_file','2019/07/day_brand_opencart.svg'),(10020,812,'wpml_media_processed','1'),(10021,813,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:216;s:6:\"height\";i:42;s:4:\"file\";s:31:\"/2019/07/day_brand_opencart.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:22:\"day_brand_opencart.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:22:\"day_brand_opencart.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:22:\"day_brand_opencart.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:22:\"day_brand_opencart.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:22:\"day_brand_opencart.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(10022,813,'_wp_attached_file','2019/07/day_brand_opencart.svg'),(10023,813,'wpml_media_processed','1'),(10024,809,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:216;s:6:\"height\";i:42;s:4:\"file\";s:31:\"/2019/07/day_brand_opencart.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:22:\"day_brand_opencart.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:22:\"day_brand_opencart.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:22:\"day_brand_opencart.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:22:\"day_brand_opencart.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:22:\"day_brand_opencart.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(10025,814,'_wp_attached_file','2019/07/day_brand_oscommerce.svg'),(10026,815,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:247;s:6:\"height\";i:36;s:4:\"file\";s:33:\"/2019/07/day_brand_oscommerce.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:24:\"day_brand_oscommerce.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:24:\"day_brand_oscommerce.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:24:\"day_brand_oscommerce.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:24:\"day_brand_oscommerce.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:24:\"day_brand_oscommerce.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(10027,815,'_wp_attached_file','2019/07/day_brand_oscommerce.svg'),(10028,815,'wpml_media_processed','1'),(10029,816,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:247;s:6:\"height\";i:36;s:4:\"file\";s:33:\"/2019/07/day_brand_oscommerce.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:24:\"day_brand_oscommerce.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:24:\"day_brand_oscommerce.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:24:\"day_brand_oscommerce.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:24:\"day_brand_oscommerce.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:24:\"day_brand_oscommerce.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(10030,816,'_wp_attached_file','2019/07/day_brand_oscommerce.svg'),(10031,816,'wpml_media_processed','1'),(10032,817,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:247;s:6:\"height\";i:36;s:4:\"file\";s:33:\"/2019/07/day_brand_oscommerce.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:24:\"day_brand_oscommerce.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:24:\"day_brand_oscommerce.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:24:\"day_brand_oscommerce.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:24:\"day_brand_oscommerce.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:24:\"day_brand_oscommerce.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(10033,817,'_wp_attached_file','2019/07/day_brand_oscommerce.svg'),(10034,817,'wpml_media_processed','1'),(10035,818,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:247;s:6:\"height\";i:36;s:4:\"file\";s:33:\"/2019/07/day_brand_oscommerce.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:24:\"day_brand_oscommerce.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:24:\"day_brand_oscommerce.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:24:\"day_brand_oscommerce.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:24:\"day_brand_oscommerce.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:24:\"day_brand_oscommerce.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(10036,818,'_wp_attached_file','2019/07/day_brand_oscommerce.svg'),(10037,818,'wpml_media_processed','1'),(10038,814,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:247;s:6:\"height\";i:36;s:4:\"file\";s:33:\"/2019/07/day_brand_oscommerce.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:24:\"day_brand_oscommerce.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:24:\"day_brand_oscommerce.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:24:\"day_brand_oscommerce.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:24:\"day_brand_oscommerce.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:24:\"day_brand_oscommerce.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(10039,819,'_wp_attached_file','2019/07/day_brand_shopify.svg'),(10040,820,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:193;s:6:\"height\";i:55;s:4:\"file\";s:30:\"/2019/07/day_brand_shopify.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:21:\"day_brand_shopify.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:21:\"day_brand_shopify.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:21:\"day_brand_shopify.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:21:\"day_brand_shopify.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:21:\"day_brand_shopify.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(10041,820,'_wp_attached_file','2019/07/day_brand_shopify.svg'),(10042,820,'wpml_media_processed','1'),(10043,821,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:193;s:6:\"height\";i:55;s:4:\"file\";s:30:\"/2019/07/day_brand_shopify.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:21:\"day_brand_shopify.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:21:\"day_brand_shopify.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:21:\"day_brand_shopify.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:21:\"day_brand_shopify.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:21:\"day_brand_shopify.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(10044,821,'_wp_attached_file','2019/07/day_brand_shopify.svg'),(10045,821,'wpml_media_processed','1'),(10046,822,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:193;s:6:\"height\";i:55;s:4:\"file\";s:30:\"/2019/07/day_brand_shopify.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:21:\"day_brand_shopify.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:21:\"day_brand_shopify.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:21:\"day_brand_shopify.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:21:\"day_brand_shopify.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:21:\"day_brand_shopify.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(10047,822,'_wp_attached_file','2019/07/day_brand_shopify.svg'),(10048,822,'wpml_media_processed','1'),(10049,823,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:193;s:6:\"height\";i:55;s:4:\"file\";s:30:\"/2019/07/day_brand_shopify.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:21:\"day_brand_shopify.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:21:\"day_brand_shopify.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:21:\"day_brand_shopify.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:21:\"day_brand_shopify.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:21:\"day_brand_shopify.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(10050,823,'_wp_attached_file','2019/07/day_brand_shopify.svg'),(10051,823,'wpml_media_processed','1'),(10052,819,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:193;s:6:\"height\";i:55;s:4:\"file\";s:30:\"/2019/07/day_brand_shopify.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:21:\"day_brand_shopify.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:21:\"day_brand_shopify.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:21:\"day_brand_shopify.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:21:\"day_brand_shopify.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:21:\"day_brand_shopify.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(10053,824,'_wp_attached_file','2019/07/day_brand_whm.svg'),(10054,825,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:163;s:6:\"height\";i:36;s:4:\"file\";s:26:\"/2019/07/day_brand_whm.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:17:\"day_brand_whm.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:17:\"day_brand_whm.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:17:\"day_brand_whm.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:17:\"day_brand_whm.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:17:\"day_brand_whm.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(10055,825,'_wp_attached_file','2019/07/day_brand_whm.svg'),(10056,825,'wpml_media_processed','1'),(10057,826,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:163;s:6:\"height\";i:36;s:4:\"file\";s:26:\"/2019/07/day_brand_whm.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:17:\"day_brand_whm.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:17:\"day_brand_whm.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:17:\"day_brand_whm.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:17:\"day_brand_whm.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:17:\"day_brand_whm.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(10058,826,'_wp_attached_file','2019/07/day_brand_whm.svg'),(10059,826,'wpml_media_processed','1'),(10060,827,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:163;s:6:\"height\";i:36;s:4:\"file\";s:26:\"/2019/07/day_brand_whm.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:17:\"day_brand_whm.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:17:\"day_brand_whm.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:17:\"day_brand_whm.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:17:\"day_brand_whm.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:17:\"day_brand_whm.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(10061,827,'_wp_attached_file','2019/07/day_brand_whm.svg'),(10062,827,'wpml_media_processed','1'),(10063,828,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:163;s:6:\"height\";i:36;s:4:\"file\";s:26:\"/2019/07/day_brand_whm.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:17:\"day_brand_whm.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:17:\"day_brand_whm.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:17:\"day_brand_whm.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:17:\"day_brand_whm.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:17:\"day_brand_whm.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(10064,828,'_wp_attached_file','2019/07/day_brand_whm.svg'),(10065,828,'wpml_media_processed','1'),(10066,824,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:163;s:6:\"height\";i:36;s:4:\"file\";s:26:\"/2019/07/day_brand_whm.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:17:\"day_brand_whm.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:17:\"day_brand_whm.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:17:\"day_brand_whm.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:17:\"day_brand_whm.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:17:\"day_brand_whm.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(10067,829,'_wp_attached_file','2019/07/day_brand_woo.svg'),(10068,830,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:188;s:6:\"height\";i:38;s:4:\"file\";s:26:\"/2019/07/day_brand_woo.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:17:\"day_brand_woo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:17:\"day_brand_woo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:17:\"day_brand_woo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:17:\"day_brand_woo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:17:\"day_brand_woo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(10069,830,'_wp_attached_file','2019/07/day_brand_woo.svg'),(10070,830,'wpml_media_processed','1'),(10071,831,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:188;s:6:\"height\";i:38;s:4:\"file\";s:26:\"/2019/07/day_brand_woo.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:17:\"day_brand_woo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:17:\"day_brand_woo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:17:\"day_brand_woo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:17:\"day_brand_woo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:17:\"day_brand_woo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(10072,831,'_wp_attached_file','2019/07/day_brand_woo.svg'),(10073,831,'wpml_media_processed','1'),(10074,832,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:188;s:6:\"height\";i:38;s:4:\"file\";s:26:\"/2019/07/day_brand_woo.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:17:\"day_brand_woo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:17:\"day_brand_woo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:17:\"day_brand_woo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:17:\"day_brand_woo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:17:\"day_brand_woo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(10075,832,'_wp_attached_file','2019/07/day_brand_woo.svg'),(10076,832,'wpml_media_processed','1'),(10077,833,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:188;s:6:\"height\";i:38;s:4:\"file\";s:26:\"/2019/07/day_brand_woo.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:17:\"day_brand_woo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:17:\"day_brand_woo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:17:\"day_brand_woo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:17:\"day_brand_woo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:17:\"day_brand_woo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(10078,833,'_wp_attached_file','2019/07/day_brand_woo.svg'),(10079,833,'wpml_media_processed','1'),(10080,829,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:188;s:6:\"height\";i:38;s:4:\"file\";s:26:\"/2019/07/day_brand_woo.svg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:17:\"day_brand_woo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:17:\"day_brand_woo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:17:\"day_brand_woo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:17:\"day_brand_woo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:17:\"day_brand_woo.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(10081,834,'subtitle',''),(10082,834,'_subtitle','field_5d1cca162e40e'),(10083,834,'text',''),(10084,834,'_text','field_5d1cca162e7fb'),(10085,834,'list',''),(10086,834,'_list','field_5d1cca162ebf6'),(10087,834,'title_buy','Buy Crypto'),(10088,834,'_title_buy','field_5d1cca16bc540'),(10089,834,'text_buy','Loading CryptoWallet with funds couldn’t be easier.'),(10090,834,'_text_buy','field_5d1ccec5cbdcd'),(10091,834,'step_1_title','Load Fiat'),(10092,834,'_step_1_title','field_5d1cca16d5383'),(10093,834,'step_1_text','top up with fiat using a bank draft or credit card to get started.'),(10094,834,'_step_1_text','field_5d1cca16d5769'),(10095,834,'step_1',''),(10096,834,'_step_1','field_5d1cca16c8867'),(10097,834,'step_2_title','Buy Crypto'),(10098,834,'_step_2_title','field_5d1ccf2720918'),(10099,834,'step_2_text','Buy 13 cryptocurrencies well as other ERC-20 tokens, instantly.'),(10100,834,'_step_2_text','field_5d1ccf2720919'),(10101,834,'step_2',''),(10102,834,'_step_2','field_5d1ccf2720917'),(10103,834,'step_3_title','Rest Easy'),(10104,834,'_step_3_title','field_5d1ccf2b2091b'),(10105,834,'step_3_text','Your funds are secured safely in the encrypted CryptoWallet platform.'),(10106,834,'_step_3_text','field_5d1ccf2b2091c'),(10107,834,'step_3',''),(10108,834,'_step_3','field_5d1ccf2a2091a'),(10109,834,'title_download','Download App Now'),(10110,834,'_title_download','field_5d1ccf67eb112'),(10111,834,'title_security','We Take Your Security Seriously So You Can Sleep at Night'),(10112,834,'_title_security','field_5d1ccf8aeb113'),(10113,834,'text_security','Your funds are secured by BitGo Trust Company, a licensed qualified custodian by the South Dakota, US Division ofBanking. BitGo is SOC 2 compliant, as verified in a 2018 audit by Deloitte. BitGo has a confirmed Cryptocurrency Security Standard (CCSS) Level 3.'),(10114,834,'_text_security','field_5d1ccfb1eb114'),(10115,834,'sell_crypto_title','Sell Crypto'),(10116,834,'_sell_crypto_title','field_5d1cd05da4c1c'),(10117,834,'sell_crypto_text','Sometimes you’ve bought in at just the right time. You’ve watched your investment rise in value and your ready to cash out your earnings in fiat or trade it for another cryptocurrency you think could shoot up in price soon.\r\n\r\nThat’s easy. Access our app or desktop platform. Use our Exchange section to set the amount of crypto you want to sell and which currency you want to sell it for. When you’re happy with the price, hit the “Sell” button.'),(10118,834,'_sell_crypto_text','field_5d1cd05da4c1d'),(10119,834,'sell_crypto_text_link','Find out More'),(10120,834,'_sell_crypto_text_link','field_5d1cd0a9a4c1e'),(10121,834,'sell_crypto_link',''),(10122,834,'_sell_crypto_link','field_5d1cd0cba4c1f'),(10123,834,'sell_crypto',''),(10124,834,'_sell_crypto','field_5d1cd05da4c1b'),(10125,834,'hold_crypto_title','Hold Crypto'),(10126,834,'_hold_crypto_title','field_5d1cd0e2a4c21'),(10127,834,'hold_crypto_text','Of course, sometimes you’re not ready to sell - you’re in it for the long haul. Maybe you want to sell at a later date, or maybe crypto is your new cash and you want to use your funds to buy goods and services through your CryptoWallet Visa Debit Card.\r\n\r\nEither way, you’ll need a safe, secure place to store your funds, and that’s where the Wallet section comes in. Highly encrypted and easily accessible through your phone with the appropriate security protocols, your wallet is the go-to place to store your crypto long-term.'),(10128,834,'_hold_crypto_text','field_5d1cd0e2a4c22'),(10129,834,'hold_crypto',''),(10130,834,'_hold_crypto','field_5d1cd0e2a4c20'),(10131,834,'send_crypto_title','Send Crypto'),(10132,834,'_send_crypto_title','field_5d1cd103a4c26'),(10133,834,'send_crypto_text','Use the Wallet App to send cryptocurrency to any wallet, any time. The ability to send funds easily to anyone you want is one of the main selling points of crypto over fiat currency - forget about filling out lengthy forms every time you want to make a purchase or transfer.\r\n\r\nA cryptocurrency transfer is as simple as scanning a QR code or copying and pasting a wallet address and hitting the “Send” button. That’s it! The Wallet app offers an incredibly seamless experience that makes online purchases faster than ever before. You can also send crypto through our desktop platform.'),(10134,834,'_send_crypto_text','field_5d1cd103a4c27'),(10135,834,'send_crypto',''),(10136,834,'_send_crypto','field_5d1cd103a4c25'),(10137,834,'title_questions','Questions?'),(10138,834,'_title_questions','field_5d1cca17cb399'),(10139,834,'text_questions','Our world class customer service team is here to offer assistance in six different languages.'),(10140,834,'_text_questions','field_5d1cd273e67bf'),(10141,834,'show_crypto_funds','1'),(10142,834,'_show_crypto_funds','field_5d1cd58ba65cf'),(10143,834,'title_coins','Buy, Store, and Trade\r\n13 Different Cryptocurrencies'),(10144,834,'_title_coins','field_5d1cca162e40e'),(10145,834,'description_coins','Check out our full list of our supported currencies. '),(10146,834,'_description_coins','field_5d1cca162e7fb'),(10149,836,'subtitle',''),(10150,836,'_subtitle','field_5d1cca162e40e'),(10151,836,'text',''),(10152,836,'_text','field_5d1cca162e7fb'),(10153,836,'list',''),(10154,836,'_list','field_5d1cca162ebf6'),(10155,836,'title_buy','Buy Crypto'),(10156,836,'_title_buy','field_5d1cca16bc540'),(10157,836,'text_buy','Loading CryptoWallet with funds couldn’t be easier.'),(10158,836,'_text_buy','field_5d1ccec5cbdcd'),(10159,836,'step_1_title','Load Fiat'),(10160,836,'_step_1_title','field_5d1cca16d5383'),(10161,836,'step_1_text','top up with fiat using a bank draft or credit card to get started.'),(10162,836,'_step_1_text','field_5d1cca16d5769'),(10163,836,'step_1',''),(10164,836,'_step_1','field_5d1cca16c8867'),(10165,836,'step_2_title','Buy Crypto'),(10166,836,'_step_2_title','field_5d1ccf2720918'),(10167,836,'step_2_text','Buy 13 cryptocurrencies as well as other ERC-20 tokens, instantly.'),(10168,836,'_step_2_text','field_5d1ccf2720919'),(10169,836,'step_2',''),(10170,836,'_step_2','field_5d1ccf2720917'),(10171,836,'step_3_title','Rest Easy'),(10172,836,'_step_3_title','field_5d1ccf2b2091b'),(10173,836,'step_3_text','Your funds are secured safely in the encrypted CryptoWallet platform.'),(10174,836,'_step_3_text','field_5d1ccf2b2091c'),(10175,836,'step_3',''),(10176,836,'_step_3','field_5d1ccf2a2091a'),(10177,836,'title_download','Download App Now'),(10178,836,'_title_download','field_5d1ccf67eb112'),(10179,836,'title_security','We Take Your Security Seriously So You Can Sleep at Night'),(10180,836,'_title_security','field_5d1ccf8aeb113'),(10181,836,'text_security','Your funds are secured by BitGo Trust Company, a licensed qualified custodian by the South Dakota, US Division ofBanking. BitGo is SOC 2 compliant, as verified in a 2018 audit by Deloitte. BitGo has a confirmed Cryptocurrency Security Standard (CCSS) Level 3.'),(10182,836,'_text_security','field_5d1ccfb1eb114'),(10183,836,'sell_crypto_title','Sell Crypto'),(10184,836,'_sell_crypto_title','field_5d1cd05da4c1c'),(10185,836,'sell_crypto_text','Sometimes you’ve bought in at just the right time. You’ve watched your investment rise in value and your ready to cash out your earnings in fiat or trade it for another cryptocurrency you think could shoot up in price soon.\r\n\r\nThat’s easy. Access our app or desktop platform. Use our Exchange section to set the amount of crypto you want to sell and which currency you want to sell it for. When you’re happy with the price, hit the “Sell” button.'),(10186,836,'_sell_crypto_text','field_5d1cd05da4c1d'),(10187,836,'sell_crypto_text_link','Find out More'),(10188,836,'_sell_crypto_text_link','field_5d1cd0a9a4c1e'),(10189,836,'sell_crypto_link',''),(10190,836,'_sell_crypto_link','field_5d1cd0cba4c1f'),(10191,836,'sell_crypto',''),(10192,836,'_sell_crypto','field_5d1cd05da4c1b'),(10193,836,'hold_crypto_title','Hold Crypto'),(10194,836,'_hold_crypto_title','field_5d1cd0e2a4c21'),(10195,836,'hold_crypto_text','Of course, sometimes you’re not ready to sell - you’re in it for the long haul. Maybe you want to sell at a later date, or maybe crypto is your new cash and you want to use your funds to buy goods and services through your CryptoWallet Visa Debit Card.\r\n\r\nEither way, you’ll need a safe, secure place to store your funds, and that’s where the Wallet section comes in. Highly encrypted and easily accessible through your phone with the appropriate security protocols, your wallet is the go-to place to store your crypto long-term.'),(10196,836,'_hold_crypto_text','field_5d1cd0e2a4c22'),(10197,836,'hold_crypto',''),(10198,836,'_hold_crypto','field_5d1cd0e2a4c20'),(10199,836,'send_crypto_title','Send Crypto'),(10200,836,'_send_crypto_title','field_5d1cd103a4c26'),(10201,836,'send_crypto_text','Use the Wallet App to send cryptocurrency to any wallet, any time. The ability to send funds easily to anyone you want is one of the main selling points of crypto over fiat currency - forget about filling out lengthy forms every time you want to make a purchase or transfer.\r\n\r\nA cryptocurrency transfer is as simple as scanning a QR code or copying and pasting a wallet address and hitting the “Send” button. That’s it! The Wallet app offers an incredibly seamless experience that makes online purchases faster than ever before. You can also send crypto through our desktop platform.'),(10202,836,'_send_crypto_text','field_5d1cd103a4c27'),(10203,836,'send_crypto',''),(10204,836,'_send_crypto','field_5d1cd103a4c25'),(10205,836,'title_questions','Questions?'),(10206,836,'_title_questions','field_5d1cca17cb399'),(10207,836,'text_questions','Our world class customer service team is here to offer assistance in six different languages.'),(10208,836,'_text_questions','field_5d1cd273e67bf'),(10209,836,'show_crypto_funds','1'),(10210,836,'_show_crypto_funds','field_5d1cd58ba65cf'),(10211,836,'title_coins','Buy, Store, and Trade\r\n13 Different Cryptocurrencies'),(10212,836,'_title_coins','field_5d1cca162e40e'),(10213,836,'description_coins','Check out our full list of our supported currencies. '),(10214,836,'_description_coins','field_5d1cca162e7fb'),(10218,839,'subtitle','Buy, trade, store, and spend cryptocurrency'),(10219,839,'_subtitle','field_5d1b9a04bd4ba'),(10220,839,'description','CryptoWallet was founded in [year], and our staff have worked tirelessly to develop disruptive products and solutions that will help usher in a new era of personal finance. You can read more about our goals below in our Roadmap.'),(10221,839,'_description','field_5d1b9a6e30e58'),(10222,839,'block_1_title',''),(10223,839,'_block_1_title','field_5d1b9b0f2f94d'),(10224,839,'block_1_text',''),(10225,839,'_block_1_text','field_5d1b9b362f94e'),(10226,839,'block_1',''),(10227,839,'_block_1','field_5d1b9adf2f94c'),(10228,839,'block_2_title',''),(10229,839,'_block_2_title','field_5d1b9b442f950'),(10230,839,'block_2_text',''),(10231,839,'_block_2_text','field_5d1b9b442f951'),(10232,839,'block_2',''),(10233,839,'_block_2','field_5d1b9b442f94f'),(10234,839,'block_3_title',''),(10235,839,'_block_3_title','field_5d1b9b462f953'),(10236,839,'block_3_text',''),(10237,839,'_block_3_text','field_5d1b9b462f954'),(10238,839,'block_3',''),(10239,839,'_block_3','field_5d1b9b462f952'),(10240,839,'value_1_image','lamp'),(10241,839,'_value_1_image','field_5d1baeee64511'),(10242,839,'value_1_title',''),(10243,839,'_value_1_title','field_5d1bae0d254fb'),(10244,839,'value_1_text',''),(10245,839,'_value_1_text','field_5d1bae0d254fc'),(10246,839,'value_1',''),(10247,839,'_value_1','field_5d1bae0d254fa'),(10248,839,'value_2_image','lamp'),(10249,839,'_value_2_image','field_5d1bafadd789f'),(10250,839,'value_2_title',''),(10251,839,'_value_2_title','field_5d1bafadd78a0'),(10252,839,'value_2_text',''),(10253,839,'_value_2_text','field_5d1bafadd78a1'),(10254,839,'value_2',''),(10255,839,'_value_2','field_5d1bafadd789e'),(10256,839,'value_3_image','lamp'),(10257,839,'_value_3_image','field_5d1bafafd78a3'),(10258,839,'value_3_title',''),(10259,839,'_value_3_title','field_5d1bafafd78a4'),(10260,839,'value_3_text',''),(10261,839,'_value_3_text','field_5d1bafafd78a5'),(10262,839,'value_3',''),(10263,839,'_value_3','field_5d1bafafd78a2'),(10264,839,'value_4_image','lamp'),(10265,839,'_value_4_image','field_5d1bafb1d78a7'),(10266,839,'value_4_title',''),(10267,839,'_value_4_title','field_5d1bafb1d78a8'),(10268,839,'value_4_text',''),(10269,839,'_value_4_text','field_5d1bafb1d78a9'),(10270,839,'value_4',''),(10271,839,'_value_4','field_5d1bafb1d78a6'),(10272,839,'value_5_image','lamp'),(10273,839,'_value_5_image','field_5d1bafb4d78ab'),(10274,839,'value_5_title',''),(10275,839,'_value_5_title','field_5d1bafb4d78ac'),(10276,839,'value_5_text',''),(10277,839,'_value_5_text','field_5d1bafb4d78ad'),(10278,839,'value_5',''),(10279,839,'_value_5','field_5d1bafb4d78aa'),(10280,839,'value_6_image','lamp'),(10281,839,'_value_6_image','field_5d1bafb6d78af'),(10282,839,'value_6_title',''),(10283,839,'_value_6_title','field_5d1bafb6d78b0'),(10284,839,'value_6_text',''),(10285,839,'_value_6_text','field_5d1bafb6d78b1'),(10286,839,'value_6',''),(10287,839,'_value_6','field_5d1bafb6d78ae'),(10288,839,'value_7_image','lamp'),(10289,839,'_value_7_image','field_5d1bafb8d78b3'),(10290,839,'value_7_title',''),(10291,839,'_value_7_title','field_5d1bafb8d78b4'),(10292,839,'value_7_text',''),(10293,839,'_value_7_text','field_5d1bafb8d78b5'),(10294,839,'value_7',''),(10295,839,'_value_7','field_5d1bafb8d78b2'),(10296,839,'value_8_image','lamp'),(10297,839,'_value_8_image','field_5d1bafc9d78b7'),(10298,839,'value_8_title',''),(10299,839,'_value_8_title','field_5d1bafc9d78b8'),(10300,839,'value_8_text',''),(10301,839,'_value_8_text','field_5d1bafc9d78b9'),(10302,839,'value_8',''),(10303,839,'_value_8','field_5d1bafc9d78b6'),(10304,839,'title_join','Join Our Team'),(10305,839,'_title_join','field_5d1bafffd78bb'),(10306,839,'text_join','Working at CryptoWallet, every day is an exciting challenge. We’re on a long-term plan to totally transform the way people store and spend money. We’re helping redefine what the concept of money is. There’s a lot to do, and we’re hiring people who share in our values.\r\n\r\nWe’re a young, dynamic company with big plans and a passionate, friendly team.\r\nThink you’d fit in well here? Take a look at our open positions below.'),(10307,839,'_text_join','field_5d1bb020d78bc'),(10308,839,'career_1_title',''),(10309,839,'_career_1_title','field_5d1bb076d78be'),(10310,839,'career_1_text',''),(10311,839,'_career_1_text','field_5d1bb076d78bf'),(10312,839,'career_1',''),(10313,839,'_career_1','field_5d1bb076d78bd'),(10314,839,'career_2_title',''),(10315,839,'_career_2_title','field_5d1bb0f7d78c8'),(10316,839,'career_2_text',''),(10317,839,'_career_2_text','field_5d1bb0f7d78c9'),(10318,839,'career_2',''),(10319,839,'_career_2','field_5d1bb0f7d78c7'),(10320,839,'career_3_title',''),(10321,839,'_career_3_title','field_5d1bb0f8d78cb'),(10322,839,'career_3_text',''),(10323,839,'_career_3_text','field_5d1bb0f8d78cc'),(10324,839,'career_3',''),(10325,839,'_career_3','field_5d1bb0f8d78ca'),(10326,839,'alert','Don’t see a position that suits? Send us your resume and suggested role at <a href=\"mailto:careers@cryptowallet.com\">careers@cryptowallet.com</a>'),(10327,839,'_alert','field_5d1bb0b8d78c6'),(10328,839,'title_team','Our Team'),(10329,839,'_title_team','field_5d1bb141d78ce'),(10330,839,'member_1_photo',''),(10331,839,'_member_1_photo','field_5d1bb194d78d2'),(10332,839,'member_1_name',''),(10333,839,'_member_1_name','field_5d1bb16ad78d0'),(10334,839,'member_1_role',''),(10335,839,'_member_1_role','field_5d1bb16ad78d1'),(10336,839,'member_1',''),(10337,839,'_member_1','field_5d1bb16ad78cf'),(10338,839,'member_2_photo',''),(10339,839,'_member_2_photo','field_5d1bb1efd78d4'),(10340,839,'member_2_name',''),(10341,839,'_member_2_name','field_5d1bb1efd78d5'),(10342,839,'member_2_role',''),(10343,839,'_member_2_role','field_5d1bb1efd78d6'),(10344,839,'member_2',''),(10345,839,'_member_2','field_5d1bb1efd78d3'),(10346,839,'member_3_photo',''),(10347,839,'_member_3_photo','field_5d1bb25e55268'),(10348,839,'member_3_name',''),(10349,839,'_member_3_name','field_5d1bb25e55269'),(10350,839,'member_3_role',''),(10351,839,'_member_3_role','field_5d1bb25e5526a'),(10352,839,'member_3',''),(10353,839,'_member_3','field_5d1bb25e55267'),(10354,839,'member_4_photo',''),(10355,839,'_member_4_photo','field_5d1bb25f5526c'),(10356,839,'member_4_name',''),(10357,839,'_member_4_name','field_5d1bb25f5526d'),(10358,839,'member_4_role',''),(10359,839,'_member_4_role','field_5d1bb25f5526e'),(10360,839,'member_4',''),(10361,839,'_member_4','field_5d1bb25f5526b'),(10362,839,'member_5_photo',''),(10363,839,'_member_5_photo','field_5d1bb26255270'),(10364,839,'member_5_name',''),(10365,839,'_member_5_name','field_5d1bb26255271'),(10366,839,'member_5_role',''),(10367,839,'_member_5_role','field_5d1bb26255272'),(10368,839,'member_5',''),(10369,839,'_member_5','field_5d1bb2625526f'),(10370,839,'member_6_photo',''),(10371,839,'_member_6_photo','field_5d1bb26655274'),(10372,839,'member_6_name',''),(10373,839,'_member_6_name','field_5d1bb26655275'),(10374,839,'member_6_role',''),(10375,839,'_member_6_role','field_5d1bb26655276'),(10376,839,'member_6',''),(10377,839,'_member_6','field_5d1bb26655273'),(10378,839,'title_meet','Come meet us'),(10379,839,'_title_meet','field_5d1bb2a4dd53e'),(10380,839,'text_meet','CryptoWallet is attending the events below, and we’re always delighted to meet new people interested in our technology.'),(10381,839,'_text_meet','field_5d1bb2c8dd53f'),(10382,839,'company_1_name',''),(10383,839,'_company_1_name','field_5d1bb2da63856'),(10384,839,'company_1_address',''),(10385,839,'_company_1_address','field_5d1bb2da63857'),(10386,839,'company_1_about',''),(10387,839,'_company_1_about','field_5d1bb32563858'),(10388,839,'company_1',''),(10389,839,'_company_1','field_5d1bb2da63854'),(10390,839,'company_2_name',''),(10391,839,'_company_2_name','field_5d1bb3496385a'),(10392,839,'company_2_address',''),(10393,839,'_company_2_address','field_5d1bb3496385b'),(10394,839,'company_2_about',''),(10395,839,'_company_2_about','field_5d1bb3496385c'),(10396,839,'company_2',''),(10397,839,'_company_2','field_5d1bb34963859'),(10398,839,'company_3_name',''),(10399,839,'_company_3_name','field_5d1bb34b6385e'),(10400,839,'company_3_address',''),(10401,839,'_company_3_address','field_5d1bb34b6385f'),(10402,839,'company_3_about',''),(10403,839,'_company_3_about','field_5d1bb34b63860'),(10404,839,'company_3',''),(10405,839,'_company_3','field_5d1bb34b6385d'),(10406,839,'blocks_0_title','Q1 2019'),(10407,839,'_blocks_0_title','field_5d1b9b0f2f94d'),(10408,839,'blocks_0_text','CryptoWallet was founded in [year], and our staff have worked tirelessly to develop disruptive products and solutions that will help usher in a new era of personal finance. You can read more about our goals below in our Roadmap.'),(10409,839,'_blocks_0_text','field_5d1b9b362f94e'),(10410,839,'blocks_1_title','Q2 2019'),(10411,839,'_blocks_1_title','field_5d1b9b0f2f94d'),(10412,839,'blocks_1_text','CryptoWallet was founded in [year], and our staff have worked tirelessly to develop disruptive products and solutions that will help usher in a new era of personal finance. You can read more about our goals below in our Roadmap.'),(10413,839,'_blocks_1_text','field_5d1b9b362f94e'),(10414,839,'blocks_2_title','Q3 2019'),(10415,839,'_blocks_2_title','field_5d1b9b0f2f94d'),(10416,839,'blocks_2_text','CryptoWallet was founded in [year], and our staff have worked tirelessly to develop disruptive products and solutions that will help usher in a new era of personal finance. You can read more about our goals below in our Roadmap.'),(10417,839,'_blocks_2_text','field_5d1b9b362f94e'),(10418,839,'blocks','3'),(10419,839,'_blocks','field_5d1b9adf2f94c'),(10420,839,'values','8'),(10421,839,'_values','field_5d1cc112229fd'),(10422,839,'careers','3'),(10423,839,'_careers','field_5d1bb076d78bd'),(10424,839,'team','6'),(10425,839,'_team','field_5d1bb16ad78cf'),(10426,839,'companies','3'),(10427,839,'_companies','field_5d1bb2da63854'),(10428,839,'title_values','Values'),(10429,839,'_title_values','field_5d1cc4efc2b1e'),(10430,839,'values_0_image','lamp'),(10431,839,'_values_0_image','field_5d1baeee64511'),(10432,839,'values_0_title','Long-term Thinking'),(10433,839,'_values_0_title','field_5d1bae0d254fb'),(10434,839,'values_0_text','At CryptoWallet, we’re on a mission to build the future with care and attention it deserves.'),(10435,839,'_values_0_text','field_5d1bae0d254fc'),(10436,839,'values_1_image','certified'),(10437,839,'_values_1_image','field_5d1baeee64511'),(10438,839,'values_1_title','Accountability'),(10439,839,'_values_1_title','field_5d1bae0d254fb'),(10440,839,'values_1_text','We hold ourselves to the highest industry standards in everything that we do, and we foster a company culture of responsibility, transparency, and accountability.'),(10441,839,'_values_1_text','field_5d1bae0d254fc'),(10442,839,'values_2_image','eye'),(10443,839,'_values_2_image','field_5d1baeee64511'),(10444,839,'values_2_title','Sharp Focus'),(10445,839,'_values_2_title','field_5d1bae0d254fb'),(10446,839,'values_2_text','We keep a sharp focus to provide buying, trading, storage, and spending solutions for cryptocurrency investors. At CryptoWallet, we keep our eyes on the road ahead.'),(10447,839,'_values_2_text','field_5d1bae0d254fc'),(10448,839,'values_3_image','message'),(10449,839,'_values_3_image','field_5d1baeee64511'),(10450,839,'values_3_title','Open-door Policy'),(10451,839,'_values_3_title','field_5d1bae0d254fb'),(10452,839,'values_3_text','We need to be open to any and all input from our colleagues at all levels as well as our users and supporters. Our door is always open to improvement.'),(10453,839,'_values_3_text','field_5d1bae0d254fc'),(10454,839,'values_4_image','signal'),(10455,839,'_values_4_image','field_5d1baeee64511'),(10456,839,'values_4_title','Adaptability'),(10457,839,'_values_4_title','field_5d1bae0d254fb'),(10458,839,'values_4_text','In a quickly-changing industry, we need to be able to react quickly as well. We adapt, overcome, and deliver.'),(10459,839,'_values_4_text','field_5d1bae0d254fc'),(10460,839,'values_5_image','search'),(10461,839,'_values_5_image','field_5d1baeee64511'),(10462,839,'values_5_title','Always Learning'),(10463,839,'_values_5_title','field_5d1bae0d254fb'),(10464,839,'values_5_text','Knowledge is the best tool at our disposal. We’re always researching and developing the most cutting-edge solutions to emerging problems.'),(10465,839,'_values_5_text','field_5d1bae0d254fc'),(10466,839,'values_6_image','earth'),(10467,839,'_values_6_image','field_5d1baeee64511'),(10468,839,'values_6_title','Pro-Active'),(10469,839,'_values_6_title','field_5d1bae0d254fb'),(10470,839,'values_6_text','Whether we’re developing new ideas, getting in touch with our community, or expanding our staff, we’re in constant motion at CryptoWallet.'),(10471,839,'_values_6_text','field_5d1bae0d254fc'),(10472,839,'values_7_image','moon'),(10473,839,'_values_7_image','field_5d1baeee64511'),(10474,839,'values_7_title','Scientific Dreaming'),(10475,839,'_values_7_title','field_5d1bae0d254fb'),(10476,839,'values_7_text','We pride ourselves on using our imaginations and dreaming big too. Every day is an opportunity to do something amazing.'),(10477,839,'_values_7_text','field_5d1bae0d254fc'),(10478,839,'careers_0_title','Job Title'),(10479,839,'_careers_0_title','field_5d1bb076d78be'),(10480,839,'careers_0_text','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.'),(10481,839,'_careers_0_text','field_5d1bb076d78bf'),(10482,839,'careers_1_title','Job Title'),(10483,839,'_careers_1_title','field_5d1bb076d78be'),(10484,839,'careers_1_text','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.'),(10485,839,'_careers_1_text','field_5d1bb076d78bf'),(10486,839,'careers_2_title','Job Title'),(10487,839,'_careers_2_title','field_5d1bb076d78be'),(10488,839,'careers_2_text','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.'),(10489,839,'_careers_2_text','field_5d1bb076d78bf'),(10490,839,'team_0_photo',''),(10491,839,'_team_0_photo','field_5d1bb194d78d2'),(10492,839,'team_0_name','Name Placeholder'),(10493,839,'_team_0_name','field_5d1bb16ad78d0'),(10494,839,'team_0_role','CEO'),(10495,839,'_team_0_role','field_5d1bb16ad78d1'),(10496,839,'team_1_photo',''),(10497,839,'_team_1_photo','field_5d1bb194d78d2'),(10498,839,'team_1_name','Name Placeholder'),(10499,839,'_team_1_name','field_5d1bb16ad78d0'),(10500,839,'team_1_role','Founder'),(10501,839,'_team_1_role','field_5d1bb16ad78d1'),(10502,839,'team_2_photo',''),(10503,839,'_team_2_photo','field_5d1bb194d78d2'),(10504,839,'team_2_name','Name Placeholder'),(10505,839,'_team_2_name','field_5d1bb16ad78d0'),(10506,839,'team_2_role','CFO'),(10507,839,'_team_2_role','field_5d1bb16ad78d1'),(10508,839,'team_3_photo',''),(10509,839,'_team_3_photo','field_5d1bb194d78d2'),(10510,839,'team_3_name','Name Placeholder'),(10511,839,'_team_3_name','field_5d1bb16ad78d0'),(10512,839,'team_3_role','CTO'),(10513,839,'_team_3_role','field_5d1bb16ad78d1'),(10514,839,'team_4_photo',''),(10515,839,'_team_4_photo','field_5d1bb194d78d2'),(10516,839,'team_4_name','Name Placeholder'),(10517,839,'_team_4_name','field_5d1bb16ad78d0'),(10518,839,'team_4_role','Head of Product'),(10519,839,'_team_4_role','field_5d1bb16ad78d1'),(10520,839,'team_5_photo',''),(10521,839,'_team_5_photo','field_5d1bb194d78d2'),(10522,839,'team_5_name','Name Placeholder'),(10523,839,'_team_5_name','field_5d1bb16ad78d0'),(10524,839,'team_5_role','Head of Marketing'),(10525,839,'_team_5_role','field_5d1bb16ad78d1'),(10526,839,'companies_0_name','Event Title Placeholder'),(10527,839,'_companies_0_name','field_5d1bb2da63856'),(10528,839,'companies_0_address','January 15, 2019 he Ritz Carlton\r\n New York, NY'),(10529,839,'_companies_0_address','field_5d1bb2da63857'),(10530,839,'companies_0_about','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.'),(10531,839,'_companies_0_about','field_5d1bb32563858'),(10532,839,'companies_1_name','Event Title Placeholder'),(10533,839,'_companies_1_name','field_5d1bb2da63856'),(10534,839,'companies_1_address','January 15, 2019 \r\nThe Ritz Carlton\r\n New York, NY'),(10535,839,'_companies_1_address','field_5d1bb2da63857'),(10536,839,'companies_1_about','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.'),(10537,839,'_companies_1_about','field_5d1bb32563858'),(10538,839,'companies_2_name','Event Title Placeholder'),(10539,839,'_companies_2_name','field_5d1bb2da63856'),(10540,839,'companies_2_address','January 15, 2019 \r\nThe Ritz Carlton\r\n New York, NY'),(10541,839,'_companies_2_address','field_5d1bb2da63857'),(10542,839,'companies_2_about','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.'),(10543,839,'_companies_2_about','field_5d1bb32563858'),(10544,839,'show_crypto_funds','0'),(10545,839,'_show_crypto_funds','field_5d1cd58ba65cf'),(10546,840,'subtitle','Buy, trade, store, and spend cryptocurrency'),(10547,840,'_subtitle','field_5d1b9a04bd4ba'),(10548,840,'description','CryptoWallet was founded in [year], and our staff have worked tirelessly to develop disruptive products and solutions that will help usher in a new era of personal finance. You can read more about our goals below in our Roadmap.'),(10549,840,'_description','field_5d1b9a6e30e58'),(10550,840,'block_1_title',''),(10551,840,'_block_1_title','field_5d1b9b0f2f94d'),(10552,840,'block_1_text',''),(10553,840,'_block_1_text','field_5d1b9b362f94e'),(10554,840,'block_1',''),(10555,840,'_block_1','field_5d1b9adf2f94c'),(10556,840,'block_2_title',''),(10557,840,'_block_2_title','field_5d1b9b442f950'),(10558,840,'block_2_text',''),(10559,840,'_block_2_text','field_5d1b9b442f951'),(10560,840,'block_2',''),(10561,840,'_block_2','field_5d1b9b442f94f'),(10562,840,'block_3_title',''),(10563,840,'_block_3_title','field_5d1b9b462f953'),(10564,840,'block_3_text',''),(10565,840,'_block_3_text','field_5d1b9b462f954'),(10566,840,'block_3',''),(10567,840,'_block_3','field_5d1b9b462f952'),(10568,840,'value_1_image','lamp'),(10569,840,'_value_1_image','field_5d1baeee64511'),(10570,840,'value_1_title',''),(10571,840,'_value_1_title','field_5d1bae0d254fb'),(10572,840,'value_1_text',''),(10573,840,'_value_1_text','field_5d1bae0d254fc'),(10574,840,'value_1',''),(10575,840,'_value_1','field_5d1bae0d254fa'),(10576,840,'value_2_image','lamp'),(10577,840,'_value_2_image','field_5d1bafadd789f'),(10578,840,'value_2_title',''),(10579,840,'_value_2_title','field_5d1bafadd78a0'),(10580,840,'value_2_text',''),(10581,840,'_value_2_text','field_5d1bafadd78a1'),(10582,840,'value_2',''),(10583,840,'_value_2','field_5d1bafadd789e'),(10584,840,'value_3_image','lamp'),(10585,840,'_value_3_image','field_5d1bafafd78a3'),(10586,840,'value_3_title',''),(10587,840,'_value_3_title','field_5d1bafafd78a4'),(10588,840,'value_3_text',''),(10589,840,'_value_3_text','field_5d1bafafd78a5'),(10590,840,'value_3',''),(10591,840,'_value_3','field_5d1bafafd78a2'),(10592,840,'value_4_image','lamp'),(10593,840,'_value_4_image','field_5d1bafb1d78a7'),(10594,840,'value_4_title',''),(10595,840,'_value_4_title','field_5d1bafb1d78a8'),(10596,840,'value_4_text',''),(10597,840,'_value_4_text','field_5d1bafb1d78a9'),(10598,840,'value_4',''),(10599,840,'_value_4','field_5d1bafb1d78a6'),(10600,840,'value_5_image','lamp'),(10601,840,'_value_5_image','field_5d1bafb4d78ab'),(10602,840,'value_5_title',''),(10603,840,'_value_5_title','field_5d1bafb4d78ac'),(10604,840,'value_5_text',''),(10605,840,'_value_5_text','field_5d1bafb4d78ad'),(10606,840,'value_5',''),(10607,840,'_value_5','field_5d1bafb4d78aa'),(10608,840,'value_6_image','lamp'),(10609,840,'_value_6_image','field_5d1bafb6d78af'),(10610,840,'value_6_title',''),(10611,840,'_value_6_title','field_5d1bafb6d78b0'),(10612,840,'value_6_text',''),(10613,840,'_value_6_text','field_5d1bafb6d78b1'),(10614,840,'value_6',''),(10615,840,'_value_6','field_5d1bafb6d78ae'),(10616,840,'value_7_image','lamp'),(10617,840,'_value_7_image','field_5d1bafb8d78b3'),(10618,840,'value_7_title',''),(10619,840,'_value_7_title','field_5d1bafb8d78b4'),(10620,840,'value_7_text',''),(10621,840,'_value_7_text','field_5d1bafb8d78b5'),(10622,840,'value_7',''),(10623,840,'_value_7','field_5d1bafb8d78b2'),(10624,840,'value_8_image','lamp'),(10625,840,'_value_8_image','field_5d1bafc9d78b7'),(10626,840,'value_8_title',''),(10627,840,'_value_8_title','field_5d1bafc9d78b8'),(10628,840,'value_8_text',''),(10629,840,'_value_8_text','field_5d1bafc9d78b9'),(10630,840,'value_8',''),(10631,840,'_value_8','field_5d1bafc9d78b6'),(10632,840,'title_join','Join Our Team'),(10633,840,'_title_join','field_5d1bafffd78bb'),(10634,840,'text_join','Working at CryptoWallet, every day is an exciting challenge. We’re on a long-term plan to totally transform the way people store and spend money. We’re helping redefine what the concept of money is. There’s a lot to do, and we’re hiring people who share in our values.\r\n\r\nWe’re a young, dynamic company with big plans and a passionate, friendly team.\r\nThink you’d fit in well here? Take a look at our open positions below.'),(10635,840,'_text_join','field_5d1bb020d78bc'),(10636,840,'career_1_title',''),(10637,840,'_career_1_title','field_5d1bb076d78be'),(10638,840,'career_1_text',''),(10639,840,'_career_1_text','field_5d1bb076d78bf'),(10640,840,'career_1',''),(10641,840,'_career_1','field_5d1bb076d78bd'),(10642,840,'career_2_title',''),(10643,840,'_career_2_title','field_5d1bb0f7d78c8'),(10644,840,'career_2_text',''),(10645,840,'_career_2_text','field_5d1bb0f7d78c9'),(10646,840,'career_2',''),(10647,840,'_career_2','field_5d1bb0f7d78c7'),(10648,840,'career_3_title',''),(10649,840,'_career_3_title','field_5d1bb0f8d78cb'),(10650,840,'career_3_text',''),(10651,840,'_career_3_text','field_5d1bb0f8d78cc'),(10652,840,'career_3',''),(10653,840,'_career_3','field_5d1bb0f8d78ca'),(10654,840,'alert','Don’t see a position that suits? Send us your resume and suggested role at <a href=\"mailto:careers@cryptowallet.com\">careers@cryptowallet.com</a>'),(10655,840,'_alert','field_5d1bb0b8d78c6'),(10656,840,'title_team','Our Team'),(10657,840,'_title_team','field_5d1bb141d78ce'),(10658,840,'member_1_photo',''),(10659,840,'_member_1_photo','field_5d1bb194d78d2'),(10660,840,'member_1_name',''),(10661,840,'_member_1_name','field_5d1bb16ad78d0'),(10662,840,'member_1_role',''),(10663,840,'_member_1_role','field_5d1bb16ad78d1'),(10664,840,'member_1',''),(10665,840,'_member_1','field_5d1bb16ad78cf'),(10666,840,'member_2_photo',''),(10667,840,'_member_2_photo','field_5d1bb1efd78d4'),(10668,840,'member_2_name',''),(10669,840,'_member_2_name','field_5d1bb1efd78d5'),(10670,840,'member_2_role',''),(10671,840,'_member_2_role','field_5d1bb1efd78d6'),(10672,840,'member_2',''),(10673,840,'_member_2','field_5d1bb1efd78d3'),(10674,840,'member_3_photo',''),(10675,840,'_member_3_photo','field_5d1bb25e55268'),(10676,840,'member_3_name',''),(10677,840,'_member_3_name','field_5d1bb25e55269'),(10678,840,'member_3_role',''),(10679,840,'_member_3_role','field_5d1bb25e5526a'),(10680,840,'member_3',''),(10681,840,'_member_3','field_5d1bb25e55267'),(10682,840,'member_4_photo',''),(10683,840,'_member_4_photo','field_5d1bb25f5526c'),(10684,840,'member_4_name',''),(10685,840,'_member_4_name','field_5d1bb25f5526d'),(10686,840,'member_4_role',''),(10687,840,'_member_4_role','field_5d1bb25f5526e'),(10688,840,'member_4',''),(10689,840,'_member_4','field_5d1bb25f5526b'),(10690,840,'member_5_photo',''),(10691,840,'_member_5_photo','field_5d1bb26255270'),(10692,840,'member_5_name',''),(10693,840,'_member_5_name','field_5d1bb26255271'),(10694,840,'member_5_role',''),(10695,840,'_member_5_role','field_5d1bb26255272'),(10696,840,'member_5',''),(10697,840,'_member_5','field_5d1bb2625526f'),(10698,840,'member_6_photo',''),(10699,840,'_member_6_photo','field_5d1bb26655274'),(10700,840,'member_6_name',''),(10701,840,'_member_6_name','field_5d1bb26655275'),(10702,840,'member_6_role',''),(10703,840,'_member_6_role','field_5d1bb26655276'),(10704,840,'member_6',''),(10705,840,'_member_6','field_5d1bb26655273'),(10706,840,'title_meet','Come meet us'),(10707,840,'_title_meet','field_5d1bb2a4dd53e'),(10708,840,'text_meet','CryptoWallet is attending the events below, and we’re always delighted to meet new people interested in our technology.'),(10709,840,'_text_meet','field_5d1bb2c8dd53f'),(10710,840,'company_1_name',''),(10711,840,'_company_1_name','field_5d1bb2da63856'),(10712,840,'company_1_address',''),(10713,840,'_company_1_address','field_5d1bb2da63857'),(10714,840,'company_1_about',''),(10715,840,'_company_1_about','field_5d1bb32563858'),(10716,840,'company_1',''),(10717,840,'_company_1','field_5d1bb2da63854'),(10718,840,'company_2_name',''),(10719,840,'_company_2_name','field_5d1bb3496385a'),(10720,840,'company_2_address',''),(10721,840,'_company_2_address','field_5d1bb3496385b'),(10722,840,'company_2_about',''),(10723,840,'_company_2_about','field_5d1bb3496385c'),(10724,840,'company_2',''),(10725,840,'_company_2','field_5d1bb34963859'),(10726,840,'company_3_name',''),(10727,840,'_company_3_name','field_5d1bb34b6385e'),(10728,840,'company_3_address',''),(10729,840,'_company_3_address','field_5d1bb34b6385f'),(10730,840,'company_3_about',''),(10731,840,'_company_3_about','field_5d1bb34b63860'),(10732,840,'company_3',''),(10733,840,'_company_3','field_5d1bb34b6385d'),(10734,840,'blocks_0_title','Q1 2019'),(10735,840,'_blocks_0_title','field_5d1b9b0f2f94d'),(10736,840,'blocks_0_text','CryptoWallet was founded in [year], and our staff have worked tirelessly to develop disruptive products and solutions that will help usher in a new era of personal finance. You can read more about our goals below in our Roadmap.'),(10737,840,'_blocks_0_text','field_5d1b9b362f94e'),(10738,840,'blocks_1_title','Q2 2019'),(10739,840,'_blocks_1_title','field_5d1b9b0f2f94d'),(10740,840,'blocks_1_text','CryptoWallet was founded in [year], and our staff have worked tirelessly to develop disruptive products and solutions that will help usher in a new era of personal finance. You can read more about our goals below in our Roadmap.'),(10741,840,'_blocks_1_text','field_5d1b9b362f94e'),(10742,840,'blocks_2_title','Q3 2019'),(10743,840,'_blocks_2_title','field_5d1b9b0f2f94d'),(10744,840,'blocks_2_text','CryptoWallet was founded in [year], and our staff have worked tirelessly to develop disruptive products and solutions that will help usher in a new era of personal finance. You can read more about our goals below in our Roadmap.'),(10745,840,'_blocks_2_text','field_5d1b9b362f94e'),(10746,840,'blocks','3'),(10747,840,'_blocks','field_5d1b9adf2f94c'),(10748,840,'values','8'),(10749,840,'_values','field_5d1cc112229fd'),(10750,840,'careers','3'),(10751,840,'_careers','field_5d1bb076d78bd'),(10752,840,'team','6'),(10753,840,'_team','field_5d1bb16ad78cf'),(10754,840,'companies','3'),(10755,840,'_companies','field_5d1bb2da63854'),(10756,840,'title_values','Values'),(10757,840,'_title_values','field_5d1cc4efc2b1e'),(10758,840,'values_0_image','lamp'),(10759,840,'_values_0_image','field_5d1baeee64511'),(10760,840,'values_0_title','Long-term Thinking'),(10761,840,'_values_0_title','field_5d1bae0d254fb'),(10762,840,'values_0_text','At CryptoWallet, we’re on a mission to build the future with care and attention it deserves.'),(10763,840,'_values_0_text','field_5d1bae0d254fc'),(10764,840,'values_1_image','certified'),(10765,840,'_values_1_image','field_5d1baeee64511'),(10766,840,'values_1_title','Accountability'),(10767,840,'_values_1_title','field_5d1bae0d254fb'),(10768,840,'values_1_text','We hold ourselves to the highest industry standards in everything that we do, and we foster a company culture of responsibility, transparency, and accountability.'),(10769,840,'_values_1_text','field_5d1bae0d254fc'),(10770,840,'values_2_image','eye'),(10771,840,'_values_2_image','field_5d1baeee64511'),(10772,840,'values_2_title','Sharp Focus'),(10773,840,'_values_2_title','field_5d1bae0d254fb'),(10774,840,'values_2_text','We keep a sharp focus to provide buying, trading, storage, and spending solutions for cryptocurrency investors. At CryptoWallet, we keep our eyes on the road ahead.'),(10775,840,'_values_2_text','field_5d1bae0d254fc'),(10776,840,'values_3_image','message'),(10777,840,'_values_3_image','field_5d1baeee64511'),(10778,840,'values_3_title','Open-door Policy'),(10779,840,'_values_3_title','field_5d1bae0d254fb'),(10780,840,'values_3_text','We need to be open to any and all input from our colleagues at all levels as well as our users and supporters. Our door is always open to improvement.'),(10781,840,'_values_3_text','field_5d1bae0d254fc'),(10782,840,'values_4_image','signal'),(10783,840,'_values_4_image','field_5d1baeee64511'),(10784,840,'values_4_title','Adaptability'),(10785,840,'_values_4_title','field_5d1bae0d254fb'),(10786,840,'values_4_text','In a quickly-changing industry, we need to be able to react quickly as well. We adapt, overcome, and deliver.'),(10787,840,'_values_4_text','field_5d1bae0d254fc'),(10788,840,'values_5_image','search'),(10789,840,'_values_5_image','field_5d1baeee64511'),(10790,840,'values_5_title','Always Learning'),(10791,840,'_values_5_title','field_5d1bae0d254fb'),(10792,840,'values_5_text','Knowledge is the best tool at our disposal. We’re always researching and developing the most cutting-edge solutions to emerging problems.'),(10793,840,'_values_5_text','field_5d1bae0d254fc'),(10794,840,'values_6_image','earth'),(10795,840,'_values_6_image','field_5d1baeee64511'),(10796,840,'values_6_title','Pro-Active'),(10797,840,'_values_6_title','field_5d1bae0d254fb'),(10798,840,'values_6_text','Whether we’re developing new ideas, getting in touch with our community, or expanding our staff, we’re in constant motion at CryptoWallet.'),(10799,840,'_values_6_text','field_5d1bae0d254fc'),(10800,840,'values_7_image','moon'),(10801,840,'_values_7_image','field_5d1baeee64511'),(10802,840,'values_7_title','Scientific Dreaming'),(10803,840,'_values_7_title','field_5d1bae0d254fb'),(10804,840,'values_7_text','We pride ourselves on using our imaginations and dreaming big too. Every day is an opportunity to do something amazing.'),(10805,840,'_values_7_text','field_5d1bae0d254fc'),(10806,840,'careers_0_title','Job Title'),(10807,840,'_careers_0_title','field_5d1bb076d78be'),(10808,840,'careers_0_text','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.'),(10809,840,'_careers_0_text','field_5d1bb076d78bf'),(10810,840,'careers_1_title','Job Title'),(10811,840,'_careers_1_title','field_5d1bb076d78be'),(10812,840,'careers_1_text','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.'),(10813,840,'_careers_1_text','field_5d1bb076d78bf'),(10814,840,'careers_2_title','Job Title'),(10815,840,'_careers_2_title','field_5d1bb076d78be'),(10816,840,'careers_2_text','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.'),(10817,840,'_careers_2_text','field_5d1bb076d78bf'),(10818,840,'team_0_photo',''),(10819,840,'_team_0_photo','field_5d1bb194d78d2'),(10820,840,'team_0_name','Name Placeholder'),(10821,840,'_team_0_name','field_5d1bb16ad78d0'),(10822,840,'team_0_role','CEO'),(10823,840,'_team_0_role','field_5d1bb16ad78d1'),(10824,840,'team_1_photo',''),(10825,840,'_team_1_photo','field_5d1bb194d78d2'),(10826,840,'team_1_name','Name Placeholder'),(10827,840,'_team_1_name','field_5d1bb16ad78d0'),(10828,840,'team_1_role','Founder'),(10829,840,'_team_1_role','field_5d1bb16ad78d1'),(10830,840,'team_2_photo',''),(10831,840,'_team_2_photo','field_5d1bb194d78d2'),(10832,840,'team_2_name','Name Placeholder'),(10833,840,'_team_2_name','field_5d1bb16ad78d0'),(10834,840,'team_2_role','CFO'),(10835,840,'_team_2_role','field_5d1bb16ad78d1'),(10836,840,'team_3_photo',''),(10837,840,'_team_3_photo','field_5d1bb194d78d2'),(10838,840,'team_3_name','Name Placeholder'),(10839,840,'_team_3_name','field_5d1bb16ad78d0'),(10840,840,'team_3_role','CTO'),(10841,840,'_team_3_role','field_5d1bb16ad78d1'),(10842,840,'team_4_photo',''),(10843,840,'_team_4_photo','field_5d1bb194d78d2'),(10844,840,'team_4_name','Name Placeholder'),(10845,840,'_team_4_name','field_5d1bb16ad78d0'),(10846,840,'team_4_role','Head of Product'),(10847,840,'_team_4_role','field_5d1bb16ad78d1'),(10848,840,'team_5_photo',''),(10849,840,'_team_5_photo','field_5d1bb194d78d2'),(10850,840,'team_5_name','Name Placeholder'),(10851,840,'_team_5_name','field_5d1bb16ad78d0'),(10852,840,'team_5_role','Head of Marketing'),(10853,840,'_team_5_role','field_5d1bb16ad78d1'),(10854,840,'companies_0_name','Event Title Placeholder'),(10855,840,'_companies_0_name','field_5d1bb2da63856'),(10856,840,'companies_0_address','January 15, 2019\r\nT he Ritz Carlton\r\n New York, NY'),(10857,840,'_companies_0_address','field_5d1bb2da63857'),(10858,840,'companies_0_about','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.'),(10859,840,'_companies_0_about','field_5d1bb32563858'),(10860,840,'companies_1_name','Event Title Placeholder'),(10861,840,'_companies_1_name','field_5d1bb2da63856'),(10862,840,'companies_1_address','January 15, 2019\r\nT he Ritz Carlton\r\n New York, NY'),(10863,840,'_companies_1_address','field_5d1bb2da63857'),(10864,840,'companies_1_about','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.'),(10865,840,'_companies_1_about','field_5d1bb32563858'),(10866,840,'companies_2_name','Event Title Placeholder'),(10867,840,'_companies_2_name','field_5d1bb2da63856'),(10868,840,'companies_2_address','January 15, 2019\r\nT he Ritz Carlton\r\n New York, NY'),(10869,840,'_companies_2_address','field_5d1bb2da63857'),(10870,840,'companies_2_about','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.'),(10871,840,'_companies_2_about','field_5d1bb32563858'),(10872,840,'show_crypto_funds','0'),(10873,840,'_show_crypto_funds','field_5d1cd58ba65cf'),(10874,841,'subtitle','Buy, trade, store, and spend cryptocurrency'),(10875,841,'_subtitle','field_5d1b9a04bd4ba'),(10876,841,'description','CryptoWallet was founded in [year], and our staff have worked tirelessly to develop disruptive products and solutions that will help usher in a new era of personal finance. You can read more about our goals below in our Roadmap.'),(10877,841,'_description','field_5d1b9a6e30e58'),(10878,841,'block_1_title',''),(10879,841,'_block_1_title','field_5d1b9b0f2f94d'),(10880,841,'block_1_text',''),(10881,841,'_block_1_text','field_5d1b9b362f94e'),(10882,841,'block_1',''),(10883,841,'_block_1','field_5d1b9adf2f94c'),(10884,841,'block_2_title',''),(10885,841,'_block_2_title','field_5d1b9b442f950'),(10886,841,'block_2_text',''),(10887,841,'_block_2_text','field_5d1b9b442f951'),(10888,841,'block_2',''),(10889,841,'_block_2','field_5d1b9b442f94f'),(10890,841,'block_3_title',''),(10891,841,'_block_3_title','field_5d1b9b462f953'),(10892,841,'block_3_text',''),(10893,841,'_block_3_text','field_5d1b9b462f954'),(10894,841,'block_3',''),(10895,841,'_block_3','field_5d1b9b462f952'),(10896,841,'value_1_image','lamp'),(10897,841,'_value_1_image','field_5d1baeee64511'),(10898,841,'value_1_title',''),(10899,841,'_value_1_title','field_5d1bae0d254fb'),(10900,841,'value_1_text',''),(10901,841,'_value_1_text','field_5d1bae0d254fc'),(10902,841,'value_1',''),(10903,841,'_value_1','field_5d1bae0d254fa'),(10904,841,'value_2_image','lamp'),(10905,841,'_value_2_image','field_5d1bafadd789f'),(10906,841,'value_2_title',''),(10907,841,'_value_2_title','field_5d1bafadd78a0'),(10908,841,'value_2_text',''),(10909,841,'_value_2_text','field_5d1bafadd78a1'),(10910,841,'value_2',''),(10911,841,'_value_2','field_5d1bafadd789e'),(10912,841,'value_3_image','lamp'),(10913,841,'_value_3_image','field_5d1bafafd78a3'),(10914,841,'value_3_title',''),(10915,841,'_value_3_title','field_5d1bafafd78a4'),(10916,841,'value_3_text',''),(10917,841,'_value_3_text','field_5d1bafafd78a5'),(10918,841,'value_3',''),(10919,841,'_value_3','field_5d1bafafd78a2'),(10920,841,'value_4_image','lamp'),(10921,841,'_value_4_image','field_5d1bafb1d78a7'),(10922,841,'value_4_title',''),(10923,841,'_value_4_title','field_5d1bafb1d78a8'),(10924,841,'value_4_text',''),(10925,841,'_value_4_text','field_5d1bafb1d78a9'),(10926,841,'value_4',''),(10927,841,'_value_4','field_5d1bafb1d78a6'),(10928,841,'value_5_image','lamp'),(10929,841,'_value_5_image','field_5d1bafb4d78ab'),(10930,841,'value_5_title',''),(10931,841,'_value_5_title','field_5d1bafb4d78ac'),(10932,841,'value_5_text',''),(10933,841,'_value_5_text','field_5d1bafb4d78ad'),(10934,841,'value_5',''),(10935,841,'_value_5','field_5d1bafb4d78aa'),(10936,841,'value_6_image','lamp'),(10937,841,'_value_6_image','field_5d1bafb6d78af'),(10938,841,'value_6_title',''),(10939,841,'_value_6_title','field_5d1bafb6d78b0'),(10940,841,'value_6_text',''),(10941,841,'_value_6_text','field_5d1bafb6d78b1'),(10942,841,'value_6',''),(10943,841,'_value_6','field_5d1bafb6d78ae'),(10944,841,'value_7_image','lamp'),(10945,841,'_value_7_image','field_5d1bafb8d78b3'),(10946,841,'value_7_title',''),(10947,841,'_value_7_title','field_5d1bafb8d78b4'),(10948,841,'value_7_text',''),(10949,841,'_value_7_text','field_5d1bafb8d78b5'),(10950,841,'value_7',''),(10951,841,'_value_7','field_5d1bafb8d78b2'),(10952,841,'value_8_image','lamp'),(10953,841,'_value_8_image','field_5d1bafc9d78b7'),(10954,841,'value_8_title',''),(10955,841,'_value_8_title','field_5d1bafc9d78b8'),(10956,841,'value_8_text',''),(10957,841,'_value_8_text','field_5d1bafc9d78b9'),(10958,841,'value_8',''),(10959,841,'_value_8','field_5d1bafc9d78b6'),(10960,841,'title_join','Join Our Team'),(10961,841,'_title_join','field_5d1bafffd78bb'),(10962,841,'text_join','Working at CryptoWallet, every day is an exciting challenge. We’re on a long-term plan to totally transform the way people store and spend money. We’re helping redefine what the concept of money is. There’s a lot to do, and we’re hiring people who share in our values.\r\n\r\nWe’re a young, dynamic company with big plans and a passionate, friendly team.\r\nThink you’d fit in well here? Take a look at our open positions below.'),(10963,841,'_text_join','field_5d1bb020d78bc'),(10964,841,'career_1_title',''),(10965,841,'_career_1_title','field_5d1bb076d78be'),(10966,841,'career_1_text',''),(10967,841,'_career_1_text','field_5d1bb076d78bf'),(10968,841,'career_1',''),(10969,841,'_career_1','field_5d1bb076d78bd'),(10970,841,'career_2_title',''),(10971,841,'_career_2_title','field_5d1bb0f7d78c8'),(10972,841,'career_2_text',''),(10973,841,'_career_2_text','field_5d1bb0f7d78c9'),(10974,841,'career_2',''),(10975,841,'_career_2','field_5d1bb0f7d78c7'),(10976,841,'career_3_title',''),(10977,841,'_career_3_title','field_5d1bb0f8d78cb'),(10978,841,'career_3_text',''),(10979,841,'_career_3_text','field_5d1bb0f8d78cc'),(10980,841,'career_3',''),(10981,841,'_career_3','field_5d1bb0f8d78ca'),(10982,841,'alert','Don’t see a position that suits? Send us your resume and suggested role at <a href=\"mailto:careers@cryptowallet.com\">careers@cryptowallet.com</a>'),(10983,841,'_alert','field_5d1bb0b8d78c6'),(10984,841,'title_team','Our Team'),(10985,841,'_title_team','field_5d1bb141d78ce'),(10986,841,'member_1_photo',''),(10987,841,'_member_1_photo','field_5d1bb194d78d2'),(10988,841,'member_1_name',''),(10989,841,'_member_1_name','field_5d1bb16ad78d0'),(10990,841,'member_1_role',''),(10991,841,'_member_1_role','field_5d1bb16ad78d1'),(10992,841,'member_1',''),(10993,841,'_member_1','field_5d1bb16ad78cf'),(10994,841,'member_2_photo',''),(10995,841,'_member_2_photo','field_5d1bb1efd78d4'),(10996,841,'member_2_name',''),(10997,841,'_member_2_name','field_5d1bb1efd78d5'),(10998,841,'member_2_role',''),(10999,841,'_member_2_role','field_5d1bb1efd78d6'),(11000,841,'member_2',''),(11001,841,'_member_2','field_5d1bb1efd78d3'),(11002,841,'member_3_photo',''),(11003,841,'_member_3_photo','field_5d1bb25e55268'),(11004,841,'member_3_name',''),(11005,841,'_member_3_name','field_5d1bb25e55269'),(11006,841,'member_3_role',''),(11007,841,'_member_3_role','field_5d1bb25e5526a'),(11008,841,'member_3',''),(11009,841,'_member_3','field_5d1bb25e55267'),(11010,841,'member_4_photo',''),(11011,841,'_member_4_photo','field_5d1bb25f5526c'),(11012,841,'member_4_name',''),(11013,841,'_member_4_name','field_5d1bb25f5526d'),(11014,841,'member_4_role',''),(11015,841,'_member_4_role','field_5d1bb25f5526e'),(11016,841,'member_4',''),(11017,841,'_member_4','field_5d1bb25f5526b'),(11018,841,'member_5_photo',''),(11019,841,'_member_5_photo','field_5d1bb26255270'),(11020,841,'member_5_name',''),(11021,841,'_member_5_name','field_5d1bb26255271'),(11022,841,'member_5_role',''),(11023,841,'_member_5_role','field_5d1bb26255272'),(11024,841,'member_5',''),(11025,841,'_member_5','field_5d1bb2625526f'),(11026,841,'member_6_photo',''),(11027,841,'_member_6_photo','field_5d1bb26655274'),(11028,841,'member_6_name',''),(11029,841,'_member_6_name','field_5d1bb26655275'),(11030,841,'member_6_role',''),(11031,841,'_member_6_role','field_5d1bb26655276'),(11032,841,'member_6',''),(11033,841,'_member_6','field_5d1bb26655273'),(11034,841,'title_meet','Come meet us'),(11035,841,'_title_meet','field_5d1bb2a4dd53e'),(11036,841,'text_meet','CryptoWallet is attending the events below, and we’re always delighted to meet new people interested in our technology.'),(11037,841,'_text_meet','field_5d1bb2c8dd53f'),(11038,841,'company_1_name',''),(11039,841,'_company_1_name','field_5d1bb2da63856'),(11040,841,'company_1_address',''),(11041,841,'_company_1_address','field_5d1bb2da63857'),(11042,841,'company_1_about',''),(11043,841,'_company_1_about','field_5d1bb32563858'),(11044,841,'company_1',''),(11045,841,'_company_1','field_5d1bb2da63854'),(11046,841,'company_2_name',''),(11047,841,'_company_2_name','field_5d1bb3496385a'),(11048,841,'company_2_address',''),(11049,841,'_company_2_address','field_5d1bb3496385b'),(11050,841,'company_2_about',''),(11051,841,'_company_2_about','field_5d1bb3496385c'),(11052,841,'company_2',''),(11053,841,'_company_2','field_5d1bb34963859'),(11054,841,'company_3_name',''),(11055,841,'_company_3_name','field_5d1bb34b6385e'),(11056,841,'company_3_address',''),(11057,841,'_company_3_address','field_5d1bb34b6385f'),(11058,841,'company_3_about',''),(11059,841,'_company_3_about','field_5d1bb34b63860'),(11060,841,'company_3',''),(11061,841,'_company_3','field_5d1bb34b6385d'),(11062,841,'blocks_0_title','Q1 2019'),(11063,841,'_blocks_0_title','field_5d1b9b0f2f94d'),(11064,841,'blocks_0_text','CryptoWallet was founded in [year], and our staff have worked tirelessly to develop disruptive products and solutions that will help usher in a new era of personal finance. You can read more about our goals below in our Roadmap.'),(11065,841,'_blocks_0_text','field_5d1b9b362f94e'),(11066,841,'blocks_1_title','Q2 2019'),(11067,841,'_blocks_1_title','field_5d1b9b0f2f94d'),(11068,841,'blocks_1_text','CryptoWallet was founded in [year], and our staff have worked tirelessly to develop disruptive products and solutions that will help usher in a new era of personal finance. You can read more about our goals below in our Roadmap.'),(11069,841,'_blocks_1_text','field_5d1b9b362f94e'),(11070,841,'blocks_2_title','Q3 2019'),(11071,841,'_blocks_2_title','field_5d1b9b0f2f94d'),(11072,841,'blocks_2_text','CryptoWallet was founded in [year], and our staff have worked tirelessly to develop disruptive products and solutions that will help usher in a new era of personal finance. You can read more about our goals below in our Roadmap.'),(11073,841,'_blocks_2_text','field_5d1b9b362f94e'),(11074,841,'blocks','3'),(11075,841,'_blocks','field_5d1b9adf2f94c'),(11076,841,'values','8'),(11077,841,'_values','field_5d1cc112229fd'),(11078,841,'careers','3'),(11079,841,'_careers','field_5d1bb076d78bd'),(11080,841,'team','6'),(11081,841,'_team','field_5d1bb16ad78cf'),(11082,841,'companies','3'),(11083,841,'_companies','field_5d1bb2da63854'),(11084,841,'title_values','Values'),(11085,841,'_title_values','field_5d1cc4efc2b1e'),(11086,841,'values_0_image','lamp'),(11087,841,'_values_0_image','field_5d1baeee64511'),(11088,841,'values_0_title','Long-term Thinking'),(11089,841,'_values_0_title','field_5d1bae0d254fb'),(11090,841,'values_0_text','At CryptoWallet, we’re on a mission to build the future with care and attention it deserves.'),(11091,841,'_values_0_text','field_5d1bae0d254fc'),(11092,841,'values_1_image','certified'),(11093,841,'_values_1_image','field_5d1baeee64511'),(11094,841,'values_1_title','Accountability'),(11095,841,'_values_1_title','field_5d1bae0d254fb'),(11096,841,'values_1_text','We hold ourselves to the highest industry standards in everything that we do, and we foster a company culture of responsibility, transparency, and accountability.'),(11097,841,'_values_1_text','field_5d1bae0d254fc'),(11098,841,'values_2_image','eye'),(11099,841,'_values_2_image','field_5d1baeee64511'),(11100,841,'values_2_title','Sharp Focus'),(11101,841,'_values_2_title','field_5d1bae0d254fb'),(11102,841,'values_2_text','We keep a sharp focus to provide buying, trading, storage, and spending solutions for cryptocurrency investors. At CryptoWallet, we keep our eyes on the road ahead.'),(11103,841,'_values_2_text','field_5d1bae0d254fc'),(11104,841,'values_3_image','message'),(11105,841,'_values_3_image','field_5d1baeee64511'),(11106,841,'values_3_title','Open-door Policy'),(11107,841,'_values_3_title','field_5d1bae0d254fb'),(11108,841,'values_3_text','We need to be open to any and all input from our colleagues at all levels as well as our users and supporters. Our door is always open to improvement.'),(11109,841,'_values_3_text','field_5d1bae0d254fc'),(11110,841,'values_4_image','signal'),(11111,841,'_values_4_image','field_5d1baeee64511'),(11112,841,'values_4_title','Adaptability'),(11113,841,'_values_4_title','field_5d1bae0d254fb'),(11114,841,'values_4_text','In a quickly-changing industry, we need to be able to react quickly as well. We adapt, overcome, and deliver.'),(11115,841,'_values_4_text','field_5d1bae0d254fc'),(11116,841,'values_5_image','search'),(11117,841,'_values_5_image','field_5d1baeee64511'),(11118,841,'values_5_title','Always Learning'),(11119,841,'_values_5_title','field_5d1bae0d254fb'),(11120,841,'values_5_text','Knowledge is the best tool at our disposal. We’re always researching and developing the most cutting-edge solutions to emerging problems.'),(11121,841,'_values_5_text','field_5d1bae0d254fc'),(11122,841,'values_6_image','earth'),(11123,841,'_values_6_image','field_5d1baeee64511'),(11124,841,'values_6_title','Pro-Active'),(11125,841,'_values_6_title','field_5d1bae0d254fb'),(11126,841,'values_6_text','Whether we’re developing new ideas, getting in touch with our community, or expanding our staff, we’re in constant motion at CryptoWallet.'),(11127,841,'_values_6_text','field_5d1bae0d254fc'),(11128,841,'values_7_image','moon'),(11129,841,'_values_7_image','field_5d1baeee64511'),(11130,841,'values_7_title','Scientific Dreaming'),(11131,841,'_values_7_title','field_5d1bae0d254fb'),(11132,841,'values_7_text','We pride ourselves on using our imaginations and dreaming big too. Every day is an opportunity to do something amazing.'),(11133,841,'_values_7_text','field_5d1bae0d254fc'),(11134,841,'careers_0_title','Job Title'),(11135,841,'_careers_0_title','field_5d1bb076d78be'),(11136,841,'careers_0_text','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.'),(11137,841,'_careers_0_text','field_5d1bb076d78bf'),(11138,841,'careers_1_title','Job Title'),(11139,841,'_careers_1_title','field_5d1bb076d78be'),(11140,841,'careers_1_text','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.'),(11141,841,'_careers_1_text','field_5d1bb076d78bf'),(11142,841,'careers_2_title','Job Title'),(11143,841,'_careers_2_title','field_5d1bb076d78be'),(11144,841,'careers_2_text','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.'),(11145,841,'_careers_2_text','field_5d1bb076d78bf'),(11146,841,'team_0_photo',''),(11147,841,'_team_0_photo','field_5d1bb194d78d2'),(11148,841,'team_0_name','Name Placeholder'),(11149,841,'_team_0_name','field_5d1bb16ad78d0'),(11150,841,'team_0_role','CEO'),(11151,841,'_team_0_role','field_5d1bb16ad78d1'),(11152,841,'team_1_photo',''),(11153,841,'_team_1_photo','field_5d1bb194d78d2'),(11154,841,'team_1_name','Name Placeholder'),(11155,841,'_team_1_name','field_5d1bb16ad78d0'),(11156,841,'team_1_role','Founder'),(11157,841,'_team_1_role','field_5d1bb16ad78d1'),(11158,841,'team_2_photo',''),(11159,841,'_team_2_photo','field_5d1bb194d78d2'),(11160,841,'team_2_name','Name Placeholder'),(11161,841,'_team_2_name','field_5d1bb16ad78d0'),(11162,841,'team_2_role','CFO'),(11163,841,'_team_2_role','field_5d1bb16ad78d1'),(11164,841,'team_3_photo',''),(11165,841,'_team_3_photo','field_5d1bb194d78d2'),(11166,841,'team_3_name','Name Placeholder'),(11167,841,'_team_3_name','field_5d1bb16ad78d0'),(11168,841,'team_3_role','CTO'),(11169,841,'_team_3_role','field_5d1bb16ad78d1'),(11170,841,'team_4_photo',''),(11171,841,'_team_4_photo','field_5d1bb194d78d2'),(11172,841,'team_4_name','Name Placeholder'),(11173,841,'_team_4_name','field_5d1bb16ad78d0'),(11174,841,'team_4_role','Head of Product'),(11175,841,'_team_4_role','field_5d1bb16ad78d1'),(11176,841,'team_5_photo',''),(11177,841,'_team_5_photo','field_5d1bb194d78d2'),(11178,841,'team_5_name','Name Placeholder'),(11179,841,'_team_5_name','field_5d1bb16ad78d0'),(11180,841,'team_5_role','Head of Marketing'),(11181,841,'_team_5_role','field_5d1bb16ad78d1'),(11182,841,'companies_0_name','Event Title Placeholder'),(11183,841,'_companies_0_name','field_5d1bb2da63856'),(11184,841,'companies_0_address','January 15, 2019\r\nTe Ritz Carltonew York, NY'),(11185,841,'_companies_0_address','field_5d1bb2da63857'),(11186,841,'companies_0_about','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.'),(11187,841,'_companies_0_about','field_5d1bb32563858'),(11188,841,'companies_1_name','Event Title Placeholder'),(11189,841,'_companies_1_name','field_5d1bb2da63856'),(11190,841,'companies_1_address','January 15, 2019\r\nT he Ritz Carlton\r\n New York, NY'),(11191,841,'_companies_1_address','field_5d1bb2da63857'),(11192,841,'companies_1_about','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.'),(11193,841,'_companies_1_about','field_5d1bb32563858'),(11194,841,'companies_2_name','Event Title Placeholder'),(11195,841,'_companies_2_name','field_5d1bb2da63856'),(11196,841,'companies_2_address','January 15, 2019\r\nT he Ritz Carlton\r\n New York, NY'),(11197,841,'_companies_2_address','field_5d1bb2da63857'),(11198,841,'companies_2_about','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.'),(11199,841,'_companies_2_about','field_5d1bb32563858'),(11200,841,'show_crypto_funds','0'),(11201,841,'_show_crypto_funds','field_5d1cd58ba65cf'),(11202,842,'subtitle','Buy, trade, store, and spend cryptocurrency'),(11203,842,'_subtitle','field_5d1b9a04bd4ba'),(11204,842,'description','CryptoWallet was founded in [year], and our staff have worked tirelessly to develop disruptive products and solutions that will help usher in a new era of personal finance. You can read more about our goals below in our Roadmap.'),(11205,842,'_description','field_5d1b9a6e30e58'),(11206,842,'block_1_title',''),(11207,842,'_block_1_title','field_5d1b9b0f2f94d'),(11208,842,'block_1_text',''),(11209,842,'_block_1_text','field_5d1b9b362f94e'),(11210,842,'block_1',''),(11211,842,'_block_1','field_5d1b9adf2f94c'),(11212,842,'block_2_title',''),(11213,842,'_block_2_title','field_5d1b9b442f950'),(11214,842,'block_2_text',''),(11215,842,'_block_2_text','field_5d1b9b442f951'),(11216,842,'block_2',''),(11217,842,'_block_2','field_5d1b9b442f94f'),(11218,842,'block_3_title',''),(11219,842,'_block_3_title','field_5d1b9b462f953'),(11220,842,'block_3_text',''),(11221,842,'_block_3_text','field_5d1b9b462f954'),(11222,842,'block_3',''),(11223,842,'_block_3','field_5d1b9b462f952'),(11224,842,'value_1_image','lamp'),(11225,842,'_value_1_image','field_5d1baeee64511'),(11226,842,'value_1_title',''),(11227,842,'_value_1_title','field_5d1bae0d254fb'),(11228,842,'value_1_text',''),(11229,842,'_value_1_text','field_5d1bae0d254fc'),(11230,842,'value_1',''),(11231,842,'_value_1','field_5d1bae0d254fa'),(11232,842,'value_2_image','lamp'),(11233,842,'_value_2_image','field_5d1bafadd789f'),(11234,842,'value_2_title',''),(11235,842,'_value_2_title','field_5d1bafadd78a0'),(11236,842,'value_2_text',''),(11237,842,'_value_2_text','field_5d1bafadd78a1'),(11238,842,'value_2',''),(11239,842,'_value_2','field_5d1bafadd789e'),(11240,842,'value_3_image','lamp'),(11241,842,'_value_3_image','field_5d1bafafd78a3'),(11242,842,'value_3_title',''),(11243,842,'_value_3_title','field_5d1bafafd78a4'),(11244,842,'value_3_text',''),(11245,842,'_value_3_text','field_5d1bafafd78a5'),(11246,842,'value_3',''),(11247,842,'_value_3','field_5d1bafafd78a2'),(11248,842,'value_4_image','lamp'),(11249,842,'_value_4_image','field_5d1bafb1d78a7'),(11250,842,'value_4_title',''),(11251,842,'_value_4_title','field_5d1bafb1d78a8'),(11252,842,'value_4_text',''),(11253,842,'_value_4_text','field_5d1bafb1d78a9'),(11254,842,'value_4',''),(11255,842,'_value_4','field_5d1bafb1d78a6'),(11256,842,'value_5_image','lamp'),(11257,842,'_value_5_image','field_5d1bafb4d78ab'),(11258,842,'value_5_title',''),(11259,842,'_value_5_title','field_5d1bafb4d78ac'),(11260,842,'value_5_text',''),(11261,842,'_value_5_text','field_5d1bafb4d78ad'),(11262,842,'value_5',''),(11263,842,'_value_5','field_5d1bafb4d78aa'),(11264,842,'value_6_image','lamp'),(11265,842,'_value_6_image','field_5d1bafb6d78af'),(11266,842,'value_6_title',''),(11267,842,'_value_6_title','field_5d1bafb6d78b0'),(11268,842,'value_6_text',''),(11269,842,'_value_6_text','field_5d1bafb6d78b1'),(11270,842,'value_6',''),(11271,842,'_value_6','field_5d1bafb6d78ae'),(11272,842,'value_7_image','lamp'),(11273,842,'_value_7_image','field_5d1bafb8d78b3'),(11274,842,'value_7_title',''),(11275,842,'_value_7_title','field_5d1bafb8d78b4'),(11276,842,'value_7_text',''),(11277,842,'_value_7_text','field_5d1bafb8d78b5'),(11278,842,'value_7',''),(11279,842,'_value_7','field_5d1bafb8d78b2'),(11280,842,'value_8_image','lamp'),(11281,842,'_value_8_image','field_5d1bafc9d78b7'),(11282,842,'value_8_title',''),(11283,842,'_value_8_title','field_5d1bafc9d78b8'),(11284,842,'value_8_text',''),(11285,842,'_value_8_text','field_5d1bafc9d78b9'),(11286,842,'value_8',''),(11287,842,'_value_8','field_5d1bafc9d78b6'),(11288,842,'title_join','Join Our Team'),(11289,842,'_title_join','field_5d1bafffd78bb'),(11290,842,'text_join','Working at CryptoWallet, every day is an exciting challenge. We’re on a long-term plan to totally transform the way people store and spend money. We’re helping redefine what the concept of money is. There’s a lot to do, and we’re hiring people who share in our values.\r\n\r\nWe’re a young, dynamic company with big plans and a passionate, friendly team.\r\nThink you’d fit in well here? Take a look at our open positions below.'),(11291,842,'_text_join','field_5d1bb020d78bc'),(11292,842,'career_1_title',''),(11293,842,'_career_1_title','field_5d1bb076d78be'),(11294,842,'career_1_text',''),(11295,842,'_career_1_text','field_5d1bb076d78bf'),(11296,842,'career_1',''),(11297,842,'_career_1','field_5d1bb076d78bd'),(11298,842,'career_2_title',''),(11299,842,'_career_2_title','field_5d1bb0f7d78c8'),(11300,842,'career_2_text',''),(11301,842,'_career_2_text','field_5d1bb0f7d78c9'),(11302,842,'career_2',''),(11303,842,'_career_2','field_5d1bb0f7d78c7'),(11304,842,'career_3_title',''),(11305,842,'_career_3_title','field_5d1bb0f8d78cb'),(11306,842,'career_3_text',''),(11307,842,'_career_3_text','field_5d1bb0f8d78cc'),(11308,842,'career_3',''),(11309,842,'_career_3','field_5d1bb0f8d78ca'),(11310,842,'alert','Don’t see a position that suits? Send us your resume and suggested role at <a href=\"mailto:careers@cryptowallet.com\">careers@cryptowallet.com</a>'),(11311,842,'_alert','field_5d1bb0b8d78c6'),(11312,842,'title_team','Our Team'),(11313,842,'_title_team','field_5d1bb141d78ce'),(11314,842,'member_1_photo',''),(11315,842,'_member_1_photo','field_5d1bb194d78d2'),(11316,842,'member_1_name',''),(11317,842,'_member_1_name','field_5d1bb16ad78d0'),(11318,842,'member_1_role',''),(11319,842,'_member_1_role','field_5d1bb16ad78d1'),(11320,842,'member_1',''),(11321,842,'_member_1','field_5d1bb16ad78cf'),(11322,842,'member_2_photo',''),(11323,842,'_member_2_photo','field_5d1bb1efd78d4'),(11324,842,'member_2_name',''),(11325,842,'_member_2_name','field_5d1bb1efd78d5'),(11326,842,'member_2_role',''),(11327,842,'_member_2_role','field_5d1bb1efd78d6'),(11328,842,'member_2',''),(11329,842,'_member_2','field_5d1bb1efd78d3'),(11330,842,'member_3_photo',''),(11331,842,'_member_3_photo','field_5d1bb25e55268'),(11332,842,'member_3_name',''),(11333,842,'_member_3_name','field_5d1bb25e55269'),(11334,842,'member_3_role',''),(11335,842,'_member_3_role','field_5d1bb25e5526a'),(11336,842,'member_3',''),(11337,842,'_member_3','field_5d1bb25e55267'),(11338,842,'member_4_photo',''),(11339,842,'_member_4_photo','field_5d1bb25f5526c'),(11340,842,'member_4_name',''),(11341,842,'_member_4_name','field_5d1bb25f5526d'),(11342,842,'member_4_role',''),(11343,842,'_member_4_role','field_5d1bb25f5526e'),(11344,842,'member_4',''),(11345,842,'_member_4','field_5d1bb25f5526b'),(11346,842,'member_5_photo',''),(11347,842,'_member_5_photo','field_5d1bb26255270'),(11348,842,'member_5_name',''),(11349,842,'_member_5_name','field_5d1bb26255271'),(11350,842,'member_5_role',''),(11351,842,'_member_5_role','field_5d1bb26255272'),(11352,842,'member_5',''),(11353,842,'_member_5','field_5d1bb2625526f'),(11354,842,'member_6_photo',''),(11355,842,'_member_6_photo','field_5d1bb26655274'),(11356,842,'member_6_name',''),(11357,842,'_member_6_name','field_5d1bb26655275'),(11358,842,'member_6_role',''),(11359,842,'_member_6_role','field_5d1bb26655276'),(11360,842,'member_6',''),(11361,842,'_member_6','field_5d1bb26655273'),(11362,842,'title_meet','Come meet us'),(11363,842,'_title_meet','field_5d1bb2a4dd53e'),(11364,842,'text_meet','CryptoWallet is attending the events below, and we’re always delighted to meet new people interested in our technology.'),(11365,842,'_text_meet','field_5d1bb2c8dd53f'),(11366,842,'company_1_name',''),(11367,842,'_company_1_name','field_5d1bb2da63856'),(11368,842,'company_1_address',''),(11369,842,'_company_1_address','field_5d1bb2da63857'),(11370,842,'company_1_about',''),(11371,842,'_company_1_about','field_5d1bb32563858'),(11372,842,'company_1',''),(11373,842,'_company_1','field_5d1bb2da63854'),(11374,842,'company_2_name',''),(11375,842,'_company_2_name','field_5d1bb3496385a'),(11376,842,'company_2_address',''),(11377,842,'_company_2_address','field_5d1bb3496385b'),(11378,842,'company_2_about',''),(11379,842,'_company_2_about','field_5d1bb3496385c'),(11380,842,'company_2',''),(11381,842,'_company_2','field_5d1bb34963859'),(11382,842,'company_3_name',''),(11383,842,'_company_3_name','field_5d1bb34b6385e'),(11384,842,'company_3_address',''),(11385,842,'_company_3_address','field_5d1bb34b6385f'),(11386,842,'company_3_about',''),(11387,842,'_company_3_about','field_5d1bb34b63860'),(11388,842,'company_3',''),(11389,842,'_company_3','field_5d1bb34b6385d'),(11390,842,'blocks_0_title','Q1 2019'),(11391,842,'_blocks_0_title','field_5d1b9b0f2f94d'),(11392,842,'blocks_0_text','CryptoWallet was founded in [year], and our staff have worked tirelessly to develop disruptive products and solutions that will help usher in a new era of personal finance. You can read more about our goals below in our Roadmap.'),(11393,842,'_blocks_0_text','field_5d1b9b362f94e'),(11394,842,'blocks_1_title','Q2 2019'),(11395,842,'_blocks_1_title','field_5d1b9b0f2f94d'),(11396,842,'blocks_1_text','CryptoWallet was founded in [year], and our staff have worked tirelessly to develop disruptive products and solutions that will help usher in a new era of personal finance. You can read more about our goals below in our Roadmap.'),(11397,842,'_blocks_1_text','field_5d1b9b362f94e'),(11398,842,'blocks_2_title','Q3 2019'),(11399,842,'_blocks_2_title','field_5d1b9b0f2f94d'),(11400,842,'blocks_2_text','CryptoWallet was founded in [year], and our staff have worked tirelessly to develop disruptive products and solutions that will help usher in a new era of personal finance. You can read more about our goals below in our Roadmap.'),(11401,842,'_blocks_2_text','field_5d1b9b362f94e'),(11402,842,'blocks','3'),(11403,842,'_blocks','field_5d1b9adf2f94c'),(11404,842,'values','8'),(11405,842,'_values','field_5d1cc112229fd'),(11406,842,'careers','3'),(11407,842,'_careers','field_5d1bb076d78bd'),(11408,842,'team','6'),(11409,842,'_team','field_5d1bb16ad78cf'),(11410,842,'companies','3'),(11411,842,'_companies','field_5d1bb2da63854'),(11412,842,'title_values','Values'),(11413,842,'_title_values','field_5d1cc4efc2b1e'),(11414,842,'values_0_image','lamp'),(11415,842,'_values_0_image','field_5d1baeee64511'),(11416,842,'values_0_title','Long-term Thinking'),(11417,842,'_values_0_title','field_5d1bae0d254fb'),(11418,842,'values_0_text','At CryptoWallet, we’re on a mission to build the future with care and attention it deserves.'),(11419,842,'_values_0_text','field_5d1bae0d254fc'),(11420,842,'values_1_image','certified'),(11421,842,'_values_1_image','field_5d1baeee64511'),(11422,842,'values_1_title','Accountability'),(11423,842,'_values_1_title','field_5d1bae0d254fb'),(11424,842,'values_1_text','We hold ourselves to the highest industry standards in everything that we do, and we foster a company culture of responsibility, transparency, and accountability.'),(11425,842,'_values_1_text','field_5d1bae0d254fc'),(11426,842,'values_2_image','eye'),(11427,842,'_values_2_image','field_5d1baeee64511'),(11428,842,'values_2_title','Sharp Focus'),(11429,842,'_values_2_title','field_5d1bae0d254fb'),(11430,842,'values_2_text','We keep a sharp focus to provide buying, trading, storage, and spending solutions for cryptocurrency investors. At CryptoWallet, we keep our eyes on the road ahead.'),(11431,842,'_values_2_text','field_5d1bae0d254fc'),(11432,842,'values_3_image','message'),(11433,842,'_values_3_image','field_5d1baeee64511'),(11434,842,'values_3_title','Open-door Policy'),(11435,842,'_values_3_title','field_5d1bae0d254fb'),(11436,842,'values_3_text','We need to be open to any and all input from our colleagues at all levels as well as our users and supporters. Our door is always open to improvement.'),(11437,842,'_values_3_text','field_5d1bae0d254fc'),(11438,842,'values_4_image','signal'),(11439,842,'_values_4_image','field_5d1baeee64511'),(11440,842,'values_4_title','Adaptability'),(11441,842,'_values_4_title','field_5d1bae0d254fb'),(11442,842,'values_4_text','In a quickly-changing industry, we need to be able to react quickly as well. We adapt, overcome, and deliver.'),(11443,842,'_values_4_text','field_5d1bae0d254fc'),(11444,842,'values_5_image','search'),(11445,842,'_values_5_image','field_5d1baeee64511'),(11446,842,'values_5_title','Always Learning'),(11447,842,'_values_5_title','field_5d1bae0d254fb'),(11448,842,'values_5_text','Knowledge is the best tool at our disposal. We’re always researching and developing the most cutting-edge solutions to emerging problems.'),(11449,842,'_values_5_text','field_5d1bae0d254fc'),(11450,842,'values_6_image','earth'),(11451,842,'_values_6_image','field_5d1baeee64511'),(11452,842,'values_6_title','Pro-Active'),(11453,842,'_values_6_title','field_5d1bae0d254fb'),(11454,842,'values_6_text','Whether we’re developing new ideas, getting in touch with our community, or expanding our staff, we’re in constant motion at CryptoWallet.'),(11455,842,'_values_6_text','field_5d1bae0d254fc'),(11456,842,'values_7_image','moon'),(11457,842,'_values_7_image','field_5d1baeee64511'),(11458,842,'values_7_title','Scientific Dreaming'),(11459,842,'_values_7_title','field_5d1bae0d254fb'),(11460,842,'values_7_text','We pride ourselves on using our imaginations and dreaming big too. Every day is an opportunity to do something amazing.'),(11461,842,'_values_7_text','field_5d1bae0d254fc'),(11462,842,'careers_0_title','Job Title'),(11463,842,'_careers_0_title','field_5d1bb076d78be'),(11464,842,'careers_0_text','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.'),(11465,842,'_careers_0_text','field_5d1bb076d78bf'),(11466,842,'careers_1_title','Job Title'),(11467,842,'_careers_1_title','field_5d1bb076d78be'),(11468,842,'careers_1_text','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.'),(11469,842,'_careers_1_text','field_5d1bb076d78bf'),(11470,842,'careers_2_title','Job Title'),(11471,842,'_careers_2_title','field_5d1bb076d78be'),(11472,842,'careers_2_text','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.'),(11473,842,'_careers_2_text','field_5d1bb076d78bf'),(11474,842,'team_0_photo',''),(11475,842,'_team_0_photo','field_5d1bb194d78d2'),(11476,842,'team_0_name','Name Placeholder'),(11477,842,'_team_0_name','field_5d1bb16ad78d0'),(11478,842,'team_0_role','CEO'),(11479,842,'_team_0_role','field_5d1bb16ad78d1'),(11480,842,'team_1_photo',''),(11481,842,'_team_1_photo','field_5d1bb194d78d2'),(11482,842,'team_1_name','Name Placeholder'),(11483,842,'_team_1_name','field_5d1bb16ad78d0'),(11484,842,'team_1_role','Founder'),(11485,842,'_team_1_role','field_5d1bb16ad78d1'),(11486,842,'team_2_photo',''),(11487,842,'_team_2_photo','field_5d1bb194d78d2'),(11488,842,'team_2_name','Name Placeholder'),(11489,842,'_team_2_name','field_5d1bb16ad78d0'),(11490,842,'team_2_role','CFO'),(11491,842,'_team_2_role','field_5d1bb16ad78d1'),(11492,842,'team_3_photo',''),(11493,842,'_team_3_photo','field_5d1bb194d78d2'),(11494,842,'team_3_name','Name Placeholder'),(11495,842,'_team_3_name','field_5d1bb16ad78d0'),(11496,842,'team_3_role','CTO'),(11497,842,'_team_3_role','field_5d1bb16ad78d1'),(11498,842,'team_4_photo',''),(11499,842,'_team_4_photo','field_5d1bb194d78d2'),(11500,842,'team_4_name','Name Placeholder'),(11501,842,'_team_4_name','field_5d1bb16ad78d0'),(11502,842,'team_4_role','Head of Product'),(11503,842,'_team_4_role','field_5d1bb16ad78d1'),(11504,842,'team_5_photo',''),(11505,842,'_team_5_photo','field_5d1bb194d78d2'),(11506,842,'team_5_name','Name Placeholder'),(11507,842,'_team_5_name','field_5d1bb16ad78d0'),(11508,842,'team_5_role','Head of Marketing'),(11509,842,'_team_5_role','field_5d1bb16ad78d1'),(11510,842,'companies_0_name','Event Title Placeholder'),(11511,842,'_companies_0_name','field_5d1bb2da63856'),(11512,842,'companies_0_address','January 15, 2019\r\nThe Ritz Carlton\r\nNew York, NY'),(11513,842,'_companies_0_address','field_5d1bb2da63857'),(11514,842,'companies_0_about','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.'),(11515,842,'_companies_0_about','field_5d1bb32563858'),(11516,842,'companies_1_name','Event Title Placeholder'),(11517,842,'_companies_1_name','field_5d1bb2da63856'),(11518,842,'companies_1_address','January 15, 2019\r\nThe Ritz Carlton\r\nNew York, NY'),(11519,842,'_companies_1_address','field_5d1bb2da63857'),(11520,842,'companies_1_about','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.'),(11521,842,'_companies_1_about','field_5d1bb32563858'),(11522,842,'companies_2_name','Event Title Placeholder'),(11523,842,'_companies_2_name','field_5d1bb2da63856'),(11524,842,'companies_2_address','January 15, 2019\r\nThe Ritz Carlton\r\nNew York, NY'),(11525,842,'_companies_2_address','field_5d1bb2da63857'),(11526,842,'companies_2_about','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.'),(11527,842,'_companies_2_about','field_5d1bb32563858'),(11528,842,'show_crypto_funds','0'),(11529,842,'_show_crypto_funds','field_5d1cd58ba65cf'),(11530,221,'alert_limits','French Customers: In compliance with French law, French residents must be KYC2-verified\r\nand have a cash withdrawal limit of €1,000 per month and a maximum balance of €10,000.'),(11531,221,'_alert_limits','field_5d278c5e79681'),(11532,372,'alert_limits',''),(11533,372,'_alert_limits','field_5d278c5e79681'),(11534,843,'show_crypto_funds','1'),(11535,843,'_show_crypto_funds','field_5d1cd58ba65cf'),(11536,843,'subtitle','Prepaid card without crypto'),(11537,843,'_subtitle','field_5d1cd8ec3c600'),(11538,843,'text','Load CryptoCurrency to a Visa Debit Card and spend crypto directly in all major outlets.\r\n<ul>\r\n 	<li>• Low Fees</li>\r\n 	<li>• Chip and Pin or Virtual Cards</li>\r\n 	<li>• Online and offline spending</li>\r\n 	<li>• Cashback</li>\r\n</ul>\r\nFinally, you can use your cryptocurrency funds as real cash! Buy online or in any outlet that accepts Visa. Adoption is just a click away.'),(11539,843,'_text','field_5d1cd9046f426'),(11540,843,'text_link','Order Your Debit Card Now'),(11541,843,'_text_link','field_5d1cd9346f428'),(11542,843,'title_cryptoWallet','CryptoWallet Is Fast and Easy'),(11543,843,'_title_cryptoWallet','field_5d1cd9760bf2f'),(11544,843,'step_1_title','Order Card'),(11545,843,'_step_1_title','field_5d1cd9d00bf32'),(11546,843,'step_1_text','Just confirm your address and we’ll ship your card to your house for free.'),(11547,843,'_step_1_text','field_5d1cd9dc0bf33'),(11548,843,'step_1',''),(11549,843,'_step_1','field_5d1cd9af0bf31'),(11550,843,'step_2_title','Activate Account'),(11551,843,'_step_2_title','field_5d1cda21981be'),(11552,843,'step_2_text','Activate and set up your CryptoWallet Debit Card account to spend your crypto anywhere, anytime.'),(11553,843,'_step_2_text','field_5d1cda21981bf'),(11554,843,'step_2',''),(11555,843,'_step_2','field_5d1cda21981bd'),(11556,843,'step_3_title','Load Funds'),(11557,843,'_step_3_title','field_5d1cda22981c1'),(11558,843,'step_3_text','Load card with fiat like US dollars through wire transfer or credit card. Or, transfer crypto right into the card.'),(11559,843,'_step_3_text','field_5d1cda22981c2'),(11560,843,'step_3',''),(11561,843,'_step_3','field_5d1cda22981c0'),(11562,843,'step_4_title','Spend Funds'),(11563,843,'_step_4_title','field_5d1cda24981c4'),(11564,843,'step_4_text','Congratulations!\r\nYou can spend crypto currencies online or anywhere that accepts Visa.'),(11565,843,'_step_4_text','field_5d1cda24981c5'),(11566,843,'step_4',''),(11567,843,'_step_4','field_5d1cda24981c3'),(11568,843,'title_limits','Fees And Limits'),(11569,843,'_title_limits','field_5d1cda4d3f09f'),(11570,843,'table_0_title','Prepaid Card Fees'),(11571,843,'_table_0_title','field_5d1cdaaa3f0a1'),(11572,843,'table_0_line_0_name','Card price'),(11573,843,'_table_0_line_0_name','field_5d1cdaf93f0a3'),(11574,843,'table_0_line_0_eur','€15.00 '),(11575,843,'_table_0_line_0_eur','field_5d1cdb263f0a4'),(11576,843,'table_0_line_0_usd','$15.00 '),(11577,843,'_table_0_line_0_usd','field_5d1cdb373f0a5'),(11578,843,'table_0_line_0_gbp','€15.00 '),(11579,843,'_table_0_line_0_gbp','field_5d1cdb3d3f0a6'),(11580,843,'table_0_line','9'),(11581,843,'_table_0_line','field_5d1cdac43f0a2'),(11582,843,'table','4'),(11583,843,'_table','field_5d1cda763f0a0'),(11584,843,'alert','French Customers: In compliance with French law, French residents must be KYC2-verified and\r\nhave a cash withdrawal limit of €1,000 per month and a maximum balance of €10,000.'),(11585,843,'_alert','field_5d1cdbad5f803'),(11586,843,'text_cryptowallet','Here’s how it works.'),(11587,843,'_text_cryptowallet','field_5d1cd99e0bf30'),(11588,843,'text_copy','Here’s how it works.'),(11589,843,'_text_copy','field_5d1cec7cb0dbe'),(11590,843,'alert_cryptowallet','Online spending, offline spending, ATM withdrawals, and even cashback: Welcome to the forefront of adoption.'),(11591,843,'_alert_cryptowallet','field_5d1cec7cb0dbe'),(11592,843,'title_crypto','CryptoWallet Is Fast and Easy'),(11593,843,'_title_crypto','field_5d1ced55f3463'),(11594,843,'table_0_line_1_name','Standard global delivery'),(11595,843,'_table_0_line_1_name','field_5d1cdaf93f0a3'),(11596,843,'table_0_line_1_eur','Free '),(11597,843,'_table_0_line_1_eur','field_5d1cdb263f0a4'),(11598,843,'table_0_line_1_usd','Free '),(11599,843,'_table_0_line_1_usd','field_5d1cdb373f0a5'),(11600,843,'table_0_line_1_gbp','Free '),(11601,843,'_table_0_line_1_gbp','field_5d1cdb3d3f0a6'),(11602,843,'table_0_line_2_name','Express global delivery '),(11603,843,'_table_0_line_2_name','field_5d1cdaf93f0a3'),(11604,843,'table_0_line_2_eur','€70.00 '),(11605,843,'_table_0_line_2_eur','field_5d1cdb263f0a4'),(11606,843,'table_0_line_2_usd','$70.00 '),(11607,843,'_table_0_line_2_usd','field_5d1cdb373f0a5'),(11608,843,'table_0_line_2_gbp','£70.00 '),(11609,843,'_table_0_line_2_gbp','field_5d1cdb3d3f0a6'),(11610,843,'table_0_line_3_name','ATM fee (domestic) '),(11611,843,'_table_0_line_3_name','field_5d1cdaf93f0a3'),(11612,843,'table_0_line_3_eur','€2.25 '),(11613,843,'_table_0_line_3_eur','field_5d1cdb263f0a4'),(11614,843,'table_0_line_3_usd','$2.50 '),(11615,843,'_table_0_line_3_usd','field_5d1cdb373f0a5'),(11616,843,'table_0_line_3_gbp','£1.75 '),(11617,843,'_table_0_line_3_gbp','field_5d1cdb3d3f0a6'),(11618,843,'table_0_line_4_name','ATM fee (international)'),(11619,843,'_table_0_line_4_name','field_5d1cdaf93f0a3'),(11620,843,'table_0_line_4_eur','€2.75 '),(11621,843,'_table_0_line_4_eur','field_5d1cdb263f0a4'),(11622,843,'table_0_line_4_usd','$3.50 '),(11623,843,'_table_0_line_4_usd','field_5d1cdb373f0a5'),(11624,843,'table_0_line_4_gbp','£2.25 '),(11625,843,'_table_0_line_4_gbp','field_5d1cdb3d3f0a6'),(11626,843,'table_0_line_5_name','Foreign transaction fee '),(11627,843,'_table_0_line_5_name','field_5d1cdaf93f0a3'),(11628,843,'table_0_line_5_eur','3% '),(11629,843,'_table_0_line_5_eur','field_5d1cdb263f0a4'),(11630,843,'table_0_line_5_usd','3% '),(11631,843,'_table_0_line_5_usd','field_5d1cdb373f0a5'),(11632,843,'table_0_line_5_gbp','3% '),(11633,843,'_table_0_line_5_gbp','field_5d1cdb3d3f0a6'),(11634,843,'table_0_line_6_name','Loading fee '),(11635,843,'_table_0_line_6_name','field_5d1cdaf93f0a3'),(11636,843,'table_0_line_6_eur','1% '),(11637,843,'_table_0_line_6_eur','field_5d1cdb263f0a4'),(11638,843,'table_0_line_6_usd','1% '),(11639,843,'_table_0_line_6_usd','field_5d1cdb373f0a5'),(11640,843,'table_0_line_6_gbp','1% '),(11641,843,'_table_0_line_6_gbp','field_5d1cdb3d3f0a6'),(11642,843,'table_0_line_7_name','Third-party loading fee '),(11643,843,'_table_0_line_7_name','field_5d1cdaf93f0a3'),(11644,843,'table_0_line_7_eur','1.99% '),(11645,843,'_table_0_line_7_eur','field_5d1cdb263f0a4'),(11646,843,'table_0_line_7_usd','1.99% '),(11647,843,'_table_0_line_7_usd','field_5d1cdb373f0a5'),(11648,843,'table_0_line_7_gbp','1.99% '),(11649,843,'_table_0_line_7_gbp','field_5d1cdb3d3f0a6'),(11650,843,'table_0_line_8_name','Monthly service fee'),(11651,843,'_table_0_line_8_name','field_5d1cdaf93f0a3'),(11652,843,'table_0_line_8_eur','€1'),(11653,843,'_table_0_line_8_eur','field_5d1cdb263f0a4'),(11654,843,'table_0_line_8_usd','€1'),(11655,843,'_table_0_line_8_usd','field_5d1cdb373f0a5'),(11656,843,'table_0_line_8_gbp','€1'),(11657,843,'_table_0_line_8_gbp','field_5d1cdb3d3f0a6'),(11658,843,'table_1_title','Prepaid Account Limits'),(11659,843,'_table_1_title','field_5d1cdaaa3f0a1'),(11660,843,'table_1_line_0_name','Card price'),(11661,843,'_table_1_line_0_name','field_5d1cdaf93f0a3'),(11662,843,'table_1_line_0_eur','€15.00 '),(11663,843,'_table_1_line_0_eur','field_5d1cdb263f0a4'),(11664,843,'table_1_line_0_usd','$15.00 '),(11665,843,'_table_1_line_0_usd','field_5d1cdb373f0a5'),(11666,843,'table_1_line_0_gbp','€15.00 '),(11667,843,'_table_1_line_0_gbp','field_5d1cdb3d3f0a6'),(11668,843,'table_1_line','1'),(11669,843,'_table_1_line','field_5d1cdac43f0a2'),(11670,843,'table_2_title','Virtual Card Fees'),(11671,843,'_table_2_title','field_5d1cdaaa3f0a1'),(11672,843,'table_2_line_0_name','Card price'),(11673,843,'_table_2_line_0_name','field_5d1cdaf93f0a3'),(11674,843,'table_2_line_0_eur','€15.00 '),(11675,843,'_table_2_line_0_eur','field_5d1cdb263f0a4'),(11676,843,'table_2_line_0_usd','$15.00 '),(11677,843,'_table_2_line_0_usd','field_5d1cdb373f0a5'),(11678,843,'table_2_line_0_gbp','€15.00 '),(11679,843,'_table_2_line_0_gbp','field_5d1cdb3d3f0a6'),(11680,843,'table_2_line','1'),(11681,843,'_table_2_line','field_5d1cdac43f0a2'),(11682,843,'table_3_title','Virtual Card Account Limits'),(11683,843,'_table_3_title','field_5d1cdaaa3f0a1'),(11684,843,'table_3_line_0_name','Card price'),(11685,843,'_table_3_line_0_name','field_5d1cdaf93f0a3'),(11686,843,'table_3_line_0_eur','€15.00 '),(11687,843,'_table_3_line_0_eur','field_5d1cdb263f0a4'),(11688,843,'table_3_line_0_usd','$15.00 '),(11689,843,'_table_3_line_0_usd','field_5d1cdb373f0a5'),(11690,843,'table_3_line_0_gbp','€15.00 '),(11691,843,'_table_3_line_0_gbp','field_5d1cdb3d3f0a6'),(11692,843,'table_3_line','1'),(11693,843,'_table_3_line','field_5d1cdac43f0a2'),(11694,843,'alert_limits',''),(11695,843,'_alert_limits','field_5d278c5e79681'),(11696,844,'show_crypto_funds','1'),(11697,844,'_show_crypto_funds','field_5d1cd58ba65cf'),(11698,844,'subtitle','Prepaid card without crypto'),(11699,844,'_subtitle','field_5d1cd8ec3c600'),(11700,844,'text','Load CryptoCurrency to a Visa Debit Card and spend crypto directly in all major outlets.\r\n<ul>\r\n 	<li>• Low Fees</li>\r\n 	<li>• Chip and Pin or Virtual Cards</li>\r\n 	<li>• Online and offline spending</li>\r\n 	<li>• Cashback</li>\r\n</ul>\r\nFinally, you can use your cryptocurrency funds as real cash! Buy online or in any outlet that accepts Visa. Adoption is just a click away.'),(11701,844,'_text','field_5d1cd9046f426'),(11702,844,'text_link','Order Your Debit Card Now'),(11703,844,'_text_link','field_5d1cd9346f428'),(11704,844,'title_cryptoWallet','CryptoWallet Is Fast and Easy'),(11705,844,'_title_cryptoWallet','field_5d1cd9760bf2f'),(11706,844,'step_1_title','Order Card'),(11707,844,'_step_1_title','field_5d1cd9d00bf32'),(11708,844,'step_1_text','Just confirm your address and we’ll ship your card to your house for free.'),(11709,844,'_step_1_text','field_5d1cd9dc0bf33'),(11710,844,'step_1',''),(11711,844,'_step_1','field_5d1cd9af0bf31'),(11712,844,'step_2_title','Activate Account'),(11713,844,'_step_2_title','field_5d1cda21981be'),(11714,844,'step_2_text','Activate and set up your CryptoWallet Debit Card account to spend your crypto anywhere, anytime.'),(11715,844,'_step_2_text','field_5d1cda21981bf'),(11716,844,'step_2',''),(11717,844,'_step_2','field_5d1cda21981bd'),(11718,844,'step_3_title','Load Funds'),(11719,844,'_step_3_title','field_5d1cda22981c1'),(11720,844,'step_3_text','Load card with fiat like US dollars through wire transfer or credit card. Or, transfer crypto right into the card.'),(11721,844,'_step_3_text','field_5d1cda22981c2'),(11722,844,'step_3',''),(11723,844,'_step_3','field_5d1cda22981c0'),(11724,844,'step_4_title','Spend Funds'),(11725,844,'_step_4_title','field_5d1cda24981c4'),(11726,844,'step_4_text','Congratulations!\r\nYou can spend crypto currencies online or anywhere that accepts Visa.'),(11727,844,'_step_4_text','field_5d1cda24981c5'),(11728,844,'step_4',''),(11729,844,'_step_4','field_5d1cda24981c3'),(11730,844,'title_limits','Fees And Limits'),(11731,844,'_title_limits','field_5d1cda4d3f09f'),(11732,844,'table_0_title','Prepaid Card Fees'),(11733,844,'_table_0_title','field_5d1cdaaa3f0a1'),(11734,844,'table_0_line_0_name','Card price'),(11735,844,'_table_0_line_0_name','field_5d1cdaf93f0a3'),(11736,844,'table_0_line_0_eur','€15.00 '),(11737,844,'_table_0_line_0_eur','field_5d1cdb263f0a4'),(11738,844,'table_0_line_0_usd','$15.00 '),(11739,844,'_table_0_line_0_usd','field_5d1cdb373f0a5'),(11740,844,'table_0_line_0_gbp','€15.00 '),(11741,844,'_table_0_line_0_gbp','field_5d1cdb3d3f0a6'),(11742,844,'table_0_line','9'),(11743,844,'_table_0_line','field_5d1cdac43f0a2'),(11744,844,'table','4'),(11745,844,'_table','field_5d1cda763f0a0'),(11746,844,'alert','French Customers: In compliance with French law, French residents must be KYC2-verified and\r\nhave a cash withdrawal limit of €1,000 per month and a maximum balance of €10,000.'),(11747,844,'_alert','field_5d1cdbad5f803'),(11748,844,'text_cryptowallet','Here’s how it works.'),(11749,844,'_text_cryptowallet','field_5d1cd99e0bf30'),(11750,844,'text_copy','Here’s how it works.'),(11751,844,'_text_copy','field_5d1cec7cb0dbe'),(11752,844,'alert_cryptowallet','Online spending, offline spending, ATM withdrawals, and even cashback: \r\nWelcome to the forefront of adoption.'),(11753,844,'_alert_cryptowallet','field_5d1cec7cb0dbe'),(11754,844,'title_crypto','CryptoWallet Is Fast and Easy'),(11755,844,'_title_crypto','field_5d1ced55f3463'),(11756,844,'table_0_line_1_name','Standard global delivery'),(11757,844,'_table_0_line_1_name','field_5d1cdaf93f0a3'),(11758,844,'table_0_line_1_eur','Free '),(11759,844,'_table_0_line_1_eur','field_5d1cdb263f0a4'),(11760,844,'table_0_line_1_usd','Free '),(11761,844,'_table_0_line_1_usd','field_5d1cdb373f0a5'),(11762,844,'table_0_line_1_gbp','Free '),(11763,844,'_table_0_line_1_gbp','field_5d1cdb3d3f0a6'),(11764,844,'table_0_line_2_name','Express global delivery '),(11765,844,'_table_0_line_2_name','field_5d1cdaf93f0a3'),(11766,844,'table_0_line_2_eur','€70.00 '),(11767,844,'_table_0_line_2_eur','field_5d1cdb263f0a4'),(11768,844,'table_0_line_2_usd','$70.00 '),(11769,844,'_table_0_line_2_usd','field_5d1cdb373f0a5'),(11770,844,'table_0_line_2_gbp','£70.00 '),(11771,844,'_table_0_line_2_gbp','field_5d1cdb3d3f0a6'),(11772,844,'table_0_line_3_name','ATM fee (domestic) '),(11773,844,'_table_0_line_3_name','field_5d1cdaf93f0a3'),(11774,844,'table_0_line_3_eur','€2.25 '),(11775,844,'_table_0_line_3_eur','field_5d1cdb263f0a4'),(11776,844,'table_0_line_3_usd','$2.50 '),(11777,844,'_table_0_line_3_usd','field_5d1cdb373f0a5'),(11778,844,'table_0_line_3_gbp','£1.75 '),(11779,844,'_table_0_line_3_gbp','field_5d1cdb3d3f0a6'),(11780,844,'table_0_line_4_name','ATM fee (international)'),(11781,844,'_table_0_line_4_name','field_5d1cdaf93f0a3'),(11782,844,'table_0_line_4_eur','€2.75 '),(11783,844,'_table_0_line_4_eur','field_5d1cdb263f0a4'),(11784,844,'table_0_line_4_usd','$3.50 '),(11785,844,'_table_0_line_4_usd','field_5d1cdb373f0a5'),(11786,844,'table_0_line_4_gbp','£2.25 '),(11787,844,'_table_0_line_4_gbp','field_5d1cdb3d3f0a6'),(11788,844,'table_0_line_5_name','Foreign transaction fee '),(11789,844,'_table_0_line_5_name','field_5d1cdaf93f0a3'),(11790,844,'table_0_line_5_eur','3% '),(11791,844,'_table_0_line_5_eur','field_5d1cdb263f0a4'),(11792,844,'table_0_line_5_usd','3% '),(11793,844,'_table_0_line_5_usd','field_5d1cdb373f0a5'),(11794,844,'table_0_line_5_gbp','3% '),(11795,844,'_table_0_line_5_gbp','field_5d1cdb3d3f0a6'),(11796,844,'table_0_line_6_name','Loading fee '),(11797,844,'_table_0_line_6_name','field_5d1cdaf93f0a3'),(11798,844,'table_0_line_6_eur','1% '),(11799,844,'_table_0_line_6_eur','field_5d1cdb263f0a4'),(11800,844,'table_0_line_6_usd','1% '),(11801,844,'_table_0_line_6_usd','field_5d1cdb373f0a5'),(11802,844,'table_0_line_6_gbp','1% '),(11803,844,'_table_0_line_6_gbp','field_5d1cdb3d3f0a6'),(11804,844,'table_0_line_7_name','Third-party loading fee '),(11805,844,'_table_0_line_7_name','field_5d1cdaf93f0a3'),(11806,844,'table_0_line_7_eur','1.99% '),(11807,844,'_table_0_line_7_eur','field_5d1cdb263f0a4'),(11808,844,'table_0_line_7_usd','1.99% '),(11809,844,'_table_0_line_7_usd','field_5d1cdb373f0a5'),(11810,844,'table_0_line_7_gbp','1.99% '),(11811,844,'_table_0_line_7_gbp','field_5d1cdb3d3f0a6'),(11812,844,'table_0_line_8_name','Monthly service fee'),(11813,844,'_table_0_line_8_name','field_5d1cdaf93f0a3'),(11814,844,'table_0_line_8_eur','€1'),(11815,844,'_table_0_line_8_eur','field_5d1cdb263f0a4'),(11816,844,'table_0_line_8_usd','€1'),(11817,844,'_table_0_line_8_usd','field_5d1cdb373f0a5'),(11818,844,'table_0_line_8_gbp','€1'),(11819,844,'_table_0_line_8_gbp','field_5d1cdb3d3f0a6'),(11820,844,'table_1_title','Prepaid Account Limits'),(11821,844,'_table_1_title','field_5d1cdaaa3f0a1'),(11822,844,'table_1_line_0_name','Card price'),(11823,844,'_table_1_line_0_name','field_5d1cdaf93f0a3'),(11824,844,'table_1_line_0_eur','€15.00 '),(11825,844,'_table_1_line_0_eur','field_5d1cdb263f0a4'),(11826,844,'table_1_line_0_usd','$15.00 '),(11827,844,'_table_1_line_0_usd','field_5d1cdb373f0a5'),(11828,844,'table_1_line_0_gbp','€15.00 '),(11829,844,'_table_1_line_0_gbp','field_5d1cdb3d3f0a6'),(11830,844,'table_1_line','1'),(11831,844,'_table_1_line','field_5d1cdac43f0a2'),(11832,844,'table_2_title','Virtual Card Fees'),(11833,844,'_table_2_title','field_5d1cdaaa3f0a1'),(11834,844,'table_2_line_0_name','Card price'),(11835,844,'_table_2_line_0_name','field_5d1cdaf93f0a3'),(11836,844,'table_2_line_0_eur','€15.00 '),(11837,844,'_table_2_line_0_eur','field_5d1cdb263f0a4'),(11838,844,'table_2_line_0_usd','$15.00 '),(11839,844,'_table_2_line_0_usd','field_5d1cdb373f0a5'),(11840,844,'table_2_line_0_gbp','€15.00 '),(11841,844,'_table_2_line_0_gbp','field_5d1cdb3d3f0a6'),(11842,844,'table_2_line','1'),(11843,844,'_table_2_line','field_5d1cdac43f0a2'),(11844,844,'table_3_title','Virtual Card Account Limits'),(11845,844,'_table_3_title','field_5d1cdaaa3f0a1'),(11846,844,'table_3_line_0_name','Card price'),(11847,844,'_table_3_line_0_name','field_5d1cdaf93f0a3'),(11848,844,'table_3_line_0_eur','€15.00 '),(11849,844,'_table_3_line_0_eur','field_5d1cdb263f0a4'),(11850,844,'table_3_line_0_usd','$15.00 '),(11851,844,'_table_3_line_0_usd','field_5d1cdb373f0a5'),(11852,844,'table_3_line_0_gbp','€15.00 '),(11853,844,'_table_3_line_0_gbp','field_5d1cdb3d3f0a6'),(11854,844,'table_3_line','1'),(11855,844,'_table_3_line','field_5d1cdac43f0a2'),(11856,844,'alert_limits',''),(11857,844,'_alert_limits','field_5d278c5e79681'),(11858,845,'_wp_attached_file','2019/07/profile.png'),(11859,846,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:250;s:4:\"file\";s:19:\"2019/07/profile.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"profile-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11860,846,'_wp_attached_file','2019/07/profile.png'),(11861,846,'wpml_media_processed','1'),(11862,847,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:250;s:4:\"file\";s:19:\"2019/07/profile.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"profile-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11863,847,'_wp_attached_file','2019/07/profile.png'),(11864,847,'wpml_media_processed','1'),(11865,848,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:250;s:4:\"file\";s:19:\"2019/07/profile.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"profile-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11866,848,'_wp_attached_file','2019/07/profile.png'),(11867,848,'wpml_media_processed','1'),(11868,849,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:250;s:4:\"file\";s:19:\"2019/07/profile.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"profile-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11869,849,'_wp_attached_file','2019/07/profile.png'),(11870,849,'wpml_media_processed','1'),(11871,845,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:250;s:4:\"file\";s:19:\"2019/07/profile.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"profile-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11872,850,'subtitle','Buy, trade, store, and spend cryptocurrency'),(11873,850,'_subtitle','field_5d1b9a04bd4ba'),(11874,850,'description','CryptoWallet was founded in [year], and our staff have worked tirelessly to develop disruptive products and solutions that will help usher in a new era of personal finance. You can read more about our goals below in our Roadmap.'),(11875,850,'_description','field_5d1b9a6e30e58'),(11876,850,'block_1_title',''),(11877,850,'_block_1_title','field_5d1b9b0f2f94d'),(11878,850,'block_1_text',''),(11879,850,'_block_1_text','field_5d1b9b362f94e'),(11880,850,'block_1',''),(11881,850,'_block_1','field_5d1b9adf2f94c'),(11882,850,'block_2_title',''),(11883,850,'_block_2_title','field_5d1b9b442f950'),(11884,850,'block_2_text',''),(11885,850,'_block_2_text','field_5d1b9b442f951'),(11886,850,'block_2',''),(11887,850,'_block_2','field_5d1b9b442f94f'),(11888,850,'block_3_title',''),(11889,850,'_block_3_title','field_5d1b9b462f953'),(11890,850,'block_3_text',''),(11891,850,'_block_3_text','field_5d1b9b462f954'),(11892,850,'block_3',''),(11893,850,'_block_3','field_5d1b9b462f952'),(11894,850,'value_1_image','lamp'),(11895,850,'_value_1_image','field_5d1baeee64511'),(11896,850,'value_1_title',''),(11897,850,'_value_1_title','field_5d1bae0d254fb'),(11898,850,'value_1_text',''),(11899,850,'_value_1_text','field_5d1bae0d254fc'),(11900,850,'value_1',''),(11901,850,'_value_1','field_5d1bae0d254fa'),(11902,850,'value_2_image','lamp'),(11903,850,'_value_2_image','field_5d1bafadd789f'),(11904,850,'value_2_title',''),(11905,850,'_value_2_title','field_5d1bafadd78a0'),(11906,850,'value_2_text',''),(11907,850,'_value_2_text','field_5d1bafadd78a1'),(11908,850,'value_2',''),(11909,850,'_value_2','field_5d1bafadd789e'),(11910,850,'value_3_image','lamp'),(11911,850,'_value_3_image','field_5d1bafafd78a3'),(11912,850,'value_3_title',''),(11913,850,'_value_3_title','field_5d1bafafd78a4'),(11914,850,'value_3_text',''),(11915,850,'_value_3_text','field_5d1bafafd78a5'),(11916,850,'value_3',''),(11917,850,'_value_3','field_5d1bafafd78a2'),(11918,850,'value_4_image','lamp'),(11919,850,'_value_4_image','field_5d1bafb1d78a7'),(11920,850,'value_4_title',''),(11921,850,'_value_4_title','field_5d1bafb1d78a8'),(11922,850,'value_4_text',''),(11923,850,'_value_4_text','field_5d1bafb1d78a9'),(11924,850,'value_4',''),(11925,850,'_value_4','field_5d1bafb1d78a6'),(11926,850,'value_5_image','lamp'),(11927,850,'_value_5_image','field_5d1bafb4d78ab'),(11928,850,'value_5_title',''),(11929,850,'_value_5_title','field_5d1bafb4d78ac'),(11930,850,'value_5_text',''),(11931,850,'_value_5_text','field_5d1bafb4d78ad'),(11932,850,'value_5',''),(11933,850,'_value_5','field_5d1bafb4d78aa'),(11934,850,'value_6_image','lamp'),(11935,850,'_value_6_image','field_5d1bafb6d78af'),(11936,850,'value_6_title',''),(11937,850,'_value_6_title','field_5d1bafb6d78b0'),(11938,850,'value_6_text',''),(11939,850,'_value_6_text','field_5d1bafb6d78b1'),(11940,850,'value_6',''),(11941,850,'_value_6','field_5d1bafb6d78ae'),(11942,850,'value_7_image','lamp'),(11943,850,'_value_7_image','field_5d1bafb8d78b3'),(11944,850,'value_7_title',''),(11945,850,'_value_7_title','field_5d1bafb8d78b4'),(11946,850,'value_7_text',''),(11947,850,'_value_7_text','field_5d1bafb8d78b5'),(11948,850,'value_7',''),(11949,850,'_value_7','field_5d1bafb8d78b2'),(11950,850,'value_8_image','lamp'),(11951,850,'_value_8_image','field_5d1bafc9d78b7'),(11952,850,'value_8_title',''),(11953,850,'_value_8_title','field_5d1bafc9d78b8'),(11954,850,'value_8_text',''),(11955,850,'_value_8_text','field_5d1bafc9d78b9'),(11956,850,'value_8',''),(11957,850,'_value_8','field_5d1bafc9d78b6'),(11958,850,'title_join','Join Our Team'),(11959,850,'_title_join','field_5d1bafffd78bb'),(11960,850,'text_join','Working at CryptoWallet, every day is an exciting challenge. We’re on a long-term plan to totally transform the way people store and spend money. We’re helping redefine what the concept of money is. There’s a lot to do, and we’re hiring people who share in our values.\r\n\r\nWe’re a young, dynamic company with big plans and a passionate, friendly team.\r\nThink you’d fit in well here? Take a look at our open positions below.'),(11961,850,'_text_join','field_5d1bb020d78bc'),(11962,850,'career_1_title',''),(11963,850,'_career_1_title','field_5d1bb076d78be'),(11964,850,'career_1_text',''),(11965,850,'_career_1_text','field_5d1bb076d78bf'),(11966,850,'career_1',''),(11967,850,'_career_1','field_5d1bb076d78bd'),(11968,850,'career_2_title',''),(11969,850,'_career_2_title','field_5d1bb0f7d78c8'),(11970,850,'career_2_text',''),(11971,850,'_career_2_text','field_5d1bb0f7d78c9'),(11972,850,'career_2',''),(11973,850,'_career_2','field_5d1bb0f7d78c7'),(11974,850,'career_3_title',''),(11975,850,'_career_3_title','field_5d1bb0f8d78cb'),(11976,850,'career_3_text',''),(11977,850,'_career_3_text','field_5d1bb0f8d78cc'),(11978,850,'career_3',''),(11979,850,'_career_3','field_5d1bb0f8d78ca'),(11980,850,'alert','Don’t see a position that suits? Send us your resume and suggested role at <a href=\"mailto:careers@cryptowallet.com\">careers@cryptowallet.com</a>'),(11981,850,'_alert','field_5d1bb0b8d78c6'),(11982,850,'title_team','Our Team'),(11983,850,'_title_team','field_5d1bb141d78ce'),(11984,850,'member_1_photo',''),(11985,850,'_member_1_photo','field_5d1bb194d78d2'),(11986,850,'member_1_name',''),(11987,850,'_member_1_name','field_5d1bb16ad78d0'),(11988,850,'member_1_role',''),(11989,850,'_member_1_role','field_5d1bb16ad78d1'),(11990,850,'member_1',''),(11991,850,'_member_1','field_5d1bb16ad78cf'),(11992,850,'member_2_photo',''),(11993,850,'_member_2_photo','field_5d1bb1efd78d4'),(11994,850,'member_2_name',''),(11995,850,'_member_2_name','field_5d1bb1efd78d5'),(11996,850,'member_2_role',''),(11997,850,'_member_2_role','field_5d1bb1efd78d6'),(11998,850,'member_2',''),(11999,850,'_member_2','field_5d1bb1efd78d3'),(12000,850,'member_3_photo',''),(12001,850,'_member_3_photo','field_5d1bb25e55268'),(12002,850,'member_3_name',''),(12003,850,'_member_3_name','field_5d1bb25e55269'),(12004,850,'member_3_role',''),(12005,850,'_member_3_role','field_5d1bb25e5526a'),(12006,850,'member_3',''),(12007,850,'_member_3','field_5d1bb25e55267'),(12008,850,'member_4_photo',''),(12009,850,'_member_4_photo','field_5d1bb25f5526c'),(12010,850,'member_4_name',''),(12011,850,'_member_4_name','field_5d1bb25f5526d'),(12012,850,'member_4_role',''),(12013,850,'_member_4_role','field_5d1bb25f5526e'),(12014,850,'member_4',''),(12015,850,'_member_4','field_5d1bb25f5526b'),(12016,850,'member_5_photo',''),(12017,850,'_member_5_photo','field_5d1bb26255270'),(12018,850,'member_5_name',''),(12019,850,'_member_5_name','field_5d1bb26255271'),(12020,850,'member_5_role',''),(12021,850,'_member_5_role','field_5d1bb26255272'),(12022,850,'member_5',''),(12023,850,'_member_5','field_5d1bb2625526f'),(12024,850,'member_6_photo',''),(12025,850,'_member_6_photo','field_5d1bb26655274'),(12026,850,'member_6_name',''),(12027,850,'_member_6_name','field_5d1bb26655275'),(12028,850,'member_6_role',''),(12029,850,'_member_6_role','field_5d1bb26655276'),(12030,850,'member_6',''),(12031,850,'_member_6','field_5d1bb26655273'),(12032,850,'title_meet','Come meet us'),(12033,850,'_title_meet','field_5d1bb2a4dd53e'),(12034,850,'text_meet','CryptoWallet is attending the events below, and we’re always delighted to meet new people interested in our technology.'),(12035,850,'_text_meet','field_5d1bb2c8dd53f'),(12036,850,'company_1_name',''),(12037,850,'_company_1_name','field_5d1bb2da63856'),(12038,850,'company_1_address',''),(12039,850,'_company_1_address','field_5d1bb2da63857'),(12040,850,'company_1_about',''),(12041,850,'_company_1_about','field_5d1bb32563858'),(12042,850,'company_1',''),(12043,850,'_company_1','field_5d1bb2da63854'),(12044,850,'company_2_name',''),(12045,850,'_company_2_name','field_5d1bb3496385a'),(12046,850,'company_2_address',''),(12047,850,'_company_2_address','field_5d1bb3496385b'),(12048,850,'company_2_about',''),(12049,850,'_company_2_about','field_5d1bb3496385c'),(12050,850,'company_2',''),(12051,850,'_company_2','field_5d1bb34963859'),(12052,850,'company_3_name',''),(12053,850,'_company_3_name','field_5d1bb34b6385e'),(12054,850,'company_3_address',''),(12055,850,'_company_3_address','field_5d1bb34b6385f'),(12056,850,'company_3_about',''),(12057,850,'_company_3_about','field_5d1bb34b63860'),(12058,850,'company_3',''),(12059,850,'_company_3','field_5d1bb34b6385d'),(12060,850,'blocks_0_title','Q1 2019'),(12061,850,'_blocks_0_title','field_5d1b9b0f2f94d'),(12062,850,'blocks_0_text','CryptoWallet was founded in [year], and our staff have worked tirelessly to develop disruptive products and solutions that will help usher in a new era of personal finance. You can read more about our goals below in our Roadmap.'),(12063,850,'_blocks_0_text','field_5d1b9b362f94e'),(12064,850,'blocks_1_title','Q2 2019'),(12065,850,'_blocks_1_title','field_5d1b9b0f2f94d'),(12066,850,'blocks_1_text','CryptoWallet was founded in [year], and our staff have worked tirelessly to develop disruptive products and solutions that will help usher in a new era of personal finance. You can read more about our goals below in our Roadmap.'),(12067,850,'_blocks_1_text','field_5d1b9b362f94e'),(12068,850,'blocks_2_title','Q3 2019'),(12069,850,'_blocks_2_title','field_5d1b9b0f2f94d'),(12070,850,'blocks_2_text','CryptoWallet was founded in [year], and our staff have worked tirelessly to develop disruptive products and solutions that will help usher in a new era of personal finance. You can read more about our goals below in our Roadmap.'),(12071,850,'_blocks_2_text','field_5d1b9b362f94e'),(12072,850,'blocks','3'),(12073,850,'_blocks','field_5d1b9adf2f94c'),(12074,850,'values','8'),(12075,850,'_values','field_5d1cc112229fd'),(12076,850,'careers','3'),(12077,850,'_careers','field_5d1bb076d78bd'),(12078,850,'team','6'),(12079,850,'_team','field_5d1bb16ad78cf'),(12080,850,'companies','3'),(12081,850,'_companies','field_5d1bb2da63854'),(12082,850,'title_values','Values'),(12083,850,'_title_values','field_5d1cc4efc2b1e'),(12084,850,'values_0_image','lamp'),(12085,850,'_values_0_image','field_5d1baeee64511'),(12086,850,'values_0_title','Long-term Thinking'),(12087,850,'_values_0_title','field_5d1bae0d254fb'),(12088,850,'values_0_text','At CryptoWallet, we’re on a mission to build the future with care and attention it deserves.'),(12089,850,'_values_0_text','field_5d1bae0d254fc'),(12090,850,'values_1_image','certified'),(12091,850,'_values_1_image','field_5d1baeee64511'),(12092,850,'values_1_title','Accountability'),(12093,850,'_values_1_title','field_5d1bae0d254fb'),(12094,850,'values_1_text','We hold ourselves to the highest industry standards in everything that we do, and we foster a company culture of responsibility, transparency, and accountability.'),(12095,850,'_values_1_text','field_5d1bae0d254fc'),(12096,850,'values_2_image','eye'),(12097,850,'_values_2_image','field_5d1baeee64511'),(12098,850,'values_2_title','Sharp Focus'),(12099,850,'_values_2_title','field_5d1bae0d254fb'),(12100,850,'values_2_text','We keep a sharp focus to provide buying, trading, storage, and spending solutions for cryptocurrency investors. At CryptoWallet, we keep our eyes on the road ahead.'),(12101,850,'_values_2_text','field_5d1bae0d254fc'),(12102,850,'values_3_image','message'),(12103,850,'_values_3_image','field_5d1baeee64511'),(12104,850,'values_3_title','Open-door Policy'),(12105,850,'_values_3_title','field_5d1bae0d254fb'),(12106,850,'values_3_text','We need to be open to any and all input from our colleagues at all levels as well as our users and supporters. Our door is always open to improvement.'),(12107,850,'_values_3_text','field_5d1bae0d254fc'),(12108,850,'values_4_image','signal'),(12109,850,'_values_4_image','field_5d1baeee64511'),(12110,850,'values_4_title','Adaptability'),(12111,850,'_values_4_title','field_5d1bae0d254fb'),(12112,850,'values_4_text','In a quickly-changing industry, we need to be able to react quickly as well. We adapt, overcome, and deliver.'),(12113,850,'_values_4_text','field_5d1bae0d254fc'),(12114,850,'values_5_image','search'),(12115,850,'_values_5_image','field_5d1baeee64511'),(12116,850,'values_5_title','Always Learning'),(12117,850,'_values_5_title','field_5d1bae0d254fb'),(12118,850,'values_5_text','Knowledge is the best tool at our disposal. We’re always researching and developing the most cutting-edge solutions to emerging problems.'),(12119,850,'_values_5_text','field_5d1bae0d254fc'),(12120,850,'values_6_image','earth'),(12121,850,'_values_6_image','field_5d1baeee64511'),(12122,850,'values_6_title','Pro-Active'),(12123,850,'_values_6_title','field_5d1bae0d254fb'),(12124,850,'values_6_text','Whether we’re developing new ideas, getting in touch with our community, or expanding our staff, we’re in constant motion at CryptoWallet.'),(12125,850,'_values_6_text','field_5d1bae0d254fc'),(12126,850,'values_7_image','moon'),(12127,850,'_values_7_image','field_5d1baeee64511'),(12128,850,'values_7_title','Scientific Dreaming'),(12129,850,'_values_7_title','field_5d1bae0d254fb'),(12130,850,'values_7_text','We pride ourselves on using our imaginations and dreaming big too. Every day is an opportunity to do something amazing.'),(12131,850,'_values_7_text','field_5d1bae0d254fc'),(12132,850,'careers_0_title','Job Title'),(12133,850,'_careers_0_title','field_5d1bb076d78be'),(12134,850,'careers_0_text','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.'),(12135,850,'_careers_0_text','field_5d1bb076d78bf'),(12136,850,'careers_1_title','Job Title'),(12137,850,'_careers_1_title','field_5d1bb076d78be'),(12138,850,'careers_1_text','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.'),(12139,850,'_careers_1_text','field_5d1bb076d78bf'),(12140,850,'careers_2_title','Job Title'),(12141,850,'_careers_2_title','field_5d1bb076d78be'),(12142,850,'careers_2_text','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.'),(12143,850,'_careers_2_text','field_5d1bb076d78bf'),(12144,850,'team_0_photo','845'),(12145,850,'_team_0_photo','field_5d1bb194d78d2'),(12146,850,'team_0_name','Name Placeholder'),(12147,850,'_team_0_name','field_5d1bb16ad78d0'),(12148,850,'team_0_role','CEO'),(12149,850,'_team_0_role','field_5d1bb16ad78d1'),(12150,850,'team_1_photo','845'),(12151,850,'_team_1_photo','field_5d1bb194d78d2'),(12152,850,'team_1_name','Name Placeholder'),(12153,850,'_team_1_name','field_5d1bb16ad78d0'),(12154,850,'team_1_role','Founder'),(12155,850,'_team_1_role','field_5d1bb16ad78d1'),(12156,850,'team_2_photo','845'),(12157,850,'_team_2_photo','field_5d1bb194d78d2'),(12158,850,'team_2_name','Name Placeholder'),(12159,850,'_team_2_name','field_5d1bb16ad78d0'),(12160,850,'team_2_role','CFO'),(12161,850,'_team_2_role','field_5d1bb16ad78d1'),(12162,850,'team_3_photo','845'),(12163,850,'_team_3_photo','field_5d1bb194d78d2'),(12164,850,'team_3_name','Name Placeholder'),(12165,850,'_team_3_name','field_5d1bb16ad78d0'),(12166,850,'team_3_role','CTO'),(12167,850,'_team_3_role','field_5d1bb16ad78d1'),(12168,850,'team_4_photo','845'),(12169,850,'_team_4_photo','field_5d1bb194d78d2'),(12170,850,'team_4_name','Name Placeholder'),(12171,850,'_team_4_name','field_5d1bb16ad78d0'),(12172,850,'team_4_role','Head of Product'),(12173,850,'_team_4_role','field_5d1bb16ad78d1'),(12174,850,'team_5_photo','845'),(12175,850,'_team_5_photo','field_5d1bb194d78d2'),(12176,850,'team_5_name','Name Placeholder'),(12177,850,'_team_5_name','field_5d1bb16ad78d0'),(12178,850,'team_5_role','Head of Marketing'),(12179,850,'_team_5_role','field_5d1bb16ad78d1'),(12180,850,'companies_0_name','Event Title Placeholder'),(12181,850,'_companies_0_name','field_5d1bb2da63856'),(12182,850,'companies_0_address','January 15, 2019\r\nThe Ritz Carlton\r\nNew York, NY'),(12183,850,'_companies_0_address','field_5d1bb2da63857'),(12184,850,'companies_0_about','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.'),(12185,850,'_companies_0_about','field_5d1bb32563858'),(12186,850,'companies_1_name','Event Title Placeholder'),(12187,850,'_companies_1_name','field_5d1bb2da63856'),(12188,850,'companies_1_address','January 15, 2019\r\nThe Ritz Carlton\r\nNew York, NY'),(12189,850,'_companies_1_address','field_5d1bb2da63857'),(12190,850,'companies_1_about','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.'),(12191,850,'_companies_1_about','field_5d1bb32563858'),(12192,850,'companies_2_name','Event Title Placeholder'),(12193,850,'_companies_2_name','field_5d1bb2da63856'),(12194,850,'companies_2_address','January 15, 2019\r\nThe Ritz Carlton\r\nNew York, NY'),(12195,850,'_companies_2_address','field_5d1bb2da63857'),(12196,850,'companies_2_about','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.'),(12197,850,'_companies_2_about','field_5d1bb32563858'),(12198,850,'show_crypto_funds','0'),(12199,850,'_show_crypto_funds','field_5d1cd58ba65cf'),(12201,421,'_wpml_media_duplicate','0'),(12202,845,'_wpml_media_usage','a:1:{s:5:\"posts\";a:1:{i:0;i:136;}}'),(12203,9,'show_crypto_funds','0'),(12204,9,'_show_crypto_funds','field_5d1cd58ba65cf'),(12205,9,'categories_posts_number_of_posts_1','-1'),(12206,9,'_categories_posts_number_of_posts_1','field_5d449ee7c906d'),(12207,9,'categories_posts_number_of_posts_2','-1'),(12208,9,'_categories_posts_number_of_posts_2','field_5d449f1dc906e'),(12209,9,'categories_posts_number_of_posts_3','-1'),(12210,9,'_categories_posts_number_of_posts_3','field_5d449f1ec906f'),(12211,9,'categories_posts_number_of_posts_4','-1'),(12212,9,'_categories_posts_number_of_posts_4','field_5d449f20c9070'),(12213,9,'categories_posts_number_of_posts_5','-1'),(12214,9,'_categories_posts_number_of_posts_5','field_5d449f21c9071'),(12215,30,'show_crypto_funds','0'),(12216,30,'_show_crypto_funds','field_5d1cd58ba65cf'),(12217,30,'categories_posts_number_of_posts_1','-1'),(12218,30,'_categories_posts_number_of_posts_1','field_5d449ee7c906d'),(12219,30,'categories_posts_number_of_posts_2','-1'),(12220,30,'_categories_posts_number_of_posts_2','field_5d449f1dc906e'),(12221,30,'categories_posts_number_of_posts_3','-1'),(12222,30,'_categories_posts_number_of_posts_3','field_5d449f1ec906f'),(12223,30,'categories_posts_number_of_posts_4','-1'),(12224,30,'_categories_posts_number_of_posts_4','field_5d449f20c9070'),(12225,30,'categories_posts_number_of_posts_5','-1'),(12226,30,'_categories_posts_number_of_posts_5','field_5d449f21c9071'),(12228,857,'_wpml_word_count','{\"total\":0,\"to_translate\":{\"en\":2,\"ja\":2,\"ru\":2,\"sg\":2,\"es\":2}}'),(12229,857,'_wpml_media_featured','1'),(12230,857,'_wpml_media_duplicate','1'),(12231,884,'_wpml_word_count','{\"total\":0,\"to_translate\":{\"en\":2,\"ja\":2,\"ru\":2,\"sg\":2,\"es\":2}}'),(12232,884,'_wpml_media_featured','1'),(12233,884,'_wpml_media_duplicate','1'),(12236,399,'_wpml_media_featured','1'),(12237,399,'_wpml_media_duplicate','1'),(12238,397,'_wpml_media_usage','a:1:{s:5:\"posts\";a:2:{i:0;i:399;i:1;i:396;}}'),(12241,400,'_wpml_media_featured','1'),(12242,400,'_wpml_media_duplicate','1'),(12243,413,'_wpml_media_usage','a:1:{s:5:\"posts\";a:1:{i:0;i:400;}}'),(12246,401,'_wpml_media_featured','1'),(12247,401,'_wpml_media_duplicate','1'),(12248,411,'_wpml_media_usage','a:1:{s:5:\"posts\";a:1:{i:0;i:401;}}'),(12251,396,'_wpml_media_featured','1'),(12252,396,'_wpml_media_duplicate','1'),(12253,409,'_wpml_media_usage','a:1:{s:5:\"posts\";a:1:{i:0;i:396;}}'),(12254,886,'_wpml_word_count','{\"total\":0,\"to_translate\":{\"en\":312,\"ja\":312,\"ru\":312,\"sg\":312,\"es\":312}}'),(12255,886,'_edit_lock','1565126302:1'),(12256,886,'_edit_last','1'),(12259,886,'type','28'),(12260,886,'_type','field_5d48826cdbf64'),(12261,886,'related_posts_0_post',''),(12262,886,'_related_posts_0_post','field_5d238b9967802'),(12263,886,'related_posts_1_post',''),(12264,886,'_related_posts_1_post','field_5d238b9967802'),(12265,886,'related_posts_2_post',''),(12266,886,'_related_posts_2_post','field_5d238b9967802'),(12267,886,'related_posts','3'),(12268,886,'_related_posts','field_5d238b6e67801'),(12269,887,'type','28'),(12270,887,'_type','field_5d48826cdbf64'),(12271,887,'related_posts_0_post',''),(12272,887,'_related_posts_0_post','field_5d238b9967802'),(12273,887,'related_posts_1_post',''),(12274,887,'_related_posts_1_post','field_5d238b9967802'),(12275,887,'related_posts_2_post',''),(12276,887,'_related_posts_2_post','field_5d238b9967802'),(12277,887,'related_posts','3'),(12278,887,'_related_posts','field_5d238b6e67801'),(12279,886,'_wpml_media_duplicate','1'),(12280,886,'_wpml_media_featured','1'),(12281,888,'_wpml_word_count','{\"total\":312,\"to_translate\":{\"ja\":312,\"ru\":312,\"sg\":312,\"es\":312}}'),(12282,888,'_wpml_media_featured','1'),(12283,888,'_wpml_media_duplicate','1'),(12284,888,'_wpml_word_count','{\"total\":312,\"to_translate\":{\"ja\":312,\"ru\":312,\"sg\":312,\"es\":312}}'),(12285,888,'type','28'),(12286,888,'_type','field_5d48826cdbf64'),(12287,888,'related_posts_0_post',''),(12288,888,'_related_posts_0_post','field_5d238b9967802'),(12289,888,'related_posts_1_post',''),(12290,888,'_related_posts_1_post','field_5d238b9967802'),(12291,888,'related_posts_2_post',''),(12292,888,'_related_posts_2_post','field_5d238b9967802'),(12293,888,'related_posts','3'),(12294,888,'_related_posts','field_5d238b6e67801'),(12295,888,'_wpml_media_duplicate','1'),(12296,888,'_wpml_media_featured','1'),(12297,888,'_dp_original','886'),(12298,889,'_wpml_word_count','{\"total\":312,\"to_translate\":{\"ja\":312,\"ru\":312,\"sg\":312,\"es\":312}}'),(12299,889,'_wpml_media_featured','1'),(12300,889,'_wpml_media_duplicate','1'),(12301,889,'_wpml_word_count','{\"total\":312,\"to_translate\":{\"ja\":312,\"ru\":312,\"sg\":312,\"es\":312}}'),(12302,889,'_wpml_word_count','{\"total\":312,\"to_translate\":{\"ja\":312,\"ru\":312,\"sg\":312,\"es\":312}}'),(12303,889,'_wpml_media_featured','1'),(12304,889,'_wpml_media_featured','1'),(12305,889,'_wpml_media_duplicate','1'),(12306,889,'_wpml_media_duplicate','1'),(12307,889,'type','28'),(12308,889,'_type','field_5d48826cdbf64'),(12309,889,'related_posts_0_post',''),(12310,889,'_related_posts_0_post','field_5d238b9967802'),(12311,889,'related_posts_1_post',''),(12312,889,'_related_posts_1_post','field_5d238b9967802'),(12313,889,'related_posts_2_post',''),(12314,889,'_related_posts_2_post','field_5d238b9967802'),(12315,889,'related_posts','3'),(12316,889,'_related_posts','field_5d238b6e67801'),(12318,889,'_dp_original','888'),(12319,890,'_wpml_word_count','{\"total\":312,\"to_translate\":{\"ja\":312,\"ru\":312,\"sg\":312,\"es\":312}}'),(12320,890,'_wpml_media_featured','1'),(12321,890,'_wpml_media_duplicate','1'),(12322,890,'_wpml_word_count','{\"total\":312,\"to_translate\":{\"ja\":312,\"ru\":312,\"sg\":312,\"es\":312}}'),(12323,890,'_wpml_word_count','{\"total\":312,\"to_translate\":{\"ja\":312,\"ru\":312,\"sg\":312,\"es\":312}}'),(12324,890,'_wpml_word_count','{\"total\":312,\"to_translate\":{\"ja\":312,\"ru\":312,\"sg\":312,\"es\":312}}'),(12325,890,'_wpml_media_featured','1'),(12326,890,'_wpml_media_featured','1'),(12327,890,'_wpml_media_featured','1'),(12328,890,'_wpml_media_duplicate','1'),(12329,890,'_wpml_media_duplicate','1'),(12330,890,'_wpml_media_duplicate','1'),(12331,890,'type','28'),(12332,890,'_type','field_5d48826cdbf64'),(12333,890,'related_posts_0_post',''),(12334,890,'_related_posts_0_post','field_5d238b9967802'),(12335,890,'related_posts_1_post',''),(12336,890,'_related_posts_1_post','field_5d238b9967802'),(12337,890,'related_posts_2_post',''),(12338,890,'_related_posts_2_post','field_5d238b9967802'),(12339,890,'related_posts','3'),(12340,890,'_related_posts','field_5d238b6e67801'),(12342,890,'_dp_original','889'),(12343,891,'_wpml_word_count','{\"total\":312,\"to_translate\":{\"ja\":312,\"ru\":312,\"sg\":312,\"es\":312}}'),(12344,891,'_wpml_media_featured','1'),(12345,891,'_wpml_media_duplicate','1'),(12346,891,'_wpml_word_count','{\"total\":312,\"to_translate\":{\"ja\":312,\"ru\":312,\"sg\":312,\"es\":312}}'),(12347,891,'_wpml_word_count','{\"total\":312,\"to_translate\":{\"ja\":312,\"ru\":312,\"sg\":312,\"es\":312}}'),(12348,891,'_wpml_media_featured','1'),(12349,891,'_wpml_media_featured','1'),(12350,891,'_wpml_media_duplicate','1'),(12351,891,'_wpml_media_duplicate','1'),(12352,891,'type','28'),(12353,891,'_type','field_5d48826cdbf64'),(12354,891,'related_posts_0_post',''),(12355,891,'_related_posts_0_post','field_5d238b9967802'),(12356,891,'related_posts_1_post',''),(12357,891,'_related_posts_1_post','field_5d238b9967802'),(12358,891,'related_posts_2_post',''),(12359,891,'_related_posts_2_post','field_5d238b9967802'),(12360,891,'related_posts','3'),(12361,891,'_related_posts','field_5d238b6e67801'),(12363,891,'_dp_original','888'),(12364,892,'_wpml_word_count','{\"total\":312,\"to_translate\":{\"ja\":312,\"ru\":312,\"sg\":312,\"es\":312}}'),(12365,892,'_wpml_media_featured','1'),(12366,892,'_wpml_media_duplicate','1'),(12367,892,'_wpml_word_count','{\"total\":312,\"to_translate\":{\"ja\":312,\"ru\":312,\"sg\":312,\"es\":312}}'),(12368,892,'type','28'),(12369,892,'_type','field_5d48826cdbf64'),(12370,892,'related_posts_0_post',''),(12371,892,'_related_posts_0_post','field_5d238b9967802'),(12372,892,'related_posts_1_post',''),(12373,892,'_related_posts_1_post','field_5d238b9967802'),(12374,892,'related_posts_2_post',''),(12375,892,'_related_posts_2_post','field_5d238b9967802'),(12376,892,'related_posts','3'),(12377,892,'_related_posts','field_5d238b6e67801'),(12378,892,'_wpml_media_duplicate','1'),(12379,892,'_wpml_media_featured','1'),(12380,892,'_dp_original','886'),(12391,671,'archive_for_download','904'),(12392,671,'_archive_for_download','field_5d486e3676668'),(12393,671,'title_1','Slogan'),(12394,671,'_title_1','field_5d486eb276669'),(12395,671,'title_2','Boilerplate'),(12396,671,'_title_2','field_5d486ee07666a'),(12397,671,'text_1','Crypto is money - let’s use it.'),(12398,671,'_text_1','field_5d486efe7666b'),(12399,671,'text_2','CryptoWallet provides end-to-end solutions to enable people to buy, trade, and spend cryptocurrencies online and in real stores through the CryptoWallet VISA Debit Card.  CryptoWallet aims to bridge the gap between the worlds of commerce and cryptocurrency once and for all.'),(12400,671,'_text_2','field_5d486f177666c'),(12401,671,'title_logo','LOGO & ICON'),(12402,671,'_title_logo','field_5d486fbf2b4bd'),(12403,671,'text_logo','A full-color and knocked-out logo and icon are available for use. Please use our primary purple or black background when using the knocked out versions. '),(12404,671,'_text_logo','field_5d486fd02b4be'),(12405,671,'logo_&_icon_logo_1','1018'),(12406,671,'_logo_&_icon_logo_1','field_5d486ff32b4bf'),(12407,671,'logo_&_icon_warning_logo_1','An amount of padding the size of the CryptoWallet “O” should be applied around all placements of the logo.'),(12408,671,'_logo_&_icon_warning_logo_1','field_5d4870132b4c0'),(12409,671,'logo_&_icon_logo_1_night','987'),(12410,671,'_logo_&_icon_logo_1_night','field_5d4870732b4c3'),(12411,671,'logo_&_icon_logo_1_day','977'),(12412,671,'_logo_&_icon_logo_1_day','field_5d4870882b4c4'),(12413,671,'logo_&_icon_logo_2','1013'),(12414,671,'_logo_&_icon_logo_2','field_5d4870682b4c1'),(12415,671,'logo_&_icon_warning_logo_2','An amount of padding the size of the CryptoWallet “O” should be applied around all placements of the icon.'),(12416,671,'_logo_&_icon_warning_logo_2','field_5d48706a2b4c2'),(12417,671,'logo_&_icon_logo_2_night','1002'),(12418,671,'_logo_&_icon_logo_2_night','field_5d48709a2b4c5'),(12419,671,'logo_&_icon_logo_2_day','992'),(12420,671,'_logo_&_icon_logo_2_day','field_5d48709d2b4c6'),(12421,671,'logo_&_icon',''),(12422,671,'_logo_&_icon','field_5d486f832b4bc'),(12423,671,'title_color','COLOR PALETTE'),(12424,671,'_title_color','field_5d4872ca8e010'),(12425,671,'text_color','Use only the colors listed below when producing content for CryptoWallet.'),(12426,671,'_text_color','field_5d4872ca8e011'),(12427,671,'color_palette','8'),(12428,671,'_color_palette','field_5d4872ca8e00f'),(12429,671,'title_press','Press Releases'),(12430,671,'_title_press','field_5d487433c5d08'),(12431,671,'text_press','Interested in writing about CryptoWallet in the media?\r\nHere are some resources to help.'),(12432,671,'_text_press','field_5d487435c5d09'),(12433,672,'archive_for_download',''),(12434,672,'_archive_for_download','field_5d486e3676668'),(12435,672,'title_1','Slogan'),(12436,672,'_title_1','field_5d486eb276669'),(12437,672,'title_2','Boilerplate'),(12438,672,'_title_2','field_5d486ee07666a'),(12439,672,'text_1',''),(12440,672,'_text_1','field_5d486efe7666b'),(12441,672,'text_2',''),(12442,672,'_text_2','field_5d486f177666c'),(12443,672,'title_logo','LOGO & ICON'),(12444,672,'_title_logo','field_5d486fbf2b4bd'),(12445,672,'text_logo',''),(12446,672,'_text_logo','field_5d486fd02b4be'),(12447,672,'logo_&_icon_logo_1',''),(12448,672,'_logo_&_icon_logo_1','field_5d486ff32b4bf'),(12449,672,'logo_&_icon_warning_logo_1',''),(12450,672,'_logo_&_icon_warning_logo_1','field_5d4870132b4c0'),(12451,672,'logo_&_icon_logo_1_night',''),(12452,672,'_logo_&_icon_logo_1_night','field_5d4870732b4c3'),(12453,672,'logo_&_icon_logo_1_day',''),(12454,672,'_logo_&_icon_logo_1_day','field_5d4870882b4c4'),(12455,672,'logo_&_icon_logo_2',''),(12456,672,'_logo_&_icon_logo_2','field_5d4870682b4c1'),(12457,672,'logo_&_icon_warning_logo_2',''),(12458,672,'_logo_&_icon_warning_logo_2','field_5d48706a2b4c2'),(12459,672,'logo_&_icon_logo_2_night',''),(12460,672,'_logo_&_icon_logo_2_night','field_5d48709a2b4c5'),(12461,672,'logo_&_icon_logo_2_day',''),(12462,672,'_logo_&_icon_logo_2_day','field_5d48709d2b4c6'),(12463,672,'logo_&_icon',''),(12464,672,'_logo_&_icon','field_5d486f832b4bc'),(12465,672,'title_color','COLOR PALETTE'),(12466,672,'_title_color','field_5d4872ca8e010'),(12467,672,'text_color',''),(12468,672,'_text_color','field_5d4872ca8e011'),(12469,672,'color_palette',''),(12470,672,'_color_palette','field_5d4872ca8e00f'),(12471,672,'title_press','Press Releases'),(12472,672,'_title_press','field_5d487433c5d08'),(12473,672,'text_press',''),(12474,672,'_text_press','field_5d487435c5d09'),(12475,899,'_wp_attached_file','2019/08/logo-cryptowallet-day.png'),(12476,900,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:469;s:6:\"height\";i:111;s:4:\"file\";s:33:\"2019/08/logo-cryptowallet-day.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"logo-cryptowallet-day-150x111.png\";s:5:\"width\";i:150;s:6:\"height\";i:111;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"logo-cryptowallet-day-300x71.png\";s:5:\"width\";i:300;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12477,900,'_wp_attached_file','2019/08/logo-cryptowallet-day.png'),(12478,900,'wpml_media_processed','1'),(12479,901,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:469;s:6:\"height\";i:111;s:4:\"file\";s:33:\"2019/08/logo-cryptowallet-day.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"logo-cryptowallet-day-150x111.png\";s:5:\"width\";i:150;s:6:\"height\";i:111;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"logo-cryptowallet-day-300x71.png\";s:5:\"width\";i:300;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12480,901,'_wp_attached_file','2019/08/logo-cryptowallet-day.png'),(12481,901,'wpml_media_processed','1'),(12482,902,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:469;s:6:\"height\";i:111;s:4:\"file\";s:33:\"2019/08/logo-cryptowallet-day.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"logo-cryptowallet-day-150x111.png\";s:5:\"width\";i:150;s:6:\"height\";i:111;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"logo-cryptowallet-day-300x71.png\";s:5:\"width\";i:300;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12483,902,'_wp_attached_file','2019/08/logo-cryptowallet-day.png'),(12484,902,'wpml_media_processed','1'),(12485,903,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:469;s:6:\"height\";i:111;s:4:\"file\";s:33:\"2019/08/logo-cryptowallet-day.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"logo-cryptowallet-day-150x111.png\";s:5:\"width\";i:150;s:6:\"height\";i:111;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"logo-cryptowallet-day-300x71.png\";s:5:\"width\";i:300;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12486,903,'_wp_attached_file','2019/08/logo-cryptowallet-day.png'),(12487,903,'wpml_media_processed','1'),(12488,899,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:469;s:6:\"height\";i:111;s:4:\"file\";s:33:\"2019/08/logo-cryptowallet-day.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"logo-cryptowallet-day-150x111.png\";s:5:\"width\";i:150;s:6:\"height\";i:111;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"logo-cryptowallet-day-300x71.png\";s:5:\"width\";i:300;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12489,904,'_wp_attached_file','2019/08/logo-cryptowallet-full.png'),(12490,905,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:703;s:6:\"height\";i:193;s:4:\"file\";s:34:\"2019/08/logo-cryptowallet-full.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"logo-cryptowallet-full-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"logo-cryptowallet-full-300x82.png\";s:5:\"width\";i:300;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"thumb-posts\";a:4:{s:4:\"file\";s:34:\"logo-cryptowallet-full-612x193.png\";s:5:\"width\";i:612;s:6:\"height\";i:193;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12491,905,'_wp_attached_file','2019/08/logo-cryptowallet-full.png'),(12492,905,'wpml_media_processed','1'),(12493,906,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:703;s:6:\"height\";i:193;s:4:\"file\";s:34:\"2019/08/logo-cryptowallet-full.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"logo-cryptowallet-full-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"logo-cryptowallet-full-300x82.png\";s:5:\"width\";i:300;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"thumb-posts\";a:4:{s:4:\"file\";s:34:\"logo-cryptowallet-full-612x193.png\";s:5:\"width\";i:612;s:6:\"height\";i:193;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12494,906,'_wp_attached_file','2019/08/logo-cryptowallet-full.png'),(12495,906,'wpml_media_processed','1'),(12496,907,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:703;s:6:\"height\";i:193;s:4:\"file\";s:34:\"2019/08/logo-cryptowallet-full.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"logo-cryptowallet-full-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"logo-cryptowallet-full-300x82.png\";s:5:\"width\";i:300;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"thumb-posts\";a:4:{s:4:\"file\";s:34:\"logo-cryptowallet-full-612x193.png\";s:5:\"width\";i:612;s:6:\"height\";i:193;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12497,907,'_wp_attached_file','2019/08/logo-cryptowallet-full.png'),(12498,907,'wpml_media_processed','1'),(12499,908,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:703;s:6:\"height\";i:193;s:4:\"file\";s:34:\"2019/08/logo-cryptowallet-full.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"logo-cryptowallet-full-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"logo-cryptowallet-full-300x82.png\";s:5:\"width\";i:300;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"thumb-posts\";a:4:{s:4:\"file\";s:34:\"logo-cryptowallet-full-612x193.png\";s:5:\"width\";i:612;s:6:\"height\";i:193;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12500,908,'_wp_attached_file','2019/08/logo-cryptowallet-full.png'),(12501,908,'wpml_media_processed','1'),(12502,904,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:703;s:6:\"height\";i:193;s:4:\"file\";s:34:\"2019/08/logo-cryptowallet-full.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"logo-cryptowallet-full-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"logo-cryptowallet-full-300x82.png\";s:5:\"width\";i:300;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"thumb-posts\";a:4:{s:4:\"file\";s:34:\"logo-cryptowallet-full-612x193.png\";s:5:\"width\";i:612;s:6:\"height\";i:193;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12503,909,'_wp_attached_file','2019/08/logo-cryptowallet-icon.png'),(12504,910,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:295;s:6:\"height\";i:206;s:4:\"file\";s:34:\"2019/08/logo-cryptowallet-icon.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"logo-cryptowallet-icon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12505,910,'_wp_attached_file','2019/08/logo-cryptowallet-icon.png'),(12506,910,'wpml_media_processed','1'),(12507,911,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:295;s:6:\"height\";i:206;s:4:\"file\";s:34:\"2019/08/logo-cryptowallet-icon.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"logo-cryptowallet-icon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12508,911,'_wp_attached_file','2019/08/logo-cryptowallet-icon.png'),(12509,911,'wpml_media_processed','1'),(12510,912,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:295;s:6:\"height\";i:206;s:4:\"file\";s:34:\"2019/08/logo-cryptowallet-icon.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"logo-cryptowallet-icon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12511,912,'_wp_attached_file','2019/08/logo-cryptowallet-icon.png'),(12512,912,'wpml_media_processed','1'),(12513,913,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:295;s:6:\"height\";i:206;s:4:\"file\";s:34:\"2019/08/logo-cryptowallet-icon.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"logo-cryptowallet-icon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12514,913,'_wp_attached_file','2019/08/logo-cryptowallet-icon.png'),(12515,913,'wpml_media_processed','1'),(12516,909,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:295;s:6:\"height\";i:206;s:4:\"file\";s:34:\"2019/08/logo-cryptowallet-icon.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"logo-cryptowallet-icon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12517,914,'_wp_attached_file','2019/08/logo-cryptowallet-icon-day.png'),(12518,915,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:162;s:6:\"height\";i:112;s:4:\"file\";s:38:\"2019/08/logo-cryptowallet-icon-day.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"logo-cryptowallet-icon-day-150x112.png\";s:5:\"width\";i:150;s:6:\"height\";i:112;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12519,915,'_wp_attached_file','2019/08/logo-cryptowallet-icon-day.png'),(12520,915,'wpml_media_processed','1'),(12521,916,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:162;s:6:\"height\";i:112;s:4:\"file\";s:38:\"2019/08/logo-cryptowallet-icon-day.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"logo-cryptowallet-icon-day-150x112.png\";s:5:\"width\";i:150;s:6:\"height\";i:112;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12522,916,'_wp_attached_file','2019/08/logo-cryptowallet-icon-day.png'),(12523,916,'wpml_media_processed','1'),(12524,917,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:162;s:6:\"height\";i:112;s:4:\"file\";s:38:\"2019/08/logo-cryptowallet-icon-day.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"logo-cryptowallet-icon-day-150x112.png\";s:5:\"width\";i:150;s:6:\"height\";i:112;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12525,917,'_wp_attached_file','2019/08/logo-cryptowallet-icon-day.png'),(12526,917,'wpml_media_processed','1'),(12527,918,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:162;s:6:\"height\";i:112;s:4:\"file\";s:38:\"2019/08/logo-cryptowallet-icon-day.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"logo-cryptowallet-icon-day-150x112.png\";s:5:\"width\";i:150;s:6:\"height\";i:112;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12528,918,'_wp_attached_file','2019/08/logo-cryptowallet-icon-day.png'),(12529,918,'wpml_media_processed','1'),(12530,914,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:162;s:6:\"height\";i:112;s:4:\"file\";s:38:\"2019/08/logo-cryptowallet-icon-day.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"logo-cryptowallet-icon-day-150x112.png\";s:5:\"width\";i:150;s:6:\"height\";i:112;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12531,919,'_wp_attached_file','2019/08/logo-cryptowallet-icon-night.png'),(12532,920,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:160;s:6:\"height\";i:111;s:4:\"file\";s:40:\"2019/08/logo-cryptowallet-icon-night.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"logo-cryptowallet-icon-night-150x111.png\";s:5:\"width\";i:150;s:6:\"height\";i:111;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12533,920,'_wp_attached_file','2019/08/logo-cryptowallet-icon-night.png'),(12534,920,'wpml_media_processed','1'),(12535,921,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:160;s:6:\"height\";i:111;s:4:\"file\";s:40:\"2019/08/logo-cryptowallet-icon-night.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"logo-cryptowallet-icon-night-150x111.png\";s:5:\"width\";i:150;s:6:\"height\";i:111;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12536,921,'_wp_attached_file','2019/08/logo-cryptowallet-icon-night.png'),(12537,921,'wpml_media_processed','1'),(12538,922,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:160;s:6:\"height\";i:111;s:4:\"file\";s:40:\"2019/08/logo-cryptowallet-icon-night.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"logo-cryptowallet-icon-night-150x111.png\";s:5:\"width\";i:150;s:6:\"height\";i:111;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12539,922,'_wp_attached_file','2019/08/logo-cryptowallet-icon-night.png'),(12540,922,'wpml_media_processed','1'),(12541,923,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:160;s:6:\"height\";i:111;s:4:\"file\";s:40:\"2019/08/logo-cryptowallet-icon-night.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"logo-cryptowallet-icon-night-150x111.png\";s:5:\"width\";i:150;s:6:\"height\";i:111;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12542,923,'_wp_attached_file','2019/08/logo-cryptowallet-icon-night.png'),(12543,923,'wpml_media_processed','1'),(12544,919,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:160;s:6:\"height\";i:111;s:4:\"file\";s:40:\"2019/08/logo-cryptowallet-icon-night.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"logo-cryptowallet-icon-night-150x111.png\";s:5:\"width\";i:150;s:6:\"height\";i:111;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12545,924,'_wp_attached_file','2019/08/logo-cryptowallet-night.png'),(12546,925,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:469;s:6:\"height\";i:110;s:4:\"file\";s:35:\"2019/08/logo-cryptowallet-night.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"logo-cryptowallet-night-150x110.png\";s:5:\"width\";i:150;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"logo-cryptowallet-night-300x70.png\";s:5:\"width\";i:300;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12547,925,'_wp_attached_file','2019/08/logo-cryptowallet-night.png'),(12548,925,'wpml_media_processed','1'),(12549,926,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:469;s:6:\"height\";i:110;s:4:\"file\";s:35:\"2019/08/logo-cryptowallet-night.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"logo-cryptowallet-night-150x110.png\";s:5:\"width\";i:150;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"logo-cryptowallet-night-300x70.png\";s:5:\"width\";i:300;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12550,926,'_wp_attached_file','2019/08/logo-cryptowallet-night.png'),(12551,926,'wpml_media_processed','1'),(12552,927,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:469;s:6:\"height\";i:110;s:4:\"file\";s:35:\"2019/08/logo-cryptowallet-night.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"logo-cryptowallet-night-150x110.png\";s:5:\"width\";i:150;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"logo-cryptowallet-night-300x70.png\";s:5:\"width\";i:300;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12553,927,'_wp_attached_file','2019/08/logo-cryptowallet-night.png'),(12554,927,'wpml_media_processed','1'),(12555,928,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:469;s:6:\"height\";i:110;s:4:\"file\";s:35:\"2019/08/logo-cryptowallet-night.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"logo-cryptowallet-night-150x110.png\";s:5:\"width\";i:150;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"logo-cryptowallet-night-300x70.png\";s:5:\"width\";i:300;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12556,928,'_wp_attached_file','2019/08/logo-cryptowallet-night.png'),(12557,928,'wpml_media_processed','1'),(12558,924,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:469;s:6:\"height\";i:110;s:4:\"file\";s:35:\"2019/08/logo-cryptowallet-night.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"logo-cryptowallet-night-150x110.png\";s:5:\"width\";i:150;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"logo-cryptowallet-night-300x70.png\";s:5:\"width\";i:300;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12559,671,'color_palette_0_color','#440054'),(12560,671,'_color_palette_0_color','field_5d48732c99a7c'),(12561,671,'color_palette_1_color','#5a3585'),(12562,671,'_color_palette_1_color','field_5d48732c99a7c'),(12563,671,'color_palette_2_color','#1de9b6'),(12564,671,'_color_palette_2_color','field_5d48732c99a7c'),(12565,671,'color_palette_3_color','#ffe082'),(12566,671,'_color_palette_3_color','field_5d48732c99a7c'),(12567,671,'color_palette_4_color','#58d5c4'),(12568,671,'_color_palette_4_color','field_5d48732c99a7c'),(12569,671,'color_palette_5_color','#ff7a76'),(12570,671,'_color_palette_5_color','field_5d48732c99a7c'),(12571,671,'color_palette_6_color','#ffcb8d'),(12572,671,'_color_palette_6_color','field_5d48732c99a7c'),(12573,671,'color_palette_7_color','#536dfe'),(12574,671,'_color_palette_7_color','field_5d48732c99a7c'),(12575,929,'show_crypto_funds','0'),(12576,929,'_show_crypto_funds','field_5d1cd58ba65cf'),(12577,929,'archive_for_download','904'),(12578,929,'_archive_for_download','field_5d486e3676668'),(12579,929,'title_1','Slogan'),(12580,929,'_title_1','field_5d486eb276669'),(12581,929,'title_2','Boilerplate'),(12582,929,'_title_2','field_5d486ee07666a'),(12583,929,'text_1','Crypto is money - let’s use it.'),(12584,929,'_text_1','field_5d486efe7666b'),(12585,929,'text_2','CryptoWallet provides end-to-end solutions to enable people to buy, trade, and spend cryptocurrencies online and in real stores through the CryptoWallet VISA Debit Card.  CryptoWallet aims to bridge the gap between the worlds of commerce and cryptocurrency once and for all.'),(12586,929,'_text_2','field_5d486f177666c'),(12587,929,'title_logo','LOGO & ICON'),(12588,929,'_title_logo','field_5d486fbf2b4bd'),(12589,929,'text_logo','A full-color and knocked-out logo and icon are available for use. Please use our primary purple or black background when using the knocked out versions. '),(12590,929,'_text_logo','field_5d486fd02b4be'),(12591,929,'logo_&_icon_logo_1','904'),(12592,929,'_logo_&_icon_logo_1','field_5d486ff32b4bf'),(12593,929,'logo_&_icon_warning_logo_1','An amount of padding the size of the CryptoWallet “O” should be applied around all placements of the logo.'),(12594,929,'_logo_&_icon_warning_logo_1','field_5d4870132b4c0'),(12595,929,'logo_&_icon_logo_1_night','924'),(12596,929,'_logo_&_icon_logo_1_night','field_5d4870732b4c3'),(12597,929,'logo_&_icon_logo_1_day','899'),(12598,929,'_logo_&_icon_logo_1_day','field_5d4870882b4c4'),(12599,929,'logo_&_icon_logo_2','909'),(12600,929,'_logo_&_icon_logo_2','field_5d4870682b4c1'),(12601,929,'logo_&_icon_warning_logo_2','An amount of padding the size of the CryptoWallet “O” should be applied around all placements of the icon.'),(12602,929,'_logo_&_icon_warning_logo_2','field_5d48706a2b4c2'),(12603,929,'logo_&_icon_logo_2_night','919'),(12604,929,'_logo_&_icon_logo_2_night','field_5d48709a2b4c5'),(12605,929,'logo_&_icon_logo_2_day','914'),(12606,929,'_logo_&_icon_logo_2_day','field_5d48709d2b4c6'),(12607,929,'logo_&_icon',''),(12608,929,'_logo_&_icon','field_5d486f832b4bc'),(12609,929,'title_color','COLOR PALETTE'),(12610,929,'_title_color','field_5d4872ca8e010'),(12611,929,'text_color','Use only the colors listed below when producing content for CryptoWallet.'),(12612,929,'_text_color','field_5d4872ca8e011'),(12613,929,'color_palette','8'),(12614,929,'_color_palette','field_5d4872ca8e00f'),(12615,929,'title_press','Press Releases'),(12616,929,'_title_press','field_5d487433c5d08'),(12617,929,'text_press','Interested in writing about CryptoWallet in the media?\r\nHere are some resources to help.'),(12618,929,'_text_press','field_5d487435c5d09'),(12619,929,'color_palette_0_color','#440054'),(12620,929,'_color_palette_0_color','field_5d48732c99a7c'),(12621,929,'color_palette_1_color','#5a3585'),(12622,929,'_color_palette_1_color','field_5d48732c99a7c'),(12623,929,'color_palette_2_color','#1de9b6'),(12624,929,'_color_palette_2_color','field_5d48732c99a7c'),(12625,929,'color_palette_3_color','#ffe082'),(12626,929,'_color_palette_3_color','field_5d48732c99a7c'),(12627,929,'color_palette_4_color','#58d5c4'),(12628,929,'_color_palette_4_color','field_5d48732c99a7c'),(12629,929,'color_palette_5_color','#ff7a76'),(12630,929,'_color_palette_5_color','field_5d48732c99a7c'),(12631,929,'color_palette_6_color','#ffcb8d'),(12632,929,'_color_palette_6_color','field_5d48732c99a7c'),(12633,929,'color_palette_7_color','#536dfe'),(12634,929,'_color_palette_7_color','field_5d48732c99a7c'),(12636,924,'_wpml_media_usage','a:1:{s:5:\"posts\";a:1:{i:0;i:671;}}'),(12637,919,'_wpml_media_usage','a:1:{s:5:\"posts\";a:1:{i:0;i:671;}}'),(12638,914,'_wpml_media_usage','a:1:{s:5:\"posts\";a:1:{i:0;i:671;}}'),(12639,909,'_wpml_media_usage','a:1:{s:5:\"posts\";a:1:{i:0;i:671;}}'),(12640,904,'_wpml_media_usage','a:1:{s:5:\"posts\";a:1:{i:0;i:671;}}'),(12641,899,'_wpml_media_usage','a:1:{s:5:\"posts\";a:1:{i:0;i:671;}}'),(12644,932,'_menu_item_type','post_type'),(12645,932,'_menu_item_menu_item_parent','0'),(12646,932,'_menu_item_object_id','313'),(12647,932,'_menu_item_object','page'),(12648,932,'_menu_item_target',''),(12649,932,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(12650,932,'_menu_item_xfn',''),(12651,932,'_menu_item_url',''),(12652,933,'_menu_item_type','post_type'),(12653,933,'_menu_item_menu_item_parent','0'),(12654,933,'_menu_item_object_id','322'),(12655,933,'_menu_item_object','page'),(12656,933,'_menu_item_target',''),(12657,933,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(12658,933,'_menu_item_xfn',''),(12659,933,'_menu_item_url',''),(12663,935,'_wpml_word_count','{\"total\":24,\"to_translate\":{\"ja\":24,\"ru\":24,\"sg\":24,\"es\":24}}'),(12664,935,'_edit_lock','1565388398:1'),(12665,935,'_edit_last','1'),(12666,935,'_wpml_media_featured','1'),(12667,935,'_wpml_media_duplicate','1'),(12668,935,'_wp_page_template','page-login.php'),(12669,935,'show_crypto_funds','0'),(12670,935,'_show_crypto_funds','field_5d1cd58ba65cf'),(12671,936,'show_crypto_funds','0'),(12672,936,'_show_crypto_funds','field_5d1cd58ba65cf'),(12673,937,'_wpml_word_count','{\"total\":18,\"to_translate\":{\"ja\":18,\"ru\":18,\"sg\":18,\"es\":18}}'),(12674,937,'_edit_lock','1565388429:1'),(12675,937,'_edit_last','1'),(12676,937,'_wpml_media_featured','1'),(12677,937,'_wpml_media_duplicate','1'),(12678,937,'_wp_page_template','page-signup.php'),(12679,937,'show_crypto_funds','0'),(12680,937,'_show_crypto_funds','field_5d1cd58ba65cf'),(12681,938,'show_crypto_funds','0'),(12682,938,'_show_crypto_funds','field_5d1cd58ba65cf'),(12683,939,'_wpml_word_count','{\"total\":18,\"to_translate\":{\"ja\":18,\"ru\":18,\"sg\":18,\"es\":18}}'),(12684,939,'_edit_lock','1565388454:1'),(12685,939,'_edit_last','1'),(12686,939,'_wpml_media_featured','1'),(12687,939,'_wpml_media_duplicate','1'),(12688,939,'_wp_page_template','page-almostdone.php'),(12689,939,'show_crypto_funds','0'),(12690,939,'_show_crypto_funds','field_5d1cd58ba65cf'),(12691,940,'show_crypto_funds','0'),(12692,940,'_show_crypto_funds','field_5d1cd58ba65cf'),(12693,941,'_wpml_word_count','{\"total\":15,\"to_translate\":{\"ja\":15,\"ru\":15,\"sg\":15,\"es\":15}}'),(12694,941,'_edit_lock','1565388502:1'),(12695,941,'_edit_last','1'),(12696,941,'_wpml_media_featured','1'),(12697,941,'_wpml_media_duplicate','1'),(12698,941,'_wp_page_template','page-signupcomplete.php'),(12699,941,'show_crypto_funds','0'),(12700,941,'_show_crypto_funds','field_5d1cd58ba65cf'),(12701,942,'show_crypto_funds','0'),(12702,942,'_show_crypto_funds','field_5d1cd58ba65cf'),(12703,943,'_wpml_word_count','{\"total\":42,\"to_translate\":{\"ja\":42,\"ru\":42,\"sg\":42,\"es\":42}}'),(12704,943,'_edit_lock','1587414705:2'),(12705,943,'_edit_last','2'),(12706,943,'_wp_page_template','page-comingsoon.php'),(12707,943,'show_crypto_funds','0'),(12708,943,'_show_crypto_funds','field_5d1cd58ba65cf'),(12709,944,'show_crypto_funds','0'),(12710,944,'_show_crypto_funds','field_5d1cd58ba65cf'),(12711,943,'_wpml_media_duplicate','1'),(12712,943,'_wpml_media_featured','1'),(12713,945,'_form','<div class=\"row\">\n<div class=\"col-md-6 col1\">\n<div class=\"content\">\n<p><label><span class=\"description-small\">Name</span>[text* your-name]</label></p>\n<p><label><span class=\"description-small\">Email</span>[email* your-email]</label></p>\n<p><label><span class=\"description-small\">Subject</span>[text* your-subject]</label></p>\n<p class=\"copyright d-none d-md-block\">© 2020 CW Lab OÜ</p>\n</div>\n</div>\n<div class=\"col-md-6 col2\">\n<div class=\"content\">\n<p><label><span class=\"description-small\">Message</span>[textarea* your-message]</label></p>\n<p class=\"copyright d-md-none\">© 2019 CryptoWallet</p>\n[submit class:btn \"Send\"]\n</div>\n</div>\n</div>'),(12714,945,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:30:\"Crypto Wallet \"[your-subject]\"\";s:6:\"sender\";s:47:\"Crypto Wallet <wordpress@cryptowallet.labcp.co>\";s:9:\"recipient\";s:20:\"felipecavs@gmail.com\";s:4:\"body\";s:180:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Crypto Wallet (http://cryptowallet.labcp.co)\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(12715,945,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:30:\"Crypto Wallet \"[your-subject]\"\";s:6:\"sender\";s:47:\"Crypto Wallet <wordpress@cryptowallet.labcp.co>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:122:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Crypto Wallet (http://cryptowallet.labcp.co)\";s:18:\"additional_headers\";s:30:\"Reply-To: felipecavs@gmail.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(12716,945,'_messages','a:23:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),(12717,945,'_additional_settings',''),(12718,945,'_locale','en_US'),(12719,946,'_wpml_word_count','{\"total\":0,\"to_translate\":{\"en\":2,\"ja\":2,\"ru\":2,\"sg\":2,\"es\":2}}'),(12720,946,'_wpml_media_featured','1'),(12721,946,'_wpml_media_duplicate','1'),(12722,958,'_wpml_word_count','{\"total\":0,\"to_translate\":{\"en\":2,\"ja\":2,\"ru\":2,\"sg\":2,\"es\":2}}'),(12723,958,'_wpml_media_featured','1'),(12724,958,'_wpml_media_duplicate','1'),(12725,943,'title','Lets Talk!'),(12726,943,'_title','field_5d543835091f5'),(12727,943,'description','Have a question or want to get in touch with us to discuss the business? We would love to hear from you. Please fill out our contact form and we will get back to you shortly.'),(12728,943,'_description','field_5d543841091f6'),(12729,943,'form','1184'),(12730,943,'_form','field_5d543848091f7'),(12731,963,'show_crypto_funds','0'),(12732,963,'_show_crypto_funds','field_5d1cd58ba65cf'),(12733,963,'title','Lets Talk!'),(12734,963,'_title','field_5d543835091f5'),(12735,963,'description','Have a question or want to get in touch with us to discuss the business? We would love to hear from you. Please fill out our contact form and we will get back to you shortly.'),(12736,963,'_description','field_5d543841091f6'),(12737,963,'form','945'),(12738,963,'_form','field_5d543848091f7'),(12739,964,'show_crypto_funds','1'),(12740,964,'_show_crypto_funds','field_5d1cd58ba65cf'),(12741,964,'subtitle','Trading on the platform is simple.'),(12742,964,'_subtitle','field_5d1cefaac040c'),(12743,964,'title_section_1','Here’s how it works.'),(12744,964,'_title_section_1','field_5d1cefbcc040d'),(12745,964,'step_1','Top up your balance using your credit card, wire transfer, or existing crypto funds.'),(12746,964,'_step_1','field_5d1cf019c040e'),(12747,964,'step_2','Select the cryptocurrency you want to buy.'),(12748,964,'_step_2','field_5d1cf0afc040f'),(12749,964,'step_3','Enter the amount of fiat money you want to spend.'),(12750,964,'_step_3','field_5d1cf0b0c0410'),(12751,964,'step_4','Confirm your order.'),(12752,964,'_step_4','field_5d1cf0b2c0411'),(12753,964,'title_section_2','You now own cryptocurrency!'),(12754,964,'_title_section_2','field_5d1cf11c5e9c5'),(12755,964,'text_section_2','From there, you have many options.'),(12756,964,'_text_section_2','field_5d1cf1295e9c6'),(12757,964,'option_1','Spend crypto in stores using your CryptoWallet Debit Card.'),(12758,964,'_option_1','field_5d1cf1405e9c7'),(12759,964,'option_2','Buy products online at supported websites.'),(12760,964,'_option_2','field_5d1cf14b5e9c8'),(12761,964,'option_3','Trade your funds for other cryptocurrencies!'),(12762,964,'_option_3','field_5d1cf14d5e9c9'),(12763,964,'title_section_3','Trading Cryptocurrency is Simple!'),(12764,964,'_title_section_3','field_5d1cf1555e9cb'),(12765,964,'text_section_3','Simply select the cryptocurrency in your wallet you want to trade, and select another cryptocurrency on the exchange. The exchange rate will be displayed on screen - click “buy” to purchase new crypto with your existing funds.\r\n\r\nYou can monitor the CryptoWallet charts to decide when to trade. Read more about trading and how to read charts in our Academy section.'),(12766,964,'_text_section_3','field_5d1cf1595e9cc'),(12767,965,'show_crypto_funds','1'),(12768,965,'_show_crypto_funds','field_5d1cd58ba65cf'),(12769,965,'subtitle','ADD CRYPTOWALLET TO YOUR BUSINESS WEBSITE TO RECEIVE THE LOWEST FEES IN THE INDUSTRY.'),(12770,965,'_subtitle','field_5d1cf33889cf8'),(12771,965,'description','Cryptocurrency can only succeed if it’s accepted in stores as a real currency. Major retail investment in the industry awaits when crypto can be spent as cash. Fortunately, CryptoWallet has engineered the perfect solution to the problem with our Payment Widget that can be installed on any e-commerce or business site to accept crypto as payment. '),(12772,965,'_description','field_5d1cf35789823'),(12773,965,'block_text_title','Here’s how it works.'),(12774,965,'_block_text_title','field_5d1cf3a489825'),(12775,965,'block_text_text','Ready to sell your goods to cryptocurrency users at last?  The widget allows for the seamless purchase of any goods or services using cryptocurrency - store owners simply need to install the widget on their website to enjoy full access to the crypto market as well as the lowest fees in the industry. \r\n\r\nAccept top cryptocurrencies on your business website with the lowest fees in the industry. Our payment widgeet is supported by the market-leading commerce plugins.'),(12776,965,'_block_text_text','field_5d1cf3ac89826'),(12777,965,'block_text',''),(12778,965,'_block_text','field_5d1cf39589824'),(12779,965,'logos_0_logo','380'),(12780,965,'_logos_0_logo','field_5d1cf3f889828'),(12781,965,'logos_1_logo','384'),(12782,965,'_logos_1_logo','field_5d1cf3f889828'),(12783,965,'logos_2_logo','381'),(12784,965,'_logos_2_logo','field_5d1cf3f889828'),(12785,965,'logos_3_logo','379'),(12786,965,'_logos_3_logo','field_5d1cf3f889828'),(12787,965,'logos_4_logo','382'),(12788,965,'_logos_4_logo','field_5d1cf3f889828'),(12789,965,'logos_5_logo','383'),(12790,965,'_logos_5_logo','field_5d1cf3f889828'),(12791,965,'logos','6'),(12792,965,'_logos','field_5d1cf3cf89827'),(12793,965,'title_payment_process','Payment Process'),(12794,965,'_title_payment_process','field_5d2355d50b138'),(12795,965,'payment_process_0_step','Customer clicks “Pay”, and a signal is sent to the CryptoWallet API.'),(12796,965,'_payment_process_0_step','field_5d2356180b139'),(12797,965,'payment_process_1_step','The payment request is sent via the API to the CryptoWallet database for rapid processing. A Payment ID Number is generated and secured by blockchain.'),(12798,965,'_payment_process_1_step','field_5d2356180b139'),(12799,965,'payment_process_2_step','The Payment ID is sent back to your site via API. The payment button receives this ID and sends a signal to the CryptoWallet SDK which generates a unique QR code with a crypto address to process the payment.'),(12800,965,'_payment_process_2_step','field_5d2356180b139'),(12801,965,'payment_process_3_step','The QR code is generated as a popup which the customer can scan with their device, linking the user’s cryptocurrency funds stored in the Wallet to the payment request on your site.'),(12802,965,'_payment_process_3_step','field_5d2356180b139'),(12803,965,'payment_process_4_step','The customer receives a prompt asking them to confirm payment, and clicks “Yes.”'),(12804,965,'_payment_process_4_step','field_5d2356180b139'),(12805,965,'payment_process_5_step','The Wallet authorizes the payment and deducts the funds from the user, transferring funds to your website. The user is informed that the payment is complete.'),(12806,965,'_payment_process_5_step','field_5d2356180b139'),(12807,965,'payment_process','6'),(12808,965,'_payment_process','field_5d2355b30b137'),(12809,296,'_wpml_media_has_media','1'),(12811,967,'show_crypto_funds','1'),(12812,967,'_show_crypto_funds','field_5d1cd58ba65cf'),(12813,967,'subtitle','CW Prepaid Card'),(12814,967,'_subtitle','field_5d1cd8ec3c600'),(12815,967,'text','Load CryptoCurrency to a Visa Debit Card and spend crypto directly in all major outlets.\r\n<ul>\r\n 	<li>• Low Fees</li>\r\n 	<li>• Chip and Pin or Virtual Cards</li>\r\n 	<li>• Online and offline spending</li>\r\n 	<li>• Cashback</li>\r\n</ul>\r\nFinally, you can use your cryptocurrency funds as real cash! Buy online or in any outlet that accepts Visa. Adoption is just a click away.'),(12816,967,'_text','field_5d1cd9046f426'),(12817,967,'text_link','Order Your Debit Card Now'),(12818,967,'_text_link','field_5d1cd9346f428'),(12819,967,'title_cryptoWallet','CryptoWallet Is Fast and Easy'),(12820,967,'_title_cryptoWallet','field_5d1cd9760bf2f'),(12821,967,'step_1_title','Order Card'),(12822,967,'_step_1_title','field_5d1cd9d00bf32'),(12823,967,'step_1_text','Just confirm your address and we’ll ship your card to your house for free.'),(12824,967,'_step_1_text','field_5d1cd9dc0bf33'),(12825,967,'step_1',''),(12826,967,'_step_1','field_5d1cd9af0bf31'),(12827,967,'step_2_title','Activate Account'),(12828,967,'_step_2_title','field_5d1cda21981be'),(12829,967,'step_2_text','Activate and set up your CryptoWallet Debit Card account to spend your crypto anywhere, anytime.'),(12830,967,'_step_2_text','field_5d1cda21981bf'),(12831,967,'step_2',''),(12832,967,'_step_2','field_5d1cda21981bd'),(12833,967,'step_3_title','Load Funds'),(12834,967,'_step_3_title','field_5d1cda22981c1'),(12835,967,'step_3_text','Load card with fiat like US dollars through wire transfer or credit card. Or, transfer crypto right into the card.'),(12836,967,'_step_3_text','field_5d1cda22981c2'),(12837,967,'step_3',''),(12838,967,'_step_3','field_5d1cda22981c0'),(12839,967,'step_4_title','Spend Funds'),(12840,967,'_step_4_title','field_5d1cda24981c4'),(12841,967,'step_4_text','Congratulations!\r\nYou can spend crypto currencies online or anywhere that accepts Visa.'),(12842,967,'_step_4_text','field_5d1cda24981c5'),(12843,967,'step_4',''),(12844,967,'_step_4','field_5d1cda24981c3'),(12845,967,'title_limits','Fees And Limits'),(12846,967,'_title_limits','field_5d1cda4d3f09f'),(12847,967,'table_0_title','Prepaid Card Fees'),(12848,967,'_table_0_title','field_5d1cdaaa3f0a1'),(12849,967,'table_0_line_0_name','Card price'),(12850,967,'_table_0_line_0_name','field_5d1cdaf93f0a3'),(12851,967,'table_0_line_0_eur','€15.00 '),(12852,967,'_table_0_line_0_eur','field_5d1cdb263f0a4'),(12853,967,'table_0_line_0_usd','$15.00 '),(12854,967,'_table_0_line_0_usd','field_5d1cdb373f0a5'),(12855,967,'table_0_line_0_gbp','€15.00 '),(12856,967,'_table_0_line_0_gbp','field_5d1cdb3d3f0a6'),(12857,967,'table_0_line','9'),(12858,967,'_table_0_line','field_5d1cdac43f0a2'),(12859,967,'table','4'),(12860,967,'_table','field_5d1cda763f0a0'),(12861,967,'alert','French Customers: In compliance with French law, French residents must be KYC2-verified and\r\nhave a cash withdrawal limit of €1,000 per month and a maximum balance of €10,000.'),(12862,967,'_alert','field_5d1cdbad5f803'),(12863,967,'text_cryptowallet','Here’s how it works.'),(12864,967,'_text_cryptowallet','field_5d1cd99e0bf30'),(12865,967,'text_copy','Here’s how it works.'),(12866,967,'_text_copy','field_5d1cec7cb0dbe'),(12867,967,'alert_cryptowallet','Online spending, offline spending, ATM withdrawals, and even cashback: \r\nWelcome to the forefront of adoption.'),(12868,967,'_alert_cryptowallet','field_5d1cec7cb0dbe'),(12869,967,'title_crypto','CryptoWallet Is Fast and Easy'),(12870,967,'_title_crypto','field_5d1ced55f3463'),(12871,967,'table_0_line_1_name','Standard global delivery'),(12872,967,'_table_0_line_1_name','field_5d1cdaf93f0a3'),(12873,967,'table_0_line_1_eur','Free '),(12874,967,'_table_0_line_1_eur','field_5d1cdb263f0a4'),(12875,967,'table_0_line_1_usd','Free '),(12876,967,'_table_0_line_1_usd','field_5d1cdb373f0a5'),(12877,967,'table_0_line_1_gbp','Free '),(12878,967,'_table_0_line_1_gbp','field_5d1cdb3d3f0a6'),(12879,967,'table_0_line_2_name','Express global delivery '),(12880,967,'_table_0_line_2_name','field_5d1cdaf93f0a3'),(12881,967,'table_0_line_2_eur','€70.00 '),(12882,967,'_table_0_line_2_eur','field_5d1cdb263f0a4'),(12883,967,'table_0_line_2_usd','$70.00 '),(12884,967,'_table_0_line_2_usd','field_5d1cdb373f0a5'),(12885,967,'table_0_line_2_gbp','£70.00 '),(12886,967,'_table_0_line_2_gbp','field_5d1cdb3d3f0a6'),(12887,967,'table_0_line_3_name','ATM fee (domestic) '),(12888,967,'_table_0_line_3_name','field_5d1cdaf93f0a3'),(12889,967,'table_0_line_3_eur','€2.25 '),(12890,967,'_table_0_line_3_eur','field_5d1cdb263f0a4'),(12891,967,'table_0_line_3_usd','$2.50 '),(12892,967,'_table_0_line_3_usd','field_5d1cdb373f0a5'),(12893,967,'table_0_line_3_gbp','£1.75 '),(12894,967,'_table_0_line_3_gbp','field_5d1cdb3d3f0a6'),(12895,967,'table_0_line_4_name','ATM fee (international)'),(12896,967,'_table_0_line_4_name','field_5d1cdaf93f0a3'),(12897,967,'table_0_line_4_eur','€2.75 '),(12898,967,'_table_0_line_4_eur','field_5d1cdb263f0a4'),(12899,967,'table_0_line_4_usd','$3.50 '),(12900,967,'_table_0_line_4_usd','field_5d1cdb373f0a5'),(12901,967,'table_0_line_4_gbp','£2.25 '),(12902,967,'_table_0_line_4_gbp','field_5d1cdb3d3f0a6'),(12903,967,'table_0_line_5_name','Foreign transaction fee '),(12904,967,'_table_0_line_5_name','field_5d1cdaf93f0a3'),(12905,967,'table_0_line_5_eur','3% '),(12906,967,'_table_0_line_5_eur','field_5d1cdb263f0a4'),(12907,967,'table_0_line_5_usd','3% '),(12908,967,'_table_0_line_5_usd','field_5d1cdb373f0a5'),(12909,967,'table_0_line_5_gbp','3% '),(12910,967,'_table_0_line_5_gbp','field_5d1cdb3d3f0a6'),(12911,967,'table_0_line_6_name','Loading fee '),(12912,967,'_table_0_line_6_name','field_5d1cdaf93f0a3'),(12913,967,'table_0_line_6_eur','1% '),(12914,967,'_table_0_line_6_eur','field_5d1cdb263f0a4'),(12915,967,'table_0_line_6_usd','1% '),(12916,967,'_table_0_line_6_usd','field_5d1cdb373f0a5'),(12917,967,'table_0_line_6_gbp','1% '),(12918,967,'_table_0_line_6_gbp','field_5d1cdb3d3f0a6'),(12919,967,'table_0_line_7_name','Third-party loading fee '),(12920,967,'_table_0_line_7_name','field_5d1cdaf93f0a3'),(12921,967,'table_0_line_7_eur','1.99% '),(12922,967,'_table_0_line_7_eur','field_5d1cdb263f0a4'),(12923,967,'table_0_line_7_usd','1.99% '),(12924,967,'_table_0_line_7_usd','field_5d1cdb373f0a5'),(12925,967,'table_0_line_7_gbp','1.99% '),(12926,967,'_table_0_line_7_gbp','field_5d1cdb3d3f0a6'),(12927,967,'table_0_line_8_name','Monthly service fee'),(12928,967,'_table_0_line_8_name','field_5d1cdaf93f0a3'),(12929,967,'table_0_line_8_eur','€1'),(12930,967,'_table_0_line_8_eur','field_5d1cdb263f0a4'),(12931,967,'table_0_line_8_usd','€1'),(12932,967,'_table_0_line_8_usd','field_5d1cdb373f0a5'),(12933,967,'table_0_line_8_gbp','€1'),(12934,967,'_table_0_line_8_gbp','field_5d1cdb3d3f0a6'),(12935,967,'table_1_title','Prepaid Account Limits'),(12936,967,'_table_1_title','field_5d1cdaaa3f0a1'),(12937,967,'table_1_line_0_name','Card price'),(12938,967,'_table_1_line_0_name','field_5d1cdaf93f0a3'),(12939,967,'table_1_line_0_eur','€15.00 '),(12940,967,'_table_1_line_0_eur','field_5d1cdb263f0a4'),(12941,967,'table_1_line_0_usd','$15.00 '),(12942,967,'_table_1_line_0_usd','field_5d1cdb373f0a5'),(12943,967,'table_1_line_0_gbp','€15.00 '),(12944,967,'_table_1_line_0_gbp','field_5d1cdb3d3f0a6'),(12945,967,'table_1_line','1'),(12946,967,'_table_1_line','field_5d1cdac43f0a2'),(12947,967,'table_2_title','Virtual Card Fees'),(12948,967,'_table_2_title','field_5d1cdaaa3f0a1'),(12949,967,'table_2_line_0_name','Card price'),(12950,967,'_table_2_line_0_name','field_5d1cdaf93f0a3'),(12951,967,'table_2_line_0_eur','€15.00 '),(12952,967,'_table_2_line_0_eur','field_5d1cdb263f0a4'),(12953,967,'table_2_line_0_usd','$15.00 '),(12954,967,'_table_2_line_0_usd','field_5d1cdb373f0a5'),(12955,967,'table_2_line_0_gbp','€15.00 '),(12956,967,'_table_2_line_0_gbp','field_5d1cdb3d3f0a6'),(12957,967,'table_2_line','1'),(12958,967,'_table_2_line','field_5d1cdac43f0a2'),(12959,967,'table_3_title','Virtual Card Account Limits'),(12960,967,'_table_3_title','field_5d1cdaaa3f0a1'),(12961,967,'table_3_line_0_name','Card price'),(12962,967,'_table_3_line_0_name','field_5d1cdaf93f0a3'),(12963,967,'table_3_line_0_eur','€15.00 '),(12964,967,'_table_3_line_0_eur','field_5d1cdb263f0a4'),(12965,967,'table_3_line_0_usd','$15.00 '),(12966,967,'_table_3_line_0_usd','field_5d1cdb373f0a5'),(12967,967,'table_3_line_0_gbp','€15.00 '),(12968,967,'_table_3_line_0_gbp','field_5d1cdb3d3f0a6'),(12969,967,'table_3_line','1'),(12970,967,'_table_3_line','field_5d1cdac43f0a2'),(12971,967,'alert_limits',''),(12972,967,'_alert_limits','field_5d278c5e79681'),(12973,136,'values_8_image','heart'),(12974,136,'_values_8_image','field_5d1baeee64511'),(12975,136,'values_8_title','Passion'),(12976,136,'_values_8_title','field_5d1bae0d254fb'),(12977,136,'values_8_text','CryptoWallet staff are hired because they care about financial freedom, and because they believe in the technology, we use to make that happen. Passion is at the very core of our company.'),(12978,136,'_values_8_text','field_5d1bae0d254fc'),(12979,968,'subtitle','Buy, trade, store, and spend cryptocurrency'),(12980,968,'_subtitle','field_5d1b9a04bd4ba'),(12981,968,'description','CryptoWallet was founded in [year], and our staff have worked tirelessly to develop disruptive products and solutions that will help usher in a new era of personal finance. You can read more about our goals below in our Roadmap.'),(12982,968,'_description','field_5d1b9a6e30e58'),(12983,968,'block_1_title',''),(12984,968,'_block_1_title','field_5d1b9b0f2f94d'),(12985,968,'block_1_text',''),(12986,968,'_block_1_text','field_5d1b9b362f94e'),(12987,968,'block_1',''),(12988,968,'_block_1','field_5d1b9adf2f94c'),(12989,968,'block_2_title',''),(12990,968,'_block_2_title','field_5d1b9b442f950'),(12991,968,'block_2_text',''),(12992,968,'_block_2_text','field_5d1b9b442f951'),(12993,968,'block_2',''),(12994,968,'_block_2','field_5d1b9b442f94f'),(12995,968,'block_3_title',''),(12996,968,'_block_3_title','field_5d1b9b462f953'),(12997,968,'block_3_text',''),(12998,968,'_block_3_text','field_5d1b9b462f954'),(12999,968,'block_3',''),(13000,968,'_block_3','field_5d1b9b462f952'),(13001,968,'value_1_image','lamp'),(13002,968,'_value_1_image','field_5d1baeee64511'),(13003,968,'value_1_title',''),(13004,968,'_value_1_title','field_5d1bae0d254fb'),(13005,968,'value_1_text',''),(13006,968,'_value_1_text','field_5d1bae0d254fc'),(13007,968,'value_1',''),(13008,968,'_value_1','field_5d1bae0d254fa'),(13009,968,'value_2_image','lamp'),(13010,968,'_value_2_image','field_5d1bafadd789f'),(13011,968,'value_2_title',''),(13012,968,'_value_2_title','field_5d1bafadd78a0'),(13013,968,'value_2_text',''),(13014,968,'_value_2_text','field_5d1bafadd78a1'),(13015,968,'value_2',''),(13016,968,'_value_2','field_5d1bafadd789e'),(13017,968,'value_3_image','lamp'),(13018,968,'_value_3_image','field_5d1bafafd78a3'),(13019,968,'value_3_title',''),(13020,968,'_value_3_title','field_5d1bafafd78a4'),(13021,968,'value_3_text',''),(13022,968,'_value_3_text','field_5d1bafafd78a5'),(13023,968,'value_3',''),(13024,968,'_value_3','field_5d1bafafd78a2'),(13025,968,'value_4_image','lamp'),(13026,968,'_value_4_image','field_5d1bafb1d78a7'),(13027,968,'value_4_title',''),(13028,968,'_value_4_title','field_5d1bafb1d78a8'),(13029,968,'value_4_text',''),(13030,968,'_value_4_text','field_5d1bafb1d78a9'),(13031,968,'value_4',''),(13032,968,'_value_4','field_5d1bafb1d78a6'),(13033,968,'value_5_image','lamp'),(13034,968,'_value_5_image','field_5d1bafb4d78ab'),(13035,968,'value_5_title',''),(13036,968,'_value_5_title','field_5d1bafb4d78ac'),(13037,968,'value_5_text',''),(13038,968,'_value_5_text','field_5d1bafb4d78ad'),(13039,968,'value_5',''),(13040,968,'_value_5','field_5d1bafb4d78aa'),(13041,968,'value_6_image','lamp'),(13042,968,'_value_6_image','field_5d1bafb6d78af'),(13043,968,'value_6_title',''),(13044,968,'_value_6_title','field_5d1bafb6d78b0'),(13045,968,'value_6_text',''),(13046,968,'_value_6_text','field_5d1bafb6d78b1'),(13047,968,'value_6',''),(13048,968,'_value_6','field_5d1bafb6d78ae'),(13049,968,'value_7_image','lamp'),(13050,968,'_value_7_image','field_5d1bafb8d78b3'),(13051,968,'value_7_title',''),(13052,968,'_value_7_title','field_5d1bafb8d78b4'),(13053,968,'value_7_text',''),(13054,968,'_value_7_text','field_5d1bafb8d78b5'),(13055,968,'value_7',''),(13056,968,'_value_7','field_5d1bafb8d78b2'),(13057,968,'value_8_image','lamp'),(13058,968,'_value_8_image','field_5d1bafc9d78b7'),(13059,968,'value_8_title',''),(13060,968,'_value_8_title','field_5d1bafc9d78b8'),(13061,968,'value_8_text',''),(13062,968,'_value_8_text','field_5d1bafc9d78b9'),(13063,968,'value_8',''),(13064,968,'_value_8','field_5d1bafc9d78b6'),(13065,968,'title_join','Join Our Team'),(13066,968,'_title_join','field_5d1bafffd78bb'),(13067,968,'text_join','Working at CryptoWallet, every day is an exciting challenge. We’re on a long-term plan to totally transform the way people store and spend money. We’re helping redefine what the concept of money is. There’s a lot to do, and we’re hiring people who share in our values.\r\n\r\nWe’re a young, dynamic company with big plans and a passionate, friendly team.\r\nThink you’d fit in well here? Take a look at our open positions below.'),(13068,968,'_text_join','field_5d1bb020d78bc'),(13069,968,'career_1_title',''),(13070,968,'_career_1_title','field_5d1bb076d78be'),(13071,968,'career_1_text',''),(13072,968,'_career_1_text','field_5d1bb076d78bf'),(13073,968,'career_1',''),(13074,968,'_career_1','field_5d1bb076d78bd'),(13075,968,'career_2_title',''),(13076,968,'_career_2_title','field_5d1bb0f7d78c8'),(13077,968,'career_2_text',''),(13078,968,'_career_2_text','field_5d1bb0f7d78c9'),(13079,968,'career_2',''),(13080,968,'_career_2','field_5d1bb0f7d78c7'),(13081,968,'career_3_title',''),(13082,968,'_career_3_title','field_5d1bb0f8d78cb'),(13083,968,'career_3_text',''),(13084,968,'_career_3_text','field_5d1bb0f8d78cc'),(13085,968,'career_3',''),(13086,968,'_career_3','field_5d1bb0f8d78ca'),(13087,968,'alert','Don’t see a position that suits? Send us your resume and suggested role at <a href=\"mailto:careers@cryptowallet.com\">careers@cryptowallet.com</a>'),(13088,968,'_alert','field_5d1bb0b8d78c6'),(13089,968,'title_team','Our Team'),(13090,968,'_title_team','field_5d1bb141d78ce'),(13091,968,'member_1_photo',''),(13092,968,'_member_1_photo','field_5d1bb194d78d2'),(13093,968,'member_1_name',''),(13094,968,'_member_1_name','field_5d1bb16ad78d0'),(13095,968,'member_1_role',''),(13096,968,'_member_1_role','field_5d1bb16ad78d1'),(13097,968,'member_1',''),(13098,968,'_member_1','field_5d1bb16ad78cf'),(13099,968,'member_2_photo',''),(13100,968,'_member_2_photo','field_5d1bb1efd78d4'),(13101,968,'member_2_name',''),(13102,968,'_member_2_name','field_5d1bb1efd78d5'),(13103,968,'member_2_role',''),(13104,968,'_member_2_role','field_5d1bb1efd78d6'),(13105,968,'member_2',''),(13106,968,'_member_2','field_5d1bb1efd78d3'),(13107,968,'member_3_photo',''),(13108,968,'_member_3_photo','field_5d1bb25e55268'),(13109,968,'member_3_name',''),(13110,968,'_member_3_name','field_5d1bb25e55269'),(13111,968,'member_3_role',''),(13112,968,'_member_3_role','field_5d1bb25e5526a'),(13113,968,'member_3',''),(13114,968,'_member_3','field_5d1bb25e55267'),(13115,968,'member_4_photo',''),(13116,968,'_member_4_photo','field_5d1bb25f5526c'),(13117,968,'member_4_name',''),(13118,968,'_member_4_name','field_5d1bb25f5526d'),(13119,968,'member_4_role',''),(13120,968,'_member_4_role','field_5d1bb25f5526e'),(13121,968,'member_4',''),(13122,968,'_member_4','field_5d1bb25f5526b'),(13123,968,'member_5_photo',''),(13124,968,'_member_5_photo','field_5d1bb26255270'),(13125,968,'member_5_name',''),(13126,968,'_member_5_name','field_5d1bb26255271'),(13127,968,'member_5_role',''),(13128,968,'_member_5_role','field_5d1bb26255272'),(13129,968,'member_5',''),(13130,968,'_member_5','field_5d1bb2625526f'),(13131,968,'member_6_photo',''),(13132,968,'_member_6_photo','field_5d1bb26655274'),(13133,968,'member_6_name',''),(13134,968,'_member_6_name','field_5d1bb26655275'),(13135,968,'member_6_role',''),(13136,968,'_member_6_role','field_5d1bb26655276'),(13137,968,'member_6',''),(13138,968,'_member_6','field_5d1bb26655273'),(13139,968,'title_meet','Come meet us'),(13140,968,'_title_meet','field_5d1bb2a4dd53e'),(13141,968,'text_meet','CryptoWallet is attending the events below, and we’re always delighted to meet new people interested in our technology.'),(13142,968,'_text_meet','field_5d1bb2c8dd53f'),(13143,968,'company_1_name',''),(13144,968,'_company_1_name','field_5d1bb2da63856'),(13145,968,'company_1_address',''),(13146,968,'_company_1_address','field_5d1bb2da63857'),(13147,968,'company_1_about',''),(13148,968,'_company_1_about','field_5d1bb32563858'),(13149,968,'company_1',''),(13150,968,'_company_1','field_5d1bb2da63854'),(13151,968,'company_2_name',''),(13152,968,'_company_2_name','field_5d1bb3496385a'),(13153,968,'company_2_address',''),(13154,968,'_company_2_address','field_5d1bb3496385b'),(13155,968,'company_2_about',''),(13156,968,'_company_2_about','field_5d1bb3496385c'),(13157,968,'company_2',''),(13158,968,'_company_2','field_5d1bb34963859'),(13159,968,'company_3_name',''),(13160,968,'_company_3_name','field_5d1bb34b6385e'),(13161,968,'company_3_address',''),(13162,968,'_company_3_address','field_5d1bb34b6385f'),(13163,968,'company_3_about',''),(13164,968,'_company_3_about','field_5d1bb34b63860'),(13165,968,'company_3',''),(13166,968,'_company_3','field_5d1bb34b6385d'),(13167,968,'blocks_0_title','Q1 2019'),(13168,968,'_blocks_0_title','field_5d1b9b0f2f94d'),(13169,968,'blocks_0_text','CryptoWallet was founded in [year], and our staff have worked tirelessly to develop disruptive products and solutions that will help usher in a new era of personal finance. You can read more about our goals below in our Roadmap.'),(13170,968,'_blocks_0_text','field_5d1b9b362f94e'),(13171,968,'blocks_1_title','Q2 2019'),(13172,968,'_blocks_1_title','field_5d1b9b0f2f94d'),(13173,968,'blocks_1_text','CryptoWallet was founded in [year], and our staff have worked tirelessly to develop disruptive products and solutions that will help usher in a new era of personal finance. You can read more about our goals below in our Roadmap.'),(13174,968,'_blocks_1_text','field_5d1b9b362f94e'),(13175,968,'blocks_2_title','Q3 2019'),(13176,968,'_blocks_2_title','field_5d1b9b0f2f94d'),(13177,968,'blocks_2_text','CryptoWallet was founded in [year], and our staff have worked tirelessly to develop disruptive products and solutions that will help usher in a new era of personal finance. You can read more about our goals below in our Roadmap.'),(13178,968,'_blocks_2_text','field_5d1b9b362f94e'),(13179,968,'blocks','3'),(13180,968,'_blocks','field_5d1b9adf2f94c'),(13181,968,'values','9'),(13182,968,'_values','field_5d1cc112229fd'),(13183,968,'careers','3'),(13184,968,'_careers','field_5d1bb076d78bd'),(13185,968,'team','6'),(13186,968,'_team','field_5d1bb16ad78cf'),(13187,968,'companies','3'),(13188,968,'_companies','field_5d1bb2da63854'),(13189,968,'title_values','Values'),(13190,968,'_title_values','field_5d1cc4efc2b1e'),(13191,968,'values_0_image','lamp'),(13192,968,'_values_0_image','field_5d1baeee64511'),(13193,968,'values_0_title','Long-term Thinking'),(13194,968,'_values_0_title','field_5d1bae0d254fb'),(13195,968,'values_0_text','At CryptoWallet, we’re on a mission to build the future with care and attention it deserves.'),(13196,968,'_values_0_text','field_5d1bae0d254fc'),(13197,968,'values_1_image','certified'),(13198,968,'_values_1_image','field_5d1baeee64511'),(13199,968,'values_1_title','Accountability'),(13200,968,'_values_1_title','field_5d1bae0d254fb'),(13201,968,'values_1_text','We hold ourselves to the highest industry standards in everything that we do, and we foster a company culture of responsibility, transparency, and accountability.'),(13202,968,'_values_1_text','field_5d1bae0d254fc'),(13203,968,'values_2_image','eye'),(13204,968,'_values_2_image','field_5d1baeee64511'),(13205,968,'values_2_title','Sharp Focus'),(13206,968,'_values_2_title','field_5d1bae0d254fb'),(13207,968,'values_2_text','We keep a sharp focus to provide buying, trading, storage, and spending solutions for cryptocurrency investors. At CryptoWallet, we keep our eyes on the road ahead.'),(13208,968,'_values_2_text','field_5d1bae0d254fc'),(13209,968,'values_3_image','message'),(13210,968,'_values_3_image','field_5d1baeee64511'),(13211,968,'values_3_title','Open-door Policy'),(13212,968,'_values_3_title','field_5d1bae0d254fb'),(13213,968,'values_3_text','We need to be open to any and all input from our colleagues at all levels as well as our users and supporters. Our door is always open to improvement.'),(13214,968,'_values_3_text','field_5d1bae0d254fc'),(13215,968,'values_4_image','signal'),(13216,968,'_values_4_image','field_5d1baeee64511'),(13217,968,'values_4_title','Adaptability'),(13218,968,'_values_4_title','field_5d1bae0d254fb'),(13219,968,'values_4_text','In a quickly-changing industry, we need to be able to react quickly as well. We adapt, overcome, and deliver.'),(13220,968,'_values_4_text','field_5d1bae0d254fc'),(13221,968,'values_5_image','search'),(13222,968,'_values_5_image','field_5d1baeee64511'),(13223,968,'values_5_title','Always Learning'),(13224,968,'_values_5_title','field_5d1bae0d254fb'),(13225,968,'values_5_text','Knowledge is the best tool at our disposal. We’re always researching and developing the most cutting-edge solutions to emerging problems.'),(13226,968,'_values_5_text','field_5d1bae0d254fc'),(13227,968,'values_6_image','earth'),(13228,968,'_values_6_image','field_5d1baeee64511'),(13229,968,'values_6_title','Pro-Active'),(13230,968,'_values_6_title','field_5d1bae0d254fb'),(13231,968,'values_6_text','Whether we’re developing new ideas, getting in touch with our community, or expanding our staff, we’re in constant motion at CryptoWallet.'),(13232,968,'_values_6_text','field_5d1bae0d254fc'),(13233,968,'values_7_image','moon'),(13234,968,'_values_7_image','field_5d1baeee64511'),(13235,968,'values_7_title','Scientific Dreaming'),(13236,968,'_values_7_title','field_5d1bae0d254fb'),(13237,968,'values_7_text','We pride ourselves on using our imaginations and dreaming big too. Every day is an opportunity to do something amazing.'),(13238,968,'_values_7_text','field_5d1bae0d254fc'),(13239,968,'careers_0_title','Job Title'),(13240,968,'_careers_0_title','field_5d1bb076d78be'),(13241,968,'careers_0_text','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.'),(13242,968,'_careers_0_text','field_5d1bb076d78bf'),(13243,968,'careers_1_title','Job Title'),(13244,968,'_careers_1_title','field_5d1bb076d78be'),(13245,968,'careers_1_text','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.'),(13246,968,'_careers_1_text','field_5d1bb076d78bf'),(13247,968,'careers_2_title','Job Title'),(13248,968,'_careers_2_title','field_5d1bb076d78be'),(13249,968,'careers_2_text','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.'),(13250,968,'_careers_2_text','field_5d1bb076d78bf'),(13251,968,'team_0_photo','845'),(13252,968,'_team_0_photo','field_5d1bb194d78d2'),(13253,968,'team_0_name','Name Placeholder'),(13254,968,'_team_0_name','field_5d1bb16ad78d0'),(13255,968,'team_0_role','CEO'),(13256,968,'_team_0_role','field_5d1bb16ad78d1'),(13257,968,'team_1_photo','845'),(13258,968,'_team_1_photo','field_5d1bb194d78d2'),(13259,968,'team_1_name','Name Placeholder'),(13260,968,'_team_1_name','field_5d1bb16ad78d0'),(13261,968,'team_1_role','Founder'),(13262,968,'_team_1_role','field_5d1bb16ad78d1'),(13263,968,'team_2_photo','845'),(13264,968,'_team_2_photo','field_5d1bb194d78d2'),(13265,968,'team_2_name','Name Placeholder'),(13266,968,'_team_2_name','field_5d1bb16ad78d0'),(13267,968,'team_2_role','CFO'),(13268,968,'_team_2_role','field_5d1bb16ad78d1'),(13269,968,'team_3_photo','845'),(13270,968,'_team_3_photo','field_5d1bb194d78d2'),(13271,968,'team_3_name','Name Placeholder'),(13272,968,'_team_3_name','field_5d1bb16ad78d0'),(13273,968,'team_3_role','CTO'),(13274,968,'_team_3_role','field_5d1bb16ad78d1'),(13275,968,'team_4_photo','845'),(13276,968,'_team_4_photo','field_5d1bb194d78d2'),(13277,968,'team_4_name','Name Placeholder'),(13278,968,'_team_4_name','field_5d1bb16ad78d0'),(13279,968,'team_4_role','Head of Product'),(13280,968,'_team_4_role','field_5d1bb16ad78d1'),(13281,968,'team_5_photo','845'),(13282,968,'_team_5_photo','field_5d1bb194d78d2'),(13283,968,'team_5_name','Name Placeholder'),(13284,968,'_team_5_name','field_5d1bb16ad78d0'),(13285,968,'team_5_role','Head of Marketing'),(13286,968,'_team_5_role','field_5d1bb16ad78d1'),(13287,968,'companies_0_name','Event Title Placeholder'),(13288,968,'_companies_0_name','field_5d1bb2da63856'),(13289,968,'companies_0_address','January 15, 2019\r\nThe Ritz Carlton\r\nNew York, NY'),(13290,968,'_companies_0_address','field_5d1bb2da63857'),(13291,968,'companies_0_about','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.'),(13292,968,'_companies_0_about','field_5d1bb32563858'),(13293,968,'companies_1_name','Event Title Placeholder'),(13294,968,'_companies_1_name','field_5d1bb2da63856'),(13295,968,'companies_1_address','January 15, 2019\r\nThe Ritz Carlton\r\nNew York, NY'),(13296,968,'_companies_1_address','field_5d1bb2da63857'),(13297,968,'companies_1_about','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.'),(13298,968,'_companies_1_about','field_5d1bb32563858'),(13299,968,'companies_2_name','Event Title Placeholder'),(13300,968,'_companies_2_name','field_5d1bb2da63856'),(13301,968,'companies_2_address','January 15, 2019\r\nThe Ritz Carlton\r\nNew York, NY'),(13302,968,'_companies_2_address','field_5d1bb2da63857'),(13303,968,'companies_2_about','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.'),(13304,968,'_companies_2_about','field_5d1bb32563858'),(13305,968,'show_crypto_funds','0'),(13306,968,'_show_crypto_funds','field_5d1cd58ba65cf'),(13307,968,'values_8_image','heart'),(13308,968,'_values_8_image','field_5d1baeee64511'),(13309,968,'values_8_title','Passion'),(13310,968,'_values_8_title','field_5d1bae0d254fb'),(13311,968,'values_8_text','CryptoWallet staff are hired because they care about financial freedom, and because they believe in the technology, we use to make that happen. Passion is at the very core of our company.'),(13312,968,'_values_8_text','field_5d1bae0d254fc'),(13314,969,'show_crypto_funds','1'),(13315,969,'_show_crypto_funds','field_5d1cd58ba65cf'),(13316,969,'subtitle','CW Prepaid Card'),(13317,969,'_subtitle','field_5d1cd8ec3c600'),(13318,969,'text','Load CryptoCurrency to a Visa Debit Card and spend crypto directly in all major outlets.\r\n<ul>\r\n 	<li>• Low Fees</li>\r\n 	<li>• Chip and Pin or Virtual Cards</li>\r\n 	<li>• Online and offline spending</li>\r\n 	<li>• Cashback</li>\r\n</ul>\r\nFinally, you can use your cryptocurrency funds as real cash! Buy online or in any outlet that accepts Visa. Adoption is just a click away.'),(13319,969,'_text','field_5d1cd9046f426'),(13320,969,'text_link','Order Your Debit Card Now'),(13321,969,'_text_link','field_5d1cd9346f428'),(13322,969,'title_cryptoWallet','CryptoWallet Is Fast and Easy'),(13323,969,'_title_cryptoWallet','field_5d1cd9760bf2f'),(13324,969,'step_1_title','Order Card'),(13325,969,'_step_1_title','field_5d1cd9d00bf32'),(13326,969,'step_1_text','Just confirm your address and we’ll ship your card to your house for free.'),(13327,969,'_step_1_text','field_5d1cd9dc0bf33'),(13328,969,'step_1',''),(13329,969,'_step_1','field_5d1cd9af0bf31'),(13330,969,'step_2_title','Activate Account'),(13331,969,'_step_2_title','field_5d1cda21981be'),(13332,969,'step_2_text','Activate and set up your CryptoWallet Debit Card account to spend your crypto anywhere, anytime.'),(13333,969,'_step_2_text','field_5d1cda21981bf'),(13334,969,'step_2',''),(13335,969,'_step_2','field_5d1cda21981bd'),(13336,969,'step_3_title','Load Funds'),(13337,969,'_step_3_title','field_5d1cda22981c1'),(13338,969,'step_3_text','Load card with fiat like US dollars through wire transfer or credit card. Or, transfer crypto right into the card.'),(13339,969,'_step_3_text','field_5d1cda22981c2'),(13340,969,'step_3',''),(13341,969,'_step_3','field_5d1cda22981c0'),(13342,969,'step_4_title','Spend Funds'),(13343,969,'_step_4_title','field_5d1cda24981c4'),(13344,969,'step_4_text','Congratulations!\r\nYou can spend crypto currencies online or anywhere that accepts Visa.'),(13345,969,'_step_4_text','field_5d1cda24981c5'),(13346,969,'step_4',''),(13347,969,'_step_4','field_5d1cda24981c3'),(13348,969,'title_limits','Fees And Limits'),(13349,969,'_title_limits','field_5d1cda4d3f09f'),(13350,969,'table_0_title','Prepaid Card Fees'),(13351,969,'_table_0_title','field_5d1cdaaa3f0a1'),(13352,969,'table_0_line_0_name','Card price'),(13353,969,'_table_0_line_0_name','field_5d1cdaf93f0a3'),(13354,969,'table_0_line_0_eur','€15.00 '),(13355,969,'_table_0_line_0_eur','field_5d1cdb263f0a4'),(13356,969,'table_0_line_0_usd','$15.00 '),(13357,969,'_table_0_line_0_usd','field_5d1cdb373f0a5'),(13358,969,'table_0_line_0_gbp','€15.00 '),(13359,969,'_table_0_line_0_gbp','field_5d1cdb3d3f0a6'),(13360,969,'table_0_line','9'),(13361,969,'_table_0_line','field_5d1cdac43f0a2'),(13362,969,'table','4'),(13363,969,'_table','field_5d1cda763f0a0'),(13364,969,'alert','French Customers: In compliance with French law, French residents must be KYC2-verified and\r\nhave a cash withdrawal limit of €1,000 per month and a maximum balance of €10,000.'),(13365,969,'_alert','field_5d1cdbad5f803'),(13366,969,'text_cryptowallet','Here’s how it works.'),(13367,969,'_text_cryptowallet','field_5d1cd99e0bf30'),(13368,969,'text_copy','Here’s how it works.'),(13369,969,'_text_copy','field_5d1cec7cb0dbe'),(13370,969,'alert_cryptowallet','Online spending, offline spending, ATM withdrawals, and even cashback: \r\nWelcome to the forefront of adoption.'),(13371,969,'_alert_cryptowallet','field_5d1cec7cb0dbe'),(13372,969,'title_crypto','CryptoWallet Is Fast and Easy'),(13373,969,'_title_crypto','field_5d1ced55f3463'),(13374,969,'table_0_line_1_name','Standard global delivery'),(13375,969,'_table_0_line_1_name','field_5d1cdaf93f0a3'),(13376,969,'table_0_line_1_eur','Free '),(13377,969,'_table_0_line_1_eur','field_5d1cdb263f0a4'),(13378,969,'table_0_line_1_usd','Free '),(13379,969,'_table_0_line_1_usd','field_5d1cdb373f0a5'),(13380,969,'table_0_line_1_gbp','Free '),(13381,969,'_table_0_line_1_gbp','field_5d1cdb3d3f0a6'),(13382,969,'table_0_line_2_name','Express global delivery '),(13383,969,'_table_0_line_2_name','field_5d1cdaf93f0a3'),(13384,969,'table_0_line_2_eur','€70.00 '),(13385,969,'_table_0_line_2_eur','field_5d1cdb263f0a4'),(13386,969,'table_0_line_2_usd','$70.00 '),(13387,969,'_table_0_line_2_usd','field_5d1cdb373f0a5'),(13388,969,'table_0_line_2_gbp','£70.00 '),(13389,969,'_table_0_line_2_gbp','field_5d1cdb3d3f0a6'),(13390,969,'table_0_line_3_name','ATM fee (domestic) '),(13391,969,'_table_0_line_3_name','field_5d1cdaf93f0a3'),(13392,969,'table_0_line_3_eur','€2.25 '),(13393,969,'_table_0_line_3_eur','field_5d1cdb263f0a4'),(13394,969,'table_0_line_3_usd','$2.50 '),(13395,969,'_table_0_line_3_usd','field_5d1cdb373f0a5'),(13396,969,'table_0_line_3_gbp','£1.75 '),(13397,969,'_table_0_line_3_gbp','field_5d1cdb3d3f0a6'),(13398,969,'table_0_line_4_name','ATM fee (international)'),(13399,969,'_table_0_line_4_name','field_5d1cdaf93f0a3'),(13400,969,'table_0_line_4_eur','€2.75 '),(13401,969,'_table_0_line_4_eur','field_5d1cdb263f0a4'),(13402,969,'table_0_line_4_usd','$3.50 '),(13403,969,'_table_0_line_4_usd','field_5d1cdb373f0a5'),(13404,969,'table_0_line_4_gbp','£2.25 '),(13405,969,'_table_0_line_4_gbp','field_5d1cdb3d3f0a6'),(13406,969,'table_0_line_5_name','Foreign transaction fee '),(13407,969,'_table_0_line_5_name','field_5d1cdaf93f0a3'),(13408,969,'table_0_line_5_eur','3% '),(13409,969,'_table_0_line_5_eur','field_5d1cdb263f0a4'),(13410,969,'table_0_line_5_usd','3% '),(13411,969,'_table_0_line_5_usd','field_5d1cdb373f0a5'),(13412,969,'table_0_line_5_gbp','3% '),(13413,969,'_table_0_line_5_gbp','field_5d1cdb3d3f0a6'),(13414,969,'table_0_line_6_name','Loading fee '),(13415,969,'_table_0_line_6_name','field_5d1cdaf93f0a3'),(13416,969,'table_0_line_6_eur','1% '),(13417,969,'_table_0_line_6_eur','field_5d1cdb263f0a4'),(13418,969,'table_0_line_6_usd','1% '),(13419,969,'_table_0_line_6_usd','field_5d1cdb373f0a5'),(13420,969,'table_0_line_6_gbp','1% '),(13421,969,'_table_0_line_6_gbp','field_5d1cdb3d3f0a6'),(13422,969,'table_0_line_7_name','Third-party loading fee '),(13423,969,'_table_0_line_7_name','field_5d1cdaf93f0a3'),(13424,969,'table_0_line_7_eur','1.99% '),(13425,969,'_table_0_line_7_eur','field_5d1cdb263f0a4'),(13426,969,'table_0_line_7_usd','1.99% '),(13427,969,'_table_0_line_7_usd','field_5d1cdb373f0a5'),(13428,969,'table_0_line_7_gbp','1.99% '),(13429,969,'_table_0_line_7_gbp','field_5d1cdb3d3f0a6'),(13430,969,'table_0_line_8_name','Monthly service fee'),(13431,969,'_table_0_line_8_name','field_5d1cdaf93f0a3'),(13432,969,'table_0_line_8_eur','€1'),(13433,969,'_table_0_line_8_eur','field_5d1cdb263f0a4'),(13434,969,'table_0_line_8_usd','$1'),(13435,969,'_table_0_line_8_usd','field_5d1cdb373f0a5'),(13436,969,'table_0_line_8_gbp','€1'),(13437,969,'_table_0_line_8_gbp','field_5d1cdb3d3f0a6'),(13438,969,'table_1_title','Prepaid Account Limits'),(13439,969,'_table_1_title','field_5d1cdaaa3f0a1'),(13440,969,'table_1_line_0_name','Card price'),(13441,969,'_table_1_line_0_name','field_5d1cdaf93f0a3'),(13442,969,'table_1_line_0_eur','€15.00 '),(13443,969,'_table_1_line_0_eur','field_5d1cdb263f0a4'),(13444,969,'table_1_line_0_usd','$15.00 '),(13445,969,'_table_1_line_0_usd','field_5d1cdb373f0a5'),(13446,969,'table_1_line_0_gbp','€15.00 '),(13447,969,'_table_1_line_0_gbp','field_5d1cdb3d3f0a6'),(13448,969,'table_1_line','1'),(13449,969,'_table_1_line','field_5d1cdac43f0a2'),(13450,969,'table_2_title','Virtual Card Fees'),(13451,969,'_table_2_title','field_5d1cdaaa3f0a1'),(13452,969,'table_2_line_0_name','Card price'),(13453,969,'_table_2_line_0_name','field_5d1cdaf93f0a3'),(13454,969,'table_2_line_0_eur','€15.00 '),(13455,969,'_table_2_line_0_eur','field_5d1cdb263f0a4'),(13456,969,'table_2_line_0_usd','$15.00 '),(13457,969,'_table_2_line_0_usd','field_5d1cdb373f0a5'),(13458,969,'table_2_line_0_gbp','€15.00 '),(13459,969,'_table_2_line_0_gbp','field_5d1cdb3d3f0a6'),(13460,969,'table_2_line','1'),(13461,969,'_table_2_line','field_5d1cdac43f0a2'),(13462,969,'table_3_title','Virtual Card Account Limits'),(13463,969,'_table_3_title','field_5d1cdaaa3f0a1'),(13464,969,'table_3_line_0_name','Card price'),(13465,969,'_table_3_line_0_name','field_5d1cdaf93f0a3'),(13466,969,'table_3_line_0_eur','€15.00 '),(13467,969,'_table_3_line_0_eur','field_5d1cdb263f0a4'),(13468,969,'table_3_line_0_usd','$15.00 '),(13469,969,'_table_3_line_0_usd','field_5d1cdb373f0a5'),(13470,969,'table_3_line_0_gbp','€15.00 '),(13471,969,'_table_3_line_0_gbp','field_5d1cdb3d3f0a6'),(13472,969,'table_3_line','1'),(13473,969,'_table_3_line','field_5d1cdac43f0a2'),(13474,969,'alert_limits',''),(13475,969,'_alert_limits','field_5d278c5e79681'),(13476,970,'show_crypto_funds','1'),(13477,970,'_show_crypto_funds','field_5d1cd58ba65cf'),(13478,970,'subtitle','CW Prepaid Card'),(13479,970,'_subtitle','field_5d1cd8ec3c600'),(13480,970,'text','Load CryptoCurrency to a Visa Debit Card and spend crypto directly in all major outlets.\r\n<ul>\r\n 	<li>• Low Fees</li>\r\n 	<li>• Chip and Pin or Virtual Cards</li>\r\n 	<li>• Online and offline spending</li>\r\n 	<li>• Cashback</li>\r\n</ul>\r\nFinally, you can use your cryptocurrency funds as real cash! Buy online or in any outlet that accepts Visa. Adoption is just a click away.'),(13481,970,'_text','field_5d1cd9046f426'),(13482,970,'text_link','Order Your Debit Card Now'),(13483,970,'_text_link','field_5d1cd9346f428'),(13484,970,'title_cryptoWallet','CryptoWallet Is Fast and Easy'),(13485,970,'_title_cryptoWallet','field_5d1cd9760bf2f'),(13486,970,'step_1_title','Order Card'),(13487,970,'_step_1_title','field_5d1cd9d00bf32'),(13488,970,'step_1_text','Just confirm your address and we’ll ship your card to your house for free.'),(13489,970,'_step_1_text','field_5d1cd9dc0bf33'),(13490,970,'step_1',''),(13491,970,'_step_1','field_5d1cd9af0bf31'),(13492,970,'step_2_title','Activate Account'),(13493,970,'_step_2_title','field_5d1cda21981be'),(13494,970,'step_2_text','Activate and set up your CryptoWallet Debit Card account to spend your crypto anywhere, anytime.'),(13495,970,'_step_2_text','field_5d1cda21981bf'),(13496,970,'step_2',''),(13497,970,'_step_2','field_5d1cda21981bd'),(13498,970,'step_3_title','Load Funds'),(13499,970,'_step_3_title','field_5d1cda22981c1'),(13500,970,'step_3_text','Load card with fiat like US dollars through wire transfer or credit card. Or, transfer crypto right into the card.'),(13501,970,'_step_3_text','field_5d1cda22981c2'),(13502,970,'step_3',''),(13503,970,'_step_3','field_5d1cda22981c0'),(13504,970,'step_4_title','Spend Funds'),(13505,970,'_step_4_title','field_5d1cda24981c4'),(13506,970,'step_4_text','Congratulations!\r\nYou can spend crypto currencies online or anywhere that accepts Visa.'),(13507,970,'_step_4_text','field_5d1cda24981c5'),(13508,970,'step_4',''),(13509,970,'_step_4','field_5d1cda24981c3'),(13510,970,'title_limits','Fees And Limits'),(13511,970,'_title_limits','field_5d1cda4d3f09f'),(13512,970,'table_0_title','Prepaid Card Fees'),(13513,970,'_table_0_title','field_5d1cdaaa3f0a1'),(13514,970,'table_0_line_0_name','Card price'),(13515,970,'_table_0_line_0_name','field_5d1cdaf93f0a3'),(13516,970,'table_0_line_0_eur','€15.00 '),(13517,970,'_table_0_line_0_eur','field_5d1cdb263f0a4'),(13518,970,'table_0_line_0_usd','$15.00 '),(13519,970,'_table_0_line_0_usd','field_5d1cdb373f0a5'),(13520,970,'table_0_line_0_gbp','€15.00 '),(13521,970,'_table_0_line_0_gbp','field_5d1cdb3d3f0a6'),(13522,970,'table_0_line','9'),(13523,970,'_table_0_line','field_5d1cdac43f0a2'),(13524,970,'table','4'),(13525,970,'_table','field_5d1cda763f0a0'),(13526,970,'alert','French Customers: In compliance with French law, French residents must be KYC2-verified and\r\nhave a cash withdrawal limit of €1,000 per month and a maximum balance of €10,000.'),(13527,970,'_alert','field_5d1cdbad5f803'),(13528,970,'text_cryptowallet','Here’s how it works.'),(13529,970,'_text_cryptowallet','field_5d1cd99e0bf30'),(13530,970,'text_copy','Here’s how it works.'),(13531,970,'_text_copy','field_5d1cec7cb0dbe'),(13532,970,'alert_cryptowallet','Online spending, offline spending, ATM withdrawals, and even cashback: \r\nWelcome to the forefront of adoption.'),(13533,970,'_alert_cryptowallet','field_5d1cec7cb0dbe'),(13534,970,'title_crypto','CryptoWallet Is Fast and Easy'),(13535,970,'_title_crypto','field_5d1ced55f3463'),(13536,970,'table_0_line_1_name','Standard global delivery'),(13537,970,'_table_0_line_1_name','field_5d1cdaf93f0a3'),(13538,970,'table_0_line_1_eur','Free '),(13539,970,'_table_0_line_1_eur','field_5d1cdb263f0a4'),(13540,970,'table_0_line_1_usd','Free '),(13541,970,'_table_0_line_1_usd','field_5d1cdb373f0a5'),(13542,970,'table_0_line_1_gbp','Free '),(13543,970,'_table_0_line_1_gbp','field_5d1cdb3d3f0a6'),(13544,970,'table_0_line_2_name','Express global delivery '),(13545,970,'_table_0_line_2_name','field_5d1cdaf93f0a3'),(13546,970,'table_0_line_2_eur','€70.00 '),(13547,970,'_table_0_line_2_eur','field_5d1cdb263f0a4'),(13548,970,'table_0_line_2_usd','$70.00 '),(13549,970,'_table_0_line_2_usd','field_5d1cdb373f0a5'),(13550,970,'table_0_line_2_gbp','£70.00 '),(13551,970,'_table_0_line_2_gbp','field_5d1cdb3d3f0a6'),(13552,970,'table_0_line_3_name','ATM fee (domestic) '),(13553,970,'_table_0_line_3_name','field_5d1cdaf93f0a3'),(13554,970,'table_0_line_3_eur','€2.25 '),(13555,970,'_table_0_line_3_eur','field_5d1cdb263f0a4'),(13556,970,'table_0_line_3_usd','$2.50 '),(13557,970,'_table_0_line_3_usd','field_5d1cdb373f0a5'),(13558,970,'table_0_line_3_gbp','£1.75 '),(13559,970,'_table_0_line_3_gbp','field_5d1cdb3d3f0a6'),(13560,970,'table_0_line_4_name','ATM fee (international)'),(13561,970,'_table_0_line_4_name','field_5d1cdaf93f0a3'),(13562,970,'table_0_line_4_eur','€2.75 '),(13563,970,'_table_0_line_4_eur','field_5d1cdb263f0a4'),(13564,970,'table_0_line_4_usd','$3.50 '),(13565,970,'_table_0_line_4_usd','field_5d1cdb373f0a5'),(13566,970,'table_0_line_4_gbp','£2.25 '),(13567,970,'_table_0_line_4_gbp','field_5d1cdb3d3f0a6'),(13568,970,'table_0_line_5_name','Foreign transaction fee '),(13569,970,'_table_0_line_5_name','field_5d1cdaf93f0a3'),(13570,970,'table_0_line_5_eur','3% '),(13571,970,'_table_0_line_5_eur','field_5d1cdb263f0a4'),(13572,970,'table_0_line_5_usd','3% '),(13573,970,'_table_0_line_5_usd','field_5d1cdb373f0a5'),(13574,970,'table_0_line_5_gbp','3% '),(13575,970,'_table_0_line_5_gbp','field_5d1cdb3d3f0a6'),(13576,970,'table_0_line_6_name','Loading fee '),(13577,970,'_table_0_line_6_name','field_5d1cdaf93f0a3'),(13578,970,'table_0_line_6_eur','1% '),(13579,970,'_table_0_line_6_eur','field_5d1cdb263f0a4'),(13580,970,'table_0_line_6_usd','1% '),(13581,970,'_table_0_line_6_usd','field_5d1cdb373f0a5'),(13582,970,'table_0_line_6_gbp','1% '),(13583,970,'_table_0_line_6_gbp','field_5d1cdb3d3f0a6'),(13584,970,'table_0_line_7_name','Third-party loading fee '),(13585,970,'_table_0_line_7_name','field_5d1cdaf93f0a3'),(13586,970,'table_0_line_7_eur','1.99% '),(13587,970,'_table_0_line_7_eur','field_5d1cdb263f0a4'),(13588,970,'table_0_line_7_usd','1.99% '),(13589,970,'_table_0_line_7_usd','field_5d1cdb373f0a5'),(13590,970,'table_0_line_7_gbp','1.99% '),(13591,970,'_table_0_line_7_gbp','field_5d1cdb3d3f0a6'),(13592,970,'table_0_line_8_name','Monthly service fee'),(13593,970,'_table_0_line_8_name','field_5d1cdaf93f0a3'),(13594,970,'table_0_line_8_eur','€1'),(13595,970,'_table_0_line_8_eur','field_5d1cdb263f0a4'),(13596,970,'table_0_line_8_usd','$1'),(13597,970,'_table_0_line_8_usd','field_5d1cdb373f0a5'),(13598,970,'table_0_line_8_gbp','£1'),(13599,970,'_table_0_line_8_gbp','field_5d1cdb3d3f0a6'),(13600,970,'table_1_title','Prepaid Account Limits'),(13601,970,'_table_1_title','field_5d1cdaaa3f0a1'),(13602,970,'table_1_line_0_name','Card price'),(13603,970,'_table_1_line_0_name','field_5d1cdaf93f0a3'),(13604,970,'table_1_line_0_eur','€15.00 '),(13605,970,'_table_1_line_0_eur','field_5d1cdb263f0a4'),(13606,970,'table_1_line_0_usd','$15.00 '),(13607,970,'_table_1_line_0_usd','field_5d1cdb373f0a5'),(13608,970,'table_1_line_0_gbp','€15.00 '),(13609,970,'_table_1_line_0_gbp','field_5d1cdb3d3f0a6'),(13610,970,'table_1_line','1'),(13611,970,'_table_1_line','field_5d1cdac43f0a2'),(13612,970,'table_2_title','Virtual Card Fees'),(13613,970,'_table_2_title','field_5d1cdaaa3f0a1'),(13614,970,'table_2_line_0_name','Card price'),(13615,970,'_table_2_line_0_name','field_5d1cdaf93f0a3'),(13616,970,'table_2_line_0_eur','€15.00 '),(13617,970,'_table_2_line_0_eur','field_5d1cdb263f0a4'),(13618,970,'table_2_line_0_usd','$15.00 '),(13619,970,'_table_2_line_0_usd','field_5d1cdb373f0a5'),(13620,970,'table_2_line_0_gbp','€15.00 '),(13621,970,'_table_2_line_0_gbp','field_5d1cdb3d3f0a6'),(13622,970,'table_2_line','1'),(13623,970,'_table_2_line','field_5d1cdac43f0a2'),(13624,970,'table_3_title','Virtual Card Account Limits'),(13625,970,'_table_3_title','field_5d1cdaaa3f0a1'),(13626,970,'table_3_line_0_name','Card price'),(13627,970,'_table_3_line_0_name','field_5d1cdaf93f0a3'),(13628,970,'table_3_line_0_eur','€15.00 '),(13629,970,'_table_3_line_0_eur','field_5d1cdb263f0a4'),(13630,970,'table_3_line_0_usd','$15.00 '),(13631,970,'_table_3_line_0_usd','field_5d1cdb373f0a5'),(13632,970,'table_3_line_0_gbp','€15.00 '),(13633,970,'_table_3_line_0_gbp','field_5d1cdb3d3f0a6'),(13634,970,'table_3_line','1'),(13635,970,'_table_3_line','field_5d1cdac43f0a2'),(13636,970,'alert_limits',''),(13637,970,'_alert_limits','field_5d278c5e79681'),(13638,221,'table_1_line_1_name','Third-party loads available'),(13639,221,'_table_1_line_1_name','field_5d1cdaf93f0a3'),(13640,221,'table_1_line_1_eur','No / Yes'),(13641,221,'_table_1_line_1_eur','field_5d1cdb263f0a4'),(13642,221,'table_1_line_1_usd','No / Yes'),(13643,221,'_table_1_line_1_usd','field_5d1cdb373f0a5'),(13644,221,'table_1_line_1_gbp','No / Yes'),(13645,221,'_table_1_line_1_gbp','field_5d1cdb3d3f0a6'),(13646,221,'table_1_line_2_name','Single ATM Transaction Limit'),(13647,221,'_table_1_line_2_name','field_5d1cdaf93f0a3'),(13648,221,'table_1_line_2_eur','€200 / €1,000'),(13649,221,'_table_1_line_2_eur','field_5d1cdb263f0a4'),(13650,221,'table_1_line_2_usd','$200 / 1,000'),(13651,221,'_table_1_line_2_usd','field_5d1cdb373f0a5'),(13652,221,'table_1_line_2_gbp','£160 / 800'),(13653,221,'_table_1_line_2_gbp','field_5d1cdb3d3f0a6'),(13654,221,'table_1_line_3_name','Daily ATM Withdrawal Limit'),(13655,221,'_table_1_line_3_name','field_5d1cdaf93f0a3'),(13656,221,'table_1_line_3_eur','€400 / 2,000'),(13657,221,'_table_1_line_3_eur','field_5d1cdb263f0a4'),(13658,221,'table_1_line_3_usd','$400 / 2,000'),(13659,221,'_table_1_line_3_usd','field_5d1cdb373f0a5'),(13660,221,'table_1_line_3_gbp','$320 / 1,600'),(13661,221,'_table_1_line_3_gbp','field_5d1cdb3d3f0a6'),(13662,221,'table_1_line_4_name','Max topup Value'),(13663,221,'_table_1_line_4_name','field_5d1cdaf93f0a3'),(13664,221,'table_1_line_4_eur','€1,000 / €10,000'),(13665,221,'_table_1_line_4_eur','field_5d1cdb263f0a4'),(13666,221,'table_1_line_4_usd','$1,000 / $10,000'),(13667,221,'_table_1_line_4_usd','field_5d1cdb373f0a5'),(13668,221,'table_1_line_4_gbp','£8000 / £8,000'),(13669,221,'_table_1_line_4_gbp','field_5d1cdb3d3f0a6'),(13670,221,'table_1_line_5_name','Max Daily Load'),(13671,221,'_table_1_line_5_name','field_5d1cdaf93f0a3'),(13672,221,'table_1_line_5_eur','€1,000 / €20,000'),(13673,221,'_table_1_line_5_eur','field_5d1cdb263f0a4'),(13674,221,'table_1_line_5_usd','$1,000 / $20,000'),(13675,221,'_table_1_line_5_usd','field_5d1cdb373f0a5'),(13676,221,'table_1_line_5_gbp','£800 / £16,000'),(13677,221,'_table_1_line_5_gbp','field_5d1cdb3d3f0a6'),(13678,221,'table_1_line_6_name','Max Lifetime Load'),(13679,221,'_table_1_line_6_name','field_5d1cdaf93f0a3'),(13680,221,'table_1_line_6_eur','€1,000 / Unlimited'),(13681,221,'_table_1_line_6_eur','field_5d1cdb263f0a4'),(13682,221,'table_1_line_6_usd','$1,000 / Unlimited'),(13683,221,'_table_1_line_6_usd','field_5d1cdb373f0a5'),(13684,221,'table_1_line_6_gbp','£800 / Unlimited'),(13685,221,'_table_1_line_6_gbp','field_5d1cdb3d3f0a6'),(13686,221,'table_1_line_7_name','Max Lifetime Unload'),(13687,221,'_table_1_line_7_name','field_5d1cdaf93f0a3'),(13688,221,'table_1_line_7_eur','€1,000 / Unlimited'),(13689,221,'_table_1_line_7_eur','field_5d1cdb263f0a4'),(13690,221,'table_1_line_7_usd','$1,000 / Unlimited'),(13691,221,'_table_1_line_7_usd','field_5d1cdb373f0a5'),(13692,221,'table_1_line_7_gbp','£800 / Unlimited'),(13693,221,'_table_1_line_7_gbp','field_5d1cdb3d3f0a6'),(13694,221,'table_1_line_8_name','Daily load limit'),(13695,221,'_table_1_line_8_name','field_5d1cdaf93f0a3'),(13696,221,'table_1_line_8_eur','2 / Unlimited'),(13697,221,'_table_1_line_8_eur','field_5d1cdb263f0a4'),(13698,221,'table_1_line_8_usd','2 / Unlimited'),(13699,221,'_table_1_line_8_usd','field_5d1cdb373f0a5'),(13700,221,'table_1_line_8_gbp','2 / Unlimited'),(13701,221,'_table_1_line_8_gbp','field_5d1cdb3d3f0a6'),(13702,221,'table_1_line_9_name','Daily ATM Transaction Limit'),(13703,221,'_table_1_line_9_name','field_5d1cdaf93f0a3'),(13704,221,'table_1_line_9_eur','2 / 5'),(13705,221,'_table_1_line_9_eur','field_5d1cdb263f0a4'),(13706,221,'table_1_line_9_usd','2 / 5'),(13707,221,'_table_1_line_9_usd','field_5d1cdb373f0a5'),(13708,221,'table_1_line_9_gbp','2 / 5'),(13709,221,'_table_1_line_9_gbp','field_5d1cdb3d3f0a6'),(13710,221,'table_2_line_1_name','Foreign Transaction Fee'),(13711,221,'_table_2_line_1_name','field_5d1cdaf93f0a3'),(13712,221,'table_2_line_1_eur','3%'),(13713,221,'_table_2_line_1_eur','field_5d1cdb263f0a4'),(13714,221,'table_2_line_1_usd','3%'),(13715,221,'_table_2_line_1_usd','field_5d1cdb373f0a5'),(13716,221,'table_2_line_1_gbp','3%'),(13717,221,'_table_2_line_1_gbp','field_5d1cdb3d3f0a6'),(13718,221,'table_2_line_2_name','Monthly Service Fee'),(13719,221,'_table_2_line_2_name','field_5d1cdaf93f0a3'),(13720,221,'table_2_line_2_eur','€1'),(13721,221,'_table_2_line_2_eur','field_5d1cdb263f0a4'),(13722,221,'table_2_line_2_usd','$1'),(13723,221,'_table_2_line_2_usd','field_5d1cdb373f0a5'),(13724,221,'table_2_line_2_gbp','£1'),(13725,221,'_table_2_line_2_gbp','field_5d1cdb3d3f0a6'),(13726,221,'table_2_line_3_name','Loading Fee'),(13727,221,'_table_2_line_3_name','field_5d1cdaf93f0a3'),(13728,221,'table_2_line_3_eur','1%'),(13729,221,'_table_2_line_3_eur','field_5d1cdb263f0a4'),(13730,221,'table_2_line_3_usd','1%'),(13731,221,'_table_2_line_3_usd','field_5d1cdb373f0a5'),(13732,221,'table_2_line_3_gbp','1%'),(13733,221,'_table_2_line_3_gbp','field_5d1cdb3d3f0a6'),(13734,221,'table_2_line_4_name','Third Party Loading Fee'),(13735,221,'_table_2_line_4_name','field_5d1cdaf93f0a3'),(13736,221,'table_2_line_4_eur','1.99%'),(13737,221,'_table_2_line_4_eur','field_5d1cdb263f0a4'),(13738,221,'table_2_line_4_usd','1.99%'),(13739,221,'_table_2_line_4_usd','field_5d1cdb373f0a5'),(13740,221,'table_2_line_4_gbp','1.99%'),(13741,221,'_table_2_line_4_gbp','field_5d1cdb3d3f0a6'),(13742,221,'table_3_line_1_name','Third-party loads available'),(13743,221,'_table_3_line_1_name','field_5d1cdaf93f0a3'),(13744,221,'table_3_line_1_eur','No / Yes'),(13745,221,'_table_3_line_1_eur','field_5d1cdb263f0a4'),(13746,221,'table_3_line_1_usd','No / Yes'),(13747,221,'_table_3_line_1_usd','field_5d1cdb373f0a5'),(13748,221,'table_3_line_1_gbp','No / Yes'),(13749,221,'_table_3_line_1_gbp','field_5d1cdb3d3f0a6'),(13750,221,'table_3_line_2_name','Single ATM Transaction Limit'),(13751,221,'_table_3_line_2_name','field_5d1cdaf93f0a3'),(13752,221,'table_3_line_2_eur','€200 / €1,000'),(13753,221,'_table_3_line_2_eur','field_5d1cdb263f0a4'),(13754,221,'table_3_line_2_usd','$200 / 1,000 '),(13755,221,'_table_3_line_2_usd','field_5d1cdb373f0a5'),(13756,221,'table_3_line_2_gbp','£160 / 800'),(13757,221,'_table_3_line_2_gbp','field_5d1cdb3d3f0a6'),(13758,221,'table_3_line_3_name','Daily ATM Withdrawal Limit'),(13759,221,'_table_3_line_3_name','field_5d1cdaf93f0a3'),(13760,221,'table_3_line_3_eur','€400 / 2,000 '),(13761,221,'_table_3_line_3_eur','field_5d1cdb263f0a4'),(13762,221,'table_3_line_3_usd','$400 / 2,000 '),(13763,221,'_table_3_line_3_usd','field_5d1cdb373f0a5'),(13764,221,'table_3_line_3_gbp','$320 / 1,600'),(13765,221,'_table_3_line_3_gbp','field_5d1cdb3d3f0a6'),(13766,221,'table_3_line_4_name','Max topup Value'),(13767,221,'_table_3_line_4_name','field_5d1cdaf93f0a3'),(13768,221,'table_3_line_4_eur','€1,000 / €10,000'),(13769,221,'_table_3_line_4_eur','field_5d1cdb263f0a4'),(13770,221,'table_3_line_4_usd','$1,000 / $10,000'),(13771,221,'_table_3_line_4_usd','field_5d1cdb373f0a5'),(13772,221,'table_3_line_4_gbp','£8000 / £8,000'),(13773,221,'_table_3_line_4_gbp','field_5d1cdb3d3f0a6'),(13774,221,'table_3_line_5_name','Max Daily Load'),(13775,221,'_table_3_line_5_name','field_5d1cdaf93f0a3'),(13776,221,'table_3_line_5_eur','€1,000 / €20,000'),(13777,221,'_table_3_line_5_eur','field_5d1cdb263f0a4'),(13778,221,'table_3_line_5_usd','$1,000 / $20,000'),(13779,221,'_table_3_line_5_usd','field_5d1cdb373f0a5'),(13780,221,'table_3_line_5_gbp','£800 / £16,000'),(13781,221,'_table_3_line_5_gbp','field_5d1cdb3d3f0a6'),(13782,221,'table_3_line_6_name','Max Lifetime Load'),(13783,221,'_table_3_line_6_name','field_5d1cdaf93f0a3'),(13784,221,'table_3_line_6_eur','€1,000 / Unlimited'),(13785,221,'_table_3_line_6_eur','field_5d1cdb263f0a4'),(13786,221,'table_3_line_6_usd','$1,000 / Unlimited'),(13787,221,'_table_3_line_6_usd','field_5d1cdb373f0a5'),(13788,221,'table_3_line_6_gbp','£800 / Unlimited'),(13789,221,'_table_3_line_6_gbp','field_5d1cdb3d3f0a6'),(13790,221,'table_3_line_7_name','Max Lifetime Unload'),(13791,221,'_table_3_line_7_name','field_5d1cdaf93f0a3'),(13792,221,'table_3_line_7_eur','€1,000 / Unlimited'),(13793,221,'_table_3_line_7_eur','field_5d1cdb263f0a4'),(13794,221,'table_3_line_7_usd','$1,000 / Unlimited'),(13795,221,'_table_3_line_7_usd','field_5d1cdb373f0a5'),(13796,221,'table_3_line_7_gbp','£800 / Unlimited'),(13797,221,'_table_3_line_7_gbp','field_5d1cdb3d3f0a6'),(13798,221,'table_3_line_8_name','Daily load limit'),(13799,221,'_table_3_line_8_name','field_5d1cdaf93f0a3'),(13800,221,'table_3_line_8_eur','2 / Unlimited'),(13801,221,'_table_3_line_8_eur','field_5d1cdb263f0a4'),(13802,221,'table_3_line_8_usd','2 / Unlimited'),(13803,221,'_table_3_line_8_usd','field_5d1cdb373f0a5'),(13804,221,'table_3_line_8_gbp','2 / Unlimited'),(13805,221,'_table_3_line_8_gbp','field_5d1cdb3d3f0a6'),(13806,221,'table_3_line_9_name','Daily ATM Transaction Limit'),(13807,221,'_table_3_line_9_name','field_5d1cdaf93f0a3'),(13808,221,'table_3_line_9_eur','2 / 5'),(13809,221,'_table_3_line_9_eur','field_5d1cdb263f0a4'),(13810,221,'table_3_line_9_usd','2 / 5'),(13811,221,'_table_3_line_9_usd','field_5d1cdb373f0a5'),(13812,221,'table_3_line_9_gbp','2 / 5'),(13813,221,'_table_3_line_9_gbp','field_5d1cdb3d3f0a6'),(13814,971,'show_crypto_funds','1'),(13815,971,'_show_crypto_funds','field_5d1cd58ba65cf'),(13816,971,'subtitle','CW Prepaid Card'),(13817,971,'_subtitle','field_5d1cd8ec3c600'),(13818,971,'text','Load CryptoCurrency to a Visa Debit Card and spend crypto directly in all major outlets.\r\n<ul>\r\n 	<li>• Low Fees</li>\r\n 	<li>• Chip and Pin or Virtual Cards</li>\r\n 	<li>• Online and offline spending</li>\r\n 	<li>• Cashback</li>\r\n</ul>\r\nFinally, you can use your cryptocurrency funds as real cash! Buy online or in any outlet that accepts Visa. Adoption is just a click away.'),(13819,971,'_text','field_5d1cd9046f426'),(13820,971,'text_link','Order Your Debit Card Now'),(13821,971,'_text_link','field_5d1cd9346f428'),(13822,971,'title_cryptoWallet','CryptoWallet Is Fast and Easy'),(13823,971,'_title_cryptoWallet','field_5d1cd9760bf2f'),(13824,971,'step_1_title','Order Card'),(13825,971,'_step_1_title','field_5d1cd9d00bf32'),(13826,971,'step_1_text','Just confirm your address and we’ll ship your card to your house for free.'),(13827,971,'_step_1_text','field_5d1cd9dc0bf33'),(13828,971,'step_1',''),(13829,971,'_step_1','field_5d1cd9af0bf31'),(13830,971,'step_2_title','Activate Account'),(13831,971,'_step_2_title','field_5d1cda21981be'),(13832,971,'step_2_text','Activate and set up your CryptoWallet Debit Card account to spend your crypto anywhere, anytime.'),(13833,971,'_step_2_text','field_5d1cda21981bf'),(13834,971,'step_2',''),(13835,971,'_step_2','field_5d1cda21981bd'),(13836,971,'step_3_title','Load Funds'),(13837,971,'_step_3_title','field_5d1cda22981c1'),(13838,971,'step_3_text','Load card with fiat like US dollars through wire transfer or credit card. Or, transfer crypto right into the card.'),(13839,971,'_step_3_text','field_5d1cda22981c2'),(13840,971,'step_3',''),(13841,971,'_step_3','field_5d1cda22981c0'),(13842,971,'step_4_title','Spend Funds'),(13843,971,'_step_4_title','field_5d1cda24981c4'),(13844,971,'step_4_text','Congratulations!\r\nYou can spend crypto currencies online or anywhere that accepts Visa.'),(13845,971,'_step_4_text','field_5d1cda24981c5'),(13846,971,'step_4',''),(13847,971,'_step_4','field_5d1cda24981c3'),(13848,971,'title_limits','Fees And Limits'),(13849,971,'_title_limits','field_5d1cda4d3f09f'),(13850,971,'table_0_title','Prepaid Card Fees'),(13851,971,'_table_0_title','field_5d1cdaaa3f0a1'),(13852,971,'table_0_line_0_name','Card price'),(13853,971,'_table_0_line_0_name','field_5d1cdaf93f0a3'),(13854,971,'table_0_line_0_eur','€15.00 '),(13855,971,'_table_0_line_0_eur','field_5d1cdb263f0a4'),(13856,971,'table_0_line_0_usd','$15.00 '),(13857,971,'_table_0_line_0_usd','field_5d1cdb373f0a5'),(13858,971,'table_0_line_0_gbp','€15.00 '),(13859,971,'_table_0_line_0_gbp','field_5d1cdb3d3f0a6'),(13860,971,'table_0_line','9'),(13861,971,'_table_0_line','field_5d1cdac43f0a2'),(13862,971,'table','4'),(13863,971,'_table','field_5d1cda763f0a0'),(13864,971,'alert','French Customers: In compliance with French law, French residents must be KYC2-verified and\r\nhave a cash withdrawal limit of €1,000 per month and a maximum balance of €10,000.'),(13865,971,'_alert','field_5d1cdbad5f803'),(13866,971,'text_cryptowallet','Here’s how it works.'),(13867,971,'_text_cryptowallet','field_5d1cd99e0bf30'),(13868,971,'text_copy','Here’s how it works.'),(13869,971,'_text_copy','field_5d1cec7cb0dbe'),(13870,971,'alert_cryptowallet','Online spending, offline spending, ATM withdrawals, and even cashback: \r\nWelcome to the forefront of adoption.'),(13871,971,'_alert_cryptowallet','field_5d1cec7cb0dbe'),(13872,971,'title_crypto','CryptoWallet Is Fast and Easy'),(13873,971,'_title_crypto','field_5d1ced55f3463'),(13874,971,'table_0_line_1_name','Standard global delivery'),(13875,971,'_table_0_line_1_name','field_5d1cdaf93f0a3'),(13876,971,'table_0_line_1_eur','Free '),(13877,971,'_table_0_line_1_eur','field_5d1cdb263f0a4'),(13878,971,'table_0_line_1_usd','Free '),(13879,971,'_table_0_line_1_usd','field_5d1cdb373f0a5'),(13880,971,'table_0_line_1_gbp','Free '),(13881,971,'_table_0_line_1_gbp','field_5d1cdb3d3f0a6'),(13882,971,'table_0_line_2_name','Express global delivery '),(13883,971,'_table_0_line_2_name','field_5d1cdaf93f0a3'),(13884,971,'table_0_line_2_eur','€70.00 '),(13885,971,'_table_0_line_2_eur','field_5d1cdb263f0a4'),(13886,971,'table_0_line_2_usd','$70.00 '),(13887,971,'_table_0_line_2_usd','field_5d1cdb373f0a5'),(13888,971,'table_0_line_2_gbp','£70.00 '),(13889,971,'_table_0_line_2_gbp','field_5d1cdb3d3f0a6'),(13890,971,'table_0_line_3_name','ATM fee (domestic) '),(13891,971,'_table_0_line_3_name','field_5d1cdaf93f0a3'),(13892,971,'table_0_line_3_eur','€2.25 '),(13893,971,'_table_0_line_3_eur','field_5d1cdb263f0a4'),(13894,971,'table_0_line_3_usd','$2.50 '),(13895,971,'_table_0_line_3_usd','field_5d1cdb373f0a5'),(13896,971,'table_0_line_3_gbp','£1.75 '),(13897,971,'_table_0_line_3_gbp','field_5d1cdb3d3f0a6'),(13898,971,'table_0_line_4_name','ATM fee (international)'),(13899,971,'_table_0_line_4_name','field_5d1cdaf93f0a3'),(13900,971,'table_0_line_4_eur','€2.75 '),(13901,971,'_table_0_line_4_eur','field_5d1cdb263f0a4'),(13902,971,'table_0_line_4_usd','$3.50 '),(13903,971,'_table_0_line_4_usd','field_5d1cdb373f0a5'),(13904,971,'table_0_line_4_gbp','£2.25 '),(13905,971,'_table_0_line_4_gbp','field_5d1cdb3d3f0a6'),(13906,971,'table_0_line_5_name','Foreign transaction fee '),(13907,971,'_table_0_line_5_name','field_5d1cdaf93f0a3'),(13908,971,'table_0_line_5_eur','3% '),(13909,971,'_table_0_line_5_eur','field_5d1cdb263f0a4'),(13910,971,'table_0_line_5_usd','3% '),(13911,971,'_table_0_line_5_usd','field_5d1cdb373f0a5'),(13912,971,'table_0_line_5_gbp','3% '),(13913,971,'_table_0_line_5_gbp','field_5d1cdb3d3f0a6'),(13914,971,'table_0_line_6_name','Loading fee '),(13915,971,'_table_0_line_6_name','field_5d1cdaf93f0a3'),(13916,971,'table_0_line_6_eur','1% '),(13917,971,'_table_0_line_6_eur','field_5d1cdb263f0a4'),(13918,971,'table_0_line_6_usd','1% '),(13919,971,'_table_0_line_6_usd','field_5d1cdb373f0a5'),(13920,971,'table_0_line_6_gbp','1% '),(13921,971,'_table_0_line_6_gbp','field_5d1cdb3d3f0a6'),(13922,971,'table_0_line_7_name','Third-party loading fee '),(13923,971,'_table_0_line_7_name','field_5d1cdaf93f0a3'),(13924,971,'table_0_line_7_eur','1.99% '),(13925,971,'_table_0_line_7_eur','field_5d1cdb263f0a4'),(13926,971,'table_0_line_7_usd','1.99% '),(13927,971,'_table_0_line_7_usd','field_5d1cdb373f0a5'),(13928,971,'table_0_line_7_gbp','1.99% '),(13929,971,'_table_0_line_7_gbp','field_5d1cdb3d3f0a6'),(13930,971,'table_0_line_8_name','Monthly service fee'),(13931,971,'_table_0_line_8_name','field_5d1cdaf93f0a3'),(13932,971,'table_0_line_8_eur','€1'),(13933,971,'_table_0_line_8_eur','field_5d1cdb263f0a4'),(13934,971,'table_0_line_8_usd','$1'),(13935,971,'_table_0_line_8_usd','field_5d1cdb373f0a5'),(13936,971,'table_0_line_8_gbp','£1'),(13937,971,'_table_0_line_8_gbp','field_5d1cdb3d3f0a6'),(13938,971,'table_1_title','Prepaid Account Limits'),(13939,971,'_table_1_title','field_5d1cdaaa3f0a1'),(13940,971,'table_1_line_0_name','Online transaction limit'),(13941,971,'_table_1_line_0_name','field_5d1cdaf93f0a3'),(13942,971,'table_1_line_0_eur','€15.00 '),(13943,971,'_table_1_line_0_eur','field_5d1cdb263f0a4'),(13944,971,'table_1_line_0_usd','$15.00 '),(13945,971,'_table_1_line_0_usd','field_5d1cdb373f0a5'),(13946,971,'table_1_line_0_gbp','€15.00 '),(13947,971,'_table_1_line_0_gbp','field_5d1cdb3d3f0a6'),(13948,971,'table_1_line','10'),(13949,971,'_table_1_line','field_5d1cdac43f0a2'),(13950,971,'table_2_title','Virtual Card Fees'),(13951,971,'_table_2_title','field_5d1cdaaa3f0a1'),(13952,971,'table_2_line_0_name','Card price'),(13953,971,'_table_2_line_0_name','field_5d1cdaf93f0a3'),(13954,971,'table_2_line_0_eur','€15.00 '),(13955,971,'_table_2_line_0_eur','field_5d1cdb263f0a4'),(13956,971,'table_2_line_0_usd','$15.00 '),(13957,971,'_table_2_line_0_usd','field_5d1cdb373f0a5'),(13958,971,'table_2_line_0_gbp','€15.00 '),(13959,971,'_table_2_line_0_gbp','field_5d1cdb3d3f0a6'),(13960,971,'table_2_line','5'),(13961,971,'_table_2_line','field_5d1cdac43f0a2'),(13962,971,'table_3_title','Virtual Card Account Limits'),(13963,971,'_table_3_title','field_5d1cdaaa3f0a1'),(13964,971,'table_3_line_0_name','Online transaction limit'),(13965,971,'_table_3_line_0_name','field_5d1cdaf93f0a3'),(13966,971,'table_3_line_0_eur','€15.00 '),(13967,971,'_table_3_line_0_eur','field_5d1cdb263f0a4'),(13968,971,'table_3_line_0_usd','$15.00 '),(13969,971,'_table_3_line_0_usd','field_5d1cdb373f0a5'),(13970,971,'table_3_line_0_gbp','€15.00 '),(13971,971,'_table_3_line_0_gbp','field_5d1cdb3d3f0a6'),(13972,971,'table_3_line','10'),(13973,971,'_table_3_line','field_5d1cdac43f0a2'),(13974,971,'alert_limits',''),(13975,971,'_alert_limits','field_5d278c5e79681'),(13976,971,'table_1_line_1_name','Third-party loads available'),(13977,971,'_table_1_line_1_name','field_5d1cdaf93f0a3'),(13978,971,'table_1_line_1_eur',''),(13979,971,'_table_1_line_1_eur','field_5d1cdb263f0a4'),(13980,971,'table_1_line_1_usd',''),(13981,971,'_table_1_line_1_usd','field_5d1cdb373f0a5'),(13982,971,'table_1_line_1_gbp',''),(13983,971,'_table_1_line_1_gbp','field_5d1cdb3d3f0a6'),(13984,971,'table_1_line_2_name','Single ATM Transaction Limit'),(13985,971,'_table_1_line_2_name','field_5d1cdaf93f0a3'),(13986,971,'table_1_line_2_eur',''),(13987,971,'_table_1_line_2_eur','field_5d1cdb263f0a4'),(13988,971,'table_1_line_2_usd',''),(13989,971,'_table_1_line_2_usd','field_5d1cdb373f0a5'),(13990,971,'table_1_line_2_gbp',''),(13991,971,'_table_1_line_2_gbp','field_5d1cdb3d3f0a6'),(13992,971,'table_1_line_3_name','Daily ATM Withdrawal Limit'),(13993,971,'_table_1_line_3_name','field_5d1cdaf93f0a3'),(13994,971,'table_1_line_3_eur',''),(13995,971,'_table_1_line_3_eur','field_5d1cdb263f0a4'),(13996,971,'table_1_line_3_usd',''),(13997,971,'_table_1_line_3_usd','field_5d1cdb373f0a5'),(13998,971,'table_1_line_3_gbp',''),(13999,971,'_table_1_line_3_gbp','field_5d1cdb3d3f0a6'),(14000,971,'table_1_line_4_name','Max topup Value'),(14001,971,'_table_1_line_4_name','field_5d1cdaf93f0a3'),(14002,971,'table_1_line_4_eur',''),(14003,971,'_table_1_line_4_eur','field_5d1cdb263f0a4'),(14004,971,'table_1_line_4_usd',''),(14005,971,'_table_1_line_4_usd','field_5d1cdb373f0a5'),(14006,971,'table_1_line_4_gbp',''),(14007,971,'_table_1_line_4_gbp','field_5d1cdb3d3f0a6'),(14008,971,'table_1_line_5_name','Max Daily Load'),(14009,971,'_table_1_line_5_name','field_5d1cdaf93f0a3'),(14010,971,'table_1_line_5_eur',''),(14011,971,'_table_1_line_5_eur','field_5d1cdb263f0a4'),(14012,971,'table_1_line_5_usd',''),(14013,971,'_table_1_line_5_usd','field_5d1cdb373f0a5'),(14014,971,'table_1_line_5_gbp',''),(14015,971,'_table_1_line_5_gbp','field_5d1cdb3d3f0a6'),(14016,971,'table_1_line_6_name','Max Lifetime Load'),(14017,971,'_table_1_line_6_name','field_5d1cdaf93f0a3'),(14018,971,'table_1_line_6_eur',''),(14019,971,'_table_1_line_6_eur','field_5d1cdb263f0a4'),(14020,971,'table_1_line_6_usd',''),(14021,971,'_table_1_line_6_usd','field_5d1cdb373f0a5'),(14022,971,'table_1_line_6_gbp',''),(14023,971,'_table_1_line_6_gbp','field_5d1cdb3d3f0a6'),(14024,971,'table_1_line_7_name','Max Lifetime Unload'),(14025,971,'_table_1_line_7_name','field_5d1cdaf93f0a3'),(14026,971,'table_1_line_7_eur',''),(14027,971,'_table_1_line_7_eur','field_5d1cdb263f0a4'),(14028,971,'table_1_line_7_usd',''),(14029,971,'_table_1_line_7_usd','field_5d1cdb373f0a5'),(14030,971,'table_1_line_7_gbp',''),(14031,971,'_table_1_line_7_gbp','field_5d1cdb3d3f0a6'),(14032,971,'table_1_line_8_name','Daily load limit'),(14033,971,'_table_1_line_8_name','field_5d1cdaf93f0a3'),(14034,971,'table_1_line_8_eur',''),(14035,971,'_table_1_line_8_eur','field_5d1cdb263f0a4'),(14036,971,'table_1_line_8_usd',''),(14037,971,'_table_1_line_8_usd','field_5d1cdb373f0a5'),(14038,971,'table_1_line_8_gbp',''),(14039,971,'_table_1_line_8_gbp','field_5d1cdb3d3f0a6'),(14040,971,'table_1_line_9_name','Daily ATM Transaction Limit'),(14041,971,'_table_1_line_9_name','field_5d1cdaf93f0a3'),(14042,971,'table_1_line_9_eur',''),(14043,971,'_table_1_line_9_eur','field_5d1cdb263f0a4'),(14044,971,'table_1_line_9_usd',''),(14045,971,'_table_1_line_9_usd','field_5d1cdb373f0a5'),(14046,971,'table_1_line_9_gbp',''),(14047,971,'_table_1_line_9_gbp','field_5d1cdb3d3f0a6'),(14048,971,'table_2_line_1_name','Foreign Transaction Fee'),(14049,971,'_table_2_line_1_name','field_5d1cdaf93f0a3'),(14050,971,'table_2_line_1_eur',''),(14051,971,'_table_2_line_1_eur','field_5d1cdb263f0a4'),(14052,971,'table_2_line_1_usd',''),(14053,971,'_table_2_line_1_usd','field_5d1cdb373f0a5'),(14054,971,'table_2_line_1_gbp',''),(14055,971,'_table_2_line_1_gbp','field_5d1cdb3d3f0a6'),(14056,971,'table_2_line_2_name','Monthly Service Fee'),(14057,971,'_table_2_line_2_name','field_5d1cdaf93f0a3'),(14058,971,'table_2_line_2_eur',''),(14059,971,'_table_2_line_2_eur','field_5d1cdb263f0a4'),(14060,971,'table_2_line_2_usd',''),(14061,971,'_table_2_line_2_usd','field_5d1cdb373f0a5'),(14062,971,'table_2_line_2_gbp',''),(14063,971,'_table_2_line_2_gbp','field_5d1cdb3d3f0a6'),(14064,971,'table_2_line_3_name','Loading Fee'),(14065,971,'_table_2_line_3_name','field_5d1cdaf93f0a3'),(14066,971,'table_2_line_3_eur',''),(14067,971,'_table_2_line_3_eur','field_5d1cdb263f0a4'),(14068,971,'table_2_line_3_usd',''),(14069,971,'_table_2_line_3_usd','field_5d1cdb373f0a5'),(14070,971,'table_2_line_3_gbp',''),(14071,971,'_table_2_line_3_gbp','field_5d1cdb3d3f0a6'),(14072,971,'table_2_line_4_name','Third Party Loading Fee'),(14073,971,'_table_2_line_4_name','field_5d1cdaf93f0a3'),(14074,971,'table_2_line_4_eur',''),(14075,971,'_table_2_line_4_eur','field_5d1cdb263f0a4'),(14076,971,'table_2_line_4_usd',''),(14077,971,'_table_2_line_4_usd','field_5d1cdb373f0a5'),(14078,971,'table_2_line_4_gbp',''),(14079,971,'_table_2_line_4_gbp','field_5d1cdb3d3f0a6'),(14080,971,'table_3_line_1_name','Third-party loads available'),(14081,971,'_table_3_line_1_name','field_5d1cdaf93f0a3'),(14082,971,'table_3_line_1_eur',''),(14083,971,'_table_3_line_1_eur','field_5d1cdb263f0a4'),(14084,971,'table_3_line_1_usd',''),(14085,971,'_table_3_line_1_usd','field_5d1cdb373f0a5'),(14086,971,'table_3_line_1_gbp',''),(14087,971,'_table_3_line_1_gbp','field_5d1cdb3d3f0a6'),(14088,971,'table_3_line_2_name','Single ATM Transaction Limit'),(14089,971,'_table_3_line_2_name','field_5d1cdaf93f0a3'),(14090,971,'table_3_line_2_eur',''),(14091,971,'_table_3_line_2_eur','field_5d1cdb263f0a4'),(14092,971,'table_3_line_2_usd',''),(14093,971,'_table_3_line_2_usd','field_5d1cdb373f0a5'),(14094,971,'table_3_line_2_gbp',''),(14095,971,'_table_3_line_2_gbp','field_5d1cdb3d3f0a6'),(14096,971,'table_3_line_3_name','Daily ATM Withdrawal Limit'),(14097,971,'_table_3_line_3_name','field_5d1cdaf93f0a3'),(14098,971,'table_3_line_3_eur',''),(14099,971,'_table_3_line_3_eur','field_5d1cdb263f0a4'),(14100,971,'table_3_line_3_usd',''),(14101,971,'_table_3_line_3_usd','field_5d1cdb373f0a5'),(14102,971,'table_3_line_3_gbp',''),(14103,971,'_table_3_line_3_gbp','field_5d1cdb3d3f0a6'),(14104,971,'table_3_line_4_name','Max topup Value'),(14105,971,'_table_3_line_4_name','field_5d1cdaf93f0a3'),(14106,971,'table_3_line_4_eur',''),(14107,971,'_table_3_line_4_eur','field_5d1cdb263f0a4'),(14108,971,'table_3_line_4_usd',''),(14109,971,'_table_3_line_4_usd','field_5d1cdb373f0a5'),(14110,971,'table_3_line_4_gbp',''),(14111,971,'_table_3_line_4_gbp','field_5d1cdb3d3f0a6'),(14112,971,'table_3_line_5_name','Max Daily Load'),(14113,971,'_table_3_line_5_name','field_5d1cdaf93f0a3'),(14114,971,'table_3_line_5_eur',''),(14115,971,'_table_3_line_5_eur','field_5d1cdb263f0a4'),(14116,971,'table_3_line_5_usd',''),(14117,971,'_table_3_line_5_usd','field_5d1cdb373f0a5'),(14118,971,'table_3_line_5_gbp',''),(14119,971,'_table_3_line_5_gbp','field_5d1cdb3d3f0a6'),(14120,971,'table_3_line_6_name','Max Lifetime Load'),(14121,971,'_table_3_line_6_name','field_5d1cdaf93f0a3'),(14122,971,'table_3_line_6_eur',''),(14123,971,'_table_3_line_6_eur','field_5d1cdb263f0a4'),(14124,971,'table_3_line_6_usd',''),(14125,971,'_table_3_line_6_usd','field_5d1cdb373f0a5'),(14126,971,'table_3_line_6_gbp',''),(14127,971,'_table_3_line_6_gbp','field_5d1cdb3d3f0a6'),(14128,971,'table_3_line_7_name','Max Lifetime Unload'),(14129,971,'_table_3_line_7_name','field_5d1cdaf93f0a3'),(14130,971,'table_3_line_7_eur',''),(14131,971,'_table_3_line_7_eur','field_5d1cdb263f0a4'),(14132,971,'table_3_line_7_usd',''),(14133,971,'_table_3_line_7_usd','field_5d1cdb373f0a5'),(14134,971,'table_3_line_7_gbp',''),(14135,971,'_table_3_line_7_gbp','field_5d1cdb3d3f0a6'),(14136,971,'table_3_line_8_name','Daily load limit'),(14137,971,'_table_3_line_8_name','field_5d1cdaf93f0a3'),(14138,971,'table_3_line_8_eur',''),(14139,971,'_table_3_line_8_eur','field_5d1cdb263f0a4'),(14140,971,'table_3_line_8_usd',''),(14141,971,'_table_3_line_8_usd','field_5d1cdb373f0a5'),(14142,971,'table_3_line_8_gbp',''),(14143,971,'_table_3_line_8_gbp','field_5d1cdb3d3f0a6'),(14144,971,'table_3_line_9_name','Daily ATM Transaction Limit'),(14145,971,'_table_3_line_9_name','field_5d1cdaf93f0a3'),(14146,971,'table_3_line_9_eur',''),(14147,971,'_table_3_line_9_eur','field_5d1cdb263f0a4'),(14148,971,'table_3_line_9_usd',''),(14149,971,'_table_3_line_9_usd','field_5d1cdb373f0a5'),(14150,971,'table_3_line_9_gbp',''),(14151,971,'_table_3_line_9_gbp','field_5d1cdb3d3f0a6'),(14152,972,'show_crypto_funds','1'),(14153,972,'_show_crypto_funds','field_5d1cd58ba65cf'),(14154,972,'subtitle','CW Prepaid Card'),(14155,972,'_subtitle','field_5d1cd8ec3c600'),(14156,972,'text','Load CryptoCurrency to a Visa Debit Card and spend crypto directly in all major outlets.\r\n<ul>\r\n 	<li>• Low Fees</li>\r\n 	<li>• Chip and Pin or Virtual Cards</li>\r\n 	<li>• Online and offline spending</li>\r\n 	<li>• Cashback</li>\r\n</ul>\r\nFinally, you can use your cryptocurrency funds as real cash! Buy online or in any outlet that accepts Visa. Adoption is just a click away.'),(14157,972,'_text','field_5d1cd9046f426'),(14158,972,'text_link','Order Your Debit Card Now'),(14159,972,'_text_link','field_5d1cd9346f428'),(14160,972,'title_cryptoWallet','CryptoWallet Is Fast and Easy'),(14161,972,'_title_cryptoWallet','field_5d1cd9760bf2f'),(14162,972,'step_1_title','Order Card'),(14163,972,'_step_1_title','field_5d1cd9d00bf32'),(14164,972,'step_1_text','Just confirm your address and we’ll ship your card to your house for free.'),(14165,972,'_step_1_text','field_5d1cd9dc0bf33'),(14166,972,'step_1',''),(14167,972,'_step_1','field_5d1cd9af0bf31'),(14168,972,'step_2_title','Activate Account'),(14169,972,'_step_2_title','field_5d1cda21981be'),(14170,972,'step_2_text','Activate and set up your CryptoWallet Debit Card account to spend your crypto anywhere, anytime.'),(14171,972,'_step_2_text','field_5d1cda21981bf'),(14172,972,'step_2',''),(14173,972,'_step_2','field_5d1cda21981bd'),(14174,972,'step_3_title','Load Funds'),(14175,972,'_step_3_title','field_5d1cda22981c1'),(14176,972,'step_3_text','Load card with fiat like US dollars through wire transfer or credit card. Or, transfer crypto right into the card.'),(14177,972,'_step_3_text','field_5d1cda22981c2'),(14178,972,'step_3',''),(14179,972,'_step_3','field_5d1cda22981c0'),(14180,972,'step_4_title','Spend Funds'),(14181,972,'_step_4_title','field_5d1cda24981c4'),(14182,972,'step_4_text','Congratulations!\r\nYou can spend crypto currencies online or anywhere that accepts Visa.'),(14183,972,'_step_4_text','field_5d1cda24981c5'),(14184,972,'step_4',''),(14185,972,'_step_4','field_5d1cda24981c3'),(14186,972,'title_limits','Fees And Limits'),(14187,972,'_title_limits','field_5d1cda4d3f09f'),(14188,972,'table_0_title','Prepaid Card Fees'),(14189,972,'_table_0_title','field_5d1cdaaa3f0a1'),(14190,972,'table_0_line_0_name','Card price'),(14191,972,'_table_0_line_0_name','field_5d1cdaf93f0a3'),(14192,972,'table_0_line_0_eur','€15.00 '),(14193,972,'_table_0_line_0_eur','field_5d1cdb263f0a4'),(14194,972,'table_0_line_0_usd','$15.00 '),(14195,972,'_table_0_line_0_usd','field_5d1cdb373f0a5'),(14196,972,'table_0_line_0_gbp','€15.00 '),(14197,972,'_table_0_line_0_gbp','field_5d1cdb3d3f0a6'),(14198,972,'table_0_line','9'),(14199,972,'_table_0_line','field_5d1cdac43f0a2'),(14200,972,'table','4'),(14201,972,'_table','field_5d1cda763f0a0'),(14202,972,'alert','French Customers: In compliance with French law, French residents must be KYC2-verified and\r\nhave a cash withdrawal limit of €1,000 per month and a maximum balance of €10,000.'),(14203,972,'_alert','field_5d1cdbad5f803'),(14204,972,'text_cryptowallet','Here’s how it works.'),(14205,972,'_text_cryptowallet','field_5d1cd99e0bf30'),(14206,972,'text_copy','Here’s how it works.'),(14207,972,'_text_copy','field_5d1cec7cb0dbe'),(14208,972,'alert_cryptowallet','Online spending, offline spending, ATM withdrawals, and even cashback: \r\nWelcome to the forefront of adoption.'),(14209,972,'_alert_cryptowallet','field_5d1cec7cb0dbe'),(14210,972,'title_crypto','CryptoWallet Is Fast and Easy'),(14211,972,'_title_crypto','field_5d1ced55f3463'),(14212,972,'table_0_line_1_name','Standard global delivery'),(14213,972,'_table_0_line_1_name','field_5d1cdaf93f0a3'),(14214,972,'table_0_line_1_eur','Free '),(14215,972,'_table_0_line_1_eur','field_5d1cdb263f0a4'),(14216,972,'table_0_line_1_usd','Free '),(14217,972,'_table_0_line_1_usd','field_5d1cdb373f0a5'),(14218,972,'table_0_line_1_gbp','Free '),(14219,972,'_table_0_line_1_gbp','field_5d1cdb3d3f0a6'),(14220,972,'table_0_line_2_name','Express global delivery '),(14221,972,'_table_0_line_2_name','field_5d1cdaf93f0a3'),(14222,972,'table_0_line_2_eur','€70.00 '),(14223,972,'_table_0_line_2_eur','field_5d1cdb263f0a4'),(14224,972,'table_0_line_2_usd','$70.00 '),(14225,972,'_table_0_line_2_usd','field_5d1cdb373f0a5'),(14226,972,'table_0_line_2_gbp','£70.00 '),(14227,972,'_table_0_line_2_gbp','field_5d1cdb3d3f0a6'),(14228,972,'table_0_line_3_name','ATM fee (domestic) '),(14229,972,'_table_0_line_3_name','field_5d1cdaf93f0a3'),(14230,972,'table_0_line_3_eur','€2.25 '),(14231,972,'_table_0_line_3_eur','field_5d1cdb263f0a4'),(14232,972,'table_0_line_3_usd','$2.50 '),(14233,972,'_table_0_line_3_usd','field_5d1cdb373f0a5'),(14234,972,'table_0_line_3_gbp','£1.75 '),(14235,972,'_table_0_line_3_gbp','field_5d1cdb3d3f0a6'),(14236,972,'table_0_line_4_name','ATM fee (international)'),(14237,972,'_table_0_line_4_name','field_5d1cdaf93f0a3'),(14238,972,'table_0_line_4_eur','€2.75 '),(14239,972,'_table_0_line_4_eur','field_5d1cdb263f0a4'),(14240,972,'table_0_line_4_usd','$3.50 '),(14241,972,'_table_0_line_4_usd','field_5d1cdb373f0a5'),(14242,972,'table_0_line_4_gbp','£2.25 '),(14243,972,'_table_0_line_4_gbp','field_5d1cdb3d3f0a6'),(14244,972,'table_0_line_5_name','Foreign transaction fee '),(14245,972,'_table_0_line_5_name','field_5d1cdaf93f0a3'),(14246,972,'table_0_line_5_eur','3% '),(14247,972,'_table_0_line_5_eur','field_5d1cdb263f0a4'),(14248,972,'table_0_line_5_usd','3% '),(14249,972,'_table_0_line_5_usd','field_5d1cdb373f0a5'),(14250,972,'table_0_line_5_gbp','3% '),(14251,972,'_table_0_line_5_gbp','field_5d1cdb3d3f0a6'),(14252,972,'table_0_line_6_name','Loading fee '),(14253,972,'_table_0_line_6_name','field_5d1cdaf93f0a3'),(14254,972,'table_0_line_6_eur','1% '),(14255,972,'_table_0_line_6_eur','field_5d1cdb263f0a4'),(14256,972,'table_0_line_6_usd','1% '),(14257,972,'_table_0_line_6_usd','field_5d1cdb373f0a5'),(14258,972,'table_0_line_6_gbp','1% '),(14259,972,'_table_0_line_6_gbp','field_5d1cdb3d3f0a6'),(14260,972,'table_0_line_7_name','Third-party loading fee '),(14261,972,'_table_0_line_7_name','field_5d1cdaf93f0a3'),(14262,972,'table_0_line_7_eur','1.99% '),(14263,972,'_table_0_line_7_eur','field_5d1cdb263f0a4'),(14264,972,'table_0_line_7_usd','1.99% '),(14265,972,'_table_0_line_7_usd','field_5d1cdb373f0a5'),(14266,972,'table_0_line_7_gbp','1.99% '),(14267,972,'_table_0_line_7_gbp','field_5d1cdb3d3f0a6'),(14268,972,'table_0_line_8_name','Monthly service fee'),(14269,972,'_table_0_line_8_name','field_5d1cdaf93f0a3'),(14270,972,'table_0_line_8_eur','€1'),(14271,972,'_table_0_line_8_eur','field_5d1cdb263f0a4'),(14272,972,'table_0_line_8_usd','$1'),(14273,972,'_table_0_line_8_usd','field_5d1cdb373f0a5'),(14274,972,'table_0_line_8_gbp','£1'),(14275,972,'_table_0_line_8_gbp','field_5d1cdb3d3f0a6'),(14276,972,'table_1_title','Prepaid Account Limits'),(14277,972,'_table_1_title','field_5d1cdaaa3f0a1'),(14278,972,'table_1_line_0_name','Online transaction limit'),(14279,972,'_table_1_line_0_name','field_5d1cdaf93f0a3'),(14280,972,'table_1_line_0_eur','€1,000 /unlimited'),(14281,972,'_table_1_line_0_eur','field_5d1cdb263f0a4'),(14282,972,'table_1_line_0_usd','$1,000 /unlimited'),(14283,972,'_table_1_line_0_usd','field_5d1cdb373f0a5'),(14284,972,'table_1_line_0_gbp','£800 /unlimited'),(14285,972,'_table_1_line_0_gbp','field_5d1cdb3d3f0a6'),(14286,972,'table_1_line','10'),(14287,972,'_table_1_line','field_5d1cdac43f0a2'),(14288,972,'table_2_title','Virtual Card Fees'),(14289,972,'_table_2_title','field_5d1cdaaa3f0a1'),(14290,972,'table_2_line_0_name','Card price'),(14291,972,'_table_2_line_0_name','field_5d1cdaf93f0a3'),(14292,972,'table_2_line_0_eur','€15.00 '),(14293,972,'_table_2_line_0_eur','field_5d1cdb263f0a4'),(14294,972,'table_2_line_0_usd','$15.00 '),(14295,972,'_table_2_line_0_usd','field_5d1cdb373f0a5'),(14296,972,'table_2_line_0_gbp','€15.00 '),(14297,972,'_table_2_line_0_gbp','field_5d1cdb3d3f0a6'),(14298,972,'table_2_line','5'),(14299,972,'_table_2_line','field_5d1cdac43f0a2'),(14300,972,'table_3_title','Virtual Card Account Limits'),(14301,972,'_table_3_title','field_5d1cdaaa3f0a1'),(14302,972,'table_3_line_0_name','Online transaction limit'),(14303,972,'_table_3_line_0_name','field_5d1cdaf93f0a3'),(14304,972,'table_3_line_0_eur','€15.00 '),(14305,972,'_table_3_line_0_eur','field_5d1cdb263f0a4'),(14306,972,'table_3_line_0_usd','$15.00 '),(14307,972,'_table_3_line_0_usd','field_5d1cdb373f0a5'),(14308,972,'table_3_line_0_gbp','€15.00 '),(14309,972,'_table_3_line_0_gbp','field_5d1cdb3d3f0a6'),(14310,972,'table_3_line','10'),(14311,972,'_table_3_line','field_5d1cdac43f0a2'),(14312,972,'alert_limits',''),(14313,972,'_alert_limits','field_5d278c5e79681'),(14314,972,'table_1_line_1_name','Third-party loads available'),(14315,972,'_table_1_line_1_name','field_5d1cdaf93f0a3'),(14316,972,'table_1_line_1_eur','No/Yes'),(14317,972,'_table_1_line_1_eur','field_5d1cdb263f0a4'),(14318,972,'table_1_line_1_usd','No/Yes'),(14319,972,'_table_1_line_1_usd','field_5d1cdb373f0a5'),(14320,972,'table_1_line_1_gbp','No/Yes'),(14321,972,'_table_1_line_1_gbp','field_5d1cdb3d3f0a6'),(14322,972,'table_1_line_2_name','Single ATM Transaction Limit'),(14323,972,'_table_1_line_2_name','field_5d1cdaf93f0a3'),(14324,972,'table_1_line_2_eur','€200/€1,000'),(14325,972,'_table_1_line_2_eur','field_5d1cdb263f0a4'),(14326,972,'table_1_line_2_usd','$200/1,000'),(14327,972,'_table_1_line_2_usd','field_5d1cdb373f0a5'),(14328,972,'table_1_line_2_gbp','£160/800'),(14329,972,'_table_1_line_2_gbp','field_5d1cdb3d3f0a6'),(14330,972,'table_1_line_3_name','Daily ATM Withdrawal Limit'),(14331,972,'_table_1_line_3_name','field_5d1cdaf93f0a3'),(14332,972,'table_1_line_3_eur','€400/2,000'),(14333,972,'_table_1_line_3_eur','field_5d1cdb263f0a4'),(14334,972,'table_1_line_3_usd','$400/2,000'),(14335,972,'_table_1_line_3_usd','field_5d1cdb373f0a5'),(14336,972,'table_1_line_3_gbp','$320/1,600'),(14337,972,'_table_1_line_3_gbp','field_5d1cdb3d3f0a6'),(14338,972,'table_1_line_4_name','Max topup Value'),(14339,972,'_table_1_line_4_name','field_5d1cdaf93f0a3'),(14340,972,'table_1_line_4_eur','€1,000 /€10,000'),(14341,972,'_table_1_line_4_eur','field_5d1cdb263f0a4'),(14342,972,'table_1_line_4_usd','$1,000 £8000 /$10,000'),(14343,972,'_table_1_line_4_usd','field_5d1cdb373f0a5'),(14344,972,'table_1_line_4_gbp','£8000 /£8,000'),(14345,972,'_table_1_line_4_gbp','field_5d1cdb3d3f0a6'),(14346,972,'table_1_line_5_name','Max Daily Load'),(14347,972,'_table_1_line_5_name','field_5d1cdaf93f0a3'),(14348,972,'table_1_line_5_eur','€1,000 /€20,000'),(14349,972,'_table_1_line_5_eur','field_5d1cdb263f0a4'),(14350,972,'table_1_line_5_usd','$1,000 /$20,000'),(14351,972,'_table_1_line_5_usd','field_5d1cdb373f0a5'),(14352,972,'table_1_line_5_gbp','£800 /£16,000'),(14353,972,'_table_1_line_5_gbp','field_5d1cdb3d3f0a6'),(14354,972,'table_1_line_6_name','Max Lifetime Load'),(14355,972,'_table_1_line_6_name','field_5d1cdaf93f0a3'),(14356,972,'table_1_line_6_eur','€1,000 /Unlimited'),(14357,972,'_table_1_line_6_eur','field_5d1cdb263f0a4'),(14358,972,'table_1_line_6_usd','$1,000 /Unlimited'),(14359,972,'_table_1_line_6_usd','field_5d1cdb373f0a5'),(14360,972,'table_1_line_6_gbp','£800 /Unlimited'),(14361,972,'_table_1_line_6_gbp','field_5d1cdb3d3f0a6'),(14362,972,'table_1_line_7_name','Max Lifetime Unload'),(14363,972,'_table_1_line_7_name','field_5d1cdaf93f0a3'),(14364,972,'table_1_line_7_eur','€1,000 /Unlimited'),(14365,972,'_table_1_line_7_eur','field_5d1cdb263f0a4'),(14366,972,'table_1_line_7_usd','$1,000 /Unlimited'),(14367,972,'_table_1_line_7_usd','field_5d1cdb373f0a5'),(14368,972,'table_1_line_7_gbp','£800 /Unlimited'),(14369,972,'_table_1_line_7_gbp','field_5d1cdb3d3f0a6'),(14370,972,'table_1_line_8_name','Daily load limit'),(14371,972,'_table_1_line_8_name','field_5d1cdaf93f0a3'),(14372,972,'table_1_line_8_eur','2 /Unlimited'),(14373,972,'_table_1_line_8_eur','field_5d1cdb263f0a4'),(14374,972,'table_1_line_8_usd','2 /Unlimited'),(14375,972,'_table_1_line_8_usd','field_5d1cdb373f0a5'),(14376,972,'table_1_line_8_gbp','2 /Unlimited'),(14377,972,'_table_1_line_8_gbp','field_5d1cdb3d3f0a6'),(14378,972,'table_1_line_9_name','Daily ATM Transaction Limit'),(14379,972,'_table_1_line_9_name','field_5d1cdaf93f0a3'),(14380,972,'table_1_line_9_eur','2 / 5'),(14381,972,'_table_1_line_9_eur','field_5d1cdb263f0a4'),(14382,972,'table_1_line_9_usd','2 / 5'),(14383,972,'_table_1_line_9_usd','field_5d1cdb373f0a5'),(14384,972,'table_1_line_9_gbp','2 / 5'),(14385,972,'_table_1_line_9_gbp','field_5d1cdb3d3f0a6'),(14386,972,'table_2_line_1_name','Foreign Transaction Fee'),(14387,972,'_table_2_line_1_name','field_5d1cdaf93f0a3'),(14388,972,'table_2_line_1_eur',''),(14389,972,'_table_2_line_1_eur','field_5d1cdb263f0a4'),(14390,972,'table_2_line_1_usd',''),(14391,972,'_table_2_line_1_usd','field_5d1cdb373f0a5'),(14392,972,'table_2_line_1_gbp',''),(14393,972,'_table_2_line_1_gbp','field_5d1cdb3d3f0a6'),(14394,972,'table_2_line_2_name','Monthly Service Fee'),(14395,972,'_table_2_line_2_name','field_5d1cdaf93f0a3'),(14396,972,'table_2_line_2_eur',''),(14397,972,'_table_2_line_2_eur','field_5d1cdb263f0a4'),(14398,972,'table_2_line_2_usd',''),(14399,972,'_table_2_line_2_usd','field_5d1cdb373f0a5'),(14400,972,'table_2_line_2_gbp',''),(14401,972,'_table_2_line_2_gbp','field_5d1cdb3d3f0a6'),(14402,972,'table_2_line_3_name','Loading Fee'),(14403,972,'_table_2_line_3_name','field_5d1cdaf93f0a3'),(14404,972,'table_2_line_3_eur',''),(14405,972,'_table_2_line_3_eur','field_5d1cdb263f0a4'),(14406,972,'table_2_line_3_usd',''),(14407,972,'_table_2_line_3_usd','field_5d1cdb373f0a5'),(14408,972,'table_2_line_3_gbp',''),(14409,972,'_table_2_line_3_gbp','field_5d1cdb3d3f0a6'),(14410,972,'table_2_line_4_name','Third Party Loading Fee'),(14411,972,'_table_2_line_4_name','field_5d1cdaf93f0a3'),(14412,972,'table_2_line_4_eur',''),(14413,972,'_table_2_line_4_eur','field_5d1cdb263f0a4'),(14414,972,'table_2_line_4_usd',''),(14415,972,'_table_2_line_4_usd','field_5d1cdb373f0a5'),(14416,972,'table_2_line_4_gbp',''),(14417,972,'_table_2_line_4_gbp','field_5d1cdb3d3f0a6'),(14418,972,'table_3_line_1_name','Third-party loads available'),(14419,972,'_table_3_line_1_name','field_5d1cdaf93f0a3'),(14420,972,'table_3_line_1_eur',''),(14421,972,'_table_3_line_1_eur','field_5d1cdb263f0a4'),(14422,972,'table_3_line_1_usd',''),(14423,972,'_table_3_line_1_usd','field_5d1cdb373f0a5'),(14424,972,'table_3_line_1_gbp',''),(14425,972,'_table_3_line_1_gbp','field_5d1cdb3d3f0a6'),(14426,972,'table_3_line_2_name','Single ATM Transaction Limit'),(14427,972,'_table_3_line_2_name','field_5d1cdaf93f0a3'),(14428,972,'table_3_line_2_eur',''),(14429,972,'_table_3_line_2_eur','field_5d1cdb263f0a4'),(14430,972,'table_3_line_2_usd',''),(14431,972,'_table_3_line_2_usd','field_5d1cdb373f0a5'),(14432,972,'table_3_line_2_gbp',''),(14433,972,'_table_3_line_2_gbp','field_5d1cdb3d3f0a6'),(14434,972,'table_3_line_3_name','Daily ATM Withdrawal Limit'),(14435,972,'_table_3_line_3_name','field_5d1cdaf93f0a3'),(14436,972,'table_3_line_3_eur',''),(14437,972,'_table_3_line_3_eur','field_5d1cdb263f0a4'),(14438,972,'table_3_line_3_usd',''),(14439,972,'_table_3_line_3_usd','field_5d1cdb373f0a5'),(14440,972,'table_3_line_3_gbp',''),(14441,972,'_table_3_line_3_gbp','field_5d1cdb3d3f0a6'),(14442,972,'table_3_line_4_name','Max topup Value'),(14443,972,'_table_3_line_4_name','field_5d1cdaf93f0a3'),(14444,972,'table_3_line_4_eur',''),(14445,972,'_table_3_line_4_eur','field_5d1cdb263f0a4'),(14446,972,'table_3_line_4_usd',''),(14447,972,'_table_3_line_4_usd','field_5d1cdb373f0a5'),(14448,972,'table_3_line_4_gbp',''),(14449,972,'_table_3_line_4_gbp','field_5d1cdb3d3f0a6'),(14450,972,'table_3_line_5_name','Max Daily Load'),(14451,972,'_table_3_line_5_name','field_5d1cdaf93f0a3'),(14452,972,'table_3_line_5_eur',''),(14453,972,'_table_3_line_5_eur','field_5d1cdb263f0a4'),(14454,972,'table_3_line_5_usd',''),(14455,972,'_table_3_line_5_usd','field_5d1cdb373f0a5'),(14456,972,'table_3_line_5_gbp',''),(14457,972,'_table_3_line_5_gbp','field_5d1cdb3d3f0a6'),(14458,972,'table_3_line_6_name','Max Lifetime Load'),(14459,972,'_table_3_line_6_name','field_5d1cdaf93f0a3'),(14460,972,'table_3_line_6_eur',''),(14461,972,'_table_3_line_6_eur','field_5d1cdb263f0a4'),(14462,972,'table_3_line_6_usd',''),(14463,972,'_table_3_line_6_usd','field_5d1cdb373f0a5'),(14464,972,'table_3_line_6_gbp',''),(14465,972,'_table_3_line_6_gbp','field_5d1cdb3d3f0a6'),(14466,972,'table_3_line_7_name','Max Lifetime Unload'),(14467,972,'_table_3_line_7_name','field_5d1cdaf93f0a3'),(14468,972,'table_3_line_7_eur',''),(14469,972,'_table_3_line_7_eur','field_5d1cdb263f0a4'),(14470,972,'table_3_line_7_usd',''),(14471,972,'_table_3_line_7_usd','field_5d1cdb373f0a5'),(14472,972,'table_3_line_7_gbp',''),(14473,972,'_table_3_line_7_gbp','field_5d1cdb3d3f0a6'),(14474,972,'table_3_line_8_name','Daily load limit'),(14475,972,'_table_3_line_8_name','field_5d1cdaf93f0a3'),(14476,972,'table_3_line_8_eur',''),(14477,972,'_table_3_line_8_eur','field_5d1cdb263f0a4'),(14478,972,'table_3_line_8_usd',''),(14479,972,'_table_3_line_8_usd','field_5d1cdb373f0a5'),(14480,972,'table_3_line_8_gbp',''),(14481,972,'_table_3_line_8_gbp','field_5d1cdb3d3f0a6'),(14482,972,'table_3_line_9_name','Daily ATM Transaction Limit'),(14483,972,'_table_3_line_9_name','field_5d1cdaf93f0a3'),(14484,972,'table_3_line_9_eur',''),(14485,972,'_table_3_line_9_eur','field_5d1cdb263f0a4'),(14486,972,'table_3_line_9_usd',''),(14487,972,'_table_3_line_9_usd','field_5d1cdb373f0a5'),(14488,972,'table_3_line_9_gbp',''),(14489,972,'_table_3_line_9_gbp','field_5d1cdb3d3f0a6'),(14490,973,'show_crypto_funds','1'),(14491,973,'_show_crypto_funds','field_5d1cd58ba65cf'),(14492,973,'subtitle','CW Prepaid Card'),(14493,973,'_subtitle','field_5d1cd8ec3c600'),(14494,973,'text','Load CryptoCurrency to a Visa Debit Card and spend crypto directly in all major outlets.\r\n<ul>\r\n 	<li>• Low Fees</li>\r\n 	<li>• Chip and Pin or Virtual Cards</li>\r\n 	<li>• Online and offline spending</li>\r\n 	<li>• Cashback</li>\r\n</ul>\r\nFinally, you can use your cryptocurrency funds as real cash! Buy online or in any outlet that accepts Visa. Adoption is just a click away.'),(14495,973,'_text','field_5d1cd9046f426'),(14496,973,'text_link','Order Your Debit Card Now'),(14497,973,'_text_link','field_5d1cd9346f428'),(14498,973,'title_cryptoWallet','CryptoWallet Is Fast and Easy'),(14499,973,'_title_cryptoWallet','field_5d1cd9760bf2f'),(14500,973,'step_1_title','Order Card'),(14501,973,'_step_1_title','field_5d1cd9d00bf32'),(14502,973,'step_1_text','Just confirm your address and we’ll ship your card to your house for free.'),(14503,973,'_step_1_text','field_5d1cd9dc0bf33'),(14504,973,'step_1',''),(14505,973,'_step_1','field_5d1cd9af0bf31'),(14506,973,'step_2_title','Activate Account'),(14507,973,'_step_2_title','field_5d1cda21981be'),(14508,973,'step_2_text','Activate and set up your CryptoWallet Debit Card account to spend your crypto anywhere, anytime.'),(14509,973,'_step_2_text','field_5d1cda21981bf'),(14510,973,'step_2',''),(14511,973,'_step_2','field_5d1cda21981bd'),(14512,973,'step_3_title','Load Funds'),(14513,973,'_step_3_title','field_5d1cda22981c1'),(14514,973,'step_3_text','Load card with fiat like US dollars through wire transfer or credit card. Or, transfer crypto right into the card.'),(14515,973,'_step_3_text','field_5d1cda22981c2'),(14516,973,'step_3',''),(14517,973,'_step_3','field_5d1cda22981c0'),(14518,973,'step_4_title','Spend Funds'),(14519,973,'_step_4_title','field_5d1cda24981c4'),(14520,973,'step_4_text','Congratulations!\r\nYou can spend crypto currencies online or anywhere that accepts Visa.'),(14521,973,'_step_4_text','field_5d1cda24981c5'),(14522,973,'step_4',''),(14523,973,'_step_4','field_5d1cda24981c3'),(14524,973,'title_limits','Fees And Limits'),(14525,973,'_title_limits','field_5d1cda4d3f09f'),(14526,973,'table_0_title','Prepaid Card Fees'),(14527,973,'_table_0_title','field_5d1cdaaa3f0a1'),(14528,973,'table_0_line_0_name','Card price'),(14529,973,'_table_0_line_0_name','field_5d1cdaf93f0a3'),(14530,973,'table_0_line_0_eur','€15.00 '),(14531,973,'_table_0_line_0_eur','field_5d1cdb263f0a4'),(14532,973,'table_0_line_0_usd','$15.00 '),(14533,973,'_table_0_line_0_usd','field_5d1cdb373f0a5'),(14534,973,'table_0_line_0_gbp','€15.00 '),(14535,973,'_table_0_line_0_gbp','field_5d1cdb3d3f0a6'),(14536,973,'table_0_line','9'),(14537,973,'_table_0_line','field_5d1cdac43f0a2'),(14538,973,'table','4'),(14539,973,'_table','field_5d1cda763f0a0'),(14540,973,'alert','French Customers: In compliance with French law, French residents must be KYC2-verified and\r\nhave a cash withdrawal limit of €1,000 per month and a maximum balance of €10,000.'),(14541,973,'_alert','field_5d1cdbad5f803'),(14542,973,'text_cryptowallet','Here’s how it works.'),(14543,973,'_text_cryptowallet','field_5d1cd99e0bf30'),(14544,973,'text_copy','Here’s how it works.'),(14545,973,'_text_copy','field_5d1cec7cb0dbe'),(14546,973,'alert_cryptowallet','Online spending, offline spending, ATM withdrawals, and even cashback: \r\nWelcome to the forefront of adoption.'),(14547,973,'_alert_cryptowallet','field_5d1cec7cb0dbe'),(14548,973,'title_crypto','CryptoWallet Is Fast and Easy'),(14549,973,'_title_crypto','field_5d1ced55f3463'),(14550,973,'table_0_line_1_name','Standard global delivery'),(14551,973,'_table_0_line_1_name','field_5d1cdaf93f0a3'),(14552,973,'table_0_line_1_eur','Free '),(14553,973,'_table_0_line_1_eur','field_5d1cdb263f0a4'),(14554,973,'table_0_line_1_usd','Free '),(14555,973,'_table_0_line_1_usd','field_5d1cdb373f0a5'),(14556,973,'table_0_line_1_gbp','Free '),(14557,973,'_table_0_line_1_gbp','field_5d1cdb3d3f0a6'),(14558,973,'table_0_line_2_name','Express global delivery '),(14559,973,'_table_0_line_2_name','field_5d1cdaf93f0a3'),(14560,973,'table_0_line_2_eur','€70.00 '),(14561,973,'_table_0_line_2_eur','field_5d1cdb263f0a4'),(14562,973,'table_0_line_2_usd','$70.00 '),(14563,973,'_table_0_line_2_usd','field_5d1cdb373f0a5'),(14564,973,'table_0_line_2_gbp','£70.00 '),(14565,973,'_table_0_line_2_gbp','field_5d1cdb3d3f0a6'),(14566,973,'table_0_line_3_name','ATM fee (domestic) '),(14567,973,'_table_0_line_3_name','field_5d1cdaf93f0a3'),(14568,973,'table_0_line_3_eur','€2.25 '),(14569,973,'_table_0_line_3_eur','field_5d1cdb263f0a4'),(14570,973,'table_0_line_3_usd','$2.50 '),(14571,973,'_table_0_line_3_usd','field_5d1cdb373f0a5'),(14572,973,'table_0_line_3_gbp','£1.75 '),(14573,973,'_table_0_line_3_gbp','field_5d1cdb3d3f0a6'),(14574,973,'table_0_line_4_name','ATM fee (international)'),(14575,973,'_table_0_line_4_name','field_5d1cdaf93f0a3'),(14576,973,'table_0_line_4_eur','€2.75 '),(14577,973,'_table_0_line_4_eur','field_5d1cdb263f0a4'),(14578,973,'table_0_line_4_usd','$3.50 '),(14579,973,'_table_0_line_4_usd','field_5d1cdb373f0a5'),(14580,973,'table_0_line_4_gbp','£2.25 '),(14581,973,'_table_0_line_4_gbp','field_5d1cdb3d3f0a6'),(14582,973,'table_0_line_5_name','Foreign transaction fee '),(14583,973,'_table_0_line_5_name','field_5d1cdaf93f0a3'),(14584,973,'table_0_line_5_eur','3% '),(14585,973,'_table_0_line_5_eur','field_5d1cdb263f0a4'),(14586,973,'table_0_line_5_usd','3% '),(14587,973,'_table_0_line_5_usd','field_5d1cdb373f0a5'),(14588,973,'table_0_line_5_gbp','3% '),(14589,973,'_table_0_line_5_gbp','field_5d1cdb3d3f0a6'),(14590,973,'table_0_line_6_name','Loading fee '),(14591,973,'_table_0_line_6_name','field_5d1cdaf93f0a3'),(14592,973,'table_0_line_6_eur','1% '),(14593,973,'_table_0_line_6_eur','field_5d1cdb263f0a4'),(14594,973,'table_0_line_6_usd','1% '),(14595,973,'_table_0_line_6_usd','field_5d1cdb373f0a5'),(14596,973,'table_0_line_6_gbp','1% '),(14597,973,'_table_0_line_6_gbp','field_5d1cdb3d3f0a6'),(14598,973,'table_0_line_7_name','Third-party loading fee '),(14599,973,'_table_0_line_7_name','field_5d1cdaf93f0a3'),(14600,973,'table_0_line_7_eur','1.99% '),(14601,973,'_table_0_line_7_eur','field_5d1cdb263f0a4'),(14602,973,'table_0_line_7_usd','1.99% '),(14603,973,'_table_0_line_7_usd','field_5d1cdb373f0a5'),(14604,973,'table_0_line_7_gbp','1.99% '),(14605,973,'_table_0_line_7_gbp','field_5d1cdb3d3f0a6'),(14606,973,'table_0_line_8_name','Monthly service fee'),(14607,973,'_table_0_line_8_name','field_5d1cdaf93f0a3'),(14608,973,'table_0_line_8_eur','€1'),(14609,973,'_table_0_line_8_eur','field_5d1cdb263f0a4'),(14610,973,'table_0_line_8_usd','$1'),(14611,973,'_table_0_line_8_usd','field_5d1cdb373f0a5'),(14612,973,'table_0_line_8_gbp','£1'),(14613,973,'_table_0_line_8_gbp','field_5d1cdb3d3f0a6'),(14614,973,'table_1_title','Prepaid Account Limits'),(14615,973,'_table_1_title','field_5d1cdaaa3f0a1'),(14616,973,'table_1_line_0_name','Online transaction limit'),(14617,973,'_table_1_line_0_name','field_5d1cdaf93f0a3'),(14618,973,'table_1_line_0_eur','€1,000 / unlimited'),(14619,973,'_table_1_line_0_eur','field_5d1cdb263f0a4'),(14620,973,'table_1_line_0_usd','$1,000 / unlimited'),(14621,973,'_table_1_line_0_usd','field_5d1cdb373f0a5'),(14622,973,'table_1_line_0_gbp','£800 / unlimited'),(14623,973,'_table_1_line_0_gbp','field_5d1cdb3d3f0a6'),(14624,973,'table_1_line','10'),(14625,973,'_table_1_line','field_5d1cdac43f0a2'),(14626,973,'table_2_title','Virtual Card Fees'),(14627,973,'_table_2_title','field_5d1cdaaa3f0a1'),(14628,973,'table_2_line_0_name','Card price'),(14629,973,'_table_2_line_0_name','field_5d1cdaf93f0a3'),(14630,973,'table_2_line_0_eur','€15.00 '),(14631,973,'_table_2_line_0_eur','field_5d1cdb263f0a4'),(14632,973,'table_2_line_0_usd','$15.00 '),(14633,973,'_table_2_line_0_usd','field_5d1cdb373f0a5'),(14634,973,'table_2_line_0_gbp','€15.00 '),(14635,973,'_table_2_line_0_gbp','field_5d1cdb3d3f0a6'),(14636,973,'table_2_line','5'),(14637,973,'_table_2_line','field_5d1cdac43f0a2'),(14638,973,'table_3_title','Virtual Card Account Limits'),(14639,973,'_table_3_title','field_5d1cdaaa3f0a1'),(14640,973,'table_3_line_0_name','Online transaction limit'),(14641,973,'_table_3_line_0_name','field_5d1cdaf93f0a3'),(14642,973,'table_3_line_0_eur','€15.00 '),(14643,973,'_table_3_line_0_eur','field_5d1cdb263f0a4'),(14644,973,'table_3_line_0_usd','$15.00 '),(14645,973,'_table_3_line_0_usd','field_5d1cdb373f0a5'),(14646,973,'table_3_line_0_gbp','€15.00 '),(14647,973,'_table_3_line_0_gbp','field_5d1cdb3d3f0a6'),(14648,973,'table_3_line','10'),(14649,973,'_table_3_line','field_5d1cdac43f0a2'),(14650,973,'alert_limits',''),(14651,973,'_alert_limits','field_5d278c5e79681'),(14652,973,'table_1_line_1_name','Third-party loads available'),(14653,973,'_table_1_line_1_name','field_5d1cdaf93f0a3'),(14654,973,'table_1_line_1_eur','No / Yes'),(14655,973,'_table_1_line_1_eur','field_5d1cdb263f0a4'),(14656,973,'table_1_line_1_usd','No / Yes'),(14657,973,'_table_1_line_1_usd','field_5d1cdb373f0a5'),(14658,973,'table_1_line_1_gbp','No / Yes'),(14659,973,'_table_1_line_1_gbp','field_5d1cdb3d3f0a6'),(14660,973,'table_1_line_2_name','Single ATM Transaction Limit'),(14661,973,'_table_1_line_2_name','field_5d1cdaf93f0a3'),(14662,973,'table_1_line_2_eur','€200 / €1,000'),(14663,973,'_table_1_line_2_eur','field_5d1cdb263f0a4'),(14664,973,'table_1_line_2_usd','$200 / 1,000'),(14665,973,'_table_1_line_2_usd','field_5d1cdb373f0a5'),(14666,973,'table_1_line_2_gbp','£160 / 800'),(14667,973,'_table_1_line_2_gbp','field_5d1cdb3d3f0a6'),(14668,973,'table_1_line_3_name','Daily ATM Withdrawal Limit'),(14669,973,'_table_1_line_3_name','field_5d1cdaf93f0a3'),(14670,973,'table_1_line_3_eur','€400 / 2,000'),(14671,973,'_table_1_line_3_eur','field_5d1cdb263f0a4'),(14672,973,'table_1_line_3_usd','$400 / 2,000'),(14673,973,'_table_1_line_3_usd','field_5d1cdb373f0a5'),(14674,973,'table_1_line_3_gbp','$320 / 1,600'),(14675,973,'_table_1_line_3_gbp','field_5d1cdb3d3f0a6'),(14676,973,'table_1_line_4_name','Max topup Value'),(14677,973,'_table_1_line_4_name','field_5d1cdaf93f0a3'),(14678,973,'table_1_line_4_eur','€1,000 / €10,000'),(14679,973,'_table_1_line_4_eur','field_5d1cdb263f0a4'),(14680,973,'table_1_line_4_usd','$1,000 / $10,000'),(14681,973,'_table_1_line_4_usd','field_5d1cdb373f0a5'),(14682,973,'table_1_line_4_gbp','£8000 / £8,000'),(14683,973,'_table_1_line_4_gbp','field_5d1cdb3d3f0a6'),(14684,973,'table_1_line_5_name','Max Daily Load'),(14685,973,'_table_1_line_5_name','field_5d1cdaf93f0a3'),(14686,973,'table_1_line_5_eur','€1,000 / €20,000'),(14687,973,'_table_1_line_5_eur','field_5d1cdb263f0a4'),(14688,973,'table_1_line_5_usd','$1,000 / $20,000'),(14689,973,'_table_1_line_5_usd','field_5d1cdb373f0a5'),(14690,973,'table_1_line_5_gbp','£800 / £16,000'),(14691,973,'_table_1_line_5_gbp','field_5d1cdb3d3f0a6'),(14692,973,'table_1_line_6_name','Max Lifetime Load'),(14693,973,'_table_1_line_6_name','field_5d1cdaf93f0a3'),(14694,973,'table_1_line_6_eur','€1,000 / Unlimited'),(14695,973,'_table_1_line_6_eur','field_5d1cdb263f0a4'),(14696,973,'table_1_line_6_usd','$1,000 / Unlimited'),(14697,973,'_table_1_line_6_usd','field_5d1cdb373f0a5'),(14698,973,'table_1_line_6_gbp','£800 / Unlimited'),(14699,973,'_table_1_line_6_gbp','field_5d1cdb3d3f0a6'),(14700,973,'table_1_line_7_name','Max Lifetime Unload'),(14701,973,'_table_1_line_7_name','field_5d1cdaf93f0a3'),(14702,973,'table_1_line_7_eur','€1,000 / Unlimited'),(14703,973,'_table_1_line_7_eur','field_5d1cdb263f0a4'),(14704,973,'table_1_line_7_usd','$1,000 / Unlimited'),(14705,973,'_table_1_line_7_usd','field_5d1cdb373f0a5'),(14706,973,'table_1_line_7_gbp','£800 / Unlimited'),(14707,973,'_table_1_line_7_gbp','field_5d1cdb3d3f0a6'),(14708,973,'table_1_line_8_name','Daily load limit'),(14709,973,'_table_1_line_8_name','field_5d1cdaf93f0a3'),(14710,973,'table_1_line_8_eur','2 / Unlimited'),(14711,973,'_table_1_line_8_eur','field_5d1cdb263f0a4'),(14712,973,'table_1_line_8_usd','2 / Unlimited'),(14713,973,'_table_1_line_8_usd','field_5d1cdb373f0a5'),(14714,973,'table_1_line_8_gbp','2 / Unlimited'),(14715,973,'_table_1_line_8_gbp','field_5d1cdb3d3f0a6'),(14716,973,'table_1_line_9_name','Daily ATM Transaction Limit'),(14717,973,'_table_1_line_9_name','field_5d1cdaf93f0a3'),(14718,973,'table_1_line_9_eur','2 / 5'),(14719,973,'_table_1_line_9_eur','field_5d1cdb263f0a4'),(14720,973,'table_1_line_9_usd','2 / 5'),(14721,973,'_table_1_line_9_usd','field_5d1cdb373f0a5'),(14722,973,'table_1_line_9_gbp','2 / 5'),(14723,973,'_table_1_line_9_gbp','field_5d1cdb3d3f0a6'),(14724,973,'table_2_line_1_name','Foreign Transaction Fee'),(14725,973,'_table_2_line_1_name','field_5d1cdaf93f0a3'),(14726,973,'table_2_line_1_eur',''),(14727,973,'_table_2_line_1_eur','field_5d1cdb263f0a4'),(14728,973,'table_2_line_1_usd',''),(14729,973,'_table_2_line_1_usd','field_5d1cdb373f0a5'),(14730,973,'table_2_line_1_gbp',''),(14731,973,'_table_2_line_1_gbp','field_5d1cdb3d3f0a6'),(14732,973,'table_2_line_2_name','Monthly Service Fee'),(14733,973,'_table_2_line_2_name','field_5d1cdaf93f0a3'),(14734,973,'table_2_line_2_eur',''),(14735,973,'_table_2_line_2_eur','field_5d1cdb263f0a4'),(14736,973,'table_2_line_2_usd',''),(14737,973,'_table_2_line_2_usd','field_5d1cdb373f0a5'),(14738,973,'table_2_line_2_gbp',''),(14739,973,'_table_2_line_2_gbp','field_5d1cdb3d3f0a6'),(14740,973,'table_2_line_3_name','Loading Fee'),(14741,973,'_table_2_line_3_name','field_5d1cdaf93f0a3'),(14742,973,'table_2_line_3_eur',''),(14743,973,'_table_2_line_3_eur','field_5d1cdb263f0a4'),(14744,973,'table_2_line_3_usd',''),(14745,973,'_table_2_line_3_usd','field_5d1cdb373f0a5'),(14746,973,'table_2_line_3_gbp',''),(14747,973,'_table_2_line_3_gbp','field_5d1cdb3d3f0a6'),(14748,973,'table_2_line_4_name','Third Party Loading Fee'),(14749,973,'_table_2_line_4_name','field_5d1cdaf93f0a3'),(14750,973,'table_2_line_4_eur',''),(14751,973,'_table_2_line_4_eur','field_5d1cdb263f0a4'),(14752,973,'table_2_line_4_usd',''),(14753,973,'_table_2_line_4_usd','field_5d1cdb373f0a5'),(14754,973,'table_2_line_4_gbp',''),(14755,973,'_table_2_line_4_gbp','field_5d1cdb3d3f0a6'),(14756,973,'table_3_line_1_name','Third-party loads available'),(14757,973,'_table_3_line_1_name','field_5d1cdaf93f0a3'),(14758,973,'table_3_line_1_eur',''),(14759,973,'_table_3_line_1_eur','field_5d1cdb263f0a4'),(14760,973,'table_3_line_1_usd',''),(14761,973,'_table_3_line_1_usd','field_5d1cdb373f0a5'),(14762,973,'table_3_line_1_gbp',''),(14763,973,'_table_3_line_1_gbp','field_5d1cdb3d3f0a6'),(14764,973,'table_3_line_2_name','Single ATM Transaction Limit'),(14765,973,'_table_3_line_2_name','field_5d1cdaf93f0a3'),(14766,973,'table_3_line_2_eur',''),(14767,973,'_table_3_line_2_eur','field_5d1cdb263f0a4'),(14768,973,'table_3_line_2_usd',''),(14769,973,'_table_3_line_2_usd','field_5d1cdb373f0a5'),(14770,973,'table_3_line_2_gbp',''),(14771,973,'_table_3_line_2_gbp','field_5d1cdb3d3f0a6'),(14772,973,'table_3_line_3_name','Daily ATM Withdrawal Limit'),(14773,973,'_table_3_line_3_name','field_5d1cdaf93f0a3'),(14774,973,'table_3_line_3_eur',''),(14775,973,'_table_3_line_3_eur','field_5d1cdb263f0a4'),(14776,973,'table_3_line_3_usd',''),(14777,973,'_table_3_line_3_usd','field_5d1cdb373f0a5'),(14778,973,'table_3_line_3_gbp',''),(14779,973,'_table_3_line_3_gbp','field_5d1cdb3d3f0a6'),(14780,973,'table_3_line_4_name','Max topup Value'),(14781,973,'_table_3_line_4_name','field_5d1cdaf93f0a3'),(14782,973,'table_3_line_4_eur',''),(14783,973,'_table_3_line_4_eur','field_5d1cdb263f0a4'),(14784,973,'table_3_line_4_usd',''),(14785,973,'_table_3_line_4_usd','field_5d1cdb373f0a5'),(14786,973,'table_3_line_4_gbp',''),(14787,973,'_table_3_line_4_gbp','field_5d1cdb3d3f0a6'),(14788,973,'table_3_line_5_name','Max Daily Load'),(14789,973,'_table_3_line_5_name','field_5d1cdaf93f0a3'),(14790,973,'table_3_line_5_eur',''),(14791,973,'_table_3_line_5_eur','field_5d1cdb263f0a4'),(14792,973,'table_3_line_5_usd',''),(14793,973,'_table_3_line_5_usd','field_5d1cdb373f0a5'),(14794,973,'table_3_line_5_gbp',''),(14795,973,'_table_3_line_5_gbp','field_5d1cdb3d3f0a6'),(14796,973,'table_3_line_6_name','Max Lifetime Load'),(14797,973,'_table_3_line_6_name','field_5d1cdaf93f0a3'),(14798,973,'table_3_line_6_eur',''),(14799,973,'_table_3_line_6_eur','field_5d1cdb263f0a4'),(14800,973,'table_3_line_6_usd',''),(14801,973,'_table_3_line_6_usd','field_5d1cdb373f0a5'),(14802,973,'table_3_line_6_gbp',''),(14803,973,'_table_3_line_6_gbp','field_5d1cdb3d3f0a6'),(14804,973,'table_3_line_7_name','Max Lifetime Unload'),(14805,973,'_table_3_line_7_name','field_5d1cdaf93f0a3'),(14806,973,'table_3_line_7_eur',''),(14807,973,'_table_3_line_7_eur','field_5d1cdb263f0a4'),(14808,973,'table_3_line_7_usd',''),(14809,973,'_table_3_line_7_usd','field_5d1cdb373f0a5'),(14810,973,'table_3_line_7_gbp',''),(14811,973,'_table_3_line_7_gbp','field_5d1cdb3d3f0a6'),(14812,973,'table_3_line_8_name','Daily load limit'),(14813,973,'_table_3_line_8_name','field_5d1cdaf93f0a3'),(14814,973,'table_3_line_8_eur',''),(14815,973,'_table_3_line_8_eur','field_5d1cdb263f0a4'),(14816,973,'table_3_line_8_usd',''),(14817,973,'_table_3_line_8_usd','field_5d1cdb373f0a5'),(14818,973,'table_3_line_8_gbp',''),(14819,973,'_table_3_line_8_gbp','field_5d1cdb3d3f0a6'),(14820,973,'table_3_line_9_name','Daily ATM Transaction Limit'),(14821,973,'_table_3_line_9_name','field_5d1cdaf93f0a3'),(14822,973,'table_3_line_9_eur',''),(14823,973,'_table_3_line_9_eur','field_5d1cdb263f0a4'),(14824,973,'table_3_line_9_usd',''),(14825,973,'_table_3_line_9_usd','field_5d1cdb373f0a5'),(14826,973,'table_3_line_9_gbp',''),(14827,973,'_table_3_line_9_gbp','field_5d1cdb3d3f0a6'),(14828,974,'show_crypto_funds','1'),(14829,974,'_show_crypto_funds','field_5d1cd58ba65cf'),(14830,974,'subtitle','CW Prepaid Card'),(14831,974,'_subtitle','field_5d1cd8ec3c600'),(14832,974,'text','Load CryptoCurrency to a Visa Debit Card and spend crypto directly in all major outlets.\r\n<ul>\r\n 	<li>• Low Fees</li>\r\n 	<li>• Chip and Pin or Virtual Cards</li>\r\n 	<li>• Online and offline spending</li>\r\n 	<li>• Cashback</li>\r\n</ul>\r\nFinally, you can use your cryptocurrency funds as real cash! Buy online or in any outlet that accepts Visa. Adoption is just a click away.'),(14833,974,'_text','field_5d1cd9046f426'),(14834,974,'text_link','Order Your Debit Card Now'),(14835,974,'_text_link','field_5d1cd9346f428'),(14836,974,'title_cryptoWallet','CryptoWallet Is Fast and Easy'),(14837,974,'_title_cryptoWallet','field_5d1cd9760bf2f'),(14838,974,'step_1_title','Order Card'),(14839,974,'_step_1_title','field_5d1cd9d00bf32'),(14840,974,'step_1_text','Just confirm your address and we’ll ship your card to your house for free.'),(14841,974,'_step_1_text','field_5d1cd9dc0bf33'),(14842,974,'step_1',''),(14843,974,'_step_1','field_5d1cd9af0bf31'),(14844,974,'step_2_title','Activate Account'),(14845,974,'_step_2_title','field_5d1cda21981be'),(14846,974,'step_2_text','Activate and set up your CryptoWallet Debit Card account to spend your crypto anywhere, anytime.'),(14847,974,'_step_2_text','field_5d1cda21981bf'),(14848,974,'step_2',''),(14849,974,'_step_2','field_5d1cda21981bd'),(14850,974,'step_3_title','Load Funds'),(14851,974,'_step_3_title','field_5d1cda22981c1'),(14852,974,'step_3_text','Load card with fiat like US dollars through wire transfer or credit card. Or, transfer crypto right into the card.'),(14853,974,'_step_3_text','field_5d1cda22981c2'),(14854,974,'step_3',''),(14855,974,'_step_3','field_5d1cda22981c0'),(14856,974,'step_4_title','Spend Funds'),(14857,974,'_step_4_title','field_5d1cda24981c4'),(14858,974,'step_4_text','Congratulations!\r\nYou can spend crypto currencies online or anywhere that accepts Visa.'),(14859,974,'_step_4_text','field_5d1cda24981c5'),(14860,974,'step_4',''),(14861,974,'_step_4','field_5d1cda24981c3'),(14862,974,'title_limits','Fees And Limits'),(14863,974,'_title_limits','field_5d1cda4d3f09f'),(14864,974,'table_0_title','Prepaid Card Fees'),(14865,974,'_table_0_title','field_5d1cdaaa3f0a1'),(14866,974,'table_0_line_0_name','Card price'),(14867,974,'_table_0_line_0_name','field_5d1cdaf93f0a3'),(14868,974,'table_0_line_0_eur','€15.00 '),(14869,974,'_table_0_line_0_eur','field_5d1cdb263f0a4'),(14870,974,'table_0_line_0_usd','$15.00 '),(14871,974,'_table_0_line_0_usd','field_5d1cdb373f0a5'),(14872,974,'table_0_line_0_gbp','€15.00 '),(14873,974,'_table_0_line_0_gbp','field_5d1cdb3d3f0a6'),(14874,974,'table_0_line','9'),(14875,974,'_table_0_line','field_5d1cdac43f0a2'),(14876,974,'table','4'),(14877,974,'_table','field_5d1cda763f0a0'),(14878,974,'alert','French Customers: In compliance with French law, French residents must be KYC2-verified and\r\nhave a cash withdrawal limit of €1,000 per month and a maximum balance of €10,000.'),(14879,974,'_alert','field_5d1cdbad5f803'),(14880,974,'text_cryptowallet','Here’s how it works.'),(14881,974,'_text_cryptowallet','field_5d1cd99e0bf30'),(14882,974,'text_copy','Here’s how it works.'),(14883,974,'_text_copy','field_5d1cec7cb0dbe'),(14884,974,'alert_cryptowallet','Online spending, offline spending, ATM withdrawals, and even cashback: \r\nWelcome to the forefront of adoption.'),(14885,974,'_alert_cryptowallet','field_5d1cec7cb0dbe'),(14886,974,'title_crypto','CryptoWallet Is Fast and Easy'),(14887,974,'_title_crypto','field_5d1ced55f3463'),(14888,974,'table_0_line_1_name','Standard global delivery'),(14889,974,'_table_0_line_1_name','field_5d1cdaf93f0a3'),(14890,974,'table_0_line_1_eur','Free '),(14891,974,'_table_0_line_1_eur','field_5d1cdb263f0a4'),(14892,974,'table_0_line_1_usd','Free '),(14893,974,'_table_0_line_1_usd','field_5d1cdb373f0a5'),(14894,974,'table_0_line_1_gbp','Free '),(14895,974,'_table_0_line_1_gbp','field_5d1cdb3d3f0a6'),(14896,974,'table_0_line_2_name','Express global delivery '),(14897,974,'_table_0_line_2_name','field_5d1cdaf93f0a3'),(14898,974,'table_0_line_2_eur','€70.00 '),(14899,974,'_table_0_line_2_eur','field_5d1cdb263f0a4'),(14900,974,'table_0_line_2_usd','$70.00 '),(14901,974,'_table_0_line_2_usd','field_5d1cdb373f0a5'),(14902,974,'table_0_line_2_gbp','£70.00 '),(14903,974,'_table_0_line_2_gbp','field_5d1cdb3d3f0a6'),(14904,974,'table_0_line_3_name','ATM fee (domestic) '),(14905,974,'_table_0_line_3_name','field_5d1cdaf93f0a3'),(14906,974,'table_0_line_3_eur','€2.25 '),(14907,974,'_table_0_line_3_eur','field_5d1cdb263f0a4'),(14908,974,'table_0_line_3_usd','$2.50 '),(14909,974,'_table_0_line_3_usd','field_5d1cdb373f0a5'),(14910,974,'table_0_line_3_gbp','£1.75 '),(14911,974,'_table_0_line_3_gbp','field_5d1cdb3d3f0a6'),(14912,974,'table_0_line_4_name','ATM fee (international)'),(14913,974,'_table_0_line_4_name','field_5d1cdaf93f0a3'),(14914,974,'table_0_line_4_eur','€2.75 '),(14915,974,'_table_0_line_4_eur','field_5d1cdb263f0a4'),(14916,974,'table_0_line_4_usd','$3.50 '),(14917,974,'_table_0_line_4_usd','field_5d1cdb373f0a5'),(14918,974,'table_0_line_4_gbp','£2.25 '),(14919,974,'_table_0_line_4_gbp','field_5d1cdb3d3f0a6'),(14920,974,'table_0_line_5_name','Foreign transaction fee '),(14921,974,'_table_0_line_5_name','field_5d1cdaf93f0a3'),(14922,974,'table_0_line_5_eur','3% '),(14923,974,'_table_0_line_5_eur','field_5d1cdb263f0a4'),(14924,974,'table_0_line_5_usd','3% '),(14925,974,'_table_0_line_5_usd','field_5d1cdb373f0a5'),(14926,974,'table_0_line_5_gbp','3% '),(14927,974,'_table_0_line_5_gbp','field_5d1cdb3d3f0a6'),(14928,974,'table_0_line_6_name','Loading fee '),(14929,974,'_table_0_line_6_name','field_5d1cdaf93f0a3'),(14930,974,'table_0_line_6_eur','1% '),(14931,974,'_table_0_line_6_eur','field_5d1cdb263f0a4'),(14932,974,'table_0_line_6_usd','1% '),(14933,974,'_table_0_line_6_usd','field_5d1cdb373f0a5'),(14934,974,'table_0_line_6_gbp','1% '),(14935,974,'_table_0_line_6_gbp','field_5d1cdb3d3f0a6'),(14936,974,'table_0_line_7_name','Third-party loading fee '),(14937,974,'_table_0_line_7_name','field_5d1cdaf93f0a3'),(14938,974,'table_0_line_7_eur','1.99% '),(14939,974,'_table_0_line_7_eur','field_5d1cdb263f0a4'),(14940,974,'table_0_line_7_usd','1.99% '),(14941,974,'_table_0_line_7_usd','field_5d1cdb373f0a5'),(14942,974,'table_0_line_7_gbp','1.99% '),(14943,974,'_table_0_line_7_gbp','field_5d1cdb3d3f0a6'),(14944,974,'table_0_line_8_name','Monthly service fee'),(14945,974,'_table_0_line_8_name','field_5d1cdaf93f0a3'),(14946,974,'table_0_line_8_eur','€1'),(14947,974,'_table_0_line_8_eur','field_5d1cdb263f0a4'),(14948,974,'table_0_line_8_usd','$1'),(14949,974,'_table_0_line_8_usd','field_5d1cdb373f0a5'),(14950,974,'table_0_line_8_gbp','£1'),(14951,974,'_table_0_line_8_gbp','field_5d1cdb3d3f0a6'),(14952,974,'table_1_title','Prepaid Account Limits'),(14953,974,'_table_1_title','field_5d1cdaaa3f0a1'),(14954,974,'table_1_line_0_name','Online transaction limit'),(14955,974,'_table_1_line_0_name','field_5d1cdaf93f0a3'),(14956,974,'table_1_line_0_eur','€1,000 / unlimited'),(14957,974,'_table_1_line_0_eur','field_5d1cdb263f0a4'),(14958,974,'table_1_line_0_usd','$1,000 / unlimited'),(14959,974,'_table_1_line_0_usd','field_5d1cdb373f0a5'),(14960,974,'table_1_line_0_gbp','£800 / unlimited'),(14961,974,'_table_1_line_0_gbp','field_5d1cdb3d3f0a6'),(14962,974,'table_1_line','10'),(14963,974,'_table_1_line','field_5d1cdac43f0a2'),(14964,974,'table_2_title','Virtual Card Fees'),(14965,974,'_table_2_title','field_5d1cdaaa3f0a1'),(14966,974,'table_2_line_0_name','Card price'),(14967,974,'_table_2_line_0_name','field_5d1cdaf93f0a3'),(14968,974,'table_2_line_0_eur','€2.50'),(14969,974,'_table_2_line_0_eur','field_5d1cdb263f0a4'),(14970,974,'table_2_line_0_usd','$2.50'),(14971,974,'_table_2_line_0_usd','field_5d1cdb373f0a5'),(14972,974,'table_2_line_0_gbp','£2.50'),(14973,974,'_table_2_line_0_gbp','field_5d1cdb3d3f0a6'),(14974,974,'table_2_line','5'),(14975,974,'_table_2_line','field_5d1cdac43f0a2'),(14976,974,'table_3_title','Virtual Card Account Limits'),(14977,974,'_table_3_title','field_5d1cdaaa3f0a1'),(14978,974,'table_3_line_0_name','Online transaction limit'),(14979,974,'_table_3_line_0_name','field_5d1cdaf93f0a3'),(14980,974,'table_3_line_0_eur','€15.00 '),(14981,974,'_table_3_line_0_eur','field_5d1cdb263f0a4'),(14982,974,'table_3_line_0_usd','$15.00 '),(14983,974,'_table_3_line_0_usd','field_5d1cdb373f0a5'),(14984,974,'table_3_line_0_gbp','€15.00 '),(14985,974,'_table_3_line_0_gbp','field_5d1cdb3d3f0a6'),(14986,974,'table_3_line','10'),(14987,974,'_table_3_line','field_5d1cdac43f0a2'),(14988,974,'alert_limits',''),(14989,974,'_alert_limits','field_5d278c5e79681'),(14990,974,'table_1_line_1_name','Third-party loads available'),(14991,974,'_table_1_line_1_name','field_5d1cdaf93f0a3'),(14992,974,'table_1_line_1_eur','No / Yes'),(14993,974,'_table_1_line_1_eur','field_5d1cdb263f0a4'),(14994,974,'table_1_line_1_usd','No / Yes'),(14995,974,'_table_1_line_1_usd','field_5d1cdb373f0a5'),(14996,974,'table_1_line_1_gbp','No / Yes'),(14997,974,'_table_1_line_1_gbp','field_5d1cdb3d3f0a6'),(14998,974,'table_1_line_2_name','Single ATM Transaction Limit'),(14999,974,'_table_1_line_2_name','field_5d1cdaf93f0a3'),(15000,974,'table_1_line_2_eur','€200 / €1,000'),(15001,974,'_table_1_line_2_eur','field_5d1cdb263f0a4'),(15002,974,'table_1_line_2_usd','$200 / 1,000'),(15003,974,'_table_1_line_2_usd','field_5d1cdb373f0a5'),(15004,974,'table_1_line_2_gbp','£160 / 800'),(15005,974,'_table_1_line_2_gbp','field_5d1cdb3d3f0a6'),(15006,974,'table_1_line_3_name','Daily ATM Withdrawal Limit'),(15007,974,'_table_1_line_3_name','field_5d1cdaf93f0a3'),(15008,974,'table_1_line_3_eur','€400 / 2,000'),(15009,974,'_table_1_line_3_eur','field_5d1cdb263f0a4'),(15010,974,'table_1_line_3_usd','$400 / 2,000'),(15011,974,'_table_1_line_3_usd','field_5d1cdb373f0a5'),(15012,974,'table_1_line_3_gbp','$320 / 1,600'),(15013,974,'_table_1_line_3_gbp','field_5d1cdb3d3f0a6'),(15014,974,'table_1_line_4_name','Max topup Value'),(15015,974,'_table_1_line_4_name','field_5d1cdaf93f0a3'),(15016,974,'table_1_line_4_eur','€1,000 / €10,000'),(15017,974,'_table_1_line_4_eur','field_5d1cdb263f0a4'),(15018,974,'table_1_line_4_usd','$1,000 / $10,000'),(15019,974,'_table_1_line_4_usd','field_5d1cdb373f0a5'),(15020,974,'table_1_line_4_gbp','£8000 / £8,000'),(15021,974,'_table_1_line_4_gbp','field_5d1cdb3d3f0a6'),(15022,974,'table_1_line_5_name','Max Daily Load'),(15023,974,'_table_1_line_5_name','field_5d1cdaf93f0a3'),(15024,974,'table_1_line_5_eur','€1,000 / €20,000'),(15025,974,'_table_1_line_5_eur','field_5d1cdb263f0a4'),(15026,974,'table_1_line_5_usd','$1,000 / $20,000'),(15027,974,'_table_1_line_5_usd','field_5d1cdb373f0a5'),(15028,974,'table_1_line_5_gbp','£800 / £16,000'),(15029,974,'_table_1_line_5_gbp','field_5d1cdb3d3f0a6'),(15030,974,'table_1_line_6_name','Max Lifetime Load'),(15031,974,'_table_1_line_6_name','field_5d1cdaf93f0a3'),(15032,974,'table_1_line_6_eur','€1,000 / Unlimited'),(15033,974,'_table_1_line_6_eur','field_5d1cdb263f0a4'),(15034,974,'table_1_line_6_usd','$1,000 / Unlimited'),(15035,974,'_table_1_line_6_usd','field_5d1cdb373f0a5'),(15036,974,'table_1_line_6_gbp','£800 / Unlimited'),(15037,974,'_table_1_line_6_gbp','field_5d1cdb3d3f0a6'),(15038,974,'table_1_line_7_name','Max Lifetime Unload'),(15039,974,'_table_1_line_7_name','field_5d1cdaf93f0a3'),(15040,974,'table_1_line_7_eur','€1,000 / Unlimited'),(15041,974,'_table_1_line_7_eur','field_5d1cdb263f0a4'),(15042,974,'table_1_line_7_usd','$1,000 / Unlimited'),(15043,974,'_table_1_line_7_usd','field_5d1cdb373f0a5'),(15044,974,'table_1_line_7_gbp','£800 / Unlimited'),(15045,974,'_table_1_line_7_gbp','field_5d1cdb3d3f0a6'),(15046,974,'table_1_line_8_name','Daily load limit'),(15047,974,'_table_1_line_8_name','field_5d1cdaf93f0a3'),(15048,974,'table_1_line_8_eur','2 / Unlimited'),(15049,974,'_table_1_line_8_eur','field_5d1cdb263f0a4'),(15050,974,'table_1_line_8_usd','2 / Unlimited'),(15051,974,'_table_1_line_8_usd','field_5d1cdb373f0a5'),(15052,974,'table_1_line_8_gbp','2 / Unlimited'),(15053,974,'_table_1_line_8_gbp','field_5d1cdb3d3f0a6'),(15054,974,'table_1_line_9_name','Daily ATM Transaction Limit'),(15055,974,'_table_1_line_9_name','field_5d1cdaf93f0a3'),(15056,974,'table_1_line_9_eur','2 / 5'),(15057,974,'_table_1_line_9_eur','field_5d1cdb263f0a4'),(15058,974,'table_1_line_9_usd','2 / 5'),(15059,974,'_table_1_line_9_usd','field_5d1cdb373f0a5'),(15060,974,'table_1_line_9_gbp','2 / 5'),(15061,974,'_table_1_line_9_gbp','field_5d1cdb3d3f0a6'),(15062,974,'table_2_line_1_name','Foreign Transaction Fee'),(15063,974,'_table_2_line_1_name','field_5d1cdaf93f0a3'),(15064,974,'table_2_line_1_eur','3%'),(15065,974,'_table_2_line_1_eur','field_5d1cdb263f0a4'),(15066,974,'table_2_line_1_usd','3%'),(15067,974,'_table_2_line_1_usd','field_5d1cdb373f0a5'),(15068,974,'table_2_line_1_gbp','3%'),(15069,974,'_table_2_line_1_gbp','field_5d1cdb3d3f0a6'),(15070,974,'table_2_line_2_name','Monthly Service Fee'),(15071,974,'_table_2_line_2_name','field_5d1cdaf93f0a3'),(15072,974,'table_2_line_2_eur','€1'),(15073,974,'_table_2_line_2_eur','field_5d1cdb263f0a4'),(15074,974,'table_2_line_2_usd','$1'),(15075,974,'_table_2_line_2_usd','field_5d1cdb373f0a5'),(15076,974,'table_2_line_2_gbp','£1'),(15077,974,'_table_2_line_2_gbp','field_5d1cdb3d3f0a6'),(15078,974,'table_2_line_3_name','Loading Fee'),(15079,974,'_table_2_line_3_name','field_5d1cdaf93f0a3'),(15080,974,'table_2_line_3_eur','1%'),(15081,974,'_table_2_line_3_eur','field_5d1cdb263f0a4'),(15082,974,'table_2_line_3_usd','1%'),(15083,974,'_table_2_line_3_usd','field_5d1cdb373f0a5'),(15084,974,'table_2_line_3_gbp','1%'),(15085,974,'_table_2_line_3_gbp','field_5d1cdb3d3f0a6'),(15086,974,'table_2_line_4_name','Third Party Loading Fee'),(15087,974,'_table_2_line_4_name','field_5d1cdaf93f0a3'),(15088,974,'table_2_line_4_eur','1.99%'),(15089,974,'_table_2_line_4_eur','field_5d1cdb263f0a4'),(15090,974,'table_2_line_4_usd','1.99%'),(15091,974,'_table_2_line_4_usd','field_5d1cdb373f0a5'),(15092,974,'table_2_line_4_gbp','1.99%'),(15093,974,'_table_2_line_4_gbp','field_5d1cdb3d3f0a6'),(15094,974,'table_3_line_1_name','Third-party loads available'),(15095,974,'_table_3_line_1_name','field_5d1cdaf93f0a3'),(15096,974,'table_3_line_1_eur',''),(15097,974,'_table_3_line_1_eur','field_5d1cdb263f0a4'),(15098,974,'table_3_line_1_usd',''),(15099,974,'_table_3_line_1_usd','field_5d1cdb373f0a5'),(15100,974,'table_3_line_1_gbp',''),(15101,974,'_table_3_line_1_gbp','field_5d1cdb3d3f0a6'),(15102,974,'table_3_line_2_name','Single ATM Transaction Limit'),(15103,974,'_table_3_line_2_name','field_5d1cdaf93f0a3'),(15104,974,'table_3_line_2_eur',''),(15105,974,'_table_3_line_2_eur','field_5d1cdb263f0a4'),(15106,974,'table_3_line_2_usd',''),(15107,974,'_table_3_line_2_usd','field_5d1cdb373f0a5'),(15108,974,'table_3_line_2_gbp',''),(15109,974,'_table_3_line_2_gbp','field_5d1cdb3d3f0a6'),(15110,974,'table_3_line_3_name','Daily ATM Withdrawal Limit'),(15111,974,'_table_3_line_3_name','field_5d1cdaf93f0a3'),(15112,974,'table_3_line_3_eur',''),(15113,974,'_table_3_line_3_eur','field_5d1cdb263f0a4'),(15114,974,'table_3_line_3_usd',''),(15115,974,'_table_3_line_3_usd','field_5d1cdb373f0a5'),(15116,974,'table_3_line_3_gbp',''),(15117,974,'_table_3_line_3_gbp','field_5d1cdb3d3f0a6'),(15118,974,'table_3_line_4_name','Max topup Value'),(15119,974,'_table_3_line_4_name','field_5d1cdaf93f0a3'),(15120,974,'table_3_line_4_eur',''),(15121,974,'_table_3_line_4_eur','field_5d1cdb263f0a4'),(15122,974,'table_3_line_4_usd',''),(15123,974,'_table_3_line_4_usd','field_5d1cdb373f0a5'),(15124,974,'table_3_line_4_gbp',''),(15125,974,'_table_3_line_4_gbp','field_5d1cdb3d3f0a6'),(15126,974,'table_3_line_5_name','Max Daily Load'),(15127,974,'_table_3_line_5_name','field_5d1cdaf93f0a3'),(15128,974,'table_3_line_5_eur',''),(15129,974,'_table_3_line_5_eur','field_5d1cdb263f0a4'),(15130,974,'table_3_line_5_usd',''),(15131,974,'_table_3_line_5_usd','field_5d1cdb373f0a5'),(15132,974,'table_3_line_5_gbp',''),(15133,974,'_table_3_line_5_gbp','field_5d1cdb3d3f0a6'),(15134,974,'table_3_line_6_name','Max Lifetime Load'),(15135,974,'_table_3_line_6_name','field_5d1cdaf93f0a3'),(15136,974,'table_3_line_6_eur',''),(15137,974,'_table_3_line_6_eur','field_5d1cdb263f0a4'),(15138,974,'table_3_line_6_usd',''),(15139,974,'_table_3_line_6_usd','field_5d1cdb373f0a5'),(15140,974,'table_3_line_6_gbp',''),(15141,974,'_table_3_line_6_gbp','field_5d1cdb3d3f0a6'),(15142,974,'table_3_line_7_name','Max Lifetime Unload'),(15143,974,'_table_3_line_7_name','field_5d1cdaf93f0a3'),(15144,974,'table_3_line_7_eur',''),(15145,974,'_table_3_line_7_eur','field_5d1cdb263f0a4'),(15146,974,'table_3_line_7_usd',''),(15147,974,'_table_3_line_7_usd','field_5d1cdb373f0a5'),(15148,974,'table_3_line_7_gbp',''),(15149,974,'_table_3_line_7_gbp','field_5d1cdb3d3f0a6'),(15150,974,'table_3_line_8_name','Daily load limit'),(15151,974,'_table_3_line_8_name','field_5d1cdaf93f0a3'),(15152,974,'table_3_line_8_eur',''),(15153,974,'_table_3_line_8_eur','field_5d1cdb263f0a4'),(15154,974,'table_3_line_8_usd',''),(15155,974,'_table_3_line_8_usd','field_5d1cdb373f0a5'),(15156,974,'table_3_line_8_gbp',''),(15157,974,'_table_3_line_8_gbp','field_5d1cdb3d3f0a6'),(15158,974,'table_3_line_9_name','Daily ATM Transaction Limit'),(15159,974,'_table_3_line_9_name','field_5d1cdaf93f0a3'),(15160,974,'table_3_line_9_eur',''),(15161,974,'_table_3_line_9_eur','field_5d1cdb263f0a4'),(15162,974,'table_3_line_9_usd',''),(15163,974,'_table_3_line_9_usd','field_5d1cdb373f0a5'),(15164,974,'table_3_line_9_gbp',''),(15165,974,'_table_3_line_9_gbp','field_5d1cdb3d3f0a6'),(15166,975,'show_crypto_funds','1'),(15167,975,'_show_crypto_funds','field_5d1cd58ba65cf'),(15168,975,'subtitle','CW Prepaid Card'),(15169,975,'_subtitle','field_5d1cd8ec3c600'),(15170,975,'text','Load CryptoCurrency to a Visa Debit Card and spend crypto directly in all major outlets.\r\n<ul>\r\n 	<li>• Low Fees</li>\r\n 	<li>• Chip and Pin or Virtual Cards</li>\r\n 	<li>• Online and offline spending</li>\r\n 	<li>• Cashback</li>\r\n</ul>\r\nFinally, you can use your cryptocurrency funds as real cash! Buy online or in any outlet that accepts Visa. Adoption is just a click away.'),(15171,975,'_text','field_5d1cd9046f426'),(15172,975,'text_link','Order Your Debit Card Now'),(15173,975,'_text_link','field_5d1cd9346f428'),(15174,975,'title_cryptoWallet','CryptoWallet Is Fast and Easy'),(15175,975,'_title_cryptoWallet','field_5d1cd9760bf2f'),(15176,975,'step_1_title','Order Card'),(15177,975,'_step_1_title','field_5d1cd9d00bf32'),(15178,975,'step_1_text','Just confirm your address and we’ll ship your card to your house for free.'),(15179,975,'_step_1_text','field_5d1cd9dc0bf33'),(15180,975,'step_1',''),(15181,975,'_step_1','field_5d1cd9af0bf31'),(15182,975,'step_2_title','Activate Account'),(15183,975,'_step_2_title','field_5d1cda21981be'),(15184,975,'step_2_text','Activate and set up your CryptoWallet Debit Card account to spend your crypto anywhere, anytime.'),(15185,975,'_step_2_text','field_5d1cda21981bf'),(15186,975,'step_2',''),(15187,975,'_step_2','field_5d1cda21981bd'),(15188,975,'step_3_title','Load Funds'),(15189,975,'_step_3_title','field_5d1cda22981c1'),(15190,975,'step_3_text','Load card with fiat like US dollars through wire transfer or credit card. Or, transfer crypto right into the card.'),(15191,975,'_step_3_text','field_5d1cda22981c2'),(15192,975,'step_3',''),(15193,975,'_step_3','field_5d1cda22981c0'),(15194,975,'step_4_title','Spend Funds'),(15195,975,'_step_4_title','field_5d1cda24981c4'),(15196,975,'step_4_text','Congratulations!\r\nYou can spend crypto currencies online or anywhere that accepts Visa.'),(15197,975,'_step_4_text','field_5d1cda24981c5'),(15198,975,'step_4',''),(15199,975,'_step_4','field_5d1cda24981c3'),(15200,975,'title_limits','Fees And Limits'),(15201,975,'_title_limits','field_5d1cda4d3f09f'),(15202,975,'table_0_title','Prepaid Card Fees'),(15203,975,'_table_0_title','field_5d1cdaaa3f0a1'),(15204,975,'table_0_line_0_name','Card price'),(15205,975,'_table_0_line_0_name','field_5d1cdaf93f0a3'),(15206,975,'table_0_line_0_eur','€15.00 '),(15207,975,'_table_0_line_0_eur','field_5d1cdb263f0a4'),(15208,975,'table_0_line_0_usd','$15.00 '),(15209,975,'_table_0_line_0_usd','field_5d1cdb373f0a5'),(15210,975,'table_0_line_0_gbp','€15.00 '),(15211,975,'_table_0_line_0_gbp','field_5d1cdb3d3f0a6'),(15212,975,'table_0_line','9'),(15213,975,'_table_0_line','field_5d1cdac43f0a2'),(15214,975,'table','4'),(15215,975,'_table','field_5d1cda763f0a0'),(15216,975,'alert','French Customers: In compliance with French law, French residents must be KYC2-verified and\r\nhave a cash withdrawal limit of €1,000 per month and a maximum balance of €10,000.'),(15217,975,'_alert','field_5d1cdbad5f803'),(15218,975,'text_cryptowallet','Here’s how it works.'),(15219,975,'_text_cryptowallet','field_5d1cd99e0bf30'),(15220,975,'text_copy','Here’s how it works.'),(15221,975,'_text_copy','field_5d1cec7cb0dbe'),(15222,975,'alert_cryptowallet','Online spending, offline spending, ATM withdrawals, and even cashback: \r\nWelcome to the forefront of adoption.'),(15223,975,'_alert_cryptowallet','field_5d1cec7cb0dbe'),(15224,975,'title_crypto','CryptoWallet Is Fast and Easy'),(15225,975,'_title_crypto','field_5d1ced55f3463'),(15226,975,'table_0_line_1_name','Standard global delivery'),(15227,975,'_table_0_line_1_name','field_5d1cdaf93f0a3'),(15228,975,'table_0_line_1_eur','Free '),(15229,975,'_table_0_line_1_eur','field_5d1cdb263f0a4'),(15230,975,'table_0_line_1_usd','Free '),(15231,975,'_table_0_line_1_usd','field_5d1cdb373f0a5'),(15232,975,'table_0_line_1_gbp','Free '),(15233,975,'_table_0_line_1_gbp','field_5d1cdb3d3f0a6'),(15234,975,'table_0_line_2_name','Express global delivery '),(15235,975,'_table_0_line_2_name','field_5d1cdaf93f0a3'),(15236,975,'table_0_line_2_eur','€70.00 '),(15237,975,'_table_0_line_2_eur','field_5d1cdb263f0a4'),(15238,975,'table_0_line_2_usd','$70.00 '),(15239,975,'_table_0_line_2_usd','field_5d1cdb373f0a5'),(15240,975,'table_0_line_2_gbp','£70.00 '),(15241,975,'_table_0_line_2_gbp','field_5d1cdb3d3f0a6'),(15242,975,'table_0_line_3_name','ATM fee (domestic) '),(15243,975,'_table_0_line_3_name','field_5d1cdaf93f0a3'),(15244,975,'table_0_line_3_eur','€2.25 '),(15245,975,'_table_0_line_3_eur','field_5d1cdb263f0a4'),(15246,975,'table_0_line_3_usd','$2.50 '),(15247,975,'_table_0_line_3_usd','field_5d1cdb373f0a5'),(15248,975,'table_0_line_3_gbp','£1.75 '),(15249,975,'_table_0_line_3_gbp','field_5d1cdb3d3f0a6'),(15250,975,'table_0_line_4_name','ATM fee (international)'),(15251,975,'_table_0_line_4_name','field_5d1cdaf93f0a3'),(15252,975,'table_0_line_4_eur','€2.75 '),(15253,975,'_table_0_line_4_eur','field_5d1cdb263f0a4'),(15254,975,'table_0_line_4_usd','$3.50 '),(15255,975,'_table_0_line_4_usd','field_5d1cdb373f0a5'),(15256,975,'table_0_line_4_gbp','£2.25 '),(15257,975,'_table_0_line_4_gbp','field_5d1cdb3d3f0a6'),(15258,975,'table_0_line_5_name','Foreign transaction fee '),(15259,975,'_table_0_line_5_name','field_5d1cdaf93f0a3'),(15260,975,'table_0_line_5_eur','3% '),(15261,975,'_table_0_line_5_eur','field_5d1cdb263f0a4'),(15262,975,'table_0_line_5_usd','3% '),(15263,975,'_table_0_line_5_usd','field_5d1cdb373f0a5'),(15264,975,'table_0_line_5_gbp','3% '),(15265,975,'_table_0_line_5_gbp','field_5d1cdb3d3f0a6'),(15266,975,'table_0_line_6_name','Loading fee '),(15267,975,'_table_0_line_6_name','field_5d1cdaf93f0a3'),(15268,975,'table_0_line_6_eur','1% '),(15269,975,'_table_0_line_6_eur','field_5d1cdb263f0a4'),(15270,975,'table_0_line_6_usd','1% '),(15271,975,'_table_0_line_6_usd','field_5d1cdb373f0a5'),(15272,975,'table_0_line_6_gbp','1% '),(15273,975,'_table_0_line_6_gbp','field_5d1cdb3d3f0a6'),(15274,975,'table_0_line_7_name','Third-party loading fee '),(15275,975,'_table_0_line_7_name','field_5d1cdaf93f0a3'),(15276,975,'table_0_line_7_eur','1.99% '),(15277,975,'_table_0_line_7_eur','field_5d1cdb263f0a4'),(15278,975,'table_0_line_7_usd','1.99% '),(15279,975,'_table_0_line_7_usd','field_5d1cdb373f0a5'),(15280,975,'table_0_line_7_gbp','1.99% '),(15281,975,'_table_0_line_7_gbp','field_5d1cdb3d3f0a6'),(15282,975,'table_0_line_8_name','Monthly service fee'),(15283,975,'_table_0_line_8_name','field_5d1cdaf93f0a3'),(15284,975,'table_0_line_8_eur','€1'),(15285,975,'_table_0_line_8_eur','field_5d1cdb263f0a4'),(15286,975,'table_0_line_8_usd','$1'),(15287,975,'_table_0_line_8_usd','field_5d1cdb373f0a5'),(15288,975,'table_0_line_8_gbp','£1'),(15289,975,'_table_0_line_8_gbp','field_5d1cdb3d3f0a6'),(15290,975,'table_1_title','Prepaid Account Limits'),(15291,975,'_table_1_title','field_5d1cdaaa3f0a1'),(15292,975,'table_1_line_0_name','Online transaction limit'),(15293,975,'_table_1_line_0_name','field_5d1cdaf93f0a3'),(15294,975,'table_1_line_0_eur','€1,000 / unlimited'),(15295,975,'_table_1_line_0_eur','field_5d1cdb263f0a4'),(15296,975,'table_1_line_0_usd','$1,000 / unlimited'),(15297,975,'_table_1_line_0_usd','field_5d1cdb373f0a5'),(15298,975,'table_1_line_0_gbp','£800 / unlimited'),(15299,975,'_table_1_line_0_gbp','field_5d1cdb3d3f0a6'),(15300,975,'table_1_line','10'),(15301,975,'_table_1_line','field_5d1cdac43f0a2'),(15302,975,'table_2_title','Virtual Card Fees'),(15303,975,'_table_2_title','field_5d1cdaaa3f0a1'),(15304,975,'table_2_line_0_name','Card price'),(15305,975,'_table_2_line_0_name','field_5d1cdaf93f0a3'),(15306,975,'table_2_line_0_eur','€2.50'),(15307,975,'_table_2_line_0_eur','field_5d1cdb263f0a4'),(15308,975,'table_2_line_0_usd','$2.50'),(15309,975,'_table_2_line_0_usd','field_5d1cdb373f0a5'),(15310,975,'table_2_line_0_gbp','£2.50'),(15311,975,'_table_2_line_0_gbp','field_5d1cdb3d3f0a6'),(15312,975,'table_2_line','5'),(15313,975,'_table_2_line','field_5d1cdac43f0a2'),(15314,975,'table_3_title','Virtual Card Account Limits'),(15315,975,'_table_3_title','field_5d1cdaaa3f0a1'),(15316,975,'table_3_line_0_name','Online transaction limit');
INSERT INTO `wp_postmeta` VALUES (15317,975,'_table_3_line_0_name','field_5d1cdaf93f0a3'),(15318,975,'table_3_line_0_eur','€1,000 / unlimited'),(15319,975,'_table_3_line_0_eur','field_5d1cdb263f0a4'),(15320,975,'table_3_line_0_usd','$1,000 / unlimited'),(15321,975,'_table_3_line_0_usd','field_5d1cdb373f0a5'),(15322,975,'table_3_line_0_gbp','£800 / unlimited'),(15323,975,'_table_3_line_0_gbp','field_5d1cdb3d3f0a6'),(15324,975,'table_3_line','10'),(15325,975,'_table_3_line','field_5d1cdac43f0a2'),(15326,975,'alert_limits',''),(15327,975,'_alert_limits','field_5d278c5e79681'),(15328,975,'table_1_line_1_name','Third-party loads available'),(15329,975,'_table_1_line_1_name','field_5d1cdaf93f0a3'),(15330,975,'table_1_line_1_eur','No / Yes'),(15331,975,'_table_1_line_1_eur','field_5d1cdb263f0a4'),(15332,975,'table_1_line_1_usd','No / Yes'),(15333,975,'_table_1_line_1_usd','field_5d1cdb373f0a5'),(15334,975,'table_1_line_1_gbp','No / Yes'),(15335,975,'_table_1_line_1_gbp','field_5d1cdb3d3f0a6'),(15336,975,'table_1_line_2_name','Single ATM Transaction Limit'),(15337,975,'_table_1_line_2_name','field_5d1cdaf93f0a3'),(15338,975,'table_1_line_2_eur','€200 / €1,000'),(15339,975,'_table_1_line_2_eur','field_5d1cdb263f0a4'),(15340,975,'table_1_line_2_usd','$200 / 1,000'),(15341,975,'_table_1_line_2_usd','field_5d1cdb373f0a5'),(15342,975,'table_1_line_2_gbp','£160 / 800'),(15343,975,'_table_1_line_2_gbp','field_5d1cdb3d3f0a6'),(15344,975,'table_1_line_3_name','Daily ATM Withdrawal Limit'),(15345,975,'_table_1_line_3_name','field_5d1cdaf93f0a3'),(15346,975,'table_1_line_3_eur','€400 / 2,000'),(15347,975,'_table_1_line_3_eur','field_5d1cdb263f0a4'),(15348,975,'table_1_line_3_usd','$400 / 2,000'),(15349,975,'_table_1_line_3_usd','field_5d1cdb373f0a5'),(15350,975,'table_1_line_3_gbp','$320 / 1,600'),(15351,975,'_table_1_line_3_gbp','field_5d1cdb3d3f0a6'),(15352,975,'table_1_line_4_name','Max topup Value'),(15353,975,'_table_1_line_4_name','field_5d1cdaf93f0a3'),(15354,975,'table_1_line_4_eur','€1,000 / €10,000'),(15355,975,'_table_1_line_4_eur','field_5d1cdb263f0a4'),(15356,975,'table_1_line_4_usd','$1,000 / $10,000'),(15357,975,'_table_1_line_4_usd','field_5d1cdb373f0a5'),(15358,975,'table_1_line_4_gbp','£8000 / £8,000'),(15359,975,'_table_1_line_4_gbp','field_5d1cdb3d3f0a6'),(15360,975,'table_1_line_5_name','Max Daily Load'),(15361,975,'_table_1_line_5_name','field_5d1cdaf93f0a3'),(15362,975,'table_1_line_5_eur','€1,000 / €20,000'),(15363,975,'_table_1_line_5_eur','field_5d1cdb263f0a4'),(15364,975,'table_1_line_5_usd','$1,000 / $20,000'),(15365,975,'_table_1_line_5_usd','field_5d1cdb373f0a5'),(15366,975,'table_1_line_5_gbp','£800 / £16,000'),(15367,975,'_table_1_line_5_gbp','field_5d1cdb3d3f0a6'),(15368,975,'table_1_line_6_name','Max Lifetime Load'),(15369,975,'_table_1_line_6_name','field_5d1cdaf93f0a3'),(15370,975,'table_1_line_6_eur','€1,000 / Unlimited'),(15371,975,'_table_1_line_6_eur','field_5d1cdb263f0a4'),(15372,975,'table_1_line_6_usd','$1,000 / Unlimited'),(15373,975,'_table_1_line_6_usd','field_5d1cdb373f0a5'),(15374,975,'table_1_line_6_gbp','£800 / Unlimited'),(15375,975,'_table_1_line_6_gbp','field_5d1cdb3d3f0a6'),(15376,975,'table_1_line_7_name','Max Lifetime Unload'),(15377,975,'_table_1_line_7_name','field_5d1cdaf93f0a3'),(15378,975,'table_1_line_7_eur','€1,000 / Unlimited'),(15379,975,'_table_1_line_7_eur','field_5d1cdb263f0a4'),(15380,975,'table_1_line_7_usd','$1,000 / Unlimited'),(15381,975,'_table_1_line_7_usd','field_5d1cdb373f0a5'),(15382,975,'table_1_line_7_gbp','£800 / Unlimited'),(15383,975,'_table_1_line_7_gbp','field_5d1cdb3d3f0a6'),(15384,975,'table_1_line_8_name','Daily load limit'),(15385,975,'_table_1_line_8_name','field_5d1cdaf93f0a3'),(15386,975,'table_1_line_8_eur','2 / Unlimited'),(15387,975,'_table_1_line_8_eur','field_5d1cdb263f0a4'),(15388,975,'table_1_line_8_usd','2 / Unlimited'),(15389,975,'_table_1_line_8_usd','field_5d1cdb373f0a5'),(15390,975,'table_1_line_8_gbp','2 / Unlimited'),(15391,975,'_table_1_line_8_gbp','field_5d1cdb3d3f0a6'),(15392,975,'table_1_line_9_name','Daily ATM Transaction Limit'),(15393,975,'_table_1_line_9_name','field_5d1cdaf93f0a3'),(15394,975,'table_1_line_9_eur','2 / 5'),(15395,975,'_table_1_line_9_eur','field_5d1cdb263f0a4'),(15396,975,'table_1_line_9_usd','2 / 5'),(15397,975,'_table_1_line_9_usd','field_5d1cdb373f0a5'),(15398,975,'table_1_line_9_gbp','2 / 5'),(15399,975,'_table_1_line_9_gbp','field_5d1cdb3d3f0a6'),(15400,975,'table_2_line_1_name','Foreign Transaction Fee'),(15401,975,'_table_2_line_1_name','field_5d1cdaf93f0a3'),(15402,975,'table_2_line_1_eur','3%'),(15403,975,'_table_2_line_1_eur','field_5d1cdb263f0a4'),(15404,975,'table_2_line_1_usd','3%'),(15405,975,'_table_2_line_1_usd','field_5d1cdb373f0a5'),(15406,975,'table_2_line_1_gbp','3%'),(15407,975,'_table_2_line_1_gbp','field_5d1cdb3d3f0a6'),(15408,975,'table_2_line_2_name','Monthly Service Fee'),(15409,975,'_table_2_line_2_name','field_5d1cdaf93f0a3'),(15410,975,'table_2_line_2_eur','€1'),(15411,975,'_table_2_line_2_eur','field_5d1cdb263f0a4'),(15412,975,'table_2_line_2_usd','$1'),(15413,975,'_table_2_line_2_usd','field_5d1cdb373f0a5'),(15414,975,'table_2_line_2_gbp','£1'),(15415,975,'_table_2_line_2_gbp','field_5d1cdb3d3f0a6'),(15416,975,'table_2_line_3_name','Loading Fee'),(15417,975,'_table_2_line_3_name','field_5d1cdaf93f0a3'),(15418,975,'table_2_line_3_eur','1%'),(15419,975,'_table_2_line_3_eur','field_5d1cdb263f0a4'),(15420,975,'table_2_line_3_usd','1%'),(15421,975,'_table_2_line_3_usd','field_5d1cdb373f0a5'),(15422,975,'table_2_line_3_gbp','1%'),(15423,975,'_table_2_line_3_gbp','field_5d1cdb3d3f0a6'),(15424,975,'table_2_line_4_name','Third Party Loading Fee'),(15425,975,'_table_2_line_4_name','field_5d1cdaf93f0a3'),(15426,975,'table_2_line_4_eur','1.99%'),(15427,975,'_table_2_line_4_eur','field_5d1cdb263f0a4'),(15428,975,'table_2_line_4_usd','1.99%'),(15429,975,'_table_2_line_4_usd','field_5d1cdb373f0a5'),(15430,975,'table_2_line_4_gbp','1.99%'),(15431,975,'_table_2_line_4_gbp','field_5d1cdb3d3f0a6'),(15432,975,'table_3_line_1_name','Third-party loads available'),(15433,975,'_table_3_line_1_name','field_5d1cdaf93f0a3'),(15434,975,'table_3_line_1_eur','No / Yes'),(15435,975,'_table_3_line_1_eur','field_5d1cdb263f0a4'),(15436,975,'table_3_line_1_usd','No / Yes'),(15437,975,'_table_3_line_1_usd','field_5d1cdb373f0a5'),(15438,975,'table_3_line_1_gbp','No / Yes'),(15439,975,'_table_3_line_1_gbp','field_5d1cdb3d3f0a6'),(15440,975,'table_3_line_2_name','Single ATM Transaction Limit'),(15441,975,'_table_3_line_2_name','field_5d1cdaf93f0a3'),(15442,975,'table_3_line_2_eur','€200 / €1,000'),(15443,975,'_table_3_line_2_eur','field_5d1cdb263f0a4'),(15444,975,'table_3_line_2_usd','$200 / 1,000 '),(15445,975,'_table_3_line_2_usd','field_5d1cdb373f0a5'),(15446,975,'table_3_line_2_gbp','£160 / 800'),(15447,975,'_table_3_line_2_gbp','field_5d1cdb3d3f0a6'),(15448,975,'table_3_line_3_name','Daily ATM Withdrawal Limit'),(15449,975,'_table_3_line_3_name','field_5d1cdaf93f0a3'),(15450,975,'table_3_line_3_eur','€400 / 2,000 '),(15451,975,'_table_3_line_3_eur','field_5d1cdb263f0a4'),(15452,975,'table_3_line_3_usd','$400 / 2,000 '),(15453,975,'_table_3_line_3_usd','field_5d1cdb373f0a5'),(15454,975,'table_3_line_3_gbp','$320 / 1,600'),(15455,975,'_table_3_line_3_gbp','field_5d1cdb3d3f0a6'),(15456,975,'table_3_line_4_name','Max topup Value'),(15457,975,'_table_3_line_4_name','field_5d1cdaf93f0a3'),(15458,975,'table_3_line_4_eur','€1,000 / €10,000'),(15459,975,'_table_3_line_4_eur','field_5d1cdb263f0a4'),(15460,975,'table_3_line_4_usd','$1,000 / $10,000'),(15461,975,'_table_3_line_4_usd','field_5d1cdb373f0a5'),(15462,975,'table_3_line_4_gbp','£8000 / £8,000'),(15463,975,'_table_3_line_4_gbp','field_5d1cdb3d3f0a6'),(15464,975,'table_3_line_5_name','Max Daily Load'),(15465,975,'_table_3_line_5_name','field_5d1cdaf93f0a3'),(15466,975,'table_3_line_5_eur','€1,000 / €20,000'),(15467,975,'_table_3_line_5_eur','field_5d1cdb263f0a4'),(15468,975,'table_3_line_5_usd','$1,000 / $20,000'),(15469,975,'_table_3_line_5_usd','field_5d1cdb373f0a5'),(15470,975,'table_3_line_5_gbp','£800 / £16,000'),(15471,975,'_table_3_line_5_gbp','field_5d1cdb3d3f0a6'),(15472,975,'table_3_line_6_name','Max Lifetime Load'),(15473,975,'_table_3_line_6_name','field_5d1cdaf93f0a3'),(15474,975,'table_3_line_6_eur','€1,000 / Unlimited'),(15475,975,'_table_3_line_6_eur','field_5d1cdb263f0a4'),(15476,975,'table_3_line_6_usd','$1,000 / Unlimited'),(15477,975,'_table_3_line_6_usd','field_5d1cdb373f0a5'),(15478,975,'table_3_line_6_gbp','£800 / Unlimited'),(15479,975,'_table_3_line_6_gbp','field_5d1cdb3d3f0a6'),(15480,975,'table_3_line_7_name','Max Lifetime Unload'),(15481,975,'_table_3_line_7_name','field_5d1cdaf93f0a3'),(15482,975,'table_3_line_7_eur','€1,000 / Unlimited'),(15483,975,'_table_3_line_7_eur','field_5d1cdb263f0a4'),(15484,975,'table_3_line_7_usd','$1,000 / Unlimited'),(15485,975,'_table_3_line_7_usd','field_5d1cdb373f0a5'),(15486,975,'table_3_line_7_gbp','£800 / Unlimited'),(15487,975,'_table_3_line_7_gbp','field_5d1cdb3d3f0a6'),(15488,975,'table_3_line_8_name','Daily load limit'),(15489,975,'_table_3_line_8_name','field_5d1cdaf93f0a3'),(15490,975,'table_3_line_8_eur','2 / Unlimited'),(15491,975,'_table_3_line_8_eur','field_5d1cdb263f0a4'),(15492,975,'table_3_line_8_usd','2 / Unlimited'),(15493,975,'_table_3_line_8_usd','field_5d1cdb373f0a5'),(15494,975,'table_3_line_8_gbp','2 / Unlimited'),(15495,975,'_table_3_line_8_gbp','field_5d1cdb3d3f0a6'),(15496,975,'table_3_line_9_name','Daily ATM Transaction Limit'),(15497,975,'_table_3_line_9_name','field_5d1cdaf93f0a3'),(15498,975,'table_3_line_9_eur','2 / 5'),(15499,975,'_table_3_line_9_eur','field_5d1cdb263f0a4'),(15500,975,'table_3_line_9_usd','2 / 5'),(15501,975,'_table_3_line_9_usd','field_5d1cdb373f0a5'),(15502,975,'table_3_line_9_gbp','2 / 5'),(15503,975,'_table_3_line_9_gbp','field_5d1cdb3d3f0a6'),(15504,976,'show_crypto_funds','1'),(15505,976,'_show_crypto_funds','field_5d1cd58ba65cf'),(15506,976,'subtitle','CW Prepaid Card'),(15507,976,'_subtitle','field_5d1cd8ec3c600'),(15508,976,'text','Load CryptoCurrency to a Visa Debit Card and spend crypto directly in all major outlets.\r\n<ul>\r\n 	<li>• Low Fees</li>\r\n 	<li>• Chip and Pin or Virtual Cards</li>\r\n 	<li>• Online and offline spending</li>\r\n 	<li>• Cashback</li>\r\n</ul>\r\nFinally, you can use your cryptocurrency funds as real cash! Buy online or in any outlet that accepts Visa. Adoption is just a click away.'),(15509,976,'_text','field_5d1cd9046f426'),(15510,976,'text_link','Order Your Debit Card Now'),(15511,976,'_text_link','field_5d1cd9346f428'),(15512,976,'title_cryptoWallet','CryptoWallet Is Fast and Easy'),(15513,976,'_title_cryptoWallet','field_5d1cd9760bf2f'),(15514,976,'step_1_title','Order Card'),(15515,976,'_step_1_title','field_5d1cd9d00bf32'),(15516,976,'step_1_text','Just confirm your address and we’ll ship your card to your house for free.'),(15517,976,'_step_1_text','field_5d1cd9dc0bf33'),(15518,976,'step_1',''),(15519,976,'_step_1','field_5d1cd9af0bf31'),(15520,976,'step_2_title','Activate Account'),(15521,976,'_step_2_title','field_5d1cda21981be'),(15522,976,'step_2_text','Activate and set up your CryptoWallet Debit Card account to spend your crypto anywhere, anytime.'),(15523,976,'_step_2_text','field_5d1cda21981bf'),(15524,976,'step_2',''),(15525,976,'_step_2','field_5d1cda21981bd'),(15526,976,'step_3_title','Load Funds'),(15527,976,'_step_3_title','field_5d1cda22981c1'),(15528,976,'step_3_text','Load card with fiat like US dollars through wire transfer or credit card. Or, transfer crypto right into the card.'),(15529,976,'_step_3_text','field_5d1cda22981c2'),(15530,976,'step_3',''),(15531,976,'_step_3','field_5d1cda22981c0'),(15532,976,'step_4_title','Spend Funds'),(15533,976,'_step_4_title','field_5d1cda24981c4'),(15534,976,'step_4_text','Congratulations!\r\nYou can spend crypto currencies online or anywhere that accepts Visa.'),(15535,976,'_step_4_text','field_5d1cda24981c5'),(15536,976,'step_4',''),(15537,976,'_step_4','field_5d1cda24981c3'),(15538,976,'title_limits','Fees And Limits'),(15539,976,'_title_limits','field_5d1cda4d3f09f'),(15540,976,'table_0_title','Prepaid Card Fees'),(15541,976,'_table_0_title','field_5d1cdaaa3f0a1'),(15542,976,'table_0_line_0_name','Card price'),(15543,976,'_table_0_line_0_name','field_5d1cdaf93f0a3'),(15544,976,'table_0_line_0_eur','€15.00 '),(15545,976,'_table_0_line_0_eur','field_5d1cdb263f0a4'),(15546,976,'table_0_line_0_usd','$15.00 '),(15547,976,'_table_0_line_0_usd','field_5d1cdb373f0a5'),(15548,976,'table_0_line_0_gbp','€15.00 '),(15549,976,'_table_0_line_0_gbp','field_5d1cdb3d3f0a6'),(15550,976,'table_0_line','9'),(15551,976,'_table_0_line','field_5d1cdac43f0a2'),(15552,976,'table','4'),(15553,976,'_table','field_5d1cda763f0a0'),(15554,976,'alert','French Customers: In compliance with French law, French residents must be KYC2-verified and\r\nhave a cash withdrawal limit of €1,000 per month and a maximum balance of €10,000.'),(15555,976,'_alert','field_5d1cdbad5f803'),(15556,976,'text_cryptowallet','Here’s how it works.'),(15557,976,'_text_cryptowallet','field_5d1cd99e0bf30'),(15558,976,'text_copy','Here’s how it works.'),(15559,976,'_text_copy','field_5d1cec7cb0dbe'),(15560,976,'alert_cryptowallet','Online spending, offline spending, ATM withdrawals, and even cashback: \r\nWelcome to the forefront of adoption.'),(15561,976,'_alert_cryptowallet','field_5d1cec7cb0dbe'),(15562,976,'title_crypto','CryptoWallet Is Fast and Easy'),(15563,976,'_title_crypto','field_5d1ced55f3463'),(15564,976,'table_0_line_1_name','Standard global delivery'),(15565,976,'_table_0_line_1_name','field_5d1cdaf93f0a3'),(15566,976,'table_0_line_1_eur','Free '),(15567,976,'_table_0_line_1_eur','field_5d1cdb263f0a4'),(15568,976,'table_0_line_1_usd','Free '),(15569,976,'_table_0_line_1_usd','field_5d1cdb373f0a5'),(15570,976,'table_0_line_1_gbp','Free '),(15571,976,'_table_0_line_1_gbp','field_5d1cdb3d3f0a6'),(15572,976,'table_0_line_2_name','Express global delivery '),(15573,976,'_table_0_line_2_name','field_5d1cdaf93f0a3'),(15574,976,'table_0_line_2_eur','€70.00 '),(15575,976,'_table_0_line_2_eur','field_5d1cdb263f0a4'),(15576,976,'table_0_line_2_usd','$70.00 '),(15577,976,'_table_0_line_2_usd','field_5d1cdb373f0a5'),(15578,976,'table_0_line_2_gbp','£70.00 '),(15579,976,'_table_0_line_2_gbp','field_5d1cdb3d3f0a6'),(15580,976,'table_0_line_3_name','ATM fee (domestic) '),(15581,976,'_table_0_line_3_name','field_5d1cdaf93f0a3'),(15582,976,'table_0_line_3_eur','€2.25 '),(15583,976,'_table_0_line_3_eur','field_5d1cdb263f0a4'),(15584,976,'table_0_line_3_usd','$2.50 '),(15585,976,'_table_0_line_3_usd','field_5d1cdb373f0a5'),(15586,976,'table_0_line_3_gbp','£1.75 '),(15587,976,'_table_0_line_3_gbp','field_5d1cdb3d3f0a6'),(15588,976,'table_0_line_4_name','ATM fee (international)'),(15589,976,'_table_0_line_4_name','field_5d1cdaf93f0a3'),(15590,976,'table_0_line_4_eur','€2.75 '),(15591,976,'_table_0_line_4_eur','field_5d1cdb263f0a4'),(15592,976,'table_0_line_4_usd','$3.50 '),(15593,976,'_table_0_line_4_usd','field_5d1cdb373f0a5'),(15594,976,'table_0_line_4_gbp','£2.25 '),(15595,976,'_table_0_line_4_gbp','field_5d1cdb3d3f0a6'),(15596,976,'table_0_line_5_name','Foreign transaction fee '),(15597,976,'_table_0_line_5_name','field_5d1cdaf93f0a3'),(15598,976,'table_0_line_5_eur','3% '),(15599,976,'_table_0_line_5_eur','field_5d1cdb263f0a4'),(15600,976,'table_0_line_5_usd','3% '),(15601,976,'_table_0_line_5_usd','field_5d1cdb373f0a5'),(15602,976,'table_0_line_5_gbp','3% '),(15603,976,'_table_0_line_5_gbp','field_5d1cdb3d3f0a6'),(15604,976,'table_0_line_6_name','Loading fee '),(15605,976,'_table_0_line_6_name','field_5d1cdaf93f0a3'),(15606,976,'table_0_line_6_eur','1% '),(15607,976,'_table_0_line_6_eur','field_5d1cdb263f0a4'),(15608,976,'table_0_line_6_usd','1% '),(15609,976,'_table_0_line_6_usd','field_5d1cdb373f0a5'),(15610,976,'table_0_line_6_gbp','1% '),(15611,976,'_table_0_line_6_gbp','field_5d1cdb3d3f0a6'),(15612,976,'table_0_line_7_name','Third-party loading fee '),(15613,976,'_table_0_line_7_name','field_5d1cdaf93f0a3'),(15614,976,'table_0_line_7_eur','1.99% '),(15615,976,'_table_0_line_7_eur','field_5d1cdb263f0a4'),(15616,976,'table_0_line_7_usd','1.99% '),(15617,976,'_table_0_line_7_usd','field_5d1cdb373f0a5'),(15618,976,'table_0_line_7_gbp','1.99% '),(15619,976,'_table_0_line_7_gbp','field_5d1cdb3d3f0a6'),(15620,976,'table_0_line_8_name','Monthly service fee'),(15621,976,'_table_0_line_8_name','field_5d1cdaf93f0a3'),(15622,976,'table_0_line_8_eur','€1'),(15623,976,'_table_0_line_8_eur','field_5d1cdb263f0a4'),(15624,976,'table_0_line_8_usd','$1'),(15625,976,'_table_0_line_8_usd','field_5d1cdb373f0a5'),(15626,976,'table_0_line_8_gbp','£1'),(15627,976,'_table_0_line_8_gbp','field_5d1cdb3d3f0a6'),(15628,976,'table_1_title','Prepaid Account Limits'),(15629,976,'_table_1_title','field_5d1cdaaa3f0a1'),(15630,976,'table_1_line_0_name','Online transaction limit'),(15631,976,'_table_1_line_0_name','field_5d1cdaf93f0a3'),(15632,976,'table_1_line_0_eur','€1,000 / unlimited'),(15633,976,'_table_1_line_0_eur','field_5d1cdb263f0a4'),(15634,976,'table_1_line_0_usd','$1,000 / unlimited'),(15635,976,'_table_1_line_0_usd','field_5d1cdb373f0a5'),(15636,976,'table_1_line_0_gbp','£800 / unlimited'),(15637,976,'_table_1_line_0_gbp','field_5d1cdb3d3f0a6'),(15638,976,'table_1_line','10'),(15639,976,'_table_1_line','field_5d1cdac43f0a2'),(15640,976,'table_2_title','Virtual Card Fees'),(15641,976,'_table_2_title','field_5d1cdaaa3f0a1'),(15642,976,'table_2_line_0_name','Card price'),(15643,976,'_table_2_line_0_name','field_5d1cdaf93f0a3'),(15644,976,'table_2_line_0_eur','€2.50'),(15645,976,'_table_2_line_0_eur','field_5d1cdb263f0a4'),(15646,976,'table_2_line_0_usd','$2.50'),(15647,976,'_table_2_line_0_usd','field_5d1cdb373f0a5'),(15648,976,'table_2_line_0_gbp','£2.50'),(15649,976,'_table_2_line_0_gbp','field_5d1cdb3d3f0a6'),(15650,976,'table_2_line','5'),(15651,976,'_table_2_line','field_5d1cdac43f0a2'),(15652,976,'table_3_title','Virtual Card Account Limits'),(15653,976,'_table_3_title','field_5d1cdaaa3f0a1'),(15654,976,'table_3_line_0_name','Online transaction limit'),(15655,976,'_table_3_line_0_name','field_5d1cdaf93f0a3'),(15656,976,'table_3_line_0_eur','€1,000 / unlimited'),(15657,976,'_table_3_line_0_eur','field_5d1cdb263f0a4'),(15658,976,'table_3_line_0_usd','$1,000 / unlimited'),(15659,976,'_table_3_line_0_usd','field_5d1cdb373f0a5'),(15660,976,'table_3_line_0_gbp','£800 / unlimited'),(15661,976,'_table_3_line_0_gbp','field_5d1cdb3d3f0a6'),(15662,976,'table_3_line','10'),(15663,976,'_table_3_line','field_5d1cdac43f0a2'),(15664,976,'alert_limits','French Customers: In compliance with French law, French residents must be KYC2-verified\r\nand have a cash withdrawal limit of €1,000 per month and a maximum balance of €10,000.'),(15665,976,'_alert_limits','field_5d278c5e79681'),(15666,976,'table_1_line_1_name','Third-party loads available'),(15667,976,'_table_1_line_1_name','field_5d1cdaf93f0a3'),(15668,976,'table_1_line_1_eur','No / Yes'),(15669,976,'_table_1_line_1_eur','field_5d1cdb263f0a4'),(15670,976,'table_1_line_1_usd','No / Yes'),(15671,976,'_table_1_line_1_usd','field_5d1cdb373f0a5'),(15672,976,'table_1_line_1_gbp','No / Yes'),(15673,976,'_table_1_line_1_gbp','field_5d1cdb3d3f0a6'),(15674,976,'table_1_line_2_name','Single ATM Transaction Limit'),(15675,976,'_table_1_line_2_name','field_5d1cdaf93f0a3'),(15676,976,'table_1_line_2_eur','€200 / €1,000'),(15677,976,'_table_1_line_2_eur','field_5d1cdb263f0a4'),(15678,976,'table_1_line_2_usd','$200 / 1,000'),(15679,976,'_table_1_line_2_usd','field_5d1cdb373f0a5'),(15680,976,'table_1_line_2_gbp','£160 / 800'),(15681,976,'_table_1_line_2_gbp','field_5d1cdb3d3f0a6'),(15682,976,'table_1_line_3_name','Daily ATM Withdrawal Limit'),(15683,976,'_table_1_line_3_name','field_5d1cdaf93f0a3'),(15684,976,'table_1_line_3_eur','€400 / 2,000'),(15685,976,'_table_1_line_3_eur','field_5d1cdb263f0a4'),(15686,976,'table_1_line_3_usd','$400 / 2,000'),(15687,976,'_table_1_line_3_usd','field_5d1cdb373f0a5'),(15688,976,'table_1_line_3_gbp','$320 / 1,600'),(15689,976,'_table_1_line_3_gbp','field_5d1cdb3d3f0a6'),(15690,976,'table_1_line_4_name','Max topup Value'),(15691,976,'_table_1_line_4_name','field_5d1cdaf93f0a3'),(15692,976,'table_1_line_4_eur','€1,000 / €10,000'),(15693,976,'_table_1_line_4_eur','field_5d1cdb263f0a4'),(15694,976,'table_1_line_4_usd','$1,000 / $10,000'),(15695,976,'_table_1_line_4_usd','field_5d1cdb373f0a5'),(15696,976,'table_1_line_4_gbp','£8000 / £8,000'),(15697,976,'_table_1_line_4_gbp','field_5d1cdb3d3f0a6'),(15698,976,'table_1_line_5_name','Max Daily Load'),(15699,976,'_table_1_line_5_name','field_5d1cdaf93f0a3'),(15700,976,'table_1_line_5_eur','€1,000 / €20,000'),(15701,976,'_table_1_line_5_eur','field_5d1cdb263f0a4'),(15702,976,'table_1_line_5_usd','$1,000 / $20,000'),(15703,976,'_table_1_line_5_usd','field_5d1cdb373f0a5'),(15704,976,'table_1_line_5_gbp','£800 / £16,000'),(15705,976,'_table_1_line_5_gbp','field_5d1cdb3d3f0a6'),(15706,976,'table_1_line_6_name','Max Lifetime Load'),(15707,976,'_table_1_line_6_name','field_5d1cdaf93f0a3'),(15708,976,'table_1_line_6_eur','€1,000 / Unlimited'),(15709,976,'_table_1_line_6_eur','field_5d1cdb263f0a4'),(15710,976,'table_1_line_6_usd','$1,000 / Unlimited'),(15711,976,'_table_1_line_6_usd','field_5d1cdb373f0a5'),(15712,976,'table_1_line_6_gbp','£800 / Unlimited'),(15713,976,'_table_1_line_6_gbp','field_5d1cdb3d3f0a6'),(15714,976,'table_1_line_7_name','Max Lifetime Unload'),(15715,976,'_table_1_line_7_name','field_5d1cdaf93f0a3'),(15716,976,'table_1_line_7_eur','€1,000 / Unlimited'),(15717,976,'_table_1_line_7_eur','field_5d1cdb263f0a4'),(15718,976,'table_1_line_7_usd','$1,000 / Unlimited'),(15719,976,'_table_1_line_7_usd','field_5d1cdb373f0a5'),(15720,976,'table_1_line_7_gbp','£800 / Unlimited'),(15721,976,'_table_1_line_7_gbp','field_5d1cdb3d3f0a6'),(15722,976,'table_1_line_8_name','Daily load limit'),(15723,976,'_table_1_line_8_name','field_5d1cdaf93f0a3'),(15724,976,'table_1_line_8_eur','2 / Unlimited'),(15725,976,'_table_1_line_8_eur','field_5d1cdb263f0a4'),(15726,976,'table_1_line_8_usd','2 / Unlimited'),(15727,976,'_table_1_line_8_usd','field_5d1cdb373f0a5'),(15728,976,'table_1_line_8_gbp','2 / Unlimited'),(15729,976,'_table_1_line_8_gbp','field_5d1cdb3d3f0a6'),(15730,976,'table_1_line_9_name','Daily ATM Transaction Limit'),(15731,976,'_table_1_line_9_name','field_5d1cdaf93f0a3'),(15732,976,'table_1_line_9_eur','2 / 5'),(15733,976,'_table_1_line_9_eur','field_5d1cdb263f0a4'),(15734,976,'table_1_line_9_usd','2 / 5'),(15735,976,'_table_1_line_9_usd','field_5d1cdb373f0a5'),(15736,976,'table_1_line_9_gbp','2 / 5'),(15737,976,'_table_1_line_9_gbp','field_5d1cdb3d3f0a6'),(15738,976,'table_2_line_1_name','Foreign Transaction Fee'),(15739,976,'_table_2_line_1_name','field_5d1cdaf93f0a3'),(15740,976,'table_2_line_1_eur','3%'),(15741,976,'_table_2_line_1_eur','field_5d1cdb263f0a4'),(15742,976,'table_2_line_1_usd','3%'),(15743,976,'_table_2_line_1_usd','field_5d1cdb373f0a5'),(15744,976,'table_2_line_1_gbp','3%'),(15745,976,'_table_2_line_1_gbp','field_5d1cdb3d3f0a6'),(15746,976,'table_2_line_2_name','Monthly Service Fee'),(15747,976,'_table_2_line_2_name','field_5d1cdaf93f0a3'),(15748,976,'table_2_line_2_eur','€1'),(15749,976,'_table_2_line_2_eur','field_5d1cdb263f0a4'),(15750,976,'table_2_line_2_usd','$1'),(15751,976,'_table_2_line_2_usd','field_5d1cdb373f0a5'),(15752,976,'table_2_line_2_gbp','£1'),(15753,976,'_table_2_line_2_gbp','field_5d1cdb3d3f0a6'),(15754,976,'table_2_line_3_name','Loading Fee'),(15755,976,'_table_2_line_3_name','field_5d1cdaf93f0a3'),(15756,976,'table_2_line_3_eur','1%'),(15757,976,'_table_2_line_3_eur','field_5d1cdb263f0a4'),(15758,976,'table_2_line_3_usd','1%'),(15759,976,'_table_2_line_3_usd','field_5d1cdb373f0a5'),(15760,976,'table_2_line_3_gbp','1%'),(15761,976,'_table_2_line_3_gbp','field_5d1cdb3d3f0a6'),(15762,976,'table_2_line_4_name','Third Party Loading Fee'),(15763,976,'_table_2_line_4_name','field_5d1cdaf93f0a3'),(15764,976,'table_2_line_4_eur','1.99%'),(15765,976,'_table_2_line_4_eur','field_5d1cdb263f0a4'),(15766,976,'table_2_line_4_usd','1.99%'),(15767,976,'_table_2_line_4_usd','field_5d1cdb373f0a5'),(15768,976,'table_2_line_4_gbp','1.99%'),(15769,976,'_table_2_line_4_gbp','field_5d1cdb3d3f0a6'),(15770,976,'table_3_line_1_name','Third-party loads available'),(15771,976,'_table_3_line_1_name','field_5d1cdaf93f0a3'),(15772,976,'table_3_line_1_eur','No / Yes'),(15773,976,'_table_3_line_1_eur','field_5d1cdb263f0a4'),(15774,976,'table_3_line_1_usd','No / Yes'),(15775,976,'_table_3_line_1_usd','field_5d1cdb373f0a5'),(15776,976,'table_3_line_1_gbp','No / Yes'),(15777,976,'_table_3_line_1_gbp','field_5d1cdb3d3f0a6'),(15778,976,'table_3_line_2_name','Single ATM Transaction Limit'),(15779,976,'_table_3_line_2_name','field_5d1cdaf93f0a3'),(15780,976,'table_3_line_2_eur','€200 / €1,000'),(15781,976,'_table_3_line_2_eur','field_5d1cdb263f0a4'),(15782,976,'table_3_line_2_usd','$200 / 1,000 '),(15783,976,'_table_3_line_2_usd','field_5d1cdb373f0a5'),(15784,976,'table_3_line_2_gbp','£160 / 800'),(15785,976,'_table_3_line_2_gbp','field_5d1cdb3d3f0a6'),(15786,976,'table_3_line_3_name','Daily ATM Withdrawal Limit'),(15787,976,'_table_3_line_3_name','field_5d1cdaf93f0a3'),(15788,976,'table_3_line_3_eur','€400 / 2,000 '),(15789,976,'_table_3_line_3_eur','field_5d1cdb263f0a4'),(15790,976,'table_3_line_3_usd','$400 / 2,000 '),(15791,976,'_table_3_line_3_usd','field_5d1cdb373f0a5'),(15792,976,'table_3_line_3_gbp','$320 / 1,600'),(15793,976,'_table_3_line_3_gbp','field_5d1cdb3d3f0a6'),(15794,976,'table_3_line_4_name','Max topup Value'),(15795,976,'_table_3_line_4_name','field_5d1cdaf93f0a3'),(15796,976,'table_3_line_4_eur','€1,000 / €10,000'),(15797,976,'_table_3_line_4_eur','field_5d1cdb263f0a4'),(15798,976,'table_3_line_4_usd','$1,000 / $10,000'),(15799,976,'_table_3_line_4_usd','field_5d1cdb373f0a5'),(15800,976,'table_3_line_4_gbp','£8000 / £8,000'),(15801,976,'_table_3_line_4_gbp','field_5d1cdb3d3f0a6'),(15802,976,'table_3_line_5_name','Max Daily Load'),(15803,976,'_table_3_line_5_name','field_5d1cdaf93f0a3'),(15804,976,'table_3_line_5_eur','€1,000 / €20,000'),(15805,976,'_table_3_line_5_eur','field_5d1cdb263f0a4'),(15806,976,'table_3_line_5_usd','$1,000 / $20,000'),(15807,976,'_table_3_line_5_usd','field_5d1cdb373f0a5'),(15808,976,'table_3_line_5_gbp','£800 / £16,000'),(15809,976,'_table_3_line_5_gbp','field_5d1cdb3d3f0a6'),(15810,976,'table_3_line_6_name','Max Lifetime Load'),(15811,976,'_table_3_line_6_name','field_5d1cdaf93f0a3'),(15812,976,'table_3_line_6_eur','€1,000 / Unlimited'),(15813,976,'_table_3_line_6_eur','field_5d1cdb263f0a4'),(15814,976,'table_3_line_6_usd','$1,000 / Unlimited'),(15815,976,'_table_3_line_6_usd','field_5d1cdb373f0a5'),(15816,976,'table_3_line_6_gbp','£800 / Unlimited'),(15817,976,'_table_3_line_6_gbp','field_5d1cdb3d3f0a6'),(15818,976,'table_3_line_7_name','Max Lifetime Unload'),(15819,976,'_table_3_line_7_name','field_5d1cdaf93f0a3'),(15820,976,'table_3_line_7_eur','€1,000 / Unlimited'),(15821,976,'_table_3_line_7_eur','field_5d1cdb263f0a4'),(15822,976,'table_3_line_7_usd','$1,000 / Unlimited'),(15823,976,'_table_3_line_7_usd','field_5d1cdb373f0a5'),(15824,976,'table_3_line_7_gbp','£800 / Unlimited'),(15825,976,'_table_3_line_7_gbp','field_5d1cdb3d3f0a6'),(15826,976,'table_3_line_8_name','Daily load limit'),(15827,976,'_table_3_line_8_name','field_5d1cdaf93f0a3'),(15828,976,'table_3_line_8_eur','2 / Unlimited'),(15829,976,'_table_3_line_8_eur','field_5d1cdb263f0a4'),(15830,976,'table_3_line_8_usd','2 / Unlimited'),(15831,976,'_table_3_line_8_usd','field_5d1cdb373f0a5'),(15832,976,'table_3_line_8_gbp','2 / Unlimited'),(15833,976,'_table_3_line_8_gbp','field_5d1cdb3d3f0a6'),(15834,976,'table_3_line_9_name','Daily ATM Transaction Limit'),(15835,976,'_table_3_line_9_name','field_5d1cdaf93f0a3'),(15836,976,'table_3_line_9_eur','2 / 5'),(15837,976,'_table_3_line_9_eur','field_5d1cdb263f0a4'),(15838,976,'table_3_line_9_usd','2 / 5'),(15839,976,'_table_3_line_9_usd','field_5d1cdb373f0a5'),(15840,976,'table_3_line_9_gbp','2 / 5'),(15841,976,'_table_3_line_9_gbp','field_5d1cdb3d3f0a6'),(15844,396,'type','27'),(15845,396,'_type','field_5d48826cdbf64'),(15846,408,'type','27'),(15847,408,'_type','field_5d48826cdbf64'),(15850,401,'type','27'),(15851,401,'_type','field_5d48826cdbf64'),(15852,412,'type','27'),(15853,412,'_type','field_5d48826cdbf64'),(15856,400,'type','27'),(15857,400,'_type','field_5d48826cdbf64'),(15858,414,'type','27'),(15859,414,'_type','field_5d48826cdbf64'),(15862,399,'type','27'),(15863,399,'_type','field_5d48826cdbf64'),(15864,404,'related_posts_0_post','396'),(15865,404,'_related_posts_0_post','field_5d238b9967802'),(15866,404,'related_posts_1_post','396'),(15867,404,'_related_posts_1_post','field_5d238b9967802'),(15868,404,'related_posts_2_post','396'),(15869,404,'_related_posts_2_post','field_5d238b9967802'),(15870,404,'related_posts','3'),(15871,404,'_related_posts','field_5d238b6e67801'),(15872,404,'type','27'),(15873,404,'_type','field_5d48826cdbf64'),(15874,977,'_wp_attached_file','2019/08/brand-cryptowallet-day.svg'),(15875,978,'_wp_attachment_metadata','a:0:{}'),(15876,978,'_wp_attached_file','2019/08/brand-cryptowallet-day.svg'),(15877,978,'wpml_media_processed','1'),(15878,979,'_wp_attachment_metadata','a:0:{}'),(15879,979,'_wp_attached_file','2019/08/brand-cryptowallet-day.svg'),(15880,979,'wpml_media_processed','1'),(15881,980,'_wp_attachment_metadata','a:0:{}'),(15882,980,'_wp_attached_file','2019/08/brand-cryptowallet-day.svg'),(15883,980,'wpml_media_processed','1'),(15884,981,'_wp_attachment_metadata','a:0:{}'),(15885,981,'_wp_attached_file','2019/08/brand-cryptowallet-day.svg'),(15886,981,'wpml_media_processed','1'),(15887,977,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:512;s:6:\"height\";i:121;s:4:\"file\";s:35:\"/2019/08/brand-cryptowallet-day.svg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:26:\"brand-cryptowallet-day.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:26:\"brand-cryptowallet-day.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:26:\"brand-cryptowallet-day.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:26:\"brand-cryptowallet-day.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:26:\"brand-cryptowallet-day.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:11:\"thumb-posts\";a:5:{s:5:\"width\";i:612;s:6:\"height\";i:408;s:4:\"crop\";i:1;s:4:\"file\";s:26:\"brand-cryptowallet-day.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:13:\"featured-post\";a:5:{s:5:\"width\";i:1202;s:6:\"height\";i:570;s:4:\"crop\";i:1;s:4:\"file\";s:26:\"brand-cryptowallet-day.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(15889,983,'_wp_attachment_metadata','a:0:{}'),(15890,983,'_wp_attached_file','2019/08/brand-cryptowallet-full.svg'),(15891,983,'wpml_media_processed','1'),(15892,984,'_wp_attachment_metadata','a:0:{}'),(15893,984,'_wp_attached_file','2019/08/brand-cryptowallet-full.svg'),(15894,984,'wpml_media_processed','1'),(15895,985,'_wp_attachment_metadata','a:0:{}'),(15896,985,'_wp_attached_file','2019/08/brand-cryptowallet-full.svg'),(15897,985,'wpml_media_processed','1'),(15898,986,'_wp_attachment_metadata','a:0:{}'),(15899,986,'_wp_attached_file','2019/08/brand-cryptowallet-full.svg'),(15900,986,'wpml_media_processed','1'),(15902,987,'_wp_attached_file','2019/08/brand-cryptowallet-night.svg'),(15903,988,'_wp_attachment_metadata','a:0:{}'),(15904,988,'_wp_attached_file','2019/08/brand-cryptowallet-night.svg'),(15905,988,'wpml_media_processed','1'),(15906,989,'_wp_attachment_metadata','a:0:{}'),(15907,989,'_wp_attached_file','2019/08/brand-cryptowallet-night.svg'),(15908,989,'wpml_media_processed','1'),(15909,990,'_wp_attachment_metadata','a:0:{}'),(15910,990,'_wp_attached_file','2019/08/brand-cryptowallet-night.svg'),(15911,990,'wpml_media_processed','1'),(15912,991,'_wp_attachment_metadata','a:0:{}'),(15913,991,'_wp_attached_file','2019/08/brand-cryptowallet-night.svg'),(15914,991,'wpml_media_processed','1'),(15915,987,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:512;s:6:\"height\";i:120;s:4:\"file\";s:37:\"/2019/08/brand-cryptowallet-night.svg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:28:\"brand-cryptowallet-night.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:28:\"brand-cryptowallet-night.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:28:\"brand-cryptowallet-night.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:28:\"brand-cryptowallet-night.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:28:\"brand-cryptowallet-night.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:11:\"thumb-posts\";a:5:{s:5:\"width\";i:612;s:6:\"height\";i:408;s:4:\"crop\";i:1;s:4:\"file\";s:28:\"brand-cryptowallet-night.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:13:\"featured-post\";a:5:{s:5:\"width\";i:1202;s:6:\"height\";i:570;s:4:\"crop\";i:1;s:4:\"file\";s:28:\"brand-cryptowallet-night.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(15916,992,'_wp_attached_file','2019/08/logo-cryptowallet-day.svg'),(15917,993,'_wp_attachment_metadata','a:0:{}'),(15918,993,'_wp_attached_file','2019/08/logo-cryptowallet-day.svg'),(15919,993,'wpml_media_processed','1'),(15920,994,'_wp_attachment_metadata','a:0:{}'),(15921,994,'_wp_attached_file','2019/08/logo-cryptowallet-day.svg'),(15922,994,'wpml_media_processed','1'),(15923,995,'_wp_attachment_metadata','a:0:{}'),(15924,995,'_wp_attached_file','2019/08/logo-cryptowallet-day.svg'),(15925,995,'wpml_media_processed','1'),(15926,996,'_wp_attachment_metadata','a:0:{}'),(15927,996,'_wp_attached_file','2019/08/logo-cryptowallet-day.svg'),(15928,996,'wpml_media_processed','1'),(15929,992,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:175;s:6:\"height\";i:121;s:4:\"file\";s:34:\"/2019/08/logo-cryptowallet-day.svg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:25:\"logo-cryptowallet-day.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:25:\"logo-cryptowallet-day.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:25:\"logo-cryptowallet-day.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:25:\"logo-cryptowallet-day.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:25:\"logo-cryptowallet-day.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:11:\"thumb-posts\";a:5:{s:5:\"width\";i:612;s:6:\"height\";i:408;s:4:\"crop\";i:1;s:4:\"file\";s:25:\"logo-cryptowallet-day.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:13:\"featured-post\";a:5:{s:5:\"width\";i:1202;s:6:\"height\";i:570;s:4:\"crop\";i:1;s:4:\"file\";s:25:\"logo-cryptowallet-day.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(15931,998,'_wp_attachment_metadata','a:0:{}'),(15932,998,'_wp_attached_file','2019/08/logo-cryptowallet-full.svg'),(15933,998,'wpml_media_processed','1'),(15934,999,'_wp_attachment_metadata','a:0:{}'),(15935,999,'_wp_attached_file','2019/08/logo-cryptowallet-full.svg'),(15936,999,'wpml_media_processed','1'),(15937,1000,'_wp_attachment_metadata','a:0:{}'),(15938,1000,'_wp_attached_file','2019/08/logo-cryptowallet-full.svg'),(15939,1000,'wpml_media_processed','1'),(15940,1001,'_wp_attachment_metadata','a:0:{}'),(15941,1001,'_wp_attached_file','2019/08/logo-cryptowallet-full.svg'),(15942,1001,'wpml_media_processed','1'),(15944,1002,'_wp_attached_file','2019/08/logo-cryptowallet-night.svg'),(15945,1003,'_wp_attachment_metadata','a:0:{}'),(15946,1003,'_wp_attached_file','2019/08/logo-cryptowallet-night.svg'),(15947,1003,'wpml_media_processed','1'),(15948,1004,'_wp_attachment_metadata','a:0:{}'),(15949,1004,'_wp_attached_file','2019/08/logo-cryptowallet-night.svg'),(15950,1004,'wpml_media_processed','1'),(15951,1005,'_wp_attachment_metadata','a:0:{}'),(15952,1005,'_wp_attached_file','2019/08/logo-cryptowallet-night.svg'),(15953,1005,'wpml_media_processed','1'),(15954,1006,'_wp_attachment_metadata','a:0:{}'),(15955,1006,'_wp_attached_file','2019/08/logo-cryptowallet-night.svg'),(15956,1006,'wpml_media_processed','1'),(15957,1002,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:172;s:6:\"height\";i:120;s:4:\"file\";s:36:\"/2019/08/logo-cryptowallet-night.svg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:27:\"logo-cryptowallet-night.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:27:\"logo-cryptowallet-night.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:27:\"logo-cryptowallet-night.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:27:\"logo-cryptowallet-night.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:27:\"logo-cryptowallet-night.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:11:\"thumb-posts\";a:5:{s:5:\"width\";i:612;s:6:\"height\";i:408;s:4:\"crop\";i:1;s:4:\"file\";s:27:\"logo-cryptowallet-night.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:13:\"featured-post\";a:5:{s:5:\"width\";i:1202;s:6:\"height\";i:570;s:4:\"crop\";i:1;s:4:\"file\";s:27:\"logo-cryptowallet-night.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(15958,1007,'show_crypto_funds','0'),(15959,1007,'_show_crypto_funds','field_5d1cd58ba65cf'),(15960,1007,'archive_for_download','904'),(15961,1007,'_archive_for_download','field_5d486e3676668'),(15962,1007,'title_1','Slogan'),(15963,1007,'_title_1','field_5d486eb276669'),(15964,1007,'title_2','Boilerplate'),(15965,1007,'_title_2','field_5d486ee07666a'),(15966,1007,'text_1','Crypto is money - let’s use it.'),(15967,1007,'_text_1','field_5d486efe7666b'),(15968,1007,'text_2','CryptoWallet provides end-to-end solutions to enable people to buy, trade, and spend cryptocurrencies online and in real stores through the CryptoWallet VISA Debit Card.  CryptoWallet aims to bridge the gap between the worlds of commerce and cryptocurrency once and for all.'),(15969,1007,'_text_2','field_5d486f177666c'),(15970,1007,'title_logo','LOGO & ICON'),(15971,1007,'_title_logo','field_5d486fbf2b4bd'),(15972,1007,'text_logo','A full-color and knocked-out logo and icon are available for use. Please use our primary purple or black background when using the knocked out versions. '),(15973,1007,'_text_logo','field_5d486fd02b4be'),(15974,1007,'logo_&_icon_logo_1','982'),(15975,1007,'_logo_&_icon_logo_1','field_5d486ff32b4bf'),(15976,1007,'logo_&_icon_warning_logo_1','An amount of padding the size of the CryptoWallet “O” should be applied around all placements of the logo.'),(15977,1007,'_logo_&_icon_warning_logo_1','field_5d4870132b4c0'),(15978,1007,'logo_&_icon_logo_1_night','987'),(15979,1007,'_logo_&_icon_logo_1_night','field_5d4870732b4c3'),(15980,1007,'logo_&_icon_logo_1_day','977'),(15981,1007,'_logo_&_icon_logo_1_day','field_5d4870882b4c4'),(15982,1007,'logo_&_icon_logo_2','997'),(15983,1007,'_logo_&_icon_logo_2','field_5d4870682b4c1'),(15984,1007,'logo_&_icon_warning_logo_2','An amount of padding the size of the CryptoWallet “O” should be applied around all placements of the icon.'),(15985,1007,'_logo_&_icon_warning_logo_2','field_5d48706a2b4c2'),(15986,1007,'logo_&_icon_logo_2_night','1002'),(15987,1007,'_logo_&_icon_logo_2_night','field_5d48709a2b4c5'),(15988,1007,'logo_&_icon_logo_2_day','992'),(15989,1007,'_logo_&_icon_logo_2_day','field_5d48709d2b4c6'),(15990,1007,'logo_&_icon',''),(15991,1007,'_logo_&_icon','field_5d486f832b4bc'),(15992,1007,'title_color','COLOR PALETTE'),(15993,1007,'_title_color','field_5d4872ca8e010'),(15994,1007,'text_color','Use only the colors listed below when producing content for CryptoWallet.'),(15995,1007,'_text_color','field_5d4872ca8e011'),(15996,1007,'color_palette','8'),(15997,1007,'_color_palette','field_5d4872ca8e00f'),(15998,1007,'title_press','Press Releases'),(15999,1007,'_title_press','field_5d487433c5d08'),(16000,1007,'text_press','Interested in writing about CryptoWallet in the media?\r\nHere are some resources to help.'),(16001,1007,'_text_press','field_5d487435c5d09'),(16002,1007,'color_palette_0_color','#440054'),(16003,1007,'_color_palette_0_color','field_5d48732c99a7c'),(16004,1007,'color_palette_1_color','#5a3585'),(16005,1007,'_color_palette_1_color','field_5d48732c99a7c'),(16006,1007,'color_palette_2_color','#1de9b6'),(16007,1007,'_color_palette_2_color','field_5d48732c99a7c'),(16008,1007,'color_palette_3_color','#ffe082'),(16009,1007,'_color_palette_3_color','field_5d48732c99a7c'),(16010,1007,'color_palette_4_color','#58d5c4'),(16011,1007,'_color_palette_4_color','field_5d48732c99a7c'),(16012,1007,'color_palette_5_color','#ff7a76'),(16013,1007,'_color_palette_5_color','field_5d48732c99a7c'),(16014,1007,'color_palette_6_color','#ffcb8d'),(16015,1007,'_color_palette_6_color','field_5d48732c99a7c'),(16016,1007,'color_palette_7_color','#536dfe'),(16017,1007,'_color_palette_7_color','field_5d48732c99a7c'),(16020,1002,'_wpml_media_usage','a:1:{s:5:\"posts\";a:1:{i:0;i:671;}}'),(16021,987,'_wpml_media_usage','a:1:{s:5:\"posts\";a:1:{i:0;i:671;}}'),(16022,992,'_wpml_media_usage','a:1:{s:5:\"posts\";a:1:{i:0;i:671;}}'),(16024,977,'_wpml_media_usage','a:1:{s:5:\"posts\";a:1:{i:0;i:671;}}'),(16025,1008,'show_crypto_funds','1'),(16026,1008,'_show_crypto_funds','field_5d1cd58ba65cf'),(16027,1008,'subtitle','CW Prepaid Card'),(16028,1008,'_subtitle','field_5d1cd8ec3c600'),(16029,1008,'text','Load CryptoCurrency to a Visa Debit Card and spend crypto directly in all major outlets.\r\n<ul>\r\n 	<li>• Low Fees</li>\r\n 	<li>• Chip and Pin or Virtual Cards</li>\r\n 	<li>• Online and offline spending</li>\r\n</ul>\r\nFinally, you can use your cryptocurrency funds as real cash! Buy online or in any outlet that accepts Visa. Adoption is just a click away.'),(16030,1008,'_text','field_5d1cd9046f426'),(16031,1008,'text_link','Order Your Debit Card Now'),(16032,1008,'_text_link','field_5d1cd9346f428'),(16033,1008,'title_cryptoWallet','CryptoWallet Is Fast and Easy'),(16034,1008,'_title_cryptoWallet','field_5d1cd9760bf2f'),(16035,1008,'step_1_title','Order Card'),(16036,1008,'_step_1_title','field_5d1cd9d00bf32'),(16037,1008,'step_1_text','Just confirm your address and we’ll ship your card to your house for free.'),(16038,1008,'_step_1_text','field_5d1cd9dc0bf33'),(16039,1008,'step_1',''),(16040,1008,'_step_1','field_5d1cd9af0bf31'),(16041,1008,'step_2_title','Activate Account'),(16042,1008,'_step_2_title','field_5d1cda21981be'),(16043,1008,'step_2_text','Activate and set up your CryptoWallet Debit Card account to spend your crypto anywhere, anytime.'),(16044,1008,'_step_2_text','field_5d1cda21981bf'),(16045,1008,'step_2',''),(16046,1008,'_step_2','field_5d1cda21981bd'),(16047,1008,'step_3_title','Load Funds'),(16048,1008,'_step_3_title','field_5d1cda22981c1'),(16049,1008,'step_3_text','Load card with fiat like US dollars through wire transfer or credit card. Or, transfer crypto right into the card.'),(16050,1008,'_step_3_text','field_5d1cda22981c2'),(16051,1008,'step_3',''),(16052,1008,'_step_3','field_5d1cda22981c0'),(16053,1008,'step_4_title','Spend Funds'),(16054,1008,'_step_4_title','field_5d1cda24981c4'),(16055,1008,'step_4_text','Congratulations!\r\nYou can spend crypto currencies online or anywhere that accepts Visa.'),(16056,1008,'_step_4_text','field_5d1cda24981c5'),(16057,1008,'step_4',''),(16058,1008,'_step_4','field_5d1cda24981c3'),(16059,1008,'title_limits','Fees And Limits'),(16060,1008,'_title_limits','field_5d1cda4d3f09f'),(16061,1008,'table_0_title','Prepaid Card Fees'),(16062,1008,'_table_0_title','field_5d1cdaaa3f0a1'),(16063,1008,'table_0_line_0_name','Card price'),(16064,1008,'_table_0_line_0_name','field_5d1cdaf93f0a3'),(16065,1008,'table_0_line_0_eur','€15.00 '),(16066,1008,'_table_0_line_0_eur','field_5d1cdb263f0a4'),(16067,1008,'table_0_line_0_usd','$15.00 '),(16068,1008,'_table_0_line_0_usd','field_5d1cdb373f0a5'),(16069,1008,'table_0_line_0_gbp','€15.00 '),(16070,1008,'_table_0_line_0_gbp','field_5d1cdb3d3f0a6'),(16071,1008,'table_0_line','9'),(16072,1008,'_table_0_line','field_5d1cdac43f0a2'),(16073,1008,'table','4'),(16074,1008,'_table','field_5d1cda763f0a0'),(16075,1008,'alert','French Customers: In compliance with French law, French residents must be KYC2-verified and\r\nhave a cash withdrawal limit of €1,000 per month and a maximum balance of €10,000.'),(16076,1008,'_alert','field_5d1cdbad5f803'),(16077,1008,'text_cryptowallet','Here’s how it works.'),(16078,1008,'_text_cryptowallet','field_5d1cd99e0bf30'),(16079,1008,'text_copy','Here’s how it works.'),(16080,1008,'_text_copy','field_5d1cec7cb0dbe'),(16081,1008,'alert_cryptowallet','Online spending, offline spending, ATM withdrawals, and even cashback: \r\nWelcome to the forefront of adoption.'),(16082,1008,'_alert_cryptowallet','field_5d1cec7cb0dbe'),(16083,1008,'title_crypto','CryptoWallet Is Fast and Easy'),(16084,1008,'_title_crypto','field_5d1ced55f3463'),(16085,1008,'table_0_line_1_name','Standard global delivery'),(16086,1008,'_table_0_line_1_name','field_5d1cdaf93f0a3'),(16087,1008,'table_0_line_1_eur','Free '),(16088,1008,'_table_0_line_1_eur','field_5d1cdb263f0a4'),(16089,1008,'table_0_line_1_usd','Free '),(16090,1008,'_table_0_line_1_usd','field_5d1cdb373f0a5'),(16091,1008,'table_0_line_1_gbp','Free '),(16092,1008,'_table_0_line_1_gbp','field_5d1cdb3d3f0a6'),(16093,1008,'table_0_line_2_name','Express global delivery '),(16094,1008,'_table_0_line_2_name','field_5d1cdaf93f0a3'),(16095,1008,'table_0_line_2_eur','€70.00 '),(16096,1008,'_table_0_line_2_eur','field_5d1cdb263f0a4'),(16097,1008,'table_0_line_2_usd','$70.00 '),(16098,1008,'_table_0_line_2_usd','field_5d1cdb373f0a5'),(16099,1008,'table_0_line_2_gbp','£70.00 '),(16100,1008,'_table_0_line_2_gbp','field_5d1cdb3d3f0a6'),(16101,1008,'table_0_line_3_name','ATM fee (domestic) '),(16102,1008,'_table_0_line_3_name','field_5d1cdaf93f0a3'),(16103,1008,'table_0_line_3_eur','€2.25 '),(16104,1008,'_table_0_line_3_eur','field_5d1cdb263f0a4'),(16105,1008,'table_0_line_3_usd','$2.50 '),(16106,1008,'_table_0_line_3_usd','field_5d1cdb373f0a5'),(16107,1008,'table_0_line_3_gbp','£1.75 '),(16108,1008,'_table_0_line_3_gbp','field_5d1cdb3d3f0a6'),(16109,1008,'table_0_line_4_name','ATM fee (international)'),(16110,1008,'_table_0_line_4_name','field_5d1cdaf93f0a3'),(16111,1008,'table_0_line_4_eur','€2.75 '),(16112,1008,'_table_0_line_4_eur','field_5d1cdb263f0a4'),(16113,1008,'table_0_line_4_usd','$3.50 '),(16114,1008,'_table_0_line_4_usd','field_5d1cdb373f0a5'),(16115,1008,'table_0_line_4_gbp','£2.25 '),(16116,1008,'_table_0_line_4_gbp','field_5d1cdb3d3f0a6'),(16117,1008,'table_0_line_5_name','Foreign transaction fee '),(16118,1008,'_table_0_line_5_name','field_5d1cdaf93f0a3'),(16119,1008,'table_0_line_5_eur','3% '),(16120,1008,'_table_0_line_5_eur','field_5d1cdb263f0a4'),(16121,1008,'table_0_line_5_usd','3% '),(16122,1008,'_table_0_line_5_usd','field_5d1cdb373f0a5'),(16123,1008,'table_0_line_5_gbp','3% '),(16124,1008,'_table_0_line_5_gbp','field_5d1cdb3d3f0a6'),(16125,1008,'table_0_line_6_name','Loading fee '),(16126,1008,'_table_0_line_6_name','field_5d1cdaf93f0a3'),(16127,1008,'table_0_line_6_eur','1% '),(16128,1008,'_table_0_line_6_eur','field_5d1cdb263f0a4'),(16129,1008,'table_0_line_6_usd','1% '),(16130,1008,'_table_0_line_6_usd','field_5d1cdb373f0a5'),(16131,1008,'table_0_line_6_gbp','1% '),(16132,1008,'_table_0_line_6_gbp','field_5d1cdb3d3f0a6'),(16133,1008,'table_0_line_7_name','Third-party loading fee '),(16134,1008,'_table_0_line_7_name','field_5d1cdaf93f0a3'),(16135,1008,'table_0_line_7_eur','1.99% '),(16136,1008,'_table_0_line_7_eur','field_5d1cdb263f0a4'),(16137,1008,'table_0_line_7_usd','1.99% '),(16138,1008,'_table_0_line_7_usd','field_5d1cdb373f0a5'),(16139,1008,'table_0_line_7_gbp','1.99% '),(16140,1008,'_table_0_line_7_gbp','field_5d1cdb3d3f0a6'),(16141,1008,'table_0_line_8_name','Monthly service fee'),(16142,1008,'_table_0_line_8_name','field_5d1cdaf93f0a3'),(16143,1008,'table_0_line_8_eur','€1'),(16144,1008,'_table_0_line_8_eur','field_5d1cdb263f0a4'),(16145,1008,'table_0_line_8_usd','$1'),(16146,1008,'_table_0_line_8_usd','field_5d1cdb373f0a5'),(16147,1008,'table_0_line_8_gbp','£1'),(16148,1008,'_table_0_line_8_gbp','field_5d1cdb3d3f0a6'),(16149,1008,'table_1_title','Prepaid Account Limits'),(16150,1008,'_table_1_title','field_5d1cdaaa3f0a1'),(16151,1008,'table_1_line_0_name','Online transaction limit'),(16152,1008,'_table_1_line_0_name','field_5d1cdaf93f0a3'),(16153,1008,'table_1_line_0_eur','€1,000 / unlimited'),(16154,1008,'_table_1_line_0_eur','field_5d1cdb263f0a4'),(16155,1008,'table_1_line_0_usd','$1,000 / unlimited'),(16156,1008,'_table_1_line_0_usd','field_5d1cdb373f0a5'),(16157,1008,'table_1_line_0_gbp','£800 / unlimited'),(16158,1008,'_table_1_line_0_gbp','field_5d1cdb3d3f0a6'),(16159,1008,'table_1_line','10'),(16160,1008,'_table_1_line','field_5d1cdac43f0a2'),(16161,1008,'table_2_title','Virtual Card Fees'),(16162,1008,'_table_2_title','field_5d1cdaaa3f0a1'),(16163,1008,'table_2_line_0_name','Card price'),(16164,1008,'_table_2_line_0_name','field_5d1cdaf93f0a3'),(16165,1008,'table_2_line_0_eur','€2.50'),(16166,1008,'_table_2_line_0_eur','field_5d1cdb263f0a4'),(16167,1008,'table_2_line_0_usd','$2.50'),(16168,1008,'_table_2_line_0_usd','field_5d1cdb373f0a5'),(16169,1008,'table_2_line_0_gbp','£2.50'),(16170,1008,'_table_2_line_0_gbp','field_5d1cdb3d3f0a6'),(16171,1008,'table_2_line','5'),(16172,1008,'_table_2_line','field_5d1cdac43f0a2'),(16173,1008,'table_3_title','Virtual Card Account Limits'),(16174,1008,'_table_3_title','field_5d1cdaaa3f0a1'),(16175,1008,'table_3_line_0_name','Online transaction limit'),(16176,1008,'_table_3_line_0_name','field_5d1cdaf93f0a3'),(16177,1008,'table_3_line_0_eur','€1,000 / unlimited'),(16178,1008,'_table_3_line_0_eur','field_5d1cdb263f0a4'),(16179,1008,'table_3_line_0_usd','$1,000 / unlimited'),(16180,1008,'_table_3_line_0_usd','field_5d1cdb373f0a5'),(16181,1008,'table_3_line_0_gbp','£800 / unlimited'),(16182,1008,'_table_3_line_0_gbp','field_5d1cdb3d3f0a6'),(16183,1008,'table_3_line','10'),(16184,1008,'_table_3_line','field_5d1cdac43f0a2'),(16185,1008,'alert_limits','French Customers: In compliance with French law, French residents must be KYC2-verified\r\nand have a cash withdrawal limit of €1,000 per month and a maximum balance of €10,000.'),(16186,1008,'_alert_limits','field_5d278c5e79681'),(16187,1008,'table_1_line_1_name','Third-party loads available'),(16188,1008,'_table_1_line_1_name','field_5d1cdaf93f0a3'),(16189,1008,'table_1_line_1_eur','No / Yes'),(16190,1008,'_table_1_line_1_eur','field_5d1cdb263f0a4'),(16191,1008,'table_1_line_1_usd','No / Yes'),(16192,1008,'_table_1_line_1_usd','field_5d1cdb373f0a5'),(16193,1008,'table_1_line_1_gbp','No / Yes'),(16194,1008,'_table_1_line_1_gbp','field_5d1cdb3d3f0a6'),(16195,1008,'table_1_line_2_name','Single ATM Transaction Limit'),(16196,1008,'_table_1_line_2_name','field_5d1cdaf93f0a3'),(16197,1008,'table_1_line_2_eur','€200 / €1,000'),(16198,1008,'_table_1_line_2_eur','field_5d1cdb263f0a4'),(16199,1008,'table_1_line_2_usd','$200 / 1,000'),(16200,1008,'_table_1_line_2_usd','field_5d1cdb373f0a5'),(16201,1008,'table_1_line_2_gbp','£160 / 800'),(16202,1008,'_table_1_line_2_gbp','field_5d1cdb3d3f0a6'),(16203,1008,'table_1_line_3_name','Daily ATM Withdrawal Limit'),(16204,1008,'_table_1_line_3_name','field_5d1cdaf93f0a3'),(16205,1008,'table_1_line_3_eur','€400 / 2,000'),(16206,1008,'_table_1_line_3_eur','field_5d1cdb263f0a4'),(16207,1008,'table_1_line_3_usd','$400 / 2,000'),(16208,1008,'_table_1_line_3_usd','field_5d1cdb373f0a5'),(16209,1008,'table_1_line_3_gbp','$320 / 1,600'),(16210,1008,'_table_1_line_3_gbp','field_5d1cdb3d3f0a6'),(16211,1008,'table_1_line_4_name','Max topup Value'),(16212,1008,'_table_1_line_4_name','field_5d1cdaf93f0a3'),(16213,1008,'table_1_line_4_eur','€1,000 / €10,000'),(16214,1008,'_table_1_line_4_eur','field_5d1cdb263f0a4'),(16215,1008,'table_1_line_4_usd','$1,000 / $10,000'),(16216,1008,'_table_1_line_4_usd','field_5d1cdb373f0a5'),(16217,1008,'table_1_line_4_gbp','£8000 / £8,000'),(16218,1008,'_table_1_line_4_gbp','field_5d1cdb3d3f0a6'),(16219,1008,'table_1_line_5_name','Max Daily Load'),(16220,1008,'_table_1_line_5_name','field_5d1cdaf93f0a3'),(16221,1008,'table_1_line_5_eur','€1,000 / €20,000'),(16222,1008,'_table_1_line_5_eur','field_5d1cdb263f0a4'),(16223,1008,'table_1_line_5_usd','$1,000 / $20,000'),(16224,1008,'_table_1_line_5_usd','field_5d1cdb373f0a5'),(16225,1008,'table_1_line_5_gbp','£800 / £16,000'),(16226,1008,'_table_1_line_5_gbp','field_5d1cdb3d3f0a6'),(16227,1008,'table_1_line_6_name','Max Lifetime Load'),(16228,1008,'_table_1_line_6_name','field_5d1cdaf93f0a3'),(16229,1008,'table_1_line_6_eur','€1,000 / Unlimited'),(16230,1008,'_table_1_line_6_eur','field_5d1cdb263f0a4'),(16231,1008,'table_1_line_6_usd','$1,000 / Unlimited'),(16232,1008,'_table_1_line_6_usd','field_5d1cdb373f0a5'),(16233,1008,'table_1_line_6_gbp','£800 / Unlimited'),(16234,1008,'_table_1_line_6_gbp','field_5d1cdb3d3f0a6'),(16235,1008,'table_1_line_7_name','Max Lifetime Unload'),(16236,1008,'_table_1_line_7_name','field_5d1cdaf93f0a3'),(16237,1008,'table_1_line_7_eur','€1,000 / Unlimited'),(16238,1008,'_table_1_line_7_eur','field_5d1cdb263f0a4'),(16239,1008,'table_1_line_7_usd','$1,000 / Unlimited'),(16240,1008,'_table_1_line_7_usd','field_5d1cdb373f0a5'),(16241,1008,'table_1_line_7_gbp','£800 / Unlimited'),(16242,1008,'_table_1_line_7_gbp','field_5d1cdb3d3f0a6'),(16243,1008,'table_1_line_8_name','Daily load limit'),(16244,1008,'_table_1_line_8_name','field_5d1cdaf93f0a3'),(16245,1008,'table_1_line_8_eur','2 / Unlimited'),(16246,1008,'_table_1_line_8_eur','field_5d1cdb263f0a4'),(16247,1008,'table_1_line_8_usd','2 / Unlimited'),(16248,1008,'_table_1_line_8_usd','field_5d1cdb373f0a5'),(16249,1008,'table_1_line_8_gbp','2 / Unlimited'),(16250,1008,'_table_1_line_8_gbp','field_5d1cdb3d3f0a6'),(16251,1008,'table_1_line_9_name','Daily ATM Transaction Limit'),(16252,1008,'_table_1_line_9_name','field_5d1cdaf93f0a3'),(16253,1008,'table_1_line_9_eur','2 / 5'),(16254,1008,'_table_1_line_9_eur','field_5d1cdb263f0a4'),(16255,1008,'table_1_line_9_usd','2 / 5'),(16256,1008,'_table_1_line_9_usd','field_5d1cdb373f0a5'),(16257,1008,'table_1_line_9_gbp','2 / 5'),(16258,1008,'_table_1_line_9_gbp','field_5d1cdb3d3f0a6'),(16259,1008,'table_2_line_1_name','Foreign Transaction Fee'),(16260,1008,'_table_2_line_1_name','field_5d1cdaf93f0a3'),(16261,1008,'table_2_line_1_eur','3%'),(16262,1008,'_table_2_line_1_eur','field_5d1cdb263f0a4'),(16263,1008,'table_2_line_1_usd','3%'),(16264,1008,'_table_2_line_1_usd','field_5d1cdb373f0a5'),(16265,1008,'table_2_line_1_gbp','3%'),(16266,1008,'_table_2_line_1_gbp','field_5d1cdb3d3f0a6'),(16267,1008,'table_2_line_2_name','Monthly Service Fee'),(16268,1008,'_table_2_line_2_name','field_5d1cdaf93f0a3'),(16269,1008,'table_2_line_2_eur','€1'),(16270,1008,'_table_2_line_2_eur','field_5d1cdb263f0a4'),(16271,1008,'table_2_line_2_usd','$1'),(16272,1008,'_table_2_line_2_usd','field_5d1cdb373f0a5'),(16273,1008,'table_2_line_2_gbp','£1'),(16274,1008,'_table_2_line_2_gbp','field_5d1cdb3d3f0a6'),(16275,1008,'table_2_line_3_name','Loading Fee'),(16276,1008,'_table_2_line_3_name','field_5d1cdaf93f0a3'),(16277,1008,'table_2_line_3_eur','1%'),(16278,1008,'_table_2_line_3_eur','field_5d1cdb263f0a4'),(16279,1008,'table_2_line_3_usd','1%'),(16280,1008,'_table_2_line_3_usd','field_5d1cdb373f0a5'),(16281,1008,'table_2_line_3_gbp','1%'),(16282,1008,'_table_2_line_3_gbp','field_5d1cdb3d3f0a6'),(16283,1008,'table_2_line_4_name','Third Party Loading Fee'),(16284,1008,'_table_2_line_4_name','field_5d1cdaf93f0a3'),(16285,1008,'table_2_line_4_eur','1.99%'),(16286,1008,'_table_2_line_4_eur','field_5d1cdb263f0a4'),(16287,1008,'table_2_line_4_usd','1.99%'),(16288,1008,'_table_2_line_4_usd','field_5d1cdb373f0a5'),(16289,1008,'table_2_line_4_gbp','1.99%'),(16290,1008,'_table_2_line_4_gbp','field_5d1cdb3d3f0a6'),(16291,1008,'table_3_line_1_name','Third-party loads available'),(16292,1008,'_table_3_line_1_name','field_5d1cdaf93f0a3'),(16293,1008,'table_3_line_1_eur','No / Yes'),(16294,1008,'_table_3_line_1_eur','field_5d1cdb263f0a4'),(16295,1008,'table_3_line_1_usd','No / Yes'),(16296,1008,'_table_3_line_1_usd','field_5d1cdb373f0a5'),(16297,1008,'table_3_line_1_gbp','No / Yes'),(16298,1008,'_table_3_line_1_gbp','field_5d1cdb3d3f0a6'),(16299,1008,'table_3_line_2_name','Single ATM Transaction Limit'),(16300,1008,'_table_3_line_2_name','field_5d1cdaf93f0a3'),(16301,1008,'table_3_line_2_eur','€200 / €1,000'),(16302,1008,'_table_3_line_2_eur','field_5d1cdb263f0a4'),(16303,1008,'table_3_line_2_usd','$200 / 1,000 '),(16304,1008,'_table_3_line_2_usd','field_5d1cdb373f0a5'),(16305,1008,'table_3_line_2_gbp','£160 / 800'),(16306,1008,'_table_3_line_2_gbp','field_5d1cdb3d3f0a6'),(16307,1008,'table_3_line_3_name','Daily ATM Withdrawal Limit'),(16308,1008,'_table_3_line_3_name','field_5d1cdaf93f0a3'),(16309,1008,'table_3_line_3_eur','€400 / 2,000 '),(16310,1008,'_table_3_line_3_eur','field_5d1cdb263f0a4'),(16311,1008,'table_3_line_3_usd','$400 / 2,000 '),(16312,1008,'_table_3_line_3_usd','field_5d1cdb373f0a5'),(16313,1008,'table_3_line_3_gbp','$320 / 1,600'),(16314,1008,'_table_3_line_3_gbp','field_5d1cdb3d3f0a6'),(16315,1008,'table_3_line_4_name','Max topup Value'),(16316,1008,'_table_3_line_4_name','field_5d1cdaf93f0a3'),(16317,1008,'table_3_line_4_eur','€1,000 / €10,000'),(16318,1008,'_table_3_line_4_eur','field_5d1cdb263f0a4'),(16319,1008,'table_3_line_4_usd','$1,000 / $10,000'),(16320,1008,'_table_3_line_4_usd','field_5d1cdb373f0a5'),(16321,1008,'table_3_line_4_gbp','£8000 / £8,000'),(16322,1008,'_table_3_line_4_gbp','field_5d1cdb3d3f0a6'),(16323,1008,'table_3_line_5_name','Max Daily Load'),(16324,1008,'_table_3_line_5_name','field_5d1cdaf93f0a3'),(16325,1008,'table_3_line_5_eur','€1,000 / €20,000'),(16326,1008,'_table_3_line_5_eur','field_5d1cdb263f0a4'),(16327,1008,'table_3_line_5_usd','$1,000 / $20,000'),(16328,1008,'_table_3_line_5_usd','field_5d1cdb373f0a5'),(16329,1008,'table_3_line_5_gbp','£800 / £16,000'),(16330,1008,'_table_3_line_5_gbp','field_5d1cdb3d3f0a6'),(16331,1008,'table_3_line_6_name','Max Lifetime Load'),(16332,1008,'_table_3_line_6_name','field_5d1cdaf93f0a3'),(16333,1008,'table_3_line_6_eur','€1,000 / Unlimited'),(16334,1008,'_table_3_line_6_eur','field_5d1cdb263f0a4'),(16335,1008,'table_3_line_6_usd','$1,000 / Unlimited'),(16336,1008,'_table_3_line_6_usd','field_5d1cdb373f0a5'),(16337,1008,'table_3_line_6_gbp','£800 / Unlimited'),(16338,1008,'_table_3_line_6_gbp','field_5d1cdb3d3f0a6'),(16339,1008,'table_3_line_7_name','Max Lifetime Unload'),(16340,1008,'_table_3_line_7_name','field_5d1cdaf93f0a3'),(16341,1008,'table_3_line_7_eur','€1,000 / Unlimited'),(16342,1008,'_table_3_line_7_eur','field_5d1cdb263f0a4'),(16343,1008,'table_3_line_7_usd','$1,000 / Unlimited'),(16344,1008,'_table_3_line_7_usd','field_5d1cdb373f0a5'),(16345,1008,'table_3_line_7_gbp','£800 / Unlimited'),(16346,1008,'_table_3_line_7_gbp','field_5d1cdb3d3f0a6'),(16347,1008,'table_3_line_8_name','Daily load limit'),(16348,1008,'_table_3_line_8_name','field_5d1cdaf93f0a3'),(16349,1008,'table_3_line_8_eur','2 / Unlimited'),(16350,1008,'_table_3_line_8_eur','field_5d1cdb263f0a4'),(16351,1008,'table_3_line_8_usd','2 / Unlimited'),(16352,1008,'_table_3_line_8_usd','field_5d1cdb373f0a5'),(16353,1008,'table_3_line_8_gbp','2 / Unlimited'),(16354,1008,'_table_3_line_8_gbp','field_5d1cdb3d3f0a6'),(16355,1008,'table_3_line_9_name','Daily ATM Transaction Limit'),(16356,1008,'_table_3_line_9_name','field_5d1cdaf93f0a3'),(16357,1008,'table_3_line_9_eur','2 / 5'),(16358,1008,'_table_3_line_9_eur','field_5d1cdb263f0a4'),(16359,1008,'table_3_line_9_usd','2 / 5'),(16360,1008,'_table_3_line_9_usd','field_5d1cdb373f0a5'),(16361,1008,'table_3_line_9_gbp','2 / 5'),(16362,1008,'_table_3_line_9_gbp','field_5d1cdb3d3f0a6'),(16365,1011,'show_crypto_funds','0'),(16366,1011,'_show_crypto_funds','field_5d1cd58ba65cf'),(16367,315,'_wpml_media_duplicate','0'),(16368,315,'_wpml_media_featured','0'),(16369,1012,'show_crypto_funds','0'),(16370,1012,'_show_crypto_funds','field_5d1cd58ba65cf'),(16371,318,'_wpml_media_duplicate','0'),(16372,318,'_wpml_media_featured','0'),(16373,1013,'_wp_attached_file','2019/08/logo-cryptowallet-full-1.svg'),(16374,1014,'_wp_attachment_metadata','a:0:{}'),(16375,1014,'_wp_attached_file','2019/08/logo-cryptowallet-full-1.svg'),(16376,1014,'wpml_media_processed','1'),(16377,1015,'_wp_attachment_metadata','a:0:{}'),(16378,1015,'_wp_attached_file','2019/08/logo-cryptowallet-full-1.svg'),(16379,1015,'wpml_media_processed','1'),(16380,1016,'_wp_attachment_metadata','a:0:{}'),(16381,1016,'_wp_attached_file','2019/08/logo-cryptowallet-full-1.svg'),(16382,1016,'wpml_media_processed','1'),(16383,1017,'_wp_attachment_metadata','a:0:{}'),(16384,1017,'_wp_attached_file','2019/08/logo-cryptowallet-full-1.svg'),(16385,1017,'wpml_media_processed','1'),(16386,1013,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:37:\"/2019/08/logo-cryptowallet-full-1.svg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:28:\"logo-cryptowallet-full-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:28:\"logo-cryptowallet-full-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:28:\"logo-cryptowallet-full-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:28:\"logo-cryptowallet-full-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:28:\"logo-cryptowallet-full-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:11:\"thumb-posts\";a:5:{s:5:\"width\";i:612;s:6:\"height\";i:408;s:4:\"crop\";i:1;s:4:\"file\";s:28:\"logo-cryptowallet-full-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:13:\"featured-post\";a:5:{s:5:\"width\";i:1202;s:6:\"height\";i:570;s:4:\"crop\";i:1;s:4:\"file\";s:28:\"logo-cryptowallet-full-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(16387,1018,'_wp_attached_file','2019/08/brand-cryptowallet-full-1.svg'),(16388,1019,'_wp_attachment_metadata','a:0:{}'),(16389,1019,'_wp_attached_file','2019/08/brand-cryptowallet-full-1.svg'),(16390,1019,'wpml_media_processed','1'),(16391,1020,'_wp_attachment_metadata','a:0:{}'),(16392,1020,'_wp_attached_file','2019/08/brand-cryptowallet-full-1.svg'),(16393,1020,'wpml_media_processed','1'),(16394,1021,'_wp_attachment_metadata','a:0:{}'),(16395,1021,'_wp_attached_file','2019/08/brand-cryptowallet-full-1.svg'),(16396,1021,'wpml_media_processed','1'),(16397,1022,'_wp_attachment_metadata','a:0:{}'),(16398,1022,'_wp_attached_file','2019/08/brand-cryptowallet-full-1.svg'),(16399,1022,'wpml_media_processed','1'),(16400,1018,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:764;s:6:\"height\";i:210;s:4:\"file\";s:38:\"/2019/08/brand-cryptowallet-full-1.svg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:29:\"brand-cryptowallet-full-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:29:\"brand-cryptowallet-full-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:29:\"brand-cryptowallet-full-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:29:\"brand-cryptowallet-full-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:29:\"brand-cryptowallet-full-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:11:\"thumb-posts\";a:5:{s:5:\"width\";i:612;s:6:\"height\";i:408;s:4:\"crop\";i:1;s:4:\"file\";s:29:\"brand-cryptowallet-full-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:13:\"featured-post\";a:5:{s:5:\"width\";i:1202;s:6:\"height\";i:570;s:4:\"crop\";i:1;s:4:\"file\";s:29:\"brand-cryptowallet-full-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(16401,1023,'show_crypto_funds','0'),(16402,1023,'_show_crypto_funds','field_5d1cd58ba65cf'),(16403,1023,'archive_for_download','904'),(16404,1023,'_archive_for_download','field_5d486e3676668'),(16405,1023,'title_1','Slogan'),(16406,1023,'_title_1','field_5d486eb276669'),(16407,1023,'title_2','Boilerplate'),(16408,1023,'_title_2','field_5d486ee07666a'),(16409,1023,'text_1','Crypto is money - let’s use it.'),(16410,1023,'_text_1','field_5d486efe7666b'),(16411,1023,'text_2','CryptoWallet provides end-to-end solutions to enable people to buy, trade, and spend cryptocurrencies online and in real stores through the CryptoWallet VISA Debit Card.  CryptoWallet aims to bridge the gap between the worlds of commerce and cryptocurrency once and for all.'),(16412,1023,'_text_2','field_5d486f177666c'),(16413,1023,'title_logo','LOGO & ICON'),(16414,1023,'_title_logo','field_5d486fbf2b4bd'),(16415,1023,'text_logo','A full-color and knocked-out logo and icon are available for use. Please use our primary purple or black background when using the knocked out versions. '),(16416,1023,'_text_logo','field_5d486fd02b4be'),(16417,1023,'logo_&_icon_logo_1','1018'),(16418,1023,'_logo_&_icon_logo_1','field_5d486ff32b4bf'),(16419,1023,'logo_&_icon_warning_logo_1','An amount of padding the size of the CryptoWallet “O” should be applied around all placements of the logo.'),(16420,1023,'_logo_&_icon_warning_logo_1','field_5d4870132b4c0'),(16421,1023,'logo_&_icon_logo_1_night','987'),(16422,1023,'_logo_&_icon_logo_1_night','field_5d4870732b4c3'),(16423,1023,'logo_&_icon_logo_1_day','977'),(16424,1023,'_logo_&_icon_logo_1_day','field_5d4870882b4c4'),(16425,1023,'logo_&_icon_logo_2','1013'),(16426,1023,'_logo_&_icon_logo_2','field_5d4870682b4c1'),(16427,1023,'logo_&_icon_warning_logo_2','An amount of padding the size of the CryptoWallet “O” should be applied around all placements of the icon.'),(16428,1023,'_logo_&_icon_warning_logo_2','field_5d48706a2b4c2'),(16429,1023,'logo_&_icon_logo_2_night','1002'),(16430,1023,'_logo_&_icon_logo_2_night','field_5d48709a2b4c5'),(16431,1023,'logo_&_icon_logo_2_day','992'),(16432,1023,'_logo_&_icon_logo_2_day','field_5d48709d2b4c6'),(16433,1023,'logo_&_icon',''),(16434,1023,'_logo_&_icon','field_5d486f832b4bc'),(16435,1023,'title_color','COLOR PALETTE'),(16436,1023,'_title_color','field_5d4872ca8e010'),(16437,1023,'text_color','Use only the colors listed below when producing content for CryptoWallet.'),(16438,1023,'_text_color','field_5d4872ca8e011'),(16439,1023,'color_palette','8'),(16440,1023,'_color_palette','field_5d4872ca8e00f'),(16441,1023,'title_press','Press Releases'),(16442,1023,'_title_press','field_5d487433c5d08'),(16443,1023,'text_press','Interested in writing about CryptoWallet in the media?\r\nHere are some resources to help.'),(16444,1023,'_text_press','field_5d487435c5d09'),(16445,1023,'color_palette_0_color','#440054'),(16446,1023,'_color_palette_0_color','field_5d48732c99a7c'),(16447,1023,'color_palette_1_color','#5a3585'),(16448,1023,'_color_palette_1_color','field_5d48732c99a7c'),(16449,1023,'color_palette_2_color','#1de9b6'),(16450,1023,'_color_palette_2_color','field_5d48732c99a7c'),(16451,1023,'color_palette_3_color','#ffe082'),(16452,1023,'_color_palette_3_color','field_5d48732c99a7c'),(16453,1023,'color_palette_4_color','#58d5c4'),(16454,1023,'_color_palette_4_color','field_5d48732c99a7c'),(16455,1023,'color_palette_5_color','#ff7a76'),(16456,1023,'_color_palette_5_color','field_5d48732c99a7c'),(16457,1023,'color_palette_6_color','#ffcb8d'),(16458,1023,'_color_palette_6_color','field_5d48732c99a7c'),(16459,1023,'color_palette_7_color','#536dfe'),(16460,1023,'_color_palette_7_color','field_5d48732c99a7c'),(16461,671,'_wpml_media_has_media','1'),(16462,1018,'_wpml_media_usage','a:1:{s:5:\"posts\";a:1:{i:0;i:671;}}'),(16463,1013,'_wpml_media_usage','a:1:{s:5:\"posts\";a:1:{i:0;i:671;}}'),(16467,1027,'_wpml_word_count','{\"total\":97,\"to_translate\":{\"ja\":97,\"ru\":97,\"sg\":97,\"es\":97}}'),(16468,1027,'_wpml_media_featured','1'),(16469,1027,'_wpml_media_duplicate','1'),(16470,1027,'_edit_last','1'),(16471,1028,'_wpml_word_count','{\"total\":0,\"to_translate\":{\"en\":97,\"ja\":97,\"ru\":97,\"sg\":97,\"es\":97}}'),(16472,1028,'_wpml_media_featured','1'),(16473,1028,'_wpml_media_duplicate','1'),(16474,1028,'_dp_original','994'),(16475,1028,'_edit_last','1'),(16476,1028,'_wp_old_date','2019-08-23'),(16477,1028,'_wp_old_slug','what-is-gemini'),(16478,1029,'_wpml_word_count','{\"total\":97,\"to_translate\":{\"ja\":97,\"ru\":97,\"sg\":97,\"es\":97}}'),(16479,1029,'_wpml_media_featured','1'),(16480,1029,'_wpml_media_duplicate','1'),(16481,1029,'_dp_original','995'),(16482,1029,'_edit_last','1'),(16483,1029,'_wp_old_date','2019-08-23'),(16484,997,'_wpml_word_count','{\"total\":104,\"to_translate\":{\"ja\":104,\"ru\":104,\"sg\":104,\"es\":104}}'),(16485,997,'_wpml_media_featured','1'),(16486,997,'_wpml_media_duplicate','1'),(16487,997,'_dp_original','994'),(16488,997,'_edit_last','1'),(16489,997,'_wp_old_date','2019-08-23'),(16490,1030,'_wpml_word_count','{\"total\":99,\"to_translate\":{\"ja\":99,\"ru\":99,\"sg\":99,\"es\":99}}'),(16491,1030,'_wpml_media_featured','1'),(16492,1030,'_wpml_media_duplicate','1'),(16493,1030,'_dp_original','996'),(16494,1030,'_edit_last','1'),(16495,1030,'_wp_old_date','2019-08-23'),(16496,1031,'_wpml_word_count','{\"total\":95,\"to_translate\":{\"ja\":95,\"ru\":95,\"sg\":95,\"es\":95}}'),(16497,1031,'_wpml_media_featured','1'),(16498,1031,'_wpml_media_duplicate','1'),(16499,1031,'_dp_original','998'),(16500,1031,'_edit_last','1'),(16501,1032,'_wpml_word_count','{\"total\":99,\"to_translate\":{\"ja\":99,\"ru\":99,\"sg\":99,\"es\":99}}'),(16502,1032,'_wpml_media_featured','1'),(16503,1032,'_wpml_media_duplicate','1'),(16504,1032,'_dp_original','996'),(16505,1032,'_edit_last','1'),(16506,1033,'_wpml_word_count','{\"total\":89,\"to_translate\":{\"ja\":89,\"ru\":89,\"sg\":89,\"es\":89}}'),(16507,1033,'_wpml_media_featured','1'),(16508,1033,'_wpml_media_duplicate','1'),(16509,1033,'_dp_original','997'),(16510,1033,'_edit_last','1'),(16511,1033,'_wp_old_slug','what-countries-and-u-s-states-are-currently-supported-for-gemini'),(16512,1034,'_wpml_word_count','{\"total\":101,\"to_translate\":{\"ja\":101,\"ru\":101,\"sg\":101,\"es\":101}}'),(16513,1034,'_wpml_media_featured','1'),(16514,1034,'_wpml_media_duplicate','1'),(16515,1034,'_dp_original','995'),(16516,1034,'_edit_last','1'),(16517,1035,'_wpml_word_count','{\"total\":97,\"to_translate\":{\"ja\":97,\"ru\":97,\"sg\":97,\"es\":97}}'),(16518,1035,'_wpml_media_featured','1'),(16519,1035,'_wpml_media_duplicate','1'),(16520,1035,'_dp_original','994'),(16521,1035,'_edit_last','1'),(16522,1036,'_wpml_word_count','{\"total\":0,\"to_translate\":{\"en\":98,\"ja\":98,\"ru\":98,\"sg\":98,\"es\":98}}'),(16523,1036,'_wpml_media_featured','1'),(16524,1036,'_wpml_media_duplicate','1'),(16525,1036,'_wp_old_date','2019-08-23'),(16526,1036,'_dp_original','996'),(16527,1036,'_edit_last','1'),(16528,1037,'_wpml_word_count','{\"total\":0,\"to_translate\":{\"en\":105,\"ja\":105,\"ru\":105,\"sg\":105,\"es\":105}}'),(16529,1037,'_wpml_media_featured','1'),(16530,1037,'_wpml_media_duplicate','1'),(16531,1037,'_wp_old_date','2019-08-23'),(16532,1037,'_dp_original','997'),(16533,1037,'_edit_last','1'),(16534,1038,'_wpml_word_count','{\"total\":0,\"to_translate\":{\"en\":100,\"ja\":100,\"ru\":100,\"sg\":100,\"es\":100}}'),(16535,1038,'_wpml_media_featured','1'),(16536,1038,'_wpml_media_duplicate','1'),(16537,1038,'_wp_old_date','2019-08-23'),(16538,1038,'_dp_original','998'),(16539,1038,'_edit_last','1'),(16540,1039,'_wpml_word_count','{\"total\":0,\"to_translate\":{\"en\":96,\"ja\":96,\"ru\":96,\"sg\":96,\"es\":96}}'),(16541,1039,'_wpml_media_featured','1'),(16542,1039,'_wpml_media_duplicate','1'),(16543,1039,'_dp_original','999'),(16544,1039,'_edit_last','1'),(16545,1040,'_wpml_word_count','{\"total\":0,\"to_translate\":{\"en\":100,\"ja\":100,\"ru\":100,\"sg\":100,\"es\":100}}'),(16546,1040,'_wpml_media_featured','1'),(16547,1040,'_wpml_media_duplicate','1'),(16548,1040,'_dp_original','1000'),(16549,1040,'_edit_last','1'),(16550,1041,'_wpml_word_count','{\"total\":106,\"to_translate\":{\"ja\":106,\"ru\":106,\"sg\":106,\"es\":106}}'),(16551,1041,'_wpml_media_featured','1'),(16552,1041,'_wpml_media_duplicate','1'),(16553,1041,'_dp_original','1001'),(16554,1042,'_wpml_word_count','{\"total\":0,\"to_translate\":{\"en\":102,\"ja\":102,\"ru\":102,\"sg\":102,\"es\":102}}'),(16555,1042,'_wpml_media_featured','1'),(16556,1042,'_wpml_media_duplicate','1'),(16557,1042,'_dp_original','1002'),(16558,1042,'_edit_last','1'),(16559,1043,'_wpml_word_count','{\"total\":0,\"to_translate\":{\"en\":98,\"ja\":98,\"ru\":98,\"sg\":98,\"es\":98}}'),(16560,1043,'_wpml_media_featured','1'),(16561,1043,'_wpml_media_duplicate','1'),(16562,1043,'_dp_original','1003'),(16563,1043,'_edit_last','1'),(16564,1044,'_wpml_word_count','{\"total\":0,\"to_translate\":{\"en\":98,\"ja\":98,\"ru\":98,\"sg\":98,\"es\":98}}'),(16565,1044,'_wpml_media_featured','1'),(16566,1044,'_wpml_media_duplicate','1'),(16567,1044,'_wp_old_date','2019-08-23'),(16568,1044,'_dp_original','995'),(16569,1044,'_edit_last','1'),(16570,1044,'_wp_old_slug','what-is-gemini-2'),(16571,1045,'_wpml_word_count','{\"total\":0,\"to_translate\":{\"en\":98,\"ja\":98,\"ru\":98,\"sg\":98,\"es\":98}}'),(16572,1045,'_wpml_media_featured','1'),(16573,1045,'_wpml_media_duplicate','1'),(16574,1045,'_dp_original','994'),(16575,1045,'_edit_last','1'),(16576,1046,'_wpml_word_count','{\"total\":0,\"to_translate\":{\"en\":100,\"ja\":100,\"ru\":100,\"sg\":100,\"es\":100}}'),(16577,1046,'_wpml_media_featured','1'),(16578,1046,'_wpml_media_duplicate','1'),(16579,1046,'_dp_original','1008'),(16580,1046,'_edit_last','1'),(16581,1047,'_wpml_word_count','{\"total\":0,\"to_translate\":{\"en\":96,\"ja\":96,\"ru\":96,\"sg\":96,\"es\":96}}'),(16582,1047,'_wpml_media_featured','1'),(16583,1047,'_wpml_media_duplicate','1'),(16584,1047,'_dp_original','1007'),(16585,1047,'_edit_last','1'),(16586,1048,'_wpml_word_count','{\"total\":0,\"to_translate\":{\"en\":100,\"ja\":100,\"ru\":100,\"sg\":100,\"es\":100}}'),(16587,1048,'_wpml_media_featured','1'),(16588,1048,'_wpml_media_duplicate','1'),(16589,1048,'_wp_old_date','2019-08-23'),(16590,1048,'_dp_original','1006'),(16591,1048,'_edit_last','1'),(16592,1049,'_wpml_word_count','{\"total\":0,\"to_translate\":{\"en\":105,\"ja\":105,\"ru\":105,\"sg\":105,\"es\":105}}'),(16593,1049,'_wpml_media_featured','1'),(16594,1049,'_wpml_media_duplicate','1'),(16595,1049,'_wp_old_date','2019-08-23'),(16596,1049,'_dp_original','1005'),(16597,1049,'_edit_last','1'),(16598,1050,'_wpml_word_count','{\"total\":0,\"to_translate\":{\"en\":109,\"ja\":109,\"ru\":109,\"sg\":109,\"es\":109}}'),(16599,1050,'_wpml_media_featured','1'),(16600,1050,'_wpml_media_duplicate','1'),(16601,1050,'_wp_old_date','2019-08-23'),(16602,1050,'_dp_original','1004'),(16603,1050,'_edit_last','1'),(16604,1050,'_wp_old_slug','is-there-an-age-restriction-to-register-3'),(16605,1051,'_wpml_word_count','{\"total\":0,\"to_translate\":{\"en\":102,\"ja\":102,\"ru\":102,\"sg\":102,\"es\":102}}'),(16606,1051,'_wpml_media_featured','1'),(16607,1051,'_wpml_media_duplicate','1'),(16608,1051,'_dp_original','1010'),(16609,1051,'_edit_last','1'),(16610,1052,'_wpml_word_count','{\"total\":0,\"to_translate\":{\"en\":98,\"ja\":98,\"ru\":98,\"sg\":98,\"es\":98}}'),(16611,1052,'_wpml_media_featured','1'),(16612,1052,'_wpml_media_duplicate','1'),(16613,1052,'_dp_original','1011'),(16614,1052,'_edit_last','1'),(16615,1053,'_wpml_word_count','{\"total\":0,\"to_translate\":{\"en\":98,\"ja\":98,\"ru\":98,\"sg\":98,\"es\":98}}'),(16616,1053,'_wpml_media_featured','1'),(16617,1053,'_wpml_media_duplicate','1'),(16618,1053,'_wp_old_date','2019-08-23'),(16619,1053,'_dp_original','1012'),(16620,1053,'_edit_last','1'),(16621,1053,'_wp_old_slug','what-is-gemini-3'),(16622,1054,'_wpml_word_count','{\"total\":0,\"to_translate\":{\"en\":98,\"ja\":98,\"ru\":98,\"sg\":98,\"es\":98}}'),(16623,1054,'_wpml_media_featured','1'),(16624,1054,'_wpml_media_duplicate','1'),(16625,1054,'_dp_original','1013'),(16626,1054,'_edit_last','1'),(16627,1055,'_wpml_word_count','{\"total\":0,\"to_translate\":{\"en\":4,\"ja\":4,\"ru\":4,\"sg\":4,\"es\":4}}'),(16628,1055,'_wpml_media_featured','1'),(16629,1055,'_wpml_media_duplicate','1'),(16630,1055,'_edit_last','1'),(16631,1056,'_wpml_word_count','{\"total\":0,\"to_translate\":{\"en\":2,\"ja\":2,\"ru\":2,\"sg\":2,\"es\":2}}'),(16632,1056,'_wpml_media_featured','1'),(16633,1056,'_wpml_media_duplicate','1'),(16634,1056,'_dp_original','1023'),(16635,1056,'_edit_last','1'),(16636,1057,'_wpml_word_count','{\"total\":0,\"to_translate\":{\"en\":6,\"ja\":6,\"ru\":6,\"sg\":6,\"es\":6}}'),(16637,1057,'_wpml_media_featured','1'),(16638,1057,'_wpml_media_duplicate','1'),(16639,1057,'_dp_original','1024'),(16640,1057,'_edit_last','1'),(16641,1058,'_wpml_word_count','{\"total\":0,\"to_translate\":{\"en\":5,\"ja\":5,\"ru\":5,\"sg\":5,\"es\":5}}'),(16642,1058,'_wpml_media_featured','1'),(16643,1058,'_wpml_media_duplicate','1'),(16644,1058,'_dp_original','1025'),(16645,1058,'_edit_last','1'),(16646,1059,'_wpml_word_count','{\"total\":0,\"to_translate\":{\"en\":2,\"ja\":2,\"ru\":2,\"sg\":2,\"es\":2}}'),(16647,1059,'_wpml_media_featured','1'),(16648,1059,'_wpml_media_duplicate','1'),(16649,1059,'_dp_original','1026'),(16650,1059,'_edit_last','1'),(16651,1060,'_wpml_word_count','{\"total\":0,\"to_translate\":{\"en\":4,\"ja\":4,\"ru\":4,\"sg\":4,\"es\":4}}'),(16652,1060,'_wpml_media_featured','1'),(16653,1060,'_wpml_media_duplicate','1'),(16654,1060,'_dp_original','1027'),(16655,1060,'_edit_last','1'),(16656,1061,'_wpml_word_count','{\"total\":0,\"to_translate\":{\"en\":2,\"ja\":2,\"ru\":2,\"sg\":2,\"es\":2}}'),(16657,1061,'_wpml_media_featured','1'),(16658,1061,'_wpml_media_duplicate','1'),(16659,1061,'_dp_original','1028'),(16660,1061,'_edit_last','1'),(16661,1062,'_wpml_word_count','{\"total\":0,\"to_translate\":{\"en\":4,\"ja\":4,\"ru\":4,\"sg\":4,\"es\":4}}'),(16662,1062,'_wpml_media_featured','1'),(16663,1062,'_wpml_media_duplicate','1'),(16664,1062,'_dp_original','1029'),(16665,1062,'_edit_last','1'),(16666,1063,'_wpml_word_count','{\"total\":0,\"to_translate\":{\"en\":5,\"ja\":5,\"ru\":5,\"sg\":5,\"es\":5}}'),(16667,1063,'_wpml_media_featured','1'),(16668,1063,'_wpml_media_duplicate','1'),(16669,1063,'_dp_original','1030'),(16670,1063,'_edit_last','1'),(16671,1027,'_edit_lock','1566958469:1'),(16672,1064,'_wpml_word_count','{\"total\":6,\"to_translate\":{\"ja\":6,\"ru\":6,\"sg\":6,\"es\":6}}'),(16673,1064,'_wpml_media_featured','1'),(16674,1064,'_wpml_media_duplicate','1'),(16675,1064,'_wpml_word_count','{\"total\":6,\"to_translate\":{\"ja\":6,\"ru\":6,\"sg\":6,\"es\":6}}'),(16676,1064,'_wpml_media_featured','1'),(16677,1064,'_wpml_media_duplicate','1'),(16678,1064,'_wp_page_template','page-submit.php'),(16679,1064,'show_crypto_funds','0'),(16680,1064,'_show_crypto_funds','field_5d1cd58ba65cf'),(16681,1064,'_dp_original','941'),(16682,1064,'_edit_last','1'),(16683,1064,'_edit_lock','1566958246:1'),(16684,1066,'_form','<div class=\"row\">\n<div class=\"col-12\">\n<p>[select* topic class:btn class:btn-dropdown \"Membership Support\" \"Membership Support 2\" \"Membership Support 3\" \"Membership Support 4\"]</p>\n</div>\n<div class=\"col-md-6 col1\">\n<div class=\"content\">\n<p><label><span class=\"description-small\">Email</span>[email* email]</label></p>\n<p><label><span class=\"description-small\">Subject</span>[text* subject]</label></p>\n</div>\n</div>\n<div class=\"col-md-6 col2\">\n<div class=\"content\">\n<p><label><span class=\"description-small\">Message</span>[textarea* message]</label></p>\n</div>\n</div>\n<div class=\"col-12 dragdrop\">\n<p><span class=\"description-small\">Attachments</span>[mfile attachments limit:2mb filetypes:Jpg|png max-file:1]</p>\n</div>\n<div class=\"col-md-6 col1\">\n<div class=\"content\">\n<p>[recaptcha]</p>\n</div>\n</div>\n<div class=\"col-md-6 col2\">\n<div class=\"content centermobile\">\n<p>[submit class:btn \"Submit a Request\"]</p>\n</div>\n</div>\n</div>'),(16685,1066,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:35:\"Crypto Wallet \"[topic] : [subject]\"\";s:6:\"sender\";s:47:\"Crypto Wallet <wordpress@cryptowallet.labcp.co>\";s:9:\"recipient\";s:20:\"felipecavs@gmail.com\";s:4:\"body\";s:163:\"From: <[email]>\nSubject: [topic] : [subject]\n\nMessage Body:\n[message]\n\n-- \nThis e-mail was sent from a contact form on Crypto Wallet (http://cryptowallet.labcp.co)\";s:18:\"additional_headers\";s:17:\"Reply-To: [email]\";s:11:\"attachments\";s:13:\"[attachments]\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(16686,1066,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:30:\"Crypto Wallet \"[your-subject]\"\";s:6:\"sender\";s:47:\"Crypto Wallet <wordpress@cryptowallet.labcp.co>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:122:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Crypto Wallet (http://cryptowallet.labcp.co)\";s:18:\"additional_headers\";s:30:\"Reply-To: felipecavs@gmail.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(16687,1066,'_messages','a:23:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),(16688,1066,'_additional_settings',''),(16689,1066,'_locale','en_US'),(16691,1067,'show_crypto_funds','0'),(16692,1067,'_show_crypto_funds','field_5d1cd58ba65cf'),(16693,1033,'_edit_lock','1566958522:1'),(16694,1035,'_edit_lock','1566958524:1'),(16695,1034,'_edit_lock','1566958530:1'),(16696,1041,'_edit_lock','1566958536:1'),(16697,1032,'_edit_lock','1566958542:1'),(16698,1031,'_edit_lock','1566958568:1'),(16699,1030,'_edit_lock','1566958567:1'),(16700,997,'_edit_lock','1566958567:1'),(16701,1029,'_edit_lock','1566958566:1'),(16702,1041,'_edit_last','1'),(16703,1068,'show_crypto_funds','0'),(16704,1068,'_show_crypto_funds','field_5d1cd58ba65cf'),(16705,1068,'title','Crypto Is Money - \r\nLet’s Use It.'),(16706,1068,'_title','field_5d264012842b2'),(16707,1068,'description','This is the future of crypto banking. CryptoWallet is your gateway to digital currency and beyond. Integrate crypto payments into your business or spend your crypto in any store.'),(16708,1068,'_description','field_5d26402d842b3'),(16709,1068,'title_cryptowallet','What is CryptoWallet?'),(16710,1068,'_title_cryptowallet','field_5d26470a0c80a'),(16711,1068,'description_cryptowallet','CryptoWallet is an end-to-end crypto banking and commercial solution.'),(16712,1068,'_description_cryptowallet','field_5d26471d0c80b'),(16713,1068,'benefits_0_title','Wallet'),(16714,1068,'_benefits_0_title','field_5d26480f0c80d'),(16715,1068,'benefits_0_description','It’s a wallet where you can securely store your crypto funds.'),(16716,1068,'_benefits_0_description','field_5d26481d0c80e'),(16717,1068,'benefits_1_title','Debit Card'),(16718,1068,'_benefits_1_title','field_5d26480f0c80d'),(16719,1068,'benefits_1_description','It’s a debit card that lets you spend crypto in any store.'),(16720,1068,'_benefits_1_description','field_5d26481d0c80e'),(16721,1068,'benefits_2_title','Exchange App'),(16722,1068,'_benefits_2_title','field_5d26480f0c80d'),(16723,1068,'benefits_2_description','It’s an exchange app that allows you to quickly and easily exchange crypto on your phone.'),(16724,1068,'_benefits_2_description','field_5d26481d0c80e'),(16725,1068,'benefits_3_title','Payment Widget'),(16726,1068,'_benefits_3_title','field_5d26480f0c80d'),(16727,1068,'benefits_3_description','It’s a payment widget that lets your business accept all top cryptos with the lowest fees in the industry.'),(16728,1068,'_benefits_3_description','field_5d26481d0c80e'),(16729,1068,'benefits','4'),(16730,1068,'_benefits','field_5d2647670c80c'),(16731,1068,'benefits_0_animation_card','Wallet'),(16732,1068,'_benefits_0_animation_card','field_5d2649429a9b9'),(16733,1068,'benefits_1_animation_card','Debit Card'),(16734,1068,'_benefits_1_animation_card','field_5d2649429a9b9'),(16735,1068,'benefits_2_animation_card','Exchange App'),(16736,1068,'_benefits_2_animation_card','field_5d2649429a9b9'),(16737,1068,'benefits_3_animation_card','Payment Widget'),(16738,1068,'_benefits_3_animation_card','field_5d2649429a9b9'),(16739,1068,'title_welcome','Welcome to your gateway \r\nfor digital currency.'),(16740,1068,'_title_welcome','field_5d264f1cfddba'),(16741,1068,'title_contactless','A Contactless Crypto Wallet \r\nDebit Card With Cashback'),(16742,1068,'_title_contactless','field_5d26573a87236'),(16743,1068,'description_contactless','Cryptocurrency adoption is here with our innovative new contactless debit card.'),(16744,1068,'_description_contactless','field_5d26577287237'),(16745,1068,'benefits_contactless_0_icone','note'),(16746,1068,'_benefits_contactless_0_icone','field_5d2658038723f'),(16747,1068,'benefits_contactless_0_title','Shop Anywhere'),(16748,1068,'_benefits_contactless_0_title','field_5d2658038723d'),(16749,1068,'benefits_contactless_0_description','You can finally spend your cryptocurrency on real goods and services anywhere that accepts VISA.'),(16750,1068,'_benefits_contactless_0_description','field_5d2658038723e'),(16751,1068,'benefits_contactless_1_icone','coin'),(16752,1068,'_benefits_contactless_1_icone','field_5d2658038723f'),(16753,1068,'benefits_contactless_1_title','Convert'),(16754,1068,'_benefits_contactless_1_title','field_5d2658038723d'),(16755,1068,'benefits_contactless_1_description','Converting your crypto to fiat for purchases is simple using the instant in-appexchange feature. Stop the crypto shuffle and let CryptoWallet do the work.'),(16756,1068,'_benefits_contactless_1_description','field_5d2658038723e'),(16757,1068,'benefits_contactless_2_icone','bitcoin'),(16758,1068,'_benefits_contactless_2_icone','field_5d2658038723f'),(16759,1068,'benefits_contactless_2_title','Unique Crypto Cashback'),(16760,1068,'_benefits_contactless_2_title','field_5d2658038723d'),(16761,1068,'benefits_contactless_2_description','Take advantage of our unique crypto cashback feature, it puts money in your wallet - literally. Get cashback in crypto on purchases made in store with your CryptoWallet Visa debit card.'),(16762,1068,'_benefits_contactless_2_description','field_5d2658038723e'),(16763,1068,'benefits_contactless_3_icone','credit'),(16764,1068,'_benefits_contactless_3_icone','field_5d2658038723f'),(16765,1068,'benefits_contactless_3_title','Contactless'),(16766,1068,'_benefits_contactless_3_title','field_5d2658038723d'),(16767,1068,'benefits_contactless_3_description','Make crypto purchases in seconds by simply tapping your card.'),(16768,1068,'_benefits_contactless_3_description','field_5d2658038723e'),(16769,1068,'benefits_contactless','4'),(16770,1068,'_benefits_contactless','field_5d2658038723c'),(16771,1068,'title_coins','A Universal CryptoWallet'),(16772,1068,'_title_coins','field_5d2659ba646f0'),(16773,1068,'description_coins','Check out our full list of our supported currencies. '),(16774,1068,'_description_coins','field_5d2659d4646f1'),(16775,1068,'video_link','https://vimeo.com/76979871'),(16776,1068,'_video_link','field_5d2760a56946f'),(16777,1068,'button_link',''),(16778,1068,'_button_link','field_5d2760f269470'),(16779,1068,'title_wallet_app','Get the Crypto \r\nWallet App and join our community'),(16780,1068,'_title_wallet_app','field_5d2774dba7b2f'),(16781,1068,'qr_code','531'),(16782,1068,'_qr_code','field_5d277610a7b30'),(16783,1068,'title_quick_crypto','A Quick Crypto Exchange'),(16784,1068,'_title_quick_crypto','field_5d2777a8ad898'),(16785,1068,'description_quick_crypto','Skip the time-consuming hassle of using exchanges! A swift, secure <br> method for buying and trading over 140 cryptocurrencies.'),(16786,1068,'_description_quick_crypto','field_5d2777bfad899'),(16787,1068,'exchange_effortlessly_subtitle','Exchange Effortlessly'),(16788,1068,'_exchange_effortlessly_subtitle','field_5d277828ad89b'),(16789,1068,'exchange_effortlessly_text','The app lets you exchange supported cryptocurrencies effortlessly , allowing you to spend your crypto funds your way.'),(16790,1068,'_exchange_effortlessly_text','field_5d27784bad89c'),(16791,1068,'exchange_effortlessly',''),(16792,1068,'_exchange_effortlessly','field_5d27781aad89a'),(16793,1068,'top_up_with_speed_subtitle','Top Up with Speed'),(16794,1068,'_top_up_with_speed_subtitle','field_5d27786bad89e'),(16795,1068,'top_up_with_speed_text','You can top up your wallet through SEPA bank transfers or credit card. Lightning speed and hassle - free - that\'s a win.'),(16796,1068,'_top_up_with_speed_text','field_5d27786bad89f'),(16797,1068,'top_up_with_speed',''),(16798,1068,'_top_up_with_speed','field_5d27786aad89d'),(16799,1068,'title_payment','A Payment Gateway'),(16800,1068,'_title_payment','field_5d2782c891991'),(16801,1068,'description_payment','Accept top cryptocurrencies on your business website with the lowest fees in the industry. Our payment widget is supported by the market-leadinge-commerce plugins like:'),(16802,1068,'_description_payment','field_5d2782cd91992'),(16803,1068,'title_client_support','World Class \r\nClient Support'),(16804,1068,'_title_client_support','field_5d2783a351aae'),(16805,1068,'description_client_support','Never be left without answers - CryptoWallet’s international support team is here to help.'),(16806,1068,'_description_client_support','field_5d2783a851aaf'),(16807,1068,'block_1_subtitle','Strong Customer Focus'),(16808,1068,'_block_1_subtitle','field_5d2783f451ab1'),(16809,1068,'block_1_text','We have a strong customer focus with short waiting times and support in multiple languages.'),(16810,1068,'_block_1_text','field_5d2783f451ab2'),(16811,1068,'block_1',''),(16812,1068,'_block_1','field_5d2783f451ab0'),(16813,1068,'block_2_subtitle','High Quality Support'),(16814,1068,'_block_2_subtitle','field_5d27840951ab4'),(16815,1068,'block_2_text','CryptoWallet offers high-quality support through telephone, LiveChat, ticket submissions, and VIP treatment options.'),(16816,1068,'_block_2_text','field_5d27840951ab5'),(16817,1068,'block_2',''),(16818,1068,'_block_2','field_5d27840951ab3'),(16819,1068,'title_licensed_and_secure','Licensed and Secure'),(16820,1068,'_title_licensed_and_secure','field_5d2785d9e845e'),(16821,1068,'description_licensed_and_secure','CryptoWallet is secured by BitGo, the world’s leading Bitcoin payment processor. Digital assets and user privacy are protected by cutting-edge security measures like two-factor authentication, end-to-end encryption, and multi-signature cold storage wallets. CryptoWallet has obtained licenses from the state of Estonia ensuring full legal compliance in handling and facilitating the trade of cryptocurrencies.'),(16822,1068,'_description_licensed_and_secure','field_5d2785f4e845f'),(16823,1068,'link_licensed_and_secure','http://localhost/cappen/griflan-crypto-wallet/web/'),(16824,1068,'_link_licensed_and_secure','field_5d2786c1e8466'),(16825,1068,'block_1_licensed_and_secure_subtitle','Licensed to Provide Virtual Currency Wallet Services'),(16826,1068,'_block_1_licensed_and_secure_subtitle','field_5d278665e8461'),(16827,1068,'block_1_licensed_and_secure_text','Estonia FIU License Number <strong>FRK000131</strong> enables CryptoWallet to provide cryptocurrency storage services to our customers.'),(16828,1068,'_block_1_licensed_and_secure_text','field_5d278665e8462'),(16829,1068,'block_1_licensed_and_secure_text_link','Verify License Online'),(16830,1068,'_block_1_licensed_and_secure_text_link','field_5d2786f6e8468'),(16831,1068,'block_1_licensed_and_secure_link','http://localhost/cappen/griflan-crypto-wallet/web/'),(16832,1068,'_block_1_licensed_and_secure_link','field_5d2786d4e8467'),(16833,1068,'block_1_licensed_and_secure',''),(16834,1068,'_block_1_licensed_and_secure','field_5d278665e8460'),(16835,1068,'block_2_licensed_and_secure_subtitle','Licensed to Provide Fiat to Virtual Currency Exchange Services'),(16836,1068,'_block_2_licensed_and_secure_subtitle','field_5d27867ee8464'),(16837,1068,'block_2_licensed_and_secure_text','Estonia FIU License Number <strong>FRV000143</strong> allows us to offer direct crypto to fiat trading as well as inter-cryptocurrency exchange services.'),(16838,1068,'_block_2_licensed_and_secure_text','field_5d27867ee8465'),(16839,1068,'block_2_licensed_and_secure_text_link','Verify License Online'),(16840,1068,'_block_2_licensed_and_secure_text_link','field_5d278711e8469'),(16841,1068,'block_2_licensed_and_secure_link','http://localhost/cappen/griflan-crypto-wallet/web/'),(16842,1068,'_block_2_licensed_and_secure_link','field_5d278713e846a'),(16843,1068,'block_2_licensed_and_secure',''),(16844,1068,'_block_2_licensed_and_secure','field_5d27867ee8463'),(16845,1068,'title_works','CryptoWallet Is Fast and Easy'),(16846,1068,'_title_works','field_5d278b7272f06'),(16847,1068,'description_works','Here’s how it works.'),(16848,1068,'_description_works','field_5d278b7b72f07'),(16849,1068,'step_1_title','Download \r\nthe app'),(16850,1068,'_step_1_title','field_5d278bd472f0a'),(16851,1068,'step_1',''),(16852,1068,'_step_1','field_5d278bd472f09'),(16853,1068,'step_2_title','Order The \r\nCard'),(16854,1068,'_step_2_title','field_5d278d93b6d10'),(16855,1068,'step_2',''),(16856,1068,'_step_2','field_5d278d93b6d0f'),(16857,1068,'step_3_title','Load The Card \r\nWith Funds'),(16858,1068,'_step_3_title','field_5d278d94b6d12'),(16859,1068,'step_3',''),(16860,1068,'_step_3','field_5d278d94b6d11'),(16861,1068,'step_4_title','Start \r\nspending!'),(16862,1068,'_step_4_title','field_5d278d97b6d14'),(16863,1068,'step_4',''),(16864,1068,'_step_4','field_5d278d97b6d13'),(16865,1068,'title_press','CryptoWallet in the Press'),(16866,1068,'_title_press','field_5d2790f12668e'),(16867,1068,'logos','6'),(16868,1068,'_logos','field_5d2790f52668f'),(16869,1068,'logos_0_logo','626'),(16870,1068,'_logos_0_logo','field_5d27914c26690'),(16871,1068,'logos_1_logo','631'),(16872,1068,'_logos_1_logo','field_5d27914c26690'),(16873,1068,'logos_2_logo','651'),(16874,1068,'_logos_2_logo','field_5d27914c26690'),(16875,1068,'logos_3_logo','656'),(16876,1068,'_logos_3_logo','field_5d27914c26690'),(16877,1068,'logos_4_logo','636'),(16878,1068,'_logos_4_logo','field_5d27914c26690'),(16879,1068,'logos_5_logo','646'),(16880,1068,'_logos_5_logo','field_5d27914c26690'),(16894,442,'_edit_lock','1593104604:1'),(16895,443,'_edit_lock','1593104656:1'),(16897,1072,'subtitle',''),(16898,1072,'_subtitle','field_5d1cca162e40e'),(16899,1072,'text',''),(16900,1072,'_text','field_5d1cca162e7fb'),(16901,1072,'list',''),(16902,1072,'_list','field_5d1cca162ebf6'),(16903,1072,'title_buy','Buy Crypto'),(16904,1072,'_title_buy','field_5d1cca16bc540'),(16905,1072,'text_buy','Loading CryptoWallet with funds couldn’t be easier.'),(16906,1072,'_text_buy','field_5d1ccec5cbdcd'),(16907,1072,'step_1_title','Load Fiat'),(16908,1072,'_step_1_title','field_5d1cca16d5383'),(16909,1072,'step_1_text','top up with fiat using a bank draft or credit card to get started.'),(16910,1072,'_step_1_text','field_5d1cca16d5769'),(16911,1072,'step_1',''),(16912,1072,'_step_1','field_5d1cca16c8867'),(16913,1072,'step_2_title','Buy Crypto'),(16914,1072,'_step_2_title','field_5d1ccf2720918'),(16915,1072,'step_2_text','Buy 13 cryptocurrencies as well as other ERC-20 tokens, instantly.'),(16916,1072,'_step_2_text','field_5d1ccf2720919'),(16917,1072,'step_2',''),(16918,1072,'_step_2','field_5d1ccf2720917'),(16919,1072,'step_3_title','Rest Easy'),(16920,1072,'_step_3_title','field_5d1ccf2b2091b'),(16921,1072,'step_3_text','Your funds are secured safely in the encrypted CryptoWallet platform.'),(16922,1072,'_step_3_text','field_5d1ccf2b2091c'),(16923,1072,'step_3',''),(16924,1072,'_step_3','field_5d1ccf2a2091a'),(16925,1072,'title_download','Download App Now'),(16926,1072,'_title_download','field_5d1ccf67eb112'),(16927,1072,'title_security','We Take Your Security Seriously So You Can Sleep at Night'),(16928,1072,'_title_security','field_5d1ccf8aeb113'),(16929,1072,'text_security','Your funds are secured by BitGo Trust Company, a licensed qualified custodian by the South Dakota, US Division ofBanking. BitGo is SOC 2 compliant, as verified in a 2018 audit by Deloitte. BitGo has a confirmed Cryptocurrency Security Standard (CCSS) Level 3.'),(16930,1072,'_text_security','field_5d1ccfb1eb114'),(16931,1072,'sell_crypto_title','Sell Crypto'),(16932,1072,'_sell_crypto_title','field_5d1cd05da4c1c'),(16933,1072,'sell_crypto_text','Sometimes you’ve bought in at just the right time. You’ve watched your investment rise in value and your ready to cash out your earnings in fiat or trade it for another cryptocurrency you think could shoot up in price soon.\r\n\r\nThat’s easy. Access our app or desktop platform. Use our Exchange section to set the amount of crypto you want to sell and which currency you want to sell it for. When you’re happy with the price, hit the “Sell” button.'),(16934,1072,'_sell_crypto_text','field_5d1cd05da4c1d'),(16935,1072,'sell_crypto_text_link',''),(16936,1072,'_sell_crypto_text_link','field_5d1cd0a9a4c1e'),(16937,1072,'sell_crypto_link',''),(16938,1072,'_sell_crypto_link','field_5d1cd0cba4c1f'),(16939,1072,'sell_crypto',''),(16940,1072,'_sell_crypto','field_5d1cd05da4c1b'),(16941,1072,'hold_crypto_title','Hold Crypto'),(16942,1072,'_hold_crypto_title','field_5d1cd0e2a4c21'),(16943,1072,'hold_crypto_text','Of course, sometimes you’re not ready to sell - you’re in it for the long haul. Maybe you want to sell at a later date, or maybe crypto is your new cash and you want to use your funds to buy goods and services through your CryptoWallet Visa Debit Card.\r\n\r\nEither way, you’ll need a safe, secure place to store your funds, and that’s where the Wallet section comes in. Highly encrypted and easily accessible through your phone with the appropriate security protocols, your wallet is the go-to place to store your crypto long-term.'),(16944,1072,'_hold_crypto_text','field_5d1cd0e2a4c22'),(16945,1072,'hold_crypto',''),(16946,1072,'_hold_crypto','field_5d1cd0e2a4c20'),(16947,1072,'send_crypto_title','Send Crypto'),(16948,1072,'_send_crypto_title','field_5d1cd103a4c26'),(16949,1072,'send_crypto_text','Use the Wallet App to send cryptocurrency to any wallet, any time. The ability to send funds easily to anyone you want is one of the main selling points of crypto over fiat currency - forget about filling out lengthy forms every time you want to make a purchase or transfer.\r\n\r\nA cryptocurrency transfer is as simple as scanning a QR code or copying and pasting a wallet address and hitting the “Send” button. That’s it! The Wallet app offers an incredibly seamless experience that makes online purchases faster than ever before. You can also send crypto through our desktop platform.'),(16950,1072,'_send_crypto_text','field_5d1cd103a4c27'),(16951,1072,'send_crypto',''),(16952,1072,'_send_crypto','field_5d1cd103a4c25'),(16953,1072,'title_questions','Questions?'),(16954,1072,'_title_questions','field_5d1cca17cb399'),(16955,1072,'text_questions','Our world class customer service team is here to offer assistance in six different languages.'),(16956,1072,'_text_questions','field_5d1cd273e67bf'),(16957,1072,'show_crypto_funds','1'),(16958,1072,'_show_crypto_funds','field_5d1cd58ba65cf'),(16959,1072,'title_coins','Buy, Store, and Trade\r\n13 Different Cryptocurrencies'),(16960,1072,'_title_coins','field_5d1cca162e40e'),(16961,1072,'description_coins','Check out our full list of our supported currencies. '),(16962,1072,'_description_coins','field_5d1cca162e7fb'),(16966,669,'title','Affiliate Program'),(16967,669,'_title','field_5d51ab77c8f46'),(16968,669,'description','Sign up to the CryptoWallet Affiliate program to earn passive income by sharing our platform with others.'),(16969,669,'_description','field_5d51ab8bc8f47'),(16970,669,'title_steps','It’s simple'),(16971,669,'_title_steps','field_5d51ac4191ce3'),(16972,669,'description_steps','To encourage growth, CryptoWallet pays a referral fee to anyone who brings new customers to the platform AND to the new customer themselves. So if you sign up a friend of yours, you’ll both receive free cryptomoney just for joining! Your referral will also receive a 25% discount on the price of their prepaid Crypto Wallet card.  In addition you can also earn x% crypto cashback from all prepaid card transactions!'),(16973,669,'_description_steps','field_5d51ac4591ce4'),(16974,669,'subtitle_steps','Here’s how it works.'),(16975,669,'_subtitle_steps','field_5d51ac6691ce5'),(16976,669,'steps_0_thumb','strategize'),(16977,669,'_steps_0_thumb','field_5d51ad0e91ce8'),(16978,669,'steps_0_title','Strategize'),(16979,669,'_steps_0_title','field_5d51ad0391ce7'),(16980,669,'steps_0_description','There are many ways to convert affiliates. If you’re active on social media or a personal blog or website, you have a great opportunity to grow your affiliate empire. You can also simply tell friends and about CryptoWallet in person.'),(16981,669,'_steps_0_description','field_5d51ada391ce9'),(16982,669,'steps_1_thumb','embed'),(16983,669,'_steps_1_thumb','field_5d51ad0e91ce8'),(16984,669,'steps_1_title','Embed Your Link'),(16985,669,'_steps_1_title','field_5d51ad0391ce7'),(16986,669,'steps_1_description','You’ll get a unique link featuring your affiliate ID code when you sign up. Embed this link on a website or blog post, or paste it in the description of a YouTube video or Tweet so your future affiliates can see it.'),(16987,669,'_steps_1_description','field_5d51ada391ce9'),(16988,669,'steps_2_thumb','signup'),(16989,669,'_steps_2_thumb','field_5d51ad0e91ce8'),(16990,669,'steps_2_title','Affiliate Signs Up'),(16991,669,'_steps_2_title','field_5d51ad0391ce7'),(16992,669,'steps_2_description','For you to receive affiliate rewards, people need to use your link to sign up to CryptoWallet. Then, whenever they trade, you get paid.'),(16993,669,'_steps_2_description','field_5d51ada391ce9'),(16994,669,'steps_3_thumb','rewards'),(16995,669,'_steps_3_thumb','field_5d51ad0e91ce8'),(16996,669,'steps_3_title','Reap The Rewards'),(16997,669,'_steps_3_title','field_5d51ad0391ce7'),(16998,669,'steps_3_description','You’ll both receive free cryptomoney equivalent to $10 for joining and spending over $100. You’ll receive a 25% discount on the price of the prepaid Crypto Wallet card. In addition, you will also get a generous crypto cashback %. Funds can be withdrawn to your wallet in Bitcoin.'),(16999,669,'_steps_3_description','field_5d51ada391ce9'),(17000,669,'steps','4'),(17001,669,'_steps','field_5d51ac8091ce6'),(17002,1075,'show_crypto_funds','0'),(17003,1075,'_show_crypto_funds','field_5d1cd58ba65cf'),(17004,1075,'title','Affiliate Program'),(17005,1075,'_title','field_5d51ab77c8f46'),(17006,1075,'description','Sign up to the CryptoWallet Affiliate program to earn passive income by sharing our platform with others.'),(17007,1075,'_description','field_5d51ab8bc8f47'),(17008,1075,'title_steps','It’s simple'),(17009,1075,'_title_steps','field_5d51ac4191ce3'),(17010,1075,'description_steps','To encourage growth, CryptoWallet pays a referral fee to anyone who brings new customers to the platform AND to the new customer themselves. So if you sign up a friend of yours, you’ll both receive free cryptomoney just for joining! Your referral will also receive a 25% discount on the price of their prepaid Crypto Wallet card.  In addition you can also earn x% crypto cashback from all prepaid card transactions!'),(17011,1075,'_description_steps','field_5d51ac4591ce4'),(17012,1075,'subtitle_steps','Here’s how it works.'),(17013,1075,'_subtitle_steps','field_5d51ac6691ce5'),(17014,1075,'steps_0_thumb','strategize'),(17015,1075,'_steps_0_thumb','field_5d51ad0e91ce8'),(17016,1075,'steps_0_title','Strategize'),(17017,1075,'_steps_0_title','field_5d51ad0391ce7'),(17018,1075,'steps_0_description','There are many ways to convert affiliates. If you’re active on social media or a personal blog or website, you have a great opportunity to grow your affiliate empire. You can also simply tell friends and about CryptoWallet in person.'),(17019,1075,'_steps_0_description','field_5d51ada391ce9'),(17020,1075,'steps_1_thumb','embed'),(17021,1075,'_steps_1_thumb','field_5d51ad0e91ce8'),(17022,1075,'steps_1_title','Embed Your Link'),(17023,1075,'_steps_1_title','field_5d51ad0391ce7'),(17024,1075,'steps_1_description','You’ll get a unique link featuring your affiliate ID code when you sign up. Embed this link on a website or blog post, or paste it in the description of a YouTube video or Tweet so your future affiliates can see it.'),(17025,1075,'_steps_1_description','field_5d51ada391ce9'),(17026,1075,'steps_2_thumb','signup'),(17027,1075,'_steps_2_thumb','field_5d51ad0e91ce8'),(17028,1075,'steps_2_title','Affiliate Signs Up'),(17029,1075,'_steps_2_title','field_5d51ad0391ce7'),(17030,1075,'steps_2_description','For you to receive affiliate rewards, people need to use your link to sign up to CryptoWallet. Then, whenever they trade, you get paid.'),(17031,1075,'_steps_2_description','field_5d51ada391ce9'),(17032,1075,'steps_3_thumb','rewards'),(17033,1075,'_steps_3_thumb','field_5d51ad0e91ce8'),(17034,1075,'steps_3_title','Reap The Rewards'),(17035,1075,'_steps_3_title','field_5d51ad0391ce7'),(17036,1075,'steps_3_description','You’ll both receive free cryptomoney equivalent to $10 for joining and spending over $100. You’ll receive a 25% discount on the price of the prepaid Crypto Wallet card. In addition, you will also get a generous crypto cashback %. Funds can be withdrawn to your wallet in Bitcoin.'),(17037,1075,'_steps_3_description','field_5d51ada391ce9'),(17038,1075,'steps','4'),(17039,1075,'_steps','field_5d51ac8091ce6'),(17043,1079,'_wp_attachment_metadata','a:0:{}'),(17044,1079,'_wp_attached_file','2019/09/pax.svg'),(17045,1079,'wpml_media_processed','1'),(17046,1080,'_wp_attachment_metadata','a:0:{}'),(17047,1080,'_wp_attached_file','2019/09/pax.svg'),(17048,1080,'wpml_media_processed','1'),(17049,1081,'_wp_attachment_metadata','a:0:{}'),(17050,1081,'_wp_attached_file','2019/09/pax.svg'),(17051,1081,'wpml_media_processed','1'),(17052,1082,'_wp_attachment_metadata','a:0:{}'),(17053,1082,'_wp_attached_file','2019/09/pax.svg'),(17054,1082,'wpml_media_processed','1'),(17057,1084,'_wp_attachment_metadata','a:0:{}'),(17058,1084,'_wp_attached_file','2019/09/tusd.svg'),(17059,1084,'wpml_media_processed','1'),(17060,1085,'_wp_attachment_metadata','a:0:{}'),(17061,1085,'_wp_attached_file','2019/09/tusd.svg'),(17062,1085,'wpml_media_processed','1'),(17063,1086,'_wp_attachment_metadata','a:0:{}'),(17064,1086,'_wp_attached_file','2019/09/tusd.svg'),(17065,1086,'wpml_media_processed','1'),(17066,1087,'_wp_attachment_metadata','a:0:{}'),(17067,1087,'_wp_attached_file','2019/09/tusd.svg'),(17068,1087,'wpml_media_processed','1'),(17070,1088,'_wp_attached_file','2019/09/pax-1.svg'),(17071,1089,'_wp_attachment_metadata','a:0:{}'),(17072,1089,'_wp_attached_file','2019/09/pax-1.svg'),(17073,1089,'wpml_media_processed','1'),(17074,1090,'_wp_attachment_metadata','a:0:{}'),(17075,1090,'_wp_attached_file','2019/09/pax-1.svg'),(17076,1090,'wpml_media_processed','1'),(17077,1091,'_wp_attachment_metadata','a:0:{}'),(17078,1091,'_wp_attached_file','2019/09/pax-1.svg'),(17079,1091,'wpml_media_processed','1'),(17080,1092,'_wp_attachment_metadata','a:0:{}'),(17081,1092,'_wp_attached_file','2019/09/pax-1.svg'),(17082,1092,'wpml_media_processed','1'),(17083,1088,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:29;s:6:\"height\";i:27;s:4:\"file\";s:18:\"/2019/09/pax-1.svg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:9:\"pax-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:9:\"pax-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:9:\"pax-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:9:\"pax-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:9:\"pax-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:11:\"thumb-posts\";a:5:{s:5:\"width\";i:612;s:6:\"height\";i:408;s:4:\"crop\";i:1;s:4:\"file\";s:9:\"pax-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:13:\"featured-post\";a:5:{s:5:\"width\";i:1202;s:6:\"height\";i:570;s:4:\"crop\";i:1;s:4:\"file\";s:9:\"pax-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(17084,1093,'_wp_attached_file','2019/09/tusd-1.svg'),(17085,1094,'_wp_attachment_metadata','a:0:{}'),(17086,1094,'_wp_attached_file','2019/09/tusd-1.svg'),(17087,1094,'wpml_media_processed','1'),(17088,1095,'_wp_attachment_metadata','a:0:{}'),(17089,1095,'_wp_attached_file','2019/09/tusd-1.svg'),(17090,1095,'wpml_media_processed','1'),(17091,1096,'_wp_attachment_metadata','a:0:{}'),(17092,1096,'_wp_attached_file','2019/09/tusd-1.svg'),(17093,1096,'wpml_media_processed','1'),(17094,1097,'_wp_attachment_metadata','a:0:{}'),(17095,1097,'_wp_attached_file','2019/09/tusd-1.svg'),(17096,1097,'wpml_media_processed','1'),(17097,1093,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:30;s:6:\"height\";i:30;s:4:\"file\";s:19:\"/2019/09/tusd-1.svg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:10:\"tusd-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:10:\"tusd-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:10:\"tusd-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:10:\"tusd-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"crop\";i:1;s:4:\"file\";s:10:\"tusd-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:11:\"thumb-posts\";a:5:{s:5:\"width\";i:612;s:6:\"height\";i:408;s:4:\"crop\";i:1;s:4:\"file\";s:10:\"tusd-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:13:\"featured-post\";a:5:{s:5:\"width\";i:1202;s:6:\"height\";i:570;s:4:\"crop\";i:1;s:4:\"file\";s:10:\"tusd-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(17099,1100,'_wpml_word_count','{\"total\":22,\"to_translate\":{\"ja\":22,\"ru\":22,\"sg\":22,\"es\":22}}'),(17100,1100,'_wpml_media_featured','1'),(17101,1100,'_wpml_media_duplicate','1'),(17102,1100,'_wpml_word_count','{\"total\":22,\"to_translate\":{\"ja\":22,\"ru\":22,\"sg\":22,\"es\":22}}'),(17103,1100,'_wp_page_template','page-media-2.php'),(17104,1100,'show_crypto_funds','0'),(17105,1100,'_show_crypto_funds','field_5d1cd58ba65cf'),(17106,1100,'_wpml_media_duplicate','1'),(17107,1100,'_wpml_media_featured','1'),(17108,1100,'archive_for_download','904'),(17109,1100,'_archive_for_download','field_5d486e3676668'),(17110,1100,'title_1','Slogan'),(17111,1100,'_title_1','field_5d486eb276669'),(17112,1100,'title_2','Boilerplate'),(17113,1100,'_title_2','field_5d486ee07666a'),(17114,1100,'text_1','Crypto is money - let’s use it.'),(17115,1100,'_text_1','field_5d486efe7666b'),(17116,1100,'text_2','CryptoWallet provides end-to-end solutions to enable people to buy, trade, and spend cryptocurrencies online and in real stores through the CryptoWallet VISA Debit Card.  CryptoWallet aims to bridge the gap between the worlds of commerce and cryptocurrency once and for all.'),(17117,1100,'_text_2','field_5d486f177666c'),(17118,1100,'title_logo','LOGO & ICON'),(17119,1100,'_title_logo','field_5d486fbf2b4bd'),(17120,1100,'text_logo','A full-color and knocked-out logo and icon are available for use. Please use our primary purple or black background when using the knocked out versions. '),(17121,1100,'_text_logo','field_5d486fd02b4be'),(17122,1100,'logo_&_icon_logo_1','1018'),(17123,1100,'_logo_&_icon_logo_1','field_5d486ff32b4bf'),(17124,1100,'logo_&_icon_warning_logo_1','An amount of padding the size of the CryptoWallet “O” should be applied around all placements of the logo.'),(17125,1100,'_logo_&_icon_warning_logo_1','field_5d4870132b4c0'),(17126,1100,'logo_&_icon_logo_1_night','987'),(17127,1100,'_logo_&_icon_logo_1_night','field_5d4870732b4c3'),(17128,1100,'logo_&_icon_logo_1_day','977'),(17129,1100,'_logo_&_icon_logo_1_day','field_5d4870882b4c4'),(17130,1100,'logo_&_icon_logo_2','1013'),(17131,1100,'_logo_&_icon_logo_2','field_5d4870682b4c1'),(17132,1100,'logo_&_icon_warning_logo_2','An amount of padding the size of the CryptoWallet “O” should be applied around all placements of the icon.'),(17133,1100,'_logo_&_icon_warning_logo_2','field_5d48706a2b4c2'),(17134,1100,'logo_&_icon_logo_2_night','1002'),(17135,1100,'_logo_&_icon_logo_2_night','field_5d48709a2b4c5'),(17136,1100,'logo_&_icon_logo_2_day','992'),(17137,1100,'_logo_&_icon_logo_2_day','field_5d48709d2b4c6'),(17138,1100,'logo_&_icon',''),(17139,1100,'_logo_&_icon','field_5d486f832b4bc'),(17140,1100,'title_color','COLOR PALETTE'),(17141,1100,'_title_color','field_5d4872ca8e010'),(17142,1100,'text_color','Use only the colors listed below when producing content for CryptoWallet.'),(17143,1100,'_text_color','field_5d4872ca8e011'),(17144,1100,'color_palette','8'),(17145,1100,'_color_palette','field_5d4872ca8e00f'),(17146,1100,'title_press','Press Releases'),(17147,1100,'_title_press','field_5d487433c5d08'),(17148,1100,'text_press','Interested in writing about CryptoWallet in the media?\r\nHere are some resources to help.'),(17149,1100,'_text_press','field_5d487435c5d09'),(17150,1100,'color_palette_0_color','#440054'),(17151,1100,'_color_palette_0_color','field_5d48732c99a7c'),(17152,1100,'color_palette_1_color','#5a3585'),(17153,1100,'_color_palette_1_color','field_5d48732c99a7c'),(17154,1100,'color_palette_2_color','#1de9b6'),(17155,1100,'_color_palette_2_color','field_5d48732c99a7c'),(17156,1100,'color_palette_3_color','#ffe082'),(17157,1100,'_color_palette_3_color','field_5d48732c99a7c'),(17158,1100,'color_palette_4_color','#58d5c4'),(17159,1100,'_color_palette_4_color','field_5d48732c99a7c'),(17160,1100,'color_palette_5_color','#ff7a76'),(17161,1100,'_color_palette_5_color','field_5d48732c99a7c'),(17162,1100,'color_palette_6_color','#ffcb8d'),(17163,1100,'_color_palette_6_color','field_5d48732c99a7c'),(17164,1100,'color_palette_7_color','#536dfe'),(17165,1100,'_color_palette_7_color','field_5d48732c99a7c'),(17167,1100,'_dp_original','671'),(17168,1100,'_edit_lock','1570646202:1'),(17169,1100,'_edit_last','1'),(17170,1101,'show_crypto_funds','0'),(17171,1101,'_show_crypto_funds','field_5d1cd58ba65cf'),(17172,1101,'archive_for_download','904'),(17173,1101,'_archive_for_download','field_5d486e3676668'),(17174,1101,'title_1','Slogan'),(17175,1101,'_title_1','field_5d486eb276669'),(17176,1101,'title_2','Boilerplate'),(17177,1101,'_title_2','field_5d486ee07666a'),(17178,1101,'text_1','Crypto is money - let’s use it.'),(17179,1101,'_text_1','field_5d486efe7666b'),(17180,1101,'text_2','CryptoWallet provides end-to-end solutions to enable people to buy, trade, and spend cryptocurrencies online and in real stores through the CryptoWallet VISA Debit Card.  CryptoWallet aims to bridge the gap between the worlds of commerce and cryptocurrency once and for all.'),(17181,1101,'_text_2','field_5d486f177666c'),(17182,1101,'title_logo','LOGO & ICON'),(17183,1101,'_title_logo','field_5d486fbf2b4bd'),(17184,1101,'text_logo','A full-color and knocked-out logo and icon are available for use. Please use our primary purple or black background when using the knocked out versions. '),(17185,1101,'_text_logo','field_5d486fd02b4be'),(17186,1101,'logo_&_icon_logo_1','1018'),(17187,1101,'_logo_&_icon_logo_1','field_5d486ff32b4bf'),(17188,1101,'logo_&_icon_warning_logo_1','An amount of padding the size of the CryptoWallet “O” should be applied around all placements of the logo.'),(17189,1101,'_logo_&_icon_warning_logo_1','field_5d4870132b4c0'),(17190,1101,'logo_&_icon_logo_1_night','987'),(17191,1101,'_logo_&_icon_logo_1_night','field_5d4870732b4c3'),(17192,1101,'logo_&_icon_logo_1_day','977'),(17193,1101,'_logo_&_icon_logo_1_day','field_5d4870882b4c4'),(17194,1101,'logo_&_icon_logo_2','1013'),(17195,1101,'_logo_&_icon_logo_2','field_5d4870682b4c1'),(17196,1101,'logo_&_icon_warning_logo_2','An amount of padding the size of the CryptoWallet “O” should be applied around all placements of the icon.'),(17197,1101,'_logo_&_icon_warning_logo_2','field_5d48706a2b4c2'),(17198,1101,'logo_&_icon_logo_2_night','1002'),(17199,1101,'_logo_&_icon_logo_2_night','field_5d48709a2b4c5'),(17200,1101,'logo_&_icon_logo_2_day','992'),(17201,1101,'_logo_&_icon_logo_2_day','field_5d48709d2b4c6'),(17202,1101,'logo_&_icon',''),(17203,1101,'_logo_&_icon','field_5d486f832b4bc'),(17204,1101,'title_color','COLOR PALETTE'),(17205,1101,'_title_color','field_5d4872ca8e010'),(17206,1101,'text_color','Use only the colors listed below when producing content for CryptoWallet.'),(17207,1101,'_text_color','field_5d4872ca8e011'),(17208,1101,'color_palette','8'),(17209,1101,'_color_palette','field_5d4872ca8e00f'),(17210,1101,'title_press','Press Releases'),(17211,1101,'_title_press','field_5d487433c5d08'),(17212,1101,'text_press','Interested in writing about CryptoWallet in the media?\r\nHere are some resources to help.'),(17213,1101,'_text_press','field_5d487435c5d09'),(17214,1101,'color_palette_0_color','#440054'),(17215,1101,'_color_palette_0_color','field_5d48732c99a7c'),(17216,1101,'color_palette_1_color','#5a3585'),(17217,1101,'_color_palette_1_color','field_5d48732c99a7c'),(17218,1101,'color_palette_2_color','#1de9b6'),(17219,1101,'_color_palette_2_color','field_5d48732c99a7c'),(17220,1101,'color_palette_3_color','#ffe082'),(17221,1101,'_color_palette_3_color','field_5d48732c99a7c'),(17222,1101,'color_palette_4_color','#58d5c4'),(17223,1101,'_color_palette_4_color','field_5d48732c99a7c'),(17224,1101,'color_palette_5_color','#ff7a76'),(17225,1101,'_color_palette_5_color','field_5d48732c99a7c'),(17226,1101,'color_palette_6_color','#ffcb8d'),(17227,1101,'_color_palette_6_color','field_5d48732c99a7c'),(17228,1101,'color_palette_7_color','#536dfe'),(17229,1101,'_color_palette_7_color','field_5d48732c99a7c'),(17230,1102,'_wpml_word_count','{\"total\":39,\"to_translate\":{\"ja\":39,\"ru\":39,\"sg\":39,\"es\":39}}'),(17231,1102,'_wpml_media_featured','1'),(17232,1102,'_wpml_media_duplicate','1'),(17233,1103,'_wpml_word_count','{\"total\":37,\"to_translate\":{\"en\":37,\"ja\":37,\"ru\":37,\"sg\":37}}'),(17234,1103,'_wpml_media_featured','1'),(17235,1103,'_wpml_media_duplicate','1'),(17236,1103,'_wpml_word_count','{\"total\":37,\"to_translate\":{\"en\":37,\"ja\":37,\"ru\":37,\"sg\":37}}'),(17237,1103,'_alp_processed','1567014953'),(17238,1103,'_wp_page_template','default'),(17239,1103,'_icl_lang_duplicate_of','419'),(17240,1103,'_wpml_media_duplicate','1'),(17241,1103,'_wpml_media_featured','1'),(17242,1103,'title','Crypto Is Money - \r\nLet’s Use It.'),(17243,1103,'description','This is the future of crypto banking. CryptoWallet is your gateway to digital currency and beyond. Integrate crypto payments into your business or spend your crypto in any store.'),(17244,1103,'_dp_original','444'),(17245,1104,'_wpml_word_count','{\"total\":0,\"to_translate\":{\"en\":1,\"ja\":1,\"ru\":1,\"sg\":1,\"es\":1}}'),(17246,1104,'_wpml_media_featured','1'),(17247,1104,'_wpml_media_duplicate','1'),(17248,1104,'_wpml_word_count','{\"total\":0,\"to_translate\":{\"en\":2,\"ja\":2,\"ru\":2,\"sg\":2,\"es\":2}}'),(17249,1104,'_alp_processed','1562788029'),(17250,1104,'_wp_page_template','page-home-2.php'),(17251,1104,'show_crypto_funds','0'),(17252,1104,'_show_crypto_funds','field_5d1cd58ba65cf'),(17253,1104,'_wpml_media_duplicate','1'),(17254,1104,'_wpml_media_featured','1'),(17255,1104,'_top_nav_excluded',''),(17256,1104,'_cms_nav_minihome',''),(17257,1104,'title','暗号は金なり - \r\nそれを使いましょう'),(17258,1104,'description','これが暗号銀行の未来です。 CryptoWalletは、デジタル通貨へのゲートウェイです。あなたのビジネスに暗号支払いを統合するか、またはどんな店であなたの暗号を使うか。'),(17259,1104,'_title','field_5d264012842b2'),(17260,1104,'_description','field_5d26402d842b3'),(17261,1104,'_dp_original','441'),(17262,1105,'_wpml_word_count','{\"total\":0,\"to_translate\":{\"en\":1,\"ja\":1,\"ru\":1,\"sg\":1,\"es\":1}}'),(17263,1105,'_wpml_media_featured','1'),(17264,1105,'_wpml_media_duplicate','1'),(17265,1105,'_wpml_word_count','{\"total\":0,\"to_translate\":{\"en\":2,\"ja\":2,\"ru\":2,\"sg\":2,\"es\":2}}'),(17266,1105,'_alp_processed','1567014953'),(17267,1105,'_wp_page_template','page-home-2.php'),(17268,1105,'_icl_lang_duplicate_of','419'),(17269,1105,'_wpml_media_duplicate','1'),(17270,1105,'_wpml_media_featured','1'),(17271,1105,'title','Crypto Is Money - \r\nLet’s Use It.'),(17272,1105,'description','This is the future of crypto banking. CryptoWallet is your gateway to digital currency and beyond. Integrate crypto payments into your business or spend your crypto in any store.'),(17273,1105,'_dp_original','442'),(17274,1106,'_wpml_word_count','{\"total\":0,\"to_translate\":{\"en\":1,\"ja\":1,\"ru\":1,\"sg\":1,\"es\":1}}'),(17275,1106,'_wpml_media_featured','1'),(17276,1106,'_wpml_media_duplicate','1'),(17277,1106,'_wpml_word_count','{\"total\":0,\"to_translate\":{\"en\":2,\"ja\":2,\"ru\":2,\"sg\":2,\"es\":2}}'),(17278,1106,'_alp_processed','1567014953'),(17279,1106,'_wp_page_template','page-home-2.php'),(17280,1106,'_icl_lang_duplicate_of','419'),(17281,1106,'_wpml_media_duplicate','1'),(17282,1106,'_wpml_media_featured','1'),(17283,1106,'title','Crypto Is Money - \r\nLet’s Use It.'),(17284,1106,'description','This is the future of crypto banking. CryptoWallet is your gateway to digital currency and beyond. Integrate crypto payments into your business or spend your crypto in any store.'),(17285,1106,'_dp_original','443'),(17286,1102,'_wpml_word_count','{\"total\":39,\"to_translate\":{\"ja\":39,\"ru\":39,\"sg\":39,\"es\":39}}'),(17287,1102,'show_crypto_funds','0'),(17288,1102,'_show_crypto_funds','field_5d1cd58ba65cf'),(17289,1102,'_wpml_media_duplicate','1'),(17290,1102,'_wpml_media_featured','1'),(17291,1102,'_wp_page_template','page-home-2.php'),(17292,1102,'title','Crypto Is Money - \r\nLet’s Use It.'),(17293,1102,'_title','field_5d264012842b2'),(17294,1102,'description','This is the future of crypto banking. CryptoWallet is your gateway to digital currency and beyond. Integrate crypto payments into your business or spend your crypto in any store.'),(17295,1102,'_description','field_5d26402d842b3'),(17296,1102,'_alp_processed','1562788169'),(17297,1102,'title_cryptowallet','What is CryptoWallet?'),(17298,1102,'_title_cryptowallet','field_5d26470a0c80a'),(17299,1102,'description_cryptowallet','CryptoWallet is an end-to-end crypto banking and commercial solution.'),(17300,1102,'_description_cryptowallet','field_5d26471d0c80b'),(17301,1102,'benefits_0_title','Wallet'),(17302,1102,'_benefits_0_title','field_5d26480f0c80d'),(17303,1102,'benefits_0_description','It’s a wallet where you can securely store your crypto funds.'),(17304,1102,'_benefits_0_description','field_5d26481d0c80e'),(17305,1102,'benefits_1_title','Debit Card'),(17306,1102,'_benefits_1_title','field_5d26480f0c80d'),(17307,1102,'benefits_1_description','It’s a debit card that lets you spend crypto in any store.'),(17308,1102,'_benefits_1_description','field_5d26481d0c80e'),(17309,1102,'benefits_2_title','Exchange App'),(17310,1102,'_benefits_2_title','field_5d26480f0c80d'),(17311,1102,'benefits_2_description','It’s an exchange app that allows you to quickly and easily exchange crypto on your phone.'),(17312,1102,'_benefits_2_description','field_5d26481d0c80e'),(17313,1102,'benefits_3_title','Payment Widget'),(17314,1102,'_benefits_3_title','field_5d26480f0c80d'),(17315,1102,'benefits_3_description','It’s a payment widget that lets your business accept all top cryptos with the lowest fees in the industry.'),(17316,1102,'_benefits_3_description','field_5d26481d0c80e'),(17317,1102,'benefits','4'),(17318,1102,'_benefits','field_5d2647670c80c'),(17319,1102,'benefits_0_animation_card','Wallet'),(17320,1102,'_benefits_0_animation_card','field_5d2649429a9b9'),(17321,1102,'benefits_1_animation_card','Debit Card'),(17322,1102,'_benefits_1_animation_card','field_5d2649429a9b9'),(17323,1102,'benefits_2_animation_card','Exchange App'),(17324,1102,'_benefits_2_animation_card','field_5d2649429a9b9'),(17325,1102,'benefits_3_animation_card','Payment Widget'),(17326,1102,'_benefits_3_animation_card','field_5d2649429a9b9'),(17327,1102,'title_welcome','Welcome to your gateway \r\nfor digital currency.'),(17328,1102,'_title_welcome','field_5d264f1cfddba'),(17329,1102,'title_contactless','A Contactless Crypto Wallet \r\nDebit Card With Cashback'),(17330,1102,'_title_contactless','field_5d26573a87236'),(17331,1102,'description_contactless','Cryptocurrency adoption is here with our innovative new contactless debit card.'),(17332,1102,'_description_contactless','field_5d26577287237'),(17333,1102,'benefits_contactless_0_icone','note'),(17334,1102,'_benefits_contactless_0_icone','field_5d2658038723f'),(17335,1102,'benefits_contactless_0_title','Shop Anywhere'),(17336,1102,'_benefits_contactless_0_title','field_5d2658038723d'),(17337,1102,'benefits_contactless_0_description','You can finally spend your cryptocurrency on real goods and services anywhere that accepts VISA.'),(17338,1102,'_benefits_contactless_0_description','field_5d2658038723e'),(17339,1102,'benefits_contactless_1_icone','coin'),(17340,1102,'_benefits_contactless_1_icone','field_5d2658038723f'),(17341,1102,'benefits_contactless_1_title','Convert'),(17342,1102,'_benefits_contactless_1_title','field_5d2658038723d'),(17343,1102,'benefits_contactless_1_description','Converting your crypto to fiat for purchases is simple using the instant in-appexchange feature. Stop the crypto shuffle and let CryptoWallet do the work.'),(17344,1102,'_benefits_contactless_1_description','field_5d2658038723e'),(17345,1102,'benefits_contactless_2_icone','bitcoin'),(17346,1102,'_benefits_contactless_2_icone','field_5d2658038723f'),(17347,1102,'benefits_contactless_2_title','Unique Crypto Cashback'),(17348,1102,'_benefits_contactless_2_title','field_5d2658038723d'),(17349,1102,'benefits_contactless_2_description','Take advantage of our unique crypto cashback feature, it puts money in your wallet - literally. Get cashback in crypto on purchases made in store with your CryptoWallet Visa debit card.'),(17350,1102,'_benefits_contactless_2_description','field_5d2658038723e'),(17351,1102,'benefits_contactless_3_icone','credit'),(17352,1102,'_benefits_contactless_3_icone','field_5d2658038723f'),(17353,1102,'benefits_contactless_3_title','Contactless'),(17354,1102,'_benefits_contactless_3_title','field_5d2658038723d'),(17355,1102,'benefits_contactless_3_description','Make crypto purchases in seconds by simply tapping your card.'),(17356,1102,'_benefits_contactless_3_description','field_5d2658038723e'),(17357,1102,'benefits_contactless','4'),(17358,1102,'_benefits_contactless','field_5d2658038723c'),(17359,1102,'title_coins','A Universal CryptoWallet'),(17360,1102,'_title_coins','field_5d2659ba646f0'),(17361,1102,'description_coins','Check out our full list of our supported currencies. '),(17362,1102,'_description_coins','field_5d2659d4646f1'),(17363,1102,'video_link','https://vimeo.com/76979871'),(17364,1102,'_video_link','field_5d2760a56946f'),(17365,1102,'button_link',''),(17366,1102,'_button_link','field_5d2760f269470'),(17367,1102,'title_wallet_app','Get the Crypto \r\nWallet App and join our community'),(17368,1102,'_title_wallet_app','field_5d2774dba7b2f'),(17369,1102,'qr_code','531'),(17370,1102,'_qr_code','field_5d277610a7b30'),(17371,1102,'title_quick_crypto','A Quick Crypto Exchange'),(17372,1102,'_title_quick_crypto','field_5d2777a8ad898'),(17373,1102,'description_quick_crypto','Skip the time-consuming hassle of using exchanges! A swift, secure <br> method for buying and trading over 140 cryptocurrencies.'),(17374,1102,'_description_quick_crypto','field_5d2777bfad899'),(17375,1102,'exchange_effortlessly_subtitle','Exchange Effortlessly'),(17376,1102,'_exchange_effortlessly_subtitle','field_5d277828ad89b'),(17377,1102,'exchange_effortlessly_text','The app lets you exchange supported cryptocurrencies effortlessly , allowing you to spend your crypto funds your way.'),(17378,1102,'_exchange_effortlessly_text','field_5d27784bad89c'),(17379,1102,'exchange_effortlessly',''),(17380,1102,'_exchange_effortlessly','field_5d27781aad89a'),(17381,1102,'top_up_with_speed_subtitle','Top Up with Speed'),(17382,1102,'_top_up_with_speed_subtitle','field_5d27786bad89e'),(17383,1102,'top_up_with_speed_text','You can top up your wallet through SEPA bank transfers or credit card. Lightning speed and hassle - free - that\'s a win.'),(17384,1102,'_top_up_with_speed_text','field_5d27786bad89f'),(17385,1102,'top_up_with_speed',''),(17386,1102,'_top_up_with_speed','field_5d27786aad89d'),(17387,1102,'title_payment','A Payment Gateway'),(17388,1102,'_title_payment','field_5d2782c891991'),(17389,1102,'description_payment','Accept top cryptocurrencies on your business website with the lowest fees in the industry. Our payment widget is supported by the market-leadinge-commerce plugins like:'),(17390,1102,'_description_payment','field_5d2782cd91992'),(17391,1102,'title_client_support','World Class \r\nClient Support'),(17392,1102,'_title_client_support','field_5d2783a351aae'),(17393,1102,'description_client_support','Never be left without answers - CryptoWallet’s international support team is here to help.'),(17394,1102,'_description_client_support','field_5d2783a851aaf'),(17395,1102,'block_1_subtitle','Strong Customer Focus'),(17396,1102,'_block_1_subtitle','field_5d2783f451ab1'),(17397,1102,'block_1_text','We have a strong customer focus with short waiting times and support in multiple languages.'),(17398,1102,'_block_1_text','field_5d2783f451ab2'),(17399,1102,'block_1',''),(17400,1102,'_block_1','field_5d2783f451ab0'),(17401,1102,'block_2_subtitle','High Quality Support'),(17402,1102,'_block_2_subtitle','field_5d27840951ab4'),(17403,1102,'block_2_text','CryptoWallet offers high-quality support through telephone, LiveChat, ticket submissions, and VIP treatment options.'),(17404,1102,'_block_2_text','field_5d27840951ab5'),(17405,1102,'block_2',''),(17406,1102,'_block_2','field_5d27840951ab3'),(17407,1102,'title_licensed_and_secure','Licensed and Secure'),(17408,1102,'_title_licensed_and_secure','field_5d2785d9e845e'),(17409,1102,'description_licensed_and_secure','CryptoWallet is secured by BitGo, the world’s leading Bitcoin payment processor. Digital assets and user privacy are protected by cutting-edge security measures like two-factor authentication, end-to-end encryption, and multi-signature cold storage wallets. CryptoWallet has obtained licenses from the state of Estonia ensuring full legal compliance in handling and facilitating the trade of cryptocurrencies.'),(17410,1102,'_description_licensed_and_secure','field_5d2785f4e845f'),(17411,1102,'link_licensed_and_secure','http://localhost/cappen/griflan-crypto-wallet/web/'),(17412,1102,'_link_licensed_and_secure','field_5d2786c1e8466'),(17413,1102,'block_1_licensed_and_secure_subtitle','Licensed to Provide Virtual Currency Wallet Services'),(17414,1102,'_block_1_licensed_and_secure_subtitle','field_5d278665e8461'),(17415,1102,'block_1_licensed_and_secure_text','Estonia FIU License Number <strong>FRK000131</strong> enables CryptoWallet to provide cryptocurrency storage services to our customers.'),(17416,1102,'_block_1_licensed_and_secure_text','field_5d278665e8462'),(17417,1102,'block_1_licensed_and_secure_text_link','Verify License Online'),(17418,1102,'_block_1_licensed_and_secure_text_link','field_5d2786f6e8468'),(17419,1102,'block_1_licensed_and_secure_link','http://localhost/cappen/griflan-crypto-wallet/web/'),(17420,1102,'_block_1_licensed_and_secure_link','field_5d2786d4e8467'),(17421,1102,'block_1_licensed_and_secure',''),(17422,1102,'_block_1_licensed_and_secure','field_5d278665e8460'),(17423,1102,'block_2_licensed_and_secure_subtitle','Licensed to Provide Fiat to Virtual Currency Exchange Services'),(17424,1102,'_block_2_licensed_and_secure_subtitle','field_5d27867ee8464'),(17425,1102,'block_2_licensed_and_secure_text','Estonia FIU License Number <strong>FRV000143</strong> allows us to offer direct crypto to fiat trading as well as inter-cryptocurrency exchange services.'),(17426,1102,'_block_2_licensed_and_secure_text','field_5d27867ee8465'),(17427,1102,'block_2_licensed_and_secure_text_link','Verify License Online'),(17428,1102,'_block_2_licensed_and_secure_text_link','field_5d278711e8469'),(17429,1102,'block_2_licensed_and_secure_link','http://localhost/cappen/griflan-crypto-wallet/web/'),(17430,1102,'_block_2_licensed_and_secure_link','field_5d278713e846a'),(17431,1102,'block_2_licensed_and_secure',''),(17432,1102,'_block_2_licensed_and_secure','field_5d27867ee8463'),(17433,1102,'title_works','CryptoWallet Is Fast and Easy'),(17434,1102,'_title_works','field_5d278b7272f06'),(17435,1102,'description_works','Here’s how it works.'),(17436,1102,'_description_works','field_5d278b7b72f07'),(17437,1102,'step_1_title','Download \r\nthe app'),(17438,1102,'_step_1_title','field_5d278bd472f0a'),(17439,1102,'step_1',''),(17440,1102,'_step_1','field_5d278bd472f09'),(17441,1102,'step_2_title','Order The \r\nCard'),(17442,1102,'_step_2_title','field_5d278d93b6d10'),(17443,1102,'step_2',''),(17444,1102,'_step_2','field_5d278d93b6d0f'),(17445,1102,'step_3_title','Load The Card \r\nWith Funds'),(17446,1102,'_step_3_title','field_5d278d94b6d12'),(17447,1102,'step_3',''),(17448,1102,'_step_3','field_5d278d94b6d11'),(17449,1102,'step_4_title','Start \r\nspending!'),(17450,1102,'_step_4_title','field_5d278d97b6d14'),(17451,1102,'step_4',''),(17452,1102,'_step_4','field_5d278d97b6d13'),(17453,1102,'title_press','CryptoWallet in the Press'),(17454,1102,'_title_press','field_5d2790f12668e'),(17455,1102,'logos','6'),(17456,1102,'_logos','field_5d2790f52668f'),(17457,1102,'logos_0_logo','626'),(17458,1102,'_logos_0_logo','field_5d27914c26690'),(17459,1102,'logos_1_logo','631'),(17460,1102,'_logos_1_logo','field_5d27914c26690'),(17461,1102,'logos_2_logo','651'),(17462,1102,'_logos_2_logo','field_5d27914c26690'),(17463,1102,'logos_3_logo','656'),(17464,1102,'_logos_3_logo','field_5d27914c26690'),(17465,1102,'logos_4_logo','636'),(17466,1102,'_logos_4_logo','field_5d27914c26690'),(17467,1102,'logos_5_logo','646'),(17468,1102,'_logos_5_logo','field_5d27914c26690'),(17470,1102,'_dp_original','419'),(17471,1102,'_edit_lock','1593102638:1'),(17472,1102,'_edit_last','1'),(17473,1107,'show_crypto_funds','0'),(17474,1107,'_show_crypto_funds','field_5d1cd58ba65cf'),(17475,1107,'title','Crypto Is Money - \r\nLet’s Use It.'),(17476,1107,'_title','field_5d264012842b2'),(17477,1107,'description','This is the future of crypto banking. CryptoWallet is your gateway to digital currency and beyond. Integrate crypto payments into your business or spend your crypto in any store.'),(17478,1107,'_description','field_5d26402d842b3'),(17479,1107,'title_cryptowallet','What is CryptoWallet?'),(17480,1107,'_title_cryptowallet','field_5d26470a0c80a'),(17481,1107,'description_cryptowallet','CryptoWallet is an end-to-end crypto banking and commercial solution.'),(17482,1107,'_description_cryptowallet','field_5d26471d0c80b'),(17483,1107,'benefits_0_title','Wallet'),(17484,1107,'_benefits_0_title','field_5d26480f0c80d'),(17485,1107,'benefits_0_description','It’s a wallet where you can securely store your crypto funds.'),(17486,1107,'_benefits_0_description','field_5d26481d0c80e'),(17487,1107,'benefits_1_title','Debit Card'),(17488,1107,'_benefits_1_title','field_5d26480f0c80d'),(17489,1107,'benefits_1_description','It’s a debit card that lets you spend crypto in any store.'),(17490,1107,'_benefits_1_description','field_5d26481d0c80e'),(17491,1107,'benefits_2_title','Exchange App'),(17492,1107,'_benefits_2_title','field_5d26480f0c80d'),(17493,1107,'benefits_2_description','It’s an exchange app that allows you to quickly and easily exchange crypto on your phone.'),(17494,1107,'_benefits_2_description','field_5d26481d0c80e'),(17495,1107,'benefits_3_title','Payment Widget'),(17496,1107,'_benefits_3_title','field_5d26480f0c80d'),(17497,1107,'benefits_3_description','It’s a payment widget that lets your business accept all top cryptos with the lowest fees in the industry.'),(17498,1107,'_benefits_3_description','field_5d26481d0c80e'),(17499,1107,'benefits','4'),(17500,1107,'_benefits','field_5d2647670c80c'),(17501,1107,'benefits_0_animation_card','Wallet'),(17502,1107,'_benefits_0_animation_card','field_5d2649429a9b9'),(17503,1107,'benefits_1_animation_card','Debit Card'),(17504,1107,'_benefits_1_animation_card','field_5d2649429a9b9'),(17505,1107,'benefits_2_animation_card','Exchange App'),(17506,1107,'_benefits_2_animation_card','field_5d2649429a9b9'),(17507,1107,'benefits_3_animation_card','Payment Widget'),(17508,1107,'_benefits_3_animation_card','field_5d2649429a9b9'),(17509,1107,'title_welcome','Welcome to your gateway \r\nfor digital currency.'),(17510,1107,'_title_welcome','field_5d264f1cfddba'),(17511,1107,'title_contactless','A Contactless Crypto Wallet \r\nDebit Card With Cashback'),(17512,1107,'_title_contactless','field_5d26573a87236'),(17513,1107,'description_contactless','Cryptocurrency adoption is here with our innovative new contactless debit card.'),(17514,1107,'_description_contactless','field_5d26577287237'),(17515,1107,'benefits_contactless_0_icone','note'),(17516,1107,'_benefits_contactless_0_icone','field_5d2658038723f'),(17517,1107,'benefits_contactless_0_title','Shop Anywhere'),(17518,1107,'_benefits_contactless_0_title','field_5d2658038723d'),(17519,1107,'benefits_contactless_0_description','You can finally spend your cryptocurrency on real goods and services anywhere that accepts VISA.'),(17520,1107,'_benefits_contactless_0_description','field_5d2658038723e'),(17521,1107,'benefits_contactless_1_icone','coin'),(17522,1107,'_benefits_contactless_1_icone','field_5d2658038723f'),(17523,1107,'benefits_contactless_1_title','Convert'),(17524,1107,'_benefits_contactless_1_title','field_5d2658038723d'),(17525,1107,'benefits_contactless_1_description','Converting your crypto to fiat for purchases is simple using the instant in-appexchange feature. Stop the crypto shuffle and let CryptoWallet do the work.'),(17526,1107,'_benefits_contactless_1_description','field_5d2658038723e'),(17527,1107,'benefits_contactless_2_icone','bitcoin'),(17528,1107,'_benefits_contactless_2_icone','field_5d2658038723f'),(17529,1107,'benefits_contactless_2_title','Unique Crypto Cashback'),(17530,1107,'_benefits_contactless_2_title','field_5d2658038723d'),(17531,1107,'benefits_contactless_2_description','Take advantage of our unique crypto cashback feature, it puts money in your wallet - literally. Get cashback in crypto on purchases made in store with your CryptoWallet Visa debit card.'),(17532,1107,'_benefits_contactless_2_description','field_5d2658038723e'),(17533,1107,'benefits_contactless_3_icone','credit'),(17534,1107,'_benefits_contactless_3_icone','field_5d2658038723f'),(17535,1107,'benefits_contactless_3_title','Contactless'),(17536,1107,'_benefits_contactless_3_title','field_5d2658038723d'),(17537,1107,'benefits_contactless_3_description','Make crypto purchases in seconds by simply tapping your card.'),(17538,1107,'_benefits_contactless_3_description','field_5d2658038723e'),(17539,1107,'benefits_contactless','4'),(17540,1107,'_benefits_contactless','field_5d2658038723c'),(17541,1107,'title_coins','A Universal CryptoWallet'),(17542,1107,'_title_coins','field_5d2659ba646f0'),(17543,1107,'description_coins','Check out our full list of our supported currencies. '),(17544,1107,'_description_coins','field_5d2659d4646f1'),(17545,1107,'video_link','https://vimeo.com/76979871'),(17546,1107,'_video_link','field_5d2760a56946f'),(17547,1107,'button_link',''),(17548,1107,'_button_link','field_5d2760f269470'),(17549,1107,'title_wallet_app','Get the Crypto \r\nWallet App and join our community'),(17550,1107,'_title_wallet_app','field_5d2774dba7b2f'),(17551,1107,'qr_code','531'),(17552,1107,'_qr_code','field_5d277610a7b30'),(17553,1107,'title_quick_crypto','A Quick Crypto Exchange'),(17554,1107,'_title_quick_crypto','field_5d2777a8ad898'),(17555,1107,'description_quick_crypto','Skip the time-consuming hassle of using exchanges! A swift, secure <br> method for buying and trading over 140 cryptocurrencies.'),(17556,1107,'_description_quick_crypto','field_5d2777bfad899'),(17557,1107,'exchange_effortlessly_subtitle','Exchange Effortlessly'),(17558,1107,'_exchange_effortlessly_subtitle','field_5d277828ad89b'),(17559,1107,'exchange_effortlessly_text','The app lets you exchange supported cryptocurrencies effortlessly , allowing you to spend your crypto funds your way.'),(17560,1107,'_exchange_effortlessly_text','field_5d27784bad89c'),(17561,1107,'exchange_effortlessly',''),(17562,1107,'_exchange_effortlessly','field_5d27781aad89a'),(17563,1107,'top_up_with_speed_subtitle','Top Up with Speed'),(17564,1107,'_top_up_with_speed_subtitle','field_5d27786bad89e'),(17565,1107,'top_up_with_speed_text','You can top up your wallet through SEPA bank transfers or credit card. Lightning speed and hassle - free - that\'s a win.'),(17566,1107,'_top_up_with_speed_text','field_5d27786bad89f'),(17567,1107,'top_up_with_speed',''),(17568,1107,'_top_up_with_speed','field_5d27786aad89d'),(17569,1107,'title_payment','A Payment Gateway'),(17570,1107,'_title_payment','field_5d2782c891991'),(17571,1107,'description_payment','Accept top cryptocurrencies on your business website with the lowest fees in the industry. Our payment widget is supported by the market-leadinge-commerce plugins like:'),(17572,1107,'_description_payment','field_5d2782cd91992'),(17573,1107,'title_client_support','World Class \r\nClient Support'),(17574,1107,'_title_client_support','field_5d2783a351aae'),(17575,1107,'description_client_support','Never be left without answers - CryptoWallet’s international support team is here to help.'),(17576,1107,'_description_client_support','field_5d2783a851aaf'),(17577,1107,'block_1_subtitle','Strong Customer Focus'),(17578,1107,'_block_1_subtitle','field_5d2783f451ab1'),(17579,1107,'block_1_text','We have a strong customer focus with short waiting times and support in multiple languages.'),(17580,1107,'_block_1_text','field_5d2783f451ab2'),(17581,1107,'block_1',''),(17582,1107,'_block_1','field_5d2783f451ab0'),(17583,1107,'block_2_subtitle','High Quality Support'),(17584,1107,'_block_2_subtitle','field_5d27840951ab4'),(17585,1107,'block_2_text','CryptoWallet offers high-quality support through telephone, LiveChat, ticket submissions, and VIP treatment options.'),(17586,1107,'_block_2_text','field_5d27840951ab5'),(17587,1107,'block_2',''),(17588,1107,'_block_2','field_5d27840951ab3'),(17589,1107,'title_licensed_and_secure','Licensed and Secure'),(17590,1107,'_title_licensed_and_secure','field_5d2785d9e845e'),(17591,1107,'description_licensed_and_secure','CryptoWallet is secured by BitGo, the world’s leading Bitcoin payment processor. Digital assets and user privacy are protected by cutting-edge security measures like two-factor authentication, end-to-end encryption, and multi-signature cold storage wallets. CryptoWallet has obtained licenses from the state of Estonia ensuring full legal compliance in handling and facilitating the trade of cryptocurrencies.'),(17592,1107,'_description_licensed_and_secure','field_5d2785f4e845f'),(17593,1107,'link_licensed_and_secure','http://localhost/cappen/griflan-crypto-wallet/web/'),(17594,1107,'_link_licensed_and_secure','field_5d2786c1e8466'),(17595,1107,'block_1_licensed_and_secure_subtitle','Licensed to Provide Virtual Currency Wallet Services'),(17596,1107,'_block_1_licensed_and_secure_subtitle','field_5d278665e8461'),(17597,1107,'block_1_licensed_and_secure_text','Estonia FIU License Number <strong>FRK000131</strong> enables CryptoWallet to provide cryptocurrency storage services to our customers.'),(17598,1107,'_block_1_licensed_and_secure_text','field_5d278665e8462'),(17599,1107,'block_1_licensed_and_secure_text_link','Verify License Online'),(17600,1107,'_block_1_licensed_and_secure_text_link','field_5d2786f6e8468'),(17601,1107,'block_1_licensed_and_secure_link','http://localhost/cappen/griflan-crypto-wallet/web/'),(17602,1107,'_block_1_licensed_and_secure_link','field_5d2786d4e8467'),(17603,1107,'block_1_licensed_and_secure',''),(17604,1107,'_block_1_licensed_and_secure','field_5d278665e8460'),(17605,1107,'block_2_licensed_and_secure_subtitle','Licensed to Provide Fiat to Virtual Currency Exchange Services'),(17606,1107,'_block_2_licensed_and_secure_subtitle','field_5d27867ee8464'),(17607,1107,'block_2_licensed_and_secure_text','Estonia FIU License Number <strong>FRV000143</strong> allows us to offer direct crypto to fiat trading as well as inter-cryptocurrency exchange services.'),(17608,1107,'_block_2_licensed_and_secure_text','field_5d27867ee8465'),(17609,1107,'block_2_licensed_and_secure_text_link','Verify License Online'),(17610,1107,'_block_2_licensed_and_secure_text_link','field_5d278711e8469'),(17611,1107,'block_2_licensed_and_secure_link','http://localhost/cappen/griflan-crypto-wallet/web/'),(17612,1107,'_block_2_licensed_and_secure_link','field_5d278713e846a'),(17613,1107,'block_2_licensed_and_secure',''),(17614,1107,'_block_2_licensed_and_secure','field_5d27867ee8463'),(17615,1107,'title_works','CryptoWallet Is Fast and Easy'),(17616,1107,'_title_works','field_5d278b7272f06'),(17617,1107,'description_works','Here’s how it works.'),(17618,1107,'_description_works','field_5d278b7b72f07'),(17619,1107,'step_1_title','Download \r\nthe app'),(17620,1107,'_step_1_title','field_5d278bd472f0a'),(17621,1107,'step_1',''),(17622,1107,'_step_1','field_5d278bd472f09'),(17623,1107,'step_2_title','Order The \r\nCard'),(17624,1107,'_step_2_title','field_5d278d93b6d10'),(17625,1107,'step_2',''),(17626,1107,'_step_2','field_5d278d93b6d0f'),(17627,1107,'step_3_title','Load The Card \r\nWith Funds'),(17628,1107,'_step_3_title','field_5d278d94b6d12'),(17629,1107,'step_3',''),(17630,1107,'_step_3','field_5d278d94b6d11'),(17631,1107,'step_4_title','Start \r\nspending!'),(17632,1107,'_step_4_title','field_5d278d97b6d14'),(17633,1107,'step_4',''),(17634,1107,'_step_4','field_5d278d97b6d13'),(17635,1107,'title_press','CryptoWallet in the Press'),(17636,1107,'_title_press','field_5d2790f12668e'),(17637,1107,'logos','6'),(17638,1107,'_logos','field_5d2790f52668f'),(17639,1107,'logos_0_logo','626'),(17640,1107,'_logos_0_logo','field_5d27914c26690'),(17641,1107,'logos_1_logo','631'),(17642,1107,'_logos_1_logo','field_5d27914c26690'),(17643,1107,'logos_2_logo','651'),(17644,1107,'_logos_2_logo','field_5d27914c26690'),(17645,1107,'logos_3_logo','656'),(17646,1107,'_logos_3_logo','field_5d27914c26690'),(17647,1107,'logos_4_logo','636'),(17648,1107,'_logos_4_logo','field_5d27914c26690'),(17649,1107,'logos_5_logo','646'),(17650,1107,'_logos_5_logo','field_5d27914c26690'),(17653,31,'_aioseop_opengraph_settings','a:0:{}'),(17654,35,'_aioseop_opengraph_settings','a:0:{}'),(17655,136,'_aioseop_opengraph_settings','a:14:{s:32:\"aioseop_opengraph_settings_title\";s:0:\"\";s:31:\"aioseop_opengraph_settings_desc\";s:0:\"\";s:36:\"aioseop_opengraph_settings_customimg\";s:0:\"\";s:37:\"aioseop_opengraph_settings_imagewidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_imageheight\";s:0:\"\";s:32:\"aioseop_opengraph_settings_video\";s:0:\"\";s:37:\"aioseop_opengraph_settings_videowidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_videoheight\";s:0:\"\";s:35:\"aioseop_opengraph_settings_category\";s:7:\"article\";s:34:\"aioseop_opengraph_settings_section\";s:0:\"\";s:30:\"aioseop_opengraph_settings_tag\";s:0:\"\";s:34:\"aioseop_opengraph_settings_setcard\";s:7:\"summary\";s:44:\"aioseop_opengraph_settings_customimg_twitter\";s:0:\"\";s:44:\"aioseop_opengraph_settings_customimg_checker\";s:1:\"0\";}'),(17656,136,'blocks_3_title','Q4 2019'),(17657,136,'_blocks_3_title','field_5d1b9b0f2f94d'),(17658,136,'blocks_3_text','CryptoWallet was founded in [year], and our staff have worked tirelessly to develop disruptive products and solutions that will help usher in a new era of personal finance. You can read more about our goals below in our Roadmap.'),(17659,136,'_blocks_3_text','field_5d1b9b362f94e'),(17660,1109,'subtitle','Buy, trade, store, and spend cryptocurrency'),(17661,1109,'_subtitle','field_5d1b9a04bd4ba'),(17662,1109,'description','CryptoWallet was founded in [year], and our staff have worked tirelessly to develop disruptive products and solutions that will help usher in a new era of personal finance. You can read more about our goals below in our Roadmap.'),(17663,1109,'_description','field_5d1b9a6e30e58'),(17664,1109,'block_1_title',''),(17665,1109,'_block_1_title','field_5d1b9b0f2f94d'),(17666,1109,'block_1_text',''),(17667,1109,'_block_1_text','field_5d1b9b362f94e'),(17668,1109,'block_1',''),(17669,1109,'_block_1','field_5d1b9adf2f94c'),(17670,1109,'block_2_title',''),(17671,1109,'_block_2_title','field_5d1b9b442f950'),(17672,1109,'block_2_text',''),(17673,1109,'_block_2_text','field_5d1b9b442f951'),(17674,1109,'block_2',''),(17675,1109,'_block_2','field_5d1b9b442f94f'),(17676,1109,'block_3_title',''),(17677,1109,'_block_3_title','field_5d1b9b462f953'),(17678,1109,'block_3_text',''),(17679,1109,'_block_3_text','field_5d1b9b462f954'),(17680,1109,'block_3',''),(17681,1109,'_block_3','field_5d1b9b462f952'),(17682,1109,'value_1_image','lamp'),(17683,1109,'_value_1_image','field_5d1baeee64511'),(17684,1109,'value_1_title',''),(17685,1109,'_value_1_title','field_5d1bae0d254fb'),(17686,1109,'value_1_text',''),(17687,1109,'_value_1_text','field_5d1bae0d254fc'),(17688,1109,'value_1',''),(17689,1109,'_value_1','field_5d1bae0d254fa'),(17690,1109,'value_2_image','lamp'),(17691,1109,'_value_2_image','field_5d1bafadd789f'),(17692,1109,'value_2_title',''),(17693,1109,'_value_2_title','field_5d1bafadd78a0'),(17694,1109,'value_2_text',''),(17695,1109,'_value_2_text','field_5d1bafadd78a1'),(17696,1109,'value_2',''),(17697,1109,'_value_2','field_5d1bafadd789e'),(17698,1109,'value_3_image','lamp'),(17699,1109,'_value_3_image','field_5d1bafafd78a3'),(17700,1109,'value_3_title',''),(17701,1109,'_value_3_title','field_5d1bafafd78a4'),(17702,1109,'value_3_text',''),(17703,1109,'_value_3_text','field_5d1bafafd78a5'),(17704,1109,'value_3',''),(17705,1109,'_value_3','field_5d1bafafd78a2'),(17706,1109,'value_4_image','lamp'),(17707,1109,'_value_4_image','field_5d1bafb1d78a7'),(17708,1109,'value_4_title',''),(17709,1109,'_value_4_title','field_5d1bafb1d78a8'),(17710,1109,'value_4_text',''),(17711,1109,'_value_4_text','field_5d1bafb1d78a9'),(17712,1109,'value_4',''),(17713,1109,'_value_4','field_5d1bafb1d78a6'),(17714,1109,'value_5_image','lamp'),(17715,1109,'_value_5_image','field_5d1bafb4d78ab'),(17716,1109,'value_5_title',''),(17717,1109,'_value_5_title','field_5d1bafb4d78ac'),(17718,1109,'value_5_text',''),(17719,1109,'_value_5_text','field_5d1bafb4d78ad'),(17720,1109,'value_5',''),(17721,1109,'_value_5','field_5d1bafb4d78aa'),(17722,1109,'value_6_image','lamp'),(17723,1109,'_value_6_image','field_5d1bafb6d78af'),(17724,1109,'value_6_title',''),(17725,1109,'_value_6_title','field_5d1bafb6d78b0'),(17726,1109,'value_6_text',''),(17727,1109,'_value_6_text','field_5d1bafb6d78b1'),(17728,1109,'value_6',''),(17729,1109,'_value_6','field_5d1bafb6d78ae'),(17730,1109,'value_7_image','lamp'),(17731,1109,'_value_7_image','field_5d1bafb8d78b3'),(17732,1109,'value_7_title',''),(17733,1109,'_value_7_title','field_5d1bafb8d78b4'),(17734,1109,'value_7_text',''),(17735,1109,'_value_7_text','field_5d1bafb8d78b5'),(17736,1109,'value_7',''),(17737,1109,'_value_7','field_5d1bafb8d78b2'),(17738,1109,'value_8_image','lamp'),(17739,1109,'_value_8_image','field_5d1bafc9d78b7'),(17740,1109,'value_8_title',''),(17741,1109,'_value_8_title','field_5d1bafc9d78b8'),(17742,1109,'value_8_text',''),(17743,1109,'_value_8_text','field_5d1bafc9d78b9'),(17744,1109,'value_8',''),(17745,1109,'_value_8','field_5d1bafc9d78b6'),(17746,1109,'title_join','Join Our Team'),(17747,1109,'_title_join','field_5d1bafffd78bb'),(17748,1109,'text_join','Working at CryptoWallet, every day is an exciting challenge. We’re on a long-term plan to totally transform the way people store and spend money. We’re helping redefine what the concept of money is. There’s a lot to do, and we’re hiring people who share in our values.\r\n\r\nWe’re a young, dynamic company with big plans and a passionate, friendly team.\r\nThink you’d fit in well here? Take a look at our open positions below.'),(17749,1109,'_text_join','field_5d1bb020d78bc'),(17750,1109,'career_1_title',''),(17751,1109,'_career_1_title','field_5d1bb076d78be'),(17752,1109,'career_1_text',''),(17753,1109,'_career_1_text','field_5d1bb076d78bf'),(17754,1109,'career_1',''),(17755,1109,'_career_1','field_5d1bb076d78bd'),(17756,1109,'career_2_title',''),(17757,1109,'_career_2_title','field_5d1bb0f7d78c8'),(17758,1109,'career_2_text',''),(17759,1109,'_career_2_text','field_5d1bb0f7d78c9'),(17760,1109,'career_2',''),(17761,1109,'_career_2','field_5d1bb0f7d78c7'),(17762,1109,'career_3_title',''),(17763,1109,'_career_3_title','field_5d1bb0f8d78cb'),(17764,1109,'career_3_text',''),(17765,1109,'_career_3_text','field_5d1bb0f8d78cc'),(17766,1109,'career_3',''),(17767,1109,'_career_3','field_5d1bb0f8d78ca'),(17768,1109,'alert','Don’t see a position that suits? Send us your resume and suggested role at <a href=\"mailto:careers@cryptowallet.com\">careers@cryptowallet.com</a>'),(17769,1109,'_alert','field_5d1bb0b8d78c6'),(17770,1109,'title_team','Our Team'),(17771,1109,'_title_team','field_5d1bb141d78ce'),(17772,1109,'member_1_photo',''),(17773,1109,'_member_1_photo','field_5d1bb194d78d2'),(17774,1109,'member_1_name',''),(17775,1109,'_member_1_name','field_5d1bb16ad78d0'),(17776,1109,'member_1_role',''),(17777,1109,'_member_1_role','field_5d1bb16ad78d1'),(17778,1109,'member_1',''),(17779,1109,'_member_1','field_5d1bb16ad78cf'),(17780,1109,'member_2_photo',''),(17781,1109,'_member_2_photo','field_5d1bb1efd78d4'),(17782,1109,'member_2_name',''),(17783,1109,'_member_2_name','field_5d1bb1efd78d5'),(17784,1109,'member_2_role',''),(17785,1109,'_member_2_role','field_5d1bb1efd78d6'),(17786,1109,'member_2',''),(17787,1109,'_member_2','field_5d1bb1efd78d3'),(17788,1109,'member_3_photo',''),(17789,1109,'_member_3_photo','field_5d1bb25e55268'),(17790,1109,'member_3_name',''),(17791,1109,'_member_3_name','field_5d1bb25e55269'),(17792,1109,'member_3_role',''),(17793,1109,'_member_3_role','field_5d1bb25e5526a'),(17794,1109,'member_3',''),(17795,1109,'_member_3','field_5d1bb25e55267'),(17796,1109,'member_4_photo',''),(17797,1109,'_member_4_photo','field_5d1bb25f5526c'),(17798,1109,'member_4_name',''),(17799,1109,'_member_4_name','field_5d1bb25f5526d'),(17800,1109,'member_4_role',''),(17801,1109,'_member_4_role','field_5d1bb25f5526e'),(17802,1109,'member_4',''),(17803,1109,'_member_4','field_5d1bb25f5526b'),(17804,1109,'member_5_photo',''),(17805,1109,'_member_5_photo','field_5d1bb26255270'),(17806,1109,'member_5_name',''),(17807,1109,'_member_5_name','field_5d1bb26255271'),(17808,1109,'member_5_role',''),(17809,1109,'_member_5_role','field_5d1bb26255272'),(17810,1109,'member_5',''),(17811,1109,'_member_5','field_5d1bb2625526f'),(17812,1109,'member_6_photo',''),(17813,1109,'_member_6_photo','field_5d1bb26655274'),(17814,1109,'member_6_name',''),(17815,1109,'_member_6_name','field_5d1bb26655275'),(17816,1109,'member_6_role',''),(17817,1109,'_member_6_role','field_5d1bb26655276'),(17818,1109,'member_6',''),(17819,1109,'_member_6','field_5d1bb26655273'),(17820,1109,'title_meet','Come meet us'),(17821,1109,'_title_meet','field_5d1bb2a4dd53e'),(17822,1109,'text_meet','CryptoWallet is attending the events below, and we’re always delighted to meet new people interested in our technology.'),(17823,1109,'_text_meet','field_5d1bb2c8dd53f'),(17824,1109,'company_1_name',''),(17825,1109,'_company_1_name','field_5d1bb2da63856'),(17826,1109,'company_1_address',''),(17827,1109,'_company_1_address','field_5d1bb2da63857'),(17828,1109,'company_1_about',''),(17829,1109,'_company_1_about','field_5d1bb32563858'),(17830,1109,'company_1',''),(17831,1109,'_company_1','field_5d1bb2da63854'),(17832,1109,'company_2_name',''),(17833,1109,'_company_2_name','field_5d1bb3496385a'),(17834,1109,'company_2_address',''),(17835,1109,'_company_2_address','field_5d1bb3496385b'),(17836,1109,'company_2_about',''),(17837,1109,'_company_2_about','field_5d1bb3496385c'),(17838,1109,'company_2',''),(17839,1109,'_company_2','field_5d1bb34963859'),(17840,1109,'company_3_name',''),(17841,1109,'_company_3_name','field_5d1bb34b6385e'),(17842,1109,'company_3_address',''),(17843,1109,'_company_3_address','field_5d1bb34b6385f'),(17844,1109,'company_3_about',''),(17845,1109,'_company_3_about','field_5d1bb34b63860'),(17846,1109,'company_3',''),(17847,1109,'_company_3','field_5d1bb34b6385d'),(17848,1109,'blocks_0_title','Q1 2019'),(17849,1109,'_blocks_0_title','field_5d1b9b0f2f94d'),(17850,1109,'blocks_0_text','CryptoWallet was founded in [year], and our staff have worked tirelessly to develop disruptive products and solutions that will help usher in a new era of personal finance. You can read more about our goals below in our Roadmap.'),(17851,1109,'_blocks_0_text','field_5d1b9b362f94e'),(17852,1109,'blocks_1_title','Q2 2019'),(17853,1109,'_blocks_1_title','field_5d1b9b0f2f94d'),(17854,1109,'blocks_1_text','CryptoWallet was founded in [year], and our staff have worked tirelessly to develop disruptive products and solutions that will help usher in a new era of personal finance. You can read more about our goals below in our Roadmap.'),(17855,1109,'_blocks_1_text','field_5d1b9b362f94e'),(17856,1109,'blocks_2_title','Q3 2019'),(17857,1109,'_blocks_2_title','field_5d1b9b0f2f94d'),(17858,1109,'blocks_2_text','CryptoWallet was founded in [year], and our staff have worked tirelessly to develop disruptive products and solutions that will help usher in a new era of personal finance. You can read more about our goals below in our Roadmap.'),(17859,1109,'_blocks_2_text','field_5d1b9b362f94e'),(17860,1109,'blocks','4'),(17861,1109,'_blocks','field_5d1b9adf2f94c'),(17862,1109,'values','9'),(17863,1109,'_values','field_5d1cc112229fd'),(17864,1109,'careers','3'),(17865,1109,'_careers','field_5d1bb076d78bd'),(17866,1109,'team','6'),(17867,1109,'_team','field_5d1bb16ad78cf'),(17868,1109,'companies','3'),(17869,1109,'_companies','field_5d1bb2da63854'),(17870,1109,'title_values','Values'),(17871,1109,'_title_values','field_5d1cc4efc2b1e'),(17872,1109,'values_0_image','lamp'),(17873,1109,'_values_0_image','field_5d1baeee64511'),(17874,1109,'values_0_title','Long-term Thinking'),(17875,1109,'_values_0_title','field_5d1bae0d254fb'),(17876,1109,'values_0_text','At CryptoWallet, we’re on a mission to build the future with care and attention it deserves.'),(17877,1109,'_values_0_text','field_5d1bae0d254fc'),(17878,1109,'values_1_image','certified'),(17879,1109,'_values_1_image','field_5d1baeee64511'),(17880,1109,'values_1_title','Accountability'),(17881,1109,'_values_1_title','field_5d1bae0d254fb'),(17882,1109,'values_1_text','We hold ourselves to the highest industry standards in everything that we do, and we foster a company culture of responsibility, transparency, and accountability.'),(17883,1109,'_values_1_text','field_5d1bae0d254fc'),(17884,1109,'values_2_image','eye'),(17885,1109,'_values_2_image','field_5d1baeee64511'),(17886,1109,'values_2_title','Sharp Focus'),(17887,1109,'_values_2_title','field_5d1bae0d254fb'),(17888,1109,'values_2_text','We keep a sharp focus to provide buying, trading, storage, and spending solutions for cryptocurrency investors. At CryptoWallet, we keep our eyes on the road ahead.'),(17889,1109,'_values_2_text','field_5d1bae0d254fc'),(17890,1109,'values_3_image','message'),(17891,1109,'_values_3_image','field_5d1baeee64511'),(17892,1109,'values_3_title','Open-door Policy'),(17893,1109,'_values_3_title','field_5d1bae0d254fb'),(17894,1109,'values_3_text','We need to be open to any and all input from our colleagues at all levels as well as our users and supporters. Our door is always open to improvement.'),(17895,1109,'_values_3_text','field_5d1bae0d254fc'),(17896,1109,'values_4_image','signal'),(17897,1109,'_values_4_image','field_5d1baeee64511'),(17898,1109,'values_4_title','Adaptability'),(17899,1109,'_values_4_title','field_5d1bae0d254fb'),(17900,1109,'values_4_text','In a quickly-changing industry, we need to be able to react quickly as well. We adapt, overcome, and deliver.'),(17901,1109,'_values_4_text','field_5d1bae0d254fc'),(17902,1109,'values_5_image','search'),(17903,1109,'_values_5_image','field_5d1baeee64511'),(17904,1109,'values_5_title','Always Learning'),(17905,1109,'_values_5_title','field_5d1bae0d254fb'),(17906,1109,'values_5_text','Knowledge is the best tool at our disposal. We’re always researching and developing the most cutting-edge solutions to emerging problems.'),(17907,1109,'_values_5_text','field_5d1bae0d254fc'),(17908,1109,'values_6_image','earth'),(17909,1109,'_values_6_image','field_5d1baeee64511'),(17910,1109,'values_6_title','Pro-Active'),(17911,1109,'_values_6_title','field_5d1bae0d254fb'),(17912,1109,'values_6_text','Whether we’re developing new ideas, getting in touch with our community, or expanding our staff, we’re in constant motion at CryptoWallet.'),(17913,1109,'_values_6_text','field_5d1bae0d254fc'),(17914,1109,'values_7_image','moon'),(17915,1109,'_values_7_image','field_5d1baeee64511'),(17916,1109,'values_7_title','Scientific Dreaming'),(17917,1109,'_values_7_title','field_5d1bae0d254fb'),(17918,1109,'values_7_text','We pride ourselves on using our imaginations and dreaming big too. Every day is an opportunity to do something amazing.'),(17919,1109,'_values_7_text','field_5d1bae0d254fc'),(17920,1109,'careers_0_title','Job Title'),(17921,1109,'_careers_0_title','field_5d1bb076d78be'),(17922,1109,'careers_0_text','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.'),(17923,1109,'_careers_0_text','field_5d1bb076d78bf'),(17924,1109,'careers_1_title','Job Title'),(17925,1109,'_careers_1_title','field_5d1bb076d78be'),(17926,1109,'careers_1_text','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.'),(17927,1109,'_careers_1_text','field_5d1bb076d78bf'),(17928,1109,'careers_2_title','Job Title'),(17929,1109,'_careers_2_title','field_5d1bb076d78be'),(17930,1109,'careers_2_text','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.'),(17931,1109,'_careers_2_text','field_5d1bb076d78bf'),(17932,1109,'team_0_photo','845'),(17933,1109,'_team_0_photo','field_5d1bb194d78d2'),(17934,1109,'team_0_name','Name Placeholder'),(17935,1109,'_team_0_name','field_5d1bb16ad78d0'),(17936,1109,'team_0_role','CEO'),(17937,1109,'_team_0_role','field_5d1bb16ad78d1'),(17938,1109,'team_1_photo','845'),(17939,1109,'_team_1_photo','field_5d1bb194d78d2'),(17940,1109,'team_1_name','Name Placeholder'),(17941,1109,'_team_1_name','field_5d1bb16ad78d0'),(17942,1109,'team_1_role','Founder'),(17943,1109,'_team_1_role','field_5d1bb16ad78d1'),(17944,1109,'team_2_photo','845'),(17945,1109,'_team_2_photo','field_5d1bb194d78d2'),(17946,1109,'team_2_name','Name Placeholder'),(17947,1109,'_team_2_name','field_5d1bb16ad78d0'),(17948,1109,'team_2_role','CFO'),(17949,1109,'_team_2_role','field_5d1bb16ad78d1'),(17950,1109,'team_3_photo','845'),(17951,1109,'_team_3_photo','field_5d1bb194d78d2'),(17952,1109,'team_3_name','Name Placeholder'),(17953,1109,'_team_3_name','field_5d1bb16ad78d0'),(17954,1109,'team_3_role','CTO'),(17955,1109,'_team_3_role','field_5d1bb16ad78d1'),(17956,1109,'team_4_photo','845'),(17957,1109,'_team_4_photo','field_5d1bb194d78d2'),(17958,1109,'team_4_name','Name Placeholder'),(17959,1109,'_team_4_name','field_5d1bb16ad78d0'),(17960,1109,'team_4_role','Head of Product'),(17961,1109,'_team_4_role','field_5d1bb16ad78d1'),(17962,1109,'team_5_photo','845'),(17963,1109,'_team_5_photo','field_5d1bb194d78d2'),(17964,1109,'team_5_name','Name Placeholder'),(17965,1109,'_team_5_name','field_5d1bb16ad78d0'),(17966,1109,'team_5_role','Head of Marketing'),(17967,1109,'_team_5_role','field_5d1bb16ad78d1'),(17968,1109,'companies_0_name','Event Title Placeholder'),(17969,1109,'_companies_0_name','field_5d1bb2da63856'),(17970,1109,'companies_0_address','January 15, 2019\r\nThe Ritz Carlton\r\nNew York, NY'),(17971,1109,'_companies_0_address','field_5d1bb2da63857'),(17972,1109,'companies_0_about','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.'),(17973,1109,'_companies_0_about','field_5d1bb32563858'),(17974,1109,'companies_1_name','Event Title Placeholder'),(17975,1109,'_companies_1_name','field_5d1bb2da63856'),(17976,1109,'companies_1_address','January 15, 2019\r\nThe Ritz Carlton\r\nNew York, NY'),(17977,1109,'_companies_1_address','field_5d1bb2da63857'),(17978,1109,'companies_1_about','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.'),(17979,1109,'_companies_1_about','field_5d1bb32563858'),(17980,1109,'companies_2_name','Event Title Placeholder'),(17981,1109,'_companies_2_name','field_5d1bb2da63856'),(17982,1109,'companies_2_address','January 15, 2019\r\nThe Ritz Carlton\r\nNew York, NY'),(17983,1109,'_companies_2_address','field_5d1bb2da63857'),(17984,1109,'companies_2_about','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.'),(17985,1109,'_companies_2_about','field_5d1bb32563858'),(17986,1109,'show_crypto_funds','0'),(17987,1109,'_show_crypto_funds','field_5d1cd58ba65cf'),(17988,1109,'values_8_image','heart'),(17989,1109,'_values_8_image','field_5d1baeee64511'),(17990,1109,'values_8_title','Passion'),(17991,1109,'_values_8_title','field_5d1bae0d254fb'),(17992,1109,'values_8_text','CryptoWallet staff are hired because they care about financial freedom, and because they believe in the technology, we use to make that happen. Passion is at the very core of our company.'),(17993,1109,'_values_8_text','field_5d1bae0d254fc'),(17994,1109,'blocks_3_title','Q4 2019'),(17995,1109,'_blocks_3_title','field_5d1b9b0f2f94d'),(17996,1109,'blocks_3_text','CryptoWallet was founded in [year], and our staff have worked tirelessly to develop disruptive products and solutions that will help usher in a new era of personal finance. You can read more about our goals below in our Roadmap.'),(17997,1109,'_blocks_3_text','field_5d1b9b362f94e'),(17998,136,'_wpml_media_has_media','1'),(18001,1111,'_wpml_word_count','{\"total\":0,\"to_translate\":{\"en\":2,\"ja\":2,\"ru\":2,\"sg\":2,\"es\":2}}'),(18002,1111,'_aioseop_opengraph_settings','a:0:{}'),(18003,1111,'_wpml_media_featured','1'),(18004,1111,'_wpml_media_duplicate','1'),(18005,1112,'_aioseop_opengraph_settings','a:0:{}'),(18006,1113,'_aioseop_opengraph_settings','a:0:{}'),(18007,1114,'_aioseop_opengraph_settings','a:0:{}'),(18008,1115,'_aioseop_opengraph_settings','a:0:{}'),(18009,1116,'_aioseop_opengraph_settings','a:0:{}'),(18010,1117,'_aioseop_opengraph_settings','a:0:{}'),(18011,1118,'_aioseop_opengraph_settings','a:0:{}'),(18012,227,'_aioseop_opengraph_settings','a:0:{}'),(18013,226,'_aioseop_opengraph_settings','a:0:{}'),(18014,228,'_aioseop_opengraph_settings','a:0:{}'),(18015,229,'_aioseop_opengraph_settings','a:0:{}'),(18016,230,'_aioseop_opengraph_settings','a:0:{}'),(18017,270,'_aioseop_opengraph_settings','a:0:{}'),(18018,232,'_aioseop_opengraph_settings','a:0:{}'),(18019,233,'_aioseop_opengraph_settings','a:0:{}'),(18020,234,'_aioseop_opengraph_settings','a:0:{}'),(18021,235,'_aioseop_opengraph_settings','a:0:{}'),(18022,245,'_aioseop_opengraph_settings','a:0:{}'),(18023,246,'_aioseop_opengraph_settings','a:0:{}'),(18024,247,'_aioseop_opengraph_settings','a:0:{}'),(18025,248,'_aioseop_opengraph_settings','a:0:{}'),(18026,249,'_aioseop_opengraph_settings','a:0:{}'),(18027,250,'_aioseop_opengraph_settings','a:0:{}'),(18028,251,'_aioseop_opengraph_settings','a:0:{}'),(18029,252,'_aioseop_opengraph_settings','a:0:{}'),(18030,253,'_aioseop_opengraph_settings','a:0:{}'),(18031,266,'_aioseop_opengraph_settings','a:0:{}'),(18032,1119,'_aioseop_opengraph_settings','a:0:{}'),(18033,1120,'_aioseop_opengraph_settings','a:0:{}'),(18034,1121,'_aioseop_opengraph_settings','a:0:{}'),(18035,1122,'_aioseop_opengraph_settings','a:0:{}'),(18036,1123,'_aioseop_opengraph_settings','a:0:{}'),(18037,1124,'_aioseop_opengraph_settings','a:0:{}'),(18038,1125,'_aioseop_opengraph_settings','a:0:{}'),(18039,254,'_aioseop_opengraph_settings','a:0:{}'),(18040,255,'_aioseop_opengraph_settings','a:0:{}'),(18041,256,'_aioseop_opengraph_settings','a:0:{}'),(18042,257,'_aioseop_opengraph_settings','a:0:{}'),(18043,258,'_aioseop_opengraph_settings','a:0:{}'),(18044,259,'_aioseop_opengraph_settings','a:0:{}'),(18045,260,'_aioseop_opengraph_settings','a:0:{}'),(18046,261,'_aioseop_opengraph_settings','a:0:{}'),(18047,262,'_aioseop_opengraph_settings','a:0:{}'),(18048,603,'_aioseop_opengraph_settings','a:0:{}'),(18049,225,'_aioseop_opengraph_settings','a:0:{}'),(18050,279,'_aioseop_opengraph_settings','a:0:{}'),(18051,285,'_aioseop_opengraph_settings','a:0:{}'),(18052,280,'_aioseop_opengraph_settings','a:0:{}'),(18053,281,'_aioseop_opengraph_settings','a:0:{}'),(18054,282,'_aioseop_opengraph_settings','a:0:{}'),(18055,283,'_aioseop_opengraph_settings','a:0:{}'),(18056,284,'_aioseop_opengraph_settings','a:0:{}'),(18057,286,'_aioseop_opengraph_settings','a:0:{}'),(18058,287,'_aioseop_opengraph_settings','a:0:{}'),(18059,288,'_aioseop_opengraph_settings','a:0:{}'),(18060,289,'_aioseop_opengraph_settings','a:0:{}'),(18061,290,'_aioseop_opengraph_settings','a:0:{}'),(18062,291,'_aioseop_opengraph_settings','a:0:{}'),(18063,292,'_aioseop_opengraph_settings','a:0:{}'),(18064,293,'_aioseop_opengraph_settings','a:0:{}'),(18065,294,'_aioseop_opengraph_settings','a:0:{}'),(18066,1126,'_aioseop_opengraph_settings','a:0:{}'),(18067,1127,'_aioseop_opengraph_settings','a:0:{}'),(18068,1128,'_aioseop_opengraph_settings','a:0:{}'),(18069,1129,'_aioseop_opengraph_settings','a:0:{}'),(18070,1130,'_aioseop_opengraph_settings','a:0:{}'),(18071,1131,'_aioseop_opengraph_settings','a:0:{}'),(18072,1132,'_aioseop_opengraph_settings','a:0:{}'),(18073,1133,'_aioseop_opengraph_settings','a:0:{}'),(18074,1134,'_aioseop_opengraph_settings','a:0:{}'),(18075,276,'_aioseop_opengraph_settings','a:0:{}'),(18076,450,'_aioseop_opengraph_settings','a:0:{}'),(18077,451,'_aioseop_opengraph_settings','a:0:{}'),(18078,452,'_aioseop_opengraph_settings','a:0:{}'),(18079,459,'_aioseop_opengraph_settings','a:0:{}'),(18080,460,'_aioseop_opengraph_settings','a:0:{}'),(18081,461,'_aioseop_opengraph_settings','a:0:{}'),(18082,462,'_aioseop_opengraph_settings','a:0:{}'),(18083,463,'_aioseop_opengraph_settings','a:0:{}'),(18084,464,'_aioseop_opengraph_settings','a:0:{}'),(18085,469,'_aioseop_opengraph_settings','a:0:{}'),(18086,486,'_aioseop_opengraph_settings','a:0:{}'),(18087,487,'_aioseop_opengraph_settings','a:0:{}'),(18088,522,'_aioseop_opengraph_settings','a:0:{}'),(18089,1135,'_aioseop_opengraph_settings','a:0:{}'),(18090,528,'_aioseop_opengraph_settings','a:0:{}'),(18091,529,'_aioseop_opengraph_settings','a:0:{}'),(18092,530,'_aioseop_opengraph_settings','a:0:{}'),(18093,560,'_aioseop_opengraph_settings','a:0:{}'),(18094,561,'_aioseop_opengraph_settings','a:0:{}'),(18095,562,'_aioseop_opengraph_settings','a:0:{}'),(18096,563,'_aioseop_opengraph_settings','a:0:{}'),(18097,564,'_aioseop_opengraph_settings','a:0:{}'),(18098,565,'_aioseop_opengraph_settings','a:0:{}'),(18099,566,'_aioseop_opengraph_settings','a:0:{}'),(18100,567,'_aioseop_opengraph_settings','a:0:{}'),(18101,568,'_aioseop_opengraph_settings','a:0:{}'),(18102,573,'_aioseop_opengraph_settings','a:0:{}'),(18103,574,'_aioseop_opengraph_settings','a:0:{}'),(18104,575,'_aioseop_opengraph_settings','a:0:{}'),(18105,576,'_aioseop_opengraph_settings','a:0:{}'),(18106,577,'_aioseop_opengraph_settings','a:0:{}'),(18107,578,'_aioseop_opengraph_settings','a:0:{}'),(18108,579,'_aioseop_opengraph_settings','a:0:{}'),(18109,580,'_aioseop_opengraph_settings','a:0:{}'),(18110,581,'_aioseop_opengraph_settings','a:0:{}'),(18111,582,'_aioseop_opengraph_settings','a:0:{}'),(18112,583,'_aioseop_opengraph_settings','a:0:{}'),(18113,584,'_aioseop_opengraph_settings','a:0:{}'),(18114,585,'_aioseop_opengraph_settings','a:0:{}'),(18115,586,'_aioseop_opengraph_settings','a:0:{}'),(18116,591,'_aioseop_opengraph_settings','a:0:{}'),(18117,592,'_aioseop_opengraph_settings','a:0:{}'),(18118,593,'_aioseop_opengraph_settings','a:0:{}'),(18119,594,'_aioseop_opengraph_settings','a:0:{}'),(18120,595,'_aioseop_opengraph_settings','a:0:{}'),(18121,608,'_aioseop_opengraph_settings','a:0:{}'),(18122,609,'_aioseop_opengraph_settings','a:0:{}'),(18123,610,'_aioseop_opengraph_settings','a:0:{}'),(18124,611,'_aioseop_opengraph_settings','a:0:{}'),(18125,612,'_aioseop_opengraph_settings','a:0:{}'),(18126,613,'_aioseop_opengraph_settings','a:0:{}'),(18127,618,'_aioseop_opengraph_settings','a:0:{}'),(18128,619,'_aioseop_opengraph_settings','a:0:{}'),(18129,620,'_aioseop_opengraph_settings','a:0:{}'),(18130,621,'_aioseop_opengraph_settings','a:0:{}'),(18131,449,'_aioseop_opengraph_settings','a:0:{}'),(18132,1111,'_edit_lock','1572985139:1'),(18133,419,'_aioseop_opengraph_settings','a:14:{s:32:\"aioseop_opengraph_settings_title\";s:0:\"\";s:31:\"aioseop_opengraph_settings_desc\";s:0:\"\";s:36:\"aioseop_opengraph_settings_customimg\";s:0:\"\";s:37:\"aioseop_opengraph_settings_imagewidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_imageheight\";s:0:\"\";s:32:\"aioseop_opengraph_settings_video\";s:0:\"\";s:37:\"aioseop_opengraph_settings_videowidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_videoheight\";s:0:\"\";s:35:\"aioseop_opengraph_settings_category\";s:7:\"article\";s:34:\"aioseop_opengraph_settings_section\";s:0:\"\";s:30:\"aioseop_opengraph_settings_tag\";s:0:\"\";s:34:\"aioseop_opengraph_settings_setcard\";s:7:\"summary\";s:44:\"aioseop_opengraph_settings_customimg_twitter\";s:0:\"\";s:44:\"aioseop_opengraph_settings_customimg_checker\";s:1:\"0\";}'),(18134,1136,'show_crypto_funds','0'),(18135,1136,'_show_crypto_funds','field_5d1cd58ba65cf'),(18136,1136,'title','Crypto Is Money - \r\nLet’s Use It.'),(18137,1136,'_title','field_5d264012842b2'),(18138,1136,'description','This is the future of crypto banking. CryptoWallet is your gateway to digital currency and beyond. Integrate crypto payments into your business or spend your crypto in any store.'),(18139,1136,'_description','field_5d26402d842b3'),(18140,1136,'title_cryptowallet','What is CryptoWallet?'),(18141,1136,'_title_cryptowallet','field_5d26470a0c80a'),(18142,1136,'description_cryptowallet','CryptoWallet is an end-to-end crypto banking and commercial solution.'),(18143,1136,'_description_cryptowallet','field_5d26471d0c80b'),(18144,1136,'benefits_0_title','Wallet'),(18145,1136,'_benefits_0_title','field_5d26480f0c80d'),(18146,1136,'benefits_0_description','It’s a wallet where you can securely store your crypto funds.'),(18147,1136,'_benefits_0_description','field_5d26481d0c80e'),(18148,1136,'benefits_1_title','Debit Card'),(18149,1136,'_benefits_1_title','field_5d26480f0c80d'),(18150,1136,'benefits_1_description','It’s a debit card that lets you spend crypto in any store.'),(18151,1136,'_benefits_1_description','field_5d26481d0c80e'),(18152,1136,'benefits_2_title','Exchange App'),(18153,1136,'_benefits_2_title','field_5d26480f0c80d'),(18154,1136,'benefits_2_description','It’s an exchange app that allows you to quickly and easily exchange crypto on your phone.'),(18155,1136,'_benefits_2_description','field_5d26481d0c80e'),(18156,1136,'benefits','3'),(18157,1136,'_benefits','field_5d2647670c80c'),(18158,1136,'benefits_0_animation_card','Wallet'),(18159,1136,'_benefits_0_animation_card','field_5d2649429a9b9'),(18160,1136,'benefits_1_animation_card','Debit Card'),(18161,1136,'_benefits_1_animation_card','field_5d2649429a9b9'),(18162,1136,'benefits_2_animation_card','Exchange App'),(18163,1136,'_benefits_2_animation_card','field_5d2649429a9b9'),(18164,1136,'title_welcome','Welcome to your gateway \r\nfor digital currency.'),(18165,1136,'_title_welcome','field_5d264f1cfddba'),(18166,1136,'title_contactless','A Contactless Crypto Wallet \r\nDebit Card With Cashback'),(18167,1136,'_title_contactless','field_5d26573a87236'),(18168,1136,'description_contactless','Cryptocurrency adoption is here with our innovative new contactless debit card.'),(18169,1136,'_description_contactless','field_5d26577287237'),(18170,1136,'benefits_contactless_0_icone','note'),(18171,1136,'_benefits_contactless_0_icone','field_5d2658038723f'),(18172,1136,'benefits_contactless_0_title','Shop Anywhere'),(18173,1136,'_benefits_contactless_0_title','field_5d2658038723d'),(18174,1136,'benefits_contactless_0_description','You can finally spend your cryptocurrency on real goods and services anywhere that accepts VISA.'),(18175,1136,'_benefits_contactless_0_description','field_5d2658038723e'),(18176,1136,'benefits_contactless_1_icone','coin'),(18177,1136,'_benefits_contactless_1_icone','field_5d2658038723f'),(18178,1136,'benefits_contactless_1_title','Convert'),(18179,1136,'_benefits_contactless_1_title','field_5d2658038723d'),(18180,1136,'benefits_contactless_1_description','Converting your crypto to fiat for purchases is simple using the instant in-appexchange feature. Stop the crypto shuffle and let CryptoWallet do the work.'),(18181,1136,'_benefits_contactless_1_description','field_5d2658038723e'),(18182,1136,'benefits_contactless_2_icone','bitcoin'),(18183,1136,'_benefits_contactless_2_icone','field_5d2658038723f'),(18184,1136,'benefits_contactless_2_title','Unique Crypto Cashback'),(18185,1136,'_benefits_contactless_2_title','field_5d2658038723d'),(18186,1136,'benefits_contactless_2_description','Take advantage of our unique crypto cashback feature, it puts money in your wallet - literally. Get cashback in crypto on purchases made in store with your CryptoWallet Visa debit card.'),(18187,1136,'_benefits_contactless_2_description','field_5d2658038723e'),(18188,1136,'benefits_contactless_3_icone','credit'),(18189,1136,'_benefits_contactless_3_icone','field_5d2658038723f'),(18190,1136,'benefits_contactless_3_title','Contactless'),(18191,1136,'_benefits_contactless_3_title','field_5d2658038723d'),(18192,1136,'benefits_contactless_3_description','Make crypto purchases in seconds by simply tapping your card.'),(18193,1136,'_benefits_contactless_3_description','field_5d2658038723e'),(18194,1136,'benefits_contactless','4'),(18195,1136,'_benefits_contactless','field_5d2658038723c'),(18196,1136,'title_coins','A Universal CryptoWallet'),(18197,1136,'_title_coins','field_5d2659ba646f0'),(18198,1136,'description_coins','Check out our full list of our supported currencies. '),(18199,1136,'_description_coins','field_5d2659d4646f1'),(18200,1136,'video_link','https://vimeo.com/76979871'),(18201,1136,'_video_link','field_5d2760a56946f'),(18202,1136,'button_link',''),(18203,1136,'_button_link','field_5d2760f269470'),(18204,1136,'title_wallet_app','Get the Crypto \r\nWallet App and join our community'),(18205,1136,'_title_wallet_app','field_5d2774dba7b2f'),(18206,1136,'qr_code','531'),(18207,1136,'_qr_code','field_5d277610a7b30'),(18208,1136,'title_quick_crypto','A Quick Crypto Exchange'),(18209,1136,'_title_quick_crypto','field_5d2777a8ad898'),(18210,1136,'description_quick_crypto','Skip the time-consuming hassle of using exchanges! A swift, secure <br> method for buying and trading over 140 cryptocurrencies.'),(18211,1136,'_description_quick_crypto','field_5d2777bfad899'),(18212,1136,'exchange_effortlessly_subtitle','Exchange Effortlessly'),(18213,1136,'_exchange_effortlessly_subtitle','field_5d277828ad89b'),(18214,1136,'exchange_effortlessly_text','The app lets you exchange supported cryptocurrencies effortlessly , allowing you to spend your crypto funds your way.'),(18215,1136,'_exchange_effortlessly_text','field_5d27784bad89c'),(18216,1136,'exchange_effortlessly',''),(18217,1136,'_exchange_effortlessly','field_5d27781aad89a'),(18218,1136,'top_up_with_speed_subtitle','Top Up with Speed'),(18219,1136,'_top_up_with_speed_subtitle','field_5d27786bad89e'),(18220,1136,'top_up_with_speed_text','You can top up your wallet through SEPA bank transfers or credit card. Lightning speed and hassle - free - that\'s a win.'),(18221,1136,'_top_up_with_speed_text','field_5d27786bad89f'),(18222,1136,'top_up_with_speed',''),(18223,1136,'_top_up_with_speed','field_5d27786aad89d'),(18224,1136,'title_payment','A Payment Gateway'),(18225,1136,'_title_payment','field_5d2782c891991'),(18226,1136,'description_payment','Accept top cryptocurrencies on your business website with the lowest fees in the industry. Our payment widget is supported by the market-leadinge-commerce plugins like:'),(18227,1136,'_description_payment','field_5d2782cd91992'),(18228,1136,'title_client_support','World Class \r\nClient Support'),(18229,1136,'_title_client_support','field_5d2783a351aae'),(18230,1136,'description_client_support','Never be left without answers - CryptoWallet’s international support team is here to help.'),(18231,1136,'_description_client_support','field_5d2783a851aaf'),(18232,1136,'block_1_subtitle','Strong Customer Focus'),(18233,1136,'_block_1_subtitle','field_5d2783f451ab1'),(18234,1136,'block_1_text','We have a strong customer focus with short waiting times and support in multiple languages.'),(18235,1136,'_block_1_text','field_5d2783f451ab2'),(18236,1136,'block_1',''),(18237,1136,'_block_1','field_5d2783f451ab0'),(18238,1136,'block_2_subtitle','High Quality Support'),(18239,1136,'_block_2_subtitle','field_5d27840951ab4'),(18240,1136,'block_2_text','CryptoWallet offers high-quality support through telephone, LiveChat, ticket submissions, and VIP treatment options.'),(18241,1136,'_block_2_text','field_5d27840951ab5'),(18242,1136,'block_2',''),(18243,1136,'_block_2','field_5d27840951ab3'),(18244,1136,'title_licensed_and_secure','Licensed and Secure'),(18245,1136,'_title_licensed_and_secure','field_5d2785d9e845e'),(18246,1136,'description_licensed_and_secure','CryptoWallet is secured by BitGo, the world’s leading Bitcoin payment processor. Digital assets and user privacy are protected by cutting-edge security measures like two-factor authentication, end-to-end encryption, and multi-signature cold storage wallets. CryptoWallet has obtained licenses from the state of Estonia ensuring full legal compliance in handling and facilitating the trade of cryptocurrencies.'),(18247,1136,'_description_licensed_and_secure','field_5d2785f4e845f'),(18248,1136,'link_licensed_and_secure','http://localhost/cappen/griflan-crypto-wallet/web/'),(18249,1136,'_link_licensed_and_secure','field_5d2786c1e8466'),(18250,1136,'block_1_licensed_and_secure_subtitle','Licensed to Provide Virtual Currency Wallet Services'),(18251,1136,'_block_1_licensed_and_secure_subtitle','field_5d278665e8461'),(18252,1136,'block_1_licensed_and_secure_text','Estonia FIU License Number <strong>FRK000131</strong> enables CryptoWallet to provide cryptocurrency storage services to our customers.'),(18253,1136,'_block_1_licensed_and_secure_text','field_5d278665e8462'),(18254,1136,'block_1_licensed_and_secure_text_link','Verify License Online'),(18255,1136,'_block_1_licensed_and_secure_text_link','field_5d2786f6e8468'),(18256,1136,'block_1_licensed_and_secure_link','http://localhost/cappen/griflan-crypto-wallet/web/'),(18257,1136,'_block_1_licensed_and_secure_link','field_5d2786d4e8467'),(18258,1136,'block_1_licensed_and_secure',''),(18259,1136,'_block_1_licensed_and_secure','field_5d278665e8460'),(18260,1136,'block_2_licensed_and_secure_subtitle','Licensed to Provide Fiat to Virtual Currency Exchange Services'),(18261,1136,'_block_2_licensed_and_secure_subtitle','field_5d27867ee8464'),(18262,1136,'block_2_licensed_and_secure_text','Estonia FIU License Number <strong>FRV000143</strong> allows us to offer direct crypto to fiat trading as well as inter-cryptocurrency exchange services.'),(18263,1136,'_block_2_licensed_and_secure_text','field_5d27867ee8465'),(18264,1136,'block_2_licensed_and_secure_text_link','Verify License Online'),(18265,1136,'_block_2_licensed_and_secure_text_link','field_5d278711e8469'),(18266,1136,'block_2_licensed_and_secure_link','http://localhost/cappen/griflan-crypto-wallet/web/'),(18267,1136,'_block_2_licensed_and_secure_link','field_5d278713e846a'),(18268,1136,'block_2_licensed_and_secure',''),(18269,1136,'_block_2_licensed_and_secure','field_5d27867ee8463'),(18270,1136,'title_works','CryptoWallet Is Fast and Easy'),(18271,1136,'_title_works','field_5d278b7272f06'),(18272,1136,'description_works','Here’s how it works.'),(18273,1136,'_description_works','field_5d278b7b72f07'),(18274,1136,'step_1_title','Download \r\nthe app'),(18275,1136,'_step_1_title','field_5d278bd472f0a'),(18276,1136,'step_1',''),(18277,1136,'_step_1','field_5d278bd472f09'),(18278,1136,'step_2_title','Order The \r\nCard'),(18279,1136,'_step_2_title','field_5d278d93b6d10'),(18280,1136,'step_2',''),(18281,1136,'_step_2','field_5d278d93b6d0f'),(18282,1136,'step_3_title','Load The Card \r\nWith Funds'),(18283,1136,'_step_3_title','field_5d278d94b6d12'),(18284,1136,'step_3',''),(18285,1136,'_step_3','field_5d278d94b6d11'),(18286,1136,'step_4_title','Start \r\nspending!'),(18287,1136,'_step_4_title','field_5d278d97b6d14'),(18288,1136,'step_4',''),(18289,1136,'_step_4','field_5d278d97b6d13'),(18290,1136,'title_press','CryptoWallet in the Press'),(18291,1136,'_title_press','field_5d2790f12668e'),(18292,1136,'logos','6'),(18293,1136,'_logos','field_5d2790f52668f'),(18294,1136,'logos_0_logo','626'),(18295,1136,'_logos_0_logo','field_5d27914c26690'),(18296,1136,'logos_1_logo','631'),(18297,1136,'_logos_1_logo','field_5d27914c26690'),(18298,1136,'logos_2_logo','651'),(18299,1136,'_logos_2_logo','field_5d27914c26690'),(18300,1136,'logos_3_logo','656'),(18301,1136,'_logos_3_logo','field_5d27914c26690'),(18302,1136,'logos_4_logo','636'),(18303,1136,'_logos_4_logo','field_5d27914c26690'),(18304,1136,'logos_5_logo','646'),(18305,1136,'_logos_5_logo','field_5d27914c26690'),(18307,442,'_aioseop_opengraph_settings','a:14:{s:32:\"aioseop_opengraph_settings_title\";s:0:\"\";s:31:\"aioseop_opengraph_settings_desc\";s:0:\"\";s:36:\"aioseop_opengraph_settings_customimg\";s:0:\"\";s:37:\"aioseop_opengraph_settings_imagewidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_imageheight\";s:0:\"\";s:32:\"aioseop_opengraph_settings_video\";s:0:\"\";s:37:\"aioseop_opengraph_settings_videowidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_videoheight\";s:0:\"\";s:35:\"aioseop_opengraph_settings_category\";s:7:\"article\";s:34:\"aioseop_opengraph_settings_section\";s:0:\"\";s:30:\"aioseop_opengraph_settings_tag\";s:0:\"\";s:34:\"aioseop_opengraph_settings_setcard\";s:7:\"summary\";s:44:\"aioseop_opengraph_settings_customimg_twitter\";s:0:\"\";s:44:\"aioseop_opengraph_settings_customimg_checker\";s:1:\"0\";}'),(18312,443,'_aioseop_opengraph_settings','a:14:{s:32:\"aioseop_opengraph_settings_title\";s:0:\"\";s:31:\"aioseop_opengraph_settings_desc\";s:0:\"\";s:36:\"aioseop_opengraph_settings_customimg\";s:0:\"\";s:37:\"aioseop_opengraph_settings_imagewidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_imageheight\";s:0:\"\";s:32:\"aioseop_opengraph_settings_video\";s:0:\"\";s:37:\"aioseop_opengraph_settings_videowidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_videoheight\";s:0:\"\";s:35:\"aioseop_opengraph_settings_category\";s:7:\"article\";s:34:\"aioseop_opengraph_settings_section\";s:0:\"\";s:30:\"aioseop_opengraph_settings_tag\";s:0:\"\";s:34:\"aioseop_opengraph_settings_setcard\";s:7:\"summary\";s:44:\"aioseop_opengraph_settings_customimg_twitter\";s:0:\"\";s:44:\"aioseop_opengraph_settings_customimg_checker\";s:1:\"0\";}'),(18322,273,'_aioseop_opengraph_settings','a:14:{s:32:\"aioseop_opengraph_settings_title\";s:0:\"\";s:31:\"aioseop_opengraph_settings_desc\";s:0:\"\";s:36:\"aioseop_opengraph_settings_customimg\";s:0:\"\";s:37:\"aioseop_opengraph_settings_imagewidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_imageheight\";s:0:\"\";s:32:\"aioseop_opengraph_settings_video\";s:0:\"\";s:37:\"aioseop_opengraph_settings_videowidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_videoheight\";s:0:\"\";s:35:\"aioseop_opengraph_settings_category\";s:7:\"article\";s:34:\"aioseop_opengraph_settings_section\";s:0:\"\";s:30:\"aioseop_opengraph_settings_tag\";s:0:\"\";s:34:\"aioseop_opengraph_settings_setcard\";s:7:\"summary\";s:44:\"aioseop_opengraph_settings_customimg_twitter\";s:0:\"\";s:44:\"aioseop_opengraph_settings_customimg_checker\";s:1:\"0\";}'),(18323,273,'title_quick_crypto','A Quick Crypto Exchange'),(18324,273,'_title_quick_crypto','field_5d2777a8ad898'),(18325,273,'description_quick_crypto','Skip the time-consuming hassle of using exchanges! A swift, secure\r\nmethod for buying and trading over 140 cryptocurrencies.'),(18326,273,'_description_quick_crypto','field_5d2777bfad899'),(18327,273,'exchange_effortlessly_subtitle','Exchange Effortlessly'),(18328,273,'_exchange_effortlessly_subtitle','field_5d277828ad89b'),(18329,273,'exchange_effortlessly_text','The app lets you exchange supported cryptocurrencies effortlessly , allowing you to spend your crypto funds your way.'),(18330,273,'_exchange_effortlessly_text','field_5d27784bad89c'),(18331,273,'exchange_effortlessly',''),(18332,273,'_exchange_effortlessly','field_5d27781aad89a'),(18333,273,'top_up_with_speed_subtitle','Top Up with Speed'),(18334,273,'_top_up_with_speed_subtitle','field_5d27786bad89e'),(18335,273,'top_up_with_speed_text',''),(18336,273,'_top_up_with_speed_text','field_5d27786bad89f'),(18337,273,'top_up_with_speed',''),(18338,273,'_top_up_with_speed','field_5d27786aad89d'),(18339,1140,'show_crypto_funds','1'),(18340,1140,'_show_crypto_funds','field_5d1cd58ba65cf'),(18341,1140,'subtitle','Trading on the platform is simple.'),(18342,1140,'_subtitle','field_5d1cefaac040c'),(18343,1140,'title_section_1','Here’s how it works.'),(18344,1140,'_title_section_1','field_5d1cefbcc040d'),(18345,1140,'step_1','Top up your balance using your credit card, wire transfer, or existing crypto funds.'),(18346,1140,'_step_1','field_5d1cf019c040e'),(18347,1140,'step_2','Select the cryptocurrency you want to buy.'),(18348,1140,'_step_2','field_5d1cf0afc040f'),(18349,1140,'step_3','Enter the amount of fiat money you want to spend.'),(18350,1140,'_step_3','field_5d1cf0b0c0410'),(18351,1140,'step_4','Confirm your order.'),(18352,1140,'_step_4','field_5d1cf0b2c0411'),(18353,1140,'title_section_2','You now own cryptocurrency!'),(18354,1140,'_title_section_2','field_5d1cf11c5e9c5'),(18355,1140,'text_section_2','From there, you have many options.'),(18356,1140,'_text_section_2','field_5d1cf1295e9c6'),(18357,1140,'option_1','Spend crypto in stores using your CryptoWallet Debit Card.'),(18358,1140,'_option_1','field_5d1cf1405e9c7'),(18359,1140,'option_2','Buy products online at supported websites.'),(18360,1140,'_option_2','field_5d1cf14b5e9c8'),(18361,1140,'option_3','Trade your funds for other cryptocurrencies!'),(18362,1140,'_option_3','field_5d1cf14d5e9c9'),(18363,1140,'title_section_3','Trading Cryptocurrency is Simple!'),(18364,1140,'_title_section_3','field_5d1cf1555e9cb'),(18365,1140,'text_section_3','Simply select the cryptocurrency in your wallet you want to trade, and select another cryptocurrency on the exchange. The exchange rate will be displayed on screen - click “buy” to purchase new crypto with your existing funds.\r\n\r\nYou can monitor the CryptoWallet charts to decide when to trade. Read more about trading and how to read charts in our Academy section.'),(18366,1140,'_text_section_3','field_5d1cf1595e9cc'),(18367,1140,'title_quick_crypto','A Quick Crypto Exchange'),(18368,1140,'_title_quick_crypto','field_5d2777a8ad898'),(18369,1140,'description_quick_crypto','Skip the time-consuming hassle of using exchanges! A swift, secure\r\nmethod for buying and trading over 140 cryptocurrencies.'),(18370,1140,'_description_quick_crypto','field_5d2777bfad899'),(18371,1140,'exchange_effortlessly_subtitle','Exchange Effortlessly'),(18372,1140,'_exchange_effortlessly_subtitle','field_5d277828ad89b'),(18373,1140,'exchange_effortlessly_text','The app lets you exchange supported cryptocurrencies effortlessly , allowing you to spend your crypto funds your way.'),(18374,1140,'_exchange_effortlessly_text','field_5d27784bad89c'),(18375,1140,'exchange_effortlessly',''),(18376,1140,'_exchange_effortlessly','field_5d27781aad89a'),(18377,1140,'top_up_with_speed_subtitle','Top Up with Speed'),(18378,1140,'_top_up_with_speed_subtitle','field_5d27786bad89e'),(18379,1140,'top_up_with_speed_text','You can top up your wallet through SEPA bank transfers or credit card. Lightning speed and hassle - free - that\'s a win.'),(18380,1140,'_top_up_with_speed_text','field_5d27786bad89f'),(18381,1140,'top_up_with_speed',''),(18382,1140,'_top_up_with_speed','field_5d27786aad89d'),(18383,221,'_aioseop_opengraph_settings','a:14:{s:32:\"aioseop_opengraph_settings_title\";s:0:\"\";s:31:\"aioseop_opengraph_settings_desc\";s:0:\"\";s:36:\"aioseop_opengraph_settings_customimg\";s:0:\"\";s:37:\"aioseop_opengraph_settings_imagewidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_imageheight\";s:0:\"\";s:32:\"aioseop_opengraph_settings_video\";s:0:\"\";s:37:\"aioseop_opengraph_settings_videowidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_videoheight\";s:0:\"\";s:35:\"aioseop_opengraph_settings_category\";s:7:\"article\";s:34:\"aioseop_opengraph_settings_section\";s:0:\"\";s:30:\"aioseop_opengraph_settings_tag\";s:0:\"\";s:34:\"aioseop_opengraph_settings_setcard\";s:7:\"summary\";s:44:\"aioseop_opengraph_settings_customimg_twitter\";s:0:\"\";s:44:\"aioseop_opengraph_settings_customimg_checker\";s:1:\"0\";}'),(18384,221,'title_contactless','A Contactless Crypto Wallet \r\nDebit Card With Cashback'),(18385,221,'_title_contactless','field_5dc1bfc9b4f7b'),(18386,221,'description_contactless','Cryptocurrency adoption is here with our innovative new contactless debit card.'),(18387,221,'_description_contactless','field_5dc1bff0b4f7c'),(18388,221,'benefits_contactless_0_icone','note'),(18389,221,'_benefits_contactless_0_icone','field_5dc1c06db4f7e'),(18390,221,'benefits_contactless_0_title','Shop Anywhere'),(18391,221,'_benefits_contactless_0_title','field_5dc1c097b4f7f'),(18392,221,'benefits_contactless_0_description','You can finally spend your cryptocurrency on real goods and services anywhere that accepts VISA.'),(18393,221,'_benefits_contactless_0_description','field_5dc1c0b6b4f80'),(18394,221,'benefits_contactless_1_icone','coin'),(18395,221,'_benefits_contactless_1_icone','field_5dc1c06db4f7e'),(18396,221,'benefits_contactless_1_title','Convert'),(18397,221,'_benefits_contactless_1_title','field_5dc1c097b4f7f'),(18398,221,'benefits_contactless_1_description','Converting your crypto to fiat for purchases is simple using the instant in-appexchange feature. Stop the crypto shuffle and let CryptoWallet do the work.'),(18399,221,'_benefits_contactless_1_description','field_5dc1c0b6b4f80'),(18400,221,'benefits_contactless_2_icone','bitcoin'),(18401,221,'_benefits_contactless_2_icone','field_5dc1c06db4f7e'),(18402,221,'benefits_contactless_2_title','Unique Crypto Cashback'),(18403,221,'_benefits_contactless_2_title','field_5dc1c097b4f7f'),(18404,221,'benefits_contactless_2_description','Take advantage of our unique crypto cashback feature, it puts money in your wallet - literally. Get cashback in crypto on purchases made in store with your CryptoWallet Visa debit card.'),(18405,221,'_benefits_contactless_2_description','field_5dc1c0b6b4f80'),(18406,221,'benefits_contactless_3_icone','credit'),(18407,221,'_benefits_contactless_3_icone','field_5dc1c06db4f7e'),(18408,221,'benefits_contactless_3_title','Contactless'),(18409,221,'_benefits_contactless_3_title','field_5dc1c097b4f7f'),(18410,221,'benefits_contactless_3_description','Make crypto purchases in seconds by simply tapping your card.'),(18411,221,'_benefits_contactless_3_description','field_5dc1c0b6b4f80'),(18412,221,'benefits_contactless','4'),(18413,221,'_benefits_contactless','field_5dc1c03fb4f7d'),(18414,1141,'show_crypto_funds','1'),(18415,1141,'_show_crypto_funds','field_5d1cd58ba65cf'),(18416,1141,'subtitle','CW Prepaid Card'),(18417,1141,'_subtitle','field_5d1cd8ec3c600'),(18418,1141,'text','Load CryptoCurrency to a Visa Debit Card and spend crypto directly in all major outlets.\r\n<ul>\r\n 	<li>• Low Fees</li>\r\n 	<li>• Chip and Pin or Virtual Cards</li>\r\n 	<li>• Online and offline spending</li>\r\n</ul>\r\nFinally, you can use your cryptocurrency funds as real cash! Buy online or in any outlet that accepts Visa. Adoption is just a click away.'),(18419,1141,'_text','field_5d1cd9046f426'),(18420,1141,'text_link','Order Your Debit Card Now'),(18421,1141,'_text_link','field_5d1cd9346f428'),(18422,1141,'title_cryptoWallet','CryptoWallet Is Fast and Easy'),(18423,1141,'_title_cryptoWallet','field_5d1cd9760bf2f'),(18424,1141,'step_1_title','Order Card'),(18425,1141,'_step_1_title','field_5d1cd9d00bf32'),(18426,1141,'step_1_text','Just confirm your address and we’ll ship your card to your house for free.'),(18427,1141,'_step_1_text','field_5d1cd9dc0bf33'),(18428,1141,'step_1',''),(18429,1141,'_step_1','field_5d1cd9af0bf31'),(18430,1141,'step_2_title','Activate Account'),(18431,1141,'_step_2_title','field_5d1cda21981be'),(18432,1141,'step_2_text','Activate and set up your CryptoWallet Debit Card account to spend your crypto anywhere, anytime.'),(18433,1141,'_step_2_text','field_5d1cda21981bf'),(18434,1141,'step_2',''),(18435,1141,'_step_2','field_5d1cda21981bd'),(18436,1141,'step_3_title','Load Funds'),(18437,1141,'_step_3_title','field_5d1cda22981c1'),(18438,1141,'step_3_text','Load card with fiat like US dollars through wire transfer or credit card. Or, transfer crypto right into the card.'),(18439,1141,'_step_3_text','field_5d1cda22981c2'),(18440,1141,'step_3',''),(18441,1141,'_step_3','field_5d1cda22981c0'),(18442,1141,'step_4_title','Spend Funds'),(18443,1141,'_step_4_title','field_5d1cda24981c4'),(18444,1141,'step_4_text','Congratulations!\r\nYou can spend crypto currencies online or anywhere that accepts Visa.'),(18445,1141,'_step_4_text','field_5d1cda24981c5'),(18446,1141,'step_4',''),(18447,1141,'_step_4','field_5d1cda24981c3'),(18448,1141,'title_limits','Fees And Limits'),(18449,1141,'_title_limits','field_5d1cda4d3f09f'),(18450,1141,'table_0_title','Prepaid Card Fees'),(18451,1141,'_table_0_title','field_5d1cdaaa3f0a1'),(18452,1141,'table_0_line_0_name','Card price'),(18453,1141,'_table_0_line_0_name','field_5d1cdaf93f0a3'),(18454,1141,'table_0_line_0_eur','€15.00 '),(18455,1141,'_table_0_line_0_eur','field_5d1cdb263f0a4'),(18456,1141,'table_0_line_0_usd','$15.00 '),(18457,1141,'_table_0_line_0_usd','field_5d1cdb373f0a5'),(18458,1141,'table_0_line_0_gbp','€15.00 '),(18459,1141,'_table_0_line_0_gbp','field_5d1cdb3d3f0a6'),(18460,1141,'table_0_line','9'),(18461,1141,'_table_0_line','field_5d1cdac43f0a2'),(18462,1141,'table','4'),(18463,1141,'_table','field_5d1cda763f0a0'),(18464,1141,'alert','French Customers: In compliance with French law, French residents must be KYC2-verified and\r\nhave a cash withdrawal limit of €1,000 per month and a maximum balance of €10,000.'),(18465,1141,'_alert','field_5d1cdbad5f803'),(18466,1141,'text_cryptowallet','Here’s how it works.'),(18467,1141,'_text_cryptowallet','field_5d1cd99e0bf30'),(18468,1141,'text_copy','Here’s how it works.'),(18469,1141,'_text_copy','field_5d1cec7cb0dbe'),(18470,1141,'alert_cryptowallet','Online spending, offline spending, ATM withdrawals, and even cashback: \r\nWelcome to the forefront of adoption.'),(18471,1141,'_alert_cryptowallet','field_5d1cec7cb0dbe'),(18472,1141,'title_crypto','CryptoWallet Is Fast and Easy'),(18473,1141,'_title_crypto','field_5d1ced55f3463'),(18474,1141,'table_0_line_1_name','Standard global delivery'),(18475,1141,'_table_0_line_1_name','field_5d1cdaf93f0a3'),(18476,1141,'table_0_line_1_eur','Free '),(18477,1141,'_table_0_line_1_eur','field_5d1cdb263f0a4'),(18478,1141,'table_0_line_1_usd','Free '),(18479,1141,'_table_0_line_1_usd','field_5d1cdb373f0a5'),(18480,1141,'table_0_line_1_gbp','Free '),(18481,1141,'_table_0_line_1_gbp','field_5d1cdb3d3f0a6'),(18482,1141,'table_0_line_2_name','Express global delivery '),(18483,1141,'_table_0_line_2_name','field_5d1cdaf93f0a3'),(18484,1141,'table_0_line_2_eur','€70.00 '),(18485,1141,'_table_0_line_2_eur','field_5d1cdb263f0a4'),(18486,1141,'table_0_line_2_usd','$70.00 '),(18487,1141,'_table_0_line_2_usd','field_5d1cdb373f0a5'),(18488,1141,'table_0_line_2_gbp','£70.00 '),(18489,1141,'_table_0_line_2_gbp','field_5d1cdb3d3f0a6'),(18490,1141,'table_0_line_3_name','ATM fee (domestic) '),(18491,1141,'_table_0_line_3_name','field_5d1cdaf93f0a3'),(18492,1141,'table_0_line_3_eur','€2.25 '),(18493,1141,'_table_0_line_3_eur','field_5d1cdb263f0a4'),(18494,1141,'table_0_line_3_usd','$2.50 '),(18495,1141,'_table_0_line_3_usd','field_5d1cdb373f0a5'),(18496,1141,'table_0_line_3_gbp','£1.75 '),(18497,1141,'_table_0_line_3_gbp','field_5d1cdb3d3f0a6'),(18498,1141,'table_0_line_4_name','ATM fee (international)'),(18499,1141,'_table_0_line_4_name','field_5d1cdaf93f0a3'),(18500,1141,'table_0_line_4_eur','€2.75 '),(18501,1141,'_table_0_line_4_eur','field_5d1cdb263f0a4'),(18502,1141,'table_0_line_4_usd','$3.50 '),(18503,1141,'_table_0_line_4_usd','field_5d1cdb373f0a5'),(18504,1141,'table_0_line_4_gbp','£2.25 '),(18505,1141,'_table_0_line_4_gbp','field_5d1cdb3d3f0a6'),(18506,1141,'table_0_line_5_name','Foreign transaction fee '),(18507,1141,'_table_0_line_5_name','field_5d1cdaf93f0a3'),(18508,1141,'table_0_line_5_eur','3% '),(18509,1141,'_table_0_line_5_eur','field_5d1cdb263f0a4'),(18510,1141,'table_0_line_5_usd','3% '),(18511,1141,'_table_0_line_5_usd','field_5d1cdb373f0a5'),(18512,1141,'table_0_line_5_gbp','3% '),(18513,1141,'_table_0_line_5_gbp','field_5d1cdb3d3f0a6'),(18514,1141,'table_0_line_6_name','Loading fee '),(18515,1141,'_table_0_line_6_name','field_5d1cdaf93f0a3'),(18516,1141,'table_0_line_6_eur','1% '),(18517,1141,'_table_0_line_6_eur','field_5d1cdb263f0a4'),(18518,1141,'table_0_line_6_usd','1% '),(18519,1141,'_table_0_line_6_usd','field_5d1cdb373f0a5'),(18520,1141,'table_0_line_6_gbp','1% '),(18521,1141,'_table_0_line_6_gbp','field_5d1cdb3d3f0a6'),(18522,1141,'table_0_line_7_name','Third-party loading fee '),(18523,1141,'_table_0_line_7_name','field_5d1cdaf93f0a3'),(18524,1141,'table_0_line_7_eur','1.99% '),(18525,1141,'_table_0_line_7_eur','field_5d1cdb263f0a4'),(18526,1141,'table_0_line_7_usd','1.99% '),(18527,1141,'_table_0_line_7_usd','field_5d1cdb373f0a5'),(18528,1141,'table_0_line_7_gbp','1.99% '),(18529,1141,'_table_0_line_7_gbp','field_5d1cdb3d3f0a6'),(18530,1141,'table_0_line_8_name','Monthly service fee'),(18531,1141,'_table_0_line_8_name','field_5d1cdaf93f0a3'),(18532,1141,'table_0_line_8_eur','€1'),(18533,1141,'_table_0_line_8_eur','field_5d1cdb263f0a4'),(18534,1141,'table_0_line_8_usd','$1'),(18535,1141,'_table_0_line_8_usd','field_5d1cdb373f0a5'),(18536,1141,'table_0_line_8_gbp','£1'),(18537,1141,'_table_0_line_8_gbp','field_5d1cdb3d3f0a6'),(18538,1141,'table_1_title','Prepaid Account Limits'),(18539,1141,'_table_1_title','field_5d1cdaaa3f0a1'),(18540,1141,'table_1_line_0_name','Online transaction limit'),(18541,1141,'_table_1_line_0_name','field_5d1cdaf93f0a3'),(18542,1141,'table_1_line_0_eur','€1,000 / unlimited'),(18543,1141,'_table_1_line_0_eur','field_5d1cdb263f0a4'),(18544,1141,'table_1_line_0_usd','$1,000 / unlimited'),(18545,1141,'_table_1_line_0_usd','field_5d1cdb373f0a5'),(18546,1141,'table_1_line_0_gbp','£800 / unlimited'),(18547,1141,'_table_1_line_0_gbp','field_5d1cdb3d3f0a6'),(18548,1141,'table_1_line','10'),(18549,1141,'_table_1_line','field_5d1cdac43f0a2'),(18550,1141,'table_2_title','Virtual Card Fees'),(18551,1141,'_table_2_title','field_5d1cdaaa3f0a1'),(18552,1141,'table_2_line_0_name','Card price'),(18553,1141,'_table_2_line_0_name','field_5d1cdaf93f0a3'),(18554,1141,'table_2_line_0_eur','€2.50'),(18555,1141,'_table_2_line_0_eur','field_5d1cdb263f0a4'),(18556,1141,'table_2_line_0_usd','$2.50'),(18557,1141,'_table_2_line_0_usd','field_5d1cdb373f0a5'),(18558,1141,'table_2_line_0_gbp','£2.50'),(18559,1141,'_table_2_line_0_gbp','field_5d1cdb3d3f0a6'),(18560,1141,'table_2_line','5'),(18561,1141,'_table_2_line','field_5d1cdac43f0a2'),(18562,1141,'table_3_title','Virtual Card Account Limits'),(18563,1141,'_table_3_title','field_5d1cdaaa3f0a1'),(18564,1141,'table_3_line_0_name','Online transaction limit'),(18565,1141,'_table_3_line_0_name','field_5d1cdaf93f0a3'),(18566,1141,'table_3_line_0_eur','€1,000 / unlimited'),(18567,1141,'_table_3_line_0_eur','field_5d1cdb263f0a4'),(18568,1141,'table_3_line_0_usd','$1,000 / unlimited'),(18569,1141,'_table_3_line_0_usd','field_5d1cdb373f0a5'),(18570,1141,'table_3_line_0_gbp','£800 / unlimited'),(18571,1141,'_table_3_line_0_gbp','field_5d1cdb3d3f0a6'),(18572,1141,'table_3_line','10'),(18573,1141,'_table_3_line','field_5d1cdac43f0a2'),(18574,1141,'alert_limits','French Customers: In compliance with French law, French residents must be KYC2-verified\r\nand have a cash withdrawal limit of €1,000 per month and a maximum balance of €10,000.'),(18575,1141,'_alert_limits','field_5d278c5e79681'),(18576,1141,'table_1_line_1_name','Third-party loads available'),(18577,1141,'_table_1_line_1_name','field_5d1cdaf93f0a3'),(18578,1141,'table_1_line_1_eur','No / Yes'),(18579,1141,'_table_1_line_1_eur','field_5d1cdb263f0a4'),(18580,1141,'table_1_line_1_usd','No / Yes'),(18581,1141,'_table_1_line_1_usd','field_5d1cdb373f0a5'),(18582,1141,'table_1_line_1_gbp','No / Yes'),(18583,1141,'_table_1_line_1_gbp','field_5d1cdb3d3f0a6'),(18584,1141,'table_1_line_2_name','Single ATM Transaction Limit'),(18585,1141,'_table_1_line_2_name','field_5d1cdaf93f0a3'),(18586,1141,'table_1_line_2_eur','€200 / €1,000'),(18587,1141,'_table_1_line_2_eur','field_5d1cdb263f0a4'),(18588,1141,'table_1_line_2_usd','$200 / 1,000'),(18589,1141,'_table_1_line_2_usd','field_5d1cdb373f0a5'),(18590,1141,'table_1_line_2_gbp','£160 / 800'),(18591,1141,'_table_1_line_2_gbp','field_5d1cdb3d3f0a6'),(18592,1141,'table_1_line_3_name','Daily ATM Withdrawal Limit'),(18593,1141,'_table_1_line_3_name','field_5d1cdaf93f0a3'),(18594,1141,'table_1_line_3_eur','€400 / 2,000'),(18595,1141,'_table_1_line_3_eur','field_5d1cdb263f0a4'),(18596,1141,'table_1_line_3_usd','$400 / 2,000'),(18597,1141,'_table_1_line_3_usd','field_5d1cdb373f0a5'),(18598,1141,'table_1_line_3_gbp','$320 / 1,600'),(18599,1141,'_table_1_line_3_gbp','field_5d1cdb3d3f0a6'),(18600,1141,'table_1_line_4_name','Max topup Value'),(18601,1141,'_table_1_line_4_name','field_5d1cdaf93f0a3'),(18602,1141,'table_1_line_4_eur','€1,000 / €10,000'),(18603,1141,'_table_1_line_4_eur','field_5d1cdb263f0a4'),(18604,1141,'table_1_line_4_usd','$1,000 / $10,000'),(18605,1141,'_table_1_line_4_usd','field_5d1cdb373f0a5'),(18606,1141,'table_1_line_4_gbp','£8000 / £8,000'),(18607,1141,'_table_1_line_4_gbp','field_5d1cdb3d3f0a6'),(18608,1141,'table_1_line_5_name','Max Daily Load'),(18609,1141,'_table_1_line_5_name','field_5d1cdaf93f0a3'),(18610,1141,'table_1_line_5_eur','€1,000 / €20,000'),(18611,1141,'_table_1_line_5_eur','field_5d1cdb263f0a4'),(18612,1141,'table_1_line_5_usd','$1,000 / $20,000'),(18613,1141,'_table_1_line_5_usd','field_5d1cdb373f0a5'),(18614,1141,'table_1_line_5_gbp','£800 / £16,000'),(18615,1141,'_table_1_line_5_gbp','field_5d1cdb3d3f0a6'),(18616,1141,'table_1_line_6_name','Max Lifetime Load'),(18617,1141,'_table_1_line_6_name','field_5d1cdaf93f0a3'),(18618,1141,'table_1_line_6_eur','€1,000 / Unlimited'),(18619,1141,'_table_1_line_6_eur','field_5d1cdb263f0a4'),(18620,1141,'table_1_line_6_usd','$1,000 / Unlimited'),(18621,1141,'_table_1_line_6_usd','field_5d1cdb373f0a5'),(18622,1141,'table_1_line_6_gbp','£800 / Unlimited'),(18623,1141,'_table_1_line_6_gbp','field_5d1cdb3d3f0a6'),(18624,1141,'table_1_line_7_name','Max Lifetime Unload'),(18625,1141,'_table_1_line_7_name','field_5d1cdaf93f0a3'),(18626,1141,'table_1_line_7_eur','€1,000 / Unlimited'),(18627,1141,'_table_1_line_7_eur','field_5d1cdb263f0a4'),(18628,1141,'table_1_line_7_usd','$1,000 / Unlimited'),(18629,1141,'_table_1_line_7_usd','field_5d1cdb373f0a5'),(18630,1141,'table_1_line_7_gbp','£800 / Unlimited'),(18631,1141,'_table_1_line_7_gbp','field_5d1cdb3d3f0a6'),(18632,1141,'table_1_line_8_name','Daily load limit'),(18633,1141,'_table_1_line_8_name','field_5d1cdaf93f0a3'),(18634,1141,'table_1_line_8_eur','2 / Unlimited'),(18635,1141,'_table_1_line_8_eur','field_5d1cdb263f0a4'),(18636,1141,'table_1_line_8_usd','2 / Unlimited'),(18637,1141,'_table_1_line_8_usd','field_5d1cdb373f0a5'),(18638,1141,'table_1_line_8_gbp','2 / Unlimited'),(18639,1141,'_table_1_line_8_gbp','field_5d1cdb3d3f0a6'),(18640,1141,'table_1_line_9_name','Daily ATM Transaction Limit'),(18641,1141,'_table_1_line_9_name','field_5d1cdaf93f0a3'),(18642,1141,'table_1_line_9_eur','2 / 5'),(18643,1141,'_table_1_line_9_eur','field_5d1cdb263f0a4'),(18644,1141,'table_1_line_9_usd','2 / 5'),(18645,1141,'_table_1_line_9_usd','field_5d1cdb373f0a5'),(18646,1141,'table_1_line_9_gbp','2 / 5'),(18647,1141,'_table_1_line_9_gbp','field_5d1cdb3d3f0a6'),(18648,1141,'table_2_line_1_name','Foreign Transaction Fee'),(18649,1141,'_table_2_line_1_name','field_5d1cdaf93f0a3'),(18650,1141,'table_2_line_1_eur','3%'),(18651,1141,'_table_2_line_1_eur','field_5d1cdb263f0a4'),(18652,1141,'table_2_line_1_usd','3%'),(18653,1141,'_table_2_line_1_usd','field_5d1cdb373f0a5'),(18654,1141,'table_2_line_1_gbp','3%'),(18655,1141,'_table_2_line_1_gbp','field_5d1cdb3d3f0a6'),(18656,1141,'table_2_line_2_name','Monthly Service Fee'),(18657,1141,'_table_2_line_2_name','field_5d1cdaf93f0a3'),(18658,1141,'table_2_line_2_eur','€1'),(18659,1141,'_table_2_line_2_eur','field_5d1cdb263f0a4'),(18660,1141,'table_2_line_2_usd','$1'),(18661,1141,'_table_2_line_2_usd','field_5d1cdb373f0a5'),(18662,1141,'table_2_line_2_gbp','£1'),(18663,1141,'_table_2_line_2_gbp','field_5d1cdb3d3f0a6'),(18664,1141,'table_2_line_3_name','Loading Fee'),(18665,1141,'_table_2_line_3_name','field_5d1cdaf93f0a3'),(18666,1141,'table_2_line_3_eur','1%'),(18667,1141,'_table_2_line_3_eur','field_5d1cdb263f0a4'),(18668,1141,'table_2_line_3_usd','1%'),(18669,1141,'_table_2_line_3_usd','field_5d1cdb373f0a5'),(18670,1141,'table_2_line_3_gbp','1%'),(18671,1141,'_table_2_line_3_gbp','field_5d1cdb3d3f0a6'),(18672,1141,'table_2_line_4_name','Third Party Loading Fee'),(18673,1141,'_table_2_line_4_name','field_5d1cdaf93f0a3'),(18674,1141,'table_2_line_4_eur','1.99%'),(18675,1141,'_table_2_line_4_eur','field_5d1cdb263f0a4'),(18676,1141,'table_2_line_4_usd','1.99%'),(18677,1141,'_table_2_line_4_usd','field_5d1cdb373f0a5'),(18678,1141,'table_2_line_4_gbp','1.99%'),(18679,1141,'_table_2_line_4_gbp','field_5d1cdb3d3f0a6'),(18680,1141,'table_3_line_1_name','Third-party loads available'),(18681,1141,'_table_3_line_1_name','field_5d1cdaf93f0a3'),(18682,1141,'table_3_line_1_eur','No / Yes'),(18683,1141,'_table_3_line_1_eur','field_5d1cdb263f0a4'),(18684,1141,'table_3_line_1_usd','No / Yes'),(18685,1141,'_table_3_line_1_usd','field_5d1cdb373f0a5'),(18686,1141,'table_3_line_1_gbp','No / Yes'),(18687,1141,'_table_3_line_1_gbp','field_5d1cdb3d3f0a6'),(18688,1141,'table_3_line_2_name','Single ATM Transaction Limit'),(18689,1141,'_table_3_line_2_name','field_5d1cdaf93f0a3'),(18690,1141,'table_3_line_2_eur','€200 / €1,000'),(18691,1141,'_table_3_line_2_eur','field_5d1cdb263f0a4'),(18692,1141,'table_3_line_2_usd','$200 / 1,000 '),(18693,1141,'_table_3_line_2_usd','field_5d1cdb373f0a5'),(18694,1141,'table_3_line_2_gbp','£160 / 800'),(18695,1141,'_table_3_line_2_gbp','field_5d1cdb3d3f0a6'),(18696,1141,'table_3_line_3_name','Daily ATM Withdrawal Limit'),(18697,1141,'_table_3_line_3_name','field_5d1cdaf93f0a3'),(18698,1141,'table_3_line_3_eur','€400 / 2,000 '),(18699,1141,'_table_3_line_3_eur','field_5d1cdb263f0a4'),(18700,1141,'table_3_line_3_usd','$400 / 2,000 '),(18701,1141,'_table_3_line_3_usd','field_5d1cdb373f0a5'),(18702,1141,'table_3_line_3_gbp','$320 / 1,600'),(18703,1141,'_table_3_line_3_gbp','field_5d1cdb3d3f0a6'),(18704,1141,'table_3_line_4_name','Max topup Value'),(18705,1141,'_table_3_line_4_name','field_5d1cdaf93f0a3'),(18706,1141,'table_3_line_4_eur','€1,000 / €10,000'),(18707,1141,'_table_3_line_4_eur','field_5d1cdb263f0a4'),(18708,1141,'table_3_line_4_usd','$1,000 / $10,000'),(18709,1141,'_table_3_line_4_usd','field_5d1cdb373f0a5'),(18710,1141,'table_3_line_4_gbp','£8000 / £8,000'),(18711,1141,'_table_3_line_4_gbp','field_5d1cdb3d3f0a6'),(18712,1141,'table_3_line_5_name','Max Daily Load'),(18713,1141,'_table_3_line_5_name','field_5d1cdaf93f0a3'),(18714,1141,'table_3_line_5_eur','€1,000 / €20,000'),(18715,1141,'_table_3_line_5_eur','field_5d1cdb263f0a4'),(18716,1141,'table_3_line_5_usd','$1,000 / $20,000'),(18717,1141,'_table_3_line_5_usd','field_5d1cdb373f0a5'),(18718,1141,'table_3_line_5_gbp','£800 / £16,000'),(18719,1141,'_table_3_line_5_gbp','field_5d1cdb3d3f0a6'),(18720,1141,'table_3_line_6_name','Max Lifetime Load'),(18721,1141,'_table_3_line_6_name','field_5d1cdaf93f0a3'),(18722,1141,'table_3_line_6_eur','€1,000 / Unlimited'),(18723,1141,'_table_3_line_6_eur','field_5d1cdb263f0a4'),(18724,1141,'table_3_line_6_usd','$1,000 / Unlimited'),(18725,1141,'_table_3_line_6_usd','field_5d1cdb373f0a5'),(18726,1141,'table_3_line_6_gbp','£800 / Unlimited'),(18727,1141,'_table_3_line_6_gbp','field_5d1cdb3d3f0a6'),(18728,1141,'table_3_line_7_name','Max Lifetime Unload'),(18729,1141,'_table_3_line_7_name','field_5d1cdaf93f0a3'),(18730,1141,'table_3_line_7_eur','€1,000 / Unlimited'),(18731,1141,'_table_3_line_7_eur','field_5d1cdb263f0a4'),(18732,1141,'table_3_line_7_usd','$1,000 / Unlimited'),(18733,1141,'_table_3_line_7_usd','field_5d1cdb373f0a5'),(18734,1141,'table_3_line_7_gbp','£800 / Unlimited'),(18735,1141,'_table_3_line_7_gbp','field_5d1cdb3d3f0a6'),(18736,1141,'table_3_line_8_name','Daily load limit'),(18737,1141,'_table_3_line_8_name','field_5d1cdaf93f0a3'),(18738,1141,'table_3_line_8_eur','2 / Unlimited'),(18739,1141,'_table_3_line_8_eur','field_5d1cdb263f0a4'),(18740,1141,'table_3_line_8_usd','2 / Unlimited'),(18741,1141,'_table_3_line_8_usd','field_5d1cdb373f0a5'),(18742,1141,'table_3_line_8_gbp','2 / Unlimited'),(18743,1141,'_table_3_line_8_gbp','field_5d1cdb3d3f0a6'),(18744,1141,'table_3_line_9_name','Daily ATM Transaction Limit'),(18745,1141,'_table_3_line_9_name','field_5d1cdaf93f0a3'),(18746,1141,'table_3_line_9_eur','2 / 5'),(18747,1141,'_table_3_line_9_eur','field_5d1cdb263f0a4'),(18748,1141,'table_3_line_9_usd','2 / 5'),(18749,1141,'_table_3_line_9_usd','field_5d1cdb373f0a5'),(18750,1141,'table_3_line_9_gbp','2 / 5'),(18751,1141,'_table_3_line_9_gbp','field_5d1cdb3d3f0a6'),(18752,1141,'title_contactless','A Contactless Crypto Wallet \r\nDebit Card With Cashback'),(18753,1141,'_title_contactless','field_5dc1bfc9b4f7b'),(18754,1141,'description_contactless','Cryptocurrency adoption is here with our innovative new contactless debit card.'),(18755,1141,'_description_contactless','field_5dc1bff0b4f7c'),(18756,1141,'benefits_contactless_0_icone','note'),(18757,1141,'_benefits_contactless_0_icone','field_5dc1c06db4f7e'),(18758,1141,'benefits_contactless_0_title','Shop Anywhere'),(18759,1141,'_benefits_contactless_0_title','field_5dc1c097b4f7f'),(18760,1141,'benefits_contactless_0_description','You can finally spend your cryptocurrency on real goods and services anywhere that accepts VISA.'),(18761,1141,'_benefits_contactless_0_description','field_5dc1c0b6b4f80'),(18762,1141,'benefits_contactless_1_icone','coin'),(18763,1141,'_benefits_contactless_1_icone','field_5dc1c06db4f7e'),(18764,1141,'benefits_contactless_1_title','Convert'),(18765,1141,'_benefits_contactless_1_title','field_5dc1c097b4f7f'),(18766,1141,'benefits_contactless_1_description','Converting your crypto to fiat for purchases is simple using the instant in-appexchange feature. Stop the crypto shuffle and let CryptoWallet do the work.'),(18767,1141,'_benefits_contactless_1_description','field_5dc1c0b6b4f80'),(18768,1141,'benefits_contactless_2_icone','bitcoin'),(18769,1141,'_benefits_contactless_2_icone','field_5dc1c06db4f7e'),(18770,1141,'benefits_contactless_2_title','Unique Crypto Cashback'),(18771,1141,'_benefits_contactless_2_title','field_5dc1c097b4f7f'),(18772,1141,'benefits_contactless_2_description','Take advantage of our unique crypto cashback feature, it puts money in your wallet - literally. Get cashback in crypto on purchases made in store with your CryptoWallet Visa debit card.'),(18773,1141,'_benefits_contactless_2_description','field_5dc1c0b6b4f80'),(18774,1141,'benefits_contactless_3_icone','credit'),(18775,1141,'_benefits_contactless_3_icone','field_5dc1c06db4f7e'),(18776,1141,'benefits_contactless_3_title','Contactless'),(18777,1141,'_benefits_contactless_3_title','field_5dc1c097b4f7f'),(18778,1141,'benefits_contactless_3_description','Make crypto purchases in seconds by simply tapping your card.'),(18779,1141,'_benefits_contactless_3_description','field_5dc1c0b6b4f80'),(18780,1141,'benefits_contactless','4'),(18781,1141,'_benefits_contactless','field_5dc1c03fb4f7d'),(18788,1145,'_aioseop_opengraph_settings','a:0:{}'),(18789,1146,'_wp_attached_file','2020/01/f_coindesk_hover.svg'),(18790,1147,'_wp_attachment_metadata','a:0:{}'),(18791,1147,'_wp_attached_file','2020/01/f_coindesk_hover.svg'),(18792,1147,'wpml_media_processed','1'),(18793,1148,'_wp_attachment_metadata','a:0:{}'),(18794,1148,'_wp_attached_file','2020/01/f_coindesk_hover.svg'),(18795,1148,'wpml_media_processed','1'),(18796,1149,'_wp_attachment_metadata','a:0:{}'),(18797,1149,'_wp_attached_file','2020/01/f_coindesk_hover.svg'),(18798,1149,'wpml_media_processed','1'),(18799,1150,'_wp_attachment_metadata','a:0:{}'),(18800,1150,'_wp_attached_file','2020/01/f_coindesk_hover.svg'),(18801,1150,'wpml_media_processed','1'),(18802,1146,'_aioseop_opengraph_settings','a:0:{}'),(18803,1151,'_wp_attached_file','2020/01/f_btcmanager_hover.svg'),(18804,1152,'_wp_attachment_metadata','a:0:{}'),(18805,1152,'_wp_attached_file','2020/01/f_btcmanager_hover.svg'),(18806,1152,'wpml_media_processed','1'),(18807,1153,'_wp_attachment_metadata','a:0:{}'),(18808,1153,'_wp_attached_file','2020/01/f_btcmanager_hover.svg'),(18809,1153,'wpml_media_processed','1'),(18810,1154,'_wp_attachment_metadata','a:0:{}'),(18811,1154,'_wp_attached_file','2020/01/f_btcmanager_hover.svg'),(18812,1154,'wpml_media_processed','1'),(18813,1155,'_wp_attachment_metadata','a:0:{}'),(18814,1155,'_wp_attached_file','2020/01/f_btcmanager_hover.svg'),(18815,1155,'wpml_media_processed','1'),(18816,1151,'_aioseop_opengraph_settings','a:0:{}'),(18817,1156,'_wp_attached_file','2020/01/f_yahoo_hover.svg'),(18818,1157,'_wp_attachment_metadata','a:0:{}'),(18819,1157,'_wp_attached_file','2020/01/f_yahoo_hover.svg'),(18820,1157,'wpml_media_processed','1'),(18821,1158,'_wp_attachment_metadata','a:0:{}'),(18822,1158,'_wp_attached_file','2020/01/f_yahoo_hover.svg'),(18823,1158,'wpml_media_processed','1'),(18824,1159,'_wp_attachment_metadata','a:0:{}'),(18825,1159,'_wp_attached_file','2020/01/f_yahoo_hover.svg'),(18826,1159,'wpml_media_processed','1'),(18827,1160,'_wp_attachment_metadata','a:0:{}'),(18828,1160,'_wp_attached_file','2020/01/f_yahoo_hover.svg'),(18829,1160,'wpml_media_processed','1'),(18830,1156,'_aioseop_opengraph_settings','a:0:{}'),(18831,1161,'_wp_attached_file','2020/01/f_bitcoinist_hover.svg'),(18832,1162,'_wp_attachment_metadata','a:0:{}'),(18833,1162,'_wp_attached_file','2020/01/f_bitcoinist_hover.svg'),(18834,1162,'wpml_media_processed','1'),(18835,1163,'_wp_attachment_metadata','a:0:{}'),(18836,1163,'_wp_attached_file','2020/01/f_bitcoinist_hover.svg'),(18837,1163,'wpml_media_processed','1'),(18838,1164,'_wp_attachment_metadata','a:0:{}'),(18839,1164,'_wp_attached_file','2020/01/f_bitcoinist_hover.svg'),(18840,1164,'wpml_media_processed','1'),(18841,1165,'_wp_attachment_metadata','a:0:{}'),(18842,1165,'_wp_attached_file','2020/01/f_bitcoinist_hover.svg'),(18843,1165,'wpml_media_processed','1'),(18844,1161,'_aioseop_opengraph_settings','a:0:{}'),(18845,1166,'_wp_attached_file','2020/01/f_ccn_hover.svg'),(18846,1167,'_wp_attachment_metadata','a:0:{}'),(18847,1167,'_wp_attached_file','2020/01/f_ccn_hover.svg'),(18848,1167,'wpml_media_processed','1'),(18849,1168,'_wp_attachment_metadata','a:0:{}'),(18850,1168,'_wp_attached_file','2020/01/f_ccn_hover.svg'),(18851,1168,'wpml_media_processed','1'),(18852,1169,'_wp_attachment_metadata','a:0:{}'),(18853,1169,'_wp_attached_file','2020/01/f_ccn_hover.svg'),(18854,1169,'wpml_media_processed','1'),(18855,1170,'_wp_attachment_metadata','a:0:{}'),(18856,1170,'_wp_attached_file','2020/01/f_ccn_hover.svg'),(18857,1170,'wpml_media_processed','1'),(18858,1166,'_aioseop_opengraph_settings','a:0:{}'),(18859,1171,'_wp_attached_file','2020/01/f_cointelegraph_hover.svg'),(18860,1172,'_wp_attachment_metadata','a:0:{}'),(18861,1172,'_wp_attached_file','2020/01/f_cointelegraph_hover.svg'),(18862,1172,'wpml_media_processed','1'),(18863,1173,'_wp_attachment_metadata','a:0:{}'),(18864,1173,'_wp_attached_file','2020/01/f_cointelegraph_hover.svg'),(18865,1173,'wpml_media_processed','1'),(18866,1174,'_wp_attachment_metadata','a:0:{}'),(18867,1174,'_wp_attached_file','2020/01/f_cointelegraph_hover.svg'),(18868,1174,'wpml_media_processed','1'),(18869,1175,'_wp_attachment_metadata','a:0:{}'),(18870,1175,'_wp_attached_file','2020/01/f_cointelegraph_hover.svg'),(18871,1175,'wpml_media_processed','1'),(18872,1171,'_aioseop_opengraph_settings','a:0:{}'),(18873,419,'logos_0_logo_hover','1146'),(18874,419,'_logos_0_logo_hover','field_5e2613ac34855'),(18875,419,'logos_1_logo_hover','1151'),(18876,419,'_logos_1_logo_hover','field_5e2613ac34855'),(18877,419,'logos_2_logo_hover','1156'),(18878,419,'_logos_2_logo_hover','field_5e2613ac34855'),(18879,419,'logos_3_logo_hover','1161'),(18880,419,'_logos_3_logo_hover','field_5e2613ac34855'),(18881,419,'logos_4_logo_hover','1166'),(18882,419,'_logos_4_logo_hover','field_5e2613ac34855'),(18883,419,'logos_5_logo_hover','1171'),(18884,419,'_logos_5_logo_hover','field_5e2613ac34855'),(18885,1176,'show_crypto_funds','0'),(18886,1176,'_show_crypto_funds','field_5d1cd58ba65cf'),(18887,1176,'title','Crypto Is Money - \r\nLet’s Use It.'),(18888,1176,'_title','field_5d264012842b2'),(18889,1176,'description','This is the future of crypto banking. CryptoWallet is your gateway to digital currency and beyond. Integrate crypto payments into your business or spend your crypto in any store.'),(18890,1176,'_description','field_5d26402d842b3'),(18891,1176,'title_cryptowallet','What is CryptoWallet?'),(18892,1176,'_title_cryptowallet','field_5d26470a0c80a'),(18893,1176,'description_cryptowallet','CryptoWallet is an end-to-end crypto banking and commercial solution.'),(18894,1176,'_description_cryptowallet','field_5d26471d0c80b'),(18895,1176,'benefits_0_title','Wallet'),(18896,1176,'_benefits_0_title','field_5d26480f0c80d'),(18897,1176,'benefits_0_description','It’s a wallet where you can securely store your crypto funds.'),(18898,1176,'_benefits_0_description','field_5d26481d0c80e'),(18899,1176,'benefits_1_title','Debit Card'),(18900,1176,'_benefits_1_title','field_5d26480f0c80d'),(18901,1176,'benefits_1_description','It’s a debit card that lets you spend crypto in any store.'),(18902,1176,'_benefits_1_description','field_5d26481d0c80e'),(18903,1176,'benefits_2_title','Exchange App'),(18904,1176,'_benefits_2_title','field_5d26480f0c80d'),(18905,1176,'benefits_2_description','It’s an exchange app that allows you to quickly and easily exchange crypto on your phone.'),(18906,1176,'_benefits_2_description','field_5d26481d0c80e'),(18907,1176,'benefits','3'),(18908,1176,'_benefits','field_5d2647670c80c'),(18909,1176,'benefits_0_animation_card','Wallet'),(18910,1176,'_benefits_0_animation_card','field_5d2649429a9b9'),(18911,1176,'benefits_1_animation_card','Debit Card'),(18912,1176,'_benefits_1_animation_card','field_5d2649429a9b9'),(18913,1176,'benefits_2_animation_card','Exchange App'),(18914,1176,'_benefits_2_animation_card','field_5d2649429a9b9'),(18915,1176,'title_welcome','Welcome to your gateway \r\nfor digital currency.'),(18916,1176,'_title_welcome','field_5d264f1cfddba'),(18917,1176,'title_contactless','A Contactless Crypto Wallet \r\nDebit Card With Cashback'),(18918,1176,'_title_contactless','field_5d26573a87236'),(18919,1176,'description_contactless','Cryptocurrency adoption is here with our innovative new contactless debit card.'),(18920,1176,'_description_contactless','field_5d26577287237'),(18921,1176,'benefits_contactless_0_icone','note'),(18922,1176,'_benefits_contactless_0_icone','field_5d2658038723f'),(18923,1176,'benefits_contactless_0_title','Shop Anywhere'),(18924,1176,'_benefits_contactless_0_title','field_5d2658038723d'),(18925,1176,'benefits_contactless_0_description','You can finally spend your cryptocurrency on real goods and services anywhere that accepts VISA.'),(18926,1176,'_benefits_contactless_0_description','field_5d2658038723e'),(18927,1176,'benefits_contactless_1_icone','coin'),(18928,1176,'_benefits_contactless_1_icone','field_5d2658038723f'),(18929,1176,'benefits_contactless_1_title','Convert'),(18930,1176,'_benefits_contactless_1_title','field_5d2658038723d'),(18931,1176,'benefits_contactless_1_description','Converting your crypto to fiat for purchases is simple using the instant in-appexchange feature. Stop the crypto shuffle and let CryptoWallet do the work.'),(18932,1176,'_benefits_contactless_1_description','field_5d2658038723e'),(18933,1176,'benefits_contactless_2_icone','bitcoin'),(18934,1176,'_benefits_contactless_2_icone','field_5d2658038723f'),(18935,1176,'benefits_contactless_2_title','Unique Crypto Cashback'),(18936,1176,'_benefits_contactless_2_title','field_5d2658038723d'),(18937,1176,'benefits_contactless_2_description','Take advantage of our unique crypto cashback feature, it puts money in your wallet - literally. Get cashback in crypto on purchases made in store with your CryptoWallet Visa debit card.'),(18938,1176,'_benefits_contactless_2_description','field_5d2658038723e'),(18939,1176,'benefits_contactless_3_icone','credit'),(18940,1176,'_benefits_contactless_3_icone','field_5d2658038723f'),(18941,1176,'benefits_contactless_3_title','Contactless'),(18942,1176,'_benefits_contactless_3_title','field_5d2658038723d'),(18943,1176,'benefits_contactless_3_description','Make crypto purchases in seconds by simply tapping your card.'),(18944,1176,'_benefits_contactless_3_description','field_5d2658038723e'),(18945,1176,'benefits_contactless','4'),(18946,1176,'_benefits_contactless','field_5d2658038723c'),(18947,1176,'title_coins','A Universal CryptoWallet'),(18948,1176,'_title_coins','field_5d2659ba646f0'),(18949,1176,'description_coins','Check out our full list of our supported currencies. '),(18950,1176,'_description_coins','field_5d2659d4646f1'),(18951,1176,'video_link','https://vimeo.com/76979871'),(18952,1176,'_video_link','field_5d2760a56946f'),(18953,1176,'button_link',''),(18954,1176,'_button_link','field_5d2760f269470'),(18955,1176,'title_wallet_app','Get the Crypto \r\nWallet App and join our community'),(18956,1176,'_title_wallet_app','field_5d2774dba7b2f'),(18957,1176,'qr_code','531'),(18958,1176,'_qr_code','field_5d277610a7b30'),(18959,1176,'title_quick_crypto','A Quick Crypto Exchange'),(18960,1176,'_title_quick_crypto','field_5d2777a8ad898'),(18961,1176,'description_quick_crypto','Skip the time-consuming hassle of using exchanges! A swift, secure <br> method for buying and trading over 140 cryptocurrencies.'),(18962,1176,'_description_quick_crypto','field_5d2777bfad899'),(18963,1176,'exchange_effortlessly_subtitle','Exchange Effortlessly'),(18964,1176,'_exchange_effortlessly_subtitle','field_5d277828ad89b'),(18965,1176,'exchange_effortlessly_text','The app lets you exchange supported cryptocurrencies effortlessly , allowing you to spend your crypto funds your way.'),(18966,1176,'_exchange_effortlessly_text','field_5d27784bad89c'),(18967,1176,'exchange_effortlessly',''),(18968,1176,'_exchange_effortlessly','field_5d27781aad89a'),(18969,1176,'top_up_with_speed_subtitle','Top Up with Speed'),(18970,1176,'_top_up_with_speed_subtitle','field_5d27786bad89e'),(18971,1176,'top_up_with_speed_text','You can top up your wallet through SEPA bank transfers or credit card. Lightning speed and hassle - free - that\'s a win.'),(18972,1176,'_top_up_with_speed_text','field_5d27786bad89f'),(18973,1176,'top_up_with_speed',''),(18974,1176,'_top_up_with_speed','field_5d27786aad89d'),(18975,1176,'title_payment','A Payment Gateway'),(18976,1176,'_title_payment','field_5d2782c891991'),(18977,1176,'description_payment','Accept top cryptocurrencies on your business website with the lowest fees in the industry. Our payment widget is supported by the market-leadinge-commerce plugins like:'),(18978,1176,'_description_payment','field_5d2782cd91992'),(18979,1176,'title_client_support','World Class \r\nClient Support'),(18980,1176,'_title_client_support','field_5d2783a351aae'),(18981,1176,'description_client_support','Never be left without answers - CryptoWallet’s international support team is here to help.'),(18982,1176,'_description_client_support','field_5d2783a851aaf'),(18983,1176,'block_1_subtitle','Strong Customer Focus'),(18984,1176,'_block_1_subtitle','field_5d2783f451ab1'),(18985,1176,'block_1_text','We have a strong customer focus with short waiting times and support in multiple languages.'),(18986,1176,'_block_1_text','field_5d2783f451ab2'),(18987,1176,'block_1',''),(18988,1176,'_block_1','field_5d2783f451ab0'),(18989,1176,'block_2_subtitle','High Quality Support'),(18990,1176,'_block_2_subtitle','field_5d27840951ab4'),(18991,1176,'block_2_text','CryptoWallet offers high-quality support through telephone, LiveChat, ticket submissions, and VIP treatment options.'),(18992,1176,'_block_2_text','field_5d27840951ab5'),(18993,1176,'block_2',''),(18994,1176,'_block_2','field_5d27840951ab3'),(18995,1176,'title_licensed_and_secure','Licensed and Secure'),(18996,1176,'_title_licensed_and_secure','field_5d2785d9e845e'),(18997,1176,'description_licensed_and_secure','CryptoWallet is secured by BitGo, the world’s leading Bitcoin payment processor. Digital assets and user privacy are protected by cutting-edge security measures like two-factor authentication, end-to-end encryption, and multi-signature cold storage wallets. CryptoWallet has obtained licenses from the state of Estonia ensuring full legal compliance in handling and facilitating the trade of cryptocurrencies.'),(18998,1176,'_description_licensed_and_secure','field_5d2785f4e845f'),(18999,1176,'link_licensed_and_secure','http://localhost/cappen/griflan-crypto-wallet/web/'),(19000,1176,'_link_licensed_and_secure','field_5d2786c1e8466'),(19001,1176,'block_1_licensed_and_secure_subtitle','Licensed to Provide Virtual Currency Wallet Services'),(19002,1176,'_block_1_licensed_and_secure_subtitle','field_5d278665e8461'),(19003,1176,'block_1_licensed_and_secure_text','Estonia FIU License Number <strong>FRK000131</strong> enables CryptoWallet to provide cryptocurrency storage services to our customers.'),(19004,1176,'_block_1_licensed_and_secure_text','field_5d278665e8462'),(19005,1176,'block_1_licensed_and_secure_text_link','Verify License Online'),(19006,1176,'_block_1_licensed_and_secure_text_link','field_5d2786f6e8468'),(19007,1176,'block_1_licensed_and_secure_link','http://localhost/cappen/griflan-crypto-wallet/web/'),(19008,1176,'_block_1_licensed_and_secure_link','field_5d2786d4e8467'),(19009,1176,'block_1_licensed_and_secure',''),(19010,1176,'_block_1_licensed_and_secure','field_5d278665e8460'),(19011,1176,'block_2_licensed_and_secure_subtitle','Licensed to Provide Fiat to Virtual Currency Exchange Services'),(19012,1176,'_block_2_licensed_and_secure_subtitle','field_5d27867ee8464'),(19013,1176,'block_2_licensed_and_secure_text','Estonia FIU License Number <strong>FRV000143</strong> allows us to offer direct crypto to fiat trading as well as inter-cryptocurrency exchange services.'),(19014,1176,'_block_2_licensed_and_secure_text','field_5d27867ee8465'),(19015,1176,'block_2_licensed_and_secure_text_link','Verify License Online'),(19016,1176,'_block_2_licensed_and_secure_text_link','field_5d278711e8469'),(19017,1176,'block_2_licensed_and_secure_link','http://localhost/cappen/griflan-crypto-wallet/web/'),(19018,1176,'_block_2_licensed_and_secure_link','field_5d278713e846a'),(19019,1176,'block_2_licensed_and_secure',''),(19020,1176,'_block_2_licensed_and_secure','field_5d27867ee8463'),(19021,1176,'title_works','CryptoWallet Is Fast and Easy'),(19022,1176,'_title_works','field_5d278b7272f06'),(19023,1176,'description_works','Here’s how it works.'),(19024,1176,'_description_works','field_5d278b7b72f07'),(19025,1176,'step_1_title','Download \r\nthe app'),(19026,1176,'_step_1_title','field_5d278bd472f0a'),(19027,1176,'step_1',''),(19028,1176,'_step_1','field_5d278bd472f09'),(19029,1176,'step_2_title','Order The \r\nCard'),(19030,1176,'_step_2_title','field_5d278d93b6d10'),(19031,1176,'step_2',''),(19032,1176,'_step_2','field_5d278d93b6d0f'),(19033,1176,'step_3_title','Load The Card \r\nWith Funds'),(19034,1176,'_step_3_title','field_5d278d94b6d12'),(19035,1176,'step_3',''),(19036,1176,'_step_3','field_5d278d94b6d11'),(19037,1176,'step_4_title','Start \r\nspending!'),(19038,1176,'_step_4_title','field_5d278d97b6d14'),(19039,1176,'step_4',''),(19040,1176,'_step_4','field_5d278d97b6d13'),(19041,1176,'title_press','CryptoWallet in the Press'),(19042,1176,'_title_press','field_5d2790f12668e'),(19043,1176,'logos','6'),(19044,1176,'_logos','field_5d2790f52668f'),(19045,1176,'logos_0_logo','626'),(19046,1176,'_logos_0_logo','field_5d27914c26690'),(19047,1176,'logos_1_logo','631'),(19048,1176,'_logos_1_logo','field_5d27914c26690'),(19049,1176,'logos_2_logo','651'),(19050,1176,'_logos_2_logo','field_5d27914c26690'),(19051,1176,'logos_3_logo','656'),(19052,1176,'_logos_3_logo','field_5d27914c26690'),(19053,1176,'logos_4_logo','636'),(19054,1176,'_logos_4_logo','field_5d27914c26690'),(19055,1176,'logos_5_logo','646'),(19056,1176,'_logos_5_logo','field_5d27914c26690'),(19057,1176,'logos_0_logo_hover','1146'),(19058,1176,'_logos_0_logo_hover','field_5e2613ac34855'),(19059,1176,'logos_1_logo_hover','1151'),(19060,1176,'_logos_1_logo_hover','field_5e2613ac34855'),(19061,1176,'logos_2_logo_hover','1156'),(19062,1176,'_logos_2_logo_hover','field_5e2613ac34855'),(19063,1176,'logos_3_logo_hover','1161'),(19064,1176,'_logos_3_logo_hover','field_5e2613ac34855'),(19065,1176,'logos_4_logo_hover','1166'),(19066,1176,'_logos_4_logo_hover','field_5e2613ac34855'),(19067,1176,'logos_5_logo_hover','1171'),(19068,1176,'_logos_5_logo_hover','field_5e2613ac34855'),(19082,1171,'_wpml_media_usage','a:1:{s:5:\"posts\";a:1:{i:0;i:419;}}'),(19083,1166,'_wpml_media_usage','a:1:{s:5:\"posts\";a:1:{i:0;i:419;}}'),(19084,1161,'_wpml_media_usage','a:1:{s:5:\"posts\";a:1:{i:0;i:419;}}'),(19085,1156,'_wpml_media_usage','a:1:{s:5:\"posts\";a:1:{i:0;i:419;}}'),(19086,1151,'_wpml_media_usage','a:1:{s:5:\"posts\";a:1:{i:0;i:419;}}'),(19087,1146,'_wpml_media_usage','a:1:{s:5:\"posts\";a:1:{i:0;i:419;}}'),(19090,958,'_edit_lock','1585952378:1'),(19091,958,'_edit_last','1'),(19092,958,'_aioseop_opengraph_settings','a:0:{}'),(19093,214,'_aioseop_opengraph_settings','a:0:{}'),(19096,683,'_aioseop_opengraph_settings','a:0:{}'),(19097,369,'_aioseop_opengraph_settings','a:0:{}'),(19098,684,'_aioseop_opengraph_settings','a:0:{}'),(19099,685,'_aioseop_opengraph_settings','a:0:{}'),(19100,686,'_aioseop_opengraph_settings','a:0:{}'),(19101,687,'_aioseop_opengraph_settings','a:0:{}'),(19102,801,'_aioseop_opengraph_settings','a:0:{}'),(19103,802,'_aioseop_opengraph_settings','a:0:{}'),(19104,1182,'_wpml_word_count','{\"total\":4227,\"to_translate\":{\"ja\":4227,\"ru\":4227,\"sg\":4227,\"es\":4227}}'),(19105,1182,'_aioseop_opengraph_settings','a:14:{s:32:\"aioseop_opengraph_settings_title\";s:0:\"\";s:31:\"aioseop_opengraph_settings_desc\";s:0:\"\";s:36:\"aioseop_opengraph_settings_customimg\";s:0:\"\";s:37:\"aioseop_opengraph_settings_imagewidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_imageheight\";s:0:\"\";s:32:\"aioseop_opengraph_settings_video\";s:0:\"\";s:37:\"aioseop_opengraph_settings_videowidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_videoheight\";s:0:\"\";s:35:\"aioseop_opengraph_settings_category\";s:7:\"article\";s:34:\"aioseop_opengraph_settings_section\";s:0:\"\";s:30:\"aioseop_opengraph_settings_tag\";s:0:\"\";s:34:\"aioseop_opengraph_settings_setcard\";s:7:\"summary\";s:44:\"aioseop_opengraph_settings_customimg_twitter\";s:0:\"\";s:44:\"aioseop_opengraph_settings_customimg_checker\";s:1:\"0\";}'),(19106,1182,'_edit_lock','1587415866:2'),(19107,1182,'_edit_last','1'),(19108,1182,'_wpml_media_featured','1'),(19109,1182,'_wpml_media_duplicate','1'),(19110,1182,'_wp_page_template','page-privacypolicy.php'),(19111,1182,'show_crypto_funds','0'),(19112,1182,'_show_crypto_funds','field_5d1cd58ba65cf'),(19113,1182,'title','Lets Talk!'),(19114,1182,'_title','field_5d543835091f5'),(19115,1182,'description','Have a question or want to get in touch with us to discuss the business? We would love to hear from you. Please fill out our contact form and we will get back to you shortly.'),(19116,1182,'_description','field_5d543841091f6'),(19117,1182,'form','1184'),(19118,1182,'_form','field_5d543848091f7'),(19119,1183,'show_crypto_funds','0'),(19120,1183,'_show_crypto_funds','field_5d1cd58ba65cf'),(19121,1183,'title','Lets Talk!'),(19122,1183,'_title','field_5d543835091f5'),(19123,1183,'description','Have a question or want to get in touch with us to discuss the business? We would love to hear from you. Please fill out our contact form and we will get back to you shortly.'),(19124,1183,'_description','field_5d543841091f6'),(19125,1183,'form','945'),(19126,1183,'_form','field_5d543848091f7'),(19127,1184,'_aioseop_opengraph_settings','a:0:{}'),(19128,1184,'_form','<div class=\"row\">\n<div class=\"col-md-6 col1\">\n<div class=\"content\">\n<p><label><span class=\"description-small\">Name</span>[text* your-name]</label></p>\n<p><label><span class=\"description-small\">Email</span>[email* your-email]</label></p>\n<p><label><span class=\"description-small\">Subject</span>[text* your-subject]</label></p>\n<p class=\"copyright d-none d-md-block\">© 2020 CW Lab OÜ | <a href=\"https://cryptowallet.labcp.co/terms-and-conditions/\">Terms & Conditions</a> | <a href=\"https://cryptowallet.labcp.co/privacy-policy/\">Privacy Policy</a></p>\n</div>\n</div>\n<div class=\"col-md-6 col2\">\n<div class=\"content\">\n<p><label><span class=\"description-small\">Message</span>[textarea* your-message]</label></p>\n<p class=\"copyright d-md-none\">© 2020 CW Lab OÜ | <a href=\"https://cryptowallet.labcp.co/terms-and-conditions/\">Terms & Conditions</a> | <a href=\"https://cryptowallet.labcp.co/privacy-policy/\">Privacy Policy</a></p>\n<p class=\"bt-submit\">[submit class:btn \"Send\"]</p>\n</div>\n</div>\n</div>'),(19129,1184,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:30:\"Crypto Wallet \"[your-subject]\"\";s:6:\"sender\";s:47:\"Crypto Wallet <wordpress@cryptowallet.labcp.co>\";s:9:\"recipient\";s:20:\"felipecavs@gmail.com\";s:4:\"body\";s:180:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Crypto Wallet (http://cryptowallet.labcp.co)\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(19130,1184,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:30:\"Crypto Wallet \"[your-subject]\"\";s:6:\"sender\";s:47:\"Crypto Wallet <wordpress@cryptowallet.labcp.co>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:122:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Crypto Wallet (http://cryptowallet.labcp.co)\";s:18:\"additional_headers\";s:30:\"Reply-To: felipecavs@gmail.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(19131,1184,'_messages','a:23:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),(19132,1184,'_additional_settings',''),(19133,1184,'_locale','en_US'),(19134,1185,'show_crypto_funds','0'),(19135,1185,'_show_crypto_funds','field_5d1cd58ba65cf'),(19136,1185,'title','Lets Talk!'),(19137,1185,'_title','field_5d543835091f5'),(19138,1185,'description','Have a question or want to get in touch with us to discuss the business? We would love to hear from you. Please fill out our contact form and we will get back to you shortly.'),(19139,1185,'_description','field_5d543841091f6'),(19140,1185,'form','1184'),(19141,1185,'_form','field_5d543848091f7'),(19142,962,'_aioseop_opengraph_settings','a:0:{}'),(19143,1187,'show_crypto_funds','0'),(19144,1187,'_show_crypto_funds','field_5d1cd58ba65cf'),(19145,1187,'title','Lets Talk!'),(19146,1187,'_title','field_5d543835091f5'),(19147,1187,'description','Have a question or want to get in touch with us to discuss the business? We would love to hear from you. Please fill out our contact form and we will get back to you shortly.'),(19148,1187,'_description','field_5d543841091f6'),(19149,1187,'form','1184'),(19150,1187,'_form','field_5d543848091f7'),(19151,1188,'show_crypto_funds','0'),(19152,1188,'_show_crypto_funds','field_5d1cd58ba65cf'),(19153,1188,'title','Lets Talk!'),(19154,1188,'_title','field_5d543835091f5'),(19155,1188,'description','Have a question or want to get in touch with us to discuss the business? We would love to hear from you. Please fill out our contact form and we will get back to you shortly.'),(19156,1188,'_description','field_5d543841091f6'),(19157,1188,'form','1184'),(19158,1188,'_form','field_5d543848091f7'),(19159,1189,'show_crypto_funds','0'),(19160,1189,'_show_crypto_funds','field_5d1cd58ba65cf'),(19161,1189,'title','Lets Talk!'),(19162,1189,'_title','field_5d543835091f5'),(19163,1189,'description','Have a question or want to get in touch with us to discuss the business? We would love to hear from you. Please fill out our contact form and we will get back to you shortly.'),(19164,1189,'_description','field_5d543841091f6'),(19165,1189,'form','1184'),(19166,1189,'_form','field_5d543848091f7'),(19167,1190,'show_crypto_funds','0'),(19168,1190,'_show_crypto_funds','field_5d1cd58ba65cf'),(19169,1190,'title','Lets Talk!'),(19170,1190,'_title','field_5d543835091f5'),(19171,1190,'description','Have a question or want to get in touch with us to discuss the business? We would love to hear from you. Please fill out our contact form and we will get back to you shortly.'),(19172,1190,'_description','field_5d543841091f6'),(19173,1190,'form','1184'),(19174,1190,'_form','field_5d543848091f7'),(19175,1191,'show_crypto_funds','0'),(19176,1191,'_show_crypto_funds','field_5d1cd58ba65cf'),(19177,1191,'title','Lets Talk!'),(19178,1191,'_title','field_5d543835091f5'),(19179,1191,'description','Have a question or want to get in touch with us to discuss the business? We would love to hear from you. Please fill out our contact form and we will get back to you shortly.'),(19180,1191,'_description','field_5d543841091f6'),(19181,1191,'form','1184'),(19182,1191,'_form','field_5d543848091f7'),(19183,1192,'_wpml_word_count','{\"total\":1391,\"to_translate\":{\"ja\":1391,\"ru\":1391,\"sg\":1391,\"es\":1391}}'),(19184,1192,'_aioseop_opengraph_settings','a:14:{s:32:\"aioseop_opengraph_settings_title\";s:0:\"\";s:31:\"aioseop_opengraph_settings_desc\";s:0:\"\";s:36:\"aioseop_opengraph_settings_customimg\";s:0:\"\";s:37:\"aioseop_opengraph_settings_imagewidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_imageheight\";s:0:\"\";s:32:\"aioseop_opengraph_settings_video\";s:0:\"\";s:37:\"aioseop_opengraph_settings_videowidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_videoheight\";s:0:\"\";s:35:\"aioseop_opengraph_settings_category\";s:7:\"article\";s:34:\"aioseop_opengraph_settings_section\";s:0:\"\";s:30:\"aioseop_opengraph_settings_tag\";s:0:\"\";s:34:\"aioseop_opengraph_settings_setcard\";s:7:\"summary\";s:44:\"aioseop_opengraph_settings_customimg_twitter\";s:0:\"\";s:44:\"aioseop_opengraph_settings_customimg_checker\";s:1:\"0\";}'),(19185,1192,'_edit_lock','1587415866:2'),(19186,1192,'_edit_last','1'),(19187,1192,'_wpml_media_featured','1'),(19188,1192,'_wpml_media_duplicate','1'),(19189,1192,'_wp_page_template','page-privacypolicy.php'),(19190,1192,'show_crypto_funds','0'),(19191,1192,'_show_crypto_funds','field_5d1cd58ba65cf'),(19192,1192,'title','Lets Talk!'),(19193,1192,'_title','field_5d543835091f5'),(19194,1192,'description','Have a question or want to get in touch with us to discuss the business? We would love to hear from you. Please fill out our contact form and we will get back to you shortly.'),(19195,1192,'_description','field_5d543841091f6'),(19196,1192,'form','1184'),(19197,1192,'_form','field_5d543848091f7'),(19198,1193,'show_crypto_funds','0'),(19199,1193,'_show_crypto_funds','field_5d1cd58ba65cf'),(19200,1193,'title','Lets Talk!'),(19201,1193,'_title','field_5d543835091f5'),(19202,1193,'description','Have a question or want to get in touch with us to discuss the business? We would love to hear from you. Please fill out our contact form and we will get back to you shortly.'),(19203,1193,'_description','field_5d543841091f6'),(19204,1193,'form','1184'),(19205,1193,'_form','field_5d543848091f7'),(19206,1194,'show_crypto_funds','0'),(19207,1194,'_show_crypto_funds','field_5d1cd58ba65cf'),(19208,1194,'title','Lets Talk!'),(19209,1194,'_title','field_5d543835091f5'),(19210,1194,'description','Have a question or want to get in touch with us to discuss the business? We would love to hear from you. Please fill out our contact form and we will get back to you shortly.'),(19211,1194,'_description','field_5d543841091f6'),(19212,1194,'form','1184'),(19213,1194,'_form','field_5d543848091f7'),(19214,943,'_aioseop_opengraph_settings','a:14:{s:32:\"aioseop_opengraph_settings_title\";s:0:\"\";s:31:\"aioseop_opengraph_settings_desc\";s:0:\"\";s:36:\"aioseop_opengraph_settings_customimg\";s:0:\"\";s:37:\"aioseop_opengraph_settings_imagewidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_imageheight\";s:0:\"\";s:32:\"aioseop_opengraph_settings_video\";s:0:\"\";s:37:\"aioseop_opengraph_settings_videowidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_videoheight\";s:0:\"\";s:35:\"aioseop_opengraph_settings_category\";s:7:\"article\";s:34:\"aioseop_opengraph_settings_section\";s:0:\"\";s:30:\"aioseop_opengraph_settings_tag\";s:0:\"\";s:34:\"aioseop_opengraph_settings_setcard\";s:7:\"summary\";s:44:\"aioseop_opengraph_settings_customimg_twitter\";s:0:\"\";s:44:\"aioseop_opengraph_settings_customimg_checker\";s:1:\"0\";}'),(19215,1195,'show_crypto_funds','0'),(19216,1195,'_show_crypto_funds','field_5d1cd58ba65cf'),(19217,1195,'title','Lets Talk!'),(19218,1195,'_title','field_5d543835091f5'),(19219,1195,'description','Have a question or want to get in touch with us to discuss the business? We would love to hear from you. Please fill out our contact form and we will get back to you shortly.'),(19220,1195,'_description','field_5d543841091f6'),(19221,1195,'form','1184'),(19222,1195,'_form','field_5d543848091f7'),(19225,1197,'_aioseop_opengraph_settings','a:0:{}'),(19226,1198,'_aioseop_opengraph_settings','a:0:{}'),(19227,1199,'_aioseop_opengraph_settings','a:0:{}'),(19228,1200,'_aioseop_opengraph_settings','a:0:{}'),(19229,959,'_aioseop_opengraph_settings','a:0:{}'),(19230,960,'_aioseop_opengraph_settings','a:0:{}'),(19231,961,'_aioseop_opengraph_settings','a:0:{}'),(19232,943,'title_welcome','Welcome to your gateway \r\nfor digital currency.'),(19233,943,'_title_welcome','field_5e8df2185c2a2'),(19234,943,'video_link','https://vimeo.com/407652861'),(19235,943,'_video_link','field_5e8df23c5c2a3'),(19236,943,'button_link',''),(19237,943,'_button_link','field_5e8df2575c2a4'),(19238,1201,'show_crypto_funds','0'),(19239,1201,'_show_crypto_funds','field_5d1cd58ba65cf'),(19240,1201,'title','Lets Talk!'),(19241,1201,'_title','field_5d543835091f5'),(19242,1201,'description','Have a question or want to get in touch with us to discuss the business? We would love to hear from you. Please fill out our contact form and we will get back to you shortly.'),(19243,1201,'_description','field_5d543841091f6'),(19244,1201,'form','1184'),(19245,1201,'_form','field_5d543848091f7'),(19246,1201,'title_welcome','Welcome to your gateway \r\nfor digital currency.'),(19247,1201,'_title_welcome','field_5e8df2185c2a2'),(19248,1201,'video_link','https://vimeo.com/76979871'),(19249,1201,'_video_link','field_5e8df23c5c2a3'),(19250,1201,'button_link',''),(19251,1201,'_button_link','field_5e8df2575c2a4'),(19254,1203,'show_crypto_funds','0'),(19255,1203,'_show_crypto_funds','field_5d1cd58ba65cf'),(19256,1203,'title','Crypto Is Money - \r\nLet’s Use It.'),(19257,1203,'_title','field_5d264012842b2'),(19258,1203,'description','This is the future of crypto banking. CryptoWallet is your gateway to digital currency and beyond. Integrate crypto payments into your business or spend your crypto in any store.'),(19259,1203,'_description','field_5d26402d842b3'),(19260,1203,'title_cryptowallet','What is CryptoWallet?'),(19261,1203,'_title_cryptowallet','field_5d26470a0c80a'),(19262,1203,'description_cryptowallet','CryptoWallet is an end-to-end crypto banking and commercial solution.'),(19263,1203,'_description_cryptowallet','field_5d26471d0c80b'),(19264,1203,'benefits_0_title','Wallet'),(19265,1203,'_benefits_0_title','field_5d26480f0c80d'),(19266,1203,'benefits_0_description','It’s a wallet where you can securely store your crypto funds.'),(19267,1203,'_benefits_0_description','field_5d26481d0c80e'),(19268,1203,'benefits_1_title','Card'),(19269,1203,'_benefits_1_title','field_5d26480f0c80d'),(19270,1203,'benefits_1_description','It’s a debit card that lets you spend crypto in any store.'),(19271,1203,'_benefits_1_description','field_5d26481d0c80e'),(19272,1203,'benefits_2_title','App'),(19273,1203,'_benefits_2_title','field_5d26480f0c80d'),(19274,1203,'benefits_2_description','It’s an exchange app that allows you to quickly and easily exchange crypto on your phone.'),(19275,1203,'_benefits_2_description','field_5d26481d0c80e'),(19276,1203,'benefits','3'),(19277,1203,'_benefits','field_5d2647670c80c'),(19278,1203,'benefits_0_animation_card','Wallet'),(19279,1203,'_benefits_0_animation_card','field_5d2649429a9b9'),(19280,1203,'benefits_1_animation_card','Debit Card'),(19281,1203,'_benefits_1_animation_card','field_5d2649429a9b9'),(19282,1203,'benefits_2_animation_card','Exchange App'),(19283,1203,'_benefits_2_animation_card','field_5d2649429a9b9'),(19284,1203,'title_welcome','Welcome to your gateway \r\nfor digital currency.'),(19285,1203,'_title_welcome','field_5d264f1cfddba'),(19286,1203,'title_contactless','A Contactless Crypto Wallet \r\nDebit Card With Cashback'),(19287,1203,'_title_contactless','field_5d26573a87236'),(19288,1203,'description_contactless','Cryptocurrency adoption is here with our innovative new contactless debit card.'),(19289,1203,'_description_contactless','field_5d26577287237'),(19290,1203,'benefits_contactless_0_icone','note'),(19291,1203,'_benefits_contactless_0_icone','field_5d2658038723f'),(19292,1203,'benefits_contactless_0_title','Shop Anywhere'),(19293,1203,'_benefits_contactless_0_title','field_5d2658038723d'),(19294,1203,'benefits_contactless_0_description','You can finally spend your cryptocurrency on real goods and services anywhere that accepts VISA.'),(19295,1203,'_benefits_contactless_0_description','field_5d2658038723e'),(19296,1203,'benefits_contactless_1_icone','coin'),(19297,1203,'_benefits_contactless_1_icone','field_5d2658038723f'),(19298,1203,'benefits_contactless_1_title','Convert'),(19299,1203,'_benefits_contactless_1_title','field_5d2658038723d'),(19300,1203,'benefits_contactless_1_description','Converting your crypto to fiat for purchases is simple using the instant in-appexchange feature. Stop the crypto shuffle and let CryptoWallet do the work.'),(19301,1203,'_benefits_contactless_1_description','field_5d2658038723e'),(19302,1203,'benefits_contactless_2_icone','bitcoin'),(19303,1203,'_benefits_contactless_2_icone','field_5d2658038723f'),(19304,1203,'benefits_contactless_2_title','Unique Crypto Cashback'),(19305,1203,'_benefits_contactless_2_title','field_5d2658038723d'),(19306,1203,'benefits_contactless_2_description','Take advantage of our unique crypto cashback feature, it puts money in your wallet - literally. Get cashback in crypto on purchases made in store with your CryptoWallet Visa debit card.'),(19307,1203,'_benefits_contactless_2_description','field_5d2658038723e'),(19308,1203,'benefits_contactless_3_icone','credit'),(19309,1203,'_benefits_contactless_3_icone','field_5d2658038723f'),(19310,1203,'benefits_contactless_3_title','Contactless'),(19311,1203,'_benefits_contactless_3_title','field_5d2658038723d'),(19312,1203,'benefits_contactless_3_description','Make crypto purchases in seconds by simply tapping your card.'),(19313,1203,'_benefits_contactless_3_description','field_5d2658038723e'),(19314,1203,'benefits_contactless','4'),(19315,1203,'_benefits_contactless','field_5d2658038723c'),(19316,1203,'title_coins','A Universal CryptoWallet'),(19317,1203,'_title_coins','field_5d2659ba646f0'),(19318,1203,'description_coins','Check out our full list of our supported currencies. '),(19319,1203,'_description_coins','field_5d2659d4646f1'),(19320,1203,'video_link','https://vimeo.com/76979871'),(19321,1203,'_video_link','field_5d2760a56946f'),(19322,1203,'button_link',''),(19323,1203,'_button_link','field_5d2760f269470'),(19324,1203,'title_wallet_app','Get the Crypto \r\nWallet App and join our community'),(19325,1203,'_title_wallet_app','field_5d2774dba7b2f'),(19326,1203,'qr_code','531'),(19327,1203,'_qr_code','field_5d277610a7b30'),(19328,1203,'title_quick_crypto','A Quick Crypto Exchange'),(19329,1203,'_title_quick_crypto','field_5d2777a8ad898'),(19330,1203,'description_quick_crypto','Skip the time-consuming hassle of using exchanges! A swift, secure <br> method for buying and trading over 140 cryptocurrencies.'),(19331,1203,'_description_quick_crypto','field_5d2777bfad899'),(19332,1203,'exchange_effortlessly_subtitle','Exchange Effortlessly'),(19333,1203,'_exchange_effortlessly_subtitle','field_5d277828ad89b'),(19334,1203,'exchange_effortlessly_text','The app lets you exchange supported cryptocurrencies effortlessly , allowing you to spend your crypto funds your way.'),(19335,1203,'_exchange_effortlessly_text','field_5d27784bad89c'),(19336,1203,'exchange_effortlessly',''),(19337,1203,'_exchange_effortlessly','field_5d27781aad89a'),(19338,1203,'top_up_with_speed_subtitle','Top Up with Speed'),(19339,1203,'_top_up_with_speed_subtitle','field_5d27786bad89e'),(19340,1203,'top_up_with_speed_text','You can top up your wallet through SEPA bank transfers or credit card. Lightning speed and hassle - free - that\'s a win.'),(19341,1203,'_top_up_with_speed_text','field_5d27786bad89f'),(19342,1203,'top_up_with_speed',''),(19343,1203,'_top_up_with_speed','field_5d27786aad89d'),(19344,1203,'title_payment','A Payment Gateway'),(19345,1203,'_title_payment','field_5d2782c891991'),(19346,1203,'description_payment','Accept top cryptocurrencies on your business website with the lowest fees in the industry. Our payment widget is supported by the market-leadinge-commerce plugins like:'),(19347,1203,'_description_payment','field_5d2782cd91992'),(19348,1203,'title_client_support','World Class \r\nClient Support'),(19349,1203,'_title_client_support','field_5d2783a351aae'),(19350,1203,'description_client_support','Never be left without answers - CryptoWallet’s international support team is here to help.'),(19351,1203,'_description_client_support','field_5d2783a851aaf'),(19352,1203,'block_1_subtitle','Strong Customer Focus'),(19353,1203,'_block_1_subtitle','field_5d2783f451ab1'),(19354,1203,'block_1_text','We have a strong customer focus with short waiting times and support in multiple languages.'),(19355,1203,'_block_1_text','field_5d2783f451ab2'),(19356,1203,'block_1',''),(19357,1203,'_block_1','field_5d2783f451ab0'),(19358,1203,'block_2_subtitle','High Quality Support'),(19359,1203,'_block_2_subtitle','field_5d27840951ab4'),(19360,1203,'block_2_text','CryptoWallet offers high-quality support through telephone, LiveChat, ticket submissions, and VIP treatment options.'),(19361,1203,'_block_2_text','field_5d27840951ab5'),(19362,1203,'block_2',''),(19363,1203,'_block_2','field_5d27840951ab3'),(19364,1203,'title_licensed_and_secure','Licensed and Secure'),(19365,1203,'_title_licensed_and_secure','field_5d2785d9e845e'),(19366,1203,'description_licensed_and_secure','CryptoWallet is secured by BitGo, the world’s leading Bitcoin payment processor. Digital assets and user privacy are protected by cutting-edge security measures like two-factor authentication, end-to-end encryption, and multi-signature cold storage wallets. CryptoWallet has obtained licenses from the state of Estonia ensuring full legal compliance in handling and facilitating the trade of cryptocurrencies.'),(19367,1203,'_description_licensed_and_secure','field_5d2785f4e845f'),(19368,1203,'link_licensed_and_secure','http://localhost/cappen/griflan-crypto-wallet/web/'),(19369,1203,'_link_licensed_and_secure','field_5d2786c1e8466'),(19370,1203,'block_1_licensed_and_secure_subtitle','Licensed to Provide Virtual Currency Wallet Services'),(19371,1203,'_block_1_licensed_and_secure_subtitle','field_5d278665e8461'),(19372,1203,'block_1_licensed_and_secure_text','Estonia FIU License Number <strong>FRK000131</strong> enables CryptoWallet to provide cryptocurrency storage services to our customers.'),(19373,1203,'_block_1_licensed_and_secure_text','field_5d278665e8462'),(19374,1203,'block_1_licensed_and_secure_text_link','Verify License Online'),(19375,1203,'_block_1_licensed_and_secure_text_link','field_5d2786f6e8468'),(19376,1203,'block_1_licensed_and_secure_link','http://localhost/cappen/griflan-crypto-wallet/web/'),(19377,1203,'_block_1_licensed_and_secure_link','field_5d2786d4e8467'),(19378,1203,'block_1_licensed_and_secure',''),(19379,1203,'_block_1_licensed_and_secure','field_5d278665e8460'),(19380,1203,'block_2_licensed_and_secure_subtitle','Licensed to Provide Fiat to Virtual Currency Exchange Services'),(19381,1203,'_block_2_licensed_and_secure_subtitle','field_5d27867ee8464'),(19382,1203,'block_2_licensed_and_secure_text','Estonia FIU License Number <strong>FRV000143</strong> allows us to offer direct crypto to fiat trading as well as inter-cryptocurrency exchange services.'),(19383,1203,'_block_2_licensed_and_secure_text','field_5d27867ee8465'),(19384,1203,'block_2_licensed_and_secure_text_link','Verify License Online'),(19385,1203,'_block_2_licensed_and_secure_text_link','field_5d278711e8469'),(19386,1203,'block_2_licensed_and_secure_link','http://localhost/cappen/griflan-crypto-wallet/web/'),(19387,1203,'_block_2_licensed_and_secure_link','field_5d278713e846a'),(19388,1203,'block_2_licensed_and_secure',''),(19389,1203,'_block_2_licensed_and_secure','field_5d27867ee8463'),(19390,1203,'title_works','CryptoWallet Is Fast and Easy'),(19391,1203,'_title_works','field_5d278b7272f06'),(19392,1203,'description_works','Here’s how it works.'),(19393,1203,'_description_works','field_5d278b7b72f07'),(19394,1203,'step_1_title','Download \r\nthe app'),(19395,1203,'_step_1_title','field_5d278bd472f0a'),(19396,1203,'step_1',''),(19397,1203,'_step_1','field_5d278bd472f09'),(19398,1203,'step_2_title','Order The \r\nCard'),(19399,1203,'_step_2_title','field_5d278d93b6d10'),(19400,1203,'step_2',''),(19401,1203,'_step_2','field_5d278d93b6d0f'),(19402,1203,'step_3_title','Load The Card \r\nWith Funds'),(19403,1203,'_step_3_title','field_5d278d94b6d12'),(19404,1203,'step_3',''),(19405,1203,'_step_3','field_5d278d94b6d11'),(19406,1203,'step_4_title','Start \r\nspending!'),(19407,1203,'_step_4_title','field_5d278d97b6d14'),(19408,1203,'step_4',''),(19409,1203,'_step_4','field_5d278d97b6d13'),(19410,1203,'title_press','CryptoWallet in the Press'),(19411,1203,'_title_press','field_5d2790f12668e'),(19412,1203,'logos','6'),(19413,1203,'_logos','field_5d2790f52668f'),(19414,1203,'logos_0_logo','626'),(19415,1203,'_logos_0_logo','field_5d27914c26690'),(19416,1203,'logos_1_logo','631'),(19417,1203,'_logos_1_logo','field_5d27914c26690'),(19418,1203,'logos_2_logo','651'),(19419,1203,'_logos_2_logo','field_5d27914c26690'),(19420,1203,'logos_3_logo','656'),(19421,1203,'_logos_3_logo','field_5d27914c26690'),(19422,1203,'logos_4_logo','636'),(19423,1203,'_logos_4_logo','field_5d27914c26690'),(19424,1203,'logos_5_logo','646'),(19425,1203,'_logos_5_logo','field_5d27914c26690'),(19426,1203,'logos_0_logo_hover','1146'),(19427,1203,'_logos_0_logo_hover','field_5e2613ac34855'),(19428,1203,'logos_1_logo_hover','1151'),(19429,1203,'_logos_1_logo_hover','field_5e2613ac34855'),(19430,1203,'logos_2_logo_hover','1156'),(19431,1203,'_logos_2_logo_hover','field_5e2613ac34855'),(19432,1203,'logos_3_logo_hover','1161'),(19433,1203,'_logos_3_logo_hover','field_5e2613ac34855'),(19434,1203,'logos_4_logo_hover','1166'),(19435,1203,'_logos_4_logo_hover','field_5e2613ac34855'),(19436,1203,'logos_5_logo_hover','1171'),(19437,1203,'_logos_5_logo_hover','field_5e2613ac34855'),(19453,216,'_aioseop_opengraph_settings','a:0:{}'),(19454,217,'_aioseop_opengraph_settings','a:0:{}'),(19455,218,'_aioseop_opengraph_settings','a:0:{}'),(19456,219,'_aioseop_opengraph_settings','a:0:{}'),(19457,344,'_aioseop_opengraph_settings','a:0:{}'),(19458,345,'_aioseop_opengraph_settings','a:0:{}'),(19459,346,'_aioseop_opengraph_settings','a:0:{}'),(19460,1208,'_aioseop_opengraph_settings','a:0:{}'),(19461,347,'_aioseop_opengraph_settings','a:0:{}'),(19462,348,'_aioseop_opengraph_settings','a:0:{}'),(19463,349,'_aioseop_opengraph_settings','a:0:{}'),(19464,350,'_aioseop_opengraph_settings','a:0:{}'),(19465,215,'_aioseop_opengraph_settings','a:0:{}'),(19466,681,'_aioseop_opengraph_settings','a:0:{}'),(19467,682,'_aioseop_opengraph_settings','a:0:{}'),(19468,1209,'_aioseop_opengraph_settings','a:0:{}'),(19469,1210,'_aioseop_opengraph_settings','a:0:{}'),(19470,688,'_aioseop_opengraph_settings','a:0:{}'),(19471,689,'_aioseop_opengraph_settings','a:0:{}'),(19472,803,'_aioseop_opengraph_settings','a:0:{}'),(19473,1211,'_aioseop_opengraph_settings','a:0:{}'),(19474,1212,'_aioseop_opengraph_settings','a:0:{}'),(19475,1213,'_aioseop_opengraph_settings','a:0:{}'),(19476,1214,'_aioseop_opengraph_settings','a:0:{}'),(19477,1215,'_aioseop_opengraph_settings','a:0:{}'),(19481,1217,'_wpml_word_count','{\"total\":669,\"to_translate\":{\"ja\":669,\"ru\":669,\"sg\":669,\"es\":669}}'),(19482,1217,'_aioseop_opengraph_settings','a:14:{s:32:\"aioseop_opengraph_settings_title\";s:0:\"\";s:31:\"aioseop_opengraph_settings_desc\";s:0:\"\";s:36:\"aioseop_opengraph_settings_customimg\";s:0:\"\";s:37:\"aioseop_opengraph_settings_imagewidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_imageheight\";s:0:\"\";s:32:\"aioseop_opengraph_settings_video\";s:0:\"\";s:37:\"aioseop_opengraph_settings_videowidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_videoheight\";s:0:\"\";s:35:\"aioseop_opengraph_settings_category\";s:7:\"article\";s:34:\"aioseop_opengraph_settings_section\";s:0:\"\";s:30:\"aioseop_opengraph_settings_tag\";s:0:\"\";s:34:\"aioseop_opengraph_settings_setcard\";s:7:\"summary\";s:44:\"aioseop_opengraph_settings_customimg_twitter\";s:0:\"\";s:44:\"aioseop_opengraph_settings_customimg_checker\";s:1:\"0\";}'),(19483,1217,'_edit_lock','1587088271:1'),(19484,1217,'_edit_last','1'),(19485,1217,'_wpml_media_featured','1'),(19486,1217,'_wpml_media_duplicate','1'),(19487,1217,'_wp_page_template','page-privacypolicy.php'),(19488,1217,'show_crypto_funds','0'),(19489,1217,'_show_crypto_funds','field_5d1cd58ba65cf'),(19490,1217,'title_welcome',''),(19491,1217,'_title_welcome','field_5e8df2185c2a2'),(19492,1217,'video_link',''),(19493,1217,'_video_link','field_5e8df23c5c2a3'),(19494,1217,'button_link',''),(19495,1217,'_button_link','field_5e8df2575c2a4'),(19496,1217,'title','Lets Talk!'),(19497,1217,'_title','field_5d543835091f5'),(19498,1217,'description','Have a question or want to get in touch with us to discuss the business? We would love to hear from you. Please fill out our contact form and we will get back to you shortly.'),(19499,1217,'_description','field_5d543841091f6'),(19500,1217,'form','1184'),(19501,1217,'_form','field_5d543848091f7'),(19502,1218,'show_crypto_funds','0'),(19503,1218,'_show_crypto_funds','field_5d1cd58ba65cf'),(19504,1218,'title_welcome',''),(19505,1218,'_title_welcome','field_5e8df2185c2a2'),(19506,1218,'video_link',''),(19507,1218,'_video_link','field_5e8df23c5c2a3'),(19508,1218,'button_link',''),(19509,1218,'_button_link','field_5e8df2575c2a4'),(19510,1218,'title','Lets Talk!'),(19511,1218,'_title','field_5d543835091f5'),(19512,1218,'description',''),(19513,1218,'_description','field_5d543841091f6'),(19514,1218,'form',''),(19515,1218,'_form','field_5d543848091f7'),(19516,1219,'show_crypto_funds','0'),(19517,1219,'_show_crypto_funds','field_5d1cd58ba65cf'),(19518,1219,'title_welcome',''),(19519,1219,'_title_welcome','field_5e8df2185c2a2'),(19520,1219,'video_link',''),(19521,1219,'_video_link','field_5e8df23c5c2a3'),(19522,1219,'button_link',''),(19523,1219,'_button_link','field_5e8df2575c2a4'),(19524,1219,'title','Lets Talk!'),(19525,1219,'_title','field_5d543835091f5'),(19526,1219,'description','Have a question or want to get in touch with us to discuss the business? We would love to hear from you. Please fill out our contact form and we will get back to you shortly.'),(19527,1219,'_description','field_5d543841091f6'),(19528,1219,'form','1184'),(19529,1219,'_form','field_5d543848091f7'),(19530,1182,'title_welcome',''),(19531,1182,'_title_welcome','field_5e8df2185c2a2'),(19532,1182,'video_link',''),(19533,1182,'_video_link','field_5e8df23c5c2a3'),(19534,1182,'button_link',''),(19535,1182,'_button_link','field_5e8df2575c2a4'),(19536,1220,'show_crypto_funds','0'),(19537,1220,'_show_crypto_funds','field_5d1cd58ba65cf'),(19538,1220,'title','Lets Talk!'),(19539,1220,'_title','field_5d543835091f5'),(19540,1220,'description','Have a question or want to get in touch with us to discuss the business? We would love to hear from you. Please fill out our contact form and we will get back to you shortly.'),(19541,1220,'_description','field_5d543841091f6'),(19542,1220,'form','1184'),(19543,1220,'_form','field_5d543848091f7'),(19544,1220,'title_welcome',''),(19545,1220,'_title_welcome','field_5e8df2185c2a2'),(19546,1220,'video_link',''),(19547,1220,'_video_link','field_5e8df23c5c2a3'),(19548,1220,'button_link',''),(19549,1220,'_button_link','field_5e8df2575c2a4'),(19550,1192,'title_welcome',''),(19551,1192,'_title_welcome','field_5e8df2185c2a2'),(19552,1192,'video_link',''),(19553,1192,'_video_link','field_5e8df23c5c2a3'),(19554,1192,'button_link',''),(19555,1192,'_button_link','field_5e8df2575c2a4'),(19556,1221,'show_crypto_funds','0'),(19557,1221,'_show_crypto_funds','field_5d1cd58ba65cf'),(19558,1221,'title','Lets Talk!'),(19559,1221,'_title','field_5d543835091f5'),(19560,1221,'description','Have a question or want to get in touch with us to discuss the business? We would love to hear from you. Please fill out our contact form and we will get back to you shortly.'),(19561,1221,'_description','field_5d543841091f6'),(19562,1221,'form','1184'),(19563,1221,'_form','field_5d543848091f7'),(19564,1221,'title_welcome',''),(19565,1221,'_title_welcome','field_5e8df2185c2a2'),(19566,1221,'video_link',''),(19567,1221,'_video_link','field_5e8df23c5c2a3'),(19568,1221,'button_link',''),(19569,1221,'_button_link','field_5e8df2575c2a4'),(19570,1222,'show_crypto_funds','0'),(19571,1222,'_show_crypto_funds','field_5d1cd58ba65cf'),(19572,1222,'title_welcome',''),(19573,1222,'_title_welcome','field_5e8df2185c2a2'),(19574,1222,'video_link',''),(19575,1222,'_video_link','field_5e8df23c5c2a3'),(19576,1222,'button_link',''),(19577,1222,'_button_link','field_5e8df2575c2a4'),(19578,1222,'title','Lets Talk!'),(19579,1222,'_title','field_5d543835091f5'),(19580,1222,'description','Have a question or want to get in touch with us to discuss the business? We would love to hear from you. Please fill out our contact form and we will get back to you shortly.'),(19581,1222,'_description','field_5d543841091f6'),(19582,1222,'form','1184'),(19583,1222,'_form','field_5d543848091f7'),(19584,1223,'show_crypto_funds','0'),(19585,1223,'_show_crypto_funds','field_5d1cd58ba65cf'),(19586,1223,'title','Crypto Is Money - \r\nLet’s Use It.'),(19587,1223,'_title','field_5d264012842b2'),(19588,1223,'description','This is the future of crypto banking. CryptoWallet is your gateway to digital currency and beyond. Integrate crypto payments into your business or spend your crypto in any store.'),(19589,1223,'_description','field_5d26402d842b3'),(19590,1223,'title_cryptowallet','What is CryptoWallet?'),(19591,1223,'_title_cryptowallet','field_5d26470a0c80a'),(19592,1223,'description_cryptowallet','CryptoWallet is an end-to-end crypto banking and commercial solution.'),(19593,1223,'_description_cryptowallet','field_5d26471d0c80b'),(19594,1223,'benefits_0_title','Wallet'),(19595,1223,'_benefits_0_title','field_5d26480f0c80d'),(19596,1223,'benefits_0_description','It’s a wallet where you can securely store your crypto funds.'),(19597,1223,'_benefits_0_description','field_5d26481d0c80e'),(19598,1223,'benefits_1_title','Card'),(19599,1223,'_benefits_1_title','field_5d26480f0c80d'),(19600,1223,'benefits_1_description','It’s a prepaid card that lets you spend crypto in any store.'),(19601,1223,'_benefits_1_description','field_5d26481d0c80e'),(19602,1223,'benefits_2_title','Exchange'),(19603,1223,'_benefits_2_title','field_5d26480f0c80d'),(19604,1223,'benefits_2_description','It’s an exchange that allows you to quickly and easily exchange crypto on your phone.'),(19605,1223,'_benefits_2_description','field_5d26481d0c80e'),(19606,1223,'benefits','3'),(19607,1223,'_benefits','field_5d2647670c80c'),(19608,1223,'benefits_0_animation_card','Wallet'),(19609,1223,'_benefits_0_animation_card','field_5d2649429a9b9'),(19610,1223,'benefits_1_animation_card','Debit Card'),(19611,1223,'_benefits_1_animation_card','field_5d2649429a9b9'),(19612,1223,'benefits_2_animation_card','Exchange App'),(19613,1223,'_benefits_2_animation_card','field_5d2649429a9b9'),(19614,1223,'title_welcome','Welcome to your gateway \r\nfor digital currency.'),(19615,1223,'_title_welcome','field_5d264f1cfddba'),(19616,1223,'title_contactless','A Contactless Crypto Wallet \r\nDebit Card With Cashback'),(19617,1223,'_title_contactless','field_5d26573a87236'),(19618,1223,'description_contactless','Cryptocurrency adoption is here with our innovative new contactless debit card.'),(19619,1223,'_description_contactless','field_5d26577287237'),(19620,1223,'benefits_contactless_0_icone','note'),(19621,1223,'_benefits_contactless_0_icone','field_5d2658038723f'),(19622,1223,'benefits_contactless_0_title','Shop Anywhere'),(19623,1223,'_benefits_contactless_0_title','field_5d2658038723d'),(19624,1223,'benefits_contactless_0_description','You can finally spend your cryptocurrency on real goods and services anywhere that accepts VISA.'),(19625,1223,'_benefits_contactless_0_description','field_5d2658038723e'),(19626,1223,'benefits_contactless_1_icone','coin'),(19627,1223,'_benefits_contactless_1_icone','field_5d2658038723f'),(19628,1223,'benefits_contactless_1_title','Convert'),(19629,1223,'_benefits_contactless_1_title','field_5d2658038723d'),(19630,1223,'benefits_contactless_1_description','Converting your crypto to fiat for purchases is simple using the instant in-appexchange feature. Stop the crypto shuffle and let CryptoWallet do the work.'),(19631,1223,'_benefits_contactless_1_description','field_5d2658038723e'),(19632,1223,'benefits_contactless_2_icone','bitcoin'),(19633,1223,'_benefits_contactless_2_icone','field_5d2658038723f'),(19634,1223,'benefits_contactless_2_title','Unique Crypto Cashback'),(19635,1223,'_benefits_contactless_2_title','field_5d2658038723d'),(19636,1223,'benefits_contactless_2_description','Take advantage of our unique crypto cashback feature, it puts money in your wallet - literally. Get cashback in crypto on purchases made in store with your CryptoWallet Visa debit card.'),(19637,1223,'_benefits_contactless_2_description','field_5d2658038723e'),(19638,1223,'benefits_contactless_3_icone','credit'),(19639,1223,'_benefits_contactless_3_icone','field_5d2658038723f'),(19640,1223,'benefits_contactless_3_title','Contactless'),(19641,1223,'_benefits_contactless_3_title','field_5d2658038723d'),(19642,1223,'benefits_contactless_3_description','Make crypto purchases in seconds by simply tapping your card.'),(19643,1223,'_benefits_contactless_3_description','field_5d2658038723e'),(19644,1223,'benefits_contactless','4'),(19645,1223,'_benefits_contactless','field_5d2658038723c'),(19646,1223,'title_coins','A Universal CryptoWallet'),(19647,1223,'_title_coins','field_5d2659ba646f0'),(19648,1223,'description_coins','Check out our full list of our supported currencies. '),(19649,1223,'_description_coins','field_5d2659d4646f1'),(19650,1223,'video_link','https://vimeo.com/76979871'),(19651,1223,'_video_link','field_5d2760a56946f'),(19652,1223,'button_link',''),(19653,1223,'_button_link','field_5d2760f269470'),(19654,1223,'title_wallet_app','Get the Crypto \r\nWallet App and join our community'),(19655,1223,'_title_wallet_app','field_5d2774dba7b2f'),(19656,1223,'qr_code','531'),(19657,1223,'_qr_code','field_5d277610a7b30'),(19658,1223,'title_quick_crypto','A Quick Crypto Exchange'),(19659,1223,'_title_quick_crypto','field_5d2777a8ad898'),(19660,1223,'description_quick_crypto','Skip the time-consuming hassle of using exchanges! A swift, secure <br> method for buying and trading over 140 cryptocurrencies.'),(19661,1223,'_description_quick_crypto','field_5d2777bfad899'),(19662,1223,'exchange_effortlessly_subtitle','Exchange Effortlessly'),(19663,1223,'_exchange_effortlessly_subtitle','field_5d277828ad89b'),(19664,1223,'exchange_effortlessly_text','The app lets you exchange supported cryptocurrencies effortlessly , allowing you to spend your crypto funds your way.'),(19665,1223,'_exchange_effortlessly_text','field_5d27784bad89c'),(19666,1223,'exchange_effortlessly',''),(19667,1223,'_exchange_effortlessly','field_5d27781aad89a'),(19668,1223,'top_up_with_speed_subtitle','Top Up with Speed'),(19669,1223,'_top_up_with_speed_subtitle','field_5d27786bad89e'),(19670,1223,'top_up_with_speed_text','You can top up your wallet through SEPA bank transfers or credit card. Lightning speed and hassle - free - that\'s a win.'),(19671,1223,'_top_up_with_speed_text','field_5d27786bad89f'),(19672,1223,'top_up_with_speed',''),(19673,1223,'_top_up_with_speed','field_5d27786aad89d'),(19674,1223,'title_payment','A Payment Gateway'),(19675,1223,'_title_payment','field_5d2782c891991'),(19676,1223,'description_payment','Accept top cryptocurrencies on your business website with the lowest fees in the industry. Our payment widget is supported by the market-leadinge-commerce plugins like:'),(19677,1223,'_description_payment','field_5d2782cd91992'),(19678,1223,'title_client_support','World Class \r\nClient Support'),(19679,1223,'_title_client_support','field_5d2783a351aae'),(19680,1223,'description_client_support','Never be left without answers - CryptoWallet’s international support team is here to help.'),(19681,1223,'_description_client_support','field_5d2783a851aaf'),(19682,1223,'block_1_subtitle','Strong Customer Focus'),(19683,1223,'_block_1_subtitle','field_5d2783f451ab1'),(19684,1223,'block_1_text','We have a strong customer focus with short waiting times and support in multiple languages.'),(19685,1223,'_block_1_text','field_5d2783f451ab2'),(19686,1223,'block_1',''),(19687,1223,'_block_1','field_5d2783f451ab0'),(19688,1223,'block_2_subtitle','High Quality Support'),(19689,1223,'_block_2_subtitle','field_5d27840951ab4'),(19690,1223,'block_2_text','CryptoWallet offers high-quality support through telephone, LiveChat, ticket submissions, and VIP treatment options.'),(19691,1223,'_block_2_text','field_5d27840951ab5'),(19692,1223,'block_2',''),(19693,1223,'_block_2','field_5d27840951ab3'),(19694,1223,'title_licensed_and_secure','Licensed and Secure'),(19695,1223,'_title_licensed_and_secure','field_5d2785d9e845e'),(19696,1223,'description_licensed_and_secure','CryptoWallet is secured by BitGo, the world’s leading Bitcoin payment processor. Digital assets and user privacy are protected by cutting-edge security measures like two-factor authentication, end-to-end encryption, and multi-signature cold storage wallets. CryptoWallet has obtained licenses from the state of Estonia ensuring full legal compliance in handling and facilitating the trade of cryptocurrencies.'),(19697,1223,'_description_licensed_and_secure','field_5d2785f4e845f'),(19698,1223,'link_licensed_and_secure','http://localhost/cappen/griflan-crypto-wallet/web/'),(19699,1223,'_link_licensed_and_secure','field_5d2786c1e8466'),(19700,1223,'block_1_licensed_and_secure_subtitle','Licensed to Provide Virtual Currency Wallet Services'),(19701,1223,'_block_1_licensed_and_secure_subtitle','field_5d278665e8461'),(19702,1223,'block_1_licensed_and_secure_text','Estonia FIU License Number <strong>FRK000131</strong> enables CryptoWallet to provide cryptocurrency storage services to our customers.'),(19703,1223,'_block_1_licensed_and_secure_text','field_5d278665e8462'),(19704,1223,'block_1_licensed_and_secure_text_link','Verify License Online'),(19705,1223,'_block_1_licensed_and_secure_text_link','field_5d2786f6e8468'),(19706,1223,'block_1_licensed_and_secure_link','http://localhost/cappen/griflan-crypto-wallet/web/'),(19707,1223,'_block_1_licensed_and_secure_link','field_5d2786d4e8467'),(19708,1223,'block_1_licensed_and_secure',''),(19709,1223,'_block_1_licensed_and_secure','field_5d278665e8460'),(19710,1223,'block_2_licensed_and_secure_subtitle','Licensed to Provide Fiat to Virtual Currency Exchange Services'),(19711,1223,'_block_2_licensed_and_secure_subtitle','field_5d27867ee8464'),(19712,1223,'block_2_licensed_and_secure_text','Estonia FIU License Number <strong>FRV000143</strong> allows us to offer direct crypto to fiat trading as well as inter-cryptocurrency exchange services.'),(19713,1223,'_block_2_licensed_and_secure_text','field_5d27867ee8465'),(19714,1223,'block_2_licensed_and_secure_text_link','Verify License Online'),(19715,1223,'_block_2_licensed_and_secure_text_link','field_5d278711e8469'),(19716,1223,'block_2_licensed_and_secure_link','http://localhost/cappen/griflan-crypto-wallet/web/'),(19717,1223,'_block_2_licensed_and_secure_link','field_5d278713e846a'),(19718,1223,'block_2_licensed_and_secure',''),(19719,1223,'_block_2_licensed_and_secure','field_5d27867ee8463'),(19720,1223,'title_works','CryptoWallet Is Fast and Easy'),(19721,1223,'_title_works','field_5d278b7272f06'),(19722,1223,'description_works','Here’s how it works.'),(19723,1223,'_description_works','field_5d278b7b72f07'),(19724,1223,'step_1_title','Download \r\nthe app'),(19725,1223,'_step_1_title','field_5d278bd472f0a'),(19726,1223,'step_1',''),(19727,1223,'_step_1','field_5d278bd472f09'),(19728,1223,'step_2_title','Order The \r\nCard'),(19729,1223,'_step_2_title','field_5d278d93b6d10'),(19730,1223,'step_2',''),(19731,1223,'_step_2','field_5d278d93b6d0f'),(19732,1223,'step_3_title','Load The Card \r\nWith Funds'),(19733,1223,'_step_3_title','field_5d278d94b6d12'),(19734,1223,'step_3',''),(19735,1223,'_step_3','field_5d278d94b6d11'),(19736,1223,'step_4_title','Start \r\nspending!'),(19737,1223,'_step_4_title','field_5d278d97b6d14'),(19738,1223,'step_4',''),(19739,1223,'_step_4','field_5d278d97b6d13'),(19740,1223,'title_press','CryptoWallet in the Press'),(19741,1223,'_title_press','field_5d2790f12668e'),(19742,1223,'logos','6'),(19743,1223,'_logos','field_5d2790f52668f'),(19744,1223,'logos_0_logo','626'),(19745,1223,'_logos_0_logo','field_5d27914c26690'),(19746,1223,'logos_1_logo','631'),(19747,1223,'_logos_1_logo','field_5d27914c26690'),(19748,1223,'logos_2_logo','651'),(19749,1223,'_logos_2_logo','field_5d27914c26690'),(19750,1223,'logos_3_logo','656'),(19751,1223,'_logos_3_logo','field_5d27914c26690'),(19752,1223,'logos_4_logo','636'),(19753,1223,'_logos_4_logo','field_5d27914c26690'),(19754,1223,'logos_5_logo','646'),(19755,1223,'_logos_5_logo','field_5d27914c26690'),(19756,1223,'logos_0_logo_hover','1146'),(19757,1223,'_logos_0_logo_hover','field_5e2613ac34855'),(19758,1223,'logos_1_logo_hover','1151'),(19759,1223,'_logos_1_logo_hover','field_5e2613ac34855'),(19760,1223,'logos_2_logo_hover','1156'),(19761,1223,'_logos_2_logo_hover','field_5e2613ac34855'),(19762,1223,'logos_3_logo_hover','1161'),(19763,1223,'_logos_3_logo_hover','field_5e2613ac34855'),(19764,1223,'logos_4_logo_hover','1166'),(19765,1223,'_logos_4_logo_hover','field_5e2613ac34855'),(19766,1223,'logos_5_logo_hover','1171'),(19767,1223,'_logos_5_logo_hover','field_5e2613ac34855'),(19781,945,'_aioseop_opengraph_settings','a:0:{}'),(19782,1227,'show_crypto_funds','0'),(19783,1227,'_show_crypto_funds','field_5d1cd58ba65cf'),(19784,1227,'title','Crypto Is Money - \r\nLet’s Use It.'),(19785,1227,'_title','field_5d264012842b2'),(19786,1227,'description','This is the future of crypto banking. CryptoWallet is your gateway to digital currency and beyond. Integrate crypto payments into your business or spend your crypto in any store.'),(19787,1227,'_description','field_5d26402d842b3'),(19788,1227,'title_cryptowallet','What is CryptoWallet?'),(19789,1227,'_title_cryptowallet','field_5d26470a0c80a'),(19790,1227,'description_cryptowallet','CryptoWallet is an end-to-end crypto banking and commercial solution.'),(19791,1227,'_description_cryptowallet','field_5d26471d0c80b'),(19792,1227,'benefits_0_title','Wallet'),(19793,1227,'_benefits_0_title','field_5d26480f0c80d'),(19794,1227,'benefits_0_description','It’s a wallet where you can securely store your crypto funds.'),(19795,1227,'_benefits_0_description','field_5d26481d0c80e'),(19796,1227,'benefits_1_title','Card'),(19797,1227,'_benefits_1_title','field_5d26480f0c80d'),(19798,1227,'benefits_1_description','It’s a prepaid card that lets you spend crypto in any store.'),(19799,1227,'_benefits_1_description','field_5d26481d0c80e'),(19800,1227,'benefits_2_title','Exchange'),(19801,1227,'_benefits_2_title','field_5d26480f0c80d'),(19802,1227,'benefits_2_description','It’s an exchange that allows you to quickly and easily exchange crypto on your phone.'),(19803,1227,'_benefits_2_description','field_5d26481d0c80e'),(19804,1227,'benefits','3'),(19805,1227,'_benefits','field_5d2647670c80c'),(19806,1227,'benefits_0_animation_card','Wallet'),(19807,1227,'_benefits_0_animation_card','field_5d2649429a9b9'),(19808,1227,'benefits_1_animation_card','Debit Card'),(19809,1227,'_benefits_1_animation_card','field_5d2649429a9b9'),(19810,1227,'benefits_2_animation_card','Exchange App'),(19811,1227,'_benefits_2_animation_card','field_5d2649429a9b9'),(19812,1227,'title_welcome','Welcome to your gateway \r\nfor digital currency.'),(19813,1227,'_title_welcome','field_5d264f1cfddba'),(19814,1227,'title_contactless','A Contactless Crypto Wallet \r\nDebit Card With Cashback'),(19815,1227,'_title_contactless','field_5d26573a87236'),(19816,1227,'description_contactless','Cryptocurrency adoption is here with our innovative new contactless debit card.'),(19817,1227,'_description_contactless','field_5d26577287237'),(19818,1227,'benefits_contactless_0_icone','note'),(19819,1227,'_benefits_contactless_0_icone','field_5d2658038723f'),(19820,1227,'benefits_contactless_0_title','Shop Anywhere'),(19821,1227,'_benefits_contactless_0_title','field_5d2658038723d'),(19822,1227,'benefits_contactless_0_description','You can finally spend your cryptocurrency on real goods and services anywhere that accepts VISA.'),(19823,1227,'_benefits_contactless_0_description','field_5d2658038723e'),(19824,1227,'benefits_contactless_1_icone','coin'),(19825,1227,'_benefits_contactless_1_icone','field_5d2658038723f'),(19826,1227,'benefits_contactless_1_title','Convert'),(19827,1227,'_benefits_contactless_1_title','field_5d2658038723d'),(19828,1227,'benefits_contactless_1_description','Converting your crypto to fiat for purchases is simple using the instant in-appexchange feature. Stop the crypto shuffle and let CryptoWallet do the work.'),(19829,1227,'_benefits_contactless_1_description','field_5d2658038723e'),(19830,1227,'benefits_contactless_2_icone','bitcoin'),(19831,1227,'_benefits_contactless_2_icone','field_5d2658038723f'),(19832,1227,'benefits_contactless_2_title','Unique Crypto Cashback'),(19833,1227,'_benefits_contactless_2_title','field_5d2658038723d'),(19834,1227,'benefits_contactless_2_description','Take advantage of our unique crypto cashback feature, it puts money in your wallet - literally. Get cashback in crypto on purchases made in store with your CryptoWallet Visa debit card.'),(19835,1227,'_benefits_contactless_2_description','field_5d2658038723e'),(19836,1227,'benefits_contactless_3_icone','credit'),(19837,1227,'_benefits_contactless_3_icone','field_5d2658038723f'),(19838,1227,'benefits_contactless_3_title','Contactless'),(19839,1227,'_benefits_contactless_3_title','field_5d2658038723d'),(19840,1227,'benefits_contactless_3_description','Make crypto purchases in seconds by simply tapping your card.'),(19841,1227,'_benefits_contactless_3_description','field_5d2658038723e'),(19842,1227,'benefits_contactless','4'),(19843,1227,'_benefits_contactless','field_5d2658038723c'),(19844,1227,'title_coins','A Universal CryptoWallet'),(19845,1227,'_title_coins','field_5d2659ba646f0'),(19846,1227,'description_coins','Check out our full list of our supported currencies. '),(19847,1227,'_description_coins','field_5d2659d4646f1'),(19848,1227,'video_link','https://vimeo.com/407652861'),(19849,1227,'_video_link','field_5d2760a56946f'),(19850,1227,'button_link',''),(19851,1227,'_button_link','field_5d2760f269470'),(19852,1227,'title_wallet_app','Get the Crypto \r\nWallet App and join our community'),(19853,1227,'_title_wallet_app','field_5d2774dba7b2f'),(19854,1227,'qr_code','531'),(19855,1227,'_qr_code','field_5d277610a7b30'),(19856,1227,'title_quick_crypto','A Quick Crypto Exchange'),(19857,1227,'_title_quick_crypto','field_5d2777a8ad898'),(19858,1227,'description_quick_crypto','Skip the time-consuming hassle of using exchanges! A swift, secure <br> method for buying and trading over 140 cryptocurrencies.'),(19859,1227,'_description_quick_crypto','field_5d2777bfad899'),(19860,1227,'exchange_effortlessly_subtitle','Exchange Effortlessly'),(19861,1227,'_exchange_effortlessly_subtitle','field_5d277828ad89b'),(19862,1227,'exchange_effortlessly_text','The app lets you exchange supported cryptocurrencies effortlessly , allowing you to spend your crypto funds your way.'),(19863,1227,'_exchange_effortlessly_text','field_5d27784bad89c'),(19864,1227,'exchange_effortlessly',''),(19865,1227,'_exchange_effortlessly','field_5d27781aad89a'),(19866,1227,'top_up_with_speed_subtitle','Top Up with Speed'),(19867,1227,'_top_up_with_speed_subtitle','field_5d27786bad89e'),(19868,1227,'top_up_with_speed_text','You can top up your wallet through SEPA bank transfers or credit card. Lightning speed and hassle - free - that\'s a win.'),(19869,1227,'_top_up_with_speed_text','field_5d27786bad89f'),(19870,1227,'top_up_with_speed',''),(19871,1227,'_top_up_with_speed','field_5d27786aad89d'),(19872,1227,'title_payment','A Payment Gateway'),(19873,1227,'_title_payment','field_5d2782c891991'),(19874,1227,'description_payment','Accept top cryptocurrencies on your business website with the lowest fees in the industry. Our payment widget is supported by the market-leadinge-commerce plugins like:'),(19875,1227,'_description_payment','field_5d2782cd91992'),(19876,1227,'title_client_support','World Class \r\nClient Support'),(19877,1227,'_title_client_support','field_5d2783a351aae'),(19878,1227,'description_client_support','Never be left without answers - CryptoWallet’s international support team is here to help.'),(19879,1227,'_description_client_support','field_5d2783a851aaf'),(19880,1227,'block_1_subtitle','Strong Customer Focus'),(19881,1227,'_block_1_subtitle','field_5d2783f451ab1'),(19882,1227,'block_1_text','We have a strong customer focus with short waiting times and support in multiple languages.'),(19883,1227,'_block_1_text','field_5d2783f451ab2'),(19884,1227,'block_1',''),(19885,1227,'_block_1','field_5d2783f451ab0'),(19886,1227,'block_2_subtitle','High Quality Support'),(19887,1227,'_block_2_subtitle','field_5d27840951ab4'),(19888,1227,'block_2_text','CryptoWallet offers high-quality support through telephone, LiveChat, ticket submissions, and VIP treatment options.'),(19889,1227,'_block_2_text','field_5d27840951ab5'),(19890,1227,'block_2',''),(19891,1227,'_block_2','field_5d27840951ab3'),(19892,1227,'title_licensed_and_secure','Licensed and Secure'),(19893,1227,'_title_licensed_and_secure','field_5d2785d9e845e'),(19894,1227,'description_licensed_and_secure','CryptoWallet is secured by BitGo, the world’s leading Bitcoin payment processor. Digital assets and user privacy are protected by cutting-edge security measures like two-factor authentication, end-to-end encryption, and multi-signature cold storage wallets. CryptoWallet has obtained licenses from the state of Estonia ensuring full legal compliance in handling and facilitating the trade of cryptocurrencies.'),(19895,1227,'_description_licensed_and_secure','field_5d2785f4e845f'),(19896,1227,'link_licensed_and_secure','http://localhost/cappen/griflan-crypto-wallet/web/'),(19897,1227,'_link_licensed_and_secure','field_5d2786c1e8466'),(19898,1227,'block_1_licensed_and_secure_subtitle','Licensed to Provide Virtual Currency Wallet Services'),(19899,1227,'_block_1_licensed_and_secure_subtitle','field_5d278665e8461'),(19900,1227,'block_1_licensed_and_secure_text','Estonia FIU License Number <strong>FRK000131</strong> enables CryptoWallet to provide cryptocurrency storage services to our customers.'),(19901,1227,'_block_1_licensed_and_secure_text','field_5d278665e8462'),(19902,1227,'block_1_licensed_and_secure_text_link','Verify License Online'),(19903,1227,'_block_1_licensed_and_secure_text_link','field_5d2786f6e8468'),(19904,1227,'block_1_licensed_and_secure_link','http://localhost/cappen/griflan-crypto-wallet/web/'),(19905,1227,'_block_1_licensed_and_secure_link','field_5d2786d4e8467'),(19906,1227,'block_1_licensed_and_secure',''),(19907,1227,'_block_1_licensed_and_secure','field_5d278665e8460'),(19908,1227,'block_2_licensed_and_secure_subtitle','Licensed to Provide Fiat to Virtual Currency Exchange Services'),(19909,1227,'_block_2_licensed_and_secure_subtitle','field_5d27867ee8464'),(19910,1227,'block_2_licensed_and_secure_text','Estonia FIU License Number <strong>FRV000143</strong> allows us to offer direct crypto to fiat trading as well as inter-cryptocurrency exchange services.'),(19911,1227,'_block_2_licensed_and_secure_text','field_5d27867ee8465'),(19912,1227,'block_2_licensed_and_secure_text_link','Verify License Online'),(19913,1227,'_block_2_licensed_and_secure_text_link','field_5d278711e8469'),(19914,1227,'block_2_licensed_and_secure_link','http://localhost/cappen/griflan-crypto-wallet/web/'),(19915,1227,'_block_2_licensed_and_secure_link','field_5d278713e846a'),(19916,1227,'block_2_licensed_and_secure',''),(19917,1227,'_block_2_licensed_and_secure','field_5d27867ee8463'),(19918,1227,'title_works','CryptoWallet Is Fast and Easy'),(19919,1227,'_title_works','field_5d278b7272f06'),(19920,1227,'description_works','Here’s how it works.'),(19921,1227,'_description_works','field_5d278b7b72f07'),(19922,1227,'step_1_title','Download \r\nthe app'),(19923,1227,'_step_1_title','field_5d278bd472f0a'),(19924,1227,'step_1',''),(19925,1227,'_step_1','field_5d278bd472f09'),(19926,1227,'step_2_title','Order The \r\nCard'),(19927,1227,'_step_2_title','field_5d278d93b6d10'),(19928,1227,'step_2',''),(19929,1227,'_step_2','field_5d278d93b6d0f'),(19930,1227,'step_3_title','Load The Card \r\nWith Funds'),(19931,1227,'_step_3_title','field_5d278d94b6d12'),(19932,1227,'step_3',''),(19933,1227,'_step_3','field_5d278d94b6d11'),(19934,1227,'step_4_title','Start \r\nspending!'),(19935,1227,'_step_4_title','field_5d278d97b6d14'),(19936,1227,'step_4',''),(19937,1227,'_step_4','field_5d278d97b6d13'),(19938,1227,'title_press','CryptoWallet in the Press'),(19939,1227,'_title_press','field_5d2790f12668e'),(19940,1227,'logos','6'),(19941,1227,'_logos','field_5d2790f52668f'),(19942,1227,'logos_0_logo','626'),(19943,1227,'_logos_0_logo','field_5d27914c26690'),(19944,1227,'logos_1_logo','631'),(19945,1227,'_logos_1_logo','field_5d27914c26690'),(19946,1227,'logos_2_logo','651'),(19947,1227,'_logos_2_logo','field_5d27914c26690'),(19948,1227,'logos_3_logo','656'),(19949,1227,'_logos_3_logo','field_5d27914c26690'),(19950,1227,'logos_4_logo','636'),(19951,1227,'_logos_4_logo','field_5d27914c26690'),(19952,1227,'logos_5_logo','646'),(19953,1227,'_logos_5_logo','field_5d27914c26690'),(19954,1227,'logos_0_logo_hover','1146'),(19955,1227,'_logos_0_logo_hover','field_5e2613ac34855'),(19956,1227,'logos_1_logo_hover','1151'),(19957,1227,'_logos_1_logo_hover','field_5e2613ac34855'),(19958,1227,'logos_2_logo_hover','1156'),(19959,1227,'_logos_2_logo_hover','field_5e2613ac34855'),(19960,1227,'logos_3_logo_hover','1161'),(19961,1227,'_logos_3_logo_hover','field_5e2613ac34855'),(19962,1227,'logos_4_logo_hover','1166'),(19963,1227,'_logos_4_logo_hover','field_5e2613ac34855'),(19964,1227,'logos_5_logo_hover','1171'),(19965,1227,'_logos_5_logo_hover','field_5e2613ac34855'),(19979,1231,'show_crypto_funds','0'),(19980,1231,'_show_crypto_funds','field_5d1cd58ba65cf'),(19981,1231,'title','Crypto Is Money - \r\nLet’s Use It.'),(19982,1231,'_title','field_5d264012842b2'),(19983,1231,'description','This is the future of crypto banking. CryptoWallet is your gateway to digital currency and beyond. Integrate crypto payments into your business or spend your crypto in any store.'),(19984,1231,'_description','field_5d26402d842b3'),(19985,1231,'title_cryptowallet','What is CryptoWallet?'),(19986,1231,'_title_cryptowallet','field_5d26470a0c80a'),(19987,1231,'description_cryptowallet','CryptoWallet is an end-to-end crypto banking and commercial solution.'),(19988,1231,'_description_cryptowallet','field_5d26471d0c80b'),(19989,1231,'benefits_0_title','Wallet'),(19990,1231,'_benefits_0_title','field_5d26480f0c80d'),(19991,1231,'benefits_0_description','It’s a wallet where you can securely store your crypto funds.'),(19992,1231,'_benefits_0_description','field_5d26481d0c80e'),(19993,1231,'benefits_1_title','Card'),(19994,1231,'_benefits_1_title','field_5d26480f0c80d'),(19995,1231,'benefits_1_description','It’s a prepaid card that lets you spend crypto in any store.'),(19996,1231,'_benefits_1_description','field_5d26481d0c80e'),(19997,1231,'benefits_2_title','Exchange'),(19998,1231,'_benefits_2_title','field_5d26480f0c80d'),(19999,1231,'benefits_2_description','It’s an exchange that allows you to quickly and easily exchange crypto on your phone.'),(20000,1231,'_benefits_2_description','field_5d26481d0c80e'),(20001,1231,'benefits','3'),(20002,1231,'_benefits','field_5d2647670c80c'),(20003,1231,'benefits_0_animation_card','Wallet'),(20004,1231,'_benefits_0_animation_card','field_5d2649429a9b9'),(20005,1231,'benefits_1_animation_card','Debit Card'),(20006,1231,'_benefits_1_animation_card','field_5d2649429a9b9'),(20007,1231,'benefits_2_animation_card','Exchange App'),(20008,1231,'_benefits_2_animation_card','field_5d2649429a9b9'),(20009,1231,'title_welcome','Welcome to your gateway \r\nfor digital currency.'),(20010,1231,'_title_welcome','field_5d264f1cfddba'),(20011,1231,'title_contactless','A Contactless Crypto Wallet \r\nDebit Card With Cashback'),(20012,1231,'_title_contactless','field_5d26573a87236'),(20013,1231,'description_contactless','Cryptocurrency adoption is here with our innovative new contactless debit card.'),(20014,1231,'_description_contactless','field_5d26577287237'),(20015,1231,'benefits_contactless_0_icone','note'),(20016,1231,'_benefits_contactless_0_icone','field_5d2658038723f'),(20017,1231,'benefits_contactless_0_title','Shop Anywhere'),(20018,1231,'_benefits_contactless_0_title','field_5d2658038723d'),(20019,1231,'benefits_contactless_0_description','You can finally spend your cryptocurrency on real goods and services anywhere that accepts VISA.'),(20020,1231,'_benefits_contactless_0_description','field_5d2658038723e'),(20021,1231,'benefits_contactless_1_icone','coin'),(20022,1231,'_benefits_contactless_1_icone','field_5d2658038723f'),(20023,1231,'benefits_contactless_1_title','Convert'),(20024,1231,'_benefits_contactless_1_title','field_5d2658038723d'),(20025,1231,'benefits_contactless_1_description','Converting your crypto to fiat for purchases is simple using the instant in-appexchange feature. Stop the crypto shuffle and let CryptoWallet do the work.'),(20026,1231,'_benefits_contactless_1_description','field_5d2658038723e'),(20027,1231,'benefits_contactless_2_icone','bitcoin'),(20028,1231,'_benefits_contactless_2_icone','field_5d2658038723f'),(20029,1231,'benefits_contactless_2_title','Unique Crypto Cashback'),(20030,1231,'_benefits_contactless_2_title','field_5d2658038723d'),(20031,1231,'benefits_contactless_2_description','Take advantage of our unique crypto cashback feature, it puts money in your wallet - literally. Get cashback in crypto on purchases made in store with your CryptoWallet Visa debit card.'),(20032,1231,'_benefits_contactless_2_description','field_5d2658038723e'),(20033,1231,'benefits_contactless_3_icone','credit'),(20034,1231,'_benefits_contactless_3_icone','field_5d2658038723f'),(20035,1231,'benefits_contactless_3_title','Contactless'),(20036,1231,'_benefits_contactless_3_title','field_5d2658038723d'),(20037,1231,'benefits_contactless_3_description','Make crypto purchases in seconds by simply tapping your card.'),(20038,1231,'_benefits_contactless_3_description','field_5d2658038723e'),(20039,1231,'benefits_contactless','4'),(20040,1231,'_benefits_contactless','field_5d2658038723c'),(20041,1231,'title_coins','A Universal CryptoWallet'),(20042,1231,'_title_coins','field_5d2659ba646f0'),(20043,1231,'description_coins','Check out our full list of our supported currencies. '),(20044,1231,'_description_coins','field_5d2659d4646f1'),(20045,1231,'video_link','https://vimeo.com/407652861'),(20046,1231,'_video_link','field_5d2760a56946f'),(20047,1231,'button_link',''),(20048,1231,'_button_link','field_5d2760f269470'),(20049,1231,'title_wallet_app','Get the Crypto \r\nWallet App and join our community'),(20050,1231,'_title_wallet_app','field_5d2774dba7b2f'),(20051,1231,'qr_code','531'),(20052,1231,'_qr_code','field_5d277610a7b30'),(20053,1231,'title_quick_crypto','A Quick Crypto Exchange'),(20054,1231,'_title_quick_crypto','field_5d2777a8ad898'),(20055,1231,'description_quick_crypto','Skip the time-consuming hassle of using exchanges! A swift, secure <br> method for buying and trading over 140 cryptocurrencies.'),(20056,1231,'_description_quick_crypto','field_5d2777bfad899'),(20057,1231,'exchange_effortlessly_subtitle','Exchange Effortlessly'),(20058,1231,'_exchange_effortlessly_subtitle','field_5d277828ad89b'),(20059,1231,'exchange_effortlessly_text','The app lets you exchange supported cryptocurrencies effortlessly , allowing you to spend your crypto funds your way.'),(20060,1231,'_exchange_effortlessly_text','field_5d27784bad89c'),(20061,1231,'exchange_effortlessly',''),(20062,1231,'_exchange_effortlessly','field_5d27781aad89a'),(20063,1231,'top_up_with_speed_subtitle','Top Up with Speed'),(20064,1231,'_top_up_with_speed_subtitle','field_5d27786bad89e'),(20065,1231,'top_up_with_speed_text','You can top up your wallet through SEPA bank transfers or credit card. Lightning speed and hassle - free - that\'s a win.'),(20066,1231,'_top_up_with_speed_text','field_5d27786bad89f'),(20067,1231,'top_up_with_speed',''),(20068,1231,'_top_up_with_speed','field_5d27786aad89d'),(20069,1231,'title_payment','A Payment Gateway'),(20070,1231,'_title_payment','field_5d2782c891991'),(20071,1231,'description_payment','Accept top cryptocurrencies on your business website with the lowest fees in the industry. Our payment widget is supported by the market-leadinge-commerce plugins like:'),(20072,1231,'_description_payment','field_5d2782cd91992'),(20073,1231,'title_client_support','World Class \r\nClient Support'),(20074,1231,'_title_client_support','field_5d2783a351aae'),(20075,1231,'description_client_support','Never be left without answers - CryptoWallet’s international support team is here to help.'),(20076,1231,'_description_client_support','field_5d2783a851aaf'),(20077,1231,'block_1_subtitle','Strong Customer Focus'),(20078,1231,'_block_1_subtitle','field_5d2783f451ab1'),(20079,1231,'block_1_text','We have a strong customer focus with short waiting times and support in multiple languages.'),(20080,1231,'_block_1_text','field_5d2783f451ab2'),(20081,1231,'block_1',''),(20082,1231,'_block_1','field_5d2783f451ab0'),(20083,1231,'block_2_subtitle','High Quality Support'),(20084,1231,'_block_2_subtitle','field_5d27840951ab4'),(20085,1231,'block_2_text','CryptoWallet offers high-quality support through telephone, LiveChat, ticket submissions, and VIP treatment options.'),(20086,1231,'_block_2_text','field_5d27840951ab5'),(20087,1231,'block_2',''),(20088,1231,'_block_2','field_5d27840951ab3'),(20089,1231,'title_licensed_and_secure','Licensed and Secure'),(20090,1231,'_title_licensed_and_secure','field_5d2785d9e845e'),(20091,1231,'description_licensed_and_secure','CryptoWallet is secured by BitGo, the world’s leading Bitcoin payment processor. Digital assets and user privacy are protected by cutting-edge security measures like two-factor authentication, end-to-end encryption, and multi-signature cold storage wallets. CryptoWallet has obtained licenses from the state of Estonia ensuring full legal compliance in handling and facilitating the trade of cryptocurrencies.'),(20092,1231,'_description_licensed_and_secure','field_5d2785f4e845f'),(20093,1231,'link_licensed_and_secure','http://localhost/cappen/griflan-crypto-wallet/web/'),(20094,1231,'_link_licensed_and_secure','field_5d2786c1e8466'),(20095,1231,'block_1_licensed_and_secure_subtitle','Licensed to Provide Virtual Currency Wallet Services'),(20096,1231,'_block_1_licensed_and_secure_subtitle','field_5d278665e8461'),(20097,1231,'block_1_licensed_and_secure_text','Estonia FIU License Number <strong>FRK000131</strong> enables CryptoWallet to provide cryptocurrency storage services to our customers.'),(20098,1231,'_block_1_licensed_and_secure_text','field_5d278665e8462'),(20099,1231,'block_1_licensed_and_secure_text_link','Verify License Online'),(20100,1231,'_block_1_licensed_and_secure_text_link','field_5d2786f6e8468'),(20101,1231,'block_1_licensed_and_secure_link','http://localhost/cappen/griflan-crypto-wallet/web/'),(20102,1231,'_block_1_licensed_and_secure_link','field_5d2786d4e8467'),(20103,1231,'block_1_licensed_and_secure',''),(20104,1231,'_block_1_licensed_and_secure','field_5d278665e8460'),(20105,1231,'block_2_licensed_and_secure_subtitle','Licensed to Provide Fiat to Virtual Currency Exchange Services'),(20106,1231,'_block_2_licensed_and_secure_subtitle','field_5d27867ee8464'),(20107,1231,'block_2_licensed_and_secure_text','Estonia FIU License Number <strong>FRV000143</strong> allows us to offer direct crypto to fiat trading as well as inter-cryptocurrency exchange services.'),(20108,1231,'_block_2_licensed_and_secure_text','field_5d27867ee8465'),(20109,1231,'block_2_licensed_and_secure_text_link','Verify License Online'),(20110,1231,'_block_2_licensed_and_secure_text_link','field_5d278711e8469'),(20111,1231,'block_2_licensed_and_secure_link','http://localhost/cappen/griflan-crypto-wallet/web/'),(20112,1231,'_block_2_licensed_and_secure_link','field_5d278713e846a'),(20113,1231,'block_2_licensed_and_secure',''),(20114,1231,'_block_2_licensed_and_secure','field_5d27867ee8463'),(20115,1231,'title_works','CryptoWallet Is Fast and Easy'),(20116,1231,'_title_works','field_5d278b7272f06'),(20117,1231,'description_works','Here’s how it works.'),(20118,1231,'_description_works','field_5d278b7b72f07'),(20119,1231,'step_1_title','Download \r\nthe app'),(20120,1231,'_step_1_title','field_5d278bd472f0a'),(20121,1231,'step_1',''),(20122,1231,'_step_1','field_5d278bd472f09'),(20123,1231,'step_2_title','Order The \r\nCard'),(20124,1231,'_step_2_title','field_5d278d93b6d10'),(20125,1231,'step_2',''),(20126,1231,'_step_2','field_5d278d93b6d0f'),(20127,1231,'step_3_title','Load The Card \r\nWith Funds'),(20128,1231,'_step_3_title','field_5d278d94b6d12'),(20129,1231,'step_3',''),(20130,1231,'_step_3','field_5d278d94b6d11'),(20131,1231,'step_4_title','Start \r\nspending!'),(20132,1231,'_step_4_title','field_5d278d97b6d14'),(20133,1231,'step_4',''),(20134,1231,'_step_4','field_5d278d97b6d13'),(20135,1231,'title_press','CryptoWallet in the Press'),(20136,1231,'_title_press','field_5d2790f12668e'),(20137,1231,'logos','6'),(20138,1231,'_logos','field_5d2790f52668f'),(20139,1231,'logos_0_logo','626'),(20140,1231,'_logos_0_logo','field_5d27914c26690'),(20141,1231,'logos_1_logo','631'),(20142,1231,'_logos_1_logo','field_5d27914c26690'),(20143,1231,'logos_2_logo','651'),(20144,1231,'_logos_2_logo','field_5d27914c26690'),(20145,1231,'logos_3_logo','656'),(20146,1231,'_logos_3_logo','field_5d27914c26690'),(20147,1231,'logos_4_logo','636'),(20148,1231,'_logos_4_logo','field_5d27914c26690'),(20149,1231,'logos_5_logo','646'),(20150,1231,'_logos_5_logo','field_5d27914c26690'),(20151,1231,'logos_0_logo_hover','1146'),(20152,1231,'_logos_0_logo_hover','field_5e2613ac34855'),(20153,1231,'logos_1_logo_hover','1151'),(20154,1231,'_logos_1_logo_hover','field_5e2613ac34855'),(20155,1231,'logos_2_logo_hover','1156'),(20156,1231,'_logos_2_logo_hover','field_5e2613ac34855'),(20157,1231,'logos_3_logo_hover','1161'),(20158,1231,'_logos_3_logo_hover','field_5e2613ac34855'),(20159,1231,'logos_4_logo_hover','1166'),(20160,1231,'_logos_4_logo_hover','field_5e2613ac34855'),(20161,1231,'logos_5_logo_hover','1171'),(20162,1231,'_logos_5_logo_hover','field_5e2613ac34855'),(20176,1235,'show_crypto_funds','0'),(20177,1235,'_show_crypto_funds','field_5d1cd58ba65cf'),(20178,1235,'title','Lets Talk!'),(20179,1235,'_title','field_5d543835091f5'),(20180,1235,'description','Have a question or want to get in touch with us to discuss the business? We would love to hear from you. Please fill out our contact form and we will get back to you shortly.'),(20181,1235,'_description','field_5d543841091f6'),(20182,1235,'form','1184'),(20183,1235,'_form','field_5d543848091f7'),(20184,1235,'title_welcome','Welcome to your gateway \r\nfor digital currency.'),(20185,1235,'_title_welcome','field_5e8df2185c2a2'),(20186,1235,'video_link','https://vimeo.com/407652861'),(20187,1235,'_video_link','field_5e8df23c5c2a3'),(20188,1235,'button_link',''),(20189,1235,'_button_link','field_5e8df2575c2a4'),(20191,1237,'_wp_attachment_metadata','a:0:{}'),(20192,1237,'_wp_attached_file','2020/04/LinkedInNight.svg'),(20193,1237,'wpml_media_processed','1'),(20194,1238,'_wp_attachment_metadata','a:0:{}'),(20195,1238,'_wp_attached_file','2020/04/LinkedInNight.svg'),(20196,1238,'wpml_media_processed','1'),(20197,1239,'_wp_attachment_metadata','a:0:{}'),(20198,1239,'_wp_attached_file','2020/04/LinkedInNight.svg'),(20199,1239,'wpml_media_processed','1'),(20200,1240,'_wp_attachment_metadata','a:0:{}'),(20201,1240,'_wp_attached_file','2020/04/LinkedInNight.svg'),(20202,1240,'wpml_media_processed','1'),(20205,1242,'_wp_attachment_metadata','a:0:{}'),(20206,1242,'_wp_attached_file','2020/04/linkedin.svg'),(20207,1242,'wpml_media_processed','1'),(20208,1243,'_wp_attachment_metadata','a:0:{}'),(20209,1243,'_wp_attached_file','2020/04/linkedin.svg'),(20210,1243,'wpml_media_processed','1'),(20211,1244,'_wp_attachment_metadata','a:0:{}'),(20212,1244,'_wp_attached_file','2020/04/linkedin.svg'),(20213,1244,'wpml_media_processed','1'),(20214,1245,'_wp_attachment_metadata','a:0:{}'),(20215,1245,'_wp_attached_file','2020/04/linkedin.svg'),(20216,1245,'wpml_media_processed','1'),(20219,1248,'_wp_attachment_metadata','a:0:{}'),(20220,1248,'_wp_attached_file','2020/04/linkedin-1.svg'),(20221,1248,'wpml_media_processed','1'),(20222,1249,'_wp_attachment_metadata','a:0:{}'),(20223,1249,'_wp_attached_file','2020/04/linkedin-1.svg'),(20224,1249,'wpml_media_processed','1'),(20225,1250,'_wp_attachment_metadata','a:0:{}'),(20226,1250,'_wp_attached_file','2020/04/linkedin-1.svg'),(20227,1250,'wpml_media_processed','1'),(20228,1251,'_wp_attachment_metadata','a:0:{}'),(20229,1251,'_wp_attached_file','2020/04/linkedin-1.svg'),(20230,1251,'wpml_media_processed','1'),(20233,1253,'_wp_attachment_metadata','a:0:{}'),(20234,1253,'_wp_attached_file','2020/04/linkedin2.svg'),(20235,1253,'wpml_media_processed','1'),(20236,1254,'_wp_attachment_metadata','a:0:{}'),(20237,1254,'_wp_attached_file','2020/04/linkedin2.svg'),(20238,1254,'wpml_media_processed','1'),(20239,1255,'_wp_attachment_metadata','a:0:{}'),(20240,1255,'_wp_attached_file','2020/04/linkedin2.svg'),(20241,1255,'wpml_media_processed','1'),(20242,1256,'_wp_attachment_metadata','a:0:{}'),(20243,1256,'_wp_attached_file','2020/04/linkedin2.svg'),(20244,1256,'wpml_media_processed','1'),(20247,1258,'_wp_attachment_metadata','a:0:{}'),(20248,1258,'_wp_attached_file','2020/04/linkedin2-1.svg'),(20249,1258,'wpml_media_processed','1'),(20250,1259,'_wp_attachment_metadata','a:0:{}'),(20251,1259,'_wp_attached_file','2020/04/linkedin2-1.svg'),(20252,1259,'wpml_media_processed','1'),(20253,1260,'_wp_attachment_metadata','a:0:{}'),(20254,1260,'_wp_attached_file','2020/04/linkedin2-1.svg'),(20255,1260,'wpml_media_processed','1'),(20256,1261,'_wp_attachment_metadata','a:0:{}'),(20257,1261,'_wp_attached_file','2020/04/linkedin2-1.svg'),(20258,1261,'wpml_media_processed','1'),(20261,1263,'_wp_attachment_metadata',''),(20262,1263,'_wp_attached_file','2020/04/linkedin2-2.svg'),(20263,1263,'wpml_media_processed','1'),(20264,1264,'_wp_attachment_metadata',''),(20265,1264,'_wp_attached_file','2020/04/linkedin2-2.svg'),(20266,1264,'wpml_media_processed','1'),(20267,1265,'_wp_attachment_metadata',''),(20268,1265,'_wp_attached_file','2020/04/linkedin2-2.svg'),(20269,1265,'wpml_media_processed','1'),(20270,1266,'_wp_attachment_metadata',''),(20271,1266,'_wp_attached_file','2020/04/linkedin2-2.svg'),(20272,1266,'wpml_media_processed','1'),(20276,1267,'_wp_attached_file','2020/04/m323.svg'),(20277,1268,'_wp_attachment_metadata','a:0:{}'),(20278,1268,'_wp_attached_file','2020/04/m323.svg'),(20279,1268,'wpml_media_processed','1'),(20280,1269,'_wp_attachment_metadata','a:0:{}'),(20281,1269,'_wp_attached_file','2020/04/m323.svg'),(20282,1269,'wpml_media_processed','1'),(20283,1270,'_wp_attachment_metadata','a:0:{}'),(20284,1270,'_wp_attached_file','2020/04/m323.svg'),(20285,1270,'wpml_media_processed','1'),(20286,1271,'_wp_attachment_metadata','a:0:{}'),(20287,1271,'_wp_attached_file','2020/04/m323.svg'),(20288,1271,'wpml_media_processed','1'),(20289,1267,'_aioseop_opengraph_settings','a:0:{}'),(20292,1273,'_wp_attached_file','2020/05/Group-9.svg'),(20293,1274,'_wp_attachment_metadata','a:0:{}'),(20294,1274,'_wp_attached_file','2020/05/Group-9.svg'),(20295,1274,'wpml_media_processed','1'),(20296,1275,'_wp_attachment_metadata','a:0:{}'),(20297,1275,'_wp_attached_file','2020/05/Group-9.svg'),(20298,1275,'wpml_media_processed','1'),(20299,1276,'_wp_attachment_metadata','a:0:{}'),(20300,1276,'_wp_attached_file','2020/05/Group-9.svg'),(20301,1276,'wpml_media_processed','1'),(20302,1277,'_wp_attachment_metadata','a:0:{}'),(20303,1277,'_wp_attached_file','2020/05/Group-9.svg'),(20304,1277,'wpml_media_processed','1'),(20305,1273,'_aioseop_opengraph_settings','a:0:{}'),(20306,1278,'_wp_attached_file','2020/05/Fill-1-2.svg'),(20307,1279,'_wp_attachment_metadata','a:0:{}'),(20308,1279,'_wp_attached_file','2020/05/Fill-1-2.svg'),(20309,1279,'wpml_media_processed','1'),(20310,1280,'_wp_attachment_metadata','a:0:{}'),(20311,1280,'_wp_attached_file','2020/05/Fill-1-2.svg'),(20312,1280,'wpml_media_processed','1'),(20313,1281,'_wp_attachment_metadata','a:0:{}'),(20314,1281,'_wp_attached_file','2020/05/Fill-1-2.svg'),(20315,1281,'wpml_media_processed','1'),(20316,1282,'_wp_attachment_metadata','a:0:{}'),(20317,1282,'_wp_attached_file','2020/05/Fill-1-2.svg'),(20318,1282,'wpml_media_processed','1'),(20319,1278,'_aioseop_opengraph_settings','a:0:{}'),(20320,1278,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:28;s:6:\"height\";i:24;s:4:\"file\";s:21:\"/2020/05/Fill-1-2.svg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:12:\"Fill-1-2.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:12:\"Fill-1-2.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:12:\"Fill-1-2.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:12:\"Fill-1-2.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";b:0;s:6:\"height\";b:0;s:4:\"crop\";b:0;s:4:\"file\";s:12:\"Fill-1-2.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:11:\"thumb-posts\";a:5:{s:5:\"width\";b:0;s:6:\"height\";b:0;s:4:\"crop\";b:0;s:4:\"file\";s:12:\"Fill-1-2.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:13:\"featured-post\";a:5:{s:5:\"width\";b:0;s:6:\"height\";b:0;s:4:\"crop\";b:0;s:4:\"file\";s:12:\"Fill-1-2.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(20321,1283,'_wp_attached_file','2020/05/Group-6.svg'),(20322,1284,'_wp_attachment_metadata','a:0:{}'),(20323,1284,'_wp_attached_file','2020/05/Group-6.svg'),(20324,1284,'wpml_media_processed','1'),(20325,1285,'_wp_attachment_metadata','a:0:{}'),(20326,1285,'_wp_attached_file','2020/05/Group-6.svg'),(20327,1285,'wpml_media_processed','1'),(20328,1286,'_wp_attachment_metadata','a:0:{}'),(20329,1286,'_wp_attached_file','2020/05/Group-6.svg'),(20330,1286,'wpml_media_processed','1'),(20331,1287,'_wp_attachment_metadata','a:0:{}'),(20332,1287,'_wp_attached_file','2020/05/Group-6.svg'),(20333,1287,'wpml_media_processed','1'),(20334,1283,'_aioseop_opengraph_settings','a:0:{}'),(20335,1283,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:22;s:6:\"height\";i:23;s:4:\"file\";s:20:\"/2020/05/Group-6.svg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:11:\"Group-6.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:11:\"Group-6.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:11:\"Group-6.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:11:\"Group-6.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";b:0;s:6:\"height\";b:0;s:4:\"crop\";b:0;s:4:\"file\";s:11:\"Group-6.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:11:\"thumb-posts\";a:5:{s:5:\"width\";b:0;s:6:\"height\";b:0;s:4:\"crop\";b:0;s:4:\"file\";s:11:\"Group-6.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:13:\"featured-post\";a:5:{s:5:\"width\";b:0;s:6:\"height\";b:0;s:4:\"crop\";b:0;s:4:\"file\";s:11:\"Group-6.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(20336,1288,'_wp_attached_file','2020/05/Group-9-1.svg'),(20337,1289,'_wp_attachment_metadata','a:0:{}'),(20338,1289,'_wp_attached_file','2020/05/Group-9-1.svg'),(20339,1289,'wpml_media_processed','1'),(20340,1290,'_wp_attachment_metadata','a:0:{}'),(20341,1290,'_wp_attached_file','2020/05/Group-9-1.svg'),(20342,1290,'wpml_media_processed','1'),(20343,1291,'_wp_attachment_metadata','a:0:{}'),(20344,1291,'_wp_attached_file','2020/05/Group-9-1.svg'),(20345,1291,'wpml_media_processed','1'),(20346,1292,'_wp_attachment_metadata','a:0:{}'),(20347,1292,'_wp_attached_file','2020/05/Group-9-1.svg'),(20348,1292,'wpml_media_processed','1'),(20349,1288,'_aioseop_opengraph_settings','a:0:{}'),(20350,1288,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:25;s:6:\"height\";i:24;s:4:\"file\";s:22:\"/2020/05/Group-9-1.svg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:13:\"Group-9-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:13:\"Group-9-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:13:\"Group-9-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:13:\"Group-9-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";b:0;s:6:\"height\";b:0;s:4:\"crop\";b:0;s:4:\"file\";s:13:\"Group-9-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:11:\"thumb-posts\";a:5:{s:5:\"width\";b:0;s:6:\"height\";b:0;s:4:\"crop\";b:0;s:4:\"file\";s:13:\"Group-9-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:13:\"featured-post\";a:5:{s:5:\"width\";b:0;s:6:\"height\";b:0;s:4:\"crop\";b:0;s:4:\"file\";s:13:\"Group-9-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(20354,1294,'show_crypto_funds','0'),(20355,1294,'_show_crypto_funds','field_5d1cd58ba65cf'),(20356,1294,'title','THIS IS THE FUTURE\r\nOF CRYPTO BANKING'),(20357,1294,'_title','field_5d264012842b2'),(20358,1294,'description','CryptoWallet is your gateway to digital currency and beyond. With dedicated IBANs for supported fiat currencies, you can use CryptoWallet to make bank transfers, pay bills, and spend crypto in stores, all within a single platform.'),(20359,1294,'_description','field_5d26402d842b3'),(20360,1294,'title_cryptowallet','What is CryptoWallet?'),(20361,1294,'_title_cryptowallet','field_5d26470a0c80a'),(20362,1294,'description_cryptowallet','CryptoWallet is an end-to-end crypto banking and commercial solution.'),(20363,1294,'_description_cryptowallet','field_5d26471d0c80b'),(20364,1294,'benefits_0_title','Wallet'),(20365,1294,'_benefits_0_title','field_5d26480f0c80d'),(20366,1294,'benefits_0_description','It’s a wallet where you can securely store your crypto funds.'),(20367,1294,'_benefits_0_description','field_5d26481d0c80e'),(20368,1294,'benefits_1_title','Card'),(20369,1294,'_benefits_1_title','field_5d26480f0c80d'),(20370,1294,'benefits_1_description','It’s a prepaid card that lets you spend crypto in any store.'),(20371,1294,'_benefits_1_description','field_5d26481d0c80e'),(20372,1294,'benefits_2_title','Exchange'),(20373,1294,'_benefits_2_title','field_5d26480f0c80d'),(20374,1294,'benefits_2_description','It’s an exchange that allows you to quickly and easily exchange crypto on your phone.'),(20375,1294,'_benefits_2_description','field_5d26481d0c80e'),(20376,1294,'benefits','3'),(20377,1294,'_benefits','field_5d2647670c80c'),(20378,1294,'benefits_0_animation_card','Wallet'),(20379,1294,'_benefits_0_animation_card','field_5d2649429a9b9'),(20380,1294,'benefits_1_animation_card','Debit Card'),(20381,1294,'_benefits_1_animation_card','field_5d2649429a9b9'),(20382,1294,'benefits_2_animation_card','Exchange App'),(20383,1294,'_benefits_2_animation_card','field_5d2649429a9b9'),(20384,1294,'title_welcome','Welcome to your gateway \r\nfor digital currency.'),(20385,1294,'_title_welcome','field_5d264f1cfddba'),(20386,1294,'title_contactless','A Contactless Crypto Wallet \r\nDebit Card With Cashback'),(20387,1294,'_title_contactless','field_5d26573a87236'),(20388,1294,'description_contactless','Cryptocurrency adoption is here with our innovative new contactless debit card.'),(20389,1294,'_description_contactless','field_5d26577287237'),(20390,1294,'benefits_contactless_0_icone','note'),(20391,1294,'_benefits_contactless_0_icone','field_5d2658038723f'),(20392,1294,'benefits_contactless_0_title','Shop Anywhere'),(20393,1294,'_benefits_contactless_0_title','field_5d2658038723d'),(20394,1294,'benefits_contactless_0_description','You can finally spend your cryptocurrency on real goods and services anywhere that accepts VISA.'),(20395,1294,'_benefits_contactless_0_description','field_5d2658038723e'),(20396,1294,'benefits_contactless_1_icone','coin'),(20397,1294,'_benefits_contactless_1_icone','field_5d2658038723f'),(20398,1294,'benefits_contactless_1_title','Convert'),(20399,1294,'_benefits_contactless_1_title','field_5d2658038723d'),(20400,1294,'benefits_contactless_1_description','Converting your crypto to fiat for purchases is simple using the instant in-appexchange feature. Stop the crypto shuffle and let CryptoWallet do the work.'),(20401,1294,'_benefits_contactless_1_description','field_5d2658038723e'),(20402,1294,'benefits_contactless_2_icone','bitcoin'),(20403,1294,'_benefits_contactless_2_icone','field_5d2658038723f'),(20404,1294,'benefits_contactless_2_title','Unique Crypto Cashback'),(20405,1294,'_benefits_contactless_2_title','field_5d2658038723d'),(20406,1294,'benefits_contactless_2_description','Take advantage of our unique crypto cashback feature, it puts money in your wallet - literally. Get cashback in crypto on purchases made in store with your CryptoWallet Visa debit card.'),(20407,1294,'_benefits_contactless_2_description','field_5d2658038723e'),(20408,1294,'benefits_contactless_3_icone','credit'),(20409,1294,'_benefits_contactless_3_icone','field_5d2658038723f'),(20410,1294,'benefits_contactless_3_title','Contactless'),(20411,1294,'_benefits_contactless_3_title','field_5d2658038723d'),(20412,1294,'benefits_contactless_3_description','Make crypto purchases in seconds by simply tapping your card.'),(20413,1294,'_benefits_contactless_3_description','field_5d2658038723e'),(20414,1294,'benefits_contactless','4'),(20415,1294,'_benefits_contactless','field_5d2658038723c'),(20416,1294,'title_coins','A Universal CryptoWallet'),(20417,1294,'_title_coins','field_5d2659ba646f0'),(20418,1294,'description_coins','Check out our full list of our supported currencies. '),(20419,1294,'_description_coins','field_5d2659d4646f1'),(20420,1294,'video_link','https://vimeo.com/407652861'),(20421,1294,'_video_link','field_5d2760a56946f'),(20422,1294,'button_link',''),(20423,1294,'_button_link','field_5d2760f269470'),(20424,1294,'title_wallet_app','Get the Crypto \r\nWallet App and join our community'),(20425,1294,'_title_wallet_app','field_5d2774dba7b2f'),(20426,1294,'qr_code','531'),(20427,1294,'_qr_code','field_5d277610a7b30'),(20428,1294,'title_quick_crypto','A Quick Crypto Exchange'),(20429,1294,'_title_quick_crypto','field_5d2777a8ad898'),(20430,1294,'description_quick_crypto','Skip the time-consuming hassle of using exchanges! A swift, secure <br> method for buying and trading over 140 cryptocurrencies.'),(20431,1294,'_description_quick_crypto','field_5d2777bfad899'),(20432,1294,'exchange_effortlessly_subtitle','Exchange Effortlessly'),(20433,1294,'_exchange_effortlessly_subtitle','field_5d277828ad89b'),(20434,1294,'exchange_effortlessly_text','The app lets you exchange supported cryptocurrencies effortlessly , allowing you to spend your crypto funds your way.'),(20435,1294,'_exchange_effortlessly_text','field_5d27784bad89c'),(20436,1294,'exchange_effortlessly',''),(20437,1294,'_exchange_effortlessly','field_5d27781aad89a'),(20438,1294,'top_up_with_speed_subtitle','Top Up with Speed'),(20439,1294,'_top_up_with_speed_subtitle','field_5d27786bad89e'),(20440,1294,'top_up_with_speed_text','You can top up your wallet through SEPA bank transfers or credit card. Lightning speed and hassle - free - that\'s a win.'),(20441,1294,'_top_up_with_speed_text','field_5d27786bad89f'),(20442,1294,'top_up_with_speed',''),(20443,1294,'_top_up_with_speed','field_5d27786aad89d'),(20444,1294,'title_payment','A Payment Gateway'),(20445,1294,'_title_payment','field_5d2782c891991'),(20446,1294,'description_payment','Accept top cryptocurrencies on your business website with the lowest fees in the industry. Our payment widget is supported by the market-leadinge-commerce plugins like:'),(20447,1294,'_description_payment','field_5d2782cd91992'),(20448,1294,'title_client_support','World Class \r\nClient Support'),(20449,1294,'_title_client_support','field_5d2783a351aae'),(20450,1294,'description_client_support','Never be left without answers - CryptoWallet’s international support team is here to help.'),(20451,1294,'_description_client_support','field_5d2783a851aaf'),(20452,1294,'block_1_subtitle','Strong Customer Focus'),(20453,1294,'_block_1_subtitle','field_5d2783f451ab1'),(20454,1294,'block_1_text','We have a strong customer focus with short waiting times and support in multiple languages.'),(20455,1294,'_block_1_text','field_5d2783f451ab2'),(20456,1294,'block_1',''),(20457,1294,'_block_1','field_5d2783f451ab0'),(20458,1294,'block_2_subtitle','High Quality Support'),(20459,1294,'_block_2_subtitle','field_5d27840951ab4'),(20460,1294,'block_2_text','CryptoWallet offers high-quality support through telephone, LiveChat, ticket submissions, and VIP treatment options.'),(20461,1294,'_block_2_text','field_5d27840951ab5'),(20462,1294,'block_2',''),(20463,1294,'_block_2','field_5d27840951ab3'),(20464,1294,'title_licensed_and_secure','Licensed and Secure'),(20465,1294,'_title_licensed_and_secure','field_5d2785d9e845e'),(20466,1294,'description_licensed_and_secure','CryptoWallet is secured by BitGo, the world’s leading Bitcoin payment processor. Digital assets and user privacy are protected by cutting-edge security measures like two-factor authentication, end-to-end encryption, and multi-signature cold storage wallets. CryptoWallet has obtained licenses from the state of Estonia ensuring full legal compliance in handling and facilitating the trade of cryptocurrencies.'),(20467,1294,'_description_licensed_and_secure','field_5d2785f4e845f'),(20468,1294,'link_licensed_and_secure','http://localhost/cappen/griflan-crypto-wallet/web/'),(20469,1294,'_link_licensed_and_secure','field_5d2786c1e8466'),(20470,1294,'block_1_licensed_and_secure_subtitle','Licensed to Provide Virtual Currency Wallet Services'),(20471,1294,'_block_1_licensed_and_secure_subtitle','field_5d278665e8461'),(20472,1294,'block_1_licensed_and_secure_text','Estonia FIU License Number <strong>FRK000131</strong> enables CryptoWallet to provide cryptocurrency storage services to our customers.'),(20473,1294,'_block_1_licensed_and_secure_text','field_5d278665e8462'),(20474,1294,'block_1_licensed_and_secure_text_link','Verify License Online'),(20475,1294,'_block_1_licensed_and_secure_text_link','field_5d2786f6e8468'),(20476,1294,'block_1_licensed_and_secure_link','http://localhost/cappen/griflan-crypto-wallet/web/'),(20477,1294,'_block_1_licensed_and_secure_link','field_5d2786d4e8467'),(20478,1294,'block_1_licensed_and_secure',''),(20479,1294,'_block_1_licensed_and_secure','field_5d278665e8460'),(20480,1294,'block_2_licensed_and_secure_subtitle','Licensed to Provide Fiat to Virtual Currency Exchange Services'),(20481,1294,'_block_2_licensed_and_secure_subtitle','field_5d27867ee8464'),(20482,1294,'block_2_licensed_and_secure_text','Estonia FIU License Number <strong>FRV000143</strong> allows us to offer direct crypto to fiat trading as well as inter-cryptocurrency exchange services.'),(20483,1294,'_block_2_licensed_and_secure_text','field_5d27867ee8465'),(20484,1294,'block_2_licensed_and_secure_text_link','Verify License Online'),(20485,1294,'_block_2_licensed_and_secure_text_link','field_5d278711e8469'),(20486,1294,'block_2_licensed_and_secure_link','http://localhost/cappen/griflan-crypto-wallet/web/'),(20487,1294,'_block_2_licensed_and_secure_link','field_5d278713e846a'),(20488,1294,'block_2_licensed_and_secure',''),(20489,1294,'_block_2_licensed_and_secure','field_5d27867ee8463'),(20490,1294,'title_works','CryptoWallet Is Fast and Easy'),(20491,1294,'_title_works','field_5d278b7272f06'),(20492,1294,'description_works','Here’s how it works.'),(20493,1294,'_description_works','field_5d278b7b72f07'),(20494,1294,'step_1_title','Download \r\nthe app'),(20495,1294,'_step_1_title','field_5d278bd472f0a'),(20496,1294,'step_1',''),(20497,1294,'_step_1','field_5d278bd472f09'),(20498,1294,'step_2_title','Order The \r\nCard'),(20499,1294,'_step_2_title','field_5d278d93b6d10'),(20500,1294,'step_2',''),(20501,1294,'_step_2','field_5d278d93b6d0f'),(20502,1294,'step_3_title','Load The Card \r\nWith Funds'),(20503,1294,'_step_3_title','field_5d278d94b6d12'),(20504,1294,'step_3',''),(20505,1294,'_step_3','field_5d278d94b6d11'),(20506,1294,'step_4_title','Start \r\nspending!'),(20507,1294,'_step_4_title','field_5d278d97b6d14'),(20508,1294,'step_4',''),(20509,1294,'_step_4','field_5d278d97b6d13'),(20510,1294,'title_press','CryptoWallet in the Press'),(20511,1294,'_title_press','field_5d2790f12668e'),(20512,1294,'logos','6'),(20513,1294,'_logos','field_5d2790f52668f'),(20514,1294,'logos_0_logo','626'),(20515,1294,'_logos_0_logo','field_5d27914c26690'),(20516,1294,'logos_1_logo','631'),(20517,1294,'_logos_1_logo','field_5d27914c26690'),(20518,1294,'logos_2_logo','651'),(20519,1294,'_logos_2_logo','field_5d27914c26690'),(20520,1294,'logos_3_logo','656'),(20521,1294,'_logos_3_logo','field_5d27914c26690'),(20522,1294,'logos_4_logo','636'),(20523,1294,'_logos_4_logo','field_5d27914c26690'),(20524,1294,'logos_5_logo','646'),(20525,1294,'_logos_5_logo','field_5d27914c26690'),(20526,1294,'logos_0_logo_hover','1146'),(20527,1294,'_logos_0_logo_hover','field_5e2613ac34855'),(20528,1294,'logos_1_logo_hover','1151'),(20529,1294,'_logos_1_logo_hover','field_5e2613ac34855'),(20530,1294,'logos_2_logo_hover','1156'),(20531,1294,'_logos_2_logo_hover','field_5e2613ac34855'),(20532,1294,'logos_3_logo_hover','1161'),(20533,1294,'_logos_3_logo_hover','field_5e2613ac34855'),(20534,1294,'logos_4_logo_hover','1166'),(20535,1294,'_logos_4_logo_hover','field_5e2613ac34855'),(20536,1294,'logos_5_logo_hover','1171'),(20537,1294,'_logos_5_logo_hover','field_5e2613ac34855'),(20538,419,'inline_featured_image','0'),(20555,1298,'show_crypto_funds','1'),(20556,1298,'_show_crypto_funds','field_5d1cd58ba65cf'),(20557,1298,'subtitle','Trading on the platform is simple.'),(20558,1298,'_subtitle','field_5d1cefaac040c'),(20559,1298,'title_section_1','Here’s how it works.'),(20560,1298,'_title_section_1','field_5d1cefbcc040d'),(20561,1298,'step_1','Top up your balance using your credit card, wire transfer, or existing crypto funds.'),(20562,1298,'_step_1','field_5d1cf019c040e'),(20563,1298,'step_2','Select the cryptocurrency you want to buy.'),(20564,1298,'_step_2','field_5d1cf0afc040f'),(20565,1298,'step_3','Enter the amount of fiat money you want to spend.'),(20566,1298,'_step_3','field_5d1cf0b0c0410'),(20567,1298,'step_4','Confirm your order.'),(20568,1298,'_step_4','field_5d1cf0b2c0411'),(20569,1298,'title_section_2','You now own cryptocurrency!'),(20570,1298,'_title_section_2','field_5d1cf11c5e9c5'),(20571,1298,'text_section_2','From there, you have many options.'),(20572,1298,'_text_section_2','field_5d1cf1295e9c6'),(20573,1298,'option_1','Spend crypto in stores using your CryptoWallet Debit Card.'),(20574,1298,'_option_1','field_5d1cf1405e9c7'),(20575,1298,'option_2','Buy products online at supported websites.'),(20576,1298,'_option_2','field_5d1cf14b5e9c8'),(20577,1298,'option_3','Trade your funds for other cryptocurrencies!'),(20578,1298,'_option_3','field_5d1cf14d5e9c9'),(20579,1298,'title_section_3','Trading Cryptocurrency is Simple!'),(20580,1298,'_title_section_3','field_5d1cf1555e9cb'),(20581,1298,'text_section_3','To trade, simply select the cryptocurrency in your wallet you want to trade, and select another cryptocurrency on the exchange. The exchange rate will be displayed on screen - click “buy” to purchase  new crypto with your existing funds. For information on how to assess the market and begin trading, read the trading guides in our Academy section.'),(20582,1298,'_text_section_3','field_5d1cf1595e9cc'),(20583,1298,'title_quick_crypto','A Quick Crypto Exchange'),(20584,1298,'_title_quick_crypto','field_5d2777a8ad898'),(20585,1298,'description_quick_crypto','Skip the time-consuming hassle of using exchanges! A swift, secure\r\nmethod for buying and trading over 140 cryptocurrencies.'),(20586,1298,'_description_quick_crypto','field_5d2777bfad899'),(20587,1298,'exchange_effortlessly_subtitle','Exchange Effortlessly'),(20588,1298,'_exchange_effortlessly_subtitle','field_5d277828ad89b'),(20589,1298,'exchange_effortlessly_text','The app lets you exchange supported cryptocurrencies effortlessly , allowing you to spend your crypto funds your way.'),(20590,1298,'_exchange_effortlessly_text','field_5d27784bad89c'),(20591,1298,'exchange_effortlessly',''),(20592,1298,'_exchange_effortlessly','field_5d27781aad89a'),(20593,1298,'top_up_with_speed_subtitle','Top Up with Speed'),(20594,1298,'_top_up_with_speed_subtitle','field_5d27786bad89e'),(20595,1298,'top_up_with_speed_text','You can top up your wallet through SEPA bank transfers or credit card. Lightning speed and hassle - free - that\'s a win.'),(20596,1298,'_top_up_with_speed_text','field_5d27786bad89f'),(20597,1298,'top_up_with_speed',''),(20598,1298,'_top_up_with_speed','field_5d27786aad89d'),(20599,273,'inline_featured_image','0'),(20600,181,'_aioseop_opengraph_settings','a:14:{s:32:\"aioseop_opengraph_settings_title\";s:0:\"\";s:31:\"aioseop_opengraph_settings_desc\";s:0:\"\";s:36:\"aioseop_opengraph_settings_customimg\";s:0:\"\";s:37:\"aioseop_opengraph_settings_imagewidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_imageheight\";s:0:\"\";s:32:\"aioseop_opengraph_settings_video\";s:0:\"\";s:37:\"aioseop_opengraph_settings_videowidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_videoheight\";s:0:\"\";s:35:\"aioseop_opengraph_settings_category\";s:7:\"article\";s:34:\"aioseop_opengraph_settings_section\";s:0:\"\";s:30:\"aioseop_opengraph_settings_tag\";s:0:\"\";s:34:\"aioseop_opengraph_settings_setcard\";s:7:\"summary\";s:44:\"aioseop_opengraph_settings_customimg_twitter\";s:0:\"\";s:44:\"aioseop_opengraph_settings_customimg_checker\";s:1:\"0\";}'),(20601,1299,'subtitle',''),(20602,1299,'_subtitle','field_5d1cca162e40e'),(20603,1299,'text',''),(20604,1299,'_text','field_5d1cca162e7fb'),(20605,1299,'list',''),(20606,1299,'_list','field_5d1cca162ebf6'),(20607,1299,'title_buy','Buy Crypto'),(20608,1299,'_title_buy','field_5d1cca16bc540'),(20609,1299,'text_buy','Loading CryptoWallet with funds couldn’t be easier.'),(20610,1299,'_text_buy','field_5d1ccec5cbdcd'),(20611,1299,'step_1_title','Load Fiat'),(20612,1299,'_step_1_title','field_5d1cca16d5383'),(20613,1299,'step_1_text','top up with fiat using a bank draft or credit card to get started.'),(20614,1299,'_step_1_text','field_5d1cca16d5769'),(20615,1299,'step_1',''),(20616,1299,'_step_1','field_5d1cca16c8867'),(20617,1299,'step_2_title','Buy Crypto'),(20618,1299,'_step_2_title','field_5d1ccf2720918'),(20619,1299,'step_2_text','Buy 13 cryptocurrencies as well as other ERC-20 tokens, instantly.'),(20620,1299,'_step_2_text','field_5d1ccf2720919'),(20621,1299,'step_2',''),(20622,1299,'_step_2','field_5d1ccf2720917'),(20623,1299,'step_3_title','Rest Easy'),(20624,1299,'_step_3_title','field_5d1ccf2b2091b'),(20625,1299,'step_3_text','Your funds are secured safely in the encrypted CryptoWallet platform.'),(20626,1299,'_step_3_text','field_5d1ccf2b2091c'),(20627,1299,'step_3',''),(20628,1299,'_step_3','field_5d1ccf2a2091a'),(20629,1299,'title_download','Download App Now'),(20630,1299,'_title_download','field_5d1ccf67eb112'),(20631,1299,'title_security','We Take Your Security Seriously So You Can Sleep at Night'),(20632,1299,'_title_security','field_5d1ccf8aeb113'),(20633,1299,'text_security','Your funds are secured by BitGo Trust Company, a licensed qualified custodian by the South Dakota, US Division ofBanking. BitGo is SOC 2 compliant, as verified in a 2018 audit by Deloitte. BitGo has a confirmed Cryptocurrency Security Standard (CCSS) Level 3.'),(20634,1299,'_text_security','field_5d1ccfb1eb114'),(20635,1299,'sell_crypto_title','Sell Crypto'),(20636,1299,'_sell_crypto_title','field_5d1cd05da4c1c'),(20637,1299,'sell_crypto_text','Sometimes you’ve bought in at just the right time. You’ve watched your investment rise in value and your ready to cash out your earnings in fiat or trade it for another cryptocurrency you think could shoot up in price soon.\r\n\r\nThat’s easy. Access our app or desktop platform. Use our Exchange section to set the amount of crypto you want to sell and which currency you want to sell it for. When you’re happy with the price, hit the “Sell” button.'),(20638,1299,'_sell_crypto_text','field_5d1cd05da4c1d'),(20639,1299,'sell_crypto_text_link',''),(20640,1299,'_sell_crypto_text_link','field_5d1cd0a9a4c1e'),(20641,1299,'sell_crypto_link',''),(20642,1299,'_sell_crypto_link','field_5d1cd0cba4c1f'),(20643,1299,'sell_crypto',''),(20644,1299,'_sell_crypto','field_5d1cd05da4c1b'),(20645,1299,'hold_crypto_title','Hold Crypto'),(20646,1299,'_hold_crypto_title','field_5d1cd0e2a4c21'),(20647,1299,'hold_crypto_text','Of course, sometimes you’re not ready to sell - you’re in it for the long haul. Maybe you want to sell at a later date, or maybe crypto is your new cash and you want to use your funds to buy goods and services through your CryptoWallet Visa Debit Card.\r\n\r\nEither way, you’ll need a safe, secure place to store your funds, and that’s where the Wallet section comes in. Highly encrypted and easily accessible through your phone with the appropriate security protocols, your wallet is the go-to place to store your crypto long-term.'),(20648,1299,'_hold_crypto_text','field_5d1cd0e2a4c22'),(20649,1299,'hold_crypto',''),(20650,1299,'_hold_crypto','field_5d1cd0e2a4c20'),(20651,1299,'send_crypto_title','Send Crypto'),(20652,1299,'_send_crypto_title','field_5d1cd103a4c26'),(20653,1299,'send_crypto_text','Use the Wallet App to send cryptocurrency to any wallet, any time. The ability to send funds easily to anyone you want is one of the main selling points of crypto over fiat currency - forget about filling out lengthy forms every time you want to make a purchase or transfer.\r\n\r\nA cryptocurrency transfer is as simple as scanning a QR code or copying and pasting a wallet address and hitting the “Send” button. That’s it! The Wallet app offers an incredibly seamless experience that makes online purchases faster than ever before. You can also send crypto through our desktop platform.'),(20654,1299,'_send_crypto_text','field_5d1cd103a4c27'),(20655,1299,'send_crypto',''),(20656,1299,'_send_crypto','field_5d1cd103a4c25'),(20657,1299,'title_questions','Pay Bills and Bank Transfers'),(20658,1299,'_title_questions','field_5d1cca17cb399'),(20659,1299,'text_questions','CryptoWallet offers fiat wallets to store EUR and GBP fiat currencies, and each user can have their own dedicated international bank account numbers (IBANs) for EUR and GBP storage.\r\n\r\nThis opens up a world of possibilities. Users can exchange crypto for fiat and use their funds to pay rent, utility bills, or make any other kind of SEPA bank transfer using CryptoWallet. Wallets can also be topped up with fiat by Bankwire SEPA, Bankwire SWIFT, Mobile Payment, Credit Card, CHAPS & BASC.\r\n\r\nAs well as spending crypto in stores, users can now effectively use crypto to pay everyday expenses by bank transfer all within one secure platform.'),(20660,1299,'_text_questions','field_5d1cd273e67bf'),(20661,1299,'show_crypto_funds','1'),(20662,1299,'_show_crypto_funds','field_5d1cd58ba65cf'),(20663,1299,'title_coins','Buy, Store, and Trade\r\n13 Different Cryptocurrencies'),(20664,1299,'_title_coins','field_5d1cca162e40e'),(20665,1299,'description_coins','Check out our full list of our supported currencies. '),(20666,1299,'_description_coins','field_5d1cca162e7fb'),(20667,181,'inline_featured_image','0'),(20668,492,'_aioseop_opengraph_settings','a:14:{s:32:\"aioseop_opengraph_settings_title\";s:0:\"\";s:31:\"aioseop_opengraph_settings_desc\";s:0:\"\";s:36:\"aioseop_opengraph_settings_customimg\";s:0:\"\";s:37:\"aioseop_opengraph_settings_imagewidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_imageheight\";s:0:\"\";s:32:\"aioseop_opengraph_settings_video\";s:0:\"\";s:37:\"aioseop_opengraph_settings_videowidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_videoheight\";s:0:\"\";s:35:\"aioseop_opengraph_settings_category\";s:7:\"article\";s:34:\"aioseop_opengraph_settings_section\";s:0:\"\";s:30:\"aioseop_opengraph_settings_tag\";s:0:\"\";s:34:\"aioseop_opengraph_settings_setcard\";s:7:\"summary\";s:44:\"aioseop_opengraph_settings_customimg_twitter\";s:0:\"\";s:44:\"aioseop_opengraph_settings_customimg_checker\";s:1:\"0\";}'),(20672,1301,'show_crypto_funds','0'),(20673,1301,'_show_crypto_funds','field_5d1cd58ba65cf'),(20674,1301,'title','THIS IS THE FUTURE OF CRYPTO BANKING'),(20675,1301,'_title','field_5d264012842b2'),(20676,1301,'description','CryptoWallet is your gateway to digital currency and beyond. With dedicated IBANs for supported fiat currencies, you can use CryptoWallet to make bank transfers, pay bills, and spend crypto in stores, all within a single platform.'),(20677,1301,'_description','field_5d26402d842b3'),(20678,1301,'title_cryptowallet','What is CryptoWallet?'),(20679,1301,'_title_cryptowallet','field_5d26470a0c80a'),(20680,1301,'description_cryptowallet','CryptoWallet is an end-to-end crypto banking and commercial solution.'),(20681,1301,'_description_cryptowallet','field_5d26471d0c80b'),(20682,1301,'benefits_0_title','Wallet'),(20683,1301,'_benefits_0_title','field_5d26480f0c80d'),(20684,1301,'benefits_0_description','It’s a wallet where you can securely store your crypto funds.'),(20685,1301,'_benefits_0_description','field_5d26481d0c80e'),(20686,1301,'benefits_1_title','Card'),(20687,1301,'_benefits_1_title','field_5d26480f0c80d'),(20688,1301,'benefits_1_description','It’s a prepaid card that lets you spend crypto in any store.'),(20689,1301,'_benefits_1_description','field_5d26481d0c80e'),(20690,1301,'benefits_2_title','Exchange'),(20691,1301,'_benefits_2_title','field_5d26480f0c80d'),(20692,1301,'benefits_2_description','It’s an exchange that allows you to quickly and easily exchange crypto on your phone.'),(20693,1301,'_benefits_2_description','field_5d26481d0c80e'),(20694,1301,'benefits','3'),(20695,1301,'_benefits','field_5d2647670c80c'),(20696,1301,'benefits_0_animation_card','Wallet'),(20697,1301,'_benefits_0_animation_card','field_5d2649429a9b9'),(20698,1301,'benefits_1_animation_card','Debit Card'),(20699,1301,'_benefits_1_animation_card','field_5d2649429a9b9'),(20700,1301,'benefits_2_animation_card','Exchange App'),(20701,1301,'_benefits_2_animation_card','field_5d2649429a9b9'),(20702,1301,'title_welcome','Welcome to your gateway \r\nfor digital currency.'),(20703,1301,'_title_welcome','field_5d264f1cfddba'),(20704,1301,'title_contactless','A Contactless Crypto Wallet \r\nDebit Card With Cashback'),(20705,1301,'_title_contactless','field_5d26573a87236'),(20706,1301,'description_contactless','Cryptocurrency adoption is here with our innovative new contactless debit card.'),(20707,1301,'_description_contactless','field_5d26577287237'),(20708,1301,'benefits_contactless_0_icone','note'),(20709,1301,'_benefits_contactless_0_icone','field_5d2658038723f'),(20710,1301,'benefits_contactless_0_title','Shop Anywhere'),(20711,1301,'_benefits_contactless_0_title','field_5d2658038723d'),(20712,1301,'benefits_contactless_0_description','You can finally spend your cryptocurrency on real goods and services anywhere that accepts VISA.'),(20713,1301,'_benefits_contactless_0_description','field_5d2658038723e'),(20714,1301,'benefits_contactless_1_icone','coin'),(20715,1301,'_benefits_contactless_1_icone','field_5d2658038723f'),(20716,1301,'benefits_contactless_1_title','Convert'),(20717,1301,'_benefits_contactless_1_title','field_5d2658038723d'),(20718,1301,'benefits_contactless_1_description','Converting your crypto to fiat for purchases is simple using the instant in-appexchange feature. Stop the crypto shuffle and let CryptoWallet do the work.'),(20719,1301,'_benefits_contactless_1_description','field_5d2658038723e'),(20720,1301,'benefits_contactless_2_icone','bitcoin'),(20721,1301,'_benefits_contactless_2_icone','field_5d2658038723f'),(20722,1301,'benefits_contactless_2_title','Unique Crypto Cashback'),(20723,1301,'_benefits_contactless_2_title','field_5d2658038723d'),(20724,1301,'benefits_contactless_2_description','Take advantage of our unique crypto cashback feature, it puts money in your wallet - literally. Get cashback in crypto on purchases made in store with your CryptoWallet Visa debit card.'),(20725,1301,'_benefits_contactless_2_description','field_5d2658038723e'),(20726,1301,'benefits_contactless_3_icone','credit'),(20727,1301,'_benefits_contactless_3_icone','field_5d2658038723f'),(20728,1301,'benefits_contactless_3_title','Contactless'),(20729,1301,'_benefits_contactless_3_title','field_5d2658038723d'),(20730,1301,'benefits_contactless_3_description','Make crypto purchases in seconds by simply tapping your card.'),(20731,1301,'_benefits_contactless_3_description','field_5d2658038723e'),(20732,1301,'benefits_contactless','4'),(20733,1301,'_benefits_contactless','field_5d2658038723c'),(20734,1301,'title_coins','A Universal CryptoWallet'),(20735,1301,'_title_coins','field_5d2659ba646f0'),(20736,1301,'description_coins','Check out our full list of our supported currencies. '),(20737,1301,'_description_coins','field_5d2659d4646f1'),(20738,1301,'video_link','https://vimeo.com/407652861'),(20739,1301,'_video_link','field_5d2760a56946f'),(20740,1301,'button_link',''),(20741,1301,'_button_link','field_5d2760f269470'),(20742,1301,'title_wallet_app','Get the Crypto \r\nWallet App and join our community'),(20743,1301,'_title_wallet_app','field_5d2774dba7b2f'),(20744,1301,'qr_code','531'),(20745,1301,'_qr_code','field_5d277610a7b30'),(20746,1301,'title_quick_crypto','A Quick Crypto Exchange'),(20747,1301,'_title_quick_crypto','field_5d2777a8ad898'),(20748,1301,'description_quick_crypto','Skip the time-consuming hassle of using exchanges! A swift, secure <br> method for buying and trading over 140 cryptocurrencies.'),(20749,1301,'_description_quick_crypto','field_5d2777bfad899'),(20750,1301,'exchange_effortlessly_subtitle','Exchange Effortlessly'),(20751,1301,'_exchange_effortlessly_subtitle','field_5d277828ad89b'),(20752,1301,'exchange_effortlessly_text','The app lets you exchange supported cryptocurrencies effortlessly , allowing you to spend your crypto funds your way.'),(20753,1301,'_exchange_effortlessly_text','field_5d27784bad89c'),(20754,1301,'exchange_effortlessly',''),(20755,1301,'_exchange_effortlessly','field_5d27781aad89a'),(20756,1301,'top_up_with_speed_subtitle','Top Up with Speed'),(20757,1301,'_top_up_with_speed_subtitle','field_5d27786bad89e'),(20758,1301,'top_up_with_speed_text','You can top up your wallet through SEPA bank transfers or credit card. Lightning speed and hassle - free - that\'s a win.'),(20759,1301,'_top_up_with_speed_text','field_5d27786bad89f'),(20760,1301,'top_up_with_speed',''),(20761,1301,'_top_up_with_speed','field_5d27786aad89d'),(20762,1301,'title_payment','A Payment Gateway'),(20763,1301,'_title_payment','field_5d2782c891991'),(20764,1301,'description_payment','Accept top cryptocurrencies on your business website with the lowest fees in the industry. Our payment widget is supported by the market-leadinge-commerce plugins like:'),(20765,1301,'_description_payment','field_5d2782cd91992'),(20766,1301,'title_client_support','World Class \r\nClient Support'),(20767,1301,'_title_client_support','field_5d2783a351aae'),(20768,1301,'description_client_support','Never be left without answers - CryptoWallet’s international support team is here to help.'),(20769,1301,'_description_client_support','field_5d2783a851aaf'),(20770,1301,'block_1_subtitle','Strong Customer Focus'),(20771,1301,'_block_1_subtitle','field_5d2783f451ab1'),(20772,1301,'block_1_text','We have a strong customer focus with short waiting times and support in multiple languages.'),(20773,1301,'_block_1_text','field_5d2783f451ab2'),(20774,1301,'block_1',''),(20775,1301,'_block_1','field_5d2783f451ab0'),(20776,1301,'block_2_subtitle','High Quality Support'),(20777,1301,'_block_2_subtitle','field_5d27840951ab4'),(20778,1301,'block_2_text','CryptoWallet offers high-quality support through telephone, LiveChat, ticket submissions, and VIP treatment options.'),(20779,1301,'_block_2_text','field_5d27840951ab5'),(20780,1301,'block_2',''),(20781,1301,'_block_2','field_5d27840951ab3'),(20782,1301,'title_licensed_and_secure','Licensed and Secure'),(20783,1301,'_title_licensed_and_secure','field_5d2785d9e845e'),(20784,1301,'description_licensed_and_secure','CryptoWallet is secured by BitGo, the world’s leading Bitcoin payment processor. Digital assets and user privacy are protected by cutting-edge security measures like two-factor authentication, end-to-end encryption, and multi-signature cold storage wallets. CryptoWallet has obtained licenses from the state of Estonia ensuring full legal compliance in handling and facilitating the trade of cryptocurrencies.'),(20785,1301,'_description_licensed_and_secure','field_5d2785f4e845f'),(20786,1301,'link_licensed_and_secure','http://localhost/cappen/griflan-crypto-wallet/web/'),(20787,1301,'_link_licensed_and_secure','field_5d2786c1e8466'),(20788,1301,'block_1_licensed_and_secure_subtitle','Licensed to Provide Virtual Currency Wallet Services'),(20789,1301,'_block_1_licensed_and_secure_subtitle','field_5d278665e8461'),(20790,1301,'block_1_licensed_and_secure_text','Estonia FIU License Number <strong>FRK000131</strong> enables CryptoWallet to provide cryptocurrency storage services to our customers.'),(20791,1301,'_block_1_licensed_and_secure_text','field_5d278665e8462'),(20792,1301,'block_1_licensed_and_secure_text_link','Verify License Online'),(20793,1301,'_block_1_licensed_and_secure_text_link','field_5d2786f6e8468'),(20794,1301,'block_1_licensed_and_secure_link','http://localhost/cappen/griflan-crypto-wallet/web/'),(20795,1301,'_block_1_licensed_and_secure_link','field_5d2786d4e8467'),(20796,1301,'block_1_licensed_and_secure',''),(20797,1301,'_block_1_licensed_and_secure','field_5d278665e8460'),(20798,1301,'block_2_licensed_and_secure_subtitle','Licensed to Provide Fiat to Virtual Currency Exchange Services'),(20799,1301,'_block_2_licensed_and_secure_subtitle','field_5d27867ee8464'),(20800,1301,'block_2_licensed_and_secure_text','Estonia FIU License Number <strong>FRV000143</strong> allows us to offer direct crypto to fiat trading as well as inter-cryptocurrency exchange services.'),(20801,1301,'_block_2_licensed_and_secure_text','field_5d27867ee8465'),(20802,1301,'block_2_licensed_and_secure_text_link','Verify License Online'),(20803,1301,'_block_2_licensed_and_secure_text_link','field_5d278711e8469'),(20804,1301,'block_2_licensed_and_secure_link','http://localhost/cappen/griflan-crypto-wallet/web/'),(20805,1301,'_block_2_licensed_and_secure_link','field_5d278713e846a'),(20806,1301,'block_2_licensed_and_secure',''),(20807,1301,'_block_2_licensed_and_secure','field_5d27867ee8463'),(20808,1301,'title_works','CryptoWallet Is Fast and Easy'),(20809,1301,'_title_works','field_5d278b7272f06'),(20810,1301,'description_works','Here’s how it works.'),(20811,1301,'_description_works','field_5d278b7b72f07'),(20812,1301,'step_1_title','Download \r\nthe app'),(20813,1301,'_step_1_title','field_5d278bd472f0a'),(20814,1301,'step_1',''),(20815,1301,'_step_1','field_5d278bd472f09'),(20816,1301,'step_2_title','Order The \r\nCard'),(20817,1301,'_step_2_title','field_5d278d93b6d10'),(20818,1301,'step_2',''),(20819,1301,'_step_2','field_5d278d93b6d0f'),(20820,1301,'step_3_title','Load The Card \r\nWith Funds'),(20821,1301,'_step_3_title','field_5d278d94b6d12'),(20822,1301,'step_3',''),(20823,1301,'_step_3','field_5d278d94b6d11'),(20824,1301,'step_4_title','Start \r\nspending!'),(20825,1301,'_step_4_title','field_5d278d97b6d14'),(20826,1301,'step_4',''),(20827,1301,'_step_4','field_5d278d97b6d13'),(20828,1301,'title_press','CryptoWallet in the Press'),(20829,1301,'_title_press','field_5d2790f12668e'),(20830,1301,'logos','6'),(20831,1301,'_logos','field_5d2790f52668f'),(20832,1301,'logos_0_logo','626'),(20833,1301,'_logos_0_logo','field_5d27914c26690'),(20834,1301,'logos_1_logo','631'),(20835,1301,'_logos_1_logo','field_5d27914c26690'),(20836,1301,'logos_2_logo','651'),(20837,1301,'_logos_2_logo','field_5d27914c26690'),(20838,1301,'logos_3_logo','656'),(20839,1301,'_logos_3_logo','field_5d27914c26690'),(20840,1301,'logos_4_logo','636'),(20841,1301,'_logos_4_logo','field_5d27914c26690'),(20842,1301,'logos_5_logo','646'),(20843,1301,'_logos_5_logo','field_5d27914c26690'),(20844,1301,'logos_0_logo_hover','1146'),(20845,1301,'_logos_0_logo_hover','field_5e2613ac34855'),(20846,1301,'logos_1_logo_hover','1151'),(20847,1301,'_logos_1_logo_hover','field_5e2613ac34855'),(20848,1301,'logos_2_logo_hover','1156'),(20849,1301,'_logos_2_logo_hover','field_5e2613ac34855'),(20850,1301,'logos_3_logo_hover','1161'),(20851,1301,'_logos_3_logo_hover','field_5e2613ac34855'),(20852,1301,'logos_4_logo_hover','1166'),(20853,1301,'_logos_4_logo_hover','field_5e2613ac34855'),(20854,1301,'logos_5_logo_hover','1171'),(20855,1301,'_logos_5_logo_hover','field_5e2613ac34855'),(20881,1305,'show_crypto_funds','0'),(20882,1305,'_show_crypto_funds','field_5d1cd58ba65cf'),(20883,1305,'title','Crypto Is Money - Let\'s Use It.'),(20884,1305,'_title','field_5d264012842b2'),(20885,1305,'description','This is the future of crypto banking. CryptoWallet is your gateway to digital currency and beyond. With dedicated IBANs for supported fiat currencies, you can use CryptoWallet to make bank transfers, pay bills, and spend crypto in stores, all within a single platform.'),(20886,1305,'_description','field_5d26402d842b3'),(20887,1305,'title_cryptowallet','What is CryptoWallet?'),(20888,1305,'_title_cryptowallet','field_5d26470a0c80a'),(20889,1305,'description_cryptowallet','CryptoWallet is an end-to-end crypto banking and commercial solution.'),(20890,1305,'_description_cryptowallet','field_5d26471d0c80b'),(20891,1305,'benefits_0_title','Wallet'),(20892,1305,'_benefits_0_title','field_5d26480f0c80d'),(20893,1305,'benefits_0_description','It’s a wallet where you can securely store your crypto funds.'),(20894,1305,'_benefits_0_description','field_5d26481d0c80e'),(20895,1305,'benefits_1_title','Card'),(20896,1305,'_benefits_1_title','field_5d26480f0c80d'),(20897,1305,'benefits_1_description','It’s a prepaid card that lets you spend crypto in any store.'),(20898,1305,'_benefits_1_description','field_5d26481d0c80e'),(20899,1305,'benefits_2_title','Exchange'),(20900,1305,'_benefits_2_title','field_5d26480f0c80d'),(20901,1305,'benefits_2_description','It’s an exchange that allows you to quickly and easily exchange crypto on your phone.'),(20902,1305,'_benefits_2_description','field_5d26481d0c80e'),(20903,1305,'benefits','3'),(20904,1305,'_benefits','field_5d2647670c80c'),(20905,1305,'benefits_0_animation_card','Wallet'),(20906,1305,'_benefits_0_animation_card','field_5d2649429a9b9'),(20907,1305,'benefits_1_animation_card','Debit Card'),(20908,1305,'_benefits_1_animation_card','field_5d2649429a9b9'),(20909,1305,'benefits_2_animation_card','Exchange App'),(20910,1305,'_benefits_2_animation_card','field_5d2649429a9b9'),(20911,1305,'title_welcome','Welcome to your gateway \r\nfor digital currency.'),(20912,1305,'_title_welcome','field_5d264f1cfddba'),(20913,1305,'title_contactless','A Contactless Crypto Wallet \r\nDebit Card With Cashback'),(20914,1305,'_title_contactless','field_5d26573a87236'),(20915,1305,'description_contactless','Cryptocurrency adoption is here with our innovative new contactless debit card.'),(20916,1305,'_description_contactless','field_5d26577287237'),(20917,1305,'benefits_contactless_0_icone','note'),(20918,1305,'_benefits_contactless_0_icone','field_5d2658038723f'),(20919,1305,'benefits_contactless_0_title','Shop Anywhere'),(20920,1305,'_benefits_contactless_0_title','field_5d2658038723d'),(20921,1305,'benefits_contactless_0_description','You can finally spend your cryptocurrency on real goods and services anywhere that accepts VISA.'),(20922,1305,'_benefits_contactless_0_description','field_5d2658038723e'),(20923,1305,'benefits_contactless_1_icone','coin'),(20924,1305,'_benefits_contactless_1_icone','field_5d2658038723f'),(20925,1305,'benefits_contactless_1_title','Convert'),(20926,1305,'_benefits_contactless_1_title','field_5d2658038723d'),(20927,1305,'benefits_contactless_1_description','Converting your crypto to fiat for purchases is simple using the instant in-appexchange feature. Stop the crypto shuffle and let CryptoWallet do the work.'),(20928,1305,'_benefits_contactless_1_description','field_5d2658038723e'),(20929,1305,'benefits_contactless_2_icone','bitcoin'),(20930,1305,'_benefits_contactless_2_icone','field_5d2658038723f'),(20931,1305,'benefits_contactless_2_title','Unique Crypto Cashback'),(20932,1305,'_benefits_contactless_2_title','field_5d2658038723d'),(20933,1305,'benefits_contactless_2_description','Take advantage of our unique crypto cashback feature, it puts money in your wallet - literally. Get cashback in crypto on purchases made in store with your CryptoWallet Visa debit card.'),(20934,1305,'_benefits_contactless_2_description','field_5d2658038723e'),(20935,1305,'benefits_contactless_3_icone','credit'),(20936,1305,'_benefits_contactless_3_icone','field_5d2658038723f'),(20937,1305,'benefits_contactless_3_title','Contactless'),(20938,1305,'_benefits_contactless_3_title','field_5d2658038723d'),(20939,1305,'benefits_contactless_3_description','Make crypto purchases in seconds by simply tapping your card.'),(20940,1305,'_benefits_contactless_3_description','field_5d2658038723e'),(20941,1305,'benefits_contactless','4'),(20942,1305,'_benefits_contactless','field_5d2658038723c'),(20943,1305,'title_coins','A Universal CryptoWallet'),(20944,1305,'_title_coins','field_5d2659ba646f0'),(20945,1305,'description_coins','Check out our full list of our supported currencies. '),(20946,1305,'_description_coins','field_5d2659d4646f1'),(20947,1305,'video_link','https://vimeo.com/407652861'),(20948,1305,'_video_link','field_5d2760a56946f'),(20949,1305,'button_link',''),(20950,1305,'_button_link','field_5d2760f269470'),(20951,1305,'title_wallet_app','Get the Crypto \r\nWallet App and join our community'),(20952,1305,'_title_wallet_app','field_5d2774dba7b2f'),(20953,1305,'qr_code','531'),(20954,1305,'_qr_code','field_5d277610a7b30'),(20955,1305,'title_quick_crypto','A Quick Crypto Exchange'),(20956,1305,'_title_quick_crypto','field_5d2777a8ad898'),(20957,1305,'description_quick_crypto','Skip the time-consuming hassle of using exchanges! A swift, secure <br> method for buying and trading over 140 cryptocurrencies.'),(20958,1305,'_description_quick_crypto','field_5d2777bfad899'),(20959,1305,'exchange_effortlessly_subtitle','Exchange Effortlessly'),(20960,1305,'_exchange_effortlessly_subtitle','field_5d277828ad89b'),(20961,1305,'exchange_effortlessly_text','The app lets you exchange supported cryptocurrencies effortlessly , allowing you to spend your crypto funds your way.'),(20962,1305,'_exchange_effortlessly_text','field_5d27784bad89c'),(20963,1305,'exchange_effortlessly',''),(20964,1305,'_exchange_effortlessly','field_5d27781aad89a'),(20965,1305,'top_up_with_speed_subtitle','Top Up with Speed'),(20966,1305,'_top_up_with_speed_subtitle','field_5d27786bad89e'),(20967,1305,'top_up_with_speed_text','You can top up your wallet through SEPA bank transfers or credit card. Lightning speed and hassle - free - that\'s a win.'),(20968,1305,'_top_up_with_speed_text','field_5d27786bad89f'),(20969,1305,'top_up_with_speed',''),(20970,1305,'_top_up_with_speed','field_5d27786aad89d'),(20971,1305,'title_payment','A Payment Gateway'),(20972,1305,'_title_payment','field_5d2782c891991'),(20973,1305,'description_payment','Accept top cryptocurrencies on your business website with the lowest fees in the industry. Our payment widget is supported by the market-leadinge-commerce plugins like:'),(20974,1305,'_description_payment','field_5d2782cd91992'),(20975,1305,'title_client_support','World Class \r\nClient Support'),(20976,1305,'_title_client_support','field_5d2783a351aae'),(20977,1305,'description_client_support','Never be left without answers - CryptoWallet’s international support team is here to help.'),(20978,1305,'_description_client_support','field_5d2783a851aaf'),(20979,1305,'block_1_subtitle','Strong Customer Focus'),(20980,1305,'_block_1_subtitle','field_5d2783f451ab1'),(20981,1305,'block_1_text','We have a strong customer focus with short waiting times and support in multiple languages.'),(20982,1305,'_block_1_text','field_5d2783f451ab2'),(20983,1305,'block_1',''),(20984,1305,'_block_1','field_5d2783f451ab0'),(20985,1305,'block_2_subtitle','High Quality Support'),(20986,1305,'_block_2_subtitle','field_5d27840951ab4'),(20987,1305,'block_2_text','CryptoWallet offers high-quality support through telephone, LiveChat, ticket submissions, and VIP treatment options.'),(20988,1305,'_block_2_text','field_5d27840951ab5'),(20989,1305,'block_2',''),(20990,1305,'_block_2','field_5d27840951ab3'),(20991,1305,'title_licensed_and_secure','Licensed and Secure'),(20992,1305,'_title_licensed_and_secure','field_5d2785d9e845e'),(20993,1305,'description_licensed_and_secure','CryptoWallet is secured by BitGo, the world’s leading Bitcoin payment processor. Digital assets and user privacy are protected by cutting-edge security measures like two-factor authentication, end-to-end encryption, and multi-signature cold storage wallets. CryptoWallet has obtained licenses from the state of Estonia ensuring full legal compliance in handling and facilitating the trade of cryptocurrencies.'),(20994,1305,'_description_licensed_and_secure','field_5d2785f4e845f'),(20995,1305,'link_licensed_and_secure','http://localhost/cappen/griflan-crypto-wallet/web/'),(20996,1305,'_link_licensed_and_secure','field_5d2786c1e8466'),(20997,1305,'block_1_licensed_and_secure_subtitle','Licensed to Provide Virtual Currency Wallet Services'),(20998,1305,'_block_1_licensed_and_secure_subtitle','field_5d278665e8461'),(20999,1305,'block_1_licensed_and_secure_text','Estonia FIU License Number <strong>FRK000131</strong> enables CryptoWallet to provide cryptocurrency storage services to our customers.'),(21000,1305,'_block_1_licensed_and_secure_text','field_5d278665e8462'),(21001,1305,'block_1_licensed_and_secure_text_link','Verify License Online'),(21002,1305,'_block_1_licensed_and_secure_text_link','field_5d2786f6e8468'),(21003,1305,'block_1_licensed_and_secure_link','http://localhost/cappen/griflan-crypto-wallet/web/'),(21004,1305,'_block_1_licensed_and_secure_link','field_5d2786d4e8467'),(21005,1305,'block_1_licensed_and_secure',''),(21006,1305,'_block_1_licensed_and_secure','field_5d278665e8460'),(21007,1305,'block_2_licensed_and_secure_subtitle','Licensed to Provide Fiat to Virtual Currency Exchange Services'),(21008,1305,'_block_2_licensed_and_secure_subtitle','field_5d27867ee8464'),(21009,1305,'block_2_licensed_and_secure_text','Estonia FIU License Number <strong>FRV000143</strong> allows us to offer direct crypto to fiat trading as well as inter-cryptocurrency exchange services.'),(21010,1305,'_block_2_licensed_and_secure_text','field_5d27867ee8465'),(21011,1305,'block_2_licensed_and_secure_text_link','Verify License Online'),(21012,1305,'_block_2_licensed_and_secure_text_link','field_5d278711e8469'),(21013,1305,'block_2_licensed_and_secure_link','http://localhost/cappen/griflan-crypto-wallet/web/'),(21014,1305,'_block_2_licensed_and_secure_link','field_5d278713e846a'),(21015,1305,'block_2_licensed_and_secure',''),(21016,1305,'_block_2_licensed_and_secure','field_5d27867ee8463'),(21017,1305,'title_works','CryptoWallet Is Fast and Easy'),(21018,1305,'_title_works','field_5d278b7272f06'),(21019,1305,'description_works','Here’s how it works.'),(21020,1305,'_description_works','field_5d278b7b72f07'),(21021,1305,'step_1_title','Download \r\nthe app'),(21022,1305,'_step_1_title','field_5d278bd472f0a'),(21023,1305,'step_1',''),(21024,1305,'_step_1','field_5d278bd472f09'),(21025,1305,'step_2_title','Order The \r\nCard'),(21026,1305,'_step_2_title','field_5d278d93b6d10'),(21027,1305,'step_2',''),(21028,1305,'_step_2','field_5d278d93b6d0f'),(21029,1305,'step_3_title','Load The Card \r\nWith Funds'),(21030,1305,'_step_3_title','field_5d278d94b6d12'),(21031,1305,'step_3',''),(21032,1305,'_step_3','field_5d278d94b6d11'),(21033,1305,'step_4_title','Start \r\nspending!'),(21034,1305,'_step_4_title','field_5d278d97b6d14'),(21035,1305,'step_4',''),(21036,1305,'_step_4','field_5d278d97b6d13'),(21037,1305,'title_press','CryptoWallet in the Press'),(21038,1305,'_title_press','field_5d2790f12668e'),(21039,1305,'logos','6'),(21040,1305,'_logos','field_5d2790f52668f'),(21041,1305,'logos_0_logo','626'),(21042,1305,'_logos_0_logo','field_5d27914c26690'),(21043,1305,'logos_1_logo','631'),(21044,1305,'_logos_1_logo','field_5d27914c26690'),(21045,1305,'logos_2_logo','651'),(21046,1305,'_logos_2_logo','field_5d27914c26690'),(21047,1305,'logos_3_logo','656'),(21048,1305,'_logos_3_logo','field_5d27914c26690'),(21049,1305,'logos_4_logo','636'),(21050,1305,'_logos_4_logo','field_5d27914c26690'),(21051,1305,'logos_5_logo','646'),(21052,1305,'_logos_5_logo','field_5d27914c26690'),(21053,1305,'logos_0_logo_hover','1146'),(21054,1305,'_logos_0_logo_hover','field_5e2613ac34855'),(21055,1305,'logos_1_logo_hover','1151'),(21056,1305,'_logos_1_logo_hover','field_5e2613ac34855'),(21057,1305,'logos_2_logo_hover','1156'),(21058,1305,'_logos_2_logo_hover','field_5e2613ac34855'),(21059,1305,'logos_3_logo_hover','1161'),(21060,1305,'_logos_3_logo_hover','field_5e2613ac34855'),(21061,1305,'logos_4_logo_hover','1166'),(21062,1305,'_logos_4_logo_hover','field_5e2613ac34855'),(21063,1305,'logos_5_logo_hover','1171'),(21064,1305,'_logos_5_logo_hover','field_5e2613ac34855'),(21065,419,'_wpml_media_has_media','1'),(21078,1309,'show_crypto_funds','1'),(21079,1309,'_show_crypto_funds','field_5d1cd58ba65cf'),(21080,1309,'subtitle','Trading on the platform is simple.'),(21081,1309,'_subtitle','field_5d1cefaac040c'),(21082,1309,'title_section_1','Here’s how it works.'),(21083,1309,'_title_section_1','field_5d1cefbcc040d'),(21084,1309,'step_1','Top up your balance using your credit card, wire transfer, or existing crypto funds.'),(21085,1309,'_step_1','field_5d1cf019c040e'),(21086,1309,'step_2','Select the cryptocurrency you want to buy.'),(21087,1309,'_step_2','field_5d1cf0afc040f'),(21088,1309,'step_3','Enter the amount of fiat money you want to spend.'),(21089,1309,'_step_3','field_5d1cf0b0c0410'),(21090,1309,'step_4','Confirm your order.'),(21091,1309,'_step_4','field_5d1cf0b2c0411'),(21092,1309,'title_section_2','You now own cryptocurrency!'),(21093,1309,'_title_section_2','field_5d1cf11c5e9c5'),(21094,1309,'text_section_2','From there, you have many options.'),(21095,1309,'_text_section_2','field_5d1cf1295e9c6'),(21096,1309,'option_1','Spend crypto in stores using your CryptoWallet Debit Card.'),(21097,1309,'_option_1','field_5d1cf1405e9c7'),(21098,1309,'option_2','Buy products online at supported websites.'),(21099,1309,'_option_2','field_5d1cf14b5e9c8'),(21100,1309,'option_3','Trade your funds for other cryptocurrencies!'),(21101,1309,'_option_3','field_5d1cf14d5e9c9'),(21102,1309,'title_section_3','Trading Cryptocurrency is Simple!'),(21103,1309,'_title_section_3','field_5d1cf1555e9cb'),(21104,1309,'text_section_3','To trade, simply select the cryptocurrency in your wallet you want to trade, and select another cryptocurrency on the exchange. The exchange rate will be displayed on screen - click “buy” to purchase  new crypto with your existing funds. For information on how to assess the market and begin trading, read the trading guides in our <a href=\"https://cryptowallet.labcp.co/academy/\">Academy</a> section.'),(21105,1309,'_text_section_3','field_5d1cf1595e9cc'),(21106,1309,'title_quick_crypto','A Quick Crypto Exchange'),(21107,1309,'_title_quick_crypto','field_5d2777a8ad898'),(21108,1309,'description_quick_crypto','Skip the time-consuming hassle of using exchanges! A swift, secure\r\nmethod for buying and trading over 140 cryptocurrencies.'),(21109,1309,'_description_quick_crypto','field_5d2777bfad899'),(21110,1309,'exchange_effortlessly_subtitle','Exchange Effortlessly'),(21111,1309,'_exchange_effortlessly_subtitle','field_5d277828ad89b'),(21112,1309,'exchange_effortlessly_text','The app lets you exchange supported cryptocurrencies effortlessly , allowing you to spend your crypto funds your way.'),(21113,1309,'_exchange_effortlessly_text','field_5d27784bad89c'),(21114,1309,'exchange_effortlessly',''),(21115,1309,'_exchange_effortlessly','field_5d27781aad89a'),(21116,1309,'top_up_with_speed_subtitle','Top Up with Speed'),(21117,1309,'_top_up_with_speed_subtitle','field_5d27786bad89e'),(21118,1309,'top_up_with_speed_text','You can top up your wallet through SEPA bank transfers or credit card. Lightning speed and hassle - free - that\'s a win.'),(21119,1309,'_top_up_with_speed_text','field_5d27786bad89f'),(21120,1309,'top_up_with_speed',''),(21121,1309,'_top_up_with_speed','field_5d27786aad89d'),(21122,1310,'_aioseop_opengraph_settings','a:0:{}'),(21123,1311,'_aioseop_opengraph_settings','a:0:{}'),(21124,1312,'_aioseop_opengraph_settings','a:0:{}'),(21125,1313,'_wp_attached_file','2020/06/bacs.svg'),(21126,1314,'_wp_attachment_metadata','a:0:{}'),(21127,1314,'_wp_attached_file','2020/06/bacs.svg'),(21128,1314,'wpml_media_processed','1'),(21129,1315,'_wp_attachment_metadata','a:0:{}'),(21130,1315,'_wp_attached_file','2020/06/bacs.svg'),(21131,1315,'wpml_media_processed','1'),(21132,1316,'_wp_attachment_metadata','a:0:{}'),(21133,1316,'_wp_attached_file','2020/06/bacs.svg'),(21134,1316,'wpml_media_processed','1'),(21135,1317,'_wp_attachment_metadata','a:0:{}'),(21136,1317,'_wp_attached_file','2020/06/bacs.svg'),(21137,1317,'wpml_media_processed','1'),(21138,1313,'_aioseop_opengraph_settings','a:0:{}'),(21139,1313,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:29;s:6:\"height\";i:34;s:4:\"file\";s:17:\"/2020/06/bacs.svg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:8:\"bacs.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:8:\"bacs.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:8:\"bacs.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:8:\"bacs.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";b:0;s:6:\"height\";b:0;s:4:\"crop\";b:0;s:4:\"file\";s:8:\"bacs.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:11:\"thumb-posts\";a:5:{s:5:\"width\";b:0;s:6:\"height\";b:0;s:4:\"crop\";b:0;s:4:\"file\";s:8:\"bacs.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:13:\"featured-post\";a:5:{s:5:\"width\";b:0;s:6:\"height\";b:0;s:4:\"crop\";b:0;s:4:\"file\";s:8:\"bacs.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(21140,1318,'_wp_attached_file','2020/06/card.svg'),(21141,1319,'_wp_attachment_metadata','a:0:{}'),(21142,1319,'_wp_attached_file','2020/06/card.svg'),(21143,1319,'wpml_media_processed','1'),(21144,1320,'_wp_attachment_metadata','a:0:{}'),(21145,1320,'_wp_attached_file','2020/06/card.svg'),(21146,1320,'wpml_media_processed','1'),(21147,1321,'_wp_attachment_metadata','a:0:{}'),(21148,1321,'_wp_attached_file','2020/06/card.svg'),(21149,1321,'wpml_media_processed','1'),(21150,1322,'_wp_attachment_metadata','a:0:{}'),(21151,1322,'_wp_attached_file','2020/06/card.svg'),(21152,1322,'wpml_media_processed','1'),(21153,1318,'_aioseop_opengraph_settings','a:0:{}'),(21154,1318,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:34;s:6:\"height\";i:21;s:4:\"file\";s:17:\"/2020/06/card.svg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:8:\"card.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:8:\"card.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:8:\"card.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:8:\"card.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";b:0;s:6:\"height\";b:0;s:4:\"crop\";b:0;s:4:\"file\";s:8:\"card.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:11:\"thumb-posts\";a:5:{s:5:\"width\";b:0;s:6:\"height\";b:0;s:4:\"crop\";b:0;s:4:\"file\";s:8:\"card.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:13:\"featured-post\";a:5:{s:5:\"width\";b:0;s:6:\"height\";b:0;s:4:\"crop\";b:0;s:4:\"file\";s:8:\"card.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(21155,1323,'_wp_attached_file','2020/06/chaps.svg'),(21156,1324,'_wp_attachment_metadata','a:0:{}'),(21157,1324,'_wp_attached_file','2020/06/chaps.svg'),(21158,1324,'wpml_media_processed','1'),(21159,1325,'_wp_attachment_metadata','a:0:{}'),(21160,1325,'_wp_attached_file','2020/06/chaps.svg'),(21161,1325,'wpml_media_processed','1'),(21162,1326,'_wp_attachment_metadata','a:0:{}'),(21163,1326,'_wp_attached_file','2020/06/chaps.svg'),(21164,1326,'wpml_media_processed','1'),(21165,1327,'_wp_attachment_metadata','a:0:{}'),(21166,1327,'_wp_attached_file','2020/06/chaps.svg'),(21167,1327,'wpml_media_processed','1'),(21168,1323,'_aioseop_opengraph_settings','a:0:{}'),(21169,1323,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:30;s:6:\"height\";i:29;s:4:\"file\";s:18:\"/2020/06/chaps.svg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:9:\"chaps.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:9:\"chaps.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:9:\"chaps.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:9:\"chaps.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";b:0;s:6:\"height\";b:0;s:4:\"crop\";b:0;s:4:\"file\";s:9:\"chaps.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:11:\"thumb-posts\";a:5:{s:5:\"width\";b:0;s:6:\"height\";b:0;s:4:\"crop\";b:0;s:4:\"file\";s:9:\"chaps.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:13:\"featured-post\";a:5:{s:5:\"width\";b:0;s:6:\"height\";b:0;s:4:\"crop\";b:0;s:4:\"file\";s:9:\"chaps.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(21170,1328,'_wp_attached_file','2020/06/fps.svg'),(21171,1329,'_wp_attachment_metadata','a:0:{}'),(21172,1329,'_wp_attached_file','2020/06/fps.svg'),(21173,1329,'wpml_media_processed','1'),(21174,1330,'_wp_attachment_metadata','a:0:{}'),(21175,1330,'_wp_attached_file','2020/06/fps.svg'),(21176,1330,'wpml_media_processed','1'),(21177,1331,'_wp_attachment_metadata','a:0:{}'),(21178,1331,'_wp_attached_file','2020/06/fps.svg'),(21179,1331,'wpml_media_processed','1'),(21180,1332,'_wp_attachment_metadata','a:0:{}'),(21181,1332,'_wp_attached_file','2020/06/fps.svg'),(21182,1332,'wpml_media_processed','1'),(21183,1328,'_aioseop_opengraph_settings','a:0:{}'),(21184,1328,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:33;s:6:\"height\";i:33;s:4:\"file\";s:16:\"/2020/06/fps.svg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:7:\"fps.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:7:\"fps.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:7:\"fps.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:7:\"fps.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";b:0;s:6:\"height\";b:0;s:4:\"crop\";b:0;s:4:\"file\";s:7:\"fps.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:11:\"thumb-posts\";a:5:{s:5:\"width\";b:0;s:6:\"height\";b:0;s:4:\"crop\";b:0;s:4:\"file\";s:7:\"fps.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:13:\"featured-post\";a:5:{s:5:\"width\";b:0;s:6:\"height\";b:0;s:4:\"crop\";b:0;s:4:\"file\";s:7:\"fps.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(21185,1333,'_wp_attached_file','2020/06/mobile.svg'),(21186,1334,'_wp_attachment_metadata','a:0:{}'),(21187,1334,'_wp_attached_file','2020/06/mobile.svg'),(21188,1334,'wpml_media_processed','1'),(21189,1335,'_wp_attachment_metadata','a:0:{}'),(21190,1335,'_wp_attached_file','2020/06/mobile.svg'),(21191,1335,'wpml_media_processed','1'),(21192,1336,'_wp_attachment_metadata','a:0:{}'),(21193,1336,'_wp_attached_file','2020/06/mobile.svg'),(21194,1336,'wpml_media_processed','1'),(21195,1337,'_wp_attachment_metadata','a:0:{}'),(21196,1337,'_wp_attached_file','2020/06/mobile.svg'),(21197,1337,'wpml_media_processed','1'),(21198,1333,'_aioseop_opengraph_settings','a:0:{}'),(21199,1333,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:21;s:6:\"height\";i:35;s:4:\"file\";s:19:\"/2020/06/mobile.svg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:10:\"mobile.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:10:\"mobile.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:10:\"mobile.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:10:\"mobile.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";b:0;s:6:\"height\";b:0;s:4:\"crop\";b:0;s:4:\"file\";s:10:\"mobile.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:11:\"thumb-posts\";a:5:{s:5:\"width\";b:0;s:6:\"height\";b:0;s:4:\"crop\";b:0;s:4:\"file\";s:10:\"mobile.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:13:\"featured-post\";a:5:{s:5:\"width\";b:0;s:6:\"height\";b:0;s:4:\"crop\";b:0;s:4:\"file\";s:10:\"mobile.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(21200,1338,'_wp_attached_file','2020/06/sepa.svg'),(21201,1339,'_wp_attachment_metadata','a:0:{}'),(21202,1339,'_wp_attached_file','2020/06/sepa.svg'),(21203,1339,'wpml_media_processed','1'),(21204,1340,'_wp_attachment_metadata','a:0:{}'),(21205,1340,'_wp_attached_file','2020/06/sepa.svg'),(21206,1340,'wpml_media_processed','1'),(21207,1341,'_wp_attachment_metadata','a:0:{}'),(21208,1341,'_wp_attached_file','2020/06/sepa.svg'),(21209,1341,'wpml_media_processed','1'),(21210,1342,'_wp_attachment_metadata','a:0:{}'),(21211,1342,'_wp_attached_file','2020/06/sepa.svg'),(21212,1342,'wpml_media_processed','1'),(21213,1338,'_aioseop_opengraph_settings','a:0:{}'),(21214,1338,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:38;s:6:\"height\";i:39;s:4:\"file\";s:17:\"/2020/06/sepa.svg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:8:\"sepa.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:8:\"sepa.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:8:\"sepa.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:8:\"sepa.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";b:0;s:6:\"height\";b:0;s:4:\"crop\";b:0;s:4:\"file\";s:8:\"sepa.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:11:\"thumb-posts\";a:5:{s:5:\"width\";b:0;s:6:\"height\";b:0;s:4:\"crop\";b:0;s:4:\"file\";s:8:\"sepa.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:13:\"featured-post\";a:5:{s:5:\"width\";b:0;s:6:\"height\";b:0;s:4:\"crop\";b:0;s:4:\"file\";s:8:\"sepa.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(21215,1343,'_wp_attached_file','2020/06/swift.svg'),(21216,1344,'_wp_attachment_metadata','a:0:{}'),(21217,1344,'_wp_attached_file','2020/06/swift.svg'),(21218,1344,'wpml_media_processed','1'),(21219,1345,'_wp_attachment_metadata','a:0:{}'),(21220,1345,'_wp_attached_file','2020/06/swift.svg'),(21221,1345,'wpml_media_processed','1'),(21222,1346,'_wp_attachment_metadata','a:0:{}'),(21223,1346,'_wp_attached_file','2020/06/swift.svg'),(21224,1346,'wpml_media_processed','1'),(21225,1347,'_wp_attachment_metadata','a:0:{}'),(21226,1347,'_wp_attached_file','2020/06/swift.svg'),(21227,1347,'wpml_media_processed','1'),(21228,1343,'_aioseop_opengraph_settings','a:0:{}'),(21229,1343,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:37;s:6:\"height\";i:37;s:4:\"file\";s:18:\"/2020/06/swift.svg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:9:\"swift.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:9:\"swift.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:9:\"swift.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:9:\"swift.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"post-thumbnail\";a:5:{s:5:\"width\";b:0;s:6:\"height\";b:0;s:4:\"crop\";b:0;s:4:\"file\";s:9:\"swift.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:11:\"thumb-posts\";a:5:{s:5:\"width\";b:0;s:6:\"height\";b:0;s:4:\"crop\";b:0;s:4:\"file\";s:9:\"swift.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:13:\"featured-post\";a:5:{s:5:\"width\";b:0;s:6:\"height\";b:0;s:4:\"crop\";b:0;s:4:\"file\";s:9:\"swift.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(21230,273,'top_up_with_speed_icons_0_icon','1338'),(21231,273,'_top_up_with_speed_icons_0_icon','field_5ed817dd2a50c'),(21232,273,'top_up_with_speed_icons_0_icon_text','SEPA'),(21233,273,'_top_up_with_speed_icons_0_icon_text','field_5ed818032a50d'),(21234,273,'top_up_with_speed_icons_1_icon','1343'),(21235,273,'_top_up_with_speed_icons_1_icon','field_5ed817dd2a50c'),(21236,273,'top_up_with_speed_icons_1_icon_text','SWIFT'),(21237,273,'_top_up_with_speed_icons_1_icon_text','field_5ed818032a50d'),(21238,273,'top_up_with_speed_icons_2_icon','1328'),(21239,273,'_top_up_with_speed_icons_2_icon','field_5ed817dd2a50c'),(21240,273,'top_up_with_speed_icons_2_icon_text','FPS'),(21241,273,'_top_up_with_speed_icons_2_icon_text','field_5ed818032a50d'),(21242,273,'top_up_with_speed_icons_3_icon','1323'),(21243,273,'_top_up_with_speed_icons_3_icon','field_5ed817dd2a50c'),(21244,273,'top_up_with_speed_icons_3_icon_text','CHAPS'),(21245,273,'_top_up_with_speed_icons_3_icon_text','field_5ed818032a50d'),(21246,273,'top_up_with_speed_icons_4_icon','1313'),(21247,273,'_top_up_with_speed_icons_4_icon','field_5ed817dd2a50c'),(21248,273,'top_up_with_speed_icons_4_icon_text','BACS'),(21249,273,'_top_up_with_speed_icons_4_icon_text','field_5ed818032a50d'),(21250,273,'top_up_with_speed_icons_5_icon','1333'),(21251,273,'_top_up_with_speed_icons_5_icon','field_5ed817dd2a50c'),(21252,273,'top_up_with_speed_icons_5_icon_text','MOBILE'),(21253,273,'_top_up_with_speed_icons_5_icon_text','field_5ed818032a50d'),(21254,273,'top_up_with_speed_icons_6_icon','1318'),(21255,273,'_top_up_with_speed_icons_6_icon','field_5ed817dd2a50c'),(21256,273,'top_up_with_speed_icons_6_icon_text','CARD'),(21257,273,'_top_up_with_speed_icons_6_icon_text','field_5ed818032a50d'),(21258,273,'top_up_with_speed_icons','7'),(21259,273,'_top_up_with_speed_icons','field_5ed817cf2a50b'),(21260,1348,'show_crypto_funds','1'),(21261,1348,'_show_crypto_funds','field_5d1cd58ba65cf'),(21262,1348,'subtitle','Trading on the platform is simple.'),(21263,1348,'_subtitle','field_5d1cefaac040c'),(21264,1348,'title_section_1','Here’s how it works.'),(21265,1348,'_title_section_1','field_5d1cefbcc040d'),(21266,1348,'step_1','Top up your balance using your credit card, wire transfer, or existing crypto funds.'),(21267,1348,'_step_1','field_5d1cf019c040e'),(21268,1348,'step_2','Select the cryptocurrency you want to buy.'),(21269,1348,'_step_2','field_5d1cf0afc040f'),(21270,1348,'step_3','Enter the amount of fiat money you want to spend.'),(21271,1348,'_step_3','field_5d1cf0b0c0410'),(21272,1348,'step_4','Confirm your order.'),(21273,1348,'_step_4','field_5d1cf0b2c0411'),(21274,1348,'title_section_2','You now own cryptocurrency!'),(21275,1348,'_title_section_2','field_5d1cf11c5e9c5'),(21276,1348,'text_section_2','From there, you have many options.'),(21277,1348,'_text_section_2','field_5d1cf1295e9c6'),(21278,1348,'option_1','Spend crypto in stores using your CryptoWallet Debit Card.'),(21279,1348,'_option_1','field_5d1cf1405e9c7'),(21280,1348,'option_2','Buy products online at supported websites.'),(21281,1348,'_option_2','field_5d1cf14b5e9c8'),(21282,1348,'option_3','Trade your funds for other cryptocurrencies!'),(21283,1348,'_option_3','field_5d1cf14d5e9c9'),(21284,1348,'title_section_3','Trading Cryptocurrency is Simple!'),(21285,1348,'_title_section_3','field_5d1cf1555e9cb'),(21286,1348,'text_section_3','To trade, simply select the cryptocurrency in your wallet you want to trade, and select another cryptocurrency on the exchange. The exchange rate will be displayed on screen - click “buy” to purchase  new crypto with your existing funds. For information on how to assess the market and begin trading, read the trading guides in our <a href=\"https://cryptowallet.labcp.co/academy/\">Academy</a> section.'),(21287,1348,'_text_section_3','field_5d1cf1595e9cc'),(21288,1348,'title_quick_crypto','A Quick Crypto Exchange'),(21289,1348,'_title_quick_crypto','field_5d2777a8ad898'),(21290,1348,'description_quick_crypto','Skip the time-consuming hassle of using exchanges! A swift, secure\r\nmethod for buying and trading over 140 cryptocurrencies.'),(21291,1348,'_description_quick_crypto','field_5d2777bfad899'),(21292,1348,'exchange_effortlessly_subtitle','Exchange Effortlessly'),(21293,1348,'_exchange_effortlessly_subtitle','field_5d277828ad89b'),(21294,1348,'exchange_effortlessly_text','The app lets you exchange supported cryptocurrencies effortlessly , allowing you to spend your crypto funds your way.'),(21295,1348,'_exchange_effortlessly_text','field_5d27784bad89c'),(21296,1348,'exchange_effortlessly',''),(21297,1348,'_exchange_effortlessly','field_5d27781aad89a'),(21298,1348,'top_up_with_speed_subtitle','Top Up with Speed'),(21299,1348,'_top_up_with_speed_subtitle','field_5d27786bad89e'),(21300,1348,'top_up_with_speed_text','You can top up your wallet through SEPA bank transfers or credit card. Lightning speed and hassle - free - that\'s a win.'),(21301,1348,'_top_up_with_speed_text','field_5d27786bad89f'),(21302,1348,'top_up_with_speed',''),(21303,1348,'_top_up_with_speed','field_5d27786aad89d'),(21304,1348,'top_up_with_speed_icons_0_icon','1338'),(21305,1348,'_top_up_with_speed_icons_0_icon','field_5ed817dd2a50c'),(21306,1348,'top_up_with_speed_icons_0_icon_text','SEPA'),(21307,1348,'_top_up_with_speed_icons_0_icon_text','field_5ed818032a50d'),(21308,1348,'top_up_with_speed_icons_1_icon','1343'),(21309,1348,'_top_up_with_speed_icons_1_icon','field_5ed817dd2a50c'),(21310,1348,'top_up_with_speed_icons_1_icon_text','SWIFT'),(21311,1348,'_top_up_with_speed_icons_1_icon_text','field_5ed818032a50d'),(21312,1348,'top_up_with_speed_icons_2_icon','1328'),(21313,1348,'_top_up_with_speed_icons_2_icon','field_5ed817dd2a50c'),(21314,1348,'top_up_with_speed_icons_2_icon_text','FPS'),(21315,1348,'_top_up_with_speed_icons_2_icon_text','field_5ed818032a50d'),(21316,1348,'top_up_with_speed_icons_3_icon','1323'),(21317,1348,'_top_up_with_speed_icons_3_icon','field_5ed817dd2a50c'),(21318,1348,'top_up_with_speed_icons_3_icon_text','CHAPS'),(21319,1348,'_top_up_with_speed_icons_3_icon_text','field_5ed818032a50d'),(21320,1348,'top_up_with_speed_icons_4_icon','1313'),(21321,1348,'_top_up_with_speed_icons_4_icon','field_5ed817dd2a50c'),(21322,1348,'top_up_with_speed_icons_4_icon_text','BACS'),(21323,1348,'_top_up_with_speed_icons_4_icon_text','field_5ed818032a50d'),(21324,1348,'top_up_with_speed_icons_5_icon','1333'),(21325,1348,'_top_up_with_speed_icons_5_icon','field_5ed817dd2a50c'),(21326,1348,'top_up_with_speed_icons_5_icon_text','MOBILE'),(21327,1348,'_top_up_with_speed_icons_5_icon_text','field_5ed818032a50d'),(21328,1348,'top_up_with_speed_icons_6_icon','1318'),(21329,1348,'_top_up_with_speed_icons_6_icon','field_5ed817dd2a50c'),(21330,1348,'top_up_with_speed_icons_6_icon_text','CARD'),(21331,1348,'_top_up_with_speed_icons_6_icon_text','field_5ed818032a50d'),(21332,1348,'top_up_with_speed_icons','7'),(21333,1348,'_top_up_with_speed_icons','field_5ed817cf2a50b'),(21335,1338,'_wpml_media_usage','a:1:{s:5:\"posts\";a:1:{i:0;i:273;}}'),(21336,1343,'_wpml_media_usage','a:1:{s:5:\"posts\";a:1:{i:0;i:273;}}'),(21337,1333,'_wpml_media_usage','a:1:{s:5:\"posts\";a:1:{i:0;i:273;}}'),(21338,1328,'_wpml_media_usage','a:1:{s:5:\"posts\";a:1:{i:0;i:273;}}'),(21339,1323,'_wpml_media_usage','a:1:{s:5:\"posts\";a:1:{i:0;i:273;}}'),(21340,1313,'_wpml_media_usage','a:1:{s:5:\"posts\";a:1:{i:0;i:273;}}'),(21341,1318,'_wpml_media_usage','a:1:{s:5:\"posts\";a:1:{i:0;i:273;}}'),(21342,1349,'show_crypto_funds','1'),(21343,1349,'_show_crypto_funds','field_5d1cd58ba65cf'),(21344,1349,'subtitle','Trading on the platform is simple.'),(21345,1349,'_subtitle','field_5d1cefaac040c'),(21346,1349,'title_section_1','Here’s how it works.'),(21347,1349,'_title_section_1','field_5d1cefbcc040d'),(21348,1349,'step_1','Top up your balance using your credit card, wire transfer, or existing crypto funds.'),(21349,1349,'_step_1','field_5d1cf019c040e'),(21350,1349,'step_2','Select the cryptocurrency you want to buy.'),(21351,1349,'_step_2','field_5d1cf0afc040f'),(21352,1349,'step_3','Enter the amount of fiat money you want to spend.'),(21353,1349,'_step_3','field_5d1cf0b0c0410'),(21354,1349,'step_4','Confirm your order.'),(21355,1349,'_step_4','field_5d1cf0b2c0411'),(21356,1349,'title_section_2','You now own cryptocurrency!'),(21357,1349,'_title_section_2','field_5d1cf11c5e9c5'),(21358,1349,'text_section_2','From there, you have many options.'),(21359,1349,'_text_section_2','field_5d1cf1295e9c6'),(21360,1349,'option_1','Spend crypto in stores using your CryptoWallet Debit Card.'),(21361,1349,'_option_1','field_5d1cf1405e9c7'),(21362,1349,'option_2','Buy products online at supported websites.'),(21363,1349,'_option_2','field_5d1cf14b5e9c8'),(21364,1349,'option_3','Trade your funds for other cryptocurrencies!'),(21365,1349,'_option_3','field_5d1cf14d5e9c9'),(21366,1349,'title_section_3','Trading Cryptocurrency is Simple!'),(21367,1349,'_title_section_3','field_5d1cf1555e9cb'),(21368,1349,'text_section_3','To trade, simply select the cryptocurrency in your wallet you want to trade, and select another cryptocurrency on the exchange. The exchange rate will be displayed on screen - click “buy” to purchase  new crypto with your existing funds. For information on how to assess the market and begin trading, read the trading guides in our <a href=\"https://cryptowallet.labcp.co/academy/\">Academy</a> section.'),(21369,1349,'_text_section_3','field_5d1cf1595e9cc'),(21370,1349,'title_quick_crypto','A Quick Crypto Exchange'),(21371,1349,'_title_quick_crypto','field_5d2777a8ad898'),(21372,1349,'description_quick_crypto','Skip the time-consuming hassle of using exchanges! A swift, secure\r\nmethod for buying and trading over 140 cryptocurrencies.'),(21373,1349,'_description_quick_crypto','field_5d2777bfad899'),(21374,1349,'exchange_effortlessly_subtitle','Exchange Effortlessly'),(21375,1349,'_exchange_effortlessly_subtitle','field_5d277828ad89b'),(21376,1349,'exchange_effortlessly_text','The app lets you exchange supported cryptocurrencies effortlessly , allowing you to spend your crypto funds your way.'),(21377,1349,'_exchange_effortlessly_text','field_5d27784bad89c'),(21378,1349,'exchange_effortlessly',''),(21379,1349,'_exchange_effortlessly','field_5d27781aad89a'),(21380,1349,'top_up_with_speed_subtitle','Top Up with Speed'),(21381,1349,'_top_up_with_speed_subtitle','field_5d27786bad89e'),(21382,1349,'top_up_with_speed_text',''),(21383,1349,'_top_up_with_speed_text','field_5d27786bad89f'),(21384,1349,'top_up_with_speed',''),(21385,1349,'_top_up_with_speed','field_5d27786aad89d'),(21386,1349,'top_up_with_speed_icons_0_icon','1338'),(21387,1349,'_top_up_with_speed_icons_0_icon','field_5ed817dd2a50c'),(21388,1349,'top_up_with_speed_icons_0_icon_text','SEPA'),(21389,1349,'_top_up_with_speed_icons_0_icon_text','field_5ed818032a50d'),(21390,1349,'top_up_with_speed_icons_1_icon','1343'),(21391,1349,'_top_up_with_speed_icons_1_icon','field_5ed817dd2a50c'),(21392,1349,'top_up_with_speed_icons_1_icon_text','SWIFT'),(21393,1349,'_top_up_with_speed_icons_1_icon_text','field_5ed818032a50d'),(21394,1349,'top_up_with_speed_icons_2_icon','1328'),(21395,1349,'_top_up_with_speed_icons_2_icon','field_5ed817dd2a50c'),(21396,1349,'top_up_with_speed_icons_2_icon_text','FPS'),(21397,1349,'_top_up_with_speed_icons_2_icon_text','field_5ed818032a50d'),(21398,1349,'top_up_with_speed_icons_3_icon','1323'),(21399,1349,'_top_up_with_speed_icons_3_icon','field_5ed817dd2a50c'),(21400,1349,'top_up_with_speed_icons_3_icon_text','CHAPS'),(21401,1349,'_top_up_with_speed_icons_3_icon_text','field_5ed818032a50d'),(21402,1349,'top_up_with_speed_icons_4_icon','1313'),(21403,1349,'_top_up_with_speed_icons_4_icon','field_5ed817dd2a50c'),(21404,1349,'top_up_with_speed_icons_4_icon_text','BACS'),(21405,1349,'_top_up_with_speed_icons_4_icon_text','field_5ed818032a50d'),(21406,1349,'top_up_with_speed_icons_5_icon','1333'),(21407,1349,'_top_up_with_speed_icons_5_icon','field_5ed817dd2a50c'),(21408,1349,'top_up_with_speed_icons_5_icon_text','MOBILE'),(21409,1349,'_top_up_with_speed_icons_5_icon_text','field_5ed818032a50d'),(21410,1349,'top_up_with_speed_icons_6_icon','1318'),(21411,1349,'_top_up_with_speed_icons_6_icon','field_5ed817dd2a50c'),(21412,1349,'top_up_with_speed_icons_6_icon_text','CARD'),(21413,1349,'_top_up_with_speed_icons_6_icon_text','field_5ed818032a50d'),(21414,1349,'top_up_with_speed_icons','7'),(21415,1349,'_top_up_with_speed_icons','field_5ed817cf2a50b'),(21420,1351,'subtitle',''),(21421,1351,'_subtitle','field_5d1cca162e40e'),(21422,1351,'text',''),(21423,1351,'_text','field_5d1cca162e7fb'),(21424,1351,'list',''),(21425,1351,'_list','field_5d1cca162ebf6'),(21426,1351,'title_buy','Buy Crypto'),(21427,1351,'_title_buy','field_5d1cca16bc540'),(21428,1351,'text_buy','Loading CryptoWallet with funds couldn’t be easier.'),(21429,1351,'_text_buy','field_5d1ccec5cbdcd'),(21430,1351,'step_1_title','Load Fiat'),(21431,1351,'_step_1_title','field_5d1cca16d5383'),(21432,1351,'step_1_text','top up with fiat using a bank draft or credit card to get started.'),(21433,1351,'_step_1_text','field_5d1cca16d5769'),(21434,1351,'step_1',''),(21435,1351,'_step_1','field_5d1cca16c8867'),(21436,1351,'step_2_title','Buy Crypto'),(21437,1351,'_step_2_title','field_5d1ccf2720918'),(21438,1351,'step_2_text','Buy 13 cryptocurrencies as well as other ERC-20 tokens, instantly.'),(21439,1351,'_step_2_text','field_5d1ccf2720919'),(21440,1351,'step_2',''),(21441,1351,'_step_2','field_5d1ccf2720917'),(21442,1351,'step_3_title','Rest Easy'),(21443,1351,'_step_3_title','field_5d1ccf2b2091b'),(21444,1351,'step_3_text','Your funds are secured safely in the encrypted CryptoWallet platform.'),(21445,1351,'_step_3_text','field_5d1ccf2b2091c'),(21446,1351,'step_3',''),(21447,1351,'_step_3','field_5d1ccf2a2091a'),(21448,1351,'title_download','Download App Now'),(21449,1351,'_title_download','field_5d1ccf67eb112'),(21450,1351,'title_security','We Take Your Security Seriously So You Can Sleep at Night'),(21451,1351,'_title_security','field_5d1ccf8aeb113'),(21452,1351,'text_security','Your funds are secured by BitGo Trust Company, a licensed qualified custodian by the South Dakota, US Division ofBanking. BitGo is SOC 2 compliant, as verified in a 2018 audit by Deloitte. BitGo has a confirmed Cryptocurrency Security Standard (CCSS) Level 3.'),(21453,1351,'_text_security','field_5d1ccfb1eb114'),(21454,1351,'sell_crypto_title','Sell Crypto'),(21455,1351,'_sell_crypto_title','field_5d1cd05da4c1c'),(21456,1351,'sell_crypto_text','Sometimes you’ve bought in at just the right time. You’ve watched your investment rise in value and your ready to cash out your earnings in fiat or trade it for another cryptocurrency you think could shoot up in price soon.\r\n\r\nThat’s easy. Access our app or desktop platform. Use our Exchange section to set the amount of crypto you want to sell and which currency you want to sell it for. When you’re happy with the price, hit the “Sell” button.'),(21457,1351,'_sell_crypto_text','field_5d1cd05da4c1d'),(21458,1351,'sell_crypto_text_link',''),(21459,1351,'_sell_crypto_text_link','field_5d1cd0a9a4c1e'),(21460,1351,'sell_crypto_link',''),(21461,1351,'_sell_crypto_link','field_5d1cd0cba4c1f'),(21462,1351,'sell_crypto',''),(21463,1351,'_sell_crypto','field_5d1cd05da4c1b'),(21464,1351,'hold_crypto_title','Hold Crypto'),(21465,1351,'_hold_crypto_title','field_5d1cd0e2a4c21'),(21466,1351,'hold_crypto_text','Of course, sometimes you’re not ready to sell - you’re in it for the long haul. Maybe you want to sell at a later date, or maybe crypto is your new cash and you want to use your funds to buy goods and services through your CryptoWallet Visa Debit Card.\r\n\r\nEither way, you’ll need a safe, secure place to store your funds, and that’s where the Wallet section comes in. Highly encrypted and easily accessible through your phone with the appropriate security protocols, your wallet is the go-to place to store your crypto long-term.'),(21467,1351,'_hold_crypto_text','field_5d1cd0e2a4c22'),(21468,1351,'hold_crypto',''),(21469,1351,'_hold_crypto','field_5d1cd0e2a4c20'),(21470,1351,'send_crypto_title','Send Crypto'),(21471,1351,'_send_crypto_title','field_5d1cd103a4c26'),(21472,1351,'send_crypto_text','Use the Wallet App to send cryptocurrency to any wallet, any time. The ability to send funds easily to anyone you want is one of the main selling points of crypto over fiat currency - forget about filling out lengthy forms every time you want to make a purchase or transfer.\r\n\r\nA cryptocurrency transfer is as simple as scanning a QR code or copying and pasting a wallet address and hitting the “Send” button. That’s it! The Wallet app offers an incredibly seamless experience that makes online purchases faster than ever before. You can also send crypto through our desktop platform.'),(21473,1351,'_send_crypto_text','field_5d1cd103a4c27'),(21474,1351,'send_crypto',''),(21475,1351,'_send_crypto','field_5d1cd103a4c25'),(21476,1351,'title_questions','Pay Bills and Bank Transfers'),(21477,1351,'_title_questions','field_5d1cca17cb399'),(21478,1351,'text_questions','CryptoWallet offers fiat wallets to store EUR and GBP fiat currencies, and each user can have their own dedicated international bank account numbers (IBANs) for EUR and GBP storage.\r\n\r\nThis opens up a world of possibilities. Users can exchange crypto for fiat and use their funds to pay rent, utility bills, or make any other kind of SEPA bank transfer using CryptoWallet. As well as spending crypto in stores, users can now effectively use crypto to pay everyday expenses by bank transfer all within one secure platform.'),(21479,1351,'_text_questions','field_5d1cd273e67bf'),(21480,1351,'show_crypto_funds','1'),(21481,1351,'_show_crypto_funds','field_5d1cd58ba65cf'),(21482,1351,'title_coins','Buy, Store, and Trade\r\n13 Different Cryptocurrencies'),(21483,1351,'_title_coins','field_5d1cca162e40e'),(21484,1351,'description_coins','Check out our full list of our supported currencies. '),(21485,1351,'_description_coins','field_5d1cca162e7fb'),(21699,1103,'_edit_lock','1593103035:1'),(22340,1103,'_wp_desired_post_slug',''),(22341,1103,'_aioseop_opengraph_settings','a:0:{}'),(22342,1103,'inline_featured_image','0'),(22562,1365,'_wpml_word_count','{\"total\":562,\"to_translate\":{\"en\":562,\"ja\":562,\"ru\":562,\"sg\":562}}'),(22563,1365,'_aioseop_opengraph_settings','a:14:{s:32:\"aioseop_opengraph_settings_title\";s:0:\"\";s:31:\"aioseop_opengraph_settings_desc\";s:0:\"\";s:36:\"aioseop_opengraph_settings_customimg\";s:0:\"\";s:37:\"aioseop_opengraph_settings_imagewidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_imageheight\";s:0:\"\";s:32:\"aioseop_opengraph_settings_video\";s:0:\"\";s:37:\"aioseop_opengraph_settings_videowidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_videoheight\";s:0:\"\";s:35:\"aioseop_opengraph_settings_category\";s:7:\"article\";s:34:\"aioseop_opengraph_settings_section\";s:0:\"\";s:30:\"aioseop_opengraph_settings_tag\";s:0:\"\";s:34:\"aioseop_opengraph_settings_setcard\";s:7:\"summary\";s:44:\"aioseop_opengraph_settings_customimg_twitter\";s:0:\"\";s:44:\"aioseop_opengraph_settings_customimg_checker\";s:1:\"0\";}'),(22566,1365,'_alp_processed','1593104679'),(22567,1365,'_wp_page_template','page-home_.php'),(22569,1365,'_show_crypto_funds','field_5d1cd58ba65cf'),(22573,1365,'_title','field_5d264012842b2'),(22576,1365,'title_cryptowallet','What is CryptoWallet?'),(22577,1365,'_title_cryptowallet','field_5d26470a0c80a'),(22579,1365,'_description_cryptowallet','field_5d26471d0c80b'),(22581,1365,'_benefits_0_title','field_5d26480f0c80d'),(22583,1365,'_benefits_0_description','field_5d26481d0c80e'),(22585,1365,'_benefits_1_title','field_5d26480f0c80d'),(22587,1365,'_benefits_1_description','field_5d26481d0c80e'),(22589,1365,'_benefits_2_title','field_5d26480f0c80d'),(22591,1365,'_benefits_2_description','field_5d26481d0c80e'),(22593,1365,'_benefits','field_5d2647670c80c'),(22595,1365,'_benefits_0_animation_card','field_5d2649429a9b9'),(22597,1365,'_benefits_1_animation_card','field_5d2649429a9b9'),(22599,1365,'_benefits_2_animation_card','field_5d2649429a9b9'),(22601,1365,'_title_welcome','field_5d264f1cfddba'),(22603,1365,'_title_contactless','field_5d26573a87236'),(22605,1365,'_description_contactless','field_5d26577287237'),(22607,1365,'_benefits_contactless_0_icone','field_5d2658038723f'),(22609,1365,'_benefits_contactless_0_title','field_5d2658038723d'),(22611,1365,'_benefits_contactless_0_description','field_5d2658038723e'),(22613,1365,'_benefits_contactless_1_icone','field_5d2658038723f'),(22615,1365,'_benefits_contactless_1_title','field_5d2658038723d'),(22617,1365,'_benefits_contactless_1_description','field_5d2658038723e'),(22619,1365,'_benefits_contactless_2_icone','field_5d2658038723f'),(22621,1365,'_benefits_contactless_2_title','field_5d2658038723d'),(22623,1365,'_benefits_contactless_2_description','field_5d2658038723e'),(22625,1365,'_benefits_contactless_3_icone','field_5d2658038723f'),(22627,1365,'_benefits_contactless_3_title','field_5d2658038723d'),(22629,1365,'_benefits_contactless_3_description','field_5d2658038723e'),(22631,1365,'_benefits_contactless','field_5d2658038723c'),(22633,1365,'_title_coins','field_5d2659ba646f0'),(22635,1365,'_description_coins','field_5d2659d4646f1'),(22637,1365,'_video_link','field_5d2760a56946f'),(22639,1365,'_button_link','field_5d2760f269470'),(22641,1365,'_title_wallet_app','field_5d2774dba7b2f'),(22643,1365,'_qr_code','field_5d277610a7b30'),(22645,1365,'_title_quick_crypto','field_5d2777a8ad898'),(22647,1365,'_description_quick_crypto','field_5d2777bfad899'),(22649,1365,'_exchange_effortlessly_subtitle','field_5d277828ad89b'),(22651,1365,'_exchange_effortlessly_text','field_5d27784bad89c'),(22653,1365,'_exchange_effortlessly','field_5d27781aad89a'),(22655,1365,'_top_up_with_speed_subtitle','field_5d27786bad89e'),(22657,1365,'_top_up_with_speed_text','field_5d27786bad89f'),(22659,1365,'_top_up_with_speed','field_5d27786aad89d'),(22661,1365,'_title_payment','field_5d2782c891991'),(22663,1365,'_description_payment','field_5d2782cd91992'),(22665,1365,'_title_client_support','field_5d2783a351aae'),(22667,1365,'_description_client_support','field_5d2783a851aaf'),(22669,1365,'_block_1_subtitle','field_5d2783f451ab1'),(22673,1365,'_block_1','field_5d2783f451ab0'),(22675,1365,'_block_2_subtitle','field_5d27840951ab4'),(22677,1365,'_block_2_text','field_5d27840951ab5'),(22679,1365,'_block_2','field_5d27840951ab3'),(22681,1365,'_title_licensed_and_secure','field_5d2785d9e845e'),(22683,1365,'_description_licensed_and_secure','field_5d2785f4e845f'),(22685,1365,'_link_licensed_and_secure','field_5d2786c1e8466'),(22687,1365,'_block_1_licensed_and_secure_subtitle','field_5d278665e8461'),(22689,1365,'_block_1_licensed_and_secure_text','field_5d278665e8462'),(22691,1365,'_block_1_licensed_and_secure_text_link','field_5d2786f6e8468'),(22693,1365,'_block_1_licensed_and_secure_link','field_5d2786d4e8467'),(22695,1365,'_block_1_licensed_and_secure','field_5d278665e8460'),(22697,1365,'_block_2_licensed_and_secure_subtitle','field_5d27867ee8464'),(22699,1365,'_block_2_licensed_and_secure_text','field_5d27867ee8465'),(22701,1365,'_block_2_licensed_and_secure_text_link','field_5d278711e8469'),(22703,1365,'_block_2_licensed_and_secure_link','field_5d278713e846a'),(22705,1365,'_block_2_licensed_and_secure','field_5d27867ee8463'),(22707,1365,'_title_works','field_5d278b7272f06'),(22709,1365,'_description_works','field_5d278b7b72f07'),(22711,1365,'_step_1_title','field_5d278bd472f0a'),(22713,1365,'_step_1','field_5d278bd472f09'),(22715,1365,'_step_2_title','field_5d278d93b6d10'),(22717,1365,'_step_2','field_5d278d93b6d0f'),(22719,1365,'_step_3_title','field_5d278d94b6d12'),(22721,1365,'_step_3','field_5d278d94b6d11'),(22723,1365,'_step_4_title','field_5d278d97b6d14'),(22725,1365,'_step_4','field_5d278d97b6d13'),(22727,1365,'_title_press','field_5d2790f12668e'),(22729,1365,'_logos','field_5d2790f52668f'),(22731,1365,'_logos_0_logo','field_5d27914c26690'),(22733,1365,'_logos_1_logo','field_5d27914c26690'),(22735,1365,'_logos_2_logo','field_5d27914c26690'),(22737,1365,'_logos_3_logo','field_5d27914c26690'),(22739,1365,'_logos_4_logo','field_5d27914c26690'),(22741,1365,'_logos_5_logo','field_5d27914c26690'),(22743,1365,'_logos_0_logo_hover','field_5e2613ac34855'),(22745,1365,'_logos_1_logo_hover','field_5e2613ac34855'),(22747,1365,'_logos_2_logo_hover','field_5e2613ac34855'),(22749,1365,'_logos_3_logo_hover','field_5e2613ac34855'),(22751,1365,'_logos_4_logo_hover','field_5e2613ac34855'),(22753,1365,'_logos_5_logo_hover','field_5e2613ac34855'),(22757,442,'show_crypto_funds','0'),(22758,442,'_wpml_media_duplicate','1'),(22759,442,'_wpml_media_featured','1'),(22760,442,'title','Crypto Is Money - Let\'s Use It.'),(22761,442,'description','This is the future of crypto banking. CryptoWallet is your gateway to digital currency and beyond. With dedicated IBANs for supported fiat currencies, you can use CryptoWallet to make bank transfers, pay bills, and spend crypto in stores, all within a single platform.'),(22762,442,'_description','field_5d26402d842b3'),(22763,442,'description_cryptowallet','CryptoWallet is an end-to-end crypto banking and commercial solution.'),(22764,442,'benefits_0_title','Wallet'),(22765,442,'benefits_0_description','It’s a wallet where you can securely store your crypto funds.'),(22766,442,'benefits_1_title','Card'),(22767,442,'benefits_1_description','It’s a prepaid card that lets you spend crypto in any store.'),(22768,442,'benefits_2_title','Exchange'),(22769,442,'benefits_2_description','It’s an exchange that allows you to quickly and easily exchange crypto on your phone.'),(22770,442,'benefits','3'),(22771,442,'benefits_0_animation_card','Wallet'),(22772,442,'benefits_1_animation_card','Debit Card'),(22773,442,'benefits_2_animation_card','Exchange App'),(22774,442,'title_welcome','Welcome to your gateway \r\nfor digital currency.'),(22775,442,'title_contactless','A Contactless Crypto Wallet \r\nDebit Card With Cashback'),(22776,442,'description_contactless','Cryptocurrency adoption is here with our innovative new contactless debit card.'),(22777,442,'benefits_contactless_0_icone','note'),(22778,442,'benefits_contactless_0_title','Shop Anywhere'),(22779,442,'benefits_contactless_0_description','You can finally spend your cryptocurrency on real goods and services anywhere that accepts VISA.'),(22780,442,'benefits_contactless_1_icone','coin'),(22781,442,'benefits_contactless_1_title','Convert'),(22782,442,'benefits_contactless_1_description','Converting your crypto to fiat for purchases is simple using the instant in-appexchange feature. Stop the crypto shuffle and let CryptoWallet do the work.'),(22783,442,'benefits_contactless_2_icone','bitcoin'),(22784,442,'benefits_contactless_2_title','Unique Crypto Cashback'),(22785,442,'benefits_contactless_2_description','Take advantage of our unique crypto cashback feature, it puts money in your wallet - literally. Get cashback in crypto on purchases made in store with your CryptoWallet Visa debit card.'),(22786,442,'benefits_contactless_3_icone','credit'),(22787,442,'benefits_contactless_3_title','Contactless'),(22788,442,'benefits_contactless_3_description','Make crypto purchases in seconds by simply tapping your card.'),(22789,442,'benefits_contactless','4'),(22790,442,'title_coins','A Universal CryptoWallet'),(22791,442,'description_coins','Check out our full list of our supported currencies. '),(22792,442,'video_link','https://vimeo.com/407652861'),(22793,442,'button_link',''),(22794,442,'title_wallet_app','Get the Crypto \r\nWallet App and join our community'),(22795,442,'qr_code','531'),(22796,442,'title_quick_crypto','A Quick Crypto Exchange'),(22797,442,'description_quick_crypto','Skip the time-consuming hassle of using exchanges! A swift, secure <br> method for buying and trading over 140 cryptocurrencies.'),(22798,442,'exchange_effortlessly_subtitle','Exchange Effortlessly'),(22799,442,'exchange_effortlessly_text','The app lets you exchange supported cryptocurrencies effortlessly , allowing you to spend your crypto funds your way.'),(22800,442,'exchange_effortlessly',''),(22801,442,'top_up_with_speed_subtitle','Top Up with Speed'),(22802,442,'top_up_with_speed_text','You can top up your wallet through SEPA bank transfers or credit card. Lightning speed and hassle - free - that\'s a win.'),(22803,442,'top_up_with_speed',''),(22804,442,'title_payment','A Payment Gateway'),(22805,442,'description_payment','Accept top cryptocurrencies on your business website with the lowest fees in the industry. Our payment widget is supported by the market-leadinge-commerce plugins like:'),(22806,442,'title_client_support','World Class \r\nClient Support'),(22807,442,'description_client_support','Never be left without answers - CryptoWallet’s international support team is here to help.'),(22808,442,'block_1_subtitle','Strong Customer Focus'),(22809,442,'block_1_text','We have a strong customer focus with short waiting times and support in multiple languages.'),(22810,442,'_block_1_text','field_5d2783f451ab2'),(22811,442,'block_1',''),(22812,442,'block_2_subtitle','High Quality Support'),(22813,442,'block_2_text','CryptoWallet offers high-quality support through telephone, LiveChat, ticket submissions, and VIP treatment options.'),(22814,442,'block_2',''),(22815,442,'title_licensed_and_secure','Licensed and Secure'),(22816,442,'description_licensed_and_secure','CryptoWallet is secured by BitGo, the world’s leading Bitcoin payment processor. Digital assets and user privacy are protected by cutting-edge security measures like two-factor authentication, end-to-end encryption, and multi-signature cold storage wallets. CryptoWallet has obtained licenses from the state of Estonia ensuring full legal compliance in handling and facilitating the trade of cryptocurrencies.'),(22817,442,'link_licensed_and_secure','http://localhost/cappen/griflan-crypto-wallet/web/'),(22818,442,'block_1_licensed_and_secure_subtitle','Licensed to Provide Virtual Currency Wallet Services'),(22819,442,'block_1_licensed_and_secure_text','Estonia FIU License Number <strong>FRK000131</strong> enables CryptoWallet to provide cryptocurrency storage services to our customers.'),(22820,442,'block_1_licensed_and_secure_text_link','Verify License Online'),(22821,442,'block_1_licensed_and_secure_link','http://localhost/cappen/griflan-crypto-wallet/web/'),(22822,442,'block_1_licensed_and_secure',''),(22823,442,'block_2_licensed_and_secure_subtitle','Licensed to Provide Fiat to Virtual Currency Exchange Services'),(22824,442,'block_2_licensed_and_secure_text','Estonia FIU License Number <strong>FRV000143</strong> allows us to offer direct crypto to fiat trading as well as inter-cryptocurrency exchange services.'),(22825,442,'block_2_licensed_and_secure_text_link','Verify License Online'),(22826,442,'block_2_licensed_and_secure_link','http://localhost/cappen/griflan-crypto-wallet/web/'),(22827,442,'block_2_licensed_and_secure',''),(22828,442,'title_works','CryptoWallet Is Fast and Easy'),(22829,442,'description_works','Here’s how it works.'),(22830,442,'step_1_title','Download \r\nthe app'),(22831,442,'step_1',''),(22832,442,'step_2_title','Order The \r\nCard'),(22833,442,'step_2',''),(22834,442,'step_3_title','Load The Card \r\nWith Funds'),(22835,442,'step_3',''),(22836,442,'step_4_title','Start \r\nspending!'),(22837,442,'step_4',''),(22838,442,'title_press','CryptoWallet in the Press'),(22839,442,'logos','6'),(22840,442,'logos_0_logo','626'),(22841,442,'logos_1_logo','631'),(22842,442,'logos_2_logo','651'),(22843,442,'logos_3_logo','656'),(22844,442,'logos_4_logo','636'),(22845,442,'logos_5_logo','646'),(22846,442,'logos_0_logo_hover','1146'),(22847,442,'logos_1_logo_hover','1151'),(22848,442,'logos_2_logo_hover','1156'),(22849,442,'logos_3_logo_hover','1161'),(22850,442,'logos_4_logo_hover','1166'),(22851,442,'logos_5_logo_hover','1171'),(22852,442,'inline_featured_image','0'),(22853,443,'show_crypto_funds','0'),(22854,443,'_wpml_media_duplicate','1'),(22855,443,'_wpml_media_featured','1'),(22856,443,'title','Crypto Is Money - Let\'s Use It.'),(22857,443,'description','This is the future of crypto banking. CryptoWallet is your gateway to digital currency and beyond. With dedicated IBANs for supported fiat currencies, you can use CryptoWallet to make bank transfers, pay bills, and spend crypto in stores, all within a single platform.'),(22858,443,'_description','field_5d26402d842b3'),(22859,443,'description_cryptowallet','CryptoWallet is an end-to-end crypto banking and commercial solution.'),(22860,443,'benefits_0_title','Wallet'),(22861,443,'benefits_0_description','It’s a wallet where you can securely store your crypto funds.'),(22862,443,'benefits_1_title','Card'),(22863,443,'benefits_1_description','It’s a prepaid card that lets you spend crypto in any store.'),(22864,443,'benefits_2_title','Exchange'),(22865,443,'benefits_2_description','It’s an exchange that allows you to quickly and easily exchange crypto on your phone.'),(22866,443,'benefits','3'),(22867,443,'benefits_0_animation_card','Wallet'),(22868,443,'benefits_1_animation_card','Debit Card'),(22869,443,'benefits_2_animation_card','Exchange App'),(22870,443,'title_welcome','Welcome to your gateway \r\nfor digital currency.'),(22871,443,'title_contactless','A Contactless Crypto Wallet \r\nDebit Card With Cashback'),(22872,443,'description_contactless','Cryptocurrency adoption is here with our innovative new contactless debit card.'),(22873,443,'benefits_contactless_0_icone','note'),(22874,443,'benefits_contactless_0_title','Shop Anywhere'),(22875,443,'benefits_contactless_0_description','You can finally spend your cryptocurrency on real goods and services anywhere that accepts VISA.'),(22876,443,'benefits_contactless_1_icone','coin'),(22877,443,'benefits_contactless_1_title','Convert'),(22878,443,'benefits_contactless_1_description','Converting your crypto to fiat for purchases is simple using the instant in-appexchange feature. Stop the crypto shuffle and let CryptoWallet do the work.'),(22879,443,'benefits_contactless_2_icone','bitcoin'),(22880,443,'benefits_contactless_2_title','Unique Crypto Cashback'),(22881,443,'benefits_contactless_2_description','Take advantage of our unique crypto cashback feature, it puts money in your wallet - literally. Get cashback in crypto on purchases made in store with your CryptoWallet Visa debit card.'),(22882,443,'benefits_contactless_3_icone','credit'),(22883,443,'benefits_contactless_3_title','Contactless'),(22884,443,'benefits_contactless_3_description','Make crypto purchases in seconds by simply tapping your card.'),(22885,443,'benefits_contactless','4'),(22886,443,'title_coins','A Universal CryptoWallet'),(22887,443,'description_coins','Check out our full list of our supported currencies. '),(22888,443,'video_link','https://vimeo.com/407652861'),(22889,443,'button_link',''),(22890,443,'title_wallet_app','Get the Crypto \r\nWallet App and join our community'),(22891,443,'qr_code','531'),(22892,443,'title_quick_crypto','A Quick Crypto Exchange'),(22893,443,'description_quick_crypto','Skip the time-consuming hassle of using exchanges! A swift, secure <br> method for buying and trading over 140 cryptocurrencies.'),(22894,443,'exchange_effortlessly_subtitle','Exchange Effortlessly'),(22895,443,'exchange_effortlessly_text','The app lets you exchange supported cryptocurrencies effortlessly , allowing you to spend your crypto funds your way.'),(22896,443,'exchange_effortlessly',''),(22897,443,'top_up_with_speed_subtitle','Top Up with Speed'),(22898,443,'top_up_with_speed_text','You can top up your wallet through SEPA bank transfers or credit card. Lightning speed and hassle - free - that\'s a win.'),(22899,443,'top_up_with_speed',''),(22900,443,'title_payment','A Payment Gateway'),(22901,443,'description_payment','Accept top cryptocurrencies on your business website with the lowest fees in the industry. Our payment widget is supported by the market-leadinge-commerce plugins like:'),(22902,443,'title_client_support','World Class \r\nClient Support'),(22903,443,'description_client_support','Never be left without answers - CryptoWallet’s international support team is here to help.'),(22904,443,'block_1_subtitle','Strong Customer Focus'),(22905,443,'block_1_text','We have a strong customer focus with short waiting times and support in multiple languages.'),(22906,443,'_block_1_text','field_5d2783f451ab2'),(22907,443,'block_1',''),(22908,443,'block_2_subtitle','High Quality Support'),(22909,443,'block_2_text','CryptoWallet offers high-quality support through telephone, LiveChat, ticket submissions, and VIP treatment options.'),(22910,443,'block_2',''),(22911,443,'title_licensed_and_secure','Licensed and Secure'),(22912,443,'description_licensed_and_secure','CryptoWallet is secured by BitGo, the world’s leading Bitcoin payment processor. Digital assets and user privacy are protected by cutting-edge security measures like two-factor authentication, end-to-end encryption, and multi-signature cold storage wallets. CryptoWallet has obtained licenses from the state of Estonia ensuring full legal compliance in handling and facilitating the trade of cryptocurrencies.'),(22913,443,'link_licensed_and_secure','http://localhost/cappen/griflan-crypto-wallet/web/'),(22914,443,'block_1_licensed_and_secure_subtitle','Licensed to Provide Virtual Currency Wallet Services'),(22915,443,'block_1_licensed_and_secure_text','Estonia FIU License Number <strong>FRK000131</strong> enables CryptoWallet to provide cryptocurrency storage services to our customers.'),(22916,443,'block_1_licensed_and_secure_text_link','Verify License Online'),(22917,443,'block_1_licensed_and_secure_link','http://localhost/cappen/griflan-crypto-wallet/web/'),(22918,443,'block_1_licensed_and_secure',''),(22919,443,'block_2_licensed_and_secure_subtitle','Licensed to Provide Fiat to Virtual Currency Exchange Services'),(22920,443,'block_2_licensed_and_secure_text','Estonia FIU License Number <strong>FRV000143</strong> allows us to offer direct crypto to fiat trading as well as inter-cryptocurrency exchange services.'),(22921,443,'block_2_licensed_and_secure_text_link','Verify License Online'),(22922,443,'block_2_licensed_and_secure_link','http://localhost/cappen/griflan-crypto-wallet/web/'),(22923,443,'block_2_licensed_and_secure',''),(22924,443,'title_works','CryptoWallet Is Fast and Easy'),(22925,443,'description_works','Here’s how it works.'),(22926,443,'step_1_title','Download \r\nthe app'),(22927,443,'step_1',''),(22928,443,'step_2_title','Order The \r\nCard'),(22929,443,'step_2',''),(22930,443,'step_3_title','Load The Card \r\nWith Funds'),(22931,443,'step_3',''),(22932,443,'step_4_title','Start \r\nspending!'),(22933,443,'step_4',''),(22934,443,'title_press','CryptoWallet in the Press'),(22935,443,'logos','6'),(22936,443,'logos_0_logo','626'),(22937,443,'logos_1_logo','631'),(22938,443,'logos_2_logo','651'),(22939,443,'logos_3_logo','656'),(22940,443,'logos_4_logo','636'),(22941,443,'logos_5_logo','646'),(22942,443,'logos_0_logo_hover','1146'),(22943,443,'logos_1_logo_hover','1151'),(22944,443,'logos_2_logo_hover','1156'),(22945,443,'logos_3_logo_hover','1161'),(22946,443,'logos_4_logo_hover','1166'),(22947,443,'logos_5_logo_hover','1171'),(22948,443,'inline_featured_image','0'),(22949,1365,'show_crypto_funds','0'),(22950,1365,'_wpml_media_duplicate','1'),(22951,1365,'_wpml_media_featured','1'),(22952,1365,'title','Crypto es dinero - usémoslo.'),(22953,1365,'description','Este es el futuro de la criptobanca. CryptoWallet es su puerta de entrada a la moneda digital y más allá. Con IBAN dedicados para monedas fiduciarias compatibles, puede usar CryptoWallet para realizar transferencias bancarias, pagar facturas y gastar criptomonedas en tiendas, todo dentro de una sola plataforma.'),(22954,1365,'_description','field_5d26402d842b3'),(22955,1365,'description_cryptowallet','CryptoWallet is an end-to-end crypto banking and commercial solution.'),(22956,1365,'benefits_0_title','Wallet'),(22957,1365,'benefits_0_description','It’s a wallet where you can securely store your crypto funds.'),(22958,1365,'benefits_1_title','Card'),(22959,1365,'benefits_1_description','It’s a prepaid card that lets you spend crypto in any store.'),(22960,1365,'benefits_2_title','Exchange'),(22961,1365,'benefits_2_description','It’s an exchange that allows you to quickly and easily exchange crypto on your phone.'),(22962,1365,'benefits','3'),(22963,1365,'benefits_0_animation_card','Wallet'),(22964,1365,'benefits_1_animation_card','Debit Card'),(22965,1365,'benefits_2_animation_card','Exchange App'),(22966,1365,'title_welcome','Welcome to your gateway \r\nfor digital currency.'),(22967,1365,'title_contactless','A Contactless Crypto Wallet \r\nDebit Card With Cashback'),(22968,1365,'description_contactless','Cryptocurrency adoption is here with our innovative new contactless debit card.'),(22969,1365,'benefits_contactless_0_icone','note'),(22970,1365,'benefits_contactless_0_title','Shop Anywhere'),(22971,1365,'benefits_contactless_0_description','You can finally spend your cryptocurrency on real goods and services anywhere that accepts VISA.'),(22972,1365,'benefits_contactless_1_icone','coin'),(22973,1365,'benefits_contactless_1_title','Convert'),(22974,1365,'benefits_contactless_1_description','Converting your crypto to fiat for purchases is simple using the instant in-appexchange feature. Stop the crypto shuffle and let CryptoWallet do the work.'),(22975,1365,'benefits_contactless_2_icone','bitcoin'),(22976,1365,'benefits_contactless_2_title','Unique Crypto Cashback'),(22977,1365,'benefits_contactless_2_description','Take advantage of our unique crypto cashback feature, it puts money in your wallet - literally. Get cashback in crypto on purchases made in store with your CryptoWallet Visa debit card.'),(22978,1365,'benefits_contactless_3_icone','credit'),(22979,1365,'benefits_contactless_3_title','Contactless'),(22980,1365,'benefits_contactless_3_description','Make crypto purchases in seconds by simply tapping your card.'),(22981,1365,'benefits_contactless','4'),(22982,1365,'title_coins','A Universal CryptoWallet'),(22983,1365,'description_coins','Check out our full list of our supported currencies. '),(22984,1365,'video_link','https://vimeo.com/407652861'),(22985,1365,'button_link',''),(22986,1365,'title_wallet_app','Get the Crypto \r\nWallet App and join our community'),(22987,1365,'qr_code','531'),(22988,1365,'title_quick_crypto','A Quick Crypto Exchange'),(22989,1365,'description_quick_crypto','Skip the time-consuming hassle of using exchanges! A swift, secure <br> method for buying and trading over 140 cryptocurrencies.'),(22990,1365,'exchange_effortlessly_subtitle','Exchange Effortlessly'),(22991,1365,'exchange_effortlessly_text','The app lets you exchange supported cryptocurrencies effortlessly , allowing you to spend your crypto funds your way.'),(22992,1365,'exchange_effortlessly',''),(22993,1365,'top_up_with_speed_subtitle','Top Up with Speed'),(22994,1365,'top_up_with_speed_text','You can top up your wallet through SEPA bank transfers or credit card. Lightning speed and hassle - free - that\'s a win.'),(22995,1365,'top_up_with_speed',''),(22996,1365,'title_payment','A Payment Gateway'),(22997,1365,'description_payment','Accept top cryptocurrencies on your business website with the lowest fees in the industry. Our payment widget is supported by the market-leadinge-commerce plugins like:'),(22998,1365,'title_client_support','World Class \r\nClient Support'),(22999,1365,'description_client_support','Never be left without answers - CryptoWallet’s international support team is here to help.'),(23000,1365,'block_1_subtitle','Strong Customer Focus'),(23001,1365,'block_1_text','We have a strong customer focus with short waiting times and support in multiple languages.'),(23002,1365,'_block_1_text','field_5d2783f451ab2'),(23003,1365,'block_1',''),(23004,1365,'block_2_subtitle','High Quality Support'),(23005,1365,'block_2_text','CryptoWallet offers high-quality support through telephone, LiveChat, ticket submissions, and VIP treatment options.'),(23006,1365,'block_2',''),(23007,1365,'title_licensed_and_secure','Licensed and Secure'),(23008,1365,'description_licensed_and_secure','CryptoWallet is secured by BitGo, the world’s leading Bitcoin payment processor. Digital assets and user privacy are protected by cutting-edge security measures like two-factor authentication, end-to-end encryption, and multi-signature cold storage wallets. CryptoWallet has obtained licenses from the state of Estonia ensuring full legal compliance in handling and facilitating the trade of cryptocurrencies.'),(23009,1365,'link_licensed_and_secure','https://cryptowallet.labcp.co/'),(23010,1365,'block_1_licensed_and_secure_subtitle','Licensed to Provide Virtual Currency Wallet Services'),(23011,1365,'block_1_licensed_and_secure_text','Estonia FIU License Number <strong>FRK000131</strong> enables CryptoWallet to provide cryptocurrency storage services to our customers.'),(23012,1365,'block_1_licensed_and_secure_text_link','Verify License Online'),(23013,1365,'block_1_licensed_and_secure_link',''),(23014,1365,'block_1_licensed_and_secure',''),(23015,1365,'block_2_licensed_and_secure_subtitle','Licensed to Provide Fiat to Virtual Currency Exchange Services'),(23016,1365,'block_2_licensed_and_secure_text','Estonia FIU License Number <strong>FRV000143</strong> allows us to offer direct crypto to fiat trading as well as inter-cryptocurrency exchange services.'),(23017,1365,'block_2_licensed_and_secure_text_link','Verify License Online'),(23018,1365,'block_2_licensed_and_secure_link',''),(23019,1365,'block_2_licensed_and_secure',''),(23020,1365,'title_works','CryptoWallet Is Fast and Easy'),(23021,1365,'description_works','Here’s how it works.'),(23022,1365,'step_1_title','Download \r\nthe app'),(23023,1365,'step_1',''),(23024,1365,'step_2_title','Order The \r\nCard'),(23025,1365,'step_2',''),(23026,1365,'step_3_title','Load The Card \r\nWith Funds'),(23027,1365,'step_3',''),(23028,1365,'step_4_title','Start \r\nspending!'),(23029,1365,'step_4',''),(23030,1365,'title_press','CryptoWallet in the Press'),(23031,1365,'logos','6'),(23032,1365,'logos_0_logo','626'),(23033,1365,'logos_1_logo','631'),(23034,1365,'logos_2_logo','651'),(23035,1365,'logos_3_logo','656'),(23036,1365,'logos_4_logo','636'),(23037,1365,'logos_5_logo','646'),(23038,1365,'logos_0_logo_hover','1146'),(23039,1365,'logos_1_logo_hover','1151'),(23040,1365,'logos_2_logo_hover','1156'),(23041,1365,'logos_3_logo_hover','1161'),(23042,1365,'logos_4_logo_hover','1166'),(23043,1365,'logos_5_logo_hover','1171'),(23044,1365,'inline_featured_image','0'),(23045,1365,'_edit_lock','1593107617:1'),(23046,1365,'_edit_last','2'),(23047,1366,'title_cryptowallet','What is CryptoWallet?'),(23048,1366,'_title_cryptowallet','field_5d26470a0c80a'),(23049,1366,'show_crypto_funds','0'),(23050,1366,'_show_crypto_funds','field_5d1cd58ba65cf'),(23051,1366,'title','Crypto Is Money - Let\'s Use It.'),(23052,1366,'_title','field_5d264012842b2'),(23053,1366,'description','This is the future of crypto banking. CryptoWallet is your gateway to digital currency and beyond. With dedicated IBANs for supported fiat currencies, you can use CryptoWallet to make bank transfers, pay bills, and spend crypto in stores, all within a single platform.'),(23054,1366,'_description','field_5d26402d842b3'),(23055,1366,'description_cryptowallet','CryptoWallet is an end-to-end crypto banking and commercial solution.'),(23056,1366,'_description_cryptowallet','field_5d26471d0c80b'),(23057,1366,'benefits_0_title','Wallet'),(23058,1366,'_benefits_0_title','field_5d26480f0c80d'),(23059,1366,'benefits_0_description','It’s a wallet where you can securely store your crypto funds.'),(23060,1366,'_benefits_0_description','field_5d26481d0c80e'),(23061,1366,'benefits_1_title','Card'),(23062,1366,'_benefits_1_title','field_5d26480f0c80d'),(23063,1366,'benefits_1_description','It’s a prepaid card that lets you spend crypto in any store.'),(23064,1366,'_benefits_1_description','field_5d26481d0c80e'),(23065,1366,'benefits_2_title','Exchange'),(23066,1366,'_benefits_2_title','field_5d26480f0c80d'),(23067,1366,'benefits_2_description','It’s an exchange that allows you to quickly and easily exchange crypto on your phone.'),(23068,1366,'_benefits_2_description','field_5d26481d0c80e'),(23069,1366,'benefits','3'),(23070,1366,'_benefits','field_5d2647670c80c'),(23071,1366,'benefits_0_animation_card','Wallet'),(23072,1366,'_benefits_0_animation_card','field_5d2649429a9b9'),(23073,1366,'benefits_1_animation_card','Debit Card'),(23074,1366,'_benefits_1_animation_card','field_5d2649429a9b9'),(23075,1366,'benefits_2_animation_card','Exchange App'),(23076,1366,'_benefits_2_animation_card','field_5d2649429a9b9'),(23077,1366,'title_welcome','Welcome to your gateway \r\nfor digital currency.'),(23078,1366,'_title_welcome','field_5d264f1cfddba'),(23079,1366,'title_contactless','A Contactless Crypto Wallet \r\nDebit Card With Cashback'),(23080,1366,'_title_contactless','field_5d26573a87236'),(23081,1366,'description_contactless','Cryptocurrency adoption is here with our innovative new contactless debit card.'),(23082,1366,'_description_contactless','field_5d26577287237'),(23083,1366,'benefits_contactless_0_icone','note'),(23084,1366,'_benefits_contactless_0_icone','field_5d2658038723f'),(23085,1366,'benefits_contactless_0_title','Shop Anywhere'),(23086,1366,'_benefits_contactless_0_title','field_5d2658038723d'),(23087,1366,'benefits_contactless_0_description','You can finally spend your cryptocurrency on real goods and services anywhere that accepts VISA.'),(23088,1366,'_benefits_contactless_0_description','field_5d2658038723e'),(23089,1366,'benefits_contactless_1_icone','coin'),(23090,1366,'_benefits_contactless_1_icone','field_5d2658038723f'),(23091,1366,'benefits_contactless_1_title','Convert'),(23092,1366,'_benefits_contactless_1_title','field_5d2658038723d'),(23093,1366,'benefits_contactless_1_description','Converting your crypto to fiat for purchases is simple using the instant in-appexchange feature. Stop the crypto shuffle and let CryptoWallet do the work.'),(23094,1366,'_benefits_contactless_1_description','field_5d2658038723e'),(23095,1366,'benefits_contactless_2_icone','bitcoin'),(23096,1366,'_benefits_contactless_2_icone','field_5d2658038723f'),(23097,1366,'benefits_contactless_2_title','Unique Crypto Cashback'),(23098,1366,'_benefits_contactless_2_title','field_5d2658038723d'),(23099,1366,'benefits_contactless_2_description','Take advantage of our unique crypto cashback feature, it puts money in your wallet - literally. Get cashback in crypto on purchases made in store with your CryptoWallet Visa debit card.'),(23100,1366,'_benefits_contactless_2_description','field_5d2658038723e'),(23101,1366,'benefits_contactless_3_icone','credit'),(23102,1366,'_benefits_contactless_3_icone','field_5d2658038723f'),(23103,1366,'benefits_contactless_3_title','Contactless'),(23104,1366,'_benefits_contactless_3_title','field_5d2658038723d'),(23105,1366,'benefits_contactless_3_description','Make crypto purchases in seconds by simply tapping your card.'),(23106,1366,'_benefits_contactless_3_description','field_5d2658038723e'),(23107,1366,'benefits_contactless','4'),(23108,1366,'_benefits_contactless','field_5d2658038723c'),(23109,1366,'title_coins','A Universal CryptoWallet'),(23110,1366,'_title_coins','field_5d2659ba646f0'),(23111,1366,'description_coins','Check out our full list of our supported currencies. '),(23112,1366,'_description_coins','field_5d2659d4646f1'),(23113,1366,'video_link','https://vimeo.com/407652861'),(23114,1366,'_video_link','field_5d2760a56946f'),(23115,1366,'button_link',''),(23116,1366,'_button_link','field_5d2760f269470'),(23117,1366,'title_wallet_app','Get the Crypto \r\nWallet App and join our community'),(23118,1366,'_title_wallet_app','field_5d2774dba7b2f'),(23119,1366,'qr_code','531'),(23120,1366,'_qr_code','field_5d277610a7b30'),(23121,1366,'title_quick_crypto','A Quick Crypto Exchange'),(23122,1366,'_title_quick_crypto','field_5d2777a8ad898'),(23123,1366,'description_quick_crypto','Skip the time-consuming hassle of using exchanges! A swift, secure <br> method for buying and trading over 140 cryptocurrencies.'),(23124,1366,'_description_quick_crypto','field_5d2777bfad899'),(23125,1366,'exchange_effortlessly_subtitle','Exchange Effortlessly'),(23126,1366,'_exchange_effortlessly_subtitle','field_5d277828ad89b'),(23127,1366,'exchange_effortlessly_text','The app lets you exchange supported cryptocurrencies effortlessly , allowing you to spend your crypto funds your way.'),(23128,1366,'_exchange_effortlessly_text','field_5d27784bad89c'),(23129,1366,'exchange_effortlessly',''),(23130,1366,'_exchange_effortlessly','field_5d27781aad89a'),(23131,1366,'top_up_with_speed_subtitle','Top Up with Speed'),(23132,1366,'_top_up_with_speed_subtitle','field_5d27786bad89e'),(23133,1366,'top_up_with_speed_text','You can top up your wallet through SEPA bank transfers or credit card. Lightning speed and hassle - free - that\'s a win.'),(23134,1366,'_top_up_with_speed_text','field_5d27786bad89f'),(23135,1366,'top_up_with_speed',''),(23136,1366,'_top_up_with_speed','field_5d27786aad89d'),(23137,1366,'title_payment','A Payment Gateway'),(23138,1366,'_title_payment','field_5d2782c891991'),(23139,1366,'description_payment','Accept top cryptocurrencies on your business website with the lowest fees in the industry. Our payment widget is supported by the market-leadinge-commerce plugins like:'),(23140,1366,'_description_payment','field_5d2782cd91992'),(23141,1366,'title_client_support','World Class \r\nClient Support'),(23142,1366,'_title_client_support','field_5d2783a351aae'),(23143,1366,'description_client_support','Never be left without answers - CryptoWallet’s international support team is here to help.'),(23144,1366,'_description_client_support','field_5d2783a851aaf'),(23145,1366,'block_1_subtitle','Strong Customer Focus'),(23146,1366,'_block_1_subtitle','field_5d2783f451ab1'),(23147,1366,'block_1_text','We have a strong customer focus with short waiting times and support in multiple languages.'),(23148,1366,'_block_1_text','field_5d2783f451ab2'),(23149,1366,'block_1',''),(23150,1366,'_block_1','field_5d2783f451ab0'),(23151,1366,'block_2_subtitle','High Quality Support'),(23152,1366,'_block_2_subtitle','field_5d27840951ab4'),(23153,1366,'block_2_text','CryptoWallet offers high-quality support through telephone, LiveChat, ticket submissions, and VIP treatment options.'),(23154,1366,'_block_2_text','field_5d27840951ab5'),(23155,1366,'block_2',''),(23156,1366,'_block_2','field_5d27840951ab3'),(23157,1366,'title_licensed_and_secure','Licensed and Secure'),(23158,1366,'_title_licensed_and_secure','field_5d2785d9e845e'),(23159,1366,'description_licensed_and_secure','CryptoWallet is secured by BitGo, the world’s leading Bitcoin payment processor. Digital assets and user privacy are protected by cutting-edge security measures like two-factor authentication, end-to-end encryption, and multi-signature cold storage wallets. CryptoWallet has obtained licenses from the state of Estonia ensuring full legal compliance in handling and facilitating the trade of cryptocurrencies.'),(23160,1366,'_description_licensed_and_secure','field_5d2785f4e845f'),(23161,1366,'link_licensed_and_secure','http://localhost/cappen/griflan-crypto-wallet/web/'),(23162,1366,'_link_licensed_and_secure','field_5d2786c1e8466'),(23163,1366,'block_1_licensed_and_secure_subtitle','Licensed to Provide Virtual Currency Wallet Services'),(23164,1366,'_block_1_licensed_and_secure_subtitle','field_5d278665e8461'),(23165,1366,'block_1_licensed_and_secure_text','Estonia FIU License Number <strong>FRK000131</strong> enables CryptoWallet to provide cryptocurrency storage services to our customers.'),(23166,1366,'_block_1_licensed_and_secure_text','field_5d278665e8462'),(23167,1366,'block_1_licensed_and_secure_text_link','Verify License Online'),(23168,1366,'_block_1_licensed_and_secure_text_link','field_5d2786f6e8468'),(23169,1366,'block_1_licensed_and_secure_link','http://localhost/cappen/griflan-crypto-wallet/web/'),(23170,1366,'_block_1_licensed_and_secure_link','field_5d2786d4e8467'),(23171,1366,'block_1_licensed_and_secure',''),(23172,1366,'_block_1_licensed_and_secure','field_5d278665e8460'),(23173,1366,'block_2_licensed_and_secure_subtitle','Licensed to Provide Fiat to Virtual Currency Exchange Services'),(23174,1366,'_block_2_licensed_and_secure_subtitle','field_5d27867ee8464'),(23175,1366,'block_2_licensed_and_secure_text','Estonia FIU License Number <strong>FRV000143</strong> allows us to offer direct crypto to fiat trading as well as inter-cryptocurrency exchange services.'),(23176,1366,'_block_2_licensed_and_secure_text','field_5d27867ee8465'),(23177,1366,'block_2_licensed_and_secure_text_link','Verify License Online'),(23178,1366,'_block_2_licensed_and_secure_text_link','field_5d278711e8469'),(23179,1366,'block_2_licensed_and_secure_link','http://localhost/cappen/griflan-crypto-wallet/web/'),(23180,1366,'_block_2_licensed_and_secure_link','field_5d278713e846a'),(23181,1366,'block_2_licensed_and_secure',''),(23182,1366,'_block_2_licensed_and_secure','field_5d27867ee8463'),(23183,1366,'title_works','CryptoWallet Is Fast and Easy'),(23184,1366,'_title_works','field_5d278b7272f06'),(23185,1366,'description_works','Here’s how it works.'),(23186,1366,'_description_works','field_5d278b7b72f07'),(23187,1366,'step_1_title','Download \r\nthe app'),(23188,1366,'_step_1_title','field_5d278bd472f0a'),(23189,1366,'step_1',''),(23190,1366,'_step_1','field_5d278bd472f09'),(23191,1366,'step_2_title','Order The \r\nCard'),(23192,1366,'_step_2_title','field_5d278d93b6d10'),(23193,1366,'step_2',''),(23194,1366,'_step_2','field_5d278d93b6d0f'),(23195,1366,'step_3_title','Load The Card \r\nWith Funds'),(23196,1366,'_step_3_title','field_5d278d94b6d12'),(23197,1366,'step_3',''),(23198,1366,'_step_3','field_5d278d94b6d11'),(23199,1366,'step_4_title','Start \r\nspending!'),(23200,1366,'_step_4_title','field_5d278d97b6d14'),(23201,1366,'step_4',''),(23202,1366,'_step_4','field_5d278d97b6d13'),(23203,1366,'title_press','CryptoWallet in the Press'),(23204,1366,'_title_press','field_5d2790f12668e'),(23205,1366,'logos','6'),(23206,1366,'_logos','field_5d2790f52668f'),(23207,1366,'logos_0_logo','626'),(23208,1366,'_logos_0_logo','field_5d27914c26690'),(23209,1366,'logos_1_logo','631'),(23210,1366,'_logos_1_logo','field_5d27914c26690'),(23211,1366,'logos_2_logo','651'),(23212,1366,'_logos_2_logo','field_5d27914c26690'),(23213,1366,'logos_3_logo','656'),(23214,1366,'_logos_3_logo','field_5d27914c26690'),(23215,1366,'logos_4_logo','636'),(23216,1366,'_logos_4_logo','field_5d27914c26690'),(23217,1366,'logos_5_logo','646'),(23218,1366,'_logos_5_logo','field_5d27914c26690'),(23219,1366,'logos_0_logo_hover','1146'),(23220,1366,'_logos_0_logo_hover','field_5e2613ac34855'),(23221,1366,'logos_1_logo_hover','1151'),(23222,1366,'_logos_1_logo_hover','field_5e2613ac34855'),(23223,1366,'logos_2_logo_hover','1156'),(23224,1366,'_logos_2_logo_hover','field_5e2613ac34855'),(23225,1366,'logos_3_logo_hover','1161'),(23226,1366,'_logos_3_logo_hover','field_5e2613ac34855'),(23227,1366,'logos_4_logo_hover','1166'),(23228,1366,'_logos_4_logo_hover','field_5e2613ac34855'),(23229,1366,'logos_5_logo_hover','1171'),(23230,1366,'_logos_5_logo_hover','field_5e2613ac34855'),(23232,1367,'title_cryptowallet','What is CryptoWallet?'),(23233,1367,'_title_cryptowallet','field_5d26470a0c80a'),(23234,1367,'show_crypto_funds','0'),(23235,1367,'_show_crypto_funds','field_5d1cd58ba65cf'),(23236,1367,'title','Crypto es dinero - usémoslo.'),(23237,1367,'_title','field_5d264012842b2'),(23238,1367,'description','Este es el futuro de la criptobanca. CryptoWallet es su puerta de entrada a la moneda digital y más allá. Con IBAN dedicados para monedas fiduciarias compatibles, puede usar CryptoWallet para realizar transferencias bancarias, pagar facturas y gastar criptomonedas en tiendas, todo dentro de una sola plataforma.'),(23239,1367,'_description','field_5d26402d842b3'),(23240,1367,'description_cryptowallet','CryptoWallet is an end-to-end crypto banking and commercial solution.'),(23241,1367,'_description_cryptowallet','field_5d26471d0c80b'),(23242,1367,'benefits_0_title','Wallet'),(23243,1367,'_benefits_0_title','field_5d26480f0c80d'),(23244,1367,'benefits_0_description','It’s a wallet where you can securely store your crypto funds.'),(23245,1367,'_benefits_0_description','field_5d26481d0c80e'),(23246,1367,'benefits_1_title','Card'),(23247,1367,'_benefits_1_title','field_5d26480f0c80d'),(23248,1367,'benefits_1_description','It’s a prepaid card that lets you spend crypto in any store.'),(23249,1367,'_benefits_1_description','field_5d26481d0c80e'),(23250,1367,'benefits_2_title','Exchange'),(23251,1367,'_benefits_2_title','field_5d26480f0c80d'),(23252,1367,'benefits_2_description','It’s an exchange that allows you to quickly and easily exchange crypto on your phone.'),(23253,1367,'_benefits_2_description','field_5d26481d0c80e'),(23254,1367,'benefits','3'),(23255,1367,'_benefits','field_5d2647670c80c'),(23256,1367,'benefits_0_animation_card','Wallet'),(23257,1367,'_benefits_0_animation_card','field_5d2649429a9b9'),(23258,1367,'benefits_1_animation_card','Debit Card'),(23259,1367,'_benefits_1_animation_card','field_5d2649429a9b9'),(23260,1367,'benefits_2_animation_card','Exchange App'),(23261,1367,'_benefits_2_animation_card','field_5d2649429a9b9'),(23262,1367,'title_welcome','Welcome to your gateway \r\nfor digital currency.'),(23263,1367,'_title_welcome','field_5d264f1cfddba'),(23264,1367,'title_contactless','A Contactless Crypto Wallet \r\nDebit Card With Cashback'),(23265,1367,'_title_contactless','field_5d26573a87236'),(23266,1367,'description_contactless','Cryptocurrency adoption is here with our innovative new contactless debit card.'),(23267,1367,'_description_contactless','field_5d26577287237'),(23268,1367,'benefits_contactless_0_icone','note'),(23269,1367,'_benefits_contactless_0_icone','field_5d2658038723f'),(23270,1367,'benefits_contactless_0_title','Shop Anywhere'),(23271,1367,'_benefits_contactless_0_title','field_5d2658038723d'),(23272,1367,'benefits_contactless_0_description','You can finally spend your cryptocurrency on real goods and services anywhere that accepts VISA.'),(23273,1367,'_benefits_contactless_0_description','field_5d2658038723e'),(23274,1367,'benefits_contactless_1_icone','coin'),(23275,1367,'_benefits_contactless_1_icone','field_5d2658038723f'),(23276,1367,'benefits_contactless_1_title','Convert'),(23277,1367,'_benefits_contactless_1_title','field_5d2658038723d'),(23278,1367,'benefits_contactless_1_description','Converting your crypto to fiat for purchases is simple using the instant in-appexchange feature. Stop the crypto shuffle and let CryptoWallet do the work.'),(23279,1367,'_benefits_contactless_1_description','field_5d2658038723e'),(23280,1367,'benefits_contactless_2_icone','bitcoin'),(23281,1367,'_benefits_contactless_2_icone','field_5d2658038723f'),(23282,1367,'benefits_contactless_2_title','Unique Crypto Cashback'),(23283,1367,'_benefits_contactless_2_title','field_5d2658038723d'),(23284,1367,'benefits_contactless_2_description','Take advantage of our unique crypto cashback feature, it puts money in your wallet - literally. Get cashback in crypto on purchases made in store with your CryptoWallet Visa debit card.'),(23285,1367,'_benefits_contactless_2_description','field_5d2658038723e'),(23286,1367,'benefits_contactless_3_icone','credit'),(23287,1367,'_benefits_contactless_3_icone','field_5d2658038723f'),(23288,1367,'benefits_contactless_3_title','Contactless'),(23289,1367,'_benefits_contactless_3_title','field_5d2658038723d'),(23290,1367,'benefits_contactless_3_description','Make crypto purchases in seconds by simply tapping your card.'),(23291,1367,'_benefits_contactless_3_description','field_5d2658038723e'),(23292,1367,'benefits_contactless','4'),(23293,1367,'_benefits_contactless','field_5d2658038723c'),(23294,1367,'title_coins','A Universal CryptoWallet'),(23295,1367,'_title_coins','field_5d2659ba646f0'),(23296,1367,'description_coins','Check out our full list of our supported currencies. '),(23297,1367,'_description_coins','field_5d2659d4646f1'),(23298,1367,'video_link','https://vimeo.com/407652861'),(23299,1367,'_video_link','field_5d2760a56946f'),(23300,1367,'button_link',''),(23301,1367,'_button_link','field_5d2760f269470'),(23302,1367,'title_wallet_app','Get the Crypto \r\nWallet App and join our community'),(23303,1367,'_title_wallet_app','field_5d2774dba7b2f'),(23304,1367,'qr_code','531'),(23305,1367,'_qr_code','field_5d277610a7b30'),(23306,1367,'title_quick_crypto','A Quick Crypto Exchange'),(23307,1367,'_title_quick_crypto','field_5d2777a8ad898'),(23308,1367,'description_quick_crypto','Skip the time-consuming hassle of using exchanges! A swift, secure <br> method for buying and trading over 140 cryptocurrencies.'),(23309,1367,'_description_quick_crypto','field_5d2777bfad899'),(23310,1367,'exchange_effortlessly_subtitle','Exchange Effortlessly'),(23311,1367,'_exchange_effortlessly_subtitle','field_5d277828ad89b'),(23312,1367,'exchange_effortlessly_text','The app lets you exchange supported cryptocurrencies effortlessly , allowing you to spend your crypto funds your way.'),(23313,1367,'_exchange_effortlessly_text','field_5d27784bad89c'),(23314,1367,'exchange_effortlessly',''),(23315,1367,'_exchange_effortlessly','field_5d27781aad89a'),(23316,1367,'top_up_with_speed_subtitle','Top Up with Speed'),(23317,1367,'_top_up_with_speed_subtitle','field_5d27786bad89e'),(23318,1367,'top_up_with_speed_text','You can top up your wallet through SEPA bank transfers or credit card. Lightning speed and hassle - free - that\'s a win.'),(23319,1367,'_top_up_with_speed_text','field_5d27786bad89f'),(23320,1367,'top_up_with_speed',''),(23321,1367,'_top_up_with_speed','field_5d27786aad89d'),(23322,1367,'title_payment','A Payment Gateway'),(23323,1367,'_title_payment','field_5d2782c891991'),(23324,1367,'description_payment','Accept top cryptocurrencies on your business website with the lowest fees in the industry. Our payment widget is supported by the market-leadinge-commerce plugins like:'),(23325,1367,'_description_payment','field_5d2782cd91992'),(23326,1367,'title_client_support','World Class \r\nClient Support'),(23327,1367,'_title_client_support','field_5d2783a351aae'),(23328,1367,'description_client_support','Never be left without answers - CryptoWallet’s international support team is here to help.'),(23329,1367,'_description_client_support','field_5d2783a851aaf'),(23330,1367,'block_1_subtitle','Strong Customer Focus'),(23331,1367,'_block_1_subtitle','field_5d2783f451ab1'),(23332,1367,'block_1_text','We have a strong customer focus with short waiting times and support in multiple languages.'),(23333,1367,'_block_1_text','field_5d2783f451ab2'),(23334,1367,'block_1',''),(23335,1367,'_block_1','field_5d2783f451ab0'),(23336,1367,'block_2_subtitle','High Quality Support'),(23337,1367,'_block_2_subtitle','field_5d27840951ab4'),(23338,1367,'block_2_text','CryptoWallet offers high-quality support through telephone, LiveChat, ticket submissions, and VIP treatment options.'),(23339,1367,'_block_2_text','field_5d27840951ab5'),(23340,1367,'block_2',''),(23341,1367,'_block_2','field_5d27840951ab3'),(23342,1367,'title_licensed_and_secure','Licensed and Secure'),(23343,1367,'_title_licensed_and_secure','field_5d2785d9e845e'),(23344,1367,'description_licensed_and_secure','CryptoWallet is secured by BitGo, the world’s leading Bitcoin payment processor. Digital assets and user privacy are protected by cutting-edge security measures like two-factor authentication, end-to-end encryption, and multi-signature cold storage wallets. CryptoWallet has obtained licenses from the state of Estonia ensuring full legal compliance in handling and facilitating the trade of cryptocurrencies.'),(23345,1367,'_description_licensed_and_secure','field_5d2785f4e845f'),(23346,1367,'link_licensed_and_secure','http://localhost/cappen/griflan-crypto-wallet/web/'),(23347,1367,'_link_licensed_and_secure','field_5d2786c1e8466'),(23348,1367,'block_1_licensed_and_secure_subtitle','Licensed to Provide Virtual Currency Wallet Services'),(23349,1367,'_block_1_licensed_and_secure_subtitle','field_5d278665e8461'),(23350,1367,'block_1_licensed_and_secure_text','Estonia FIU License Number <strong>FRK000131</strong> enables CryptoWallet to provide cryptocurrency storage services to our customers.'),(23351,1367,'_block_1_licensed_and_secure_text','field_5d278665e8462'),(23352,1367,'block_1_licensed_and_secure_text_link','Verify License Online'),(23353,1367,'_block_1_licensed_and_secure_text_link','field_5d2786f6e8468'),(23354,1367,'block_1_licensed_and_secure_link','http://localhost/cappen/griflan-crypto-wallet/web/'),(23355,1367,'_block_1_licensed_and_secure_link','field_5d2786d4e8467'),(23356,1367,'block_1_licensed_and_secure',''),(23357,1367,'_block_1_licensed_and_secure','field_5d278665e8460'),(23358,1367,'block_2_licensed_and_secure_subtitle','Licensed to Provide Fiat to Virtual Currency Exchange Services'),(23359,1367,'_block_2_licensed_and_secure_subtitle','field_5d27867ee8464'),(23360,1367,'block_2_licensed_and_secure_text','Estonia FIU License Number <strong>FRV000143</strong> allows us to offer direct crypto to fiat trading as well as inter-cryptocurrency exchange services.'),(23361,1367,'_block_2_licensed_and_secure_text','field_5d27867ee8465'),(23362,1367,'block_2_licensed_and_secure_text_link','Verify License Online'),(23363,1367,'_block_2_licensed_and_secure_text_link','field_5d278711e8469'),(23364,1367,'block_2_licensed_and_secure_link','http://localhost/cappen/griflan-crypto-wallet/web/'),(23365,1367,'_block_2_licensed_and_secure_link','field_5d278713e846a'),(23366,1367,'block_2_licensed_and_secure',''),(23367,1367,'_block_2_licensed_and_secure','field_5d27867ee8463'),(23368,1367,'title_works','CryptoWallet Is Fast and Easy'),(23369,1367,'_title_works','field_5d278b7272f06'),(23370,1367,'description_works','Here’s how it works.'),(23371,1367,'_description_works','field_5d278b7b72f07'),(23372,1367,'step_1_title','Download \r\nthe app'),(23373,1367,'_step_1_title','field_5d278bd472f0a'),(23374,1367,'step_1',''),(23375,1367,'_step_1','field_5d278bd472f09'),(23376,1367,'step_2_title','Order The \r\nCard'),(23377,1367,'_step_2_title','field_5d278d93b6d10'),(23378,1367,'step_2',''),(23379,1367,'_step_2','field_5d278d93b6d0f'),(23380,1367,'step_3_title','Load The Card \r\nWith Funds'),(23381,1367,'_step_3_title','field_5d278d94b6d12'),(23382,1367,'step_3',''),(23383,1367,'_step_3','field_5d278d94b6d11'),(23384,1367,'step_4_title','Start \r\nspending!'),(23385,1367,'_step_4_title','field_5d278d97b6d14'),(23386,1367,'step_4',''),(23387,1367,'_step_4','field_5d278d97b6d13'),(23388,1367,'title_press','CryptoWallet in the Press'),(23389,1367,'_title_press','field_5d2790f12668e'),(23390,1367,'logos','6'),(23391,1367,'_logos','field_5d2790f52668f'),(23392,1367,'logos_0_logo','626'),(23393,1367,'_logos_0_logo','field_5d27914c26690'),(23394,1367,'logos_1_logo','631'),(23395,1367,'_logos_1_logo','field_5d27914c26690'),(23396,1367,'logos_2_logo','651'),(23397,1367,'_logos_2_logo','field_5d27914c26690'),(23398,1367,'logos_3_logo','656'),(23399,1367,'_logos_3_logo','field_5d27914c26690'),(23400,1367,'logos_4_logo','636'),(23401,1367,'_logos_4_logo','field_5d27914c26690'),(23402,1367,'logos_5_logo','646'),(23403,1367,'_logos_5_logo','field_5d27914c26690'),(23404,1367,'logos_0_logo_hover','1146'),(23405,1367,'_logos_0_logo_hover','field_5e2613ac34855'),(23406,1367,'logos_1_logo_hover','1151'),(23407,1367,'_logos_1_logo_hover','field_5e2613ac34855'),(23408,1367,'logos_2_logo_hover','1156'),(23409,1367,'_logos_2_logo_hover','field_5e2613ac34855'),(23410,1367,'logos_3_logo_hover','1161'),(23411,1367,'_logos_3_logo_hover','field_5e2613ac34855'),(23412,1367,'logos_4_logo_hover','1166'),(23413,1367,'_logos_4_logo_hover','field_5e2613ac34855'),(23414,1367,'logos_5_logo_hover','1171'),(23415,1367,'_logos_5_logo_hover','field_5e2613ac34855'),(23417,1368,'title_cryptowallet','What is CryptoWallet?'),(23418,1368,'_title_cryptowallet','field_5d26470a0c80a'),(23419,1368,'show_crypto_funds','0'),(23420,1368,'_show_crypto_funds','field_5d1cd58ba65cf'),(23421,1368,'title','Crypto es dinero - usémoslo.'),(23422,1368,'_title','field_5d264012842b2'),(23423,1368,'description','Este es el futuro de la criptobanca. CryptoWallet es su puerta de entrada a la moneda digital y más allá. Con IBAN dedicados para monedas fiduciarias compatibles, puede usar CryptoWallet para realizar transferencias bancarias, pagar facturas y gastar criptomonedas en tiendas, todo dentro de una sola plataforma.'),(23424,1368,'_description','field_5d26402d842b3'),(23425,1368,'description_cryptowallet','CryptoWallet is an end-to-end crypto banking and commercial solution.'),(23426,1368,'_description_cryptowallet','field_5d26471d0c80b'),(23427,1368,'benefits_0_title','Wallet'),(23428,1368,'_benefits_0_title','field_5d26480f0c80d'),(23429,1368,'benefits_0_description','It’s a wallet where you can securely store your crypto funds.'),(23430,1368,'_benefits_0_description','field_5d26481d0c80e'),(23431,1368,'benefits_1_title','Card'),(23432,1368,'_benefits_1_title','field_5d26480f0c80d'),(23433,1368,'benefits_1_description','It’s a prepaid card that lets you spend crypto in any store.'),(23434,1368,'_benefits_1_description','field_5d26481d0c80e'),(23435,1368,'benefits_2_title','Exchange'),(23436,1368,'_benefits_2_title','field_5d26480f0c80d'),(23437,1368,'benefits_2_description','It’s an exchange that allows you to quickly and easily exchange crypto on your phone.'),(23438,1368,'_benefits_2_description','field_5d26481d0c80e'),(23439,1368,'benefits','3'),(23440,1368,'_benefits','field_5d2647670c80c'),(23441,1368,'benefits_0_animation_card','Wallet'),(23442,1368,'_benefits_0_animation_card','field_5d2649429a9b9'),(23443,1368,'benefits_1_animation_card','Debit Card'),(23444,1368,'_benefits_1_animation_card','field_5d2649429a9b9'),(23445,1368,'benefits_2_animation_card','Exchange App'),(23446,1368,'_benefits_2_animation_card','field_5d2649429a9b9'),(23447,1368,'title_welcome','Welcome to your gateway \r\nfor digital currency.'),(23448,1368,'_title_welcome','field_5d264f1cfddba'),(23449,1368,'title_contactless','A Contactless Crypto Wallet \r\nDebit Card With Cashback'),(23450,1368,'_title_contactless','field_5d26573a87236'),(23451,1368,'description_contactless','Cryptocurrency adoption is here with our innovative new contactless debit card.'),(23452,1368,'_description_contactless','field_5d26577287237'),(23453,1368,'benefits_contactless_0_icone','note'),(23454,1368,'_benefits_contactless_0_icone','field_5d2658038723f'),(23455,1368,'benefits_contactless_0_title','Shop Anywhere'),(23456,1368,'_benefits_contactless_0_title','field_5d2658038723d'),(23457,1368,'benefits_contactless_0_description','You can finally spend your cryptocurrency on real goods and services anywhere that accepts VISA.'),(23458,1368,'_benefits_contactless_0_description','field_5d2658038723e'),(23459,1368,'benefits_contactless_1_icone','coin'),(23460,1368,'_benefits_contactless_1_icone','field_5d2658038723f'),(23461,1368,'benefits_contactless_1_title','Convert'),(23462,1368,'_benefits_contactless_1_title','field_5d2658038723d'),(23463,1368,'benefits_contactless_1_description','Converting your crypto to fiat for purchases is simple using the instant in-appexchange feature. Stop the crypto shuffle and let CryptoWallet do the work.'),(23464,1368,'_benefits_contactless_1_description','field_5d2658038723e'),(23465,1368,'benefits_contactless_2_icone','bitcoin'),(23466,1368,'_benefits_contactless_2_icone','field_5d2658038723f'),(23467,1368,'benefits_contactless_2_title','Unique Crypto Cashback'),(23468,1368,'_benefits_contactless_2_title','field_5d2658038723d'),(23469,1368,'benefits_contactless_2_description','Take advantage of our unique crypto cashback feature, it puts money in your wallet - literally. Get cashback in crypto on purchases made in store with your CryptoWallet Visa debit card.'),(23470,1368,'_benefits_contactless_2_description','field_5d2658038723e'),(23471,1368,'benefits_contactless_3_icone','credit'),(23472,1368,'_benefits_contactless_3_icone','field_5d2658038723f'),(23473,1368,'benefits_contactless_3_title','Contactless'),(23474,1368,'_benefits_contactless_3_title','field_5d2658038723d'),(23475,1368,'benefits_contactless_3_description','Make crypto purchases in seconds by simply tapping your card.'),(23476,1368,'_benefits_contactless_3_description','field_5d2658038723e'),(23477,1368,'benefits_contactless','4'),(23478,1368,'_benefits_contactless','field_5d2658038723c'),(23479,1368,'title_coins','A Universal CryptoWallet'),(23480,1368,'_title_coins','field_5d2659ba646f0'),(23481,1368,'description_coins','Check out our full list of our supported currencies. '),(23482,1368,'_description_coins','field_5d2659d4646f1'),(23483,1368,'video_link','https://vimeo.com/407652861'),(23484,1368,'_video_link','field_5d2760a56946f'),(23485,1368,'button_link',''),(23486,1368,'_button_link','field_5d2760f269470'),(23487,1368,'title_wallet_app','Get the Crypto \r\nWallet App and join our community'),(23488,1368,'_title_wallet_app','field_5d2774dba7b2f'),(23489,1368,'qr_code','531'),(23490,1368,'_qr_code','field_5d277610a7b30'),(23491,1368,'title_quick_crypto','A Quick Crypto Exchange'),(23492,1368,'_title_quick_crypto','field_5d2777a8ad898'),(23493,1368,'description_quick_crypto','Skip the time-consuming hassle of using exchanges! A swift, secure <br> method for buying and trading over 140 cryptocurrencies.'),(23494,1368,'_description_quick_crypto','field_5d2777bfad899'),(23495,1368,'exchange_effortlessly_subtitle','Exchange Effortlessly'),(23496,1368,'_exchange_effortlessly_subtitle','field_5d277828ad89b'),(23497,1368,'exchange_effortlessly_text','The app lets you exchange supported cryptocurrencies effortlessly , allowing you to spend your crypto funds your way.'),(23498,1368,'_exchange_effortlessly_text','field_5d27784bad89c'),(23499,1368,'exchange_effortlessly',''),(23500,1368,'_exchange_effortlessly','field_5d27781aad89a'),(23501,1368,'top_up_with_speed_subtitle','Top Up with Speed'),(23502,1368,'_top_up_with_speed_subtitle','field_5d27786bad89e'),(23503,1368,'top_up_with_speed_text','You can top up your wallet through SEPA bank transfers or credit card. Lightning speed and hassle - free - that\'s a win.'),(23504,1368,'_top_up_with_speed_text','field_5d27786bad89f'),(23505,1368,'top_up_with_speed',''),(23506,1368,'_top_up_with_speed','field_5d27786aad89d'),(23507,1368,'title_payment','A Payment Gateway'),(23508,1368,'_title_payment','field_5d2782c891991'),(23509,1368,'description_payment','Accept top cryptocurrencies on your business website with the lowest fees in the industry. Our payment widget is supported by the market-leadinge-commerce plugins like:'),(23510,1368,'_description_payment','field_5d2782cd91992'),(23511,1368,'title_client_support','World Class \r\nClient Support'),(23512,1368,'_title_client_support','field_5d2783a351aae'),(23513,1368,'description_client_support','Never be left without answers - CryptoWallet’s international support team is here to help.'),(23514,1368,'_description_client_support','field_5d2783a851aaf'),(23515,1368,'block_1_subtitle','Strong Customer Focus'),(23516,1368,'_block_1_subtitle','field_5d2783f451ab1'),(23517,1368,'block_1_text','We have a strong customer focus with short waiting times and support in multiple languages.'),(23518,1368,'_block_1_text','field_5d2783f451ab2'),(23519,1368,'block_1',''),(23520,1368,'_block_1','field_5d2783f451ab0'),(23521,1368,'block_2_subtitle','High Quality Support'),(23522,1368,'_block_2_subtitle','field_5d27840951ab4'),(23523,1368,'block_2_text','CryptoWallet offers high-quality support through telephone, LiveChat, ticket submissions, and VIP treatment options.'),(23524,1368,'_block_2_text','field_5d27840951ab5'),(23525,1368,'block_2',''),(23526,1368,'_block_2','field_5d27840951ab3'),(23527,1368,'title_licensed_and_secure','Licensed and Secure'),(23528,1368,'_title_licensed_and_secure','field_5d2785d9e845e'),(23529,1368,'description_licensed_and_secure','CryptoWallet is secured by BitGo, the world’s leading Bitcoin payment processor. Digital assets and user privacy are protected by cutting-edge security measures like two-factor authentication, end-to-end encryption, and multi-signature cold storage wallets. CryptoWallet has obtained licenses from the state of Estonia ensuring full legal compliance in handling and facilitating the trade of cryptocurrencies.'),(23530,1368,'_description_licensed_and_secure','field_5d2785f4e845f'),(23531,1368,'link_licensed_and_secure','https://cryptowallet.labcp.co/'),(23532,1368,'_link_licensed_and_secure','field_5d2786c1e8466'),(23533,1368,'block_1_licensed_and_secure_subtitle','Licensed to Provide Virtual Currency Wallet Services'),(23534,1368,'_block_1_licensed_and_secure_subtitle','field_5d278665e8461'),(23535,1368,'block_1_licensed_and_secure_text','Estonia FIU License Number <strong>FRK000131</strong> enables CryptoWallet to provide cryptocurrency storage services to our customers.'),(23536,1368,'_block_1_licensed_and_secure_text','field_5d278665e8462'),(23537,1368,'block_1_licensed_and_secure_text_link','Verify License Online'),(23538,1368,'_block_1_licensed_and_secure_text_link','field_5d2786f6e8468'),(23539,1368,'block_1_licensed_and_secure_link','http://localhost/cappen/griflan-crypto-wallet/web/'),(23540,1368,'_block_1_licensed_and_secure_link','field_5d2786d4e8467'),(23541,1368,'block_1_licensed_and_secure',''),(23542,1368,'_block_1_licensed_and_secure','field_5d278665e8460'),(23543,1368,'block_2_licensed_and_secure_subtitle','Licensed to Provide Fiat to Virtual Currency Exchange Services'),(23544,1368,'_block_2_licensed_and_secure_subtitle','field_5d27867ee8464'),(23545,1368,'block_2_licensed_and_secure_text','Estonia FIU License Number <strong>FRV000143</strong> allows us to offer direct crypto to fiat trading as well as inter-cryptocurrency exchange services.'),(23546,1368,'_block_2_licensed_and_secure_text','field_5d27867ee8465'),(23547,1368,'block_2_licensed_and_secure_text_link','Verify License Online'),(23548,1368,'_block_2_licensed_and_secure_text_link','field_5d278711e8469'),(23549,1368,'block_2_licensed_and_secure_link','http://localhost/cappen/griflan-crypto-wallet/web/'),(23550,1368,'_block_2_licensed_and_secure_link','field_5d278713e846a'),(23551,1368,'block_2_licensed_and_secure',''),(23552,1368,'_block_2_licensed_and_secure','field_5d27867ee8463'),(23553,1368,'title_works','CryptoWallet Is Fast and Easy'),(23554,1368,'_title_works','field_5d278b7272f06'),(23555,1368,'description_works','Here’s how it works.'),(23556,1368,'_description_works','field_5d278b7b72f07'),(23557,1368,'step_1_title','Download \r\nthe app'),(23558,1368,'_step_1_title','field_5d278bd472f0a'),(23559,1368,'step_1',''),(23560,1368,'_step_1','field_5d278bd472f09'),(23561,1368,'step_2_title','Order The \r\nCard'),(23562,1368,'_step_2_title','field_5d278d93b6d10'),(23563,1368,'step_2',''),(23564,1368,'_step_2','field_5d278d93b6d0f'),(23565,1368,'step_3_title','Load The Card \r\nWith Funds'),(23566,1368,'_step_3_title','field_5d278d94b6d12'),(23567,1368,'step_3',''),(23568,1368,'_step_3','field_5d278d94b6d11'),(23569,1368,'step_4_title','Start \r\nspending!'),(23570,1368,'_step_4_title','field_5d278d97b6d14'),(23571,1368,'step_4',''),(23572,1368,'_step_4','field_5d278d97b6d13'),(23573,1368,'title_press','CryptoWallet in the Press'),(23574,1368,'_title_press','field_5d2790f12668e'),(23575,1368,'logos','6'),(23576,1368,'_logos','field_5d2790f52668f'),(23577,1368,'logos_0_logo','626'),(23578,1368,'_logos_0_logo','field_5d27914c26690'),(23579,1368,'logos_1_logo','631'),(23580,1368,'_logos_1_logo','field_5d27914c26690'),(23581,1368,'logos_2_logo','651'),(23582,1368,'_logos_2_logo','field_5d27914c26690'),(23583,1368,'logos_3_logo','656'),(23584,1368,'_logos_3_logo','field_5d27914c26690'),(23585,1368,'logos_4_logo','636'),(23586,1368,'_logos_4_logo','field_5d27914c26690'),(23587,1368,'logos_5_logo','646'),(23588,1368,'_logos_5_logo','field_5d27914c26690'),(23589,1368,'logos_0_logo_hover','1146'),(23590,1368,'_logos_0_logo_hover','field_5e2613ac34855'),(23591,1368,'logos_1_logo_hover','1151'),(23592,1368,'_logos_1_logo_hover','field_5e2613ac34855'),(23593,1368,'logos_2_logo_hover','1156'),(23594,1368,'_logos_2_logo_hover','field_5e2613ac34855'),(23595,1368,'logos_3_logo_hover','1161'),(23596,1368,'_logos_3_logo_hover','field_5e2613ac34855'),(23597,1368,'logos_4_logo_hover','1166'),(23598,1368,'_logos_4_logo_hover','field_5e2613ac34855'),(23599,1368,'logos_5_logo_hover','1171'),(23600,1368,'_logos_5_logo_hover','field_5e2613ac34855'),(23602,1369,'title_cryptowallet','What is CryptoWallet?'),(23603,1369,'_title_cryptowallet','field_5d26470a0c80a'),(23604,1369,'show_crypto_funds','0'),(23605,1369,'_show_crypto_funds','field_5d1cd58ba65cf'),(23606,1369,'title','Crypto es dinero - usémoslo.'),(23607,1369,'_title','field_5d264012842b2'),(23608,1369,'description','Este es el futuro de la criptobanca. CryptoWallet es su puerta de entrada a la moneda digital y más allá. Con IBAN dedicados para monedas fiduciarias compatibles, puede usar CryptoWallet para realizar transferencias bancarias, pagar facturas y gastar criptomonedas en tiendas, todo dentro de una sola plataforma.'),(23609,1369,'_description','field_5d26402d842b3'),(23610,1369,'description_cryptowallet','CryptoWallet is an end-to-end crypto banking and commercial solution.'),(23611,1369,'_description_cryptowallet','field_5d26471d0c80b'),(23612,1369,'benefits_0_title','Wallet'),(23613,1369,'_benefits_0_title','field_5d26480f0c80d'),(23614,1369,'benefits_0_description','It’s a wallet where you can securely store your crypto funds.'),(23615,1369,'_benefits_0_description','field_5d26481d0c80e'),(23616,1369,'benefits_1_title','Card'),(23617,1369,'_benefits_1_title','field_5d26480f0c80d'),(23618,1369,'benefits_1_description','It’s a prepaid card that lets you spend crypto in any store.'),(23619,1369,'_benefits_1_description','field_5d26481d0c80e'),(23620,1369,'benefits_2_title','Exchange'),(23621,1369,'_benefits_2_title','field_5d26480f0c80d'),(23622,1369,'benefits_2_description','It’s an exchange that allows you to quickly and easily exchange crypto on your phone.'),(23623,1369,'_benefits_2_description','field_5d26481d0c80e'),(23624,1369,'benefits','3'),(23625,1369,'_benefits','field_5d2647670c80c'),(23626,1369,'benefits_0_animation_card','Wallet'),(23627,1369,'_benefits_0_animation_card','field_5d2649429a9b9'),(23628,1369,'benefits_1_animation_card','Debit Card'),(23629,1369,'_benefits_1_animation_card','field_5d2649429a9b9'),(23630,1369,'benefits_2_animation_card','Exchange App'),(23631,1369,'_benefits_2_animation_card','field_5d2649429a9b9'),(23632,1369,'title_welcome','Welcome to your gateway \r\nfor digital currency.'),(23633,1369,'_title_welcome','field_5d264f1cfddba'),(23634,1369,'title_contactless','A Contactless Crypto Wallet \r\nDebit Card With Cashback'),(23635,1369,'_title_contactless','field_5d26573a87236'),(23636,1369,'description_contactless','Cryptocurrency adoption is here with our innovative new contactless debit card.'),(23637,1369,'_description_contactless','field_5d26577287237'),(23638,1369,'benefits_contactless_0_icone','note'),(23639,1369,'_benefits_contactless_0_icone','field_5d2658038723f'),(23640,1369,'benefits_contactless_0_title','Shop Anywhere'),(23641,1369,'_benefits_contactless_0_title','field_5d2658038723d'),(23642,1369,'benefits_contactless_0_description','You can finally spend your cryptocurrency on real goods and services anywhere that accepts VISA.'),(23643,1369,'_benefits_contactless_0_description','field_5d2658038723e'),(23644,1369,'benefits_contactless_1_icone','coin'),(23645,1369,'_benefits_contactless_1_icone','field_5d2658038723f'),(23646,1369,'benefits_contactless_1_title','Convert'),(23647,1369,'_benefits_contactless_1_title','field_5d2658038723d'),(23648,1369,'benefits_contactless_1_description','Converting your crypto to fiat for purchases is simple using the instant in-appexchange feature. Stop the crypto shuffle and let CryptoWallet do the work.'),(23649,1369,'_benefits_contactless_1_description','field_5d2658038723e'),(23650,1369,'benefits_contactless_2_icone','bitcoin'),(23651,1369,'_benefits_contactless_2_icone','field_5d2658038723f'),(23652,1369,'benefits_contactless_2_title','Unique Crypto Cashback'),(23653,1369,'_benefits_contactless_2_title','field_5d2658038723d'),(23654,1369,'benefits_contactless_2_description','Take advantage of our unique crypto cashback feature, it puts money in your wallet - literally. Get cashback in crypto on purchases made in store with your CryptoWallet Visa debit card.'),(23655,1369,'_benefits_contactless_2_description','field_5d2658038723e'),(23656,1369,'benefits_contactless_3_icone','credit'),(23657,1369,'_benefits_contactless_3_icone','field_5d2658038723f'),(23658,1369,'benefits_contactless_3_title','Contactless'),(23659,1369,'_benefits_contactless_3_title','field_5d2658038723d'),(23660,1369,'benefits_contactless_3_description','Make crypto purchases in seconds by simply tapping your card.'),(23661,1369,'_benefits_contactless_3_description','field_5d2658038723e'),(23662,1369,'benefits_contactless','4'),(23663,1369,'_benefits_contactless','field_5d2658038723c'),(23664,1369,'title_coins','A Universal CryptoWallet'),(23665,1369,'_title_coins','field_5d2659ba646f0'),(23666,1369,'description_coins','Check out our full list of our supported currencies. '),(23667,1369,'_description_coins','field_5d2659d4646f1'),(23668,1369,'video_link','https://vimeo.com/407652861'),(23669,1369,'_video_link','field_5d2760a56946f'),(23670,1369,'button_link',''),(23671,1369,'_button_link','field_5d2760f269470'),(23672,1369,'title_wallet_app','Get the Crypto \r\nWallet App and join our community'),(23673,1369,'_title_wallet_app','field_5d2774dba7b2f'),(23674,1369,'qr_code','531'),(23675,1369,'_qr_code','field_5d277610a7b30'),(23676,1369,'title_quick_crypto','A Quick Crypto Exchange'),(23677,1369,'_title_quick_crypto','field_5d2777a8ad898'),(23678,1369,'description_quick_crypto','Skip the time-consuming hassle of using exchanges! A swift, secure <br> method for buying and trading over 140 cryptocurrencies.'),(23679,1369,'_description_quick_crypto','field_5d2777bfad899'),(23680,1369,'exchange_effortlessly_subtitle','Exchange Effortlessly'),(23681,1369,'_exchange_effortlessly_subtitle','field_5d277828ad89b'),(23682,1369,'exchange_effortlessly_text','The app lets you exchange supported cryptocurrencies effortlessly , allowing you to spend your crypto funds your way.'),(23683,1369,'_exchange_effortlessly_text','field_5d27784bad89c'),(23684,1369,'exchange_effortlessly',''),(23685,1369,'_exchange_effortlessly','field_5d27781aad89a'),(23686,1369,'top_up_with_speed_subtitle','Top Up with Speed'),(23687,1369,'_top_up_with_speed_subtitle','field_5d27786bad89e'),(23688,1369,'top_up_with_speed_text','You can top up your wallet through SEPA bank transfers or credit card. Lightning speed and hassle - free - that\'s a win.'),(23689,1369,'_top_up_with_speed_text','field_5d27786bad89f'),(23690,1369,'top_up_with_speed',''),(23691,1369,'_top_up_with_speed','field_5d27786aad89d'),(23692,1369,'title_payment','A Payment Gateway'),(23693,1369,'_title_payment','field_5d2782c891991'),(23694,1369,'description_payment','Accept top cryptocurrencies on your business website with the lowest fees in the industry. Our payment widget is supported by the market-leadinge-commerce plugins like:'),(23695,1369,'_description_payment','field_5d2782cd91992'),(23696,1369,'title_client_support','World Class \r\nClient Support'),(23697,1369,'_title_client_support','field_5d2783a351aae'),(23698,1369,'description_client_support','Never be left without answers - CryptoWallet’s international support team is here to help.'),(23699,1369,'_description_client_support','field_5d2783a851aaf'),(23700,1369,'block_1_subtitle','Strong Customer Focus'),(23701,1369,'_block_1_subtitle','field_5d2783f451ab1'),(23702,1369,'block_1_text','We have a strong customer focus with short waiting times and support in multiple languages.'),(23703,1369,'_block_1_text','field_5d2783f451ab2'),(23704,1369,'block_1',''),(23705,1369,'_block_1','field_5d2783f451ab0'),(23706,1369,'block_2_subtitle','High Quality Support'),(23707,1369,'_block_2_subtitle','field_5d27840951ab4'),(23708,1369,'block_2_text','CryptoWallet offers high-quality support through telephone, LiveChat, ticket submissions, and VIP treatment options.'),(23709,1369,'_block_2_text','field_5d27840951ab5'),(23710,1369,'block_2',''),(23711,1369,'_block_2','field_5d27840951ab3'),(23712,1369,'title_licensed_and_secure','Licensed and Secure'),(23713,1369,'_title_licensed_and_secure','field_5d2785d9e845e'),(23714,1369,'description_licensed_and_secure','CryptoWallet is secured by BitGo, the world’s leading Bitcoin payment processor. Digital assets and user privacy are protected by cutting-edge security measures like two-factor authentication, end-to-end encryption, and multi-signature cold storage wallets. CryptoWallet has obtained licenses from the state of Estonia ensuring full legal compliance in handling and facilitating the trade of cryptocurrencies.'),(23715,1369,'_description_licensed_and_secure','field_5d2785f4e845f'),(23716,1369,'link_licensed_and_secure','https://cryptowallet.labcp.co/'),(23717,1369,'_link_licensed_and_secure','field_5d2786c1e8466'),(23718,1369,'block_1_licensed_and_secure_subtitle','Licensed to Provide Virtual Currency Wallet Services'),(23719,1369,'_block_1_licensed_and_secure_subtitle','field_5d278665e8461'),(23720,1369,'block_1_licensed_and_secure_text','Estonia FIU License Number <strong>FRK000131</strong> enables CryptoWallet to provide cryptocurrency storage services to our customers.'),(23721,1369,'_block_1_licensed_and_secure_text','field_5d278665e8462'),(23722,1369,'block_1_licensed_and_secure_text_link','Verify License Online'),(23723,1369,'_block_1_licensed_and_secure_text_link','field_5d2786f6e8468'),(23724,1369,'block_1_licensed_and_secure_link',''),(23725,1369,'_block_1_licensed_and_secure_link','field_5d2786d4e8467'),(23726,1369,'block_1_licensed_and_secure',''),(23727,1369,'_block_1_licensed_and_secure','field_5d278665e8460'),(23728,1369,'block_2_licensed_and_secure_subtitle','Licensed to Provide Fiat to Virtual Currency Exchange Services'),(23729,1369,'_block_2_licensed_and_secure_subtitle','field_5d27867ee8464'),(23730,1369,'block_2_licensed_and_secure_text','Estonia FIU License Number <strong>FRV000143</strong> allows us to offer direct crypto to fiat trading as well as inter-cryptocurrency exchange services.'),(23731,1369,'_block_2_licensed_and_secure_text','field_5d27867ee8465'),(23732,1369,'block_2_licensed_and_secure_text_link','Verify License Online'),(23733,1369,'_block_2_licensed_and_secure_text_link','field_5d278711e8469'),(23734,1369,'block_2_licensed_and_secure_link',''),(23735,1369,'_block_2_licensed_and_secure_link','field_5d278713e846a'),(23736,1369,'block_2_licensed_and_secure',''),(23737,1369,'_block_2_licensed_and_secure','field_5d27867ee8463'),(23738,1369,'title_works','CryptoWallet Is Fast and Easy'),(23739,1369,'_title_works','field_5d278b7272f06'),(23740,1369,'description_works','Here’s how it works.'),(23741,1369,'_description_works','field_5d278b7b72f07'),(23742,1369,'step_1_title','Download \r\nthe app'),(23743,1369,'_step_1_title','field_5d278bd472f0a'),(23744,1369,'step_1',''),(23745,1369,'_step_1','field_5d278bd472f09'),(23746,1369,'step_2_title','Order The \r\nCard'),(23747,1369,'_step_2_title','field_5d278d93b6d10'),(23748,1369,'step_2',''),(23749,1369,'_step_2','field_5d278d93b6d0f'),(23750,1369,'step_3_title','Load The Card \r\nWith Funds'),(23751,1369,'_step_3_title','field_5d278d94b6d12'),(23752,1369,'step_3',''),(23753,1369,'_step_3','field_5d278d94b6d11'),(23754,1369,'step_4_title','Start \r\nspending!'),(23755,1369,'_step_4_title','field_5d278d97b6d14'),(23756,1369,'step_4',''),(23757,1369,'_step_4','field_5d278d97b6d13'),(23758,1369,'title_press','CryptoWallet in the Press'),(23759,1369,'_title_press','field_5d2790f12668e'),(23760,1369,'logos','6'),(23761,1369,'_logos','field_5d2790f52668f'),(23762,1369,'logos_0_logo','626'),(23763,1369,'_logos_0_logo','field_5d27914c26690'),(23764,1369,'logos_1_logo','631'),(23765,1369,'_logos_1_logo','field_5d27914c26690'),(23766,1369,'logos_2_logo','651'),(23767,1369,'_logos_2_logo','field_5d27914c26690'),(23768,1369,'logos_3_logo','656'),(23769,1369,'_logos_3_logo','field_5d27914c26690'),(23770,1369,'logos_4_logo','636'),(23771,1369,'_logos_4_logo','field_5d27914c26690'),(23772,1369,'logos_5_logo','646'),(23773,1369,'_logos_5_logo','field_5d27914c26690'),(23774,1369,'logos_0_logo_hover','1146'),(23775,1369,'_logos_0_logo_hover','field_5e2613ac34855'),(23776,1369,'logos_1_logo_hover','1151'),(23777,1369,'_logos_1_logo_hover','field_5e2613ac34855'),(23778,1369,'logos_2_logo_hover','1156'),(23779,1369,'_logos_2_logo_hover','field_5e2613ac34855'),(23780,1369,'logos_3_logo_hover','1161'),(23781,1369,'_logos_3_logo_hover','field_5e2613ac34855'),(23782,1369,'logos_4_logo_hover','1166'),(23783,1369,'_logos_4_logo_hover','field_5e2613ac34855'),(23784,1369,'logos_5_logo_hover','1171'),(23785,1369,'_logos_5_logo_hover','field_5e2613ac34855'),(23786,1365,'_wpml_media_has_media','1'),(23790,1371,'inline_featured_image','0'),(23791,1371,'_wpml_word_count','{\"total\":0,\"to_translate\":{\"en\":2,\"ja\":2,\"ru\":2,\"sg\":2,\"es\":2}}'),(23792,1371,'_aioseop_opengraph_settings','a:0:{}'),(23793,1371,'_wpml_media_featured','1'),(23794,1371,'_wpml_media_duplicate','1'),(23795,1372,'_aioseop_opengraph_settings','a:0:{}'),(23796,1373,'_aioseop_opengraph_settings','a:0:{}'),(23797,1374,'_aioseop_opengraph_settings','a:0:{}'),(23798,1375,'_aioseop_opengraph_settings','a:0:{}'),(23799,1376,'_aioseop_opengraph_settings','a:0:{}'),(23800,221,'add_faq','1'),(23801,221,'_add_faq','field_5f2b0cecbf046'),(23802,221,'title_faq','FAQ\'S'),(23803,221,'_title_faq','field_5f2b0c7bbf042'),(23804,221,'faq_0_title','What is a crypto card?'),(23805,221,'_faq_0_title','field_5f2b0cb2bf044'),(23806,221,'faq_0_text','A cryptocurrency debit card is a card that allows you to spend cryptocurrencies on real goods and services in stores and online.'),(23807,221,'_faq_0_text','field_5f2b0cc4bf045'),(23808,221,'faq_1_title','How does a crypto card work?'),(23809,221,'_faq_1_title','field_5f2b0cb2bf044'),(23810,221,'faq_1_text','Our cryptocurrency debit card connects with the funds in your wallet. The card works just like any other debit card, but gives you the option to spend cryptocurrencies as well as fiat currencies. The CryptoWallet cryptocurrency debit card is a prepaid card, meaning you’ll need to top it up with funds to use it.'),(23811,221,'_faq_1_text','field_5f2b0cc4bf045'),(23812,221,'faq_2_title','How can I get a CW Debit Card?'),(23813,221,'_faq_2_title','field_5f2b0cb2bf044'),(23814,221,'faq_2_text','To get a CryptoWallet debit card, simply download the app and order your card directly in the app. You can have a cryptocurrency debit card delivered directly to your home for free.'),(23815,221,'_faq_2_text','field_5f2b0cc4bf045'),(23816,221,'faq_3_title','How can I activate and top up my card?'),(23817,221,'_faq_3_title','field_5f2b0cb2bf044'),(23818,221,'faq_3_text','You can activate your cryptocurrency debit card in our app and then top up your card by wire transfer, credit card transaction, or with existing crypto funds. Simply follow the on-screen instructions to add funds.'),(23819,221,'_faq_3_text','field_5f2b0cc4bf045'),(23820,221,'faq_4_title','Where can I use my cryptocurrency debit card?'),(23821,221,'_faq_4_title','field_5f2b0cb2bf044'),(23822,221,'faq_4_text','You can use the card anywhere that accepts regular debit cards, allowing you to spend crypto just about anywhere!'),(23823,221,'_faq_4_text','field_5f2b0cc4bf045'),(23824,221,'faq','5'),(23825,221,'_faq','field_5f2b0c9fbf043'),(23826,1378,'show_crypto_funds','1'),(23827,1378,'_show_crypto_funds','field_5d1cd58ba65cf'),(23828,1378,'subtitle','CW Prepaid Card'),(23829,1378,'_subtitle','field_5d1cd8ec3c600'),(23830,1378,'text','Load CryptoCurrency to a Visa Debit Card and spend crypto directly in all major outlets.\r\n<ul>\r\n 	<li>• Low Fees</li>\r\n 	<li>• Chip and Pin or Virtual Cards</li>\r\n 	<li>• Online and offline spending</li>\r\n</ul>\r\nFinally, you can use your cryptocurrency funds as real cash! Buy online or in any outlet that accepts Visa. Adoption is just a click away.'),(23831,1378,'_text','field_5d1cd9046f426'),(23832,1378,'text_link','Order Your Debit Card Now'),(23833,1378,'_text_link','field_5d1cd9346f428'),(23834,1378,'title_cryptoWallet','CryptoWallet Is Fast and Easy'),(23835,1378,'_title_cryptoWallet','field_5d1cd9760bf2f'),(23836,1378,'step_1_title','Order Card'),(23837,1378,'_step_1_title','field_5d1cd9d00bf32'),(23838,1378,'step_1_text','Just confirm your address and we’ll ship your card to your house for free.'),(23839,1378,'_step_1_text','field_5d1cd9dc0bf33'),(23840,1378,'step_1',''),(23841,1378,'_step_1','field_5d1cd9af0bf31'),(23842,1378,'step_2_title','Activate Account'),(23843,1378,'_step_2_title','field_5d1cda21981be'),(23844,1378,'step_2_text','Activate and set up your CryptoWallet Debit Card account to spend your crypto anywhere, anytime.'),(23845,1378,'_step_2_text','field_5d1cda21981bf'),(23846,1378,'step_2',''),(23847,1378,'_step_2','field_5d1cda21981bd'),(23848,1378,'step_3_title','Load Funds'),(23849,1378,'_step_3_title','field_5d1cda22981c1'),(23850,1378,'step_3_text','Load card with fiat like US dollars through wire transfer or credit card. Or, transfer crypto right into the card.'),(23851,1378,'_step_3_text','field_5d1cda22981c2'),(23852,1378,'step_3',''),(23853,1378,'_step_3','field_5d1cda22981c0'),(23854,1378,'step_4_title','Spend Funds'),(23855,1378,'_step_4_title','field_5d1cda24981c4'),(23856,1378,'step_4_text','Congratulations!\r\nYou can spend crypto currencies online or anywhere that accepts Visa.'),(23857,1378,'_step_4_text','field_5d1cda24981c5'),(23858,1378,'step_4',''),(23859,1378,'_step_4','field_5d1cda24981c3'),(23860,1378,'title_limits','Fees And Limits'),(23861,1378,'_title_limits','field_5d1cda4d3f09f'),(23862,1378,'table_0_title','Prepaid Card Fees'),(23863,1378,'_table_0_title','field_5d1cdaaa3f0a1'),(23864,1378,'table_0_line_0_name','Card price'),(23865,1378,'_table_0_line_0_name','field_5d1cdaf93f0a3'),(23866,1378,'table_0_line_0_eur','€15.00 '),(23867,1378,'_table_0_line_0_eur','field_5d1cdb263f0a4'),(23868,1378,'table_0_line_0_usd','$15.00 '),(23869,1378,'_table_0_line_0_usd','field_5d1cdb373f0a5'),(23870,1378,'table_0_line_0_gbp','€15.00 '),(23871,1378,'_table_0_line_0_gbp','field_5d1cdb3d3f0a6'),(23872,1378,'table_0_line','9'),(23873,1378,'_table_0_line','field_5d1cdac43f0a2'),(23874,1378,'table','4'),(23875,1378,'_table','field_5d1cda763f0a0'),(23876,1378,'alert','French Customers: In compliance with French law, French residents must be KYC2-verified and\r\nhave a cash withdrawal limit of €1,000 per month and a maximum balance of €10,000.'),(23877,1378,'_alert','field_5d1cdbad5f803'),(23878,1378,'text_cryptowallet','Here’s how it works.'),(23879,1378,'_text_cryptowallet','field_5d1cd99e0bf30'),(23880,1378,'text_copy','Here’s how it works.'),(23881,1378,'_text_copy','field_5d1cec7cb0dbe'),(23882,1378,'alert_cryptowallet','Online spending, offline spending, ATM withdrawals, and even cashback: \r\nWelcome to the forefront of adoption.'),(23883,1378,'_alert_cryptowallet','field_5d1cec7cb0dbe'),(23884,1378,'title_crypto','CryptoWallet Is Fast and Easy'),(23885,1378,'_title_crypto','field_5d1ced55f3463'),(23886,1378,'table_0_line_1_name','Standard global delivery'),(23887,1378,'_table_0_line_1_name','field_5d1cdaf93f0a3'),(23888,1378,'table_0_line_1_eur','Free '),(23889,1378,'_table_0_line_1_eur','field_5d1cdb263f0a4'),(23890,1378,'table_0_line_1_usd','Free '),(23891,1378,'_table_0_line_1_usd','field_5d1cdb373f0a5'),(23892,1378,'table_0_line_1_gbp','Free '),(23893,1378,'_table_0_line_1_gbp','field_5d1cdb3d3f0a6'),(23894,1378,'table_0_line_2_name','Express global delivery '),(23895,1378,'_table_0_line_2_name','field_5d1cdaf93f0a3'),(23896,1378,'table_0_line_2_eur','€70.00 '),(23897,1378,'_table_0_line_2_eur','field_5d1cdb263f0a4'),(23898,1378,'table_0_line_2_usd','$70.00 '),(23899,1378,'_table_0_line_2_usd','field_5d1cdb373f0a5'),(23900,1378,'table_0_line_2_gbp','£70.00 '),(23901,1378,'_table_0_line_2_gbp','field_5d1cdb3d3f0a6'),(23902,1378,'table_0_line_3_name','ATM fee (domestic) '),(23903,1378,'_table_0_line_3_name','field_5d1cdaf93f0a3'),(23904,1378,'table_0_line_3_eur','€2.25 '),(23905,1378,'_table_0_line_3_eur','field_5d1cdb263f0a4'),(23906,1378,'table_0_line_3_usd','$2.50 '),(23907,1378,'_table_0_line_3_usd','field_5d1cdb373f0a5'),(23908,1378,'table_0_line_3_gbp','£1.75 '),(23909,1378,'_table_0_line_3_gbp','field_5d1cdb3d3f0a6'),(23910,1378,'table_0_line_4_name','ATM fee (international)'),(23911,1378,'_table_0_line_4_name','field_5d1cdaf93f0a3'),(23912,1378,'table_0_line_4_eur','€2.75 '),(23913,1378,'_table_0_line_4_eur','field_5d1cdb263f0a4'),(23914,1378,'table_0_line_4_usd','$3.50 '),(23915,1378,'_table_0_line_4_usd','field_5d1cdb373f0a5'),(23916,1378,'table_0_line_4_gbp','£2.25 '),(23917,1378,'_table_0_line_4_gbp','field_5d1cdb3d3f0a6'),(23918,1378,'table_0_line_5_name','Foreign transaction fee '),(23919,1378,'_table_0_line_5_name','field_5d1cdaf93f0a3'),(23920,1378,'table_0_line_5_eur','3% '),(23921,1378,'_table_0_line_5_eur','field_5d1cdb263f0a4'),(23922,1378,'table_0_line_5_usd','3% '),(23923,1378,'_table_0_line_5_usd','field_5d1cdb373f0a5'),(23924,1378,'table_0_line_5_gbp','3% '),(23925,1378,'_table_0_line_5_gbp','field_5d1cdb3d3f0a6'),(23926,1378,'table_0_line_6_name','Loading fee '),(23927,1378,'_table_0_line_6_name','field_5d1cdaf93f0a3'),(23928,1378,'table_0_line_6_eur','1% '),(23929,1378,'_table_0_line_6_eur','field_5d1cdb263f0a4'),(23930,1378,'table_0_line_6_usd','1% '),(23931,1378,'_table_0_line_6_usd','field_5d1cdb373f0a5'),(23932,1378,'table_0_line_6_gbp','1% '),(23933,1378,'_table_0_line_6_gbp','field_5d1cdb3d3f0a6'),(23934,1378,'table_0_line_7_name','Third-party loading fee '),(23935,1378,'_table_0_line_7_name','field_5d1cdaf93f0a3'),(23936,1378,'table_0_line_7_eur','1.99% '),(23937,1378,'_table_0_line_7_eur','field_5d1cdb263f0a4'),(23938,1378,'table_0_line_7_usd','1.99% '),(23939,1378,'_table_0_line_7_usd','field_5d1cdb373f0a5'),(23940,1378,'table_0_line_7_gbp','1.99% '),(23941,1378,'_table_0_line_7_gbp','field_5d1cdb3d3f0a6'),(23942,1378,'table_0_line_8_name','Monthly service fee'),(23943,1378,'_table_0_line_8_name','field_5d1cdaf93f0a3'),(23944,1378,'table_0_line_8_eur','€1'),(23945,1378,'_table_0_line_8_eur','field_5d1cdb263f0a4'),(23946,1378,'table_0_line_8_usd','$1'),(23947,1378,'_table_0_line_8_usd','field_5d1cdb373f0a5'),(23948,1378,'table_0_line_8_gbp','£1'),(23949,1378,'_table_0_line_8_gbp','field_5d1cdb3d3f0a6'),(23950,1378,'table_1_title','Prepaid Account Limits'),(23951,1378,'_table_1_title','field_5d1cdaaa3f0a1'),(23952,1378,'table_1_line_0_name','Online transaction limit'),(23953,1378,'_table_1_line_0_name','field_5d1cdaf93f0a3'),(23954,1378,'table_1_line_0_eur','€1,000 / unlimited'),(23955,1378,'_table_1_line_0_eur','field_5d1cdb263f0a4'),(23956,1378,'table_1_line_0_usd','$1,000 / unlimited'),(23957,1378,'_table_1_line_0_usd','field_5d1cdb373f0a5'),(23958,1378,'table_1_line_0_gbp','£800 / unlimited'),(23959,1378,'_table_1_line_0_gbp','field_5d1cdb3d3f0a6'),(23960,1378,'table_1_line','10'),(23961,1378,'_table_1_line','field_5d1cdac43f0a2'),(23962,1378,'table_2_title','Virtual Card Fees'),(23963,1378,'_table_2_title','field_5d1cdaaa3f0a1'),(23964,1378,'table_2_line_0_name','Card price'),(23965,1378,'_table_2_line_0_name','field_5d1cdaf93f0a3'),(23966,1378,'table_2_line_0_eur','€2.50'),(23967,1378,'_table_2_line_0_eur','field_5d1cdb263f0a4'),(23968,1378,'table_2_line_0_usd','$2.50'),(23969,1378,'_table_2_line_0_usd','field_5d1cdb373f0a5'),(23970,1378,'table_2_line_0_gbp','£2.50'),(23971,1378,'_table_2_line_0_gbp','field_5d1cdb3d3f0a6'),(23972,1378,'table_2_line','5'),(23973,1378,'_table_2_line','field_5d1cdac43f0a2'),(23974,1378,'table_3_title','Virtual Card Account Limits'),(23975,1378,'_table_3_title','field_5d1cdaaa3f0a1'),(23976,1378,'table_3_line_0_name','Online transaction limit'),(23977,1378,'_table_3_line_0_name','field_5d1cdaf93f0a3'),(23978,1378,'table_3_line_0_eur','€1,000 / unlimited'),(23979,1378,'_table_3_line_0_eur','field_5d1cdb263f0a4'),(23980,1378,'table_3_line_0_usd','$1,000 / unlimited'),(23981,1378,'_table_3_line_0_usd','field_5d1cdb373f0a5'),(23982,1378,'table_3_line_0_gbp','£800 / unlimited'),(23983,1378,'_table_3_line_0_gbp','field_5d1cdb3d3f0a6'),(23984,1378,'table_3_line','10'),(23985,1378,'_table_3_line','field_5d1cdac43f0a2'),(23986,1378,'alert_limits','French Customers: In compliance with French law, French residents must be KYC2-verified\r\nand have a cash withdrawal limit of €1,000 per month and a maximum balance of €10,000.'),(23987,1378,'_alert_limits','field_5d278c5e79681'),(23988,1378,'table_1_line_1_name','Third-party loads available'),(23989,1378,'_table_1_line_1_name','field_5d1cdaf93f0a3'),(23990,1378,'table_1_line_1_eur','No / Yes'),(23991,1378,'_table_1_line_1_eur','field_5d1cdb263f0a4'),(23992,1378,'table_1_line_1_usd','No / Yes'),(23993,1378,'_table_1_line_1_usd','field_5d1cdb373f0a5'),(23994,1378,'table_1_line_1_gbp','No / Yes'),(23995,1378,'_table_1_line_1_gbp','field_5d1cdb3d3f0a6'),(23996,1378,'table_1_line_2_name','Single ATM Transaction Limit'),(23997,1378,'_table_1_line_2_name','field_5d1cdaf93f0a3'),(23998,1378,'table_1_line_2_eur','€200 / €1,000'),(23999,1378,'_table_1_line_2_eur','field_5d1cdb263f0a4'),(24000,1378,'table_1_line_2_usd','$200 / 1,000'),(24001,1378,'_table_1_line_2_usd','field_5d1cdb373f0a5'),(24002,1378,'table_1_line_2_gbp','£160 / 800'),(24003,1378,'_table_1_line_2_gbp','field_5d1cdb3d3f0a6'),(24004,1378,'table_1_line_3_name','Daily ATM Withdrawal Limit'),(24005,1378,'_table_1_line_3_name','field_5d1cdaf93f0a3'),(24006,1378,'table_1_line_3_eur','€400 / 2,000'),(24007,1378,'_table_1_line_3_eur','field_5d1cdb263f0a4'),(24008,1378,'table_1_line_3_usd','$400 / 2,000'),(24009,1378,'_table_1_line_3_usd','field_5d1cdb373f0a5'),(24010,1378,'table_1_line_3_gbp','$320 / 1,600'),(24011,1378,'_table_1_line_3_gbp','field_5d1cdb3d3f0a6'),(24012,1378,'table_1_line_4_name','Max topup Value'),(24013,1378,'_table_1_line_4_name','field_5d1cdaf93f0a3'),(24014,1378,'table_1_line_4_eur','€1,000 / €10,000'),(24015,1378,'_table_1_line_4_eur','field_5d1cdb263f0a4'),(24016,1378,'table_1_line_4_usd','$1,000 / $10,000'),(24017,1378,'_table_1_line_4_usd','field_5d1cdb373f0a5'),(24018,1378,'table_1_line_4_gbp','£8000 / £8,000'),(24019,1378,'_table_1_line_4_gbp','field_5d1cdb3d3f0a6'),(24020,1378,'table_1_line_5_name','Max Daily Load'),(24021,1378,'_table_1_line_5_name','field_5d1cdaf93f0a3'),(24022,1378,'table_1_line_5_eur','€1,000 / €20,000'),(24023,1378,'_table_1_line_5_eur','field_5d1cdb263f0a4'),(24024,1378,'table_1_line_5_usd','$1,000 / $20,000'),(24025,1378,'_table_1_line_5_usd','field_5d1cdb373f0a5'),(24026,1378,'table_1_line_5_gbp','£800 / £16,000'),(24027,1378,'_table_1_line_5_gbp','field_5d1cdb3d3f0a6'),(24028,1378,'table_1_line_6_name','Max Lifetime Load'),(24029,1378,'_table_1_line_6_name','field_5d1cdaf93f0a3'),(24030,1378,'table_1_line_6_eur','€1,000 / Unlimited'),(24031,1378,'_table_1_line_6_eur','field_5d1cdb263f0a4'),(24032,1378,'table_1_line_6_usd','$1,000 / Unlimited'),(24033,1378,'_table_1_line_6_usd','field_5d1cdb373f0a5'),(24034,1378,'table_1_line_6_gbp','£800 / Unlimited'),(24035,1378,'_table_1_line_6_gbp','field_5d1cdb3d3f0a6'),(24036,1378,'table_1_line_7_name','Max Lifetime Unload'),(24037,1378,'_table_1_line_7_name','field_5d1cdaf93f0a3'),(24038,1378,'table_1_line_7_eur','€1,000 / Unlimited'),(24039,1378,'_table_1_line_7_eur','field_5d1cdb263f0a4'),(24040,1378,'table_1_line_7_usd','$1,000 / Unlimited'),(24041,1378,'_table_1_line_7_usd','field_5d1cdb373f0a5'),(24042,1378,'table_1_line_7_gbp','£800 / Unlimited'),(24043,1378,'_table_1_line_7_gbp','field_5d1cdb3d3f0a6'),(24044,1378,'table_1_line_8_name','Daily load limit'),(24045,1378,'_table_1_line_8_name','field_5d1cdaf93f0a3'),(24046,1378,'table_1_line_8_eur','2 / Unlimited'),(24047,1378,'_table_1_line_8_eur','field_5d1cdb263f0a4'),(24048,1378,'table_1_line_8_usd','2 / Unlimited'),(24049,1378,'_table_1_line_8_usd','field_5d1cdb373f0a5'),(24050,1378,'table_1_line_8_gbp','2 / Unlimited'),(24051,1378,'_table_1_line_8_gbp','field_5d1cdb3d3f0a6'),(24052,1378,'table_1_line_9_name','Daily ATM Transaction Limit'),(24053,1378,'_table_1_line_9_name','field_5d1cdaf93f0a3'),(24054,1378,'table_1_line_9_eur','2 / 5'),(24055,1378,'_table_1_line_9_eur','field_5d1cdb263f0a4'),(24056,1378,'table_1_line_9_usd','2 / 5'),(24057,1378,'_table_1_line_9_usd','field_5d1cdb373f0a5'),(24058,1378,'table_1_line_9_gbp','2 / 5'),(24059,1378,'_table_1_line_9_gbp','field_5d1cdb3d3f0a6'),(24060,1378,'table_2_line_1_name','Foreign Transaction Fee'),(24061,1378,'_table_2_line_1_name','field_5d1cdaf93f0a3'),(24062,1378,'table_2_line_1_eur','3%'),(24063,1378,'_table_2_line_1_eur','field_5d1cdb263f0a4'),(24064,1378,'table_2_line_1_usd','3%'),(24065,1378,'_table_2_line_1_usd','field_5d1cdb373f0a5'),(24066,1378,'table_2_line_1_gbp','3%'),(24067,1378,'_table_2_line_1_gbp','field_5d1cdb3d3f0a6'),(24068,1378,'table_2_line_2_name','Monthly Service Fee'),(24069,1378,'_table_2_line_2_name','field_5d1cdaf93f0a3'),(24070,1378,'table_2_line_2_eur','€1'),(24071,1378,'_table_2_line_2_eur','field_5d1cdb263f0a4'),(24072,1378,'table_2_line_2_usd','$1'),(24073,1378,'_table_2_line_2_usd','field_5d1cdb373f0a5'),(24074,1378,'table_2_line_2_gbp','£1'),(24075,1378,'_table_2_line_2_gbp','field_5d1cdb3d3f0a6'),(24076,1378,'table_2_line_3_name','Loading Fee'),(24077,1378,'_table_2_line_3_name','field_5d1cdaf93f0a3'),(24078,1378,'table_2_line_3_eur','1%'),(24079,1378,'_table_2_line_3_eur','field_5d1cdb263f0a4'),(24080,1378,'table_2_line_3_usd','1%'),(24081,1378,'_table_2_line_3_usd','field_5d1cdb373f0a5'),(24082,1378,'table_2_line_3_gbp','1%'),(24083,1378,'_table_2_line_3_gbp','field_5d1cdb3d3f0a6'),(24084,1378,'table_2_line_4_name','Third Party Loading Fee'),(24085,1378,'_table_2_line_4_name','field_5d1cdaf93f0a3'),(24086,1378,'table_2_line_4_eur','1.99%'),(24087,1378,'_table_2_line_4_eur','field_5d1cdb263f0a4'),(24088,1378,'table_2_line_4_usd','1.99%'),(24089,1378,'_table_2_line_4_usd','field_5d1cdb373f0a5'),(24090,1378,'table_2_line_4_gbp','1.99%'),(24091,1378,'_table_2_line_4_gbp','field_5d1cdb3d3f0a6'),(24092,1378,'table_3_line_1_name','Third-party loads available'),(24093,1378,'_table_3_line_1_name','field_5d1cdaf93f0a3'),(24094,1378,'table_3_line_1_eur','No / Yes'),(24095,1378,'_table_3_line_1_eur','field_5d1cdb263f0a4'),(24096,1378,'table_3_line_1_usd','No / Yes'),(24097,1378,'_table_3_line_1_usd','field_5d1cdb373f0a5'),(24098,1378,'table_3_line_1_gbp','No / Yes'),(24099,1378,'_table_3_line_1_gbp','field_5d1cdb3d3f0a6'),(24100,1378,'table_3_line_2_name','Single ATM Transaction Limit'),(24101,1378,'_table_3_line_2_name','field_5d1cdaf93f0a3'),(24102,1378,'table_3_line_2_eur','€200 / €1,000'),(24103,1378,'_table_3_line_2_eur','field_5d1cdb263f0a4'),(24104,1378,'table_3_line_2_usd','$200 / 1,000 '),(24105,1378,'_table_3_line_2_usd','field_5d1cdb373f0a5'),(24106,1378,'table_3_line_2_gbp','£160 / 800'),(24107,1378,'_table_3_line_2_gbp','field_5d1cdb3d3f0a6'),(24108,1378,'table_3_line_3_name','Daily ATM Withdrawal Limit'),(24109,1378,'_table_3_line_3_name','field_5d1cdaf93f0a3'),(24110,1378,'table_3_line_3_eur','€400 / 2,000 '),(24111,1378,'_table_3_line_3_eur','field_5d1cdb263f0a4'),(24112,1378,'table_3_line_3_usd','$400 / 2,000 '),(24113,1378,'_table_3_line_3_usd','field_5d1cdb373f0a5'),(24114,1378,'table_3_line_3_gbp','$320 / 1,600'),(24115,1378,'_table_3_line_3_gbp','field_5d1cdb3d3f0a6'),(24116,1378,'table_3_line_4_name','Max topup Value'),(24117,1378,'_table_3_line_4_name','field_5d1cdaf93f0a3'),(24118,1378,'table_3_line_4_eur','€1,000 / €10,000'),(24119,1378,'_table_3_line_4_eur','field_5d1cdb263f0a4'),(24120,1378,'table_3_line_4_usd','$1,000 / $10,000'),(24121,1378,'_table_3_line_4_usd','field_5d1cdb373f0a5'),(24122,1378,'table_3_line_4_gbp','£8000 / £8,000'),(24123,1378,'_table_3_line_4_gbp','field_5d1cdb3d3f0a6'),(24124,1378,'table_3_line_5_name','Max Daily Load'),(24125,1378,'_table_3_line_5_name','field_5d1cdaf93f0a3'),(24126,1378,'table_3_line_5_eur','€1,000 / €20,000'),(24127,1378,'_table_3_line_5_eur','field_5d1cdb263f0a4'),(24128,1378,'table_3_line_5_usd','$1,000 / $20,000'),(24129,1378,'_table_3_line_5_usd','field_5d1cdb373f0a5'),(24130,1378,'table_3_line_5_gbp','£800 / £16,000'),(24131,1378,'_table_3_line_5_gbp','field_5d1cdb3d3f0a6'),(24132,1378,'table_3_line_6_name','Max Lifetime Load'),(24133,1378,'_table_3_line_6_name','field_5d1cdaf93f0a3'),(24134,1378,'table_3_line_6_eur','€1,000 / Unlimited'),(24135,1378,'_table_3_line_6_eur','field_5d1cdb263f0a4'),(24136,1378,'table_3_line_6_usd','$1,000 / Unlimited'),(24137,1378,'_table_3_line_6_usd','field_5d1cdb373f0a5'),(24138,1378,'table_3_line_6_gbp','£800 / Unlimited'),(24139,1378,'_table_3_line_6_gbp','field_5d1cdb3d3f0a6'),(24140,1378,'table_3_line_7_name','Max Lifetime Unload'),(24141,1378,'_table_3_line_7_name','field_5d1cdaf93f0a3'),(24142,1378,'table_3_line_7_eur','€1,000 / Unlimited'),(24143,1378,'_table_3_line_7_eur','field_5d1cdb263f0a4'),(24144,1378,'table_3_line_7_usd','$1,000 / Unlimited'),(24145,1378,'_table_3_line_7_usd','field_5d1cdb373f0a5'),(24146,1378,'table_3_line_7_gbp','£800 / Unlimited'),(24147,1378,'_table_3_line_7_gbp','field_5d1cdb3d3f0a6'),(24148,1378,'table_3_line_8_name','Daily load limit'),(24149,1378,'_table_3_line_8_name','field_5d1cdaf93f0a3'),(24150,1378,'table_3_line_8_eur','2 / Unlimited'),(24151,1378,'_table_3_line_8_eur','field_5d1cdb263f0a4'),(24152,1378,'table_3_line_8_usd','2 / Unlimited'),(24153,1378,'_table_3_line_8_usd','field_5d1cdb373f0a5'),(24154,1378,'table_3_line_8_gbp','2 / Unlimited'),(24155,1378,'_table_3_line_8_gbp','field_5d1cdb3d3f0a6'),(24156,1378,'table_3_line_9_name','Daily ATM Transaction Limit'),(24157,1378,'_table_3_line_9_name','field_5d1cdaf93f0a3'),(24158,1378,'table_3_line_9_eur','2 / 5'),(24159,1378,'_table_3_line_9_eur','field_5d1cdb263f0a4'),(24160,1378,'table_3_line_9_usd','2 / 5'),(24161,1378,'_table_3_line_9_usd','field_5d1cdb373f0a5'),(24162,1378,'table_3_line_9_gbp','2 / 5'),(24163,1378,'_table_3_line_9_gbp','field_5d1cdb3d3f0a6'),(24164,1378,'title_contactless','A Contactless Crypto Wallet \r\nDebit Card With Cashback'),(24165,1378,'_title_contactless','field_5dc1bfc9b4f7b'),(24166,1378,'description_contactless','Cryptocurrency adoption is here with our innovative new contactless debit card.'),(24167,1378,'_description_contactless','field_5dc1bff0b4f7c'),(24168,1378,'benefits_contactless_0_icone','note'),(24169,1378,'_benefits_contactless_0_icone','field_5dc1c06db4f7e'),(24170,1378,'benefits_contactless_0_title','Shop Anywhere'),(24171,1378,'_benefits_contactless_0_title','field_5dc1c097b4f7f'),(24172,1378,'benefits_contactless_0_description','You can finally spend your cryptocurrency on real goods and services anywhere that accepts VISA.'),(24173,1378,'_benefits_contactless_0_description','field_5dc1c0b6b4f80'),(24174,1378,'benefits_contactless_1_icone','coin'),(24175,1378,'_benefits_contactless_1_icone','field_5dc1c06db4f7e'),(24176,1378,'benefits_contactless_1_title','Convert'),(24177,1378,'_benefits_contactless_1_title','field_5dc1c097b4f7f'),(24178,1378,'benefits_contactless_1_description','Converting your crypto to fiat for purchases is simple using the instant in-appexchange feature. Stop the crypto shuffle and let CryptoWallet do the work.'),(24179,1378,'_benefits_contactless_1_description','field_5dc1c0b6b4f80'),(24180,1378,'benefits_contactless_2_icone','bitcoin'),(24181,1378,'_benefits_contactless_2_icone','field_5dc1c06db4f7e'),(24182,1378,'benefits_contactless_2_title','Unique Crypto Cashback'),(24183,1378,'_benefits_contactless_2_title','field_5dc1c097b4f7f'),(24184,1378,'benefits_contactless_2_description','Take advantage of our unique crypto cashback feature, it puts money in your wallet - literally. Get cashback in crypto on purchases made in store with your CryptoWallet Visa debit card.'),(24185,1378,'_benefits_contactless_2_description','field_5dc1c0b6b4f80'),(24186,1378,'benefits_contactless_3_icone','credit'),(24187,1378,'_benefits_contactless_3_icone','field_5dc1c06db4f7e'),(24188,1378,'benefits_contactless_3_title','Contactless'),(24189,1378,'_benefits_contactless_3_title','field_5dc1c097b4f7f'),(24190,1378,'benefits_contactless_3_description','Make crypto purchases in seconds by simply tapping your card.'),(24191,1378,'_benefits_contactless_3_description','field_5dc1c0b6b4f80'),(24192,1378,'benefits_contactless','4'),(24193,1378,'_benefits_contactless','field_5dc1c03fb4f7d'),(24194,1378,'add_faq','1'),(24195,1378,'_add_faq','field_5f2b0cecbf046'),(24196,1378,'title_faq','FAQ\'S'),(24197,1378,'_title_faq','field_5f2b0c7bbf042'),(24198,1378,'faq_0_title','What is a crypto card?'),(24199,1378,'_faq_0_title','field_5f2b0cb2bf044'),(24200,1378,'faq_0_text','A cryptocurrency debit card is a card that allows you to spend cryptocurrencies on real goods and services in stores and online.'),(24201,1378,'_faq_0_text','field_5f2b0cc4bf045'),(24202,1378,'faq_1_title','How does a crypto card work?'),(24203,1378,'_faq_1_title','field_5f2b0cb2bf044'),(24204,1378,'faq_1_text','Our cryptocurrency debit card connects with the funds in your wallet. The card works just like any other debit card, but gives you the option to spend cryptocurrencies as well as fiat currencies. The CryptoWallet cryptocurrency debit card is a prepaid card, meaning you’ll need to top it up with funds to use it.'),(24205,1378,'_faq_1_text','field_5f2b0cc4bf045'),(24206,1378,'faq_2_title','How can I get a CW Debit Card?'),(24207,1378,'_faq_2_title','field_5f2b0cb2bf044'),(24208,1378,'faq_2_text','To get a CryptoWallet debit card, simply download the app and order your card directly in the app. You can have a cryptocurrency debit card delivered directly to your home for free.'),(24209,1378,'_faq_2_text','field_5f2b0cc4bf045'),(24210,1378,'faq_3_title','How can I activate and top up my card?'),(24211,1378,'_faq_3_title','field_5f2b0cb2bf044'),(24212,1378,'faq_3_text','You can activate your cryptocurrency debit card in our app and then top up your card by wire transfer, credit card transaction, or with existing crypto funds. Simply follow the on-screen instructions to add funds.'),(24213,1378,'_faq_3_text','field_5f2b0cc4bf045'),(24214,1378,'faq_4_title','Where can I use my cryptocurrency debit card?'),(24215,1378,'_faq_4_title','field_5f2b0cb2bf044'),(24216,1378,'faq_4_text','You can use the card anywhere that accepts regular debit cards, allowing you to spend crypto just about anywhere!'),(24217,1378,'_faq_4_text','field_5f2b0cc4bf045'),(24218,1378,'faq','5'),(24219,1378,'_faq','field_5f2b0c9fbf043'),(24220,221,'inline_featured_image','0'),(24221,181,'add_faq','1'),(24222,181,'_add_faq','field_5f2b0cecbf046'),(24223,181,'title_faq','FAQ\'S'),(24224,181,'_title_faq','field_5f2b0c7bbf042'),(24225,181,'faq_0_title','How does a crypto wallet work?'),(24226,181,'_faq_0_title','field_5f2b0cb2bf044'),(24227,181,'faq_0_text','A crypto wallet is a software solution that stores the information needed to transfer cryptocurrency funds. The wallet in our cryptocurrency wallet app is secured by BitGo, a licensed custodian provides institutional-grade protection to your funds.'),(24228,181,'_faq_0_text','field_5f2b0cc4bf045'),(24229,181,'faq_1_title','What cryptocurrencies can I hold in my CW wallet?'),(24230,181,'_faq_1_title','field_5f2b0cb2bf044'),(24231,181,'faq_1_text','You can store 13 different high-cap currencies in the cryptocurrency wallet app. The supported currencies are Bitcoin, Ethereum, Litecoin, Ravencoin, Bitcoin Cash, Bitcoin SV...'),(24232,181,'_faq_1_text','field_5f2b0cc4bf045'),(24233,181,'faq_2_title','What devices can I use to store the funds in my wallet?'),(24234,181,'_faq_2_title','field_5f2b0cb2bf044'),(24235,181,'faq_2_text','You can use an Android or Apple mobile device for your wallet storage. Simply download the our cryptocurrency wallet app to learn how to set up a crypto wallet.'),(24236,181,'_faq_2_text','field_5f2b0cc4bf045'),(24237,181,'faq_3_title','What happens to my funds and wallet if I lose the device?'),(24238,181,'_faq_3_title','field_5f2b0cb2bf044'),(24239,181,'faq_3_text','Losing your phone doesn’t mean losing your funds. You can set up your crypto wallet app on a new device and access any funds that were stored on the old device. The app comes with instructions on how to create a crypto wallet.'),(24240,181,'_faq_3_text','field_5f2b0cc4bf045'),(24241,181,'faq_4_title','Why should I use the CW wallet?'),(24242,181,'_faq_4_title','field_5f2b0cb2bf044'),(24243,181,'faq_4_text','Our crypto wallet app is highly protected and secured by BitGo, but the wallet isn’t just a place to store funds. You can link your wallet to a CryptoWallet debit card and spend your cryptocurrency funds online and in stores.'),(24244,181,'_faq_4_text','field_5f2b0cc4bf045'),(24245,181,'faq','5'),(24246,181,'_faq','field_5f2b0c9fbf043'),(24247,1379,'subtitle',''),(24248,1379,'_subtitle','field_5d1cca162e40e'),(24249,1379,'text',''),(24250,1379,'_text','field_5d1cca162e7fb'),(24251,1379,'list',''),(24252,1379,'_list','field_5d1cca162ebf6'),(24253,1379,'title_buy','Buy Crypto'),(24254,1379,'_title_buy','field_5d1cca16bc540'),(24255,1379,'text_buy','Loading CryptoWallet with funds couldn’t be easier.'),(24256,1379,'_text_buy','field_5d1ccec5cbdcd'),(24257,1379,'step_1_title','Load Fiat'),(24258,1379,'_step_1_title','field_5d1cca16d5383'),(24259,1379,'step_1_text','top up with fiat using a bank draft or credit card to get started.'),(24260,1379,'_step_1_text','field_5d1cca16d5769'),(24261,1379,'step_1',''),(24262,1379,'_step_1','field_5d1cca16c8867'),(24263,1379,'step_2_title','Buy Crypto'),(24264,1379,'_step_2_title','field_5d1ccf2720918'),(24265,1379,'step_2_text','Buy 13 cryptocurrencies as well as other ERC-20 tokens, instantly.'),(24266,1379,'_step_2_text','field_5d1ccf2720919'),(24267,1379,'step_2',''),(24268,1379,'_step_2','field_5d1ccf2720917'),(24269,1379,'step_3_title','Rest Easy'),(24270,1379,'_step_3_title','field_5d1ccf2b2091b'),(24271,1379,'step_3_text','Your funds are secured safely in the encrypted CryptoWallet platform.'),(24272,1379,'_step_3_text','field_5d1ccf2b2091c'),(24273,1379,'step_3',''),(24274,1379,'_step_3','field_5d1ccf2a2091a'),(24275,1379,'title_download','Download App Now'),(24276,1379,'_title_download','field_5d1ccf67eb112'),(24277,1379,'title_security','We Take Your Security Seriously So You Can Sleep at Night'),(24278,1379,'_title_security','field_5d1ccf8aeb113'),(24279,1379,'text_security','Your funds are secured by BitGo Trust Company, a licensed qualified custodian by the South Dakota, US Division ofBanking. BitGo is SOC 2 compliant, as verified in a 2018 audit by Deloitte. BitGo has a confirmed Cryptocurrency Security Standard (CCSS) Level 3.'),(24280,1379,'_text_security','field_5d1ccfb1eb114'),(24281,1379,'sell_crypto_title','Sell Crypto'),(24282,1379,'_sell_crypto_title','field_5d1cd05da4c1c'),(24283,1379,'sell_crypto_text','Sometimes you’ve bought in at just the right time. You’ve watched your investment rise in value and your ready to cash out your earnings in fiat or trade it for another cryptocurrency you think could shoot up in price soon.\r\n\r\nThat’s easy. Access our app or desktop platform. Use our Exchange section to set the amount of crypto you want to sell and which currency you want to sell it for. When you’re happy with the price, hit the “Sell” button.'),(24284,1379,'_sell_crypto_text','field_5d1cd05da4c1d'),(24285,1379,'sell_crypto_text_link',''),(24286,1379,'_sell_crypto_text_link','field_5d1cd0a9a4c1e'),(24287,1379,'sell_crypto_link',''),(24288,1379,'_sell_crypto_link','field_5d1cd0cba4c1f'),(24289,1379,'sell_crypto',''),(24290,1379,'_sell_crypto','field_5d1cd05da4c1b'),(24291,1379,'hold_crypto_title','Hold Crypto'),(24292,1379,'_hold_crypto_title','field_5d1cd0e2a4c21'),(24293,1379,'hold_crypto_text','Of course, sometimes you’re not ready to sell - you’re in it for the long haul. Maybe you want to sell at a later date, or maybe crypto is your new cash and you want to use your funds to buy goods and services through your CryptoWallet Visa Debit Card.\r\n\r\nEither way, you’ll need a safe, secure place to store your funds, and that’s where the Wallet section comes in. Highly encrypted and easily accessible through your phone with the appropriate security protocols, your wallet is the go-to place to store your crypto long-term.'),(24294,1379,'_hold_crypto_text','field_5d1cd0e2a4c22'),(24295,1379,'hold_crypto',''),(24296,1379,'_hold_crypto','field_5d1cd0e2a4c20'),(24297,1379,'send_crypto_title','Send Crypto'),(24298,1379,'_send_crypto_title','field_5d1cd103a4c26'),(24299,1379,'send_crypto_text','Use the Wallet App to send cryptocurrency to any wallet, any time. The ability to send funds easily to anyone you want is one of the main selling points of crypto over fiat currency - forget about filling out lengthy forms every time you want to make a purchase or transfer.\r\n\r\nA cryptocurrency transfer is as simple as scanning a QR code or copying and pasting a wallet address and hitting the “Send” button. That’s it! The Wallet app offers an incredibly seamless experience that makes online purchases faster than ever before. You can also send crypto through our desktop platform.'),(24300,1379,'_send_crypto_text','field_5d1cd103a4c27'),(24301,1379,'send_crypto',''),(24302,1379,'_send_crypto','field_5d1cd103a4c25'),(24303,1379,'title_questions','Pay Bills and Bank Transfers'),(24304,1379,'_title_questions','field_5d1cca17cb399'),(24305,1379,'text_questions','CryptoWallet offers fiat wallets to store EUR and GBP fiat currencies, and each user can have their own dedicated international bank account numbers (IBANs) for EUR and GBP storage.\r\n\r\nThis opens up a world of possibilities. Users can exchange crypto for fiat and use their funds to pay rent, utility bills, or make any other kind of SEPA bank transfer using CryptoWallet. As well as spending crypto in stores, users can now effectively use crypto to pay everyday expenses by bank transfer all within one secure platform.'),(24306,1379,'_text_questions','field_5d1cd273e67bf'),(24307,1379,'show_crypto_funds','1'),(24308,1379,'_show_crypto_funds','field_5d1cd58ba65cf'),(24309,1379,'title_coins','Buy, Store, and Trade\r\n13 Different Cryptocurrencies'),(24310,1379,'_title_coins','field_5d1cca162e40e'),(24311,1379,'description_coins','Check out our full list of our supported currencies. '),(24312,1379,'_description_coins','field_5d1cca162e7fb'),(24313,1379,'add_faq','1'),(24314,1379,'_add_faq','field_5f2b0cecbf046'),(24315,1379,'title_faq','FAQ\'S'),(24316,1379,'_title_faq','field_5f2b0c7bbf042'),(24317,1379,'faq_0_title','How does a crypto wallet work?'),(24318,1379,'_faq_0_title','field_5f2b0cb2bf044'),(24319,1379,'faq_0_text','A crypto wallet is a software solution that stores the information needed to transfer cryptocurrency funds. The wallet in our cryptocurrency wallet app is secured by BitGo, a licensed custodian provides institutional-grade protection to your funds.'),(24320,1379,'_faq_0_text','field_5f2b0cc4bf045'),(24321,1379,'faq_1_title','What cryptocurrencies can I hold in my CW wallet?'),(24322,1379,'_faq_1_title','field_5f2b0cb2bf044'),(24323,1379,'faq_1_text','You can store 13 different high-cap currencies in the cryptocurrency wallet app. The supported currencies are Bitcoin, Ethereum, Litecoin, Ravencoin, Bitcoin Cash, Bitcoin SV...'),(24324,1379,'_faq_1_text','field_5f2b0cc4bf045'),(24325,1379,'faq_2_title','What devices can I use to store the funds in my wallet?'),(24326,1379,'_faq_2_title','field_5f2b0cb2bf044'),(24327,1379,'faq_2_text','You can use an Android or Apple mobile device for your wallet storage. Simply download the our cryptocurrency wallet app to learn how to set up a crypto wallet.'),(24328,1379,'_faq_2_text','field_5f2b0cc4bf045'),(24329,1379,'faq_3_title','What happens to my funds and wallet if I lose the device?'),(24330,1379,'_faq_3_title','field_5f2b0cb2bf044'),(24331,1379,'faq_3_text','Losing your phone doesn’t mean losing your funds. You can set up your crypto wallet app on a new device and access any funds that were stored on the old device. The app comes with instructions on how to create a crypto wallet.'),(24332,1379,'_faq_3_text','field_5f2b0cc4bf045'),(24333,1379,'faq_4_title','Why should I use the CW wallet?'),(24334,1379,'_faq_4_title','field_5f2b0cb2bf044'),(24335,1379,'faq_4_text','Our crypto wallet app is highly protected and secured by BitGo, but the wallet isn’t just a place to store funds. You can link your wallet to a CryptoWallet debit card and spend your cryptocurrency funds online and in stores.'),(24336,1379,'_faq_4_text','field_5f2b0cc4bf045'),(24337,1379,'faq','5'),(24338,1379,'_faq','field_5f2b0c9fbf043'),(24339,492,'subtitle',''),(24340,492,'_subtitle','field_5d1cca162e40e'),(24341,492,'text',''),(24342,492,'list',''),(24343,492,'title_buy','Buy Crypto'),(24344,492,'text_buy','Loading CryptoWallet with funds couldn’t be easier.'),(24345,492,'step_1_title','Load Fiat'),(24346,492,'step_1_text','top up with fiat using a bank draft or credit card to get started.'),(24347,492,'step_1',''),(24348,492,'step_2_title','Buy Crypto'),(24349,492,'step_2_text','Buy 13 cryptocurrencies as well as other ERC-20 tokens, instantly.'),(24350,492,'step_2',''),(24351,492,'step_3_title','Rest Easy'),(24352,492,'step_3_text','Your funds are secured safely in the encrypted CryptoWallet platform.'),(24353,492,'step_3',''),(24354,492,'title_download','Download App Now'),(24355,492,'title_security','We Take Your Security Seriously So You Can Sleep at Night'),(24356,492,'text_security','Your funds are secured by BitGo Trust Company, a licensed qualified custodian by the South Dakota, US Division ofBanking. BitGo is SOC 2 compliant, as verified in a 2018 audit by Deloitte. BitGo has a confirmed Cryptocurrency Security Standard (CCSS) Level 3.'),(24357,492,'sell_crypto_title','Sell Crypto'),(24358,492,'sell_crypto_text','Sometimes you’ve bought in at just the right time. You’ve watched your investment rise in value and your ready to cash out your earnings in fiat or trade it for another cryptocurrency you think could shoot up in price soon.\r\n\r\nThat’s easy. Access our app or desktop platform. Use our Exchange section to set the amount of crypto you want to sell and which currency you want to sell it for. When you’re happy with the price, hit the “Sell” button.'),(24359,492,'sell_crypto_text_link',''),(24360,492,'sell_crypto_link',''),(24361,492,'sell_crypto',''),(24362,492,'hold_crypto_title','Hold Crypto'),(24363,492,'hold_crypto_text','Of course, sometimes you’re not ready to sell - you’re in it for the long haul. Maybe you want to sell at a later date, or maybe crypto is your new cash and you want to use your funds to buy goods and services through your CryptoWallet Visa Debit Card.\r\n\r\nEither way, you’ll need a safe, secure place to store your funds, and that’s where the Wallet section comes in. Highly encrypted and easily accessible through your phone with the appropriate security protocols, your wallet is the go-to place to store your crypto long-term.'),(24364,492,'hold_crypto',''),(24365,492,'send_crypto_title','Send Crypto'),(24366,492,'send_crypto_text','Use the Wallet App to send cryptocurrency to any wallet, any time. The ability to send funds easily to anyone you want is one of the main selling points of crypto over fiat currency - forget about filling out lengthy forms every time you want to make a purchase or transfer.\r\n\r\nA cryptocurrency transfer is as simple as scanning a QR code or copying and pasting a wallet address and hitting the “Send” button. That’s it! The Wallet app offers an incredibly seamless experience that makes online purchases faster than ever before. You can also send crypto through our desktop platform.'),(24367,492,'send_crypto',''),(24368,492,'title_questions','Pay Bills and Bank Transfers'),(24369,492,'text_questions','CryptoWallet offers fiat wallets to store EUR and GBP fiat currencies, and each user can have their own dedicated international bank account numbers (IBANs) for EUR and GBP storage.\r\n\r\nThis opens up a world of possibilities. Users can exchange crypto for fiat and use their funds to pay rent, utility bills, or make any other kind of SEPA bank transfer using CryptoWallet. As well as spending crypto in stores, users can now effectively use crypto to pay everyday expenses by bank transfer all within one secure platform.'),(24370,492,'show_crypto_funds','1'),(24371,492,'_wpml_media_featured','1'),(24372,492,'_wpml_media_duplicate','1'),(24373,492,'title_coins','Buy, Store, and Trade\r\n13 Different Cryptocurrencies'),(24374,492,'description_coins','Check out our full list of our supported currencies. '),(24375,492,'inline_featured_image','0'),(24376,273,'add_faq','1'),(24377,273,'_add_faq','field_5f2b0cecbf046'),(24378,273,'title_faq','FAQ\'S'),(24379,273,'_title_faq','field_5f2b0c7bbf042'),(24380,273,'faq_0_title','How does the CryptoWallet exchange work?'),(24381,273,'_faq_0_title','field_5f2b0cb2bf044'),(24382,273,'faq_0_text','The CryptoWallet exchange allow you to quickly and easily buy and sell cryptocurrencies from your phone. Your funds will be stored in the cryptocurrency wallet connected to your crypto wallet app.'),(24383,273,'_faq_0_text','field_5f2b0cc4bf045'),(24384,273,'faq_1_title','What is crypto trading?'),(24385,273,'_faq_1_title','field_5f2b0cb2bf044'),(24386,273,'faq_1_text','Crypto trading is the buying and selling of cryptocurrencies like Bitcoin. You can exchange fiat currency or crypto for cryptocurrencies. Check out our academy page to learn how to start trading cryptocurrency.'),(24387,273,'_faq_1_text','field_5f2b0cc4bf045'),(24388,273,'faq_2_title','How do I exchange foreign currencies with my account?'),(24389,273,'_faq_2_title','field_5f2b0cb2bf044'),(24390,273,'faq_2_text','To exchange foreign currencies, simply select the currency of your choice in the cryptocurrency exchange section of the app. You can choose from USD, EUR, and GBP as well as supported cryptocurrencies.'),(24391,273,'_faq_2_text','field_5f2b0cc4bf045'),(24392,273,'faq_3_title','Where can I learn how to trade cryptocurrency?'),(24393,273,'_faq_3_title','field_5f2b0cb2bf044'),(24394,273,'faq_3_text','The academy section of our app contains a trading guide that will walk you through everything you need to know to start crypto trading. Once you know how to trade crypto, you’ll find all the necessary features at your fingertips in our app.'),(24395,273,'_faq_3_text','field_5f2b0cc4bf045'),(24396,273,'faq','4'),(24397,273,'_faq','field_5f2b0c9fbf043'),(24398,1381,'show_crypto_funds','1'),(24399,1381,'_show_crypto_funds','field_5d1cd58ba65cf'),(24400,1381,'subtitle','Trading on the platform is simple.'),(24401,1381,'_subtitle','field_5d1cefaac040c'),(24402,1381,'title_section_1','Here’s how it works.'),(24403,1381,'_title_section_1','field_5d1cefbcc040d'),(24404,1381,'step_1','Top up your balance using your credit card, wire transfer, or existing crypto funds.'),(24405,1381,'_step_1','field_5d1cf019c040e'),(24406,1381,'step_2','Select the cryptocurrency you want to buy.'),(24407,1381,'_step_2','field_5d1cf0afc040f'),(24408,1381,'step_3','Enter the amount of fiat money you want to spend.'),(24409,1381,'_step_3','field_5d1cf0b0c0410'),(24410,1381,'step_4','Confirm your order.'),(24411,1381,'_step_4','field_5d1cf0b2c0411'),(24412,1381,'title_section_2','You now own cryptocurrency!'),(24413,1381,'_title_section_2','field_5d1cf11c5e9c5'),(24414,1381,'text_section_2','From there, you have many options.'),(24415,1381,'_text_section_2','field_5d1cf1295e9c6'),(24416,1381,'option_1','Spend crypto in stores using your CryptoWallet Debit Card.'),(24417,1381,'_option_1','field_5d1cf1405e9c7'),(24418,1381,'option_2','Buy products online at supported websites.'),(24419,1381,'_option_2','field_5d1cf14b5e9c8'),(24420,1381,'option_3','Trade your funds for other cryptocurrencies!'),(24421,1381,'_option_3','field_5d1cf14d5e9c9'),(24422,1381,'title_section_3','Trading Cryptocurrency is Simple!'),(24423,1381,'_title_section_3','field_5d1cf1555e9cb'),(24424,1381,'text_section_3','To trade, simply select the cryptocurrency in your wallet you want to trade, and select another cryptocurrency on the exchange. The exchange rate will be displayed on screen - click “buy” to purchase  new crypto with your existing funds. For information on how to assess the market and begin trading, read the trading guides in our <a href=\"https://cryptowallet.labcp.co/academy/\">Academy</a> section.'),(24425,1381,'_text_section_3','field_5d1cf1595e9cc'),(24426,1381,'title_quick_crypto','A Quick Crypto Exchange'),(24427,1381,'_title_quick_crypto','field_5d2777a8ad898'),(24428,1381,'description_quick_crypto','Skip the time-consuming hassle of using exchanges! A swift, secure\r\nmethod for buying and trading over 140 cryptocurrencies.'),(24429,1381,'_description_quick_crypto','field_5d2777bfad899'),(24430,1381,'exchange_effortlessly_subtitle','Exchange Effortlessly'),(24431,1381,'_exchange_effortlessly_subtitle','field_5d277828ad89b'),(24432,1381,'exchange_effortlessly_text','The app lets you exchange supported cryptocurrencies effortlessly , allowing you to spend your crypto funds your way.'),(24433,1381,'_exchange_effortlessly_text','field_5d27784bad89c'),(24434,1381,'exchange_effortlessly',''),(24435,1381,'_exchange_effortlessly','field_5d27781aad89a'),(24436,1381,'top_up_with_speed_subtitle','Top Up with Speed'),(24437,1381,'_top_up_with_speed_subtitle','field_5d27786bad89e'),(24438,1381,'top_up_with_speed_text',''),(24439,1381,'_top_up_with_speed_text','field_5d27786bad89f'),(24440,1381,'top_up_with_speed',''),(24441,1381,'_top_up_with_speed','field_5d27786aad89d'),(24442,1381,'top_up_with_speed_icons_0_icon','1338'),(24443,1381,'_top_up_with_speed_icons_0_icon','field_5ed817dd2a50c'),(24444,1381,'top_up_with_speed_icons_0_icon_text','SEPA'),(24445,1381,'_top_up_with_speed_icons_0_icon_text','field_5ed818032a50d'),(24446,1381,'top_up_with_speed_icons_1_icon','1343'),(24447,1381,'_top_up_with_speed_icons_1_icon','field_5ed817dd2a50c'),(24448,1381,'top_up_with_speed_icons_1_icon_text','SWIFT'),(24449,1381,'_top_up_with_speed_icons_1_icon_text','field_5ed818032a50d'),(24450,1381,'top_up_with_speed_icons_2_icon','1328'),(24451,1381,'_top_up_with_speed_icons_2_icon','field_5ed817dd2a50c'),(24452,1381,'top_up_with_speed_icons_2_icon_text','FPS'),(24453,1381,'_top_up_with_speed_icons_2_icon_text','field_5ed818032a50d'),(24454,1381,'top_up_with_speed_icons_3_icon','1323'),(24455,1381,'_top_up_with_speed_icons_3_icon','field_5ed817dd2a50c'),(24456,1381,'top_up_with_speed_icons_3_icon_text','CHAPS'),(24457,1381,'_top_up_with_speed_icons_3_icon_text','field_5ed818032a50d'),(24458,1381,'top_up_with_speed_icons_4_icon','1313'),(24459,1381,'_top_up_with_speed_icons_4_icon','field_5ed817dd2a50c'),(24460,1381,'top_up_with_speed_icons_4_icon_text','BACS'),(24461,1381,'_top_up_with_speed_icons_4_icon_text','field_5ed818032a50d'),(24462,1381,'top_up_with_speed_icons_5_icon','1333'),(24463,1381,'_top_up_with_speed_icons_5_icon','field_5ed817dd2a50c'),(24464,1381,'top_up_with_speed_icons_5_icon_text','MOBILE'),(24465,1381,'_top_up_with_speed_icons_5_icon_text','field_5ed818032a50d'),(24466,1381,'top_up_with_speed_icons_6_icon','1318'),(24467,1381,'_top_up_with_speed_icons_6_icon','field_5ed817dd2a50c'),(24468,1381,'top_up_with_speed_icons_6_icon_text','CARD'),(24469,1381,'_top_up_with_speed_icons_6_icon_text','field_5ed818032a50d'),(24470,1381,'top_up_with_speed_icons','7'),(24471,1381,'_top_up_with_speed_icons','field_5ed817cf2a50b'),(24472,1381,'add_faq','1'),(24473,1381,'_add_faq','field_5f2b0cecbf046'),(24474,1381,'title_faq','FAQ\'S'),(24475,1381,'_title_faq','field_5f2b0c7bbf042'),(24476,1381,'faq_0_title','How does the CryptoWallet exchange work?'),(24477,1381,'_faq_0_title','field_5f2b0cb2bf044'),(24478,1381,'faq_0_text','The CryptoWallet exchange allow you to quickly and easily buy and sell cryptocurrencies from your phone. Your funds will be stored in the cryptocurrency wallet connected to your crypto wallet app.'),(24479,1381,'_faq_0_text','field_5f2b0cc4bf045'),(24480,1381,'faq_1_title','What is crypto trading?'),(24481,1381,'_faq_1_title','field_5f2b0cb2bf044'),(24482,1381,'faq_1_text','Crypto trading is the buying and selling of cryptocurrencies like Bitcoin. You can exchange fiat currency or crypto for cryptocurrencies. Check out our academy page to learn how to start trading cryptocurrency.'),(24483,1381,'_faq_1_text','field_5f2b0cc4bf045'),(24484,1381,'faq_2_title','How do I exchange foreign currencies with my account?'),(24485,1381,'_faq_2_title','field_5f2b0cb2bf044'),(24486,1381,'faq_2_text','To exchange foreign currencies, simply select the currency of your choice in the cryptocurrency exchange section of the app. You can choose from USD, EUR, and GBP as well as supported cryptocurrencies.'),(24487,1381,'_faq_2_text','field_5f2b0cc4bf045'),(24488,1381,'faq_3_title','Where can I learn how to trade cryptocurrency?'),(24489,1381,'_faq_3_title','field_5f2b0cb2bf044'),(24490,1381,'faq_3_text','The academy section of our app contains a trading guide that will walk you through everything you need to know to start crypto trading. Once you know how to trade crypto, you’ll find all the necessary features at your fingertips in our app.'),(24491,1381,'_faq_3_text','field_5f2b0cc4bf045'),(24492,1381,'faq','4'),(24493,1381,'_faq','field_5f2b0c9fbf043'),(24494,273,'_wpml_media_has_media','1'),(24498,1383,'inline_featured_image','0'),(24499,1383,'_wpml_word_count','{\"total\":0,\"to_translate\":{\"en\":2,\"ja\":2,\"ru\":2,\"sg\":2,\"es\":2}}'),(24500,1383,'_aioseop_opengraph_settings','a:0:{}'),(24501,1383,'_wpml_media_featured','1'),(24502,1383,'_wpml_media_duplicate','1'),(24503,1384,'_aioseop_opengraph_settings','a:0:{}'),(24504,1385,'_aioseop_opengraph_settings','a:0:{}'),(24505,1386,'_aioseop_opengraph_settings','a:0:{}'),(24506,1387,'_aioseop_opengraph_settings','a:0:{}'),(24507,1388,'_aioseop_opengraph_settings','a:0:{}'),(24508,1389,'_aioseop_opengraph_settings','a:0:{}'),(24509,1390,'_aioseop_opengraph_settings','a:0:{}'),(24510,1391,'_aioseop_opengraph_settings','a:0:{}'),(24511,1392,'_aioseop_opengraph_settings','a:0:{}'),(24512,1393,'_aioseop_opengraph_settings','a:0:{}'),(24513,1394,'_aioseop_opengraph_settings','a:0:{}'),(24514,1395,'_aioseop_opengraph_settings','a:0:{}'),(24515,1396,'_aioseop_opengraph_settings','a:0:{}'),(24516,1397,'_aioseop_opengraph_settings','a:0:{}'),(24517,1398,'_aioseop_opengraph_settings','a:0:{}'),(24518,1399,'_aioseop_opengraph_settings','a:0:{}'),(24519,1400,'_aioseop_opengraph_settings','a:0:{}'),(24520,1401,'_aioseop_opengraph_settings','a:0:{}'),(24521,1402,'_aioseop_opengraph_settings','a:0:{}'),(24522,1403,'_aioseop_opengraph_settings','a:0:{}'),(24523,1404,'_aioseop_opengraph_settings','a:0:{}'),(24524,1405,'_aioseop_opengraph_settings','a:0:{}'),(24525,1406,'_aioseop_opengraph_settings','a:0:{}'),(24526,1407,'_aioseop_opengraph_settings','a:0:{}'),(24527,1408,'_aioseop_opengraph_settings','a:0:{}'),(24528,1409,'_aioseop_opengraph_settings','a:0:{}'),(24529,1410,'_aioseop_opengraph_settings','a:0:{}'),(24530,1411,'inline_featured_image','0'),(24531,1411,'_wpml_word_count','{\"total\":321,\"to_translate\":{\"ja\":321,\"ru\":321,\"sg\":321,\"es\":321}}'),(24532,1411,'_aioseop_opengraph_settings','a:14:{s:32:\"aioseop_opengraph_settings_title\";s:0:\"\";s:31:\"aioseop_opengraph_settings_desc\";s:0:\"\";s:36:\"aioseop_opengraph_settings_customimg\";s:0:\"\";s:37:\"aioseop_opengraph_settings_imagewidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_imageheight\";s:0:\"\";s:32:\"aioseop_opengraph_settings_video\";s:0:\"\";s:37:\"aioseop_opengraph_settings_videowidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_videoheight\";s:0:\"\";s:35:\"aioseop_opengraph_settings_category\";s:7:\"article\";s:34:\"aioseop_opengraph_settings_section\";s:0:\"\";s:30:\"aioseop_opengraph_settings_tag\";s:0:\"\";s:34:\"aioseop_opengraph_settings_setcard\";s:7:\"summary\";s:44:\"aioseop_opengraph_settings_customimg_twitter\";s:0:\"\";s:44:\"aioseop_opengraph_settings_customimg_checker\";s:1:\"0\";}'),(24533,1411,'_edit_lock','1603154591:1'),(24534,1411,'_edit_last','1'),(24535,1411,'_wpml_media_featured','1'),(24536,1411,'_wpml_media_duplicate','1'),(24537,1411,'_wp_page_template','page-buy.php'),(24538,1411,'show_crypto_funds','1'),(24539,1411,'_show_crypto_funds','field_5d1cd58ba65cf'),(24540,1412,'show_crypto_funds','0'),(24541,1412,'_show_crypto_funds','field_5d1cd58ba65cf'),(24545,1411,'animations','bitcoin'),(24546,1411,'_animations','field_5f873fd1c7e85'),(24547,1411,'title_section_1','How can I buy Bitcoin?'),(24548,1411,'_title_section_1','field_5f873fd1c8650'),(24549,1411,'text_section_1','CryptoWallet comes with a built-in exchange that allows you to securely buy, sell, and trade cryptocurrencies, including Bitcoin. See the steps below for information on how to get a Bitcoin wallet, how to use a Bitcoin wallet, and how to buy Bitcoin.'),(24550,1411,'_text_section_1','field_5f8741e317187'),(24551,1411,'step_1','Top up  with fiat currency (like US dollar) or crypto (like ETH) using a bank transfer or debit card.'),(24552,1411,'_step_1','field_5f873fd1c8a34'),(24553,1411,'step_2','Navigate to the exchange page. The exchange will show the current value of Bitcoin.'),(24554,1411,'_step_2','field_5f873fd1c8e0e'),(24555,1411,'step_3','Select the amount of Bitcoin and confirm that the price is what you\'re willing to pay.'),(24556,1411,'_step_3','field_5f873fd1c9223'),(24557,1411,'step_4','Press select to buy some Bitcoin. The funds will be deposited in your Bitcoin wallet.'),(24558,1411,'_step_4','field_5f873fd1c95ea'),(24559,1411,'title_section_2','Why Cryptowallet is the best place to buy Bitcoin?'),(24560,1411,'_title_section_2','field_5f873fd1c9dc8'),(24561,1411,'text_section_2','CryptoWallet was designed to give you several advantages if you want to buy Bitcoin with a prepaid debit card. Let\'s take a look.'),(24562,1411,'_text_section_2','field_5f873fd1ca1af'),(24563,1411,'title_option_1','Ease of Use'),(24564,1411,'_title_option_1','field_5f874930d689c'),(24565,1411,'title_option_2','Simple Registration'),(24566,1411,'_title_option_2','field_5f87494fd689d'),(24567,1411,'title_option_3','Real-World Usage'),(24568,1411,'_title_option_3','field_5f874951d689e'),(24569,1411,'option_1','CryptoWallet is intuitive and easy to understand for new users. You don\'t need to know how to set up a Bitcoin wallet, as everything is handled in-app.'),(24570,1411,'_option_1','field_5f873fd1ca596'),(24571,1411,'option_2','The registration process for CryptoWallet is straightforward and offers access to 13 major cryptocurrencies as well as many ERC-20 tokens, offering a rich trading experience and a secure BTC wallet for all users.'),(24572,1411,'_option_2','field_5f873fd1ca978'),(24573,1411,'option_3','CryptoWallet is much more than a Bitcoin wallet app. If you want, you can connect your Bitcoin wallet with your crypto debit card and instantly start spending Bitcoin on goods and services out in the real world!'),(24574,1411,'_option_3','field_5f873fd1cad5d'),(24575,1411,'title_section_3','CryptoWallet app'),(24576,1411,'_title_section_3','field_5f873fd1cb52c'),(24577,1411,'text_section_3','You can use the CryptoWallet app to get the most out of your Bitcoin funds. Securely store Bitcoin to speculate on price gains, trade Bitcoin for cash or other cryptocurrencies, or spend Bitcoin online and in stores. With the CryptoWallet app, you can finally use Bitcoin as real money.'),(24578,1411,'_text_section_3','field_5f873fd1cb92a'),(24579,1411,'quote_section_3','CryptoWallet is a private limited company licensed to sell cryptocurrencies globally. Our online cryptocurrency wallet is secured by BitGo, a licensed custodian that provides institutional-grade protection to stored funds.'),(24580,1411,'_quote_section_3','field_5f874acb51c4a'),(24581,1411,'title_download','Download the App Today and Get Started!'),(24582,1411,'_title_download','field_5f874cc8a579b'),(24583,1411,'title_section_4','Learn more about Bitcoin'),(24584,1411,'_title_section_4','field_5f874d9d8426a'),(24585,1411,'itens','3'),(24586,1411,'_itens','field_5f874e15978c9'),(24587,1412,'animations','Bitcoin'),(24588,1412,'_animations','field_5f873fd1c7e85'),(24589,1412,'title_section_1',''),(24590,1412,'_title_section_1','field_5f873fd1c8650'),(24591,1412,'text_section_1',''),(24592,1412,'_text_section_1','field_5f8741e317187'),(24593,1412,'step_1',''),(24594,1412,'_step_1','field_5f873fd1c8a34'),(24595,1412,'step_2',''),(24596,1412,'_step_2','field_5f873fd1c8e0e'),(24597,1412,'step_3',''),(24598,1412,'_step_3','field_5f873fd1c9223'),(24599,1412,'step_4',''),(24600,1412,'_step_4','field_5f873fd1c95ea'),(24601,1412,'title_section_2',''),(24602,1412,'_title_section_2','field_5f873fd1c9dc8'),(24603,1412,'text_section_2',''),(24604,1412,'_text_section_2','field_5f873fd1ca1af'),(24605,1412,'title_option_1',''),(24606,1412,'_title_option_1','field_5f874930d689c'),(24607,1412,'title_option_2',''),(24608,1412,'_title_option_2','field_5f87494fd689d'),(24609,1412,'title_option_3',''),(24610,1412,'_title_option_3','field_5f874951d689e'),(24611,1412,'option_1',''),(24612,1412,'_option_1','field_5f873fd1ca596'),(24613,1412,'option_2',''),(24614,1412,'_option_2','field_5f873fd1ca978'),(24615,1412,'option_3',''),(24616,1412,'_option_3','field_5f873fd1cad5d'),(24617,1412,'title_section_3',''),(24618,1412,'_title_section_3','field_5f873fd1cb52c'),(24619,1412,'text_section_3',''),(24620,1412,'_text_section_3','field_5f873fd1cb92a'),(24621,1412,'quote_section_3',''),(24622,1412,'_quote_section_3','field_5f874acb51c4a'),(24623,1412,'title_download',''),(24624,1412,'_title_download','field_5f874cc8a579b'),(24625,1412,'title_section_4',''),(24626,1412,'_title_section_4','field_5f874d9d8426a'),(24627,1412,'itens',''),(24628,1412,'_itens','field_5f874e15978c9'),(24629,1411,'itens_0_title','What is Bitcoin, and what is a Bitcoin wallet?'),(24630,1411,'_itens_0_title','field_5f874e1f978ca'),(24631,1411,'itens_0_description','Bitcoin is the world\'s first cryptocurrency. Created in 2008 by an unknown developer, or developers, Bitcoin was launched as a form of electronic cash that couldn\'t be controlled by governments and central banks. Bitcoin transactions are stored on computers around the world as a list that cannot be edited or tampered with, and the funds are stored in software programs called Bitcoin wallets.'),(24632,1411,'_itens_0_description','field_5f874e33978cb'),(24633,1411,'itens_1_title','What can I do with Bitcoin'),(24634,1411,'_itens_1_title','field_5f874e1f978ca'),(24635,1411,'itens_1_description','You can use Bitcoin to transfer value from one person or group to another. Many people invest in Bitcoin for speculative gain. Bitcoin can be exchanged for cash and cryptocurrencies. With CryptoWallet, you can use Bitcoin to pay for goods and services anywhere that accepts debit cards.'),(24636,1411,'_itens_1_description','field_5f874e33978cb'),(24637,1411,'itens_2_title','Bitcoin price today'),(24638,1411,'_itens_2_title','field_5f874e1f978ca'),(24639,1411,'itens_2_description','In 2010, 1 bitcoin was worth $0.003. Today, 1 bitcoin is worth approximately $12,000. You can open a Bitcoin wallet to store Bitcoin indefinitely, for free.'),(24640,1411,'_itens_2_description','field_5f874e33978cb'),(24641,1414,'show_crypto_funds','0'),(24642,1414,'_show_crypto_funds','field_5d1cd58ba65cf'),(24643,1414,'animations','Bitcoin'),(24644,1414,'_animations','field_5f873fd1c7e85'),(24645,1414,'title_section_1','How can I buy Bitcoin?'),(24646,1414,'_title_section_1','field_5f873fd1c8650'),(24647,1414,'text_section_1','CryptoWallet comes with a built-in exchange that allows you to securely buy, sell, and trade cryptocurrencies, including Bitcoin. See the steps below for information on how to get a Bitcoin wallet, how to use a Bitcoin wallet, and how to buy Bitcoin.'),(24648,1414,'_text_section_1','field_5f8741e317187'),(24649,1414,'step_1','Top up  with fiat currency (like US dollar) or crypto (like ETH) using a bank transfer or debit card.'),(24650,1414,'_step_1','field_5f873fd1c8a34'),(24651,1414,'step_2','Navigate to the exchange page. The exchange will show the current value of Bitcoin.'),(24652,1414,'_step_2','field_5f873fd1c8e0e'),(24653,1414,'step_3','Select the amount of Bitcoin and confirm that the price is what you\'re willing to pay.'),(24654,1414,'_step_3','field_5f873fd1c9223'),(24655,1414,'step_4','Press select to buy some Bitcoin. The funds will be deposited in your Bitcoin wallet.'),(24656,1414,'_step_4','field_5f873fd1c95ea'),(24657,1414,'title_section_2','Why Cryptowallet is the best place to buy Bitcoin?'),(24658,1414,'_title_section_2','field_5f873fd1c9dc8'),(24659,1414,'text_section_2','CryptoWallet was designed to give you several advantages if you want to buy Bitcoin with a prepaid debit card. Let\'s take a look.'),(24660,1414,'_text_section_2','field_5f873fd1ca1af'),(24661,1414,'title_option_1','Ease of Use'),(24662,1414,'_title_option_1','field_5f874930d689c'),(24663,1414,'title_option_2','Simple Registration'),(24664,1414,'_title_option_2','field_5f87494fd689d'),(24665,1414,'title_option_3','Real-World Usage'),(24666,1414,'_title_option_3','field_5f874951d689e'),(24667,1414,'option_1','CryptoWallet is intuitive and easy to understand for new users. You don\'t need to know how to set up a Bitcoin wallet, as everything is handled in-app.'),(24668,1414,'_option_1','field_5f873fd1ca596'),(24669,1414,'option_2','The registration process for CryptoWallet is straightforward and offers access to 13 major cryptocurrencies as well as many ERC-20 tokens, offering a rich trading experience and a secure BTC wallet for all users.'),(24670,1414,'_option_2','field_5f873fd1ca978'),(24671,1414,'option_3','CryptoWallet is much more than a Bitcoin wallet app. If you want, you can connect your Bitcoin wallet with your crypto debit card and instantly start spending Bitcoin on goods and services out in the real world!'),(24672,1414,'_option_3','field_5f873fd1cad5d'),(24673,1414,'title_section_3','CryptoWallet app'),(24674,1414,'_title_section_3','field_5f873fd1cb52c'),(24675,1414,'text_section_3','You can use the CryptoWallet app to get the most out of your Bitcoin funds. Securely store Bitcoin to speculate on price gains, trade Bitcoin for cash or other cryptocurrencies, or spend Bitcoin online and in stores. With the CryptoWallet app, you can finally use Bitcoin as real money.'),(24676,1414,'_text_section_3','field_5f873fd1cb92a'),(24677,1414,'quote_section_3','CryptoWallet is a private limited company licensed to sell cryptocurrencies globally. Our online cryptocurrency wallet is secured by BitGo, a licensed custodian that provides institutional-grade protection to stored funds.'),(24678,1414,'_quote_section_3','field_5f874acb51c4a'),(24679,1414,'title_download','Download the App Today and Get Started!'),(24680,1414,'_title_download','field_5f874cc8a579b'),(24681,1414,'title_section_4','Learn more about Bitcoin'),(24682,1414,'_title_section_4','field_5f874d9d8426a'),(24683,1414,'itens','3'),(24684,1414,'_itens','field_5f874e15978c9'),(24685,1414,'itens_0_title','What is Bitcoin, and what is a Bitcoin wallet?'),(24686,1414,'_itens_0_title','field_5f874e1f978ca'),(24687,1414,'itens_0_description','Bitcoin is the world\'s first cryptocurrency. Created in 2008 by an unknown developer, or developers, Bitcoin was launched as a form of electronic cash that couldn\'t be controlled by governments and central banks. Bitcoin transactions are stored on computers around the world as a list that cannot be edited or tampered with, and the funds are stored in software programs called Bitcoin wallets.'),(24688,1414,'_itens_0_description','field_5f874e33978cb'),(24689,1414,'itens_1_title','What can I do with Bitcoin'),(24690,1414,'_itens_1_title','field_5f874e1f978ca'),(24691,1414,'itens_1_description','You can use Bitcoin to transfer value from one person or group to another. Many people invest in Bitcoin for speculative gain. Bitcoin can be exchanged for cash and cryptocurrencies. With CryptoWallet, you can use Bitcoin to pay for goods and services anywhere that accepts debit cards.'),(24692,1414,'_itens_1_description','field_5f874e33978cb'),(24693,1414,'itens_2_title','Bitcoin price today'),(24694,1414,'_itens_2_title','field_5f874e1f978ca'),(24695,1414,'itens_2_description','In 2010, 1 bitcoin was worth $0.003. Today, 1 bitcoin is worth approximately $12,000. You can open a Bitcoin wallet to store Bitcoin indefinitely, for free.'),(24696,1414,'_itens_2_description','field_5f874e33978cb'),(24697,1415,'show_crypto_funds','1'),(24698,1415,'_show_crypto_funds','field_5d1cd58ba65cf'),(24699,1415,'animations','bitcoin'),(24700,1415,'_animations','field_5f873fd1c7e85'),(24701,1415,'title_section_1','How can I buy Bitcoin?'),(24702,1415,'_title_section_1','field_5f873fd1c8650'),(24703,1415,'text_section_1','CryptoWallet comes with a built-in exchange that allows you to securely buy, sell, and trade cryptocurrencies, including Bitcoin. See the steps below for information on how to get a Bitcoin wallet, how to use a Bitcoin wallet, and how to buy Bitcoin.'),(24704,1415,'_text_section_1','field_5f8741e317187'),(24705,1415,'step_1','Top up  with fiat currency (like US dollar) or crypto (like ETH) using a bank transfer or debit card.'),(24706,1415,'_step_1','field_5f873fd1c8a34'),(24707,1415,'step_2','Navigate to the exchange page. The exchange will show the current value of Bitcoin.'),(24708,1415,'_step_2','field_5f873fd1c8e0e'),(24709,1415,'step_3','Select the amount of Bitcoin and confirm that the price is what you\'re willing to pay.'),(24710,1415,'_step_3','field_5f873fd1c9223'),(24711,1415,'step_4','Press select to buy some Bitcoin. The funds will be deposited in your Bitcoin wallet.'),(24712,1415,'_step_4','field_5f873fd1c95ea'),(24713,1415,'title_section_2','Why Cryptowallet is the best place to buy Bitcoin?'),(24714,1415,'_title_section_2','field_5f873fd1c9dc8'),(24715,1415,'text_section_2','CryptoWallet was designed to give you several advantages if you want to buy Bitcoin with a prepaid debit card. Let\'s take a look.'),(24716,1415,'_text_section_2','field_5f873fd1ca1af'),(24717,1415,'title_option_1','Ease of Use'),(24718,1415,'_title_option_1','field_5f874930d689c'),(24719,1415,'title_option_2','Simple Registration'),(24720,1415,'_title_option_2','field_5f87494fd689d'),(24721,1415,'title_option_3','Real-World Usage'),(24722,1415,'_title_option_3','field_5f874951d689e'),(24723,1415,'option_1','CryptoWallet is intuitive and easy to understand for new users. You don\'t need to know how to set up a Bitcoin wallet, as everything is handled in-app.'),(24724,1415,'_option_1','field_5f873fd1ca596'),(24725,1415,'option_2','The registration process for CryptoWallet is straightforward and offers access to 13 major cryptocurrencies as well as many ERC-20 tokens, offering a rich trading experience and a secure BTC wallet for all users.'),(24726,1415,'_option_2','field_5f873fd1ca978'),(24727,1415,'option_3','CryptoWallet is much more than a Bitcoin wallet app. If you want, you can connect your Bitcoin wallet with your crypto debit card and instantly start spending Bitcoin on goods and services out in the real world!'),(24728,1415,'_option_3','field_5f873fd1cad5d'),(24729,1415,'title_section_3','CryptoWallet app'),(24730,1415,'_title_section_3','field_5f873fd1cb52c'),(24731,1415,'text_section_3','You can use the CryptoWallet app to get the most out of your Bitcoin funds. Securely store Bitcoin to speculate on price gains, trade Bitcoin for cash or other cryptocurrencies, or spend Bitcoin online and in stores. With the CryptoWallet app, you can finally use Bitcoin as real money.'),(24732,1415,'_text_section_3','field_5f873fd1cb92a'),(24733,1415,'quote_section_3','CryptoWallet is a private limited company licensed to sell cryptocurrencies globally. Our online cryptocurrency wallet is secured by BitGo, a licensed custodian that provides institutional-grade protection to stored funds.'),(24734,1415,'_quote_section_3','field_5f874acb51c4a'),(24735,1415,'title_download','Download the App Today and Get Started!'),(24736,1415,'_title_download','field_5f874cc8a579b'),(24737,1415,'title_section_4','Learn more about Bitcoin'),(24738,1415,'_title_section_4','field_5f874d9d8426a'),(24739,1415,'itens','3'),(24740,1415,'_itens','field_5f874e15978c9'),(24741,1415,'itens_0_title','What is Bitcoin, and what is a Bitcoin wallet?'),(24742,1415,'_itens_0_title','field_5f874e1f978ca'),(24743,1415,'itens_0_description','Bitcoin is the world\'s first cryptocurrency. Created in 2008 by an unknown developer, or developers, Bitcoin was launched as a form of electronic cash that couldn\'t be controlled by governments and central banks. Bitcoin transactions are stored on computers around the world as a list that cannot be edited or tampered with, and the funds are stored in software programs called Bitcoin wallets.'),(24744,1415,'_itens_0_description','field_5f874e33978cb'),(24745,1415,'itens_1_title','What can I do with Bitcoin'),(24746,1415,'_itens_1_title','field_5f874e1f978ca'),(24747,1415,'itens_1_description','You can use Bitcoin to transfer value from one person or group to another. Many people invest in Bitcoin for speculative gain. Bitcoin can be exchanged for cash and cryptocurrencies. With CryptoWallet, you can use Bitcoin to pay for goods and services anywhere that accepts debit cards.'),(24748,1415,'_itens_1_description','field_5f874e33978cb'),(24749,1415,'itens_2_title','Bitcoin price today'),(24750,1415,'_itens_2_title','field_5f874e1f978ca'),(24751,1415,'itens_2_description','In 2010, 1 bitcoin was worth $0.003. Today, 1 bitcoin is worth approximately $12,000. You can open a Bitcoin wallet to store Bitcoin indefinitely, for free.'),(24752,1415,'_itens_2_description','field_5f874e33978cb'),(24753,1416,'inline_featured_image','0'),(24754,1416,'_wpml_word_count','{\"total\":321,\"to_translate\":{\"ja\":321,\"ru\":321,\"sg\":321,\"es\":321}}'),(24755,1416,'_aioseop_opengraph_settings','a:14:{s:32:\"aioseop_opengraph_settings_title\";s:0:\"\";s:31:\"aioseop_opengraph_settings_desc\";s:0:\"\";s:36:\"aioseop_opengraph_settings_customimg\";s:0:\"\";s:37:\"aioseop_opengraph_settings_imagewidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_imageheight\";s:0:\"\";s:32:\"aioseop_opengraph_settings_video\";s:0:\"\";s:37:\"aioseop_opengraph_settings_videowidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_videoheight\";s:0:\"\";s:35:\"aioseop_opengraph_settings_category\";s:7:\"article\";s:34:\"aioseop_opengraph_settings_section\";s:0:\"\";s:30:\"aioseop_opengraph_settings_tag\";s:0:\"\";s:34:\"aioseop_opengraph_settings_setcard\";s:7:\"summary\";s:44:\"aioseop_opengraph_settings_customimg_twitter\";s:0:\"\";s:44:\"aioseop_opengraph_settings_customimg_checker\";s:1:\"0\";}'),(24756,1416,'_wpml_media_featured','1'),(24757,1416,'_wpml_media_duplicate','1'),(24758,1416,'inline_featured_image','0'),(24759,1416,'_wpml_word_count','{\"total\":321,\"to_translate\":{\"ja\":321,\"ru\":321,\"sg\":321,\"es\":321}}'),(24760,1416,'_aioseop_opengraph_settings','a:14:{s:32:\"aioseop_opengraph_settings_title\";s:0:\"\";s:31:\"aioseop_opengraph_settings_desc\";s:0:\"\";s:36:\"aioseop_opengraph_settings_customimg\";s:0:\"\";s:37:\"aioseop_opengraph_settings_imagewidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_imageheight\";s:0:\"\";s:32:\"aioseop_opengraph_settings_video\";s:0:\"\";s:37:\"aioseop_opengraph_settings_videowidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_videoheight\";s:0:\"\";s:35:\"aioseop_opengraph_settings_category\";s:7:\"article\";s:34:\"aioseop_opengraph_settings_section\";s:0:\"\";s:30:\"aioseop_opengraph_settings_tag\";s:0:\"\";s:34:\"aioseop_opengraph_settings_setcard\";s:7:\"summary\";s:44:\"aioseop_opengraph_settings_customimg_twitter\";s:0:\"\";s:44:\"aioseop_opengraph_settings_customimg_checker\";s:1:\"0\";}'),(24761,1416,'_wpml_media_featured','1'),(24762,1416,'_wpml_media_duplicate','1'),(24763,1416,'_wp_page_template','page-buy.php'),(24764,1416,'show_crypto_funds','1'),(24765,1416,'_show_crypto_funds','field_5d1cd58ba65cf'),(24766,1416,'animations','ethereum'),(24767,1416,'_animations','field_5f873fd1c7e85'),(24768,1416,'title_section_1','How can I buy Bitcoin?'),(24769,1416,'_title_section_1','field_5f873fd1c8650'),(24770,1416,'text_section_1','CryptoWallet comes with a built-in exchange that allows you to securely buy, sell, and trade cryptocurrencies, including Bitcoin. See the steps below for information on how to get a Bitcoin wallet, how to use a Bitcoin wallet, and how to buy Bitcoin.'),(24771,1416,'_text_section_1','field_5f8741e317187'),(24772,1416,'step_1','Top up  with fiat currency (like US dollar) or crypto (like ETH) using a bank transfer or debit card.'),(24773,1416,'_step_1','field_5f873fd1c8a34'),(24774,1416,'step_2','Navigate to the exchange page. The exchange will show the current value of Bitcoin.'),(24775,1416,'_step_2','field_5f873fd1c8e0e'),(24776,1416,'step_3','Select the amount of Bitcoin and confirm that the price is what you\'re willing to pay.'),(24777,1416,'_step_3','field_5f873fd1c9223'),(24778,1416,'step_4','Press select to buy some Bitcoin. The funds will be deposited in your Bitcoin wallet.'),(24779,1416,'_step_4','field_5f873fd1c95ea'),(24780,1416,'title_section_2','Why Cryptowallet is the best place to buy Bitcoin?'),(24781,1416,'_title_section_2','field_5f873fd1c9dc8'),(24782,1416,'text_section_2','CryptoWallet was designed to give you several advantages if you want to buy Bitcoin with a prepaid debit card. Let\'s take a look.'),(24783,1416,'_text_section_2','field_5f873fd1ca1af'),(24784,1416,'title_option_1','Ease of Use'),(24785,1416,'_title_option_1','field_5f874930d689c'),(24786,1416,'title_option_2','Simple Registration'),(24787,1416,'_title_option_2','field_5f87494fd689d'),(24788,1416,'title_option_3','Real-World Usage'),(24789,1416,'_title_option_3','field_5f874951d689e'),(24790,1416,'option_1','CryptoWallet is intuitive and easy to understand for new users. You don\'t need to know how to set up a Bitcoin wallet, as everything is handled in-app.'),(24791,1416,'_option_1','field_5f873fd1ca596'),(24792,1416,'option_2','The registration process for CryptoWallet is straightforward and offers access to 13 major cryptocurrencies as well as many ERC-20 tokens, offering a rich trading experience and a secure BTC wallet for all users.'),(24793,1416,'_option_2','field_5f873fd1ca978'),(24794,1416,'option_3','CryptoWallet is much more than a Bitcoin wallet app. If you want, you can connect your Bitcoin wallet with your crypto debit card and instantly start spending Bitcoin on goods and services out in the real world!'),(24795,1416,'_option_3','field_5f873fd1cad5d'),(24796,1416,'title_section_3','CryptoWallet app'),(24797,1416,'_title_section_3','field_5f873fd1cb52c'),(24798,1416,'text_section_3','You can use the CryptoWallet app to get the most out of your Bitcoin funds. Securely store Bitcoin to speculate on price gains, trade Bitcoin for cash or other cryptocurrencies, or spend Bitcoin online and in stores. With the CryptoWallet app, you can finally use Bitcoin as real money.'),(24799,1416,'_text_section_3','field_5f873fd1cb92a'),(24800,1416,'quote_section_3','CryptoWallet is a private limited company licensed to sell cryptocurrencies globally. Our online cryptocurrency wallet is secured by BitGo, a licensed custodian that provides institutional-grade protection to stored funds.'),(24801,1416,'_quote_section_3','field_5f874acb51c4a'),(24802,1416,'title_download','Download the App Today and Get Started!'),(24803,1416,'_title_download','field_5f874cc8a579b'),(24804,1416,'title_section_4','Learn more about Bitcoin'),(24805,1416,'_title_section_4','field_5f874d9d8426a'),(24806,1416,'itens','3'),(24807,1416,'_itens','field_5f874e15978c9'),(24808,1416,'itens_0_title','What is Bitcoin, and what is a Bitcoin wallet?'),(24809,1416,'_itens_0_title','field_5f874e1f978ca'),(24810,1416,'itens_0_description','Bitcoin is the world\'s first cryptocurrency. Created in 2008 by an unknown developer, or developers, Bitcoin was launched as a form of electronic cash that couldn\'t be controlled by governments and central banks. Bitcoin transactions are stored on computers around the world as a list that cannot be edited or tampered with, and the funds are stored in software programs called Bitcoin wallets.'),(24811,1416,'_itens_0_description','field_5f874e33978cb'),(24812,1416,'itens_1_title','What can I do with Bitcoin'),(24813,1416,'_itens_1_title','field_5f874e1f978ca'),(24814,1416,'itens_1_description','You can use Bitcoin to transfer value from one person or group to another. Many people invest in Bitcoin for speculative gain. Bitcoin can be exchanged for cash and cryptocurrencies. With CryptoWallet, you can use Bitcoin to pay for goods and services anywhere that accepts debit cards.'),(24815,1416,'_itens_1_description','field_5f874e33978cb'),(24816,1416,'itens_2_title','Bitcoin price today'),(24817,1416,'_itens_2_title','field_5f874e1f978ca'),(24818,1416,'itens_2_description','In 2010, 1 bitcoin was worth $0.003. Today, 1 bitcoin is worth approximately $12,000. You can open a Bitcoin wallet to store Bitcoin indefinitely, for free.'),(24819,1416,'_itens_2_description','field_5f874e33978cb'),(24820,1416,'_dp_original','1411'),(24821,1417,'inline_featured_image','0'),(24822,1417,'_wpml_word_count','{\"total\":321,\"to_translate\":{\"ja\":321,\"ru\":321,\"sg\":321,\"es\":321}}'),(24823,1417,'_aioseop_opengraph_settings','a:14:{s:32:\"aioseop_opengraph_settings_title\";s:0:\"\";s:31:\"aioseop_opengraph_settings_desc\";s:0:\"\";s:36:\"aioseop_opengraph_settings_customimg\";s:0:\"\";s:37:\"aioseop_opengraph_settings_imagewidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_imageheight\";s:0:\"\";s:32:\"aioseop_opengraph_settings_video\";s:0:\"\";s:37:\"aioseop_opengraph_settings_videowidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_videoheight\";s:0:\"\";s:35:\"aioseop_opengraph_settings_category\";s:7:\"article\";s:34:\"aioseop_opengraph_settings_section\";s:0:\"\";s:30:\"aioseop_opengraph_settings_tag\";s:0:\"\";s:34:\"aioseop_opengraph_settings_setcard\";s:7:\"summary\";s:44:\"aioseop_opengraph_settings_customimg_twitter\";s:0:\"\";s:44:\"aioseop_opengraph_settings_customimg_checker\";s:1:\"0\";}'),(24824,1417,'_wpml_media_featured','1'),(24825,1417,'_wpml_media_duplicate','1'),(24826,1417,'inline_featured_image','0'),(24827,1417,'_wpml_word_count','{\"total\":321,\"to_translate\":{\"ja\":321,\"ru\":321,\"sg\":321,\"es\":321}}'),(24828,1417,'_aioseop_opengraph_settings','a:14:{s:32:\"aioseop_opengraph_settings_title\";s:0:\"\";s:31:\"aioseop_opengraph_settings_desc\";s:0:\"\";s:36:\"aioseop_opengraph_settings_customimg\";s:0:\"\";s:37:\"aioseop_opengraph_settings_imagewidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_imageheight\";s:0:\"\";s:32:\"aioseop_opengraph_settings_video\";s:0:\"\";s:37:\"aioseop_opengraph_settings_videowidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_videoheight\";s:0:\"\";s:35:\"aioseop_opengraph_settings_category\";s:7:\"article\";s:34:\"aioseop_opengraph_settings_section\";s:0:\"\";s:30:\"aioseop_opengraph_settings_tag\";s:0:\"\";s:34:\"aioseop_opengraph_settings_setcard\";s:7:\"summary\";s:44:\"aioseop_opengraph_settings_customimg_twitter\";s:0:\"\";s:44:\"aioseop_opengraph_settings_customimg_checker\";s:1:\"0\";}'),(24829,1417,'_wpml_media_featured','1'),(24830,1417,'_wpml_media_duplicate','1'),(24831,1417,'_wp_page_template','page-buy.php'),(24832,1417,'show_crypto_funds','1'),(24833,1417,'_show_crypto_funds','field_5d1cd58ba65cf'),(24834,1417,'animations','litecoin'),(24835,1417,'_animations','field_5f873fd1c7e85'),(24836,1417,'title_section_1','How can I buy Bitcoin?'),(24837,1417,'_title_section_1','field_5f873fd1c8650'),(24838,1417,'text_section_1','CryptoWallet comes with a built-in exchange that allows you to securely buy, sell, and trade cryptocurrencies, including Bitcoin. See the steps below for information on how to get a Bitcoin wallet, how to use a Bitcoin wallet, and how to buy Bitcoin.'),(24839,1417,'_text_section_1','field_5f8741e317187'),(24840,1417,'step_1','Top up  with fiat currency (like US dollar) or crypto (like ETH) using a bank transfer or debit card.'),(24841,1417,'_step_1','field_5f873fd1c8a34'),(24842,1417,'step_2','Navigate to the exchange page. The exchange will show the current value of Bitcoin.'),(24843,1417,'_step_2','field_5f873fd1c8e0e'),(24844,1417,'step_3','Select the amount of Bitcoin and confirm that the price is what you\'re willing to pay.'),(24845,1417,'_step_3','field_5f873fd1c9223'),(24846,1417,'step_4','Press select to buy some Bitcoin. The funds will be deposited in your Bitcoin wallet.'),(24847,1417,'_step_4','field_5f873fd1c95ea'),(24848,1417,'title_section_2','Why Cryptowallet is the best place to buy Bitcoin?'),(24849,1417,'_title_section_2','field_5f873fd1c9dc8'),(24850,1417,'text_section_2','CryptoWallet was designed to give you several advantages if you want to buy Bitcoin with a prepaid debit card. Let\'s take a look.'),(24851,1417,'_text_section_2','field_5f873fd1ca1af'),(24852,1417,'title_option_1','Ease of Use'),(24853,1417,'_title_option_1','field_5f874930d689c'),(24854,1417,'title_option_2','Simple Registration'),(24855,1417,'_title_option_2','field_5f87494fd689d'),(24856,1417,'title_option_3','Real-World Usage'),(24857,1417,'_title_option_3','field_5f874951d689e'),(24858,1417,'option_1','CryptoWallet is intuitive and easy to understand for new users. You don\'t need to know how to set up a Bitcoin wallet, as everything is handled in-app.'),(24859,1417,'_option_1','field_5f873fd1ca596'),(24860,1417,'option_2','The registration process for CryptoWallet is straightforward and offers access to 13 major cryptocurrencies as well as many ERC-20 tokens, offering a rich trading experience and a secure BTC wallet for all users.'),(24861,1417,'_option_2','field_5f873fd1ca978'),(24862,1417,'option_3','CryptoWallet is much more than a Bitcoin wallet app. If you want, you can connect your Bitcoin wallet with your crypto debit card and instantly start spending Bitcoin on goods and services out in the real world!'),(24863,1417,'_option_3','field_5f873fd1cad5d'),(24864,1417,'title_section_3','CryptoWallet app'),(24865,1417,'_title_section_3','field_5f873fd1cb52c'),(24866,1417,'text_section_3','You can use the CryptoWallet app to get the most out of your Bitcoin funds. Securely store Bitcoin to speculate on price gains, trade Bitcoin for cash or other cryptocurrencies, or spend Bitcoin online and in stores. With the CryptoWallet app, you can finally use Bitcoin as real money.'),(24867,1417,'_text_section_3','field_5f873fd1cb92a'),(24868,1417,'quote_section_3','CryptoWallet is a private limited company licensed to sell cryptocurrencies globally. Our online cryptocurrency wallet is secured by BitGo, a licensed custodian that provides institutional-grade protection to stored funds.'),(24869,1417,'_quote_section_3','field_5f874acb51c4a'),(24870,1417,'title_download','Download the App Today and Get Started!'),(24871,1417,'_title_download','field_5f874cc8a579b'),(24872,1417,'title_section_4','Learn more about Bitcoin'),(24873,1417,'_title_section_4','field_5f874d9d8426a'),(24874,1417,'itens','3'),(24875,1417,'_itens','field_5f874e15978c9'),(24876,1417,'itens_0_title','What is Bitcoin, and what is a Bitcoin wallet?'),(24877,1417,'_itens_0_title','field_5f874e1f978ca'),(24878,1417,'itens_0_description','Bitcoin is the world\'s first cryptocurrency. Created in 2008 by an unknown developer, or developers, Bitcoin was launched as a form of electronic cash that couldn\'t be controlled by governments and central banks. Bitcoin transactions are stored on computers around the world as a list that cannot be edited or tampered with, and the funds are stored in software programs called Bitcoin wallets.'),(24879,1417,'_itens_0_description','field_5f874e33978cb'),(24880,1417,'itens_1_title','What can I do with Bitcoin'),(24881,1417,'_itens_1_title','field_5f874e1f978ca'),(24882,1417,'itens_1_description','You can use Bitcoin to transfer value from one person or group to another. Many people invest in Bitcoin for speculative gain. Bitcoin can be exchanged for cash and cryptocurrencies. With CryptoWallet, you can use Bitcoin to pay for goods and services anywhere that accepts debit cards.'),(24883,1417,'_itens_1_description','field_5f874e33978cb'),(24884,1417,'itens_2_title','Bitcoin price today'),(24885,1417,'_itens_2_title','field_5f874e1f978ca'),(24886,1417,'itens_2_description','In 2010, 1 bitcoin was worth $0.003. Today, 1 bitcoin is worth approximately $12,000. You can open a Bitcoin wallet to store Bitcoin indefinitely, for free.'),(24887,1417,'_itens_2_description','field_5f874e33978cb'),(24888,1417,'_dp_original','1411'),(24889,1418,'inline_featured_image','0'),(24890,1418,'_wpml_word_count','{\"total\":321,\"to_translate\":{\"ja\":321,\"ru\":321,\"sg\":321,\"es\":321}}'),(24891,1418,'_aioseop_opengraph_settings','a:14:{s:32:\"aioseop_opengraph_settings_title\";s:0:\"\";s:31:\"aioseop_opengraph_settings_desc\";s:0:\"\";s:36:\"aioseop_opengraph_settings_customimg\";s:0:\"\";s:37:\"aioseop_opengraph_settings_imagewidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_imageheight\";s:0:\"\";s:32:\"aioseop_opengraph_settings_video\";s:0:\"\";s:37:\"aioseop_opengraph_settings_videowidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_videoheight\";s:0:\"\";s:35:\"aioseop_opengraph_settings_category\";s:7:\"article\";s:34:\"aioseop_opengraph_settings_section\";s:0:\"\";s:30:\"aioseop_opengraph_settings_tag\";s:0:\"\";s:34:\"aioseop_opengraph_settings_setcard\";s:7:\"summary\";s:44:\"aioseop_opengraph_settings_customimg_twitter\";s:0:\"\";s:44:\"aioseop_opengraph_settings_customimg_checker\";s:1:\"0\";}'),(24892,1418,'_wpml_media_featured','1'),(24893,1418,'_wpml_media_duplicate','1'),(24894,1418,'inline_featured_image','0'),(24895,1418,'inline_featured_image','0'),(24896,1418,'_wpml_word_count','{\"total\":321,\"to_translate\":{\"ja\":321,\"ru\":321,\"sg\":321,\"es\":321}}'),(24897,1418,'_wpml_word_count','{\"total\":321,\"to_translate\":{\"ja\":321,\"ru\":321,\"sg\":321,\"es\":321}}'),(24898,1418,'_aioseop_opengraph_settings','a:14:{s:32:\"aioseop_opengraph_settings_title\";s:0:\"\";s:31:\"aioseop_opengraph_settings_desc\";s:0:\"\";s:36:\"aioseop_opengraph_settings_customimg\";s:0:\"\";s:37:\"aioseop_opengraph_settings_imagewidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_imageheight\";s:0:\"\";s:32:\"aioseop_opengraph_settings_video\";s:0:\"\";s:37:\"aioseop_opengraph_settings_videowidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_videoheight\";s:0:\"\";s:35:\"aioseop_opengraph_settings_category\";s:7:\"article\";s:34:\"aioseop_opengraph_settings_section\";s:0:\"\";s:30:\"aioseop_opengraph_settings_tag\";s:0:\"\";s:34:\"aioseop_opengraph_settings_setcard\";s:7:\"summary\";s:44:\"aioseop_opengraph_settings_customimg_twitter\";s:0:\"\";s:44:\"aioseop_opengraph_settings_customimg_checker\";s:1:\"0\";}'),(24899,1418,'_aioseop_opengraph_settings','a:14:{s:32:\"aioseop_opengraph_settings_title\";s:0:\"\";s:31:\"aioseop_opengraph_settings_desc\";s:0:\"\";s:36:\"aioseop_opengraph_settings_customimg\";s:0:\"\";s:37:\"aioseop_opengraph_settings_imagewidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_imageheight\";s:0:\"\";s:32:\"aioseop_opengraph_settings_video\";s:0:\"\";s:37:\"aioseop_opengraph_settings_videowidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_videoheight\";s:0:\"\";s:35:\"aioseop_opengraph_settings_category\";s:7:\"article\";s:34:\"aioseop_opengraph_settings_section\";s:0:\"\";s:30:\"aioseop_opengraph_settings_tag\";s:0:\"\";s:34:\"aioseop_opengraph_settings_setcard\";s:7:\"summary\";s:44:\"aioseop_opengraph_settings_customimg_twitter\";s:0:\"\";s:44:\"aioseop_opengraph_settings_customimg_checker\";s:1:\"0\";}'),(24900,1418,'_wpml_media_featured','1'),(24901,1418,'_wpml_media_featured','1'),(24902,1418,'_wpml_media_duplicate','1'),(24903,1418,'_wpml_media_duplicate','1'),(24904,1418,'_wp_page_template','page-buy.php'),(24905,1418,'show_crypto_funds','1'),(24906,1418,'_show_crypto_funds','field_5d1cd58ba65cf'),(24907,1418,'animations','ripple'),(24908,1418,'_animations','field_5f873fd1c7e85'),(24909,1418,'title_section_1','How can I buy Bitcoin?'),(24910,1418,'_title_section_1','field_5f873fd1c8650'),(24911,1418,'text_section_1','CryptoWallet comes with a built-in exchange that allows you to securely buy, sell, and trade cryptocurrencies, including Bitcoin. See the steps below for information on how to get a Bitcoin wallet, how to use a Bitcoin wallet, and how to buy Bitcoin.'),(24912,1418,'_text_section_1','field_5f8741e317187'),(24913,1418,'step_1','Top up  with fiat currency (like US dollar) or crypto (like ETH) using a bank transfer or debit card.'),(24914,1418,'_step_1','field_5f873fd1c8a34'),(24915,1418,'step_2','Navigate to the exchange page. The exchange will show the current value of Bitcoin.'),(24916,1418,'_step_2','field_5f873fd1c8e0e'),(24917,1418,'step_3','Select the amount of Bitcoin and confirm that the price is what you\'re willing to pay.'),(24918,1418,'_step_3','field_5f873fd1c9223'),(24919,1418,'step_4','Press select to buy some Bitcoin. The funds will be deposited in your Bitcoin wallet.'),(24920,1418,'_step_4','field_5f873fd1c95ea'),(24921,1418,'title_section_2','Why Cryptowallet is the best place to buy Bitcoin?'),(24922,1418,'_title_section_2','field_5f873fd1c9dc8'),(24923,1418,'text_section_2','CryptoWallet was designed to give you several advantages if you want to buy Bitcoin with a prepaid debit card. Let\'s take a look.'),(24924,1418,'_text_section_2','field_5f873fd1ca1af'),(24925,1418,'title_option_1','Ease of Use'),(24926,1418,'_title_option_1','field_5f874930d689c'),(24927,1418,'title_option_2','Simple Registration'),(24928,1418,'_title_option_2','field_5f87494fd689d'),(24929,1418,'title_option_3','Real-World Usage'),(24930,1418,'_title_option_3','field_5f874951d689e'),(24931,1418,'option_1','CryptoWallet is intuitive and easy to understand for new users. You don\'t need to know how to set up a Bitcoin wallet, as everything is handled in-app.'),(24932,1418,'_option_1','field_5f873fd1ca596'),(24933,1418,'option_2','The registration process for CryptoWallet is straightforward and offers access to 13 major cryptocurrencies as well as many ERC-20 tokens, offering a rich trading experience and a secure BTC wallet for all users.'),(24934,1418,'_option_2','field_5f873fd1ca978'),(24935,1418,'option_3','CryptoWallet is much more than a Bitcoin wallet app. If you want, you can connect your Bitcoin wallet with your crypto debit card and instantly start spending Bitcoin on goods and services out in the real world!'),(24936,1418,'_option_3','field_5f873fd1cad5d'),(24937,1418,'title_section_3','CryptoWallet app'),(24938,1418,'_title_section_3','field_5f873fd1cb52c'),(24939,1418,'text_section_3','You can use the CryptoWallet app to get the most out of your Bitcoin funds. Securely store Bitcoin to speculate on price gains, trade Bitcoin for cash or other cryptocurrencies, or spend Bitcoin online and in stores. With the CryptoWallet app, you can finally use Bitcoin as real money.'),(24940,1418,'_text_section_3','field_5f873fd1cb92a'),(24941,1418,'quote_section_3','CryptoWallet is a private limited company licensed to sell cryptocurrencies globally. Our online cryptocurrency wallet is secured by BitGo, a licensed custodian that provides institutional-grade protection to stored funds.'),(24942,1418,'_quote_section_3','field_5f874acb51c4a'),(24943,1418,'title_download','Download the App Today and Get Started!'),(24944,1418,'_title_download','field_5f874cc8a579b'),(24945,1418,'title_section_4','Learn more about Bitcoin'),(24946,1418,'_title_section_4','field_5f874d9d8426a'),(24947,1418,'itens','3'),(24948,1418,'_itens','field_5f874e15978c9'),(24949,1418,'itens_0_title','What is Bitcoin, and what is a Bitcoin wallet?'),(24950,1418,'_itens_0_title','field_5f874e1f978ca'),(24951,1418,'itens_0_description','Bitcoin is the world\'s first cryptocurrency. Created in 2008 by an unknown developer, or developers, Bitcoin was launched as a form of electronic cash that couldn\'t be controlled by governments and central banks. Bitcoin transactions are stored on computers around the world as a list that cannot be edited or tampered with, and the funds are stored in software programs called Bitcoin wallets.'),(24952,1418,'_itens_0_description','field_5f874e33978cb'),(24953,1418,'itens_1_title','What can I do with Bitcoin'),(24954,1418,'_itens_1_title','field_5f874e1f978ca'),(24955,1418,'itens_1_description','You can use Bitcoin to transfer value from one person or group to another. Many people invest in Bitcoin for speculative gain. Bitcoin can be exchanged for cash and cryptocurrencies. With CryptoWallet, you can use Bitcoin to pay for goods and services anywhere that accepts debit cards.'),(24956,1418,'_itens_1_description','field_5f874e33978cb'),(24957,1418,'itens_2_title','Bitcoin price today'),(24958,1418,'_itens_2_title','field_5f874e1f978ca'),(24959,1418,'itens_2_description','In 2010, 1 bitcoin was worth $0.003. Today, 1 bitcoin is worth approximately $12,000. You can open a Bitcoin wallet to store Bitcoin indefinitely, for free.'),(24960,1418,'_itens_2_description','field_5f874e33978cb'),(24962,1418,'_dp_original','1416'),(24963,1419,'inline_featured_image','0'),(24964,1419,'_wpml_word_count','{\"total\":321,\"to_translate\":{\"ja\":321,\"ru\":321,\"sg\":321,\"es\":321}}'),(24965,1419,'_aioseop_opengraph_settings','a:14:{s:32:\"aioseop_opengraph_settings_title\";s:0:\"\";s:31:\"aioseop_opengraph_settings_desc\";s:0:\"\";s:36:\"aioseop_opengraph_settings_customimg\";s:0:\"\";s:37:\"aioseop_opengraph_settings_imagewidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_imageheight\";s:0:\"\";s:32:\"aioseop_opengraph_settings_video\";s:0:\"\";s:37:\"aioseop_opengraph_settings_videowidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_videoheight\";s:0:\"\";s:35:\"aioseop_opengraph_settings_category\";s:7:\"article\";s:34:\"aioseop_opengraph_settings_section\";s:0:\"\";s:30:\"aioseop_opengraph_settings_tag\";s:0:\"\";s:34:\"aioseop_opengraph_settings_setcard\";s:7:\"summary\";s:44:\"aioseop_opengraph_settings_customimg_twitter\";s:0:\"\";s:44:\"aioseop_opengraph_settings_customimg_checker\";s:1:\"0\";}'),(24966,1419,'_wpml_media_featured','1'),(24967,1419,'_wpml_media_duplicate','1'),(24968,1419,'inline_featured_image','0'),(24969,1419,'_wpml_word_count','{\"total\":321,\"to_translate\":{\"ja\":321,\"ru\":321,\"sg\":321,\"es\":321}}'),(24970,1419,'_aioseop_opengraph_settings','a:14:{s:32:\"aioseop_opengraph_settings_title\";s:0:\"\";s:31:\"aioseop_opengraph_settings_desc\";s:0:\"\";s:36:\"aioseop_opengraph_settings_customimg\";s:0:\"\";s:37:\"aioseop_opengraph_settings_imagewidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_imageheight\";s:0:\"\";s:32:\"aioseop_opengraph_settings_video\";s:0:\"\";s:37:\"aioseop_opengraph_settings_videowidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_videoheight\";s:0:\"\";s:35:\"aioseop_opengraph_settings_category\";s:7:\"article\";s:34:\"aioseop_opengraph_settings_section\";s:0:\"\";s:30:\"aioseop_opengraph_settings_tag\";s:0:\"\";s:34:\"aioseop_opengraph_settings_setcard\";s:7:\"summary\";s:44:\"aioseop_opengraph_settings_customimg_twitter\";s:0:\"\";s:44:\"aioseop_opengraph_settings_customimg_checker\";s:1:\"0\";}'),(24971,1419,'_wpml_media_featured','1'),(24972,1419,'_wpml_media_duplicate','1'),(24973,1419,'_wp_page_template','page-buy.php'),(24974,1419,'show_crypto_funds','1'),(24975,1419,'_show_crypto_funds','field_5d1cd58ba65cf'),(24976,1419,'animations','tether'),(24977,1419,'_animations','field_5f873fd1c7e85'),(24978,1419,'title_section_1','How can I buy Bitcoin?'),(24979,1419,'_title_section_1','field_5f873fd1c8650'),(24980,1419,'text_section_1','CryptoWallet comes with a built-in exchange that allows you to securely buy, sell, and trade cryptocurrencies, including Bitcoin. See the steps below for information on how to get a Bitcoin wallet, how to use a Bitcoin wallet, and how to buy Bitcoin.'),(24981,1419,'_text_section_1','field_5f8741e317187'),(24982,1419,'step_1','Top up  with fiat currency (like US dollar) or crypto (like ETH) using a bank transfer or debit card.'),(24983,1419,'_step_1','field_5f873fd1c8a34'),(24984,1419,'step_2','Navigate to the exchange page. The exchange will show the current value of Bitcoin.'),(24985,1419,'_step_2','field_5f873fd1c8e0e'),(24986,1419,'step_3','Select the amount of Bitcoin and confirm that the price is what you\'re willing to pay.'),(24987,1419,'_step_3','field_5f873fd1c9223'),(24988,1419,'step_4','Press select to buy some Bitcoin. The funds will be deposited in your Bitcoin wallet.'),(24989,1419,'_step_4','field_5f873fd1c95ea'),(24990,1419,'title_section_2','Why Cryptowallet is the best place to buy Bitcoin?'),(24991,1419,'_title_section_2','field_5f873fd1c9dc8'),(24992,1419,'text_section_2','CryptoWallet was designed to give you several advantages if you want to buy Bitcoin with a prepaid debit card. Let\'s take a look.'),(24993,1419,'_text_section_2','field_5f873fd1ca1af'),(24994,1419,'title_option_1','Ease of Use'),(24995,1419,'_title_option_1','field_5f874930d689c'),(24996,1419,'title_option_2','Simple Registration'),(24997,1419,'_title_option_2','field_5f87494fd689d'),(24998,1419,'title_option_3','Real-World Usage'),(24999,1419,'_title_option_3','field_5f874951d689e'),(25000,1419,'option_1','CryptoWallet is intuitive and easy to understand for new users. You don\'t need to know how to set up a Bitcoin wallet, as everything is handled in-app.'),(25001,1419,'_option_1','field_5f873fd1ca596'),(25002,1419,'option_2','The registration process for CryptoWallet is straightforward and offers access to 13 major cryptocurrencies as well as many ERC-20 tokens, offering a rich trading experience and a secure BTC wallet for all users.'),(25003,1419,'_option_2','field_5f873fd1ca978'),(25004,1419,'option_3','CryptoWallet is much more than a Bitcoin wallet app. If you want, you can connect your Bitcoin wallet with your crypto debit card and instantly start spending Bitcoin on goods and services out in the real world!'),(25005,1419,'_option_3','field_5f873fd1cad5d'),(25006,1419,'title_section_3','CryptoWallet app'),(25007,1419,'_title_section_3','field_5f873fd1cb52c'),(25008,1419,'text_section_3','You can use the CryptoWallet app to get the most out of your Bitcoin funds. Securely store Bitcoin to speculate on price gains, trade Bitcoin for cash or other cryptocurrencies, or spend Bitcoin online and in stores. With the CryptoWallet app, you can finally use Bitcoin as real money.'),(25009,1419,'_text_section_3','field_5f873fd1cb92a'),(25010,1419,'quote_section_3','CryptoWallet is a private limited company licensed to sell cryptocurrencies globally. Our online cryptocurrency wallet is secured by BitGo, a licensed custodian that provides institutional-grade protection to stored funds.'),(25011,1419,'_quote_section_3','field_5f874acb51c4a'),(25012,1419,'title_download','Download the App Today and Get Started!'),(25013,1419,'_title_download','field_5f874cc8a579b'),(25014,1419,'title_section_4','Learn more about Bitcoin'),(25015,1419,'_title_section_4','field_5f874d9d8426a'),(25016,1419,'itens','3'),(25017,1419,'_itens','field_5f874e15978c9'),(25018,1419,'itens_0_title','What is Bitcoin, and what is a Bitcoin wallet?'),(25019,1419,'_itens_0_title','field_5f874e1f978ca'),(25020,1419,'itens_0_description','Bitcoin is the world\'s first cryptocurrency. Created in 2008 by an unknown developer, or developers, Bitcoin was launched as a form of electronic cash that couldn\'t be controlled by governments and central banks. Bitcoin transactions are stored on computers around the world as a list that cannot be edited or tampered with, and the funds are stored in software programs called Bitcoin wallets.'),(25021,1419,'_itens_0_description','field_5f874e33978cb'),(25022,1419,'itens_1_title','What can I do with Bitcoin'),(25023,1419,'_itens_1_title','field_5f874e1f978ca'),(25024,1419,'itens_1_description','You can use Bitcoin to transfer value from one person or group to another. Many people invest in Bitcoin for speculative gain. Bitcoin can be exchanged for cash and cryptocurrencies. With CryptoWallet, you can use Bitcoin to pay for goods and services anywhere that accepts debit cards.'),(25025,1419,'_itens_1_description','field_5f874e33978cb'),(25026,1419,'itens_2_title','Bitcoin price today'),(25027,1419,'_itens_2_title','field_5f874e1f978ca'),(25028,1419,'itens_2_description','In 2010, 1 bitcoin was worth $0.003. Today, 1 bitcoin is worth approximately $12,000. You can open a Bitcoin wallet to store Bitcoin indefinitely, for free.'),(25029,1419,'_itens_2_description','field_5f874e33978cb'),(25030,1419,'_dp_original','1411'),(25031,1416,'_edit_last','1'),(25032,1416,'_edit_lock','1604695684:1'),(25033,1417,'_edit_last','1'),(25034,1417,'_edit_lock','1603154794:1'),(25035,1418,'_edit_last','1'),(25036,1418,'_edit_lock','1603154794:1'),(25037,1419,'_edit_last','1'),(25038,1419,'_edit_lock','1603154796:1'),(25039,1424,'show_crypto_funds','1'),(25040,1424,'_show_crypto_funds','field_5d1cd58ba65cf'),(25041,1424,'animations','ethereum'),(25042,1424,'_animations','field_5f873fd1c7e85'),(25043,1424,'title_section_1','How can I buy Bitcoin?'),(25044,1424,'_title_section_1','field_5f873fd1c8650'),(25045,1424,'text_section_1','CryptoWallet comes with a built-in exchange that allows you to securely buy, sell, and trade cryptocurrencies, including Bitcoin. See the steps below for information on how to get a Bitcoin wallet, how to use a Bitcoin wallet, and how to buy Bitcoin.'),(25046,1424,'_text_section_1','field_5f8741e317187'),(25047,1424,'step_1','Top up  with fiat currency (like US dollar) or crypto (like ETH) using a bank transfer or debit card.'),(25048,1424,'_step_1','field_5f873fd1c8a34'),(25049,1424,'step_2','Navigate to the exchange page. The exchange will show the current value of Bitcoin.'),(25050,1424,'_step_2','field_5f873fd1c8e0e'),(25051,1424,'step_3','Select the amount of Bitcoin and confirm that the price is what you\'re willing to pay.'),(25052,1424,'_step_3','field_5f873fd1c9223'),(25053,1424,'step_4','Press select to buy some Bitcoin. The funds will be deposited in your Bitcoin wallet.'),(25054,1424,'_step_4','field_5f873fd1c95ea'),(25055,1424,'title_section_2','Why Cryptowallet is the best place to buy Bitcoin?'),(25056,1424,'_title_section_2','field_5f873fd1c9dc8'),(25057,1424,'text_section_2','CryptoWallet was designed to give you several advantages if you want to buy Bitcoin with a prepaid debit card. Let\'s take a look.'),(25058,1424,'_text_section_2','field_5f873fd1ca1af'),(25059,1424,'title_option_1','Ease of Use'),(25060,1424,'_title_option_1','field_5f874930d689c'),(25061,1424,'title_option_2','Simple Registration'),(25062,1424,'_title_option_2','field_5f87494fd689d'),(25063,1424,'title_option_3','Real-World Usage'),(25064,1424,'_title_option_3','field_5f874951d689e'),(25065,1424,'option_1','CryptoWallet is intuitive and easy to understand for new users. You don\'t need to know how to set up a Bitcoin wallet, as everything is handled in-app.'),(25066,1424,'_option_1','field_5f873fd1ca596'),(25067,1424,'option_2','The registration process for CryptoWallet is straightforward and offers access to 13 major cryptocurrencies as well as many ERC-20 tokens, offering a rich trading experience and a secure BTC wallet for all users.'),(25068,1424,'_option_2','field_5f873fd1ca978'),(25069,1424,'option_3','CryptoWallet is much more than a Bitcoin wallet app. If you want, you can connect your Bitcoin wallet with your crypto debit card and instantly start spending Bitcoin on goods and services out in the real world!'),(25070,1424,'_option_3','field_5f873fd1cad5d'),(25071,1424,'title_section_3','CryptoWallet app'),(25072,1424,'_title_section_3','field_5f873fd1cb52c'),(25073,1424,'text_section_3','You can use the CryptoWallet app to get the most out of your Bitcoin funds. Securely store Bitcoin to speculate on price gains, trade Bitcoin for cash or other cryptocurrencies, or spend Bitcoin online and in stores. With the CryptoWallet app, you can finally use Bitcoin as real money.'),(25074,1424,'_text_section_3','field_5f873fd1cb92a'),(25075,1424,'quote_section_3','CryptoWallet is a private limited company licensed to sell cryptocurrencies globally. Our online cryptocurrency wallet is secured by BitGo, a licensed custodian that provides institutional-grade protection to stored funds.'),(25076,1424,'_quote_section_3','field_5f874acb51c4a'),(25077,1424,'title_download','Download the App Today and Get Started!'),(25078,1424,'_title_download','field_5f874cc8a579b'),(25079,1424,'title_section_4','Learn more about Bitcoin'),(25080,1424,'_title_section_4','field_5f874d9d8426a'),(25081,1424,'itens','3'),(25082,1424,'_itens','field_5f874e15978c9'),(25083,1424,'itens_0_title','What is Bitcoin, and what is a Bitcoin wallet?'),(25084,1424,'_itens_0_title','field_5f874e1f978ca'),(25085,1424,'itens_0_description','Bitcoin is the world\'s first cryptocurrency. Created in 2008 by an unknown developer, or developers, Bitcoin was launched as a form of electronic cash that couldn\'t be controlled by governments and central banks. Bitcoin transactions are stored on computers around the world as a list that cannot be edited or tampered with, and the funds are stored in software programs called Bitcoin wallets.'),(25086,1424,'_itens_0_description','field_5f874e33978cb'),(25087,1424,'itens_1_title','What can I do with Bitcoin'),(25088,1424,'_itens_1_title','field_5f874e1f978ca'),(25089,1424,'itens_1_description','You can use Bitcoin to transfer value from one person or group to another. Many people invest in Bitcoin for speculative gain. Bitcoin can be exchanged for cash and cryptocurrencies. With CryptoWallet, you can use Bitcoin to pay for goods and services anywhere that accepts debit cards.'),(25090,1424,'_itens_1_description','field_5f874e33978cb'),(25091,1424,'itens_2_title','Bitcoin price today'),(25092,1424,'_itens_2_title','field_5f874e1f978ca'),(25093,1424,'itens_2_description','In 2010, 1 bitcoin was worth $0.003. Today, 1 bitcoin is worth approximately $12,000. You can open a Bitcoin wallet to store Bitcoin indefinitely, for free.'),(25094,1424,'_itens_2_description','field_5f874e33978cb'),(25095,1425,'show_crypto_funds','1'),(25096,1425,'_show_crypto_funds','field_5d1cd58ba65cf'),(25097,1425,'animations','litecoin'),(25098,1425,'_animations','field_5f873fd1c7e85'),(25099,1425,'title_section_1','How can I buy Bitcoin?'),(25100,1425,'_title_section_1','field_5f873fd1c8650'),(25101,1425,'text_section_1','CryptoWallet comes with a built-in exchange that allows you to securely buy, sell, and trade cryptocurrencies, including Bitcoin. See the steps below for information on how to get a Bitcoin wallet, how to use a Bitcoin wallet, and how to buy Bitcoin.'),(25102,1425,'_text_section_1','field_5f8741e317187'),(25103,1425,'step_1','Top up  with fiat currency (like US dollar) or crypto (like ETH) using a bank transfer or debit card.'),(25104,1425,'_step_1','field_5f873fd1c8a34'),(25105,1425,'step_2','Navigate to the exchange page. The exchange will show the current value of Bitcoin.'),(25106,1425,'_step_2','field_5f873fd1c8e0e'),(25107,1425,'step_3','Select the amount of Bitcoin and confirm that the price is what you\'re willing to pay.'),(25108,1425,'_step_3','field_5f873fd1c9223'),(25109,1425,'step_4','Press select to buy some Bitcoin. The funds will be deposited in your Bitcoin wallet.'),(25110,1425,'_step_4','field_5f873fd1c95ea'),(25111,1425,'title_section_2','Why Cryptowallet is the best place to buy Bitcoin?'),(25112,1425,'_title_section_2','field_5f873fd1c9dc8'),(25113,1425,'text_section_2','CryptoWallet was designed to give you several advantages if you want to buy Bitcoin with a prepaid debit card. Let\'s take a look.'),(25114,1425,'_text_section_2','field_5f873fd1ca1af'),(25115,1425,'title_option_1','Ease of Use'),(25116,1425,'_title_option_1','field_5f874930d689c'),(25117,1425,'title_option_2','Simple Registration'),(25118,1425,'_title_option_2','field_5f87494fd689d'),(25119,1425,'title_option_3','Real-World Usage'),(25120,1425,'_title_option_3','field_5f874951d689e'),(25121,1425,'option_1','CryptoWallet is intuitive and easy to understand for new users. You don\'t need to know how to set up a Bitcoin wallet, as everything is handled in-app.'),(25122,1425,'_option_1','field_5f873fd1ca596'),(25123,1425,'option_2','The registration process for CryptoWallet is straightforward and offers access to 13 major cryptocurrencies as well as many ERC-20 tokens, offering a rich trading experience and a secure BTC wallet for all users.'),(25124,1425,'_option_2','field_5f873fd1ca978'),(25125,1425,'option_3','CryptoWallet is much more than a Bitcoin wallet app. If you want, you can connect your Bitcoin wallet with your crypto debit card and instantly start spending Bitcoin on goods and services out in the real world!'),(25126,1425,'_option_3','field_5f873fd1cad5d'),(25127,1425,'title_section_3','CryptoWallet app'),(25128,1425,'_title_section_3','field_5f873fd1cb52c'),(25129,1425,'text_section_3','You can use the CryptoWallet app to get the most out of your Bitcoin funds. Securely store Bitcoin to speculate on price gains, trade Bitcoin for cash or other cryptocurrencies, or spend Bitcoin online and in stores. With the CryptoWallet app, you can finally use Bitcoin as real money.'),(25130,1425,'_text_section_3','field_5f873fd1cb92a'),(25131,1425,'quote_section_3','CryptoWallet is a private limited company licensed to sell cryptocurrencies globally. Our online cryptocurrency wallet is secured by BitGo, a licensed custodian that provides institutional-grade protection to stored funds.'),(25132,1425,'_quote_section_3','field_5f874acb51c4a'),(25133,1425,'title_download','Download the App Today and Get Started!'),(25134,1425,'_title_download','field_5f874cc8a579b'),(25135,1425,'title_section_4','Learn more about Bitcoin'),(25136,1425,'_title_section_4','field_5f874d9d8426a'),(25137,1425,'itens','3'),(25138,1425,'_itens','field_5f874e15978c9'),(25139,1425,'itens_0_title','What is Bitcoin, and what is a Bitcoin wallet?'),(25140,1425,'_itens_0_title','field_5f874e1f978ca'),(25141,1425,'itens_0_description','Bitcoin is the world\'s first cryptocurrency. Created in 2008 by an unknown developer, or developers, Bitcoin was launched as a form of electronic cash that couldn\'t be controlled by governments and central banks. Bitcoin transactions are stored on computers around the world as a list that cannot be edited or tampered with, and the funds are stored in software programs called Bitcoin wallets.'),(25142,1425,'_itens_0_description','field_5f874e33978cb'),(25143,1425,'itens_1_title','What can I do with Bitcoin'),(25144,1425,'_itens_1_title','field_5f874e1f978ca'),(25145,1425,'itens_1_description','You can use Bitcoin to transfer value from one person or group to another. Many people invest in Bitcoin for speculative gain. Bitcoin can be exchanged for cash and cryptocurrencies. With CryptoWallet, you can use Bitcoin to pay for goods and services anywhere that accepts debit cards.'),(25146,1425,'_itens_1_description','field_5f874e33978cb'),(25147,1425,'itens_2_title','Bitcoin price today'),(25148,1425,'_itens_2_title','field_5f874e1f978ca'),(25149,1425,'itens_2_description','In 2010, 1 bitcoin was worth $0.003. Today, 1 bitcoin is worth approximately $12,000. You can open a Bitcoin wallet to store Bitcoin indefinitely, for free.'),(25150,1425,'_itens_2_description','field_5f874e33978cb'),(25151,1426,'show_crypto_funds','1'),(25152,1426,'_show_crypto_funds','field_5d1cd58ba65cf'),(25153,1426,'animations','ripple'),(25154,1426,'_animations','field_5f873fd1c7e85'),(25155,1426,'title_section_1','How can I buy Bitcoin?'),(25156,1426,'_title_section_1','field_5f873fd1c8650'),(25157,1426,'text_section_1','CryptoWallet comes with a built-in exchange that allows you to securely buy, sell, and trade cryptocurrencies, including Bitcoin. See the steps below for information on how to get a Bitcoin wallet, how to use a Bitcoin wallet, and how to buy Bitcoin.'),(25158,1426,'_text_section_1','field_5f8741e317187'),(25159,1426,'step_1','Top up  with fiat currency (like US dollar) or crypto (like ETH) using a bank transfer or debit card.'),(25160,1426,'_step_1','field_5f873fd1c8a34'),(25161,1426,'step_2','Navigate to the exchange page. The exchange will show the current value of Bitcoin.'),(25162,1426,'_step_2','field_5f873fd1c8e0e'),(25163,1426,'step_3','Select the amount of Bitcoin and confirm that the price is what you\'re willing to pay.'),(25164,1426,'_step_3','field_5f873fd1c9223'),(25165,1426,'step_4','Press select to buy some Bitcoin. The funds will be deposited in your Bitcoin wallet.'),(25166,1426,'_step_4','field_5f873fd1c95ea'),(25167,1426,'title_section_2','Why Cryptowallet is the best place to buy Bitcoin?'),(25168,1426,'_title_section_2','field_5f873fd1c9dc8'),(25169,1426,'text_section_2','CryptoWallet was designed to give you several advantages if you want to buy Bitcoin with a prepaid debit card. Let\'s take a look.'),(25170,1426,'_text_section_2','field_5f873fd1ca1af'),(25171,1426,'title_option_1','Ease of Use'),(25172,1426,'_title_option_1','field_5f874930d689c'),(25173,1426,'title_option_2','Simple Registration'),(25174,1426,'_title_option_2','field_5f87494fd689d'),(25175,1426,'title_option_3','Real-World Usage'),(25176,1426,'_title_option_3','field_5f874951d689e'),(25177,1426,'option_1','CryptoWallet is intuitive and easy to understand for new users. You don\'t need to know how to set up a Bitcoin wallet, as everything is handled in-app.'),(25178,1426,'_option_1','field_5f873fd1ca596'),(25179,1426,'option_2','The registration process for CryptoWallet is straightforward and offers access to 13 major cryptocurrencies as well as many ERC-20 tokens, offering a rich trading experience and a secure BTC wallet for all users.'),(25180,1426,'_option_2','field_5f873fd1ca978'),(25181,1426,'option_3','CryptoWallet is much more than a Bitcoin wallet app. If you want, you can connect your Bitcoin wallet with your crypto debit card and instantly start spending Bitcoin on goods and services out in the real world!'),(25182,1426,'_option_3','field_5f873fd1cad5d'),(25183,1426,'title_section_3','CryptoWallet app'),(25184,1426,'_title_section_3','field_5f873fd1cb52c'),(25185,1426,'text_section_3','You can use the CryptoWallet app to get the most out of your Bitcoin funds. Securely store Bitcoin to speculate on price gains, trade Bitcoin for cash or other cryptocurrencies, or spend Bitcoin online and in stores. With the CryptoWallet app, you can finally use Bitcoin as real money.'),(25186,1426,'_text_section_3','field_5f873fd1cb92a'),(25187,1426,'quote_section_3','CryptoWallet is a private limited company licensed to sell cryptocurrencies globally. Our online cryptocurrency wallet is secured by BitGo, a licensed custodian that provides institutional-grade protection to stored funds.'),(25188,1426,'_quote_section_3','field_5f874acb51c4a'),(25189,1426,'title_download','Download the App Today and Get Started!'),(25190,1426,'_title_download','field_5f874cc8a579b'),(25191,1426,'title_section_4','Learn more about Bitcoin'),(25192,1426,'_title_section_4','field_5f874d9d8426a'),(25193,1426,'itens','3'),(25194,1426,'_itens','field_5f874e15978c9'),(25195,1426,'itens_0_title','What is Bitcoin, and what is a Bitcoin wallet?'),(25196,1426,'_itens_0_title','field_5f874e1f978ca'),(25197,1426,'itens_0_description','Bitcoin is the world\'s first cryptocurrency. Created in 2008 by an unknown developer, or developers, Bitcoin was launched as a form of electronic cash that couldn\'t be controlled by governments and central banks. Bitcoin transactions are stored on computers around the world as a list that cannot be edited or tampered with, and the funds are stored in software programs called Bitcoin wallets.'),(25198,1426,'_itens_0_description','field_5f874e33978cb'),(25199,1426,'itens_1_title','What can I do with Bitcoin'),(25200,1426,'_itens_1_title','field_5f874e1f978ca'),(25201,1426,'itens_1_description','You can use Bitcoin to transfer value from one person or group to another. Many people invest in Bitcoin for speculative gain. Bitcoin can be exchanged for cash and cryptocurrencies. With CryptoWallet, you can use Bitcoin to pay for goods and services anywhere that accepts debit cards.'),(25202,1426,'_itens_1_description','field_5f874e33978cb'),(25203,1426,'itens_2_title','Bitcoin price today'),(25204,1426,'_itens_2_title','field_5f874e1f978ca'),(25205,1426,'itens_2_description','In 2010, 1 bitcoin was worth $0.003. Today, 1 bitcoin is worth approximately $12,000. You can open a Bitcoin wallet to store Bitcoin indefinitely, for free.'),(25206,1426,'_itens_2_description','field_5f874e33978cb'),(25207,1427,'show_crypto_funds','1'),(25208,1427,'_show_crypto_funds','field_5d1cd58ba65cf'),(25209,1427,'animations','tether'),(25210,1427,'_animations','field_5f873fd1c7e85'),(25211,1427,'title_section_1','How can I buy Bitcoin?'),(25212,1427,'_title_section_1','field_5f873fd1c8650'),(25213,1427,'text_section_1','CryptoWallet comes with a built-in exchange that allows you to securely buy, sell, and trade cryptocurrencies, including Bitcoin. See the steps below for information on how to get a Bitcoin wallet, how to use a Bitcoin wallet, and how to buy Bitcoin.'),(25214,1427,'_text_section_1','field_5f8741e317187'),(25215,1427,'step_1','Top up  with fiat currency (like US dollar) or crypto (like ETH) using a bank transfer or debit card.'),(25216,1427,'_step_1','field_5f873fd1c8a34'),(25217,1427,'step_2','Navigate to the exchange page. The exchange will show the current value of Bitcoin.'),(25218,1427,'_step_2','field_5f873fd1c8e0e'),(25219,1427,'step_3','Select the amount of Bitcoin and confirm that the price is what you\'re willing to pay.'),(25220,1427,'_step_3','field_5f873fd1c9223'),(25221,1427,'step_4','Press select to buy some Bitcoin. The funds will be deposited in your Bitcoin wallet.'),(25222,1427,'_step_4','field_5f873fd1c95ea'),(25223,1427,'title_section_2','Why Cryptowallet is the best place to buy Bitcoin?'),(25224,1427,'_title_section_2','field_5f873fd1c9dc8'),(25225,1427,'text_section_2','CryptoWallet was designed to give you several advantages if you want to buy Bitcoin with a prepaid debit card. Let\'s take a look.'),(25226,1427,'_text_section_2','field_5f873fd1ca1af'),(25227,1427,'title_option_1','Ease of Use'),(25228,1427,'_title_option_1','field_5f874930d689c'),(25229,1427,'title_option_2','Simple Registration'),(25230,1427,'_title_option_2','field_5f87494fd689d'),(25231,1427,'title_option_3','Real-World Usage'),(25232,1427,'_title_option_3','field_5f874951d689e'),(25233,1427,'option_1','CryptoWallet is intuitive and easy to understand for new users. You don\'t need to know how to set up a Bitcoin wallet, as everything is handled in-app.'),(25234,1427,'_option_1','field_5f873fd1ca596'),(25235,1427,'option_2','The registration process for CryptoWallet is straightforward and offers access to 13 major cryptocurrencies as well as many ERC-20 tokens, offering a rich trading experience and a secure BTC wallet for all users.'),(25236,1427,'_option_2','field_5f873fd1ca978'),(25237,1427,'option_3','CryptoWallet is much more than a Bitcoin wallet app. If you want, you can connect your Bitcoin wallet with your crypto debit card and instantly start spending Bitcoin on goods and services out in the real world!'),(25238,1427,'_option_3','field_5f873fd1cad5d'),(25239,1427,'title_section_3','CryptoWallet app'),(25240,1427,'_title_section_3','field_5f873fd1cb52c'),(25241,1427,'text_section_3','You can use the CryptoWallet app to get the most out of your Bitcoin funds. Securely store Bitcoin to speculate on price gains, trade Bitcoin for cash or other cryptocurrencies, or spend Bitcoin online and in stores. With the CryptoWallet app, you can finally use Bitcoin as real money.'),(25242,1427,'_text_section_3','field_5f873fd1cb92a'),(25243,1427,'quote_section_3','CryptoWallet is a private limited company licensed to sell cryptocurrencies globally. Our online cryptocurrency wallet is secured by BitGo, a licensed custodian that provides institutional-grade protection to stored funds.'),(25244,1427,'_quote_section_3','field_5f874acb51c4a'),(25245,1427,'title_download','Download the App Today and Get Started!'),(25246,1427,'_title_download','field_5f874cc8a579b'),(25247,1427,'title_section_4','Learn more about Bitcoin'),(25248,1427,'_title_section_4','field_5f874d9d8426a'),(25249,1427,'itens','3'),(25250,1427,'_itens','field_5f874e15978c9'),(25251,1427,'itens_0_title','What is Bitcoin, and what is a Bitcoin wallet?'),(25252,1427,'_itens_0_title','field_5f874e1f978ca'),(25253,1427,'itens_0_description','Bitcoin is the world\'s first cryptocurrency. Created in 2008 by an unknown developer, or developers, Bitcoin was launched as a form of electronic cash that couldn\'t be controlled by governments and central banks. Bitcoin transactions are stored on computers around the world as a list that cannot be edited or tampered with, and the funds are stored in software programs called Bitcoin wallets.'),(25254,1427,'_itens_0_description','field_5f874e33978cb'),(25255,1427,'itens_1_title','What can I do with Bitcoin'),(25256,1427,'_itens_1_title','field_5f874e1f978ca'),(25257,1427,'itens_1_description','You can use Bitcoin to transfer value from one person or group to another. Many people invest in Bitcoin for speculative gain. Bitcoin can be exchanged for cash and cryptocurrencies. With CryptoWallet, you can use Bitcoin to pay for goods and services anywhere that accepts debit cards.'),(25258,1427,'_itens_1_description','field_5f874e33978cb'),(25259,1427,'itens_2_title','Bitcoin price today'),(25260,1427,'_itens_2_title','field_5f874e1f978ca'),(25261,1427,'itens_2_description','In 2010, 1 bitcoin was worth $0.003. Today, 1 bitcoin is worth approximately $12,000. You can open a Bitcoin wallet to store Bitcoin indefinitely, for free.'),(25262,1427,'_itens_2_description','field_5f874e33978cb'),(25269,1430,'inline_featured_image','0'),(25270,1430,'_wpml_word_count','{\"total\":0,\"to_translate\":{\"en\":2,\"ja\":2,\"ru\":2,\"sg\":2,\"es\":2}}'),(25271,1430,'_aioseop_opengraph_settings','a:0:{}'),(25272,1430,'_wpml_media_featured','1'),(25273,1430,'_wpml_media_duplicate','1'),(25274,1431,'_aioseop_opengraph_settings','a:0:{}'),(25275,1432,'_aioseop_opengraph_settings','a:0:{}'),(25276,1433,'_aioseop_opengraph_settings','a:0:{}'),(25277,1434,'_aioseop_opengraph_settings','a:0:{}'),(25278,1435,'_aioseop_opengraph_settings','a:0:{}'),(25279,1436,'_aioseop_opengraph_settings','a:0:{}'),(25280,1437,'_aioseop_opengraph_settings','a:0:{}'),(25281,1438,'inline_featured_image','0'),(25282,1438,'_wpml_word_count','{\"total\":218,\"to_translate\":{\"ja\":218,\"ru\":218,\"sg\":218,\"es\":218}}'),(25283,1438,'_aioseop_opengraph_settings','a:14:{s:32:\"aioseop_opengraph_settings_title\";s:0:\"\";s:31:\"aioseop_opengraph_settings_desc\";s:0:\"\";s:36:\"aioseop_opengraph_settings_customimg\";s:0:\"\";s:37:\"aioseop_opengraph_settings_imagewidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_imageheight\";s:0:\"\";s:32:\"aioseop_opengraph_settings_video\";s:0:\"\";s:37:\"aioseop_opengraph_settings_videowidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_videoheight\";s:0:\"\";s:35:\"aioseop_opengraph_settings_category\";s:7:\"article\";s:34:\"aioseop_opengraph_settings_section\";s:0:\"\";s:30:\"aioseop_opengraph_settings_tag\";s:0:\"\";s:34:\"aioseop_opengraph_settings_setcard\";s:7:\"summary\";s:44:\"aioseop_opengraph_settings_customimg_twitter\";s:0:\"\";s:44:\"aioseop_opengraph_settings_customimg_checker\";s:1:\"0\";}'),(25284,1438,'_edit_lock','1604695620:1'),(25285,1438,'_edit_last','1'),(25286,1438,'_wpml_media_featured','1'),(25287,1438,'_wpml_media_duplicate','1'),(25288,1438,'_wp_page_template','page-coins-wallet.php'),(25289,1438,'show_crypto_funds','1'),(25290,1438,'_show_crypto_funds','field_5d1cd58ba65cf'),(25291,1439,'show_crypto_funds','0'),(25292,1439,'_show_crypto_funds','field_5d1cd58ba65cf'),(25293,1430,'_edit_lock','1604623090:1'),(25294,1430,'_edit_last','1'),(25295,1371,'_edit_lock','1607376646:1'),(25296,1371,'_edit_last','1'),(25297,1438,'animations','bitcoin'),(25298,1438,'_animations','field_5fa414c86a0c9'),(25299,1438,'title_section_1','What is Bitcoin Wallet?'),(25300,1438,'_title_section_1','field_5fa414c871801'),(25301,1438,'text_section_1','An online Bitcoin wallet is a piece of software that allows you to access your BTC funds. Bitcoin is technically stored as data on the Bitcoin network itself, and the wallet actually stores the “keys,” or passcodes, you need to make transactions.\r\n\r\nYour Bitcoin keys are a string of numbers and characters. Every wallet has a public key, similar to a bank account, and a private key, similar to a password or PIN number. Our BTC wallet app stores your public and private keys for you, so you can easily send and receive Bitcoin.'),(25302,1438,'_text_section_1','field_5fa4160a61e8f'),(25303,1438,'title_section_2','Bitcoin wallet app'),(25304,1438,'_title_section_2','field_5fa414c8ac77f'),(25305,1438,'text_section_2','People often ask “how do I find my Bitcoin wallet address?” This can be a confusing aspect of some independent wallet apps. \r\n\r\nWith CryptoWallet, your address, or public key, is clearly listed on screen. To receive Bitcoin, you can simply hit the “copy” button to copy the address, and paste it for the person or third-party sending you BTC.\r\n\r\nTo send Bitcoin, you simply need to copy the address or public key you’re sending money to and paste it in your BTC wallet app. This process is guided with on-screen instructions. We offer a Bitcoin wallet for iPhone and also a Bitcoin wallet for Android, as preferred.'),(25306,1438,'_text_section_2','field_5fa414c8b0201'),(25307,1438,'add_faq','1'),(25308,1438,'_add_faq','field_5f2b0cecbf046'),(25309,1438,'title_faq','FAQ\'S'),(25310,1438,'_title_faq','field_5f2b0c7bbf042'),(25311,1438,'faq_0_title','How do I find my Bitcoin wallet address?'),(25312,1438,'_faq_0_title','field_5f2b0cb2bf044'),(25313,1438,'faq_0_text','Your address is on-screen in the BTC wallet app. Your public key is the BTC address. You only need to remember the password for your CryptoWallet app in order to use the wallet.'),(25314,1438,'_faq_0_text','field_5f2b0cc4bf045'),(25315,1438,'faq_1_title','What happens if I lose my phone?'),(25316,1438,'_faq_1_title','field_5f2b0cb2bf044'),(25317,1438,'faq_1_text','Losing your phone does not mean losing your funds. If you’ve lost your phone, you can re-open the app using a new phone and the same phone number, and your funds will still be intact.'),(25318,1438,'_faq_1_text','field_5f2b0cc4bf045'),(25319,1438,'faq_2_title','Can I use Bitcoin to buy things?'),(25320,1438,'_faq_2_title','field_5f2b0cb2bf044'),(25321,1438,'faq_2_text','Yes! Bitcoin is typically used to trade cryptocurrencies, or to accumulate value and trade for fiat currency. However, with CryptoWallet, you can order a crypto debit card and spend your Bitcoin anywhere you like!'),(25322,1438,'_faq_2_text','field_5f2b0cc4bf045'),(25323,1438,'faq_3_title','How do I make a purchase with my crypto debit card?'),(25324,1438,'_faq_3_title','field_5f2b0cb2bf044'),(25325,1438,'faq_3_text','Your crypto debit card works like any other debit card, and you can use it to pay for items in stores or online.'),(25326,1438,'_faq_3_text','field_5f2b0cc4bf045'),(25327,1438,'faq_4_title','Where do I learn how to add money to a Bitcoin wallet?'),(25328,1438,'_faq_4_title','field_5f2b0cb2bf044'),(25329,1438,'faq_4_text','You can send Bitcoin to your wallet using your BTC address, or public key. You can also top up with fiat currency like the US dollar via a debit card or wire transfer.'),(25330,1438,'_faq_4_text','field_5f2b0cc4bf045'),(25331,1438,'faq','5'),(25332,1438,'_faq','field_5f2b0c9fbf043'),(25333,1441,'show_crypto_funds','0'),(25334,1441,'_show_crypto_funds','field_5d1cd58ba65cf'),(25335,1441,'animations','bitcoin'),(25336,1441,'_animations','field_5fa414c86a0c9'),(25337,1441,'title_section_1','What is Bitcoin Wallet?'),(25338,1441,'_title_section_1','field_5fa414c871801'),(25339,1441,'text_section_1','An online Bitcoin wallet is a piece of software that allows you to access your BTC funds. Bitcoin is technically stored as data on the Bitcoin network itself, and the wallet actually stores the “keys,” or passcodes, you need to make transactions.\r\n\r\nYour Bitcoin keys are a string of numbers and characters. Every wallet has a public key, similar to a bank account, and a private key, similar to a password or PIN number. Our BTC wallet app stores your public and private keys for you, so you can easily send and receive Bitcoin.'),(25340,1441,'_text_section_1','field_5fa4160a61e8f'),(25341,1441,'title_section_2','CryptoWallet app'),(25342,1441,'_title_section_2','field_5fa414c8ac77f'),(25343,1441,'text_section_2','People often ask “how do I find my Bitcoin wallet address?” This can be a confusing aspect of some independent wallet apps. \r\n\r\nWith CryptoWallet, your address, or public key, is clearly listed on screen. To receive Bitcoin, you can simply hit the “copy” button to copy the address, and paste it for the person or third-party sending you BTC.\r\n\r\nTo send Bitcoin, you simply need to copy the address or public key you’re sending money to and paste it in your BTC wallet app. This process is guided with on-screen instructions. We offer a Bitcoin wallet for iPhone and also a Bitcoin wallet for Android, as preferred.'),(25344,1441,'_text_section_2','field_5fa414c8b0201'),(25345,1441,'add_faq','1'),(25346,1441,'_add_faq','field_5f2b0cecbf046'),(25347,1441,'title_faq','FAQ\'S'),(25348,1441,'_title_faq','field_5f2b0c7bbf042'),(25349,1441,'faq_0_title','How do I find my Bitcoin wallet address?'),(25350,1441,'_faq_0_title','field_5f2b0cb2bf044'),(25351,1441,'faq_0_text','Losing your phone does not mean losing your funds. If you’ve lost your phone, you can re-open the app using a new phone and the same phone number, and your funds will still be intact.'),(25352,1441,'_faq_0_text','field_5f2b0cc4bf045'),(25353,1441,'faq_1_title','What happens if I lose my phone?'),(25354,1441,'_faq_1_title','field_5f2b0cb2bf044'),(25355,1441,'faq_1_text','Losing your phone does not mean losing your funds. If you’ve lost your phone, you can re-open the app using a new phone and the same phone number, and your funds will still be intact.'),(25356,1441,'_faq_1_text','field_5f2b0cc4bf045'),(25357,1441,'faq_2_title','Can I use Bitcoin to buy things?'),(25358,1441,'_faq_2_title','field_5f2b0cb2bf044'),(25359,1441,'faq_2_text','Losing your phone does not mean losing your funds. If you’ve lost your phone, you can re-open the app using a new phone and the same phone number, and your funds will still be intact.'),(25360,1441,'_faq_2_text','field_5f2b0cc4bf045'),(25361,1441,'faq_3_title','How do I make a purchase with my crypto debit card?'),(25362,1441,'_faq_3_title','field_5f2b0cb2bf044'),(25363,1441,'faq_3_text','Losing your phone does not mean losing your funds. If you’ve lost your phone, you can re-open the app using a new phone and the same phone number, and your funds will still be intact.'),(25364,1441,'_faq_3_text','field_5f2b0cc4bf045'),(25365,1441,'faq_4_title','Where do I learn how to add money to a Bitcoin wallet?'),(25366,1441,'_faq_4_title','field_5f2b0cb2bf044'),(25367,1441,'faq_4_text','Losing your phone does not mean losing your funds. If you’ve lost your phone, you can re-open the app using a new phone and the same phone number, and your funds will still be intact.'),(25368,1441,'_faq_4_text','field_5f2b0cc4bf045'),(25369,1441,'faq','5'),(25370,1441,'_faq','field_5f2b0c9fbf043'),(25371,1442,'show_crypto_funds','1'),(25372,1442,'_show_crypto_funds','field_5d1cd58ba65cf'),(25373,1442,'animations','bitcoin'),(25374,1442,'_animations','field_5fa414c86a0c9'),(25375,1442,'title_section_1','What is Bitcoin Wallet?'),(25376,1442,'_title_section_1','field_5fa414c871801'),(25377,1442,'text_section_1','An online Bitcoin wallet is a piece of software that allows you to access your BTC funds. Bitcoin is technically stored as data on the Bitcoin network itself, and the wallet actually stores the “keys,” or passcodes, you need to make transactions.\r\n\r\nYour Bitcoin keys are a string of numbers and characters. Every wallet has a public key, similar to a bank account, and a private key, similar to a password or PIN number. Our BTC wallet app stores your public and private keys for you, so you can easily send and receive Bitcoin.'),(25378,1442,'_text_section_1','field_5fa4160a61e8f'),(25379,1442,'title_section_2','CryptoWallet app'),(25380,1442,'_title_section_2','field_5fa414c8ac77f'),(25381,1442,'text_section_2','People often ask “how do I find my Bitcoin wallet address?” This can be a confusing aspect of some independent wallet apps. \r\n\r\nWith CryptoWallet, your address, or public key, is clearly listed on screen. To receive Bitcoin, you can simply hit the “copy” button to copy the address, and paste it for the person or third-party sending you BTC.\r\n\r\nTo send Bitcoin, you simply need to copy the address or public key you’re sending money to and paste it in your BTC wallet app. This process is guided with on-screen instructions. We offer a Bitcoin wallet for iPhone and also a Bitcoin wallet for Android, as preferred.'),(25382,1442,'_text_section_2','field_5fa414c8b0201'),(25383,1442,'add_faq','1'),(25384,1442,'_add_faq','field_5f2b0cecbf046'),(25385,1442,'title_faq','FAQ\'S'),(25386,1442,'_title_faq','field_5f2b0c7bbf042'),(25387,1442,'faq_0_title','How do I find my Bitcoin wallet address?'),(25388,1442,'_faq_0_title','field_5f2b0cb2bf044'),(25389,1442,'faq_0_text','Losing your phone does not mean losing your funds. If you’ve lost your phone, you can re-open the app using a new phone and the same phone number, and your funds will still be intact.'),(25390,1442,'_faq_0_text','field_5f2b0cc4bf045'),(25391,1442,'faq_1_title','What happens if I lose my phone?'),(25392,1442,'_faq_1_title','field_5f2b0cb2bf044'),(25393,1442,'faq_1_text','Losing your phone does not mean losing your funds. If you’ve lost your phone, you can re-open the app using a new phone and the same phone number, and your funds will still be intact.'),(25394,1442,'_faq_1_text','field_5f2b0cc4bf045'),(25395,1442,'faq_2_title','Can I use Bitcoin to buy things?'),(25396,1442,'_faq_2_title','field_5f2b0cb2bf044'),(25397,1442,'faq_2_text','Losing your phone does not mean losing your funds. If you’ve lost your phone, you can re-open the app using a new phone and the same phone number, and your funds will still be intact.'),(25398,1442,'_faq_2_text','field_5f2b0cc4bf045'),(25399,1442,'faq_3_title','How do I make a purchase with my crypto debit card?'),(25400,1442,'_faq_3_title','field_5f2b0cb2bf044'),(25401,1442,'faq_3_text','Losing your phone does not mean losing your funds. If you’ve lost your phone, you can re-open the app using a new phone and the same phone number, and your funds will still be intact.'),(25402,1442,'_faq_3_text','field_5f2b0cc4bf045'),(25403,1442,'faq_4_title','Where do I learn how to add money to a Bitcoin wallet?'),(25404,1442,'_faq_4_title','field_5f2b0cb2bf044'),(25405,1442,'faq_4_text','Losing your phone does not mean losing your funds. If you’ve lost your phone, you can re-open the app using a new phone and the same phone number, and your funds will still be intact.'),(25406,1442,'_faq_4_text','field_5f2b0cc4bf045'),(25407,1442,'faq','5'),(25408,1442,'_faq','field_5f2b0c9fbf043'),(25409,1443,'inline_featured_image','0'),(25410,1443,'_wpml_word_count','{\"total\":178,\"to_translate\":{\"ja\":178,\"ru\":178,\"sg\":178,\"es\":178}}'),(25411,1443,'_aioseop_opengraph_settings','a:14:{s:32:\"aioseop_opengraph_settings_title\";s:0:\"\";s:31:\"aioseop_opengraph_settings_desc\";s:0:\"\";s:36:\"aioseop_opengraph_settings_customimg\";s:0:\"\";s:37:\"aioseop_opengraph_settings_imagewidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_imageheight\";s:0:\"\";s:32:\"aioseop_opengraph_settings_video\";s:0:\"\";s:37:\"aioseop_opengraph_settings_videowidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_videoheight\";s:0:\"\";s:35:\"aioseop_opengraph_settings_category\";s:7:\"article\";s:34:\"aioseop_opengraph_settings_section\";s:0:\"\";s:30:\"aioseop_opengraph_settings_tag\";s:0:\"\";s:34:\"aioseop_opengraph_settings_setcard\";s:7:\"summary\";s:44:\"aioseop_opengraph_settings_customimg_twitter\";s:0:\"\";s:44:\"aioseop_opengraph_settings_customimg_checker\";s:1:\"0\";}'),(25412,1443,'_wpml_media_featured','1'),(25413,1443,'_wpml_media_duplicate','1'),(25414,1443,'inline_featured_image','0'),(25415,1443,'_wpml_word_count','{\"total\":178,\"to_translate\":{\"ja\":178,\"ru\":178,\"sg\":178,\"es\":178}}'),(25416,1443,'_aioseop_opengraph_settings','a:14:{s:32:\"aioseop_opengraph_settings_title\";s:0:\"\";s:31:\"aioseop_opengraph_settings_desc\";s:0:\"\";s:36:\"aioseop_opengraph_settings_customimg\";s:0:\"\";s:37:\"aioseop_opengraph_settings_imagewidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_imageheight\";s:0:\"\";s:32:\"aioseop_opengraph_settings_video\";s:0:\"\";s:37:\"aioseop_opengraph_settings_videowidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_videoheight\";s:0:\"\";s:35:\"aioseop_opengraph_settings_category\";s:7:\"article\";s:34:\"aioseop_opengraph_settings_section\";s:0:\"\";s:30:\"aioseop_opengraph_settings_tag\";s:0:\"\";s:34:\"aioseop_opengraph_settings_setcard\";s:7:\"summary\";s:44:\"aioseop_opengraph_settings_customimg_twitter\";s:0:\"\";s:44:\"aioseop_opengraph_settings_customimg_checker\";s:1:\"0\";}'),(25417,1443,'_wpml_media_featured','1'),(25418,1443,'_wpml_media_duplicate','1'),(25419,1443,'_wp_page_template','page-coins-wallet.php'),(25420,1443,'show_crypto_funds','1'),(25421,1443,'_show_crypto_funds','field_5d1cd58ba65cf'),(25422,1443,'animations','ethereum'),(25423,1443,'_animations','field_5fa414c86a0c9'),(25424,1443,'title_section_1','What is an Ethereum wallet?'),(25425,1443,'_title_section_1','field_5fa414c871801'),(25426,1443,'text_section_1','An Ethereum wallet is a software program that stores the address and passcode needed to make Ethereum transactions. The address is called a “public key,” and the passcode is called a “private key.”\r\n\r\nCryptoWallet stores these keys in an online ether wallet, making your experience sending and receiving Ethereum a straightforward and easy one. Our Ethereum wallet app contains on-screen instructions to guide you through the process of sending and receiving ETH.\r\n\r\nRead on to learn how to create an online ETH wallet!'),(25427,1443,'_text_section_1','field_5fa4160a61e8f'),(25428,1443,'title_section_2','Ethereum wallet app'),(25429,1443,'_title_section_2','field_5fa414c8ac77f'),(25430,1443,'text_section_2','You can open an ETH wallet by downloading the crypto app and filling in your details. That’s all! You’ll have a secure ETH wallet that can store, send, and receive ether in no time.\r\n\r\nWe offer an Ethereum wallet for iOS as well as an Ethereum wallet for Android devices, so you can use our services with almost any mobile device. Our Ethereum wallet app connects to a crypto debit card which you can order in-app, and you can top up your wallet with crypto, wire transfer, or a regular debit card.'),(25431,1443,'_text_section_2','field_5fa414c8b0201'),(25432,1443,'add_faq','1'),(25433,1443,'_add_faq','field_5f2b0cecbf046'),(25434,1443,'title_faq','FAQ\'S'),(25435,1443,'_title_faq','field_5f2b0c7bbf042'),(25436,1443,'faq_0_title','How do I find my Ethereum wallet address?\r\n'),(25437,1443,'_faq_0_title','field_5f2b0cb2bf044'),(25438,1443,'faq_0_text','Your address is on-screen in the ETH wallet app. Your public key is the ETH address. You only need to remember the password for your CryptoWallet app in order to use the wallet.'),(25439,1443,'_faq_0_text','field_5f2b0cc4bf045'),(25440,1443,'faq_1_title','What happens if I lose my phone? '),(25441,1443,'_faq_1_title','field_5f2b0cb2bf044'),(25442,1443,'faq_1_text','If you lose your phone, you can reopen your account using your phone number or Google Authenticator, and your funds will still be in your wallet.'),(25443,1443,'_faq_1_text','field_5f2b0cc4bf045'),(25444,1443,'faq_2_title','Can I use Ethereum to buy things?'),(25445,1443,'_faq_2_title','field_5f2b0cb2bf044'),(25446,1443,'faq_2_text','Yes! People usually use ETH as a store of value, or for crypto trading.. However, with CryptoWallet, you can order a crypto debit card and spend ETH in stores and online!'),(25447,1443,'_faq_2_text','field_5f2b0cc4bf045'),(25448,1443,'faq_3_title','Is this ether wallet safe?'),(25449,1443,'_faq_3_title','field_5f2b0cb2bf044'),(25450,1443,'faq_3_text','Yes. Our wallets are secured by BitGo, a leader in digital asset protection and security services, allowing us to offer one of the safest ETH wallets on the market.'),(25451,1443,'_faq_3_text','field_5f2b0cc4bf045'),(25452,1443,'faq_4_title','How do I load my wallet with funds? '),(25453,1443,'_faq_4_title','field_5f2b0cb2bf044'),(25454,1443,'faq_4_text','You can send ETH  to your wallet using your ETH address, or public key. You can also top up with fiat currency like the US dollar via a debit card or wire transfer.'),(25455,1443,'_faq_4_text','field_5f2b0cc4bf045'),(25456,1443,'faq','5'),(25457,1443,'_faq','field_5f2b0c9fbf043'),(25458,1443,'_dp_original','1438'),(25459,1444,'inline_featured_image','0'),(25460,1444,'_wpml_word_count','{\"total\":170,\"to_translate\":{\"ja\":170,\"ru\":170,\"sg\":170,\"es\":170}}'),(25461,1444,'_aioseop_opengraph_settings','a:14:{s:32:\"aioseop_opengraph_settings_title\";s:0:\"\";s:31:\"aioseop_opengraph_settings_desc\";s:0:\"\";s:36:\"aioseop_opengraph_settings_customimg\";s:0:\"\";s:37:\"aioseop_opengraph_settings_imagewidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_imageheight\";s:0:\"\";s:32:\"aioseop_opengraph_settings_video\";s:0:\"\";s:37:\"aioseop_opengraph_settings_videowidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_videoheight\";s:0:\"\";s:35:\"aioseop_opengraph_settings_category\";s:7:\"article\";s:34:\"aioseop_opengraph_settings_section\";s:0:\"\";s:30:\"aioseop_opengraph_settings_tag\";s:0:\"\";s:34:\"aioseop_opengraph_settings_setcard\";s:7:\"summary\";s:44:\"aioseop_opengraph_settings_customimg_twitter\";s:0:\"\";s:44:\"aioseop_opengraph_settings_customimg_checker\";s:1:\"0\";}'),(25462,1444,'_wpml_media_featured','1'),(25463,1444,'_wpml_media_duplicate','1'),(25464,1444,'inline_featured_image','0'),(25465,1444,'inline_featured_image','0'),(25466,1444,'_wpml_word_count','{\"total\":170,\"to_translate\":{\"ja\":170,\"ru\":170,\"sg\":170,\"es\":170}}'),(25467,1444,'_wpml_word_count','{\"total\":170,\"to_translate\":{\"ja\":170,\"ru\":170,\"sg\":170,\"es\":170}}'),(25468,1444,'_aioseop_opengraph_settings','a:14:{s:32:\"aioseop_opengraph_settings_title\";s:0:\"\";s:31:\"aioseop_opengraph_settings_desc\";s:0:\"\";s:36:\"aioseop_opengraph_settings_customimg\";s:0:\"\";s:37:\"aioseop_opengraph_settings_imagewidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_imageheight\";s:0:\"\";s:32:\"aioseop_opengraph_settings_video\";s:0:\"\";s:37:\"aioseop_opengraph_settings_videowidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_videoheight\";s:0:\"\";s:35:\"aioseop_opengraph_settings_category\";s:7:\"article\";s:34:\"aioseop_opengraph_settings_section\";s:0:\"\";s:30:\"aioseop_opengraph_settings_tag\";s:0:\"\";s:34:\"aioseop_opengraph_settings_setcard\";s:7:\"summary\";s:44:\"aioseop_opengraph_settings_customimg_twitter\";s:0:\"\";s:44:\"aioseop_opengraph_settings_customimg_checker\";s:1:\"0\";}'),(25469,1444,'_aioseop_opengraph_settings','a:14:{s:32:\"aioseop_opengraph_settings_title\";s:0:\"\";s:31:\"aioseop_opengraph_settings_desc\";s:0:\"\";s:36:\"aioseop_opengraph_settings_customimg\";s:0:\"\";s:37:\"aioseop_opengraph_settings_imagewidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_imageheight\";s:0:\"\";s:32:\"aioseop_opengraph_settings_video\";s:0:\"\";s:37:\"aioseop_opengraph_settings_videowidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_videoheight\";s:0:\"\";s:35:\"aioseop_opengraph_settings_category\";s:7:\"article\";s:34:\"aioseop_opengraph_settings_section\";s:0:\"\";s:30:\"aioseop_opengraph_settings_tag\";s:0:\"\";s:34:\"aioseop_opengraph_settings_setcard\";s:7:\"summary\";s:44:\"aioseop_opengraph_settings_customimg_twitter\";s:0:\"\";s:44:\"aioseop_opengraph_settings_customimg_checker\";s:1:\"0\";}'),(25470,1444,'_wpml_media_featured','1'),(25471,1444,'_wpml_media_featured','1'),(25472,1444,'_wpml_media_duplicate','1'),(25473,1444,'_wpml_media_duplicate','1'),(25474,1444,'_wp_page_template','page-coins-wallet.php'),(25475,1444,'show_crypto_funds','1'),(25476,1444,'_show_crypto_funds','field_5d1cd58ba65cf'),(25477,1444,'animations','litecoin'),(25478,1444,'_animations','field_5fa414c86a0c9'),(25479,1444,'title_section_1','What is a Litecoin wallet?'),(25480,1444,'_title_section_1','field_5fa414c871801'),(25481,1444,'text_section_1','A Litecoin wallet is a cryptocurrency software program that stores the information you need to make send and receive Litecoin. Your Litecoin “address” is called a public key, and your Litecoin wallet “password” is called a private key. Our app stores these keys for you, making it easier than ever to use Litecoin.\r\n\r\nOur online Litecoin wallet has on-screen instructions to walk you through how to spend Litecoin.  Read on to learn how to create an LTC wallet online!'),(25482,1444,'_text_section_1','field_5fa4160a61e8f'),(25483,1444,'title_section_2','Litecoin wallet app'),(25484,1444,'_title_section_2','field_5fa414c8ac77f'),(25485,1444,'text_section_2','You can open a Litecoin wallet by downloading our Litecoin wallet app and filling in your details. \r\n\r\nWe offer a Litecoin wallet for iOS as well as an Android Litecoin wallet, so you can use our services with almost any mobile device. Our LTC wallet app connects to a crypto debit card which you can order in-app, and you can top up your wallet with crypto, wire transfer, or a regular debit card.'),(25486,1444,'_text_section_2','field_5fa414c8b0201'),(25487,1444,'add_faq','1'),(25488,1444,'_add_faq','field_5f2b0cecbf046'),(25489,1444,'title_faq','FAQ\'S'),(25490,1444,'_title_faq','field_5f2b0c7bbf042'),(25491,1444,'faq_0_title','How do I find a Litecoin wallet address?'),(25492,1444,'_faq_0_title','field_5f2b0cb2bf044'),(25493,1444,'faq_0_text','Your address is on-screen in the LTC wallet app. Your public key is the LTC address. You only need to remember the password for your CryptoWallet app in order to use the wallet and access funds, and you don’t need to already know how to use a Litecoin wallet -- this information will be on-screen.'),(25494,1444,'_faq_0_text','field_5f2b0cc4bf045'),(25495,1444,'faq_1_title','Do I need to know how to set up a Litecoin wallet? '),(25496,1444,'_faq_1_title','field_5f2b0cb2bf044'),(25497,1444,'faq_1_text','No. Once you download the app, your Litecoin wallet will be all set and ready for use!'),(25498,1444,'_faq_1_text','field_5f2b0cc4bf045'),(25499,1444,'faq_2_title','How can I use Litecoin to buy things?'),(25500,1444,'_faq_2_title','field_5f2b0cb2bf044'),(25501,1444,'faq_2_text','With CryptoWallet, you can order a crypto debit card and spend LTC as a real currency in stores and online! Simply select Litecoin in the app when making a payment, and you can use your Litecoin to buy goods and services anywhere.'),(25502,1444,'_faq_2_text','field_5f2b0cc4bf045'),(25503,1444,'faq_3_title','Is this LTC wallet safe?'),(25504,1444,'_faq_3_title','field_5f2b0cb2bf044'),(25505,1444,'faq_3_text','Yes. Our wallets are secured by BitGo, a leader in digital asset protection and security services. Our Litecoin wallets are among the safest Litecoin wallets on the market, with enterprise-grade protection from BitGo.'),(25506,1444,'_faq_3_text','field_5f2b0cc4bf045'),(25507,1444,'faq_4_title','How do I load my wallet with funds? '),(25508,1444,'_faq_4_title','field_5f2b0cb2bf044'),(25509,1444,'faq_4_text','You can send LTC  to your wallet using your Litecoin address (AKA your public key You can also top up with fiat currency like the US dollar via a debit card or wire transfer.'),(25510,1444,'_faq_4_text','field_5f2b0cc4bf045'),(25511,1444,'faq','5'),(25512,1444,'_faq','field_5f2b0c9fbf043'),(25514,1444,'_dp_original','1443'),(25515,1445,'inline_featured_image','0'),(25516,1445,'_wpml_word_count','{\"total\":140,\"to_translate\":{\"ja\":140,\"ru\":140,\"sg\":140,\"es\":140}}'),(25517,1445,'_aioseop_opengraph_settings','a:14:{s:32:\"aioseop_opengraph_settings_title\";s:0:\"\";s:31:\"aioseop_opengraph_settings_desc\";s:0:\"\";s:36:\"aioseop_opengraph_settings_customimg\";s:0:\"\";s:37:\"aioseop_opengraph_settings_imagewidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_imageheight\";s:0:\"\";s:32:\"aioseop_opengraph_settings_video\";s:0:\"\";s:37:\"aioseop_opengraph_settings_videowidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_videoheight\";s:0:\"\";s:35:\"aioseop_opengraph_settings_category\";s:7:\"article\";s:34:\"aioseop_opengraph_settings_section\";s:0:\"\";s:30:\"aioseop_opengraph_settings_tag\";s:0:\"\";s:34:\"aioseop_opengraph_settings_setcard\";s:7:\"summary\";s:44:\"aioseop_opengraph_settings_customimg_twitter\";s:0:\"\";s:44:\"aioseop_opengraph_settings_customimg_checker\";s:1:\"0\";}'),(25518,1445,'_wpml_media_featured','1'),(25519,1445,'_wpml_media_duplicate','1'),(25520,1445,'inline_featured_image','0'),(25521,1445,'inline_featured_image','0'),(25522,1445,'inline_featured_image','0'),(25523,1445,'_wpml_word_count','{\"total\":140,\"to_translate\":{\"ja\":140,\"ru\":140,\"sg\":140,\"es\":140}}'),(25524,1445,'_wpml_word_count','{\"total\":140,\"to_translate\":{\"ja\":140,\"ru\":140,\"sg\":140,\"es\":140}}'),(25525,1445,'_wpml_word_count','{\"total\":140,\"to_translate\":{\"ja\":140,\"ru\":140,\"sg\":140,\"es\":140}}'),(25526,1445,'_aioseop_opengraph_settings','a:14:{s:32:\"aioseop_opengraph_settings_title\";s:0:\"\";s:31:\"aioseop_opengraph_settings_desc\";s:0:\"\";s:36:\"aioseop_opengraph_settings_customimg\";s:0:\"\";s:37:\"aioseop_opengraph_settings_imagewidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_imageheight\";s:0:\"\";s:32:\"aioseop_opengraph_settings_video\";s:0:\"\";s:37:\"aioseop_opengraph_settings_videowidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_videoheight\";s:0:\"\";s:35:\"aioseop_opengraph_settings_category\";s:7:\"article\";s:34:\"aioseop_opengraph_settings_section\";s:0:\"\";s:30:\"aioseop_opengraph_settings_tag\";s:0:\"\";s:34:\"aioseop_opengraph_settings_setcard\";s:7:\"summary\";s:44:\"aioseop_opengraph_settings_customimg_twitter\";s:0:\"\";s:44:\"aioseop_opengraph_settings_customimg_checker\";s:1:\"0\";}'),(25527,1445,'_aioseop_opengraph_settings','a:14:{s:32:\"aioseop_opengraph_settings_title\";s:0:\"\";s:31:\"aioseop_opengraph_settings_desc\";s:0:\"\";s:36:\"aioseop_opengraph_settings_customimg\";s:0:\"\";s:37:\"aioseop_opengraph_settings_imagewidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_imageheight\";s:0:\"\";s:32:\"aioseop_opengraph_settings_video\";s:0:\"\";s:37:\"aioseop_opengraph_settings_videowidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_videoheight\";s:0:\"\";s:35:\"aioseop_opengraph_settings_category\";s:7:\"article\";s:34:\"aioseop_opengraph_settings_section\";s:0:\"\";s:30:\"aioseop_opengraph_settings_tag\";s:0:\"\";s:34:\"aioseop_opengraph_settings_setcard\";s:7:\"summary\";s:44:\"aioseop_opengraph_settings_customimg_twitter\";s:0:\"\";s:44:\"aioseop_opengraph_settings_customimg_checker\";s:1:\"0\";}'),(25528,1445,'_aioseop_opengraph_settings','a:14:{s:32:\"aioseop_opengraph_settings_title\";s:0:\"\";s:31:\"aioseop_opengraph_settings_desc\";s:0:\"\";s:36:\"aioseop_opengraph_settings_customimg\";s:0:\"\";s:37:\"aioseop_opengraph_settings_imagewidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_imageheight\";s:0:\"\";s:32:\"aioseop_opengraph_settings_video\";s:0:\"\";s:37:\"aioseop_opengraph_settings_videowidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_videoheight\";s:0:\"\";s:35:\"aioseop_opengraph_settings_category\";s:7:\"article\";s:34:\"aioseop_opengraph_settings_section\";s:0:\"\";s:30:\"aioseop_opengraph_settings_tag\";s:0:\"\";s:34:\"aioseop_opengraph_settings_setcard\";s:7:\"summary\";s:44:\"aioseop_opengraph_settings_customimg_twitter\";s:0:\"\";s:44:\"aioseop_opengraph_settings_customimg_checker\";s:1:\"0\";}'),(25529,1445,'_wpml_media_featured','1'),(25530,1445,'_wpml_media_featured','1'),(25531,1445,'_wpml_media_featured','1'),(25532,1445,'_wpml_media_duplicate','1'),(25533,1445,'_wpml_media_duplicate','1'),(25534,1445,'_wpml_media_duplicate','1'),(25535,1445,'_wp_page_template','page-coins-wallet.php'),(25536,1445,'show_crypto_funds','1'),(25537,1445,'_show_crypto_funds','field_5d1cd58ba65cf'),(25538,1445,'animations','ripple'),(25539,1445,'_animations','field_5fa414c86a0c9'),(25540,1445,'title_section_1','What is an XRP wallet?'),(25541,1445,'_title_section_1','field_5fa414c871801'),(25542,1445,'text_section_1','A Ripple wallet (or XRP wallet) is a software program that allows you to send and receive Ripple. The funds themselves are stored as data on the Ripple network, and the online Ripple wallet stores the address and password (also known as public key and private key) you need to use your funds.\r\n\r\nOur online crypto wallet has on-screen instructions to explain everything  Read on to learn how to create a Ripple wallet!'),(25543,1445,'_text_section_1','field_5fa4160a61e8f'),(25544,1445,'title_section_2','Ripple wallet app'),(25545,1445,'_title_section_2','field_5fa414c8ac77f'),(25546,1445,'text_section_2','You can get a Ripple wallet by downloading our crypto wallet app.\r\n\r\nWe offer an XRP wallet for Android and an XRP wallet for iOS. The online XRP wallet is secured by digital asset protector BitGo, making it the safest Ripple wallet for your funds.'),(25547,1445,'_text_section_2','field_5fa414c8b0201'),(25548,1445,'add_faq','1'),(25549,1445,'_add_faq','field_5f2b0cecbf046'),(25550,1445,'title_faq','FAQ\'S'),(25551,1445,'_title_faq','field_5f2b0c7bbf042'),(25552,1445,'faq_0_title','How do I find a Ripple wallet address?'),(25553,1445,'_faq_0_title','field_5f2b0cb2bf044'),(25554,1445,'faq_0_text','Your address is on-screen in the online XRP wallet. You only need to remember the password for your CryptoWallet app in order to use the wallet and access funds.'),(25555,1445,'_faq_0_text','field_5f2b0cc4bf045'),(25556,1445,'faq_1_title','What happens if I lose my phone?'),(25557,1445,'_faq_1_title','field_5f2b0cb2bf044'),(25558,1445,'faq_1_text','You can use your phone number or Google Authenticator app to restore your CryptoWallet, and also your funds, simply by reinstalling the app.'),(25559,1445,'_faq_1_text','field_5f2b0cc4bf045'),(25560,1445,'faq_2_title','Can I use Ripple to buy things?'),(25561,1445,'_faq_2_title','field_5f2b0cb2bf044'),(25562,1445,'faq_2_text','Yes, yuou can order a crypto debit card and spend XRP as a real currency in stores and online!'),(25563,1445,'_faq_2_text','field_5f2b0cc4bf045'),(25564,1445,'faq_3_title','Is this XRP wallet safe?'),(25565,1445,'_faq_3_title','field_5f2b0cb2bf044'),(25566,1445,'faq_3_text','Our wallets are secured by BitGo, which offers enterprise-grade protection on your funds. Our wallet is one of the safest XRP wallets on the market due to these security measures.'),(25567,1445,'_faq_3_text','field_5f2b0cc4bf045'),(25568,1445,'faq_4_title','How do I load my wallet with funds? '),(25569,1445,'_faq_4_title','field_5f2b0cb2bf044'),(25570,1445,'faq_4_text','You can top up with cryptocurrency, wire transfer, or debit card.'),(25571,1445,'_faq_4_text','field_5f2b0cc4bf045'),(25572,1445,'faq','5'),(25573,1445,'_faq','field_5f2b0c9fbf043'),(25575,1445,'_dp_original','1444'),(25576,1446,'inline_featured_image','0'),(25577,1446,'_wpml_word_count','{\"total\":118,\"to_translate\":{\"ja\":118,\"ru\":118,\"sg\":118,\"es\":118}}'),(25578,1446,'_aioseop_opengraph_settings','a:14:{s:32:\"aioseop_opengraph_settings_title\";s:0:\"\";s:31:\"aioseop_opengraph_settings_desc\";s:0:\"\";s:36:\"aioseop_opengraph_settings_customimg\";s:0:\"\";s:37:\"aioseop_opengraph_settings_imagewidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_imageheight\";s:0:\"\";s:32:\"aioseop_opengraph_settings_video\";s:0:\"\";s:37:\"aioseop_opengraph_settings_videowidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_videoheight\";s:0:\"\";s:35:\"aioseop_opengraph_settings_category\";s:7:\"article\";s:34:\"aioseop_opengraph_settings_section\";s:0:\"\";s:30:\"aioseop_opengraph_settings_tag\";s:0:\"\";s:34:\"aioseop_opengraph_settings_setcard\";s:7:\"summary\";s:44:\"aioseop_opengraph_settings_customimg_twitter\";s:0:\"\";s:44:\"aioseop_opengraph_settings_customimg_checker\";s:1:\"0\";}'),(25579,1446,'_wpml_media_featured','1'),(25580,1446,'_wpml_media_duplicate','1'),(25581,1446,'inline_featured_image','0'),(25582,1446,'inline_featured_image','0'),(25583,1446,'inline_featured_image','0'),(25584,1446,'_wpml_word_count','{\"total\":118,\"to_translate\":{\"ja\":118,\"ru\":118,\"sg\":118,\"es\":118}}'),(25585,1446,'_wpml_word_count','{\"total\":118,\"to_translate\":{\"ja\":118,\"ru\":118,\"sg\":118,\"es\":118}}'),(25586,1446,'_wpml_word_count','{\"total\":118,\"to_translate\":{\"ja\":118,\"ru\":118,\"sg\":118,\"es\":118}}'),(25587,1446,'_aioseop_opengraph_settings','a:14:{s:32:\"aioseop_opengraph_settings_title\";s:0:\"\";s:31:\"aioseop_opengraph_settings_desc\";s:0:\"\";s:36:\"aioseop_opengraph_settings_customimg\";s:0:\"\";s:37:\"aioseop_opengraph_settings_imagewidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_imageheight\";s:0:\"\";s:32:\"aioseop_opengraph_settings_video\";s:0:\"\";s:37:\"aioseop_opengraph_settings_videowidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_videoheight\";s:0:\"\";s:35:\"aioseop_opengraph_settings_category\";s:7:\"article\";s:34:\"aioseop_opengraph_settings_section\";s:0:\"\";s:30:\"aioseop_opengraph_settings_tag\";s:0:\"\";s:34:\"aioseop_opengraph_settings_setcard\";s:7:\"summary\";s:44:\"aioseop_opengraph_settings_customimg_twitter\";s:0:\"\";s:44:\"aioseop_opengraph_settings_customimg_checker\";s:1:\"0\";}'),(25588,1446,'_aioseop_opengraph_settings','a:14:{s:32:\"aioseop_opengraph_settings_title\";s:0:\"\";s:31:\"aioseop_opengraph_settings_desc\";s:0:\"\";s:36:\"aioseop_opengraph_settings_customimg\";s:0:\"\";s:37:\"aioseop_opengraph_settings_imagewidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_imageheight\";s:0:\"\";s:32:\"aioseop_opengraph_settings_video\";s:0:\"\";s:37:\"aioseop_opengraph_settings_videowidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_videoheight\";s:0:\"\";s:35:\"aioseop_opengraph_settings_category\";s:7:\"article\";s:34:\"aioseop_opengraph_settings_section\";s:0:\"\";s:30:\"aioseop_opengraph_settings_tag\";s:0:\"\";s:34:\"aioseop_opengraph_settings_setcard\";s:7:\"summary\";s:44:\"aioseop_opengraph_settings_customimg_twitter\";s:0:\"\";s:44:\"aioseop_opengraph_settings_customimg_checker\";s:1:\"0\";}'),(25589,1446,'_aioseop_opengraph_settings','a:14:{s:32:\"aioseop_opengraph_settings_title\";s:0:\"\";s:31:\"aioseop_opengraph_settings_desc\";s:0:\"\";s:36:\"aioseop_opengraph_settings_customimg\";s:0:\"\";s:37:\"aioseop_opengraph_settings_imagewidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_imageheight\";s:0:\"\";s:32:\"aioseop_opengraph_settings_video\";s:0:\"\";s:37:\"aioseop_opengraph_settings_videowidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_videoheight\";s:0:\"\";s:35:\"aioseop_opengraph_settings_category\";s:7:\"article\";s:34:\"aioseop_opengraph_settings_section\";s:0:\"\";s:30:\"aioseop_opengraph_settings_tag\";s:0:\"\";s:34:\"aioseop_opengraph_settings_setcard\";s:7:\"summary\";s:44:\"aioseop_opengraph_settings_customimg_twitter\";s:0:\"\";s:44:\"aioseop_opengraph_settings_customimg_checker\";s:1:\"0\";}'),(25590,1446,'_wpml_media_featured','1'),(25591,1446,'_wpml_media_featured','1'),(25592,1446,'_wpml_media_featured','1'),(25593,1446,'_wpml_media_duplicate','1'),(25594,1446,'_wpml_media_duplicate','1'),(25595,1446,'_wpml_media_duplicate','1'),(25596,1446,'_wp_page_template','page-coins-wallet.php'),(25597,1446,'show_crypto_funds','1'),(25598,1446,'_show_crypto_funds','field_5d1cd58ba65cf'),(25599,1446,'animations','tether'),(25600,1446,'_animations','field_5fa414c86a0c9'),(25601,1446,'title_section_1','What is a USDT wallet?'),(25602,1446,'_title_section_1','field_5fa414c871801'),(25603,1446,'text_section_1','A USDT wallet is an online program that allows you to send and receive Tether. Our Tether wallet stores your USDT address and password (also known as public key and private key, allowing you to make transactions at any time.\r\n\r\n“What is USD Tether?”\r\n\r\nUSD Tether, or USDT, is a stable coin cryptocurrency pegged to the price of the US dollar. This means USDT price is constant, and one USDT is always worth one USD. Using stablecoins allows you to offset the volatility of the crypto markets by instantly accessing stable currencies. Think of USDT as USD in digital form!'),(25604,1446,'_text_section_1','field_5fa4160a61e8f'),(25605,1446,'title_section_2','Tether wallet app'),(25606,1446,'_title_section_2','field_5fa414c8ac77f'),(25607,1446,'text_section_2','You can get a USDT wallet by downloading our USDT  wallet app.\r\n\r\nWe offer an USDT wallet for Android and an USDT wallet for iOS. World-famous custodian BitGo secures your funds, keeping your wallet safe.'),(25608,1446,'_text_section_2','field_5fa414c8b0201'),(25609,1446,'add_faq','1'),(25610,1446,'_add_faq','field_5f2b0cecbf046'),(25611,1446,'title_faq','FAQ\'S'),(25612,1446,'_title_faq','field_5f2b0c7bbf042'),(25613,1446,'faq_0_title','How to buy Tether with USD?'),(25614,1446,'_faq_0_title','field_5f2b0cb2bf044'),(25615,1446,'faq_0_text','You can buy Tether with USD directly from our in-app exchange. Top up your account with USD via a wire transfer, credit card, or even by trading crypto for USD. If you want to know how to sell Tether to USD, the process is the same! Select USD in the exchange and trade for Tether.'),(25616,1446,'_faq_0_text','field_5f2b0cc4bf045'),(25617,1446,'faq_1_title','What happens if I lose my phone?'),(25618,1446,'_faq_1_title','field_5f2b0cb2bf044'),(25619,1446,'faq_1_text','You can use your phone number or Google Authenticator app to restore your CryptoWallet, and also your funds, simply by reinstalling the app. You don’t need to know how to set up a USDT wallet, as this is done automatically.'),(25620,1446,'_faq_1_text','field_5f2b0cc4bf045'),(25621,1446,'faq_2_title','Can I use USDT to buy things?'),(25622,1446,'_faq_2_title','field_5f2b0cb2bf044'),(25623,1446,'faq_2_text','Yes, you can spend USDT anywhere you go using the CryptoWallet debit card! Order your card through the app today.'),(25624,1446,'_faq_2_text','field_5f2b0cc4bf045'),(25625,1446,'faq_3_title','Is this USDT wallet safe?'),(25626,1446,'_faq_3_title','field_5f2b0cb2bf044'),(25627,1446,'faq_3_text','Yes. Our wallets are secured by BitGo, an industry leader which offers enterprise-grade protection on your funds.'),(25628,1446,'_faq_3_text','field_5f2b0cc4bf045'),(25629,1446,'faq_4_title','How do I find my Tether address?'),(25630,1446,'_faq_4_title','field_5f2b0cb2bf044'),(25631,1446,'faq_4_text','Your Tether address is clearly marked in the wallet section. Happy trading!'),(25632,1446,'_faq_4_text','field_5f2b0cc4bf045'),(25633,1446,'faq','5'),(25634,1446,'_faq','field_5f2b0c9fbf043'),(25636,1446,'_dp_original','1444'),(25637,1443,'_edit_lock','1604695702:1'),(25638,1443,'_edit_last','1'),(25639,1447,'show_crypto_funds','1'),(25640,1447,'_show_crypto_funds','field_5d1cd58ba65cf'),(25641,1447,'animations','ethereum'),(25642,1447,'_animations','field_5fa414c86a0c9'),(25643,1447,'title_section_1','What is Bitcoin Wallet?'),(25644,1447,'_title_section_1','field_5fa414c871801'),(25645,1447,'text_section_1','An online Bitcoin wallet is a piece of software that allows you to access your BTC funds. Bitcoin is technically stored as data on the Bitcoin network itself, and the wallet actually stores the “keys,” or passcodes, you need to make transactions.\r\n\r\nYour Bitcoin keys are a string of numbers and characters. Every wallet has a public key, similar to a bank account, and a private key, similar to a password or PIN number. Our BTC wallet app stores your public and private keys for you, so you can easily send and receive Bitcoin.'),(25646,1447,'_text_section_1','field_5fa4160a61e8f'),(25647,1447,'title_section_2','CryptoWallet app'),(25648,1447,'_title_section_2','field_5fa414c8ac77f'),(25649,1447,'text_section_2','People often ask “how do I find my Bitcoin wallet address?” This can be a confusing aspect of some independent wallet apps. \r\n\r\nWith CryptoWallet, your address, or public key, is clearly listed on screen. To receive Bitcoin, you can simply hit the “copy” button to copy the address, and paste it for the person or third-party sending you BTC.\r\n\r\nTo send Bitcoin, you simply need to copy the address or public key you’re sending money to and paste it in your BTC wallet app. This process is guided with on-screen instructions. We offer a Bitcoin wallet for iPhone and also a Bitcoin wallet for Android, as preferred.'),(25650,1447,'_text_section_2','field_5fa414c8b0201'),(25651,1447,'add_faq','1'),(25652,1447,'_add_faq','field_5f2b0cecbf046'),(25653,1447,'title_faq','FAQ\'S'),(25654,1447,'_title_faq','field_5f2b0c7bbf042'),(25655,1447,'faq_0_title','How do I find my Bitcoin wallet address?'),(25656,1447,'_faq_0_title','field_5f2b0cb2bf044'),(25657,1447,'faq_0_text','Losing your phone does not mean losing your funds. If you’ve lost your phone, you can re-open the app using a new phone and the same phone number, and your funds will still be intact.'),(25658,1447,'_faq_0_text','field_5f2b0cc4bf045'),(25659,1447,'faq_1_title','What happens if I lose my phone?'),(25660,1447,'_faq_1_title','field_5f2b0cb2bf044'),(25661,1447,'faq_1_text','Losing your phone does not mean losing your funds. If you’ve lost your phone, you can re-open the app using a new phone and the same phone number, and your funds will still be intact.'),(25662,1447,'_faq_1_text','field_5f2b0cc4bf045'),(25663,1447,'faq_2_title','Can I use Bitcoin to buy things?'),(25664,1447,'_faq_2_title','field_5f2b0cb2bf044'),(25665,1447,'faq_2_text','Losing your phone does not mean losing your funds. If you’ve lost your phone, you can re-open the app using a new phone and the same phone number, and your funds will still be intact.'),(25666,1447,'_faq_2_text','field_5f2b0cc4bf045'),(25667,1447,'faq_3_title','How do I make a purchase with my crypto debit card?'),(25668,1447,'_faq_3_title','field_5f2b0cb2bf044'),(25669,1447,'faq_3_text','Losing your phone does not mean losing your funds. If you’ve lost your phone, you can re-open the app using a new phone and the same phone number, and your funds will still be intact.'),(25670,1447,'_faq_3_text','field_5f2b0cc4bf045'),(25671,1447,'faq_4_title','Where do I learn how to add money to a Bitcoin wallet?'),(25672,1447,'_faq_4_title','field_5f2b0cb2bf044'),(25673,1447,'faq_4_text','Losing your phone does not mean losing your funds. If you’ve lost your phone, you can re-open the app using a new phone and the same phone number, and your funds will still be intact.'),(25674,1447,'_faq_4_text','field_5f2b0cc4bf045'),(25675,1447,'faq','5'),(25676,1447,'_faq','field_5f2b0c9fbf043'),(25677,1444,'_edit_lock','1604695718:1'),(25678,1444,'_edit_last','1'),(25679,1448,'show_crypto_funds','1'),(25680,1448,'_show_crypto_funds','field_5d1cd58ba65cf'),(25681,1448,'animations','litecoin'),(25682,1448,'_animations','field_5fa414c86a0c9'),(25683,1448,'title_section_1','What is Bitcoin Wallet?'),(25684,1448,'_title_section_1','field_5fa414c871801'),(25685,1448,'text_section_1','An online Bitcoin wallet is a piece of software that allows you to access your BTC funds. Bitcoin is technically stored as data on the Bitcoin network itself, and the wallet actually stores the “keys,” or passcodes, you need to make transactions.\r\n\r\nYour Bitcoin keys are a string of numbers and characters. Every wallet has a public key, similar to a bank account, and a private key, similar to a password or PIN number. Our BTC wallet app stores your public and private keys for you, so you can easily send and receive Bitcoin.'),(25686,1448,'_text_section_1','field_5fa4160a61e8f'),(25687,1448,'title_section_2','CryptoWallet app'),(25688,1448,'_title_section_2','field_5fa414c8ac77f'),(25689,1448,'text_section_2','People often ask “how do I find my Bitcoin wallet address?” This can be a confusing aspect of some independent wallet apps. \r\n\r\nWith CryptoWallet, your address, or public key, is clearly listed on screen. To receive Bitcoin, you can simply hit the “copy” button to copy the address, and paste it for the person or third-party sending you BTC.\r\n\r\nTo send Bitcoin, you simply need to copy the address or public key you’re sending money to and paste it in your BTC wallet app. This process is guided with on-screen instructions. We offer a Bitcoin wallet for iPhone and also a Bitcoin wallet for Android, as preferred.'),(25690,1448,'_text_section_2','field_5fa414c8b0201'),(25691,1448,'add_faq','1'),(25692,1448,'_add_faq','field_5f2b0cecbf046'),(25693,1448,'title_faq','FAQ\'S'),(25694,1448,'_title_faq','field_5f2b0c7bbf042'),(25695,1448,'faq_0_title','How do I find my Bitcoin wallet address?'),(25696,1448,'_faq_0_title','field_5f2b0cb2bf044'),(25697,1448,'faq_0_text','Losing your phone does not mean losing your funds. If you’ve lost your phone, you can re-open the app using a new phone and the same phone number, and your funds will still be intact.'),(25698,1448,'_faq_0_text','field_5f2b0cc4bf045'),(25699,1448,'faq_1_title','What happens if I lose my phone?'),(25700,1448,'_faq_1_title','field_5f2b0cb2bf044'),(25701,1448,'faq_1_text','Losing your phone does not mean losing your funds. If you’ve lost your phone, you can re-open the app using a new phone and the same phone number, and your funds will still be intact.'),(25702,1448,'_faq_1_text','field_5f2b0cc4bf045'),(25703,1448,'faq_2_title','Can I use Bitcoin to buy things?'),(25704,1448,'_faq_2_title','field_5f2b0cb2bf044'),(25705,1448,'faq_2_text','Losing your phone does not mean losing your funds. If you’ve lost your phone, you can re-open the app using a new phone and the same phone number, and your funds will still be intact.'),(25706,1448,'_faq_2_text','field_5f2b0cc4bf045'),(25707,1448,'faq_3_title','How do I make a purchase with my crypto debit card?'),(25708,1448,'_faq_3_title','field_5f2b0cb2bf044'),(25709,1448,'faq_3_text','Losing your phone does not mean losing your funds. If you’ve lost your phone, you can re-open the app using a new phone and the same phone number, and your funds will still be intact.'),(25710,1448,'_faq_3_text','field_5f2b0cc4bf045'),(25711,1448,'faq_4_title','Where do I learn how to add money to a Bitcoin wallet?'),(25712,1448,'_faq_4_title','field_5f2b0cb2bf044'),(25713,1448,'faq_4_text','Losing your phone does not mean losing your funds. If you’ve lost your phone, you can re-open the app using a new phone and the same phone number, and your funds will still be intact.'),(25714,1448,'_faq_4_text','field_5f2b0cc4bf045'),(25715,1448,'faq','5'),(25716,1448,'_faq','field_5f2b0c9fbf043'),(25717,1445,'_edit_lock','1604695883:1'),(25718,1445,'_edit_last','1'),(25719,1449,'show_crypto_funds','1'),(25720,1449,'_show_crypto_funds','field_5d1cd58ba65cf'),(25721,1449,'animations','ripple'),(25722,1449,'_animations','field_5fa414c86a0c9'),(25723,1449,'title_section_1','What is Bitcoin Wallet?'),(25724,1449,'_title_section_1','field_5fa414c871801'),(25725,1449,'text_section_1','An online Bitcoin wallet is a piece of software that allows you to access your BTC funds. Bitcoin is technically stored as data on the Bitcoin network itself, and the wallet actually stores the “keys,” or passcodes, you need to make transactions.\r\n\r\nYour Bitcoin keys are a string of numbers and characters. Every wallet has a public key, similar to a bank account, and a private key, similar to a password or PIN number. Our BTC wallet app stores your public and private keys for you, so you can easily send and receive Bitcoin.'),(25726,1449,'_text_section_1','field_5fa4160a61e8f'),(25727,1449,'title_section_2','CryptoWallet app'),(25728,1449,'_title_section_2','field_5fa414c8ac77f'),(25729,1449,'text_section_2','People often ask “how do I find my Bitcoin wallet address?” This can be a confusing aspect of some independent wallet apps. \r\n\r\nWith CryptoWallet, your address, or public key, is clearly listed on screen. To receive Bitcoin, you can simply hit the “copy” button to copy the address, and paste it for the person or third-party sending you BTC.\r\n\r\nTo send Bitcoin, you simply need to copy the address or public key you’re sending money to and paste it in your BTC wallet app. This process is guided with on-screen instructions. We offer a Bitcoin wallet for iPhone and also a Bitcoin wallet for Android, as preferred.'),(25730,1449,'_text_section_2','field_5fa414c8b0201'),(25731,1449,'add_faq','1'),(25732,1449,'_add_faq','field_5f2b0cecbf046'),(25733,1449,'title_faq','FAQ\'S'),(25734,1449,'_title_faq','field_5f2b0c7bbf042'),(25735,1449,'faq_0_title','How do I find my Bitcoin wallet address?'),(25736,1449,'_faq_0_title','field_5f2b0cb2bf044'),(25737,1449,'faq_0_text','Losing your phone does not mean losing your funds. If you’ve lost your phone, you can re-open the app using a new phone and the same phone number, and your funds will still be intact.'),(25738,1449,'_faq_0_text','field_5f2b0cc4bf045'),(25739,1449,'faq_1_title','What happens if I lose my phone?'),(25740,1449,'_faq_1_title','field_5f2b0cb2bf044'),(25741,1449,'faq_1_text','Losing your phone does not mean losing your funds. If you’ve lost your phone, you can re-open the app using a new phone and the same phone number, and your funds will still be intact.'),(25742,1449,'_faq_1_text','field_5f2b0cc4bf045'),(25743,1449,'faq_2_title','Can I use Bitcoin to buy things?'),(25744,1449,'_faq_2_title','field_5f2b0cb2bf044'),(25745,1449,'faq_2_text','Losing your phone does not mean losing your funds. If you’ve lost your phone, you can re-open the app using a new phone and the same phone number, and your funds will still be intact.'),(25746,1449,'_faq_2_text','field_5f2b0cc4bf045'),(25747,1449,'faq_3_title','How do I make a purchase with my crypto debit card?'),(25748,1449,'_faq_3_title','field_5f2b0cb2bf044'),(25749,1449,'faq_3_text','Losing your phone does not mean losing your funds. If you’ve lost your phone, you can re-open the app using a new phone and the same phone number, and your funds will still be intact.'),(25750,1449,'_faq_3_text','field_5f2b0cc4bf045'),(25751,1449,'faq_4_title','Where do I learn how to add money to a Bitcoin wallet?'),(25752,1449,'_faq_4_title','field_5f2b0cb2bf044'),(25753,1449,'faq_4_text','Losing your phone does not mean losing your funds. If you’ve lost your phone, you can re-open the app using a new phone and the same phone number, and your funds will still be intact.'),(25754,1449,'_faq_4_text','field_5f2b0cc4bf045'),(25755,1449,'faq','5'),(25756,1449,'_faq','field_5f2b0c9fbf043'),(25757,1446,'_edit_lock','1604696249:1'),(25758,1446,'_edit_last','1'),(25759,1450,'show_crypto_funds','1'),(25760,1450,'_show_crypto_funds','field_5d1cd58ba65cf'),(25761,1450,'animations','tether'),(25762,1450,'_animations','field_5fa414c86a0c9'),(25763,1450,'title_section_1','What is Bitcoin Wallet?'),(25764,1450,'_title_section_1','field_5fa414c871801'),(25765,1450,'text_section_1','An online Bitcoin wallet is a piece of software that allows you to access your BTC funds. Bitcoin is technically stored as data on the Bitcoin network itself, and the wallet actually stores the “keys,” or passcodes, you need to make transactions.\r\n\r\nYour Bitcoin keys are a string of numbers and characters. Every wallet has a public key, similar to a bank account, and a private key, similar to a password or PIN number. Our BTC wallet app stores your public and private keys for you, so you can easily send and receive Bitcoin.'),(25766,1450,'_text_section_1','field_5fa4160a61e8f'),(25767,1450,'title_section_2','CryptoWallet app'),(25768,1450,'_title_section_2','field_5fa414c8ac77f'),(25769,1450,'text_section_2','People often ask “how do I find my Bitcoin wallet address?” This can be a confusing aspect of some independent wallet apps. \r\n\r\nWith CryptoWallet, your address, or public key, is clearly listed on screen. To receive Bitcoin, you can simply hit the “copy” button to copy the address, and paste it for the person or third-party sending you BTC.\r\n\r\nTo send Bitcoin, you simply need to copy the address or public key you’re sending money to and paste it in your BTC wallet app. This process is guided with on-screen instructions. We offer a Bitcoin wallet for iPhone and also a Bitcoin wallet for Android, as preferred.'),(25770,1450,'_text_section_2','field_5fa414c8b0201'),(25771,1450,'add_faq','1'),(25772,1450,'_add_faq','field_5f2b0cecbf046'),(25773,1450,'title_faq','FAQ\'S'),(25774,1450,'_title_faq','field_5f2b0c7bbf042'),(25775,1450,'faq_0_title','How do I find my Bitcoin wallet address?'),(25776,1450,'_faq_0_title','field_5f2b0cb2bf044'),(25777,1450,'faq_0_text','Losing your phone does not mean losing your funds. If you’ve lost your phone, you can re-open the app using a new phone and the same phone number, and your funds will still be intact.'),(25778,1450,'_faq_0_text','field_5f2b0cc4bf045'),(25779,1450,'faq_1_title','What happens if I lose my phone?'),(25780,1450,'_faq_1_title','field_5f2b0cb2bf044'),(25781,1450,'faq_1_text','Losing your phone does not mean losing your funds. If you’ve lost your phone, you can re-open the app using a new phone and the same phone number, and your funds will still be intact.'),(25782,1450,'_faq_1_text','field_5f2b0cc4bf045'),(25783,1450,'faq_2_title','Can I use Bitcoin to buy things?'),(25784,1450,'_faq_2_title','field_5f2b0cb2bf044'),(25785,1450,'faq_2_text','Losing your phone does not mean losing your funds. If you’ve lost your phone, you can re-open the app using a new phone and the same phone number, and your funds will still be intact.'),(25786,1450,'_faq_2_text','field_5f2b0cc4bf045'),(25787,1450,'faq_3_title','How do I make a purchase with my crypto debit card?'),(25788,1450,'_faq_3_title','field_5f2b0cb2bf044'),(25789,1450,'faq_3_text','Losing your phone does not mean losing your funds. If you’ve lost your phone, you can re-open the app using a new phone and the same phone number, and your funds will still be intact.'),(25790,1450,'_faq_3_text','field_5f2b0cc4bf045'),(25791,1450,'faq_4_title','Where do I learn how to add money to a Bitcoin wallet?'),(25792,1450,'_faq_4_title','field_5f2b0cb2bf044'),(25793,1450,'faq_4_text','Losing your phone does not mean losing your funds. If you’ve lost your phone, you can re-open the app using a new phone and the same phone number, and your funds will still be intact.'),(25794,1450,'_faq_4_text','field_5f2b0cc4bf045'),(25795,1450,'faq','5'),(25796,1450,'_faq','field_5f2b0c9fbf043'),(25797,1451,'show_crypto_funds','1'),(25798,1451,'_show_crypto_funds','field_5d1cd58ba65cf'),(25799,1451,'animations','bitcoin'),(25800,1451,'_animations','field_5fa414c86a0c9'),(25801,1451,'title_section_1','What is Bitcoin Wallet?'),(25802,1451,'_title_section_1','field_5fa414c871801'),(25803,1451,'text_section_1','An online Bitcoin wallet is a piece of software that allows you to access your BTC funds. Bitcoin is technically stored as data on the Bitcoin network itself, and the wallet actually stores the “keys,” or passcodes, you need to make transactions.\r\n\r\nYour Bitcoin keys are a string of numbers and characters. Every wallet has a public key, similar to a bank account, and a private key, similar to a password or PIN number. Our BTC wallet app stores your public and private keys for you, so you can easily send and receive Bitcoin.'),(25804,1451,'_text_section_1','field_5fa4160a61e8f'),(25805,1451,'title_section_2','CryptoWallet app'),(25806,1451,'_title_section_2','field_5fa414c8ac77f'),(25807,1451,'text_section_2','People often ask “how do I find my Bitcoin wallet address?” This can be a confusing aspect of some independent wallet apps. \r\n\r\nWith CryptoWallet, your address, or public key, is clearly listed on screen. To receive Bitcoin, you can simply hit the “copy” button to copy the address, and paste it for the person or third-party sending you BTC.\r\n\r\nTo send Bitcoin, you simply need to copy the address or public key you’re sending money to and paste it in your BTC wallet app. This process is guided with on-screen instructions. We offer a Bitcoin wallet for iPhone and also a Bitcoin wallet for Android, as preferred.'),(25808,1451,'_text_section_2','field_5fa414c8b0201'),(25809,1451,'add_faq','1'),(25810,1451,'_add_faq','field_5f2b0cecbf046'),(25811,1451,'title_faq','FAQ\'S'),(25812,1451,'_title_faq','field_5f2b0c7bbf042'),(25813,1451,'faq_0_title','How do I find my Bitcoin wallet address?'),(25814,1451,'_faq_0_title','field_5f2b0cb2bf044'),(25815,1451,'faq_0_text','Your address is on-screen in the BTC wallet app. Your public key is the BTC address. You only need to remember the password for your CryptoWallet app in order to use the wallet.'),(25816,1451,'_faq_0_text','field_5f2b0cc4bf045'),(25817,1451,'faq_1_title','What happens if I lose my phone?'),(25818,1451,'_faq_1_title','field_5f2b0cb2bf044'),(25819,1451,'faq_1_text','Losing your phone does not mean losing your funds. If you’ve lost your phone, you can re-open the app using a new phone and the same phone number, and your funds will still be intact.'),(25820,1451,'_faq_1_text','field_5f2b0cc4bf045'),(25821,1451,'faq_2_title','Can I use Bitcoin to buy things?'),(25822,1451,'_faq_2_title','field_5f2b0cb2bf044'),(25823,1451,'faq_2_text','Yes! Bitcoin is typically used to trade cryptocurrencies, or to accumulate value and trade for fiat currency. However, with CryptoWallet, you can order a crypto debit card and spend your Bitcoin anywhere you like!'),(25824,1451,'_faq_2_text','field_5f2b0cc4bf045'),(25825,1451,'faq_3_title','How do I make a purchase with my crypto debit card?'),(25826,1451,'_faq_3_title','field_5f2b0cb2bf044'),(25827,1451,'faq_3_text','Your crypto debit card works like any other debit card, and you can use it to pay for items in stores or online.'),(25828,1451,'_faq_3_text','field_5f2b0cc4bf045'),(25829,1451,'faq_4_title','Where do I learn how to add money to a Bitcoin wallet?'),(25830,1451,'_faq_4_title','field_5f2b0cb2bf044'),(25831,1451,'faq_4_text','You can send Bitcoin to your wallet using your BTC address, or public key. You can also top up with fiat currency like the US dollar via a debit card or wire transfer.'),(25832,1451,'_faq_4_text','field_5f2b0cc4bf045'),(25833,1451,'faq','5'),(25834,1451,'_faq','field_5f2b0c9fbf043'),(25835,1453,'show_crypto_funds','1'),(25836,1453,'_show_crypto_funds','field_5d1cd58ba65cf'),(25837,1453,'animations','ethereum'),(25838,1453,'_animations','field_5fa414c86a0c9'),(25839,1453,'title_section_1','What is an Ethereum wallet?'),(25840,1453,'_title_section_1','field_5fa414c871801'),(25841,1453,'text_section_1','An Ethereum wallet is a software program that stores the address and passcode needed to make Ethereum transactions. The address is called a “public key,” and the passcode is called a “private key.”\r\n\r\nCryptoWallet stores these keys in an online ether wallet, making your experience sending and receiving Ethereum a straightforward and easy one. Our Ethereum wallet app contains on-screen instructions to guide you through the process of sending and receiving ETH.\r\n\r\nRead on to learn how to create an online ETH wallet!'),(25842,1453,'_text_section_1','field_5fa4160a61e8f'),(25843,1453,'title_section_2','Ethereum wallet app'),(25844,1453,'_title_section_2','field_5fa414c8ac77f'),(25845,1453,'text_section_2','You can open an ETH wallet by downloading the crypto app and filling in your details. That’s all! You’ll have a secure ETH wallet that can store, send, and receive ether in no time.\r\n\r\nWe offer an Ethereum wallet for iOS as well as an Ethereum wallet for Android devices, so you can use our services with almost any mobile device. Our Ethereum wallet app connects to a crypto debit card which you can order in-app, and you can top up your wallet with crypto, wire transfer, or a regular debit card.'),(25846,1453,'_text_section_2','field_5fa414c8b0201'),(25847,1453,'add_faq','1'),(25848,1453,'_add_faq','field_5f2b0cecbf046'),(25849,1453,'title_faq','FAQ\'S'),(25850,1453,'_title_faq','field_5f2b0c7bbf042'),(25851,1453,'faq_0_title','How do I find my Ethereum wallet address?\r\n'),(25852,1453,'_faq_0_title','field_5f2b0cb2bf044'),(25853,1453,'faq_0_text','Your address is on-screen in the ETH wallet app. Your public key is the ETH address. You only need to remember the password for your CryptoWallet app in order to use the wallet.'),(25854,1453,'_faq_0_text','field_5f2b0cc4bf045'),(25855,1453,'faq_1_title','What happens if I lose my phone? '),(25856,1453,'_faq_1_title','field_5f2b0cb2bf044'),(25857,1453,'faq_1_text','If you lose your phone, you can reopen your account using your phone number or Google Authenticator, and your funds will still be in your wallet.'),(25858,1453,'_faq_1_text','field_5f2b0cc4bf045'),(25859,1453,'faq_2_title','Can I use Ethereum to buy things?'),(25860,1453,'_faq_2_title','field_5f2b0cb2bf044'),(25861,1453,'faq_2_text','Yes! People usually use ETH as a store of value, or for crypto trading.. However, with CryptoWallet, you can order a crypto debit card and spend ETH in stores and online!'),(25862,1453,'_faq_2_text','field_5f2b0cc4bf045'),(25863,1453,'faq_3_title','Is this ether wallet safe?'),(25864,1453,'_faq_3_title','field_5f2b0cb2bf044'),(25865,1453,'faq_3_text','Yes. Our wallets are secured by BitGo, a leader in digital asset protection and security services, allowing us to offer one of the safest ETH wallets on the market.'),(25866,1453,'_faq_3_text','field_5f2b0cc4bf045'),(25867,1453,'faq_4_title','How do I load my wallet with funds? '),(25868,1453,'_faq_4_title','field_5f2b0cb2bf044'),(25869,1453,'faq_4_text','You can send ETH  to your wallet using your ETH address, or public key. You can also top up with fiat currency like the US dollar via a debit card or wire transfer.'),(25870,1453,'_faq_4_text','field_5f2b0cc4bf045'),(25871,1453,'faq','5'),(25872,1453,'_faq','field_5f2b0c9fbf043'),(25873,1455,'show_crypto_funds','1'),(25874,1455,'_show_crypto_funds','field_5d1cd58ba65cf'),(25875,1455,'animations','litecoin'),(25876,1455,'_animations','field_5fa414c86a0c9'),(25877,1455,'title_section_1','What is a Litecoin wallet?'),(25878,1455,'_title_section_1','field_5fa414c871801'),(25879,1455,'text_section_1','A Litecoin wallet is a cryptocurrency software program that stores the information you need to make send and receive Litecoin. Your Litecoin “address” is called a public key, and your Litecoin wallet “password” is called a private key. Our app stores these keys for you, making it easier than ever to use Litecoin.\r\n\r\nOur online Litecoin wallet has on-screen instructions to walk you through how to spend Litecoin.  Read on to learn how to create an LTC wallet online!'),(25880,1455,'_text_section_1','field_5fa4160a61e8f'),(25881,1455,'title_section_2','Litecoin wallet app'),(25882,1455,'_title_section_2','field_5fa414c8ac77f'),(25883,1455,'text_section_2','You can open a Litecoin wallet by downloading our Litecoin wallet app and filling in your details. \r\n\r\nWe offer a Litecoin wallet for iOS as well as an Android Litecoin wallet, so you can use our services with almost any mobile device. Our LTC wallet app connects to a crypto debit card which you can order in-app, and you can top up your wallet with crypto, wire transfer, or a regular debit card.'),(25884,1455,'_text_section_2','field_5fa414c8b0201'),(25885,1455,'add_faq','1'),(25886,1455,'_add_faq','field_5f2b0cecbf046'),(25887,1455,'title_faq','FAQ\'S'),(25888,1455,'_title_faq','field_5f2b0c7bbf042'),(25889,1455,'faq_0_title','How do I find a Litecoin wallet address?'),(25890,1455,'_faq_0_title','field_5f2b0cb2bf044'),(25891,1455,'faq_0_text','Your address is on-screen in the LTC wallet app. Your public key is the LTC address. You only need to remember the password for your CryptoWallet app in order to use the wallet and access funds, and you don’t need to already know how to use a Litecoin wallet -- this information will be on-screen.'),(25892,1455,'_faq_0_text','field_5f2b0cc4bf045'),(25893,1455,'faq_1_title','Do I need to know how to set up a Litecoin wallet? '),(25894,1455,'_faq_1_title','field_5f2b0cb2bf044'),(25895,1455,'faq_1_text','No. Once you download the app, your Litecoin wallet will be all set and ready for use!'),(25896,1455,'_faq_1_text','field_5f2b0cc4bf045'),(25897,1455,'faq_2_title','How can I use Litecoin to buy things?'),(25898,1455,'_faq_2_title','field_5f2b0cb2bf044'),(25899,1455,'faq_2_text','With CryptoWallet, you can order a crypto debit card and spend LTC as a real currency in stores and online! Simply select Litecoin in the app when making a payment, and you can use your Litecoin to buy goods and services anywhere.'),(25900,1455,'_faq_2_text','field_5f2b0cc4bf045'),(25901,1455,'faq_3_title','Is this LTC wallet safe?'),(25902,1455,'_faq_3_title','field_5f2b0cb2bf044'),(25903,1455,'faq_3_text','Yes. Our wallets are secured by BitGo, a leader in digital asset protection and security services. Our Litecoin wallets are among the safest Litecoin wallets on the market, with enterprise-grade protection from BitGo.'),(25904,1455,'_faq_3_text','field_5f2b0cc4bf045'),(25905,1455,'faq_4_title','How do I load my wallet with funds? '),(25906,1455,'_faq_4_title','field_5f2b0cb2bf044'),(25907,1455,'faq_4_text','You can send LTC  to your wallet using your Litecoin address (AKA your public key You can also top up with fiat currency like the US dollar via a debit card or wire transfer.'),(25908,1455,'_faq_4_text','field_5f2b0cc4bf045'),(25909,1455,'faq','5'),(25910,1455,'_faq','field_5f2b0c9fbf043'),(25911,1460,'show_crypto_funds','1'),(25912,1460,'_show_crypto_funds','field_5d1cd58ba65cf'),(25913,1460,'animations','bitcoin'),(25914,1460,'_animations','field_5fa414c86a0c9'),(25915,1460,'title_section_1','What is Bitcoin Wallet?'),(25916,1460,'_title_section_1','field_5fa414c871801'),(25917,1460,'text_section_1','An online Bitcoin wallet is a piece of software that allows you to access your BTC funds. Bitcoin is technically stored as data on the Bitcoin network itself, and the wallet actually stores the “keys,” or passcodes, you need to make transactions.\r\n\r\nYour Bitcoin keys are a string of numbers and characters. Every wallet has a public key, similar to a bank account, and a private key, similar to a password or PIN number. Our BTC wallet app stores your public and private keys for you, so you can easily send and receive Bitcoin.'),(25918,1460,'_text_section_1','field_5fa4160a61e8f'),(25919,1460,'title_section_2','Bitcoin wallet app'),(25920,1460,'_title_section_2','field_5fa414c8ac77f'),(25921,1460,'text_section_2','People often ask “how do I find my Bitcoin wallet address?” This can be a confusing aspect of some independent wallet apps. \r\n\r\nWith CryptoWallet, your address, or public key, is clearly listed on screen. To receive Bitcoin, you can simply hit the “copy” button to copy the address, and paste it for the person or third-party sending you BTC.\r\n\r\nTo send Bitcoin, you simply need to copy the address or public key you’re sending money to and paste it in your BTC wallet app. This process is guided with on-screen instructions. We offer a Bitcoin wallet for iPhone and also a Bitcoin wallet for Android, as preferred.'),(25922,1460,'_text_section_2','field_5fa414c8b0201'),(25923,1460,'add_faq','1'),(25924,1460,'_add_faq','field_5f2b0cecbf046'),(25925,1460,'title_faq','FAQ\'S'),(25926,1460,'_title_faq','field_5f2b0c7bbf042'),(25927,1460,'faq_0_title','How do I find my Bitcoin wallet address?'),(25928,1460,'_faq_0_title','field_5f2b0cb2bf044'),(25929,1460,'faq_0_text','Your address is on-screen in the BTC wallet app. Your public key is the BTC address. You only need to remember the password for your CryptoWallet app in order to use the wallet.'),(25930,1460,'_faq_0_text','field_5f2b0cc4bf045'),(25931,1460,'faq_1_title','What happens if I lose my phone?'),(25932,1460,'_faq_1_title','field_5f2b0cb2bf044'),(25933,1460,'faq_1_text','Losing your phone does not mean losing your funds. If you’ve lost your phone, you can re-open the app using a new phone and the same phone number, and your funds will still be intact.'),(25934,1460,'_faq_1_text','field_5f2b0cc4bf045'),(25935,1460,'faq_2_title','Can I use Bitcoin to buy things?'),(25936,1460,'_faq_2_title','field_5f2b0cb2bf044'),(25937,1460,'faq_2_text','Yes! Bitcoin is typically used to trade cryptocurrencies, or to accumulate value and trade for fiat currency. However, with CryptoWallet, you can order a crypto debit card and spend your Bitcoin anywhere you like!'),(25938,1460,'_faq_2_text','field_5f2b0cc4bf045'),(25939,1460,'faq_3_title','How do I make a purchase with my crypto debit card?'),(25940,1460,'_faq_3_title','field_5f2b0cb2bf044'),(25941,1460,'faq_3_text','Your crypto debit card works like any other debit card, and you can use it to pay for items in stores or online.'),(25942,1460,'_faq_3_text','field_5f2b0cc4bf045'),(25943,1460,'faq_4_title','Where do I learn how to add money to a Bitcoin wallet?'),(25944,1460,'_faq_4_title','field_5f2b0cb2bf044'),(25945,1460,'faq_4_text','You can send Bitcoin to your wallet using your BTC address, or public key. You can also top up with fiat currency like the US dollar via a debit card or wire transfer.'),(25946,1460,'_faq_4_text','field_5f2b0cc4bf045'),(25947,1460,'faq','5'),(25948,1460,'_faq','field_5f2b0c9fbf043'),(25949,1462,'show_crypto_funds','1'),(25950,1462,'_show_crypto_funds','field_5d1cd58ba65cf'),(25951,1462,'animations','ripple'),(25952,1462,'_animations','field_5fa414c86a0c9'),(25953,1462,'title_section_1','What is an XRP wallet?'),(25954,1462,'_title_section_1','field_5fa414c871801'),(25955,1462,'text_section_1','A Ripple wallet (or XRP wallet) is a software program that allows you to send and receive Ripple. The funds themselves are stored as data on the Ripple network, and the online Ripple wallet stores the address and password (also known as public key and private key) you need to use your funds.\r\n\r\nOur online crypto wallet has on-screen instructions to explain everything  Read on to learn how to create a Ripple wallet!'),(25956,1462,'_text_section_1','field_5fa4160a61e8f'),(25957,1462,'title_section_2','Ripple wallet app'),(25958,1462,'_title_section_2','field_5fa414c8ac77f'),(25959,1462,'text_section_2','You can get a Ripple wallet by downloading our crypto wallet app.\r\n\r\nWe offer an XRP wallet for Android and an XRP wallet for iOS. The online XRP wallet is secured by digital asset protector BitGo, making it the safest Ripple wallet for your funds.'),(25960,1462,'_text_section_2','field_5fa414c8b0201'),(25961,1462,'add_faq','1'),(25962,1462,'_add_faq','field_5f2b0cecbf046'),(25963,1462,'title_faq','FAQ\'S'),(25964,1462,'_title_faq','field_5f2b0c7bbf042'),(25965,1462,'faq_0_title','How do I find a Ripple wallet address?'),(25966,1462,'_faq_0_title','field_5f2b0cb2bf044'),(25967,1462,'faq_0_text','Your address is on-screen in the online XRP wallet. You only need to remember the password for your CryptoWallet app in order to use the wallet and access funds.'),(25968,1462,'_faq_0_text','field_5f2b0cc4bf045'),(25969,1462,'faq_1_title','What happens if I lose my phone?'),(25970,1462,'_faq_1_title','field_5f2b0cb2bf044'),(25971,1462,'faq_1_text','You can use your phone number or Google Authenticator app to restore your CryptoWallet, and also your funds, simply by reinstalling the app.'),(25972,1462,'_faq_1_text','field_5f2b0cc4bf045'),(25973,1462,'faq_2_title','Can I use Ripple to buy things?'),(25974,1462,'_faq_2_title','field_5f2b0cb2bf044'),(25975,1462,'faq_2_text','Yes, yuou can order a crypto debit card and spend XRP as a real currency in stores and online!'),(25976,1462,'_faq_2_text','field_5f2b0cc4bf045'),(25977,1462,'faq_3_title','Is this XRP wallet safe?'),(25978,1462,'_faq_3_title','field_5f2b0cb2bf044'),(25979,1462,'faq_3_text','Our wallets are secured by BitGo, which offers enterprise-grade protection on your funds. Our wallet is one of the safest XRP wallets on the market due to these security measures.'),(25980,1462,'_faq_3_text','field_5f2b0cc4bf045'),(25981,1462,'faq_4_title','How do I load my wallet with funds? '),(25982,1462,'_faq_4_title','field_5f2b0cb2bf044'),(25983,1462,'faq_4_text','You can top up with cryptocurrency, wire transfer, or debit card.'),(25984,1462,'_faq_4_text','field_5f2b0cc4bf045'),(25985,1462,'faq','5'),(25986,1462,'_faq','field_5f2b0c9fbf043'),(25987,1464,'show_crypto_funds','1'),(25988,1464,'_show_crypto_funds','field_5d1cd58ba65cf'),(25989,1464,'animations','tether'),(25990,1464,'_animations','field_5fa414c86a0c9'),(25991,1464,'title_section_1','What is a USDT wallet?'),(25992,1464,'_title_section_1','field_5fa414c871801'),(25993,1464,'text_section_1','A USDT wallet is an online program that allows you to send and receive Tether. Our Tether wallet stores your USDT address and password (also known as public key and private key, allowing you to make transactions at any time.\r\n\r\n“What is USD Tether?”\r\n\r\nUSD Tether, or USDT, is a stable coin cryptocurrency pegged to the price of the US dollar. This means USDT price is constant, and one USDT is always worth one USD. Using stablecoins allows you to offset the volatility of the crypto markets by instantly accessing stable currencies. Think of USDT as USD in digital form!'),(25994,1464,'_text_section_1','field_5fa4160a61e8f'),(25995,1464,'title_section_2','Tether wallet app'),(25996,1464,'_title_section_2','field_5fa414c8ac77f'),(25997,1464,'text_section_2','You can get a USDT wallet by downloading our USDT  wallet app.\r\n\r\nWe offer an USDT wallet for Android and an USDT wallet for iOS. World-famous custodian BitGo secures your funds, keeping your wallet safe.'),(25998,1464,'_text_section_2','field_5fa414c8b0201'),(25999,1464,'add_faq','1'),(26000,1464,'_add_faq','field_5f2b0cecbf046'),(26001,1464,'title_faq','FAQ\'S'),(26002,1464,'_title_faq','field_5f2b0c7bbf042'),(26003,1464,'faq_0_title','How to buy Tether with USD?'),(26004,1464,'_faq_0_title','field_5f2b0cb2bf044'),(26005,1464,'faq_0_text','You can buy Tether with USD directly from our in-app exchange. Top up your account with USD via a wire transfer, credit card, or even by trading crypto for USD. If you want to know how to sell Tether to USD, the process is the same! Select USD in the exchange and trade for Tether.'),(26006,1464,'_faq_0_text','field_5f2b0cc4bf045'),(26007,1464,'faq_1_title','What happens if I lose my phone?'),(26008,1464,'_faq_1_title','field_5f2b0cb2bf044'),(26009,1464,'faq_1_text','You can use your phone number or Google Authenticator app to restore your CryptoWallet, and also your funds, simply by reinstalling the app. You don’t need to know how to set up a USDT wallet, as this is done automatically.'),(26010,1464,'_faq_1_text','field_5f2b0cc4bf045'),(26011,1464,'faq_2_title','Can I use USDT to buy things?'),(26012,1464,'_faq_2_title','field_5f2b0cb2bf044'),(26013,1464,'faq_2_text','Yes, you can spend USDT anywhere you go using the CryptoWallet debit card! Order your card through the app today.'),(26014,1464,'_faq_2_text','field_5f2b0cc4bf045'),(26015,1464,'faq_3_title','Is this USDT wallet safe?'),(26016,1464,'_faq_3_title','field_5f2b0cb2bf044'),(26017,1464,'faq_3_text','Yes. Our wallets are secured by BitGo, an industry leader which offers enterprise-grade protection on your funds.'),(26018,1464,'_faq_3_text','field_5f2b0cc4bf045'),(26019,1464,'faq_4_title','How do I find my Tether address?'),(26020,1464,'_faq_4_title','field_5f2b0cb2bf044'),(26021,1464,'faq_4_text','Your Tether address is clearly marked in the wallet section. Happy trading!'),(26022,1464,'_faq_4_text','field_5f2b0cc4bf045'),(26023,1464,'faq','5'),(26024,1464,'_faq','field_5f2b0c9fbf043'),(26028,1466,'inline_featured_image','0'),(26029,1466,'_wpml_word_count','{\"total\":0,\"to_translate\":{\"en\":2,\"ja\":2,\"ru\":2,\"sg\":2,\"es\":2}}'),(26030,1466,'_aioseop_opengraph_settings','a:0:{}'),(26031,1466,'_wpml_media_featured','1'),(26032,1466,'_wpml_media_duplicate','1'),(26033,1467,'_aioseop_opengraph_settings','a:0:{}'),(26034,1468,'_aioseop_opengraph_settings','a:0:{}'),(26035,1469,'_aioseop_opengraph_settings','a:0:{}'),(26036,1470,'_aioseop_opengraph_settings','a:0:{}'),(26037,1471,'_aioseop_opengraph_settings','a:0:{}'),(26038,1472,'_aioseop_opengraph_settings','a:0:{}'),(26039,1473,'_aioseop_opengraph_settings','a:0:{}'),(26040,1474,'_aioseop_opengraph_settings','a:0:{}'),(26041,1475,'_aioseop_opengraph_settings','a:0:{}'),(26042,1476,'_aioseop_opengraph_settings','a:0:{}'),(26043,1477,'_aioseop_opengraph_settings','a:0:{}'),(26044,1478,'_aioseop_opengraph_settings','a:0:{}'),(26045,1479,'_aioseop_opengraph_settings','a:0:{}'),(26046,1480,'_aioseop_opengraph_settings','a:0:{}'),(26047,1481,'_aioseop_opengraph_settings','a:0:{}'),(26048,1482,'_aioseop_opengraph_settings','a:0:{}'),(26049,1483,'_aioseop_opengraph_settings','a:0:{}'),(26050,1484,'inline_featured_image','0'),(26051,1484,'_wpml_word_count','{\"total\":262,\"to_translate\":{\"ja\":262,\"ru\":262,\"sg\":262,\"es\":262}}'),(26052,1484,'_aioseop_opengraph_settings','a:14:{s:32:\"aioseop_opengraph_settings_title\";s:0:\"\";s:31:\"aioseop_opengraph_settings_desc\";s:0:\"\";s:36:\"aioseop_opengraph_settings_customimg\";s:0:\"\";s:37:\"aioseop_opengraph_settings_imagewidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_imageheight\";s:0:\"\";s:32:\"aioseop_opengraph_settings_video\";s:0:\"\";s:37:\"aioseop_opengraph_settings_videowidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_videoheight\";s:0:\"\";s:35:\"aioseop_opengraph_settings_category\";s:7:\"article\";s:34:\"aioseop_opengraph_settings_section\";s:0:\"\";s:30:\"aioseop_opengraph_settings_tag\";s:0:\"\";s:34:\"aioseop_opengraph_settings_setcard\";s:7:\"summary\";s:44:\"aioseop_opengraph_settings_customimg_twitter\";s:0:\"\";s:44:\"aioseop_opengraph_settings_customimg_checker\";s:1:\"0\";}'),(26053,1484,'_edit_lock','1607377172:1'),(26054,1484,'_edit_last','1'),(26055,1484,'_wpml_media_featured','1'),(26056,1484,'_wpml_media_duplicate','1'),(26057,1484,'_wp_page_template','page-buycrypto.php'),(26058,1484,'show_crypto_funds','1'),(26059,1484,'_show_crypto_funds','field_5d1cd58ba65cf'),(26060,1484,'title_section_1','WHY WE ARE THE BEST'),(26061,1484,'_title_section_1','field_5fc8ffce7a01e'),(26062,1484,'text_section_1','There are a lot of ways to buy crypto. At CryptoWallet, we think our platform is the best app to buy cryptocurrency with, and the best place to buy cryptocurrency in general. Here’s why:'),(26063,1484,'_text_section_1','field_5fc8ffce7dae4'),(26064,1484,'title_option_1','Simplicity'),(26065,1484,'_title_option_1','field_5fc8ffce9af34'),(26066,1484,'title_option_2','Safety'),(26067,1484,'_title_option_2','field_5fc8ffce9e9cf'),(26068,1484,'title_option_3','Convenience'),(26069,1484,'_title_option_3','field_5fc8ffcea245e'),(26070,1484,'option_1','New traders often find other apps and services quite complicated. The CryptoWallet app is designed to be user-friendly, and the exchange that lets you buy and sell cryptocurrency with no problems, as it should be. You can even buy cryptocurrency with a debit card!'),(26071,1484,'_option_1','field_5fc8ffcea5ef9'),(26072,1484,'option_2','CryptoWallet is a licensed and regulated platform to buy cryptocurrency. All CW funds are secured by BitGo, an industry leader in digital asset protection. This allows us to offer a safe, modern service with total user protection.'),(26073,1484,'_option_2','field_5fc8ffcea998b'),(26074,1484,'option_3','CryptoWallet is an exchange, a trading guide, and a wallet for multiple high-cap currencies, offering users a full suite of tools and services for crypto users. You can buy cryptocurrency with a prepaid card or trade with other users, all in one place.'),(26075,1484,'_option_3','field_5fc8ffcead410'),(26076,1484,'title_section_2','How to buy cryptocurrencies'),(26077,1484,'_title_section_2','field_5fc8ffce93a21'),(26078,1484,'text_section_2','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam placerat nunc et bibendum eleifend. Aenean vel metus facilisis, vulputate lacus et, tristique turpis. Mauris vitae molestie est. Etiam volutpat faucibus luctus. Proin nec laoreet leo.'),(26079,1484,'_text_section_2','field_5fc8ffce974b0'),(26080,1484,'coins_page_0_coin','1411'),(26081,1484,'_coins_page_0_coin','field_5fc901ed124b6'),(26082,1484,'coins_page','5'),(26083,1484,'_coins_page','field_5fc9016f124b4'),(26084,1484,'title_app','CryptoWallet app'),(26085,1484,'_title_app','field_5fc8ffceb4929'),(26086,1484,'text_app','People often ask “how do I find my Bitcoin wallet address?” This can be a confusing aspect of some independent wallet apps. \r\n\r\nWith CryptoWallet, your address, or public key, is clearly listed on screen. To receive Bitcoin, you can simply hit the “copy” button to copy the address, and paste it for the person or third-party sending you BTC.\r\n\r\nTo send Bitcoin, you simply need to copy the address or public key you’re sending money to and paste it in your BTC wallet app. This process is guided with on-screen instructions. We offer a Bitcoin wallet for iPhone and also a Bitcoin wallet for Android, as preferred.'),(26087,1484,'_text_app','field_5fc8ffceb83cd'),(26088,1485,'show_crypto_funds','0'),(26089,1485,'_show_crypto_funds','field_5d1cd58ba65cf'),(26090,1485,'title_section_1','WHY WE ARE THE BEST'),(26091,1485,'_title_section_1','field_5fc8ffce7a01e'),(26092,1485,'text_section_1','There are a lot of ways to buy crypto. At CryptoWallet, we think our platform is the best app to buy cryptocurrency with, and the best place to buy cryptocurrency in general. Here’s why:'),(26093,1485,'_text_section_1','field_5fc8ffce7dae4'),(26094,1485,'title_option_1','Simplicity'),(26095,1485,'_title_option_1','field_5fc8ffce9af34'),(26096,1485,'title_option_2','Safety'),(26097,1485,'_title_option_2','field_5fc8ffce9e9cf'),(26098,1485,'title_option_3','Convenience'),(26099,1485,'_title_option_3','field_5fc8ffcea245e'),(26100,1485,'option_1','New traders often find other apps and services quite complicated. The CryptoWallet app is designed to be user-friendly, and the exchange that lets you buy and sell cryptocurrency with no problems, as it should be. You can even buy cryptocurrency with a debit card!'),(26101,1485,'_option_1','field_5fc8ffcea5ef9'),(26102,1485,'option_2','CryptoWallet is a licensed and regulated platform to buy cryptocurrency. All CW funds are secured by BitGo, an industry leader in digital asset protection. This allows us to offer a safe, modern service with total user protection.'),(26103,1485,'_option_2','field_5fc8ffcea998b'),(26104,1485,'option_3','CryptoWallet is an exchange, a trading guide, and a wallet for multiple high-cap currencies, offering users a full suite of tools and services for crypto users. You can buy cryptocurrency with a prepaid card or trade with other users, all in one place.'),(26105,1485,'_option_3','field_5fc8ffcead410'),(26106,1485,'title_section_2',''),(26107,1485,'_title_section_2','field_5fc8ffce93a21'),(26108,1485,'text_section_2',''),(26109,1485,'_text_section_2','field_5fc8ffce974b0'),(26110,1485,'coins_page_0_coin',''),(26111,1485,'_coins_page_0_coin','field_5fc901ed124b6'),(26112,1485,'coins_page','1'),(26113,1485,'_coins_page','field_5fc9016f124b4'),(26114,1485,'title_app',''),(26115,1485,'_title_app','field_5fc8ffceb4929'),(26116,1485,'text_app',''),(26117,1485,'_text_app','field_5fc8ffceb83cd'),(26118,1484,'coins_page_1_coin','1417'),(26119,1484,'_coins_page_1_coin','field_5fc901ed124b6'),(26120,1484,'coins_page_2_coin','1416'),(26121,1484,'_coins_page_2_coin','field_5fc901ed124b6'),(26122,1484,'coins_page_3_coin','1418'),(26123,1484,'_coins_page_3_coin','field_5fc901ed124b6'),(26124,1484,'coins_page_4_coin','1419'),(26125,1484,'_coins_page_4_coin','field_5fc901ed124b6'),(26126,1486,'show_crypto_funds','0'),(26127,1486,'_show_crypto_funds','field_5d1cd58ba65cf'),(26128,1486,'title_section_1','WHY WE ARE THE BEST'),(26129,1486,'_title_section_1','field_5fc8ffce7a01e'),(26130,1486,'text_section_1','There are a lot of ways to buy crypto. At CryptoWallet, we think our platform is the best app to buy cryptocurrency with, and the best place to buy cryptocurrency in general. Here’s why:'),(26131,1486,'_text_section_1','field_5fc8ffce7dae4'),(26132,1486,'title_option_1','Simplicity'),(26133,1486,'_title_option_1','field_5fc8ffce9af34'),(26134,1486,'title_option_2','Safety'),(26135,1486,'_title_option_2','field_5fc8ffce9e9cf'),(26136,1486,'title_option_3','Convenience'),(26137,1486,'_title_option_3','field_5fc8ffcea245e'),(26138,1486,'option_1','New traders often find other apps and services quite complicated. The CryptoWallet app is designed to be user-friendly, and the exchange that lets you buy and sell cryptocurrency with no problems, as it should be. You can even buy cryptocurrency with a debit card!'),(26139,1486,'_option_1','field_5fc8ffcea5ef9'),(26140,1486,'option_2','CryptoWallet is a licensed and regulated platform to buy cryptocurrency. All CW funds are secured by BitGo, an industry leader in digital asset protection. This allows us to offer a safe, modern service with total user protection.'),(26141,1486,'_option_2','field_5fc8ffcea998b'),(26142,1486,'option_3','CryptoWallet is an exchange, a trading guide, and a wallet for multiple high-cap currencies, offering users a full suite of tools and services for crypto users. You can buy cryptocurrency with a prepaid card or trade with other users, all in one place.'),(26143,1486,'_option_3','field_5fc8ffcead410'),(26144,1486,'title_section_2','How to buy cryptocurrencies'),(26145,1486,'_title_section_2','field_5fc8ffce93a21'),(26146,1486,'text_section_2','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam placerat nunc et bibendum eleifend. Aenean vel metus facilisis, vulputate lacus et, tristique turpis. Mauris vitae molestie est. Etiam volutpat faucibus luctus. Proin nec laoreet leo.'),(26147,1486,'_text_section_2','field_5fc8ffce974b0'),(26148,1486,'coins_page_0_coin','1411'),(26149,1486,'_coins_page_0_coin','field_5fc901ed124b6'),(26150,1486,'coins_page','5'),(26151,1486,'_coins_page','field_5fc9016f124b4'),(26152,1486,'title_app','CryptoWallet app'),(26153,1486,'_title_app','field_5fc8ffceb4929'),(26154,1486,'text_app','People often ask “how do I find my Bitcoin wallet address?” This can be a confusing aspect of some independent wallet apps. \r\n\r\nWith CryptoWallet, your address, or public key, is clearly listed on screen. To receive Bitcoin, you can simply hit the “copy” button to copy the address, and paste it for the person or third-party sending you BTC.\r\n\r\nTo send Bitcoin, you simply need to copy the address or public key you’re sending money to and paste it in your BTC wallet app. This process is guided with on-screen instructions. We offer a Bitcoin wallet for iPhone and also a Bitcoin wallet for Android, as preferred.'),(26155,1486,'_text_app','field_5fc8ffceb83cd'),(26156,1486,'coins_page_1_coin','1417'),(26157,1486,'_coins_page_1_coin','field_5fc901ed124b6'),(26158,1486,'coins_page_2_coin','1416'),(26159,1486,'_coins_page_2_coin','field_5fc901ed124b6'),(26160,1486,'coins_page_3_coin','1418'),(26161,1486,'_coins_page_3_coin','field_5fc901ed124b6'),(26162,1486,'coins_page_4_coin','1419'),(26163,1486,'_coins_page_4_coin','field_5fc901ed124b6'),(26164,1487,'show_crypto_funds','1'),(26165,1487,'_show_crypto_funds','field_5d1cd58ba65cf'),(26166,1487,'title_section_1','WHY WE ARE THE BEST'),(26167,1487,'_title_section_1','field_5fc8ffce7a01e'),(26168,1487,'text_section_1','There are a lot of ways to buy crypto. At CryptoWallet, we think our platform is the best app to buy cryptocurrency with, and the best place to buy cryptocurrency in general. Here’s why:'),(26169,1487,'_text_section_1','field_5fc8ffce7dae4'),(26170,1487,'title_option_1','Simplicity'),(26171,1487,'_title_option_1','field_5fc8ffce9af34'),(26172,1487,'title_option_2','Safety'),(26173,1487,'_title_option_2','field_5fc8ffce9e9cf'),(26174,1487,'title_option_3','Convenience'),(26175,1487,'_title_option_3','field_5fc8ffcea245e'),(26176,1487,'option_1','New traders often find other apps and services quite complicated. The CryptoWallet app is designed to be user-friendly, and the exchange that lets you buy and sell cryptocurrency with no problems, as it should be. You can even buy cryptocurrency with a debit card!'),(26177,1487,'_option_1','field_5fc8ffcea5ef9'),(26178,1487,'option_2','CryptoWallet is a licensed and regulated platform to buy cryptocurrency. All CW funds are secured by BitGo, an industry leader in digital asset protection. This allows us to offer a safe, modern service with total user protection.'),(26179,1487,'_option_2','field_5fc8ffcea998b'),(26180,1487,'option_3','CryptoWallet is an exchange, a trading guide, and a wallet for multiple high-cap currencies, offering users a full suite of tools and services for crypto users. You can buy cryptocurrency with a prepaid card or trade with other users, all in one place.'),(26181,1487,'_option_3','field_5fc8ffcead410'),(26182,1487,'title_section_2','How to buy cryptocurrencies'),(26183,1487,'_title_section_2','field_5fc8ffce93a21'),(26184,1487,'text_section_2','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam placerat nunc et bibendum eleifend. Aenean vel metus facilisis, vulputate lacus et, tristique turpis. Mauris vitae molestie est. Etiam volutpat faucibus luctus. Proin nec laoreet leo.'),(26185,1487,'_text_section_2','field_5fc8ffce974b0'),(26186,1487,'coins_page_0_coin','1411'),(26187,1487,'_coins_page_0_coin','field_5fc901ed124b6'),(26188,1487,'coins_page','5'),(26189,1487,'_coins_page','field_5fc9016f124b4'),(26190,1487,'title_app','CryptoWallet app'),(26191,1487,'_title_app','field_5fc8ffceb4929'),(26192,1487,'text_app','People often ask “how do I find my Bitcoin wallet address?” This can be a confusing aspect of some independent wallet apps. \r\n\r\nWith CryptoWallet, your address, or public key, is clearly listed on screen. To receive Bitcoin, you can simply hit the “copy” button to copy the address, and paste it for the person or third-party sending you BTC.\r\n\r\nTo send Bitcoin, you simply need to copy the address or public key you’re sending money to and paste it in your BTC wallet app. This process is guided with on-screen instructions. We offer a Bitcoin wallet for iPhone and also a Bitcoin wallet for Android, as preferred.'),(26193,1487,'_text_app','field_5fc8ffceb83cd'),(26194,1487,'coins_page_1_coin','1417'),(26195,1487,'_coins_page_1_coin','field_5fc901ed124b6'),(26196,1487,'coins_page_2_coin','1416'),(26197,1487,'_coins_page_2_coin','field_5fc901ed124b6'),(26198,1487,'coins_page_3_coin','1418'),(26199,1487,'_coins_page_3_coin','field_5fc901ed124b6'),(26200,1487,'coins_page_4_coin','1419'),(26201,1487,'_coins_page_4_coin','field_5fc901ed124b6'),(26202,1484,'add_faq','1'),(26203,1484,'_add_faq','field_5f2b0cecbf046'),(26204,1484,'title_faq','FAQ\'S'),(26205,1484,'_title_faq','field_5f2b0c7bbf042'),(26206,1484,'faq_0_title','How can I buy cryptocurrency?'),(26207,1484,'_faq_0_title','field_5f2b0cb2bf044'),(26208,1484,'faq_0_text','People often wonder: “what is the best cryptocurrency to buy?” The beauty of cryptocurrency is that there are many different crypto projects aimed at solving different problems. While we can’t advise you on which cryptocurrency to buy, we can tell you how to buy crypto, and we’ve given you the best options by selecting high-value, reputable currencies to trade. You can buy 5 cryptocurrencies with CryptoWallet.'),(26209,1484,'_faq_0_text','field_5f2b0cc4bf045'),(26210,1484,'faq_1_title','How do I know which cryptocurrency to buy? '),(26211,1484,'_faq_1_title','field_5f2b0cb2bf044'),(26212,1484,'faq_1_text','People often wonder: “what is the best cryptocurrency to buy?” The beauty of cryptocurrency is that there are many different crypto projects aimed at solving different problems. While we can’t advise you on which cryptocurrency to buy, we can tell you how to buy crypto, and we’ve given you the best options by selecting high-value, reputable currencies to trade. You can buy 5 cryptocurrencies with CryptoWallet.'),(26213,1484,'_faq_1_text','field_5f2b0cc4bf045'),(26214,1484,'faq_2_title','How to buy cryptocurrency with a credit card'),(26215,1484,'_faq_2_title','field_5f2b0cb2bf044'),(26216,1484,'faq_2_text','People often wonder: “what is the best cryptocurrency to buy?” The beauty of cryptocurrency is that there are many different crypto projects aimed at solving different problems. While we can’t advise you on which cryptocurrency to buy, we can tell you how to buy crypto, and we’ve given you the best options by selecting high-value, reputable currencies to trade. You can buy 5 cryptocurrencies with CryptoWallet.'),(26217,1484,'_faq_2_text','field_5f2b0cc4bf045'),(26218,1484,'faq','3'),(26219,1484,'_faq','field_5f2b0c9fbf043'),(26220,1488,'show_crypto_funds','1'),(26221,1488,'_show_crypto_funds','field_5d1cd58ba65cf'),(26222,1488,'title_section_1','WHY WE ARE THE BEST'),(26223,1488,'_title_section_1','field_5fc8ffce7a01e'),(26224,1488,'text_section_1','There are a lot of ways to buy crypto. At CryptoWallet, we think our platform is the best app to buy cryptocurrency with, and the best place to buy cryptocurrency in general. Here’s why:'),(26225,1488,'_text_section_1','field_5fc8ffce7dae4'),(26226,1488,'title_option_1','Simplicity'),(26227,1488,'_title_option_1','field_5fc8ffce9af34'),(26228,1488,'title_option_2','Safety'),(26229,1488,'_title_option_2','field_5fc8ffce9e9cf'),(26230,1488,'title_option_3','Convenience'),(26231,1488,'_title_option_3','field_5fc8ffcea245e'),(26232,1488,'option_1','New traders often find other apps and services quite complicated. The CryptoWallet app is designed to be user-friendly, and the exchange that lets you buy and sell cryptocurrency with no problems, as it should be. You can even buy cryptocurrency with a debit card!'),(26233,1488,'_option_1','field_5fc8ffcea5ef9'),(26234,1488,'option_2','CryptoWallet is a licensed and regulated platform to buy cryptocurrency. All CW funds are secured by BitGo, an industry leader in digital asset protection. This allows us to offer a safe, modern service with total user protection.'),(26235,1488,'_option_2','field_5fc8ffcea998b'),(26236,1488,'option_3','CryptoWallet is an exchange, a trading guide, and a wallet for multiple high-cap currencies, offering users a full suite of tools and services for crypto users. You can buy cryptocurrency with a prepaid card or trade with other users, all in one place.'),(26237,1488,'_option_3','field_5fc8ffcead410'),(26238,1488,'title_section_2','How to buy cryptocurrencies'),(26239,1488,'_title_section_2','field_5fc8ffce93a21'),(26240,1488,'text_section_2','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam placerat nunc et bibendum eleifend. Aenean vel metus facilisis, vulputate lacus et, tristique turpis. Mauris vitae molestie est. Etiam volutpat faucibus luctus. Proin nec laoreet leo.'),(26241,1488,'_text_section_2','field_5fc8ffce974b0'),(26242,1488,'coins_page_0_coin','1411'),(26243,1488,'_coins_page_0_coin','field_5fc901ed124b6'),(26244,1488,'coins_page','5'),(26245,1488,'_coins_page','field_5fc9016f124b4'),(26246,1488,'title_app','CryptoWallet app'),(26247,1488,'_title_app','field_5fc8ffceb4929'),(26248,1488,'text_app','People often ask “how do I find my Bitcoin wallet address?” This can be a confusing aspect of some independent wallet apps. \r\n\r\nWith CryptoWallet, your address, or public key, is clearly listed on screen. To receive Bitcoin, you can simply hit the “copy” button to copy the address, and paste it for the person or third-party sending you BTC.\r\n\r\nTo send Bitcoin, you simply need to copy the address or public key you’re sending money to and paste it in your BTC wallet app. This process is guided with on-screen instructions. We offer a Bitcoin wallet for iPhone and also a Bitcoin wallet for Android, as preferred.'),(26249,1488,'_text_app','field_5fc8ffceb83cd'),(26250,1488,'coins_page_1_coin','1417'),(26251,1488,'_coins_page_1_coin','field_5fc901ed124b6'),(26252,1488,'coins_page_2_coin','1416'),(26253,1488,'_coins_page_2_coin','field_5fc901ed124b6'),(26254,1488,'coins_page_3_coin','1418'),(26255,1488,'_coins_page_3_coin','field_5fc901ed124b6'),(26256,1488,'coins_page_4_coin','1419'),(26257,1488,'_coins_page_4_coin','field_5fc901ed124b6'),(26258,1488,'add_faq','1'),(26259,1488,'_add_faq','field_5f2b0cecbf046'),(26260,1488,'title_faq','FAQ\'S'),(26261,1488,'_title_faq','field_5f2b0c7bbf042'),(26262,1488,'faq_0_title','How can I buy cryptocurrency?'),(26263,1488,'_faq_0_title','field_5f2b0cb2bf044'),(26264,1488,'faq_0_text','People often wonder: “what is the best cryptocurrency to buy?” The beauty of cryptocurrency is that there are many different crypto projects aimed at solving different problems. While we can’t advise you on which cryptocurrency to buy, we can tell you how to buy crypto, and we’ve given you the best options by selecting high-value, reputable currencies to trade. You can buy 5 cryptocurrencies with CryptoWallet.'),(26265,1488,'_faq_0_text','field_5f2b0cc4bf045'),(26266,1488,'faq_1_title','How do I know which cryptocurrency to buy? '),(26267,1488,'_faq_1_title','field_5f2b0cb2bf044'),(26268,1488,'faq_1_text','People often wonder: “what is the best cryptocurrency to buy?” The beauty of cryptocurrency is that there are many different crypto projects aimed at solving different problems. While we can’t advise you on which cryptocurrency to buy, we can tell you how to buy crypto, and we’ve given you the best options by selecting high-value, reputable currencies to trade. You can buy 5 cryptocurrencies with CryptoWallet.'),(26269,1488,'_faq_1_text','field_5f2b0cc4bf045'),(26270,1488,'faq_2_title','How to buy cryptocurrency with a credit card'),(26271,1488,'_faq_2_title','field_5f2b0cb2bf044'),(26272,1488,'faq_2_text','People often wonder: “what is the best cryptocurrency to buy?” The beauty of cryptocurrency is that there are many different crypto projects aimed at solving different problems. While we can’t advise you on which cryptocurrency to buy, we can tell you how to buy crypto, and we’ve given you the best options by selecting high-value, reputable currencies to trade. You can buy 5 cryptocurrencies with CryptoWallet.'),(26273,1488,'_faq_2_text','field_5f2b0cc4bf045'),(26274,1488,'faq','3'),(26275,1488,'_faq','field_5f2b0c9fbf043');
/*!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 = utf8 */;
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 COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_title` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_excerpt` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
  `post_password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `post_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `to_ping` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `pinged` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content_filtered` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `guid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT '0',
  `post_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`ID`),
  KEY `post_name` (`post_name`(191)),
  KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  KEY `post_parent` (`post_parent`),
  KEY `post_author` (`post_author`)
) ENGINE=InnoDB AUTO_INCREMENT=1489 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_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` VALUES (5,1,'2019-07-02 17:14:44','2019-07-02 17:14:44','a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:13:\"post_template\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:16:\"page-academy.php\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";a:1:{i:0;s:11:\"the_content\";}s:11:\"description\";s:0:\"\";}','Academy','academy','publish','closed','closed','','group_5d1b8ef87390c','','','2019-08-02 20:38:04','2019-08-02 20:38:04','',0,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field-group&#038;p=5',0,'acf-field-group','',0),(6,1,'2019-07-02 17:14:44','2019-07-02 17:14:44','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:3;s:9:\"new_lines\";s:2:\"br\";}','Subtitle','subtitle','publish','closed','closed','','field_5d1b8efd2cc53','','','2019-07-02 17:14:44','2019-07-02 17:14:44','',5,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&p=6',0,'acf-field','',0),(7,1,'2019-07-02 17:18:11','2019-07-02 17:18:11','a:7:{s:4:\"type\";s:5:\"group\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:6:\"layout\";s:5:\"block\";s:10:\"sub_fields\";a:0:{}}','Categories Posts','categories_posts','publish','closed','closed','','field_5d1b912f18caa','','','2019-07-02 17:18:11','2019-07-02 17:18:11','',5,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&p=7',1,'acf-field','',0),(8,1,'2019-07-02 17:18:11','2019-07-02 17:18:11','a:13:{s:4:\"type\";s:8:\"taxonomy\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"50\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:8:\"taxonomy\";s:8:\"category\";s:10:\"field_type\";s:6:\"select\";s:10:\"allow_null\";i:0;s:8:\"add_term\";i:0;s:10:\"save_terms\";i:0;s:10:\"load_terms\";i:0;s:13:\"return_format\";s:6:\"object\";s:8:\"multiple\";i:0;}','Category 1','category_1','publish','closed','closed','','field_5d1b913f18cab','','','2019-08-02 20:36:10','2019-08-02 20:36:10','',7,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=8',0,'acf-field','',0),(9,1,'2019-07-02 17:18:37','2019-07-02 17:18:37','','Academy','','publish','closed','closed','','academy','','','2019-08-02 20:38:25','2019-08-02 20:38:25','',0,'http://localhost/cappen/griflan-crypto-wallet/web/?page_id=9',5,'page','',0),(10,1,'2019-07-02 17:18:37','2019-07-02 17:18:37','','Academy','','inherit','closed','closed','','9-revision-v1','','','2019-07-02 17:18:37','2019-07-02 17:18:37','',9,'http://localhost/cappen/griflan-crypto-wallet/web/2019/07/02/9-revision-v1/',0,'revision','',0),(15,1,'2019-07-02 17:23:04','2019-07-02 17:23:04','','Academy','','inherit','closed','closed','','9-revision-v1','','','2019-07-02 17:23:04','2019-07-02 17:23:04','',9,'http://localhost/cappen/griflan-crypto-wallet/web/2019/07/02/9-revision-v1/',0,'revision','',0),(16,1,'2019-07-02 17:24:06','2019-07-02 17:24:06','','Academy','','inherit','closed','closed','','9-revision-v1','','','2019-07-02 17:24:06','2019-07-02 17:24:06','',9,'http://localhost/cappen/griflan-crypto-wallet/web/2019/07/02/9-revision-v1/',0,'revision','',0),(21,1,'2019-07-02 17:25:18','2019-07-02 17:25:18','','Academy','','inherit','closed','closed','','9-revision-v1','','','2019-07-02 17:25:18','2019-07-02 17:25:18','',9,'http://localhost/cappen/griflan-crypto-wallet/web/2019/07/02/9-revision-v1/',0,'revision','',0),(22,1,'2019-07-02 17:30:02','2019-07-02 17:30:02','','Academy','','inherit','closed','closed','','9-revision-v1','','','2019-07-02 17:30:02','2019-07-02 17:30:02','',9,'http://localhost/cappen/griflan-crypto-wallet/web/2019/07/02/9-revision-v1/',0,'revision','',0),(23,1,'2019-07-02 17:30:12','2019-07-02 17:30:12','','Academy','','inherit','closed','closed','','9-revision-v1','','','2019-07-02 17:30:12','2019-07-02 17:30:12','',9,'http://localhost/cappen/griflan-crypto-wallet/web/2019/07/02/9-revision-v1/',0,'revision','',0),(24,1,'2019-07-02 17:30:43','2019-07-02 17:30:43','','Academy','','inherit','closed','closed','','9-revision-v1','','','2019-07-02 17:30:43','2019-07-02 17:30:43','',9,'http://localhost/cappen/griflan-crypto-wallet/web/2019/07/02/9-revision-v1/',0,'revision','',0),(25,1,'2019-07-02 17:48:19','2019-07-02 17:48:19','','Academy','','inherit','closed','closed','','9-revision-v1','','','2019-07-02 17:48:19','2019-07-02 17:48:19','',9,'http://localhost/cappen/griflan-crypto-wallet/web/2019/07/02/9-revision-v1/',0,'revision','',0),(26,1,'2019-07-02 17:48:51','2019-07-02 17:48:51','a:13:{s:4:\"type\";s:8:\"taxonomy\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"50\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:8:\"taxonomy\";s:8:\"category\";s:10:\"field_type\";s:6:\"select\";s:10:\"allow_null\";i:0;s:8:\"add_term\";i:0;s:10:\"save_terms\";i:0;s:10:\"load_terms\";i:0;s:13:\"return_format\";s:6:\"object\";s:8:\"multiple\";i:0;}','Category 2','category_2','publish','closed','closed','','field_5d1b98fb32e3f','','','2019-08-02 20:38:04','2019-08-02 20:38:04','',7,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=26',2,'acf-field','',0),(27,1,'2019-07-02 17:48:51','2019-07-02 17:48:51','a:13:{s:4:\"type\";s:8:\"taxonomy\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"50\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:8:\"taxonomy\";s:8:\"category\";s:10:\"field_type\";s:6:\"select\";s:10:\"allow_null\";i:0;s:8:\"add_term\";i:0;s:10:\"save_terms\";i:0;s:10:\"load_terms\";i:0;s:13:\"return_format\";s:6:\"object\";s:8:\"multiple\";i:0;}','Category 3','category_3','publish','closed','closed','','field_5d1b98fd32e40','','','2019-08-02 20:38:04','2019-08-02 20:38:04','',7,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=27',4,'acf-field','',0),(28,1,'2019-07-02 17:48:51','2019-07-02 17:48:51','a:13:{s:4:\"type\";s:8:\"taxonomy\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"50\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:8:\"taxonomy\";s:8:\"category\";s:10:\"field_type\";s:6:\"select\";s:10:\"allow_null\";i:0;s:8:\"add_term\";i:0;s:10:\"save_terms\";i:0;s:10:\"load_terms\";i:0;s:13:\"return_format\";s:6:\"object\";s:8:\"multiple\";i:0;}','Category 4','category_4','publish','closed','closed','','field_5d1b98ff32e41','','','2019-08-02 20:38:04','2019-08-02 20:38:04','',7,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=28',6,'acf-field','',0),(29,1,'2019-07-02 17:48:51','2019-07-02 17:48:51','a:13:{s:4:\"type\";s:8:\"taxonomy\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"50\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:8:\"taxonomy\";s:8:\"category\";s:10:\"field_type\";s:6:\"select\";s:10:\"allow_null\";i:0;s:8:\"add_term\";i:0;s:10:\"save_terms\";i:0;s:10:\"load_terms\";i:0;s:13:\"return_format\";s:6:\"object\";s:8:\"multiple\";i:0;}','Category 5','category_5','publish','closed','closed','','field_5d1b990132e42','','','2019-08-02 20:38:04','2019-08-02 20:38:04','',7,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=29',8,'acf-field','',0),(30,1,'2019-07-02 17:49:26','2019-07-02 17:49:26','','Academy','','inherit','closed','closed','','9-revision-v1','','','2019-07-02 17:49:26','2019-07-02 17:49:26','',9,'http://localhost/cappen/griflan-crypto-wallet/web/2019/07/02/9-revision-v1/',0,'revision','',0),(31,1,'2019-07-02 17:53:36','2019-07-02 17:53:36','a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:13:\"page_template\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:14:\"page-about.php\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:8:\"seamless\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";a:1:{i:0;s:11:\"the_content\";}s:11:\"description\";s:0:\"\";}','About','about','publish','closed','closed','','group_5d1bb1fe3155a','','','2019-10-16 19:22:30','2019-10-16 19:22:30','',0,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field-group&#038;p=31',0,'acf-field-group','',0),(32,1,'2019-07-02 17:53:36','2019-07-02 17:53:36','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:3;s:9:\"new_lines\";s:2:\"br\";}','Subtitle','subtitle','publish','closed','closed','','field_5d1b9a04bd4ba','','','2019-07-03 14:53:47','2019-07-03 14:53:47','',31,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=32',1,'acf-field','',0),(34,1,'2019-07-02 17:55:14','2019-07-02 17:55:14','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:4;s:9:\"new_lines\";s:2:\"br\";}','Description','description','publish','closed','closed','','field_5d1b9a6e30e58','','','2019-07-03 14:53:47','2019-07-03 14:53:47','',31,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=34',2,'acf-field','',0),(35,1,'2019-07-02 17:58:33','2019-07-02 17:58:33','a:10:{s:4:\"type\";s:8:\"repeater\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"collapsed\";s:0:\"\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";s:6:\"layout\";s:3:\"row\";s:12:\"button_label\";s:9:\"Add Block\";}','Blocks','blocks','publish','closed','closed','','field_5d1b9adf2f94c','','','2019-10-16 19:22:30','2019-10-16 19:22:30','',31,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=35',3,'acf-field','',0),(36,1,'2019-07-02 17:58:33','2019-07-02 17:58:33','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Title','title','publish','closed','closed','','field_5d1b9b0f2f94d','','','2019-07-02 17:58:33','2019-07-02 17:58:33','',35,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&p=36',0,'acf-field','',0),(37,1,'2019-07-02 17:58:33','2019-07-02 17:58:33','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:9:\"new_lines\";s:0:\"\";}','Text','text','publish','closed','closed','','field_5d1b9b362f94e','','','2019-07-02 17:58:33','2019-07-02 17:58:33','',35,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&p=37',1,'acf-field','',0),(44,1,'2019-07-02 17:58:33','2019-07-02 17:58:33','a:7:{s:4:\"type\";s:3:\"tab\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"placement\";s:3:\"top\";s:8:\"endpoint\";i:0;}','Values','values','publish','closed','closed','','field_5d1b9aa22f94b','','','2019-07-03 14:58:55','2019-07-03 14:58:55','',31,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=44',4,'acf-field','',0),(48,1,'2019-07-02 19:19:07','2019-07-02 19:19:07','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Title','title','publish','closed','closed','','field_5d1bae0d254fb','','','2019-07-03 14:53:47','2019-07-03 14:53:47','',139,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=48',1,'acf-field','',0),(49,1,'2019-07-02 19:19:07','2019-07-02 19:19:07','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:9:\"new_lines\";s:0:\"\";}','Text','text','publish','closed','closed','','field_5d1bae0d254fc','','','2019-07-03 14:53:47','2019-07-03 14:53:47','',139,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=49',2,'acf-field','',0),(50,1,'2019-07-02 19:25:11','2019-07-02 19:25:11','a:13:{s:4:\"type\";s:6:\"select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:7:\"choices\";a:9:{s:4:\"lamp\";s:4:\"Lamp\";s:9:\"certified\";s:9:\"Certified\";s:3:\"eye\";s:3:\"Eye\";s:7:\"message\";s:7:\"Message\";s:6:\"signal\";s:6:\"Signal\";s:6:\"search\";s:6:\"Search\";s:5:\"earth\";s:5:\"Earth\";s:4:\"moon\";s:4:\"Moon\";s:5:\"heart\";s:5:\"Heart\";}s:13:\"default_value\";a:0:{}s:10:\"allow_null\";i:0;s:8:\"multiple\";i:0;s:2:\"ui\";i:0;s:13:\"return_format\";s:5:\"value\";s:4:\"ajax\";i:0;s:11:\"placeholder\";s:0:\"\";}','Image','image','publish','closed','closed','','field_5d1baeee64511','','','2019-08-16 20:39:49','2019-08-16 20:39:49','',139,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=50',0,'acf-field','',0),(79,1,'2019-07-02 19:35:24','2019-07-02 19:35:24','a:7:{s:4:\"type\";s:3:\"tab\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"placement\";s:3:\"top\";s:8:\"endpoint\";i:0;}','Join Our Team','_copy','publish','closed','closed','','field_5d1bafcdd78ba','','','2019-07-03 15:08:45','2019-07-03 15:08:45','',31,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=79',7,'acf-field','',0),(80,1,'2019-07-02 19:35:24','2019-07-02 19:35:24','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Title','title_join','publish','closed','closed','','field_5d1bafffd78bb','','','2019-07-03 15:08:45','2019-07-03 15:08:45','',31,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=80',8,'acf-field','',0),(81,1,'2019-07-02 19:35:25','2019-07-02 19:35:25','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:9:\"new_lines\";s:2:\"br\";}','Text','text_join','publish','closed','closed','','field_5d1bb020d78bc','','','2019-07-18 23:57:35','2019-07-18 23:57:35','',31,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=81',9,'acf-field','',0),(82,1,'2019-07-02 19:35:25','2019-07-02 19:35:25','a:10:{s:4:\"type\";s:8:\"repeater\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"collapsed\";s:0:\"\";s:3:\"min\";s:0:\"\";s:3:\"max\";i:3;s:6:\"layout\";s:3:\"row\";s:12:\"button_label\";s:10:\"Add Career\";}','Careers','careers','publish','closed','closed','','field_5d1bb076d78bd','','','2019-07-03 15:08:45','2019-07-03 15:08:45','',31,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=82',10,'acf-field','',0),(83,1,'2019-07-02 19:35:25','2019-07-02 19:35:25','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Title','title','publish','closed','closed','','field_5d1bb076d78be','','','2019-07-02 19:35:25','2019-07-02 19:35:25','',82,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&p=83',0,'acf-field','',0),(84,1,'2019-07-02 19:35:25','2019-07-02 19:35:25','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:9:\"new_lines\";s:2:\"br\";}','Text','text','publish','closed','closed','','field_5d1bb076d78bf','','','2019-07-19 00:03:39','2019-07-19 00:03:39','',82,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=84',1,'acf-field','',0),(91,1,'2019-07-02 19:35:25','2019-07-02 19:35:25','a:10:{s:4:\"type\";s:7:\"wysiwyg\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:4:\"tabs\";s:3:\"all\";s:7:\"toolbar\";s:5:\"basic\";s:12:\"media_upload\";i:0;s:5:\"delay\";i:0;}','Alert','alert','publish','closed','closed','','field_5d1bb0b8d78c6','','','2019-07-03 15:08:45','2019-07-03 15:08:45','',31,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=91',11,'acf-field','',0),(92,1,'2019-07-02 19:35:25','2019-07-02 19:35:25','a:7:{s:4:\"type\";s:3:\"tab\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"placement\";s:3:\"top\";s:8:\"endpoint\";i:0;}','Our Team','_copy2','publish','closed','closed','','field_5d1bb116d78cd','','','2019-07-03 15:08:45','2019-07-03 15:08:45','',31,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=92',12,'acf-field','',0),(93,1,'2019-07-02 19:35:25','2019-07-02 19:35:25','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Title','title_team','publish','closed','closed','','field_5d1bb141d78ce','','','2019-07-03 15:08:45','2019-07-03 15:08:45','',31,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=93',13,'acf-field','',0),(94,1,'2019-07-02 19:35:25','2019-07-02 19:35:25','a:10:{s:4:\"type\";s:8:\"repeater\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"collapsed\";s:19:\"field_5d1bb16ad78d0\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";s:6:\"layout\";s:5:\"block\";s:12:\"button_label\";s:10:\"Add Member\";}','Team','team','publish','closed','closed','','field_5d1bb16ad78cf','','','2019-07-03 15:08:45','2019-07-03 15:08:45','',31,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=94',14,'acf-field','',0),(95,1,'2019-07-02 19:35:25','2019-07-02 19:35:25','a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:6:\"medium\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}','Photo','photo','publish','closed','closed','','field_5d1bb194d78d2','','','2019-07-24 20:56:03','2019-07-24 20:56:03','',94,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=95',0,'acf-field','',0),(96,1,'2019-07-02 19:35:25','2019-07-02 19:35:25','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Name','name','publish','closed','closed','','field_5d1bb16ad78d0','','','2019-07-02 19:35:25','2019-07-02 19:35:25','',94,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&p=96',1,'acf-field','',0),(97,1,'2019-07-02 19:35:25','2019-07-02 19:35:25','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Role','role','publish','closed','closed','','field_5d1bb16ad78d1','','','2019-07-02 19:35:25','2019-07-02 19:35:25','',94,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&p=97',2,'acf-field','',0),(119,1,'2019-07-02 19:39:02','2019-07-02 19:39:02','a:7:{s:4:\"type\";s:3:\"tab\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"placement\";s:3:\"top\";s:8:\"endpoint\";i:0;}','Come Meet Us','_copy','publish','closed','closed','','field_5d1bb296dd53d','','','2019-07-03 15:08:45','2019-07-03 15:08:45','',31,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=119',15,'acf-field','',0),(120,1,'2019-07-02 19:39:02','2019-07-02 19:39:02','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Title','title_meet','publish','closed','closed','','field_5d1bb2a4dd53e','','','2019-07-03 15:08:45','2019-07-03 15:08:45','',31,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=120',16,'acf-field','',0),(121,1,'2019-07-02 19:39:02','2019-07-02 19:39:02','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:2;s:9:\"new_lines\";s:2:\"br\";}','Text','text_meet','publish','closed','closed','','field_5d1bb2c8dd53f','','','2019-07-03 20:21:43','2019-07-03 20:21:43','',31,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=121',17,'acf-field','',0),(122,1,'2019-07-02 19:41:08','2019-07-02 19:41:08','a:10:{s:4:\"type\";s:8:\"repeater\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"collapsed\";s:19:\"field_5d1bb2da63856\";s:3:\"min\";s:0:\"\";s:3:\"max\";i:3;s:6:\"layout\";s:5:\"block\";s:12:\"button_label\";s:11:\"Add Company\";}','Companies','companies','publish','closed','closed','','field_5d1bb2da63854','','','2019-07-03 15:08:46','2019-07-03 15:08:46','',31,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=122',18,'acf-field','',0),(123,1,'2019-07-02 19:41:08','2019-07-02 19:41:08','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Name','name','publish','closed','closed','','field_5d1bb2da63856','','','2019-07-02 19:41:08','2019-07-02 19:41:08','',122,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&p=123',0,'acf-field','',0),(124,1,'2019-07-02 19:41:08','2019-07-02 19:41:08','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:3;s:9:\"new_lines\";s:2:\"br\";}','Address','address','publish','closed','closed','','field_5d1bb2da63857','','','2019-07-02 19:41:08','2019-07-02 19:41:08','',122,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&p=124',1,'acf-field','',0),(125,1,'2019-07-02 19:41:08','2019-07-02 19:41:08','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:5;s:9:\"new_lines\";s:2:\"br\";}','About','about','publish','closed','closed','','field_5d1bb32563858','','','2019-07-02 19:41:08','2019-07-02 19:41:08','',122,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&p=125',2,'acf-field','',0),(136,1,'2019-07-03 14:51:40','2019-07-03 14:51:40','','About','','publish','closed','closed','','about','','','2019-10-16 19:22:45','2019-10-16 19:22:45','',0,'http://localhost/cappen/griflan-crypto-wallet/web/?page_id=136',10,'page','',0),(137,1,'2019-07-03 14:51:40','2019-07-03 14:51:40','','About','','inherit','closed','closed','','136-revision-v1','','','2019-07-03 14:51:40','2019-07-03 14:51:40','',136,'http://localhost/cappen/griflan-crypto-wallet/web/2019/07/03/136-revision-v1/',0,'revision','',0),(138,1,'2019-07-03 14:53:47','2019-07-03 14:53:47','a:7:{s:4:\"type\";s:3:\"tab\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"placement\";s:3:\"top\";s:8:\"endpoint\";i:0;}','About','_copy','publish','closed','closed','','field_5d1cc0e7229fc','','','2019-07-03 14:53:47','2019-07-03 14:53:47','',31,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&p=138',0,'acf-field','',0),(139,1,'2019-07-03 14:53:47','2019-07-03 14:53:47','a:10:{s:4:\"type\";s:8:\"repeater\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"collapsed\";s:19:\"field_5d1bae0d254fb\";s:3:\"min\";s:0:\"\";s:3:\"max\";i:9;s:6:\"layout\";s:3:\"row\";s:12:\"button_label\";s:9:\"Add Value\";}','Values','values','publish','closed','closed','','field_5d1cc112229fd','','','2019-07-03 15:08:45','2019-07-03 15:08:45','',31,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=139',6,'acf-field','',0),(141,1,'2019-07-03 15:08:08','2019-07-03 15:08:08','','About','','inherit','closed','closed','','136-revision-v1','','','2019-07-03 15:08:08','2019-07-03 15:08:08','',136,'http://localhost/cappen/griflan-crypto-wallet/web/2019/07/03/136-revision-v1/',0,'revision','',0),(142,1,'2019-07-03 15:08:45','2019-07-03 15:08:45','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Title','title_values','publish','closed','closed','','field_5d1cc4efc2b1e','','','2019-07-03 15:08:45','2019-07-03 15:08:45','',31,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&p=142',5,'acf-field','',0),(143,1,'2019-07-03 15:10:59','2019-07-03 15:10:59','','About','','inherit','closed','closed','','136-revision-v1','','','2019-07-03 15:10:59','2019-07-03 15:10:59','',136,'http://localhost/cappen/griflan-crypto-wallet/web/2019/07/03/136-revision-v1/',0,'revision','',0),(144,1,'2019-07-03 15:13:11','2019-07-03 15:13:11','','About','','inherit','closed','closed','','136-revision-v1','','','2019-07-03 15:13:11','2019-07-03 15:13:11','',136,'http://localhost/cappen/griflan-crypto-wallet/web/2019/07/03/136-revision-v1/',0,'revision','',0),(145,1,'2019-07-03 15:25:19','2019-07-03 15:25:19','','About','','inherit','closed','closed','','136-revision-v1','','','2019-07-03 15:25:19','2019-07-03 15:25:19','',136,'http://localhost/cappen/griflan-crypto-wallet/web/2019/07/03/136-revision-v1/',0,'revision','',0),(146,1,'2019-07-03 15:26:52','2019-07-03 15:26:52','','About','','inherit','closed','closed','','136-revision-v1','','','2019-07-03 15:26:52','2019-07-03 15:26:52','',136,'http://localhost/cappen/griflan-crypto-wallet/web/2019/07/03/136-revision-v1/',0,'revision','',0),(147,1,'2019-07-03 15:30:33','2019-07-03 15:30:33','a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:13:\"page_template\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:15:\"page-wallet.php\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:8:\"seamless\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";a:1:{i:0;s:11:\"the_content\";}s:11:\"description\";s:0:\"\";}','Wallet','wallet','publish','open','open','','group_5d1cca15aa0af','','','2019-08-28 19:30:53','2019-08-28 19:30:53','',0,'http://localhost/cappen/griflan-crypto-wallet/web/?p=147',0,'acf-field-group','',0),(148,1,'2019-07-03 15:30:30','2019-07-03 15:30:30','a:7:{s:4:\"type\";s:3:\"tab\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"placement\";s:3:\"top\";s:8:\"endpoint\";i:0;}','Coins','cry','publish','closed','closed','','field_5d1cca162e011','','','2019-07-03 15:48:14','2019-07-03 15:48:14','',147,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=148',0,'acf-field','',0),(149,1,'2019-07-03 15:30:30','2019-07-03 15:30:30','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:2;s:9:\"new_lines\";s:2:\"br\";}','Title','title_coins','publish','closed','closed','','field_5d1cca162e40e','','','2019-07-12 15:55:27','2019-07-12 15:55:27','',147,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=149',1,'acf-field','',0),(150,1,'2019-07-03 15:30:30','2019-07-03 15:30:30','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:2;s:9:\"new_lines\";s:2:\"br\";}','Description','description_coins','publish','closed','closed','','field_5d1cca162e7fb','','','2019-07-12 15:55:27','2019-07-12 15:55:27','',147,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=150',2,'acf-field','',0),(154,1,'2019-07-03 15:30:30','2019-07-03 15:30:30','a:7:{s:4:\"type\";s:3:\"tab\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"placement\";s:3:\"top\";s:8:\"endpoint\";i:0;}','Buy Crypto','buy_crypto','publish','closed','closed','','field_5d1cca16b0223','','','2019-07-05 14:32:15','2019-07-05 14:32:15','',147,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=154',3,'acf-field','',0),(155,1,'2019-07-03 15:30:30','2019-07-03 15:30:30','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Title','title_buy','publish','closed','closed','','field_5d1cca16bc540','','','2019-07-05 14:32:15','2019-07-05 14:32:15','',147,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=155',4,'acf-field','',0),(156,1,'2019-07-03 15:30:30','2019-07-03 15:30:30','a:7:{s:4:\"type\";s:5:\"group\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:5:\"33.33\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:6:\"layout\";s:5:\"block\";s:10:\"sub_fields\";a:0:{}}','Step 1','step_1','publish','closed','closed','','field_5d1cca16c8867','','','2019-07-05 14:32:15','2019-07-05 14:32:15','',147,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=156',6,'acf-field','',0),(158,1,'2019-07-03 15:30:30','2019-07-03 15:30:30','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Title','title','publish','closed','closed','','field_5d1cca16d5383','','','2019-07-03 15:52:14','2019-07-03 15:52:14','',156,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=158',0,'acf-field','',0),(159,1,'2019-07-03 15:30:31','2019-07-03 15:30:31','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:3;s:9:\"new_lines\";s:2:\"br\";}','Text','text','publish','closed','closed','','field_5d1cca16d5769','','','2019-07-03 15:52:14','2019-07-03 15:52:14','',156,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=159',1,'acf-field','',0),(160,1,'2019-07-03 15:30:31','2019-07-03 15:30:31','a:7:{s:4:\"type\";s:3:\"tab\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"placement\";s:3:\"top\";s:8:\"endpoint\";i:0;}','About Crypto','about_crypto','publish','closed','closed','','field_5d1cca1725e0d','','','2019-07-05 14:32:15','2019-07-05 14:32:15','',147,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=160',12,'acf-field','',0),(167,1,'2019-07-03 15:30:31','2019-07-03 15:30:31','a:7:{s:4:\"type\";s:3:\"tab\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"placement\";s:3:\"top\";s:8:\"endpoint\";i:0;}','Questions?','quesitons','publish','closed','closed','','field_5d1cca17be687','','','2019-07-05 14:32:15','2019-07-05 14:32:15','',147,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=167',16,'acf-field','',0),(168,1,'2019-07-03 15:30:31','2019-07-03 15:30:31','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Title','title_questions','publish','closed','closed','','field_5d1cca17cb399','','','2019-07-05 14:32:15','2019-07-05 14:32:15','',147,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=168',17,'acf-field','',0),(181,1,'2019-07-03 15:37:38','2019-07-03 15:37:38','','Wallet','','publish','closed','closed','','wallet','','','2020-08-05 20:19:32','2020-08-05 20:19:32','',0,'http://localhost/cappen/griflan-crypto-wallet/web/?page_id=181',1,'page','',0),(182,1,'2019-07-03 15:32:06','2019-07-03 15:32:06','','Wallet','','inherit','closed','closed','','181-revision-v1','','','2019-07-03 15:32:06','2019-07-03 15:32:06','',181,'http://localhost/cappen/griflan-crypto-wallet/web/2019/07/03/181-revision-v1/',0,'revision','',0),(186,1,'2019-07-03 15:51:20','2019-07-03 15:51:20','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:1;s:9:\"new_lines\";s:2:\"br\";}','Text','text_buy','publish','closed','closed','','field_5d1ccec5cbdcd','','','2019-07-05 14:32:15','2019-07-05 14:32:15','',147,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=186',5,'acf-field','',0),(187,1,'2019-07-03 15:52:14','2019-07-03 15:52:14','a:7:{s:4:\"type\";s:5:\"group\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:5:\"33.33\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:6:\"layout\";s:5:\"block\";s:10:\"sub_fields\";a:0:{}}','Step 2','step_2','publish','closed','closed','','field_5d1ccf2720917','','','2019-07-05 14:32:15','2019-07-05 14:32:15','',147,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=187',7,'acf-field','',0),(188,1,'2019-07-03 15:52:14','2019-07-03 15:52:14','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Title','title','publish','closed','closed','','field_5d1ccf2720918','','','2019-07-03 15:52:14','2019-07-03 15:52:14','',187,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&p=188',0,'acf-field','',0),(189,1,'2019-07-03 15:52:14','2019-07-03 15:52:14','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:3;s:9:\"new_lines\";s:2:\"br\";}','Text','text','publish','closed','closed','','field_5d1ccf2720919','','','2019-07-03 15:52:14','2019-07-03 15:52:14','',187,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&p=189',1,'acf-field','',0),(190,1,'2019-07-03 15:52:15','2019-07-03 15:52:15','a:7:{s:4:\"type\";s:5:\"group\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:5:\"33.33\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:6:\"layout\";s:5:\"block\";s:10:\"sub_fields\";a:0:{}}','Step 3','step_3','publish','closed','closed','','field_5d1ccf2a2091a','','','2019-07-05 14:32:15','2019-07-05 14:32:15','',147,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=190',8,'acf-field','',0),(191,1,'2019-07-03 15:52:15','2019-07-03 15:52:15','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Title','title','publish','closed','closed','','field_5d1ccf2b2091b','','','2019-07-03 15:52:15','2019-07-03 15:52:15','',190,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&p=191',0,'acf-field','',0),(192,1,'2019-07-03 15:52:15','2019-07-03 15:52:15','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:3;s:9:\"new_lines\";s:2:\"br\";}','Text','text','publish','closed','closed','','field_5d1ccf2b2091c','','','2019-07-03 15:52:15','2019-07-03 15:52:15','',190,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&p=192',1,'acf-field','',0),(193,1,'2019-07-03 15:54:54','2019-07-03 15:54:54','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:16:\"Download App Now\";s:11:\"placeholder\";s:16:\"Download App Now\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Title Download','title_download','publish','closed','closed','','field_5d1ccf67eb112','','','2019-07-05 14:32:15','2019-07-05 14:32:15','',147,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=193',9,'acf-field','',0),(194,1,'2019-07-03 15:54:54','2019-07-03 15:54:54','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Title Security','title_security','publish','closed','closed','','field_5d1ccf8aeb113','','','2019-07-05 14:32:15','2019-07-05 14:32:15','',147,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=194',10,'acf-field','',0),(195,1,'2019-07-03 15:54:54','2019-07-03 15:54:54','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:5;s:9:\"new_lines\";s:2:\"br\";}','Text Security','text_security','publish','closed','closed','','field_5d1ccfb1eb114','','','2019-07-05 14:32:15','2019-07-05 14:32:15','',147,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=195',11,'acf-field','',0),(196,1,'2019-07-03 16:00:41','2019-07-03 16:00:41','a:7:{s:4:\"type\";s:5:\"group\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:5:\"33.33\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:6:\"layout\";s:5:\"block\";s:10:\"sub_fields\";a:0:{}}','Sell Crypto','sell_crypto','publish','closed','closed','','field_5d1cd05da4c1b','','','2019-07-05 14:32:15','2019-07-05 14:32:15','',147,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=196',13,'acf-field','',0),(197,1,'2019-07-03 16:00:41','2019-07-03 16:00:41','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:11:\"Sell Crypto\";s:11:\"placeholder\";s:11:\"Sell Crypto\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Title','title','publish','closed','closed','','field_5d1cd05da4c1c','','','2019-07-03 16:00:41','2019-07-03 16:00:41','',196,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&p=197',0,'acf-field','',0),(198,1,'2019-07-03 16:00:42','2019-07-03 16:00:42','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:15;s:9:\"new_lines\";s:2:\"br\";}','Text','text','publish','closed','closed','','field_5d1cd05da4c1d','','','2019-08-28 19:30:53','2019-08-28 19:30:53','',196,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=198',1,'acf-field','',0),(201,1,'2019-07-03 16:00:42','2019-07-03 16:00:42','a:7:{s:4:\"type\";s:5:\"group\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:5:\"33.33\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:6:\"layout\";s:5:\"block\";s:10:\"sub_fields\";a:0:{}}','Hold Crypto','hold_crypto','publish','closed','closed','','field_5d1cd0e2a4c20','','','2019-07-05 14:32:15','2019-07-05 14:32:15','',147,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=201',14,'acf-field','',0),(202,1,'2019-07-03 16:00:42','2019-07-03 16:00:42','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:11:\"Hold Crypto\";s:11:\"placeholder\";s:11:\"Hold Crypto\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Title','title','publish','closed','closed','','field_5d1cd0e2a4c21','','','2019-07-03 16:00:42','2019-07-03 16:00:42','',201,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&p=202',0,'acf-field','',0),(203,1,'2019-07-03 16:00:42','2019-07-03 16:00:42','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:15;s:9:\"new_lines\";s:2:\"br\";}','Text','text','publish','closed','closed','','field_5d1cd0e2a4c22','','','2019-07-16 19:11:34','2019-07-16 19:11:34','',201,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=203',1,'acf-field','',0),(204,1,'2019-07-03 16:00:42','2019-07-03 16:00:42','a:7:{s:4:\"type\";s:5:\"group\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:5:\"33.33\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:6:\"layout\";s:5:\"block\";s:10:\"sub_fields\";a:0:{}}','Send Crypto','send_crypto','publish','closed','closed','','field_5d1cd103a4c25','','','2019-07-05 14:32:15','2019-07-05 14:32:15','',147,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=204',15,'acf-field','',0),(205,1,'2019-07-03 16:00:42','2019-07-03 16:00:42','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:11:\"Send Crypto\";s:11:\"placeholder\";s:11:\"Send Crypto\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Title','title','publish','closed','closed','','field_5d1cd103a4c26','','','2019-07-03 16:00:42','2019-07-03 16:00:42','',204,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&p=205',0,'acf-field','',0),(206,1,'2019-07-03 16:00:42','2019-07-03 16:00:42','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:15;s:9:\"new_lines\";s:2:\"br\";}','Text','text','publish','closed','closed','','field_5d1cd103a4c27','','','2019-07-16 19:11:34','2019-07-16 19:11:34','',204,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=206',1,'acf-field','',0),(207,1,'2019-07-03 16:06:51','2019-07-03 16:06:51','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:2;s:9:\"new_lines\";s:2:\"br\";}','Text','text_questions','publish','closed','closed','','field_5d1cd273e67bf','','','2019-07-05 14:32:16','2019-07-05 14:32:16','',147,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=207',18,'acf-field','',0),(208,1,'2019-07-03 16:08:05','2019-07-03 16:08:05','','Wallet','','inherit','closed','closed','','181-revision-v1','','','2019-07-03 16:08:05','2019-07-03 16:08:05','',181,'http://localhost/cappen/griflan-crypto-wallet/web/2019/07/03/181-revision-v1/',0,'revision','',0),(209,1,'2019-07-03 16:09:34','2019-07-03 16:09:34','','Wallet','','inherit','closed','closed','','181-revision-v1','','','2019-07-03 16:09:34','2019-07-03 16:09:34','',181,'http://localhost/cappen/griflan-crypto-wallet/web/2019/07/03/181-revision-v1/',0,'revision','',0),(210,1,'2019-07-03 16:13:03','2019-07-03 16:13:03','','Wallet','','inherit','closed','closed','','181-revision-v1','','','2019-07-03 16:13:03','2019-07-03 16:13:03','',181,'http://localhost/cappen/griflan-crypto-wallet/web/2019/07/03/181-revision-v1/',0,'revision','',0),(211,1,'2019-07-03 16:22:20','2019-07-03 16:22:20','a:7:{s:8:\"location\";a:1:{i:0;a:2:{i:0;a:3:{s:5:\"param\";s:9:\"post_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:4:\"page\";}i:1;a:3:{s:5:\"param\";s:9:\"page_type\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:10:\"front_page\";}}}s:8:\"position\";s:4:\"side\";s:5:\"style\";s:8:\"seamless\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";}','Sections','sections','publish','closed','closed','','group_5d1cd57d74da6','','','2019-07-11 19:38:35','2019-07-11 19:38:35','',0,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field-group&#038;p=211',1,'acf-field-group','',0),(212,1,'2019-07-03 16:22:20','2019-07-03 16:22:20','a:10:{s:4:\"type\";s:10:\"true_false\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:7:\"message\";s:0:\"\";s:13:\"default_value\";i:0;s:2:\"ui\";i:0;s:10:\"ui_on_text\";s:0:\"\";s:11:\"ui_off_text\";s:0:\"\";}','Show Crypto Funds','show_crypto_funds','publish','closed','closed','','field_5d1cd58ba65cf','','','2019-07-03 16:22:20','2019-07-03 16:22:20','',211,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&p=212',0,'acf-field','',0),(213,1,'2019-07-03 16:22:38','2019-07-03 16:22:38','','Wallet','','inherit','closed','closed','','181-revision-v1','','','2019-07-03 16:22:38','2019-07-03 16:22:38','',181,'http://localhost/cappen/griflan-crypto-wallet/web/2019/07/03/181-revision-v1/',0,'revision','',0),(214,1,'2019-07-03 16:28:11','2019-07-03 16:28:11','a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:12:\"options_page\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:11:\"acf-options\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:8:\"seamless\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";}','Options','options','publish','closed','closed','','group_5d1cd6eb0400d','','','2020-04-17 00:41:02','2020-04-17 00:41:02','',0,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field-group&#038;p=214',0,'acf-field-group','',0),(215,1,'2019-07-03 16:28:11','2019-07-03 16:28:11','a:7:{s:4:\"type\";s:3:\"tab\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"placement\";s:3:\"top\";s:8:\"endpoint\";i:0;}','Footer','','publish','closed','closed','','field_5d1cd6f15f07a','','','2020-04-17 00:41:02','2020-04-17 00:41:02','',214,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=215',6,'acf-field','',0),(216,1,'2019-07-03 16:28:12','2019-07-03 16:28:12','a:7:{s:4:\"type\";s:3:\"tab\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"placement\";s:3:\"top\";s:8:\"endpoint\";i:0;}','Crypto Funds','','publish','closed','closed','','field_5d1cd70d5f07c','','','2020-04-17 00:41:02','2020-04-17 00:41:02','',214,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=216',0,'acf-field','',0),(217,1,'2019-07-03 16:28:12','2019-07-03 16:28:12','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:2;s:9:\"new_lines\";s:2:\"br\";}','Title','title_funds','publish','closed','closed','','field_5d1cd6f95f07b','','','2020-04-17 00:41:02','2020-04-17 00:41:02','',214,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=217',1,'acf-field','',0),(218,1,'2019-07-03 16:28:12','2019-07-03 16:28:12','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:2;s:9:\"new_lines\";s:2:\"br\";}','Text','text_funds','publish','closed','closed','','field_5d1cd73a5f07d','','','2020-04-17 00:41:02','2020-04-17 00:41:02','',214,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=218',2,'acf-field','',0),(219,1,'2019-07-03 16:28:12','2019-07-03 16:28:12','a:7:{s:4:\"type\";s:3:\"url\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";}','Link','link_funds','publish','closed','closed','','field_5d1cd74f5f07e','','','2020-04-17 00:41:02','2020-04-17 00:41:02','',214,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=219',3,'acf-field','',0),(221,1,'2019-07-03 16:31:35','2019-07-03 16:31:35','','Card','','publish','closed','closed','','card','','','2020-08-05 20:16:03','2020-08-05 20:16:03','',0,'http://localhost/cappen/griflan-crypto-wallet/web/?page_id=221',2,'page','',0),(222,1,'2019-07-03 16:31:26','2019-07-03 16:31:26','','c','','inherit','closed','closed','','221-revision-v1','','','2019-07-03 16:31:26','2019-07-03 16:31:26','',221,'http://localhost/cappen/griflan-crypto-wallet/web/2019/07/03/221-revision-v1/',0,'revision','',0),(223,1,'2019-07-03 16:31:35','2019-07-03 16:31:35','','Card','','inherit','closed','closed','','221-revision-v1','','','2019-07-03 16:31:35','2019-07-03 16:31:35','',221,'http://localhost/cappen/griflan-crypto-wallet/web/2019/07/03/221-revision-v1/',0,'revision','',0),(224,1,'2019-07-03 16:33:18','2019-07-03 16:33:18','','Card','','inherit','closed','closed','','221-revision-v1','','','2019-07-03 16:33:18','2019-07-03 16:33:18','',221,'http://localhost/cappen/griflan-crypto-wallet/web/2019/07/03/221-revision-v1/',0,'revision','',0),(225,1,'2019-07-03 16:33:41','2019-07-03 16:33:41','a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:13:\"page_template\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:13:\"page-card.php\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:8:\"seamless\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";a:1:{i:0;s:11:\"the_content\";}s:11:\"description\";s:0:\"\";}','Card','card','publish','closed','closed','','group_5d1cd8dc96000','','','2019-11-05 20:20:14','2019-11-05 20:20:14','',0,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field-group&#038;p=225',0,'acf-field-group','',0),(226,1,'2019-07-03 16:34:05','2019-07-03 16:34:05','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:2;s:9:\"new_lines\";s:2:\"br\";}','Subtitle','subtitle','publish','closed','closed','','field_5d1cd8ec3c600','','','2019-11-05 20:20:13','2019-11-05 20:20:13','',225,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=226',1,'acf-field','',0),(227,1,'2019-07-03 16:35:21','2019-07-03 16:35:21','a:7:{s:4:\"type\";s:3:\"tab\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"placement\";s:3:\"top\";s:8:\"endpoint\";i:0;}','About','','publish','closed','closed','','field_5d1cd91e6f427','','','2019-11-05 20:20:13','2019-11-05 20:20:13','',225,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=227',0,'acf-field','',0),(228,1,'2019-07-03 16:35:21','2019-07-03 16:35:21','a:10:{s:4:\"type\";s:7:\"wysiwyg\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:4:\"tabs\";s:3:\"all\";s:7:\"toolbar\";s:4:\"full\";s:12:\"media_upload\";i:0;s:5:\"delay\";i:0;}','Text','text','publish','closed','closed','','field_5d1cd9046f426','','','2019-11-05 20:20:13','2019-11-05 20:20:13','',225,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=228',2,'acf-field','',0),(229,1,'2019-07-03 16:35:21','2019-07-03 16:35:21','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:25:\"Order Your Debit Card Now\";s:11:\"placeholder\";s:25:\"Order Your Debit Card Now\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Text Link','text_link','publish','closed','closed','','field_5d1cd9346f428','','','2019-11-05 20:20:13','2019-11-05 20:20:13','',225,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=229',3,'acf-field','',0),(230,1,'2019-07-03 16:38:23','2019-07-03 16:38:23','a:7:{s:4:\"type\";s:3:\"tab\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"placement\";s:3:\"top\";s:8:\"endpoint\";i:0;}','CryptoWallet','','publish','closed','closed','','field_5d1cd95d0bf2e','','','2019-11-05 20:20:13','2019-11-05 20:20:13','',225,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=230',4,'acf-field','',0),(232,1,'2019-07-03 16:38:23','2019-07-03 16:38:23','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:22:\"Here’s how it works.\";s:11:\"placeholder\";s:22:\"Here’s how it works.\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Text','text_cryptowallet','publish','closed','closed','','field_5d1cd99e0bf30','','','2019-11-05 20:20:13','2019-11-05 20:20:13','',225,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=232',6,'acf-field','',0),(233,1,'2019-07-03 16:38:23','2019-07-03 16:38:23','a:7:{s:4:\"type\";s:5:\"group\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"25\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:6:\"layout\";s:5:\"block\";s:10:\"sub_fields\";a:0:{}}','Step 1','step_1','publish','closed','closed','','field_5d1cd9af0bf31','','','2019-11-05 20:20:13','2019-11-05 20:20:13','',225,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=233',7,'acf-field','',0),(234,1,'2019-07-03 16:38:23','2019-07-03 16:38:23','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Title','title','publish','closed','closed','','field_5d1cd9d00bf32','','','2019-11-05 20:20:13','2019-11-05 20:20:13','',233,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=234',0,'acf-field','',0),(235,1,'2019-07-03 16:38:23','2019-07-03 16:38:23','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:5;s:9:\"new_lines\";s:2:\"br\";}','Text','text','publish','closed','closed','','field_5d1cd9dc0bf33','','','2019-11-05 20:20:13','2019-11-05 20:20:13','',233,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=235',1,'acf-field','',0),(245,1,'2019-07-03 16:39:02','2019-07-03 16:39:02','a:7:{s:4:\"type\";s:5:\"group\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"25\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:6:\"layout\";s:5:\"block\";s:10:\"sub_fields\";a:0:{}}','Step 2','step_2','publish','closed','closed','','field_5d1cda21981bd','','','2019-11-05 20:20:13','2019-11-05 20:20:13','',225,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=245',8,'acf-field','',0),(246,1,'2019-07-03 16:39:03','2019-07-03 16:39:03','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Title','title','publish','closed','closed','','field_5d1cda21981be','','','2019-11-05 20:20:13','2019-11-05 20:20:13','',245,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=246',0,'acf-field','',0),(247,1,'2019-07-03 16:39:03','2019-07-03 16:39:03','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:5;s:9:\"new_lines\";s:2:\"br\";}','Text','text','publish','closed','closed','','field_5d1cda21981bf','','','2019-11-05 20:20:13','2019-11-05 20:20:13','',245,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=247',1,'acf-field','',0),(248,1,'2019-07-03 16:39:03','2019-07-03 16:39:03','a:7:{s:4:\"type\";s:5:\"group\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"25\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:6:\"layout\";s:5:\"block\";s:10:\"sub_fields\";a:0:{}}','Step 3','step_3','publish','closed','closed','','field_5d1cda22981c0','','','2019-11-05 20:20:13','2019-11-05 20:20:13','',225,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=248',9,'acf-field','',0),(249,1,'2019-07-03 16:39:03','2019-07-03 16:39:03','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Title','title','publish','closed','closed','','field_5d1cda22981c1','','','2019-11-05 20:20:13','2019-11-05 20:20:13','',248,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=249',0,'acf-field','',0),(250,1,'2019-07-03 16:39:03','2019-07-03 16:39:03','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:5;s:9:\"new_lines\";s:2:\"br\";}','Text','text','publish','closed','closed','','field_5d1cda22981c2','','','2019-11-05 20:20:13','2019-11-05 20:20:13','',248,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=250',1,'acf-field','',0),(251,1,'2019-07-03 16:39:03','2019-07-03 16:39:03','a:7:{s:4:\"type\";s:5:\"group\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"25\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:6:\"layout\";s:5:\"block\";s:10:\"sub_fields\";a:0:{}}','Step 4','step_4','publish','closed','closed','','field_5d1cda24981c3','','','2019-11-05 20:20:13','2019-11-05 20:20:13','',225,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=251',10,'acf-field','',0),(252,1,'2019-07-03 16:39:03','2019-07-03 16:39:03','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Title','title','publish','closed','closed','','field_5d1cda24981c4','','','2019-11-05 20:20:13','2019-11-05 20:20:13','',251,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=252',0,'acf-field','',0),(253,1,'2019-07-03 16:39:03','2019-07-03 16:39:03','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:5;s:9:\"new_lines\";s:2:\"br\";}','Text','text','publish','closed','closed','','field_5d1cda24981c5','','','2019-11-05 20:20:13','2019-11-05 20:20:13','',251,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=253',1,'acf-field','',0),(254,1,'2019-07-03 16:43:58','2019-07-03 16:43:58','a:7:{s:4:\"type\";s:3:\"tab\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"placement\";s:3:\"top\";s:8:\"endpoint\";i:0;}','Fees And Limits','','publish','closed','closed','','field_5d1cda3e3f09e','','','2019-11-05 20:20:14','2019-11-05 20:20:14','',225,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=254',16,'acf-field','',0),(255,1,'2019-07-03 16:43:58','2019-07-03 16:43:58','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Title','title_limits','publish','closed','closed','','field_5d1cda4d3f09f','','','2019-11-05 20:20:14','2019-11-05 20:20:14','',225,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=255',17,'acf-field','',0),(256,1,'2019-07-03 16:43:58','2019-07-03 16:43:58','a:10:{s:4:\"type\";s:8:\"repeater\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"collapsed\";s:19:\"field_5d1cdaaa3f0a1\";s:3:\"min\";i:1;s:3:\"max\";i:4;s:6:\"layout\";s:5:\"block\";s:12:\"button_label\";s:9:\"Add Table\";}','Table','table','publish','closed','closed','','field_5d1cda763f0a0','','','2019-11-05 20:20:14','2019-11-05 20:20:14','',225,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=256',18,'acf-field','',0),(257,1,'2019-07-03 16:43:58','2019-07-03 16:43:58','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Title','title','publish','closed','closed','','field_5d1cdaaa3f0a1','','','2019-11-05 20:20:14','2019-11-05 20:20:14','',256,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=257',0,'acf-field','',0),(258,1,'2019-07-03 16:43:58','2019-07-03 16:43:58','a:10:{s:4:\"type\";s:8:\"repeater\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"collapsed\";s:19:\"field_5d1cdaf93f0a3\";s:3:\"min\";i:1;s:3:\"max\";i:0;s:6:\"layout\";s:5:\"table\";s:12:\"button_label\";s:8:\"Add Line\";}','Line','line','publish','closed','closed','','field_5d1cdac43f0a2','','','2019-11-05 20:20:14','2019-11-05 20:20:14','',256,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=258',1,'acf-field','',0),(259,1,'2019-07-03 16:43:58','2019-07-03 16:43:58','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"40\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Name','name','publish','closed','closed','','field_5d1cdaf93f0a3','','','2019-11-05 20:20:14','2019-11-05 20:20:14','',258,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=259',0,'acf-field','',0),(260,1,'2019-07-03 16:43:58','2019-07-03 16:43:58','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"20\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','EUR','eur','publish','closed','closed','','field_5d1cdb263f0a4','','','2019-11-05 20:20:14','2019-11-05 20:20:14','',258,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=260',1,'acf-field','',0),(261,1,'2019-07-03 16:43:58','2019-07-03 16:43:58','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"20\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','USD','usd','publish','closed','closed','','field_5d1cdb373f0a5','','','2019-11-05 20:20:14','2019-11-05 20:20:14','',258,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=261',2,'acf-field','',0),(262,1,'2019-07-03 16:43:58','2019-07-03 16:43:58','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"20\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','GBP','gbp','publish','closed','closed','','field_5d1cdb3d3f0a6','','','2019-11-05 20:20:14','2019-11-05 20:20:14','',258,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=262',3,'acf-field','',0),(264,1,'2019-07-03 17:54:33','2019-07-03 17:54:33','','Card','','inherit','closed','closed','','221-revision-v1','','','2019-07-03 17:54:33','2019-07-03 17:54:33','',221,'http://localhost/cappen/griflan-crypto-wallet/web/2019/07/03/221-revision-v1/',0,'revision','',0),(265,1,'2019-07-03 17:57:31','2019-07-03 17:57:31','','Card','','inherit','closed','closed','','221-revision-v1','','','2019-07-03 17:57:31','2019-07-03 17:57:31','',221,'http://localhost/cappen/griflan-crypto-wallet/web/2019/07/03/221-revision-v1/',0,'revision','',0),(266,1,'2019-07-03 17:57:49','2019-07-03 17:57:49','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:2;s:9:\"new_lines\";s:2:\"br\";}','Alert','alert_cryptowallet','publish','closed','closed','','field_5d1cec7cb0dbe','','','2019-11-05 20:20:13','2019-11-05 20:20:13','',225,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=266',11,'acf-field','',0),(267,1,'2019-07-03 17:58:17','2019-07-03 17:58:17','','Card','','inherit','closed','closed','','221-revision-v1','','','2019-07-03 17:58:17','2019-07-03 17:58:17','',221,'http://localhost/cappen/griflan-crypto-wallet/web/2019/07/03/221-revision-v1/',0,'revision','',0),(268,1,'2019-07-03 18:00:13','2019-07-03 18:00:13','','Card','','inherit','closed','closed','','221-revision-v1','','','2019-07-03 18:00:13','2019-07-03 18:00:13','',221,'http://localhost/cappen/griflan-crypto-wallet/web/2019/07/03/221-revision-v1/',0,'revision','',0),(269,1,'2019-07-03 18:00:23','2019-07-03 18:00:23','','Card','','inherit','closed','closed','','221-revision-v1','','','2019-07-03 18:00:23','2019-07-03 18:00:23','',221,'http://localhost/cappen/griflan-crypto-wallet/web/2019/07/03/221-revision-v1/',0,'revision','',0),(270,1,'2019-07-03 18:01:14','2019-07-03 18:01:14','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Title','title_crypto','publish','closed','closed','','field_5d1ced55f3463','','','2019-11-05 20:20:13','2019-11-05 20:20:13','',225,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=270',5,'acf-field','',0),(271,1,'2019-07-03 18:01:29','2019-07-03 18:01:29','','Card','','inherit','closed','closed','','221-revision-v1','','','2019-07-03 18:01:29','2019-07-03 18:01:29','',221,'http://localhost/cappen/griflan-crypto-wallet/web/2019/07/03/221-revision-v1/',0,'revision','',0),(272,1,'2019-07-03 18:07:08','2019-07-03 18:07:08','','Card','','inherit','closed','closed','','221-revision-v1','','','2019-07-03 18:07:08','2019-07-03 18:07:08','',221,'http://localhost/cappen/griflan-crypto-wallet/web/2019/07/03/221-revision-v1/',0,'revision','',0),(273,1,'2019-07-03 18:09:01','2019-07-03 18:09:01','Trade the highest-ranked cryptocurrencies and stablecoins. CryptoWallet allows users to buy, hold, spend, and exchange digital assets. You can spend cryptocurrency in stores and online, or trade it here in the secure, end-to-end encrypted in-app exchange service.\r\n\r\nUsers typically use fiat currencies to buy their first crypto, and from there, you can live in a crypto-only world! The CryptoWallet exchange support thirteen top cryptos as well as multiple stablecoins.','Exchange','','publish','closed','closed','','exchange','','','2020-08-05 20:21:15','2020-08-05 20:21:15','',0,'http://localhost/cappen/griflan-crypto-wallet/web/?page_id=273',3,'page','',0),(274,1,'2019-07-03 18:09:01','2019-07-03 18:09:01','','Exchange','','inherit','closed','closed','','273-revision-v1','','','2019-07-03 18:09:01','2019-07-03 18:09:01','',273,'http://localhost/cappen/griflan-crypto-wallet/web/2019/07/03/273-revision-v1/',0,'revision','',0),(275,1,'2019-07-03 18:09:10','2019-07-03 18:09:10','','Exchange','','inherit','closed','closed','','273-revision-v1','','','2019-07-03 18:09:10','2019-07-03 18:09:10','',273,'http://localhost/cappen/griflan-crypto-wallet/web/2019/07/03/273-revision-v1/',0,'revision','',0),(276,1,'2019-07-03 18:09:47','2019-07-03 18:09:47','a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:13:\"page_template\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:17:\"page-exchange.php\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:8:\"seamless\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";}','Exchange','exchange','publish','closed','closed','','group_5d1cef5e40981','','','2020-06-10 16:28:06','2020-06-10 16:28:06','',0,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field-group&#038;p=276',0,'acf-field-group','',0),(278,1,'2019-07-03 18:12:38','2019-07-03 18:12:38','Trade the highest-ranked cryptocurrencies and stablecoins. CryptoWallet allows users to buy, hold, spend, and exchange digital assets. You can spend cryptocurrency in stores and online, or trade it here in the secure, end-to-end encrypted in-app exchange service.\r\n\r\nUsers typically use fiat currencies to buy their first crypto, and from there, you can live in a crypto-only world! The CryptoWallet exchange support thirteen top cryptos as well as multiple stablecoins.','Exchange','','inherit','closed','closed','','273-revision-v1','','','2019-07-03 18:12:38','2019-07-03 18:12:38','',273,'http://localhost/cappen/griflan-crypto-wallet/web/2019/07/03/273-revision-v1/',0,'revision','',0),(279,1,'2019-07-03 18:15:16','2019-07-03 18:15:16','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Subtitle','subtitle','publish','closed','closed','','field_5d1cefaac040c','','','2020-06-03 22:29:23','2020-06-03 22:29:23','',276,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=279',0,'acf-field','',0),(280,1,'2019-07-03 18:15:16','2019-07-03 18:15:16','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Title Section 1','title_section_1','publish','closed','closed','','field_5d1cefbcc040d','','','2020-06-03 22:29:24','2020-06-03 22:29:24','',276,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=280',2,'acf-field','',0),(281,1,'2019-07-03 18:15:16','2019-07-03 18:15:16','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"25\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:5;s:9:\"new_lines\";s:2:\"br\";}','Step 1','step_1','publish','closed','closed','','field_5d1cf019c040e','','','2020-06-03 22:29:24','2020-06-03 22:29:24','',276,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=281',3,'acf-field','',0),(282,1,'2019-07-03 18:15:16','2019-07-03 18:15:16','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"25\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:5;s:9:\"new_lines\";s:2:\"br\";}','Step 2','step_2','publish','closed','closed','','field_5d1cf0afc040f','','','2020-06-03 22:29:24','2020-06-03 22:29:24','',276,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=282',4,'acf-field','',0),(283,1,'2019-07-03 18:15:16','2019-07-03 18:15:16','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"25\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:5;s:9:\"new_lines\";s:2:\"br\";}','Step 3','step_3','publish','closed','closed','','field_5d1cf0b0c0410','','','2020-06-03 22:29:24','2020-06-03 22:29:24','',276,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=283',5,'acf-field','',0),(284,1,'2019-07-03 18:15:16','2019-07-03 18:15:16','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"25\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:5;s:9:\"new_lines\";s:2:\"br\";}','Step 4','step_4','publish','closed','closed','','field_5d1cf0b2c0411','','','2020-06-03 22:29:24','2020-06-03 22:29:24','',276,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=284',6,'acf-field','',0),(285,1,'2019-07-03 18:19:21','2019-07-03 18:19:21','a:7:{s:4:\"type\";s:3:\"tab\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"placement\";s:3:\"top\";s:8:\"endpoint\";i:0;}','Section 1','','publish','closed','closed','','field_5d1cf0dd5e9c3','','','2020-06-03 22:29:24','2020-06-03 22:29:24','',276,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=285',1,'acf-field','',0),(286,1,'2019-07-03 18:19:22','2019-07-03 18:19:22','a:7:{s:4:\"type\";s:3:\"tab\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"placement\";s:3:\"top\";s:8:\"endpoint\";i:0;}','Section 2','','publish','closed','closed','','field_5d1cf1105e9c4','','','2020-06-03 22:29:24','2020-06-03 22:29:24','',276,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=286',7,'acf-field','',0),(287,1,'2019-07-03 18:19:22','2019-07-03 18:19:22','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Title Section 2','title_section_2','publish','closed','closed','','field_5d1cf11c5e9c5','','','2020-06-03 22:29:24','2020-06-03 22:29:24','',276,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=287',8,'acf-field','',0),(288,1,'2019-07-03 18:19:22','2019-07-03 18:19:22','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Text Section 2','text_section_2','publish','closed','closed','','field_5d1cf1295e9c6','','','2020-06-03 22:29:24','2020-06-03 22:29:24','',276,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=288',9,'acf-field','',0),(289,1,'2019-07-03 18:19:22','2019-07-03 18:19:22','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:5:\"33.33\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:5;s:9:\"new_lines\";s:2:\"br\";}','Option 1','option_1','publish','closed','closed','','field_5d1cf1405e9c7','','','2020-06-03 22:29:24','2020-06-03 22:29:24','',276,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=289',10,'acf-field','',0),(290,1,'2019-07-03 18:19:22','2019-07-03 18:19:22','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:5:\"33.33\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:5;s:9:\"new_lines\";s:2:\"br\";}','Option 2','option_2','publish','closed','closed','','field_5d1cf14b5e9c8','','','2020-06-03 22:29:24','2020-06-03 22:29:24','',276,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=290',11,'acf-field','',0),(291,1,'2019-07-03 18:19:22','2019-07-03 18:19:22','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:5:\"33.33\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:5;s:9:\"new_lines\";s:2:\"br\";}','Option 3','option_3','publish','closed','closed','','field_5d1cf14d5e9c9','','','2020-06-03 22:29:24','2020-06-03 22:29:24','',276,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=291',12,'acf-field','',0),(292,1,'2019-07-03 18:19:22','2019-07-03 18:19:22','a:7:{s:4:\"type\";s:3:\"tab\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"placement\";s:3:\"top\";s:8:\"endpoint\";i:0;}','Section 3','','publish','closed','closed','','field_5d1cf1515e9ca','','','2020-06-03 22:29:24','2020-06-03 22:29:24','',276,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=292',13,'acf-field','',0),(293,1,'2019-07-03 18:19:22','2019-07-03 18:19:22','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Title Section 3','title_section_3','publish','closed','closed','','field_5d1cf1555e9cb','','','2020-06-03 22:29:24','2020-06-03 22:29:24','',276,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=293',14,'acf-field','',0),(294,1,'2019-07-03 18:19:22','2019-07-03 18:19:22','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:6;s:9:\"new_lines\";s:2:\"br\";}','Text Section 3','text_section_3','publish','closed','closed','','field_5d1cf1595e9cc','','','2020-06-03 22:29:24','2020-06-03 22:29:24','',276,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=294',15,'acf-field','',0),(295,1,'2019-07-03 18:22:17','2019-07-03 18:22:17','Trade the highest-ranked cryptocurrencies and stablecoins. CryptoWallet allows users to buy, hold, spend, and exchange digital assets. You can spend cryptocurrency in stores and online, or trade it here in the secure, end-to-end encrypted in-app exchange service.\r\n\r\nUsers typically use fiat currencies to buy their first crypto, and from there, you can live in a crypto-only world! The CryptoWallet exchange support thirteen top cryptos as well as multiple stablecoins.','Exchange','','inherit','closed','closed','','273-revision-v1','','','2019-07-03 18:22:17','2019-07-03 18:22:17','',273,'http://localhost/cappen/griflan-crypto-wallet/web/2019/07/03/273-revision-v1/',0,'revision','',0),(296,1,'2019-07-03 18:24:18','2019-07-03 18:24:18','','Payments','','publish','closed','closed','','payments','','','2019-08-16 16:58:17','2019-08-16 16:58:17','',0,'http://localhost/cappen/griflan-crypto-wallet/web/?page_id=296',4,'page','',0),(297,1,'2019-07-03 18:23:48','2019-07-03 18:23:48','','Payments','','inherit','closed','closed','','296-revision-v1','','','2019-07-03 18:23:48','2019-07-03 18:23:48','',296,'http://localhost/cappen/griflan-crypto-wallet/web/2019/07/03/296-revision-v1/',0,'revision','',0),(298,1,'2019-07-03 18:24:18','2019-07-03 18:24:18','','Payments','','inherit','closed','closed','','296-revision-v1','','','2019-07-03 18:24:18','2019-07-03 18:24:18','',296,'http://localhost/cappen/griflan-crypto-wallet/web/2019/07/03/296-revision-v1/',0,'revision','',0),(299,1,'2019-07-03 18:24:32','2019-07-03 18:24:32','a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:13:\"post_template\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:17:\"page-payments.php\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:8:\"seamless\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";a:1:{i:0;s:11:\"the_content\";}s:11:\"description\";s:0:\"\";}','Payments','payments','publish','closed','closed','','group_5d1cf2d6df5fb','','','2019-08-16 16:57:54','2019-08-16 16:57:54','',0,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field-group&#038;p=299',0,'acf-field-group','',0),(300,1,'2019-07-03 18:26:13','2019-07-03 18:26:13','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:2;s:9:\"new_lines\";s:2:\"br\";}','Subtitle','subtitle','publish','closed','closed','','field_5d1cf33889cf8','','','2019-07-03 18:26:13','2019-07-03 18:26:13','',299,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&p=300',0,'acf-field','',0),(301,1,'2019-07-03 18:29:38','2019-07-03 18:29:38','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:6;s:9:\"new_lines\";s:2:\"br\";}','Description','description','publish','closed','closed','','field_5d1cf35789823','','','2019-07-03 18:29:38','2019-07-03 18:29:38','',299,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&p=301',1,'acf-field','',0),(302,1,'2019-07-03 18:29:38','2019-07-03 18:29:38','a:7:{s:4:\"type\";s:5:\"group\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"50\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:6:\"layout\";s:5:\"block\";s:10:\"sub_fields\";a:0:{}}','Block Text','block_text','publish','closed','closed','','field_5d1cf39589824','','','2019-07-03 18:29:38','2019-07-03 18:29:38','',299,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&p=302',2,'acf-field','',0),(303,1,'2019-07-03 18:29:38','2019-07-03 18:29:38','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Title','title','publish','closed','closed','','field_5d1cf3a489825','','','2019-07-03 18:29:38','2019-07-03 18:29:38','',302,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&p=303',0,'acf-field','',0),(304,1,'2019-07-03 18:29:38','2019-07-03 18:29:38','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:10;s:9:\"new_lines\";s:2:\"br\";}','Text','text','publish','closed','closed','','field_5d1cf3ac89826','','','2019-08-16 16:57:54','2019-08-16 16:57:54','',302,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=304',1,'acf-field','',0),(305,1,'2019-07-03 18:29:38','2019-07-03 18:29:38','a:10:{s:4:\"type\";s:8:\"repeater\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"50\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"collapsed\";s:19:\"field_5d1cf3f889828\";s:3:\"min\";i:6;s:3:\"max\";i:6;s:6:\"layout\";s:3:\"row\";s:12:\"button_label\";s:8:\"Add Logo\";}','Logos','logos','publish','closed','closed','','field_5d1cf3cf89827','','','2019-07-03 18:30:48','2019-07-03 18:30:48','',299,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=305',3,'acf-field','',0),(306,1,'2019-07-03 18:29:38','2019-07-03 18:29:38','a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:3:\"svg\";}','Logo','logo','publish','closed','closed','','field_5d1cf3f889828','','','2019-07-03 18:38:06','2019-07-03 18:38:06','',305,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=306',0,'acf-field','',0),(307,1,'2019-07-03 18:31:20','2019-07-03 18:31:20','','Payments','','inherit','closed','closed','','296-revision-v1','','','2019-07-03 18:31:20','2019-07-03 18:31:20','',296,'http://localhost/cappen/griflan-crypto-wallet/web/2019/07/03/296-revision-v1/',0,'revision','',0),(308,1,'2019-07-03 18:36:07','2019-07-03 18:36:07','','Payments','','inherit','closed','closed','','296-revision-v1','','','2019-07-03 18:36:07','2019-07-03 18:36:07','',296,'http://localhost/cappen/griflan-crypto-wallet/web/2019/07/03/296-revision-v1/',0,'revision','',0),(309,1,'2019-07-03 18:38:14','2019-07-03 18:38:14','','Payments','','inherit','closed','closed','','296-revision-v1','','','2019-07-03 18:38:14','2019-07-03 18:38:14','',296,'http://localhost/cappen/griflan-crypto-wallet/web/2019/07/03/296-revision-v1/',0,'revision','',0),(311,1,'2019-07-03 18:39:49','2019-07-03 18:39:49','','Terms','','publish','closed','closed','','terms','','','2019-07-10 20:07:06','2019-07-10 20:07:06','',0,'http://localhost/cappen/griflan-crypto-wallet/web/?page_id=311',7,'page','',0),(312,1,'2019-07-03 18:39:49','2019-07-03 18:39:49','','Terms','','inherit','closed','closed','','311-revision-v1','','','2019-07-03 18:39:49','2019-07-03 18:39:49','',311,'http://localhost/cappen/griflan-crypto-wallet/web/2019/07/03/311-revision-v1/',0,'revision','',0),(313,1,'2019-07-03 18:43:48','2019-07-03 18:43:48','<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.','Terms and Conditions','','publish','closed','closed','','terms-and-conditions','','','2019-07-03 19:04:42','2019-07-03 19:04:42','',311,'http://localhost/cappen/griflan-crypto-wallet/web/?page_id=313',0,'page','',0),(314,1,'2019-07-03 18:43:48','2019-07-03 18:43:48','<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.','Terms and Conditions','','inherit','closed','closed','','313-revision-v1','','','2019-07-03 18:43:48','2019-07-03 18:43:48','',313,'http://localhost/cappen/griflan-crypto-wallet/web/2019/07/03/313-revision-v1/',0,'revision','',0),(315,1,'2019-07-03 19:02:07','2019-07-03 19:02:07','<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.','Intro','','publish','closed','closed','','introduction','','','2019-08-21 13:32:57','2019-08-21 13:32:57','',311,'http://localhost/cappen/griflan-crypto-wallet/web/?page_id=315',1,'page','',0),(316,1,'2019-07-03 19:02:14','2019-07-03 19:02:14','<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.','Account Terms','','publish','closed','closed','','account-terms','','','2019-07-03 19:04:42','2019-07-03 19:04:42','',311,'http://localhost/cappen/griflan-crypto-wallet/web/?page_id=316',2,'page','',0),(317,1,'2019-07-03 18:58:50','2019-07-03 18:58:50','<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.','Card Terms','','publish','closed','closed','','card-terms','','','2019-07-03 19:04:42','2019-07-03 19:04:42','',311,'http://localhost/cappen/griflan-crypto-wallet/web/?page_id=317',3,'page','',0),(318,1,'2019-07-03 19:01:11','2019-07-03 19:01:11','<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.','Crypto Terms','','publish','closed','closed','','cryptocurrency-terms','','','2019-08-21 13:33:15','2019-08-21 13:33:15','',311,'http://localhost/cappen/griflan-crypto-wallet/web/?page_id=318',4,'page','',0),(319,1,'2019-07-03 19:01:19','2019-07-03 19:01:19','<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.','Generally Applicable Terms','','publish','closed','closed','','generally-applicable-terms','','','2019-07-03 19:04:42','2019-07-03 19:04:42','',311,'http://localhost/cappen/griflan-crypto-wallet/web/?page_id=319',5,'page','',0),(320,1,'2019-07-03 19:01:26','2019-07-03 19:01:26','<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.','Definitions','','publish','closed','closed','','definitions','','','2019-07-03 19:04:43','2019-07-03 19:04:43','',311,'http://localhost/cappen/griflan-crypto-wallet/web/?page_id=320',6,'page','',0),(321,1,'2019-07-03 19:01:35','2019-07-03 19:01:35','<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.','Issuer Terms','','publish','closed','closed','','issuer-terms','','','2019-07-03 19:04:43','2019-07-03 19:04:43','',311,'http://localhost/cappen/griflan-crypto-wallet/web/?page_id=321',7,'page','',0),(322,1,'2019-07-03 19:01:53','2019-07-03 19:01:53','<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.','Privacy Policy','','publish','closed','closed','','privacy-policy','','','2019-07-03 19:04:43','2019-07-03 19:04:43','',311,'http://localhost/cappen/griflan-crypto-wallet/web/?page_id=322',8,'page','',0),(323,1,'2019-07-03 19:02:31','2019-07-03 19:02:31','<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.','AML','','publish','closed','closed','','aml','','','2019-07-03 19:04:43','2019-07-03 19:04:43','',311,'http://localhost/cappen/griflan-crypto-wallet/web/?page_id=323',9,'page','',0),(324,1,'2019-07-03 19:02:54','2019-07-03 19:02:54','<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.','Refer a Friend','','publish','closed','closed','','refer-a-friend','','','2019-07-03 19:04:43','2019-07-03 19:04:43','',311,'http://localhost/cappen/griflan-crypto-wallet/web/?page_id=324',10,'page','',0),(325,1,'2019-07-03 19:03:13','2019-07-03 19:03:13','<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.','Cookie Policy','','publish','closed','closed','','cookie-policy','','','2019-07-03 19:04:43','2019-07-03 19:04:43','',311,'http://localhost/cappen/griflan-crypto-wallet/web/?page_id=325',11,'page','',0),(326,1,'2019-07-03 19:03:24','2019-07-03 19:03:24','<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.','Token Sale Terms','','publish','closed','closed','','token-sale-terms','','','2019-07-03 19:04:43','2019-07-03 19:04:43','',311,'http://localhost/cappen/griflan-crypto-wallet/web/?page_id=326',12,'page','',0),(327,1,'2019-07-03 18:57:21','2019-07-03 18:57:21','<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.','Introduction','','inherit','closed','closed','','315-revision-v1','','','2019-07-03 18:57:21','2019-07-03 18:57:21','',315,'http://localhost/cappen/griflan-crypto-wallet/web/2019/07/03/315-revision-v1/',0,'revision','',0),(328,1,'2019-07-03 18:57:59','2019-07-03 18:57:59','<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.','Account Terms','','inherit','closed','closed','','316-revision-v1','','','2019-07-03 18:57:59','2019-07-03 18:57:59','',316,'http://localhost/cappen/griflan-crypto-wallet/web/2019/07/03/316-revision-v1/',0,'revision','',0),(329,1,'2019-07-03 18:58:50','2019-07-03 18:58:50','<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.','Card Terms','','inherit','closed','closed','','317-revision-v1','','','2019-07-03 18:58:50','2019-07-03 18:58:50','',317,'http://localhost/cappen/griflan-crypto-wallet/web/2019/07/03/317-revision-v1/',0,'revision','',0),(330,1,'2019-07-03 18:59:37','2019-07-03 18:59:37','<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.','Cryptocurrency Terms','','inherit','closed','closed','','318-revision-v1','','','2019-07-03 18:59:37','2019-07-03 18:59:37','',318,'http://localhost/cappen/griflan-crypto-wallet/web/2019/07/03/318-revision-v1/',0,'revision','',0),(331,1,'2019-07-03 19:00:01','2019-07-03 19:00:01','<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.','Generally Applicable Terms','','inherit','closed','closed','','319-revision-v1','','','2019-07-03 19:00:01','2019-07-03 19:00:01','',319,'http://localhost/cappen/griflan-crypto-wallet/web/2019/07/03/319-revision-v1/',0,'revision','',0),(332,1,'2019-07-03 19:00:22','2019-07-03 19:00:22','<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.','Definitions','','inherit','closed','closed','','320-revision-v1','','','2019-07-03 19:00:22','2019-07-03 19:00:22','',320,'http://localhost/cappen/griflan-crypto-wallet/web/2019/07/03/320-revision-v1/',0,'revision','',0),(333,1,'2019-07-03 19:00:48','2019-07-03 19:00:48','<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.','Issuer Terms','','inherit','closed','closed','','321-revision-v1','','','2019-07-03 19:00:48','2019-07-03 19:00:48','',321,'http://localhost/cappen/griflan-crypto-wallet/web/2019/07/03/321-revision-v1/',0,'revision','',0),(334,1,'2019-07-03 19:01:53','2019-07-03 19:01:53','<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.','Privacy Policy','','inherit','closed','closed','','322-revision-v1','','','2019-07-03 19:01:53','2019-07-03 19:01:53','',322,'http://localhost/cappen/griflan-crypto-wallet/web/2019/07/03/322-revision-v1/',0,'revision','',0),(335,1,'2019-07-03 19:02:31','2019-07-03 19:02:31','<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.','AML','','inherit','closed','closed','','323-revision-v1','','','2019-07-03 19:02:31','2019-07-03 19:02:31','',323,'http://localhost/cappen/griflan-crypto-wallet/web/2019/07/03/323-revision-v1/',0,'revision','',0),(336,1,'2019-07-03 19:02:54','2019-07-03 19:02:54','<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.','Refer a Friend','','inherit','closed','closed','','324-revision-v1','','','2019-07-03 19:02:54','2019-07-03 19:02:54','',324,'http://localhost/cappen/griflan-crypto-wallet/web/2019/07/03/324-revision-v1/',0,'revision','',0),(337,1,'2019-07-03 19:03:13','2019-07-03 19:03:13','<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.','Cookie Policy','','inherit','closed','closed','','325-revision-v1','','','2019-07-03 19:03:13','2019-07-03 19:03:13','',325,'http://localhost/cappen/griflan-crypto-wallet/web/2019/07/03/325-revision-v1/',0,'revision','',0),(338,1,'2019-07-03 19:03:24','2019-07-03 19:03:24','<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.','Token Sale Terms','','inherit','closed','closed','','326-revision-v1','','','2019-07-03 19:03:24','2019-07-03 19:03:24','',326,'http://localhost/cappen/griflan-crypto-wallet/web/2019/07/03/326-revision-v1/',0,'revision','',0),(339,1,'2019-07-03 19:46:07','2019-07-03 19:46:07','','About','','inherit','closed','closed','','136-revision-v1','','','2019-07-03 19:46:07','2019-07-03 19:46:07','',136,'http://localhost/cappen/griflan-crypto-wallet/web/2019/07/03/136-revision-v1/',0,'revision','',0),(340,1,'2019-07-03 19:46:28','2019-07-03 19:46:28','','About','','inherit','closed','closed','','136-revision-v1','','','2019-07-03 19:46:28','2019-07-03 19:46:28','',136,'http://localhost/cappen/griflan-crypto-wallet/web/2019/07/03/136-revision-v1/',0,'revision','',0),(341,1,'2019-07-03 19:47:07','2019-07-03 19:47:07','','About','','inherit','closed','closed','','136-revision-v1','','','2019-07-03 19:47:07','2019-07-03 19:47:07','',136,'http://localhost/cappen/griflan-crypto-wallet/web/2019/07/03/136-revision-v1/',0,'revision','',0),(343,1,'2019-07-03 20:43:35','2019-07-03 20:43:35','','Wallet','','inherit','closed','closed','','181-revision-v1','','','2019-07-03 20:43:35','2019-07-03 20:43:35','',181,'http://localhost/cappen/griflan-crypto-wallet/web/2019/07/03/181-revision-v1/',0,'revision','',0),(344,1,'2019-07-05 14:25:43','2019-07-05 14:25:43','a:7:{s:4:\"type\";s:3:\"tab\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"placement\";s:3:\"top\";s:8:\"endpoint\";i:0;}','Crypto Coins','','publish','closed','closed','','field_5d1f5d292b193','','','2020-04-17 00:41:02','2020-04-17 00:41:02','',214,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=344',4,'acf-field','',0),(345,1,'2019-07-05 14:25:44','2019-07-05 14:25:44','a:10:{s:4:\"type\";s:8:\"repeater\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"collapsed\";s:19:\"field_5d1f5d6c2b195\";s:3:\"min\";i:0;s:3:\"max\";i:2;s:6:\"layout\";s:3:\"row\";s:12:\"button_label\";s:8:\"Add List\";}','List','list','publish','closed','closed','','field_5d1f5d532b194','','','2020-04-17 00:41:02','2020-04-17 00:41:02','',214,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=345',5,'acf-field','',0),(346,1,'2019-07-05 14:25:44','2019-07-05 14:25:44','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Title','title','publish','closed','closed','','field_5d1f5d6c2b195','','','2020-04-17 00:41:02','2020-04-17 00:41:02','',345,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=346',0,'acf-field','',0),(347,1,'2019-07-05 14:25:44','2019-07-05 14:25:44','a:10:{s:4:\"type\";s:8:\"repeater\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"collapsed\";s:19:\"field_5d1f5dc02b198\";s:3:\"min\";i:0;s:3:\"max\";i:0;s:6:\"layout\";s:5:\"table\";s:12:\"button_label\";s:8:\"Add Coin\";}','Coins','coins','publish','closed','closed','','field_5d1f5d732b196','','','2020-04-17 00:41:02','2020-04-17 00:41:02','',345,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=347',2,'acf-field','',0),(348,1,'2019-07-05 14:25:44','2019-07-05 14:25:44','a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:5:\"33.33\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:6:\"medium\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:3:\"svg\";}','Coin','coin','publish','closed','closed','','field_5d1f5da32b197','','','2020-04-17 00:41:02','2020-04-17 00:41:02','',347,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=348',0,'acf-field','',0),(349,1,'2019-07-05 14:25:44','2019-07-05 14:25:44','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:5:\"33.33\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Name','name','publish','closed','closed','','field_5d1f5dc02b198','','','2020-04-17 00:41:02','2020-04-17 00:41:02','',347,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=349',1,'acf-field','',0),(350,1,'2019-07-05 14:25:44','2019-07-05 14:25:44','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:5:\"33.33\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:6;s:9:\"new_lines\";s:2:\"br\";}','Text','text','publish','closed','closed','','field_5d1f5dc62b199','','','2020-04-17 00:41:02','2020-04-17 00:41:02','',347,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=350',2,'acf-field','',0),(351,1,'2019-07-05 14:31:33','2019-07-05 14:31:33','','Wallet','','inherit','closed','closed','','181-revision-v1','','','2019-07-05 14:31:33','2019-07-05 14:31:33','',181,'http://localhost/cappen/griflan-crypto-wallet/web/2019/07/05/181-revision-v1/',0,'revision','',0),(352,1,'2019-07-05 14:31:46','2019-07-05 14:31:46','','Wallet','','inherit','closed','closed','','181-revision-v1','','','2019-07-05 14:31:46','2019-07-05 14:31:46','',181,'http://localhost/cappen/griflan-crypto-wallet/web/2019/07/05/181-revision-v1/',0,'revision','',0),(364,1,'2019-07-05 15:34:49','2019-07-05 15:34:49','','Wallet','','inherit','closed','closed','','181-revision-v1','','','2019-07-05 15:34:49','2019-07-05 15:34:49','',181,'http://localhost/cappen/griflan-crypto-wallet/web/2019/07/05/181-revision-v1/',0,'revision','',0),(365,1,'2019-07-05 15:35:00','2019-07-05 15:35:00','','Wallet','','inherit','closed','closed','','181-revision-v1','','','2019-07-05 15:35:00','2019-07-05 15:35:00','',181,'http://localhost/cappen/griflan-crypto-wallet/web/2019/07/05/181-revision-v1/',0,'revision','',0),(366,1,'2019-07-05 15:35:13','2019-07-05 15:35:13','','Wallet','','inherit','closed','closed','','181-revision-v1','','','2019-07-05 15:35:13','2019-07-05 15:35:13','',181,'http://localhost/cappen/griflan-crypto-wallet/web/2019/07/05/181-revision-v1/',0,'revision','',0),(369,1,'2019-07-05 15:52:42','2019-07-05 15:52:42','a:7:{s:4:\"type\";s:3:\"url\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"50\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";}','App Store','app_store','publish','closed','closed','','field_5d1f7231dd7a9','','','2020-04-17 00:41:02','2020-04-17 00:41:02','',214,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=369',12,'acf-field','',0),(370,1,'2019-07-05 15:53:07','2019-07-05 15:53:07','','ico-apple','','inherit','open','closed','','ico-apple','','','2019-07-05 15:53:07','2019-07-05 15:53:07','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/ico-apple.svg',0,'attachment','image/svg+xml',0),(371,1,'2019-07-05 15:53:08','2019-07-05 15:53:08','','ico-googleplay','','inherit','open','closed','','ico-googleplay','','','2019-07-05 15:53:08','2019-07-05 15:53:08','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/ico-googleplay.svg',0,'attachment','image/svg+xml',0),(372,1,'2019-07-05 19:31:48','2019-07-05 19:31:48','','Card','','inherit','closed','closed','','221-revision-v1','','','2019-07-05 19:31:48','2019-07-05 19:31:48','',221,'http://localhost/cappen/griflan-crypto-wallet/web/2019/07/05/221-revision-v1/',0,'revision','',0),(373,1,'2019-07-08 14:42:17','2019-07-08 14:42:17','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:15:\"Payment Process\";s:11:\"placeholder\";s:15:\"Payment Process\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Title Payment Process','title_payment_process','publish','closed','closed','','field_5d2355d50b138','','','2019-07-08 14:42:17','2019-07-08 14:42:17','',299,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&p=373',4,'acf-field','',0),(374,1,'2019-07-08 14:42:17','2019-07-08 14:42:17','a:10:{s:4:\"type\";s:8:\"repeater\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"collapsed\";s:0:\"\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";s:6:\"layout\";s:3:\"row\";s:12:\"button_label\";s:8:\"Add Step\";}','Payment Process','payment_process','publish','closed','closed','','field_5d2355b30b137','','','2019-07-08 14:45:32','2019-07-08 14:45:32','',299,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=374',5,'acf-field','',0),(375,1,'2019-07-08 14:42:17','2019-07-08 14:42:17','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:2;s:9:\"new_lines\";s:2:\"br\";}','Step','step','publish','closed','closed','','field_5d2356180b139','','','2019-07-08 14:45:32','2019-07-08 14:45:32','',374,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=375',0,'acf-field','',0),(376,1,'2019-07-08 14:43:36','2019-07-08 14:43:36','','Payments','','inherit','closed','closed','','296-revision-v1','','','2019-07-08 14:43:36','2019-07-08 14:43:36','',296,'http://localhost/cappen/griflan-crypto-wallet/web/2019/07/08/296-revision-v1/',0,'revision','',0),(378,1,'2019-07-08 15:28:20','2019-07-08 15:28:20','','Payments','','inherit','closed','closed','','296-revision-v1','','','2019-07-08 15:28:20','2019-07-08 15:28:20','',296,'http://localhost/cappen/griflan-crypto-wallet/web/2019/07/08/296-revision-v1/',0,'revision','',0),(379,1,'2019-07-08 15:47:00','2019-07-08 15:47:00','','whmcs','','inherit','open','closed','','whmcs','','','2019-07-08 15:47:00','2019-07-08 15:47:00','',296,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/whmcs.svg',0,'attachment','image/svg+xml',0),(380,1,'2019-07-08 15:47:00','2019-07-08 15:47:00','','magento','','inherit','open','closed','','magento','','','2019-07-08 15:47:00','2019-07-08 15:47:00','',296,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/magento.svg',0,'attachment','image/svg+xml',0),(381,1,'2019-07-08 15:47:01','2019-07-08 15:47:01','','woocommerce','','inherit','open','closed','','woocommerce','','','2019-07-08 15:47:01','2019-07-08 15:47:01','',296,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/woocommerce.svg',0,'attachment','image/svg+xml',0),(382,1,'2019-07-08 15:47:01','2019-07-08 15:47:01','','opencart','','inherit','open','closed','','opencart','','','2019-07-08 15:47:01','2019-07-08 15:47:01','',296,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/opencart.svg',0,'attachment','image/svg+xml',0),(383,1,'2019-07-08 15:47:02','2019-07-08 15:47:02','','oscommerce','','inherit','open','closed','','oscommerce','','','2019-07-08 15:47:02','2019-07-08 15:47:02','',296,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/oscommerce.svg',0,'attachment','image/svg+xml',0),(384,1,'2019-07-08 15:47:03','2019-07-08 15:47:03','','shopify-plus','','inherit','open','closed','','shopify-plus','','','2019-07-08 15:47:03','2019-07-08 15:47:03','',296,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/shopify-plus.svg',0,'attachment','image/svg+xml',0),(385,1,'2019-07-08 15:47:32','2019-07-08 15:47:32','','Payments','','inherit','closed','closed','','296-revision-v1','','','2019-07-08 15:47:32','2019-07-08 15:47:32','',296,'http://localhost/cappen/griflan-crypto-wallet/web/2019/07/08/296-revision-v1/',0,'revision','',0),(386,1,'2019-07-08 18:24:49','2019-07-08 18:24:49','','Blog','','publish','closed','closed','','blog','','','2019-07-10 20:06:48','2019-07-10 20:06:48','',0,'http://localhost/cappen/griflan-crypto-wallet/web/?page_id=386',6,'page','',0),(387,1,'2019-07-08 18:23:42','2019-07-08 18:23:42','','Blog','','inherit','closed','closed','','386-revision-v1','','','2019-07-08 18:23:42','2019-07-08 18:23:42','',386,'http://localhost/cappen/griflan-crypto-wallet/web/2019/07/08/386-revision-v1/',0,'revision','',0),(388,1,'2019-07-08 18:27:44','2019-07-08 18:27:44','a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:9:\"page_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:10:\"posts_page\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:8:\"seamless\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";}','Blog','blog','publish','closed','closed','','group_5d238a8e85b40','','','2019-07-08 19:21:43','2019-07-08 19:21:43','',0,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field-group&#038;p=388',0,'acf-field-group','',0),(389,1,'2019-07-08 18:27:44','2019-07-08 18:27:44','a:11:{s:4:\"type\";s:11:\"post_object\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"post_type\";a:1:{i:0;s:4:\"post\";}s:8:\"taxonomy\";s:0:\"\";s:10:\"allow_null\";i:0;s:8:\"multiple\";i:0;s:13:\"return_format\";s:2:\"id\";s:2:\"ui\";i:1;}','Featured','featured','publish','closed','closed','','field_5d238ab2c6135','','','2019-07-08 19:21:43','2019-07-08 19:21:43','',388,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=389',0,'acf-field','',0),(391,1,'2019-07-08 18:30:23','2019-07-08 18:30:23','a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:9:\"post_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:4:\"post\";}}}s:8:\"position\";s:4:\"side\";s:5:\"style\";s:8:\"seamless\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";}','Posts','posts','publish','closed','closed','','group_5d238b66874c7','','','2019-07-08 18:54:52','2019-07-08 18:54:52','',0,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field-group&#038;p=391',0,'acf-field-group','',0),(392,1,'2019-07-08 18:30:23','2019-07-08 18:30:23','a:10:{s:4:\"type\";s:8:\"repeater\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"collapsed\";s:0:\"\";s:3:\"min\";i:3;s:3:\"max\";i:3;s:6:\"layout\";s:5:\"table\";s:12:\"button_label\";s:0:\"\";}','Related Posts','related_posts','publish','closed','closed','','field_5d238b6e67801','','','2019-07-08 18:31:12','2019-07-08 18:31:12','',391,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=392',0,'acf-field','',0),(393,1,'2019-07-08 18:30:23','2019-07-08 18:30:23','a:11:{s:4:\"type\";s:11:\"post_object\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"post_type\";a:1:{i:0;s:4:\"post\";}s:8:\"taxonomy\";s:0:\"\";s:10:\"allow_null\";i:0;s:8:\"multiple\";i:0;s:13:\"return_format\";s:2:\"id\";s:2:\"ui\";i:1;}','Post','post','publish','closed','closed','','field_5d238b9967802','','','2019-07-08 18:54:52','2019-07-08 18:54:52','',392,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=393',0,'acf-field','',0),(396,1,'2019-07-04 18:33:54','2019-07-04 18:33:54','Blockchain security company BitGo is launching a new service for institutional clients: a clearing and settlements system that operates off-chain.\r\n\r\nBitGo announced this new service in a press release on May 14, 2019, describing some of the features that this new system will have. Assets “never need to leave custody,” according to the announcement, and “counterparty risk is minimized” with BitGo acting as custodian for both sides of any deal.\r\n\r\nBitGo expects its in-house clearing and settlements service to make arranging such deals more convenient. For example, all funds up for negotiation will remain in cold storage until after an agreement is signed, so that the risks of fraud by either party or outside actors is minimized. Additionally, investors do not need to break up their balance sheets by parking assets at every exchange with which they wish to trade.\r\n\r\nThis new service has evidently been in the works for quite some time. In September 2018, BitGo first received the go-ahead from regulators to act as a qualified custodian for digital assets, a necessary prerequisite for this plan. At the time, BitGo Chief Compliance Officer Shahla Ali told Bitcoin Magazine that the company intended to offer storage for assets “designed for institutional customers.” The press release announcing the new service specifically mentions that it is only available to these types of client.\r\n\r\nThe off-chain clearing and settlements service is the first publicly announced project specific to the BitGo Trust Company.\r\n\r\nIt is unclear whether or not the service will ever open up to a wider variety of investors. Currently, the service is only available to “OTC desks, single dealer platforms, exchanges, asset managers and broker-dealers,” according to the press release, and this may be the extent of BitGo’s plans.','BitGo Announces Settlement System for Institutional Clients 4','','publish','open','open','','bitgo-announces-settlement-system-for-institutional-clients','','','2019-08-18 17:50:31','2019-08-18 17:50:31','',0,'http://localhost/cappen/griflan-crypto-wallet/web/?p=396',0,'post','',0),(397,1,'2019-07-08 18:33:13','2019-07-08 18:33:13','','sepp-rutz-1350371-unsplash@2x','','inherit','open','closed','','sepp-rutz-1350371-unsplash2x','','','2019-07-08 18:33:13','2019-07-08 18:33:13','',396,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/sepp-rutz-1350371-unsplash@2x.jpg',0,'attachment','image/jpeg',0),(398,1,'2019-07-08 18:33:54','2019-07-08 18:33:54','Blockchain security company BitGo is launching a new service for institutional clients: a clearing and settlements system that operates off-chain.\r\nBitGo announced this new service in a press release on May 14, 2019, describing some of the features that this new system will have. Assets “never need to leave custody,” according to the announcement, and “counterparty risk is minimized” with BitGo acting as custodian for both sides of any deal.\r\nBitGo expects its in-house clearing and settlements service to make arranging such deals more convenient. For example, all funds up for negotiation will remain in cold storage until after an agreement is signed, so that the risks of fraud by either party or outside actors is minimized. Additionally, investors do not need to break up their balance sheets by parking assets at every exchange with which they wish to trade.\r\nThis new service has evidently been in the works for quite some time. In September 2018, BitGo first received the go-ahead from regulators to act as a qualified custodian for digital assets, a necessary prerequisite for this plan. At the time, BitGo Chief Compliance Officer Shahla Ali told Bitcoin Magazine that the company intended to offer storage for assets “designed for institutional customers.” The press release announcing the new service specifically mentions that it is only available to these types of client.\r\nThe off-chain clearing and settlements service is the first publicly announced project specific to the BitGo Trust Company.\r\nIt is unclear whether or not the service will ever open up to a wider variety of investors. Currently, the service is only available to “OTC desks, single dealer platforms, exchanges, asset managers and broker-dealers,” according to the press release, and this may be the extent of BitGo’s plans.','BitGo Announces Settlement System for Institutional Clients','','inherit','closed','closed','','396-revision-v1','','','2019-07-08 18:33:54','2019-07-08 18:33:54','',396,'http://localhost/cappen/griflan-crypto-wallet/web/2019/07/08/396-revision-v1/',0,'revision','',0),(399,1,'2019-07-07 18:59:56','2019-07-07 18:59:56','Blockchain security company BitGo is launching a new service for institutional clients: a clearing and settlements system that operates off-chain.\r\n\r\nBitGo announced this new service in a press release on May 14, 2019, describing some of the features that this new system will have. Assets “never need to leave custody,” according to the announcement, and “counterparty risk is minimized” with BitGo acting as custodian for both sides of any deal.\r\n\r\nBitGo expects its in-house clearing and settlements service to make arranging such deals more convenient. For example, all funds up for negotiation will remain in cold storage until after an agreement is signed, so that the risks of fraud by either party or outside actors is minimized. Additionally, investors do not need to break up their balance sheets by parking assets at every exchange with which they wish to trade.\r\n\r\nThis new service has evidently been in the works for quite some time. In September 2018, BitGo first received the go-ahead from regulators to act as a qualified custodian for digital assets, a necessary prerequisite for this plan. At the time, BitGo Chief Compliance Officer Shahla Ali told Bitcoin Magazine that the company intended to offer storage for assets “designed for institutional customers.” The press release announcing the new service specifically mentions that it is only available to these types of client.\r\n\r\nThe off-chain clearing and settlements service is the first publicly announced project specific to the BitGo Trust Company.\r\n\r\nIt is unclear whether or not the service will ever open up to a wider variety of investors. Currently, the service is only available to “OTC desks, single dealer platforms, exchanges, asset managers and broker-dealers,” according to the press release, and this may be the extent of BitGo’s plans.','BitGo Announces Settlement System for Institutional Clients','','publish','open','open','','bitgo-announces-settlement-system-for-institutional-clients-4','','','2019-08-18 17:51:03','2019-08-18 17:51:03','',0,'http://localhost/cappen/griflan-crypto-wallet/web/?p=399',0,'post','',0),(400,1,'2019-07-06 18:59:56','2019-07-06 18:59:56','Blockchain security company BitGo is launching a new service for institutional clients: a clearing and settlements system that operates off-chain.\r\n\r\nBitGo announced this new service in a press release on May 14, 2019, describing some of the features that this new system will have. Assets “never need to leave custody,” according to the announcement, and “counterparty risk is minimized” with BitGo acting as custodian for both sides of any deal.\r\n\r\nBitGo expects its in-house clearing and settlements service to make arranging such deals more convenient. For example, all funds up for negotiation will remain in cold storage until after an agreement is signed, so that the risks of fraud by either party or outside actors is minimized. Additionally, investors do not need to break up their balance sheets by parking assets at every exchange with which they wish to trade.\r\n\r\nThis new service has evidently been in the works for quite some time. In September 2018, BitGo first received the go-ahead from regulators to act as a qualified custodian for digital assets, a necessary prerequisite for this plan. At the time, BitGo Chief Compliance Officer Shahla Ali told Bitcoin Magazine that the company intended to offer storage for assets “designed for institutional customers.” The press release announcing the new service specifically mentions that it is only available to these types of client.\r\n\r\nThe off-chain clearing and settlements service is the first publicly announced project specific to the BitGo Trust Company.\r\n\r\nIt is unclear whether or not the service will ever open up to a wider variety of investors. Currently, the service is only available to “OTC desks, single dealer platforms, exchanges, asset managers and broker-dealers,” according to the press release, and this may be the extent of BitGo’s plans.','BitGo Announces Settlement System for Institutional Clients 2','','publish','open','open','','bitgo-announces-settlement-system-for-institutional-clients-3','','','2019-08-18 17:51:00','2019-08-18 17:51:00','',0,'http://localhost/cappen/griflan-crypto-wallet/web/?p=400',0,'post','',0),(401,1,'2019-07-05 18:59:55','2019-07-05 18:59:55','Blockchain security company BitGo is launching a new service for institutional clients: a clearing and settlements system that operates off-chain.\r\n\r\nBitGo announced this new service in a press release on May 14, 2019, describing some of the features that this new system will have. Assets “never need to leave custody,” according to the announcement, and “counterparty risk is minimized” with BitGo acting as custodian for both sides of any deal.\r\n\r\nBitGo expects its in-house clearing and settlements service to make arranging such deals more convenient. For example, all funds up for negotiation will remain in cold storage until after an agreement is signed, so that the risks of fraud by either party or outside actors is minimized. Additionally, investors do not need to break up their balance sheets by parking assets at every exchange with which they wish to trade.\r\n\r\nThis new service has evidently been in the works for quite some time. In September 2018, BitGo first received the go-ahead from regulators to act as a qualified custodian for digital assets, a necessary prerequisite for this plan. At the time, BitGo Chief Compliance Officer Shahla Ali told Bitcoin Magazine that the company intended to offer storage for assets “designed for institutional customers.” The press release announcing the new service specifically mentions that it is only available to these types of client.\r\n\r\nThe off-chain clearing and settlements service is the first publicly announced project specific to the BitGo Trust Company.\r\n\r\nIt is unclear whether or not the service will ever open up to a wider variety of investors. Currently, the service is only available to “OTC desks, single dealer platforms, exchanges, asset managers and broker-dealers,” according to the press release, and this may be the extent of BitGo’s plans.','BitGo Announces Settlement System for Institutional Clients 3','','publish','open','open','','bitgo-announces-settlement-system-for-institutional-clients-2','','','2019-08-18 17:50:56','2019-08-18 17:50:56','',0,'http://localhost/cappen/griflan-crypto-wallet/web/?p=401',0,'post','',0),(402,1,'2019-07-08 18:59:55','2019-07-08 18:59:55','Blockchain security company BitGo is launching a new service for institutional clients: a clearing and settlements system that operates off-chain.\r\nBitGo announced this new service in a press release on May 14, 2019, describing some of the features that this new system will have. Assets “never need to leave custody,” according to the announcement, and “counterparty risk is minimized” with BitGo acting as custodian for both sides of any deal.\r\nBitGo expects its in-house clearing and settlements service to make arranging such deals more convenient. For example, all funds up for negotiation will remain in cold storage until after an agreement is signed, so that the risks of fraud by either party or outside actors is minimized. Additionally, investors do not need to break up their balance sheets by parking assets at every exchange with which they wish to trade.\r\nThis new service has evidently been in the works for quite some time. In September 2018, BitGo first received the go-ahead from regulators to act as a qualified custodian for digital assets, a necessary prerequisite for this plan. At the time, BitGo Chief Compliance Officer Shahla Ali told Bitcoin Magazine that the company intended to offer storage for assets “designed for institutional customers.” The press release announcing the new service specifically mentions that it is only available to these types of client.\r\nThe off-chain clearing and settlements service is the first publicly announced project specific to the BitGo Trust Company.\r\nIt is unclear whether or not the service will ever open up to a wider variety of investors. Currently, the service is only available to “OTC desks, single dealer platforms, exchanges, asset managers and broker-dealers,” according to the press release, and this may be the extent of BitGo’s plans.','BitGo Announces Settlement System for Institutional Clients','','inherit','closed','closed','','401-revision-v1','','','2019-07-08 18:59:55','2019-07-08 18:59:55','',401,'http://localhost/cappen/griflan-crypto-wallet/web/401-revision-v1/',0,'revision','',0),(403,1,'2019-07-08 18:59:56','2019-07-08 18:59:56','Blockchain security company BitGo is launching a new service for institutional clients: a clearing and settlements system that operates off-chain.\r\nBitGo announced this new service in a press release on May 14, 2019, describing some of the features that this new system will have. Assets “never need to leave custody,” according to the announcement, and “counterparty risk is minimized” with BitGo acting as custodian for both sides of any deal.\r\nBitGo expects its in-house clearing and settlements service to make arranging such deals more convenient. For example, all funds up for negotiation will remain in cold storage until after an agreement is signed, so that the risks of fraud by either party or outside actors is minimized. Additionally, investors do not need to break up their balance sheets by parking assets at every exchange with which they wish to trade.\r\nThis new service has evidently been in the works for quite some time. In September 2018, BitGo first received the go-ahead from regulators to act as a qualified custodian for digital assets, a necessary prerequisite for this plan. At the time, BitGo Chief Compliance Officer Shahla Ali told Bitcoin Magazine that the company intended to offer storage for assets “designed for institutional customers.” The press release announcing the new service specifically mentions that it is only available to these types of client.\r\nThe off-chain clearing and settlements service is the first publicly announced project specific to the BitGo Trust Company.\r\nIt is unclear whether or not the service will ever open up to a wider variety of investors. Currently, the service is only available to “OTC desks, single dealer platforms, exchanges, asset managers and broker-dealers,” according to the press release, and this may be the extent of BitGo’s plans.','BitGo Announces Settlement System for Institutional Clients','','inherit','closed','closed','','400-revision-v1','','','2019-07-08 18:59:56','2019-07-08 18:59:56','',400,'http://localhost/cappen/griflan-crypto-wallet/web/400-revision-v1/',0,'revision','',0),(404,1,'2019-07-08 18:59:56','2019-07-08 18:59:56','Blockchain security company BitGo is launching a new service for institutional clients: a clearing and settlements system that operates off-chain.\r\nBitGo announced this new service in a press release on May 14, 2019, describing some of the features that this new system will have. Assets “never need to leave custody,” according to the announcement, and “counterparty risk is minimized” with BitGo acting as custodian for both sides of any deal.\r\nBitGo expects its in-house clearing and settlements service to make arranging such deals more convenient. For example, all funds up for negotiation will remain in cold storage until after an agreement is signed, so that the risks of fraud by either party or outside actors is minimized. Additionally, investors do not need to break up their balance sheets by parking assets at every exchange with which they wish to trade.\r\nThis new service has evidently been in the works for quite some time. In September 2018, BitGo first received the go-ahead from regulators to act as a qualified custodian for digital assets, a necessary prerequisite for this plan. At the time, BitGo Chief Compliance Officer Shahla Ali told Bitcoin Magazine that the company intended to offer storage for assets “designed for institutional customers.” The press release announcing the new service specifically mentions that it is only available to these types of client.\r\nThe off-chain clearing and settlements service is the first publicly announced project specific to the BitGo Trust Company.\r\nIt is unclear whether or not the service will ever open up to a wider variety of investors. Currently, the service is only available to “OTC desks, single dealer platforms, exchanges, asset managers and broker-dealers,” according to the press release, and this may be the extent of BitGo’s plans.','BitGo Announces Settlement System for Institutional Clients','','inherit','closed','closed','','399-revision-v1','','','2019-07-08 18:59:56','2019-07-08 18:59:56','',399,'http://localhost/cappen/griflan-crypto-wallet/web/399-revision-v1/',0,'revision','',0),(405,1,'2019-07-08 19:00:20','2019-07-08 19:00:20','Blockchain security company BitGo is launching a new service for institutional clients: a clearing and settlements system that operates off-chain.\r\nBitGo announced this new service in a press release on May 14, 2019, describing some of the features that this new system will have. Assets “never need to leave custody,” according to the announcement, and “counterparty risk is minimized” with BitGo acting as custodian for both sides of any deal.\r\nBitGo expects its in-house clearing and settlements service to make arranging such deals more convenient. For example, all funds up for negotiation will remain in cold storage until after an agreement is signed, so that the risks of fraud by either party or outside actors is minimized. Additionally, investors do not need to break up their balance sheets by parking assets at every exchange with which they wish to trade.\r\nThis new service has evidently been in the works for quite some time. In September 2018, BitGo first received the go-ahead from regulators to act as a qualified custodian for digital assets, a necessary prerequisite for this plan. At the time, BitGo Chief Compliance Officer Shahla Ali told Bitcoin Magazine that the company intended to offer storage for assets “designed for institutional customers.” The press release announcing the new service specifically mentions that it is only available to these types of client.\r\nThe off-chain clearing and settlements service is the first publicly announced project specific to the BitGo Trust Company.\r\nIt is unclear whether or not the service will ever open up to a wider variety of investors. Currently, the service is only available to “OTC desks, single dealer platforms, exchanges, asset managers and broker-dealers,” according to the press release, and this may be the extent of BitGo’s plans.','BitGo Announces Settlement System for Institutional Clients 2','','inherit','closed','closed','','400-revision-v1','','','2019-07-08 19:00:20','2019-07-08 19:00:20','',400,'http://localhost/cappen/griflan-crypto-wallet/web/400-revision-v1/',0,'revision','',0),(406,1,'2019-07-08 19:00:25','2019-07-08 19:00:25','Blockchain security company BitGo is launching a new service for institutional clients: a clearing and settlements system that operates off-chain.\r\nBitGo announced this new service in a press release on May 14, 2019, describing some of the features that this new system will have. Assets “never need to leave custody,” according to the announcement, and “counterparty risk is minimized” with BitGo acting as custodian for both sides of any deal.\r\nBitGo expects its in-house clearing and settlements service to make arranging such deals more convenient. For example, all funds up for negotiation will remain in cold storage until after an agreement is signed, so that the risks of fraud by either party or outside actors is minimized. Additionally, investors do not need to break up their balance sheets by parking assets at every exchange with which they wish to trade.\r\nThis new service has evidently been in the works for quite some time. In September 2018, BitGo first received the go-ahead from regulators to act as a qualified custodian for digital assets, a necessary prerequisite for this plan. At the time, BitGo Chief Compliance Officer Shahla Ali told Bitcoin Magazine that the company intended to offer storage for assets “designed for institutional customers.” The press release announcing the new service specifically mentions that it is only available to these types of client.\r\nThe off-chain clearing and settlements service is the first publicly announced project specific to the BitGo Trust Company.\r\nIt is unclear whether or not the service will ever open up to a wider variety of investors. Currently, the service is only available to “OTC desks, single dealer platforms, exchanges, asset managers and broker-dealers,” according to the press release, and this may be the extent of BitGo’s plans.','BitGo Announces Settlement System for Institutional Clients 3','','inherit','closed','closed','','401-revision-v1','','','2019-07-08 19:00:25','2019-07-08 19:00:25','',401,'http://localhost/cappen/griflan-crypto-wallet/web/401-revision-v1/',0,'revision','',0),(407,1,'2019-07-08 19:00:29','2019-07-08 19:00:29','Blockchain security company BitGo is launching a new service for institutional clients: a clearing and settlements system that operates off-chain.\r\nBitGo announced this new service in a press release on May 14, 2019, describing some of the features that this new system will have. Assets “never need to leave custody,” according to the announcement, and “counterparty risk is minimized” with BitGo acting as custodian for both sides of any deal.\r\nBitGo expects its in-house clearing and settlements service to make arranging such deals more convenient. For example, all funds up for negotiation will remain in cold storage until after an agreement is signed, so that the risks of fraud by either party or outside actors is minimized. Additionally, investors do not need to break up their balance sheets by parking assets at every exchange with which they wish to trade.\r\nThis new service has evidently been in the works for quite some time. In September 2018, BitGo first received the go-ahead from regulators to act as a qualified custodian for digital assets, a necessary prerequisite for this plan. At the time, BitGo Chief Compliance Officer Shahla Ali told Bitcoin Magazine that the company intended to offer storage for assets “designed for institutional customers.” The press release announcing the new service specifically mentions that it is only available to these types of client.\r\nThe off-chain clearing and settlements service is the first publicly announced project specific to the BitGo Trust Company.\r\nIt is unclear whether or not the service will ever open up to a wider variety of investors. Currently, the service is only available to “OTC desks, single dealer platforms, exchanges, asset managers and broker-dealers,” according to the press release, and this may be the extent of BitGo’s plans.','BitGo Announces Settlement System for Institutional Clients 4','','inherit','closed','closed','','396-revision-v1','','','2019-07-08 19:00:29','2019-07-08 19:00:29','',396,'http://localhost/cappen/griflan-crypto-wallet/web/396-revision-v1/',0,'revision','',0),(408,1,'2019-07-08 19:00:47','2019-07-08 19:00:47','Blockchain security company BitGo is launching a new service for institutional clients: a clearing and settlements system that operates off-chain.\r\nBitGo announced this new service in a press release on May 14, 2019, describing some of the features that this new system will have. Assets “never need to leave custody,” according to the announcement, and “counterparty risk is minimized” with BitGo acting as custodian for both sides of any deal.\r\nBitGo expects its in-house clearing and settlements service to make arranging such deals more convenient. For example, all funds up for negotiation will remain in cold storage until after an agreement is signed, so that the risks of fraud by either party or outside actors is minimized. Additionally, investors do not need to break up their balance sheets by parking assets at every exchange with which they wish to trade.\r\nThis new service has evidently been in the works for quite some time. In September 2018, BitGo first received the go-ahead from regulators to act as a qualified custodian for digital assets, a necessary prerequisite for this plan. At the time, BitGo Chief Compliance Officer Shahla Ali told Bitcoin Magazine that the company intended to offer storage for assets “designed for institutional customers.” The press release announcing the new service specifically mentions that it is only available to these types of client.\r\nThe off-chain clearing and settlements service is the first publicly announced project specific to the BitGo Trust Company.\r\nIt is unclear whether or not the service will ever open up to a wider variety of investors. Currently, the service is only available to “OTC desks, single dealer platforms, exchanges, asset managers and broker-dealers,” according to the press release, and this may be the extent of BitGo’s plans.','BitGo Announces Settlement System for Institutional Clients 4','','inherit','closed','closed','','396-revision-v1','','','2019-07-08 19:00:47','2019-07-08 19:00:47','',396,'http://localhost/cappen/griflan-crypto-wallet/web/396-revision-v1/',0,'revision','',0),(409,1,'2019-07-08 19:13:42','2019-07-08 19:13:42','','maarten-deckers-248101-unsplash','','inherit','open','closed','','maarten-deckers-248101-unsplash','','','2019-07-08 19:13:42','2019-07-08 19:13:42','',396,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/maarten-deckers-248101-unsplash.jpg',0,'attachment','image/jpeg',0),(411,1,'2019-07-08 19:14:25','2019-07-08 19:14:25','','jelleke-vanooteghem-1349785-unsplash@3x','','inherit','open','closed','','jelleke-vanooteghem-1349785-unsplash3x','','','2019-07-08 19:14:25','2019-07-08 19:14:25','',401,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/jelleke-vanooteghem-1349785-unsplash@3x.jpg',0,'attachment','image/jpeg',0),(412,1,'2019-07-08 19:14:42','2019-07-08 19:14:42','Blockchain security company BitGo is launching a new service for institutional clients: a clearing and settlements system that operates off-chain.\r\nBitGo announced this new service in a press release on May 14, 2019, describing some of the features that this new system will have. Assets “never need to leave custody,” according to the announcement, and “counterparty risk is minimized” with BitGo acting as custodian for both sides of any deal.\r\nBitGo expects its in-house clearing and settlements service to make arranging such deals more convenient. For example, all funds up for negotiation will remain in cold storage until after an agreement is signed, so that the risks of fraud by either party or outside actors is minimized. Additionally, investors do not need to break up their balance sheets by parking assets at every exchange with which they wish to trade.\r\nThis new service has evidently been in the works for quite some time. In September 2018, BitGo first received the go-ahead from regulators to act as a qualified custodian for digital assets, a necessary prerequisite for this plan. At the time, BitGo Chief Compliance Officer Shahla Ali told Bitcoin Magazine that the company intended to offer storage for assets “designed for institutional customers.” The press release announcing the new service specifically mentions that it is only available to these types of client.\r\nThe off-chain clearing and settlements service is the first publicly announced project specific to the BitGo Trust Company.\r\nIt is unclear whether or not the service will ever open up to a wider variety of investors. Currently, the service is only available to “OTC desks, single dealer platforms, exchanges, asset managers and broker-dealers,” according to the press release, and this may be the extent of BitGo’s plans.','BitGo Announces Settlement System for Institutional Clients 3','','inherit','closed','closed','','401-revision-v1','','','2019-07-08 19:14:42','2019-07-08 19:14:42','',401,'http://localhost/cappen/griflan-crypto-wallet/web/401-revision-v1/',0,'revision','',0),(413,1,'2019-07-08 19:15:07','2019-07-08 19:15:07','','reinis-birznieks-1355047-unsplash@3x','','inherit','open','closed','','reinis-birznieks-1355047-unsplash3x','','','2019-07-08 19:15:07','2019-07-08 19:15:07','',400,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/reinis-birznieks-1355047-unsplash@3x.jpg',0,'attachment','image/jpeg',0),(414,1,'2019-07-08 19:15:27','2019-07-08 19:15:27','Blockchain security company BitGo is launching a new service for institutional clients: a clearing and settlements system that operates off-chain.\r\nBitGo announced this new service in a press release on May 14, 2019, describing some of the features that this new system will have. Assets “never need to leave custody,” according to the announcement, and “counterparty risk is minimized” with BitGo acting as custodian for both sides of any deal.\r\nBitGo expects its in-house clearing and settlements service to make arranging such deals more convenient. For example, all funds up for negotiation will remain in cold storage until after an agreement is signed, so that the risks of fraud by either party or outside actors is minimized. Additionally, investors do not need to break up their balance sheets by parking assets at every exchange with which they wish to trade.\r\nThis new service has evidently been in the works for quite some time. In September 2018, BitGo first received the go-ahead from regulators to act as a qualified custodian for digital assets, a necessary prerequisite for this plan. At the time, BitGo Chief Compliance Officer Shahla Ali told Bitcoin Magazine that the company intended to offer storage for assets “designed for institutional customers.” The press release announcing the new service specifically mentions that it is only available to these types of client.\r\nThe off-chain clearing and settlements service is the first publicly announced project specific to the BitGo Trust Company.\r\nIt is unclear whether or not the service will ever open up to a wider variety of investors. Currently, the service is only available to “OTC desks, single dealer platforms, exchanges, asset managers and broker-dealers,” according to the press release, and this may be the extent of BitGo’s plans.','BitGo Announces Settlement System for Institutional Clients 2','','inherit','closed','closed','','400-revision-v1','','','2019-07-08 19:15:27','2019-07-08 19:15:27','',400,'http://localhost/cappen/griflan-crypto-wallet/web/400-revision-v1/',0,'revision','',0),(415,1,'2019-07-08 19:16:38','2019-07-08 19:16:38','','Blog','','inherit','closed','closed','','386-revision-v1','','','2019-07-08 19:16:38','2019-07-08 19:16:38','',386,'http://localhost/cappen/griflan-crypto-wallet/web/386-revision-v1/',0,'revision','',0),(416,1,'2019-07-08 19:24:44','2019-07-08 19:24:44','','Blog','','inherit','closed','closed','','386-revision-v1','','','2019-07-08 19:24:44','2019-07-08 19:24:44','',386,'http://localhost/cappen/griflan-crypto-wallet/web/386-revision-v1/',0,'revision','',0),(417,1,'2019-07-08 19:25:09','2019-07-08 19:25:09','','Blog','','inherit','closed','closed','','386-revision-v1','','','2019-07-08 19:25:09','2019-07-08 19:25:09','',386,'http://localhost/cappen/griflan-crypto-wallet/web/386-revision-v1/',0,'revision','',0),(419,1,'2019-07-10 15:19:00','2019-07-10 15:19:00','','Home','','publish','closed','closed','','home','','','2020-06-25 17:04:38','2020-06-25 17:04:38','',0,'http://localhost/cappen/griflan-crypto-wallet/web/?page_id=419',0,'page','',0),(420,1,'2019-07-10 15:19:00','2019-07-10 15:19:00','','Home','','inherit','closed','closed','','419-revision-v1','','','2019-07-10 15:19:00','2019-07-10 15:19:00','',419,'http://localhost/cappen/griflan-crypto-wallet/web/419-revision-v1/',0,'revision','',0),(421,1,'2019-07-03 14:51:40','2019-07-03 14:51:40','','About','','publish','closed','closed','','about','','','2019-07-10 17:51:52','2019-07-10 17:51:52','',0,'http://localhost/cappen/griflan-crypto-wallet/web/about/',10,'page','',0),(422,1,'2019-07-10 17:51:52','2019-07-10 17:51:52','','About','','inherit','closed','closed','','421-revision-v1','','','2019-07-10 17:51:52','2019-07-10 17:51:52','',421,'http://localhost/cappen/griflan-crypto-wallet/web/421-revision-v1/',0,'revision','',0),(423,1,'2019-07-10 17:56:04','2019-07-10 17:56:04','','brand-day','','inherit','open','closed','','brand-day','','','2019-07-10 17:56:04','2019-07-10 17:56:04','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/brand-day.svg',0,'attachment','image/svg+xml',0),(424,1,'2019-07-10 17:56:04','2019-07-10 17:56:04','','brand-day','','inherit','open','closed','','brand-day-2','','','2019-07-10 17:56:04','2019-07-10 17:56:04','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/brand-day.svg',0,'attachment','image/svg+xml',0),(425,1,'2019-07-10 17:56:04','2019-07-10 17:56:04','','brand-day','','inherit','open','closed','','brand-day-2','','','2019-07-10 17:56:04','2019-07-10 17:56:04','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/brand-day.svg',0,'attachment','image/svg+xml',0),(426,1,'2019-07-10 17:56:04','2019-07-10 17:56:04','','brand-day','','inherit','open','closed','','brand-day-2','','','2019-07-10 17:56:04','2019-07-10 17:56:04','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/brand-day.svg',0,'attachment','image/svg+xml',0),(427,1,'2019-07-10 17:56:04','2019-07-10 17:56:04','','brand-day','','inherit','open','closed','','brand-day-2','','','2019-07-10 17:56:04','2019-07-10 17:56:04','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/brand-day.svg',0,'attachment','image/svg+xml',0),(428,1,'2019-07-10 17:56:37','2019-07-10 17:56:37','','brand-night','','inherit','open','closed','','brand-night','','','2019-07-10 17:56:37','2019-07-10 17:56:37','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/brand-night.svg',0,'attachment','image/svg+xml',0),(429,1,'2019-07-10 17:56:37','2019-07-10 17:56:37','','brand-night','','inherit','open','closed','','brand-night-2','','','2019-07-10 17:56:37','2019-07-10 17:56:37','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/brand-night.svg',0,'attachment','image/svg+xml',0),(430,1,'2019-07-10 17:56:37','2019-07-10 17:56:37','','brand-night','','inherit','open','closed','','brand-night-2','','','2019-07-10 17:56:37','2019-07-10 17:56:37','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/brand-night.svg',0,'attachment','image/svg+xml',0),(431,1,'2019-07-10 17:56:37','2019-07-10 17:56:37','','brand-night','','inherit','open','closed','','brand-night-2','','','2019-07-10 17:56:37','2019-07-10 17:56:37','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/brand-night.svg',0,'attachment','image/svg+xml',0),(432,1,'2019-07-10 17:56:37','2019-07-10 17:56:37','','brand-night','','inherit','open','closed','','brand-night-2','','','2019-07-10 17:56:37','2019-07-10 17:56:37','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/brand-night.svg',0,'attachment','image/svg+xml',0),(435,1,'2019-07-10 18:01:32','2019-07-10 18:01:32',' ','','','publish','closed','closed','','435','','','2019-07-10 18:01:32','2019-07-10 18:01:32','',0,'http://localhost/cappen/griflan-crypto-wallet/web/435/',1,'nav_menu_item','',0),(436,1,'2019-07-10 18:01:33','2019-07-10 18:01:33',' ','','','publish','closed','closed','','436','','','2019-07-10 18:01:33','2019-07-10 18:01:33','',0,'http://localhost/cappen/griflan-crypto-wallet/web/436/',2,'nav_menu_item','',0),(437,1,'2019-07-10 18:01:33','2019-07-10 18:01:33',' ','','','publish','closed','closed','','437','','','2019-07-10 18:01:33','2019-07-10 18:01:33','',0,'http://localhost/cappen/griflan-crypto-wallet/web/437/',3,'nav_menu_item','',0),(438,1,'2019-07-10 18:01:34','2019-07-10 18:01:34',' ','','','publish','closed','closed','','438','','','2019-07-10 18:01:34','2019-07-10 18:01:34','',0,'http://localhost/cappen/griflan-crypto-wallet/web/438/',4,'nav_menu_item','',0),(439,1,'2019-07-10 18:01:34','2019-07-10 18:01:34',' ','','','publish','closed','closed','','439','','','2019-07-10 18:01:34','2019-07-10 18:01:34','',0,'http://localhost/cappen/griflan-crypto-wallet/web/439/',5,'nav_menu_item','',0),(440,1,'2019-07-10 18:01:35','2019-07-10 18:01:35',' ','','','publish','closed','closed','','440','','','2019-07-10 18:01:35','2019-07-10 18:01:35','',0,'http://localhost/cappen/griflan-crypto-wallet/web/440/',6,'nav_menu_item','',0),(441,1,'2019-07-10 15:19:00','2019-07-10 15:19:00','','Home','','publish','closed','closed','','home','','','2019-07-10 19:51:00','2019-07-10 19:51:00','',0,'http://localhost/cappen/griflan-crypto-wallet/web/home/',0,'page','',0),(442,1,'2019-07-10 15:19:00','2019-07-10 15:19:00','','Home','','publish','closed','closed','','home','','','2020-06-25 17:04:38','2020-06-25 17:04:38','',0,'http://localhost/cappen/griflan-crypto-wallet/web/home/',0,'page','',0),(443,1,'2019-07-10 15:19:00','2019-07-10 15:19:00','','Home','','publish','closed','closed','','home','','','2020-06-25 17:04:38','2020-06-25 17:04:38','',0,'http://localhost/cappen/griflan-crypto-wallet/web/home/',0,'page','',0),(445,1,'2019-07-10 18:35:26','2019-07-10 18:35:26','','Home','','inherit','closed','closed','','441-revision-v1','','','2019-07-10 18:35:26','2019-07-10 18:35:26','',441,'http://localhost/cappen/griflan-crypto-wallet/web/441-revision-v1/',0,'revision','',0),(446,1,'2019-07-10 18:35:34','2019-07-10 18:35:34','','Home','','inherit','closed','closed','','442-revision-v1','','','2019-07-10 18:35:34','2019-07-10 18:35:34','',442,'http://localhost/cappen/griflan-crypto-wallet/web/442-revision-v1/',0,'revision','',0),(447,1,'2019-07-10 18:35:39','2019-07-10 18:35:39','','Home','','inherit','closed','closed','','443-revision-v1','','','2019-07-10 18:35:39','2019-07-10 18:35:39','',443,'http://localhost/cappen/griflan-crypto-wallet/web/443-revision-v1/',0,'revision','',0),(449,1,'2019-07-10 19:45:46','2019-07-10 19:45:46','a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:9:\"page_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:10:\"front_page\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:8:\"seamless\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";a:1:{i:0;s:11:\"the_content\";}s:11:\"description\";s:0:\"\";}','Home','home','publish','closed','closed','','group_5d263ff925a1c','','','2020-01-20 20:55:27','2020-01-20 20:55:27','',0,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field-group&#038;p=449',0,'acf-field-group','',0),(450,1,'2019-07-10 19:45:46','2019-07-10 19:45:46','a:7:{s:4:\"type\";s:3:\"tab\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"placement\";s:3:\"top\";s:8:\"endpoint\";i:0;}','Hero','','publish','closed','closed','','field_5d264005842b1','','','2019-11-05 20:20:15','2019-11-05 20:20:15','',449,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=450',0,'acf-field','',0),(451,1,'2019-07-10 19:45:46','2019-07-10 19:45:46','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:2;s:9:\"new_lines\";s:2:\"br\";}','Title','title','publish','closed','closed','','field_5d264012842b2','','','2019-11-05 20:20:15','2019-11-05 20:20:15','',449,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=451',1,'acf-field','',0),(452,1,'2019-07-10 19:45:46','2019-07-10 19:45:46','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:4;s:9:\"new_lines\";s:0:\"\";}','Description','description','publish','closed','closed','','field_5d26402d842b3','','','2019-11-05 20:20:15','2019-11-05 20:20:15','',449,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=452',2,'acf-field','',0),(453,1,'2019-07-10 19:47:04','2019-07-10 19:47:04','','Home','','inherit','closed','closed','','419-revision-v1','','','2019-07-10 19:47:04','2019-07-10 19:47:04','',419,'http://localhost/cappen/griflan-crypto-wallet/web/419-revision-v1/',0,'revision','',0),(454,1,'2019-07-10 19:47:06','2019-07-10 19:47:06','','Home','','inherit','closed','closed','','441-revision-v1','','','2019-07-10 19:47:06','2019-07-10 19:47:06','',441,'http://localhost/cappen/griflan-crypto-wallet/web/441-revision-v1/',0,'revision','',0),(455,1,'2019-07-10 19:47:10','2019-07-10 19:47:10','','Home','','inherit','closed','closed','','442-revision-v1','','','2019-07-10 19:47:10','2019-07-10 19:47:10','',442,'http://localhost/cappen/griflan-crypto-wallet/web/442-revision-v1/',0,'revision','',0),(456,1,'2019-07-10 19:47:14','2019-07-10 19:47:14','','Home','','inherit','closed','closed','','443-revision-v1','','','2019-07-10 19:47:14','2019-07-10 19:47:14','',443,'http://localhost/cappen/griflan-crypto-wallet/web/443-revision-v1/',0,'revision','',0),(458,1,'2019-07-10 19:51:00','2019-07-10 19:51:00','','Home','','inherit','closed','closed','','441-revision-v1','','','2019-07-10 19:51:00','2019-07-10 19:51:00','',441,'http://localhost/cappen/griflan-crypto-wallet/web/441-revision-v1/',0,'revision','',0),(459,1,'2019-07-10 20:21:57','2019-07-10 20:21:57','a:7:{s:4:\"type\";s:3:\"tab\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"placement\";s:3:\"top\";s:8:\"endpoint\";i:0;}','CryptoWallet','','publish','closed','closed','','field_5d2646ec0c809','','','2019-11-05 20:20:15','2019-11-05 20:20:15','',449,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=459',3,'acf-field','',0),(460,1,'2019-07-10 20:21:57','2019-07-10 20:21:57','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Title','title_cryptowallet','publish','closed','closed','','field_5d26470a0c80a','','','2019-11-05 20:20:15','2019-11-05 20:20:15','',449,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=460',4,'acf-field','',0),(461,1,'2019-07-10 20:21:57','2019-07-10 20:21:57','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:2;s:9:\"new_lines\";s:2:\"br\";}','Description','description_cryptowallet','publish','closed','closed','','field_5d26471d0c80b','','','2019-11-05 20:20:15','2019-11-05 20:20:15','',449,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=461',5,'acf-field','',0),(462,1,'2019-07-10 20:21:57','2019-07-10 20:21:57','a:10:{s:4:\"type\";s:8:\"repeater\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"collapsed\";s:19:\"field_5d26480f0c80d\";s:3:\"min\";i:3;s:3:\"max\";i:3;s:6:\"layout\";s:5:\"block\";s:12:\"button_label\";s:0:\"\";}','Benefits','benefits','publish','closed','closed','','field_5d2647670c80c','','','2019-11-05 20:22:41','2019-11-05 20:22:41','',449,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=462',6,'acf-field','',0),(463,1,'2019-07-10 20:21:58','2019-07-10 20:21:58','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:5:\"33.33\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Title','title','publish','closed','closed','','field_5d26480f0c80d','','','2019-11-05 20:20:16','2019-11-05 20:20:16','',462,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=463',0,'acf-field','',0),(464,1,'2019-07-10 20:21:58','2019-07-10 20:21:58','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:5:\"33.33\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:3;s:9:\"new_lines\";s:0:\"\";}','Description','description','publish','closed','closed','','field_5d26481d0c80e','','','2019-11-05 20:20:16','2019-11-05 20:20:16','',462,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=464',1,'acf-field','',0),(465,1,'2019-07-10 20:23:09','2019-07-10 20:23:09','','Home','','inherit','closed','closed','','419-revision-v1','','','2019-07-10 20:23:09','2019-07-10 20:23:09','',419,'http://localhost/cappen/griflan-crypto-wallet/web/419-revision-v1/',0,'revision','',0),(466,1,'2019-07-10 20:23:14','2019-07-10 20:23:14','','Home','','inherit','closed','closed','','442-revision-v1','','','2019-07-10 20:23:14','2019-07-10 20:23:14','',442,'http://localhost/cappen/griflan-crypto-wallet/web/442-revision-v1/',0,'revision','',0),(467,1,'2019-07-10 20:23:18','2019-07-10 20:23:18','','Home','','inherit','closed','closed','','443-revision-v1','','','2019-07-10 20:23:18','2019-07-10 20:23:18','',443,'http://localhost/cappen/griflan-crypto-wallet/web/443-revision-v1/',0,'revision','',0),(469,1,'2019-07-10 20:24:08','2019-07-10 20:24:08','a:13:{s:4:\"type\";s:6:\"select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:5:\"33.33\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:7:\"choices\";a:4:{s:6:\"Wallet\";s:6:\"Wallet\";s:10:\"Debit Card\";s:10:\"Debit Card\";s:12:\"Exchange App\";s:12:\"Exchange App\";s:14:\"Payment Widget\";s:14:\"Payment Widget\";}s:13:\"default_value\";a:0:{}s:10:\"allow_null\";i:0;s:8:\"multiple\";i:0;s:2:\"ui\";i:0;s:13:\"return_format\";s:5:\"value\";s:4:\"ajax\";i:0;s:11:\"placeholder\";s:0:\"\";}','Animation Card','animation_card','publish','closed','closed','','field_5d2649429a9b9','','','2019-11-05 20:20:16','2019-11-05 20:20:16','',462,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=469',2,'acf-field','',0),(470,1,'2019-07-10 20:24:38','2019-07-10 20:24:38','','Home','','inherit','closed','closed','','419-revision-v1','','','2019-07-10 20:24:38','2019-07-10 20:24:38','',419,'http://localhost/cappen/griflan-crypto-wallet/web/419-revision-v1/',0,'revision','',0),(471,1,'2019-07-10 20:24:43','2019-07-10 20:24:43','','Home','','inherit','closed','closed','','442-revision-v1','','','2019-07-10 20:24:43','2019-07-10 20:24:43','',442,'http://localhost/cappen/griflan-crypto-wallet/web/442-revision-v1/',0,'revision','',0),(472,1,'2019-07-10 20:24:47','2019-07-10 20:24:47','','Home','','inherit','closed','closed','','443-revision-v1','','','2019-07-10 20:24:47','2019-07-10 20:24:47','',443,'http://localhost/cappen/griflan-crypto-wallet/web/443-revision-v1/',0,'revision','',0),(474,1,'2019-07-10 20:25:25','2019-07-10 20:25:25','','Home','','inherit','closed','closed','','419-revision-v1','','','2019-07-10 20:25:25','2019-07-10 20:25:25','',419,'http://localhost/cappen/griflan-crypto-wallet/web/419-revision-v1/',0,'revision','',0),(475,1,'2019-07-10 20:25:29','2019-07-10 20:25:29','','Home','','inherit','closed','closed','','442-revision-v1','','','2019-07-10 20:25:29','2019-07-10 20:25:29','',442,'http://localhost/cappen/griflan-crypto-wallet/web/442-revision-v1/',0,'revision','',0),(476,1,'2019-07-10 20:25:32','2019-07-10 20:25:32','','Home','','inherit','closed','closed','','443-revision-v1','','','2019-07-10 20:25:32','2019-07-10 20:25:32','',443,'http://localhost/cappen/griflan-crypto-wallet/web/443-revision-v1/',0,'revision','',0),(478,1,'2019-07-10 20:41:46','2019-07-10 20:41:46','','Home','','inherit','closed','closed','','419-revision-v1','','','2019-07-10 20:41:46','2019-07-10 20:41:46','',419,'http://localhost/cappen/griflan-crypto-wallet/web/419-revision-v1/',0,'revision','',0),(479,1,'2019-07-10 20:41:51','2019-07-10 20:41:51','','Home','','inherit','closed','closed','','442-revision-v1','','','2019-07-10 20:41:51','2019-07-10 20:41:51','',442,'http://localhost/cappen/griflan-crypto-wallet/web/442-revision-v1/',0,'revision','',0),(480,1,'2019-07-10 20:41:57','2019-07-10 20:41:57','','Home','','inherit','closed','closed','','443-revision-v1','','','2019-07-10 20:41:57','2019-07-10 20:41:57','',443,'http://localhost/cappen/griflan-crypto-wallet/web/443-revision-v1/',0,'revision','',0),(482,1,'2019-07-10 20:42:29','2019-07-10 20:42:29','','Home','','inherit','closed','closed','','419-revision-v1','','','2019-07-10 20:42:29','2019-07-10 20:42:29','',419,'http://localhost/cappen/griflan-crypto-wallet/web/419-revision-v1/',0,'revision','',0),(483,1,'2019-07-10 20:42:33','2019-07-10 20:42:33','','Home','','inherit','closed','closed','','442-revision-v1','','','2019-07-10 20:42:33','2019-07-10 20:42:33','',442,'http://localhost/cappen/griflan-crypto-wallet/web/442-revision-v1/',0,'revision','',0),(484,1,'2019-07-10 20:42:37','2019-07-10 20:42:37','','Home','','inherit','closed','closed','','443-revision-v1','','','2019-07-10 20:42:37','2019-07-10 20:42:37','',443,'http://localhost/cappen/griflan-crypto-wallet/web/443-revision-v1/',0,'revision','',0),(486,1,'2019-07-10 20:48:13','2019-07-10 20:48:13','a:7:{s:4:\"type\";s:3:\"tab\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"placement\";s:3:\"top\";s:8:\"endpoint\";i:0;}','Welcome','','publish','closed','closed','','field_5d264f087a6c0','','','2019-11-05 20:20:16','2019-11-05 20:20:16','',449,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=486',7,'acf-field','',0),(487,1,'2019-07-10 20:50:32','2019-07-10 20:50:32','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:2;s:9:\"new_lines\";s:2:\"br\";}','Title','title_welcome','publish','closed','closed','','field_5d264f1cfddba','','','2019-11-05 20:20:16','2019-11-05 20:20:16','',449,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=487',8,'acf-field','',0),(488,1,'2019-07-10 20:51:05','2019-07-10 20:51:05','','Home','','inherit','closed','closed','','419-revision-v1','','','2019-07-10 20:51:05','2019-07-10 20:51:05','',419,'http://localhost/cappen/griflan-crypto-wallet/web/419-revision-v1/',0,'revision','',0),(489,1,'2019-07-10 20:51:10','2019-07-10 20:51:10','','Home','','inherit','closed','closed','','442-revision-v1','','','2019-07-10 20:51:10','2019-07-10 20:51:10','',442,'http://localhost/cappen/griflan-crypto-wallet/web/442-revision-v1/',0,'revision','',0),(490,1,'2019-07-10 20:51:13','2019-07-10 20:51:13','','Home','','inherit','closed','closed','','443-revision-v1','','','2019-07-10 20:51:13','2019-07-10 20:51:13','',443,'http://localhost/cappen/griflan-crypto-wallet/web/443-revision-v1/',0,'revision','',0),(492,1,'2019-07-03 15:37:38','2019-07-03 15:37:38','','Wallet','','publish','closed','closed','','wallet','','','2020-08-05 20:19:33','2020-08-05 20:19:33','',0,'http://localhost/cappen/griflan-crypto-wallet/web/wallet/',1,'page','',0),(493,1,'2019-07-03 20:43:13','2019-07-03 20:43:13','','btc','','inherit','open','closed','','btc-2','','','2019-07-03 20:43:13','2019-07-03 20:43:13','',492,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/btc.svg',0,'attachment','image/svg+xml',0),(501,1,'2019-07-10 21:29:13','2019-07-10 21:29:13','','Home','','inherit','closed','closed','','419-revision-v1','','','2019-07-10 21:29:13','2019-07-10 21:29:13','',419,'http://localhost/cappen/griflan-crypto-wallet/web/419-revision-v1/',0,'revision','',0),(502,1,'2019-07-10 21:29:20','2019-07-10 21:29:20','','Home','','inherit','closed','closed','','442-revision-v1','','','2019-07-10 21:29:20','2019-07-10 21:29:20','',442,'http://localhost/cappen/griflan-crypto-wallet/web/442-revision-v1/',0,'revision','',0),(503,1,'2019-07-10 21:29:27','2019-07-10 21:29:27','','Home','','inherit','closed','closed','','443-revision-v1','','','2019-07-10 21:29:27','2019-07-10 21:29:27','',443,'http://localhost/cappen/griflan-crypto-wallet/web/443-revision-v1/',0,'revision','',0),(505,1,'2019-07-10 21:32:49','2019-07-10 21:32:49','','Home','','inherit','closed','closed','','419-revision-v1','','','2019-07-10 21:32:49','2019-07-10 21:32:49','',419,'http://localhost/cappen/griflan-crypto-wallet/web/419-revision-v1/',0,'revision','',0),(506,1,'2019-07-10 21:32:54','2019-07-10 21:32:54','','Home','','inherit','closed','closed','','442-revision-v1','','','2019-07-10 21:32:54','2019-07-10 21:32:54','',442,'http://localhost/cappen/griflan-crypto-wallet/web/442-revision-v1/',0,'revision','',0),(507,1,'2019-07-10 21:32:59','2019-07-10 21:32:59','','Home','','inherit','closed','closed','','443-revision-v1','','','2019-07-10 21:32:59','2019-07-10 21:32:59','',443,'http://localhost/cappen/griflan-crypto-wallet/web/443-revision-v1/',0,'revision','',0),(514,1,'2019-07-10 21:37:39','2019-07-10 21:37:39','','Home','','inherit','closed','closed','','419-revision-v1','','','2019-07-10 21:37:39','2019-07-10 21:37:39','',419,'http://localhost/cappen/griflan-crypto-wallet/web/419-revision-v1/',0,'revision','',0),(515,1,'2019-07-10 21:37:44','2019-07-10 21:37:44','','Home','','inherit','closed','closed','','442-revision-v1','','','2019-07-10 21:37:44','2019-07-10 21:37:44','',442,'http://localhost/cappen/griflan-crypto-wallet/web/442-revision-v1/',0,'revision','',0),(516,1,'2019-07-10 21:37:49','2019-07-10 21:37:49','','Home','','inherit','closed','closed','','443-revision-v1','','','2019-07-10 21:37:49','2019-07-10 21:37:49','',443,'http://localhost/cappen/griflan-crypto-wallet/web/443-revision-v1/',0,'revision','',0),(518,1,'2019-07-10 21:43:00','2019-07-10 21:43:00','','Home','','inherit','closed','closed','','419-revision-v1','','','2019-07-10 21:43:00','2019-07-10 21:43:00','',419,'http://localhost/cappen/griflan-crypto-wallet/web/419-revision-v1/',0,'revision','',0),(519,1,'2019-07-10 21:43:05','2019-07-10 21:43:05','','Home','','inherit','closed','closed','','442-revision-v1','','','2019-07-10 21:43:05','2019-07-10 21:43:05','',442,'http://localhost/cappen/griflan-crypto-wallet/web/442-revision-v1/',0,'revision','',0),(520,1,'2019-07-10 21:43:10','2019-07-10 21:43:10','','Home','','inherit','closed','closed','','443-revision-v1','','','2019-07-10 21:43:10','2019-07-10 21:43:10','',443,'http://localhost/cappen/griflan-crypto-wallet/web/443-revision-v1/',0,'revision','',0),(522,1,'2019-07-11 16:17:16','2019-07-11 16:17:16','a:7:{s:4:\"type\";s:3:\"url\";s:12:\"instructions\";s:10:\"Only vimeo\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";}','Video Link','video_link','publish','closed','closed','','field_5d2760a56946f','','','2019-11-05 20:20:16','2019-11-05 20:20:16','',449,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=522',9,'acf-field','',0),(524,1,'2019-07-11 17:33:36','2019-07-11 17:33:36','','Home','','inherit','closed','closed','','419-revision-v1','','','2019-07-11 17:33:36','2019-07-11 17:33:36','',419,'http://localhost/cappen/griflan-crypto-wallet/web/419-revision-v1/',0,'revision','',0),(525,1,'2019-07-11 17:33:43','2019-07-11 17:33:43','','Home','','inherit','closed','closed','','442-revision-v1','','','2019-07-11 17:33:43','2019-07-11 17:33:43','',442,'http://localhost/cappen/griflan-crypto-wallet/web/442-revision-v1/',0,'revision','',0),(526,1,'2019-07-11 17:33:51','2019-07-11 17:33:51','','Home','','inherit','closed','closed','','443-revision-v1','','','2019-07-11 17:33:51','2019-07-11 17:33:51','',443,'http://localhost/cappen/griflan-crypto-wallet/web/443-revision-v1/',0,'revision','',0),(528,1,'2019-07-11 17:47:51','2019-07-11 17:47:51','a:7:{s:4:\"type\";s:3:\"tab\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"placement\";s:3:\"top\";s:8:\"endpoint\";i:0;}','Wallet App','','publish','closed','closed','','field_5d2774c9a7b2e','','','2019-11-05 20:20:16','2019-11-05 20:20:16','',449,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=528',11,'acf-field','',0),(529,1,'2019-07-11 17:47:51','2019-07-11 17:47:51','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:2;s:9:\"new_lines\";s:2:\"br\";}','Title','title_wallet_app','publish','closed','closed','','field_5d2774dba7b2f','','','2019-11-05 20:20:16','2019-11-05 20:20:16','',449,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=529',12,'acf-field','',0),(530,1,'2019-07-11 17:47:51','2019-07-11 17:47:51','a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:12:\"preview_size\";s:6:\"medium\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";i:189;s:10:\"min_height\";i:189;s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";i:570;s:10:\"max_height\";i:570;s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}','QR Code','qr_code','publish','closed','closed','','field_5d277610a7b30','','','2019-11-05 20:20:16','2019-11-05 20:20:16','',449,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=530',13,'acf-field','',0),(531,1,'2019-07-11 17:50:18','2019-07-11 17:50:18','','qr','','inherit','open','closed','','qr','','','2019-07-11 17:50:18','2019-07-11 17:50:18','',419,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/qr.png',0,'attachment','image/png',0),(532,1,'2019-07-11 17:50:18','2019-07-11 17:50:18','','qr','','inherit','open','closed','','qr-2','','','2019-07-11 17:50:18','2019-07-11 17:50:18','',441,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/qr.png',0,'attachment','image/png',0),(533,1,'2019-07-11 17:50:18','2019-07-11 17:50:18','','qr','','inherit','open','closed','','qr-2','','','2019-07-11 17:50:18','2019-07-11 17:50:18','',442,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/qr.png',0,'attachment','image/png',0),(534,1,'2019-07-11 17:50:18','2019-07-11 17:50:18','','qr','','inherit','open','closed','','qr-2','','','2019-07-11 17:50:18','2019-07-11 17:50:18','',443,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/qr.png',0,'attachment','image/png',0),(535,1,'2019-07-11 17:50:18','2019-07-11 17:50:18','','qr','','inherit','open','closed','','qr-2','','','2019-07-11 17:50:18','2019-07-11 17:50:18','',1365,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/qr.png',0,'attachment','image/png',0),(536,1,'2019-07-11 17:50:31','2019-07-11 17:50:31','','Home','','inherit','closed','closed','','419-revision-v1','','','2019-07-11 17:50:31','2019-07-11 17:50:31','',419,'http://localhost/cappen/griflan-crypto-wallet/web/419-revision-v1/',0,'revision','',0),(537,1,'2019-07-11 17:50:36','2019-07-11 17:50:36','','Home','','inherit','closed','closed','','442-revision-v1','','','2019-07-11 17:50:36','2019-07-11 17:50:36','',442,'http://localhost/cappen/griflan-crypto-wallet/web/442-revision-v1/',0,'revision','',0),(538,1,'2019-07-11 17:50:41','2019-07-11 17:50:41','','Home','','inherit','closed','closed','','443-revision-v1','','','2019-07-11 17:50:41','2019-07-11 17:50:41','',443,'http://localhost/cappen/griflan-crypto-wallet/web/443-revision-v1/',0,'revision','',0),(549,1,'2019-07-11 17:58:01','2019-07-11 17:58:01','','Home','','inherit','closed','closed','','419-revision-v1','','','2019-07-11 17:58:01','2019-07-11 17:58:01','',419,'http://localhost/cappen/griflan-crypto-wallet/web/419-revision-v1/',0,'revision','',0),(550,1,'2019-07-11 17:58:07','2019-07-11 17:58:07','','Home','','inherit','closed','closed','','442-revision-v1','','','2019-07-11 17:58:07','2019-07-11 17:58:07','',442,'http://localhost/cappen/griflan-crypto-wallet/web/442-revision-v1/',0,'revision','',0),(551,1,'2019-07-11 17:58:11','2019-07-11 17:58:11','','Home','','inherit','closed','closed','','443-revision-v1','','','2019-07-11 17:58:11','2019-07-11 17:58:11','',443,'http://localhost/cappen/griflan-crypto-wallet/web/443-revision-v1/',0,'revision','',0),(556,1,'2019-07-11 18:43:07','2019-07-11 18:43:07','','Home','','inherit','closed','closed','','419-revision-v1','','','2019-07-11 18:43:07','2019-07-11 18:43:07','',419,'http://localhost/cappen/griflan-crypto-wallet/web/419-revision-v1/',0,'revision','',0),(557,1,'2019-07-11 18:43:14','2019-07-11 18:43:14','','Home','','inherit','closed','closed','','442-revision-v1','','','2019-07-11 18:43:14','2019-07-11 18:43:14','',442,'http://localhost/cappen/griflan-crypto-wallet/web/442-revision-v1/',0,'revision','',0),(558,1,'2019-07-11 18:43:18','2019-07-11 18:43:18','','Home','','inherit','closed','closed','','443-revision-v1','','','2019-07-11 18:43:18','2019-07-11 18:43:18','',443,'http://localhost/cappen/griflan-crypto-wallet/web/443-revision-v1/',0,'revision','',0),(560,1,'2019-07-11 18:46:44','2019-07-11 18:46:44','a:7:{s:4:\"type\";s:3:\"tab\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"placement\";s:3:\"top\";s:8:\"endpoint\";i:0;}','Client Support','','publish','closed','closed','','field_5d27839a51aad','','','2019-11-05 20:20:16','2019-11-05 20:20:16','',449,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=560',14,'acf-field','',0),(561,1,'2019-07-11 18:46:44','2019-07-11 18:46:44','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:2;s:9:\"new_lines\";s:2:\"br\";}','Title','title_client_support','publish','closed','closed','','field_5d2783a351aae','','','2019-11-05 20:20:16','2019-11-05 20:20:16','',449,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=561',15,'acf-field','',0),(562,1,'2019-07-11 18:46:44','2019-07-11 18:46:44','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:2;s:9:\"new_lines\";s:2:\"br\";}','Description','description_client_support','publish','closed','closed','','field_5d2783a851aaf','','','2019-11-05 20:20:16','2019-11-05 20:20:16','',449,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=562',16,'acf-field','',0),(563,1,'2019-07-11 18:46:44','2019-07-11 18:46:44','a:7:{s:4:\"type\";s:5:\"group\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"50\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:6:\"layout\";s:5:\"block\";s:10:\"sub_fields\";a:0:{}}','Block 1','block_1','publish','closed','closed','','field_5d2783f451ab0','','','2019-11-05 20:20:16','2019-11-05 20:20:16','',449,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=563',17,'acf-field','',0),(564,1,'2019-07-11 18:46:44','2019-07-11 18:46:44','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Subtitle','subtitle','publish','closed','closed','','field_5d2783f451ab1','','','2019-11-05 20:20:16','2019-11-05 20:20:16','',563,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=564',0,'acf-field','',0),(565,1,'2019-07-11 18:46:44','2019-07-11 18:46:44','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:3;s:9:\"new_lines\";s:2:\"br\";}','Text','text','publish','closed','closed','','field_5d2783f451ab2','','','2019-11-05 20:20:16','2019-11-05 20:20:16','',563,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=565',1,'acf-field','',0),(566,1,'2019-07-11 18:46:45','2019-07-11 18:46:45','a:7:{s:4:\"type\";s:5:\"group\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"50\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:6:\"layout\";s:5:\"block\";s:10:\"sub_fields\";a:0:{}}','Block 2','block_2','publish','closed','closed','','field_5d27840951ab3','','','2019-11-05 20:20:16','2019-11-05 20:20:16','',449,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=566',18,'acf-field','',0),(567,1,'2019-07-11 18:46:45','2019-07-11 18:46:45','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Subtitle','subtitle','publish','closed','closed','','field_5d27840951ab4','','','2019-11-05 20:20:16','2019-11-05 20:20:16','',566,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=567',0,'acf-field','',0),(568,1,'2019-07-11 18:46:45','2019-07-11 18:46:45','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:3;s:9:\"new_lines\";s:2:\"br\";}','Text','text','publish','closed','closed','','field_5d27840951ab5','','','2019-11-05 20:20:16','2019-11-05 20:20:16','',566,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=568',1,'acf-field','',0),(569,1,'2019-07-11 18:48:06','2019-07-11 18:48:06','','Home','','inherit','closed','closed','','419-revision-v1','','','2019-07-11 18:48:06','2019-07-11 18:48:06','',419,'http://localhost/cappen/griflan-crypto-wallet/web/419-revision-v1/',0,'revision','',0),(570,1,'2019-07-11 18:48:14','2019-07-11 18:48:14','','Home','','inherit','closed','closed','','442-revision-v1','','','2019-07-11 18:48:14','2019-07-11 18:48:14','',442,'http://localhost/cappen/griflan-crypto-wallet/web/442-revision-v1/',0,'revision','',0),(571,1,'2019-07-11 18:48:19','2019-07-11 18:48:19','','Home','','inherit','closed','closed','','443-revision-v1','','','2019-07-11 18:48:19','2019-07-11 18:48:19','',443,'http://localhost/cappen/griflan-crypto-wallet/web/443-revision-v1/',0,'revision','',0),(573,1,'2019-07-11 19:00:11','2019-07-11 19:00:11','a:7:{s:4:\"type\";s:3:\"tab\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"placement\";s:3:\"top\";s:8:\"endpoint\";i:0;}','Licensed and Secure','','publish','closed','closed','','field_5d2785bce845d','','','2019-11-05 20:20:16','2019-11-05 20:20:16','',449,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=573',19,'acf-field','',0),(574,1,'2019-07-11 19:00:11','2019-07-11 19:00:11','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:2;s:9:\"new_lines\";s:2:\"br\";}','Title','title_licensed_and_secure','publish','closed','closed','','field_5d2785d9e845e','','','2019-11-05 20:20:16','2019-11-05 20:20:16','',449,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=574',20,'acf-field','',0),(575,1,'2019-07-11 19:00:11','2019-07-11 19:00:11','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:2;s:9:\"new_lines\";s:2:\"br\";}','Description','description_licensed_and_secure','publish','closed','closed','','field_5d2785f4e845f','','','2019-11-05 20:20:16','2019-11-05 20:20:16','',449,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=575',21,'acf-field','',0),(576,1,'2019-07-11 19:00:11','2019-07-11 19:00:11','a:7:{s:4:\"type\";s:3:\"url\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";}','Link','link_licensed_and_secure','publish','closed','closed','','field_5d2786c1e8466','','','2019-11-05 20:20:16','2019-11-05 20:20:16','',449,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=576',22,'acf-field','',0),(577,1,'2019-07-11 19:00:11','2019-07-11 19:00:11','a:7:{s:4:\"type\";s:5:\"group\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"50\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:6:\"layout\";s:5:\"block\";s:10:\"sub_fields\";a:0:{}}','Block 1','block_1_licensed_and_secure','publish','closed','closed','','field_5d278665e8460','','','2019-11-05 20:20:16','2019-11-05 20:20:16','',449,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=577',23,'acf-field','',0),(578,1,'2019-07-11 19:00:11','2019-07-11 19:00:11','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Subtitle','subtitle','publish','closed','closed','','field_5d278665e8461','','','2019-11-05 20:20:16','2019-11-05 20:20:16','',577,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=578',0,'acf-field','',0),(579,1,'2019-07-11 19:00:12','2019-07-11 19:00:12','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:3;s:9:\"new_lines\";s:2:\"br\";}','Text','text','publish','closed','closed','','field_5d278665e8462','','','2019-11-05 20:20:16','2019-11-05 20:20:16','',577,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=579',1,'acf-field','',0),(580,1,'2019-07-11 19:00:12','2019-07-11 19:00:12','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:21:\"Verify License Online\";s:11:\"placeholder\";s:21:\"Verify License Online\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Text Link','text_link','publish','closed','closed','','field_5d2786f6e8468','','','2019-11-05 20:20:16','2019-11-05 20:20:16','',577,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=580',2,'acf-field','',0),(581,1,'2019-07-11 19:00:12','2019-07-11 19:00:12','a:7:{s:4:\"type\";s:3:\"url\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";}','Link','link','publish','closed','closed','','field_5d2786d4e8467','','','2019-11-05 20:20:16','2019-11-05 20:20:16','',577,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=581',3,'acf-field','',0),(582,1,'2019-07-11 19:00:12','2019-07-11 19:00:12','a:7:{s:4:\"type\";s:5:\"group\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"50\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:6:\"layout\";s:5:\"block\";s:10:\"sub_fields\";a:0:{}}','Block 2','block_2_licensed_and_secure','publish','closed','closed','','field_5d27867ee8463','','','2019-11-05 20:20:16','2019-11-05 20:20:16','',449,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=582',24,'acf-field','',0),(583,1,'2019-07-11 19:00:12','2019-07-11 19:00:12','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Subtitle','subtitle','publish','closed','closed','','field_5d27867ee8464','','','2019-11-05 20:20:16','2019-11-05 20:20:16','',582,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=583',0,'acf-field','',0),(584,1,'2019-07-11 19:00:12','2019-07-11 19:00:12','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:3;s:9:\"new_lines\";s:2:\"br\";}','Text','text','publish','closed','closed','','field_5d27867ee8465','','','2019-11-05 20:20:16','2019-11-05 20:20:16','',582,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=584',1,'acf-field','',0),(585,1,'2019-07-11 19:00:12','2019-07-11 19:00:12','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:21:\"Verify License Online\";s:11:\"placeholder\";s:21:\"Verify License Online\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Text Link','text_link','publish','closed','closed','','field_5d278711e8469','','','2019-11-05 20:20:16','2019-11-05 20:20:16','',582,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=585',2,'acf-field','',0),(586,1,'2019-07-11 19:00:12','2019-07-11 19:00:12','a:7:{s:4:\"type\";s:3:\"url\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";}','Link','link','publish','closed','closed','','field_5d278713e846a','','','2019-11-05 20:20:16','2019-11-05 20:20:16','',582,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=586',3,'acf-field','',0),(587,1,'2019-07-11 19:03:02','2019-07-11 19:03:02','','Home','','inherit','closed','closed','','419-revision-v1','','','2019-07-11 19:03:02','2019-07-11 19:03:02','',419,'http://localhost/cappen/griflan-crypto-wallet/web/419-revision-v1/',0,'revision','',0),(588,1,'2019-07-11 19:03:11','2019-07-11 19:03:11','','Home','','inherit','closed','closed','','442-revision-v1','','','2019-07-11 19:03:11','2019-07-11 19:03:11','',442,'http://localhost/cappen/griflan-crypto-wallet/web/442-revision-v1/',0,'revision','',0),(589,1,'2019-07-11 19:03:16','2019-07-11 19:03:16','','Home','','inherit','closed','closed','','443-revision-v1','','','2019-07-11 19:03:16','2019-07-11 19:03:16','',443,'http://localhost/cappen/griflan-crypto-wallet/web/443-revision-v1/',0,'revision','',0),(591,1,'2019-07-11 19:21:09','2019-07-11 19:21:09','a:7:{s:4:\"type\";s:3:\"tab\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"placement\";s:3:\"top\";s:8:\"endpoint\";i:0;}','How it works','','publish','closed','closed','','field_5d278b6672f05','','','2019-11-05 20:20:16','2019-11-05 20:20:16','',449,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=591',25,'acf-field','',0),(592,1,'2019-07-11 19:21:10','2019-07-11 19:21:10','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:2;s:9:\"new_lines\";s:2:\"br\";}','Title','title_works','publish','closed','closed','','field_5d278b7272f06','','','2019-11-05 20:20:16','2019-11-05 20:20:16','',449,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=592',26,'acf-field','',0),(593,1,'2019-07-11 19:21:10','2019-07-11 19:21:10','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:2;s:9:\"new_lines\";s:2:\"br\";}','Description','description_works','publish','closed','closed','','field_5d278b7b72f07','','','2019-11-05 20:20:16','2019-11-05 20:20:16','',449,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=593',27,'acf-field','',0),(594,1,'2019-07-11 19:21:10','2019-07-11 19:21:10','a:7:{s:4:\"type\";s:5:\"group\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"25\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:6:\"layout\";s:5:\"block\";s:10:\"sub_fields\";a:0:{}}','Step 1','step_1','publish','closed','closed','','field_5d278bd472f09','','','2019-11-05 20:20:16','2019-11-05 20:20:16','',449,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=594',28,'acf-field','',0),(595,1,'2019-07-11 19:21:10','2019-07-11 19:21:10','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:2;s:9:\"new_lines\";s:2:\"br\";}','Title','title','publish','closed','closed','','field_5d278bd472f0a','','','2019-11-05 20:20:16','2019-11-05 20:20:16','',594,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=595',0,'acf-field','',0),(603,1,'2019-07-11 19:22:33','2019-07-11 19:22:33','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:2;s:9:\"new_lines\";s:0:\"\";}','Alert','alert_limits','publish','closed','closed','','field_5d278c5e79681','','','2019-11-05 20:20:14','2019-11-05 20:20:14','',225,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=603',19,'acf-field','',0),(604,1,'2019-07-11 19:26:48','2019-07-11 19:26:48','','Home','','inherit','closed','closed','','419-revision-v1','','','2019-07-11 19:26:48','2019-07-11 19:26:48','',419,'http://localhost/cappen/griflan-crypto-wallet/web/419-revision-v1/',0,'revision','',0),(605,1,'2019-07-11 19:26:56','2019-07-11 19:26:56','','Home','','inherit','closed','closed','','442-revision-v1','','','2019-07-11 19:26:56','2019-07-11 19:26:56','',442,'http://localhost/cappen/griflan-crypto-wallet/web/442-revision-v1/',0,'revision','',0),(606,1,'2019-07-11 19:27:02','2019-07-11 19:27:02','','Home','','inherit','closed','closed','','443-revision-v1','','','2019-07-11 19:27:02','2019-07-11 19:27:02','',443,'http://localhost/cappen/griflan-crypto-wallet/web/443-revision-v1/',0,'revision','',0),(608,1,'2019-07-11 19:27:25','2019-07-11 19:27:25','a:7:{s:4:\"type\";s:5:\"group\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"25\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:6:\"layout\";s:5:\"block\";s:10:\"sub_fields\";a:0:{}}','Step 2','step_2','publish','closed','closed','','field_5d278d93b6d0f','','','2019-11-05 20:20:17','2019-11-05 20:20:17','',449,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=608',29,'acf-field','',0),(609,1,'2019-07-11 19:27:25','2019-07-11 19:27:25','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:2;s:9:\"new_lines\";s:2:\"br\";}','Title','title','publish','closed','closed','','field_5d278d93b6d10','','','2019-11-05 20:20:17','2019-11-05 20:20:17','',608,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=609',0,'acf-field','',0),(610,1,'2019-07-11 19:27:25','2019-07-11 19:27:25','a:7:{s:4:\"type\";s:5:\"group\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"25\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:6:\"layout\";s:5:\"block\";s:10:\"sub_fields\";a:0:{}}','Step 3','step_3','publish','closed','closed','','field_5d278d94b6d11','','','2019-11-05 20:20:17','2019-11-05 20:20:17','',449,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=610',30,'acf-field','',0),(611,1,'2019-07-11 19:27:25','2019-07-11 19:27:25','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:2;s:9:\"new_lines\";s:2:\"br\";}','Title','title','publish','closed','closed','','field_5d278d94b6d12','','','2019-11-05 20:20:17','2019-11-05 20:20:17','',610,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=611',0,'acf-field','',0),(612,1,'2019-07-11 19:27:25','2019-07-11 19:27:25','a:7:{s:4:\"type\";s:5:\"group\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"25\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:6:\"layout\";s:5:\"block\";s:10:\"sub_fields\";a:0:{}}','Step 4','step_4','publish','closed','closed','','field_5d278d97b6d13','','','2019-11-05 20:20:17','2019-11-05 20:20:17','',449,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=612',31,'acf-field','',0),(613,1,'2019-07-11 19:27:25','2019-07-11 19:27:25','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:2;s:9:\"new_lines\";s:2:\"br\";}','Title','title','publish','closed','closed','','field_5d278d97b6d14','','','2019-11-05 20:20:17','2019-11-05 20:20:17','',612,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=613',0,'acf-field','',0),(614,1,'2019-07-11 19:28:05','2019-07-11 19:28:05','','Home','','inherit','closed','closed','','419-revision-v1','','','2019-07-11 19:28:05','2019-07-11 19:28:05','',419,'http://localhost/cappen/griflan-crypto-wallet/web/419-revision-v1/',0,'revision','',0),(615,1,'2019-07-11 19:28:14','2019-07-11 19:28:14','','Home','','inherit','closed','closed','','442-revision-v1','','','2019-07-11 19:28:14','2019-07-11 19:28:14','',442,'http://localhost/cappen/griflan-crypto-wallet/web/442-revision-v1/',0,'revision','',0),(616,1,'2019-07-11 19:28:19','2019-07-11 19:28:19','','Home','','inherit','closed','closed','','443-revision-v1','','','2019-07-11 19:28:19','2019-07-11 19:28:19','',443,'http://localhost/cappen/griflan-crypto-wallet/web/443-revision-v1/',0,'revision','',0),(618,1,'2019-07-11 19:44:14','2019-07-11 19:44:14','a:7:{s:4:\"type\";s:3:\"tab\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"placement\";s:3:\"top\";s:8:\"endpoint\";i:0;}','Press','','publish','closed','closed','','field_5d2790ac2668d','','','2019-11-05 20:20:17','2019-11-05 20:20:17','',449,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=618',32,'acf-field','',0),(619,1,'2019-07-11 19:44:14','2019-07-11 19:44:14','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:2;s:9:\"new_lines\";s:2:\"br\";}','Title','title_press','publish','closed','closed','','field_5d2790f12668e','','','2019-11-05 20:20:17','2019-11-05 20:20:17','',449,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=619',33,'acf-field','',0),(620,1,'2019-07-11 19:44:14','2019-07-11 19:44:14','a:10:{s:4:\"type\";s:8:\"repeater\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"collapsed\";s:19:\"field_5d27914c26690\";s:3:\"min\";i:0;s:3:\"max\";i:0;s:6:\"layout\";s:3:\"row\";s:12:\"button_label\";s:8:\"Add Logo\";}','Logos','logos','publish','closed','closed','','field_5d2790f52668f','','','2019-11-05 20:20:17','2019-11-05 20:20:17','',449,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=620',34,'acf-field','',0),(621,1,'2019-07-11 19:44:14','2019-07-11 19:44:14','a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:6:\"medium\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:3:\"svg\";}','Logo','logo','publish','closed','closed','','field_5d27914c26690','','','2019-11-05 20:20:17','2019-11-05 20:20:17','',620,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=621',0,'acf-field','',0),(622,1,'2019-07-11 20:35:14','2019-07-11 20:35:14','','Home','','inherit','closed','closed','','419-revision-v1','','','2019-07-11 20:35:14','2019-07-11 20:35:14','',419,'http://localhost/cappen/griflan-crypto-wallet/web/419-revision-v1/',0,'revision','',0),(623,1,'2019-07-11 20:35:25','2019-07-11 20:35:25','','Home','','inherit','closed','closed','','442-revision-v1','','','2019-07-11 20:35:25','2019-07-11 20:35:25','',442,'http://localhost/cappen/griflan-crypto-wallet/web/442-revision-v1/',0,'revision','',0),(624,1,'2019-07-11 20:35:30','2019-07-11 20:35:30','','Home','','inherit','closed','closed','','443-revision-v1','','','2019-07-11 20:35:30','2019-07-11 20:35:30','',443,'http://localhost/cappen/griflan-crypto-wallet/web/443-revision-v1/',0,'revision','',0),(626,1,'2019-07-11 20:38:47','2019-07-11 20:38:47','','f_coindesk','','inherit','open','closed','','f_coindesk','','','2019-07-11 20:38:47','2019-07-11 20:38:47','',419,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/f_coindesk.svg',0,'attachment','image/svg+xml',0),(627,1,'2019-07-11 20:38:47','2019-07-11 20:38:47','','f_coindesk','','inherit','open','closed','','f_coindesk-2','','','2019-07-11 20:38:47','2019-07-11 20:38:47','',441,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/f_coindesk.svg',0,'attachment','image/svg+xml',0),(628,1,'2019-07-11 20:38:47','2019-07-11 20:38:47','','f_coindesk','','inherit','open','closed','','f_coindesk-2','','','2019-07-11 20:38:47','2019-07-11 20:38:47','',442,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/f_coindesk.svg',0,'attachment','image/svg+xml',0),(629,1,'2019-07-11 20:38:47','2019-07-11 20:38:47','','f_coindesk','','inherit','open','closed','','f_coindesk-2','','','2019-07-11 20:38:47','2019-07-11 20:38:47','',443,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/f_coindesk.svg',0,'attachment','image/svg+xml',0),(630,1,'2019-07-11 20:38:47','2019-07-11 20:38:47','','f_coindesk','','inherit','open','closed','','f_coindesk-2','','','2019-07-11 20:38:47','2019-07-11 20:38:47','',1365,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/f_coindesk.svg',0,'attachment','image/svg+xml',0),(631,1,'2019-07-11 20:39:21','2019-07-11 20:39:21','','f_btcmanager','','inherit','open','closed','','f_btcmanager','','','2019-07-11 20:39:21','2019-07-11 20:39:21','',419,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/f_btcmanager.svg',0,'attachment','image/svg+xml',0),(632,1,'2019-07-11 20:39:21','2019-07-11 20:39:21','','f_btcmanager','','inherit','open','closed','','f_btcmanager-2','','','2019-07-11 20:39:21','2019-07-11 20:39:21','',441,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/f_btcmanager.svg',0,'attachment','image/svg+xml',0),(633,1,'2019-07-11 20:39:21','2019-07-11 20:39:21','','f_btcmanager','','inherit','open','closed','','f_btcmanager-2','','','2019-07-11 20:39:21','2019-07-11 20:39:21','',442,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/f_btcmanager.svg',0,'attachment','image/svg+xml',0),(634,1,'2019-07-11 20:39:21','2019-07-11 20:39:21','','f_btcmanager','','inherit','open','closed','','f_btcmanager-2','','','2019-07-11 20:39:21','2019-07-11 20:39:21','',443,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/f_btcmanager.svg',0,'attachment','image/svg+xml',0),(635,1,'2019-07-11 20:39:21','2019-07-11 20:39:21','','f_btcmanager','','inherit','open','closed','','f_btcmanager-2','','','2019-07-11 20:39:21','2019-07-11 20:39:21','',1365,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/f_btcmanager.svg',0,'attachment','image/svg+xml',0),(636,1,'2019-07-11 20:39:31','2019-07-11 20:39:31','','f_ccn','','inherit','open','closed','','f_ccn','','','2019-07-11 20:39:31','2019-07-11 20:39:31','',419,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/f_ccn.svg',0,'attachment','image/svg+xml',0),(637,1,'2019-07-11 20:39:31','2019-07-11 20:39:31','','f_ccn','','inherit','open','closed','','f_ccn-2','','','2019-07-11 20:39:31','2019-07-11 20:39:31','',441,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/f_ccn.svg',0,'attachment','image/svg+xml',0),(638,1,'2019-07-11 20:39:31','2019-07-11 20:39:31','','f_ccn','','inherit','open','closed','','f_ccn-2','','','2019-07-11 20:39:31','2019-07-11 20:39:31','',442,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/f_ccn.svg',0,'attachment','image/svg+xml',0),(639,1,'2019-07-11 20:39:31','2019-07-11 20:39:31','','f_ccn','','inherit','open','closed','','f_ccn-2','','','2019-07-11 20:39:31','2019-07-11 20:39:31','',443,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/f_ccn.svg',0,'attachment','image/svg+xml',0),(640,1,'2019-07-11 20:39:31','2019-07-11 20:39:31','','f_ccn','','inherit','open','closed','','f_ccn-2','','','2019-07-11 20:39:31','2019-07-11 20:39:31','',1365,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/f_ccn.svg',0,'attachment','image/svg+xml',0),(642,1,'2019-07-11 20:39:36','2019-07-11 20:39:36','','f_coindesk','','inherit','open','closed','','f_coindesk-2-2','','','2019-07-11 20:39:36','2019-07-11 20:39:36','',441,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/f_coindesk-1.svg',0,'attachment','image/svg+xml',0),(643,1,'2019-07-11 20:39:36','2019-07-11 20:39:36','','f_coindesk','','inherit','open','closed','','f_coindesk-2-2','','','2019-07-11 20:39:36','2019-07-11 20:39:36','',442,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/f_coindesk-1.svg',0,'attachment','image/svg+xml',0),(644,1,'2019-07-11 20:39:36','2019-07-11 20:39:36','','f_coindesk','','inherit','open','closed','','f_coindesk-2-2','','','2019-07-11 20:39:36','2019-07-11 20:39:36','',443,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/f_coindesk-1.svg',0,'attachment','image/svg+xml',0),(645,1,'2019-07-11 20:39:36','2019-07-11 20:39:36','','f_coindesk','','inherit','open','closed','','f_coindesk-2-2','','','2019-07-11 20:39:36','2019-07-11 20:39:36','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/f_coindesk-1.svg',0,'attachment','image/svg+xml',0),(646,1,'2019-07-11 20:39:40','2019-07-11 20:39:40','','f_cointelegraph','','inherit','open','closed','','f_cointelegraph','','','2019-07-11 20:39:40','2019-07-11 20:39:40','',419,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/f_cointelegraph.svg',0,'attachment','image/svg+xml',0),(647,1,'2019-07-11 20:39:40','2019-07-11 20:39:40','','f_cointelegraph','','inherit','open','closed','','f_cointelegraph-2','','','2019-07-11 20:39:40','2019-07-11 20:39:40','',441,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/f_cointelegraph.svg',0,'attachment','image/svg+xml',0),(648,1,'2019-07-11 20:39:40','2019-07-11 20:39:40','','f_cointelegraph','','inherit','open','closed','','f_cointelegraph-2','','','2019-07-11 20:39:40','2019-07-11 20:39:40','',442,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/f_cointelegraph.svg',0,'attachment','image/svg+xml',0),(649,1,'2019-07-11 20:39:40','2019-07-11 20:39:40','','f_cointelegraph','','inherit','open','closed','','f_cointelegraph-2','','','2019-07-11 20:39:40','2019-07-11 20:39:40','',443,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/f_cointelegraph.svg',0,'attachment','image/svg+xml',0),(650,1,'2019-07-11 20:39:40','2019-07-11 20:39:40','','f_cointelegraph','','inherit','open','closed','','f_cointelegraph-2','','','2019-07-11 20:39:40','2019-07-11 20:39:40','',1365,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/f_cointelegraph.svg',0,'attachment','image/svg+xml',0),(651,1,'2019-07-11 20:39:45','2019-07-11 20:39:45','','f_yahoo','','inherit','open','closed','','f_yahoo','','','2019-07-11 20:39:45','2019-07-11 20:39:45','',419,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/f_yahoo.svg',0,'attachment','image/svg+xml',0),(652,1,'2019-07-11 20:39:45','2019-07-11 20:39:45','','f_yahoo','','inherit','open','closed','','f_yahoo-2','','','2019-07-11 20:39:45','2019-07-11 20:39:45','',441,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/f_yahoo.svg',0,'attachment','image/svg+xml',0),(653,1,'2019-07-11 20:39:45','2019-07-11 20:39:45','','f_yahoo','','inherit','open','closed','','f_yahoo-2','','','2019-07-11 20:39:45','2019-07-11 20:39:45','',442,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/f_yahoo.svg',0,'attachment','image/svg+xml',0),(654,1,'2019-07-11 20:39:45','2019-07-11 20:39:45','','f_yahoo','','inherit','open','closed','','f_yahoo-2','','','2019-07-11 20:39:45','2019-07-11 20:39:45','',443,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/f_yahoo.svg',0,'attachment','image/svg+xml',0),(655,1,'2019-07-11 20:39:45','2019-07-11 20:39:45','','f_yahoo','','inherit','open','closed','','f_yahoo-2','','','2019-07-11 20:39:45','2019-07-11 20:39:45','',1365,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/f_yahoo.svg',0,'attachment','image/svg+xml',0),(656,1,'2019-07-11 20:40:28','2019-07-11 20:40:28','','f_bitcoinist','','inherit','open','closed','','f_bitcoinist','','','2019-07-11 20:40:28','2019-07-11 20:40:28','',419,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/f_bitcoinist.svg',0,'attachment','image/svg+xml',0),(657,1,'2019-07-11 20:40:28','2019-07-11 20:40:28','','f_bitcoinist','','inherit','open','closed','','f_bitcoinist-2','','','2019-07-11 20:40:28','2019-07-11 20:40:28','',441,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/f_bitcoinist.svg',0,'attachment','image/svg+xml',0),(658,1,'2019-07-11 20:40:28','2019-07-11 20:40:28','','f_bitcoinist','','inherit','open','closed','','f_bitcoinist-2','','','2019-07-11 20:40:28','2019-07-11 20:40:28','',442,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/f_bitcoinist.svg',0,'attachment','image/svg+xml',0),(659,1,'2019-07-11 20:40:28','2019-07-11 20:40:28','','f_bitcoinist','','inherit','open','closed','','f_bitcoinist-2','','','2019-07-11 20:40:28','2019-07-11 20:40:28','',443,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/f_bitcoinist.svg',0,'attachment','image/svg+xml',0),(660,1,'2019-07-11 20:40:28','2019-07-11 20:40:28','','f_bitcoinist','','inherit','open','closed','','f_bitcoinist-2','','','2019-07-11 20:40:28','2019-07-11 20:40:28','',1365,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/f_bitcoinist.svg',0,'attachment','image/svg+xml',0),(661,1,'2019-07-11 20:40:45','2019-07-11 20:40:45','','Home','','inherit','closed','closed','','419-revision-v1','','','2019-07-11 20:40:45','2019-07-11 20:40:45','',419,'http://localhost/cappen/griflan-crypto-wallet/web/419-revision-v1/',0,'revision','',0),(662,1,'2019-07-11 20:40:54','2019-07-11 20:40:54','','Home','','inherit','closed','closed','','442-revision-v1','','','2019-07-11 20:40:54','2019-07-11 20:40:54','',442,'http://localhost/cappen/griflan-crypto-wallet/web/442-revision-v1/',0,'revision','',0),(663,1,'2019-07-11 20:40:59','2019-07-11 20:40:59','','Home','','inherit','closed','closed','','443-revision-v1','','','2019-07-11 20:40:59','2019-07-11 20:40:59','',443,'http://localhost/cappen/griflan-crypto-wallet/web/443-revision-v1/',0,'revision','',0),(665,1,'2019-07-11 20:44:46','2019-07-11 20:44:46','','Privacy','','publish','closed','closed','','privacy','','','2019-07-11 20:44:58','2019-07-11 20:44:58','',0,'http://localhost/cappen/griflan-crypto-wallet/web/?page_id=665',8,'page','',0),(666,1,'2019-07-11 20:44:46','2019-07-11 20:44:46','','Privacy','','inherit','closed','closed','','665-revision-v1','','','2019-07-11 20:44:46','2019-07-11 20:44:46','',665,'http://localhost/cappen/griflan-crypto-wallet/web/665-revision-v1/',0,'revision','',0),(667,1,'2019-07-11 20:46:57','2019-07-11 20:46:57','','Help','','publish','closed','closed','','help','','','2019-08-28 02:11:04','2019-08-28 02:11:04','',0,'http://localhost/cappen/griflan-crypto-wallet/web/?page_id=667',9,'page','',0),(668,1,'2019-07-11 20:45:13','2019-07-11 20:45:13','','Help','','inherit','closed','closed','','667-revision-v1','','','2019-07-11 20:45:13','2019-07-11 20:45:13','',667,'http://localhost/cappen/griflan-crypto-wallet/web/667-revision-v1/',0,'revision','',0),(669,1,'2019-07-11 20:46:57','2019-07-11 20:46:57','','Affiliates','','publish','closed','closed','','affiliates','','','2019-09-11 14:10:30','2019-09-11 14:10:30','',0,'http://localhost/cappen/griflan-crypto-wallet/web/?page_id=669',11,'page','',0),(670,1,'2019-07-11 20:45:45','2019-07-11 20:45:45','','Affiliates','','inherit','closed','closed','','669-revision-v1','','','2019-07-11 20:45:45','2019-07-11 20:45:45','',669,'http://localhost/cappen/griflan-crypto-wallet/web/669-revision-v1/',0,'revision','',0),(671,1,'2019-07-11 20:46:58','2019-07-11 20:46:58','Download our latest branding which includes various formats of our logo, icons, artwork, and color guide.','Media Kit','','publish','closed','closed','','media-kit','','','2019-08-21 22:47:58','2019-08-21 22:47:58','',0,'http://localhost/cappen/griflan-crypto-wallet/web/?page_id=671',12,'page','',0),(672,1,'2019-07-11 20:46:11','2019-07-11 20:46:11','','Media Kit','','inherit','closed','closed','','671-revision-v1','','','2019-07-11 20:46:11','2019-07-11 20:46:11','',671,'http://localhost/cappen/griflan-crypto-wallet/web/671-revision-v1/',0,'revision','',0),(676,1,'2019-07-11 20:48:13','2019-07-11 20:48:13',' ','','','publish','closed','closed','','676','','','2019-08-09 15:10:20','2019-08-09 15:10:20','',0,'http://localhost/cappen/griflan-crypto-wallet/web/676/',3,'nav_menu_item','',0),(678,1,'2019-07-11 20:49:10','2019-07-11 20:49:10','','About Us','','publish','closed','closed','','about-us','','','2019-07-11 20:49:10','2019-07-11 20:49:10','',0,'http://localhost/cappen/griflan-crypto-wallet/web/about-us/',1,'nav_menu_item','',0),(679,1,'2019-07-11 20:49:11','2019-07-11 20:49:11',' ','','','publish','closed','closed','','679','','','2019-07-11 20:49:11','2019-07-11 20:49:11','',0,'http://localhost/cappen/griflan-crypto-wallet/web/679/',2,'nav_menu_item','',0),(680,1,'2019-07-11 20:49:12','2019-07-11 20:49:12',' ','','','publish','closed','closed','','680','','','2019-07-11 20:49:12','2019-07-11 20:49:12','',0,'http://localhost/cappen/griflan-crypto-wallet/web/680/',3,'nav_menu_item','',0),(681,1,'2019-07-11 21:02:33','2019-07-11 21:02:33','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"60\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:3;s:9:\"new_lines\";s:0:\"\";}','Text Footer','text_footer','publish','closed','closed','','field_5d27a36c77613','','','2020-04-17 00:41:02','2020-04-17 00:41:02','',214,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=681',7,'acf-field','',0),(682,1,'2019-07-11 21:02:33','2019-07-11 21:02:33','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"20\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:20:\"© 2019 CryptoWallet\";s:11:\"placeholder\";s:20:\"© 2019 CryptoWallet\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Copyright','copyright','publish','closed','closed','','field_5d27a38a77614','','','2020-04-17 00:41:02','2020-04-17 00:41:02','',214,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=682',8,'acf-field','',0),(683,1,'2019-07-11 21:02:33','2019-07-11 21:02:33','a:7:{s:4:\"type\";s:3:\"tab\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"placement\";s:3:\"top\";s:8:\"endpoint\";i:0;}','App','','publish','closed','closed','','field_5d27a3ce77615','','','2020-04-17 00:41:02','2020-04-17 00:41:02','',214,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=683',11,'acf-field','',0),(684,1,'2019-07-11 21:07:57','2019-07-11 21:07:57','a:7:{s:4:\"type\";s:3:\"url\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"50\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";}','Google Play','google_play','publish','closed','closed','','field_5d27a516717cf','','','2020-04-17 00:41:02','2020-04-17 00:41:02','',214,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=684',13,'acf-field','',0),(685,1,'2019-07-11 21:16:31','2019-07-11 21:16:31','a:7:{s:4:\"type\";s:3:\"tab\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"placement\";s:3:\"top\";s:8:\"endpoint\";i:0;}','Social Media','','publish','closed','closed','','field_5d27a6397f2c9','','','2020-04-17 00:41:02','2020-04-17 00:41:02','',214,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=685',14,'acf-field','',0),(686,1,'2019-07-11 21:16:31','2019-07-11 21:16:31','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Text Footer Social Media','text_footer_social_media','publish','closed','closed','','field_5d27a6797f2ca','','','2020-04-17 00:41:02','2020-04-17 00:41:02','',214,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=686',15,'acf-field','',0),(687,1,'2019-07-11 21:16:31','2019-07-11 21:16:31','a:10:{s:4:\"type\";s:8:\"repeater\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"collapsed\";s:19:\"field_5d27a6c17f2cc\";s:3:\"min\";i:0;s:3:\"max\";i:0;s:6:\"layout\";s:5:\"table\";s:12:\"button_label\";s:16:\"Add Social Media\";}','Social Medias','social_medias','publish','closed','closed','','field_5d27a6947f2cb','','','2020-04-17 00:41:02','2020-04-17 00:41:02','',214,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=687',16,'acf-field','',0),(688,1,'2019-07-11 21:16:31','2019-07-11 21:16:31','a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"30\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:3:\"svg\";}','Icon','icon','publish','closed','closed','','field_5d27a6c17f2cc','','','2020-04-17 00:41:02','2020-04-17 00:41:02','',687,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=688',0,'acf-field','',0),(689,1,'2019-07-11 21:16:31','2019-07-11 21:16:31','a:7:{s:4:\"type\";s:3:\"url\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"70\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";}','Link','link','publish','closed','closed','','field_5d27a7127f2cd','','','2020-04-17 00:41:02','2020-04-17 00:41:02','',687,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=689',1,'acf-field','',0),(690,1,'2019-07-11 21:18:09','2019-07-11 21:18:09','','facebook','','inherit','open','closed','','facebook','','','2019-07-11 21:18:09','2019-07-11 21:18:09','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/facebook.svg',0,'attachment','image/svg+xml',0),(691,1,'2019-07-11 21:18:09','2019-07-11 21:18:09','','facebook','','inherit','open','closed','','facebook-2','','','2019-07-11 21:18:09','2019-07-11 21:18:09','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/facebook.svg',0,'attachment','image/svg+xml',0),(692,1,'2019-07-11 21:18:09','2019-07-11 21:18:09','','facebook','','inherit','open','closed','','facebook-2','','','2019-07-11 21:18:09','2019-07-11 21:18:09','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/facebook.svg',0,'attachment','image/svg+xml',0),(693,1,'2019-07-11 21:18:09','2019-07-11 21:18:09','','facebook','','inherit','open','closed','','facebook-2','','','2019-07-11 21:18:09','2019-07-11 21:18:09','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/facebook.svg',0,'attachment','image/svg+xml',0),(694,1,'2019-07-11 21:18:09','2019-07-11 21:18:09','','facebook','','inherit','open','closed','','facebook-2','','','2019-07-11 21:18:09','2019-07-11 21:18:09','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/facebook.svg',0,'attachment','image/svg+xml',0),(695,1,'2019-07-11 21:18:14','2019-07-11 21:18:14','','github','','inherit','open','closed','','github','','','2019-07-11 21:18:14','2019-07-11 21:18:14','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/github.svg',0,'attachment','image/svg+xml',0),(696,1,'2019-07-11 21:18:14','2019-07-11 21:18:14','','github','','inherit','open','closed','','github-2','','','2019-07-11 21:18:14','2019-07-11 21:18:14','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/github.svg',0,'attachment','image/svg+xml',0),(697,1,'2019-07-11 21:18:14','2019-07-11 21:18:14','','github','','inherit','open','closed','','github-2','','','2019-07-11 21:18:14','2019-07-11 21:18:14','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/github.svg',0,'attachment','image/svg+xml',0),(698,1,'2019-07-11 21:18:14','2019-07-11 21:18:14','','github','','inherit','open','closed','','github-2','','','2019-07-11 21:18:14','2019-07-11 21:18:14','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/github.svg',0,'attachment','image/svg+xml',0),(699,1,'2019-07-11 21:18:14','2019-07-11 21:18:14','','github','','inherit','open','closed','','github-2','','','2019-07-11 21:18:14','2019-07-11 21:18:14','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/github.svg',0,'attachment','image/svg+xml',0),(700,1,'2019-07-11 21:18:17','2019-07-11 21:18:17','','m','','inherit','open','closed','','m','','','2019-07-11 21:18:17','2019-07-11 21:18:17','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/m.svg',0,'attachment','image/svg+xml',0),(701,1,'2019-07-11 21:18:17','2019-07-11 21:18:17','','m','','inherit','open','closed','','m-2','','','2019-07-11 21:18:17','2019-07-11 21:18:17','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/m.svg',0,'attachment','image/svg+xml',0),(702,1,'2019-07-11 21:18:17','2019-07-11 21:18:17','','m','','inherit','open','closed','','m-2','','','2019-07-11 21:18:17','2019-07-11 21:18:17','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/m.svg',0,'attachment','image/svg+xml',0),(703,1,'2019-07-11 21:18:17','2019-07-11 21:18:17','','m','','inherit','open','closed','','m-2','','','2019-07-11 21:18:17','2019-07-11 21:18:17','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/m.svg',0,'attachment','image/svg+xml',0),(704,1,'2019-07-11 21:18:17','2019-07-11 21:18:17','','m','','inherit','open','closed','','m-2','','','2019-07-11 21:18:17','2019-07-11 21:18:17','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/m.svg',0,'attachment','image/svg+xml',0),(705,1,'2019-07-11 21:18:22','2019-07-11 21:18:22','','reddit','','inherit','open','closed','','reddit','','','2019-07-11 21:18:22','2019-07-11 21:18:22','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/reddit.svg',0,'attachment','image/svg+xml',0),(706,1,'2019-07-11 21:18:22','2019-07-11 21:18:22','','reddit','','inherit','open','closed','','reddit-2','','','2019-07-11 21:18:22','2019-07-11 21:18:22','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/reddit.svg',0,'attachment','image/svg+xml',0),(707,1,'2019-07-11 21:18:22','2019-07-11 21:18:22','','reddit','','inherit','open','closed','','reddit-2','','','2019-07-11 21:18:22','2019-07-11 21:18:22','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/reddit.svg',0,'attachment','image/svg+xml',0),(708,1,'2019-07-11 21:18:22','2019-07-11 21:18:22','','reddit','','inherit','open','closed','','reddit-2','','','2019-07-11 21:18:22','2019-07-11 21:18:22','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/reddit.svg',0,'attachment','image/svg+xml',0),(709,1,'2019-07-11 21:18:22','2019-07-11 21:18:22','','reddit','','inherit','open','closed','','reddit-2','','','2019-07-11 21:18:22','2019-07-11 21:18:22','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/reddit.svg',0,'attachment','image/svg+xml',0),(710,1,'2019-07-11 21:18:28','2019-07-11 21:18:28','','slack','','inherit','open','closed','','slack','','','2019-07-11 21:18:28','2019-07-11 21:18:28','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/slack.svg',0,'attachment','image/svg+xml',0),(711,1,'2019-07-11 21:18:28','2019-07-11 21:18:28','','slack','','inherit','open','closed','','slack-2','','','2019-07-11 21:18:28','2019-07-11 21:18:28','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/slack.svg',0,'attachment','image/svg+xml',0),(712,1,'2019-07-11 21:18:28','2019-07-11 21:18:28','','slack','','inherit','open','closed','','slack-2','','','2019-07-11 21:18:28','2019-07-11 21:18:28','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/slack.svg',0,'attachment','image/svg+xml',0),(713,1,'2019-07-11 21:18:28','2019-07-11 21:18:28','','slack','','inherit','open','closed','','slack-2','','','2019-07-11 21:18:28','2019-07-11 21:18:28','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/slack.svg',0,'attachment','image/svg+xml',0),(714,1,'2019-07-11 21:18:28','2019-07-11 21:18:28','','slack','','inherit','open','closed','','slack-2','','','2019-07-11 21:18:28','2019-07-11 21:18:28','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/slack.svg',0,'attachment','image/svg+xml',0),(715,1,'2019-07-11 21:18:31','2019-07-11 21:18:31','','twitter','','inherit','open','closed','','twitter','','','2019-07-11 21:18:31','2019-07-11 21:18:31','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/twitter.svg',0,'attachment','image/svg+xml',0),(716,1,'2019-07-11 21:18:31','2019-07-11 21:18:31','','twitter','','inherit','open','closed','','twitter-2','','','2019-07-11 21:18:31','2019-07-11 21:18:31','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/twitter.svg',0,'attachment','image/svg+xml',0),(717,1,'2019-07-11 21:18:31','2019-07-11 21:18:31','','twitter','','inherit','open','closed','','twitter-2','','','2019-07-11 21:18:31','2019-07-11 21:18:31','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/twitter.svg',0,'attachment','image/svg+xml',0),(718,1,'2019-07-11 21:18:31','2019-07-11 21:18:31','','twitter','','inherit','open','closed','','twitter-2','','','2019-07-11 21:18:31','2019-07-11 21:18:31','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/twitter.svg',0,'attachment','image/svg+xml',0),(719,1,'2019-07-11 21:18:31','2019-07-11 21:18:31','','twitter','','inherit','open','closed','','twitter-2','','','2019-07-11 21:18:31','2019-07-11 21:18:31','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/twitter.svg',0,'attachment','image/svg+xml',0),(720,1,'2019-07-11 21:18:36','2019-07-11 21:18:36','','vk','','inherit','open','closed','','vk','','','2019-07-11 21:18:36','2019-07-11 21:18:36','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/vk.svg',0,'attachment','image/svg+xml',0),(721,1,'2019-07-11 21:18:36','2019-07-11 21:18:36','','vk','','inherit','open','closed','','vk-2','','','2019-07-11 21:18:36','2019-07-11 21:18:36','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/vk.svg',0,'attachment','image/svg+xml',0),(722,1,'2019-07-11 21:18:36','2019-07-11 21:18:36','','vk','','inherit','open','closed','','vk-2','','','2019-07-11 21:18:36','2019-07-11 21:18:36','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/vk.svg',0,'attachment','image/svg+xml',0),(723,1,'2019-07-11 21:18:36','2019-07-11 21:18:36','','vk','','inherit','open','closed','','vk-2','','','2019-07-11 21:18:36','2019-07-11 21:18:36','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/vk.svg',0,'attachment','image/svg+xml',0),(724,1,'2019-07-11 21:18:36','2019-07-11 21:18:36','','vk','','inherit','open','closed','','vk-2','','','2019-07-11 21:18:36','2019-07-11 21:18:36','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/vk.svg',0,'attachment','image/svg+xml',0),(725,1,'2019-07-11 21:18:39','2019-07-11 21:18:39','','wechat','','inherit','open','closed','','wechat','','','2019-07-11 21:18:39','2019-07-11 21:18:39','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/wechat.svg',0,'attachment','image/svg+xml',0),(726,1,'2019-07-11 21:18:39','2019-07-11 21:18:39','','wechat','','inherit','open','closed','','wechat-2','','','2019-07-11 21:18:39','2019-07-11 21:18:39','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/wechat.svg',0,'attachment','image/svg+xml',0),(727,1,'2019-07-11 21:18:39','2019-07-11 21:18:39','','wechat','','inherit','open','closed','','wechat-2','','','2019-07-11 21:18:39','2019-07-11 21:18:39','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/wechat.svg',0,'attachment','image/svg+xml',0),(728,1,'2019-07-11 21:18:39','2019-07-11 21:18:39','','wechat','','inherit','open','closed','','wechat-2','','','2019-07-11 21:18:39','2019-07-11 21:18:39','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/wechat.svg',0,'attachment','image/svg+xml',0),(729,1,'2019-07-11 21:18:39','2019-07-11 21:18:39','','wechat','','inherit','open','closed','','wechat-2','','','2019-07-11 21:18:39','2019-07-11 21:18:39','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/wechat.svg',0,'attachment','image/svg+xml',0),(730,1,'2019-07-11 21:18:43','2019-07-11 21:18:43','','weibo','','inherit','open','closed','','weibo','','','2019-07-11 21:18:43','2019-07-11 21:18:43','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/weibo.svg',0,'attachment','image/svg+xml',0),(731,1,'2019-07-11 21:18:43','2019-07-11 21:18:43','','weibo','','inherit','open','closed','','weibo-2','','','2019-07-11 21:18:43','2019-07-11 21:18:43','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/weibo.svg',0,'attachment','image/svg+xml',0),(732,1,'2019-07-11 21:18:43','2019-07-11 21:18:43','','weibo','','inherit','open','closed','','weibo-2','','','2019-07-11 21:18:43','2019-07-11 21:18:43','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/weibo.svg',0,'attachment','image/svg+xml',0),(733,1,'2019-07-11 21:18:43','2019-07-11 21:18:43','','weibo','','inherit','open','closed','','weibo-2','','','2019-07-11 21:18:43','2019-07-11 21:18:43','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/weibo.svg',0,'attachment','image/svg+xml',0),(734,1,'2019-07-11 21:18:43','2019-07-11 21:18:43','','weibo','','inherit','open','closed','','weibo-2','','','2019-07-11 21:18:43','2019-07-11 21:18:43','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/weibo.svg',0,'attachment','image/svg+xml',0),(735,1,'2019-07-11 21:18:49','2019-07-11 21:18:49','','youtube','','inherit','open','closed','','youtube','','','2019-07-11 21:18:49','2019-07-11 21:18:49','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/youtube.svg',0,'attachment','image/svg+xml',0),(736,1,'2019-07-11 21:18:49','2019-07-11 21:18:49','','youtube','','inherit','open','closed','','youtube-2','','','2019-07-11 21:18:49','2019-07-11 21:18:49','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/youtube.svg',0,'attachment','image/svg+xml',0),(737,1,'2019-07-11 21:18:49','2019-07-11 21:18:49','','youtube','','inherit','open','closed','','youtube-2','','','2019-07-11 21:18:49','2019-07-11 21:18:49','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/youtube.svg',0,'attachment','image/svg+xml',0),(738,1,'2019-07-11 21:18:49','2019-07-11 21:18:49','','youtube','','inherit','open','closed','','youtube-2','','','2019-07-11 21:18:49','2019-07-11 21:18:49','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/youtube.svg',0,'attachment','image/svg+xml',0),(739,1,'2019-07-11 21:18:49','2019-07-11 21:18:49','','youtube','','inherit','open','closed','','youtube-2','','','2019-07-11 21:18:49','2019-07-11 21:18:49','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/youtube.svg',0,'attachment','image/svg+xml',0),(740,1,'2019-07-12 15:29:30','2019-07-12 15:29:30','','coin-day-ada','','inherit','open','closed','','coin-day-ada','','','2019-07-12 15:29:30','2019-07-12 15:29:30','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/coin-day-ada.svg',0,'attachment','image/svg+xml',0),(741,1,'2019-07-12 15:29:30','2019-07-12 15:29:30','','coin-day-ada','','inherit','open','closed','','coin-day-ada-2','','','2019-07-12 15:29:30','2019-07-12 15:29:30','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/coin-day-ada.svg',0,'attachment','image/svg+xml',0),(742,1,'2019-07-12 15:29:30','2019-07-12 15:29:30','','coin-day-ada','','inherit','open','closed','','coin-day-ada-2','','','2019-07-12 15:29:30','2019-07-12 15:29:30','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/coin-day-ada.svg',0,'attachment','image/svg+xml',0),(743,1,'2019-07-12 15:29:30','2019-07-12 15:29:30','','coin-day-ada','','inherit','open','closed','','coin-day-ada-2','','','2019-07-12 15:29:30','2019-07-12 15:29:30','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/coin-day-ada.svg',0,'attachment','image/svg+xml',0),(744,1,'2019-07-12 15:29:30','2019-07-12 15:29:30','','coin-day-ada','','inherit','open','closed','','coin-day-ada-2','','','2019-07-12 15:29:30','2019-07-12 15:29:30','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/coin-day-ada.svg',0,'attachment','image/svg+xml',0),(745,1,'2019-07-12 15:29:34','2019-07-12 15:29:34','','coin-day-bch','','inherit','open','closed','','coin-day-bch','','','2019-07-12 15:29:34','2019-07-12 15:29:34','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/coin-day-bch.svg',0,'attachment','image/svg+xml',0),(746,1,'2019-07-12 15:29:34','2019-07-12 15:29:34','','coin-day-bch','','inherit','open','closed','','coin-day-bch-2','','','2019-07-12 15:29:34','2019-07-12 15:29:34','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/coin-day-bch.svg',0,'attachment','image/svg+xml',0),(747,1,'2019-07-12 15:29:34','2019-07-12 15:29:34','','coin-day-bch','','inherit','open','closed','','coin-day-bch-2','','','2019-07-12 15:29:34','2019-07-12 15:29:34','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/coin-day-bch.svg',0,'attachment','image/svg+xml',0),(748,1,'2019-07-12 15:29:34','2019-07-12 15:29:34','','coin-day-bch','','inherit','open','closed','','coin-day-bch-2','','','2019-07-12 15:29:34','2019-07-12 15:29:34','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/coin-day-bch.svg',0,'attachment','image/svg+xml',0),(749,1,'2019-07-12 15:29:34','2019-07-12 15:29:34','','coin-day-bch','','inherit','open','closed','','coin-day-bch-2','','','2019-07-12 15:29:34','2019-07-12 15:29:34','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/coin-day-bch.svg',0,'attachment','image/svg+xml',0),(750,1,'2019-07-12 15:29:38','2019-07-12 15:29:38','','coin-day-btc','','inherit','open','closed','','coin-day-btc','','','2019-07-12 15:29:38','2019-07-12 15:29:38','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/coin-day-btc.svg',0,'attachment','image/svg+xml',0),(751,1,'2019-07-12 15:29:38','2019-07-12 15:29:38','','coin-day-btc','','inherit','open','closed','','coin-day-btc-2','','','2019-07-12 15:29:38','2019-07-12 15:29:38','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/coin-day-btc.svg',0,'attachment','image/svg+xml',0),(752,1,'2019-07-12 15:29:38','2019-07-12 15:29:38','','coin-day-btc','','inherit','open','closed','','coin-day-btc-2','','','2019-07-12 15:29:38','2019-07-12 15:29:38','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/coin-day-btc.svg',0,'attachment','image/svg+xml',0),(753,1,'2019-07-12 15:29:38','2019-07-12 15:29:38','','coin-day-btc','','inherit','open','closed','','coin-day-btc-2','','','2019-07-12 15:29:38','2019-07-12 15:29:38','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/coin-day-btc.svg',0,'attachment','image/svg+xml',0),(754,1,'2019-07-12 15:29:38','2019-07-12 15:29:38','','coin-day-btc','','inherit','open','closed','','coin-day-btc-2','','','2019-07-12 15:29:38','2019-07-12 15:29:38','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/coin-day-btc.svg',0,'attachment','image/svg+xml',0),(755,1,'2019-07-12 15:29:42','2019-07-12 15:29:42','','coin-day-ecr','','inherit','open','closed','','coin-day-ecr','','','2019-07-12 15:29:42','2019-07-12 15:29:42','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/coin-day-ecr.svg',0,'attachment','image/svg+xml',0),(756,1,'2019-07-12 15:29:42','2019-07-12 15:29:42','','coin-day-ecr','','inherit','open','closed','','coin-day-ecr-2','','','2019-07-12 15:29:42','2019-07-12 15:29:42','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/coin-day-ecr.svg',0,'attachment','image/svg+xml',0),(757,1,'2019-07-12 15:29:42','2019-07-12 15:29:42','','coin-day-ecr','','inherit','open','closed','','coin-day-ecr-2','','','2019-07-12 15:29:42','2019-07-12 15:29:42','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/coin-day-ecr.svg',0,'attachment','image/svg+xml',0),(758,1,'2019-07-12 15:29:42','2019-07-12 15:29:42','','coin-day-ecr','','inherit','open','closed','','coin-day-ecr-2','','','2019-07-12 15:29:42','2019-07-12 15:29:42','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/coin-day-ecr.svg',0,'attachment','image/svg+xml',0),(759,1,'2019-07-12 15:29:42','2019-07-12 15:29:42','','coin-day-ecr','','inherit','open','closed','','coin-day-ecr-2','','','2019-07-12 15:29:42','2019-07-12 15:29:42','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/coin-day-ecr.svg',0,'attachment','image/svg+xml',0),(760,1,'2019-07-12 15:29:47','2019-07-12 15:29:47','','coin-day-eos','','inherit','open','closed','','coin-day-eos','','','2019-07-12 15:29:47','2019-07-12 15:29:47','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/coin-day-eos.svg',0,'attachment','image/svg+xml',0),(761,1,'2019-07-12 15:29:47','2019-07-12 15:29:47','','coin-day-eos','','inherit','open','closed','','coin-day-eos-2','','','2019-07-12 15:29:47','2019-07-12 15:29:47','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/coin-day-eos.svg',0,'attachment','image/svg+xml',0),(762,1,'2019-07-12 15:29:47','2019-07-12 15:29:47','','coin-day-eos','','inherit','open','closed','','coin-day-eos-2','','','2019-07-12 15:29:47','2019-07-12 15:29:47','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/coin-day-eos.svg',0,'attachment','image/svg+xml',0),(763,1,'2019-07-12 15:29:47','2019-07-12 15:29:47','','coin-day-eos','','inherit','open','closed','','coin-day-eos-2','','','2019-07-12 15:29:47','2019-07-12 15:29:47','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/coin-day-eos.svg',0,'attachment','image/svg+xml',0),(764,1,'2019-07-12 15:29:47','2019-07-12 15:29:47','','coin-day-eos','','inherit','open','closed','','coin-day-eos-2','','','2019-07-12 15:29:47','2019-07-12 15:29:47','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/coin-day-eos.svg',0,'attachment','image/svg+xml',0),(765,1,'2019-07-12 15:29:51','2019-07-12 15:29:51','','coin-day-eth','','inherit','open','closed','','coin-day-eth','','','2019-07-12 15:29:51','2019-07-12 15:29:51','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/coin-day-eth.svg',0,'attachment','image/svg+xml',0),(766,1,'2019-07-12 15:29:51','2019-07-12 15:29:51','','coin-day-eth','','inherit','open','closed','','coin-day-eth-2','','','2019-07-12 15:29:51','2019-07-12 15:29:51','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/coin-day-eth.svg',0,'attachment','image/svg+xml',0),(767,1,'2019-07-12 15:29:51','2019-07-12 15:29:51','','coin-day-eth','','inherit','open','closed','','coin-day-eth-2','','','2019-07-12 15:29:51','2019-07-12 15:29:51','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/coin-day-eth.svg',0,'attachment','image/svg+xml',0),(768,1,'2019-07-12 15:29:51','2019-07-12 15:29:51','','coin-day-eth','','inherit','open','closed','','coin-day-eth-2','','','2019-07-12 15:29:51','2019-07-12 15:29:51','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/coin-day-eth.svg',0,'attachment','image/svg+xml',0),(769,1,'2019-07-12 15:29:51','2019-07-12 15:29:51','','coin-day-eth','','inherit','open','closed','','coin-day-eth-2','','','2019-07-12 15:29:51','2019-07-12 15:29:51','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/coin-day-eth.svg',0,'attachment','image/svg+xml',0),(770,1,'2019-07-12 15:29:56','2019-07-12 15:29:56','','coin-day-ltc','','inherit','open','closed','','coin-day-ltc','','','2019-07-12 15:29:56','2019-07-12 15:29:56','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/coin-day-ltc.svg',0,'attachment','image/svg+xml',0),(771,1,'2019-07-12 15:29:56','2019-07-12 15:29:56','','coin-day-ltc','','inherit','open','closed','','coin-day-ltc-2','','','2019-07-12 15:29:56','2019-07-12 15:29:56','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/coin-day-ltc.svg',0,'attachment','image/svg+xml',0),(772,1,'2019-07-12 15:29:56','2019-07-12 15:29:56','','coin-day-ltc','','inherit','open','closed','','coin-day-ltc-2','','','2019-07-12 15:29:56','2019-07-12 15:29:56','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/coin-day-ltc.svg',0,'attachment','image/svg+xml',0),(773,1,'2019-07-12 15:29:56','2019-07-12 15:29:56','','coin-day-ltc','','inherit','open','closed','','coin-day-ltc-2','','','2019-07-12 15:29:56','2019-07-12 15:29:56','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/coin-day-ltc.svg',0,'attachment','image/svg+xml',0),(774,1,'2019-07-12 15:29:56','2019-07-12 15:29:56','','coin-day-ltc','','inherit','open','closed','','coin-day-ltc-2','','','2019-07-12 15:29:56','2019-07-12 15:29:56','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/coin-day-ltc.svg',0,'attachment','image/svg+xml',0),(775,1,'2019-07-12 15:29:59','2019-07-12 15:29:59','','coin-day-neo','','inherit','open','closed','','coin-day-neo','','','2019-07-12 15:29:59','2019-07-12 15:29:59','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/coin-day-neo.svg',0,'attachment','image/svg+xml',0),(776,1,'2019-07-12 15:29:59','2019-07-12 15:29:59','','coin-day-neo','','inherit','open','closed','','coin-day-neo-2','','','2019-07-12 15:29:59','2019-07-12 15:29:59','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/coin-day-neo.svg',0,'attachment','image/svg+xml',0),(777,1,'2019-07-12 15:29:59','2019-07-12 15:29:59','','coin-day-neo','','inherit','open','closed','','coin-day-neo-2','','','2019-07-12 15:29:59','2019-07-12 15:29:59','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/coin-day-neo.svg',0,'attachment','image/svg+xml',0),(778,1,'2019-07-12 15:29:59','2019-07-12 15:29:59','','coin-day-neo','','inherit','open','closed','','coin-day-neo-2','','','2019-07-12 15:29:59','2019-07-12 15:29:59','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/coin-day-neo.svg',0,'attachment','image/svg+xml',0),(779,1,'2019-07-12 15:29:59','2019-07-12 15:29:59','','coin-day-neo','','inherit','open','closed','','coin-day-neo-2','','','2019-07-12 15:29:59','2019-07-12 15:29:59','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/coin-day-neo.svg',0,'attachment','image/svg+xml',0),(780,1,'2019-07-12 15:30:04','2019-07-12 15:30:04','','coin-day-trx','','inherit','open','closed','','coin-day-trx','','','2019-07-12 15:30:04','2019-07-12 15:30:04','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/coin-day-trx.svg',0,'attachment','image/svg+xml',0),(781,1,'2019-07-12 15:30:04','2019-07-12 15:30:04','','coin-day-trx','','inherit','open','closed','','coin-day-trx-2','','','2019-07-12 15:30:04','2019-07-12 15:30:04','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/coin-day-trx.svg',0,'attachment','image/svg+xml',0),(782,1,'2019-07-12 15:30:04','2019-07-12 15:30:04','','coin-day-trx','','inherit','open','closed','','coin-day-trx-2','','','2019-07-12 15:30:04','2019-07-12 15:30:04','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/coin-day-trx.svg',0,'attachment','image/svg+xml',0),(783,1,'2019-07-12 15:30:04','2019-07-12 15:30:04','','coin-day-trx','','inherit','open','closed','','coin-day-trx-2','','','2019-07-12 15:30:04','2019-07-12 15:30:04','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/coin-day-trx.svg',0,'attachment','image/svg+xml',0),(784,1,'2019-07-12 15:30:04','2019-07-12 15:30:04','','coin-day-trx','','inherit','open','closed','','coin-day-trx-2','','','2019-07-12 15:30:04','2019-07-12 15:30:04','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/coin-day-trx.svg',0,'attachment','image/svg+xml',0),(785,1,'2019-07-12 15:30:08','2019-07-12 15:30:08','','coin-day-xlm','','inherit','open','closed','','coin-day-xlm','','','2019-07-12 15:30:08','2019-07-12 15:30:08','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/coin-day-xlm.svg',0,'attachment','image/svg+xml',0),(786,1,'2019-07-12 15:30:08','2019-07-12 15:30:08','','coin-day-xlm','','inherit','open','closed','','coin-day-xlm-2','','','2019-07-12 15:30:08','2019-07-12 15:30:08','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/coin-day-xlm.svg',0,'attachment','image/svg+xml',0),(787,1,'2019-07-12 15:30:08','2019-07-12 15:30:08','','coin-day-xlm','','inherit','open','closed','','coin-day-xlm-2','','','2019-07-12 15:30:08','2019-07-12 15:30:08','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/coin-day-xlm.svg',0,'attachment','image/svg+xml',0),(788,1,'2019-07-12 15:30:08','2019-07-12 15:30:08','','coin-day-xlm','','inherit','open','closed','','coin-day-xlm-2','','','2019-07-12 15:30:08','2019-07-12 15:30:08','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/coin-day-xlm.svg',0,'attachment','image/svg+xml',0),(789,1,'2019-07-12 15:30:08','2019-07-12 15:30:08','','coin-day-xlm','','inherit','open','closed','','coin-day-xlm-2','','','2019-07-12 15:30:08','2019-07-12 15:30:08','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/coin-day-xlm.svg',0,'attachment','image/svg+xml',0),(790,1,'2019-07-12 15:30:11','2019-07-12 15:30:11','','coin-day-xpr','','inherit','open','closed','','coin-day-xpr','','','2019-07-12 15:30:11','2019-07-12 15:30:11','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/coin-day-xpr.svg',0,'attachment','image/svg+xml',0),(791,1,'2019-07-12 15:30:11','2019-07-12 15:30:11','','coin-day-xpr','','inherit','open','closed','','coin-day-xpr-2','','','2019-07-12 15:30:11','2019-07-12 15:30:11','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/coin-day-xpr.svg',0,'attachment','image/svg+xml',0),(792,1,'2019-07-12 15:30:11','2019-07-12 15:30:11','','coin-day-xpr','','inherit','open','closed','','coin-day-xpr-2','','','2019-07-12 15:30:11','2019-07-12 15:30:11','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/coin-day-xpr.svg',0,'attachment','image/svg+xml',0),(793,1,'2019-07-12 15:30:11','2019-07-12 15:30:11','','coin-day-xpr','','inherit','open','closed','','coin-day-xpr-2','','','2019-07-12 15:30:11','2019-07-12 15:30:11','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/coin-day-xpr.svg',0,'attachment','image/svg+xml',0),(794,1,'2019-07-12 15:30:11','2019-07-12 15:30:11','','coin-day-xpr','','inherit','open','closed','','coin-day-xpr-2','','','2019-07-12 15:30:11','2019-07-12 15:30:11','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/coin-day-xpr.svg',0,'attachment','image/svg+xml',0),(795,1,'2019-07-12 15:53:26','2019-07-12 15:53:26','','Wallet','','inherit','closed','closed','','181-revision-v1','','','2019-07-12 15:53:26','2019-07-12 15:53:26','',181,'http://localhost/cappen/griflan-crypto-wallet/web/181-revision-v1/',0,'revision','',0),(796,1,'2019-07-12 15:53:31','2019-07-12 15:53:31','','Wallet','','inherit','closed','closed','','492-revision-v1','','','2019-07-12 15:53:31','2019-07-12 15:53:31','',492,'http://localhost/cappen/griflan-crypto-wallet/web/492-revision-v1/',0,'revision','',0),(797,1,'2019-07-12 15:54:13','2019-07-12 15:54:13','','Wallet','','inherit','closed','closed','','181-revision-v1','','','2019-07-12 15:54:13','2019-07-12 15:54:13','',181,'http://localhost/cappen/griflan-crypto-wallet/web/181-revision-v1/',0,'revision','',0),(798,1,'2019-07-12 15:54:17','2019-07-12 15:54:17','','Wallet','','inherit','closed','closed','','492-revision-v1','','','2019-07-12 15:54:17','2019-07-12 15:54:17','',492,'http://localhost/cappen/griflan-crypto-wallet/web/492-revision-v1/',0,'revision','',0),(799,1,'2019-07-12 15:55:51','2019-07-12 15:55:51','','Wallet','','inherit','closed','closed','','181-revision-v1','','','2019-07-12 15:55:51','2019-07-12 15:55:51','',181,'http://localhost/cappen/griflan-crypto-wallet/web/181-revision-v1/',0,'revision','',0),(800,1,'2019-07-12 15:55:55','2019-07-12 15:55:55','','Wallet','','inherit','closed','closed','','492-revision-v1','','','2019-07-12 15:55:55','2019-07-12 15:55:55','',492,'http://localhost/cappen/griflan-crypto-wallet/web/492-revision-v1/',0,'revision','',0),(801,1,'2019-07-12 17:38:51','2019-07-12 17:38:51','a:7:{s:4:\"type\";s:3:\"tab\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"placement\";s:3:\"top\";s:8:\"endpoint\";i:0;}','Companies supported','','publish','closed','closed','','field_5d28c516da058','','','2020-04-17 00:41:02','2020-04-17 00:41:02','',214,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=801',17,'acf-field','',0),(802,1,'2019-07-12 17:38:51','2019-07-12 17:38:51','a:10:{s:4:\"type\";s:8:\"repeater\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"collapsed\";s:19:\"field_5d28c554da05a\";s:3:\"min\";i:0;s:3:\"max\";i:0;s:6:\"layout\";s:5:\"block\";s:12:\"button_label\";s:8:\"Add Logo\";}','Logo Company','logo_company','publish','closed','closed','','field_5d28c554da059','','','2020-04-17 00:41:02','2020-04-17 00:41:02','',214,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=802',18,'acf-field','',0),(803,1,'2019-07-12 17:38:51','2019-07-12 17:38:51','a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"30\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:3:\"svg\";}','Logo','logo','publish','closed','closed','','field_5d28c554da05a','','','2020-04-17 00:41:02','2020-04-17 00:41:02','',802,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=acf-field&#038;p=803',0,'acf-field','',0),(804,1,'2019-07-12 17:40:19','2019-07-12 17:40:19','','day_brand_magento','','inherit','open','closed','','day_brand_magento','','','2019-07-12 17:40:19','2019-07-12 17:40:19','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/day_brand_magento.svg',0,'attachment','image/svg+xml',0),(805,1,'2019-07-12 17:40:19','2019-07-12 17:40:19','','day_brand_magento','','inherit','open','closed','','day_brand_magento-2','','','2019-07-12 17:40:19','2019-07-12 17:40:19','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/day_brand_magento.svg',0,'attachment','image/svg+xml',0),(806,1,'2019-07-12 17:40:19','2019-07-12 17:40:19','','day_brand_magento','','inherit','open','closed','','day_brand_magento-2','','','2019-07-12 17:40:19','2019-07-12 17:40:19','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/day_brand_magento.svg',0,'attachment','image/svg+xml',0),(807,1,'2019-07-12 17:40:19','2019-07-12 17:40:19','','day_brand_magento','','inherit','open','closed','','day_brand_magento-2','','','2019-07-12 17:40:19','2019-07-12 17:40:19','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/day_brand_magento.svg',0,'attachment','image/svg+xml',0),(808,1,'2019-07-12 17:40:19','2019-07-12 17:40:19','','day_brand_magento','','inherit','open','closed','','day_brand_magento-2','','','2019-07-12 17:40:19','2019-07-12 17:40:19','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/day_brand_magento.svg',0,'attachment','image/svg+xml',0),(809,1,'2019-07-12 17:40:23','2019-07-12 17:40:23','','day_brand_opencart','','inherit','open','closed','','day_brand_opencart','','','2019-07-12 17:40:23','2019-07-12 17:40:23','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/day_brand_opencart.svg',0,'attachment','image/svg+xml',0),(810,1,'2019-07-12 17:40:23','2019-07-12 17:40:23','','day_brand_opencart','','inherit','open','closed','','day_brand_opencart-2','','','2019-07-12 17:40:23','2019-07-12 17:40:23','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/day_brand_opencart.svg',0,'attachment','image/svg+xml',0),(811,1,'2019-07-12 17:40:23','2019-07-12 17:40:23','','day_brand_opencart','','inherit','open','closed','','day_brand_opencart-2','','','2019-07-12 17:40:23','2019-07-12 17:40:23','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/day_brand_opencart.svg',0,'attachment','image/svg+xml',0),(812,1,'2019-07-12 17:40:23','2019-07-12 17:40:23','','day_brand_opencart','','inherit','open','closed','','day_brand_opencart-2','','','2019-07-12 17:40:23','2019-07-12 17:40:23','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/day_brand_opencart.svg',0,'attachment','image/svg+xml',0),(813,1,'2019-07-12 17:40:23','2019-07-12 17:40:23','','day_brand_opencart','','inherit','open','closed','','day_brand_opencart-2','','','2019-07-12 17:40:23','2019-07-12 17:40:23','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/day_brand_opencart.svg',0,'attachment','image/svg+xml',0),(814,1,'2019-07-12 17:40:30','2019-07-12 17:40:30','','day_brand_oscommerce','','inherit','open','closed','','day_brand_oscommerce','','','2019-07-12 17:40:30','2019-07-12 17:40:30','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/day_brand_oscommerce.svg',0,'attachment','image/svg+xml',0),(815,1,'2019-07-12 17:40:30','2019-07-12 17:40:30','','day_brand_oscommerce','','inherit','open','closed','','day_brand_oscommerce-2','','','2019-07-12 17:40:30','2019-07-12 17:40:30','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/day_brand_oscommerce.svg',0,'attachment','image/svg+xml',0),(816,1,'2019-07-12 17:40:30','2019-07-12 17:40:30','','day_brand_oscommerce','','inherit','open','closed','','day_brand_oscommerce-2','','','2019-07-12 17:40:30','2019-07-12 17:40:30','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/day_brand_oscommerce.svg',0,'attachment','image/svg+xml',0),(817,1,'2019-07-12 17:40:30','2019-07-12 17:40:30','','day_brand_oscommerce','','inherit','open','closed','','day_brand_oscommerce-2','','','2019-07-12 17:40:30','2019-07-12 17:40:30','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/day_brand_oscommerce.svg',0,'attachment','image/svg+xml',0),(818,1,'2019-07-12 17:40:30','2019-07-12 17:40:30','','day_brand_oscommerce','','inherit','open','closed','','day_brand_oscommerce-2','','','2019-07-12 17:40:30','2019-07-12 17:40:30','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/day_brand_oscommerce.svg',0,'attachment','image/svg+xml',0),(819,1,'2019-07-12 17:40:34','2019-07-12 17:40:34','','day_brand_shopify','','inherit','open','closed','','day_brand_shopify','','','2019-07-12 17:40:34','2019-07-12 17:40:34','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/day_brand_shopify.svg',0,'attachment','image/svg+xml',0),(820,1,'2019-07-12 17:40:34','2019-07-12 17:40:34','','day_brand_shopify','','inherit','open','closed','','day_brand_shopify-2','','','2019-07-12 17:40:34','2019-07-12 17:40:34','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/day_brand_shopify.svg',0,'attachment','image/svg+xml',0),(821,1,'2019-07-12 17:40:34','2019-07-12 17:40:34','','day_brand_shopify','','inherit','open','closed','','day_brand_shopify-2','','','2019-07-12 17:40:34','2019-07-12 17:40:34','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/day_brand_shopify.svg',0,'attachment','image/svg+xml',0),(822,1,'2019-07-12 17:40:34','2019-07-12 17:40:34','','day_brand_shopify','','inherit','open','closed','','day_brand_shopify-2','','','2019-07-12 17:40:34','2019-07-12 17:40:34','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/day_brand_shopify.svg',0,'attachment','image/svg+xml',0),(823,1,'2019-07-12 17:40:34','2019-07-12 17:40:34','','day_brand_shopify','','inherit','open','closed','','day_brand_shopify-2','','','2019-07-12 17:40:34','2019-07-12 17:40:34','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/day_brand_shopify.svg',0,'attachment','image/svg+xml',0),(824,1,'2019-07-12 17:40:37','2019-07-12 17:40:37','','day_brand_whm','','inherit','open','closed','','day_brand_whm','','','2019-07-12 17:40:37','2019-07-12 17:40:37','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/day_brand_whm.svg',0,'attachment','image/svg+xml',0),(825,1,'2019-07-12 17:40:37','2019-07-12 17:40:37','','day_brand_whm','','inherit','open','closed','','day_brand_whm-2','','','2019-07-12 17:40:37','2019-07-12 17:40:37','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/day_brand_whm.svg',0,'attachment','image/svg+xml',0),(826,1,'2019-07-12 17:40:37','2019-07-12 17:40:37','','day_brand_whm','','inherit','open','closed','','day_brand_whm-2','','','2019-07-12 17:40:37','2019-07-12 17:40:37','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/day_brand_whm.svg',0,'attachment','image/svg+xml',0),(827,1,'2019-07-12 17:40:37','2019-07-12 17:40:37','','day_brand_whm','','inherit','open','closed','','day_brand_whm-2','','','2019-07-12 17:40:37','2019-07-12 17:40:37','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/day_brand_whm.svg',0,'attachment','image/svg+xml',0),(828,1,'2019-07-12 17:40:37','2019-07-12 17:40:37','','day_brand_whm','','inherit','open','closed','','day_brand_whm-2','','','2019-07-12 17:40:37','2019-07-12 17:40:37','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/day_brand_whm.svg',0,'attachment','image/svg+xml',0),(829,1,'2019-07-12 17:40:42','2019-07-12 17:40:42','','day_brand_woo','','inherit','open','closed','','day_brand_woo','','','2019-07-12 17:40:42','2019-07-12 17:40:42','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/day_brand_woo.svg',0,'attachment','image/svg+xml',0),(830,1,'2019-07-12 17:40:42','2019-07-12 17:40:42','','day_brand_woo','','inherit','open','closed','','day_brand_woo-2','','','2019-07-12 17:40:42','2019-07-12 17:40:42','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/day_brand_woo.svg',0,'attachment','image/svg+xml',0),(831,1,'2019-07-12 17:40:42','2019-07-12 17:40:42','','day_brand_woo','','inherit','open','closed','','day_brand_woo-2','','','2019-07-12 17:40:42','2019-07-12 17:40:42','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/day_brand_woo.svg',0,'attachment','image/svg+xml',0),(832,1,'2019-07-12 17:40:42','2019-07-12 17:40:42','','day_brand_woo','','inherit','open','closed','','day_brand_woo-2','','','2019-07-12 17:40:42','2019-07-12 17:40:42','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/day_brand_woo.svg',0,'attachment','image/svg+xml',0),(833,1,'2019-07-12 17:40:42','2019-07-12 17:40:42','','day_brand_woo','','inherit','open','closed','','day_brand_woo-2','','','2019-07-12 17:40:42','2019-07-12 17:40:42','',0,'http://localhost/cappen/griflan-crypto-wallet/web/app/uploads/2019/07/day_brand_woo.svg',0,'attachment','image/svg+xml',0),(834,1,'2019-07-15 19:47:15','2019-07-15 19:47:15','','Wallet','','inherit','closed','closed','','181-revision-v1','','','2019-07-15 19:47:15','2019-07-15 19:47:15','',181,'http://localhost/cappen/griflan-crypto-wallet/web/181-revision-v1/',0,'revision','',0),(835,1,'2019-07-15 19:47:19','2019-07-15 19:47:19','','Wallet','','inherit','closed','closed','','492-revision-v1','','','2019-07-15 19:47:19','2019-07-15 19:47:19','',492,'http://localhost/cappen/griflan-crypto-wallet/web/492-revision-v1/',0,'revision','',0),(836,1,'2019-07-15 19:47:36','2019-07-15 19:47:36','','Wallet','','inherit','closed','closed','','181-revision-v1','','','2019-07-15 19:47:36','2019-07-15 19:47:36','',181,'http://localhost/cappen/griflan-crypto-wallet/web/181-revision-v1/',0,'revision','',0),(837,1,'2019-07-15 19:47:42','2019-07-15 19:47:42','','Wallet','','inherit','closed','closed','','492-revision-v1','','','2019-07-15 19:47:42','2019-07-15 19:47:42','',492,'http://localhost/cappen/griflan-crypto-wallet/web/492-revision-v1/',0,'revision','',0),(839,1,'2019-07-22 19:56:27','2019-07-22 19:56:27','','About','','inherit','closed','closed','','136-revision-v1','','','2019-07-22 19:56:27','2019-07-22 19:56:27','',136,'http://localhost/cappen/griflan-crypto-wallet/web/136-revision-v1/',0,'revision','',0),(840,1,'2019-07-22 19:57:02','2019-07-22 19:57:02','','About','','inherit','closed','closed','','136-revision-v1','','','2019-07-22 19:57:02','2019-07-22 19:57:02','',136,'http://localhost/cappen/griflan-crypto-wallet/web/136-revision-v1/',0,'revision','',0),(841,1,'2019-07-22 19:58:11','2019-07-22 19:58:11','','About','','inherit','closed','closed','','136-revision-v1','','','2019-07-22 19:58:11','2019-07-22 19:58:11','',136,'http://localhost/cappen/griflan-crypto-wallet/web/136-revision-v1/',0,'revision','',0),(842,1,'2019-07-22 19:58:45','2019-07-22 19:58:45','','About','','inherit','closed','closed','','136-revision-v1','','','2019-07-22 19:58:45','2019-07-22 19:58:45','',136,'http://localhost/cappen/griflan-crypto-wallet/web/136-revision-v1/',0,'revision','',0),(843,1,'2019-07-23 16:15:40','2019-07-23 16:15:40','','Card','','inherit','closed','closed','','221-revision-v1','','','2019-07-23 16:15:40','2019-07-23 16:15:40','',221,'http://localhost/cappen/griflan-crypto-wallet/web/221-revision-v1/',0,'revision','',0),(844,1,'2019-07-23 16:16:17','2019-07-23 16:16:17','','Card','','inherit','closed','closed','','221-revision-v1','','','2019-07-23 16:16:17','2019-07-23 16:16:17','',221,'http://localhost/cappen/griflan-crypto-wallet/web/221-revision-v1/',0,'revision','',0),(845,1,'2019-07-24 20:44:52','2019-07-24 20:44:52','','profile','','inherit','open','closed','','profile','','','2019-07-24 20:44:52','2019-07-24 20:44:52','',136,'http://cryptowallet.labcp.co/app/uploads/2019/07/profile.png',0,'attachment','image/png',0),(846,1,'2019-07-24 20:44:52','2019-07-24 20:44:52','','profile','','inherit','open','closed','','profile-2','','','2019-07-24 20:44:52','2019-07-24 20:44:52','',0,'http://cryptowallet.labcp.co/app/uploads/2019/07/profile.png',0,'attachment','image/png',0),(847,1,'2019-07-24 20:44:52','2019-07-24 20:44:52','','profile','','inherit','open','closed','','profile-2','','','2019-07-24 20:44:52','2019-07-24 20:44:52','',0,'http://cryptowallet.labcp.co/app/uploads/2019/07/profile.png',0,'attachment','image/png',0),(848,1,'2019-07-24 20:44:52','2019-07-24 20:44:52','','profile','','inherit','open','closed','','profile-2','','','2019-07-24 20:44:52','2019-07-24 20:44:52','',0,'http://cryptowallet.labcp.co/app/uploads/2019/07/profile.png',0,'attachment','image/png',0),(849,1,'2019-07-24 20:44:52','2019-07-24 20:44:52','','profile','','inherit','open','closed','','profile-2','','','2019-07-24 20:44:52','2019-07-24 20:44:52','',421,'http://cryptowallet.labcp.co/app/uploads/2019/07/profile.png',0,'attachment','image/png',0),(850,1,'2019-07-24 20:45:45','2019-07-24 20:45:45','','About','','inherit','closed','closed','','136-revision-v1','','','2019-07-24 20:45:45','2019-07-24 20:45:45','',136,'http://cryptowallet.labcp.co/136-revision-v1/',0,'revision','',0),(851,1,'2019-08-02 20:38:04','2019-08-02 20:38:04','a:12:{s:4:\"type\";s:6:\"number\";s:12:\"instructions\";s:10:\"-1 for all\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"50\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";i:-1;s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:3:\"min\";i:-1;s:3:\"max\";s:0:\"\";s:4:\"step\";s:0:\"\";}','Number of posts 1','number_of_posts_1','publish','closed','closed','','field_5d449ee7c906d','','','2019-08-02 20:38:04','2019-08-02 20:38:04','',7,'http://cryptowallet.labcp.co/?post_type=acf-field&p=851',1,'acf-field','',0),(852,1,'2019-08-02 20:38:04','2019-08-02 20:38:04','a:12:{s:4:\"type\";s:6:\"number\";s:12:\"instructions\";s:10:\"-1 for all\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"50\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";i:-1;s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:3:\"min\";i:-1;s:3:\"max\";s:0:\"\";s:4:\"step\";s:0:\"\";}','Number of posts 2','number_of_posts_2','publish','closed','closed','','field_5d449f1dc906e','','','2019-08-02 20:38:04','2019-08-02 20:38:04','',7,'http://cryptowallet.labcp.co/?post_type=acf-field&p=852',3,'acf-field','',0),(853,1,'2019-08-02 20:38:04','2019-08-02 20:38:04','a:12:{s:4:\"type\";s:6:\"number\";s:12:\"instructions\";s:10:\"-1 for all\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"50\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";i:-1;s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:3:\"min\";i:-1;s:3:\"max\";s:0:\"\";s:4:\"step\";s:0:\"\";}','Number of posts 3','number_of_posts_3','publish','closed','closed','','field_5d449f1ec906f','','','2019-08-02 20:38:04','2019-08-02 20:38:04','',7,'http://cryptowallet.labcp.co/?post_type=acf-field&p=853',5,'acf-field','',0),(854,1,'2019-08-02 20:38:04','2019-08-02 20:38:04','a:12:{s:4:\"type\";s:6:\"number\";s:12:\"instructions\";s:10:\"-1 for all\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"50\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";i:-1;s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:3:\"min\";i:-1;s:3:\"max\";s:0:\"\";s:4:\"step\";s:0:\"\";}','Number of posts 4','number_of_posts_4','publish','closed','closed','','field_5d449f20c9070','','','2019-08-02 20:38:04','2019-08-02 20:38:04','',7,'http://cryptowallet.labcp.co/?post_type=acf-field&p=854',7,'acf-field','',0),(855,1,'2019-08-02 20:38:04','2019-08-02 20:38:04','a:12:{s:4:\"type\";s:6:\"number\";s:12:\"instructions\";s:10:\"-1 for all\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"50\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";i:-1;s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:3:\"min\";i:-1;s:3:\"max\";s:0:\"\";s:4:\"step\";s:0:\"\";}','Number of posts 5','number_of_posts_5','publish','closed','closed','','field_5d449f21c9071','','','2019-08-02 20:38:04','2019-08-02 20:38:04','',7,'http://cryptowallet.labcp.co/?post_type=acf-field&p=855',9,'acf-field','',0),(857,1,'2019-08-06 21:13:26','2019-08-06 21:13:26','a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:13:\"page_template\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:14:\"page-media.php\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";}','Media Kit','media-kit','publish','open','open','','group_5d486e0b34299','','','2019-08-06 21:13:26','2019-08-06 21:13:26','',0,'http://cryptowallet.labcp.co/?p=857',0,'acf-field-group','',0),(858,1,'2019-08-06 21:13:26','2019-08-06 21:13:26','a:7:{s:4:\"type\";s:3:\"tab\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"placement\";s:3:\"top\";s:8:\"endpoint\";i:0;}','Description','','publish','closed','closed','','field_5d48740bc5d06','','','2019-08-06 21:13:26','2019-08-06 21:13:26','',857,'http://cryptowallet.labcp.co/?post_type=acf-field&p=858',0,'acf-field','',0),(859,1,'2019-08-06 21:13:26','2019-08-06 21:13:26','a:10:{s:4:\"type\";s:4:\"file\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:8:\"min_size\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}','Archive for Download','archive_for_download','publish','closed','closed','','field_5d486e3676668','','','2019-08-06 21:13:26','2019-08-06 21:13:26','',857,'http://cryptowallet.labcp.co/?post_type=acf-field&p=859',1,'acf-field','',0),(860,1,'2019-08-06 21:13:26','2019-08-06 21:13:26','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"50\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:6:\"Slogan\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Title 1','title_1','publish','closed','closed','','field_5d486eb276669','','','2019-08-06 21:13:26','2019-08-06 21:13:26','',857,'http://cryptowallet.labcp.co/?post_type=acf-field&p=860',2,'acf-field','',0),(861,1,'2019-08-06 21:13:26','2019-08-06 21:13:26','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"50\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:11:\"Boilerplate\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Title 2','title_2','publish','closed','closed','','field_5d486ee07666a','','','2019-08-06 21:13:26','2019-08-06 21:13:26','',857,'http://cryptowallet.labcp.co/?post_type=acf-field&p=861',3,'acf-field','',0),(862,1,'2019-08-06 21:13:26','2019-08-06 21:13:26','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"50\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:4;s:9:\"new_lines\";s:2:\"br\";}','Text 1','text_1','publish','closed','closed','','field_5d486efe7666b','','','2019-08-06 21:13:26','2019-08-06 21:13:26','',857,'http://cryptowallet.labcp.co/?post_type=acf-field&p=862',4,'acf-field','',0),(863,1,'2019-08-06 21:13:26','2019-08-06 21:13:26','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"50\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:4;s:9:\"new_lines\";s:2:\"br\";}','Text 2','text_2','publish','closed','closed','','field_5d486f177666c','','','2019-08-06 21:13:26','2019-08-06 21:13:26','',857,'http://cryptowallet.labcp.co/?post_type=acf-field&p=863',5,'acf-field','',0),(864,1,'2019-08-06 21:13:26','2019-08-06 21:13:26','a:7:{s:4:\"type\";s:3:\"tab\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"placement\";s:3:\"top\";s:8:\"endpoint\";i:0;}','Logo & Icon','','publish','closed','closed','','field_5d486f462b4bb','','','2019-08-06 21:13:26','2019-08-06 21:13:26','',857,'http://cryptowallet.labcp.co/?post_type=acf-field&p=864',6,'acf-field','',0),(865,1,'2019-08-06 21:13:26','2019-08-06 21:13:26','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:3:\"100\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:11:\"LOGO & ICON\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Title','title_logo','publish','closed','closed','','field_5d486fbf2b4bd','','','2019-08-06 21:13:26','2019-08-06 21:13:26','',857,'http://cryptowallet.labcp.co/?post_type=acf-field&p=865',7,'acf-field','',0),(866,1,'2019-08-06 21:13:26','2019-08-06 21:13:26','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:3:\"100\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:3;s:9:\"new_lines\";s:2:\"br\";}','Text','text_logo','publish','closed','closed','','field_5d486fd02b4be','','','2019-08-06 21:13:26','2019-08-06 21:13:26','',857,'http://cryptowallet.labcp.co/?post_type=acf-field&p=866',8,'acf-field','',0),(867,1,'2019-08-06 21:13:26','2019-08-06 21:13:26','a:7:{s:4:\"type\";s:5:\"group\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:6:\"layout\";s:5:\"block\";s:10:\"sub_fields\";a:0:{}}','Logo & Icon','logo_&_icon','publish','closed','closed','','field_5d486f832b4bc','','','2019-08-06 21:13:26','2019-08-06 21:13:26','',857,'http://cryptowallet.labcp.co/?post_type=acf-field&p=867',9,'acf-field','',0),(868,1,'2019-08-06 21:13:26','2019-08-06 21:13:26','a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"70\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:6:\"medium\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}','Logo 1','logo_1','publish','closed','closed','','field_5d486ff32b4bf','','','2019-08-06 21:13:26','2019-08-06 21:13:26','',867,'http://cryptowallet.labcp.co/?post_type=acf-field&p=868',0,'acf-field','',0),(869,1,'2019-08-06 21:13:26','2019-08-06 21:13:26','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"30\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:4;s:9:\"new_lines\";s:2:\"br\";}','Warning Logo 1','warning_logo_1','publish','closed','closed','','field_5d4870132b4c0','','','2019-08-06 21:13:26','2019-08-06 21:13:26','',867,'http://cryptowallet.labcp.co/?post_type=acf-field&p=869',1,'acf-field','',0),(870,1,'2019-08-06 21:13:26','2019-08-06 21:13:26','a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"50\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:6:\"medium\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}','Logo 1 Night','logo_1_night','publish','closed','closed','','field_5d4870732b4c3','','','2019-08-06 21:13:26','2019-08-06 21:13:26','',867,'http://cryptowallet.labcp.co/?post_type=acf-field&p=870',2,'acf-field','',0),(871,1,'2019-08-06 21:13:26','2019-08-06 21:13:26','a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"50\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:6:\"medium\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}','Logo 1 Day','logo_1_day','publish','closed','closed','','field_5d4870882b4c4','','','2019-08-06 21:13:26','2019-08-06 21:13:26','',867,'http://cryptowallet.labcp.co/?post_type=acf-field&p=871',3,'acf-field','',0),(872,1,'2019-08-06 21:13:26','2019-08-06 21:13:26','a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"70\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:6:\"medium\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}','Logo 2','logo_2','publish','closed','closed','','field_5d4870682b4c1','','','2019-08-06 21:13:26','2019-08-06 21:13:26','',867,'http://cryptowallet.labcp.co/?post_type=acf-field&p=872',4,'acf-field','',0),(873,1,'2019-08-06 21:13:26','2019-08-06 21:13:26','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"30\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:4;s:9:\"new_lines\";s:2:\"br\";}','Warning Logo 2','warning_logo_2','publish','closed','closed','','field_5d48706a2b4c2','','','2019-08-06 21:13:26','2019-08-06 21:13:26','',867,'http://cryptowallet.labcp.co/?post_type=acf-field&p=873',5,'acf-field','',0),(874,1,'2019-08-06 21:13:26','2019-08-06 21:13:26','a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"50\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:6:\"medium\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}','Logo 2 Night','logo_2_night','publish','closed','closed','','field_5d48709a2b4c5','','','2019-08-06 21:13:26','2019-08-06 21:13:26','',867,'http://cryptowallet.labcp.co/?post_type=acf-field&p=874',6,'acf-field','',0),(875,1,'2019-08-06 21:13:26','2019-08-06 21:13:26','a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"50\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:6:\"medium\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}','Logo 2 Day','logo_2_day','publish','closed','closed','','field_5d48709d2b4c6','','','2019-08-06 21:13:26','2019-08-06 21:13:26','',867,'http://cryptowallet.labcp.co/?post_type=acf-field&p=875',7,'acf-field','',0),(876,1,'2019-08-06 21:13:26','2019-08-06 21:13:26','a:7:{s:4:\"type\";s:3:\"tab\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"placement\";s:3:\"top\";s:8:\"endpoint\";i:0;}','Color Palette','','publish','closed','closed','','field_5d4872b18e00e','','','2019-08-06 21:13:26','2019-08-06 21:13:26','',857,'http://cryptowallet.labcp.co/?post_type=acf-field&p=876',10,'acf-field','',0),(877,1,'2019-08-06 21:13:26','2019-08-06 21:13:26','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:3:\"100\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:13:\"COLOR PALETTE\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Title','title_color','publish','closed','closed','','field_5d4872ca8e010','','','2019-08-06 21:13:26','2019-08-06 21:13:26','',857,'http://cryptowallet.labcp.co/?post_type=acf-field&p=877',11,'acf-field','',0),(878,1,'2019-08-06 21:13:26','2019-08-06 21:13:26','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:3:\"100\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:3;s:9:\"new_lines\";s:2:\"br\";}','Text','text_color','publish','closed','closed','','field_5d4872ca8e011','','','2019-08-06 21:13:26','2019-08-06 21:13:26','',857,'http://cryptowallet.labcp.co/?post_type=acf-field&p=878',12,'acf-field','',0),(879,1,'2019-08-06 21:13:26','2019-08-06 21:13:26','a:10:{s:4:\"type\";s:8:\"repeater\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"collapsed\";s:19:\"field_5d48732c99a7c\";s:3:\"min\";i:0;s:3:\"max\";i:0;s:6:\"layout\";s:3:\"row\";s:12:\"button_label\";s:9:\"Add Color\";}','Color Palette','color_palette','publish','closed','closed','','field_5d4872ca8e00f','','','2019-08-06 21:13:26','2019-08-06 21:13:26','',857,'http://cryptowallet.labcp.co/?post_type=acf-field&p=879',13,'acf-field','',0),(880,1,'2019-08-06 21:13:26','2019-08-06 21:13:26','a:6:{s:4:\"type\";s:12:\"color_picker\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";}','Color','color','publish','closed','closed','','field_5d48732c99a7c','','','2019-08-06 21:13:26','2019-08-06 21:13:26','',879,'http://cryptowallet.labcp.co/?post_type=acf-field&p=880',0,'acf-field','',0),(881,1,'2019-08-06 21:13:26','2019-08-06 21:13:26','a:7:{s:4:\"type\";s:3:\"tab\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"placement\";s:3:\"top\";s:8:\"endpoint\";i:0;}','Press Releases','','publish','closed','closed','','field_5d48741ac5d07','','','2019-08-06 21:13:26','2019-08-06 21:13:26','',857,'http://cryptowallet.labcp.co/?post_type=acf-field&p=881',14,'acf-field','',0),(882,1,'2019-08-06 21:13:26','2019-08-06 21:13:26','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:3:\"100\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:14:\"Press Releases\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Title','title_press','publish','closed','closed','','field_5d487433c5d08','','','2019-08-06 21:13:26','2019-08-06 21:13:26','',857,'http://cryptowallet.labcp.co/?post_type=acf-field&p=882',15,'acf-field','',0),(883,1,'2019-08-06 21:13:26','2019-08-06 21:13:26','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:3:\"100\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:3;s:9:\"new_lines\";s:2:\"br\";}','Text','text_press','publish','closed','closed','','field_5d487435c5d09','','','2019-08-06 21:13:26','2019-08-06 21:13:26','',857,'http://cryptowallet.labcp.co/?post_type=acf-field&p=883',16,'acf-field','',0),(884,1,'2019-08-06 21:14:53','2019-08-06 21:14:53','a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:9:\"post_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:4:\"post\";}}}s:8:\"position\";s:15:\"acf_after_title\";s:5:\"style\";s:8:\"seamless\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";}','Press Release','press-release','publish','open','open','','group_5d48819cba561','','','2019-08-06 21:14:53','2019-08-06 21:14:53','',0,'http://cryptowallet.labcp.co/?p=884',0,'acf-field-group','',0),(885,1,'2019-08-06 21:14:53','2019-08-06 21:14:53','a:13:{s:4:\"type\";s:8:\"taxonomy\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:8:\"taxonomy\";s:6:\"format\";s:10:\"field_type\";s:5:\"radio\";s:10:\"allow_null\";i:0;s:8:\"add_term\";i:0;s:10:\"save_terms\";i:1;s:10:\"load_terms\";i:1;s:13:\"return_format\";s:6:\"object\";s:8:\"multiple\";i:0;}','Type','type','publish','closed','closed','','field_5d48826cdbf64','','','2019-08-06 21:14:53','2019-08-06 21:14:53','',884,'http://cryptowallet.labcp.co/?post_type=acf-field&p=885',0,'acf-field','',0),(886,1,'2019-08-06 21:16:43','2019-08-06 21:16:43','Blockchain security company BitGo is launching a new service for institutional clients: a clearing and settlements system that operates off-chain.\r\n\r\nBitGo announced this new service in a press release on May 14, 2019, describing some of the features that this new system will have. Assets “never need to leave custody,” according to the announcement, and “counterparty risk is minimized” with BitGo acting as custodian for both sides of any deal.\r\n\r\nBitGo expects its in-house clearing and settlements service to make arranging such deals more convenient. For example, all funds up for negotiation will remain in cold storage until after an agreement is signed, so that the risks of fraud by either party or outside actors is minimized. Additionally, investors do not need to break up their balance sheets by parking assets at every exchange with which they wish to trade.\r\n\r\nThis new service has evidently been in the works for quite some time. In September 2018, BitGo first received the go-ahead from regulators to act as a qualified custodian for digital assets, a necessary prerequisite for this plan. At the time, BitGo Chief Compliance Officer Shahla Ali told Bitcoin Magazine that the company intended to offer storage for assets “designed for institutional customers.” The press release announcing the new service specifically mentions that it is only available to these types of client.\r\n\r\nThe off-chain clearing and settlements service is the first publicly announced project specific to the BitGo Trust Company.\r\n\r\nIt is unclear whether or not the service will ever open up to a wider variety of investors. Currently, the service is only available to “OTC desks, single dealer platforms, exchanges, asset managers and broker-dealers,” according to the press release, and this may be the extent of BitGo’s plans.','BitGo Announces Settlement System for Institutional Clients','','publish','open','open','','bitgo-announces-settlement-system-for-institutional-clients-5','','','2019-08-06 21:16:43','2019-08-06 21:16:43','',0,'http://cryptowallet.labcp.co/?p=886',0,'post','',0),(887,1,'2019-08-06 21:16:43','2019-08-06 21:16:43','Blockchain security company BitGo is launching a new service for institutional clients: a clearing and settlements system that operates off-chain.\r\n\r\nBitGo announced this new service in a press release on May 14, 2019, describing some of the features that this new system will have. Assets “never need to leave custody,” according to the announcement, and “counterparty risk is minimized” with BitGo acting as custodian for both sides of any deal.\r\n\r\nBitGo expects its in-house clearing and settlements service to make arranging such deals more convenient. For example, all funds up for negotiation will remain in cold storage until after an agreement is signed, so that the risks of fraud by either party or outside actors is minimized. Additionally, investors do not need to break up their balance sheets by parking assets at every exchange with which they wish to trade.\r\n\r\nThis new service has evidently been in the works for quite some time. In September 2018, BitGo first received the go-ahead from regulators to act as a qualified custodian for digital assets, a necessary prerequisite for this plan. At the time, BitGo Chief Compliance Officer Shahla Ali told Bitcoin Magazine that the company intended to offer storage for assets “designed for institutional customers.” The press release announcing the new service specifically mentions that it is only available to these types of client.\r\n\r\nThe off-chain clearing and settlements service is the first publicly announced project specific to the BitGo Trust Company.\r\n\r\nIt is unclear whether or not the service will ever open up to a wider variety of investors. Currently, the service is only available to “OTC desks, single dealer platforms, exchanges, asset managers and broker-dealers,” according to the press release, and this may be the extent of BitGo’s plans.','BitGo Announces Settlement System for Institutional Clients','','inherit','closed','closed','','886-revision-v1','','','2019-08-06 21:16:43','2019-08-06 21:16:43','',886,'http://cryptowallet.labcp.co/886-revision-v1/',0,'revision','',0),(888,1,'2019-08-06 21:19:04','2019-08-06 21:19:04','Blockchain security company BitGo is launching a new service for institutional clients: a clearing and settlements system that operates off-chain.\r\n\r\nBitGo announced this new service in a press release on May 14, 2019, describing some of the features that this new system will have. Assets “never need to leave custody,” according to the announcement, and “counterparty risk is minimized” with BitGo acting as custodian for both sides of any deal.\r\n\r\nBitGo expects its in-house clearing and settlements service to make arranging such deals more convenient. For example, all funds up for negotiation will remain in cold storage until after an agreement is signed, so that the risks of fraud by either party or outside actors is minimized. Additionally, investors do not need to break up their balance sheets by parking assets at every exchange with which they wish to trade.\r\n\r\nThis new service has evidently been in the works for quite some time. In September 2018, BitGo first received the go-ahead from regulators to act as a qualified custodian for digital assets, a necessary prerequisite for this plan. At the time, BitGo Chief Compliance Officer Shahla Ali told Bitcoin Magazine that the company intended to offer storage for assets “designed for institutional customers.” The press release announcing the new service specifically mentions that it is only available to these types of client.\r\n\r\nThe off-chain clearing and settlements service is the first publicly announced project specific to the BitGo Trust Company.\r\n\r\nIt is unclear whether or not the service will ever open up to a wider variety of investors. Currently, the service is only available to “OTC desks, single dealer platforms, exchanges, asset managers and broker-dealers,” according to the press release, and this may be the extent of BitGo’s plans.','BitGo Announces Settlement System for Institutional Clients','','publish','open','open','','bitgo-announces-settlement-system-for-institutional-clients-10','','','2019-08-06 21:19:04','2019-08-06 21:19:04','',0,'http://cryptowallet.labcp.co/?p=888',0,'post','',0),(889,1,'2019-08-06 21:19:04','2019-08-06 21:19:04','Blockchain security company BitGo is launching a new service for institutional clients: a clearing and settlements system that operates off-chain.\r\n\r\nBitGo announced this new service in a press release on May 14, 2019, describing some of the features that this new system will have. Assets “never need to leave custody,” according to the announcement, and “counterparty risk is minimized” with BitGo acting as custodian for both sides of any deal.\r\n\r\nBitGo expects its in-house clearing and settlements service to make arranging such deals more convenient. For example, all funds up for negotiation will remain in cold storage until after an agreement is signed, so that the risks of fraud by either party or outside actors is minimized. Additionally, investors do not need to break up their balance sheets by parking assets at every exchange with which they wish to trade.\r\n\r\nThis new service has evidently been in the works for quite some time. In September 2018, BitGo first received the go-ahead from regulators to act as a qualified custodian for digital assets, a necessary prerequisite for this plan. At the time, BitGo Chief Compliance Officer Shahla Ali told Bitcoin Magazine that the company intended to offer storage for assets “designed for institutional customers.” The press release announcing the new service specifically mentions that it is only available to these types of client.\r\n\r\nThe off-chain clearing and settlements service is the first publicly announced project specific to the BitGo Trust Company.\r\n\r\nIt is unclear whether or not the service will ever open up to a wider variety of investors. Currently, the service is only available to “OTC desks, single dealer platforms, exchanges, asset managers and broker-dealers,” according to the press release, and this may be the extent of BitGo’s plans.','BitGo Announces Settlement System for Institutional Clients','','publish','open','open','','bitgo-announces-settlement-system-for-institutional-clients-9','','','2019-08-06 21:19:04','2019-08-06 21:19:04','',0,'http://cryptowallet.labcp.co/?p=889',0,'post','',0),(890,1,'2019-08-06 21:19:04','2019-08-06 21:19:04','Blockchain security company BitGo is launching a new service for institutional clients: a clearing and settlements system that operates off-chain.\r\n\r\nBitGo announced this new service in a press release on May 14, 2019, describing some of the features that this new system will have. Assets “never need to leave custody,” according to the announcement, and “counterparty risk is minimized” with BitGo acting as custodian for both sides of any deal.\r\n\r\nBitGo expects its in-house clearing and settlements service to make arranging such deals more convenient. For example, all funds up for negotiation will remain in cold storage until after an agreement is signed, so that the risks of fraud by either party or outside actors is minimized. Additionally, investors do not need to break up their balance sheets by parking assets at every exchange with which they wish to trade.\r\n\r\nThis new service has evidently been in the works for quite some time. In September 2018, BitGo first received the go-ahead from regulators to act as a qualified custodian for digital assets, a necessary prerequisite for this plan. At the time, BitGo Chief Compliance Officer Shahla Ali told Bitcoin Magazine that the company intended to offer storage for assets “designed for institutional customers.” The press release announcing the new service specifically mentions that it is only available to these types of client.\r\n\r\nThe off-chain clearing and settlements service is the first publicly announced project specific to the BitGo Trust Company.\r\n\r\nIt is unclear whether or not the service will ever open up to a wider variety of investors. Currently, the service is only available to “OTC desks, single dealer platforms, exchanges, asset managers and broker-dealers,” according to the press release, and this may be the extent of BitGo’s plans.','BitGo Announces Settlement System for Institutional Clients','','publish','open','open','','bitgo-announces-settlement-system-for-institutional-clients-6','','','2019-08-06 21:19:04','2019-08-06 21:19:04','',0,'http://cryptowallet.labcp.co/?p=890',0,'post','',0),(891,1,'2019-08-06 21:19:04','2019-08-06 21:19:04','Blockchain security company BitGo is launching a new service for institutional clients: a clearing and settlements system that operates off-chain.\r\n\r\nBitGo announced this new service in a press release on May 14, 2019, describing some of the features that this new system will have. Assets “never need to leave custody,” according to the announcement, and “counterparty risk is minimized” with BitGo acting as custodian for both sides of any deal.\r\n\r\nBitGo expects its in-house clearing and settlements service to make arranging such deals more convenient. For example, all funds up for negotiation will remain in cold storage until after an agreement is signed, so that the risks of fraud by either party or outside actors is minimized. Additionally, investors do not need to break up their balance sheets by parking assets at every exchange with which they wish to trade.\r\n\r\nThis new service has evidently been in the works for quite some time. In September 2018, BitGo first received the go-ahead from regulators to act as a qualified custodian for digital assets, a necessary prerequisite for this plan. At the time, BitGo Chief Compliance Officer Shahla Ali told Bitcoin Magazine that the company intended to offer storage for assets “designed for institutional customers.” The press release announcing the new service specifically mentions that it is only available to these types of client.\r\n\r\nThe off-chain clearing and settlements service is the first publicly announced project specific to the BitGo Trust Company.\r\n\r\nIt is unclear whether or not the service will ever open up to a wider variety of investors. Currently, the service is only available to “OTC desks, single dealer platforms, exchanges, asset managers and broker-dealers,” according to the press release, and this may be the extent of BitGo’s plans.','BitGo Announces Settlement System for Institutional Clients','','publish','open','open','','bitgo-announces-settlement-system-for-institutional-clients-7','','','2019-08-06 21:19:04','2019-08-06 21:19:04','',0,'http://cryptowallet.labcp.co/?p=891',0,'post','',0),(892,1,'2019-08-06 21:19:04','2019-08-06 21:19:04','Blockchain security company BitGo is launching a new service for institutional clients: a clearing and settlements system that operates off-chain.\r\n\r\nBitGo announced this new service in a press release on May 14, 2019, describing some of the features that this new system will have. Assets “never need to leave custody,” according to the announcement, and “counterparty risk is minimized” with BitGo acting as custodian for both sides of any deal.\r\n\r\nBitGo expects its in-house clearing and settlements service to make arranging such deals more convenient. For example, all funds up for negotiation will remain in cold storage until after an agreement is signed, so that the risks of fraud by either party or outside actors is minimized. Additionally, investors do not need to break up their balance sheets by parking assets at every exchange with which they wish to trade.\r\n\r\nThis new service has evidently been in the works for quite some time. In September 2018, BitGo first received the go-ahead from regulators to act as a qualified custodian for digital assets, a necessary prerequisite for this plan. At the time, BitGo Chief Compliance Officer Shahla Ali told Bitcoin Magazine that the company intended to offer storage for assets “designed for institutional customers.” The press release announcing the new service specifically mentions that it is only available to these types of client.\r\n\r\nThe off-chain clearing and settlements service is the first publicly announced project specific to the BitGo Trust Company.\r\n\r\nIt is unclear whether or not the service will ever open up to a wider variety of investors. Currently, the service is only available to “OTC desks, single dealer platforms, exchanges, asset managers and broker-dealers,” according to the press release, and this may be the extent of BitGo’s plans.','BitGo Announces Settlement System for Institutional Clients','','publish','open','open','','bitgo-announces-settlement-system-for-institutional-clients-8','','','2019-08-06 21:19:04','2019-08-06 21:19:04','',0,'http://cryptowallet.labcp.co/?p=892',0,'post','',0),(893,1,'2019-08-06 21:19:04','2019-08-06 21:19:04','Blockchain security company BitGo is launching a new service for institutional clients: a clearing and settlements system that operates off-chain.\r\n\r\nBitGo announced this new service in a press release on May 14, 2019, describing some of the features that this new system will have. Assets “never need to leave custody,” according to the announcement, and “counterparty risk is minimized” with BitGo acting as custodian for both sides of any deal.\r\n\r\nBitGo expects its in-house clearing and settlements service to make arranging such deals more convenient. For example, all funds up for negotiation will remain in cold storage until after an agreement is signed, so that the risks of fraud by either party or outside actors is minimized. Additionally, investors do not need to break up their balance sheets by parking assets at every exchange with which they wish to trade.\r\n\r\nThis new service has evidently been in the works for quite some time. In September 2018, BitGo first received the go-ahead from regulators to act as a qualified custodian for digital assets, a necessary prerequisite for this plan. At the time, BitGo Chief Compliance Officer Shahla Ali told Bitcoin Magazine that the company intended to offer storage for assets “designed for institutional customers.” The press release announcing the new service specifically mentions that it is only available to these types of client.\r\n\r\nThe off-chain clearing and settlements service is the first publicly announced project specific to the BitGo Trust Company.\r\n\r\nIt is unclear whether or not the service will ever open up to a wider variety of investors. Currently, the service is only available to “OTC desks, single dealer platforms, exchanges, asset managers and broker-dealers,” according to the press release, and this may be the extent of BitGo’s plans.','BitGo Announces Settlement System for Institutional Clients','','inherit','closed','closed','','890-revision-v1','','','2019-08-06 21:19:04','2019-08-06 21:19:04','',890,'http://cryptowallet.labcp.co/890-revision-v1/',0,'revision','',0),(894,1,'2019-08-06 21:19:04','2019-08-06 21:19:04','Blockchain security company BitGo is launching a new service for institutional clients: a clearing and settlements system that operates off-chain.\r\n\r\nBitGo announced this new service in a press release on May 14, 2019, describing some of the features that this new system will have. Assets “never need to leave custody,” according to the announcement, and “counterparty risk is minimized” with BitGo acting as custodian for both sides of any deal.\r\n\r\nBitGo expects its in-house clearing and settlements service to make arranging such deals more convenient. For example, all funds up for negotiation will remain in cold storage until after an agreement is signed, so that the risks of fraud by either party or outside actors is minimized. Additionally, investors do not need to break up their balance sheets by parking assets at every exchange with which they wish to trade.\r\n\r\nThis new service has evidently been in the works for quite some time. In September 2018, BitGo first received the go-ahead from regulators to act as a qualified custodian for digital assets, a necessary prerequisite for this plan. At the time, BitGo Chief Compliance Officer Shahla Ali told Bitcoin Magazine that the company intended to offer storage for assets “designed for institutional customers.” The press release announcing the new service specifically mentions that it is only available to these types of client.\r\n\r\nThe off-chain clearing and settlements service is the first publicly announced project specific to the BitGo Trust Company.\r\n\r\nIt is unclear whether or not the service will ever open up to a wider variety of investors. Currently, the service is only available to “OTC desks, single dealer platforms, exchanges, asset managers and broker-dealers,” according to the press release, and this may be the extent of BitGo’s plans.','BitGo Announces Settlement System for Institutional Clients','','inherit','closed','closed','','891-revision-v1','','','2019-08-06 21:19:04','2019-08-06 21:19:04','',891,'http://cryptowallet.labcp.co/891-revision-v1/',0,'revision','',0),(895,1,'2019-08-06 21:19:04','2019-08-06 21:19:04','Blockchain security company BitGo is launching a new service for institutional clients: a clearing and settlements system that operates off-chain.\r\n\r\nBitGo announced this new service in a press release on May 14, 2019, describing some of the features that this new system will have. Assets “never need to leave custody,” according to the announcement, and “counterparty risk is minimized” with BitGo acting as custodian for both sides of any deal.\r\n\r\nBitGo expects its in-house clearing and settlements service to make arranging such deals more convenient. For example, all funds up for negotiation will remain in cold storage until after an agreement is signed, so that the risks of fraud by either party or outside actors is minimized. Additionally, investors do not need to break up their balance sheets by parking assets at every exchange with which they wish to trade.\r\n\r\nThis new service has evidently been in the works for quite some time. In September 2018, BitGo first received the go-ahead from regulators to act as a qualified custodian for digital assets, a necessary prerequisite for this plan. At the time, BitGo Chief Compliance Officer Shahla Ali told Bitcoin Magazine that the company intended to offer storage for assets “designed for institutional customers.” The press release announcing the new service specifically mentions that it is only available to these types of client.\r\n\r\nThe off-chain clearing and settlements service is the first publicly announced project specific to the BitGo Trust Company.\r\n\r\nIt is unclear whether or not the service will ever open up to a wider variety of investors. Currently, the service is only available to “OTC desks, single dealer platforms, exchanges, asset managers and broker-dealers,” according to the press release, and this may be the extent of BitGo’s plans.','BitGo Announces Settlement System for Institutional Clients','','inherit','closed','closed','','892-revision-v1','','','2019-08-06 21:19:04','2019-08-06 21:19:04','',892,'http://cryptowallet.labcp.co/892-revision-v1/',0,'revision','',0),(896,1,'2019-08-06 21:19:04','2019-08-06 21:19:04','Blockchain security company BitGo is launching a new service for institutional clients: a clearing and settlements system that operates off-chain.\r\n\r\nBitGo announced this new service in a press release on May 14, 2019, describing some of the features that this new system will have. Assets “never need to leave custody,” according to the announcement, and “counterparty risk is minimized” with BitGo acting as custodian for both sides of any deal.\r\n\r\nBitGo expects its in-house clearing and settlements service to make arranging such deals more convenient. For example, all funds up for negotiation will remain in cold storage until after an agreement is signed, so that the risks of fraud by either party or outside actors is minimized. Additionally, investors do not need to break up their balance sheets by parking assets at every exchange with which they wish to trade.\r\n\r\nThis new service has evidently been in the works for quite some time. In September 2018, BitGo first received the go-ahead from regulators to act as a qualified custodian for digital assets, a necessary prerequisite for this plan. At the time, BitGo Chief Compliance Officer Shahla Ali told Bitcoin Magazine that the company intended to offer storage for assets “designed for institutional customers.” The press release announcing the new service specifically mentions that it is only available to these types of client.\r\n\r\nThe off-chain clearing and settlements service is the first publicly announced project specific to the BitGo Trust Company.\r\n\r\nIt is unclear whether or not the service will ever open up to a wider variety of investors. Currently, the service is only available to “OTC desks, single dealer platforms, exchanges, asset managers and broker-dealers,” according to the press release, and this may be the extent of BitGo’s plans.','BitGo Announces Settlement System for Institutional Clients','','inherit','closed','closed','','889-revision-v1','','','2019-08-06 21:19:04','2019-08-06 21:19:04','',889,'http://cryptowallet.labcp.co/889-revision-v1/',0,'revision','',0),(897,1,'2019-08-06 21:19:04','2019-08-06 21:19:04','Blockchain security company BitGo is launching a new service for institutional clients: a clearing and settlements system that operates off-chain.\r\n\r\nBitGo announced this new service in a press release on May 14, 2019, describing some of the features that this new system will have. Assets “never need to leave custody,” according to the announcement, and “counterparty risk is minimized” with BitGo acting as custodian for both sides of any deal.\r\n\r\nBitGo expects its in-house clearing and settlements service to make arranging such deals more convenient. For example, all funds up for negotiation will remain in cold storage until after an agreement is signed, so that the risks of fraud by either party or outside actors is minimized. Additionally, investors do not need to break up their balance sheets by parking assets at every exchange with which they wish to trade.\r\n\r\nThis new service has evidently been in the works for quite some time. In September 2018, BitGo first received the go-ahead from regulators to act as a qualified custodian for digital assets, a necessary prerequisite for this plan. At the time, BitGo Chief Compliance Officer Shahla Ali told Bitcoin Magazine that the company intended to offer storage for assets “designed for institutional customers.” The press release announcing the new service specifically mentions that it is only available to these types of client.\r\n\r\nThe off-chain clearing and settlements service is the first publicly announced project specific to the BitGo Trust Company.\r\n\r\nIt is unclear whether or not the service will ever open up to a wider variety of investors. Currently, the service is only available to “OTC desks, single dealer platforms, exchanges, asset managers and broker-dealers,” according to the press release, and this may be the extent of BitGo’s plans.','BitGo Announces Settlement System for Institutional Clients','','inherit','closed','closed','','888-revision-v1','','','2019-08-06 21:19:04','2019-08-06 21:19:04','',888,'http://cryptowallet.labcp.co/888-revision-v1/',0,'revision','',0),(898,1,'2019-08-06 21:20:42','2019-08-06 21:20:42','Download our latest branding which includes various formats of our logo, icons, artwork, and color guide.','Media Kit','','inherit','closed','closed','','671-autosave-v1','','','2019-08-06 21:20:42','2019-08-06 21:20:42','',671,'http://cryptowallet.labcp.co/671-autosave-v1/',0,'revision','',0),(899,1,'2019-08-06 21:22:00','2019-08-06 21:22:00','','logo-cryptowallet-day','','inherit','open','closed','','logo-cryptowallet-day','','','2019-08-06 21:22:00','2019-08-06 21:22:00','',671,'http://cryptowallet.labcp.co/app/uploads/2019/08/logo-cryptowallet-day.png',0,'attachment','image/png',0),(900,1,'2019-08-06 21:22:00','2019-08-06 21:22:00','','logo-cryptowallet-day','','inherit','open','closed','','logo-cryptowallet-day-2','','','2019-08-06 21:22:00','2019-08-06 21:22:00','',0,'http://cryptowallet.labcp.co/app/uploads/2019/08/logo-cryptowallet-day.png',0,'attachment','image/png',0),(901,1,'2019-08-06 21:22:00','2019-08-06 21:22:00','','logo-cryptowallet-day','','inherit','open','closed','','logo-cryptowallet-day-2','','','2019-08-06 21:22:00','2019-08-06 21:22:00','',0,'http://cryptowallet.labcp.co/app/uploads/2019/08/logo-cryptowallet-day.png',0,'attachment','image/png',0),(902,1,'2019-08-06 21:22:00','2019-08-06 21:22:00','','logo-cryptowallet-day','','inherit','open','closed','','logo-cryptowallet-day-2','','','2019-08-06 21:22:00','2019-08-06 21:22:00','',0,'http://cryptowallet.labcp.co/app/uploads/2019/08/logo-cryptowallet-day.png',0,'attachment','image/png',0),(903,1,'2019-08-06 21:22:00','2019-08-06 21:22:00','','logo-cryptowallet-day','','inherit','open','closed','','logo-cryptowallet-day-2','','','2019-08-06 21:22:00','2019-08-06 21:22:00','',0,'http://cryptowallet.labcp.co/app/uploads/2019/08/logo-cryptowallet-day.png',0,'attachment','image/png',0),(904,1,'2019-08-06 21:22:05','2019-08-06 21:22:05','','logo-cryptowallet-full','','inherit','open','closed','','logo-cryptowallet-full','','','2019-08-06 21:22:05','2019-08-06 21:22:05','',671,'http://cryptowallet.labcp.co/app/uploads/2019/08/logo-cryptowallet-full.png',0,'attachment','image/png',0),(905,1,'2019-08-06 21:22:05','2019-08-06 21:22:05','','logo-cryptowallet-full','','inherit','open','closed','','logo-cryptowallet-full-2','','','2019-08-06 21:22:05','2019-08-06 21:22:05','',0,'http://cryptowallet.labcp.co/app/uploads/2019/08/logo-cryptowallet-full.png',0,'attachment','image/png',0),(906,1,'2019-08-06 21:22:05','2019-08-06 21:22:05','','logo-cryptowallet-full','','inherit','open','closed','','logo-cryptowallet-full-2','','','2019-08-06 21:22:05','2019-08-06 21:22:05','',0,'http://cryptowallet.labcp.co/app/uploads/2019/08/logo-cryptowallet-full.png',0,'attachment','image/png',0),(907,1,'2019-08-06 21:22:05','2019-08-06 21:22:05','','logo-cryptowallet-full','','inherit','open','closed','','logo-cryptowallet-full-2','','','2019-08-06 21:22:05','2019-08-06 21:22:05','',0,'http://cryptowallet.labcp.co/app/uploads/2019/08/logo-cryptowallet-full.png',0,'attachment','image/png',0),(908,1,'2019-08-06 21:22:05','2019-08-06 21:22:05','','logo-cryptowallet-full','','inherit','open','closed','','logo-cryptowallet-full-2','','','2019-08-06 21:22:05','2019-08-06 21:22:05','',0,'http://cryptowallet.labcp.co/app/uploads/2019/08/logo-cryptowallet-full.png',0,'attachment','image/png',0),(909,1,'2019-08-06 21:22:08','2019-08-06 21:22:08','','logo-cryptowallet-icon','','inherit','open','closed','','logo-cryptowallet-icon','','','2019-08-06 21:22:08','2019-08-06 21:22:08','',671,'http://cryptowallet.labcp.co/app/uploads/2019/08/logo-cryptowallet-icon.png',0,'attachment','image/png',0),(910,1,'2019-08-06 21:22:08','2019-08-06 21:22:08','','logo-cryptowallet-icon','','inherit','open','closed','','logo-cryptowallet-icon-2','','','2019-08-06 21:22:08','2019-08-06 21:22:08','',0,'http://cryptowallet.labcp.co/app/uploads/2019/08/logo-cryptowallet-icon.png',0,'attachment','image/png',0),(911,1,'2019-08-06 21:22:08','2019-08-06 21:22:08','','logo-cryptowallet-icon','','inherit','open','closed','','logo-cryptowallet-icon-2','','','2019-08-06 21:22:08','2019-08-06 21:22:08','',0,'http://cryptowallet.labcp.co/app/uploads/2019/08/logo-cryptowallet-icon.png',0,'attachment','image/png',0),(912,1,'2019-08-06 21:22:08','2019-08-06 21:22:08','','logo-cryptowallet-icon','','inherit','open','closed','','logo-cryptowallet-icon-2','','','2019-08-06 21:22:08','2019-08-06 21:22:08','',0,'http://cryptowallet.labcp.co/app/uploads/2019/08/logo-cryptowallet-icon.png',0,'attachment','image/png',0),(913,1,'2019-08-06 21:22:08','2019-08-06 21:22:08','','logo-cryptowallet-icon','','inherit','open','closed','','logo-cryptowallet-icon-2','','','2019-08-06 21:22:08','2019-08-06 21:22:08','',0,'http://cryptowallet.labcp.co/app/uploads/2019/08/logo-cryptowallet-icon.png',0,'attachment','image/png',0),(914,1,'2019-08-06 21:22:10','2019-08-06 21:22:10','','logo-cryptowallet-icon-day','','inherit','open','closed','','logo-cryptowallet-icon-day','','','2019-08-06 21:22:10','2019-08-06 21:22:10','',671,'http://cryptowallet.labcp.co/app/uploads/2019/08/logo-cryptowallet-icon-day.png',0,'attachment','image/png',0),(915,1,'2019-08-06 21:22:10','2019-08-06 21:22:10','','logo-cryptowallet-icon-day','','inherit','open','closed','','logo-cryptowallet-icon-day-2','','','2019-08-06 21:22:10','2019-08-06 21:22:10','',0,'http://cryptowallet.labcp.co/app/uploads/2019/08/logo-cryptowallet-icon-day.png',0,'attachment','image/png',0),(916,1,'2019-08-06 21:22:10','2019-08-06 21:22:10','','logo-cryptowallet-icon-day','','inherit','open','closed','','logo-cryptowallet-icon-day-2','','','2019-08-06 21:22:10','2019-08-06 21:22:10','',0,'http://cryptowallet.labcp.co/app/uploads/2019/08/logo-cryptowallet-icon-day.png',0,'attachment','image/png',0),(917,1,'2019-08-06 21:22:10','2019-08-06 21:22:10','','logo-cryptowallet-icon-day','','inherit','open','closed','','logo-cryptowallet-icon-day-2','','','2019-08-06 21:22:10','2019-08-06 21:22:10','',0,'http://cryptowallet.labcp.co/app/uploads/2019/08/logo-cryptowallet-icon-day.png',0,'attachment','image/png',0),(918,1,'2019-08-06 21:22:10','2019-08-06 21:22:10','','logo-cryptowallet-icon-day','','inherit','open','closed','','logo-cryptowallet-icon-day-2','','','2019-08-06 21:22:10','2019-08-06 21:22:10','',0,'http://cryptowallet.labcp.co/app/uploads/2019/08/logo-cryptowallet-icon-day.png',0,'attachment','image/png',0),(919,1,'2019-08-06 21:22:11','2019-08-06 21:22:11','','logo-cryptowallet-icon-night','','inherit','open','closed','','logo-cryptowallet-icon-night','','','2019-08-06 21:22:11','2019-08-06 21:22:11','',671,'http://cryptowallet.labcp.co/app/uploads/2019/08/logo-cryptowallet-icon-night.png',0,'attachment','image/png',0),(920,1,'2019-08-06 21:22:11','2019-08-06 21:22:11','','logo-cryptowallet-icon-night','','inherit','open','closed','','logo-cryptowallet-icon-night-2','','','2019-08-06 21:22:11','2019-08-06 21:22:11','',0,'http://cryptowallet.labcp.co/app/uploads/2019/08/logo-cryptowallet-icon-night.png',0,'attachment','image/png',0),(921,1,'2019-08-06 21:22:11','2019-08-06 21:22:11','','logo-cryptowallet-icon-night','','inherit','open','closed','','logo-cryptowallet-icon-night-2','','','2019-08-06 21:22:11','2019-08-06 21:22:11','',0,'http://cryptowallet.labcp.co/app/uploads/2019/08/logo-cryptowallet-icon-night.png',0,'attachment','image/png',0),(922,1,'2019-08-06 21:22:11','2019-08-06 21:22:11','','logo-cryptowallet-icon-night','','inherit','open','closed','','logo-cryptowallet-icon-night-2','','','2019-08-06 21:22:11','2019-08-06 21:22:11','',0,'http://cryptowallet.labcp.co/app/uploads/2019/08/logo-cryptowallet-icon-night.png',0,'attachment','image/png',0),(923,1,'2019-08-06 21:22:11','2019-08-06 21:22:11','','logo-cryptowallet-icon-night','','inherit','open','closed','','logo-cryptowallet-icon-night-2','','','2019-08-06 21:22:11','2019-08-06 21:22:11','',0,'http://cryptowallet.labcp.co/app/uploads/2019/08/logo-cryptowallet-icon-night.png',0,'attachment','image/png',0),(924,1,'2019-08-06 21:22:13','2019-08-06 21:22:13','','logo-cryptowallet-night','','inherit','open','closed','','logo-cryptowallet-night','','','2019-08-06 21:22:13','2019-08-06 21:22:13','',671,'http://cryptowallet.labcp.co/app/uploads/2019/08/logo-cryptowallet-night.png',0,'attachment','image/png',0),(925,1,'2019-08-06 21:22:13','2019-08-06 21:22:13','','logo-cryptowallet-night','','inherit','open','closed','','logo-cryptowallet-night-2','','','2019-08-06 21:22:13','2019-08-06 21:22:13','',0,'http://cryptowallet.labcp.co/app/uploads/2019/08/logo-cryptowallet-night.png',0,'attachment','image/png',0),(926,1,'2019-08-06 21:22:13','2019-08-06 21:22:13','','logo-cryptowallet-night','','inherit','open','closed','','logo-cryptowallet-night-2','','','2019-08-06 21:22:13','2019-08-06 21:22:13','',0,'http://cryptowallet.labcp.co/app/uploads/2019/08/logo-cryptowallet-night.png',0,'attachment','image/png',0),(927,1,'2019-08-06 21:22:13','2019-08-06 21:22:13','','logo-cryptowallet-night','','inherit','open','closed','','logo-cryptowallet-night-2','','','2019-08-06 21:22:13','2019-08-06 21:22:13','',0,'http://cryptowallet.labcp.co/app/uploads/2019/08/logo-cryptowallet-night.png',0,'attachment','image/png',0),(928,1,'2019-08-06 21:22:13','2019-08-06 21:22:13','','logo-cryptowallet-night','','inherit','open','closed','','logo-cryptowallet-night-2','','','2019-08-06 21:22:13','2019-08-06 21:22:13','',0,'http://cryptowallet.labcp.co/app/uploads/2019/08/logo-cryptowallet-night.png',0,'attachment','image/png',0),(929,1,'2019-08-06 21:24:24','2019-08-06 21:24:24','Download our latest branding which includes various formats of our logo, icons, artwork, and color guide.','Media Kit','','inherit','closed','closed','','671-revision-v1','','','2019-08-06 21:24:24','2019-08-06 21:24:24','',671,'http://cryptowallet.labcp.co/671-revision-v1/',0,'revision','',0),(932,1,'2019-08-09 15:10:20','2019-08-09 15:10:20','','Terms','','publish','closed','closed','','terms','','','2019-08-09 15:10:20','2019-08-09 15:10:20','',311,'http://cryptowallet.labcp.co/terms/',1,'nav_menu_item','',0),(933,1,'2019-08-09 15:10:20','2019-08-09 15:10:20','','Privacy','','publish','closed','closed','','privacy','','','2019-08-09 15:10:20','2019-08-09 15:10:20','',311,'http://cryptowallet.labcp.co/privacy/',2,'nav_menu_item','',0),(935,1,'2019-08-09 22:08:41','2019-08-09 22:08:41','Login to end-to-end crypto banking and commercial solution. The world of crypto is finally at your fingertips. Get on board!','Login','','publish','closed','closed','','login','','','2019-08-09 22:08:41','2019-08-09 22:08:41','',0,'http://cryptowallet.labcp.co/?page_id=935',13,'page','',0),(936,1,'2019-08-09 22:08:41','2019-08-09 22:08:41','Login to end-to-end crypto banking and commercial solution. The world of crypto is finally at your fingertips. Get on board!','Login','','inherit','closed','closed','','935-revision-v1','','','2019-08-09 22:08:41','2019-08-09 22:08:41','',935,'http://cryptowallet.labcp.co/935-revision-v1/',0,'revision','',0),(937,1,'2019-08-09 22:09:29','2019-08-09 22:09:29','You’re nearly there! We’ve sent an email to your inbox with final registration instructions.','Sign Up','','publish','closed','closed','','sign-up','','','2019-08-09 22:09:29','2019-08-09 22:09:29','',0,'http://cryptowallet.labcp.co/?page_id=937',14,'page','',0),(938,1,'2019-08-09 22:09:29','2019-08-09 22:09:29','You’re nearly there! We’ve sent an email to your inbox with final registration instructions.','Sign Up','','inherit','closed','closed','','937-revision-v1','','','2019-08-09 22:09:29','2019-08-09 22:09:29','',937,'http://cryptowallet.labcp.co/937-revision-v1/',0,'revision','',0),(939,1,'2019-08-09 22:09:52','2019-08-09 22:09:52','You’re nearly there! We’ve sent an email to your inbox with final registration instructions.','Almost Done','','publish','closed','closed','','almost-done','','','2019-08-09 22:09:52','2019-08-09 22:09:52','',0,'http://cryptowallet.labcp.co/?page_id=939',15,'page','',0),(940,1,'2019-08-09 22:09:52','2019-08-09 22:09:52','You’re nearly there! We’ve sent an email to your inbox with final registration instructions.','Almost Done','','inherit','closed','closed','','939-revision-v1','','','2019-08-09 22:09:52','2019-08-09 22:09:52','',939,'http://cryptowallet.labcp.co/939-revision-v1/',0,'revision','',0),(941,1,'2019-08-09 22:10:23','2019-08-09 22:10:23','You’re all set! Thank you for registering with CryptoWallet.','Sign up Complete','','publish','closed','closed','','sign-up-complete','','','2019-08-09 22:10:23','2019-08-09 22:10:23','',0,'http://cryptowallet.labcp.co/?page_id=941',16,'page','',0),(942,1,'2019-08-09 22:10:23','2019-08-09 22:10:23','You’re all set! Thank you for registering with CryptoWallet.','Sign up Complete','','inherit','closed','closed','','941-revision-v1','','','2019-08-09 22:10:23','2019-08-09 22:10:23','',941,'http://cryptowallet.labcp.co/941-revision-v1/',0,'revision','',0),(943,1,'2019-08-13 20:16:17','2019-08-13 20:16:17','','Coming Soon!','','publish','closed','closed','','coming-soon','','','2020-04-17 20:23:41','2020-04-17 20:23:41','',0,'http://cryptowallet.labcp.co/?page_id=943',0,'page','',0),(944,1,'2019-08-13 20:16:17','2019-08-13 20:16:17','','Coming Soon!','','inherit','closed','closed','','943-revision-v1','','','2019-08-13 20:16:17','2019-08-13 20:16:17','',943,'http://cryptowallet.labcp.co/943-revision-v1/',0,'revision','',0),(945,1,'2019-08-14 16:14:03','2019-08-14 16:14:03','<div class=\"row\">\r\n<div class=\"col-md-6 col1\">\r\n<div class=\"content\">\r\n<p><label><span class=\"description-small\">Name</span>[text* your-name]</label></p>\r\n<p><label><span class=\"description-small\">Email</span>[email* your-email]</label></p>\r\n<p><label><span class=\"description-small\">Subject</span>[text* your-subject]</label></p>\r\n<p class=\"copyright d-none d-md-block\">© 2020 CW Lab OÜ</p>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col2\">\r\n<div class=\"content\">\r\n<p><label><span class=\"description-small\">Message</span>[textarea* your-message]</label></p>\r\n<p class=\"copyright d-md-none\">© 2019 CryptoWallet</p>\r\n[submit class:btn \"Send\"]\r\n</div>\r\n</div>\r\n</div>\n1\nCrypto Wallet \"[your-subject]\"\nCrypto Wallet <wordpress@cryptowallet.labcp.co>\nfelipecavs@gmail.com\nFrom: [your-name] <[your-email]>\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on Crypto Wallet (http://cryptowallet.labcp.co)\nReply-To: [your-email]\n\n\n\n\nCrypto Wallet \"[your-subject]\"\nCrypto Wallet <wordpress@cryptowallet.labcp.co>\n[your-email]\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on Crypto Wallet (http://cryptowallet.labcp.co)\nReply-To: felipecavs@gmail.com\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nYour entered code is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.','Contact','','publish','closed','closed','','contact-form-1','','','2020-04-17 13:19:21','2020-04-17 13:19:21','',0,'http://cryptowallet.labcp.co/?post_type=wpcf7_contact_form&#038;p=945',0,'wpcf7_contact_form','',0),(946,1,'2019-08-14 23:06:29','2019-08-14 23:06:29','a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:13:\"page_template\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:19:\"page-affiliates.php\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";a:1:{i:0;s:11:\"the_content\";}s:11:\"description\";s:0:\"\";}','Affiliates','affiliates','publish','open','open','','group_5d51aae18cee9','','','2019-08-14 23:06:29','2019-08-14 23:06:29','',0,'http://cryptowallet.labcp.co/?p=946',0,'acf-field-group','',0),(947,1,'2019-08-14 23:06:28','2019-08-14 23:06:28','a:7:{s:4:\"type\";s:3:\"tab\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"placement\";s:3:\"top\";s:8:\"endpoint\";i:0;}','Description','','publish','closed','closed','','field_5d51ac3691ce2','','','2019-08-14 23:06:28','2019-08-14 23:06:28','',946,'http://cryptowallet.labcp.co/?post_type=acf-field&p=947',0,'acf-field','',0),(948,1,'2019-08-14 23:06:28','2019-08-14 23:06:28','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"50\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:2;s:9:\"new_lines\";s:2:\"br\";}','Title','title','publish','closed','closed','','field_5d51ab77c8f46','','','2019-08-14 23:06:28','2019-08-14 23:06:28','',946,'http://cryptowallet.labcp.co/?post_type=acf-field&p=948',1,'acf-field','',0),(949,1,'2019-08-14 23:06:29','2019-08-14 23:06:29','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"50\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:2;s:9:\"new_lines\";s:2:\"br\";}','Description','description','publish','closed','closed','','field_5d51ab8bc8f47','','','2019-08-14 23:06:29','2019-08-14 23:06:29','',946,'http://cryptowallet.labcp.co/?post_type=acf-field&p=949',2,'acf-field','',0),(950,1,'2019-08-14 23:06:29','2019-08-14 23:06:29','a:7:{s:4:\"type\";s:3:\"tab\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"placement\";s:3:\"top\";s:8:\"endpoint\";i:0;}','Steps','','publish','closed','closed','','field_5d51ac1891ce1','','','2019-08-14 23:06:29','2019-08-14 23:06:29','',946,'http://cryptowallet.labcp.co/?post_type=acf-field&p=950',3,'acf-field','',0),(951,1,'2019-08-14 23:06:29','2019-08-14 23:06:29','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:1;s:9:\"new_lines\";s:2:\"br\";}','Title','title_steps','publish','closed','closed','','field_5d51ac4191ce3','','','2019-08-14 23:06:29','2019-08-14 23:06:29','',946,'http://cryptowallet.labcp.co/?post_type=acf-field&p=951',4,'acf-field','',0),(952,1,'2019-08-14 23:06:29','2019-08-14 23:06:29','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:4;s:9:\"new_lines\";s:2:\"br\";}','Description','description_steps','publish','closed','closed','','field_5d51ac4591ce4','','','2019-08-14 23:06:29','2019-08-14 23:06:29','',946,'http://cryptowallet.labcp.co/?post_type=acf-field&p=952',5,'acf-field','',0),(953,1,'2019-08-14 23:06:29','2019-08-14 23:06:29','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:1;s:9:\"new_lines\";s:2:\"br\";}','Subtitle','subtitle_steps','publish','closed','closed','','field_5d51ac6691ce5','','','2019-08-14 23:06:29','2019-08-14 23:06:29','',946,'http://cryptowallet.labcp.co/?post_type=acf-field&p=953',6,'acf-field','',0),(954,1,'2019-08-14 23:06:29','2019-08-14 23:06:29','a:10:{s:4:\"type\";s:8:\"repeater\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"collapsed\";s:19:\"field_5d51ad0391ce7\";s:3:\"min\";i:0;s:3:\"max\";i:0;s:6:\"layout\";s:5:\"block\";s:12:\"button_label\";s:0:\"\";}','Steps','steps','publish','closed','closed','','field_5d51ac8091ce6','','','2019-08-14 23:06:29','2019-08-14 23:06:29','',946,'http://cryptowallet.labcp.co/?post_type=acf-field&p=954',7,'acf-field','',0),(955,1,'2019-08-14 23:06:29','2019-08-14 23:06:29','a:13:{s:4:\"type\";s:6:\"select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:5:\"33.33\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:7:\"choices\";a:4:{s:10:\"strategize\";s:10:\"Strategize\";s:5:\"embed\";s:15:\"Embed Your Link\";s:6:\"signup\";s:18:\"Affiliate Signs Up\";s:7:\"rewards\";s:16:\"Reap The Rewards\";}s:13:\"default_value\";a:0:{}s:10:\"allow_null\";i:0;s:8:\"multiple\";i:0;s:2:\"ui\";i:0;s:13:\"return_format\";s:5:\"value\";s:4:\"ajax\";i:0;s:11:\"placeholder\";s:0:\"\";}','Thumb','thumb','publish','closed','closed','','field_5d51ad0e91ce8','','','2019-08-14 23:06:29','2019-08-14 23:06:29','',954,'http://cryptowallet.labcp.co/?post_type=acf-field&p=955',0,'acf-field','',0),(956,1,'2019-08-14 23:06:29','2019-08-14 23:06:29','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:5:\"33.33\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Title','title','publish','closed','closed','','field_5d51ad0391ce7','','','2019-08-14 23:06:29','2019-08-14 23:06:29','',954,'http://cryptowallet.labcp.co/?post_type=acf-field&p=956',1,'acf-field','',0),(957,1,'2019-08-14 23:06:29','2019-08-14 23:06:29','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:5:\"33.33\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:6;s:9:\"new_lines\";s:2:\"br\";}','Description','description','publish','closed','closed','','field_5d51ada391ce9','','','2019-08-14 23:06:29','2019-08-14 23:06:29','',954,'http://cryptowallet.labcp.co/?post_type=acf-field&p=957',2,'acf-field','',0),(958,1,'2019-08-14 23:06:29','2019-08-14 23:06:29','a:7:{s:8:\"location\";a:2:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:13:\"page_template\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:19:\"page-comingsoon.php\";}}i:1;a:1:{i:0;a:3:{s:5:\"param\";s:13:\"page_template\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:22:\"page-privacypolicy.php\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";a:1:{i:0;s:9:\"permalink\";}s:11:\"description\";s:0:\"\";}','Coming Soon','coming-soon','publish','open','open','','group_5d54382e1aa50','','','2020-04-08 16:22:10','2020-04-08 16:22:10','',0,'http://cryptowallet.labcp.co/?p=958',0,'acf-field-group','',0),(959,1,'2019-08-14 23:06:29','2019-08-14 23:06:29','a:7:{s:4:\"type\";s:3:\"tab\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"placement\";s:3:\"top\";s:8:\"endpoint\";i:0;}','Lets Talk!','','publish','closed','closed','','field_5d543850091f8','','','2020-04-08 16:22:10','2020-04-08 16:22:10','',958,'http://cryptowallet.labcp.co/?post_type=acf-field&#038;p=959',4,'acf-field','',0),(960,1,'2019-08-14 23:06:29','2019-08-14 23:06:29','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:10:\"Lets Talk!\";s:11:\"placeholder\";s:10:\"Lets Talk!\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Title','title','publish','closed','closed','','field_5d543835091f5','','','2020-04-08 16:22:10','2020-04-08 16:22:10','',958,'http://cryptowallet.labcp.co/?post_type=acf-field&#038;p=960',5,'acf-field','',0),(961,1,'2019-08-14 23:06:29','2019-08-14 23:06:29','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:4;s:9:\"new_lines\";s:2:\"br\";}','Description','description','publish','closed','closed','','field_5d543841091f6','','','2020-04-08 16:22:10','2020-04-08 16:22:10','',958,'http://cryptowallet.labcp.co/?post_type=acf-field&#038;p=961',6,'acf-field','',0),(962,1,'2019-08-14 23:06:29','2019-08-14 23:06:29','a:11:{s:4:\"type\";s:11:\"post_object\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"post_type\";a:1:{i:0;s:18:\"wpcf7_contact_form\";}s:8:\"taxonomy\";s:0:\"\";s:10:\"allow_null\";i:0;s:8:\"multiple\";i:0;s:13:\"return_format\";s:6:\"object\";s:2:\"ui\";i:1;}','Form','form','publish','closed','closed','','field_5d543848091f7','','','2020-04-08 16:22:10','2020-04-08 16:22:10','',958,'http://cryptowallet.labcp.co/?post_type=acf-field&#038;p=962',7,'acf-field','',0),(963,1,'2019-08-14 23:08:34','2019-08-14 23:08:34','','Coming Soon!','','inherit','closed','closed','','943-revision-v1','','','2019-08-14 23:08:34','2019-08-14 23:08:34','',943,'http://cryptowallet.labcp.co/943-revision-v1/',0,'revision','',0),(964,1,'2019-08-16 16:51:12','2019-08-16 16:51:12','Trade the highest-ranked cryptocurrencies and stablecoins. CryptoWallet allows users to buy, hold, spend, and exchange digital assets. You can spend cryptocurrency in stores and online, or trade it here in the secure, end-to-end encrypted in-app exchange service.\r\n\r\nUsers typically use fiat currencies to buy their first crypto, and from there, you can live in a crypto-only world! The CryptoWallet exchange support thirteen top cryptos as well as multiple stablecoins.','Exchange','','inherit','closed','closed','','273-revision-v1','','','2019-08-16 16:51:12','2019-08-16 16:51:12','',273,'http://cryptowallet.labcp.co/273-revision-v1/',0,'revision','',0),(965,1,'2019-08-16 16:58:17','2019-08-16 16:58:17','','Payments','','inherit','closed','closed','','296-revision-v1','','','2019-08-16 16:58:17','2019-08-16 16:58:17','',296,'http://cryptowallet.labcp.co/296-revision-v1/',0,'revision','',0),(967,1,'2019-08-16 18:32:27','2019-08-16 18:32:27','','Card','','inherit','closed','closed','','221-revision-v1','','','2019-08-16 18:32:27','2019-08-16 18:32:27','',221,'http://cryptowallet.labcp.co/221-revision-v1/',0,'revision','',0),(968,1,'2019-08-16 20:41:33','2019-08-16 20:41:33','','About','','inherit','closed','closed','','136-revision-v1','','','2019-08-16 20:41:33','2019-08-16 20:41:33','',136,'http://cryptowallet.labcp.co/136-revision-v1/',0,'revision','',0),(969,1,'2019-08-17 00:34:30','2019-08-17 00:34:30','','Card','','inherit','closed','closed','','221-revision-v1','','','2019-08-17 00:34:30','2019-08-17 00:34:30','',221,'http://cryptowallet.labcp.co/221-revision-v1/',0,'revision','',0),(970,1,'2019-08-17 00:34:47','2019-08-17 00:34:47','','Card','','inherit','closed','closed','','221-revision-v1','','','2019-08-17 00:34:47','2019-08-17 00:34:47','',221,'http://cryptowallet.labcp.co/221-revision-v1/',0,'revision','',0),(971,1,'2019-08-17 00:38:59','2019-08-17 00:38:59','','Card','','inherit','closed','closed','','221-revision-v1','','','2019-08-17 00:38:59','2019-08-17 00:38:59','',221,'http://cryptowallet.labcp.co/221-revision-v1/',0,'revision','',0),(972,1,'2019-08-17 00:44:43','2019-08-17 00:44:43','','Card','','inherit','closed','closed','','221-revision-v1','','','2019-08-17 00:44:43','2019-08-17 00:44:43','',221,'http://cryptowallet.labcp.co/221-revision-v1/',0,'revision','',0),(973,1,'2019-08-17 00:47:29','2019-08-17 00:47:29','','Card','','inherit','closed','closed','','221-revision-v1','','','2019-08-17 00:47:29','2019-08-17 00:47:29','',221,'http://cryptowallet.labcp.co/221-revision-v1/',0,'revision','',0),(974,1,'2019-08-17 00:49:47','2019-08-17 00:49:47','','Card','','inherit','closed','closed','','221-revision-v1','','','2019-08-17 00:49:47','2019-08-17 00:49:47','',221,'http://cryptowallet.labcp.co/221-revision-v1/',0,'revision','',0),(975,1,'2019-08-17 00:53:59','2019-08-17 00:53:59','','Card','','inherit','closed','closed','','221-revision-v1','','','2019-08-17 00:53:59','2019-08-17 00:53:59','',221,'http://cryptowallet.labcp.co/221-revision-v1/',0,'revision','',0),(976,1,'2019-08-17 00:54:40','2019-08-17 00:54:40','','Card','','inherit','closed','closed','','221-revision-v1','','','2019-08-17 00:54:40','2019-08-17 00:54:40','',221,'http://cryptowallet.labcp.co/221-revision-v1/',0,'revision','',0),(977,1,'2019-08-20 00:38:10','2019-08-20 00:38:10','','brand-cryptowallet-day','','inherit','open','closed','','brand-cryptowallet-day','','','2019-08-20 00:38:10','2019-08-20 00:38:10','',671,'http://cryptowallet.labcp.co/app/uploads/2019/08/brand-cryptowallet-day.svg',0,'attachment','image/svg+xml',0),(978,1,'2019-08-20 00:38:10','2019-08-20 00:38:10','','brand-cryptowallet-day','','inherit','open','closed','','brand-cryptowallet-day-2','','','2019-08-20 00:38:10','2019-08-20 00:38:10','',0,'http://cryptowallet.labcp.co/app/uploads/2019/08/brand-cryptowallet-day.svg',0,'attachment','image/svg+xml',0),(979,1,'2019-08-20 00:38:10','2019-08-20 00:38:10','','brand-cryptowallet-day','','inherit','open','closed','','brand-cryptowallet-day-2','','','2019-08-20 00:38:10','2019-08-20 00:38:10','',0,'http://cryptowallet.labcp.co/app/uploads/2019/08/brand-cryptowallet-day.svg',0,'attachment','image/svg+xml',0),(980,1,'2019-08-20 00:38:10','2019-08-20 00:38:10','','brand-cryptowallet-day','','inherit','open','closed','','brand-cryptowallet-day-2','','','2019-08-20 00:38:10','2019-08-20 00:38:10','',0,'http://cryptowallet.labcp.co/app/uploads/2019/08/brand-cryptowallet-day.svg',0,'attachment','image/svg+xml',0),(981,1,'2019-08-20 00:38:10','2019-08-20 00:38:10','','brand-cryptowallet-day','','inherit','open','closed','','brand-cryptowallet-day-2','','','2019-08-20 00:38:10','2019-08-20 00:38:10','',0,'http://cryptowallet.labcp.co/app/uploads/2019/08/brand-cryptowallet-day.svg',0,'attachment','image/svg+xml',0),(983,1,'2019-08-20 00:38:11','2019-08-20 00:38:11','','brand-cryptowallet-full','','inherit','open','closed','','brand-cryptowallet-full-2','','','2019-08-20 00:38:11','2019-08-20 00:38:11','',0,'http://cryptowallet.labcp.co/app/uploads/2019/08/brand-cryptowallet-full.svg',0,'attachment','image/svg+xml',0),(984,1,'2019-08-20 00:38:11','2019-08-20 00:38:11','','brand-cryptowallet-full','','inherit','open','closed','','brand-cryptowallet-full-2','','','2019-08-20 00:38:11','2019-08-20 00:38:11','',0,'http://cryptowallet.labcp.co/app/uploads/2019/08/brand-cryptowallet-full.svg',0,'attachment','image/svg+xml',0),(985,1,'2019-08-20 00:38:11','2019-08-20 00:38:11','','brand-cryptowallet-full','','inherit','open','closed','','brand-cryptowallet-full-2','','','2019-08-20 00:38:11','2019-08-20 00:38:11','',0,'http://cryptowallet.labcp.co/app/uploads/2019/08/brand-cryptowallet-full.svg',0,'attachment','image/svg+xml',0),(986,1,'2019-08-20 00:38:11','2019-08-20 00:38:11','','brand-cryptowallet-full','','inherit','open','closed','','brand-cryptowallet-full-2','','','2019-08-20 00:38:11','2019-08-20 00:38:11','',0,'http://cryptowallet.labcp.co/app/uploads/2019/08/brand-cryptowallet-full.svg',0,'attachment','image/svg+xml',0),(987,1,'2019-08-20 00:38:12','2019-08-20 00:38:12','','brand-cryptowallet-night','','inherit','open','closed','','brand-cryptowallet-night','','','2019-08-20 00:38:12','2019-08-20 00:38:12','',671,'http://cryptowallet.labcp.co/app/uploads/2019/08/brand-cryptowallet-night.svg',0,'attachment','image/svg+xml',0),(988,1,'2019-08-20 00:38:12','2019-08-20 00:38:12','','brand-cryptowallet-night','','inherit','open','closed','','brand-cryptowallet-night-2','','','2019-08-20 00:38:12','2019-08-20 00:38:12','',0,'http://cryptowallet.labcp.co/app/uploads/2019/08/brand-cryptowallet-night.svg',0,'attachment','image/svg+xml',0),(989,1,'2019-08-20 00:38:12','2019-08-20 00:38:12','','brand-cryptowallet-night','','inherit','open','closed','','brand-cryptowallet-night-2','','','2019-08-20 00:38:12','2019-08-20 00:38:12','',0,'http://cryptowallet.labcp.co/app/uploads/2019/08/brand-cryptowallet-night.svg',0,'attachment','image/svg+xml',0),(990,1,'2019-08-20 00:38:12','2019-08-20 00:38:12','','brand-cryptowallet-night','','inherit','open','closed','','brand-cryptowallet-night-2','','','2019-08-20 00:38:12','2019-08-20 00:38:12','',0,'http://cryptowallet.labcp.co/app/uploads/2019/08/brand-cryptowallet-night.svg',0,'attachment','image/svg+xml',0),(991,1,'2019-08-20 00:38:12','2019-08-20 00:38:12','','brand-cryptowallet-night','','inherit','open','closed','','brand-cryptowallet-night-2','','','2019-08-20 00:38:12','2019-08-20 00:38:12','',0,'http://cryptowallet.labcp.co/app/uploads/2019/08/brand-cryptowallet-night.svg',0,'attachment','image/svg+xml',0),(992,1,'2019-08-20 00:38:12','2019-08-20 00:38:12','','logo-cryptowallet-day','','inherit','open','closed','','logo-cryptowallet-day-2','','','2019-08-20 00:38:12','2019-08-20 00:38:12','',671,'http://cryptowallet.labcp.co/app/uploads/2019/08/logo-cryptowallet-day.svg',0,'attachment','image/svg+xml',0),(993,1,'2019-08-20 00:38:12','2019-08-20 00:38:12','','logo-cryptowallet-day','','inherit','open','closed','','logo-cryptowallet-day-2-2','','','2019-08-20 00:38:12','2019-08-20 00:38:12','',0,'http://cryptowallet.labcp.co/app/uploads/2019/08/logo-cryptowallet-day.svg',0,'attachment','image/svg+xml',0),(994,1,'2019-08-20 00:38:12','2019-08-20 00:38:12','','logo-cryptowallet-day','','inherit','open','closed','','logo-cryptowallet-day-2-2','','','2019-08-20 00:38:12','2019-08-20 00:38:12','',0,'http://cryptowallet.labcp.co/app/uploads/2019/08/logo-cryptowallet-day.svg',0,'attachment','image/svg+xml',0),(995,1,'2019-08-20 00:38:12','2019-08-20 00:38:12','','logo-cryptowallet-day','','inherit','open','closed','','logo-cryptowallet-day-2-2','','','2019-08-20 00:38:12','2019-08-20 00:38:12','',0,'http://cryptowallet.labcp.co/app/uploads/2019/08/logo-cryptowallet-day.svg',0,'attachment','image/svg+xml',0),(996,1,'2019-08-20 00:38:12','2019-08-20 00:38:12','','logo-cryptowallet-day','','inherit','open','closed','','logo-cryptowallet-day-2-2','','','2019-08-20 00:38:12','2019-08-20 00:38:12','',0,'http://cryptowallet.labcp.co/app/uploads/2019/08/logo-cryptowallet-day.svg',0,'attachment','image/svg+xml',0),(997,1,'2019-08-24 00:49:29','2019-08-24 00:49:29','<h2>U.S. Applicants</h2>\r\nProof of identity — your valid state issued ID or driver’s license\r\n<h2>International Applicants</h2>\r\nProof of identity — your passport\r\nProof of address— a full-page scan of either a bank statement, utility, cable, or cell phone bill for service to your home address (e.g., electric, gas or water). The document must display your name, current residential address, and must be dated no later than 90 days prior to the date of submittal.\r\n\r\nHave more questions? <a href=\"http://cryptowallet.labcp.co/submit-a-request/\">Submit a request</a>','The registration email with the verification code isn\'t sending. Why?','','publish','closed','closed','','the-registration-email-with-the-verification-code-isnt-sending-why','','','2019-08-28 02:18:16','2019-08-28 02:18:16','',1055,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=helpcenter&#038;p=997',22,'helpcenter','',0),(998,1,'2019-08-20 00:38:13','2019-08-20 00:38:13','','logo-cryptowallet-full','','inherit','open','closed','','logo-cryptowallet-full-2-2','','','2019-08-20 00:38:13','2019-08-20 00:38:13','',0,'http://cryptowallet.labcp.co/app/uploads/2019/08/logo-cryptowallet-full.svg',0,'attachment','image/svg+xml',0),(999,1,'2019-08-20 00:38:13','2019-08-20 00:38:13','','logo-cryptowallet-full','','inherit','open','closed','','logo-cryptowallet-full-2-2','','','2019-08-20 00:38:13','2019-08-20 00:38:13','',0,'http://cryptowallet.labcp.co/app/uploads/2019/08/logo-cryptowallet-full.svg',0,'attachment','image/svg+xml',0),(1000,1,'2019-08-20 00:38:13','2019-08-20 00:38:13','','logo-cryptowallet-full','','inherit','open','closed','','logo-cryptowallet-full-2-2','','','2019-08-20 00:38:13','2019-08-20 00:38:13','',0,'http://cryptowallet.labcp.co/app/uploads/2019/08/logo-cryptowallet-full.svg',0,'attachment','image/svg+xml',0),(1001,1,'2019-08-20 00:38:13','2019-08-20 00:38:13','','logo-cryptowallet-full','','inherit','open','closed','','logo-cryptowallet-full-2-2','','','2019-08-20 00:38:13','2019-08-20 00:38:13','',0,'http://cryptowallet.labcp.co/app/uploads/2019/08/logo-cryptowallet-full.svg',0,'attachment','image/svg+xml',0),(1002,1,'2019-08-20 00:38:13','2019-08-20 00:38:13','','logo-cryptowallet-night','','inherit','open','closed','','logo-cryptowallet-night-2','','','2019-08-20 00:38:13','2019-08-20 00:38:13','',671,'http://cryptowallet.labcp.co/app/uploads/2019/08/logo-cryptowallet-night.svg',0,'attachment','image/svg+xml',0),(1003,1,'2019-08-20 00:38:13','2019-08-20 00:38:13','','logo-cryptowallet-night','','inherit','open','closed','','logo-cryptowallet-night-2-2','','','2019-08-20 00:38:13','2019-08-20 00:38:13','',0,'http://cryptowallet.labcp.co/app/uploads/2019/08/logo-cryptowallet-night.svg',0,'attachment','image/svg+xml',0),(1004,1,'2019-08-20 00:38:13','2019-08-20 00:38:13','','logo-cryptowallet-night','','inherit','open','closed','','logo-cryptowallet-night-2-2','','','2019-08-20 00:38:13','2019-08-20 00:38:13','',0,'http://cryptowallet.labcp.co/app/uploads/2019/08/logo-cryptowallet-night.svg',0,'attachment','image/svg+xml',0),(1005,1,'2019-08-20 00:38:13','2019-08-20 00:38:13','','logo-cryptowallet-night','','inherit','open','closed','','logo-cryptowallet-night-2-2','','','2019-08-20 00:38:13','2019-08-20 00:38:13','',0,'http://cryptowallet.labcp.co/app/uploads/2019/08/logo-cryptowallet-night.svg',0,'attachment','image/svg+xml',0),(1006,1,'2019-08-20 00:38:13','2019-08-20 00:38:13','','logo-cryptowallet-night','','inherit','open','closed','','logo-cryptowallet-night-2-2','','','2019-08-20 00:38:13','2019-08-20 00:38:13','',0,'http://cryptowallet.labcp.co/app/uploads/2019/08/logo-cryptowallet-night.svg',0,'attachment','image/svg+xml',0),(1007,1,'2019-08-20 00:38:50','2019-08-20 00:38:50','Download our latest branding which includes various formats of our logo, icons, artwork, and color guide.','Media Kit','','inherit','closed','closed','','671-revision-v1','','','2019-08-20 00:38:50','2019-08-20 00:38:50','',671,'http://cryptowallet.labcp.co/671-revision-v1/',0,'revision','',0),(1008,1,'2019-08-20 15:39:10','2019-08-20 15:39:10','','Card','','inherit','closed','closed','','221-revision-v1','','','2019-08-20 15:39:10','2019-08-20 15:39:10','',221,'http://cryptowallet.labcp.co/221-revision-v1/',0,'revision','',0),(1011,3,'2019-08-21 13:32:57','2019-08-21 13:32:57','<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.','Intro','','inherit','closed','closed','','315-revision-v1','','','2019-08-21 13:32:57','2019-08-21 13:32:57','',315,'http://cryptowallet.labcp.co/315-revision-v1/',0,'revision','',0),(1012,3,'2019-08-21 13:33:15','2019-08-21 13:33:15','<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.\r\n<h3>Title Placeholder</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta finibus leo at fermentum. Fusce suscipit ante quis diam interdum, ac sagittis leo maximus. Aliquam erat volutpat. Donec eu tellus diam. Vestibulum gravida in tellus et faucibus. Ut neque justo, viverra vitae nisi sit amet, porttitor malesuada lectus. Etiam et eleifend diam. Praesent libero magna, gravida sit amet placerat eu, euismod viverra dolor. Nam viverra enim sed lectus vestibulum, eu tempor est faucibus. Duis eu risus odio. Ut vel interdum tellus.\r\n\r\nFusce ullamcorper sem at diam gravida pellentesque. Quisque id dui sed magna tincidunt tincidunt. Quisque hendrerit ante et feugiat ultricies. Vivamus porta mollis nulla at vestibulum. Quisque feugiat venenatis massa, at sagittis quam. Donec pulvinar arcu dolor, vitae blandit odio aliquam nec. Ut tortor lectus, sollicitudin et odio non, viverra pretium erat. Vestibulum iaculis, nunc nec luctus condimentum, urna elit ultrices nibh, id bibendum justo lorem nec libero. Donec ac ornare enim. Fusce vulputate feugiat nibh vitae auctor.\r\n\r\nMorbi commodo venenatis leo, sed mollis quam tempus ut. Sed in eleifend augue. Phasellus sem risus, convallis sed tortor lacinia, tristique aliquam massa. Praesent commodo sagittis enim, et molestie augue accumsan in. Integer finibus malesuada libero eu malesuada. Nunc sed est eu eros aliquet bibendum. Vestibulum ac dapibus elit. Proin et arcu faucibus, facilisis odio quis, condimentum mauris. Aliquam sed vestibulum dui. Proin urna enim, accumsan vitae ligula eget, maximus aliquam elit. Mauris consectetur tortor a facilisis vulputate. Quisque vestibulum, orci at mollis auctor, nulla mi sagittis ligula, nec venenatis erat odio eget leo. Etiam pretium, eros sit amet pharetra laoreet, velit nisl volutpat purus, nec condimentum orci tortor a nisl. Phasellus a vehicula ante. Sed nulla metus, finibus a velit ut, tempus suscipit leo. Suspendisse non dictum mauris.\r\n\r\nUt posuere feugiat condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque quis sem a dui posuere varius. Nullam sagittis lorem in porta commodo. Maecenas vel pharetra orci, sed bibendum lacus. Suspendisse blandit, mauris sed porta tristique, lacus sapien efficitur magna, sed mattis tortor leo ut turpis. Nulla nec tellus tempor, aliquet enim eu, imperdiet justo. Duis mollis turpis orci, eu congue ipsum lobortis id. Suspendisse leo risus, sodales ac odio sed, hendrerit pretium sapien. Integer sit amet dui scelerisque, vestibulum arcu sed, fringilla sem. Proin in urna vitae elit blandit porta non quis tellus. Suspendisse iaculis tristique sagittis. Morbi ut.\r\n\r\nCras fringilla justo sapien, eget tempor nisi vehicula sed. Morbi a placerat lectus. Maecenas vitae sem elit. Cras eu erat dapibus turpis finibus convallis. Aliquam vel metus nisi. Sed hendrerit lorem non iaculis placerat. Quisque vitae dui lectus. Nullam nibh enim, vestibulum eu turpis ut, mollis tempus sem. Donec eget justo id lorem hendrerit semper. Curabitur id justo metus. Donec aliquam blandit rutrum. Nulla et dignissim justo, vel aliquet mi. Sed sodales varius nibh a ornare.','Crypto Terms','','inherit','closed','closed','','318-revision-v1','','','2019-08-21 13:33:15','2019-08-21 13:33:15','',318,'http://cryptowallet.labcp.co/318-revision-v1/',0,'revision','',0),(1013,1,'2019-08-21 22:47:11','2019-08-21 22:47:11','','logo-cryptowallet-full','','inherit','open','closed','','logo-cryptowallet-full-2','','','2019-08-21 22:47:11','2019-08-21 22:47:11','',671,'http://cryptowallet.labcp.co/app/uploads/2019/08/logo-cryptowallet-full-1.svg',0,'attachment','image/svg+xml',0),(1014,1,'2019-08-21 22:47:11','2019-08-21 22:47:11','','logo-cryptowallet-full','','inherit','open','closed','','logo-cryptowallet-full-2-2','','','2019-08-21 22:47:11','2019-08-21 22:47:11','',0,'http://cryptowallet.labcp.co/app/uploads/2019/08/logo-cryptowallet-full-1.svg',0,'attachment','image/svg+xml',0),(1015,1,'2019-08-21 22:47:11','2019-08-21 22:47:11','','logo-cryptowallet-full','','inherit','open','closed','','logo-cryptowallet-full-2-2','','','2019-08-21 22:47:11','2019-08-21 22:47:11','',0,'http://cryptowallet.labcp.co/app/uploads/2019/08/logo-cryptowallet-full-1.svg',0,'attachment','image/svg+xml',0),(1016,1,'2019-08-21 22:47:11','2019-08-21 22:47:11','','logo-cryptowallet-full','','inherit','open','closed','','logo-cryptowallet-full-2-2','','','2019-08-21 22:47:11','2019-08-21 22:47:11','',0,'http://cryptowallet.labcp.co/app/uploads/2019/08/logo-cryptowallet-full-1.svg',0,'attachment','image/svg+xml',0),(1017,1,'2019-08-21 22:47:11','2019-08-21 22:47:11','','logo-cryptowallet-full','','inherit','open','closed','','logo-cryptowallet-full-2-2','','','2019-08-21 22:47:11','2019-08-21 22:47:11','',0,'http://cryptowallet.labcp.co/app/uploads/2019/08/logo-cryptowallet-full-1.svg',0,'attachment','image/svg+xml',0),(1018,1,'2019-08-21 22:47:45','2019-08-21 22:47:45','','brand-cryptowallet-full','','inherit','open','closed','','brand-cryptowallet-full','','','2019-08-21 22:47:45','2019-08-21 22:47:45','',671,'http://cryptowallet.labcp.co/app/uploads/2019/08/brand-cryptowallet-full-1.svg',0,'attachment','image/svg+xml',0),(1019,1,'2019-08-21 22:47:45','2019-08-21 22:47:45','','brand-cryptowallet-full','','inherit','open','closed','','brand-cryptowallet-full-2','','','2019-08-21 22:47:45','2019-08-21 22:47:45','',0,'http://cryptowallet.labcp.co/app/uploads/2019/08/brand-cryptowallet-full-1.svg',0,'attachment','image/svg+xml',0),(1020,1,'2019-08-21 22:47:45','2019-08-21 22:47:45','','brand-cryptowallet-full','','inherit','open','closed','','brand-cryptowallet-full-2','','','2019-08-21 22:47:45','2019-08-21 22:47:45','',0,'http://cryptowallet.labcp.co/app/uploads/2019/08/brand-cryptowallet-full-1.svg',0,'attachment','image/svg+xml',0),(1021,1,'2019-08-21 22:47:45','2019-08-21 22:47:45','','brand-cryptowallet-full','','inherit','open','closed','','brand-cryptowallet-full-2','','','2019-08-21 22:47:45','2019-08-21 22:47:45','',0,'http://cryptowallet.labcp.co/app/uploads/2019/08/brand-cryptowallet-full-1.svg',0,'attachment','image/svg+xml',0),(1022,1,'2019-08-21 22:47:45','2019-08-21 22:47:45','','brand-cryptowallet-full','','inherit','open','closed','','brand-cryptowallet-full-2','','','2019-08-21 22:47:45','2019-08-21 22:47:45','',0,'http://cryptowallet.labcp.co/app/uploads/2019/08/brand-cryptowallet-full-1.svg',0,'attachment','image/svg+xml',0),(1023,1,'2019-08-21 22:47:58','2019-08-21 22:47:58','Download our latest branding which includes various formats of our logo, icons, artwork, and color guide.','Media Kit','','inherit','closed','closed','','671-revision-v1','','','2019-08-21 22:47:58','2019-08-21 22:47:58','',671,'http://cryptowallet.labcp.co/671-revision-v1/',0,'revision','',0),(1027,1,'2019-08-23 22:14:23','2019-08-23 22:14:23','<h2>U.S. Applicants</h2>\r\nProof of identity — your valid state issued ID or driver’s license\r\n<h2>International Applicants</h2>\r\nProof of identity — your passport\r\nProof of address— a full-page scan of either a bank statement, utility, cable, or cell phone bill for service to your home address (e.g., electric, gas or water). The document must display your name, current residential address, and must be dated no later than 90 days prior to the date of submittal.\r\n\r\nHave more questions? <a href=\"http://cryptowallet.labcp.co/submit-a-request/\">Submit a request</a>','What documents are required for your verification?','','publish','closed','closed','','what-documents-are-required-for-your-verification','','','2019-08-28 02:16:51','2019-08-28 02:16:51','',1055,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=helpcenter&#038;p=994',0,'helpcenter','',0),(1028,1,'2019-08-24 00:45:41','2019-08-24 00:45:41','<h2>U.S. Applicants</h2>\nProof of identity — your valid state issued ID or driver’s license\n<h2>International Applicants</h2>\nProof of identity — your passport\nProof of address— a full-page scan of either a bank statement, utility, cable, or cell phone bill for service to your home address (e.g., electric, gas or water). The document must display your name, current residential address, and must be dated no later than 90 days prior to the date of submittal.\n\nHave more questions? <a href=\"#\">Submit a request</a>','How do I fund my Gemini Account?','','publish','closed','closed','','how-do-i-fund-my-gemini-account','','','2019-08-24 00:45:41','2019-08-24 00:45:41','',1055,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=helpcenter&amp;p=995',28,'helpcenter','',0),(1029,1,'2019-08-24 00:49:39','2019-08-24 00:49:39','<h2>U.S. Applicants</h2>\r\nProof of identity — your valid state issued ID or driver’s license\r\n<h2>International Applicants</h2>\r\nProof of identity — your passport\r\nProof of address— a full-page scan of either a bank statement, utility, cable, or cell phone bill for service to your home address (e.g., electric, gas or water). The document must display your name, current residential address, and must be dated no later than 90 days prior to the date of submittal.\r\n\r\nHave more questions? <a href=\"http://cryptowallet.labcp.co/submit-a-request/\">Submit a request</a>','Is there an age restriction to register?','','publish','closed','closed','','is-there-an-age-restriction-to-register','','','2019-08-28 02:18:22','2019-08-28 02:18:22','',1055,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=helpcenter&#038;p=996',24,'helpcenter','',0),(1030,1,'2019-08-24 00:49:05','2019-08-24 00:49:05','<h2>U.S. Applicants</h2>\r\nProof of identity — your valid state issued ID or driver’s license\r\n<h2>International Applicants</h2>\r\nProof of identity — your passport\r\nProof of address— a full-page scan of either a bank statement, utility, cable, or cell phone bill for service to your home address (e.g., electric, gas or water). The document must display your name, current residential address, and must be dated no later than 90 days prior to the date of submittal.\r\n\r\nHave more questions? <a href=\"http://cryptowallet.labcp.co/submit-a-request/\">Submit a request</a>','Why is the document upload button not working?','','publish','closed','closed','','why-is-the-document-upload-button-not-working','','','2019-08-28 02:18:13','2019-08-28 02:18:13','',1055,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=helpcenter&#038;p=998',20,'helpcenter','',0),(1031,1,'2019-08-24 00:48:52','2019-08-24 00:48:52','<h2>U.S. Applicants</h2>\r\nProof of identity — your valid state issued ID or driver’s license\r\n<h2>International Applicants</h2>\r\nProof of identity — your passport\r\nProof of address— a full-page scan of either a bank statement, utility, cable, or cell phone bill for service to your home address (e.g., electric, gas or water). The document must display your name, current residential address, and must be dated no later than 90 days prior to the date of submittal.\r\n\r\nHave more questions? <a href=\"http://cryptowallet.labcp.co/submit-a-request/\">Submit a request</a>','Why is my SSN/SIN required?','','publish','closed','closed','','why-is-my-ssn-sin-required','','','2019-08-28 02:18:10','2019-08-28 02:18:10','',1055,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=helpcenter&#038;p=999',16,'helpcenter','',0),(1032,1,'2019-08-24 00:47:07','2019-08-24 00:47:07','<h2>U.S. Applicants</h2>\r\nProof of identity — your valid state issued ID or driver’s license\r\n<h2>International Applicants</h2>\r\nProof of identity — your passport\r\nProof of address— a full-page scan of either a bank statement, utility, cable, or cell phone bill for service to your home address (e.g., electric, gas or water). The document must display your name, current residential address, and must be dated no later than 90 days prior to the date of submittal.\r\n\r\nHave more questions? <a href=\"http://cryptowallet.labcp.co/submit-a-request/\">Submit a request</a>','How long does it take to be verified?','','publish','closed','closed','','how-long-does-it-take-to-be-verified','','','2019-08-28 02:18:04','2019-08-28 02:18:04','',1055,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=helpcenter&#038;p=1000',12,'helpcenter','',0),(1033,1,'2019-08-24 00:46:37','2019-08-24 00:46:37','<h2>U.S. Applicants</h2>\r\nProof of identity — your valid state issued ID or driver’s license\r\n<h2>International Applicants</h2>\r\nProof of identity — your passport\r\nProof of address— a full-page scan of either a bank statement, utility, cable, or cell phone bill for service to your home address (e.g., electric, gas or water). The document must display your name, current residential address, and must be dated no later than 90 days prior to the date of submittal.\r\n\r\nHave more questions? <a href=\"http://cryptowallet.labcp.co/submit-a-request/\">Submit a request</a>','What is CryptoWallet?','','publish','closed','closed','','what-is-cryptowallet','','','2019-08-28 02:17:36','2019-08-28 02:17:36','',1055,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=helpcenter&#038;p=1001',3,'helpcenter','',0),(1034,1,'2019-08-24 00:46:21','2019-08-24 00:46:21','<h2>U.S. Applicants</h2>\r\nProof of identity — your valid state issued ID or driver’s license\r\n<h2>International Applicants</h2>\r\nProof of identity — your passport\r\nProof of address— a full-page scan of either a bank statement, utility, cable, or cell phone bill for service to your home address (e.g., electric, gas or water). The document must display your name, current residential address, and must be dated no later than 90 days prior to the date of submittal.\r\n\r\nHave more questions? <a href=\"http://cryptowallet.labcp.co/submit-a-request/\">Submit a request</a>','How can I sign up for an institutional account?','','publish','closed','closed','','how-can-i-sign-up-for-an-institutional-account','','','2019-08-28 02:17:52','2019-08-28 02:17:52','',1055,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=helpcenter&#038;p=1002',9,'helpcenter','',0),(1035,1,'2019-08-24 00:46:07','2019-08-24 00:46:07','<h2>U.S. Applicants</h2>\r\nProof of identity — your valid state issued ID or driver’s license\r\n<h2>International Applicants</h2>\r\nProof of identity — your passport\r\nProof of address— a full-page scan of either a bank statement, utility, cable, or cell phone bill for service to your home address (e.g., electric, gas or water). The document must display your name, current residential address, and must be dated no later than 90 days prior to the date of submittal.\r\n\r\nHave more questions? <a href=\"http://cryptowallet.labcp.co/submit-a-request/\">Submit a request</a>','How do I sign up for Gemini?','','publish','closed','closed','','how-do-i-sign-up-for-gemini','','','2019-08-28 02:17:45','2019-08-28 02:17:45','',1055,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=helpcenter&#038;p=1003',4,'helpcenter','',0),(1036,1,'2019-08-24 00:51:25','2019-08-24 00:51:25','<h2>U.S. Applicants</h2>\nProof of identity — your valid state issued ID or driver’s license\n<h2>International Applicants</h2>\nProof of identity — your passport\nProof of address— a full-page scan of either a bank statement, utility, cable, or cell phone bill for service to your home address (e.g., electric, gas or water). The document must display your name, current residential address, and must be dated no later than 90 days prior to the date of submittal.\n\nHave more questions? <a href=\"#\">Submit a request</a>','Is there an age restriction to register?','','publish','closed','closed','','is-there-an-age-restriction-to-register-2','','','2019-08-24 00:51:25','2019-08-24 00:51:25','',1058,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=helpcenter&amp;p=1004',23,'helpcenter','',0),(1037,1,'2019-08-24 00:51:25','2019-08-24 00:51:25','<h2>U.S. Applicants</h2>\nProof of identity — your valid state issued ID or driver’s license\n<h2>International Applicants</h2>\nProof of identity — your passport\nProof of address— a full-page scan of either a bank statement, utility, cable, or cell phone bill for service to your home address (e.g., electric, gas or water). The document must display your name, current residential address, and must be dated no later than 90 days prior to the date of submittal.\n\nHave more questions? <a href=\"#\">Submit a request</a>','The registration email with the verification code isn\'t sending. Why?','','publish','closed','closed','','the-registration-email-with-the-verification-code-isnt-sending-why-2','','','2019-08-24 00:51:25','2019-08-24 00:51:25','',1058,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=helpcenter&amp;p=1005',21,'helpcenter','',0),(1038,1,'2019-08-24 00:51:25','2019-08-24 00:51:25','<h2>U.S. Applicants</h2>\nProof of identity — your valid state issued ID or driver’s license\n<h2>International Applicants</h2>\nProof of identity — your passport\nProof of address— a full-page scan of either a bank statement, utility, cable, or cell phone bill for service to your home address (e.g., electric, gas or water). The document must display your name, current residential address, and must be dated no later than 90 days prior to the date of submittal.\n\nHave more questions? <a href=\"#\">Submit a request</a>','Why is the document upload button not working?','','publish','closed','closed','','why-is-the-document-upload-button-not-working-2','','','2019-08-24 00:51:25','2019-08-24 00:51:25','',1059,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=helpcenter&amp;p=1006',19,'helpcenter','',0),(1039,1,'2019-08-24 00:51:25','2019-08-24 00:51:25','<h2>U.S. Applicants</h2>\nProof of identity — your valid state issued ID or driver’s license\n<h2>International Applicants</h2>\nProof of identity — your passport\nProof of address— a full-page scan of either a bank statement, utility, cable, or cell phone bill for service to your home address (e.g., electric, gas or water). The document must display your name, current residential address, and must be dated no later than 90 days prior to the date of submittal.\n\nHave more questions? <a href=\"#\">Submit a request</a>','Why is my SSN/SIN required?','','publish','closed','closed','','why-is-my-ssn-sin-required-2','','','2019-08-24 00:51:25','2019-08-24 00:51:25','',1059,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=helpcenter&amp;p=1007',15,'helpcenter','',0),(1040,1,'2019-08-24 00:51:25','2019-08-24 00:51:25','<h2>U.S. Applicants</h2>\nProof of identity — your valid state issued ID or driver’s license\n<h2>International Applicants</h2>\nProof of identity — your passport\nProof of address— a full-page scan of either a bank statement, utility, cable, or cell phone bill for service to your home address (e.g., electric, gas or water). The document must display your name, current residential address, and must be dated no later than 90 days prior to the date of submittal.\n\nHave more questions? <a href=\"#\">Submit a request</a>','How long does it take to be verified?','','publish','closed','closed','','how-long-does-it-take-to-be-verified-2','','','2019-08-24 00:51:25','2019-08-24 00:51:25','',1060,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=helpcenter&amp;p=1008',13,'helpcenter','',0),(1041,1,'2019-08-24 00:51:24','2019-08-24 00:51:24','<h2>U.S. Applicants</h2>\r\nProof of identity — your valid state issued ID or driver’s license\r\n<h2>International Applicants</h2>\r\nProof of identity — your passport\r\nProof of address— a full-page scan of either a bank statement, utility, cable, or cell phone bill for service to your home address (e.g., electric, gas or water). The document must display your name, current residential address, and must be dated no later than 90 days prior to the date of submittal.\r\n\r\nHave more questions? <a href=\"http://cryptowallet.labcp.co/submit-a-request/\">Submit a request</a>','What countries and U.S. states are currently supported for Gemini?','','publish','closed','closed','','what-countries-and-u-s-states-are-currently-supported-for-gemini-2','','','2019-08-28 02:17:58','2019-08-28 02:17:58','',1055,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=helpcenter&#038;p=1009',10,'helpcenter','',0),(1042,1,'2019-08-24 00:51:24','2019-08-24 00:51:24','<h2>U.S. Applicants</h2>\nProof of identity — your valid state issued ID or driver’s license\n<h2>International Applicants</h2>\nProof of identity — your passport\nProof of address— a full-page scan of either a bank statement, utility, cable, or cell phone bill for service to your home address (e.g., electric, gas or water). The document must display your name, current residential address, and must be dated no later than 90 days prior to the date of submittal.\n\nHave more questions? <a href=\"#\">Submit a request</a>','How can I sign up for an institutional account?','','publish','closed','closed','','how-can-i-sign-up-for-an-institutional-account-2','','','2019-08-24 00:51:24','2019-08-24 00:51:24','',1057,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=helpcenter&amp;p=1010',8,'helpcenter','',0),(1043,1,'2019-08-24 00:51:24','2019-08-24 00:51:24','<h2>U.S. Applicants</h2>\nProof of identity — your valid state issued ID or driver’s license\n<h2>International Applicants</h2>\nProof of identity — your passport\nProof of address— a full-page scan of either a bank statement, utility, cable, or cell phone bill for service to your home address (e.g., electric, gas or water). The document must display your name, current residential address, and must be dated no later than 90 days prior to the date of submittal.\n\nHave more questions? <a href=\"#\">Submit a request</a>','How do I sign up for Gemini?','','publish','closed','closed','','how-do-i-sign-up-for-gemini-2','','','2019-08-24 00:51:24','2019-08-24 00:51:24','',1057,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=helpcenter&amp;p=1011',6,'helpcenter','',0),(1044,1,'2019-08-24 00:51:24','2019-08-24 00:51:24','<h2>U.S. Applicants</h2>\nProof of identity — your valid state issued ID or driver’s license\n<h2>International Applicants</h2>\nProof of identity — your passport\nProof of address— a full-page scan of either a bank statement, utility, cable, or cell phone bill for service to your home address (e.g., electric, gas or water). The document must display your name, current residential address, and must be dated no later than 90 days prior to the date of submittal.\n\nHave more questions? <a href=\"#\">Submit a request</a>','How do I fund my Gemini Account?','','publish','closed','closed','','how-do-i-fund-my-gemini-account-3','','','2019-08-24 00:51:24','2019-08-24 00:51:24','',1056,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=helpcenter&amp;p=1012',27,'helpcenter','',0),(1045,1,'2019-08-24 00:51:24','2019-08-24 00:51:24','<h2>U.S. Applicants</h2>\nProof of identity — your valid state issued ID or driver’s license\n<h2>International Applicants</h2>\nProof of identity — your passport\nProof of address— a full-page scan of either a bank statement, utility, cable, or cell phone bill for service to your home address (e.g., electric, gas or water). The document must display your name, current residential address, and must be dated no later than 90 days prior to the date of submittal.\n\nHave more questions? <a href=\"#\">Submit a request</a>','What documents are required for your verification?','','publish','closed','closed','','what-documents-are-required-for-your-verification-2','','','2019-08-24 00:51:24','2019-08-24 00:51:24','',1056,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=helpcenter&amp;p=1013',2,'helpcenter','',0),(1046,1,'2019-08-24 00:54:51','2019-08-24 00:54:51','<h2>U.S. Applicants</h2>\nProof of identity — your valid state issued ID or driver’s license\n<h2>International Applicants</h2>\nProof of identity — your passport\nProof of address— a full-page scan of either a bank statement, utility, cable, or cell phone bill for service to your home address (e.g., electric, gas or water). The document must display your name, current residential address, and must be dated no later than 90 days prior to the date of submittal.\n\nHave more questions? <a href=\"#\">Submit a request</a>','How long does it take to be verified?','','publish','closed','closed','','how-long-does-it-take-to-be-verified-3','','','2019-08-24 00:54:51','2019-08-24 00:54:51','',1063,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=helpcenter&amp;p=1014',11,'helpcenter','',0),(1047,1,'2019-08-24 00:54:51','2019-08-24 00:54:51','<h2>U.S. Applicants</h2>\nProof of identity — your valid state issued ID or driver’s license\n<h2>International Applicants</h2>\nProof of identity — your passport\nProof of address— a full-page scan of either a bank statement, utility, cable, or cell phone bill for service to your home address (e.g., electric, gas or water). The document must display your name, current residential address, and must be dated no later than 90 days prior to the date of submittal.\n\nHave more questions? <a href=\"#\">Submit a request</a>','Why is my SSN/SIN required?','','publish','closed','closed','','why-is-my-ssn-sin-required-3','','','2019-08-24 00:54:51','2019-08-24 00:54:51','',1063,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=helpcenter&amp;p=1015',14,'helpcenter','',0),(1048,1,'2019-08-24 00:54:50','2019-08-24 00:54:50','<h2>U.S. Applicants</h2>\nProof of identity — your valid state issued ID or driver’s license\n<h2>International Applicants</h2>\nProof of identity — your passport\nProof of address— a full-page scan of either a bank statement, utility, cable, or cell phone bill for service to your home address (e.g., electric, gas or water). The document must display your name, current residential address, and must be dated no later than 90 days prior to the date of submittal.\n\nHave more questions? <a href=\"#\">Submit a request</a>','Why is the document upload button not working?','','publish','closed','closed','','why-is-the-document-upload-button-not-working-3','','','2019-08-24 00:54:50','2019-08-24 00:54:50','',1063,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=helpcenter&amp;p=1016',17,'helpcenter','',0),(1049,1,'2019-08-24 00:54:51','2019-08-24 00:54:51','<h2>U.S. Applicants</h2>\nProof of identity — your valid state issued ID or driver’s license\n<h2>International Applicants</h2>\nProof of identity — your passport\nProof of address— a full-page scan of either a bank statement, utility, cable, or cell phone bill for service to your home address (e.g., electric, gas or water). The document must display your name, current residential address, and must be dated no later than 90 days prior to the date of submittal.\n\nHave more questions? <a href=\"#\">Submit a request</a>','The registration email with the verification code isn\'t sending. Why?','','publish','closed','closed','','the-registration-email-with-the-verification-code-isnt-sending-why-3','','','2019-08-24 00:54:51','2019-08-24 00:54:51','',1062,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=helpcenter&amp;p=1017',18,'helpcenter','',0),(1050,1,'2019-08-24 00:54:50','2019-08-24 00:54:50','<h2>U.S. Applicants</h2>\nProof of identity — your valid state issued ID or driver’s license\n<h2>International Applicants</h2>\nProof of identity — your passport\nProof of address— a full-page scan of either a bank statement, utility, cable, or cell phone bill for service to your home address (e.g., electric, gas or water). The document must display your name, current residential address, and must be dated no later than 90 days prior to the date of submittal.\n\nHave more questions? <a href=\"#\">Submit a request</a>','What do I do if I signed up with the wrong email address?','','publish','closed','closed','','what-do-i-do-if-i-signed-up-with-the-wrong-email-address','','','2019-08-24 00:54:50','2019-08-24 00:54:50','',1055,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=helpcenter&amp;p=1018',25,'helpcenter','',0),(1051,1,'2019-08-24 00:54:50','2019-08-24 00:54:50','<h2>U.S. Applicants</h2>\nProof of identity — your valid state issued ID or driver’s license\n<h2>International Applicants</h2>\nProof of identity — your passport\nProof of address— a full-page scan of either a bank statement, utility, cable, or cell phone bill for service to your home address (e.g., electric, gas or water). The document must display your name, current residential address, and must be dated no later than 90 days prior to the date of submittal.\n\nHave more questions? <a href=\"#\">Submit a request</a>','How can I sign up for an institutional account?','','publish','closed','closed','','how-can-i-sign-up-for-an-institutional-account-3','','','2019-08-24 00:54:50','2019-08-24 00:54:50','',1062,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=helpcenter&amp;p=1019',7,'helpcenter','',0),(1052,1,'2019-08-24 00:54:50','2019-08-24 00:54:50','<h2>U.S. Applicants</h2>\nProof of identity — your valid state issued ID or driver’s license\n<h2>International Applicants</h2>\nProof of identity — your passport\nProof of address— a full-page scan of either a bank statement, utility, cable, or cell phone bill for service to your home address (e.g., electric, gas or water). The document must display your name, current residential address, and must be dated no later than 90 days prior to the date of submittal.\n\nHave more questions? <a href=\"#\">Submit a request</a>','How do I sign up for Gemini?','','publish','closed','closed','','how-do-i-sign-up-for-gemini-3','','','2019-08-24 00:54:50','2019-08-24 00:54:50','',1061,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=helpcenter&amp;p=1020',5,'helpcenter','',0),(1053,1,'2019-08-24 00:54:50','2019-08-24 00:54:50','<h2>U.S. Applicants</h2>\nProof of identity — your valid state issued ID or driver’s license\n<h2>International Applicants</h2>\nProof of identity — your passport\nProof of address— a full-page scan of either a bank statement, utility, cable, or cell phone bill for service to your home address (e.g., electric, gas or water). The document must display your name, current residential address, and must be dated no later than 90 days prior to the date of submittal.\n\nHave more questions? <a href=\"#\">Submit a request</a>','How do I fund my Gemini Account?','','publish','closed','closed','','how-do-i-fund-my-gemini-account-2','','','2019-08-24 00:54:50','2019-08-24 00:54:50','',1061,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=helpcenter&amp;p=1021',26,'helpcenter','',0),(1054,1,'2019-08-24 00:54:50','2019-08-24 00:54:50','<h2>U.S. Applicants</h2>\nProof of identity — your valid state issued ID or driver’s license\n<h2>International Applicants</h2>\nProof of identity — your passport\nProof of address— a full-page scan of either a bank statement, utility, cable, or cell phone bill for service to your home address (e.g., electric, gas or water). The document must display your name, current residential address, and must be dated no later than 90 days prior to the date of submittal.\n\nHave more questions? <a href=\"#\">Submit a request</a>','What documents are required for your verification?','','publish','closed','closed','','what-documents-are-required-for-your-verification-3','','','2019-08-24 00:54:50','2019-08-24 00:54:50','',1060,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=helpcenter&amp;p=1022',1,'helpcenter','',0),(1055,1,'2019-08-27 16:49:04','2019-08-27 16:49:04','','Getting Started','','publish','closed','closed','','getting-started','','','2019-08-27 16:49:04','2019-08-27 16:49:04','',0,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=helpcenter&amp;p=1023',0,'helpcenter','',0),(1056,1,'2019-08-27 16:55:10','2019-08-27 16:55:10','','Troubleshooting','','publish','closed','closed','','troubleshooting','','','2019-08-27 16:55:10','2019-08-27 16:55:10','',0,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=helpcenter&amp;p=1024',1,'helpcenter','',0),(1057,1,'2019-08-27 16:56:42','2019-08-27 16:56:42','','Two-Factor Authorization','','publish','closed','closed','','two-factor-authorization','','','2019-08-27 16:56:42','2019-08-27 16:56:42','',0,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=helpcenter&amp;p=1025',2,'helpcenter','',0),(1058,1,'2019-08-27 16:57:36','2019-08-27 16:57:36','','KYC (Know Your Customer)','','publish','closed','closed','','kyc','','','2019-08-27 16:57:36','2019-08-27 16:57:36','',0,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=helpcenter&amp;p=1026',3,'helpcenter','',0),(1059,1,'2019-08-27 16:58:19','2019-08-27 16:58:19','','Wallet','','publish','closed','closed','','wallet','','','2019-08-27 16:58:19','2019-08-27 16:58:19','',0,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=helpcenter&amp;p=1027',4,'helpcenter','',0),(1060,1,'2019-08-27 16:58:42','2019-08-27 16:58:42','','Prepaid Card','','publish','closed','closed','','prepaid-card','','','2019-08-27 16:58:42','2019-08-27 16:58:42','',0,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=helpcenter&amp;p=1028',5,'helpcenter','',0),(1061,1,'2019-08-27 16:59:10','2019-08-27 16:59:10','','Exchange','','publish','closed','closed','','exchange','','','2019-08-27 16:59:10','2019-08-27 16:59:10','',0,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=helpcenter&amp;p=1029',6,'helpcenter','',0),(1062,1,'2019-08-27 16:59:30','2019-08-27 16:59:30','','Payment Gateway','','publish','closed','closed','','payment-gateway','','','2019-08-27 16:59:30','2019-08-27 16:59:30','',0,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=helpcenter&amp;p=1030',7,'helpcenter','',0),(1063,1,'2019-08-27 17:00:30','2019-08-27 17:00:30','','Security & Privacy','','publish','closed','closed','','security-privacy','','','2019-08-27 17:00:30','2019-08-27 17:00:30','',0,'http://localhost/cappen/griflan-crypto-wallet/web/?post_type=helpcenter&amp;p=1031',8,'helpcenter','',0),(1064,1,'2019-08-28 02:09:59','2019-08-28 02:09:59','[contact-form-7 id=\"1066\" title=\"Submit a request\"]','Submit a request','','publish','closed','closed','','submit-a-request','','','2019-08-28 02:13:04','2019-08-28 02:13:04','',0,'http://cryptowallet.labcp.co/?page_id=1064',17,'page','',0),(1065,1,'2019-08-28 02:10:21','2019-08-28 02:10:21','You’re all set! Thank you for registering with CryptoWallet.','Submit a request','','inherit','closed','closed','','1064-revision-v1','','','2019-08-28 02:10:21','2019-08-28 02:10:21','',1064,'http://cryptowallet.labcp.co/1064-revision-v1/',0,'revision','',0),(1066,1,'2019-08-28 02:11:55','2019-08-28 02:11:55','<div class=\"row\">\r\n<div class=\"col-12\">\r\n<p>[select* topic class:btn class:btn-dropdown \"Membership Support\" \"Membership Support 2\" \"Membership Support 3\" \"Membership Support 4\"]</p>\r\n</div>\r\n<div class=\"col-md-6 col1\">\r\n<div class=\"content\">\r\n<p><label><span class=\"description-small\">Email</span>[email* email]</label></p>\r\n<p><label><span class=\"description-small\">Subject</span>[text* subject]</label></p>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col2\">\r\n<div class=\"content\">\r\n<p><label><span class=\"description-small\">Message</span>[textarea* message]</label></p>\r\n</div>\r\n</div>\r\n<div class=\"col-12 dragdrop\">\r\n<p><span class=\"description-small\">Attachments</span>[mfile attachments limit:2mb filetypes:Jpg|png max-file:1]</p>\r\n</div>\r\n<div class=\"col-md-6 col1\">\r\n<div class=\"content\">\r\n<p>[recaptcha]</p>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col2\">\r\n<div class=\"content centermobile\">\r\n<p>[submit class:btn \"Submit a Request\"]</p>\r\n</div>\r\n</div>\r\n</div>\n1\nCrypto Wallet \"[topic] : [subject]\"\nCrypto Wallet <wordpress@cryptowallet.labcp.co>\nfelipecavs@gmail.com\nFrom: <[email]>\r\nSubject: [topic] : [subject]\r\n\r\nMessage Body:\r\n[message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on Crypto Wallet (http://cryptowallet.labcp.co)\nReply-To: [email]\n[attachments]\n\n\n\nCrypto Wallet \"[your-subject]\"\nCrypto Wallet <wordpress@cryptowallet.labcp.co>\n[your-email]\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on Crypto Wallet (http://cryptowallet.labcp.co)\nReply-To: felipecavs@gmail.com\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nYour entered code is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.','Submit a request','','publish','closed','closed','','submit-a-request','','','2019-08-28 02:12:54','2019-08-28 02:12:54','',0,'http://cryptowallet.labcp.co/?post_type=wpcf7_contact_form&#038;p=1066',0,'wpcf7_contact_form','',0),(1067,1,'2019-08-28 02:13:04','2019-08-28 02:13:04','[contact-form-7 id=\"1066\" title=\"Submit a request\"]','Submit a request','','inherit','closed','closed','','1064-revision-v1','','','2019-08-28 02:13:04','2019-08-28 02:13:04','',1064,'http://cryptowallet.labcp.co/1064-revision-v1/',0,'revision','',0),(1068,1,'2019-08-28 17:55:52','2019-08-28 17:55:52','','Home','','inherit','closed','closed','','419-revision-v1','','','2019-08-28 17:55:52','2019-08-28 17:55:52','',419,'http://cryptowallet.labcp.co/419-revision-v1/',0,'revision','',0),(1069,1,'2019-08-28 17:55:53','2019-08-28 17:55:53','','Home','','inherit','closed','closed','','442-revision-v1','','','2019-08-28 17:55:53','2019-08-28 17:55:53','',442,'http://cryptowallet.labcp.co/442-revision-v1/',0,'revision','',0),(1070,1,'2019-08-28 17:55:53','2019-08-28 17:55:53','','Home','','inherit','closed','closed','','443-revision-v1','','','2019-08-28 17:55:53','2019-08-28 17:55:53','',443,'http://cryptowallet.labcp.co/443-revision-v1/',0,'revision','',0),(1072,1,'2019-08-28 19:29:47','2019-08-28 19:29:47','','Wallet','','inherit','closed','closed','','181-revision-v1','','','2019-08-28 19:29:47','2019-08-28 19:29:47','',181,'http://cryptowallet.labcp.co/181-revision-v1/',0,'revision','',0),(1073,1,'2019-08-28 19:29:48','2019-08-28 19:29:48','','Wallet','','inherit','closed','closed','','492-revision-v1','','','2019-08-28 19:29:48','2019-08-28 19:29:48','',492,'http://cryptowallet.labcp.co/492-revision-v1/',0,'revision','',0),(1075,1,'2019-09-11 14:10:30','2019-09-11 14:10:30','','Affiliates','','inherit','closed','closed','','669-revision-v1','','','2019-09-11 14:10:30','2019-09-11 14:10:30','',669,'http://cryptowallet.labcp.co/669-revision-v1/',0,'revision','',0),(1079,1,'2019-09-20 19:01:47','2019-09-20 19:01:47','','pax','','inherit','open','closed','','pax-2','','','2019-09-20 19:01:47','2019-09-20 19:01:47','',0,'http://cryptowallet.labcp.co/app/uploads/2019/09/pax.svg',0,'attachment','image/svg+xml',0),(1080,1,'2019-09-20 19:01:47','2019-09-20 19:01:47','','pax','','inherit','open','closed','','pax-2','','','2019-09-20 19:01:47','2019-09-20 19:01:47','',0,'http://cryptowallet.labcp.co/app/uploads/2019/09/pax.svg',0,'attachment','image/svg+xml',0),(1081,1,'2019-09-20 19:01:47','2019-09-20 19:01:47','','pax','','inherit','open','closed','','pax-2','','','2019-09-20 19:01:47','2019-09-20 19:01:47','',0,'http://cryptowallet.labcp.co/app/uploads/2019/09/pax.svg',0,'attachment','image/svg+xml',0),(1082,1,'2019-09-20 19:01:47','2019-09-20 19:01:47','','pax','','inherit','open','closed','','pax-2','','','2019-09-20 19:01:47','2019-09-20 19:01:47','',0,'http://cryptowallet.labcp.co/app/uploads/2019/09/pax.svg',0,'attachment','image/svg+xml',0),(1084,1,'2019-09-20 19:01:48','2019-09-20 19:01:48','','tusd','','inherit','open','closed','','tusd-2','','','2019-09-20 19:01:48','2019-09-20 19:01:48','',0,'http://cryptowallet.labcp.co/app/uploads/2019/09/tusd.svg',0,'attachment','image/svg+xml',0),(1085,1,'2019-09-20 19:01:48','2019-09-20 19:01:48','','tusd','','inherit','open','closed','','tusd-2','','','2019-09-20 19:01:48','2019-09-20 19:01:48','',0,'http://cryptowallet.labcp.co/app/uploads/2019/09/tusd.svg',0,'attachment','image/svg+xml',0),(1086,1,'2019-09-20 19:01:48','2019-09-20 19:01:48','','tusd','','inherit','open','closed','','tusd-2','','','2019-09-20 19:01:48','2019-09-20 19:01:48','',0,'http://cryptowallet.labcp.co/app/uploads/2019/09/tusd.svg',0,'attachment','image/svg+xml',0),(1087,1,'2019-09-20 19:01:48','2019-09-20 19:01:48','','tusd','','inherit','open','closed','','tusd-2','','','2019-09-20 19:01:48','2019-09-20 19:01:48','',0,'http://cryptowallet.labcp.co/app/uploads/2019/09/tusd.svg',0,'attachment','image/svg+xml',0),(1088,1,'2019-09-20 19:12:43','2019-09-20 19:12:43','','pax','','inherit','open','closed','','pax','','','2019-09-20 19:12:43','2019-09-20 19:12:43','',0,'http://cryptowallet.labcp.co/app/uploads/2019/09/pax-1.svg',0,'attachment','image/svg+xml',0),(1089,1,'2019-09-20 19:12:43','2019-09-20 19:12:43','','pax','','inherit','open','closed','','pax-2','','','2019-09-20 19:12:43','2019-09-20 19:12:43','',0,'http://cryptowallet.labcp.co/app/uploads/2019/09/pax-1.svg',0,'attachment','image/svg+xml',0),(1090,1,'2019-09-20 19:12:43','2019-09-20 19:12:43','','pax','','inherit','open','closed','','pax-2','','','2019-09-20 19:12:43','2019-09-20 19:12:43','',0,'http://cryptowallet.labcp.co/app/uploads/2019/09/pax-1.svg',0,'attachment','image/svg+xml',0),(1091,1,'2019-09-20 19:12:43','2019-09-20 19:12:43','','pax','','inherit','open','closed','','pax-2','','','2019-09-20 19:12:43','2019-09-20 19:12:43','',0,'http://cryptowallet.labcp.co/app/uploads/2019/09/pax-1.svg',0,'attachment','image/svg+xml',0),(1092,1,'2019-09-20 19:12:43','2019-09-20 19:12:43','','pax','','inherit','open','closed','','pax-2','','','2019-09-20 19:12:43','2019-09-20 19:12:43','',0,'http://cryptowallet.labcp.co/app/uploads/2019/09/pax-1.svg',0,'attachment','image/svg+xml',0),(1093,1,'2019-09-20 19:14:52','2019-09-20 19:14:52','','tusd','','inherit','open','closed','','tusd','','','2019-09-20 19:14:52','2019-09-20 19:14:52','',0,'http://cryptowallet.labcp.co/app/uploads/2019/09/tusd-1.svg',0,'attachment','image/svg+xml',0),(1094,1,'2019-09-20 19:14:52','2019-09-20 19:14:52','','tusd','','inherit','open','closed','','tusd-2','','','2019-09-20 19:14:52','2019-09-20 19:14:52','',0,'http://cryptowallet.labcp.co/app/uploads/2019/09/tusd-1.svg',0,'attachment','image/svg+xml',0),(1095,1,'2019-09-20 19:14:52','2019-09-20 19:14:52','','tusd','','inherit','open','closed','','tusd-2','','','2019-09-20 19:14:52','2019-09-20 19:14:52','',0,'http://cryptowallet.labcp.co/app/uploads/2019/09/tusd-1.svg',0,'attachment','image/svg+xml',0),(1096,1,'2019-09-20 19:14:52','2019-09-20 19:14:52','','tusd','','inherit','open','closed','','tusd-2','','','2019-09-20 19:14:52','2019-09-20 19:14:52','',0,'http://cryptowallet.labcp.co/app/uploads/2019/09/tusd-1.svg',0,'attachment','image/svg+xml',0),(1097,1,'2019-09-20 19:14:52','2019-09-20 19:14:52','','tusd','','inherit','open','closed','','tusd-2','','','2019-09-20 19:14:52','2019-09-20 19:14:52','',0,'http://cryptowallet.labcp.co/app/uploads/2019/09/tusd-1.svg',0,'attachment','image/svg+xml',0),(1100,1,'2019-10-09 18:38:39','2019-10-09 18:38:39','Download our latest branding which includes various formats of our logo, icons, artwork, and color guide.','Media Kit 2','','publish','closed','closed','','media-kit-2','','','2019-10-09 18:38:39','2019-10-09 18:38:39','',0,'http://cryptowallet.labcp.co/?page_id=1100',12,'page','',0),(1101,1,'2019-10-09 18:38:39','2019-10-09 18:38:39','Download our latest branding which includes various formats of our logo, icons, artwork, and color guide.','Media Kit 2','','inherit','closed','closed','','1100-revision-v1','','','2019-10-09 18:38:39','2019-10-09 18:38:39','',1100,'http://cryptowallet.labcp.co/1100-revision-v1/',0,'revision','',0),(1102,1,'2019-10-09 23:42:13','2019-10-09 23:42:13','','Home 2','','publish','closed','closed','','home-2','','','2019-10-09 23:42:13','2019-10-09 23:42:13','',0,'http://cryptowallet.labcp.co/?page_id=1102',0,'page','',0),(1103,1,'2019-10-09 23:42:13','2019-10-09 23:42:13','','Home','','draft','closed','closed','','__trashed','','','2020-06-25 16:42:06','2020-06-25 16:42:06','',0,'http://cryptowallet.labcp.co/?page_id=1103',0,'page','',0),(1104,1,'2019-10-09 23:42:13','2019-10-09 23:42:13','','Home','','draft','closed','closed','','','','','2019-10-09 23:41:55','0000-00-00 00:00:00','',0,'http://cryptowallet.labcp.co/?page_id=1104',0,'page','',0),(1105,1,'2019-10-09 23:42:13','2019-10-09 23:42:13','','Home','','draft','closed','closed','','','','','2019-10-09 23:41:55','0000-00-00 00:00:00','',0,'http://cryptowallet.labcp.co/?page_id=1105',0,'page','',0),(1106,1,'2019-10-09 23:42:13','2019-10-09 23:42:13','','Home','','draft','closed','closed','','','','','2019-10-09 23:41:55','0000-00-00 00:00:00','',0,'http://cryptowallet.labcp.co/?page_id=1106',0,'page','',0),(1107,1,'2019-10-09 23:42:13','2019-10-09 23:42:13','','Home 2','','inherit','closed','closed','','1102-revision-v1','','','2019-10-09 23:42:13','2019-10-09 23:42:13','',1102,'http://cryptowallet.labcp.co/1102-revision-v1/',0,'revision','',0),(1109,1,'2019-10-16 19:22:45','2019-10-16 19:22:45','','About','','inherit','closed','closed','','136-revision-v1','','','2019-10-16 19:22:45','2019-10-16 19:22:45','',136,'http://cryptowallet.labcp.co/136-revision-v1/',0,'revision','',0),(1111,1,'2019-11-05 20:20:13','2019-11-05 20:20:13','a:7:{s:8:\"location\";a:1:{i:0;a:2:{i:0;a:3:{s:5:\"param\";s:12:\"options_page\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:11:\"acf-options\";}i:1;a:3:{s:5:\"param\";s:12:\"options_page\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:11:\"acf-options\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";}','Backup','backup','publish','open','open','','group_5dc1c514810f4','','','2019-11-05 20:20:13','2019-11-05 20:20:13','',0,'https://cryptowallet.labcp.co/?p=1111',0,'acf-field-group','',0),(1112,1,'2019-11-05 20:20:13','2019-11-05 20:20:13','a:7:{s:4:\"type\";s:3:\"tab\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"placement\";s:3:\"top\";s:8:\"endpoint\";i:0;}','Coins','','publish','closed','closed','','field_5d2659b0646ef','','','2019-11-05 20:20:13','2019-11-05 20:20:13','',1111,'https://cryptowallet.labcp.co/?post_type=acf-field&p=1112',0,'acf-field','',0),(1113,1,'2019-11-05 20:20:13','2019-11-05 20:20:13','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:2;s:9:\"new_lines\";s:2:\"br\";}','Title','title_coins','publish','closed','closed','','field_5d2659ba646f0','','','2019-11-05 20:20:13','2019-11-05 20:20:13','',1111,'https://cryptowallet.labcp.co/?post_type=acf-field&p=1113',1,'acf-field','',0),(1114,1,'2019-11-05 20:20:13','2019-11-05 20:20:13','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:2;s:9:\"new_lines\";s:2:\"br\";}','Description','description_coins','publish','closed','closed','','field_5d2659d4646f1','','','2019-11-05 20:20:13','2019-11-05 20:20:13','',1111,'https://cryptowallet.labcp.co/?post_type=acf-field&p=1114',2,'acf-field','',0),(1115,1,'2019-11-05 20:20:13','2019-11-05 20:20:13','a:8:{s:4:\"type\";s:7:\"message\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:7:\"message\";s:33:\"The Coins are editable in Options\";s:9:\"new_lines\";s:7:\"wpautop\";s:8:\"esc_html\";i:0;}','Coins','','publish','closed','closed','','field_5d2659e5646f2','','','2019-11-05 20:20:13','2019-11-05 20:20:13','',1111,'https://cryptowallet.labcp.co/?post_type=acf-field&p=1115',3,'acf-field','',0),(1116,1,'2019-11-05 20:20:13','2019-11-05 20:20:13','a:7:{s:4:\"type\";s:3:\"tab\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"placement\";s:3:\"top\";s:8:\"endpoint\";i:0;}','Payment','','publish','closed','closed','','field_5d2782af91990','','','2019-11-05 20:20:13','2019-11-05 20:20:13','',1111,'https://cryptowallet.labcp.co/?post_type=acf-field&p=1116',4,'acf-field','',0),(1117,1,'2019-11-05 20:20:13','2019-11-05 20:20:13','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:2;s:9:\"new_lines\";s:2:\"br\";}','Title','title_payment','publish','closed','closed','','field_5d2782c891991','','','2019-11-05 20:20:13','2019-11-05 20:20:13','',1111,'https://cryptowallet.labcp.co/?post_type=acf-field&p=1117',5,'acf-field','',0),(1118,1,'2019-11-05 20:20:13','2019-11-05 20:20:13','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:2;s:9:\"new_lines\";s:2:\"br\";}','Description','description_payment','publish','closed','closed','','field_5d2782cd91992','','','2019-11-05 20:20:13','2019-11-05 20:20:13','',1111,'https://cryptowallet.labcp.co/?post_type=acf-field&p=1118',6,'acf-field','',0),(1119,1,'2019-11-05 20:20:13','2019-11-05 20:20:13','a:7:{s:4:\"type\";s:3:\"tab\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"placement\";s:3:\"top\";s:8:\"endpoint\";i:0;}','Contactless','','publish','closed','closed','','field_5dc1bfb6b4f7a','','','2019-11-05 20:20:13','2019-11-05 20:20:13','',225,'https://cryptowallet.labcp.co/?post_type=acf-field&p=1119',12,'acf-field','',0),(1120,1,'2019-11-05 20:20:13','2019-11-05 20:20:13','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:2;s:9:\"new_lines\";s:2:\"br\";}','Title','title_contactless','publish','closed','closed','','field_5dc1bfc9b4f7b','','','2019-11-05 20:20:13','2019-11-05 20:20:13','',225,'https://cryptowallet.labcp.co/?post_type=acf-field&p=1120',13,'acf-field','',0),(1121,1,'2019-11-05 20:20:14','2019-11-05 20:20:14','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:2;s:9:\"new_lines\";s:2:\"br\";}','Description','description_contactless','publish','closed','closed','','field_5dc1bff0b4f7c','','','2019-11-05 20:20:14','2019-11-05 20:20:14','',225,'https://cryptowallet.labcp.co/?post_type=acf-field&p=1121',14,'acf-field','',0),(1122,1,'2019-11-05 20:20:14','2019-11-05 20:20:14','a:10:{s:4:\"type\";s:8:\"repeater\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"collapsed\";s:19:\"field_5dc1c097b4f7f\";s:3:\"min\";i:4;s:3:\"max\";i:4;s:6:\"layout\";s:5:\"block\";s:12:\"button_label\";s:11:\"Add Benefit\";}','Benefits','benefits_contactless','publish','closed','closed','','field_5dc1c03fb4f7d','','','2019-11-05 20:20:14','2019-11-05 20:20:14','',225,'https://cryptowallet.labcp.co/?post_type=acf-field&p=1122',15,'acf-field','',0),(1123,1,'2019-11-05 20:20:14','2019-11-05 20:20:14','a:13:{s:4:\"type\";s:6:\"select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:5:\"33.33\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:7:\"choices\";a:4:{s:4:\"note\";s:8:\"Notebook\";s:4:\"coin\";s:5:\"Coins\";s:7:\"bitcoin\";s:8:\"Bitcoins\";s:6:\"credit\";s:11:\"Card Credit\";}s:13:\"default_value\";a:0:{}s:10:\"allow_null\";i:0;s:8:\"multiple\";i:0;s:2:\"ui\";i:0;s:13:\"return_format\";s:5:\"value\";s:4:\"ajax\";i:0;s:11:\"placeholder\";s:0:\"\";}','Icon','icone','publish','closed','closed','','field_5dc1c06db4f7e','','','2019-11-05 20:20:14','2019-11-05 20:20:14','',1122,'https://cryptowallet.labcp.co/?post_type=acf-field&p=1123',0,'acf-field','',0),(1124,1,'2019-11-05 20:20:14','2019-11-05 20:20:14','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:5:\"33.33\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Title','title','publish','closed','closed','','field_5dc1c097b4f7f','','','2019-11-05 20:20:14','2019-11-05 20:20:14','',1122,'https://cryptowallet.labcp.co/?post_type=acf-field&p=1124',1,'acf-field','',0),(1125,1,'2019-11-05 20:20:14','2019-11-05 20:20:14','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:5:\"33.33\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:3;s:9:\"new_lines\";s:0:\"\";}','Description','description','publish','closed','closed','','field_5dc1c0b6b4f80','','','2019-11-05 20:20:14','2019-11-05 20:20:14','',1122,'https://cryptowallet.labcp.co/?post_type=acf-field&p=1125',2,'acf-field','',0),(1126,1,'2019-11-05 20:20:14','2019-11-05 20:20:14','a:7:{s:4:\"type\";s:3:\"tab\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"placement\";s:3:\"top\";s:8:\"endpoint\";i:0;}','Quick Crypto','','publish','closed','closed','','field_5d27778ead897','','','2020-06-03 22:29:24','2020-06-03 22:29:24','',276,'https://cryptowallet.labcp.co/?post_type=acf-field&#038;p=1126',16,'acf-field','',0),(1127,1,'2019-11-05 20:20:14','2019-11-05 20:20:14','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:2;s:9:\"new_lines\";s:2:\"br\";}','Title','title_quick_crypto','publish','closed','closed','','field_5d2777a8ad898','','','2020-06-03 22:29:24','2020-06-03 22:29:24','',276,'https://cryptowallet.labcp.co/?post_type=acf-field&#038;p=1127',17,'acf-field','',0),(1128,1,'2019-11-05 20:20:14','2019-11-05 20:20:14','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:2;s:9:\"new_lines\";s:2:\"br\";}','Description','description_quick_crypto','publish','closed','closed','','field_5d2777bfad899','','','2020-06-03 22:29:24','2020-06-03 22:29:24','',276,'https://cryptowallet.labcp.co/?post_type=acf-field&#038;p=1128',18,'acf-field','',0),(1129,1,'2019-11-05 20:20:14','2019-11-05 20:20:14','a:7:{s:4:\"type\";s:5:\"group\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"50\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:6:\"layout\";s:5:\"block\";s:10:\"sub_fields\";a:0:{}}','Exchange Effortlessly','exchange_effortlessly','publish','closed','closed','','field_5d27781aad89a','','','2020-06-03 22:29:24','2020-06-03 22:29:24','',276,'https://cryptowallet.labcp.co/?post_type=acf-field&#038;p=1129',19,'acf-field','',0),(1130,1,'2019-11-05 20:20:15','2019-11-05 20:20:15','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:21:\"Exchange Effortlessly\";s:11:\"placeholder\";s:21:\"Exchange Effortlessly\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Subtitle','subtitle','publish','closed','closed','','field_5d277828ad89b','','','2020-06-03 22:29:24','2020-06-03 22:29:24','',1129,'https://cryptowallet.labcp.co/?post_type=acf-field&#038;p=1130',0,'acf-field','',0),(1131,1,'2019-11-05 20:20:15','2019-11-05 20:20:15','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:3;s:9:\"new_lines\";s:2:\"br\";}','Text','text','publish','closed','closed','','field_5d27784bad89c','','','2020-06-03 22:29:24','2020-06-03 22:29:24','',1129,'https://cryptowallet.labcp.co/?post_type=acf-field&#038;p=1131',1,'acf-field','',0),(1132,1,'2019-11-05 20:20:15','2019-11-05 20:20:15','a:7:{s:4:\"type\";s:5:\"group\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"50\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:6:\"layout\";s:5:\"block\";s:10:\"sub_fields\";a:0:{}}','Top Up with Speed','top_up_with_speed','publish','closed','closed','','field_5d27786aad89d','','','2020-06-03 22:29:24','2020-06-03 22:29:24','',276,'https://cryptowallet.labcp.co/?post_type=acf-field&#038;p=1132',20,'acf-field','',0),(1133,1,'2019-11-05 20:20:15','2019-11-05 20:20:15','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:17:\"Top Up with Speed\";s:11:\"placeholder\";s:17:\"Top Up with Speed\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Subtitle','subtitle','publish','closed','closed','','field_5d27786bad89e','','','2020-06-03 22:29:24','2020-06-03 22:29:24','',1132,'https://cryptowallet.labcp.co/?post_type=acf-field&#038;p=1133',0,'acf-field','',0),(1134,1,'2019-11-05 20:20:15','2019-11-05 20:20:15','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:3;s:9:\"new_lines\";s:2:\"br\";}','Text','text','publish','closed','closed','','field_5d27786bad89f','','','2020-06-03 22:29:24','2020-06-03 22:29:24','',1132,'https://cryptowallet.labcp.co/?post_type=acf-field&#038;p=1134',1,'acf-field','',0),(1135,1,'2019-11-05 20:20:16','2019-11-05 20:20:16','a:7:{s:4:\"type\";s:3:\"url\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";}','Button Link','button_link','publish','closed','closed','','field_5d2760f269470','','','2019-11-05 20:20:16','2019-11-05 20:20:16','',449,'https://cryptowallet.labcp.co/?post_type=acf-field&p=1135',10,'acf-field','',0),(1136,1,'2019-11-05 20:22:25','2019-11-05 20:22:25','','Home','','inherit','closed','closed','','419-revision-v1','','','2019-11-05 20:22:25','2019-11-05 20:22:25','',419,'https://cryptowallet.labcp.co/419-revision-v1/',0,'revision','',0),(1137,1,'2019-11-05 20:22:26','2019-11-05 20:22:26','','Home','','inherit','closed','closed','','442-revision-v1','','','2019-11-05 20:22:26','2019-11-05 20:22:26','',442,'https://cryptowallet.labcp.co/442-revision-v1/',0,'revision','',0),(1138,1,'2019-11-05 20:22:27','2019-11-05 20:22:27','','Home','','inherit','closed','closed','','443-revision-v1','','','2019-11-05 20:22:27','2019-11-05 20:22:27','',443,'https://cryptowallet.labcp.co/443-revision-v1/',0,'revision','',0),(1140,1,'2019-11-05 20:23:24','2019-11-05 20:23:24','Trade the highest-ranked cryptocurrencies and stablecoins. CryptoWallet allows users to buy, hold, spend, and exchange digital assets. You can spend cryptocurrency in stores and online, or trade it here in the secure, end-to-end encrypted in-app exchange service.\r\n\r\nUsers typically use fiat currencies to buy their first crypto, and from there, you can live in a crypto-only world! The CryptoWallet exchange support thirteen top cryptos as well as multiple stablecoins.','Exchange','','inherit','closed','closed','','273-revision-v1','','','2019-11-05 20:23:24','2019-11-05 20:23:24','',273,'https://cryptowallet.labcp.co/273-revision-v1/',0,'revision','',0),(1141,1,'2019-11-05 20:24:29','2019-11-05 20:24:29','','Card','','inherit','closed','closed','','221-revision-v1','','','2019-11-05 20:24:29','2019-11-05 20:24:29','',221,'https://cryptowallet.labcp.co/221-revision-v1/',0,'revision','',0),(1145,2,'2020-01-20 20:55:26','2020-01-20 20:55:26','a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:6:\"medium\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}','Logo hover','logo_hover','publish','closed','closed','','field_5e2613ac34855','','','2020-01-20 20:55:26','2020-01-20 20:55:26','',620,'https://cryptowallet.labcp.co/?post_type=acf-field&p=1145',1,'acf-field','',0),(1146,2,'2020-01-20 20:58:36','2020-01-20 20:58:36','','f_coindesk_hover','','inherit','open','closed','','f_coindesk_hover','','','2020-01-20 20:58:36','2020-01-20 20:58:36','',419,'https://cryptowallet.labcp.co/app/uploads/2020/01/f_coindesk_hover.svg',0,'attachment','image/svg+xml',0),(1147,2,'2020-01-20 20:58:36','2020-01-20 20:58:36','','f_coindesk_hover','','inherit','open','closed','','f_coindesk_hover-2','','','2020-01-20 20:58:36','2020-01-20 20:58:36','',441,'https://cryptowallet.labcp.co/app/uploads/2020/01/f_coindesk_hover.svg',0,'attachment','image/svg+xml',0),(1148,2,'2020-01-20 20:58:36','2020-01-20 20:58:36','','f_coindesk_hover','','inherit','open','closed','','f_coindesk_hover-2','','','2020-01-20 20:58:36','2020-01-20 20:58:36','',442,'https://cryptowallet.labcp.co/app/uploads/2020/01/f_coindesk_hover.svg',0,'attachment','image/svg+xml',0),(1149,2,'2020-01-20 20:58:36','2020-01-20 20:58:36','','f_coindesk_hover','','inherit','open','closed','','f_coindesk_hover-2','','','2020-01-20 20:58:36','2020-01-20 20:58:36','',443,'https://cryptowallet.labcp.co/app/uploads/2020/01/f_coindesk_hover.svg',0,'attachment','image/svg+xml',0),(1150,2,'2020-01-20 20:58:36','2020-01-20 20:58:36','','f_coindesk_hover','','inherit','open','closed','','f_coindesk_hover-2','','','2020-01-20 20:58:36','2020-01-20 20:58:36','',1365,'https://cryptowallet.labcp.co/app/uploads/2020/01/f_coindesk_hover.svg',0,'attachment','image/svg+xml',0),(1151,2,'2020-01-20 20:58:45','2020-01-20 20:58:45','','f_btcmanager_hover','','inherit','open','closed','','f_btcmanager_hover','','','2020-01-20 20:58:45','2020-01-20 20:58:45','',419,'https://cryptowallet.labcp.co/app/uploads/2020/01/f_btcmanager_hover.svg',0,'attachment','image/svg+xml',0),(1152,2,'2020-01-20 20:58:45','2020-01-20 20:58:45','','f_btcmanager_hover','','inherit','open','closed','','f_btcmanager_hover-2','','','2020-01-20 20:58:45','2020-01-20 20:58:45','',441,'https://cryptowallet.labcp.co/app/uploads/2020/01/f_btcmanager_hover.svg',0,'attachment','image/svg+xml',0),(1153,2,'2020-01-20 20:58:45','2020-01-20 20:58:45','','f_btcmanager_hover','','inherit','open','closed','','f_btcmanager_hover-2','','','2020-01-20 20:58:45','2020-01-20 20:58:45','',442,'https://cryptowallet.labcp.co/app/uploads/2020/01/f_btcmanager_hover.svg',0,'attachment','image/svg+xml',0),(1154,2,'2020-01-20 20:58:45','2020-01-20 20:58:45','','f_btcmanager_hover','','inherit','open','closed','','f_btcmanager_hover-2','','','2020-01-20 20:58:45','2020-01-20 20:58:45','',443,'https://cryptowallet.labcp.co/app/uploads/2020/01/f_btcmanager_hover.svg',0,'attachment','image/svg+xml',0),(1155,2,'2020-01-20 20:58:45','2020-01-20 20:58:45','','f_btcmanager_hover','','inherit','open','closed','','f_btcmanager_hover-2','','','2020-01-20 20:58:45','2020-01-20 20:58:45','',1365,'https://cryptowallet.labcp.co/app/uploads/2020/01/f_btcmanager_hover.svg',0,'attachment','image/svg+xml',0),(1156,2,'2020-01-20 20:58:53','2020-01-20 20:58:53','','f_yahoo_hover','','inherit','open','closed','','f_yahoo_hover','','','2020-01-20 20:58:53','2020-01-20 20:58:53','',419,'https://cryptowallet.labcp.co/app/uploads/2020/01/f_yahoo_hover.svg',0,'attachment','image/svg+xml',0),(1157,2,'2020-01-20 20:58:53','2020-01-20 20:58:53','','f_yahoo_hover','','inherit','open','closed','','f_yahoo_hover-2','','','2020-01-20 20:58:53','2020-01-20 20:58:53','',441,'https://cryptowallet.labcp.co/app/uploads/2020/01/f_yahoo_hover.svg',0,'attachment','image/svg+xml',0),(1158,2,'2020-01-20 20:58:53','2020-01-20 20:58:53','','f_yahoo_hover','','inherit','open','closed','','f_yahoo_hover-2','','','2020-01-20 20:58:53','2020-01-20 20:58:53','',442,'https://cryptowallet.labcp.co/app/uploads/2020/01/f_yahoo_hover.svg',0,'attachment','image/svg+xml',0),(1159,2,'2020-01-20 20:58:53','2020-01-20 20:58:53','','f_yahoo_hover','','inherit','open','closed','','f_yahoo_hover-2','','','2020-01-20 20:58:53','2020-01-20 20:58:53','',443,'https://cryptowallet.labcp.co/app/uploads/2020/01/f_yahoo_hover.svg',0,'attachment','image/svg+xml',0),(1160,2,'2020-01-20 20:58:53','2020-01-20 20:58:53','','f_yahoo_hover','','inherit','open','closed','','f_yahoo_hover-2','','','2020-01-20 20:58:53','2020-01-20 20:58:53','',1365,'https://cryptowallet.labcp.co/app/uploads/2020/01/f_yahoo_hover.svg',0,'attachment','image/svg+xml',0),(1161,2,'2020-01-20 20:59:10','2020-01-20 20:59:10','','f_bitcoinist_hover','','inherit','open','closed','','f_bitcoinist_hover','','','2020-01-20 20:59:10','2020-01-20 20:59:10','',419,'https://cryptowallet.labcp.co/app/uploads/2020/01/f_bitcoinist_hover.svg',0,'attachment','image/svg+xml',0),(1162,2,'2020-01-20 20:59:10','2020-01-20 20:59:10','','f_bitcoinist_hover','','inherit','open','closed','','f_bitcoinist_hover-2','','','2020-01-20 20:59:10','2020-01-20 20:59:10','',441,'https://cryptowallet.labcp.co/app/uploads/2020/01/f_bitcoinist_hover.svg',0,'attachment','image/svg+xml',0),(1163,2,'2020-01-20 20:59:10','2020-01-20 20:59:10','','f_bitcoinist_hover','','inherit','open','closed','','f_bitcoinist_hover-2','','','2020-01-20 20:59:10','2020-01-20 20:59:10','',442,'https://cryptowallet.labcp.co/app/uploads/2020/01/f_bitcoinist_hover.svg',0,'attachment','image/svg+xml',0),(1164,2,'2020-01-20 20:59:10','2020-01-20 20:59:10','','f_bitcoinist_hover','','inherit','open','closed','','f_bitcoinist_hover-2','','','2020-01-20 20:59:10','2020-01-20 20:59:10','',443,'https://cryptowallet.labcp.co/app/uploads/2020/01/f_bitcoinist_hover.svg',0,'attachment','image/svg+xml',0),(1165,2,'2020-01-20 20:59:10','2020-01-20 20:59:10','','f_bitcoinist_hover','','inherit','open','closed','','f_bitcoinist_hover-2','','','2020-01-20 20:59:10','2020-01-20 20:59:10','',1365,'https://cryptowallet.labcp.co/app/uploads/2020/01/f_bitcoinist_hover.svg',0,'attachment','image/svg+xml',0),(1166,2,'2020-01-20 20:59:18','2020-01-20 20:59:18','','f_ccn_hover','','inherit','open','closed','','f_ccn_hover','','','2020-01-20 20:59:18','2020-01-20 20:59:18','',419,'https://cryptowallet.labcp.co/app/uploads/2020/01/f_ccn_hover.svg',0,'attachment','image/svg+xml',0),(1167,2,'2020-01-20 20:59:18','2020-01-20 20:59:18','','f_ccn_hover','','inherit','open','closed','','f_ccn_hover-2','','','2020-01-20 20:59:18','2020-01-20 20:59:18','',441,'https://cryptowallet.labcp.co/app/uploads/2020/01/f_ccn_hover.svg',0,'attachment','image/svg+xml',0),(1168,2,'2020-01-20 20:59:18','2020-01-20 20:59:18','','f_ccn_hover','','inherit','open','closed','','f_ccn_hover-2','','','2020-01-20 20:59:18','2020-01-20 20:59:18','',442,'https://cryptowallet.labcp.co/app/uploads/2020/01/f_ccn_hover.svg',0,'attachment','image/svg+xml',0),(1169,2,'2020-01-20 20:59:18','2020-01-20 20:59:18','','f_ccn_hover','','inherit','open','closed','','f_ccn_hover-2','','','2020-01-20 20:59:18','2020-01-20 20:59:18','',443,'https://cryptowallet.labcp.co/app/uploads/2020/01/f_ccn_hover.svg',0,'attachment','image/svg+xml',0),(1170,2,'2020-01-20 20:59:18','2020-01-20 20:59:18','','f_ccn_hover','','inherit','open','closed','','f_ccn_hover-2','','','2020-01-20 20:59:18','2020-01-20 20:59:18','',1365,'https://cryptowallet.labcp.co/app/uploads/2020/01/f_ccn_hover.svg',0,'attachment','image/svg+xml',0),(1171,2,'2020-01-20 20:59:26','2020-01-20 20:59:26','','f_cointelegraph_hover','','inherit','open','closed','','f_cointelegraph_hover','','','2020-01-20 20:59:26','2020-01-20 20:59:26','',419,'https://cryptowallet.labcp.co/app/uploads/2020/01/f_cointelegraph_hover.svg',0,'attachment','image/svg+xml',0),(1172,2,'2020-01-20 20:59:26','2020-01-20 20:59:26','','f_cointelegraph_hover','','inherit','open','closed','','f_cointelegraph_hover-2','','','2020-01-20 20:59:26','2020-01-20 20:59:26','',441,'https://cryptowallet.labcp.co/app/uploads/2020/01/f_cointelegraph_hover.svg',0,'attachment','image/svg+xml',0),(1173,2,'2020-01-20 20:59:26','2020-01-20 20:59:26','','f_cointelegraph_hover','','inherit','open','closed','','f_cointelegraph_hover-2','','','2020-01-20 20:59:26','2020-01-20 20:59:26','',442,'https://cryptowallet.labcp.co/app/uploads/2020/01/f_cointelegraph_hover.svg',0,'attachment','image/svg+xml',0),(1174,2,'2020-01-20 20:59:26','2020-01-20 20:59:26','','f_cointelegraph_hover','','inherit','open','closed','','f_cointelegraph_hover-2','','','2020-01-20 20:59:26','2020-01-20 20:59:26','',443,'https://cryptowallet.labcp.co/app/uploads/2020/01/f_cointelegraph_hover.svg',0,'attachment','image/svg+xml',0),(1175,2,'2020-01-20 20:59:26','2020-01-20 20:59:26','','f_cointelegraph_hover','','inherit','open','closed','','f_cointelegraph_hover-2','','','2020-01-20 20:59:26','2020-01-20 20:59:26','',1365,'https://cryptowallet.labcp.co/app/uploads/2020/01/f_cointelegraph_hover.svg',0,'attachment','image/svg+xml',0),(1176,2,'2020-01-20 20:59:32','2020-01-20 20:59:32','','Home','','inherit','closed','closed','','419-revision-v1','','','2020-01-20 20:59:32','2020-01-20 20:59:32','',419,'https://cryptowallet.labcp.co/419-revision-v1/',0,'revision','',0),(1177,2,'2020-01-20 20:59:34','2020-01-20 20:59:34','','Home','','inherit','closed','closed','','442-revision-v1','','','2020-01-20 20:59:34','2020-01-20 20:59:34','',442,'https://cryptowallet.labcp.co/442-revision-v1/',0,'revision','',0),(1178,2,'2020-01-20 20:59:35','2020-01-20 20:59:35','','Home','','inherit','closed','closed','','443-revision-v1','','','2020-01-20 20:59:35','2020-01-20 20:59:35','',443,'https://cryptowallet.labcp.co/443-revision-v1/',0,'revision','',0),(1182,1,'2020-04-03 22:18:26','2020-04-03 22:18:26','<ul class=\"list-letters\">\r\n<li>These Terms of Service (“Agreement”) describe the terms and conditions applicable to the services of Digital Assets exchange (“Services”) between CW Lab OÜ, private limited company incorporated in the Republic of Estonia under registration number 14674618 (“Cryptowallet”, “we”, “us”, “our”) and any natural person or legal entity (“Client”, “you”, “your”).</li>\r\n<li>You, by using the Services provided by Cryptowallet on the following website: <a href=\"http://www.cryptowallet.net\">www.cryptowallet.net</a> (“Website”) you confirm that you have read, understood, accept and agree to follow this Agreement within all the terms and condition as specified below.</li>\r\n<li>You understand that some restrictions may be applied to your use of the Services provided by Cryptowallet depending on your country of residence. It is your sole responsibility to comply with applicable legislation and follow the rules of your country of residence and/or country of accessing the Services via Website.</li>\r\n<li>If you disagree to some or all provisions of this Agreement you shall not use the Services.</li>\r\n</ul>\r\n<h2>1. SCOPE OF SERVICES</h2>\r\n<p>1.1 Cryptowallet provides a platform, website and mobile application that is available by technical means at Cryptowallet resources and allows a Client to:</p>\r\n<ul>\r\n<li>Buy or sell Digital Assets in exchange for other Digital Assets, or for fiat currency;</li>\r\n<li>Store Digital Assets listed on the Cryptowallet’s platform with a third party custodian;</li>\r\n<li>Withdraw any fiat currency balance held on your account;</li>\r\n<li>Transfer Digital Assets to a wallet or to other users of such Digital Assets outside the Cryptowallet.</li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">Depending on your country of residence, you may not be able to use all the functions of the Services. It is Client’s responsibility to follow those rules and laws in your country of residence and/or country from which you access this website and the Services. As long as you agree to and comply with these Terms of Service, Cryptowallet grants you the personal, non-exclusive, non-transferable, non-sublicensable and limited right to enter and use the website and the Services.</span></p>\r\n<h2>2. PROVISION OF SERVICES</h2>\r\n<ul class=\"list-no-type\">\r\n<li><span style=\"font-weight: 400;\">2.1. In order to apply for the Services, the Client needs to open an account via Cryptowallet’s Website and agree to this Agreement. All Clients must be approved and have the </span><span style=\"font-weight: 400;\">account open</span><span style=\"font-weight: 400;\"> by the Cryptowallet before they can use any of the Services provided by Cryptowallet. Cryptowallet has the right to unilaterally approve or reject any potential Client in accordance with its internal rules and policies. The Client understands and agrees that Cryptowallet is not obliged to disclose internal rues and policies to the Client and to provide any explanation and reasons for its decision.</span></li>\r\n<li><span style=\"font-weight: 400;\">2.2. The Client shall provide all required information and documents required by Cryptowallet and necessary for the provision of the Services, including but not limited to, the Client’s personal bank account and/or the Client’s personal electronic wallet and Client’s personal Digital Assets wallet. Cryptowallet may require the Client and the Client has obligation to provide requested additional information and documents during the account opening and after the account opening during the provision of the Services.</span></li>\r\n<li><span style=\"font-weight: 400;\">2.3. In case of change of information and/or documents the Client must inform Cryptowallet immediately.&nbsp;</span></li>\r\n<li><span style=\"font-weight: 400;\">2.4. If the Client does not provide the requested information and/or documents to Cryptowallet or fails to notify upon change of earlier provided information, Cryptowallet has the right to stop or refuse provision of the Services to the Client until the Client provides required information and/or documents or to terminate the Agreement with the immediate effect at any time unless Cryptowallet’s request is satisfied.</span></li>\r\n<li><span style=\"font-weight: 400;\">2.5. An account or accounts</span><span style=\"font-weight: 400;\"> via Cryptowallet’s website and/or mobile application mean account(s) held and maintained by the Client for the specific purpose of Digital Assets exchange, management, and/or transfer through the Cryptowallet’s platform. The objective of the account created are bounded by the scope of the Services.&nbsp;</span></li>\r\n<li><span style=\"font-weight: 400;\">2.6. Cryptowallet at its sole discretion may change the currency limits intended for an exchange and other Service provision parameters. If the Client does not agree to such changes, the Client must inform Cryptowallet immediately and stop business relationship with Cryptowallet. If the Client continues to request and accept Services after such changes occur, it means that the Client has accepted changes fully and unconditionally.&nbsp;</span></li>\r\n<li><span style=\"font-weight: 400;\">2.7. The Client acknowledges and accepts, that Cryptowallet in all cases cannot be liable for any losses, including the loss of profits, in part or in full, resulting from not being able to receive the Services or for non-provision of the Services.</span></li>\r\n</ul>\r\n<h2>3. DIGITAL ASSETS SELLING</h2>\r\n<ul class=\"list-no-type\">\r\n<li><span style=\"font-weight: 400;\">3.1. The Client acknowledges and accepts the policy on the return of fiat currencies and Digital Assets that their return after the executed sale operation is not possible.</span></li>\r\n<li><span style=\"font-weight: 400;\">3.2. Request. When the Client initiates the transaction of Digital Assets selling, the Client sends a request (“Request”) to the system indicating the amount of Digital Assets intended for the transaction and payment service provider, bank account details or Digital Assets wallet address preferred for the payout. After the Client’s request is approved the Client transfers Digital Assets in the amount intended for the transaction to the Digital Assets wallet indicated by Cryptowallet’s platform. This transfer will be deemed settled after minimum required confirmations have been received.&nbsp;</span></li>\r\n<li><span style=\"font-weight: 400;\">3.3. Execution. The transaction is executed successfully when the amount of Digital Assets received by Cryptowallet is equal to the amount in Request. If the amount differs Cryptowallet may unilaterally&nbsp;freeze the Request for correction with the Client. If the Request is corrected with the Client, it will be executed at sell price current for the moment when new Request was agreed. If the Client failed to respond and/or correct the Request with Cryptowallet within 24 hours the Client’s Digital Assets will be returned to his account’s return address. Administrative fee is charged for the returning of Digital Assets volume, meaning that your returning payout will be reduced with applicable administrative fee and if the administrative amount supersedes the volume of returning payout no Digital Assets will be returned.&nbsp;</span></li>\r\n<li><span style=\"font-weight: 400;\">3.4. Price. The selling price current for the moment will be locked on your Request after Cryptowallet receives the minimum required confirmations from Digital Assets network.&nbsp;</span></li>\r\n<li><span style=\"font-weight: 400;\">3.5. Limitations. Cryptowallet may apply limitation either on a sell transaction or on a daily sell volume per bank account, payment service provider account or Digital Assets wallet. If the Client fails to meet this limitation when applying for sell transaction his Digital Assets will be returned to his account’s return address. Administrative fee is charged for the returning of Digital Assets, meaning that the Client’s returning payout will be reduced with applicable administrative fee and if the administrative amount supersedes the volume of returning payout no Digital Assets will be returned. Before initiating sell transaction please check the limitations for your account.</span></li>\r\n<li><span style=\"font-weight: 400;\">3.6. Confirmation. The minimum required is 1 confirmation on the transaction of amount that does not exceed the equivalent of 4 BTC and 6 confirmations is required on the amount equivalent or over 4 BTC, received from Digital Assets network after the transaction was broadcasted.&nbsp;</span></li>\r\n<li><span style=\"font-weight: 400;\">3.7. Payout. In order to initiate the payout to the Client’s payment service provider account, bank account, or Digital Assets wallet, Cryptowallet needs to receive minimum required confirmations related to your transaction. The payouts to the Client’s payment service provider or bank account are normally settled within 2448-72 hours on working days from the moment of transaction completion; payouts to the payment service provider electronic wallet are normally settled within 24 hours. If for reason which depends on the Client Cryptowallet can not transfer fiat currencies to the account of the Client it has a right to exchnage the Fiat currencies in to Digital Assets at its choise and keep them untill further instructions are received from the Client.</span></li>\r\n</ul>\r\n<h2>4. DIGITAL ASSETS PURCHASING</h2>\r\n<ul class=\"list-no-type\">\r\n<li>4.1. The Client acknowledges and accepts that transfers to the bank account which do not comply with the terms below will be returned and the bank costs will be deducted.</li>\r\n<li>4.2. The purchase is available by means of a bank / payment service provider transfer in fiat currency or via a Digital Assets wallet.</li>\r\n<li>4.3. Request. When the Client initiates the transaction of Digital Assets purchase, the Client sends a request to the system indicating the amount of Digital Assets intended for the transaction and details of the Client’s personal Digital Assets wallet for payout. After the Client’s request is approved the Client transfers a necessary amount in fiat currency with the bank account, payment service provider account or Digital Assets wallet, to the Digital Assets wallet address indicated by Cryptowallet platform, which is different from a Digital Assets wallet that the Client has used to initiate the purchase. This transfer will be deemed settled after the payment in fiat currency or Digital Assets is received.</li>\r\n<li>4.4. Execution. The transaction is executed successfully when the amount in fiat currency or Digital Assets payment received by Cryptowallet is equal to the amount in Request. If the amount differs Cryptowallet may unilaterally freeze the Request for manual correction with a Client. If the Request is corrected with a Client, it will be executed at buy price current for the moment when new Request was closed. If the Client failed to respond and/or correct the Request with Cryptowallet’s representative within 24 hours his amount of Funds will be returned to his account’s return address. Administrative fee is charged for the returning of Funds, meaning that your returning payout will be reduced with applicable administrative fee and if the administrative amount supersedes the volume of returning payout no Digital Assets or fiat money will be returned.</li>\r\n<li>4.5. Price. The price for execution of the transaction is shown at the respective section of Cryptowallet’s platform on the website or mobile app and based on the current price at the moment. The estimated amount of the Digital Assets based on this actual price at the moment when you apply for purchase.</li>\r\n<li>4.6. Transfer. Cryptowallet processes bank / payment transfers in fiat currencies daily and relies on third party service providers. Cryptowallet processes transfers only after it receives a notification from its bank or payment service provider that the Client\'s transfer was settled. The term while the purchased Digital Assets will be charged to the Client’s Digital Assets wallet may take 24-72 hours from the moment of the Client’s bank transfer, depending on the bank involved into transactions or within 24 hours if the payment service provider was used. In any case it may take one additional day, if the buy transaction will be executed manually. The final amount of Digital Assets may differ from the estimated amount as it depends on the price at the moment when your Request for purchase was actually executed. We may inform you respectively via e-mail when you Digital Assets will be sent to your wallet.</li>\r\n<li>4.7. Confirmation. The minimum required is 1 confirmation on the transaction of amount that does not exceed the equivalent of 4 BTC and 6 confirmations is required on the amount equivalent or over 4 BTC, received from Digital Assets network after the transaction was broadcasted.</li>\r\n<li>4.8. Limitations. Cryptowallet may apply limitations either on buy transaction or on daily buy volume per bank account, payment service provider account or Digital Assets wallet. If you fail to meet this limitation when applying for buy transaction your fiat currency or Digital Assets will be returned to your account’s return address. Administrative fee is charged for the returning of fiat currency or Digital Assets, meaning that your returning payout will be reduced with applicable administrative fee and if the administrative amount supersedes the volume of returning payout no fiat currency or Digital Assets will be returned. Before initiating buy transaction please check the limitations for your account.</li>\r\n</ul>\r\n<h2>5. WARRANTIES &amp; ACKNOWLEDGMENT</h2>\r\n<ul class=\"list-no-type\">\r\n<li>5.1 The Client warrants that he (and/ or representative of the Client, when the Client is a legal person):\r\n<ul>\r\n<li>5.1.1. read and understood this Agreement, is at least 18 years old and has full capacity to enter into this Agreement and conduct the activity related to the Services;</li>\r\n<li>5.1.2. acts within and complies with all legal requirements applicable to the relevant jurisdiction when requesting and using the Services provided by Cryptowallet;</li>\r\n<li>5.1.3. is solely responsible for assessment and coherence to the applicable tax regulations;</li>\r\n<li>5.1.4. is authorised and using the Cryptowallet account personally;</li>\r\n<li>5.1.5. keeps and maintains information, including without limitation personal data, financial details and information about all activities conducted or occurred within the account confidential;</li>\r\n<li>5.1.6. makes appropriate use of Cryptowallet’s Services to ensure a level of security appropriate to the risk in respect of the personal data and securing authorization credentials, system and devices used to access to Cryptowallet’s Services;</li>\r\n<li>5.1.7. provides accurate, complete and current data while applying for the account via Cryptowallet’s website or mobile application;</li>\r\n<li>5.1.8. provides all necessary or requested by Cryptowallet information about a bank account (including IBAN and the name associated with a bank account) or electronic payment service provider account for the purpose of conducting payout for the Digital Assets sold by him or by his Request using Cryptowallet’s website or mobile application;</li>\r\n<li>5.1.9. provides the details of a Digital Assets wallet for the purpose of a Digital Assets return;</li>\r\n<li>5.1.10. uses only a specific Digital Assets address provided to the Client by Cryptowallet for sending Digital Assets intended for sale.</li>\r\n<li>5.1.11. the Client has been informed that the Client monies held on the Cryptowallet account for the benefit of the Client and until they are not transferred to the Client are not considered as a deposit, or that Cryptowallet provides payment services or any other services which can be associated with the financial services like bank services or payment institution services and which require a specific license.</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<ul class=\"list-no-type\">\r\n<li>5.2. The Client acknowledges that:\r\n<ul>\r\n<li>5.2.1. it is the Client’s personal liability to any and all potential losses resulting from selling or purchasing of currencies or Digital Assets and that Cryptowallet only provides services under instructions from and on behalf of the Client (“execution only”), therefore the Client keeps and will keep Cryptowallet free of any liability and/or losses;</li>\r\n<li>5.2.2. there are risks inherent with the use of the Services, including but not limited to, market risk, liquidity risk, volatility risk, operational risk, speculative nature of Digital Assets themselves, regulatory risks, etc.;</li>\r\n<li>5.2.3. the Client is solely responsible for all legal risks associated with using the Services provided by Cryptowallet;</li>\r\n<li>5.2.4. transaction may be aborted at any time by Cryptowallet and the received payments or Digital Assets may be returned to your account, the return of Digital Assets in this case will be done only after minimal required confirmation from Digital Assets network is received;</li>\r\n<li>5.2.5. the price for exchange of Digital Assets is based on the reference price provided by Cryptowallet;</li>\r\n<li>5.2.6. Cryptowallet does not hold responsibility if volatility on the market and technical delays of Cryptowallet’s platform or website, or mobile app would affect the reference price both in a positive or negative way;</li>\r\n<li>5.2.7. availability of banking system or payment service provider may cause delays in payment transactions;</li>\r\n<li>5.2.8. Cryptowallet bears no responsibility for refusal to open an account;</li>\r\n<li>5.2.9. period of selling or returning of Digital Assets to your account may vary due to the inherent nature of the Digital Assets network and Digital Assets network fees to be paid to the miners;</li>\r\n<li>5.2.10. Cryptowallet neither bears any responsibility nor covers any losses caused by inappropriate or unauthorized use of the Services;</li>\r\n<li>5.2.11. it is the Client’s sole responsibility to provide all accurate information correctly and without mistakes or mistypes in any portion of information when completing Requests or other forms on Cryptowallet website or mobile app, otherwise it may lead to transfer of Funds to account specified by mistake or to delays in processing and payouts.</li>\r\n<li>5.2.12. Cryptowallet at its sole discretion and at any time may amend and/ or change this Agreement without prior notice to the Client, unless such changes and/ or amendments will constitute significant changes to the provision of Services, namely if the changes and/ or amendments are made to the Sections 2, 3 and 4 of this Agreement, the notice of the latter changes and/ or amendments to be given by any adequate mean including email or general publication on the Cryptowallet’s website. The amended version of these Agreement enters into force immediately and if the changes made to the Section 2, 3 and 4 of this Agreement enters into force 15 (fifteen) days after the publication, except if the Client terminates its relations with Cryptowallet within that period.</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<h2>6. INTELLECTUAL PROPERTY</h2>\r\n<ul class=\"list-no-type\">\r\n<li>6.1. All copyrights and other intellectual property rights in trademarks, service marks, software, text, images, graphics, data, prices, trades, charts, graphs, video and audio (“Materials”) depicted or shown or contained on the Cryptowallet’s website and mobile appplication belong to or are in control of Cryptowallet. You may view, download or print only one copy of the Materials from the Cryptowallet’s website or mobile application solely for your personal use, however it is forbidden to remove, blur or otherwise hide the copyright and other proprietary notices. Otherwise you are not allowed to copy, reproduce, modify, republish, upload, post, transmit, scrap, collect or distribute in any form or by any means the Materials. It is also forbidden to use Materials from the website or mobile application for commercial use unless Cryptowallet gives you a written permission to do so. Any unauthorized use is prohibited and may violate copyright, trademark and/or other applicable laws and could result in criminal or civil penalties.</li>\r\n<li>6.2. Cryptowallet may provide access to certain widgets for the Client’s use – the Client is free to use these in their original unmodified and unaltered state.</li>\r\n</ul>\r\n<h2>7. APPLICABLE LAW AND JURISDICTION</h2>\r\n<ul class=\"list-no-type\">\r\n<li>7.1. This Agreement is subject to and shall be construed in accordance with a law of the Republic of Estonia without reference to its conflict of law as the sole and exclusive governing law. The parties agree to irrevocably submit to the exclusive jurisdiction of the Estonian Courts. The Parties agree to notify each other in writing of any dispute within thirty (30) days of when it arises. Notice to Cryptowallet shall be sent to support@cryptowallet.net .</li>\r\n</ul>\r\n<h2>8. LIMITATION OF LIABILITY</h2>\r\n<ul class=\"list-no-type\">\r\n<li>8.1. All the Services are provided without warranty of any kind, either express or implied. Cryptowallet does not guarantee that the Services will be available at the Cryptowallet’s website or mobile application uninterruptedly, or that there will be no delays, failures, errors, omissions or loss of transmitted information.</li>\r\n<li>8.2. In no circumstances Cryptowallet must be held responsible for the Client loss of Digital Assets in all cases including if the Client cannot access his personal Digital Assets wallet or the address provided by Client to Cryptowallet for returning purposes.</li>\r\n<li>8.3. Cryptowallet cannot be held liable for any malfunction, breakdown, delay or interruption to the internet connection, or if for any reason Cryptowallet’s Services are unavailable at any time or for any period.</li>\r\n<li>8.4. Where Cryptowallet’s website or mobile application contains links to other websites and resources provided by third parties, these links are provided for your information only. Cryptowallet has no control over the contents of those websites or resources and accepts no liability for them or for any loss or damage that may arise from your use of them.</li>\r\n<li>8.5. Client agrees that any Cryptowallet liability in any case is limited to the amount of transaction(s) the subject of the claim redundant for any amount of commissions or additional fees that may be due and payable in respect of such transaction(s). We do not hold any additional liability or warranty before the Client.</li>\r\n</ul>\r\n<h2>9. TERMINATION</h2>\r\n<ul class=\"list-no-type\">\r\n<li>9.1. Either the Client or Cryptowallet may terminate relationship with the other at any time, without reason, following settlement of any pending transactions. In the case of pending transaction, the termination will be effective when the terminating party receives the acknowledgment in writing of its notice to terminate a relationship with the other party. The termination does not affect any previous transactions, rights or obligations accrued prior to the notice of termination.</li>\r\n<li>9.2. Except for the withdrawal of accumulated Funds if so, the Client will not be entitled to any remedy for discontinuing of the Services, all subject to this Agreement, applicable laws and regulations.</li>\r\n<li>9.3. The Client understands and agrees that Cryptowallet at its sole discretion may terminate the Client’s access to the Cryptowallet’s website, mobile application and the Client’s account.</li>\r\n<li>9.4. Cryptowallet may also suspend or terminate your account for any or all of the following reasons:\r\n<ul>\r\n<li>9.4.1. attempt by the Client or assistance at attempting to gain unauthorized access to the Cryptowallet’s website, mobile application or another account, which is held by a third party;</li>\r\n<li>9.4.2. overcoming software security features limiting use of or protecting any content;</li>\r\n<li>9.4.3. use of the Services for performance of illegal activities (for example, money laundering, illegal gambling operations, financing terrorism, or other criminal activities, fraudulent payment for transactions);</li>\r\n<li>9.4.4. violations of this Agreement;</li>\r\n<li>9.4.5. upon the request of legal authorities, if Cryptowallet deems it to be legitimate and compelling acting in its sole discretion.</li>\r\n</ul>\r\n</li>\r\n<li>This list is not exhaustive.</li>\r\n<li>9.5. Cryptowallet reserves the right to cancel unconfirmed accounts or accounts that have been inactive for a period of at least 6 months, and/ or to modify or stop Cryptowallet’s website, mobile application or the Services. The Client agrees that Cryptowallet will not be liable to him or to any third party for termination of his account or access to the Cryptowallet’s website or mobile application, or platform.</li>\r\n<li>9.6. Cryptowallet reserves the right to change, suspend, or discontinue all or any part or aspect of the Services at any time without notice.</li>\r\n</ul>\r\n<h2>10. MISCELLANEOUS</h2>\r\n<ul class=\"list-no-type\">\r\n<li>10.1. This Agreement constitute the entire agreement between you and Cryptowallet and governs your use of the Services via Cryptowallet’s website or mobile application.</li>\r\n<li>10.2. This Agreement shall be binding for both the Client and Cryptowallet, and for their respective successors and assigns, but the Client may not assign any of his rights and obligations under this Agreement or under any transaction without prior written consent of Cryptowallet.</li>\r\n<li>10.3. Cryptowallet shall have the right to transfer and/or assign, at its sole discretion, to a third party, whether affiliated or not with Cryptowallet, all or part of its rights and/or obligations under this Agreement, and the Client shall be deemed to accept such transfer and/ or assignment.</li>\r\n<li>10.4. If at any time any provision of this Agreement is or becomes illegal, invalid or unenforceable in any respect under the law of any jurisdiction, that provision will be enforced to the maximum extent permissible and neither the legality, validity or enforceability of the remaining provisions of the Agreement under the law of that jurisdiction nor the legality, validity or enforceability of such provision under the law of any other jurisdiction shall be in any way affected.</li>\r\n<li>10.5. In case of discrepancy between the English version of this Agreement and the Cryptowallet’s website and other language versions of this Agreement and the Cryptowallet’s website, the English version shall prevail. Translations of this Agreement and the Cryptowallet’s website in other languages are not binding to Cryptowallet.</li>\r\n<li>10.6. The titles of the sections in the Agreement are used solely for the convenience of you and Cryptowallet and have no legal or contractual significance.</li>\r\n</ul>\r\n<h2>11. DISCLAIMERS</h2>\r\n<p>Cryptowallet is a fiat currencies and Digital Assets exchange company that directly deals with its Clients, i.e., buys fiat currencies and Digital Assets from its Clients and sells fiat currencies and Digital Assets to its Clients. Cryptowallet does not act as an intermediary or marketplace between other buyers and sellers of fiat currencies and Digital Assets.</p>\r\n<p>Nothing in this Agreement or Cryptowallet’s website or mobile application, or otherwise communicated to you shall be understood or interpreted as an investment advice in connection with the Services contemplated by this Agreement or as an offer to enter into Agreement or an offer to buy or sell or the solicitation of an offer to buy or sell any fiat currencies and/ or Digital Assets. Cryptowallet may provide information on the price, range, volatility of cryptocurrencies and events that have affected the price of these, but this is not considered investment advice and should not be construed as such.<br>Any decision to purchase or sell currencies and/or Digital Assets is your decision and Cryptowallet will not be liable for any loss suffered.</p>\r\n<h2>12. CONTACT DETAILS</h2>\r\n<p>If you have any question in connection to this Agreement, please feel free to contact us at <a href=\"mailto:support@cryptowallet.net\">support@cryptowallet.net</a> .</p>','Terms of Service','','publish','closed','closed','','terms-and-conditions','','','2020-04-17 01:25:17','2020-04-17 01:25:17','',0,'https://cryptowallet.labcp.co/?page_id=1182',0,'page','',0),(1183,1,'2020-04-03 22:18:26','2020-04-03 22:18:26','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus ante felis, tincidunt sed sagittis vel, viverra at metus. Mauris ullamcorper iaculis libero, ut vulputate magna auctor eget. Ut sagittis purus vitae hendrerit tincidunt. Proin iaculis luctus pretium. Curabitur lobortis nibh eu enim rhoncus, id elementum magna euismod. Donec venenatis consectetur sapien, in laoreet risus condimentum id. In fringilla orci mi, nec congue quam sollicitudin mattis. Ut eget dui auctor, placerat magna non, commodo mauris. Sed porttitor nunc in tristique gravida. Morbi venenatis dignissim urna vitae porttitor. Sed et lacus risus. Sed porttitor orci nec velit lobortis, vitae dapibus ipsum varius. Nullam ut elit non lectus pulvinar sagittis.\r\n<h2>Sub Title Placeholder</h2>\r\nPraesent eget congue neque. Nam libero leo, iaculis nec elementum ac, tristique et dui. In hac habitasse platea dictumst. Etiam at auctor neque, at laoreet lectus. Morbi accumsan risus quis hendrerit ultrices. Nam eleifend neque eget semper dictum. Quisque ornare elit lobortis, scelerisque purus id, vulputate quam. Nullam pharetra, magna sed dapibus porta, nibh sapien ullamcorper erat, pellentesque facilisis est est nec erat. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Cras gravida ipsum eget fermentum faucibus.\r\n\r\nNullam id blandit quam. Suspendisse a tincidunt enim. Aenean pellentesque rhoncus pulvinar. Quisque pellentesque nisi vulputate augue pretium posuere. Quisque nec facilisis lectus. Suspendisse quis elit porta, facilisis felis laoreet, accumsan urna. Curabitur sed nibh congue, tempus metus gravida, ultricies erat. Maecenas ac facilisis nisi. Nullam hendrerit lorem ut mi posuere, a ultricies felis dignissim. Vestibulum dignissim diam arcu, et placerat mauris dapibus sollicitudin. Pellentesque mi libero, auctor aliquam rutrum ac, porttitor placerat enim. Donec a tellus sit amet nunc consectetur interdum elementum sed ante. Pellentesque a lacinia augue.\r\n\r\nSed et imperdiet arcu. Donec imperdiet erat turpis, eu rhoncus arcu venenatis at. Curabitur sit amet ultrices sapien. In consequat, dolor sit amet sodales venenatis, erat leo pretium elit, id pretium purus metus sit amet arcu. Curabitur ultricies cursus justo, vel cursus velit auctor iaculis. Nunc viverra dolor eu nulla finibus, a pharetra odio sollicitudin. Ut consectetur ipsum sed pellentesque cursus. Pellentesque elementum semper accumsan. Aliquam lobortis pharetra hendrerit.\r\n\r\nQuisque pellentesque et leo non viverra. Duis venenatis congue metus. Aliquam a nisi nunc. Vestibulum et metus mauris. Integer tempus purus ut odio ultricies elementum. Vestibulum in rutrum neque, vel malesuada nunc. Morbi vitae justo odio.\r\n\r\nPhasellus sit amet rhoncus dolor. Fusce sed turpis at orci tristique ultrices ac a orci. Quisque nec lacus nisl. Maecenas auctor, quam et rutrum malesuada, sem justo faucibus nibh, in facilisis libero turpis quis justo. Donec malesuada eros purus, eget fringilla urna lacinia non. Vivamus lobortis at massa vel finibus. Vivamus lacinia imperdiet eros et consectetur. Etiam finibus feugiat libero ac bibendum. Vivamus eu rutrum libero. Vestibulum lectus velit, malesuada ac nisi dapibus, lobortis ultricies turpis. Pellentesque commodo rutrum ante nec dapibus. Fusce a bibendum justo. Quisque libero metus, convallis sit amet lobortis eget, lobortis ac nunc.\r\n\r\nDonec eget maximus erat, non malesuada ligula. Fusce tempus nisi et lacus tristique finibus. Suspendisse potenti. Curabitur vulputate magna ut urna sagittis lobortis. Sed convallis, urna nec dapibus varius, nisi odio feugiat odio, sed ultrices diam eros sit amet sapien. Nunc elit lacus, congue non finibus et, vehicula et urna. Suspendisse quis ligula ex. Curabitur eu sollicitudin erat. Ut ultrices cursus risus non sodales. Suspendisse ornare pharetra gravida. Nulla mauris magna, posuere at tincidunt eu, auctor et urna. Cras eget luctus mi, et tempor lectus.\r\n\r\nIn iaculis magna id viverra viverra. Donec aliquet placerat pharetra. Etiam hendrerit sapien eleifend leo dapibus, tincidunt dignissim massa dignissim. Nam consectetur enim sed ligula dapibus posuere. Nullam iaculis nisl quis dui ornare, eget accumsan dui mollis. Cras ultrices dolor tincidunt est luctus volutpat. Mauris non sollicitudin ipsum, sit amet consectetur libero. Nulla in nisi et lacus condimentum rhoncus eget in quam. Donec ante magna, consequat vel porta sit amet, mattis eget tellus. Nam lobortis velit id dui blandit viverra. Donec dictum fringilla leo commodo dictum.\r\n\r\nInteger augue quam, lobortis at convallis vitae, vehicula a ipsum. Etiam leo augue, molestie vitae viverra sed, pharetra quis lacus. Fusce tempor ligula at felis semper, ut imperdiet augue euismod. In at semper justo. Phasellus eleifend ligula magna, vel venenatis dolor congue in. Cras et accumsan quam. Vestibulum elit nunc, tempus ultrices aliquet cursus, accumsan id erat. Pellentesque posuere consequat leo, eu facilisis urna posuere in. Donec vulputate elementum ornare. Mauris a tempus metus, eu faucibus nibh. In orci lectus, eleifend nec rutrum a, hendrerit sed purus. Ut convallis id nulla a gravida. Nullam bibendum congue felis at iaculis. Ut vehicula maximus augue, eget cursus orci rhoncus in. Aenean in orci consectetur, gravida risus sed, sollicitudin eros.\r\n<h2>Sub Title Placeholder</h2>\r\nSed sed dui id diam sodales porta eu ut neque. Praesent placerat faucibus mattis. Sed lacinia tellus vel leo convallis, vel suscipit risus porttitor. Ut eu ultricies felis. Vestibulum vel consectetur leo. Morbi semper urna ipsum, in viverra elit sodales nec. Mauris sagittis ut nisi luctus ultricies. Integer condimentum odio sapien, id pellentesque nibh condimentum et. Suspendisse ipsum ante, volutpat sit amet tortor a, blandit tempus est. Vestibulum pellentesque elit tempus, blandit libero id, consequat ipsum. Suspendisse a nunc tincidunt, sollicitudin sapien a, tincidunt nulla.\r\n\r\nInterdum et malesuada fames ac ante ipsum primis in faucibus. Vivamus pellentesque arcu quis mauris cursus consectetur. Aenean eget lacus magna. Curabitur massa ipsum, venenatis ut ante vel, ultrices lobortis lectus. Donec molestie, lorem ut pulvinar faucibus, est lacus luctus ligula, consectetur ullamcorper lectus risus in est. Aenean aliquam, nunc at feugiat dictum, nisi est vestibulum velit, vel dignissim purus orci et ipsum. Mauris et dapibus nibh. Vestibulum arcu tortor, viverra eu purus et, convallis consequat urna.\r\n\r\nProin condimentum efficitur eros a cursus. Phasellus eget augue turpis. Maecenas vestibulum vel neque eget scelerisque. Integer lectus neque, aliquet eu vehicula eget, iaculis et diam. Duis eget condimentum nibh. Praesent pellentesque turpis dolor, imperdiet volutpat velit condimentum et. Duis ut elit varius, viverra lectus in, aliquam magna. Morbi eu lectus et justo consectetur pellentesque. Duis nec libero quam. Curabitur rhoncus orci vel neque aliquet tincidunt. In sit amet leo orci. Sed est arcu, dapibus eget metus vel, viverra commodo tortor. Praesent et ligula vel nisl dictum sodales. Phasellus et luctus elit, a congue metus. Maecenas vel sem libero.\r\n\r\nVivamus orci nisl, porttitor sed erat aliquam, porta laoreet neque. Praesent a nulla quis est molestie tempus. Duis interdum tristique enim, et ultrices nisl. Morbi nulla urna, suscipit viverra erat at, vestibulum volutpat augue. Pellentesque non magna neque. Vestibulum ex quam, porttitor quis lorem eu, accumsan bibendum leo. Sed elementum gravida viverra. Etiam ultricies justo diam, eget imperdiet tellus egestas eget. Integer sit amet ante nisl. Mauris lobortis quis elit ac auctor. In pulvinar lacinia euismod. Nunc rhoncus placerat odio, sagittis semper risus dapibus ac. In suscipit varius lacus quis consequat. Etiam eu felis eros. Donec eu gravida tortor, vel efficitur odio. Aliquam eu suscipit metus.\r\n\r\nSed posuere lacus eu odio dignissim, nec laoreet magna congue. Donec tempor dolor quis justo hendrerit, at vulputate quam lacinia. Donec tincidunt lacus ut magna suscipit luctus. Suspendisse potenti. Nullam pretium ac mauris vitae faucibus. Aliquam ac dolor lacus. Proin quis tellus sed ligula rhoncus dictum vitae in ante.\r\n\r\nProin et est massa. Sed dui lectus, egestas ut dui vel, gravida auctor velit. Nulla nisl justo, viverra quis euismod sit amet, egestas sed lacus. Nullam finibus mauris et felis blandit ornare. Nunc egestas in dui imperdiet euismod. In dignissim augue ac nibh semper rhoncus. Donec malesuada eros id ultricies iaculis. Fusce augue metus, efficitur eget ante a, sollicitudin congue augue.','Terms and Conditions','','inherit','closed','closed','','1182-revision-v1','','','2020-04-03 22:18:26','2020-04-03 22:18:26','',1182,'https://cryptowallet.labcp.co/1182-revision-v1/',0,'revision','',0),(1184,1,'2020-04-03 22:18:48','2020-04-03 22:18:48','<div class=\"row\">\r\n<div class=\"col-md-6 col1\">\r\n<div class=\"content\">\r\n<p><label><span class=\"description-small\">Name</span>[text* your-name]</label></p>\r\n<p><label><span class=\"description-small\">Email</span>[email* your-email]</label></p>\r\n<p><label><span class=\"description-small\">Subject</span>[text* your-subject]</label></p>\r\n<p class=\"copyright d-none d-md-block\">© 2020 CW Lab OÜ | <a href=\"https://cryptowallet.labcp.co/terms-and-conditions/\">Terms & Conditions</a> | <a href=\"https://cryptowallet.labcp.co/privacy-policy/\">Privacy Policy</a></p>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col2\">\r\n<div class=\"content\">\r\n<p><label><span class=\"description-small\">Message</span>[textarea* your-message]</label></p>\r\n<p class=\"copyright d-md-none\">© 2020 CW Lab OÜ | <a href=\"https://cryptowallet.labcp.co/terms-and-conditions/\">Terms & Conditions</a> | <a href=\"https://cryptowallet.labcp.co/privacy-policy/\">Privacy Policy</a></p>\r\n<p class=\"bt-submit\">[submit class:btn \"Send\"]</p>\r\n</div>\r\n</div>\r\n</div>\n1\nCrypto Wallet \"[your-subject]\"\nCrypto Wallet <wordpress@cryptowallet.labcp.co>\nfelipecavs@gmail.com\nFrom: [your-name] <[your-email]>\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on Crypto Wallet (http://cryptowallet.labcp.co)\nReply-To: [your-email]\n\n\n\n\nCrypto Wallet \"[your-subject]\"\nCrypto Wallet <wordpress@cryptowallet.labcp.co>\n[your-email]\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on Crypto Wallet (http://cryptowallet.labcp.co)\nReply-To: felipecavs@gmail.com\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nYour entered code is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.','Lets Talk','','publish','closed','closed','','contact_copy','','','2020-04-17 13:19:28','2020-04-17 13:19:28','',0,'https://cryptowallet.labcp.co/?post_type=wpcf7_contact_form&#038;p=1184',0,'wpcf7_contact_form','',0),(1185,1,'2020-04-03 22:19:33','2020-04-03 22:19:33','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus ante felis, tincidunt sed sagittis vel, viverra at metus. Mauris ullamcorper iaculis libero, ut vulputate magna auctor eget. Ut sagittis purus vitae hendrerit tincidunt. Proin iaculis luctus pretium. Curabitur lobortis nibh eu enim rhoncus, id elementum magna euismod. Donec venenatis consectetur sapien, in laoreet risus condimentum id. In fringilla orci mi, nec congue quam sollicitudin mattis. Ut eget dui auctor, placerat magna non, commodo mauris. Sed porttitor nunc in tristique gravida. Morbi venenatis dignissim urna vitae porttitor. Sed et lacus risus. Sed porttitor orci nec velit lobortis, vitae dapibus ipsum varius. Nullam ut elit non lectus pulvinar sagittis.\r\n<h2>Sub Title Placeholder</h2>\r\nPraesent eget congue neque. Nam libero leo, iaculis nec elementum ac, tristique et dui. In hac habitasse platea dictumst. Etiam at auctor neque, at laoreet lectus. Morbi accumsan risus quis hendrerit ultrices. Nam eleifend neque eget semper dictum. Quisque ornare elit lobortis, scelerisque purus id, vulputate quam. Nullam pharetra, magna sed dapibus porta, nibh sapien ullamcorper erat, pellentesque facilisis est est nec erat. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Cras gravida ipsum eget fermentum faucibus.\r\n\r\nNullam id blandit quam. Suspendisse a tincidunt enim. Aenean pellentesque rhoncus pulvinar. Quisque pellentesque nisi vulputate augue pretium posuere. Quisque nec facilisis lectus. Suspendisse quis elit porta, facilisis felis laoreet, accumsan urna. Curabitur sed nibh congue, tempus metus gravida, ultricies erat. Maecenas ac facilisis nisi. Nullam hendrerit lorem ut mi posuere, a ultricies felis dignissim. Vestibulum dignissim diam arcu, et placerat mauris dapibus sollicitudin. Pellentesque mi libero, auctor aliquam rutrum ac, porttitor placerat enim. Donec a tellus sit amet nunc consectetur interdum elementum sed ante. Pellentesque a lacinia augue.\r\n\r\nSed et imperdiet arcu. Donec imperdiet erat turpis, eu rhoncus arcu venenatis at. Curabitur sit amet ultrices sapien. In consequat, dolor sit amet sodales venenatis, erat leo pretium elit, id pretium purus metus sit amet arcu. Curabitur ultricies cursus justo, vel cursus velit auctor iaculis. Nunc viverra dolor eu nulla finibus, a pharetra odio sollicitudin. Ut consectetur ipsum sed pellentesque cursus. Pellentesque elementum semper accumsan. Aliquam lobortis pharetra hendrerit.\r\n\r\nQuisque pellentesque et leo non viverra. Duis venenatis congue metus. Aliquam a nisi nunc. Vestibulum et metus mauris. Integer tempus purus ut odio ultricies elementum. Vestibulum in rutrum neque, vel malesuada nunc. Morbi vitae justo odio.\r\n\r\nPhasellus sit amet rhoncus dolor. Fusce sed turpis at orci tristique ultrices ac a orci. Quisque nec lacus nisl. Maecenas auctor, quam et rutrum malesuada, sem justo faucibus nibh, in facilisis libero turpis quis justo. Donec malesuada eros purus, eget fringilla urna lacinia non. Vivamus lobortis at massa vel finibus. Vivamus lacinia imperdiet eros et consectetur. Etiam finibus feugiat libero ac bibendum. Vivamus eu rutrum libero. Vestibulum lectus velit, malesuada ac nisi dapibus, lobortis ultricies turpis. Pellentesque commodo rutrum ante nec dapibus. Fusce a bibendum justo. Quisque libero metus, convallis sit amet lobortis eget, lobortis ac nunc.\r\n\r\nDonec eget maximus erat, non malesuada ligula. Fusce tempus nisi et lacus tristique finibus. Suspendisse potenti. Curabitur vulputate magna ut urna sagittis lobortis. Sed convallis, urna nec dapibus varius, nisi odio feugiat odio, sed ultrices diam eros sit amet sapien. Nunc elit lacus, congue non finibus et, vehicula et urna. Suspendisse quis ligula ex. Curabitur eu sollicitudin erat. Ut ultrices cursus risus non sodales. Suspendisse ornare pharetra gravida. Nulla mauris magna, posuere at tincidunt eu, auctor et urna. Cras eget luctus mi, et tempor lectus.\r\n\r\nIn iaculis magna id viverra viverra. Donec aliquet placerat pharetra. Etiam hendrerit sapien eleifend leo dapibus, tincidunt dignissim massa dignissim. Nam consectetur enim sed ligula dapibus posuere. Nullam iaculis nisl quis dui ornare, eget accumsan dui mollis. Cras ultrices dolor tincidunt est luctus volutpat. Mauris non sollicitudin ipsum, sit amet consectetur libero. Nulla in nisi et lacus condimentum rhoncus eget in quam. Donec ante magna, consequat vel porta sit amet, mattis eget tellus. Nam lobortis velit id dui blandit viverra. Donec dictum fringilla leo commodo dictum.\r\n\r\nInteger augue quam, lobortis at convallis vitae, vehicula a ipsum. Etiam leo augue, molestie vitae viverra sed, pharetra quis lacus. Fusce tempor ligula at felis semper, ut imperdiet augue euismod. In at semper justo. Phasellus eleifend ligula magna, vel venenatis dolor congue in. Cras et accumsan quam. Vestibulum elit nunc, tempus ultrices aliquet cursus, accumsan id erat. Pellentesque posuere consequat leo, eu facilisis urna posuere in. Donec vulputate elementum ornare. Mauris a tempus metus, eu faucibus nibh. In orci lectus, eleifend nec rutrum a, hendrerit sed purus. Ut convallis id nulla a gravida. Nullam bibendum congue felis at iaculis. Ut vehicula maximus augue, eget cursus orci rhoncus in. Aenean in orci consectetur, gravida risus sed, sollicitudin eros.\r\n<h2>Sub Title Placeholder</h2>\r\nSed sed dui id diam sodales porta eu ut neque. Praesent placerat faucibus mattis. Sed lacinia tellus vel leo convallis, vel suscipit risus porttitor. Ut eu ultricies felis. Vestibulum vel consectetur leo. Morbi semper urna ipsum, in viverra elit sodales nec. Mauris sagittis ut nisi luctus ultricies. Integer condimentum odio sapien, id pellentesque nibh condimentum et. Suspendisse ipsum ante, volutpat sit amet tortor a, blandit tempus est. Vestibulum pellentesque elit tempus, blandit libero id, consequat ipsum. Suspendisse a nunc tincidunt, sollicitudin sapien a, tincidunt nulla.\r\n\r\nInterdum et malesuada fames ac ante ipsum primis in faucibus. Vivamus pellentesque arcu quis mauris cursus consectetur. Aenean eget lacus magna. Curabitur massa ipsum, venenatis ut ante vel, ultrices lobortis lectus. Donec molestie, lorem ut pulvinar faucibus, est lacus luctus ligula, consectetur ullamcorper lectus risus in est. Aenean aliquam, nunc at feugiat dictum, nisi est vestibulum velit, vel dignissim purus orci et ipsum. Mauris et dapibus nibh. Vestibulum arcu tortor, viverra eu purus et, convallis consequat urna.\r\n\r\nProin condimentum efficitur eros a cursus. Phasellus eget augue turpis. Maecenas vestibulum vel neque eget scelerisque. Integer lectus neque, aliquet eu vehicula eget, iaculis et diam. Duis eget condimentum nibh. Praesent pellentesque turpis dolor, imperdiet volutpat velit condimentum et. Duis ut elit varius, viverra lectus in, aliquam magna. Morbi eu lectus et justo consectetur pellentesque. Duis nec libero quam. Curabitur rhoncus orci vel neque aliquet tincidunt. In sit amet leo orci. Sed est arcu, dapibus eget metus vel, viverra commodo tortor. Praesent et ligula vel nisl dictum sodales. Phasellus et luctus elit, a congue metus. Maecenas vel sem libero.\r\n\r\nVivamus orci nisl, porttitor sed erat aliquam, porta laoreet neque. Praesent a nulla quis est molestie tempus. Duis interdum tristique enim, et ultrices nisl. Morbi nulla urna, suscipit viverra erat at, vestibulum volutpat augue. Pellentesque non magna neque. Vestibulum ex quam, porttitor quis lorem eu, accumsan bibendum leo. Sed elementum gravida viverra. Etiam ultricies justo diam, eget imperdiet tellus egestas eget. Integer sit amet ante nisl. Mauris lobortis quis elit ac auctor. In pulvinar lacinia euismod. Nunc rhoncus placerat odio, sagittis semper risus dapibus ac. In suscipit varius lacus quis consequat. Etiam eu felis eros. Donec eu gravida tortor, vel efficitur odio. Aliquam eu suscipit metus.\r\n\r\nSed posuere lacus eu odio dignissim, nec laoreet magna congue. Donec tempor dolor quis justo hendrerit, at vulputate quam lacinia. Donec tincidunt lacus ut magna suscipit luctus. Suspendisse potenti. Nullam pretium ac mauris vitae faucibus. Aliquam ac dolor lacus. Proin quis tellus sed ligula rhoncus dictum vitae in ante.\r\n\r\nProin et est massa. Sed dui lectus, egestas ut dui vel, gravida auctor velit. Nulla nisl justo, viverra quis euismod sit amet, egestas sed lacus. Nullam finibus mauris et felis blandit ornare. Nunc egestas in dui imperdiet euismod. In dignissim augue ac nibh semper rhoncus. Donec malesuada eros id ultricies iaculis. Fusce augue metus, efficitur eget ante a, sollicitudin congue augue.','Terms and Conditions','','inherit','closed','closed','','1182-revision-v1','','','2020-04-03 22:19:33','2020-04-03 22:19:33','',1182,'https://cryptowallet.labcp.co/1182-revision-v1/',0,'revision','',0),(1186,1,'2020-04-04 00:22:00','2020-04-04 00:22:00','<ul>\n 	<li>A. These Terms of Service (“Agreement”) describe the terms and conditions applicable to the services of Digital Assets exchange (“Services”) between CW Lab OÜ, private limited company incorporated in the Republic of Estonia under registration number 14674618 (“Cryptowallet”, “we”, “us”, “our”) and any natural person or legal entity (“Client”, “you”, “your”).</li>\n 	<li>B. You, by using the Services provided by Cryptowallet on the following website: www.cryptowallet.net (“Website”) you confirm that you have read, understood, accept and agree to follow this Agreement within all the terms and condition as specified below.</li>\n 	<li>C. You understand that some restrictions may be applied to your use of the Services provided by Cryptowallet depending on your country of residence. It is your sole responsibility to comply with applicable legislation and follow the rules of your country of residence and/or country of accessing the Services via Website.</li>\n 	<li>D. If you disagree to some or all provisions of this Agreement you shall not use the Services.</li>\n</ul>\n<h2>1. SCOPE OF SERVICES</h2>\n1.1 Cryptowallet provides a platform, website and mobile application that is available by technical means at Cryptowallet resources and allows a Client to:\n<ul>\n 	<li>Buy or sell Digital Assets in exchange for other Digital Assets, or for fiat currency;</li>\n 	<li>Store Digital Assets listed on the Cryptowallet’s platform with a third party custodian;</li>\n 	<li>Withdraw any fiat currency balance held on your account;</li>\n 	<li>Transfer Digital Assets to a wallet or to other users of such Digital Assets outside the Cryptowallet.</li>\n</ul>\n<span style=\"font-weight: 400;\">Depending on your country of residence, you may not be able to use all the functions of the Services. It is Client’s responsibility to follow those rules and laws in your country of residence and/or country from which you access this website and the Services. As long as you agree to and comply with these Terms of Service, Cryptowallet grants you the personal, non-exclusive, non-transferable, non-sublicensable and limited right to enter and use the website and the Services.</span>\n<h2>2. PROVISION OF SERVICES</h2>\n<ol>\n 	<li><span style=\"font-weight: 400;\">In order to apply for the Services, the Client needs to open an account via Cryptowallet’s Website and agree to this Agreement. All Clients must be approved and have the </span><span style=\"font-weight: 400;\">account open</span><span style=\"font-weight: 400;\"> by the Cryptowallet before they can use any of the Services provided by Cryptowallet. Cryptowallet has the right to unilaterally approve or reject any potential Client in accordance with its internal rules and policies. The Client understands and agrees that Cryptowallet is not obliged to disclose internal rues and policies to the Client and to provide any explanation and reasons for its decision.</span></li>\n 	<li><span style=\"font-weight: 400;\">The Client shall provide all required information and documents required by Cryptowallet and necessary for the provision of the Services, including but not limited to, the Client’s personal bank account and/or the Client’s personal electronic wallet and Client’s personal Digital Assets wallet. Cryptowallet may require the Client and the Client has obligation to provide requested additional information and documents during the account opening and after the account opening during the provision of the Services.</span></li>\n 	<li><span style=\"font-weight: 400;\">In case of change of information and/or documents the Client must inform Cryptowallet immediately. </span></li>\n 	<li><span style=\"font-weight: 400;\">If the Client does not provide the requested information and/or documents to Cryptowallet or fails to notify upon change of earlier provided information, Cryptowallet has the right to stop or refuse provision of the Services to the Client until the Client provides required information and/or documents or to terminate the Agreement with the immediate effect at any time unless Cryptowallet’s request is satisfied.</span></li>\n 	<li><span style=\"font-weight: 400;\">An account or accounts</span><span style=\"font-weight: 400;\"> via Cryptowallet’s website and/or mobile application mean account(s) held and maintained by the Client for the specific purpose of Digital Assets exchange, management, and/or transfer through the Cryptowallet’s platform. The objective of the account created are bounded by the scope of the Services. </span></li>\n 	<li><span style=\"font-weight: 400;\">Cryptowallet at its sole discretion may change the currency limits intended for an exchange and other Service provision parameters. If the Client does not agree to such changes, the Client must inform Cryptowallet immediately and stop business relationship with Cryptowallet. If the Client continues to request and accept Services after such changes occur, it means that the Client has accepted changes fully and unconditionally. </span></li>\n 	<li><span style=\"font-weight: 400;\">The Client acknowledges and accepts, that Cryptowallet in all cases cannot be liable for any losses, including the loss of profits, in part or in full, resulting from not being able to receive the Services or for non-provision of the Services.</span></li>\n</ol>','Terms of Service','','inherit','closed','closed','','1182-autosave-v1','','','2020-04-04 00:22:00','2020-04-04 00:22:00','',1182,'https://cryptowallet.labcp.co/1182-autosave-v1/',0,'revision','',0),(1187,1,'2020-04-03 23:52:31','2020-04-03 23:52:31','<ul>\r\n 	<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">A. These Terms of Service (“Agreement”) describe the terms and conditions applicable to the services of Digital Assets exchange (“Services”) between CW Lab OÜ, private limited company incorporated in the Republic of Estonia under registration number 14674618 (“Cryptowallet”, “we”, “us”, “our”) and any natural person or legal entity (“Client”, “you”, “your”). </span></li>\r\n</ul>\r\n<span style=\"font-weight: 400;\"> </span>\r\n<ul>\r\n 	<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">B. You, by using the Services provided by Cryptowallet on the following website: </span><a href=\"http://www.cryptowallet.net\"><span style=\"font-weight: 400;\">www.cryptowallet.net</span></a><span style=\"font-weight: 400;\"> (“Website”) you confirm that you have read, understood, accept and agree to follow this Agreement within all the terms and condition as specified below. </span></li>\r\n</ul>\r\n&nbsp;\r\n<ul>\r\n 	<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">C. You understand that some restrictions may be applied to your use of the Services provided by Cryptowallet depending on your country of residence. It is your sole responsibility to comply with applicable legislation and follow the rules of your country of residence and/or country of accessing the Services via Website. </span></li>\r\n</ul>\r\n&nbsp;\r\n<ul>\r\n 	<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">D. If you disagree to some or all provisions of this Agreement you shall not use the Services. </span></li>\r\n</ul>\r\n<h2>Sub Title Placeholder</h2>\r\nPraesent eget congue neque. Nam libero leo, iaculis nec elementum ac, tristique et dui. In hac habitasse platea dictumst. Etiam at auctor neque, at laoreet lectus. Morbi accumsan risus quis hendrerit ultrices. Nam eleifend neque eget semper dictum. Quisque ornare elit lobortis, scelerisque purus id, vulputate quam. Nullam pharetra, magna sed dapibus porta, nibh sapien ullamcorper erat, pellentesque facilisis est est nec erat. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Cras gravida ipsum eget fermentum faucibus.\r\n\r\nNullam id blandit quam. Suspendisse a tincidunt enim. Aenean pellentesque rhoncus pulvinar. Quisque pellentesque nisi vulputate augue pretium posuere. Quisque nec facilisis lectus. Suspendisse quis elit porta, facilisis felis laoreet, accumsan urna. Curabitur sed nibh congue, tempus metus gravida, ultricies erat. Maecenas ac facilisis nisi. Nullam hendrerit lorem ut mi posuere, a ultricies felis dignissim. Vestibulum dignissim diam arcu, et placerat mauris dapibus sollicitudin. Pellentesque mi libero, auctor aliquam rutrum ac, porttitor placerat enim. Donec a tellus sit amet nunc consectetur interdum elementum sed ante. Pellentesque a lacinia augue.\r\n\r\nSed et imperdiet arcu. Donec imperdiet erat turpis, eu rhoncus arcu venenatis at. Curabitur sit amet ultrices sapien. In consequat, dolor sit amet sodales venenatis, erat leo pretium elit, id pretium purus metus sit amet arcu. Curabitur ultricies cursus justo, vel cursus velit auctor iaculis. Nunc viverra dolor eu nulla finibus, a pharetra odio sollicitudin. Ut consectetur ipsum sed pellentesque cursus. Pellentesque elementum semper accumsan. Aliquam lobortis pharetra hendrerit.\r\n\r\nQuisque pellentesque et leo non viverra. Duis venenatis congue metus. Aliquam a nisi nunc. Vestibulum et metus mauris. Integer tempus purus ut odio ultricies elementum. Vestibulum in rutrum neque, vel malesuada nunc. Morbi vitae justo odio.\r\n\r\nPhasellus sit amet rhoncus dolor. Fusce sed turpis at orci tristique ultrices ac a orci. Quisque nec lacus nisl. Maecenas auctor, quam et rutrum malesuada, sem justo faucibus nibh, in facilisis libero turpis quis justo. Donec malesuada eros purus, eget fringilla urna lacinia non. Vivamus lobortis at massa vel finibus. Vivamus lacinia imperdiet eros et consectetur. Etiam finibus feugiat libero ac bibendum. Vivamus eu rutrum libero. Vestibulum lectus velit, malesuada ac nisi dapibus, lobortis ultricies turpis. Pellentesque commodo rutrum ante nec dapibus. Fusce a bibendum justo. Quisque libero metus, convallis sit amet lobortis eget, lobortis ac nunc.\r\n\r\nDonec eget maximus erat, non malesuada ligula. Fusce tempus nisi et lacus tristique finibus. Suspendisse potenti. Curabitur vulputate magna ut urna sagittis lobortis. Sed convallis, urna nec dapibus varius, nisi odio feugiat odio, sed ultrices diam eros sit amet sapien. Nunc elit lacus, congue non finibus et, vehicula et urna. Suspendisse quis ligula ex. Curabitur eu sollicitudin erat. Ut ultrices cursus risus non sodales. Suspendisse ornare pharetra gravida. Nulla mauris magna, posuere at tincidunt eu, auctor et urna. Cras eget luctus mi, et tempor lectus.\r\n\r\nIn iaculis magna id viverra viverra. Donec aliquet placerat pharetra. Etiam hendrerit sapien eleifend leo dapibus, tincidunt dignissim massa dignissim. Nam consectetur enim sed ligula dapibus posuere. Nullam iaculis nisl quis dui ornare, eget accumsan dui mollis. Cras ultrices dolor tincidunt est luctus volutpat. Mauris non sollicitudin ipsum, sit amet consectetur libero. Nulla in nisi et lacus condimentum rhoncus eget in quam. Donec ante magna, consequat vel porta sit amet, mattis eget tellus. Nam lobortis velit id dui blandit viverra. Donec dictum fringilla leo commodo dictum.\r\n\r\nInteger augue quam, lobortis at convallis vitae, vehicula a ipsum. Etiam leo augue, molestie vitae viverra sed, pharetra quis lacus. Fusce tempor ligula at felis semper, ut imperdiet augue euismod. In at semper justo. Phasellus eleifend ligula magna, vel venenatis dolor congue in. Cras et accumsan quam. Vestibulum elit nunc, tempus ultrices aliquet cursus, accumsan id erat. Pellentesque posuere consequat leo, eu facilisis urna posuere in. Donec vulputate elementum ornare. Mauris a tempus metus, eu faucibus nibh. In orci lectus, eleifend nec rutrum a, hendrerit sed purus. Ut convallis id nulla a gravida. Nullam bibendum congue felis at iaculis. Ut vehicula maximus augue, eget cursus orci rhoncus in. Aenean in orci consectetur, gravida risus sed, sollicitudin eros.\r\n<h2>Sub Title Placeholder</h2>\r\nSed sed dui id diam sodales porta eu ut neque. Praesent placerat faucibus mattis. Sed lacinia tellus vel leo convallis, vel suscipit risus porttitor. Ut eu ultricies felis. Vestibulum vel consectetur leo. Morbi semper urna ipsum, in viverra elit sodales nec. Mauris sagittis ut nisi luctus ultricies. Integer condimentum odio sapien, id pellentesque nibh condimentum et. Suspendisse ipsum ante, volutpat sit amet tortor a, blandit tempus est. Vestibulum pellentesque elit tempus, blandit libero id, consequat ipsum. Suspendisse a nunc tincidunt, sollicitudin sapien a, tincidunt nulla.\r\n\r\nInterdum et malesuada fames ac ante ipsum primis in faucibus. Vivamus pellentesque arcu quis mauris cursus consectetur. Aenean eget lacus magna. Curabitur massa ipsum, venenatis ut ante vel, ultrices lobortis lectus. Donec molestie, lorem ut pulvinar faucibus, est lacus luctus ligula, consectetur ullamcorper lectus risus in est. Aenean aliquam, nunc at feugiat dictum, nisi est vestibulum velit, vel dignissim purus orci et ipsum. Mauris et dapibus nibh. Vestibulum arcu tortor, viverra eu purus et, convallis consequat urna.\r\n\r\nProin condimentum efficitur eros a cursus. Phasellus eget augue turpis. Maecenas vestibulum vel neque eget scelerisque. Integer lectus neque, aliquet eu vehicula eget, iaculis et diam. Duis eget condimentum nibh. Praesent pellentesque turpis dolor, imperdiet volutpat velit condimentum et. Duis ut elit varius, viverra lectus in, aliquam magna. Morbi eu lectus et justo consectetur pellentesque. Duis nec libero quam. Curabitur rhoncus orci vel neque aliquet tincidunt. In sit amet leo orci. Sed est arcu, dapibus eget metus vel, viverra commodo tortor. Praesent et ligula vel nisl dictum sodales. Phasellus et luctus elit, a congue metus. Maecenas vel sem libero.\r\n\r\nVivamus orci nisl, porttitor sed erat aliquam, porta laoreet neque. Praesent a nulla quis est molestie tempus. Duis interdum tristique enim, et ultrices nisl. Morbi nulla urna, suscipit viverra erat at, vestibulum volutpat augue. Pellentesque non magna neque. Vestibulum ex quam, porttitor quis lorem eu, accumsan bibendum leo. Sed elementum gravida viverra. Etiam ultricies justo diam, eget imperdiet tellus egestas eget. Integer sit amet ante nisl. Mauris lobortis quis elit ac auctor. In pulvinar lacinia euismod. Nunc rhoncus placerat odio, sagittis semper risus dapibus ac. In suscipit varius lacus quis consequat. Etiam eu felis eros. Donec eu gravida tortor, vel efficitur odio. Aliquam eu suscipit metus.\r\n\r\nSed posuere lacus eu odio dignissim, nec laoreet magna congue. Donec tempor dolor quis justo hendrerit, at vulputate quam lacinia. Donec tincidunt lacus ut magna suscipit luctus. Suspendisse potenti. Nullam pretium ac mauris vitae faucibus. Aliquam ac dolor lacus. Proin quis tellus sed ligula rhoncus dictum vitae in ante.\r\n\r\nProin et est massa. Sed dui lectus, egestas ut dui vel, gravida auctor velit. Nulla nisl justo, viverra quis euismod sit amet, egestas sed lacus. Nullam finibus mauris et felis blandit ornare. Nunc egestas in dui imperdiet euismod. In dignissim augue ac nibh semper rhoncus. Donec malesuada eros id ultricies iaculis. Fusce augue metus, efficitur eget ante a, sollicitudin congue augue.','Terms of Service','','inherit','closed','closed','','1182-revision-v1','','','2020-04-03 23:52:31','2020-04-03 23:52:31','',1182,'https://cryptowallet.labcp.co/1182-revision-v1/',0,'revision','',0),(1188,1,'2020-04-03 23:56:08','2020-04-03 23:56:08','<ul>\r\n 	<li>A. These Terms of Service (“Agreement”) describe the terms and conditions applicable to the services of Digital Assets exchange (“Services”) between CW Lab OÜ, private limited company incorporated in the Republic of Estonia under registration number 14674618 (“Cryptowallet”, “we”, “us”, “our”) and any natural person or legal entity (“Client”, “you”, “your”).</li>\r\n 	<li>B. You, by using the Services provided by Cryptowallet on the following website: www.cryptowallet.net (“Website”) you confirm that you have read, understood, accept and agree to follow this Agreement within all the terms and condition as specified below.</li>\r\n 	<li>C. You understand that some restrictions may be applied to your use of the Services provided by Cryptowallet depending on your country of residence. It is your sole responsibility to comply with applicable legislation and follow the rules of your country of residence and/or country of accessing the Services via Website.</li>\r\n 	<li>D. If you disagree to some or all provisions of this Agreement you shall not use the Services.</li>\r\n</ul>\r\n<h2>Sub Title Placeholder</h2>\r\nPraesent eget congue neque. Nam libero leo, iaculis nec elementum ac, tristique et dui. In hac habitasse platea dictumst. Etiam at auctor neque, at laoreet lectus. Morbi accumsan risus quis hendrerit ultrices. Nam eleifend neque eget semper dictum. Quisque ornare elit lobortis, scelerisque purus id, vulputate quam. Nullam pharetra, magna sed dapibus porta, nibh sapien ullamcorper erat, pellentesque facilisis est est nec erat. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Cras gravida ipsum eget fermentum faucibus.\r\n\r\nNullam id blandit quam. Suspendisse a tincidunt enim. Aenean pellentesque rhoncus pulvinar. Quisque pellentesque nisi vulputate augue pretium posuere. Quisque nec facilisis lectus. Suspendisse quis elit porta, facilisis felis laoreet, accumsan urna. Curabitur sed nibh congue, tempus metus gravida, ultricies erat. Maecenas ac facilisis nisi. Nullam hendrerit lorem ut mi posuere, a ultricies felis dignissim. Vestibulum dignissim diam arcu, et placerat mauris dapibus sollicitudin. Pellentesque mi libero, auctor aliquam rutrum ac, porttitor placerat enim. Donec a tellus sit amet nunc consectetur interdum elementum sed ante. Pellentesque a lacinia augue.\r\n\r\nSed et imperdiet arcu. Donec imperdiet erat turpis, eu rhoncus arcu venenatis at. Curabitur sit amet ultrices sapien. In consequat, dolor sit amet sodales venenatis, erat leo pretium elit, id pretium purus metus sit amet arcu. Curabitur ultricies cursus justo, vel cursus velit auctor iaculis. Nunc viverra dolor eu nulla finibus, a pharetra odio sollicitudin. Ut consectetur ipsum sed pellentesque cursus. Pellentesque elementum semper accumsan. Aliquam lobortis pharetra hendrerit.\r\n\r\nQuisque pellentesque et leo non viverra. Duis venenatis congue metus. Aliquam a nisi nunc. Vestibulum et metus mauris. Integer tempus purus ut odio ultricies elementum. Vestibulum in rutrum neque, vel malesuada nunc. Morbi vitae justo odio.\r\n\r\nPhasellus sit amet rhoncus dolor. Fusce sed turpis at orci tristique ultrices ac a orci. Quisque nec lacus nisl. Maecenas auctor, quam et rutrum malesuada, sem justo faucibus nibh, in facilisis libero turpis quis justo. Donec malesuada eros purus, eget fringilla urna lacinia non. Vivamus lobortis at massa vel finibus. Vivamus lacinia imperdiet eros et consectetur. Etiam finibus feugiat libero ac bibendum. Vivamus eu rutrum libero. Vestibulum lectus velit, malesuada ac nisi dapibus, lobortis ultricies turpis. Pellentesque commodo rutrum ante nec dapibus. Fusce a bibendum justo. Quisque libero metus, convallis sit amet lobortis eget, lobortis ac nunc.\r\n\r\nDonec eget maximus erat, non malesuada ligula. Fusce tempus nisi et lacus tristique finibus. Suspendisse potenti. Curabitur vulputate magna ut urna sagittis lobortis. Sed convallis, urna nec dapibus varius, nisi odio feugiat odio, sed ultrices diam eros sit amet sapien. Nunc elit lacus, congue non finibus et, vehicula et urna. Suspendisse quis ligula ex. Curabitur eu sollicitudin erat. Ut ultrices cursus risus non sodales. Suspendisse ornare pharetra gravida. Nulla mauris magna, posuere at tincidunt eu, auctor et urna. Cras eget luctus mi, et tempor lectus.\r\n\r\nIn iaculis magna id viverra viverra. Donec aliquet placerat pharetra. Etiam hendrerit sapien eleifend leo dapibus, tincidunt dignissim massa dignissim. Nam consectetur enim sed ligula dapibus posuere. Nullam iaculis nisl quis dui ornare, eget accumsan dui mollis. Cras ultrices dolor tincidunt est luctus volutpat. Mauris non sollicitudin ipsum, sit amet consectetur libero. Nulla in nisi et lacus condimentum rhoncus eget in quam. Donec ante magna, consequat vel porta sit amet, mattis eget tellus. Nam lobortis velit id dui blandit viverra. Donec dictum fringilla leo commodo dictum.\r\n\r\nInteger augue quam, lobortis at convallis vitae, vehicula a ipsum. Etiam leo augue, molestie vitae viverra sed, pharetra quis lacus. Fusce tempor ligula at felis semper, ut imperdiet augue euismod. In at semper justo. Phasellus eleifend ligula magna, vel venenatis dolor congue in. Cras et accumsan quam. Vestibulum elit nunc, tempus ultrices aliquet cursus, accumsan id erat. Pellentesque posuere consequat leo, eu facilisis urna posuere in. Donec vulputate elementum ornare. Mauris a tempus metus, eu faucibus nibh. In orci lectus, eleifend nec rutrum a, hendrerit sed purus. Ut convallis id nulla a gravida. Nullam bibendum congue felis at iaculis. Ut vehicula maximus augue, eget cursus orci rhoncus in. Aenean in orci consectetur, gravida risus sed, sollicitudin eros.\r\n<h2>Sub Title Placeholder</h2>\r\nSed sed dui id diam sodales porta eu ut neque. Praesent placerat faucibus mattis. Sed lacinia tellus vel leo convallis, vel suscipit risus porttitor. Ut eu ultricies felis. Vestibulum vel consectetur leo. Morbi semper urna ipsum, in viverra elit sodales nec. Mauris sagittis ut nisi luctus ultricies. Integer condimentum odio sapien, id pellentesque nibh condimentum et. Suspendisse ipsum ante, volutpat sit amet tortor a, blandit tempus est. Vestibulum pellentesque elit tempus, blandit libero id, consequat ipsum. Suspendisse a nunc tincidunt, sollicitudin sapien a, tincidunt nulla.\r\n\r\nInterdum et malesuada fames ac ante ipsum primis in faucibus. Vivamus pellentesque arcu quis mauris cursus consectetur. Aenean eget lacus magna. Curabitur massa ipsum, venenatis ut ante vel, ultrices lobortis lectus. Donec molestie, lorem ut pulvinar faucibus, est lacus luctus ligula, consectetur ullamcorper lectus risus in est. Aenean aliquam, nunc at feugiat dictum, nisi est vestibulum velit, vel dignissim purus orci et ipsum. Mauris et dapibus nibh. Vestibulum arcu tortor, viverra eu purus et, convallis consequat urna.\r\n\r\nProin condimentum efficitur eros a cursus. Phasellus eget augue turpis. Maecenas vestibulum vel neque eget scelerisque. Integer lectus neque, aliquet eu vehicula eget, iaculis et diam. Duis eget condimentum nibh. Praesent pellentesque turpis dolor, imperdiet volutpat velit condimentum et. Duis ut elit varius, viverra lectus in, aliquam magna. Morbi eu lectus et justo consectetur pellentesque. Duis nec libero quam. Curabitur rhoncus orci vel neque aliquet tincidunt. In sit amet leo orci. Sed est arcu, dapibus eget metus vel, viverra commodo tortor. Praesent et ligula vel nisl dictum sodales. Phasellus et luctus elit, a congue metus. Maecenas vel sem libero.\r\n\r\nVivamus orci nisl, porttitor sed erat aliquam, porta laoreet neque. Praesent a nulla quis est molestie tempus. Duis interdum tristique enim, et ultrices nisl. Morbi nulla urna, suscipit viverra erat at, vestibulum volutpat augue. Pellentesque non magna neque. Vestibulum ex quam, porttitor quis lorem eu, accumsan bibendum leo. Sed elementum gravida viverra. Etiam ultricies justo diam, eget imperdiet tellus egestas eget. Integer sit amet ante nisl. Mauris lobortis quis elit ac auctor. In pulvinar lacinia euismod. Nunc rhoncus placerat odio, sagittis semper risus dapibus ac. In suscipit varius lacus quis consequat. Etiam eu felis eros. Donec eu gravida tortor, vel efficitur odio. Aliquam eu suscipit metus.\r\n\r\nSed posuere lacus eu odio dignissim, nec laoreet magna congue. Donec tempor dolor quis justo hendrerit, at vulputate quam lacinia. Donec tincidunt lacus ut magna suscipit luctus. Suspendisse potenti. Nullam pretium ac mauris vitae faucibus. Aliquam ac dolor lacus. Proin quis tellus sed ligula rhoncus dictum vitae in ante.\r\n\r\nProin et est massa. Sed dui lectus, egestas ut dui vel, gravida auctor velit. Nulla nisl justo, viverra quis euismod sit amet, egestas sed lacus. Nullam finibus mauris et felis blandit ornare. Nunc egestas in dui imperdiet euismod. In dignissim augue ac nibh semper rhoncus. Donec malesuada eros id ultricies iaculis. Fusce augue metus, efficitur eget ante a, sollicitudin congue augue.','Terms of Service','','inherit','closed','closed','','1182-revision-v1','','','2020-04-03 23:56:08','2020-04-03 23:56:08','',1182,'https://cryptowallet.labcp.co/1182-revision-v1/',0,'revision','',0),(1189,1,'2020-04-03 23:59:51','2020-04-03 23:59:51','<ul>\r\n 	<li>A. These Terms of Service (“Agreement”) describe the terms and conditions applicable to the services of Digital Assets exchange (“Services”) between CW Lab OÜ, private limited company incorporated in the Republic of Estonia under registration number 14674618 (“Cryptowallet”, “we”, “us”, “our”) and any natural person or legal entity (“Client”, “you”, “your”).</li>\r\n 	<li>B. You, by using the Services provided by Cryptowallet on the following website: www.cryptowallet.net (“Website”) you confirm that you have read, understood, accept and agree to follow this Agreement within all the terms and condition as specified below.</li>\r\n 	<li>C. You understand that some restrictions may be applied to your use of the Services provided by Cryptowallet depending on your country of residence. It is your sole responsibility to comply with applicable legislation and follow the rules of your country of residence and/or country of accessing the Services via Website.</li>\r\n 	<li>D. If you disagree to some or all provisions of this Agreement you shall not use the Services.</li>\r\n</ul>\r\n<h2>1. SCOPE OF SERVICES</h2>\r\n1.1 Cryptowallet provides a platform, website and mobile application that is available by technical means at Cryptowallet resources and allows a Client to:\r\n<ul>\r\n 	<li>Buy or sell Digital Assets in exchange for other Digital Assets, or for fiat currency;</li>\r\n 	<li>Store Digital Assets listed on the Cryptowallet’s platform with a third party custodian;</li>\r\n 	<li>Withdraw any fiat currency balance held on your account;</li>\r\n 	<li>Transfer Digital Assets to a wallet or to other users of such Digital Assets outside the Cryptowallet.</li>\r\n</ul>\r\n<span style=\"font-weight: 400;\">Depending on your country of residence, you may not be able to use all the functions of the Services. It is Client’s responsibility to follow those rules and laws in your country of residence and/or country from which you access this website and the Services. As long as you agree to and comply with these Terms of Service, Cryptowallet grants you the personal, non-exclusive, non-transferable, non-sublicensable and limited right to enter and use the website and the Services.</span>\r\n\r\nNullam id blandit quam. Suspendisse a tincidunt enim. Aenean pellentesque rhoncus pulvinar. Quisque pellentesque nisi vulputate augue pretium posuere. Quisque nec facilisis lectus. Suspendisse quis elit porta, facilisis felis laoreet, accumsan urna. Curabitur sed nibh congue, tempus metus gravida, ultricies erat. Maecenas ac facilisis nisi. Nullam hendrerit lorem ut mi posuere, a ultricies felis dignissim. Vestibulum dignissim diam arcu, et placerat mauris dapibus sollicitudin. Pellentesque mi libero, auctor aliquam rutrum ac, porttitor placerat enim. Donec a tellus sit amet nunc consectetur interdum elementum sed ante. Pellentesque a lacinia augue.\r\n\r\nSed et imperdiet arcu. Donec imperdiet erat turpis, eu rhoncus arcu venenatis at. Curabitur sit amet ultrices sapien. In consequat, dolor sit amet sodales venenatis, erat leo pretium elit, id pretium purus metus sit amet arcu. Curabitur ultricies cursus justo, vel cursus velit auctor iaculis. Nunc viverra dolor eu nulla finibus, a pharetra odio sollicitudin. Ut consectetur ipsum sed pellentesque cursus. Pellentesque elementum semper accumsan. Aliquam lobortis pharetra hendrerit.\r\n\r\nQuisque pellentesque et leo non viverra. Duis venenatis congue metus. Aliquam a nisi nunc. Vestibulum et metus mauris. Integer tempus purus ut odio ultricies elementum. Vestibulum in rutrum neque, vel malesuada nunc. Morbi vitae justo odio.\r\n\r\nPhasellus sit amet rhoncus dolor. Fusce sed turpis at orci tristique ultrices ac a orci. Quisque nec lacus nisl. Maecenas auctor, quam et rutrum malesuada, sem justo faucibus nibh, in facilisis libero turpis quis justo. Donec malesuada eros purus, eget fringilla urna lacinia non. Vivamus lobortis at massa vel finibus. Vivamus lacinia imperdiet eros et consectetur. Etiam finibus feugiat libero ac bibendum. Vivamus eu rutrum libero. Vestibulum lectus velit, malesuada ac nisi dapibus, lobortis ultricies turpis. Pellentesque commodo rutrum ante nec dapibus. Fusce a bibendum justo. Quisque libero metus, convallis sit amet lobortis eget, lobortis ac nunc.\r\n\r\nDonec eget maximus erat, non malesuada ligula. Fusce tempus nisi et lacus tristique finibus. Suspendisse potenti. Curabitur vulputate magna ut urna sagittis lobortis. Sed convallis, urna nec dapibus varius, nisi odio feugiat odio, sed ultrices diam eros sit amet sapien. Nunc elit lacus, congue non finibus et, vehicula et urna. Suspendisse quis ligula ex. Curabitur eu sollicitudin erat. Ut ultrices cursus risus non sodales. Suspendisse ornare pharetra gravida. Nulla mauris magna, posuere at tincidunt eu, auctor et urna. Cras eget luctus mi, et tempor lectus.\r\n\r\nIn iaculis magna id viverra viverra. Donec aliquet placerat pharetra. Etiam hendrerit sapien eleifend leo dapibus, tincidunt dignissim massa dignissim. Nam consectetur enim sed ligula dapibus posuere. Nullam iaculis nisl quis dui ornare, eget accumsan dui mollis. Cras ultrices dolor tincidunt est luctus volutpat. Mauris non sollicitudin ipsum, sit amet consectetur libero. Nulla in nisi et lacus condimentum rhoncus eget in quam. Donec ante magna, consequat vel porta sit amet, mattis eget tellus. Nam lobortis velit id dui blandit viverra. Donec dictum fringilla leo commodo dictum.\r\n\r\nInteger augue quam, lobortis at convallis vitae, vehicula a ipsum. Etiam leo augue, molestie vitae viverra sed, pharetra quis lacus. Fusce tempor ligula at felis semper, ut imperdiet augue euismod. In at semper justo. Phasellus eleifend ligula magna, vel venenatis dolor congue in. Cras et accumsan quam. Vestibulum elit nunc, tempus ultrices aliquet cursus, accumsan id erat. Pellentesque posuere consequat leo, eu facilisis urna posuere in. Donec vulputate elementum ornare. Mauris a tempus metus, eu faucibus nibh. In orci lectus, eleifend nec rutrum a, hendrerit sed purus. Ut convallis id nulla a gravida. Nullam bibendum congue felis at iaculis. Ut vehicula maximus augue, eget cursus orci rhoncus in. Aenean in orci consectetur, gravida risus sed, sollicitudin eros.\r\n<h2>Sub Title Placeholder</h2>\r\nSed sed dui id diam sodales porta eu ut neque. Praesent placerat faucibus mattis. Sed lacinia tellus vel leo convallis, vel suscipit risus porttitor. Ut eu ultricies felis. Vestibulum vel consectetur leo. Morbi semper urna ipsum, in viverra elit sodales nec. Mauris sagittis ut nisi luctus ultricies. Integer condimentum odio sapien, id pellentesque nibh condimentum et. Suspendisse ipsum ante, volutpat sit amet tortor a, blandit tempus est. Vestibulum pellentesque elit tempus, blandit libero id, consequat ipsum. Suspendisse a nunc tincidunt, sollicitudin sapien a, tincidunt nulla.\r\n\r\nInterdum et malesuada fames ac ante ipsum primis in faucibus. Vivamus pellentesque arcu quis mauris cursus consectetur. Aenean eget lacus magna. Curabitur massa ipsum, venenatis ut ante vel, ultrices lobortis lectus. Donec molestie, lorem ut pulvinar faucibus, est lacus luctus ligula, consectetur ullamcorper lectus risus in est. Aenean aliquam, nunc at feugiat dictum, nisi est vestibulum velit, vel dignissim purus orci et ipsum. Mauris et dapibus nibh. Vestibulum arcu tortor, viverra eu purus et, convallis consequat urna.\r\n\r\nProin condimentum efficitur eros a cursus. Phasellus eget augue turpis. Maecenas vestibulum vel neque eget scelerisque. Integer lectus neque, aliquet eu vehicula eget, iaculis et diam. Duis eget condimentum nibh. Praesent pellentesque turpis dolor, imperdiet volutpat velit condimentum et. Duis ut elit varius, viverra lectus in, aliquam magna. Morbi eu lectus et justo consectetur pellentesque. Duis nec libero quam. Curabitur rhoncus orci vel neque aliquet tincidunt. In sit amet leo orci. Sed est arcu, dapibus eget metus vel, viverra commodo tortor. Praesent et ligula vel nisl dictum sodales. Phasellus et luctus elit, a congue metus. Maecenas vel sem libero.\r\n\r\nVivamus orci nisl, porttitor sed erat aliquam, porta laoreet neque. Praesent a nulla quis est molestie tempus. Duis interdum tristique enim, et ultrices nisl. Morbi nulla urna, suscipit viverra erat at, vestibulum volutpat augue. Pellentesque non magna neque. Vestibulum ex quam, porttitor quis lorem eu, accumsan bibendum leo. Sed elementum gravida viverra. Etiam ultricies justo diam, eget imperdiet tellus egestas eget. Integer sit amet ante nisl. Mauris lobortis quis elit ac auctor. In pulvinar lacinia euismod. Nunc rhoncus placerat odio, sagittis semper risus dapibus ac. In suscipit varius lacus quis consequat. Etiam eu felis eros. Donec eu gravida tortor, vel efficitur odio. Aliquam eu suscipit metus.\r\n\r\nSed posuere lacus eu odio dignissim, nec laoreet magna congue. Donec tempor dolor quis justo hendrerit, at vulputate quam lacinia. Donec tincidunt lacus ut magna suscipit luctus. Suspendisse potenti. Nullam pretium ac mauris vitae faucibus. Aliquam ac dolor lacus. Proin quis tellus sed ligula rhoncus dictum vitae in ante.\r\n\r\nProin et est massa. Sed dui lectus, egestas ut dui vel, gravida auctor velit. Nulla nisl justo, viverra quis euismod sit amet, egestas sed lacus. Nullam finibus mauris et felis blandit ornare. Nunc egestas in dui imperdiet euismod. In dignissim augue ac nibh semper rhoncus. Donec malesuada eros id ultricies iaculis. Fusce augue metus, efficitur eget ante a, sollicitudin congue augue.','Terms of Service','','inherit','closed','closed','','1182-revision-v1','','','2020-04-03 23:59:51','2020-04-03 23:59:51','',1182,'https://cryptowallet.labcp.co/1182-revision-v1/',0,'revision','',0),(1190,1,'2020-04-04 00:22:32','2020-04-04 00:22:32','<ul>\r\n 	<li>A. These Terms of Service (“Agreement”) describe the terms and conditions applicable to the services of Digital Assets exchange (“Services”) between CW Lab OÜ, private limited company incorporated in the Republic of Estonia under registration number 14674618 (“Cryptowallet”, “we”, “us”, “our”) and any natural person or legal entity (“Client”, “you”, “your”).</li>\r\n 	<li>B. You, by using the Services provided by Cryptowallet on the following website: www.cryptowallet.net (“Website”) you confirm that you have read, understood, accept and agree to follow this Agreement within all the terms and condition as specified below.</li>\r\n 	<li>C. You understand that some restrictions may be applied to your use of the Services provided by Cryptowallet depending on your country of residence. It is your sole responsibility to comply with applicable legislation and follow the rules of your country of residence and/or country of accessing the Services via Website.</li>\r\n 	<li>D. If you disagree to some or all provisions of this Agreement you shall not use the Services.</li>\r\n</ul>\r\n<h2>1. SCOPE OF SERVICES</h2>\r\n1.1 Cryptowallet provides a platform, website and mobile application that is available by technical means at Cryptowallet resources and allows a Client to:\r\n<ul>\r\n 	<li>Buy or sell Digital Assets in exchange for other Digital Assets, or for fiat currency;</li>\r\n 	<li>Store Digital Assets listed on the Cryptowallet’s platform with a third party custodian;</li>\r\n 	<li>Withdraw any fiat currency balance held on your account;</li>\r\n 	<li>Transfer Digital Assets to a wallet or to other users of such Digital Assets outside the Cryptowallet.</li>\r\n</ul>\r\n<span style=\"font-weight: 400;\">Depending on your country of residence, you may not be able to use all the functions of the Services. It is Client’s responsibility to follow those rules and laws in your country of residence and/or country from which you access this website and the Services. As long as you agree to and comply with these Terms of Service, Cryptowallet grants you the personal, non-exclusive, non-transferable, non-sublicensable and limited right to enter and use the website and the Services.</span>\r\n<h2>2. PROVISION OF SERVICES</h2>\r\n<ol>\r\n 	<li><span style=\"font-weight: 400;\">In order to apply for the Services, the Client needs to open an account via Cryptowallet’s Website and agree to this Agreement. All Clients must be approved and have the </span><span style=\"font-weight: 400;\">account open</span><span style=\"font-weight: 400;\"> by the Cryptowallet before they can use any of the Services provided by Cryptowallet. Cryptowallet has the right to unilaterally approve or reject any potential Client in accordance with its internal rules and policies. The Client understands and agrees that Cryptowallet is not obliged to disclose internal rues and policies to the Client and to provide any explanation and reasons for its decision.</span></li>\r\n 	<li><span style=\"font-weight: 400;\">The Client shall provide all required information and documents required by Cryptowallet and necessary for the provision of the Services, including but not limited to, the Client’s personal bank account and/or the Client’s personal electronic wallet and Client’s personal Digital Assets wallet. Cryptowallet may require the Client and the Client has obligation to provide requested additional information and documents during the account opening and after the account opening during the provision of the Services.</span></li>\r\n 	<li><span style=\"font-weight: 400;\">In case of change of information and/or documents the Client must inform Cryptowallet immediately. </span></li>\r\n 	<li><span style=\"font-weight: 400;\">If the Client does not provide the requested information and/or documents to Cryptowallet or fails to notify upon change of earlier provided information, Cryptowallet has the right to stop or refuse provision of the Services to the Client until the Client provides required information and/or documents or to terminate the Agreement with the immediate effect at any time unless Cryptowallet’s request is satisfied.</span></li>\r\n 	<li><span style=\"font-weight: 400;\">An account or accounts</span><span style=\"font-weight: 400;\"> via Cryptowallet’s website and/or mobile application mean account(s) held and maintained by the Client for the specific purpose of Digital Assets exchange, management, and/or transfer through the Cryptowallet’s platform. The objective of the account created are bounded by the scope of the Services. </span></li>\r\n 	<li><span style=\"font-weight: 400;\">Cryptowallet at its sole discretion may change the currency limits intended for an exchange and other Service provision parameters. If the Client does not agree to such changes, the Client must inform Cryptowallet immediately and stop business relationship with Cryptowallet. If the Client continues to request and accept Services after such changes occur, it means that the Client has accepted changes fully and unconditionally. </span></li>\r\n 	<li><span style=\"font-weight: 400;\">The Client acknowledges and accepts, that Cryptowallet in all cases cannot be liable for any losses, including the loss of profits, in part or in full, resulting from not being able to receive the Services or for non-provision of the Services.</span></li>\r\n</ol>','Terms of Service','','inherit','closed','closed','','1182-revision-v1','','','2020-04-04 00:22:32','2020-04-04 00:22:32','',1182,'https://cryptowallet.labcp.co/1182-revision-v1/',0,'revision','',0),(1191,1,'2020-04-04 01:20:34','2020-04-04 01:20:34','<ul>\r\n 	<li>\r\n<ul class=\"list-letters\">\r\n 	<li>These Terms of Service (“Agreement”) describe the terms and conditions applicable to the services of Digital Assets exchange (“Services”) between CW Lab OÜ, private limited company incorporated in the Republic of Estonia under registration number 14674618 (“Cryptowallet”, “we”, “us”, “our”) and any natural person or legal entity (“Client”, “you”, “your”).</li>\r\n 	<li>You, by using the Services provided by Cryptowallet on the following website: <a href=\"http://www.cryptowallet.net\">www.cryptowallet.net</a> (“Website”) you confirm that you have read, understood, accept and agree to follow this Agreement within all the terms and condition as specified below.</li>\r\n 	<li>You understand that some restrictions may be applied to your use of the Services provided by Cryptowallet depending on your country of residence. It is your sole responsibility to comply with applicable legislation and follow the rules of your country of residence and/or country of accessing the Services via Website.</li>\r\n 	<li>If you disagree to some or all provisions of this Agreement you shall not use the Services.</li>\r\n</ul>\r\n<h2>1. SCOPE OF SERVICES</h2>\r\n1.1 Cryptowallet provides a platform, website and mobile application that is available by technical means at Cryptowallet resources and allows a Client to:\r\n<ul>\r\n 	<li>Buy or sell Digital Assets in exchange for other Digital Assets, or for fiat currency;</li>\r\n 	<li>Store Digital Assets listed on the Cryptowallet’s platform with a third party custodian;</li>\r\n 	<li>Withdraw any fiat currency balance held on your account;</li>\r\n 	<li>Transfer Digital Assets to a wallet or to other users of such Digital Assets outside the Cryptowallet.</li>\r\n</ul>\r\n<span style=\"font-weight: 400;\">Depending on your country of residence, you may not be able to use all the functions of the Services. It is Client’s responsibility to follow those rules and laws in your country of residence and/or country from which you access this website and the Services. As long as you agree to and comply with these Terms of Service, Cryptowallet grants you the personal, non-exclusive, non-transferable, non-sublicensable and limited right to enter and use the website and the Services.</span>\r\n<h2>2. PROVISION OF SERVICES</h2>\r\n<ul class=\"list-numerica\">\r\n 	<li><span style=\"font-weight: 400;\">2.1. In order to apply for the Services, the Client needs to open an account via Cryptowallet’s Website and agree to this Agreement. All Clients must be approved and have the </span><span style=\"font-weight: 400;\">account open</span><span style=\"font-weight: 400;\"> by the Cryptowallet before they can use any of the Services provided by Cryptowallet. Cryptowallet has the right to unilaterally approve or reject any potential Client in accordance with its internal rules and policies. The Client understands and agrees that Cryptowallet is not obliged to disclose internal rues and policies to the Client and to provide any explanation and reasons for its decision.</span></li>\r\n 	<li><span style=\"font-weight: 400;\">2.2. The Client shall provide all required information and documents required by Cryptowallet and necessary for the provision of the Services, including but not limited to, the Client’s personal bank account and/or the Client’s personal electronic wallet and Client’s personal Digital Assets wallet. Cryptowallet may require the Client and the Client has obligation to provide requested additional information and documents during the account opening and after the account opening during the provision of the Services.</span></li>\r\n 	<li><span style=\"font-weight: 400;\">2.3. In case of change of information and/or documents the Client must inform Cryptowallet immediately. </span></li>\r\n 	<li><span style=\"font-weight: 400;\">2.4. If the Client does not provide the requested information and/or documents to Cryptowallet or fails to notify upon change of earlier provided information, Cryptowallet has the right to stop or refuse provision of the Services to the Client until the Client provides required information and/or documents or to terminate the Agreement with the immediate effect at any time unless Cryptowallet’s request is satisfied.</span></li>\r\n 	<li><span style=\"font-weight: 400;\">2.5. An account or accounts</span><span style=\"font-weight: 400;\"> via Cryptowallet’s website and/or mobile application mean account(s) held and maintained by the Client for the specific purpose of Digital Assets exchange, management, and/or transfer through the Cryptowallet’s platform. The objective of the account created are bounded by the scope of the Services. </span></li>\r\n 	<li><span style=\"font-weight: 400;\">2.6. Cryptowallet at its sole discretion may change the currency limits intended for an exchange and other Service provision parameters. If the Client does not agree to such changes, the Client must inform Cryptowallet immediately and stop business relationship with Cryptowallet. If the Client continues to request and accept Services after such changes occur, it means that the Client has accepted changes fully and unconditionally. </span></li>\r\n 	<li><span style=\"font-weight: 400;\">2.7. The Client acknowledges and accepts, that Cryptowallet in all cases cannot be liable for any losses, including the loss of profits, in part or in full, resulting from not being able to receive the Services or for non-provision of the Services.</span></li>\r\n</ul>\r\n<h2>3. DIGITAL ASSETS SELLING</h2>\r\n<ul class=\"list-numerica\">\r\n 	<li><span style=\"font-weight: 400;\">3.1. The Client acknowledges and accepts the policy on the return of fiat currencies and Digital Assets that their return after the executed sale operation is not possible.</span></li>\r\n 	<li><span style=\"font-weight: 400;\">3.2. Request. When the Client initiates the transaction of Digital Assets selling, the Client sends a request (“Request”) to the system indicating the amount of Digital Assets intended for the transaction and payment service provider, bank account details or Digital Assets wallet address preferred for the payout. After the Client’s request is approved the Client transfers Digital Assets in the amount intended for the transaction to the Digital Assets wallet indicated by Cryptowallet’s platform. This transfer will be deemed settled after minimum required confirmations have been received. </span></li>\r\n 	<li><span style=\"font-weight: 400;\">3.3. Execution. The transaction is executed successfully when the amount of Digital Assets received by Cryptowallet is equal to the amount in Request. If the amount differs Cryptowallet may unilaterally freeze the Request for correction with the Client. If the Request is corrected with the Client, it will be executed at sell price current for the moment when new Request was agreed. If the Client failed to respond and/or correct the Request with Cryptowallet within 24 hours the Client’s Digital Assets will be returned to his account’s return address. Administrative fee is charged for the returning of Digital Assets volume, meaning that your returning payout will be reduced with applicable administrative fee and if the administrative amount supersedes the volume of returning payout no Digital Assets will be returned. </span></li>\r\n 	<li><span style=\"font-weight: 400;\">3.4. Price. The selling price current for the moment will be locked on your Request after Cryptowallet receives the minimum required confirmations from Digital Assets network. </span></li>\r\n 	<li><span style=\"font-weight: 400;\">3.5. Limitations. Cryptowallet may apply limitation either on a sell transaction or on a daily sell volume per bank account, payment service provider account or Digital Assets wallet. If the Client fails to meet this limitation when applying for sell transaction his Digital Assets will be returned to his account’s return address. Administrative fee is charged for the returning of Digital Assets, meaning that the Client’s returning payout will be reduced with applicable administrative fee and if the administrative amount supersedes the volume of returning payout no Digital Assets will be returned. Before initiating sell transaction please check the limitations for your account.</span></li>\r\n 	<li><span style=\"font-weight: 400;\">3.6. Confirmation. The minimum required is 1 confirmation on the transaction of amount that does not exceed the equivalent of 4 BTC and 6 confirmations is required on the amount equivalent or over 4 BTC, received from Digital Assets network after the transaction was broadcasted. </span></li>\r\n 	<li><span style=\"font-weight: 400;\">3.7. Payout. In order to initiate the payout to the Client’s payment service provider account, bank account, or Digital Assets wallet, Cryptowallet needs to receive minimum required confirmations related to your transaction. The payouts to the Client’s payment service provider or bank account are normally settled within 2448-72 hours on working days from the moment of transaction completion; payouts to the payment service provider electronic wallet are normally settled within 24 hours. If for reason which depends on the Client Cryptowallet can not transfer fiat currencies to the account of the Client it has a right to exchnage the Fiat currencies in to Digital Assets at its choise and keep them untill further instructions are received from the Client.</span></li>\r\n</ul>\r\n<h2>4. DIGITAL ASSETS PURCHASING</h2>\r\n<ul class=\"list-numerica\">\r\n 	<li>4.1. The Client acknowledges and accepts that transfers to the bank account which do not comply with the terms below will be returned and the bank costs will be deducted.</li>\r\n 	<li>4.2. The purchase is available by means of a bank / payment service provider transfer in fiat currency or via a Digital Assets wallet.</li>\r\n 	<li>4.3. Request. When the Client initiates the transaction of Digital Assets purchase, the Client sends a request to the system indicating the amount of Digital Assets intended for the transaction and details of the Client’s personal Digital Assets wallet for payout. After the Client’s request is approved the Client transfers a necessary amount in fiat currency with the bank account, payment service provider account or Digital Assets wallet, to the Digital Assets wallet address indicated by Cryptowallet platform, which is different from a Digital Assets wallet that the Client has used to initiate the purchase. This transfer will be deemed settled after the payment in fiat currency or Digital Assets is received.</li>\r\n 	<li>4.4. Execution. The transaction is executed successfully when the amount in fiat currency or Digital Assets payment received by Cryptowallet is equal to the amount in Request. If the amount differs Cryptowallet may unilaterally freeze the Request for manual correction with a Client. If the Request is corrected with a Client, it will be executed at buy price current for the moment when new Request was closed. If the Client failed to respond and/or correct the Request with Cryptowallet’s representative within 24 hours his amount of Funds will be returned to his account’s return address. Administrative fee is charged for the returning of Funds, meaning that your returning payout will be reduced with applicable administrative fee and if the administrative amount supersedes the volume of returning payout no Digital Assets or fiat money will be returned.</li>\r\n 	<li>4.5. Price. The price for execution of the transaction is shown at the respective section of Cryptowallet’s platform on the website or mobile app and based on the current price at the moment. The estimated amount of the Digital Assets based on this actual price at the moment when you apply for purchase.</li>\r\n 	<li>4.6. Transfer. Cryptowallet processes bank / payment transfers in fiat currencies daily and relies on third party service providers. Cryptowallet processes transfers only after it receives a notification from its bank or payment service provider that the Client\'s transfer was settled. The term while the purchased Digital Assets will be charged to the Client’s Digital Assets wallet may take 24-72 hours from the moment of the Client’s bank transfer, depending on the bank involved into transactions or within 24 hours if the payment service provider was used. In any case it may take one additional day, if the buy transaction will be executed manually. The final amount of Digital Assets may differ from the estimated amount as it depends on the price at the moment when your Request for purchase was actually executed. We may inform you respectively via e-mail when you Digital Assets will be sent to your wallet.</li>\r\n 	<li>4.7. Confirmation. The minimum required is 1 confirmation on the transaction of amount that does not exceed the equivalent of 4 BTC and 6 confirmations is required on the amount equivalent or over 4 BTC, received from Digital Assets network after the transaction was broadcasted.</li>\r\n 	<li>4.8. Limitations. Cryptowallet may apply limitations either on buy transaction or on daily buy volume per bank account, payment service provider account or Digital Assets wallet. If you fail to meet this limitation when applying for buy transaction your fiat currency or Digital Assets will be returned to your account’s return address. Administrative fee is charged for the returning of fiat currency or Digital Assets, meaning that your returning payout will be reduced with applicable administrative fee and if the administrative amount supersedes the volume of returning payout no fiat currency or Digital Assets will be returned. Before initiating buy transaction please check the limitations for your account.</li>\r\n</ul>\r\n<h2>5. WARRANTIES &amp; ACKNOWLEDGMENT</h2>\r\n<ul class=\"list-numerica\">\r\n 	<li>5.1 The Client warrants that he (and/ or representative of the Client, when the Client is a legal person):\r\n<ul>\r\n 	<li>5.1.1. read and understood this Agreement, is at least 18 years old and has full capacity to enter into this Agreement and conduct the activity related to the Services;</li>\r\n 	<li>5.1.2. acts within and complies with all legal requirements applicable to the relevant jurisdiction when requesting and using the Services provided by Cryptowallet;</li>\r\n 	<li>5.1.3. is solely responsible for assessment and coherence to the applicable tax regulations;</li>\r\n 	<li>5.1.4. is authorised and using the Cryptowallet account personally;</li>\r\n 	<li>5.1.5. keeps and maintains information, including without limitation personal data, financial details and information about all activities conducted or occurred within the account confidential;</li>\r\n 	<li>5.1.6. makes appropriate use of Cryptowallet’s Services to ensure a level of security appropriate to the risk in respect of the personal data and securing authorization credentials, system and devices used to access to Cryptowallet’s Services;</li>\r\n 	<li>5.1.7. provides accurate, complete and current data while applying for the account via Cryptowallet’s website or mobile application;</li>\r\n 	<li>5.1.8. provides all necessary or requested by Cryptowallet information about a bank account (including IBAN and the name associated with a bank account) or electronic payment service provider account for the purpose of conducting payout for the Digital Assets sold by him or by his Request using Cryptowallet’s website or mobile application;</li>\r\n 	<li>5.1.9. provides the details of a Digital Assets wallet for the purpose of a Digital Assets return;</li>\r\n 	<li>5.1.10. uses only a specific Digital Assets address provided to the Client by Cryptowallet for sending Digital Assets intended for sale.</li>\r\n 	<li>5.1.11. the Client has been informed that the Client monies held on the Cryptowallet account for the benefit of the Client and until they are not transferred to the Client are not considered as a deposit, or that Cryptowallet provides payment services or any other services which can be associated with the financial services like bank services or payment institution services and which require a specific license.</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<ul class=\"list-numerica\">\r\n 	<li>5.2. The Client acknowledges that:\r\n<ul>\r\n 	<li>5.2.1. it is the Client’s personal liability to any and all potential losses resulting from selling or purchasing of currencies or Digital Assets and that Cryptowallet only provides services under instructions from and on behalf of the Client (“execution only”), therefore the Client keeps and will keep Cryptowallet free of any liability and/or losses;</li>\r\n 	<li>5.2.2. there are risks inherent with the use of the Services, including but not limited to, market risk, liquidity risk, volatility risk, operational risk, speculative nature of Digital Assets themselves, regulatory risks, etc.;</li>\r\n 	<li>5.2.3. the Client is solely responsible for all legal risks associated with using the Services provided by Cryptowallet;</li>\r\n 	<li>5.2.4. transaction may be aborted at any time by Cryptowallet and the received payments or Digital Assets may be returned to your account, the return of Digital Assets in this case will be done only after minimal required confirmation from Digital Assets network is received;</li>\r\n 	<li>5.2.5. the price for exchange of Digital Assets is based on the reference price provided by Cryptowallet;</li>\r\n 	<li>5.2.6. Cryptowallet does not hold responsibility if volatility on the market and technical delays of Cryptowallet’s platform or website, or mobile app would affect the reference price both in a positive or negative way;</li>\r\n 	<li>5.2.7. availability of banking system or payment service provider may cause delays in payment transactions;</li>\r\n 	<li>5.2.8. Cryptowallet bears no responsibility for refusal to open an account;</li>\r\n 	<li>5.2.9. period of selling or returning of Digital Assets to your account may vary due to the inherent nature of the Digital Assets network and Digital Assets network fees to be paid to the miners;</li>\r\n 	<li>5.2.10. Cryptowallet neither bears any responsibility nor covers any losses caused by inappropriate or unauthorized use of the Services;</li>\r\n 	<li>5.2.11. it is the Client’s sole responsibility to provide all accurate information correctly and without mistakes or mistypes in any portion of information when completing Requests or other forms on Cryptowallet website or mobile app, otherwise it may lead to transfer of Funds to account specified by mistake or to delays in processing and payouts.</li>\r\n 	<li>5.2.12. Cryptowallet at its sole discretion and at any time may amend and/ or change this Agreement without prior notice to the Client, unless such changes and/ or amendments will constitute significant changes to the provision of Services, namely if the changes and/ or amendments are made to the Sections 2, 3 and 4 of this Agreement, the notice of the latter changes and/ or amendments to be given by any adequate mean including email or general publication on the Cryptowallet’s website. The amended version of these Agreement enters into force immediately and if the changes made to the Section 2, 3 and 4 of this Agreement enters into force 15 (fifteen) days after the publication, except if the Client terminates its relations with Cryptowallet within that period.</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<h2>6. INTELLECTUAL PROPERTY</h2>\r\n<ul class=\"list-numerica\">\r\n 	<li>6.1. All copyrights and other intellectual property rights in trademarks, service marks, software, text, images, graphics, data, prices, trades, charts, graphs, video and audio (“Materials”) depicted or shown or contained on the Cryptowallet’s website and mobile appplication belong to or are in control of Cryptowallet. You may view, download or print only one copy of the Materials from the Cryptowallet’s website or mobile application solely for your personal use, however it is forbidden to remove, blur or otherwise hide the copyright and other proprietary notices. Otherwise you are not allowed to copy, reproduce, modify, republish, upload, post, transmit, scrap, collect or distribute in any form or by any means the Materials. It is also forbidden to use Materials from the website or mobile application for commercial use unless Cryptowallet gives you a written permission to do so. Any unauthorized use is prohibited and may violate copyright, trademark and/or other applicable laws and could result in criminal or civil penalties.</li>\r\n 	<li>6.2. Cryptowallet may provide access to certain widgets for the Client’s use – the Client is free to use these in their original unmodified and unaltered state.</li>\r\n</ul>\r\n<h2>7. APPLICABLE LAW AND JURISDICTION</h2>\r\n<ul class=\"list-numerica\">\r\n 	<li>7.1. This Agreement is subject to and shall be construed in accordance with a law of the Republic of Estonia without reference to its conflict of law as the sole and exclusive governing law. The parties agree to irrevocably submit to the exclusive jurisdiction of the Estonian Courts. The Parties agree to notify each other in writing of any dispute within thirty (30) days of when it arises. Notice to Cryptowallet shall be sent to support@cryptowallet.net .</li>\r\n</ul>\r\n<h2>8. LIMITATION OF LIABILITY</h2>\r\n<ul class=\"list-numerica\">\r\n 	<li>8.1. All the Services are provided without warranty of any kind, either express or implied. Cryptowallet does not guarantee that the Services will be available at the Cryptowallet’s website or mobile application uninterruptedly, or that there will be no delays, failures, errors, omissions or loss of transmitted information.</li>\r\n 	<li>8.2. In no circumstances Cryptowallet must be held responsible for the Client loss of Digital Assets in all cases including if the Client cannot access his personal Digital Assets wallet or the address provided by Client to Cryptowallet for returning purposes.</li>\r\n 	<li>8.3. Cryptowallet cannot be held liable for any malfunction, breakdown, delay or interruption to the internet connection, or if for any reason Cryptowallet’s Services are unavailable at any time or for any period.</li>\r\n 	<li>8.4. Where Cryptowallet’s website or mobile application contains links to other websites and resources provided by third parties, these links are provided for your information only. Cryptowallet has no control over the contents of those websites or resources and accepts no liability for them or for any loss or damage that may arise from your use of them.</li>\r\n 	<li>8.5. Client agrees that any Cryptowallet liability in any case is limited to the amount of transaction(s) the subject of the claim redundant for any amount of commissions or additional fees that may be due and payable in respect of such transaction(s). We do not hold any additional liability or warranty before the Client.</li>\r\n</ul>\r\n<h2>9. TERMINATION</h2>\r\n<ul class=\"list-numerica\">\r\n 	<li>9.1. Either the Client or Cryptowallet may terminate relationship with the other at any time, without reason, following settlement of any pending transactions. In the case of pending transaction, the termination will be effective when the terminating party receives the acknowledgment in writing of its notice to terminate a relationship with the other party. The termination does not affect any previous transactions, rights or obligations accrued prior to the notice of termination.</li>\r\n 	<li>9.2. Except for the withdrawal of accumulated Funds if so, the Client will not be entitled to any remedy for discontinuing of the Services, all subject to this Agreement, applicable laws and regulations.</li>\r\n 	<li>9.3. The Client understands and agrees that Cryptowallet at its sole discretion may terminate the Client’s access to the Cryptowallet’s website, mobile application and the Client’s account.</li>\r\n 	<li>9.4. Cryptowallet may also suspend or terminate your account for any or all of the following reasons:\r\n<ul>\r\n 	<li>9.4.1. attempt by the Client or assistance at attempting to gain unauthorized access to the Cryptowallet’s website, mobile application or another account, which is held by a third party;</li>\r\n 	<li>9.4.2. overcoming software security features limiting use of or protecting any content;</li>\r\n 	<li>9.4.3. use of the Services for performance of illegal activities (for example, money laundering, illegal gambling operations, financing terrorism, or other criminal activities, fraudulent payment for transactions);</li>\r\n 	<li>9.4.4. violations of this Agreement;</li>\r\n 	<li>9.4.5. upon the request of legal authorities, if Cryptowallet deems it to be legitimate and compelling acting in its sole discretion.</li>\r\n</ul>\r\n</li>\r\n 	<li>This list is not exhaustive.</li>\r\n 	<li>9.5. Cryptowallet reserves the right to cancel unconfirmed accounts or accounts that have been inactive for a period of at least 6 months, and/ or to modify or stop Cryptowallet’s website, mobile application or the Services. The Client agrees that Cryptowallet will not be liable to him or to any third party for termination of his account or access to the Cryptowallet’s website or mobile application, or platform.</li>\r\n 	<li>9.6. Cryptowallet reserves the right to change, suspend, or discontinue all or any part or aspect of the Services at any time without notice.</li>\r\n</ul>\r\n<h2>10. MISCELLANEOUS</h2>\r\n<ul class=\"list-numerica\">\r\n 	<li>10.1. This Agreement constitute the entire agreement between you and Cryptowallet and governs your use of the Services via Cryptowallet’s website or mobile application.</li>\r\n 	<li>10.2. This Agreement shall be binding for both the Client and Cryptowallet, and for their respective successors and assigns, but the Client may not assign any of his rights and obligations under this Agreement or under any transaction without prior written consent of Cryptowallet.</li>\r\n 	<li>10.3. Cryptowallet shall have the right to transfer and/or assign, at its sole discretion, to a third party, whether affiliated or not with Cryptowallet, all or part of its rights and/or obligations under this Agreement, and the Client shall be deemed to accept such transfer and/ or assignment.</li>\r\n 	<li>10.4. If at any time any provision of this Agreement is or becomes illegal, invalid or unenforceable in any respect under the law of any jurisdiction, that provision will be enforced to the maximum extent permissible and neither the legality, validity or enforceability of the remaining provisions of the Agreement under the law of that jurisdiction nor the legality, validity or enforceability of such provision under the law of any other jurisdiction shall be in any way affected.</li>\r\n 	<li>10.5. In case of discrepancy between the English version of this Agreement and the Cryptowallet’s website and other language versions of this Agreement and the Cryptowallet’s website, the English version shall prevail. Translations of this Agreement and the Cryptowallet’s website in other languages are not binding to Cryptowallet.</li>\r\n 	<li>10.6. The titles of the sections in the Agreement are used solely for the convenience of you and Cryptowallet and have no legal or contractual significance.</li>\r\n</ul>\r\n<h2>11. DISCLAIMERS</h2>\r\nCryptowallet is a fiat currencies and Digital Assets exchange company that directly deals with its Clients, i.e., buys fiat currencies and Digital Assets from its Clients and sells fiat currencies and Digital Assets to its Clients. Cryptowallet does not act as an intermediary or marketplace between other buyers and sellers of fiat currencies and Digital Assets.\r\n\r\nNothing in this Agreement or Cryptowallet’s website or mobile application, or otherwise communicated to you shall be understood or interpreted as an investment advice in connection with the Services contemplated by this Agreement or as an offer to enter into Agreement or an offer to buy or sell or the solicitation of an offer to buy or sell any fiat currencies and/ or Digital Assets. Cryptowallet may provide information on the price, range, volatility of cryptocurrencies and events that have affected the price of these, but this is not considered investment advice and should not be construed as such.\r\nAny decision to purchase or sell currencies and/or Digital Assets is your decision and Cryptowallet will not be liable for any loss suffered.\r\n<h2>12. CONTACT DETAILS</h2>\r\nIf you have any question in connection to this Agreement, please feel free to contact us at <a href=\"mailto:support@cryptowallet.net\">support@cryptowallet.net</a> .</li>\r\n</ul>','Terms of Service','','inherit','closed','closed','','1182-revision-v1','','','2020-04-04 01:20:34','2020-04-04 01:20:34','',1182,'https://cryptowallet.labcp.co/1182-revision-v1/',0,'revision','',0),(1192,1,'2020-04-04 01:44:01','2020-04-04 01:44:01','<span style=\"font-weight: 400;\">22 December 2019\r\n</span><span style=\"font-weight: 400;\">Version: v.1.0</span>\r\n\r\n<span style=\"font-weight: 400;\">The privacy practice of collecting and processing of personal data provided by the Clients to CW Lab OÜ, private limited company duly incorporated in the Republic of Estonia with registered number 14674618 is described hereby. The provisions of this Privacy Policy are subject to Regulation (EU) 2016/679 of the European Parliament and of the Council of 27 April 2016 on the protection of natural persons with regard to the processing of personal data and on the free movement of such data (“Regulation”) and the Personal Data Protection Act of 12 December 2018 (the Republic of Estonia). </span>\r\n<h2><span style=\"font-weight: 400;\">INTRODUCTION </span></h2>\r\n<span style=\"font-weight: 400;\">We understand the importance of protection of your privacy and personal data and commit a lot of efforts to develop and maintain high standards of inner security measures and technologies to provide you with secure processing and storage of the data we collect from you; and keep your data safe against unauthorized or unlawful processing and against accidental loss, destruction or damage.</span>\r\n<h2><span style=\"font-weight: 400;\">1. PERSONAL DATA WE COLLECT AND OBJECTIVE</span></h2>\r\n<ul class=\"list-no-type\">\r\n 	<li><span style=\"font-weight: 400;\">1.1. When registering for an account via CW Lab OÜ we collect and further process the following categories of data:</span>\r\n<ul class=\"list-letters\">\r\n 	<li><span style=\"font-weight: 400;\">Information requested during the registration of the account that identifies you, for example your name, date of birth, citizenship, etc.</span></li>\r\n 	<li><span style=\"font-weight: 400;\">Financial information, including your income, source of income / funds, taxation residence information, etc. </span></li>\r\n 	<li><span style=\"font-weight: 400;\">Your identity and residency verification documents, for example passport and/or ID card, utility bill, etc. </span></li>\r\n 	<li><span style=\"font-weight: 400;\">Contact information, i.e. your phone number, e-mail address, etc.</span></li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<span style=\"font-weight: 400;\">1.2. We are obliged by applicable laws to maintain records of personal data for five years after the termination of a client relationship, this term may be extended upon request by the competent authority. </span>\r\n\r\n<span style=\"font-weight: 400;\">1.3. We collect and process the abovementioned data to fulfil our contractual obligations and legitimate interest before you, namely:</span>\r\n<ul class=\"list-letters\">\r\n 	<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">provide services, including execution of requested transactions and related maintenance of the services you registered for and manage the account you hold;</span></li>\r\n 	<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">provide you with the information about your activities within the account;</span></li>\r\n 	<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">inform about any changes and updates to the services you are provided with;</span></li>\r\n 	<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">assess and mitigate risks related to anti-money laundering and terrorism financing regulations as well as transaction related risks;</span></li>\r\n 	<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">comply with applicable legislation;</span></li>\r\n 	<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">maintain actions in relation to legal claims;</span></li>\r\n 	<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">provide additional or supportive services, as well as perform Client surveys and statistical analysis; </span></li>\r\n 	<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">conversion marketing activities;</span></li>\r\n 	<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">improve the performance and functionality of our services. </span></li>\r\n</ul>\r\n<span style=\"font-weight: 400;\">The above list may be extended depending on the development of the services.   </span>\r\n<h2><span style=\"font-weight: 400;\">2. PROCESSING OF YOUR PERSONAL DATA</span></h2>\r\n<span style=\"font-weight: 400;\">2.1. Your personal data may be received and processed:</span>\r\n\r\n<span style=\"font-weight: 400;\">(a) by CW Lab OÜ within our inner systems of processing, which complies to technical and organizational measures in a manner that meets applicable requirements of Regulation and security standards; and/or </span>\r\n\r\n<span style=\"font-weight: 400;\">(b) by 3</span><span style=\"font-weight: 400;\">rd</span><span style=\"font-weight: 400;\"> party service providers and processors who access and use the data only to the extent required to perform the obligations subcontracted to them by CW Lab OÜ (hereinafter – “subprocessors”).</span>\r\n\r\n<span style=\"font-weight: 400;\">2.2. Those subprocessors perform tasks on our behalf and are contractually obligated not to disclose or use collected information for any other purposes, than storage, help in facilitation of technical aspects of our services or perform functions related to the administration of services (collection and analysis) or other indicated under contractual closes.</span>\r\n\r\n<span style=\"font-weight: 400;\">2.3. Client specifically agrees that CW Lab OÜ may to its own discretion engage subprocessors, that comply with technical and organizational measures in a manner that meet applicable requirements of Regulation and security standards implied under this Privacy Policy. </span>\r\n\r\n<span style=\"font-weight: 400;\">2.4. If such subprocessors are outside of the Republic of Estonia or the European Union or European Economic Area, the processing of personal data is done or will be done in accordance with the applicable laws.</span>\r\n\r\n<span style=\"font-weight: 400;\">2.5. Subprocessors remain fully liable for all obligations subcontracted to, and all acts and omissions of, CW Lab OÜ is not responsible if the information is disclosed as a result of a breach or security lapse at any such subprocessors, or for such subprocessors\' non-compliance with the foregoing requirements.</span>\r\n<h2><span style=\"font-weight: 400;\">3. INCIDENTS NOTIFICATION</span></h2>\r\n<span style=\"font-weight: 400;\">3.1. If CW Lab OÜ becomes aware of any breach of our security leading to the accidental or unlawful destruction, loss, alteration or unauthorized disclosure of, or access to (excluding unsuccessful attempts or activities) personal data of Clients on systems managed or otherwise controlled by us we will notify you promptly and without undue delay and in compliance to the procedure prescribed under respective Regulation.  </span>\r\n\r\n<span style=\"font-weight: 400;\">3.2. The notification will be sent to your e-mail address at the discretion of CW Lab OÜ or by other direct communication channel available to CW Lab OÜ and allowed by Client (for example, by phone). It is sole responsibility of the Client to provide us with the e-mail address and ensure that this e-mail address is valid and active.</span>\r\n\r\n<span style=\"font-weight: 400;\">3.3. None of Data Incidents notification from CW Lab OÜ may not be and will not be construed as an acknowledgment of any fault or liability with respect to data incident by us.</span>\r\n<h2><span style=\"font-weight: 400;\">4. CLIENT’S SECURITY COMMITMENTS  </span></h2>\r\n<span style=\"font-weight: 400;\">4.1. Client agrees that without prejudice to our security measures and data incidents that it is Client’s responsibility to make appropriate use of our services to ensure a level of security appropriate to the risk in respect of your personal data and securing your authorization credentials, system and devices which you use to access to our services. </span>\r\n\r\n<span style=\"font-weight: 400;\">4.2. We are not obliged to protect your personal data that you choose to store or transfer outside CW Lab OÜ and our subprocessors’ systems. </span>\r\n<h2><span style=\"font-weight: 400;\">5. CLIENT’S RIGHTS IN RESPECT TO HIS PERSONAL DATA</span></h2>\r\n<span style=\"font-weight: 400;\">5.1. You may access and amend your personal data, request the details about purposes of processing of your personal data and prevent undesirable marketing activities by opting-out. If you wish to opt-out of marketing activities, use ‘unsubscribe’ option available within our e-mails.</span>\r\n\r\n<span style=\"font-weight: 400;\">5.2. Client may also send a request to receive the information which has been processed, amended, deleted or locked and information about any parties to which we transmit your personal data.</span>\r\n\r\n<span style=\"font-weight: 400;\">5.3. In some case we may charge a fee (based on our reasonable costs) if the requests are excessive considering the nature of the request itself or nature and functionality of our services. </span>\r\n<h2><span style=\"font-weight: 400;\">6. COOKIE &amp; SIMILAR TECHNOLOGIES </span></h2>\r\n<span style=\"font-weight: 400;\">6.1. We also use cookies and similar technologies for collecting technical information, which contains your unique identifiers. We automatically receive the web address of the site that you came from and the IP address of the computer or device that you are using to access the CW Lab OÜ website. This information helps us to understand your preferences, improve website navigation, allows to develop and improve our services, and better manage our servers. </span>\r\n\r\n<span style=\"font-weight: 400;\">6.2. If you prefer to prohibit the usage of cookies, please use your browser settings. Most browsers give you an ability to manage your cookies or provide you with an “incognito mode” or similar features, which allows you to not record your visits and downloads in your browsing and download histories. In this mode any cookies created during this type of session are deleted after you close all “incognito” windows.</span>\r\n\r\n<span style=\"font-weight: 400;\">For more details please check our </span><a href=\"https://cryptowallet.net/cookie_and_privacy_policy/\"><span style=\"font-weight: 400;\">Cookie Policy</span></a><span style=\"font-weight: 400;\">.</span>\r\n<h2><span style=\"font-weight: 400;\">7. CHANGES TO THIS PRIVACY POLICY</span></h2>\r\n<span style=\"font-weight: 400;\">7.1. Please note that we may amend this Privacy Policy from time to time at our sole discretion. Therefore, please check this Privacy Policy for updates. If any significant updates with regard to the data processing terms are made here, we will notify you additionally within reasonable time period via e-mail provided by you. </span>\r\n<h2><span style=\"font-weight: 400;\">8. CONSENT</span></h2>\r\n<span style=\"font-weight: 400;\">By applying for an account with CW Lab OÜ, you consent to the collection, processing and receipt of your personal data, as described in this Privacy Policy.</span>\r\n<h2><span style=\"font-weight: 400;\">9. CONTACT DETAILS </span></h2>\r\n<span style=\"font-weight: 400;\">If you require any additional information or have any further questions concerning this Privacy Policy, please contact us at </span><a href=\"mailto:privacy@cryptowallet.net\"><span style=\"font-weight: 400;\">privacy@cryptowallet.net</span></a><span style=\"font-weight: 400;\"> .</span>','Privacy Policy','','publish','closed','closed','','privacy-policy','','','2020-04-17 01:36:30','2020-04-17 01:36:30','',0,'https://cryptowallet.labcp.co/?page_id=1192',0,'page','',0),(1193,1,'2020-04-04 01:44:01','2020-04-04 01:44:01','<span style=\"font-weight: 400;\">22 December 2019\r\n</span><span style=\"font-weight: 400;\">Version: v.1.0</span>\r\n\r\n<span style=\"font-weight: 400;\">The privacy practice of collecting and processing of personal data provided by the Clients to CW Lab OÜ, private limited company duly incorporated in the Republic of Estonia with registered number 14674618 is described hereby. The provisions of this Privacy Policy are subject to Regulation (EU) 2016/679 of the European Parliament and of the Council of 27 April 2016 on the protection of natural persons with regard to the processing of personal data and on the free movement of such data (“Regulation”) and the Personal Data Protection Act of 12 December 2018 (the Republic of Estonia). </span>\r\n<h2><span style=\"font-weight: 400;\">INTRODUCTION </span></h2>\r\n<span style=\"font-weight: 400;\">We understand the importance of protection of your privacy and personal data and commit a lot of efforts to develop and maintain high standards of inner security measures and technologies to provide you with secure processing and storage of the data we collect from you; and keep your data safe against unauthorized or unlawful processing and against accidental loss, destruction or damage.</span>\r\n<h2><span style=\"font-weight: 400;\">1. PERSONAL DATA WE COLLECT AND OBJECTIVE</span></h2>\r\n<ul class=\"list-numerica\">\r\n 	<li><span style=\"font-weight: 400;\">1.1. When registering for an account via CW Lab OÜ we collect and further process the following categories of data:</span>\r\n<ul class=\"list-letters\">\r\n 	<li><span style=\"font-weight: 400;\">Information requested during the registration of the account that identifies you, for example your name, date of birth, citizenship, etc.</span></li>\r\n 	<li><span style=\"font-weight: 400;\">Financial information, including your income, source of income / funds, taxation residence information, etc. </span></li>\r\n 	<li><span style=\"font-weight: 400;\">Your identity and residency verification documents, for example passport and/or ID card, utility bill, etc. </span></li>\r\n 	<li><span style=\"font-weight: 400;\">Contact information, i.e. your phone number, e-mail address, etc.</span></li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<span style=\"font-weight: 400;\">1.2. We are obliged by applicable laws to maintain records of personal data for five years after the termination of a client relationship, this term may be extended upon request by the competent authority. </span>\r\n\r\n<span style=\"font-weight: 400;\">1.3. We collect and process the abovementioned data to fulfil our contractual obligations and legitimate interest before you, namely:</span>\r\n<ul class=\"list-letters\">\r\n 	<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">provide services, including execution of requested transactions and related maintenance of the services you registered for and manage the account you hold;</span></li>\r\n 	<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">provide you with the information about your activities within the account;</span></li>\r\n 	<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">inform about any changes and updates to the services you are provided with;</span></li>\r\n 	<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">assess and mitigate risks related to anti-money laundering and terrorism financing regulations as well as transaction related risks;</span></li>\r\n 	<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">comply with applicable legislation;</span></li>\r\n 	<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">maintain actions in relation to legal claims;</span></li>\r\n 	<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">provide additional or supportive services, as well as perform Client surveys and statistical analysis; </span></li>\r\n 	<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">conversion marketing activities;</span></li>\r\n 	<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">improve the performance and functionality of our services. </span></li>\r\n</ul>\r\n<span style=\"font-weight: 400;\">The above list may be extended depending on the development of the services.   </span>\r\n\r\n&nbsp;\r\n<h2><span style=\"font-weight: 400;\">2. PROCESSING OF YOUR PERSONAL DATA</span></h2>\r\n<span style=\"font-weight: 400;\">2.1. Your personal data may be received and processed:</span>\r\n\r\n<span style=\"font-weight: 400;\">(a) by CW Lab OÜ within our inner systems of processing, which complies to technical and organizational measures in a manner that meets applicable requirements of Regulation and security standards; and/or </span>\r\n\r\n<span style=\"font-weight: 400;\">(b) by 3</span><span style=\"font-weight: 400;\">rd</span><span style=\"font-weight: 400;\"> party service providers and processors who access and use the data only to the extent required to perform the obligations subcontracted to them by CW Lab OÜ (hereinafter – “subprocessors”).</span>\r\n\r\n<span style=\"font-weight: 400;\">2.2. Those subprocessors perform tasks on our behalf and are contractually obligated not to disclose or use collected information for any other purposes, than storage, help in facilitation of technical aspects of our services or perform functions related to the administration of services (collection and analysis) or other indicated under contractual closes.</span>\r\n\r\n<span style=\"font-weight: 400;\">2.3. Client specifically agrees that CW Lab OÜ may to its own discretion engage subprocessors, that comply with technical and organizational measures in a manner that meet applicable requirements of Regulation and security standards implied under this Privacy Policy. </span>\r\n\r\n<span style=\"font-weight: 400;\">2.4. If such subprocessors are outside of the Republic of Estonia or the European Union or European Economic Area, the processing of personal data is done or will be done in accordance with the applicable laws.</span>\r\n\r\n<span style=\"font-weight: 400;\">2.5. Subprocessors remain fully liable for all obligations subcontracted to, and all acts and omissions of, CW Lab OÜ is not responsible if the information is disclosed as a result of a breach or security lapse at any such subprocessors, or for such subprocessors\' non-compliance with the foregoing requirements.</span>\r\n<h2><span style=\"font-weight: 400;\">3. INCIDENTS NOTIFICATION</span></h2>\r\n<span style=\"font-weight: 400;\">3.1. If CW Lab OÜ becomes aware of any breach of our security leading to the accidental or unlawful destruction, loss, alteration or unauthorized disclosure of, or access to (excluding unsuccessful attempts or activities) personal data of Clients on systems managed or otherwise controlled by us we will notify you promptly and without undue delay and in compliance to the procedure prescribed under respective Regulation.  </span>\r\n\r\n<span style=\"font-weight: 400;\">3.2. The notification will be sent to your e-mail address at the discretion of CW Lab OÜ or by other direct communication channel available to CW Lab OÜ and allowed by Client (for example, by phone). It is sole responsibility of the Client to provide us with the e-mail address and ensure that this e-mail address is valid and active.</span>\r\n\r\n<span style=\"font-weight: 400;\">3.3. None of Data Incidents notification from CW Lab OÜ may not be and will not be construed as an acknowledgment of any fault or liability with respect to data incident by us.</span>\r\n<h2><span style=\"font-weight: 400;\">4. CLIENT’S SECURITY COMMITMENTS  </span></h2>\r\n<span style=\"font-weight: 400;\">4.1. Client agrees that without prejudice to our security measures and data incidents that it is Client’s responsibility to make appropriate use of our services to ensure a level of security appropriate to the risk in respect of your personal data and securing your authorization credentials, system and devices which you use to access to our services. </span>\r\n\r\n<span style=\"font-weight: 400;\">4.2. We are not obliged to protect your personal data that you choose to store or transfer outside CW Lab OÜ and our subprocessors’ systems. </span>\r\n<h2><span style=\"font-weight: 400;\">5. CLIENT’S RIGHTS IN RESPECT TO HIS PERSONAL DATA</span></h2>\r\n<span style=\"font-weight: 400;\">5.1. You may access and amend your personal data, request the details about purposes of processing of your personal data and prevent undesirable marketing activities by opting-out. If you wish to opt-out of marketing activities, use ‘unsubscribe’ option available within our e-mails.</span>\r\n\r\n<span style=\"font-weight: 400;\">5.2. Client may also send a request to receive the information which has been processed, amended, deleted or locked and information about any parties to which we transmit your personal data.</span>\r\n\r\n<span style=\"font-weight: 400;\">5.3. In some case we may charge a fee (based on our reasonable costs) if the requests are excessive considering the nature of the request itself or nature and functionality of our services. </span>\r\n<h2><span style=\"font-weight: 400;\">6. COOKIE &amp; SIMILAR TECHNOLOGIES </span></h2>\r\n<span style=\"font-weight: 400;\">6.1. We also use cookies and similar technologies for collecting technical information, which contains your unique identifiers. We automatically receive the web address of the site that you came from and the IP address of the computer or device that you are using to access the CW Lab OÜ website. This information helps us to understand your preferences, improve website navigation, allows to develop and improve our services, and better manage our servers. </span>\r\n\r\n<span style=\"font-weight: 400;\">6.2. If you prefer to prohibit the usage of cookies, please use your browser settings. Most browsers give you an ability to manage your cookies or provide you with an “incognito mode” or similar features, which allows you to not record your visits and downloads in your browsing and download histories. In this mode any cookies created during this type of session are deleted after you close all “incognito” windows.</span>\r\n\r\n<span style=\"font-weight: 400;\">For more details please check our </span><a href=\"https://cryptowallet.net/cookie_and_privacy_policy/\"><span style=\"font-weight: 400;\">Cookie Policy</span></a><span style=\"font-weight: 400;\">.</span>\r\n<h2><span style=\"font-weight: 400;\">7. CHANGES TO THIS PRIVACY POLICY</span></h2>\r\n<span style=\"font-weight: 400;\">7.1. Please note that we may amend this Privacy Policy from time to time at our sole discretion. Therefore, please check this Privacy Policy for updates. If any significant updates with regard to the data processing terms are made here, we will notify you additionally within reasonable time period via e-mail provided by you. </span>\r\n<h2><span style=\"font-weight: 400;\">8. CONSENT</span></h2>\r\n<span style=\"font-weight: 400;\">By applying for an account with CW Lab OÜ, you consent to the collection, processing and receipt of your personal data, as described in this Privacy Policy.</span>\r\n<h2><span style=\"font-weight: 400;\">9. CONTACT DETAILS </span></h2>\r\n<span style=\"font-weight: 400;\">If you require any additional information or have any further questions concerning this Privacy Policy, please contact us at </span><a href=\"mailto:privacy@cryptowallet.net\"><span style=\"font-weight: 400;\">privacy@cryptowallet.net</span></a><span style=\"font-weight: 400;\"> .</span>\r\n\r\n&nbsp;','Privacy Policy','','inherit','closed','closed','','1192-revision-v1','','','2020-04-04 01:44:01','2020-04-04 01:44:01','',1192,'https://cryptowallet.labcp.co/1192-revision-v1/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1194,1,'2020-04-04 15:20:57','2020-04-04 15:20:57','<ul class=\"list-letters\">\r\n 	<li>These Terms of Service (“Agreement”) describe the terms and conditions applicable to the services of Digital Assets exchange (“Services”) between CW Lab OÜ, private limited company incorporated in the Republic of Estonia under registration number 14674618 (“Cryptowallet”, “we”, “us”, “our”) and any natural person or legal entity (“Client”, “you”, “your”).</li>\r\n 	<li>You, by using the Services provided by Cryptowallet on the following website: <a href=\"http://www.cryptowallet.net\">www.cryptowallet.net</a> (“Website”) you confirm that you have read, understood, accept and agree to follow this Agreement within all the terms and condition as specified below.</li>\r\n 	<li>You understand that some restrictions may be applied to your use of the Services provided by Cryptowallet depending on your country of residence. It is your sole responsibility to comply with applicable legislation and follow the rules of your country of residence and/or country of accessing the Services via Website.</li>\r\n 	<li>If you disagree to some or all provisions of this Agreement you shall not use the Services.</li>\r\n</ul>\r\n<h2>1. SCOPE OF SERVICES</h2>\r\n1.1 Cryptowallet provides a platform, website and mobile application that is available by technical means at Cryptowallet resources and allows a Client to:\r\n<ul>\r\n 	<li>Buy or sell Digital Assets in exchange for other Digital Assets, or for fiat currency;</li>\r\n 	<li>Store Digital Assets listed on the Cryptowallet’s platform with a third party custodian;</li>\r\n 	<li>Withdraw any fiat currency balance held on your account;</li>\r\n 	<li>Transfer Digital Assets to a wallet or to other users of such Digital Assets outside the Cryptowallet.</li>\r\n</ul>\r\n<span style=\"font-weight: 400;\">Depending on your country of residence, you may not be able to use all the functions of the Services. It is Client’s responsibility to follow those rules and laws in your country of residence and/or country from which you access this website and the Services. As long as you agree to and comply with these Terms of Service, Cryptowallet grants you the personal, non-exclusive, non-transferable, non-sublicensable and limited right to enter and use the website and the Services.</span>\r\n<h2>2. PROVISION OF SERVICES</h2>\r\n<ul class=\"list-numerica\">\r\n 	<li><span style=\"font-weight: 400;\">2.1. In order to apply for the Services, the Client needs to open an account via Cryptowallet’s Website and agree to this Agreement. All Clients must be approved and have the </span><span style=\"font-weight: 400;\">account open</span><span style=\"font-weight: 400;\"> by the Cryptowallet before they can use any of the Services provided by Cryptowallet. Cryptowallet has the right to unilaterally approve or reject any potential Client in accordance with its internal rules and policies. The Client understands and agrees that Cryptowallet is not obliged to disclose internal rues and policies to the Client and to provide any explanation and reasons for its decision.</span></li>\r\n 	<li><span style=\"font-weight: 400;\">2.2. The Client shall provide all required information and documents required by Cryptowallet and necessary for the provision of the Services, including but not limited to, the Client’s personal bank account and/or the Client’s personal electronic wallet and Client’s personal Digital Assets wallet. Cryptowallet may require the Client and the Client has obligation to provide requested additional information and documents during the account opening and after the account opening during the provision of the Services.</span></li>\r\n 	<li><span style=\"font-weight: 400;\">2.3. In case of change of information and/or documents the Client must inform Cryptowallet immediately. </span></li>\r\n 	<li><span style=\"font-weight: 400;\">2.4. If the Client does not provide the requested information and/or documents to Cryptowallet or fails to notify upon change of earlier provided information, Cryptowallet has the right to stop or refuse provision of the Services to the Client until the Client provides required information and/or documents or to terminate the Agreement with the immediate effect at any time unless Cryptowallet’s request is satisfied.</span></li>\r\n 	<li><span style=\"font-weight: 400;\">2.5. An account or accounts</span><span style=\"font-weight: 400;\"> via Cryptowallet’s website and/or mobile application mean account(s) held and maintained by the Client for the specific purpose of Digital Assets exchange, management, and/or transfer through the Cryptowallet’s platform. The objective of the account created are bounded by the scope of the Services. </span></li>\r\n 	<li><span style=\"font-weight: 400;\">2.6. Cryptowallet at its sole discretion may change the currency limits intended for an exchange and other Service provision parameters. If the Client does not agree to such changes, the Client must inform Cryptowallet immediately and stop business relationship with Cryptowallet. If the Client continues to request and accept Services after such changes occur, it means that the Client has accepted changes fully and unconditionally. </span></li>\r\n 	<li><span style=\"font-weight: 400;\">2.7. The Client acknowledges and accepts, that Cryptowallet in all cases cannot be liable for any losses, including the loss of profits, in part or in full, resulting from not being able to receive the Services or for non-provision of the Services.</span></li>\r\n</ul>\r\n<h2>3. DIGITAL ASSETS SELLING</h2>\r\n<ul class=\"list-numerica\">\r\n 	<li><span style=\"font-weight: 400;\">3.1. The Client acknowledges and accepts the policy on the return of fiat currencies and Digital Assets that their return after the executed sale operation is not possible.</span></li>\r\n 	<li><span style=\"font-weight: 400;\">3.2. Request. When the Client initiates the transaction of Digital Assets selling, the Client sends a request (“Request”) to the system indicating the amount of Digital Assets intended for the transaction and payment service provider, bank account details or Digital Assets wallet address preferred for the payout. After the Client’s request is approved the Client transfers Digital Assets in the amount intended for the transaction to the Digital Assets wallet indicated by Cryptowallet’s platform. This transfer will be deemed settled after minimum required confirmations have been received. </span></li>\r\n 	<li><span style=\"font-weight: 400;\">3.3. Execution. The transaction is executed successfully when the amount of Digital Assets received by Cryptowallet is equal to the amount in Request. If the amount differs Cryptowallet may unilaterally freeze the Request for correction with the Client. If the Request is corrected with the Client, it will be executed at sell price current for the moment when new Request was agreed. If the Client failed to respond and/or correct the Request with Cryptowallet within 24 hours the Client’s Digital Assets will be returned to his account’s return address. Administrative fee is charged for the returning of Digital Assets volume, meaning that your returning payout will be reduced with applicable administrative fee and if the administrative amount supersedes the volume of returning payout no Digital Assets will be returned. </span></li>\r\n 	<li><span style=\"font-weight: 400;\">3.4. Price. The selling price current for the moment will be locked on your Request after Cryptowallet receives the minimum required confirmations from Digital Assets network. </span></li>\r\n 	<li><span style=\"font-weight: 400;\">3.5. Limitations. Cryptowallet may apply limitation either on a sell transaction or on a daily sell volume per bank account, payment service provider account or Digital Assets wallet. If the Client fails to meet this limitation when applying for sell transaction his Digital Assets will be returned to his account’s return address. Administrative fee is charged for the returning of Digital Assets, meaning that the Client’s returning payout will be reduced with applicable administrative fee and if the administrative amount supersedes the volume of returning payout no Digital Assets will be returned. Before initiating sell transaction please check the limitations for your account.</span></li>\r\n 	<li><span style=\"font-weight: 400;\">3.6. Confirmation. The minimum required is 1 confirmation on the transaction of amount that does not exceed the equivalent of 4 BTC and 6 confirmations is required on the amount equivalent or over 4 BTC, received from Digital Assets network after the transaction was broadcasted. </span></li>\r\n 	<li><span style=\"font-weight: 400;\">3.7. Payout. In order to initiate the payout to the Client’s payment service provider account, bank account, or Digital Assets wallet, Cryptowallet needs to receive minimum required confirmations related to your transaction. The payouts to the Client’s payment service provider or bank account are normally settled within 2448-72 hours on working days from the moment of transaction completion; payouts to the payment service provider electronic wallet are normally settled within 24 hours. If for reason which depends on the Client Cryptowallet can not transfer fiat currencies to the account of the Client it has a right to exchnage the Fiat currencies in to Digital Assets at its choise and keep them untill further instructions are received from the Client.</span></li>\r\n</ul>\r\n<h2>4. DIGITAL ASSETS PURCHASING</h2>\r\n<ul class=\"list-numerica\">\r\n 	<li>4.1. The Client acknowledges and accepts that transfers to the bank account which do not comply with the terms below will be returned and the bank costs will be deducted.</li>\r\n 	<li>4.2. The purchase is available by means of a bank / payment service provider transfer in fiat currency or via a Digital Assets wallet.</li>\r\n 	<li>4.3. Request. When the Client initiates the transaction of Digital Assets purchase, the Client sends a request to the system indicating the amount of Digital Assets intended for the transaction and details of the Client’s personal Digital Assets wallet for payout. After the Client’s request is approved the Client transfers a necessary amount in fiat currency with the bank account, payment service provider account or Digital Assets wallet, to the Digital Assets wallet address indicated by Cryptowallet platform, which is different from a Digital Assets wallet that the Client has used to initiate the purchase. This transfer will be deemed settled after the payment in fiat currency or Digital Assets is received.</li>\r\n 	<li>4.4. Execution. The transaction is executed successfully when the amount in fiat currency or Digital Assets payment received by Cryptowallet is equal to the amount in Request. If the amount differs Cryptowallet may unilaterally freeze the Request for manual correction with a Client. If the Request is corrected with a Client, it will be executed at buy price current for the moment when new Request was closed. If the Client failed to respond and/or correct the Request with Cryptowallet’s representative within 24 hours his amount of Funds will be returned to his account’s return address. Administrative fee is charged for the returning of Funds, meaning that your returning payout will be reduced with applicable administrative fee and if the administrative amount supersedes the volume of returning payout no Digital Assets or fiat money will be returned.</li>\r\n 	<li>4.5. Price. The price for execution of the transaction is shown at the respective section of Cryptowallet’s platform on the website or mobile app and based on the current price at the moment. The estimated amount of the Digital Assets based on this actual price at the moment when you apply for purchase.</li>\r\n 	<li>4.6. Transfer. Cryptowallet processes bank / payment transfers in fiat currencies daily and relies on third party service providers. Cryptowallet processes transfers only after it receives a notification from its bank or payment service provider that the Client\'s transfer was settled. The term while the purchased Digital Assets will be charged to the Client’s Digital Assets wallet may take 24-72 hours from the moment of the Client’s bank transfer, depending on the bank involved into transactions or within 24 hours if the payment service provider was used. In any case it may take one additional day, if the buy transaction will be executed manually. The final amount of Digital Assets may differ from the estimated amount as it depends on the price at the moment when your Request for purchase was actually executed. We may inform you respectively via e-mail when you Digital Assets will be sent to your wallet.</li>\r\n 	<li>4.7. Confirmation. The minimum required is 1 confirmation on the transaction of amount that does not exceed the equivalent of 4 BTC and 6 confirmations is required on the amount equivalent or over 4 BTC, received from Digital Assets network after the transaction was broadcasted.</li>\r\n 	<li>4.8. Limitations. Cryptowallet may apply limitations either on buy transaction or on daily buy volume per bank account, payment service provider account or Digital Assets wallet. If you fail to meet this limitation when applying for buy transaction your fiat currency or Digital Assets will be returned to your account’s return address. Administrative fee is charged for the returning of fiat currency or Digital Assets, meaning that your returning payout will be reduced with applicable administrative fee and if the administrative amount supersedes the volume of returning payout no fiat currency or Digital Assets will be returned. Before initiating buy transaction please check the limitations for your account.</li>\r\n</ul>\r\n<h2>5. WARRANTIES &amp; ACKNOWLEDGMENT</h2>\r\n<ul class=\"list-numerica\">\r\n 	<li>5.1 The Client warrants that he (and/ or representative of the Client, when the Client is a legal person):\r\n<ul>\r\n 	<li>5.1.1. read and understood this Agreement, is at least 18 years old and has full capacity to enter into this Agreement and conduct the activity related to the Services;</li>\r\n 	<li>5.1.2. acts within and complies with all legal requirements applicable to the relevant jurisdiction when requesting and using the Services provided by Cryptowallet;</li>\r\n 	<li>5.1.3. is solely responsible for assessment and coherence to the applicable tax regulations;</li>\r\n 	<li>5.1.4. is authorised and using the Cryptowallet account personally;</li>\r\n 	<li>5.1.5. keeps and maintains information, including without limitation personal data, financial details and information about all activities conducted or occurred within the account confidential;</li>\r\n 	<li>5.1.6. makes appropriate use of Cryptowallet’s Services to ensure a level of security appropriate to the risk in respect of the personal data and securing authorization credentials, system and devices used to access to Cryptowallet’s Services;</li>\r\n 	<li>5.1.7. provides accurate, complete and current data while applying for the account via Cryptowallet’s website or mobile application;</li>\r\n 	<li>5.1.8. provides all necessary or requested by Cryptowallet information about a bank account (including IBAN and the name associated with a bank account) or electronic payment service provider account for the purpose of conducting payout for the Digital Assets sold by him or by his Request using Cryptowallet’s website or mobile application;</li>\r\n 	<li>5.1.9. provides the details of a Digital Assets wallet for the purpose of a Digital Assets return;</li>\r\n 	<li>5.1.10. uses only a specific Digital Assets address provided to the Client by Cryptowallet for sending Digital Assets intended for sale.</li>\r\n 	<li>5.1.11. the Client has been informed that the Client monies held on the Cryptowallet account for the benefit of the Client and until they are not transferred to the Client are not considered as a deposit, or that Cryptowallet provides payment services or any other services which can be associated with the financial services like bank services or payment institution services and which require a specific license.</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<ul class=\"list-numerica\">\r\n 	<li>5.2. The Client acknowledges that:\r\n<ul>\r\n 	<li>5.2.1. it is the Client’s personal liability to any and all potential losses resulting from selling or purchasing of currencies or Digital Assets and that Cryptowallet only provides services under instructions from and on behalf of the Client (“execution only”), therefore the Client keeps and will keep Cryptowallet free of any liability and/or losses;</li>\r\n 	<li>5.2.2. there are risks inherent with the use of the Services, including but not limited to, market risk, liquidity risk, volatility risk, operational risk, speculative nature of Digital Assets themselves, regulatory risks, etc.;</li>\r\n 	<li>5.2.3. the Client is solely responsible for all legal risks associated with using the Services provided by Cryptowallet;</li>\r\n 	<li>5.2.4. transaction may be aborted at any time by Cryptowallet and the received payments or Digital Assets may be returned to your account, the return of Digital Assets in this case will be done only after minimal required confirmation from Digital Assets network is received;</li>\r\n 	<li>5.2.5. the price for exchange of Digital Assets is based on the reference price provided by Cryptowallet;</li>\r\n 	<li>5.2.6. Cryptowallet does not hold responsibility if volatility on the market and technical delays of Cryptowallet’s platform or website, or mobile app would affect the reference price both in a positive or negative way;</li>\r\n 	<li>5.2.7. availability of banking system or payment service provider may cause delays in payment transactions;</li>\r\n 	<li>5.2.8. Cryptowallet bears no responsibility for refusal to open an account;</li>\r\n 	<li>5.2.9. period of selling or returning of Digital Assets to your account may vary due to the inherent nature of the Digital Assets network and Digital Assets network fees to be paid to the miners;</li>\r\n 	<li>5.2.10. Cryptowallet neither bears any responsibility nor covers any losses caused by inappropriate or unauthorized use of the Services;</li>\r\n 	<li>5.2.11. it is the Client’s sole responsibility to provide all accurate information correctly and without mistakes or mistypes in any portion of information when completing Requests or other forms on Cryptowallet website or mobile app, otherwise it may lead to transfer of Funds to account specified by mistake or to delays in processing and payouts.</li>\r\n 	<li>5.2.12. Cryptowallet at its sole discretion and at any time may amend and/ or change this Agreement without prior notice to the Client, unless such changes and/ or amendments will constitute significant changes to the provision of Services, namely if the changes and/ or amendments are made to the Sections 2, 3 and 4 of this Agreement, the notice of the latter changes and/ or amendments to be given by any adequate mean including email or general publication on the Cryptowallet’s website. The amended version of these Agreement enters into force immediately and if the changes made to the Section 2, 3 and 4 of this Agreement enters into force 15 (fifteen) days after the publication, except if the Client terminates its relations with Cryptowallet within that period.</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<h2>6. INTELLECTUAL PROPERTY</h2>\r\n<ul class=\"list-numerica\">\r\n 	<li>6.1. All copyrights and other intellectual property rights in trademarks, service marks, software, text, images, graphics, data, prices, trades, charts, graphs, video and audio (“Materials”) depicted or shown or contained on the Cryptowallet’s website and mobile appplication belong to or are in control of Cryptowallet. You may view, download or print only one copy of the Materials from the Cryptowallet’s website or mobile application solely for your personal use, however it is forbidden to remove, blur or otherwise hide the copyright and other proprietary notices. Otherwise you are not allowed to copy, reproduce, modify, republish, upload, post, transmit, scrap, collect or distribute in any form or by any means the Materials. It is also forbidden to use Materials from the website or mobile application for commercial use unless Cryptowallet gives you a written permission to do so. Any unauthorized use is prohibited and may violate copyright, trademark and/or other applicable laws and could result in criminal or civil penalties.</li>\r\n 	<li>6.2. Cryptowallet may provide access to certain widgets for the Client’s use – the Client is free to use these in their original unmodified and unaltered state.</li>\r\n</ul>\r\n<h2>7. APPLICABLE LAW AND JURISDICTION</h2>\r\n<ul class=\"list-numerica\">\r\n 	<li>7.1. This Agreement is subject to and shall be construed in accordance with a law of the Republic of Estonia without reference to its conflict of law as the sole and exclusive governing law. The parties agree to irrevocably submit to the exclusive jurisdiction of the Estonian Courts. The Parties agree to notify each other in writing of any dispute within thirty (30) days of when it arises. Notice to Cryptowallet shall be sent to support@cryptowallet.net .</li>\r\n</ul>\r\n<h2>8. LIMITATION OF LIABILITY</h2>\r\n<ul class=\"list-numerica\">\r\n 	<li>8.1. All the Services are provided without warranty of any kind, either express or implied. Cryptowallet does not guarantee that the Services will be available at the Cryptowallet’s website or mobile application uninterruptedly, or that there will be no delays, failures, errors, omissions or loss of transmitted information.</li>\r\n 	<li>8.2. In no circumstances Cryptowallet must be held responsible for the Client loss of Digital Assets in all cases including if the Client cannot access his personal Digital Assets wallet or the address provided by Client to Cryptowallet for returning purposes.</li>\r\n 	<li>8.3. Cryptowallet cannot be held liable for any malfunction, breakdown, delay or interruption to the internet connection, or if for any reason Cryptowallet’s Services are unavailable at any time or for any period.</li>\r\n 	<li>8.4. Where Cryptowallet’s website or mobile application contains links to other websites and resources provided by third parties, these links are provided for your information only. Cryptowallet has no control over the contents of those websites or resources and accepts no liability for them or for any loss or damage that may arise from your use of them.</li>\r\n 	<li>8.5. Client agrees that any Cryptowallet liability in any case is limited to the amount of transaction(s) the subject of the claim redundant for any amount of commissions or additional fees that may be due and payable in respect of such transaction(s). We do not hold any additional liability or warranty before the Client.</li>\r\n</ul>\r\n<h2>9. TERMINATION</h2>\r\n<ul class=\"list-numerica\">\r\n 	<li>9.1. Either the Client or Cryptowallet may terminate relationship with the other at any time, without reason, following settlement of any pending transactions. In the case of pending transaction, the termination will be effective when the terminating party receives the acknowledgment in writing of its notice to terminate a relationship with the other party. The termination does not affect any previous transactions, rights or obligations accrued prior to the notice of termination.</li>\r\n 	<li>9.2. Except for the withdrawal of accumulated Funds if so, the Client will not be entitled to any remedy for discontinuing of the Services, all subject to this Agreement, applicable laws and regulations.</li>\r\n 	<li>9.3. The Client understands and agrees that Cryptowallet at its sole discretion may terminate the Client’s access to the Cryptowallet’s website, mobile application and the Client’s account.</li>\r\n 	<li>9.4. Cryptowallet may also suspend or terminate your account for any or all of the following reasons:\r\n<ul>\r\n 	<li>9.4.1. attempt by the Client or assistance at attempting to gain unauthorized access to the Cryptowallet’s website, mobile application or another account, which is held by a third party;</li>\r\n 	<li>9.4.2. overcoming software security features limiting use of or protecting any content;</li>\r\n 	<li>9.4.3. use of the Services for performance of illegal activities (for example, money laundering, illegal gambling operations, financing terrorism, or other criminal activities, fraudulent payment for transactions);</li>\r\n 	<li>9.4.4. violations of this Agreement;</li>\r\n 	<li>9.4.5. upon the request of legal authorities, if Cryptowallet deems it to be legitimate and compelling acting in its sole discretion.</li>\r\n</ul>\r\n</li>\r\n 	<li>This list is not exhaustive.</li>\r\n 	<li>9.5. Cryptowallet reserves the right to cancel unconfirmed accounts or accounts that have been inactive for a period of at least 6 months, and/ or to modify or stop Cryptowallet’s website, mobile application or the Services. The Client agrees that Cryptowallet will not be liable to him or to any third party for termination of his account or access to the Cryptowallet’s website or mobile application, or platform.</li>\r\n 	<li>9.6. Cryptowallet reserves the right to change, suspend, or discontinue all or any part or aspect of the Services at any time without notice.</li>\r\n</ul>\r\n<h2>10. MISCELLANEOUS</h2>\r\n<ul class=\"list-numerica\">\r\n 	<li>10.1. This Agreement constitute the entire agreement between you and Cryptowallet and governs your use of the Services via Cryptowallet’s website or mobile application.</li>\r\n 	<li>10.2. This Agreement shall be binding for both the Client and Cryptowallet, and for their respective successors and assigns, but the Client may not assign any of his rights and obligations under this Agreement or under any transaction without prior written consent of Cryptowallet.</li>\r\n 	<li>10.3. Cryptowallet shall have the right to transfer and/or assign, at its sole discretion, to a third party, whether affiliated or not with Cryptowallet, all or part of its rights and/or obligations under this Agreement, and the Client shall be deemed to accept such transfer and/ or assignment.</li>\r\n 	<li>10.4. If at any time any provision of this Agreement is or becomes illegal, invalid or unenforceable in any respect under the law of any jurisdiction, that provision will be enforced to the maximum extent permissible and neither the legality, validity or enforceability of the remaining provisions of the Agreement under the law of that jurisdiction nor the legality, validity or enforceability of such provision under the law of any other jurisdiction shall be in any way affected.</li>\r\n 	<li>10.5. In case of discrepancy between the English version of this Agreement and the Cryptowallet’s website and other language versions of this Agreement and the Cryptowallet’s website, the English version shall prevail. Translations of this Agreement and the Cryptowallet’s website in other languages are not binding to Cryptowallet.</li>\r\n 	<li>10.6. The titles of the sections in the Agreement are used solely for the convenience of you and Cryptowallet and have no legal or contractual significance.</li>\r\n</ul>\r\n<h2>11. DISCLAIMERS</h2>\r\nCryptowallet is a fiat currencies and Digital Assets exchange company that directly deals with its Clients, i.e., buys fiat currencies and Digital Assets from its Clients and sells fiat currencies and Digital Assets to its Clients. Cryptowallet does not act as an intermediary or marketplace between other buyers and sellers of fiat currencies and Digital Assets.\r\n\r\nNothing in this Agreement or Cryptowallet’s website or mobile application, or otherwise communicated to you shall be understood or interpreted as an investment advice in connection with the Services contemplated by this Agreement or as an offer to enter into Agreement or an offer to buy or sell or the solicitation of an offer to buy or sell any fiat currencies and/ or Digital Assets. Cryptowallet may provide information on the price, range, volatility of cryptocurrencies and events that have affected the price of these, but this is not considered investment advice and should not be construed as such.\r\nAny decision to purchase or sell currencies and/or Digital Assets is your decision and Cryptowallet will not be liable for any loss suffered.\r\n<h2>12. CONTACT DETAILS</h2>\r\nIf you have any question in connection to this Agreement, please feel free to contact us at <a href=\"mailto:support@cryptowallet.net\">support@cryptowallet.net</a> .','Terms of Service','','inherit','closed','closed','','1182-revision-v1','','','2020-04-04 15:20:57','2020-04-04 15:20:57','',1182,'https://cryptowallet.labcp.co/1182-revision-v1/',0,'revision','',0),(1195,1,'2020-04-06 00:56:17','2020-04-06 00:56:17','','Coming Soon!','','inherit','closed','closed','','943-revision-v1','','','2020-04-06 00:56:17','2020-04-06 00:56:17','',943,'https://cryptowallet.labcp.co/943-revision-v1/',0,'revision','',0),(1197,1,'2020-04-08 16:22:10','2020-04-08 16:22:10','a:7:{s:4:\"type\";s:3:\"tab\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"placement\";s:3:\"top\";s:8:\"endpoint\";i:0;}','Welcome','','publish','closed','closed','','field_5e8df1f95c2a1','','','2020-04-08 16:22:10','2020-04-08 16:22:10','',958,'https://cryptowallet.labcp.co/?post_type=acf-field&p=1197',0,'acf-field','',0),(1198,1,'2020-04-08 16:22:10','2020-04-08 16:22:10','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:2;s:9:\"new_lines\";s:2:\"br\";}','Title','title_welcome','publish','closed','closed','','field_5e8df2185c2a2','','','2020-04-08 16:22:10','2020-04-08 16:22:10','',958,'https://cryptowallet.labcp.co/?post_type=acf-field&p=1198',1,'acf-field','',0),(1199,1,'2020-04-08 16:22:10','2020-04-08 16:22:10','a:7:{s:4:\"type\";s:3:\"url\";s:12:\"instructions\";s:10:\"Only vimeo\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";}','Video Link','video_link','publish','closed','closed','','field_5e8df23c5c2a3','','','2020-04-08 16:22:10','2020-04-08 16:22:10','',958,'https://cryptowallet.labcp.co/?post_type=acf-field&p=1199',2,'acf-field','',0),(1200,1,'2020-04-08 16:22:10','2020-04-08 16:22:10','a:7:{s:4:\"type\";s:3:\"url\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";}','Button Link','button_link','publish','closed','closed','','field_5e8df2575c2a4','','','2020-04-08 16:22:10','2020-04-08 16:22:10','',958,'https://cryptowallet.labcp.co/?post_type=acf-field&p=1200',3,'acf-field','',0),(1201,1,'2020-04-08 16:23:04','2020-04-08 16:23:04','','Coming Soon!','','inherit','closed','closed','','943-revision-v1','','','2020-04-08 16:23:04','2020-04-08 16:23:04','',943,'https://cryptowallet.labcp.co/943-revision-v1/',0,'revision','',0),(1203,2,'2020-04-15 16:52:52','2020-04-15 16:52:52','','Home','','inherit','closed','closed','','419-revision-v1','','','2020-04-15 16:52:52','2020-04-15 16:52:52','',419,'https://cryptowallet.labcp.co/419-revision-v1/',0,'revision','',0),(1204,2,'2020-04-15 16:52:54','2020-04-15 16:52:54','','Home','','inherit','closed','closed','','442-revision-v1','','','2020-04-15 16:52:54','2020-04-15 16:52:54','',442,'https://cryptowallet.labcp.co/442-revision-v1/',0,'revision','',0),(1205,2,'2020-04-15 16:52:54','2020-04-15 16:52:54','','Home','','inherit','closed','closed','','443-revision-v1','','','2020-04-15 16:52:54','2020-04-15 16:52:54','',443,'https://cryptowallet.labcp.co/443-revision-v1/',0,'revision','',0),(1208,1,'2020-04-17 00:41:02','2020-04-17 00:41:02','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:2;s:9:\"new_lines\";s:2:\"br\";}','About','about','publish','closed','closed','','field_5d8527fd6c4d6','','','2020-04-17 00:41:02','2020-04-17 00:41:02','',345,'https://cryptowallet.labcp.co/?post_type=acf-field&p=1208',1,'acf-field','',0),(1209,1,'2020-04-17 00:41:02','2020-04-17 00:41:02','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"20\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:3;s:9:\"new_lines\";s:2:\"br\";}','Copyright Coming Soon','copyright_coming_soon','publish','closed','closed','','field_5e87a337dead8','','','2020-04-17 00:41:02','2020-04-17 00:41:02','',214,'https://cryptowallet.labcp.co/?post_type=acf-field&p=1209',9,'acf-field','',0),(1210,1,'2020-04-17 00:41:02','2020-04-17 00:41:02','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"20\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:24:\"CryptoWallet Help Center\";s:11:\"placeholder\";s:24:\"CryptoWallet Help Center\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Copyright Help Center','copyright_help_center','publish','closed','closed','','field_5d6040c7ad1d0','','','2020-04-17 00:41:02','2020-04-17 00:41:02','',214,'https://cryptowallet.labcp.co/?post_type=acf-field&p=1210',10,'acf-field','',0),(1211,1,'2020-04-17 00:41:02','2020-04-17 00:41:02','a:7:{s:4:\"type\";s:3:\"tab\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"placement\";s:3:\"top\";s:8:\"endpoint\";i:0;}','Cookies','','publish','closed','closed','','field_5e98f8357c7d4','','','2020-04-17 00:41:02','2020-04-17 00:41:02','',214,'https://cryptowallet.labcp.co/?post_type=acf-field&p=1211',19,'acf-field','',0),(1212,1,'2020-04-17 00:41:02','2020-04-17 00:41:02','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:13:\"Cookie Policy\";s:11:\"placeholder\";s:13:\"Cookie Policy\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Title','title_cookies','publish','closed','closed','','field_5e98f83f7c7d5','','','2020-04-17 00:41:02','2020-04-17 00:41:02','',214,'https://cryptowallet.labcp.co/?post_type=acf-field&p=1212',20,'acf-field','',0),(1213,1,'2020-04-17 00:41:02','2020-04-17 00:41:02','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:4;s:9:\"new_lines\";s:2:\"br\";}','Text','text_cookies','publish','closed','closed','','field_5e98f84f7c7d6','','','2020-04-17 00:41:02','2020-04-17 00:41:02','',214,'https://cryptowallet.labcp.co/?post_type=acf-field&p=1213',21,'acf-field','',0),(1214,1,'2020-04-17 00:41:02','2020-04-17 00:41:02','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"50\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:13:\"Cookie Policy\";s:11:\"placeholder\";s:13:\"Cookie Policy\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Text Link','text_link','publish','closed','closed','','field_5e98f8827c7d7','','','2020-04-17 00:41:02','2020-04-17 00:41:02','',214,'https://cryptowallet.labcp.co/?post_type=acf-field&p=1214',22,'acf-field','',0),(1215,1,'2020-04-17 00:41:02','2020-04-17 00:41:02','a:10:{s:4:\"type\";s:9:\"page_link\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"50\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:10:\"allow_null\";i:0;s:14:\"allow_archives\";i:1;s:8:\"multiple\";i:0;}','Link Page','link_page','publish','closed','closed','','field_5e98f89d7c7d8','','','2020-04-17 00:41:02','2020-04-17 00:41:02','',214,'https://cryptowallet.labcp.co/?post_type=acf-field&p=1215',23,'acf-field','',0),(1217,1,'2020-04-17 00:46:48','2020-04-17 00:46:48','<span style=\"font-weight: 400;\">22 December 2019\r\n</span><span style=\"font-weight: 400;\">Version: v.1.0</span>\r\n<ul class=\"list-letters\">\r\n 	<li><span style=\"font-weight: 400;\">Cookie is a small text file placed on your computer by websites that you visit.</span></li>\r\n 	<li><span style=\"font-weight: 400;\">They are widely used in order to make websites work more efficiently, as well as to provide information about functionality and behavior of the users on the site.</span></li>\r\n 	<li><span style=\"font-weight: 400;\">Cookie helps you to better interact with a website and helps a website to better interact with you.</span></li>\r\n 	<li><span style=\"font-weight: 400;\">Cookie does not contain your personal data.</span></li>\r\n</ul>\r\n<p class=\"no-margem\"><span style=\"font-weight: 400;\">1. We use cookies, tags (together - Cookie) to: </span></p>\r\n\r\n<ul class=\"list-inside\">\r\n 	<li style=\"list-style-type: none;\">\r\n<ul class=\"list-letters\">\r\n 	<li><span style=\"font-weight: 400;\">understand how you use website and to provide you with a safe, effective and user-friendly website;</span></li>\r\n 	<li><span style=\"font-weight: 400;\">remember your settings, such as preferred language, type of the device, news already shown to you, your preference about Cookie allowance;</span></li>\r\n 	<li><span style=\"font-weight: 400;\">keep opened sessions and conversation during your last visit to the website;</span></li>\r\n 	<li><span style=\"font-weight: 400;\">identify the popularity of different sections of the website and improve them respectively;</span></li>\r\n 	<li><span style=\"font-weight: 400;\">prevent and exclude unauthorized use of the website.</span></li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<span style=\"font-weight: 400;\">2. We normally do not associate your account with your Cookie, however in exceptional cases we may use this option to prevent or avoid unauthorized use of the website and violation of applicable agreements between you and us. In this case we will treat this information as personal and process as described in the Privacy Policy.</span>\r\n\r\n<span style=\"font-weight: 400;\">3. We use third party web analytics services that assist us in better understanding of our website use, those services are complied with the prescribed adequacy of security measures. For example, we use Google Analytics service powered by Google LLC (US). This service helps us to improve the effectiveness of our advertising efforts and understand your preferences and interests. It collects information and reports website usage statistics without personally identifying you – we use it for better delivery of our ads. Please check the details about Google Analytics services here: <a href=\"https://policies.google.com/technologies/partner-sites\" target=\"_blank\" rel=\"noopener noreferrer\">https://policies.google.com/technologies/partner-sites</a>. However, in some cases Google can match information collected through Cookie with your Google account and use it under Google Privacy Policy explained here: https://policies.google.com/privacy.</span>\r\n\r\n<span style=\"font-weight: 400;\">4. If you do not want to share your Cookie you may restrict it or block it.</span>\r\n\r\n<span style=\"font-weight: 400;\">4.1. If you prefer not to allow cookies, please use your browser settings, most browsers give you an ability to manage your cookies or provide you with “incognito mode” or similar options.\r\nFor more information about how to disable cookies completely or how to amend your cookie settings check <a href=\"http://www.allaboutcookies.org/\" target=\"_blank\" rel=\"noopener noreferrer\">http://www.allaboutcookies.org/</a>. </span>\r\n<p class=\"no-margem\"><span style=\"font-weight: 400;\">5. We also use similar technology and collect unique identifiers of our visitors of the website, the information we collect by this means includes:</span></p>\r\n\r\n<ul class=\"list-inside\">\r\n 	<li style=\"list-style-type: none;\">\r\n<ul class=\"list-letters\">\r\n 	<li><span style=\"font-weight: 400;\">Unique identification numbers, e.g. Internet protocol (IP) address and device ID;</span></li>\r\n 	<li><span style=\"font-weight: 400;\">Your login information;</span></li>\r\n 	<li><span style=\"font-weight: 400;\">As applicable to your type of device, browser type and version, and browser plug-in types and versions, application release and version, device model, manufacturer (brand), operating system, operating system version, OS library version, time of last seen, enable wifi, radio (EDGE, HSDPA, LTE, WCDMA, none), device screen (width, high, dpi), NFC, telecom operator, Bluetooth enable, Bluetooth version;</span></li>\r\n 	<li><span style=\"font-weight: 400;\">Time zone setting, city, region, country and language;</span></li>\r\n 	<li><span style=\"font-weight: 400;\">Operating system and platform;</span></li>\r\n 	<li><span style=\"font-weight: 400;\">Information about your visit, including the full Uniform Resource Locators (URL) click stream to, through and from our website (including date and time); products you viewed or searched for; page response times, download errors, length of visits to certain pages, page interaction information (such as scrolling, clicks, and mouse-overs), and methods used to browse away from the page.</span></li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<span style=\"font-weight: 400;\">5.1. We use this information for the same purposes as a Cookie.</span>\r\n\r\n<span style=\"font-weight: 400;\">6. Please note that we may amend this Cookie Policy from time to time at our sole discretion. Therefore, please check this Cookie Policy for updates. If any significant updates with regard to the data processing terms are made here, we will notify you additionally within reasonable time period via e-mail provided by you.</span>','Cookie Policy','','publish','closed','closed','','cookie-policy','','','2020-04-17 01:40:55','2020-04-17 01:40:55','',0,'https://cryptowallet.labcp.co/?page_id=1217',0,'page','',0),(1218,1,'2020-04-17 00:46:48','2020-04-17 00:46:48','<span style=\"font-weight: 400;\">22 December 2019\r\n</span><span style=\"font-weight: 400;\">Version: v.1.0</span>\r\n<ul class=\"list-letters\">\r\n 	<li><span style=\"font-weight: 400;\">Cookie is a small text file placed on your computer by websites that you visit.</span></li>\r\n 	<li><span style=\"font-weight: 400;\">They are widely used in order to make websites work more efficiently, as well as to provide information about functionality and behavior of the users on the site.</span></li>\r\n 	<li><span style=\"font-weight: 400;\">Cookie helps you to better interact with a website and helps a website to better interact with you.</span></li>\r\n 	<li><span style=\"font-weight: 400;\">Cookie does not contain your personal data.</span></li>\r\n</ul>\r\n<p class=\"list-title\"><span style=\"font-weight: 400;\">1. We use cookies, tags (together - Cookie) to: </span></p>\r\n\r\n<ul>\r\n 	<li style=\"list-style-type: none;\">\r\n<ul class=\"list-letters\">\r\n 	<li><span style=\"font-weight: 400;\">understand how you use website and to provide you with a safe, effective and user-friendly website;</span></li>\r\n 	<li><span style=\"font-weight: 400;\">remember your settings, such as preferred language, type of the device, news already shown to you, your preference about Cookie allowance;</span></li>\r\n 	<li><span style=\"font-weight: 400;\">keep opened sessions and conversation during your last visit to the website;</span></li>\r\n 	<li><span style=\"font-weight: 400;\">identify the popularity of different sections of the website and improve them respectively;</span></li>\r\n 	<li><span style=\"font-weight: 400;\">prevent and exclude unauthorized use of the website.</span></li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<span style=\"font-weight: 400;\">2. We normally do not associate your account with your Cookie, however in exceptional cases we may use this option to prevent or avoid unauthorized use of the website and violation of applicable agreements between you and us. In this case we will treat this information as personal and process as described in the Privacy Policy.</span>\r\n\r\n<span style=\"font-weight: 400;\">3. We use third party web analytics services that assist us in better understanding of our website use, those services are complied with the prescribed adequacy of security measures. For example, we use Google Analytics service powered by Google LLC (US). This service helps us to improve the effectiveness of our advertising efforts and understand your preferences and interests. It collects information and reports website usage statistics without personally identifying you – we use it for better delivery of our ads. Please check the details about Google Analytics services here: <a href=\"https://policies.google.com/technologies/partner-sites\" target=\"_blank\" rel=\"noopener noreferrer\">https://policies.google.com/technologies/partner-sites</a>. However, in some cases Google can match information collected through Cookie with your Google account and use it under Google Privacy Policy explained here: https://policies.google.com/privacy.</span>\r\n\r\n<span style=\"font-weight: 400;\">4. If you do not want to share your Cookie you may restrict it or block it.</span>\r\n\r\n<span style=\"font-weight: 400;\">4.1. If you prefer not to allow cookies, please use your browser settings, most browsers give you an ability to manage your cookies or provide you with “incognito mode” or similar options.\r\nFor more information about how to disable cookies completely or how to amend your cookie settings check <a href=\"http://www.allaboutcookies.org/\" target=\"_blank\" rel=\"noopener noreferrer\">http://www.allaboutcookies.org/</a>. </span>\r\n<p class=\"list-title\"><span style=\"font-weight: 400;\">5. We also use similar technology and collect unique identifiers of our visitors of the website, the information we collect by this means includes:</span></p>\r\n\r\n<ul>\r\n 	<li style=\"list-style-type: none;\">\r\n<ul class=\"list-letters\">\r\n 	<li><span style=\"font-weight: 400;\">Unique identification numbers, e.g. Internet protocol (IP) address and device ID;</span></li>\r\n 	<li><span style=\"font-weight: 400;\">Your login information;</span></li>\r\n 	<li><span style=\"font-weight: 400;\">As applicable to your type of device, browser type and version, and browser plug-in types and versions, application release and version, device model, manufacturer (brand), operating system, operating system version, OS library version, time of last seen, enable wifi, radio (EDGE, HSDPA, LTE, WCDMA, none), device screen (width, high, dpi), NFC, telecom operator, Bluetooth enable, Bluetooth version;</span></li>\r\n 	<li><span style=\"font-weight: 400;\">Time zone setting, city, region, country and language;</span></li>\r\n 	<li><span style=\"font-weight: 400;\">Operating system and platform;</span></li>\r\n 	<li><span style=\"font-weight: 400;\">Information about your visit, including the full Uniform Resource Locators (URL) click stream to, through and from our website (including date and time); products you viewed or searched for; page response times, download errors, length of visits to certain pages, page interaction information (such as scrolling, clicks, and mouse-overs), and methods used to browse away from the page.</span></li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<span style=\"font-weight: 400;\">5.1. We use this information for the same purposes as a Cookie.</span>\r\n\r\n<span style=\"font-weight: 400;\">6. Please note that we may amend this Cookie Policy from time to time at our sole discretion. Therefore, please check this Cookie Policy for updates. If any significant updates with regard to the data processing terms are made here, we will notify you additionally within reasonable time period via e-mail provided by you.</span>','Cookie Policy','','inherit','closed','closed','','1217-revision-v1','','','2020-04-17 00:46:48','2020-04-17 00:46:48','',1217,'https://cryptowallet.labcp.co/1217-revision-v1/',0,'revision','',0),(1219,1,'2020-04-17 00:47:03','2020-04-17 00:47:03','<span style=\"font-weight: 400;\">22 December 2019\r\n</span><span style=\"font-weight: 400;\">Version: v.1.0</span>\r\n<ul class=\"list-letters\">\r\n 	<li><span style=\"font-weight: 400;\">Cookie is a small text file placed on your computer by websites that you visit.</span></li>\r\n 	<li><span style=\"font-weight: 400;\">They are widely used in order to make websites work more efficiently, as well as to provide information about functionality and behavior of the users on the site.</span></li>\r\n 	<li><span style=\"font-weight: 400;\">Cookie helps you to better interact with a website and helps a website to better interact with you.</span></li>\r\n 	<li><span style=\"font-weight: 400;\">Cookie does not contain your personal data.</span></li>\r\n</ul>\r\n<p class=\"list-title\"><span style=\"font-weight: 400;\">1. We use cookies, tags (together - Cookie) to: </span></p>\r\n\r\n<ul>\r\n 	<li style=\"list-style-type: none;\">\r\n<ul class=\"list-letters\">\r\n 	<li><span style=\"font-weight: 400;\">understand how you use website and to provide you with a safe, effective and user-friendly website;</span></li>\r\n 	<li><span style=\"font-weight: 400;\">remember your settings, such as preferred language, type of the device, news already shown to you, your preference about Cookie allowance;</span></li>\r\n 	<li><span style=\"font-weight: 400;\">keep opened sessions and conversation during your last visit to the website;</span></li>\r\n 	<li><span style=\"font-weight: 400;\">identify the popularity of different sections of the website and improve them respectively;</span></li>\r\n 	<li><span style=\"font-weight: 400;\">prevent and exclude unauthorized use of the website.</span></li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<span style=\"font-weight: 400;\">2. We normally do not associate your account with your Cookie, however in exceptional cases we may use this option to prevent or avoid unauthorized use of the website and violation of applicable agreements between you and us. In this case we will treat this information as personal and process as described in the Privacy Policy.</span>\r\n\r\n<span style=\"font-weight: 400;\">3. We use third party web analytics services that assist us in better understanding of our website use, those services are complied with the prescribed adequacy of security measures. For example, we use Google Analytics service powered by Google LLC (US). This service helps us to improve the effectiveness of our advertising efforts and understand your preferences and interests. It collects information and reports website usage statistics without personally identifying you – we use it for better delivery of our ads. Please check the details about Google Analytics services here: <a href=\"https://policies.google.com/technologies/partner-sites\" target=\"_blank\" rel=\"noopener noreferrer\">https://policies.google.com/technologies/partner-sites</a>. However, in some cases Google can match information collected through Cookie with your Google account and use it under Google Privacy Policy explained here: https://policies.google.com/privacy.</span>\r\n\r\n<span style=\"font-weight: 400;\">4. If you do not want to share your Cookie you may restrict it or block it.</span>\r\n\r\n<span style=\"font-weight: 400;\">4.1. If you prefer not to allow cookies, please use your browser settings, most browsers give you an ability to manage your cookies or provide you with “incognito mode” or similar options.\r\nFor more information about how to disable cookies completely or how to amend your cookie settings check <a href=\"http://www.allaboutcookies.org/\" target=\"_blank\" rel=\"noopener noreferrer\">http://www.allaboutcookies.org/</a>. </span>\r\n<p class=\"list-title\"><span style=\"font-weight: 400;\">5. We also use similar technology and collect unique identifiers of our visitors of the website, the information we collect by this means includes:</span></p>\r\n\r\n<ul>\r\n 	<li style=\"list-style-type: none;\">\r\n<ul class=\"list-letters\">\r\n 	<li><span style=\"font-weight: 400;\">Unique identification numbers, e.g. Internet protocol (IP) address and device ID;</span></li>\r\n 	<li><span style=\"font-weight: 400;\">Your login information;</span></li>\r\n 	<li><span style=\"font-weight: 400;\">As applicable to your type of device, browser type and version, and browser plug-in types and versions, application release and version, device model, manufacturer (brand), operating system, operating system version, OS library version, time of last seen, enable wifi, radio (EDGE, HSDPA, LTE, WCDMA, none), device screen (width, high, dpi), NFC, telecom operator, Bluetooth enable, Bluetooth version;</span></li>\r\n 	<li><span style=\"font-weight: 400;\">Time zone setting, city, region, country and language;</span></li>\r\n 	<li><span style=\"font-weight: 400;\">Operating system and platform;</span></li>\r\n 	<li><span style=\"font-weight: 400;\">Information about your visit, including the full Uniform Resource Locators (URL) click stream to, through and from our website (including date and time); products you viewed or searched for; page response times, download errors, length of visits to certain pages, page interaction information (such as scrolling, clicks, and mouse-overs), and methods used to browse away from the page.</span></li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<span style=\"font-weight: 400;\">5.1. We use this information for the same purposes as a Cookie.</span>\r\n\r\n<span style=\"font-weight: 400;\">6. Please note that we may amend this Cookie Policy from time to time at our sole discretion. Therefore, please check this Cookie Policy for updates. If any significant updates with regard to the data processing terms are made here, we will notify you additionally within reasonable time period via e-mail provided by you.</span>','Cookie Policy','','inherit','closed','closed','','1217-revision-v1','','','2020-04-17 00:47:03','2020-04-17 00:47:03','',1217,'https://cryptowallet.labcp.co/1217-revision-v1/',0,'revision','',0),(1220,1,'2020-04-17 01:25:17','2020-04-17 01:25:17','<ul class=\"list-letters\">\r\n<li>These Terms of Service (“Agreement”) describe the terms and conditions applicable to the services of Digital Assets exchange (“Services”) between CW Lab OÜ, private limited company incorporated in the Republic of Estonia under registration number 14674618 (“Cryptowallet”, “we”, “us”, “our”) and any natural person or legal entity (“Client”, “you”, “your”).</li>\r\n<li>You, by using the Services provided by Cryptowallet on the following website: <a href=\"http://www.cryptowallet.net\">www.cryptowallet.net</a> (“Website”) you confirm that you have read, understood, accept and agree to follow this Agreement within all the terms and condition as specified below.</li>\r\n<li>You understand that some restrictions may be applied to your use of the Services provided by Cryptowallet depending on your country of residence. It is your sole responsibility to comply with applicable legislation and follow the rules of your country of residence and/or country of accessing the Services via Website.</li>\r\n<li>If you disagree to some or all provisions of this Agreement you shall not use the Services.</li>\r\n</ul>\r\n<h2>1. SCOPE OF SERVICES</h2>\r\n<p>1.1 Cryptowallet provides a platform, website and mobile application that is available by technical means at Cryptowallet resources and allows a Client to:</p>\r\n<ul>\r\n<li>Buy or sell Digital Assets in exchange for other Digital Assets, or for fiat currency;</li>\r\n<li>Store Digital Assets listed on the Cryptowallet’s platform with a third party custodian;</li>\r\n<li>Withdraw any fiat currency balance held on your account;</li>\r\n<li>Transfer Digital Assets to a wallet or to other users of such Digital Assets outside the Cryptowallet.</li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">Depending on your country of residence, you may not be able to use all the functions of the Services. It is Client’s responsibility to follow those rules and laws in your country of residence and/or country from which you access this website and the Services. As long as you agree to and comply with these Terms of Service, Cryptowallet grants you the personal, non-exclusive, non-transferable, non-sublicensable and limited right to enter and use the website and the Services.</span></p>\r\n<h2>2. PROVISION OF SERVICES</h2>\r\n<ul class=\"list-no-type\">\r\n<li><span style=\"font-weight: 400;\">2.1. In order to apply for the Services, the Client needs to open an account via Cryptowallet’s Website and agree to this Agreement. All Clients must be approved and have the </span><span style=\"font-weight: 400;\">account open</span><span style=\"font-weight: 400;\"> by the Cryptowallet before they can use any of the Services provided by Cryptowallet. Cryptowallet has the right to unilaterally approve or reject any potential Client in accordance with its internal rules and policies. The Client understands and agrees that Cryptowallet is not obliged to disclose internal rues and policies to the Client and to provide any explanation and reasons for its decision.</span></li>\r\n<li><span style=\"font-weight: 400;\">2.2. The Client shall provide all required information and documents required by Cryptowallet and necessary for the provision of the Services, including but not limited to, the Client’s personal bank account and/or the Client’s personal electronic wallet and Client’s personal Digital Assets wallet. Cryptowallet may require the Client and the Client has obligation to provide requested additional information and documents during the account opening and after the account opening during the provision of the Services.</span></li>\r\n<li><span style=\"font-weight: 400;\">2.3. In case of change of information and/or documents the Client must inform Cryptowallet immediately.&nbsp;</span></li>\r\n<li><span style=\"font-weight: 400;\">2.4. If the Client does not provide the requested information and/or documents to Cryptowallet or fails to notify upon change of earlier provided information, Cryptowallet has the right to stop or refuse provision of the Services to the Client until the Client provides required information and/or documents or to terminate the Agreement with the immediate effect at any time unless Cryptowallet’s request is satisfied.</span></li>\r\n<li><span style=\"font-weight: 400;\">2.5. An account or accounts</span><span style=\"font-weight: 400;\"> via Cryptowallet’s website and/or mobile application mean account(s) held and maintained by the Client for the specific purpose of Digital Assets exchange, management, and/or transfer through the Cryptowallet’s platform. The objective of the account created are bounded by the scope of the Services.&nbsp;</span></li>\r\n<li><span style=\"font-weight: 400;\">2.6. Cryptowallet at its sole discretion may change the currency limits intended for an exchange and other Service provision parameters. If the Client does not agree to such changes, the Client must inform Cryptowallet immediately and stop business relationship with Cryptowallet. If the Client continues to request and accept Services after such changes occur, it means that the Client has accepted changes fully and unconditionally.&nbsp;</span></li>\r\n<li><span style=\"font-weight: 400;\">2.7. The Client acknowledges and accepts, that Cryptowallet in all cases cannot be liable for any losses, including the loss of profits, in part or in full, resulting from not being able to receive the Services or for non-provision of the Services.</span></li>\r\n</ul>\r\n<h2>3. DIGITAL ASSETS SELLING</h2>\r\n<ul class=\"list-no-type\">\r\n<li><span style=\"font-weight: 400;\">3.1. The Client acknowledges and accepts the policy on the return of fiat currencies and Digital Assets that their return after the executed sale operation is not possible.</span></li>\r\n<li><span style=\"font-weight: 400;\">3.2. Request. When the Client initiates the transaction of Digital Assets selling, the Client sends a request (“Request”) to the system indicating the amount of Digital Assets intended for the transaction and payment service provider, bank account details or Digital Assets wallet address preferred for the payout. After the Client’s request is approved the Client transfers Digital Assets in the amount intended for the transaction to the Digital Assets wallet indicated by Cryptowallet’s platform. This transfer will be deemed settled after minimum required confirmations have been received.&nbsp;</span></li>\r\n<li><span style=\"font-weight: 400;\">3.3. Execution. The transaction is executed successfully when the amount of Digital Assets received by Cryptowallet is equal to the amount in Request. If the amount differs Cryptowallet may unilaterally&nbsp;freeze the Request for correction with the Client. If the Request is corrected with the Client, it will be executed at sell price current for the moment when new Request was agreed. If the Client failed to respond and/or correct the Request with Cryptowallet within 24 hours the Client’s Digital Assets will be returned to his account’s return address. Administrative fee is charged for the returning of Digital Assets volume, meaning that your returning payout will be reduced with applicable administrative fee and if the administrative amount supersedes the volume of returning payout no Digital Assets will be returned.&nbsp;</span></li>\r\n<li><span style=\"font-weight: 400;\">3.4. Price. The selling price current for the moment will be locked on your Request after Cryptowallet receives the minimum required confirmations from Digital Assets network.&nbsp;</span></li>\r\n<li><span style=\"font-weight: 400;\">3.5. Limitations. Cryptowallet may apply limitation either on a sell transaction or on a daily sell volume per bank account, payment service provider account or Digital Assets wallet. If the Client fails to meet this limitation when applying for sell transaction his Digital Assets will be returned to his account’s return address. Administrative fee is charged for the returning of Digital Assets, meaning that the Client’s returning payout will be reduced with applicable administrative fee and if the administrative amount supersedes the volume of returning payout no Digital Assets will be returned. Before initiating sell transaction please check the limitations for your account.</span></li>\r\n<li><span style=\"font-weight: 400;\">3.6. Confirmation. The minimum required is 1 confirmation on the transaction of amount that does not exceed the equivalent of 4 BTC and 6 confirmations is required on the amount equivalent or over 4 BTC, received from Digital Assets network after the transaction was broadcasted.&nbsp;</span></li>\r\n<li><span style=\"font-weight: 400;\">3.7. Payout. In order to initiate the payout to the Client’s payment service provider account, bank account, or Digital Assets wallet, Cryptowallet needs to receive minimum required confirmations related to your transaction. The payouts to the Client’s payment service provider or bank account are normally settled within 2448-72 hours on working days from the moment of transaction completion; payouts to the payment service provider electronic wallet are normally settled within 24 hours. If for reason which depends on the Client Cryptowallet can not transfer fiat currencies to the account of the Client it has a right to exchnage the Fiat currencies in to Digital Assets at its choise and keep them untill further instructions are received from the Client.</span></li>\r\n</ul>\r\n<h2>4. DIGITAL ASSETS PURCHASING</h2>\r\n<ul class=\"list-no-type\">\r\n<li>4.1. The Client acknowledges and accepts that transfers to the bank account which do not comply with the terms below will be returned and the bank costs will be deducted.</li>\r\n<li>4.2. The purchase is available by means of a bank / payment service provider transfer in fiat currency or via a Digital Assets wallet.</li>\r\n<li>4.3. Request. When the Client initiates the transaction of Digital Assets purchase, the Client sends a request to the system indicating the amount of Digital Assets intended for the transaction and details of the Client’s personal Digital Assets wallet for payout. After the Client’s request is approved the Client transfers a necessary amount in fiat currency with the bank account, payment service provider account or Digital Assets wallet, to the Digital Assets wallet address indicated by Cryptowallet platform, which is different from a Digital Assets wallet that the Client has used to initiate the purchase. This transfer will be deemed settled after the payment in fiat currency or Digital Assets is received.</li>\r\n<li>4.4. Execution. The transaction is executed successfully when the amount in fiat currency or Digital Assets payment received by Cryptowallet is equal to the amount in Request. If the amount differs Cryptowallet may unilaterally freeze the Request for manual correction with a Client. If the Request is corrected with a Client, it will be executed at buy price current for the moment when new Request was closed. If the Client failed to respond and/or correct the Request with Cryptowallet’s representative within 24 hours his amount of Funds will be returned to his account’s return address. Administrative fee is charged for the returning of Funds, meaning that your returning payout will be reduced with applicable administrative fee and if the administrative amount supersedes the volume of returning payout no Digital Assets or fiat money will be returned.</li>\r\n<li>4.5. Price. The price for execution of the transaction is shown at the respective section of Cryptowallet’s platform on the website or mobile app and based on the current price at the moment. The estimated amount of the Digital Assets based on this actual price at the moment when you apply for purchase.</li>\r\n<li>4.6. Transfer. Cryptowallet processes bank / payment transfers in fiat currencies daily and relies on third party service providers. Cryptowallet processes transfers only after it receives a notification from its bank or payment service provider that the Client\'s transfer was settled. The term while the purchased Digital Assets will be charged to the Client’s Digital Assets wallet may take 24-72 hours from the moment of the Client’s bank transfer, depending on the bank involved into transactions or within 24 hours if the payment service provider was used. In any case it may take one additional day, if the buy transaction will be executed manually. The final amount of Digital Assets may differ from the estimated amount as it depends on the price at the moment when your Request for purchase was actually executed. We may inform you respectively via e-mail when you Digital Assets will be sent to your wallet.</li>\r\n<li>4.7. Confirmation. The minimum required is 1 confirmation on the transaction of amount that does not exceed the equivalent of 4 BTC and 6 confirmations is required on the amount equivalent or over 4 BTC, received from Digital Assets network after the transaction was broadcasted.</li>\r\n<li>4.8. Limitations. Cryptowallet may apply limitations either on buy transaction or on daily buy volume per bank account, payment service provider account or Digital Assets wallet. If you fail to meet this limitation when applying for buy transaction your fiat currency or Digital Assets will be returned to your account’s return address. Administrative fee is charged for the returning of fiat currency or Digital Assets, meaning that your returning payout will be reduced with applicable administrative fee and if the administrative amount supersedes the volume of returning payout no fiat currency or Digital Assets will be returned. Before initiating buy transaction please check the limitations for your account.</li>\r\n</ul>\r\n<h2>5. WARRANTIES &amp; ACKNOWLEDGMENT</h2>\r\n<ul class=\"list-no-type\">\r\n<li>5.1 The Client warrants that he (and/ or representative of the Client, when the Client is a legal person):\r\n<ul>\r\n<li>5.1.1. read and understood this Agreement, is at least 18 years old and has full capacity to enter into this Agreement and conduct the activity related to the Services;</li>\r\n<li>5.1.2. acts within and complies with all legal requirements applicable to the relevant jurisdiction when requesting and using the Services provided by Cryptowallet;</li>\r\n<li>5.1.3. is solely responsible for assessment and coherence to the applicable tax regulations;</li>\r\n<li>5.1.4. is authorised and using the Cryptowallet account personally;</li>\r\n<li>5.1.5. keeps and maintains information, including without limitation personal data, financial details and information about all activities conducted or occurred within the account confidential;</li>\r\n<li>5.1.6. makes appropriate use of Cryptowallet’s Services to ensure a level of security appropriate to the risk in respect of the personal data and securing authorization credentials, system and devices used to access to Cryptowallet’s Services;</li>\r\n<li>5.1.7. provides accurate, complete and current data while applying for the account via Cryptowallet’s website or mobile application;</li>\r\n<li>5.1.8. provides all necessary or requested by Cryptowallet information about a bank account (including IBAN and the name associated with a bank account) or electronic payment service provider account for the purpose of conducting payout for the Digital Assets sold by him or by his Request using Cryptowallet’s website or mobile application;</li>\r\n<li>5.1.9. provides the details of a Digital Assets wallet for the purpose of a Digital Assets return;</li>\r\n<li>5.1.10. uses only a specific Digital Assets address provided to the Client by Cryptowallet for sending Digital Assets intended for sale.</li>\r\n<li>5.1.11. the Client has been informed that the Client monies held on the Cryptowallet account for the benefit of the Client and until they are not transferred to the Client are not considered as a deposit, or that Cryptowallet provides payment services or any other services which can be associated with the financial services like bank services or payment institution services and which require a specific license.</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<ul class=\"list-no-type\">\r\n<li>5.2. The Client acknowledges that:\r\n<ul>\r\n<li>5.2.1. it is the Client’s personal liability to any and all potential losses resulting from selling or purchasing of currencies or Digital Assets and that Cryptowallet only provides services under instructions from and on behalf of the Client (“execution only”), therefore the Client keeps and will keep Cryptowallet free of any liability and/or losses;</li>\r\n<li>5.2.2. there are risks inherent with the use of the Services, including but not limited to, market risk, liquidity risk, volatility risk, operational risk, speculative nature of Digital Assets themselves, regulatory risks, etc.;</li>\r\n<li>5.2.3. the Client is solely responsible for all legal risks associated with using the Services provided by Cryptowallet;</li>\r\n<li>5.2.4. transaction may be aborted at any time by Cryptowallet and the received payments or Digital Assets may be returned to your account, the return of Digital Assets in this case will be done only after minimal required confirmation from Digital Assets network is received;</li>\r\n<li>5.2.5. the price for exchange of Digital Assets is based on the reference price provided by Cryptowallet;</li>\r\n<li>5.2.6. Cryptowallet does not hold responsibility if volatility on the market and technical delays of Cryptowallet’s platform or website, or mobile app would affect the reference price both in a positive or negative way;</li>\r\n<li>5.2.7. availability of banking system or payment service provider may cause delays in payment transactions;</li>\r\n<li>5.2.8. Cryptowallet bears no responsibility for refusal to open an account;</li>\r\n<li>5.2.9. period of selling or returning of Digital Assets to your account may vary due to the inherent nature of the Digital Assets network and Digital Assets network fees to be paid to the miners;</li>\r\n<li>5.2.10. Cryptowallet neither bears any responsibility nor covers any losses caused by inappropriate or unauthorized use of the Services;</li>\r\n<li>5.2.11. it is the Client’s sole responsibility to provide all accurate information correctly and without mistakes or mistypes in any portion of information when completing Requests or other forms on Cryptowallet website or mobile app, otherwise it may lead to transfer of Funds to account specified by mistake or to delays in processing and payouts.</li>\r\n<li>5.2.12. Cryptowallet at its sole discretion and at any time may amend and/ or change this Agreement without prior notice to the Client, unless such changes and/ or amendments will constitute significant changes to the provision of Services, namely if the changes and/ or amendments are made to the Sections 2, 3 and 4 of this Agreement, the notice of the latter changes and/ or amendments to be given by any adequate mean including email or general publication on the Cryptowallet’s website. The amended version of these Agreement enters into force immediately and if the changes made to the Section 2, 3 and 4 of this Agreement enters into force 15 (fifteen) days after the publication, except if the Client terminates its relations with Cryptowallet within that period.</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<h2>6. INTELLECTUAL PROPERTY</h2>\r\n<ul class=\"list-no-type\">\r\n<li>6.1. All copyrights and other intellectual property rights in trademarks, service marks, software, text, images, graphics, data, prices, trades, charts, graphs, video and audio (“Materials”) depicted or shown or contained on the Cryptowallet’s website and mobile appplication belong to or are in control of Cryptowallet. You may view, download or print only one copy of the Materials from the Cryptowallet’s website or mobile application solely for your personal use, however it is forbidden to remove, blur or otherwise hide the copyright and other proprietary notices. Otherwise you are not allowed to copy, reproduce, modify, republish, upload, post, transmit, scrap, collect or distribute in any form or by any means the Materials. It is also forbidden to use Materials from the website or mobile application for commercial use unless Cryptowallet gives you a written permission to do so. Any unauthorized use is prohibited and may violate copyright, trademark and/or other applicable laws and could result in criminal or civil penalties.</li>\r\n<li>6.2. Cryptowallet may provide access to certain widgets for the Client’s use – the Client is free to use these in their original unmodified and unaltered state.</li>\r\n</ul>\r\n<h2>7. APPLICABLE LAW AND JURISDICTION</h2>\r\n<ul class=\"list-no-type\">\r\n<li>7.1. This Agreement is subject to and shall be construed in accordance with a law of the Republic of Estonia without reference to its conflict of law as the sole and exclusive governing law. The parties agree to irrevocably submit to the exclusive jurisdiction of the Estonian Courts. The Parties agree to notify each other in writing of any dispute within thirty (30) days of when it arises. Notice to Cryptowallet shall be sent to support@cryptowallet.net .</li>\r\n</ul>\r\n<h2>8. LIMITATION OF LIABILITY</h2>\r\n<ul class=\"list-no-type\">\r\n<li>8.1. All the Services are provided without warranty of any kind, either express or implied. Cryptowallet does not guarantee that the Services will be available at the Cryptowallet’s website or mobile application uninterruptedly, or that there will be no delays, failures, errors, omissions or loss of transmitted information.</li>\r\n<li>8.2. In no circumstances Cryptowallet must be held responsible for the Client loss of Digital Assets in all cases including if the Client cannot access his personal Digital Assets wallet or the address provided by Client to Cryptowallet for returning purposes.</li>\r\n<li>8.3. Cryptowallet cannot be held liable for any malfunction, breakdown, delay or interruption to the internet connection, or if for any reason Cryptowallet’s Services are unavailable at any time or for any period.</li>\r\n<li>8.4. Where Cryptowallet’s website or mobile application contains links to other websites and resources provided by third parties, these links are provided for your information only. Cryptowallet has no control over the contents of those websites or resources and accepts no liability for them or for any loss or damage that may arise from your use of them.</li>\r\n<li>8.5. Client agrees that any Cryptowallet liability in any case is limited to the amount of transaction(s) the subject of the claim redundant for any amount of commissions or additional fees that may be due and payable in respect of such transaction(s). We do not hold any additional liability or warranty before the Client.</li>\r\n</ul>\r\n<h2>9. TERMINATION</h2>\r\n<ul class=\"list-no-type\">\r\n<li>9.1. Either the Client or Cryptowallet may terminate relationship with the other at any time, without reason, following settlement of any pending transactions. In the case of pending transaction, the termination will be effective when the terminating party receives the acknowledgment in writing of its notice to terminate a relationship with the other party. The termination does not affect any previous transactions, rights or obligations accrued prior to the notice of termination.</li>\r\n<li>9.2. Except for the withdrawal of accumulated Funds if so, the Client will not be entitled to any remedy for discontinuing of the Services, all subject to this Agreement, applicable laws and regulations.</li>\r\n<li>9.3. The Client understands and agrees that Cryptowallet at its sole discretion may terminate the Client’s access to the Cryptowallet’s website, mobile application and the Client’s account.</li>\r\n<li>9.4. Cryptowallet may also suspend or terminate your account for any or all of the following reasons:\r\n<ul>\r\n<li>9.4.1. attempt by the Client or assistance at attempting to gain unauthorized access to the Cryptowallet’s website, mobile application or another account, which is held by a third party;</li>\r\n<li>9.4.2. overcoming software security features limiting use of or protecting any content;</li>\r\n<li>9.4.3. use of the Services for performance of illegal activities (for example, money laundering, illegal gambling operations, financing terrorism, or other criminal activities, fraudulent payment for transactions);</li>\r\n<li>9.4.4. violations of this Agreement;</li>\r\n<li>9.4.5. upon the request of legal authorities, if Cryptowallet deems it to be legitimate and compelling acting in its sole discretion.</li>\r\n</ul>\r\n</li>\r\n<li>This list is not exhaustive.</li>\r\n<li>9.5. Cryptowallet reserves the right to cancel unconfirmed accounts or accounts that have been inactive for a period of at least 6 months, and/ or to modify or stop Cryptowallet’s website, mobile application or the Services. The Client agrees that Cryptowallet will not be liable to him or to any third party for termination of his account or access to the Cryptowallet’s website or mobile application, or platform.</li>\r\n<li>9.6. Cryptowallet reserves the right to change, suspend, or discontinue all or any part or aspect of the Services at any time without notice.</li>\r\n</ul>\r\n<h2>10. MISCELLANEOUS</h2>\r\n<ul class=\"list-no-type\">\r\n<li>10.1. This Agreement constitute the entire agreement between you and Cryptowallet and governs your use of the Services via Cryptowallet’s website or mobile application.</li>\r\n<li>10.2. This Agreement shall be binding for both the Client and Cryptowallet, and for their respective successors and assigns, but the Client may not assign any of his rights and obligations under this Agreement or under any transaction without prior written consent of Cryptowallet.</li>\r\n<li>10.3. Cryptowallet shall have the right to transfer and/or assign, at its sole discretion, to a third party, whether affiliated or not with Cryptowallet, all or part of its rights and/or obligations under this Agreement, and the Client shall be deemed to accept such transfer and/ or assignment.</li>\r\n<li>10.4. If at any time any provision of this Agreement is or becomes illegal, invalid or unenforceable in any respect under the law of any jurisdiction, that provision will be enforced to the maximum extent permissible and neither the legality, validity or enforceability of the remaining provisions of the Agreement under the law of that jurisdiction nor the legality, validity or enforceability of such provision under the law of any other jurisdiction shall be in any way affected.</li>\r\n<li>10.5. In case of discrepancy between the English version of this Agreement and the Cryptowallet’s website and other language versions of this Agreement and the Cryptowallet’s website, the English version shall prevail. Translations of this Agreement and the Cryptowallet’s website in other languages are not binding to Cryptowallet.</li>\r\n<li>10.6. The titles of the sections in the Agreement are used solely for the convenience of you and Cryptowallet and have no legal or contractual significance.</li>\r\n</ul>\r\n<h2>11. DISCLAIMERS</h2>\r\n<p>Cryptowallet is a fiat currencies and Digital Assets exchange company that directly deals with its Clients, i.e., buys fiat currencies and Digital Assets from its Clients and sells fiat currencies and Digital Assets to its Clients. Cryptowallet does not act as an intermediary or marketplace between other buyers and sellers of fiat currencies and Digital Assets.</p>\r\n<p>Nothing in this Agreement or Cryptowallet’s website or mobile application, or otherwise communicated to you shall be understood or interpreted as an investment advice in connection with the Services contemplated by this Agreement or as an offer to enter into Agreement or an offer to buy or sell or the solicitation of an offer to buy or sell any fiat currencies and/ or Digital Assets. Cryptowallet may provide information on the price, range, volatility of cryptocurrencies and events that have affected the price of these, but this is not considered investment advice and should not be construed as such.<br>Any decision to purchase or sell currencies and/or Digital Assets is your decision and Cryptowallet will not be liable for any loss suffered.</p>\r\n<h2>12. CONTACT DETAILS</h2>\r\n<p>If you have any question in connection to this Agreement, please feel free to contact us at <a href=\"mailto:support@cryptowallet.net\">support@cryptowallet.net</a> .</p>','Terms of Service','','inherit','closed','closed','','1182-revision-v1','','','2020-04-17 01:25:17','2020-04-17 01:25:17','',1182,'https://cryptowallet.labcp.co/1182-revision-v1/',0,'revision','',0),(1221,1,'2020-04-17 01:36:30','2020-04-17 01:36:30','<span style=\"font-weight: 400;\">22 December 2019\r\n</span><span style=\"font-weight: 400;\">Version: v.1.0</span>\r\n\r\n<span style=\"font-weight: 400;\">The privacy practice of collecting and processing of personal data provided by the Clients to CW Lab OÜ, private limited company duly incorporated in the Republic of Estonia with registered number 14674618 is described hereby. The provisions of this Privacy Policy are subject to Regulation (EU) 2016/679 of the European Parliament and of the Council of 27 April 2016 on the protection of natural persons with regard to the processing of personal data and on the free movement of such data (“Regulation”) and the Personal Data Protection Act of 12 December 2018 (the Republic of Estonia). </span>\r\n<h2><span style=\"font-weight: 400;\">INTRODUCTION </span></h2>\r\n<span style=\"font-weight: 400;\">We understand the importance of protection of your privacy and personal data and commit a lot of efforts to develop and maintain high standards of inner security measures and technologies to provide you with secure processing and storage of the data we collect from you; and keep your data safe against unauthorized or unlawful processing and against accidental loss, destruction or damage.</span>\r\n<h2><span style=\"font-weight: 400;\">1. PERSONAL DATA WE COLLECT AND OBJECTIVE</span></h2>\r\n<ul class=\"list-no-type\">\r\n 	<li><span style=\"font-weight: 400;\">1.1. When registering for an account via CW Lab OÜ we collect and further process the following categories of data:</span>\r\n<ul class=\"list-letters\">\r\n 	<li><span style=\"font-weight: 400;\">Information requested during the registration of the account that identifies you, for example your name, date of birth, citizenship, etc.</span></li>\r\n 	<li><span style=\"font-weight: 400;\">Financial information, including your income, source of income / funds, taxation residence information, etc. </span></li>\r\n 	<li><span style=\"font-weight: 400;\">Your identity and residency verification documents, for example passport and/or ID card, utility bill, etc. </span></li>\r\n 	<li><span style=\"font-weight: 400;\">Contact information, i.e. your phone number, e-mail address, etc.</span></li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<span style=\"font-weight: 400;\">1.2. We are obliged by applicable laws to maintain records of personal data for five years after the termination of a client relationship, this term may be extended upon request by the competent authority. </span>\r\n\r\n<span style=\"font-weight: 400;\">1.3. We collect and process the abovementioned data to fulfil our contractual obligations and legitimate interest before you, namely:</span>\r\n<ul class=\"list-letters\">\r\n 	<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">provide services, including execution of requested transactions and related maintenance of the services you registered for and manage the account you hold;</span></li>\r\n 	<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">provide you with the information about your activities within the account;</span></li>\r\n 	<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">inform about any changes and updates to the services you are provided with;</span></li>\r\n 	<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">assess and mitigate risks related to anti-money laundering and terrorism financing regulations as well as transaction related risks;</span></li>\r\n 	<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">comply with applicable legislation;</span></li>\r\n 	<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">maintain actions in relation to legal claims;</span></li>\r\n 	<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">provide additional or supportive services, as well as perform Client surveys and statistical analysis; </span></li>\r\n 	<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">conversion marketing activities;</span></li>\r\n 	<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">improve the performance and functionality of our services. </span></li>\r\n</ul>\r\n<span style=\"font-weight: 400;\">The above list may be extended depending on the development of the services.   </span>\r\n<h2><span style=\"font-weight: 400;\">2. PROCESSING OF YOUR PERSONAL DATA</span></h2>\r\n<span style=\"font-weight: 400;\">2.1. Your personal data may be received and processed:</span>\r\n\r\n<span style=\"font-weight: 400;\">(a) by CW Lab OÜ within our inner systems of processing, which complies to technical and organizational measures in a manner that meets applicable requirements of Regulation and security standards; and/or </span>\r\n\r\n<span style=\"font-weight: 400;\">(b) by 3</span><span style=\"font-weight: 400;\">rd</span><span style=\"font-weight: 400;\"> party service providers and processors who access and use the data only to the extent required to perform the obligations subcontracted to them by CW Lab OÜ (hereinafter – “subprocessors”).</span>\r\n\r\n<span style=\"font-weight: 400;\">2.2. Those subprocessors perform tasks on our behalf and are contractually obligated not to disclose or use collected information for any other purposes, than storage, help in facilitation of technical aspects of our services or perform functions related to the administration of services (collection and analysis) or other indicated under contractual closes.</span>\r\n\r\n<span style=\"font-weight: 400;\">2.3. Client specifically agrees that CW Lab OÜ may to its own discretion engage subprocessors, that comply with technical and organizational measures in a manner that meet applicable requirements of Regulation and security standards implied under this Privacy Policy. </span>\r\n\r\n<span style=\"font-weight: 400;\">2.4. If such subprocessors are outside of the Republic of Estonia or the European Union or European Economic Area, the processing of personal data is done or will be done in accordance with the applicable laws.</span>\r\n\r\n<span style=\"font-weight: 400;\">2.5. Subprocessors remain fully liable for all obligations subcontracted to, and all acts and omissions of, CW Lab OÜ is not responsible if the information is disclosed as a result of a breach or security lapse at any such subprocessors, or for such subprocessors\' non-compliance with the foregoing requirements.</span>\r\n<h2><span style=\"font-weight: 400;\">3. INCIDENTS NOTIFICATION</span></h2>\r\n<span style=\"font-weight: 400;\">3.1. If CW Lab OÜ becomes aware of any breach of our security leading to the accidental or unlawful destruction, loss, alteration or unauthorized disclosure of, or access to (excluding unsuccessful attempts or activities) personal data of Clients on systems managed or otherwise controlled by us we will notify you promptly and without undue delay and in compliance to the procedure prescribed under respective Regulation.  </span>\r\n\r\n<span style=\"font-weight: 400;\">3.2. The notification will be sent to your e-mail address at the discretion of CW Lab OÜ or by other direct communication channel available to CW Lab OÜ and allowed by Client (for example, by phone). It is sole responsibility of the Client to provide us with the e-mail address and ensure that this e-mail address is valid and active.</span>\r\n\r\n<span style=\"font-weight: 400;\">3.3. None of Data Incidents notification from CW Lab OÜ may not be and will not be construed as an acknowledgment of any fault or liability with respect to data incident by us.</span>\r\n<h2><span style=\"font-weight: 400;\">4. CLIENT’S SECURITY COMMITMENTS  </span></h2>\r\n<span style=\"font-weight: 400;\">4.1. Client agrees that without prejudice to our security measures and data incidents that it is Client’s responsibility to make appropriate use of our services to ensure a level of security appropriate to the risk in respect of your personal data and securing your authorization credentials, system and devices which you use to access to our services. </span>\r\n\r\n<span style=\"font-weight: 400;\">4.2. We are not obliged to protect your personal data that you choose to store or transfer outside CW Lab OÜ and our subprocessors’ systems. </span>\r\n<h2><span style=\"font-weight: 400;\">5. CLIENT’S RIGHTS IN RESPECT TO HIS PERSONAL DATA</span></h2>\r\n<span style=\"font-weight: 400;\">5.1. You may access and amend your personal data, request the details about purposes of processing of your personal data and prevent undesirable marketing activities by opting-out. If you wish to opt-out of marketing activities, use ‘unsubscribe’ option available within our e-mails.</span>\r\n\r\n<span style=\"font-weight: 400;\">5.2. Client may also send a request to receive the information which has been processed, amended, deleted or locked and information about any parties to which we transmit your personal data.</span>\r\n\r\n<span style=\"font-weight: 400;\">5.3. In some case we may charge a fee (based on our reasonable costs) if the requests are excessive considering the nature of the request itself or nature and functionality of our services. </span>\r\n<h2><span style=\"font-weight: 400;\">6. COOKIE &amp; SIMILAR TECHNOLOGIES </span></h2>\r\n<span style=\"font-weight: 400;\">6.1. We also use cookies and similar technologies for collecting technical information, which contains your unique identifiers. We automatically receive the web address of the site that you came from and the IP address of the computer or device that you are using to access the CW Lab OÜ website. This information helps us to understand your preferences, improve website navigation, allows to develop and improve our services, and better manage our servers. </span>\r\n\r\n<span style=\"font-weight: 400;\">6.2. If you prefer to prohibit the usage of cookies, please use your browser settings. Most browsers give you an ability to manage your cookies or provide you with an “incognito mode” or similar features, which allows you to not record your visits and downloads in your browsing and download histories. In this mode any cookies created during this type of session are deleted after you close all “incognito” windows.</span>\r\n\r\n<span style=\"font-weight: 400;\">For more details please check our </span><a href=\"https://cryptowallet.net/cookie_and_privacy_policy/\"><span style=\"font-weight: 400;\">Cookie Policy</span></a><span style=\"font-weight: 400;\">.</span>\r\n<h2><span style=\"font-weight: 400;\">7. CHANGES TO THIS PRIVACY POLICY</span></h2>\r\n<span style=\"font-weight: 400;\">7.1. Please note that we may amend this Privacy Policy from time to time at our sole discretion. Therefore, please check this Privacy Policy for updates. If any significant updates with regard to the data processing terms are made here, we will notify you additionally within reasonable time period via e-mail provided by you. </span>\r\n<h2><span style=\"font-weight: 400;\">8. CONSENT</span></h2>\r\n<span style=\"font-weight: 400;\">By applying for an account with CW Lab OÜ, you consent to the collection, processing and receipt of your personal data, as described in this Privacy Policy.</span>\r\n<h2><span style=\"font-weight: 400;\">9. CONTACT DETAILS </span></h2>\r\n<span style=\"font-weight: 400;\">If you require any additional information or have any further questions concerning this Privacy Policy, please contact us at </span><a href=\"mailto:privacy@cryptowallet.net\"><span style=\"font-weight: 400;\">privacy@cryptowallet.net</span></a><span style=\"font-weight: 400;\"> .</span>','Privacy Policy','','inherit','closed','closed','','1192-revision-v1','','','2020-04-17 01:36:30','2020-04-17 01:36:30','',1192,'https://cryptowallet.labcp.co/1192-revision-v1/',0,'revision','',0),(1222,1,'2020-04-17 01:40:55','2020-04-17 01:40:55','<span style=\"font-weight: 400;\">22 December 2019\r\n</span><span style=\"font-weight: 400;\">Version: v.1.0</span>\r\n<ul class=\"list-letters\">\r\n 	<li><span style=\"font-weight: 400;\">Cookie is a small text file placed on your computer by websites that you visit.</span></li>\r\n 	<li><span style=\"font-weight: 400;\">They are widely used in order to make websites work more efficiently, as well as to provide information about functionality and behavior of the users on the site.</span></li>\r\n 	<li><span style=\"font-weight: 400;\">Cookie helps you to better interact with a website and helps a website to better interact with you.</span></li>\r\n 	<li><span style=\"font-weight: 400;\">Cookie does not contain your personal data.</span></li>\r\n</ul>\r\n<p class=\"no-margem\"><span style=\"font-weight: 400;\">1. We use cookies, tags (together - Cookie) to: </span></p>\r\n\r\n<ul class=\"list-inside\">\r\n 	<li style=\"list-style-type: none;\">\r\n<ul class=\"list-letters\">\r\n 	<li><span style=\"font-weight: 400;\">understand how you use website and to provide you with a safe, effective and user-friendly website;</span></li>\r\n 	<li><span style=\"font-weight: 400;\">remember your settings, such as preferred language, type of the device, news already shown to you, your preference about Cookie allowance;</span></li>\r\n 	<li><span style=\"font-weight: 400;\">keep opened sessions and conversation during your last visit to the website;</span></li>\r\n 	<li><span style=\"font-weight: 400;\">identify the popularity of different sections of the website and improve them respectively;</span></li>\r\n 	<li><span style=\"font-weight: 400;\">prevent and exclude unauthorized use of the website.</span></li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<span style=\"font-weight: 400;\">2. We normally do not associate your account with your Cookie, however in exceptional cases we may use this option to prevent or avoid unauthorized use of the website and violation of applicable agreements between you and us. In this case we will treat this information as personal and process as described in the Privacy Policy.</span>\r\n\r\n<span style=\"font-weight: 400;\">3. We use third party web analytics services that assist us in better understanding of our website use, those services are complied with the prescribed adequacy of security measures. For example, we use Google Analytics service powered by Google LLC (US). This service helps us to improve the effectiveness of our advertising efforts and understand your preferences and interests. It collects information and reports website usage statistics without personally identifying you – we use it for better delivery of our ads. Please check the details about Google Analytics services here: <a href=\"https://policies.google.com/technologies/partner-sites\" target=\"_blank\" rel=\"noopener noreferrer\">https://policies.google.com/technologies/partner-sites</a>. However, in some cases Google can match information collected through Cookie with your Google account and use it under Google Privacy Policy explained here: https://policies.google.com/privacy.</span>\r\n\r\n<span style=\"font-weight: 400;\">4. If you do not want to share your Cookie you may restrict it or block it.</span>\r\n\r\n<span style=\"font-weight: 400;\">4.1. If you prefer not to allow cookies, please use your browser settings, most browsers give you an ability to manage your cookies or provide you with “incognito mode” or similar options.\r\nFor more information about how to disable cookies completely or how to amend your cookie settings check <a href=\"http://www.allaboutcookies.org/\" target=\"_blank\" rel=\"noopener noreferrer\">http://www.allaboutcookies.org/</a>. </span>\r\n<p class=\"no-margem\"><span style=\"font-weight: 400;\">5. We also use similar technology and collect unique identifiers of our visitors of the website, the information we collect by this means includes:</span></p>\r\n\r\n<ul class=\"list-inside\">\r\n 	<li style=\"list-style-type: none;\">\r\n<ul class=\"list-letters\">\r\n 	<li><span style=\"font-weight: 400;\">Unique identification numbers, e.g. Internet protocol (IP) address and device ID;</span></li>\r\n 	<li><span style=\"font-weight: 400;\">Your login information;</span></li>\r\n 	<li><span style=\"font-weight: 400;\">As applicable to your type of device, browser type and version, and browser plug-in types and versions, application release and version, device model, manufacturer (brand), operating system, operating system version, OS library version, time of last seen, enable wifi, radio (EDGE, HSDPA, LTE, WCDMA, none), device screen (width, high, dpi), NFC, telecom operator, Bluetooth enable, Bluetooth version;</span></li>\r\n 	<li><span style=\"font-weight: 400;\">Time zone setting, city, region, country and language;</span></li>\r\n 	<li><span style=\"font-weight: 400;\">Operating system and platform;</span></li>\r\n 	<li><span style=\"font-weight: 400;\">Information about your visit, including the full Uniform Resource Locators (URL) click stream to, through and from our website (including date and time); products you viewed or searched for; page response times, download errors, length of visits to certain pages, page interaction information (such as scrolling, clicks, and mouse-overs), and methods used to browse away from the page.</span></li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<span style=\"font-weight: 400;\">5.1. We use this information for the same purposes as a Cookie.</span>\r\n\r\n<span style=\"font-weight: 400;\">6. Please note that we may amend this Cookie Policy from time to time at our sole discretion. Therefore, please check this Cookie Policy for updates. If any significant updates with regard to the data processing terms are made here, we will notify you additionally within reasonable time period via e-mail provided by you.</span>','Cookie Policy','','inherit','closed','closed','','1217-revision-v1','','','2020-04-17 01:40:55','2020-04-17 01:40:55','',1217,'https://cryptowallet.labcp.co/1217-revision-v1/',0,'revision','',0),(1223,2,'2020-04-17 13:16:26','2020-04-17 13:16:26','','Home','','inherit','closed','closed','','419-revision-v1','','','2020-04-17 13:16:26','2020-04-17 13:16:26','',419,'https://cryptowallet.labcp.co/419-revision-v1/',0,'revision','',0),(1224,2,'2020-04-17 13:16:27','2020-04-17 13:16:27','','Home','','inherit','closed','closed','','442-revision-v1','','','2020-04-17 13:16:27','2020-04-17 13:16:27','',442,'https://cryptowallet.labcp.co/442-revision-v1/',0,'revision','',0),(1225,2,'2020-04-17 13:16:27','2020-04-17 13:16:27','','Home','','inherit','closed','closed','','443-revision-v1','','','2020-04-17 13:16:27','2020-04-17 13:16:27','',443,'https://cryptowallet.labcp.co/443-revision-v1/',0,'revision','',0),(1227,2,'2020-04-17 20:21:55','2020-04-17 20:21:55','','Home','','inherit','closed','closed','','419-revision-v1','','','2020-04-17 20:21:55','2020-04-17 20:21:55','',419,'https://cryptowallet.labcp.co/419-revision-v1/',0,'revision','',0),(1228,2,'2020-04-17 20:21:56','2020-04-17 20:21:56','','Home','','inherit','closed','closed','','442-revision-v1','','','2020-04-17 20:21:56','2020-04-17 20:21:56','',442,'https://cryptowallet.labcp.co/442-revision-v1/',0,'revision','',0),(1229,2,'2020-04-17 20:21:56','2020-04-17 20:21:56','','Home','','inherit','closed','closed','','443-revision-v1','','','2020-04-17 20:21:56','2020-04-17 20:21:56','',443,'https://cryptowallet.labcp.co/443-revision-v1/',0,'revision','',0),(1231,2,'2020-04-17 20:22:01','2020-04-17 20:22:01','','Home','','inherit','closed','closed','','419-revision-v1','','','2020-04-17 20:22:01','2020-04-17 20:22:01','',419,'https://cryptowallet.labcp.co/419-revision-v1/',0,'revision','',0),(1232,2,'2020-04-17 20:22:02','2020-04-17 20:22:02','','Home','','inherit','closed','closed','','442-revision-v1','','','2020-04-17 20:22:02','2020-04-17 20:22:02','',442,'https://cryptowallet.labcp.co/442-revision-v1/',0,'revision','',0),(1233,2,'2020-04-17 20:22:03','2020-04-17 20:22:03','','Home','','inherit','closed','closed','','443-revision-v1','','','2020-04-17 20:22:03','2020-04-17 20:22:03','',443,'https://cryptowallet.labcp.co/443-revision-v1/',0,'revision','',0),(1235,2,'2020-04-17 20:22:21','2020-04-17 20:22:21','','Coming Soon!','','inherit','closed','closed','','943-revision-v1','','','2020-04-17 20:22:21','2020-04-17 20:22:21','',943,'https://cryptowallet.labcp.co/943-revision-v1/',0,'revision','',0),(1237,2,'2020-04-20 18:48:13','2020-04-20 18:48:13','','LinkedInNight','','inherit','open','closed','','linkedinnight-2','','','2020-04-20 18:48:13','2020-04-20 18:48:13','',0,'https://cryptowallet.labcp.co/app/uploads/2020/04/LinkedInNight.svg',0,'attachment','image/svg+xml',0),(1238,2,'2020-04-20 18:48:13','2020-04-20 18:48:13','','LinkedInNight','','inherit','open','closed','','linkedinnight-2','','','2020-04-20 18:48:13','2020-04-20 18:48:13','',0,'https://cryptowallet.labcp.co/app/uploads/2020/04/LinkedInNight.svg',0,'attachment','image/svg+xml',0),(1239,2,'2020-04-20 18:48:13','2020-04-20 18:48:13','','LinkedInNight','','inherit','open','closed','','linkedinnight-2','','','2020-04-20 18:48:13','2020-04-20 18:48:13','',0,'https://cryptowallet.labcp.co/app/uploads/2020/04/LinkedInNight.svg',0,'attachment','image/svg+xml',0),(1240,2,'2020-04-20 18:48:13','2020-04-20 18:48:13','','LinkedInNight','','inherit','open','closed','','linkedinnight-2','','','2020-04-20 18:48:13','2020-04-20 18:48:13','',0,'https://cryptowallet.labcp.co/app/uploads/2020/04/LinkedInNight.svg',0,'attachment','image/svg+xml',0),(1242,2,'2020-04-20 18:57:02','2020-04-20 18:57:02','','linkedin','','inherit','open','closed','','linkedin-2','','','2020-04-20 18:57:02','2020-04-20 18:57:02','',0,'https://cryptowallet.labcp.co/app/uploads/2020/04/linkedin.svg',0,'attachment','image/svg+xml',0),(1243,2,'2020-04-20 18:57:02','2020-04-20 18:57:02','','linkedin','','inherit','open','closed','','linkedin-2','','','2020-04-20 18:57:02','2020-04-20 18:57:02','',0,'https://cryptowallet.labcp.co/app/uploads/2020/04/linkedin.svg',0,'attachment','image/svg+xml',0),(1244,2,'2020-04-20 18:57:02','2020-04-20 18:57:02','','linkedin','','inherit','open','closed','','linkedin-2','','','2020-04-20 18:57:02','2020-04-20 18:57:02','',0,'https://cryptowallet.labcp.co/app/uploads/2020/04/linkedin.svg',0,'attachment','image/svg+xml',0),(1245,2,'2020-04-20 18:57:02','2020-04-20 18:57:02','','linkedin','','inherit','open','closed','','linkedin-2','','','2020-04-20 18:57:02','2020-04-20 18:57:02','',0,'https://cryptowallet.labcp.co/app/uploads/2020/04/linkedin.svg',0,'attachment','image/svg+xml',0),(1248,2,'2020-04-20 21:06:46','2020-04-20 21:06:46','','linkedin','','inherit','open','closed','','linkedin-2-2','','','2020-04-20 21:06:46','2020-04-20 21:06:46','',0,'https://cryptowallet.labcp.co/app/uploads/2020/04/linkedin-1.svg',0,'attachment','image/svg+xml',0),(1249,2,'2020-04-20 21:06:46','2020-04-20 21:06:46','','linkedin','','inherit','open','closed','','linkedin-2-2','','','2020-04-20 21:06:46','2020-04-20 21:06:46','',0,'https://cryptowallet.labcp.co/app/uploads/2020/04/linkedin-1.svg',0,'attachment','image/svg+xml',0),(1250,2,'2020-04-20 21:06:46','2020-04-20 21:06:46','','linkedin','','inherit','open','closed','','linkedin-2-2','','','2020-04-20 21:06:46','2020-04-20 21:06:46','',0,'https://cryptowallet.labcp.co/app/uploads/2020/04/linkedin-1.svg',0,'attachment','image/svg+xml',0),(1251,2,'2020-04-20 21:06:46','2020-04-20 21:06:46','','linkedin','','inherit','open','closed','','linkedin-2-2','','','2020-04-20 21:06:46','2020-04-20 21:06:46','',0,'https://cryptowallet.labcp.co/app/uploads/2020/04/linkedin-1.svg',0,'attachment','image/svg+xml',0),(1253,2,'2020-04-20 21:19:10','2020-04-20 21:19:10','','linkedin2','','inherit','open','closed','','linkedin2-2','','','2020-04-20 21:19:10','2020-04-20 21:19:10','',0,'https://cryptowallet.labcp.co/app/uploads/2020/04/linkedin2.svg',0,'attachment','image/svg+xml',0),(1254,2,'2020-04-20 21:19:10','2020-04-20 21:19:10','','linkedin2','','inherit','open','closed','','linkedin2-2','','','2020-04-20 21:19:10','2020-04-20 21:19:10','',0,'https://cryptowallet.labcp.co/app/uploads/2020/04/linkedin2.svg',0,'attachment','image/svg+xml',0),(1255,2,'2020-04-20 21:19:10','2020-04-20 21:19:10','','linkedin2','','inherit','open','closed','','linkedin2-2','','','2020-04-20 21:19:10','2020-04-20 21:19:10','',0,'https://cryptowallet.labcp.co/app/uploads/2020/04/linkedin2.svg',0,'attachment','image/svg+xml',0),(1256,2,'2020-04-20 21:19:10','2020-04-20 21:19:10','','linkedin2','','inherit','open','closed','','linkedin2-2','','','2020-04-20 21:19:10','2020-04-20 21:19:10','',0,'https://cryptowallet.labcp.co/app/uploads/2020/04/linkedin2.svg',0,'attachment','image/svg+xml',0),(1258,2,'2020-04-20 21:19:46','2020-04-20 21:19:46','','linkedin2','','inherit','open','closed','','linkedin2-2','','','2020-04-20 21:19:46','2020-04-20 21:19:46','',0,'https://cryptowallet.labcp.co/app/uploads/2020/04/linkedin2-1.svg',0,'attachment','image/svg+xml',0),(1259,2,'2020-04-20 21:19:46','2020-04-20 21:19:46','','linkedin2','','inherit','open','closed','','linkedin2-2','','','2020-04-20 21:19:46','2020-04-20 21:19:46','',0,'https://cryptowallet.labcp.co/app/uploads/2020/04/linkedin2-1.svg',0,'attachment','image/svg+xml',0),(1260,2,'2020-04-20 21:19:46','2020-04-20 21:19:46','','linkedin2','','inherit','open','closed','','linkedin2-2','','','2020-04-20 21:19:46','2020-04-20 21:19:46','',0,'https://cryptowallet.labcp.co/app/uploads/2020/04/linkedin2-1.svg',0,'attachment','image/svg+xml',0),(1261,2,'2020-04-20 21:19:46','2020-04-20 21:19:46','','linkedin2','','inherit','open','closed','','linkedin2-2','','','2020-04-20 21:19:46','2020-04-20 21:19:46','',0,'https://cryptowallet.labcp.co/app/uploads/2020/04/linkedin2-1.svg',0,'attachment','image/svg+xml',0),(1263,2,'2020-04-20 21:25:33','2020-04-20 21:25:33','','linkedin2','','inherit','open','closed','','linkedin2-2-2','','','2020-04-20 21:25:33','2020-04-20 21:25:33','',0,'https://cryptowallet.labcp.co/app/uploads/2020/04/linkedin2-2.svg',0,'attachment','image/svg+xml',0),(1264,2,'2020-04-20 21:25:33','2020-04-20 21:25:33','','linkedin2','','inherit','open','closed','','linkedin2-2-2','','','2020-04-20 21:25:33','2020-04-20 21:25:33','',0,'https://cryptowallet.labcp.co/app/uploads/2020/04/linkedin2-2.svg',0,'attachment','image/svg+xml',0),(1265,2,'2020-04-20 21:25:33','2020-04-20 21:25:33','','linkedin2','','inherit','open','closed','','linkedin2-2-2','','','2020-04-20 21:25:33','2020-04-20 21:25:33','',0,'https://cryptowallet.labcp.co/app/uploads/2020/04/linkedin2-2.svg',0,'attachment','image/svg+xml',0),(1266,2,'2020-04-20 21:25:33','2020-04-20 21:25:33','','linkedin2','','inherit','open','closed','','linkedin2-2-2','','','2020-04-20 21:25:33','2020-04-20 21:25:33','',0,'https://cryptowallet.labcp.co/app/uploads/2020/04/linkedin2-2.svg',0,'attachment','image/svg+xml',0),(1267,2,'2020-04-21 20:47:25','2020-04-21 20:47:25','','m323','','inherit','open','closed','','m323','','','2020-04-21 20:47:25','2020-04-21 20:47:25','',0,'https://cryptowallet.labcp.co/app/uploads/2020/04/m323.svg',0,'attachment','image/svg+xml',0),(1268,2,'2020-04-21 20:47:25','2020-04-21 20:47:25','','m323','','inherit','open','closed','','m323-2','','','2020-04-21 20:47:25','2020-04-21 20:47:25','',0,'https://cryptowallet.labcp.co/app/uploads/2020/04/m323.svg',0,'attachment','image/svg+xml',0),(1269,2,'2020-04-21 20:47:25','2020-04-21 20:47:25','','m323','','inherit','open','closed','','m323-2','','','2020-04-21 20:47:25','2020-04-21 20:47:25','',0,'https://cryptowallet.labcp.co/app/uploads/2020/04/m323.svg',0,'attachment','image/svg+xml',0),(1270,2,'2020-04-21 20:47:25','2020-04-21 20:47:25','','m323','','inherit','open','closed','','m323-2','','','2020-04-21 20:47:25','2020-04-21 20:47:25','',0,'https://cryptowallet.labcp.co/app/uploads/2020/04/m323.svg',0,'attachment','image/svg+xml',0),(1271,2,'2020-04-21 20:47:25','2020-04-21 20:47:25','','m323','','inherit','open','closed','','m323-2','','','2020-04-21 20:47:25','2020-04-21 20:47:25','',0,'https://cryptowallet.labcp.co/app/uploads/2020/04/m323.svg',0,'attachment','image/svg+xml',0),(1273,2,'2020-05-14 13:18:52','2020-05-14 13:18:52','','Group 9','','inherit','open','closed','','group-9','','','2020-05-14 13:18:52','2020-05-14 13:18:52','',0,'https://cryptowallet.labcp.co/app/uploads/2020/05/Group-9.svg',0,'attachment','image/svg+xml',0),(1274,2,'2020-05-14 13:18:52','2020-05-14 13:18:52','','Group 9','','inherit','open','closed','','group-9-2','','','2020-05-14 13:18:52','2020-05-14 13:18:52','',0,'https://cryptowallet.labcp.co/app/uploads/2020/05/Group-9.svg',0,'attachment','image/svg+xml',0),(1275,2,'2020-05-14 13:18:52','2020-05-14 13:18:52','','Group 9','','inherit','open','closed','','group-9-2','','','2020-05-14 13:18:52','2020-05-14 13:18:52','',0,'https://cryptowallet.labcp.co/app/uploads/2020/05/Group-9.svg',0,'attachment','image/svg+xml',0),(1276,2,'2020-05-14 13:18:52','2020-05-14 13:18:52','','Group 9','','inherit','open','closed','','group-9-2','','','2020-05-14 13:18:52','2020-05-14 13:18:52','',0,'https://cryptowallet.labcp.co/app/uploads/2020/05/Group-9.svg',0,'attachment','image/svg+xml',0),(1277,2,'2020-05-14 13:18:52','2020-05-14 13:18:52','','Group 9','','inherit','open','closed','','group-9-2','','','2020-05-14 13:18:52','2020-05-14 13:18:52','',0,'https://cryptowallet.labcp.co/app/uploads/2020/05/Group-9.svg',0,'attachment','image/svg+xml',0),(1278,2,'2020-05-14 13:21:31','2020-05-14 13:21:31','','Fill 1-2','','inherit','open','closed','','fill-1-2','','','2020-05-14 13:21:31','2020-05-14 13:21:31','',0,'https://cryptowallet.labcp.co/app/uploads/2020/05/Fill-1-2.svg',0,'attachment','image/svg+xml',0),(1279,2,'2020-05-14 13:21:31','2020-05-14 13:21:31','','Fill 1-2','','inherit','open','closed','','fill-1-2-2','','','2020-05-14 13:21:31','2020-05-14 13:21:31','',0,'https://cryptowallet.labcp.co/app/uploads/2020/05/Fill-1-2.svg',0,'attachment','image/svg+xml',0),(1280,2,'2020-05-14 13:21:31','2020-05-14 13:21:31','','Fill 1-2','','inherit','open','closed','','fill-1-2-2','','','2020-05-14 13:21:31','2020-05-14 13:21:31','',0,'https://cryptowallet.labcp.co/app/uploads/2020/05/Fill-1-2.svg',0,'attachment','image/svg+xml',0),(1281,2,'2020-05-14 13:21:31','2020-05-14 13:21:31','','Fill 1-2','','inherit','open','closed','','fill-1-2-2','','','2020-05-14 13:21:31','2020-05-14 13:21:31','',0,'https://cryptowallet.labcp.co/app/uploads/2020/05/Fill-1-2.svg',0,'attachment','image/svg+xml',0),(1282,2,'2020-05-14 13:21:31','2020-05-14 13:21:31','','Fill 1-2','','inherit','open','closed','','fill-1-2-2','','','2020-05-14 13:21:31','2020-05-14 13:21:31','',0,'https://cryptowallet.labcp.co/app/uploads/2020/05/Fill-1-2.svg',0,'attachment','image/svg+xml',0),(1283,2,'2020-05-14 13:21:35','2020-05-14 13:21:35','','Group 6','','inherit','open','closed','','group-6','','','2020-05-14 13:21:35','2020-05-14 13:21:35','',0,'https://cryptowallet.labcp.co/app/uploads/2020/05/Group-6.svg',0,'attachment','image/svg+xml',0),(1284,2,'2020-05-14 13:21:35','2020-05-14 13:21:35','','Group 6','','inherit','open','closed','','group-6-2','','','2020-05-14 13:21:35','2020-05-14 13:21:35','',0,'https://cryptowallet.labcp.co/app/uploads/2020/05/Group-6.svg',0,'attachment','image/svg+xml',0),(1285,2,'2020-05-14 13:21:35','2020-05-14 13:21:35','','Group 6','','inherit','open','closed','','group-6-2','','','2020-05-14 13:21:35','2020-05-14 13:21:35','',0,'https://cryptowallet.labcp.co/app/uploads/2020/05/Group-6.svg',0,'attachment','image/svg+xml',0),(1286,2,'2020-05-14 13:21:35','2020-05-14 13:21:35','','Group 6','','inherit','open','closed','','group-6-2','','','2020-05-14 13:21:35','2020-05-14 13:21:35','',0,'https://cryptowallet.labcp.co/app/uploads/2020/05/Group-6.svg',0,'attachment','image/svg+xml',0),(1287,2,'2020-05-14 13:21:35','2020-05-14 13:21:35','','Group 6','','inherit','open','closed','','group-6-2','','','2020-05-14 13:21:35','2020-05-14 13:21:35','',0,'https://cryptowallet.labcp.co/app/uploads/2020/05/Group-6.svg',0,'attachment','image/svg+xml',0),(1288,2,'2020-05-14 13:21:39','2020-05-14 13:21:39','','Group 9','','inherit','open','closed','','group-9-2','','','2020-05-14 13:21:39','2020-05-14 13:21:39','',0,'https://cryptowallet.labcp.co/app/uploads/2020/05/Group-9-1.svg',0,'attachment','image/svg+xml',0),(1289,2,'2020-05-14 13:21:39','2020-05-14 13:21:39','','Group 9','','inherit','open','closed','','group-9-2-2','','','2020-05-14 13:21:39','2020-05-14 13:21:39','',0,'https://cryptowallet.labcp.co/app/uploads/2020/05/Group-9-1.svg',0,'attachment','image/svg+xml',0),(1290,2,'2020-05-14 13:21:39','2020-05-14 13:21:39','','Group 9','','inherit','open','closed','','group-9-2-2','','','2020-05-14 13:21:39','2020-05-14 13:21:39','',0,'https://cryptowallet.labcp.co/app/uploads/2020/05/Group-9-1.svg',0,'attachment','image/svg+xml',0),(1291,2,'2020-05-14 13:21:39','2020-05-14 13:21:39','','Group 9','','inherit','open','closed','','group-9-2-2','','','2020-05-14 13:21:39','2020-05-14 13:21:39','',0,'https://cryptowallet.labcp.co/app/uploads/2020/05/Group-9-1.svg',0,'attachment','image/svg+xml',0),(1292,2,'2020-05-14 13:21:39','2020-05-14 13:21:39','','Group 9','','inherit','open','closed','','group-9-2-2','','','2020-05-14 13:21:39','2020-05-14 13:21:39','',0,'https://cryptowallet.labcp.co/app/uploads/2020/05/Group-9-1.svg',0,'attachment','image/svg+xml',0),(1294,1,'2020-05-28 18:57:08','2020-05-28 18:57:08','','Home','','inherit','closed','closed','','419-revision-v1','','','2020-05-28 18:57:08','2020-05-28 18:57:08','',419,'https://cryptowallet.labcp.co/419-revision-v1/',0,'revision','',0),(1295,1,'2020-05-28 18:57:09','2020-05-28 18:57:09','','Home','','inherit','closed','closed','','442-revision-v1','','','2020-05-28 18:57:09','2020-05-28 18:57:09','',442,'https://cryptowallet.labcp.co/442-revision-v1/',0,'revision','',0),(1296,1,'2020-05-28 18:57:10','2020-05-28 18:57:10','','Home','','inherit','closed','closed','','443-revision-v1','','','2020-05-28 18:57:10','2020-05-28 18:57:10','',443,'https://cryptowallet.labcp.co/443-revision-v1/',0,'revision','',0),(1298,1,'2020-05-28 18:57:37','2020-05-28 18:57:37','Trade the highest-ranked cryptocurrencies and stablecoins. CryptoWallet allows users to buy, hold, spend, and exchange digital assets. You can spend cryptocurrency in stores and online, or trade it here in the secure, end-to-end encrypted in-app exchange service.\r\n\r\nUsers typically use fiat currencies to buy their first crypto, and from there, you can live in a crypto-only world! The CryptoWallet exchange support thirteen top cryptos as well as multiple stablecoins.','Exchange','','inherit','closed','closed','','273-revision-v1','','','2020-05-28 18:57:37','2020-05-28 18:57:37','',273,'https://cryptowallet.labcp.co/273-revision-v1/',0,'revision','',0),(1299,1,'2020-05-28 18:58:24','2020-05-28 18:58:24','','Wallet','','inherit','closed','closed','','181-revision-v1','','','2020-05-28 18:58:24','2020-05-28 18:58:24','',181,'https://cryptowallet.labcp.co/181-revision-v1/',0,'revision','',0),(1300,1,'2020-05-28 18:58:24','2020-05-28 18:58:24','','Wallet','','inherit','closed','closed','','492-revision-v1','','','2020-05-28 18:58:24','2020-05-28 18:58:24','',492,'https://cryptowallet.labcp.co/492-revision-v1/',0,'revision','',0),(1301,1,'2020-05-28 19:16:50','2020-05-28 19:16:50','','Home','','inherit','closed','closed','','419-revision-v1','','','2020-05-28 19:16:50','2020-05-28 19:16:50','',419,'https://cryptowallet.labcp.co/419-revision-v1/',0,'revision','',0),(1302,1,'2020-05-28 19:16:51','2020-05-28 19:16:51','','Home','','inherit','closed','closed','','442-revision-v1','','','2020-05-28 19:16:51','2020-05-28 19:16:51','',442,'https://cryptowallet.labcp.co/442-revision-v1/',0,'revision','',0),(1303,1,'2020-05-28 19:16:52','2020-05-28 19:16:52','','Home','','inherit','closed','closed','','443-revision-v1','','','2020-05-28 19:16:52','2020-05-28 19:16:52','',443,'https://cryptowallet.labcp.co/443-revision-v1/',0,'revision','',0),(1305,1,'2020-05-29 22:41:05','2020-05-29 22:41:05','','Home','','inherit','closed','closed','','419-revision-v1','','','2020-05-29 22:41:05','2020-05-29 22:41:05','',419,'https://cryptowallet.labcp.co/419-revision-v1/',0,'revision','',0),(1306,1,'2020-05-29 22:41:06','2020-05-29 22:41:06','','Home','','inherit','closed','closed','','442-revision-v1','','','2020-05-29 22:41:06','2020-05-29 22:41:06','',442,'https://cryptowallet.labcp.co/442-revision-v1/',0,'revision','',0),(1307,1,'2020-05-29 22:41:06','2020-05-29 22:41:06','','Home','','inherit','closed','closed','','443-revision-v1','','','2020-05-29 22:41:06','2020-05-29 22:41:06','',443,'https://cryptowallet.labcp.co/443-revision-v1/',0,'revision','',0),(1309,1,'2020-06-01 19:09:59','2020-06-01 19:09:59','Trade the highest-ranked cryptocurrencies and stablecoins. CryptoWallet allows users to buy, hold, spend, and exchange digital assets. You can spend cryptocurrency in stores and online, or trade it here in the secure, end-to-end encrypted in-app exchange service.\r\n\r\nUsers typically use fiat currencies to buy their first crypto, and from there, you can live in a crypto-only world! The CryptoWallet exchange support thirteen top cryptos as well as multiple stablecoins.','Exchange','','inherit','closed','closed','','273-revision-v1','','','2020-06-01 19:09:59','2020-06-01 19:09:59','',273,'https://cryptowallet.labcp.co/273-revision-v1/',0,'revision','',0),(1310,1,'2020-06-03 22:29:24','2020-06-03 22:29:24','a:10:{s:4:\"type\";s:8:\"repeater\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"collapsed\";s:19:\"field_5ed818032a50d\";s:3:\"min\";i:0;s:3:\"max\";i:0;s:6:\"layout\";s:5:\"table\";s:12:\"button_label\";s:8:\"Add Icon\";}','Icons','icons','publish','closed','closed','','field_5ed817cf2a50b','','','2020-06-03 22:29:24','2020-06-03 22:29:24','',1132,'https://cryptowallet.labcp.co/?post_type=acf-field&p=1310',2,'acf-field','',0),(1311,1,'2020-06-03 22:29:24','2020-06-03 22:29:24','a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:4:\"40px\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}','Icon','icon','publish','closed','closed','','field_5ed817dd2a50c','','','2020-06-10 16:28:06','2020-06-10 16:28:06','',1310,'https://cryptowallet.labcp.co/?post_type=acf-field&#038;p=1311',0,'acf-field','',0),(1312,1,'2020-06-03 22:29:24','2020-06-03 22:29:24','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Icon Text','icon_text','publish','closed','closed','','field_5ed818032a50d','','','2020-06-03 22:29:24','2020-06-03 22:29:24','',1310,'https://cryptowallet.labcp.co/?post_type=acf-field&p=1312',1,'acf-field','',0),(1313,1,'2020-06-03 22:31:31','2020-06-03 22:31:31','','bacs','','inherit','open','closed','','bacs','','','2020-06-03 22:31:31','2020-06-03 22:31:31','',273,'https://cryptowallet.labcp.co/app/uploads/2020/06/bacs.svg',0,'attachment','image/svg+xml',0),(1314,1,'2020-06-03 22:31:31','2020-06-03 22:31:31','','bacs','','inherit','open','closed','','bacs-2','','','2020-06-03 22:31:31','2020-06-03 22:31:31','',0,'https://cryptowallet.labcp.co/app/uploads/2020/06/bacs.svg',0,'attachment','image/svg+xml',0),(1315,1,'2020-06-03 22:31:31','2020-06-03 22:31:31','','bacs','','inherit','open','closed','','bacs-2','','','2020-06-03 22:31:31','2020-06-03 22:31:31','',0,'https://cryptowallet.labcp.co/app/uploads/2020/06/bacs.svg',0,'attachment','image/svg+xml',0),(1316,1,'2020-06-03 22:31:31','2020-06-03 22:31:31','','bacs','','inherit','open','closed','','bacs-2','','','2020-06-03 22:31:31','2020-06-03 22:31:31','',0,'https://cryptowallet.labcp.co/app/uploads/2020/06/bacs.svg',0,'attachment','image/svg+xml',0),(1317,1,'2020-06-03 22:31:31','2020-06-03 22:31:31','','bacs','','inherit','open','closed','','bacs-2','','','2020-06-03 22:31:31','2020-06-03 22:31:31','',0,'https://cryptowallet.labcp.co/app/uploads/2020/06/bacs.svg',0,'attachment','image/svg+xml',0),(1318,1,'2020-06-03 22:31:31','2020-06-03 22:31:31','','card','','inherit','open','closed','','card','','','2020-06-03 22:31:31','2020-06-03 22:31:31','',273,'https://cryptowallet.labcp.co/app/uploads/2020/06/card.svg',0,'attachment','image/svg+xml',0),(1319,1,'2020-06-03 22:31:31','2020-06-03 22:31:31','','card','','inherit','open','closed','','card-2','','','2020-06-03 22:31:31','2020-06-03 22:31:31','',0,'https://cryptowallet.labcp.co/app/uploads/2020/06/card.svg',0,'attachment','image/svg+xml',0),(1320,1,'2020-06-03 22:31:31','2020-06-03 22:31:31','','card','','inherit','open','closed','','card-2','','','2020-06-03 22:31:31','2020-06-03 22:31:31','',0,'https://cryptowallet.labcp.co/app/uploads/2020/06/card.svg',0,'attachment','image/svg+xml',0),(1321,1,'2020-06-03 22:31:31','2020-06-03 22:31:31','','card','','inherit','open','closed','','card-2','','','2020-06-03 22:31:31','2020-06-03 22:31:31','',0,'https://cryptowallet.labcp.co/app/uploads/2020/06/card.svg',0,'attachment','image/svg+xml',0),(1322,1,'2020-06-03 22:31:31','2020-06-03 22:31:31','','card','','inherit','open','closed','','card-2','','','2020-06-03 22:31:31','2020-06-03 22:31:31','',0,'https://cryptowallet.labcp.co/app/uploads/2020/06/card.svg',0,'attachment','image/svg+xml',0),(1323,1,'2020-06-03 22:31:32','2020-06-03 22:31:32','','chaps','','inherit','open','closed','','chaps','','','2020-06-03 22:31:32','2020-06-03 22:31:32','',273,'https://cryptowallet.labcp.co/app/uploads/2020/06/chaps.svg',0,'attachment','image/svg+xml',0),(1324,1,'2020-06-03 22:31:32','2020-06-03 22:31:32','','chaps','','inherit','open','closed','','chaps-2','','','2020-06-03 22:31:32','2020-06-03 22:31:32','',0,'https://cryptowallet.labcp.co/app/uploads/2020/06/chaps.svg',0,'attachment','image/svg+xml',0),(1325,1,'2020-06-03 22:31:32','2020-06-03 22:31:32','','chaps','','inherit','open','closed','','chaps-2','','','2020-06-03 22:31:32','2020-06-03 22:31:32','',0,'https://cryptowallet.labcp.co/app/uploads/2020/06/chaps.svg',0,'attachment','image/svg+xml',0),(1326,1,'2020-06-03 22:31:32','2020-06-03 22:31:32','','chaps','','inherit','open','closed','','chaps-2','','','2020-06-03 22:31:32','2020-06-03 22:31:32','',0,'https://cryptowallet.labcp.co/app/uploads/2020/06/chaps.svg',0,'attachment','image/svg+xml',0),(1327,1,'2020-06-03 22:31:32','2020-06-03 22:31:32','','chaps','','inherit','open','closed','','chaps-2','','','2020-06-03 22:31:32','2020-06-03 22:31:32','',0,'https://cryptowallet.labcp.co/app/uploads/2020/06/chaps.svg',0,'attachment','image/svg+xml',0),(1328,1,'2020-06-03 22:31:33','2020-06-03 22:31:33','','fps','','inherit','open','closed','','fps','','','2020-06-03 22:31:33','2020-06-03 22:31:33','',273,'https://cryptowallet.labcp.co/app/uploads/2020/06/fps.svg',0,'attachment','image/svg+xml',0),(1329,1,'2020-06-03 22:31:33','2020-06-03 22:31:33','','fps','','inherit','open','closed','','fps-2','','','2020-06-03 22:31:33','2020-06-03 22:31:33','',0,'https://cryptowallet.labcp.co/app/uploads/2020/06/fps.svg',0,'attachment','image/svg+xml',0),(1330,1,'2020-06-03 22:31:33','2020-06-03 22:31:33','','fps','','inherit','open','closed','','fps-2','','','2020-06-03 22:31:33','2020-06-03 22:31:33','',0,'https://cryptowallet.labcp.co/app/uploads/2020/06/fps.svg',0,'attachment','image/svg+xml',0),(1331,1,'2020-06-03 22:31:33','2020-06-03 22:31:33','','fps','','inherit','open','closed','','fps-2','','','2020-06-03 22:31:33','2020-06-03 22:31:33','',0,'https://cryptowallet.labcp.co/app/uploads/2020/06/fps.svg',0,'attachment','image/svg+xml',0),(1332,1,'2020-06-03 22:31:33','2020-06-03 22:31:33','','fps','','inherit','open','closed','','fps-2','','','2020-06-03 22:31:33','2020-06-03 22:31:33','',0,'https://cryptowallet.labcp.co/app/uploads/2020/06/fps.svg',0,'attachment','image/svg+xml',0),(1333,1,'2020-06-03 22:31:34','2020-06-03 22:31:34','','mobile','','inherit','open','closed','','mobile','','','2020-06-03 22:31:34','2020-06-03 22:31:34','',273,'https://cryptowallet.labcp.co/app/uploads/2020/06/mobile.svg',0,'attachment','image/svg+xml',0),(1334,1,'2020-06-03 22:31:34','2020-06-03 22:31:34','','mobile','','inherit','open','closed','','mobile-2','','','2020-06-03 22:31:34','2020-06-03 22:31:34','',0,'https://cryptowallet.labcp.co/app/uploads/2020/06/mobile.svg',0,'attachment','image/svg+xml',0),(1335,1,'2020-06-03 22:31:34','2020-06-03 22:31:34','','mobile','','inherit','open','closed','','mobile-2','','','2020-06-03 22:31:34','2020-06-03 22:31:34','',0,'https://cryptowallet.labcp.co/app/uploads/2020/06/mobile.svg',0,'attachment','image/svg+xml',0),(1336,1,'2020-06-03 22:31:34','2020-06-03 22:31:34','','mobile','','inherit','open','closed','','mobile-2','','','2020-06-03 22:31:34','2020-06-03 22:31:34','',0,'https://cryptowallet.labcp.co/app/uploads/2020/06/mobile.svg',0,'attachment','image/svg+xml',0),(1337,1,'2020-06-03 22:31:34','2020-06-03 22:31:34','','mobile','','inherit','open','closed','','mobile-2','','','2020-06-03 22:31:34','2020-06-03 22:31:34','',0,'https://cryptowallet.labcp.co/app/uploads/2020/06/mobile.svg',0,'attachment','image/svg+xml',0),(1338,1,'2020-06-03 22:31:35','2020-06-03 22:31:35','','sepa','','inherit','open','closed','','sepa','','','2020-06-03 22:31:35','2020-06-03 22:31:35','',273,'https://cryptowallet.labcp.co/app/uploads/2020/06/sepa.svg',0,'attachment','image/svg+xml',0),(1339,1,'2020-06-03 22:31:35','2020-06-03 22:31:35','','sepa','','inherit','open','closed','','sepa-2','','','2020-06-03 22:31:35','2020-06-03 22:31:35','',0,'https://cryptowallet.labcp.co/app/uploads/2020/06/sepa.svg',0,'attachment','image/svg+xml',0),(1340,1,'2020-06-03 22:31:35','2020-06-03 22:31:35','','sepa','','inherit','open','closed','','sepa-2','','','2020-06-03 22:31:35','2020-06-03 22:31:35','',0,'https://cryptowallet.labcp.co/app/uploads/2020/06/sepa.svg',0,'attachment','image/svg+xml',0),(1341,1,'2020-06-03 22:31:35','2020-06-03 22:31:35','','sepa','','inherit','open','closed','','sepa-2','','','2020-06-03 22:31:35','2020-06-03 22:31:35','',0,'https://cryptowallet.labcp.co/app/uploads/2020/06/sepa.svg',0,'attachment','image/svg+xml',0),(1342,1,'2020-06-03 22:31:35','2020-06-03 22:31:35','','sepa','','inherit','open','closed','','sepa-2','','','2020-06-03 22:31:35','2020-06-03 22:31:35','',0,'https://cryptowallet.labcp.co/app/uploads/2020/06/sepa.svg',0,'attachment','image/svg+xml',0),(1343,1,'2020-06-03 22:31:35','2020-06-03 22:31:35','','swift','','inherit','open','closed','','swift','','','2020-06-03 22:31:35','2020-06-03 22:31:35','',273,'https://cryptowallet.labcp.co/app/uploads/2020/06/swift.svg',0,'attachment','image/svg+xml',0),(1344,1,'2020-06-03 22:31:35','2020-06-03 22:31:35','','swift','','inherit','open','closed','','swift-2','','','2020-06-03 22:31:35','2020-06-03 22:31:35','',0,'https://cryptowallet.labcp.co/app/uploads/2020/06/swift.svg',0,'attachment','image/svg+xml',0),(1345,1,'2020-06-03 22:31:35','2020-06-03 22:31:35','','swift','','inherit','open','closed','','swift-2','','','2020-06-03 22:31:35','2020-06-03 22:31:35','',0,'https://cryptowallet.labcp.co/app/uploads/2020/06/swift.svg',0,'attachment','image/svg+xml',0),(1346,1,'2020-06-03 22:31:35','2020-06-03 22:31:35','','swift','','inherit','open','closed','','swift-2','','','2020-06-03 22:31:35','2020-06-03 22:31:35','',0,'https://cryptowallet.labcp.co/app/uploads/2020/06/swift.svg',0,'attachment','image/svg+xml',0),(1347,1,'2020-06-03 22:31:35','2020-06-03 22:31:35','','swift','','inherit','open','closed','','swift-2','','','2020-06-03 22:31:35','2020-06-03 22:31:35','',0,'https://cryptowallet.labcp.co/app/uploads/2020/06/swift.svg',0,'attachment','image/svg+xml',0),(1348,1,'2020-06-03 22:32:59','2020-06-03 22:32:59','Trade the highest-ranked cryptocurrencies and stablecoins. CryptoWallet allows users to buy, hold, spend, and exchange digital assets. You can spend cryptocurrency in stores and online, or trade it here in the secure, end-to-end encrypted in-app exchange service.\r\n\r\nUsers typically use fiat currencies to buy their first crypto, and from there, you can live in a crypto-only world! The CryptoWallet exchange support thirteen top cryptos as well as multiple stablecoins.','Exchange','','inherit','closed','closed','','273-revision-v1','','','2020-06-03 22:32:59','2020-06-03 22:32:59','',273,'https://cryptowallet.labcp.co/273-revision-v1/',0,'revision','',0),(1349,1,'2020-06-03 22:33:28','2020-06-03 22:33:28','Trade the highest-ranked cryptocurrencies and stablecoins. CryptoWallet allows users to buy, hold, spend, and exchange digital assets. You can spend cryptocurrency in stores and online, or trade it here in the secure, end-to-end encrypted in-app exchange service.\r\n\r\nUsers typically use fiat currencies to buy their first crypto, and from there, you can live in a crypto-only world! The CryptoWallet exchange support thirteen top cryptos as well as multiple stablecoins.','Exchange','','inherit','closed','closed','','273-revision-v1','','','2020-06-03 22:33:28','2020-06-03 22:33:28','',273,'https://cryptowallet.labcp.co/273-revision-v1/',0,'revision','',0),(1351,1,'2020-06-08 18:48:55','2020-06-08 18:48:55','','Wallet','','inherit','closed','closed','','181-revision-v1','','','2020-06-08 18:48:55','2020-06-08 18:48:55','',181,'https://cryptowallet.labcp.co/181-revision-v1/',0,'revision','',0),(1352,1,'2020-06-08 18:48:56','2020-06-08 18:48:56','','Wallet','','inherit','closed','closed','','492-revision-v1','','','2020-06-08 18:48:56','2020-06-08 18:48:56','',492,'https://cryptowallet.labcp.co/492-revision-v1/',0,'revision','',0),(1362,1,'2020-06-25 16:40:57','2020-06-25 16:40:57','','Home','','inherit','closed','closed','','1103-revision-v1','','','2020-06-25 16:40:57','2020-06-25 16:40:57','',1103,'https://cryptowallet.labcp.co/1103-revision-v1/',0,'revision','',0),(1365,1,'2019-07-10 15:19:00','2019-07-10 15:19:00','','Home','','publish','closed','closed','','home','','','2020-06-25 17:30:26','2020-06-25 17:30:26','',0,'https://cryptowallet.labcp.co/home/',0,'page','',0),(1366,1,'2020-06-25 17:04:39','2020-06-25 17:04:39','','Home','','inherit','closed','closed','','1365-revision-v1','','','2020-06-25 17:04:39','2020-06-25 17:04:39','',1365,'https://cryptowallet.labcp.co/1365-revision-v1/',0,'revision','',0),(1367,2,'2020-06-25 17:27:36','2020-06-25 17:27:36','','Home','','inherit','closed','closed','','1365-revision-v1','','','2020-06-25 17:27:36','2020-06-25 17:27:36','',1365,'https://cryptowallet.labcp.co/1365-revision-v1/',0,'revision','',0),(1368,2,'2020-06-25 17:29:17','2020-06-25 17:29:17','','Home','','inherit','closed','closed','','1365-revision-v1','','','2020-06-25 17:29:17','2020-06-25 17:29:17','',1365,'https://cryptowallet.labcp.co/1365-revision-v1/',0,'revision','',0),(1369,2,'2020-06-25 17:30:26','2020-06-25 17:30:26','','Home','','inherit','closed','closed','','1365-revision-v1','','','2020-06-25 17:30:26','2020-06-25 17:30:26','',1365,'https://cryptowallet.labcp.co/1365-revision-v1/',0,'revision','',0),(1371,1,'2020-08-05 20:08:27','2020-08-05 20:08:27','a:7:{s:8:\"location\";a:5:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:13:\"page_template\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:13:\"page-card.php\";}}i:1;a:1:{i:0;a:3:{s:5:\"param\";s:13:\"page_template\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:17:\"page-exchange.php\";}}i:2;a:1:{i:0;a:3:{s:5:\"param\";s:13:\"page_template\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:15:\"page-wallet.php\";}}i:3;a:1:{i:0;a:3:{s:5:\"param\";s:13:\"page_template\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:21:\"page-coins-wallet.php\";}}i:4;a:1:{i:0;a:3:{s:5:\"param\";s:13:\"page_template\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:18:\"page-buycrypto.php\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:8:\"seamless\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";}','FAQ\'S','faqs','publish','open','open','','group_5f2b0c7101ac8','','','2020-12-07 21:33:07','2020-12-07 21:33:07','',0,'https://cryptowallet.labcp.co/?p=1371',10,'acf-field-group','',0),(1372,1,'2020-08-05 20:08:26','2020-08-05 20:08:26','a:10:{s:4:\"type\";s:10:\"true_false\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:7:\"message\";s:0:\"\";s:13:\"default_value\";i:0;s:2:\"ui\";i:0;s:10:\"ui_on_text\";s:0:\"\";s:11:\"ui_off_text\";s:0:\"\";}','Add FAQ','add_faq','publish','closed','closed','','field_5f2b0cecbf046','','','2020-08-05 20:08:26','2020-08-05 20:08:26','',1371,'https://cryptowallet.labcp.co/?post_type=acf-field&p=1372',0,'acf-field','',0),(1373,1,'2020-08-05 20:08:26','2020-08-05 20:08:26','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"field\";s:19:\"field_5f2b0cecbf046\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}}s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:5:\"FAQ\'S\";s:11:\"placeholder\";s:5:\"FAQ\'S\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Title FAQ','title_faq','publish','closed','closed','','field_5f2b0c7bbf042','','','2020-08-05 20:08:26','2020-08-05 20:08:26','',1371,'https://cryptowallet.labcp.co/?post_type=acf-field&p=1373',1,'acf-field','',0),(1374,1,'2020-08-05 20:08:26','2020-08-05 20:08:26','a:10:{s:4:\"type\";s:8:\"repeater\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"field\";s:19:\"field_5f2b0cecbf046\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}}s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"collapsed\";s:19:\"field_5f2b0cb2bf044\";s:3:\"min\";i:1;s:3:\"max\";i:0;s:6:\"layout\";s:3:\"row\";s:12:\"button_label\";s:7:\"Add FAQ\";}','Faq','faq','publish','closed','closed','','field_5f2b0c9fbf043','','','2020-08-05 20:08:26','2020-08-05 20:08:26','',1371,'https://cryptowallet.labcp.co/?post_type=acf-field&p=1374',2,'acf-field','',0),(1375,1,'2020-08-05 20:08:26','2020-08-05 20:08:26','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:2;s:9:\"new_lines\";s:2:\"br\";}','Title','title','publish','closed','closed','','field_5f2b0cb2bf044','','','2020-08-05 20:08:26','2020-08-05 20:08:26','',1374,'https://cryptowallet.labcp.co/?post_type=acf-field&p=1375',0,'acf-field','',0),(1376,1,'2020-08-05 20:08:27','2020-08-05 20:08:27','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:4;s:9:\"new_lines\";s:2:\"br\";}','Text','text','publish','closed','closed','','field_5f2b0cc4bf045','','','2020-08-05 20:08:27','2020-08-05 20:08:27','',1374,'https://cryptowallet.labcp.co/?post_type=acf-field&p=1376',1,'acf-field','',0),(1377,1,'2020-08-05 20:14:33','2020-08-05 20:14:33','','Card','','inherit','closed','closed','','221-autosave-v1','','','2020-08-05 20:14:33','2020-08-05 20:14:33','',221,'https://cryptowallet.labcp.co/221-autosave-v1/',0,'revision','',0),(1378,1,'2020-08-05 20:16:03','2020-08-05 20:16:03','','Card','','inherit','closed','closed','','221-revision-v1','','','2020-08-05 20:16:03','2020-08-05 20:16:03','',221,'https://cryptowallet.labcp.co/221-revision-v1/',0,'revision','',0),(1379,1,'2020-08-05 20:19:32','2020-08-05 20:19:32','','Wallet','','inherit','closed','closed','','181-revision-v1','','','2020-08-05 20:19:32','2020-08-05 20:19:32','',181,'https://cryptowallet.labcp.co/181-revision-v1/',0,'revision','',0),(1380,1,'2020-08-05 20:19:33','2020-08-05 20:19:33','','Wallet','','inherit','closed','closed','','492-revision-v1','','','2020-08-05 20:19:33','2020-08-05 20:19:33','',492,'https://cryptowallet.labcp.co/492-revision-v1/',0,'revision','',0),(1381,1,'2020-08-05 20:21:15','2020-08-05 20:21:15','Trade the highest-ranked cryptocurrencies and stablecoins. CryptoWallet allows users to buy, hold, spend, and exchange digital assets. You can spend cryptocurrency in stores and online, or trade it here in the secure, end-to-end encrypted in-app exchange service.\r\n\r\nUsers typically use fiat currencies to buy their first crypto, and from there, you can live in a crypto-only world! The CryptoWallet exchange support thirteen top cryptos as well as multiple stablecoins.','Exchange','','inherit','closed','closed','','273-revision-v1','','','2020-08-05 20:21:15','2020-08-05 20:21:15','',273,'https://cryptowallet.labcp.co/273-revision-v1/',0,'revision','',0),(1383,1,'2020-10-15 00:43:20','2020-10-15 00:43:20','a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:13:\"page_template\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:12:\"page-buy.php\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:8:\"seamless\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";}','Buy','buy','publish','open','open','','group_5f873fd0e83d0','','','2020-10-20 00:44:58','2020-10-20 00:44:58','',0,'https://cryptowallet.labcp.co/?p=1383',0,'acf-field-group','',0),(1384,1,'2020-10-15 00:43:19','2020-10-15 00:43:19','a:13:{s:4:\"type\";s:6:\"select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:7:\"choices\";a:5:{s:7:\"bitcoin\";s:7:\"Bitcoin\";s:8:\"ethereum\";s:8:\"Ethereum\";s:8:\"litecoin\";s:8:\"Litecoin\";s:6:\"ripple\";s:6:\"Ripple\";s:6:\"tether\";s:6:\"Tether\";}s:13:\"default_value\";a:0:{}s:10:\"allow_null\";i:0;s:8:\"multiple\";i:0;s:2:\"ui\";i:0;s:13:\"return_format\";s:5:\"value\";s:4:\"ajax\";i:0;s:11:\"placeholder\";s:0:\"\";}','Animations','animations','publish','closed','closed','','field_5f873fd1c7e85','','','2020-10-20 00:44:58','2020-10-20 00:44:58','',1383,'https://cryptowallet.labcp.co/?post_type=acf-field&#038;p=1384',0,'acf-field','',0),(1385,1,'2020-10-15 00:43:19','2020-10-15 00:43:19','a:7:{s:4:\"type\";s:3:\"tab\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"placement\";s:3:\"top\";s:8:\"endpoint\";i:0;}','Section 1','','publish','closed','closed','','field_5f873fd1c8269','','','2020-10-20 00:44:58','2020-10-20 00:44:58','',1383,'https://cryptowallet.labcp.co/?post_type=acf-field&#038;p=1385',1,'acf-field','',0),(1386,1,'2020-10-15 00:43:20','2020-10-15 00:43:20','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Title Section 1','title_section_1','publish','closed','closed','','field_5f873fd1c8650','','','2020-10-20 00:44:58','2020-10-20 00:44:58','',1383,'https://cryptowallet.labcp.co/?post_type=acf-field&#038;p=1386',2,'acf-field','',0),(1387,1,'2020-10-15 00:43:20','2020-10-15 00:43:20','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:2;s:9:\"new_lines\";s:2:\"br\";}','Text Section 1','text_section_1','publish','closed','closed','','field_5f8741e317187','','','2020-10-20 00:44:58','2020-10-20 00:44:58','',1383,'https://cryptowallet.labcp.co/?post_type=acf-field&#038;p=1387',3,'acf-field','',0),(1388,1,'2020-10-15 00:43:20','2020-10-15 00:43:20','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"25\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:5;s:9:\"new_lines\";s:2:\"br\";}','Step 1','step_1','publish','closed','closed','','field_5f873fd1c8a34','','','2020-10-20 00:44:58','2020-10-20 00:44:58','',1383,'https://cryptowallet.labcp.co/?post_type=acf-field&#038;p=1388',4,'acf-field','',0),(1389,1,'2020-10-15 00:43:20','2020-10-15 00:43:20','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"25\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:5;s:9:\"new_lines\";s:2:\"br\";}','Step 2','step_2','publish','closed','closed','','field_5f873fd1c8e0e','','','2020-10-20 00:44:58','2020-10-20 00:44:58','',1383,'https://cryptowallet.labcp.co/?post_type=acf-field&#038;p=1389',5,'acf-field','',0),(1390,1,'2020-10-15 00:43:20','2020-10-15 00:43:20','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"25\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:5;s:9:\"new_lines\";s:2:\"br\";}','Step 3','step_3','publish','closed','closed','','field_5f873fd1c9223','','','2020-10-20 00:44:58','2020-10-20 00:44:58','',1383,'https://cryptowallet.labcp.co/?post_type=acf-field&#038;p=1390',6,'acf-field','',0),(1391,1,'2020-10-15 00:43:20','2020-10-15 00:43:20','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"25\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:5;s:9:\"new_lines\";s:2:\"br\";}','Step 4','step_4','publish','closed','closed','','field_5f873fd1c95ea','','','2020-10-20 00:44:58','2020-10-20 00:44:58','',1383,'https://cryptowallet.labcp.co/?post_type=acf-field&#038;p=1391',7,'acf-field','',0),(1392,1,'2020-10-15 00:43:20','2020-10-15 00:43:20','a:7:{s:4:\"type\";s:3:\"tab\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"placement\";s:3:\"top\";s:8:\"endpoint\";i:0;}','Section 2','','publish','closed','closed','','field_5f873fd1c99e2','','','2020-10-20 00:44:58','2020-10-20 00:44:58','',1383,'https://cryptowallet.labcp.co/?post_type=acf-field&#038;p=1392',8,'acf-field','',0),(1393,1,'2020-10-15 00:43:20','2020-10-15 00:43:20','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Title Section 2','title_section_2','publish','closed','closed','','field_5f873fd1c9dc8','','','2020-10-20 00:44:58','2020-10-20 00:44:58','',1383,'https://cryptowallet.labcp.co/?post_type=acf-field&#038;p=1393',9,'acf-field','',0),(1394,1,'2020-10-15 00:43:20','2020-10-15 00:43:20','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:2;s:9:\"new_lines\";s:2:\"br\";}','Text Section 2','text_section_2','publish','closed','closed','','field_5f873fd1ca1af','','','2020-10-20 00:44:58','2020-10-20 00:44:58','',1383,'https://cryptowallet.labcp.co/?post_type=acf-field&#038;p=1394',10,'acf-field','',0),(1395,1,'2020-10-15 00:43:20','2020-10-15 00:43:20','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:5:\"33.33\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Title Option 1','title_option_1','publish','closed','closed','','field_5f874930d689c','','','2020-10-20 00:44:58','2020-10-20 00:44:58','',1383,'https://cryptowallet.labcp.co/?post_type=acf-field&#038;p=1395',11,'acf-field','',0),(1396,1,'2020-10-15 00:43:20','2020-10-15 00:43:20','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:5:\"33.33\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Title Option 2','title_option_2','publish','closed','closed','','field_5f87494fd689d','','','2020-10-20 00:44:58','2020-10-20 00:44:58','',1383,'https://cryptowallet.labcp.co/?post_type=acf-field&#038;p=1396',12,'acf-field','',0),(1397,1,'2020-10-15 00:43:20','2020-10-15 00:43:20','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:5:\"33.33\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Title Option 3','title_option_3','publish','closed','closed','','field_5f874951d689e','','','2020-10-20 00:44:58','2020-10-20 00:44:58','',1383,'https://cryptowallet.labcp.co/?post_type=acf-field&#038;p=1397',13,'acf-field','',0),(1398,1,'2020-10-15 00:43:20','2020-10-15 00:43:20','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:5:\"33.33\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:5;s:9:\"new_lines\";s:2:\"br\";}','Option 1','option_1','publish','closed','closed','','field_5f873fd1ca596','','','2020-10-20 00:44:58','2020-10-20 00:44:58','',1383,'https://cryptowallet.labcp.co/?post_type=acf-field&#038;p=1398',14,'acf-field','',0),(1399,1,'2020-10-15 00:43:20','2020-10-15 00:43:20','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:5:\"33.33\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:5;s:9:\"new_lines\";s:2:\"br\";}','Option 2','option_2','publish','closed','closed','','field_5f873fd1ca978','','','2020-10-20 00:44:58','2020-10-20 00:44:58','',1383,'https://cryptowallet.labcp.co/?post_type=acf-field&#038;p=1399',15,'acf-field','',0),(1400,1,'2020-10-15 00:43:20','2020-10-15 00:43:20','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:5:\"33.33\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:5;s:9:\"new_lines\";s:2:\"br\";}','Option 3','option_3','publish','closed','closed','','field_5f873fd1cad5d','','','2020-10-20 00:44:58','2020-10-20 00:44:58','',1383,'https://cryptowallet.labcp.co/?post_type=acf-field&#038;p=1400',16,'acf-field','',0),(1401,1,'2020-10-15 00:43:20','2020-10-15 00:43:20','a:7:{s:4:\"type\";s:3:\"tab\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"placement\";s:3:\"top\";s:8:\"endpoint\";i:0;}','Section 3','','publish','closed','closed','','field_5f873fd1cb145','','','2020-10-20 00:44:58','2020-10-20 00:44:58','',1383,'https://cryptowallet.labcp.co/?post_type=acf-field&#038;p=1401',17,'acf-field','',0),(1402,1,'2020-10-15 00:43:20','2020-10-15 00:43:20','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Title Section 3','title_section_3','publish','closed','closed','','field_5f873fd1cb52c','','','2020-10-20 00:44:58','2020-10-20 00:44:58','',1383,'https://cryptowallet.labcp.co/?post_type=acf-field&#038;p=1402',18,'acf-field','',0),(1403,1,'2020-10-15 00:43:20','2020-10-15 00:43:20','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:6;s:9:\"new_lines\";s:2:\"br\";}','Text Section 3','text_section_3','publish','closed','closed','','field_5f873fd1cb92a','','','2020-10-20 00:44:58','2020-10-20 00:44:58','',1383,'https://cryptowallet.labcp.co/?post_type=acf-field&#038;p=1403',19,'acf-field','',0),(1404,1,'2020-10-15 00:43:20','2020-10-15 00:43:20','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:2;s:9:\"new_lines\";s:2:\"br\";}','Quote Section 3','quote_section_3','publish','closed','closed','','field_5f874acb51c4a','','','2020-10-20 00:44:58','2020-10-20 00:44:58','',1383,'https://cryptowallet.labcp.co/?post_type=acf-field&#038;p=1404',20,'acf-field','',0),(1405,1,'2020-10-15 00:43:20','2020-10-15 00:43:20','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Title Download','title_download','publish','closed','closed','','field_5f874cc8a579b','','','2020-10-20 00:44:58','2020-10-20 00:44:58','',1383,'https://cryptowallet.labcp.co/?post_type=acf-field&#038;p=1405',21,'acf-field','',0),(1406,1,'2020-10-15 00:43:20','2020-10-15 00:43:20','a:7:{s:4:\"type\";s:3:\"tab\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"placement\";s:3:\"top\";s:8:\"endpoint\";i:0;}','Section 4','','publish','closed','closed','','field_5f874d9484269','','','2020-10-20 00:44:58','2020-10-20 00:44:58','',1383,'https://cryptowallet.labcp.co/?post_type=acf-field&#038;p=1406',22,'acf-field','',0),(1407,1,'2020-10-15 00:43:20','2020-10-15 00:43:20','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Title Section 4','title_section_4','publish','closed','closed','','field_5f874d9d8426a','','','2020-10-20 00:44:58','2020-10-20 00:44:58','',1383,'https://cryptowallet.labcp.co/?post_type=acf-field&#038;p=1407',23,'acf-field','',0),(1408,1,'2020-10-15 00:43:20','2020-10-15 00:43:20','a:10:{s:4:\"type\";s:8:\"repeater\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"collapsed\";s:19:\"field_5f874e1f978ca\";s:3:\"min\";i:0;s:3:\"max\";i:0;s:6:\"layout\";s:5:\"block\";s:12:\"button_label\";s:8:\"Add Item\";}','Itens','itens','publish','closed','closed','','field_5f874e15978c9','','','2020-10-20 00:44:58','2020-10-20 00:44:58','',1383,'https://cryptowallet.labcp.co/?post_type=acf-field&#038;p=1408',24,'acf-field','',0),(1409,1,'2020-10-15 00:43:20','2020-10-15 00:43:20','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Title','title','publish','closed','closed','','field_5f874e1f978ca','','','2020-10-20 00:44:58','2020-10-20 00:44:58','',1408,'https://cryptowallet.labcp.co/?post_type=acf-field&#038;p=1409',0,'acf-field','',0),(1410,1,'2020-10-15 00:43:20','2020-10-15 00:43:20','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:4;s:9:\"new_lines\";s:2:\"br\";}','Description','description','publish','closed','closed','','field_5f874e33978cb','','','2020-10-20 00:44:58','2020-10-20 00:44:58','',1408,'https://cryptowallet.labcp.co/?post_type=acf-field&#038;p=1410',1,'acf-field','',0),(1411,1,'2020-10-15 00:43:50','2020-10-15 00:43:50','To buy Bitcoin online with CryptoWallet, simply top up your account with fiat currency (like the US dollar) or cryptocurrency and navigate to our cryptocurrency exchange in the app. Select Bitcoin (BTC), choose the amount you want to buy, and make your trade! Your Bitcoin funds will appear in the balance section of your wallet.','Buy Bitcoin','','publish','closed','closed','','buy-bitcoin','','','2020-10-20 00:45:33','2020-10-20 00:45:33','',0,'https://cryptowallet.labcp.co/?page_id=1411',0,'page','',0),(1412,1,'2020-10-15 00:43:50','2020-10-15 00:43:50','To buy Bitcoin online with CryptoWallet, simply top up your account with fiat currency (like the US dollar) or cryptocurrency and navigate to our cryptocurrency exchange in the app. Select Bitcoin (BTC), choose the amount you want to buy, and make your trade! Your Bitcoin funds will appear in the balance section of your wallet.','Buy Bitcoin','','inherit','closed','closed','','1411-revision-v1','','','2020-10-15 00:43:50','2020-10-15 00:43:50','',1411,'https://cryptowallet.labcp.co/1411-revision-v1/',0,'revision','',0),(1414,1,'2020-10-15 15:14:26','2020-10-15 15:14:26','To buy Bitcoin online with CryptoWallet, simply top up your account with fiat currency (like the US dollar) or cryptocurrency and navigate to our cryptocurrency exchange in the app. Select Bitcoin (BTC), choose the amount you want to buy, and make your trade! Your Bitcoin funds will appear in the balance section of your wallet.','Buy Bitcoin','','inherit','closed','closed','','1411-revision-v1','','','2020-10-15 15:14:26','2020-10-15 15:14:26','',1411,'https://cryptowallet.labcp.co/1411-revision-v1/',0,'revision','',0),(1415,1,'2020-10-15 15:15:08','2020-10-15 15:15:08','To buy Bitcoin online with CryptoWallet, simply top up your account with fiat currency (like the US dollar) or cryptocurrency and navigate to our cryptocurrency exchange in the app. Select Bitcoin (BTC), choose the amount you want to buy, and make your trade! Your Bitcoin funds will appear in the balance section of your wallet.','Buy Bitcoin','','inherit','closed','closed','','1411-revision-v1','','','2020-10-15 15:15:08','2020-10-15 15:15:08','',1411,'https://cryptowallet.labcp.co/1411-revision-v1/',0,'revision','',0),(1416,1,'2020-10-20 00:45:38','2020-10-20 00:45:38','To buy Bitcoin online with CryptoWallet, simply top up your account with fiat currency (like the US dollar) or cryptocurrency and navigate to our cryptocurrency exchange in the app. Select Bitcoin (BTC), choose the amount you want to buy, and make your trade! Your Bitcoin funds will appear in the balance section of your wallet.','Buy Ethereum','','publish','closed','closed','','buy-ethereum','','','2020-10-20 00:48:38','2020-10-20 00:48:38','',0,'https://cryptowallet.labcp.co/?page_id=1416',0,'page','',0),(1417,1,'2020-10-20 00:45:48','2020-10-20 00:45:48','To buy Bitcoin online with CryptoWallet, simply top up your account with fiat currency (like the US dollar) or cryptocurrency and navigate to our cryptocurrency exchange in the app. Select Bitcoin (BTC), choose the amount you want to buy, and make your trade! Your Bitcoin funds will appear in the balance section of your wallet.','Buy Litecoin','','publish','closed','closed','','buy-litecoin','','','2020-10-20 00:48:44','2020-10-20 00:48:44','',0,'https://cryptowallet.labcp.co/?page_id=1417',0,'page','',0),(1418,1,'2020-10-20 00:45:48','2020-10-20 00:45:48','To buy Bitcoin online with CryptoWallet, simply top up your account with fiat currency (like the US dollar) or cryptocurrency and navigate to our cryptocurrency exchange in the app. Select Bitcoin (BTC), choose the amount you want to buy, and make your trade! Your Bitcoin funds will appear in the balance section of your wallet.','Buy Ripple','','publish','closed','closed','','buy-ripple','','','2020-10-20 00:48:49','2020-10-20 00:48:49','',0,'https://cryptowallet.labcp.co/?page_id=1418',0,'page','',0),(1419,1,'2020-10-20 00:45:54','2020-10-20 00:45:54','To buy Bitcoin online with CryptoWallet, simply top up your account with fiat currency (like the US dollar) or cryptocurrency and navigate to our cryptocurrency exchange in the app. Select Bitcoin (BTC), choose the amount you want to buy, and make your trade! Your Bitcoin funds will appear in the balance section of your wallet.','Buy Tether','','publish','closed','closed','','buy-tether','','','2020-10-20 00:48:53','2020-10-20 00:48:53','',0,'https://cryptowallet.labcp.co/?page_id=1419',0,'page','',0),(1420,1,'2020-10-20 00:47:06','2020-10-20 00:47:06','To buy Bitcoin online with CryptoWallet, simply top up your account with fiat currency (like the US dollar) or cryptocurrency and navigate to our cryptocurrency exchange in the app. Select Bitcoin (BTC), choose the amount you want to buy, and make your trade! Your Bitcoin funds will appear in the balance section of your wallet.','Buy Ethereum','','inherit','closed','closed','','1416-revision-v1','','','2020-10-20 00:47:06','2020-10-20 00:47:06','',1416,'https://cryptowallet.labcp.co/1416-revision-v1/',0,'revision','',0),(1421,1,'2020-10-20 00:47:45','2020-10-20 00:47:45','To buy Bitcoin online with CryptoWallet, simply top up your account with fiat currency (like the US dollar) or cryptocurrency and navigate to our cryptocurrency exchange in the app. Select Bitcoin (BTC), choose the amount you want to buy, and make your trade! Your Bitcoin funds will appear in the balance section of your wallet.','Buy Litecoin','','inherit','closed','closed','','1417-revision-v1','','','2020-10-20 00:47:45','2020-10-20 00:47:45','',1417,'https://cryptowallet.labcp.co/1417-revision-v1/',0,'revision','',0),(1422,1,'2020-10-20 00:48:01','2020-10-20 00:48:01','To buy Bitcoin online with CryptoWallet, simply top up your account with fiat currency (like the US dollar) or cryptocurrency and navigate to our cryptocurrency exchange in the app. Select Bitcoin (BTC), choose the amount you want to buy, and make your trade! Your Bitcoin funds will appear in the balance section of your wallet.','Buy Ripple','','inherit','closed','closed','','1418-revision-v1','','','2020-10-20 00:48:01','2020-10-20 00:48:01','',1418,'https://cryptowallet.labcp.co/1418-revision-v1/',0,'revision','',0),(1423,1,'2020-10-20 00:48:06','2020-10-20 00:48:06','To buy Bitcoin online with CryptoWallet, simply top up your account with fiat currency (like the US dollar) or cryptocurrency and navigate to our cryptocurrency exchange in the app. Select Bitcoin (BTC), choose the amount you want to buy, and make your trade! Your Bitcoin funds will appear in the balance section of your wallet.','Buy Tether','','inherit','closed','closed','','1419-revision-v1','','','2020-10-20 00:48:06','2020-10-20 00:48:06','',1419,'https://cryptowallet.labcp.co/1419-revision-v1/',0,'revision','',0),(1424,1,'2020-10-20 00:48:38','2020-10-20 00:48:38','To buy Bitcoin online with CryptoWallet, simply top up your account with fiat currency (like the US dollar) or cryptocurrency and navigate to our cryptocurrency exchange in the app. Select Bitcoin (BTC), choose the amount you want to buy, and make your trade! Your Bitcoin funds will appear in the balance section of your wallet.','Buy Ethereum','','inherit','closed','closed','','1416-revision-v1','','','2020-10-20 00:48:38','2020-10-20 00:48:38','',1416,'https://cryptowallet.labcp.co/1416-revision-v1/',0,'revision','',0),(1425,1,'2020-10-20 00:48:44','2020-10-20 00:48:44','To buy Bitcoin online with CryptoWallet, simply top up your account with fiat currency (like the US dollar) or cryptocurrency and navigate to our cryptocurrency exchange in the app. Select Bitcoin (BTC), choose the amount you want to buy, and make your trade! Your Bitcoin funds will appear in the balance section of your wallet.','Buy Litecoin','','inherit','closed','closed','','1417-revision-v1','','','2020-10-20 00:48:44','2020-10-20 00:48:44','',1417,'https://cryptowallet.labcp.co/1417-revision-v1/',0,'revision','',0),(1426,1,'2020-10-20 00:48:49','2020-10-20 00:48:49','To buy Bitcoin online with CryptoWallet, simply top up your account with fiat currency (like the US dollar) or cryptocurrency and navigate to our cryptocurrency exchange in the app. Select Bitcoin (BTC), choose the amount you want to buy, and make your trade! Your Bitcoin funds will appear in the balance section of your wallet.','Buy Ripple','','inherit','closed','closed','','1418-revision-v1','','','2020-10-20 00:48:49','2020-10-20 00:48:49','',1418,'https://cryptowallet.labcp.co/1418-revision-v1/',0,'revision','',0),(1427,1,'2020-10-20 00:48:53','2020-10-20 00:48:53','To buy Bitcoin online with CryptoWallet, simply top up your account with fiat currency (like the US dollar) or cryptocurrency and navigate to our cryptocurrency exchange in the app. Select Bitcoin (BTC), choose the amount you want to buy, and make your trade! Your Bitcoin funds will appear in the balance section of your wallet.','Buy Tether','','inherit','closed','closed','','1419-revision-v1','','','2020-10-20 00:48:53','2020-10-20 00:48:53','',1419,'https://cryptowallet.labcp.co/1419-revision-v1/',0,'revision','',0),(1430,1,'2020-11-06 00:39:21','2020-11-06 00:39:21','a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:13:\"page_template\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:21:\"page-coins-wallet.php\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:8:\"seamless\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";}','Coin Wallet','coin-wallet','publish','open','open','','group_5fa414c7d9ff2','','','2020-11-06 00:40:32','2020-11-06 00:40:32','',0,'https://cryptowallet.labcp.co/?p=1430',0,'acf-field-group','',0),(1431,1,'2020-11-06 00:39:21','2020-11-06 00:39:21','a:13:{s:4:\"type\";s:6:\"select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:7:\"choices\";a:5:{s:7:\"bitcoin\";s:7:\"Bitcoin\";s:8:\"ethereum\";s:8:\"Ethereum\";s:8:\"litecoin\";s:8:\"Litecoin\";s:6:\"ripple\";s:6:\"Ripple\";s:6:\"tether\";s:6:\"Tether\";}s:13:\"default_value\";a:0:{}s:10:\"allow_null\";i:0;s:8:\"multiple\";i:0;s:2:\"ui\";i:0;s:13:\"return_format\";s:5:\"value\";s:4:\"ajax\";i:0;s:11:\"placeholder\";s:0:\"\";}','Animations','animations','publish','closed','closed','','field_5fa414c86a0c9','','','2020-11-06 00:39:21','2020-11-06 00:39:21','',1430,'https://cryptowallet.labcp.co/?post_type=acf-field&p=1431',0,'acf-field','',0),(1432,1,'2020-11-06 00:39:21','2020-11-06 00:39:21','a:7:{s:4:\"type\";s:3:\"tab\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"placement\";s:3:\"top\";s:8:\"endpoint\";i:0;}','Section 1','','publish','closed','closed','','field_5fa414c86db6e','','','2020-11-06 00:39:21','2020-11-06 00:39:21','',1430,'https://cryptowallet.labcp.co/?post_type=acf-field&p=1432',1,'acf-field','',0),(1433,1,'2020-11-06 00:39:21','2020-11-06 00:39:21','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Title Section 1','title_section_1','publish','closed','closed','','field_5fa414c871801','','','2020-11-06 00:39:21','2020-11-06 00:39:21','',1430,'https://cryptowallet.labcp.co/?post_type=acf-field&p=1433',2,'acf-field','',0),(1434,1,'2020-11-06 00:39:21','2020-11-06 00:39:21','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:8;s:9:\"new_lines\";s:2:\"br\";}','Text Section 1','text_section_1','publish','closed','closed','','field_5fa4160a61e8f','','','2020-11-06 00:39:21','2020-11-06 00:39:21','',1430,'https://cryptowallet.labcp.co/?post_type=acf-field&p=1434',3,'acf-field','',0),(1435,1,'2020-11-06 00:39:21','2020-11-06 00:39:21','a:7:{s:4:\"type\";s:3:\"tab\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"placement\";s:3:\"top\";s:8:\"endpoint\";i:0;}','Section 2','','publish','closed','closed','','field_5fa414c8a8cd8','','','2020-11-06 00:39:21','2020-11-06 00:39:21','',1430,'https://cryptowallet.labcp.co/?post_type=acf-field&p=1435',4,'acf-field','',0),(1436,1,'2020-11-06 00:39:21','2020-11-06 00:39:21','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Title Section 2','title_section_2','publish','closed','closed','','field_5fa414c8ac77f','','','2020-11-06 00:39:21','2020-11-06 00:39:21','',1430,'https://cryptowallet.labcp.co/?post_type=acf-field&p=1436',5,'acf-field','',0),(1437,1,'2020-11-06 00:39:21','2020-11-06 00:39:21','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:6;s:9:\"new_lines\";s:2:\"br\";}','Text Section 2','text_section_2','publish','closed','closed','','field_5fa414c8b0201','','','2020-11-06 00:39:21','2020-11-06 00:39:21','',1430,'https://cryptowallet.labcp.co/?post_type=acf-field&p=1437',6,'acf-field','',0),(1438,1,'2020-11-06 00:40:06','2020-11-06 00:40:06','<span style=\"font-weight: 400;\">Open a </span><span style=\"font-weight: 400;\">secure Bitcoin wallet</span><span style=\"font-weight: 400;\"> in minutes with CryptoWallet. You can </span><span style=\"font-weight: 400;\">get a BTC wallet</span><span style=\"font-weight: 400;\"> simply by downloading our </span><span style=\"font-weight: 400;\">Bitcoin wallet app</span><span style=\"font-weight: 400;\"> and following the on-screen instructions. Loading funds to top up your wallet is easy, and the </span><span style=\"font-weight: 400;\">online cryptocurrency wallet </span><span style=\"font-weight: 400;\">is compatible with many other high-cap cryptocurrencies.</span><span style=\"font-weight: 400;\">\r\n</span><span style=\"font-weight: 400;\">\r\n</span><span style=\"font-weight: 400;\">What’s more, you can spend your BTC in stores and online by ordering a crypto debit card! We provide the </span><span style=\"font-weight: 400;\">safest Bitcoin wallet</span><span style=\"font-weight: 400;\"> possible by working with BitGo, an industry leader in digital asset security.</span><span style=\"font-weight: 400;\">\r\n</span><span style=\"font-weight: 400;\">\r\n</span><span style=\"font-weight: 400;\">Read on to learn </span><a href=\"#\"><span style=\"font-weight: 400;\">how to set up a Bitcoin wallet</span><span style=\"font-weight: 400;\">.</span></a>','Bitcoin Wallet','','publish','closed','closed','','bitcoin-wallet','','','2020-11-06 20:48:38','2020-11-06 20:48:38','',0,'https://cryptowallet.labcp.co/?page_id=1438',0,'page','',0),(1439,1,'2020-11-06 00:40:06','2020-11-06 00:40:06','','Bitcoin Wallet','','inherit','closed','closed','','1438-revision-v1','','','2020-11-06 00:40:06','2020-11-06 00:40:06','',1438,'https://cryptowallet.labcp.co/1438-revision-v1/',0,'revision','',0),(1440,1,'2020-11-06 20:38:07','2020-11-06 20:38:07','<span style=\"font-weight: 400;\">Open a </span><span style=\"font-weight: 400;\">secure Bitcoin wallet</span><span style=\"font-weight: 400;\"> in minutes with CryptoWallet. You can </span><span style=\"font-weight: 400;\">get a BTC wallet</span><span style=\"font-weight: 400;\"> simply by downloading our </span><span style=\"font-weight: 400;\">Bitcoin wallet app</span><span style=\"font-weight: 400;\"> and following the on-screen instructions. Loading funds to top up your wallet is easy, and the </span><span style=\"font-weight: 400;\">online cryptocurrency wallet </span><span style=\"font-weight: 400;\">is compatible with many other high-cap cryptocurrencies.</span><span style=\"font-weight: 400;\">\n</span><span style=\"font-weight: 400;\">\n</span><span style=\"font-weight: 400;\">What’s more, you can spend your BTC in stores and online by ordering a crypto debit card! We provide the </span><span style=\"font-weight: 400;\">safest Bitcoin wallet</span><span style=\"font-weight: 400;\"> possible by working with BitGo, an industry leader in digital asset security.</span><span style=\"font-weight: 400;\">\n</span><span style=\"font-weight: 400;\">\n</span><span style=\"font-weight: 400;\">Read on to learn </span><a href=\"#\"><span style=\"font-weight: 400;\">how to set up a Bitcoin wallet</span><span style=\"font-weight: 400;\">.</span></a>','Bitcoin Wallet','','inherit','closed','closed','','1438-autosave-v1','','','2020-11-06 20:38:07','2020-11-06 20:38:07','',1438,'https://cryptowallet.labcp.co/1438-autosave-v1/',0,'revision','',0),(1441,1,'2020-11-06 00:43:24','2020-11-06 00:43:24','Open a secure Bitcoin wallet in minutes with CryptoWallet. You can get a BTC wallet simply by downloading our Bitcoin wallet app and following the on-screen instructions. Loading funds to top up your wallet is easy, and the online cryptocurrency wallet is compatible with many other high-cap cryptocurrencies.\r\n\r\nWhat’s more, you can spend your BTC in stores and online by ordering a crypto debit card! We provide the safest Bitcoin wallet possible by working with BitGo, an industry leader in digital asset security.\r\n\r\nRead on to learn <a href=\"#\">how to set up a Bitcoin wallet</a>.','Bitcoin Wallet','','inherit','closed','closed','','1438-revision-v1','','','2020-11-06 00:43:24','2020-11-06 00:43:24','',1438,'https://cryptowallet.labcp.co/1438-revision-v1/',0,'revision','',0),(1442,1,'2020-11-06 00:43:30','2020-11-06 00:43:30','Open a secure Bitcoin wallet in minutes with CryptoWallet. You can get a BTC wallet simply by downloading our Bitcoin wallet app and following the on-screen instructions. Loading funds to top up your wallet is easy, and the online cryptocurrency wallet is compatible with many other high-cap cryptocurrencies.\r\n\r\nWhat’s more, you can spend your BTC in stores and online by ordering a crypto debit card! We provide the safest Bitcoin wallet possible by working with BitGo, an industry leader in digital asset security.\r\n\r\nRead on to learn <a href=\"#\">how to set up a Bitcoin wallet</a>.','Bitcoin Wallet','','inherit','closed','closed','','1438-revision-v1','','','2020-11-06 00:43:30','2020-11-06 00:43:30','',1438,'https://cryptowallet.labcp.co/1438-revision-v1/',0,'revision','',0),(1443,1,'2020-11-06 00:44:29','2020-11-06 00:44:29','<span style=\"font-weight: 400;\">With CryptoWallet, you can open an </span><span style=\"font-weight: 400;\">Ethereum wallet</span><span style=\"font-weight: 400;\"> in just minutes. Our </span><span style=\"font-weight: 400;\">ether wallet app </span><span style=\"font-weight: 400;\">is compatible with many other cryptocurrencies, and you can buy Ethereum, trade with other cryptocurrencies, and even spend ETH on goods and services using the CryptoWallet debit card.</span><span style=\"font-weight: 400;\">\r\n</span><span style=\"font-weight: 400;\">\r\n</span><span style=\"font-weight: 400;\">We’ve launched the </span><span style=\"font-weight: 400;\">safest ethereum wallet</span><span style=\"font-weight: 400;\"> possible by partnering with BitGo, an industry leader in digital asset security. </span><span style=\"font-weight: 400;\">\r\n</span><span style=\"font-weight: 400;\">\r\n</span><span style=\"font-weight: 400;\">Read on to learn </span><a href=\"#\"><span style=\"font-weight: 400;\">how to set up an Ethereum wallet</span><span style=\"font-weight: 400;\">.</span></a>','Ethereum Wallet','','publish','closed','closed','','ethereum-wallet','','','2020-11-06 20:48:10','2020-11-06 20:48:10','',0,'https://cryptowallet.labcp.co/?page_id=1443',0,'page','',0),(1444,1,'2020-11-06 00:44:46','2020-11-06 00:44:46','<span style=\"font-weight: 400;\">Our </span><span style=\"font-weight: 400;\">cryptocurrency wallet</span><span style=\"font-weight: 400;\"> app allows you to instantly open up an </span><span style=\"font-weight: 400;\">LTC wallet</span><span style=\"font-weight: 400;\"> for free. Your Litecoin wallet can safely store LTC, and you can use your funds to trade crypto, and with our crypto debit card, you can even spend LTC online and in stores around the world!</span><span style=\"font-weight: 400;\">\r\n</span><span style=\"font-weight: 400;\">\r\n</span><span style=\"font-weight: 400;\">You can download our </span><span style=\"font-weight: 400;\">Litecoin wallet app</span><span style=\"font-weight: 400;\"> from the Google Play store or Apple store and trade 13 high-cap cryptocurrencies </span><span style=\"font-weight: 400;\">online</span><span style=\"font-weight: 400;\">, including Litecoin. Read on for information about how our</span><span style=\"font-weight: 400;\"> Litecoin wallet</span><span style=\"font-weight: 400;\"> works!</span>','Litecoin Wallet','','publish','closed','closed','','litecoin-wallet','','','2020-11-06 20:48:01','2020-11-06 20:48:01','',0,'https://cryptowallet.labcp.co/?page_id=1444',0,'page','',0),(1445,1,'2020-11-06 00:45:01','2020-11-06 00:45:01','<span style=\"font-weight: 400;\">Our </span><span style=\"font-weight: 400;\">cryptocurrency wallet</span><span style=\"font-weight: 400;\"> app allows you to instantly open up an </span><span style=\"font-weight: 400;\">XRP wallet</span><span style=\"font-weight: 400;\"> at once. With CryptoWallet, you can store Ripple safely in your online </span><span style=\"font-weight: 400;\">Android Ripple Wallet</span><span style=\"font-weight: 400;\">, or </span><span style=\"font-weight: 400;\">XRP wallet for iOS</span><span style=\"font-weight: 400;\">, as preferred. </span><span style=\"font-weight: 400;\">\r\n</span><span style=\"font-weight: 400;\">\r\n</span><span style=\"font-weight: 400;\">You can also connect your funds to a crypto debit card and spend XRP on goods and services wherever you go!</span><span style=\"font-weight: 400;\">\r\n</span><span style=\"font-weight: 400;\">\r\n</span><span style=\"font-weight: 400;\">Download our </span><span style=\"font-weight: 400;\">online Ripple wallet</span><span style=\"font-weight: 400;\"> from the Google Play store or Apple store to get started. Read on for information about how our</span><span style=\"font-weight: 400;\"> XRP wallet</span><span style=\"font-weight: 400;\"> works!</span>','Ripple Wallet','','publish','closed','closed','','ripple-wallet','','','2020-11-06 20:53:36','2020-11-06 20:53:36','',0,'https://cryptowallet.labcp.co/?page_id=1445',0,'page','',0),(1446,1,'2020-11-06 00:45:20','2020-11-06 00:45:20','<span style=\"font-weight: 400;\">You can use our </span><span style=\"font-weight: 400;\">cryptocurrency wallet</span><span style=\"font-weight: 400;\"> app to store Tether (USDT) and spend it in stores and online.</span>\r\n\r\n<span style=\"font-weight: 400;\">Our Tether wallet (USDT wallet) is compatible with the 12 other high-cap cryptocurrency wallets available from CryptoWallet. </span><span style=\"font-weight: 400;\">\r\n</span><span style=\"font-weight: 400;\">\r\n</span><span style=\"font-weight: 400;\">Download our wallet for Android or iOS to get a USDT wallet address, store your </span><span style=\"font-weight: 400;\">stable coin</span><span style=\"font-weight: 400;\"> funds, and access your very own </span><span style=\"font-weight: 400;\">USDT exchange</span><span style=\"font-weight: 400;\"> that facilitates </span><span style=\"font-weight: 400;\">Tether to USD</span><span style=\"font-weight: 400;\"> trades and transactions. </span>','Tether Wallet','','publish','closed','closed','','tether-wallet','','','2020-11-06 20:55:57','2020-11-06 20:55:57','',0,'https://cryptowallet.labcp.co/?page_id=1446',0,'page','',0),(1447,1,'2020-11-06 00:44:29','2020-11-06 00:44:29','Open a secure Bitcoin wallet in minutes with CryptoWallet. You can get a BTC wallet simply by downloading our Bitcoin wallet app and following the on-screen instructions. Loading funds to top up your wallet is easy, and the online cryptocurrency wallet is compatible with many other high-cap cryptocurrencies.\r\n\r\nWhat’s more, you can spend your BTC in stores and online by ordering a crypto debit card! We provide the safest Bitcoin wallet possible by working with BitGo, an industry leader in digital asset security.\r\n\r\nRead on to learn <a href=\"#\">how to set up a Bitcoin wallet</a>.','Bitcoin Ethereum','','inherit','closed','closed','','1443-revision-v1','','','2020-11-06 00:44:29','2020-11-06 00:44:29','',1443,'https://cryptowallet.labcp.co/1443-revision-v1/',0,'revision','',0),(1448,1,'2020-11-06 00:44:46','2020-11-06 00:44:46','Open a secure Bitcoin wallet in minutes with CryptoWallet. You can get a BTC wallet simply by downloading our Bitcoin wallet app and following the on-screen instructions. Loading funds to top up your wallet is easy, and the online cryptocurrency wallet is compatible with many other high-cap cryptocurrencies.\r\n\r\nWhat’s more, you can spend your BTC in stores and online by ordering a crypto debit card! We provide the safest Bitcoin wallet possible by working with BitGo, an industry leader in digital asset security.\r\n\r\nRead on to learn <a href=\"#\">how to set up a Bitcoin wallet</a>.','Bitcoin Litecoin','','inherit','closed','closed','','1444-revision-v1','','','2020-11-06 00:44:46','2020-11-06 00:44:46','',1444,'https://cryptowallet.labcp.co/1444-revision-v1/',0,'revision','',0),(1449,1,'2020-11-06 00:45:01','2020-11-06 00:45:01','Open a secure Bitcoin wallet in minutes with CryptoWallet. You can get a BTC wallet simply by downloading our Bitcoin wallet app and following the on-screen instructions. Loading funds to top up your wallet is easy, and the online cryptocurrency wallet is compatible with many other high-cap cryptocurrencies.\r\n\r\nWhat’s more, you can spend your BTC in stores and online by ordering a crypto debit card! We provide the safest Bitcoin wallet possible by working with BitGo, an industry leader in digital asset security.\r\n\r\nRead on to learn <a href=\"#\">how to set up a Bitcoin wallet</a>.','Bitcoin Ripple','','inherit','closed','closed','','1445-revision-v1','','','2020-11-06 00:45:01','2020-11-06 00:45:01','',1445,'https://cryptowallet.labcp.co/1445-revision-v1/',0,'revision','',0),(1450,1,'2020-11-06 00:45:20','2020-11-06 00:45:20','Open a secure Bitcoin wallet in minutes with CryptoWallet. You can get a BTC wallet simply by downloading our Bitcoin wallet app and following the on-screen instructions. Loading funds to top up your wallet is easy, and the online cryptocurrency wallet is compatible with many other high-cap cryptocurrencies.\r\n\r\nWhat’s more, you can spend your BTC in stores and online by ordering a crypto debit card! We provide the safest Bitcoin wallet possible by working with BitGo, an industry leader in digital asset security.\r\n\r\nRead on to learn <a href=\"#\">how to set up a Bitcoin wallet</a>.','Bitcoin Tether','','inherit','closed','closed','','1446-revision-v1','','','2020-11-06 00:45:20','2020-11-06 00:45:20','',1446,'https://cryptowallet.labcp.co/1446-revision-v1/',0,'revision','',0),(1451,1,'2020-11-06 20:40:22','2020-11-06 20:40:22','<span style=\"font-weight: 400;\">Open a </span><span style=\"font-weight: 400;\">secure Bitcoin wallet</span><span style=\"font-weight: 400;\"> in minutes with CryptoWallet. You can </span><span style=\"font-weight: 400;\">get a BTC wallet</span><span style=\"font-weight: 400;\"> simply by downloading our </span><span style=\"font-weight: 400;\">Bitcoin wallet app</span><span style=\"font-weight: 400;\"> and following the on-screen instructions. Loading funds to top up your wallet is easy, and the </span><span style=\"font-weight: 400;\">online cryptocurrency wallet </span><span style=\"font-weight: 400;\">is compatible with many other high-cap cryptocurrencies.</span><span style=\"font-weight: 400;\">\r\n</span><span style=\"font-weight: 400;\">\r\n</span><span style=\"font-weight: 400;\">What’s more, you can spend your BTC in stores and online by ordering a crypto debit card! We provide the </span><span style=\"font-weight: 400;\">safest Bitcoin wallet</span><span style=\"font-weight: 400;\"> possible by working with BitGo, an industry leader in digital asset security.</span><span style=\"font-weight: 400;\">\r\n</span><span style=\"font-weight: 400;\">\r\n</span><span style=\"font-weight: 400;\">Read on to learn </span><a href=\"#\"><span style=\"font-weight: 400;\">how to set up a Bitcoin wallet</span><span style=\"font-weight: 400;\">.</span></a>','Bitcoin Wallet','','inherit','closed','closed','','1438-revision-v1','','','2020-11-06 20:40:22','2020-11-06 20:40:22','',1438,'https://cryptowallet.labcp.co/1438-revision-v1/',0,'revision','',0),(1452,1,'2020-11-06 20:41:41','2020-11-06 20:41:41','<span style=\"font-weight: 400;\">With CryptoWallet, you can open an </span><span style=\"font-weight: 400;\">Ethereum wallet</span><span style=\"font-weight: 400;\"> in just minutes. Our </span><span style=\"font-weight: 400;\">ether wallet app </span><span style=\"font-weight: 400;\">is compatible with many other cryptocurrencies, and you can buy Ethereum, trade with other cryptocurrencies, and even spend ETH on goods and services using the CryptoWallet debit card.</span><span style=\"font-weight: 400;\">\n</span><span style=\"font-weight: 400;\">\n</span><span style=\"font-weight: 400;\">We’ve launched the </span><span style=\"font-weight: 400;\">safest ethereum wallet</span><span style=\"font-weight: 400;\"> possible by partnering with BitGo, an industry leader in digital asset security. </span><span style=\"font-weight: 400;\">\n</span><span style=\"font-weight: 400;\">\n</span><span style=\"font-weight: 400;\">Read on to learn </span><a href=\"#\"><span style=\"font-weight: 400;\">how to set up an Ethereum wallet</span><span style=\"font-weight: 400;\">.</span></a>','Bitcoin Ethereum','','inherit','closed','closed','','1443-autosave-v1','','','2020-11-06 20:41:41','2020-11-06 20:41:41','',1443,'https://cryptowallet.labcp.co/1443-autosave-v1/',0,'revision','',0),(1453,1,'2020-11-06 20:43:02','2020-11-06 20:43:02','<span style=\"font-weight: 400;\">With CryptoWallet, you can open an </span><span style=\"font-weight: 400;\">Ethereum wallet</span><span style=\"font-weight: 400;\"> in just minutes. Our </span><span style=\"font-weight: 400;\">ether wallet app </span><span style=\"font-weight: 400;\">is compatible with many other cryptocurrencies, and you can buy Ethereum, trade with other cryptocurrencies, and even spend ETH on goods and services using the CryptoWallet debit card.</span><span style=\"font-weight: 400;\">\r\n</span><span style=\"font-weight: 400;\">\r\n</span><span style=\"font-weight: 400;\">We’ve launched the </span><span style=\"font-weight: 400;\">safest ethereum wallet</span><span style=\"font-weight: 400;\"> possible by partnering with BitGo, an industry leader in digital asset security. </span><span style=\"font-weight: 400;\">\r\n</span><span style=\"font-weight: 400;\">\r\n</span><span style=\"font-weight: 400;\">Read on to learn </span><a href=\"#\"><span style=\"font-weight: 400;\">how to set up an Ethereum wallet</span><span style=\"font-weight: 400;\">.</span></a>','Bitcoin Ethereum','','inherit','closed','closed','','1443-revision-v1','','','2020-11-06 20:43:02','2020-11-06 20:43:02','',1443,'https://cryptowallet.labcp.co/1443-revision-v1/',0,'revision','',0),(1454,1,'2020-11-06 20:50:55','2020-11-06 20:50:55','<span style=\"font-weight: 400;\">Our </span><span style=\"font-weight: 400;\">cryptocurrency wallet</span><span style=\"font-weight: 400;\"> app allows you to instantly open up an </span><span style=\"font-weight: 400;\">LTC wallet</span><span style=\"font-weight: 400;\"> for free. Your Litecoin wallet can safely store LTC, and you can use your funds to trade crypto, and with our crypto debit card, you can even spend LTC online and in stores around the world!</span><span style=\"font-weight: 400;\">\n</span><span style=\"font-weight: 400;\">\n</span><span style=\"font-weight: 400;\">You can download our </span><span style=\"font-weight: 400;\">Litecoin wallet app</span><span style=\"font-weight: 400;\"> from the Google Play store or Apple store and trade 13 high-cap cryptocurrencies </span><span style=\"font-weight: 400;\">online</span><span style=\"font-weight: 400;\">, including Litecoin. Read on for information about how our</span><span style=\"font-weight: 400;\"> Litecoin wallet</span><span style=\"font-weight: 400;\"> works!</span>','Litecoin Wallet','','inherit','closed','closed','','1444-autosave-v1','','','2020-11-06 20:50:55','2020-11-06 20:50:55','',1444,'https://cryptowallet.labcp.co/1444-autosave-v1/',0,'revision','',0),(1455,1,'2020-11-06 20:47:01','2020-11-06 20:47:01','<span style=\"font-weight: 400;\">Our </span><span style=\"font-weight: 400;\">cryptocurrency wallet</span><span style=\"font-weight: 400;\"> app allows you to instantly open up an </span><span style=\"font-weight: 400;\">LTC wallet</span><span style=\"font-weight: 400;\"> for free. Your Litecoin wallet can safely store LTC, and you can use your funds to trade crypto, and with our crypto debit card, you can even spend LTC online and in stores around the world!</span><span style=\"font-weight: 400;\">\r\n</span><span style=\"font-weight: 400;\">\r\n</span><span style=\"font-weight: 400;\">You can download our </span><span style=\"font-weight: 400;\">Litecoin wallet app</span><span style=\"font-weight: 400;\"> from the Google Play store or Apple store and trade 13 high-cap cryptocurrencies </span><span style=\"font-weight: 400;\">online</span><span style=\"font-weight: 400;\">, including Litecoin. Read on for information about how our</span><span style=\"font-weight: 400;\"> Litecoin wallet</span><span style=\"font-weight: 400;\"> works!</span>','Bitcoin Litecoin','','inherit','closed','closed','','1444-revision-v1','','','2020-11-06 20:47:01','2020-11-06 20:47:01','',1444,'https://cryptowallet.labcp.co/1444-revision-v1/',0,'revision','',0),(1456,1,'2020-11-06 20:47:37','2020-11-06 20:47:37','Open a secure Bitcoin wallet in minutes with CryptoWallet. You can get a BTC wallet simply by downloading our Bitcoin wallet app and following the on-screen instructions. Loading funds to top up your wallet is easy, and the online cryptocurrency wallet is compatible with many other high-cap cryptocurrencies.\r\n\r\nWhat’s more, you can spend your BTC in stores and online by ordering a crypto debit card! We provide the safest Bitcoin wallet possible by working with BitGo, an industry leader in digital asset security.\r\n\r\nRead on to learn <a href=\"#\">how to set up a Bitcoin wallet</a>.','Tether Wallet','','inherit','closed','closed','','1446-revision-v1','','','2020-11-06 20:47:37','2020-11-06 20:47:37','',1446,'https://cryptowallet.labcp.co/1446-revision-v1/',0,'revision','',0),(1457,1,'2020-11-06 20:47:51','2020-11-06 20:47:51','Open a secure Bitcoin wallet in minutes with CryptoWallet. You can get a BTC wallet simply by downloading our Bitcoin wallet app and following the on-screen instructions. Loading funds to top up your wallet is easy, and the online cryptocurrency wallet is compatible with many other high-cap cryptocurrencies.\r\n\r\nWhat’s more, you can spend your BTC in stores and online by ordering a crypto debit card! We provide the safest Bitcoin wallet possible by working with BitGo, an industry leader in digital asset security.\r\n\r\nRead on to learn <a href=\"#\">how to set up a Bitcoin wallet</a>.','Ripple Wallet','','inherit','closed','closed','','1445-revision-v1','','','2020-11-06 20:47:51','2020-11-06 20:47:51','',1445,'https://cryptowallet.labcp.co/1445-revision-v1/',0,'revision','',0),(1458,1,'2020-11-06 20:48:01','2020-11-06 20:48:01','<span style=\"font-weight: 400;\">Our </span><span style=\"font-weight: 400;\">cryptocurrency wallet</span><span style=\"font-weight: 400;\"> app allows you to instantly open up an </span><span style=\"font-weight: 400;\">LTC wallet</span><span style=\"font-weight: 400;\"> for free. Your Litecoin wallet can safely store LTC, and you can use your funds to trade crypto, and with our crypto debit card, you can even spend LTC online and in stores around the world!</span><span style=\"font-weight: 400;\">\r\n</span><span style=\"font-weight: 400;\">\r\n</span><span style=\"font-weight: 400;\">You can download our </span><span style=\"font-weight: 400;\">Litecoin wallet app</span><span style=\"font-weight: 400;\"> from the Google Play store or Apple store and trade 13 high-cap cryptocurrencies </span><span style=\"font-weight: 400;\">online</span><span style=\"font-weight: 400;\">, including Litecoin. Read on for information about how our</span><span style=\"font-weight: 400;\"> Litecoin wallet</span><span style=\"font-weight: 400;\"> works!</span>','Litecoin Wallet','','inherit','closed','closed','','1444-revision-v1','','','2020-11-06 20:48:01','2020-11-06 20:48:01','',1444,'https://cryptowallet.labcp.co/1444-revision-v1/',0,'revision','',0),(1459,1,'2020-11-06 20:48:10','2020-11-06 20:48:10','<span style=\"font-weight: 400;\">With CryptoWallet, you can open an </span><span style=\"font-weight: 400;\">Ethereum wallet</span><span style=\"font-weight: 400;\"> in just minutes. Our </span><span style=\"font-weight: 400;\">ether wallet app </span><span style=\"font-weight: 400;\">is compatible with many other cryptocurrencies, and you can buy Ethereum, trade with other cryptocurrencies, and even spend ETH on goods and services using the CryptoWallet debit card.</span><span style=\"font-weight: 400;\">\r\n</span><span style=\"font-weight: 400;\">\r\n</span><span style=\"font-weight: 400;\">We’ve launched the </span><span style=\"font-weight: 400;\">safest ethereum wallet</span><span style=\"font-weight: 400;\"> possible by partnering with BitGo, an industry leader in digital asset security. </span><span style=\"font-weight: 400;\">\r\n</span><span style=\"font-weight: 400;\">\r\n</span><span style=\"font-weight: 400;\">Read on to learn </span><a href=\"#\"><span style=\"font-weight: 400;\">how to set up an Ethereum wallet</span><span style=\"font-weight: 400;\">.</span></a>','Ethereum Wallet','','inherit','closed','closed','','1443-revision-v1','','','2020-11-06 20:48:10','2020-11-06 20:48:10','',1443,'https://cryptowallet.labcp.co/1443-revision-v1/',0,'revision','',0),(1460,1,'2020-11-06 20:48:38','2020-11-06 20:48:38','<span style=\"font-weight: 400;\">Open a </span><span style=\"font-weight: 400;\">secure Bitcoin wallet</span><span style=\"font-weight: 400;\"> in minutes with CryptoWallet. You can </span><span style=\"font-weight: 400;\">get a BTC wallet</span><span style=\"font-weight: 400;\"> simply by downloading our </span><span style=\"font-weight: 400;\">Bitcoin wallet app</span><span style=\"font-weight: 400;\"> and following the on-screen instructions. Loading funds to top up your wallet is easy, and the </span><span style=\"font-weight: 400;\">online cryptocurrency wallet </span><span style=\"font-weight: 400;\">is compatible with many other high-cap cryptocurrencies.</span><span style=\"font-weight: 400;\">\r\n</span><span style=\"font-weight: 400;\">\r\n</span><span style=\"font-weight: 400;\">What’s more, you can spend your BTC in stores and online by ordering a crypto debit card! We provide the </span><span style=\"font-weight: 400;\">safest Bitcoin wallet</span><span style=\"font-weight: 400;\"> possible by working with BitGo, an industry leader in digital asset security.</span><span style=\"font-weight: 400;\">\r\n</span><span style=\"font-weight: 400;\">\r\n</span><span style=\"font-weight: 400;\">Read on to learn </span><a href=\"#\"><span style=\"font-weight: 400;\">how to set up a Bitcoin wallet</span><span style=\"font-weight: 400;\">.</span></a>','Bitcoin Wallet','','inherit','closed','closed','','1438-revision-v1','','','2020-11-06 20:48:38','2020-11-06 20:48:38','',1438,'https://cryptowallet.labcp.co/1438-revision-v1/',0,'revision','',0),(1461,1,'2020-11-06 20:52:14','2020-11-06 20:52:14','<span style=\"font-weight: 400;\">Our </span><span style=\"font-weight: 400;\">cryptocurrency wallet</span><span style=\"font-weight: 400;\"> app allows you to instantly open up an </span><span style=\"font-weight: 400;\">XRP wallet</span><span style=\"font-weight: 400;\"> at once. With CryptoWallet, you can store Ripple safely in your online </span><span style=\"font-weight: 400;\">Android Ripple Wallet</span><span style=\"font-weight: 400;\">, or </span><span style=\"font-weight: 400;\">XRP wallet for iOS</span><span style=\"font-weight: 400;\">, as preferred. </span><span style=\"font-weight: 400;\">\n</span><span style=\"font-weight: 400;\">\n</span><span style=\"font-weight: 400;\">You can also connect your funds to a crypto debit card and spend XRP on goods and services wherever you go!</span><span style=\"font-weight: 400;\">\n</span><span style=\"font-weight: 400;\">\n</span><span style=\"font-weight: 400;\">Download our </span><span style=\"font-weight: 400;\">online Ripple wallet</span><span style=\"font-weight: 400;\"> from the Google Play store or Apple store to get started. Read on for information about how our</span><span style=\"font-weight: 400;\"> XRP wallet</span><span style=\"font-weight: 400;\"> works!</span>','Ripple Wallet','','inherit','closed','closed','','1445-autosave-v1','','','2020-11-06 20:52:14','2020-11-06 20:52:14','',1445,'https://cryptowallet.labcp.co/1445-autosave-v1/',0,'revision','',0),(1462,1,'2020-11-06 20:53:36','2020-11-06 20:53:36','<span style=\"font-weight: 400;\">Our </span><span style=\"font-weight: 400;\">cryptocurrency wallet</span><span style=\"font-weight: 400;\"> app allows you to instantly open up an </span><span style=\"font-weight: 400;\">XRP wallet</span><span style=\"font-weight: 400;\"> at once. With CryptoWallet, you can store Ripple safely in your online </span><span style=\"font-weight: 400;\">Android Ripple Wallet</span><span style=\"font-weight: 400;\">, or </span><span style=\"font-weight: 400;\">XRP wallet for iOS</span><span style=\"font-weight: 400;\">, as preferred. </span><span style=\"font-weight: 400;\">\r\n</span><span style=\"font-weight: 400;\">\r\n</span><span style=\"font-weight: 400;\">You can also connect your funds to a crypto debit card and spend XRP on goods and services wherever you go!</span><span style=\"font-weight: 400;\">\r\n</span><span style=\"font-weight: 400;\">\r\n</span><span style=\"font-weight: 400;\">Download our </span><span style=\"font-weight: 400;\">online Ripple wallet</span><span style=\"font-weight: 400;\"> from the Google Play store or Apple store to get started. Read on for information about how our</span><span style=\"font-weight: 400;\"> XRP wallet</span><span style=\"font-weight: 400;\"> works!</span>','Ripple Wallet','','inherit','closed','closed','','1445-revision-v1','','','2020-11-06 20:53:36','2020-11-06 20:53:36','',1445,'https://cryptowallet.labcp.co/1445-revision-v1/',0,'revision','',0),(1463,1,'2020-11-06 20:54:48','2020-11-06 20:54:48','<span style=\"font-weight: 400;\">You can use our </span><span style=\"font-weight: 400;\">cryptocurrency wallet</span><span style=\"font-weight: 400;\"> app to store Tether (USDT) and spend it in stores and online.</span>\n\n<span style=\"font-weight: 400;\">Our Tether wallet (USDT wallet) is compatible with the 12 other high-cap cryptocurrency wallets available from CryptoWallet. </span><span style=\"font-weight: 400;\">\n</span><span style=\"font-weight: 400;\">\n</span><span style=\"font-weight: 400;\">Download our wallet for Android or iOS to get a USDT wallet address, store your </span><span style=\"font-weight: 400;\">stable coin</span><span style=\"font-weight: 400;\"> funds, and access your very own </span><span style=\"font-weight: 400;\">USDT exchange</span><span style=\"font-weight: 400;\"> that facilitates </span><span style=\"font-weight: 400;\">Tether to USD</span><span style=\"font-weight: 400;\"> trades and transactions. </span>','Tether Wallet','','inherit','closed','closed','','1446-autosave-v1','','','2020-11-06 20:54:48','2020-11-06 20:54:48','',1446,'https://cryptowallet.labcp.co/1446-autosave-v1/',0,'revision','',0),(1464,1,'2020-11-06 20:55:57','2020-11-06 20:55:57','<span style=\"font-weight: 400;\">You can use our </span><span style=\"font-weight: 400;\">cryptocurrency wallet</span><span style=\"font-weight: 400;\"> app to store Tether (USDT) and spend it in stores and online.</span>\r\n\r\n<span style=\"font-weight: 400;\">Our Tether wallet (USDT wallet) is compatible with the 12 other high-cap cryptocurrency wallets available from CryptoWallet. </span><span style=\"font-weight: 400;\">\r\n</span><span style=\"font-weight: 400;\">\r\n</span><span style=\"font-weight: 400;\">Download our wallet for Android or iOS to get a USDT wallet address, store your </span><span style=\"font-weight: 400;\">stable coin</span><span style=\"font-weight: 400;\"> funds, and access your very own </span><span style=\"font-weight: 400;\">USDT exchange</span><span style=\"font-weight: 400;\"> that facilitates </span><span style=\"font-weight: 400;\">Tether to USD</span><span style=\"font-weight: 400;\"> trades and transactions. </span>','Tether Wallet','','inherit','closed','closed','','1446-revision-v1','','','2020-11-06 20:55:57','2020-11-06 20:55:57','',1446,'https://cryptowallet.labcp.co/1446-revision-v1/',0,'revision','',0),(1466,1,'2020-12-07 21:30:16','2020-12-07 21:30:16','a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:13:\"page_template\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:18:\"page-buycrypto.php\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:8:\"seamless\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";}','Buy Crypto','buy-crypto','publish','open','open','','group_5fc8ffcd75e25','','','2020-12-07 21:30:16','2020-12-07 21:30:16','',0,'https://cryptowallet.labcp.co/?p=1466',0,'acf-field-group','',0),(1467,1,'2020-12-07 21:30:15','2020-12-07 21:30:15','a:7:{s:4:\"type\";s:3:\"tab\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"placement\";s:3:\"top\";s:8:\"endpoint\";i:0;}','Section 1','','publish','closed','closed','','field_5fc8ffce765ac','','','2020-12-07 21:30:15','2020-12-07 21:30:15','',1466,'https://cryptowallet.labcp.co/?post_type=acf-field&p=1467',0,'acf-field','',0),(1468,1,'2020-12-07 21:30:15','2020-12-07 21:30:15','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Title Section 1','title_section_1','publish','closed','closed','','field_5fc8ffce7a01e','','','2020-12-07 21:30:15','2020-12-07 21:30:15','',1466,'https://cryptowallet.labcp.co/?post_type=acf-field&p=1468',1,'acf-field','',0),(1469,1,'2020-12-07 21:30:15','2020-12-07 21:30:15','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:2;s:9:\"new_lines\";s:2:\"br\";}','Text Section 1','text_section_1','publish','closed','closed','','field_5fc8ffce7dae4','','','2020-12-07 21:30:15','2020-12-07 21:30:15','',1466,'https://cryptowallet.labcp.co/?post_type=acf-field&p=1469',2,'acf-field','',0),(1470,1,'2020-12-07 21:30:15','2020-12-07 21:30:15','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:5:\"33.33\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Title Option 1','title_option_1','publish','closed','closed','','field_5fc8ffce9af34','','','2020-12-07 21:30:15','2020-12-07 21:30:15','',1466,'https://cryptowallet.labcp.co/?post_type=acf-field&p=1470',3,'acf-field','',0),(1471,1,'2020-12-07 21:30:15','2020-12-07 21:30:15','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:5:\"33.33\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Title Option 2','title_option_2','publish','closed','closed','','field_5fc8ffce9e9cf','','','2020-12-07 21:30:15','2020-12-07 21:30:15','',1466,'https://cryptowallet.labcp.co/?post_type=acf-field&p=1471',4,'acf-field','',0),(1472,1,'2020-12-07 21:30:15','2020-12-07 21:30:15','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:5:\"33.33\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Title Option 3','title_option_3','publish','closed','closed','','field_5fc8ffcea245e','','','2020-12-07 21:30:15','2020-12-07 21:30:15','',1466,'https://cryptowallet.labcp.co/?post_type=acf-field&p=1472',5,'acf-field','',0),(1473,1,'2020-12-07 21:30:15','2020-12-07 21:30:15','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:5:\"33.33\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:5;s:9:\"new_lines\";s:2:\"br\";}','Option 1','option_1','publish','closed','closed','','field_5fc8ffcea5ef9','','','2020-12-07 21:30:15','2020-12-07 21:30:15','',1466,'https://cryptowallet.labcp.co/?post_type=acf-field&p=1473',6,'acf-field','',0),(1474,1,'2020-12-07 21:30:15','2020-12-07 21:30:15','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:5:\"33.33\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:5;s:9:\"new_lines\";s:2:\"br\";}','Option 2','option_2','publish','closed','closed','','field_5fc8ffcea998b','','','2020-12-07 21:30:15','2020-12-07 21:30:15','',1466,'https://cryptowallet.labcp.co/?post_type=acf-field&p=1474',7,'acf-field','',0),(1475,1,'2020-12-07 21:30:15','2020-12-07 21:30:15','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:5:\"33.33\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:5;s:9:\"new_lines\";s:2:\"br\";}','Option 3','option_3','publish','closed','closed','','field_5fc8ffcead410','','','2020-12-07 21:30:15','2020-12-07 21:30:15','',1466,'https://cryptowallet.labcp.co/?post_type=acf-field&p=1475',8,'acf-field','',0),(1476,1,'2020-12-07 21:30:15','2020-12-07 21:30:15','a:7:{s:4:\"type\";s:3:\"tab\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"placement\";s:3:\"top\";s:8:\"endpoint\";i:0;}','Section 2','','publish','closed','closed','','field_5fc8ffce8ff86','','','2020-12-07 21:30:15','2020-12-07 21:30:15','',1466,'https://cryptowallet.labcp.co/?post_type=acf-field&p=1476',9,'acf-field','',0),(1477,1,'2020-12-07 21:30:15','2020-12-07 21:30:15','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Title Section 2','title_section_2','publish','closed','closed','','field_5fc8ffce93a21','','','2020-12-07 21:30:15','2020-12-07 21:30:15','',1466,'https://cryptowallet.labcp.co/?post_type=acf-field&p=1477',10,'acf-field','',0),(1478,1,'2020-12-07 21:30:15','2020-12-07 21:30:15','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:2;s:9:\"new_lines\";s:2:\"br\";}','Text Section 2','text_section_2','publish','closed','closed','','field_5fc8ffce974b0','','','2020-12-07 21:30:15','2020-12-07 21:30:15','',1466,'https://cryptowallet.labcp.co/?post_type=acf-field&p=1478',11,'acf-field','',0),(1479,1,'2020-12-07 21:30:16','2020-12-07 21:30:16','a:10:{s:4:\"type\";s:8:\"repeater\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"collapsed\";s:19:\"field_5fc901ed124b6\";s:3:\"min\";i:1;s:3:\"max\";i:5;s:6:\"layout\";s:3:\"row\";s:12:\"button_label\";s:8:\"Add Coin\";}','Coins Page','coins_page','publish','closed','closed','','field_5fc9016f124b4','','','2020-12-07 21:30:16','2020-12-07 21:30:16','',1466,'https://cryptowallet.labcp.co/?post_type=acf-field&p=1479',12,'acf-field','',0),(1480,1,'2020-12-07 21:30:16','2020-12-07 21:30:16','a:11:{s:4:\"type\";s:11:\"post_object\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"post_type\";a:1:{i:0;s:4:\"page\";}s:8:\"taxonomy\";s:0:\"\";s:10:\"allow_null\";i:0;s:8:\"multiple\";i:0;s:13:\"return_format\";s:6:\"object\";s:2:\"ui\";i:1;}','Coin','coin','publish','closed','closed','','field_5fc901ed124b6','','','2020-12-07 21:30:16','2020-12-07 21:30:16','',1479,'https://cryptowallet.labcp.co/?post_type=acf-field&p=1480',0,'acf-field','',0),(1481,1,'2020-12-07 21:30:16','2020-12-07 21:30:16','a:7:{s:4:\"type\";s:3:\"tab\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"placement\";s:3:\"top\";s:8:\"endpoint\";i:0;}','CryptoWallet app','','publish','closed','closed','','field_5fc8ffceb0eaa','','','2020-12-07 21:30:16','2020-12-07 21:30:16','',1466,'https://cryptowallet.labcp.co/?post_type=acf-field&p=1481',13,'acf-field','',0),(1482,1,'2020-12-07 21:30:16','2020-12-07 21:30:16','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Title','title_app','publish','closed','closed','','field_5fc8ffceb4929','','','2020-12-07 21:30:16','2020-12-07 21:30:16','',1466,'https://cryptowallet.labcp.co/?post_type=acf-field&p=1482',14,'acf-field','',0),(1483,1,'2020-12-07 21:30:16','2020-12-07 21:30:16','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:8;s:9:\"new_lines\";s:2:\"br\";}','Text','text_app','publish','closed','closed','','field_5fc8ffceb83cd','','','2020-12-07 21:30:16','2020-12-07 21:30:16','',1466,'https://cryptowallet.labcp.co/?post_type=acf-field&p=1483',15,'acf-field','',0),(1484,1,'2020-12-07 21:31:22','2020-12-07 21:31:22','You can buy cryptocurrency easily with CW. To buy crypto, simply register your CryptoWallet account by following the on-screen instructions, and load your wallet with funds. You can buy cryptocurrency with a prepaid debit card or credit card -- just use the card to top up your CW account. You can also top up via wire transfer, and we accept USD, EUR, or GBP currencies.\r\n\r\nWhen you’re topped up, simply visit our crypto exchange, select the crypto you want to buy, choose and amount, and hit confirm!','Buy Crypto','','publish','closed','closed','','buy-crypto','','','2020-12-07 21:34:36','2020-12-07 21:34:36','',0,'https://cryptowallet.labcp.co/?page_id=1484',0,'page','',0),(1485,1,'2020-12-07 21:31:22','2020-12-07 21:31:22','You can buy cryptocurrency easily with CW. To buy crypto, simply register your CryptoWallet account by following the on-screen instructions, and load your wallet with funds. You can buy cryptocurrency with a prepaid debit card or credit card -- just use the card to top up your CW account. You can also top up via wire transfer, and we accept USD, EUR, or GBP currencies.\r\n\r\nWhen you’re topped up, simply visit our crypto exchange, select the crypto you want to buy, choose and amount, and hit confirm!','Buy Crypto','','inherit','closed','closed','','1484-revision-v1','','','2020-12-07 21:31:22','2020-12-07 21:31:22','',1484,'https://cryptowallet.labcp.co/1484-revision-v1/',0,'revision','',0),(1486,1,'2020-12-07 21:32:17','2020-12-07 21:32:17','You can buy cryptocurrency easily with CW. To buy crypto, simply register your CryptoWallet account by following the on-screen instructions, and load your wallet with funds. You can buy cryptocurrency with a prepaid debit card or credit card -- just use the card to top up your CW account. You can also top up via wire transfer, and we accept USD, EUR, or GBP currencies.\r\n\r\nWhen you’re topped up, simply visit our crypto exchange, select the crypto you want to buy, choose and amount, and hit confirm!','Buy Crypto','','inherit','closed','closed','','1484-revision-v1','','','2020-12-07 21:32:17','2020-12-07 21:32:17','',1484,'https://cryptowallet.labcp.co/1484-revision-v1/',0,'revision','',0),(1487,1,'2020-12-07 21:32:49','2020-12-07 21:32:49','You can buy cryptocurrency easily with CW. To buy crypto, simply register your CryptoWallet account by following the on-screen instructions, and load your wallet with funds. You can buy cryptocurrency with a prepaid debit card or credit card -- just use the card to top up your CW account. You can also top up via wire transfer, and we accept USD, EUR, or GBP currencies.\r\n\r\nWhen you’re topped up, simply visit our crypto exchange, select the crypto you want to buy, choose and amount, and hit confirm!','Buy Crypto','','inherit','closed','closed','','1484-revision-v1','','','2020-12-07 21:32:49','2020-12-07 21:32:49','',1484,'https://cryptowallet.labcp.co/1484-revision-v1/',0,'revision','',0),(1488,1,'2020-12-07 21:34:36','2020-12-07 21:34:36','You can buy cryptocurrency easily with CW. To buy crypto, simply register your CryptoWallet account by following the on-screen instructions, and load your wallet with funds. You can buy cryptocurrency with a prepaid debit card or credit card -- just use the card to top up your CW account. You can also top up via wire transfer, and we accept USD, EUR, or GBP currencies.\r\n\r\nWhen you’re topped up, simply visit our crypto exchange, select the crypto you want to buy, choose and amount, and hit confirm!','Buy Crypto','','inherit','closed','closed','','1484-revision-v1','','','2020-12-07 21:34:36','2020-12-07 21:34:36','',1484,'https://cryptowallet.labcp.co/1484-revision-v1/',0,'revision','',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 = utf8 */;
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_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` VALUES (9,2,0),(9,3,0),(9,4,0),(9,5,0),(9,6,0),(9,10,0),(136,10,0),(147,1,0),(181,10,0),(221,10,0),(273,10,0),(296,10,0),(315,10,0),(318,10,0),(396,4,0),(396,10,0),(396,27,0),(399,3,0),(399,5,0),(399,10,0),(399,27,0),(400,3,0),(400,10,0),(400,27,0),(401,2,0),(401,6,0),(401,10,0),(401,27,0),(419,10,0),(421,13,0),(435,23,0),(436,23,0),(437,23,0),(438,23,0),(439,23,0),(440,23,0),(441,11,0),(442,12,0),(443,24,0),(492,11,0),(665,10,0),(667,10,0),(669,10,0),(671,10,0),(676,25,0),(678,26,0),(679,26,0),(680,26,0),(857,1,0),(884,1,0),(886,1,0),(886,10,0),(886,28,0),(888,1,0),(888,10,0),(888,28,0),(889,1,0),(889,10,0),(889,28,0),(890,1,0),(890,10,0),(890,28,0),(891,1,0),(891,10,0),(891,28,0),(892,1,0),(892,10,0),(892,28,0),(932,25,0),(933,25,0),(935,10,0),(937,10,0),(939,10,0),(941,10,0),(943,10,0),(946,1,0),(958,1,0),(997,10,0),(1027,10,0),(1029,10,0),(1030,10,0),(1031,10,0),(1032,10,0),(1033,10,0),(1034,10,0),(1035,10,0),(1041,10,0),(1064,10,0),(1100,10,0),(1102,10,0),(1103,10,0),(1103,13,0),(1104,10,0),(1104,11,0),(1105,10,0),(1105,12,0),(1106,10,0),(1106,24,0),(1111,1,0),(1182,10,0),(1192,10,0),(1217,10,0),(1365,13,0),(1371,1,0),(1383,1,0),(1411,10,0),(1416,10,0),(1417,10,0),(1418,10,0),(1419,10,0),(1430,1,0),(1438,10,0),(1443,10,0),(1444,10,0),(1445,10,0),(1446,10,0),(1466,1,0),(1484,10,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 = utf8 */;
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) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `description` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `count` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`term_taxonomy_id`),
  UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  KEY `taxonomy` (`taxonomy`)
) ENGINE=InnoDB AUTO_INCREMENT=2543 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_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` VALUES (1,1,'category','',0,6),(2,2,'category','',0,1),(3,3,'category','',0,2),(4,4,'category','',0,1),(5,5,'category','',0,1),(6,6,'category','',0,1),(7,7,'category','',0,0),(8,8,'category','',0,0),(9,9,'category','',0,0),(10,10,'translation_priority','',0,45),(11,11,'translation_priority','',0,2),(12,12,'translation_priority','',0,1),(13,13,'translation_priority','',0,2),(14,14,'translation_priority','',0,0),(15,15,'translation_priority','',0,0),(16,16,'translation_priority','',0,0),(17,17,'translation_priority','',0,0),(18,18,'translation_priority','',0,0),(19,19,'translation_priority','',0,0),(20,20,'translation_priority','',0,0),(21,21,'translation_priority','',0,0),(22,22,'category','',0,0),(23,23,'nav_menu','',0,6),(24,24,'translation_priority','',0,1),(25,25,'nav_menu','',0,3),(26,26,'nav_menu','',0,3),(27,27,'format','',0,4),(28,28,'format','CryptoWallet in the media? Here are some resources to help.',0,6),(29,29,'format','',0,0),(30,30,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(31,31,'format','',0,0),(32,32,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(33,33,'format','',0,0),(34,34,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(35,35,'format','',0,0),(36,36,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(37,37,'format','',0,0),(38,38,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(39,39,'format','',0,0),(40,40,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(41,41,'format','',0,0),(42,42,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(43,43,'format','',0,0),(44,44,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(45,45,'format','',0,0),(46,46,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(47,47,'format','',0,0),(48,48,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(49,49,'format','',0,0),(50,50,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(51,51,'format','',0,0),(52,52,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(53,53,'format','',0,0),(54,54,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(55,55,'format','',0,0),(56,56,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(57,57,'format','',0,0),(58,58,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(59,59,'format','',0,0),(60,60,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(61,61,'format','',0,0),(62,62,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(63,63,'format','',0,0),(64,64,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(65,65,'format','',0,0),(66,66,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(67,67,'format','',0,0),(68,68,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(69,69,'format','',0,0),(70,70,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(71,71,'format','',0,0),(72,72,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(73,73,'format','',0,0),(74,74,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(75,75,'format','',0,0),(76,76,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(77,77,'format','',0,0),(78,78,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(79,79,'format','',0,0),(80,80,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(81,81,'format','',0,0),(82,82,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(83,83,'format','',0,0),(84,84,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(85,85,'format','',0,0),(86,86,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(87,87,'format','',0,0),(88,88,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(89,89,'format','',0,0),(90,90,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(91,91,'format','',0,0),(92,92,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(93,93,'format','',0,0),(94,94,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(95,95,'format','',0,0),(96,96,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(97,97,'format','',0,0),(98,98,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(99,99,'format','',0,0),(100,100,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(101,101,'format','',0,0),(102,102,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(103,103,'format','',0,0),(104,104,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(105,105,'format','',0,0),(106,106,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(107,107,'format','',0,0),(108,108,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(109,109,'format','',0,0),(110,110,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(111,111,'format','',0,0),(112,112,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(113,113,'format','',0,0),(114,114,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(115,115,'format','',0,0),(116,116,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(117,117,'format','',0,0),(118,118,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(119,119,'format','',0,0),(120,120,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(121,121,'format','',0,0),(122,122,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(123,123,'format','',0,0),(124,124,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(125,125,'format','',0,0),(126,126,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(127,127,'format','',0,0),(128,128,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(129,129,'format','',0,0),(130,130,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(131,131,'format','',0,0),(132,132,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(133,133,'format','',0,0),(134,134,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(135,135,'format','',0,0),(136,136,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(137,137,'format','',0,0),(138,138,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(139,139,'format','',0,0),(140,140,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(141,141,'format','',0,0),(142,142,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(143,143,'format','',0,0),(144,144,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(145,145,'format','',0,0),(146,146,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(147,147,'format','',0,0),(148,148,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(149,149,'format','',0,0),(150,150,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(151,151,'format','',0,0),(152,152,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(153,153,'format','',0,0),(154,154,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(155,155,'format','',0,0),(156,156,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(157,157,'format','',0,0),(158,158,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(159,159,'format','',0,0),(160,160,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(161,161,'format','',0,0),(162,162,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(163,163,'format','',0,0),(164,164,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(165,165,'format','',0,0),(166,166,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(167,167,'format','',0,0),(168,168,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(169,169,'format','',0,0),(170,170,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(171,171,'format','',0,0),(172,172,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(173,173,'format','',0,0),(174,174,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(175,175,'format','',0,0),(176,176,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(177,177,'format','',0,0),(178,178,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(179,179,'format','',0,0),(180,180,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(181,181,'format','',0,0),(182,182,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(183,183,'format','',0,0),(184,184,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(185,185,'format','',0,0),(186,186,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(187,187,'format','',0,0),(188,188,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(189,189,'format','',0,0),(190,190,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(191,191,'format','',0,0),(192,192,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(193,193,'format','',0,0),(194,194,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(195,195,'format','',0,0),(196,196,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(197,197,'format','',0,0),(198,198,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(199,199,'format','',0,0),(200,200,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(201,201,'format','',0,0),(202,202,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(203,203,'format','',0,0),(204,204,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(205,205,'format','',0,0),(206,206,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(207,207,'format','',0,0),(208,208,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(209,209,'format','',0,0),(210,210,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(211,211,'format','',0,0),(212,212,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(213,213,'format','',0,0),(214,214,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(215,215,'format','',0,0),(216,216,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(217,217,'format','',0,0),(218,218,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(219,219,'format','',0,0),(220,220,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(221,221,'format','',0,0),(222,222,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(223,223,'format','',0,0),(224,224,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(225,225,'format','',0,0),(226,226,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(227,227,'format','',0,0),(228,228,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(229,229,'format','',0,0),(230,230,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(231,231,'format','',0,0),(232,232,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(233,233,'format','',0,0),(234,234,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(235,235,'format','',0,0),(236,236,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(237,237,'format','',0,0),(238,238,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(239,239,'format','',0,0),(240,240,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(241,241,'format','',0,0),(242,242,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(243,243,'format','',0,0),(244,244,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(245,245,'format','',0,0),(246,246,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(247,247,'format','',0,0),(248,248,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(249,249,'format','',0,0),(250,250,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(251,251,'format','',0,0),(252,252,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(253,253,'format','',0,0),(254,254,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(255,255,'format','',0,0),(256,256,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(257,257,'format','',0,0),(258,258,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(259,259,'format','',0,0),(260,260,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(261,261,'format','',0,0),(262,262,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(263,263,'format','',0,0),(264,264,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(265,265,'format','',0,0),(266,266,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(267,267,'format','',0,0),(268,268,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(269,269,'format','',0,0),(270,270,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(271,271,'format','',0,0),(272,272,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(273,273,'format','',0,0),(274,274,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(275,275,'format','',0,0),(276,276,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(277,277,'format','',0,0),(278,278,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(279,279,'format','',0,0),(280,280,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(281,281,'format','',0,0),(282,282,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(283,283,'format','',0,0),(284,284,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(285,285,'format','',0,0),(286,286,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(287,287,'format','',0,0),(288,288,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(289,289,'format','',0,0),(290,290,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(291,291,'format','',0,0),(292,292,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(293,293,'format','',0,0),(294,294,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(295,295,'format','',0,0),(296,296,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(297,297,'format','',0,0),(298,298,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(299,299,'format','',0,0),(300,300,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(301,301,'format','',0,0),(302,302,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(303,303,'format','',0,0),(304,304,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(305,305,'format','',0,0),(306,306,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(307,307,'format','',0,0),(308,308,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(309,309,'format','',0,0),(310,310,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(311,311,'format','',0,0),(312,312,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(313,313,'format','',0,0),(314,314,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(315,315,'format','',0,0),(316,316,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(317,317,'format','',0,0),(318,318,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(319,319,'format','',0,0),(320,320,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(321,321,'format','',0,0),(322,322,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(323,323,'format','',0,0),(324,324,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(325,325,'format','',0,0),(326,326,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(327,327,'format','',0,0),(328,328,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(329,329,'format','',0,0),(330,330,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(331,331,'format','',0,0),(332,332,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(333,333,'format','',0,0),(334,334,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(335,335,'format','',0,0),(336,336,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(337,337,'format','',0,0),(338,338,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(339,339,'format','',0,0),(340,340,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(341,341,'format','',0,0),(342,342,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(343,343,'format','',0,0),(344,344,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(345,345,'format','',0,0),(346,346,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(347,347,'format','',0,0),(348,348,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(349,349,'format','',0,0),(350,350,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(351,351,'format','',0,0),(352,352,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(353,353,'format','',0,0),(354,354,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(355,355,'format','',0,0),(356,356,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(357,357,'format','',0,0),(358,358,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(359,359,'format','',0,0),(360,360,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(361,361,'format','',0,0),(362,362,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(363,363,'format','',0,0),(364,364,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(365,365,'format','',0,0),(366,366,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(367,367,'format','',0,0),(368,368,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(369,369,'format','',0,0),(370,370,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(371,371,'format','',0,0),(372,372,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(373,373,'format','',0,0),(374,374,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(375,375,'format','',0,0),(376,376,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(377,377,'format','',0,0),(378,378,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(379,379,'format','',0,0),(380,380,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(381,381,'format','',0,0),(382,382,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(383,383,'format','',0,0),(384,384,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(385,385,'format','',0,0),(386,386,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(387,387,'format','',0,0),(388,388,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(389,389,'format','',0,0),(390,390,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(391,391,'format','',0,0),(392,392,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(393,393,'format','',0,0),(394,394,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(395,395,'format','',0,0),(396,396,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(397,397,'format','',0,0),(398,398,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(399,399,'format','',0,0),(400,400,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(401,401,'format','',0,0),(402,402,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(403,403,'format','',0,0),(404,404,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(405,405,'format','',0,0),(406,406,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(407,407,'format','',0,0),(408,408,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(409,409,'format','',0,0),(410,410,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(411,411,'format','',0,0),(412,412,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(413,413,'format','',0,0),(414,414,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(415,415,'format','',0,0),(416,416,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(417,417,'format','',0,0),(418,418,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(419,419,'format','',0,0),(420,420,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(421,421,'format','',0,0),(422,422,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(423,423,'format','',0,0),(424,424,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(425,425,'format','',0,0),(426,426,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(427,427,'format','',0,0),(428,428,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(429,429,'format','',0,0),(430,430,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(431,431,'format','',0,0),(432,432,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(433,433,'format','',0,0),(434,434,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(435,435,'format','',0,0),(436,436,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(437,437,'format','',0,0),(438,438,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(439,439,'format','',0,0),(440,440,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(441,441,'format','',0,0),(442,442,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(443,443,'format','',0,0),(444,444,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(445,445,'format','',0,0),(446,446,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(447,447,'format','',0,0),(448,448,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(449,449,'format','',0,0),(450,450,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(451,451,'format','',0,0),(452,452,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(453,453,'format','',0,0),(454,454,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(455,455,'format','',0,0),(456,456,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(457,457,'format','',0,0),(458,458,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(459,459,'format','',0,0),(460,460,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(461,461,'format','',0,0),(462,462,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(463,463,'format','',0,0),(464,464,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(465,465,'format','',0,0),(466,466,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(467,467,'format','',0,0),(468,468,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(469,469,'format','',0,0),(470,470,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(471,471,'format','',0,0),(472,472,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(473,473,'format','',0,0),(474,474,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(475,475,'format','',0,0),(476,476,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(477,477,'format','',0,0),(478,478,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(479,479,'format','',0,0),(480,480,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(481,481,'format','',0,0),(482,482,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(483,483,'format','',0,0),(484,484,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(485,485,'format','',0,0),(486,486,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(487,487,'format','',0,0),(488,488,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(489,489,'format','',0,0),(490,490,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(491,491,'format','',0,0),(492,492,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(493,493,'format','',0,0),(494,494,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(495,495,'format','',0,0),(496,496,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(497,497,'format','',0,0),(498,498,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(499,499,'format','',0,0),(500,500,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(501,501,'format','',0,0),(502,502,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(503,503,'format','',0,0),(504,504,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(505,505,'format','',0,0),(506,506,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(507,507,'format','',0,0),(508,508,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(509,509,'format','',0,0),(510,510,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(511,511,'format','',0,0),(512,512,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(513,513,'format','',0,0),(514,514,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(515,515,'format','',0,0),(516,516,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(517,517,'format','',0,0),(518,518,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(519,519,'format','',0,0),(520,520,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(521,521,'format','',0,0),(522,522,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(523,523,'format','',0,0),(524,524,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(525,525,'format','',0,0),(526,526,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(527,527,'format','',0,0),(528,528,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(529,529,'format','',0,0),(530,530,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(531,531,'format','',0,0),(532,532,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(533,533,'format','',0,0),(534,534,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(535,535,'format','',0,0),(536,536,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(537,537,'format','',0,0),(538,538,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(539,539,'format','',0,0),(540,540,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(541,541,'format','',0,0),(542,542,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(543,543,'format','',0,0),(544,544,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(545,545,'format','',0,0),(546,546,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(547,547,'format','',0,0),(548,548,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(549,549,'format','',0,0),(550,550,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(551,551,'format','',0,0),(552,552,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(553,553,'format','',0,0),(554,554,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(555,555,'format','',0,0),(556,556,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(557,557,'format','',0,0),(558,558,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(559,559,'format','',0,0),(560,560,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(561,561,'format','',0,0),(562,562,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(563,563,'format','',0,0),(564,564,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(565,565,'format','',0,0),(566,566,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(567,567,'format','',0,0),(568,568,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(569,569,'format','',0,0),(570,570,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(571,571,'format','',0,0),(572,572,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(573,573,'format','',0,0),(574,574,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(575,575,'format','',0,0),(576,576,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(577,577,'format','',0,0),(578,578,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(579,579,'format','',0,0),(580,580,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(581,581,'format','',0,0),(582,582,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(583,583,'format','',0,0),(584,584,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(585,585,'format','',0,0),(586,586,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(587,587,'format','',0,0),(588,588,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(589,589,'format','',0,0),(590,590,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(591,591,'format','',0,0),(592,592,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(593,593,'format','',0,0),(594,594,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(595,595,'format','',0,0),(596,596,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(597,597,'format','',0,0),(598,598,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(599,599,'format','',0,0),(600,600,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(601,601,'format','',0,0),(602,602,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(603,603,'format','',0,0),(604,604,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(605,605,'format','',0,0),(606,606,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(607,607,'format','',0,0),(608,608,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(609,609,'format','',0,0),(610,610,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(611,611,'format','',0,0),(612,612,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(613,613,'format','',0,0),(614,614,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(615,615,'format','',0,0),(616,616,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(617,617,'format','',0,0),(618,618,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(619,619,'format','',0,0),(620,620,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(621,621,'format','',0,0),(622,622,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(623,623,'format','',0,0),(624,624,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(625,625,'format','',0,0),(626,626,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(627,627,'format','',0,0),(628,628,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(629,629,'format','',0,0),(630,630,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(631,631,'format','',0,0),(632,632,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(633,633,'format','',0,0),(634,634,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(635,635,'format','',0,0),(636,636,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(637,637,'format','',0,0),(638,638,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(639,639,'format','',0,0),(640,640,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(641,641,'format','',0,0),(642,642,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(643,643,'format','',0,0),(644,644,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(645,645,'format','',0,0),(646,646,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(647,647,'format','',0,0),(648,648,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(649,649,'format','',0,0),(650,650,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(651,651,'format','',0,0),(652,652,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(653,653,'format','',0,0),(654,654,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(655,655,'format','',0,0),(656,656,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(657,657,'format','',0,0),(658,658,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(659,659,'format','',0,0),(660,660,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(661,661,'format','',0,0),(662,662,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(663,663,'format','',0,0),(664,664,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(665,665,'format','',0,0),(666,666,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(667,667,'format','',0,0),(668,668,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(669,669,'format','',0,0),(670,670,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(671,671,'format','',0,0),(672,672,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(673,673,'format','',0,0),(674,674,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(675,675,'format','',0,0),(676,676,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(677,677,'format','',0,0),(678,678,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(679,679,'format','',0,0),(680,680,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(681,681,'format','',0,0),(682,682,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(683,683,'format','',0,0),(684,684,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(685,685,'format','',0,0),(686,686,'format','',0,0),(687,687,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(688,688,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(689,689,'format','',0,0),(690,690,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(691,691,'format','',0,0),(692,692,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(693,693,'format','',0,0),(694,694,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(695,695,'format','',0,0),(696,696,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(697,697,'format','',0,0),(698,698,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(699,699,'format','',0,0),(700,700,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(701,701,'format','',0,0),(702,702,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(703,703,'format','',0,0),(704,704,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(705,705,'format','',0,0),(706,706,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(707,707,'format','',0,0),(708,708,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(709,709,'format','',0,0),(710,710,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(711,711,'format','',0,0),(712,712,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(713,713,'format','',0,0),(714,714,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(715,715,'format','',0,0),(716,716,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(717,717,'format','',0,0),(718,718,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(719,719,'format','',0,0),(720,720,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(721,721,'format','',0,0),(722,722,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(723,723,'format','',0,0),(724,724,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(725,725,'format','',0,0),(726,726,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(727,727,'format','',0,0),(728,728,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(729,729,'format','',0,0),(730,730,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(731,731,'format','',0,0),(732,732,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(733,733,'format','',0,0),(734,734,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(735,735,'format','',0,0),(736,736,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(737,737,'format','',0,0),(738,738,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(739,739,'format','',0,0),(740,740,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(741,741,'format','',0,0),(742,742,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(743,743,'format','',0,0),(744,744,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(745,745,'format','',0,0),(746,746,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(747,747,'format','',0,0),(748,748,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(749,749,'format','',0,0),(750,750,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(751,751,'format','',0,0),(752,752,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(753,753,'format','',0,0),(754,754,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(755,755,'format','',0,0),(756,756,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(757,757,'format','',0,0),(758,758,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(759,759,'format','',0,0),(760,760,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(761,761,'format','',0,0),(762,762,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(763,763,'format','',0,0),(764,764,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(765,765,'format','',0,0),(766,766,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(767,767,'format','',0,0),(768,768,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(769,769,'format','',0,0),(770,770,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(771,771,'format','',0,0),(772,772,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(773,773,'format','',0,0),(774,774,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(775,775,'format','',0,0),(776,776,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(777,777,'format','',0,0),(778,778,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(779,779,'format','',0,0),(780,780,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(781,781,'format','',0,0),(782,782,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(783,783,'format','',0,0),(784,784,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(785,785,'format','',0,0),(786,786,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(787,787,'format','',0,0),(788,788,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(789,789,'format','',0,0),(790,790,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(791,791,'format','',0,0),(792,792,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(793,793,'format','',0,0),(794,794,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(795,795,'format','',0,0),(796,796,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(797,797,'format','',0,0),(798,798,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(799,799,'format','',0,0),(800,800,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(801,801,'format','',0,0),(802,802,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(803,803,'format','',0,0),(804,804,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(805,805,'format','',0,0),(806,806,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(807,807,'format','',0,0),(808,808,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(809,809,'format','',0,0),(810,810,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(811,811,'format','',0,0),(812,812,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(813,813,'format','',0,0),(814,814,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(815,815,'format','',0,0),(816,816,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(817,817,'format','',0,0),(818,818,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(819,819,'format','',0,0),(820,820,'format','',0,0),(821,821,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(822,822,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(823,823,'format','',0,0),(824,824,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(825,825,'format','',0,0),(826,826,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(827,827,'format','',0,0),(828,828,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(829,829,'format','',0,0),(830,830,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(831,831,'format','',0,0),(832,832,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(833,833,'format','',0,0),(834,834,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(835,835,'format','',0,0),(836,836,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(837,837,'format','',0,0),(838,838,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(839,839,'format','',0,0),(840,840,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(841,841,'format','',0,0),(842,842,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(843,843,'format','',0,0),(844,844,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(845,845,'format','',0,0),(846,846,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(847,847,'format','',0,0),(848,848,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(849,849,'format','',0,0),(850,850,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(851,851,'format','',0,0),(852,852,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(853,853,'format','',0,0),(854,854,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(855,855,'format','',0,0),(856,856,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(857,857,'format','',0,0),(858,858,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(859,859,'format','',0,0),(860,860,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(861,861,'format','',0,0),(862,862,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(863,863,'format','',0,0),(864,864,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(865,865,'format','',0,0),(866,866,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(867,867,'format','',0,0),(868,868,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(869,869,'format','',0,0),(870,870,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(871,871,'format','',0,0),(872,872,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(873,873,'format','',0,0),(874,874,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(875,875,'format','',0,0),(876,876,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(877,877,'format','',0,0),(878,878,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(879,879,'format','',0,0),(880,880,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(881,881,'format','',0,0),(882,882,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(883,883,'format','',0,0),(884,884,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(885,885,'format','',0,0),(886,886,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(887,887,'format','',0,0),(888,888,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(889,889,'format','',0,0),(890,890,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(891,891,'format','',0,0),(892,892,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(893,893,'format','',0,0),(894,894,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(895,895,'format','',0,0),(896,896,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(897,897,'format','',0,0),(898,898,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(899,899,'format','',0,0),(900,900,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(901,901,'format','',0,0),(902,902,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(903,903,'format','',0,0),(904,904,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(905,905,'format','',0,0),(906,906,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(907,907,'format','',0,0),(908,908,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(909,909,'format','',0,0),(910,910,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(911,911,'format','',0,0),(912,912,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(913,913,'format','',0,0),(914,914,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(915,915,'format','',0,0),(916,916,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(917,917,'format','',0,0),(918,918,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(919,919,'format','',0,0),(920,920,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(921,921,'format','',0,0),(922,922,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(923,923,'format','',0,0),(924,924,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(925,925,'format','',0,0),(926,926,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(927,927,'format','',0,0),(928,928,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(929,929,'format','',0,0),(930,930,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(931,931,'format','',0,0),(932,932,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(933,933,'format','',0,0),(934,934,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(935,935,'format','',0,0),(936,936,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(937,937,'format','',0,0),(938,938,'format','',0,0),(939,939,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(940,940,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(941,941,'format','',0,0),(942,942,'format','',0,0),(943,943,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(944,944,'format','',0,0),(945,945,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(946,946,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(947,947,'format','',0,0),(948,948,'format','',0,0),(949,949,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(950,950,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(951,951,'format','',0,0),(952,952,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(953,953,'format','',0,0),(954,954,'format','',0,0),(955,955,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(956,956,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(957,957,'format','',0,0),(958,958,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(959,959,'format','',0,0),(960,960,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(961,961,'format','',0,0),(962,962,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(963,963,'format','',0,0),(964,964,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(965,965,'format','',0,0),(966,966,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(967,967,'format','',0,0),(968,968,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(969,969,'format','',0,0),(970,970,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(971,971,'format','',0,0),(972,972,'format','',0,0),(973,973,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(974,974,'format','',0,0),(975,975,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(976,976,'format','',0,0),(977,977,'format','',0,0),(978,978,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(979,979,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(980,980,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(981,981,'format','',0,0),(982,982,'format','',0,0),(983,983,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(984,984,'format','',0,0),(985,985,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(986,986,'format','',0,0),(987,987,'format','',0,0),(988,988,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(989,989,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(990,990,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(991,991,'format','',0,0),(992,992,'format','',0,0),(993,993,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(994,994,'format','',0,0),(995,995,'format','',0,0),(996,996,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(997,997,'format','',0,0),(998,998,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(999,999,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1000,1000,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1001,1001,'format','',0,0),(1002,1002,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1003,1003,'format','',0,0),(1004,1004,'format','',0,0),(1005,1005,'format','',0,0),(1006,1006,'format','',0,0),(1007,1007,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1008,1008,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1009,1009,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1010,1010,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1011,1011,'format','',0,0),(1012,1012,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1013,1013,'format','',0,0),(1014,1014,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1015,1015,'format','',0,0),(1016,1016,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1017,1017,'format','',0,0),(1018,1018,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1019,1019,'format','',0,0),(1020,1020,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1021,1021,'format','',0,0),(1022,1022,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1023,1023,'format','',0,0),(1024,1024,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1025,1025,'format','',0,0),(1026,1026,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1027,1027,'format','',0,0),(1028,1028,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1029,1029,'format','',0,0),(1030,1030,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1031,1031,'format','',0,0),(1032,1032,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1033,1033,'format','',0,0),(1034,1034,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1035,1035,'format','',0,0),(1036,1036,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1037,1037,'format','',0,0),(1038,1038,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1039,1039,'format','',0,0),(1040,1040,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1041,1041,'format','',0,0),(1042,1042,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1043,1043,'format','',0,0),(1044,1044,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1045,1045,'format','',0,0),(1046,1046,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1047,1047,'format','',0,0),(1048,1048,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1049,1049,'format','',0,0),(1050,1050,'format','',0,0),(1051,1051,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1052,1052,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1053,1053,'format','',0,0),(1054,1054,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1055,1055,'format','',0,0),(1056,1056,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1057,1057,'format','',0,0),(1058,1058,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1059,1059,'format','',0,0),(1060,1060,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1061,1061,'format','',0,0),(1062,1062,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1063,1063,'format','',0,0),(1064,1064,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1065,1065,'format','',0,0),(1066,1066,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1067,1067,'format','',0,0),(1068,1068,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1069,1069,'format','',0,0),(1070,1070,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1071,1071,'format','',0,0),(1072,1072,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1073,1073,'format','',0,0),(1074,1074,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1075,1075,'format','',0,0),(1076,1076,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1077,1077,'format','',0,0),(1078,1078,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1079,1079,'format','',0,0),(1080,1080,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1081,1081,'format','',0,0),(1082,1082,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1083,1083,'format','',0,0),(1084,1084,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1085,1085,'format','',0,0),(1086,1086,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1087,1087,'format','',0,0),(1088,1088,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1089,1089,'format','',0,0),(1090,1090,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1091,1091,'format','',0,0),(1092,1092,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1093,1093,'format','',0,0),(1094,1094,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1095,1095,'format','',0,0),(1096,1096,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1097,1097,'format','',0,0),(1098,1098,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1099,1099,'format','',0,0),(1100,1100,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1101,1101,'format','',0,0),(1102,1102,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1103,1103,'format','',0,0),(1104,1104,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1105,1105,'format','',0,0),(1106,1106,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1107,1107,'format','',0,0),(1108,1108,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1109,1109,'format','',0,0),(1110,1110,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1111,1111,'format','',0,0),(1112,1112,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1113,1113,'format','',0,0),(1114,1114,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1115,1115,'format','',0,0),(1116,1116,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1117,1117,'format','',0,0),(1118,1118,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1119,1119,'format','',0,0),(1120,1120,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1121,1121,'format','',0,0),(1122,1122,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1123,1123,'format','',0,0),(1124,1124,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1125,1125,'format','',0,0),(1126,1126,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1127,1127,'format','',0,0),(1128,1128,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1129,1129,'format','',0,0),(1130,1130,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1131,1131,'format','',0,0),(1132,1132,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1133,1133,'format','',0,0),(1134,1134,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1135,1135,'format','',0,0),(1136,1136,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1137,1137,'format','',0,0),(1138,1138,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1139,1139,'format','',0,0),(1140,1140,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1141,1141,'format','',0,0),(1142,1142,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1143,1143,'format','',0,0),(1144,1144,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1145,1145,'format','',0,0),(1146,1146,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1147,1147,'format','',0,0),(1148,1148,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1149,1149,'format','',0,0),(1150,1150,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1151,1151,'format','',0,0),(1152,1152,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1153,1153,'format','',0,0),(1154,1154,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1155,1155,'format','',0,0),(1156,1156,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1157,1157,'format','',0,0),(1158,1158,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1159,1159,'format','',0,0),(1160,1160,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1161,1161,'format','',0,0),(1162,1162,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1163,1163,'format','',0,0),(1164,1164,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1165,1165,'format','',0,0),(1166,1166,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1167,1167,'format','',0,0),(1168,1168,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1169,1169,'format','',0,0),(1170,1170,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1171,1171,'format','',0,0),(1172,1172,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1173,1173,'format','',0,0),(1174,1174,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1175,1175,'format','',0,0),(1176,1176,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1177,1177,'format','',0,0),(1178,1178,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1179,1179,'format','',0,0),(1180,1180,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1181,1181,'format','',0,0),(1182,1182,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1183,1183,'format','',0,0),(1184,1184,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1185,1185,'format','',0,0),(1186,1186,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1187,1187,'format','',0,0),(1188,1188,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1189,1189,'format','',0,0),(1190,1190,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1191,1191,'format','',0,0),(1192,1192,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1193,1193,'format','',0,0),(1194,1194,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1195,1195,'format','',0,0),(1196,1196,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1197,1197,'format','',0,0),(1198,1198,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1199,1199,'format','',0,0),(1200,1200,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1201,1201,'format','',0,0),(1202,1202,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1203,1203,'format','',0,0),(1204,1204,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1205,1205,'format','',0,0),(1206,1206,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1207,1207,'format','',0,0),(1208,1208,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1209,1209,'format','',0,0),(1210,1210,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1211,1211,'format','',0,0),(1212,1212,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1213,1213,'format','',0,0),(1214,1214,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1215,1215,'format','',0,0),(1216,1216,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1217,1217,'format','',0,0),(1218,1218,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1219,1219,'format','',0,0),(1220,1220,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1221,1221,'format','',0,0),(1222,1222,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1223,1223,'format','',0,0),(1224,1224,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1225,1225,'format','',0,0),(1226,1226,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1227,1227,'format','',0,0),(1228,1228,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1229,1229,'format','',0,0),(1230,1230,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1231,1231,'format','',0,0),(1232,1232,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1233,1233,'format','',0,0),(1234,1234,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1235,1235,'format','',0,0),(1236,1236,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1237,1237,'format','',0,0),(1238,1238,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1239,1239,'format','',0,0),(1240,1240,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1241,1241,'format','',0,0),(1242,1242,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1243,1243,'format','',0,0),(1244,1244,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1245,1245,'format','',0,0),(1246,1246,'format','',0,0),(1247,1247,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1248,1248,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1249,1249,'format','',0,0),(1250,1250,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1251,1251,'format','',0,0),(1252,1252,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1253,1253,'format','',0,0),(1254,1254,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1255,1255,'format','',0,0),(1256,1256,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1257,1257,'format','',0,0),(1258,1258,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1259,1259,'format','',0,0),(1260,1260,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1261,1261,'format','',0,0),(1262,1262,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1263,1263,'format','',0,0),(1264,1264,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1265,1265,'format','',0,0),(1266,1266,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1267,1267,'format','',0,0),(1268,1268,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1269,1269,'format','',0,0),(1270,1270,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1271,1271,'format','',0,0),(1272,1272,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1273,1273,'format','',0,0),(1274,1274,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1275,1275,'format','',0,0),(1276,1276,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1277,1277,'format','',0,0),(1278,1278,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1279,1279,'format','',0,0),(1280,1280,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1281,1281,'format','',0,0),(1282,1282,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1283,1283,'format','',0,0),(1284,1284,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1285,1285,'format','',0,0),(1286,1286,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1287,1287,'format','',0,0),(1288,1288,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1289,1289,'format','',0,0),(1290,1290,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1291,1291,'format','',0,0),(1292,1292,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1293,1293,'format','',0,0),(1294,1294,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1295,1295,'format','',0,0),(1296,1296,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1297,1297,'format','',0,0),(1298,1298,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1299,1299,'format','',0,0),(1300,1300,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1301,1301,'format','',0,0),(1302,1302,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1303,1303,'format','',0,0),(1304,1304,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1305,1305,'format','',0,0),(1306,1306,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1307,1307,'format','',0,0),(1308,1308,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1309,1309,'format','',0,0),(1310,1310,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1311,1311,'format','',0,0),(1312,1312,'format','',0,0),(1313,1313,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1314,1314,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1315,1315,'format','',0,0),(1316,1316,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1317,1317,'format','',0,0),(1318,1318,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1319,1319,'format','',0,0),(1320,1320,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1321,1321,'format','',0,0),(1322,1322,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1323,1323,'format','',0,0),(1324,1324,'format','',0,0),(1325,1325,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1326,1326,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1327,1327,'format','',0,0),(1328,1328,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1329,1329,'format','',0,0),(1330,1330,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1331,1331,'format','',0,0),(1332,1332,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1333,1333,'format','',0,0),(1334,1334,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1335,1335,'format','',0,0),(1336,1336,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1337,1337,'format','',0,0),(1338,1338,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1339,1339,'format','',0,0),(1340,1340,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1341,1341,'format','',0,0),(1342,1342,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1343,1343,'format','',0,0),(1344,1344,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1345,1345,'format','',0,0),(1346,1346,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1347,1347,'format','',0,0),(1348,1348,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1349,1349,'format','',0,0),(1350,1350,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1351,1351,'format','',0,0),(1352,1352,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1353,1353,'format','',0,0),(1354,1354,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1355,1355,'format','',0,0),(1356,1356,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1357,1357,'format','',0,0),(1358,1358,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1359,1359,'format','',0,0),(1360,1360,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1361,1361,'format','',0,0),(1362,1362,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1363,1363,'format','',0,0),(1364,1364,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1365,1365,'format','',0,0),(1366,1366,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1367,1367,'format','',0,0),(1368,1368,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1369,1369,'format','',0,0),(1370,1370,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1371,1371,'format','',0,0),(1372,1372,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1373,1373,'format','',0,0),(1374,1374,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1375,1375,'format','',0,0),(1376,1376,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1377,1377,'format','',0,0),(1378,1378,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1379,1379,'format','',0,0),(1380,1380,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1381,1381,'format','',0,0),(1382,1382,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1383,1383,'format','',0,0),(1384,1384,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1385,1385,'format','',0,0),(1386,1386,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1387,1387,'format','',0,0),(1388,1388,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1389,1389,'format','',0,0),(1390,1390,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1391,1391,'format','',0,0),(1392,1392,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1393,1393,'format','',0,0),(1394,1394,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1395,1395,'format','',0,0),(1396,1396,'format','',0,0),(1397,1397,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1398,1398,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1399,1399,'format','',0,0),(1400,1400,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1401,1401,'format','',0,0),(1402,1402,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1403,1403,'format','',0,0),(1404,1404,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1405,1405,'format','',0,0),(1406,1406,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1407,1407,'format','',0,0),(1408,1408,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1409,1409,'format','',0,0),(1410,1410,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1411,1411,'format','',0,0),(1412,1412,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1413,1413,'format','',0,0),(1414,1414,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1415,1415,'format','',0,0),(1416,1416,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1417,1417,'format','',0,0),(1418,1418,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1419,1419,'format','',0,0),(1420,1420,'format','',0,0),(1421,1421,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1422,1422,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1423,1423,'format','',0,0),(1424,1424,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1425,1425,'format','',0,0),(1426,1426,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1427,1427,'format','',0,0),(1428,1428,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1429,1429,'format','',0,0),(1430,1430,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1431,1431,'format','',0,0),(1432,1432,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1433,1433,'format','',0,0),(1434,1434,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1435,1435,'format','',0,0),(1436,1436,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1437,1437,'format','',0,0),(1438,1438,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1439,1439,'format','',0,0),(1440,1440,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1441,1441,'format','',0,0),(1442,1442,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1443,1443,'format','',0,0),(1444,1444,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1445,1445,'format','',0,0),(1446,1446,'format','',0,0),(1447,1447,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1448,1448,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1449,1449,'format','',0,0),(1450,1450,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1451,1451,'format','',0,0),(1452,1452,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1453,1453,'format','',0,0),(1454,1454,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1455,1455,'format','',0,0),(1456,1456,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1457,1457,'format','',0,0),(1458,1458,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1459,1459,'format','',0,0),(1460,1460,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1461,1461,'format','',0,0),(1462,1462,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1463,1463,'format','',0,0),(1464,1464,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1465,1465,'format','',0,0),(1466,1466,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1467,1467,'format','',0,0),(1468,1468,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1469,1469,'format','',0,0),(1470,1470,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1471,1471,'format','',0,0),(1472,1472,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1473,1473,'format','',0,0),(1474,1474,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1475,1475,'format','',0,0),(1476,1476,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1477,1477,'format','',0,0),(1478,1478,'format','',0,0),(1479,1479,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1480,1480,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1481,1481,'format','',0,0),(1482,1482,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1483,1483,'format','',0,0),(1484,1484,'format','',0,0),(1485,1485,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1486,1486,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1487,1487,'format','',0,0),(1488,1488,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1489,1489,'format','',0,0),(1490,1490,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1491,1491,'format','',0,0),(1492,1492,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1493,1493,'format','',0,0),(1494,1494,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1495,1495,'format','',0,0),(1496,1496,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1497,1497,'format','',0,0),(1498,1498,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1499,1499,'format','',0,0),(1500,1500,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1501,1501,'format','',0,0),(1502,1502,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1503,1503,'format','',0,0),(1504,1504,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1505,1505,'format','',0,0),(1506,1506,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1507,1507,'format','',0,0),(1508,1508,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1509,1509,'format','',0,0),(1510,1510,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1511,1511,'format','',0,0),(1512,1512,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1513,1513,'format','',0,0),(1514,1514,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1515,1515,'format','',0,0),(1516,1516,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1517,1517,'format','',0,0),(1518,1518,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1519,1519,'format','',0,0),(1520,1520,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1521,1521,'format','',0,0),(1522,1522,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1523,1523,'format','',0,0),(1524,1524,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1525,1525,'format','',0,0),(1526,1526,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1527,1527,'format','',0,0),(1528,1528,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1529,1529,'format','',0,0),(1530,1530,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1531,1531,'format','',0,0),(1532,1532,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1533,1533,'format','',0,0),(1534,1534,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1535,1535,'format','',0,0),(1536,1536,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1537,1537,'format','',0,0),(1538,1538,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1539,1539,'format','',0,0),(1540,1540,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1541,1541,'format','',0,0),(1542,1542,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1543,1543,'format','',0,0),(1544,1544,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1545,1545,'format','',0,0),(1546,1546,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1547,1547,'format','',0,0),(1548,1548,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1549,1549,'format','',0,0),(1550,1550,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1551,1551,'format','',0,0),(1552,1552,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1553,1553,'format','',0,0),(1554,1554,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1555,1555,'format','',0,0),(1556,1556,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1557,1557,'format','',0,0),(1558,1558,'format','',0,0),(1559,1559,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1560,1560,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1561,1561,'format','',0,0),(1562,1562,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1563,1563,'format','',0,0),(1564,1564,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1565,1565,'format','',0,0),(1566,1566,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1567,1567,'format','',0,0),(1568,1568,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1569,1569,'format','',0,0),(1570,1570,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1571,1571,'format','',0,0),(1572,1572,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1573,1573,'format','',0,0),(1574,1574,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1575,1575,'format','',0,0),(1576,1576,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1577,1577,'format','',0,0),(1578,1578,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1579,1579,'format','',0,0),(1580,1580,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1581,1581,'format','',0,0),(1582,1582,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1583,1583,'format','',0,0),(1584,1584,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1585,1585,'format','',0,0),(1586,1586,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1587,1587,'format','',0,0),(1588,1588,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1589,1589,'format','',0,0),(1590,1590,'format','',0,0),(1591,1591,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1592,1592,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1593,1593,'format','',0,0),(1594,1594,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1595,1595,'format','',0,0),(1596,1596,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1597,1597,'format','',0,0),(1598,1598,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1599,1599,'format','',0,0),(1600,1600,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1601,1601,'format','',0,0),(1602,1602,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1603,1603,'format','',0,0),(1604,1604,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1605,1605,'format','',0,0),(1606,1606,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1607,1607,'format','',0,0),(1608,1608,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1609,1609,'format','',0,0),(1610,1610,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1611,1611,'format','',0,0),(1612,1612,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1613,1613,'format','',0,0),(1614,1614,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1615,1615,'format','',0,0),(1616,1616,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1617,1617,'format','',0,0),(1618,1618,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1619,1619,'format','',0,0),(1620,1620,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1621,1621,'format','',0,0),(1622,1622,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1623,1623,'format','',0,0),(1624,1624,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1625,1625,'format','',0,0),(1626,1626,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1627,1627,'format','',0,0),(1628,1628,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1629,1629,'format','',0,0),(1630,1630,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1631,1631,'format','',0,0),(1632,1632,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1633,1633,'format','',0,0),(1634,1634,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1635,1635,'format','',0,0),(1636,1636,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1637,1637,'format','',0,0),(1638,1638,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1639,1639,'format','',0,0),(1640,1640,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1641,1641,'format','',0,0),(1642,1642,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1643,1643,'format','',0,0),(1644,1644,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1645,1645,'format','',0,0),(1646,1646,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1647,1647,'format','',0,0),(1648,1648,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1649,1649,'format','',0,0),(1650,1650,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1651,1651,'format','',0,0),(1652,1652,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1653,1653,'format','',0,0),(1654,1654,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1655,1655,'format','',0,0),(1656,1656,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1657,1657,'format','',0,0),(1658,1658,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1659,1659,'format','',0,0),(1660,1660,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1661,1661,'format','',0,0),(1662,1662,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1663,1663,'format','',0,0),(1664,1664,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1665,1665,'format','',0,0),(1666,1666,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1667,1667,'format','',0,0),(1668,1668,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1669,1669,'format','',0,0),(1670,1670,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1671,1671,'format','',0,0),(1672,1672,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1673,1673,'format','',0,0),(1674,1674,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1675,1675,'format','',0,0),(1676,1676,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1677,1677,'format','',0,0),(1678,1678,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1679,1679,'format','',0,0),(1680,1680,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1681,1681,'format','',0,0),(1682,1682,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1683,1683,'format','',0,0),(1684,1684,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1685,1685,'format','',0,0),(1686,1686,'format','',0,0),(1687,1687,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1688,1688,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1689,1689,'format','',0,0),(1690,1690,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1691,1691,'format','',0,0),(1692,1692,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1693,1693,'format','',0,0),(1694,1694,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1695,1695,'format','',0,0),(1696,1696,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1697,1697,'format','',0,0),(1698,1698,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1699,1699,'format','',0,0),(1700,1700,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1701,1701,'format','',0,0),(1702,1702,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1703,1703,'format','',0,0),(1704,1704,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1705,1705,'format','',0,0),(1706,1706,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1707,1707,'format','',0,0),(1708,1708,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1709,1709,'format','',0,0),(1710,1710,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1711,1711,'format','',0,0),(1712,1712,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1713,1713,'format','',0,0),(1714,1714,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1715,1715,'format','',0,0),(1716,1716,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1717,1717,'format','',0,0),(1718,1718,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1719,1719,'format','',0,0),(1720,1720,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1721,1721,'format','',0,0),(1722,1722,'format','',0,0),(1723,1723,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1724,1724,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1725,1725,'format','',0,0),(1726,1726,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1727,1727,'format','',0,0),(1728,1728,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1729,1729,'format','',0,0),(1730,1730,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1731,1731,'format','',0,0),(1732,1732,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1733,1733,'format','',0,0),(1734,1734,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1735,1735,'format','',0,0),(1736,1736,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1737,1737,'format','',0,0),(1738,1738,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1739,1739,'format','',0,0),(1740,1740,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1741,1741,'format','',0,0),(1742,1742,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1743,1743,'format','',0,0),(1744,1744,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1745,1745,'format','',0,0),(1746,1746,'format','',0,0),(1747,1747,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1748,1748,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1749,1749,'format','',0,0),(1750,1750,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1751,1751,'format','',0,0),(1752,1752,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1753,1753,'format','',0,0),(1754,1754,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1755,1755,'format','',0,0),(1756,1756,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1757,1757,'format','',0,0),(1758,1758,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1759,1759,'format','',0,0),(1760,1760,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1761,1761,'format','',0,0),(1762,1762,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1763,1763,'format','',0,0),(1764,1764,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1765,1765,'format','',0,0),(1766,1766,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1767,1767,'format','',0,0),(1768,1768,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1769,1769,'format','',0,0),(1770,1770,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1771,1771,'format','',0,0),(1772,1772,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1773,1773,'format','',0,0),(1774,1774,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1775,1775,'format','',0,0),(1776,1776,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1777,1777,'format','',0,0),(1778,1778,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1779,1779,'format','',0,0),(1780,1780,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1781,1781,'format','',0,0),(1782,1782,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1783,1783,'format','',0,0),(1784,1784,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1785,1785,'format','',0,0),(1786,1786,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1787,1787,'format','',0,0),(1788,1788,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1789,1789,'format','',0,0),(1790,1790,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1791,1791,'format','',0,0),(1792,1792,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1793,1793,'format','',0,0),(1794,1794,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1795,1795,'format','',0,0),(1796,1796,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1797,1797,'format','',0,0),(1798,1798,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1799,1799,'format','',0,0),(1800,1800,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1801,1801,'format','',0,0),(1802,1802,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1803,1803,'format','',0,0),(1804,1804,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1805,1805,'format','',0,0),(1806,1806,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1807,1807,'format','',0,0),(1808,1808,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1809,1809,'format','',0,0),(1810,1810,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1811,1811,'format','',0,0),(1812,1812,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1813,1813,'format','',0,0),(1814,1814,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1815,1815,'format','',0,0),(1816,1816,'format','',0,0),(1817,1817,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1818,1818,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1819,1819,'format','',0,0),(1820,1820,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1821,1821,'format','',0,0),(1822,1822,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1823,1823,'format','',0,0),(1824,1824,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1825,1825,'format','',0,0),(1826,1826,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1827,1827,'format','',0,0),(1828,1828,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1829,1829,'format','',0,0),(1830,1830,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1831,1831,'format','',0,0),(1832,1832,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1833,1833,'format','',0,0),(1834,1834,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1835,1835,'format','',0,0),(1836,1836,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1837,1837,'format','',0,0),(1838,1838,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1839,1839,'format','',0,0),(1840,1840,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1841,1841,'format','',0,0),(1842,1842,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1843,1843,'format','',0,0),(1844,1844,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1845,1845,'format','',0,0),(1846,1846,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1847,1847,'format','',0,0),(1848,1848,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1849,1849,'format','',0,0),(1850,1850,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1851,1851,'format','',0,0),(1852,1852,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1853,1853,'format','',0,0),(1854,1854,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1855,1855,'format','',0,0),(1856,1856,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1857,1857,'format','',0,0),(1858,1858,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1859,1859,'format','',0,0),(1860,1860,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1861,1861,'format','',0,0),(1862,1862,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1863,1863,'format','',0,0),(1864,1864,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1865,1865,'format','',0,0),(1866,1866,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1867,1867,'format','',0,0),(1868,1868,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1869,1869,'format','',0,0),(1870,1870,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1871,1871,'format','',0,0),(1872,1872,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1873,1873,'format','',0,0),(1874,1874,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1875,1875,'format','',0,0),(1876,1876,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1877,1877,'format','',0,0),(1878,1878,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1879,1879,'format','',0,0),(1880,1880,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1881,1881,'format','',0,0),(1882,1882,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1883,1883,'format','',0,0),(1884,1884,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1885,1885,'format','',0,0),(1886,1886,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1887,1887,'format','',0,0),(1888,1888,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1889,1889,'format','',0,0),(1890,1890,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1891,1891,'format','',0,0),(1892,1892,'format','',0,0),(1893,1893,'format','',0,0),(1894,1894,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1895,1895,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1896,1896,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1897,1897,'format','',0,0),(1898,1898,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1899,1899,'format','',0,0),(1900,1900,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1901,1901,'format','',0,0),(1902,1902,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1903,1903,'format','',0,0),(1904,1904,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1905,1905,'format','',0,0),(1906,1906,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1907,1907,'format','',0,0),(1908,1908,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1909,1909,'format','',0,0),(1910,1910,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1911,1911,'format','',0,0),(1912,1912,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1913,1913,'format','',0,0),(1914,1914,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1915,1915,'format','',0,0),(1916,1916,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1917,1917,'format','',0,0),(1918,1918,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1919,1919,'format','',0,0),(1920,1920,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1921,1921,'format','',0,0),(1922,1922,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1923,1923,'format','',0,0),(1924,1924,'format','',0,0),(1925,1925,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1926,1926,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1927,1927,'format','',0,0),(1928,1928,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1929,1929,'format','',0,0),(1930,1930,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1931,1931,'format','',0,0),(1932,1932,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1933,1933,'format','',0,0),(1934,1934,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1935,1935,'format','',0,0),(1936,1936,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1937,1937,'format','',0,0),(1938,1938,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1939,1939,'format','',0,0),(1940,1940,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1941,1941,'format','',0,0),(1942,1942,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1943,1943,'format','',0,0),(1944,1944,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1945,1945,'format','',0,0),(1946,1946,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1947,1947,'format','',0,0),(1948,1948,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1949,1949,'format','',0,0),(1950,1950,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1951,1951,'format','',0,0),(1952,1952,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1953,1953,'format','',0,0),(1954,1954,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1955,1955,'format','',0,0),(1956,1956,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1957,1957,'format','',0,0),(1958,1958,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1959,1959,'format','',0,0),(1960,1960,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1961,1961,'format','',0,0),(1962,1962,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1963,1963,'format','',0,0),(1964,1964,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1965,1965,'format','',0,0),(1966,1966,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1967,1967,'format','',0,0),(1968,1968,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1969,1969,'format','',0,0),(1970,1970,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1971,1971,'format','',0,0),(1972,1972,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1973,1973,'format','',0,0),(1974,1974,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1975,1975,'format','',0,0),(1976,1976,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1977,1977,'format','',0,0),(1978,1978,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1979,1979,'format','',0,0),(1980,1980,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1981,1981,'format','',0,0),(1982,1982,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1983,1983,'format','',0,0),(1984,1984,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1985,1985,'format','',0,0),(1986,1986,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1987,1987,'format','',0,0),(1988,1988,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1989,1989,'format','',0,0),(1990,1990,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1991,1991,'format','',0,0),(1992,1992,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1993,1993,'format','',0,0),(1994,1994,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1995,1995,'format','',0,0),(1996,1996,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1997,1997,'format','',0,0),(1998,1998,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(1999,1999,'format','',0,0),(2000,2000,'format','',0,0),(2001,2001,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2002,2002,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2003,2003,'format','',0,0),(2004,2004,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2005,2005,'format','',0,0),(2006,2006,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2007,2007,'format','',0,0),(2008,2008,'format','',0,0),(2009,2009,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2010,2010,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2011,2011,'format','',0,0),(2012,2012,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2013,2013,'format','',0,0),(2014,2014,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2015,2015,'format','',0,0),(2016,2016,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2017,2017,'format','',0,0),(2018,2018,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2019,2019,'format','',0,0),(2020,2020,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2021,2021,'format','',0,0),(2022,2022,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2023,2023,'format','',0,0),(2024,2024,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2025,2025,'format','',0,0),(2026,2026,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2027,2027,'format','',0,0),(2028,2028,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2029,2029,'format','',0,0),(2030,2030,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2031,2031,'format','',0,0),(2032,2032,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2033,2033,'format','',0,0),(2034,2034,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2035,2035,'format','',0,0),(2036,2036,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2037,2037,'format','',0,0),(2038,2038,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2039,2039,'format','',0,0),(2040,2040,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2041,2041,'format','',0,0),(2042,2042,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2043,2043,'format','',0,0),(2044,2044,'format','',0,0),(2045,2045,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2046,2046,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2047,2047,'format','',0,0),(2048,2048,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2049,2049,'format','',0,0),(2050,2050,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2051,2051,'format','',0,0),(2052,2052,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2053,2053,'format','',0,0),(2054,2054,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2055,2055,'format','',0,0),(2056,2056,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2057,2057,'format','',0,0),(2058,2058,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2059,2059,'format','',0,0),(2060,2060,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2061,2061,'format','',0,0),(2062,2062,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2063,2063,'format','',0,0),(2064,2064,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2065,2065,'format','',0,0),(2066,2066,'format','',0,0),(2067,2067,'format','',0,0),(2068,2068,'format','',0,0),(2069,2069,'format','',0,0),(2070,2070,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2071,2071,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2072,2072,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2073,2073,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2074,2074,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2075,2075,'format','',0,0),(2076,2076,'format','',0,0),(2077,2077,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2078,2078,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2079,2079,'format','',0,0),(2080,2080,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2081,2081,'format','',0,0),(2082,2082,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2083,2083,'format','',0,0),(2084,2084,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2085,2085,'format','',0,0),(2086,2086,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2087,2087,'format','',0,0),(2088,2088,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2089,2089,'format','',0,0),(2090,2090,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2091,2091,'format','',0,0),(2092,2092,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2093,2093,'format','',0,0),(2094,2094,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2095,2095,'format','',0,0),(2096,2096,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2097,2097,'format','',0,0),(2098,2098,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2099,2099,'format','',0,0),(2100,2100,'format','',0,0),(2101,2101,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2102,2102,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2103,2103,'format','',0,0),(2104,2104,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2105,2105,'format','',0,0),(2106,2106,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2107,2107,'format','',0,0),(2108,2108,'format','',0,0),(2109,2109,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2110,2110,'format','',0,0),(2111,2111,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2112,2112,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2113,2113,'format','',0,0),(2114,2114,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2115,2115,'format','',0,0),(2116,2116,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2117,2117,'format','',0,0),(2118,2118,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2119,2119,'format','',0,0),(2120,2120,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2121,2121,'format','',0,0),(2122,2122,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2123,2123,'format','',0,0),(2124,2124,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2125,2125,'format','',0,0),(2126,2126,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2127,2127,'format','',0,0),(2128,2128,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2129,2129,'format','',0,0),(2130,2130,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2131,2131,'format','',0,0),(2132,2132,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2133,2133,'format','',0,0),(2134,2134,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2135,2135,'format','',0,0),(2136,2136,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2137,2137,'format','',0,0),(2138,2138,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2139,2139,'format','',0,0),(2140,2140,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2141,2141,'format','',0,0),(2142,2142,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2143,2143,'format','',0,0),(2144,2144,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2145,2145,'format','',0,0),(2146,2146,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2147,2147,'format','',0,0),(2148,2148,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2149,2149,'format','',0,0),(2150,2150,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2151,2151,'format','',0,0),(2152,2152,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2153,2153,'format','',0,0),(2154,2154,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2155,2155,'format','',0,0),(2156,2156,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2157,2157,'format','',0,0),(2158,2158,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2159,2159,'format','',0,0),(2160,2160,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2161,2161,'format','',0,0),(2162,2162,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2163,2163,'format','',0,0),(2164,2164,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2165,2165,'format','',0,0),(2166,2166,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2167,2167,'format','',0,0),(2168,2168,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2169,2169,'format','',0,0),(2170,2170,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2171,2171,'format','',0,0),(2172,2172,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2173,2173,'format','',0,0),(2174,2174,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2175,2175,'format','',0,0),(2176,2176,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2177,2177,'format','',0,0),(2178,2178,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2179,2179,'format','',0,0),(2180,2180,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2181,2181,'format','',0,0),(2182,2182,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2183,2183,'format','',0,0),(2184,2184,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2185,2185,'format','',0,0),(2186,2186,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2187,2187,'format','',0,0),(2188,2188,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2189,2189,'format','',0,0),(2190,2190,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2191,2191,'format','',0,0),(2192,2192,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2193,2193,'format','',0,0),(2194,2194,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2195,2195,'format','',0,0),(2196,2196,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2197,2197,'format','',0,0),(2198,2198,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2199,2199,'format','',0,0),(2200,2200,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2201,2201,'format','',0,0),(2202,2202,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2203,2203,'format','',0,0),(2204,2204,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2205,2205,'format','',0,0),(2206,2206,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2207,2207,'format','',0,0),(2208,2208,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2209,2209,'format','',0,0),(2210,2210,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2211,2211,'format','',0,0),(2212,2212,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2213,2213,'format','',0,0),(2214,2214,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2215,2215,'format','',0,0),(2216,2216,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2217,2217,'format','',0,0),(2218,2218,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2219,2219,'format','',0,0),(2220,2220,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2221,2221,'format','',0,0),(2222,2222,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2223,2223,'format','',0,0),(2224,2224,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2225,2225,'format','',0,0),(2226,2226,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2227,2227,'format','',0,0),(2228,2228,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2229,2229,'format','',0,0),(2230,2230,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2231,2231,'format','',0,0),(2232,2232,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2233,2233,'format','',0,0),(2234,2234,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2235,2235,'format','',0,0),(2236,2236,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2237,2237,'format','',0,0),(2238,2238,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2239,2239,'format','',0,0),(2240,2240,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2241,2241,'format','',0,0),(2242,2242,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2243,2243,'format','',0,0),(2244,2244,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2245,2245,'format','',0,0),(2246,2246,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2247,2247,'format','',0,0),(2248,2248,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2249,2249,'format','',0,0),(2250,2250,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2251,2251,'format','',0,0),(2252,2252,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2253,2253,'format','',0,0),(2254,2254,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2255,2255,'format','',0,0),(2256,2256,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2257,2257,'format','',0,0),(2258,2258,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2259,2259,'format','',0,0),(2260,2260,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2261,2261,'format','',0,0),(2262,2262,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2263,2263,'format','',0,0),(2264,2264,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2265,2265,'format','',0,0),(2266,2266,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2267,2267,'format','',0,0),(2268,2268,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2269,2269,'format','',0,0),(2270,2270,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2271,2271,'format','',0,0),(2272,2272,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2273,2273,'format','',0,0),(2274,2274,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2275,2275,'format','',0,0),(2276,2276,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2277,2277,'format','',0,0),(2278,2278,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2279,2279,'format','',0,0),(2280,2280,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2281,2281,'format','',0,0),(2282,2282,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2283,2283,'format','',0,0),(2284,2284,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2285,2285,'format','',0,0),(2286,2286,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2287,2287,'format','',0,0),(2288,2288,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2289,2289,'format','',0,0),(2290,2290,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2291,2291,'format','',0,0),(2292,2292,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2293,2293,'format','',0,0),(2294,2294,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2295,2295,'format','',0,0),(2296,2296,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2297,2297,'format','',0,0),(2298,2298,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2299,2299,'format','',0,0),(2300,2300,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2301,2301,'format','',0,0),(2302,2302,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2303,2303,'format','',0,0),(2304,2304,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2305,2305,'format','',0,0),(2306,2306,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2307,2307,'format','',0,0),(2308,2308,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2309,2309,'format','',0,0),(2310,2310,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2311,2311,'format','',0,0),(2312,2312,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2313,2313,'format','',0,0),(2314,2314,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2315,2315,'format','',0,0),(2316,2316,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2317,2317,'format','',0,0),(2318,2318,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2319,2319,'format','',0,0),(2320,2320,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2321,2321,'format','',0,0),(2322,2322,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2323,2323,'format','',0,0),(2324,2324,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2325,2325,'format','',0,0),(2326,2326,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2327,2327,'format','',0,0),(2328,2328,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2329,2329,'format','',0,0),(2330,2330,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2331,2331,'format','',0,0),(2332,2332,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2333,2333,'format','',0,0),(2334,2334,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2335,2335,'format','',0,0),(2336,2336,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2337,2337,'format','',0,0),(2338,2338,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2339,2339,'format','',0,0),(2340,2340,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2341,2341,'format','',0,0),(2342,2342,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2343,2343,'format','',0,0),(2344,2344,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2345,2345,'format','',0,0),(2346,2346,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2347,2347,'format','',0,0),(2348,2348,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2349,2349,'format','',0,0),(2350,2350,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2351,2351,'format','',0,0),(2352,2352,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2353,2353,'format','',0,0),(2354,2354,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2355,2355,'format','',0,0),(2356,2356,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2357,2357,'format','',0,0),(2358,2358,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2359,2359,'format','',0,0),(2360,2360,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2361,2361,'format','',0,0),(2362,2362,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2363,2363,'format','',0,0),(2364,2364,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2365,2365,'format','',0,0),(2366,2366,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2367,2367,'format','',0,0),(2368,2368,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2369,2369,'format','',0,0),(2370,2370,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2371,2371,'format','',0,0),(2372,2372,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2373,2373,'format','',0,0),(2374,2374,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2375,2375,'format','',0,0),(2376,2376,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2377,2377,'format','',0,0),(2378,2378,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2379,2379,'format','',0,0),(2380,2380,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2381,2381,'format','',0,0),(2382,2382,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2383,2383,'format','',0,0),(2384,2384,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2385,2385,'format','',0,0),(2386,2386,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2387,2387,'format','',0,0),(2388,2388,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2389,2389,'format','',0,0),(2390,2390,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2391,2391,'format','',0,0),(2392,2392,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2393,2393,'format','',0,0),(2394,2394,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2395,2395,'format','',0,0),(2396,2396,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2397,2397,'format','',0,0),(2398,2398,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2399,2399,'format','',0,0),(2400,2400,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2401,2401,'format','',0,0),(2402,2402,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2403,2403,'format','',0,0),(2404,2404,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2405,2405,'format','',0,0),(2406,2406,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2407,2407,'format','',0,0),(2408,2408,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2409,2409,'format','',0,0),(2410,2410,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2411,2411,'format','',0,0),(2412,2412,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2413,2413,'format','',0,0),(2414,2414,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2415,2415,'format','',0,0),(2416,2416,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2417,2417,'format','',0,0),(2418,2418,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2419,2419,'format','',0,0),(2420,2420,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2421,2421,'format','',0,0),(2422,2422,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2423,2423,'format','',0,0),(2424,2424,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2425,2425,'format','',0,0),(2426,2426,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2427,2427,'format','',0,0),(2428,2428,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2429,2429,'format','',0,0),(2430,2430,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2431,2431,'format','',0,0),(2432,2432,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2433,2433,'format','',0,0),(2434,2434,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2435,2435,'format','',0,0),(2436,2436,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2437,2437,'format','',0,0),(2438,2438,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2439,2439,'format','',0,0),(2440,2440,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2441,2441,'format','',0,0),(2442,2442,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2443,2443,'format','',0,0),(2444,2444,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2445,2445,'format','',0,0),(2446,2446,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2447,2447,'format','',0,0),(2448,2448,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2449,2449,'format','',0,0),(2450,2450,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2451,2451,'format','',0,0),(2452,2452,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2453,2453,'format','',0,0),(2454,2454,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2455,2455,'format','',0,0),(2456,2456,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2457,2457,'format','',0,0),(2458,2458,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2459,2459,'format','',0,0),(2460,2460,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2461,2461,'format','',0,0),(2462,2462,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2463,2463,'format','',0,0),(2464,2464,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2465,2465,'format','',0,0),(2466,2466,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2467,2467,'format','',0,0),(2468,2468,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2469,2469,'format','',0,0),(2470,2470,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2471,2471,'format','',0,0),(2472,2472,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2473,2473,'format','',0,0),(2474,2474,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2475,2475,'format','',0,0),(2476,2476,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2477,2477,'format','',0,0),(2478,2478,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2479,2479,'format','',0,0),(2480,2480,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2481,2481,'format','',0,0),(2482,2482,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2483,2483,'format','',0,0),(2484,2484,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2485,2485,'format','',0,0),(2486,2486,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2487,2487,'format','',0,0),(2488,2488,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2489,2489,'format','',0,0),(2490,2490,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2491,2491,'format','',0,0),(2492,2492,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2493,2493,'format','',0,0),(2494,2494,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2495,2495,'format','',0,0),(2496,2496,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2497,2497,'format','',0,0),(2498,2498,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2499,2499,'format','',0,0),(2500,2500,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2501,2501,'format','',0,0),(2502,2502,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2503,2503,'format','',0,0),(2504,2504,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2505,2505,'format','',0,0),(2506,2506,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2507,2507,'format','',0,0),(2508,2508,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2509,2509,'format','',0,0),(2510,2510,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2511,2511,'format','',0,0),(2512,2512,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2513,2513,'format','',0,0),(2514,2514,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2515,2515,'format','',0,0),(2516,2516,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2517,2517,'format','',0,0),(2518,2518,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2519,2519,'format','',0,0),(2520,2520,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2521,2521,'format','',0,0),(2522,2522,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2523,2523,'format','',0,0),(2524,2524,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2525,2525,'format','',0,0),(2526,2526,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2527,2527,'format','',0,0),(2528,2528,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2529,2529,'format','',0,0),(2530,2530,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2531,2531,'format','',0,0),(2532,2532,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2533,2533,'format','',0,0),(2534,2534,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2535,2535,'format','',0,0),(2536,2536,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2537,2537,'format','',0,0),(2538,2538,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2539,2539,'format','',0,0),(2540,2540,'format','CryptoWallet in the media? Here are some resources to help.',0,0),(2541,2541,'format','',0,0),(2542,2542,'format','CryptoWallet in the media? Here are some resources to help.',0,0);
/*!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 = utf8 */;
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) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`meta_id`),
  KEY `term_id` (`term_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_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 = utf8 */;
CREATE TABLE `wp_terms` (
  `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `slug` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`term_id`),
  KEY `slug` (`slug`(191)),
  KEY `name` (`name`(191))
) ENGINE=InnoDB AUTO_INCREMENT=2543 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_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` VALUES (1,'Uncategorized','uncategorized',0),(2,'Cryptocurrency','cryptocurrency',0),(3,'Trading','trading',0),(4,'Blockchain','blockchain',0),(5,'Featured Crypto News','featured-crypto-news',0),(6,'Cryptowallet Forum','cryptowallet-forum',0),(7,'カテゴリーなし','%e3%82%ab%e3%83%86%e3%82%b4%e3%83%aa%e3%83%bc%e3%81%aa%e3%81%97',0),(8,'Без категории','%d0%b1%d0%b5%d0%b7-%d0%ba%d0%b0%d1%82%d0%b5%d0%b3%d0%be%d1%80%d0%b8%d0%b8',0),(9,'Sin categorizar','sin-categorizar',0),(10,'Optional','optional',0),(11,'任意','%e4%bb%bb%e6%84%8f',0),(12,'Необязательный','%d0%bd%d0%b5%d0%be%d0%b1%d1%8f%d0%b7%d0%b0%d1%82%d0%b5%d0%bb%d1%8c%d0%bd%d1%8b%d0%b9',0),(13,'Opcional','opcional',0),(14,'Required','required',0),(15,'Required','required-ja',0),(16,'Required','required-ru',0),(17,'Required','required-es',0),(18,'Not needed','not-needed',0),(19,'Not needed','not-needed-ja',0),(20,'Not needed','not-needed-ru',0),(21,'Not needed','not-needed-es',0),(22,'Uncategorized @sg','uncategorized-sg',0),(23,'Main','main',0),(24,'Optional','optional-sg',0),(25,'Footer 1','footer-1',0),(26,'Footer 2','footer-2',0),(27,'Default','default',0),(28,'Press Release','press-release',0),(29,'Default','default-2',0),(30,'Press Release','press-release-2',0),(31,'Default','default-3',0),(32,'Press Release','press-release-3',0),(33,'Default','default-4',0),(34,'Press Release','press-release-4',0),(35,'Default','default-5',0),(36,'Press Release','press-release-5',0),(37,'Default','default-6',0),(38,'Press Release','press-release-6',0),(39,'Default','default-7',0),(40,'Press Release','press-release-7',0),(41,'Default','default-8',0),(42,'Press Release','press-release-8',0),(43,'Default','default-9',0),(44,'Press Release','press-release-9',0),(45,'Default','default-10',0),(46,'Press Release','press-release-10',0),(47,'Default','default-11',0),(48,'Press Release','press-release-11',0),(49,'Default','default-12',0),(50,'Press Release','press-release-12',0),(51,'Default','default-13',0),(52,'Press Release','press-release-13',0),(53,'Default','default-14',0),(54,'Press Release','press-release-14',0),(55,'Default','default-15',0),(56,'Press Release','press-release-15',0),(57,'Default','default-16',0),(58,'Press Release','press-release-16',0),(59,'Default','default-17',0),(60,'Press Release','press-release-17',0),(61,'Default','default-18',0),(62,'Press Release','press-release-18',0),(63,'Default','default-19',0),(64,'Press Release','press-release-19',0),(65,'Default','default-20',0),(66,'Press Release','press-release-20',0),(67,'Default','default-21',0),(68,'Press Release','press-release-21',0),(69,'Default','default-22',0),(70,'Press Release','press-release-22',0),(71,'Default','default-23',0),(72,'Press Release','press-release-23',0),(73,'Default','default-24',0),(74,'Press Release','press-release-24',0),(75,'Default','default-25',0),(76,'Press Release','press-release-25',0),(77,'Default','default-26',0),(78,'Press Release','press-release-26',0),(79,'Default','default-27',0),(80,'Press Release','press-release-27',0),(81,'Default','default-28',0),(82,'Press Release','press-release-28',0),(83,'Default','default-29',0),(84,'Press Release','press-release-29',0),(85,'Default','default-30',0),(86,'Press Release','press-release-30',0),(87,'Default','default-31',0),(88,'Press Release','press-release-31',0),(89,'Default','default-32',0),(90,'Press Release','press-release-32',0),(91,'Default','default-33',0),(92,'Press Release','press-release-33',0),(93,'Default','default-34',0),(94,'Press Release','press-release-34',0),(95,'Default','default-35',0),(96,'Press Release','press-release-35',0),(97,'Default','default-36',0),(98,'Press Release','press-release-36',0),(99,'Default','default-37',0),(100,'Press Release','press-release-37',0),(101,'Default','default-38',0),(102,'Press Release','press-release-38',0),(103,'Default','default-39',0),(104,'Press Release','press-release-39',0),(105,'Default','default-40',0),(106,'Press Release','press-release-40',0),(107,'Default','default-41',0),(108,'Press Release','press-release-41',0),(109,'Default','default-42',0),(110,'Press Release','press-release-42',0),(111,'Default','default-43',0),(112,'Press Release','press-release-43',0),(113,'Default','default-44',0),(114,'Press Release','press-release-44',0),(115,'Default','default-45',0),(116,'Press Release','press-release-45',0),(117,'Default','default-46',0),(118,'Press Release','press-release-46',0),(119,'Default','default-47',0),(120,'Press Release','press-release-47',0),(121,'Default','default-48',0),(122,'Press Release','press-release-48',0),(123,'Default','default-49',0),(124,'Press Release','press-release-49',0),(125,'Default','default-50',0),(126,'Press Release','press-release-50',0),(127,'Default','default-51',0),(128,'Press Release','press-release-51',0),(129,'Default','default-52',0),(130,'Press Release','press-release-52',0),(131,'Default','default-53',0),(132,'Press Release','press-release-53',0),(133,'Default','default-54',0),(134,'Press Release','press-release-54',0),(135,'Default','default-55',0),(136,'Press Release','press-release-55',0),(137,'Default','default-56',0),(138,'Press Release','press-release-56',0),(139,'Default','default-57',0),(140,'Press Release','press-release-57',0),(141,'Default','default-58',0),(142,'Press Release','press-release-58',0),(143,'Default','default-59',0),(144,'Press Release','press-release-59',0),(145,'Default','default-60',0),(146,'Press Release','press-release-60',0),(147,'Default','default-61',0),(148,'Press Release','press-release-61',0),(149,'Default','default-62',0),(150,'Press Release','press-release-62',0),(151,'Default','default-63',0),(152,'Press Release','press-release-63',0),(153,'Default','default-64',0),(154,'Press Release','press-release-64',0),(155,'Default','default-65',0),(156,'Press Release','press-release-65',0),(157,'Default','default-66',0),(158,'Press Release','press-release-66',0),(159,'Default','default-67',0),(160,'Press Release','press-release-67',0),(161,'Default','default-68',0),(162,'Press Release','press-release-68',0),(163,'Default','default-69',0),(164,'Press Release','press-release-69',0),(165,'Default','default-70',0),(166,'Press Release','press-release-70',0),(167,'Default','default-71',0),(168,'Press Release','press-release-71',0),(169,'Default','default-72',0),(170,'Press Release','press-release-72',0),(171,'Default','default-73',0),(172,'Press Release','press-release-73',0),(173,'Default','default-74',0),(174,'Press Release','press-release-74',0),(175,'Default','default-75',0),(176,'Press Release','press-release-75',0),(177,'Default','default-76',0),(178,'Press Release','press-release-76',0),(179,'Default','default-77',0),(180,'Press Release','press-release-77',0),(181,'Default','default-78',0),(182,'Press Release','press-release-78',0),(183,'Default','default-79',0),(184,'Press Release','press-release-79',0),(185,'Default','default-80',0),(186,'Press Release','press-release-80',0),(187,'Default','default-81',0),(188,'Press Release','press-release-81',0),(189,'Default','default-82',0),(190,'Press Release','press-release-82',0),(191,'Default','default-83',0),(192,'Press Release','press-release-83',0),(193,'Default','default-84',0),(194,'Press Release','press-release-84',0),(195,'Default','default-85',0),(196,'Press Release','press-release-85',0),(197,'Default','default-86',0),(198,'Press Release','press-release-86',0),(199,'Default','default-87',0),(200,'Press Release','press-release-87',0),(201,'Default','default-88',0),(202,'Press Release','press-release-88',0),(203,'Default','default-89',0),(204,'Press Release','press-release-89',0),(205,'Default','default-90',0),(206,'Press Release','press-release-90',0),(207,'Default','default-91',0),(208,'Press Release','press-release-91',0),(209,'Default','default-92',0),(210,'Press Release','press-release-92',0),(211,'Default','default-93',0),(212,'Press Release','press-release-93',0),(213,'Default','default-94',0),(214,'Press Release','press-release-94',0),(215,'Default','default-95',0),(216,'Press Release','press-release-95',0),(217,'Default','default-96',0),(218,'Press Release','press-release-96',0),(219,'Default','default-97',0),(220,'Press Release','press-release-97',0),(221,'Default','default-98',0),(222,'Press Release','press-release-98',0),(223,'Default','default-99',0),(224,'Press Release','press-release-99',0),(225,'Default','default-100',0),(226,'Press Release','press-release-100',0),(227,'Default','default-101',0),(228,'Press Release','press-release-101',0),(229,'Default','default-102',0),(230,'Press Release','press-release-102',0),(231,'Default','default-103',0),(232,'Press Release','press-release-103',0),(233,'Default','default-104',0),(234,'Press Release','press-release-104',0),(235,'Default','default-105',0),(236,'Press Release','press-release-105',0),(237,'Default','default-106',0),(238,'Press Release','press-release-106',0),(239,'Default','default-107',0),(240,'Press Release','press-release-107',0),(241,'Default','default-108',0),(242,'Press Release','press-release-108',0),(243,'Default','default-109',0),(244,'Press Release','press-release-109',0),(245,'Default','default-110',0),(246,'Press Release','press-release-110',0),(247,'Default','default-111',0),(248,'Press Release','press-release-111',0),(249,'Default','default-112',0),(250,'Press Release','press-release-112',0),(251,'Default','default-113',0),(252,'Press Release','press-release-113',0),(253,'Default','default-114',0),(254,'Press Release','press-release-114',0),(255,'Default','default-115',0),(256,'Press Release','press-release-115',0),(257,'Default','default-116',0),(258,'Press Release','press-release-116',0),(259,'Default','default-117',0),(260,'Press Release','press-release-117',0),(261,'Default','default-118',0),(262,'Press Release','press-release-118',0),(263,'Default','default-119',0),(264,'Press Release','press-release-119',0),(265,'Default','default-120',0),(266,'Press Release','press-release-120',0),(267,'Default','default-121',0),(268,'Press Release','press-release-121',0),(269,'Default','default-122',0),(270,'Press Release','press-release-122',0),(271,'Default','default-123',0),(272,'Press Release','press-release-123',0),(273,'Default','default-124',0),(274,'Press Release','press-release-124',0),(275,'Default','default-125',0),(276,'Press Release','press-release-125',0),(277,'Default','default-126',0),(278,'Press Release','press-release-126',0),(279,'Default','default-127',0),(280,'Press Release','press-release-127',0),(281,'Default','default-128',0),(282,'Press Release','press-release-128',0),(283,'Default','default-129',0),(284,'Press Release','press-release-129',0),(285,'Default','default-130',0),(286,'Press Release','press-release-130',0),(287,'Default','default-131',0),(288,'Press Release','press-release-131',0),(289,'Default','default-132',0),(290,'Press Release','press-release-132',0),(291,'Default','default-133',0),(292,'Press Release','press-release-133',0),(293,'Default','default-134',0),(294,'Press Release','press-release-134',0),(295,'Default','default-135',0),(296,'Press Release','press-release-135',0),(297,'Default','default-136',0),(298,'Press Release','press-release-136',0),(299,'Default','default-137',0),(300,'Press Release','press-release-137',0),(301,'Default','default-138',0),(302,'Press Release','press-release-138',0),(303,'Default','default-139',0),(304,'Press Release','press-release-139',0),(305,'Default','default-140',0),(306,'Press Release','press-release-140',0),(307,'Default','default-141',0),(308,'Press Release','press-release-141',0),(309,'Default','default-142',0),(310,'Press Release','press-release-142',0),(311,'Default','default-143',0),(312,'Press Release','press-release-143',0),(313,'Default','default-144',0),(314,'Press Release','press-release-144',0),(315,'Default','default-145',0),(316,'Press Release','press-release-145',0),(317,'Default','default-146',0),(318,'Press Release','press-release-146',0),(319,'Default','default-147',0),(320,'Press Release','press-release-147',0),(321,'Default','default-148',0),(322,'Press Release','press-release-148',0),(323,'Default','default-149',0),(324,'Press Release','press-release-149',0),(325,'Default','default-150',0),(326,'Press Release','press-release-150',0),(327,'Default','default-151',0),(328,'Press Release','press-release-151',0),(329,'Default','default-152',0),(330,'Press Release','press-release-152',0),(331,'Default','default-153',0),(332,'Press Release','press-release-153',0),(333,'Default','default-154',0),(334,'Press Release','press-release-154',0),(335,'Default','default-155',0),(336,'Press Release','press-release-155',0),(337,'Default','default-156',0),(338,'Press Release','press-release-156',0),(339,'Default','default-157',0),(340,'Press Release','press-release-157',0),(341,'Default','default-158',0),(342,'Press Release','press-release-158',0),(343,'Default','default-159',0),(344,'Press Release','press-release-159',0),(345,'Default','default-160',0),(346,'Press Release','press-release-160',0),(347,'Default','default-161',0),(348,'Press Release','press-release-161',0),(349,'Default','default-162',0),(350,'Press Release','press-release-162',0),(351,'Default','default-163',0),(352,'Press Release','press-release-163',0),(353,'Default','default-164',0),(354,'Press Release','press-release-164',0),(355,'Default','default-165',0),(356,'Press Release','press-release-165',0),(357,'Default','default-166',0),(358,'Press Release','press-release-166',0),(359,'Default','default-167',0),(360,'Press Release','press-release-167',0),(361,'Default','default-168',0),(362,'Press Release','press-release-168',0),(363,'Default','default-169',0),(364,'Press Release','press-release-169',0),(365,'Default','default-170',0),(366,'Press Release','press-release-170',0),(367,'Default','default-171',0),(368,'Press Release','press-release-171',0),(369,'Default','default-172',0),(370,'Press Release','press-release-172',0),(371,'Default','default-173',0),(372,'Press Release','press-release-173',0),(373,'Default','default-174',0),(374,'Press Release','press-release-174',0),(375,'Default','default-175',0),(376,'Press Release','press-release-175',0),(377,'Default','default-176',0),(378,'Press Release','press-release-176',0),(379,'Default','default-177',0),(380,'Press Release','press-release-177',0),(381,'Default','default-178',0),(382,'Press Release','press-release-178',0),(383,'Default','default-179',0),(384,'Press Release','press-release-179',0),(385,'Default','default-180',0),(386,'Press Release','press-release-180',0),(387,'Default','default-181',0),(388,'Press Release','press-release-181',0),(389,'Default','default-182',0),(390,'Press Release','press-release-182',0),(391,'Default','default-183',0),(392,'Press Release','press-release-183',0),(393,'Default','default-184',0),(394,'Press Release','press-release-184',0),(395,'Default','default-185',0),(396,'Press Release','press-release-185',0),(397,'Default','default-186',0),(398,'Press Release','press-release-186',0),(399,'Default','default-187',0),(400,'Press Release','press-release-187',0),(401,'Default','default-188',0),(402,'Press Release','press-release-188',0),(403,'Default','default-189',0),(404,'Press Release','press-release-189',0),(405,'Default','default-190',0),(406,'Press Release','press-release-190',0),(407,'Default','default-191',0),(408,'Press Release','press-release-191',0),(409,'Default','default-192',0),(410,'Press Release','press-release-192',0),(411,'Default','default-193',0),(412,'Press Release','press-release-193',0),(413,'Default','default-194',0),(414,'Press Release','press-release-194',0),(415,'Default','default-195',0),(416,'Press Release','press-release-195',0),(417,'Default','default-196',0),(418,'Press Release','press-release-196',0),(419,'Default','default-197',0),(420,'Press Release','press-release-197',0),(421,'Default','default-198',0),(422,'Press Release','press-release-198',0),(423,'Default','default-199',0),(424,'Press Release','press-release-199',0),(425,'Default','default-200',0),(426,'Press Release','press-release-200',0),(427,'Default','default-201',0),(428,'Press Release','press-release-201',0),(429,'Default','default-202',0),(430,'Press Release','press-release-202',0),(431,'Default','default-203',0),(432,'Press Release','press-release-203',0),(433,'Default','default-204',0),(434,'Press Release','press-release-204',0),(435,'Default','default-205',0),(436,'Press Release','press-release-205',0),(437,'Default','default-206',0),(438,'Press Release','press-release-206',0),(439,'Default','default-207',0),(440,'Press Release','press-release-207',0),(441,'Default','default-208',0),(442,'Press Release','press-release-208',0),(443,'Default','default-209',0),(444,'Press Release','press-release-209',0),(445,'Default','default-210',0),(446,'Press Release','press-release-210',0),(447,'Default','default-211',0),(448,'Press Release','press-release-211',0),(449,'Default','default-212',0),(450,'Press Release','press-release-212',0),(451,'Default','default-213',0),(452,'Press Release','press-release-213',0),(453,'Default','default-214',0),(454,'Press Release','press-release-214',0),(455,'Default','default-215',0),(456,'Press Release','press-release-215',0),(457,'Default','default-216',0),(458,'Press Release','press-release-216',0),(459,'Default','default-217',0),(460,'Press Release','press-release-217',0),(461,'Default','default-218',0),(462,'Press Release','press-release-218',0),(463,'Default','default-219',0),(464,'Press Release','press-release-219',0),(465,'Default','default-220',0),(466,'Press Release','press-release-220',0),(467,'Default','default-221',0),(468,'Press Release','press-release-221',0),(469,'Default','default-222',0),(470,'Press Release','press-release-222',0),(471,'Default','default-223',0),(472,'Press Release','press-release-223',0),(473,'Default','default-224',0),(474,'Press Release','press-release-224',0),(475,'Default','default-225',0),(476,'Press Release','press-release-225',0),(477,'Default','default-226',0),(478,'Press Release','press-release-226',0),(479,'Default','default-227',0),(480,'Press Release','press-release-227',0),(481,'Default','default-228',0),(482,'Press Release','press-release-228',0),(483,'Default','default-229',0),(484,'Press Release','press-release-229',0),(485,'Default','default-230',0),(486,'Press Release','press-release-230',0),(487,'Default','default-231',0),(488,'Press Release','press-release-231',0),(489,'Default','default-232',0),(490,'Press Release','press-release-232',0),(491,'Default','default-233',0),(492,'Press Release','press-release-233',0),(493,'Default','default-234',0),(494,'Press Release','press-release-234',0),(495,'Default','default-235',0),(496,'Press Release','press-release-235',0),(497,'Default','default-236',0),(498,'Press Release','press-release-236',0),(499,'Default','default-237',0),(500,'Press Release','press-release-237',0),(501,'Default','default-238',0),(502,'Press Release','press-release-238',0),(503,'Default','default-239',0),(504,'Press Release','press-release-239',0),(505,'Default','default-240',0),(506,'Press Release','press-release-240',0),(507,'Default','default-241',0),(508,'Press Release','press-release-241',0),(509,'Default','default-242',0),(510,'Press Release','press-release-242',0),(511,'Default','default-243',0),(512,'Press Release','press-release-243',0),(513,'Default','default-244',0),(514,'Press Release','press-release-244',0),(515,'Default','default-245',0),(516,'Press Release','press-release-245',0),(517,'Default','default-246',0),(518,'Press Release','press-release-246',0),(519,'Default','default-247',0),(520,'Press Release','press-release-247',0),(521,'Default','default-248',0),(522,'Press Release','press-release-248',0),(523,'Default','default-249',0),(524,'Press Release','press-release-249',0),(525,'Default','default-250',0),(526,'Press Release','press-release-250',0),(527,'Default','default-251',0),(528,'Press Release','press-release-251',0),(529,'Default','default-252',0),(530,'Press Release','press-release-252',0),(531,'Default','default-253',0),(532,'Press Release','press-release-253',0),(533,'Default','default-254',0),(534,'Press Release','press-release-254',0),(535,'Default','default-255',0),(536,'Press Release','press-release-255',0),(537,'Default','default-256',0),(538,'Press Release','press-release-256',0),(539,'Default','default-257',0),(540,'Press Release','press-release-257',0),(541,'Default','default-258',0),(542,'Press Release','press-release-258',0),(543,'Default','default-259',0),(544,'Press Release','press-release-259',0),(545,'Default','default-260',0),(546,'Press Release','press-release-260',0),(547,'Default','default-261',0),(548,'Press Release','press-release-261',0),(549,'Default','default-262',0),(550,'Press Release','press-release-262',0),(551,'Default','default-263',0),(552,'Press Release','press-release-263',0),(553,'Default','default-264',0),(554,'Press Release','press-release-264',0),(555,'Default','default-265',0),(556,'Press Release','press-release-265',0),(557,'Default','default-266',0),(558,'Press Release','press-release-266',0),(559,'Default','default-267',0),(560,'Press Release','press-release-267',0),(561,'Default','default-268',0),(562,'Press Release','press-release-268',0),(563,'Default','default-269',0),(564,'Press Release','press-release-269',0),(565,'Default','default-270',0),(566,'Press Release','press-release-270',0),(567,'Default','default-271',0),(568,'Press Release','press-release-271',0),(569,'Default','default-272',0),(570,'Press Release','press-release-272',0),(571,'Default','default-273',0),(572,'Press Release','press-release-273',0),(573,'Default','default-274',0),(574,'Press Release','press-release-274',0),(575,'Default','default-275',0),(576,'Press Release','press-release-275',0),(577,'Default','default-276',0),(578,'Press Release','press-release-276',0),(579,'Default','default-277',0),(580,'Press Release','press-release-277',0),(581,'Default','default-278',0),(582,'Press Release','press-release-278',0),(583,'Default','default-279',0),(584,'Press Release','press-release-279',0),(585,'Default','default-280',0),(586,'Press Release','press-release-280',0),(587,'Default','default-281',0),(588,'Press Release','press-release-281',0),(589,'Default','default-282',0),(590,'Press Release','press-release-282',0),(591,'Default','default-283',0),(592,'Press Release','press-release-283',0),(593,'Default','default-284',0),(594,'Press Release','press-release-284',0),(595,'Default','default-285',0),(596,'Press Release','press-release-285',0),(597,'Default','default-286',0),(598,'Press Release','press-release-286',0),(599,'Default','default-287',0),(600,'Press Release','press-release-287',0),(601,'Default','default-288',0),(602,'Press Release','press-release-288',0),(603,'Default','default-289',0),(604,'Press Release','press-release-289',0),(605,'Default','default-290',0),(606,'Press Release','press-release-290',0),(607,'Default','default-291',0),(608,'Press Release','press-release-291',0),(609,'Default','default-292',0),(610,'Press Release','press-release-292',0),(611,'Default','default-293',0),(612,'Press Release','press-release-293',0),(613,'Default','default-294',0),(614,'Press Release','press-release-294',0),(615,'Default','default-295',0),(616,'Press Release','press-release-295',0),(617,'Default','default-296',0),(618,'Press Release','press-release-296',0),(619,'Default','default-297',0),(620,'Press Release','press-release-297',0),(621,'Default','default-298',0),(622,'Press Release','press-release-298',0),(623,'Default','default-299',0),(624,'Press Release','press-release-299',0),(625,'Default','default-300',0),(626,'Press Release','press-release-300',0),(627,'Default','default-301',0),(628,'Press Release','press-release-301',0),(629,'Default','default-302',0),(630,'Press Release','press-release-302',0),(631,'Default','default-303',0),(632,'Press Release','press-release-303',0),(633,'Default','default-304',0),(634,'Press Release','press-release-304',0),(635,'Default','default-305',0),(636,'Press Release','press-release-305',0),(637,'Default','default-306',0),(638,'Press Release','press-release-306',0),(639,'Default','default-307',0),(640,'Press Release','press-release-307',0),(641,'Default','default-308',0),(642,'Press Release','press-release-308',0),(643,'Default','default-309',0),(644,'Press Release','press-release-309',0),(645,'Default','default-310',0),(646,'Press Release','press-release-310',0),(647,'Default','default-311',0),(648,'Press Release','press-release-311',0),(649,'Default','default-312',0),(650,'Press Release','press-release-312',0),(651,'Default','default-313',0),(652,'Press Release','press-release-313',0),(653,'Default','default-314',0),(654,'Press Release','press-release-314',0),(655,'Default','default-315',0),(656,'Press Release','press-release-315',0),(657,'Default','default-316',0),(658,'Press Release','press-release-316',0),(659,'Default','default-317',0),(660,'Press Release','press-release-317',0),(661,'Default','default-318',0),(662,'Press Release','press-release-318',0),(663,'Default','default-319',0),(664,'Press Release','press-release-319',0),(665,'Default','default-320',0),(666,'Press Release','press-release-320',0),(667,'Default','default-321',0),(668,'Press Release','press-release-321',0),(669,'Default','default-322',0),(670,'Press Release','press-release-322',0),(671,'Default','default-323',0),(672,'Press Release','press-release-323',0),(673,'Default','default-324',0),(674,'Press Release','press-release-324',0),(675,'Default','default-325',0),(676,'Press Release','press-release-325',0),(677,'Default','default-326',0),(678,'Press Release','press-release-326',0),(679,'Default','default-327',0),(680,'Press Release','press-release-327',0),(681,'Default','default-328',0),(682,'Press Release','press-release-328',0),(683,'Default','default-329',0),(684,'Press Release','press-release-329',0),(685,'Default','default-330',0),(686,'Default','default-331',0),(687,'Press Release','press-release-330',0),(688,'Press Release','press-release-331',0),(689,'Default','default-332',0),(690,'Press Release','press-release-332',0),(691,'Default','default-333',0),(692,'Press Release','press-release-333',0),(693,'Default','default-334',0),(694,'Press Release','press-release-334',0),(695,'Default','default-335',0),(696,'Press Release','press-release-335',0),(697,'Default','default-336',0),(698,'Press Release','press-release-336',0),(699,'Default','default-337',0),(700,'Press Release','press-release-337',0),(701,'Default','default-338',0),(702,'Press Release','press-release-338',0),(703,'Default','default-339',0),(704,'Press Release','press-release-339',0),(705,'Default','default-340',0),(706,'Press Release','press-release-340',0),(707,'Default','default-341',0),(708,'Press Release','press-release-341',0),(709,'Default','default-342',0),(710,'Press Release','press-release-342',0),(711,'Default','default-343',0),(712,'Press Release','press-release-343',0),(713,'Default','default-344',0),(714,'Press Release','press-release-344',0),(715,'Default','default-345',0),(716,'Press Release','press-release-345',0),(717,'Default','default-346',0),(718,'Press Release','press-release-346',0),(719,'Default','default-347',0),(720,'Press Release','press-release-347',0),(721,'Default','default-348',0),(722,'Press Release','press-release-348',0),(723,'Default','default-349',0),(724,'Press Release','press-release-349',0),(725,'Default','default-350',0),(726,'Press Release','press-release-350',0),(727,'Default','default-351',0),(728,'Press Release','press-release-351',0),(729,'Default','default-352',0),(730,'Press Release','press-release-352',0),(731,'Default','default-353',0),(732,'Press Release','press-release-353',0),(733,'Default','default-354',0),(734,'Press Release','press-release-354',0),(735,'Default','default-355',0),(736,'Press Release','press-release-355',0),(737,'Default','default-356',0),(738,'Press Release','press-release-356',0),(739,'Default','default-357',0),(740,'Press Release','press-release-357',0),(741,'Default','default-358',0),(742,'Press Release','press-release-358',0),(743,'Default','default-359',0),(744,'Press Release','press-release-359',0),(745,'Default','default-360',0),(746,'Press Release','press-release-360',0),(747,'Default','default-361',0),(748,'Press Release','press-release-361',0),(749,'Default','default-362',0),(750,'Press Release','press-release-362',0),(751,'Default','default-363',0),(752,'Press Release','press-release-363',0),(753,'Default','default-364',0),(754,'Press Release','press-release-364',0),(755,'Default','default-365',0),(756,'Press Release','press-release-365',0),(757,'Default','default-366',0),(758,'Press Release','press-release-366',0),(759,'Default','default-367',0),(760,'Press Release','press-release-367',0),(761,'Default','default-368',0),(762,'Press Release','press-release-368',0),(763,'Default','default-369',0),(764,'Press Release','press-release-369',0),(765,'Default','default-370',0),(766,'Press Release','press-release-370',0),(767,'Default','default-371',0),(768,'Press Release','press-release-371',0),(769,'Default','default-372',0),(770,'Press Release','press-release-372',0),(771,'Default','default-373',0),(772,'Press Release','press-release-373',0),(773,'Default','default-374',0),(774,'Press Release','press-release-374',0),(775,'Default','default-375',0),(776,'Press Release','press-release-375',0),(777,'Default','default-376',0),(778,'Press Release','press-release-376',0),(779,'Default','default-377',0),(780,'Press Release','press-release-377',0),(781,'Default','default-378',0),(782,'Press Release','press-release-378',0),(783,'Default','default-379',0),(784,'Press Release','press-release-379',0),(785,'Default','default-380',0),(786,'Press Release','press-release-380',0),(787,'Default','default-381',0),(788,'Press Release','press-release-381',0),(789,'Default','default-382',0),(790,'Press Release','press-release-382',0),(791,'Default','default-383',0),(792,'Press Release','press-release-383',0),(793,'Default','default-384',0),(794,'Press Release','press-release-384',0),(795,'Default','default-385',0),(796,'Press Release','press-release-385',0),(797,'Default','default-386',0),(798,'Press Release','press-release-386',0),(799,'Default','default-387',0),(800,'Press Release','press-release-387',0),(801,'Default','default-388',0),(802,'Press Release','press-release-388',0),(803,'Default','default-389',0),(804,'Press Release','press-release-389',0),(805,'Default','default-390',0),(806,'Press Release','press-release-390',0),(807,'Default','default-391',0),(808,'Press Release','press-release-391',0),(809,'Default','default-392',0),(810,'Press Release','press-release-392',0),(811,'Default','default-393',0),(812,'Press Release','press-release-393',0),(813,'Default','default-394',0),(814,'Press Release','press-release-394',0),(815,'Default','default-395',0),(816,'Press Release','press-release-395',0),(817,'Default','default-396',0),(818,'Press Release','press-release-396',0),(819,'Default','default-397',0),(820,'Default','default-398',0),(821,'Press Release','press-release-397',0),(822,'Press Release','press-release-398',0),(823,'Default','default-399',0),(824,'Press Release','press-release-399',0),(825,'Default','default-400',0),(826,'Press Release','press-release-400',0),(827,'Default','default-401',0),(828,'Press Release','press-release-401',0),(829,'Default','default-402',0),(830,'Press Release','press-release-402',0),(831,'Default','default-403',0),(832,'Press Release','press-release-403',0),(833,'Default','default-404',0),(834,'Press Release','press-release-404',0),(835,'Default','default-405',0),(836,'Press Release','press-release-405',0),(837,'Default','default-406',0),(838,'Press Release','press-release-406',0),(839,'Default','default-407',0),(840,'Press Release','press-release-407',0),(841,'Default','default-408',0),(842,'Press Release','press-release-408',0),(843,'Default','default-409',0),(844,'Press Release','press-release-409',0),(845,'Default','default-410',0),(846,'Press Release','press-release-410',0),(847,'Default','default-411',0),(848,'Press Release','press-release-411',0),(849,'Default','default-412',0),(850,'Press Release','press-release-412',0),(851,'Default','default-413',0),(852,'Press Release','press-release-413',0),(853,'Default','default-414',0),(854,'Press Release','press-release-414',0),(855,'Default','default-415',0),(856,'Press Release','press-release-415',0),(857,'Default','default-416',0),(858,'Press Release','press-release-416',0),(859,'Default','default-417',0),(860,'Press Release','press-release-417',0),(861,'Default','default-418',0),(862,'Press Release','press-release-418',0),(863,'Default','default-419',0),(864,'Press Release','press-release-419',0),(865,'Default','default-420',0),(866,'Press Release','press-release-420',0),(867,'Default','default-421',0),(868,'Press Release','press-release-421',0),(869,'Default','default-422',0),(870,'Press Release','press-release-422',0),(871,'Default','default-423',0),(872,'Press Release','press-release-423',0),(873,'Default','default-424',0),(874,'Press Release','press-release-424',0),(875,'Default','default-425',0),(876,'Press Release','press-release-425',0),(877,'Default','default-426',0),(878,'Press Release','press-release-426',0),(879,'Default','default-427',0),(880,'Press Release','press-release-427',0),(881,'Default','default-428',0),(882,'Press Release','press-release-428',0),(883,'Default','default-429',0),(884,'Press Release','press-release-429',0),(885,'Default','default-430',0),(886,'Press Release','press-release-430',0),(887,'Default','default-431',0),(888,'Press Release','press-release-431',0),(889,'Default','default-432',0),(890,'Press Release','press-release-432',0),(891,'Default','default-433',0),(892,'Press Release','press-release-433',0),(893,'Default','default-434',0),(894,'Press Release','press-release-434',0),(895,'Default','default-435',0),(896,'Press Release','press-release-435',0),(897,'Default','default-436',0),(898,'Press Release','press-release-436',0),(899,'Default','default-437',0),(900,'Press Release','press-release-437',0),(901,'Default','default-438',0),(902,'Press Release','press-release-438',0),(903,'Default','default-439',0),(904,'Press Release','press-release-439',0),(905,'Default','default-440',0),(906,'Press Release','press-release-440',0),(907,'Default','default-441',0),(908,'Press Release','press-release-441',0),(909,'Default','default-442',0),(910,'Press Release','press-release-442',0),(911,'Default','default-443',0),(912,'Press Release','press-release-443',0),(913,'Default','default-444',0),(914,'Press Release','press-release-444',0),(915,'Default','default-445',0),(916,'Press Release','press-release-445',0),(917,'Default','default-446',0),(918,'Press Release','press-release-446',0),(919,'Default','default-447',0),(920,'Press Release','press-release-447',0),(921,'Default','default-448',0),(922,'Press Release','press-release-448',0),(923,'Default','default-449',0),(924,'Press Release','press-release-449',0),(925,'Default','default-450',0),(926,'Press Release','press-release-450',0),(927,'Default','default-451',0),(928,'Press Release','press-release-451',0),(929,'Default','default-452',0),(930,'Press Release','press-release-452',0),(931,'Default','default-453',0),(932,'Press Release','press-release-453',0),(933,'Default','default-454',0),(934,'Press Release','press-release-454',0),(935,'Default','default-455',0),(936,'Press Release','press-release-455',0),(937,'Default','default-456',0),(938,'Default','default-457',0),(939,'Press Release','press-release-456',0),(940,'Press Release','press-release-457',0),(941,'Default','default-458',0),(942,'Default','default-459',0),(943,'Press Release','press-release-458',0),(944,'Default','default-460',0),(945,'Press Release','press-release-459',0),(946,'Press Release','press-release-460',0),(947,'Default','default-461',0),(948,'Default','default-462',0),(949,'Press Release','press-release-461',0),(950,'Press Release','press-release-462',0),(951,'Default','default-463',0),(952,'Press Release','press-release-463',0),(953,'Default','default-464',0),(954,'Default','default-465',0),(955,'Press Release','press-release-464',0),(956,'Press Release','press-release-465',0),(957,'Default','default-466',0),(958,'Press Release','press-release-466',0),(959,'Default','default-467',0),(960,'Press Release','press-release-467',0),(961,'Default','default-468',0),(962,'Press Release','press-release-468',0),(963,'Default','default-469',0),(964,'Press Release','press-release-469',0),(965,'Default','default-470',0),(966,'Press Release','press-release-470',0),(967,'Default','default-471',0),(968,'Press Release','press-release-471',0),(969,'Default','default-472',0),(970,'Press Release','press-release-472',0),(971,'Default','default-473',0),(972,'Default','default-474',0),(973,'Press Release','press-release-473',0),(974,'Default','default-475',0),(975,'Press Release','press-release-474',0),(976,'Default','default-476',0),(977,'Default','default-477',0),(978,'Press Release','press-release-475',0),(979,'Press Release','press-release-476',0),(980,'Press Release','press-release-477',0),(981,'Default','default-478',0),(982,'Default','default-479',0),(983,'Press Release','press-release-478',0),(984,'Default','default-480',0),(985,'Press Release','press-release-479',0),(986,'Default','default-481',0),(987,'Default','default-482',0),(988,'Press Release','press-release-480',0),(989,'Press Release','press-release-481',0),(990,'Press Release','press-release-482',0),(991,'Default','default-483',0),(992,'Default','default-484',0),(993,'Press Release','press-release-483',0),(994,'Default','default-485',0),(995,'Default','default-486',0),(996,'Press Release','press-release-484',0),(997,'Default','default-487',0),(998,'Press Release','press-release-485',0),(999,'Press Release','press-release-486',0),(1000,'Press Release','press-release-487',0),(1001,'Default','default-488',0),(1002,'Press Release','press-release-488',0),(1003,'Default','default-489',0),(1004,'Default','default-490',0),(1005,'Default','default-491',0),(1006,'Default','default-492',0),(1007,'Press Release','press-release-489',0),(1008,'Press Release','press-release-490',0),(1009,'Press Release','press-release-491',0),(1010,'Press Release','press-release-492',0),(1011,'Default','default-493',0),(1012,'Press Release','press-release-493',0),(1013,'Default','default-494',0),(1014,'Press Release','press-release-494',0),(1015,'Default','default-495',0),(1016,'Press Release','press-release-495',0),(1017,'Default','default-496',0),(1018,'Press Release','press-release-496',0),(1019,'Default','default-497',0),(1020,'Press Release','press-release-497',0),(1021,'Default','default-498',0),(1022,'Press Release','press-release-498',0),(1023,'Default','default-499',0),(1024,'Press Release','press-release-499',0),(1025,'Default','default-500',0),(1026,'Press Release','press-release-500',0),(1027,'Default','default-501',0),(1028,'Press Release','press-release-501',0),(1029,'Default','default-502',0),(1030,'Press Release','press-release-502',0),(1031,'Default','default-503',0),(1032,'Press Release','press-release-503',0),(1033,'Default','default-504',0),(1034,'Press Release','press-release-504',0),(1035,'Default','default-505',0),(1036,'Press Release','press-release-505',0),(1037,'Default','default-506',0),(1038,'Press Release','press-release-506',0),(1039,'Default','default-507',0),(1040,'Press Release','press-release-507',0),(1041,'Default','default-508',0),(1042,'Press Release','press-release-508',0),(1043,'Default','default-509',0),(1044,'Press Release','press-release-509',0),(1045,'Default','default-510',0),(1046,'Press Release','press-release-510',0),(1047,'Default','default-511',0),(1048,'Press Release','press-release-511',0),(1049,'Default','default-512',0),(1050,'Default','default-513',0),(1051,'Press Release','press-release-512',0),(1052,'Press Release','press-release-513',0),(1053,'Default','default-514',0),(1054,'Press Release','press-release-514',0),(1055,'Default','default-515',0),(1056,'Press Release','press-release-515',0),(1057,'Default','default-516',0),(1058,'Press Release','press-release-516',0),(1059,'Default','default-517',0),(1060,'Press Release','press-release-517',0),(1061,'Default','default-518',0),(1062,'Press Release','press-release-518',0),(1063,'Default','default-519',0),(1064,'Press Release','press-release-519',0),(1065,'Default','default-520',0),(1066,'Press Release','press-release-520',0),(1067,'Default','default-521',0),(1068,'Press Release','press-release-521',0),(1069,'Default','default-522',0),(1070,'Press Release','press-release-522',0),(1071,'Default','default-523',0),(1072,'Press Release','press-release-523',0),(1073,'Default','default-524',0),(1074,'Press Release','press-release-524',0),(1075,'Default','default-525',0),(1076,'Press Release','press-release-525',0),(1077,'Default','default-526',0),(1078,'Press Release','press-release-526',0),(1079,'Default','default-527',0),(1080,'Press Release','press-release-527',0),(1081,'Default','default-528',0),(1082,'Press Release','press-release-528',0),(1083,'Default','default-529',0),(1084,'Press Release','press-release-529',0),(1085,'Default','default-530',0),(1086,'Press Release','press-release-530',0),(1087,'Default','default-531',0),(1088,'Press Release','press-release-531',0),(1089,'Default','default-532',0),(1090,'Press Release','press-release-532',0),(1091,'Default','default-533',0),(1092,'Press Release','press-release-533',0),(1093,'Default','default-534',0),(1094,'Press Release','press-release-534',0),(1095,'Default','default-535',0),(1096,'Press Release','press-release-535',0),(1097,'Default','default-536',0),(1098,'Press Release','press-release-536',0),(1099,'Default','default-537',0),(1100,'Press Release','press-release-537',0),(1101,'Default','default-538',0),(1102,'Press Release','press-release-538',0),(1103,'Default','default-539',0),(1104,'Press Release','press-release-539',0),(1105,'Default','default-540',0),(1106,'Press Release','press-release-540',0),(1107,'Default','default-541',0),(1108,'Press Release','press-release-541',0),(1109,'Default','default-542',0),(1110,'Press Release','press-release-542',0),(1111,'Default','default-543',0),(1112,'Press Release','press-release-543',0),(1113,'Default','default-544',0),(1114,'Press Release','press-release-544',0),(1115,'Default','default-545',0),(1116,'Press Release','press-release-545',0),(1117,'Default','default-546',0),(1118,'Press Release','press-release-546',0),(1119,'Default','default-547',0),(1120,'Press Release','press-release-547',0),(1121,'Default','default-548',0),(1122,'Press Release','press-release-548',0),(1123,'Default','default-549',0),(1124,'Press Release','press-release-549',0),(1125,'Default','default-550',0),(1126,'Press Release','press-release-550',0),(1127,'Default','default-551',0),(1128,'Press Release','press-release-551',0),(1129,'Default','default-552',0),(1130,'Press Release','press-release-552',0),(1131,'Default','default-553',0),(1132,'Press Release','press-release-553',0),(1133,'Default','default-554',0),(1134,'Press Release','press-release-554',0),(1135,'Default','default-555',0),(1136,'Press Release','press-release-555',0),(1137,'Default','default-556',0),(1138,'Press Release','press-release-556',0),(1139,'Default','default-557',0),(1140,'Press Release','press-release-557',0),(1141,'Default','default-558',0),(1142,'Press Release','press-release-558',0),(1143,'Default','default-559',0),(1144,'Press Release','press-release-559',0),(1145,'Default','default-560',0),(1146,'Press Release','press-release-560',0),(1147,'Default','default-561',0),(1148,'Press Release','press-release-561',0),(1149,'Default','default-562',0),(1150,'Press Release','press-release-562',0),(1151,'Default','default-563',0),(1152,'Press Release','press-release-563',0),(1153,'Default','default-564',0),(1154,'Press Release','press-release-564',0),(1155,'Default','default-565',0),(1156,'Press Release','press-release-565',0),(1157,'Default','default-566',0),(1158,'Press Release','press-release-566',0),(1159,'Default','default-567',0),(1160,'Press Release','press-release-567',0),(1161,'Default','default-568',0),(1162,'Press Release','press-release-568',0),(1163,'Default','default-569',0),(1164,'Press Release','press-release-569',0),(1165,'Default','default-570',0),(1166,'Press Release','press-release-570',0),(1167,'Default','default-571',0),(1168,'Press Release','press-release-571',0),(1169,'Default','default-572',0),(1170,'Press Release','press-release-572',0),(1171,'Default','default-573',0),(1172,'Press Release','press-release-573',0),(1173,'Default','default-574',0),(1174,'Press Release','press-release-574',0),(1175,'Default','default-575',0),(1176,'Press Release','press-release-575',0),(1177,'Default','default-576',0),(1178,'Press Release','press-release-576',0),(1179,'Default','default-577',0),(1180,'Press Release','press-release-577',0),(1181,'Default','default-578',0),(1182,'Press Release','press-release-578',0),(1183,'Default','default-579',0),(1184,'Press Release','press-release-579',0),(1185,'Default','default-580',0),(1186,'Press Release','press-release-580',0),(1187,'Default','default-581',0),(1188,'Press Release','press-release-581',0),(1189,'Default','default-582',0),(1190,'Press Release','press-release-582',0),(1191,'Default','default-583',0),(1192,'Press Release','press-release-583',0),(1193,'Default','default-584',0),(1194,'Press Release','press-release-584',0),(1195,'Default','default-585',0),(1196,'Press Release','press-release-585',0),(1197,'Default','default-586',0),(1198,'Press Release','press-release-586',0),(1199,'Default','default-587',0),(1200,'Press Release','press-release-587',0),(1201,'Default','default-588',0),(1202,'Press Release','press-release-588',0),(1203,'Default','default-589',0),(1204,'Press Release','press-release-589',0),(1205,'Default','default-590',0),(1206,'Press Release','press-release-590',0),(1207,'Default','default-591',0),(1208,'Press Release','press-release-591',0),(1209,'Default','default-592',0),(1210,'Press Release','press-release-592',0),(1211,'Default','default-593',0),(1212,'Press Release','press-release-593',0),(1213,'Default','default-594',0),(1214,'Press Release','press-release-594',0),(1215,'Default','default-595',0),(1216,'Press Release','press-release-595',0),(1217,'Default','default-596',0),(1218,'Press Release','press-release-596',0),(1219,'Default','default-597',0),(1220,'Press Release','press-release-597',0),(1221,'Default','default-598',0),(1222,'Press Release','press-release-598',0),(1223,'Default','default-599',0),(1224,'Press Release','press-release-599',0),(1225,'Default','default-600',0),(1226,'Press Release','press-release-600',0),(1227,'Default','default-601',0),(1228,'Press Release','press-release-601',0),(1229,'Default','default-602',0),(1230,'Press Release','press-release-602',0),(1231,'Default','default-603',0),(1232,'Press Release','press-release-603',0),(1233,'Default','default-604',0),(1234,'Press Release','press-release-604',0),(1235,'Default','default-605',0),(1236,'Press Release','press-release-605',0),(1237,'Default','default-606',0),(1238,'Press Release','press-release-606',0),(1239,'Default','default-607',0),(1240,'Press Release','press-release-607',0),(1241,'Default','default-608',0),(1242,'Press Release','press-release-608',0),(1243,'Default','default-609',0),(1244,'Press Release','press-release-609',0),(1245,'Default','default-610',0),(1246,'Default','default-611',0),(1247,'Press Release','press-release-610',0),(1248,'Press Release','press-release-611',0),(1249,'Default','default-612',0),(1250,'Press Release','press-release-612',0),(1251,'Default','default-613',0),(1252,'Press Release','press-release-613',0),(1253,'Default','default-614',0),(1254,'Press Release','press-release-614',0),(1255,'Default','default-615',0),(1256,'Press Release','press-release-615',0),(1257,'Default','default-616',0),(1258,'Press Release','press-release-616',0),(1259,'Default','default-617',0),(1260,'Press Release','press-release-617',0),(1261,'Default','default-618',0),(1262,'Press Release','press-release-618',0),(1263,'Default','default-619',0),(1264,'Press Release','press-release-619',0),(1265,'Default','default-620',0),(1266,'Press Release','press-release-620',0),(1267,'Default','default-621',0),(1268,'Press Release','press-release-621',0),(1269,'Default','default-622',0),(1270,'Press Release','press-release-622',0),(1271,'Default','default-623',0),(1272,'Press Release','press-release-623',0),(1273,'Default','default-624',0),(1274,'Press Release','press-release-624',0),(1275,'Default','default-625',0),(1276,'Press Release','press-release-625',0),(1277,'Default','default-626',0),(1278,'Press Release','press-release-626',0),(1279,'Default','default-627',0),(1280,'Press Release','press-release-627',0),(1281,'Default','default-628',0),(1282,'Press Release','press-release-628',0),(1283,'Default','default-629',0),(1284,'Press Release','press-release-629',0),(1285,'Default','default-630',0),(1286,'Press Release','press-release-630',0),(1287,'Default','default-631',0),(1288,'Press Release','press-release-631',0),(1289,'Default','default-632',0),(1290,'Press Release','press-release-632',0),(1291,'Default','default-633',0),(1292,'Press Release','press-release-633',0),(1293,'Default','default-634',0),(1294,'Press Release','press-release-634',0),(1295,'Default','default-635',0),(1296,'Press Release','press-release-635',0),(1297,'Default','default-636',0),(1298,'Press Release','press-release-636',0),(1299,'Default','default-637',0),(1300,'Press Release','press-release-637',0),(1301,'Default','default-638',0),(1302,'Press Release','press-release-638',0),(1303,'Default','default-639',0),(1304,'Press Release','press-release-639',0),(1305,'Default','default-640',0),(1306,'Press Release','press-release-640',0),(1307,'Default','default-641',0),(1308,'Press Release','press-release-641',0),(1309,'Default','default-642',0),(1310,'Press Release','press-release-642',0),(1311,'Default','default-643',0),(1312,'Default','default-644',0),(1313,'Press Release','press-release-643',0),(1314,'Press Release','press-release-644',0),(1315,'Default','default-645',0),(1316,'Press Release','press-release-645',0),(1317,'Default','default-646',0),(1318,'Press Release','press-release-646',0),(1319,'Default','default-647',0),(1320,'Press Release','press-release-647',0),(1321,'Default','default-648',0),(1322,'Press Release','press-release-648',0),(1323,'Default','default-649',0),(1324,'Default','default-650',0),(1325,'Press Release','press-release-649',0),(1326,'Press Release','press-release-650',0),(1327,'Default','default-651',0),(1328,'Press Release','press-release-651',0),(1329,'Default','default-652',0),(1330,'Press Release','press-release-652',0),(1331,'Default','default-653',0),(1332,'Press Release','press-release-653',0),(1333,'Default','default-654',0),(1334,'Press Release','press-release-654',0),(1335,'Default','default-655',0),(1336,'Press Release','press-release-655',0),(1337,'Default','default-656',0),(1338,'Press Release','press-release-656',0),(1339,'Default','default-657',0),(1340,'Press Release','press-release-657',0),(1341,'Default','default-658',0),(1342,'Press Release','press-release-658',0),(1343,'Default','default-659',0),(1344,'Press Release','press-release-659',0),(1345,'Default','default-660',0),(1346,'Press Release','press-release-660',0),(1347,'Default','default-661',0),(1348,'Press Release','press-release-661',0),(1349,'Default','default-662',0),(1350,'Press Release','press-release-662',0),(1351,'Default','default-663',0),(1352,'Press Release','press-release-663',0),(1353,'Default','default-664',0),(1354,'Press Release','press-release-664',0),(1355,'Default','default-665',0),(1356,'Press Release','press-release-665',0),(1357,'Default','default-666',0),(1358,'Press Release','press-release-666',0),(1359,'Default','default-667',0),(1360,'Press Release','press-release-667',0),(1361,'Default','default-668',0),(1362,'Press Release','press-release-668',0),(1363,'Default','default-669',0),(1364,'Press Release','press-release-669',0),(1365,'Default','default-670',0),(1366,'Press Release','press-release-670',0),(1367,'Default','default-671',0),(1368,'Press Release','press-release-671',0),(1369,'Default','default-672',0),(1370,'Press Release','press-release-672',0),(1371,'Default','default-673',0),(1372,'Press Release','press-release-673',0),(1373,'Default','default-674',0),(1374,'Press Release','press-release-674',0),(1375,'Default','default-675',0),(1376,'Press Release','press-release-675',0),(1377,'Default','default-676',0),(1378,'Press Release','press-release-676',0),(1379,'Default','default-677',0),(1380,'Press Release','press-release-677',0),(1381,'Default','default-678',0),(1382,'Press Release','press-release-678',0),(1383,'Default','default-679',0),(1384,'Press Release','press-release-679',0),(1385,'Default','default-680',0),(1386,'Press Release','press-release-680',0),(1387,'Default','default-681',0),(1388,'Press Release','press-release-681',0),(1389,'Default','default-682',0),(1390,'Press Release','press-release-682',0),(1391,'Default','default-683',0),(1392,'Press Release','press-release-683',0),(1393,'Default','default-684',0),(1394,'Press Release','press-release-684',0),(1395,'Default','default-685',0),(1396,'Default','default-686',0),(1397,'Press Release','press-release-685',0),(1398,'Press Release','press-release-686',0),(1399,'Default','default-687',0),(1400,'Press Release','press-release-687',0),(1401,'Default','default-688',0),(1402,'Press Release','press-release-688',0),(1403,'Default','default-689',0),(1404,'Press Release','press-release-689',0),(1405,'Default','default-690',0),(1406,'Press Release','press-release-690',0),(1407,'Default','default-691',0),(1408,'Press Release','press-release-691',0),(1409,'Default','default-692',0),(1410,'Press Release','press-release-692',0),(1411,'Default','default-693',0),(1412,'Press Release','press-release-693',0),(1413,'Default','default-694',0),(1414,'Press Release','press-release-694',0),(1415,'Default','default-695',0),(1416,'Press Release','press-release-695',0),(1417,'Default','default-696',0),(1418,'Press Release','press-release-696',0),(1419,'Default','default-697',0),(1420,'Default','default-698',0),(1421,'Press Release','press-release-697',0),(1422,'Press Release','press-release-698',0),(1423,'Default','default-699',0),(1424,'Press Release','press-release-699',0),(1425,'Default','default-700',0),(1426,'Press Release','press-release-700',0),(1427,'Default','default-701',0),(1428,'Press Release','press-release-701',0),(1429,'Default','default-702',0),(1430,'Press Release','press-release-702',0),(1431,'Default','default-703',0),(1432,'Press Release','press-release-703',0),(1433,'Default','default-704',0),(1434,'Press Release','press-release-704',0),(1435,'Default','default-705',0),(1436,'Press Release','press-release-705',0),(1437,'Default','default-706',0),(1438,'Press Release','press-release-706',0),(1439,'Default','default-707',0),(1440,'Press Release','press-release-707',0),(1441,'Default','default-708',0),(1442,'Press Release','press-release-708',0),(1443,'Default','default-709',0),(1444,'Press Release','press-release-709',0),(1445,'Default','default-710',0),(1446,'Default','default-711',0),(1447,'Press Release','press-release-710',0),(1448,'Press Release','press-release-711',0),(1449,'Default','default-712',0),(1450,'Press Release','press-release-712',0),(1451,'Default','default-713',0),(1452,'Press Release','press-release-713',0),(1453,'Default','default-714',0),(1454,'Press Release','press-release-714',0),(1455,'Default','default-715',0),(1456,'Press Release','press-release-715',0),(1457,'Default','default-716',0),(1458,'Press Release','press-release-716',0),(1459,'Default','default-717',0),(1460,'Press Release','press-release-717',0),(1461,'Default','default-718',0),(1462,'Press Release','press-release-718',0),(1463,'Default','default-719',0),(1464,'Press Release','press-release-719',0),(1465,'Default','default-720',0),(1466,'Press Release','press-release-720',0),(1467,'Default','default-721',0),(1468,'Press Release','press-release-721',0),(1469,'Default','default-722',0),(1470,'Press Release','press-release-722',0),(1471,'Default','default-723',0),(1472,'Press Release','press-release-723',0),(1473,'Default','default-724',0),(1474,'Press Release','press-release-724',0),(1475,'Default','default-725',0),(1476,'Press Release','press-release-725',0),(1477,'Default','default-726',0),(1478,'Default','default-727',0),(1479,'Press Release','press-release-726',0),(1480,'Press Release','press-release-727',0),(1481,'Default','default-728',0),(1482,'Press Release','press-release-728',0),(1483,'Default','default-729',0),(1484,'Default','default-730',0),(1485,'Press Release','press-release-729',0),(1486,'Press Release','press-release-730',0),(1487,'Default','default-731',0),(1488,'Press Release','press-release-731',0),(1489,'Default','default-732',0),(1490,'Press Release','press-release-732',0),(1491,'Default','default-733',0),(1492,'Press Release','press-release-733',0),(1493,'Default','default-734',0),(1494,'Press Release','press-release-734',0),(1495,'Default','default-735',0),(1496,'Press Release','press-release-735',0),(1497,'Default','default-736',0),(1498,'Press Release','press-release-736',0),(1499,'Default','default-737',0),(1500,'Press Release','press-release-737',0),(1501,'Default','default-738',0),(1502,'Press Release','press-release-738',0),(1503,'Default','default-739',0),(1504,'Press Release','press-release-739',0),(1505,'Default','default-740',0),(1506,'Press Release','press-release-740',0),(1507,'Default','default-741',0),(1508,'Press Release','press-release-741',0),(1509,'Default','default-742',0),(1510,'Press Release','press-release-742',0),(1511,'Default','default-743',0),(1512,'Press Release','press-release-743',0),(1513,'Default','default-744',0),(1514,'Press Release','press-release-744',0),(1515,'Default','default-745',0),(1516,'Press Release','press-release-745',0),(1517,'Default','default-746',0),(1518,'Press Release','press-release-746',0),(1519,'Default','default-747',0),(1520,'Press Release','press-release-747',0),(1521,'Default','default-748',0),(1522,'Press Release','press-release-748',0),(1523,'Default','default-749',0),(1524,'Press Release','press-release-749',0),(1525,'Default','default-750',0),(1526,'Press Release','press-release-750',0),(1527,'Default','default-751',0),(1528,'Press Release','press-release-751',0),(1529,'Default','default-752',0),(1530,'Press Release','press-release-752',0),(1531,'Default','default-753',0),(1532,'Press Release','press-release-753',0),(1533,'Default','default-754',0),(1534,'Press Release','press-release-754',0),(1535,'Default','default-755',0),(1536,'Press Release','press-release-755',0),(1537,'Default','default-756',0),(1538,'Press Release','press-release-756',0),(1539,'Default','default-757',0),(1540,'Press Release','press-release-757',0),(1541,'Default','default-758',0),(1542,'Press Release','press-release-758',0),(1543,'Default','default-759',0),(1544,'Press Release','press-release-759',0),(1545,'Default','default-760',0),(1546,'Press Release','press-release-760',0),(1547,'Default','default-761',0),(1548,'Press Release','press-release-761',0),(1549,'Default','default-762',0),(1550,'Press Release','press-release-762',0),(1551,'Default','default-763',0),(1552,'Press Release','press-release-763',0),(1553,'Default','default-764',0),(1554,'Press Release','press-release-764',0),(1555,'Default','default-765',0),(1556,'Press Release','press-release-765',0),(1557,'Default','default-766',0),(1558,'Default','default-767',0),(1559,'Press Release','press-release-766',0),(1560,'Press Release','press-release-767',0),(1561,'Default','default-768',0),(1562,'Press Release','press-release-768',0),(1563,'Default','default-769',0),(1564,'Press Release','press-release-769',0),(1565,'Default','default-770',0),(1566,'Press Release','press-release-770',0),(1567,'Default','default-771',0),(1568,'Press Release','press-release-771',0),(1569,'Default','default-772',0),(1570,'Press Release','press-release-772',0),(1571,'Default','default-773',0),(1572,'Press Release','press-release-773',0),(1573,'Default','default-774',0),(1574,'Press Release','press-release-774',0),(1575,'Default','default-775',0),(1576,'Press Release','press-release-775',0),(1577,'Default','default-776',0),(1578,'Press Release','press-release-776',0),(1579,'Default','default-777',0),(1580,'Press Release','press-release-777',0),(1581,'Default','default-778',0),(1582,'Press Release','press-release-778',0),(1583,'Default','default-779',0),(1584,'Press Release','press-release-779',0),(1585,'Default','default-780',0),(1586,'Press Release','press-release-780',0),(1587,'Default','default-781',0),(1588,'Press Release','press-release-781',0),(1589,'Default','default-782',0),(1590,'Default','default-783',0),(1591,'Press Release','press-release-782',0),(1592,'Press Release','press-release-783',0),(1593,'Default','default-784',0),(1594,'Press Release','press-release-784',0),(1595,'Default','default-785',0),(1596,'Press Release','press-release-785',0),(1597,'Default','default-786',0),(1598,'Press Release','press-release-786',0),(1599,'Default','default-787',0),(1600,'Press Release','press-release-787',0),(1601,'Default','default-788',0),(1602,'Press Release','press-release-788',0),(1603,'Default','default-789',0),(1604,'Press Release','press-release-789',0),(1605,'Default','default-790',0),(1606,'Press Release','press-release-790',0),(1607,'Default','default-791',0),(1608,'Press Release','press-release-791',0),(1609,'Default','default-792',0),(1610,'Press Release','press-release-792',0),(1611,'Default','default-793',0),(1612,'Press Release','press-release-793',0),(1613,'Default','default-794',0),(1614,'Press Release','press-release-794',0),(1615,'Default','default-795',0),(1616,'Press Release','press-release-795',0),(1617,'Default','default-796',0),(1618,'Press Release','press-release-796',0),(1619,'Default','default-797',0),(1620,'Press Release','press-release-797',0),(1621,'Default','default-798',0),(1622,'Press Release','press-release-798',0),(1623,'Default','default-799',0),(1624,'Press Release','press-release-799',0),(1625,'Default','default-800',0),(1626,'Press Release','press-release-800',0),(1627,'Default','default-801',0),(1628,'Press Release','press-release-801',0),(1629,'Default','default-802',0),(1630,'Press Release','press-release-802',0),(1631,'Default','default-803',0),(1632,'Press Release','press-release-803',0),(1633,'Default','default-804',0),(1634,'Press Release','press-release-804',0),(1635,'Default','default-805',0),(1636,'Press Release','press-release-805',0),(1637,'Default','default-806',0),(1638,'Press Release','press-release-806',0),(1639,'Default','default-807',0),(1640,'Press Release','press-release-807',0),(1641,'Default','default-808',0),(1642,'Press Release','press-release-808',0),(1643,'Default','default-809',0),(1644,'Press Release','press-release-809',0),(1645,'Default','default-810',0),(1646,'Press Release','press-release-810',0),(1647,'Default','default-811',0),(1648,'Press Release','press-release-811',0),(1649,'Default','default-812',0),(1650,'Press Release','press-release-812',0),(1651,'Default','default-813',0),(1652,'Press Release','press-release-813',0),(1653,'Default','default-814',0),(1654,'Press Release','press-release-814',0),(1655,'Default','default-815',0),(1656,'Press Release','press-release-815',0),(1657,'Default','default-816',0),(1658,'Press Release','press-release-816',0),(1659,'Default','default-817',0),(1660,'Press Release','press-release-817',0),(1661,'Default','default-818',0),(1662,'Press Release','press-release-818',0),(1663,'Default','default-819',0),(1664,'Press Release','press-release-819',0),(1665,'Default','default-820',0),(1666,'Press Release','press-release-820',0),(1667,'Default','default-821',0),(1668,'Press Release','press-release-821',0),(1669,'Default','default-822',0),(1670,'Press Release','press-release-822',0),(1671,'Default','default-823',0),(1672,'Press Release','press-release-823',0),(1673,'Default','default-824',0),(1674,'Press Release','press-release-824',0),(1675,'Default','default-825',0),(1676,'Press Release','press-release-825',0),(1677,'Default','default-826',0),(1678,'Press Release','press-release-826',0),(1679,'Default','default-827',0),(1680,'Press Release','press-release-827',0),(1681,'Default','default-828',0),(1682,'Press Release','press-release-828',0),(1683,'Default','default-829',0),(1684,'Press Release','press-release-829',0),(1685,'Default','default-830',0),(1686,'Default','default-831',0),(1687,'Press Release','press-release-830',0),(1688,'Press Release','press-release-831',0),(1689,'Default','default-832',0),(1690,'Press Release','press-release-832',0),(1691,'Default','default-833',0),(1692,'Press Release','press-release-833',0),(1693,'Default','default-834',0),(1694,'Press Release','press-release-834',0),(1695,'Default','default-835',0),(1696,'Press Release','press-release-835',0),(1697,'Default','default-836',0),(1698,'Press Release','press-release-836',0),(1699,'Default','default-837',0),(1700,'Press Release','press-release-837',0),(1701,'Default','default-838',0),(1702,'Press Release','press-release-838',0),(1703,'Default','default-839',0),(1704,'Press Release','press-release-839',0),(1705,'Default','default-840',0),(1706,'Press Release','press-release-840',0),(1707,'Default','default-841',0),(1708,'Press Release','press-release-841',0),(1709,'Default','default-842',0),(1710,'Press Release','press-release-842',0),(1711,'Default','default-843',0),(1712,'Press Release','press-release-843',0),(1713,'Default','default-844',0),(1714,'Press Release','press-release-844',0),(1715,'Default','default-845',0),(1716,'Press Release','press-release-845',0),(1717,'Default','default-846',0),(1718,'Press Release','press-release-846',0),(1719,'Default','default-847',0),(1720,'Press Release','press-release-847',0),(1721,'Default','default-848',0),(1722,'Default','default-849',0),(1723,'Press Release','press-release-848',0),(1724,'Press Release','press-release-849',0),(1725,'Default','default-850',0),(1726,'Press Release','press-release-850',0),(1727,'Default','default-851',0),(1728,'Press Release','press-release-851',0),(1729,'Default','default-852',0),(1730,'Press Release','press-release-852',0),(1731,'Default','default-853',0),(1732,'Press Release','press-release-853',0),(1733,'Default','default-854',0),(1734,'Press Release','press-release-854',0),(1735,'Default','default-855',0),(1736,'Press Release','press-release-855',0),(1737,'Default','default-856',0),(1738,'Press Release','press-release-856',0),(1739,'Default','default-857',0),(1740,'Press Release','press-release-857',0),(1741,'Default','default-858',0),(1742,'Press Release','press-release-858',0),(1743,'Default','default-859',0),(1744,'Press Release','press-release-859',0),(1745,'Default','default-860',0),(1746,'Default','default-861',0),(1747,'Press Release','press-release-860',0),(1748,'Press Release','press-release-861',0),(1749,'Default','default-862',0),(1750,'Press Release','press-release-862',0),(1751,'Default','default-863',0),(1752,'Press Release','press-release-863',0),(1753,'Default','default-864',0),(1754,'Press Release','press-release-864',0),(1755,'Default','default-865',0),(1756,'Press Release','press-release-865',0),(1757,'Default','default-866',0),(1758,'Press Release','press-release-866',0),(1759,'Default','default-867',0),(1760,'Press Release','press-release-867',0),(1761,'Default','default-868',0),(1762,'Press Release','press-release-868',0),(1763,'Default','default-869',0),(1764,'Press Release','press-release-869',0),(1765,'Default','default-870',0),(1766,'Press Release','press-release-870',0),(1767,'Default','default-871',0),(1768,'Press Release','press-release-871',0),(1769,'Default','default-872',0),(1770,'Press Release','press-release-872',0),(1771,'Default','default-873',0),(1772,'Press Release','press-release-873',0),(1773,'Default','default-874',0),(1774,'Press Release','press-release-874',0),(1775,'Default','default-875',0),(1776,'Press Release','press-release-875',0),(1777,'Default','default-876',0),(1778,'Press Release','press-release-876',0),(1779,'Default','default-877',0),(1780,'Press Release','press-release-877',0),(1781,'Default','default-878',0),(1782,'Press Release','press-release-878',0),(1783,'Default','default-879',0),(1784,'Press Release','press-release-879',0),(1785,'Default','default-880',0),(1786,'Press Release','press-release-880',0),(1787,'Default','default-881',0),(1788,'Press Release','press-release-881',0),(1789,'Default','default-882',0),(1790,'Press Release','press-release-882',0),(1791,'Default','default-883',0),(1792,'Press Release','press-release-883',0),(1793,'Default','default-884',0),(1794,'Press Release','press-release-884',0),(1795,'Default','default-885',0),(1796,'Press Release','press-release-885',0),(1797,'Default','default-886',0),(1798,'Press Release','press-release-886',0),(1799,'Default','default-887',0),(1800,'Press Release','press-release-887',0),(1801,'Default','default-888',0),(1802,'Press Release','press-release-888',0),(1803,'Default','default-889',0),(1804,'Press Release','press-release-889',0),(1805,'Default','default-890',0),(1806,'Press Release','press-release-890',0),(1807,'Default','default-891',0),(1808,'Press Release','press-release-891',0),(1809,'Default','default-892',0),(1810,'Press Release','press-release-892',0),(1811,'Default','default-893',0),(1812,'Press Release','press-release-893',0),(1813,'Default','default-894',0),(1814,'Press Release','press-release-894',0),(1815,'Default','default-895',0),(1816,'Default','default-896',0),(1817,'Press Release','press-release-895',0),(1818,'Press Release','press-release-896',0),(1819,'Default','default-897',0),(1820,'Press Release','press-release-897',0),(1821,'Default','default-898',0),(1822,'Press Release','press-release-898',0),(1823,'Default','default-899',0),(1824,'Press Release','press-release-899',0),(1825,'Default','default-900',0),(1826,'Press Release','press-release-900',0),(1827,'Default','default-901',0),(1828,'Press Release','press-release-901',0),(1829,'Default','default-902',0),(1830,'Press Release','press-release-902',0),(1831,'Default','default-903',0),(1832,'Press Release','press-release-903',0),(1833,'Default','default-904',0),(1834,'Press Release','press-release-904',0),(1835,'Default','default-905',0),(1836,'Press Release','press-release-905',0),(1837,'Default','default-906',0),(1838,'Press Release','press-release-906',0),(1839,'Default','default-907',0),(1840,'Press Release','press-release-907',0),(1841,'Default','default-908',0),(1842,'Press Release','press-release-908',0),(1843,'Default','default-909',0),(1844,'Press Release','press-release-909',0),(1845,'Default','default-910',0),(1846,'Press Release','press-release-910',0),(1847,'Default','default-911',0),(1848,'Press Release','press-release-911',0),(1849,'Default','default-912',0),(1850,'Press Release','press-release-912',0),(1851,'Default','default-913',0),(1852,'Press Release','press-release-913',0),(1853,'Default','default-914',0),(1854,'Press Release','press-release-914',0),(1855,'Default','default-915',0),(1856,'Press Release','press-release-915',0),(1857,'Default','default-916',0),(1858,'Press Release','press-release-916',0),(1859,'Default','default-917',0),(1860,'Press Release','press-release-917',0),(1861,'Default','default-918',0),(1862,'Press Release','press-release-918',0),(1863,'Default','default-919',0),(1864,'Press Release','press-release-919',0),(1865,'Default','default-920',0),(1866,'Press Release','press-release-920',0),(1867,'Default','default-921',0),(1868,'Press Release','press-release-921',0),(1869,'Default','default-922',0),(1870,'Press Release','press-release-922',0),(1871,'Default','default-923',0),(1872,'Press Release','press-release-923',0),(1873,'Default','default-924',0),(1874,'Press Release','press-release-924',0),(1875,'Default','default-925',0),(1876,'Press Release','press-release-925',0),(1877,'Default','default-926',0),(1878,'Press Release','press-release-926',0),(1879,'Default','default-927',0),(1880,'Press Release','press-release-927',0),(1881,'Default','default-928',0),(1882,'Press Release','press-release-928',0),(1883,'Default','default-929',0),(1884,'Press Release','press-release-929',0),(1885,'Default','default-930',0),(1886,'Press Release','press-release-930',0),(1887,'Default','default-931',0),(1888,'Press Release','press-release-931',0),(1889,'Default','default-932',0),(1890,'Press Release','press-release-932',0),(1891,'Default','default-933',0),(1892,'Default','default-934',0),(1893,'Default','default-935',0),(1894,'Press Release','press-release-933',0),(1895,'Press Release','press-release-934',0),(1896,'Press Release','press-release-935',0),(1897,'Default','default-936',0),(1898,'Press Release','press-release-936',0),(1899,'Default','default-937',0),(1900,'Press Release','press-release-937',0),(1901,'Default','default-938',0),(1902,'Press Release','press-release-938',0),(1903,'Default','default-939',0),(1904,'Press Release','press-release-939',0),(1905,'Default','default-940',0),(1906,'Press Release','press-release-940',0),(1907,'Default','default-941',0),(1908,'Press Release','press-release-941',0),(1909,'Default','default-942',0),(1910,'Press Release','press-release-942',0),(1911,'Default','default-943',0),(1912,'Press Release','press-release-943',0),(1913,'Default','default-944',0),(1914,'Press Release','press-release-944',0),(1915,'Default','default-945',0),(1916,'Press Release','press-release-945',0),(1917,'Default','default-946',0),(1918,'Press Release','press-release-946',0),(1919,'Default','default-947',0),(1920,'Press Release','press-release-947',0),(1921,'Default','default-948',0),(1922,'Press Release','press-release-948',0),(1923,'Default','default-949',0),(1924,'Default','default-950',0),(1925,'Press Release','press-release-949',0),(1926,'Press Release','press-release-950',0),(1927,'Default','default-951',0),(1928,'Press Release','press-release-951',0),(1929,'Default','default-952',0),(1930,'Press Release','press-release-952',0),(1931,'Default','default-953',0),(1932,'Press Release','press-release-953',0),(1933,'Default','default-954',0),(1934,'Press Release','press-release-954',0),(1935,'Default','default-955',0),(1936,'Press Release','press-release-955',0),(1937,'Default','default-956',0),(1938,'Press Release','press-release-956',0),(1939,'Default','default-957',0),(1940,'Press Release','press-release-957',0),(1941,'Default','default-958',0),(1942,'Press Release','press-release-958',0),(1943,'Default','default-959',0),(1944,'Press Release','press-release-959',0),(1945,'Default','default-960',0),(1946,'Press Release','press-release-960',0),(1947,'Default','default-961',0),(1948,'Press Release','press-release-961',0),(1949,'Default','default-962',0),(1950,'Press Release','press-release-962',0),(1951,'Default','default-963',0),(1952,'Press Release','press-release-963',0),(1953,'Default','default-964',0),(1954,'Press Release','press-release-964',0),(1955,'Default','default-965',0),(1956,'Press Release','press-release-965',0),(1957,'Default','default-966',0),(1958,'Press Release','press-release-966',0),(1959,'Default','default-967',0),(1960,'Press Release','press-release-967',0),(1961,'Default','default-968',0),(1962,'Press Release','press-release-968',0),(1963,'Default','default-969',0),(1964,'Press Release','press-release-969',0),(1965,'Default','default-970',0),(1966,'Press Release','press-release-970',0),(1967,'Default','default-971',0),(1968,'Press Release','press-release-971',0),(1969,'Default','default-972',0),(1970,'Press Release','press-release-972',0),(1971,'Default','default-973',0),(1972,'Press Release','press-release-973',0),(1973,'Default','default-974',0),(1974,'Press Release','press-release-974',0),(1975,'Default','default-975',0),(1976,'Press Release','press-release-975',0),(1977,'Default','default-976',0),(1978,'Press Release','press-release-976',0),(1979,'Default','default-977',0),(1980,'Press Release','press-release-977',0),(1981,'Default','default-978',0),(1982,'Press Release','press-release-978',0),(1983,'Default','default-979',0),(1984,'Press Release','press-release-979',0),(1985,'Default','default-980',0),(1986,'Press Release','press-release-980',0),(1987,'Default','default-981',0),(1988,'Press Release','press-release-981',0),(1989,'Default','default-982',0),(1990,'Press Release','press-release-982',0),(1991,'Default','default-983',0),(1992,'Press Release','press-release-983',0),(1993,'Default','default-984',0),(1994,'Press Release','press-release-984',0),(1995,'Default','default-985',0),(1996,'Press Release','press-release-985',0),(1997,'Default','default-986',0),(1998,'Press Release','press-release-986',0),(1999,'Default','default-987',0),(2000,'Default','default-988',0),(2001,'Press Release','press-release-987',0),(2002,'Press Release','press-release-988',0),(2003,'Default','default-989',0),(2004,'Press Release','press-release-989',0),(2005,'Default','default-990',0),(2006,'Press Release','press-release-990',0),(2007,'Default','default-991',0),(2008,'Default','default-992',0),(2009,'Press Release','press-release-991',0),(2010,'Press Release','press-release-992',0),(2011,'Default','default-993',0),(2012,'Press Release','press-release-993',0),(2013,'Default','default-994',0),(2014,'Press Release','press-release-994',0),(2015,'Default','default-995',0),(2016,'Press Release','press-release-995',0),(2017,'Default','default-996',0),(2018,'Press Release','press-release-996',0),(2019,'Default','default-997',0),(2020,'Press Release','press-release-997',0),(2021,'Default','default-998',0),(2022,'Press Release','press-release-998',0),(2023,'Default','default-999',0),(2024,'Press Release','press-release-999',0),(2025,'Default','default-1000',0),(2026,'Press Release','press-release-1000',0),(2027,'Default','default-1001',0),(2028,'Press Release','press-release-1001',0),(2029,'Default','default-1002',0),(2030,'Press Release','press-release-1002',0),(2031,'Default','default-1003',0),(2032,'Press Release','press-release-1003',0),(2033,'Default','default-1004',0),(2034,'Press Release','press-release-1004',0),(2035,'Default','default-1005',0),(2036,'Press Release','press-release-1005',0),(2037,'Default','default-1006',0),(2038,'Press Release','press-release-1006',0),(2039,'Default','default-1007',0),(2040,'Press Release','press-release-1007',0),(2041,'Default','default-1008',0),(2042,'Press Release','press-release-1008',0),(2043,'Default','default-1009',0),(2044,'Default','default-1010',0),(2045,'Press Release','press-release-1009',0),(2046,'Press Release','press-release-1010',0),(2047,'Default','default-1011',0),(2048,'Press Release','press-release-1011',0),(2049,'Default','default-1012',0),(2050,'Press Release','press-release-1012',0),(2051,'Default','default-1013',0),(2052,'Press Release','press-release-1013',0),(2053,'Default','default-1014',0),(2054,'Press Release','press-release-1014',0),(2055,'Default','default-1015',0),(2056,'Press Release','press-release-1015',0),(2057,'Default','default-1016',0),(2058,'Press Release','press-release-1016',0),(2059,'Default','default-1017',0),(2060,'Press Release','press-release-1017',0),(2061,'Default','default-1018',0),(2062,'Press Release','press-release-1018',0),(2063,'Default','default-1019',0),(2064,'Press Release','press-release-1019',0),(2065,'Default','default-1020',0),(2066,'Default','default-1021',0),(2067,'Default','default-1022',0),(2068,'Default','default-1023',0),(2069,'Default','default-1024',0),(2070,'Press Release','press-release-1020',0),(2071,'Press Release','press-release-1021',0),(2072,'Press Release','press-release-1022',0),(2073,'Press Release','press-release-1023',0),(2074,'Press Release','press-release-1024',0),(2075,'Default','default-1025',0),(2076,'Default','default-1026',0),(2077,'Press Release','press-release-1025',0),(2078,'Press Release','press-release-1026',0),(2079,'Default','default-1027',0),(2080,'Press Release','press-release-1027',0),(2081,'Default','default-1028',0),(2082,'Press Release','press-release-1028',0),(2083,'Default','default-1029',0),(2084,'Press Release','press-release-1029',0),(2085,'Default','default-1030',0),(2086,'Press Release','press-release-1030',0),(2087,'Default','default-1031',0),(2088,'Press Release','press-release-1031',0),(2089,'Default','default-1032',0),(2090,'Press Release','press-release-1032',0),(2091,'Default','default-1033',0),(2092,'Press Release','press-release-1033',0),(2093,'Default','default-1034',0),(2094,'Press Release','press-release-1034',0),(2095,'Default','default-1035',0),(2096,'Press Release','press-release-1035',0),(2097,'Default','default-1036',0),(2098,'Press Release','press-release-1036',0),(2099,'Default','default-1037',0),(2100,'Default','default-1038',0),(2101,'Press Release','press-release-1037',0),(2102,'Press Release','press-release-1038',0),(2103,'Default','default-1039',0),(2104,'Press Release','press-release-1039',0),(2105,'Default','default-1040',0),(2106,'Press Release','press-release-1040',0),(2107,'Default','default-1041',0),(2108,'Default','default-1042',0),(2109,'Press Release','press-release-1041',0),(2110,'Default','default-1043',0),(2111,'Press Release','press-release-1042',0),(2112,'Press Release','press-release-1043',0),(2113,'Default','default-1044',0),(2114,'Press Release','press-release-1044',0),(2115,'Default','default-1045',0),(2116,'Press Release','press-release-1045',0),(2117,'Default','default-1046',0),(2118,'Press Release','press-release-1046',0),(2119,'Default','default-1047',0),(2120,'Press Release','press-release-1047',0),(2121,'Default','default-1048',0),(2122,'Press Release','press-release-1048',0),(2123,'Default','default-1049',0),(2124,'Press Release','press-release-1049',0),(2125,'Default','default-1050',0),(2126,'Press Release','press-release-1050',0),(2127,'Default','default-1051',0),(2128,'Press Release','press-release-1051',0),(2129,'Default','default-1052',0),(2130,'Press Release','press-release-1052',0),(2131,'Default','default-1053',0),(2132,'Press Release','press-release-1053',0),(2133,'Default','default-1054',0),(2134,'Press Release','press-release-1054',0),(2135,'Default','default-1055',0),(2136,'Press Release','press-release-1055',0),(2137,'Default','default-1056',0),(2138,'Press Release','press-release-1056',0),(2139,'Default','default-1057',0),(2140,'Press Release','press-release-1057',0),(2141,'Default','default-1058',0),(2142,'Press Release','press-release-1058',0),(2143,'Default','default-1059',0),(2144,'Press Release','press-release-1059',0),(2145,'Default','default-1060',0),(2146,'Press Release','press-release-1060',0),(2147,'Default','default-1061',0),(2148,'Press Release','press-release-1061',0),(2149,'Default','default-1062',0),(2150,'Press Release','press-release-1062',0),(2151,'Default','default-1063',0),(2152,'Press Release','press-release-1063',0),(2153,'Default','default-1064',0),(2154,'Press Release','press-release-1064',0),(2155,'Default','default-1065',0),(2156,'Press Release','press-release-1065',0),(2157,'Default','default-1066',0),(2158,'Press Release','press-release-1066',0),(2159,'Default','default-1067',0),(2160,'Press Release','press-release-1067',0),(2161,'Default','default-1068',0),(2162,'Press Release','press-release-1068',0),(2163,'Default','default-1069',0),(2164,'Press Release','press-release-1069',0),(2165,'Default','default-1070',0),(2166,'Press Release','press-release-1070',0),(2167,'Default','default-1071',0),(2168,'Press Release','press-release-1071',0),(2169,'Default','default-1072',0),(2170,'Press Release','press-release-1072',0),(2171,'Default','default-1073',0),(2172,'Press Release','press-release-1073',0),(2173,'Default','default-1074',0),(2174,'Press Release','press-release-1074',0),(2175,'Default','default-1075',0),(2176,'Press Release','press-release-1075',0),(2177,'Default','default-1076',0),(2178,'Press Release','press-release-1076',0),(2179,'Default','default-1077',0),(2180,'Press Release','press-release-1077',0),(2181,'Default','default-1078',0),(2182,'Press Release','press-release-1078',0),(2183,'Default','default-1079',0),(2184,'Press Release','press-release-1079',0),(2185,'Default','default-1080',0),(2186,'Press Release','press-release-1080',0),(2187,'Default','default-1081',0),(2188,'Press Release','press-release-1081',0),(2189,'Default','default-1082',0),(2190,'Press Release','press-release-1082',0),(2191,'Default','default-1083',0),(2192,'Press Release','press-release-1083',0),(2193,'Default','default-1084',0),(2194,'Press Release','press-release-1084',0),(2195,'Default','default-1085',0),(2196,'Press Release','press-release-1085',0),(2197,'Default','default-1086',0),(2198,'Press Release','press-release-1086',0),(2199,'Default','default-1087',0),(2200,'Press Release','press-release-1087',0),(2201,'Default','default-1088',0),(2202,'Press Release','press-release-1088',0),(2203,'Default','default-1089',0),(2204,'Press Release','press-release-1089',0),(2205,'Default','default-1090',0),(2206,'Press Release','press-release-1090',0),(2207,'Default','default-1091',0),(2208,'Press Release','press-release-1091',0),(2209,'Default','default-1092',0),(2210,'Press Release','press-release-1092',0),(2211,'Default','default-1093',0),(2212,'Press Release','press-release-1093',0),(2213,'Default','default-1094',0),(2214,'Press Release','press-release-1094',0),(2215,'Default','default-1095',0),(2216,'Press Release','press-release-1095',0),(2217,'Default','default-1096',0),(2218,'Press Release','press-release-1096',0),(2219,'Default','default-1097',0),(2220,'Press Release','press-release-1097',0),(2221,'Default','default-1098',0),(2222,'Press Release','press-release-1098',0),(2223,'Default','default-1099',0),(2224,'Press Release','press-release-1099',0),(2225,'Default','default-1100',0),(2226,'Press Release','press-release-1100',0),(2227,'Default','default-1101',0),(2228,'Press Release','press-release-1101',0),(2229,'Default','default-1102',0),(2230,'Press Release','press-release-1102',0),(2231,'Default','default-1103',0),(2232,'Press Release','press-release-1103',0),(2233,'Default','default-1104',0),(2234,'Press Release','press-release-1104',0),(2235,'Default','default-1105',0),(2236,'Press Release','press-release-1105',0),(2237,'Default','default-1106',0),(2238,'Press Release','press-release-1106',0),(2239,'Default','default-1107',0),(2240,'Press Release','press-release-1107',0),(2241,'Default','default-1108',0),(2242,'Press Release','press-release-1108',0),(2243,'Default','default-1109',0),(2244,'Press Release','press-release-1109',0),(2245,'Default','default-1110',0),(2246,'Press Release','press-release-1110',0),(2247,'Default','default-1111',0),(2248,'Press Release','press-release-1111',0),(2249,'Default','default-1112',0),(2250,'Press Release','press-release-1112',0),(2251,'Default','default-1113',0),(2252,'Press Release','press-release-1113',0),(2253,'Default','default-1114',0),(2254,'Press Release','press-release-1114',0),(2255,'Default','default-1115',0),(2256,'Press Release','press-release-1115',0),(2257,'Default','default-1116',0),(2258,'Press Release','press-release-1116',0),(2259,'Default','default-1117',0),(2260,'Press Release','press-release-1117',0),(2261,'Default','default-1118',0),(2262,'Press Release','press-release-1118',0),(2263,'Default','default-1119',0),(2264,'Press Release','press-release-1119',0),(2265,'Default','default-1120',0),(2266,'Press Release','press-release-1120',0),(2267,'Default','default-1121',0),(2268,'Press Release','press-release-1121',0),(2269,'Default','default-1122',0),(2270,'Press Release','press-release-1122',0),(2271,'Default','default-1123',0),(2272,'Press Release','press-release-1123',0),(2273,'Default','default-1124',0),(2274,'Press Release','press-release-1124',0),(2275,'Default','default-1125',0),(2276,'Press Release','press-release-1125',0),(2277,'Default','default-1126',0),(2278,'Press Release','press-release-1126',0),(2279,'Default','default-1127',0),(2280,'Press Release','press-release-1127',0),(2281,'Default','default-1128',0),(2282,'Press Release','press-release-1128',0),(2283,'Default','default-1129',0),(2284,'Press Release','press-release-1129',0),(2285,'Default','default-1130',0),(2286,'Press Release','press-release-1130',0),(2287,'Default','default-1131',0),(2288,'Press Release','press-release-1131',0),(2289,'Default','default-1132',0),(2290,'Press Release','press-release-1132',0),(2291,'Default','default-1133',0),(2292,'Press Release','press-release-1133',0),(2293,'Default','default-1134',0),(2294,'Press Release','press-release-1134',0),(2295,'Default','default-1135',0),(2296,'Press Release','press-release-1135',0),(2297,'Default','default-1136',0),(2298,'Press Release','press-release-1136',0),(2299,'Default','default-1137',0),(2300,'Press Release','press-release-1137',0),(2301,'Default','default-1138',0),(2302,'Press Release','press-release-1138',0),(2303,'Default','default-1139',0),(2304,'Press Release','press-release-1139',0),(2305,'Default','default-1140',0),(2306,'Press Release','press-release-1140',0),(2307,'Default','default-1141',0),(2308,'Press Release','press-release-1141',0),(2309,'Default','default-1142',0),(2310,'Press Release','press-release-1142',0),(2311,'Default','default-1143',0),(2312,'Press Release','press-release-1143',0),(2313,'Default','default-1144',0),(2314,'Press Release','press-release-1144',0),(2315,'Default','default-1145',0),(2316,'Press Release','press-release-1145',0),(2317,'Default','default-1146',0),(2318,'Press Release','press-release-1146',0),(2319,'Default','default-1147',0),(2320,'Press Release','press-release-1147',0),(2321,'Default','default-1148',0),(2322,'Press Release','press-release-1148',0),(2323,'Default','default-1149',0),(2324,'Press Release','press-release-1149',0),(2325,'Default','default-1150',0),(2326,'Press Release','press-release-1150',0),(2327,'Default','default-1151',0),(2328,'Press Release','press-release-1151',0),(2329,'Default','default-1152',0),(2330,'Press Release','press-release-1152',0),(2331,'Default','default-1153',0),(2332,'Press Release','press-release-1153',0),(2333,'Default','default-1154',0),(2334,'Press Release','press-release-1154',0),(2335,'Default','default-1155',0),(2336,'Press Release','press-release-1155',0),(2337,'Default','default-1156',0),(2338,'Press Release','press-release-1156',0),(2339,'Default','default-1157',0),(2340,'Press Release','press-release-1157',0),(2341,'Default','default-1158',0),(2342,'Press Release','press-release-1158',0),(2343,'Default','default-1159',0),(2344,'Press Release','press-release-1159',0),(2345,'Default','default-1160',0),(2346,'Press Release','press-release-1160',0),(2347,'Default','default-1161',0),(2348,'Press Release','press-release-1161',0),(2349,'Default','default-1162',0),(2350,'Press Release','press-release-1162',0),(2351,'Default','default-1163',0),(2352,'Press Release','press-release-1163',0),(2353,'Default','default-1164',0),(2354,'Press Release','press-release-1164',0),(2355,'Default','default-1165',0),(2356,'Press Release','press-release-1165',0),(2357,'Default','default-1166',0),(2358,'Press Release','press-release-1166',0),(2359,'Default','default-1167',0),(2360,'Press Release','press-release-1167',0),(2361,'Default','default-1168',0),(2362,'Press Release','press-release-1168',0),(2363,'Default','default-1169',0),(2364,'Press Release','press-release-1169',0),(2365,'Default','default-1170',0),(2366,'Press Release','press-release-1170',0),(2367,'Default','default-1171',0),(2368,'Press Release','press-release-1171',0),(2369,'Default','default-1172',0),(2370,'Press Release','press-release-1172',0),(2371,'Default','default-1173',0),(2372,'Press Release','press-release-1173',0),(2373,'Default','default-1174',0),(2374,'Press Release','press-release-1174',0),(2375,'Default','default-1175',0),(2376,'Press Release','press-release-1175',0),(2377,'Default','default-1176',0),(2378,'Press Release','press-release-1176',0),(2379,'Default','default-1177',0),(2380,'Press Release','press-release-1177',0),(2381,'Default','default-1178',0),(2382,'Press Release','press-release-1178',0),(2383,'Default','default-1179',0),(2384,'Press Release','press-release-1179',0),(2385,'Default','default-1180',0),(2386,'Press Release','press-release-1180',0),(2387,'Default','default-1181',0),(2388,'Press Release','press-release-1181',0),(2389,'Default','default-1182',0),(2390,'Press Release','press-release-1182',0),(2391,'Default','default-1183',0),(2392,'Press Release','press-release-1183',0),(2393,'Default','default-1184',0),(2394,'Press Release','press-release-1184',0),(2395,'Default','default-1185',0),(2396,'Press Release','press-release-1185',0),(2397,'Default','default-1186',0),(2398,'Press Release','press-release-1186',0),(2399,'Default','default-1187',0),(2400,'Press Release','press-release-1187',0),(2401,'Default','default-1188',0),(2402,'Press Release','press-release-1188',0),(2403,'Default','default-1189',0),(2404,'Press Release','press-release-1189',0),(2405,'Default','default-1190',0),(2406,'Press Release','press-release-1190',0),(2407,'Default','default-1191',0),(2408,'Press Release','press-release-1191',0),(2409,'Default','default-1192',0),(2410,'Press Release','press-release-1192',0),(2411,'Default','default-1193',0),(2412,'Press Release','press-release-1193',0),(2413,'Default','default-1194',0),(2414,'Press Release','press-release-1194',0),(2415,'Default','default-1195',0),(2416,'Press Release','press-release-1195',0),(2417,'Default','default-1196',0),(2418,'Press Release','press-release-1196',0),(2419,'Default','default-1197',0),(2420,'Press Release','press-release-1197',0),(2421,'Default','default-1198',0),(2422,'Press Release','press-release-1198',0),(2423,'Default','default-1199',0),(2424,'Press Release','press-release-1199',0),(2425,'Default','default-1200',0),(2426,'Press Release','press-release-1200',0),(2427,'Default','default-1201',0),(2428,'Press Release','press-release-1201',0),(2429,'Default','default-1202',0),(2430,'Press Release','press-release-1202',0),(2431,'Default','default-1203',0),(2432,'Press Release','press-release-1203',0),(2433,'Default','default-1204',0),(2434,'Press Release','press-release-1204',0),(2435,'Default','default-1205',0),(2436,'Press Release','press-release-1205',0),(2437,'Default','default-1206',0),(2438,'Press Release','press-release-1206',0),(2439,'Default','default-1207',0),(2440,'Press Release','press-release-1207',0),(2441,'Default','default-1208',0),(2442,'Press Release','press-release-1208',0),(2443,'Default','default-1209',0),(2444,'Press Release','press-release-1209',0),(2445,'Default','default-1210',0),(2446,'Press Release','press-release-1210',0),(2447,'Default','default-1211',0),(2448,'Press Release','press-release-1211',0),(2449,'Default','default-1212',0),(2450,'Press Release','press-release-1212',0),(2451,'Default','default-1213',0),(2452,'Press Release','press-release-1213',0),(2453,'Default','default-1214',0),(2454,'Press Release','press-release-1214',0),(2455,'Default','default-1215',0),(2456,'Press Release','press-release-1215',0),(2457,'Default','default-1216',0),(2458,'Press Release','press-release-1216',0),(2459,'Default','default-1217',0),(2460,'Press Release','press-release-1217',0),(2461,'Default','default-1218',0),(2462,'Press Release','press-release-1218',0),(2463,'Default','default-1219',0),(2464,'Press Release','press-release-1219',0),(2465,'Default','default-1220',0),(2466,'Press Release','press-release-1220',0),(2467,'Default','default-1221',0),(2468,'Press Release','press-release-1221',0),(2469,'Default','default-1222',0),(2470,'Press Release','press-release-1222',0),(2471,'Default','default-1223',0),(2472,'Press Release','press-release-1223',0),(2473,'Default','default-1224',0),(2474,'Press Release','press-release-1224',0),(2475,'Default','default-1225',0),(2476,'Press Release','press-release-1225',0),(2477,'Default','default-1226',0),(2478,'Press Release','press-release-1226',0),(2479,'Default','default-1227',0),(2480,'Press Release','press-release-1227',0),(2481,'Default','default-1228',0),(2482,'Press Release','press-release-1228',0),(2483,'Default','default-1229',0),(2484,'Press Release','press-release-1229',0),(2485,'Default','default-1230',0),(2486,'Press Release','press-release-1230',0),(2487,'Default','default-1231',0),(2488,'Press Release','press-release-1231',0),(2489,'Default','default-1232',0),(2490,'Press Release','press-release-1232',0),(2491,'Default','default-1233',0),(2492,'Press Release','press-release-1233',0),(2493,'Default','default-1234',0),(2494,'Press Release','press-release-1234',0),(2495,'Default','default-1235',0),(2496,'Press Release','press-release-1235',0),(2497,'Default','default-1236',0),(2498,'Press Release','press-release-1236',0),(2499,'Default','default-1237',0),(2500,'Press Release','press-release-1237',0),(2501,'Default','default-1238',0),(2502,'Press Release','press-release-1238',0),(2503,'Default','default-1239',0),(2504,'Press Release','press-release-1239',0),(2505,'Default','default-1240',0),(2506,'Press Release','press-release-1240',0),(2507,'Default','default-1241',0),(2508,'Press Release','press-release-1241',0),(2509,'Default','default-1242',0),(2510,'Press Release','press-release-1242',0),(2511,'Default','default-1243',0),(2512,'Press Release','press-release-1243',0),(2513,'Default','default-1244',0),(2514,'Press Release','press-release-1244',0),(2515,'Default','default-1245',0),(2516,'Press Release','press-release-1245',0),(2517,'Default','default-1246',0),(2518,'Press Release','press-release-1246',0),(2519,'Default','default-1247',0),(2520,'Press Release','press-release-1247',0),(2521,'Default','default-1248',0),(2522,'Press Release','press-release-1248',0),(2523,'Default','default-1249',0),(2524,'Press Release','press-release-1249',0),(2525,'Default','default-1250',0),(2526,'Press Release','press-release-1250',0),(2527,'Default','default-1251',0),(2528,'Press Release','press-release-1251',0),(2529,'Default','default-1252',0),(2530,'Press Release','press-release-1252',0),(2531,'Default','default-1253',0),(2532,'Press Release','press-release-1253',0),(2533,'Default','default-1254',0),(2534,'Press Release','press-release-1254',0),(2535,'Default','default-1255',0),(2536,'Press Release','press-release-1255',0),(2537,'Default','default-1256',0),(2538,'Press Release','press-release-1256',0),(2539,'Default','default-1257',0),(2540,'Press Release','press-release-1257',0),(2541,'Default','default-1258',0),(2542,'Press Release','press-release-1258',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 = utf8 */;
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) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=93 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_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` VALUES (1,1,'nickname','admin'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'syntax_highlighting','true'),(7,1,'comment_shortcuts','false'),(8,1,'admin_color','fresh'),(9,1,'use_ssl','0'),(10,1,'show_admin_bar_front','true'),(11,1,'locale',''),(12,1,'wp_capabilities','a:18:{s:13:\"administrator\";b:1;s:34:\"wpml_manage_translation_management\";b:1;s:21:\"wpml_manage_languages\";b:1;s:41:\"wpml_manage_theme_and_plugin_localization\";b:1;s:19:\"wpml_manage_support\";b:1;s:36:\"wpml_manage_woocommerce_multilingual\";b:1;s:37:\"wpml_operate_woocommerce_multilingual\";b:1;s:29:\"wpml_manage_media_translation\";b:1;s:22:\"wpml_manage_navigation\";b:1;s:24:\"wpml_manage_sticky_links\";b:1;s:30:\"wpml_manage_string_translation\";b:1;s:33:\"wpml_manage_translation_analytics\";b:1;s:25:\"wpml_manage_wp_menus_sync\";b:1;s:32:\"wpml_manage_taxonomy_translation\";b:1;s:27:\"wpml_manage_troubleshooting\";b:1;s:31:\"wpml_manage_translation_options\";b:1;s:19:\"manage_translations\";b:1;s:9:\"translate\";b:1;}'),(13,1,'wp_user_level','10'),(14,1,'dismissed_wp_pointers','wp496_privacy'),(15,1,'show_welcome_panel','1'),(17,1,'wp_dashboard_quick_press_last_post_id','1465'),(18,1,'wp_user-settings','editor=tinymce&libraryContent=browse'),(19,1,'wp_user-settings-time','1604623399'),(20,1,'icl_admin_language_migrated_to_wp47','1'),(21,1,'wp_WPML_TM_Wizard_For_Manager_Complete','1'),(22,1,'wp_language_pairs','a:1:{s:2:\"en\";a:1:{s:2:\"en\";i:1;}}'),(23,1,'wp_nav_menu_recently_edited','23'),(24,1,'closedpostboxes_page','a:3:{i:0;s:12:\"aiosp_tabbed\";i:1;s:12:\"revisionsdiv\";i:2;s:14:\"icl_div_config\";}'),(25,1,'metaboxhidden_page','a:4:{i:0;s:16:\"commentstatusdiv\";i:1;s:11:\"commentsdiv\";i:2;s:7:\"slugdiv\";i:3;s:9:\"authordiv\";}'),(26,1,'edit_page_per_page','40'),(27,1,'_wpml_user_dismissed_notices','a:1:{s:15:\"wpml-tf-promote\";a:1:{s:15:\"notice-new-site\";s:32:\"9c4bf2208ba0a26286ab445bac64c6cb\";}}'),(28,1,'_wpml_user_dismissed_notices','a:1:{s:15:\"wpml-tf-promote\";a:1:{s:15:\"notice-new-site\";s:32:\"9c4bf2208ba0a26286ab445bac64c6cb\";}}'),(29,1,'wpml-media-welcome-message','a:2:{s:9:\"minimized\";i:1;s:6:\"status\";s:9:\"dismissed\";}'),(31,1,'community-events-location','a:1:{s:2:\"ip\";s:12:\"186.251.95.0\";}'),(32,2,'nickname','cappen'),(33,2,'first_name',''),(34,2,'last_name',''),(35,2,'description',''),(36,2,'rich_editing','true'),(37,2,'syntax_highlighting','true'),(38,2,'comment_shortcuts','false'),(39,2,'admin_color','fresh'),(40,2,'use_ssl','0'),(41,2,'show_admin_bar_front','true'),(42,2,'locale',''),(43,2,'wp_capabilities','a:3:{s:13:\"administrator\";b:1;s:19:\"manage_translations\";b:1;s:9:\"translate\";b:1;}'),(44,2,'wp_user_level','10'),(45,2,'dismissed_wp_pointers','wp496_privacy'),(46,2,'session_tokens','a:1:{s:64:\"cf78070ff0420105907cef68c70607c229554504581231d144789794d4a3753d\";a:4:{s:10:\"expiration\";i:1602947218;s:2:\"ip\";s:14:\"187.112.29.232\";s:2:\"ua\";s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.80 Safari/537.36\";s:5:\"login\";i:1602774418;}}'),(47,2,'wp_nav_menu_recently_edited','23'),(48,2,'icl_admin_language_migrated_to_wp47','1'),(49,2,'wp_dashboard_quick_press_last_post_id','1413'),(50,2,'community-events-location','a:1:{s:2:\"ip\";s:12:\"187.112.29.0\";}'),(51,3,'nickname','ari'),(52,3,'first_name','Ari'),(53,3,'last_name',''),(54,3,'description',''),(55,3,'rich_editing','true'),(56,3,'syntax_highlighting','true'),(57,3,'comment_shortcuts','false'),(58,3,'admin_color','fresh'),(59,3,'use_ssl','0'),(60,3,'show_admin_bar_front','true'),(61,3,'locale',''),(62,3,'wp_capabilities','a:2:{s:13:\"administrator\";b:1;s:19:\"manage_translations\";b:1;}'),(63,3,'wp_user_level','10'),(64,3,'dismissed_wp_pointers','wp496_privacy'),(65,3,'session_tokens','a:1:{s:64:\"e7e561d5cb3297a33bd7e7353d490537e1424791fb73959390d2ac3559334f0a\";a:4:{s:10:\"expiration\";i:1587580831;s:2:\"ip\";s:15:\"108.235.156.207\";s:2:\"ua\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36\";s:5:\"login\";i:1587408031;}}'),(66,3,'wp_nav_menu_recently_edited','23'),(67,3,'icl_admin_language_migrated_to_wp47','1'),(68,3,'wp_dashboard_quick_press_last_post_id','1076'),(69,3,'community-events-location','a:1:{s:2:\"ip\";s:11:\"80.235.87.0\";}'),(70,1,'aioseop_seen_about_page','3.2.9'),(71,1,'meta-box-order_page','a:4:{s:15:\"acf_after_title\";s:0:\"\";s:4:\"side\";s:68:\"icl_div,submitdiv,pageparentdiv,acf-group_5d1cd57d74da6,postimagediv\";s:6:\"normal\";s:111:\"acf-group_5d1bb1fe3155a,aiosp_tabbed,revisionsdiv,commentstatusdiv,commentsdiv,slugdiv,authordiv,icl_div_config\";s:8:\"advanced\";s:0:\"\";}'),(72,1,'screen_layout_page','2'),(73,2,'wp_user-settings','libraryContent=browse'),(74,2,'wp_user-settings-time','1574356225'),(75,2,'closedpostboxes_page','a:0:{}'),(76,2,'metaboxhidden_page','a:5:{i:0;s:12:\"revisionsdiv\";i:1;s:16:\"commentstatusdiv\";i:2;s:11:\"commentsdiv\";i:3;s:7:\"slugdiv\";i:4;s:9:\"authordiv\";}'),(77,2,'wp_language_pairs','a:1:{s:2:\"en\";a:1:{s:2:\"es\";i:1;}}'),(78,3,'icl_admin_language','en'),(79,3,'icl_show_hidden_languages','0'),(80,3,'icl_admin_language_for_edit','0'),(81,3,'wpml_block_new_email_notifications','0'),(82,1,'wp_ate_activated','1'),(83,2,'wp_ate_activated','1'),(84,3,'wp_ate_activated','1'),(85,1,'wpml_enabled_for_translation_via_ate','1'),(86,1,'closedpostboxes_toplevel_page_acf-options','a:0:{}'),(87,1,'metaboxhidden_toplevel_page_acf-options','a:0:{}'),(91,1,'session_tokens','a:1:{s:64:\"2e9106778f21eac669d50c4efae8092f02cf40d2a119db2ce73040ff8fc989bc\";a:4:{s:10:\"expiration\";i:1607549331;s:2:\"ip\";s:13:\"186.251.95.25\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36\";s:5:\"login\";i:1607376531;}}'),(92,2,'wpml_enabled_for_translation_via_ate','1');
/*!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 = utf8 */;
CREATE TABLE `wp_users` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_login` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_pass` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_nicename` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_url` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT '0',
  `display_name` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`ID`),
  KEY `user_login_key` (`user_login`),
  KEY `user_nicename` (`user_nicename`),
  KEY `user_email` (`user_email`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_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` VALUES (1,'admin','$2y$10$q5TM.edhBB0hULGUvHv./.EgZoXMcrrIS5KRpV9dPYBsbbB9wAr2a','admin','felipecavs@gmail.com','','2019-07-02 13:30:31','',0,'admin'),(2,'cappen','$2y$10$5tbIL5CdiJq15enAfMRQ7uR9tSD7cFzkaUPUBKLChKkiUhzIIshTy','cappen','dev@cappen.com','','2019-07-24 20:34:44','',0,'cappen'),(3,'ari','$2y$10$On9sRPc5LMIOb8Ue1KDqBOxH.q.QBZ3XEpHjVvSveUE5oookkC1ze','ari','ari@griflan.com','','2019-08-09 13:56:58','',0,'Ari');
/*!40000 ALTER TABLE `wp_users` ENABLE KEYS */;
UNLOCK TABLES;
/*!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 2021-09-03 16:58:10
